.hero-banner {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
.hero-banner:after {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
}
.hero-banner .hero-cta h1 {
  color: #fff;
  font-size: 46px;
  font-weight: 600;
  font-family: "Roboto Slab", serif;
}
.hero-banner .hero-cta p {
  font-size: 16px;
  color: #fff;
  font-family: "Roboto Slab", serif;
}

/*enquiry-form*/
.enquiry-form {
  padding: 3rem;
}
.enquiry-form.top {
  background: #ffffff;
}
.enquiry-form.top h2 {
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
  font-family: "Roboto Slab", serif;
  padding: 6px;
}
.enquiry-form.sidebar {
  background: #ffffff;
}
.enquiry-form.sidebar h2 {
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
  font-family: "Roboto Slab", serif;
  background-color: #eeeeee;
  color: #d02a00;
  padding: 6px;
  /*&:after {
      width: 50px;
      height: 2px;
      background-color:   navy;
      content: "";
      position: absolute;
      top: 100%;
      left: 0;
  }*/
}
.enquiry-form .form-group label {
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto Slab", serif;
}
.enquiry-form .form-group .form-control {
  background-color: #F0F0F0;
  font-family: "Roboto Slab", serif;
}
.enquiry-form .form-group .form-control::placeholder {
  font-size: 14px;
}
.enquiry-form .btn-submit {
  background: navy;
  color: #fff;
  border-radius: 3px;
  padding: 7px 15px;
  width: 100%;
  text-align: center;
  border: none;
  box-shadow: none;
}

.exam-content {
  padding: 75px 0;
}
.exam-content-heading {
  font-size: 30px;
  padding: 6px;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: "Roboto Slab", serif;
  background-color: #eeeeee;
  color: #d02a00;
  /*&:after {
      width: 50px;
      height: 2px;
      background-color:   navy;
      content: "";
      position: absolute;
      top: 100%;
      left: 0;
  }*/
}
.exam-content p {
  font-size: 18px;
  font-family: "Roboto Slab", serif;
}

.exam-information {
  background-color: navy;
  padding: 50px 0;
}
.exam-information-list {
  padding: 25px;
  margin-bottom: 25px;
  justify-content: center;
  text-align: center;
  background: #fff;
}
.exam-information-list h4 {
  color: #111;
}
.exam-information-list a {
  display: inline-block;
  text-align: center;
  background-color: navy;
  color: #fff;
  padding: 10px 25px;
  text-decoration: none;
}

@media only screen and (max-width: 576px) {
  .hero-banner {
    height: auto;
  }
  .hero-banner .hero-cta h1 {
    text-align: center;
  }
}
.exam-category-grid {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid #ddd;
}
.exam-category-grid:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.exam-category-grid .exam-category-title h4 {
  font-family: "Roboto Slab", serif;
  font-size: 14px;
}
.exam-category-grid .exam-category-title h4 a {
  color: #111;
  text-decoration: none;
}

.category-heading-title {
  position: relative;
  padding-bottom: 10px;
  font-family: "Roboto Slab", serif;
  margin-bottom: 20px;
  font-size: 30px;
}
.category-heading-title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.75);
}

.table-contents {
  margin-bottom: 20px;
  display: grid;
}
.table-contents h2 {
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  margin-bottom: 20px;
  background-color: #eeeeee;
  color: #d02a00;
  padding: 6px;
}
.table-contents ol {
  padding: 0 0 0 25px;
  margin: 0;
}
.table-contents ol li {
  margin-bottom: 10px;
}
.table-contents ol li a {
  text-decoration: none;
  color: #333;
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  font-weight: normal;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.table-contents ol li a:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #2d2dff;
  transform: translateX(-5px);
}

/*# sourceMappingURL=exams.css.map */
