.abBannerMain {
  position: relative;
  padding: 94px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/about/about-banner.webp");
  background-size: cover;
  min-height: calc(100vh - 90px);
}
.abBannerMain:before, .abBannerMain:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.abBannerMain:before {
  background-image: url("../images/about/banner-overlay.webp");
}
.abBannerMain:after {
  background-image: url("../images/about/banner-overlay-wrapper.webp");
}
@media (max-width: 767px) {
  .abBannerMain {
    background-position: center;
    padding: 50px 0;
  }
}
.abBannerMain .aboutContent {
  position: relative;
  z-index: 1;
}
.abBannerMain .aboutContent h1 {
  font-size: 67px;
  line-height: 72px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .abBannerMain .aboutContent h1 {
    font-size: 50px;
    line-height: normal;
  }
}
@media screen and (max-width: 576px) {
  .abBannerMain .aboutContent h1 {
    font-size: 36px;
  }
}
.abBannerMain .aboutContent h1 span {
  font-size: 50px;
  display: block;
  color: #fff !important;
  font-family: "RedHatDisplay-Regular" !important;
  line-height: 62px;
}
@media screen and (max-width: 991px) {
  .abBannerMain .aboutContent h1 span {
    font-size: 36px;
    line-height: normal;
  }
}
@media screen and (max-width: 576px) {
  .abBannerMain .aboutContent h1 span {
    font-size: 24px;
  }
}
.abBannerMain .aboutContent p {
  color: #fff;
}

