@font-face {
  font-family:'rift';
  src: url('public/static/fonts/Poppins-Regular.ttf') format('ttf');
  font-style: 'normal';
  font-weight: '700';
}


.carousel-image:after {
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.6);
  }

  .carousel-text{
    /* font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', sans-serif; */
  }

.certification-title{
  font-size: 30px;
  color:black;
  font-weight:600;
  /* font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', sans-serif; */
}

.certificate-title{
  font-size: 18px;
  color:black;
  font-weight:600;
  /* font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', sans-serif; */
}

.ewinsislab-description{
  color: black;
}

.title-os {
  font-size: 24px;
}

.title-os-con {
  background-color:rgba(15, 0, 0, 0.6);
  border-radius: 20px; 
  display: flex; 
  justify-content: center; 
  align-items: flex-end; 
  text-align: center;
}







/* start Our Trusted client slider */

.carousel-container {
  overflow: hidden;
  position: relative;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-item-custom {
  flex: 0 0 20%; /* 4 items visible */
  max-width: 20%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-item-custom img {
  max-height: 100px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.1));
}

@media (max-width: 768px) {
  .carousel-item-custom {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .carousel-item-custom {
    flex: 0 0 100%;
    max-width: 100%;
  }
}


/* End Our Trusted client slider */

.card-ss-image {
  flex: 0 0 25%; 
  max-width: 25%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
}

 .card-ss-image-last {
  flex: 0 0 25%; 
  max-width: 25%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*.card-group-last {
  display: flex;
  flex-wrap: wrap; 
  gap: 20px;
} */