
html{
    overflow-x: hidden;
    overflow-y: auto;
}
.social{
    display:flex;
   
    top:10px;
    right:10px;
    z-index: 9999;
    
   

}
@media screen and (max-width:980px) {
    .social{
        display:none;
        
       
    
    }
}
    
.social li{
    list-style:none;
    color:rgb(8, 8, 122);
    z-index: 9999;

}

.social li a{
    border:1px solid gray;
    padding:2px;
    color:rgb(8, 8, 122);
    z-index: 9999;

}


#shownotice{
    background-color: gray;
    color:white;
    position:fixed;
    right:20px;
    top:100px;
    z-index: 500;
}

@media screen and (max-width:980px) {
    #shownotice{
        background-color: gray;
        color:white;
        position:fixed;
        right:50px;
        top:37px;
        z-index: 1500;
        font-size:10px;
    }
}

#hidenotice{
    background-color: gray;
    color:white;
    float:right;
    position:fixed;
    right:10px;
    top:70px;
    z-index: 100;
}

@media screen and (max-width:980px) {
    #hidenotice{
        background-color: gray;
        color:white;
        position:fixed;
        right:10px;
        top:7px;
        z-index: 1500;
    }
}

.noticeboard{
    position:fixed;
    right:50px;
    top:150px;
    z-index: 500;
   
}

@media screen and (max-width:980px) {
    .noticeboard{
   display:none;
        
       
    }
}




.notice{
   display:none;
   z-index: 100;
}

.noticesect{
    height:500px;
    width:90%;
   background-color: #c9ad86;
    background-size: cover;
    background-position: center;
    position:fixed;
    right:50px;
    top:105px;
    z-index: 100;

    
}

.noticecont{
    background-color:#196f3d;
    margin:30px;
    height:450px;
    box-shadow: 0.5px 0.5px 1px 2px gray;
    display: flex;
    
}

.noticetext{
    background-color: white;
    height:150px;
    margin:20px;
    z-index: 200;
}


.noticeul{
    display:flex;
    justify-content: center;
    align-items: center;
}



.noticelist{
    transform:skewX(15deg);
}

.noticelist:hover{
    transform:skewX(00deg);
    transition-duration: 1s;
    scale:1.2;
   z-index:100;
   box-shadow: 10px 10px 7px rgba(0,0,0,0.7);
}
.noticelist{
    height:150px; 
    width:110px; 
    background-color: white;
    margin:10px;
    text-align: center;
    list-style: none;
    padding-top:30px;
    word-wrap: break-word;
}



.noticelist p{
    margin-left:45px;
    margin-top:-10px;
    height:20px; 
    width:20px; 
    background-color: rgb(206, 7, 7);
    border-radius: 50%;
    border:1px solid gray;
  

}
.mbnoticeul{
    display:none;
}

@media screen and (max-width:980px){
    .noticeul{
        display:none;
    }

    .mbnoticeul{
        display:block;
    }
    
    

    
}
    


/*about page*/

.aboutdiv{
    padding:50px 0px;

}

.aboutdiv1{
    margin:40px 0px;
    box-shadow: 0.2px 0.2px 10px 10px aliceblue;

}
.aboutcont{
    text-align: justify;
    font-size: 18px;
}

.chairmanmsg{
    text-align: center;
    padding:10px;
}


/*staff section*/

#teachingstaff{
    padding-top: 60px;
}


/*contact page*/
.contactlist{
    list-style: none;
}
.contactlist1{
    list-style: none;
    display:flex;
}

.contactlist1 li{
   gap:30px;
}

.form{
   
    padding:20px 10px;
}

.formsect{
    background-color: rgba(235, 164, 57, 0.603); 
    text-align: center;
  }
  .form 
  {
text-align: center;
padding:10px 0px;
margin-top:30px;
}
.contact {
background-color: azure;
text-align: justify;
padding:10px 10px;
margin-top:50px;
}


label {
display: block;
margin-bottom: 5px;
}

input[type="text"],
input[type="number"],
input[type="email"],
textarea {
width: 90%;
padding: 10px;
margin-bottom: 20px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}

input[type="submit"] {
background-color: #4CAF50;
color: white;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
text-align: center;
}

input[type="submit"]:hover {
background-color: #45a049;
}


/*staff page*/

.teachingstaff
.nonteachingstaff{
    display:none;
    

}

.twits{
    background-color:whitesmoke;
    padding:20px;
    border-radius: 20px;
    margin:0 10px;
    text-align: center;
}



