.vertical-two-col-wrapper .row {
    position: relative;
}

.vertical-two-col-wrapper .content-col .btn-wrap {
    margin-top: 30px;
}

.vertical-two-col-wrapper .btn-wrap .btn {
    text-align: left;
}

.slider-col .vertical-slider-wrap {
    padding-right: 2.5vw;
}

.slider-wrapper {
    position: relative;
}

.arrow-simple.slick-arrow {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 52px;
    z-index: 1;
    color: var(--primaryColor);
    width: auto;
    height: auto;
    border-radius: 0;
    border: none;
}

.vertical-slider .slick-arrow {
    padding: 0;
}

.vertical-slider .slick-prev {
    left: -18px;
}

.vertical-slider .slick-list {
    border-radius: 5px;
}

.vertical-slider .slide-single {
    border-radius: 5px;
    overflow: hidden;
}

.vertical-slider .video-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;
}

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

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

.vertical-two-col-wrapper.alternative-col-wrapper {
    margin-top: 100px;
}

.vertical-two-col-wrapper>.row {
    margin-bottom: 100px;
}

.title-wrap .sub-title {
    letter-spacing: var(--letterSpacing);
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
    color: var(--colorBlue200);
    font-weight: 600;
}

.vertical-two-col-wrapper .title-wrap .sub-title {
    text-transform: unset;
    margin-bottom: 5px;
    color: var(--primaryColor);
    letter-spacing: 0;
}

.vertical-two-col-wrapper .vertical-title {
    font-weight: normal;
    margin-bottom: 24px;
}

.slider-col .btn-wrap {
    margin-top: 40px;
}

.btn-purple {
    background-color: var(--colorPurple600);
    border-color: var(--colorPurple600);
    color: #fff;
}

.btn i.arrow-icon {
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 2px solid var(--colorWhite);
    line-height: 20px;
    text-align: center;
    line-height: 18px;
    vertical-align: middle;
    margin-top: -2px;
    font-size: 11px;
}

.btn-purple:hover,
.btn-purple:active {
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
    color: #fff;
}

.alternative-col-wrapper>.row:nth-child(even) .slider-col {
    order: 2;
}

.alternative-col-wrapper>.row:nth-child(even) .vertical-slider-wrap {
    padding-right: 0;
    padding-left: 2.5vw;
}

.vertical-two-col-wrapper .content-col {
    z-index: 1;
    position: relative;
}

.vertical-slider .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%);
}

.fix-target-div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.year-review-slider {
    /* padding: 100px;
    background-color: #bbddfc; */
    border-radius: 5px;
    /* height: 100vh;
    max-height: 700px; */
    display: flex;
    align-items: center;
}

.year-review-slider .slick-track {
    display: flex;
}

.year-review-slider .slick-track .review-slide {
    height: auto;
    border-radius: 5px;
    overflow: hidden;
}

.review-slide .review-title {
    font-size: 200px;
    color: #1080ff;
    margin-bottom: 0px;
}

.review-slide .review-title sub {
    font-size: 35%;
    bottom: 0;
}

.review-slide .content-text {
    font-size: 22px;
}

.year-review-slider .arrow-simple.slick-arrow,
.year-review-section .arrow-simple.slick-arrow {
    color: #fff;

}

.year-review-slider .slick-disabled.slick-arrow,
.year-review-section .arrow-simple.slick-arrow.slick-disabled {
    opacity: 0;
}



/* sdg alignment section */
.sdg-animate-wrapper {
    display: flex;
    /* align-items: center; */
    flex-wrap: nowrap;
    justify-content: flex-end;
    min-height: calc(100vh - 100px);
}

.sdg-animate-wrapper .sdg-tab-wrapper {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    min-height: calc(100vh - 100px);
    display: flex;
    align-items: center;
}

.content-col .content-text-big {
    font-size: var(--xlFontSize);
    font-family: var(--primaryFont);
}

.sdg-wheel-tab svg {
    height: 100%;
    width: 100%;
    overflow: visible;
    backface-visibility: hidden;
    will-change: transform;
}

.sdg-wheel-tab svg path {
    backface-visibility: hidden;
    will-change: transform;

}

