.vision-wrap {
  background-color: #F5F0FF;
  padding: 40px;
  height: 100%; }
  .vision-wrap .vision-img {
    height: 75px;
    margin-bottom: 16px; }
  .vision-wrap .vision-title {
    font-size: 24px;
    margin-bottom: 16px; }

.team {
  background-color: #F4EEFF; }
  .team-list {
    text-align: center;
    margin-bottom: 60px; }
  .team-img {
    margin-bottom: 12px; }
  .team-member {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0; }
  .team-desig {
    color: #555;
    text-transform: uppercase; }
  .team hr {
    border-color: #cdcdcd66; }

.acc-img {
  height: 100px;
  margin-bottom: 16px; }

.accomp {
  text-align: center; }
  .accomp h3 {
    font-size: 20px;
    margin-bottom: 0; }
  .accomp h6 {
    font-size: 32px;
    font-weight: 700; }
  .accomp-list {
    background-color: #fff;
    box-shadow: 0 0 25px #7f55c475;
    padding: 24px; }

.h-news .news-post-content {
  background: #FFFFFF;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.12);
  padding: 24px;
  margin-bottom: 30px; }
.h-news-title {
  font-size: 20px;
  color: #0a0a0a;
  font-weight: 700; }
.h-news-link {
  display: flex;
  align-items: center;
  color: #7F55C4;
  font-weight: 600; }
  .h-news-link i {
    margin-left: 8px; }

.about-banner .title {
  background-color: #7F55C4;
  padding: 24px;
  font-weight: 700; }

.why-choose h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px; }
.why-choose h3 {
  font-size: 16px;
  font-weight: 700;
  color: #0a0a0a; }
.why-choose ul {
  padding-inline-start: 24px; }

.vision {
  border-radius: 4px; }
  .vision h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 16px 32px;
    background-color: #7F55C4;
    margin-bottom: 0; }
  .vision p {
    background-color: #fff;
    padding: 32px; }

.our-vision {
  margin-top: 100px; }

.programme-page .section-title:after {
  left: 0;
  bottom: -2px; }
.programme-page .programme-content {
  color: #555;
  font-size: 20px; }
.programme-page .programme-category-list li {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px; }
  .programme-page .programme-category-list li i {
    margin-right: 8px; }

.about-hrdf-logo {
  max-height: 250px; }

.contact-list {
  display: flex; }
  .contact-list .c-heading {
    color: #00374D;
    font-size: 20px;
    font-weight: 600; }
  .contact-list .contact-address {
    width: 80%; }

.contact-details {
  display: flex;
  align-items: center;
  margin-bottom: 16px; }
  .contact-details i {
    color: #000;
    margin-right: 8px; }

.form-details {
  background-color: #FAFAFA;
  padding: 32px; }

.application-form .secondary-title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px; }

