/* global private equity */

.global-private-equity-wrapper .section-title {
    font-weight: 300;
}



.global-private-equity-wrapper .statistic-item {
    padding: 0;
    padding: 35px 20px;
    text-align: center;
    position: relative;
    min-height: 250px;
    border-right: 1px solid #cdc8c2;
}

.global-private-equity-wrapper .section-title .footnote-no,
.global-private-equity-wrapper .section-title .footnote-tooltip {
    background-color: #9b969a;
}

.global-private-equity-wrapper .statistic-item::after,
.global-private-equity-wrapper .statistic-item:nth-child(1):after {
    content: '';
    position: absolute;
    left: -2000%;
    right: -2000%;
    height: 1px;
    background-color: #cdc8c2;
    bottom: 0;
}

.statistic-wrapper .footnote-tooltip {
    bottom: calc(100% + 10px) !important;
    top: auto !important;
    /* max-height: 130px; */
    /* overflow-y: auto; */
    /* overflow-x: hidden; */
}


.global-private-equity-wrapper .statistic-item:nth-child(1):after {
    top: 0;
}

.statistics-container {
    /* overflow: hidden; */
    position: relative;
}
.statistics-container::before,
.statistics-container::after
{
    content: '';
    position: absolute;
    height: 16px;
    width: 100%;
    left: 0;
    top: -16px;
    background-color: #FEFCF5;
    z-index: 1;

}
.statistics-container::after{
    top: calc(100%);
}

.global-private-equity-wrapper .statistic-item::before,
.global-private-equity-wrapper .statistic-item .corner-icon {
    content: url('../images/global-equity-border.svg');
    position: absolute;
    top: -16.5px;
    right: -16.7px;
    background-size: cover;
}

.global-private-equity-wrapper .statistic-item .corner-icon {
    bottom: -16.5px;
    top: auto;
}

.number-counter-col .count-no {
    font-size: 100px;
    font-weight: 300;
    color: var(--colorBlue100);
    line-height: 1;
    margin-bottom: 15px;
    font-family: var(--primaryFont);
}

.number-counter-col .count-title:last-child {
    margin-bottom: 0;
}

.number-counter-col .count-title {
    font-size: 22px;
    margin: 0 30px;
    font-weight: 500;
}

.footnote-wrap {
    position: relative;
    display: inline-block;

}

.footnote-wrap .footnote-inner {
    font-family: var(--secondayFont);
}

.footnote-wrap .footnote-no {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: var(--colorBlue100);
    text-align: center;
    display: inline-block;
    font-size: 10px;
    color: #fff;
    line-height: 16px;
    cursor: pointer;
    top: -.7em;
}

.footnote-tooltip {
    position: absolute;
    bottom: calc(100% + 10px);
    width: 350px;
    max-height: 400px;
    overflow-y: auto;
    border-radius: 5px;
    background-color: #0047bb;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    line-height: 1.1;
    left: -160px;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
    z-index: 2;
    text-decoration: none;
    text-align: left;
}

.footnote-wrap .footnote-tooltip a {
    color: var(--colorWhite);
    word-wrap: break-word;
    text-decoration: underline;
}

.footnote-wrap .footnote-inner {
    position: relative;
    font-size: inherit;
    /* z-index: 1; */
}

.bluemark-award-slide .footnote-wrap .footnote-inner {
    z-index: 1;
}

.footnote-wrap .footnote-tooltip a:hover {
    color: var(--colorWhite);
}

.footnote-wrap.open-bottom .footnote-tooltip {
    bottom: auto;
    top: calc(100% + 10px);
}

.footnote-wrap.open-left .footnote-tooltip {
    left: auto;
    right: -20px;
}

.footnote-wrap.open-right .footnote-tooltip {
    left: -20px;
}

.footnote-wrap .footnote-inner:hover .footnote-tooltip {
    opacity: 1;
    visibility: visible;
    transition: all 300ms ease-in-out;
}

.number-counter-col .count-no sub {
    bottom: -2%;
}

.number-counter-col .count-no sub,
.number-counter-col .count-no sup {
    font-size: 70%;
}

.number-counter-col .count-no sup {
    top: -0.3em;
}

/* approach vertical-depth */

