
/* * {
  text-decoration: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  font-family: 'Exo 2', sans-serif;
  outline:2px solid ed;
} */
/*==============================BODY SECTION=================================*/
body {
background-color:silver;
font-size:20px;
}
.container-fluid{
background:aqua;
margin:10px;
width:100%;
height:auto;
border-radius:10px;
text-align:center;
display:grid;
grid-template-columns:1fr 2fr 1fr;
grid-template-rows:auto 100px;
overflow-x:hidden;
z-index:100;
}
a:link{
color:blue;
}

a:hover{
  text-decoration:none;
  color:pink;
}

a:visited{
color:purple;
}
.fa{
  font-size: 17px;
  color: orange;
}

.alert{
  font-size: 17px;
}

html {
  overflow-x: hidde
  font-size: 62.5%;
  scroll-behavior: smooth;
}
/**Page spin**/
#spin-wrapper{
    width: 100%;
    height: 100%;
    background-color: #151515;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner {
    position: relative;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
}

.spinner::before,
.spinner:after{
    content: "";
    position: absolute;
    border-radius: 50%;
}

.spinner:before {
    width: 100%;
    height: 100%;
    background-image:linear-gradient(90deg, #ff00cc 0%,#333399 100% );
    animation: spin .5s infinite linear;
}
.spinner:after {
    width: 90%;
    height: 90%;
    background-color: #151515;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }

}
/**END Page spin**/


#header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: -100%;
  left: 0;
  padding: 1rem 4rem;
  background: #fff;
  -webkit-box-shadow: 0 .1rem .3rem #999;
          box-shadow: 0 .1rem .3rem #999;
  z-index: 1100;
}

#header .logo img {
  height: 3.5rem;
}

#header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
  margin-bottom: 0;
}

#header nav ul li {
  margin-right: 2rem;
}

#header nav ul li a {
  text-transform: capitalize;
  color:#fff;
  font-size: 2rem;
  padding: 5px;
}

#header nav ul li a:hover {
  text-decoration: none;
  color: #000;
  background-color: #00B894; padding: 5px;
}

#header .fa-bars {
  font-size: 3rem;
  color:#333 ;
  cursor: pointer;
  display: none;
}


 {
  text-transform: capitalize;
  min-height: 100vh;
  width: 100vw;
  background: linear-gradient(76.34deg, #FFFFFF 45.45%, rgba(196, 196, 196, 0) 45.49%), url(bgs/20250924_152639.jpg) no-repeat  !important;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  -webkit-animation: background 10s alternate infinite;
  animation: background 10s alternate infinite;
}

.NEWS_intro_img
{
  width: 100%;
  height: 200px;
}

#home .content {
  position: relative;
}

#home .content h1 {
  font-size: 6rem;
  color: #00B894;
}

#home .content h2 {
  font-size: 5rem;
  color: #00B894;
}

#home .content h3 {
  font-size: 3rem;
  color: #333;
  margin: 1rem 0;
}

#home .content button {
  outline: none;
  border: none;
  border-radius: 5rem;
  background: #00B894;
  color: #fff;
  cursor: pointer;
  height: 4rem;
  width: 18rem;
  font-size: 2rem;
  text-transform: capitalize;
}

#home .content button:hover {
  background: #333;
}

#home .content .icons {
  position: relative;
  margin-left: 0;
  margin-top: 20%;
  width: 100%;
}

#home .content .icons a {
  height: 4rem;
  width: 4rem;
  line-height: 4rem;
  text-align: center;
  background: #00B894;
  border-radius: 5rem;
  font-size: 1.7rem;
  color: #fff;
  margin-right: 1.5rem;
  -webkit-transition: .4s;
  transition: .4s;
}

#home .content .icons a:hover {
  text-decoration: none;
  background: #333;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.first_option_start_hereBTN {
position: relative;
margin-top: 4em;
}

.sec_option_logo {
  position: absolute;
  top: 10%;
  margin: 0;
  padding: 0;
  background: transparent;
}

.slider_encloser {
  display: flex;
  align-items: center;
  justify-content: center;
}



.school_name {
  position: absolute;
  top: 42%;
  text-transform: capitalize;
  text-shadow: 2px 2px black;
  font-size: 3rem;
  color: #00B894;
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 0;
}

#sec_option_social_media {
  text-transform: capitalize;
  text-shadow: 2px 2px black;
  font-size: 3rem;
  color: #00B893;
  margin: 0;
  position: absolute;
  top: 82%;
  width: 100%;
  text-align: center;
  padding: 0;
}


#sec_option_social_media a {
  height: 4rem;
  width: 4rem;
  line-height: 4rem;
  text-align: center;
  background: #00B894;
  border-radius: 5rem;
  font-size: 1.7rem;
  color: #fff;
  margin-right: 1.5rem;
  -webkit-transition: .4s;
  transition: .4s;
}

#sec_option_social_media a:hover {
  text-decoration: none;
  background: #333;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}


#NEWS_section_home_link{
  border-radius: 10px;
  border: solid 2px rgba(34,68,65,0.9);
  text-transform: capitalize;
  text-shadow: 2px 2px black;
  font-size: 1.3rem;
  color: #f3f3f3;
  font-weight: normal;
  margin: 0;
  position: absolute;
  top: 90%;
  width: 13em;
  height: 3em;
  text-align: center;
  padding-top: .6em;
  cursor: pointer;
  background: rgb(34,68,65);
  background: linear-gradient(0deg, rgba(34,68,65,0.9) 0%, rgba(14,14,14,1) 100%);
}

#NEWS_section_home_link:hover{
  text-decoration: none;
  border: solid 2px rgba(17,34,33,0.9);
  background: transparent;
}

