
  #demos .owl-carousel {
      margin: 2rem 0
  }

  #demos .owl-carousel .item {

  
      padding: 1rem
  }

  #demos .owl-carousel .item h4 {
      color: #FFF;
      font-weight: 400;
      margin-top: 0rem
  }

  #demos .owl-carousel .item-video {
      height: 300px
  }

  #demos #setup {
      margin-top: 4rem
  }

  #demos .demo-list h5 {
      margin: 0
  }

li {
    list-style-type:none;
}


.owl-nav button {
   
    display: inline-block;
    color: #E91E63 !important;
    background-color: #fff !important;
    border-radius: 50%;
    border: 0px solid;
    padding: 5px;
    width: 30px;
    height: 30px;
    line-height: 1;
    text-align: center;
    display: inline-block;
    position: absolute;
    font-size:14px;
    top: 35%;
    z-index: 9;

    outline: none !important;
    transition: 0.3s all ease;

}

.owl-nav button span {
    font-size: 26px;
    font-weight: 600;
    line-height: 25px;
}

.owl-prev {
   left:0;
}

.owl-next {
  right:0;
}
#demos .owl-carousel .item {

  padding: 0 35px;
    text-align: center;
    border-radius: 5px;
    min-height: 190px;
    position: relative;
}

.owl-item img {
    position: relative;
    margin-bottom: -40px;
    left: 50%;
    left: calc(50% - 40px);
    width: 80px;
    z-index: 999;
    width: 80px !important;
    border-radius: 50px;
    height: 80px;
    object-fit: cover;
}

.read-story {
    padding: 8px 25px 8px 43px;
    color: white;
    text-decoration: none;
    background: #161616;
    background: linear-gradient(45deg, transparent 65%, #161616 25%);
    background-size: 100% 200%;
    font-size: 12px;
    /* position: absolute; */
    font-weight: 400;
    /* top: -20px; */
    text-align: right;
}

.read-story a {
   
 
    color: white;
  
}


.owl-item .item li {
    text-align: left;
    text-indent: -10px;
    padding-left: 25px;
    font-size: 13px;
    font-weight: 500;
}

.owl-item .item li i {

    padding-right: 5px;

}

.inn-wrap {
    background: #fff;
    text-align: center;
    border-radius: 5px;
    min-height: 250px;
    position: relative;
padding: 50px 20px 0;
}