/* =========================================
   Director Profile Section
========================================= */

.director_profile_section {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}
.director_profile_section .container {
  position: relative;
  z-index: 1;
}

.director_profile_section .row {
  align-items: center;
}

/* =========================================
   Left Profile
========================================= */
.director_prof_row .profile_colm {
  width: 323px;
  flex: 0 0 auto;
}

.profile_img_div {
  position: relative;
  margin-bottom: 24px;
  padding: 0 0px 16px 0;
  border-radius: 16px;
  background-color: var(--white_color_4);
  border: 1px solid var(--primary);
}
.profile_img_div img {
  max-width: 100%;
  margin-top: -10px;
  margin-left: -10px;
}

.director_profile {
  padding-left: 5px;
}
.director_name {
    margin: 0 0 5px;
    color: var(--body_white_color);
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}
.director_profile p {
  margin: 0;
  color: var(--primary);
}

/* =========================================
   Right Content
========================================= */
.profile_dtl_colm {
  flex: 1;
  padding-left: 40px;
}
.profile_dtl_colm .profile_badges {
  margin-bottom: 32px;
}

.director_profile_badge {
  border-left: 2px solid var(--primary);
  border-radius: 12px;
}
.profile_badeg {
  margin-bottom: 18px;
}
.director_profile_detail p {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 22px;
}

.director_profile_detail h4 {
  margin: 0px 0 10px;
  color: var(--body_white_color);
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.director_profile_detail .director_profile_footer {
  margin-bottom: 16px;
  color: var(--primary);
}
.director_profile_quote {
  margin-top: 20px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.03);
}

.director_profile_quote span {
  display: block;
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  line-height: 1.5;
  font-style: italic;
}
@media (max-width: 991px) {
  .profile_dtl_colm {
      padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .director_prof_row.d-flex.flex-wrap {
      text-align: center;
      justify-content: center;
  }
  .director_prof_row .profile_colm {
    flex: 0 0 auto;
    width: 100%;
  }
 .director_profile_media {
      max-width: 300px;
      margin: 0 auto;
  }

  .profile_dtl_colm {
    flex: 0 0 auto;
    width: 100%;
    margin-top: 30px;
    padding-left: 0px;
  }
}

/* mision vision */

.ourstory_section {
    position: relative;
    overflow: hidden;
}
.ourstory_section .gradient_circle_1, 
.ourstory_section .gradient_circle_2 {
    pointer-events: none;
    z-index: 0;
}
.ourstory_section .gradient_circle_1 {
    top: 40px;
    left: -120px;
    width: 520px;
    height: 430px;
    border-radius: 50%;
    background: radial-gradient(circle at 42% 42%, rgba(114, 20, 255, 0.64) 0%, rgba(114, 20, 255, 0.38) 28%, rgba(114, 20, 255, 0.16) 54%, rgba(114, 20, 255, 0) 76%);
    filter: blur(62px);
    opacity: 46%;
}
.ourstory_section .gradient_circle_2 {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 420px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 50%, rgba(0, 178, 126, 0.42) 0%, rgba(0, 132, 118, 0.22) 44%, rgba(0, 132, 118, 0) 72%);
    filter: blur(70px);
    opacity: 46%;
}

.vision_mission_card {
  min-height: 100%;
}
.vision_mission_card p:last-child {
  margin: 0;
}
.vision_mission_card .card_title {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.vision_mission_card .card_title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: var(--primary);
  border-radius: 2em;
}

@media screen and (max-width:991px) {
  .ourstory_section .gradient_circle_1 {
      left: -70px;
      width: 300px;
      height: 250px;
  }
  .ourstory_section .gradient_circle_2 {
      width: 300px;
      height: 360px;
  }
}
/* mision vision */
/* timeline vision */
.about_journey_timeline_card {
    position: relative;
    min-height: 100%;
}
.about_journey_timeline_card.active_card {
    border-color: var(--primary_color_50);
    background-color: var(--primary_color_4);
}
.about_journey_timeline_card .tm_main_title {
     margin-bottom: 24px;
}
.about_journey_timeline_card .titles_line {
    display: inline-flex;
    width: 12px;
    height: 2px;
    background-color: var(--primary);
    border-radius: 2em;
}
.about_journey_timeline_card .tm_card_title {
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.about_journey_timeline_card .tm_card_title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: var(--primary);
  border-radius: 2em;
}




