.about_us_person {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    margin-top: -4rem;
}

.about_us_container {
    border-radius: 50%;
    height: 312px;
    -webkit-tap-highlight-color: transparent;
    transform: scale(0.48);
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
    width: 400px;
}

.about_us_container:after {
    background-color: #f2f2f2;
    content: "";
    height: 10px;
    position: absolute;
    top: 390px;
    width: 100%;
}

.about_us_container:hover {
    transform: scale(0.54);
}

.about_us_container-inner {
    clip-path: path("M 390,400 C 390,504.9341 304.9341,590 200,590 95.065898,590 10,504.9341 10,400 V 10 H 200 390 Z"
        );
    position: relative;
    transform-origin: 50%;
    top: -199px;
}

.about_us_circle {
    background-color: #fee7d3;
    border-radius: 50%;
    cursor: pointer;
    height: 380px;
    left: 10px;
    pointer-events: none;
    position: absolute;
    top: 210px;
    width: 380px;
}

.about_us_img {
    pointer-events: none;
    position: relative;
    /* transform: translateY(20px); */
    transform: translateY(8px);
    /* transform-origin: 50% bottom; */
    transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.about_us_container:hover .about_us_img {
    /* transform: translateY(0) scale(1.2); */
    transform: translateY(0);
}

.about_us_img1 {
    left: -59px;
    top: -85px;
    width: 456px;
}

.about_us_img2 {
    left: -4px;
    top: -75px;
    width: 340px;
}

.about_us_img3 {
    left: 6px;
    top: 1px;
    width: 384px;
}

.about_us_img4 {
    left: -6px;
    top: 5px;
    width: 383px;
}

.about_us_divider {
    background-color: #ca6060;
    height: 1px;
    width: 160px;
}

.about_us_name {
    color: #404245;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 16px;
    text-align: center;
    line-height: 1;

}

.about_us_title {
    color: #6e6e6e;
    font-family: arial;
    font-size: 14px;
    font-style: italic;
    margin-top: 4px;
}



.card {
    min-height: 370px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    transition: all 300ms ease-in-out;
}

.card:hover {
    transform: scale(1.02);
    -webkit-box-shadow: 2px 2px 10px 0px #c7c4c4f8;
    -moz-box-shadow: 2px 2px 10px 0px #c7c4c4f8;
    box-shadow: 2px 2px 10px 0px #c7c4c4f8;
}

.card:hover .about_us_img {
    transform: translateY(0) scale(1.4);
}

.card:hover .about_us_container {
    transform: scale(0.54);
}

.slick-initialized .slick-slide {
    padding: 0px;
}




.timeline {
    width: 800px;
    height: 20px;
    list-style: none;
    text-align: justify;
    margin: 80px auto;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(45%, rgba(255, 255, 255, 0)), color-stop(51%, #ee2124), color-stop(57%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, #ee2124, 51%, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0) 100%);
}

.timeline:after {
    display: inline-block;
    content: "";
    width: 100%;
}

.timeline li {
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #e55456;
    text-align: center;
    line-height: 1.2;
    position: relative;
    border-radius: 50%;
}

.timeline li:before {
    display: inline-block;
    content: attr(data-year);
    font-size: 26px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.timeline li::after {
    display: inline-block;
    content: attr(data-text);
    font-size: 26px;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
}

.timeline li:nth-child(odd):before {
    top: -40px;
}

.timeline li:nth-child(even)::before {
    bottom: -40px;
}


.timeline li:nth-child(odd)::after {
    bottom: -100px;
}

.timeline li:nth-child(even)::after {
    top: -100px;
}


.timeline-container {
    display: flex;
    width: 800px;
}


.timeline-section {
    overflow-x: hidden;
    overflow-y: hidden;
}

@media screen and (max-width:767px) {
    .ct:before {
        left: -3.1em !important;
    }

    .p-sm-unique {
        padding: 1em 1.5em 1rem 5em !important;
    }
}


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

    /* .timeline-container {
        width: 800px;
        padding-right: 50px;
    }  */
    #pcTimeline {
        display: none;
    }

    #mobileTimeline {
        display: flex !important;
    }

    .aftercl::after {

        left: 28% !important;

    }



    .timeline-container {
        width: auto;
        padding-right: 0px;
    }


    .timeline-section {
        overflow-x: scroll !important;
        overflow-y: hidden !important;
        padding-top: 0.5rem;
        padding-bottom: 0;
    }
}

.tooltip-custom {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; */
}


