.above_navbar ul
{
  display: flex;
}

.above_navbar ul li{
  list-style: none;
  margin: 0, 10px;
  padding-right: 10px;
  padding-top: 5px;
}

.above_navbar ul li .fa{
  font: 40px;
  transition: .5s;
  color: white;

}

.above_navbar ul li .fa:hover{
  color: black;
}

.above_navbar ul li a{
  font-size: 25px;
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 75%;
  text-align: center;
  transition: .6s;
  box-shadow: 0 7px, 8px rgba(0,0,0,.6);
  background-color: black;


}

.above_navbar ul li a:hover{
  transform: translate(0, 10px);
}

.above_navbar ul li:nth-child(1) a:hover {
  background-color: #3b5999;
  padding-left: 3px;
}
.above_navbar ul li:nth-child(2) a:hover {
  background-color: #55acee;
}
.above_navbar ul li:nth-child(3) a:hover {
  background-color: #0077B5;
}
.above_navbar ul li:nth-child(4) a:hover {
  background-color: #cd201f;
}

.float-container{
  padding-left: : 2px;
}
.float-child{
  width: 50%;
  float: left;
}


.contact-number{
  margin-left: 18%;
  float: left;
  list-style: none;
  text-decoration: none;
}

.email{
  float: left;
  padding-left: 10px;
}

.contact-email{
  margin-left: 30px;
}

.above_navbar{
  overflow: hidden;

}

.container-heading{
  display: flex;
}



/*navbar*/

.wrapper{
  background-color: #FFCD33;
  position: absolute;
  width: 100%;

}
#topnav{
  padding-left: 12%;
  background-color: #FFCD33;
}


#topnav ul {
  margin-left: 30px;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

#topnav li {
  color: black;
  background: #FFCD33;
  display: block;
  float: left;
  padding: 1.5rem;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
}
  
#topnav li a {
  color: black;
}

#topnav li:hover {
  background: white;
  cursor: pointer; 
  opacity: 0.9;

}

ul li ul {
  background-color: white;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  left: 0;
  display: none;
  z-index: 1
}

ul li:hover > ul,
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
  text-decoration: none;
  background-color: white;
}

ul li ul li {
  padding-top: 10px;
  clear: both;
  width: 100%;
}

#topnav .active{
  color: black;
  background-color: white;
  opacity: 0.9;
}


/*corousel*/

.corousel-item{
  width:100%;
  z-index: 1;
}
.d-block{
  width: 100%;
  height: 400px;
}

/*mid-section */
.news-box{
  margin-left: 5%;

  margin-top: 3%;
  height: 80%;
  width: 80%;
}


/*---------------------------------------------------------footer ---------------------------------------*/
.container-footer{
  padding-top: 3%;
  
  background-color: #FFCD33;; 
  z-index: 1;
}


.footer-list{
  list-style: none;
  color: #FFCD33;
}

.footer-list : hover{
  text-decoration: none;
}

.col-md-3{
  float: left;
  background-color: #FFCD33;;
}

.footer-social{
  font-size: 23px;
  padding-bottom: 8px;
  list-style: none;
  border-radius: 60%
  color: black;
}


.footer-contact{
  font-size: 15px;
  padding-bottom: 20px;
  list-style: none;
  color: black;

}


/********************************************ADMISSION***********************************************************/

.adm-content{
  background-color: black;
}