/* * {
    box-sizing: border-box;
} */

.logo{
    background-color: #fae2ff;
    /* height: 155px; */
    /* line-height: 150px; */
    text-align: center;

}
.dept{
  width: 100%;
  height: 150px;
    background-color: darkgray;
    background-image: url('../images/001.JPG');
    
    color:white;
    background-position: center;


     overflow: hidden;
}
.dept h1{
    color:white;
    line-height: 150px;
    text-align: center;
    font-size: 20px;
  text-transform: uppercase;
}


menu {
    background-color: #367cd7;
    overflow: hidden;
    height: 20px;
    
}
  
menu li {
    float: left;
}
  
menu li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 12px 10px;
    text-decoration: none;
    position: relative;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin: 0 0;
}
  
menu  li a:hover {
    color: rgb(17, 18, 18);
    text-decoration: none;
    
}
  
menu li ul {
    position: relative;
    background-color: #f6f8fa;
    min-width: 160px;
    text-align:right ;

}
    
nav li ul li a:hover {
    background-color: #27dfec;
    text-decoration: none;
   
}

nav menu {
    margin: 0 ;
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 16px;
}

menu ul li {
      display: block;
      list-style: none;
      margin: 0 auto;
      border-left: 2px solid #3ca0e7;
      padding: 30px 30px;
      position: relative;
      text-decoration: none;
      text-align: center;
      font-family: arvo;
}

li a {
      color: black;
}

li a:hover {
      color: #3ca0e7;
}

li:hover {
      cursor: pointer;
}


.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}
.dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  ul, li, a {
    margin: 0;
    padding: 0px 15px;
    list-style: none;
    text-decoration: none;
}


.navbar {
    background-color: #0a0168;
    height: 40px;
/*    width: 100%;*/
    padding: 15px 15px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    line-height: 40px;

}

li {
   
    color: #ffffff;
}

.navbar li a {
    display: block;
    color: #ffffff;
    padding: 10px 15px;
    font-size: small;
    text-decoration: none;
    text-align: justify;
   
    
}

 .navbar li:hover .dropdown {
    display: inline-block;
    position: relative;
    z-index: 1; 
      
}


.dropdown li a {
    padding: 3px 10px;
    transition: padding 0.2 sec;
    color: black;
    font-size: small;
}

.dropdown li a:hover {
    background-color: rgb(43, 128, 226);
    color:white;
}
.dropdown ul li a{
    font-display: inherit;
   

}
ul li:hover > ul,
ul li ul:hover {
      visibility: visible;
      opacity: 1;
      display:inline-block;
      min-width: 250px;
      text-align: left;
      padding-top: 20px;
      box-shadow: 0px 3px 5px -1px #ccc;
}
ul li ul li {
    clear: both;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    border-style: none;
}

ul li ul li a:hover {
    padding-left: 10px;
    border-left: 2px solid #3ca0e7;
    transition: all 0.3s ease;
}

li:hover {
    cursor: pointer;
    color: white;
}

a {
text-decoration: none;
}
a:hover {
  color: #3ca0e7;
}


ul li ul li a {
transition: all 0.5s ease;
display: inline-block;
}
.navbar-nav .nav-link{
    color: #fff;
  }
  .dropend .dropdown-toggle{
    color: rgb(0, 0, 0);
  }
  

#datetime {
    font-size: 18px;
/*    margin-top: 20px;*/
/*    text-align: right;*/
    color: #000;
/*    padding-inline-start: 10px 30px;*/
    flost : Right;
}

.rightside-bar{
    /*float: left;*/
    /* width: 20%; */
    border:2px solid rgba(120, 120, 120);
    margin: 10px 10px 0px 10px;
    padding: 20px 10px;
    border-top:10px solid rgb(176, 0, 0, 0.851);

}