.bank-details {
  background-color: #fff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.04);
  padding: 40px 24px; }
  .bank-details .bank-logo {
    height: 50px; }
    .bank-details .bank-logo-wrap {
      padding-bottom: 24px;
      border-bottom: 1px solid #0b0b0b17; }
  .bank-details-wrap {
    display: flex;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 18px; }
  .bank-details-heading {
    width: 30%; }

.faq .card {
  border: 1px solid #f0f0f0;
  padding: 18px;
  margin-bottom: 12px; }
  .faq .card .card-header .btn-link {
    width: 100%;
    display: flex;
    align-items: center;
    color: #52308b;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    cursor: pointer; }
    .faq .card .card-header .btn-link:hover, .faq .card .card-header .btn-link:focus {
      text-decoration: none; }
  .faq .card .card-header .icon-wrap {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 32px;
    height: 32px;
    background-color: #E6E6E6;
    border-radius: 50%;
    margin-left: auto; }
    .faq .card .card-header .icon-wrap i {
      color: #8A8A8A;
      font-size: 12px;
      font-weight: 600; }
  .faq .card .card-body {
    margin-top: 16px;
    font-size: 18px; }

.about-history {
  background: url("../images/timeline-pattern.svg");
  background-repeat: repeat; }
  .about-history .start,
  .about-history .year {
    padding: 6px 12px;
    background-color: #fff;
    color: #7F55C4;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    z-index: 1; }
  .about-history .year {
    background-color: transparent;
    color: #fff;
    font-size: 20px; }
  .about-history .about-timeline-group {
    position: relative; }
    .about-history .about-timeline-group:before {
      content: "";
      position: absolute;
      width: 4px;
      height: calc(100% + 80px);
      left: 85px;
      top: -80px;
      background-color: #E9E9E9; }
    .about-history .about-timeline-group span {
      color: #edd998 !important; }
  .about-history .about-timeline-list {
    margin-left: 40px;
    margin-top: 24px;
    position: relative;
    background-color: #632E62;
    display: inline-block;
    text-align: center;
    padding: 0 40px 40px 40px; }
    .about-history .about-timeline-list:before, .about-history .about-timeline-list:after {
      content: "";
      position: absolute;
      border-radius: 50%; }
    .about-history .about-timeline-list:before {
      width: 10px;
      height: 10px;
      right: -60px;
      top: 13px;
      background-color: #7F55C4;
      z-index: 2; }
    .about-history .about-timeline-list::after {
      width: 14px;
      height: 14px;
      right: -62px;
      top: 11px;
      background-color: #E9E9E9;
      z-index: 1; }
    .about-history .about-timeline-list .year-wrap-l {
      position: relative;
      margin-bottom: 8px;
      background-color: #92278F;
      display: inline-block;
      margin-bottom: 40px; }
  .about-history .about-timeline .atl-r:before {
    left: -59px;
    right: auto; }
  .about-history .about-timeline .atl-r::after {
    left: -61px;
    right: auto; }
  .about-history .about-timeline .atl-r .year-wrap-l:before {
    content: "";
    position: absolute;
    right: 8px;
    left: auto; }
  .about-history .about-timeline .month {
    font-weight: 600; }
  .about-history .about-timeline .about-history-details {
    color: #E9E9E9;
    font-size: 20px; }

.timeline-inner {
  position: relative; }
  .timeline-inner:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #fff;
    top: 41px;
    left: -8px; }

.timeline-left:before {
  right: -8px;
  left: auto; }

.about-timeline {
  position: relative; }

.line-right:before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 80px);
  left: 50%;
  top: 75px;
  background-color: #E9E9E9; }

.about-timeline-list.left-side {
  text-align: right;
  margin-left: 0;
  margin-right: 40px; }
  .about-timeline-list.left-side .year-wrap-l,
  .about-timeline-list.left-side .about-history-details p,
  .about-timeline-list.left-side .about-history-details li {
    margin-right: 40px;
    color: #eeeeee; }

.program-list {
  color: #000;
  margin-bottom: 30px;
  display: block; }
  .program-list:hover .program-list-content {
    background-color: #7F55C4; }
  .program-list:hover h3 {
    color: #fff; }
  .program-list-content {
    background-color: #e7e2e2;
    color: #000; }
  .program-list h3 {
    font-size: 20px;
    text-align: center;
    padding: 8px 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.events .h-events-list {
  margin-bottom: 30px; }
.events .h-events-details {
  display: flex;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 16px 0;
  align-items: center; }
  .events .h-events-details .month {
    color: #7F55C4;
    margin-bottom: 4px;
    margin-right: 8px;
    font-size: 18px;
    font-weight: 700; }
  .events .h-events-details .date {
    color: #000; }
  .events .h-events-details .events-c,
  .events .h-events-details .events-h {
    width: 50%;
    flex-wrap: wrap;
    padding: 0 16px; }
  .events .h-events-details .events-h {
    font-size: 18px;
    margin-bottom: 0; }
  .events .h-events-details .events-h {
    border-left: 2px solid rgba(0, 0, 0, 0.19); }

.events-description-text {
  font-size: 24px; }

@media (max-width: 991.98px) {
  .vision-wrap {
    padding: 24px;
    margin-bottom: 24px;
    height: auto; }
    .vision-wrap .vision-img {
      height: 50px; }
    .vision-wrap .vision-title {
      font-size: 20px; }

  .acc-img {
    height: 40px; }

  .accomp-list {
    padding: 16px;
    margin-bottom: 16px; }
  .accomp h3 {
    font-size: 16px; }
  .accomp h6 {
    font-size: 20px; }

  .faq .card-header-title {
    font-size: 16px;
    white-space: pre-wrap;
    text-align: left;
    width: 85%;
    line-height: 1.4; }

  .team-member {
    font-size: 14px; }

  .h-segments-list {
    padding: 20px;
    margin-bottom: 20px; }
  .h-segments-title {
    font-size: 16px; }
  .h-segments-img {
    height: 32px; }

  .service_slide .slick-slide img {
    height: 150px; }
  .service_slide .secondary-title {
    font-size: 18px; }

  .h-news .news-post-content {
    margin-bottom: 40px; }

  .h-news-title {
    font-size: 18px; }

  .about-banner:after {
    display: none; }

  .our-vision {
    margin-top: 0; }

  .service .service-content {
    padding: 24px; }

  .service .service-content-text {
    font-size: 16px; }

  .service .nav-pills {
    white-space: nowrap;
    overflow-x: scroll; } }

/*# sourceMappingURL=home.css.map */
