.nav-link:hover {
    background-color: aliceblue;
    border-radius: 23px;
    color: cornflowerblue;
}

.nav-link {
    transition: 0.5s;
}

.me-6 {
    padding-left: 80px;
}

.ps-6 {
    padding-left: 115px;
}

.ps-7 {
    padding-left: 25px;
}

.logo-div {
    margin-left: -248px;
}

.branch {
    margin-left: 60px;
}

.img-cbi {
    height: 60px;
}

.not-found {
    height: 386px;
}

.foot{
    position: relative;
    bottom: -182px;
}