.sdg-animate-wrapper .sdg-tab-wrapper {
    bottom: auto;
}

.sdg-tab {
    height: 45vw;
    width: 45vw;
    position: relative;
}

.sdg-tab .sdg-wheel-tab {
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 50%;
}

.svg-wheel .sdg-tab-text {
    display: none;
}

.svg-wheel .circle-piece {
    transform-origin: center;
}

.svg-wheel .circle-piece a {
    pointer-events: auto;
}

/* .svg-wheel .circle-piece a{
    transform-origin: 23% 11%;
} */
.sdg-content-text {
    display: none;
}

/* .svg-wheel .tab-link-text{
   opacity: 0;
   visibility: hidden;
} */

.sdg-wheel-tab .sdg-wheel-text {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}


.sdg-tab-count {
    position: absolute;
    right: 8%;
    top: 22%;
    font-size: 1.4vw;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sdg-wheel-text .tab-link-text {
    overflow: hidden;
    position: absolute;
    top: -15px;
    right: 50%;
    bottom: 50%;
    left: -24px;
    background-color: transparent;
    transform-origin: 100% 100%;
}

.sdg-wheel-text .tab-link-text .tab-inner-text {
    display: block;
    width: 200%;
    height: 200%;
    /* line-height: 1.9; */
    text-align: center;
    border: 10vw solid;
    border-radius: 50%;
    background-color: transparent;
    position: relative;
    -webkit-backface-visibility: hidden;
    color: transparent;
}

.sdg-wheel-text .tab-link-text .tab-wrap {
    position: absolute;
    left: -68%;
    top: 32%;
    width: 76%;
    line-height: 1;
    height: 4.5vw;
    color: #fff;
    pointer-events: none;
    transform: rotate(4deg);
    font-size: 1.1vw;
}

.tab-inner-text .sdg-tab-text {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 50%;
    position: absolute;
    right: 21%;
    text-align: left;
    font-size: 1vw;
    top: -27%;
    min-height: 4vw;
    height: 4vw;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 500;
}

.circle-piece .tab-link-text {
    display: none;
}

.sdg-wheel-tab .sdg-wheel-text {
    pointer-events: none;
}

.tab-link-text.active .sdg-tab-count {
    font-size: 2vw;
    top: 14%;
    font-weight: 900;
}

.tab-link-text.active .sdg-tab-text {
    opacity: 1;
    visibility: visible;
    transition: all 600ms ease-in-out;
}

.sdg-animate-wrapper .sdg-content-text {
    display: flex;
    align-items: center;
    padding-top: 10px;
    height: 100%;
    min-height: calc(100vh - 100px);
    max-width: calc(100% - 46vw);
    opacity: 0;
    visibility: hidden;
    padding-top: 70px;
}

.sdg-content-wrapper .content-text {
    margin-top: 30px;
}

.sdg-content-wrapper {
    position: relative;
}

.sdg-content-text .content-text,
.sdg-content-text.tab-content-show .sdg-tab-content-wrapper {
    opacity: 1;
    visibility: visible;
    transition: all 400ms ease-in-out;
}

.sdg-tab-content-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    margin-top: 60px;
}

.tab-carousal-close-btn {
    text-align: right;
}

