*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Tinos', serif;
}
.logo{
  margin-bottom: 10px;
  width: 80px;
}
.title{
    font-size: 20px;
}
.sub-title{
    font-size: 16px;
}
hr{
    height:2px;
    border-width:0;
    color:#000;
    background-color:#000;
}
label{
    font-size: 16px;
}
.sec-label{
    font-size: 16px;
}
input:focus {
    outline: none;
    box-shadow: none !important;
  }

textarea:focus {
    outline: none;
    box-shadow: none !important;
  }
textarea{
  resize: none!important;
}
  .td-label{
    font-size: 16px;
  }
   .half-width {
    width: 50%;
  }
  .right-aligned {
    text-align: right;
  }
  thead tr th{
    font-size: 16px !important;
    font-weight: 600 !important;
  }
  /* -------------- */
  .btn-submit{
    border-radius: 25px;
    padding: 5px 25px 5px 25px;
    background-color: #002147;
    font-size: 20px;
    border: none;
    color: white;
  }

  /* homepage css */
  .faculty-intro{
    color: #000;
  }
  .faculty-intro-section{
    margin: 50px 80px;
  }
  .carousel-inner img{
    height: 450px !important;
    object-fit: cover;
  }
  .image-container {
    position: relative;
    width: 100%;
    height: 450px; /* Set the desired carousel height */
  }
  
  .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Change color and opacity as needed */
    z-index: 0; /* Place the overlay above the image */
  }
  /* Center captions vertically */
  .carousel-caption {
    margin-bottom: 150px;
  }
  .banner-heading{
    font-size: 42px;
    color: white;
    font-weight: 700;
  }
  .read-more-btn{
    background-color: #fff !important;
    padding: 10px 35px !important;
    color: #002147 !important;
    font-weight: 600 !important;
    letter-spacing: 1px;
    font-size: 15px !important;
    margin-top: 25px;
  }
  .read-more-btn:hover{
    background-color: #FFB606 !important;
    color: #fff !important;
  }
  
  .carousel-control-next-icon,
  .carousel-control-next-icon {
    color: #fff !important; /* Replace with your desired color */
  }