.softwareTestingBannerMain {
  position: relative;
  padding: 94px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: right;
  background-repeat: no-repeat;
  background-image: url("../images/cross-platform/cross-platform-banner.png");
  background-size: cover;
  min-height: calc(100vh - 90px);
}
@media (max-width: 1200px) {
  .softwareTestingBannerMain {
    background-position: center;
    padding: 50px 0;
  }
}
.softwareTestingBannerMain .rightImg {
  position: absolute;
  right: 0;
  bottom: 0;
  object-fit: contain;
  height: 100%;
  max-width: 623px;
  object-position: bottom right;
}
@media (max-width: 1183px) {
  .softwareTestingBannerMain .rightImg {
    display: none;
  }
}
.softwareTestingBannerMain .bannerContent .bannerHead {
  max-width: 570px;
}
.softwareTestingBannerMain .bannerContent .bannerHead h1 {
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 15px;
  color: #fff;
  max-width: 570px;
}
@media screen and (max-width: 991px) {
  .softwareTestingBannerMain .bannerContent .bannerHead h1 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 576px) {
  .softwareTestingBannerMain .bannerContent .bannerHead h1 {
    font-size: 26px;
  }
}
.softwareTestingBannerMain .bannerContent .bannerHead p {
  color: #fff;
  max-width: 570px;
}
.softwareTestingBannerMain .bannerContent .bannerHead a {
  margin: 0px 5px;
}
.softwareTestingBannerMain .bannerContent .bannerHead a:hover {
  text-decoration: underline;
}
.softwareTestingBannerMain .bannerContent .customBtn {
  padding: 18px 50px;
}
@media (max-width: 400px) {
  .softwareTestingBannerMain .bannerContent .customBtn {
    padding: 18px 30px;
  }
}
.softwareTestingBannerMain .bannerContent .bannerHeadingMain {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}
.softwareTestingBannerMain .bannerContent .bannerHeadingMain .bannerHeadingContent {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 33.3%;
}
@media (max-width: 576px) {
  .softwareTestingBannerMain .bannerContent .bannerHeadingMain .bannerHeadingContent {
    flex: 100%;
  }
}
.softwareTestingBannerMain .bannerContent .bannerHeadingMain .bannerHeadingContent p {
  color: #fff;
  text-wrap: nowrap;
}
@media (max-width: 576px) {
  .softwareTestingBannerMain .bannerContent .bannerHeadingMain .bannerHeadingContent p {
    text-wrap: wrap;
  }
}

.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;
  filter: invert(19%) sepia(114%) saturate(7485%) hue-rotate(203deg) brightness(90%) contrast(102%);
}
.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;
  }
}

