*{
    padding: 0;
    margin: 0;
    font-size: 18px;
    /* font-family: sans-serif; */
}
body{
     font-size: 18px;
     font-family: sans-serif;
     background-color: whitesmoke;
}
.exitdiv{
    display: none;
}


.navdiv{
    background-color: navy;
    display: flex;
    text-align: center;
    align-content: center;
    align-items: center;
    padding-left: 5px;
  
    padding: 5px;
width: 100%;
   position: fixed;
   z-index: 200;
   top: 0;
   left: 0;
}
.navdiv nav{

position: absolute;
right: 0;
 margin-right: 20px;
}
.bi-list{
    width: 40px;
    height: 30px;
    color: white;
}
.listdiv{

    position: absolute;
    right: 20px;
    display: flex;
    cursor: pointer;
    display: none;
}
.listdiv:hover{
 box-shadow: 0px 0px 5px 2px gray;
}

.navdiv nav ul{
    display: flex;
    gap: 20px;
    list-style: none;
    color: white;
  
   
}

.navdiv nav ul li a{
     font-size: 16px;
     color: white;
     text-decoration: none;
     font-family: sans-serif;

}
.navdiv nav ul li a:hover{
    color:yellow
}
.navdiv img{
    width: 50px;
    height: 50px;
    border-radius:50% ;

}
.namediv{
    margin-left: 10px;
     font-family: sans-serif;
     color: white;
     font-size: 16px;
}