.tooltip-text-custom {
    width: 200px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: -145%;
    margin-left: -60px;
    padding: 1rem;
    height: 90px;
    display: inline-flex;
    align-items: center;
}

.tooltip-text-custom2 {
    display: inline-flex;
    align-items: center;
    height: 90px;
    width: 200px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: -150%;
    margin-left: -60px;
    padding: 1rem;
}

.tooltip-text-custom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.tooltip-text-custom2::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.flip-card {
    background-color: transparent;
    width: 650px;
    height: 250px;
    perspective: 1000px;
}


@media screen and (max-width:576px) {
    .flip-card {
        height: 330px;
    }
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 0;
}

.flip-card-front {
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: black;
    font-size: 2rem;
}

.flip-card-back {
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: flex-start;
    background-color: #e55456;
    color: white;
    transform: rotateY(180deg);
    font-size: 1rem;
}

#mobileTimeline {
    display: none;
}


/* responsive mission and vision cards  */

@media(min-width:767px) and (max-width:992px) {

    .flip-card-back,
    .flip-card-front {
        height: 35vh !important;
    }

    .mdMarginTop {
        margin-top: 15%;
    }
}





/* TIMELINE */
:root {
    /*title text*/
    --cttc: white;
    /*title bg*/
    --cttbgc: #987456;
    /*content text */
    --ctctc: black;
    /*content bg */
    --ctcbgc: white;
    /*indicator */
    --ic: #987456;
    /*vertical line*/
    --vlbg: #987456;
    /*vertical circle*/
    --vcbg: white;
}


.ct,
.ct--entry__title,
.ct--entry {
    box-sizing: border-box;
}

.ct--entry {
    margin-bottom: 40px;
}

.ct::before {
    box-sizing: border-box;
}

.ct--entry__title::before {
    box-sizing: border-box;
}

.ct--entry:before {
    box-sizing: border-box;
}

.ct::after {
    box-sizing: border-box;
}

.ct--entry__title::after {
    box-sizing: border-box;
}

.ct--entry::after {
    box-sizing: border-box;
}


.ct-wrapper {
    margin: 3.125em auto;
    padding: 1em 5em 1em;
    max-width: 1000px;
}



.ct {
    line-height: 1.5em;
    font-size: 14px;
    transition: all 0.4s ease;
    position: relative;
    counter-reset: section;
}

.ct:before {
    content: "";
    width: 1px;
    height: 87%;
    background: var(--vlbg);
    position: absolute;
    top: 0;
    left: -3.313em;
    border-radius: 40px 40px;
}

.ct--entry {
    position: relative;
}

.ct--entry__title {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: var(--cttc);
    background-color: var(--cttbgc);
    font-weight: 300;
    font-size: 1rem;
    font-weight: bold;
    padding: 0.51em;
}

.ct--entry__title:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -1em;
    border-right: 10px solid var(--ic);
}

.ct--entry__detail {
    background-color: var(--ctcbgc);
    padding: 1.5em;
    margin: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ct--entry:before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3em;
    height: 3em;
    background-color: var(--vcbg);
    border: 0.2em solid white;
    border-radius: 50%;
    position: absolute;
    counter-increment: section;
    content: counter(section);
    text-shadow: 0 1px 0 #424242;
    left: -4.5em;
}

@supports (display: grid) {
    @media (min-width: 768px) {
        .ct {
            display: grid;
            grid-gap: 4.75em;
            grid-template-areas: ".  entry1" "entry2  ." ". entry3" "entry4 ." ". entry5" "entry6 .";
        }

        .ct:before {
            left: 49.5%;
            height: 82%;
        }

        .ct--entry:nth-child(1) {
            grid-area: entry1;
        }

        .ct--entry:nth-child(2) {
            grid-area: entry2;
        }

        .ct--entry:nth-child(3) {
            grid-area: entry3;
        }

        .ct--entry:nth-child(4) {
            grid-area: entry4;
        }

        .ct--entry:nth-child(5) {
            grid-area: entry5;
        }

        .ct--entry:nth-child(6) {
            grid-area: entry6;
        }

        .ct--entry:nth-of-type(odd):before {
            left: -3.8em;
        }

        .ct--entry:nth-of-type(even):not(:nth-of-type(odd)) .ct--entry__title:before {
            left: 100%;
            border-left: 10px solid var(--ic);
            border-right: 0;
        }

        .ct--entry:nth-of-type(even):before {
            left: 103%;
        }
    }
}


.about_us_circle {
    border-radius: 50%;
    background-color: #ccd6e1;
}

.stick-position {
    position: sticky;
    top: 20%;
}