@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.header-banner {
  padding: 1rem 0rem;
}
.header-banner img {
  width: 100%;
}

.main-nav {
  background-color: white;
  box-shadow: 0px 0px 8px 3px rgba(128, 128, 128, 0.2588235294);
}
.main-nav ul li {
  margin-right: 30px;
}
.main-nav .nav-link {
  font-size: 16px;
  color: black;
}
.main-nav .nav-img {
  width: 407px;
  height: 79px;
}
.main-nav .navbar-brand {
  padding: 2px;
}
.main-nav .dropdown-menu {
  border: none;
  box-shadow: 1px 0px 15px -4px grey;
}
.main-nav li:hover .dropdown-menu {
  display: block;
}
.main-nav .dropdown-item:hover {
  color: brown;
}

.main-banner {
  padding: 30px 0px;
}
.main-banner .banner-content {
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 10px;
}
.main-banner .row {
  align-items: flex-start;
  padding: 60px;
  background-color: rgb(243, 244, 253);
  border-radius: 10px;
}
.main-banner .main-heading {
  font-size: 70px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 15px;
}
.main-banner span {
  color: #D2093C;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  background-color: rgb(255, 255, 255);
  padding: 10px 25px;
  line-height: 1;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  border-left: 1px solid red;
}
.main-banner p {
  margin-bottom: 20px;
  color: rgb(0, 0, 0);
  font-size: 20px;
  text-align: justify;
}
.main-banner .for-lh {
  line-height: 42px;
}

.all-btn {
  height: 55px;
  padding: 0 30px;
  background: #1268eb;
  color: #fff;
  display: inline-flex;
  align-items: center;
  border: none;
  border-radius: 5px;
  justify-content: center;
  transition: all 0.5s;
}

.all-btn:hover {
  background-color: #004dc0;
  transition: all 0.5s;
}

.form-control:focus {
  color: #ffffff;
  background-color: #1268eb;
  border-color: #86b7fe;
  outline: 0;
}

.about-us {
  padding: 40px 0px;
  background-color: #f3f4fd;
}
.about-us img {
  width: 100%;
}
.about-us .row {
  align-items: center;
}
.about-us span {
  color: #D2093C;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  background-color: rgba(210, 9, 59, 0.04);
  padding: 10px 25px;
  line-height: 1;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  border-left: 1px solid red;
}
.about-us .main-heading {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 15px;
}
.about-us p {
  margin-bottom: 15px;
  color: rgba(30, 30, 30, 0.6);
}
.about-us .listing {
  margin-bottom: 40px;
}
.about-us .listing ul li {
  color: var(--clr-body-heading);
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding-left: 15px;
  margin-bottom: 5px;
  line-height: 28px;
}

.listing ul li {
  color: var(--clr-body-heading);
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding-left: 10px;
  margin-bottom: 5px;
  line-height: 28px;
  list-style-type: none;
}
.listing ul {
  padding-left: 0px;
}

.footer-section {
  padding: 40px 0px;
  background-color: #f3f4fd;
  margin-top: 10px;
}
.footer-section ul li {
  padding-left: 0;
}
.footer-section .col-lg-6:first-child {
  border-right: 1px solid rgba(128, 128, 128, 0.5019607843);
}
.footer-section .footer-menu ul {
  margin-top: 20px;
  padding-left: 0;
}
.footer-section .footer-menu ul li {
  list-style-type: none;
}

.Efa-school {
  margin-top: 10px;
  margin-bottom: 10px;
}
.Efa-school .main-heading {
  font-size: 27px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 15px;
  text-align: center;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  color: #1268eb;
}

.Minister-head .Minister .card {
  border: none;
  background-color: transparent;
}
.Minister-head .Minister .card img {
  width: 100%;
}
.Minister-head .Minister .card span {
  margin-top: 10px;
  font-size: 19px;
  font-weight: 700;
}
.Minister-head .Minister .card .card-body {
  padding: 0;
}
.Minister-head .row {
  align-items: flex-start;
}

.contact p {
  margin-bottom: 15px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: brown;
}

@media only screen and (max-width: 1386px) {
  .Minister-head .Minister .card span {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 700;
  }
  .Efa-school .main-heading {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 15px;
    text-align: center;
  }
  .about-us .listing ul li {
    font-size: 14px;
  }
  .footer-section ul li {
    font-size: 15px;
  }
  .footer-section p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner-content {
    margin-top: 14px;
  }
  .main-banner {
    padding: 10px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .banner-content {
    margin-top: 14px;
  }
  .main-banner .row {
    padding: 22px;
  }
  .Efa-school .main-heading {
    text-align: start;
  }
  .sub-sect {
    margin-top: 15px;
  }
  .result-form {
    flex-direction: column;
  }
  .result-form input {
    margin: 15px 0px;
  }
}
@media only screen and (max-width: 420px) {
  .banner-content {
    margin-top: 14px;
  }
  .main-nav .nav-img {
    width: 220px;
    height: 48px;
  }
  .main-banner .row {
    padding: 22px;
  }
  .main-banner .banner-content {
    margin-left: 0px;
  }
  .about-us .listing ul li {
    font-size: 11px;
  }
  .footer-section ul li {
    font-size: 13px;
  }
  .footer-section p {
    font-size: 14px;
  }
}/*# sourceMappingURL=main.css.map */