.hireus-banner {
  padding-top: 100px;
  background-image: linear-gradient(
    0deg,
    rgb(255, 255, 255) 25%,
    rgb(255 112 67 / 20%) 100%
  );
}

.hireus-banner h1 {
  font-size: 40px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 10px;
}

.hireus-banner h1 span {
  color: #0083eb;
}

.hireus-banner ul li {
  color: #494949;
  font-weight: 500;
  position: relative;
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 10px;
  font-size: 15px;
}

.hire-banner-all-images {
  text-align: center;
  position: relative;
  z-index: 1;
}

.hire-banner-all-images .swiper .slider-box {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 12px;
}

.hire-banner-all-images .swiper .slider-box img {
  object-fit: cover;
  border-radius: 12px;
}

.hireus-services .serv-box {
  width: 100%;
  padding: 20px;
  height: calc(100% - 20px);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.hireus-services .serv-box:hover {
  transform: translateY(-5px);
}

.hireus-services .serv-box .nmbr-ic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(to right, #0000ab 0, #4285f4 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.hireus-services .bg-one {
  background-color: #fff1ed;
}

.hireus-services .bg-two {
  background-color: #f3eefc;
}

.hireus-services .bg-three {
  background-color: #ecf3fd;
}

.hireus-services .bg-four {
  background-color: #e8f6ec;
}

.hireus-services .bg-five {
  background-color: #f6f1e8;
}

.hireus-services .bg-six {
  background-color: #f6f6e8;
}

.hireus-services .bg-seven {
  background-color: #f6e8ee;
}

.hireus-services .bg-eight {
  background-color: #e8ecf6;
}

.hireus-services .bg-nine {
  background-color: #e8f5f6;
}

.hire-us-cta-one .cta-inner-box {
  background: #4285f4;
  padding: 45px;
  position: relative;
}

.hire-us-cta-one .cta-inner-box:after {
  position: absolute;
  content: "";
  background-image: url("../img/hire-us/hire-cta-four-shape.png");
  width: 480px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: -100px;
  background-position: center;
  z-index: 0;
}

.hire-us-cta-one .cta-inner-box:before {
  position: absolute;
  content: "";
  background-image: url("../img/hire-us/hire-cta-four-shape.png");
  width: 480px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: -100px;
  background-position: center;
  z-index: 0;
}

.hire-us-cta-one .cta-inner-box .sec-title {
  color: #fff !important;
}

.hire-us-cta-one .cta-inner-box .theme-new-btn.white {
  background-color: #fff;
  color: #0e51b7;
  border-color: #fff;
}

.hire-us-cta-one .cta-inner-box .theme-new-btn.white:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.expect-us-area {
  width: 100%;
  height: auto;
  background-color: #f0f5fb;
}

.expect-us-area .expect-box {
  width: 100%;
  padding: 24px;
  background: #fbfbfb;
  border: 1px solid #eee;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: start;
  height: calc(100% - 20px);
  transition: 0.5s;
}

.expect-us-area .expect-box:hover {
  transform: translateY(-5px);
}

.hire-benifits-area .hire-benifits-box {
  padding: 24px;
  margin-bottom: 20px;
  height: calc(100% - 20px);
  transition: all 0.3s ease-in-out;
  border: 1px solid #eee;
}

.hire-benifits-area .hire-benifits-box:hover {
  background: radial-gradient(50% 200% at 10% 10%, #fff9f3 0%, #f3f6ff 100%);
}

.hire-how-it-area {
  width: 100%;
  height: auto;
  background-color: #f0f5fb;
}

.hire-how-it-area .hire-how-it-box {
  border-radius: 0px;
  padding: 25px;
  background: #fff;
  position: relative;
  z-index: 2;
  transition: 0.5s;
  border: 1px solid #eee;
  overflow: hidden;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  gap: 0px;
}

.hire-how-it-area .hire-how-it-box.style-one {
  background: #0083eb;
}

.hire-how-it-area .hire-how-it-box .how-icn {
  display: block;
  margin-bottom: 20px;
}

.hire-how-it-area .hire-how-it-box.style-one h4,
.hire-how-it-area .hire-how-it-box.style-one p {
  color: #fff !important;
}

.hire-how-it-area .hire-how-it-box:hover {
  transform: translateY(-5px);
}

.hire-pricing-area .pricing-box {
  border-radius: 0px;
  padding: 25px;
  background: #fff;
  position: relative;
  z-index: 2;
  transition: 0.5s;
  border: 1px solid #eee;
  overflow: hidden;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  gap: 0px;
}

.hire-pricing-area .pricing-box span {
  font-size: 20px;
  font-weight: 500;
  color: #0584e8;
  margin-bottom: 15px;
}

.hire-pricing-area .pricing-box .small-heading {
  font-size: 40px;
}

.hire-pricing-area .pricing-box .small-heading small {
  font-size: 18px;
  font-weight: 500;
  color: #494949;
}

.hire-pricing-area .pricing-box:hover {
  transform: translateY(-5px);
}

.hire-us-cta-two .cta-inner-box {
  background: #4285f4;
  padding: 0;
}

.hire-us-cta-two .cta-inner-box .cta-img {
  width: 80%;
  text-align: end;
  margin-left: auto;
}

.hire-us-cta-two .cta-inner-box .cta-content {
  padding: 0 45px;
}

.hire-us-cta-two .cta-inner-box .sec-title {
  color: #fff !important;
}

.hire-us-cta-two .cta-inner-box .theme-new-btn.white {
  background-color: #fff;
  color: #0e51b7;
  border-color: #fff;
}

.hire-us-cta-two .cta-inner-box .theme-new-btn.white:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.three-steps-area .step-prcs-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.three-steps-area .step-prcs-col .step-prcs-lft-list {
  background: #edf4ff;
  padding: 40px !important;
  border-radius: 0;
  counter-reset: my-awesome-counter;
  margin: 0;
  height: 100%;
}

.three-steps-area .step-prcs-col .step-prcs-lft-list li {
  margin-bottom: 50px;
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 95px;
}

.three-steps-area .step-prcs-col .step-prcs-lft-list li:before {
  position: absolute;
  top: 0;
  font-size: 30px;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #fff;
  content: "0" counter(my-awesome-counter);
  background: #4285f4;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 1;
}

.three-steps-area .step-prcs-col .step-prcs-lft-list li:not(:last-child):after {
  position: absolute;
  content: "";
  border: 1px dashed #a1a1a1;
  left: 30px;
  top: 106px;
  bottom: 0;
  height: 100%;
  margin: auto;
}

.three-steps-area .step-prcs-col .step-prcs-lft-list li:last-child {
  margin-bottom: 0;
}

.three-steps-area .step-prcs-col .step-prcs-lft-list li .sub-heading {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: #494949;
}

.three-steps-area .step-prcs-col .step-prcs-ght {
  width: 100%;
  height: 502px;
  overflow: hidden;
}

.three-steps-area .step-prcs-col .step-prcs-ght img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hire-developers-area {
  width: 100%;
  height: auto;
  background-color: #f0f5fb;
}

.hire-developers-area .hire-table {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  flex-wrap: nowrap;
  margin-top: 50px;
  background: #fff;
  padding: 0;
}

.hire-developers-area .hire-table .hire-table-left .small-heading {
  border-bottom: 1px solid #ebebeb;
}

.hire-developers-area .hire-table .hire-table-left h2,
.hire-developers-area .hire-table .hire-table-middle h2,
.hire-developers-area .hire-table .hire-table-right h2 {
  padding: 24px !important;
  margin: 0 !important;
  border-bottom: 1px solid #ebebeb;
}

.hire-developers-area .hire-table .hire-table-left ul li {
  font-size: 18px;
  line-height: 16.5px;
  color: #000;
  border-bottom: 1px solid #ebebeb;
  padding: 30px !important;
}

.hire-developers-area .hire-table .hire-table-left ul li:last-child {
  margin-bottom: 0;
  border: 0;
}

.hire-developers-area .hire-table .hire-table-left {
  text-align: start !important;
}

.hire-developers-area .hire-table .hire-table-left,
.hire-developers-area .hire-table .hire-table-right {
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 1;
}

.hire-developers-area .hire-table .hire-table-left,
.hire-developers-area .hire-table .hire-table-middle,
.hire-developers-area .hire-table .hire-table-right {
  flex: 1 1 auto !important;
  height: 100%;
}

.hire-developers-area .hire-table .hire-table-middle .img-bx,
.hire-developers-area .hire-table .hire-table-right .img-bx {
  padding: 24px !important;
  border-bottom: 1px solid #ebebeb;
}

.hire-developers-area .hire-table .hire-table-right .img-bx.style-one {
  padding: 24.9px !important;
}

.hire-developers-area .hire-table .hire-table-middle h2 {
  color: #fff !important;
}

.hire-developers-area .hire-table .hire-table-middle {
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: #4285f4;
}

.hire-developers-area .hire-table .hire-table-middle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 140px;
  top: -40px;
  background: #4285f4;
  left: 0;
  z-index: -1;
}

.hire-developers-area .hire-table .hire-table-middle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 140px;
  bottom: -40px;
  background: #4285f4;
  left: 0;
  z-index: -1;
}