#NEWS_section_home_link span{
  font-size: 1.8rem;
  color: green;
  font-weight: bold;
}



/**Float div**/
@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
    transform: translatey(-20px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
    transform: translatey(0px);
  }
}
/**END Float div**/

.sec_option_start_hereBTN {
  position: absolute;
  top: 70%;
  font-size: 17px;
  text-shadow: -2px 0 orange, 0 2px orange, 2px 0 orange, 0 -2px orange;
  font-family: sans;
  font-stretch: 50%;
  margin: 0;
  padding: 15px 15px 15px 15px;
  border-radius: 10px;
  color: white;
  background:linear-gradient(90deg, orange 0%,orange 100% );
  box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
  animation: float 6s ease-in-out infinite;
}


.sec_option_start_hereBTN:hover{
  color: black;
  animation: float none;
}

#iyawaya{
  position: relative;
  min-height: 100vh;
  width: 100%;
  background:#F5F5F5 ;
  padding: 2em;
  margin-right: 20px;
}

#iyawaya .headline {
  text-transform: capitalize;
  font-size: 4rem;
  padding-top: 5rem;
  margin: 2rem 0;
  color: #fff;
  text-align: center;
  position: relative;
  color: #333;
}


#iyawaya .headline::after {
  content: '';
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: .3rem;
  width: 60%;
  border-radius: 5rem;
  background: #333;
}

#iyawaya .headline::after {
  background: #fff;
}


#iyawaya .container {
  width: 100%;
  text-overflow: ellipsis;
  color: #000;
}

#iyawaya .container img {
  width: 100%;
  height:auto;
  display:block;
}



#why-us {
  display: -ms-grid;
  display:grid;
  place-items: center;
  min-height: 100vh;
  max-width: 100vw;
  background: #008080; /*background: #00B894;*/
}

#why-us .headline {
  text-transform: capitalize;
  font-size: 4rem;
  padding-top: 5rem;
  margin: 2rem 0;
  color: #fff;
  text-align: center;
  position: relative;
}

#why-us .headline::after {
  content: '';
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: .3rem;
  width: 60%;
  border-radius: 5rem;
  background: #333;
}

#why-us .container {
  max-width: 100%;
  text-align"center'
}

#why-us .container .box {
  background: #fff;
  max-width: 90rem;
  border-radius: .5rem;
  -webkit-box-shadow: 0 0 .3rem #333;
          box-shadow: 0 0 .3rem #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
   justify-content: space-around;
 padding: 4rem 2rem;
  margin: 2rem;
  clear: both;
    display:block !important;

}

#why-us .container .box img {
  height: 45rem;
  margin-right: 4rem;
  object-fit:cover;
    background-size:cover;/* for a bg imag only*/
height:60%;
max-width:100%;
white-space:normal;
}

#why-us .container .box .info {
  padding-left: 2.5rem;
  border-left: 0.4rem solid #00B894;
}

#why-us .container .box .info h2 {
  text-transform: capitalize;
  font-size: 3rem;
  color: #00B894;
}

#why-us .container .box .info p {
  font-size: 1.5rem;
  color: #333;
}

#why-us .container .box:nth-child(2) {
  float: right;
}
.photos_intro_img
{
  width: 100%;
  height: 200px;
  margin-top: 2rem;
}

.photos {
margin: 10px 50px;
}

.photos img {
width: 230px;
padding: 5px;
filter: grayscale(100%);
transition: 1s;
}

.photos img:hover {
filter: grayscale(0);
transform: scale(1.1);
}


#photos_section {
  position: relative;
  margin-top: -5rem;
}

#photos_section .headline {
  text-transform: capitalize;
  font-size: 2.8rem;
  padding-top: 5rem;
  margin: 2rem 0;
  color: #fff;
  text-align: center;
  position: relative;
}

#photos_section .headline::after {
  content: '';
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: .3rem;
  width: 60%;
  border-radius: 5rem;
}

#photos_section .headline::after {
  background: #00B894;
}


#photos_section .photos_title{
  color: orange;
  text-transform: uppercase;
  font-style: oblique;
  font-size: 17px !important;
  padding-bottom: .7em;
}

.selected_photos_title{
padding-top: 6rem;
font-size: 2.8rem;
color: orange;
}




#NEWS_section {
  display: -ms-grid;
  display: grid;
  place-items: center;
  min-height: 100vh;
  width: 100vw;
  background-image: linear-gradient(90deg, black, darkgrey);
}


#NEWS_section .headline {
  text-transform: capitalize;
  font-size: 2.8rem;
  padding-top: 5rem;
  margin: 2rem 0;
  color: #fff;
  text-align: center;
  position: relative;
}

#NEWS_section .headline::after {
  content: '';
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: .3rem;
  width: 60%;
  border-radius: 5rem;
}

#NEWS_section .headline::after {
  background: #00B894;
}


#NEWS_section span{
  font-size: 4rem;
  color: green;
  font-weight: bold;
}


#NEWS_section .container {
  width: 90%;
}

#NEWS_section .container .box {
  max-width: 60rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 2rem;
  margin-left: 5rem;
  padding-left: 6rem;
  position: relative;
  clear: both;
}

#NEWS_section .container .box img {
  position: absolute;
  top: 50%;
  left: -9%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 10rem;
  width: 10rem;
  border-radius: 10rem;
  border: 0.5rem solid #00B894;
  -webkit-box-shadow: 0 0 5rem #00B894 inset;
          box-shadow: 0 0 5rem #00B894 inset;
  -o-object-fit: cover;
     object-fit: cover;
}

#NEWS_section .container .box .info h2 {
  margin-top: -2.5rem;
  margin: 2rem;
  color: #00B894;
  text-align: right;
}

