.manu-main {
    font-weight: 600 !important;
    border-bottom: 3px solid rgba(39, 39, 39, 0.125) !important;
}

.sidebar-nav {
    font-size: 16px;
    font-weight: 600 !important;
}

.sidebar-nav:hover {
    color: #3175B9 !important;
}

.sidebar-nav.active {
    color: #fff !important;
    background-color: #3175B9 !important;
}

.title-h1 {
    font-weight: 400;
    font-size: 30px;
}

.title-h3 {
    font-weight: 400;
    font-size: 22px;
    color: #3175B9;
}

.all-p {
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 16px;
}

.main-title {
    display: inline-block;
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    border-bottom: 3px solid rgba(39, 39, 39, 0.125) !important;
    padding-bottom: 5px;
    color: #214778;
    margin: 0 auto;
}