.img-logo{
    height: 50px;
}

.dropdown-item{
    font-size: 12px;
    padding: 1px 20px;
}
@media screen and (max-width:600px) {
    .img-logo{
    height: 45px;
}
}
.nav-blue{
    background-color: #0058b1 !important;
}
.fs-small{
    font-size: 13px !important;
}

.text-justify{
    text-align: justify !important;
}

.bg-slider{
    width: 100%;
    height: 400px;
}

.bg-light-50{
    background-color: rgba(255, 255, 255, 0.918);

}