.abWhoWeAre {
  position: relative;
  margin-top: -100px;
  padding: 0;
}
@media (max-width: 576px) {
  .abWhoWeAre {
    margin-top: -80px;
  }
}
.abWhoWeAre .statistics-card {
  padding: 25px 30px;
  border: 1px solid #F8F8F9;
  border-radius: 8px;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 10.76px 0px rgba(0, 0, 0, 0.0509803922);
}
@media (max-width: 991px) {
  .abWhoWeAre .statistics-card {
    border: 1px solid rgba(15, 43, 102, 0.3);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 576px) {
  .abWhoWeAre .statistics-card {
    text-align: center;
    padding: 15px 10px;
  }
}
@media (max-width: 450px) {
  .abWhoWeAre .statistics-card {
    text-align: center;
    padding: 10px 15px;
  }
}
@media (max-width: 360px) {
  .abWhoWeAre .statistics-card {
    padding: 10px 7px;
  }
}
.abWhoWeAre .statistics-card .svgIcons {
  background-color: #F2F8FF;
  padding: 10px;
  border-radius: 8px;
  display: inline-block;
}
.abWhoWeAre .statistics-card .countHeadContent {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 22px 0 14px 0;
}
@media (max-width: 576px) {
  .abWhoWeAre .statistics-card .countHeadContent {
    justify-content: center;
    margin: 10px 0px 2px;
  }
}
.abWhoWeAre .statistics-card .countHeadContent h2 {
  font-size: 62px;
  font-family: "RedHatDisplay-Light";
  line-height: 40px;
}
@media (max-width: 576px) {
  .abWhoWeAre .statistics-card .countHeadContent h2 {
    font-size: 50px !important;
  }
}
@media (max-width: 450px) {
  .abWhoWeAre .statistics-card .countHeadContent h2 {
    font-size: 35px !important;
  }
}
.abWhoWeAre .statistics-card .countHeadContent span i {
  color: #007bff;
  font-size: 36px;
  line-height: 40px;
}
@media (max-width: 768px) {
  .abWhoWeAre .statistics-card .countHeadContent span i {
    font-size: 30px !important;
  }
}
@media (max-width: 576px) {
  .abWhoWeAre .statistics-card .countHeadContent span i {
    font-size: 26px !important;
  }
}
@media (max-width: 450px) {
  .abWhoWeAre .statistics-card .countHeadContent span i {
    font-size: 18px !important;
  }
}
.abWhoWeAre .statistics-card p {
  color: #747796;
  font-family: "RedHatDisplay-Semibold";
  font-size: 16px;
  line-height: 1.3;
}
.abWhoWeAre .aboutUsContent {
  padding-top: 60px;
}
.abWhoWeAre .aboutUsContent h2 {
  color: #1b1b1b;
}
.abWhoWeAre .aboutUsContent img {
  width: 100%;
  max-width: 412px;
}

.whatWeDo {
  padding: 70px 0 0;
}
@media (max-width: 767px) {
  .whatWeDo {
    padding: 50px 0 0;
  }
}
.whatWeDo h2 {
  color: #1b1b1b;
}
.whatWeDo .whatWeDoCarousel {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .whatWeDo .whatWeDoCarousel {
    padding-top: 40px;
  }
}
.whatWeDo .whatWeDoCarousel .owl-stage-outer .owl-stage {
  display: flex;
  align-items: stretch;
}
.whatWeDo .whatWeDoCarousel .owl-stage-outer .owl-stage .owl-item .item {
  background-color: #f8f7f7;
  padding: 13px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.whatWeDo .whatWeDoCarousel .owl-stage-outer .owl-stage .owl-item .item span {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #193370;
  padding: 11px;
  border-radius: 8px;
}

.abOurValuesWrapper {
  position: relative;
  padding: 90px 0;
}
@media (max-width: 767px) {
  .abOurValuesWrapper {
    padding: 50px 0;
  }
}
.abOurValuesWrapper .ourValuesBanner {
  position: relative;
  background-image: url("../images/about/the-values-that-drive-us.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 750px;
  border-radius: 18px;
  padding: 55px 70px 34px;
  overflow: auto;
}
@media (max-width: 1200px) {
  .abOurValuesWrapper .ourValuesBanner {
    padding: 45px 30px;
  }
}
@media (max-width: 767px) {
  .abOurValuesWrapper .ourValuesBanner {
    padding: 35px 25px;
    height: auto;
  }
}
@media (max-width: 576px) {
  .abOurValuesWrapper .ourValuesBanner {
    padding: 25px 0px;
  }
}
.abOurValuesWrapper .ourValuesBanner h4,
.abOurValuesWrapper .ourValuesBanner p {
  color: #fff;
}
.abOurValuesWrapper .ourValuesBanner h2 {
  font-size: 24px;
  font-family: "RedHatDisplay-Bold";
  line-height: 31px;
  padding-bottom: 33px;
  color: #fff;
}
@media (max-width: 576px) {
  .abOurValuesWrapper .ourValuesBanner h2 {
    font-size: 20px !important;
  }
}
.abOurValuesWrapper .ourValuesBanner h4 {
  font-size: 22px;
  line-height: 26px;
  font-family: "RedHatDisplay-Bold";
}
.abOurValuesWrapper .ourValuesBanner .ourValuecardsWrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.abOurValuesWrapper .ourValuesBanner .ourValuecardsWrapper ::-webkit-scrollbar {
  display: none;
}
.abOurValuesWrapper .ourValuesBanner .ourValuecardsWrapper .ourValuecards {
  padding: 36px 28px;
  border-radius: 8px;
  border: 1px solid rgb(235, 235, 235);
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
}
@media (max-width: 991px) {
  .abOurValuesWrapper .ourValuesBanner .ourValuecardsWrapper .ourValuecards {
    padding: 25px 18px;
  }
}
@media (max-width: 767px) {
  .abOurValuesWrapper .ourValuesBanner .ourValuecardsWrapper .ourValuecards {
    backdrop-filter: blur(50px);
    padding: 20px 15px;
  }
}
.abOurValuesWrapper .ourValuesBanner .ourValuecardsWrapper .ourValuecards .svgValuesContent {
  position: relative;
  display: inline-block;
}
.abOurValuesWrapper .ourValuesBanner .ourValuecardsWrapper .ourValuecards .svgValuesContent::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 4px;
  width: 50px;
  height: 50px;
  border-radius: 10px 5px 18px 5px;
  background-color: #007bff;
}
.abOurValuesWrapper .ourValuesBanner .ourValuecardsWrapper .ourValuecards .svgValuesContent img {
  position: relative;
  z-index: 1;
}

.ourAchievements {
  padding: 115px 0 100px 0;
  background-color: #F4F4F4;
}
@media (max-width: 767px) {
  .ourAchievements {
    padding: 50px 0;
  }
}
.ourAchievements h2 {
  font-size: 24px;
  font-family: "RedHatDisplay-Bold";
  line-height: 31px;
  padding-bottom: 33px;
}
@media (max-width: 576px) {
  .ourAchievements h2 {
    font-size: 20px !important;
  }
}
.ourAchievements .achievementsCarousel .owl-carousel .thumbImage img {
  max-width: 110px;
  object-fit: scale-down;
  object-position: center center;
}
.ourAchievements .achievementsCarousel .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ourAchievements .achievementsCarousel .owl-carousel .owl-nav {
  display: none;
}

.abMeetOurTeam {
  padding: 0 0 30px;
}
.abMeetOurTeam h2 {
  color: #1b1b1b;
}
.abMeetOurTeam h3 {
  color: #007bff;
  font-size: 22px;
  line-height: 26px;
}
.abMeetOurTeam .pictureWrapper {
  position: relative;
}
.abMeetOurTeam .pictureWrapper::before {
  content: "";
  position: absolute;
  rotate: -180deg;
  background-image: url("../images/about/meet-our-team-bg-right.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 170px;
  width: 160px;
  left: -34%;
  top: 2px;
}
.abMeetOurTeam .pictureWrapper img {
  width: 100%;
  max-width: 350px;
  position: relative;
  border-radius: 10px 10px 0 0;
}
.abMeetOurTeam .informationWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.19);
  position: relative;
  top: -50px;
  border-radius: 10px;
  padding-left: 12px;
}
@media (max-width: 991px) {
  .abMeetOurTeam .informationWrapper {
    top: -35px;
  }
}
@media (max-width: 767px) {
  .abMeetOurTeam .informationWrapper {
    max-width: 355px;
    margin: auto;
  }
}
.abMeetOurTeam .informationWrapper h3 {
  font-size: 18px;
  line-height: 1.3;
  color: #193370;
}
@media (max-width: 1200px) {
  .abMeetOurTeam .informationWrapper h3 {
    font-size: 16px;
  }
}
@media (max-width: 850px) {
  .abMeetOurTeam .informationWrapper h3 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .abMeetOurTeam .informationWrapper h3 {
    font-size: 16px;
  }
}
.abMeetOurTeam .informationWrapper .linkedinWrapper {
  background-color: #007bff;
  padding: 16px 32px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .abMeetOurTeam .informationWrapper .linkedinWrapper {
    padding: 14px;
  }
}
.abMeetOurTeam .contactDetails {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 12px;
}
@media (max-width: 576px) {
  .abMeetOurTeam .contactDetails {
    flex-direction: column;
    align-items: self-start;
    gap: 10px;
  }
}
.abMeetOurTeam .contactDetails a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
}
.abMeetOurTeam .contactDetails a i {
  font-size: 20px;
}

