
.ar-what-we-do-area {
    width: 100%;
    max-width: 90%;
  }
  .ar-what-we-do-area .ar-what-we-do-bg {
    top: 50%;
    width: 100%;
    height: 380px;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  
  .ar-what-do-thumb-slider {
    z-index: 5;
    width: 85px;
    margin: 20px;
    height: 220px;
    position: relative;
  }
  .ar-what-do-thumb-slider .what-do-thumb-img {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
  }
  .ar-what-do-thumb-slider .what-do-thumb-img:before {
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: var(--ar-base-color-2);
  }
  .ar-what-do-thumb-slider .swiper-slide-active .what-do-thumb-img:before {
    opacity: 0.7;
  }
  
  .ar-what-we-do-item .ar-what-we-do-img {
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    margin-right: 70px;
    border-radius: 25px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .ar-what-we-do-item .ar-what-we-do-text-area {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .ar-what-we-do-item .ar-what-we-do-text-area .ar-what-we-do-icon {
    width: 215px;
    height: 215px;
    margin-right: 35px;
    border-radius: 100%;
    border: 5px solid #fff;
  }
  .ar-what-we-do-item .ar-what-we-do-text-area .ar-what-we-do-icon i {
    color: #fff;
    font-size: 70px;
    line-height: 0.75;
  }
  .ar-what-we-do-item .ar-what-we-do-text-area .ar-what-we-do-text {
    max-width: 430px;
  }
  .ar-what-we-do-item .ar-what-we-do-text-area .ar-what-we-do-text h3 {
    color: #fff;
    font-size: 55px;
    font-weight: 800;
    line-height: 1.273;
    padding-bottom: 8px;
  }
  
  .ar-what-we-do-arrow-next-prev {
    top: -15px;
    left: 50%;
    height: 100%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .ar-what-we-do-arrow-next-prev .ar-what-we-do-arrow.what-do-button-next {
    bottom: -30px;
    position: absolute;
  }
  
  .ar-what-we-do-slider-for .swiper-slide-active .ar-what-we-do-item .ar-what-we-do-img {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  .ar-what-we-do-slider-for .swiper-slide-active .ar-what-we-do-item .ar-what-we-do-text-area {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: 700ms;
            transition-delay: 700ms;
  }