
  .arn-contact-content-2 .ar-contact-shape2 {
    left: 5px;
    bottom: 20px;
  }
  .arn-contact-content-2 .ar-contact-shape {
    top: 0;
    left: 0;
  }
  .arn-contact-content-2 .ar-contact-shape2 {
    left: 0;
    bottom: 0;
  }
  
  .arn-contact-content-area {
    margin: 0 auto;
    max-width: 1440px;
    padding-left: 130px;
  }
  
  .arn-contact-form {
    width: 100%;
    max-width: 650px;
  }
  .arn-contact-form h3 {
    color: #000;
    font-size: 72px;
    font-weight: 700;
    padding-bottom: 55px;
  }
  .arn-contact-form input, .arn-contact-form textarea {
    width: 100%;
    height: 60px;
    border: none;
    margin-bottom: 40px;
    background-color: transparent;
    border-bottom: 2px solid #000000;
  }
  .arn-contact-form input::-webkit-input-placeholder, .arn-contact-form textarea::-webkit-input-placeholder {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
  }
  .arn-contact-form input::-moz-placeholder, .arn-contact-form textarea::-moz-placeholder {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
  }
  .arn-contact-form input:-ms-input-placeholder, .arn-contact-form textarea:-ms-input-placeholder {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
  }
  .arn-contact-form input::-ms-input-placeholder, .arn-contact-form textarea::-ms-input-placeholder {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
  }
  .arn-contact-form input::placeholder, .arn-contact-form textarea::placeholder {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
  }
  .arn-contact-form .submit-btn button {
    color: #fff;
    border: none;
    font-weight: 500;
    border-radius: 40px;
    padding: 15px 45px;
    background-color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .arn-contact-form .submit-btn button:hover {
    color: #000000;
    background-color: var(--ar-base-color-2);
  }
  
  .ar-team-pagination,
  .ar-blog-pagination {
    margin-top: 50px;
  }
  
  .ar-team-pagination .swiper-pagination-bullet,
  .ar-blog-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 10px;
    height: 10px;
    background-color: #c2c2c2;
    margin: 0px 10px !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .ar-team-pagination .swiper-pagination-bullet-active,
  .ar-blog-pagination .swiper-pagination-bullet-active {
    background-color: var(--ar-title-color);
  }
  
  @media screen and (max-width: 1550px) {
    .arn-contact-content-2 {
      padding: 80px 15px;
    }
  }
  @media screen and (max-width: 1366px) {
    .arn-contact-content-area {
      padding-left: 70px;
    }
  }
  @media screen and (max-width: 1270px) {
    .arn-contact-content-area {
      gap: 30px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-left: 10px;
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important;
    }
    .arn-contact-content-2 .ar-contact-shape {
      display: none;
    }
    .arn-contact-content-2 .ar-contact-shape2 {
      display: none;
    }
  }
  @media screen and (max-width: 991px) {
    .ar-contact-text-area.ver_3 li {
      margin-bottom: 15px;
    }
  }
  @media screen and (max-width: 991px) {
    .arn-contact-form h3 {
      font-size: 40px;
    }
  }