.footer-2 {
      background-color: #7d4da9  !important;
      padding: 20px 0px 10px 0px !important;
      color: #fff !important;
      border-top: 1px solid #e9ecef !important;
  }
  
  .footer-2 h2 {
      color: #fff !important;
  }
  
  .footer-2 ul {
      list-style-type: none !important;
      padding: 0;
      margin: 0;
      display: flex !important;
      flex-wrap: wrap !important;
      justify-content: center !important;
  }
  
  .footer-2 ul li {
      margin: 5px 10px !important;
  }
  
  .footer-2 ul li a {
      text-decoration: none !important;
      color: #fff !important;
      font-size: 1rem !important;
  }
  
  .footer-2 ul li a:hover {
      text-decoration: underline !important;
      color: yellow !important;
  }
  
  .slick-dots {
      text-align: center !important;
      margin: 0 0 10px 0 !important;
      padding: 0 !important;
  }
  
  .slick-dots li {
      display: inline-block;
      margin-left: 4px !important;
      margin-right: 4px !important;
  }
  
  .slick-dots li.slick-active button {
      background-color: black !important;
  }
  
  .slick-dots button {
      font: 0/0 a !important;
      text-shadow: none !important;
      color: transparent !important;
      background-color: #999 !important;
      border: none !important;
      width: 15px !important;
      height: 15px !important;
      border-radius: 50% !important;
  }
  
  .slick-dots button:hover {
      background-color: black !important;
  }
  
  .heroSlider-fixed {
      position: relative !important;
  }
  
  .heroSlider-fixed .slick-slide {
      padding: 0 15px !important; /* Adjust padding to add space on both sides of each slide */
  }
  
  .heroSlider-fixed .slick-slide img {
      background: #fff !important;
      height: 70% !important;
      width: 100% !important;
      /* Add any other styling needed */
  }
  
  .heroSlider-fixed .slick-track {
      display: flex !important;
  }
  
  
  .overlay {
      background-color: #7d4da9  !important;
  }
  
  .copy-right > h6,
  .copy-right > h6 a {
      color: #fff !important;
  }
  
  .py-2 {
      padding: 10px 0px !important;
      background-color: #3d1a5d  !important;
  }
  