.banner {
    height: 260px;
}
.banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.b_slider .item{
    height: 260px;
}
#contact_banner {
    height: 400px;
}
#contact_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.b_slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
}
.b_slider .owl-dots button{
    width: 6px;
    height: 6px;
    background: #ffffff4f!important;
    border-radius: 50px;
    margin: 0px 2px;
}
.b_slider .owl-dots .active{
    width: 12px;
    background: #fff!important;
}