body{
  margin: 0px;
  padding: 0px;
}

.logo img {
  width: 120px; /* Adjust as needed */
  height: auto;
}
nav a{
  font-size: 0.85rem;
}
.nav-link:hover {
  color: 
  #016feb !important;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
.navbar .dropdown:hover .dropdown-menu {
  display: block;
}
.bi{
  font-size: 1rem;
  transition: 0.4s ease;
}
div i.bi:hover{
  transform : translateY(-8px);
  cursor: pointer;
}
#numerical{
  background-color: #005BAA;
  height: 190px;
  /* margin-bottom: 30px; */
}
div.countings{
  padding-left: 80px;
  padding-right: 80px;

}
div p.flex{
  margin-left:    60px;
  font-size: 60px;
}
#child-development{
  background-color: #F4F5F7;
  height: 100%;
}
#child-development img{
  height: 165px;
  width: 165px;
  border: 10px solid #EBEBEB !important;
  border-radius: 1px;
}
#child-development img:hover{
  transform: scale(0.90);
  transition: 0.3s ease-in-out;
  cursor: pointer;
  
}



#unesco{
  background-color: #F4F5F7;
  height: 100%;
  padding-top: 180px !important;
   padding-bottom: 180px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
#unesco #unesco-img{
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: #ECECEC 2px solid;
}
section .card{
  width: 600px;
  height: 600px;
  /* height: 100%; */
  margin: 20px;
}
#card-btn{
  background-color: #44AED6;
}
#card-btn:hover{
  background-color: #247b9b;
}



#ourPhilosophy .btn:hover{
  background-color: #aadbec !important;
}
/* #achievement-box{
  background-color: #44AED6;
  height: 225px;
  width: 325px;
  margin: 15px;
}
#achievement-box-img{
  opacity: 0.18 !important;
  width: 640px !important;
  z-index: -1;
} */

.achievement-box {
  background: #26a5d3;
  height: 225px;
  width: 325px;
  margin: 15px auto;
  z-index: 2;
  transition: background 0.2s ease;
}
section.achievement-box span{
  z-index: 3;
}
section.achievement-box img{
  z-index: 1;
}
.row > .col-md-4:nth-child(-n+5) .achievement-box:hover {
  background: #211b1c;
}

#ourPhilosophy{
  background-color: #005BAA;
  height: 100%;
}
#ourPhilosophy img{
  height: 570px;

  width: 450px;
}
#ourPhilosophy span{
  font-size: 17.5px !important;
}
#xyz{
  background-color: #44AED6 !important;
}
#xyz:hover{
  background-color: #a1d3e5 !important;
  color: black !important;
}
footer{
   background-color: #F9F9F9;
}
#footer{
  height: 100%;
  margin-left: 120px !important;
  margin-right: 120px !important;
}
#footer i{
font-size: 15px !important;
}
#footer .pointer div{
  cursor: pointer;
}
#copyright{
  height: 100px;
  background-color: #EEEEEE;
}



@media (max-width: 992px) {
  #numerical{ 
    /* width: 200px; */
    height: 400px;
  }
 
}
@media (max-width: 992px) {
  #footer{ 
   margin-left: 0px !important;
   padding-left: 0px !important;
  }
 
}