section.hero-slider {
    padding: 0 0 0px;
  }
  

  
  .hero-slider ul.slick-dots {
    position: absolute;
    width: 100%;
    bottom: 0;
    display:none;
  }
  
  .slider-item {
    height: 100vh;
    min-height: 600px;
    position: relative;
    display: flex !important;
    align-items: center;
    padding: 100px 0 70px 0;
  }
  .slider-item img {
    margin: 0px auto 30px;
    max-width: 300px;
  }
  
  .slider-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #090036;
    left: 0;
    top: 0;
    opacity: 0.8!important;
  }
  
  .hero-slider ul.slick-dots {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  
  .slick-active .hero-title {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
  }
  
  .slick-active .hero-paragraph {
    color: rgb(250, 250, 250);
  }
  
  ul.slick-dots li::before {
    background: #ffffff;
    opacity: 0.5;
    overflow: hidden;
    width: 15px;
  }
  
  ul.slick-dots li {
    width: 15px;
    height: 15px;
  }
  
  ul.slick-dots li button {
    opacity: 0;
  }
  
  ul.slick-dots li.slick-active::before {
    opacity: 1;
    background: #fff;
  }
  
  .hero-content {
    padding: 0;
    text-align: center;
  }
  
  ul.hero-paragraph a {
    color: rgb(250, 250, 250);
  }
  
  ul.hero-paragraph a:hover {
    color: #fff;
  }
  
  a.hero-btn:hover,
  a.hero-btn {
    display: inline-block;
    background: #17a2b8;
    padding: 10px 20px;
    color: #000;
    margin: 30px 0 0 0;
    border-radius: 5px;
    font-weight: 700;
  }

  section.overview-section {
    padding: 60px 0 30px;
    text-align: center;
    color: #000;
  }

  .overview-content h3 {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 35px;
  }

  .overview-content p {
    font-size: 23px;
  }
  
@media screen and (max-width: 991px) {
    .slick-active .hero-title {
      font-size: 40px;
    }

  }

  @media all and (max-width: 767px) {
    .slider-item img {
      max-width: 200px;
    }
  
    .slick-active .hero-title {
      font-size: 40px;
    }
    section.overview-section {
        padding: 20px 0;
      }

      .overview-content h3 {
        font-size: 25px;
      }

      .overview-content p {
        font-size: 18px;
      }
  }
  