/* styles/reset.css */
body{
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

a{
  color: white;
  text-decoration: none;
}
.sub-menu1,.sub-menu2 {
  display: none;
}
.span{
    font-size:30px;cursor:pointer;
}
#width{
  width:90px;
}
#span{
   font-size: 30px;
    color: white;
    display: none;
}
#ul{
  background-color: rgb(255, 255, 255);
   text-align: center;
   font-weight: bolder;
   display: none;
}

#custom-container {
 background-image: url(images/pic3.jpg);
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
    border-radius: 2px;
  }
  #custom-container2 {
    background-color: #001f3fd5;
     }
     #custom-container3{
      display: flex;
      flex-direction: row;
     }
     #custom-container3 > div{
      color: white;
     }
     #h1{
      font-size: 30px;
      font-weight: bolder;
     }
     #p{
      font-size: small;
     }
  

#navs{
  background-color: #FFFFFF;
  z-index: 1000;
  text-align: center;
  color: #003F88;
  padding-top: 30px;
  padding-bottom: 50px;
}
#navbars{
  background-color: #001f3f;
  color: white;
  position: sticky;
  top: 0;
  text-align: center;
  z-index: 1000;
  font-weight: bold;
  padding: 5px;
  margin-top: -5px;
}
footer{
    background-color: #01172c;
}
#hover{
  margin-right: 30px;
  padding: 7px;
}
#hover1{
  padding: 10px;
  margin: 3px;
  background-color: #FFD700;
  color: #001f3f;
  border-radius: 5px;
}
#hover1:hover{
  background-color: #bba422;
  color: #ffffff;
    }

  #hover:hover{
border-radius: 5px;
background-color: #FFD700;
color: #001f3f;
  }
  
  @media screen and (max-width: 800px) {
    #h1{
      font-size: 16px;
      font-weight: bolder;
      padding-left: 40px;
     }
     #p{
      padding-left: 40px;
     }
    #custom-container {
      display: block;
    }
    #socials{
      display: none;
    }
    #span{
      display: block;
    }
  #navbars{
    background-color: #001f3f;
    display: none;
  }
  #width{
    width:60px;
    margin-top: 25%;
  }
    
    #div1{
      display: flex;
      flex-direction: column;
    }
    #div1> div{
      margin-right: 20px;
      padding: 30px;
    }
    #ul{
      display: block;
    }
}  


ul li{
  list-style-type:disc;
  padding-top: 20px;
  color: #001f3f;
  font-size: 14px;
}






#footz{
  background-image: url(/info.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}



.spinning-circle {
  width: 100px;
  height: 100px;
  border: 8px solid #91298f;
  border-top: 8px solid #e76f3c;
  border-radius: 50%;
  animation: spin 2s linear infinite;
  z-index: -1000;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



.full-width-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
}


#full {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
#full> div {
background-image: url(images/pic10.jpg);
background-size: contain;
}
#left{
  margin-left: 60px;
  padding-left: 3%;
}
#second{
 margin-left: 7%;
 margin-right: 7%;
 margin-top: -3%;
}

@media screen and (max-width:800px) {
  #hang{
  position: sticky;
  top: 0;
  z-index: 1;
}
  #second{
    margin: 0;
   }
  
   .previous-button,
.next-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
#left{
  margin-left: 0;
  padding-left: 0;
  text-align: left;
}
}

#cover{
  background-color: #2a013457;
  width: 100%;
  height: 100%;
}
.previous-button,
.next-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.previous-button {
  left: 10px;
}

.next-button {
  right: 10px;
}

#button:hover{
background-color: #FF595A;
}
@media screen and (max-width: 900px) {
  #first{
    display: none;
  }
#third{
  display: none;
}
#second{
  width: 100%;
}
}


#intro{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-around;
  margin-top: 30px;
}

#intro > div{
  margin-right: 40px;
}
#div1{
  width: 50%;
}
#div2{
  width: 40%;
}
#newul {
padding-left: 30px;
}
#color{
  color:black;
  font-size: 16px;
}

@media screen and (max-width: 900px) {
  #intro > div{
  width: 100%;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  }
  #intro{
    flex-direction: column;
  }
  #picture{
    display: none;
  }
#picz{
  display: block;
}
}
.full-width-container {
  margin-top: -60px;
}

