.one-slide,.testimonial,.message {
    border: none !important;
    outline: none !important;
    color:#000;
    font-size:16px;
  }
  .blockquote-footer {
    color:#000;
    font-size:16px;
  }
  .carousel-controls .control {
    position: absolute;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    z-index: 1;
    background-color:#9fd7ef;
    color:#ffffff;
  }
  .carousel-controls .control:hover {
    background-color: #09162a;
  }
  .prev {
    left: -2.25rem;
  }
  .next {
   right: -2.25rem;
  }
  @media screen and (max-width: 768px) {
  .carousel-controls .control {
    width: 25px;
    height: 25px;
    top: inherit;
  }
  .prev {
    left: 0;
  }
  .next {
    right: 0;
  }
  .control i {
    font-size: .7rem;
  }
}