.category h4 {
    position: relative;
}
.category h4:nth-child(1):before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 50px;
    height: 4px;
    background-color: #00a4e3;
    border-radius: 5px;
}
.of{
    margin-bottom: 1.8rem;
    position: relative;
}
.of::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100px;
    height: 4px;
    background-color: #00a4e3;
    border-radius: 5px;
}

.main_container .records a:hover {
    background-color: #007BFF;
    color: #fff;
    border-radius: 5px;
}
.blocks .D-after .record-box {
    box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.blocks .D-after .record-box:hover {
    box-shadow: 0 15px 35px 0px rgba(0, 0, 0, 0.1);
    background-color: #007BFF;
    color: #fff;
}
.blocks h3{
    position: relative;
    margin-bottom: 2rem;
}
.blocks h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 70px;
    height: 4px;
    background-color: #00a4e3;
    border-radius: 5px;
}

/* Category */

#Doc ul li {
    margin-top: 10px;
}
#cord ul li {
    margin-top: 10px;
}

#cord ul li a  {
    text-transform: capitalize;
}

/* Dafter */

/* DAFTAR-I-DIWANI  */

#diwani h2{
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
}
 
#diwani h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 10%;
    height: 4px;
    border-radius: 5px;
    background-color: #007BFF;
}


#diwani h6 {
    font-weight: 600;
    font-size: 23px;
    padding-bottom: 10px;
}

#diwani h5 {
    font-weight: 600;
    text-align: center;
}
#diwani ul li{
    margin-top: 15px;
}


/* Archival Museum */

#Museum h2{
    position: relative;
    margin-top: 10px;
    font-weight: 700;
}
#Museum h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100px;
    height: 4px;
    border-radius: 6px;
    background-color: #00a4e3;
}

/* ============= Services ================ */

/* Research Facility */

#research h3 {
    font-weight: 700;
    position: relative;
}
#research h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100px;
    height: 4px;
    border-radius: 6px;
    background-color: #00a4e3;
}
