
    .testimonial.owl-theme .owl-nav {
      margin-top: 0px;

    }

    .testimonial.owl-theme .owl-nav [class*=owl-] {
      color: white;
      font-size: 25px;
      margin: 0;
      padding: 0;
      background: rgb(4, 48, 179);
      display: inline-block;
      cursor: pointer;
      height: 55px;
      width: 55px;
      line-height: 55px;
      border-radius: 50px;
      text-align: center;
      transition: var(--transition);
    }
    .testimonial.owl-theme .owl-dots{
      display: none;
    }

 
    .testimonial.owl-theme .owl-nav [class*=owl-]:hover {
      background: rgba(13, 22, 1, 0.341);
      color: green;
    }
  
    .testimonial.owl-theme .owl-nav .owl-prev {
      left: 2px;
    }

    .testimonial.owl-theme .owl-nav .owl-next {
      right: 2px;
    }
 
   
    .testimonial.owl-theme .owl-nav .owl-prev,
    .testimonial.owl-theme .owl-nav .owl-next {
      position: absolute;
      top:-20%;
      transform: translate(0, -50%);
    }

  

    @media all and (max-width: 1199px) {

      .hero-single .hero-content .hero-title {
        font-size: 37px;
      }

      .testimonial.owl-theme .owl-nav .owl-prev,
      .testimonial.owl-theme .owl-nav .owl-next {
        top: unset;
        bottom: 10px !important;
      }
     

      .testimonial.owl-theme .owl-nav .owl-prev {
        left: unset;
        right: 10px;
      }
    
      .testimonial .owl-theme .owl-nav .owl-next {
        right: 10px;
      }
    }