.aiBannerWrapper {
  background-image: url(../images/ai/ai-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 0;
  height: calc(100vh - 90px);
}
.aiBannerWrapper .bannerContent {
  max-width: 600px;
}
.aiBannerWrapper .bannerContent h1 {
  font-size: 50px;
  line-height: 1.1;
  color: #fff;
}
.aiBannerWrapper .bannerContent h1 span {
  font-family: "RedHatDisplay-Regular";
}
@media (max-width: 991px) {
  .aiBannerWrapper .bannerContent h1 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .aiBannerWrapper .bannerContent h1 {
    font-size: 25px;
  }
}
.aiBannerWrapper .bannerContent p {
  color: #fff;
  font-size: 16px;
}
.aiBannerWrapper .bannerContent ul {
  padding-left: 20px;
}
.aiBannerWrapper .bannerContent ul li {
  color: #fff;
  font-size: 16px;
  padding-bottom: 5px;
}
.aiBannerWrapper .bannerContent ul li:last-child {
  padding-bottom: 35px;
}

.eliteAiTalent {
  background-image: url(../images/ai/elite-ai-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 70px 0px 70px;
}
@media (max-width: 767px) {
  .eliteAiTalent {
    padding: 36px 0px 36px;
    background-position: right;
  }
}
.eliteAiTalent .eliteAiWrapper {
  padding: 41px 85px;
  backdrop-filter: blur(10px);
  background: linear-gradient(93.08deg, rgba(39, 105, 191, 0.2) 0%, rgba(123, 180, 255, 0.2) 97.45%);
  border-radius: 8px;
  border: 1px solid #88b4f5;
}
@media (max-width: 991px) {
  .eliteAiTalent .eliteAiWrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .eliteAiTalent .eliteAiWrapper {
    padding: 25px 0;
  }
}
.eliteAiTalent .eliteAiWrapper .eliteAiBox .eliteIcons {
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  display: inline-block;
}
.eliteAiTalent .eliteAiWrapper .eliteAiBox .eliteIcons img {
  width: 29px;
  height: 28px;
}
.eliteAiTalent .eliteAiWrapper .eliteAiBox .eliteAiContent {
  gap: 3px;
  padding: 21px 0 15px;
}
.eliteAiTalent .eliteAiWrapper .eliteAiBox .eliteAiContent .counters {
  font-size: 62px;
  font-family: "RedHatDisplay-Light";
  color: #fff;
  line-height: 1;
}
@media (max-width: 767px) {
  .eliteAiTalent .eliteAiWrapper .eliteAiBox .eliteAiContent img {
    width: 28px;
  }
}
@media (max-width: 450px) {
  .eliteAiTalent .eliteAiWrapper .eliteAiBox .eliteAiContent img {
    width: 20px;
  }
}
.eliteAiTalent .eliteAiWrapper .eliteAiBox p {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.4px;
  max-width: 205px;
}
@media (max-width: 767px) {
  .eliteAiTalent .eliteAiWrapper .eliteAiBox p {
    margin: auto;
  }
}

.developmentServices {
  padding: 50px 0;
  background-color: #fff;
}
.developmentServices p {
  max-width: 900px;
}
.developmentServices .developmentServicesItem {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 50px 0;
  border-top: 1px solid #8D8D8D;
}
.developmentServices .developmentServicesItem span {
  font-size: 30px;
  font-family: "impactregular";
  color: #1b1b1b;
  opacity: 0.5;
  line-height: 1;
}
.developmentServices .developmentServicesItem h3 {
  margin-bottom: 10px;
  font-size: 20px;
}
.developmentServices .developmentServicesItem h3 a {
  color: #fff;
  padding-right: 4px;
}
.developmentServices .developmentServicesItem h3 a:hover {
  text-decoration: underline;
}
.developmentServices .developmentServicesItem h3,
.developmentServices .developmentServicesItem p {
  color: #1b1b1b;
}

.softwareCta {
  padding: 0 0 90px;
}
@media (max-width: 767px) {
  .softwareCta {
    padding: 0 0 70px;
  }
}
.softwareCta.optimizeCta {
  padding-top: 90px;
}
@media (max-width: 767px) {
  .softwareCta.optimizeCta {
    padding-top: 70px;
  }
}
.softwareCta .softwareCtaBox {
  padding: 50px 25px;
  background: url("../images/homepage/lets-talk.webp"), #193370;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  border-radius: 18px;
}
@media (max-width: 576px) {
  .softwareCta .softwareCtaBox {
    padding: 50px 10px;
  }
}
.softwareCta .softwareCtaBox .softwareCtaContent {
  position: relative;
  max-width: 760px;
  margin: auto;
}
@media screen and (max-width: 575px) {
  .softwareCta .softwareCtaBox .softwareCtaContent {
    padding: 0 15px;
  }
}
.softwareCta .softwareCtaBox .softwareCtaContent .headingCta {
  font-size: 25px;
  line-height: 1.3;
  color: #fff;
  font-family: "RedHatDisplay-Semibold";
}
@media screen and (max-width: 576px) {
  .softwareCta .softwareCtaBox .softwareCtaContent .headingCta {
    font-size: 20px;
    line-height: inherit;
  }
}
.softwareCta .softwareCtaBox .softwareCtaContent p {
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
}
.softwareCta .softwareCtaBox .softwareCtaContent .customBtn {
  padding: 18px 70px;
}
@media (max-width: 767px) {
  .softwareCta .softwareCtaBox .softwareCtaContent .customBtn {
    padding: 15px 50px;
  }
}
@media (max-width: 576px) {
  .softwareCta .softwareCtaBox .softwareCtaContent .customBtn {
    padding: 15px 25px;
  }
}

.industrySpecific {
  background-color: black;
  padding: 80px 0px;
}
@media (max-width: 767px) {
  .industrySpecific {
    padding: 40px 0px;
  }
}
.industrySpecific .headingText {
  max-width: 870px;
}
.industrySpecific .servicesBox {
  background: #f1f1f9;
  padding: 30px;
  height: 100%;
  transition: all 0.3s;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.industrySpecific .servicesBox ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: left;
}
.industrySpecific .servicesBox ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  line-height: 1.3;
}
.industrySpecific .servicesBox h3 a {
  color: #fff;
  text-decoration: none;
}
.industrySpecific .servicesBox h3 a:hover {
  text-decoration: underline;
}
.industrySpecific .servicesBox a {
  color: #155a9f !important;
}
.industrySpecific .servicesBox .customBtn {
  padding: 15px 10px;
  border-radius: 10px;
  box-shadow: none;
  width: 100%;
  border: 1px solid #155a9f;
  text-decoration: none;
  font-size: 14px;
}
.industrySpecific .servicesBox .customBtn:hover {
  background-color: #155a9f;
  color: #fff !important;
  border: 1px solid #155a9f;
}

.abInnovationsWrapper {
  background-color: #ffffff;
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .abInnovationsWrapper {
    padding: 70px 0;
  }
}
.abInnovationsWrapper .hireUiUxContent {
  max-width: 700px;
}
.abInnovationsWrapper .hireUiUxContent h2 {
  color: #1b1b1b;
}
.abInnovationsWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}
.abInnovationsWrapper span img {
  border-radius: 0 !important;
}
.abInnovationsWrapper .innovationCards {
  padding: 35px 25px;
  background-color: #f4f9fd;
  border-radius: 18px;
  height: 100%;
}
.abInnovationsWrapper .innovationCards span {
  background-color: #007bff;
  padding: 15px;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.abInnovationsWrapper .innovationCards h3 {
  font-size: 20px;
  line-height: 1.3;
}

.transportationSoftware {
  padding: 90px 0;
  background: linear-gradient(360deg, #007bff 0.21%, #086cd7 10.53%, #000000 99.78%);
  position: relative;
}
@media (max-width: 767px) {
  .transportationSoftware {
    padding: 70px 0;
  }
}
.transportationSoftware .rightImg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 450px;
  opacity: 0.1;
}
.transportationSoftware h2,
.transportationSoftware p {
  color: #fff;
}
.transportationSoftware p {
  max-width: 700px;
}
.transportationSoftware .softwareDevelopBorder {
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  position: relative;
  border-width: 0px 1px 1px 1px;
}
.transportationSoftware .softwareDevelopBorder::after, .transportationSoftware .softwareDevelopBorder::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.3294117647);
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.transportationSoftware .softwareDevelopBorder::before {
  width: 50px;
  height: 1px;
  top: unset;
  left: 0;
  right: 0;
}
.transportationSoftware .softwareDevelopBorder .softwareDevelopContent {
  height: 100%;
  padding: 34px 17px;
}
.transportationSoftware .softwareDevelopBorder .softwareDevelopContent h3,
.transportationSoftware .softwareDevelopBorder .softwareDevelopContent p {
  color: #fff;
}