.leftside-bar{
    /*float: right;*/
    border:2px solid rgba(120, 120, 120);
    margin: 10px 10px 10px 10px;
    padding: 20px 10px;
    border-top:10px solid rgb(176, 0, 0, 0.851);
}
.box-heading h2 {
    text-align: center;
    color: rgb(176, 0, 0, 0.851);
    text-transform: uppercase;
    font-size: large;
    padding: 13px 15px;
    border: 1px solid gray;
    background-color: whitesmoke;
    /* display: block; */
}
 .box-content img{
    margin:auto;
    border: 1px solid #838383;
} 

.rightside-bar p{
    padding: 5px 5px;

}
.rightside-bar h3{
    padding: 5px 5px;
}

.rightside-bar a{
    border: 1px solid rgb(0, 0, 0);
    float: right;
    font-size: 15px;
    color: #ab1d00;
    
}
.rightside-bar a:hover{
    color: azure;
    background-color: #ab1d00;
    cursor: pointer;
}
.leftside-bar a{
    border: 1px solid rgb(0, 0, 0);
    float: right;
    font-size: 15px;
    color: #ab1d00;
}
.leftside-bar a:hover{
    color: azure;
    background-color: #ab1d00;
    cursor: pointer;
}
.leftside-bar h3 {
    padding: 5px 5px;
}
.leftside-bar p{
    padding: 5px 5px;
}
.rightside-bar-2{
    border:2px solid rgba(120, 120, 120);
    padding: 20px 10px;
    border-top:10px solid rgb(176, 0, 0, 0.851);
}

.leftside-bar-2{
    border:2px solid rgba(120, 120, 120);
    padding: 20px 10px;
    border-top:10px solid rgb(176, 0, 0, 0.851);
    
}
.rightside-bar-2 a{
    font-size: 15px;
    color: #000000;
    
}
.leftside-bar-2 a{
    font-size: 15px;
    color: #000000;
}
#content{
    margin-top: 20px;
    width: 700px;
    border: 2px solid gray;
    

}
#content  h4{
    color: #c20000;
    

}
#content p {
    border: 1px solid gray;
    padding: 10px 30px;
    
}
#content ul{
    padding: 10px 30px;
    border: 1px solid gray;
}
.card-flip {
    width: 200px;
    height: 230px;
    position: relative;
    transform-style: preserve-3d;
    cursor: pointer;
}
.card-flip .card-inner {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.5s;
}
.card-flip .card-front,
.card-flip .card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-flip .card-front {
    background-color: #c20000;
    color: white;
    transform: rotateY(0deg);
}
.card-flip .card-back {
    background-color: #6c757d;
    color: white;
    transform: rotateY(180deg);
}
.card-flip:hover .card-inner {
    transform: rotateY(180deg);
}

  
.image-list {
    display:flex;
    animation: scrollImages 10s linear infinite;   
}
.image-list1{
    display: flex;
}
  
.image{
    width: 300px;
    height: 200px;
    margin-right: 20px;
    border: 1px solid gray;
    border-radius: 4px;
}
.image-list a{
      
     color: black;
}
 
@keyframes scrollImages {
  0% {
      transform: translateX(0);
}
  100% {
      transform: translateX(-90%);
    }
}
.wrapper{
    text-align: center;
    background-color: #27dfec;
    padding: 10px 15px;
    border: 1px solid gray;
    margin-top: 20px;
}
.fa {
    padding: 20px;
    font-size: 40px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
  }
  
  .fa:hover {
      opacity: 0.7;
  }
  .fa-twitter{
    font-size: 80px;
  }
  .fa-facebook {
    color: #3B5998;
    font-size: 48px;
  }
  .fa-instagram {
   font-size: 48px;
    color: rgb(255, 0, 30);
    
  }
  
  .fa {
    padding: 20px;
    font-size: 50px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
  }  
/*principal page*/
.level0{
    transition: padding 0.2 sec;
    border:1px solid rgba(120, 120, 120);
    margin: 10px 10px 10px 10px;
    padding: 40px 30px;
    background-color: whitesmoke;
    padding-bottom: 200px;

}
.level0 :hover {
    background-color: #367cd7;
    color: white;
    position: relative;
    padding-left: 5px;
    border-left: 1px solid #3ca0e7;
    transition: all 0.2s ease;
    
    
}

