.dubaiBanner {
  position: relative;
  padding: 94px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/mvp-development/mvp-banner.png");
  background-size: cover;
  min-height: calc(100vh - 90px);
}
.dubaiBanner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.dubaiBanner .dubaiContent {
  position: relative;
  z-index: 2;
  max-width: 600px;
}
.dubaiBanner .dubaiContent h1 {
  font-size: 45px;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .dubaiBanner .dubaiContent h1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 576px) {
  .dubaiBanner .dubaiContent h1 {
    font-size: 30px;
  }
}
.dubaiBanner .dubaiContent p {
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
}
.dubaiBanner .dubaiContent span {
  font-family: "RedHatDisplay-Semibold";
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 15px;
  display: block;
  letter-spacing: 0.3px;
}
.dubaiBanner .dubaiContent ul {
  padding-left: 20px;
}
.dubaiBanner .dubaiContent ul li {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.dubaiBanner .dubaiContent ul li:last-child {
  margin-bottom: 30px;
}
.dubaiBanner .dubaiContent .customBtn {
  padding: 18px 62px;
}
.dubaiBanner .rightBannerWrapper {
  position: relative;
  z-index: 2;
}
.dubaiBanner .rightBannerWrapper .commonBox {
  background-color: #fff;
  border-radius: 25px;
  position: relative;
  padding: 30px;
  height: 100%;
  color: #626262;
}
@media screen and (max-width: 1200px) {
  .dubaiBanner .rightBannerWrapper .commonBox {
    padding: 25px;
  }
}
.dubaiBanner .rightBannerWrapper .commonBox.intutiveDesign {
  background-color: #007bff;
  color: #fff;
  padding-top: 0;
}
.dubaiBanner .rightBannerWrapper .commonBox.intutiveDesign .intutiveImageBox {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 52px;
  border: 6px solid #007bff;
  border-radius: 50%;
  padding: 8px;
  transform: translateY(-50%);
}
.dubaiBanner .rightBannerWrapper .commonBox.robustDataProtection {
  background-color: #007bff;
  color: #fff;
}
.dubaiBanner .rightBannerWrapper .commonBox.robustDataProtection .robustImageBox {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 52px;
  border: 6px solid #007bff;
  border-radius: 50%;
  padding: 8px;
  transform: translateY(-90%);
  right: 30px;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .dubaiBanner .rightBannerWrapper .commonBox.robustDataProtection .robustImageBox {
    right: 5px;
    transform: translateY(-75%);
    height: 55px;
    width: 55px;
  }
}
.dubaiBanner .rightBannerWrapper .commonBox span {
  font-size: 15px;
  font-family: "RedHatDisplay-Semibold";
  line-height: 1.3;
  z-index: 1;
  position: relative;
  letter-spacing: 0.3px;
}

.eliteAiTalent {
  background-image: url(../images/ai/elite-ai-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 90px 0px;
}
@media (max-width: 767px) {
  .eliteAiTalent {
    padding: 40px 0px;
    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 h2 {
  font-family: "RedHatDisplay-Bold";
  color: #fff;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .eliteAiTalent .eliteAiWrapper h2 {
    padding-bottom: 40px;
  }
}
.eliteAiTalent .eliteAiWrapper .eliteAiBox .eliteIcons {
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  display: inline-block;
}
.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;
  }
}

.whatWeOffer {
  background-image: url("../images/ai-chatbot/we-offer-bg.svg");
  background-size: cover;
  padding: 61px 0;
}
.whatWeOffer .heading {
  padding-bottom: 50px;
}
.whatWeOffer .heading h2 {
  color: #fff;
  margin-bottom: 5px;
}
.whatWeOffer .heading p {
  color: #fff;
  max-width: 662px;
}
.whatWeOffer .offerItems {
  gap: 30px 0;
}
.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 .head {
  display: flex;
  align-items: center;
  gap: 13px;
}
.whatWeOffer .offerItem .head a {
  color: #fff;
  text-decoration: underline;
}
.whatWeOffer .offerItem .head img {
  width: 28px;
}
.whatWeOffer .offerItem .head h3 {
  color: #fff;
}
.whatWeOffer .offerItem p {
  color: #fff;
  margin-top: 24px;
}

.healthcareCTA {
  padding: 100px 0;
}
@media (max-width: 575px) {
  .healthcareCTA {
    padding: 40px 0;
  }
}
.healthcareCTA.foundUs .ctaContent {
  background-image: url(../images/healthcare/experience-and-security.png);
}
.healthcareCTA .ctaContent {
  background-image: url(../images/healthcare/satisfaction-and-interoperability.png);
  background-size: cover;
  padding: 50px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .healthcareCTA .ctaContent {
    padding: 30px;
  }
}
.healthcareCTA .ctaContent h2 {
  margin-bottom: 20px;
  width: 65%;
  color: #fff;
}
@media (max-width: 767px) {
  .healthcareCTA .ctaContent h2 {
    width: 100%;
  }
}
.healthcareCTA .ctaContent .ctaSub {
  color: #fff;
  max-width: 600px;
  padding-bottom: 20px;
}

.developingAIChatbot {
  padding: 50px 0;
  background-image: url(../images/ai-chatbot/developing-ai-chatbot.png);
  background-size: cover;
}
@media (max-width: 575px) {
  .developingAIChatbot {
    padding: 0;
  }
}
.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;
  }
}

