.carousel-indicators li{
    width:16px;
    height:5px;
    border:none;
    border-radius: 10px;
    background: rgba(255,255,255,0.4);
    
    
}
.carousel-indicators li:hover{
    background: #fff;
}
.carousel-indicators .active{
    width:20px;
    height:5px;
    border-radius: 10px;
    background:#fff;
}