/*------------------------- slider section-------------------------- */
.carousel-caption {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 15px;
  width: 50%;
}

.carousel-caption h5 {
  margin-bottom: 0;
  font-size: 35px;
  text-align: left;
  margin: 10px;
  margin-left: 30px;
  margin-top: 50px;
}

.carousel-caption p {
  margin-top: 5px;
  font-size: 16px;
  text-align: left;
  margin: 10px;
  margin-left: 30px;
}

@media (max-width: 768px) {
  .carousel-caption {
    width: 80%;
  }

  .carousel-caption h5 {
    font-size: 13px;
    margin-top: -10px;
  }

  .carousel-caption p {
    font-size: 8px;
    margin-bottom: 10px;
  }
}
/*--------------------- HOD section ------------------------------------*/
.container h1 {
  text-align: center;
  margin: 10px;
  margin-top: 70px;
  font-weight: bold;
}
.ream-h {
  color: #000000;
  padding: 20px;
  margin: 10px;
  text-align: center;
  font-weight: bold;
}

.ream-one {
  display: flex;
  justify-content: space-between;
  /* background-color: #dbdbdb; */
  padding: 20px;
  border-radius: 0px;
  color: rgb(0, 0, 0);
  text-align: center;
}

.ream-text-right {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

.head-right h1 {
  /* font-size: 20px; */
  color: #000000;
  font-weight: bold;
  /* font-weight: bold; */
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}
.head-right h2 {
  /* font-size: 20px; */
  color: #000000;

  /* font-weight: bold; */
  text-align: left;
  font-size: 23px;
  margin-left: 80px;
}
.head-right h3 {
  /* font-size: 20px; */
  color: #000000;

  /* font-weight: bold; */
  text-align: left;
  font-size: 15px;
  margin-left: 80px;
}

.img-vc {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin-left: 100px;
  margin-right: 100px;
  margin-bottom: 10px;
}

.head-right p {
  font-size: 1.5rem;
  color: #000000;
  line-height: 1.5;
  text-align: justify;
  margin-left: 80px;
  margin-right: 80px;
  margin-top: 20px;
}

/* Media query for responsiveness */
@media (max-width: 768px) {
  .ream-one {
    flex-direction: column;
  }

  .img-vc {
    margin: 20px;
  }

  .head-right p {
    margin: 20px;
  }
  .head-right h2 {
    margin: 20px;
  }
  .head-right h3 {
    margin: 20px;
  }
}

/* end */
/*---------------------------program---------------------------*/
.containerr {
  background-color: #ebebeb;
}

.education-content .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}

.education-content .title {
  color: #78335d;
  text-align: center;
  width: 100%;
}

.education-content .row .education,
.education-content .row .education a,
.education-content .row .edu-one,
.education-content .row .edu-one a {
  color: #78335d;
  flex: 1 1 100%;
  max-width: 100%;
  text-decoration: none;
  margin-top: 30px;
}

.education-content h3.title {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 700;
  width: 100%;
}

.education-content .row.timeline-box {
  flex: 1 1 100%;
  max-width: 100%;
}

.education-content .row .timeline {
  padding: 30px 15px;
  border-radius: 10px;
  width: 100%;
  position: relative;
}
.education-content .row .timeline-item {
  position: relative;
  padding-left: 37px;
  padding-bottom: 50px;
}

.education-content .row .edu-one .timeline-item {
  padding-bottom: 30px;
}

.education-content .row .timeline-item:last-child {
  padding-bottom: 0;
}

.education-content .row .timeline-item::before {
  content: "";
  width: 1px;
  position: absolute;
  height: 100%;
  left: 7px;
  top: 0;
  background-color: #000000;
}

.education-content .row .circle-dot {
  position: absolute;
  left: 0;
  top: 0;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #78335d;
}

.education-content .row .timeline-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
}

.education-content .row .edu-one .timeline-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
}

.education-content .row .timeline-text {
  line-height: 25px;
  font-size: 16px;
  text-align: justify;
}
.education-content .row .timeline-item:hover h4 a {
  color: #a11293; /* Change to your desired hover color */
}

/* Media Query for tablets */
@media (min-width: 768px) {
  .education-content .row .education,
  .education-content .row .edu-one {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Media Query for desktops */
@media (min-width: 992px) {
  .education-content .row .education,
  .education-content .row .edu-one {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

/* ------------------------about HOD section -----------------------------*/
.container-one {
  background-color: #00a3a3;
  background-size: cover;
  background-position: center;
  min-height: 10vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.image-container {
  margin: 80px;
  margin-top: 130px;
}

.text-container {
  color: #ffffff;
  text-align: justify;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
}
p {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .container-one {
    min-height: 50vh;
    flex-direction: row;
    align-items: flex-start;
  }

  .image-container {
    margin-right: 20px;
  }
}

/* end */
/*------------------------------------------ button-------------------------------------------- */
