.aOver {
    color: #00a9ff !important;
}

.mr-5i {
    margin-right: 2rem !important;
}

.pr-5i {
    padding-right: 1rem !important;
}

.font-weight-boldi {
    font-weight: bold !important;
    color: #00a9ff !important;
}

.mb-3i {
    margin-bottom: 1rem !important;
}

.aw-i {
    border: none !important;
}

.li-i {
    color: #00a9ff !important;
}

.overHV {
    transform: translateY(0);
    transition: transform 0.3s ease-in-out; /* Smooth transition */
    color: black;
}

.menuMenu > li:hover > a.overHV, 
.menuMenu > li.active > a.overHV {
    transform: translateY(100%);
    color: #fff;
}

.ml-2i {
    margin-left: 1rem !important;
}
.mr-2i {
    margin-right: 1rem !important;
}

.ml-5i {
    margin-left: 5rem !important;
}


.cus-c1 {
    font-weight: bold !important;
    color: red !important;
}


.menuMenu > li:hover > a.cus-c1::after, .menuMenu > li.active > a.cus-c1::after {
    transform: none;
    color: #ff0000 !important; /* This will apply red color only to the ::after pseudo-element of cus-c1 */
}

.spacer1 {
    height: 89px;
    width: 100vw;
}


.w-100i {
    width: 100vw !important;
}

#iHide span {
    color: rgba(0, 0, 0, 0) !important;
}

.page-link {
    color: #000000 !important;
}


.overHead{
    color: #ffffff !important;
}

.overlaybgKiller {
    display: none !important;
}




.home-section-latest {
    margin-top: -10px !important;
}