.about_timeline_border {
    margin: 45px 0;
}
.about_timeline_border_dv {
    border-top: 2px dashed var(--body_white_color);
    display: block;
    height: 2px;
    width: 84.8%;
    position: relative;
}
.about_journey_timeline_card .verticle_border {
    content: "";
    width: 2px;
    height: 35px;
    border-left: 2px dashed var(--body_white_color);
    position: absolute;
    margin-left: -1px;
    top: -47px;
    left: 50%;
}
.about_journey_timeline_card .verticle_border::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--body_white_color);
    position: absolute;
    left: 50%;
    bottom: -14px;
    margin-left: -5px;
}
/* timeline vision */
@media screen and (max-width:1199px) {
    .about_journey_timeline_card {
        padding: 10px;
    }
    .about_journey_timeline_card .tm_main_title {
        margin-bottom: 24px;
        font-size: 20px;
        line-height: 24px;
    }
}
@media screen and (max-width:991px) {
  .about_journey_timeline_col {
        margin-bottom: 30px;
    }
    .about_journey_timeline_card .verticle_border, .about_timeline_border {
        display: none !important;
    }
}
/* about team css*/
.about_team_col {
  margin-bottom: 30px;
}
.about_team_imgbox {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.about_team_imgbox:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 41.06%, #000000 100%);
}
.about_team_imgs .teamimg {
    width: 100%;
    height: 565px;
    object-fit: cover;
    border-radius: 16px;
    object-position: 0 0;
}
.about_team_overlay_contents {
    padding: 24px;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    color: #ffffff;
}
.about_team_overlay_contents .innerdiv {
    width: 100%;
    transform: translateY(calc(100% - 60px));
    -webkit-transform: translateY(calc(100% - 60px));
    -moz-transform: translateY(calc(100% - 60px));
    -ms-transform: translateY(calc(100% - 60px));
    -o-transform: translateY(calc(100% - 60px));
    opacity: 1;
    transition: transform 0.5s ease, opacity 0.5s ease;
    -webkit-transition: transform 0.5s ease, opacity 0.5s ease;
    -moz-transition: transform 0.5s ease, opacity 0.5s ease;
}
.about_team_overlay_contents .team_name {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 4px;
  margin-top: 0px;
}
.about_team_overlay_contents .team_designation {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.about_team_overlay_contents .team_para {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.about_team_overlay_contents .focus_title {
 font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.about_team_imgbox:hover .about_team_overlay_contents .innerdiv {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
@media screen and (max-width:1199px) {
  .about_team_imgs .teamimg {
      width: 100%;
      height: 500px;
  }
    .about_team_overlay_contents {
      padding: 20px;
  }
}
@media screen and (max-width:767px) {
  .about_team_card {
      margin: 0 auto;
      max-width: 400px;
  }
  .about_team_overlay_contents {
      padding: 15px;
  }
  .team_badges_row {
      gap: 6px !important;
  }
  .team_badges_row .team_badge {
      padding: 6px 9px;
      /* font-size: 12px; */
  }
  .about_team_overlay_contents .team_designation {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 18px;
  }
  .about_team_overlay_contents .team_para {
      margin-bottom: 18px;
      font-size: 13px;
      line-height: 20px;
  }
}


@media screen and (max-width:480px) {
  .about_team_card {
      margin: 0 auto;
      max-width: 300px;
  }
  .about_team_imgs .teamimg {
      height: 500px;
  }
  .about_team_overlay_contents {
      padding: 15px;
  }
}
/* about team css*/