#NEWS_section .container .box .info p {
  font-size: 1.6rem;
  padding: 1rem;
  color: #333;
}

#NEWS_section .container .box .info p i {
  padding: 1rem;
  color: #00B894;
}

#NEWS_section .container .box:nth-child(even) {
  float: right;
}



#NEWS_section .NEWS_style a{
  color: #f3f3f3;
  transition: 1s;
}


.post_author_style{
  font-size: 2rem;
  width: 100%;
  background: #000;
  color: lightgrey;
  padding: 10px 10px 10px 10px;
  margin-bottom: 0;
}


.selected_post_author_style{
  font-size: 2rem;
  width: 100%;
  background: #000;
  color: lightgrey;
  padding: 25px 10px 25px 10px;
  margin-bottom: 0;
}



.selected_post_author_style img{
position: relative;
margin-top: -20.2em;
margin-left: -4.4em;
}


.post_time_style{
  font-size: 2rem;
  width: 100%;
  background: #000;
  color: lightgrey;
  padding: 10px 10px 10px 5px;
}


.post_author_text_style{
  font-size: 11px;
}


.selected_post_author_text_style{
  position: relative;
  font-size: 13px;
  font-weight: bold;
  padding-left: 7em;
}



#NEWS_section .NEWS_title{
  color: #000;
  text-transform: uppercase;
  font-style: oblique;
  font-size: 13px !important;
  padding-bottom: .7em;
}


.NEWS_title::first-letter {
  -webkit-initial-letter: 4;
          initial-letter: 4;
  color: orange;
  font-weight: bold;
  margin-right: .1em;
  font-size: 27px;
}


.NEWS_category_style{
  color: #000 !important;
  font-size: 13px !important;
  font-weight: bold;
  padding-bottom: .7em;
}


.NEWS_small_col_title_style{
  color: #000 !important;
  font-size: 17px !important;
  padding-bottom: .7em;
}

.NEWS_small_col_title_style .fa{
  color: #000 !important;
  font-size: 25px !important;
  padding-right: .5em !important;
}


.event_small_col_title_style{
  color: #000 !important;
  font-size: 17px !important;
  font-weight: bold;
  padding-bottom: .7em;
}

.event_small_col_title_style .fa{
  color: #000 !important;
  font-size: 25px !important;
  padding-right: .5em !important;
}


.event_quick_info
{
  position: relative;
  text-align: left !important;
  color: #000 !important;
  font-size: 15px !important;
  padding-right: .5em !important;
}


.event_quick_info li
{
 margin-bottom: 1em;
}



.NEWS_small_col_link_style{
  font-size: 15px !important;
}


#NEWS_section .large_col{
  height: auto;
  padding: 10px 10px 0px 10px;
  background: #d5d5d5;
  border-radius: 4px;
  margin-bottom: 2em;
}


#NEWS_section .small_col{
  height: auto;
  padding: 10px 10px 0px 10px;
  background: #d5d5d5;
  border-radius: 4px;
  margin-bottom: 2em;
}

.small_col .fa{
font-size: 13px;
color: #000;
}


.small_col img{
width: 100%;
height: auto;
}



#selected_NEWS_container {
  padding-top: 3rem;
  position: relative;
}


#selected_NEWS_container .large_col{
  text-align: left;
  padding: 10px 10px 0px 10px;
  background: #d5d5d5;
  border-radius: 4px;
  margin-bottom: 2em;
}


#selected_NEWS_container .small_col{
  padding: 10px 10px 0px 10px;
  background: #d5d5d5;
  border-radius: 4px;
  margin-bottom: 2em;
}



#selected_NEWS_container .NEWS_body_style{
color: #000;
font-size: 14px;
line-height: 1.5;
margin: 1em;
}


#selected_NEWS_container .NEWS_title_style{
text-transform: uppercase;
color: #000;
line-height: 1.5;
margin: 1em;
}

.small_col .NEWS_title_style{
font-weight: bold;
color: #000;
margin-bottom: -1em !important;
}


#load_NEWS_BTN{
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  border: solid 2px rgba(34,68,65,0.9);
  padding: 5px 10px 5px 10px;
  text-transform: capitalize;
  text-shadow: 2px 2px black;
  font-size: 1.3rem;
  color: #f3f3f3;
  font-weight: normal;
  background: rgb(34,68,65);
  background: linear-gradient(0deg, rgba(34,68,65,0.9) 0%, rgba(14,14,14,1) 100%);
}

#load_NEWS_BTN:hover{
  text-decoration: none;
  border: solid 2px rgba(17,34,33,0.9);
  background: transparent;
  color: rgba(34,68,65,0.9);
  transition: 1s;
}



#open_more_quick_downloads_BTN{
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  border: solid 2px rgba(34,68,65,0.9);
  padding: 5px 10px 5px 10px;
  text-transform: capitalize;
  text-shadow: 2px 2px black;
  font-size: 1.3rem;
  color: #f3f3f3;
  font-weight: normal;
  background: rgb(34,68,65);
  background: linear-gradient(0deg, rgba(34,68,65,0.9) 0%, rgba(14,14,14,1) 100%);
}

#open_more_quick_downloads_BTN:hover{
  text-decoration: none;
  border: solid 2px rgba(17,34,33,0.9);
  background: transparent;
  color: rgba(34,68,65,0.9);
  transition: 1s;
}



#open_more_quick_links_BTN{
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  border: solid 2px rgba(34,68,65,0.9);
  padding: 5px 10px 5px 10px;
  text-transform: capitalize;
  text-shadow: 2px 2px black;
  font-size: 1.3rem;
  color: #f3f3f3;
  font-weight: normal;
  background: rgb(34,68,65);
  background: linear-gradient(0deg, rgba(34,68,65,0.9) 0%, rgba(14,14,14,1) 100%);
}

