.testimonialsFullBack {
  position:relative;
}
.testimonialsOverlay {
  background: transparent linear-gradient(90deg, #0D256D 0%, rgba(0,85,184,0.8) 100%) 0% 0% no-repeat padding-box;
  padding: 153px 50px 99px;
}

.testimonialSlideWrap {
  margin-top: 50px;
  background:#fff;
  padding:50px 100px 100px;
  width:100%;
  position:relative;
}
.slideWrapper {
  text-align:center;
}

.testimonialsFullSectionWrap.v2 h2.whiteHead {
  font-size: 45px;
  line-height: 68px;
  font-family: "Titillium Web", sans-serif;
  color: #FFFFFF;
  font-weight: bold;
}

.testimonialsFullSectionWrap.v2 #tns1-mw {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

.testimonialsFullSectionWrap.v2 p {
  font-size: 18px;
  line-height: 27px;
  color: #30323D;
  font-weight: normal;
  font-family: "Titillium Web", sans-serif;
}
.testimonialsFullSectionWrap.v2 h2::after {
  max-width: 544px;
  width: 100%;
}

#js-prev2 {
  width: 43px;
  font-size: 18px;
  line-height:43px;
  color:#fff;
  text-align:center;
  cursor:pointer;
  background:#FF8300;
  position:absolute;
  left:0;
  top:50%;
  margin-top:-25px;
}
#js-next2 {
  width: 43px;
  font-size: 18px;
  line-height:43px;
  color:#fff;
  text-align:center;
  cursor:pointer;
  background:#FF8300;
  position:absolute;
  right:0;
  top:50%;
  margin-top:-25px;
}
#js-prev2,#js-prev2:hover,#js-prev:active,#js-prev2:visited,  
#js-next2,#js-next2:hover,#js-next:active,#js-next2:visited {
  border:none !important;
  outline:none !important;
}
.tns-nav {
  position:absolute;
  bottom:50px;
  left:0;
  text-align:center;
  width:100%;
}

.tns-nav button {
  -webkit-appearance:none; 
  width:9px;
  height:9px;
  border-radius:9px;
  border: 1px solid #666;
  background:transparent;
  padding:0px;
  margin:10px;
}
.tns-nav button.tns-nav-active {
  background: #FF8300;
}

@media(min-width:768px) and (max-width: 1024px){
  .testimonialsOverlay {
    padding: 80px 0;
  }
}

@media(max-width:767px){
  .testimonialsOverlay {
    padding: 60px 0;
  }

  .testimonialsFullSectionWrap.v2 h2.whiteHead {
    font-size: 40px;
    line-height: 47px;
  }

  .testimonialsFullSectionWrap.v2 p {
    font-size: 16px;
    line-height: 25px;
  }
  .testimonialsFullSectionWrap.v2 .testimonialSlideWrap {
    padding: 25px 40px 68px;
  }
}

@media(max-width:640px){
  #js-prev2 {left:-20px;}
  #js-next2 {right:-20px;)
  }

  .tns-outer [data-action] {display:none;}