#dropdownz > li{
list-style-type: none;
font-size: small;
border-bottom: 1px solid wheat;
}

.sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.sub-menu.open {
  max-height: 1000px; 
}


/* Header style */
.header {
    padding: 10px;
    background-color: #2a0134;
    font-size: 20px;
    color: white;
    font-weight: bold;
    text-align: center;
    font-weight: bold;
}

/* Paragraph style */
.paragraph {
    padding: 10px;
}

/* List style */
.list {
    padding: 10px;
    margin-top: -15px;
}

.list ul {
    list-style-type: disc;
    margin-left: 20px;
}



/* Contact style */
.contact {
    font-weight: bold;
}

/* Image style */
.image {
    height: 300px;
    width: 500px;
    margin-bottom: 20px;
}


.purple-bold {
    color: purple;
    font-weight: bold;
}


.loader {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

#ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


#span {
    cursor: pointer;
}

#ul {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}
.image-container{
  padding: 40px;
}
.hover-text-fe5000 {
  color: #fe5000;
}

.cursor-pointer {
  cursor: pointer;
}

.text-2a0134 {
  color: #2a0134;
}

.dropdown-item {
  cursor: pointer;
  color: #2a0134;
}

.dropdown-item:hover {
  color: #fe5000;
}

.sub-menu {
  display: none;
  list-style-type: none;
  padding: 0;
}

.sub-menu.open {
  display: block;
}
#hovs:hover{
  color: #fe5000;
}

#moveup{
  position: absolute;
  top: 27%;
  text-align: left;
  font-size: 30px;
  font-weight: bolder;
  color: white;
  background-color: #001f3f61;
  height: 455px;
  width: 100%;
  padding-left: 7%;
  padding-top: 8%;
  color: whitesmoke;
}

#content{
 display: flex;
 flex-direction: row;
background-color: #001f3f36;
align-items: center;
justify-content: space-around;
padding: 20px;text-align: center;
font-size: 17px;

}
#content > div{
margin-right: 40px;
}
#content1{
  display: flex;
  flex-direction: row;
 align-items: center;
 justify-content: space-around;
 padding: 20px;text-align: center;
 font-size: 17px;
 font-weight: bold;
 padding-top: 50px;
 color:#fdc600d4 ;
 text-align: left;
 }
 #content1 > div{
 margin-right: 40px;
 }
 #content2{
  display: flex;
  flex-direction: row;
 align-items: center;
 justify-content: space-around;
 padding: 20px;text-align: center;
 font-size: 17px;
 font-weight: bold;
 padding-top: 50px;
 color:#fdc600d4 ;
 text-align: left;
 margin-left: 5%;
 }
 #content2 > div{
 margin-right:30px;
 width: 50%;
 }

 .services{
  display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-around;
  font-weight: bolder;
  
 }
 .services > div{
  width: 20%;
  margin: 10px;
  text-align: center;
  color: #ffffff;
 }
 .services >div> img{
width:100%;
height: 200px;
border-radius: 10px;
 }
 .services >div> h1{
  font-size: 20px;
   }
   #rounded{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 20px;
   }
   #rounded>div{
    margin: 20px;
   }
@media screen and (max-width:800px) {
  .servicez{
  display: flex;flex-direction: column;justify-content: center;
  font-weight: bolder;
  padding: 20px;
 }
 .servicez > div{
  width: auto;
  text-align: center;
  color: #ffffff;
  margin-bottom: 40px;
 }
 .servicez >div> img{
height: 250px;
border-radius: 10px;
width: 100%;
 }
 .servicez >div> h1{
  font-size: 20px;
   }
 #round1{
  width: auto;
  border-radius: 100px;
  border: 1px solid white;
  font-size:14px;
  padding: 20px;
  text-align: center;
  background-color: #D1DBE5;
  color: rgb(0, 0, 0);
  font-weight: lighter;
 }
 #contents{
  display: none;
 }
}

 #introdiv{
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #003F88;
  margin-top: 1%;
  padding: 20px;
 }
 #introdiv > div{
  width: 50%;
  padding: 20px;
 }
 @media screen and (max-width:800px) {
  #none{
    display: none;
  }
  #introdiv{
    display: flex;
    flex-direction: column;
   }
   #introdiv > div{
    width: 100%;
    margin-top: 10%;
    text-align: center;
   }
 }

 #bod{
  border-top-left-radius: 150px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
 }
 #round{
  border-radius: 100%;
  border: 1px solid white;
  font-size:14px;
  padding: 40px;
  background-color: #D1DBE5;
  color: rgb(0, 0, 0);
  font-weight: lighter;
 }
 #flag-container {
  white-space: nowrap;
  overflow: hidden;
  background-image: url(images/pic6.jpg);
  background-position: center;
  background-size: cover;
}