#open_more_quick_links_BTN:hover{
  text-decoration: none;
  border: solid 2px rgba(17,34,33,0.9);
  background: transparent;
  color: rgba(34,68,65,0.9);
  transition: 1s;
}



#open_more_quick_downloads_wrapper{
  font-size: 1.3rem;
}



#go_to_latest_NEWS_BTN{
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  border: solid 2px rgba(34,68,65,0.9);
  padding: 5px 10px 5px 10px;
  margin-bottom: 2em;
  text-transform: capitalize;
  text-shadow: 2px 2px black;
  font-size: 1.3rem;
  color: #f3f3f3;
  font-weight: normal;
  background: rgb(34,68,65);
  background: linear-gradient(0deg, rgba(34,68,65,0.9) 0%, rgba(14,14,14,1) 100%);
}

#go_to_latest_NEWS_BTN:hover{
  text-decoration: none;
  border: solid 2px rgba(17,34,33,0.9);
  background: transparent;
  color: rgba(34,68,65,0.9);
  transition: 1s;
}


#contact {
  display: -ms-grid;
  display: grid;
  place-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#00B894), to(#00B894)), url(../bgs/contact-bg.jpg) no-repeat;
  /*background: linear-gradient(#00B894, #00B894), url(bgs/kuleah.jpg) no-repeat  !important;*/
  background: linear-gradient(#00B894, #00B894), url(bgs/contact-bg.jpg) ;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-blend-mode: screen;
}


#contact .headline {
  text-transform: capitalize;
  font-size: 4rem;
  padding-top: 5rem;
  margin: 2rem 0;
  color: #fff;
  text-align: center;
  position: relative;
  color: #333;
}
.our-school{
margin:20px;
}

#contact .headline::after {
  content: '';
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: .3rem;
  width: 60%;
  border-radius: 5rem;
  background: #333;
}

#contact .headline::after {
  background: #fff;
}

.popup-title{
  margin-top: 2em;
  font-size: 20px !important;
}

form button{
  padding: .3em .5em .3em .5em !important;
  font-size: 14px !important;
   background: #00B894 !important;
   margin-right: 1em !important;
   margin-top: 1em !important;
}

#contact form {
  background: #fff;
  padding-top: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1rem;
  border-radius: .5rem;
  -webkit-box-shadow: 0 0 1rem #333;
          box-shadow: 0 0 1rem #333;
}

#contact form .inputBox {
  text-align: center;
  position: relative;
}

#contact form .inputBox input, #contact form .inputBox textarea {
  outline: none;
  padding: 0 1rem;
  height: 4rem;
  width: 90%;
  border-radius: .5rem;
  border: .2rem solid #333;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 2rem 0;
}

#contact form .inputBox input:focus ~ h3,
#contact form .inputBox input:valid ~ h3, #contact form .inputBox textarea:focus ~ h3,
#contact form .inputBox textarea:valid ~ h3 {
  top: -1rem;
  left: 5.9%;
  color: #ff3300;
}

#contact form .inputBox input:focus, #contact form .inputBox textarea:focus {
  border-color: #00B894;
}

#contact form .inputBox textarea {
  resize: none;
  padding: 1rem;
  height: 20rem;
}

#contact form .inputBox input[type="submit"] {
  border: none;
  background: #00B894;
  color: #fff;
}

#contact form .inputBox input[type="submit"]:hover {
  background: #333;
}

#contact form .inputBox h3 {
  position: absolute;
  top: 3rem;
  left: 8%;
}

#footer {
  width: 100%;
  margin: 0;
  padding: 0;
}

#top_footer {
  min-height: 200px;
  background: rgb(34,68,65);
  background: linear-gradient(0deg, rgba(34,68,65,0.5) 0%, rgba(14,14,14,1) 100%); 
}
#top_footer container{
    top:0;
  }
#quick_downloads,#quick_links a{
font-size: 1.5em;
}

#quick_downloads,#quick_links{
  position: relative;
  padding-top: 2em;
    background: #fff0f0;
}


#bottom_footer {
  background: #521;
}

#bottom_footer h1 {
  text-align: center;
  color: #fff;
  font-size: 1.9rem;
  padding: 2rem 0;
  margin: 0;
}

#bottom_footer h1 span {
  color: #00B894;
}



@media (max-width: 920px) {
  html {
    font-size: 50%;
  }
}


@media (max-width: 768px) {
  html {
    font-size: 50%;
  }
  #header .fa-bars {
    display: block;
  }
  #header nav {
    position: fixed;
    top:-120%;
    left: 0;
    height: calc(100vh - 5rem);
    width: 100vw;
    background: #fff;
  }
  #header nav ul {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header nav ul li {
    margin: 2rem 0;
  }
  #header nav ul li a {
    font-size: 3rem;
  }
  #header .nav-toggle {
    top: 5.6rem;
  }
   {
    -webkit-animation: none;
    animation: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.8))), url(Externals/templates/uploads/bgs/1417007969682f09e16f905903714849S0147.jpg) no-repeat !important;
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(bgs/ iyawaya.jpg) no-repeat !important;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }

  #home .content {
    text-shadow: .1rem .1rem .3rem #333;
  }
  #home .content .icons {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}


@media (max-width: 600px) {
.selected_post_author_text_style{
  position: relative;
  float: right;
  line-height: 1.3;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  margin-top: -1em;
  padding-bottom: 2em;
}
}


