.testimonial_slider .ourclients {
  padding: 6.0625rem 0 5rem;
  text-align: center;
}
.testimonial_slider .item .slide_text {
  margin: 0 auto;
}
.testimonial_slider .ourclients h2 {
  margin-bottom: 1.25rem;
  color: rgb(0 47 134);
}
.testimonial_slider .item .slide_text.val p {
  margin: 0 auto 8px;
}
.testimonial_slider .ourclients h2 {
  margin-bottom: 1.25rem;
}

.testimonial_slider .item {
  margin-bottom: 1.875rem;
}

.testimonial_slider img {
  display: block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  margin: 0 auto 7px;
  width: auto;
}

.testimonial_slider p {
  color: #656569;
}

.testimonial_slider .btn {
  cursor: pointer;
  background: #f6861f;
  color: #fff;
  border: #f6861f 1px solid;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 0.8125rem;
  line-height: 1.125rem;
}

.testimonial_slider .btn:hover {
  color: #f6861f;
  background: #fff;
  border: #f6861f 1px solid;
}

.testimonial_slider {
  width: 100%;
}

.testimonial_slider p:last-of-type {
  margin: 0 auto 26px;
}

.testimonial_slider ul.slick-dots {
  margin: 0;
  padding: 0;
  line-height: 1.125rem;
  font-size: 1rem;
}

.testimonial_slider ul.slick-dots li {
  margin: 0;
  list-style: none;
  display: inline-block;
}

.testimonial_slider ul.slick-dots button {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  background: #999899 none repeat scroll 0 0;
  border-radius: 30px;
  display: block;
  height: 11px;
  margin: 0px 5px;
  transition: opacity 200ms ease 0s;
  -webkit-transition: opacity 200ms ease 0s;
  transition: opacity 200ms ease 0s;
  width: 11px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
}

.testimonial_slider ul.slick-dots button:hover,
.testimonial_slider ul.slick-dots .slick-active button{
  background: #cccbcc none repeat scroll 0 0;
}


@media (max-width: 48rem){
  .testimonial_slider .ourclients {
    padding: 2.8125rem 0;
  }
}






