.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
 
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #71a1e0;
}

/* Fading animation */
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 6s; /* Total duration including fade in and hold */
  animation-timing-function: ease-in-out; /* Smooth transition */
  animation-iteration-count: infinite; /* Loop the animation */
}

@keyframes fade {
  0%, 20% { opacity: 0.4; } /* Fade in for 1 second (20% of total duration) */
  25%, 95% { opacity: 1; } /* Hold at full opacity for 4 seconds (70% of total duration) */
  100% { opacity: 0.4; } /* Fade out for 1 second (5% of total duration) */
}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}






.hero-text_hsasa {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
 
}

.hero-text_hsasa h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 15px;
}

.hero-text_hsasa h2 {
  display: inline-block;
  margin: 0;
  height: 35px;
  color: #ffffff;
  font-size: 35px;
  font-weight: 600;
}

.hero-text_hsasa.typed-text_hsasa {
  display: none;
}

.hero-text_hsasa .typed-cursor {
  font-size: 35px;
  font-weight: 300;
  color: #ffffff;
}

.hero .hero-btn .btn {
  margin-top: 10px;
  color: #EF233C;
  background: #ffffff;
  box-shadow: inset 0 0 0 50px #ffffff;
}

.hero .hero-btn .btn:hover {
  color: #ffffff;
  background: transparent;
  box-shadow: inset 0 0 0 0 #ffffff;
  border-color: #ffffff;
}

.hero .hero-btn .btn:first-child {
  margin-right: 10px;
}

@media (max-width: 991.98px) {
  .hero {
      padding-top: 60px;
  }
  
  .hero .hero-content {
      padding: 0 15px;
  }
  
  .hero-text_hsasa {
      font-size: 20px;
  }
  
  .hero-text_hsasa h1 {
      font-size: 45px;
  }
  
  .hero-text_hsasa  h2 {
      font-size: 25px;
      height: 25px;
  }
  
  .hero .hero-btn .btn {
      padding: 12px 30px;
      letter-spacing: 1px;
  }
}

@media (max-width: 767.98px) {
  .hero {
      padding-top: 60px;
      padding-bottom: 60px;
  }
  
  .hero,
  .hero-text_hsasa,
  .hero .hero-btn {
      width: 100%;
      text-align: center;
  }
  
  .hero-text_hsasa {
      font-size: 18px;
  }
  
  .hero-text_hsasa h1 {
      font-size: 35px;
  }
  
  .hero-text_hsasa h2 {
      font-size: 22px;
      height: 22px;
  }
  
  .hero .hero-btn .btn {
      padding: 10px 15px;
      letter-spacing: 1px;
  }
}

@media (max-width: 575.98px) {
  .hero .text_hsasap {
      font-size: 16px;
  }
  
  .hero-text_hsasa h1 {
      font-size: 30px;
  }
  
  .hero-text_hsasa h2 {
      font-size: 18px;
      height: 18px;
  }
  
  .hero .hero-btn .btn {
      padding: 8px 10px;
      letter-spacing: 0;
  }
}


.logonFormCard{
  background: none;
  color: #ffffff;
 

}

.logonFormCard btn{
  background: #f2f2f2;
}

.navLogo{
  font-size: x-large;
  font-weight: 900;
  color: #22314a;
  text-shadow: -1px -2px 0 #000, 1px 1px 0 #fff;
}

.headingContactUs{
  color: white;
    text-align: center;
 
}
.tlstextcolor{
  font-weight: 700;
}


