.owl-carousel .owl-nav{
    /* text-align:center;
    margin-top:20px; */
}
/* .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    color: #fff;
    position: absolute;
    width: 25px;
    top: 50%;
    right: -5px;
    font-size: 1.5rem;
} */
.owl-carousel .owl-nav button.owl-prev {
    color: #fff;
    position: absolute;
    width: 25px;
    top: 50%;
    right: -5px;
    font-size: 1.5rem;
}

.owl-carousel .owl-nav button.owl-next {
    color: #fff;
    position: absolute;
    width: 25px;
    top: 50%;
    left: -5px;
    font-size: 1.5rem;
}
/*.owl-carousel .owl-nav button.owl-prev:after,
 .owl-carousel .owl-nav button.owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-carousel .owl-nav button.owl-next:after{
    content:"\f105";
} */
.owl-item .item{
    margin-left: 20px;
    margin-right: 20px;
}
.topnews .owl-item .item {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.owl-text-overlay {
    position: absolute;
    text-align: center;
    width: 95%;
    bottom: 0px;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
   /* background-color: rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0.4);*/
    padding-bottom: 0px;
    border-radius: 15px;
    z-index:1;
}

h2.owl-title {
    font-size:1.5rem;
}

.owl-dots {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width:100%;
    margin:0 auto;
}