#banners-wrap .owl-dots{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 30px;
    height: 0px;
    margin: auto;
    text-align: center;
}
.owl-grab.owl-carousel{
    cursor: grabbing !important;
}
#banners-wrap .x12{
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

#banners-wrap .owl-dot{
    margin-left: 8px;
    margin-right: 8px;
    cursor: pointer;
    display: inline-block;
}
#banners-wrap .owl-dot.active span{
    background: #144f93;
}

#banners-wrap .owl-dot span{
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 9;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
    width: 12px;
    height: 12px;
    background: #fff;
}

#businessSlider .owl-item{
    float: left;
}

#business-wrap .lSSlideWrapper{
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
