.emp__slider-1 {
    width: 100%;
  }
  .emp__slider-1-swiper .emp__card {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
  }
  .emp__slider-1 .emp__card.singleEmp__card{
    max-width: 250px;
    margin-inline: auto;
  }

  @media (max-width
  :992px) {
    .emp__slider-1 .emp__card{
      height: 350px;
    }
  }
  .emp__slider-1-swiper .emp__card:hover .emp__img a::before {
    bottom: 0;
  }
  .emp__slider-1-swiper .emp__card .emp__img {
    width: 100%;
    height: 100%;
    position: relative;
  }
  /* .emp__slider-1-swiper .emp__card .emp__img a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 140%;
  } */
  .emp__slider-1-swiper .emp__card .emp__img a::before {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(19, 76, 154, 0) 20%, #14468c);
    z-index: 4;
    transition: all 300ms ease-in-out;
  }
  .emp__slider-1-swiper .emp__card .emp__img a img {
    /* position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; */
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .emp__slider-1-swiper .emp__card .emp__info {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    padding: 15px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 2px;
    transition: all 300ms ease-in-out;
  }
  .emp__slider-1-swiper .emp__card:hover .emp__info{
    bottom: 0;
  }
  .emp__slider-1-swiper .emp__card .emp__info .emp__title {
    margin-bottom: 0;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .emp__slider-1-swiper .emp__card .emp__info .emp__title a {
    color: inherit;
  }
  .emp__slider-1-swiper .emp__card .emp__info .emp__desc {
    font-size: 14px;
    color: white;
    font-weight: 400;
    text-align: center;
  }
  .emp__slider-1-swiper .emp__card .emp__info .emp__desc  p{
    color: inherit;
    margin-bottom: 0;
  }
  .emp__slider-1-swiper .emp__card .emp__info .emp__desc  p a{
    color: #fff;
  }
  .emp__slider-1-swiper .emp__card .emp__info .card__knowMore {
    margin-top: 10px;
  }
  .emp__slider-1-swiper .emp__card .emp__info .card__knowMore a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #fff;
    padding: 10px 0;
    color: white;
    font-size: 16px;
    font-weight: 400;
    transition: all 300ms ease-in-out;
  }
  .emp__slider-1-swiper .swiper-pagination {
    position: static;
    margin-top: 10px;
  }
  .emp__slider-1-swiper .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    width: 12px;
    height: 12px;
    background: black;
    opacity: 0.3;
    transition: all 300ms ease-in-out;
  }
  @media (max-width: 575px) {
    .emp__slider-1-swiper .swiper-pagination .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
    }
  }
  .emp__slider-1-swiper .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 0.7;
  }
  .emp__slider-1-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1.3);
    opacity: 1;
  }
  