
.Header-section{background-color: #012348;}
.Header-section-mobile{display:none;}
.header-section-nav .nav-link {
    color: #FFF;
}
.header-section-nav .nav-link.active{color: #F1852D;}
.chart-container {
    width: 800px;
    margin: 50px auto;
    text-align: center;
    position: relative;
}

.bar-chart {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 200px;
    position: relative;
    padding: 0 20px;
    margin-top: 92px;
}

.bar {
    width: 20px;
    background-color: #012348;
    border-top: 4px solid #F1852D;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .bar.highlight {
        background-color: #F1852D;
    }

    .bar:hover {
        background-color: #F1852D;
    }

        .bar:hover::after {
            content: attr(data-info);
            position: absolute;
            top: -30%;
            left: 50%;
            transform: translateX(-50%);
            background-color: #ffffff;
            padding: 5px 10px;
            border-radius: 5px;
            border: 1px solid #F1852D;
            color: #F1852D;
            font-size: 14px;
            font-weight: bold;
            white-space: nowrap;
            z-index: 10;
            pointer-events: none;
        }
    .bar:first-child:hover::after {
left:71px;
    }
    .bar div {
        position: absolute;
        bottom: -25px;
        text-align: center;
        width: 100%;
        font-size: 12px;
    }

@media only screen and (max-width: 768px) {
    .Header-section{display:none !important;}
    .Header-section-mobile {background-color: #012348;display:block;}
}

.award_card .location, .date {
    color: #232323;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
}
.award_card .btn-clr {
    background-color: #012348;
    border-radius: 4px 10px 0px 4px !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
@media only screen and (max-width: 600px) {
    .profile-of-prof {
        margin-top: 37px !important;
    }   
}
