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

.nav-bar{
    position: relative;
    width: 100%;
    padding: 15px;
    background-color: darkslategray;
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 2;
}
.nav-bar ul {
    display: flex;
    list-style: none;
    margin-right: 40px;
}
.nav-bar img {
  width: 60px;
  
}

.nav-bar ul li {
    margin: 20px 16px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}
.nav-bar ul li a{
    text-decoration: none;
    color: white !important;
}


/* -------------------nav-drop-down------------------------ */

.nav-dropdown{
    position: absolute;
    width: auto;
    background-color: darkslategray;
    margin-top: 105px;
    display: none;
}

.nav-dropdown.show {
    display: block;
}
.nav-dropdown ol li{
    list-style: none;
    margin-top: 0px;
    margin-bottom: 5px;
    cursor: pointer;
}
.nav-dropdown ol li a{
text-decoration: none;
color: white !important;
}
.nav-dropdown ol li:hover{
    background-color: #922424;
    color: black !important;
}
.about-dropdown{
margin-left: 100px;

}
.Admission-dropdown{
margin-left: 220px;

}
.Activities-dropdown{
margin-left: 590px;

}
.Facilities-dropdown{
margin-left: 680px;

}
.Campuses-dropdown{
margin-left: 766px;

}
 
ul ol{
    margin: 0px;
    padding: 0px;
}
.carousel{
    position: relative;
    top: 120px !important;
    bottom: 20px;

}





.slider {
   position: relative;
    width: 100%;
   
    
    overflow: hidden;
    border: 2px solid #ddd;
    
}
.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.slide {
    min-width: 100%;
    box-sizing: border-box;
}
.navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}
.navigation button {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
}
.navigation button:hover {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.b-spcae{
    margin-bottom: 15px;
}



/* ----------------------404 page code ------------------ */
.container-404{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #f0f0f0;
    font-family: 'Arial', sans-serif;
}
.container4 {
    text-align: center;
    max-width: 600px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.container4 h1 {
    font-size: 72px;
    margin: 0;
    color: #333;
}
.container4 p {
    font-size: 24px;
    margin: 20px 0;
    color: #666;
}
.container4 a {
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    background: #007bff;
    border-radius: 5px;
    transition: background 0.3s;
}
.container4 a:hover {
    background: #0056b3;
    color: white;
}

/* --------------gallery------------- */
.gallery-main-div{
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    

}
.gallery-main-div img{
    width:300px;
    /* margin-top: 50px; */
    margin-right: 20px;
}
.gallery-div{
    /* margin-top: 10%; */
    margin: 10%;
    /* margin-bottom: 10%; */
}
.gallery-div div{
    display: inline;
}
.mobile-menu-toggle {
    display: none;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    color: #ddd;
}
.nav-bar2{
    display: none;
}
/* ------------------Responsive css----------------- */

/* .nav-bar2{
    display: none;
} */
 .moible-nav-dropdown{
    background-color: rgb(199 199 199);
 }
 .moible-nav-dropdown ol li  a{
    color: black !important;
 }
.logo-1{
    display: none;
}
.logo-2{
    display: none;
}
.moible-nav-dropdown{
    display: none;
}

@media (max-width: 768px) {
    
     .nav-bar ul {
        display: none;
       
    }
   
    .nav-bar2 {
        position: absolute;
        background-color: darkslategray;
        color: white;
        z-index: 5;       
        width: 50%;
    }
    .mobile-view{
        display: flex;
        justify-content: center;
        margin-top: 5px;
    }
    #mobile-dropdown{
        display: none;
    }
    .nav-bar2 ul{
        margin: 0px 0px 10px 0px;
        padding: 0px;
        text-align: center;
    }
    .nav-bar2 ul li{
        margin-top: 10px;
        list-style: none;
        cursor: pointer;
    }
    .nav-bar2 ul li:hover{
        background-color: red;
    }
    .nav-bar2 ul li a{
        color: white;
        text-decoration: none;
    }

    .logo-1{
        display: block;
    }
    .logo-2{
        display: block;
    }
    .nav-bar2{
        display: block;
    }

    .nav-bar2 ul.active {
        display: flex;
    }

    .nav-bar2 li {
        margin: 10px 0;
    }

    .mobile-menu-toggle {
        display: block;
    } 
}

@media (max-width: 1200px) {
    .nav-bar ul li {
        margin: 10px 10px;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        cursor: pointer;
    }
    .pblogo{
        display: none;
    } 
}

@media (max-width: 1000px) {
    
    .nav-bar ul {
       display: none;
      
   }
  
   .nav-bar2 {
       position: absolute;
       background-color: darkslategray;
       color: white;
       z-index: 5;       
       width: 50%;
   }
   .mobile-view{
       display: flex;
       justify-content: center;
       margin-top: 5px;
   }
   #mobile-dropdown{
       display: none;
   }
   .nav-bar2 ul{
       margin: 0px 0px 10px 0px;
       padding: 0px;
       text-align: center;
   }
   .nav-bar2 ul li{
       margin-top: 10px;
       list-style: none;
       cursor: pointer;
   }
   .nav-bar2 ul li:hover{
       background-color: red;
   }
   .nav-bar2 ul li a{
       color: white;
       text-decoration: none;
   }

   .logo-1{
       display: block;
   }
   .logo-2{
       display: block;
   }
   .nav-bar2{
       display: block;
   }

   .nav-bar2 ul.active {
       display: flex;
   }

   .nav-bar2 li {
       margin: 10px 0;
   }

   .mobile-menu-toggle {
       display: block;
   } 
}
.press-main{
    display: flex;
    justify-content: center;
}
.press-div{
    width: 80%;
    align-items: center;
    }
.press-div img{
width: 100%;
    }