.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/real-estate-management/banner-img.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;
  max-width: 475px;
  object-position: bottom right;
}
@media (max-width: 1200px) {
  .softwareTestingBannerMain .rightImg {
    display: none;
  }
}
.softwareTestingBannerMain .bannerContent .bannerHead h1 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 15px;
  color: #fff;
  max-width: 600px;
}
@media screen and (max-width: 991px) {
  .softwareTestingBannerMain .bannerContent .bannerHead h1 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 576px) {
  .softwareTestingBannerMain .bannerContent .bannerHead h1 {
    font-size: 24px;
  }
}
.softwareTestingBannerMain .bannerContent .bannerHead p {
  color: #fff;
  max-width: 570px;
}
.softwareTestingBannerMain .bannerContent .customBtn {
  padding: 18px 50px;
}
@media (max-width: 400px) {
  .softwareTestingBannerMain .bannerContent .customBtn {
    padding: 18px 30px;
  }
}
.softwareTestingBannerMain .bannerContent ul {
  padding: 0px 0px 20px 20px;
}
.softwareTestingBannerMain .bannerContent ul li {
  color: #fff;
  font-size: 16px;
  padding-bottom: 5px;
}

.eliteAiTalent {
  background-image: url(../images/supplychain-management-software/elite-ai-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 80px 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: brightness(0) saturate(100%) invert(33%) sepia(99%) saturate(7485%) hue-rotate(203deg) brightness(101%) contrast(101%);
}
.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: 1024px) {
  .eliteAiTalent .eliteAiWrapper .eliteAiBox .eliteAiContent .counters {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .eliteAiTalent .eliteAiWrapper .eliteAiBox .eliteAiContent .counters {
    font-size: 30px;
  }
}
@media (max-width: 450px) {
  .eliteAiTalent .eliteAiWrapper .eliteAiBox .eliteAiContent .counters {
    font-size: 20px;
  }
}
.eliteAiTalent .eliteAiWrapper .eliteAiBox .eliteAiContent img {
  width: 25px;
}
@media (max-width: 767px) {
  .eliteAiTalent .eliteAiWrapper .eliteAiBox .eliteAiContent img {
    width: 22px;
  }
}
@media (max-width: 450px) {
  .eliteAiTalent .eliteAiWrapper .eliteAiBox .eliteAiContent img {
    width: 18px;
  }
}
.eliteAiTalent .eliteAiWrapper .eliteAiBox p {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.4px;
}
@media (max-width: 767px) {
  .eliteAiTalent .eliteAiWrapper .eliteAiBox p {
    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: 40px 0;
  }
}
.transportationSoftware h2 {
  color: #fff;
}
.transportationSoftware .rightImg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 450px;
  opacity: 0.1;
}
.transportationSoftware h3,
.transportationSoftware p {
  color: #fff;
}
.transportationSoftware .softwareDevelopBorder {
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  position: relative;
  border-width: 1px 1px 1px 1px;
}
@media (max-width: 767px) {
  .transportationSoftware .softwareDevelopBorder {
    border-width: 0px 1px 1px 0px;
  }
}
.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 h4 {
  font-size: 18px !important;
}
.transportationSoftware .softwareDevelopBorder .softwareDevelopContent h4,
.transportationSoftware .softwareDevelopBorder .softwareDevelopContent p {
  color: #fff;
}
.transportationSoftware .softwareDevelopBorder .softwareDevelopContent a {
  color: #fff !important;
}
.transportationSoftware .softwareDevelopBorder .softwareDevelopContent a:hover {
  text-decoration: underline;
}
.transportationSoftware .softwareDevelopBorder .softwareDevelopContent img {
  filter: brightness(0) invert(1);
}

.artificialIntelligenceCta {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .artificialIntelligenceCta {
    padding: 30px 0;
  }
}
.artificialIntelligenceCta .regardTechnology {
  padding: 50px 190px;
  background: url("../images/supplychain-management-software/regard-bg.webp"), #193370;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  border-radius: 18px;
}
@media (max-width: 1200px) {
  .artificialIntelligenceCta .regardTechnology {
    padding: 40px;
  }
}
@media (max-width: 576px) {
  .artificialIntelligenceCta .regardTechnology {
    padding: 15px;
  }
}
.artificialIntelligenceCta .regardTechnology h2 {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  font-family: "RedHatDisplay-Bold";
}
@media (max-width: 767px) {
  .artificialIntelligenceCta .regardTechnology h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .artificialIntelligenceCta .regardTechnology h2 {
    font-size: 18px !important;
  }
}
.artificialIntelligenceCta .regardTechnology p {
  color: #fff;
  font-size: 15px;
}

.whyHireOffshore {
  background-color: #F4F4F4;
  padding: 70px 0px;
  position: relative;
}
@media (max-width: 991px) {
  .whyHireOffshore {
    padding: 50px 0px !important;
  }
}
.whyHireOffshore h3 {
  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: brightness(0) invert(1);
}
.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 h4,
.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 h4,
  .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 h4 {
  font-size: 20px;
  line-height: 25px;
}

.whyChoose {
  padding: 90px 0;
  background-image: url("../images/iot/why-choose.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .whyChoose {
    padding: 70px 0;
  }
}
.whyChoose h2 {
  color: #fff;
  max-width: 710px;
}
.whyChoose p {
  color: #fff;
  max-width: 700px;
  margin-bottom: 40px;
}
.whyChoose .contentBox {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3490196078);
  backdrop-filter: blur(40px);
  border: 1.5px solid;
  border-image-source: linear-gradient(233.2deg, #5581ff 1.68%, rgba(255, 255, 255, 0.19) 41.62%);
  padding: 25px;
  border-radius: 25px;
  background: radial-gradient(120.31% 190.49% at 30% 50.59%, rgba(72, 96, 203, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
}
.whyChoose .contentBox p {
  color: #fff;
}
.whyChoose .contentBox h3 {
  color: #fff;
  margin-bottom: 10px;
}

.abInnovationsWrapper {
  background-color: #f4f9fd;
  padding: 70px 0;
  position: relative;
}
.abInnovationsWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}
.abInnovationsWrapper .innovationCards {
  padding: 38px 34px;
  background-color: #fff;
  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: 22px;
  position: relative;
  line-height: 26px;
  z-index: 2;
}

/*# sourceMappingURL=real-estate-management.css.map */