.herodiv{
    background: linear-gradient(rgba(4, 4, 192, 0.884),rgba(14, 2, 6, 0.884)),url("heroImage/banna.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
   
}
.generanav{
    position: relative;
}
.texdiv{
    text-align: center;
    position: absolute;
    top: 50vh;
    justify-content: center;
    width: 100%; 
 
}
.texdiv p{
    font-family: sans-serif;
    color: white;
    font-size: 36px;
    text-shadow: 2px 2px 4px  rgb(17, 5, 5);
    font-weight: 600;
}
.texdiv span{
    font-size: 18px;
}
.appplediv{
    width: 100%;
  z-index: 200; 
  display: flex;
  justify-content: center;  
}
.appplediv button{
    background-color: royalblue;
    color: white;
    border-radius: 20px;
    border: none;
    font-family: sans-serif;
    z-index: 200;
    position: absolute;
    text-align: center;
    bottom: 150px;
    text-align: center;
    width: 200px;
    padding: 10px;
    font-size: 16px;
    animation-name: applynow;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 2s;


}
@keyframes applynow{
    0%{
        background-color: blue;
    }
    33%{
        background-color: red;
  
    }
    66%{
        background-color: navy;
      
    }
     
     100%{
        background-color: black;
  
        
    }


}
.appplediv button a{
    text-decoration: none;
    color: white;
}

.appplediv button a:hover{
    color: yellow;
}

.bodyiv{
  
    margin-top: 70px;
}
.corevaluediv,.accademicdiv,.corevaluedivabout{
    margin-top: 70px;
    display: flex;
    gap: 50px;
    justify-content: center;
    flex-wrap: wrap;
    
}
.corevaluedivabout{
    flex-direction: column;
    text-align: center;
    gap: 20px;
    color: white;
    /* background-color: gray; */
}
.grretindiv{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.accademicdiv{
    margin-top: 0;
}
.value1{
    border-radius: 10px;
    box-shadow: 0 0 2px 2px white;
     background-color: navy;
     text-align: justify;
 
    
}
.value1 p{
    text-align: justify;
    hyphens: auto;
   
}
.corevaluediv h3{
    color: yellow;
}

.corevaluediv .value1,.nurserydiv,.primarydiv,.secondarydiv{
    width: 300px;
    
    align-items: center;
    text-align: center;
    padding: 20px;
    line-height: 25px;
    font-family:  sans-serif;
    box-shadow: 0 0 2px 2px white;
    color: white;
    
}

.nurserydiv,.primarydiv,.secondarydiv,.jsecondarydiv{
    width: 300px;

    align-items: center;
    text-align: center;
    padding: 20px;
    line-height: 25px;
    font-family:  sans-serif;
    box-shadow: 0 0 2px 2px white;
    color: white;
}
.nurserydiv{
    background-color: rgba(173, 216, 230, 0.432);
}
.primarydiv{
    background-color: rgba(255, 166, 0, 0.349);
}

.secondarydiv{
    background-color: rgba(0, 0, 128, 0.479);
}
.jsecondarydiv{
    background-color: rgba(0, 128, 0, 0.37);
}
 .nurserydiv ul{
    list-style: circle;
   width: 100px;
   margin: auto;
  }
  .primarydiv ul{
    list-style: circle;
   width: 100px;
   margin: auto;

  }
   .jsecondarydiv ul{
    list-style: circle;
   width: 100px;
   margin: auto;

  }
  .containerReady p{
    text-align: justify;
    hyphens: auto;
  }
   .secondarydiv ul{
    list-style: circle;
   width: 100px;
   margin: auto;

  }
  .titdiv p{
    text-align: center;
  }


.bi-trophy-fill,.bi-bullseye,.bi-rocket-takeoff-fill,.bi-palette-fill,.bi-book-fill,.bi-mortarboard-fill,.bi-calculator{
    width: 30px;
    height: 30px;
}
.bi-palette-fill{
    color: orange;
    margin-bottom: 20px;
}
.bi-book-fill{
    color: lightblue;
     margin-bottom: 20px;
}
.bi-mortarboard-fill{
    color: green;
     margin-bottom: 20px;
}
.bi-calculator{
    color: indigo;
     margin-bottom: 20px;
}
.corevaluediv h3{
    font-family: sans-serif;
}
/* .welcomediv h2{
    text-align: center;
    margin-bottom: 20px;
    hyphens: auto;
} */
.welcomediv .desc{
    line-height: 25px;
    font-size: 18px;
    padding: 10px;

    text-align: justify;
    hyphens: auto;
 
}
.welcomdivhead{

    display: flex;
gap: 0;
  text-align: center;
  align-items: center;
  flex-direction: column;
}
.welcomdivhead p{
    opacity: 0.6;
    font-style: italic;
}
.accademicdiv ul li{
    /* list-style: none; */
}
.accademicdiv{
    padding: 10px;
    
}
.generalacdiv,.corevaluedivabout{
    background-color: gray;
    margin-top: 70px;
    padding: 30px;
    color: white;
    
}

.desc{
    text-align: justify;
}
.generalacdiv .titdiv{
    margin-bottom: 20px;
    margin-top: 20px;
}
.whychoose{
    text-align: center;
    font-family: sans-serif;
    margin-bottom: 20px;
}
.brifdiv p{
    text-align: justify;
   
    hyphens: auto;
   
}
.accademicdiv li{
    line-height: 25px;
    font-family: sans-serif;
    
    
}
.accademicdiv h3{
    font-family: sans-serif;
}
.generalacdiv h2,p{
    text-align: center;
}
.whychooseusdiv{
  
    padding: 5px;
    margin-top: 70px;
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-bottom: 70px;
   
}
.outstandingdiv{
    width: 350px;
    margin-top: 10px;
    padding: 10px;
   
}
.outstandingdiv p{
    text-align: justify;
 
    hyphens: auto;
}
.outstandingdiv h3{
    text-align: center;
}
.whychooseusdiv .brifdiv{
    width: 85%;
   
}
.cta-section {
  background-color: gray;
  color: #ffffff;
  padding: 60px 20px;
  text-align: center;
  border-top: 4px solid royalblue;
  margin-bottom: 50px;
}

.cta-section h2 {
  font-size: 2rem;
  margin-bottom: 15px;
}

.cta-section p {
  font-size: 1.1rem;
  margin-bottom: 25px;
}

.cta-btn,
.cta-btn-outline {
  padding: 12px 25px;
  margin: 10px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
  transition: all 0.3s ease;
}

.cta-btn {
  background-color: royalblue;
  color:white;
}

.cta-btn:hover {
  background-color: yellow;
  color: black;
}

.cta-btn-outline {
  border: 2px solid royalblue;
  color: #fff;
}

.cta-btn-outline:hover {
  background-color: royalblue;
  color: yellow;
}
.site-footer {
  background-color: #1E3A8A;
  color: #ffffff;
  padding: 50px 20px 20px;
  font-size: 0.95rem;
  margin-top: 70px;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-about,
.footer-links,
.footer-contact {
  flex: 1;
  min-width: 250px;

  text-align: center;
  font-size: 18px;

}
.footer-links li{
  list-style: none;
}

.site-footer h4 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: white;
}

.site-footer a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.site-footer a:hover {
  color: yellow;
}

.distes{
    width: 200px;
    height: 200px;
    background-color: red;
}


.footer-bottom {
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid #facc1555;
  padding-top: 15px;
  font-size: 0.85rem;
  color: #e5e7eb;
}
@media screen and (min-width:400px) {
    .appplediv button{
    background-color: royalblue;
    color: white;
    border: none;
    z-index: 200;
    position: absolute;
    text-align: center;
    bottom: 150px;
    text-align: center;
    width: 200px;
    padding: 10px;
    font-size: 16px;
}

  .gemerallistdiv nav select{
    background-color: navy;
    outline: none;
}  
}

@media screen and (max-width:800px) {
    
.gemerallistdiv{
    display: none;
}
.listdiv{
    display: block;
}
.gemerallistdiv{
    background-color: black;
    width: 100%;
    height: 600px;
    z-index: 30000;
    position: fixed;
    top: 0;
    left: 0;
}
.gemerallistdiv nav ul{
    display: block; 
    display: flex;
    flex-direction: column;

    gap: 20px; 
}
.bi-x-circle-fill{
    color: white;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.gemerallistdiv nav select{
    background-color: black;
}
.exitdiv{
   
    height: 35px;
    position: absolute;
    width: 35px;
    text-align: center;
    align-content: center;
    right:10px;
    top:5px;
    display: block;
  
    
}
.staffdiv h3
{
    text-align: center;
}
.gemerallistdiv nav ul { 
    width: 100%;
    
}
.gemerallistdiv nav ul li{
    border-bottom: 1px solid rgba(65, 105, 225, 0.418);
padding: 5px;
}
.gemerallistdiv nav{

    position: absolute;
    left: 0;
    width: 100%;
    text-align:left;
    /* padding-left: 20px; */
    padding-top: 20px;
    display: flex;

}

}
/* js show and hidden */

.showss{
    display: block;
}
.bodydiv .welcomemesg{
    text-align: center;
    margin-top: 70px;
    margin-bottom: 20px;

}
.staffdiv{  
    display: flex;
    padding: 20px;
    margin-top: 30px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    
}

.staffcdiv{
    background-color: rgb(231, 221, 221);
    width: 300px;
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 2px gray;
    
}
.staffdiv img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    
}
.staffcdiv h4{
    font-family:sans-serif;
    color: black;
}
.journeydiv{
    margin-top: 70px;
}
.foundingdiv{
  width: 90%;
  margin: auto;
  
}
.journeydiv h2{
    text-align: center;
}
.foundtdiv p{
    text-align: left;
    font-size: 18px;
}
.foundtdiv h3{
    text-align: left;
  
}
.founddiv{
    display: flex;
    align-items: center;
    gap:30px;
    padding: 10px;
    margin-top: 20px;
}

.textdiv p{
    text-align: left;
    padding-left: 10px;
   
}
.fecilatediv h3{
    text-align: center;
       font-family: sans-serif;
}
.journeydiv h2{
    font-family: sans-serif;
 
}
.foundtdiv{
    text-align: center;
    width: 100px;

  
}
.textdiv{
    border-left: 2px solid gray;
}
.overviewdiv{
    /* background-color: blue; */
    padding: 10px;
}
.corsubjectdiv{
    /* background-color: red; */
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding: 1px;
    /* justify-content: space-between; */
    margin-top: 10px;  
}

@media screen and (max-width:500px) {
    .corsubjectdiv{
        justify-content: center;
        padding: 10px;
    }
    
}
.overviewdiv p{
    text-align: left;
    font-family: 'Times New Roman', Times, serif;
}
.overviewdiv{
    font-size: 18px;
    
}
.subdiv{
    /* background-color: yellow; */
   text-align: left;
   font-family: sans-serif;
   display: flex;
   flex-direction: column;
   gap: 10px;
   padding-left: 10px;
   margin-bottom: 30px;
} 
.subdiv p{
    text-align: left;
    font-family: sans-serif;
}
.overviewdiv2 li{
    list-style: none;
}
.corsubjectdiv ul{
    /* background-color: green; */
    
    
    gap: 10px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: 280px;
    box-shadow: 0px 0px 5px 2px gray;
 
    text-align: center;
    justify-content: center;
}
.corsubjectdiv ul li{
    list-style: circle;
    margin-left: 50px;


}
/* .corsubjectdiv  */

.curridiv h3{
    font-family: sans-serif;
}
.curridiv p{
    font-family: sans-serif;
}
.curridiv{
    /* background: green; */
    margin-top: 50px;
    margin-bottom: 50px;
}
.overviewdiv h4{
    font-family: sans-serif;
    margin-bottom: 5px;

}
.overviewdiv h3{
    text-align: center;
}
.overviewdiv p{
    text-align: center;
}
.structure{
    margin-bottom: 50px;
}
.structure ul{
    text-align: center;
}
.structure ul{
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.Approach{
    /* background-color: yellow; */
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
    

}
.Approach span{
    font-weight:600;
    
}
.Approach p{
    text-align: justify;
    margin: 10px;
      font-family:sans-serif;

}
.Approach li{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
   
   
}
.Preparation{
    justify-content: center;
    display: flex;
    flex-direction: column;align-items: center;
    gap: 10px;
}
.Preparation li{
    margin: 5px;

}
.Preparation p{
    font-family: sans-serif;
    font-style: italic;
}
.Preparation,.Programs ul{
    text-align: justify;
}
.Programs{
   
    display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
gap: 10px;
text-align: center;
 text-align: justify;
}
.LearnMore p{
    font-family: sans-serif;
}
.Programs li{
    margin: 5px;
}
.overviewdiv p{
    line-height: 25px;
}
.generalcontent h3{
    font-family: sans-serif;
    margin-bottom:5px ;
}
.Facilitators,.Preparation,.Programs{
margin-bottom: 50px;

} 

.Facilitators p{
    font-family: sans-serif;
    text-align: justify;
}
.gallerydiv{
    /* background-color: red; */
    margin-top: 50px;
    display: f;
}
.acactivities{
    background-color: whitesmoke;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px;
 
   
   
    
}
.scienceexperiment,.classroom,.artstudent,.artstudent,.comscience,.Teacher{
    /* background-color: blue; */
     display: flex;
   flex-direction: column;
   align-items: center;
   text-align: center;
   gap: 20px;
   padding: 8px;
   margin-top: 10px;
   border-radius: 10px;
   border: 2px solid black;
   height: 100%;
}
.studentacademic h3{
    text-align: center;
    font-family: sans-serif;
}

.classroom{
    /* background-color: green; */
     display: flex;
   flex-direction: column;
   align-items: center;
   text-align: center;
   gap: 20px;
   padding: 10px;
}
.artstudent{
    /* background-color: green; */
}
.comscience{
    /* background-color: green; */
}
.Teacher{
    /* background-color: green; */
}
.acactivities img{
    width: 200px;
  
   
    
}

.studentacademic h3{
    padding: 20px;
    background-color: whitesmoke;
    
}
.adminBody{
    display: flex;
    gap: 20px;
    /* flex-wrap: wrap; */
    /* background-color: red; */
    margin-top: 70px;
    font-family: sans-serif;
}

.dashnoarddiv{
    display: flex;
    box-shadow: 0px 2px 5px 0px gray;
    justify-content: space-between;
    width: 95%;
    padding: 5px;
    border-radius: 10px;
    margin-top: 10px;

    align-self: center;
    
}
.dashnoarddiv h3{
    color: black;
}
.navDiv h3{
    margin: 10px;
}
 .navdiv select,.footer-links select{
   background: rgba(0, 0, 128, 0);
   color: white;
   font-size: 18px;
   resize: none;
   border: none;
  }
 
  .footer-links select{
    background-color: #1E3A8A;
  }
.dashnoarddiv button{
    width: 100px;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    border: none;
}
.dashnoarddiv button:hover{
box-shadow: 0px 0px 2px 2px gray;
}
.dashandcontentdiv{
    /* background-color: green; */
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-items: center;
    gap: 20px;
}
.navDiv{
    width: 280px;
    background-color: white;
    box-shadow: 0 0 2px 2px whitesmoke;
    /* height: 100vh; */
    padding-top: 10px;
    box-shadow: 0px 2px 5px 1px gray;
    margin-left: 20px;
    
    
}
.navDiv ul li{
    list-style: none;
    /* background-color: red; */
}
.navDiv h2{
    color: orange;
    text-align: center;
    font-family: sans-serif;
    margin-bottom: 20px;
}
.contentgeneraldiv{
   
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    
    padding: 5px;
    border-radius: 10px;
    justify-content: center;
    gap: 20px;
    position: relative;
   
}

.content1div{
    text-align: center;
    background-color: red;
    width: 200px;
    border-radius: 10px;
    background-color: whitesmoke;
    
}
.navDiv nav ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    
   
}
.navDiv nav ul li{
   display: flex;
   gap: 10px;
    border-bottom: 1px solid rgba(172, 172, 172, 0.788);
    padding: 10px;
}
.navDiv nav ul a{
    text-decoration: none;
    color: black;
   
  
} 
 .bactdiv{
            background-color: red;
            width: 50px;
            float: right;
            text-align: center;
            border-radius: 10px;
            padding: 10px;
        }
        .teachersContainer{
            width: 95%;
            margin:100px auto;
            /* background-color: red; */
          
            
           
        }
        .sidediv{
            /* width: 20%; */
              /* background: linear-gradient(to right, gray,rgb(214, 208, 208),rgb(221, 215, 215)); */
              background-color: white;
           
            padding: 20px;
            border-radius: 10px;
    position: relative;
           
        }
        .sidediv ul li:hover{
            color: rgb(104, 102, 102);
        }
        .teacherGeneralContainer {
            display: flex;
            gap: 40px;
        }
        .sidediv ul{
            display: flex;
            flex-direction: column;
            gap: 40px;
            margin-left: 20px;
            cursor: pointer;
          
            justify-content: center;
            margin:60px auto;
        }
        .sidediv ul li{
            list-style: none;
            display: flex;
            gap: 5px;
      
           align-items: center; 
        }
         .sidediv ul li a{
            text-decoration: none;
            color: black;
         }
        .dashbord
        {
            color: white;
            background-color: #1E3A8A;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            text-align: center;
            height: 40px;
            align-items: center;
            justify-content: center;
            align-content: center;
      
        }
       
        
        .topcontentdiv{
            /* background-color: blue; */
            display: flex;
            justify-content: space-between;
            padding: 20px;
            flex-wrap: wrap;
            gap: 20px;
           
            
      
        }
        .contentdiv{
            background: linear-gradient(to bottom, #9292ff,rgb(214, 208, 208),whitesmoke);
            width: 100%;
            padding: 10px;
            /* box-shadow: 0 0 2px 2px gray; */
        text-align: justify;
        }
        .professionaldiv{
        
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin-top: 10px;
            /* text-align: justify; */
          margin-left: 10px;
           
        }
        .theaddiv h5{
            margin-left: 10px;
         color: #0d47a1;
        }
     
      
        .topcontent2{
            display: flex;
            align-items: center;
              gap: 15px;
        }
        .topcontent2 img{
         
            width: 50px;
            height: 50px;
        }
        .overviewdiv{
            /* background-color: yellow; */
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin-bottom: 40px;
           
        }
        .overviewhead{
            display: flex;
            gap: 10px;
             flex-wrap: wrap;
             justify-content: center;
        }
.numberStudent,.numberclass,.numbersubject,.teachedetails{
    width: 100%;
  max-width: 400px;
    height: 100px;
    border-radius: 10px;
    background-color: rgba(129, 145, 175, 0.788);
    display: flex;
   align-items:start;
    color: white;
    justify-content: center;
    padding-top: 5px;
    
 
   
    
}

/* .numberclass{
    background-color: rgb(104, 156, 104);
   
}
.numbersubject{
    background-color: rgb(206, 191, 164);
} */
.teachedetails{
    /* background-color: rgb(220, 252, 252); */
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    word-break: break-all;
    height: auto;
    padding: 10px;
    background: none;
}


.Studenttablediv{
    width: 300px;
    background-color: rgb(231, 229, 229);
   border-radius: 10px;
    height: auto;
    padding: 5px;
}
.seconrow{
    display: flex;  
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
}

.chooserankdiv{
    width: 300px;
      background-color: rgb(192, 189, 189);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 5px;
    color: black;
    border-radius: 10px;
}
.chooserankdiv h5{
color: #1E3A8A;
}
.threerows{
    width: 30%;
    background-color: green;
}
.chooserankdiv p{
    text-align: left;
}
.circlediv{

    background-color: rgb(224, 215, 215);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    

}
.greendiv{
     background-color: rgb(192, 189, 189);
    color: black;
    font-family: sans-serif;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    display: flex;
    align-content: center;
    flex-direction: column;
    font-weight: 800;
    justify-content: center;
    
}
.graddiv{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

}
.topcontent1 {
    color: white;
    font-family:sans-serif;
}
.excldiv{
    display: flex;
    gap: 2px;
}
.theaddiv h3{
    margin-left: 30px;
    color: black;
    font-family: sans-serif;
}
.overviewdiv h2{
   color: #1E3A8A;
    margin-left: 60px;
}

.serchdiv{
    display: none;
}
.serchdiv input{
    border-right: none;
    padding: 5px;
    outline: none;
    border: none;
    width: 170px;
    border-radius: 10px 0px 0px 10px;
}
.serchdiv button{
   border:none;
   padding: 7px;
   background-color: navy;
   cursor: pointer;
   font-size: 15px;
   color: white;
}
.topcontent2 img{
    border-radius: 50%;
    
}

@media screen and (max-width:500px) {
 .topcontent2{
    /* background-color: green; */
    margin: auto;
}   
.serchdiv input{
    width: 100px;
}


}
.nodiv{
    display: flex;
    align-items: center;
    color: black;
    font-family: sans-serif;
   gap: 10px;

}
.numberStudent,.numberclass,.numbersubject{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
 
}
.nodiv button{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    background-color: rgba(0, 0, 128, 0.726);
    border-radius: 5px;
    border: none;
    text-align: center;
    align-items: center;
}
.contentdivs button{
   background-color: rgba(38, 38, 172, 0.726);
   width: 30px;
   height: 30px;
      border-radius: 5px;
    border: none;
    margin-right: 5px;
}
.condiv{
    display: flex;
   
    align-items: center;
    align-content: center;
    text-align: center;
    width: 100%;
    gap: 20px;
    color: black;
  
}
.condiv img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}
.calssesdiv  p{
    color: black;
    text-align: center;
    
}
.contentdivs p,.calssesdiv p{
    text-align: justify;
    font-family: sans-serif;
}
