@charset "UTF-8";
/* CSS Document */

/*---------------------------------------
  GENERAL PAGE CSS             
-----------------------------------------*/

body {
    background-color: #ffffff;
    font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
	
}

h1 {
    font-size: 42px;
    font-weight: 700;
    font-family: 'Marcellus';
}

h2 {
    font-size: 36px;
    font-weight: 700;
    font-family: 'Marcellus';

}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 22px;
	font-family: 'Marcellus';
	color: #25304f;
}

h6 {
    font-size: 20px;
    font-family: 'Marcellus';
}

p {
  color: #717275;
  font-size: 20px;
  font-weight: 400;
}

ul li {
  color: #717275;
  font-size: 16px;
  font-weight: 400;
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color:  ;
  text-decoration: none;
}

a:hover {
  color: lightslategray;
}

b,
strong {
  font-weight: 700;
}


/*---------------------------------------
  NAVBAR SECTION            
-----------------------------------------*/
.sticky-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.sticky-wrapper.is-sticky .navbar {
  background-color: white;
	opacity: 95%;
}

.navbar {
  background: transparent;
  z-index: 99;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-brand,
.navbar-brand:hover {
  font-size: 30px;
  font-weight: 700;
  display: block;
  color: #ffffff;
}
 
.navbar-brand-icon {
  background: #25304f;
  border: 2px solid white;
  border-radius: 100px;
  display: inline-block;
  vertical-align: top;
  color: white;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  box-shadow: 1px 1px 5px black;
}

.nav-title {
  font-weight: 700;
  font-size: 31px;
  color: #25304f;
  text-shadow: 1px 1px 1px white;
}

.navbar-expand-lg .navbar-nav .nav-link {
  border-radius: 100px;
  margin: 10px;
  padding: 10px;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover {
  color: #25304f;
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: #ffffff;
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: #ffffff;
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}



/*---------------------------------------
  HERO SECTION            
-----------------------------------------*/

.hero-section {
  background-image: url('../images/hero.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 50px;
	
	
}

.hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-color: rgba(255,255,255);
  opacity: 50%;
	 
}

.hero-section .row {
  position: relative;
  z-index: 22;
  top: 100px;
}

.hero-image {
  position: relative;
  z-index: 2;
  bottom: 120px;
  display: block;
  margin: auto;
  border-radius: 25px;
	
}

.name {
	margin-top: 90px;
	color: #25304f;
	text-shadow: 1px 1px 1px white;
	font-size: 31px;
}

.belong {
  text-shadow: 2px 2px 1px white;
  font-size: 50px;
  color: #25304f;
}


.custom-block .avatar-image {
  min-width: 60px;
  margin: auto;
  left: 0;
}

.custom-block .bi-star {
  color: #ffffff;
}

.custom-block .bi-star-fill {
  color: #f1a91d;
}

.custom-block-image-wrap {
  background-color: rgba(231, 111, 81, 0.85);
  border-radius: 0 0 20px var 20px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin: auto;
  padding: 25px 45px;
}

.custom-block-info {
  position: relative;
  z-index: 2;
  padding: 30px;
}

.custom-block-info strong,
.custom-block-info p {
  color: #ffffff;
}

.custom-block-info p {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
}

@media screen and (min-width: 991px) {
  .hero-section {
    height: calc(90vh - 88px);
    padding-top: 350px;
  }
}


/*----- hero buttons -------*/
.link {
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  color: black;
  font-size: 24px;
  font-weight: 700;
  text-shadow: .9px .9px 3px white;
}

.link::before,
.link::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: black;
  top: 100%;
  left: 0;
  pointer-events: none;
}

.link::before {
  content: '';
}


@keyframes lineUp {
    0% {
      transform-origin: 50% 100%;
      transform: scale3d(1, 0.045, 1);
    }

    50% {
      transform-origin: 50% 100%;
      transform: scale3d(1, 1, 1);
    }

    51% {
      transform-origin: 50% 0%;
      transform: scale3d(1, 1, 1);
    }

    100% {
      transform-origin: 50% 0%;
      transform: scale3d(1, 0.045, 1);
    }
}

.link--kale::after {
    content: '';
    transition: opacity 0.3s;
    opacity: 0;
    transition-delay: 0s;
}

.link--kale:hover::after {
    opacity: 1;
    transition-delay: 0.3s;
}

.custom-btn {
  background: #f1a91d;
  border: 2px solid white;
  border-radius: 100px;
  color: black;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  transition: all 0.3s;
  padding: 10px 20px;

}

.custom-btn:hover {
  background: #25304f;
  color: white;
  border: 2px solid white;
}

.custom-border-btn {
  background: transparent; 
  border: 2px solid white;
  color: #f1a91d;
}

.custom-border-btn:hover {
  background: #f1a91d;
  border-color: transparent;
  color: white;
}

.custom-btn-bg-white {
  border-color: white;
  color: white;
}



/*---------------------------------------
  FOLLOW US SECTION              
-----------------------------------------*/
.social-bar {
  background-color: #25304f;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.social-bar::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 450px 450px;
  border-color: transparent transparent #ffffff transparent;
  pointer-events: none;
}

.social-image {
  border: 3px solid black;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.online {
	padding-left: 10px;
	color: black;
	font-weight: 700;
}

.online strong {
  font-size: 28px;
  margin-right: 10px;
  margin-left: 20px;
  color: white;
}

.featured-section {
  background-color: #506c91;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.featured-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 450px 450px;
  border-color: transparent transparent white transparent;
  pointer-events: none;
}

.avatar-image {
  border: 4px solid white;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  object-fit: cover;
  text-shadow: 2px 2px 5px black;
}

.avatar-image-left {
  position: relative;
  left: -10px;
}

.avatar-image-left + .avatar-image-left {
  left: -20px;
}

.avatar-image-left + .avatar-image-left + .avatar-image-left {
  left: -30px;
}

.avatar-image-left + .avatar-image-left + .avatar-image-left + .avatar-image-left {
  left: -40px;
}

.avatar-group,
.reviews-group {
  position: relative;
  z-index: 22;
}

.reviews-group {
  display: inline-block;
  vertical-align: top;
}

.reviews-group strong {
  font-size: 28px;
  margin-right: 10px;
}

/*---------------------------------------
  ABOUT OUR DISTRICT SECTION            
-----------------------------------------*/

.mb-4, .mb-5 {
	color: #25304f;
}

.section-padding {
  padding-top: 100px;
  padding-bottom: 70px;
}

.district-image {
  border-radius: 25px;
  border: 5px solid white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.about {
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

.blue-sub {
  color: #506c91;
}

/*---------------------------------------
  YOU BELONG HERE SECTION            
-----------------------------------------*/

.nav-pills {
  border: 2px solid #25304f;
  border-radius: 20px;
  position: sticky;
  top: 120px;
  padding: 30px;
}

.nav-pills .nav-link {
  background: #f0f8ff;
  color: black;
  border-radius: 100px;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 15px 30px;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link.active, 
.nav-pills .show>.nav-link {
  background: #25304f;
  color: #ffffff;
}

.scrollspy-example-2 {
  padding-right: 30px;
  padding-left: 30px;
}

.scrollspy-example-item {
  border-bottom: 5px dotted #717275;
  min-height: 500px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.scrollspy-example-item:last-child {
  border-bottom: 0;
}

.scrollspy-example-item-image {
  border-radius: 20px;
  border: 5px solid white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
	
}

.scrollspy-example-item h5 {
  padding-top: 30px;
  padding-bottom: 20px;
}

.blockquote {
  background: #f0f8ff;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 600;
  color: white;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 80px 40px 40px 40px;
  text-align: center;
}

.blockquote::before {
  content: "“";
  color: #f1a91d;
  font-size: 100px;
  line-height: 1rem;
  display: block;
}



/*---------------------------------------
  LETS GET SOCIAL SECTION
-----------------------------------------*/

.social-title {
	color: black;
}

.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: white;
  color: #506c91;
  font-size: 40px;
  display: block;
  margin-right: 10px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 36px;
  transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
  background: white;
  color: #f1a91d;
  text-shadow: .5px .5px 0px black;
}


.avatar-image2 {
  border: 4px solid black;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  object-fit: cover;
  text-align: center;
}


/*---------------------------------------
  CONTACT US SECTION            
-----------------------------------------*/


.contact-section {
  background: #25304f;
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-shadow: 1px 1px 2px black;
	
}

.contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 450px 450px 0 0;
  border-color: #ffffff transparent transparent;
  pointer-events: none;
}

.contact-section .container {
  position: relative;
}

.contact-section p {
  color: #ffffff;
  font-size: 20px;
}

.contact-area {
	margin-top: 40px;
	padding-left: -40px;
}


.banner {
  position: relative;
  z-index: 2;
  bottom: 10px;
  display: block;
  margin: auto;
  border-radius: 25px;
  box-shadow: 3px 3px 19px black;
}

.school {
	color: white;
	font-size: 24px;
}


.contact-link {
  color: #ffffff;
}

.contact-section .copyright-text {
  font-size: 14px;
	padding-top: 20px
}

.contact-us {
	color: #f1a91d;
	font-size: 30px;
	text-shadow: 1px 2px 5px black;
	padding-bottom: 15px;
}



/*---------------------------------------
  MEDIA QUERIES              
-----------------------------------------*/
@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }
	
	.nav-title {
  font-weight: 700;
  font-size: 31px;
  color: white;
  text-shadow: 1px 1px 1px #25304f;
}

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .navbar {
    background-color: rgba(0, 0, 0, 0.65);
  }

  .navbar-expand-lg .navbar-nav {
    padding-bottom: 20px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }

  .scrollspy-example-2 .scrollspy-example-item:first-child {
    padding-top: 0;
  }

  .scrollspy-example-item h5 {
    padding-bottom: 5px;
  }

  .book-section-info {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .ebook-download-form {
    padding: 30px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  .navbar-brand {
    font-size: 16px;
  }

  .navbar-brand-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .navbar-brand-icon::after {
    top: 5px;
  }

  .btn-naira > span, 
  .btn-naira .btn-icon {
    font-size: 12px;
    padding: 5px 15px;
  }
}