.modtitle1{
    color: #ab1d00;
    text-align: center;
}
.mod2{
    text-align: right;
}
#About1  {
    border: 1px solid gray;
    margin-top: 55px;
    
}
#dcm img{
    border: 1px solid gray;
/*    margin-left: 400px;*/
    
}
#dcm h3{
    color: chocolate;
}
#dcm1 {
    border: 1px solid gray;
}
#dcm1 p{
    padding: 20px 20px;
}
.secondbg{
    background-color: red;
}


.faculty-container {
    display: flex;
    flex-wrap: wrap;
     justify-content: center;
    padding: 40px;
     border: 1px soild;
  }

  .faculty-photo {
    width: 200px;
    height: 250px;
    border-radius: 10%;
    object-fit: cover;
/*    align-item:center;*/
    border: 1px solid grey;

  }
.faculty-card {
    width: 250px;
    margin: 20px;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  }
  .lab-name {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    align-items: center;
    
  }
.faculty-name {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
  }

  .faculty-designation {
    font-size: 14px;
    color: #555;
    text-align: center;
  }
  .faculty-designation {
    font-size: 14px;
    color: #555;
    text-align: center;
  }

  table {
      border-collapse: collapse;
      width: 100%;
      max-width: 800px;
      margin: auto;
      background-color: #fff;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      border-radius: 5px;
    }

    th, td {
      padding: 12px 15px;
      text-align: left;
    }

    th {
      background-color: #007bff;
      color: #fff;
    }

    tr:nth-child(even) {
      background-color: #f2f2f2;
    }

    tbody tr {
    transition: background-color 0.3s ease;
  }


        .container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
  /*table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background-color: #f5f5f5;
  }
  th, td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    font-weight: 500;
  }
  th {
    background-color: #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 1;
  }
  tbody tr {
    transition: background-color 0.3s ease;
  }
  tbody tr:hover {
    background-color: #f0f0f0;
  }*/
  .fadeIn {
    animation: fadeIn 1s ease forwards;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .company-logos {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 20px;
    justify-items: center;
    margin-top: 40px;
  }
  .company-logo {
    max-width: 100px;
  }
  .center-text {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
    padding-top: 50px;
  }
  .level0{
    transition: padding 0.2 sec;
    border:1px solid rgba(120, 120, 120);
    margin: 10px 10px 10px 10px;
    padding: 40px 30px;
    background-color: whitesmoke;
    padding-bottom: 50px;
    margin-top: 50px;
}
.level0 :hover {
    background-color: #367cd7;
    color: white;
    position: relative;
    padding-left: 5px;
    border-left: 1px solid #3ca0e7;
    transition: all 0.2s ease;
       
}
  .company-logos {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 20px;
    justify-items: center;
    margin-top: 40px;
  }
  .company-logo {
    max-width: 100px;
  }
  .center-text {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
    padding-top: 50px;
  }
  .level0{
    transition: padding 0.2 sec;
    border:1px solid rgba(120, 120, 120);
    margin: 10px 10px 10px 10px;
    padding: 40px 30px;
    background-color: whitesmoke;
    padding-bottom: 50px;
    margin-top: 50px;
}
.level0 :hover {
    background-color: #367cd7;
    color: white;
    position: relative;
    padding-left: 5px;
    border-left: 1px solid #3ca0e7;
    transition: all 0.2s ease;
       
}

/*contact*/
.btn-color{
                background-color: #0e1c36;
                color: #fff;
                cursor: pointer;
              }
              .text-center :hover{
               color: #fff;
               background-color: #0e1c36;
              }
              
              .profile-image-pic{
                height: 50px;
                width: 50px;
                object-fit: cover;
              }
              
              
              
              .cardbody-color{
                background-color: #ebf2fa;
              }
              
              a{
                text-decoration: none;
              }        
.mail{
   border: 2px solid black;  
   border-radius: 10px;     
   padding: 0px 0px;
         
}
#com{
  margin-top: 10px;
  text-align: center;
}

#com1{
  margin-top: 10px;
}

#com h2{
     color: black;
}