.leveragingOnly {
  padding: 90px 0;
  background-image: url(../images/about/leveraging-only.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .leveragingOnly {
    padding: 50px 0;
  }
}
.leveragingOnly .heading {
  max-width: 850px;
  margin-bottom: 40px;
}
.leveragingOnly .heading h2,
.leveragingOnly .heading p {
  color: #fff;
}
.leveragingOnly .leveragingOnlyBox {
  border-radius: 12px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  background-color: rgba(0, 0, 0, 0.1215686275);
  height: 100%;
}
.leveragingOnly .leveragingOnlyBox .contentBox {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .leveragingOnly .leveragingOnlyBox .contentBox {
    flex-direction: column;
    align-items: flex-start;
  }
}
.leveragingOnly .leveragingOnlyBox h5 {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .leveragingOnly .leveragingOnlyBox h5 {
    font-size: 18px;
  }
}
.leveragingOnly .leveragingOnlyBox p {
  color: #fff;
}

.abInnovationsWrapper {
  background-color: #f4f9fd;
  padding: 90px 0;
  position: relative;
}
@media (max-width: 767px) {
  .abInnovationsWrapper {
    padding: 50px 0;
  }
}
.abInnovationsWrapper .innovationsBannerImage {
  position: relative;
  height: 100%;
  background-image: url("../images/about/innovations-banner-image.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (max-width: 767px) {
  .abInnovationsWrapper .innovationsBannerImage {
    height: 290px;
  }
}
.abInnovationsWrapper .innovationsBannerImage::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  background-image: url("../images/about/inovations-overlay.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .abInnovationsWrapper .innovationsBannerImage::after {
    backdrop-filter: brightness(0.5);
  }
}
.abInnovationsWrapper .innovationsBannerImage h2 {
  z-index: 1;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  font-family: "RedHatDisplay-Regular";
}
@media (max-width: 1200px) {
  .abInnovationsWrapper .innovationsBannerImage h2 {
    font-size: 32px !important;
  }
}
@media (max-width: 576px) {
  .abInnovationsWrapper .innovationsBannerImage h2 {
    font-size: 28px !important;
    text-align: center;
  }
}
.abInnovationsWrapper .innovationCards {
  padding: 38px 34px;
  background-color: #fff;
  border-radius: 18px;
  -webkit-transition: all 1s;
  overflow: hidden;
  position: relative;
  height: 100%;
}
@media (max-width: 991px) {
  .abInnovationsWrapper .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) {
  .abInnovationsWrapper .innovationCards {
    min-height: 290px;
  }
}
@media (max-width: 576px) {
  .abInnovationsWrapper .innovationCards {
    min-height: 250px;
    padding: 20px;
  }
}
.abInnovationsWrapper .innovationCards:after {
  background-color: #193370;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  position: absolute;
  top: 38px;
  left: 34px;
  content: "";
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
@media (max-width: 991px) {
  .abInnovationsWrapper .innovationCards:after {
    background-color: #fff;
  }
}
.abInnovationsWrapper .innovationCards:hover {
  -webkit-transition: all 1s;
}
.abInnovationsWrapper .innovationCards:hover h4,
.abInnovationsWrapper .innovationCards:hover p {
  color: #fff;
  z-index: 2;
  position: relative;
}
.abInnovationsWrapper .innovationCards:hover span {
  background-color: #fff;
}
@media (max-width: 991px) {
  .abInnovationsWrapper .innovationCards:hover span {
    background-color: #193370;
  }
}
.abInnovationsWrapper .innovationCards:hover span img {
  filter: invert(70%) sepia(14%) saturate(6987%) hue-rotate(203deg) brightness(87%) contrast(95%);
}
@media (max-width: 991px) {
  .abInnovationsWrapper .innovationCards:hover span img {
    filter: none;
  }
}
.abInnovationsWrapper .innovationCards:hover:after {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  -webkit-transform: scale(1.5);
}
@media (max-width: 991px) {
  .abInnovationsWrapper .innovationCards:hover:after {
    width: auto;
    height: auto;
    top: 0;
    left: 0;
  }
}
@media (max-width: 991px) {
  .abInnovationsWrapper .innovationCards:hover h4,
  .abInnovationsWrapper .innovationCards:hover p {
    color: #1b1b1b;
  }
}
.abInnovationsWrapper .innovationCards span {
  background-color: #193370;
  padding: 15px;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.abInnovationsWrapper .innovationCards span svg {
  filter: brightness(0) invert(1);
}

/*# sourceMappingURL=about.css.map */
