/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
:root {
  --primary-color: #55000d;
  --primary-light: #6e2833;
  --secondary-color: #0c1e3d;
  --secondary-light: #1f2e4b;
  --gray: #333;
}

body {
  color: #5a5a5a;
}
br {
  margin-bottom: 10px;
}
.bg-info {
  background-color: var(--secondary-color) !important;
}
.bg-warning {
  background-color: var(--secondary-color) !important;
}
.bg-danger {
  background-color: var(--primary-color) !important;
}
.text-warning {
  background-color: var(--primary-color) !important;
}

.navbar {
  background-color: var(--secondary-color);
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

/* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */

/* Carousel base class */
#slider {
  margin-bottom: 4rem;
}

/* Declare heights because of positioning of img element */
#slider .carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu {
  background: #fff;
  border-radius: 0px;
  border: none;
}

.dropdown-menu li a {
  color: var(--secondary-color);
  border-bottom: 1px solid var(--gray);
}

.navbar-expand-md .navbar-nav .nav-link {
  margin: 0px 8px 0.5rem 0px !important;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: yellow;
}

.social-icons {
  display: flex;
  align-items: center;
}
.social-icons a {
  text-decoration: none;
  color: var(--secondary-color);
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  margin: 0px 5px;
  justify-content: center;
  transition: all 0.4s ease;
}

.social-icons a:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.logo {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  margin-right: 10px;
}
.notice {
  background-color: var(--primary-color);
  display: inline;
  padding: 5px 20px;
  color: #fff;
}

.notification a {
  font-weight: 600;
  text-decoration: none;
  margin: 0px 20px;
}

.notification a:hover,
.news-item a:hover {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: currentcolor;
  text-decoration-thickness: auto;
}
.news {
  max-height: 500px;
  overflow-y: auto;
}
.news-item {
  display: block;
  margin-bottom: 20px;
}
.news-item img {
  width: 100%;
  object-fit: cover;
}
.news-item a {
  text-align: left;
  display: block;
  padding: 5px 0px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
.news-img {
  height: 25px;
  margin-left: 10px;
}
.float-end {
  transition: all 0.4s ease;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 1px 2px 2px lightgray;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  color: currentColor;
}

.float-end:hover {
  background-color: var(--secondary-color);
  color: #fff;
}
.review-item {
  display: flex;
  align-items: center;
  padding: 15px;
}
.review-item img {
  height: 150px;
  border: 2px solid #fff;
  object-fit: contain;
}
.reviews-section {
  color: #fff;
  border-bottom: 10px solid var(--secondary-color);
}
.review-info {
  margin-left: 30px;
}
.certificate img {
  height: 150px;
  object-fit: contain;
  margin-right: 50px;
}
.navbar-dark .navbar-toggler {
  border: none;
  padding: 5px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .notification-con .notice {
    margin-left: -20px;
  }
  .review-info {
    margin-top: 30px;
    margin-left: 0;
  }

  .certificate img {
    margin-top: 20px;
    margin-right: 0;
  }
}

table {
  width: 100%;
}
.text-huge {
  font-size: 5rem;
}
@media screen and (max-width: 467px) {
  .lead {
    font-size: 15px;
  }
  .news-item a {
    font-size: 16px;
  }
  p {
    margin-bottom: 10px;
  }
}

#reviews .carousel-indicators {
  bottom: -32px;
}

.form-control {
  margin-top: 5px;
  border-radius: 0px;
}
.form-group label {
  color: gray;
}
.form-group {
  margin-bottom: 10px;
}

.btn-primary {
  border-radius: 0;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.btn-primary:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.event {
  position: relative;
  display: inline-block;
  margin: 25px auto;
  color: var(--primary-color);
}
.event::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--primary-color);
}

.card-body {
  padding: 20px;
  border: 1px solid lightgray;
  border-radius: 20px;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--secondary-color);
}
