@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
.head {
  font-family: "Source Sans 3", sans-serif;
  font-size: 44px;
  font-weight: 700;
  color: #B84110;
}
@media (max-width: 575.98px) {
  .head {
    font-size: 24px;
  }
}

.subhead {
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #034B9F;
}
@media (max-width: 575.98px) {
  .subhead {
    font-size: 18px;
  }
}

.text {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #262626;
}
@media (max-width: 575.98px) {
  .text {
    font-size: 16px;
  }
}

.text-dark {
  color: #000000;
}

.btn.btn-blue {
  background-color: #034B9F;
  padding: 9px;
  box-shadow: 2px 0px 4.5px -1px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  transition: background-color 0.3s ease;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  position: relative;
}
.btn.btn-blue::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -6px;
  width: 40px;
  height: 106%;
  z-index: -1;
  background: #EDB600;
  border-radius: 4px;
}
.btn.btn-blue:hover {
  background-color: #0c3d74;
  color: #FFFFFF;
}

.btn.btn-white {
  background-color: #FFFFFF;
  padding: 7px 9px;
  box-shadow: 2px 0px 4.5px -1px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  transition: all 0.3s ease;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #034B9F;
}
.btn.btn-white:hover {
  background-color: #f0f0f0;
  color: #034B9F;
}

.bg-blue {
  background: #034B9F;
}

.bg-cream {
  background: #FFF4EA;
}

.breadcrumb {
  background: url("../img/breadcrumb-bg.jpg");
  background-size: cover;
  padding: 100px;
}
.breadcrumb h1 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 48px;
  font-weight: 500;
  color: #FFFFFF;
}
@media (max-width: 575.98px) {
  .breadcrumb h1 {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .breadcrumb {
    padding: 40px 20px;
  }
}

.navbar {
  background: #FFFFFF;
  box-shadow: 0px 3px 22.5px rgba(0, 0, 0, 0.1);
}
.navbar .navbar-brand {
  width: 95px;
}
@media (max-width: 575.98px) {
  .navbar .navbar-brand {
    width: 80px;
  }
}
.navbar .dropdown-toggle::after {
  display: none;
}
.navbar .dropdown-menu {
  background: #FFFFFF;
  border: none;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 12px 0;
  margin-top: 8px;
  min-width: 200px;
}
.navbar .dropdown-menu .dropdown-item {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #262626;
  padding: 10px;
  transition: all 0.3s ease;
}
.navbar .dropdown-menu .dropdown-item:hover {
  background-color: #f8f9fa;
  color: #034B9F;
  transform: translateX(2px);
}
.navbar .dropdown-menu .dropdown-item:focus {
  background-color: #f8f9fa;
  color: #034B9F;
}
@media (max-width: 767.98px) {
  .navbar .dropend .dropdown-menu {
    position: static !important;
    transform: none !important;
    box-shadow: none;
    padding-left: 20px;
    margin-top: 0;
    border-left: 2px solid #e9ecef;
    margin-left: 10px;
  }
  .navbar .dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: auto;
    vertical-align: middle;
    content: "›";
    border: none;
    font-size: 20px;
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  .navbar .dropend .dropdown-menu {
    left: 100%;
    top: 0;
    margin-left: 0;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.3s ease;
  }
  .navbar .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    display: block !important;
  }
  .navbar .dropend:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}

footer {
  background-image: url("../img/bg-footer.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px solid #772706;
}
footer h5 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #B84110;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  footer h5 {
    font-size: 20px;
  }
}

.bottom p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.img-start,
.img-end {
  position: relative;
}
.img-start::after,
.img-end::after {
  content: "";
  position: absolute;
  width: 384px;
  height: 420px;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .img-start::after,
  .img-end::after {
    display: none !important;
  }
}

.img-start::after {
  left: 70px;
  transform: translate(-100%, -50%);
}
.img-start.c1::after {
  box-shadow: 0px 0px 11px 2px rgba(184, 65, 16, 0.25);
  border-radius: 8px;
  background-image: url("../img/co1.png");
}
.img-start.c3::after {
  border-radius: 8px;
  box-shadow: 0px 0px 11px 2px rgba(184, 65, 16, 0.25);
  background-image: url("../img/co3.png");
}

.img-end::after {
  right: 70px;
  transform: translate(100%, -50%);
}
.img-end.c2::after {
  background-image: url("../img/co2.png");
  box-shadow: 0px 0px 11px 2px rgba(184, 65, 16, 0.25);
  border-radius: 8px;
}

.bg-red {
  background: #B84110;
  font-size: 36px;
}
@media (max-width: 575.98px) {
  .bg-red {
    font-size: 24px;
  }
}

.usp-subhead {
  font-size: 20px;
  font-weight: 500;
  color: #034B9F;
}
@media (max-width: 575.98px) {
  .usp-subhead {
    font-size: 18px;
  }
}/*# sourceMappingURL=academics.css.map */