html {
  font-family: sans-serif;
}

/* All header section styles */

.header-section-for-background {
  background: #01aaad;
}

.nav-link {
  color: white !important;
  font-size: 13px;
  word-wrap: normal;
  font-weight: 600;
}

.header-section {
  border-bottom: 1px solid white;
  height: 60px;
}

.logo-section {
  height: 45px;
  margin-left: 230%;
}

.login-form-button {
  background: #ff9900 !important;
  color: white !important;
  border-radius: 8px;
  box-sizing: border-box;
  width: 75px;
  height: 28px;
  margin-right: 150px;
  padding: 0 !important;
}

.username,
.password {
  border-radius: 5px;
  border: none;
  padding: 0 0 0 10px;
  width: 9rem;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 13px;
  height: 28px;
}

.header-nav-link:hover {
  color: white;
}

.header-nav-link {
  text-decoration: none;
  padding-left: 6px;
  padding-right: 6px;
  color: white;
  font-size: 13px;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .login-page-form-links li {
    display: none;
  }

  .login-form-input-field {
    display: none;
  }

  .login-form-button {
    display: none !important;
  }
}

/* All header section styles */

/* *******************************************************************/

/* Top menu nav links */

.nav-item:not(:last-child) {
  border-right: 2px solid #fff;
}

.nav-link {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

/* Top menu nav links */

/* Top Body icon links */
.icon-button-group {
  padding-top: 50px;
  padding-bottom: 50px;
}

.icon-items-listed a {
  text-decoration: none;
  color: #000;
  font-size: 13px;
  font-weight: 600;
}

.icon-items-listed a:hover {
  color: #000;
}

.icon-items-listed {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 15px;
}

.icon-image {
  width: 56px;
  height: 56px;
}

.icon-image:hover {
  transform: translate(0%, 8%);
  transition-duration: 200ms;
}

.icon-group-item {
  width: 115px;
  height: 95px;
  text-align: center;
  word-wrap: normal;
}

/* Top Body icon links */

/* Slider Styling */

.carousel-inner {
  height: 330px;
}

/* Slider Styling */

/* Lower section Icon Styling */

.lower-section-icon-image {
  width: 80px;
  height: 80px;
}

.lower-section-icon-text {
  opacity: 0.5;
}

.lower-section-icon-group-item {
  width: 115px;
  height: 120px;
  text-align: center;
  word-wrap: normal;
  margin-left: 60px;
  margin-right: 60px;
}

.lower-section-icon-image:hover {
  transform: translate(0%, 6%);
  transition-duration: 200ms;
}


/* Lower section Icon Styling */