.whyChoose {
  padding: 90px 0;
  background-image: url("../images/transportation-and-logistics/why-choose.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .whyChoose {
    padding: 40px 0px;
  }
}
.whyChoose h2 {
  font-family: "impactregular";
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  text-transform: capitalize;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .whyChoose h2 {
    padding-bottom: 15px;
  }
}
.whyChoose p {
  color: #fff;
  max-width: 800px;
  margin: auto;
}
.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 h3 {
  color: #fff;
  margin-bottom: 10px;
}
.whyChoose .contentBox p,
.whyChoose .contentBox li {
  color: #f1f1f1;
}
.whyChoose .contentBox li:not(:last-child) {
  padding-bottom: 5px;
}
.whyChoose .mvp-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 25px;
  overflow: hidden;
  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%);
  background: radial-gradient(120.31% 190.49% at 30% 50.59%, rgba(72, 96, 203, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3490196078);
}
.whyChoose .mvp-table th,
.whyChoose .mvp-table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 15px;
  color: #fff;
}
.whyChoose .mvp-table thead {
  background: rgba(255, 255, 255, 0.1);
  font-weight: 600;
  color: #fff;
}
.whyChoose .mvp-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.1);
}
.whyChoose .mvp-table td {
  color: #f1f1f1;
}
.whyChoose .table-responsive {
  overflow-x: auto;
  margin-top: 40px;
}
.whyChoose .plan {
  text-align: center;
  margin-top: 20px;
}

.artificialIntelligenceCta {
  padding: 90px 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .artificialIntelligenceCta {
    padding: 70px 0;
  }
}
.artificialIntelligenceCta .regardTechnology {
  padding: 50px 190px;
  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: 1200px) {
  .artificialIntelligenceCta .regardTechnology {
    padding: 40px;
  }
}
@media (max-width: 576px) {
  .artificialIntelligenceCta .regardTechnology {
    padding: 25px;
  }
}
.artificialIntelligenceCta .regardTechnology h2 {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  font-family: "RedHatDisplay-Semibold";
}
@media (max-width: 767px) {
  .artificialIntelligenceCta .regardTechnology h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .artificialIntelligenceCta .regardTechnology h2 {
    font-size: 18px;
  }
}
.artificialIntelligenceCta .regardTechnology p {
  color: #fff;
  font-size: 15px;
}

.mobileAppDevelopment {
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .mobileAppDevelopment {
    padding: 70px 0;
  }
}
.mobileAppDevelopment .mobileAppDevMainHead {
  max-width: 755px;
}
.mobileAppDevelopment .mobileAppDevMainHead h2 {
  color: #1b1b1b;
}
.mobileAppDevelopment .commonAppDevelopment {
  background-image: linear-gradient(to right, #007bff, #0075f3);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  gap: 10px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .mobileAppDevelopment .commonAppDevelopment {
    flex-direction: column;
  }
}
.mobileAppDevelopment .commonAppDevelopment span {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.3019607843);
  border-radius: 8px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobileAppDevelopment .commonAppDevelopment .contentArea {
  border-left: 1px solid #e1e1e1;
  padding-left: 10px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .mobileAppDevelopment .commonAppDevelopment .contentArea {
    border-left: none;
    padding-left: 0;
  }
}
.mobileAppDevelopment .commonAppDevelopment .contentArea h4,
.mobileAppDevelopment .commonAppDevelopment .contentArea p {
  color: #fff;
}

