.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: 35px;
  }
}
.aiBannerWrapper .bannerContent p {
  color: #fff;
  font-size: 16px;
}

.homeTrustedPartner {
  padding: 94px 0;
}
@media screen and (max-width: 768px) {
  .homeTrustedPartner {
    padding: 50px 0;
  }
}
.homeTrustedPartner .partnersListing {
  box-shadow: 0px 1px 12px 2px rgba(96, 97, 112, 0.07);
  background-color: #dcedff;
  padding: 30px 22px;
  border-radius: 8px;
  height: 100%;
}
@media (max-width: 575px) {
  .homeTrustedPartner .partnersListing {
    text-align: center;
  }
}
.homeTrustedPartner .partnersListing .servicesIcon {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 8px;
  padding: 11px;
  margin-bottom: 30px;
  display: inline-block;
}
.homeTrustedPartner .partnersListing .partnerMain {
  font-size: 62px;
  line-height: 50px;
  color: #1b1b1b;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  color: #193370;
}
@media (max-width: 575px) {
  .homeTrustedPartner .partnersListing .partnerMain {
    justify-content: center;
  }
}
.homeTrustedPartner .partnersListing .partnerMain span {
  font-family: "RedHatDisplay-Light";
}
@media screen and (max-width: 767px) {
  .homeTrustedPartner .partnersListing .partnerMain {
    font-size: 42px;
  }
}
@media screen and (max-width: 575px) {
  .homeTrustedPartner .partnersListing .partnerMain {
    font-size: 36px;
  }
}
.homeTrustedPartner .partnersListing p:not(.partnerMain) {
  font-family: "RedHatDisplay-Semibold";
  font-size: 16px;
  line-height: 23px;
  text-transform: capitalize;
}
.homeTrustedPartner .offshoreInnovationContent ul {
  padding-left: 15px;
  padding-bottom: 15px;
}
.homeTrustedPartner .offshoreInnovationContent ul li {
  color: #1b1b1b;
  font-size: 16px;
  padding-bottom: 5px;
}

.whatWeOffer {
  background-image: url("../images/ai-chatbot/we-offer-bg.svg");
  background-size: cover;
  padding: 61px 0;
}
@media (max-width: 575px) {
  .whatWeOffer {
    padding: 30px 0;
  }
}
.whatWeOffer .heading {
  padding-bottom: 50px;
}
@media (max-width: 575px) {
  .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 .head {
  display: flex;
  align-items: center;
  gap: 13px;
}
.whatWeOffer .offerItem .head a {
  color: #fff;
  padding-right: 4px;
}
.whatWeOffer .offerItem .head a:hover {
  text-decoration: underline;
}
.whatWeOffer .offerItem .head img {
  width: 28px;
}
.whatWeOffer .offerItem .head h3 {
  color: #fff;
}
.whatWeOffer .offerItem p {
  color: #fff;
  margin-top: 10px;
}
.whatWeOffer .offerItem p a {
  padding-right: 5px;
}

.healthcareCTA {
  padding: 80px 0;
}
@media (max-width: 575px) {
  .healthcareCTA {
    padding: 40px 0 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 h3 {
  margin-bottom: 20px;
  width: 65%;
  color: #fff;
}
@media (max-width: 767px) {
  .healthcareCTA .ctaContent h3 {
    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;
  }
}

.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;
}

.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;
}

.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: 90%;
}
@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;
  }
}

.abInnovationsWrapper {
  background-color: #ffffff;
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .abInnovationsWrapper {
    padding: 40px 0;
  }
}
.abInnovationsWrapper .hireUiUxContent {
  max-width: 750px;
}
.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;
}

.excellenceWrapper {
  position: relative;
  padding: 50px 0;
  background: #f4f9fd;
  border-radius: 0 0 50px 50px;
  z-index: 1;
}
@media (max-width: 767px) {
  .excellenceWrapper {
    border-radius: 0 0 35px 35px;
  }
}
@media (max-width: 576px) {
  .excellenceWrapper {
    border-radius: 0 0 25px 25px;
  }
}
.excellenceWrapper .excellenceBannerContent {
  padding: 60px 30px;
  text-align: center;
  background-image: url("../images/hire-php/commitee-excellence.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 18px;
}
.excellenceWrapper .excellenceBannerContent h2 {
  color: #fff;
  font-size: 24px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .excellenceWrapper .excellenceBannerContent h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .excellenceWrapper .excellenceBannerContent h2 {
    font-size: 18px;
  }
}
.excellenceWrapper .excellenceBannerContent p {
  color: #fff;
  max-width: 900px;
  margin: auto;
}
@media (max-width: 576px) {
  .excellenceWrapper .excellenceBannerContent .siteBtn {
    font-size: 14px;
  }
}
@media (max-width: 389px) {
  .excellenceWrapper .excellenceBannerContent .siteBtn {
    padding: 0 5px;
  }
}

.SmartApplications {
  padding: 50px 0;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .SmartApplications {
    padding: 30px 0;
  }
}
.SmartApplications .heading {
  max-width: 850px;
  margin: auto;
}
.SmartApplications .heading h2 {
  color: #1b1b1b;
}
.SmartApplications .SmartCarousel .owl-stage-outer .owl-stage {
  display: flex;
  align-items: stretch;
}
.SmartApplications .SmartCarousel .owl-stage-outer .owl-stage .owl-item .item {
  background-color: #3095fb;
  padding: 25px 25px 50px;
  border-radius: 15px;
  height: 100%;
  position: relative;
}
.SmartApplications .SmartCarousel .owl-stage-outer .owl-stage .owl-item .item i {
  font-size: 50px;
  color: #fff;
}
.SmartApplications .SmartCarousel .owl-stage-outer .owl-stage .owl-item .item p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}
.SmartApplications .SmartCarousel .owl-stage-outer .owl-stage .owl-item .item .bottom-fixed {
  position: absolute;
  bottom: 15px;
  right: 25px;
  color: #fff;
  font-family: "RedHatDisplay-Extrabold";
}
.SmartApplications .SmartCarousel .owl-dots {
  margin-top: 40px !important;
}
.SmartApplications .SmartCarousel .owl-dots .owl-dot span {
  background-color: #007bff;
  opacity: 0.5;
}
.SmartApplications .SmartCarousel .owl-dots .owl-dot.active span {
  width: 20px;
  background-color: #007bff;
  opacity: 1;
}

.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 .rightImg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 450px;
  opacity: 0.1;
}
.transportationSoftware h3,
.transportationSoftware p {
  color: #fff;
  max-width: 816px;
}
.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 h4,
.transportationSoftware .softwareDevelopBorder .softwareDevelopContent p {
  color: #fff;
}

/*# sourceMappingURL=consulting-services.css.map */
