#testimonials .testimonial-item {
  box-sizing: content-box;
  margin: 5px;
}

@media (max-width: 767px) {
  #testimonials .testimonial-item {
    margin: 30px 10px;
  }
}


#testimonials .owl-nav{
  margin-top: 35px;
  text-align: center;
}
#testimonials .owl-dots {
  display: none !important;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #756454;
}

#testimonials .owl-dot.active {
  background-color:#3D2006;
}

/* -------------------my style-------------- */
.quoteImg1{
  width:20px !important;
}
.quoteDiv{
  width: 20px;
  margin: auto;
}
#testimonials h2{
  font-size: 24px
}

.container-carusel{
  width: 100%;
}

.owl-carousel{
  width: 100% !important;
  margin: 0 auto;
}
.owl-stage-outer{
  width: 100%;
  margin: 0 auto
}
.carousel-item-background {
  height: 120px
}
/*-----------------------------------------------------*/
#testimonials .owl-nav{
    position: absolute;
    font-size:64px;
    top: 1%;
    width: 100%;
    display: block;
}

.owl-prev{
  display: block !important;
  position: absolute;
  left: -19px;

}
.owl-next{
  display: block !important;
  right: -19px;
  position: absolute;
  
}
.owl-prev>span, .owl-next>span{
  color: rgb(32, 31, 31);
  font-family: none !important;
}
.carousel-trns-div{
  width: 100%;
  height: 100%;
}
.carousel-item-background{
  margin: 35px;
}
.carousel-img{
  max-height: 60px;
}
.carousel-trns-div{
  background-size: contain !important; 
  background-repeat: no-repeat !important; 
  background-position: center !important;
}

@media (max-width:425px){
  .industries-slide-section .container{
    padding: 0
  }
  #testimonials .container-fluid{
     padding: 0 !important;
     margin: 0 !important;
  }
  #testimonials .row{
     padding: 0 !important;
     margin: 0 !important;
  }
 
 .owl-stage-outer{
     width: 100%
 }
 .owl-nav{
  /* display: none !important; */
 }
}