.workflowForSuccess {
  padding: 90px 0;
  background-color: #0f1722;
  position: relative;
}
@media (max-width: 767px) {
  .workflowForSuccess {
    padding: 45px 0;
  }
}
.workflowForSuccess .workflowForImg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 170px;
  height: 85%;
}
@media (max-width: 1200px) {
  .workflowForSuccess .workflowForImg {
    display: none;
  }
}
.workflowForSuccess .heading {
  max-width: 756px;
  margin: auto;
  text-align: center;
  margin-bottom: 73px;
}
.workflowForSuccess .heading h2,
.workflowForSuccess .heading p {
  color: #fff;
}
@media (max-width: 769px) {
  .workflowForSuccess .heading {
    text-align: left;
  }
}
@media (max-width: 1200px) {
  .workflowForSuccess .leftCards {
    display: flex;
    flex-direction: column;
  }
}
.workflowForSuccess .leftCards .workflowCard {
  padding: 37px 25px;
  background-color: #192637;
  border-radius: 18px;
  width: 377px;
  border: 1px solid #294366;
  position: relative;
  margin-bottom: 86px;
}
@media (max-width: 1200px) {
  .workflowForSuccess .leftCards .workflowCard {
    width: 100%;
    margin-bottom: 24px;
    height: 100%;
  }
}
.workflowForSuccess .leftCards .workflowCard span {
  background: #007bff;
  width: 50px;
  height: 50px;
  border-radius: 10px;
}
.workflowForSuccess .leftCards .workflowCard span img {
  width: 28px;
}
.workflowForSuccess .leftCards .workflowCard:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -163px;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .workflowForSuccess .leftCards .workflowCard:nth-child(1)::after {
    display: none;
  }
}
.workflowForSuccess .leftCards .workflowCard:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -204px;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .workflowForSuccess .leftCards .workflowCard:nth-child(2)::after {
    display: none;
  }
}
.workflowForSuccess .leftCards .workflowCard:nth-child(3)::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -187px;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .workflowForSuccess .leftCards .workflowCard:nth-child(3)::after {
    display: none;
  }
}
.workflowForSuccess .leftCards .workflowCard:nth-child(4)::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -184px;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .workflowForSuccess .leftCards .workflowCard:nth-child(4)::after {
    display: none;
  }
}
.workflowForSuccess .leftCards .workflowCard h3 {
  padding: 22px 0 11px;
  color: #fff;
}
.workflowForSuccess .leftCards .workflowCard p {
  color: #fff;
}
.workflowForSuccess .leftCards .workflowCard::before {
  content: "";
  position: absolute;
  top: 0;
  right: -110px;
  width: 100px;
  height: 5%;
  background-image: url("../images/ai/svg/workflow-left-img.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .workflowForSuccess .leftCards .workflowCard::before {
    display: none;
  }
}
.workflowForSuccess .rightCards {
  padding-top: 87px;
}
@media (max-width: 1200px) {
  .workflowForSuccess .rightCards {
    padding-top: 0;
    display: flex;
    flex-direction: column;
  }
}
.workflowForSuccess .rightCards .workflowCard {
  padding: 37px 25px;
  background-color: #192637;
  border-radius: 18px;
  width: 377px;
  border: 1px solid #294366;
  position: relative;
  margin-left: auto;
  margin-bottom: 87px;
}
@media (max-width: 1200px) {
  .workflowForSuccess .rightCards .workflowCard {
    width: 100%;
    height: 100%;
    margin-bottom: 24px;
  }
}
.workflowForSuccess .rightCards .workflowCard span {
  background: #007bff;
  width: 50px;
  height: 50px;
  border-radius: 10px;
}
.workflowForSuccess .rightCards .workflowCard span img {
  width: 28px;
}
.workflowForSuccess .rightCards .workflowCard:nth-child(1)::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -175px;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .workflowForSuccess .rightCards .workflowCard:nth-child(1)::after {
    display: none;
  }
}
.workflowForSuccess .rightCards .workflowCard:nth-child(2)::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -175px;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .workflowForSuccess .rightCards .workflowCard:nth-child(2)::after {
    display: none;
  }
}
.workflowForSuccess .rightCards .workflowCard:nth-child(3)::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -202px;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .workflowForSuccess .rightCards .workflowCard:nth-child(3)::after {
    display: none;
  }
}
.workflowForSuccess .rightCards .workflowCard:nth-child(4)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -158px;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .workflowForSuccess .rightCards .workflowCard:nth-child(4)::after {
    display: none;
  }
}
.workflowForSuccess .rightCards .workflowCard h3 {
  padding: 22px 0 11px;
  color: #fff;
}
.workflowForSuccess .rightCards .workflowCard p {
  color: #fff;
}
.workflowForSuccess .rightCards .workflowCard::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -77px;
  width: 100px;
  height: 5%;
  background-image: url("../images/ai/svg/workflow-left-img.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .workflowForSuccess .rightCards .workflowCard::before {
    display: none;
  }
}

