.container{
    background-color: rgb(175, 192, 207);
    width: 100%;
    margin-bottom: 18px;
}
*{
  font-family: Helvetica, Arial, sans-serif;
}
#main-head-collname{
  background: rgb(13,36,81) !important;
  background: linear-gradient(90deg, rgba(13,36,81,1) 0%, rgba(9,66,117,1) 100%) !important;
  color: white !important;
  padding-top: 15px !important;
}
.navbar-nav{
    padding-left: 30px !important;

}
.dropdown-item{
  background-color: rgb(180, 165, 165) !important;
  color: rgb(5, 5, 5) !important;
  font-weight: bold !important;
}
/* Style the div container when hovering */
.dropdown-item:hover {
  background-color: rgb(39, 156, 154) !important;
  transition: 0.5s !important;
 }
#navbarNav{
  background: rgb(13,36,81);
background: linear-gradient(90deg, rgba(13,36,81,1) 0%, rgba(9,66,117,1) 100%);
  margin: -12px; 
  margin-left: -18px; 
  margin-right: -18px; 
  padding: 8px; 
  letter-spacing: .5px;
}
.nav-link{
  color: white !important;
}
 #nav-color{
  background-color: #72728a;
  padding: 10px;
 }
 /* Style the div element inside the container div */
 .dropdown-item {
  transition: 0.5s !important;
 }
 
 /* Style the div element when hovering */
 .dropdown-item:hover {
  color: rgb(14, 14, 66) !important;
 }
a{
    color: rgb(185, 64, 64);
    font-weight: bold;
}

h1{
    font-weight: bold;
}
.faculty{
    text-align: center;
    background-color: rgb(103, 36, 36);
    padding: 8px;
    font-weight: bold;
    color: aliceblue;
}
/*###############  marquee AREA START HERE ##############*/
@keyframes vibrate {
    0% { transform: translate(0); }
    25% { transform: translate(5px); }
    100% { transform: translate(0); }
  }
  
  .vibrate-text {
    text-align: center;
   padding-top: 10px;
   color: navy;
   animation: vibrate 1s linear infinite;
  }
.marquee-container {
    height: 200px; /* Adjust the height as per your requirement */
    overflow: hidden; /* Hide the overflow to create the marquee effect */
  }
  
  .notice-board {
    margin-bottom: 20px; /* Add margin between each notice board item */
    color: red;
  }
  /*###############  GALLERY AREA START HERE ##############*/
.col-md-4 img {
 transition: transform .2s;
 padding-left: 30px;
}

.col-md-4 img:hover {
 transform: scale(1.1);
}
/*###############  FOOTER AREA START HERE ##############*/
footer .inner {
    background-color: #21455b;
    padding: 50px;
    color: #fcf8f8;
    font-size: 0.9rem;
  }
  @media screen and (max-width: 940px) {
    footer .inner {
      padding: 30px 10px;
    }
  }
  footer .inner h4 {
    color: #f8f4f4;
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  footer .inner .foot-about p {
    margin-bottom: 0px;
  }
  footer .inner .foot-post .post-row {
    display: flex;
    margin-bottom: 10px;
  }
  footer .inner .foot-post .post-row .image img {
    width: 120px;
  }
  footer .inner .foot-post .post-row .detail {
    flex-grow: 1;
    padding-left: 5px;
  }
  footer .inner .foot-post .post-row .detail p {
    font-size: 0.8rem;
    margin-top: -5px;
  }
  footer .inner .foot-services ul li {
    padding: 5px;
    font-size: 0.95rem;
  }
  footer .inner .foot-services ul li a {
    color: #f1ebeb;
  }
  footer .inner .foot-news p {
    margin-bottom: 20px;
  }
  
  footer .inner .foot-news .input-group .input-group-append {
    border-radius: 0px;
    background-color: #FFF;
  }
  footer .inner .foot-news ul li {
    float: left;
    padding: 10px;
    list-style: none;
  }
  footer .inner .foot-news ul li i {
    font-size: 20px;
  }
  /*###############  FOOTER COPYRIGHT START HERE ##############*/
 .copy{
    background-color: #120741;
    color: #FFF;
    text-align: center;
 }