/** testimonials **/
#testimonials {
  display: block;
      z-index: 62;
  
    min-height: 64px;
     color: #777777;
    text-align: center;
    font-size: 15px;
    line-height: 27px;
    font-family: raleway, sans-serif;
    font-weight: 500;

    margin-top: 16px;
    position: relative;
    background: url("../../images/NHM.jpg") no-repeat center -44px;
    
    background-size: 250%;
        height: auto;

  
}
.testioverlay{
  width: 390px;
  height: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
}
#testimonials h2 {
  display: block;
  text-align: center;
  font-weight: 900;
  margin-bottom: 3px;
  color: #E73E51;
  font-size: 28px;
  line-height: 58px;
  padding-top: 20px;
}
#testimonials .div-quote-left {
    width: 380px;
    margin: 0 auto;
    text-align: left;
    color: white;
}
#testimonials .div-quote-right {
    width: 380px;
    margin: 0 auto;
    text-align: right;
    color: white;
}

#testimonials .carousel-wrap {
  display: block;
  width: 380px;
  margin: 0 auto;
  overflow: hidden;
}

#testimonials .carousel-nav {
  display: block;
  width: 250px;
  margin: 0 auto;
  padding-top:10px;
  color: #E73E51;
  margin-bottom: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
#testimonials .carousel-nav img {
  cursor: pointer;
}
#testimonials .carousel-nav img:active {
  position: relative;
  top: 1px;
}
#testimonials .carousel-nav .nextbtn {
  float: right;
}
#testimonials .carousel-nav .prevbtn {
  float: left;
}

#testimonials .carousel-wrap ul {
  display: block;
  list-style: none;
  position: relative;
      padding: 5px 0 8px 0;
}
#testimonials .carousel-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 380px;
  margin-right: 15px;
}

#testimonials .carousel-wrap ul li img{
    display:block;
    margin: 0 auto;
}
#testimonials .carousel-wrap .context {
  font-size: 15px;
  line-height: 1.45em;
  color: #797670;
  xmin-height: 133px;
  
  color: white;
}

#testimonials .carousel-wrap .context .quote-left{
  font-size: 20px;
  padding-right: 5px;
}

#testimonials .carousel-wrap .context .quote-right{
  font-size: 20px;
  padding-left: 5px;
}