.owl-dots {
  text-align: center;
  padding-top: 15px;
}

.owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #1d8040;
  margin: 0 3px;
}

.owl-dots button.owl-dot.active {
  background-color: #2F53A3EB;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav{
    display: none;
}
.item.img_01 {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 75px;
}
.sln {
    background: url('https://www.vrstech.sa/wp-content/uploads/2024/12/IT_______Solutions.webp') no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 50vh;
}
.itrs {
    background: url('https://www.vrstech.sa/wp-content/uploads/2024/12/IT_____Rentals.webp') no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 50vh;
}
.item.img_01:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background-color: #00000080; */
    opacity: .65;
}
  .content_meta.mlb a {
   background: #1D8040;
   opacity: 1;
   padding: 10px 25px 10px 25px;
   box-shadow: none;
   border: 0px solid RGBA(0,0,0,1);
   border-radius: 5px;
   color: #fff;
   font-size: 12px;
}
.content_button {
    position: relative;
}

.content_button a {
    background: #1D8040;
    opacity: 1;
    padding: 5px 15px 5px 15px;
    box-shadow: none;
    border: 0px solid RGBA(0,0,0,1);
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
}
.mb_sl h1 {
    font-size: 20px;
    color: #334155;
}

.mb_sl p {margin-top: 25px;color: #fff;font-size: 13px;margin-bottom: 30px;}

.content_meta {
    padding: 10px;
}
.content_meta.mlb {
    padding: 1rem;
}
.content_meta.its {
    padding: 5px;
}
.content_meta span.slide_title {
    background-color: #DB6F2C;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    padding: 5px;
}

.mb_sl .owl-height {
    height: 50vh !important;
}
@media (max-width:767px){
    .content_meta span.slide_title {
        font-size: 17px !important;
    }
    .sln img, .itr img {
    height: 265px;
    object-fit: cover;
    }
}