.arn-service-section {
    z-index: 1;
    overflow: hidden;
    padding: 80px 0px;
  }
  .arn-service-section .arn-service-bg {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
  }
  .arn-service-section .container {
    max-width: 1415px;
  }
  
  .arn-service-content {
    padding: 30px 0px;
    border-top: 1px solid #dfdddb;
    border-bottom: 1px solid #dfdddb;
  }
  
  .arn-service-items {
    padding: 40px 0px;
  }
  .arn-service-items a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    font-family: var(--ar-heading);
  }
  .arn-service-items a .inner-icon {
    padding-right: 60px;
  }
  .arn-service-items a .inner-icon i {
    color: #717171;
    font-size: 33px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .arn-service-items a .inner-icon:before, .arn-service-items a .inner-icon:after {
    top: -3px;
    right: 30px;
    content: "";
    width: 5px;
    height: 45px;
    position: absolute;
    border-radius: 10px;
    background-color: #717171;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .arn-service-items a .inner-icon:after {
    top: -3px;
    bottom: 0;
    height: 0;
    margin: 0 auto;
    background-color: #000000;
  }
  .arn-service-items a .service-item-title:before {
    bottom: 0;
    width: 0%;
    height: 4px;
    content: "";
    position: absolute;
    background-color: #000000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .arn-service-items a .service-item-title:after {
    left: 0;
    bottom: 0;
    content: "";
    width: 0%;
    z-index: 3;
    opacity: 0;
    height: 4px;
    visibility: hidden;
    position: absolute;
    border: 1px solid #000000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .arn-service-items a .arn-service-title-1 {
    z-index: 1;
    color: #717171;
    font-size: 45px;
    font-weight: 700;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .arn-service-items a .arn-service-title-2 {
    top: 0;
    left: 0;
    z-index: 3;
    font-size: 45px;
    font-weight: 700;
    color: transparent;
    position: absolute;
    white-space: nowrap;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #717171;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .arn-service-items a .service_img {
    right: 0;
    top: -30px;
    z-index: 2;
    position: absolute;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  .arn-service-items a:hover .inner-icon i, .arn-service-items a.active .inner-icon i {
    color: #000000;
  }
  .arn-service-items a:hover .inner-icon:before, .arn-service-items a.active .inner-icon:before {
    height: 0;
  }
  .arn-service-items a:hover .inner-icon:after, .arn-service-items a.active .inner-icon:after {
    height: 45px;
  }
  .arn-service-items a:hover .service-item-title:before, .arn-service-items a:hover .service-item-title:after, .arn-service-items a.active .service-item-title:before, .arn-service-items a.active .service-item-title:after {
    opacity: 1;
    width: 100%;
    visibility: visible;
  }
  .arn-service-items a:hover .arn-service-title-1, .arn-service-items a.active .arn-service-title-1 {
    color: #000000;
  }
  .arn-service-items a:hover .arn-service-title-2, .arn-service-items a.active .arn-service-title-2 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .arn-service-items a:hover .service_img, .arn-service-items a.active .service_img {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  
  @media screen and (max-width: 680px) {
    .arn-service-items a .arn-service-title-2,
    .arn-service-items a .arn-service-title-1 {
      font-size: 30px;
    }
  }
  @media screen and (max-width: 480px) {
    .arn-service-items a .inner-icon {
      padding-right: 15px;
    }
    .arn-service-items a .inner-icon:after,
    .arn-service-items a .inner-icon:before {
      display: none;
    }
    .arn-service-items a .service_img {
      top: 0;
      height: 80px;
      width: 80px;
    }
    .arn-service-items a {
      padding: 0;
    }
    .arn-service-items {
      padding: 25px 0px;
    }
    .arn-service-items a .arn-service-title-2,
    .arn-service-items a .arn-service-title-1 {
      font-size: 28px;
    }
    .arn-about-item-area .item_title {
      padding-bottom: 15px;
    }
  }