/* section-hands-on-leadership */
.section-hands-on-leadership .image-box-leader-information .leader-name{
  margin-bottom:10px;
}
.section-hands-on-leadership .image-box-leader-information .stack-profile-expand .text{
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}
.section-hands-on-leadership .image-box-leader-information .stack-profile-expand .text{
  opacity: 1;
}
.section-hands-on-leadership .image-box-leader-information .stack-profile-expand .button{
  text-transform: capitalize;
  border: 1px solid var(--color-primary-dark) !important;
  border-radius:100px;
  padding:5px 20px;
  transition: .3s ease;
  margin-top:10px !important;
}
.section-hands-on-leadership .image-box-leader-information .stack-profile-expand .button:hover{
  background: var(--color-primary-dark) !important;
  color:#fff;
}
.section-hands-on-leadership .image-box-leader-information .box-text{
  background: #fff;
  padding:10px 15px 15px;
}
/* section-certified-across */
.section-certified-across .block-strip-client-logo{
  position: relative;
  margin-top:30px;
}
.section-certified-across .block-strip-client-logo .swiper-container-client-logo {
    overflow: hidden;
    position: relative;
}
.section-certified-across .block-strip-client-logo img{
  height:100px;
  object-fit: contain;
  /* filter: grayscale(100%); */
  transition: all .5s ease;
}
.section-certified-across .block-strip-client-logo img:hover{
  /* filter: grayscale(0%); */
  transform: scale(1.05);
}
.section-certified-across .block-strip-client-logo .swiper-slide.client-logo-item{
  text-align: center;
  padding:0 25px;
}
.section-certified-across .block-strip-client-logo .swiper-button .btn-swiper {
    font-size: 14px;
    height: 25px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    color:var(--color-primary-dark);
}
.section-certified-across .block-strip-client-logo .swiper-button .btn-swiper.swiper-button-prev{
  left: -40px;
}
.section-certified-across .block-strip-client-logo .swiper-button .btn-swiper.swiper-button-next{
  right: -40px;
}
.section-certified-across .btn-swiper{
  display: none;
}
@media screen and (max-width: 1290px) {
  .section-certified-across .block-strip-client-logo .swiper-button .btn-swiper.swiper-button-prev{
    left: 0;
  }
  .section-certified-across .block-strip-client-logo .swiper-button .btn-swiper.swiper-button-next{
    right: 0;
  }
}