button.play-video-btn {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 26px;
    padding: 0;
    text-align: left;
    padding-right: 20px;
    font-size: 24px;
}

.play-video-btn {
    position: absolute;
    bottom: 40px;
    left: 40px;
}

button.play-video-btn .arrow-icon {
    margin-right: 10px;
    height: 26px;
    width: 26px;
}

button.play-video-btn .arrow-icon svg {
    vertical-align: unset;
}

button.play-video-btn .arrow-icon path {
    fill: currentColor;
}

.video-wrapper {
    position: relative;
}

/* document section */
.report-grid-row .report-col-inner {
    height: 100%;
}

.report-grid-row .report-col-inner a {
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 20px 25px 100px;
    position: relative;
    display: block;
    position: relative;
}

.report-col .report-col-inner a::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    height: 55px;
    width: 55px;
    background-image: url(../images/download-icon-round.svg);
    background-repeat: no-repeat;
}

.report-col-inner .report-title {
    font-size: 24px;
    font-family: var(--secondayFont);
    font-weight: 500;
    color: var(--colorThird);
    margin-bottom: 5px;
}

.report-col-inner .date-text {
    font-size: 16px;
    color: #8285a2;
}

/* document section End*/
/* bottom banner */
.bottom-banner-section {
    position: relative;
    height: 100vh;
    min-height: 800px;
    max-height: 900px;
}

.bottom-banner-section .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.bottom-banner-section .bg-image::before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 70%;
    background: linear-gradient(90deg, rgba(27, 44, 70, 0.75) 49%, rgba(27, 44, 70, 0) 100%);
}

.bottom-banner-section .banner-title {
    font-weight: 300;
}

.bottom-banner-section .container,
.bottom-banner-section .banner-inner-wrapper {
    height: 100%;
    display: flex;
    z-index: 1;
    position: relative;
    flex-direction: column;

}

.bottom-banner-section .banner-content {
    color: #fff;
    max-width: 550px;
}

.bottom-banner-section.text-dark .banner-content {
    color: var(--primaryColor);
}

.bottom-banner-section.text-dark .bg-image::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 49%, rgba(255, 255, 255, 0) 100%);
}

.bottom-banner-section .people-breadcrumb-col {
    margin-top: auto;
    margin-bottom: 40px;
}

.people-breadcrumb-wrap {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: flex-end; */
    align-items: center;
    gap: 10px;
}

.people-breadcrumb-wrap .people-breadcrumb-single {
    padding: 6px 16px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.8);
}

.people-breadcrumb-single ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 0;
}

.people-breadcrumb-single li.text-italic {
    font-style: italic;
    color: var(--colorThird);
    font-weight: 300;
}

.people-breadcrumb-single li a {
    color: var(--colorThird);
}

.people-breadcrumb-single li {
    color: var(--primaryColor);
    font-size: 16px;
    font-family: var(--primaryFont);
    line-height: 1.2;
    padding-right: 5px;
}

.people-breadcrumb-single li:not(:last-child):after {
    content: '/';
    color: var(--primaryColor);
    margin-left: 5px;
    font-style: normal;
}

/* bottom banner ENd*/

/* case study detail */
.portfolio-sticky-wrap .bg-image {

    position: fixed;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 100vh;
    width: 100vw;
    top: 0;
}

.portfolio-sticky-wrap .bg-color {
    position: fixed;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    visibility: hidden;
    transition: all 800ms ease-in-out;
    top: 0;
    left: 0;
}

section.section.portfolio-anim-section {
    padding-top: 0;
}

.portfolio-sticky-wrap.bg-color-show .bg-color {
    opacity: 1;
    visibility: visible;
    transition: all 800ms ease-in-out
}

.portfolio-sticky-wrap .bg-image::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.section.portfolio-anim-section .portfolio-anim-wrap {
    padding-top: calc(50vh);
    z-index: 1;
    position: relative;
}