@media (max-width: 500px) {

  #why-us .container .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 1.5rem;
  }
  #why-us .container .box img {
    height: 100%;/* all pose challenges*/
	 width: 100%;
    margin: 1rem;
	object-fit:cover;
	background-size:cover;
	display:grid;
	float:right;
	height:auto;
  }
  #why-us .container .box .info {
    padding-left: 0;
    padding-top: 3rem;
    border: none;
    text-align: center;
  }
  #why-us .container .box .info p {
    padding: 1rem;
  }
 
 
#testimonial .box-container {
  width: 90%;
}

#testimonial .box-container .box {
  max-width: 60rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 2rem;
  margin-left: 5rem;
  padding-left: 6rem;
  position: relative;
  clear: both;
}

#testimonial .box-container .box img {
  position: absolute;
  top: 50%;
  left: -9%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 10rem;
  width: 10rem;
  border-radius: 10rem;
  border: 0.5rem solid #00B894;
  -webkit-box-shadow: 0 0 5rem #00B894 inset;
          box-shadow: 0 0 5rem #00B894 inset;
  -o-object-fit: cover;
     object-fit: cover;
}

#testimonial .box-container .box .info h2 {
  margin-top: -1.5rem;
  margin: 1.5rem;
  color: #00B894;
  text-align: center;
}
#testimonial .box-container .box:nth-child(even) {
  float: right;
}
}
@media (max-width:800px){
html,body{overflow-x:hidden;}
}
/*home option 2 css styling*/
.home-choice {
    text-transform: capitalize;
  min-height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding-left: 0 !important;
  margin-left: 0 !important;
  -webkit-animation: background 10s alternate infinite;
  animation: background 10s alternate infinite;
  z-index: 9;
}

.slide {
  position:absolute;
  width:100%; height:100%;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}
.slide div {    position:absolute; width:100%; height:100%; }
.slide:nth-of-type(1) { -webkit-animation:slideTop 16s 60s ease-out infinite; animation:slideTop 40s 40s ease-in-out infinite; }
.slide:nth-of-type(2) { -webkit-animation:slideRight 16s 60s ease-out infinite; animation:slideRight 40s 34s ease-in-out infinite; }
.slide:nth-of-type(3) { -webkit-animation:slideLeft 16s 60s ease-out infinite; animation:slideLeft 40s 28s ease-in-out infinite; }
.slide:nth-of-type(4) { -webkit-animation:slideBottom 16s 60s ease-out infinite; animation:slideBottom 40s 22s ease-in-out infinite; }
.slide:nth-of-type(5) { -webkit-animation:slideBottom 16s 60s ease-out infinite; animation:slideBottom 40s 16s ease-in-out infinite; }
.slide:nth-of-type(6) { -webkit-animation:slideTop 10s 60s ease-out infinite; animation:slideTop 40s 10s ease-in-out infinite; }
.slide:nth-of-type(7) { -webkit-animation:slideTop 10s 60s ease-out infinite; animation:slideTop 40s 10s ease-in-out infinite; }

/* Alternate directions: Use class or :nth-child to select the correct slide you want to affect,
		 otherwise it will affect all of them */
/* .slide { to apply to all */
/* Top */
.slide:nth-of-type(1) { 
    -webkit-transform-origin: top center;
  transform-origin: top center;
}
@-webkit-keyframes slideTop {
    0%,5% { -webkit-transform: rotateX(0); z-index:1; }
  10% { -webkit-transform: rotateX(-90deg); }
  13% { z-index:1; -webkit-transform: rotateX(-90deg) translateY(-150%); }
  50% { z-index:-1; -webkit-transform: rotateX(-90deg) translateY(-150%); }
  53%,73% { z-index:-1; -webkit-transform:rotateX(0) translateY(0); }
} 
@keyframes slideTop {
    0%,5% { transform: rotateX(0); z-index:1; }
  10% { transform: rotateX(-90deg); }
  13% { z-index:1; transform: rotateX(-90deg) translateY(-150%); }
  50% { z-index:-1; transform: rotateX(-90deg) translateY(-150%); }
  53%,80% { z-index:-1; transform:rotateX(0) translateY(0); }
  81%,100% { z-index:0; } 
}

/* Right */
.slide:nth-of-type(2) {
    -webkit-transform-origin: right center;
  transform-origin: right center; 
} 
@-webkit-keyframes slideRight {
    0%,5% { -webkit-transform: rotateY(0); z-index:1; }
  10% { -webkit-transform: rotateY(-90deg); }
  13% { z-index:1; -webkit-transform: rotateY(-90deg) translateX(100%); }
  50% { z-index:-1; -webkit-transform: rotateY(-90deg) translateX(100%); }
  53%,73% { z-index:-1; -webkit-transform:rotateY(0) translateX(0); }
}
@keyframes slideRight {
    0%,5% { transform: rotateY(0); z-index:1; }
  10% { transform: rotateY(-90deg); }
  13% { z-index:1; transform: rotateY(-90deg) translateX(100%); }
  50% { z-index:-1; transform: rotateY(-90deg) translateX(100%); }
  53%,80% { z-index:-1; transform:rotateY(0) translateX(0); }
  81%,100% { z-index:0; }
}

/* Right repaeat*/
.slide:nth-of-type(2) {
    -webkit-transform-origin: right center;
  transform-origin: right center; 
} 
@-webkit-keyframes slideRight {
    0%,5% { -webkit-transform: rotateY(0); z-index:1; }
  10% { -webkit-transform: rotateY(-90deg); }
  13% { z-index:1; -webkit-transform: rotateY(-90deg) translateX(100%); }
  50% { z-index:-1; -webkit-transform: rotateY(-90deg) translateX(100%); }
  53%,73% { z-index:-1; -webkit-transform:rotateY(0) translateX(0); }
}
@keyframes slideRight {
    0%,5% { transform: rotateY(0); z-index:1; }
  10% { transform: rotateY(-90deg); }
  13% { z-index:1; transform: rotateY(-90deg) translateX(100%); }
  50% { z-index:-1; transform: rotateY(-90deg) translateX(100%); }
  53%,80% { z-index:-1; transform:rotateY(0) translateX(0); }
  81%,100% { z-index:0; }
}

