
:root {
    --main-gradient: linear-gradient( 135deg, #cc9355 0%, #d4af37 40%, #cc9355 70%, #cc9355 100% );
    --dot-color: #cc9355;
}
html {
    font-size: 62.5%;
    overflow-x: hidden ;
       font-family:"Lato",sans-serif;
}

@media (min-width:2100px) {
    html {
        font-size: 62.5%
    }
}

@media (min-width:1220px) and (max-width:1399px) {
    html {
        font-size: 50.5%
    }
}

@media (min-width:1027px) and (max-width:1219px) {
    html {
        font-size: 52.5%
    }
}

html.font-increase {
    font-size: 64.75%
}

@media (min-width:1220px) and (max-width:1399px) {
    html.font-increase {
        font-size: 52.5%
    }
}

@media (min-width:1027px) and (max-width:1219px) {
    html.font-increase {
        font-size: 54.5%
    }
}

@media (max-width:991px) {
    html.font-increase {
        font-size: 64.75%
    }
}

html.font-increase.double-increase {
    font-size: 67%
}

@media (min-width:1220px) and (max-width:1399px) {
    html.font-increase.double-increase {
        font-size: 54.5%
    }
}

@media (min-width:1027px) and (max-width:1219px) {
    html.font-increase.double-increase {
        font-size: 56.5%
    }
}

@media (max-width:991px) {
    html.font-increase.double-increase {
        font-size: 67%
    }
}

html.font-decrease {
    font-size: 61.5%
}

@media (min-width:1220px) and (max-width:1399px) {
    html.font-decrease {
        font-size: 48.5%
    }
}

@media (min-width:1027px) and (max-width:1219px) {
    html.font-decrease {
        font-size: 50.5%
    }
}

html.font-decrease.double-decrease {
    font-size: 60.5%
}

@media (min-width:1220px) and (max-width:1399px) {
    html.font-decrease.double-decrease {
        font-size: 46.5%
    }
}

@media (min-width:1027px) and (max-width:1219px) {
    html.font-decrease.double-decrease {
        font-size: 48.5%
    }
}

html.font-default {
    font-size: 62.5%
}

@media (min-width:1220px) and (max-width:1399px) {
    html.font-default {
        font-size: 50.5%
    }
}

@media (min-width:1027px) and (max-width:1219px) {
    html.font-default {
        font-size: 52.5%
    }
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: "";
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

body {
    width: 100%;
     overflow-x: hidden;
    color: #fff;
    margin: 0;
    padding: 0;
    background: #fff
}



.com_container {
    width: 88.88%;
    max-width: 1920px;
    margin: 0 auto
}

@media (max-width:1219px) {
    .com_container {
        width: 100%;
        padding: 0 20px
    }
}

.paddingTopBottom {
    padding: 80px 0
}

@media (max-width:991px) {
    .paddingTopBottom {
        padding: 40px 0
    }
}

.paddingTopBottom.paddingNOBottom {
    padding-bottom: 50px
}

.paddingTopBottom.noPaddingBottom {
    padding-bottom: 0
}

.paddingTopBottom2 {
    padding: 70px 50px
}

@media (max-width:767px) {
    .paddingTopBottom2 {
        padding: 70px 0
    }
}

.container-fluid {
    width: 88.88%;
    max-width: 1920px;
    margin: 0 auto
}

@media (max-width:1219px) {
    .container-fluid {
        width: 100%;
        padding: 0 20px
    }
}

.quote-img img {
    width: 25px
}

@keyframes crescendo {
    0% {
        transform: scale(1) translateY(0)
    }

    100% {
        transform: scale(1) translateY(0)
    }
}

@media (max-width:1023px) {
    @keyframes crescendo {
        0% {
            transform: scale(1) translateY(0)
        }

        100% {
            transform: scale(1) translateY(0)
        }
    }
}

.sectionheight {
    height: 100vh
}

@media (max-width:1026px) {
    .sectionheight {
        height: auto
    }
}

.sectionheight.halfbanner .img-box picture img {
    height: auto !important
}

.marginTop {
    margin-top: 70px
}

.spacer {
    height: 100vh;
    background-color: red
}

.video-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 100%;
    background: #000;
    z-index: 99991
}

@media (max-width:1023px) {
    .video-popup {
        height: 100vh
    }
}

.video-popup video {
    width: 100%;
    height: 100vh;
    -o-object-fit: fill;
    object-fit: fill
}

@media (max-width:1023px) {
    .video-popup video {
        object-fit: cover;
        -o-object-fit: cover
    }
}

.video-popup .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9991;
    color: #393933;
    font-size: 2rem;
    cursor: pointer;
    background: #f0f0f0;
    border-radius: 0;    
    height: 30px;
    width: 30px
}

.video-popup #popupIframe, .video-popup #popupVideo {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100vh
}

@media (max-width:1023px) {
    .video-popup #popupVideo {
        height: auto;
        min-height: auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }
}

@media (max-width:1023px) {
    .video-popup #popupIframe {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding: 70px 0;
        height: 90%
    }
}

.breadcrumb {
    width: 100%;
    display: block;
    padding: 45px 0
}

@media (max-width:767px) {
    .breadcrumb {
        padding: 20px 0
    }
}

.breadcrumb ul {
    display: block;
    list-style: none;
    margin: 0
}

    .breadcrumb ul li {
        display: inline-block;
        margin: 0;
        padding: 0 20px 0 0;
        position: relative;
        vertical-align: middle
    }

        .breadcrumb ul li::after {
            content: "";
            position: absolute;
            height: 1px;
            width: 3px;
            background: #c1c1c1;
            top: 50%;
            right: 8px
        }

        .breadcrumb ul li:last-child {
            padding: 0
        }

            .breadcrumb ul li:last-child::after {
                display: none
            }

        .breadcrumb ul li a {
            text-decoration: underline;
            font-size: 1.2rem;
            color: #c1c1c1;
            
            font-weight: 400
        }

            .breadcrumb ul li a img {
                width: 15px
            }

        .breadcrumb ul li span {
            font-size: 1.2rem;
            color: #c1c1c1;
            
            font-weight: 400;
            position: relative;
            top: 1px
        }

.marginTop2 {
    padding-top: 65px
}

@media (max-width:1026px) {
    .marginTop2 {
        padding-top: 55px
    }
}

@media (min-width:1027px) and (max-width:1219px) {
    .marginTop2 {
        padding-top: 64px
    }
}

.image-box {
    position: relative
}

    .image-box .tag {
        position: absolute;
        left: 8px;
        top: 0;
        font-size: 1.2rem;
        line-height: 1.426rem;
        color: #fff;
        display: inline-block;
        padding: 8px 16px;
        background: #000;
        border-radius: 0 0 12px 12px;
        background: var(--main-gradient);
    }

.watch-btn {
    color: #fff;
    border-radius: 8px;
    padding: 17px 17px 17px 17px;
    font-size: 1.8rem;
    transition: all .5s;
    
    text-transform: capitalize;
    font-weight: 400;
    position: relative;
    margin: 0 auto;
    z-index: 0;
    cursor: pointer;
    background: 0 0;
    transition: .3s ease-in-out;
    text-decoration: none
}

@media (max-width:1549px) {
    .watch-btn {
        padding: 10px 17px 10px 17px
    }
}

@media (max-width:767px) {
    .watch-btn {
        font-size: 1.2rem
    }
}

.grayheader .breadcrumb-wrapper {
    position: inherit
}

.morecontent-wrap {
    height: auto
}

.morecontent {
    width: 100%;
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 2;
    height: auto
}

    .morecontent.collapsed {
        max-height: 7rem;
        overflow: hidden
    }

    .morecontent .hidden {
        display: none
    }

    .morecontent p {
        padding: 0 !important;
        margin-bottom: 15px
    }

        .morecontent p:last-child {
            margin-bottom: 0
        }

    .morecontent ul {
        padding-left: 23px;
        margin-bottom: 20px
    }

        .morecontent ul li {
            font-size: 2.2rem;
            
            color: #393933;
            line-height: 150%;
            list-style: disc;
            padding: 5px 0
        }

@media (max-width:767px) {
    .morecontent ul li {
        font-size: 1.6rem
    }
}

.readmre-btn.hidden {
    display: none
}

@media (max-width:1399px) {
    .readmre-btn {
        margin-top: 10px
    }
}

.news-main .news-section .get-in-touch-form form .form-control {
    width: 100%;
    display: flex;
    padding: 10px 0;
    flex-direction: row
}

@media (max-width:1023px) {
    .news-main .news-section .get-in-touch-form form .form-control {
        flex-direction: column;
        display: block
    }
}

.news-main .news-section .get-in-touch-form form .form-control .inputbox {
    width: 32.4%
}

@media (max-width:1023px) {
    .news-main .news-section .get-in-touch-form form .form-control .inputbox {
        width: 100%
    }
}

.news-main .news-section .get-in-touch-form form .form-control .inputbox.textarea-field {
    width: 66%
}

@media (max-width:1023px) {
    .news-main .news-section .get-in-touch-form form .form-control .inputbox.textarea-field {
        width: 100%
    }
}

.news-main .news-section .get-in-touch-form form .form-control.captcha-box {
    width: 32.4%
}

@media (max-width:1023px) {
    .news-main .news-section .get-in-touch-form form .form-control.captcha-box {
        width: 100%
    }
}

.press-release .press-release-wrapper .press-searchBox form .form-control {
    width: 100%;
    display: flex;
    flex-direction: row
}

@media (max-width:1023px) {
    .press-release .press-release-wrapper .press-searchBox form .form-control {
        flex-direction: column
    }
}

.press-release .press-release-wrapper .press-searchBox form .form-control .inputbox.input-search-bar {
    width: calc(50% - 40px);
    margin: 0 40px 0 0
}

@media (max-width:1023px) {
    .press-release .press-release-wrapper .press-searchBox form .form-control .inputbox.input-search-bar {
        width: 100%;
        margin-bottom: 20px
    }
}

.press-release .press-release-wrapper .press-searchBox form .form-control .inputbox.selectbox {
    width: calc(25% - 20px);
    margin: 0 40px 0 0
}

    .press-release .press-release-wrapper .press-searchBox form .form-control .inputbox.selectbox:last-child {
        margin: 0
    }

@media (max-width:1023px) {
    .press-release .press-release-wrapper .press-searchBox form .form-control .inputbox.selectbox {
        width: 100%;
        margin-bottom: 20px
    }
}

.textBox-Component .morecontent.collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media (max-width:767px) {
    .textBox-Component .morecontent.collapsed {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 38px;
        max-height: 38px
    }
}

.banner .breadcrumb-wrapper .breadcrumb {
    padding: 45px 0
}

select {
    border: 0;
    outline: 0;
    border-radius: 0
}

    select option {
        border: 0;
        outline: 0;
        background: #000;
        padding: 5px 2px;
        border-radius: 0
    }

        select option:hover {
            background: #fff !important
        }

.awards-sec .threecard-slider .three-imgSlideWrapper .three-imgcardBox .card-text-box .card-sub-text {
    display: inline-block;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: inherit;
    width: 100%
}

.swiper-button-next, .swiper-button-prev {
    width: 43px !important;
    height: 43px !important
}

@media (max-width:1023px) {
    .swiper-button-next, .swiper-button-prev {
        display: none !important
    }
}

.introsection {
    position: relative
}

    .introsection .Com_textBox .textBox-Component {
        padding: 70px 0
    }

@media (max-width:1026px) {
    .introsection .Com_textBox .textBox-Component {
        padding: 40px 0
    }
}

.infrastructure-main .newsroom-section .newroom-main-wrap {
    margin-top: 0
}

    .infrastructure-main .newsroom-section .newroom-main-wrap .slide-text-box.with-date .viewmore-btn {
        position: inherit !important;
        float: left
    }

.newsroom-section.Com_business_investor .newroom-main-wrap {
    margin-top: 0
}

.Com_chairman_office .newsroom-section .newroom-main-wrap {
    margin-top: 0
}

.mac header .disability-dropdown .disability-container .list-contianer ul li {
    padding: 15px 16px 12px 16px
}

.mac header .disability-dropdown .disability-container .disability-btns-container .reset-btn .gradient-button {
    padding: 15px 16px 12px 16px !important
}

.mac .comTwoAndHalfSlider .slideBoxContent .btns-wrap .btn-style {
    padding: 19px 17px 17px 17px
}

.mac .comTwoAndHalfSlider .btns-wrap .btn-style2 {
    padding: 19px 17px 17px 17px
}

@media (max-width:1549px) {
    .mac .watch-btn {
        padding-bottom: 14px !important
    }
}

.mac .com-heading h1, .mac .com-heading h2, .mac .com-heading h3, .mac .com-heading h4, .mac .com-heading h5 {
    padding-top: 12px
}

.mac .Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap_text .subText-wrap .watch-btn {
    padding-top: 0 !important
}

.Com-threeImageSlider .threecard-slider .three-imgSlideWrapper .card-text-box {
    min-height: auto
}

#compAwards .threecard-slider .three-imgSlideWrapper .card-text-box {
    min-height: auto
}

.Com_fourimageslider .fourImage-slider .card-text-box {
    min-height: auto !important
}

    .Com_fourimageslider .fourImage-slider .card-text-box .card-text-heading {
        min-height: auto !important
    }

    .Com_fourimageslider .fourImage-slider .card-text-box .card-sub-text {
        min-height: auto !important
    }

.mac .spotbanner .spotlightWrap .breadcrumb-wrapper .breadcrumb ul li a img {
    position: relative;
    top: -2px
}

.mac .spotbanner .spotlightWrap .breadcrumb-wrapper .breadcrumb ul li span {
    position: relative;
    top: 1px
}

.halfbanner {
    height: auto
}

    .halfbanner .img-box picture img {
        height: auto !important
    }

.fp-watermark {
    display: none
}

.noresult {
    font-size: 2rem;
    
    font-weight: 400;
    color: red;
    padding: 10px
}

.search-result #searchtag {
    display: inline-block
}

.search-result .clearall {
    color: #fff;
    
    font-size: 1.8rem;
    background: 0 0;
    text-decoration: underline;
    padding-top: 2rem;
    cursor: pointer;
    text-underline-offset: 3px;
    position: absolute;
    bottom: 0;
    font-weight: 400;
    padding-top: 0;
    position: inherit;
    display: inline-block;
    padding-left: 8px
}

@media (max-width:1023px) {
    .search-result .clearall {
        font-size: 1.8rem
    }
}

.Com_textBox .textBox-Component .SplitContent {
    padding: 0 5%
}

@media (max-width:1023px) {
    .Com_textBox .textBox-Component .SplitContent {
        padding: 50px 5%
    }
}

.Com_textBox .textBox-Component .SplitContent p {
    font-size: 2.6rem;
    font-weight: 600
}

@media (max-width:1026px) {
    .Com_textBox .textBox-Component .SplitContent p {
        font-size: 2.4rem
    }
}

@media (max-width:1023px) {
    .Com_textBox .textBox-Component .SplitContent p {
        font-size: 2.4rem
    }
}

.Com_textBox .textBox-Component .SplitContent p div {
    color: #c1c1c1
}

#bottomToTop {
    width: 44px;
    height: 44px;
    position: fixed;
    bottom: 78px;
    right: 28px;
    z-index: 9991;
    border-radius: 50%;
    border: #393933 solid 1px;
    cursor: pointer;
    opacity: 0;
    transition: all .3s
}

@media (max-width:1599px) {
    #bottomToTop {
        right: 16px
    }
}

#bottomToTop:hover {
    border-left: #0180a3 solid 1px;
    border-right: #664daa solid 1px;
    border-top: #0074b0 solid 1px;
    border-bottom: var(--dot-color) solid 1px
}

    #bottomToTop:hover::after {
        border-top: 1px solid #0180a3;
        border-left: 1px solid var(--dot-color)
    }

    #bottomToTop:hover::before {
        border-top: 1px solid #0180a3;
        border-left: 1px solid var(--dot-color)
    }

#bottomToTop::after {
    content: "";
    border-top: 1px solid #393933;
    border-left: 1px solid #393933;
    position: absolute;
    left: 37%;
    top: 35%;
    width: 10px;
    height: 10px;
    transform: rotate(45deg)
}

#bottomToTop::before {
    content: "";
    border-top: 1px solid #393933;
    border-left: 1px solid #393933;
    position: absolute;
    left: 37%;
    top: 55%;
    width: 10px;
    height: 10px;
    transform: rotate(45deg)
}

#bottomToTop:hover .tooltip {
    visibility: visible;
    opacity: 1
}

#bottomToTop img {
    display: none
}

#bottomToTop .tooltip {
    visibility: hidden;
    width: 120px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity .3s;
    font-size: 1.4rem;
    
    font-weight: 250
}

@media (max-width:1599px) {
    #bottomToTop .tooltip {
        width: 88px;
        bottom: -47px
    }
}

@media (max-width:1399px) {
    #bottomToTop .tooltip {
        width: 73px
    }
}

#bottomToTop.active {
    opacity: 1
}

@media (max-width:1023px) {
    #bottomToTop {
        display: none
    }
}

#thanksemaildiv {
    width: 100%;
    display: block;
    text-align: center
}

    #thanksemaildiv .com-heading {
        font-size: 2rem
    }

#duplicatediv {
    width: 100%;
    display: block;
    text-align: center
}

    #duplicatediv .com-heading {
        font-size: 2rem
    }

#recaptcha_div {
    z-index: 99;
    position: relative
}

.ytp-chrome-bottom, .ytp-chrome-top {
    display: none !important
}

#compAwards, .compAwards2 {
    min-height: 63vh
}

@media (max-width:1849px) {
    #compAwards, .compAwards2 {
        min-height: 70vh
    }
}

@media (max-width:1799px) {
    #compAwards, .compAwards2 {
        min-height: 69vh
    }
}

@media (max-width:1679px) {
    #compAwards, .compAwards2 {
        min-height: 72vh
    }
}

@media (max-width:1549px) {
    #compAwards, .compAwards2 {
        min-height: 80vh
    }
}

@media (max-width:1399px) {
    #compAwards, .compAwards2 {
        min-height: 93vh
    }
}

@media (max-width:1026px) {
    #compAwards, .compAwards2 {
        min-height: 100%
    }
}

#reports {
    z-index: auto !important
}

.carrerIntroBanner .com-text-container {
    height: auto
}

@media (max-width:1023px) {
    .carrerIntroBanner .com-text-container {
        height: 100%
    }
}

@media (max-width:1026px) {
    .carrerIntroBanner {
        height: auto !important;
        max-height: 100% !important
    }
}

.reportsMain .reportWrapper {
    padding: 70px 0 70px !important
}

@media (max-width:991px) {
    .reportsMain .reportWrapper {
        padding: 40px 0 40px !important
    }
}

input, select {
    background: 0 0;
    border: none;
    padding: 13px 20px;
    display: block;
    color: #c1c1c1;
    width: 100%;
    
    font-size: 1.4rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media (max-width:767px) {
    input, select {
        font-size: 1.6rem
    }
}

.lastSectionForAll {
    position: relative
}

.text-poup-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99991;
    background: rgba(0,0,0,.8);
    top: 0;
    left: 0;
    display: none
}

    .text-poup-overlay .close-btn {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9991;
        color: #393939;
        font-size: 2rem;
        cursor: pointer;
        background: #f0f0f0;
        border-radius: 0;
        
        height: 30px;
        width: 30px;
        text-align: center;
        line-height: 28px;
        cursor: pointer
    }

@media (max-width:1026px) {
    .text-poup-overlay .close-btn {
        right: 4px;
        top: 4px
    }
}

.text-poup-overlay .text-popup-container {
    min-width: 980px;
    margin: 0 auto;
    background: #fff;
    padding: 50px 50px;
    position: fixed;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%
}

@media (max-width:1026px) {
    .text-poup-overlay .text-popup-container {
        min-width: 88.88%;
        padding: 20px 20px
    }
}

.text-poup-overlay .text-popup-container .text-popup-box {
    width: 100%
}

    .text-poup-overlay .text-popup-container .text-popup-box .textBox-Component {
        padding: 0 !important
    }

#listed-companies {
    align-items: initial
}

.panel {
    box-sizing: border-box
}

.overflow_hidden #smooth-content {
    height: unset !important
}

.pdf-download {
    position: absolute;
    right: 0;
    top: 30%;
    z-index: 1;
    text-decoration: none;
    padding: 17px 23px 17px 23px;
    font-size: 1.8rem;
    
    text-transform: capitalize;
    font-weight: 500;
    z-index: 0;
    cursor: pointer;
    text-decoration: none;
    color: #393939;
    border-radius: 8px;
    border: 1px solid #393939;
    background: 0 0;
    display: inline-flex;
    align-items: center
}

@media (min-width:1220px) and (max-width:1399px) {
    .pdf-download {
        right: -1.5%
    }
}

@media (max-width:1023px) {
    .pdf-download {
        top: 0;
        right: 0;
        position: relative;
        margin-top: 20px
    }
}

.pdf-download img {
    width: 15px;
    filter: brightness(0) saturate(100%) invert(23%) sepia(0) saturate(803%) hue-rotate(31deg) brightness(93%) contrast(97%);
    margin-right: 10px
}

@media (max-width:1023px) {
    .pdf-download img {
        width: 15px
    }
}

@media (max-width:1023px) {
    .pdf-download {
        padding: 15px 15px 15px 15px;
        font-size: 1.4rem;
        background: var(--main-gradient);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }
}

.pdf-download::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

@media (max-width:1023px) {
    .pdf-download::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

.pdf-download:hover {
    background: var(--main-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500
}

    .pdf-download:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

.stories-detail-main .detailWrapper .com-heading.w90 h1 {
    width: 90%
}

@media (max-width:1399px) {
    .stories-detail-main .detailWrapper .com-heading.w90 h1 {
        width: 85%
    }
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .com-heading.w90 h1 {
        width: 100%
    }
}

#subscribe {
    padding-top: 65px;
    min-height: 410px;
    background: #160b1f
}

@media (max-width:1026px) {
    #subscribe {
        padding-top: 55px
    }
}

#subscribe.subscribe-main .subscribe-section .subscribe-field form .col-6 {
    margin-left: 0;
    margin-right: 1%
}

.three-imgSlideWrapper a {
    text-decoration: none
}

    .three-imgSlideWrapper a.swiper-slide .three-imgcardBox {
        width: 100%
    }

.light-mode .three-imgSlideWrapper a:hover {
    background: #f0f0f0
}

.com-twoImageSlider a {
    text-decoration: none
}

    .com-twoImageSlider a.swiper-slide .two-imgeSlideBox {
        width: 100% !important
    }

.threecard-boxWrapper a.three-imgcardBox {
    text-decoration: none
}

.light-mode #subscribe {
    background: #f0f0f0 !important
}

.travel-guidelines .introsection {
    background: #000
}

.travel-guidelines .lastSectionForAll {
    background: #000
}

.light-mode .travel-guidelines .introsection {
    background: #fff
}

.light-mode .travel-guidelines .lastSectionForAll {
    background: #f0f0f0
}

.search-bar-wrapper .serach-bar-container .search-bar-wrap .search-bar-box .search-dropdown ul li .container-fluid {
    width: 100%
}

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: #7b7b7b !important;
    -webkit-transition: background-color 5000s ease-in-out 0s !important;
    transition: background-color 5000s ease-in-out 0s !important
}

.twocolimgsec {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 10px;
    margin-bottom: 30px
}

    .twocolimgsec .twocolimgseccol {
        flex: 0 0 calc(50% - 8px);
        box-sizing: border-box;
        background-color: #f0f0f0;
        padding: 16px;
        text-align: center
    }

        .twocolimgsec .twocolimgseccol img {
            width: 100%
        }

        .twocolimgsec .twocolimgseccol p {
            min-height: 54px
        }

.stories-detail-main .detailWrapper .innerPgConten table tr:nth-child(2n) ul li {
    color: #fff !important
}

.stories-detail-main .detailWrapper .innerPgConten table tr sup {
    vertical-align: super;
    font-size: 14px
}

.com-disclaimer {
    font-size: 1.6rem
}

@media (max-width:767px) {
    .com-disclaimer {
        font-size: 1.4rem
    }
}

.light-mode .com-disclaimer {
    color: #393939
}

.introsection.compendium-div {
    min-height: 80vh
}

.animationcss .scrollPadding {
    box-sizing: border-box;
    overflow: hidden
}

    .animationcss .scrollPadding .scrollBorder {
        overflow: hidden
    }

.animationcss .scrollPaddingVideo {
    box-sizing: border-box;
    overflow: hidden
}

    .animationcss .scrollPaddingVideo .scrollBorderVideo {
        overflow: hidden
    }

.animationcss .columnAnimation-single, .animationcss .columnAnimation-single-second {
    opacity: 0
}

.animationcss .swiperAnimation .swiper-slide {
    opacity: 0;
    transform: translateY(250px)
}

.animationcss .businessThumb {
    opacity: 0
}

.animationcss .titleAnimation {
    opacity: 0
}

.animationcss .business-right-sec {
    position: relative;
    overflow: hidden
}

    .animationcss .business-right-sec .big-thumb-image {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden
    }

        .animationcss .business-right-sec .big-thumb-image img {
            display: block;
            width: 100%;
            height: auto;
            will-change: transform,opacity;
            transform-origin: center center;
            opacity: 1;
            height: 140%
        }

.animationcss .parallex-box-Animation .image-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
    max-height: 266px;
    min-height: 266px
}

@media (max-width:1365px) {
    .animationcss .parallex-box-Animation .image-box {
        max-height: 200px
    }
}

@media (max-width:767px) {
    .animationcss .parallex-box-Animation .image-box {
        max-height: 200px;
        max-height: 200px
    }
}

.animationcss .parallex-box-Animation .image-box img {
    height: 120%;
    position: absolute
}

.animationcss .counterAnim .card-head {
    min-width: 227px
}

.animationcss .parallax-img .image-box {
    position: relative;
    overflow: hidden;
    width: 100%
}

    .animationcss .parallax-img .image-box img {
        width: 100%;
        height: 105%;
        transform: translateY(0);
        will-change: transform
    }

.swiper-pagination {
    text-align: left;
    margin-left: 30px;
    margin-bottom: 20px
}

.company_vision_img_slider .swiper-pagination-bullet-active {
    background: #0180a3 !important
}

.company_vision_img_slider .swiper-pagination-bullet {
    opacity: 1;
    background: #fff
}

.animationcss .zoominAnim {
    opacity: 0
}

body.overflow {
    overflow: hidden !important
}

html.overflow {
    overflow: hidden !important
}

header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9991;
    transition: all .3s;
    background: rgba(255,255,255,.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

@media (max-width:767px) {
    header {
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px)
    }
}

@media (max-width:1026px) {
    header:hover .headerWrapper .right-menu {
        background: 0 0;
        transition: none
    }
}

header:hover .headerWrapper .left-menu .nav-main nav .nav-wrap {
    transform: none !important
}

header:hover .headerWrapper #nav-icon3 span {
    background: #000
}

header.overflow {
    border-bottom: 1px solid #eaeaea;
    z-index: 991
}

header .headerWrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

    header .headerWrapper .logo {
        width: 7%;
        display: inline-flex;
        align-items: center;
        padding: 6px 6px 6px 0;
        margin-right: 3%;
        overflow: hidden
    }

@media (max-width:1026px) {
    header .headerWrapper .logo {
        padding: 10px 10px 10px 0;
        width: 100px
    }
}

header .headerWrapper .logo img {
    width: 100%
}

header .headerWrapper .mob-search-icon {
    display: none
}

@media (max-width:1026px) {
    header .headerWrapper .mob-search-icon {
        display: block;
        right: 83px;
        top: 18px;
        position: absolute
    }
}

header .headerWrapper .left-menu {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 90%
}

@media (max-width:1026px) {
    header .headerWrapper .left-menu {
        position: absolute;
        right: -100%;
        top: 101%;
        height: calc(100dvh - 50px);
        overflow-y: scroll;
        background: #fff;
        width: 100%;
        transition: all .4s ease-in-out;
        display: block;
        -webkit-overflow-scrolling: touch;
        touch-action: auto
    }

        header .headerWrapper .left-menu.open {
            right: 0
        }

            header .headerWrapper .left-menu.open nav {
                display: block
            }
}

header .headerWrapper #nav-icon3 {
    display: none
}

@media (max-width:1026px) {
    header .headerWrapper #nav-icon3 {
        width: 30px;
        height: 21px;
        display: block;
        position: absolute;
        margin: 0 auto;
        transform: rotate(0);
        transition: .5s ease-in-out;
        cursor: pointer;
        right: 20px;
        top: 17px;
        z-index: 101
    }

        header .headerWrapper #nav-icon3 span {
            display: block;
            position: absolute;
            height: 2px;
            width: 80%;
            margin: 0 10%;
            background: #000;
            border-radius: 25px;
            opacity: 1;
            left: 0;
            transform: rotate(0);
            transition: .25s ease-in-out
        }

            header .headerWrapper #nav-icon3 span:nth-child(2), header .headerWrapper #nav-icon3 span:nth-child(3) {
                top: 8px
            }

            header .headerWrapper #nav-icon3 span:nth-child(4) {
                top: 16px
            }
}

header .headerWrapper #nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%
}

header .headerWrapper #nav-icon3.open span:nth-child(2) {
    transform: rotate(45deg)
}

header .headerWrapper #nav-icon3.open span:nth-child(3) {
    transform: rotate(-45deg)
}

header .headerWrapper #nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%
}

header .headerWrapper .nav-main {
    width: 100%
}

@media (max-width:1026px) {
    header .headerWrapper .nav-main {
        width: 88.88%;
        margin: 0 auto;
        padding: 10px 0 0
    }
}

header .headerWrapper .nav-main nav .nav-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end
}

@media (max-width:1549px) {
    header .headerWrapper .nav-main nav .nav-wrap {
        padding-left: 0
    }
}

@media (max-width:1026px) {
    header .headerWrapper nav {
        display: none
    }
}

header .headerWrapper nav ul li {
    display: inline-block;
    padding: 22px 18px
}

@media (min-width:1027px) {
    header .headerWrapper nav ul li.mega-menu-list .has-child {
        position: relative
    }

        header .headerWrapper nav ul li.mega-menu-list .has-child::before {
            content: "";
            position: absolute;
            width: calc(100% + 10px);
            height: 4px;
            /*background-image: linear-gradient(to right,#0180a3,#0074b0,#3264b4,#664daa,var(--dot-color));*/
            background: var(--main-gradient);
            
            bottom: 5px;
            left: 0;
            transform: scale(0);
            transition: .3s all ease-out
        }

    header .headerWrapper nav ul li.mega-menu-list:hover > .has-child::before {
        display: block;
        transform: scale(1)
    }

    header .headerWrapper nav ul li.mega-menu-list.active .has-child::before {
        content: "";
        position: absolute;
        width: calc(100% + 10px);
        height: 4px;
        /*background-image: linear-gradient(to right,#0180a3,#0074b0,#3264b4,#664daa,var(--dot-color));*/
        background: var(--main-gradient);
        bottom: 5px;
        left: 0;
        transform: scale(1);
        transition: .3s all ease-out
    }
}

@media (min-width:1027px) {
    header .headerWrapper nav ul li.dropdown-menu .has-child {
        position: relative
    }

        header .headerWrapper nav ul li.dropdown-menu .has-child::before {
            content: "";
            position: absolute;
            width: calc(100% + 10px);
            height: 4px;
            /*background-image: linear-gradient(to right,#0180a3,#0074b0,#3264b4,#664daa,var(--dot-color));*/
            background: var(--main-gradient);
            bottom: 5px;
            left: 0;
            transform: scale(0);
            transition: .3s all ease-out
        }

    header .headerWrapper nav ul li.dropdown-menu:hover > .has-child::before {
        display: block;
        transform: scale(1)
    }

    header .headerWrapper nav ul li.dropdown-menu.active .has-child::before {
        content: "";
        position: absolute;
        width: calc(100% + 10px);
        height: 4px;
        /* background-image: linear-gradient(to right,#0180a3,#0074b0,#3264b4,#664daa,var(--dot-color));*/
        background: var(--main-gradient);
        bottom: 5px;
        left: 0;
        transform: scale(1);
        transition: .3s all ease-out
    }
}

@media (max-width:2099px) {
    header .headerWrapper nav ul li {
        padding: 22px 15px
    }
}

@media (max-width:1799px) {
    header .headerWrapper nav ul li {
        padding: 22px 11px
    }
}

@media (max-width:1679px) {
    header .headerWrapper nav ul li {
        padding: 22px 6px
    }
}

@media (max-width:1599px) {
    header .headerWrapper nav ul li {
        padding: 22px 4px
    }
}

@media (max-width:1549px) {
    header .headerWrapper nav ul li {
        padding: 22px 5px
    }
}

@media (max-width:1399px) {
    header .headerWrapper nav ul li {
        padding: 22px 5px
    }
}

@media (max-width:1365px) {
    header .headerWrapper nav ul li {
        padding: 22px 3px
    }
}

@media (max-width:1219px) {
    header .headerWrapper nav ul li {
        padding: 22px 4px
    }
}

@media (max-width:1039px) {
    header .headerWrapper nav ul li {
        padding: 22px 0
    }
}

@media (max-width:1026px) {
    header .headerWrapper nav ul li {
        padding: 0
    }
}

header .headerWrapper nav ul li span {
    position: relative
}

@media (min-width:1027px) {
    header .headerWrapper nav ul li.active a::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 4px;
        /* background-image: linear-gradient(to right,#0180a3,#0074b0,#3264b4,#664daa,var(--dot-color));*/
        background: var(--main-gradient);
        bottom: 4px;
        left: 0;
        transform: scale(1);
        transition: .3s all ease-out
    }
}

header .headerWrapper nav ul li.active .sub-menu.mega-menu .mega-wrapper .menu-column .column-head span a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: var(--main-gradient);
    bottom: 1px;
    left: 0;
    transform: scale(0);
    transition: .3s all ease-out
}

header .headerWrapper nav ul li.search-bar span {
    position: relative;
    top: 4px
}

header .headerWrapper nav ul li.dropdown-menu {
    position: relative
}

    header .headerWrapper nav ul li.dropdown-menu .sub-menu {
        min-width: 243px
    }

@media (min-width:1027px) {
    header .headerWrapper nav ul li.dropdown-menu:hover .has-child::after {
        transform: rotate(45deg);
        top: 45%
    }
}

@media (min-width:1027px) {
    header .headerWrapper nav ul li:hover .has-child::after {
        transform: rotate(45deg);
        top: 47%
    }
}

@media (max-width:1026px) {
    header .headerWrapper nav ul li {
        display: block;
        border-bottom: 1px solid grey;
        width: 100%
    }
}

header .headerWrapper nav ul li a {
    text-decoration: none;
    padding: 27px 10px;
    color: #000;
    
    font-size: 1.4rem;
    font-weight: 600;
    position: relative;
    text-transform: uppercase
}

    header .headerWrapper nav ul li a.has-child {
        padding: 27px 20px
    }

@media (max-width:1023px) {
    header .headerWrapper nav ul li a.has-child {
        padding: 20px 0
    }
}

header .headerWrapper nav ul li a.has-child::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 40%;
    transform: translateY(-50%);
    width: 7px;
    left: auto;
    height: 7px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    background: 0 0;
    transform: rotate(-135deg)
}

header .headerWrapper nav ul li a.has-child.subActive::after {
    transform: rotate(45deg);
    transition: all .2s linear
}

@media (max-width:1026px) {
    header .headerWrapper nav ul li a {
        font-size: 2rem;
        padding: 20px 0;
        display: block
    }

        header .headerWrapper nav ul li a.has-child::after {
            content: "";
            position: absolute;
            right: 0;
            top: 38%;
            transform: translateY(-50%);
            width: 10px;
            left: auto;
            height: 10px;
            border-top: 1px solid #000;
            border-left: 1px solid #000;
            background: 0 0;
            transform: rotate(-135deg)
        }

        header .headerWrapper nav ul li a.has-child.subActive::after {
            transform: rotate(45deg);
            transition: all .2s linear
        }
}

@media (max-width:439px) {
    header .headerWrapper nav ul li a {
        font-size: 1.6rem
    }
}

header .headerWrapper nav ul li a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-image: var(--main-gradient);
    bottom: 5px;
    left: 0;
    transform: scale(0);
    transition: .3s all ease-out
}

header .headerWrapper nav ul li a img {
    display: inline-block
}

header .headerWrapper nav ul li .sub-menu {
    top: 61px;
    height: 0;
    position: absolute;
    left: 0;
    background: #f4f4f4;
    width: 100%;
    padding: 0 41px;
    overflow: hidden
}

@media (max-width:1399px) {
    header .headerWrapper nav ul li .sub-menu {
        top: 58px
    }
}

@media (max-width:1026px) {
    header .headerWrapper nav ul li .sub-menu {
        background: #fff;
        padding: 0 20px;
        position: relative;
        left: 0;
        top: 0;
        display: none;
        transition: none;
        height: auto
    }
}

header .headerWrapper nav ul li .sub-menu ul li {
    display: block;
    padding: 13.5px 0 10px;
    border: none
}

@media (max-width:1399px) {
    header .headerWrapper nav ul li .sub-menu ul li {
        padding: 6.5px 0 10px
    }
}

@media (max-width:1026px) {
    header .headerWrapper nav ul li .sub-menu ul li {
        padding: 0
    }
}

@media (max-width:767px) {
    header .headerWrapper nav ul li .sub-menu ul li {
        white-space: inherit
    }
}

header .headerWrapper nav ul li .sub-menu ul li a {
    font-size: 1.6rem;
    padding: 0;
    color: #000;
    opacity: .6;
    font-weight: 400;
    text-transform: initial
}

    header .headerWrapper nav ul li .sub-menu ul li a::after {
        display: none
    }

    header .headerWrapper nav ul li .sub-menu ul li a:hover {
        background: 0 0;
        text-decoration: underline;
        opacity: 1
    }

@media (max-width:1026px) {
    header .headerWrapper nav ul li .sub-menu ul li a {
        padding-bottom: 16px;
        background: 0 0
    }

        header .headerWrapper nav ul li .sub-menu ul li a:hover {
            text-decoration: none
        }
}

@media (min-width:1027px) {
    header .headerWrapper nav ul li .sub-menu.mega-menu {
        top: 65px;
        padding: 0;
        background: #f4f4f4;
        left: 0
    }
}

@media (min-width:1220px) {
    header .headerWrapper nav ul li .sub-menu.mega-menu .mega-wrapper {
        width: 88.88%;
        max-width: 1920px;
        margin: 0 auto;
        display: flex;
        flex-direction: row
    }
}

@media (min-width:1027px) and (max-width:1219px) {
    header .headerWrapper nav ul li .sub-menu.mega-menu .mega-wrapper {
        display: flex;
        flex-direction: row
    }
}

header .headerWrapper nav ul li .sub-menu.mega-menu .mega-wrapper .menu-column {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    margin-right: 93px
}

    header .headerWrapper nav ul li .sub-menu.mega-menu .mega-wrapper .menu-column.no-heading-links .column-head {
        padding-top: 0
    }

        header .headerWrapper nav ul li .sub-menu.mega-menu .mega-wrapper .menu-column.no-heading-links .column-head.nav-sub-head {
            padding-top: 18px
        }

        header .headerWrapper nav ul li .sub-menu.mega-menu .mega-wrapper .menu-column.no-heading-links .column-head span {
            border: none;
            margin-bottom: 0;
            padding-bottom: 0
        }

            header .headerWrapper nav ul li .sub-menu.mega-menu .mega-wrapper .menu-column.no-heading-links .column-head span a {
                font-weight: 400
            }

    header .headerWrapper nav ul li .sub-menu.mega-menu .mega-wrapper .menu-column:last-child {
        margin-right: 0
    }

        header .headerWrapper nav ul li .sub-menu.mega-menu .mega-wrapper .menu-column:last-child .listed-companies {
            text-wrap: nowrap
        }

@media (max-width:767px) {
    header .headerWrapper nav ul li .sub-menu.mega-menu .mega-wrapper .menu-column:last-child .listed-companies {
        text-wrap: initial
    }
}

@media (max-width:1026px) {
    header .headerWrapper nav ul li .sub-menu.mega-menu .mega-wrapper .menu-column {
        width: 100%;
        display: block;
        padding: 0 0 20px;
        flex-direction: inherit
    }
}

header .headerWrapper nav ul li .sub-menu.mega-menu .mega-wrapper .menu-column .listed-companies {
    margin-top: 0
}

header .headerWrapper nav ul li .sub-menu.mega-menu .mega-wrapper .menu-column .column-head span {
    color: #000;
    font-size: 2em;
    font-weight: 400;
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 1px solid #c1c1c1;
    padding-right: 0;
    margin-bottom: 8px;
    white-space: nowrap;
    width: 100%
}

@media (max-width:1026px) {
    header .headerWrapper nav ul li .sub-menu.mega-menu .mega-wrapper .menu-column .column-head span {
        border-bottom: none;
        font-size: 1.8rem;
        padding-right: 0
    }
}

header .headerWrapper nav ul li .sub-menu.mega-menu .mega-wrapper .menu-column .column-head span a {
    padding: 0;
    font-weight: 600;
    text-transform: inherit
}

header .headerWrapper nav ul li .sub-menu.mega-menu .mega-wrapper .menu-column .column-head.nav-sub-head {
    padding-top: 30px
}

@media (max-width:1026px) {
    header .headerWrapper nav ul li .sub-menu.mega-menu .mega-wrapper .menu-column .column-head.nav-sub-head {
        padding-top: 10px
    }
}

header .headerWrapper nav ul li .sub-menu.mega-menu .mega-wrapper .menu-column .column-head.nav-sub-head span {
    margin: 0
}

@media (max-width:1026px) {
    header .headerWrapper nav ul li .sub-menu.mega-menu .mega-wrapper .menu-column ul {
        padding: 0 20px;
        border-bottom: 1px solid #fff
    }
}

@media (max-width:1026px) {
    header .headerWrapper nav ul li .sub-menu.mega-menu .mega-wrapper .menu-column .listed-companies {
        border-bottom: none
    }
}

header .headerWrapper nav ul li .sub-menu.mega-menu .mega-wrapper .menu-column .listed-companies li a {
    background: url(https://www.adani.com/assets/adaniv1/dist/images/listed-icon-black.svg) no-repeat right 0 center;
    padding-right: 22px;
    background-size: 13px
}

header .headerWrapper nav ul li .sub-menu.mega-menu .mega-wrapper.sustainability-sublinks .menu-column {
    width: 22%
}

@media (max-width:1026px) {
    header .headerWrapper nav ul li .sub-menu.mega-menu .mega-wrapper.sustainability-sublinks .menu-column {
        width: 100%
    }
}

@media (min-width:1027px) {
    header .headerWrapper nav ul li:hover > a::after {
        display: block;
        transform: scale(1)
    }
}

@media (min-width:1027px) {
    header .headerWrapper nav ul li:hover > .sub-menu {
        height: auto;
        transition: all .2s linear;
        padding: 20px 41px
    }
}

@media (min-width:1027px) {
    header .headerWrapper nav ul li:hover > .sub-menu.mega-menu {
        padding: 75px 0;
        height: auto;
        top: 65px
    }
}

@media (max-width:1399px) {
    header .headerWrapper nav ul li:hover > .sub-menu.mega-menu {
        top: 64px;
        padding: 20px 0 26px 0
    }
}

@media (max-width:1219px) {
    header .headerWrapper nav ul li:hover > .sub-menu.mega-menu {
        padding: 20px 20px 26px 20px
    }
}

@media (max-width:1026px) {
    header .headerWrapper nav ul li:hover > .sub-menu.mega-menu {
        top: 0
    }
}

header .headerWrapper nav ul li.color-theme {
    position: relative
}

    header .headerWrapper nav ul li.color-theme span {
        position: relative;
        top: 4px
    }

@media (max-width:1026px) {
    header .headerWrapper nav ul li.color-theme span.active::after {
        transform: rotate(45deg);
        transition: all .2s linear
    }
}

@media (max-width:1026px) {
    header .headerWrapper nav ul li.color-theme span {
        width: 100%;
        display: block
    }
}

header .headerWrapper nav ul li.color-theme span::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    content: "";
    position: absolute;
    right: 0;
    top: 13%;
    transform: translateY(-50%)
}

@media (max-width:1026px) {
    header .headerWrapper nav ul li.color-theme span::after {
        width: 10px;
        height: 10px;
        border: none;
        right: 1px;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        background: 0 0;
        transform: rotate(-135deg);
        transition: all .2s linear;
        top: 30%
    }
}

header .headerWrapper nav ul li.color-theme .color-theme-list {
    position: absolute;
    background: #f4f4f4;
    display: block;
    left: 0;
    top: 67px;
    min-width: 120px;
    overflow: auto;
    opacity: 0;
    transform-origin: top left;
    transform: scale(1,0);
    transition: all ease-in-out .3s;
    z-index: 2;
    height: 0;
    padding: 0
}

    header .headerWrapper nav ul li.color-theme .color-theme-list.active {
        transform: scale(1,1);
        opacity: 1;
        height: auto
    }

        header .headerWrapper nav ul li.color-theme .color-theme-list.active li img {
            padding-right: 5px
        }

@media (max-width:1026px) {
    header .headerWrapper nav ul li.color-theme .color-theme-list.active li img {
        padding-right: 0
    }
}

header .headerWrapper nav ul li.color-theme .color-theme-list li {
    display: block;
    padding: 10px 15px;
    font-size: 1.2rem;
    cursor: pointer;
    color: #000
}

@media (max-width:1026px) {
    header .headerWrapper nav ul li.color-theme .color-theme-list {
        position: inherit;
        top: inherit;
        width: 100%
    }
}

@media (max-width:1023px) {
    header .headerWrapper nav ul li.mob-hide {
        display: none
    }
}

@media (min-width:1027px) {
    header .headerWrapper nav ul li.accessibility-tab a .mob-text {
        display: none
    }
}

@media (max-width:1026px) {
    header .headerWrapper nav ul li.accessibility-tab a .mob-text {
        display: inline-block;
        width: auto;
        padding-left: 5px;
        top: 0
    }

        header .headerWrapper nav ul li.accessibility-tab a .mob-text::after {
            display: none
        }
}

@media (min-width:1027px) {
    header .headerWrapper nav ul li.dropdown-menu2 .has-child {
        position: relative
    }

        header .headerWrapper nav ul li.dropdown-menu2 .has-child::before {
            content: "";
            position: absolute;
            width: calc(100% + 10px);
            height: 4px;
            background-image: var(--main-gradient);
            bottom: 5px;
            left: 0;
            transform: scale(0);
            transition: .3s all ease-out
        }

    header .headerWrapper nav ul li.dropdown-menu2:hover > .has-child::before {
        display: block;
        transform: scale(1)
    }

    header .headerWrapper nav ul li.dropdown-menu2.active .has-child::before {
        content: "";
        position: absolute;
        width: calc(100% + 10px);
        height: 4px;
        background-image: var(--main-gradient);
        bottom: 5px;
        left: 0;
        transform: scale(1);
        transition: .3s all ease-out
    }
}

header .headerWrapper nav ul li.dropdown-menu2 .sub-menu.mega-menu {
    width: 54%;
    left: 25%
}

@media (max-width:1799px) {
    header .headerWrapper nav ul li.dropdown-menu2 .sub-menu.mega-menu {
        width: 64%;
        left: 21%
    }
}

@media (max-width:1549px) {
    header .headerWrapper nav ul li.dropdown-menu2 .sub-menu.mega-menu {
        width: 74%;
        left: 12%
    }
}

@media (max-width:1026px) {
    header .headerWrapper nav ul li.dropdown-menu2 .sub-menu.mega-menu {
        width: 100%;
        left: 0
    }
}

header .headerWrapper nav ul li.dropdown-menu2 .sub-menu.mega-menu .mega-wrapper .menu-column {
    width: 33.3333333333%
}

@media (max-width:1026px) {
    header .headerWrapper nav ul li.dropdown-menu2 .sub-menu.mega-menu .mega-wrapper .menu-column {
        width: 100%
    }
}

header .headerWrapper nav ul li.dropdown-menu2 .sub-menu.mega-menu .mega-wrapper .menu-column .column-head span a {
    font-size: 1.6rem;
    opacity: .6
}

    header .headerWrapper nav ul li.dropdown-menu2 .sub-menu.mega-menu .mega-wrapper .menu-column .column-head span a:hover {
        text-decoration: underline;
        opacity: 1
    }

header .headerWrapper nav.right-links ul li:first-child {
    position: relative
}

@media (min-width:1550px) {
    header .headerWrapper nav.right-links ul li:first-child a {
        padding: 26px 15px
    }
}

@media (max-width:1549px) {
    header .headerWrapper nav.right-links ul li:first-child a {
        padding: 26px 7px
    }
}

@media (max-width:1026px) {
    header .headerWrapper nav.right-links ul li:first-child a {
        padding: 15px 0
    }
}

@media (max-width:1026px) {
    header .headerWrapper nav.right-links ul li {
        border-bottom: none
    }
}

header .headerWrapper nav.right-links ul li a {
    padding: 26px 13px;
    font-size: 1.2rem;
    white-space: nowrap
}

@media (max-width:1549px) {
    header .headerWrapper nav.right-links ul li a {
        padding: 26px 7px
    }
}

@media (max-width:1026px) {
    header .headerWrapper nav.right-links ul li a {
        font-size: 1.6rem;
        color: #000;
        padding: 14px 0
    }
}

header .headerWrapper nav.right-links ul li .sub-menu.about-sub-links {
    top: 67px;
    left: -17px;
    width: 365px;
    padding: 0 17px
}

@media (max-width:1799px) {
    header .headerWrapper nav.right-links ul li .sub-menu.about-sub-links {
        padding: 0 17px
    }
}

@media (max-width:1399px) {
    header .headerWrapper nav.right-links ul li .sub-menu.about-sub-links {
        top: 65px;
        width: 320px
    }
}

@media (max-width:1026px) {
    header .headerWrapper nav.right-links ul li .sub-menu.about-sub-links {
        top: 0;
        left: 0;
        padding: 16px 20px 0
    }
}

@media (max-width:1023px) {
    header .headerWrapper nav.right-links ul li .sub-menu.about-sub-links {
        padding: 0 20px 0
    }
}

header .headerWrapper nav.right-links ul li .sub-menu.about-sub-links .nav-wrap {
    padding: 20px 0;
    display: block
}

@media (max-width:1023px) {
    header .headerWrapper nav.right-links ul li .sub-menu.about-sub-links .nav-wrap {
        padding: 0
    }
}

header .headerWrapper .right-menu {
    width: 23%;
    align-items: center;
    justify-content: flex-end;
    background: #f4f4f4;
    position: relative;
    display: flex
}

    header .headerWrapper .right-menu .right-links {
        width: 100%;
        text-align: center
    }

        header .headerWrapper .right-menu .right-links ul {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            padding: 0 17px;
            align-items: center
        }

@media (max-width:1026px) {
    header .headerWrapper .right-menu .right-links ul {
        padding: 0
    }
}

header .headerWrapper .right-menu .right-links ul li {
    text-align: left
}

    header .headerWrapper .right-menu .right-links ul li.color-theme {
        padding-right: 5px;
        position: relative
    }

        header .headerWrapper .right-menu .right-links ul li.color-theme span {
            position: relative
        }

@media (max-width:1026px) {
    header .headerWrapper .right-menu .right-links ul li.color-theme span.active::after {
        transform: rotate(45deg);
        transition: all .2s linear
    }
}

@media (max-width:1026px) {
    header .headerWrapper .right-menu .right-links ul li.color-theme span {
        width: 100%;
        display: block
    }
}

header .headerWrapper .right-menu .right-links ul li.color-theme span::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    content: "";
    position: absolute;
    right: 0;
    top: 60%;
    transform: translateY(-50%)
}

@media (max-width:1026px) {
    header .headerWrapper .right-menu .right-links ul li.color-theme span::after {
        width: 10px;
        height: 10px;
        border: none;
        right: 0;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        background: 0 0;
        transform: rotate(-135deg);
        transition: all .2s linear;
        top: 30%
    }
}

@media (max-width:1549px) {
    header .headerWrapper .right-menu .right-links ul li.color-theme span::after {
        right: -3px
    }
}

@media (max-width:1399px) {
    header .headerWrapper .right-menu .right-links ul li.color-theme span::after {
        right: -4px
    }
}

header .headerWrapper .right-menu .right-links ul li.color-theme .color-theme-list {
    position: absolute;
    background: #f4f4f4;
    display: block;
    left: 0;
    top: 67px;
    min-width: 120px;
    overflow: auto;
    opacity: 0;
    transform-origin: top left;
    transform: scale(1,0);
    transition: all ease-in-out .3s;
    z-index: 2;
    height: 0;
    padding: 0
}

    header .headerWrapper .right-menu .right-links ul li.color-theme .color-theme-list.active {
        transform: scale(1,1);
        opacity: 1;
        height: auto
    }

        header .headerWrapper .right-menu .right-links ul li.color-theme .color-theme-list.active li img {
            padding-right: 5px
        }

@media (max-width:1026px) {
    header .headerWrapper .right-menu .right-links ul li.color-theme .color-theme-list.active li img {
        padding-right: 0
    }
}

header .headerWrapper .right-menu .right-links ul li.color-theme .color-theme-list li {
    display: block;
    padding: 10px 15px;
    font-size: 1.2rem;
    cursor: pointer;
    color: #000
}

@media (max-width:1026px) {
    header .headerWrapper .right-menu .right-links ul li.color-theme .color-theme-list {
        position: inherit;
        top: inherit;
        width: 100%
    }
}

header .headerWrapper .right-menu .right-links ul li.font-increase {
    padding-right: 5px;
    position: relative
}

@media (max-width:1026px) {
    header .headerWrapper .right-menu .right-links ul li.font-increase {
        padding-right: 0
    }
}

header .headerWrapper .right-menu .right-links ul li.font-increase span {
    position: relative
}

@media (max-width:1026px) {
    header .headerWrapper .right-menu .right-links ul li.font-increase span.active:after {
        transform: rotate(45deg);
        transition: all .2s linear
    }
}

@media (max-width:1026px) {
    header .headerWrapper .right-menu .right-links ul li.font-increase span {
        width: 100%;
        display: block
    }
}

header .headerWrapper .right-menu .right-links ul li.font-increase span::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    content: "";
    position: absolute;
    right: 0;
    top: 60%;
    transform: translateY(-50%)
}

@media (max-width:1549px) {
    header .headerWrapper .right-menu .right-links ul li.font-increase span::after {
        right: -3px
    }
}

@media (max-width:1399px) {
    header .headerWrapper .right-menu .right-links ul li.font-increase span::after {
        right: -4px
    }
}

@media (max-width:1026px) {
    header .headerWrapper .right-menu .right-links ul li.font-increase span::after {
        width: 10px;
        height: 10px;
        border: none;
        right: 0;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        background: 0 0;
        transform: rotate(-135deg);
        transition: all .2s linear;
        top: 30%
    }
}

header .headerWrapper .right-menu .right-links ul li.font-increase .font-list {
    position: absolute;
    background: #f4f4f4;
    display: block;
    left: 0;
    top: 67px;
    width: 100px;
    overflow: auto;
    opacity: 0;
    transform-origin: top left;
    transform: scale(1,0);
    transition: all ease-in-out .3s;
    z-index: 2;
    height: 0;
    padding: 0
}

    header .headerWrapper .right-menu .right-links ul li.font-increase .font-list.active {
        transform: scale(1,1);
        opacity: 1;
        height: auto
    }

    header .headerWrapper .right-menu .right-links ul li.font-increase .font-list li {
        display: block;
        padding: 10px 15px;
        font-size: 1.2rem;
        cursor: pointer;
        color: #000
    }

@media (max-width:1026px) {
    header .headerWrapper .right-menu .right-links ul li.font-increase .font-list {
        position: inherit;
        top: inherit;
        width: 100%
    }
}

@media (max-width:1026px) {
    header .headerWrapper .right-menu {
        width: 88.88%;
        margin: 0 auto;
        display: block;
        padding: 20px 0;
        -webkit-backdrop-filter: none;
        backdrop-filter: none
    }
}

@media (max-width:1026px) {
    header .headerWrapper .right-menu .search-bar {
        display: none
    }
}

header .headerWrapper .right-menu .search-bar object {
    filter: brightness(0) invert(0)
}

header .headerWrapper .right-menu .wheelchair {
    position: relative
}

    header .headerWrapper .right-menu .wheelchair object {
        filter: brightness(0) invert(0)
    }

@media (min-width:1400px) {
    header .headerWrapper .right-menu .wheelchair {
        padding: 10px 15px
    }
}

@media (max-width:1026px) {
    header .headerWrapper .right-menu .wheelchair {
        display: block;
        padding: 0
    }

        header .headerWrapper .right-menu .wheelchair a {
            display: block;
            padding: 16px 0;
            text-decoration: none;
            align-items: center;
            position: relative
        }

            header .headerWrapper .right-menu .wheelchair a span {
                width: 91%
            }

            header .headerWrapper .right-menu .wheelchair a::after {
                background: url(https://www.adani.com/assets/adaniv1/dist/images/footer-arrow.svg) no-repeat right center;
                content: "";
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 16px;
                left: auto;
                height: 16px
            }
}

header .headerWrapper .right-menu .show-mobile {
    display: none;
    color: #000;
    font-size: 1.6rem
}

@media (max-width:1026px) {
    header .headerWrapper .right-menu .show-mobile {
        display: inline-flex
    }
}

header .headerWrapper .right-menu img {
    vertical-align: middle;
    display: inline-block
}

header .headerWrapper .language {
    display: inline-flex;
    padding: 0 15px 0 15px;
    position: relative;
    top: 2px
}

@media (max-width:1026px) {
    header .headerWrapper .language {
        display: block;
        padding: 16px 0
    }
}

header .headerWrapper .language .language-dropdown button {
    color: #000;
    font-size: 1.4rem;
    
    background: 0 0;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase
}

    header .headerWrapper .language .language-dropdown button::after {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #000;
        content: "";
        position: absolute;
        right: 3px;
        top: 56%;
        transform: translateY(-50%)
    }

@media (max-width:1026px) {
    header .headerWrapper .language .language-dropdown button {
        font-size: 2rem;
        color: #000;
        position: relative;
        width: 100%;
        text-align: left
    }

        header .headerWrapper .language .language-dropdown button::after {
            background: 0 0;
            width: 10px;
            height: 10px;
            border: none;
            right: 0;
            border-top: 1px solid #000;
            border-left: 1px solid #000;
            background: 0 0;
            transform: rotate(-135deg);
            top: 12%
        }

        header .headerWrapper .language .language-dropdown button.active::after {
            transform: rotate(45deg);
            transition: all .2s linear
        }
}

@media (max-width:439px) {
    header .headerWrapper .language .language-dropdown button {
        font-size: 1.6rem
    }
}

header .headerWrapper .language .language-dropdown button span.show-mobile {
    display: none
}

@media (max-width:1026px) {
    header .headerWrapper .language .language-dropdown button span.show-mobile {
        display: inline-block;
        padding: 0 5px
    }
}

header .headerWrapper .language .language-dropdown .language-list {
    position: absolute;
    background: #f4f4f4;
    display: block;
    left: 8px;
    top: 39px;
    width: 100px;
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    transform-origin: top left;
    transform: scale(1,0);
    transition: all ease-in-out .3s;
    z-index: 2
}

@media (max-width:1026px) {
    header .headerWrapper .language .language-dropdown .language-list {
        padding: 16px 20px 0;
        width: 100%;
        position: initial;
        height: 0
    }
}

header .headerWrapper .language .language-dropdown .language-list.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1,1);
    height: auto
}

@media (max-width:1026px) {
    header .headerWrapper .language .language-dropdown .language-list.active {
        margin-top: 18px
    }
}

header .headerWrapper .language .language-dropdown .language-list .language-item {
    padding: 10px 10px;
    font-size: 1.2rem;
    cursor: pointer;
    color: #000;
    transition: all ease-in-out .3s;
    display: block
}

@media (max-width:1026px) {
    header .headerWrapper .language .language-dropdown .language-list .language-item {
        font-size: 1.6rem;
        padding: 15px 0
    }
}

@media (max-width:1026px) {
    header .headerWrapper .language .language-dropdown .language-list .language-item:last-child {
        border: none
    }
}

header.grayheader {
    display: inline-block
}

header .disability-dropdown {
    min-width: 396px;
    position: absolute;
    top: calc(100% + 0px);
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    padding: 40px 30px;
    background: #fff;
    display: none
}

@media (max-width:1026px) {
    header .disability-dropdown {
        padding: 20px 0;
        position: relative
    }
}

@media (min-width:1027px) and (max-width:1219px) {
    header .disability-dropdown {
        left: auto;
        right: 0;
        transform: unset
    }
}

@media (max-width:767px) {
    header .disability-dropdown {
        position: relative;
        padding: 20px 40px
    }
}

header .disability-dropdown.active {
    display: block
}

header .disability-dropdown .disability-container {
    width: 100%
}

    header .disability-dropdown .disability-container .wrap-container {
        width: 100%;
        position: relative;
        border-bottom: #7b7b7b solid 1px;
        padding-bottom: 22px
    }

        header .disability-dropdown .disability-container .wrap-container .heading {
            width: 100%;
            font-size: 2rem;
            color: #393939;
            
            font-weight: 600;
            text-transform: uppercase
        }

@media (max-width:1026px) {
    header .disability-dropdown .disability-container .wrap-container .heading {
        font-size: 1.6rem
    }
}

header .disability-dropdown .disability-container .wrap-container .subheading {
    width: 100%;
    font-size: 1.6rem;
    color: #393939;
    
    font-weight: 400;
    padding: 6px 0 10px 0
}

@media (max-width:1026px) {
    header .disability-dropdown .disability-container .wrap-container .subheading {
        font-size: 1.4rem
    }
}

header .disability-dropdown .disability-container .disability-btns-container {
    width: 100%
}

    header .disability-dropdown .disability-container .disability-btns-container .disability-btn {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-bottom: grey solid 1px;
        padding: 30px 0
    }

        header .disability-dropdown .disability-container .disability-btns-container .disability-btn .btn-text-right {
            display: inline-block;
            font-size: 1.6rem;
            
            font-weight: 400;
            color: #c1c1c1;
            padding: 0 0 0 20px
        }

        header .disability-dropdown .disability-container .disability-btns-container .disability-btn .buttons {
            position: relative;
            display: inline-block;
            margin: 0 0
        }

            header .disability-dropdown .disability-container .disability-btns-container .disability-btn .buttons .btns-wrap {
                position: relative
            }

                header .disability-dropdown .disability-container .disability-btns-container .disability-btn .buttons .btns-wrap span {
                    position: absolute;
                    top: 7px;
                    pointer-events: none;
                    
                    font-weight: 500;
                    font-size: 1.6rem;
                    
                    text-shadow: 0 1px 0 rgba(0,0,0,.06);
                    width: 50%;
                    text-align: center
                }

                    header .disability-dropdown .disability-container .disability-btns-container .disability-btn .buttons .btns-wrap span.on {
                        right: 0;
                        padding-left: 2px;
                        background: var(--main-gradient);
                        -webkit-background-clip: text;
                        background-clip: text;
                        -webkit-text-fill-color: transparent;
                        color: transparent
                    }

                    header .disability-dropdown .disability-container .disability-btns-container .disability-btn .buttons .btns-wrap span.off {
                        left: 0;
                        padding-right: 4px;
                        color: #fff
                    }

                header .disability-dropdown .disability-container .disability-btns-container .disability-btn .buttons .btns-wrap .check-toggle-round-flat:checked ~ .on {
                    right: 0;
                    padding-right: 4px;
                    color: #fff;
                    background: 0 0;
                    -webkit-text-fill-color: #fff
                }

                header .disability-dropdown .disability-container .disability-btns-container .disability-btn .buttons .btns-wrap .check-toggle-round-flat:checked ~ .off {
                    background: linear-gradient(to right,#2e57aa 0,#91288d 100%);
                    -webkit-background-clip: text;
                    background-clip: text;
                    -webkit-text-fill-color: transparent;
                    color: transparent
                }

                header .disability-dropdown .disability-container .disability-btns-container .disability-btn .buttons .btns-wrap .check-toggle {
                    position: absolute;
                    margin-left: -9999px;
                    visibility: hidden
                }

                    header .disability-dropdown .disability-container .disability-btns-container .disability-btn .buttons .btns-wrap .check-toggle + label {
                        display: block;
                        position: relative;
                        cursor: pointer;
                        outline: 0;
                        -webkit-user-select: none;
                        -moz-user-select: none;
                        user-select: none
                    }

                header .disability-dropdown .disability-container .disability-btns-container .disability-btn .buttons .btns-wrap .check-toggle-round-flat + label {
                    padding: 2px;
                    width: 100px;
                    height: 33px;
                    background: 0 0
                }

                    header .disability-dropdown .disability-container .disability-btns-container .disability-btn .buttons .btns-wrap .check-toggle-round-flat + label:after, header .disability-dropdown .disability-container .disability-btns-container .disability-btn .buttons .btns-wrap .check-toggle-round-flat + label:before {
                        display: block;
                        position: absolute;
                        content: ""
                    }

                    header .disability-dropdown .disability-container .disability-btns-container .disability-btn .buttons .btns-wrap .check-toggle-round-flat + label:before {
                        top: 2px;
                        left: 2px;
                        bottom: 2px;
                        right: 2px;
                        background-color: transparent;
                        border-radius: 60px;
                        z-index: -1;
                        border: 1px solid transparent;
                        border-radius: 8px;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        border: 1px solid transparent;
                        background: linear-gradient(to right,#2e57aa 0,#91288d 100%);
                        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
                        -webkit-mask-composite: xor;
                        mask-composite: exclude;
                        -webkit-mask-repeat: no-repeat
                    }

                    header .disability-dropdown .disability-container .disability-btns-container .disability-btn .buttons .btns-wrap .check-toggle-round-flat + label:after {
                        top: -5px;
                        left: 0;
                        bottom: -5px;
                        width: 59px;
                        background: linear-gradient(to bottom,#91298e,#813597,#703e9d,#5c46a2,#464ca4);
                        -webkit-text-fill-color: #fff;
                        transition: .3s ease-in-out;
                        border-radius: 8px;
                        transition: margin .2s
                    }

                header .disability-dropdown .disability-container .disability-btns-container .disability-btn .buttons .btns-wrap .check-toggle-round-flat:checked + label:after {
                    margin-left: 44px;
                    background: linear-gradient(to bottom,#91298e,#813597,#703e9d,#5c46a2,#464ca4);
                    -webkit-text-fill-color: #fff
                }

    header .disability-dropdown .disability-container .disability-btns-container .reset-btn {
        width: 100%;
        position: relative;
        display: flex;
        padding: 30px 0 10px 0
    }

        header .disability-dropdown .disability-container .disability-btns-container .reset-btn .gradient-button {
            display: inline-block;
            padding: 12px 16px;
            font-size: 1.4rem;
            
            font-weight: 400;
            border-radius: 8px;
            margin-right: 20px;
            background: linear-gradient(90deg,#393939 0,#393939 22%,#393939 90%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            color: transparent;
            position: relative;
            cursor: pointer;
            text-transform: capitalize
        }

            header .disability-dropdown .disability-container .disability-btns-container .reset-btn .gradient-button::before {
                content: "";
                position: absolute;
                z-index: -1;
                inset: 0;
                border: 1px solid transparent;
                border-radius: 8px;
                background: inherit;
                background-origin: border-box;
                background-clip: border-box;
                -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
                -webkit-mask-composite: xor;
                mask-composite: exclude;
                -webkit-mask-repeat: no-repeat
            }

            header .disability-dropdown .disability-container .disability-btns-container .reset-btn .gradient-button:hover {
                background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
                -webkit-background-clip: text;
                background-clip: text;
                -webkit-text-fill-color: transparent;
                color: transparent
            }

                header .disability-dropdown .disability-container .disability-btns-container .reset-btn .gradient-button:hover::before {
                    content: "";
                    position: absolute;
                    z-index: -1;
                    inset: 0;
                    border: 1px solid transparent;
                    border-radius: 8px;
                    background: inherit;
                    background-origin: border-box;
                    background-clip: border-box;
                    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
                    -webkit-mask-composite: xor;
                    mask-composite: exclude;
                    -webkit-mask-repeat: no-repeat
                }

header .disability-dropdown .disability-container .list-contianer {
    width: 100%;
    display: block;
    padding: 28px 0;
    border-bottom: #7b7b7b solid 1px
}

    header .disability-dropdown .disability-container .list-contianer ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

        header .disability-dropdown .disability-container .list-contianer ul.color-theme-tab li {
            width: 47%;
            text-align: center;
            margin-right: 5.1%
        }

@media (max-width:1023px) {
    header .disability-dropdown .disability-container .list-contianer ul.color-theme-tab li {
        width: 48%;
        margin-right: 2%
    }
}

header .disability-dropdown .disability-container .list-contianer ul.font-list li {
    width: 30%;
    margin-right: 4.1%;
    text-align: center
}

@media (max-width:1023px) {
    header .disability-dropdown .disability-container .list-contianer ul.font-list li {
        width: 30%
    }
}

header .disability-dropdown .disability-container .list-contianer ul li {
    display: inline-block;
    padding: 12px 16px;
    font-size: 1.6rem;
    
    font-weight: 500;
    border-radius: 8px;
    margin-right: 20px;
    background: linear-gradient(90deg,#393939 0,#393939 22%,#393939 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    position: relative;
    cursor: pointer
}

@media (max-width:1026px) {
    header .disability-dropdown .disability-container .list-contianer ul li {
        margin-bottom: 12px;
        text-align: center;
        font-size: 1.4rem
    }
}

header .disability-dropdown .disability-container .list-contianer ul li::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

header .disability-dropdown .disability-container .list-contianer ul li:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    border: 1px solid transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

    header .disability-dropdown .disability-container .list-contianer ul li:hover:before {
        content: "";
        position: absolute;
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

header .disability-dropdown .disability-container .list-contianer ul li:last-child {
    margin-right: 0
}

header .disability-dropdown .disability-container .list-contianer ul li.active {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    border: 1px solid transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

    header .disability-dropdown .disability-container .list-contianer ul li.active::before {
        content: "";
        position: absolute;
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

body.grayheader header {
    display: inline-block
}

.search-bar-wrapper {
    width: 100%;
    display: block;
    position: fixed;
    top: -100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    -moz-backdrop-filter: blur(30px);
    z-index: 9999;
    transition: .3s;
    transform: translateY(-100%)
}

    .search-bar-wrapper.active {
        transform: translateY(0);
        top: 0;
        transition: .3s
    }

@media (max-width:767px) {
    .search-bar-wrapper {
        overflow-y: scroll;
        overflow-x: hidden
    }
}

.search-bar-wrapper .serach-bar-container {
    width: 55.56%;
    max-width: 1920px;
    margin: 0 auto
}

@media (max-width:1026px) {
    .search-bar-wrapper .serach-bar-container {
        width: 88.88%
    }
}

.search-bar-wrapper .serach-bar-container .search-bar-wrap {
    width: 100%;
    margin: 150px 0 0;
    position: relative
}

@media (max-width:1399px) {
    .search-bar-wrapper .serach-bar-container .search-bar-wrap {
        margin: 90px 0 0
    }
}

.search-bar-wrapper .serach-bar-container .search-bar-wrap .search-bar-box {
    width: 100%;
    position: relative
}

    .search-bar-wrapper .serach-bar-container .search-bar-wrap .search-bar-box input {
        width: 100%;
        padding: 20px 0;
        background: 0 0;
        border-bottom: #c1c1c1 solid 1px;
        color: #c1c1c1;
        font-size: 2rem;
        
        font-weight: 400
    }

    .search-bar-wrapper .serach-bar-container .search-bar-wrap .search-bar-box .search-btns {
        position: absolute;
        top: 24px;
        right: 0
    }

        .search-bar-wrapper .serach-bar-container .search-bar-wrap .search-bar-box .search-btns .search-icon {
            background: 0 0;
            cursor: pointer;
            padding-right: 10px
        }

        .search-bar-wrapper .serach-bar-container .search-bar-wrap .search-bar-box .search-btns .mic-icon {
            display: inline-block;
            padding-left: 12px;
            cursor: pointer;
            border-left: #fff solid 1px
        }

    .search-bar-wrapper .serach-bar-container .search-bar-wrap .search-bar-box .search-dropdown {
        width: 100%;
        background: linear-gradient(to right,#0a1122,#100f22,#150d20,#190b1f,#1d081c);
        padding: 20px 20px;
        box-shadow: #c1c1c1 0 0 2px;
        margin-top: 10px;
        display: none;
        overflow-y: scroll;
        overflow-x: hidden;
        max-height: 400px;
        height: 100%
    }

@media (max-width:1599px) {
    .search-bar-wrapper .serach-bar-container .search-bar-wrap .search-bar-box .search-dropdown {
        max-height: 250px;
        padding: 10px 20px
    }
}

.search-bar-wrapper .serach-bar-container .search-bar-wrap .search-bar-box .search-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0
}

    .search-bar-wrapper .serach-bar-container .search-bar-wrap .search-bar-box .search-dropdown ul li {
        display: block;
        padding: 10px 0;
        border-bottom: rgba(193,193,193,.16) solid 1px;
        font-size: 2rem
    }

@media (max-width:767px) {
    .search-bar-wrapper .serach-bar-container .search-bar-wrap .search-bar-box .search-dropdown ul li {
        font-size: 1.6rem
    }
}

.search-bar-wrapper .serach-bar-container .search-bar-wrap .search-bar-box .search-dropdown ul li:last-child {
    border-bottom: none
}

.search-bar-wrapper .serach-bar-container .search-bar-wrap .search-bar-box .search-dropdown ul li h4 {
    font-size: 2rem;
    font-weight: 400;
    
    color: #fff
}

.search-bar-wrapper .serach-bar-container .search-bar-wrap .search-bar-box .search-dropdown ul li p {
    font-size: 1.5rem;
    
    font-weight: 300;
    color: #c1c1c1;
    padding: 5px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 0
}

.search-bar-wrapper .serach-bar-container .search-bar-wrap .search-bar-box .search-dropdown ul li a {
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 300;
    color: #c1c1c1;
    
    text-decoration: underline;
    padding: 10px 0;
    display: inline-block
}

    .search-bar-wrapper .serach-bar-container .search-bar-wrap .search-bar-box .search-dropdown ul li a:hover {
        color: #fff
    }

.search-bar-wrapper .serach-bar-container .search-bar-wrap .search-popular-keywords {
    width: 100%;
    padding: 70px 0
}

@media (max-width:1399px) {
    .search-bar-wrapper .serach-bar-container .search-bar-wrap .search-popular-keywords {
        padding: 40px 0
    }
}

.search-bar-wrapper .serach-bar-container .search-bar-wrap .search-popular-keywords .keywords-heading {
    font-size: 2rem;
    color: #c1c1c1;
    font-weight: 400;
    font-family: Adani
}

.search-bar-wrapper .serach-bar-container .search-bar-wrap .search-popular-keywords ul {
    list-style: none;
    padding: 0;
    margin-top: 40px
}

@media (max-width:1399px) {
    .search-bar-wrapper .serach-bar-container .search-bar-wrap .search-popular-keywords ul {
        margin-top: 25px
    }
}

.search-bar-wrapper .serach-bar-container .search-bar-wrap .search-popular-keywords ul li {
    display: inline-block;
    border-radius: 8px;
    border: #fff solid 1px;
    padding: 16px 16px;
    margin-right: 20px;
    margin-bottom: 20px
}

    .search-bar-wrapper .serach-bar-container .search-bar-wrap .search-popular-keywords ul li:last-child {
        margin-right: 0
    }

@media (max-width:767px) {
    .search-bar-wrapper .serach-bar-container .search-bar-wrap .search-popular-keywords ul li {
        width: 46.5%;
        text-align: center
    }
}

@media (max-width:390px) {
    .search-bar-wrapper .serach-bar-container .search-bar-wrap .search-popular-keywords ul li {
        padding: 16px 10px;
        margin-right: 18px
    }
}

@media (max-width:767px) {
    .search-bar-wrapper .serach-bar-container .search-bar-wrap .search-popular-keywords ul li:nth-child(even) {
        margin-right: 0
    }
}

.search-bar-wrapper .serach-bar-container .search-bar-wrap .search-popular-keywords ul li a {
    text-decoration: none;
    font-size: 1.4rem;
    color: #c1c1c1;
    
    font-weight: 400
}

.search-bar-wrapper .serach-bar-container .search-bar-wrap .search-popular-keywords ul li:hover {
    background: linear-gradient(to bottom,#91288d,#91288d,#91288d,#91288d,#91288d);
    -webkit-text-fill-color: #fff;
    transition: .3s ease-in-out;
    border: 1px solid transparent;
    border-top: 1px solid #91288d;
    border-bottom: 1px solid #91288d
}

    .search-bar-wrapper .serach-bar-container .search-bar-wrap .search-popular-keywords ul li:hover a {
        color: #fff
    }

.search-bar-wrapper .close-search-bar {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 4%;
    right: 3%
}

    .search-bar-wrapper .close-search-bar img {
        width: 20px;
        cursor: pointer
    }

.search-dropdown::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
    background: grey
}

.search-dropdown::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #000;
    -webkit-box-shadow: 0 0 0 grey;
    cursor: pointer
}

.mac header .headerWrapper nav ul li.active a:after {
    bottom: 4px
}

.mac header .headerWrapper nav ul li a:after {
    bottom: 4px
}

.mac header .headerWrapper nav ul li.mega-menu-list.active .has-child:before {
    bottom: 4px
}

.banner {
    position: relative;
    overflow: hidden;
    height: 100vh
}

    .banner .banner-slider {
        width: 100%;
        height: 100vh
    }

        .banner .banner-slider img {
            width: 100%
        }

        .banner .banner-slider .HeroSlider {
            transition: opacity linear .3s
        }

            .banner .banner-slider .HeroSlider.sThumbHide {
                opacity: 0
            }

                .banner .banner-slider .HeroSlider.sThumbHide .swiper-slide {
                    pointer-events: none
                }

            .banner .banner-slider .HeroSlider .swiper-slide {
                cursor: pointer
            }

        .banner .banner-slider .custom-pagintion {
            position: absolute;
            right: 5.56%;
            bottom: 3%;
            z-index: 91
        }

@media (min-width:2100px) {
    .banner .banner-slider .custom-pagintion {
        right: calc(50% - 960px)
    }
}

@media (max-width:1023px) {
    .banner .banner-slider .custom-pagintion {
        width: 100%;
        bottom: 0
    }
}

.banner .banner-slider .card-wrapper {
    position: absolute;
    bottom: 115px;
    z-index: 99;
    right: 0;
    max-width: 770px;
    min-width: 300px
}

@media (max-width:1023px) {
    .banner .banner-slider .card-wrapper {
        max-width: 400px;
        min-width: 400px;
        right: 12px
    }
}

@media (max-width:767px) {
    .banner .banner-slider .card-wrapper {
        max-width: 240px;
        min-width: 200px;
        bottom: 75px
    }
}

.banner .banner-slider .swiper .scard {
    width: 180px;
    height: 260px
}

@media (max-width:1023px) {
    .banner .banner-slider .swiper .scard {
        width: 100px;
        height: 150px
    }
}

@media (max-width:439px) {
    .banner .banner-slider .swiper .scard {
        height: 90px;
        width: 100px
    }
}

.banner .banner-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

    .banner .banner-slider .swiper-slide img {
        display: block;
        width: auto;
        max-width: none;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.banner .banner-slider .swiper-slide-active {
    visibility: hidden
}

@media (max-width:1549px) {
    .banner .banner-slider .mySwiper {
        bottom: 18.25%
    }
}

@media (max-width:1023px) {
    .banner .banner-slider .mySwiper {
        bottom: 10.25%
    }
}

.banner .banner-slider .mySwiper .text-wraper {
    display: none
}

.banner .banner-slider .mySwiper .swiper-slide {
    background-size: cover;
    box-shadow: 2px 3px 4px #333;
    background-position: center;
    overflow: hidden
}

.banner .banner-slider .mySwiper .img-box {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover
}

    .banner .banner-slider .mySwiper .img-box video {
        opacity: 0
    }

.banner .banner-slider .img-box img {
    width: auto
}

.banner .banner-slider #customslider .img-box {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}

.banner .banner-slider #layer1 {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: calc(100vh + 2px);
    overflow: hidden
}

    .banner .banner-slider #layer1 .slideWrap {
        width: 100%;
        height: 100%
    }

        .banner .banner-slider #layer1 .slideWrap .img-box video {
            width: auto;
            height: 100vh
        }

@media (max-width:1399px) and (orientation:landscape) {
    .banner .banner-slider #layer1 .slideWrap .img-box {
        height: 100%
    }
}

.banner .banner-slider #layer1 .slideWrap .img-box::after {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,transparent 0,#000 100%);
    opacity: .7;
    position: absolute;
    content: " ";
    z-index: 1;
    top: 0;
    left: 0
}

.banner .banner-slider #layer1 .slideWrap .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width:1220px) and (max-width:1399px) {
    .banner .banner-slider #layer1 .slideWrap .img-box img {
        aspect-ratio: 16/9;
        height: 100%
    }
}

.banner .banner-slider #layer2 {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: calc(100vh + 2px);
    overflow: hidden
}

    .banner .banner-slider #layer2 .slideWrap {
        width: 100%;
        height: 100%
    }

        .banner .banner-slider #layer2 .slideWrap .img-box video {
            width: auto;
            height: 100vh;
            opacity: 0
        }

            .banner .banner-slider #layer2 .slideWrap .img-box video.active {
                opacity: 1
            }

@media (max-width:1399px) and (orientation:portrait) {
    .banner .banner-slider #layer2 .slideWrap .img-box {
        height: auto
    }
}

.banner .banner-slider #layer2 .slideWrap .img-box::after {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,transparent 0,#000 100%);
    opacity: .5;
    position: absolute;
    content: " ";
    z-index: 1;
    top: 0;
    left: 0
}

.banner .banner-slider #layer2 .slideWrap .img-box img {
    width: auto;
    height: 100%
}

@media (max-width:1399px) and (orientation:landscape) {
    .banner .banner-slider #layer2 .slideWrap .img-box img {
        aspect-ratio: 16/9;
        height: 100%
    }
}

.banner .banner-slider .text-wraper {
    position: absolute;
    z-index: 2;
    bottom: 105px;
    left: 5.56%;
    color: #fff;
    text-align: left;
    max-width: 53%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end
}

@media (min-width:2100px) {
    .banner .banner-slider .text-wraper {
        left: calc(50% - 960px);
        max-width: 53%
    }
}

@media (max-width:1549px) {
    .banner .banner-slider .text-wraper {
        max-width: 59%
    }
}

@media (max-width:1023px) {
    .banner .banner-slider .text-wraper {
        bottom: 32.25%
    }
}

@media (max-width:767px) {
    .banner .banner-slider .text-wraper {
        max-width: 90%;
        bottom: 30%
    }
}

.banner .banner-slider .text-wraper .title {
    font-size: 4.4rem;
    
    color: #fff;
    line-height: 100%;
    font-weight: 600
}

@media (max-width:1023px) {
    .banner .banner-slider .text-wraper .title {
        font-size: 4.4rem
    }
}

@media (max-width:767px) {
    .banner .banner-slider .text-wraper .title {
        font-size: 3.4rem
    }
}

.banner .banner-slider .text-wraper .pargraph {
    width: 100%;
    margin-top: 24px;
    font-size: 2.2rem
}

@media (max-width:767px) {
    .banner .banner-slider .text-wraper .pargraph {
        font-size: 1.4rem
    }
}

.banner .banner-slider .text-wraper .pargraph p {
    font-size: 2.2rem;
    
    font-weight: 400;
    color: #fff
}

@media (max-width:767px) {
    .banner .banner-slider .text-wraper .pargraph p {
        font-size: 1.4rem
    }
}

.banner .banner-slider .text-wraper .btns-wrap {
    width: 100%;
    margin-top: 32px
}

    .banner .banner-slider .text-wraper .btns-wrap .watch-btn {
        color: #fff;
        padding: 20px 23.5px 20px 23.5px;
        font-size: 1.8rem;
        transition: all .5s;
        
        text-transform: capitalize;
        font-weight: 500;
        position: relative;
        margin: 0 auto;
        z-index: 0;
        line-height: 100%;
        cursor: pointer;
        background: 0 0;
        border: #fff solid 1px;
        transition: .3s ease-in-out
    }

@media (max-width:1023px) {
    .banner .banner-slider .text-wraper .btns-wrap .watch-btn {
        padding: 15px 14px 15px 14px
    }
}

.banner .banner-slider .text-wraper .btns-wrap .watch-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

.banner .banner-slider .text-wraper .btns-wrap .watch-btn:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent
}

    .banner .banner-slider .text-wraper .btns-wrap .watch-btn:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

@media (max-width:767px) {
    .banner .banner-slider .text-wraper .btns-wrap .watch-btn {
        font-size: 1.2rem
    }
}

.banner .banner-slider .text-wraper .btns-wrap a {
    text-decoration: none
}

.banner .banner-slider .text-wraper .btns-wrap {
    display: inline-grid;
    justify-content: flex-start;
    margin-top: 40px
}

.banner .banner-slider .autoplay-progress {
    height: 2px;
    width: 400px;
    position: absolute;
    bottom: 43px;
    right: 90px;
    z-index: 99;
    background: #fff
}

@media (max-width:1799px) {
    .banner .banner-slider .autoplay-progress {
        bottom: 46px
    }
}

@media (max-width:1549px) {
    .banner .banner-slider .autoplay-progress {
        width: 280px
    }
}

@media (max-width:1023px) {
    .banner .banner-slider .autoplay-progress {
        width: 89px;
        position: absolute;
        bottom: 41px;
        right: -5px
    }
}

.banner .banner-slider .autoplay-progress .pbar {
    width: 0;
    height: 2px;
    left: 0;
    position: absolute;
    background: linear-gradient(to right,#2e57aa 0,#91288d 100%)
}

.banner .banner-slider .swiper-button-next {
    border: #fff solid 1px;
    width: 50px;
    height: 50px;
    left: -16px;
    top: -46px;
    z-index: 91;
    border-radius: 50%
}

@media (max-width:1549px) {
    .banner .banner-slider .swiper-button-next {
        width: 40px;
        height: 40px
    }
}

@media (max-width:1026px) {
    .banner .banner-slider .swiper-button-next {
        top: -49px
    }
}

@media (max-width:1023px) {
    .banner .banner-slider .swiper-button-next {
        display: none
    }
}

.banner .banner-slider .swiper-button-next:after {
    content: "next";
    font-size: 1.8rem;
    color: #fff;
    font-weight: 400
}

.banner .banner-slider .swiper-button-prev {
    bottom: 23px;
    border: #fff solid 1px;
    width: 50px;
    height: 50px;
    left: -70px;
    top: -46px;
    z-index: 91;
    border-radius: 50%
}

@media (max-width:1549px) {
    .banner .banner-slider .swiper-button-prev {
        width: 40px;
        height: 40px;
        left: -70px
    }
}

@media (max-width:1023px) {
    .banner .banner-slider .swiper-button-prev {
        display: none
    }
}

.banner .banner-slider .swiper-button-prev::after {
    content: "prev";
    font-size: 1.8rem;
    color: #fff;
    font-weight: 400
}

.banner .banner-slider .swiper-pagination {
    position: absolute;
    right: 530px;
    left: auto;
    font-size: 6.4rem;
    color: rgba(253,247,238,.4);
    font-weight: 400;
    opacity: .9;
    width: 50px
}

@media (min-width:2100px) {
    .banner .banner-slider .swiper-pagination {
        right: 570px
    }
}

@media (max-width:1399px) {
    .banner .banner-slider .swiper-pagination {
        top: -79px
    }
}

@media (max-width:1023px) {
    .banner .banner-slider .swiper-pagination {
        width: 60px;
        bottom: 23px;
        right: 89px;
        font-size: 3.4rem;
        top: inherit
    }
}

.banner-slider .swiper {
    --swiper-navigation-size: 20px;
    visibility: hidden
}

    .banner-slider .swiper.swiper-initialized {
        visibility: visible
    }

.banner-slider .swiper-slide-active, .banner-slider .swiper-slide-prev {
    opacity: 0
}

.banner-slider .swiper-slide {
    display: flex
}

.banner .banner-slider .text-wraper.with-paragraph .btns-wrap {
    margin-top: 37px
}

.growth-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

@media (min-width:1027px) and (max-width:1039px) {
    .growth-section.sectionheight {
        height: 50vh
    }
}

.growth-section .growth_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

    .growth-section .growth_wrapper.marginTop {
        margin-top: 67px
    }

@media (max-width:1026px) {
    .growth-section .growth_wrapper {
        padding-bottom: 0
    }
}

.growth-section .growth_wrapper .growth-left-sec {
    width: 42.1%;
    position: relative
}

@media (max-width:1023px) {
    .growth-section .growth_wrapper .growth-left-sec {
        width: 100%
    }
}

.growth-section .growth_wrapper .growth-left-sec .leftimage {
    width: 100%;
    overflow: hidden;
    border-radius: 0
}

    .growth-section .growth_wrapper .growth-left-sec .leftimage img {
        width: 100%;
        transition: 1s ease;
        -o-object-fit: cover;
        object-fit: cover;
        height: 101vh
    }

@media (min-width:1027px) and (max-width:1039px) {
    .growth-section .growth_wrapper .growth-left-sec .leftimage img {
        height: 50vh
    }
}

@media (max-width:1026px) {
    .growth-section .growth_wrapper .growth-left-sec .leftimage img {
        height: auto
    }
}

.growth-section .growth_wrapper .growth-left-sec .leftimage img:hover {
    transform: scale(1.05)
}

.growth-section .growth_wrapper .growth-right-sec {
    width: 57.9%;
    padding: 0 9.8% 0 8.4%
}

@media (max-width:1365px) {
    .growth-section .growth_wrapper .growth-right-sec {
        padding: 0 8% 0 7%
    }
}

@media (max-width:1023px) {
    .growth-section .growth_wrapper .growth-right-sec {
        width: 100%;
        padding: 40px 20px
    }
}

@media (max-width:1023px) and (max-width:767px) {
    .growth-section .growth_wrapper .growth-right-sec {
        padding-bottom: 15px
    }
}

.growth-section .growth_wrapper .growth-right-sec .textWrapper {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap
}

    .growth-section .growth_wrapper .growth-right-sec .textWrapper .growth-heading {
        color: #fff;
        font-size: 4.4rem;
        
        font-weight: 600;
        line-height: 100%;
        display: inline-block
    }

@media (max-width:1026px) {
    .growth-section .growth_wrapper .growth-right-sec .textWrapper .growth-heading {
        font-size: 3.4rem;
        line-height: 100%
    }
}

@media (max-width:767px) {
    .growth-section .growth_wrapper .growth-right-sec .textWrapper .growth-heading {
        font-size: 2.4rem
    }
}

.growth-section .growth_wrapper .growth-right-sec .textWrapper .growth-heading .quote-img {
    position: absolute;
    top: -30px;
    left: -50px
}

@media (max-width:1026px) {
    .growth-section .growth_wrapper .growth-right-sec .textWrapper .growth-heading .quote-img {
        top: -21px;
        left: -34px
    }
}

@media (max-width:1023px) {
    .growth-section .growth_wrapper .growth-right-sec .textWrapper .growth-heading .quote-img {
        top: -17px;
        left: -31px
    }
}

@media (max-width:767px) {
    .growth-section .growth_wrapper .growth-right-sec .textWrapper .growth-heading .quote-img {
        top: -16px;
        left: -19px
    }
}

.growth-section .growth_wrapper .growth-right-sec .textWrapper .growth-heading .quote-img img {
    width: 50px
}

@media (max-width:1026px) {
    .growth-section .growth_wrapper .growth-right-sec .textWrapper .growth-heading .quote-img img {
        width: 30px
    }
}

@media (max-width:767px) {
    .growth-section .growth_wrapper .growth-right-sec .textWrapper .growth-heading .quote-img img {
        width: 20px
    }
}

.growth-section .growth_wrapper .growth-right-sec .textWrapper .growth-subtext {
    width: 100%;
    margin-bottom: 27px;
    font-size: 2.6rem;
    
    color: #c1c1c1;
    line-height: 123.76%;
    margin-top: 10px;
    padding: 0;
    position: relative
}

@media (max-width:1799px) {
    .growth-section .growth_wrapper .growth-right-sec .textWrapper .growth-subtext {
        padding-right: 15px
    }
}

@media (min-width:1220px) and (max-width:1399px) {
    .growth-section .growth_wrapper .growth-right-sec .textWrapper .growth-subtext {
        padding: 0 15px 0 0
    }
}

@media (max-width:1219px) {
    .growth-section .growth_wrapper .growth-right-sec .textWrapper .growth-subtext {
        padding-right: 10px
    }
}

.growth-section .growth_wrapper .growth-right-sec .textWrapper .growth-subtext.reduce-font-text {
    font-size: 2rem;
    padding: 0
}

@media (max-width:1023px) {
    .growth-section .growth_wrapper .growth-right-sec .textWrapper .growth-subtext.reduce-font-text {
        padding: 0 0
    }
}

.growth-section .growth_wrapper .growth-right-sec .textWrapper .growth-subtext blockquote {
    position: relative;
    quotes: auto
}

    .growth-section .growth_wrapper .growth-right-sec .textWrapper .growth-subtext blockquote:before {
        content: open-quote;
        left: -21px;
        top: 2px;
        display: inline-block;
        vertical-align: bottom;
        color: #393939;
        font-size: 2em;
        position: absolute
    }

@media (max-width:1023px) {
    .growth-section .growth_wrapper .growth-right-sec .textWrapper .growth-subtext blockquote:before {
        left: -12px
    }
}

@media (max-width:767px) {
    .growth-section .growth_wrapper .growth-right-sec .textWrapper .growth-subtext blockquote:before {
        left: -13px
    }
}

.growth-section .growth_wrapper .growth-right-sec .textWrapper .growth-subtext blockquote:after {
    content: close-quote;
    bottom: -5px;
    display: inline-block;
    vertical-align: bottom;
    color: #393939;
    font-size: 2em;
    position: absolute
}

.growth-section .growth_wrapper .growth-right-sec .textWrapper .growth-subtext span {
    opacity: .5;
    transition: color .3s ease,opacity .3s ease
}

.growth-section .growth_wrapper .growth-right-sec .textWrapper .growth-subtext .big {
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 4.3rem;
    margin-top: 15px
}

@media (max-width:1026px) {
    .growth-section .growth_wrapper .growth-right-sec .textWrapper .growth-subtext {
        margin-top: 10px;
        font-size: 1.6rem;
        line-height: 120%
    }

        .growth-section .growth_wrapper .growth-right-sec .textWrapper .growth-subtext .big {
            font-size: 2.6rem
        }
}

@media (max-width:1023px) {
    .growth-section .growth_wrapper .growth-right-sec .textWrapper .growth-subtext {
        padding: 0 30px 0 0
    }
}

@media (max-width:767px) {
    .growth-section .growth_wrapper .growth-right-sec .textWrapper .growth-subtext {
        padding: 0 10px 0 0
    }
}

.growth-section .growth_wrapper .growth-right-sec .textWrapper .growth-subtext p {
    font-size: 2.6rem;
    
    color: #c1c1c1;
    line-height: 100%;
    font-weight: 400
}

@media (max-width:1026px) {
    .growth-section .growth_wrapper .growth-right-sec .textWrapper .growth-subtext p {
        font-size: 1.6rem
    }
}

.growth-section .growth_wrapper .growth-right-sec .textWrapper .btn-animation {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap
}

.growth-section .growth_wrapper .growth-right-sec .textWrapper .gradient-button {
    padding: 20px 23.5px 20px 23.5px;
    font-size: 1.8rem;
    
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    z-index: 0;
    cursor: pointer;
    text-decoration: none;
    color: #393939;
    border-radius: 8px;
    border: 1px solid #393939;
    background: 0 0;
    line-height: 100%
}

@media (max-width:1023px) {
    .growth-section .growth_wrapper .growth-right-sec .textWrapper .gradient-button {
        padding: 15px 14px 15px 14px;
        font-size: 1.4rem;
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }
}

.growth-section .growth_wrapper .growth-right-sec .textWrapper .gradient-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

@media (max-width:1023px) {
    .growth-section .growth_wrapper .growth-right-sec .textWrapper .gradient-button::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

.growth-section .growth_wrapper .growth-right-sec .textWrapper .gradient-button:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500
}

    .growth-section .growth_wrapper .growth-right-sec .textWrapper .gradient-button:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

.growth-section .growth_wrapper .growth-right-sec .textWrapper .info-wrap {
    width: 100%;
    display: block;
    position: relative;
    margin-top: -75px
}

@media (max-width:767px) {
    .growth-section .growth_wrapper .growth-right-sec .textWrapper .info-wrap {
        bottom: 25px;
        margin-top: 0
    }
}

.growth-section .growth_wrapper .growth-right-sec .textWrapper .arrow-icons {
    width: 100%;
    display: block;
    position: relative;
    bottom: 50px
}

@media (max-width:767px) {
    .growth-section .growth_wrapper .growth-right-sec .textWrapper .arrow-icons {
        bottom: 30px
    }
}

.growth-section .growth_wrapper .growth-right-sec .textWrapper .arrow-icons img {
    width: 100%
}

@media (max-width:1023px) {
    .growth-section .growth_wrapper .growth-right-sec .textWrapper .arrow-icons img {
        width: 100%
    }
}

.growth-section .growth_wrapper .growth-right-sec .textWrapper .info {
    width: 100%;
    display: block;
    margin-bottom: 30px
}

@media (max-width:390px) {
    .growth-section .growth_wrapper .growth-right-sec .textWrapper .info {
        margin-top: 20px
    }
}

.growth-section .growth_wrapper .growth-right-sec .textWrapper .info .name {
    color: #fff;
    font-size: 2.2rem;
    
    font-weight: 400;
    padding-bottom: 6px
}

.growth-section .growth_wrapper .growth-right-sec .textWrapper .info .designation {
    color: #fff;
    font-size: 1.4rem;
    
    font-weight: 300
}

@media (max-width:767px) {
    .growth-section .growth_wrapper .growth-right-sec .textWrapper .info .designation {
        font-size: 1.4rem
    }
}

#section-growth.fp-section .leftimage {
    opacity: 0;
    transform: translateX(-100px);
    transition: all ease-in .5s
}

#section-growth.fp-section.active .leftimage {
    opacity: 1;
    transform: translateX(0)
}

#section-growth.fp-section.noAnimation .leftimage {
    opacity: 1;
    transform: translateX(0)
}

.Sustainability-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center
}

@media (max-width:1026px) {
    .Sustainability-section {
        padding-bottom: 70px;
        margin-top: -2px
    }
}

.Sustainability-section .Sustainability-wrapper {
    width: 100%
}

    .Sustainability-section .Sustainability-wrapper .com-heading {
        width: 100%;
        position: relative
    }

@media (max-width:1023px) {
    .Sustainability-section .Sustainability-wrapper .com-heading {
        margin-top: 5px
    }
}

.Sustainability-section .Sustainability-wrapper .com-heading h1, .Sustainability-section .Sustainability-wrapper .com-heading h2, .Sustainability-section .Sustainability-wrapper .com-heading h3, .Sustainability-section .Sustainability-wrapper .com-heading h4, .Sustainability-section .Sustainability-wrapper .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .Sustainability-section .Sustainability-wrapper .com-heading h1, .Sustainability-section .Sustainability-wrapper .com-heading h2, .Sustainability-section .Sustainability-wrapper .com-heading h3, .Sustainability-section .Sustainability-wrapper .com-heading h4, .Sustainability-section .Sustainability-wrapper .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .Sustainability-section .Sustainability-wrapper .com-heading h1, .Sustainability-section .Sustainability-wrapper .com-heading h2, .Sustainability-section .Sustainability-wrapper .com-heading h3, .Sustainability-section .Sustainability-wrapper .com-heading h4, .Sustainability-section .Sustainability-wrapper .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .Sustainability-section .Sustainability-wrapper .com-heading h1, .Sustainability-section .Sustainability-wrapper .com-heading h2, .Sustainability-section .Sustainability-wrapper .com-heading h3, .Sustainability-section .Sustainability-wrapper .com-heading h4, .Sustainability-section .Sustainability-wrapper .com-heading h5 {
        font-size: 2.2rem
    }
}

.Sustainability-section .Sustainability-wrapper .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .Sustainability-section .Sustainability-wrapper .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .Sustainability-section .Sustainability-wrapper .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

.Sustainability-section .Sustainability-wrapper .com-threeImageSlider {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px
}

    .Sustainability-section .Sustainability-wrapper .com-threeImageSlider .three-imgSlideWrapper {
        width: 88.88%;
        max-width: 1920px;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto
    }

@media (max-width:1219px) {
    .Sustainability-section .Sustainability-wrapper .com-threeImageSlider .three-imgSlideWrapper {
        width: 100%;
        margin: 0 20px 0 20px
    }
}

@media (max-width:1023px) {
    .Sustainability-section .Sustainability-wrapper .com-threeImageSlider .three-imgSlideWrapper {
        width: 100%;
        margin: 0 0 0 20px
    }
}

@media (max-width:767px) {
    .Sustainability-section .Sustainability-wrapper .com-threeImageSlider .three-imgSlideWrapper {
        width: 100%;
        margin: 0 0 0 20px
    }
}

.Sustainability-section .Sustainability-wrapper .com-threeImageSlider .three-imgSlideWrapper .three-imgeSlideBox {
    width: 31%;
    margin-right: 3%
}

    .Sustainability-section .Sustainability-wrapper .com-threeImageSlider .three-imgSlideWrapper .three-imgeSlideBox:last-child {
        margin-right: 0
    }

    .Sustainability-section .Sustainability-wrapper .com-threeImageSlider .three-imgSlideWrapper .three-imgeSlideBox .image-box {
        width: 100%;
        overflow: hidden;
        border-radius: 12px;
        height: calc(100vh - 360px)
    }

@media (min-width:2100px) {
    .Sustainability-section .Sustainability-wrapper .com-threeImageSlider .three-imgSlideWrapper .three-imgeSlideBox .image-box {
        height: calc(100vh - 460px)
    }
}

@media (min-width:1220px) and (max-width:1699px) {
    .Sustainability-section .Sustainability-wrapper .com-threeImageSlider .three-imgSlideWrapper .three-imgeSlideBox .image-box {
        height: auto
    }
}

@media (max-width:1026px) {
    .Sustainability-section .Sustainability-wrapper .com-threeImageSlider .three-imgSlideWrapper .three-imgeSlideBox .image-box {
        height: auto
    }
}

.Sustainability-section .Sustainability-wrapper .com-threeImageSlider .three-imgSlideWrapper .three-imgeSlideBox .image-box img {
    width: 100%;
    transition: 1s ease;
    display: block
}

.Sustainability-section .Sustainability-wrapper .com-threeImageSlider .three-imgSlideWrapper .three-imgeSlideBox:hover .image-box img {
    transform: scale(1.05)
}

.Sustainability-section .Sustainability-wrapper .com-threeImageSlider .three-imgSlideWrapper .three-imgeSlideBox .slide-text-box {
    width: 100%;
    float: left
}

    .Sustainability-section .Sustainability-wrapper .com-threeImageSlider .three-imgSlideWrapper .three-imgeSlideBox .slide-text-box .slide-heading-text {
        width: 100%;
        color: #c1c1c1;
        font-size: 5.6rem;
        line-height: 6.653rem;
        
        font-weight: 400;
        margin-top: 22px
    }

@media (max-width:1026px) {
    .Sustainability-section .Sustainability-wrapper .com-threeImageSlider .three-imgSlideWrapper .three-imgeSlideBox .slide-text-box .slide-heading-text {
        font-size: 4.6rem
    }
}

@media (max-width:767px) {
    .Sustainability-section .Sustainability-wrapper .com-threeImageSlider .three-imgSlideWrapper .three-imgeSlideBox .slide-text-box .slide-heading-text {
        font-size: 3.2rem
    }
}

.Sustainability-section .Sustainability-wrapper .com-threeImageSlider .three-imgSlideWrapper .three-imgeSlideBox .slide-text-box .slide-sub-text {
    width: 100%;
    color: #c1c1c1;
    font-size: 2rem;
    
    font-weight: 300
}

@media (max-width:767px) {
    .Sustainability-section .Sustainability-wrapper .com-threeImageSlider .three-imgSlideWrapper .three-imgeSlideBox .slide-text-box .slide-sub-text {
        font-size: 1.6rem;
        margin-top: 10px
    }
}

.Sustainability-section .Sustainability-wrapper .com-threeImageSlider .three-imgSlideWrapper .three-imgeSlideBox .slide-text-box .viewmore-btn {
    color: #fff;
    
    font-size: 1.8rem;
    background: 0 0;
    text-decoration: underline;
    padding-top: 2rem;
    cursor: pointer;
    text-underline-offset: 3px;
    position: absolute;
    bottom: 0;
    font-weight: 400;
    float: left
}

@media (max-width:1023px) {
    .Sustainability-section .Sustainability-wrapper .com-threeImageSlider .three-imgSlideWrapper .three-imgeSlideBox .slide-text-box .viewmore-btn {
        font-size: 1.8rem
    }
}

#section-sustainability.fp-section .com-heading {
    opacity: 0;
    transform: translateX(-100px);
    transition: all ease-in .5s
}

    #section-sustainability.fp-section .com-heading h2 {
        position: relative;
        top: 15px
    }

#section-sustainability.fp-section.active .com-heading {
    opacity: 1;
    transform: translateX(0)
}

#section-sustainability.fp-section.noAnimation .com-heading {
    opacity: 1;
    transform: translateX(0)
}

.newsroom-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

@media (max-width:1026px) {
    .newsroom-section {
        padding-top: 60px;
        margin-top: -2px;
        padding-bottom: 60px
    }
}

@media (max-width:1026px) and (max-width:991px) {
    .newsroom-section {
        padding-bottom: 40px;
        padding-top: 40px
    }
}

.newsroom-section .newroom-main-wrap {
    width: 100%;
    margin-top: 67px
}

@media (max-width:767px) {
    .newsroom-section .newroom-main-wrap {
        margin-top: 0
    }
}

.newsroom-section .newsroom-wrapper {
    width: 100%;
    display: flex;
    align-items: center
}

    .newsroom-section .newsroom-wrapper .com-heading {
        width: 100%;
        position: relative;
        position: relative
    }

@media (max-width:1023px) {
    .newsroom-section .newsroom-wrapper .com-heading {
        margin-top: 5px
    }
}

.newsroom-section .newsroom-wrapper .com-heading h1, .newsroom-section .newsroom-wrapper .com-heading h2, .newsroom-section .newsroom-wrapper .com-heading h3, .newsroom-section .newsroom-wrapper .com-heading h4, .newsroom-section .newsroom-wrapper .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .newsroom-section .newsroom-wrapper .com-heading h1, .newsroom-section .newsroom-wrapper .com-heading h2, .newsroom-section .newsroom-wrapper .com-heading h3, .newsroom-section .newsroom-wrapper .com-heading h4, .newsroom-section .newsroom-wrapper .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .newsroom-section .newsroom-wrapper .com-heading h1, .newsroom-section .newsroom-wrapper .com-heading h2, .newsroom-section .newsroom-wrapper .com-heading h3, .newsroom-section .newsroom-wrapper .com-heading h4, .newsroom-section .newsroom-wrapper .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .newsroom-section .newsroom-wrapper .com-heading h1, .newsroom-section .newsroom-wrapper .com-heading h2, .newsroom-section .newsroom-wrapper .com-heading h3, .newsroom-section .newsroom-wrapper .com-heading h4, .newsroom-section .newsroom-wrapper .com-heading h5 {
        font-size: 2.2rem
    }
}

.newsroom-section .newsroom-wrapper .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .newsroom-section .newsroom-wrapper .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .newsroom-section .newsroom-wrapper .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

.newsroom-section .newsroom-wrapper .com-heading h3 {
    position: relative;
    top: 10px
}

.newsroom-section .newsroom-wrapper .com-heading span {
    display: none
}

.newsroom-section .newsroom-wrapper .right-btn {
    width: 10%;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: flex-end;
    white-space: nowrap
}

@media (max-width:1026px) {
    .newsroom-section .newsroom-wrapper .right-btn {
        width: auto;
        padding: 0
    }
}

.newsroom-section .newsroom-wrapper .right-btn .gradient-button {
    padding: 20px 23.5px 20px 23.5px;
    font-size: 1.8rem;
    
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    z-index: 0;
    cursor: pointer;
    text-decoration: none;
    color: #393939;
    border-radius: 8px;
    border: 1px solid #393939;
    background: 0 0;
    line-height: 100%
}

@media (max-width:1023px) {
    .newsroom-section .newsroom-wrapper .right-btn .gradient-button {
        padding: 15px 14px 15px 14px;
        font-size: 1.4rem;
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }
}

.newsroom-section .newsroom-wrapper .right-btn .gradient-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

@media (max-width:1023px) {
    .newsroom-section .newsroom-wrapper .right-btn .gradient-button::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

.newsroom-section .newsroom-wrapper .right-btn .gradient-button:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500
}

    .newsroom-section .newsroom-wrapper .right-btn .gradient-button:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

.newsroom-section .com-twoImageSlider {
    width: 88.88%;
    max-width: 1920px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    margin: 0 auto
}

@media (max-width:1219px) {
    .newsroom-section .com-twoImageSlider {
        width: 100%;
        padding: 20px 20px 0 20px
    }
}

@media (max-width:1023px) {
    .newsroom-section .com-twoImageSlider {
        width: 100%;
        padding: 20px 0 0 20px
    }
}

.newsroom-section .com-twoImageSlider .two-imgSlideWrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 41px);
    margin: 0 -20px;
    padding-bottom: 63px
}

    .newsroom-section .com-twoImageSlider .two-imgSlideWrapper.no-padding {
        padding-bottom: 0
    }

@media (max-width:1026px) {
    .newsroom-section .com-twoImageSlider .two-imgSlideWrapper {
        padding: 0
    }
}

@media (max-width:767px) {
    .newsroom-section .com-twoImageSlider .two-imgSlideWrapper {
        width: 100% !important;
        margin: 0
    }
}

.newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox {
    width: 48%;
    margin-right: 4%;
    padding: 20px;
    transition: all .7s
}

@media (max-width:767px) {
    .newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox {
        padding: 0
    }
}

.newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox:hover {
    background: #fff
}

@media (max-width:767px) {
    .newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox:hover {
        background: 0 0 !important
    }
}

@media (max-width:767px) {
    .newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox {
        margin-bottom: 0
    }
}

.newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox:last-child {
    margin-right: 0
}

.newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox.activeClass {
    margin-bottom: 20px
}

.newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox .image-box {
    width: 100%;
    overflow: hidden
}

@media (max-width:767px) {
    .newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox .image-box {
        max-height: 300px
    }
}

.newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox .image-box img {
    width: 100%;
    transition: 1s ease
}

    .newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox .image-box img:hover {
        transform: scale(1.05) !important
    }

.newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox:hover .image-box img {
    transform: scale(1.05)
}

.newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox .slide-text-box {
    width: 100%;
    padding-top: 25px;
    position: relative;
    display: flex
}

    .newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox .slide-text-box.with-date {
        flex-wrap: wrap;
        justify-content: space-between
    }

@media (max-width:767px) {
    .newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox .slide-text-box.with-date {
        padding-right: 10px
    }
}

@media (max-width:439px) {
    .newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox .slide-text-box.with-date .newtab-icon {
        position: relative;
        top: 10px
    }
}

.newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox .slide-text-box .slide-sub-text {
    width: 100%;
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: initial;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 123.76%
}

    .newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox .slide-text-box .slide-sub-text a {
        color: #c1c1c1;
        text-decoration: none
    }

@media (max-width:1026px) {
    .newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox .slide-text-box .slide-sub-text {
        font-size: 1.6rem
    }
}

.newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox .slide-text-box .slide-sub-text span {
    display: -webkit-box;
    -webkit-line-clamp: initial;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox .slide-text-box .viewmore-btn {
    color: #fff;
    
    font-size: 1.8rem;
    background: 0 0;
    text-decoration: underline;
    padding-top: 2rem;
    cursor: pointer;
    text-underline-offset: 3px;
    position: absolute;
    bottom: 0;
    font-weight: 400
}

@media (max-width:1023px) {
    .newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox .slide-text-box .viewmore-btn {
        font-size: 1.8rem
    }
}

.newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox .slide-text-box .time-date-text {
    font-size: 1.6rem;
    
    font-weight: 250;
    color: #c1c1c1;
    padding: 7px 0 25px 0
}

@media (max-width:439px) {
    .newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox .slide-text-box .time-date-text {
        width: 90%
    }
}

@media (max-width:390px) {
    .newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox .slide-text-box .time-date-text {
        font-size: 1.4rem
    }
}

.newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox .slide-text-box .title-heading {
    font-weight: 400;
    font-size: 2rem;
    color: #fff;
    line-height: 123.76%;
    padding: 7px 0 20px 0;
    font-family: Adani
}

.newsroom-section .com-twoImageSlider .two-imgSlideWrapper .swiper-button-next {
    border: #fff solid 1px;
    width: 43px;
    height: 43px;
    right: 0;
    bottom: 0;
    top: inherit;
    z-index: 91;
    border-radius: 50%
}

    .newsroom-section .com-twoImageSlider .two-imgSlideWrapper .swiper-button-next.disabled {
        opacity: .3 !important
    }

    .newsroom-section .com-twoImageSlider .two-imgSlideWrapper .swiper-button-next:after {
        content: "next";
        font-size: 1.8rem;
        color: #fff;
        font-weight: 400
    }

@media (max-width:1023px) {
    .newsroom-section .com-twoImageSlider .two-imgSlideWrapper .swiper-button-next {
        display: none
    }
}

.newsroom-section .com-twoImageSlider .two-imgSlideWrapper .swiper-button-prev {
    border: #fff solid 1px;
    width: 43px;
    height: 43px;
    right: 53px;
    left: inherit;
    bottom: 0;
    top: inherit;
    z-index: 91;
    border-radius: 50%
}

    .newsroom-section .com-twoImageSlider .two-imgSlideWrapper .swiper-button-prev.disabled {
        opacity: .3 !important
    }

@media (max-width:1026px) {
    .newsroom-section .com-twoImageSlider .two-imgSlideWrapper .swiper-button-prev {
        right: 7.56%
    }
}

@media (max-width:1023px) {
    .newsroom-section .com-twoImageSlider .two-imgSlideWrapper .swiper-button-prev {
        display: none
    }
}

.newsroom-section .com-twoImageSlider .two-imgSlideWrapper .swiper-button-prev:after {
    content: "prev";
    font-size: 1.8rem;
    color: #fff;
    font-weight: 400
}

#section-newsroom.panel .newsroom-section {
    padding-bottom: 0
}

@media (max-width:1026px) {
    #section-newsroom.panel .newsroom-section {
        padding-bottom: 60px
    }
}

@media (max-width:1026px) {
    #section-newsroom.panel .newsroom-section .newroom-main-wrap {
        margin-top: 0
    }
}

#section-newsroom.panel .newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox {
    margin-bottom: 63px
}

@media (max-width:1399px) {
    #section-newsroom.panel .newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox .slide-text-box .viewmore-btn {
        padding-top: 2rem
    }
}

#section-newsroom.fp-section .com-heading {
    opacity: 0;
    transform: translateX(-100px);
    transition: all ease-in .5s
}

#section-newsroom.fp-section.active .com-heading {
    opacity: 1;
    transform: translateX(0)
}

#section-newsroom.fp-section.noAnimation .com-heading {
    opacity: 1;
    transform: translateX(0)
}

.press_release_detail_main .newsroom-section .newroom-main-wrap {
    margin-top: 0
}

.videos-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative
}

    .videos-section .video-wrapper {
        width: 100%
    }

        .videos-section .video-wrapper .video-box {
            width: 100%;
            position: relative
        }

            .videos-section .video-wrapper .video-box video {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover
            }

@media (max-width:767px) {
    .videos-section .video-wrapper .video-box video {
        height: 100vh
    }
}

.videos-section .video-wrapper .video-box .video-overlay-text {
    position: absolute;
    bottom: 10%;
    left: 5.56%
}

@media (min-width:2100px) {
    .videos-section .video-wrapper .video-box .video-overlay-text {
        left: calc(50% - 960px)
    }
}

@media (max-width:1219px) {
    .videos-section .video-wrapper .video-box .video-overlay-text {
        bottom: inherit;
        top: 35%;
        left: 20px
    }
}

@media (max-width:1023px) {
    .videos-section .video-wrapper .video-box .video-overlay-text {
        bottom: inherit;
        top: 35%;
        left: 0;
        width: 100%;
        padding: 0 20px
    }
}

.videos-section .video-wrapper .video-box .video-overlay-text .video-text {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    line-height: 100%;
    margin-bottom: 0
}

@media (max-width:1023px) {
    .videos-section .video-wrapper .video-box .video-overlay-text .video-text {
        font-size: 3.4rem;
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .videos-section .video-wrapper .video-box .video-overlay-text .video-text {
        font-size: 2.4rem
    }
}

.videos-section .video-wrapper .video-box .video-overlay-text .play-icon {
    cursor: pointer
}

.videos-section .video-wrapper .video-box .video-overlay-text .btns-wrap {
    width: 100%;
    margin-top: 32px
}

    .videos-section .video-wrapper .video-box .video-overlay-text .btns-wrap .watch-btn {
        color: #fff;
        padding: 20px 23.5px 20px 23.5px;
        font-size: 1.8rem;
        transition: all .5s;
        
        text-transform: capitalize;
        font-weight: 500;
        position: relative;
        margin: 0 auto;
        z-index: 0;
        line-height: 100%;
        cursor: pointer;
        background: 0 0;
        border: #fff solid 1px;
        transition: .3s ease-in-out
    }

@media (max-width:1023px) {
    .videos-section .video-wrapper .video-box .video-overlay-text .btns-wrap .watch-btn {
        padding: 15px 14px 15px 14px
    }
}

.videos-section .video-wrapper .video-box .video-overlay-text .btns-wrap .watch-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

.videos-section .video-wrapper .video-box .video-overlay-text .btns-wrap .watch-btn:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent
}

    .videos-section .video-wrapper .video-box .video-overlay-text .btns-wrap .watch-btn:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

@media (max-width:767px) {
    .videos-section .video-wrapper .video-box .video-overlay-text .btns-wrap .watch-btn {
        font-size: 1.2rem
    }
}

.videos-section .video-wrapper .video-box .video-overlay-text .btns-wrap a {
    text-decoration: none
}

.videos-section .video-wrapper .video-box .video-overlay-text .btns-wrap {
    margin-left: 5px;
    margin-top: 29px
}

    .videos-section .video-wrapper .video-box .video-overlay-text .btns-wrap .watch-btn {
        position: relative
    }

.videos-section .breadcrumb {
    padding: 45px 0
}

#section-videos.panel .videos-section .video-wrapper .video-box {
    height: 100vh
}

.timeline-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: -3px
}

@media (max-width:1026px) {
    .timeline-section {
        margin-top: -4px
    }
}

.timeline-section .timeline-slider {
    width: 100%
}

    .timeline-section .timeline-slider .timeline-slider-wrapper {
        width: 100%;
        position: relative
    }

        .timeline-section .timeline-slider .timeline-slider-wrapper img {
            width: 100%;
            height: 100vh;
            -o-object-fit: cover;
            object-fit: cover
        }

@media (min-width:768px) and (max-width:1026px) {
    .timeline-section .timeline-slider .timeline-slider-wrapper img {
        height: auto
    }
}

.timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay {
    position: absolute;
    right: 5.55%;
    bottom: 10%;
    z-index: 1;
    max-width: 500px
}

@media (min-width:2100px) {
    .timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay {
        right: calc(50% - 960px);
        max-width: 600px
    }
}

@media (max-width:1026px) {
    .timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay {
        right: 20px
    }
}

@media (max-width:767px) {
    .timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay {
        max-width: 62%;
        right: 0
    }
}

.timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay .timeline-heading {
    color: #fff;
    font-size: 6.4rem;
    
    font-weight: 600;
    
    line-height: 100%;
    margin-bottom: 10px
}

@media (max-width:1023px) {
    .timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay .timeline-heading {
        font-size: 4.4rem;
        white-space: nowrap
    }
}

@media (max-width:767px) {
    .timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay .timeline-heading {
        font-size: 3.4rem
    }
}

.timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay .timeline-text {
    width: 100%;
    color: #c1c1c1;
    font-size: 2rem;
    
    font-weight: 400
}

@media (max-width:1023px) {
    .timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay .timeline-text {
        font-size: 1.6rem
    }
}

.timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay .timeline-box {
    width: 100%;
    display: flex;
    flex-direction: row
}

@media (max-width:767px) {
    .timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay .timeline-box {
        flex-direction: column;
        align-items: flex-start
    }
}

.timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay .timeline-box .swiper-pagination-custom {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    position: relative
}

    .timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay .timeline-box .swiper-pagination-custom::before {
        content: "";
        position: absolute;
        bottom: 35px;
        left: 0;
        height: 2px;
        background: #fdf7ee;
        width: 110%;
        opacity: .4
    }

    .timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay .timeline-box .swiper-pagination-custom li {
        display: inline-flex;
        position: relative;
        padding: 11px 0 0 0;
        width: 60px;
        justify-content: center
    }

@media (min-width:2100px) {
    .timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay .timeline-box .swiper-pagination-custom li {
        padding: 7px 0 0 0
    }
}

@media (max-width:1549px) {
    .timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay .timeline-box .swiper-pagination-custom li {
        padding: 16px 0 0 0
    }
}

@media (max-width:1026px) {
    .timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay .timeline-box .swiper-pagination-custom li {
        padding: 12px 0 0 0
    }
}

@media (max-width:767px) {
    .timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay .timeline-box .swiper-pagination-custom li {
        width: 40px
    }
}

.timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay .timeline-box .swiper-pagination-custom li:first-child::after {
    content: "";
    position: absolute;
    left: 24px;
    top: 20%;
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 50%
}

.timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay .timeline-box .swiper-pagination-custom li:last-child::after {
    content: "";
    position: absolute;
    left: 24px;
    top: 20%;
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 50%
}

.timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay .timeline-box .swiper-pagination-custom li .timeline-title {
    font-size: 2rem;
    color: #fdf7ee;
    
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 16px;
    position: relative
}

@media (max-width:767px) {
    .timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay .timeline-box .swiper-pagination-custom li .timeline-title {
        font-size: 1.8rem
    }
}

.timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay .timeline-box .viewtimeline-btn {
    display: inline-flex;
    justify-content: flex-start;
    margin-left: 6%;
    align-items: center
}

@media (max-width:767px) {
    .timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay .timeline-box .viewtimeline-btn {
        margin-top: 9%;
        margin-left: 0
    }
}

.timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay .timeline-box .viewtimeline-btn .view-time-btn {
    color: #fff;
    border-radius: 8px;
    padding: 17px 17px 17px 17px;
    font-size: 1.8rem;
    transition: all .5s;
    
    text-transform: capitalize;
    font-weight: 400;
    position: relative;
    margin: 0 auto;
    z-index: 0;
    cursor: pointer;
    text-decoration: none;
    background: 0 0;
    border: #fff solid 1px
}

@media (max-width:1549px) {
    .timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay .timeline-box .viewtimeline-btn .view-time-btn {
        padding: 10px 17px 10px 17px
    }
}

.timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay .slider__controls {
    position: absolute;
    bottom: 14%;
    left: 25%;
    z-index: 991
}

@media (min-width:2100px) {
    .timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay .slider__controls {
        bottom: 10%
    }
}

@media (max-width:1549px) {
    .timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay .slider__controls {
        bottom: 14.5%
    }
}

@media (max-width:1026px) {
    .timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay .slider__controls {
        bottom: 11.5%
    }
}

@media (max-width:1023px) {
    .timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay .slider__controls {
        bottom: 15.5%
    }
}

@media (max-width:767px) {
    .timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay .slider__controls {
        bottom: 36.5%
    }
}

@media (max-width:439px) {
    .timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay .slider__controls {
        bottom: 32.7%
    }
}

@media (max-width:390px) {
    .timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay .slider__controls {
        bottom: 30.5%
    }
}

.timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay .slider__controls .swiper-pagination-bullet {
    border: #fff solid 1px;
    width: 12px;
    height: 12px;
    background: #000;
    opacity: 1;
    margin-right: 8px
}

    .timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay .slider__controls .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #2e57aa;
        border: solid 1px #2e57aa;
        position: relative
    }

        .timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay .slider__controls .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
            content: "";
            position: absolute;
            width: 1px;
            height: 30px;
            background: #fff;
            bottom: 11px;
            left: 50%
        }

@media (min-width:2100px) {
    .timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay .slider__controls .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
        bottom: 10px;
        left: 49%
    }
}

@media (max-width:767px) {
    .timeline-section .timeline-slider .timeline-slider-wrapper .timeline-overlay .slider__controls .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
        height: 20px
    }
}

.career-section {
    width: 100%;
    margin-top: -3px;
    overflow: hidden;
    position: relative
}

@media (max-width:1026px) {
    .career-section {
        padding-bottom: 70px;
        margin-top: -4px
    }
}

.career-section .career-wrapper {
    display: flex;
    align-items: center
}

@media (max-width:1026px) {
    .career-section .career-wrapper {
        flex-wrap: wrap
    }
}

.career-section .career-wrapper.leftpos {
    position: relative;
    left: 5.56%;
    height: calc(100vh - 70px)
}

@media (min-width:2100px) {
    .career-section .career-wrapper.leftpos {
        left: calc(50% - 960px)
    }
}

@media (min-width:2100px) and (max-width:2199px) {
    .career-section .career-wrapper.leftpos {
        left: calc(50% - 940px)
    }
}

@media (max-width:1219px) {
    .career-section .career-wrapper.leftpos {
        left: 20px
    }
}

@media (max-width:1026px) {
    .career-section .career-wrapper.leftpos {
        height: auto;
        left: inherit;
        position: inherit;
        padding: 0 0 0 20px
    }
}

.career-section .career-wrapper .career-left-sec {
    width: 40%
}

@media (max-width:1026px) {
    .career-section .career-wrapper .career-left-sec {
        width: 100%;
        padding-bottom: 30px;
        padding-right: 20px
    }
}

@media (max-width:767px) {
    .career-section .career-wrapper .career-left-sec {
        max-width: 400px;
        padding-right: 20px
    }
}

.career-section .career-wrapper .career-left-sec .com-heading {
    width: 100%;
    position: relative
}

@media (max-width:1023px) {
    .career-section .career-wrapper .career-left-sec .com-heading {
        margin-top: 5px
    }
}

.career-section .career-wrapper .career-left-sec .com-heading h1, .career-section .career-wrapper .career-left-sec .com-heading h2, .career-section .career-wrapper .career-left-sec .com-heading h3, .career-section .career-wrapper .career-left-sec .com-heading h4, .career-section .career-wrapper .career-left-sec .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .career-section .career-wrapper .career-left-sec .com-heading h1, .career-section .career-wrapper .career-left-sec .com-heading h2, .career-section .career-wrapper .career-left-sec .com-heading h3, .career-section .career-wrapper .career-left-sec .com-heading h4, .career-section .career-wrapper .career-left-sec .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .career-section .career-wrapper .career-left-sec .com-heading h1, .career-section .career-wrapper .career-left-sec .com-heading h2, .career-section .career-wrapper .career-left-sec .com-heading h3, .career-section .career-wrapper .career-left-sec .com-heading h4, .career-section .career-wrapper .career-left-sec .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .career-section .career-wrapper .career-left-sec .com-heading h1, .career-section .career-wrapper .career-left-sec .com-heading h2, .career-section .career-wrapper .career-left-sec .com-heading h3, .career-section .career-wrapper .career-left-sec .com-heading h4, .career-section .career-wrapper .career-left-sec .com-heading h5 {
        font-size: 2.2rem
    }
}

.career-section .career-wrapper .career-left-sec .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .career-section .career-wrapper .career-left-sec .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .career-section .career-wrapper .career-left-sec .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

@media (min-width:1600px) {
    .career-section .career-wrapper .career-left-sec .com-heading {
        width: 65%
    }
}

.career-section .career-wrapper .career-left-sec .career-btn {
    width: 100%;
    margin-top: 38px;
    display: flex;
    flex-wrap: wrap
}

@media (max-width:1026px) {
    .career-section .career-wrapper .career-left-sec .career-btn {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap
    }
}

.career-section .career-wrapper .career-left-sec .career-btn .gradient-button {
    padding: 20px 23.5px 20px 23.5px;
    font-size: 1.8rem;
    
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    z-index: 0;
    cursor: pointer;
    text-decoration: none;
    color: #393939;
    border-radius: 8px;
    border: 1px solid #393939;
    background: 0 0;
    line-height: 100%
}

@media (max-width:1023px) {
    .career-section .career-wrapper .career-left-sec .career-btn .gradient-button {
        padding: 15px 14px 15px 14px;
        font-size: 1.4rem;
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }
}

.career-section .career-wrapper .career-left-sec .career-btn .gradient-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

@media (max-width:1023px) {
    .career-section .career-wrapper .career-left-sec .career-btn .gradient-button::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

.career-section .career-wrapper .career-left-sec .career-btn .gradient-button:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500
}

    .career-section .career-wrapper .career-left-sec .career-btn .gradient-button:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

.career-section .career-wrapper .career-right-sec {
    width: 60%;
    padding: 0 0 0 50px
}

@media (max-width:1026px) {
    .career-section .career-wrapper .career-right-sec {
        width: 100%;
        padding: 0
    }
}

.career-section .career-wrapper .career-right-sec .career-slider-container {
    width: 100%;
    overflow: hidden;
    padding: 0 0 80px 0
}

@media (max-width:1799px) {
    .career-section .career-wrapper .career-right-sec .career-slider-container {
        padding: 0 0 80px 0
    }
}

@media (max-width:1023px) {
    .career-section .career-wrapper .career-right-sec .career-slider-container {
        padding: 0
    }
}

.career-section .career-wrapper .career-right-sec .career-slider-container .swiper-button-next, .career-section .career-wrapper .career-right-sec .career-slider-container .swiper-button-prev {
    border: #fff solid 1px;
    width: 50px;
    height: 50px;
    bottom: 5%;
    top: inherit;
    z-index: 91;
    border-radius: 50%
}

@media (max-width:1799px) {
    .career-section .career-wrapper .career-right-sec .career-slider-container .swiper-button-next, .career-section .career-wrapper .career-right-sec .career-slider-container .swiper-button-prev {
        bottom: 5%
    }
}

@media (max-width:1026px) {
    .career-section .career-wrapper .career-right-sec .career-slider-container .swiper-button-next, .career-section .career-wrapper .career-right-sec .career-slider-container .swiper-button-prev {
        bottom: 0
    }
}

@media (max-width:1023px) {
    .career-section .career-wrapper .career-right-sec .career-slider-container .swiper-button-next, .career-section .career-wrapper .career-right-sec .career-slider-container .swiper-button-prev {
        display: none
    }
}

.career-section .career-wrapper .career-right-sec .career-slider-container .swiper-button-next::after, .career-section .career-wrapper .career-right-sec .career-slider-container .swiper-button-prev::after {
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff
}

.career-section .career-wrapper .career-right-sec .career-slider-container .swiper-button-next {
    right: 11.4%
}

.career-section .career-wrapper .career-right-sec .career-slider-container .swiper-button-prev {
    left: inherit;
    right: calc(11.4% + 53px)
}

.career-section .career-wrapper .career-right-sec .career-slider-container .career-img {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 12px
}

    .career-section .career-wrapper .career-right-sec .career-slider-container .career-img::after {
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom,transparent 0,#000 100%);
        opacity: .9;
        position: absolute;
        content: " ";
        z-index: 1;
        top: 0;
        left: 0
    }

    .career-section .career-wrapper .career-right-sec .career-slider-container .career-img img {
        width: 100%;
        transition: 1s ease
    }

        .career-section .career-wrapper .career-right-sec .career-slider-container .career-img img:hover {
            transform: scale(1.05)
        }

    .career-section .career-wrapper .career-right-sec .career-slider-container .career-img .career-slide-text {
        position: absolute;
        left: 15px;
        bottom: 15px;
        font-size: 4.4rem;
        
        font-weight: 600;
        color: #fff;
        z-index: 2;
        line-height: 100%
    }

@media (max-width:1026px) {
    .career-section .career-wrapper .career-right-sec .career-slider-container .career-img .career-slide-text {
        font-size: 2.5rem
    }
}

@media (max-width:439px) {
    .career-section .career-wrapper .career-right-sec .career-slider-container .career-img .career-slide-text {
        font-size: 2rem
    }
}

.career-section .career-wrapper .career-right-sec .career-slider-container .com-career-slide {
    width: 33.68%
}

#section-career.fp-section .swiper-wrapper {
    opacity: 0;
    transform: translateX(150px);
    transition: all ease-in .5s
}

#section-career.fp-section .com-heading {
    opacity: 0;
    transform: translateY(100px);
    transition: all .5s ease-in .6s
}

#section-career.fp-section.active .swiper-wrapper {
    opacity: 1;
    transform: translateX(0)
}

#section-career.fp-section.active .com-heading {
    opacity: 1;
    transform: translateY(0)
}

#section-career.fp-section.noAnimation .swiper-wrapper {
    opacity: 1;
    transform: translateX(0)
}

#section-career.fp-section.noAnimation .com-heading {
    opacity: 1;
    transform: translateY(0)
}

.foundation-section {
    width: 100%;
    margin-top: -2px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

@media (max-width:1026px) {
    .foundation-section {
        padding-bottom: 70px
    }
}

.foundation-section .foundation-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width:1026px) {
    .foundation-section .foundation-wrapper {
        flex-wrap: wrap
    }
}

.foundation-section .foundation-wrapper .foundation-left-sec {
    width: 45%
}

@media (max-width:1023px) {
    .foundation-section .foundation-wrapper .foundation-left-sec {
        width: 40%
    }
}

.foundation-section .foundation-wrapper .foundation-left-sec .com-heading {
    width: 100%;
    position: relative
}

@media (max-width:1023px) {
    .foundation-section .foundation-wrapper .foundation-left-sec .com-heading {
        margin-top: 5px
    }
}

.foundation-section .foundation-wrapper .foundation-left-sec .com-heading h1, .foundation-section .foundation-wrapper .foundation-left-sec .com-heading h2, .foundation-section .foundation-wrapper .foundation-left-sec .com-heading h3, .foundation-section .foundation-wrapper .foundation-left-sec .com-heading h4, .foundation-section .foundation-wrapper .foundation-left-sec .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .foundation-section .foundation-wrapper .foundation-left-sec .com-heading h1, .foundation-section .foundation-wrapper .foundation-left-sec .com-heading h2, .foundation-section .foundation-wrapper .foundation-left-sec .com-heading h3, .foundation-section .foundation-wrapper .foundation-left-sec .com-heading h4, .foundation-section .foundation-wrapper .foundation-left-sec .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .foundation-section .foundation-wrapper .foundation-left-sec .com-heading h1, .foundation-section .foundation-wrapper .foundation-left-sec .com-heading h2, .foundation-section .foundation-wrapper .foundation-left-sec .com-heading h3, .foundation-section .foundation-wrapper .foundation-left-sec .com-heading h4, .foundation-section .foundation-wrapper .foundation-left-sec .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .foundation-section .foundation-wrapper .foundation-left-sec .com-heading h1, .foundation-section .foundation-wrapper .foundation-left-sec .com-heading h2, .foundation-section .foundation-wrapper .foundation-left-sec .com-heading h3, .foundation-section .foundation-wrapper .foundation-left-sec .com-heading h4, .foundation-section .foundation-wrapper .foundation-left-sec .com-heading h5 {
        font-size: 2.2rem
    }
}

.foundation-section .foundation-wrapper .foundation-left-sec .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .foundation-section .foundation-wrapper .foundation-left-sec .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .foundation-section .foundation-wrapper .foundation-left-sec .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

@media (max-width:1026px) {
    .foundation-section .foundation-wrapper .foundation-left-sec .com-heading {
        margin-bottom: 30px
    }
}

@media (max-width:1023px) {
    .foundation-section .foundation-wrapper .foundation-left-sec .com-heading {
        margin-bottom: 15px
    }
}

@media (max-width:767px) {
    .foundation-section .foundation-wrapper .foundation-left-sec {
        width: 100%
    }
}

.foundation-section .foundation-wrapper .foundation-left-sec .foundation-image-wrap {
    width: 100%;
    overflow: hidden;
    border-radius: 20px
}

@media (max-width:767px) {
    .foundation-section .foundation-wrapper .foundation-left-sec .foundation-image-wrap {
        max-height: 265px
    }
}

.foundation-section .foundation-wrapper .foundation-left-sec .foundation-image-wrap img {
    width: 100%;
    transition: 1s ease
}

    .foundation-section .foundation-wrapper .foundation-left-sec .foundation-image-wrap img:hover {
        transform: scale(1.05)
    }

.foundation-section .foundation-wrapper .foundation-right-sec {
    width: 51%;
    padding-left: 4%
}

@media (max-width:1023px) {
    .foundation-section .foundation-wrapper .foundation-right-sec {
        margin-top: 15px;
        width: 56%
    }
}

@media (max-width:767px) {
    .foundation-section .foundation-wrapper .foundation-right-sec {
        width: 100%;
        margin-top: 30px
    }
}

.foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap {
    width: 100%
}

    .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .com-heading {
        width: 100%;
        position: relative;
        margin-bottom: 40px
    }

@media (max-width:1023px) {
    .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .com-heading {
        margin-top: 5px
    }
}

.foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .com-heading h1, .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .com-heading h2, .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .com-heading h3, .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .com-heading h4, .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .com-heading h1, .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .com-heading h2, .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .com-heading h3, .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .com-heading h4, .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .com-heading h1, .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .com-heading h2, .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .com-heading h3, .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .com-heading h4, .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .com-heading h1, .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .com-heading h2, .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .com-heading h3, .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .com-heading h4, .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .com-heading h5 {
        font-size: 2.2rem
    }
}

.foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

@media (max-width:1026px) {
    .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .com-heading {
        margin-bottom: 30px
    }
}

.foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .foundation-about-info {
    width: 100%;
    position: relative
}

    .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .foundation-about-info p {
        width: 100%;
        font-size: 2.6rem;
        
        font-weight: 400;
        color: #c1c1c1
    }

@media (max-width:1026px) {
    .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .foundation-about-info p {
        font-size: 2.4rem
    }
}

@media (max-width:1026px) {
    .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .foundation-about-info p .wordbrekmob {
        padding-left: 16px
    }
}

.foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .foundation-about-info .quote-img {
    position: absolute;
    top: -17px;
    left: -27px
}

@media (max-width:1026px) {
    .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .foundation-about-info .quote-img {
        top: -18px;
        left: -13px
    }
}

.foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .foundation-about-info .designation-info-wrap {
    width: 100%;
    margin: 36px 0
}

@media (max-width:1026px) {
    .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .foundation-about-info .designation-info-wrap {
        margin: 15px 0
    }
}

.foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .foundation-about-info .designation-info-wrap .name-info {
    font-size: 2rem;
    
    color: #c1c1c1;
    font-weight: 500;
    margin-bottom: 5px
}

@media (max-width:1026px) {
    .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .foundation-about-info .designation-info-wrap .name-info {
        font-size: 2rem
    }
}

.foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .foundation-about-info .designation-info-wrap .desination-info {
    font-size: 1.4rem;
    
    color: #c1c1c1;
    font-weight: 300
}

@media (max-width:1026px) {
    .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .foundation-about-info .designation-info-wrap .desination-info {
        font-size: 1.4rem
    }
}

.foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .foundation-about-info .btns-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

    .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .foundation-about-info .btns-wrap .gradient-button {
        padding: 20px 23.5px 20px 23.5px;
        font-size: 1.8rem;
        
        text-transform: capitalize;
        font-weight: 500;
        position: relative;
        z-index: 0;
        cursor: pointer;
        text-decoration: none;
        color: #393939;
        border-radius: 8px;
        border: 1px solid #393939;
        background: 0 0;
        line-height: 100%;
        margin-right: 30px
    }

@media (max-width:1023px) {
    .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .foundation-about-info .btns-wrap .gradient-button {
        padding: 15px 14px 15px 14px;
        font-size: 1.4rem;
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }
}

.foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .foundation-about-info .btns-wrap .gradient-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

@media (max-width:1023px) {
    .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .foundation-about-info .btns-wrap .gradient-button::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

.foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .foundation-about-info .btns-wrap .gradient-button:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500
}

    .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .foundation-about-info .btns-wrap .gradient-button:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

.foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .foundation-about-info .btns-wrap .viewmore-btn {
    color: #fff;
    
    font-size: 1.8rem;
    background: 0 0;
    text-decoration: underline;
    padding-top: 2rem;
    cursor: pointer;
    text-underline-offset: 3px;
    position: absolute;
    bottom: 0;
    font-weight: 400;
    padding-top: 0
}

@media (max-width:1023px) {
    .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .foundation-about-info .btns-wrap .viewmore-btn {
        font-size: 1.8rem
    }
}

@media (max-width:767px) {
    .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .foundation-about-info .btns-wrap .viewmore-btn {
        font-size: 1.4rem
    }
}

#section-last.fp-section .foundation-left-sec {
    opacity: 0;
    transform: translateX(-100px);
    transition: all ease-in .5s
}

#section-last.fp-section.active .foundation-left-sec {
    opacity: 1;
    transform: translateX(0)
}

#section-last.fp-section.noAnimation .foundation-left-sec {
    opacity: 1;
    transform: translateX(0)
}


.business-section {
    display: flex;
    align-items: flex-start
}

    .business-section .business-wrapper.marginTop {
        margin-top: 100px
    }

@media (min-width:1600px) {
    .business-section .business-wrapper.marginTop {
        margin-top: 150px
    }
}

.business-section .business-wrapper .com-heading {
    width: 100%;
    position: relative
}

@media (max-width:1023px) {
    .business-section .business-wrapper .com-heading {
        margin-top: 5px
    }
}

.business-section .business-wrapper .com-heading h1, .business-section .business-wrapper .com-heading h2, .business-section .business-wrapper .com-heading h3, .business-section .business-wrapper .com-heading h4, .business-section .business-wrapper .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .business-section .business-wrapper .com-heading h1, .business-section .business-wrapper .com-heading h2, .business-section .business-wrapper .com-heading h3, .business-section .business-wrapper .com-heading h4, .business-section .business-wrapper .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .business-section .business-wrapper .com-heading h1, .business-section .business-wrapper .com-heading h2, .business-section .business-wrapper .com-heading h3, .business-section .business-wrapper .com-heading h4, .business-section .business-wrapper .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .business-section .business-wrapper .com-heading h1, .business-section .business-wrapper .com-heading h2, .business-section .business-wrapper .com-heading h3, .business-section .business-wrapper .com-heading h4, .business-section .business-wrapper .com-heading h5 {
        font-size: 2.2rem
    }
}

.business-section .business-wrapper .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .business-section .business-wrapper .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .business-section .business-wrapper .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

.business-section .business-wrapper .business-tab-wrap .business-links {
    display: flex;
    align-items: self-start
}

@media (max-width:767px) {
    .business-section .business-wrapper .business-tab-wrap .business-links {
        flex-direction: column
    }
}

.business-section .business-wrapper .business-tab-wrap .business-links .business-menu {
    width: 66.66%;
    padding: 35px 12% 50px 20px
}

@media (max-width:1026px) {
    .business-section .business-wrapper .business-tab-wrap .business-links .business-menu {
        width: 66.66%
    }
}

@media (max-width:767px) {
    .business-section .business-wrapper .business-tab-wrap .business-links .business-menu {
        width: 100%;
        order: 2
    }
}

.business-section .business-wrapper .business-tab-wrap .business-links .business-menu ul.business-list-wrap {
    display: flex;
    flex-direction: column
}

    .business-section .business-wrapper .business-tab-wrap .business-links .business-menu ul.business-list-wrap li {
        font-size: 2.4rem;
        
        line-height: 100%;
        padding: 15px 0
    }

@media (max-width:1399px) {
    .business-section .business-wrapper .business-tab-wrap .business-links .business-menu ul.business-list-wrap li {
        padding: 10px 0
    }
}

@media (max-width:1026px) {
    .business-section .business-wrapper .business-tab-wrap .business-links .business-menu ul.business-list-wrap li {
        font-size: 1.8rem;
        padding: 10px 0
    }
}

.business-section .business-wrapper .business-tab-wrap .business-links .business-menu ul.business-list-wrap li a {
    color: #c1c1c1;
    text-decoration: none;
    display: inline-block
}

    .business-section .business-wrapper .business-tab-wrap .business-links .business-menu ul.business-list-wrap li a.active {
        font-size: 3.4rem;
        padding-right: 21px;
        background: url(https://www.adani.com/assets/adaniv1/dist/images/business-img/head-forward-arrow.svg) no-repeat right top;
        border-bottom: 2px solid #c1c1c1;
        padding-bottom: 10px;
        font-weight: 600
    }

@media (max-width:1026px) {
    .business-section .business-wrapper .business-tab-wrap .business-links .business-menu ul.business-list-wrap li a.active {
        font-size: 2.4rem;
        line-height: 2.6rem
    }
}

.business-section .business-wrapper .business-tab-wrap .business-links .business-menu ul.business-list-wrap li.business-listing .business-content {
    display: block;
    transition: all .2s linear
}

.business-section .business-wrapper .business-tab-wrap .business-links .business-menu ul.business-list-wrap li .business-content {
    display: none;
    width: 100%;
    transition: all .2s linear
}

    .business-section .business-wrapper .business-tab-wrap .business-links .business-menu ul.business-list-wrap li .business-content .business-sub-content {
        font-size: 2rem;
        color: #c1c1c1;
        width: 500px;
        max-width: 100%;
        
        padding: 30px 0 15px;
        line-height: 120%
    }

@media (max-width:1399px) {
    .business-section .business-wrapper .business-tab-wrap .business-links .business-menu ul.business-list-wrap li .business-content .business-sub-content {
        padding: 15px 0 10px
    }
}

@media (max-width:767px) {
    .business-section .business-wrapper .business-tab-wrap .business-links .business-menu ul.business-list-wrap li .business-content .business-sub-content {
        font-size: 1.6rem
    }
}

.business-section .business-wrapper .business-tab-wrap .business-links .business-menu ul.business-list-wrap li .business-content .business-sub-head {
    display: flex;
    flex-direction: column
}

    .business-section .business-wrapper .business-tab-wrap .business-links .business-menu ul.business-list-wrap li .business-content .business-sub-head ul li {
        width: 49%;
        display: inline-block;
        font-size: 2rem;
        
        padding-bottom: 15px
    }

@media (max-width:1399px) {
    .business-section .business-wrapper .business-tab-wrap .business-links .business-menu ul.business-list-wrap li .business-content .business-sub-head ul li {
        padding: 10px 0
    }
}

@media (max-width:1026px) {
    .business-section .business-wrapper .business-tab-wrap .business-links .business-menu ul.business-list-wrap li .business-content .business-sub-head ul li {
        width: 100%;
        padding-bottom: 10px;
        font-size: 1.8rem
    }
}

.business-section .business-wrapper .business-tab-wrap .business-links .business-menu ul.business-list-wrap li .business-content .business-sub-head ul li a {
    color: #c1c1c1;
    text-decoration: none;
    background: url(https://www.adani.com/assets/adaniv1/dist/images/business-img/head-forward-arrow.svg) no-repeat right center;
    padding-right: 25px;
    background-size: 8px;
    line-height: normal
}

.business-section .business-wrapper .business-tab-wrap .business-links .business-menu ul.business-list-wrap li .business-content .business-sub-head .show-sub-head {
    text-align: right;
    position: relative
}

@media (max-width:1026px) {
    .business-section .business-wrapper .business-tab-wrap .business-links .business-menu ul.business-list-wrap li .business-content .business-sub-head .show-sub-head {
        padding: 8px 0
    }
}

.business-section .business-wrapper .business-tab-wrap .business-links .business-menu ul.business-list-wrap li .business-content .business-sub-head .show-sub-head::before {
    content: "";
    position: absolute;
    background: #c1c1c1;
    width: 100%;
    top: 50%;
    height: 1px;
    left: 0;
    transform: translateY(-50%)
}

.business-section .business-wrapper .business-tab-wrap .business-links .business-menu ul.business-list-wrap li .business-content .business-sub-head .show-sub-head a {
    text-decoration: underline;
    color: #fff;
    font-size: 1.8rem;
    
    position: relative;
    padding: 0 30px 0 10px;
    display: none
}

    .business-section .business-wrapper .business-tab-wrap .business-links .business-menu ul.business-list-wrap li .business-content .business-sub-head .show-sub-head a::after {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #fdf7ee;
        content: "";
        position: absolute;
        right: 7px;
        top: 50%;
        transform: translateY(-50%)
    }

.business-section .business-wrapper .business-tab-wrap .business-links .business-menu ul.business-list-wrap li .business-content .business-sub-head .show-sub-head.showless a::after {
    transform: rotate(180deg);
    top: 30%
}

.business-section .business-wrapper .business-tab-wrap .business-links .business-menu ul.business-list-wrap li.business-listing .business-content {
    display: block
}

.business-section .business-wrapper .business-tab-wrap .business-links .bussiness-slider-wrap {
    width: 33.33%
}

@media (min-width:1600px) {
    .business-section .business-wrapper .business-tab-wrap .business-links .bussiness-slider-wrap {
        margin-top: -70px
    }
}

@media (max-width:767px) {
    .business-section .business-wrapper .business-tab-wrap .business-links .bussiness-slider-wrap {
        width: 100%;
        margin: 50px 0 0;
        order: 1;
        justify-content: center;
        align-items: center
    }
}

.business-section .business-wrapper .business-tab-wrap .business-links .bussiness-slider-wrap .business-gallery {
    display: none
}

    .business-section .business-wrapper .business-tab-wrap .business-links .bussiness-slider-wrap .business-gallery .tech-swiper .swiper-wrapper .swiper-slide .image-box {
        width: 100%;
        overflow: hidden;
        border-radius: 12px
    }

@media (max-width:1026px) {
    .business-section .business-wrapper .business-tab-wrap .business-links .bussiness-slider-wrap .business-gallery .tech-swiper .swiper-wrapper .swiper-slide .image-box {
        height: auto
    }
}

.business-section .business-wrapper .business-tab-wrap .business-links .bussiness-slider-wrap .business-gallery .tech-swiper .swiper-wrapper .swiper-slide .image-box img {
    width: 100%;
    display: block
}

.business-section .business-wrapper .business-tab-wrap .business-links .bussiness-slider-wrap .business-gallery .tech-swiper .swiper-wrapper .swiper-slide .image-box .image-caption {
    font-size: 1.4rem;
    color: #c1c1c1;
    background: #393939;
    padding: 5px 15px;
    border-radius: 0 0 13px 13px;
    position: absolute;
    bottom: 0;
    width: 100%
}

@media (max-width:1026px) {
    .business-section .business-wrapper .business-tab-wrap .business-links .bussiness-slider-wrap .business-gallery .tech-swiper .swiper-wrapper .swiper-slide .image-box .image-caption {
        font-size: 1.138rem
    }
}

#section-business.fp-section .com-heading {
    opacity: 0;
    transform: translateX(-100px);
    transition: all ease-in .5s
}

#section-business.fp-section .bussiness-slider-wrap {
    opacity: 0;
    transform: translateX(100px);
    transition: all ease-in .5s
}

#section-business.fp-section.active .com-heading {
    opacity: 1;
    transform: translateX(0)
}

#section-business.fp-section.active .bussiness-slider-wrap {
    opacity: 1;
    transform: translateX(0)
}

#section-business.fp-section.noAnimation .com-heading {
    opacity: 1;
    transform: translateX(0)
}

#section-business.fp-section.noAnimation .bussiness-slider-wrap {
    opacity: 1;
    transform: translateX(0)
}

.Com_businessHome {
    width: 100%
}

    .Com_businessHome .business-section_home {
        width: 100%
    }

        .Com_businessHome .business-section_home .heading-wrap {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            align-items: center
        }

@media (max-width:1023px) {
    .Com_businessHome .business-section_home .heading-wrap {
        flex-wrap: wrap
    }
}

.Com_businessHome .business-section_home .heading-wrap .com-heading {
    position: relative;
    width: auto !important;
    width: 100%;
    position: relative
}

@media (max-width:1023px) {
    .Com_businessHome .business-section_home .heading-wrap .com-heading {
        margin-top: 5px
    }
}

.Com_businessHome .business-section_home .heading-wrap .com-heading h1, .Com_businessHome .business-section_home .heading-wrap .com-heading h2, .Com_businessHome .business-section_home .heading-wrap .com-heading h3, .Com_businessHome .business-section_home .heading-wrap .com-heading h4, .Com_businessHome .business-section_home .heading-wrap .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .Com_businessHome .business-section_home .heading-wrap .com-heading h1, .Com_businessHome .business-section_home .heading-wrap .com-heading h2, .Com_businessHome .business-section_home .heading-wrap .com-heading h3, .Com_businessHome .business-section_home .heading-wrap .com-heading h4, .Com_businessHome .business-section_home .heading-wrap .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .Com_businessHome .business-section_home .heading-wrap .com-heading h1, .Com_businessHome .business-section_home .heading-wrap .com-heading h2, .Com_businessHome .business-section_home .heading-wrap .com-heading h3, .Com_businessHome .business-section_home .heading-wrap .com-heading h4, .Com_businessHome .business-section_home .heading-wrap .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .Com_businessHome .business-section_home .heading-wrap .com-heading h1, .Com_businessHome .business-section_home .heading-wrap .com-heading h2, .Com_businessHome .business-section_home .heading-wrap .com-heading h3, .Com_businessHome .business-section_home .heading-wrap .com-heading h4, .Com_businessHome .business-section_home .heading-wrap .com-heading h5 {
        font-size: 2.2rem
    }
}

.Com_businessHome .business-section_home .heading-wrap .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .Com_businessHome .business-section_home .heading-wrap .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .Com_businessHome .business-section_home .heading-wrap .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

@media (max-width:1023px) {
    .Com_businessHome .business-section_home .heading-wrap .com-heading {
        width: 100% !important;
        margin-bottom: 20px
    }
}

.Com_businessHome .business-section_home .heading-wrap .business-right-tab {
    position: relative
}

@media (max-width:1023px) {
    .Com_businessHome .business-section_home .heading-wrap .business-right-tab {
        width: 100%;
        display: block
    }
}

.Com_businessHome .business-section_home .heading-wrap .business-right-tab ul {
    text-align: left;
    display: flex;
    padding: 0 0 0
}

    .Com_businessHome .business-section_home .heading-wrap .business-right-tab ul li {
        font-size: 2rem;
        display: inline;
        border-bottom: 1px solid #c1c1c1
    }

        .Com_businessHome .business-section_home .heading-wrap .business-right-tab ul li a {
            color: #c1c1c1;
            padding: 10px 24px;
            border-bottom: 4px solid transparent;
            text-decoration: none;
            display: block;
            font-size: 2rem;
            font-weight: 500;
            letter-spacing: .2px
        }

@media (max-width:767px) {
    .Com_businessHome .business-section_home .heading-wrap .business-right-tab ul li a {
        font-size: 1.6rem
    }
}

.Com_businessHome .business-section_home .heading-wrap .business-right-tab ul li a.active {
    background-image: linear-gradient(to right,#0180a3,#0074b0,#3264b4,#664daa,var(--dot-color));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 500;
    border-width: 4px;
    border-style: solid;
    border-left: none;
    border-right: none;
    border-top: none;
    position: relative;
    -o-border-image: linear-gradient(to right,#0180a3,#0074b0,#3264b4,#664daa,var(--dot-color)) 1;
    border-image: linear-gradient(to right,#0180a3,#0074b0,#3264b4,#664daa,var(--dot-color)) 1
}

.Com_businessHome .business-section_home .business-details-comp {
    width: 100%;
    position: relative;
    flex-direction: row;
    margin-top: 40px;
    display: none
}

@media (max-width:1023px) {
    .Com_businessHome .business-section_home .business-details-comp {
        flex-direction: column-reverse;
        margin-top: 10px
    }
}

.Com_businessHome .business-section_home .business-details-comp.active {
    display: flex
}

.Com_businessHome .business-section_home .business-details-comp .business-left-sec {
    width: 38.4%;
    margin-right: .8%
}

@media (min-width:1027px) and (max-width:1039px) {
    .Com_businessHome .business-section_home .business-details-comp .business-left-sec {
        width: 49.3%
    }
}

@media (max-width:1023px) {
    .Com_businessHome .business-section_home .business-details-comp .business-left-sec {
        width: 100%
    }
}

.Com_businessHome .business-section_home .business-details-comp .business-left-sec.full-width {
    width: 100%;
    margin-right: 0
}

    .Com_businessHome .business-section_home .business-details-comp .business-left-sec.full-width ul li {
        width: 24.2%;
        margin-right: 1%;
        margin-bottom: 1%
    }

        .Com_businessHome .business-section_home .business-details-comp .business-left-sec.full-width ul li:nth-child(even) {
            margin-right: 1%
        }

        .Com_businessHome .business-section_home .business-details-comp .business-left-sec.full-width ul li:nth-child(4n+4) {
            margin-right: 0
        }

@media (max-width:1023px) {
    .Com_businessHome .business-section_home .business-details-comp .business-left-sec.full-width ul li {
        width: 32.2%
    }

        .Com_businessHome .business-section_home .business-details-comp .business-left-sec.full-width ul li:nth-child(4n+4) {
            margin-right: 1%
        }
}

@media (max-width:767px) {
    .Com_businessHome .business-section_home .business-details-comp .business-left-sec.full-width ul li {
        width: 49%
    }
}

.Com_businessHome .business-section_home .business-details-comp .business-left-sec ul {
    list-style-type: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

    .Com_businessHome .business-section_home .business-details-comp .business-left-sec ul li {
        width: 48.5%;
        margin-right: 2.2%;
        display: inline-block;
        margin-bottom: 2.2%
    }

@media (max-width:1023px) {
    .Com_businessHome .business-section_home .business-details-comp .business-left-sec ul li {
        width: 49.5%;
        margin-right: 1%;
        margin-bottom: 1%
    }
}

.Com_businessHome .business-section_home .business-details-comp .business-left-sec ul li a.active .thumb-image::after {
    width: 100%;
    height: 100vh;
    left: 0
}

.Com_businessHome .business-section_home .business-details-comp .business-left-sec ul li a.active .thumb-image::before {
    display: none
}

.Com_businessHome .business-section_home .business-details-comp .business-left-sec ul li a.active .thumb-image .overlay-wrap .overlay-text::after {
    left: 0;
    width: 100%
}

.Com_businessHome .business-section_home .business-details-comp .business-left-sec ul li a.active .thumb-image .overlay-wrap .overlay-text .arrow-right {
    display: inline-block
}

.Com_businessHome .business-section_home .business-details-comp .business-left-sec ul li:nth-child(even) {
    margin-right: 0
}

.Com_businessHome .business-section_home .business-details-comp .business-left-sec ul li .thumb-image {
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

    .Com_businessHome .business-section_home .business-details-comp .business-left-sec ul li .thumb-image::after {
        content: "";
        position: absolute;
        background-image: linear-gradient(to right,#0180a3,#0074b0,#3264b4,#664daa,var(--dot-color));
        top: 0;
        left: -100%;
        width: 0;
        height: 0;
        transition: all ease .3s;
        z-index: 1
    }

    .Com_businessHome .business-section_home .business-details-comp .business-left-sec ul li .thumb-image:hover .overlay-wrap {
        position: relative
    }

        .Com_businessHome .business-section_home .business-details-comp .business-left-sec ul li .thumb-image:hover .overlay-wrap .overlay-text::after {
            left: 0;
            width: calc(100% + 0px)
        }

        .Com_businessHome .business-section_home .business-details-comp .business-left-sec ul li .thumb-image:hover .overlay-wrap .overlay-text .arrow-right {
            display: inline-block
        }

    .Com_businessHome .business-section_home .business-details-comp .business-left-sec ul li .thumb-image::before {
        position: absolute;
        z-index: 1;
        height: 60%;
        width: 100%;
        content: " ";
        bottom: 0;
        background: linear-gradient(to bottom,transparent 0,#000 100%);
        opacity: 1;
        pointer-events: none
    }

    .Com_businessHome .business-section_home .business-details-comp .business-left-sec ul li .thumb-image img {
        width: 100%;
        transition: 1s ease
    }

        .Com_businessHome .business-section_home .business-details-comp .business-left-sec ul li .thumb-image img:hover {
            transform: scale(1.1)
        }

    .Com_businessHome .business-section_home .business-details-comp .business-left-sec ul li .thumb-image .overlay-wrap {
        position: relative;
        width: 95%
    }

@media (max-width:1399px) {
    .Com_businessHome .business-section_home .business-details-comp .business-left-sec ul li .thumb-image .overlay-wrap {
        width: 94%
    }
}

@media (max-width:767px) {
    .Com_businessHome .business-section_home .business-details-comp .business-left-sec ul li .thumb-image .overlay-wrap {
        width: 85%
    }
}

@media (max-width:390px) {
    .Com_businessHome .business-section_home .business-details-comp .business-left-sec ul li .thumb-image .overlay-wrap {
        width: 96%
    }
}

.Com_businessHome .business-section_home .business-details-comp .business-left-sec ul li .thumb-image .overlay-wrap .overlay-text {
    position: absolute;
    left: 0;
    bottom: 25px;
    font-size: 1.6rem;
    
    font-weight: 400;
    color: #fff;
    letter-spacing: .16px;
    z-index: 2;
    padding-left: 20px;
    display: inline-flex;
    align-items: center;
    width: 98%
}

@media (max-width:767px) {
    .Com_businessHome .business-section_home .business-details-comp .business-left-sec ul li .thumb-image .overlay-wrap .overlay-text {
        font-size: 1.3rem;
        left: 0;
        bottom: 15px;
        padding-left: 10px
    }
}

@media (max-width:390px) {
    .Com_businessHome .business-section_home .business-details-comp .business-left-sec ul li .thumb-image .overlay-wrap .overlay-text {
        font-size: 1.2rem;
        left: 0
    }
}

.Com_businessHome .business-section_home .business-details-comp .business-left-sec ul li .thumb-image .overlay-wrap .overlay-text::after {
    content: "";
    position: absolute;
    left: -100%;
    bottom: -7px;
    z-index: 2;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all ease .3s
}

.Com_businessHome .business-section_home .business-details-comp .business-left-sec ul li .thumb-image .overlay-wrap .overlay-text .arrow-right {
    display: none;
    width: 9px;
    height: 11px;
    left: 15px;
    top: 0
}

    .Com_businessHome .business-section_home .business-details-comp .business-left-sec ul li .thumb-image .overlay-wrap .overlay-text .arrow-right::after {
        content: "";
        display: block;
        width: 17px;
        height: 15px;
        right: 0;
        top: 0;
        position: absolute;
        background: url(https://www.adani.com/assets/adaniv1/dist/images/arrow_right_alt.svg) no-repeat center
    }

.Com_businessHome .business-section_home .business-details-comp .business-right-sec {
    width: 61.1%;
    display: none
}

@media (min-width:1027px) and (max-width:1039px) {
    .Com_businessHome .business-section_home .business-details-comp .business-right-sec {
        width: 52%
    }
}

@media (max-width:1023px) {
    .Com_businessHome .business-section_home .business-details-comp .business-right-sec {
        width: 100%;
        margin-bottom: 1%
    }
}

.Com_businessHome .business-section_home .business-details-comp .business-right-sec.active {
    display: block
}

.Com_businessHome .business-section_home .business-details-comp .business-right-sec .business-detail-content {
    width: 100%;
    position: relative
}

    .Com_businessHome .business-section_home .business-details-comp .business-right-sec .business-detail-content .big-thumb-image {
        width: 100%;
        overflow: hidden;
        position: relative
    }

        .Com_businessHome .business-section_home .business-details-comp .business-right-sec .business-detail-content .big-thumb-image img {
            width: 100%
        }

        .Com_businessHome .business-section_home .business-details-comp .business-right-sec .business-detail-content .big-thumb-image::after {
            position: absolute;
            z-index: 1;
            height: 50%;
            width: 100%;
            content: " ";
            bottom: 0;
            background: linear-gradient(to bottom,transparent 0,#000 100%);
            opacity: 1;
            pointer-events: none
        }

    .Com_businessHome .business-section_home .business-details-comp .business-right-sec .business-detail-content .business-details-links {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 30px;
        z-index: 2;
        padding: 0 30px
    }

@media (max-width:1023px) {
    .Com_businessHome .business-section_home .business-details-comp .business-right-sec .business-detail-content .business-details-links {
        padding: 0 10px;
        bottom: 13px
    }
}

.Com_businessHome .business-section_home .business-details-comp .business-right-sec .business-detail-content .business-details-links ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: solid 1px #f0f0f0;
    padding: 20px 0
}

@media (max-width:1023px) {
    .Com_businessHome .business-section_home .business-details-comp .business-right-sec .business-detail-content .business-details-links ul {
        padding: 5px 0
    }
}

.Com_businessHome .business-section_home .business-details-comp .business-right-sec .business-detail-content .business-details-links ul li {
    display: inline-flex;
    padding: 12px 12px;
    padding-right: 13px;
    background: rgba(0,0,0,.6);
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 12px
}

@media (max-width:1023px) {
    .Com_businessHome .business-section_home .business-details-comp .business-right-sec .business-detail-content .business-details-links ul li {
        padding: 6px 6px;
        margin-right: 5px;
        margin-bottom: 6px
    }
}

.Com_businessHome .business-section_home .business-details-comp .business-right-sec .business-detail-content .business-details-links ul li::after {
    content: "";
    position: absolute;
    background: linear-gradient(to right,#0180a3,#0074b0,#3264b4,#664daa,var(--dot-color));
    top: 0;
    left: -100%;
    width: 0;
    height: 0;
    transition: all ease .3s
}

@media (max-width:1023px) {
    .Com_businessHome .business-section_home .business-details-comp .business-right-sec .business-detail-content .business-details-links ul li::after {
        left: 0;
        height: 100%
    }
}

.Com_businessHome .business-section_home .business-details-comp .business-right-sec .business-detail-content .business-details-links ul li:last-child {
    margin-right: 0
}

.Com_businessHome .business-section_home .business-details-comp .business-right-sec .business-detail-content .business-details-links ul li a {
    text-decoration: none;
    color: #dcdcdc;
    font-size: 1.6rem;
    
    font-weight: 400;
    letter-spacing: .16px;
    transition: all ease .3s;
    position: relative;
    z-index: 2
}

@media (max-width:1023px) {
    .Com_businessHome .business-section_home .business-details-comp .business-right-sec .business-detail-content .business-details-links ul li a {
        font-size: 1.3rem
    }
}

.Com_businessHome .business-section_home .business-details-comp .business-right-sec .business-detail-content .business-details-links ul li a .arrow-right {
    width: 10px;
    height: 11px;
    position: relative;
    left: 12px;
    top: 1px;
    opacity: 0;
    margin-right: 10px;
    display: none
}

@media (max-width:1023px) {
    .Com_businessHome .business-section_home .business-details-comp .business-right-sec .business-detail-content .business-details-links ul li a .arrow-right {
        display: inline-block;
        opacity: 1
    }
}

.Com_businessHome .business-section_home .business-details-comp .business-right-sec .business-detail-content .business-details-links ul li a .arrow-right::after {
    content: "";
    display: block;
    width: 17px;
    height: 11px;
    right: 0;
    position: absolute;
    background: url(https://www.adani.com/assets/adaniv1/dist/images/arrow_right_alt.svg) no-repeat center
}

.Com_businessHome .business-section_home .business-details-comp .business-right-sec .business-detail-content .business-details-links ul li:hover::after {
    width: 100%;
    height: 100vh;
    left: 0
}

.Com_businessHome .business-section_home .business-details-comp .business-right-sec .business-detail-content .business-details-links ul li:hover a .arrow-right {
    opacity: 1;
    display: inline-block
}

.Com_businessHome .business-section_home .business-details-comp .business-right-sec .business-detail-content .business-details-links .elplore-more-cta {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 0 0
}

@media (max-width:1023px) {
    .Com_businessHome .business-section_home .business-details-comp .business-right-sec .business-detail-content .business-details-links .elplore-more-cta {
        padding: 10px 0 0 0
    }
}

.Com_businessHome .business-section_home .business-details-comp .business-right-sec .business-detail-content .business-details-links .elplore-more-cta a {
    color: #fff;
    font-size: 1.6rem;
    
    font-weight: 400;
    text-decoration: underline;
    letter-spacing: .16px;
    text-underline-offset: 5px;
    position: relative
}

    .Com_businessHome .business-section_home .business-details-comp .business-right-sec .business-detail-content .business-details-links .elplore-more-cta a::before {
        content: "";
        width: 18px;
        height: 18px;
        top: 58%;
        transform: translate(-50%,-50%);
        right: -30px;
        position: absolute;
        opacity: 0;
        transition: all .4s;
        background: url(https://www.adani.com/assets/adaniv1/dist/images/arrow_right_alt.svg) no-repeat center
    }

@media (max-width:767px) {
    .Com_businessHome .business-section_home .business-details-comp .business-right-sec .business-detail-content .business-details-links .elplore-more-cta a {
        font-size: 1.3rem
    }
}

.Com_businessHome .business-section_home .business-details-comp .business-right-sec .business-detail-content .business-details-links .elplore-more-cta a:hover::after {
    opacity: 1;
    right: -32px
}

.Com_businessHome .business-section_home .business-details-comp .business-right-sec .business-detail-content .business-details-links .elplore-more-cta a:hover::before {
    opacity: 1;
    right: -32px
}

@media (max-width:1023px) {
    .Com_businessHome .business-section_home .business-details-comp .business-right-sec .business-detail-content .business-details-links .elplore-more-cta a::after {
        opacity: 1;
        right: -32px
    }

    .Com_businessHome .business-section_home .business-details-comp .business-right-sec .business-detail-content .business-details-links .elplore-more-cta a::before {
        opacity: 1;
        right: -32px
    }
}

.Com_businessHome .business-section_home .business-details-comp#Verticals .business-left-sec ul li .thumb-image:hover .overlay-wrap .overlay-text::after {
    left: -100%;
    width: 0
}

.Com_businessHome .business-section_home .business-details-comp#Verticals .business-left-sec ul li .thumb-image:hover .overlay-wrap .overlay-text .arrow-right {
    display: none
}

.Com_businessHome .business-section_home .business-details-comp#Verticals .business-left-sec ul li a.active .thumb-image:hover .overlay-wrap .overlay-text::after {
    left: 0;
    width: calc(100% + 14px)
}

.Com_businessHome .business-section_home .business-details-comp#Verticals .business-left-sec ul li a.active .thumb-image:hover .overlay-wrap .overlay-text .arrow-right {
    display: inline-block
}

.ourleadership-section {
    width: 100%;
    display: block;
    position: relative
}

    .ourleadership-section .ourleadershipWrapper {
        width: 100%;
        width: 100%;
        position: relative
    }

@media (max-width:1023px) {
    .ourleadership-section .ourleadershipWrapper {
        margin-top: 5px
    }
}

.ourleadership-section .ourleadershipWrapper h1, .ourleadership-section .ourleadershipWrapper h2, .ourleadership-section .ourleadershipWrapper h3, .ourleadership-section .ourleadershipWrapper h4, .ourleadership-section .ourleadershipWrapper h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .ourleadership-section .ourleadershipWrapper h1, .ourleadership-section .ourleadershipWrapper h2, .ourleadership-section .ourleadershipWrapper h3, .ourleadership-section .ourleadershipWrapper h4, .ourleadership-section .ourleadershipWrapper h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .ourleadership-section .ourleadershipWrapper h1, .ourleadership-section .ourleadershipWrapper h2, .ourleadership-section .ourleadershipWrapper h3, .ourleadership-section .ourleadershipWrapper h4, .ourleadership-section .ourleadershipWrapper h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .ourleadership-section .ourleadershipWrapper h1, .ourleadership-section .ourleadershipWrapper h2, .ourleadership-section .ourleadershipWrapper h3, .ourleadership-section .ourleadershipWrapper h4, .ourleadership-section .ourleadershipWrapper h5 {
        font-size: 2.2rem
    }
}

.ourleadership-section .ourleadershipWrapper span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .ourleadership-section .ourleadershipWrapper span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .ourleadership-section .ourleadershipWrapper span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

.ourleadership-section .ourleadership-wrap {
    width: 100%;
    padding: 80px 0 0;
    position: relative
}

@media (max-width:767px) {
    .ourleadership-section .ourleadership-wrap {
        padding: 30px 0
    }
}

.ourleadership-section .ourleadership-wrap .ourleadership-box {
    width: 100%
}

    .ourleadership-section .ourleadership-wrap .ourleadership-box ul {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-top: -80px
    }

@media (max-width:767px) {
    .ourleadership-section .ourleadership-wrap .ourleadership-box ul {
        margin-top: -10px
    }
}

.ourleadership-section .ourleadership-wrap .ourleadership-box ul li {
    width: 22.566%;
    display: inline-block;
    margin-right: 3%;
    position: relative;
    margin-top: 80px
}

@media (max-width:1399px) {
    .ourleadership-section .ourleadership-wrap .ourleadership-box ul li {
        width: 22.5%
    }
}

@media (max-width:1026px) {
    .ourleadership-section .ourleadership-wrap .ourleadership-box ul li {
        width: 48.3%;
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .ourleadership-section .ourleadership-wrap .ourleadership-box ul li {
        width: 100%;
        margin-right: 0;
        margin-top: 20px
    }
}

@media (max-width:1026px) {
    .ourleadership-section .ourleadership-wrap .ourleadership-box ul li:nth-child(even) {
        margin-right: 0
    }
}

.ourleadership-section .ourleadership-wrap .ourleadership-box ul li:nth-child(4n) {
    margin-right: 0
}

.ourleadership-section .ourleadership-wrap .ourleadership-box ul li .ourleader-card-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: transparent solid 2px;
    transition: .3s;
    overflow: hidden
}

@media (max-width:767px) {
    .ourleadership-section .ourleadership-wrap .ourleadership-box ul li .ourleader-card-wrap {
        margin-bottom: 50px;
        border: #0a66c2 solid 2px
    }
}

.ourleadership-section .ourleadership-wrap .ourleadership-box ul li .ourleader-card-wrap .image-card {
    width: 100%;
    overflow: hidden
}

    .ourleadership-section .ourleadership-wrap .ourleadership-box ul li .ourleader-card-wrap .image-card img {
        width: 100%;
        transition: 1s ease
    }

.ourleadership-section .ourleadership-wrap .ourleadership-box ul li .ourleader-card-wrap .content-card {
    width: 100%;
    min-height: 160px;
    position: relative;
    transition: .3s;
    background-image: linear-gradient(to right,#050911,#070811,#0a0711,#0c0510,#0f040e)
}

@media (min-width:2100px) {
    .ourleadership-section .ourleadership-wrap .ourleadership-box ul li .ourleader-card-wrap .content-card {
        min-height: 180px
    }
}

@media (min-width:1027px) and (max-width:1219px) {
    .ourleadership-section .ourleadership-wrap .ourleadership-box ul li .ourleader-card-wrap .content-card {
        min-height: 120px
    }
}

.ourleadership-section .ourleadership-wrap .ourleadership-box ul li .ourleader-card-wrap .content-card .ourleader-info {
    width: 100%;
    padding: 30px 30px 30px 20px
}

@media (min-width:1220px) and (max-width:1599px) {
    .ourleadership-section .ourleadership-wrap .ourleadership-box ul li .ourleader-card-wrap .content-card .ourleader-info {
        padding: 20px 20px 30px 20px
    }
}

@media (min-width:1027px) and (max-width:1219px) {
    .ourleadership-section .ourleadership-wrap .ourleadership-box ul li .ourleader-card-wrap .content-card .ourleader-info {
        padding: 15px 15px 30px 15px
    }
}

.ourleadership-section .ourleadership-wrap .ourleadership-box ul li .ourleader-card-wrap .content-card .ourleader-info .ourleader-name {
    font-size: 2.4rem;
    
    font-weight: 500;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px
}

@media (max-width:1023px) {
    .ourleadership-section .ourleadership-wrap .ourleadership-box ul li .ourleader-card-wrap .content-card .ourleader-info .ourleader-name {
        font-size: 1.6rem
    }
}

.ourleadership-section .ourleadership-wrap .ourleadership-box ul li .ourleader-card-wrap .content-card .ourleader-info .ourleader-designation {
    display: block;
    font-size: 1.6rem;
    
    font-weight: 400;
    color: #c1c1c1
}

@media (max-width:1023px) {
    .ourleadership-section .ourleadership-wrap .ourleadership-box ul li .ourleader-card-wrap .content-card .ourleader-info .ourleader-designation {
        font-size: 1.067rem
    }
}

.ourleadership-section .ourleadership-wrap .ourleadership-box ul li .ourleader-card-wrap .content-card .ourleader-social-handles {
    width: 100%;
    background: linear-gradient(to right,#fff,#fff,#fff,#fff,#fff);
    padding: 0 20px;
    position: absolute;
    bottom: 0;
    transition: .3s;
    opacity: 0
}

@media (max-width:767px) {
    .ourleadership-section .ourleadership-wrap .ourleadership-box ul li .ourleader-card-wrap .content-card .ourleader-social-handles {
        opacity: 1
    }
}

.ourleadership-section .ourleadership-wrap .ourleadership-box ul li .ourleader-card-wrap .content-card .ourleader-social-handles ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 0
}

    .ourleadership-section .ourleadership-wrap .ourleadership-box ul li .ourleader-card-wrap .content-card .ourleader-social-handles ul li {
        width: auto;
        display: inline-block;
        margin-bottom: 0;
        margin-top: 0
    }

@media (max-width:1026px) {
    .ourleadership-section .ourleadership-wrap .ourleadership-box ul li .ourleader-card-wrap .content-card .ourleader-social-handles ul li {
        margin-bottom: 0;
        margin-right: 3%
    }
}

.ourleadership-section .ourleadership-wrap .ourleadership-box ul li .ourleader-card-wrap .content-card .ourleader-social-handles ul li a {
    text-decoration: none;
    padding: 0 10px
}

    .ourleadership-section .ourleadership-wrap .ourleadership-box ul li .ourleader-card-wrap .content-card .ourleader-social-handles ul li a img {
        width: 25px
    }

@media (min-width:1024px) {
    .ourleadership-section .ourleadership-wrap .ourleadership-box ul li .ourleader-card-wrap:hover {
        border: #0a66c2 solid 2px;
        padding-bottom: 0
    }

        .ourleadership-section .ourleadership-wrap .ourleadership-box ul li .ourleader-card-wrap:hover .ourleader-social-handles {
            bottom: 0;
            transition: .3s;
            opacity: 1
        }

        .ourleadership-section .ourleadership-wrap .ourleadership-box ul li .ourleader-card-wrap:hover .image-card img {
            transform: scale(1.03)
        }
}

.ourleadership-section.blacktheme {
    margin-top: 0
}

.ourleadership-section .ourleadershipWrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 70px;
    position: relative;
    align-items: center
}

@media (max-width:767px) {
    .ourleadership-section .ourleadershipWrapper {
        padding-bottom: 30px
    }
}

.ourleadership-section .ourleadershipWrapper .ourleade-detail-left-sec {
    width: calc(40% - 41px)
}

@media (max-width:1399px) {
    .ourleadership-section .ourleadershipWrapper .ourleade-detail-left-sec {
        width: calc(32% - 41px)
    }
}

@media (max-width:1549px) {
    .ourleadership-section .ourleadershipWrapper .ourleade-detail-left-sec {
        width: calc(33% - 41px)
    }
}

@media (max-width:1023px) {
    .ourleadership-section .ourleadershipWrapper .ourleade-detail-left-sec {
        width: 100%
    }
}

@media (max-width:1023px) {
    .ourleadership-section .ourleadershipWrapper .ourleade-detail-left-sec .leader-mob-heading {
        padding-bottom: 20px;
        display: block
    }
}

@media (max-width:1023px) {
    .ourleadership-section .ourleadershipWrapper .ourleade-detail-left-sec .com-heading {
        width: 70%;
        display: inline-block
    }
}

.ourleadership-section .ourleadershipWrapper .ourleade-detail-left-sec .ourleader-info {
    width: 100%;
    display: block;
    padding: 20px 0 0
}

    .ourleadership-section .ourleadershipWrapper .ourleade-detail-left-sec .ourleader-info .ourleader-name {
        font-size: 2.4rem;
        
        font-weight: 500;
        margin-bottom: 5px;
        color: #fff
    }

    .ourleadership-section .ourleadershipWrapper .ourleade-detail-left-sec .ourleader-info .ourleader-designation {
        display: block;
        font-size: 1.6rem;
        
        font-weight: 400;
        color: #c1c1c1;
        padding-left: 0;
        margin-top: 10px
    }

@media (max-width:1023px) {
    .ourleadership-section .ourleadershipWrapper .ourleade-detail-left-sec .ourleader-info .ourleader-designation {
        font-size: 1.4rem
    }
}

.ourleadership-section .ourleadershipWrapper .ourleade-detail-left-sec .our-leader-image {
    width: 100%;
    overflow: hidden
}

    .ourleadership-section .ourleadershipWrapper .ourleade-detail-left-sec .our-leader-image img {
        width: 100%;
        transition: 1s ease
    }

        .ourleadership-section .ourleadershipWrapper .ourleade-detail-left-sec .our-leader-image img:hover {
            transform: scale(1.05)
        }

.ourleadership-section .ourleadershipWrapper .ourleade-detail-left-sec .social-handles {
    width: 100%;
    display: block;
    margin-top: 8px
}

@media (max-width:767px) {
    .ourleadership-section .ourleadershipWrapper .ourleade-detail-left-sec .social-handles {
        display: inline-block;
        text-align: left
    }
}

.ourleadership-section .ourleadershipWrapper .ourleade-detail-left-sec .social-handles ul {
    list-style: none;
    margin: 0;
    padding: 0
}

    .ourleadership-section .ourleadershipWrapper .ourleade-detail-left-sec .social-handles ul li {
        display: inline-block;
        padding: 13px 13px 0 0
    }

        .ourleadership-section .ourleadershipWrapper .ourleade-detail-left-sec .social-handles ul li a {
            display: block;
            text-decoration: none
        }

        .ourleadership-section .ourleadershipWrapper .ourleade-detail-left-sec .social-handles ul li img {
            width: 30px
        }

.ourleadership-section .ourleadershipWrapper .ourleade-detail-left-sec .download-btn {
    position: relative;
    width: 100%;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    text-align: center
}

@media (max-width:767px) {
    .ourleadership-section .ourleadershipWrapper .ourleade-detail-left-sec .download-btn {
        width: auto
    }
}

.ourleadership-section .ourleadershipWrapper .ourleade-detail-left-sec .download-btn .gradient-button {
    width: 100%;
    padding: 20px 23.5px 20px 23.5px;
    font-size: 1.8rem;
    
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    z-index: 0;
    cursor: pointer;
    text-decoration: none;
    color: #393939;
    border-radius: 8px;
    border: 1px solid #393939;
    background: 0 0;
    line-height: 100%
}

@media (max-width:767px) {
    .ourleadership-section .ourleadershipWrapper .ourleade-detail-left-sec .download-btn .gradient-button {
        width: auto
    }
}

@media (max-width:1023px) {
    .ourleadership-section .ourleadershipWrapper .ourleade-detail-left-sec .download-btn .gradient-button {
        padding: 15px 14px 15px 14px;
        font-size: 1.4rem;
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }
}

.ourleadership-section .ourleadershipWrapper .ourleade-detail-left-sec .download-btn .gradient-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

@media (max-width:1023px) {
    .ourleadership-section .ourleadershipWrapper .ourleade-detail-left-sec .download-btn .gradient-button::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

.ourleadership-section .ourleadershipWrapper .ourleade-detail-left-sec .download-btn .gradient-button:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500
}

    .ourleadership-section .ourleadershipWrapper .ourleade-detail-left-sec .download-btn .gradient-button:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

.ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec {
    width: calc(60% - 41px);
    margin-left: 80px
}

    .ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .com-heading {
        top: -13px;
        position: relative
    }

@media (max-width:767px) {
    .ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .com-heading {
        margin-bottom: 20px
    }
}

@media (max-width:1399px) {
    .ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec {
        width: calc(68% - 41px)
    }
}

@media (max-width:1549px) {
    .ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec {
        width: calc(67% - 41px)
    }
}

.ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .com-heading span {
    margin-top: 25px;
    font-weight: 600
}

@media (max-width:1023px) {
    .ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
        padding-bottom: 70px
    }
}

.ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .ourleader-info-details {
    width: 100%;
    margin-top: 30px
}

@media (max-width:1023px) {
    .ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .ourleader-info-details {
        margin-top: 0
    }
}

.ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .ourleader-info-details p {
    font-size: 2.2rem;
    color: #c1c1c1;
    
    font-weight: 400;
    width: 100%;
    line-height: 123.76%
}

@media (max-width:1023px) {
    .ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .ourleader-info-details p {
        font-size: 1.6rem
    }
}

@media (max-width:1023px) {
    .ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .ourleader-info-details p {
        line-height: 20px
    }
}

.ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec {
    width: 100%;
    margin-top: 68px
}

@media (max-width:1023px) {
    .ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec {
        margin-top: 20px
    }
}

.ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap
}

    .ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .Com-subtext {
        width: 100%;
        margin-bottom: 27px;
        font-size: 2.6rem;
        
        color: #c1c1c1;
        line-height: 123.76%;
        margin-top: 10px;
        padding: 0 40px 0 0
    }

        .ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .Com-subtext blockquote {
            position: relative;
            quotes: auto;
            padding: 0 0 0 20px
        }

@media (max-width:767px) {
    .ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .Com-subtext blockquote {
        padding: 0 0 0 10px
    }
}

.ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .Com-subtext blockquote:before {
    content: open-quote;
    left: -2px;
    top: 2px;
    display: inline-block;
    vertical-align: bottom;
    color: #393939;
    font-size: 2em;
    position: absolute
}

@media (max-width:767px) {
    .ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .Com-subtext blockquote:before {
        left: -2px
    }
}

.ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .Com-subtext blockquote:after {
    content: close-quote;
    bottom: -10px;
    display: inline-block;
    vertical-align: bottom;
    color: #393939;
    font-size: 2em;
    position: absolute
}

@media (max-width:1026px) {
    .ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .Com-subtext {
        padding: 0
    }
}

@media (max-width:1023px) {
    .ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .Com-subtext {
        padding: 0;
        font-size: 1.6rem
    }
}

.ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .Com-subtext .quotes {
    position: absolute;
    left: -11px;
    top: -22px;
    font-size: 3rem;
    display: none
}

.ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .arrow-icons {
    width: 100%;
    display: block;
    position: relative;
    bottom: 50px
}

    .ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .arrow-icons img {
        width: 100%
    }

@media (max-width:1026px) {
    .ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .arrow-icons img {
        width: 100%
    }
}

.ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .info-wrap {
    width: 100%;
    display: block;
    position: relative;
    margin-top: -75px
}

@media (max-width:1026px) {
    .ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .info-wrap {
        margin-top: -37px
    }
}

.ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .info-wrap .info {
    width: 100%;
    display: block;
    margin-bottom: 37px
}

    .ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .info-wrap .info .name {
        color: #393939;
        font-size: 2.6rem;
        
        font-weight: 400;
        padding-bottom: 4px
    }

@media (max-width:1023px) {
    .ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .info-wrap .info .name {
        padding: 0;
        font-size: 1.6rem
    }
}

.ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .info-wrap .info .designation {
    color: #393939;
    font-size: 2rem;
    
    font-weight: 300
}

@media (max-width:1023px) {
    .ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .info-wrap .info .designation {
        padding: 0;
        font-size: 1.4rem
    }
}

.ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .btn-animation {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap
}

    .ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .btn-animation .gradient-button {
        padding: 20px 23.5px 20px 23.5px;
        font-size: 1.8rem;
        
        text-transform: capitalize;
        font-weight: 500;
        position: relative;
        z-index: 0;
        cursor: pointer;
        text-decoration: none;
        color: #393939;
        border-radius: 8px;
        border: 1px solid #393939;
        background: 0 0;
        line-height: 100%
    }

@media (max-width:1023px) {
    .ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .btn-animation .gradient-button {
        padding: 15px 14px 15px 14px;
        font-size: 1.4rem;
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }
}

.ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .btn-animation .gradient-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

@media (max-width:1023px) {
    .ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .btn-animation .gradient-button::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

.ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .btn-animation .gradient-button:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500
}

    .ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .btn-animation .gradient-button:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

.ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .quotes-slider {
    width: 100%
}

.ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .btn-wrap {
    position: absolute;
    bottom: 38px;
    right: 0
}

@media (max-width:1026px) {
    .ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .btn-wrap {
        right: 0
    }
}

.ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .btn-wrap .swiper-button-prev {
    border: #393939 solid 1px;
    width: 50px;
    height: 50px;
    right: 50px;
    left: inherit;
    bottom: 0;
    top: inherit;
    z-index: 91;
    border-radius: 50%
}

    .ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .btn-wrap .swiper-button-prev:after {
        content: "prev";
        font-size: 1.8rem;
        color: #393939;
        font-weight: 400
    }

.ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .btn-wrap .swiper-button-next {
    border: #393939 solid 1px;
    width: 50px;
    height: 50px;
    right: .5%;
    bottom: 0;
    top: inherit;
    z-index: 91;
    border-radius: 50%
}

    .ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .btn-wrap .swiper-button-next:after {
        content: "next";
        font-size: 1.8rem;
        color: #393939;
        font-weight: 400
    }

.loadMorecontent {
    width: 100%;
    width: 100%;
    overflow: hidden
}

@media (max-width:767px) {
    .loadMorecontent {
        display: block
    }
}

.loadMorecontent.collapsed {
    overflow: hidden;
    max-height: 500px
}

.loadMorecontent .hidden {
    display: none
}

.loadmore-btn {
    display: none;
    padding: 20px 23.5px 20px 23.5px;
    font-size: 1.8rem;
    
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    z-index: 0;
    cursor: pointer;
    text-decoration: none;
    color: #393939;
    border-radius: 8px;
    border: 1px solid #393939;
    background: 0 0;
    line-height: 100%
}

@media (max-width:1023px) {
    .loadmore-btn {
        padding: 15px 14px 15px 14px;
        font-size: 1.4rem;
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }
}

.loadmore-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

@media (max-width:1023px) {
    .loadmore-btn::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

.loadmore-btn:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500
}

    .loadmore-btn:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

@media (max-width:767px) {
    .loadmore-btn {
        display: inline-flex;
        width: auto;
        margin-top: 30px
    }
}

.loadmore-btn.hidden {
    display: none
}

.bod-banner-profile {
    position: relative;
    width: 100%;
    height: auto
}

    .bod-banner-profile .bod-banner-img img {
        width: 100%;
        height: auto
    }

    .bod-banner-profile .bod-badge {
        position: absolute;
        z-index: 11;
        right: 0;
        bottom: 12rem;
        background-image: linear-gradient(to right,#050911,#070811,#0a0711,#0c0510,#0f040e);
        display: flex;
        width: 40.27%;
        max-width: 582px;
        height: auto;
        padding: 4rem;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 40px
    }

        .bod-banner-profile .bod-badge .bod-badge-info .bod-badge-name h2 {
            font-size: 3.6rem;
            font-weight: 600;
            color: #fff;
            display: inline-block;
            margin-bottom: 1.2rem
        }

@media (max-width:767px) {
    .bod-banner-profile .bod-badge .bod-badge-info .bod-badge-name h2 {
        font-size: 3rem
    }
}

.bod-banner-profile .bod-badge .bod-badge-info .bod-badge-designation {
    display: block;
    font-size: 2rem;
    font-weight: 500;
    color: #c1c1c1;
    margin-bottom: 4rem
}

@media (max-width:767px) {
    .bod-banner-profile .bod-badge .bod-badge-info .bod-badge-designation {
        font-size: 2rem
    }
}

.bod-banner-profile .bod-badge .bod-badge-info .gradient-button {
    padding: 20px 23.5px 20px 23.5px;
    font-size: 1.8rem;
    
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    z-index: 0;
    cursor: pointer;
    text-decoration: none;
    color: #393939;
    border-radius: 8px;
    border: 1px solid #393939;
    background: 0 0;
    line-height: 100%;
    display: inline-block
}

@media (max-width:1023px) {
    .bod-banner-profile .bod-badge .bod-badge-info .gradient-button {
        padding: 15px 14px 15px 14px;
        font-size: 1.4rem;
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }
}

.bod-banner-profile .bod-badge .bod-badge-info .gradient-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

@media (max-width:1023px) {
    .bod-banner-profile .bod-badge .bod-badge-info .gradient-button::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

.bod-banner-profile .bod-badge .bod-badge-info .gradient-button:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500
}

    .bod-banner-profile .bod-badge .bod-badge-info .gradient-button:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

@media (max-width:1023px) {
    .bod-banner-profile .bod-badge {
        position: relative;
        width: 100%;
        bottom: auto
    }
}

@media (max-width:767px) {
    .bod-banner-profile .bod-badge {
        padding: 2.5rem 2.5rem 6rem 2.5rem;
        padding-bottom: 40px
    }
}

.bod-banner-profile:nth-of-type(even) .bod-badge {
    left: 0;
    align-items: flex-end;
    text-align: right
}

@media (max-width:1023px) {
    .bod-banner-profile:nth-of-type(even) .bod-badge {
        align-items: flex-start
    }
}

.leadership-grid-content {
    position: relative;
    width: 100%;
    height: auto;
    padding: 5rem 0
}

@media (max-width:1023px) {
    .leadership-grid-content {
        padding: 4rem 0
    }
}

@media (max-width:767px) {
    .leadership-grid-content {
        padding: 4rem 0
    }
}

.leadership-grid-content .leadership-grid {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

    .leadership-grid-content .leadership-grid .leadership-profile-div {
        flex: 0 0 33.33%;
        border: .2px solid #dedede;
        margin-left: -.2px;
        margin-bottom: -.2px;
        cursor: pointer
    }

@media (max-width:1023px) {
    .leadership-grid-content .leadership-grid .leadership-profile-div {
        flex: 0 0 50%
    }
}

@media (max-width:767px) {
    .leadership-grid-content .leadership-grid .leadership-profile-div {
        flex: 0 0 100%
    }
}

.leadership-grid-content .leadership-grid .leadership-profile-div a {
    text-decoration: none
}

    .leadership-grid-content .leadership-grid .leadership-profile-div a .leadership-profile-div-img {
        position: relative;
        clip-path: polygon(12.5% 12.5%,87.5% 12.5%,87.5% 93.5%,12.5% 93.5%);
        transition: all .5s;
        transition-timing-function: cubic-bezier(.1,.1,.1,.1);
        cursor: pointer;
        background: 0 0
    }

@media (max-width:767px) {
    .leadership-grid-content .leadership-grid .leadership-profile-div a .leadership-profile-div-img {
        clip-path: initial
    }
}

.leadership-grid-content .leadership-grid .leadership-profile-div a .leadership-profile-div-img img {
    width: 100%;
    height: auto
}

.leadership-grid-content .leadership-grid .leadership-profile-div a .leadership-profile-info {
    padding: 3rem 12.5%
}

    .leadership-grid-content .leadership-grid .leadership-profile-div a .leadership-profile-info .leadership-profile-name {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1.5rem
    }

        .leadership-grid-content .leadership-grid .leadership-profile-div a .leadership-profile-info .leadership-profile-name h3 {
            font-size: 2rem;
            font-weight: 500;
            color: #fff;
            display: inline-block;
            margin-left: 0;
            top: 0
        }

        .leadership-grid-content .leadership-grid .leadership-profile-div a .leadership-profile-info .leadership-profile-name img {
            width: 16px;
            height: 12px
        }

    .leadership-grid-content .leadership-grid .leadership-profile-div a .leadership-profile-info .leadership-profile-designation {
        display: block;
        font-size: 1.8rem;
        font-weight: 400;
        color: #c1c1c1
    }

.leadership-grid-content .leadership-grid .leadership-profile-div:hover .leadership-profile-div-img {
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%)
}

.leadership-grid-content.subleadership-grid-content .leadership-grid .leadership-profile-div {
    flex: 0 0 25%;
    border: .15px solid #dedede
}

@media (max-width:1023px) {
    .leadership-grid-content.subleadership-grid-content .leadership-grid .leadership-profile-div {
        flex: 0 0 50%
    }
}

@media (max-width:767px) {
    .leadership-grid-content.subleadership-grid-content .leadership-grid .leadership-profile-div {
        flex: 0 0 100%
    }
}

.leadership-grid-content.subleadership-grid-content .leadership-grid .leadership-profile-div a {
    text-decoration: none
}

    .leadership-grid-content.subleadership-grid-content .leadership-grid .leadership-profile-div a .leadership-profile-info .leadership-profile-name h3 {
        font-size: 2rem
    }

    .leadership-grid-content.subleadership-grid-content .leadership-grid .leadership-profile-div a .leadership-profile-info .leadership-profile-name img {
        width: 12px;
        height: 9px
    }

    .leadership-grid-content.subleadership-grid-content .leadership-grid .leadership-profile-div a .leadership-profile-info .leadership-profile-designation {
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 130%
    }

.otherleadership {
    position: relative;
    width: 100%;
    height: auto;
    padding: 8rem 0
}

@media (max-width:1023px) {
    .otherleadership {
        padding: 4rem 0
    }
}

@media (max-width:767px) {
    .otherleadership {
        padding: 4rem 0
    }
}

.otherleadership .leadership-head {
    width: 100%;
    display: flex;
    align-items: center
}

@media (max-width:767px) {
    .otherleadership .leadership-head {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        align-items: center
    }
}

.otherleadership .leadership-head .com-heading {
    width: 100%;
    position: relative
}

@media (max-width:1023px) {
    .otherleadership .leadership-head .com-heading {
        margin-top: 5px
    }
}

.otherleadership .leadership-head .com-heading h1, .otherleadership .leadership-head .com-heading h2, .otherleadership .leadership-head .com-heading h3, .otherleadership .leadership-head .com-heading h4, .otherleadership .leadership-head .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .otherleadership .leadership-head .com-heading h1, .otherleadership .leadership-head .com-heading h2, .otherleadership .leadership-head .com-heading h3, .otherleadership .leadership-head .com-heading h4, .otherleadership .leadership-head .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .otherleadership .leadership-head .com-heading h1, .otherleadership .leadership-head .com-heading h2, .otherleadership .leadership-head .com-heading h3, .otherleadership .leadership-head .com-heading h4, .otherleadership .leadership-head .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .otherleadership .leadership-head .com-heading h1, .otherleadership .leadership-head .com-heading h2, .otherleadership .leadership-head .com-heading h3, .otherleadership .leadership-head .com-heading h4, .otherleadership .leadership-head .com-heading h5 {
        font-size: 2.2rem
    }
}

.otherleadership .leadership-head .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .otherleadership .leadership-head .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .otherleadership .leadership-head .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

@media (max-width:767px) {
    .otherleadership .leadership-head .com-heading {
        width: auto
    }
}

.otherleadership .leadership-head .right-btn {
    width: 10%;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: flex-end;
    white-space: nowrap
}

@media (max-width:1026px) {
    .otherleadership .leadership-head .right-btn {
        width: auto;
        padding: 0
    }
}

@media (max-width:767px) {
    .otherleadership .leadership-head .right-btn {
        padding-top: 0;
        width: auto;
        padding-left: 20px
    }
}

.otherleadership .leadership-head .right-btn .gradient-button {
    padding: 20px 23.5px 20px 23.5px;
    font-size: 1.8rem;
    
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    z-index: 0;
    cursor: pointer;
    text-decoration: none;
    color: #393939;
    border-radius: 8px;
    border: 1px solid #393939;
    background: 0 0;
    line-height: 100%
}

@media (max-width:1023px) {
    .otherleadership .leadership-head .right-btn .gradient-button {
        padding: 15px 14px 15px 14px;
        font-size: 1.4rem;
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }
}

.otherleadership .leadership-head .right-btn .gradient-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

@media (max-width:1023px) {
    .otherleadership .leadership-head .right-btn .gradient-button::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

.otherleadership .leadership-head .right-btn .gradient-button:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500
}

    .otherleadership .leadership-head .right-btn .gradient-button:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

.otherleadership .otherleadership-pan {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px 0
}

@media (max-width:1023px) {
    .otherleadership .otherleadership-pan {
        flex-direction: column
    }
}

.otherleadership .otherleadership-pan .otherleadership-div {
    flex: 0 0 47.65%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0
}

    .otherleadership .otherleadership-pan .otherleadership-div a {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        text-decoration: none;
        border: #393939 solid 1px
    }

@media (max-width:1549px) {
    .otherleadership .otherleadership-pan .otherleadership-div a {
        min-height: 153px
    }
}

@media (max-width:767px) {
    .otherleadership .otherleadership-pan .otherleadership-div a {
        align-items: flex-start
    }
}

.otherleadership .otherleadership-pan .otherleadership-div a .otherleadership-thumb {
    max-width: 150px;
    padding: 20px
}

    .otherleadership .otherleadership-pan .otherleadership-div a .otherleadership-thumb img {
        width: 100%;
        height: auto;
        transform: scale(1);
        transition: 1s ease
    }

.otherleadership .otherleadership-pan .otherleadership-div a .otherleadership-info {
    padding-left: 1.6rem
}

    .otherleadership .otherleadership-pan .otherleadership-div a .otherleadership-info h3 {
        font-size: 2.4rem;
        font-weight: 600;
        margin-bottom: .3rem
    }

    .otherleadership .otherleadership-pan .otherleadership-div a .otherleadership-info p {
        font-size: 1.6rem;
        font-weight: 400
    }

@media (max-width:767px) {
    .otherleadership .otherleadership-pan .otherleadership-div a .otherleadership-info {
        flex-direction: column;
        padding: 4rem 2.5rem
    }
}

@media (max-width:767px) {
    .otherleadership .otherleadership-pan .otherleadership-div a {
        flex-direction: column
    }

        .otherleadership .otherleadership-pan .otherleadership-div a .otherleadership-thumb {
            width: 100%;
            height: auto;
            overflow: hidden
        }
}

.otherleadership .otherleadership-pan .otherleadership-div .nex-btn, .otherleadership .otherleadership-pan .otherleadership-div .prev-btn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color: #393939;
    font-size: 1.6rem;
    
    font-weight: 400;
    margin-top: 10px
}

.otherleadership .otherleadership-pan .otherleadership-div:hover a .otherleadership-thumb img {
    transform: scale(1.05)
}

@media (max-width:1023px) {
    .otherleadership .otherleadership-pan .otherleadership-div {
        flex: 0 0 100%;
        width: 100%;
        padding: 10px 0
    }
}

.light-mode .bod-badge {
    background: rgba(255,255,255,.7)
}

    .light-mode .bod-badge .bod-badge-info .bod-badge-name h2 {
        color: transparent;
        background: linear-gradient(to right,#393933,#393939);
        -webkit-background-clip: text;
        background-clip: text
    }

    .light-mode .bod-badge .bod-badge-info .bod-badge-designation {
        color: #393939
    }

@media (max-width:1023px) {
    .light-mode .bod-badge {
        background: #f3f3f3
    }
}

.light-mode .leadership-grid .leadership-profile-div a .leadership-profile-info .leadership-profile-name h3 {
    color: transparent;
    background: linear-gradient(to right,#393933,#393939);
    -webkit-background-clip: text;
    background-clip: text
}

.light-mode .leadership-grid .leadership-profile-div a .leadership-profile-info .leadership-profile-designation {
    color: #393939
}

section:nth-of-type(even) .bod-banner-profile .bod-badge {
    left: 0;
    align-items: flex-end;
    text-align: right
}

@media (max-width:1023px) {
    section:nth-of-type(even) .bod-banner-profile .bod-badge {
        align-items: flex-start;
        text-align: left;
        max-width: 100%
    }
}

.reportsMain .reports_wrapper {
    display: flex;
    justify-content: center
}

@media (max-width:767px) {
    .reportsMain .reports_wrapper {
        display: block
    }
}

.reportsMain .reports_wrapper .esg_wrapper {
    width: 75%;
    display: flex;
    flex-direction: column;
    padding: 0 30px 0 0;
    border-right: .5px solid #7b7b7b
}

@media (max-width:1219px) {
    .reportsMain .reports_wrapper .esg_wrapper {
        width: 65%;
        padding: 0 20px 0 0
    }
}

@media (max-width:767px) {
    .reportsMain .reports_wrapper .esg_wrapper {
        width: 100%;
        padding: 0;
        border-right: unset;
        gap: 10px
    }
}

@media (max-width:767px) {
    .reportsMain .reports_wrapper .esg_wrapper .esg_child {
        padding: 0 0 20px
    }
}

.reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn {
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn .com-heading {
        width: 100%;
        position: relative
    }

@media (max-width:1023px) {
    .reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn .com-heading {
        margin-top: 5px
    }
}

.reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn .com-heading h1, .reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn .com-heading h2, .reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn .com-heading h3, .reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn .com-heading h4, .reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn .com-heading h1, .reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn .com-heading h2, .reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn .com-heading h3, .reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn .com-heading h4, .reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn .com-heading h1, .reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn .com-heading h2, .reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn .com-heading h3, .reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn .com-heading h4, .reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn .com-heading h1, .reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn .com-heading h2, .reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn .com-heading h3, .reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn .com-heading h4, .reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn .com-heading h5 {
        font-size: 2.2rem
    }
}

.reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

.reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn .com-heading h2 {
    margin-left: 0
}

@media (max-width:1023px) {
    .reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn .com-heading {
        top: -2px
    }
}

.reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn .right-btn {
    width: 20%;
    float: right;
    text-align: right
}

@media (max-width:1219px) {
    .reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn .right-btn {
        width: 30%
    }
}

@media (max-width:767px) {
    .reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn .right-btn {
        width: 50%
    }
}

.reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn .right-btn .gradient-button {
    padding: 20px 23.5px 20px 23.5px;
    font-size: 1.8rem;
    
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    z-index: 0;
    cursor: pointer;
    text-decoration: none;
    color: #393939;
    border-radius: 8px;
    border: 1px solid #393939;
    background: 0 0;
    line-height: 100%
}

@media (max-width:1023px) {
    .reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn .right-btn .gradient-button {
        padding: 15px 14px 15px 14px;
        font-size: 1.4rem;
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }
}

.reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn .right-btn .gradient-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

@media (max-width:1023px) {
    .reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn .right-btn .gradient-button::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

.reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn .right-btn .gradient-button:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500
}

    .reportsMain .reports_wrapper .esg_wrapper .esg_child .heading_btn .right-btn .gradient-button:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

.reportsMain .reports_wrapper .esg_wrapper .esg_child .report-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 11px
}

@media (max-width:767px) {
    .reportsMain .reports_wrapper .esg_wrapper .esg_child .report-wrapper {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 0;
        padding-bottom: 0
    }
}

.reportsMain .reports_wrapper .esg_wrapper .esg_child .report-wrapper .three-imgcardBox {
    width: 50%;
    cursor: pointer;
    transition: all .7s;
    padding: 20px
}

@media (max-width:767px) {
    .reportsMain .reports_wrapper .esg_wrapper .esg_child .report-wrapper .three-imgcardBox {
        width: 100%;
        padding-bottom: 0
    }
}

.reportsMain .reports_wrapper .esg_wrapper .esg_child .report-wrapper .three-imgcardBox:hover {
    background-color: #f0f0f0
}

.reportsMain .reports_wrapper .esg_wrapper .esg_child .report-wrapper .three-imgcardBox .image-box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 28px
}

@media (max-width:767px) {
    .reportsMain .reports_wrapper .esg_wrapper .esg_child .report-wrapper .three-imgcardBox .image-box {
        margin-bottom: 10px
    }
}

.reportsMain .reports_wrapper .esg_wrapper .esg_child .report-wrapper .three-imgcardBox .image-box img {
    width: 100%;
    transition: 1s ease
}

    .reportsMain .reports_wrapper .esg_wrapper .esg_child .report-wrapper .three-imgcardBox .image-box img:hover {
        transform: scale(1.05)
    }

.reportsMain .reports_wrapper .esg_wrapper .esg_child .report-wrapper .three-imgcardBox .card-text-box {
    width: 100%;
    min-height: unset
}

    .reportsMain .reports_wrapper .esg_wrapper .esg_child .report-wrapper .three-imgcardBox .card-text-box .card-sub-text {
        font-size: 2.2rem;
        line-height: 2.376rem;
        font-weight: 600
    }

@media (max-width:1219px) {
    .reportsMain .reports_wrapper .esg_wrapper .esg_child .report-wrapper .three-imgcardBox .card-text-box .card-sub-text {
        font-size: 1.8rem
    }
}

@media (max-width:767px) {
    .reportsMain .reports_wrapper .esg_wrapper .esg_child .report-wrapper .three-imgcardBox .card-text-box .card-sub-text {
        font-size: 1.8rem
    }
}

.reportsMain .reports_wrapper .esg_wrapper .presentations_child {
    border-top: .5px solid #7b7b7b;
    padding: 30px 0 0;
    padding-top: 40px
}

    .reportsMain .reports_wrapper .esg_wrapper .presentations_child .heading_btn {
        display: flex;
        justify-content: space-between;
        padding: 0 0 40px;
        align-items: center
    }

        .reportsMain .reports_wrapper .esg_wrapper .presentations_child .heading_btn .com-heading {
            width: 100%;
            position: relative
        }

@media (max-width:1023px) {
    .reportsMain .reports_wrapper .esg_wrapper .presentations_child .heading_btn .com-heading {
        margin-top: 5px
    }
}

.reportsMain .reports_wrapper .esg_wrapper .presentations_child .heading_btn .com-heading h1, .reportsMain .reports_wrapper .esg_wrapper .presentations_child .heading_btn .com-heading h2, .reportsMain .reports_wrapper .esg_wrapper .presentations_child .heading_btn .com-heading h3, .reportsMain .reports_wrapper .esg_wrapper .presentations_child .heading_btn .com-heading h4, .reportsMain .reports_wrapper .esg_wrapper .presentations_child .heading_btn .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .reportsMain .reports_wrapper .esg_wrapper .presentations_child .heading_btn .com-heading h1, .reportsMain .reports_wrapper .esg_wrapper .presentations_child .heading_btn .com-heading h2, .reportsMain .reports_wrapper .esg_wrapper .presentations_child .heading_btn .com-heading h3, .reportsMain .reports_wrapper .esg_wrapper .presentations_child .heading_btn .com-heading h4, .reportsMain .reports_wrapper .esg_wrapper .presentations_child .heading_btn .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .reportsMain .reports_wrapper .esg_wrapper .presentations_child .heading_btn .com-heading h1, .reportsMain .reports_wrapper .esg_wrapper .presentations_child .heading_btn .com-heading h2, .reportsMain .reports_wrapper .esg_wrapper .presentations_child .heading_btn .com-heading h3, .reportsMain .reports_wrapper .esg_wrapper .presentations_child .heading_btn .com-heading h4, .reportsMain .reports_wrapper .esg_wrapper .presentations_child .heading_btn .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .reportsMain .reports_wrapper .esg_wrapper .presentations_child .heading_btn .com-heading h1, .reportsMain .reports_wrapper .esg_wrapper .presentations_child .heading_btn .com-heading h2, .reportsMain .reports_wrapper .esg_wrapper .presentations_child .heading_btn .com-heading h3, .reportsMain .reports_wrapper .esg_wrapper .presentations_child .heading_btn .com-heading h4, .reportsMain .reports_wrapper .esg_wrapper .presentations_child .heading_btn .com-heading h5 {
        font-size: 2.2rem
    }
}

.reportsMain .reports_wrapper .esg_wrapper .presentations_child .heading_btn .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .reportsMain .reports_wrapper .esg_wrapper .presentations_child .heading_btn .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .reportsMain .reports_wrapper .esg_wrapper .presentations_child .heading_btn .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

.reportsMain .reports_wrapper .esg_wrapper .presentations_child .heading_btn .com-heading h2 {
    margin-left: 0
}

.reportsMain .reports_wrapper .esg_wrapper .presentations_child .heading_btn .right-btn {
    width: 20%;
    float: right;
    text-align: right
}

@media (max-width:1219px) {
    .reportsMain .reports_wrapper .esg_wrapper .presentations_child .heading_btn .right-btn {
        width: 30%
    }
}

@media (max-width:767px) {
    .reportsMain .reports_wrapper .esg_wrapper .presentations_child .heading_btn .right-btn {
        width: 50%
    }
}

.reportsMain .reports_wrapper .esg_wrapper .presentations_child .heading_btn .right-btn .gradient-button {
    padding: 20px 23.5px 20px 23.5px;
    font-size: 1.8rem;
    
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    z-index: 0;
    cursor: pointer;
    text-decoration: none;
    color: #393939;
    border-radius: 8px;
    border: 1px solid #393939;
    background: 0 0;
    line-height: 100%
}

@media (max-width:1023px) {
    .reportsMain .reports_wrapper .esg_wrapper .presentations_child .heading_btn .right-btn .gradient-button {
        padding: 15px 14px 15px 14px;
        font-size: 1.4rem;
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }
}

.reportsMain .reports_wrapper .esg_wrapper .presentations_child .heading_btn .right-btn .gradient-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

@media (max-width:1023px) {
    .reportsMain .reports_wrapper .esg_wrapper .presentations_child .heading_btn .right-btn .gradient-button::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

.reportsMain .reports_wrapper .esg_wrapper .presentations_child .heading_btn .right-btn .gradient-button:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500
}

    .reportsMain .reports_wrapper .esg_wrapper .presentations_child .heading_btn .right-btn .gradient-button:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

.reportsMain .reports_wrapper .esg_wrapper .presentations_child .presentation-thumbnail {
    display: flex;
    justify-content: flex-start;
    gap: 20px
}

@media (max-width:1219px) {
    .reportsMain .reports_wrapper .esg_wrapper .presentations_child .presentation-thumbnail {
        flex-direction: column;
        gap: 10px
    }
}

@media (max-width:767px) {
    .reportsMain .reports_wrapper .esg_wrapper .presentations_child .presentation-thumbnail {
        flex-direction: column;
        gap: 10px
    }
}

.reportsMain .reports_wrapper .esg_wrapper .presentations_child .presentation-thumbnail .presentation-container {
    width: calc(50% - 20px);
    padding: 15px 15px 0;
    background-color: #000
}

@media (max-width:1219px) {
    .reportsMain .reports_wrapper .esg_wrapper .presentations_child .presentation-thumbnail .presentation-container {
        margin: auto
    }
}

@media (max-width:767px) {
    .reportsMain .reports_wrapper .esg_wrapper .presentations_child .presentation-thumbnail .presentation-container {
        width: 100%;
        gap: 10px
    }
}

.reportsMain .reports_wrapper .esg_wrapper .presentations_child .presentation-thumbnail .presentation-container #the-canvas {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    position: relative
}

@media (max-width:767px) {
    .reportsMain .reports_wrapper .esg_wrapper .presentations_child .presentation-thumbnail .presentation-container #the-canvas {
        height: auto;
        aspect-ratio: 16/9
    }
}

.reportsMain .reports_wrapper .esg_wrapper .presentations_child .presentation-thumbnail .presentation-container #controls {
    background-color: #222;
    padding: 5px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px
}

    .reportsMain .reports_wrapper .esg_wrapper .presentations_child .presentation-thumbnail .presentation-container #controls .arrow-icon {
        height: 30px;
        width: 30px;
        fill: #fff;
        cursor: pointer
    }

    .reportsMain .reports_wrapper .esg_wrapper .presentations_child .presentation-thumbnail .presentation-container #controls #page_num {
        padding: 3px 8px;
        background: #3c3c3c
    }

    .reportsMain .reports_wrapper .esg_wrapper .presentations_child .presentation-thumbnail .presentation-container #controls #page_count {
        padding: 3px 8px;
        background: #3c3c3c
    }

    .reportsMain .reports_wrapper .esg_wrapper .presentations_child .presentation-thumbnail .presentation-container #controls span {
        color: #fff
    }

.reportsMain .reports_wrapper .esg_wrapper .presentations_child .presentation-thumbnail .presentation_heading {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (max-width:1219px) {
    .reportsMain .reports_wrapper .esg_wrapper .presentations_child .presentation-thumbnail .presentation_heading {
        align-items: center;
        justify-content: center
    }
}

@media (max-width:767px) {
    .reportsMain .reports_wrapper .esg_wrapper .presentations_child .presentation-thumbnail .presentation_heading {
        margin-top: 1rem;
        gap: 10px;
        align-items: center
    }
}

.reportsMain .reports_wrapper .esg_wrapper .presentations_child .presentation-thumbnail .presentation_heading p {
    font-size: 2.2rem;
    line-height: 2.376rem;
    font-weight: 600;
    padding-bottom: 3rem
}

@media (max-width:1219px) {
    .reportsMain .reports_wrapper .esg_wrapper .presentations_child .presentation-thumbnail .presentation_heading p {
        padding-bottom: 2rem
    }
}

@media (max-width:767px) {
    .reportsMain .reports_wrapper .esg_wrapper .presentations_child .presentation-thumbnail .presentation_heading p {
        font-size: 1.8rem;
        padding-bottom: 1rem
    }
}

.reportsMain .reports_wrapper .esg_wrapper .presentations_child .presentation-thumbnail .presentation_heading #quarter-buttons-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 20px
}

@media (max-width:1219px) {
    .reportsMain .reports_wrapper .esg_wrapper .presentations_child .presentation-thumbnail .presentation_heading #quarter-buttons-wrapper {
        align-items: center;
        justify-content: center
    }
}

@media (max-width:767px) {
    .reportsMain .reports_wrapper .esg_wrapper .presentations_child .presentation-thumbnail .presentation_heading #quarter-buttons-wrapper {
        justify-content: left
    }
}

.reportsMain .reports_wrapper .esg_wrapper .presentations_child .presentation-thumbnail .presentation_heading #quarter-buttons-wrapper button {
    padding: 15px;
    border: none;
    background: rgba(0,0,0,.6);
    color: #fff
}

    .reportsMain .reports_wrapper .esg_wrapper .presentations_child .presentation-thumbnail .presentation_heading #quarter-buttons-wrapper button.selected-presentation {
        background: linear-gradient(90deg,var(--dot-color) 0,#006db6 50%,#0180a2 100%) !important;
        color: #fff
    }

.reportsMain .reports_wrapper .esg_wrapper .presentations_child .presentation-thumbnail .presentation_heading a {
    font-size: 16px;
    color: #393939;
    margin-bottom: 2rem
}

@media (max-width:1219px) {
    .reportsMain .reports_wrapper .esg_wrapper .presentations_child .presentation-thumbnail .presentation_heading a {
        margin-bottom: 0;
        margin-top: 1rem
    }
}

@media (max-width:767px) {
    .reportsMain .reports_wrapper .esg_wrapper .presentations_child .presentation-thumbnail .presentation_heading a {
        margin-bottom: 0
    }
}

.reportsMain .reports_wrapper .compendium_wrapper {
    width: 30%;
    padding: 0 0 0 30px
}

@media (max-width:1219px) {
    .reportsMain .reports_wrapper .compendium_wrapper {
        width: 35%;
        padding: 0 0 0 20px
    }
}

@media (max-width:767px) {
    .reportsMain .reports_wrapper .compendium_wrapper {
        width: 100%;
        padding: 10px 0;
        border-top: .5px solid #7b7b7b;
        margin-top: 30px;
        padding-top: 30px
    }
}

.reportsMain .reports_wrapper .compendium_wrapper .com-heading {
    width: 100%;
    position: relative;
    padding: 0 0 20px
}

@media (max-width:1023px) {
    .reportsMain .reports_wrapper .compendium_wrapper .com-heading {
        margin-top: 5px
    }
}

.reportsMain .reports_wrapper .compendium_wrapper .com-heading h1, .reportsMain .reports_wrapper .compendium_wrapper .com-heading h2, .reportsMain .reports_wrapper .compendium_wrapper .com-heading h3, .reportsMain .reports_wrapper .compendium_wrapper .com-heading h4, .reportsMain .reports_wrapper .compendium_wrapper .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .reportsMain .reports_wrapper .compendium_wrapper .com-heading h1, .reportsMain .reports_wrapper .compendium_wrapper .com-heading h2, .reportsMain .reports_wrapper .compendium_wrapper .com-heading h3, .reportsMain .reports_wrapper .compendium_wrapper .com-heading h4, .reportsMain .reports_wrapper .compendium_wrapper .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .reportsMain .reports_wrapper .compendium_wrapper .com-heading h1, .reportsMain .reports_wrapper .compendium_wrapper .com-heading h2, .reportsMain .reports_wrapper .compendium_wrapper .com-heading h3, .reportsMain .reports_wrapper .compendium_wrapper .com-heading h4, .reportsMain .reports_wrapper .compendium_wrapper .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .reportsMain .reports_wrapper .compendium_wrapper .com-heading h1, .reportsMain .reports_wrapper .compendium_wrapper .com-heading h2, .reportsMain .reports_wrapper .compendium_wrapper .com-heading h3, .reportsMain .reports_wrapper .compendium_wrapper .com-heading h4, .reportsMain .reports_wrapper .compendium_wrapper .com-heading h5 {
        font-size: 2.2rem
    }
}

.reportsMain .reports_wrapper .compendium_wrapper .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .reportsMain .reports_wrapper .compendium_wrapper .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .reportsMain .reports_wrapper .compendium_wrapper .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

.reportsMain .reports_wrapper .compendium_wrapper .com-heading h2 {
    margin-left: 0
}

.reportsMain .reports_wrapper .compendium_wrapper .document-list {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between
}

@media (max-width:767px) {
    .reportsMain .reports_wrapper .compendium_wrapper .document-list {
        padding: 0;
        margin-bottom: 30px
    }
}

.reportsMain .reports_wrapper .compendium_wrapper .document-list .document-item {
    padding: 20px 20px 20px 20px;
    margin-left: -20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: all .7s;
    width: 100%
}

@media (min-width:1027px) and (max-width:1219px) {
    .reportsMain .reports_wrapper .compendium_wrapper .document-list .document-item {
        margin-left: 0
    }
}

@media (max-width:1026px) {
    .reportsMain .reports_wrapper .compendium_wrapper .document-list .document-item {
        margin-left: 0
    }
}

.reportsMain .reports_wrapper .compendium_wrapper .document-list .document-item:hover {
    background: #f0f0f0
}

@media (max-width:1219px) {
    .reportsMain .reports_wrapper .compendium_wrapper .document-list .document-item {
        padding: 10px 0 10px 0
    }
}

@media (max-width:767px) {
    .reportsMain .reports_wrapper .compendium_wrapper .document-list .document-item {
        padding: 10px 30px 10px 0;
        gap: 5px
    }
}

.reportsMain .reports_wrapper .compendium_wrapper .document-list .document-item .quarter {
    display: block;
    font-size: 1.6rem;
    color: #7b7b7b;
    font-weight: 400
}

@media (max-width:767px) {
    .reportsMain .reports_wrapper .compendium_wrapper .document-list .document-item .quarter {
        font-size: 1.4rem
    }
}

.reportsMain .reports_wrapper .compendium_wrapper .document-list .document-item .title {
    font-size: 2.2rem;
    font-weight: 600;
    margin: 0;
    line-height: 24px
}

@media (max-width:1219px) {
    .reportsMain .reports_wrapper .compendium_wrapper .document-list .document-item .title {
        font-size: 1.8rem
    }
}

@media (max-width:767px) {
    .reportsMain .reports_wrapper .compendium_wrapper .document-list .document-item .title {
        font-size: 1.8rem
    }
}

.reportsMain .reports_wrapper .compendium_wrapper .document-list .document-item .title a {
    color: #c1c1c1;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 600
}

.reportsMain .reports_wrapper .compendium_wrapper .gradient-button {
    padding: 20px 23.5px 20px 23.5px;
    font-size: 1.8rem;
    
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    z-index: 0;
    cursor: pointer;
    text-decoration: none;
    color: #393939;
    border-radius: 8px;
    border: 1px solid #393939;
    background: 0 0;
    line-height: 100%;
    margin-top: 1rem
}

@media (max-width:1023px) {
    .reportsMain .reports_wrapper .compendium_wrapper .gradient-button {
        padding: 15px 14px 15px 14px;
        font-size: 1.4rem;
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }
}

.reportsMain .reports_wrapper .compendium_wrapper .gradient-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

@media (max-width:1023px) {
    .reportsMain .reports_wrapper .compendium_wrapper .gradient-button::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

.reportsMain .reports_wrapper .compendium_wrapper .gradient-button:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500
}

    .reportsMain .reports_wrapper .compendium_wrapper .gradient-button:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

@media (max-width:1023px) {
    .governMain .goverWrapper {
        flex-direction: column
    }
}

@media (max-width:1023px) and (max-width:991px) {
    .governMain .goverWrapper {
        padding: 40px
    }
}

.governMain .goverWrapper .com-heading {
    width: 100%;
    position: relative;
    margin-bottom: 3rem
}

@media (max-width:1023px) {
    .governMain .goverWrapper .com-heading {
        margin-top: 5px
    }
}

.governMain .goverWrapper .com-heading h1, .governMain .goverWrapper .com-heading h2, .governMain .goverWrapper .com-heading h3, .governMain .goverWrapper .com-heading h4, .governMain .goverWrapper .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .governMain .goverWrapper .com-heading h1, .governMain .goverWrapper .com-heading h2, .governMain .goverWrapper .com-heading h3, .governMain .goverWrapper .com-heading h4, .governMain .goverWrapper .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .governMain .goverWrapper .com-heading h1, .governMain .goverWrapper .com-heading h2, .governMain .goverWrapper .com-heading h3, .governMain .goverWrapper .com-heading h4, .governMain .goverWrapper .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .governMain .goverWrapper .com-heading h1, .governMain .goverWrapper .com-heading h2, .governMain .goverWrapper .com-heading h3, .governMain .goverWrapper .com-heading h4, .governMain .goverWrapper .com-heading h5 {
        font-size: 2.2rem
    }
}

.governMain .goverWrapper .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .governMain .goverWrapper .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .governMain .goverWrapper .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

.governMain .goverWrapper .governWrap {
    display: flex
}

@media (max-width:1023px) {
    .governMain .goverWrapper .governWrap {
        flex-wrap: wrap;
        align-items: inherit
    }
}

.governMain .goverWrapper .governWrap .governRight {
    width: 51.6%;
    padding-left: 80px;
    overflow-y: auto
}

@media (max-width:1549px) {
    .governMain .goverWrapper .governWrap .governRight {
        width: 59.6%
    }
}

@media (min-width:1027px) {
    .governMain .goverWrapper .governWrap .governRight .govern-textWrapper {
        position: relative;
        top: -3px
    }
}

@media (max-width:1023px) {
    .governMain .goverWrapper .governWrap .governRight {
        width: 100%;
        padding: 0;
        margin-top: 30px
    }
}

.governMain .goverWrapper .governWrap .governRight .govern-textWrapper .com-heading {
    width: 100%;
    position: relative
}

@media (max-width:1023px) {
    .governMain .goverWrapper .governWrap .governRight .govern-textWrapper .com-heading {
        margin-top: 5px
    }
}

.governMain .goverWrapper .governWrap .governRight .govern-textWrapper .com-heading h1, .governMain .goverWrapper .governWrap .governRight .govern-textWrapper .com-heading h2, .governMain .goverWrapper .governWrap .governRight .govern-textWrapper .com-heading h3, .governMain .goverWrapper .governWrap .governRight .govern-textWrapper .com-heading h4, .governMain .goverWrapper .governWrap .governRight .govern-textWrapper .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .governMain .goverWrapper .governWrap .governRight .govern-textWrapper .com-heading h1, .governMain .goverWrapper .governWrap .governRight .govern-textWrapper .com-heading h2, .governMain .goverWrapper .governWrap .governRight .govern-textWrapper .com-heading h3, .governMain .goverWrapper .governWrap .governRight .govern-textWrapper .com-heading h4, .governMain .goverWrapper .governWrap .governRight .govern-textWrapper .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .governMain .goverWrapper .governWrap .governRight .govern-textWrapper .com-heading h1, .governMain .goverWrapper .governWrap .governRight .govern-textWrapper .com-heading h2, .governMain .goverWrapper .governWrap .governRight .govern-textWrapper .com-heading h3, .governMain .goverWrapper .governWrap .governRight .govern-textWrapper .com-heading h4, .governMain .goverWrapper .governWrap .governRight .govern-textWrapper .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .governMain .goverWrapper .governWrap .governRight .govern-textWrapper .com-heading h1, .governMain .goverWrapper .governWrap .governRight .govern-textWrapper .com-heading h2, .governMain .goverWrapper .governWrap .governRight .govern-textWrapper .com-heading h3, .governMain .goverWrapper .governWrap .governRight .govern-textWrapper .com-heading h4, .governMain .goverWrapper .governWrap .governRight .govern-textWrapper .com-heading h5 {
        font-size: 2.2rem
    }
}

.governMain .goverWrapper .governWrap .governRight .govern-textWrapper .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .governMain .goverWrapper .governWrap .governRight .govern-textWrapper .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .governMain .goverWrapper .governWrap .governRight .govern-textWrapper .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

.governMain .goverWrapper .governWrap .governRight .govern-textWrapper .sub-text {
    padding: 0 0 26px 0;
    padding-bottom: 0
}

    .governMain .goverWrapper .governWrap .governRight .govern-textWrapper .sub-text p {
        font-size: 2.2rem;
        
        color: #c1c1c1;
        line-height: 123.76%;
        margin-bottom: 0
    }

@media (max-width:1023px) {
    .governMain .goverWrapper .governWrap .governRight .govern-textWrapper .sub-text p {
        font-size: 1.6rem;
        line-height: 120%
    }
}

.governMain .goverWrapper .governWrap .governRight .govern-textWrapper ol {
    padding-left: 20px
}

    .governMain .goverWrapper .governWrap .governRight .govern-textWrapper ol li {
        font-size: 2.2rem;
        
        color: #c1c1c1;
        line-height: 150%;
        list-style: number;
        padding: 5px 0
    }

@media (max-width:1023px) {
    .governMain .goverWrapper .governWrap .governRight .govern-textWrapper ol li {
        font-size: 1.6rem
    }
}

.governMain .goverWrapper .governWrap .governLeft {
    width: 46.6%
}

@media (max-width:1549px) {
    .governMain .goverWrapper .governWrap .governLeft {
        width: 38.6%
    }
}

@media (max-width:1023px) {
    .governMain .goverWrapper .governWrap .governLeft {
        width: 100%;
        transform: unset !important
    }
}

.governMain .goverWrapper .governWrap .governLeft .governImage {
    width: 100%;
    overflow: hidden;
    height: auto;
    position: sticky;
    top: 20px
}

    .governMain .goverWrapper .governWrap .governLeft .governImage img {
        width: 100%;
        transition: all 1s ease 0s
    }

        .governMain .goverWrapper .governWrap .governLeft .governImage img:hover {
            transform: scale(1.05)
        }

.listedMain {
    display: flex;
    align-items: center;
    position: relative
}

    .listedMain .listedWrapper {
        display: flex;
        flex-direction: column
    }

        .listedMain .listedWrapper .com-heading {
            width: 100%;
            position: relative
        }

@media (max-width:1023px) {
    .listedMain .listedWrapper .com-heading {
        margin-top: 5px
    }
}

.listedMain .listedWrapper .com-heading h1, .listedMain .listedWrapper .com-heading h2, .listedMain .listedWrapper .com-heading h3, .listedMain .listedWrapper .com-heading h4, .listedMain .listedWrapper .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .listedMain .listedWrapper .com-heading h1, .listedMain .listedWrapper .com-heading h2, .listedMain .listedWrapper .com-heading h3, .listedMain .listedWrapper .com-heading h4, .listedMain .listedWrapper .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .listedMain .listedWrapper .com-heading h1, .listedMain .listedWrapper .com-heading h2, .listedMain .listedWrapper .com-heading h3, .listedMain .listedWrapper .com-heading h4, .listedMain .listedWrapper .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .listedMain .listedWrapper .com-heading h1, .listedMain .listedWrapper .com-heading h2, .listedMain .listedWrapper .com-heading h3, .listedMain .listedWrapper .com-heading h4, .listedMain .listedWrapper .com-heading h5 {
        font-size: 2.2rem
    }
}

.listedMain .listedWrapper .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .listedMain .listedWrapper .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .listedMain .listedWrapper .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

.listedMain .listedWrapper .companies-list {
    display: flex;
    align-items: center;
    padding: 30px 0 0
}

@media (max-width:1023px) {
    .listedMain .listedWrapper .companies-list ul {
        text-align: left
    }
}

.listedMain .listedWrapper .companies-list ul li {
    margin: 0 1.7% 1.7% 0;
    position: relative;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    width: 23.05%
}

    .listedMain .listedWrapper .companies-list ul li:nth-of-type(4n) {
        margin-right: 0
    }

    .listedMain .listedWrapper .companies-list ul li img {
        width: 100%
    }

@media (max-width:1026px) {
    .listedMain .listedWrapper .companies-list ul li {
        width: 30.7333333333%;
        margin: 0 1.7% 1.7% 0
    }

        .listedMain .listedWrapper .companies-list ul li:nth-of-type(3n) {
            margin-right: 1.7%
        }

        .listedMain .listedWrapper .companies-list ul li:nth-of-type(4n) {
            margin-right: 1.7%
        }
}

@media (max-width:1023px) {
    .listedMain .listedWrapper .companies-list ul li {
        width: 47.8%;
        margin: 0 2.7% 2.7% 0
    }

        .listedMain .listedWrapper .companies-list ul li:nth-of-type(4n) {
            margin-right: 1.7%
        }

        .listedMain .listedWrapper .companies-list ul li:nth-of-type(2n) {
            margin-right: 0
        }
}

@media (max-width:439px) {
    .listedMain .listedWrapper .companies-list ul li {
        white-space: initial
    }
}

.listedMain .listedWrapper .companies-list ul li a {
    text-decoration: none
}

    .listedMain .listedWrapper .companies-list ul li a span {
        font-size: 1.6rem;
        color: #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        font-weight: 500;
        font-family: Adani
    }

@media (max-width:1023px) {
    .listedMain .listedWrapper .companies-list ul li a span {
        font-size: 1.3rem;
        padding: 0 15px
    }
}

.listed-companies {
    margin-top: 40px
}

@media (max-width:1023px) {
    .listed-companies {
        margin-top: 30px
    }
}

.listed-companies.full-width {
    width: 100%;
    margin-right: 0
}

    .listed-companies.full-width ul li {
        width: 24.2%;
        margin-right: 1%;
        margin-bottom: 1%
    }

        .listed-companies.full-width ul li:nth-child(even) {
            margin-right: 1%
        }

        .listed-companies.full-width ul li:nth-child(4n+4) {
            margin-right: 0
        }

@media (max-width:1023px) {
    .listed-companies.full-width ul li {
        width: 32.2%
    }

        .listed-companies.full-width ul li:nth-child(4n+4) {
            margin-right: 1%
        }
}

@media (max-width:767px) {
    .listed-companies.full-width ul li {
        width: 48%;
        margin-right: 3%;
        margin-bottom: 3%
    }
}

.listed-companies ul {
    list-style-type: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

    .listed-companies ul li {
        width: 48.5%;
        margin-right: 3%;
        display: inline-block;
        margin-bottom: 3%
    }

@media (max-width:1023px) {
    .listed-companies ul li {
        width: 49.5%;
        margin-right: 1%;
        margin-bottom: 1%
    }
}

.listed-companies ul li a.active .thumb-image::after {
    width: 100%;
    height: 100vh;
    left: 0
}

.listed-companies ul li a.active .thumb-image .overlay-wrap .overlay-text::after {
    left: -20%;
    width: 133%
}

.listed-companies ul li a.active .thumb-image .overlay-wrap .overlay-text .arrow-right {
    display: inline-block
}

.listed-companies ul li:nth-child(even) {
    margin-right: 0
}

.listed-companies ul li .thumb-image {
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

    .listed-companies ul li .thumb-image::before {
        position: absolute;
        z-index: 1;
        height: 54%;
        width: 100%;
        content: " ";
        bottom: 0;
        background: linear-gradient(to bottom,transparent 0,#000 100%);
        opacity: 1
    }

    .listed-companies ul li .thumb-image::after {
        content: "";
        position: absolute;
        background: linear-gradient(to right,#2e57aa,#91288d);
        top: 0;
        left: -100%;
        width: 0;
        height: 0;
        transition: all ease .3s;
        z-index: 1
    }

    .listed-companies ul li .thumb-image:hover .overlay-wrap {
        position: relative
    }

        .listed-companies ul li .thumb-image:hover .overlay-wrap .overlay-text::after {
            left: 0;
            width: 100%
        }

        .listed-companies ul li .thumb-image:hover .overlay-wrap .overlay-text .arrow-right {
            display: inline-block
        }

    .listed-companies ul li .thumb-image img {
        width: 100%;
        transition: 1s ease
    }

        .listed-companies ul li .thumb-image img:hover {
            transform: scale(1.05)
        }

    .listed-companies ul li .thumb-image .overlay-wrap {
        position: relative
    }

@media (max-width:767px) {
    .listed-companies ul li .thumb-image .overlay-wrap {
        width: 80%
    }
}

.listed-companies ul li .thumb-image .overlay-wrap .overlay-text {
    position: absolute;
    left: 0;
    bottom: 25px;
    font-size: 1.6rem;
    
    font-weight: 400;
    color: #fff;
    letter-spacing: .16px;
    z-index: 2;
    padding-left: 20px
}

@media (max-width:767px) {
    .listed-companies ul li .thumb-image .overlay-wrap .overlay-text {
        font-size: 1.3rem;
        bottom: 20px
    }
}

@media (max-width:390px) {
    .listed-companies ul li .thumb-image .overlay-wrap .overlay-text {
        font-size: 1.2rem;
        left: 5px
    }
}

.listed-companies ul li .thumb-image .overlay-wrap .overlay-text::after {
    content: "";
    position: absolute;
    left: -100%;
    bottom: -7px;
    z-index: 2;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all ease .3s
}

.listed-companies ul li .thumb-image .overlay-wrap .overlay-text .arrow-right {
    display: none;
    width: 15px;
    height: 15px;
    position: relative;
    left: 0;
    top: 0
}

    .listed-companies ul li .thumb-image .overlay-wrap .overlay-text .arrow-right::after {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        left: 0;
        position: absolute;
        background: url(https://www.adani.com/assets/adaniv1/dist/images/arrow_right_alt.svg) no-repeat center
    }

.investor-report-tbl-div {
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width:991px) {
    .investor-report-tbl-div {
        padding-left: 0;
        padding-right: 0
    }
}

.investor-report-tbl-div .fy-row {
    display: flex;
    list-style: none;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    flex-wrap: nowrap
}

    .investor-report-tbl-div .fy-row li {
        flex: 1 1 0;
        text-align: center;
        padding: 6px 0;
        
        font-size: 2.4rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal
    }

        .investor-report-tbl-div .fy-row li a {
            text-decoration: none;
            cursor: pointer;
            color: #7b7b7b !important
        }

            .investor-report-tbl-div .fy-row li a:hover {
                color: #fff !important
            }

        .investor-report-tbl-div .fy-row li:first-child {
            text-align: left;
            cursor: unset
        }

@media (max-width:991px) {
    .investor-report-tbl-div .fy-row li {
        font-size: 2.2rem
    }
}

@media (max-width:991px) {
    .investor-report-tbl-div .fy-row li {
        font-size: 2rem
    }

        .investor-report-tbl-div .fy-row li:first-child {
            min-width: 120px
        }
}

@media (max-width:439px) {
    .investor-report-tbl-div .fy-row li {
        font-size: 1.8rem
    }

        .investor-report-tbl-div .fy-row li:first-child {
            min-width: 100px
        }
}

.investor-report-tbl-div .reportloadMoreBtn {
    color: #000;
    background: 0 0;
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 20px;
    cursor: pointer
}

.investor-report-tbl-div .hidden-report {
    display: none
}

.light-mode .investor-report-tbl-div .fy-row li {
    color: #7b7b7b !important
}

    .light-mode .investor-report-tbl-div .fy-row li a {
        color: #7b7b7b !important
    }

        .light-mode .investor-report-tbl-div .fy-row li a:hover {
            color: #000 !important
        }

.threecard-slider {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    overflow: hidden;
    width: calc(100% + 41px);
    margin: 0 -20px
}

@media (max-width:1023px) {
    .threecard-slider {
        margin: 0 -10px;
        width: 100%
    }
}

.threecard-slider .three-imgSlideWrapper {
    width: 88.88%;
    max-width: 1920px
}

@media (max-width:1219px) {
    .threecard-slider .three-imgSlideWrapper {
        width: 100%;
        margin: 20px 20px 0 20px
    }
}

@media (max-width:1023px) {
    .threecard-slider .three-imgSlideWrapper {
        width: 100%;
        margin: 0 0 0 20px
    }
}

.threecard-slider .three-imgSlideWrapper .three-imgcardBox {
    width: 31%;
    margin-right: 3%;
    padding: 20px;
    transition: all .7s;
    flex-direction: column
}

@media (max-width:1023px) {
    .threecard-slider .three-imgSlideWrapper .three-imgcardBox {
        padding: 5px
    }
}

.threecard-slider .three-imgSlideWrapper .three-imgcardBox:hover {
    background: #18182f;
    transition: all .7s
}

.threecard-slider .three-imgSlideWrapper .three-imgcardBox:last-child {
    margin-right: 0 !important
}

.threecard-slider .three-imgSlideWrapper .three-imgcardBox .image-box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 17px
}

    .threecard-slider .three-imgSlideWrapper .three-imgcardBox .image-box img {
        width: 100%;
        transition: 1s linear
    }

        .threecard-slider .three-imgSlideWrapper .three-imgcardBox .image-box img:hover {
            transform: scale(1.05) !important
        }

.threecard-slider .three-imgSlideWrapper .three-imgcardBox .card-text-box {
    width: 100%;
    color: #c1c1c1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column
}

    .threecard-slider .three-imgSlideWrapper .three-imgcardBox .card-text-box .newtab-icon {
        display: inline-flex;
        align-items: flex-start
    }

        .threecard-slider .three-imgSlideWrapper .three-imgcardBox .card-text-box .newtab-icon img {
            filter: brightness(0) saturate(100%) invert(22%) sepia(0) saturate(910%) hue-rotate(249deg) brightness(94%) contrast(93%)
        }

    .threecard-slider .three-imgSlideWrapper .three-imgcardBox .card-text-box .card-date-text {
        font-size: 1.6rem;
        padding-bottom: 14px;
        font-weight: 400;
        color: #c1c1c1
    }

    .threecard-slider .three-imgSlideWrapper .three-imgcardBox .card-text-box .card-sub-text {
        font-size: 2rem;
        line-height: 2.376rem;
        font-weight: 400;
        word-wrap: break-word;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

        .threecard-slider .three-imgSlideWrapper .three-imgcardBox .card-text-box .card-sub-text a {
            color: #c1c1c1;
            text-decoration: none
        }

        .threecard-slider .three-imgSlideWrapper .three-imgcardBox .card-text-box .card-sub-text .moretext {
            display: none
        }

@media (max-width:767px) {
    .threecard-slider .three-imgSlideWrapper .three-imgcardBox .card-text-box .card-sub-text {
        font-size: 1.6rem
    }

        .threecard-slider .three-imgSlideWrapper .three-imgcardBox .card-text-box .card-sub-text br {
            display: none
        }
}

.threecard-slider .three-imgSlideWrapper .three-imgcardBox .card-text-box .readmre-btn {
    color: #fff;
    
    font-size: 1.8rem;
    background: 0 0;
    text-decoration: underline;
    padding-top: 2rem;
    cursor: pointer;
    text-underline-offset: 3px;
    position: absolute;
    bottom: 0;
    font-weight: 400;
    display: inline-block;
    margin-top: 0;
    padding-top: 0
}

@media (max-width:1023px) {
    .threecard-slider .three-imgSlideWrapper .three-imgcardBox .card-text-box .readmre-btn {
        font-size: 1.8rem
    }
}

.threecard-slider .three-imgSlideWrapper .three-imgcardBox.withoutimg .image-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    box-shadow: rgba(128,128,128,.35) 0 5px 10px;
    padding: 50px 20px
}

    .threecard-slider .three-imgSlideWrapper .three-imgcardBox.withoutimg .image-box::before {
        content: "";
        position: absolute;
        inset: 0;
        border: 6px solid transparent;
        border-image-source: linear-gradient(88.56deg,#00b16b -38.24%,#006db6 16.82%,var(--dot-color) 96.36%,#f04c23 137.8%);
        border-image-slice: 1;
        border-radius: 8px;
        transition: transform .4s ease,opacity .4s ease;
        z-index: -1
    }

    .threecard-slider .three-imgSlideWrapper .three-imgcardBox.withoutimg .image-box:hover::before {
        transform: scale(1.1);
        opacity: 0
    }

    .threecard-slider .three-imgSlideWrapper .three-imgcardBox.withoutimg .image-box h4 {
        font-size: 2.8rem;
        font-weight: 700;
        line-height: 100%;
        color: #006db6 !important
    }

@media (max-width:767px) {
    .threecard-slider .three-imgSlideWrapper .three-imgcardBox.withoutimg .image-box h4 {
        font-size: 2.4rem
    }
}

@media (max-width:439px) {
    .threecard-slider .three-imgSlideWrapper .three-imgcardBox.withoutimg .image-box h4 {
        font-size: 2.2rem
    }
}

@media (max-width:390px) {
    .threecard-slider .three-imgSlideWrapper .three-imgcardBox.withoutimg .image-box h4 {
        font-size: 2rem
    }
}

.threecard-slider .three-imgSlideWrapper .three-imgcardBox.withoutimg .card-text-box .card-sub-text {
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 7px
}

.threecard-slider .three-imgSlideWrapper .three-imgcardBox.withoutimg .card-text-box .card-sub-text-links {
    font-size: 1.6rem;
    font-weight: 400
}

    .threecard-slider .three-imgSlideWrapper .three-imgcardBox.withoutimg .card-text-box .card-sub-text-links a {
        color: #91288d
    }

.threecard-slider .three-imgSlideWrapper .three-imgcardBox.withoutimg:hover {
    background: 0 0 !important
}

.threecard-slider .three-imgSlideWrapper .swiper-button-prev {
    border: #fff solid 1px;
    width: 43px;
    height: 43px;
    right: 53px;
    left: inherit;
    bottom: 0;
    top: inherit;
    z-index: 91;
    border-radius: 50%
}

@media (max-width:1023px) {
    .threecard-slider .three-imgSlideWrapper .swiper-button-prev {
        display: none
    }
}

.threecard-slider .three-imgSlideWrapper .swiper-button-prev:after {
    content: "prev";
    font-size: 1.8rem;
    color: #fff;
    font-weight: 400
}

.threecard-slider .three-imgSlideWrapper .swiper-button-next {
    border: #fff solid 1px;
    width: 50px;
    height: 50px;
    right: 0;
    bottom: 0;
    top: inherit;
    z-index: 91;
    border-radius: 50%
}

@media (max-width:1026px) {
    .threecard-slider .three-imgSlideWrapper .swiper-button-next {
        right: 2.5%
    }
}

@media (max-width:1023px) {
    .threecard-slider .three-imgSlideWrapper .swiper-button-next {
        display: none
    }
}

.threecard-slider .three-imgSlideWrapper .swiper-button-next:after {
    content: "next";
    font-size: 1.8rem;
    color: #fff;
    font-weight: 400
}

.threecard-slider.award-sec .three-imgcardBox img {
    padding-left: 50px;
    padding-right: 50px
}

@media (max-width:767px) {
    .threecard-slider.award-sec .three-imgcardBox img {
        padding-left: 0;
        padding-right: 0
    }
}

.Com-threeImageSlider .threecard-slider .three-imgSlideWrapper {
    padding-bottom: 70px
}

    .Com-threeImageSlider .threecard-slider .three-imgSlideWrapper.no-padding {
        padding-bottom: 0
    }

@media (max-width:1023px) {
    .Com-threeImageSlider .threecard-slider .three-imgSlideWrapper {
        padding-bottom: 0
    }
}

.Com-threeImageSlider .threecard-slider .three-imgSlideWrapper .swiper-button-prev {
    border: #fff solid 1px;
    width: 50px;
    height: 50px;
    right: 63px;
    left: inherit;
    bottom: 0;
    top: inherit;
    z-index: 91;
    border-radius: 50%
}

@media (max-width:1023px) {
    .Com-threeImageSlider .threecard-slider .three-imgSlideWrapper .swiper-button-prev {
        display: none
    }
}

.Com-threeImageSlider .threecard-slider .three-imgSlideWrapper .swiper-button-prev:after {
    content: "prev";
    font-size: 1.8rem;
    color: #fff;
    font-weight: 400
}

.Com-threeImageSlider .threecard-slider .three-imgSlideWrapper .swiper-button-next {
    border: #fff solid 1px;
    width: 50px;
    height: 50px;
    right: .5%;
    bottom: 0;
    top: inherit;
    z-index: 91;
    border-radius: 50%
}

@media (max-width:1026px) {
    .Com-threeImageSlider .threecard-slider .three-imgSlideWrapper .swiper-button-next {
        right: 2.5%
    }
}

@media (max-width:1023px) {
    .Com-threeImageSlider .threecard-slider .three-imgSlideWrapper .swiper-button-next {
        display: none
    }
}

.Com-threeImageSlider .threecard-slider .three-imgSlideWrapper .swiper-button-next:after {
    content: "next";
    font-size: 1.8rem;
    color: #fff;
    font-weight: 400
}

.fullContent .card-sub-text {
    display: block !important
}

.Com_homepagenewssec .threecard-slider .three-imgSlideWrapper .three-imgcardBox {
    transition: all .7s;
    padding: 20px
}

@media (max-width:1023px) {
    .Com_homepagenewssec .threecard-slider .three-imgSlideWrapper .three-imgcardBox {
        border: 0 solid transparent;
        padding: 5px
    }
}

.Com_homepagenewssec .threecard-slider .three-imgSlideWrapper .three-imgcardBox .image-box {
    border-radius: 0;
    position: relative
}

    .Com_homepagenewssec .threecard-slider .three-imgSlideWrapper .three-imgcardBox .image-box::after {
        position: absolute;
        z-index: 9;
        height: 60%;
        width: 100%;
        content: " ";
        bottom: -2px;
        background: linear-gradient(to bottom,transparent 0,#000 100%);
        opacity: .7;
        pointer-events: none
    }

    .Com_homepagenewssec .threecard-slider .three-imgSlideWrapper .three-imgcardBox .image-box img {
        border-radius: 0
    }

    .Com_homepagenewssec .threecard-slider .three-imgSlideWrapper .three-imgcardBox .image-box .overlay-text {
        position: absolute;
        left: 20px;
        bottom: 20px;
        z-index: 91;
        
        font-size: 1.6rem;
        color: #fff;
        font-weight: 400
    }

@media (max-width:1023px) {
    .Com_homepagenewssec .threecard-slider .three-imgSlideWrapper .three-imgcardBox .image-box .overlay-text {
        font-size: 1.3rem
    }
}

.Com_homepagenewssec .threecard-slider .three-imgSlideWrapper .three-imgcardBox:hover {
    background: #18182f;
    transition: all .3s
}

@media (max-width:1023px) {
    .Com_homepagenewssec .threecard-slider .three-imgSlideWrapper .three-imgcardBox:hover {
        border: 0 solid transparent
    }
}

.Com_homepagenewssec .threecard-slider .three-imgSlideWrapper .three-imgcardBox .card-text-box .card-sub-text {
    display: block
}

@media (max-width:1023px) {
    .Com_homepagenewssec .news-head {
        padding: 0
    }
}

.news-main {
    display: flex;
    width: 100%
}

    .news-main .news-section {
        width: 100%
    }

        .news-main .news-section .news-head {
            width: 100%;
            display: flex;
            align-items: center
        }

@media (max-width:767px) {
    .news-main .news-section .news-head {
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }
}

.news-main .news-section .news-head .com-heading {
    width: 100%;
    position: relative
}

@media (max-width:1023px) {
    .news-main .news-section .news-head .com-heading {
        margin-top: 5px
    }
}

.news-main .news-section .news-head .com-heading h1, .news-main .news-section .news-head .com-heading h2, .news-main .news-section .news-head .com-heading h3, .news-main .news-section .news-head .com-heading h4, .news-main .news-section .news-head .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .news-main .news-section .news-head .com-heading h1, .news-main .news-section .news-head .com-heading h2, .news-main .news-section .news-head .com-heading h3, .news-main .news-section .news-head .com-heading h4, .news-main .news-section .news-head .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .news-main .news-section .news-head .com-heading h1, .news-main .news-section .news-head .com-heading h2, .news-main .news-section .news-head .com-heading h3, .news-main .news-section .news-head .com-heading h4, .news-main .news-section .news-head .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .news-main .news-section .news-head .com-heading h1, .news-main .news-section .news-head .com-heading h2, .news-main .news-section .news-head .com-heading h3, .news-main .news-section .news-head .com-heading h4, .news-main .news-section .news-head .com-heading h5 {
        font-size: 2.2rem
    }
}

.news-main .news-section .news-head .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .news-main .news-section .news-head .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .news-main .news-section .news-head .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

@media (max-width:767px) {
    .news-main .news-section .news-head .com-heading {
        width: auto
    }
}

.news-main .news-section .news-head .right-btn {
    width: 10%;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: flex-end;
    white-space: nowrap
}

@media (max-width:1026px) {
    .news-main .news-section .news-head .right-btn {
        width: auto;
        padding: 0
    }
}

@media (max-width:767px) {
    .news-main .news-section .news-head .right-btn {
        padding-top: 0;
        width: auto;
        padding-left: 20px
    }
}

.news-main .news-section .news-head .right-btn .gradient-button {
    padding: 20px 23.5px 20px 23.5px;
    font-size: 1.8rem;
    
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    z-index: 0;
    cursor: pointer;
    text-decoration: none;
    color: #393939;
    border-radius: 8px;
    border: 1px solid #393939;
    background: 0 0;
    line-height: 100%
}

@media (max-width:1023px) {
    .news-main .news-section .news-head .right-btn .gradient-button {
        padding: 15px 14px 15px 14px;
        font-size: 1.4rem;
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }
}

.news-main .news-section .news-head .right-btn .gradient-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

@media (max-width:1023px) {
    .news-main .news-section .news-head .right-btn .gradient-button::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

.news-main .news-section .news-head .right-btn .gradient-button:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500
}

    .news-main .news-section .news-head .right-btn .gradient-button:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

.news-main .news-section .news-head .stories-right-tab {
    position: relative
}

    .news-main .news-section .news-head .stories-right-tab ul {
        text-align: left;
        display: flex;
        padding: 0 0 20px
    }

        .news-main .news-section .news-head .stories-right-tab ul li {
            font-size: 2rem;
            display: inline;
            border-bottom: 1px solid #393939
        }

@media (max-width:1023px) {
    .news-main .news-section .news-head .stories-right-tab ul li {
        font-size: 1.4rem
    }
}

.news-main .news-section .news-head .stories-right-tab ul li a {
    color: #c1c1c1;
    padding: 10px 24px;
    border-bottom: 4px solid transparent;
    text-decoration: none;
    display: block
}

    .news-main .news-section .news-head .stories-right-tab ul li a.active {
        background: linear-gradient(to right,#2e57aa,#91288d);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        font-weight: 500;
        border-width: 4px;
        border-style: solid;
        border-left: none;
        border-right: none;
        border-top: none;
        position: relative;
        -o-border-image: linear-gradient(to right,#3752a7,#56429e,#7d2f94) 1;
        border-image: linear-gradient(to right,#3752a7,#56429e,#7d2f94) 1
    }

@media (max-width:1023px) {
    .news-main .news-section .news-head .stories-right-tab ul li a {
        padding: 10px 14px
    }
}

@media (max-width:439px) {
    .news-main .news-section .news-head .stories-right-tab ul li a {
        padding: 10px 10px
    }
}

.news-main .news-section .stories-box {
    display: none
}

.news-main .news-section .get-in-touch-form {
    display: flex;
    width: 100%;
    padding-top: 24px
}

    .news-main .news-section .get-in-touch-form form {
        width: 100%
    }

        .news-main .news-section .get-in-touch-form form .inputbox {
            background: #000;
            width: 32%;
            display: inline-block;
            color: #c1c1c1;
            border: 1px solid #c1c1c1;
            margin: 0 20px 40px 0;
            position: relative
        }

@media (max-width:1023px) {
    .news-main .news-section .get-in-touch-form form .inputbox {
        width: 100%
    }
}

@media (max-width:767px) {
    .news-main .news-section .get-in-touch-form form .inputbox {
        margin: 0 20px 30px 0
    }
}

.news-main .news-section .get-in-touch-form form .inputbox:nth-child(3) {
    margin-right: 0
}

@media (max-width:1023px) {
    .news-main .news-section .get-in-touch-form form .inputbox:nth-child(3) {
        margin-bottom: 23px
    }
}

@media (max-width:767px) {
    .news-main .news-section .get-in-touch-form form .inputbox:nth-child(3) {
        margin-bottom: 13px
    }
}

.news-main .news-section .get-in-touch-form form .inputbox.textarea-field {
    width: 100%
}

.news-main .news-section .get-in-touch-form form .inputbox.checkbox-field {
    background: 0 0;
    width: 70%;
    border: none
}

@media (max-width:1023px) {
    .news-main .news-section .get-in-touch-form form .inputbox.checkbox-field {
        width: 100%;
        margin-right: 0
    }
}

@media (max-width:767px) {
    .news-main .news-section .get-in-touch-form form .inputbox.checkbox-field {
        width: 74%;
        margin-top: 20px
    }
}

.news-main .news-section .get-in-touch-form form .inputbox.checkbox-field input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

    .news-main .news-section .get-in-touch-form form .inputbox.checkbox-field input:checked + label:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 6px;
        width: 5px;
        height: 11px;
        border: solid #c1c1c1;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg)
    }

.news-main .news-section .get-in-touch-form form .inputbox.checkbox-field label {
    position: relative;
    cursor: pointer;
    font-size: 1.4rem;
    color: #c1c1c1
}

@media (max-width:767px) {
    .news-main .news-section .get-in-touch-form form .inputbox.checkbox-field label {
        font-size: 1.2rem
    }
}

.news-main .news-section .get-in-touch-form form .inputbox.checkbox-field label::before {
    content: "";
    background-color: transparent;
    border: 1px solid #c1c1c1;
    box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05);
    padding: 7px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 20px;
    left: 0;
    top: 0
}

.news-main .news-section .get-in-touch-form form .inputbox.checkbox-field label span {
    padding-left: 25px;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

    .news-main .news-section .get-in-touch-form form .inputbox.checkbox-field label span a {
        color: #c1c1c1
    }

        .news-main .news-section .get-in-touch-form form .inputbox.checkbox-field label span a:hover {
            text-decoration: none
        }

.news-main .news-section .get-in-touch-form form .inputbox input[type=text], .news-main .news-section .get-in-touch-form form .inputbox textarea {
    background: 0 0;
    border: none;
    padding: 13px 20px;
    display: block;
    color: #fff;
    width: 100%;
    
    font-size: 1.8rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .news-main .news-section .get-in-touch-form form .inputbox input[type=text]::-moz-placeholder, .news-main .news-section .get-in-touch-form form .inputbox textarea::-moz-placeholder {
        font-size: 1.4rem;
        color: grey
    }

    .news-main .news-section .get-in-touch-form form .inputbox input[type=text]::placeholder, .news-main .news-section .get-in-touch-form form .inputbox textarea::placeholder {
        font-size: 1.4rem;
        color: grey
    }

    .news-main .news-section .get-in-touch-form form .inputbox input[type=text]::-ms-input-placeholder, .news-main .news-section .get-in-touch-form form .inputbox textarea::-ms-input-placeholder {
        font-size: 1.4rem;
        color: grey
    }

.news-main .news-section .get-in-touch-form form .inputbox .error-msg {
    position: absolute;
    bottom: -28px;
    left: 5px;
    font-size: 1.4rem;
    color: red;
    display: none
}

.news-main .news-section .get-in-touch-form form .captcha-box .error-msg {
    color: red;
    position: relative;
    top: 5px;
    font-size: 1.3rem
}

.news-main .news-section .get-in-touch-form form .input-btn {
    width: 28%;
    display: inline-block;
    text-align: right
}

@media (max-width:1023px) {
    .news-main .news-section .get-in-touch-form form .input-btn {
        width: 100%;
        text-align: center
    }
}

@media (max-width:767px) {
    .news-main .news-section .get-in-touch-form form .input-btn {
        width: 25%
    }
}

.news-main .news-section .get-in-touch-form form .input-btn .gradient-button {
    padding: 20px 23.5px 20px 23.5px;
    font-size: 1.8rem;
    
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    z-index: 0;
    cursor: pointer;
    text-decoration: none;
    color: #393939;
    border-radius: 8px;
    border: 1px solid #393939;
    background: 0 0;
    line-height: 100%
}

@media (max-width:1023px) {
    .news-main .news-section .get-in-touch-form form .input-btn .gradient-button {
        padding: 15px 14px 15px 14px;
        font-size: 1.4rem;
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }
}

.news-main .news-section .get-in-touch-form form .input-btn .gradient-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

@media (max-width:1023px) {
    .news-main .news-section .get-in-touch-form form .input-btn .gradient-button::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

.news-main .news-section .get-in-touch-form form .input-btn .gradient-button:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500
}

    .news-main .news-section .get-in-touch-form form .input-btn .gradient-button:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

.media-btm-section {
    display: flex;
    width: 88.88%;
    max-width: 1920px;
    padding: 30px 0 0;
    margin: 0 auto
}

@media (max-width:1023px) {
    .media-btm-section {
        flex-direction: column;
        width: 100%
    }
}

.media-btm-section .media-left {
    width: 70%;
    padding-right: 40px
}

    .media-btm-section .media-left.m-full-width {
        width: 100%;
        padding-right: 0;
        display: flex;
        flex-wrap: wrap;
        width: calc(100% + 41px);
        margin: 0 -20px
    }

@media (max-width:1023px) {
    .media-btm-section .media-left.m-full-width {
        padding-left: 20px
    }
}

.media-btm-section .media-left.m-full-width .three-imgSlideWrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

    .media-btm-section .media-left.m-full-width .three-imgSlideWrapper .two-imgcardBox {
        width: 30%;
        margin-right: 3%;
        transition: all .7s;
        padding: 20px
    }

        .media-btm-section .media-left.m-full-width .three-imgSlideWrapper .two-imgcardBox:hover {
            background: #18182f
        }

        .media-btm-section .media-left.m-full-width .three-imgSlideWrapper .two-imgcardBox:last-child {
            margin-right: 0
        }

        .media-btm-section .media-left.m-full-width .three-imgSlideWrapper .two-imgcardBox .image-box {
            width: 100%;
            overflow: hidden;
            margin-bottom: 17px
        }

            .media-btm-section .media-left.m-full-width .three-imgSlideWrapper .two-imgcardBox .image-box img {
                width: 100%;
                transition: 1s ease
            }

                .media-btm-section .media-left.m-full-width .three-imgSlideWrapper .two-imgcardBox .image-box img:hover {
                    transform: scale(1.05)
                }

        .media-btm-section .media-left.m-full-width .three-imgSlideWrapper .two-imgcardBox .card-text-box .card-sub-text {
            margin-bottom: 10px;
            display: -webkit-box;
            -webkit-line-clamp: initial;
            -webkit-box-orient: vertical;
            overflow: hidden
        }

@media (max-width:1023px) {
    .media-btm-section .media-left {
        width: 100%;
        margin-bottom: 50px;
        padding-right: 0
    }
}

.media-btm-section .media-left .two-imgSlideWrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

    .media-btm-section .media-left .two-imgSlideWrapper .two-imgcardBox {
        width: 47%;
        margin-right: 3%
    }

        .media-btm-section .media-left .two-imgSlideWrapper .two-imgcardBox:last-child {
            margin-right: 0
        }

        .media-btm-section .media-left .two-imgSlideWrapper .two-imgcardBox .image-box {
            width: 100%;
            overflow: hidden;
            border-radius: 13px;
            margin-bottom: 30px
        }

            .media-btm-section .media-left .two-imgSlideWrapper .two-imgcardBox .image-box img {
                width: 100%;
                transition: 1s ease
            }

                .media-btm-section .media-left .two-imgSlideWrapper .two-imgcardBox .image-box img:hover {
                    transform: scale(1.15)
                }

.media-btm-section .media-right {
    width: 30%
}

    .media-btm-section .media-right.width-half {
        width: 50%;
        padding-right: 40px
    }

@media (max-width:1023px) {
    .media-btm-section .media-right.width-half {
        width: 100%;
        margin-right: 20px;
        padding-bottom: 30px
    }
}

.media-btm-section .media-right.width-half:last-child {
    margin-right: 0
}

@media (max-width:1023px) {
    .media-btm-section .media-right {
        width: 100%;
        padding-right: 20px
    }
}

.media-btm-section .media-right .media-listing .media-row {
    color: #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #2e57aa
}

    .media-btm-section .media-right .media-listing .media-row .date {
        font-size: 1.6rem;
        padding-bottom: 20px
    }

    .media-btm-section .media-right .media-listing .media-row .sub-text {
        font-size: 2rem;
        line-height: 2.376rem;
        font-weight: 400;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .media-btm-section .media-right .media-listing .media-row .readmre-btn {
        color: #fff;
        
        font-size: 1.8rem;
        background: 0 0;
        text-decoration: underline;
        padding-top: 2rem;
        cursor: pointer;
        text-underline-offset: 3px;
        position: absolute;
        bottom: 0;
        font-weight: 400
    }

@media (max-width:1023px) {
    .media-btm-section .media-right .media-listing .media-row .readmre-btn {
        font-size: 1.8rem
    }
}

.card-text-box {
    width: 100%;
    color: #c1c1c1;
    position: relative
}

    .card-text-box .card-date-wrap {
        display: flex
    }

        .card-text-box .card-date-wrap .card-date-text {
            font-size: 1.6rem;
            padding-bottom: 14px;
            display: inline-block;
            width: 90%;
            color: #c1c1c1;
            font-weight: 400
        }

        .card-text-box .card-date-wrap .newtab-icon {
            width: 10%;
            display: inline-block;
            text-align: right;
            line-height: 20px
        }

            .card-text-box .card-date-wrap .newtab-icon img {
                width: 12px;
                display: inline-block
            }

    .card-text-box .card-sub-text {
        font-size: 2rem;
        line-height: 2.376rem;
        font-weight: 600
    }

        .card-text-box .card-sub-text a {
            text-decoration: none;
            color: #c1c1c1
        }

@media (max-width:767px) {
    .card-text-box .card-sub-text br {
        display: none
    }
}

.card-text-box .readmre-btn {
    color: #fff;
    
    font-size: 1.8rem;
    background: 0 0;
    text-decoration: underline;
    padding-top: 2rem;
    cursor: pointer;
    text-underline-offset: 3px;
    position: absolute;
    bottom: 0;
    font-weight: 400
}

@media (max-width:1023px) {
    .card-text-box .readmre-btn {
        font-size: 1.8rem
    }
}

.media-kit-main {
    display: flex;
    width: 100%
}

    .media-kit-main .media-kit-section {
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap
    }

        .media-kit-main .media-kit-section .media-bg {
            width: 100%;
            position: relative
        }

            .media-kit-main .media-kit-section .media-bg::after {
                position: absolute;
                z-index: 1;
                height: 80%;
                width: 100%;
                content: " ";
                bottom: 0;
                background: linear-gradient(to bottom,transparent 0,#000 100%);
                opacity: 1
            }

            .media-kit-main .media-kit-section .media-bg picture {
                width: 100%
            }

                .media-kit-main .media-kit-section .media-bg picture img {
                    vertical-align: middle;
                    width: 100%
                }

        .media-kit-main .media-kit-section .media-kit-text {
            position: absolute;
            left: 0;
            width: 100%;
            text-align: center;
            padding: 0 20px;
            z-index: 2
        }

            .media-kit-main .media-kit-section .media-kit-text .com-heading {
                width: 100%;
                position: relative
            }

@media (max-width:1023px) {
    .media-kit-main .media-kit-section .media-kit-text .com-heading {
        margin-top: 5px
    }
}

.media-kit-main .media-kit-section .media-kit-text .com-heading h1, .media-kit-main .media-kit-section .media-kit-text .com-heading h2, .media-kit-main .media-kit-section .media-kit-text .com-heading h3, .media-kit-main .media-kit-section .media-kit-text .com-heading h4, .media-kit-main .media-kit-section .media-kit-text .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .media-kit-main .media-kit-section .media-kit-text .com-heading h1, .media-kit-main .media-kit-section .media-kit-text .com-heading h2, .media-kit-main .media-kit-section .media-kit-text .com-heading h3, .media-kit-main .media-kit-section .media-kit-text .com-heading h4, .media-kit-main .media-kit-section .media-kit-text .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .media-kit-main .media-kit-section .media-kit-text .com-heading h1, .media-kit-main .media-kit-section .media-kit-text .com-heading h2, .media-kit-main .media-kit-section .media-kit-text .com-heading h3, .media-kit-main .media-kit-section .media-kit-text .com-heading h4, .media-kit-main .media-kit-section .media-kit-text .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .media-kit-main .media-kit-section .media-kit-text .com-heading h1, .media-kit-main .media-kit-section .media-kit-text .com-heading h2, .media-kit-main .media-kit-section .media-kit-text .com-heading h3, .media-kit-main .media-kit-section .media-kit-text .com-heading h4, .media-kit-main .media-kit-section .media-kit-text .com-heading h5 {
        font-size: 2.2rem
    }
}

.media-kit-main .media-kit-section .media-kit-text .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .media-kit-main .media-kit-section .media-kit-text .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .media-kit-main .media-kit-section .media-kit-text .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

.media-kit-main .media-kit-section .media-kit-text .media-btn {
    margin-top: 40px
}

    .media-kit-main .media-kit-section .media-kit-text .media-btn .gradient-button {
        padding: 20px 23.5px 20px 23.5px;
        font-size: 1.8rem;
        
        text-transform: capitalize;
        font-weight: 500;
        position: relative;
        z-index: 0;
        cursor: pointer;
        text-decoration: none;
        color: #393939;
        border-radius: 8px;
        border: 1px solid #393939;
        background: 0 0;
        line-height: 100%
    }

@media (max-width:1023px) {
    .media-kit-main .media-kit-section .media-kit-text .media-btn .gradient-button {
        padding: 15px 14px 15px 14px;
        font-size: 1.4rem;
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }
}

.media-kit-main .media-kit-section .media-kit-text .media-btn .gradient-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

@media (max-width:1023px) {
    .media-kit-main .media-kit-section .media-kit-text .media-btn .gradient-button::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

.media-kit-main .media-kit-section .media-kit-text .media-btn .gradient-button:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500
}

    .media-kit-main .media-kit-section .media-kit-text .media-btn .gradient-button:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

.subscribe-main {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1
}

    .subscribe-main .subscribe-section {
        display: flex;
        align-items: center;
        width: 100%;
        position: relative
    }

        .subscribe-main .subscribe-section .subscribe-field {
            position: relative;
            z-index: 91;
            max-width: 70%;
            margin: 0 auto
        }

@media (max-width:1549px) {
    .subscribe-main .subscribe-section .subscribe-field {
        max-width: 80%
    }
}

@media (max-width:1026px) {
    .subscribe-main .subscribe-section .subscribe-field {
        max-width: 100%
    }
}

.subscribe-main .subscribe-section .subscribe-field .subscribe-head {
    color: #393939;
    font-size: 2rem;
    padding-bottom: 20px;
    font-family: Adani
}

.subscribe-main .subscribe-section .subscribe-field form {
    width: 100%
}

    .subscribe-main .subscribe-section .subscribe-field form .form-control {
        width: 100%;
        display: flex;
        flex-wrap: wrap
    }

        .subscribe-main .subscribe-section .subscribe-field form .form-control .subscribe-input-box {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            color: #c1c1c1;
            border: 1px solid #c1c1c1;
            margin: 0 20px 25px 0;
            position: relative;
            justify-content: space-between;
            align-items: center
        }

            .subscribe-main .subscribe-section .subscribe-field form .form-control .subscribe-input-box input {
                background: 0 0;
                border: none;
                padding: 13px 20px;
                display: inline-block;
                color: #7b7b7b;
                width: 100%;
                
                font-size: 1.8rem;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none
            }

                .subscribe-main .subscribe-section .subscribe-field form .form-control .subscribe-input-box input::-moz-placeholder {
                    font-size: 1.8rem;
                    
                    font-weight: 400
                }

                .subscribe-main .subscribe-section .subscribe-field form .form-control .subscribe-input-box input::placeholder {
                    font-size: 1.8rem;
                    
                    font-weight: 400
                }

@media (min-width:2100px) {
    .subscribe-main .subscribe-section .subscribe-field form .form-control .subscribe-input-box input {
        width: calc(100% - 120px)
    }
}

.subscribe-main .subscribe-section .subscribe-field form .form-control .subscribe-input-box input::-moz-placeholder {
    font-size: 1.4rem
}

.subscribe-main .subscribe-section .subscribe-field form .form-control .subscribe-input-box input::placeholder {
    font-size: 1.4rem
}

.subscribe-main .subscribe-section .subscribe-field form .form-control .subscribe-input-box input::-ms-input-placeholder {
    font-size: 1.4rem
}

.subscribe-main .subscribe-section .subscribe-field form .form-control .subscribe-input-box .error-msg {
    position: absolute;
    left: 0;
    bottom: -17px;
    color: red;
    font-size: 1.2rem
}

.subscribe-main .subscribe-section .subscribe-field form .form-control .chekbox-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px
}

    .subscribe-main .subscribe-section .subscribe-field form .form-control .chekbox-wrap .checkbox-group {
        display: block;
        margin-bottom: 8px;
        width: 100%;
        position: relative
    }

        .subscribe-main .subscribe-section .subscribe-field form .form-control .chekbox-wrap .checkbox-group input {
            padding: 0;
            height: initial;
            width: initial;
            margin-bottom: 0;
            display: none;
            cursor: pointer
        }

            .subscribe-main .subscribe-section .subscribe-field form .form-control .chekbox-wrap .checkbox-group input:checked + label:after {
                content: "";
                display: block;
                position: absolute;
                top: -1px;
                left: 7px;
                width: 4px;
                height: 10px;
                border: solid #393939;
                border-width: 0 1px 1px 0;
                transform: rotate(45deg)
            }

        .subscribe-main .subscribe-section .subscribe-field form .form-control .chekbox-wrap .checkbox-group label {
            position: relative;
            cursor: pointer;
            font-size: 1.2rem;
            color: #393939;
            
            font-weight: 400
        }

            .subscribe-main .subscribe-section .subscribe-field form .form-control .chekbox-wrap .checkbox-group label:before {
                content: "";
                -webkit-appearance: none;
                background-color: transparent;
                border: 1px solid #393933;
                padding: 8px;
                display: inline-block;
                position: relative;
                vertical-align: middle;
                cursor: pointer;
                margin-right: 8px;
                top: -2px
            }

            .subscribe-main .subscribe-section .subscribe-field form .form-control .chekbox-wrap .checkbox-group label a {
                color: #006db6
            }

@media (max-width:767px) {
    .subscribe-main .subscribe-section .subscribe-field form .form-control .chekbox-wrap .checkbox-group label .wrap-text {
        width: 90%;
        display: -webkit-inline-box;
        vertical-align: middle
    }
}

.subscribe-main .subscribe-section .subscribe-field form .form-control .chekbox-wrap .checkbox-group .error-msg {
    position: absolute;
    position: absolute;
    left: 26px;
    bottom: -14px;
    color: red;
    font-size: 1.2rem
}

@media (max-width:390px) {
    .subscribe-main .subscribe-section .subscribe-field form .form-control .chekbox-wrap .checkbox-group .error-msg#terms_conditions_err {
        bottom: -35px
    }
}

.subscribe-main .subscribe-section .subscribe-field form .form-control .chekbox-wrap .checkbox-group .reload-captcha {
    display: inline-block;
    width: 31px;
    position: relative;
    left: 13px;
    top: 10px;
    cursor: pointer
}

.subscribe-main .subscribe-section .subscribe-field form .col-4 {
    width: 30%
}

@media (max-width:1023px) {
    .subscribe-main .subscribe-section .subscribe-field form .col-4 {
        width: 100%
    }
}

.subscribe-main .subscribe-section .subscribe-field form .col-6 {
    width: 55%;
    margin-left: 1%
}

@media (max-width:1023px) {
    .subscribe-main .subscribe-section .subscribe-field form .col-6 {
        width: 100%;
        margin-left: 0;
        margin-top: 20px
    }
}

.subscribe-main .subscribe-section .subscribe-field form .col-6 .subscribe-input-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color: #c1c1c1;
    border: 1px solid #c1c1c1;
    margin: 0 20px 30px 0;
    position: relative;
    justify-content: space-between;
    align-items: center
}

    .subscribe-main .subscribe-section .subscribe-field form .col-6 .subscribe-input-box input {
        background: 0 0;
        border: none;
        padding: 13px 20px;
        display: inline-block;
        color: #7b7b7b;
        width: 100%;
        
        font-size: 1.8rem;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

        .subscribe-main .subscribe-section .subscribe-field form .col-6 .subscribe-input-box input::-moz-placeholder {
            font-size: 1.8rem;
            
            font-weight: 400
        }

        .subscribe-main .subscribe-section .subscribe-field form .col-6 .subscribe-input-box input::placeholder {
            font-size: 1.8rem;
            
            font-weight: 400
        }

@media (min-width:2100px) {
    .subscribe-main .subscribe-section .subscribe-field form .col-6 .subscribe-input-box input {
        width: calc(100% - 120px)
    }
}

@media (max-width:1023px) {
    .subscribe-main .subscribe-section .subscribe-field form .col-6 .subscribe-input-box input {
        width: calc(100% - 100px)
    }
}

.subscribe-main .subscribe-section .subscribe-field form .col-6 .subscribe-input-box input::-moz-placeholder {
    font-size: 1.4rem
}

.subscribe-main .subscribe-section .subscribe-field form .col-6 .subscribe-input-box input::placeholder {
    font-size: 1.4rem
}

.subscribe-main .subscribe-section .subscribe-field form .col-6 .subscribe-input-box input::-ms-input-placeholder {
    font-size: 1.4rem
}

.subscribe-main .subscribe-section .subscribe-field form .col-6 .subscribe-input-box .error-msg {
    position: absolute;
    left: 0;
    bottom: -24px;
    color: red;
    font-size: 1.4rem
}

.subscribe-main .subscribe-section .subscribe-field form .col-6 .subscribe-input-box a.subscribe-btn {
    color: #fff;
    font-weight: 500;
    position: relative;
    width: 100px;
    border-left: 1px solid #c1c1c1;
    font-size: 1.6rem;
    cursor: pointer;
    padding-left: 11px
}

    .subscribe-main .subscribe-section .subscribe-field form .col-6 .subscribe-input-box a.subscribe-btn:hover {
        color: #c1c1c1
    }

@media (min-width:2100px) {
    .subscribe-main .subscribe-section .subscribe-field form .col-6 .subscribe-input-box a.subscribe-btn {
        width: 120px
    }
}

@media (max-width:1023px) {
    .subscribe-main .subscribe-section .subscribe-field form .col-6 .subscribe-input-box a.subscribe-btn {
        width: 100px
    }
}

.subscribe-main .subscribe-section .subscribe-field form .btn-wrap {
    width: 13%;
    position: relative;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: self-start
}

@media (max-width:1023px) {
    .subscribe-main .subscribe-section .subscribe-field form .btn-wrap {
        width: 100%
    }
}

.subscribe-main .subscribe-section .subscribe-field form .btn-wrap .subscribe-btn {
    padding: 20px 23.5px 20px 23.5px;
    font-size: 1.8rem;
    
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    z-index: 0;
    cursor: pointer;
    text-decoration: none;
    color: #393939;
    border-radius: 8px;
    border: 1px solid #393939;
    background: 0 0;
    line-height: 100%;
    width: 100%;
    text-align: center;
    padding: 13px 23px 13px 23px;
    font-size: 1.8rem;
    font-weight: 500
}

@media (max-width:1023px) {
    .subscribe-main .subscribe-section .subscribe-field form .btn-wrap .subscribe-btn {
        padding: 15px 14px 15px 14px;
        font-size: 1.4rem;
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }
}

.subscribe-main .subscribe-section .subscribe-field form .btn-wrap .subscribe-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

@media (max-width:1023px) {
    .subscribe-main .subscribe-section .subscribe-field form .btn-wrap .subscribe-btn::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

.subscribe-main .subscribe-section .subscribe-field form .btn-wrap .subscribe-btn:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500
}

    .subscribe-main .subscribe-section .subscribe-field form .btn-wrap .subscribe-btn:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

@media (max-width:1399px) {
    .subscribe-main .subscribe-section .subscribe-field form .btn-wrap .subscribe-btn {
        font-size: 1.6rem
    }
}

.subscribe-main .subscribe-section .subscribe-field form .col-4 {
    width: 32%;
    margin: 0
}

    .subscribe-main .subscribe-section .subscribe-field form .col-4:nth-child(even) {
        margin: 0 1.5%
    }

@media (max-width:1023px) {
    .subscribe-main .subscribe-section .subscribe-field form .col-4:nth-child(even) {
        margin: 0
    }
}

@media (max-width:1023px) {
    .subscribe-main .subscribe-section .subscribe-field form .col-4 {
        width: 100%
    }
}

.subscribe-main .subscribe-section .subscribe-field form .col-4 .select-box {
    width: 100%
}

@media (max-width:1023px) {
    .subscribe-main .subscribe-section .subscribe-field form .col-4 .select-box {
        margin-bottom: 15px
    }
}

.subscribe-main .subscribe-section .subscribe-field form .col-4 .select-box .dropdown {
    position: relative;
    font-size: 1.8rem;
    color: #c1c1c1;
    
    font-weight: 400;
    z-index: 91
}

    .subscribe-main .subscribe-section .subscribe-field form .col-4 .select-box .dropdown .dropdown-list {
        background: #000;
        position: relative;
        top: auto;
        left: 0;
        right: 2px;
        transform-origin: 50% 0;
        transform: scale(1,0);
        transition: transform .15s ease-in-out .15s;
        max-height: 0;
        overflow-y: auto;
        z-index: 2;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch
    }

    .subscribe-main .subscribe-section .subscribe-field form .col-4 .select-box .dropdown.on .dropdown-list {
        max-height: 188px
    }

    .subscribe-main .subscribe-section .subscribe-field form .col-4 .select-box .dropdown .dropdown-option {
        display: block;
        padding: 12px 19px;
        opacity: 0;
        transition: opacity .15s ease-in-out;
        border-bottom: #c1c1c1 solid 1px;
        border-left: #c1c1c1 solid 1px;
        border-right: #c1c1c1 solid 1px;
        text-decoration: none;
        color: #c1c1c1
    }

    .subscribe-main .subscribe-section .subscribe-field form .col-4 .select-box .dropdown .dropdown-label {
        display: block;
        color: grey;
        border: 1px solid #c1c1c1;
        padding: 6px 12px;
        line-height: 1;
        cursor: pointer;
        padding: 16px 20px;
        font-size: 1.6rem;
        
        font-weight: 400;
        position: relative
    }

        .subscribe-main .subscribe-section .subscribe-field form .col-4 .select-box .dropdown .dropdown-label:before {
            content: "";
            display: block;
            border-top: 8px solid #c1c1c1;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
            position: absolute;
            bottom: 20px;
            right: 20px;
            z-index: 1;
            pointer-events: none;
            float: right
        }

    .subscribe-main .subscribe-section .subscribe-field form .col-4 .select-box .dropdown.on .dropdown-list {
        transform: scale(1,1);
        transition-delay: 0s
    }

        .subscribe-main .subscribe-section .subscribe-field form .col-4 .select-box .dropdown.on .dropdown-list .dropdown-option {
            opacity: 1;
            transition-delay: .2s;
            display: inline-flex;
            width: 100%
        }

    .subscribe-main .subscribe-section .subscribe-field form .col-4 .select-box .dropdown.on .dropdown-label:before {
        content: "";
        border-top: 8px solid #c1c1c1;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        transform: rotate(180deg)
    }

    .subscribe-main .subscribe-section .subscribe-field form .col-4 .select-box .dropdown input[type=checkbox] {
        position: relative;
        top: 0;
        margin-right: 4px;
        position: relative;
        width: auto;
        padding: 12px 12px
    }

        .subscribe-main .subscribe-section .subscribe-field form .col-4 .select-box .dropdown input[type=checkbox]::after {
            content: "";
            width: 15px;
            height: 15px;
            position: absolute;
            top: 2px;
            left: 0;
            border: #7b7b7b solid 1px;
            background: #fff
        }

        .subscribe-main .subscribe-section .subscribe-field form .col-4 .select-box .dropdown input[type=checkbox]:checked:before {
            content: "";
            display: block;
            position: absolute;
            top: 4px;
            left: 6px;
            width: 4px;
            height: 9px;
            border: solid #7b7b7b;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
            z-index: 9
        }

    .subscribe-main .subscribe-section .subscribe-field form .col-4 .select-box .dropdown .error-msg {
        position: absolute;
        left: 0;
        bottom: -24px;
        color: red;
        font-size: 1.4rem
    }

.subscribe-main .subscribe-section::after {
    content: "";
    position: absolute;
    content: " ";
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.stories-detail .right-btn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 80px
}

    .stories-detail .right-btn .gradient-button {
        padding: 20px 23.5px 20px 23.5px;
        font-size: 1.8rem;
        
        text-transform: capitalize;
        font-weight: 500;
        position: relative;
        z-index: 0;
        cursor: pointer;
        text-decoration: none;
        color: #393939;
        border-radius: 8px;
        border: 1px solid #393939;
        background: 0 0;
        line-height: 100%
    }

@media (max-width:1023px) {
    .stories-detail .right-btn .gradient-button {
        padding: 15px 14px 15px 14px;
        font-size: 1.4rem;
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }
}

.stories-detail .right-btn .gradient-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

@media (max-width:1023px) {
    .stories-detail .right-btn .gradient-button::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

.stories-detail .right-btn .gradient-button:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500
}

    .stories-detail .right-btn .gradient-button:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

.text-wraper .subtext {
    font-size: 2rem;
    
    color: #fff;
    font-weight: 400;
    margin-top: 24px;
    display: block;
    margin-bottom: 40px
}

.text-wraper.bottomPos {
    bottom: 14%
}

@media (max-width:1026px) {
    .text-wraper.bottomPos {
        bottom: 20%
    }
}

.text-wraper .btns-wrap {
    width: 100%;
    margin-top: 32px
}

    .text-wraper .btns-wrap .watch-btn {
        color: #fff;
        padding: 20px 23.5px 20px 23.5px;
        font-size: 1.8rem;
        transition: all .5s;
        
        text-transform: capitalize;
        font-weight: 500;
        position: relative;
        margin: 0 auto;
        z-index: 0;
        line-height: 100%;
        cursor: pointer;
        background: 0 0;
        border: #fff solid 1px;
        transition: .3s ease-in-out
    }

@media (max-width:1023px) {
    .text-wraper .btns-wrap .watch-btn {
        padding: 15px 14px 15px 14px
    }
}

.text-wraper .btns-wrap .watch-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

.text-wraper .btns-wrap .watch-btn:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent
}

    .text-wraper .btns-wrap .watch-btn:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

@media (max-width:767px) {
    .text-wraper .btns-wrap .watch-btn {
        font-size: 1.2rem
    }
}

.text-wraper .btns-wrap a {
    text-decoration: none
}

.Com_textBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

    .Com_textBox .com-heading h1, .Com_textBox .com-heading h2, .Com_textBox .com-heading h3, .Com_textBox .com-heading h4 {
        top: 0 !important;
        margin-left: 0 !important
    }

    .Com_textBox .textBox-Component {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 70px 0 70px 0
    }

@media (max-width:1026px) {
    .Com_textBox .textBox-Component {
        padding: 30px 0 0 0
    }
}

.Com_textBox .textBox-Component p {
    width: 100%;
    font-size: 2.2rem;
    
    color: #c1c1c1;
    font-weight: 400;
    padding: 10px 0 0;
    line-height: 123.76%
}

    .Com_textBox .textBox-Component p a {
        text-decoration: underline;
        color: #c1c1c1
    }

@media (max-width:767px) {
    .Com_textBox .textBox-Component p {
        padding: 10px 0 0;
        font-size: 1.6rem
    }
}

.Com_textBox .textBox-Component .left-section {
    width: 100%
}

@media (max-width:1026px) {
    .Com_textBox .textBox-Component .left-section {
        width: 100%
    }
}

.Com_textBox .textBox-Component .left-section .com-heading {
    width: 100%;
    position: relative
}

@media (max-width:1023px) {
    .Com_textBox .textBox-Component .left-section .com-heading {
        margin-top: 5px
    }
}

.Com_textBox .textBox-Component .left-section .com-heading h1, .Com_textBox .textBox-Component .left-section .com-heading h2, .Com_textBox .textBox-Component .left-section .com-heading h3, .Com_textBox .textBox-Component .left-section .com-heading h4, .Com_textBox .textBox-Component .left-section .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .Com_textBox .textBox-Component .left-section .com-heading h1, .Com_textBox .textBox-Component .left-section .com-heading h2, .Com_textBox .textBox-Component .left-section .com-heading h3, .Com_textBox .textBox-Component .left-section .com-heading h4, .Com_textBox .textBox-Component .left-section .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .Com_textBox .textBox-Component .left-section .com-heading h1, .Com_textBox .textBox-Component .left-section .com-heading h2, .Com_textBox .textBox-Component .left-section .com-heading h3, .Com_textBox .textBox-Component .left-section .com-heading h4, .Com_textBox .textBox-Component .left-section .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .Com_textBox .textBox-Component .left-section .com-heading h1, .Com_textBox .textBox-Component .left-section .com-heading h2, .Com_textBox .textBox-Component .left-section .com-heading h3, .Com_textBox .textBox-Component .left-section .com-heading h4, .Com_textBox .textBox-Component .left-section .com-heading h5 {
        font-size: 2.2rem
    }
}

.Com_textBox .textBox-Component .left-section .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .Com_textBox .textBox-Component .left-section .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .Com_textBox .textBox-Component .left-section .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

.Com_textBox .textBox-Component .right-section {
    width: 100%
}

@media (max-width:1026px) {
    .Com_textBox .textBox-Component .right-section {
        width: 100%
    }
}

.Com_textBox .textBox-Component .readmre-btn {
    color: #fff;
    
    font-size: 1.8rem;
    background: 0 0;
    text-decoration: underline;
    padding-top: 2rem;
    cursor: pointer;
    text-underline-offset: 3px;
    position: absolute;
    bottom: 0;
    font-weight: 400;
    position: relative
}

@media (max-width:1023px) {
    .Com_textBox .textBox-Component .readmre-btn {
        font-size: 1.8rem
    }
}

.Com_textBox .textBox-Component .know-more {
    width: 100%;
    padding: 30px 0 0
}

    .Com_textBox .textBox-Component .know-more span {
        font-size: 2rem;
        color: #c1c1c1;
        
        font-weight: 400
    }

@media (max-width:767px) {
    .Com_textBox .textBox-Component .know-more span {
        font-size: 1.6rem
    }
}

.Com_textBox .textBox-Component .know-more a {
    text-decoration: none;
    font-size: 2rem;
    color: #c1c1c1;
    
    font-weight: 400;
    padding-left: 2px
}

    .Com_textBox .textBox-Component .know-more a:hover {
        color: #fff
    }

@media (max-width:767px) {
    .Com_textBox .textBox-Component .know-more a {
        font-size: 1.6rem
    }
}

.name-info-wrapper {
    width: 100%
}

    .name-info-wrapper .name-info-text {
        color: #c1c1c1;
        font-size: 2rem;
        font-family: Adani
    }

.Com_initiatives {
    width: 100%
}

@media (max-width:1023px) {
    .Com_initiatives .container-fluid.mobpadding {
        padding: 0 0 0 20px
    }
}

.Com_initiatives .initiatives-wrapper {
    padding: 40px 0
}

@media (max-width:767px) {
    .Com_initiatives .initiatives-wrapper {
        padding: 40px 0 0 0
    }
}

.Com_initiatives .initiatives-wrapper .initiatives-box {
    width: 31.24%;
    margin-right: 3.13%;
    position: relative;
    float: left
}

    .Com_initiatives .initiatives-wrapper .initiatives-box:last-child {
        margin-right: 0
    }

@media (max-width:1023px) {
    .Com_initiatives .initiatives-wrapper .initiatives-box {
        width: 100%;
        margin-right: 0;
        padding-bottom: 0
    }
}

.Com_initiatives .initiatives-wrapper .initiatives-box .image-box {
    width: 100%;
    overflow: hidden
}

    .Com_initiatives .initiatives-wrapper .initiatives-box .image-box img {
        width: 100%;
        transition: 1s linear
    }

        .Com_initiatives .initiatives-wrapper .initiatives-box .image-box img:hover {
            transform: scale(1.05) !important
        }

.Com_initiatives .initiatives-wrapper .initiatives-box .bottom-text-box {
    width: 100%;
    position: relative;
    padding: 20px 0;
    height: auto
}

@media (max-width:1026px) {
    .Com_initiatives .initiatives-wrapper .initiatives-box .bottom-text-box {
        height: auto
    }
}

.Com_initiatives .initiatives-wrapper .initiatives-box .bottom-text-box .title-heading {
    font-size: 2rem;
    color: #fff;
    
    font-weight: 500
}

    .Com_initiatives .initiatives-wrapper .initiatives-box .bottom-text-box .title-heading a {
        text-decoration: none;
        color: #fff
    }

.Com_initiatives .initiatives-wrapper .initiatives-box .bottom-text-box .text-box {
    margin: 15px 0;
    display: -webkit-box;
    -webkit-line-clamp: initial;
    -webkit-box-orient: vertical;
    overflow: hidden
}

    .Com_initiatives .initiatives-wrapper .initiatives-box .bottom-text-box .text-box a {
        text-decoration: none
    }

    .Com_initiatives .initiatives-wrapper .initiatives-box .bottom-text-box .text-box p {
        font-size: 2.2rem;
        color: #c1c1c1;
        
        font-weight: 400;
        margin-bottom: 15px
    }

@media (max-width:1023px) {
    .Com_initiatives .initiatives-wrapper .initiatives-box .bottom-text-box .text-box p {
        font-size: 1.6rem
    }
}

.Com_initiatives .initiatives-wrapper .initiatives-box .bottom-text-box .text-box ol {
    list-style-type: disc;
    padding: 0 0 0 20px
}

    .Com_initiatives .initiatives-wrapper .initiatives-box .bottom-text-box .text-box ol li {
        font-size: 1.6rem;
        color: grey;
        
        font-weight: 400;
        padding: 10px 0
    }

@media (max-width:767px) {
    .Com_initiatives .initiatives-wrapper .initiatives-box .bottom-text-box .text-box ol li {
        padding: 5px 0;
        font-size: 1.3rem
    }
}

.Com_initiatives .initiatives-wrapper .initiatives-box .bottom-text-box .readmre-btn {
    color: #fff;
    
    font-size: 1.8rem;
    background: 0 0;
    text-decoration: underline;
    padding-top: 2rem;
    cursor: pointer;
    text-underline-offset: 3px;
    position: absolute;
    bottom: 0;
    font-weight: 400
}

@media (max-width:1023px) {
    .Com_initiatives .initiatives-wrapper .initiatives-box .bottom-text-box .readmre-btn {
        font-size: 1.8rem
    }
}

.Com_initiatives .viewall-btn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-bottom: 65px
}

@media (max-width:1023px) {
    .Com_initiatives .viewall-btn {
        justify-content: left
    }
}

.Com_initiatives .viewall-btn .gradient-button {
    padding: 20px 23.5px 20px 23.5px;
    font-size: 1.8rem;
    
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    z-index: 0;
    cursor: pointer;
    text-decoration: none;
    color: #393939;
    border-radius: 8px;
    border: 1px solid #393939;
    background: 0 0;
    line-height: 100%
}

@media (max-width:1023px) {
    .Com_initiatives .viewall-btn .gradient-button {
        padding: 15px 14px 15px 14px;
        font-size: 1.4rem;
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }
}

.Com_initiatives .viewall-btn .gradient-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

@media (max-width:1023px) {
    .Com_initiatives .viewall-btn .gradient-button::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

.Com_initiatives .viewall-btn .gradient-button:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500
}

    .Com_initiatives .viewall-btn .gradient-button:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

@media (max-width:767px) {
    .Com_initiatives .viewall-btn {
        padding-top: 40px
    }
}

.Com_initiatives .ourapproch-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

@media (max-width:1026px) {
    .Com_initiatives .ourapproch-wrapper {
        padding-top: 40px
    }
}

.Com_initiatives .ourapproch-wrapper .left-sec {
    width: 36.44%
}

@media (max-width:1026px) {
    .Com_initiatives .ourapproch-wrapper .left-sec {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

.Com_initiatives .ourapproch-wrapper .left-sec .sub-heading {
    color: #fff;
    font-size: 3.4rem;
    
    font-weight: 600;
    
    margin-left: -6px;
    display: inline-block;
    line-height: 100%
}

@media (max-width:767px) {
    .Com_initiatives .ourapproch-wrapper .left-sec .sub-heading {
        font-size: 2.8rem
    }
}

.Com_initiatives .ourapproch-wrapper .left-sec .viewall-btn {
    justify-content: flex-start;
    margin-top: 30px
}

@media (max-width:1026px) {
    .Com_initiatives .ourapproch-wrapper .left-sec .viewall-btn {
        justify-content: flex-end;
        padding-bottom: 0;
        margin-top: 0
    }
}

.Com_initiatives .ourapproch-wrapper .right-sec {
    width: 63.56%
}

@media (max-width:1026px) {
    .Com_initiatives .ourapproch-wrapper .right-sec {
        width: 100%
    }
}

.Com_initiatives .ourapproch-wrapper .right-sec .ourapproch-rightbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0 50px 0
}

    .Com_initiatives .ourapproch-wrapper .right-sec .ourapproch-rightbox .ourapproch-wrap {
        width: 48.5%;
        margin-right: 3%;
        position: relative;
        border-radius: 15px;
        background-image: linear-gradient(to right,#0a1122,#100f22,#150d20,#190b1f,#1d081c);
        box-shadow: rgba(0,0,0,.36) 0 0 6px;
        padding: 40px 40px;
        margin-bottom: 3%
    }

@media (max-width:1023px) {
    .Com_initiatives .ourapproch-wrapper .right-sec .ourapproch-rightbox .ourapproch-wrap {
        padding: 20px 20px
    }
}

@media (max-width:767px) {
    .Com_initiatives .ourapproch-wrapper .right-sec .ourapproch-rightbox .ourapproch-wrap {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }
}

.Com_initiatives .ourapproch-wrapper .right-sec .ourapproch-rightbox .ourapproch-wrap:nth-child(even) {
    margin-right: 0
}

.Com_initiatives .ourapproch-wrapper .right-sec .ourapproch-rightbox .ourapproch-wrap .ourapproch-icon {
    width: 9%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: middle
}

    .Com_initiatives .ourapproch-wrapper .right-sec .ourapproch-rightbox .ourapproch-wrap .ourapproch-icon img {
        width: 30px
    }

.Com_initiatives .ourapproch-wrapper .right-sec .ourapproch-rightbox .ourapproch-wrap .ourapproch-text {
    width: 88%;
    display: inline-block;
    font-size: 1.8rem;
    
    font-weight: 400;
    vertical-align: middle;
    color: #c1c1c1;
    padding-left: 20px;
    line-height: 117%
}

@media (max-width:767px) {
    .Com_initiatives .ourapproch-wrapper .right-sec .ourapproch-rightbox .ourapproch-wrap .ourapproch-text {
        font-size: 1.4rem
    }
}

.Com_better-tomorrow {
    width: 100%;
    display: block
}

    .Com_better-tomorrow .better-tomorrow-wrap {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center
    }

        .Com_better-tomorrow .better-tomorrow-wrap .left-sec {
            width: 73.19%;
            display: flex;
            flex-wrap: wrap;
            align-items: center
        }

@media (max-width:1026px) {
    .Com_better-tomorrow .better-tomorrow-wrap .left-sec {
        width: 100%
    }
}

@media (max-width:1023px) {
    .Com_better-tomorrow .better-tomorrow-wrap .left-sec {
        flex-direction: column
    }
}

.Com_better-tomorrow .better-tomorrow-wrap .left-sec .img-box {
    width: 43.04%;
    overflow: hidden
}

@media (max-width:1023px) {
    .Com_better-tomorrow .better-tomorrow-wrap .left-sec .img-box {
        width: 100%
    }
}

.Com_better-tomorrow .better-tomorrow-wrap .left-sec .img-box img {
    width: 100%;
    transition: linear 1s
}

    .Com_better-tomorrow .better-tomorrow-wrap .left-sec .img-box img:hover {
        transform: scale(1.05)
    }

.Com_better-tomorrow .better-tomorrow-wrap .left-sec .right-heading {
    width: 51.07%;
    margin-left: 5.89%
}

@media (max-width:1023px) {
    .Com_better-tomorrow .better-tomorrow-wrap .left-sec .right-heading {
        width: 100%;
        margin-left: 0;
        margin-top: 30px
    }
}

.Com_better-tomorrow .better-tomorrow-wrap .left-sec .right-heading .com-heading {
    width: 100%;
    position: relative
}

@media (max-width:1023px) {
    .Com_better-tomorrow .better-tomorrow-wrap .left-sec .right-heading .com-heading {
        margin-top: 5px
    }
}

.Com_better-tomorrow .better-tomorrow-wrap .left-sec .right-heading .com-heading h1, .Com_better-tomorrow .better-tomorrow-wrap .left-sec .right-heading .com-heading h2, .Com_better-tomorrow .better-tomorrow-wrap .left-sec .right-heading .com-heading h3, .Com_better-tomorrow .better-tomorrow-wrap .left-sec .right-heading .com-heading h4, .Com_better-tomorrow .better-tomorrow-wrap .left-sec .right-heading .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .Com_better-tomorrow .better-tomorrow-wrap .left-sec .right-heading .com-heading h1, .Com_better-tomorrow .better-tomorrow-wrap .left-sec .right-heading .com-heading h2, .Com_better-tomorrow .better-tomorrow-wrap .left-sec .right-heading .com-heading h3, .Com_better-tomorrow .better-tomorrow-wrap .left-sec .right-heading .com-heading h4, .Com_better-tomorrow .better-tomorrow-wrap .left-sec .right-heading .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .Com_better-tomorrow .better-tomorrow-wrap .left-sec .right-heading .com-heading h1, .Com_better-tomorrow .better-tomorrow-wrap .left-sec .right-heading .com-heading h2, .Com_better-tomorrow .better-tomorrow-wrap .left-sec .right-heading .com-heading h3, .Com_better-tomorrow .better-tomorrow-wrap .left-sec .right-heading .com-heading h4, .Com_better-tomorrow .better-tomorrow-wrap .left-sec .right-heading .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .Com_better-tomorrow .better-tomorrow-wrap .left-sec .right-heading .com-heading h1, .Com_better-tomorrow .better-tomorrow-wrap .left-sec .right-heading .com-heading h2, .Com_better-tomorrow .better-tomorrow-wrap .left-sec .right-heading .com-heading h3, .Com_better-tomorrow .better-tomorrow-wrap .left-sec .right-heading .com-heading h4, .Com_better-tomorrow .better-tomorrow-wrap .left-sec .right-heading .com-heading h5 {
        font-size: 2.2rem
    }
}

.Com_better-tomorrow .better-tomorrow-wrap .left-sec .right-heading .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .Com_better-tomorrow .better-tomorrow-wrap .left-sec .right-heading .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .Com_better-tomorrow .better-tomorrow-wrap .left-sec .right-heading .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

.Com_better-tomorrow .better-tomorrow-wrap .left-sec .right-heading .com-heading .left-space {
    padding-left: 11px
}

@media (max-width:1023px) {
    .Com_better-tomorrow .better-tomorrow-wrap .left-sec .right-heading .com-heading .left-space {
        padding-left: 11px
    }
}

@media (max-width:1849px) {
    .Com_better-tomorrow .better-tomorrow-wrap .left-sec .right-heading .com-heading abbr {
        margin-left: 13px
    }
}

@media (max-width:1023px) {
    .Com_better-tomorrow .better-tomorrow-wrap .left-sec .right-heading .com-heading abbr {
        margin-left: 0
    }
}

.Com_better-tomorrow .better-tomorrow-wrap .right-sec {
    width: 21.15%;
    margin-left: 5.66%
}

@media (max-width:1026px) {
    .Com_better-tomorrow .better-tomorrow-wrap .right-sec {
        width: 100%;
        margin-left: 0;
        margin-top: 30px
    }
}

.Com_better-tomorrow .better-tomorrow-wrap .right-sec .btn-wrap {
    width: 100%;
    position: relative
}

    .Com_better-tomorrow .better-tomorrow-wrap .right-sec .btn-wrap .flex-btn {
        width: 100%;
        margin-bottom: 30px;
        display: flex
    }

        .Com_better-tomorrow .better-tomorrow-wrap .right-sec .btn-wrap .flex-btn:last-child {
            margin-bottom: 0
        }

        .Com_better-tomorrow .better-tomorrow-wrap .right-sec .btn-wrap .flex-btn .gradient-button {
            padding: 20px 23.5px 20px 23.5px;
            font-size: 1.8rem;
            
            text-transform: capitalize;
            font-weight: 500;
            position: relative;
            z-index: 0;
            cursor: pointer;
            text-decoration: none;
            color: #393939;
            border-radius: 8px;
            border: 1px solid #393939;
            background: 0 0;
            line-height: 100%;
            white-space: nowrap
        }

@media (max-width:1023px) {
    .Com_better-tomorrow .better-tomorrow-wrap .right-sec .btn-wrap .flex-btn .gradient-button {
        padding: 15px 14px 15px 14px;
        font-size: 1.4rem;
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }
}

.Com_better-tomorrow .better-tomorrow-wrap .right-sec .btn-wrap .flex-btn .gradient-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

@media (max-width:1023px) {
    .Com_better-tomorrow .better-tomorrow-wrap .right-sec .btn-wrap .flex-btn .gradient-button::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

.Com_better-tomorrow .better-tomorrow-wrap .right-sec .btn-wrap .flex-btn .gradient-button:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500
}

    .Com_better-tomorrow .better-tomorrow-wrap .right-sec .btn-wrap .flex-btn .gradient-button:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

.news-main.awards-sec .threecard-slider .three-imgSlideWrapper .three-imgcardBox .image-box {
    text-align: center
}

    .news-main.awards-sec .threecard-slider .three-imgSlideWrapper .three-imgcardBox .image-box img {
        width: auto;
        display: inline-block
    }

.news-main.awards-sec .threecard-slider .three-imgSlideWrapper .three-imgcardBox .card-text-box .card-sub-text {
    font-size: 2.2rem;
    text-align: center;
    color: grey
}

@media (max-width:767px) {
    .news-main.awards-sec .threecard-slider .three-imgSlideWrapper .three-imgcardBox .card-text-box .card-sub-text {
        font-size: 1.6rem;
        line-height: 150%
    }
}

.com_esgPolicies {
    width: 100%;
    position: relative
}

    .com_esgPolicies .com-heading {
        width: 100%;
        position: relative
    }

@media (max-width:1023px) {
    .com_esgPolicies .com-heading {
        margin-top: 5px
    }
}

.com_esgPolicies .com-heading h1, .com_esgPolicies .com-heading h2, .com_esgPolicies .com-heading h3, .com_esgPolicies .com-heading h4, .com_esgPolicies .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .com_esgPolicies .com-heading h1, .com_esgPolicies .com-heading h2, .com_esgPolicies .com-heading h3, .com_esgPolicies .com-heading h4, .com_esgPolicies .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .com_esgPolicies .com-heading h1, .com_esgPolicies .com-heading h2, .com_esgPolicies .com-heading h3, .com_esgPolicies .com-heading h4, .com_esgPolicies .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .com_esgPolicies .com-heading h1, .com_esgPolicies .com-heading h2, .com_esgPolicies .com-heading h3, .com_esgPolicies .com-heading h4, .com_esgPolicies .com-heading h5 {
        font-size: 2.2rem
    }
}

.com_esgPolicies .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .com_esgPolicies .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .com_esgPolicies .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

.com_esgPolicies .policy-details-wrapper {
    width: 100%;
    position: relative;
    padding: 30px 0
}

    .com_esgPolicies .policy-details-wrapper ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

        .com_esgPolicies .policy-details-wrapper ul li {
            display: inline-flex;
            width: 33%;
            padding: 0 30px 30px 0
        }

@media (max-width:1023px) {
    .com_esgPolicies .policy-details-wrapper ul li {
        width: 49.5%
    }
}

@media (max-width:767px) {
    .com_esgPolicies .policy-details-wrapper ul li {
        width: 100%;
        padding: 0 0 15px 0
    }
}

.com_esgPolicies .policy-details-wrapper ul li a {
    text-decoration: underline;
    font-size: 2.4rem;
    color: #c1c1c1;
    font-weight: 400;
    
    transition: .3s all
}

@media (max-width:1399px) {
    .com_esgPolicies .policy-details-wrapper ul li a {
        font-size: 2rem
    }
}

@media (max-width:767px) {
    .com_esgPolicies .policy-details-wrapper ul li a {
        font-size: 1.6rem
    }
}

.com_esgPolicies .policy-details-wrapper ul li:hover a {
    color: #fff;
    transition: .3s all
}

@media (max-width:767px) {
    .growth-section.spacebetween .growth_wrapper {
        padding-bottom: 0
    }
}

@media (max-width:1023px) {
    .Com_initiatives .initiatives-wrapper .initiatives-box.left-sec {
        margin-bottom: 10% !important
    }
}

.Com_initiatives .initiatives-wrapper .initiatives-box.left-sec .title-heading {
    margin-bottom: 15px;
    font-size: 2.4rem
}

.Com_initiatives .initiatives-wrapper .initiatives-box.left-sec .bottom-text-box {
    min-height: auto
}

@media (max-width:1399px) {
    .Com_initiatives .initiatives-wrapper .initiatives-box.left-sec .bottom-text-box {
        min-height: auto
    }
}

@media (max-width:1026px) {
    .Com_initiatives .initiatives-wrapper .initiatives-box.left-sec .bottom-text-box {
        height: auto
    }
}

.Com_initiatives .initiatives-wrapper .initiatives-box.left-sec .bottom-text-box .text-box {
    display: initial;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial
}

    .Com_initiatives .initiatives-wrapper .initiatives-box.left-sec .bottom-text-box .text-box.morecontent.collapsed {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

.Com_initiatives .initiatives-wrapper .initiatives-box.left-sec .readmre-btn {
    position: inherit
}

@media (max-width:1023px) {
    .Com_initiatives .initiatives-wrapper .initiatives-box.right-sec {
        margin-bottom: 10% !important
    }
}

.Com_initiatives .initiatives-wrapper .initiatives-box.right-sec .title-heading {
    margin-bottom: 15px;
    font-size: 2.4rem
}

.Com_initiatives .initiatives-wrapper .initiatives-box.right-sec .bottom-text-box {
    min-height: auto
}

@media (max-width:1399px) {
    .Com_initiatives .initiatives-wrapper .initiatives-box.right-sec .bottom-text-box {
        min-height: auto
    }
}

@media (max-width:1026px) {
    .Com_initiatives .initiatives-wrapper .initiatives-box.right-sec .bottom-text-box {
        height: auto
    }
}

.Com_initiatives .initiatives-wrapper .initiatives-box.right-sec .bottom-text-box .text-box {
    display: initial;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial
}

    .Com_initiatives .initiatives-wrapper .initiatives-box.right-sec .bottom-text-box .text-box.morecontent.collapsed {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

.Com_initiatives .initiatives-wrapper .initiatives-box.right-sec .bottom-text-box .readmre-btn {
    position: inherit
}

.Com_initiatives.Com_environment {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap
}

    .Com_initiatives.Com_environment .initiatives-wrapper {
        padding: 66px 0;
        float: left
    }

        .Com_initiatives.Com_environment .initiatives-wrapper .initiatives-box {
            width: 100%;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            margin-bottom: 4%;
            margin-right: 0
        }

@media (max-width:1023px) {
    .Com_initiatives.Com_environment .initiatives-wrapper .initiatives-box {
        flex-direction: column
    }
}

.Com_initiatives.Com_environment .initiatives-wrapper .initiatives-box:last-child {
    margin-bottom: 0
}

.Com_initiatives.Com_environment .initiatives-wrapper .initiatives-box .image-box {
    width: 47%
}

@media (max-width:1023px) {
    .Com_initiatives.Com_environment .initiatives-wrapper .initiatives-box .image-box {
        width: 100%;
        margin-bottom: 20px
    }
}

.Com_initiatives.Com_environment .initiatives-wrapper .initiatives-box .bottom-text-box {
    width: 50%;
    height: auto;
    padding: 0 10px 0 0
}

@media (max-width:1023px) {
    .Com_initiatives.Com_environment .initiatives-wrapper .initiatives-box .bottom-text-box {
        width: 100%;
        padding: 0 10px 0 10px
    }
}

.Com_initiatives.Com_environment .initiatives-wrapper .initiatives-box.left-sec .image-box {
    margin-right: 3%
}

@media (max-width:1023px) {
    .Com_initiatives.Com_environment .initiatives-wrapper .initiatives-box.left-sec .image-box {
        margin-right: 0
    }
}

.Com_initiatives.Com_environment .initiatives-wrapper .initiatives-box.right-sec {
    flex-direction: row-reverse
}

@media (max-width:1023px) {
    .Com_initiatives.Com_environment .initiatives-wrapper .initiatives-box.right-sec {
        flex-direction: column
    }
}

.Com_initiatives.Com_environment .initiatives-wrapper .initiatives-box.right-sec .image-box {
    margin-left: 4%
}

@media (max-width:1023px) {
    .Com_initiatives.Com_environment .initiatives-wrapper .initiatives-box.right-sec .image-box {
        margin-left: 0
    }
}

.Com_initiatives.Com_environment .governance-heading {
    width: 100%;
    position: relative;
    padding: 0 0 30px 5px
}

    .Com_initiatives.Com_environment .governance-heading .com-heading {
        width: 100%;
        position: relative
    }

@media (max-width:1023px) {
    .Com_initiatives.Com_environment .governance-heading .com-heading {
        margin-top: 5px
    }
}

.Com_initiatives.Com_environment .governance-heading .com-heading h1, .Com_initiatives.Com_environment .governance-heading .com-heading h2, .Com_initiatives.Com_environment .governance-heading .com-heading h3, .Com_initiatives.Com_environment .governance-heading .com-heading h4, .Com_initiatives.Com_environment .governance-heading .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .Com_initiatives.Com_environment .governance-heading .com-heading h1, .Com_initiatives.Com_environment .governance-heading .com-heading h2, .Com_initiatives.Com_environment .governance-heading .com-heading h3, .Com_initiatives.Com_environment .governance-heading .com-heading h4, .Com_initiatives.Com_environment .governance-heading .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .Com_initiatives.Com_environment .governance-heading .com-heading h1, .Com_initiatives.Com_environment .governance-heading .com-heading h2, .Com_initiatives.Com_environment .governance-heading .com-heading h3, .Com_initiatives.Com_environment .governance-heading .com-heading h4, .Com_initiatives.Com_environment .governance-heading .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .Com_initiatives.Com_environment .governance-heading .com-heading h1, .Com_initiatives.Com_environment .governance-heading .com-heading h2, .Com_initiatives.Com_environment .governance-heading .com-heading h3, .Com_initiatives.Com_environment .governance-heading .com-heading h4, .Com_initiatives.Com_environment .governance-heading .com-heading h5 {
        font-size: 2.2rem
    }
}

.Com_initiatives.Com_environment .governance-heading .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .Com_initiatives.Com_environment .governance-heading .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .Com_initiatives.Com_environment .governance-heading .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

.com_esgPolicies.Com_policy .com-heading {
    width: 45%;
    display: inline-block;
    vertical-align: middle
}

@media (max-width:767px) {
    .com_esgPolicies.Com_policy .com-heading {
        width: 100%
    }
}

.com_esgPolicies.Com_policy .policy-details-wrapper {
    width: 54%;
    display: inline-block;
    vertical-align: middle
}

@media (max-width:767px) {
    .com_esgPolicies.Com_policy .policy-details-wrapper {
        width: 100%
    }
}

.com_esgPolicies.Com_policy .policy-details-wrapper ul li {
    width: 100%
}

.com_esgPolicies.align-text .policy-details-wrapper {
    text-align: right
}

@media (max-width:1023px) {
    .com_esgPolicies.align-text .policy-details-wrapper {
        text-align: left
    }
}

.ourleadershipWrapper.common-wrap {
    justify-content: space-between;
    padding-bottom: 30px
}

    .ourleadershipWrapper.common-wrap .right-btn {
        width: 10%;
        display: flex;
        align-items: center;
        padding: 20px 10px 0 0;
        justify-content: flex-end;
        white-space: nowrap
    }

@media (max-width:767px) {
    .ourleadershipWrapper.common-wrap .right-btn {
        width: 100%
    }
}

.ourleadershipWrapper.common-wrap .right-btn .gradient-button {
    padding: 20px 23.5px 20px 23.5px;
    font-size: 1.8rem;
    
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    z-index: 0;
    cursor: pointer;
    text-decoration: none;
    color: #393939;
    border-radius: 8px;
    border: 1px solid #393939;
    background: 0 0;
    line-height: 100%
}

@media (max-width:1023px) {
    .ourleadershipWrapper.common-wrap .right-btn .gradient-button {
        padding: 15px 14px 15px 14px;
        font-size: 1.4rem;
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }
}

.ourleadershipWrapper.common-wrap .right-btn .gradient-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

@media (max-width:1023px) {
    .ourleadershipWrapper.common-wrap .right-btn .gradient-button::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

.ourleadershipWrapper.common-wrap .right-btn .gradient-button:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500
}

    .ourleadershipWrapper.common-wrap .right-btn .gradient-button:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

.ourleadershipWrapper.common-wrap .ourleadership-wrap {
    padding: 30px 0
}

.press-release {
    display: block;
    padding-bottom: 70px;
    padding-top: 0
}

@media (max-width:991px) {
    .press-release {
        padding-bottom: 40px
    }
}

.press-release.marginTop2 {
    padding-top: 65px
}

.press-release .threecard-box {
    padding-top: 0
}

@media (max-width:1023px) {
    .press-release .threecard-box {
        padding-top: 10px
    }
}

.press-release .press-release-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative
}

    .press-release .press-release-wrapper .com-heading {
        width: 100%;
        position: relative
    }

@media (max-width:1023px) {
    .press-release .press-release-wrapper .com-heading {
        margin-top: 5px
    }
}

.press-release .press-release-wrapper .com-heading h1, .press-release .press-release-wrapper .com-heading h2, .press-release .press-release-wrapper .com-heading h3, .press-release .press-release-wrapper .com-heading h4, .press-release .press-release-wrapper .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .press-release .press-release-wrapper .com-heading h1, .press-release .press-release-wrapper .com-heading h2, .press-release .press-release-wrapper .com-heading h3, .press-release .press-release-wrapper .com-heading h4, .press-release .press-release-wrapper .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .press-release .press-release-wrapper .com-heading h1, .press-release .press-release-wrapper .com-heading h2, .press-release .press-release-wrapper .com-heading h3, .press-release .press-release-wrapper .com-heading h4, .press-release .press-release-wrapper .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .press-release .press-release-wrapper .com-heading h1, .press-release .press-release-wrapper .com-heading h2, .press-release .press-release-wrapper .com-heading h3, .press-release .press-release-wrapper .com-heading h4, .press-release .press-release-wrapper .com-heading h5 {
        font-size: 2.2rem
    }
}

.press-release .press-release-wrapper .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .press-release .press-release-wrapper .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .press-release .press-release-wrapper .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

.press-release .press-release-wrapper .filter-head {
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 1px solid #c1c1c1;
    display: none
}

@media (max-width:1023px) {
    .press-release .press-release-wrapper .filter-head {
        display: block;
        top: 4px
    }
}

@media (max-width:767px) {
    .press-release .press-release-wrapper .filter-head {
        top: 0
    }
}

.press-release .press-release-wrapper .filter-head img {
    display: inline-block;
    width: 18px
}

@media (max-width:439px) {
    .press-release .press-release-wrapper .filter-head img {
        width: 14px
    }
}

.press-release .press-release-wrapper .filter-head span {
    font-size: 2rem;
    padding-left: 8px;
    line-height: 2.376rem;
    font-weight: 400;
    
    color: #393939
}

@media (max-width:439px) {
    .press-release .press-release-wrapper .filter-head span {
        font-size: 1.4rem;
        padding-left: 3px
    }
}

.press-release .press-release-wrapper .press-searchBox {
    display: block;
    width: 100%;
    padding: 30px 0 0
}

@media (max-width:1023px) {
    .press-release .press-release-wrapper .press-searchBox {
        display: none;
        position: fixed;
        background: #000;
        z-index: 9999;
        top: 58px;
        height: 100vh;
        width: 100%;
        left: 0;
        padding: 40px 30px
    }
}

.press-release .press-release-wrapper .press-searchBox .headbox {
    display: none;
    padding-bottom: 40px;
    position: relative
}

@media (max-width:1023px) {
    .press-release .press-release-wrapper .press-searchBox .headbox {
        display: block
    }
}

.press-release .press-release-wrapper .press-searchBox .headbox .filter-close {
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer
}

.press-release .press-release-wrapper .press-searchBox .mob-filters-btn {
    width: 100%;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width:1024px) {
    .press-release .press-release-wrapper .press-searchBox .mob-filters-btn {
        display: none
    }
}

@media (max-width:1023px) {
    .press-release .press-release-wrapper .press-searchBox .mob-filters-btn {
        display: flex
    }
}

.press-release .press-release-wrapper .press-searchBox .mob-filters-btn .gradient-button {
    padding: 20px 23.5px 20px 23.5px;
    font-size: 1.8rem;
    
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    z-index: 0;
    cursor: pointer;
    text-decoration: none;
    color: #393939;
    border-radius: 8px;
    border: 1px solid #393939;
    background: 0 0;
    line-height: 100%
}

@media (max-width:1023px) {
    .press-release .press-release-wrapper .press-searchBox .mob-filters-btn .gradient-button {
        padding: 15px 14px 15px 14px;
        font-size: 1.4rem;
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }
}

.press-release .press-release-wrapper .press-searchBox .mob-filters-btn .gradient-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

@media (max-width:1023px) {
    .press-release .press-release-wrapper .press-searchBox .mob-filters-btn .gradient-button::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

.press-release .press-release-wrapper .press-searchBox .mob-filters-btn .gradient-button:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500
}

    .press-release .press-release-wrapper .press-searchBox .mob-filters-btn .gradient-button:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

.press-release .press-release-wrapper .press-searchBox form {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px
}

    .press-release .press-release-wrapper .press-searchBox form.noborder {
        border-bottom: 1px solid #c1c1c1
    }

    .press-release .press-release-wrapper .press-searchBox form .inputbox {
        background: #000;
        width: 65%;
        display: inline-block;
        color: #c1c1c1;
        border: .5px solid #656469;
        margin: 0 4% 0 0;
        position: relative
    }

@media (max-width:1023px) {
    .press-release .press-release-wrapper .press-searchBox form .inputbox {
        width: 100%;
        margin-bottom: 20px
    }
}

.press-release .press-release-wrapper .press-searchBox form .inputbox.selectbox {
    width: 30%;
    margin-right: 0
}

@media (max-width:767px) {
    .press-release .press-release-wrapper .press-searchBox form .inputbox.selectbox {
        width: 100%;
        margin-top: 15px
    }
}

.press-release .press-release-wrapper .press-searchBox form .inputbox.selectbox::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #888;
    content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none
}

.press-release .press-release-wrapper .press-searchBox form .inputbox input, .press-release .press-release-wrapper .press-searchBox form .inputbox select {
    background: 0 0;
    border: none;
    padding: 13px 20px;
    display: block;
    color: #c1c1c1;
    width: 100%;
    
    font-size: 1.4rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media (max-width:767px) {
    .press-release .press-release-wrapper .press-searchBox form .inputbox input, .press-release .press-release-wrapper .press-searchBox form .inputbox select {
        font-size: 1.6rem
    }
}

.press-release .press-release-wrapper .press-searchBox form .inputbox input.search-box, .press-release .press-release-wrapper .press-searchBox form .inputbox select.search-box {
    width: 80%;
    display: inline-block
}

@media (max-width:767px) {
    .press-release .press-release-wrapper .press-searchBox form .inputbox input.search-box, .press-release .press-release-wrapper .press-searchBox form .inputbox select.search-box {
        width: 70%
    }
}

.press-release .press-release-wrapper .press-searchBox form .search-btn-wrap {
    display: inline-block;
    align-items: center;
    width: 19%;
    vertical-align: middle;
    text-align: right
}

@media (max-width:767px) {
    .press-release .press-release-wrapper .press-searchBox form .search-btn-wrap {
        width: 29%
    }
}

.press-release .press-release-wrapper .press-searchBox form .search-btn-wrap .search-btn {
    background: url(https://www.adani.com/assets/adaniv1/dist/images/newsroom/search-icon.svg) no-repeat right 16px center;
    padding: 0 20px;
    min-height: 16px;
    display: inline-block;
    cursor: pointer
}

.press-release .press-release-wrapper .press-searchBox form .search-btn-wrap .voice-search {
    background: url(https://www.adani.com/assets/adaniv1/dist/images/newsroom/mic.svg) no-repeat right center;
    display: inline-block;
    border-left: 2px solid #fff;
    min-height: 16px;
    padding: 0 15px;
    cursor: pointer
}

.press-release .press-release-wrapper .search-result {
    display: block;
    width: 100%;
    margin-bottom: 12px
}

    .press-release .press-release-wrapper .search-result ul li {
        color: #c1c1c1;
        border-radius: 8px;
        padding: 9.5px 12px 9.5px 12px;
        margin-right: 10px;
        margin-bottom: 10px;
        font-size: 2rem;
        
        font-weight: 400;
        position: relative;
        z-index: 0;
        display: inline-block
    }

        .press-release .press-release-wrapper .search-result ul li::before {
            content: "";
            position: absolute;
            z-index: -1;
            inset: 0;
            border: 1px solid transparent;
            border-radius: 8px;
            background: linear-gradient(to right,#2e57aa 0,#91288d 100%);
            background-origin: border-box;
            background-clip: border-box;
            -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
            mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat
        }

        .press-release .press-release-wrapper .search-result ul li span {
            vertical-align: middle;
            padding-left: 10px;
            cursor: pointer
        }

            .press-release .press-release-wrapper .search-result ul li span img {
                display: inline-block
            }

.threecard-box {
    padding-top: 24px;
    margin-left: -20px;
    margin-right: -20px
}

    .threecard-box .threecard-boxWrapper {
        width: 100%
    }

        .threecard-box .threecard-boxWrapper .three-imgcardBox {
            width: calc(33.333% - 14px);
            margin-bottom: 50px;
            display: inline-block;
            vertical-align: top;
            transition: all .3s;
            margin-right: 20px;
            padding: 20px;
            transition: all .7s linear
        }

@media (max-width:1399px) {
    .threecard-box .threecard-boxWrapper .three-imgcardBox {
        margin-bottom: 30px
    }
}

.threecard-box .threecard-boxWrapper .three-imgcardBox:nth-child(3n) {
    margin-right: 0
}

@media (max-width:1023px) {
    .threecard-box .threecard-boxWrapper .three-imgcardBox:nth-child(3n) {
        margin-right: 40px
    }
}

.threecard-box .threecard-boxWrapper .three-imgcardBox.noimage {
    padding-bottom: 20px;
    margin-bottom: 20px
}

    .threecard-box .threecard-boxWrapper .three-imgcardBox.noimage .card-text-box {
        margin-bottom: 20px;
        transition: all .7s;
        padding: 20px
    }

        .threecard-box .threecard-boxWrapper .three-imgcardBox.noimage .card-text-box:last-child {
            border-bottom: none
        }

        .threecard-box .threecard-boxWrapper .three-imgcardBox.noimage .card-text-box .card-sub-text {
            margin-bottom: 0
        }

        .threecard-box .threecard-boxWrapper .three-imgcardBox.noimage .card-text-box .readmre-btn {
            margin-bottom: 40px;
            position: initial
        }

        .threecard-box .threecard-boxWrapper .three-imgcardBox.noimage .card-text-box:hover {
            background: #f3f3f3
        }

    .threecard-box .threecard-boxWrapper .three-imgcardBox.noimage:hover {
        background: 0 0;
        transition: all .3s
    }

@media (max-width:1023px) {
    .threecard-box .threecard-boxWrapper .three-imgcardBox {
        width: calc(50% - 22px);
        margin-right: 40px
    }

        .threecard-box .threecard-boxWrapper .three-imgcardBox:nth-child(2n) {
            margin-right: 0
        }
}

@media (max-width:767px) {
    .threecard-box .threecard-boxWrapper .three-imgcardBox {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }
}

.threecard-box .threecard-boxWrapper .three-imgcardBox .image-box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 17px;
    position: relative;
    max-height: 14.67vw
}

    .threecard-box .threecard-boxWrapper .three-imgcardBox .image-box .overlay-text {
        position: absolute;
        left: 20px;
        bottom: 20px;
        z-index: 91;
        
        font-size: 1.6rem;
        color: #fff;
        font-weight: 400
    }

    .threecard-box .threecard-boxWrapper .three-imgcardBox .image-box::after {
        position: absolute;
        z-index: 9;
        height: 30%;
        width: 100%;
        content: " ";
        bottom: 0;
        background: linear-gradient(to bottom,transparent 0,#000 100%);
        opacity: .7
    }

@media (min-width:768px) and (max-width:1023px) {
    .threecard-box .threecard-boxWrapper .three-imgcardBox .image-box {
        max-height: 23vw
    }
}

@media (max-width:767px) {
    .threecard-box .threecard-boxWrapper .three-imgcardBox .image-box {
        max-height: 47vw
    }
}

.threecard-box .threecard-boxWrapper .three-imgcardBox .image-box img {
    width: 100%;
    transition: 1s ease
}

    .threecard-box .threecard-boxWrapper .three-imgcardBox .image-box img:hover {
        transform: scale(1.05)
    }

.threecard-box .threecard-boxWrapper .three-imgcardBox .image-box .tag {
    position: absolute;
    left: 8px;
    top: 0;
    font-size: 1.2rem;
    line-height: 1.426rem;
    color: #fff;
    display: inline-block;
    padding: 8px 16px;
    background: #000;
    border-radius: 0 0 12px 12px;
    background: #2e57aa
}

.threecard-box .threecard-boxWrapper .three-imgcardBox .card-text-box {
    width: 100%;
    color: #c1c1c1;
    position: relative;
    min-height: 115px
}

    .threecard-box .threecard-boxWrapper .three-imgcardBox .card-text-box .card-date-text {
        font-size: 1.6rem;
        padding-bottom: 14px
    }

    .threecard-box .threecard-boxWrapper .three-imgcardBox .card-text-box .card-sub-text {
        font-size: 2rem;
        line-height: 2.4rem;
        font-weight: 600;
        display: -webkit-box;
        -webkit-line-clamp: initial;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

        .threecard-box .threecard-boxWrapper .three-imgcardBox .card-text-box .card-sub-text a {
            color: #c1c1c1;
            text-decoration: none
        }

    .threecard-box .threecard-boxWrapper .three-imgcardBox .card-text-box .readmre-btn {
        color: #fff;
        
        font-size: 1.8rem;
        background: 0 0;
        text-decoration: underline;
        padding-top: 2rem;
        cursor: pointer;
        text-underline-offset: 3px;
        position: absolute;
        bottom: 0;
        font-weight: 400;
        position: absolute;
        bottom: 0
    }

@media (max-width:1023px) {
    .threecard-box .threecard-boxWrapper .three-imgcardBox .card-text-box .readmre-btn {
        font-size: 1.8rem
    }
}

.threecard-box .threecard-boxWrapper .three-imgcardBox .card-text-box .explore-btn {
    color: #fff;
    
    font-size: 1.8rem;
    background: 0 0;
    text-decoration: underline;
    padding-top: 2rem;
    cursor: pointer;
    text-underline-offset: 3px;
    position: absolute;
    bottom: 0;
    font-weight: 400;
    background: url(https://www.adani.com/assets/adaniv1/dist/images/listed-icon.svg) no-repeat right 5px center;
    padding-right: 30px
}

@media (max-width:1023px) {
    .threecard-box .threecard-boxWrapper .three-imgcardBox .card-text-box .explore-btn {
        font-size: 1.8rem
    }
}

.load-more-btn {
    display: block;
    width: 100%;
    text-align: center
}

    .load-more-btn .gradient-button {
        padding: 20px 23.5px 20px 23.5px;
        font-size: 1.8rem;
        
        text-transform: capitalize;
        font-weight: 500;
        position: relative;
        z-index: 0;
        cursor: pointer;
        text-decoration: none;
        color: #393939;
        border-radius: 8px;
        border: 1px solid #393939;
        background: 0 0;
        line-height: 100%
    }

@media (max-width:1023px) {
    .load-more-btn .gradient-button {
        padding: 15px 14px 15px 14px;
        font-size: 1.4rem;
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }
}

.load-more-btn .gradient-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

@media (max-width:1023px) {
    .load-more-btn .gradient-button::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

.load-more-btn .gradient-button:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500
}

    .load-more-btn .gradient-button:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

.press-release .threecard-box .threecard-boxWrapper .three-imgcardBox .card-text-box {
    min-height: auto
}

.mac .press-release .form-control .inputbox input {
    padding: 15px 20px 11px 20px !important
}

.mac .press-release .form-control .inputbox select {
    padding: 15px 20px 11px 20px !important
}

.mac .press-release .press-release-wrapper .search-result ul li {
    padding: 10.5px 12px 8.5px 12px
}

    .mac .press-release .press-release-wrapper .search-result ul li span {
        position: relative;
        top: 2px
    }

.investors-block-new {
    display: flex;
    flex-wrap: wrap
}

    .investors-block-new .press-release-view {
        font-weight: 500;
        font-size: 1.6rem;
        color: #18182f;
        margin-top: 20px;
        line-height: 100%
    }

.new-PR-structure {
    padding-bottom: 0
}

    .new-PR-structure .pd-b-0 {
        padding-bottom: 0
    }

.custom-tab-wrapper {
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,.5);
    margin-top: 40px;
    padding-bottom: 73px
}

.custom-tab-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 29px;
    border-bottom: 1px solid rgba(0,0,0,.5);
    padding-bottom: 31px;
    margin-bottom: 30px;
    overflow: hidden
}

@media (max-width:1039px) {
    .custom-tab-list {
        gap: 15px
    }
}

.custom-tab-item {
    padding: 23.5px 46px;
    cursor: pointer;
    background: rgba(24,24,47,.31);
    color: #c1c1c1;
    font-size: 2rem;
    font-weight: 600;
    min-width: 275px;
    width: 25%;
    border-radius: 4px;
    text-align: center
}

@media (max-width:1599px) {
    .custom-tab-item {
        padding: 23.5px 23.5px
    }
}

@media (max-width:1365px) {
    .custom-tab-item {
        padding: 23.5px 15px;
        min-width: 200px
    }
}

@media (max-width:1039px) {
    .custom-tab-item {
        padding: 23.5px 10px;
        min-width: 175px;
        font-size: 1.8rem
    }
}

.custom-tab-item.active {
    background: #fff;
    color: #393939
}

.custom-tab-content {
    display: none
}

    .custom-tab-content.active {
        display: block
    }

.mobiledropdown {
    display: none;
    padding: 10px 20px;
    border: 1px solid #ccc;
    cursor: pointer;
    position: relative
}

    .mobiledropdown::after {
        content: "▼";
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%)
    }

@media (max-width:850px) {
    .custom-tab-list {
        display: none;
        flex-direction: column;
        position: absolute;
        width: 100%;
        background: #fff;
        z-index: 10
    }

    .tab-with-filter .mobiledropdown {
        width: 250px
    }

    .tab-with-filter .custom-tab-list.open {
        width: 250px
    }

    .custom-tab-list.open {
        display: flex;
        background: #fff;
        margin-top: 10px;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px
    }

        .custom-tab-list.open .custom-tab-item {
            text-align: left;
            width: 100%
        }

    .mobiledropdown {
        display: block;
        width: 100%;
        font-size: 2rem;
        padding: 17px
    }
}

@media (max-width:450px) {
    .tab-with-filter .mobiledropdown {
        width: 220px;
        font-size: 1.8rem;
        padding: 17px 10px
    }

    .tab-with-filter .custom-tab-list.open {
        width: 220px
    }

    .tab-with-filter {
        gap: 5px !important
    }

    .PR-YearFilter {
        padding-left: 10px;
        padding-right: 10px;
        width: 110px !important;
        min-width: unset !important
    }

        .PR-YearFilter select {
            padding-left: 0 !important;
            padding-right: 0 !important;
            font-weight: 400 !important;
            font-size: 1.8rem
        }

        .PR-YearFilter::after {
            right: 7px !important
        }
}

.press-release-inner-page {
    margin-top: 65px
}

    .press-release-inner-page .custom-tab-wrapper {
        border-bottom: none;
        padding-bottom: 0
    }

.compendium-sec {
    padding-bottom: 0
}

    .compendium-sec .custom-tab-wrapper {
        border-bottom: none;
        padding-bottom: 0
    }

.tab-with-filter {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px
}

@media (max-width:1039px) {
    .tab-with-filter {
        gap: 15px
    }
}

.tab-with-filter .custom-tab-list {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

    .tab-with-filter .custom-tab-list .custom-tab-item {
        font-size: 1.8rem;
        padding: 20px 30px;
        width: auto;
        min-width: 110px
    }

@media (max-width:1039px) {
    .tab-with-filter .custom-tab-list .custom-tab-item {
        padding: 20px 15px;
        min-width: 80px
    }
}

.tab-with-filter .PR-YearFilter {
    border: .5px solid #393933;
    border-radius: 5px;
    position: relative;
    min-width: 150px;
    display: inline-block
}

    .tab-with-filter .PR-YearFilter:after {
        width: 12px;
        height: 12px;
        border-right: .1em solid #000;
        border-top: .1em solid #000;
        transform: rotate(135deg) !important;
        content: "";
        position: absolute;
        right: 20px;
        top: 35%;
        transform: translateY(-35%)
    }

    .tab-with-filter .PR-YearFilter select {
        color: #18182f;
        font-weight: 500;
        font-size: 1.8rem;
        padding: 18px 20px
    }

.light-mode .three-imgcardBox:hover {
    background: #f0f0f0
}

.light-mode .custom-tab-item {
    background: #dedede
}

    .light-mode .custom-tab-item.active {
        background: #000;
        color: #fff !important
    }

.light-mode .mobiledropdown {
    background: #eee
}

.gallery-main {
    width: 100%;
    position: relative;
    padding: 70px 0 40px
}

@media (max-width:767px) {
    .gallery-main {
        padding: 30px 0
    }
}

.gallery-main .com_heading {
    width: 100%;
    position: relative;

}

@media (max-width:1023px) {
    .gallery-main .com_heading {
        margin-top: 5px
    }
}

.gallery-main .com_heading h1, .gallery-main .com_heading h2, .gallery-main .com_heading h3, .gallery-main .com_heading h4, .gallery-main .com_heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .gallery-main .com_heading h1, .gallery-main .com_heading h2, .gallery-main .com_heading h3, .gallery-main .com_heading h4, .gallery-main .com_heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .gallery-main .com_heading h1, .gallery-main .com_heading h2, .gallery-main .com_heading h3, .gallery-main .com_heading h4, .gallery-main .com_heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .gallery-main .com_heading h1, .gallery-main .com_heading h2, .gallery-main .com_heading h3, .gallery-main .com_heading h4, .gallery-main .com_heading h5 {
        font-size: 2.2rem
    }
}

.gallery-main .com_heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .gallery-main .com_heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .gallery-main .com_heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

.gallery-main .gallery-wrapper {
    width: 100%;
    padding-top: 40px
}

    .gallery-main .gallery-wrapper .imglist .gallery-item {
        width: 31%;
        margin-right: 3%;
        margin-bottom: 3%;
        display: inline-block
    }

        .gallery-main .gallery-wrapper .imglist .gallery-item:nth-child(3n) {
            margin-right: 0
        }

@media (max-width:767px) {
    .gallery-main .gallery-wrapper .imglist .gallery-item {
        width: 48%
    }

        .gallery-main .gallery-wrapper .imglist .gallery-item:nth-child(3n) {
            margin-right: 3%
        }

        .gallery-main .gallery-wrapper .imglist .gallery-item:nth-child(2n) {
            margin-right: 0
        }
}

.gallery-main .gallery-wrapper .imglist .gallery-item img {
    border-radius: 8px;
    width: 100%
}

.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 80px;
    background: 0 0
}

@media (max-width:767px) {
    .fancybox-thumbs {
        display: none !important
    }
}

.fancybox-thumbs__list a {
    color: #c1c1c1;
    border-radius: 8px;
    padding: 9.5px 35px 9.5px 12px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 2rem;
    
    font-weight: 400;
    position: relative;
    z-index: 0;
    display: inline-block
}

    .fancybox-thumbs__list a:before {
        content: "";
        position: absolute;
        z-index: -1;
        inset: 0;
        border: 5px solid transparent;
        border-radius: 8px;
        background: linear-gradient(to right,#2e57aa 0,#91288d 100%);
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat
    }

.spotbanner {
    position: relative;
    height: 100vh;
    overflow: hidden
}

@media (max-width:1219px) {
    .spotbanner {
        height: auto
    }
}

.spotbanner .spotlightWrap {
    display: flex;
    align-items: center
}

@media (max-width:1023px) {
    .spotbanner .spotlightWrap {
        height: auto
    }
}

.spotbanner .spotlightWrap .img-box {
    width: 100%;
    position: relative
}

    .spotbanner .spotlightWrap .img-box picture {
        display: flex;
        align-items: center
    }

        .spotbanner .spotlightWrap .img-box picture img {
            width: 100%;
            height: 100vh;
            -o-object-fit: cover;
            object-fit: cover
        }

    .spotbanner .spotlightWrap .img-box::after {
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom,transparent 0,#000 100%);
        opacity: .85;
        position: absolute;
        content: " ";
        z-index: 1;
        top: 0;
        left: 0
    }

.spotbanner .spotlightWrap .text-wraper {
    position: absolute;
    z-index: 2;
    left: 5.56%;
    color: #fff;
    text-align: left;
    max-width: 700px
}

@media (min-width:2100px) {
    .spotbanner .spotlightWrap .text-wraper {
        left: calc(50% - 960px)
    }
}

@media (min-width:2100px) and (max-width:2199px) {
    .spotbanner .spotlightWrap .text-wraper {
        left: calc(50% - 940px)
    }
}

@media (max-width:1219px) {
    .spotbanner .spotlightWrap .text-wraper {
        left: 20px
    }
}

@media (max-width:767px) {
    .spotbanner .spotlightWrap .text-wraper {
        max-width: 90%;
        bottom: 9%
    }
}

.spotbanner .spotlightWrap .text-wraper .title {
    font-size: 4.4rem;
    
    color: #fff;
    line-height: 100%;
    font-weight: 600
}

@media (max-width:1023px) {
    .spotbanner .spotlightWrap .text-wraper .title {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .spotbanner .spotlightWrap .text-wraper .title {
        font-size: 2.4rem
    }
}

.spotbanner .spotlightWrap .breadcrumb-wrapper .breadcrumb {
    padding: 32px 0
}

@media (max-width:991px) {
    .spotbanner .spotlightWrap .breadcrumb-wrapper .breadcrumb {
        padding: 40px 0
    }
}

.spotbanner.halfbanner {
    height: auto
}

    .spotbanner.halfbanner .spotlightWrap {
        height: auto;
        margin-top: 65px
    }

@media (max-width:439px) {
    .spotbanner.halfbanner .spotlightWrap {
        height: 100vh;
        margin-top: 0
    }
}

.spotbanner.bottomPos .text-wraper {
    bottom: 110px;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end
}

    .spotbanner.bottomPos .text-wraper.with-paragraph .watch-btn {
        margin-top: 38px
    }

    .spotbanner.bottomPos .text-wraper .watch-btn {
        padding: 17px 17px 17px 17px;
        margin-top: 29px;
        display: inline-grid
    }

    .spotbanner.bottomPos .text-wraper .subtext {
        margin-bottom: 0
    }

@media (max-width:767px) {
    .spotbanner.bottomPos .text-wraper .subtext br {
        display: none
    }
}

.spotbanner.no-gradient .spotlightWrap .img-box::after {
    background: 0 0 !important
}

.breadcrumb-wrapper {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 5.56%;
    color: #fff;
    text-align: left
}

@media (min-width:2100px) {
    .breadcrumb-wrapper {
        left: calc(50% - 960px)
    }
}

@media (max-width:1219px) {
    .breadcrumb-wrapper {
        left: 20px
    }
}

.breadcrumb-wrapper .breadcrumbLink {
    display: inline-block;
    color: #c1c1c1;
    font-size: 1.2rem
}

    .breadcrumb-wrapper .breadcrumbLink.separator {
        padding: 0 8px
    }

@media (max-width:1023px) {
    .breadcrumb-wrapper .breadcrumb {
        padding: 18px 0
    }
}

.stories-detail-main {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative
}

    .stories-detail-main .detailWrapper {
        width: 100%
    }

        .stories-detail-main .detailWrapper .com-heading {
            width: 100%;
            position: relative
        }

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .com-heading {
        margin-top: 5px
    }
}

.stories-detail-main .detailWrapper .com-heading h1, .stories-detail-main .detailWrapper .com-heading h2, .stories-detail-main .detailWrapper .com-heading h3, .stories-detail-main .detailWrapper .com-heading h4, .stories-detail-main .detailWrapper .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .com-heading h1, .stories-detail-main .detailWrapper .com-heading h2, .stories-detail-main .detailWrapper .com-heading h3, .stories-detail-main .detailWrapper .com-heading h4, .stories-detail-main .detailWrapper .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .stories-detail-main .detailWrapper .com-heading h1, .stories-detail-main .detailWrapper .com-heading h2, .stories-detail-main .detailWrapper .com-heading h3, .stories-detail-main .detailWrapper .com-heading h4, .stories-detail-main .detailWrapper .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .stories-detail-main .detailWrapper .com-heading h1, .stories-detail-main .detailWrapper .com-heading h2, .stories-detail-main .detailWrapper .com-heading h3, .stories-detail-main .detailWrapper .com-heading h4, .stories-detail-main .detailWrapper .com-heading h5 {
        font-size: 2.2rem
    }
}

.stories-detail-main .detailWrapper .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .stories-detail-main .detailWrapper .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

.stories-detail-main .detailWrapper .com-heading h1 {
    font-size: 3.4rem
}

@media (max-width:767px) {
    .stories-detail-main .detailWrapper .com-heading h1 {
        font-size: 3rem
    }
}

@media (max-width:390px) {
    .stories-detail-main .detailWrapper .com-heading h1 {
        font-size: 2.4rem
    }
}

.stories-detail-main .detailWrapper .innerPgConten {
    padding: 40px 0 0;
    font-family: Adani
}

    .stories-detail-main .detailWrapper .innerPgConten.nopadding {
        padding: 0
    }

@media (max-width:767px) {
    .stories-detail-main .detailWrapper .innerPgConten {
        padding: 20px 0 0
    }
}

.stories-detail-main .detailWrapper .innerPgConten h2 {
    font-size: 2.4rem;
    color: #c1c1c1;
    margin-bottom: 10px
}

.stories-detail-main .detailWrapper .innerPgConten h3 {
    font-size: 2.2rem;
    color: #c1c1c1;
    margin-bottom: 10px
}

@media (max-width:767px) {
    .stories-detail-main .detailWrapper .innerPgConten h3 {
        font-size: 1.6rem
    }
}

.stories-detail-main .detailWrapper .innerPgConten h4 {
    font-size: 1.8rem
}

.stories-detail-main .detailWrapper .innerPgConten ul {
    padding-left: 20px;
    margin-bottom: 20px
}

    .stories-detail-main .detailWrapper .innerPgConten ul li {
        font-size: 2.2rem;
        
        color: #c1c1c1;
        line-height: 150%;
        list-style: disc;
        padding: 5px 0
    }

@media (max-width:767px) {
    .stories-detail-main .detailWrapper .innerPgConten ul li {
        font-size: 1.6rem
    }
}

.stories-detail-main .detailWrapper .innerPgConten ul li ul {
    margin-left: 30px;
    margin-bottom: 0
}

.stories-detail-main .detailWrapper .innerPgConten p {
    font-size: 2.2rem;
    
    color: #c1c1c1;
    line-height: 123.76%;
    margin-bottom: 15px
}

    .stories-detail-main .detailWrapper .innerPgConten p strong {
        font-weight: 700
    }

@media (max-width:767px) {
    .stories-detail-main .detailWrapper .innerPgConten p {
        font-size: 1.6rem
    }
}

.stories-detail-main .detailWrapper .innerPgConten ol {
    padding-left: 20px;
    margin-bottom: 33px
}

    .stories-detail-main .detailWrapper .innerPgConten ol li {
        list-style-type: decimal;
        font-size: 2.2rem;
        
        color: #c1c1c1;
        line-height: 123.76%;
        padding: 5px 0 17px 0
    }

        .stories-detail-main .detailWrapper .innerPgConten ol li:last-child {
            padding: 5px 0 6px 0
        }

@media (max-width:767px) {
    .stories-detail-main .detailWrapper .innerPgConten ol li {
        font-size: 1.6rem
    }
}

.stories-detail-main .detailWrapper .innerPgConten ol li ol {
    margin-left: 30px;
    margin-bottom: 0
}

.stories-detail-main .detailWrapper .innerPgConten table {
    width: 100%;
    border: 1px solid #393939;
    border-collapse: separate;
    text-align: left;
    margin: 30px 0
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten table {
        overflow: hidden;
        overflow-x: auto;
        display: block
    }
}

.stories-detail-main .detailWrapper .innerPgConten table tr:nth-child(2n) {
    background: rgba(0,0,0,.6)
}

.stories-detail-main .detailWrapper .innerPgConten table tr th {
    background: #000;
    border: 1px solid #393939;
    padding: 25px 20px;
    font-size: 2.4rem;
    color: #fff;
    font-weight: 600
}

@media (max-width:767px) {
    .stories-detail-main .detailWrapper .innerPgConten table tr th {
        font-size: 1.6rem;
        padding: 10px 5px
    }
}

.stories-detail-main .detailWrapper .innerPgConten table tr td {
    border: 1px solid #393939;
    padding: 10px 20px;
    font-size: 2rem;
    color: #c1c1c1
}

@media (max-width:767px) {
    .stories-detail-main .detailWrapper .innerPgConten table tr td {
        font-size: 1.3rem;
        padding: 5px
    }
}

.stories-detail-main .detailWrapper .innerPgConten iframe {
    max-width: 800px;
    margin: 0 auto;
    padding: 25px 0
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten iframe {
        width: 100%;
        flex-wrap: wrap
    }
}

.stories-detail-main .detailWrapper .innerPgConten .blog-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
    margin-bottom: 20px
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten .blog-container {
        padding: 10px 0;
        margin-bottom: 0
    }
}

.stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section {
    width: 40%
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section {
        width: 100%
    }
}

.stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section .image-wrap-container {
    width: 100%
}

    .stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section .image-wrap-container .blogslider {
        width: 100%;
        position: relative;
        border-radius: 20px
    }

        .stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section .image-wrap-container .blogslider .blogslider-box {
            width: 100%
        }

            .stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section .image-wrap-container .blogslider .blogslider-box .img-box {
                width: 100%;
                overflow: hidden
            }

                .stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section .image-wrap-container .blogslider .blogslider-box .img-box img {
                    width: 100%;
                    transition: 1s ease
                }

                    .stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section .image-wrap-container .blogslider .blogslider-box .img-box img:hover {
                        transform: scale(1.05)
                    }

        .stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section .image-wrap-container .blogslider .swiper-button-next:after, .stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section .image-wrap-container .blogslider .swiper-rtl .swiper-button-prev:after {
            color: #fff
        }

        .stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section .image-wrap-container .blogslider .swiper-button-prev:after, .stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section .image-wrap-container .blogslider .swiper-rtl .swiper-button-next:after {
            color: #fff
        }

.stories-detail-main .detailWrapper .innerPgConten .blog-container .right-section {
    width: 60%;
    display: block
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten .blog-container .right-section {
        width: 100%
    }
}

.stories-detail-main .detailWrapper .innerPgConten .blog-container .right-section .blog-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

    .stories-detail-main .detailWrapper .innerPgConten .blog-container .right-section .blog-content p {
        width: 100%;
        font-size: 2.2rem;
        
        color: #c1c1c1;
        line-height: 150%;
        padding: 5px 0 0 40px
    }

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten .blog-container .right-section .blog-content p {
        padding: 5px 0 0 0;
        font-size: 1.6rem
    }
}

.stories-detail-main .detailWrapper .innerPgConten .blog-container .right-section h2 {
    padding-left: 40px
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten .blog-container .right-section h2 {
        padding-left: 0;
        margin-top: 20px;
        font-size: 1.8rem
    }
}

.stories-detail-main .detailWrapper .innerPgConten .blog-container.right-align {
    flex-direction: row-reverse
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten .blog-container.right-align {
        flex-direction: column
    }
}

.stories-detail-main .detailWrapper .innerPgConten .blog-container.right-align .right-section .blog-content p {
    padding: 5px 40px 0 0
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten .blog-container.right-align .right-section .blog-content p {
        padding: 5px 0 0 0
    }
}

.stories-detail-main .detailWrapper .innerPgConten .blog-container.right-align .right-section h2 {
    padding-left: 0
}

.stories-detail-main .detailWrapper .innerPgConten .blog-video-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten .blog-video-container {
        margin-bottom: 10px
    }
}

.stories-detail-main .detailWrapper .innerPgConten .blog-video-container .embed-container {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%
}

    .stories-detail-main .detailWrapper .innerPgConten .blog-video-container .embed-container iframe {
        width: 800px;
        height: 600px
    }

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten .blog-video-container .embed-container iframe {
        width: 600px;
        height: 500px
    }
}

@media (max-width:767px) {
    .stories-detail-main .detailWrapper .innerPgConten .blog-video-container .embed-container iframe {
        width: 100%;
        height: 100%
    }
}

.stories-detail-main .detailWrapper .innerPgConten h2.center-text {
    text-align: center
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten h2.center-text {
        font-size: 1.8rem
    }
}

.stories-detail-main .detailWrapper .innerPgConten .blog-text {
    width: 100%;
    display: block;
    text-align: center;
    padding: 50px 0
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten .blog-text {
        padding: 3px 0 30px 0
    }
}

.stories-detail-main .detailWrapper .innerPgConten .blog-text aside {
    font-size: 3.5rem;
    font-weight: 500;
    
    color: #fff
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten .blog-text aside {
        font-size: 2rem
    }
}

.stories-detail-main .detailWrapper .innerPgConten a {
    width: 100%;
    overflow: hidden;
    color: #fff;
    display: block
}

.Com_headingFont .stories-detail-main .detailWrapper .com-heading h1 {
    font-size: 4.4rem
}

@media (max-width:1023px) {
    .Com_headingFont .stories-detail-main .detailWrapper .com-heading h1 {
        font-size: 3.4rem
    }
}

.editors-block {
    margin: 20px 0 20px 0;
    padding: 20px;
    border: 1px solid #393939
}

    .editors-block ul {
        margin-left: 20px;
        padding-left: 0 !important;
        margin-bottom: 0
    }

.light-mode .stories-detail-main .innerPgConten .detailWrapper .innerPgConten table tr:last-child td {
    color: #fff
}

@media (max-width:1023px) {
    .press-release .press-release-wrapper .press-searchBox.media-coverage form {
        text-align: center
    }
}

.press-release .press-release-wrapper .press-searchBox.media-coverage form .inputbox {
    width: calc(60% - 40px);
    margin-right: 40px
}

@media (max-width:1023px) {
    .press-release .press-release-wrapper .press-searchBox.media-coverage form .inputbox {
        width: 100%;
        margin: 10px 0
    }
}

.press-release .press-release-wrapper .press-searchBox.media-coverage form .inputbox.selectbox {
    width: calc(20% - 26px);
    margin-right: 40px
}

    .press-release .press-release-wrapper .press-searchBox.media-coverage form .inputbox.selectbox:last-child {
        margin-right: 0
    }

    .press-release .press-release-wrapper .press-searchBox.media-coverage form .inputbox.selectbox::after {
        right: 15px
    }

@media (max-width:1023px) {
    .press-release .press-release-wrapper .press-searchBox.media-coverage form .inputbox.selectbox {
        width: 100%
    }
}

.press-release .press-release-wrapper .press-searchBox.media-coverage form .inputbox select {
    padding: 13px 45px 13px 20px
}

@media (max-width:1023px) {
    .press-release .press-release-wrapper .press-searchBox.media-coverage form .inputbox select {
        width: 100%
    }
}

.mac .press-release .inputbox input {
    padding: 15px 20px 11px 20px !important
}

.mac .press-release .inputbox select {
    padding: 15px 20px 11px 20px !important
}

@media (max-width:1023px) {
    .media-kit-tabs {
        padding-top: 50px
    }
}

.media-kit-tabs .wrap-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width:1023px) {
    .media-kit-tabs .wrap-box {
        flex-wrap: wrap
    }
}

.media-kit-tabs .wrap-box .com-heading {
    width: 100%;
    position: relative
}

@media (max-width:1023px) {
    .media-kit-tabs .wrap-box .com-heading {
        margin-top: 5px
    }
}

.media-kit-tabs .wrap-box .com-heading h1, .media-kit-tabs .wrap-box .com-heading h2, .media-kit-tabs .wrap-box .com-heading h3, .media-kit-tabs .wrap-box .com-heading h4, .media-kit-tabs .wrap-box .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .media-kit-tabs .wrap-box .com-heading h1, .media-kit-tabs .wrap-box .com-heading h2, .media-kit-tabs .wrap-box .com-heading h3, .media-kit-tabs .wrap-box .com-heading h4, .media-kit-tabs .wrap-box .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .media-kit-tabs .wrap-box .com-heading h1, .media-kit-tabs .wrap-box .com-heading h2, .media-kit-tabs .wrap-box .com-heading h3, .media-kit-tabs .wrap-box .com-heading h4, .media-kit-tabs .wrap-box .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .media-kit-tabs .wrap-box .com-heading h1, .media-kit-tabs .wrap-box .com-heading h2, .media-kit-tabs .wrap-box .com-heading h3, .media-kit-tabs .wrap-box .com-heading h4, .media-kit-tabs .wrap-box .com-heading h5 {
        font-size: 2.2rem
    }
}

.media-kit-tabs .wrap-box .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .media-kit-tabs .wrap-box .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .media-kit-tabs .wrap-box .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

.media-kit-tabs .wrap-box .tabs.right-nav {
    position: relative;
    top: 10px;
    display: inline-flex;
    border-bottom: 1px solid #c1c1c1
}

@media (max-width:1023px) {
    .media-kit-tabs .wrap-box .tabs.right-nav {
        width: 100%;
        margin: 40px 0
    }
}

.media-kit-tabs .wrap-box .tabs.right-nav .tab-button {
    text-align: left;
    display: flex;
    padding: 0 30px 15px 25px;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

@media (max-width:1023px) {
    .media-kit-tabs .wrap-box .tabs.right-nav .tab-button {
        padding: 0 10px 10px 12px
    }
}

.media-kit-tabs .wrap-box .tabs.right-nav .tab-button img {
    margin-right: 10px;
    display: none
}

.media-kit-tabs .wrap-box .tabs.right-nav .tab-button p {
    text-wrap: nowrap;
    font-size: 2rem;
    font-weight: 500;
    font-family: Adani
}

@media (max-width:1023px) {
    .media-kit-tabs .wrap-box .tabs.right-nav .tab-button p {
        font-size: 1.4rem
    }
}

.media-kit-tabs .wrap-box .tabs.right-nav .tab-button.active {
    background-image: linear-gradient(to right,#0180a3,#0074b0,#3264b4,#664daa,var(--dot-color));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 500;
    border-width: 4px;
    border-style: solid;
    border-left: none;
    border-right: none;
    border-top: none;
    position: relative;
    -o-border-image: linear-gradient(to right,#0180a3,#0074b0,#3264b4,#664daa,var(--dot-color)) 1;
    border-image: linear-gradient(to right,#0180a3,#0074b0,#3264b4,#664daa,var(--dot-color)) 1;
    position: relative;
    top: 2px
}

    .media-kit-tabs .wrap-box .tabs.right-nav .tab-button.active p {
        background-image: linear-gradient(to right,#0180a3,#0074b0,#3264b4,#664daa,var(--dot-color));
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent !important;
        font-weight: 500
    }

.media-kit-tabs .media-kit {
    display: flex;
    gap: 50px;
    padding-top: 3rem;
    width: calc(100% + 41px);
    margin: 0 -20px
}

@media (max-width:1023px) {
    .media-kit-tabs .media-kit {
        width: 100%;
        margin: 0
    }
}

@media (max-width:1219px) {
    .media-kit-tabs .media-kit {
        gap: 10px;
        padding-top: 2rem
    }
}

@media (max-width:767px) {
    .media-kit-tabs .media-kit {
        flex-direction: column;
        gap: 20px;
        padding-top: 1rem
    }
}

.media-kit-tabs .media-kit .tabs {
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 150px
}

@media (max-width:1219px) {
    .media-kit-tabs .media-kit .tabs {
        max-width: 120px
    }
}

@media (max-width:767px) {
    .media-kit-tabs .media-kit .tabs {
        flex-direction: unset;
        max-width: unset
    }
}

.media-kit-tabs .media-kit .tabs .tab-button {
    padding: 20px 20px;
    cursor: pointer;
    background-color: rgba(193,193,193,.1254901961);
    border: none;
    outline: 0;
    transition: background-color .3s;
    max-width: 120px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    border-bottom: .5px solid #7b7b7b
}

@media (max-width:767px) {
    .media-kit-tabs .media-kit .tabs .tab-button {
        max-width: unset;
        padding: 10px 10px;
        gap: 5px;
        flex: 1
    }
}

.media-kit-tabs .media-kit .tabs .tab-button.active {
    background: linear-gradient( 135deg, #cc9355 0%, #d4af37 40%, #cc9355 70%, #cc9355 100% );
    color: #fff;
    border-bottom: none
}

    .media-kit-tabs .media-kit .tabs .tab-button.active p {
        color: #fff !important
    }

.media-kit-tabs .media-kit .tabs .tab-button p {
    font-size: 1.5rem
}

.media-kit-tabs .media-kit .tabs-conten {
    flex: 1
}

    .media-kit-tabs .media-kit .tabs-conten .tabs-conetn-serchbar {
        margin-bottom: 2rem;
        padding: 0 20px
    }

@media (max-width:1219px) {
    .media-kit-tabs .media-kit .tabs-conten .tabs-conetn-serchbar {
        padding: 0 10px
    }
}

@media (max-width:767px) {
    .media-kit-tabs .media-kit .tabs-conten .tabs-conetn-serchbar {
        padding: 0;
        margin-bottom: 1rem
    }
}

.media-kit-tabs .media-kit .tabs-conten .tabs-conetn-serchbar .inputbox {
    width: 100%;
    display: inline-block;
    color: #c1c1c1;
    border-radius: unset;
    position: relative
}

.media-kit-tabs .media-kit .tabs-conten .tabs-conetn-serchbar .search-box {
    width: 80%;
    display: inline-block;
    background: 0 0;
    border: none;
    color: inherit;
    padding: 15px
}

@media (max-width:767px) {
    .media-kit-tabs .media-kit .tabs-conten .tabs-conetn-serchbar .search-box {
        width: 80%
    }
}

.media-kit-tabs .media-kit .tabs-conten .tabs-conetn-serchbar .search-btn-wrap {
    display: inline-block;
    align-items: center;
    vertical-align: middle;
    text-align: right;
    position: absolute;
    right: 0;
    top: 33%;
    z-index: 1
}

    .media-kit-tabs .media-kit .tabs-conten .tabs-conetn-serchbar .search-btn-wrap .search-btn {
        background: url(https://www.adani.com/assets/adaniv1/dist/images/newsroom/search-icon.svg) no-repeat right 16px center;
        padding: 0 20px;
        min-height: 16px;
        display: inline-block;
        cursor: pointer;
        filter: brightness(0) saturate(100%) invert(21%) sepia(0) saturate(7500%) hue-rotate(162deg) brightness(100%) contrast(97%)
    }

.media-kit-tabs .media-kit .tabs-conten .tab-content {
    display: none
}

    .media-kit-tabs .media-kit .tabs-conten .tab-content.active {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
        align-items: center;
        justify-content: center
    }

@media (max-width:1219px) {
    .media-kit-tabs .media-kit .tabs-conten .tab-content.active {
        grid-template-columns: 1fr 1fr;
        gap: 10px
    }
}

@media (max-width:767px) {
    .media-kit-tabs .media-kit .tabs-conten .tab-content.active {
        grid-template-columns: 1fr
    }
}

.media-kit-tabs .media-kit .tabs-conten .tab-content .item {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px
}

@media (max-width:767px) {
    .media-kit-tabs .media-kit .tabs-conten .tab-content .item {
        padding: 0;
        margin-bottom: 20px
    }
}

.media-kit-tabs .media-kit .tabs-conten .tab-content .item:hover {
    background-color: #fff
}

@media (max-width:1219px) {
    .media-kit-tabs .media-kit .tabs-conten .tab-content .item:hover {
        background-color: transparent
    }
}

@media (max-width:767px) {
    .media-kit-tabs .media-kit .tabs-conten .tab-content .item:hover {
        background-color: transparent
    }
}

.media-kit-tabs .media-kit .tabs-conten .tab-content .item .image-box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px
}

@media (max-width:1219px) {
    .media-kit-tabs .media-kit .tabs-conten .tab-content .item .image-box {
        margin-bottom: 10px
    }
}

@media (max-width:767px) {
    .media-kit-tabs .media-kit .tabs-conten .tab-content .item .image-box {
        margin-bottom: 10px
    }
}

.media-kit-tabs .media-kit .tabs-conten .tab-content .item .image-box img {
    width: 100%;
    transition: 1s ease
}

.media-kit-tabs .media-kit .tabs-conten .tab-content .item .card-text-box {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    min-height: 80px
}

@media (max-width:1219px) {
    .media-kit-tabs .media-kit .tabs-conten .tab-content .item .card-text-box {
        min-height: unset
    }
}

@media (max-width:767px) {
    .media-kit-tabs .media-kit .tabs-conten .tab-content .item .card-text-box {
        min-height: unset
    }
}

.media-kit-tabs .media-kit .tabs-conten .tab-content .item .card-text-box p {
    font-size: 2.2rem;
    font-weight: 600;
    margin: 0;
    line-height: 24px
}

.media-kit-tabs .media-kit .tabs-conten .tab-content .item .card-text-box .card-sub-text a {
    color: #91288d;
    font-size: 1.8rem;
    text-decoration: underline
}

.media-kit-tabs .media-kit .tabs-conten .tab-content .item .card-text-box .card-sub-text span {
    color: #91288d
}

.media-kit-tabs .media-kit .tabs-conten .btn-div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem
}

    .media-kit-tabs .media-kit .tabs-conten .btn-div .gradient-button {
        padding: 20px 23.5px 20px 23.5px;
        font-size: 1.8rem;
        
        text-transform: capitalize;
        font-weight: 500;
        position: relative;
        z-index: 0;
        cursor: pointer;
        text-decoration: none;
        color: #393939;
        border-radius: 8px;
        border: 1px solid #393939;
        background: 0 0;
        line-height: 100%
    }

@media (max-width:1023px) {
    .media-kit-tabs .media-kit .tabs-conten .btn-div .gradient-button {
        padding: 15px 14px 15px 14px;
        font-size: 1.4rem;
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }
}

.media-kit-tabs .media-kit .tabs-conten .btn-div .gradient-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

@media (max-width:1023px) {
    .media-kit-tabs .media-kit .tabs-conten .btn-div .gradient-button::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

.media-kit-tabs .media-kit .tabs-conten .btn-div .gradient-button:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500
}

    .media-kit-tabs .media-kit .tabs-conten .btn-div .gradient-button:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

.media-kit-tabs .media-kit .tabs-conten .nodata-found {
    padding: 0 10px
}

.media-kit-tabs .media-kit .search-result {
    width: 100%;
    padding: 20px 0 0
}

    .media-kit-tabs .media-kit .search-result #searchtag {
        display: inline-block
    }

        .media-kit-tabs .media-kit .search-result #searchtag li {
            color: #c1c1c1;
            border-radius: 8px;
            padding: 9.5px 12px 9.5px 12px;
            margin-right: 10px;
            margin-bottom: 10px;
            font-size: 2rem;
            
            font-weight: 400;
            position: relative;
            z-index: 0;
            display: inline-block
        }

            .media-kit-tabs .media-kit .search-result #searchtag li::before {
                content: "";
                position: absolute;
                z-index: -1;
                inset: 0;
                border: 1px solid transparent;
                border-radius: 8px;
                background: linear-gradient(to right,#393939 0,#393939 100%);
                background-origin: border-box;
                background-clip: border-box;
                -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
                mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
                -webkit-mask-composite: xor;
                mask-composite: exclude;
                -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat
            }

            .media-kit-tabs .media-kit .search-result #searchtag li span {
                vertical-align: middle;
                padding-left: 10px;
                cursor: pointer
            }

                .media-kit-tabs .media-kit .search-result #searchtag li span img {
                    display: inline-block;
                    filter: brightness(0) saturate(100%) invert(21%) sepia(0) saturate(2065%) hue-rotate(254deg) brightness(93%) contrast(92%)
                }

        .media-kit-tabs .media-kit .search-result #searchtag .clearall {
            color: #91288d;
            
            font-size: 1.8rem;
            background: 0 0;
            text-decoration: underline;
            padding-top: 2rem;
            cursor: pointer;
            text-underline-offset: 3px;
            position: absolute;
            bottom: 0;
            font-weight: 400;
            padding-top: 0;
            position: inherit;
            display: inline-block;
            padding-left: 8px
        }

.stories-detail-main {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative
}

    .stories-detail-main .detailWrapper {
        width: 100%
    }

        .stories-detail-main .detailWrapper .com-heading {
            width: 100%;
            position: relative
        }

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .com-heading {
        margin-top: 5px
    }
}

.stories-detail-main .detailWrapper .com-heading h1, .stories-detail-main .detailWrapper .com-heading h2, .stories-detail-main .detailWrapper .com-heading h3, .stories-detail-main .detailWrapper .com-heading h4, .stories-detail-main .detailWrapper .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .com-heading h1, .stories-detail-main .detailWrapper .com-heading h2, .stories-detail-main .detailWrapper .com-heading h3, .stories-detail-main .detailWrapper .com-heading h4, .stories-detail-main .detailWrapper .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .stories-detail-main .detailWrapper .com-heading h1, .stories-detail-main .detailWrapper .com-heading h2, .stories-detail-main .detailWrapper .com-heading h3, .stories-detail-main .detailWrapper .com-heading h4, .stories-detail-main .detailWrapper .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .stories-detail-main .detailWrapper .com-heading h1, .stories-detail-main .detailWrapper .com-heading h2, .stories-detail-main .detailWrapper .com-heading h3, .stories-detail-main .detailWrapper .com-heading h4, .stories-detail-main .detailWrapper .com-heading h5 {
        font-size: 2.2rem
    }
}

.stories-detail-main .detailWrapper .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .stories-detail-main .detailWrapper .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

.stories-detail-main .detailWrapper .com-heading h1 {
    font-size: 3.4rem
}

@media (max-width:767px) {
    .stories-detail-main .detailWrapper .com-heading h1 {
        font-size: 3rem
    }
}

@media (max-width:390px) {
    .stories-detail-main .detailWrapper .com-heading h1 {
        font-size: 2.4rem
    }
}

.stories-detail-main .detailWrapper .innerPgConten {
    padding: 40px 0 0;
    font-family: Adani
}

    .stories-detail-main .detailWrapper .innerPgConten.nopadding {
        padding: 0
    }

@media (max-width:767px) {
    .stories-detail-main .detailWrapper .innerPgConten {
        padding: 20px 0 0
    }
}

.stories-detail-main .detailWrapper .innerPgConten h2 {
    font-size: 2.4rem;
    color: #c1c1c1;
    margin-bottom: 10px
}

.stories-detail-main .detailWrapper .innerPgConten h3 {
    font-size: 2.2rem;
    color: #c1c1c1;
    margin-bottom: 10px
}

@media (max-width:767px) {
    .stories-detail-main .detailWrapper .innerPgConten h3 {
        font-size: 1.6rem
    }
}

.stories-detail-main .detailWrapper .innerPgConten h4 {
    font-size: 1.8rem
}

.stories-detail-main .detailWrapper .innerPgConten ul {
    padding-left: 20px;
    margin-bottom: 20px
}

    .stories-detail-main .detailWrapper .innerPgConten ul li {
        font-size: 2.2rem;
        
        color: #c1c1c1;
        line-height: 150%;
        list-style: disc;
        padding: 5px 0
    }

@media (max-width:767px) {
    .stories-detail-main .detailWrapper .innerPgConten ul li {
        font-size: 1.6rem
    }
}

.stories-detail-main .detailWrapper .innerPgConten ul li ul {
    margin-left: 30px;
    margin-bottom: 0
}

.stories-detail-main .detailWrapper .innerPgConten p {
    font-size: 2.2rem;
    
    color: #c1c1c1;
    line-height: 123.76%;
    margin-bottom: 15px
}

    .stories-detail-main .detailWrapper .innerPgConten p strong {
        font-weight: 700
    }

@media (max-width:767px) {
    .stories-detail-main .detailWrapper .innerPgConten p {
        font-size: 1.6rem
    }
}

.stories-detail-main .detailWrapper .innerPgConten ol {
    padding-left: 20px;
    margin-bottom: 33px
}

    .stories-detail-main .detailWrapper .innerPgConten ol li {
        list-style-type: decimal;
        font-size: 2.2rem;
        
        color: #c1c1c1;
        line-height: 123.76%;
        padding: 5px 0 17px 0
    }

        .stories-detail-main .detailWrapper .innerPgConten ol li:last-child {
            padding: 5px 0 6px 0
        }

@media (max-width:767px) {
    .stories-detail-main .detailWrapper .innerPgConten ol li {
        font-size: 1.6rem
    }
}

.stories-detail-main .detailWrapper .innerPgConten ol li ol {
    margin-left: 30px;
    margin-bottom: 0
}

.stories-detail-main .detailWrapper .innerPgConten table {
    width: 100%;
    border: 1px solid #393939;
    border-collapse: separate;
    text-align: left;
    margin: 30px 0
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten table {
        overflow: hidden;
        overflow-x: auto;
        display: block
    }
}

.stories-detail-main .detailWrapper .innerPgConten table tr:nth-child(2n) {
    background: rgba(0,0,0,.6)
}

.stories-detail-main .detailWrapper .innerPgConten table tr th {
    background: #000;
    border: 1px solid #393939;
    padding: 25px 20px;
    font-size: 2.4rem;
    color: #fff;
    font-weight: 600
}

@media (max-width:767px) {
    .stories-detail-main .detailWrapper .innerPgConten table tr th {
        font-size: 1.6rem;
        padding: 10px 5px
    }
}

.stories-detail-main .detailWrapper .innerPgConten table tr td {
    border: 1px solid #393939;
    padding: 10px 20px;
    font-size: 2rem;
    color: #c1c1c1
}

@media (max-width:767px) {
    .stories-detail-main .detailWrapper .innerPgConten table tr td {
        font-size: 1.3rem;
        padding: 5px
    }
}

.stories-detail-main .detailWrapper .innerPgConten iframe {
    max-width: 800px;
    margin: 0 auto;
    padding: 25px 0
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten iframe {
        width: 100%;
        flex-wrap: wrap
    }
}

.stories-detail-main .detailWrapper .innerPgConten .blog-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
    margin-bottom: 20px
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten .blog-container {
        padding: 10px 0;
        margin-bottom: 0
    }
}

.stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section {
    width: 40%
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section {
        width: 100%
    }
}

.stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section .image-wrap-container {
    width: 100%
}

    .stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section .image-wrap-container .blogslider {
        width: 100%;
        position: relative;
        border-radius: 20px
    }

        .stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section .image-wrap-container .blogslider .blogslider-box {
            width: 100%
        }

            .stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section .image-wrap-container .blogslider .blogslider-box .img-box {
                width: 100%;
                overflow: hidden
            }

                .stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section .image-wrap-container .blogslider .blogslider-box .img-box img {
                    width: 100%;
                    transition: 1s ease
                }

                    .stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section .image-wrap-container .blogslider .blogslider-box .img-box img:hover {
                        transform: scale(1.05)
                    }

        .stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section .image-wrap-container .blogslider .swiper-button-next:after, .stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section .image-wrap-container .blogslider .swiper-rtl .swiper-button-prev:after {
            color: #fff
        }

        .stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section .image-wrap-container .blogslider .swiper-button-prev:after, .stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section .image-wrap-container .blogslider .swiper-rtl .swiper-button-next:after {
            color: #fff
        }

.stories-detail-main .detailWrapper .innerPgConten .blog-container .right-section {
    width: 60%;
    display: block
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten .blog-container .right-section {
        width: 100%
    }
}

.stories-detail-main .detailWrapper .innerPgConten .blog-container .right-section .blog-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

    .stories-detail-main .detailWrapper .innerPgConten .blog-container .right-section .blog-content p {
        width: 100%;
        font-size: 2.2rem;
        
        color: #c1c1c1;
        line-height: 150%;
        padding: 5px 0 0 40px
    }

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten .blog-container .right-section .blog-content p {
        padding: 5px 0 0 0;
        font-size: 1.6rem
    }
}

.stories-detail-main .detailWrapper .innerPgConten .blog-container .right-section h2 {
    padding-left: 40px
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten .blog-container .right-section h2 {
        padding-left: 0;
        margin-top: 20px;
        font-size: 1.8rem
    }
}

.stories-detail-main .detailWrapper .innerPgConten .blog-container.right-align {
    flex-direction: row-reverse
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten .blog-container.right-align {
        flex-direction: column
    }
}

.stories-detail-main .detailWrapper .innerPgConten .blog-container.right-align .right-section .blog-content p {
    padding: 5px 40px 0 0
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten .blog-container.right-align .right-section .blog-content p {
        padding: 5px 0 0 0
    }
}

.stories-detail-main .detailWrapper .innerPgConten .blog-container.right-align .right-section h2 {
    padding-left: 0
}

.stories-detail-main .detailWrapper .innerPgConten .blog-video-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten .blog-video-container {
        margin-bottom: 10px
    }
}

.stories-detail-main .detailWrapper .innerPgConten .blog-video-container .embed-container {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%
}

    .stories-detail-main .detailWrapper .innerPgConten .blog-video-container .embed-container iframe {
        width: 800px;
        height: 600px
    }

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten .blog-video-container .embed-container iframe {
        width: 600px;
        height: 500px
    }
}

@media (max-width:767px) {
    .stories-detail-main .detailWrapper .innerPgConten .blog-video-container .embed-container iframe {
        width: 100%;
        height: 100%
    }
}

.stories-detail-main .detailWrapper .innerPgConten h2.center-text {
    text-align: center
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten h2.center-text {
        font-size: 1.8rem
    }
}

.stories-detail-main .detailWrapper .innerPgConten .blog-text {
    width: 100%;
    display: block;
    text-align: center;
    padding: 50px 0
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten .blog-text {
        padding: 3px 0 30px 0
    }
}

.stories-detail-main .detailWrapper .innerPgConten .blog-text aside {
    font-size: 3.5rem;
    font-weight: 500;
    
    color: #fff
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten .blog-text aside {
        font-size: 2rem
    }
}

.stories-detail-main .detailWrapper .innerPgConten a {
    width: 100%;
    overflow: hidden;
    color: #fff;
    display: block
}

.Com_headingFont .stories-detail-main .detailWrapper .com-heading h1 {
    font-size: 4.4rem
}

@media (max-width:1023px) {
    .Com_headingFont .stories-detail-main .detailWrapper .com-heading h1 {
        font-size: 3.4rem
    }
}

.editors-block {
    margin: 20px 0 20px 0;
    padding: 20px;
    border: 1px solid #393939
}

    .editors-block ul {
        margin-left: 20px;
        padding-left: 0 !important;
        margin-bottom: 0
    }

.light-mode .stories-detail-main .innerPgConten .detailWrapper .innerPgConten table tr:last-child td {
    color: #fff
}

.Com_textBox .textBox-Component .read-more {
    font-size: 1.8rem;
    padding-top: 30px
}

    .Com_textBox .textBox-Component .read-more a {
        color: #fff
    }

.infrastructure-main .newsroom-section .com-twoImageSlider {
    width: 100%;
    max-width: 100%;
    padding: 30px 0 0
}

    .infrastructure-main .newsroom-section .com-twoImageSlider .two-imgSlideWrapper {
        margin-top: -4%
    }

        .infrastructure-main .newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox {
            display: inline-block;
            vertical-align: top;
            margin-top: 4%
        }

            .infrastructure-main .newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox:nth-child(2n) {
                margin-right: 0
            }

@media (max-width:767px) {
    .infrastructure-main .newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }
}

.Com_initiatives.Com-business {
    width: 100%;
    position: relative
}

    .Com_initiatives.Com-business .initiatives-wrapper {
        padding: 66px 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start
    }

@media (max-width:1023px) {
    .Com_initiatives.Com-business .initiatives-wrapper {
        padding: 40px 0
    }
}

.Com_initiatives.Com-business .initiatives-wrapper .wrap-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 41px);
    margin: 0 -20px
}

    .Com_initiatives.Com-business .initiatives-wrapper .wrap-box .initiatives-box {
        width: 49%;
        margin-bottom: 0;
        margin-right: 2%;
        padding: 20px;
        transition: all .7s
    }

        .Com_initiatives.Com-business .initiatives-wrapper .wrap-box .initiatives-box:nth-child(2), .Com_initiatives.Com-business .initiatives-wrapper .wrap-box .initiatives-box:nth-child(3) {
            margin-top: 0
        }

@media (max-width:1023px) {
    .Com_initiatives.Com-business .initiatives-wrapper .wrap-box .initiatives-box {
        flex-direction: column;
        width: 100%;
        margin-right: 0;
        margin-top: 0
    }
}

.Com_initiatives.Com-business .initiatives-wrapper .wrap-box .initiatives-box:nth-child(even) {
    margin-right: 0
}

.Com_initiatives.Com-business .initiatives-wrapper .wrap-box .initiatives-box .image-box {
    width: 100%
}

@media (max-width:1023px) {
    .Com_initiatives.Com-business .initiatives-wrapper .wrap-box .initiatives-box .image-box {
        width: 100%
    }
}

.Com_initiatives.Com-business .initiatives-wrapper .wrap-box .initiatives-box .bottom-text-box {
    width: 100%;
    height: auto;
    padding: 20px 10px 0 0
}

@media (max-width:1023px) {
    .Com_initiatives.Com-business .initiatives-wrapper .wrap-box .initiatives-box .bottom-text-box {
        width: 100%;
        padding: 20px 0 0 0
    }
}

.Com_initiatives.Com-business .initiatives-wrapper .wrap-box .initiatives-box .bottom-text-box a {
    text-decoration: none
}

.Com_initiatives.Com-business .initiatives-wrapper .wrap-box .initiatives-box.left-sec .image-box {
    margin-right: 3%
}

@media (max-width:1023px) {
    .Com_initiatives.Com-business .initiatives-wrapper .wrap-box .initiatives-box.left-sec .image-box {
        margin-right: 0
    }
}

.Com_initiatives.Com-business .initiatives-wrapper .wrap-box .initiatives-box.right-sec {
    flex-direction: row-reverse
}

@media (max-width:1023px) {
    .Com_initiatives.Com-business .initiatives-wrapper .wrap-box .initiatives-box.right-sec {
        flex-direction: column
    }
}

.Com_initiatives.Com-business .initiatives-wrapper .wrap-box .initiatives-box.right-sec .image-box {
    margin-left: 4%
}

@media (max-width:1023px) {
    .Com_initiatives.Com-business .initiatives-wrapper .wrap-box .initiatives-box.right-sec .image-box {
        margin-left: 0
    }
}

.Com_initiatives.Com-business .governance-heading {
    width: 100%;
    position: relative;
    padding: 0 0 30px 0
}

    .Com_initiatives.Com-business .governance-heading .com-heading {
        width: 100%;
        position: relative
    }

@media (max-width:1023px) {
    .Com_initiatives.Com-business .governance-heading .com-heading {
        margin-top: 5px
    }
}

.Com_initiatives.Com-business .governance-heading .com-heading h1, .Com_initiatives.Com-business .governance-heading .com-heading h2, .Com_initiatives.Com-business .governance-heading .com-heading h3, .Com_initiatives.Com-business .governance-heading .com-heading h4, .Com_initiatives.Com-business .governance-heading .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .Com_initiatives.Com-business .governance-heading .com-heading h1, .Com_initiatives.Com-business .governance-heading .com-heading h2, .Com_initiatives.Com-business .governance-heading .com-heading h3, .Com_initiatives.Com-business .governance-heading .com-heading h4, .Com_initiatives.Com-business .governance-heading .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .Com_initiatives.Com-business .governance-heading .com-heading h1, .Com_initiatives.Com-business .governance-heading .com-heading h2, .Com_initiatives.Com-business .governance-heading .com-heading h3, .Com_initiatives.Com-business .governance-heading .com-heading h4, .Com_initiatives.Com-business .governance-heading .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .Com_initiatives.Com-business .governance-heading .com-heading h1, .Com_initiatives.Com-business .governance-heading .com-heading h2, .Com_initiatives.Com-business .governance-heading .com-heading h3, .Com_initiatives.Com-business .governance-heading .com-heading h4, .Com_initiatives.Com-business .governance-heading .com-heading h5 {
        font-size: 2.2rem
    }
}

.Com_initiatives.Com-business .governance-heading .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .Com_initiatives.Com-business .governance-heading .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .Com_initiatives.Com-business .governance-heading .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

.com_esgPolicies.Com_policy .com-heading {
    width: 45%;
    display: inline-block;
    vertical-align: middle
}

@media (max-width:767px) {
    .com_esgPolicies.Com_policy .com-heading {
        width: 100%
    }
}

.com_esgPolicies.Com_policy .policy-details-wrapper {
    width: 54%;
    display: inline-block;
    vertical-align: middle
}

@media (max-width:767px) {
    .com_esgPolicies.Com_policy .policy-details-wrapper {
        width: 100%
    }
}

.com_esgPolicies.Com_policy .policy-details-wrapper ul li {
    width: 100%
}

.com_esgPolicies.align-text .policy-details-wrapper {
    text-align: right
}

@media (max-width:1023px) {
    .com_esgPolicies.align-text .policy-details-wrapper {
        text-align: left
    }
}

.ourleadershipWrapper.common-wrap {
    justify-content: space-between;
    padding-bottom: 40px
}

@media (max-width:991px) {
    .ourleadershipWrapper.common-wrap {
        padding-bottom: 0
    }
}

@media (max-width:767px) {
    .ourleadershipWrapper.common-wrap {
        padding-bottom: 0
    }
}

@media (max-width:767px) {
    .ourleadershipWrapper.common-wrap .com-heading {
        width: 100%;
        margin-bottom: 8px
    }
}

.ourleadershipWrapper.common-wrap .right-btn {
    width: 10%;
    display: flex;
    align-items: center;
    padding: 0 10px 0 0;
    justify-content: flex-end;
    white-space: nowrap;
    position: relative;
    z-index: 1
}

@media (max-width:767px) {
    .ourleadershipWrapper.common-wrap .right-btn {
        width: 100%;
        padding: 0;
        justify-content: flex-start;
        margin-top: 10px
    }
}

.ourleadershipWrapper.common-wrap .right-btn .gradient-button {
    padding: 20px 23.5px 20px 23.5px;
    font-size: 1.8rem;
    
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    z-index: 0;
    cursor: pointer;
    text-decoration: none;
    color: #393939;
    border-radius: 8px;
    border: 1px solid #393939;
    background: 0 0;
    line-height: 100%
}

@media (max-width:1023px) {
    .ourleadershipWrapper.common-wrap .right-btn .gradient-button {
        padding: 15px 14px 15px 14px;
        font-size: 1.4rem;
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }
}

.ourleadershipWrapper.common-wrap .right-btn .gradient-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

@media (max-width:1023px) {
    .ourleadershipWrapper.common-wrap .right-btn .gradient-button::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

.ourleadershipWrapper.common-wrap .right-btn .gradient-button:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500
}

    .ourleadershipWrapper.common-wrap .right-btn .gradient-button:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

.ourleadershipWrapper.common-wrap .ourleadership-wrap {
    padding: 30px 0
}

.Com_business_sustainability .threecard-slider .three-imgSlideWrapper {
    padding-bottom: 50px
}

@media (max-width:1023px) {
    .Com_business_sustainability .threecard-slider .three-imgSlideWrapper {
        padding-bottom: 0
    }
}

.Com_business_sustainability .threecard-slider .three-imgSlideWrapper.no-padding {
    padding-bottom: 0
}

.Com_business_sustainability .threecard-slider .three-imgSlideWrapper .three-imgcardBox.activeClass {
    margin-bottom: 0
}

.Com_business_sustainability .threecard-slider .three-imgSlideWrapper .three-imgcardBox .card-text-box .card-heading-text {
    font-size: 2.8rem;
    
    font-weight: 400;
    color: #c1c1c1;
    padding-bottom: 15px
}

@media (max-width:1023px) {
    .Com_business_sustainability .threecard-slider .three-imgSlideWrapper .three-imgcardBox .card-text-box .card-heading-text {
        font-size: 2.2rem
    }
}

.Com_business_sustainability .threecard-slider .three-imgSlideWrapper .three-imgcardBox .card-text-box .card-sub-text {
    line-height: normal;
    font-family: Adani
}

@media (max-width:1023px) {
    .Com_business_sustainability .threecard-slider .three-imgSlideWrapper .three-imgcardBox .card-text-box .card-sub-text {
        font-size: 1.3rem
    }
}

@media (max-width:390px) {
    .Com_business_sustainability .news-section .news-head {
        justify-content: flex-start
    }
}

.Com_business_investor .newsroom-wrapper .right-btn {
    padding: 0 10px 0 0
}

.Com_business_investor .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox .slide-text-box .viewmore-btn {
    margin-top: 0
}

.threecard-slider .three-imgSlideWrapper .three-imgcardBox .card-text-box .card-city-name {
    font-size: 2.8rem;
    
    font-weight: 500;
    color: #c1c1c1;
    text-align: center;
    padding: 0 0 10px 0
}

.Com_download {
    width: 100%
}

    .Com_download .com_download_wrapper {
        width: 70.27%;
        max-width: 1920px;
        margin: 0 auto
    }

@media (max-width:1023px) {
    .Com_download .com_download_wrapper {
        width: 100%;
        padding: 0 20px
    }
}

.Com_download .com_download_wrapper .downloadWrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width:767px) {
    .Com_download .com_download_wrapper .downloadWrap {
        flex-wrap: wrap
    }
}

.Com_download .com_download_wrapper .downloadWrap .image-box {
    width: 47.37%
}

@media (max-width:767px) {
    .Com_download .com_download_wrapper .downloadWrap .image-box {
        width: 100%;
        margin-bottom: 15px
    }
}

.Com_download .com_download_wrapper .downloadWrap .image-box img {
    width: 100%
}

.Com_download .com_download_wrapper .downloadWrap .download-text-wrap {
    width: 48%;
    margin-left: 5.26%
}

@media (max-width:767px) {
    .Com_download .com_download_wrapper .downloadWrap .download-text-wrap {
        width: 100%;
        margin-left: 0
    }
}

.Com_download .com_download_wrapper .downloadWrap .download-text-wrap .text-box {
    width: 100%;
    margin-bottom: 40px
}

    .Com_download .com_download_wrapper .downloadWrap .download-text-wrap .text-box p {
        font-size: 1.6rem;
        color: #c1c1c1;
        font-weight: 400;
        font-family: Adani
    }

.Com_download .com_download_wrapper .downloadWrap .download-text-wrap .btns-wrap {
    width: 100%;
    margin-top: 0
}

@media (max-width:767px) {
    .Com_download .com_download_wrapper .downloadWrap .download-text-wrap .btns-wrap {
        margin-top: 20px
    }
}

.Com_download .com_download_wrapper .downloadWrap .download-text-wrap .btns-wrap .gradient-button {
    padding: 20px 23.5px 20px 23.5px;
    font-size: 1.8rem;
    
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    z-index: 0;
    cursor: pointer;
    text-decoration: none;
    color: #393939;
    border-radius: 8px;
    border: 1px solid #393939;
    background: 0 0;
    line-height: 100%
}

@media (max-width:1023px) {
    .Com_download .com_download_wrapper .downloadWrap .download-text-wrap .btns-wrap .gradient-button {
        padding: 15px 14px 15px 14px;
        font-size: 1.4rem;
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }
}

.Com_download .com_download_wrapper .downloadWrap .download-text-wrap .btns-wrap .gradient-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

@media (max-width:1023px) {
    .Com_download .com_download_wrapper .downloadWrap .download-text-wrap .btns-wrap .gradient-button::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

.Com_download .com_download_wrapper .downloadWrap .download-text-wrap .btns-wrap .gradient-button:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500
}

    .Com_download .com_download_wrapper .downloadWrap .download-text-wrap .btns-wrap .gradient-button:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

.Com_crosslink {
    width: 100%;
    position: relative
}

    .Com_crosslink .crosslink_wrapper {
        width: 100%
    }

@media (max-width:390px) {
    .Com_crosslink .crosslink_wrapper {
        min-height: 100px
    }
}

.Com_crosslink .crosslink_wrapper .image-box {
    width: 100%;
    margin-bottom: -4px
}

    .Com_crosslink .crosslink_wrapper .image-box::after {
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom,transparent 0,#000 100%);
        opacity: 1;
        position: absolute;
        content: " ";
        z-index: 1;
        top: 0;
        left: 0
    }

    .Com_crosslink .crosslink_wrapper .image-box img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

@media (max-width:991px) {
    .Com_crosslink .crosslink_wrapper .image-box img {
        min-height: 200px
    }
}

.Com_crosslink .crosslink_wrapper .crosslink-text-boxWrap {
    position: absolute;
    left: 5.56%;
    width: 88.88%;
    max-width: 1920px;
    bottom: 55%;
    transform: translateY(50%);
    z-index: 2;
    text-align: left
}

@media (max-width:1026px) {
    .Com_crosslink .crosslink_wrapper .crosslink-text-boxWrap {
        width: 100%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        text-align: center;
        left: 50%;
        top: 43%;
        bottom: auto
    }
}

@media (max-width:1023px) {
    .Com_crosslink .crosslink_wrapper .crosslink-text-boxWrap {
        width: 100%;
        padding: 0 20px;
        transform: none;
        top: 44%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        left: 50%
    }
}

.Com_crosslink .crosslink_wrapper .crosslink-text-boxWrap .crosslink-mainwrap {
    width: 100%
}

    .Com_crosslink .crosslink_wrapper .crosslink-text-boxWrap .crosslink-mainwrap .crosslink-text-box {
        text-align: center
    }

        .Com_crosslink .crosslink_wrapper .crosslink-text-boxWrap .crosslink-mainwrap .crosslink-text-box .crosslink-textWrap {
            width: 100%;
            display: block
        }

            .Com_crosslink .crosslink_wrapper .crosslink-text-boxWrap .crosslink-mainwrap .crosslink-text-box .crosslink-textWrap p {
                font-size: 2.2rem;
                
                font-weight: 400;
                color: #fff
            }

@media (max-width:767px) {
    .Com_crosslink .crosslink_wrapper .crosslink-text-boxWrap .crosslink-mainwrap .crosslink-text-box .crosslink-textWrap p {
        font-size: 1.4rem
    }
}

.Com_crosslink .crosslink_wrapper .crosslink-text-boxWrap .crosslink-mainwrap .crosslink-text-box .btns-wrap {
    width: 100%;
    margin-top: 32px
}

    .Com_crosslink .crosslink_wrapper .crosslink-text-boxWrap .crosslink-mainwrap .crosslink-text-box .btns-wrap .watch-btn {
        color: #fff;
        padding: 20px 23.5px 20px 23.5px;
        font-size: 1.8rem;
        transition: all .5s;
        
        text-transform: capitalize;
        font-weight: 500;
        position: relative;
        margin: 0 auto;
        z-index: 0;
        line-height: 100%;
        cursor: pointer;
        background: 0 0;
        border: #fff solid 1px;
        transition: .3s ease-in-out
    }

@media (max-width:1023px) {
    .Com_crosslink .crosslink_wrapper .crosslink-text-boxWrap .crosslink-mainwrap .crosslink-text-box .btns-wrap .watch-btn {
        padding: 15px 14px 15px 14px
    }
}

.Com_crosslink .crosslink_wrapper .crosslink-text-boxWrap .crosslink-mainwrap .crosslink-text-box .btns-wrap .watch-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

.Com_crosslink .crosslink_wrapper .crosslink-text-boxWrap .crosslink-mainwrap .crosslink-text-box .btns-wrap .watch-btn:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent
}

    .Com_crosslink .crosslink_wrapper .crosslink-text-boxWrap .crosslink-mainwrap .crosslink-text-box .btns-wrap .watch-btn:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

@media (max-width:767px) {
    .Com_crosslink .crosslink_wrapper .crosslink-text-boxWrap .crosslink-mainwrap .crosslink-text-box .btns-wrap .watch-btn {
        font-size: 1.2rem
    }
}

.Com_crosslink .crosslink_wrapper .crosslink-text-boxWrap .crosslink-mainwrap .crosslink-text-box .btns-wrap a {
    text-decoration: none
}

.Com_crosslink .crosslink_wrapper .crosslink-text-boxWrap .crosslink-mainwrap .crosslink-text-box .crosslink-social {
    width: 100%;
    display: block
}

.Com_crosslink .crosslink_wrapper .crosslink-text-boxWrap .crosslink-mainwrap .crosslink-social {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: left
}

@media (max-width:1023px) {
    .Com_crosslink .crosslink_wrapper .crosslink-text-boxWrap .crosslink-mainwrap .crosslink-social {
        width: 100%;
        align-items: center
    }
}

.Com_crosslink .crosslink_wrapper .crosslink-text-boxWrap .crosslink-mainwrap .crosslink-social ul {
    list-style: none;
    padding: 0;
    margin: 0
}

    .Com_crosslink .crosslink_wrapper .crosslink-text-boxWrap .crosslink-mainwrap .crosslink-social ul li {
        padding: 7px 12px;
        display: inline-block
    }

        .Com_crosslink .crosslink_wrapper .crosslink-text-boxWrap .crosslink-mainwrap .crosslink-social ul li:first-child {
            padding: 7px 12px 12px 0
        }

@media (max-width:767px) {
    .Com_crosslink .crosslink_wrapper .crosslink-text-boxWrap .crosslink-mainwrap .crosslink-social ul li {
        padding: 7px 5px
    }
}

.Com_supply_chain {
    width: 100%;
    position: relative
}

    .Com_supply_chain .Supply_chain-wrapper {
        width: 100%
    }

        .Com_supply_chain .Supply_chain-wrapper .Com_wrapper {
            width: 100%;
            position: relative
        }

            .Com_supply_chain .Supply_chain-wrapper .Com_wrapper .com-heading {
                width: 100%;
                position: relative
            }

@media (max-width:1023px) {
    .Com_supply_chain .Supply_chain-wrapper .Com_wrapper .com-heading {
        margin-top: 5px
    }
}

.Com_supply_chain .Supply_chain-wrapper .Com_wrapper .com-heading h1, .Com_supply_chain .Supply_chain-wrapper .Com_wrapper .com-heading h2, .Com_supply_chain .Supply_chain-wrapper .Com_wrapper .com-heading h3, .Com_supply_chain .Supply_chain-wrapper .Com_wrapper .com-heading h4, .Com_supply_chain .Supply_chain-wrapper .Com_wrapper .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .Com_supply_chain .Supply_chain-wrapper .Com_wrapper .com-heading h1, .Com_supply_chain .Supply_chain-wrapper .Com_wrapper .com-heading h2, .Com_supply_chain .Supply_chain-wrapper .Com_wrapper .com-heading h3, .Com_supply_chain .Supply_chain-wrapper .Com_wrapper .com-heading h4, .Com_supply_chain .Supply_chain-wrapper .Com_wrapper .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .Com_supply_chain .Supply_chain-wrapper .Com_wrapper .com-heading h1, .Com_supply_chain .Supply_chain-wrapper .Com_wrapper .com-heading h2, .Com_supply_chain .Supply_chain-wrapper .Com_wrapper .com-heading h3, .Com_supply_chain .Supply_chain-wrapper .Com_wrapper .com-heading h4, .Com_supply_chain .Supply_chain-wrapper .Com_wrapper .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .Com_supply_chain .Supply_chain-wrapper .Com_wrapper .com-heading h1, .Com_supply_chain .Supply_chain-wrapper .Com_wrapper .com-heading h2, .Com_supply_chain .Supply_chain-wrapper .Com_wrapper .com-heading h3, .Com_supply_chain .Supply_chain-wrapper .Com_wrapper .com-heading h4, .Com_supply_chain .Supply_chain-wrapper .Com_wrapper .com-heading h5 {
        font-size: 2.2rem
    }
}

.Com_supply_chain .Supply_chain-wrapper .Com_wrapper .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .Com_supply_chain .Supply_chain-wrapper .Com_wrapper .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .Com_supply_chain .Supply_chain-wrapper .Com_wrapper .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

.Com_supply_chain .Supply_chain-wrapper .supplay-chain-content-main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

    .Com_supply_chain .Supply_chain-wrapper .supplay-chain-content-main .supply-chain-map {
        width: 100%;
        padding: 50px 50px
    }

@media (max-width:767px) {
    .Com_supply_chain .Supply_chain-wrapper .supplay-chain-content-main .supply-chain-map {
        padding: 20px 0
    }
}

.Com_supply_chain .Supply_chain-wrapper .supplay-chain-content-main .supply-chain-map img {
    width: 100%
}

.Com_supply_chain .Supply_chain-wrapper .supplay-chain-content-main .supply-chain-map .map-container {
    position: relative;
    width: 100%;
    margin: auto
}

@media (max-width:767px) {
    .Com_supply_chain .Supply_chain-wrapper .supplay-chain-content-main .supply-chain-map .map-container {
        padding: 30px 0 0
    }
}

.Com_supply_chain .Supply_chain-wrapper .supplay-chain-content-main .supply-chain-map .map-container .line {
    stroke: red;
    stroke-width: 2;
    fill: none;
    animation: draw 5s infinite
}

@media (max-width:767px) {
    .Com_supply_chain .Supply_chain-wrapper .supplay-chain-content-main .supply-chain-map .map-container #worldMap {
        height: auto !important
    }
}

.Com_supply_chain .Supply_chain-wrapper .supplay-chain-content-main .supply-chain-map .map-container #worldMap .adainIsHere {
    fill: #fff;
    animation: zoomInOutWorldMapPoint 2s infinite;
    transform-origin: center
}

@keyframes draw {
    0% {
        stroke-dasharray: 0,1000
    }

    100% {
        stroke-dasharray: 1000,0
    }
}

.Com_fourimageslider {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

@media (max-width:767px) {
    .Com_fourimageslider {
        overflow: hidden
    }
}

.Com_fourimageslider .fourimageSlider-wrapper {
    width: 100%
}

    .Com_fourimageslider .fourimageSlider-wrapper .common-heading-wrap {
        width: 100%;
        display: flex;
        align-items: center
    }

        .Com_fourimageslider .fourimageSlider-wrapper .common-heading-wrap .com-heading {
            width: 100%;
            position: relative
        }

@media (max-width:1023px) {
    .Com_fourimageslider .fourimageSlider-wrapper .common-heading-wrap .com-heading {
        margin-top: 5px
    }
}

.Com_fourimageslider .fourimageSlider-wrapper .common-heading-wrap .com-heading h1, .Com_fourimageslider .fourimageSlider-wrapper .common-heading-wrap .com-heading h2, .Com_fourimageslider .fourimageSlider-wrapper .common-heading-wrap .com-heading h3, .Com_fourimageslider .fourimageSlider-wrapper .common-heading-wrap .com-heading h4, .Com_fourimageslider .fourimageSlider-wrapper .common-heading-wrap .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .Com_fourimageslider .fourimageSlider-wrapper .common-heading-wrap .com-heading h1, .Com_fourimageslider .fourimageSlider-wrapper .common-heading-wrap .com-heading h2, .Com_fourimageslider .fourimageSlider-wrapper .common-heading-wrap .com-heading h3, .Com_fourimageslider .fourimageSlider-wrapper .common-heading-wrap .com-heading h4, .Com_fourimageslider .fourimageSlider-wrapper .common-heading-wrap .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .Com_fourimageslider .fourimageSlider-wrapper .common-heading-wrap .com-heading h1, .Com_fourimageslider .fourimageSlider-wrapper .common-heading-wrap .com-heading h2, .Com_fourimageslider .fourimageSlider-wrapper .common-heading-wrap .com-heading h3, .Com_fourimageslider .fourimageSlider-wrapper .common-heading-wrap .com-heading h4, .Com_fourimageslider .fourimageSlider-wrapper .common-heading-wrap .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .Com_fourimageslider .fourimageSlider-wrapper .common-heading-wrap .com-heading h1, .Com_fourimageslider .fourimageSlider-wrapper .common-heading-wrap .com-heading h2, .Com_fourimageslider .fourimageSlider-wrapper .common-heading-wrap .com-heading h3, .Com_fourimageslider .fourimageSlider-wrapper .common-heading-wrap .com-heading h4, .Com_fourimageslider .fourimageSlider-wrapper .common-heading-wrap .com-heading h5 {
        font-size: 2.2rem
    }
}

.Com_fourimageslider .fourimageSlider-wrapper .common-heading-wrap .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .Com_fourimageslider .fourimageSlider-wrapper .common-heading-wrap .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .Com_fourimageslider .fourimageSlider-wrapper .common-heading-wrap .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

.Com_fourimageslider .fourimageSlider-wrapper .common-heading-wrap .right-btn {
    width: 10%;
    display: flex;
    align-items: center;
    padding: 20px 10px 0 0;
    justify-content: flex-end;
    white-space: nowrap
}

.Com_fourimageslider.Com_subbusiness .fourImage-slider .card-text-box .card-text-heading {
    font-size: 2.8rem;
    font-weight: 600;
    color: #c1c1c1;
    
    min-height: 80px
}

@media (max-width:1219px) {
    .Com_fourimageslider.Com_subbusiness .fourImage-slider .card-text-box .card-text-heading {
        min-height: 65px
    }
}

@media (max-width:1026px) {
    .Com_fourimageslider.Com_subbusiness .fourImage-slider .card-text-box .card-text-heading {
        font-size: 2.2rem
    }
}

.fourImage-slider {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 24px;
    width: calc(100% + 41px);
    margin: 0 -20px
}

@media (max-width:1023px) {
    .fourImage-slider {
        margin: 0;
        width: 100%
    }
}

.fourImage-slider .four-imgSlideWrapper {
    width: 88.88%;
    max-width: 1920px;
    padding-bottom: 70px
}

@media (max-width:1023px) {
    .fourImage-slider .four-imgSlideWrapper {
        padding-bottom: 0
    }
}

.fourImage-slider .four-imgSlideWrapper.no-padding {
    padding-bottom: 0
}

.fourImage-slider .four-imgSlideWrapper.activeClass {
    padding-bottom: 0
}

@media (max-width:1026px) {
    .fourImage-slider .four-imgSlideWrapper {
        width: 100%;
        margin: 20px 20px 0 20px
    }
}

@media (max-width:1219px) {
    .fourImage-slider .four-imgSlideWrapper {
        width: 100%;
        margin: 0 20px
    }
}

@media (max-width:1023px) {
    .fourImage-slider .four-imgSlideWrapper {
        width: 100%;
        margin: 0 0 0 20px
    }
}

.fourImage-slider .four-imgSlideWrapper .four-imgcardBox {
    width: 31%;
    margin-right: 3%;
    padding: 20px;
    transition: all .7s
}

@media (max-width:1023px) {
    .fourImage-slider .four-imgSlideWrapper .four-imgcardBox {
        padding: 0
    }
}

@media (max-width:1023px) {
    .fourImage-slider .four-imgSlideWrapper .four-imgcardBox:hover {
        background: 0 0 !important
    }
}

.fourImage-slider .four-imgSlideWrapper .four-imgcardBox:last-child {
    margin-right: 0
}

.fourImage-slider .four-imgSlideWrapper .four-imgcardBox .image-box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px
}

    .fourImage-slider .four-imgSlideWrapper .four-imgcardBox .image-box img {
        width: 100%;
        transition: 1s ease
    }

        .fourImage-slider .four-imgSlideWrapper .four-imgcardBox .image-box img:hover {
            transform: scale(1.05)
        }

.fourImage-slider .four-imgSlideWrapper .four-imgcardBox .card-text-box {
    width: 100%;
    color: #c1c1c1
}

    .fourImage-slider .four-imgSlideWrapper .four-imgcardBox .card-text-box .card-count-text {
        width: 100%;
        color: #c1c1c1;
        font-size: 4.6rem;
        
        font-weight: 400;
        margin-top: 15px;
        padding-bottom: 10px
    }

@media (max-width:1026px) {
    .fourImage-slider .four-imgSlideWrapper .four-imgcardBox .card-text-box .card-count-text {
        font-size: 4.6rem
    }
}

@media (max-width:767px) {
    .fourImage-slider .four-imgSlideWrapper .four-imgcardBox .card-text-box .card-count-text {
        font-size: 3.4rem
    }
}

.fourImage-slider .four-imgSlideWrapper .four-imgcardBox .card-text-box .card-date-text {
    font-size: 1.6rem;
    padding-bottom: 30px
}

.fourImage-slider .four-imgSlideWrapper .four-imgcardBox .card-text-box .card-sub-text {
    font-size: 2rem;
    line-height: 2.376rem;
    font-weight: 400;
    min-height: 50px
}

@media (max-width:767px) {
    .fourImage-slider .four-imgSlideWrapper .four-imgcardBox .card-text-box .card-sub-text {
        font-size: 1.6rem
    }

        .fourImage-slider .four-imgSlideWrapper .four-imgcardBox .card-text-box .card-sub-text br {
            display: none
        }
}

.fourImage-slider .four-imgSlideWrapper .four-imgcardBox .card-text-box .readmre-btn {
    color: #fff;
    
    font-size: 1.8rem;
    background: 0 0;
    text-decoration: underline;
    padding-top: 2rem;
    cursor: pointer;
    text-underline-offset: 3px;
    position: absolute;
    bottom: 0;
    font-weight: 400
}

@media (max-width:1023px) {
    .fourImage-slider .four-imgSlideWrapper .four-imgcardBox .card-text-box .readmre-btn {
        font-size: 1.8rem
    }
}

.fourImage-slider .four-imgSlideWrapper .swiper-button-prev {
    border: #fff solid 1px;
    width: 50px;
    height: 50px;
    right: 63px;
    left: inherit;
    bottom: 0;
    top: inherit;
    z-index: 91;
    border-radius: 50%
}

@media (max-width:1023px) {
    .fourImage-slider .four-imgSlideWrapper .swiper-button-prev {
        display: none
    }
}

.fourImage-slider .four-imgSlideWrapper .swiper-button-prev:after {
    content: "prev";
    font-size: 1.8rem;
    color: #fff;
    font-weight: 400
}

.fourImage-slider .four-imgSlideWrapper .swiper-button-next {
    border: #fff solid 1px;
    width: 50px;
    height: 50px;
    right: .5%;
    bottom: 0;
    top: inherit;
    z-index: 91;
    border-radius: 50%
}

@media (max-width:1026px) {
    .fourImage-slider .four-imgSlideWrapper .swiper-button-next {
        right: 2.5%
    }
}

@media (max-width:1023px) {
    .fourImage-slider .four-imgSlideWrapper .swiper-button-next {
        display: none
    }
}

.fourImage-slider .four-imgSlideWrapper .swiper-button-next:after {
    content: "next";
    font-size: 1.8rem;
    color: #fff;
    font-weight: 400
}

.Com_ourpresence {
    width: 100%
}

    .Com_ourpresence .Com_wrapper {
        width: 100%
    }

        .Com_ourpresence .Com_wrapper .common-heading-wrap {
            width: 100%;
            display: flex;
            align-items: center
        }

            .Com_ourpresence .Com_wrapper .common-heading-wrap .com-heading {
                width: 100%;
                position: relative
            }

@media (max-width:1023px) {
    .Com_ourpresence .Com_wrapper .common-heading-wrap .com-heading {
        margin-top: 5px
    }
}

.Com_ourpresence .Com_wrapper .common-heading-wrap .com-heading h1, .Com_ourpresence .Com_wrapper .common-heading-wrap .com-heading h2, .Com_ourpresence .Com_wrapper .common-heading-wrap .com-heading h3, .Com_ourpresence .Com_wrapper .common-heading-wrap .com-heading h4, .Com_ourpresence .Com_wrapper .common-heading-wrap .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .Com_ourpresence .Com_wrapper .common-heading-wrap .com-heading h1, .Com_ourpresence .Com_wrapper .common-heading-wrap .com-heading h2, .Com_ourpresence .Com_wrapper .common-heading-wrap .com-heading h3, .Com_ourpresence .Com_wrapper .common-heading-wrap .com-heading h4, .Com_ourpresence .Com_wrapper .common-heading-wrap .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .Com_ourpresence .Com_wrapper .common-heading-wrap .com-heading h1, .Com_ourpresence .Com_wrapper .common-heading-wrap .com-heading h2, .Com_ourpresence .Com_wrapper .common-heading-wrap .com-heading h3, .Com_ourpresence .Com_wrapper .common-heading-wrap .com-heading h4, .Com_ourpresence .Com_wrapper .common-heading-wrap .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .Com_ourpresence .Com_wrapper .common-heading-wrap .com-heading h1, .Com_ourpresence .Com_wrapper .common-heading-wrap .com-heading h2, .Com_ourpresence .Com_wrapper .common-heading-wrap .com-heading h3, .Com_ourpresence .Com_wrapper .common-heading-wrap .com-heading h4, .Com_ourpresence .Com_wrapper .common-heading-wrap .com-heading h5 {
        font-size: 2.2rem
    }
}

.Com_ourpresence .Com_wrapper .common-heading-wrap .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .Com_ourpresence .Com_wrapper .common-heading-wrap .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .Com_ourpresence .Com_wrapper .common-heading-wrap .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

.Com_ourpresence .Com_wrapper .OurPresence-Wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% + 41px);
    margin: 0 -20px
}

    .Com_ourpresence .Com_wrapper .OurPresence-Wrapper .our-presence-box {
        width: 31.24%;
        margin-right: 3.13%;
        position: relative;
        margin-top: 30px;
        padding: 20px;
        transition: all .7s
    }

        .Com_ourpresence .Com_wrapper .OurPresence-Wrapper .our-presence-box:nth-child(3n+3) {
            margin-right: 0
        }

@media (max-width:767px) {
    .Com_ourpresence .Com_wrapper .OurPresence-Wrapper .our-presence-box {
        width: 100%;
        margin-right: 0
    }
}

.Com_ourpresence .Com_wrapper .OurPresence-Wrapper .our-presence-box .image-box {
    width: 100%;
    overflow: hidden
}

    .Com_ourpresence .Com_wrapper .OurPresence-Wrapper .our-presence-box .image-box img {
        width: 100%;
        transition: 1s linear
    }

        .Com_ourpresence .Com_wrapper .OurPresence-Wrapper .our-presence-box .image-box img:hover {
            transform: scale(1.05)
        }

.Com_ourpresence .Com_wrapper .OurPresence-Wrapper .our-presence-box .bottom-text-box {
    width: 100%;
    position: relative;
    padding: 5px 3px
}

    .Com_ourpresence .Com_wrapper .OurPresence-Wrapper .our-presence-box .bottom-text-box .text-box {
        width: 100%;
        padding: 5px 0
    }

        .Com_ourpresence .Com_wrapper .OurPresence-Wrapper .our-presence-box .bottom-text-box .text-box p {
            font-size: 2.2rem;
            color: #c1c1c1;
            
            font-weight: 400
        }

            .Com_ourpresence .Com_wrapper .OurPresence-Wrapper .our-presence-box .bottom-text-box .text-box p img {
                width: 15px;
                vertical-align: middle;
                padding-bottom: 3px;
                display: inline-block
            }

@media (max-width:767px) {
    .Com_ourpresence .Com_wrapper .OurPresence-Wrapper .our-presence-box .bottom-text-box .text-box p {
        font-size: 1.4rem
    }
}

.Com_ourpresence .Com_wrapper .OurPresence-Wrapper .our-presence-box .bottom-text-box .text-box a {
    font-size: 2.2rem;
    color: #c1c1c1;
    
    font-weight: 400;
    text-decoration: none
}

@media (max-width:767px) {
    .Com_ourpresence .Com_wrapper .OurPresence-Wrapper .our-presence-box .bottom-text-box .text-box a {
        font-size: 1.4rem
    }
}

.Com_map {
    width: 100%;
    overflow: hidden
}

    .Com_map .map-wrapper {
        width: 100%
    }

        .Com_map .map-wrapper .heading-wrap {
            width: 100%;
            position: relative;
            display: flex
        }

@media (max-width:767px) {
    .Com_map .map-wrapper .heading-wrap {
        flex-direction: column
    }
}

.Com_map .map-wrapper .heading-wrap .com-heading {
    width: 100%;
    position: relative;
    width: auto
}

@media (max-width:1023px) {
    .Com_map .map-wrapper .heading-wrap .com-heading {
        margin-top: 5px
    }
}

.Com_map .map-wrapper .heading-wrap .com-heading h1, .Com_map .map-wrapper .heading-wrap .com-heading h2, .Com_map .map-wrapper .heading-wrap .com-heading h3, .Com_map .map-wrapper .heading-wrap .com-heading h4, .Com_map .map-wrapper .heading-wrap .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .Com_map .map-wrapper .heading-wrap .com-heading h1, .Com_map .map-wrapper .heading-wrap .com-heading h2, .Com_map .map-wrapper .heading-wrap .com-heading h3, .Com_map .map-wrapper .heading-wrap .com-heading h4, .Com_map .map-wrapper .heading-wrap .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .Com_map .map-wrapper .heading-wrap .com-heading h1, .Com_map .map-wrapper .heading-wrap .com-heading h2, .Com_map .map-wrapper .heading-wrap .com-heading h3, .Com_map .map-wrapper .heading-wrap .com-heading h4, .Com_map .map-wrapper .heading-wrap .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .Com_map .map-wrapper .heading-wrap .com-heading h1, .Com_map .map-wrapper .heading-wrap .com-heading h2, .Com_map .map-wrapper .heading-wrap .com-heading h3, .Com_map .map-wrapper .heading-wrap .com-heading h4, .Com_map .map-wrapper .heading-wrap .com-heading h5 {
        font-size: 2.2rem
    }
}

.Com_map .map-wrapper .heading-wrap .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .Com_map .map-wrapper .heading-wrap .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .Com_map .map-wrapper .heading-wrap .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

.Com_map .map-wrapper .heading-wrap .com-map-tab {
    display: inline-block;
    padding: 0 0 0 80px;
    display: none
}

@media (max-width:1026px) {
    .Com_map .map-wrapper .heading-wrap .com-map-tab {
        padding: 0 0 0 20px
    }
}

@media (max-width:767px) {
    .Com_map .map-wrapper .heading-wrap .com-map-tab {
        padding: 20px 0 0 0;
        text-wrap: nowrap;
        overflow: hidden
    }
}

.Com_map .map-wrapper .heading-wrap .com-map-tab ul {
    list-style: none;
    padding: 0;
    border-bottom: 1px solid #393939
}

    .Com_map .map-wrapper .heading-wrap .com-map-tab ul li {
        font-size: 2rem;
        display: inline-block
    }

        .Com_map .map-wrapper .heading-wrap .com-map-tab ul li a {
            color: #c1c1c1;
            padding: 10px 24px;
            border-bottom: 4px solid transparent;
            text-decoration: none;
            display: block;
            font-weight: 500;
            font-size: 2rem;
            font-family: Adani
        }

@media (max-width:767px) {
    .Com_map .map-wrapper .heading-wrap .com-map-tab ul li a {
        font-size: 1.6rem
    }
}

@media (max-width:1026px) {
    .Com_map .map-wrapper .heading-wrap .com-map-tab ul li a {
        padding: 10px 7px
    }
}

.Com_map .map-wrapper .heading-wrap .com-map-tab ul li a.active {
    border-width: 4px;
    border-style: solid;
    border-left: none;
    border-right: none;
    border-top: none;
    position: relative;
    -o-border-image: linear-gradient(to right,#3752a7,#56429e,#7d2f94) 1;
    border-image: linear-gradient(to right,#3752a7,#56429e,#7d2f94) 1;
    color: #fff
}

.Com_map .map-wrapper .map-wrap-container {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px
}

    .Com_map .map-wrapper .map-wrap-container.active {
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px
    }

    .Com_map .map-wrapper .map-wrap-container .left-sec {
        width: 50%
    }

@media (max-width:767px) {
    .Com_map .map-wrapper .map-wrap-container .left-sec {
        width: 100%;
        margin-bottom: 20px
    }
}

.Com_map .map-wrapper .map-wrap-container .left-sec .map-container {
    width: 80%
}

    .Com_map .map-wrapper .map-wrap-container .left-sec .map-container .mapindia {
        display: none
    }

        .Com_map .map-wrapper .map-wrap-container .left-sec .map-container .mapindia.active {
            display: block
        }

@media (max-width:767px) {
    .Com_map .map-wrapper .map-wrap-container .left-sec .map-container {
        width: 100%
    }
}

.Com_map .map-wrapper .map-wrap-container .left-sec .map-container {
    width: 75%;
    height: auto;
    margin: 0 auto
}

@media (max-width:1026px) {
    .Com_map .map-wrapper .map-wrap-container .left-sec .map-container {
        width: 80%
    }
}

.Com_map .map-wrapper .map-wrap-container .left-sec #indiaMap path {
    fill: transparent;
    stroke: #2e57aa;
    stroke-width: 1;
    transition: fill .3s,stroke .3s
}

.Com_map .map-wrapper .map-wrap-container .left-sec #indiaMap circle {
    transition: fill .3s
}

    .Com_map .map-wrapper .map-wrap-container .left-sec #indiaMap circle.adainIsHere {
        fill: #3658a4
    }

        .Com_map .map-wrapper .map-wrap-container .left-sec #indiaMap circle.adainIsHere.stateActive {
            fill: #fff
        }

        .Com_map .map-wrapper .map-wrap-container .left-sec #indiaMap circle.adainIsHere.hover {
            fill: #fff
        }

.Com_map .map-wrapper .map-wrap-container .left-sec #indiaMap path.active {
    fill: #3658a4
}

.Com_map .map-wrapper .map-wrap-container .left-sec #indiaMap path.state {
    cursor: auto !important
}

.Com_map .map-wrapper .map-wrap-container .left-sec #indiaMap path.StateHoverActive {
    transition: fill .3s,stroke .3s;
    cursor: pointer !important
}

    .Com_map .map-wrapper .map-wrap-container .left-sec #indiaMap path.StateHoverActive:hover {
        fill: #2e57aa !important
    }

    .Com_map .map-wrapper .map-wrap-container .left-sec #indiaMap path.StateHoverActive.StateHoverActiveHover {
        fill: #2e57aa !important
    }

.Com_map .map-wrapper .map-wrap-container .left-sec #indiaMap circle.adainIsHere.stateActive.cityActive {
    fill: #853389;
    animation: zoomInOut 2s infinite;
    transform-origin: center
}

.Com_map .map-wrapper .map-wrap-container .left-sec #indiaMap circle[data-colour=green] {
    fill: #00b16b
}

    .Com_map .map-wrapper .map-wrap-container .left-sec #indiaMap circle[data-colour=green].stateActive {
        fill: #00b16b
    }

    .Com_map .map-wrapper .map-wrap-container .left-sec #indiaMap circle[data-colour=green].cityActive {
        fill: #00b16b !important
    }

.Com_map .map-wrapper .map-wrap-container .left-sec #indiaMap circle[data-colour=orange] {
    fill: #f04c23
}

    .Com_map .map-wrapper .map-wrap-container .left-sec #indiaMap circle[data-colour=orange].stateActive {
        fill: #f04c23
    }

    .Com_map .map-wrapper .map-wrap-container .left-sec #indiaMap circle[data-colour=orange].cityActive {
        fill: #f04c23 !important
    }

.Com_map .map-wrapper .map-wrap-container .left-sec #indiaMap circle[data-colour=purple] {
    fill: var(--dot-color)
}

    .Com_map .map-wrapper .map-wrap-container .left-sec #indiaMap circle[data-colour=purple].stateActive {
        fill: var(--dot-color)
    }

    .Com_map .map-wrapper .map-wrap-container .left-sec #indiaMap circle[data-colour=purple].cityActive {
        fill: var(--dot-color) !important
    }

.Com_map .map-wrapper .map-wrap-container .left-sec #indiaMap circle[data-colour=white] {
    fill: #f0f0f0
}

    .Com_map .map-wrapper .map-wrap-container .left-sec #indiaMap circle[data-colour=white].stateActive {
        fill: #f0f0f0
    }

    .Com_map .map-wrapper .map-wrap-container .left-sec #indiaMap circle[data-colour=white].cityActive {
        fill: #f0f0f0 !important
    }

.Com_map .map-wrapper .map-wrap-container .left-sec #indiaMap circle[data-colour=red] {
    fill: red
}

    .Com_map .map-wrapper .map-wrap-container .left-sec #indiaMap circle[data-colour=red].stateActive {
        fill: red
    }

    .Com_map .map-wrapper .map-wrap-container .left-sec #indiaMap circle[data-colour=red].cityActive {
        fill: red !important
    }

.Com_map .map-wrapper .map-wrap-container .left-sec #indiaMap circle[data-colour=yellow] {
    fill: #ff0
}

    .Com_map .map-wrapper .map-wrap-container .left-sec #indiaMap circle[data-colour=yellow].stateActive {
        fill: #ff0
    }

    .Com_map .map-wrapper .map-wrap-container .left-sec #indiaMap circle[data-colour=yellow].cityActive {
        fill: #ff0 !important
    }

.Com_map .map-wrapper .map-wrap-container .left-sec #indiaMap circle[data-colour=magenta] {
    fill: #f0f
}

    .Com_map .map-wrapper .map-wrap-container .left-sec #indiaMap circle[data-colour=magenta].stateActive {
        fill: #f0f
    }

    .Com_map .map-wrapper .map-wrap-container .left-sec #indiaMap circle[data-colour=magenta].cityActive {
        fill: #f0f !important
    }

.Com_map .map-wrapper .map-wrap-container .left-sec #indiaMap circle[data-colour=gray] {
    fill: #708090
}

    .Com_map .map-wrapper .map-wrap-container .left-sec #indiaMap circle[data-colour=gray].stateActive {
        fill: #708090
    }

    .Com_map .map-wrapper .map-wrap-container .left-sec #indiaMap circle[data-colour=gray].cityActive {
        fill: #708090 !important
    }

.Com_map .map-wrapper .map-wrap-container .right-sec {
    width: 50%;
    border-left: #fff solid 1px;
    display: flex;
    align-items: flex-start
}

@media (max-width:767px) {
    .Com_map .map-wrapper .map-wrap-container .right-sec {
        width: 100%;
        border-left: none;
        flex-wrap: wrap
    }
}

.Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap {
    width: 100%;
    padding: 0 0 0 40px;
    display: none
}

    .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap h3 {
        font-size: 2.8rem;
        font-weight: 500;
        font-family: Adani
    }

@media (max-width:767px) {
    .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap h3 {
        font-size: 1.8rem
    }
}

.Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap ul {
    list-style-type: disc;
    padding: 20px 0 0 15px
}

    .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap ul li {
        font-size: 1.6rem;
        
        font-weight: 400;
        padding: 10px 0;
        color: grey
    }

.Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap.active {
    display: block
}

@media (max-width:767px) {
    .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap {
        padding: 0
    }
}

.Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .select-box {
    max-width: 300px;
    position: relative
}

    .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .select-box.nodisplay {
        display: none
    }

@media (max-width:767px) {
    .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .select-box {
        max-width: 100%
    }
}

.Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .select-box .selectCountryCodeValDisplay {
    position: absolute;
    top: 0;
    height: auto;
    width: 100%;
    padding: 4px 0;
    background: 0 0;
    pointer-events: none;
    z-index: 2;
    font-size: 2.8rem;
    left: 0;
    text-align: left;
    color: #c1c1c1;
    font-weight: 500;
    
    text-transform: capitalize
}

@media (max-width:767px) {
    .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .select-box .selectCountryCodeValDisplay {
        font-size: 2.2rem
    }
}

.Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .select-box .choosState {
    width: 100%;
    background: 0 0;
    font-size: 2.8rem;
    color: #c1c1c1;
    border-width: 1px;
    border-style: solid;
    border-left: none;
    border-right: none;
    border-top: none;
    border-color: #fff;
    font-weight: 500;
    
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    padding: 4px 8px
}

@media (max-width:767px) {
    .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .select-box .choosState {
        font-size: 2.2rem
    }
}

.Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .select-box::after {
    content: "";
    display: block;
    border-top: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    bottom: 14px;
    right: 0;
    z-index: 2;
    pointer-events: none
}

@media (max-width:767px) {
    .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .select-box::after {
        bottom: 12px
    }
}

.Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .city-radiobuttton {
    width: 100%
}

    .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .city-radiobuttton ul {
        list-style: none;
        padding: 30px 0 17px;
        border-bottom: rgba(193,193,193,.47) solid 1px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px
    }

@media (max-width:767px) {
    .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .city-radiobuttton ul {
        display: block
    }
}

.Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .city-radiobuttton ul li {
    padding: 10px 15px 0 0;
    flex: 0 0 calc(33.33% - 10px);
    box-sizing: border-box
}

@media (max-width:1099px) {
    .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .city-radiobuttton ul li {
        flex: 0 0 calc(50% - 10px)
    }
}

@media (max-width:767px) {
    .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .city-radiobuttton ul li {
        display: inline-block
    }
}

.Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .city-radiobuttton ul li input[type=radio]:checked, .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .city-radiobuttton ul li input[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

    .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .city-radiobuttton ul li input[type=radio]:checked + label, .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .city-radiobuttton ul li input[type=radio]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #c1c1c1;
        font-size: 2rem;
        font-weight: 400;
        font-family: Adani
    }

@media (max-width:1549px) {
    .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .city-radiobuttton ul li input[type=radio]:checked + label, .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .city-radiobuttton ul li input[type=radio]:not(:checked) + label {
        font-size: 1.8rem
    }
}

@media (max-width:767px) {
    .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .city-radiobuttton ul li input[type=radio]:checked + label, .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .city-radiobuttton ul li input[type=radio]:not(:checked) + label {
        font-size: 1.6rem
    }
}

.Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .city-radiobuttton ul li input[type=radio]:checked + label:before, .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .city-radiobuttton ul li input[type=radio]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #c1c1c1;
    border-radius: 100%;
    background: 0 0
}

.Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .city-radiobuttton ul li input[type=radio]:checked + label:after, .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .city-radiobuttton ul li input[type=radio]:not(:checked) + label:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #c1c1c1;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    transition: all .2s ease
}

.Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .city-radiobuttton ul li input[type=radio]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0)
}

.Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .city-radiobuttton ul li input[type=radio]:checked + label:after {
    opacity: 1;
    transform: scale(1)
}

.Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .map-data {
    width: 100%;
    position: relative
}

    .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .map-data ol, .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .map-data ul {
        list-style-type: disc;
        padding: 20px 0 0 15px
    }

        .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .map-data ol li, .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .map-data ul li {
            font-size: 1.6rem;
            
            font-weight: 400;
            padding: 10px 0;
            color: grey
        }

@media (max-width:767px) {
    .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .map-data ol li, .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .map-data ul li {
        font-size: 1.3rem
    }
}

.Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .btns-wrap {
    width: 100%
}

    .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .btns-wrap .readmre-btn {
        color: #fff;
        
        font-size: 1.8rem;
        background: 0 0;
        text-decoration: underline;
        padding-top: 2rem;
        cursor: pointer;
        text-underline-offset: 3px;
        position: absolute;
        bottom: 0;
        font-weight: 400;
        position: relative
    }

@media (max-width:1023px) {
    .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .btns-wrap .readmre-btn {
        font-size: 1.8rem
    }
}

.city-data-box {
    display: none
}

    .city-data-box.active {
        display: block
    }

    .city-data-box.nodisplay {
        display: none
    }

.citi-datalist {
    display: none
}

    .citi-datalist.active {
        display: block
    }

div[data-colour=green] ul {
    list-style: none;
    list-style-type: none !important;
    padding-left: 0 !important
}

    div[data-colour=green] ul::marker {
        color: #00b16b
    }

div[data-colour=green] li::before {
    content: "•";
    color: #00b16b;
    padding-right: 8px
}

div[data-colour=orange] ul {
    list-style: none;
    list-style-type: none !important;
    padding-left: 0 !important
}

    div[data-colour=orange] ul::marker {
        color: #f04c23
    }

div[data-colour=orange] li::before {
    content: "•";
    color: #f04c23;
    padding-right: 8px
}

div[data-colour=purple] ul {
    list-style: none;
    list-style-type: none !important;
    padding-left: 0 !important
}

    div[data-colour=purple] ul::marker {
        color: var(--dot-color)
    }

div[data-colour=purple] li::before {
    content: "•";
    color: var(--dot-color);
    padding-right: 8px
}

div[data-colour=white] ul {
    list-style: none;
    list-style-type: none !important;
    padding-left: 0 !important
}

    div[data-colour=white] ul::marker {
        color: #fff
    }

div[data-colour=white] li::before {
    content: "•";
    color: #fff;
    padding-right: 8px
}

.glance-head .com-heading {
    width: 100%;
    position: relative
}

@media (max-width:1023px) {
    .glance-head .com-heading {
        margin-top: 5px
    }
}

.glance-head .com-heading h1, .glance-head .com-heading h2, .glance-head .com-heading h3, .glance-head .com-heading h4, .glance-head .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .glance-head .com-heading h1, .glance-head .com-heading h2, .glance-head .com-heading h3, .glance-head .com-heading h4, .glance-head .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .glance-head .com-heading h1, .glance-head .com-heading h2, .glance-head .com-heading h3, .glance-head .com-heading h4, .glance-head .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .glance-head .com-heading h1, .glance-head .com-heading h2, .glance-head .com-heading h3, .glance-head .com-heading h4, .glance-head .com-heading h5 {
        font-size: 2.2rem
    }
}

.glance-head .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .glance-head .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .glance-head .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

.values-section {
    width: 100%;
    position: relative
}

    .values-section .com-heading {
        width: 45%;
        display: inline-block;
        vertical-align: middle
    }

@media (max-width:1023px) {
    .values-section .com-heading {
        width: 100%
    }
}

.values-section .values-details-wrapper {
    width: 54%;
    display: inline-block;
    vertical-align: middle
}

@media (max-width:1023px) {
    .values-section .values-details-wrapper {
        width: 100%;
        padding-top: 30px
    }
}

.values-section .values-details-wrapper .values-wrap {
    width: 100%
}

@media (min-width:1220px) {
    .values-section .values-details-wrapper .values-wrap {
        padding: 0 0 0 5px
    }
}

.values-section .values-details-wrapper .values-wrap .values-row {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 30px;
    color: #c1c1c1;
    font-family: Adani
}

@media (max-width:1023px) {
    .values-section .values-details-wrapper .values-wrap .values-row {
        margin-bottom: 15px
    }
}

.values-section .values-details-wrapper .values-wrap .values-row h4 {
    font-size: 3.4rem;
    font-weight: 600;
    
    color: #c1c1c1
}

@media (max-width:1219px) {
    .values-section .values-details-wrapper .values-wrap .values-row h4 {
        font-size: 3rem
    }
}

@media (max-width:1219px) {
    .values-section .values-details-wrapper .values-wrap .values-row h4 {
        font-size: 2.7rem
    }
}

.values-section .values-details-wrapper .values-wrap .values-row p {
    font-size: 2.2rem;
    padding: 15px 0;
    font-weight: 400;
    
    color: #c1c1c1
}

@media (max-width:1219px) {
    .values-section .values-details-wrapper .values-wrap .values-row p {
        font-size: 1.6rem;
        padding: 10px 0
    }
}

.Com_textBox .textBox-Component {
    position: relative;
    z-index: 1
}

    .Com_textBox .textBox-Component .right-section.career-disclaimer p {
        margin-bottom: 20px
    }

@media (max-width:767px) {
    .Com_textBox .textBox-Component .right-section.career-disclaimer p {
        margin-bottom: 0
    }
}

.fourcard-slider {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px
}

    .fourcard-slider.fourImageContainer {
        justify-content: center
    }

@media (max-width:1026px) {
    .fourcard-slider.fourImageContainer .four-imgSlideWrapper {
        width: 100%;
        padding: 0 20px;
        margin-left: 0
    }
}

.fourcard-slider .four-imgSlideWrapper {
    width: 88.88%;
    max-width: 1920px
}

@media (max-width:1026px) {
    .fourcard-slider .four-imgSlideWrapper {
        width: 100%;
        padding: 0 20px
    }
}

@media (max-width:1023px) {
    .fourcard-slider .four-imgSlideWrapper {
        width: 100%;
        margin-left: 20px
    }
}

.fourcard-slider .four-imgSlideWrapper .four-imgcardBox {
    text-align: left;
    width: auto
}

@media (max-width:1026px) {
    .fourcard-slider .four-imgSlideWrapper .four-imgcardBox {
        width: 48%
    }

        .fourcard-slider .four-imgSlideWrapper .four-imgcardBox:nth-child(even) {
            margin-right: 0
        }
}

.fourcard-slider .four-imgSlideWrapper .four-imgcardBox .image-box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    height: 104px;
    text-align: center
}

    .fourcard-slider .four-imgSlideWrapper .four-imgcardBox .image-box img {
        display: inline-block;
        height: 100%;
        -o-object-fit: fill;
        object-fit: fill
    }

.fourcard-slider .four-imgSlideWrapper .four-imgcardBox .card-text-box {
    width: 100%;
    color: #c1c1c1
}

    .fourcard-slider .four-imgSlideWrapper .four-imgcardBox .card-text-box .card-head {
        font-size: 5.6rem;
        text-align: center;
        font-weight: 400
    }

@media (max-width:1026px) {
    .fourcard-slider .four-imgSlideWrapper .four-imgcardBox .card-text-box .card-head {
        font-size: 3rem
    }
}

@media (max-width:439px) {
    .fourcard-slider .four-imgSlideWrapper .four-imgcardBox .card-text-box .card-head {
        font-size: 2rem
    }
}

.fourcard-slider .four-imgSlideWrapper .four-imgcardBox .card-text-box .card-sub-text {
    font-size: 2rem;
    line-height: 2.376rem;
    font-weight: 400;
    min-height: auto;
    text-align: center;
    padding-top: 30px;
    color: #c1c1c1
}

@media (max-width:1023px) {
    .fourcard-slider .four-imgSlideWrapper .four-imgcardBox .card-text-box .card-sub-text {
        padding-top: 5px
    }
}

@media (max-width:767px) {
    .fourcard-slider .four-imgSlideWrapper .four-imgcardBox .card-text-box .card-sub-text {
        font-size: 1.5rem;
        line-height: 1.976rem
    }
}

.fourcard-slider .four-imgSlideWrapper .fourImageCard-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 60px
}

.vision-section {
    width: 100%;
    display: block
}

    .vision-section .Com_textBox .textBox-Component {
        padding: 70px 0
    }

        .vision-section .Com_textBox .textBox-Component .left-section {
            width: 35%;
            overflow: hidden
        }

@media (max-width:1023px) {
    .vision-section .Com_textBox .textBox-Component .left-section {
        margin-bottom: 20px;
        width: 100%
    }
}

.vision-section .Com_textBox .textBox-Component .left-section img {
    width: 100%;
    transition: 1s ease
}

    .vision-section .Com_textBox .textBox-Component .left-section img:hover {
        transform: scale(1.05)
    }

.vision-section .Com_textBox .textBox-Component .right-section {
    width: 60.5%;
    margin-left: 4.5%
}

@media (max-width:1023px) {
    .vision-section .Com_textBox .textBox-Component .right-section {
        width: 100%;
        margin-left: 0
    }
}

.vision-section .Com_textBox .com-heading h1, .vision-section .Com_textBox .com-heading h2, .vision-section .Com_textBox .com-heading h3, .vision-section .Com_textBox .com-heading h4 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    margin-left: -6px;
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1026px) {
    .vision-section .Com_textBox .com-heading h1, .vision-section .Com_textBox .com-heading h2, .vision-section .Com_textBox .com-heading h3, .vision-section .Com_textBox .com-heading h4 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .vision-section .Com_textBox .com-heading h1, .vision-section .Com_textBox .com-heading h2, .vision-section .Com_textBox .com-heading h3, .vision-section .Com_textBox .com-heading h4 {
        font-size: 2.4rem
    }
}

.values-section .four-imgSlideWrapper .fourImageCard-box {
    justify-content: space-between
}

@media (max-width:767px) {
    .values-section .four-imgSlideWrapper .fourImageCard-box {
        justify-content: space-around
    }
}

.values-section .four-imgSlideWrapper .fourImageCard-box .four-imgcardBox {
    width: 31%
}

@media (max-width:1023px) {
    .values-section .four-imgSlideWrapper .fourImageCard-box .four-imgcardBox {
        width: 48.5%
    }

        .values-section .four-imgSlideWrapper .fourImageCard-box .four-imgcardBox:nth-child(even) {
            margin-right: 0
        }
}

.values-section .four-imgSlideWrapper .fourImageCard-box .four-imgcardBox:last-child {
    margin-right: 0
}

@media (max-width:1023px) {
    .about-sec .com-heading h2 br {
        display: none
    }
}

.reportsMain.careerTab .reportWrapper .com-heading {
    width: 40%;
    display: inline-block;
    vertical-align: bottom
}

@media (max-width:1023px) {
    .reportsMain.careerTab .reportWrapper .com-heading {
        width: 100%
    }
}

@media (max-width:1023px) {
    .reportsMain.careerTab .reportWrapper .com-heading h1 br {
        display: none
    }
}

.reportsMain.careerTab .reportstab_Wrapper {
    display: inline-block;
    width: 59%
}

@media (max-width:1023px) {
    .reportsMain.careerTab .reportstab_Wrapper {
        width: 100%
    }
}

.reportsMain.careerTab .reportstab_Wrapper .reportsTab ul {
    position: relative;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #555
}

@media (max-width:1023px) {
    .reportsMain.careerTab .reportstab_Wrapper .reportsTab ul {
        white-space: nowrap;
        display: inline-flex;
        overflow: hidden
    }
}

.reportsMain.careerTab .reportDetail-Wrapper .reportDetail {
    display: none
}

    .reportsMain.careerTab .reportDetail-Wrapper .reportDetail.current {
        display: block
    }

    .reportsMain.careerTab .reportDetail-Wrapper .reportDetail .benefitLeft {
        width: 100%;
        padding: 60px 0 0 0;
        justify-content: center
    }

        .reportsMain.careerTab .reportDetail-Wrapper .reportDetail .benefitLeft .benefitRow {
            width: 46%;
            margin-right: 3%;
            display: inline-block;
            margin-bottom: 60px
        }

@media (max-width:1023px) {
    .reportsMain.careerTab .reportDetail-Wrapper .reportDetail .benefitLeft .benefitRow {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0
    }
}

.reportsMain.careerTab .reportDetail-Wrapper .reportDetail .benefitLeft .benefitRow .benefit-Icon {
    display: inline-block;
    vertical-align: middle;
    width: 10%
}

@media (max-width:767px) {
    .reportsMain.careerTab .reportDetail-Wrapper .reportDetail .benefitLeft .benefitRow .benefit-Icon {
        width: 15%
    }
}

.reportsMain.careerTab .reportDetail-Wrapper .reportDetail .benefitLeft .benefitRow .benefit-Icon img {
    width: 100%
}

.reportsMain.careerTab .reportDetail-Wrapper .reportDetail .benefitLeft .benefitRow .benefitCopy {
    display: inline-block;
    width: 89%;
    padding-left: 30px;
    
    color: #c1c1c1;
    vertical-align: middle
}

@media (max-width:767px) {
    .reportsMain.careerTab .reportDetail-Wrapper .reportDetail .benefitLeft .benefitRow .benefitCopy {
        width: 84%
    }
}

.reportsMain.careerTab .reportDetail-Wrapper .reportDetail .benefitLeft .benefitRow .benefitCopy .head {
    font-size: 2.2rem;
    font-weight: 600;
    color: #fff;
    padding-bottom: 20px
}

@media (max-width:767px) {
    .reportsMain.careerTab .reportDetail-Wrapper .reportDetail .benefitLeft .benefitRow .benefitCopy .head {
        font-size: 2rem;
        padding-bottom: 10px
    }
}

.reportsMain.careerTab .reportDetail-Wrapper .reportDetail .benefitLeft .benefitRow .benefitCopy .subText {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 144%
}

@media (max-width:1399px) {
    .reportsMain.careerTab .reportDetail-Wrapper .reportDetail .benefitLeft .benefitRow .benefitCopy .subText {
        font-size: 1.5rem
    }
}

@media (max-width:767px) {
    .reportsMain.careerTab .reportDetail-Wrapper .reportDetail .benefitLeft .benefitRow .benefitCopy .subText {
        font-size: 1.6rem
    }
}

.reportsMain.careerTab .reportDetail-Wrapper .reportDetail .benefitLeft .benefitRow .benefitCopy .subText a {
    text-decoration: underline;
    color: #c1c1c1;
    text-underline-offset: 3px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    bottom: -40px
}

@media (max-width:1549px) {
    .reportsMain.careerTab .reportDetail-Wrapper .reportDetail .benefitLeft .benefitRow .benefitCopy .subText a {
        bottom: -45px
    }
}

@media (max-width:1399px) {
    .reportsMain.careerTab .reportDetail-Wrapper .reportDetail .benefitLeft .benefitRow .benefitCopy .subText a {
        bottom: -35px
    }
}

.reportsMain.careerTab .reportDetail-Wrapper .reportDetail .loadbtn {
    text-align: center;
    display: flex;
    justify-content: center
}

    .reportsMain.careerTab .reportDetail-Wrapper .reportDetail .loadbtn .gradient-button {
        padding: 20px 23.5px 20px 23.5px;
        font-size: 1.8rem;
        
        text-transform: capitalize;
        font-weight: 500;
        position: relative;
        z-index: 0;
        cursor: pointer;
        text-decoration: none;
        color: #393939;
        border-radius: 8px;
        border: 1px solid #393939;
        background: 0 0;
        line-height: 100%
    }

@media (max-width:1023px) {
    .reportsMain.careerTab .reportDetail-Wrapper .reportDetail .loadbtn .gradient-button {
        padding: 15px 14px 15px 14px;
        font-size: 1.4rem;
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }
}

.reportsMain.careerTab .reportDetail-Wrapper .reportDetail .loadbtn .gradient-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

@media (max-width:1023px) {
    .reportsMain.careerTab .reportDetail-Wrapper .reportDetail .loadbtn .gradient-button::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

.reportsMain.careerTab .reportDetail-Wrapper .reportDetail .loadbtn .gradient-button:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500
}

    .reportsMain.careerTab .reportDetail-Wrapper .reportDetail .loadbtn .gradient-button:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

.careerOpportunitySection .OpportunityWrapper .com-heading {
    width: 40%;
    display: inline-block;
    vertical-align: bottom
}

@media (max-width:1023px) {
    .careerOpportunitySection .OpportunityWrapper .com-heading {
        width: 100%
    }
}

@media (max-width:1023px) {
    .careerOpportunitySection .OpportunityWrapper .com-heading h1 br {
        display: none
    }
}

.careerSectionNew {
    overflow: hidden
}

.Com_threeHalfSlider {
    width: 100%
}

    .Com_threeHalfSlider .Com_wrapper {
        width: 100%
    }

        .Com_threeHalfSlider .Com_wrapper .common-heading-wrap {
            width: 100%;
            display: flex;
            align-items: center
        }

@media (max-width:767px) {
    .Com_threeHalfSlider .Com_wrapper .common-heading-wrap {
        flex-wrap: wrap
    }
}

.Com_threeHalfSlider .Com_wrapper .common-heading-wrap .com-heading {
    width: 100%;
    position: relative
}

@media (max-width:1023px) {
    .Com_threeHalfSlider .Com_wrapper .common-heading-wrap .com-heading {
        margin-top: 5px
    }
}

.Com_threeHalfSlider .Com_wrapper .common-heading-wrap .com-heading h1, .Com_threeHalfSlider .Com_wrapper .common-heading-wrap .com-heading h2, .Com_threeHalfSlider .Com_wrapper .common-heading-wrap .com-heading h3, .Com_threeHalfSlider .Com_wrapper .common-heading-wrap .com-heading h4, .Com_threeHalfSlider .Com_wrapper .common-heading-wrap .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .Com_threeHalfSlider .Com_wrapper .common-heading-wrap .com-heading h1, .Com_threeHalfSlider .Com_wrapper .common-heading-wrap .com-heading h2, .Com_threeHalfSlider .Com_wrapper .common-heading-wrap .com-heading h3, .Com_threeHalfSlider .Com_wrapper .common-heading-wrap .com-heading h4, .Com_threeHalfSlider .Com_wrapper .common-heading-wrap .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .Com_threeHalfSlider .Com_wrapper .common-heading-wrap .com-heading h1, .Com_threeHalfSlider .Com_wrapper .common-heading-wrap .com-heading h2, .Com_threeHalfSlider .Com_wrapper .common-heading-wrap .com-heading h3, .Com_threeHalfSlider .Com_wrapper .common-heading-wrap .com-heading h4, .Com_threeHalfSlider .Com_wrapper .common-heading-wrap .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .Com_threeHalfSlider .Com_wrapper .common-heading-wrap .com-heading h1, .Com_threeHalfSlider .Com_wrapper .common-heading-wrap .com-heading h2, .Com_threeHalfSlider .Com_wrapper .common-heading-wrap .com-heading h3, .Com_threeHalfSlider .Com_wrapper .common-heading-wrap .com-heading h4, .Com_threeHalfSlider .Com_wrapper .common-heading-wrap .com-heading h5 {
        font-size: 2.2rem
    }
}

.Com_threeHalfSlider .Com_wrapper .common-heading-wrap .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .Com_threeHalfSlider .Com_wrapper .common-heading-wrap .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .Com_threeHalfSlider .Com_wrapper .common-heading-wrap .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

@media (max-width:1026px) {
    .Com_threeHalfSlider .Com_wrapper .common-heading-wrap .com-heading {
        width: 83%
    }
}

@media (max-width:1026px) {
    .Com_threeHalfSlider .Com_wrapper .common-heading-wrap .com-heading {
        width: 100%
    }
}

.Com_threeHalfSlider .Com_wrapper .common-heading-wrap .right-btn {
    width: 10%;
    display: flex;
    align-items: center;
    padding: 20px 10px 0 0;
    justify-content: flex-end;
    white-space: nowrap
}

@media (max-width:767px) {
    .Com_threeHalfSlider .Com_wrapper .common-heading-wrap .right-btn {
        width: auto
    }
}

.Com_threeHalfSlider .Com_wrapper .common-heading-wrap .right-btn .gradient-button {
    padding: 20px 23.5px 20px 23.5px;
    font-size: 1.8rem;
    
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    z-index: 0;
    cursor: pointer;
    text-decoration: none;
    color: #393939;
    border-radius: 8px;
    border: 1px solid #393939;
    background: 0 0;
    line-height: 100%
}

@media (max-width:1023px) {
    .Com_threeHalfSlider .Com_wrapper .common-heading-wrap .right-btn .gradient-button {
        padding: 15px 14px 15px 14px;
        font-size: 1.4rem;
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }
}

.Com_threeHalfSlider .Com_wrapper .common-heading-wrap .right-btn .gradient-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

@media (max-width:1023px) {
    .Com_threeHalfSlider .Com_wrapper .common-heading-wrap .right-btn .gradient-button::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

.Com_threeHalfSlider .Com_wrapper .common-heading-wrap .right-btn .gradient-button:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500
}

    .Com_threeHalfSlider .Com_wrapper .common-heading-wrap .right-btn .gradient-button:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

.Com_threeHalfSlider .Com_wrapper .threeHalfSlider-Wrapper {
    padding: 40px 0;
    display: flex;
    align-items: center;
    position: relative
}

    .Com_threeHalfSlider .Com_wrapper .threeHalfSlider-Wrapper.leftpos {
        margin-left: 5.56%
    }

@media (min-width:2100px) {
    .Com_threeHalfSlider .Com_wrapper .threeHalfSlider-Wrapper.leftpos {
        margin-left: calc(50% - 960px)
    }
}

@media (min-width:2100px) and (max-width:2199px) {
    .Com_threeHalfSlider .Com_wrapper .threeHalfSlider-Wrapper.leftpos {
        margin-left: calc(50% - 940px)
    }
}

@media (max-width:1219px) {
    .Com_threeHalfSlider .Com_wrapper .threeHalfSlider-Wrapper.leftpos {
        margin: 0 20px
    }
}

.Com_threeHalfSlider .Com_wrapper .threeHalfSlider-Wrapper .threeHalfSlider-box {
    width: 31.24%
}

    .Com_threeHalfSlider .Com_wrapper .threeHalfSlider-Wrapper .threeHalfSlider-box .image-box {
        width: 100%;
        overflow: hidden;
        border-radius: 12px
    }

        .Com_threeHalfSlider .Com_wrapper .threeHalfSlider-Wrapper .threeHalfSlider-box .image-box img {
            width: 100%;
            transition: 1s linear
        }

            .Com_threeHalfSlider .Com_wrapper .threeHalfSlider-Wrapper .threeHalfSlider-box .image-box img:hover {
                transform: scale(1.05)
            }

    .Com_threeHalfSlider .Com_wrapper .threeHalfSlider-Wrapper .threeHalfSlider-box .bottom-text-box {
        width: 100%;
        position: relative;
        padding: 5px 10px;
        margin-bottom: 30px
    }

        .Com_threeHalfSlider .Com_wrapper .threeHalfSlider-Wrapper .threeHalfSlider-box .bottom-text-box .text-box {
            width: 100%;
            padding: 5px 0
        }

            .Com_threeHalfSlider .Com_wrapper .threeHalfSlider-Wrapper .threeHalfSlider-box .bottom-text-box .text-box p {
                font-size: 2rem;
                color: #c1c1c1;
                
                font-weight: 400
            }

@media (max-width:767px) {
    .Com_threeHalfSlider .Com_wrapper .threeHalfSlider-Wrapper .threeHalfSlider-box .bottom-text-box .text-box p {
        font-size: 1.6rem
    }
}

.Com_threeHalfSlider .Com_wrapper .threeHalfSlider-Wrapper .swiper-button-prev {
    border: #fff solid 1px;
    width: 50px;
    height: 50px;
    right: 11%;
    left: inherit;
    bottom: 0;
    top: inherit;
    z-index: 91;
    border-radius: 50%
}

@media (max-width:1399px) {
    .Com_threeHalfSlider .Com_wrapper .threeHalfSlider-Wrapper .swiper-button-prev {
        right: 12%
    }
}

@media (max-width:1219px) {
    .Com_threeHalfSlider .Com_wrapper .threeHalfSlider-Wrapper .swiper-button-prev {
        right: 13.5%
    }
}

@media (max-width:1026px) {
    .Com_threeHalfSlider .Com_wrapper .threeHalfSlider-Wrapper .swiper-button-prev {
        right: 9.5%
    }
}

@media (max-width:1023px) {
    .Com_threeHalfSlider .Com_wrapper .threeHalfSlider-Wrapper .swiper-button-prev {
        display: none
    }
}

.Com_threeHalfSlider .Com_wrapper .threeHalfSlider-Wrapper .swiper-button-prev:after {
    content: "prev";
    font-size: 1.8rem;
    color: #fff;
    font-weight: 400
}

.Com_threeHalfSlider .Com_wrapper .threeHalfSlider-Wrapper .swiper-button-next {
    border: #fff solid 1px;
    width: 50px;
    height: 50px;
    right: 7%;
    bottom: 0;
    top: inherit;
    z-index: 91;
    border-radius: 50%
}

@media (max-width:1026px) {
    .Com_threeHalfSlider .Com_wrapper .threeHalfSlider-Wrapper .swiper-button-next {
        right: 2.5%
    }
}

@media (max-width:1023px) {
    .Com_threeHalfSlider .Com_wrapper .threeHalfSlider-Wrapper .swiper-button-next {
        display: none
    }
}

.Com_threeHalfSlider .Com_wrapper .threeHalfSlider-Wrapper .swiper-button-next:after {
    content: "next";
    font-size: 1.8rem;
    color: #fff;
    font-weight: 400
}

.Com_TextWithImageSlider {
    width: 100%;
    overflow: hidden
}

    .Com_TextWithImageSlider .TextWithImageSlider-wrapper {
        left: 5.56%;
        position: relative
    }

@media (min-width:2100px) {
    .Com_TextWithImageSlider .TextWithImageSlider-wrapper {
        left: calc(50% - 960px)
    }
}

@media (min-width:2200px) and (max-width:2099px) {
    .Com_TextWithImageSlider .TextWithImageSlider-wrapper {
        left: calc(50% - 940px)
    }
}

@media (max-width:1023px) {
    .Com_TextWithImageSlider .TextWithImageSlider-wrapper {
        width: 100%;
        left: inherit;
        padding: 0 0 0 20px
    }
}

.Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

@media (max-width:1023px) {
    .Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container {
        flex-direction: column-reverse
    }
}

.Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap_text {
    width: 40%;
    position: relative;
    top: 163px
}

@media (max-width:1399px) {
    .Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap_text {
        top: 130px
    }
}

@media (max-width:1026px) {
    .Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap_text {
        position: initial
    }
}

@media (max-width:1023px) {
    .Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap_text {
        width: 100%
    }
}

.Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap_text .TextWithImageSlider-box {
    padding: 0 40px 0 0
}

@media (max-width:767px) {
    .Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap_text .TextWithImageSlider-box {
        padding: 0
    }
}

.Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap_text .subText-wrap {
    width: 100%
}

@media (max-width:1026px) {
    .Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap_text .subText-wrap {
        margin-top: 0
    }
}

@media (max-width:1023px) {
    .Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap_text .subText-wrap {
        padding: 0 20px 0 0
    }
}

.Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap_text .subText-wrap .subtext-heading {
    font-size: 3.4rem;
    font-weight: 600;
    
    color: #c1c1c1
}

@media (max-width:1023px) {
    .Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap_text .subText-wrap .subtext-heading {
        font-size: 2.8rem
    }
}

.Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap_text .subText-wrap .subtext-box {
    font-size: 2rem;
    
    color: #c1c1c1;
    font-weight: 400;
    padding: 0 0 36px 0
}

@media (max-width:1023px) {
    .Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap_text .subText-wrap .subtext-box {
        font-size: 1.6rem
    }
}

.Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap_text .subText-wrap .watch-btn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: none;
    padding: 0
}

    .Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap_text .subText-wrap .watch-btn:hover {
        background: 0 0
    }

    .Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap_text .subText-wrap .watch-btn .gradient-button {
        padding: 20px 23.5px 20px 23.5px;
        font-size: 1.8rem;
        
        text-transform: capitalize;
        font-weight: 500;
        position: relative;
        z-index: 0;
        cursor: pointer;
        text-decoration: none;
        color: #393939;
        border-radius: 8px;
        border: 1px solid #393939;
        background: 0 0;
        line-height: 100%
    }

@media (max-width:1023px) {
    .Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap_text .subText-wrap .watch-btn .gradient-button {
        padding: 15px 14px 15px 14px;
        font-size: 1.4rem;
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }
}

.Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap_text .subText-wrap .watch-btn .gradient-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

@media (max-width:1023px) {
    .Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap_text .subText-wrap .watch-btn .gradient-button::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

.Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap_text .subText-wrap .watch-btn .gradient-button:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500
}

    .Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap_text .subText-wrap .watch-btn .gradient-button:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

.Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap {
    width: 55%;
    padding: 0 0 80px 0;
    margin-left: 5%
}

@media (max-width:1023px) {
    .Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap {
        width: 100%;
        padding: 0 0 40px 0;
        margin-left: 0
    }
}

.Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap .image-box {
    width: 100%;
    position: relative;
    overflow: hidden
}

    .Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap .image-box.swiper-slide-visible {
        opacity: .2
    }

    .Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap .image-box.swiper-slide-active {
        opacity: 1
    }

    .Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap .image-box img {
        width: 100%;
        transition: 1s ease
    }

        .Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap .image-box img:hover {
            transform: scale(1.05)
        }

    .Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap .image-box .play-icon {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 2;
        transform: translate(-50%);
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        cursor: pointer
    }

        .Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap .image-box .play-icon img {
            width: 60px
        }

.Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap .swiper-button-prev {
    border: #fff solid 1px;
    width: 50px;
    height: 50px;
    right: 25.5%;
    left: inherit;
    bottom: 0;
    top: inherit;
    z-index: 91;
    border-radius: 50%
}

@media (max-width:1549px) {
    .Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap .swiper-button-prev {
        right: 28.6%
    }
}

@media (max-width:1026px) {
    .Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap .swiper-button-prev {
        right: 24.5%
    }
}

@media (max-width:1023px) {
    .Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap .swiper-button-prev {
        display: none
    }
}

.Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap .swiper-button-prev:after {
    content: "prev";
    font-size: 1.8rem;
    color: #fff;
    font-weight: 400
}

.Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap .swiper-button-next {
    border: #fff solid 1px;
    width: 50px;
    height: 50px;
    right: 20%;
    bottom: 0;
    top: inherit;
    z-index: 91;
    border-radius: 50%
}

@media (max-width:1549px) {
    .Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap .swiper-button-next {
        right: 21%
    }
}

@media (max-width:1026px) {
    .Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap .swiper-button-next {
        right: 14.5%
    }
}

@media (max-width:1023px) {
    .Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap .swiper-button-next {
        display: none
    }
}

.Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap .swiper-button-next:after {
    content: "next";
    font-size: 1.8rem;
    color: #fff;
    font-weight: 400
}

.Com_TextWithImageSlider .TextWithImageSlider-wrapper .com-heading {
    position: absolute;
    top: 10px;
    left: 0
}

@media (max-width:1399px) {
    .Com_TextWithImageSlider .TextWithImageSlider-wrapper .com-heading {
        top: 0
    }
}

@media (max-width:1026px) {
    .Com_TextWithImageSlider .TextWithImageSlider-wrapper .com-heading {
        position: inherit
    }
}

.Com_TextWithImageSlider .TextWithImageSlider-wrapper .com-heading .heading {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    margin-left: -4px;
    display: inline-block;
    line-height: 100%;
    margin-bottom: 40px
}

@media (max-width:1023px) {
    .Com_TextWithImageSlider .TextWithImageSlider-wrapper .com-heading .heading {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .Com_TextWithImageSlider .TextWithImageSlider-wrapper .com-heading .heading {
        font-size: 2.4rem
    }
}

@media (max-width:1023px) {
    .Com_TextWithImageSlider .TextWithImageSlider-wrapper .com-heading .heading br {
        display: none
    }
}

.timeline-group {
    background: linear-gradient(to right top,#091222,#0b1122,#0d1021,#0f0f21,#110e20,#130d20,#140d1f,#160c1f,#180b1e,#1a0a1e,#1b091d,#1d081c);
    width: 100%;
    position: relative;
    padding: 100px 0
}

    .timeline-group .timeline-wrapper {
        width: 100%;
        display: flex;
        position: relative
    }

        .timeline-group .timeline-wrapper .stories-box {
            display: none
        }

        .timeline-group .timeline-wrapper .gallery-container {
            position: relative;
            width: 100%;
            display: flex;
            justify-content: space-between
        }

            .timeline-group .timeline-wrapper .gallery-container::before {
                width: 1px;
                height: 70px;
                left: calc(35% + 50px);
                right: 0;
                content: "";
                background: #2e57aa;
                top: -90px;
                position: absolute
            }

@media (max-width:1023px) {
    .timeline-group .timeline-wrapper .gallery-container::before {
        display: none
    }
}

.timeline-group .timeline-wrapper .gallery-container::after {
    width: 1px;
    height: 70px;
    left: calc(35% + 50px);
    right: 0;
    content: "";
    background: #2e57aa;
    bottom: -90px;
    position: absolute
}

@media (max-width:1023px) {
    .timeline-group .timeline-wrapper .gallery-container::after {
        display: none
    }
}

.timeline-group .timeline-wrapper .gallery-main {
    width: 100%;
    height: auto
}

@media (max-width:1023px) {
    .timeline-group .timeline-wrapper .gallery-main {
        padding-left: 150px
    }
}

@media (max-width:767px) {
    .timeline-group .timeline-wrapper .gallery-main {
        padding-left: 100px
    }
}

.timeline-group .timeline-wrapper .gallery-thumbs {
    order: -1;
    width: 100px;
    height: 400px;
    margin: 0 auto;
    left: 35%;
    right: auto;
    z-index: 99;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden
}

@media (max-width:767px) {
    .timeline-group .timeline-wrapper .gallery-thumbs {
        height: 350px
    }
}

.timeline-group .timeline-wrapper .gallery-thumbs::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background: #2e57aa;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    top: -5px
}

@media (max-width:1023px) {
    .timeline-group .timeline-wrapper .gallery-thumbs {
        left: 0;
        right: auto;
        text-align: left
    }
}

.timeline-group .timeline-wrapper .gallery-thumbs .swiper-slide span {
    font-size: 1.6rem;
    color: #2e57aa;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: 0 0;
    opacity: 1;
    position: relative;
    cursor: pointer;
    background: linear-gradient(to right top,#091222,#0b1122,#0d1021,#0f0f21,#110e20,#130d20,#140d1f,#160c1f,#180b1e,#1a0a1e,#1b091d,#1d081c)
}

@media (max-width:1023px) {
    .timeline-group .timeline-wrapper .gallery-thumbs .swiper-slide span {
        font-size: 1.4rem
    }
}

.timeline-group .timeline-wrapper .gallery-thumbs .swiper-slide .stories-right-tab {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    margin: 0 auto;
    width: 50px;
    height: auto;
    text-align: center;
    z-index: 9999
}

@media (max-width:1023px) {
    .timeline-group .timeline-wrapper .gallery-thumbs .swiper-slide .stories-right-tab {
        left: 0
    }
}

.timeline-group .timeline-wrapper .gallery-thumbs .swiper-slide .stories-right-tab ul {
    margin-top: 0
}

    .timeline-group .timeline-wrapper .gallery-thumbs .swiper-slide .stories-right-tab ul li {
        padding: 3px 0
    }

@media (max-width:1023px) {
    .timeline-group .timeline-wrapper .gallery-thumbs .swiper-slide .stories-right-tab ul li {
        padding: 3px 0 0
    }
}

@media (max-width:767px) {
    .timeline-group .timeline-wrapper .gallery-thumbs .swiper-slide .stories-right-tab ul li {
        padding: 0
    }
}

.timeline-group .timeline-wrapper .gallery-thumbs .swiper-slide .stories-right-tab ul li a span {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: #2e57aa;
    border-radius: 50%
}

.timeline-group .timeline-wrapper .gallery-thumbs .swiper-slide .stories-right-tab ul li a.active span {
    background: #91288d
}

.timeline-group .timeline-wrapper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    margin-bottom: 30px
}

    .timeline-group .timeline-wrapper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active span {
        color: #91288d;
        font-weight: 600;
        font-size: 2.6rem
    }

@media (max-width:1023px) {
    .timeline-group .timeline-wrapper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active span {
        font-size: 2.2rem
    }
}

.timeline-group .timeline-wrapper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .stories-right-tab {
    display: block
}

    .timeline-group .timeline-wrapper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .stories-right-tab ul li a.active span {
        background: #91288d !important
    }

.timeline-group .timeline-wrapper .timelineSlide-wrap {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%
}

@media (max-width:1023px) {
    .timeline-group .timeline-wrapper .timelineSlide-wrap {
        flex-direction: column;
        align-items: center
    }
}

.timeline-group .timeline-wrapper .timelineSlide-wrap .timelineLeft {
    width: 32%;
    margin-right: 5%
}

    .timeline-group .timeline-wrapper .timelineSlide-wrap .timelineLeft picture {
        display: block
    }

        .timeline-group .timeline-wrapper .timelineSlide-wrap .timelineLeft picture img {
            width: 100%
        }

@media (max-width:1023px) {
    .timeline-group .timeline-wrapper .timelineSlide-wrap .timelineLeft {
        width: 100%;
        margin: 0
    }
}

.timeline-group .timeline-wrapper .timelineSlide-wrap .timelineRight {
    width: 56%;
    padding-left: 0;
    margin-left: 7%
}

@media (max-width:1023px) {
    .timeline-group .timeline-wrapper .timelineSlide-wrap .timelineRight {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
        margin: 0
    }
}

.timeline-group .timeline-wrapper .timelineSlide-wrap .timelineRight .timeline-head {
    font-size: 3.4rem;
    background: linear-gradient(to right,#2e57aa,#91288d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    
    font-weight: 600;
    display: inline-block;
    line-height: 100%
}

@media (max-width:1023px) {
    .timeline-group .timeline-wrapper .timelineSlide-wrap .timelineRight .timeline-head {
        font-size: 3rem
    }
}

@media (max-width:767px) {
    .timeline-group .timeline-wrapper .timelineSlide-wrap .timelineRight .timeline-head {
        font-size: 2.6rem
    }
}

.timeline-group .timeline-wrapper .swiper-button-next, .timeline-group .timeline-wrapper .swiper-button-prev {
    left: 35%;
    top: 10px;
    width: 100px;
    height: 13px;
    display: inline-block;
    position: absolute;
    z-index: 9999;
    background: url(../images/adani-timeline/arrow.png) no-repeat center center
}

    .timeline-group .timeline-wrapper .swiper-button-next::after, .timeline-group .timeline-wrapper .swiper-button-prev::after {
        display: none
    }

@media (max-width:1023px) {
    .timeline-group .timeline-wrapper .swiper-button-next, .timeline-group .timeline-wrapper .swiper-button-prev {
        left: 0;
        top: 130px
    }
}

@media (max-width:767px) {
    .timeline-group .timeline-wrapper .swiper-button-next, .timeline-group .timeline-wrapper .swiper-button-prev {
        top: 10px
    }
}

.timeline-group .timeline-wrapper .swiper-button-next.swiper-button-disabled, .timeline-group .timeline-wrapper .swiper-button-prev.swiper-button-disabled {
    opacity: .5
}

.timeline-group .timeline-wrapper .swiper-button-next {
    bottom: 0;
    top: auto;
    transform: rotate(180deg);
    margin-top: 10px
}

@media (max-width:1023px) {
    .timeline-group .timeline-wrapper .swiper-button-next {
        bottom: 120px
    }
}

@media (max-width:767px) {
    .timeline-group .timeline-wrapper .swiper-button-next {
        bottom: 0
    }
}

.timeline-group .timeline-wrapper .swiper-button-next:after, .timeline-group .timeline-wrapper .swiper-button-prev:after {
    font-size: 18px;
    color: #2e57aa
}

.contactus-wrapper .com-heading {
    width: 100%;
    position: relative
}

@media (max-width:1023px) {
    .contactus-wrapper .com-heading {
        margin-top: 5px
    }
}

.contactus-wrapper .com-heading h1, .contactus-wrapper .com-heading h2, .contactus-wrapper .com-heading h3, .contactus-wrapper .com-heading h4, .contactus-wrapper .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .contactus-wrapper .com-heading h1, .contactus-wrapper .com-heading h2, .contactus-wrapper .com-heading h3, .contactus-wrapper .com-heading h4, .contactus-wrapper .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .contactus-wrapper .com-heading h1, .contactus-wrapper .com-heading h2, .contactus-wrapper .com-heading h3, .contactus-wrapper .com-heading h4, .contactus-wrapper .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .contactus-wrapper .com-heading h1, .contactus-wrapper .com-heading h2, .contactus-wrapper .com-heading h3, .contactus-wrapper .com-heading h4, .contactus-wrapper .com-heading h5 {
        font-size: 2.2rem
    }
}

.contactus-wrapper .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .contactus-wrapper .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .contactus-wrapper .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

.contactus-wrapper .contactus-info {
    padding: 30px 0 60px 0;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width:767px) {
    .contactus-wrapper .contactus-info {
        flex-direction: column;
        padding: 30px 0
    }
}

.contactus-wrapper .contactus-info .contactleft {
    width: 50%;
    padding-right: 40px
}

@media (max-width:767px) {
    .contactus-wrapper .contactus-info .contactleft {
        width: 100%;
        padding-bottom: 20px;
        padding-right: 0
    }
}

.contactus-wrapper .contactus-info .contactleft picture {
    display: block
}

    .contactus-wrapper .contactus-info .contactleft picture img {
        width: 100%
    }

.contactRight {
    width: 50%;
    padding-left: 40px
}

@media (max-width:767px) {
    .contactRight {
        width: 100%;
        padding: 0
    }
}

.contactRight .contact-detail .com-heading {
    width: 100%;
    position: relative
}

@media (max-width:1023px) {
    .contactRight .contact-detail .com-heading {
        margin-top: 5px
    }
}

.contactRight .contact-detail .com-heading h1, .contactRight .contact-detail .com-heading h2, .contactRight .contact-detail .com-heading h3, .contactRight .contact-detail .com-heading h4, .contactRight .contact-detail .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .contactRight .contact-detail .com-heading h1, .contactRight .contact-detail .com-heading h2, .contactRight .contact-detail .com-heading h3, .contactRight .contact-detail .com-heading h4, .contactRight .contact-detail .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .contactRight .contact-detail .com-heading h1, .contactRight .contact-detail .com-heading h2, .contactRight .contact-detail .com-heading h3, .contactRight .contact-detail .com-heading h4, .contactRight .contact-detail .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .contactRight .contact-detail .com-heading h1, .contactRight .contact-detail .com-heading h2, .contactRight .contact-detail .com-heading h3, .contactRight .contact-detail .com-heading h4, .contactRight .contact-detail .com-heading h5 {
        font-size: 2.2rem
    }
}

.contactRight .contact-detail .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .contactRight .contact-detail .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .contactRight .contact-detail .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

.contactRight .contact-detail .com-heading h2 {
    font-size: 3.4rem
}

@media (max-width:1023px) {
    .contactRight .contact-detail .com-heading h2 {
        font-size: 2.6rem
    }
}

.contactRight .contact-detail .contact-subtext {
    padding: 30px 0 0;
    font-size: 2.2rem;
    
    color: #c1c1c1
}

@media (max-width:1023px) {
    .contactRight .contact-detail .contact-subtext {
        font-size: 1.6rem
    }
}

.contactRight .contact-detail .contact-subtext .subhead {
    font-size: 2.4rem;
    font-weight: 500;
    padding-bottom: 15px
}

@media (max-width:1023px) {
    .contactRight .contact-detail .contact-subtext .subhead {
        font-size: 2rem;
        padding-bottom: 10px
    }
}

.contactRight .contact-detail .contact-subtext p {
    padding-bottom: 15px
}

@media (max-width:1023px) {
    .contactRight .contact-detail .contact-subtext p {
        padding-bottom: 10px
    }
}

.contactRight .contact-detail .contact-subtext p a {
    color: #c1c1c1;
    text-decoration: none
}

.contactRight .contact-detail .contact-subtext p:last-child a {
    text-decoration: underline
}

.international-contact .international-contactWrapper .internationoffice {
    display: flex
}

@media (max-width:767px) {
    .international-contact .international-contactWrapper .internationoffice {
        flex-direction: column
    }
}

.international-contact .international-contactWrapper .internationoffice .contactRight {
    padding-left: 0;
    padding-right: 80px;
    border-right: 1px solid #2e57aa;
    width: 50%
}

@media (max-width:767px) {
    .international-contact .international-contactWrapper .internationoffice .contactRight {
        border-bottom: 1px solid #2e57aa;
        border-right: none;
        padding: 0;
        width: 100%;
        padding-bottom: 30px;
        margin-bottom: 30px
    }
}

.international-contact .international-contactWrapper .internationoffice .contactRight:nth-child(2n) {
    padding-right: 0;
    border: none;
    padding-left: 80px
}

@media (max-width:767px) {
    .international-contact .international-contactWrapper .internationoffice .contactRight:nth-child(2n) {
        padding: 0;
        margin-bottom: 0
    }
}

.international-contact .international-contactWrapper .internationoffice .contactRight .contact-detail .com-heading h2 {
    display: block
}

@media (max-width:767px) {
    .international-contact {
        margin-top: -2px
    }
}

.news-main .news-section .get-in-touch-form #getintouchForm .form-control .inputbox {
    margin: 0 30px 11px 0
}

@media (max-width:1023px) {
    .news-main .news-section .get-in-touch-form #getintouchForm .form-control .inputbox {
        margin: 0 30px 35px 0
    }
}

.news-main .news-section .get-in-touch-form #getintouchForm .form-control .inputbox:nth-child(3) {
    margin-right: 0
}

@media (max-width:1023px) {
    .news-main .news-section .get-in-touch-form #getintouchForm .form-control .inputbox:nth-child(3) {
        margin-bottom: 17px
    }
}

.news-main .news-section .get-in-touch-form #getintouchForm .form-control .inputbox.textarea-field {
    width: 100%;
    margin-right: 0
}

@media (max-width:1023px) {
    .news-main .news-section .get-in-touch-form #getintouchForm .form-control .inputbox.textarea-field {
        margin: 0 30px 10px 0
    }
}

.news-main .news-section .get-in-touch-form #getintouchForm .form-control .inputbox .error-msg {
    bottom: -23px
}

.news-main .news-section .get-in-touch-form #getintouchForm .form-control .inputbox.checkbox-field {
    margin: 0 30px 11px 0
}

@media (max-width:1023px) {
    .news-main .news-section .get-in-touch-form #getintouchForm .form-control .inputbox.checkbox-field {
        width: 100%;
        margin: 0 30px 10px 0
    }
}

.news-main .news-section .get-in-touch-form #getintouchForm .input-btn {
    margin: 18px 0 0 0
}

@media (max-width:1023px) {
    .news-main .news-section .get-in-touch-form #getintouchForm .input-btn {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }
}

.mac .news-main .news-section .get-in-touch-form #getintouchForm .form-control .inputbox.checkbox-field label span {
    position: relative;
    top: 2px
}

.foundationWrapper {
    display: flex;
    position: relative
}

@media (max-width:767px) {
    .foundationWrapper {
        flex-direction: column
    }
}

.foundationWrapper .foundationLeft {
    width: 25%
}

@media (max-width:767px) {
    .foundationWrapper .foundationLeft {
        width: 100%
    }
}

.foundationWrapper .foundationLeft .foundation-imageWrap {
    overflow: hidden;
    width: 100%;
    border-radius: 12px
}

    .foundationWrapper .foundationLeft .foundation-imageWrap picture {
        display: block
    }

        .foundationWrapper .foundationLeft .foundation-imageWrap picture img {
            width: 100%;
            transition: 1s ease;
            display: block
        }

            .foundationWrapper .foundationLeft .foundation-imageWrap picture img:hover {
                transform: scale(1.05)
            }

.foundationWrapper .foundationLeft .designation-info-wrap {
    padding-top: 20px
}

    .foundationWrapper .foundationLeft .designation-info-wrap .name-info {
        color: #fff;
        font-size: 2.4rem;
        
        font-weight: 500;
        display: inline-block;
        line-height: 100%
    }

@media (max-width:1023px) {
    .foundationWrapper .foundationLeft .designation-info-wrap .name-info {
        font-size: 1.6rem
    }
}

.foundationWrapper .foundationLeft .designation-info-wrap .desination-info {
    font-size: 1.4rem;
    padding-top: 5px;
    font-weight: 300
}

@media (max-width:1023px) {
    .foundationWrapper .foundationLeft .designation-info-wrap .desination-info {
        padding-top: 7px
    }
}

.foundationWrapper .foundationRight {
    width: 75%;
    padding-left: 80px
}

@media (max-width:1219px) {
    .foundationWrapper .foundationRight {
        padding-left: 40px
    }
}

@media (max-width:767px) {
    .foundationWrapper .foundationRight {
        width: 100%;
        padding-left: 0;
        padding-top: 30px
    }
}

.foundationWrapper .foundationRight .foundation-text-wrap .priti-profile-info {
    font-size: 2.2rem;
    
    color: #c1c1c1
}

@media (max-width:1023px) {
    .foundationWrapper .foundationRight .foundation-text-wrap .priti-profile-info {
        font-size: 1.8rem
    }
}

.foundationWrapper .foundationRight .foundation-text-wrap .priti-profile-info p {
    padding-bottom: 20px
}

@media (max-width:1023px) {
    .foundationWrapper .foundationRight .foundation-text-wrap .priti-profile-info p {
        padding-bottom: 15px
    }
}

.foundationWrapper .foundationRight .foundation-text-wrap .priti-profile-info span.moretext {
    display: none
}

.foundationWrapper .foundationRight .foundation-text-wrap a {
    color: #fff;
    
    font-size: 1.8rem;
    background: 0 0;
    text-decoration: underline;
    margin-top: 10px;
    cursor: pointer;
    display: inline-block;
    text-underline-offset: 3px
}

.featured-stories-section {
    background: url(../images/foundation/Vision.jpg) no-repeat center top;
    background-size: cover
}

    .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center
    }

        .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper::before {
            position: absolute;
            background: linear-gradient(to right,#3752a7,#56429e,#7d2f94);
            content: "";
            width: 28%;
            height: 4px;
            left: 0;
            top: 50%;
            transform: translateY(-50%)
        }

        .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper::after {
            position: absolute;
            background: linear-gradient(to right,#3752a7,#56429e,#7d2f94);
            content: "";
            width: 28%;
            height: 4px;
            right: 0;
            top: 50%;
            transform: translateY(-50%)
        }

@media (max-width:1023px) {
    .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper::after, .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper::before {
        width: 20%
    }
}

@media (max-width:767px) {
    .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper::after, .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper::before {
        width: 15%
    }
}

.featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text {
    border-width: 4px;
    border-style: solid;
    border-top: none;
    border-bottom: none;
    position: relative;
    -o-border-image: linear-gradient(to right,#3752a7,#56429e,#7d2f94) 1;
    border-image: linear-gradient(to right,#3752a7,#56429e,#7d2f94) 1;
    display: inline-block;
    width: 44%;
    padding: 0 40px;
    text-align: center
}

@media (max-width:1549px) {
    .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text {
        padding: 0 25px
    }
}

@media (max-width:1023px) {
    .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text {
        width: 60%;
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

@media (max-width:767px) {
    .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text {
        width: 70%;
        padding: 0 30px
    }
}

.featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .com-heading {
    width: 100%;
    position: relative
}

@media (max-width:1023px) {
    .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .com-heading {
        margin-top: 5px
    }
}

.featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .com-heading h1, .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .com-heading h2, .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .com-heading h3, .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .com-heading h4, .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .com-heading h1, .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .com-heading h2, .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .com-heading h3, .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .com-heading h4, .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .com-heading h1, .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .com-heading h2, .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .com-heading h3, .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .com-heading h4, .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .com-heading h1, .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .com-heading h2, .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .com-heading h3, .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .com-heading h4, .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .com-heading h5 {
        font-size: 2.2rem
    }
}

.featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

@media (max-width:1023px) {
    .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .com-heading {
        text-align: center
    }
}

.featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .com-heading h3 {
    font-size: 3.4rem;
    font-weight: 600
}

@media (max-width:767px) {
    .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .com-heading h3 {
        font-size: 2.2rem;
        display: block;
        margin: 0
    }
}

@media (max-width:439px) {
    .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .com-heading h3 {
        font-size: 2rem
    }
}

@media (max-width:390px) {
    .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .com-heading h3 {
        font-size: 1.8rem
    }
}

.featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .storylink {
    font-size: 2.8rem;
    color: #fff;
    padding-top: 15px;
    font-weight: 400
}

@media (max-width:1219px) {
    .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .storylink {
        font-size: 2.4rem
    }
}

@media (max-width:767px) {
    .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .storylink {
        font-size: 1.6rem;
        padding-top: 10px
    }
}

@media (max-width:439px) {
    .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .storylink {
        font-size: 1.4rem
    }
}

.featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .storylink a {
    color: #fff
}

.two-imgeSlideBox .slide-text-box .slide-date-text {
    font-size: 1.6rem;
    padding-bottom: 20px;
    color: #c1c1c1
}

section.featured-stories-section {
    background: url(../images/newsletter-image/newsletter-bg.jpg) no-repeat center top !important;
    background-size: cover !important
}

    section.featured-stories-section .Com_textBox .com-heading h1, section.featured-stories-section .Com_textBox .com-heading h2, section.featured-stories-section .Com_textBox .com-heading h3, section.featured-stories-section .Com_textBox .com-heading h4 {
        font-size: 3.4rem !important;
        line-height: 134%
    }

@media (max-width:1026px) {
    section.featured-stories-section .Com_textBox .com-heading h1, section.featured-stories-section .Com_textBox .com-heading h2, section.featured-stories-section .Com_textBox .com-heading h3, section.featured-stories-section .Com_textBox .com-heading h4 {
        font-size: 2.4rem !important
    }
}

@media (max-width:1023px) {
    section.featured-stories-section .Com_textBox .com-heading h1, section.featured-stories-section .Com_textBox .com-heading h2, section.featured-stories-section .Com_textBox .com-heading h3, section.featured-stories-section .Com_textBox .com-heading h4 {
        font-size: 1.8rem !important
    }
}

.videoWrapper {
    position: relative;
    height: 100vh iframe;
    height-width: 100%;
    height-position: absolute;
    height-height: 100%;
    height-top: 0;
    height-left: 0
}

.download-section {
    display: flex;
    width: 100%;
    flex-direction: column
}

    .download-section .downloadWrapper {
        width: 100%
    }

    .download-section .com-heading {
        width: 100%;
        position: relative
    }

@media (max-width:1023px) {
    .download-section .com-heading {
        margin-top: 5px
    }
}

.download-section .com-heading h1, .download-section .com-heading h2, .download-section .com-heading h3, .download-section .com-heading h4, .download-section .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .download-section .com-heading h1, .download-section .com-heading h2, .download-section .com-heading h3, .download-section .com-heading h4, .download-section .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .download-section .com-heading h1, .download-section .com-heading h2, .download-section .com-heading h3, .download-section .com-heading h4, .download-section .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .download-section .com-heading h1, .download-section .com-heading h2, .download-section .com-heading h3, .download-section .com-heading h4, .download-section .com-heading h5 {
        font-size: 2.2rem
    }
}

.download-section .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .download-section .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .download-section .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

.download-section .download-list {
    margin-top: 15px
}

    .download-section .download-list .nodata-found {
        background: #f0f0f0;
        margin-top: 40px
    }

    .download-section .download-list .downloadRow {
        display: flex;
        width: 100%;
        border-bottom: 1px solid grey;
        padding: 50px 20px;
        transition: all .7s linear
    }

@media (max-width:767px) {
    .download-section .download-list .downloadRow {
        padding: 30px 0
    }
}

.download-section .download-list .downloadRow:hover {
    background: #f0f0f0
}

@media (max-width:1023px) {
    .download-section .download-list .downloadRow:hover {
        background: 0 0
    }
}

.download-section .download-list .downloadRow:last-child {
    border-bottom: none
}

.download-section .download-list .downloadRow .downloadLeft {
    font-size: 2rem;
    color: #c1c1c1;
    width: 90%
}

@media (max-width:767px) {
    .download-section .download-list .downloadRow .downloadLeft {
        font-size: 1.6rem
    }
}

.download-section .download-list .downloadRow .downloadlink {
    width: 10%;
    text-align: right;
    padding-right: 5px
}

    .download-section .download-list .downloadRow .downloadlink a {
        color: #fff;
        font-size: 1.8rem
    }

@media (max-width:767px) {
    .download-section .download-list .downloadRow .downloadlink a {
        font-size: 1.4rem
    }
}

.download-section .report-dropdownWrapper {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px
}

@media (max-width:1026px) {
    .download-section .report-dropdownWrapper {
        width: 100%
    }
}

.download-section .report-dropdownWrapper .report-dropdown {
    background: #000;
    width: calc(50% - 22px);
    display: inline-block;
    color: #c1c1c1;
    border: .5px solid #656469;
    margin: 0 40px 0 0;
    position: relative
}

@media (max-width:767px) {
    .download-section .report-dropdownWrapper .report-dropdown {
        margin: 0 20px 0 0;
        width: calc(50% - 12px)
    }
}

.download-section .report-dropdownWrapper .report-dropdown::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #888;
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.download-section .report-dropdownWrapper .report-dropdown:last-child {
    margin-right: 0
}

.download-section .btn-div {
    text-align: center;
    margin: 40px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

    .download-section .btn-div .gradient-button {
        padding: 20px 23.5px 20px 23.5px;
        font-size: 1.8rem;
        
        text-transform: capitalize;
        font-weight: 500;
        position: relative;
        z-index: 0;
        cursor: pointer;
        text-decoration: none;
        color: #393939;
        border-radius: 8px;
        border: 1px solid #393939;
        background: 0 0;
        line-height: 100%
    }

@media (max-width:1023px) {
    .download-section .btn-div .gradient-button {
        padding: 15px 14px 15px 14px;
        font-size: 1.4rem;
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }
}

.download-section .btn-div .gradient-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

@media (max-width:1023px) {
    .download-section .btn-div .gradient-button::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

.download-section .btn-div .gradient-button:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500
}

    .download-section .btn-div .gradient-button:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

.light-mode .download-section .report-dropdownWrapper .report-dropdown {
    background: #f0f0f0;
    color: #c1c1c1;
    border: .5px solid #393933
}

    .light-mode .download-section .report-dropdownWrapper .report-dropdown::after {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #888
    }

.lang-hi-in .download-section .report-dropdownWrapper .report-dropdown select {
    line-height: 150%
}

.stories-detail-main {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative
}

    .stories-detail-main .detailWrapper {
        width: 100%
    }

        .stories-detail-main .detailWrapper .com-heading {
            width: 100%;
            position: relative
        }

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .com-heading {
        margin-top: 5px
    }
}

.stories-detail-main .detailWrapper .com-heading h1, .stories-detail-main .detailWrapper .com-heading h2, .stories-detail-main .detailWrapper .com-heading h3, .stories-detail-main .detailWrapper .com-heading h4, .stories-detail-main .detailWrapper .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .com-heading h1, .stories-detail-main .detailWrapper .com-heading h2, .stories-detail-main .detailWrapper .com-heading h3, .stories-detail-main .detailWrapper .com-heading h4, .stories-detail-main .detailWrapper .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .stories-detail-main .detailWrapper .com-heading h1, .stories-detail-main .detailWrapper .com-heading h2, .stories-detail-main .detailWrapper .com-heading h3, .stories-detail-main .detailWrapper .com-heading h4, .stories-detail-main .detailWrapper .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .stories-detail-main .detailWrapper .com-heading h1, .stories-detail-main .detailWrapper .com-heading h2, .stories-detail-main .detailWrapper .com-heading h3, .stories-detail-main .detailWrapper .com-heading h4, .stories-detail-main .detailWrapper .com-heading h5 {
        font-size: 2.2rem
    }
}

.stories-detail-main .detailWrapper .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .stories-detail-main .detailWrapper .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

.stories-detail-main .detailWrapper .com-heading h1 {
    font-size: 3.4rem
}

@media (max-width:767px) {
    .stories-detail-main .detailWrapper .com-heading h1 {
        font-size: 3rem
    }
}

@media (max-width:390px) {
    .stories-detail-main .detailWrapper .com-heading h1 {
        font-size: 2.4rem
    }
}

.stories-detail-main .detailWrapper .innerPgConten {
    padding: 40px 0 0;
    font-family: Adani
}

    .stories-detail-main .detailWrapper .innerPgConten.nopadding {
        padding: 0
    }

@media (max-width:767px) {
    .stories-detail-main .detailWrapper .innerPgConten {
        padding: 20px 0 0
    }
}

.stories-detail-main .detailWrapper .innerPgConten h2 {
    font-size: 2.4rem;
    color: #c1c1c1;
    margin-bottom: 10px
}

.stories-detail-main .detailWrapper .innerPgConten h3 {
    font-size: 2.2rem;
    color: #c1c1c1;
    margin-bottom: 10px
}

@media (max-width:767px) {
    .stories-detail-main .detailWrapper .innerPgConten h3 {
        font-size: 1.6rem
    }
}

.stories-detail-main .detailWrapper .innerPgConten h4 {
    font-size: 1.8rem
}

.stories-detail-main .detailWrapper .innerPgConten ul {
    padding-left: 20px;
    margin-bottom: 20px
}

    .stories-detail-main .detailWrapper .innerPgConten ul li {
        font-size: 2.2rem;
        
        color: #c1c1c1;
        line-height: 150%;
        list-style: disc;
        padding: 5px 0
    }

@media (max-width:767px) {
    .stories-detail-main .detailWrapper .innerPgConten ul li {
        font-size: 1.6rem
    }
}

.stories-detail-main .detailWrapper .innerPgConten ul li ul {
    margin-left: 30px;
    margin-bottom: 0
}

.stories-detail-main .detailWrapper .innerPgConten p {
    font-size: 2.2rem;
    
    color: #c1c1c1;
    line-height: 123.76%;
    margin-bottom: 15px
}

    .stories-detail-main .detailWrapper .innerPgConten p strong {
        font-weight: 700
    }

@media (max-width:767px) {
    .stories-detail-main .detailWrapper .innerPgConten p {
        font-size: 1.6rem
    }
}

.stories-detail-main .detailWrapper .innerPgConten ol {
    padding-left: 20px;
    margin-bottom: 33px
}

    .stories-detail-main .detailWrapper .innerPgConten ol li {
        list-style-type: decimal;
        font-size: 2.2rem;
        
        color: #c1c1c1;
        line-height: 123.76%;
        padding: 5px 0 17px 0
    }

        .stories-detail-main .detailWrapper .innerPgConten ol li:last-child {
            padding: 5px 0 6px 0
        }

@media (max-width:767px) {
    .stories-detail-main .detailWrapper .innerPgConten ol li {
        font-size: 1.6rem
    }
}

.stories-detail-main .detailWrapper .innerPgConten ol li ol {
    margin-left: 30px;
    margin-bottom: 0
}

.stories-detail-main .detailWrapper .innerPgConten table {
    width: 100%;
    border: 1px solid #393939;
    border-collapse: separate;
    text-align: left;
    margin: 30px 0
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten table {
        overflow: hidden;
        overflow-x: auto;
        display: block
    }
}

.stories-detail-main .detailWrapper .innerPgConten table tr:nth-child(2n) {
    background: rgba(0,0,0,.6)
}

.stories-detail-main .detailWrapper .innerPgConten table tr th {
    background: #000;
    border: 1px solid #393939;
    padding: 25px 20px;
    font-size: 2.4rem;
    color: #fff;
    font-weight: 600
}

@media (max-width:767px) {
    .stories-detail-main .detailWrapper .innerPgConten table tr th {
        font-size: 1.6rem;
        padding: 10px 5px
    }
}

.stories-detail-main .detailWrapper .innerPgConten table tr td {
    border: 1px solid #393939;
    padding: 10px 20px;
    font-size: 2rem;
    color: #c1c1c1
}

@media (max-width:767px) {
    .stories-detail-main .detailWrapper .innerPgConten table tr td {
        font-size: 1.3rem;
        padding: 5px
    }
}

.stories-detail-main .detailWrapper .innerPgConten iframe {
    max-width: 800px;
    margin: 0 auto;
    padding: 25px 0
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten iframe {
        width: 100%;
        flex-wrap: wrap
    }
}

.stories-detail-main .detailWrapper .innerPgConten .blog-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
    margin-bottom: 20px
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten .blog-container {
        padding: 10px 0;
        margin-bottom: 0
    }
}

.stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section {
    width: 40%
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section {
        width: 100%
    }
}

.stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section .image-wrap-container {
    width: 100%
}

    .stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section .image-wrap-container .blogslider {
        width: 100%;
        position: relative;
        border-radius: 20px
    }

        .stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section .image-wrap-container .blogslider .blogslider-box {
            width: 100%
        }

            .stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section .image-wrap-container .blogslider .blogslider-box .img-box {
                width: 100%;
                overflow: hidden
            }

                .stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section .image-wrap-container .blogslider .blogslider-box .img-box img {
                    width: 100%;
                    transition: 1s ease
                }

                    .stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section .image-wrap-container .blogslider .blogslider-box .img-box img:hover {
                        transform: scale(1.05)
                    }

        .stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section .image-wrap-container .blogslider .swiper-button-next:after, .stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section .image-wrap-container .blogslider .swiper-rtl .swiper-button-prev:after {
            color: #fff
        }

        .stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section .image-wrap-container .blogslider .swiper-button-prev:after, .stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section .image-wrap-container .blogslider .swiper-rtl .swiper-button-next:after {
            color: #fff
        }

.stories-detail-main .detailWrapper .innerPgConten .blog-container .right-section {
    width: 60%;
    display: block
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten .blog-container .right-section {
        width: 100%
    }
}

.stories-detail-main .detailWrapper .innerPgConten .blog-container .right-section .blog-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

    .stories-detail-main .detailWrapper .innerPgConten .blog-container .right-section .blog-content p {
        width: 100%;
        font-size: 2.2rem;
        
        color: #c1c1c1;
        line-height: 150%;
        padding: 5px 0 0 40px
    }

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten .blog-container .right-section .blog-content p {
        padding: 5px 0 0 0;
        font-size: 1.6rem
    }
}

.stories-detail-main .detailWrapper .innerPgConten .blog-container .right-section h2 {
    padding-left: 40px
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten .blog-container .right-section h2 {
        padding-left: 0;
        margin-top: 20px;
        font-size: 1.8rem
    }
}

.stories-detail-main .detailWrapper .innerPgConten .blog-container.right-align {
    flex-direction: row-reverse
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten .blog-container.right-align {
        flex-direction: column
    }
}

.stories-detail-main .detailWrapper .innerPgConten .blog-container.right-align .right-section .blog-content p {
    padding: 5px 40px 0 0
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten .blog-container.right-align .right-section .blog-content p {
        padding: 5px 0 0 0
    }
}

.stories-detail-main .detailWrapper .innerPgConten .blog-container.right-align .right-section h2 {
    padding-left: 0
}

.stories-detail-main .detailWrapper .innerPgConten .blog-video-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten .blog-video-container {
        margin-bottom: 10px
    }
}

.stories-detail-main .detailWrapper .innerPgConten .blog-video-container .embed-container {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%
}

    .stories-detail-main .detailWrapper .innerPgConten .blog-video-container .embed-container iframe {
        width: 800px;
        height: 600px
    }

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten .blog-video-container .embed-container iframe {
        width: 600px;
        height: 500px
    }
}

@media (max-width:767px) {
    .stories-detail-main .detailWrapper .innerPgConten .blog-video-container .embed-container iframe {
        width: 100%;
        height: 100%
    }
}

.stories-detail-main .detailWrapper .innerPgConten h2.center-text {
    text-align: center
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten h2.center-text {
        font-size: 1.8rem
    }
}

.stories-detail-main .detailWrapper .innerPgConten .blog-text {
    width: 100%;
    display: block;
    text-align: center;
    padding: 50px 0
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten .blog-text {
        padding: 3px 0 30px 0
    }
}

.stories-detail-main .detailWrapper .innerPgConten .blog-text aside {
    font-size: 3.5rem;
    font-weight: 500;
    
    color: #fff
}

@media (max-width:1023px) {
    .stories-detail-main .detailWrapper .innerPgConten .blog-text aside {
        font-size: 2rem
    }
}

.stories-detail-main .detailWrapper .innerPgConten a {
    width: 100%;
    overflow: hidden;
    color: #fff;
    display: block
}

.Com_headingFont .stories-detail-main .detailWrapper .com-heading h1 {
    font-size: 4.4rem
}

@media (max-width:1023px) {
    .Com_headingFont .stories-detail-main .detailWrapper .com-heading h1 {
        font-size: 3.4rem
    }
}

.editors-block {
    margin: 20px 0 20px 0;
    padding: 20px;
    border: 1px solid #393939
}

    .editors-block ul {
        margin-left: 20px;
        padding-left: 0 !important;
        margin-bottom: 0
    }

.light-mode .stories-detail-main .innerPgConten .detailWrapper .innerPgConten table tr:last-child td {
    color: #fff
}

.videos-section .video-wrapper .video-box video {
    vertical-align: middle
}

.videos-section .video-wrapper .video-box .video-overlay-text.center-text {
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    bottom: auto;
    width: 100%
}

    .videos-section .video-wrapper .video-box .video-overlay-text.center-text .btns-wrap {
        text-align: center
    }

    .videos-section .video-wrapper .video-box .video-overlay-text.center-text .video-text {
        text-transform: capitalize;
        text-align: center;
        font-size: 4.4rem;
        line-height: 110%
    }

@media (max-width:1219px) {
    .videos-section .video-wrapper .video-box .video-overlay-text.center-text .video-text {
        font-size: 3.4rem
    }
}

@media (max-width:1023px) {
    .videos-section .video-wrapper .video-box .video-overlay-text.center-text .video-text {
        font-size: 2.4rem
    }
}

@media (max-width:767px) {
    .videos-section .video-wrapper .video-box .video-overlay-text.center-text .video-text {
        font-size: 2.2rem
    }
}

.com-text-container {
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center
}

@media (max-width:1023px) {
    .com-text-container {
        position: relative
    }
}

.carrer-section2 .Com_textBox .textBox-Component p {
    color: #d0d0d0;
    font-size: 3.4rem;
    text-align: center
}

    .carrer-section2 .Com_textBox .textBox-Component p b {
        color: #fff;
        font-weight: 500
    }

.carrerIntroBanner {
    position: relative;
    overflow: hidden
}

    .carrerIntroBanner .img-box {
        position: relative;
        width: 100%;
        height: auto
    }

        .carrerIntroBanner .img-box:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background: #000;
            transition: 1s ease;
            opacity: .7
        }

        .carrerIntroBanner .img-box img {
            width: 100%;
            height: auto;
            -o-object-fit: cover;
            object-fit: cover
        }

@media (max-width:1023px) {
    .carrerIntroBanner .img-box {
        position: absolute;
        width: 100%;
        height: 100%
    }

        .carrerIntroBanner .img-box img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }
}

.carrerIntroBanner .career-intro-text {
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20rem 0
}

@media (max-width:1219px) {
    .carrerIntroBanner .career-intro-text {
        padding: 10rem 0
    }
}

@media (max-width:1023px) {
    .carrerIntroBanner .career-intro-text {
        padding: 10rem 20px
    }
}

.carrerIntroBanner .career-intro-text p {
    color: #d0d0d0;
    font-size: 3.4rem;
    line-height: 1.3em;
    text-align: center
}

@media (max-width:1219px) {
    .carrerIntroBanner .career-intro-text p {
        font-size: 2.4rem
    }
}

@media (max-width:1023px) {
    .carrerIntroBanner .career-intro-text p {
        font-size: 2.4rem
    }

        .carrerIntroBanner .career-intro-text p br {
            display: none
        }
}

@media (max-width:767px) {
    .carrerIntroBanner .career-intro-text p {
        font-size: 2.4rem
    }
}

.carrerIntroBanner .career-intro-text p b {
    color: #fff;
    font-weight: 600
}

.reportsMain.careerTab.careerSectionNew .reportWrapper .com-heading {
    width: 100%;
    text-align: center
}

    .reportsMain.careerTab.careerSectionNew .reportWrapper .com-heading h2 {
        text-transform: none;
        line-height: 120%;
        font-size: 4.4rem
    }

@media (max-width:1219px) {
    .reportsMain.careerTab.careerSectionNew .reportWrapper .com-heading h2 {
        font-size: 3.4rem
    }
}

@media (max-width:1023px) {
    .reportsMain.careerTab.careerSectionNew .reportWrapper .com-heading h2 {
        font-size: 2.4rem
    }
}

@media (max-width:767px) {
    .reportsMain.careerTab.careerSectionNew .reportWrapper .com-heading h2 {
        font-size: 2.2rem
    }
}

@media (max-width:1023px) {
    .reportsMain.careerTab.careerSectionNew .reportWrapper .com-heading h2 br {
        display: none
    }
}

.reportsMain.careerTab.careerSectionNew .reportWrapper .business-details-comp {
    display: flex
}

@media (max-width:1023px) {
    .reportsMain.careerTab.careerSectionNew .reportWrapper .business-details-comp {
        width: 100%;
        padding-top: 20px
    }
}

@media (max-width:439px) {
    .reportsMain.careerTab.careerSectionNew .reportWrapper .business-details-comp {
        padding-top: 0
    }
}

.reportsMain.careerTab.careerSectionNew .reportWrapper .business-details-comp .business-left-sec {
    width: 50%;
    margin-right: 1.2%
}

@media (max-width:1023px) {
    .reportsMain.careerTab.careerSectionNew .reportWrapper .business-details-comp .business-left-sec {
        width: 100%
    }
}

.reportsMain.careerTab.careerSectionNew .reportWrapper .business-details-comp .business-left-sec ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%
}

    .reportsMain.careerTab.careerSectionNew .reportWrapper .business-details-comp .business-left-sec ul li:nth-child(3n) {
        margin-right: 0 !important
    }

    .reportsMain.careerTab.careerSectionNew .reportWrapper .business-details-comp .business-left-sec ul li:nth-child(even) {
        margin-right: 2%
    }

@media (max-width:1023px) {
    .reportsMain.careerTab.careerSectionNew .reportWrapper .business-details-comp .business-left-sec ul li {
        width: 48%
    }

        .reportsMain.careerTab.careerSectionNew .reportWrapper .business-details-comp .business-left-sec ul li:nth-child(3n) {
            margin-right: 2% !important
        }

        .reportsMain.careerTab.careerSectionNew .reportWrapper .business-details-comp .business-left-sec ul li:nth-child(even) {
            margin-right: 0
        }
}

.reportsMain.careerTab.careerSectionNew .reportWrapper .business-details-comp .business-right-sec {
    width: 50.3%
}

@media (max-width:1023px) {
    .reportsMain.careerTab.careerSectionNew .reportWrapper .business-details-comp .business-right-sec {
        width: 100%;
        margin-bottom: 2%
    }
}

.reportsMain.careerTab.careerSectionNew .reportWrapper .business-details-comp .business-right-sec .business-details-links .text-overlay-bottom {
    width: 100%;
    display: block
}

    .reportsMain.careerTab.careerSectionNew .reportWrapper .business-details-comp .business-right-sec .business-details-links .text-overlay-bottom .top-text-heading {
        color: #fff;
        font-size: 2.4rem;
        
        font-weight: 500;
        border-bottom: rgba(255,255,255,.5) solid 1px;
        padding-bottom: 16px
    }

@media (max-width:767px) {
    .reportsMain.careerTab.careerSectionNew .reportWrapper .business-details-comp .business-right-sec .business-details-links .text-overlay-bottom .top-text-heading {
        font-size: 1.8rem
    }
}

.reportsMain.careerTab.careerSectionNew .reportWrapper .business-details-comp .business-right-sec .business-details-links .text-overlay-bottom .bottom-text-description {
    color: #fff;
    font-size: 2.4rem;
    
    font-weight: 600;
    padding-top: 16px
}

@media (max-width:767px) {
    .reportsMain.careerTab.careerSectionNew .reportWrapper .business-details-comp .business-right-sec .business-details-links .text-overlay-bottom .bottom-text-description {
        font-size: 1.8rem
    }
}

.reportsMain.careerTab.careerSectionNew .reportWrapper .business-details-comp .business-right-sec .business-details-links .watch-cta {
    width: 100%;
    margin-top: 24px;
    position: relative
}

    .reportsMain.careerTab.careerSectionNew .reportWrapper .business-details-comp .business-right-sec .business-details-links .watch-cta a {
        text-decoration: none;
        color: #fff;
        font-size: 1.8rem;
        
        font-weight: 400;
        text-transform: capitalize;
        position: relative
    }

@media (max-width:767px) {
    .reportsMain.careerTab.careerSectionNew .reportWrapper .business-details-comp .business-right-sec .business-details-links .watch-cta a {
        font-size: 1.4rem
    }
}

.reportsMain.careerTab.careerSectionNew .reportWrapper .business-details-comp .business-right-sec .business-details-links .watch-cta a::after {
    content: "";
    position: absolute;
    right: -15px;
    top: 41%;
    transform: translateY(-50%);
    width: 7px;
    left: auto;
    height: 7px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    background: 0 0;
    transform: rotate(133deg)
}

.reportsMain.careerTab.careerSectionNew .reportWrapper .business-details-comp .business-right-sec .business-details-links .watch-cta a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    z-index: 2;
    width: 0;
    height: 2px;
    background: #fff;
    width: 100%
}

.reportsMain.careerTab.careerSectionNew .reportstab_Wrapper {
    width: 100%;
    text-align: center;
    padding: 27px 0 0
}

    .reportsMain.careerTab.careerSectionNew .reportstab_Wrapper .reportsTab {
        display: inline-block;
        width: 100%;
        max-width: 1440px
    }

@media (max-width:1219px) and (max-width:1023px) {
    .reportsMain.careerTab.careerSectionNew .reportstab_Wrapper .reportsTab {
        width: 100%;
        max-width: 100%;
        overflow: hidden
    }
}

.reportsMain.careerTab.careerSectionNew .reportstab_Wrapper .reportsTab ul li {
    width: 25%;
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center
}

@media (max-width:1599px) {
    .reportsMain.careerTab.careerSectionNew .reportstab_Wrapper .reportsTab ul li {
        font-size: 2.2rem
    }
}

@media (max-width:1026px) {
    .reportsMain.careerTab.careerSectionNew .reportstab_Wrapper .reportsTab ul li {
        font-size: 1.7rem
    }
}

@media (max-width:1023px) {
    .reportsMain.careerTab.careerSectionNew .reportstab_Wrapper .reportsTab ul li {
        padding: 0 10px 0 0;
        width: auto
    }
}

.reportsMain.careerTab.careerSectionNew .reportstab_Wrapper .reportsTab ul li a {
    color: #66686f;
    display: inline-block;
    width: 100%;
    padding: 24px 10px;
    white-space: nowrap;
    text-decoration: none
}

    .reportsMain.careerTab.careerSectionNew .reportstab_Wrapper .reportsTab ul li a.active {
        color: #fff
    }

.reportsMain.careerTab.careerSectionNew .reportstab_Wrapper .reportsTab ul li:last-child a {
    padding-left: 0;
    padding-right: 0
}

.reportsMain.careerTab.careerSectionNew .reportDetail-Wrapper {
    margin-top: 50px;
    max-width: 1440px;
    margin: 0 auto
}

@media (max-width:1219px) {
    .reportsMain.careerTab.careerSectionNew .reportDetail-Wrapper {
        margin-top: 10px
    }
}

.reportsMain.careerTab.careerSectionNew .reportDetail-Wrapper .benefitLeft {
    display: flex;
    flex-wrap: wrap
}

@media (max-width:1219px) {
    .reportsMain.careerTab.careerSectionNew .reportDetail-Wrapper .benefitLeft {
        padding-left: 0;
        padding: 30px 0
    }
}

.reportsMain.careerTab.careerSectionNew .reportDetail-Wrapper .benefitLeft .benefitRow {
    width: 31.33%;
    vertical-align: top;
    display: none;
    text-align: center;
    position: relative
}

@media (max-width:1219px) {
    .reportsMain.careerTab.careerSectionNew .reportDetail-Wrapper .benefitLeft .benefitRow {
        width: 32%;
        margin-right: 1%;
        margin-bottom: 50px
    }
}

@media (max-width:767px) {
    .reportsMain.careerTab.careerSectionNew .reportDetail-Wrapper .benefitLeft .benefitRow {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
        text-align: center
    }
}

.reportsMain.careerTab.careerSectionNew .reportDetail-Wrapper .benefitLeft .benefitRow .benefit-Icon {
    width: auto;
    display: inline-block;
    min-height: 78px
}

    .reportsMain.careerTab.careerSectionNew .reportDetail-Wrapper .benefitLeft .benefitRow .benefit-Icon img {
        max-width: 100%;
        width: auto
    }

@media (max-width:767px) {
    .reportsMain.careerTab.careerSectionNew .reportDetail-Wrapper .benefitLeft .benefitRow .benefit-Icon img {
        margin-left: auto;
        margin-right: auto
    }
}

.reportsMain.careerTab.careerSectionNew .reportDetail-Wrapper .benefitLeft .benefitRow .benefitCopy {
    width: 100%;
    padding-left: 0;
    margin-top: 30px
}

    .reportsMain.careerTab.careerSectionNew .reportDetail-Wrapper .benefitLeft .benefitRow .benefitCopy .benefitCopy {
        padding: 0 38px 0 0
    }

    .reportsMain.careerTab.careerSectionNew .reportDetail-Wrapper .benefitLeft .benefitRow .benefitCopy:nth-child(3n) .benefitCopy {
        padding: 0
    }

@media (max-width:767px) {
    .reportsMain.careerTab.careerSectionNew .reportDetail-Wrapper .benefitLeft .benefitRow .benefitCopy {
        margin-top: 10px;
        width: 100%
    }
}

.reportsMain.careerTab.careerSectionNew .reportDetail-Wrapper .benefitLeft .benefitRow .benefitCopy .head {
    min-height: auto
}

@media (max-width:767px) {
    .reportsMain.careerTab.careerSectionNew .reportDetail-Wrapper .benefitLeft .benefitRow .benefitCopy .head {
        min-height: auto
    }
}

.reportsMain.careerTab.careerSectionNew .reportDetail-Wrapper .benefitLeft .benefitRow:nth-child(3n) {
    margin-right: 0
}

.reportsMain.careerTab.careerSectionNew.growthSection .reportWrapper {
    padding: 195px 0 195px 0
}

@media (max-width:767px) {
    .reportsMain.careerTab.careerSectionNew.growthSection .reportWrapper {
        padding: 40px 0
    }
}

.reportsMain.careerSectionNew .business-section_home.reportWrapper {
    padding: 50px 0 50px !important
}

@media (max-width:1023px) {
    .reportsMain.careerSectionNew .business-section_home.reportWrapper {
        padding: 0 0 0 !important
    }
}

.value-slider-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.value-slider {
    position: relative;
    overflow: hidden;
    padding: 50px 0 0
}

    .value-slider .value-slide-box {
        position: relative;
        width: 100%;
        min-height: 350px;
        border-radius: 5px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

        .value-slider .value-slide-box .img-box {
            position: relative;
            width: 100%;
            height: auto;
            border-radius: 5px;
            overflow: hidden
        }

            .value-slider .value-slide-box .img-box:before {
                content: "";
                position: absolute;
                z-index: 1;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                background: #000;
                transition: 1s ease;
                opacity: .7
            }

            .value-slider .value-slide-box .img-box img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                border-radius: 10px;
                transition: .5s ease-in-out
            }

@media (max-width:1023px) {
    .value-slider .value-slide-box .img-box {
        position: absolute;
        width: 100%;
        height: 100%
    }
}

.value-slider .value-slide-box:hover .img-box img {
    transform: scale(1.03)
}

.value-slider .value-slide-box .value-text-box {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 0 8.5%
}

    .value-slider .value-slide-box .value-text-box h3 {
        font-size: 2.4rem;
        color: #fff;
        font-weight: 600;
        padding-bottom: 3rem;
        width: 60%;
        line-height: 125%
    }

@media (max-width:1599px) {
    .value-slider .value-slide-box .value-text-box h3 {
        width: 80%
    }
}

@media (max-width:1219px) {
    .value-slider .value-slide-box .value-text-box h3 {
        font-size: 2.2rem
    }
}

@media (max-width:1023px) {
    .value-slider .value-slide-box .value-text-box h3 {
        font-size: 2rem;
        width: 100%
    }
}

@media (max-width:767px) {
    .value-slider .value-slide-box .value-text-box h3 {
        width: 100%;
        font-size: 1.8rem
    }
}

.value-slider .value-slide-box .value-text-box p {
    font-size: 1.8rem
}

@media (max-width:767px) {
    .value-slider .value-slide-box .value-text-box p {
        width: 100%;
        font-size: 1.5rem
    }
}

.value-slider .value-slide-box .value-text-box a {
    color: #fff;
    text-decoration: none;
    background: url(https://www.adani.com/assets/adaniv1/dist/images/business-img/head-forward-arrow.svg) no-repeat right center;
    padding-right: 21px;
    background-size: 8px;
    line-height: normal
}

@media (max-width:1023px) {
    .value-slider .value-slide-box .value-text-box {
        padding-top: 70px
    }
}

@media (max-width:767px) {
    .value-slider .value-slide-box .value-text-box {
        padding-top: 50px
    }
}

.value-thumbs-slider {
    position: relative;
    padding: 5px 0 20px 0;
    margin-left: 8.5%
}

    .value-thumbs-slider .value-thumb {
        position: relative;
        width: 100%;
        padding: 10px;
        border-radius: 5px;
        overflow: hidden
    }

        .value-thumbs-slider .value-thumb img {
            width: 100%;
            height: auto;
            max-width: none;
            border-radius: 10px
        }

    .value-thumbs-slider .swiper-slide {
        opacity: .25;
        margin: 0 !important
    }

    .value-thumbs-slider .swiper-slide-thumb-active {
        opacity: 1
    }

    .value-thumbs-slider .swiper-pagination {
        position: relative;
        float: right;
        display: inline;
        width: auto
    }

    .value-thumbs-slider .swiper-pagination-bullet {
        width: auto;
        height: 30px;
        padding: 0 20px;
        border-radius: 0;
        text-align: center;
        text-align: center;
        line-height: 120%;
        font-size: 2.6rem;
        font-weight: 250;
        color: #b2b5be;
        opacity: 1;
        background: 0 0;
        display: inline-block;
        cursor: pointer
    }

        .value-thumbs-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
            font-weight: 400;
            color: #fff
        }

@media (max-width:767px) {
    .value-thumbs-slider .swiper-pagination-bullet {
        font-size: 1.4rem;
        padding: 5px 5px
    }
}

.value-thumbs-slider .swiper-button-next, .value-thumbs-slider .swiper-button-prev {
    border: #fff solid 1px;
    width: 50px;
    height: 50px;
    bottom: 0;
    top: inherit;
    z-index: 91;
    border-radius: 50%
}

    .value-thumbs-slider .swiper-button-next.disabled, .value-thumbs-slider .swiper-button-prev.disabled {
        opacity: .3 !important
    }

.value-thumbs-slider .swiper-button-prev {
    right: 60px;
    left: inherit
}

@media (max-width:767px) {
    .value-thumbs-slider .swiper-button-prev {
        right: 55px
    }
}

.value-thumbs-slider .swiper-button-next {
    right: .5%;
    margin-right: 0 !important
}

    .value-thumbs-slider .swiper-button-next:after, .value-thumbs-slider .swiper-button-prev:after {
        font-size: 1.8rem;
        font-weight: 400;
        color: #fff
    }

@media (max-width:767px) {
    .value-thumbs-slider .swiper-button-next:after, .value-thumbs-slider .swiper-button-prev:after {
        font-size: 1.5rem
    }
}

@media (max-width:767px) {
    .value-thumbs-slider {
        margin-left: 0
    }
}

.swiper-custom-controls {
    width: 100%;
    padding: 25px 0 20px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center
}

.clear {
    clear: both
}

.value-tag {
    position: absolute;
    z-index: 1;
    background: rgba(0,0,0,.8);
    color: #fff;
    padding: 14px 64px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    right: 8.5%;
    top: 0
}

    .value-tag h3 {
        font-size: 3.2rem;
        color: #fff;
        font-weight: 400
    }

@media (max-width:1219px) {
    .value-tag h3 {
        font-size: 2.9rem
    }
}

@media (max-width:1023px) {
    .value-tag h3 {
        font-size: 3rem
    }
}

@media (max-width:767px) {
    .value-tag h3 {
        font-size: 2rem
    }
}

.vaccordion {
    width: 100%;
    overflow: hidden;
    padding: 0 0
}

@media (max-width:767px) {
    .vaccordion {
        padding: 0
    }
}

.vaccordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0
}

    .vaccordion ul li {
        display: table-cell;
        vertical-align: bottom;
        position: relative;
        width: 33.33%;
        height: 560px;
        background-repeat: no-repeat;
        background-position: center center;
        transition: all .5s ease;
        padding: 10px
    }

        .vaccordion ul li div.vaccordion-panel {
            position: relative;
            display: block;
            overflow: hidden;
            width: 100%
        }

            .vaccordion ul li div.vaccordion-panel .value-tag {
                position: absolute;
                left: 0;
                bottom: 2%;
                height: auto;
                right: auto;
                top: auto;
                transform-origin: 0 0;
                transform: rotateZ(-90deg);
                transition: all .4s ease;
                padding: 0 0;
                width: 265px;
                height: 64px;
                display: flex;
                align-items: center;
                justify-content: center
            }

@media (max-width:767px) {
    .vaccordion ul li div.vaccordion-panel .value-tag {
        transform-origin: 50% 50%;
        left: 50%;
        transform: translateX(-50%) rotateZ(0);
        bottom: auto;
        top: 0;
        font-size: 1rem
    }
}

.vaccordion ul li div.vaccordion-panel .value-tag h3 {
    font-size: 3rem
}

@media (max-width:1219px) {
    .vaccordion ul li div.vaccordion-panel .value-tag h3 {
        font-size: 2.9rem
    }
}

@media (max-width:1023px) {
    .vaccordion ul li div.vaccordion-panel .value-tag h3 {
        font-size: 3rem
    }
}

@media (max-width:767px) {
    .vaccordion ul li div.vaccordion-panel .value-tag h3 {
        font-size: 2rem
    }
}

.vaccordion ul li div.vaccordion-panel .img-box {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0
}

    .vaccordion ul li div.vaccordion-panel .img-box img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.vaccordion ul li div.vaccordion-panel .vaccordion-slide {
    display: block;
    height: 560px;
    width: 100%;
    position: relative;
    z-index: 3;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    transition: all .2s ease;
    padding: 10% 10%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

@media (max-width:767px) {
    .vaccordion ul li div.vaccordion-panel .vaccordion-slide {
        height: 520px;
        padding: 10% 8%
    }
}

.vaccordion ul li div.vaccordion-panel .vaccordion-slide .vaccordion-slide-text {
    opacity: 0;
    margin: 0;
    width: 100%;
    position: relative;
    z-index: 5;
    white-space: break-word;
    overflow: hidden;
    transform: translateX(-20px);
    transition: all .4s ease;
    max-width: 450px
}

.vaccordion ul li div.vaccordion-panel .vaccordion-slide h3 {
    text-overflow: clip;
    font-size: 4.6rem;
    font-weight: 500;
    padding-bottom: 20px
}

@media (max-width:767px) {
    .vaccordion ul li div.vaccordion-panel .vaccordion-slide h3 {
        font-size: 3rem
    }
}

.vaccordion ul li div.vaccordion-panel .vaccordion-slide h4 {
    font-size: 2.4rem;
    font-weight: 400;
    color: #d9d9d9;
    padding-bottom: 60px;
    line-height: 120%
}

@media (max-width:767px) {
    .vaccordion ul li div.vaccordion-panel .vaccordion-slide h4 {
        font-size: 1.8rem
    }
}

.vaccordion ul li div.vaccordion-panel .vaccordion-slide p {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 128.56%
}

@media (max-width:767px) {
    .vaccordion ul li div.vaccordion-panel .vaccordion-slide p {
        font-size: 1.5rem
    }
}

.vaccordion ul li div.vaccordion-panel .vaccordion-slide p a {
    color: #d9d9d9
}

.vaccordion ul:hover li {
    width: 24%
}

    .vaccordion ul:hover li:hover {
        width: 48%
    }

        .vaccordion ul:hover li:hover .vaccordion-slide {
            background: rgba(0,0,0,.7)
        }

            .vaccordion ul:hover li:hover .vaccordion-slide .vaccordion-slide-text {
                opacity: 1;
                transform: translateX(0)
            }

        .vaccordion ul:hover li:hover div.vaccordion-panel .value-tag {
            opacity: 0
        }

@media screen and (max-width:600px) {
    .vaccordion {
        height: auto
    }

        .vaccordion ul li, .vaccordion ul li:hover, .vaccordion ul:hover li, .vaccordion ul:hover li:hover {
            position: relative;
            display: table;
            table-layout: fixed;
            width: 100%;
            transition: none
        }
}

.reportsMain.careerTab .reportDetail-Wrapper .reportDetail .loadbtn .gradient-button {
    transition: .3s ease-in-out;
    transition: border 0s;
    background: 0 0;
    color: #fff
}

.careervideoSlide .videos-section .video-box {
    height: 100vh
}

.lastSectionForAll .Com_textBox .textBox-Component {
    padding: 70px 0
}

.comTwoAndHalfSlider {
    position: relative;
    padding: 50px 0 0
}

    .comTwoAndHalfSlider .slideBoxWrap {
        position: relative;
        border: 1px solid #393d48;
        min-height: 516px;
        background: #0a1122
    }

@media (max-width:1549px) {
    .comTwoAndHalfSlider .slideBoxWrap {
        min-height: 516px
    }
}

@media (max-width:767px) {
    .comTwoAndHalfSlider .slideBoxWrap {
        min-height: 270px
    }
}

.comTwoAndHalfSlider .career-img {
    width: 100%;
    position: absolute;
    overflow: hidden;
    height: 100%
}

    .comTwoAndHalfSlider .career-img img {
        width: 100%;
        transition: .5s ease-in-out;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%
    }

    .comTwoAndHalfSlider .career-img:hover:before {
        opacity: .7;
        background: #071222
    }

    .comTwoAndHalfSlider .career-img:hover img {
        transform: scale(1.05)
    }

.comTwoAndHalfSlider .slideBoxWrap:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #071222;
    transition: .5s ease-in-out;
    opacity: 1
}

.comTwoAndHalfSlider .slideBoxWrap:hover:before {
    opacity: .7;
    background: #071222
}

.comTwoAndHalfSlider .slideBoxWrap:hover img {
    transform: scale(1.05)
}

.comTwoAndHalfSlider .swiper-slide-active .slideBoxWrap:before {
    opacity: .7;
    background: #071222
}

.comTwoAndHalfSlider .slideBoxContent {
    position: absolute;
    z-index: 5;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 0 50px;
    pointer-events: none
}

@media (max-width:767px) {
    .comTwoAndHalfSlider .slideBoxContent {
        padding: 0 20px
    }
}

.comTwoAndHalfSlider .slideBoxContent h4 {
    font-size: 3.4rem;
    font-weight: 600;
    
    color: #fff;
    line-height: 130%
}

@media (max-width:1849px) {
    .comTwoAndHalfSlider .slideBoxContent h4 {
        min-height: 90px
    }
}

@media (max-width:1219px) {
    .comTwoAndHalfSlider .slideBoxContent h4 {
        font-size: 3rem
    }
}

@media (max-width:1023px) {
    .comTwoAndHalfSlider .slideBoxContent h4 {
        font-size: 2.2rem
    }
}

@media (max-width:767px) {
    .comTwoAndHalfSlider .slideBoxContent h4 {
        font-size: 1.8rem
    }
}

.comTwoAndHalfSlider .slideBoxContent p {
    margin: 10px 0;
    font-size: 2.4rem;
    font-weight: 400;
    color: #a9a9a9
}

@media (max-width:1219px) {
    .comTwoAndHalfSlider .slideBoxContent p {
        font-size: 2rem
    }
}

@media (max-width:1023px) {
    .comTwoAndHalfSlider .slideBoxContent p {
        font-size: 1.8rem
    }
}

@media (max-width:767px) {
    .comTwoAndHalfSlider .slideBoxContent p {
        font-size: 1.5rem
    }
}

.comTwoAndHalfSlider .slideBoxContent .btns-wrap .btn-style2 {
    margin-top: 60px
}

.comTwoAndHalfSlider .slideBoxContent:hover h4 {
    color: #fff !important
}

.comTwoAndHalfSlider .slideBoxContent:hover p {
    color: #fff !important
}

.comTwoAndHalfSlider .slideBoxContent .btns-wrap {
    text-align: left
}

    .comTwoAndHalfSlider .slideBoxContent .btns-wrap .btn-style {
        color: #fff;
        padding: 17px 17px 17px 17px;
        font-size: 1.8rem;
        transition: all .5s;
        
        text-transform: capitalize;
        font-weight: 400;
        position: relative;
        margin: 0 auto;
        z-index: 0;
        cursor: pointer;
        background: 0 0;
        border: #fff solid 1px;
        transition: .3s ease-in-out;
        background: 0 0;
        -webkit-text-fill-color: #fff;
        transition: .3s ease-in-out;
        margin-top: 30px;
        display: inline-block;
        text-decoration: none;
        pointer-events: all;
        border-radius: 8px
    }

@media (max-width:1023px) {
    .comTwoAndHalfSlider .slideBoxContent .btns-wrap .btn-style {
        padding: 15px 14px;
        font-size: 1.4rem
    }
}

.comTwoAndHalfSlider .btns-wrap {
    text-align: center
}

    .comTwoAndHalfSlider .btns-wrap .btn-style2 {
        color: #fff;
        border-radius: 8px;
        padding: 17px 17px 17px 17px;
        font-size: 1.8rem;
        transition: all .5s;
        
        text-transform: capitalize;
        font-weight: 400;
        position: relative;
        margin: 0 auto;
        z-index: 0;
        cursor: pointer;
        margin-top: 30px;
        display: inline-block;
        text-decoration: none;
        pointer-events: all;
        transition: .3s ease-in-out;
        transition: border 0s;
        background: 0 0;
        color: #393939;
        border: 1px solid #393939;
        border-radius: 8px
    }

@media (max-width:1023px) {
    .comTwoAndHalfSlider .btns-wrap .btn-style2 {
        padding: 15px 14px;
        font-size: 1.4rem
    }
}

.comTwoAndHalfSlider .swiper-button-next {
    border: #fff solid 1px;
    width: 50px;
    height: 50px;
    right: .5%;
    bottom: 0;
    top: inherit;
    z-index: 91;
    border-radius: 50%
}

    .comTwoAndHalfSlider .swiper-button-next:after {
        content: "next";
        font-size: 1.8rem;
        color: #fff;
        font-weight: 400
    }

@media (max-width:1023px) {
    .comTwoAndHalfSlider .swiper-button-next {
        display: none
    }
}

.comTwoAndHalfSlider .swiper-button-prev {
    border: #fff solid 1px;
    width: 50px;
    height: 50px;
    right: 60px;
    left: inherit;
    bottom: 0;
    top: inherit;
    z-index: 91;
    border-radius: 50%
}

@media (max-width:1023px) {
    .comTwoAndHalfSlider .swiper-button-prev {
        display: none
    }
}

.comTwoAndHalfSlider .swiper-button-prev:after {
    content: "prev";
    font-size: 1.8rem;
    color: #fff;
    font-weight: 400
}

.light-mode .comTwoAndHalfSlider .swiper-slide-active .slideBoxWrap:before {
    opacity: .7;
    background: #071222
}

.light-mode .comTwoAndHalfSlider .swiper-slide-active .slideBoxWrap .slideBoxContent h4 {
    color: #fff !important
}

.light-mode .comTwoAndHalfSlider .swiper-slide-active .slideBoxWrap .slideBoxContent p {
    color: #fff !important
}

.light-mode .comTwoAndHalfSlider .swiper-slide-active .slideBoxWrap .slideBoxContent .btns-wrap .btn-style {
    -webkit-text-fill-color: #fff !important
}

.light-mode .comTwoAndHalfSlider .slideBoxWrap:before {
    background: #fff
}

.light-mode .comTwoAndHalfSlider .slideBoxWrap .btns-wrap .btn-style {
    -webkit-text-fill-color: #071222 !important
}

.light-mode .comTwoAndHalfSlider .slideBoxWrap:hover:before {
    opacity: .7;
    background: #071222
}

.light-mode .comTwoAndHalfSlider .slideBoxWrap:hover h4 {
    color: #fff !important
}

.light-mode .comTwoAndHalfSlider .slideBoxWrap:hover p {
    color: #fff !important
}

.light-mode .comTwoAndHalfSlider .slideBoxWrap:hover .btns-wrap .btn-style {
    -webkit-text-fill-color: #fff !important
}

.error-wrap {
    width: 100%;
    text-align: center;
    background: url(https://www.adani.com/assets/adaniv1/dist/images/404/bg-image.svg) no-repeat center top;
    background-size: cover;
    padding-top: 10rem
}

@media (max-width:1023px) {
    .error-wrap {
        padding-top: 5rem
    }
}

.error-wrap .com-heading {
    width: 100%;
    position: relative
}

@media (max-width:1023px) {
    .error-wrap .com-heading {
        margin-top: 5px
    }
}

.error-wrap .com-heading h1, .error-wrap .com-heading h2, .error-wrap .com-heading h3, .error-wrap .com-heading h4, .error-wrap .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .error-wrap .com-heading h1, .error-wrap .com-heading h2, .error-wrap .com-heading h3, .error-wrap .com-heading h4, .error-wrap .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .error-wrap .com-heading h1, .error-wrap .com-heading h2, .error-wrap .com-heading h3, .error-wrap .com-heading h4, .error-wrap .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .error-wrap .com-heading h1, .error-wrap .com-heading h2, .error-wrap .com-heading h3, .error-wrap .com-heading h4, .error-wrap .com-heading h5 {
        font-size: 2.2rem
    }
}

.error-wrap .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .error-wrap .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .error-wrap .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

.error-wrap .com-heading h1 {
    font-size: 20rem
}

@media (max-width:1023px) {
    .error-wrap .com-heading h1 {
        font-size: 17rem
    }
}

@media (max-width:439px) {
    .error-wrap .com-heading h1 {
        font-size: 14rem
    }
}

.error-wrap .copytxt {
    font-size: 2rem;
    color: #c1c1c1;
    padding-top: 80px
}

@media (max-width:1023px) {
    .error-wrap .copytxt {
        padding-top: 40px
    }
}

.error-wrap .copytxt a {
    color: #c1c1c1
}

.accordion_container .accordion_head {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 48px 0;
    border-top: 1px solid grey;
    position: relative
}

@media (max-width:767px) {
    .accordion_container .accordion_head.active .accordHeadWRapp .accordianHeadImg {
        margin-bottom: 20px
    }
}

@media (max-width:767px) {
    .accordion_container .accordion_head.active .accordHeadWRapp .accordianHeadText p {
        display: block;
        float: left
    }
}

.accordion_container .accordion_head:first-child {
    border-top: none;
    padding-top: 80px
}

@media (max-width:767px) {
    .accordion_container .accordion_head:first-child {
        padding-top: 48px
    }
}

.accordion_container .accordion_head .accordHeadWRapp {
    display: flex;
    align-items: center;
    width: 95%
}

@media (max-width:767px) {
    .accordion_container .accordion_head .accordHeadWRapp {
        width: 100%;
        display: block
    }
}

.accordion_container .accordion_head .accordHeadWRapp .accordianHeadImg {
    max-width: 180px
}

@media (max-width:767px) {
    .accordion_container .accordion_head .accordHeadWRapp .accordianHeadImg {
        width: 100px;
        float: left;
        margin-right: 25px
    }
}

.accordion_container .accordion_head .accordHeadWRapp .accordianHeadText {
    margin-left: 25px
}

@media (max-width:767px) {
    .accordion_container .accordion_head .accordHeadWRapp .accordianHeadText {
        margin-left: 0;
        padding-right: 2rem
    }
}

.accordion_container .accordion_head .accordHeadWRapp .accordianHeadText h3 {
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 15px;
    color: #c1c1c1
}

@media (max-width:767px) {
    .accordion_container .accordion_head .accordHeadWRapp .accordianHeadText h3 {
        font-size: 1.6rem
    }
}

.accordion_container .accordion_head .accordHeadWRapp .accordianHeadText a {
    font-size: 18px;
    color: #c1c1c1;
    margin-bottom: 15px;
    display: block
}

@media (max-width:767px) {
    .accordion_container .accordion_head .accordHeadWRapp .accordianHeadText a {
        font-size: 1.5rem
    }
}

.accordion_container .accordion_head .accordHeadWRapp .accordianHeadText p {
    font-size: 2rem;
    margin-bottom: 15px;
    
    color: #c1c1c1;
    font-weight: 400
}

@media (max-width:767px) {
    .accordion_container .accordion_head .accordHeadWRapp .accordianHeadText p {
        display: none;
        font-size: 1.6rem
    }
}

.accordion_container .accordion_head .plusminus {
    float: right;
    width: 5%;
    text-align: right;
    background: url(../images/accordian-img/accord-plus.png) no-repeat center right;
    background-size: 30%;
    height: 30px
}

    .accordion_container .accordion_head .plusminus.active {
        background: url(../images/accordian-img/accord-minus.png) no-repeat center right;
        background-size: 30%
    }

@media (max-width:767px) {
    .accordion_container .accordion_head .plusminus {
        position: absolute;
        top: 40px;
        right: 0;
        background-size: 100%
    }
}

@media (max-width:1023px) {
    .accordion_container .accordion_head .plusminus {
        background-size: 80%
    }
}

.accordion_container .accordion_body {
    display: none;
    padding: 0 0 45px !important
}

    .accordion_container .accordion_body .initiatives-box {
        margin-bottom: 45px !important
    }

        .accordion_container .accordion_body .initiatives-box:last-child {
            margin-bottom: 0 !important
        }

@media (max-width:767px) {
    .accordion_container .accordion_body {
        padding: 0 !important
    }
}

.accordion_container .accordion_body .travelContentBox {
    float: left;
    margin-bottom: 45px;
    width: 100%
}

    .accordion_container .accordion_body .travelContentBox .full-width {
        width: 100% !important
    }

        .accordion_container .accordion_body .travelContentBox .full-width .title-heading {
            line-height: 100%
        }

        .accordion_container .accordion_body .travelContentBox .full-width .floating-right {
            float: right
        }

        .accordion_container .accordion_body .travelContentBox .full-width p:last-child {
            margin-bottom: 0 !important;
            line-height: 100%
        }

    .accordion_container .accordion_body .travelContentBox .show_more_content {
        float: left;
        position: relative;
        top: -50px
    }

        .accordion_container .accordion_body .travelContentBox .show_more_content ol {
            list-style: disc;
            padding-left: 20px
        }

            .accordion_container .accordion_body .travelContentBox .show_more_content ol li {
                font-size: 2rem;
                color: #c1c1c1;
                
                font-weight: 400;
                margin-bottom: 30px;
                line-height: 123.76%
            }

                .accordion_container .accordion_body .travelContentBox .show_more_content ol li .UpperAlphabet {
                    list-style: upper-alpha;
                    margin: 30px 0;
                    padding-left: 25px
                }

    .accordion_container .accordion_body .travelContentBox.right-sec .readmre-btn {
        color: #fff;
        
        font-size: 1.8rem;
        background: 0 0;
        text-decoration: underline;
        padding-top: 2rem;
        cursor: pointer;
        text-underline-offset: 3px;
        position: absolute;
        bottom: 0;
        font-weight: 400;
        left: 0
    }

.accordion_container .accordion_body .initiatives-box.left-sec .bottom-text-box .morecontent.collapsed {
    max-height: 70px
}

.accordion_container .accordion_body .initiatives-box .bottom-text-box .text-box ol {
    padding-left: 30px
}

    .accordion_container .accordion_body .initiatives-box .bottom-text-box .text-box ol li {
        font-size: 2rem;
        color: #c1c1c1;
        
        font-weight: 400;
        line-height: 123.76%
    }

@media (max-width:767px) {
    .accordion_container .accordion_body .initiatives-box .bottom-text-box .text-box ol li {
        font-size: 1.6rem
    }
}

.accordion_container .accordion_body .initiatives-box .bottom-text-box .text-box ol li:first-child {
    padding-top: 0
}

.accordion_container .accordion_body .initiatives-box .bottom-text-box .text-box ol li:last-child {
    padding-bottom: 0
}

.accordion_container .accordion_body .initiatives-box .bottom-text-box .text-box ol li .UpperAlphabet {
    list-style: upper-alpha;
    margin-top: 22px;
    padding-left: 30px
}

    .accordion_container .accordion_body .initiatives-box .bottom-text-box .text-box ol li .UpperAlphabet li {
        margin-bottom: 0
    }

.accordion_container .accordion_body .initiatives-box .bottom-text-box .text-box.morecontent {
    max-height: 60px;
    margin-bottom: 0
}

.accordion_container .accordion_body .initiatives-box .bottom-text-box .readmre-btn {
    display: block
}

.showClick {
    display: none
}

.show_hide, .show_hide_less {
    display: block;
    color: #fff;
    
    font-size: 1.8rem;
    background: 0 0;
    text-decoration: underline;
    padding-top: 2rem;
    cursor: pointer;
    text-underline-offset: 3px;
    font-weight: 400
}

@media (max-width:767px) {
    .show_hide, .show_hide_less {
        margin-top: 10px
    }
}

.show_hide_less {
    display: none;
    float: left
}

.aligning-center {
    position: relative;
    top: 200px;
    transform: translateY(-50%)
}

@media (max-width:1699px) {
    .aligning-center {
        top: 150px
    }
}

.aligning-center.active {
    position: initial;
    transform: none
}

    .aligning-center.active .showClick {
        display: block
    }

    .aligning-center.active ol {
        display: block;
        overflow: initial;
        max-height: initial
    }

@media (max-width:1023px) {
    .aligning-center {
        top: 0;
        transform: none
    }
}

.aligning-center ol {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 50px
}

@media (max-width:767px) {
    .aligning-center ol {
        max-height: 40px
    }
}

.hideDots {
    display: none
}

.videoList {
    width: 100%
}

    .videoList .videoItem {
        display: inline-block;
        width: 31%;
        margin-right: 3%;
        margin-bottom: 3%
    }

@media (max-width:767px) {
    .videoList .videoItem {
        width: 100%;
        margin-bottom: 15%;
        margin-right: 0
    }
}

.videoList .videoItem a {
    display: block;
    width: 100% !important;
    margin: 0 !important
}

.videoList .videoItem:last-child {
    margin-right: 0
}

.videoList .videoItem .videoTextWrapp {
    padding-top: 25px
}

    .videoList .videoItem .videoTextWrapp h3 {
        font-size: 24px;
        font-weight: 400
    }

    .videoList .videoItem .videoTextWrapp span {
        padding-top: 20px;
        font-size: 16px;
        float: left
    }

.covidParaVideo {
    margin: 0 0 30px;
    float: left;
    width: 100%
}

    .covidParaVideo img {
        position: relative;
        left: 50%;
        transform: translateX(-50%)
    }

.txt-xs a {
    color: #c1c1c1
}

.covidPage .detailWrapper .com-heading h1 {
    font-size: 6.4rem;
    padding-top: 30px
}

@media (max-width:767px) {
    .covidPage .detailWrapper .com-heading h1 {
        font-size: 4.4rem
    }
}

@media (max-width:767px) {
    .covidPage .detailWrapper .com-heading h1 {
        font-size: 3.4rem
    }
}

.covidPage .covidContent h3 {
    color: #c1c1c1;
    margin-bottom: 10px
}

    .covidPage .covidContent h3 strong {
        font-size: 2.4rem
    }

.covidPage .covidContent ul {
    margin-bottom: 33px
}

.covidPage .covidContent .bg-gray {
    text-align: center;
    margin-top: 20px
}

    .covidPage .covidContent .bg-gray a {
        color: #c1c1c1
    }

.videoWrapper {
    padding-top: 0;
    padding-bottom: 0
}

.covidPageBottom .stories-detail-main .detailWrapper {
    padding-bottom: 0
}

    .covidPageBottom .stories-detail-main .detailWrapper .innerPgConten h2 {
        font-size: 6.4rem;
        padding-top: 30px;
        color: #fff
    }

@media (max-width:767px) {
    .covidPageBottom .stories-detail-main .detailWrapper .innerPgConten h2 {
        font-size: 4.4rem
    }
}

@media (max-width:767px) {
    .covidPageBottom .stories-detail-main .detailWrapper .innerPgConten h2 {
        font-size: 3.4rem
    }
}

.covidPageBottom .stories-detail-main .detailWrapper .innerPgConten p {
    margin: 15px 0
}

@media (max-width:767px) {
    .covidPageBottom .stories-detail-main .detailWrapper .innerPgConten .table-responsive table tr td:first-child {
        width: 60%
    }
}

.covidPageBottom .stories-detail-main .detailWrapper .innerPgConten .table-responsive table tr td:nth-child(2) a, .covidPageBottom .stories-detail-main .detailWrapper .innerPgConten .table-responsive table tr td:nth-child(3) a, .covidPageBottom .stories-detail-main .detailWrapper .innerPgConten .table-responsive table tr td:nth-child(4) a {
    display: flex;
    justify-content: center;
    align-items: center
}

.light-mode input, .light-mode select {
    color: #393939
}

.light-mode section:nth-of-type(odd) {
    background: #f0f0f0
}

    .light-mode section:nth-of-type(odd) .Com_map .map-wrapper .map-wrap-container .right-sec {
        border-left: #393939 solid 1px
    }

@media (max-width:1023px) {
    .light-mode section:nth-of-type(odd) .Com_map .map-wrapper .map-wrap-container .right-sec {
        display: none
    }
}

.light-mode section:nth-of-type(odd) .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .select-box:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: calc(100% - 17px);
    height: 40px;
    left: 0;
    bottom: 1px;
    pointer-events: none
}

.light-mode .evenbg {
    background: #f0f0f0 !important
}

    .light-mode .evenbg #thanksemaildiv .com-heading h2 {
        color: #000 !important
    }

    .light-mode .evenbg .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .select-box:before {
        content: "";
        position: absolute;
        z-index: 1;
        background: #f0f0f0 !important;
        width: calc(100% - 17px);
        height: 40px;
        left: 0;
        bottom: 1px;
        pointer-events: none
    }

    .light-mode .evenbg .Com_homepagenewssec .threecard-slider .three-imgSlideWrapper .three-imgcardBox:hover {
        background: #fff !important
    }

    .light-mode .evenbg.newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox:hover {
        background: #fff !important
    }

    .light-mode .evenbg .Com_initiatives.Com-business .initiatives-wrapper .initiatives-box:hover {
        background: #fff
    }

    .light-mode .evenbg .fourImage-slider .four-imgSlideWrapper .four-imgcardBox:hover {
        background: #fff
    }

    .light-mode .evenbg .Com_ourpresence .Com_wrapper .OurPresence-Wrapper .our-presence-box:hover {
        background: #fff
    }

.light-mode .oddbg {
    background: #fff !important
}

    .light-mode .oddbg #thanksemaildiv .com-heading h2 {
        color: #000 !important
    }

    .light-mode .oddbg .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .select-box:before {
        content: "";
        position: absolute;
        z-index: 1;
        background: #fff !important;
        width: calc(100% - 17px);
        height: 40px;
        left: 0;
        bottom: 1px;
        pointer-events: none
    }

    .light-mode .oddbg.media-kit-tabs .media-kit .tabs-conten .tab-content .item:hover {
        background: #f0f0f0 !important
    }

    .light-mode .oddbg.newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox:hover {
        background: #f0f0f0 !important
    }

    .light-mode .oddbg .Com_initiatives.Com-business .initiatives-wrapper .initiatives-box:hover {
        background: #f0f0f0 !important
    }

    .light-mode .oddbg .fourImage-slider .four-imgSlideWrapper .four-imgcardBox:hover {
        background: #f0f0f0
    }

    .light-mode .oddbg .Com_ourpresence .Com_wrapper .OurPresence-Wrapper .our-presence-box:hover {
        background: #f0f0f0
    }

.light-mode h1, .light-mode h2, .light-mode h3, .light-mode h4, .light-mode h5 {
    background: linear-gradient(to right,#393939,#393939);
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important
}

.light-mode .growth-heading {
    background: linear-gradient(to right,#393939,#393939);
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important
}

.light-mode p {
    color: #393939 !important
}

.light-mode .com-heading span {
    color: #393939 !important
}

.light-mode .banner .banner-slider .text-wraper .pargraph p {
    color: #fff !important
}

.light-mode .banner .banner-slider .swiper-button-next, .light-mode .banner .banner-slider .swiper-button-prev {
    border: #fff solid 1px !important
}

    .light-mode .banner .banner-slider .swiper-button-next:hover, .light-mode .banner .banner-slider .swiper-button-prev:hover {
        border: transparent solid 1px !important
    }

    .light-mode .banner .banner-slider .swiper-button-next::after, .light-mode .banner .banner-slider .swiper-button-prev::after {
        color: #fff !important
    }

.light-mode .business-section .business-wrapper .business-tab-wrap .business-links .business-menu ul.business-list-wrap li a {
    color: #393939;
    position: relative;
    background: 0 0
}

    .light-mode .business-section .business-wrapper .business-tab-wrap .business-links .business-menu ul.business-list-wrap li a.active {
        border-bottom: 2px solid #393939
    }

        .light-mode .business-section .business-wrapper .business-tab-wrap .business-links .business-menu ul.business-list-wrap li a.active::after {
            content: "";
            position: absolute;
            right: 0;
            top: 22%;
            width: 12px;
            left: auto;
            height: 12px;
            border-top: 2px solid #393939;
            border-left: 2px solid #393939;
            background: 0 0;
            transform: rotate(138deg)
        }

.light-mode .business-section .business-wrapper .business-tab-wrap .business-links .business-menu ul.business-list-wrap li .business-content .business-sub-content {
    color: #393939
}

.light-mode .business-section .business-wrapper .business-tab-wrap .business-links .business-menu ul.business-list-wrap li .business-content .business-sub-head ul li a {
    color: #393939;
    position: relative;
    background: 0 0
}

    .light-mode .business-section .business-wrapper .business-tab-wrap .business-links .business-menu ul.business-list-wrap li .business-content .business-sub-head ul li a::after {
        content: "";
        position: absolute;
        right: 7px;
        top: 32%;
        width: 10px;
        left: auto;
        height: 10px;
        border-top: 1px solid #393939;
        border-left: 1px solid #393939;
        background: 0 0;
        transform: rotate(138deg)
    }

.light-mode .business-section .business-wrapper .business-tab-wrap .business-links .business-menu ul.business-list-wrap li .business-content .business-sub-head .show-sub-head::before {
    background: #393939
}

.light-mode .business-section .business-wrapper .business-tab-wrap .business-links .bussiness-slider-wrap .business-gallery .tech-swiper .swiper-wrapper .swiper-slide .image-box .image-caption {
    background: #fff;
    color: #393939
}

.light-mode .Sustainability-section .Sustainability-wrapper .com-threeImageSlider .three-imgSlideWrapper .three-imgeSlideBox .slide-text-box .slide-heading-text {
    color: #393939
}

.light-mode .Sustainability-section .Sustainability-wrapper .com-threeImageSlider .three-imgSlideWrapper .three-imgeSlideBox .slide-text-box .slide-sub-text {
    color: #7b7b7b
}

.light-mode .viewmore-btn {
    color: #393933 !important
}

.light-mode .read-more a {
    color: #393933 !important
}

.light-mode .readmre-btn {
    color: #393933 !important
}

.light-mode .newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox .slide-text-box .slide-sub-text {
    color: #393933
}

    .light-mode .newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox .slide-text-box .slide-sub-text p {
        color: #7b7b7b !important
    }

    .light-mode .newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox .slide-text-box .slide-sub-text a {
        color: #393933;
        text-decoration: none
    }

.light-mode .newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox .slide-text-box .newtab-icon img {
    filter: brightness(0) saturate(100%) invert(22%) sepia(0) saturate(910%) hue-rotate(249deg) brightness(94%) contrast(93%)
}

.light-mode .swiper-button-next, .light-mode .swiper-button-prev {
    border: #393939 solid 1px !important
}

    .light-mode .swiper-button-next::after, .light-mode .swiper-button-prev::after {
        color: #393939 !important
    }

.light-mode footer .footer-policy {
    background: #c1c1c1
}

    .light-mode footer .footer-policy .footer-container .footer-wrap .footer-links ul li a {
        color: #393939 !important
    }

    .light-mode footer .footer-policy .footer-container .footer-wrap .footer-copyright {
        color: #393933
    }

    .light-mode footer .footer-policy .footer-container .footer-wrap .footer-links ul li a {
        color: #393939
    }

.light-mode footer .footer-left .footer-logo .darkmode-logo {
    display: none
}

.light-mode #bottomToTop .tooltip {
    background: linear-gradient(to right,#0180a3,#0074b0,#3264b4,#664daa,var(--dot-color));
    -webkit-background-clip: text;
    color: transparent
}

.light-mode .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .foundation-about-info .designation-info-wrap .name-info {
    color: #393939
}

.light-mode .foundation-section .foundation-wrapper .foundation-right-sec .foundation-text-wrap .foundation-about-info .designation-info-wrap .desination-info {
    color: #393939
}

.light-mode .fourcard-slider .four-imgSlideWrapper .four-imgcardBox .image-box img {
    filter: brightness(0) saturate(100%) invert(28%) sepia(94%) saturate(560%) hue-rotate(185deg) brightness(96%) contrast(95%)
}

.light-mode .fourcard-slider .four-imgSlideWrapper .four-imgcardBox .card-text-box {
    color: #393939
}

    .light-mode .fourcard-slider .four-imgSlideWrapper .four-imgcardBox .card-text-box .card-sub-text {
        color: #393939
    }

.light-mode .values-section .values-details-wrapper .values-wrap .values-row h4 {
    color: #393939 !important
}

.light-mode .ourleadership-section .ourleadership-wrap .ourleadership-box ul li .ourleader-card-wrap .content-card {
    background: #f0f0f0
}

    .light-mode .ourleadership-section .ourleadership-wrap .ourleadership-box ul li .ourleader-card-wrap .content-card .ourleader-info .ourleader-name {
        color: transparent;
        background: linear-gradient(to right,#393933,#393939);
        -webkit-background-clip: text;
        background-clip: text
    }

    .light-mode .ourleadership-section .ourleadership-wrap .ourleadership-box ul li .ourleader-card-wrap .content-card .ourleader-info .ourleader-designation {
        color: #393939
    }

    .light-mode .ourleadership-section .ourleadership-wrap .ourleadership-box ul li .ourleader-card-wrap .content-card .ourleader-social-handles {
        background: #393939
    }

.light-mode .foundationWrapper .foundationLeft .designation-info-wrap .name-info {
    color: #393939
}

.light-mode .foundationWrapper .foundationLeft .designation-info-wrap .desination-info {
    color: #393939
}

.light-mode .oddbg .threecard-slider .three-imgSlideWrapper .three-imgcardBox:hover {
    background: #f0f0f0
}

.light-mode .oddbg .threecard-slider .three-imgSlideWrapper .three-imgcardBox .card-text-box {
    color: #393939
}

    .light-mode .oddbg .threecard-slider .three-imgSlideWrapper .three-imgcardBox .card-text-box .card-sub-text a {
        color: #393939;
        text-decoration: none
    }

    .light-mode .oddbg .threecard-slider .three-imgSlideWrapper .three-imgcardBox .card-text-box .card-date-text {
        color: #7b7b7b
    }

.light-mode .evenbg .threecard-slider .three-imgSlideWrapper .three-imgcardBox:hover {
    background: #fff
}

.light-mode .evenbg .threecard-slider .three-imgSlideWrapper .three-imgcardBox .card-text-box {
    color: #393939
}

    .light-mode .evenbg .threecard-slider .three-imgSlideWrapper .three-imgcardBox .card-text-box .card-sub-text a {
        color: #393939;
        text-decoration: none
    }

    .light-mode .evenbg .threecard-slider .three-imgSlideWrapper .three-imgcardBox .card-text-box .card-date-text {
        color: #7b7b7b
    }

.light-mode .two-imgeSlideBox .slide-text-box .slide-date-text {
    color: #393939
}

.light-mode .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .storylink {
    color: #393939
}

    .light-mode .featured-stories-section .featured-storiesWrapper .featured-stories-textWrapper .featured-stories-text .storylink a {
        color: #393939
    }

.light-mode .newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox .slide-text-box .time-date-text {
    color: #393939
}

.light-mode .reportsMain .reportWrapper .reportstab_Wrapper .reportDetail-Wrapper .reportDetail .report-dropdownWrapper .report-dropdown {
    background: #f3f3f3;
    border: solid 1px #393939
}

    .light-mode .reportsMain .reportWrapper .reportstab_Wrapper .reportDetail-Wrapper .reportDetail .report-dropdownWrapper .report-dropdown::after {
        border-top: 8px solid #393939
    }

    .light-mode .reportsMain .reportWrapper .reportstab_Wrapper .reportDetail-Wrapper .reportDetail .report-dropdownWrapper .report-dropdown select {
        color: #393939
    }

.light-mode .reportsMain .reportWrapper .reportstab_Wrapper .reportDetail-Wrapper .reportDetail .report-fileWrapper ul li a {
    color: #393939
}

.light-mode .reportsMain .reportWrapper .reportstab_Wrapper .reportsTab ul li a {
    color: #393939
}

.light-mode .ourleadership-section .ourleadershipWrapper .ourleade-detail-left-sec .ourleader-info .ourleader-name {
    color: transparent;
    background: linear-gradient(to right,#393939,#393939);
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block
}

.light-mode .ourleadership-section .ourleadershipWrapper .ourleade-detail-left-sec .ourleader-info .ourleader-designation {
    color: #393939
}

.light-mode .ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .ourleader-info-details span {
    color: #393939
}

.light-mode .breadcrumb ul li a {
    color: #393939
}

    .light-mode .breadcrumb ul li a img {
        filter: brightness(0) saturate(100%) invert(21%) sepia(0) saturate(7500%) hue-rotate(162deg) brightness(100%) contrast(97%)
    }

.light-mode .breadcrumb ul li span {
    color: #393939
}

.light-mode .banner-main .breadcrumb-wrapper .breadcrumb ul li a img {
    filter: brightness(0) saturate(100%) invert(80%) sepia(0) saturate(668%) hue-rotate(96deg) brightness(96%) contrast(94%)
}

.light-mode .banner-main .breadcrumb-wrapper .breadcrumb ul li span {
    color: #c1c1c1
}

.light-mode .Com_initiatives .initiatives-wrapper .initiatives-box .bottom-text-box .title-heading {
    color: #000
}

    .light-mode .Com_initiatives .initiatives-wrapper .initiatives-box .bottom-text-box .title-heading a {
        text-decoration: none;
        color: #000
    }

.light-mode .Com_initiatives .initiatives-wrapper .initiatives-box .bottom-text-box .text-box p {
    color: #7b7b7b !important
}

.light-mode .Com_initiatives .ourapproch-wrapper .left-sec .sub-heading {
    background: linear-gradient(to right,#393939,#393939);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.light-mode .Com_initiatives .ourapproch-wrapper .right-sec .ourapproch-rightbox .ourapproch-wrap {
    background: #f0f0f0;
    box-shadow: none
}

    .light-mode .Com_initiatives .ourapproch-wrapper .right-sec .ourapproch-rightbox .ourapproch-wrap .ourapproch-text {
        color: #393939
    }

    .light-mode .Com_initiatives .ourapproch-wrapper .right-sec .ourapproch-rightbox .ourapproch-wrap .ourapproch-icon img {
        filter: brightness(0) saturate(100%) invert(21%) sepia(0) saturate(2065%) hue-rotate(254deg) brightness(93%) contrast(92%)
    }

.light-mode .Com_business_sustainability .threecard-slider .three-imgSlideWrapper .three-imgcardBox .card-text-box .card-heading-text {
    color: #393939
}

.light-mode .fourImage-slider .four-imgSlideWrapper .four-imgcardBox .card-text-box {
    color: #393939
}

    .light-mode .fourImage-slider .four-imgSlideWrapper .four-imgcardBox .card-text-box .card-count-text {
        color: #393939
    }

.light-mode .threecard-slider .three-imgSlideWrapper .three-imgcardBox .card-text-box .card-city-name {
    color: #393939
}

.light-mode .Com_map .map-wrapper .heading-wrap .com-map-tab ul li a {
    color: #393939
}

    .light-mode .Com_map .map-wrapper .heading-wrap .com-map-tab ul li a.active {
        background: linear-gradient(to right,#393939,#393939);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent !important
    }

.light-mode .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .select-box .selectCountryCodeValDisplay {
    background: linear-gradient(to right,#393939,#393939);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important
}

.light-mode .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .select-box .choosState {
    color: #393933;
    border-color: #393939
}

.light-mode .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .select-box::after {
    border-top: 8px solid #393939
}

.light-mode .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .city-radiobuttton ul {
    border-bottom: #393939 solid 1px
}

    .light-mode .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .city-radiobuttton ul li input[type=radio]:checked + label, .light-mode .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .city-radiobuttton ul li input[type=radio]:not(:checked) + label {
        color: #393939
    }

        .light-mode .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .city-radiobuttton ul li input[type=radio]:checked + label:before, .light-mode .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .city-radiobuttton ul li input[type=radio]:not(:checked) + label:before {
            border: 1px solid #393939
        }

        .light-mode .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .city-radiobuttton ul li input[type=radio]:checked + label:after, .light-mode .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .city-radiobuttton ul li input[type=radio]:not(:checked) + label:after {
            background: #393939
        }

.light-mode .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .map-data ol li {
    color: #393939
}

.light-mode .Com_TextWithImageSlider .TextWithImageSlider-wrapper .com-heading .heading {
    background: linear-gradient(to right,#393939,#393939);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.light-mode .Com_TextWithImageSlider .TextWithImageSlider-wrapper .TextWithImageSlider-container .TextWithImageSliderWrap_text .subText-wrap .subtext-heading {
    color: #393939
}

.light-mode .Com_fourimageslider.Com_subbusiness .fourImage-slider .card-text-box .card-text-heading {
    color: #393939
}

.light-mode .name-info-wrapper .name-info-text {
    color: #393939
}

.light-mode .com_esgPolicies .policy-details-wrapper ul li a {
    color: #393939
}

.light-mode .Com_textBox .textBox-Component .know-more span {
    color: #393939
}

.light-mode .Com_textBox .textBox-Component .know-more a {
    color: #393939
}

.light-mode .Com_textBox .textBox-Component .right-section p a {
    color: #393939
}

.light-mode .spotbanner .spotlightWrap .breadcrumb ul li a {
    color: #fff
}

    .light-mode .spotbanner .spotlightWrap .breadcrumb ul li a img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(7500%) hue-rotate(270deg) brightness(101%) contrast(105%)
    }

.light-mode .spotbanner .spotlightWrap .breadcrumb ul li span {
    color: #fff
}

.light-mode .spotbanner .spotlightWrap .text-wraper .title {
    color: #fff !important
}

.light-mode .spotbanner .spotlightWrap .text-wraper .subtext p {
    color: #fff !important
}

.light-mode .stories-detail-main .detailWrapper .innerPgConten table tr:nth-child(odd) {
    color: #393939
}

.light-mode .stories-detail-main .detailWrapper .innerPgConten table tr:nth-child(even) {
    color: #fff
}

.light-mode .stories-detail-main .detailWrapper .innerPgConten table tr td {
    color: inherit
}

.light-mode .stories-detail-main .detailWrapper .innerPgConten table tr:nth-child(even) td p {
    color: #fff !important
}

.light-mode .stories-detail-main .detailWrapper .innerPgConten table tr tr:nth-child(2n) {
    background: 0 0
}

.light-mode .stories-detail-main .detailWrapper .innerPgConten .blog-text aside {
    color: #393933
}

.light-mode .stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section .image-wrap-container .blogslider .swiper-button-next:after, .light-mode .stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section .image-wrap-container .blogslider .swiper-button-prev::after {
    color: #fff !important
}

.light-mode .stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section .image-wrap-container .blogslider .swiper-button-next, .light-mode .stories-detail-main .detailWrapper .innerPgConten .blog-container .left-section .image-wrap-container .blogslider .swiper-button-prev {
    border: none !important
}

.light-mode .news-main .news-section .get-in-touch-form form .inputbox {
    background: #f0f0f0;
    border: 1px solid #393939
}

    .light-mode .news-main .news-section .get-in-touch-form form .inputbox input {
        color: #393939
    }

        .light-mode .news-main .news-section .get-in-touch-form form .inputbox input::-moz-placeholder {
            color: #393939
        }

        .light-mode .news-main .news-section .get-in-touch-form form .inputbox input::placeholder {
            color: #393939
        }

    .light-mode .news-main .news-section .get-in-touch-form form .inputbox.checkbox-field {
        border: none !important;
        background: 0 0 !important
    }

        .light-mode .news-main .news-section .get-in-touch-form form .inputbox.checkbox-field label {
            color: #393939
        }

            .light-mode .news-main .news-section .get-in-touch-form form .inputbox.checkbox-field label::before {
                border: 1px solid #393939
            }

            .light-mode .news-main .news-section .get-in-touch-form form .inputbox.checkbox-field label span a {
                color: #393933
            }

        .light-mode .news-main .news-section .get-in-touch-form form .inputbox.checkbox-field input:checked + label:after {
            border: solid #393939;
            border-width: 0 2px 2px 0
        }

.light-mode .media-kit-main .media-kit-section .media-kit-text .com-heading span {
    color: #fff !important
}

.light-mode .media-kit-main .media-kit-section .media-kit-text .media-btn .gradient-button {
    background: 0 0 !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important
}

@media (max-width:1023px) {
    .light-mode .media-kit-main .media-kit-section .media-kit-text .media-btn .gradient-button {
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%) !important;
        -webkit-text-fill-color: #fff !important;
        border: transparent solid 1px !important;
        border-left: #0180a2 solid 1px !important;
        border-right: var(--dot-color) solid 1px !important
    }
}

.light-mode .media-kit-main .media-kit-section .media-kit-text .media-btn .gradient-button::before {
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

@media (max-width:1023px) {
    .light-mode .media-kit-main .media-kit-section .media-kit-text .media-btn .gradient-button::before {
        -webkit-mask: none !important
    }
}

.light-mode .media-kit-main .media-kit-section .media-kit-text .media-btn .gradient-button:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 8px;
    font-weight: 500
}

    .light-mode .media-kit-main .media-kit-section .media-kit-text .media-btn .gradient-button:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

.light-mode .media-kit-main .media-kit-section .media-kit-text .media-btn .gradient-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude
}

.light-mode .subscribe-main .subscribe-section .subscribe-field form .col-4 .select-box .dropdown .dropdown-label {
    background: #f0f0f0;
    color: #7b7b7b
}

    .light-mode .subscribe-main .subscribe-section .subscribe-field form .col-4 .select-box .dropdown .dropdown-label::before {
        border-top: 8px solid #7b7b7b
    }

.light-mode .subscribe-main .subscribe-section .subscribe-field form .col-4 .select-box .dropdown .dropdown-list {
    background: #fff
}

.light-mode .subscribe-main .subscribe-section .subscribe-field form .col-4 .select-box .dropdown .dropdown-option {
    color: #7b7b7b
}

.light-mode .subscribe-main .subscribe-section .subscribe-field form .col-8 .subscribe-input-box {
    color: #393939;
    border: 1px solid #c1c1c1;
    background: #f0f0f0
}

    .light-mode .subscribe-main .subscribe-section .subscribe-field form .col-8 .subscribe-input-box input {
        color: #393939
    }

        .light-mode .subscribe-main .subscribe-section .subscribe-field form .col-8 .subscribe-input-box input::-moz-placeholder {
            color: #393939
        }

        .light-mode .subscribe-main .subscribe-section .subscribe-field form .col-8 .subscribe-input-box input::placeholder {
            color: #393939
        }

.light-mode .press-release .press-release-wrapper .press-searchBox form .inputbox {
    background: #f0f0f0
}

.light-mode .press-release .press-release-wrapper .press-searchBox form .search-btn-wrap .search-btn {
    filter: brightness(0) saturate(100%) invert(21%) sepia(0) saturate(7500%) hue-rotate(162deg) brightness(100%) contrast(97%)
}

.light-mode .press-release .press-release-wrapper .search-result ul li {
    color: #393933
}

    .light-mode .press-release .press-release-wrapper .search-result ul li::before {
        background: linear-gradient(to right,#393939 0,#393939 100%)
    }

    .light-mode .press-release .press-release-wrapper .search-result ul li span img {
        filter: brightness(0) saturate(100%) invert(21%) sepia(0) saturate(2065%) hue-rotate(254deg) brightness(93%) contrast(92%)
    }

.light-mode .inputbox {
    background: #f0f0f0 !important;
    border: 1px solid #393933 !important
}

    .light-mode .inputbox input {
        color: #393933 !important
    }

        .light-mode .inputbox input::-moz-placeholder {
            color: #393933 !important
        }

        .light-mode .inputbox input::placeholder {
            color: #393933 !important
        }

    .light-mode .inputbox.selectbox select {
        color: #393933 !important
    }

        .light-mode .inputbox.selectbox select::after {
            border-top: 8px solid #393939
        }

.light-mode select option {
    background: #f0f0f0
}

.light-mode .threecard-box .threecard-boxWrapper .three-imgcardBox .card-text-box {
    color: #393933
}

    .light-mode .threecard-box .threecard-boxWrapper .three-imgcardBox .card-text-box a {
        color: #393933;
        text-decoration: none
    }

.light-mode ol li, .light-mode ul li {
    color: #393933 !important
}

.light-mode .download-section .download-list .downloadRow .downloadLeft {
    color: #393939
}

.light-mode .download-section .download-list .downloadRow .downloadlink a {
    color: #91288d
}

.light-mode .contactRight .contact-detail .contact-subtext {
    color: #393939
}

    .light-mode .contactRight .contact-detail .contact-subtext p a {
        color: #393939
    }

.light-mode .carrerIntroBanner .career-intro-text p {
    color: #d0d0d0 !important
}

.light-mode .value-slider .value-slide-box .value-text-box h3 {
    color: #fff !important
}

.light-mode .value-slider .value-slide-box .value-tag h3 {
    color: #fff !important
}

.light-mode .reportsMain.careerTab.careerSectionNew .reportstab_Wrapper .reportsTab ul li a.active {
    color: #393933 !important;
    border-bottom: solid 4px transparent;
    -o-border-image: linear-gradient(to right,#0180a3,#0074b0,#3264b4,#664daa,var(--dot-color));
    border-image: linear-gradient(to right,#0180a3,#0074b0,#3264b4,#664daa,var(--dot-color));
    border-image-slice: 1
}

.light-mode .reportsMain.careerTab.careerSectionNew .reportDetail-Wrapper .benefitLeft .benefitRow .benefitCopy .head {
    color: #393933
}

.light-mode .reportsMain.careerTab.careerSectionNew .reportDetail-Wrapper .benefitLeft .benefitRow .benefitCopy .subText {
    color: #393933
}

.light-mode .reportsMain.careerTab.careerSectionNew .reportDetail-Wrapper .reportDetail .loadbtn .gradient-button {
    transition: .3s ease-in-out;
    transition: border 0s;
    color: #393939 !important
}

@media (max-width:1023px) {
    .light-mode .reportsMain.careerTab.careerSectionNew .reportDetail-Wrapper .reportDetail .loadbtn .gradient-button {
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%)
    }
}

.light-mode .vaccordion ul li div.vaccordion-panel .vaccordion-slide h3, .light-mode .vaccordion ul li div.vaccordion-panel .vaccordion-slide h4 {
    color: #fff !important
}

    .light-mode .vaccordion ul li div.vaccordion-panel .vaccordion-slide h3 p, .light-mode .vaccordion ul li div.vaccordion-panel .vaccordion-slide h4 p {
        color: #fff !important
    }

.light-mode .vaccordion ul li div.vaccordion-panel .vaccordion-slide p a {
    color: #2e57aa
}

.light-mode .vaccordion ul li div.vaccordion-panel .value-tag h3 {
    color: #fff !important
}

.light-mode .comTwoAndHalfSlider .slideBoxContent .btns-wrap .btn-style {
    position: relative
}

    .light-mode .comTwoAndHalfSlider .slideBoxContent .btns-wrap .btn-style::before {
        content: "";
        position: absolute;
        z-index: -1;
        inset: 0;
        border: 1px solid #393939;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

    .light-mode .comTwoAndHalfSlider .slideBoxContent .btns-wrap .btn-style:hover {
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }

        .light-mode .comTwoAndHalfSlider .slideBoxContent .btns-wrap .btn-style:hover::before {
            z-index: -1;
            inset: 0;
            border: 1px solid transparent;
            border-radius: 8px;
            background: inherit;
            background-origin: border-box;
            background-clip: border-box;
            -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            -webkit-mask-repeat: no-repeat
        }

.light-mode .stories-detail-main .detailWrapper .innerPgConten a {
    color: #393939
}

.light-mode .accordion_container .accordion_head .accordHeadWRapp .accordianHeadText a {
    color: #2e57aa
}

.light-mode .accordion_container .accordion_head .accordHeadWRapp .accordianHeadText h3 {
    color: #393933
}

.light-mode .error-wrap {
    background: 0 0
}

    .light-mode .error-wrap .copytxt {
        color: #393933
    }

        .light-mode .error-wrap .copytxt a {
            color: #393933
        }

.light-mode .search-bar-wrapper {
    background: #fff
}

    .light-mode .search-bar-wrapper .serach-bar-container .search-bar-wrap .search-popular-keywords .keywords-heading {
        color: #393933
    }

    .light-mode .search-bar-wrapper .serach-bar-container .search-bar-wrap .search-popular-keywords ul li {
        border: #393933 solid 1px
    }

        .light-mode .search-bar-wrapper .serach-bar-container .search-bar-wrap .search-popular-keywords ul li a {
            color: #393933
        }

        .light-mode .search-bar-wrapper .serach-bar-container .search-bar-wrap .search-popular-keywords ul li:hover {
            background: #f0f0f0;
            border: transparent solid 1px
        }

            .light-mode .search-bar-wrapper .serach-bar-container .search-bar-wrap .search-popular-keywords ul li:hover a {
                color: #393939;
                -webkit-text-fill-color: #393939
            }

    .light-mode .search-bar-wrapper .serach-bar-container .search-bar-wrap .search-bar-box input {
        color: #393933
    }

    .light-mode .search-bar-wrapper .serach-bar-container .search-bar-wrap .search-bar-box .search-btns .search-icon img {
        filter: brightness(0) saturate(100%) invert(21%) sepia(0) saturate(2065%) hue-rotate(254deg) brightness(93%) contrast(92%)
    }

    .light-mode .search-bar-wrapper .serach-bar-container .search-bar-wrap .search-bar-box .search-dropdown {
        background: #fff
    }

        .light-mode .search-bar-wrapper .serach-bar-container .search-bar-wrap .search-bar-box .search-dropdown ul li h4 {
            color: #393933 !important
        }

        .light-mode .search-bar-wrapper .serach-bar-container .search-bar-wrap .search-bar-box .search-dropdown ul li a {
            color: #2e57aa
        }

    .light-mode .search-bar-wrapper .serach-bar-container .search-bar-wrap .search-bar-box input::-moz-placeholder {
        color: #393933
    }

    .light-mode .search-bar-wrapper .serach-bar-container .search-bar-wrap .search-bar-box input::placeholder {
        color: #393933
    }

    .light-mode .search-bar-wrapper .close-search-bar img {
        filter: brightness(0) saturate(100%) invert(21%) sepia(0) saturate(7500%) hue-rotate(162deg) brightness(100%) contrast(97%)
    }

.light-mode .card-text-box {
    color: #393933
}

    .light-mode .card-text-box .card-date-wrap .card-date-text {
        color: #7b7b7b
    }

.light-mode .Com_crosslink .crosslink_wrapper .crosslink-text-boxWrap .crosslink-mainwrap .crosslink-text-box .crosslink-textWrap p {
    color: #fff !important
}

.light-mode .newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox .slide-text-box .title-heading {
    color: #000
}

.light-mode .banner .breadcrumb ul li a {
    color: #fff
}

    .light-mode .banner .breadcrumb ul li a img {
        filter: brightness(0) saturate(100%) invert(80%) sepia(0) saturate(668%) hue-rotate(96deg) brightness(96%) contrast(94%)
    }

.light-mode .banner .breadcrumb ul li span {
    color: #fff
}

.light-mode .subscribe-main .subscribe-section .subscribe-field form .col-8 .subscribe-input-box a.subscribe-btn {
    background: #393939 !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important
}

.light-mode .clearall {
    color: #91288d
}

.light-mode .videos-section .video-wrapper .video-box .video-overlay-text.center-text .video-text {
    color: #fff !important
}

.light-mode .videos-section .breadcrumb ul li a {
    color: #fff
}

    .light-mode .videos-section .breadcrumb ul li a img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0) hue-rotate(309deg) brightness(105%) contrast(102%)
    }

.light-mode .videos-section .breadcrumb ul li span {
    color: #fff
}

.light-mode .quote-img img {
    filter: brightness(0) saturate(100%) invert(21%) sepia(0) saturate(7497%) hue-rotate(332deg) brightness(97%) contrast(96%)
}

.light-mode .card-text-box .card-sub-text a {
    text-decoration: none;
    color: #393933
}

.light-mode .card-text-box .card-date-wrap .newtab-icon img {
    filter: brightness(0) saturate(100%) invert(21%) sepia(0) saturate(7500%) hue-rotate(162deg) brightness(100%) contrast(97%)
}

.light-mode .Com_ourpresence .Com_wrapper .OurPresence-Wrapper .our-presence-box .bottom-text-box .text-box a {
    color: #393933
}

.light-mode .Com_ourpresence .Com_wrapper .OurPresence-Wrapper .our-presence-box .bottom-text-box .text-box p img {
    filter: brightness(0) saturate(100%) invert(21%) sepia(0) saturate(7497%) hue-rotate(332deg) brightness(97%) contrast(96%)
}

.light-mode .growth-section .growth_wrapper .growth-right-sec .textWrapper .growth-subtext {
    color: #c1c1c1
}

.light-mode .growth-section .growth_wrapper .growth-right-sec .textWrapper .info .name {
    color: #393939
}

.light-mode .growth-section .growth_wrapper .growth-right-sec .textWrapper .info .designation {
    color: #393939
}

.light-mode .tabcontainer .tabWrapper ul li a.active {
    color: #393939
}

.light-mode .legend text {
    fill: #393939 !important
}

.light-mode .comTwoAndHalfSlider .btn-style2 {
    color: #393939
}

@media (max-width:1023px) {
    .light-mode .comTwoAndHalfSlider .btn-style2 {
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }
}

.light-mode .comTwoAndHalfSlider .btn-style2::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

@media (max-width:1023px) {
    .light-mode .comTwoAndHalfSlider .btn-style2::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

.light-mode .comTwoAndHalfSlider .btn-style2:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent
}

    .light-mode .comTwoAndHalfSlider .btn-style2:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

.light-mode #thanksemaildiv .com-heading h2 {
    color: #393933 !important
}

.light-mode footer .footer-bg {
    background: url(../images/footer-bg-white.jpg) center top no-repeat;
    background-size: cover
}

    .light-mode footer .footer-bg::after {
        background: linear-gradient(0deg,rgba(255,255,255,.5) 0,rgba(255,255,255,.5) 100%),linear-gradient(270deg,rgba(255,255,255,0) 0,#fff 100%);
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px)
    }

.light-mode footer .footer-right .footer-head a {
    color: #000
}

.light-mode footer .footer-right .footer-col-links.no-heading-links ul li a {
    color: #000
}

.light-mode footer .footer-right .footer-col-links .footer-sub-link li a {
    color: #393939
}

.light-mode footer .footer-right .footer-head.has-child {
    position: relative
}

@media (max-width:1026px) {
    .light-mode footer .footer-right .footer-head.has-child {
        background: 0 0
    }
}

@media (max-width:1026px) {
    .light-mode footer .footer-right .footer-head.has-child::after {
        content: "";
        position: absolute;
        right: 0;
        top: 43%;
        width: 10px;
        left: auto;
        height: 10px;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        background: 0 0;
        transform: rotate(-135deg)
    }
}

.light-mode footer .footer-social-links ul li a img {
    filter: brightness(0) saturate(100%) invert(0) sepia(75%) saturate(7500%) hue-rotate(53deg) brightness(93%) contrast(102%)
}

.light-mode .Com_homepagenewssec .threecard-slider .three-imgSlideWrapper .three-imgcardBox {
    transition: all .7s
}

    .light-mode .Com_homepagenewssec .threecard-slider .three-imgSlideWrapper .three-imgcardBox:hover {
        background: #f0f0f0
    }

@media (max-width:1023px) {
    .light-mode .Com_homepagenewssec .threecard-slider .three-imgSlideWrapper .three-imgcardBox:hover {
        border: 0 solid transparent
    }
}

.light-mode .media-kit-main .media-kit-section .media-kit-text .com-heading h1, .light-mode .media-kit-main .media-kit-section .media-kit-text .com-heading h2, .light-mode .media-kit-main .media-kit-section .media-kit-text .com-heading h3, .light-mode .media-kit-main .media-kit-section .media-kit-text .com-heading h4, .light-mode .media-kit-main .media-kit-section .media-kit-text .com-heading h5 {
    color: #fff !important
}

.light-mode .evenbg .media-btm-section .media-left.m-full-width .three-imgSlideWrapper .two-imgcardBox:hover {
    background: #fff
}

.light-mode .oddbg .media-btm-section .media-left.m-full-width .three-imgSlideWrapper .two-imgcardBox:hover {
    background: #f0f0f0
}

.light-mode .media-btm-section .media-left.m-full-width .three-imgSlideWrapper .two-imgcardBox:hover {
    background: #f0f0f0
}

.light-mode .reportsMain .reports_wrapper .compendium_wrapper .document-list .document-item .title a {
    color: #393933
}

.light-mode .reportsMain.careerTab .reportDetail-Wrapper .reportDetail .benefitLeft .benefitRow .benefitCopy .subText a {
    color: #393933
}

.light-mode .swiper-button-next::before, .light-mode .swiper-button-prev::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 50px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

.light-mode .swiper-button-next:hover, .light-mode .swiper-button-prev:hover {
    border: transparent solid 1px !important;
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent
}

    .light-mode .swiper-button-next:hover::before, .light-mode .swiper-button-prev:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 50px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

.dark-mode .lang-hi-in .growth-section .growth_wrapper .growth-right-sec .textWrapper .growth-subtext blockquote {
    color: #fff;
    line-height: inherit
}

.dark-mode footer .footer-left .footer-logo .lightmode-logo {
    display: none
}

.dark-mode .growth-section .growth_wrapper .growth-right-sec .textWrapper .arrow-icons img {
    filter: brightness(0) saturate(100%) invert(87%) sepia(0) saturate(4123%) hue-rotate(260deg) brightness(91%) contrast(89%)
}

.dark-mode blockquote::after, .dark-mode blockquote:before {
    color: #fff !important
}

.dark-mode .gradient-button {
    color: #fff !important;
    border: 1px solid #fff !important
}

    .dark-mode .gradient-button:hover {
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent !important;
        border: 1px solid transparent !important;
        border-radius: 8px
    }

        .dark-mode .gradient-button:hover::before {
            z-index: -1;
            inset: 0;
            border: 1px solid transparent;
            border-radius: 8px;
            background: inherit;
            background-origin: border-box;
            background-clip: border-box;
            -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            -webkit-mask-repeat: no-repeat
        }

.dark-mode .media-kit-tabs .media-kit .tabs-conten .tab-content .item:hover {
    background: #18182f
}

.dark-mode .media-kit-tabs .wrap-box .tabs.right-nav .tab-button.active {
    background-image: linear-gradient(to right,var(--dot-color),var(--dot-color),var(--dot-color),var(--dot-color),var(--dot-color));
    -o-border-image: linear-gradient(to right,var(--dot-color),var(--dot-color),var(--dot-color),var(--dot-color),var(--dot-color)) 1;
    border-image: linear-gradient(to right,var(--dot-color),var(--dot-color),var(--dot-color),var(--dot-color),var(--dot-color)) 1
}

    .dark-mode .media-kit-tabs .wrap-box .tabs.right-nav .tab-button.active p {
        background-image: linear-gradient(to right,var(--dot-color),var(--dot-color),var(--dot-color),var(--dot-color),var(--dot-color))
    }

.dark-mode .morecontent ul li {
    color: #fff
}

.dark-mode .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timeline_slider_wrap .timeline_text_box .timeline-heading {
    color: #fff
}

.dark-mode .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timeline_slider_wrap .timeline_text_box .timeline-text {
    color: #fff
}

.dark-mode .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .swiper-pagination-custom li .timeline-title {
    color: #fff
}

.dark-mode .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .swiper-pagination-custom li:first-child::after {
    background: #fff
}

.dark-mode .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .swiper-pagination-custom li:last-child::after {
    background: #fff
}

.dark-mode .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .swiper-pagination-custom:before {
    background: #fff
}

.dark-mode .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .viewtimeline-btn .view-time-btn {
    background: 0 0;
    -webkit-text-fill-color: #fff;
    border: 1px solid #fff
}

    .dark-mode .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .viewtimeline-btn .view-time-btn:hover {
        border: 1px solid transparent
    }

        .dark-mode .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .viewtimeline-btn .view-time-btn:hover::before {
            border: 1px solid transparent
        }

.dark-mode .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .slider__controls .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff
}

.dark-mode .oddbg {
    background-image: linear-gradient(to right top,#110e20,#140d20,#170b1f,#1a0a1e,#1d081c) !important
}

    .dark-mode .oddbg #thanksemaildiv .com-heading h2 {
        color: #fff !important
    }

    .dark-mode .oddbg .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .select-box:before {
        content: "";
        position: absolute;
        z-index: 1;
        background-image: linear-gradient(to right top,#110e20,#140d20,#170b1f,#1a0a1e,#1d081c) !important;
        width: calc(100% - 17px);
        height: 40px;
        left: 0;
        bottom: 1px;
        pointer-events: none
    }

    .dark-mode .oddbg .newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox:hover {
        background: #18182f
    }

    .dark-mode .oddbg .download-section .download-list .downloadRow:hover {
        background: #18182f
    }

    .dark-mode .oddbg .Com_ourpresence .Com_wrapper .OurPresence-Wrapper .our-presence-box:hover {
        background: #18182f
    }

    .dark-mode .oddbg .fourImage-slider .four-imgSlideWrapper .four-imgcardBox:hover {
        background: #18182f
    }

    .dark-mode .oddbg .Com_initiatives.Com-business .initiatives-wrapper .initiatives-box:hover {
        background: #18182f
    }

    .dark-mode .oddbg .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .select-box .selectCountryCodeValDisplay {
        background-image: linear-gradient(to right top,#110e20,#140d20,#170b1f,#1a0a1e,#1d081c) !important
    }

    .dark-mode .oddbg .threecard-box .threecard-boxWrapper .three-imgcardBox:hover {
        background: #18182f
    }

    .dark-mode .oddbg .threecard-box .threecard-boxWrapper .three-imgcardBox.noimage:hover {
        background: 0 0
    }

        .dark-mode .oddbg .threecard-box .threecard-boxWrapper .three-imgcardBox.noimage:hover .card-text-box:hover {
            background: #18182f
        }

    .dark-mode .oddbg .Com_homepagenewssec .threecard-slider .three-imgSlideWrapper .three-imgcardBox:hover {
        background: #18182f
    }

        .dark-mode .oddbg .Com_homepagenewssec .threecard-slider .three-imgSlideWrapper .three-imgcardBox:hover .card-text-box {
            color: grey
        }

    .dark-mode .oddbg .media-btm-section .media-left.m-full-width .three-imgSlideWrapper .two-imgcardBox:hover {
        background: #18182f
    }

    .dark-mode .oddbg.newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox:hover {
        background: #18182f
    }

.dark-mode .evenbg {
    background-image: linear-gradient(to right top,#050911,#070811,#0a0711,#0c0510,#0f040e) !important
}

    .dark-mode .evenbg #thanksemaildiv .com-heading h2 {
        color: #fff !important
    }

    .dark-mode .evenbg .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .select-box:before {
        content: "";
        position: absolute;
        z-index: 1;
        background-image: linear-gradient(to right top,#050911,#070811,#0a0711,#0c0510,#0f040e) !important;
        width: calc(100% - 17px);
        height: 40px;
        left: 0;
        bottom: 1px;
        pointer-events: none
    }

    .dark-mode .evenbg .Com_ourpresence .Com_wrapper .OurPresence-Wrapper .our-presence-box:hover {
        background: #18182f
    }

    .dark-mode .evenbg .newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox:hover {
        background: #18182f
    }

    .dark-mode .evenbg .download-section .download-list .downloadRow:hover {
        background: #18182f
    }

    .dark-mode .evenbg .fourImage-slider .four-imgSlideWrapper .four-imgcardBox:hover {
        background: #18182f
    }

    .dark-mode .evenbg .Com_initiatives.Com-business .initiatives-wrapper .initiatives-box:hover {
        background: #18182f
    }

    .dark-mode .evenbg .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .select-box .selectCountryCodeValDisplay {
        background-image: linear-gradient(to right top,#050911,#070811,#0a0711,#0c0510,#0f040e) !important
    }

    .dark-mode .evenbg .threecard-box .threecard-boxWrapper .three-imgcardBox:hover {
        background: #18182f
    }

    .dark-mode .evenbg .threecard-box .threecard-boxWrapper .three-imgcardBox.noimage:hover {
        background: 0 0 !important
    }

        .dark-mode .evenbg .threecard-box .threecard-boxWrapper .three-imgcardBox.noimage:hover .card-text-box:hover {
            background: #18182f
        }

    .dark-mode .evenbg .Com_homepagenewssec .threecard-slider .three-imgSlideWrapper .three-imgcardBox:hover {
        background: #18182f
    }

        .dark-mode .evenbg .Com_homepagenewssec .threecard-slider .three-imgSlideWrapper .three-imgcardBox:hover .card-text-box {
            color: grey
        }

            .dark-mode .evenbg .Com_homepagenewssec .threecard-slider .three-imgSlideWrapper .three-imgcardBox:hover .card-text-box .newtab-icon img {
                filter: brightness(0) saturate(100%) invert(22%) sepia(0) saturate(910%) hue-rotate(249deg) brightness(94%) contrast(93%)
            }

    .dark-mode .evenbg .media-btm-section .media-left.m-full-width .three-imgSlideWrapper .two-imgcardBox:hover {
        background: #18182f
    }

        .dark-mode .evenbg .media-btm-section .media-left.m-full-width .three-imgSlideWrapper .two-imgcardBox:hover .card-text-box .card-date-wrap .card-date-text {
            color: grey
        }

        .dark-mode .evenbg .media-btm-section .media-left.m-full-width .three-imgSlideWrapper .two-imgcardBox:hover .card-text-box .card-date-wrap .newtab-icon img {
            filter: brightness(0) saturate(100%) invert(53%) sepia(2%) saturate(0) hue-rotate(122deg) brightness(95%) contrast(92%)
        }

    .dark-mode .evenbg.newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox:hover {
        background: #18182f
    }

.dark-mode header {
    background: rgba(57,57,57,.7)
}

    .dark-mode header .headerWrapper nav ul li.active a::after {
        background-image: linear-gradient(to right,var(--dot-color),var(--dot-color),var(--dot-color),var(--dot-color),var(--dot-color))
    }

@media (min-width:1027px) {
    .dark-mode header .headerWrapper nav ul li.mega-menu-list .has-child::before {
        background-image: linear-gradient(to right,var(--dot-color),var(--dot-color),var(--dot-color),var(--dot-color),var(--dot-color))
    }
}

@media (min-width:1027px) {
    .dark-mode header .headerWrapper nav ul li.dropdown-menu .has-child::before {
        background-image: linear-gradient(to right,var(--dot-color),var(--dot-color),var(--dot-color),var(--dot-color),var(--dot-color))
    }
}

.dark-mode header .headerWrapper nav ul li a {
    color: #fff
}

    .dark-mode header .headerWrapper nav ul li a.has-child:after {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        background: 0 0
    }

.dark-mode header .headerWrapper nav ul li.accessibility-tab span a img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0) hue-rotate(309deg) brightness(105%) contrast(102%)
}

.dark-mode header .headerWrapper nav ul li.accessibility-tab span::after {
    border-top: 4px solid #fff
}

@media (max-width:1026px) {
    .dark-mode header .headerWrapper nav ul li.accessibility-tab span::after {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff
    }
}

.dark-mode header .headerWrapper nav ul li .language .language-dropdown span {
    color: #fff
}

.dark-mode header .headerWrapper nav ul li .language .language-dropdown button::after {
    border-top: 4px solid #fff
}

@media (max-width:1026px) {
    .dark-mode header .headerWrapper nav ul li .language .language-dropdown button::after {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff
    }
}

.dark-mode header .headerWrapper nav ul li.search-bar span a img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0) hue-rotate(309deg) brightness(105%) contrast(102%)
}

.dark-mode header .headerWrapper nav ul li .sub-menu.mega-menu .mega-wrapper .menu-column .column-head span a {
    color: #000
}

.dark-mode header .headerWrapper nav ul li .sub-menu.mega-menu .mega-wrapper .menu-column .listed-companies li a {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0) hue-rotate(309deg) brightness(105%) contrast(102%)
}

.dark-mode header .headerWrapper nav ul li a:after {
    background-image: linear-gradient(to right,var(--dot-color),var(--dot-color),var(--dot-color),var(--dot-color),var(--dot-color))
}

.dark-mode header .headerWrapper nav ul li:hover a:after {
    background-image: linear-gradient(to right,var(--dot-color),var(--dot-color),var(--dot-color),var(--dot-color),var(--dot-color))
}

.dark-mode header .headerWrapper nav ul li:hover a.has-child:after {
    background-image: linear-gradient(to right,transparent,transparent,transparent,transparent)
}

.dark-mode header .headerWrapper nav ul li.dropdown-menu .sub-menu {
    background: #393933
}

    .dark-mode header .headerWrapper nav ul li.dropdown-menu .sub-menu ul li a {
        color: #fff
    }

.dark-mode header .headerWrapper nav ul li.mega-menu-list .sub-menu.mega-menu {
    background: #393933
}

    .dark-mode header .headerWrapper nav ul li.mega-menu-list .sub-menu.mega-menu .mega-wrapper .menu-column .column-head span a {
        color: #fff
    }

    .dark-mode header .headerWrapper nav ul li.mega-menu-list .sub-menu.mega-menu .mega-wrapper .menu-column ul li a {
        color: #fff
    }

.dark-mode header .headerWrapper .logo img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0) hue-rotate(309deg) brightness(105%) contrast(102%)
}

.dark-mode header .headerWrapper .language .language-dropdown .language-list.active {
    background: #393933
}

    .dark-mode header .headerWrapper .language .language-dropdown .language-list.active li {
        color: #fff
    }

.dark-mode header .headerWrapper #nav-icon3 span {
    background: #fff
}

.dark-mode header .headerWrapper .mob-search-icon span a img {
    filter: brightness(0) saturate(100%) invert(53%) sepia(2%) saturate(0) hue-rotate(122deg) brightness(95%) contrast(92%)
}

@media (max-width:1026px) {
    .dark-mode header .headerWrapper .left-menu {
        background: #393933
    }
}

.dark-mode header .disability-dropdown {
    background: 0 0;
    background-image: linear-gradient(to right,#0a1122,#100f22,#150d20,#190b1f,#1d081c)
}

@media (max-width:1026px) {
    .dark-mode header .disability-dropdown {
        background-image: linear-gradient(to right,#393939,#393939,#393939,#393939,#393939)
    }
}

.dark-mode header .disability-dropdown .disability-container .list-contianer ul li {
    background-image: linear-gradient(90deg,#91288d 0,#91288d 22%,var(--dot-color) 90%)
}

    .dark-mode header .disability-dropdown .disability-container .list-contianer ul li.active {
        background: linear-gradient(90deg,#91288d 0,#91288d 22%,var(--dot-color) 90%);
        -webkit-text-fill-color: #fff
    }

.dark-mode header .disability-dropdown .disability-container .wrap-container .heading {
    color: #fff
}

.dark-mode header .disability-dropdown .disability-container .wrap-container .subheading {
    color: #fff
}

.dark-mode header .disability-dropdown .disability-container .disability-btns-container .reset-btn .gradient-button {
    background-image: linear-gradient(90deg,#91288d 0,#91288d 22%,#91288d 90%);
    border: solid 1px transparent !important
}

.dark-mode header .disability-dropdown .disability-container .wrap-container {
    border-bottom: grey solid 1px
}

.dark-mode .Com_businessHome .business-section_home .heading-wrap .business-right-tab ul li {
    position: relative
}

    .dark-mode .Com_businessHome .business-section_home .heading-wrap .business-right-tab ul li a.active {
        background-image: linear-gradient(to right,#fff,#fff,#fff,#fff,#fff);
        -o-border-image: none;
        border-image: none
    }

        .dark-mode .Com_businessHome .business-section_home .heading-wrap .business-right-tab ul li a.active::after {
            content: "";
            border-width: 4px;
            border-style: solid;
            border-left: none;
            border-right: none;
            border-top: none;
            z-index: 1;
            -o-border-image: linear-gradient(to right,#91288d,#91288d,#91288d,#91288d,#91288d) 1;
            border-image: linear-gradient(to right,#91288d,#91288d,#91288d,#91288d,#91288d) 1;
            position: absolute;
            left: 0;
            bottom: -6px;
            width: 100%
        }

.dark-mode .Com_businessHome .business-section_home .business-details-comp .business-right-sec .business-detail-content .business-details-links ul li::after {
    background: linear-gradient(to right,#91288d,#91288d,#91288d,#91288d,#91288d)
}

.dark-mode .Com_businessHome .business-section_home .business-details-comp .business-left-sec ul li .thumb-image::after {
    background: linear-gradient(to right,#91288d,#91288d,#91288d,#91288d,#91288d)
}

.dark-mode .sustainabilityBox2 a {
    -o-border-image: linear-gradient(to right,#91288d,#91288d,#91288d,#91288d,#91288d);
    border-image: linear-gradient(to right,#91288d,#91288d,#91288d,#91288d,#91288d);
    border-image-slice: 1
}

.dark-mode .Com_joinus .join-us-wrapper .joinus-box-wrapper .join-us-box-wrap ul li.active .joinus-overlay-text::after {
    background-image: linear-gradient(to right,#91288d,#91288d,#91288d,#91288d,#91288d)
}

.dark-mode .banner .banner-slider .text-wraper .btns-wrap .watch-btn:hover {
    background: linear-gradient(90deg,#91288d 0,#91288d 22%,#91288d 90%);
    border-left: 1px solid #91288d;
    border-right: 1px solid #91288d;
    -webkit-text-fill-color: #fff
}

@media (max-width:1023px) {
    .dark-mode .banner .banner-slider .text-wraper .btns-wrap .watch-btn {
        background: linear-gradient(90deg,#91288d 0,#91288d 22%,#91288d 90%) !important;
        -webkit-text-fill-color: #fff !important;
        border: transparent solid 1px !important
    }
}

@media (max-width:1023px) {
    .dark-mode .banner .banner-slider .text-wraper .btns-wrap .watch-btn::before {
        -webkit-mask: none !important
    }
}

.dark-mode .banner .banner-slider .text-wraper .btns-wrap .watch-btn:hover {
    background: linear-gradient(90deg,#91288d 0,#91288d 22%,#91288d 90%) !important;
    -webkit-text-fill-color: #fff !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    border: 1px solid transparent !important
}

@media (max-width:1023px) {
    .dark-mode .banner .banner-slider .text-wraper .btns-wrap .watch-btn:hover {
        -webkit-text-fill-color: #fff !important
    }
}

.dark-mode .banner .banner-slider .text-wraper .btns-wrap .watch-btn:hover::before {
    -webkit-mask: none !important
}

@media (max-width:1023px) {
    .dark-mode .banner .banner-slider .text-wraper .btns-wrap .watch-btn:hover::before {
        -webkit-mask: none !important
    }
}

.dark-mode .banner .banner-slider .autoplay-progress .pbar {
    background: linear-gradient(to right,#91288d 0,#91288d 100%)
}

@media (max-width:1023px) {
    .dark-mode .gradient-button {
        background: linear-gradient(90deg,#91288d 0,#91288d 22%,#91288d 90%) !important;
        -webkit-text-fill-color: #fff !important;
        border: transparent solid 1px !important
    }
}

@media (max-width:1023px) {
    .dark-mode .gradient-button::before {
        -webkit-mask: none !important
    }
}

.dark-mode .gradient-button:hover {
    background: linear-gradient(90deg,#91288d 0,#91288d 22%,#91288d 90%) !important;
    -webkit-text-fill-color: #fff !important
}

    .dark-mode .gradient-button:hover::before {
        -webkit-mask: none !important
    }

.dark-mode .reportsMain .reports_wrapper .esg_wrapper .esg_child .report-wrapper .three-imgcardBox:hover {
    background-color: #18182f
}

.dark-mode .reportsMain .reports_wrapper .esg_wrapper .presentations_child .presentation-thumbnail .presentation_heading a {
    color: #fff
}

.dark-mode .reportsMain .reports_wrapper .compendium_wrapper .document-list .document-item:hover {
    background-color: #18182f
}

.dark-mode .listed-companies ul li .thumb-image::after {
    background: linear-gradient(to right,#91288d,#91288d)
}

.dark-mode .Com_crosslink .crosslink_wrapper .crosslink-text-boxWrap .crosslink-mainwrap .crosslink-text-box .btns-wrap .watch-btn:hover {
    background: linear-gradient(to right,#91288d,#91288d);
    border-left: 1px solid #91288d;
    border-right: 1px solid #91288d;
    -webkit-text-fill-color: #fff !important
}

.dark-mode .videos-section .video-wrapper .video-box .video-overlay-text .btns-wrap .watch-btn:hover {
    background: linear-gradient(to right,#91288d,#91288d);
    border-left: 1px solid #91288d;
    border-right: 1px solid #91288d;
    -webkit-text-fill-color: #fff !important
}

    .dark-mode .videos-section .video-wrapper .video-box .video-overlay-text .btns-wrap .watch-btn:hover::before {
        -webkit-mask: none
    }

.dark-mode .press-release .press-release-wrapper .press-searchBox form .inputbox {
    background: 0 0
}

@media (max-width:1023px) {
    .dark-mode .comTwoAndHalfSlider .slideBoxContent .btns-wrap .btn-style {
        background: linear-gradient(90deg,#91288d 0,#91288d 22%,#91288d 90%) !important;
        -webkit-text-fill-color: #fff !important;
        border: 1px solid transparent !important;
        border-left: 1px solid var(--dot-color) !important;
        border-right: 1px solid var(--dot-color) !important
    }
}

.dark-mode .comTwoAndHalfSlider .slideBoxContent .btns-wrap .btn-style:hover {
    background: linear-gradient(90deg,#91288d 0,#91288d 22%,#91288d 90%) !important;
    -webkit-text-fill-color: #fff !important;
    border: 1px solid transparent !important;
    border-left: 1px solid var(--dot-color) !important;
    border-right: 1px solid var(--dot-color) !important
}

.dark-mode .comTwoAndHalfSlider .btns-wrap .btn-style2 {
    border: #fff solid 1px;
    color: #fff
}

@media (max-width:1023px) {
    .dark-mode .comTwoAndHalfSlider .btns-wrap .btn-style2 {
        background: linear-gradient(90deg,#91288d 0,#91288d 22%,#91288d 90%) !important;
        -webkit-text-fill-color: #fff !important;
        border: 1px solid transparent !important;
        border-left: 1px solid var(--dot-color) !important;
        border-right: 1px solid var(--dot-color) !important
    }
}

.dark-mode .comTwoAndHalfSlider .btns-wrap .btn-style2:hover {
    background: linear-gradient(90deg,#91288d 0,#91288d 22%,#91288d 90%) !important;
    -webkit-text-fill-color: #fff !important;
    border: 1px solid transparent !important;
    border-left: 1px solid var(--dot-color) !important;
    border-right: 1px solid var(--dot-color) !important
}

    .dark-mode .comTwoAndHalfSlider .btns-wrap .btn-style2:hover::before {
        -webkit-mask: none
    }

.dark-mode #bottomToTop {
    border: #fff solid 1px
}

    .dark-mode #bottomToTop::before {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff
    }

    .dark-mode #bottomToTop::after {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff
    }

    .dark-mode #bottomToTop:hover {
        border: transparent solid 1px;
        background-image: linear-gradient(to right,var(--dot-color),var(--dot-color),var(--dot-color),var(--dot-color),var(--dot-color))
    }

    .dark-mode #bottomToTop .tooltip {
        color: #fff
    }

.dark-mode .tabcontainer .tabWrapper ul li a.active {
    -o-border-image: linear-gradient(to right,var(--dot-color),var(--dot-color),var(--dot-color),var(--dot-color),var(--dot-color));
    border-image: linear-gradient(to right,var(--dot-color),var(--dot-color),var(--dot-color),var(--dot-color),var(--dot-color));
    border-image-slice: 1
}

.dark-mode .reportsMain.careerTab.careerSectionNew .reportstab_Wrapper .reportsTab ul li a.active {
    border-bottom: solid 4px transparent;
    -o-border-image: linear-gradient(to right,var(--dot-color),var(--dot-color),var(--dot-color),var(--dot-color),var(--dot-color));
    border-image: linear-gradient(to right,var(--dot-color),var(--dot-color),var(--dot-color),var(--dot-color),var(--dot-color));
    border-image-slice: 1
}

.dark-mode .reportsMain.careerTab .reportDetail-Wrapper .reportDetail .benefitLeft .benefitRow .benefitCopy .subText a {
    background: 0 0 !important;
    border: solid 1px transparent !important
}

.dark-mode .swiper-button-next:hover, .dark-mode .swiper-button-prev:hover {
    border: transparent solid 1px !important;
    background-image: linear-gradient(to right,var(--dot-color),var(--dot-color),var(--dot-color),var(--dot-color),var(--dot-color))
}

    .dark-mode .swiper-button-next:hover::after, .dark-mode .swiper-button-prev:hover::after {
        color: #fff !important
    }

.dark-mode .subscribe-main .subscribe-section .subscribe-field form .btn-wrap .subscribe-btn {
    border: 1px solid #fff;
    color: #fff
}

@media (max-width:1023px) {
    .dark-mode .subscribe-main .subscribe-section .subscribe-field form .btn-wrap .subscribe-btn {
        background: linear-gradient(90deg,#91288d 0,#91288d 22%,#91288d 90%) !important;
        -webkit-text-fill-color: #fff !important;
        border: solid 1px transparent;
        border-left: #91288d solid 1px !important;
        border-right: #91288d solid 1px !important
    }
}

@media (max-width:1023px) {
    .dark-mode .subscribe-main .subscribe-section .subscribe-field form .btn-wrap .subscribe-btn::before {
        -webkit-mask: none;
        border-left: #91288d solid 1px !important;
        border-right: #91288d solid 1px !important
    }
}

.dark-mode .subscribe-main .subscribe-section .subscribe-field form .btn-wrap .subscribe-btn:hover {
    background: linear-gradient(90deg,#91288d 0,#91288d 22%,#91288d 90%) !important;
    -webkit-text-fill-color: #fff !important;
    border: solid 1px transparent
}

    .dark-mode .subscribe-main .subscribe-section .subscribe-field form .btn-wrap .subscribe-btn:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

.dark-mode .subscribe-main .subscribe-section .subscribe-field form .btn-wrap .subscribe-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

.dark-mode .subscribe-main .subscribe-section .subscribe-field form .col-4 .select-box .dropdown .dropdown-label {
    color: #fff
}

.dark-mode .subscribe-main .subscribe-section .subscribe-field form .col-6 .subscribe-input-box input {
    color: #fff
}

    .dark-mode .subscribe-main .subscribe-section .subscribe-field form .col-6 .subscribe-input-box input::-moz-placeholder {
        color: #fff
    }

    .dark-mode .subscribe-main .subscribe-section .subscribe-field form .col-6 .subscribe-input-box input::placeholder {
        color: #fff
    }

.dark-mode .subscribe-main .subscribe-section .subscribe-field .subscribe-head {
    color: #fff
}

.dark-mode .Com_spots .spots-box-textWraper .spots-content .cta-wrap .cta {
    border: 1px solid #fff;
    color: #fff
}

    .dark-mode .Com_spots .spots-box-textWraper .spots-content .cta-wrap .cta:hover {
        background: linear-gradient(90deg,#91288d 0,#91288d 22%,#91288d 90%) !important;
        -webkit-text-fill-color: #fff !important;
        border: solid 1px transparent
    }

        .dark-mode .Com_spots .spots-box-textWraper .spots-content .cta-wrap .cta:hover::before {
            z-index: -1;
            inset: 0;
            border: 1px solid transparent;
            border-radius: 8px;
            background: inherit;
            background-origin: border-box;
            background-clip: border-box;
            -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            -webkit-mask-repeat: no-repeat
        }

    .dark-mode .Com_spots .spots-box-textWraper .spots-content .cta-wrap .cta::before {
        content: "";
        position: absolute;
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

.dark-mode .media-kit-tabs .media-kit .tabs-conten .tabs-conetn-serchbar .inputbox {
    background: 0 0 !important;
    color: #c1c1c1;
    border: 1px solid #656469
}

.dark-mode .media-kit-tabs .media-kit .tabs-conten .tabs-conetn-serchbar .search-btn-wrap .search-btn {
    filter: brightness(0) saturate(100%) invert(78%) sepia(0) saturate(198%) hue-rotate(68deg) brightness(98%) contrast(95%)
}

.dark-mode .media-kit-tabs .media-kit .search-result #searchtag li::before {
    background: linear-gradient(to right,#2e57aa 0,#91288d 100%)
}

.dark-mode .text-poup-overlay .text-popup-container {
    background-image: linear-gradient(to right,#0a1122,#100f22,#150d20,#190b1f,#1d081c)
}

    .dark-mode .text-poup-overlay .text-popup-container .Com_textBox .textBox-Component .left-section .com-heading span {
        color: #fff
    }

    .dark-mode .text-poup-overlay .text-popup-container .Com_textBox .textBox-Component .right-section p {
        color: #fff
    }

.dark-mode body {
    background: #000 !important
}

@media (max-width:1023px) {
    .dark-mode .gradient-button {
        background: linear-gradient(90deg,#91288d 0,#91288d 22%,#91288d 100%) !important;
        -webkit-text-fill-color: #fff !important;
        border: transparent solid 1px !important;
        border-left: #91288d solid 1px !important;
        border-right: #91288d solid 1px !important
    }
}

@media (max-width:1023px) and (max-width:1023px) {
    .dark-mode .gradient-button:before {
        -webkit-mask: none !important;
        border-left: #91288d solid 1px !important;
        border-right: #91288d solid 1px !important
    }
}

@media (max-width:1023px) {
    .dark-mode .btns-wrap .watch-btn {
        background: linear-gradient(90deg,#91288d 0,#91288d 22%,#91288d 100%) !important;
        -webkit-text-fill-color: #fff !important;
        border: transparent solid 1px !important;
        border-left: #91288d solid 1px !important;
        border-right: #91288d solid 1px !important
    }
}

@media (max-width:1023px) {
    .dark-mode .btns-wrap .watch-btn:before {
        -webkit-mask: none !important;
        border-left: #91288d solid 1px !important;
        border-right: #91288d solid 1px !important
    }
}

.dark-mode .otherleadership .otherleadership-pan .otherleadership-div a .otherleadership-info {
    color: #fff
}

.dark-mode .otherleadership .otherleadership-pan .otherleadership-div .nex-btn, .dark-mode .otherleadership .otherleadership-pan .otherleadership-div .prev-btn {
    color: #fff
}

.dark-mode .Com_spots .spots-wrapper .spots-box-wrapper .spots-box-wrap ul li .spots-img .sports-overlay-text::after {
    background-image: linear-gradient(to right,#91288d,#91288d,#91288d,#91288d,#91288d)
}

.dark-mode .leadership-grid-content .leadership-grid .leadership-profile-div a .leadership-profile-info .leadership-profile-name img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(7500%) hue-rotate(270deg) brightness(101%) contrast(105%)
}

@media (max-width:1023px) {
    .dark-mode .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .viewtimeline-btn .view-time-btn {
        background: linear-gradient(90deg,#91288d 0,#91288d 22%,#91288d 90%);
        -webkit-text-fill-color: #fff;
        border: transparent solid 1px
    }
}

@media (max-width:1023px) {
    .dark-mode .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .viewtimeline-btn .view-time-btn::before {
        -webkit-mask: none
    }
}

.dark-mode .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .viewtimeline-btn .view-time-btn:hover {
    background: linear-gradient(90deg,#91288d 0,#91288d 22%,#91288d 90%);
    -webkit-text-fill-color: #fff
}

    .dark-mode .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .viewtimeline-btn .view-time-btn:hover::before {
        -webkit-mask: none
    }

.dark-mode .Com_company_vision .Com_company_vision_container .Com_company_vision_left_sec .com_vison_left_wrap .com_vision_text-wrap .com_vision_text_box p {
    color: #fff
}

.dark-mode .ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .arrow-icons img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0) hue-rotate(181deg) brightness(103%) contrast(103%)
}

.dark-mode .ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .info-wrap .info .name {
    color: #fff
}

.dark-mode .ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .info-wrap .info .designation {
    color: #fff
}

.dark-mode .ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .btn-wrap .swiper-button-next, .dark-mode .ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .btn-wrap .swiper-button-prev {
    border: #fff solid 1px
}

    .dark-mode .ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .btn-wrap .swiper-button-next::after, .dark-mode .ourleadership-section .ourleadershipWrapper .ourleade-detail-right-sec .text-box-sec .textWrapper .btn-wrap .swiper-button-prev::after {
        color: #fff
    }

.dark-mode .download-section .report-dropdownWrapper .report-dropdown {
    background: 0 0
}

.dark-mode .pdf-download {
    color: #fff !important;
    border: 1px solid #fff !important
}

    .dark-mode .pdf-download img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(3659%) hue-rotate(302deg) brightness(107%) contrast(104%)
    }

    .dark-mode .pdf-download:hover {
        background: linear-gradient(90deg,#91288d 0,#91288d 22%,#91288d 90%) !important;
        -webkit-text-fill-color: #fff !important;
        color: transparent !important;
        border: 1px solid transparent !important
    }

        .dark-mode .pdf-download:hover::before {
            z-index: -1;
            inset: 0;
            border: 1px solid transparent;
            border-radius: 8px;
            background: inherit;
            background-origin: border-box;
            background-clip: border-box;
            -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            -webkit-mask: none !important
        }

@media (max-width:1023px) {
    .dark-mode .pdf-download:hover::before {
        -webkit-mask: none !important;
        border-left: #91288d solid 1px !important;
        border-right: #91288d solid 1px !important
    }
}

@media (max-width:1023px) {
    .dark-mode .pdf-download {
        background: linear-gradient(90deg,#91288d 0,#91288d 22%,#91288d 100%) !important;
        -webkit-text-fill-color: #fff !important;
        border: transparent solid 1px !important;
        border-left: #91288d solid 1px !important;
        border-right: #91288d solid 1px !important
    }
}

.dark-mode header .headerWrapper nav ul li.dropdown-menu2 .sub-menu.mega-menu {
    background: #393933
}

@media (max-width:1023px) {
    .dark-mode header .headerWrapper nav ul li.dropdown-menu2 .sub-menu.mega-menu {
        background: 0 0
    }
}

.dark-mode header .headerWrapper nav ul li.dropdown-menu2 .sub-menu.mega-menu .mega-wrapper .menu-column .column-head span a {
    color: #fff
}

.dark-mode header .headerWrapper nav ul li.dropdown-menu2:hover .has-child::before {
    background-image: linear-gradient(to right,var(--dot-color),var(--dot-color),var(--dot-color),var(--dot-color),var(--dot-color))
}

.dark-mode header .headerWrapper nav ul li.dropdown-menu2.active .has-child::before {
    background-image: linear-gradient(to right,var(--dot-color),var(--dot-color),var(--dot-color),var(--dot-color),var(--dot-color))
}

.dark-mode .subscribe-main .subscribe-section .subscribe-field form .form-control .chekbox-wrap .checkbox-group label {
    color: #fff
}

    .dark-mode .subscribe-main .subscribe-section .subscribe-field form .form-control .chekbox-wrap .checkbox-group label a {
        color: #fff
    }

.banner-main {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block
}

    .banner-main .banner-slider {
        width: 100%;
        display: block
    }

        .banner-main .banner-slider .swiper.bannerSlidermain {
            width: 100%;
            display: block;
            height: 100vh
        }

            .banner-main .banner-slider .swiper.bannerSlidermain .swiper-slide {
                background: 0 0
            }

                .banner-main .banner-slider .swiper.bannerSlidermain .swiper-slide .slideWrap {
                    width: 100%
                }

                    .banner-main .banner-slider .swiper.bannerSlidermain .swiper-slide .slideWrap .img-box {
                        position: relative
                    }

                        .banner-main .banner-slider .swiper.bannerSlidermain .swiper-slide .slideWrap .img-box.desk-hide {
                            position: relative;
                            height: 100vh
                        }

@media (max-width:1026px) {
    .banner-main .banner-slider .swiper.bannerSlidermain .swiper-slide .slideWrap .img-box.desk-hide a {
        display: block;
        width: 100%;
        position: relative;
        z-index: 91
    }

        .banner-main .banner-slider .swiper.bannerSlidermain .swiper-slide .slideWrap .img-box.desk-hide a:after {
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom,transparent 0,#000 100%);
            opacity: .7;
            position: absolute;
            content: " ";
            z-index: 1;
            top: 0;
            left: 0
        }
}

@media (min-width:1027px) {
    .banner-main .banner-slider .swiper.bannerSlidermain .swiper-slide .slideWrap .img-box.desk-hide picture {
        display: none
    }
}

.banner-main .banner-slider .swiper.bannerSlidermain .swiper-slide .slideWrap .img-box.desk-hide .yt-player-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 12
}

@media (min-width:1027px) {
    .banner-main .banner-slider .swiper.bannerSlidermain .swiper-slide .slideWrap .img-box.desk-hide .yt-player-icon {
        display: none
    }
}

@media (max-width:1026px) {
    .banner-main .banner-slider .swiper.bannerSlidermain .swiper-slide .slideWrap .img-box .yt-player {
        display: none
    }
}

.banner-main .banner-slider .swiper.bannerSlidermain .swiper-slide .slideWrap::after {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,transparent 0,#000 100%);
    opacity: .7;
    position: absolute;
    content: " ";
    z-index: 1;
    top: 0;
    left: 0
}

.banner-main .banner-slider .swiper.bannerSlidermain .swiper-slide .slideWrap iframe, .banner-main .banner-slider .swiper.bannerSlidermain .swiper-slide .slideWrap video {
    height: 100vh;
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.banner-main .banner-slider .swiper.bannerSlidermain .swiper-slide .slideWrap img {
    width: 100%
}

.banner-main .custom-pagintion {
    position: absolute;
    right: 5.56%;
    bottom: 3%;
    z-index: 91
}

@media (min-width:2100px) {
    .banner-main .custom-pagintion {
        right: calc(50% - 960px)
    }
}

@media (max-width:1023px) {
    .banner-main .custom-pagintion {
        width: 100%;
        bottom: 0
    }
}

.banner-main .text-wraper {
    position: absolute;
    z-index: 99;
    bottom: 110px;
    left: 5.56%;
    color: #fff;
    text-align: left;
    max-width: 53%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end
}

@media (min-width:2100px) {
    .banner-main .text-wraper {
        left: calc(50% - 960px);
        max-width: 53%
    }
}

@media (max-width:1023px) {
    .banner-main .text-wraper {
        bottom: 32.25%
    }
}

@media (max-width:767px) {
    .banner-main .text-wraper {
        max-width: 90%;
        bottom: 17%
    }
}

.banner-main .text-wraper .title {
    font-size: 4.4rem;
    
    color: #fff;
    line-height: 100%;
    font-weight: 600
}

@media (max-width:1023px) {
    .banner-main .text-wraper .title {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .banner-main .text-wraper .title {
        font-size: 2.4rem
    }
}

.banner-main .text-wraper .pargraph {
    width: 100%;
    margin-top: 10px;
    color: #fff
}

    .banner-main .text-wraper .pargraph p {
        font-size: 2rem;
        
        font-weight: 400;
        color: #fff !important
    }

@media (max-width:767px) {
    .banner-main .text-wraper .pargraph p {
        font-size: 1.4rem
    }
}

.banner-main .text-wraper .btns-wrap {
    width: 100%;
    margin-top: 32px
}

    .banner-main .text-wraper .btns-wrap .watch-btn {
        color: #fff;
        padding: 20px 23.5px 20px 23.5px;
        font-size: 1.8rem;
        transition: all .5s;
        
        text-transform: capitalize;
        font-weight: 500;
        position: relative;
        margin: 0 auto;
        z-index: 0;
        line-height: 100%;
        cursor: pointer;
        background: 0 0;
        border: #fff solid 1px;
        transition: .3s ease-in-out
    }

@media (max-width:1023px) {
    .banner-main .text-wraper .btns-wrap .watch-btn {
        padding: 15px 14px 15px 14px
    }
}

.banner-main .text-wraper .btns-wrap .watch-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

.banner-main .text-wraper .btns-wrap .watch-btn:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent
}

    .banner-main .text-wraper .btns-wrap .watch-btn:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

@media (max-width:767px) {
    .banner-main .text-wraper .btns-wrap .watch-btn {
        font-size: 1.2rem
    }
}

.banner-main .text-wraper .btns-wrap a {
    text-decoration: none
}

.banner-main .text-wraper .btns-wrap {
    display: inline-grid;
    justify-content: flex-start;
    margin-top: 29px
}

    .banner-main .text-wraper .btns-wrap .watch-btn {
        position: relative;
        border: none;
        border-radius: 0
    }

        .banner-main .text-wraper .btns-wrap .watch-btn:after {
            content: "";
            position: absolute;
            width: 100%;
            left: 0;
            top: 0;
            border-top: #fff solid 2px;
            transition: all .3s
        }

        .banner-main .text-wraper .btns-wrap .watch-btn:before {
            content: "";
            position: absolute;
            width: 100%;
            left: 0;
            bottom: 0;
            border-bottom: #fff solid 2px;
            transition: all .3s
        }

        .banner-main .text-wraper .btns-wrap .watch-btn:hover {
            background: 0 0;
            border: none
        }

            .banner-main .text-wraper .btns-wrap .watch-btn:hover:after {
                border-top: #fff solid 4px
            }

            .banner-main .text-wraper .btns-wrap .watch-btn:hover:before {
                border-bottom: #fff solid 4px
            }

.banner-main .autoplay-progress {
    height: 2px;
    width: 400px;
    position: absolute;
    bottom: 43px;
    right: 90px;
    z-index: 99;
    background: #fff
}

@media (max-width:1799px) {
    .banner-main .autoplay-progress {
        bottom: 46px
    }
}

@media (max-width:1023px) {
    .banner-main .autoplay-progress {
        width: 89px;
        position: absolute;
        bottom: 41px;
        right: -5px
    }
}

.banner-main .autoplay-progress .pbar {
    width: 0;
    height: 2px;
    left: 0;
    position: absolute;
    background: linear-gradient(to right,#91288d 0,#91288d 100%)
}

.banner-main .swiper-button-next {
    border: #fff solid 1px !important;
    width: 50px;
    height: 50px;
    left: -16px;
    top: -46px;
    z-index: 91;
    border-radius: 50%
}

@media (max-width:1549px) {
    .banner-main .swiper-button-next {
        width: 40px;
        height: 40px
    }
}

@media (max-width:1026px) {
    .banner-main .swiper-button-next {
        top: -49px
    }
}

@media (max-width:1023px) {
    .banner-main .swiper-button-next {
        display: none
    }
}

.banner-main .swiper-button-next:after {
    content: "next";
    font-size: 1.8rem;
    color: #fff !important;
    font-weight: 400
}

.banner-main .swiper-button-prev {
    bottom: 23px;
    border: #fff solid 1px !important;
    width: 50px;
    height: 50px;
    left: -70px;
    top: -46px;
    z-index: 91;
    border-radius: 50%
}

@media (max-width:1549px) {
    .banner-main .swiper-button-prev {
        width: 40px;
        height: 40px;
        left: -70px
    }
}

@media (max-width:1023px) {
    .banner-main .swiper-button-prev {
        display: none
    }
}

.banner-main .swiper-button-prev::after {
    content: "prev";
    font-size: 1.8rem;
    color: #fff !important;
    font-weight: 400
}

.banner-main .swiper-pagination {
    position: absolute;
    right: 530px;
    left: auto;
    font-size: 6.4rem;
    color: rgba(253,247,238,.4);
    font-weight: 400;
    opacity: .9;
    width: 50px
}

@media (min-width:2100px) {
    .banner-main .swiper-pagination {
        right: 570px
    }
}

@media (max-width:1399px) {
    .banner-main .swiper-pagination {
        top: -79px
    }
}

@media (max-width:1023px) {
    .banner-main .swiper-pagination {
        width: 60px;
        bottom: 23px;
        right: 89px;
        font-size: 3.4rem;
        top: inherit
    }
}

.tabcontainer {
    width: 100%;
    text-align: center;
    padding: 27px 0 0;
    display: inline-block
}

    .tabcontainer .tabWrapper {
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #555
    }

@media (max-width:1219px) and (max-width:1023px) {
    .tabcontainer .tabWrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden
    }
}

.tabcontainer .tabWrapper ul {
    position: relative;
    padding: 0;
    width: 100%;
    display: flex;
    padding: 0
}

@media (max-width:1026px) {
    .tabcontainer .tabWrapper ul {
        white-space: nowrap;
        display: inline-flex;
        overflow: hidden
    }
}

.tabcontainer .tabWrapper ul li {
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
    margin-right: 2rem
}

@media (max-width:1599px) {
    .tabcontainer .tabWrapper ul li {
        font-size: 2.2rem
    }
}

@media (max-width:1026px) {
    .tabcontainer .tabWrapper ul li {
        font-size: 1.7rem
    }
}

@media (max-width:1023px) {
    .tabcontainer .tabWrapper ul li {
        padding: 0 10px 0 0;
        width: auto
    }
}

.tabcontainer .tabWrapper ul li a {
    color: #66686f;
    display: inline-block;
    width: 100%;
    padding: 24px 10px;
    border-bottom: 4px solid transparent;
    text-decoration: none
}

    .tabcontainer .tabWrapper ul li a.active {
        color: #fff;
        border-bottom: 4px solid transparent;
        -o-border-image: linear-gradient(to right,#0180a3,#0074b0,#3264b4,#664daa,var(--dot-color));
        border-image: linear-gradient(to right,#0180a3,#0074b0,#3264b4,#664daa,var(--dot-color));
        border-image-slice: 1
    }

.tabcontainer .tabWrapper ul li:last-child a {
    padding-left: 0;
    padding-right: 0
}

.tabContentWrapp .tabContent {
    display: none
}

    .tabContentWrapp .tabContent.active {
        display: block
    }

.sustainabilityComponent {
    position: relative
}

.sustainabilityCompWrap {
    display: flex;
    width: 100%;
    align-items: flex-start;
    height: 92vh;
    overflow: hidden
}

@media (max-width:1023px) {
    .sustainabilityCompWrap {
        flex-direction: column
    }
}

.sustainabilityCompWrap .subcard {
    width: 150px;
    height: 100vh;
    overflow: hidden;
    transition: width .5s ease;
    cursor: pointer;
    border-radius: 0;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    background-color: #fff;
    position: relative
}

@media (max-width:1023px) {
    .sustainabilityCompWrap .subcard {
        width: 100%;
        max-height: 150px;
        border-radius: 0;
        transition: width .5s ease
    }
}

.sustainabilityCompWrap .subcard:after {
    position: absolute;
    z-index: 1;
    height: 70%;
    width: 100%;
    content: " ";
    bottom: 0;
    background: linear-gradient(to bottom,transparent 0,#000 100%);
    opacity: .7
}

@media (max-width:767px) {
    .sustainabilityCompWrap .subcard:after {
        height: 100%;
        opacity: 1
    }
}

.sustainabilityCompWrap .subcard:hover {
    width: 250px
}

@media (max-width:1023px) {
    .sustainabilityCompWrap .subcard:hover {
        width: 100%
    }
}

.sustainabilityCompWrap .subcard img {
    width: 100%;
    display: block;
    transition: transform .5s ease;
    position: absolute
}

.sustainabilityCompWrap .subcard.active {
    width: 100%;
    height: 100%;
    transform-origin: top
}

@media (max-width:1023px) {
    .sustainabilityCompWrap .subcard.active {
        animation: sustainability .5s ease forwards
    }
}

.sustainabilityCompWrap .subcard.active {
    transform: scale(1)
}

.sustainabilityCompWrap .subcard:not(.active) {
    transform: scale(1);
    position: relative
}

.card-1 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.card-2 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.card-3 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.sustainabilityBoxWrap {
    position: absolute;
    bottom: 60px;
    left: 5.1%;
    display: flex;
    opacity: 0;
    z-index: 2
}

@media (max-width:1023px) {
    .sustainabilityBoxWrap {
        width: 100%;
        display: block;
        left: 0;
        padding: 0 20px
    }
}

@media (max-width:767px) {
    .sustainabilityBoxWrap {
        bottom: 30px
    }
}

.subcard.active .sustainabilityBoxWrap {
    transition: opacity .6s ease-in;
    transition-delay: .5s;
    opacity: 1
}

.sustainabilityBox1 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    line-height: 100%;
    display: inline-block;
    line-height: 120%;
    border-right: .5px solid #fff;
    padding-right: 40px;
    text-transform: uppercase
}

@media (max-width:1026px) {
    .sustainabilityBox1 {
        width: 100%;
        display: block;
        font-size: 3.4rem;
        border-right: none
    }
}

.sustainabilityBox2 {
    background: rgba(0,0,0,.4);
    padding: 20px 20px;
    margin-left: 5.6%;
    width: auto
}

@media (max-width:1026px) {
    .sustainabilityBox2 {
        width: 100%;
        margin-left: 0;
        margin-top: 40px
    }
}

@media (max-width:767px) {
    .sustainabilityBox2 {
        margin-top: 30px
    }
}

.sustainabilityBox2 h4 {
    font-size: 2.4rem;
    color: #fff !important;
    
    font-weight: 600;
    
    margin-bottom: 25px;
    line-height: 124%
}

@media (max-width:1026px) {
    .sustainabilityBox2 h4 {
        font-size: 2rem
    }
}

.sustainabilityBox2 p {
    color: #fff !important;
    font-size: 2.6rem;
    
    font-weight: 300;
    margin-bottom: 10px;
    white-space: nowrap
}

@media (max-width:1026px) {
    .sustainabilityBox2 p {
        font-size: 1.6rem;
        white-space: inherit
    }
}

.sustainabilityBox2 a {
    color: #fff;
    font-size: 2rem;
    
    font-weight: 300;
    margin-bottom: 10px;
    text-decoration: none;
    padding-bottom: 5px;
    position: relative;
    border-bottom: 2px solid transparent;
    -o-border-image: linear-gradient(to right,#fff,#fff,#fff,#fff,#fff);
    border-image: linear-gradient(to right,#fff,#fff,#fff,#fff,#fff);
    border-image-slice: 1;
    display: inline-block;
    padding-right: 17px
}

@media (max-width:1399px) {
    .sustainabilityBox2 a {
        font-size: 1.9rem;
        padding-right: 18px
    }
}

.sustainabilityBox2 a::before {
    content: "";
    width: 17px;
    height: 15px;
    right: -15px;
    top: 47%;
    transform: translate(-50%,-53%);
    position: absolute;
    opacity: 1;
    transition: all .4s;
    background: url(https://www.adani.com/assets/adaniv1/dist/images/arrow_right_alt.svg) no-repeat center
}

@media (max-width:767px) {
    .sustainabilityBox2 a::before {
        top: 45%
    }
}

@media (max-width:1026px) {
    .sustainabilityBox2 a {
        font-size: 1.8rem
    }
}

.card-heading {
    bottom: 60px;
    position: absolute;
    
    font-weight: 250;
    font-size: 2.6rem;
    left: 0;
    background: rgba(0,0,0,.4);
    color: #fff;
    height: auto;
    width: auto;
    padding: 25px 10px 25px 10px;
    opacity: 0;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    z-index: 2
}

@media (max-width:1023px) {
    .card-heading {
        writing-mode: lr;
        transform: rotate(0);
        padding: 15px;
        left: 20px;
        font-size: 1.8rem;
        bottom: 55px
    }
}

.sustainabilityCompWrap .subcard:not(.active) .card-heading {
    transition: opacity .4s ease-in;
    transition-delay: .2s;
    opacity: 1
}

@keyframes sustainability {
    from {
        max-height: 150px
    }

    to {
        max-height: 1000px
    }
}

@keyframes sustainability {
    from {
        max-height: 150px
    }

    to {
        max-height: 1000px
    }
}

.lang-hi-in h1, .lang-hi-in h2, .lang-hi-in h3, .lang-hi-in h4, .lang-hi-in h5 {
    line-height: normal !important
}

.lang-hi-in p {
    line-height: normal !important
}

.lang-hi-in .threecard-slider .three-imgSlideWrapper .three-imgcardBox .card-text-box .card-sub-text {
    line-height: normal !important;
    width: 100%
}

.lang-hi-in .card-text-box .card-sub-text {
    line-height: normal !important
}

.lang-hi-in .Com_TextWithImageSlider .TextWithImageSlider-wrapper .com-heading .heading {
    padding-top: 16px
}

.lang-hi-in .banner .banner-slider .text-wraper .title {
    line-height: inherit
}

.lang-hi-in .growth-section .growth_wrapper .growth-right-sec .textWrapper .growth-subtext blockquote {
    color: #393939;
    line-height: inherit
}

    .lang-hi-in .growth-section .growth_wrapper .growth-right-sec .textWrapper .growth-subtext blockquote:after {
        bottom: -2px
    }

.lang-hi-in .newsroom-section .com-twoImageSlider .two-imgSlideWrapper .two-imgeSlideBox .slide-text-box .slide-sub-text {
    line-height: normal
}

.lang-hi-in .Com_map .map-wrapper .map-wrap-container .right-sec .map-detsils-wrap .select-box .choosState {
    padding: 6px 8px
}

.lang-hi-in .press-release .press-release-wrapper .press-searchBox form .inputbox select {
    line-height: 150%
}

.lang-hi-in .press-release .press-release-wrapper .press-searchBox form .inputbox input.search-box {
    line-height: 150%
}

@media (max-width:767px) {
    .lang-hi-in .ourleadershipWrapper.common-wrap .com-heading {
        width: 80%
    }
}

.banner {
    position: relative;
    overflow: hidden;
    height: 100vh
}

    .banner .banner-slider {
        width: 100%;
        height: 100vh
    }

        .banner .banner-slider img {
            width: 100%
        }

        .banner .banner-slider #demo {
            width: 100%;
            height: 100%
        }

        .banner .banner-slider .card {
            position: absolute;
            left: 0;
            top: 0;
            background-position: center;
            background-size: cover;
            box-shadow: 6px 6px 10px 2px rgba(0,0,0,.6)
        }

            .banner .banner-slider .card::after {
                position: absolute;
                width: 100%;
                height: 100%;
                content: " ";
                z-index: 98;
                background: linear-gradient(to bottom,transparent 0,#000 100%);
                opacity: .7
            }

        .banner .banner-slider #btn {
            position: absolute;
            top: 690px;
            left: 16px;
            z-index: 99
        }

        .banner .banner-slider .card-content {
            position: absolute;
            left: 0;
            top: 0;
            color: rgba(255,255,255,.8666666667);
            padding-left: 16px
        }

        .banner .banner-slider .content-place {
            margin-top: 6px;
            font-size: 13px;
            font-weight: 500;
            font-weight: 500
        }

        .banner .banner-slider .content-title-1, .banner .banner-slider .content-title-2 {
            font-weight: 600;
            font-size: 20px;
            
            display: none
        }

        .banner .banner-slider .content-start {
            width: 30px;
            height: 5px;
            border-radius: 99px;
            background-color: rgba(255,255,255,.8666666667);
            display: none
        }

        .banner .banner-slider .details {
            position: absolute;
            z-index: 91 !important;
            bottom: 110px;
            left: 5.56%;
            color: #fff;
            text-align: left;
            max-width: 42%;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column
        }

            .banner .banner-slider .details .place-box .text {
                padding-top: 16px;
                font-size: 20px
            }

                .banner .banner-slider .details .place-box .text:before {
                    top: 0;
                    left: 0;
                    position: absolute;
                    content: "";
                    width: 30px;
                    height: 4px;
                    border-radius: 99px;
                    background-color: #fff;
                    display: none
                }

            .banner .banner-slider .details > .desc {
                margin-top: 16px;
                width: 500px;
                display: none
            }

            .banner .banner-slider .details .cta-box .cta a {
                border: 1px solid #fff;
                background-color: transparent;
                border-radius: 8px;
                color: #fff;
                padding: 20px 20px;
                font-size: 1.8rem;
                font-weight: 500;
                text-transform: capitalize;
                cursor: pointer;
                transition: all .5s;
                position: relative;
                margin: 24px 0 0 0;
                z-index: 0;
                background: 0 0;
                text-decoration: none;
                display: inline-block
            }

                .banner .banner-slider .details .cta-box .cta a:hover {
                    background: linear-gradient(to bottom,#91288d,#2e57aa);
                    -webkit-text-fill-color: #fff;
                    transition: .3s ease-in-out;
                    border: 1px solid transparent;
                    transition: border 0s;
                    border-bottom: 1px solid #2e57aa;
                    border-top: 1px solid #91288d
                }

            .banner .banner-slider .details > .cta {
                margin-top: 24px;
                display: flex;
                align-items: flex-start;
                justify-content: flex-start;
                width: 100%;
                cursor: pointer
            }

                .banner .banner-slider .details > .cta > .bookmark {
                    border: none;
                    background-color: #ecad29;
                    width: 36px;
                    height: 36px;
                    border-radius: 99px;
                    color: #fff;
                    display: grid;
                    place-items: center
                }

                    .banner .banner-slider .details > .cta > .bookmark svg {
                        width: 20px;
                        height: 20px
                    }

                .banner .banner-slider .details > .cta > .discover {
                    border: 1px solid #fff;
                    background-color: transparent;
                    border-radius: 8px;
                    color: #fff;
                    padding: 20px 20px;
                    font-size: 1.8rem;
                    font-weight: 500;
                    text-transform: capitalize;
                    cursor: pointer;
                    transition: all .5s;
                    position: relative;
                    margin: 0;
                    z-index: 0;
                    background: 0 0;
                    text-decoration: none
                }

                    .banner .banner-slider .details > .cta > .discover:hover {
                        background: linear-gradient(to bottom,#91288d,#2e57aa);
                        -webkit-text-fill-color: #fff;
                        transition: .3s ease-in-out;
                        border: 1px solid transparent;
                        transition: border 0s;
                        border-bottom: 1px solid #2e57aa;
                        border-top: 1px solid #91288d
                    }

            .banner .banner-slider .details .title-1, .banner .banner-slider .details .title-2 {
                font-weight: 500;
                font-size: 4.4rem;
                
                line-height: 100%
            }

@media (max-width:1023px) {
    .banner .banner-slider .details .title-1, .banner .banner-slider .details .title-2 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .banner .banner-slider .details .title-1, .banner .banner-slider .details .title-2 {
        font-size: 2.4rem
    }
}

.banner .banner-slider nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 36px;
    font-weight: 500;
    display: none
}

    .banner .banner-slider nav svg {
        width: 20px;
        height: 20px
    }

    .banner .banner-slider nav .svg-container {
        width: 20px;
        height: 20px
    }

    .banner .banner-slider nav > div {
        display: inline-flex;
        align-items: center;
        
        font-size: 14px
    }

        .banner .banner-slider nav > div:first-child {
            gap: 10px
        }

        .banner .banner-slider nav > div:last-child {
            gap: 24px
        }

            .banner .banner-slider nav > div:last-child > .active {
                position: relative
            }

                .banner .banner-slider nav > div:last-child > .active:after {
                    bottom: -8px;
                    left: 0;
                    right: 0;
                    position: absolute;
                    content: "";
                    height: 3px;
                    border-radius: 99px;
                    background-color: #ecad29
                }

.banner .banner-slider .indicator {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 5px;
    z-index: 60;
    background-image: linear-gradient(to right,#0180a3,#0074b0,#3264b4,#664daa,var(--dot-color))
}

.banner .banner-slider .pagination {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-flex
}

    .banner .banner-slider .pagination > .arrow {
        z-index: 60;
        width: 50px;
        height: 50px;
        border-radius: 999px;
        border: 2px solid rgba(255,255,255,.3333333333);
        display: grid;
        place-items: center;
        margin-left: 7px
    }

        .banner .banner-slider .pagination > .arrow:nth-child(2) {
            margin-left: 20px
        }

        .banner .banner-slider .pagination > .arrow svg {
            width: 24px;
            height: 24px;
            stroke-width: 2;
            color: rgba(255,255,255,.6)
        }

    .banner .banner-slider .pagination .progress-sub-container {
        margin-left: 0;
        z-index: 60;
        width: 500px;
        height: 50px;
        display: flex;
        align-items: center
    }

@media (max-width:1023px) {
    .banner .banner-slider .pagination .progress-sub-container {
        width: 180px
    }
}

.banner .banner-slider .pagination .progress-sub-container .progress-sub-background {
    width: 500px;
    height: 3px;
    background-color: rgba(255,255,255,.2);
    position: relative;
    overflow: hidden
}

    .banner .banner-slider .pagination .progress-sub-container .progress-sub-background .progress-sub-foreground {
        height: 3px;
        background: linear-gradient(to right,#91288d 0,#91288d 100%)
    }

.banner .banner-slider .pagination .slide-numbers {
    width: 50px;
    height: 50px;
    overflow: hidden;
    z-index: 60;
    position: relative
}

    .banner .banner-slider .pagination .slide-numbers .item {
        width: 50px;
        height: 50px;
        position: absolute;
        color: #fff;
        top: 0;
        left: 0;
        display: grid;
        place-items: center;
        font-size: 32px;
        font-weight: 700
    }

@media (max-width:1023px) {
    .banner .banner-slider .pagination {
        left: 0 !important
    }
}

.banner .banner-slider .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 100
}

.banner .banner-slider .video-box {
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: all .5s;
    z-index: 1;
    position: absolute;
    left: 0
}

    .banner .banner-slider .video-box video {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%
    }

    .banner .banner-slider .video-box.active {
        opacity: 1
    }

.Com_joinus {
    width: 100%;
    position: relative
}

    .Com_joinus .join-us-wrapper {
        width: 100%;
        position: relative
    }

        .Com_joinus .join-us-wrapper .joinus-heading-wrap {
            width: 100%;
            display: flex;
            align-items: end
        }

@media (max-width:1023px) {
    .Com_joinus .join-us-wrapper .joinus-heading-wrap {
        align-items: flex-start;
        justify-content: space-between;
        position: relative
    }
}

.Com_joinus .join-us-wrapper .joinus-heading-wrap .com-heading {
    width: 100%;
    width: 100%;
    position: relative
}

@media (max-width:1023px) {
    .Com_joinus .join-us-wrapper .joinus-heading-wrap .com-heading {
        margin-top: 5px
    }
}

.Com_joinus .join-us-wrapper .joinus-heading-wrap .com-heading h1, .Com_joinus .join-us-wrapper .joinus-heading-wrap .com-heading h2, .Com_joinus .join-us-wrapper .joinus-heading-wrap .com-heading h3, .Com_joinus .join-us-wrapper .joinus-heading-wrap .com-heading h4, .Com_joinus .join-us-wrapper .joinus-heading-wrap .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .Com_joinus .join-us-wrapper .joinus-heading-wrap .com-heading h1, .Com_joinus .join-us-wrapper .joinus-heading-wrap .com-heading h2, .Com_joinus .join-us-wrapper .joinus-heading-wrap .com-heading h3, .Com_joinus .join-us-wrapper .joinus-heading-wrap .com-heading h4, .Com_joinus .join-us-wrapper .joinus-heading-wrap .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .Com_joinus .join-us-wrapper .joinus-heading-wrap .com-heading h1, .Com_joinus .join-us-wrapper .joinus-heading-wrap .com-heading h2, .Com_joinus .join-us-wrapper .joinus-heading-wrap .com-heading h3, .Com_joinus .join-us-wrapper .joinus-heading-wrap .com-heading h4, .Com_joinus .join-us-wrapper .joinus-heading-wrap .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .Com_joinus .join-us-wrapper .joinus-heading-wrap .com-heading h1, .Com_joinus .join-us-wrapper .joinus-heading-wrap .com-heading h2, .Com_joinus .join-us-wrapper .joinus-heading-wrap .com-heading h3, .Com_joinus .join-us-wrapper .joinus-heading-wrap .com-heading h4, .Com_joinus .join-us-wrapper .joinus-heading-wrap .com-heading h5 {
        font-size: 2.2rem
    }
}

.Com_joinus .join-us-wrapper .joinus-heading-wrap .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .Com_joinus .join-us-wrapper .joinus-heading-wrap .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .Com_joinus .join-us-wrapper .joinus-heading-wrap .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

@media (max-width:1023px) {
    .Com_joinus .join-us-wrapper .joinus-heading-wrap .com-heading {
        top: 17px
    }
}

@media (max-width:1023px) {
    .Com_joinus .join-us-wrapper .joinus-heading-wrap .com-heading span br {
        display: none
    }
}

.Com_joinus .join-us-wrapper .joinus-heading-wrap .right-btn {
    width: 10%;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: flex-end;
    white-space: nowrap;
    min-width: 135px
}

    .Com_joinus .join-us-wrapper .joinus-heading-wrap .right-btn .gradient-button {
        padding: 20px 23.5px 20px 23.5px;
        font-size: 1.8rem;
        
        text-transform: capitalize;
        font-weight: 500;
        position: relative;
        z-index: 0;
        cursor: pointer;
        text-decoration: none;
        color: #393939;
        border-radius: 8px;
        border: 1px solid #393939;
        background: 0 0;
        line-height: 100%
    }

@media (max-width:1023px) {
    .Com_joinus .join-us-wrapper .joinus-heading-wrap .right-btn .gradient-button {
        padding: 15px 14px 15px 14px;
        font-size: 1.4rem;
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }
}

.Com_joinus .join-us-wrapper .joinus-heading-wrap .right-btn .gradient-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

@media (max-width:1023px) {
    .Com_joinus .join-us-wrapper .joinus-heading-wrap .right-btn .gradient-button::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

.Com_joinus .join-us-wrapper .joinus-heading-wrap .right-btn .gradient-button:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500
}

    .Com_joinus .join-us-wrapper .joinus-heading-wrap .right-btn .gradient-button:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

@media (max-width:1023px) {
    .Com_joinus .join-us-wrapper .joinus-heading-wrap .right-btn {
        width: auto;
        position: absolute;
        right: 0;
        top: 0
    }
}

.Com_joinus .join-us-wrapper .joinus-box-wrapper {
    width: 100%;
    margin-top: 40px
}

    .Com_joinus .join-us-wrapper .joinus-box-wrapper .join-us-box-wrap {
        width: 100%
    }

        .Com_joinus .join-us-wrapper .joinus-box-wrapper .join-us-box-wrap ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            align-items: flex-start
        }

@media (max-width:1023px) {
    .Com_joinus .join-us-wrapper .joinus-box-wrapper .join-us-box-wrap ul {
        flex-wrap: wrap
    }
}

.Com_joinus .join-us-wrapper .joinus-box-wrapper .join-us-box-wrap ul li {
    position: relative;
    overflow: hidden;
    margin-right: 30px;
    cursor: pointer;
    transition: width .5s;
    width: 25%
}

@media (max-width:1023px) {
    .Com_joinus .join-us-wrapper .joinus-box-wrapper .join-us-box-wrap ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }
}

.Com_joinus .join-us-wrapper .joinus-box-wrapper .join-us-box-wrap ul li:last-child {
    margin-right: 0
}

@media (max-width:991px) {
    .Com_joinus .join-us-wrapper .joinus-box-wrapper .join-us-box-wrap ul li:last-child {
        margin-bottom: 0
    }
}

.Com_joinus .join-us-wrapper .joinus-box-wrapper .join-us-box-wrap ul li .joinus-img {
    width: 100%;
    height: 66.5vh;
    overflow: hidden;
    position: relative;
    z-index: 2
}

    .Com_joinus .join-us-wrapper .joinus-box-wrapper .join-us-box-wrap ul li .joinus-img::after {
        position: absolute;
        z-index: 1;
        height: 40%;
        width: 100%;
        content: " ";
        bottom: -2px;
        background: linear-gradient(to bottom,transparent 0,#000 100%);
        opacity: 1
    }

@media (max-width:1023px) {
    .Com_joinus .join-us-wrapper .joinus-box-wrapper .join-us-box-wrap ul li .joinus-img::after {
        height: 80%
    }
}

@media (max-width:1023px) {
    .Com_joinus .join-us-wrapper .joinus-box-wrapper .join-us-box-wrap ul li .joinus-img {
        max-height: 140px
    }
}

.Com_joinus .join-us-wrapper .joinus-box-wrapper .join-us-box-wrap ul li .joinus-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 120%;
    position: absolute
}

.Com_joinus .join-us-wrapper .joinus-box-wrapper .join-us-box-wrap ul li .joinus-img:hover img {
    transform: scale(1.05)
}

.Com_joinus .join-us-wrapper .joinus-box-wrapper .join-us-box-wrap ul li .joinus-overlay-text {
    position: absolute;
    left: 0;
    bottom: 32px;
    z-index: 2;
    width: auto;
    color: #fff;
    font-size: 2.2rem;
    
    font-weight: 400;
    padding-left: 20px
}

.Com_joinus .join-us-wrapper .joinus-box-wrapper .join-us-box-wrap ul li:hover {
    width: 30%
}

@media (max-width:1023px) {
    .Com_joinus .join-us-wrapper .joinus-box-wrapper .join-us-box-wrap ul li:hover {
        width: 100%
    }
}

.Com_joinus .join-us-wrapper .joinus-box-wrapper .join-us-box-wrap ul li.active {
    width: 53.6%;
    transition: width .5s
}

@media (max-width:1023px) {
    .Com_joinus .join-us-wrapper .joinus-box-wrapper .join-us-box-wrap ul li.active {
        width: 100%
    }
}

@media (max-width:1023px) {
    .Com_joinus .join-us-wrapper .joinus-box-wrapper .join-us-box-wrap ul li.active .joinus-img {
        height: auto;
        animation: joinus .5s ease forwards
    }
}

.Com_joinus .join-us-wrapper .joinus-box-wrapper .join-us-box-wrap ul li.active .joinus-overlay-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    z-index: 2;
    width: calc(100% + 10px);
    height: 2px;
    background-image: linear-gradient(to right,#0180a3,#0074b0,#3264b4,#664daa,var(--dot-color));
    transition: all ease .3s
}

.Com_joinus .join-us-wrapper .joinus-box-wrapper .join-us-box-wrap ul li.active .joinus-overlay-text .arrow-right {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    left: 10px;
    top: 0
}

    .Com_joinus .join-us-wrapper .joinus-box-wrapper .join-us-box-wrap ul li.active .joinus-overlay-text .arrow-right::after {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        left: 0;
        position: absolute;
        background: url(https://www.adani.com/assets/adaniv1/dist/images/arrow_right_alt.svg) no-repeat center
    }

@media (max-width:1023px) {
    .Com_joinus .join-us-wrapper .joinus-box-wrapper .join-us-box-wrap ul li.active .joinus-img img {
        position: relative !important
    }
}

@keyframes joinus {
    from {
        max-height: 140px
    }

    to {
        max-height: 1000px
    }
}

.Com_spots {
    width: 100%;
    position: relative
}

    .Com_spots .spots-wrapper {
        width: 100%;
        position: relative
    }

        .Com_spots .spots-wrapper .spots-heading-wrap {
            width: 100%;
            display: flex;
            align-items: center
        }

@media (max-width:1023px) {
    .Com_spots .spots-wrapper .spots-heading-wrap {
        align-items: flex-start;
        justify-content: space-between
    }
}

.Com_spots .spots-wrapper .spots-heading-wrap .com-heading {
    width: 100%;
    width: 100%;
    position: relative
}

@media (max-width:1023px) {
    .Com_spots .spots-wrapper .spots-heading-wrap .com-heading {
        margin-top: 5px
    }
}

.Com_spots .spots-wrapper .spots-heading-wrap .com-heading h1, .Com_spots .spots-wrapper .spots-heading-wrap .com-heading h2, .Com_spots .spots-wrapper .spots-heading-wrap .com-heading h3, .Com_spots .spots-wrapper .spots-heading-wrap .com-heading h4, .Com_spots .spots-wrapper .spots-heading-wrap .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .Com_spots .spots-wrapper .spots-heading-wrap .com-heading h1, .Com_spots .spots-wrapper .spots-heading-wrap .com-heading h2, .Com_spots .spots-wrapper .spots-heading-wrap .com-heading h3, .Com_spots .spots-wrapper .spots-heading-wrap .com-heading h4, .Com_spots .spots-wrapper .spots-heading-wrap .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .Com_spots .spots-wrapper .spots-heading-wrap .com-heading h1, .Com_spots .spots-wrapper .spots-heading-wrap .com-heading h2, .Com_spots .spots-wrapper .spots-heading-wrap .com-heading h3, .Com_spots .spots-wrapper .spots-heading-wrap .com-heading h4, .Com_spots .spots-wrapper .spots-heading-wrap .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .Com_spots .spots-wrapper .spots-heading-wrap .com-heading h1, .Com_spots .spots-wrapper .spots-heading-wrap .com-heading h2, .Com_spots .spots-wrapper .spots-heading-wrap .com-heading h3, .Com_spots .spots-wrapper .spots-heading-wrap .com-heading h4, .Com_spots .spots-wrapper .spots-heading-wrap .com-heading h5 {
        font-size: 2.2rem
    }
}

.Com_spots .spots-wrapper .spots-heading-wrap .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .Com_spots .spots-wrapper .spots-heading-wrap .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .Com_spots .spots-wrapper .spots-heading-wrap .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

@media (max-width:1023px) {
    .Com_spots .spots-wrapper .spots-heading-wrap .com-heading span br {
        display: none
    }
}

.Com_spots .spots-wrapper .spots-heading-wrap .right-btn {
    width: 10%;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: flex-end;
    white-space: nowrap
}

    .Com_spots .spots-wrapper .spots-heading-wrap .right-btn .gradient-button {
        padding: 20px 23.5px 20px 23.5px;
        font-size: 1.8rem;
        
        text-transform: capitalize;
        font-weight: 500;
        position: relative;
        z-index: 0;
        cursor: pointer;
        text-decoration: none;
        color: #393939;
        border-radius: 8px;
        border: 1px solid #393939;
        background: 0 0;
        line-height: 100%
    }

@media (max-width:1023px) {
    .Com_spots .spots-wrapper .spots-heading-wrap .right-btn .gradient-button {
        padding: 15px 14px 15px 14px;
        font-size: 1.4rem;
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }
}

.Com_spots .spots-wrapper .spots-heading-wrap .right-btn .gradient-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

@media (max-width:1023px) {
    .Com_spots .spots-wrapper .spots-heading-wrap .right-btn .gradient-button::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

.Com_spots .spots-wrapper .spots-heading-wrap .right-btn .gradient-button:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500
}

    .Com_spots .spots-wrapper .spots-heading-wrap .right-btn .gradient-button:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

@media (max-width:1023px) {
    .Com_spots .spots-wrapper .spots-heading-wrap .right-btn {
        width: auto
    }
}

.Com_spots .spots-wrapper .spots-box-wrapper {
    width: 100%;
    margin-top: 40px
}

    .Com_spots .spots-wrapper .spots-box-wrapper .spots-box-wrap {
        width: 100%
    }

        .Com_spots .spots-wrapper .spots-box-wrapper .spots-box-wrap ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            align-items: flex-start
        }

@media (max-width:1023px) {
    .Com_spots .spots-wrapper .spots-box-wrapper .spots-box-wrap ul {
        flex-wrap: wrap
    }
}

.Com_spots .spots-wrapper .spots-box-wrapper .spots-box-wrap ul li {
    position: relative;
    overflow: hidden;
    margin-right: 20px;
    cursor: pointer;
    transition: width .5s;
    width: 18.765%
}

@media (max-width:1023px) {
    .Com_spots .spots-wrapper .spots-box-wrapper .spots-box-wrap ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }
}

.Com_spots .spots-wrapper .spots-box-wrapper .spots-box-wrap ul li:last-child {
    margin-right: 0
}

.Com_spots .spots-wrapper .spots-box-wrapper .spots-box-wrap ul li .spots-img {
    width: 100%;
    height: 42.57vh;
    overflow: hidden;
    position: relative;
    z-index: 2
}

    .Com_spots .spots-wrapper .spots-box-wrapper .spots-box-wrap ul li .spots-img::after {
        position: absolute;
        z-index: 1;
        height: 40%;
        width: 100%;
        content: " ";
        bottom: 0;
        background: linear-gradient(to bottom,transparent 0,#000 100%);
        opacity: 1
    }

@media (max-width:1023px) {
    .Com_spots .spots-wrapper .spots-box-wrapper .spots-box-wrap ul li .spots-img {
        height: 70%
    }
}

.Com_spots .spots-wrapper .spots-box-wrapper .spots-box-wrap ul li .spots-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    transition: width .5s;
    transition: 1s ease;
    filter: grayscale(100%)
}

.Com_spots .spots-wrapper .spots-box-wrapper .spots-box-wrap ul li .spots-img:hover img {
    transform: scale(1.05);
    filter: none
}

.Com_spots .spots-wrapper .spots-box-wrapper .spots-box-wrap ul li .spots-img .sports-overlay-text {
    position: absolute;
    left: 0;
    bottom: 32px;
    z-index: 2;
    width: auto;
    color: #fff;
    font-size: 2.4rem;
    
    font-weight: 400;
    padding-left: 20px;
    display: none
}

@media (max-width:767px) {
    .Com_spots .spots-wrapper .spots-box-wrapper .spots-box-wrap ul li .spots-img .sports-overlay-text {
        font-size: 1.8rem
    }
}

.Com_spots .spots-wrapper .spots-box-wrapper .spots-box-wrap ul li .spots-img .sports-overlay-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    z-index: 2;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all ease .3s
}

.Com_spots .spots-wrapper .spots-box-wrapper .spots-box-wrap ul li .spots-mobile-text {
    display: none;
    padding-top: 22px
}

@media (max-width:1023px) {
    .Com_spots .spots-wrapper .spots-box-wrapper .spots-box-wrap ul li .spots-mobile-text h3 {
        font-size: 2.4rem;
        font-weight: 600;
        
        margin-bottom: 20px
    }

    .Com_spots .spots-wrapper .spots-box-wrapper .spots-box-wrap ul li .spots-mobile-text p {
        
        font-size: 2.2rem;
        line-height: 2.6rem;
        margin-bottom: 15px
    }
}

@media (max-width:1023px) and (max-width:767px) {
    .Com_spots .spots-wrapper .spots-box-wrapper .spots-box-wrap ul li .spots-mobile-text p {
        font-size: 1.6rem
    }
}

@media (max-width:1023px) {
    .Com_spots .spots-wrapper .spots-box-wrapper .spots-box-wrap ul li .spots-mobile-text .cta-wrap .cta {
        padding: 20px 23.5px 20px 23.5px;
        font-size: 1.8rem;
        
        text-transform: capitalize;
        font-weight: 500;
        position: relative;
        z-index: 0;
        cursor: pointer;
        text-decoration: none;
        color: #393939;
        border-radius: 8px;
        border: 1px solid #393939;
        background: 0 0;
        line-height: 100%;
        display: inline-block;
        margin-top: 17px
    }
}

@media (max-width:1023px) and (max-width:1023px) {
    .Com_spots .spots-wrapper .spots-box-wrapper .spots-box-wrap ul li .spots-mobile-text .cta-wrap .cta {
        padding: 15px 14px 15px 14px;
        font-size: 1.4rem;
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }
}

@media (max-width:1023px) {
    .Com_spots .spots-wrapper .spots-box-wrapper .spots-box-wrap ul li .spots-mobile-text .cta-wrap .cta::before {
        content: "";
        position: absolute;
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

@media (max-width:1023px) and (max-width:1023px) {
    .Com_spots .spots-wrapper .spots-box-wrapper .spots-box-wrap ul li .spots-mobile-text .cta-wrap .cta::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

@media (max-width:1023px) {
    .Com_spots .spots-wrapper .spots-box-wrapper .spots-box-wrap ul li .spots-mobile-text .cta-wrap .cta:hover {
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent;
        border-radius: 8px;
        font-weight: 500
    }

        .Com_spots .spots-wrapper .spots-box-wrapper .spots-box-wrap ul li .spots-mobile-text .cta-wrap .cta:hover::before {
            z-index: -1;
            inset: 0;
            border: 1px solid transparent;
            border-radius: 8px;
            background: inherit;
            background-origin: border-box;
            background-clip: border-box;
            -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            -webkit-mask-repeat: no-repeat
        }
}

.Com_spots .spots-wrapper .spots-box-wrapper .spots-box-wrap ul li.active {
    width: 53.6%;
    transition: width .5s
}

@media (max-width:1023px) {
    .Com_spots .spots-wrapper .spots-box-wrapper .spots-box-wrap ul li.active {
        width: 100%;
        animation: sportline .5s ease forwards
    }
}

@media (max-width:1023px) {
    .Com_spots .spots-wrapper .spots-box-wrapper .spots-box-wrap ul li.active .spots-img {
        height: auto
    }
}

.Com_spots .spots-wrapper .spots-box-wrapper .spots-box-wrap ul li.active .spots-img img {
    filter: none
}

.Com_spots .spots-wrapper .spots-box-wrapper .spots-box-wrap ul li.active .spots-img .sports-overlay-text {
    display: block
}

@media (max-width:1023px) {
    .Com_spots .spots-wrapper .spots-box-wrapper .spots-box-wrap ul li.active .spots-mobile-text {
        display: block
    }
}

.Com_spots .spots-box-textWraper {
    padding-top: 32px;
    position: relative
}

@media (max-width:1023px) {
    .Com_spots .spots-box-textWraper {
        display: none
    }
}

.Com_spots .spots-box-textWraper .spots-content {
    opacity: 0;
    display: none;
    transition: all .7s
}

    .Com_spots .spots-box-textWraper .spots-content.active {
        opacity: 1;
        display: block
    }

    .Com_spots .spots-box-textWraper .spots-content h3 {
        font-size: 2.4rem;
        font-weight: 600;
        
        margin-bottom: 30px
    }

    .Com_spots .spots-box-textWraper .spots-content p {
        
        font-size: 2.2rem;
        line-height: 2.6rem;
        margin-bottom: 15px
    }

    .Com_spots .spots-box-textWraper .spots-content .cta-wrap .cta {
        padding: 20px 23.5px 20px 23.5px;
        font-size: 1.8rem;
        
        text-transform: capitalize;
        font-weight: 500;
        position: relative;
        z-index: 0;
        cursor: pointer;
        text-decoration: none;
        color: #393939;
        border-radius: 8px;
        border: 1px solid #393939;
        background: 0 0;
        line-height: 100%;
        display: inline-block;
        margin-top: 17px
    }

@media (max-width:1023px) {
    .Com_spots .spots-box-textWraper .spots-content .cta-wrap .cta {
        padding: 15px 14px 15px 14px;
        font-size: 1.4rem;
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }
}

.Com_spots .spots-box-textWraper .spots-content .cta-wrap .cta::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat
}

@media (max-width:1023px) {
    .Com_spots .spots-box-textWraper .spots-content .cta-wrap .cta::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

.Com_spots .spots-box-textWraper .spots-content .cta-wrap .cta:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500
}

    .Com_spots .spots-box-textWraper .spots-content .cta-wrap .cta:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

@keyframes sportline {
    from {
        max-height: 300px
    }

    to {
        max-height: 1000px
    }
}

.Com_company_vision {
    width: 100%;
    position: relative
}

    .Com_company_vision .Com_company_vision_container {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center
    }

@media (max-width:1026px) {
    .Com_company_vision .Com_company_vision_container {
        flex-direction: column
    }
}

.Com_company_vision .Com_company_vision_container .company_vision_img {
    width: 100%
}

    .Com_company_vision .Com_company_vision_container .company_vision_img img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.Com_company_vision .Com_company_vision_container .company_vision_text {
    width: 100%
}

    .Com_company_vision .Com_company_vision_container .company_vision_text .company_vision_wrap_text {
        position: absolute;
        right: 5.55%;
        bottom: 10%;
        z-index: 1;
        max-width: 500px
    }

        .Com_company_vision .Com_company_vision_container .company_vision_text .company_vision_wrap_text .company_vision_text {
            color: #fff;
            font-size: 4.4rem;
            
            font-weight: 600;
            
            line-height: 44px;
            width: 100%;
            margin-bottom: 20px;
            text-align: right
        }

@media (max-width:1023px) {
    .Com_company_vision .Com_company_vision_container .company_vision_text .company_vision_wrap_text .company_vision_text {
        font-size: 3.4rem
    }
}

.Com_company_vision .Com_company_vision_container .company_vision_text .company_vision_wrap_text .company_vision_subtext {
    color: #fff;
    font-size: 2.4rem;
    
    font-weight: 600;
    word-wrap: break-word;
    width: 100%;
    text-align: right
}

@media (max-width:1023px) {
    .Com_company_vision .Com_company_vision_container .company_vision_text .company_vision_wrap_text .company_vision_subtext {
        font-size: 1.8rem
    }
}

.Com_company_vision .Com_company_vision_container .Com_company_vision_left_sec {
    width: 31%;
    padding: 0 2.81% 0 5.56%
}

@media (max-width:1219px) {
    .Com_company_vision .Com_company_vision_container .Com_company_vision_left_sec {
        padding: 0 1.38% 0 1.38%
    }
}

@media (max-width:1026px) {
    .Com_company_vision .Com_company_vision_container .Com_company_vision_left_sec {
        width: 100%;
        padding: 40px 20px
    }
}

.Com_company_vision .Com_company_vision_container .Com_company_vision_left_sec .com_vison_left_wrap {
    width: 100%
}

    .Com_company_vision .Com_company_vision_container .Com_company_vision_left_sec .com_vison_left_wrap .com_vision_icon {
        width: 100%;
        margin-bottom: 30px
    }

    .Com_company_vision .Com_company_vision_container .Com_company_vision_left_sec .com_vison_left_wrap .com_vision_text-wrap {
        width: 100%
    }

        .Com_company_vision .Com_company_vision_container .Com_company_vision_left_sec .com_vison_left_wrap .com_vision_text-wrap .com-heading {
            width: 100%;
            position: relative
        }

@media (max-width:1023px) {
    .Com_company_vision .Com_company_vision_container .Com_company_vision_left_sec .com_vison_left_wrap .com_vision_text-wrap .com-heading {
        margin-top: 5px
    }
}

.Com_company_vision .Com_company_vision_container .Com_company_vision_left_sec .com_vison_left_wrap .com_vision_text-wrap .com-heading h1, .Com_company_vision .Com_company_vision_container .Com_company_vision_left_sec .com_vison_left_wrap .com_vision_text-wrap .com-heading h2, .Com_company_vision .Com_company_vision_container .Com_company_vision_left_sec .com_vison_left_wrap .com_vision_text-wrap .com-heading h3, .Com_company_vision .Com_company_vision_container .Com_company_vision_left_sec .com_vison_left_wrap .com_vision_text-wrap .com-heading h4, .Com_company_vision .Com_company_vision_container .Com_company_vision_left_sec .com_vison_left_wrap .com_vision_text-wrap .com-heading h5 {
    color: #fff;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    display: inline-block;
    line-height: 100%;
    position: relative
}

@media (max-width:1023px) {
    .Com_company_vision .Com_company_vision_container .Com_company_vision_left_sec .com_vison_left_wrap .com_vision_text-wrap .com-heading h1, .Com_company_vision .Com_company_vision_container .Com_company_vision_left_sec .com_vison_left_wrap .com_vision_text-wrap .com-heading h2, .Com_company_vision .Com_company_vision_container .Com_company_vision_left_sec .com_vison_left_wrap .com_vision_text-wrap .com-heading h3, .Com_company_vision .Com_company_vision_container .Com_company_vision_left_sec .com_vison_left_wrap .com_vision_text-wrap .com-heading h4, .Com_company_vision .Com_company_vision_container .Com_company_vision_left_sec .com_vison_left_wrap .com_vision_text-wrap .com-heading h5 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .Com_company_vision .Com_company_vision_container .Com_company_vision_left_sec .com_vison_left_wrap .com_vision_text-wrap .com-heading h1, .Com_company_vision .Com_company_vision_container .Com_company_vision_left_sec .com_vison_left_wrap .com_vision_text-wrap .com-heading h2, .Com_company_vision .Com_company_vision_container .Com_company_vision_left_sec .com_vison_left_wrap .com_vision_text-wrap .com-heading h3, .Com_company_vision .Com_company_vision_container .Com_company_vision_left_sec .com_vison_left_wrap .com_vision_text-wrap .com-heading h4, .Com_company_vision .Com_company_vision_container .Com_company_vision_left_sec .com_vison_left_wrap .com_vision_text-wrap .com-heading h5 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .Com_company_vision .Com_company_vision_container .Com_company_vision_left_sec .com_vison_left_wrap .com_vision_text-wrap .com-heading h1, .Com_company_vision .Com_company_vision_container .Com_company_vision_left_sec .com_vison_left_wrap .com_vision_text-wrap .com-heading h2, .Com_company_vision .Com_company_vision_container .Com_company_vision_left_sec .com_vison_left_wrap .com_vision_text-wrap .com-heading h3, .Com_company_vision .Com_company_vision_container .Com_company_vision_left_sec .com_vison_left_wrap .com_vision_text-wrap .com-heading h4, .Com_company_vision .Com_company_vision_container .Com_company_vision_left_sec .com_vison_left_wrap .com_vision_text-wrap .com-heading h5 {
        font-size: 2.2rem
    }
}

.Com_company_vision .Com_company_vision_container .Com_company_vision_left_sec .com_vison_left_wrap .com_vision_text-wrap .com-heading span {
    color: #c1c1c1;
    font-size: 2.2rem;
    
    font-weight: 400;
    width: 100%;
    display: block;
    margin-top: 24px
}

    .Com_company_vision .Com_company_vision_container .Com_company_vision_left_sec .com_vison_left_wrap .com_vision_text-wrap .com-heading span strong {
        font-weight: 600
    }

@media (max-width:1023px) {
    .Com_company_vision .Com_company_vision_container .Com_company_vision_left_sec .com_vison_left_wrap .com_vision_text-wrap .com-heading span {
        font-size: 1.6rem;
        margin-top: 20px
    }
}

.Com_company_vision .Com_company_vision_container .Com_company_vision_left_sec .com_vison_left_wrap .com_vision_text-wrap .com_vision_text_box {
    width: 100%;
    margin-top: 30px
}

    .Com_company_vision .Com_company_vision_container .Com_company_vision_left_sec .com_vison_left_wrap .com_vision_text-wrap .com_vision_text_box p {
        color: #393939;
        font-size: 2.2rem;
        
        font-weight: 400;
        word-wrap: break-word
    }

@media (max-width:1023px) {
    .Com_company_vision .Com_company_vision_container .Com_company_vision_left_sec .com_vison_left_wrap .com_vision_text-wrap .com_vision_text_box p {
        font-size: 1.6rem
    }
}

.Com_company_vision .Com_company_vision_container .Com_company_vision_right_sec {
    width: 69%;
    position: relative
}

@media (max-width:1026px) {
    .Com_company_vision .Com_company_vision_container .Com_company_vision_right_sec {
        width: 100%
    }
}

.Com_timeline {
    width: 100%
}

    .Com_timeline .com_timeline_wrapper {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }

@media (max-width:1023px) {
    .Com_timeline .com_timeline_wrapper {
        flex-direction: column
    }
}

.Com_timeline .com_timeline_wrapper .com_timeline_left-sec {
    width: 60.76%
}

@media (max-width:1023px) {
    .Com_timeline .com_timeline_wrapper .com_timeline_left-sec {
        width: 100%
    }
}

.Com_timeline .com_timeline_wrapper .com_timeline_left-sec .timeline_img {
    width: 100%
}

    .Com_timeline .com_timeline_wrapper .com_timeline_left-sec .timeline_img img {
        width: 100%
    }

.Com_timeline .com_timeline_wrapper .com_timeline_right_sec {
    width: 39.44%;
    padding: 0 5.56%
}

@media (max-width:1023px) {
    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec {
        width: 100%
    }
}

@media (max-width:1219px) {
    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec {
        padding: 0 5.56% 0 4.56%
    }
}

@media (max-width:1023px) {
    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec {
        padding: 70px 5.56% 70px 4.56%
    }
}

.Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider {
    width: 100%
}

    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timeline_slider_wrap {
        width: 100%;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center
    }

        .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timeline_slider_wrap .timeline_img {
            width: 58%;
            margin-right: 10%
        }

@media (max-width:1026px) {
    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timeline_slider_wrap .timeline_img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px
    }
}

.Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timeline_slider_wrap .timeline_img img {
    width: 100%
}

.Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timeline_slider_wrap .timeline_text_box {
    width: 100%
}

@media (max-width:1026px) {
    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timeline_slider_wrap .timeline_text_box {
        width: 100%
    }
}

.Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timeline_slider_wrap .timeline_text_box .timeline-heading {
    color: #393939;
    font-size: 4.4rem;
    
    font-weight: 600;
    
    line-height: 100%;
    margin-bottom: 24px
}

@media (max-width:1399px) {
    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timeline_slider_wrap .timeline_text_box .timeline-heading {
        font-size: 3.8rem
    }
}

@media (max-width:1023px) {
    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timeline_slider_wrap .timeline_text_box .timeline-heading {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timeline_slider_wrap .timeline_text_box .timeline-heading {
        font-size: 2.4rem
    }
}

.Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timeline_slider_wrap .timeline_text_box .timeline-text {
    width: 100%;
    color: #393939;
    font-size: 2rem;
    
    font-weight: 400
}

@media (max-width:1399px) {
    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timeline_slider_wrap .timeline_text_box .timeline-text {
        font-size: 1.7rem
    }
}

.Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap {
    position: relative;
    right: 0;
    bottom: 20%;
    z-index: 1;
    width: 100%;
    margin-top: 44px
}

    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box {
        width: 100%;
        display: -webkit-box
    }

@media (max-width:767px) {
    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box {
        flex-direction: column;
        align-items: flex-start
    }
}

.Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .swiper-pagination-custom {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 24px;
    position: relative
}

@media (max-width:1026px) {
    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .swiper-pagination-custom {
        padding-top: 22px;
        width: 68%
    }
}

@media (max-width:439px) {
    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .swiper-pagination-custom {
        width: 61%
    }
}

.Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .swiper-pagination-custom::before {
    content: "";
    position: absolute;
    bottom: 35px;
    left: 0;
    height: 2px;
    background: #393939;
    width: 100%;
    opacity: .4
}

.Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .swiper-pagination-custom li {
    display: inline-flex;
    position: relative;
    padding: 11px 0 0 0;
    width: 95px;
    justify-content: center
}

@media (min-width:2100px) {
    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .swiper-pagination-custom li {
        padding: 11px 0 0 0
    }
}

@media (max-width:1549px) {
    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .swiper-pagination-custom li {
        width: 85px
    }
}

@media (max-width:1399px) {
    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .swiper-pagination-custom li {
        width: 70px
    }
}

@media (max-width:1026px) {
    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .swiper-pagination-custom li {
        width: 32%
    }
}

.Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .swiper-pagination-custom li:first-child::after {
    content: "";
    position: absolute;
    left: 45%;
    top: 20%;
    height: 10px;
    width: 10px;
    background: #393939;
    border-radius: 50%
}

@media (max-width:1399px) {
    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .swiper-pagination-custom li:first-child::after {
        top: 7%
    }
}

@media (max-width:1023px) {
    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .swiper-pagination-custom li:first-child::after {
        top: 14%
    }
}

@media (max-width:767px) {
    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .swiper-pagination-custom li:first-child::after {
        top: 9%
    }
}

.Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .swiper-pagination-custom li:last-child::after {
    content: "";
    position: absolute;
    left: 45%;
    top: 20%;
    height: 10px;
    width: 10px;
    background: #393939;
    border-radius: 50%
}

@media (max-width:1399px) {
    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .swiper-pagination-custom li:last-child::after {
        top: 7%
    }
}

@media (max-width:1023px) {
    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .swiper-pagination-custom li:last-child::after {
        top: 14%
    }
}

@media (max-width:767px) {
    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .swiper-pagination-custom li:last-child::after {
        top: 9%
    }
}

.Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .swiper-pagination-custom li .timeline-title {
    font-size: 2rem;
    color: #393939;
    
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 16px;
    position: relative
}

@media (max-width:1399px) {
    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .swiper-pagination-custom li .timeline-title {
        font-size: 1.7rem
    }
}

@media (max-width:767px) {
    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .swiper-pagination-custom li .timeline-title {
        font-size: 1.5rem
    }
}

.Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .viewtimeline-btn {
    display: inline-flex;
    justify-content: flex-start;
    margin-left: 0;
    align-items: center
}

@media (max-width:767px) {
    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .viewtimeline-btn {
        margin-left: 0
    }
}

.Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .viewtimeline-btn .view-time-btn {
    color: #393939;
    border-radius: 8px;
    padding: 20px 23.5px 20px 23.5px;
    font-size: 1.8rem;
    transition: all .5s;
    
    text-transform: capitalize;
    font-weight: 400;
    position: relative;
    margin: 0 auto;
    z-index: 0;
    cursor: pointer;
    text-decoration: none;
    background: 0 0;
    border: 1px solid #393939
}

    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .viewtimeline-btn .view-time-btn::before {
        content: "";
        position: absolute;
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

@media (max-width:1023px) {
    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .viewtimeline-btn .view-time-btn::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }
}

.Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .viewtimeline-btn .view-time-btn:hover {
    background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500
}

    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .viewtimeline-btn .view-time-btn:hover::before {
        z-index: -1;
        inset: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: inherit;
        background-origin: border-box;
        background-clip: border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        -webkit-mask-repeat: no-repeat
    }

@media (max-width:1549px) {
    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .viewtimeline-btn .view-time-btn {
        padding: 15px 15px 15px 8px
    }
}

@media (max-width:1399px) {
    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .viewtimeline-btn .view-time-btn {
        font-size: 1.5rem
    }
}

@media (max-width:1023px) {
    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .timeline-box .viewtimeline-btn .view-time-btn {
        padding: 15px 14px 15px 14px;
        font-size: 1.4rem;
        background: linear-gradient(90deg,#0180a2 0,#006db6 22%,var(--dot-color) 90%);
        -webkit-background-clip: text !important;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        border: 1px solid transparent
    }
}

.Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .slider__controls {
    position: absolute;
    top: 33%;
    left: 19%;
    z-index: 991
}

@media (min-width:2100px) {
    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .slider__controls {
        bottom: 10%
    }
}

@media (max-width:1679px) {
    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .slider__controls {
        top: 33%;
        left: 23%
    }
}

@media (max-width:1399px) {
    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .slider__controls {
        top: 26%;
        left: 20%
    }
}

@media (max-width:1026px) {
    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .slider__controls {
        top: 25%;
        left: 29%
    }
}

@media (max-width:767px) {
    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .slider__controls {
        top: 34%;
        left: 20%
    }
}

.Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .slider__controls .swiper-pagination-bullet {
    border: #707070 solid 1px;
    width: 12px;
    height: 12px;
    background: #707070;
    opacity: 1;
    margin-right: 8px
}

    .Com_timeline .com_timeline_wrapper .com_timeline_right_sec .Com_timeline_slider .timline-bar-wrap .slider__controls .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #393939;
        border: solid 1px #393939;
        position: relative
    }

@keyframes lineAnim {
    0% {
        top: -60%
    }

    50% {
        top: 20%;
        height: 80%
    }

    100% {
        top: 100%;
        height: 100%
    }
}

.scroll-to-reveal {
    position: absolute;
    font-size: 2rem;
    line-height: 1.2em;
    
    text-align: right;
    font-weight: 600;
    top: 88vh;
    z-index: 13;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: inline-block;
    color: #91288d;
    padding-bottom: 50px
}

    .scroll-to-reveal span {
        position: absolute;
        display: inline-block;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
        animation: shadowFloat 1s linear alternate infinite
    }

        .scroll-to-reveal span::before {
            content: "";
            border-top: 1px solid #91288d;
            border-left: 1px solid #91288d;
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            margin-left: -5px;
            transform: rotate(225deg)
        }

        .scroll-to-reveal span::after {
            content: "";
            border-top: 1px solid #91288d;
            border-left: 1px solid #91288d;
            position: absolute;
            left: 0;
            top: 10px;
            width: 20px;
            height: 20px;
            margin-left: -5px;
            transform: rotate(225deg)
        }

@media (max-width:1023px) {
    .scroll-to-reveal {
        display: none
    }
}

.timeline-intro {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between
}

@media (max-width:1023px) {
    .timeline-intro {
        flex-direction: column;
        flex-wrap: wrap
    }
}

.timeline-intro .textBox-Component {
    width: 100%;
    text-align: left;
    max-width: 72%
}

@media (max-width:1023px) {
    .timeline-intro .textBox-Component {
        max-width: 100%;
        padding-bottom: 30px
    }
}

.pin-spacer {
    background: 0 0 !important
}

    .pin-spacer:nth-of-type(odd) {
        background: 0 0 !important
    }

    .pin-spacer:nth-of-type(even) {
        background: 0 0 !important
    }

.timeline-header {
    position: relative;
    z-index: 15;
    width: 100%;
    top: 0
}

@media (max-width:1023px) {
    .timeline-header {
        position: relative
    }
}

.timeline-header .media-kit-tabs {
    position: absolute;
    width: 100%
}

@media (max-width:1023px) {
    .timeline-header .media-kit-tabs {
        position: relative
    }
}

.timeline-header .media-kit-tabs .wrap-box {
    text-align: center;
    padding: 20px 0
}

@media (max-width:1023px) {
    .timeline-header .media-kit-tabs .wrap-box {
        text-align: left;
        padding: 0 0
    }
}

.timeline-header .com_container {
    position: relative;
    width: calc(100% - 90px);
    margin: 0 auto
}

@media (max-width:1023px) {
    .timeline-header .com_container {
        width: 100%
    }
}

.timeline-header .com_container .breadcrumb-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: auto
}

@media (max-width:1023px) {
    .timeline-header .com_container .breadcrumb-wrapper {
        position: relative
    }
}

.milestone-nav-holder {
    position: relative;
    width: 16.66%;
    height: 100vh;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: #cc9355 solid 10px; /*color-ch*/
}

    .milestone-nav-holder.fixed {
        position: fixed;
        z-index: 111;
        top: 50px;
        left: 0;
        right: 0;
        box-shadow: 0 2px 4px rgba(0,0,0,.1)
    }

@media (max-width:1023px) {
    .milestone-nav-holder {
        position: absolute;
        z-index: 60;
        width: 100%;
        height: auto;
        border-right: none
    }
}

.milestone-header {
    display: none;
    position: relative;
    width: 100%;
    height: 70px;
    background: var(--main-gradient);
    font-size: 2rem;
    color: #fff;
    font-weight: 600;
    padding: 1rem 2rem;
    line-height: normal
}

@media (max-width:1023px) {
    .milestone-header {
        display: block
    }

        .milestone-header span {
            display: block
        }
}

.milestone-header::after {
    content: "Change";
    position: absolute;
    font-size: 1.2rem;
    font-weight: 400px;
    color: #fff;
    right: 20px;
    bottom: 20px;
    border-bottom: #fff solid 1px;
    padding-bottom: 3px
}

.milestone-nav {
    position: relative;
    z-index: 11
}

    .milestone-nav ul {
        position: relative;
        height: auto;
        width: auto;
        display: flex;
        flex-direction: column
    }

@media (max-width:1023px) {
    .milestone-nav ul {
        display: none
    }
}

.milestone-nav ul li {
    position: relative;
    display: block
}

    .milestone-nav ul li a {
        position: relative;
        white-space: normal;
        display: block;
        text-decoration: none;
        font-size: 1.6rem;
        padding: 3rem 3rem;
        color: #c1c1c1;
        font-weight: 400;
        border-bottom: #393939 solid 1px;
        background: #000;
        z-index: 1;
        transition: all .3s ease-in
    }

        .milestone-nav ul li a span {
            display: block;
            margin-left: 0
        }

        .milestone-nav ul li a::after {
            content: "";
            position: absolute;
            z-index: -1;
            right: 0;
            top: 0;
            width: 100%;
            height: 100%;
            /*background: var(--main-gradient); color-ch */
            background: var(--main-gradient);
            transform-origin: 0 100%;
            transition: all .1s ease-in;
            opacity: 0
        }

@media (max-width:1023px) {
    .milestone-nav ul li a {
        padding: 2rem 3rem
    }
}

.milestone-nav ul li:hover a {
    color: #fff
}

    .milestone-nav ul li:hover a::after {
        opacity: 1;
        transition: all .1s ease-in color .3s ease-in
    }

.milestone-nav ul li.active {
    transition: all .3s ease-in
}

    .milestone-nav ul li.active a {
        font-size: 2rem;
        color: #fff;
        font-weight: 600;
        padding: 4rem 3rem;
        line-height: normal;
        transition: all .3s ease-in
    }

        .milestone-nav ul li.active a::after {
            opacity: 1;
            transition: all .1s ease-in color .3s ease-in
        }

@media (max-width:1023px) {
    .milestone-nav ul li.active a {
        padding: 2rem 3rem
    }
}

.year-nav-holder {
    position: relative;
    pointer-events: none;
    width: 35.33%;
    min-height: 100vh;
    top: 0 !important
}

@media (max-width:1023px) {
    .year-nav-holder {
        display: none
    }
}

.year-nav {
    position: fixed;
    pointer-events: all;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding-left: 25px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in
}

    .year-nav.active {
        opacity: 1;
        visibility: visible;
        transition: all .3s ease-in
    }

    .year-nav::after {
        content: "";
        position: absolute;
        z-index: -1;
        left: 25px;
        top: 0;
        width: 0;
        height: 100%;
        border: #969696 solid .5px;
        opacity: .2
    }

    .year-nav ul {
        position: absolute;
        width: 94%;
        top: 50% !important;
        transition: .7s;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

        .year-nav ul li {
            position: relative;
            width: 100%;
            font-style: normal;
            font-weight: 400;
            padding: 20px 0 20px 25px;
            opacity: 1;
            transition: all .3s ease-in
        }

            .year-nav ul li::before {
                content: "";
                display: block;
                position: absolute;
                background-color: #fff;
                top: 32px;
                left: 0;
                margin: -5px;
                height: 12px;
                width: 12px;
                border-radius: 50%;
                transition: all .3s ease-in
            }

            .year-nav ul li a {
                position: relative;
                z-index: 11;
                text-decoration: none;
                width: 100%;
                padding-right: 20px;
                display: flex;
                flex-direction: column;
                transition: all .3s ease-in
            }

                .year-nav ul li a .year-title {
                    display: none
                }

            .year-nav ul li.active {
                opacity: 1;
                transition: all .3s ease-in
            }

                .year-nav ul li.active::before {
                    background-color: var(--dot-color);
                    margin: -7px;
                    height: 16px;
                    width: 16px;
                    transition: all .3s ease-in
                }

                .year-nav ul li.active a {
                    transition: all .3s ease-in;
                    border-right: var(--dot-color) solid 1px
                }

                    .year-nav ul li.active a::before {
                        content: "";
                        position: absolute;
                        right: -10px;
                        top: 50%;
                        margin-top: -5px;
                        width: 0;
                        height: 0;
                        border-top: 10px solid transparent;
                        border-bottom: 10px solid transparent;
                        border-left: 10px solid var(--dot-color)
                    }

                    .year-nav ul li.active a .year-title {
                        display: block
                    }

.year-num {
    position: relative;
    color: #fff;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 10px
}

@media (max-width:1023px) {
    .year-num {
        font-size: 3rem
    }
}

@media (max-width:767px) {
    .year-num {
        font-size: 2.2rem
    }
}

@media (max-width:1023px) {
    .year-num::before {
        content: "";
        position: absolute;
        width: 16px;
        width: 16px;
        height: 16px;
        left: -25px;
        top: 4px;
        border-radius: 50%;
        background-color: var(--dot-color)
    }
}

.year-title {
    color: #fff;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 20px
}

@media (max-width:1023px) {
    .year-title {
        font-size: 3rem
    }
}

@media (max-width:767px) {
    .year-title {
        font-size: 2.2rem
    }
}

.section-timeline {
    position: relative;
    width: 100%;
    overflow: hidden
}

@media (max-width:1023px) {
    .section-timeline {
        padding-top: 50px
    }
}

.row-timeline {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: row
}

@media (max-width:1023px) {
    .row-timeline {
        flex-direction: column
    }
}

.milestone-content {
    position: relative;
    flex-grow: 1;
    width: 67.37%
}

@media (max-width:1023px) {
    .milestone-content {
        width: 100%;
        padding-top: 20px
    }
}

.milestone-intro {
    position: relative;
    z-index: 11;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

@media (max-width:1023px) {
    .milestone-intro {
        position: relative;
        min-height: 100vh;
        height: auto;
        display: none
    }
}

.milestone-intro-holder {
    position: relative;
    min-height: 100vh;
    top: 0 !important
}

@media (max-width:1023px) {
    .milestone-intro-holder {
        position: relative;
        height: auto
    }
}

.milestone-intro-div {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media (max-width:1023px) {
    .milestone-intro-div {
        position: relative;
        min-height: 100vh;
        height: auto;
        display: flex;
        padding: 10rem 40px
    }
}

@media (max-width:767px) {
    .milestone-intro-div {
        padding: 8rem 20px
    }
}

.milestone-intro-div.active {
    display: flex
}

.milestone-intro-div .milestone-intro-text {
    position: relative;
    z-index: 12;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 67.5%;
    margin: 0 auto
}

@media (max-width:1023px) {
    .milestone-intro-div .milestone-intro-text {
        width: 100%
    }
}

.milestone-intro-div .milestone-intro-text h3 {
    font-size: 2rem;
    font-weight: 500;
    color: #c1c1c1;
    margin-bottom: 4rem;
    text-align: center
}

@media (max-width:1023px) {
    .milestone-intro-div .milestone-intro-text h3 {
        font-size: 1.8rem;
        margin-bottom: 2rem
    }
}

.milestone-intro-div .milestone-intro-text h2 {
    font-size: 4.4rem;
    font-weight: 600;
    color: #307fe2 !important;
    margin-bottom: 4rem;
    text-align: center
}

@media (max-width:1023px) {
    .milestone-intro-div .milestone-intro-text h2 {
        font-size: 3.4rem
    }
}

@media (max-width:767px) {
    .milestone-intro-div .milestone-intro-text h2 {
        font-size: 2.4rem
    }
}

@media (max-width:390px) {
    .milestone-intro-div .milestone-intro-text h2 {
        font-size: 2.2rem
    }
}

.milestone-intro-div .milestone-intro-text p {
    font-size: 2.2rem;
    font-weight: 400;
    color: #c1c1c1;
    margin-bottom: 2rem;
    text-align: center
}

@media (max-width:1023px) {
    .milestone-intro-div .milestone-intro-text p {
        font-size: 1.6em;
        margin-bottom: 0
    }
}

.milestone-intro-div .intro-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    left: 0;
    top: 0;
    transform-origin: 0 50%
}

    .milestone-intro-div .intro-bg::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        max-height: 100vh;
        left: 0;
        top: 0;
        background: linear-gradient(to right top,#091222,#0b1122,#0d1021,#0f0f21,#110e20,#130d20,#140d1f,#160c1f,#180b1e,#1a0a1e,#1b091d,#1d081c);
        display: none
    }

@media (max-width:1023px) {
    .milestone-intro-div .intro-bg {
        max-height: none
    }
}

.milestone-intro-div .intro-bg .diviline {
    position: absolute;
    z-index: 1;
    width: 1px;
    height: 19vh;
    background-color: #c1c1c1;
    left: 50%
}

@media (max-width:1023px) {
    .milestone-intro-div .intro-bg .diviline {
        position: absolute;
        height: 5rem
    }
}

.milestone-intro-div .intro-bg .diviline.divilineTop {
    top: 0
}

.milestone-intro-div .intro-bg .diviline.divilineBottom {
    bottom: 0
}

.timeline-content {
    position: relative;
    z-index: 10;
    flex: auto;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: row;
    color: #393939
}

@media (max-width:1023px) {
    .timeline-content {
        flex-direction: column;
        padding: 20px;
        min-height: auto
    }
}

.timeline-content .year-info {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    display: none
}

    .timeline-content .year-info span {
        display: block
    }

@media (max-width:1023px) {
    .timeline-content .year-info {
        display: block
    }
}

.timeline-content .year-content {
    position: relative;
    width: 100%;
    padding-top: 5vh;
    padding-bottom: 5vh
}

@media (max-width:1023px) {
    .timeline-content .year-content {
        padding-bottom: 0
    }
}

.timeline-content .year-content:first-of-type {
    padding-top: 50vh
}

@media (max-width:1023px) {
    .timeline-content .year-content:first-of-type {
        padding-top: 0
    }
}

.timeline-content .year-content:first-of-type .year-content-div:first-of-type {
    margin-top: -75px
}

@media (max-width:1023px) {
    .timeline-content .year-content:first-of-type .year-content-div:first-of-type {
        margin-top: 0
    }
}

.timeline-content .year-content:last-of-type {
    padding-bottom: 30vh
}

@media (max-width:1023px) {
    .timeline-content .year-content:last-of-type {
        padding-bottom: 0;
        padding-bottom: 4rem
    }
}

.timeline-content .year-content-div {
    position: relative;
    width: 100%;
    padding: 20px;
    margin-bottom: 50px;
    background-color: #000;
    border: #393939 solid .5px;
    color: #c1c1c1;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 120%
}

    .timeline-content .year-content-div b {
        font-weight: 600
    }

    .timeline-content .year-content-div:not(:has(.year-media)) {
        font-size: 2.8rem
    }

@media (max-width:767px) {
    .timeline-content .year-content-div:not(:has(.year-media)) {
        font-size: 2.2rem
    }
}

.timeline-content .year-content-div:last-of-type {
    margin-bottom: 0
}

@media (max-width:1023px) {
    .timeline-content .year-content-div {
        margin-bottom: 40px
    }
}

@media (max-width:767px) {
    .timeline-content .year-content-div {
        font-size: 2.2rem
    }
}

.timeline-content .year-content-div .year-media {
    position: relative;
    width: 100%
}

    .timeline-content .year-content-div .year-media .tlImg {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 16px
    }

    .timeline-content .year-content-div .year-media img {
        max-width: none;
        width: 100%;
        height: auto
    }

    .timeline-content .year-content-div .year-media .tlVideo {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 72.07%;
        margin-top: 16px
    }

@media (max-width:1023px) {
    .timeline-content .year-content-div .year-media .tlVideo {
        padding-bottom: 100%
    }
}

.timeline-content .year-content-div .year-media iframe, .timeline-content .year-content-div .year-media video {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.timeline-content .year-content-div p {
    color: #c1c1c1;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 2rem
}

@media (max-width:767px) {
    .timeline-content .year-content-div p {
        font-size: 2.2rem
    }
}

.timeline-content .year-content-div p b {
    font-weight: 600
}

.timeline-content .year-content-div ul {
    position: relative;
    list-style: none;
    margin-left: 20px
}

    .timeline-content .year-content-div ul li {
        list-style-type: disc;
        padding-left: 0;
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 120%;
        margin-bottom: 2rem
    }

@media (max-width:767px) {
    .timeline-content .year-content-div ul li {
        font-size: 2.2rem
    }
}

.timeline-content .year-content-div ul li b {
    font-weight: 600
}

.timeline-content .year-content-div:not(:has(.year-media)) p {
    font-size: 2.4rem
}

@media (max-width:767px) {
    .timeline-content .year-content-div:not(:has(.year-media)) p {
        font-size: 2.2rem
    }
}

.timeline-content .year-content-div:not(:has(.year-media)) li {
    font-size: 2.4rem
}

@media (max-width:767px) {
    .timeline-content .year-content-div:not(:has(.year-media)) li {
        font-size: 2.2rem
    }
}

.milestone-div-holder {
    position: relative;
    width: 100%;
    min-height: 100vh
}

.milestone-div {
    position: relative;
    width: 100%;
    min-height: 100vh
}

@media (max-width:1023px) {
    .milestone-div {
        min-height: auto
    }
}

.milestone-div:last-of-type .timeline-content .year-content:last-of-type {
    padding-bottom: 25vh
}

@media (max-width:1023px) {
    .milestone-div:last-of-type .timeline-content .year-content:last-of-type {
        padding-bottom: 4rem
    }
}

.milestone-content .milestone-div-holder .milestone-div:first-of-type .milestone-intro-div .intro-bg .diviline.divilineTop {
    display: none
}

.milestone-content .milestone-div-holder .milestone-div:first-of-type .milestone-intro-div .intro-bg .diviline.divilineBottom {
    display: none
}

.year-content-pan {
    position: relative;
    width: calc(64.16% - 90px);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px
}

@media (max-width:1023px) {
    .year-content-pan {
        width: 100%;
        margin: 0;
        min-height: auto;
        padding: 0 0 0 25px
    }
}

.nextPager {
    position: absolute;
    padding-bottom: 10vh;
    text-align: center;
    padding-left: 25px;
    bottom: 0;
    width: 100%
}

    .nextPager span {
        position: absolute;
        margin-left: -20px;
        display: inline-block;
        animation: shadowFloat 1s linear alternate infinite
    }

        .nextPager span::before {
            content: "";
            border-top: 1px solid #c1c1c1;
            border-left: 1px solid #c1c1c1;
            position: absolute;
            left: 0;
            top: 5px;
            width: 10px;
            height: 10px;
            margin-left: -5px;
            transform: rotate(225deg)
        }

        .nextPager span::after {
            content: "";
            border-top: 1px solid #c1c1c1;
            border-left: 1px solid #c1c1c1;
            position: absolute;
            left: 0;
            top: 12px;
            width: 10px;
            height: 10px;
            margin-left: -5px;
            transform: rotate(225deg)
        }

    .nextPager a {
        position: relative;
        font-size: 2.6rem;
        font-weight: 500;
        color: #c1c1c1;
        padding-bottom: 30px;
        text-decoration: none
    }

@media (max-width:1023px) {
    .nextPager {
        padding-bottom: 10px;
        position: relative;
        text-align: left;
        padding-left: 55px
    }
}

@keyframes shadowFloat {
    0% {
        transform: translateY(-5px)
    }

    100% {
        transform: translateY(5px)
    }
}

.bgmileImg-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

    .bgmileImg-box img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        filter: grayscale(0)
    }

    .bgmileImg-box::before {
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .9;
        position: absolute;
        content: " ";
        z-index: 1;
        top: 0;
        left: 0
    }

.bgmileImgPan {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    z-index: -1
}

@media (max-width:1023px) {
    .bgmileImgPan {
        display: none
    }
}

.light-mode .intro-bg::after {
    background: #f0f0f0
}

.light-mode .milestone-nav-holder {
    background-color: #fff
}

.light-mode .milestone-nav {
    position: relative;
    z-index: 11
}

    .light-mode .milestone-nav ul li a {
        color: #393939;
        border-bottom: #bcbcbc solid 1px;
        background: linear-gradient(258deg,#f0f0f0 10.04%,#f0f0f0 95.46%)
    }

    .light-mode .milestone-nav ul li:hover a {
        color: #fff
    }

    .light-mode .milestone-nav ul li.active a {
        color: #fff
    }

.light-mode .milestone-intro-div .milestone-intro-text h3 {
    color: #393939
}

.light-mode .milestone-intro-div .milestone-intro-text h2 {
    color: #307fe2 !important
}

.light-mode .milestone-intro-div .milestone-intro-text p {
    color: #393939
}

.light-mode .milestone-intro-div .intro-bg::after {
    background: #f0f0f0
}

.light-mode .milestone-intro-div .intro-bg .diviline {
    background-color: #393939
}

.light-mode .year-nav ul::after {
    border: #969696 solid .5px
}

.light-mode .year-nav ul li::before {
    background-color: #393939
}

.light-mode .year-nav ul li.active::before {
    background-color: var(--dot-color)
}

.light-mode .year-nav ul li.active a {
    border-right: var(--dot-color) solid 1px
}

    .light-mode .year-nav ul li.active a::before {
        border-left: 10px solid var(--dot-color)
    }

.light-mode .year-num {
    color: #393939
}

.light-mode .year-title {
    color: #393939
}

.light-mode .timeline-content {
    color: #393939
}

    .light-mode .timeline-content .year-content-div {
        border: #393939 solid .5px;
        background-color: #fff;
        color: #393939
    }

        .light-mode .timeline-content .year-content-div p {
            color: #393939
        }

        .light-mode .timeline-content .year-content-div a {
            color: #393939
        }

.light-mode .bgmileImg-box::before {
    background-color: #fff
}

.light-mode .nextPager span::before {
    border-top: 1px solid #393939;
    border-left: 1px solid #393939
}

.light-mode .nextPager span::after {
    border-top: 1px solid #393939;
    border-left: 1px solid #393939
}

.light-mode .nextPager a {
    color: #393939
}

.chairman-msg-sec .ourLeaderShip-Wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    position: relative;
    height: 100vh
}

@media (max-width:1023px) {
    .chairman-msg-sec .ourLeaderShip-Wrapper {
        height: 100%;
        gap: 0
    }
}

.chairman-msg-sec .ourLeaderShip-Wrapper .ourLeaderShip-LeftSec {
    position: relative;
    width: 55%
}

@media (max-width:1023px) {
    .chairman-msg-sec .ourLeaderShip-Wrapper .ourLeaderShip-LeftSec {
        width: 100%
    }
}

.chairman-msg-sec .ourLeaderShip-Wrapper .ourLeaderShip-LeftSec img {
    width: 100%;
    height: auto !important;
    -o-object-position: top;
    object-position: top;
    cursor: pointer
}

.chairman-msg-sec .ourLeaderShip-Wrapper .ourLeaderShip-LeftSec .custom-next {
    background-image: url(https://www.adani.com/assets/adaniv1/dist/images/chairman-page/next-white.svg);
    width: 45px !important;
    height: 46px !important;
    right: 20px;
    opacity: 1;
    border: none;
    position: absolute;
    top: 35%;
    cursor: pointer
}

@media (max-width:767px) {
    .chairman-msg-sec .ourLeaderShip-Wrapper .ourLeaderShip-LeftSec .custom-next {
        right: 10px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.chairman-msg-sec .ourLeaderShip-Wrapper .ourLeaderShip-LeftSec .custom-next:hover {
    opacity: .8
}

.chairman-msg-sec .ourLeaderShip-Wrapper .ourLeaderShip-LeftSec .custom-prev {
    background-image: url(https://www.adani.com/assets/adaniv1/dist/images/chairman-page/prev-white.svg);
    width: 45px !important;
    height: 46px !important;
    left: 20px;
    opacity: 1;
    border: none;
    position: absolute;
    top: 35%;
    cursor: pointer
}

@media (max-width:767px) {
    .chairman-msg-sec .ourLeaderShip-Wrapper .ourLeaderShip-LeftSec .custom-prev {
        left: 10px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.chairman-msg-sec .ourLeaderShip-Wrapper .ourLeaderShip-LeftSec .custom-prev:hover {
    opacity: .8
}

.chairman-msg-sec .ourLeaderShip-Wrapper .ourLeaderShip-LeftSec .custom-pagination {
    margin-bottom: 30px
}

    .chairman-msg-sec .ourLeaderShip-Wrapper .ourLeaderShip-LeftSec .custom-pagination .swiper-pagination-bullet {
        background: #fff
    }

    .chairman-msg-sec .ourLeaderShip-Wrapper .ourLeaderShip-LeftSec .custom-pagination .swiper-pagination-bullet-active {
        background: #fff
    }

.chairman-msg-sec .ourLeaderShip-Wrapper .ourLeaderShip-RightSec {
    width: calc(45% - 70px);
    padding-right: 80px;
    padding-left: 0
}

    .chairman-msg-sec .ourLeaderShip-Wrapper .ourLeaderShip-RightSec .textWrapper {
        top: 50%;
        transform: translateY(-50%)
    }

@media (max-width:1023px) {
    .chairman-msg-sec .ourLeaderShip-Wrapper .ourLeaderShip-RightSec .textWrapper {
        top: unset;
        transform: unset
    }
}

@media (max-width:1365px) {
    .chairman-msg-sec .ourLeaderShip-Wrapper .ourLeaderShip-RightSec {
        padding-right: 40px
    }
}

@media (max-width:1023px) {
    .chairman-msg-sec .ourLeaderShip-Wrapper .ourLeaderShip-RightSec {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px
    }
}

.chairman-msg-sec .ourLeaderShip-Wrapper .ourLeaderShip-RightSec .growth-subtext {
    font-family: Adani !important;
    line-height: 30px !important;
    color: #fff;
    font-weight: 400 !important
}

    .chairman-msg-sec .ourLeaderShip-Wrapper .ourLeaderShip-RightSec .growth-subtext blockquote:before {
        font-size: 1.5em !important;
        color: #393939;
        left: -19px
    }

    .chairman-msg-sec .ourLeaderShip-Wrapper .ourLeaderShip-RightSec .growth-subtext blockquote:after {
        font-size: 1.5em !important;
        color: #393939;
        margin-left: 5px
    }

.chairman-msg-sec .ourLeaderShip-Wrapper .ourLeaderShip-RightSec .info-wrap .info .name {
    font-size: 2.2rem !important;
    font-weight: 400;
    padding-bottom: 7px;
    line-height: 26px
}

.chairman-msg-sec .ourLeaderShip-Wrapper .ourLeaderShip-RightSec .info-wrap .info .designation {
    font-size: 1.4rem !important;
    font-weight: 300 !important
}

.chairman-msg-sec .ourLeaderShip-Wrapper .ourLeaderShip-RightSec .growth-subtext {
    padding-right: 20px !important
}

@media (max-width:1365px) {
    .chairman-msg-sec .ourLeaderShip-Wrapper .ourLeaderShip-RightSec .growth-subtext {
        padding-right: 20px !important
    }
}

.chairman-msg-sec .ourLeaderShip-Wrapper .ourLeaderShip-RightSec .arrow-icons img {
    width: 100% !important
}

.light-mode .chairman-msg-sec .ourLeaderShip-RightSec .growth-subtext {
    color: #c1c1c1 !important
}

.light-mode .chairman-msg-sec .ourLeaderShip-RightSec .info-wrap .info .name {
    color: #393939 !important
}

.light-mode .chairman-msg-sec .ourLeaderShip-RightSec .info-wrap .info .designation {
    color: #393939 !important
}

.awards_listing .threecard-boxWrapper {
    display: flex;
    flex-wrap: wrap
}

.awards_listing .image-box {
    border-bottom: 5px solid transparent;
    -o-border-image: linear-gradient(90deg,#02a56e 0,#2165b0 30%,#733791 60%,#ef4023 100%) 1;
    border-image: linear-gradient(90deg,#02a56e 0,#2165b0 30%,#733791 60%,#ef4023 100%) 1;
    border-image-slice: 1
}

.awards_listing .awards_listing_overlay_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 91;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center
}

    .awards_listing .awards_listing_overlay_text h4 {
        font-weight: 600;
        color: #33629a !important;
        font-size: 3rem;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: normal;
        gap: 7px
    }

        .awards_listing .awards_listing_overlay_text h4 span {
            background: #33629a;
            font-size: 1.4rem;
            font-weight: 600;
            color: #fff !important;
            padding: 4px 8px;
            border-radius: 3px
        }

        .awards_listing .awards_listing_overlay_text h4 img {
            width: auto !important
        }

    .awards_listing .awards_listing_overlay_text p {
        font-weight: 500;
        font-size: 2.2rem;
        padding-top: 30px;
        color: #6d6e72 !important
    }

.awards_listing .awards-listing-sub-text {
    color: #6d6e72 !important;
    font-size: 2.2rem
}

    .awards_listing .awards-listing-sub-text .main-sub-text {
        margin-bottom: 17px;
        font-weight: 500
    }

    .awards_listing .awards-listing-sub-text p {
        font-weight: 400
    }

.policyCookiesSection {
    background-color: rgba(0,0,0,.6);
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999999;
    height: 100%
}

.CookieButton {
    background-color: #2376d0;
    font-size: 1.5em;
    
    color: #fff;
    border: none;
    z-index: 1;
    border-radius: .25rem;
    min-width: 102px;
    padding-left: 20px;
    padding-right: 20px;
    height: 48px;
    position: relative;
    display: inline-grid;
    align-items: center;
    text-align: center;
    cursor: pointer
}

.outlinedButton {
    font-size: 1.5em;
    color: #393939;
    
    background: #393939;
    border: none;
    z-index: 1;
    border-radius: .25rem;
    min-width: 102px;
    padding-left: 20px;
    padding-right: 20px;
    height: 48px;
    position: relative;
    display: inline-grid;
    align-items: center;
    text-align: center;
    cursor: pointer
}

    .outlinedButton::before {
        content: "";
        display: block;
        background-color: #fff;
        position: absolute;
        border-radius: 3px;
        height: calc(100% - 2px);
        width: calc(100% - 2px);
        z-index: -1;
        left: 1px;
        top: 1px
    }

    .outlinedButton:hover {
        background-image: linear-gradient(270deg,#007fa0 0,#4f469d 20.67%,#962b81 68.18%,#be3a56 100%)
    }

        .outlinedButton:hover span {
            background-image: linear-gradient(270deg,#007fa0 0,#4f469d 20.67%,#962b81 68.18%,#be3a56 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent
        }

.policyCookiesSection .policyCookiesInner {
    border-radius: .25rem .25rem 0 0;
    box-shadow: 0 -10px 40px 0 rgba(0,0,0,.06);
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 99;
    padding: 30px 90px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: end
}

    .policyCookiesSection .policyCookiesInner .leftBlock {
        width: 50%
    }

        .policyCookiesSection .policyCookiesInner .leftBlock h4 {
            font-size: 1.5em;
            color: #000;
            
            font-weight: 600;
            line-height: 29px;
            margin-bottom: 14px
        }

        .policyCookiesSection .policyCookiesInner .leftBlock p {
            font-size: 1.5em;
            color: #666;
            
            line-height: 26px;
            margin-bottom: 0
        }

            .policyCookiesSection .policyCookiesInner .leftBlock p a {
                color: #000;
                text-decoration: underline;
                white-space: nowrap;
                cursor: pointer
            }

    .policyCookiesSection .policyCookiesInner .rightBlock {
        width: 50%;
        margin-bottom: 15px;
        display: flex;
        gap: 24px;
        flex-wrap: wrap;
        justify-content: flex-end
    }

.customModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none !important;
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 9999999
}

    .customModal.active {
        display: block !important;
        opacity: 1
    }

.customModalBackdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    top: 0;
    left: 0
}

.customModalDialog {
    position: relative;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2
}

.customModalContent {
    background: #fff;
    border-radius: .25rem;
    box-shadow: 0 -10px 40px 0 rgba(0,0,0,.06);
    overflow: hidden
}

.customModalHeader {
    display: flex;
    justify-content: space-between;
    background-color: #fafafa;
    padding: 12px 30px;
    font-size: 2em;
    color: #000;
    
    box-shadow: 0 1px 0 0 #eee
}

.customModalBody {
    padding: 0 30px
}

.customModalFooter {
    padding-bottom: 28px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    justify-content: flex-end;
    gap: 24px
}

.closeModalBtn {
    background: 0 0;
    border: none;
    font-size: 2em;
    cursor: pointer
}

.preferencesList {
    box-shadow: 0 1px 0 0 #eee;
    display: flex;
    padding: 15px 0;
    justify-content: space-between;
    font-family: Adani
}

    .preferencesList.dissabled {
        opacity: .4;
        pointer-events: none
    }

    .preferencesList h3 {
        margin-bottom: 6px;
        font-size: 1.5em;
        color: #393939;
        line-height: 26px
    }

    .preferencesList p {
        font-size: 1.3em;
        color: #666;
        line-height: 20px
    }

    .preferencesList:last-child {
        box-shadow: none
    }

.toggleSwitch {
    padding: 0;
    border: none;
    border-radius: 15px;
    width: 47px;
    height: 26px;
    background: #c9c9c9;
    position: relative;
    cursor: pointer
}

    .toggleSwitch .handle {
        position: absolute;
        top: 3px;
        left: 3px;
        width: 20px;
        height: 20px;
        background: #fff;
        border-radius: 15px;
        transition: left .25s
    }

    .toggleSwitch.active {
        background-color: #2376d0
    }

        .toggleSwitch.active .handle {
            left: 24px
        }

@media only screen and (max-width:767px) {
    .CookieButton, .outlinedButton {
        height: 42px;
        font-size: 1em
    }

    .policyCookiesSection .policyCookiesInner {
        padding: 24px
    }

        .policyCookiesSection .policyCookiesInner .leftBlock, .policyCookiesSection .policyCookiesInner .rightBlock {
            width: 100%;
            margin-bottom: 0
        }

    .policyCookiesSection .policyCookiesInner {
        flex-direction: column;
        gap: 24px;
        align-items: flex-start
    }
}