.next-prev-btn-wrapper {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.next-prev-btn-wrapper>button {
    margin-right: 8px;
}

.tab-carousal-close-btn button.popup-close-btn {
    height: 40px;
    width: 40px;
    border: none;
    background-color: var(--colorBlue600);
    border-radius: 50%;
    position: relative;
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-carousal-close-btn .popup-close-btn .close-btn {
    height: 20px;
    width: 20px;
    position: relative;
}

.popup-close-btn .close-btn:before,
.popup-close-btn .close-btn:after {
    position: absolute;
    left: 10px;
    top: 0;
    content: ' ';
    height: 20px;
    width: 2px;
    transition: all 0.3s ease-in-out;
    background-color: var(--colorWhite);
}

.popup-close-btn .close-btn:before {
    transform: rotate(45deg);
}

.popup-close-btn .close-btn::after {
    transform: rotate(-45deg);
}

.tab-carousal-close-btn .popup-close-btn .close-btn:before,
.tab-carousal-close-btn .popup-close-btn .close-btn:after {
    background-color: #fff;
    top: 0px;
    left: 9px;
}

.next-prev-btn-wrapper .btn-blue {
    border-color: var(--colorBlue600);
    background-color: var(--colorBlue600);
    color: var(--colorWhite);
    min-height: 40px;
    transition: all 300ms ease-in-out;
}

.next-prev-btn-wrapper .btn-blue:hover {
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
}

.tab-carousal-close-btn button.popup-close-btn:hover {
    background-color: var(--primaryColor);
}

.sdg-tab-content-wrapper .tab-content {
    margin-top: 30px;
    max-height: 100%;
    position: relative;
}

.sdg-tab-content-wrapper .tab-pane {
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    width: 100%;
}

.sdg-tab-content-wrapper .tab-pane.open {
    opacity: 1;
    visibility: visible;
}

.sdg-logo-listing .tab-inner-content-text {
    font-size: var(--smFontSize);
    margin-bottom: 20px;
}

.sdg-logo-listing>.row {
    margin: 0;
}

.sdg-logo-listing .sdg-logo-col {
    height: 180px;
    border-right: 1px solid #cfcdc9;
    border-bottom: 1px solid #cfcdc9;
}

.sdg-logo-listing .sdg-logo-col .col-inner {
    display: flex;
    align-items: center;
    padding: 30px;
    height: 100%;
    justify-content: center;
}

.sdg-logo-col a {
    display: block;
    width: 100%;
}

.sdg-logo-col .image-wrap {
    height: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sdg-logo-col .image-wrap img {
    width: auto;
    height: 100%;
}

.sdg-animate-wrapper .sdg-content-text.tab-content-show {
    max-width: calc(100% - 30vw);
    width: calc(100% - 30vw);
    align-items: unset;
    transition: all 500ms ease-in-out;
}

.sdg-content-text.tab-content-show .content-text,
.sdg-content-text .sdg-tab-content-wrapper {
    opacity: 0;
    visibility: hidden;
    transition: all 400ms ease-in-out;
}

/* .sdg-content-text.tab-content-show .content-text {
    transition: all 200ms ease-in-out;
} */
.sdg-content-text .sdg-tab-content-wrapper {
    transition: all 100ms ease-in-out;
}

section.sdg-alignment-section .section-inner {
    padding-top: 0 !important;
    position: relative;
}

.btn.prev-btn i.arrow-icon {
    margin-left: 0;
    margin-right: 5px;
}

.sdg-content-text .section-title {
    transition: all 200ms ease-in-out;
}

.tab-content-show .section-title {
    font-size: 48px;
}

.tab-content-show .title-top-small {
    display: none;
}

/* sdg alignment section End*/


/* impact advisory page */
.impact-advisory-section .title-wrap .section-title {
    margin-bottom: 22px;
}

.council-team-member .member-listing.row {
    margin-left: -20px;
    margin-right: -20px;
}

.council-team-member .member-card {
    padding: 0px 20px;
    margin-bottom: 30px;
}

.council-team-member .member-desc {
    padding-top: 25px;
}

.council-team-member .member-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: var(--secondayFont);
}

.council-team-member .member-designation span {
    display: block;
    font-size: 18px;
}

.council-team-member .slick-arrow.slick-next,
.council-team-member .slick-arrow.slick-prev {
    right: 20px;
    left: auto;
    top: -50px;
}

.council-team-member .slick-arrow.slick-prev {
    right: 65px;
}

.council-team-member .slick-arrow {
    height: 28px;
    width: 28px;
    opacity: 1;
    transform: none;
}

.council-team-member .slick-outline.slick-arrow.slick-disabled {
    display: flex !important;
    opacity: 0.5;
}

.council-team-member .slick-arrow svg {
    width: 8px;
}

/* impact advisory page End*/

/* strategy page */
.process-accordion-wrap {
    margin-top: 130px;
    position: relative;
}

.process-accordion-wrap .accordion-item {
    background-color: transparent;
    border: none;
    padding: 0;
}

.process-accordion-wrap .accordion-item .accordion-button {
    background-color: transparent;
    color: #fff;
    font-size: 36px;
    text-align: center;
    justify-content: center;
    border-radius: 0;
    box-shadow: none;
    padding-bottom: 42px;
}

.process-accordion-wrap .accordion-item .accordion-header {
    /* font-family: 'Inter'; */
}

.process-accordion-wrap .accordion-button::after {
    display: none;
}

.process-accordion-wrap .accordion {
    border-bottom: 2px solid #1addc6;
    margin: 0;
    padding-right: 80px;
    overflow: hidden;
    align-items: center;
}

.process-accordion-wrap .accordion.modal-open {
    border-color: transparent;
}

.process-accordion-wrap .accordion-body {
    background-color: #fff;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.process-accordion-wrap .accordion-body ul {
    padding-left: 20px;
    margin-left: 0;
}

.accordion-modal-wrap {
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #1addc6;
    display: none;
}

/* .accordion-modal-wrap.modal-open{
    border-color: ;
} */
.accordion-modal-wrap .row {
    margin: 0;
}

.accordion-modal-wrap .accordion-text {
    padding: 35px;
    color: var(--primaryColor);
}

.accordion-modal-wrap .accordion-text ul {
    padding-left: 20px;
    margin-left: 0;
}

.accordion-modal-wrap .accordion-text a {
    color: var(--colorThird);
}

.accordion-modal-wrap .accordion-text a:hover {
    color: var(--colorBlue600);
}

.modal-btn-wrap {
    position: absolute;
    right: 0;
    top: 22px;
}

.accordion-modal-btn {
    padding: 0;
    background-color: transparent;
    border: none;
    height: 40px;
    width: 40px;
}


.process-parent-wrap {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding-top: 90px;
    position: relative;
}

.process-parent-wrap .process-text a {
    color: var(--colorSecondary);
}

.process-parent-wrap .process-text a:hover {
    color: #fff;
}

.process-parent-wrap::before {
    content: '';
    width: 2px;
    height: 90px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #1addc6;
    position: absolute;
}

.process-parent-wrap::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 30 30'%3E%3Cpath fill='%231addc6' d='M0,0c7.54,0,11.31,1,13.66,3.34s3.34,6.11,3.34,13.66v6h2v-6c0-7.54,1-11.31,3.34-13.66,2.34-2.34,6.11-3.34,13.66-3.34H0Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    background-position: center;
    background-size: 25px;
    position: absolute;
    top: 0;
    left: calc(50% - 2px);
    transform: translateX(-50%);
}

.process-parent-wrap .process-title::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 30 30'%3E%3Cpath fill='%231addc6' d='M0,0c7.54,0,11.31,1,13.66,3.34s3.34,6.11,3.34,13.66v6h2v-6c0-7.54,1-11.31,3.34-13.66,2.34-2.34,6.11-3.34,13.66-3.34H0Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    background-position: center;
    background-size: 25px;
    position: absolute;
    top: -27px;
    left: calc(50% + 3px);
    transform: translateX(-50%) rotate(180deg);
    transform-origin: center;
}

