body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

.nav-link {
  color: #444444;
}

.navbar .navbar-nav .nav-link.active {
  color: #1d24a9;
}

.navbar .navbar-nav .nav-link:hover {
  color: #3d45e2;
}

.nav-item.dropdown .dropdown-item:active {
  background-color: #1d24a9 !important;
}

.nav-item.dropdown .dropdown-item:hover {
  background-color: #3d45e2 !important;
  color: #fff;
}

.nav-item.dropdown .dropdown-toggle:hover {
  color: #1d24a9 !important;
}

.nav-item .dropdown:active {
  color: #1d24a9;
}

.signin-button {
  background-color: #1d24a9;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
}

#search-button {
  background-color: #1d24a9;
}

.nav .nav-item .nav-link.active {
  color: #1d24a9;
}

#Subscribe-btn {
  background-color: #1d24a9;
  color: #fff;
}

#cb-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-radius: 0;
  display: none;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

#aboutus {
  box-shadow: #444444;
}

#services-icons {
  color: #1d24a9;
}

.user-photo {
  width: 250px;
  overflow: hidden;
  margin: 0 auto;
}

.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 0.75rem;
}

.icon-link > .bi {
  margin-top: 0.125rem;
  margin-left: 0.125rem;
  fill: currentcolor;
  transition: transform 0.25s ease-in-out;
}
.icon-link:hover > .bi {
  transform: translate(0.25rem);
}

.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
}

.text-shadow-1 {
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}
.text-shadow-2 {
  text-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}
.text-shadow-3 {
  text-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.25);
}

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#chooseus-heading {
  color: #1d24a9;
}

#main-list {
  font-weight: bold;
  color: rgb(133, 133, 133);
}

.table-scrollable {
  overflow-x: auto;
  /* max-width: 600px; */
  width: 100%;
  margin: auto;
}
