
.path-node-2136 {
    background-image: url(/sites/default/files/2024-03/bgimage_career.png);
}
.path-node-2136 section.bread-crumb {
    background-color: #ffffff;
}

.path-node-2136 .award-sec .owl-carousel .owl-item img {
    width: auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    background-color: #ffffff;
}
.tree-of-life h2 {
    color: #333;
    text-align: center;
}
.tree-of-life .align-self-center h2 {
    text-align: left;
}

/* journey section start */
.career_section {
  padding: 60px 0;
}

.journey_section .container {
  position: relative;
}

.gurukul_logo {
  position: absolute;
  right: 0;
  top: 0;
}

.explore_opportunities #explore_h {
  display: none;
}

.journey_slider .j_item {
  text-align: center;

}

.journey_slider .j_item figure {
  padding-bottom: 116px;
  position: relative;
  margin: 0;
}

.journey_slider .j_item figure:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 116px;
  border-right: dotted 1px #258768;
}

.journey_slider .j_item figure:after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -17px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: dotted 1px #258768;
  background: #fff;
}

.journey_slider .j_item h3 {
  color: #006060;
  font-size: 25px;
  margin-bottom: 20px;
  opacity: 1 !important;
  text-align: center;
}

.journey_slider .j_item li {
    font-size: 16px;
    margin-bottom: 12px;
    text-align: left;
    position: relative;
    padding-left: 30px;
    line-height: 1.2;
    opacity: 1;
}

.journey_slider .j_item li:before {
    content: '';
    background-image: url(/themes/ujjivan/css/../images/tick.png);
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    width: 2rem;
    height: 2rem;
    background-size: 60%;
}

.journey_slider .j_item .item_content {
  position: relative;
  padding-top: 27px;
}

.journey_slider .j_item .item_content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFBF1F;
}

.journey_slider .j_item .item_content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin-left: -7px;
  margin-top: -7px;
  background: #FFBF1F;
}

.journey_slider .j_item.slick-current.slick-active .item_content:after {
  width: 20px;
  height: 20px;
  margin-left: -9px;
  margin-top: -10px;
  background: #258768;
}

.journey_slider .slick-slide figure,
.journey_slider .slick-slide ul {
  opacity: 0;
}

.journey_slider .slick-current.slick-active figure,
.journey_slider .slick-current.slick-active h3,
.journey_slider .slick-current.slick-active ul {
  opacity: 1;
}

.journey_slider .j_item.slick-current.slick-active h3 {
  font-size: 25px;
}

.journey_slider .slick-slide img {
  display: inline-block;
  width: 60%;
}

.common_content .toggleButton {
  color: #F18C28;
  font-size: 2rem;
  background: none;
  border: none;
  text-decoration: underline;
}

.career_section h2 {
    font-size: 35px;
    line-height: 50px;
    font-weight: 500;
    text-align: center;
    font-family: "Roboto-Medium";
    color: #333;
    margin-bottom: 40px;
}


@media (min-width: 768px) {
  .gurukul_logo img {
    width: 195px;
  }

   .common_content .toggleButton {
    display: none;
  }
}

@media (max-width: 767px) {
  .career_section {
    padding: 40px 0;
  }

  .career_section.pt-0 {
    padding-top: 40px !important;
  } 
}
/* journey section end */
.meet-our-lead .innner-pop {overflow: auto;}

.meet-our-lead .innner-pop iframe {
    width: 100%;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    transition-duration: 6s;
    transition-delay:6s;
    }
.career-leaders .card, .meet-our-lead .card {
    cursor: pointer;
}
.popup-career {
    overflow: hidden;
}
.innner-pop {
    overflow: auto;
}
