#testimonial-slider.testimonial-carousel {
    margin: 0 0 0 auto;
   
}
.testimonial-carousel.owl-carousel .owl-item img.img-testimonial {
    max-width: 90px;
}
.test_imag {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
  float: left;
  margin:75px 0 24px 0;
}
.owl-carousel {
    position: relative;
    width: 100%;
    z-index: 1;
}
.testimonial_outer h1.main-title{
  color:#fff;
  padding-bottom:34px;
  position:relative;
  margin: 0 0 44px;
  display:none;
}
.testimonial_outer h1.main-title:before{
  display:block;
  content:"";
  border-bottom:5px solid #000;
  left:0;
  right:0;
  width:108px;
  height:auto;
  bottom:0;
  position: absolute;
  margin: 0 auto;
}
.testimonial-carousel .prev-arrow {
 
    height:50px;
    width:50px;
    left: -20px;
  right:auto;
    position: absolute;
    top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform:translateY(-50%);
  border-radius:50%;
}
.testimonial-carousel .prev-arrow:hover {
  background-position:-20px -337px;
}
.testimonial-carousel .next-arrow {
  
    width:50px;
    height:50px;
    position: absolute;
    right: -20px;
  left:auto;
    top:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform:translateY(-50%);
  border-radius:50%;
}
.testimonial-carousel .next-arrow:hover {
   background-position:-431px -337px;
}
.testimonial_outer:hover .testimonial-carousel .owl-nav {
}
.testimonial-carousel .owl-nav {
    margin-top: 0;
    z-index: 9999;
  display:none;
}
.testimonial-outer .owl-dot {
    height: 15px;
    width: 15px;
    background: #8f8f8f;
    display: inline-block;
    margin: 0 7px;
    border-radius: 0px;
}
.testimonial-outer .owl-dots {
    text-align: center;
    padding-bottom: 56px;
}
.testimonial-outer .owl-dot.active ,
 .testimonial-outer .owl-dot:hover{
    background:#fff;
  border:1px solid #000;
  padding:2px;
}
.testimonial-outer .owl-dot.active span ,
 .testimonial-outer .owl-dot:hover span
{
  background: #000;
  width: 9px;
  height: 9px;
  border-radius: 0px;
  float:left;
}
.testimonial-outer .testminial-data {
  float: left;
}
.test_desc {
  width: 100%;
  float: left;
  text-align: center;
  margin: 0 0 15px;
}
.testimonial-carousel .testimonial-desc {
    color: #5d5d5d;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 0;
    position: relative;
    padding: 26px 251px 0;
    font-style: italic;
    letter-spacing: 2px;
    font-family: 'Raleway', sans-serif;
}
.testmonial-author {
    font-style: normal;
    color: #fff;
    font-size: 16px;
  font-weight: 500;
  margin: 0 0 28px;
  margin: 0 0 9px;
}
.testmonial-mail {
    color: #5d5d5d;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
}
.testmonial-author1 {
    font-size: 15px;
    color: #000;
    margin: 0 0 8px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    clear: both;
}
.testmonial-author2{
  color: #000;
    margin-bottom: 30px;
  font-size: 14px;
  clear: both;
  text-align: center;
}
.testimonial-carousel.owl-carousel .owl-nav .owl-prev,
.testimonial-carousel.owl-carousel .owl-nav .owl-next {
    margin-right: 25px;
}