.whyHireOffshore {
  background-color: #F4F4F4;
  padding: 100px 0px;
  position: relative;
}
@media (max-width: 991px) {
  .whyHireOffshore {
    padding: 50px 0 !important;
  }
}
.whyHireOffshore h2 {
  font-size: 22px;
}
.whyHireOffshore::before {
  content: "";
  position: absolute;
  right: 0;
  top: 30px;
  background-image: url("../images/hire-php/innovations-bg.webp");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  width: 400px;
}
.whyHireOffshore .innovationCards {
  padding: 38px 34px;
  background-color: #fff;
  border-radius: 18px;
  height: 100%;
  min-height: 345px;
  cursor: pointer;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .whyHireOffshore .innovationCards {
    border: 1px solid rgba(25, 51, 112, 0.5);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    min-height: 340px;
  }
}
@media (max-width: 767px) {
  .whyHireOffshore .innovationCards {
    min-height: 290px;
  }
}
@media (max-width: 576px) {
  .whyHireOffshore .innovationCards {
    min-height: 250px;
    padding: 20px;
  }
}
.whyHireOffshore .innovationCards span img {
  width: 100%;
  max-width: 35px;
  filter: invert(1) brightness(2);
}
.whyHireOffshore .innovationCards:after {
  background-color: #007bff;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  position: absolute;
  top: 38px;
  left: 34px;
  content: "";
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
@media (max-width: 991px) {
  .whyHireOffshore .innovationCards:after {
    background-color: #fff;
  }
}
.whyHireOffshore .innovationCards:hover {
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
.whyHireOffshore .innovationCards:hover h3,
.whyHireOffshore .innovationCards:hover p {
  color: #fff;
  z-index: 2;
  position: relative;
}
.whyHireOffshore .innovationCards:hover span {
  background-color: #fff;
}
@media (max-width: 991px) {
  .whyHireOffshore .innovationCards:hover span {
    background-color: #007bff;
  }
}
.whyHireOffshore .innovationCards:hover span img {
  filter: brightness(0.5);
}
@media (max-width: 991px) {
  .whyHireOffshore .innovationCards:hover span img {
    filter: grayscale(1);
  }
}
.whyHireOffshore .innovationCards:hover:after {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
}
@media (max-width: 991px) {
  .whyHireOffshore .innovationCards:hover:after {
    width: auto;
    height: auto;
    top: 0;
    left: 0;
  }
}
@media (max-width: 991px) {
  .whyHireOffshore .innovationCards:hover h3,
  .whyHireOffshore .innovationCards:hover p {
    color: #1b1b1b;
  }
}
.whyHireOffshore .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;
}
.whyHireOffshore .innovationCards span svg {
  filter: brightness(0) invert(1);
}
.whyHireOffshore .innovationCards h3 {
  font-size: 20px;
  line-height: 25px;
}

.abRegardless {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .abRegardless {
    padding: 50px 0;
  }
}
.abRegardless .regardTechnology {
  padding: 50px 90px;
  background: url("../images/about/regard-bg.webp"), #193370;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  border-radius: 18px;
}
@media (max-width: 991px) {
  .abRegardless .regardTechnology {
    padding: 40px 20px;
  }
}
.abRegardless .regardTechnology h2 {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  font-family: "RedHatDisplay-Semibold";
}
@media (max-width: 767px) {
  .abRegardless .regardTechnology h2 {
    font-size: 22px !important;
  }
}
@media (max-width: 575px) {
  .abRegardless .regardTechnology h2 {
    font-size: 18px !important;
    line-height: 1.4;
  }
}
.abRegardless .regardTechnology p {
  color: #fff;
  font-size: 16px;
}
@media (max-width: 576px) {
  .abRegardless .regardTechnology p {
    font-size: 15px;
  }
}

.whatWeOffer {
  background-image: url("../images/ai-chatbot/we-offer-bg.svg");
  background-size: cover;
  padding: 61px 0;
}
.whatWeOffer .heading {
  padding-bottom: 30px;
}
.whatWeOffer .heading h2 {
  color: #fff;
  margin-bottom: 5px;
}
.whatWeOffer .heading p {
  color: #fff;
  max-width: 662px;
}
.whatWeOffer .offerItem {
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.2509803922);
  backdrop-filter: blur(22px);
  padding: 17px;
  border-radius: 12px;
  height: 100%;
}
.whatWeOffer .offerItem h3 {
  color: #fff;
}
.whatWeOffer .offerItem a {
  color: #fff;
}
.whatWeOffer .offerItem a:hover {
  text-decoration: underline;
}
.whatWeOffer .offerItem p {
  color: #fff;
  margin-top: 12px;
}

.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 img {
  padding-bottom: 15px;
  width: 35px;
}
.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:hover img {
  filter: invert(1) brightness(2);
}
.customSoftwareDevelopemnt .thumbSection h3 {
  font-size: 20px;
  color: #1b1b1b;
  margin: 0 0 10px 0;
  text-transform: capitalize;
}
.customSoftwareDevelopemnt .thumbSection p {
  color: #1b1b1b;
}

.developingAIChatbot {
  padding: 50px 0;
  background-image: url(../images/ai-chatbot/developing-ai-chatbot.png);
  background-size: cover;
}
.developingAIChatbot .aiIndustriesItem {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
}
@media (max-width: 575px) {
  .developingAIChatbot .aiIndustriesItem {
    flex-direction: column-reverse;
    text-align: center;
  }
}
.developingAIChatbot .aiIndustriesItem .leftWrapper .head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  .developingAIChatbot .aiIndustriesItem .leftWrapper .head {
    justify-content: center;
  }
}
.developingAIChatbot .aiIndustriesItem .leftWrapper .head h3 {
  color: #007bff;
}
.developingAIChatbot .aiIndustriesItem .leftWrapper .head h3 a {
  color: #007bff;
  transition: margin-right 0.3s ease, color 0.3s ease;
}
.developingAIChatbot .aiIndustriesItem .leftWrapper .head h3 a:hover {
  text-decoration: underline;
  margin-right: 12px;
}
.developingAIChatbot .aiIndustriesItem .rightWrapper {
  max-width: 250px;
}
@media (max-width: 575px) {
  .developingAIChatbot .aiIndustriesItem .rightWrapper {
    margin: auto;
  }
}

.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 .softwareDevelopBorder {
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  position: relative;
  border-width: 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 {
  font-size: 18px !important;
}
.transportationSoftware .softwareDevelopBorder .softwareDevelopContent h3,
.transportationSoftware .softwareDevelopBorder .softwareDevelopContent p {
  color: #fff;
}
.transportationSoftware .softwareDevelopBorder .softwareDevelopContent img {
  filter: invert(1) brightness(2);
}

/*# sourceMappingURL=cross-platform-development.css.map */
