.jumbotron {
    background-color: #000000; 
    color: #ffffff;
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
  }
  .bg-grey {
    background-color: rgba(247, 244, 242, 0.815);
  }
  .container-fluid {
    padding: 60px 50px;
  }
  .raLogo img {
    width: 100%;
    height: 100%;
    max-width: 400px;
    max-height: 400px;
  }
  .thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    max-width: 300px;
  }
  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }
  .cert img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    max-width: 200px;
  }
  .smbanner img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    max-width: 375px;
  }
  .services {
    background-color: #000000;
    color:#ffffff;

  }
  .carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #f80000;
  }
  
  .carousel-indicators li {
    border-color: #f80000;
  }
  
  .carousel-indicators li.active {
    background-color: #f80000;
  }
  
  .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }
  
  .item span {
    font-style: normal;
  }