/*
Theme Name: OMSAR

Description: A custom WordPress theme for OMSAR.
Version: 1.0
Text Domain: OMSAR
*/
.badge-minister {
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

/* .e-services-card:hover {
    background:
        var(--card-bg) no-repeat right bottom ,
        #ffffff;

} */

.e-services-card {
    background:
        var(--card-bg) no-repeat right bottom,#ffffff;
    background-size: 160px 160px;

}
.e-services-card:hover {
    background:
        var(--card-bg) no-repeat right bottom ,
        linear-gradient(180deg, #E0F2FF 0%, #6EA8FE 100%);

    background-size: 200px 180px, auto;
}


/* .project-subtitle{
    margin-bottom: 0px;
} */

.badge.bg-primary{
    background-color:#192D50 !important ;
}