  .portfolio .swiper, .career-filter .swiper{
    width: 100%;
    height: 55px;
  }

  .portfolio .swiper-slide, .career-filter .swiper-slide{
    text-align: center;
    font-size: 18px;
    background-image: linear-gradient(to right bottom, #183052, #163158, #14335e, #113463, #0f3569, #0f3569, #0f3569, #0f3569, #113463, #14335e, #163158, #183052);
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto !important;
    padding: 5px 34px;
    border: 1px solid!important;
    color: #fff;
    font-size: 15px !important;
  }

  .portfolio .swiper-wrapper, .career-filter .swiper-wrapper{
    height: auto;
  }

  .testimonial .swiper {
    width:500px;
    height: 320px;
    margin: auto;
  }

  .testimonial .swiper-slide {
    /* display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #fff; */
  }

  .testimonial .swiper-slide {
    background: linear-gradient(0deg, rgba(32,191,144,1) 46%, rgba(253,187,45,1) 100%);
    border: 1px solid #CCC;
    color: #fff;
  }

  .portfolioSwiper .swiper-button-next:after{
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f061";
    font-size: 20px;
  }

  .portfolioSwiper .swiper-button-next{
    top: 46px;
    right: 0px;
  }

  .portfolioSwiper .swiper-button-prev:after{
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f060";
    font-size: 20px;
  }

  .portfolioSwiper .swiper-button-prev{
    left: 0px;
    top: 46px;
  }

  @media (min-width: 360px) and (max-width:384px){
    .portfolio .mixitup-control-active{
      font-size: 15px !important;
      background: #c22115 !important;
      padding: 5px 34px;
      border: none !important;
      color: #fff;
    }
     /* --------------------------------------------------------------------------------------------------- */
    /* -----------------------------------  TESTIMONIAL MOBILE  ----------------------------------------- */
    .testimonial .swiper {
      width:auto;
      height: auto;
      margin: auto;
    }
  }

  @media (min-width: 390px) and (max-width:415px){
    .portfolio .mixitup-control-active{
      font-size: 15px !important;
      background: #c22115 !important;
      padding: 5px 34px;
      border: none !important;
      color: #fff;
    }
     /* --------------------------------------------------------------------------------------------------- */
    /* -----------------------------------  TESTIMONIAL MOBILE  ----------------------------------------- */
    .testimonial .swiper {
      width:auto;
      height: auto;
      margin: auto;
    }
  }

  @media (min-width: 413px) and (max-width:480px){

    .portfolio .mixitup-control-active{
      font-size: 15px !important;
      background: #c22115 !important;
      padding: 5px 34px;
      border: none !important;
      color: #fff;
    }
     /* --------------------------------------------------------------------------------------------------- */
    /* -----------------------------------  TESTIMONIAL MOBILE  ----------------------------------------- */
    .testimonial .swiper {
      width:auto;
      height: auto;
      margin: auto;
    }
  }