.hire-us-cta-four .cta-inner-box {
  background-color: #4285f4;
  padding: 40px;
  position: relative;
  z-index: 1;
}

.hire-us-cta-four .cta-inner-box:after {
  position: absolute;
  content: "";
  background-image: url("../img/hire-us/hire-cta-four-shape.png");
  width: 480px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: -100px;
  background-position: center;
  z-index: 0;
}

.hire-us-cta-four .cta-inner-box:before {
  position: absolute;
  content: "";
  background-image: url("../img/hire-us/hire-cta-four-shape.png");
  width: 480px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: -100px;
  background-position: center;
  z-index: 0;
}

.hire-us-cta-four .cta-inner-box .sec-title {
  color: #fff !important;
}

.hire-us-cta-four .cta-inner-box .theme-new-btn.white {
  background-color: #fff;
  color: #0e51b7;
  border-color: #fff;
}

.hire-us-cta-four .cta-inner-box .theme-new-btn.white:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

@media (max-width: 1640px) {
  .hireus-banner h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .ai-solution-box {
    min-height: auto !important;
  }
}

@media (max-width: 767px) {
  .hire-developers-area .hire-table {
    overflow-y: auto;
  }

  .hire-developers-area .hire-table .hire-table-left h2,
  .hire-developers-area .hire-table .hire-table-middle h2,
  .hire-developers-area .hire-table .hire-table-right h2,
  .hire-developers-area .hire-table .hire-table-left ul li {
    text-wrap: nowrap;
  }
}
