/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
  position: relative;
  
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 90px;
  margin: 30px 15px;
  min-height: 150px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
    border-radius: 6px;
}
.testimonials{
   background: url("../../img/blog/news.jpg") top center;
   /*background-size: 85% 85%;*/
  background-size: auto;
  padding: 120px 0;
   height: auto;
   position: relative;
   overflow: hidden;
 }
  
.testimonials .testimonial-item .testimonial-img {
  width: 250px;
  border-radius: 7px;
  border: 1px solid #004693;
  float: left;
  margin: 0 10px 0 0;
}
.testimonial-img img:hover {
  opacity: 1 !important; 

  }
.testimonials .testimonial-item h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 25px 0 5px 0;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 18px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #fceaea;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-family: "Open Sans", sans-serif;
  margin: 30px auto 15px auto;
  text-align: justify;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #C2C3C8;
    opacity: 1;
  border: 1px solid #e03a3c;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e03a3c;
}
.carousel-inner{
background-color: #fff;
opacity: .8;

}

@media (max-width:768px){

 
}

@media only screen and (max-width: 500px){

}