.flag-container-inner {
  display: inline-block;
  white-space: nowrap;
  padding: 30px;
}

.flag {
  width: 200px;
  height: 120px;
  display: inline-block;
  margin-right: 5%;
}
#flagger{
  background-color: #001f3fcd;
}


#aboutz{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-around;
padding: 10px;
width: auto;
}
#aboutz > div{
  margin-right: 20px;
  padding: 20px;
}
#aboutz >div>img{
  width: 100%;
}
#aboutz >div> h1{
  color:#FFD700;
  font-size: large;
  font-weight: bold;
}
#aboutz >div> h2{
  color:#001f3f;
  font-size: large;
  font-weight: bold;
  background-color:#FFD700;
  padding: 10px;
}
#aboutz >div> p{
  padding: 10px;
}
#pad{
  width: 58%;
}
#pad2{
  width: 38%;
}
#pad2>div>img{
  width: 100%;
}


#firstUp{
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 8px;
  background-color: #001f3f;
  color: white;
}
#firstUp > div{
  width: 45%;
}
#upz{
  font-size: 20px;
  background-color: #001f3f56;height: 400px;
  width: 100%;

}
#upz>h1{
  padding-top: 20%;
}


#noner{
  display: none;
}

#showup{
  margin-top: -40px;
}
@media screen and (max-width:800px) {
  #letter{
    font-size: 25px;
  }
  #showup{
    margin-top: -20px;
  }
  #noner{
    display: block;
  }
  #upz{
    font-size: 16px;
    background-color: #001f3f56;
  }
  #upz>h1{
    padding-top: 40%;
  }
  #firstup{
    display: none;
  }
  #aboutz{
    flex-direction: column;
    padding:0;
  }
    #aboutz > div{
      padding: 10px;
      margin: 0;
    }
  #pad ,#pad2{
    width: 90%;
  }
}

@media screen and (max-width:400px) {
  #upz{
    font-size: 30px;
    background-color: #001f3f56;
  }
  #upz>h1{
    padding-top: 76%;
  }
  #upSocial{
    background-color: #001f3fa0;
    display: flex;
    flex-direction: row;
  }
  #upSocial > div{
    padding: 7px;
    width: 26%;
  }
}
#sp{
  padding-left: 40px;
}

ol > li{
  margin-top: 30px;
  margin-left: 10px;
  transition: font-size 2s;
}
#height{
 margin-top: -30%;
 width: 40%;
}
#height>div>img{
  width: 100%;
}
#heightt{
  margin-top: -60%;
 width: 40%;
}
#heightt>div>img{
  width: 100%;
}
#height2{
  margin-top: -1700px;
 }
 #height2>div>img{
width: 100%;
 }
 #height4{
  margin-top: -130%;
 }
 #height4>div>img{
  width: 100%;
   }
 #height5{
  margin-top: -1900px;
 }
 #height5>div>img{
  width: 100%;
   }
