.swiper-slide 
{
background: transparent;
}

.testimonials {
  padding: 45px 0;

  overflow: hidden;
}
.swiper-container
{
  overflow: visible !important;
}
.testimonial-content
{
    width: 80%;
    /*height: 220px;*/
    margin: 0px auto;
    background: #f36324;
   padding: 15px;
  /*transform: skew(-15deg);*/
}
.testimonial-content h2
{
  color: #fff;
  font-size: 18px;
  font-weight: 700; 
    font-family: 'Open Sans', sans-serif;
    margin:0px;
}

.testimonial-content .whoclient {
  margin: 10px 0 2px;
}

.testimonial-content .whoclient strong {
  display: block;
  font-size: 22px;
  color: #4c4c4c;
  letter-spacing: 0.07em;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
}

.testimonial-content .whoclient .occupation {
  font-size: 17px;
}

.testimonial-content .whoclient strong a {
  color: #1e90ff;
}

.testimonialimg {
    text-align: center !important;
    margin-top: -15px;
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
}

.testimonials .testimonial-content img {
  width: 100%;
  height: auto;
  position: relative;
  top:30px;

}
