
.number-counter-col .count-no {
    font-size: 100px;
    font-weight: 300;
    color: var(--colorSecondary);
    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: 36px;
}

.play-video-btn {
    position: absolute;
    bottom: 40px;
    left: 40px;
}

button.play-video-btn .arrow-icon {
    margin-right: 10px;
    height: 36px;
    width: 36px;
}

button.play-video-btn .arrow-icon svg {
    vertical-align: unset;
    height: 100%;
    width: 100%;
}

button.play-video-btn .arrow-icon path {
    fill: currentColor;
    stroke: none;
}

.video-wrapper {
    position: relative;
}


/* bottom banner */
.bottom-banner-section {
    position: relative;
    height: 100vh;
    min-height: 700px;
    max-height: 800px;
}

.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 .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*/


.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;
}



.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%);
}




@media only screen and (max-width: 1600px) {
    .number-counter-col .count-no {
        font-size: 90px;
    }

    button.play-video-btn {
        font-size: 34px;
    }



}

@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: 30px;
    }


    button.play-video-btn {
        left: 30px;
        bottom: 30px;
    }



    /* 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: 767px) {



    .number-counter-col .count-no {
        font-size: 50px;
    }

    .footnote-tooltip {
        width: 200px;
        font-size: 11px;
        padding: 10px;
        left: -130px;
    }



    .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: 20px;
    }

    button.play-video-btn .arrow-icon svg,
    button.play-video-btn .arrow-icon {
        height: 25px;
        width: 25px;
    }

    button.play-video-btn {
        left: 20px;
        bottom: 20px;
    }




    .bottom-banner-section .banner-content {
        margin-top: 0;
    }

    .people-breadcrumb-single li {
        font-size: 14px;
    }

    .bottom-banner-section {
        min-height: 600px;
    }






}

@media(max-width:370px) {
    .footnote-tooltip {
        width: 150px;
    }
}

@media(min-width:700px) {
	.anniversary-col h3 { font-size: 3.5vw!important; }
}