/* BASIC css start */
/**/
#footer .foot_bottom, #bbsData .bbs-link-top, #bbsData .bbs-link-btm, .bbs-table-list table thead, .top-banner
{
    display: none !important;
}
#footer
{
    margin-top: 0px;
}

.core-value-card
{
    transition: all 0.3s ease;
}
.core-value-card:hover
{
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

h2.highlighter::after
{
    content: '';
    position: absolute;
    display: block;
    bottom: -3px;
    left: 0;
    height: 20px;
    width: 0; 
    z-index: -1;
    transition: width 1s linear; 
    transform-origin: left;
}

h2.highlighter::after
{
    background: #d1ddef;
}

h2.highlighter.aos-animate::after
{
    width: 100%;
}

/* BASIC css end */

