.custom_h3{
    color: var(--dark-color);
    font-family: var(--heading-font);
    letter-spacing: 0.84px;
    display: block;
    
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
   color: #313131;
    unicode-bidi: isolate;
}
.custom_jarallax {
    min-height: 200px;
    transition: all 0.5sease-in-out;
}
.custom_paragraph{
    font-size: 20px;
}
.custom_mandatory{
color: #f44040;
}

.font_16 {
    font-size: 15px;
}

.padding_7rem {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
}

.text_capitalize{
    text-transform: capitalize;
}
.custom_padding-small {
    padding-top: 5em;
    padding-bottom: 5em;
}
.custom_padding-medium {
    padding-top: 6em;
    padding-bottom: 6em;
}

/* .black{
    background-color: black;
} */
.custom_font_size{
    font-size: 16px;
}
.custom_padding{
    padding-left: 165px;
}



  .schedule-table th:nth-child(1),
  .schedule-table td:nth-child(1) {
    width: 8%; /* Sl. No */
  }

  .schedule-table th:nth-child(2),
  .schedule-table td:nth-child(2) {
    width: 18%; /* Timing */
  }

  .schedule-table th:nth-child(3),
  .schedule-table td:nth-child(3) {
    width: 34%; /* Topic */
  }

  .schedule-table th:nth-child(4),
  .schedule-table td:nth-child(4) {
    width: 25%; /* Speaker's */
  }

  .schedule-table th:nth-child(5),
  .schedule-table td:nth-child(5) {
    width: 15%; /* Chair Person */
  }

