.keyword{
    color:black;
    background-color:white;
    padding: 0 10px;
 } 
 .slider-focus {
    /*
      The style below isn't necessary.
      It has been added for the sake of smoothness.
    */
    transition: box-shadow 200ms ease-in-out;
  }

  .slider-focus:focus {
    outline: none;
    /* box-shadow: 0px 0px 15px 5px #363636; */
  }

  /* Carousel*/
.carousel-indicators li { visibility: hidden; }

