body {
    padding-top: 8rem;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #fff!important;
}
.slider-navbar {
    position: absolute;
    z-index: 99;
    background: #ffffffa6;
    top: 35px;
    right: 41.5%;
    left: 0;
}
.slide{
    background: #e8e8e8;
    height: 100%;
}
.slider-navbar h3 {
    margin: 0px;
    font-size: 28px;
    padding: 10px 10px 10px 130px;
    color: #0000008f;
    font-weight: 600;
}
.slider-logo img {
    position: absolute;
    left: 20px;
    top: -15px;
}
.carousel-caption {
    bottom: 0px;
    right: 0;
    left: 0;
    position: absolute;
   background-color: #212529;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.btn-outline-secondary{
    color: black;
    font-weight: 700;
}
.bottom-links a {
    font-size: 14px;
    color: #003399;
    font-style: italic;
    text-decoration: none;
}
.border-lr {
    border-left: 1px solid #9a9a9a;
    border-right: 1px solid #9a9a9a;
}
.login-btn {
    border: none;
    background: transparent;
    padding: 8px 15px;
    color: White;
}
.carousel-indicators [data-bs-target]{
    height: 15px!important;
    width: 15px!important; 
       background-color: #000!important;

}
.w-100{
    height: 90vh;
}
.carousel-indicators {
    bottom: -70px!important;}
