
/*Testimonial Section*/
/*----------------------------------------------------*/
.bar-video-testimonial-section {
    padding-bottom: 180px;
  }
  .bar-video-testimonial-section .bar-video-shape {
    bottom: 0;
    left: 100px;
  }
  .bar-video-testimonial-section .bar-video-quote-icon {
    right: 140px;
    bottom: 100px;
  }
  .bar-video-testimonial-section .bar-video-quote-icon .vd-shape {
    top: 0;
    left: 0;
  }
  
  .bar-video-testimonial-item .arrow-shape {
    left: 40px;
    bottom: 50px;
  }
  .bar-video-testimonial-item .testimonial-img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin-right: 125px;
    border-radius: 100%;
  }
  .bar-video-testimonial-item .testimonial-text-wrap {
    max-width: 1015px;
  }
  .bar-video-testimonial-item .testimonial-text-wrap .testimonial-rate {
    margin-bottom: 25px;
  }
  .bar-video-testimonial-item .testimonial-text-wrap .testimonial-rate ul li {
    color: #FFB11B;
    margin-right: 5px;
    display: inline-block;
  }
  .bar-video-testimonial-item .testimonial-text-wrap .testimonial-text {
    font-size: 35px;
    line-height: 56px;
    color: #fff;
  }
  .bar-video-testimonial-item .testimonial-text-wrap .testimonial-text span {
    color: var(--vc-color);
  }
  
  .bar-video-testimonial-slider .owl-dots {
    left: 240px;
    bottom: -65px;
    position: absolute;
  }
  .bar-video-testimonial-slider .owl-dots .owl-dot {
    width: 25px;
    height: 25px;
    position: relative;
    border-radius: 100%;
    display: inline-block;
    border: 2px solid #000;
  }
  .bar-video-testimonial-slider .owl-dots .owl-dot:before {
    top: 6px;
    left: 6px;
    width: 10px;
    content: "";
    height: 10px;
    position: absolute;
    border-radius: 100%;
    background-color: #777F95;
  }
  .bar-video-testimonial-slider .owl-dots .owl-dot.active {
    border: 2px solid #fff;
  }