.process-parent-wrap .process-title {
    font-size: 36px;
    display: inline-block;
    border: 2px solid #1addc6;
    border-radius: 40px;
    padding: 8px 70px;
    position: relative;
    /* font-family: "Inter"; */
}

.accordion-modal-btn .round-icon,
.accordion-modal-btn .plus-icon {
    transition: all 300ms ease-in-out;
}

.accordion-modal-btn:hover .round-icon,
.accordion-modal-btn.active .round-icon {
    fill: #1addc6;
}

.accordion-modal-btn:hover .plus-icon,
.accordion-modal-btn.active .plus-icon {
    fill: #315D90;
}

.accordion-modal-btn svg {
    transition: all 300ms ease-in-out;
    transform-origin: center;
}

.accordion-modal-btn.active svg {
    transform: rotate(45deg);
    transform-origin: center;
}

.process-accordion-wrap .accordion-item .accordion-button {
    pointer-events: none;
}

/* strategy page End*/



/* Year in review Module */
.review-shape-1 {
    clip-path: url(#review-clippath-4);
}

.review-shape-2 {
    fill: none;
}

.review-shape-3 {
    clip-path: url(#review-clippath-1);
}

.review-shape-4 {
    clip-path: url(#review-clippath-3);
}

/* .review-shape-5 {
    clip-path: url(#review-clippath-3);
 } */

.review-shape-6 {
    fill: #1080ff;
}

.review-shape-7 {
    clip-path: url(#review-clippath);
}

.review-cls-mob-1 {
    clip-path: url(#review-clippath-mob-4);
}

.review-cls-mob-2 {
    fill: none;
}

.review-cls-mob-3 {
    clip-path: url(#review-clippath-mob-1);
}

.review-cls-mob-4 {
    clip-path: url(#review-clippath-mob-3);
}

.review-cls-mob-5 {
    clip-path: url(#review-clippath-mob-2);
}

.review-cls-mob-6 {
    fill: #1080ff;
}

.review-cls-mob-7 {
    clip-path: url(#review-clippath-mob);
}

.year-review-slider .review-banner-section {
    position: relative;
    height: 100vh;
    min-height: 900px;
    max-height: 100%;
    display: flex;
    align-items: flex-end;
    color: #fff;
    overflow: hidden;
    /* padding-bottom: 50px; */
}

.review-banner-section .section-bg,
.review-banner-section .section-bg-mobile {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.review-banner-section .section-bg svg,
.review-banner-section .section-bg-mobile svg {
    height: auto;
    width: 120%;
    min-width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.review-banner-section .review-banner-row {
    z-index: 1;
    position: relative;
    padding-left: 10%;
    padding-bottom: 90px;
}

.review-banner-title {
    font-size: 90px;
    margin-bottom: 20px;
}

.review-banner-col .sub-title {
    font-size: 32px;
    font-weight: 300;
}

.review-banner-col .site-name {
    font-weight: 600;
    letter-spacing: var(--letterSpacing);
    line-height: 1.2;
    display: block;
}

.review-number-section .title-wrap {
    width: 400px;
}

.review-number-section .review-number-wrapper {
    display: flex;
    /* padding: 40px 50px; */
}


.review-number-wrapper .number-pieces-wrap {
    width: calc(100% - 400px);
    display: flex;
    flex-wrap: wrap;
}

.number-pieces-single {
    position: relative;
}

.number-pieces-single .review-count-col {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    /* display: none; */
    max-width: 50%;
    color: #fff;
    font-size: 1vw;
    z-index: 1;
}

.number-pieces-single.tooltip-open .review-count-col {
    z-index: 2;
}

.number-pieces-single:first-child {
    margin-left: auto;
    margin-right: 12%;
    margin-top: -2%;
    width: 75%;
    height: 35%;
}

.number-pieces-single .pieace-bg,
.number-pieces-single .pieace-bg img {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.number-pieces-single:nth-child(2) {
    margin-top: -26%;
    margin-left: 2%;
    width: 50%;
    height: 50.5%;
}

.number-pieces-single:nth-child(3) {
    margin-left: -62%;
    margin-top: -2%;
    width: 28%;
    height: 37.5%;
}

.number-pieces-single:nth-child(4) {
    margin-left: auto;
    margin-top: -12%;
    width: 50%;
    height: 67%;

}

.number-pieces-single:nth-child(5) {
    margin-top: -25%;
    margin-left: 2%;
    width: 50%;
    height: 50.5%;
}

.number-pieces-single:nth-child(6) {
    margin-top: -26%;
    margin-left: auto;
    margin-right: 12%;
    width: 75%;
    height: 35%;
}

.number-pieces-single .review-count-col .count-no {
    font-size: 4.6vw;
    line-height: 1;
    font-family: var(--primaryFont);
    color: #1080ff;
    margin-bottom: 5px;
}

.review-count-col .count-no sup {
    font-size: 70%;
    top: -0.3em;
}

.number-pieces-single:first-child .review-count-col {
    max-width: 40%;
    left: 70%;
    top: 35%;
}

.number-pieces-single:nth-child(2) .review-count-col {
    max-width: 50%;
    left: 42%;
    top: 53%;
}

.number-pieces-single:nth-child(2) .review-count-col .footnote-wrap .footnote-no,
.number-pieces-single:nth-child(2) .footnote-tooltip {
    background-color: #bbddfc;
    color: var(--primaryColor);
}

.number-pieces-single:nth-child(2) .review-count-col .count-no {
    color: #bbddfc;
}

.number-pieces-single:nth-child(3) .review-count-col {
    max-width: 70%;
    color: #000000;
    left: 40%;
}

.number-pieces-single:nth-child(4) .review-count-col {
    color: #000;
    left: 65%;
    max-width: 40%;
}

.number-pieces-single:nth-child(5) .review-count-col {
    top: 37%;
    left: 48%;
}

.number-pieces-single:nth-child(5) .review-count-col .count-no {
    color: #ffc1bd;
}

.number-pieces-single:nth-child(6) .review-count-col {
    left: 70%;
    max-width: 40%;
    top: 60%;
}

.awards-slider-wrap .slide-count {
    font-size: 48px;
    font-family: var(--primaryFont);

    position: absolute;
    right: 0;
    top: 6px;
}

.award-slider-content {
    position: relative;

}

.award-slide .content-text a {
    color: var(--colorThird);
    text-decoration: underline;
}

.award-slide .content-text a:hover {
    text-decoration: none;
}

.review-slide .slide-inner,
.bottom-banner-section .banner-inner-wrapper {
    padding: 40px 50px;
}

.bottom-banner-section.review-slide {
    max-height: 100%;
}

.award-slider-content .title-wrap .section-title {
    margin-bottom: 50px;
}

.award-slide:not(:first-child) {
    border-left: 1px solid #5d8bbf;
}

.awards-slider {
    margin: 0 -38px;
}

.award-slide .slide-inner {
    padding: 0 38px;
    height: 100%;
    padding-bottom: 180px;
    position: relative;
}

.award-slide .logo-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 150px;
    padding: 0 38px;
    padding-right: 50px;
    display: flex;
    align-items: flex-end;
}

.award-slide.bluemark-award-slide .logo-wrap {
    padding-right: 0;
    height: 150px;
}

.award-slide .award-title {
    font-weight: 300;
    margin-bottom: 25px;
}

.award-slide .content-text {
    margin-bottom: 20px;
}

.award-slide .award-title a {
    color: var(--colorThird);
    text-decoration: underline;
}

.award-slide .award-title a:hover {
    text-decoration: none;
}

.awards-slider .slick-track {
    display: flex;
}

.awards-slider .slick-slide {
    height: auto;
}

.award-slider-content .title-wrap {
    padding-right: 100px;
}

.value-grid-wrapper {
    margin-top: 100px;
}

.value-creation-type {
    font-size: 36px;
    font-family: var(--primaryFont);
    font-weight: 500;
    padding: 6px 28px;
    border: 2px solid #7454d0;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    background-color: #fff;
    z-index: 1;
    margin-right: 25px;
}

.value-creation-type::before,
.value-creation-type::after {
    content: '';
    background-image: url(../images/double-impact/value-btn-curve.svg);
    width: 23px;
    height: 18px;
    background-size: 24px;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;

}

.value-creation-col:first-child .value-creation-type::after {
    display: none;
}

.value-creation-type::after {
    transform: translateY(-50%) rotate(180deg);
    right: 100%;
    left: auto;
}

.value-creation-col .value-creation-top {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: center;

}

.value-creation-col .value-creation-top::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #7454d0;
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 0;
    transform: translateY(-50%);
}

.value-creation-col:last-child .value-creation-top::after {
    width: 500%;
}

.value-creation-col .col-inner {
    border-left: 2px solid rgba(171, 202, 233, 0.5);
    padding: 20px 30px;
    /* height: 100%; */
    margin-bottom: 80px;
    padding-bottom: 80px;
    position: relative;
}

.value-creation-col .value-creation-category {
    font-size: 17px;
    color: #1080ff;
    letter-spacing: var(--letterSpacing);
    font-weight: 600;
    margin-bottom: 15px;
    display: block;

}

.value-creation-col {
    padding: 0;
    position: relative;

}

.value-creation-col .logo-wrap {
    position: absolute;
    bottom: 0;
    height: 80px;
    display: flex;
    align-items: center;
}

.value-creation-col .logo-wrap img {
    height: 100%;
}

.value-creation-col .btn-wrap {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    margin-top: 40px;
}

.value-creation-title {
    font-weight: 400;
}

.bottom-banner-section .banner-text-wrap {
    margin-top: auto;
    color: #fff;
    width: 50%;
}

.bottom-banner-section .banner-text-wrap .content-text {
    margin-bottom: 25px;
}

.partnership-banner-section .people-breadcrumb-col {
    margin-top: -30px;
    margin-left: auto;
}

.bottom-banner-section .btn-blue {
    color: #fff;
}

.partnership-banner-section .bg-image::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 49%, rgba(0, 0, 0, 0) 100%);
    height: 70%;
    width: 100%;
    top: auto;
    bottom: 0
}

.partnership-banner-section .banner-content {
    max-width: 50%;
    margin-top: 40px;
}

.value-creation-row .slick-list {
    overflow: visible;
}

.value-creation-row.slick-slider,
.awards-slider {
    user-select: unset;
    -webkit-user-select: unset;
    -moz-user-select: unset;
    -ms-user-select: unset;
}

.people-breadcrumb-single li.text-italic.no-link {
    color: var(--primaryColor);
}

/* Year in review Module End*/

.portfolio-notice-text {
    margin-top: 80px;
    margin-bottom: 30px;
    display: block;
    /* font-style: italic; */
}



.top-header .more-menu-link:focus-visible,
.navbar .topLinks .navbar-nav a:focus-visible,
.bottom-header .navbar .navbar-brand:focus-visible,
.sitemap-page-wrap .sitemap-page-title>a:focus-visible,
.sitemap-news-wrap .all-news-link>a:focus-within,
.featured-news-content .news-title-col>a:focus-visible,
.slick-slider .slick-arrow:focus-visible,
.news-items-slider .featured-news-img a:focus-visible,
.featured-news-title a:focus-visible,
.news-title a:focus-visible,
.people-detail-link:focus-visible,
a.pagination-link:focus-visible,
.media-content-single .content-list-single ul li a:focus-visible,
.sticky-filter .top-title-filter-wrapper .sort-filter-wrap .filter-btn:focus-visible,
.process-accordion-wrap p>a:focus-visible,
.content-text p>a:focus-visible,
.accordion-item .accordion-button:focus-visible,
.team-quotes-author a:focus-visible,
.featured-news-image a:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .1rem rgba(13, 110, 253, .25);
}

.slider-wrapper .slick-arrow:focus-visible,
.process-section .accordion-modal-btn:focus-visible,
.contact-content-main button:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .1rem rgb(251 251 251 / 80%);
}



.impact-document-section .report-col-inner>a:focus-visible,
.scroll-sec .scroll:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(3 24 55 / 82%);
}

.featured-news-title a,
.news-title a {
    display: block;
}

.people-breadcrumb-single a:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .14rem rgba(13, 110, 253, .25);
}

.investment-spotlight-single a {
    display: block;
}

button.play-video-btn:focus-visible,
.investment-spotlight-single a:focus-visible,
.footermenu a:focus-visible,
footer ul.social-icon li a:focus-visible,
ul.career-nav-listing a:focus-visible,
.slick-outline.slick-arrow:focus-visible,
.contact-content-wrap a:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .1rem rgba(255, 255, 225, .5);
}

.portfolio-row .portfolio-col a:focus-visible,
.case-study-grid .case-study-thumbnail a:focus-visible,
.portfolio-link a:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 225, .5);
}

.btn:focus-visible,
.portfolio-search-wrap .search-portfolio input[type="search"]:focus-visible,
.portfolio-search-wrap .search-portfolio [type="button"]:focus-visible,
.switch-view a:focus-visible,
.fraud-banner__close:focus-visible {
    box-shadow: 0 0 0 .2rem rgba(0, 26, 255, .5) !important;
}

.portfolio-row .portfolio-col .col-inner {
    overflow: unset;
}

.banner-tanagram-section .banner-nav-slider .slide-single:focus-visible {
    outline: rgba(0, 26, 255, .5) auto 1px !important;
}


.detail-content-right a{
    color: var(--colorThird);
}
.detail-content-right a:hover{
    color: var(--primaryColor);
}