/*carousel.css*/
.carousel-wrapper {
    margin-bottom: 40px;
  }
  .tns-item {
    padding: 0 5px;
  }
  .tns-controls {
    text-align: center;
    margin-top: 15px;
  }
  .tns-controls button {
    background: #333;
    color: #fff;
    border: none;
    padding: 5px 10px;
    margin: 0 5px;
    border-radius: 3px;
  }
  .tns-nav {
    text-align: center;
    margin: 10px 0;
  }
  .tns-nav button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    margin: 0 4px;
  }
  .tns-nav button.tns-nav-active {
    background: #333;
  }
  .tns-outer [data-action] {
    display: inline-block;
    margin: 10px;
    padding: 5px 10px;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 3px;
  }
  
  