.syllabus{
    display:block;
}

.syllabuscontent{
   
    margin-top:10px;
}


/*Facility page*/

.facilityname{
    text-align:left;
    font-weight:bold;
    font-size:25px;
    color:blueviolet;
}



.facilitycontent{
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    padding:30px 0px;
    text-align: justify;
}

.facilityimg{
    border: 2px solid gray;
    padding:10px;
    
}

.building, .hall, .library, .canteen, .ictlab, .ground{
  
    padding:20px 0px;
    
}

/*founder page*/
.foundername{
    text-align:center;
    font-weight:bold;
    font-size:25px;
    color:blueviolet;
    padding:30px 0px;
}

.founderimg{
    border: 2px solid gray;
    padding:10px;

    
}

.foundercontent{
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    padding:20px;
    text-align: justify;
}

.logo {
    margin-top:20px;
    height:130px; 
    width:150px;

}

@media screen and(max-width:980px){
    .logo {
      
        display:none;
    } 
}
.socname{
    font-size:28px;
    font-weight:bold;
    
    color:rgb(3, 17, 97);
}
@media screen and (max-width:980px){
    .socname{
        font-size:17px;
    }
}

.clgname{
    text-align:center; 
    font-weight:bold;
    text-transform: uppercase; 
    color:brown;
    font-size: 36px;;
}
@media screen and (max-width:980px){
    .clgname{
       display:none;
    }
}

.mblogo{
    display:none;
}

@media screen and (max-width:980px){
    .mblogo{
       display:block;
       width:95%;
    }
}

.mycontent{
    display:none;
}

.controlbtn{
    background-color: #8ab38a;
    color:white;
    font-size:20px;
    padding:10px;
    border:none;
}

.scholarship{
    width:60%;
    margin:50px auto;
    table-layout: auto;
    font-size: 20px;
    
}
.scholarship td{
    padding:10px;
}

tr:nth-child(even){
    background:skyblue;
}
.scholarship a{
    color:black;
    font-size:20px;
}



/* Fixed sidenav, full height */
.sidenav {
    
   width: 324px;
    z-index: 1;
    overflow-x: hidden;
    margin-top: 50px;
    height: 200px;
    padding: 10px;
    margin-left: 499px;
  }
  
  /* Style the sidenav links and the dropdown button */
  .sidenav a, .dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 14px;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width:100%;
    text-align: left;
    cursor: pointer;
    outline: none;
  }
  
  /* On mouse-over */
  .sidenav a:hover, .dropdown-btn:hover {
    color: brown;
  }
  
  /* Main content */
  .main {
    margin-left: 200px; /* Same as the width of the sidenav */
    font-size: 14px; /* Increased text to enable scrolling */
    padding: 0px 10px;
  }
  
 
  /* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
  .dropdown-container {
    display: none;
  
    padding-left: 8px;
  }
  
  /* Optional: Style the caret down icon */
  .fa-caret-down {
    float: right;
    padding-right: 8px;
  }



  /*section second*/

  .sectiondownload{
    margin-top:-5px;
  }

  .downloadheading
  {
    font-size:24px;
    color:#1c1c1c;
    font-weight:400px;
   padding:0px px;
  }

  .downloadcontent{
    font-size:14px;
    color:#555555;
    margin-top:50px;
    
  }

  .downloadpara a{
    font-size:14px;
    color:#555555;
  }
  .rticontent{
    font-size:14px;
    color:#555555;
    margin:20px;
  }

  .rtipara a{
    font-size:14px;
    color:#555555;
  }

  /*seperator*/
  .vc_custom_1655316817996 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}
.vc_sep_pos_align_center {
    margin-left: auto;
    margin-right: auto;
}
.vc_sep_width_100 {
    width: 100%;
}
.vc_separator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.mobilemenu{
    display:none;
   

}
#showmenu{
    display:none;
    Float:right;
}
#mobile-navbar{
    display:none;
}
#mobile-navbar ul{
    list-style:none;
    background-color: #245151;
    padding-left:50px;
    margin-top:50px;
}

@media screen and (max-width:980px){
    .mobilemenu{
        display:block;
      
    
    }
    #showmenu{
        display:block;
        Float:right;
    }

    #mobile-navbar{
        display:none;
    }

    #mobile-navbar ul{
        list-style:none;
        background-color: #245151;
        padding-left:50px;
       
    }
}




#mobile-navbar ul li a{
    left:10px;
    font-size:14px;
    color:white;
}