.navbar{
  background-color: #fff !important;
  box-shadow: 0px 10px 10px #848484;
  z-index: 100;
  padding: 0 50px;
}
#div-about{
  text-align: justify;
  margin-top:25px;
  margin-bottom: 25px;
}
#div-about>p{
  overflow-y: auto;
  max-height: 300px;
}
.boxShadow{
  box-shadow: 5px 5px 10px 0px rgba(199,199,199,1); padding: 10px; margin-top: 20px;margin-bottom: 20px;
}
body{
  font-family: 'Raleway', sans-serif;
}
.product-div{
  margin: 25px 0px;
}
.btn-product{
  cursor: pointer;
}
#div-projectexp{
  background-color: #243e89;
  color:white;
  padding:25px 0px;
}
.expslot{
  border:1px solid #bdbdbd;
  margin: 5px;
  margin-bottom: 10px;
  padding: 0px;
  padding-bottom: 10px;
  background-color: #212121;
  box-shadow: 5px 5px 5px #000;
  

}
.space{
  min-height: 20px;
}
.expslot>.col{
  color:white;
  padding:10px 10px;
}
.expslot-desc>p{
  margin: 0px;
  font-size: 0.7rem;
}
#div-subsidiary{
  margin-top: 20px;
  margin-bottom: 20px;
}
#div-footer{
  background-color: #212121;
  color:white;
  padding:20px 0px;
}
.footer-list{
  padding-left: 20px;
  list-style: circle;

}
.footer-list>a:link{
  text-decoration: none;

}
.footer-list>a{
  color:#e0e0e0;
}
.footer-list>a:hover{
  color:white;
}
.orange-footer{
  background-color: #df6e10;
  padding: 10px;
  color:white;
}
.blue-footer{
  background-color: #243e89;
  min-height: 20px;
  padding: 10px;
  color: white;
}
.footer-desc{
  font-size: 0.8em;
  color: #e0e0e0;
}
.event-div{
  margin:50px 0px;
  padding:0px 25px;
}
.event-box{
  padding: 25px;
  margin: 25px 0px;
  border:1px solid #8d8d8d;
}
.subdropdown{
  display: none;
  color: #212121;
}
.subdropdown>a{
  color: #212121;
  text-decoration: none;
  text-align: center;
}
#div-founder{
  margin-top: 25px;
  margin-bottom: 50px;
}
#publication{
  list-style: decimal;
}
#div-location{
  padding: 25px;
}
.hrBlue{
  border-color:#243e89;
  border-width: 3px;
}
.exp-link{
  color: white;
}
.exp-link:link{
  color:white;
  text-decoration: none;
}
.exp-link:hover{
  color:white;
}
#div-project{
  padding: 25px 0px;
}
#div-event{
  padding: 25px 0px;
}
.project-img{
  margin-bottom: 25px;
}
.div-project-item{
  border:1px solid #8d8d8d;
  padding: 20px;
}
.event-link{
  text-decoration: none;
}
.event-img{
  margin:25px 0px;
}
.zoom-img{
  cursor: zoom-in;
}
.slick-prev:before {
  content: "<";
  color: black;
  font-size: 30px;
}

.slick-next:before {
  content: ">";
  color: black;
  font-size: 30px;
}
.nav-link{
    color:black !important;
    font-weight: bold;
}
.upcoming-new{
    background-color:#243e89;
    color:white;
    animation-name: upcoming;
    animation-duration: 0.5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
.card-body{
    height:200px !important;
}
@keyframes upcoming {
  from {background-color: #243e89;}
  to {background-color: white;}
}
@media (max-width: 575px) {

  .expslot{
    border:1px solid #bdbdbd;
    margin: 25px 5px;
    padding: 0px;
    padding-bottom: 10px;
    background-color: #212121;
  }

}