* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Georgia, "Times New Roman", Times, serif;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

.bi {
  color: #d9600d;
}

hr {
  border: none;
  border-top: 2px solid rgb(128, 17, 17);
  color: #293895;
}

nav {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}
nav .btn {
  background-color: #d9600d;
  color: white;
}
nav .nav-link {
  margin-right: 20px;
  color: #022175;
}

section {
  margin-top: 10rem;
}

.hero {
  background-image: url("../img/bge.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 90vh;
  position: relative;
}
.hero .hero-txt {
  background-color: #d9600d;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 38px 25px;
  border-top-right-radius: 30px;
}
.hero h1 {
  color: white;
}
.hero .btn {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
}

.page-header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/head.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 40vh;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 8rem;
}
.page-header h2 {
  color: white;
}

.about img {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.profile-card {
  background-color: #ebeaea;
  min-height: 260px;
}

.profile-card img {
  width: 70%;
}

.award {
  background-color: #ffd5ad;
}

.cta {
  background-image: linear-gradient(to right top, #8dd5f7, #76dcdc, #95dcb0, #cad389, #ffc284);
}
.cta h4 {
  color: #1b0483;
}
.cta .btn {
  background-color: #d9600d;
  color: black;
  border-color: white;
}

.location .card {
  height: 250px;
  width: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: orangered;
  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: orangered;
  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: coral;
  padding: 20px;
  border-radius: 100%;
}
.contact .card {
  border-color: coral;
}
.contact .btn {
  background-color: #1b0483;
  color: #fff;
}

.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-round {
  margin-top: 4rem;
  background-color: ghostwhite;
  padding: 60px 10px;
}

.slider-round .owl-carousel .card {
  border-radius: none;
  border-radius: 0%;
  min-height: 260px;
  border: 1px solid #8dd5f7;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-round .owl-carousel .card h5 {
  padding: 5px;
}

.slider-round .slider-img {
  border-radius: 50%;
  padding: 20px;
  width: 200px;
  height: 200px;
}

.slider-round {
  padding: 20px;
  background-color: #e2ffed;
}

.slider-round .card img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  width: 200px;
  height: 200px;
}

.slider {
  padding: 20px;
}
.slider .slider-img {
  border-radius: 20px;
  border: 1px solid #d9600d;
  padding: 10px;
}

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: #ffd5ad;
}
footer .bi {
  color: #1b0483;
}
footer a,
footer li {
  color: black;
}
footer h5 {
  color: #d9600d;
  -webkit-text-decoration: underline solid rgb(255, 255, 255);
          text-decoration: underline solid rgb(255, 255, 255);
}/*# sourceMappingURL=style.css.map */