ol > li:hover{
  font-size: large;
  color: #FFD700;
}
#height3{
  margin-top: -1200px;
 }
 #height3>div>img{
  width: 100%;
   }
 #droping{
  background-color: whitesmoke;
  color: black;
  height: 0;
  transition: height 0.4s;
  overflow: hidden;
  padding-left:  20px;
  padding-right: 20px;
 }
 #inner{
  font-size: larger;
 }
 #cont > a{
  width: 25%;
  text-align: right;
  color: white;
 }
 #underunder{
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #001f3f;
 }
 #underunder > div{
 width: 40%;
 margin: 30px;
 color: white;
 }
 #underunder >div> a >h1{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  }
  #underunder >div> a >img{
    width: 400px;
    height: 250px;
    }
    #hide{
      display: none;
    }
    
    @media screen and (max-width: 800px) {
      #underunder >div> a >img{
        width: 100%;
        height: 250px;
        }
     
      #height,#heightt,#height2,#height3,#height4,#height5{
        margin-top: 0;
        width: auto;
       }
      #underunder{
        flex-direction: column;
        text-align: center;
       }
       #underunder > div{
       width: auto;
       margin: 30px;
       }
       #hide{
        display: block;
      }
      .hide{
        display: none;
      }
    }
    #ulz li{
    color: white;
    }
    #advert{
      height: 300px;
     background-image: url(images/counselling.jpg);
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
     margin-bottom: 7%;
     padding-top: 15%;
    }
    #underAd{
      background-color: rgba(0, 0, 0, 0.621);
      height: 120px;
      width: 250px;
      text-align: center;
      margin-left: 29%;
      padding: 10px;
    }

    #underAd>h1{
      font-size: 20px;
    }
    #advert> #underAd >a{
      border: 2px solid white;
      font-weight: 600;
      padding: 5px;
    }
    #advert1{
      height: 300px;
     background-image: url(images/indiana6.png);
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
     margin-bottom: 7%;
     padding-top: 15%;
    }
    #advert1> #underAd >a{
      border: 2px solid white;
      font-weight: 600;
      padding: 5px;
    }
    #advert2{
      height: 300px;
     background-image: url(images/indiana11.png);
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
     margin-bottom: 7%;
     padding-top: 15%;
    }
    #advert2> #underAd >a{
      border: 2px solid white;
      font-weight: 600;
      padding: 5px;
    }

    .advert-container {
      display: none;
    }
    .advert-buttons {
     margin-top: -20%;
    }
    #buttonz{
      padding: 2px;
      color: black;
      font-size: 40px;
      font-weight: bolder;
      background-color: rgba(255, 255, 255, 0.619);
    }
    #bottom{
      display: flex;
      flex-direction: row;
      justify-content: space-between;

    }
    #correctfoot{
      display: flex;
      flex-direction: row;
      justify-content: space-evenly;
      padding-top: 30px;
      padding-bottom: 30px;
    }

    #correctfoot>div{
      width: 24%;
  
    }
    #empower{
      font-size: 30px;
      font-weight: bolder;
    }
    @media screen and (max-width:800px) {
      #empower{
        font-size: 25px;
      }
      #correctfoot{
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding-top: 30px;
        padding-bottom: 30px;
      }
  
      #correctfoot>div{
        width: auto;
        margin: 20px;
      }
      #underAd{
       width: auto;
       margin: 0;
      }
      #bottom{
        flex-direction: column;
      }
      #application{
        display: none;
      }
    }

    #footrow{
      display: flex;
      flex-direction: row;
      justify-content: space-around;
    }
    #footrow>div>h3{
      color: #FFD700;
    }


    #contact{
      display: flex;
      flex-direction: row;
      justify-content: center;
      background-color:#001f3f;
      color: white;
  }
  #contact>div{
      width: 45%;
      padding-left: 20px;
      padding-right: 20px;
      padding: 20px;
  }
  #contact>div>form>input{
      padding: 10px;
      border-radius: 5px;
      width: 100%;
      border: 1px solid #fff;
  }
  #contact>div>form>textarea{
      width: 100%;
      border: 1px solid #fff;
  }
  #contact>div>form>button{
  background-color:#FFD700;
  padding: 10px;
  color:#001f3f;
  margin-top: 10px;
  width: 100px;
  border: 0px solid #a6a6e1;
  border-radius: 7px;
  font-size: 19px;
  font-weight: bold;
  }
  #contact>div>form{
      border: 1px solid #fff;
      border-radius: 7px;
    padding: 20px;
  }
    @media screen and (max-width:800px) {
      #footrow{
     flex-direction: column;
  margin: 20px;
      }
      #contact{
        flex-direction: column;
    }
    #contact>div{
        width: auto;
    }
    }

    /* side nav open and close */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  text-decoration: none;
  display: block;
  transition: 0.3s;
  line-height: 50px;
  color: #3d3d3d;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
border-bottom: 1px solid #e4e4e4;
padding-left: 15px;
transition: 0.5s;
}

.sidenav a:hover {
  color: #0884cc;
}
#img{
  margin-left: 40px;
}