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

body {
  font-family: "Poppins", sans-serif;
}

ul,
li {
  text-align: justify;
  line-height: 1.8rem;
}

li::marker {
  color: red;
}

a {
  text-decoration: none;
}

.bi {
  color: #293895;
}

hr {
  border: none;
  border-top: 2px solid rgb(144, 144, 144);
}

nav {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}
nav .btn {
  background-color: #3b50a1;
  color: white;
}
nav .nav-link {
  margin-right: 20px;
  color: green;
}

/* ---------------------nav bar------------------------- */
nav{
  background-color: rgba(255, 255, 255, 0.159);
  
}
.navbar-collapse{
  flex-grow: 0;
}
nav li  a{
  text-decoration: none;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
margin-left: 1.8rem;
color: rgb(22, 100, 2);
text-transform:capitalize;
}
.navbtn{
  /* border: 1px solid #000; */
  padding: 10px;
  border-radius: 10%;
  list-style: none;
  

}
/*------------------  nav end ------------------ */

section {
  /* margin-top: 10rem; */
}

.hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.351), rgba(0, 0, 0, 0.2)), url("../img/hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero h1 {
  color: rgb(255, 255, 255);
  font-size: 3.4rem;
}
.hero .btn {
  background-color: #3b50a1;
  color: white;
}

.page-header {
  background: #0f0c29; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #24243e, #302b63, #0f0c29); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 30vh;
  display: flex;
  justify-content: start;
  align-items: center;
  /* margin-top: 6rem; */
}
.page-header h2 {
  color: white;
}

.about p {
  text-align: justify;
}

.award {
  background-color: #add2ff;
}

.cta {
  background-image: linear-gradient(to right top, #8dd5f7, #76dcdc, #95dcb0, #cad389, #ffc284);
}
.cta h4 {
  color: #1b0483;
}
.cta .btn {
  background-color: #3b50a1;
  color: black;
  border-color: white;
}

.location .card {
  height: 250px;
  width: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: #1b0483;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.location .card:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.location .bi {
  padding: 20px;
  border-radius: 32px;
  background: #cdeaf9;
  box-shadow: inset 5px -5px 17px #b6d0de, inset -5px 5px 17px #e4ffff;
}
.location h6 {
  padding-top: 25px;
}

.programs .card {
  height: 250px;
  width: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: #1b0483;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.programs .bi {
  padding: 20px;
  border-radius: 32px;
  background: #cdeaf9;
  box-shadow: inset 5px -5px 17px #b6d0de, inset -5px 5px 17px #e4ffff;
}
.programs h6 {
  padding-top: 25px;
}
.programs .card:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.course .card {
  border: none;
}
.course li {
  line-height: 2rem;
}
.course h3 .bi {
  color: #1b0483;
}

.contact .bi {
  background-color: rgb(219, 241, 248);
  color: #1b0483;
  padding: 20px;
  border-radius: 100%;
}
.contact .card {
  border-color: #1b0483;
}
.contact .btn {
  background-color: #1b0483;
  color: #fff;
}

/* contact form  */


/* contact form  */



.bg-1 {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  background-color: #ffffff;
}

.verify {
  width: auto;
  height: 40px;
  padding: 20px;
}

.verify-btn {
  background-color: #1b0483;
  color: #ffffff;
  height: 40px;
}

.slider {
  margin-top: 4rem;
  background-color: ghostwhite;
  padding: 60px 10px;
}
.slider .owl-carousel .card {
  border-radius: none;
  border-radius: 0%;
  min-height: 260px;
  border: 1px solid #8dd5f7;
}
.slider .owl-carousel .card h5 {
  padding: 5px;
}
.slider .slider-img {
  border-radius: 100%;
  padding: 20px;
}
.slider .owl-carousel .num {
  position: absolute;
  text-align: center;
  color: red;
  background-color: #8dd5f7;
  width: 40px;
  height: 40px;
  border-bottom-right-radius: 100%;
  top: 0;
  left: 100;
  font-weight: 700;
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 0.35em;
}

table th,
table td {
  padding: 0.625em;
  text-align: center;
}

table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
}
footer {
  background-color: #e3e3e3;
}
footer .bi {
  color: #1b0483;
}
footer a,
footer li {
  list-style: none;
  color: black;
}
footer h5 {
  color: green;
  -webkit-text-decoration: underline solid rgb(255, 255, 255);
          text-decoration: underline solid rgb(255, 255, 255);
}/*# sourceMappingURL=style.css.map */