.separator {
  display: inline-block;
  width: 1px;
  height: 10px;
  border-left: solid 1px #ccc;
  margin: 0 20px 0 20px;
}
.sticky-top {
 transition: 0.5s;
 background: var(--bs-white);
}

.training-inner img{
 height: 140px;
}
.footer-img{
 max-height: 150px;
}

.clients {
 padding: 25px 0;
}

.clients .swiper {
 padding: 10px 0;
}

.clients .swiper-wrapper {
 height: auto;
}

.clients .swiper-slide img {
 transition: 0.3s;
}


.clients .swiper-slide img:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}
.service-img img{
height: 250px;
}
@media (min-width:960px) {

  .industry-card{
    width: 260px;
  }

}

