.owl-carousel{
      display: block !important;
    }
    #owl-testimonial .owl-dots.disabled, #owl-testimonial .owl-nav{
      display: none !important;
}
#owl-testimonial .owl-dots{
      position: relative;
      display: block;
      left: auto;
      right: 0px;
      bottom: 0px;
      margin-top: 80px;
}
#owl-testimonial.owl-theme .owl-dots .owl-dot span{
      background-color: transparent;
}
#owl-testimonial button.owl-dot{
      width: 20px;
      height: 20px;
      margin-left:5px;
      margin-right: 5px;
      border-radius: 50%;
      border: 2px solid #b72e38;
      position: relative;
      background-color: #ffffff;
}
#owl-testimonial button.owl-dot.active{
      border: 2px solid #6c6c6c;
      background-color: #ffffff;
}
#owl-testimonial button.owl-dot:before{
          position: absolute;
    content: "";
    top: 7px;
    left: 17px;
    width: 100%;
    height: 2px;
    background: #b72e38;
}


#owl-testimonial button.owl-dot:last-child:before{
      position: absolute;
      content: "";
      top: 6px;
      left: 0px;
      width: 0px;
      height: 0px;
      background-color: transparent;
}
#owl-testimonial button.owl-dot:after{
      position: absolute;
      content: "";
      top: 3px;
      left: 3px;
      width: 10px;
      height: 10px;
      background-color:#b72e38 ;
      border-radius: 50%;
}
#owl-testimonial button.owl-dot.active:after{
      position: absolute;
      content: "";
      top: 3px;
      left: 3px;
      width: 10px;
      height: 10px;
      background-color:#6c6c6c ;
      border-radius: 50%;
}

/********client*************************/


#seo-testimonial .owl-dots.disabled{
      display: none !important;
}
#seo-testimonial .owl-nav{
      display: block !important;
      position: absolute;
    left: 0px;
    right: 0px;
    top: 30%;
    
}
#seo-testimonial .owl-nav .owl-prev{
      position: absolute;
      content: "";
      left: 0px;
      right: auto;
      font-size: 50px;
}
#seo-testimonial .owl-nav .owl-next{
      position: absolute;
      content: "";
      left: auto;
      right: 0px;
      font-size: 50px;
}
#seo-testimonial .owl-dots{
      position: relative;
      display: block;
      left: auto;
      right: 0px;
      bottom: 0px;
      margin-top: 80px;
}
#seo-testimonial.owl-theme .owl-dots .owl-dot span{
      background-color: transparent;
}
#seo-testimonial button.owl-dot{
      display: none;
}
#seo-testimonial button.owl-dot.active{
      border: 2px solid #6c6c6c;
      background-color: #ffffff;
}
#seo-testimonial button.owl-dot:before{
          position: absolute;
    content: "";
    top: 7px;
    left: 17px;
    width: 100%;
    height: 2px;
    background: #b72e38;
}
#seo-testimonial.owl-carousel .owl-item img{
      width: 100px;
}

#seo-testimonial button.owl-dot:last-child:before{
      position: absolute;
      content: "";
      top: 6px;
      left: 0px;
      width: 0px;
      height: 0px;
      background-color: transparent;
}
#seo-testimonial button.owl-dot:after{
      position: absolute;
      content: "";
      top: 3px;
      left: 3px;
      width: 10px;
      height: 10px;
      background-color:#b72e38 ;
      border-radius: 50%;
}
#seo-testimonial button.owl-dot.active:after{
      position: absolute;
      content: "";
      top: 3px;
      left: 3px;
      width: 10px;
      height: 10px;
      background-color:#6c6c6c ;
      border-radius: 50%;
}