.industries {
  padding-top: 70px;
}
.industries h2 {
  color: #1b1b1b;
  margin-bottom: 5px;
}
.industries p {
  color: #1b1b1b;
  max-width: 800px;
  margin-bottom: 20px;
}
.industries .servicebox {
  border: 2px solid transparent;
  border-radius: 24px;
  background: linear-gradient(233.2deg, #338eda 1.68%, rgba(255, 255, 255, 0.19) 41.62%) border-box;
  height: 100%;
}
.industries .servicebox .serviceInner {
  height: 100%;
  padding: 33px 25px;
  border-radius: 24px;
  background-color: #338eda;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3490196078);
  backdrop-filter: blur(40px);
  border: 1.5px solid;
  border-image: linear-gradient(233.2deg, #338eda 1.68%, rgba(255, 255, 255, 0.19) 41.62%);
}
.industries .servicebox .serviceInner .iconSet {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
}
.industries .servicebox .serviceInner .iconSet span {
  max-width: 60px;
  height: 60px;
  border-radius: 50px;
  width: 100%;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.industries .servicebox .serviceInner .iconSet span img {
  filter: brightness(0) invert(1);
}
.industries .servicebox .serviceInner .iconSet h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 0;
  color: #fff;
}
.industries .servicebox .serviceInner .iconSet h3 a {
  color: #fff;
}
.industries .servicebox .serviceInner .iconSet h3 a:hover {
  text-decoration: underline;
}
.industries .servicebox p {
  color: #fff;
}

.developmentProcessWrapper {
  position: relative;
  padding: 90px 0;
  background: #ffffff;
}
@media (max-width: 991px) {
  .developmentProcessWrapper {
    padding: 50px 0;
  }
}
.developmentProcessWrapper .serviceBigHeading {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  gap: 11px;
  flex-shrink: 0;
  font-size: 105px;
  font-style: normal;
  line-height: 64px;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  bottom: 100px;
  transform: translateX(-50%);
  z-index: 999;
  border-radius: 8px;
  background-color: #f1f1f1;
  padding: 20px 50px;
  font-family: "RedHatDisplay-Extrabold";
}
.developmentProcessWrapper .serviceBigHeading span {
  text-align: center;
  color: #fff;
  transition: colorChange 1s;
  writing-mode: sideways-lr;
}
.developmentProcessWrapper .serviceBigHeading span:hover {
  color: #3095fb;
}
@media (max-width: 1280px) {
  .developmentProcessWrapper .serviceBigHeading {
    display: none;
  }
}
.developmentProcessWrapper .titleHead {
  text-align: left;
  max-width: 700px;
}
.developmentProcessWrapper .titleHead h3 {
  color: #1b1b1b;
}
.developmentProcessWrapper .titleHead p {
  text-align: left;
  margin: inherit !important;
}
.developmentProcessWrapper .developmentCard {
  display: flex;
  gap: 15px;
  padding: 20px 15px;
  transition: all 0.8s;
  border-radius: 14px;
  width: 436px;
  position: relative;
}
.developmentProcessWrapper .developmentCard img {
  transition: all 0.4s;
  padding-top: 5px;
  height: 100%;
  filter: brightness(0);
}
.developmentProcessWrapper .developmentCard h3 {
  font-size: 22px;
}
@media (max-width: 1280px) {
  .developmentProcessWrapper .developmentCard {
    width: 100%;
  }
}
.developmentProcessWrapper .developmentCard:hover {
  background-color: #193370;
}
.developmentProcessWrapper .developmentCard:hover .cardContent h3,
.developmentProcessWrapper .developmentCard:hover .cardContent p {
  color: #fff;
}
.developmentProcessWrapper .developmentCard:hover img {
  padding-top: 10px;
  filter: brightness(0) invert(1);
}
.developmentProcessWrapper .developmentCard img {
  transition: all 0.4s;
  padding-top: 5px;
  height: 100%;
}
.developmentProcessWrapper .developmentCard .cardContent {
  max-width: 380px;
}
@media (max-width: 1280px) {
  .developmentProcessWrapper .developmentCard .cardContent {
    max-width: 100%;
  }
}
.developmentProcessWrapper .developmentCard .cardContent h3 {
  margin-bottom: 5px;
  color: #1b1b1b;
}
.developmentProcessWrapper .developmentCard .cardContent p {
  margin: 0;
  color: #2e2e2e;
}
@media (max-width: 991px) {
  .developmentProcessWrapper .developmentCard .cardContent {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 991px) {
  .developmentProcessWrapper .developmentCard {
    width: 100% !important;
  }
}
.developmentProcessWrapper .leftCards .developmentCard {
  margin-bottom: 60px;
  left: 0;
}
.developmentProcessWrapper .leftCards .developmentCard:hover {
  left: -35px;
}
@media (max-width: 991px) {
  .developmentProcessWrapper .leftCards .developmentCard:hover {
    left: 5px;
  }
}
@media (max-width: 575px) {
  .developmentProcessWrapper .leftCards .developmentCard:hover {
    left: 0;
  }
}
@media (max-width: 991px) {
  .developmentProcessWrapper .leftCards .developmentCard {
    margin-bottom: 10px !important;
  }
}
.developmentProcessWrapper .rightCards .developmentCard {
  margin-top: 65px;
  margin-left: auto;
  right: 0;
}
.developmentProcessWrapper .rightCards .developmentCard:hover {
  right: -35px;
}
@media (max-width: 991px) {
  .developmentProcessWrapper .rightCards .developmentCard:hover {
    right: -5px;
  }
}
@media (max-width: 575px) {
  .developmentProcessWrapper .rightCards .developmentCard:hover {
    right: 0;
  }
}
@media (max-width: 991px) {
  .developmentProcessWrapper .rightCards .developmentCard {
    margin-top: 10px !important;
  }
}

.commonOffshoreServices .commonHomeContent h2 {
  color: #1b1b1b;
}

.technologyStackWrapper {
  padding: 90px 0px;
  background-color: #f4f9fd;
}
@media (max-width: 767px) {
  .technologyStackWrapper {
    padding: 50px 0px;
  }
}
.technologyStackWrapper .technologiesHead {
  max-width: 700px;
}
.technologyStackWrapper .technologiesHead h2 {
  color: #1b1b1b;
}
.technologyStackWrapper .technologStackContent {
  background-color: #fff;
  border-radius: 18px;
}
.technologyStackWrapper .technologStackContent .StackDevelopmentContent {
  border-bottom: 1px solid #f4f9fd;
  padding: 13px 30px;
  display: flex;
  align-items: center;
  gap: 19px;
}
.technologyStackWrapper .technologStackContent .StackDevelopmentContent .languageName {
  color: #193370;
  font-size: 18px;
  font-family: "RedHatDisplay-Bold";
  letter-spacing: 0.3px;
}
@media (max-width: 767px) {
  .technologyStackWrapper .technologStackContent .StackDevelopmentContent {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 13px 15px;
  }
}
.technologyStackWrapper .technologStackContent .StackDevelopmentContent:last-child {
  border-bottom: none;
  padding-bottom: 30px;
}
.technologyStackWrapper .technologStackContent .StackDevelopmentContent .technologiesBgWrapper {
  background-color: #f4f9fd;
  border-radius: 8px;
  padding: 10px 16px;
  flex: 1;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
}
.technologyStackWrapper .technologStackContent .StackDevelopmentContent .technologiesBgWrapper img {
  width: 38px;
  height: 38px;
  border-radius: 5px;
}

.abInnovationsWrapper {
  background-color: #ffffff;
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .abInnovationsWrapper {
    padding: 70px 0;
  }
}
.abInnovationsWrapper .hireUiUxContent {
  max-width: 700px;
}
.abInnovationsWrapper .hireUiUxContent h3 {
  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 h4 {
  font-size: 20px;
  line-height: 1.3;
}

.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;
}

/*# sourceMappingURL=mvp-development.css.map */