.portfolio-anim-wrap .portfolio-logo img {
    max-height: 6vw;
    min-height: 6vw;
    height: auto;
    opacity: 1;
    -webkit-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.portfolio-anim-wrap .portfolio-logo {
    margin-bottom: 20px;
}

.portfolio-detail-section.portfolio-anim-section .portfolio-detail-content {
    opacity: 0;
    visibility: hidden;
    transition: all 400ms ease-in-out;
}

.portfolio-detail-section.portfolio-anim-section.active .portfolio-detail-content {
    opacity: 1;
    visibility: visible;
    transition: all 400ms ease-in-out;
}

.portfolio-anim-section .title-wrap a.title-top-small {
    display: none;
}

.portfolio-anim-section .title-wrap a.title-top-small.show {
    display: inline-block;
}

/* case study detail End*/
.site-color-div {
    position: fixed;
    height: 100vh;
    width: 100vw;
    left: 0;
    top: 0;
    pointer-events: none;
    /* z-index: 1; */
}

.site-bg-color {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    pointer-events: none;
    transition: all 300ms ease-in-out;
}

.site-color-div .site-bg-image {
    position: fixed;
    height: 100vh;
    width: 100vw;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms ease-in-out;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.site-color-div .site-bg-image.active {
    opacity: 1;
    visibility: visible;
    transition: all 200ms ease-in-out;
}

.impact-matrics-wrap {
    padding: 20px 0;
}

.detail-content-left li .impact-matrics-main h6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.company-caption {
    padding-top: 6px;
}

.company-caption span {
    color: var(--secondayColor);
    font-size: 14px;
}

.impact-matrics-main .row-wrap {
    padding-top: 30px;
    text-align: center;
}

.row-wrap .improve-title {
    color: #fff;
    margin-bottom: 15px;
    display: block;
    font-size: 18px;
    text-align: center;
    text-align: left;
}

.detail-content-left .row-wrap>p {
    width: 100%;
    max-width: 100%;

}

.row-wrap .row {
    text-align: center;
}

.improve-count {
    font-size: 60px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 5px;
    font-family: var(--primaryFont);
}

.improve-count sup {
    font-size: 54%;
}

.impact-score-sec {
    padding: 16px 0 0;
    width: 100%;
}

.impact-score-sec .col-lg-3 {
    padding-right: 0;
}

.impact-score-title {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
    text-align: center;
}

.impact-score-sec .col-lg-6 {
    text-align: center;
    margin-bottom: 20px;
}

.impact-score {
    font-size: 42px;
    font-weight: 500;
    line-height: 0.6;
    margin-bottom: 0;
}

.impact-year {
    font-size: 15px;
    color: #fff;
    line-height: 1;
    font-weight: 500;
    display: block;
    margin-top: 15px;
}

.portfolio-related-logo {
    display: block;
    width: 100%;
}

.portfolio-related-logo .logo-single {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 10px;
    width: 40%;
}

.portfolio-detail-content .detail-content-inner a {
    color: var(--colorLightBlue);
}

.portfolio-detail-content .detail-content-inner a:hover {
    text-decoration: underline;
}

.detail-content-right .h6,
.detail-content-right h6 {
    margin: 1.5em 0 0.75em 0;
    color: var(--colorLightBlue);
}

.detail-content-right .h6.small-title,
.detail-content-right h6.small-title {
    color: var(--colorWhite);
}

.detail-content-right h6:first-of-type,
.detail-content-right h6:first-of-type {
    margin: 0 0 1em 0;
}

.impact-matrics-main .row-wrap,
.impact-matrics-main .row-wrap .row {
    text-align: left;
}

.company-caption {
    line-height: 1;
}

.partner-quotes-wrap {
    position: relative;
}

.partner-quotes-wrap .img-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.partner-quotes-wrap {
    color: var(--colorLightBlue);
    font-weight: 400;
    padding-top: 30px;
    padding-bottom: 50px;
    font-family: var(--primaryFont);
}

.partner-quotes-wrap .quotes-wrap {
    margin-bottom: 20px;
    font-size: 1.35em;
}

.partner-quotes-wrap .content-wrap .quote-bottom {
    display: flex;
    align-items: center;
    /* Vertically centers the text with the image */
}

.quote-bottom span {
    display: block;
    width: calc(100% - 60px);
    padding-left: 20px;
}

.partner-quotes-wrap .content-wrap .quote-bottom em {
    color: var(--colorBlue400);
}

.partner-quotes-wrap .content-wrap .quote-bottom .img-wrap {
    height: 60px;
    width: 60px;
    border-radius: 5px;
    overflow: hidden;
    /* margin: 0 1em 0 0; */
    float: left;
}


.news-date .site-tag {
    color: #8285A2;
    letter-spacing: unset;
}

.news-source {
    color: #8285A2;
    margin-top: 4px;
    font-size: 16px;
}

.news-source span {
    font-style: italic;
}


.news-insights-wrapper {
    border-top: 1px solid #dedcd6;
    padding-top: 35px;
}


.news-insights-section .insight-meta span {
    display: inline-block;
    padding: 0;
    margin-right: 14px;
    border-radius: 7px;
    color: var(--colorThird);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: var(--letterSpacing);
    margin-bottom: 5px;
    position: relative;

}

.news-insights-section .insight-meta span.meta-date {
    color: #8285a5;
    background-color: transparent;
    letter-spacing: unset;
    text-transform: capitalize;
    font-size: 16px;
}

.news-insights-section .insight-meta span:not(:last-child)::before {
    content: "/";
    position: absolute;
    right: -10px;
    top: 46%;
    transform: translateY(-50%);
    letter-spacing: 0px;
    font-size: 16px;
    color: rgb(130, 133, 165);
}

.news-insights-section .insight-title {
    font-size: 24px;
}

.news-insights-section .insight-col {
    padding-right: 30px;
}



.single-insight-section .insight-item {
    display: flex;

}

.single-insight-section .insight-image {
    border-radius: 5px;
    overflow: hidden;
    width: 55%;
    flex-shrink: 0;
    max-width: 60%;
    margin-right: 20px;
}

.single-insight-section .insight-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-insight-section .insight-title {
    font-size: 32px;
}

.video-wrapper.video-player-wrapper {
    width: 100%;
    padding-bottom: 56%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.video-wrapper.video-player-wrapper .video-player {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.video-wrapper.video-player-wrapper .video-player iframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: unset;
    position: absolute;
}

.video-wrapper.video-player-wrapper .video-player::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

.big-video-wrapper button.play-video-btn {
    font-size: 26px;
    line-height: 1.4;
}

.big-video-wrapper button.play-video-btn .arrow-icon {
    height: 54px;
    width: 54px;
    margin-right: 20px;
    min-width: 54px;
}

.big-video-wrapper button.play-video-btn .arrow-icon svg {
    height: 100%;
    width: 100%;
}

@media (min-width: 768px) {
    .report-grid-row .report-col {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {

    .global-private-equity-wrapper .statistic-item:nth-child(3n):not(.col-lg-3):before,
    .global-private-equity-wrapper .statistic-item:nth-child(3n):not(.col-lg-3) .corner-icon {
        display: none;
    }

    .global-private-equity-wrapper .statistic-item:nth-child(3n):not(.col-lg-3) {
        border-right: none;
    }

    .global-private-equity-wrapper .statistic-item:nth-child(4n).col-lg-3:before,
    .global-private-equity-wrapper .statistic-item:nth-child(4n).col-lg-3 .corner-icon {
        display: none;
    }

    .global-private-equity-wrapper .statistic-item:nth-child(4n).col-lg-3 {
        border-right: none;
    }

}

@media only screen and (max-width: 1600px) {
    .number-counter-col .count-no {
        font-size: 90px;
    }

    button.play-video-btn {
        font-size: 22px;
    }

    /* document section*/
    .report-col-inner .report-title {
        font-size: 22px;
    }

    /* document section End*/

}

@media only screen and (max-width: 1400px) {
    .number-counter-col .count-no {
        font-size: 75px;
    }

    .number-counter-col .count-title {
        font-size: 20px;
    }

    .number-counter-col .count-title {
        margin: 0 10px;
    }

    button.play-video-btn {
        font-size: 20px;
    }

    button.play-video-btn {
        left: 30px;
        bottom: 30px;
    }

    /* document section*/
    .report-col-inner .report-title {
        font-size: 20px;
    }

    /* document section End*/
    .big-video-wrapper button.play-video-btn .arrow-icon {
        height: 45px;
        width: 45px;
        min-width: 45px;
    }

    .big-video-wrapper button.play-video-btn {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1199px) {
    .number-counter-col .count-no {
        font-size: 60px;
    }

    .global-private-equity-wrapper .statistic-item {
        min-height: 240px;
    }

    .bottom-banner-section .banner-content {
        margin-top: 100px;
    }

    .portfolio-anim-wrap .portfolio-logo img {
        max-height: 8vw;
        min-height: 8vw;
    }

    .improve-count {
        font-size: 50px;
    }

    .news-source {
        font-size: 14px;
    }

    .news-insights-section .insight-title {
        font-size: 20px;
    }
     .bottom-banner-section.text-dark .bg-image::before {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 49%, rgba(255, 255, 255, 0) 100%);
        width: 100%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .global-private-equity-wrapper .statistic-item:nth-of-type(2n+1) .statistic-content {
        margin-left: 35px;
    }

    .global-private-equity-wrapper .statistic-item:nth-of-type(2n) .statistic-content {
        margin-right: 35px;
    }


    .global-private-equity-wrapper .statistic-item:nth-child(2n)::before,
    .global-private-equity-wrapper .statistic-item:nth-child(2n) .corner-icon {
        display: none;
    }

    .global-private-equity-wrapper .statistic-item:nth-child(2n) {
        border-right: none;
    }


}

@media only screen and (max-width: 991px) {
    .portfolio-anim-wrap .portfolio-logo img {
        max-height: 10vw;
        min-height: 10vw;
    }
}

@media only screen and (max-width: 767px) {

    .global-private-equity-wrapper .statistic-item {
        padding: 40px 20px;
        min-height: 100%;
    }

    .number-counter-col .count-no {
        font-size: 50px;
    }

    .footnote-tooltip {
        width: 200px;
        font-size: 11px;
        padding: 10px;
        left: -130px;
    }


    .global-private-equity-wrapper .statistic-item {
        border-right: none;
        border-bottom: 1px solid #cdc8c2;
    }

    .global-private-equity-wrapper .statistic-item::before,
    .global-private-equity-wrapper .statistic-item .corner-icon,
    .global-private-equity-wrapper .statistic-item::after,
    .global-private-equity-wrapper .statistic-item:nth-child(1):after {
        display: none;
    }

    .number-counter-col .count-title {
        font-size: 18px;
    }

    .footnote-wrap .footnote-no {
        top: -4px;
    }

    .company-banner-col .banner-content-wrap {
        padding: 30px 20px;
    }

    .company-banner-col .small-banner-wrap {
        min-height: 250px;
    }

    button.play-video-btn {
        font-size: 18px;
    }

    button.play-video-btn .arrow-icon svg,
    button.play-video-btn .arrow-icon {
        height: 20px;
        width: 20px;
    }

    button.play-video-btn {
        left: 20px;
        bottom: 20px;
    }

    .report-grid-row .report-col {
        margin-bottom: 20px;
    }

    .report-col .report-col-inner a::before {
        height: 45px;
        width: 45px;
        background-size: 45px;
    }

    .report-col-inner .date-text {
        font-size: 14px;
    }

    .report-col-inner .report-title {
        font-size: 18px;
    }

    .report-grid-row .report-col-inner a {
        padding-left: 85px;
    }

    .bottom-banner-section .banner-content {
        margin-top: 0;
    }

    .people-breadcrumb-single li {
        font-size: 14px;
    }

    .bottom-banner-section {
        min-height: 700px;
    }

    .portfolio-anim-wrap .portfolio-logo img {
        max-height: 120px;

    }

    .row-wrap .improve-title {
        font-size: 16px;
    }


    .single-insight-section .insight-item {
        flex-direction: column;

    }

    .single-insight-section .insight-image {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .single-insight-section .insight-title {
        font-size: 28px;
    }



    .news-insights-section .insight-col {
        padding-right: 0px;
    }

    .big-video-wrapper button.play-video-btn .arrow-icon {
        height: 30px;
        width: 30px;
        min-width: 30px;
    }

    .big-video-wrapper button.play-video-btn {
        font-size: 16px;
    }
    .statistics-container::before,
.statistics-container::after{
    display: none;
}
}

@media(max-width:370px) {
    .footnote-tooltip {
        width: 150px;
    }
}