/* Left */
.slide:nth-of-type(3) {
    -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-webkit-keyframes slideLeft {
    0%,5% { -webkit-transform: rotateY(0); z-index:1; }
  10% { -webkit-transform: rotateY(90deg); }
  13% { z-index:1; -webkit-transform: rotateY(90deg) translateX(-100%); }
  50% { z-index:-1; -webkit-transform: rotateY(90deg) translateX(-100%); }
  53%,73% { z-index:-1; -webkit-transform:rotateY(0) translateX(0); }
}
@keyframes slideLeft {
    0%,5% { transform: rotateY(0); z-index:1; }
  10% { transform: rotateY(90deg); }
  13% { z-index:1; transform: rotateY(90deg) translateX(-100%); }
  50% { z-index:-1; transform: rotateY(90deg) translateX(-100%); }
  53%,80% { z-index:-1; transform:rotateY(0) translateX(0); }
  81%,100% { z-index:0; }
}

  /* Bottom */
.slide:nth-of-type(4) {
    -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-webkit-keyframes slideBottom {
    0%,5% { -webkit-transform: rotateY(0); z-index:1; }
  10% { -webkit-transform: rotateY(90deg); }
  13% { z-index:1; -webkit-transform: rotateY(90deg) translateX(-100%); }
  50% { z-index:-1; -webkit-transform: rotateY(90deg) translateX(-100%); }
  53%,73% { z-index:-1; -webkit-transform:rotateY(0) translateX(0); }
}
@keyframes slideBottom {
    0%,5% { transform: rotateY(0); z-index:1; }
  10% { transform: rotateY(90deg); }
  13% { z-index:1; transform: rotateY(90deg) translateX(-100%); }
  50% { z-index:-1; transform: rotateY(90deg) translateX(-100%); }
  53%,80% { z-index:-1; transform:rotateY(0) translateX(0); }
  81%,100% { z-index:0; }
}

    /* TOP */
.slide:nth-of-type(5) {
    -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-webkit-keyframes slideTop {
    0%,5% { -webkit-transform: rotateY(0); z-index:1; }
  10% { -webkit-transform: rotateY(90deg); }
  13% { z-index:1; -webkit-transform: rotateY(90deg) translateX(-100%); }
  50% { z-index:-1; -webkit-transform: rotateY(90deg) translateX(-100%); }
  53%,73% { z-index:-1; -webkit-transform:rotateY(0) translateX(0); }
}
@keyframes slideTop {
    0%,5% { transform: rotateY(0); z-index:1; }
  10% { transform: rotateY(90deg); }
  13% { z-index:1; transform: rotateY(90deg) translateX(-100%); }
  50% { z-index:-1; transform: rotateY(90deg) translateX(-100%); }
  53%,80% { z-index:-1; transform:rotateY(0) translateX(0); }
  81%,100% { z-index:0; }
}

/* Right */
.slide:nth-of-type(6) {
    -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-webkit-keyframes slideRight {
    0%,5% { -webkit-transform: rotateY(0); z-index:1; }
  10% { -webkit-transform: rotateY(-90deg); }
  13% { z-index:1; -webkit-transform: rotateY(-90deg) translateX(100%); }
  50% { z-index:-1; -webkit-transform: rotateY(-90deg) translateX(100%); }
  53%,73% { z-index:-1; -webkit-transform:rotateY(0) translateX(0); }
}
@keyframes slideRight {
    0%,5% { transform: rotateY(0); z-index:1; }
  10% { transform: rotateY(-90deg); }
  13% { z-index:1; transform: rotateY(-90deg) translateX(100%); }
  50% { z-index:-1; transform: rotateY(-90deg) translateX(100%); }
  53%,80% { z-index:-1; transform:rotateY(0) translateX(0); }
  81%,100% { z-index:0; }
}
.slide:nth-of-type(7) { 
    -webkit-transform-origin: top center;
  transform-origin: top center;
}
@-webkit-keyframes slideTop {
    0%,5% { -webkit-transform: rotateX(0); z-index:1; }
  10% { -webkit-transform: rotateX(-90deg); }
  13% { z-index:1; -webkit-transform: rotateX(-90deg) translateY(-150%); }
  50% { z-index:-1; -webkit-transform: rotateX(-90deg) translateY(-150%); }
  53%,73% { z-index:-1; -webkit-transform:rotateX(0) translateY(0); }
} 
@keyframes slideTop {
    0%,5% { transform: rotateX(0); z-index:1; }
  10% { transform: rotateX(-90deg); }
  13% { z-index:1; transform: rotateX(-90deg) translateY(-150%); }
  50% { z-index:-1; transform: rotateX(-90deg) translateY(-150%); }
  53%,80% { z-index:-1; transform:rotateX(0) translateY(0); }
  81%,100% { z-index:0; } 
}


/* End alternate directions */


/* STYLISTIC THINGS: Photos from internal photo gallery*/
.slide:nth-of-type(1) div {
    background: url("bgs/20250502_174025.jpg") center center;
  background-size:cover;
}
.slide:nth-of-type(2) div {
    background: url("bgs/20251013_085341.jpg") center center;
  background-size:cover;
}
.slide:nth-of-type(3) div {
    background: url("bgs/20250502_174536.jpg") center center;
  background-size:cover;
}
.slide:nth-of-type(4) div {
    background: url("bgs/20240923_075940.jpg") center center;
  background-size:cover;
}
.slide:nth-of-type(5) div {
    background: url("bgs/20250924_152639.jpg") center center;
  background-size:cover;
}
.slide:nth-of-type(6) div {
    background: url("bgs/20250813_164211.jpg") center center;
  background-size:cover;
}
.slide:nth-of-type(7) div {
    background: url("bgs/20250502_174445.jpg") center center;
  background-size:cover;
}


/*# sourceMappingURL=style.css.map */
.copyrightText{
  color: #fff;
  font-size: 17px;
  padding-top: 20px;
  padding-bottom: 12px;
}

. CLICK TO VIEW>>MyProfile{
  padding-left: 2%;
  color: #00FFFF;
  padding-right: 3%;
  margin-top: 1%;
  font-size: 15px; 
}

. CLICK TO VIEW>>MyProfile1{
  padding-left: 2%;
  padding-right: 3%;
  margin-top: 1%;
  background: #2C3E50 !important;
  border-color: #000 !important;
  color: #ffffff !important;
}

. CLICK TO VIEW>>MyProfile1 a{
  color: #00FFFF !important;
}

. CLICK TO VIEW>>MyProfile1 a:hover{
  color: #dcdcdc !important;
}

.img_spin
{
  width: 50px;
}


/**Full Screen Popup **/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* -------------------------------- 

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: "Lato", sans-serif;
  color: #8f9cb5;
  background-color: #ffd88f;
}

a {
  color: #35a785;
  text-decoration: none;
}

/* -------------------------------- 
-------------------- 

Main components 

-------------------------------- */
#pageTitle{
margin-top: 2em;
}

.close_enrolment_page {
position: relative;
margin-top: 5%;
margin-bottom: 1%;
border: 2px solid #d3d3d3;
padding: 1em 1.5em 1em 1.5em;
border-radius: 100px;
margin-top: 8em;
float: right;

-webkit-border-radius: 100px;
-webkit-margin-top: 5%;
-webkit-margin-bottom: 1%;

-moz-border-radius: 100px;
-moz-margin-top: 5%;
-moz-margin-bottom: 1%;

-o-border-radius: 100px;
-o-margin-top: 5%;
-o-margin-bottom: 1%;
}


.close_popup_page {
position: absolute;
border: 2px solid #d3d3d3;
padding: 1em 1.5em 1em 1.5em;
border-radius: 100px;
margin-top: 2em;
right: 1.5em;
top: 6em;
z-index: 99999999;

-webkit-border-radius: 100px;
-webkit-right: 1.5em;
-webkit-top: 6em;

-moz-border-radius: 100px;
-moz-right: 1.5em;
-moz-top: 6em;

-o-border-radius: 100px;
-o-right: 1.5em;
-o-top: 6em;
}

.cd-popup-trigger {
  display: block;
  width: 170px;
  height: 50px;
  line-height: 50px;
  margin: 3em auto;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 50em;
  background: #35a785;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07);
}
/* -------------------------------- 

xpopup 

-------------------------------- */
.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  overflow-y:auto;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 9999;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  width: 100%;
  min-height: 100px;
  padding-bottom: 20px;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translatex(-400px);
  -moz-transform: translatex(-400px);
  -ms-transform: translatex(-400px);
  -o-transform: translatex(-400px);
  transform: translatex(-400px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.popup-page-container {
  min-height: 100px;
  padding-top: 6em;
  margin:0px;
  margin-top: -6em;
}

.is-visible .cd-popup-container {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
/**END Full Screen Popup **/



/**Back-To-Top BTN**/

.scrollToTopBtn {
  display: none;
  background-color: black;
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 16px;
  line-height: 48px;
  width: 48px;
  display: flex;           /* establish flex container */
  flex-direction: column;  /* make main axis vertical */
  justify-content: center; /* center items vertically, in this case */
  align-items: center;     /* center items horizontally, in this case */
  /* place it at the bottom right corner */
  position: fixed;
  bottom: 30px;
  right: 30px;
  /* keep it at the top of everything else */
  z-index: 100;
  /* and a transition */
  transition: all .5s ease;
  text-decoration: none;
}
/**END Back-To-Top BTN**/


 /* Dropdown Button */
.dropbtn {
  background-color: transparent;
  font-family: 'Exo 2', sans-serif;
  color: black;
  font-size: 2rem;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {text-decoration: none; background-color: #00B894; padding: 5px;} 


.side-nav-bar {
  position:fixed;
  top: 0;
  right: 0;
  height: 60px;
  line-height: 58px;
  width: 100%;  
  z-index: 2;
background:white;
  text-align: center;
  color: #ffff00;
  font-family: sans-serif;
  font-weight: bolder !important;
  font-size: 20px;
  display:flex;
float:right;

}
.side-nav-bar p {
  padding: 0;
  margin: 0;
}
.side-nav-bar p a {
  padding: 5px 10px;
  border-radius: 3px;
  background: #FFF;
  color: #1ABD9A;
  font-weight: bold;
  text-decoration:none;
}

#parent-details-container{
display:flex;
flex:1;
white-space:nowrap;
text-overflow:ellipsis;
overflow:hidden;
  position: fixed;
  top: 0;
  left: 0;
  height:60px !important;
  line-height: 58px;
  width: 38%;
    z-index: 10;
  background:aqua;
  text-align: center;
  color: #ffff00;
  font-family: sans-serif;
  font-weight: bolder !important;
  font-size: 20px;
float:left;
display:inline !important;
}


.external-summary[open].side-dropdown{
width;100%;}
height;100%;}
}
.external-summary{
position:relative; 
left:50%;
width;768px;
height;100%;
display:flex;
flex:1;
white-space:nowrap;
justify-content:space-between;
text-overflow:ellipsis;
overflow-x:hidden;
overflow-y:auto;

}

.external-summary summary{
position:absolute;
left:0;
width;100%;
height;100%;
z-index:10;
display:block;
flex-wrap:wrap;
flex:1;
white-space:nowrap;
justify-content:space-between;
text-overflow:ellipsis;
overflow-x:hidden;
}

.external-summary summary a:link{
position:relative;
left:0;
width:auto;
z-index:300000;
display:block;
flex-wrap:nowrap;
flex:1;
white-space:nowrap;
justify-content:space-betwee
text-overflow:ellipsis;
0verflow-x:hidden;
}
.siblings-details-container{
overflow-x:hidden;
 overflow-y:auto;
position:fixed;
  top: 0;
  left: 0;
  height:260px !important;
  width:100%;
    z-index: 10;
  background:#00f0ff;

}
.internal-summary{
top:10%;
display:absolute;
position:relative;
z-index:100000;
margin-top:10px;
padding:10px;
}
.internal-summary summary{
top:0;
display:absolute;
position:relative;
z-index:10;
margin-top:5px;
padding:0px;
}

.nav-container{
 position: fixed;
display:flex;
flex:1;
white-space:nowrap;
text-overflow:ellipsis;
overflow-x:hidden;
  top: 0;
  right: 0;
  height:60px !important;
  line-height: 58px;
  width: 72%;
    z-index: 5;
  background:aqua;
  text-align: center;
  justify-content:space-between;
text-overflow:ellipsis;
}

.summary-links-container{
background-color:#f0f0f0;
font-size;10px;
z-index:11;
}

.summary-links{
font-size;5px;
}
 .nav-link {
 color: black !important;
top:0;
  right:0;
 margin-right:10px; 
  padding:10px;
    }

#staff-box-container{
background:aqua;
margin:10px;
width:700px;
height:400px
border-radius:10px;
text-align:center;
display:grid;
grid-template-columns:1fr 2fr 1fr;
grid-template-rows:auto 100px;
}


   /* Custom styling (optional) */
    body {
      font-family: Arial, sans-serif;
    }

    .navbar {
      background-color: #0d6efd; /* Bootstrap primary color */
	   right:0 ! important;
margin-right:0; 
	}

    .navbar-brand{
      color: black !important;
	  position:fixed;
	  text-align:left;
	  z-index:2000;              /////////////////////
    }



    .navbar-toggler {
      border: none;
    }

    .navbar-toggler-icon {
      filter:brightness(0.8) contrast(1.5);                          /* filter: invert(1);  makes the hamburger icon white ,,,	   you can also adjust brightness and contrast in percents ,,brightness(80%) contrast(150%)*/

    right:0 ! important;
	margin-right:0;
	}
	
@media(max-width:768px){
.side-nav-bar{
position:fixed;
display:flex;
top: 0 !important;
  right:0! important;
flex-wrap:nowrap;
align-items:center;
width;100%! important;
  z-index:2;
  margin:0 ! impotant;	
overflow-x:hidden;
  height: 30px;
  line-height: 28px;
  background:silver;
  text-align:center;
  color: #ffff00;
  font-family: sans-serif;
  font-weight: bolder !important;
  font-size: 5px;
float:right;
}

#parent-details-container{
  position:fixed;
  top: 0;
  left: 0;
  height:40px !important;
  line-height: 38px;
  width: 100%;
    z-index: 10;
  background:aqua;
  text-align: center;
  color: #ffff00;
  font-family: sans-serif;
  font-weight: bolder !important;
  font-size: 10px;
float:left;
display:inline !important; 
justify-content:space-between;
}


.external-summary{
position:flex; 
  top: 0;
left:0;
width:100%;
display:flex;
flex:1;
z-index:10;
white-space:nowrap;
justify-content:space-between;
text-overflow:ellipsis;
overflow-x:hidden;
overflow-y:auto;
 font-family: sans-serif;
  font-weight: bolder !important;
  font-size: 5px;
float:left;
}
.external-summary summary{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:10;
display:flex;
flex-wrap:wrap;
flex:1;
white-space:wrap;
justify-content:space-between;
text-overflow:ellipsis;
overflow-x:hidden;
}
.siblings-details-container{
display:block;
overflow-x:hidden;
 overflow-y:auto;
position:fixed;
  top: 0;
  left: 2%;
    right: 2%;
  height:190px !important;
  line-height: 58px;
  width:100%;
    z-index: 10;
  background:white;
  text-align: center;
  color: #ffff00;
  font-family: sans-serif;
  font-weight: bolder !important;
  font-size: 5px;
float:left;
}
.internal-summary{
top:0%;
display:absolute;
position:relative;
z-index:10;
margin-top:5px;
padding:0px;
}

.internal-summary summary{
position:relative;
display:block;
top:0;
z-index:10;
margin-top:0.5px;
padding:10px;
  font-size: 15px;

}

.nav-container{
 position: fixed;
display:flex;
flex:1;
white-space:nowrap;
text-overflow:ellipsis;
overflow-x:hidden;
  top: 25px;
  right: 0;
  height:40px !important;
  line-height: 38px;
  width: 100%;
    z-index: 5;
  background:aqua;
    font-size: 10px;
  text-align: center;
  justify-content:space-between;
text-overflow:ellipsis;
}


.summary-links-container{
background-color:#f0f0f0;
    z-index: 0;
}
 .nav-link {
      color: yellow !important;
	  top:0;
	  right:0;
	  margin-right:10px; 
  padding:1.5px! important;
<!--background:silver;-->
    }
body{
padding:0;
  font-size: 7px;
}
#quick_downloads,#quick_links{
  position: relative;
  padding-top: 2em;
    background: #fff0f0;
}