.recentWork {
  padding: 90px 0;
  background-color: #f4f9fd;
}
@media screen and (max-width: 767px) {
  .recentWork {
    padding: 70px 0;
  }
}
.recentWork .nav-pills {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
  overflow: auto;
  flex-wrap: wrap;
}
.recentWork .nav-pills .nav-item {
  width: calc(25% - 20px);
}
@media (max-width: 991px) {
  .recentWork .nav-pills .nav-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 575px) {
  .recentWork .nav-pills .nav-item {
    width: calc(100% - 0px);
  }
}
.recentWork .nav-pills .nav-item .nav-link {
  border-radius: 8px;
  background: #fff;
  color: #1b1b1b;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "RedHatDisplay-Bold";
  padding: 14px 42px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recentWork .nav-pills .nav-item .nav-link.active {
  background: #3095fb;
  color: #fff;
}
.recentWork .portfolio-wrapper {
  border-radius: 16px;
  background: #fff;
  padding: 8px;
  display: block;
}
.recentWork .portfolio-wrapper img {
  border-radius: 16px;
  height: 260px;
  object-fit: cover;
  width: 100%;
}
.recentWork .portfolio-wrapper .content {
  padding: 16px 16px 8px;
}
.recentWork .portfolio-wrapper .content h4 {
  color: #217cb0;
  font-size: 20px;
  line-height: 24px;
  text-transform: initial;
  margin-bottom: 8px;
  min-height: 48px;
}
.recentWork .portfolio-wrapper .content p {
  color: rgba(28, 28, 30, 0.72);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.recentWork .portfolio-wrapper .content .content-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.recentWork .portfolio-wrapper .content .content-foot ul {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  flex-wrap: wrap;
}
.recentWork .portfolio-wrapper .content .content-foot ul li {
  padding: 3px 10px;
  color: #1c1c1e;
  font-size: 12px;
  font-family: "RedHatDisplay-Regular";
  line-height: 18px;
  background-color: #e5e5ea;
  border-radius: 16px;
  width: max-content;
}
.recentWork .portfolio-wrapper .content .content-foot span {
  color: #217cb0;
  font-size: 18px;
  font-family: "RedHatDisplay-Semibold";
  line-height: 28px;
  letter-spacing: 0.36px;
  text-transform: capitalize;
  cursor: pointer;
}
.recentWork .viewAll {
  color: #217cb0;
  font-size: 18px;
  font-family: "RedHatDisplay-Semibold";
  line-height: 28px;
  letter-spacing: 0.36px;
  text-transform: capitalize;
}

.customSoftwareDevelopemnt {
  padding: 90px 0;
  background: linear-gradient(150deg, #e8f7ff 0%, #ffe7e7 100%);
}
@media (max-width: 991px) {
  .customSoftwareDevelopemnt {
    padding: 70px 0;
  }
}
@media (max-width: 576px) {
  .customSoftwareDevelopemnt {
    padding: 50px 0;
  }
}
.customSoftwareDevelopemnt .heading {
  max-width: 990px;
  padding-bottom: 50px;
}
.customSoftwareDevelopemnt .heading h2 {
  color: #363636;
  font-family: "RedHatDisplay-Bold";
  margin: 0 0 11px;
  line-height: 35px;
  text-transform: initial;
}
@media (max-width: 991px) {
  .customSoftwareDevelopemnt .heading h2 {
    font-size: 26px;
    line-height: 35px;
  }
}
@media (max-width: 576px) {
  .customSoftwareDevelopemnt .heading h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
.customSoftwareDevelopemnt .heading p {
  max-width: 700px;
}
.customSoftwareDevelopemnt .thumbSection {
  border: 1px solid #3e8bb8;
  transition: all 0.7s ease;
  padding: 20px 30px;
  border-radius: 22px;
  height: 100%;
}
@media (max-width: 576px) {
  .customSoftwareDevelopemnt .thumbSection {
    padding: 20px;
  }
}
.customSoftwareDevelopemnt .thumbSection:hover {
  box-shadow: 1px 0 8px rgba(0, 0, 0, 0.12);
  transition: all 0.7s ease;
  background: #217cb0;
}
.customSoftwareDevelopemnt .thumbSection:hover h3,
.customSoftwareDevelopemnt .thumbSection:hover p {
  color: #fff;
}
.customSoftwareDevelopemnt .thumbSection h3 {
  font-size: 20px;
  margin: 0 0 10px 0;
  text-transform: capitalize;
}

/*# sourceMappingURL=ai-agent-development.css.map */
