@font-face {
  font-family: "Nohemi";
  src: url("../font/Nohemi-Thin.woff2") format("woff2"), url("../font/Nohemi-Thin.woff") format("woff"), url("../font/Nohemi-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nohemi";
  src: url("../font/Nohemi-ExtraLight.woff2") format("woff2"), url("../font/Nohemi-ExtraLight.woff") format("woff"), url("../font/Nohemi-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nohemi";
  src: url("../font/Nohemi-Light.woff2") format("woff2"), url("../font/Nohemi-Light.woff") format("woff"), url("../font/Nohemi-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nohemi";
  src: url("../font/Nohemi-Regular.woff2") format("woff2"), url("../font/Nohemi-Regular.woff") format("woff"), url("../font/Nohemi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nohemi";
  src: url("../font/Nohemi-Medium.woff2") format("woff2"), url("../font/Nohemi-Medium.woff") format("woff"), url("../font/Nohemi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nohemi";
  src: url("../font/Nohemi-SemiBold.woff2") format("woff2"), url("../font/Nohemi-SemiBold.woff") format("woff"), url("../font/Nohemi-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nohemi";
  src: url("../font/Nohemi-Bold.woff2") format("woff2"), url("../font/Nohemi-Bold.woff") format("woff"), url("../font/Nohemi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nohemi";
  src: url("../font/Nohemi-ExtraBold.woff2") format("woff2"), url("../font/Nohemi-ExtraBold.woff") format("woff"), url("../font/Nohemi-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nohemi";
  src: url("../font/Nohemi-Black.woff2") format("woff2"), url("../font/Nohemi-Black.woff") format("woff"), url("../font/Nohemi-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Nohemi", sans-serif;
}

.about_main {
  margin: 0 auto;
  max-width: 77.5rem;
}
@media (max-width: 1300px) {
  .about_main {
    margin: 0 4rem;
  }
}
@media (max-width: 750px) {
  .about_main {
    margin: 0 32px;
  }
}

.banner-section .head_section {
  margin: 0 0 5%;
  padding-top: 4rem;
}
@media (max-width: 1200px) {
  .banner-section .head_section {
    padding-top: 0rem;
  }
}
@media (max-width: 750px) {
  .banner-section .head_section {
    padding: 0 0px;
  }
}
@media (max-width: 600px) {
  .banner-section .head_section {
    margin: 0% 0;
    margin-bottom: 40px;
  }
}
.banner-section .head_section .hading-banner {
  font-family: "Nohemi";
  font-style: normal;
  font-weight: 400;
  font-size: 54.8276px;
  line-height: 69px;
  text-align: center;
  color: #0A3869;
  margin: 0;
}
@media (max-width: 600px) {
  .banner-section .head_section .hading-banner {
    font-size: 40.8276px;
    line-height: 55px;
    text-align: unset;
  }
  .banner-section .head_section .hading-banner br {
    display: none;
  }
}
.banner-section .head_section .heading-sub {
  margin-bottom: 0;
  font-family: "Nohemi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 31px;
  text-align: center;
  color: #999999;
  margin-top: 20px;
}
@media (max-width: 600px) {
  .banner-section .head_section .heading-sub {
    font-size: 13.8276px;
    text-align: unset;
  }
  .banner-section .head_section .heading-sub br {
    display: none;
  }
}

.about-img {
  display: grid;
  grid-template-columns: 1fr 0.85fr 1fr;
  gap: 15px;
  padding-bottom: 6rem;
}
@media (max-width: 1300px) {
  .about-img {
    grid-template-columns: 1fr 2fr;
    padding-bottom: 3rem;
  }
}
@media (max-width: 911px) {
  .about-img {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .about-img {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
  }
}

@media (max-width: 500px) {
  .about-img-card {
    display: flex;
    justify-content: center;
  }
}

.about-img-card-img {
  display: block;
}
@media (max-width: 667px) {
  .about-img-card-img {
    display: none;
  }
}

.images-main {
  justify-content: end;
  display: flex;
}
@media (max-width: 500px) {
  .images-main {
    justify-content: center;
  }
}

.img-cards-hidden {
  display: none;
}
@media (max-width: 911px) {
  .img-cards-hidden {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 20px;
  }
}

.img-cards {
  display: grid;
  gap: 15px;
}
@media (max-width: 911px) {
  .img-cards {
    display: none;
  }
}

.white {
  color: white !important;
}

.img-cards1 > div:last-child {
  margin-top: auto;
  /* pushes this div to the bottom */
}

.img-cards1 {
  border-radius: 15px;
  background: #EAEAEA;
  padding: 0px 25px;
}
.img-cards1.img-cards2 {
  background: #0A3869;
}

.card-num {
  font-family: "Nohemi";
  font-style: normal;
  font-weight: 400;
  font-size: 60.5329px;
  line-height: 170.71%;
  color: #B8B8B8;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .card-num {
    font-size: 50.5329px;
  }
}

.card-p {
  font-family: "Nohemi";
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 191.71%;
  color: #093869;
}
@media (max-width: 1300px) {
  .card-p {
    font-size: 12.2px;
  }
}
.card-p.grey-card {
  padding-top: 30px;
}

.year {
  font-family: "Nohemi";
  font-style: normal;
  font-weight: 400;
  font-size: 14.0741px;
  line-height: 191.71%;
  color: #B8B8B8;
}

.data-text-h3 {
  padding-bottom: 20px;
  font-family: "Nohemi";
  font-style: normal;
  font-weight: 500;
  font-size: 38.8015px;
  line-height: 135%;
  color: #0A3869;
}
@media (max-width: 767px) {
  .data-text-h3 {
    font-size: 36.8015px;
  }
}

.data-text-code {
  font-family: "Nohemi";
  font-style: normal;
  font-weight: 500;
  font-size: 17.6412px;
  line-height: 170%;
  color: #3C80FF;
}

.data-text-p {
  max-width: 617px;
  font-family: "Nohemi";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 214%;
  color: #838383;
}
@media (max-width: 1200px) {
  .data-text-p {
    max-width: unset;
    font-size: 12px;
  }
}

.data-text {
  position: absolute;
  top: 0;
  left: 5%;
  padding: 4rem;
}
@media (max-width: 1300px) {
  .data-text {
    padding: 3rem;
  }
}
@media (max-width: 1200px) {
  .data-text {
    position: static;
    padding: 0rem;
  }
}

.data-svg {
  display: block;
}
@media (max-width: 1200px) {
  .data-svg {
    display: none;
  }
}

.data {
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) {
  .data {
    position: static;
    background-color: rgb(234, 234, 234);
    border-radius: 20px;
    display: block;
    padding: 3rem 2rem;
  }
}

.know-more {
  font-family: "Nohemi";
  font-style: normal;
  font-weight: 600;
  font-size: 16.2339px;
  align-items: center;
  line-height: 16px;
  color: #FFFFFF;
  background-color: #3C80FF;
  border: none;
  border-radius: 12px;
  padding: 20px 30px;
}
@media (max-width: 1300px) {
  .know-more {
    font-size: 14.2339px;
    border: none;
    border-radius: 12px;
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .know-more {
    font-size: 11.2339px;
    padding: 15px 28px;
  }
}

.know-more-div {
  position: absolute;
  right: 219px;
  bottom: 1px;
}
@media (max-width: 1300px) {
  .know-more-div {
    right: 179px;
    bottom: 1px;
    bottom: 1px;
  }
}
@media (max-width: 1250px) {
  .know-more-div {
    right: 157px;
    bottom: 5px;
  }
}
@media (max-width: 1200px) {
  .know-more-div {
    position: static;
    text-align: end;
  }
}

.industries {
  background-color: #0D3764;
}

.industries-container {
  margin-top: 5rem;
  padding: 4rem 2rem;
}
@media (max-width: 1600px) {
  .industries-container {
    padding: 4rem 2rem;
  }
}
@media (max-width: 991px) {
  .industries-container {
    margin-top: 3rem;
  }
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .industries-grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 32px;
  }
}

.industries-flex {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 767px) {
  .industries-flex {
    flex-direction: column;
    justify-content: center;
    row-gap: 32px;
  }
}

.industries h2 {
  font-family: "Nohemi";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 124.97%;
  text-align: center;
  color: #FFFFFF;
}

.subtitle {
  font-family: "Nohemi";
  font-style: normal;
  font-weight: 200;
  padding-bottom: 3rem;
  font-size: 10.8921px;
  line-height: 124.97%;
  text-align: center;
  color: #e9e9e9;
}

.industry-card {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.industry-card h3 {
  font-family: "Nohemi";
  font-style: normal;
  font-weight: 400;
  font-size: 18.0682px;
  line-height: 124.97%;
  text-align: center;
  color: #FFFFFF;
  padding-top: 22px;
}

.industry-card p {
  font-family: "Nohemi";
  font-style: normal;
  font-weight: 200;
  font-size: 9.83409px;
  line-height: 161%;
  text-align: center;
  color: #e9e9e9;
}

.service-main {
  display: flex;
  justify-content: center;
  padding: 7rem 0 0rem;
  position: relative;
}
@media (max-width: 1200px) {
  .service-main {
    position: static;
    background-color: rgb(234, 234, 234);
    border-radius: 20px;
    display: block;
    padding: 3rem 2rem;
    margin: 4rem 0;
  }
}
@media (max-width: 998px) {
  .service-main {
    padding: 3rem 0rem;
  }
}
@media (max-width: 767px) {
  .service-main {
    margin: 2rem 0;
  }
}

.service-main-svg {
  display: block;
}
@media (max-width: 1200px) {
  .service-main-svg {
    display: none;
  }
}

.service-content {
  position: absolute;
  padding: 47px 0px;
  left: 9%;
  width: 82%;
  overflow: hidden;
}
@media (max-width: 1240px) {
  .service-content {
    padding: 61px 0px;
  }
}
@media (max-width: 1200px) {
  .service-content {
    position: static;
    padding: 0px 0px 40px;
    margin: 0 auto;
  }
}

.service-content-h2 {
  font-family: "Nohemi";
  font-style: normal;
  font-weight: 400;
  font-size: 40.4352px;
  line-height: 41px;
  color: #0A3869;
}
@media (max-width: 1200px) {
  .service-content-h2 {
    text-align: center;
  }
}

.service-content-p {
  max-width: 432.66px;
  font-family: "Nohemi";
  font-style: normal;
  font-weight: 300;
  font-size: 13.1414px;
  line-height: 150%;
  color: #0A3869;
}
@media (max-width: 1200px) {
  .service-content-p {
    text-align: center;
    max-width: unset;
    padding-bottom: 15px;
  }
}

.service-grid {
  width: 100%;
}

.service-grid .swiper-wrapper {
  align-items: stretch;
  display: flex;
}

.service-content-first {
  padding-left: 4rem;
}
@media (max-width: 1200px) {
  .service-content-first {
    padding-left: 0rem;
  }
}

.serve-card {
  height: 100%;
  min-height: 100%;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: url("../images/white-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 201px;
  height: 201px;
  background-size: 100% 100%;
  box-sizing: border-box;
}

.arrow-div {
  position: absolute;
  right: 0px;
  top: 2px;
  border: 1px solid #0A3869;
  padding: 7px 13px;
  border-radius: 5px;
  cursor: pointer;
}

.serve-card h2 {
  font-family: "Nohemi";
  font-style: normal;
  font-weight: 400;
  font-size: 17.9446px;
  line-height: 18px;
  color: #000000;
}
@media (max-width: 600px) {
  .serve-card h2 {
    font-size: 15px;
    max-width: 90%;
  }
}

.icon-swap {
  color: #000000;
  font-size: 12px;
}

.radial-div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.p-radial {
  padding-right: 40px;
}
@media (max-width: 600px) {
  .p-radial {
    padding-right: 0;
  }
}

.serve-card p {
  font-family: "Nohemi";
  font-style: normal;
  font-weight: 300;
  font-size: 10.1088px;
  line-height: 16px;
  color: #000000;
  max-width: 159px;
  margin: 0;
}

.pagniation-btn {
  position: absolute;
  bottom: 92px;
  right: 22%;
  display: flex;
  gap: 22px;
}
@media (max-width: 1300px) {
  .pagniation-btn {
    right: 212px;
    bottom: 100px;
  }
}
@media (max-width: 1200px) {
  .pagniation-btn {
    position: static;
    display: flex;
    justify-content: center;
  }
}

.left-btn,
.right-btn {
  border: 1px solid black;
  padding: 12px 32px;
  border-radius: 11px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.left-btn .icon-swap,
.right-btn .icon-swap {
  color: #000000;
  font-size: 17px;
}
.left-btn:not(.swiper-button-disabled),
.right-btn:not(.swiper-button-disabled) {
  border-color: #3C80FF;
}
.left-btn:not(.swiper-button-disabled) .icon-swap,
.right-btn:not(.swiper-button-disabled) .icon-swap {
  color: #3C80FF;
}
.left-btn.swiper-button-disabled,
.right-btn.swiper-button-disabled {
  border-color: #000000;
  opacity: 0.5;
  cursor: not-allowed;
}
.left-btn.swiper-button-disabled .icon-swap,
.right-btn.swiper-button-disabled .icon-swap {
  color: #000000;
}

.journey {
  margin-top: 20px;
}

.journey-container {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 1200px) {
  .journey-container {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .journey-container {
    gap: 0px;
  }
}

.journey-title {
  font-family: "Nohemi";
  font-style: normal;
  font-weight: 500;
  font-size: 46.8687px;
  line-height: 120%;
  color: #0A3869;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .journey-title {
    font-size: 43.8687px;
    padding-bottom: 20px;
  }
}

.timeline-item {
  padding-bottom: 25px;
}

.timeline-item h4 {
  padding-bottom: 6px;
  border-bottom: 1px solid #E5E5E5;
  font-family: "Nohemi";
  font-style: normal;
  font-weight: 300;
  font-size: 17.5301px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #3C80FF;
}

.timeline-item p {
  padding-top: 25px;
  font-family: "Nohemi";
  font-style: normal;
  font-weight: 400;
  font-size: 14.507px;
  line-height: 174%;
  color: #999999;
  max-width: 427px;
}
@media (max-width: 1200px) {
  .timeline-item p {
    max-width: unset;
  }
}

.yearss {
  padding-right: 20px;
  font-family: "Nohemi";
  font-style: normal;
  font-weight: 400;
  font-size: 35.7095px;
  line-height: 120%;
  color: #3C80FF;
}

.exp-count {
  font-family: "Nohemi";
  font-style: normal;
  font-weight: 400;
  font-size: 21.7741px;
  line-height: 5rem;
  color: #FFFFFF;
  background-color: #093869;
  border-radius: 5px;
  padding: 10.5px;
}

.experience-card {
  position: absolute;
  bottom: 116px;
  left: 151px;
}
@media (max-width: 1237px) {
  .experience-card {
    bottom: 175px;
  }
}
@media (max-width: 1200px) {
  .experience-card {
    position: static;
  }
}

.experience-card h5 {
  font-family: "Nohemi";
  font-style: normal;
  font-weight: 400;
  font-size: 13.3911px;
  line-height: 120%;
  color: #093869;
}
@media (max-width: 1200px) {
  .experience-card h5 {
    font-size: 20.3911px;
  }
}

.experience-card p {
  font-family: "Nohemi";
  font-style: normal;
  font-weight: 300;
  font-size: 8.963px;
  line-height: 169%;
  color: #4D4D4D;
}
@media (max-width: 1200px) {
  .experience-card p {
    font-size: 15.463px;
  }
}

.journey-image {
  position: relative;
}

.journey-image-img {
  display: block;
}
@media (max-width: 1200px) {
  .journey-image-img {
    display: none;
  }
}

.Subtract12000-img {
  display: none;
}
@media (max-width: 1200px) {
  .Subtract12000-img {
    display: block;
    width: 100%;
    border-radius: 20px;
  }
}

.mission-container {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 5rem 0 2rem;
}
@media (max-width: 1200px) {
  .mission-container {
    position: static;
    background-color: #09325e;
    border-radius: 20px;
    margin: 4rem 0 0rem;
    padding: 3rem 2rem;
  }
}
@media (max-width: 998px) {
  .mission-container {
    margin: 2rem 0 0rem;
  }
}
@media (max-width: 767px) {
  .mission-container {
    margin: 1rem 0 0rem;
  }
}

.mission-container-svg {
  display: block;
}
@media (max-width: 1200px) {
  .mission-container-svg {
    display: none;
  }
}

.mission-div {
  position: absolute;
  top: 9%;
  left: 11%;
}
@media (max-width: 1300px) {
  .mission-div {
    top: 9%;
    left: 9%;
  }
}
@media (max-width: 1200px) {
  .mission-div {
    position: static;
  }
}

.mission-h2 {
  font-family: "Nohemi";
  font-style: normal;
  font-weight: 400;
  font-size: 43.3666px;
  line-height: 132%;
  color: #ffffff;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .mission-h2 {
    padding-bottom: 10px;
    font-size: 34.3666px;
  }
}

.mission-p {
  font-family: "Nohemi";
  font-style: normal;
  font-weight: 200;
  font-size: 12.9151px;
  line-height: 190%;
  color: #ffffff;
  max-width: 485px;
}

.vision-h2 {
  margin-bottom: 18px;
  font-family: "Nohemi";
  font-style: normal;
  font-weight: 400;
  font-size: 36.6436px;
  line-height: 150%;
  color: #FFFFFF;
}

.bottom-container {
  display: flex;
  gap: 30px;
  padding-left: 36px;
}
@media (max-width: 1300px) {
  .bottom-container {
    gap: 10px;
    padding-left: 0px;
  }
}
@media (max-width: 1200px) {
  .bottom-container {
    gap: 25px;
    flex-direction: column;
  }
}

.vision-container2 {
  margin-top: 94px;
}
@media (max-width: 1200px) {
  .vision-container2 {
    margin-top: 20px;
  }
}
@media (max-width: 667px) {
  .vision-container2 {
    margin-top: 18px;
  }
}

.vision-container {
  position: relative;
}
@media (max-width: 667px) {
  .vision-container {
    position: unset;
  }
}

.empower-h2 {
  display: flex;
  align-items: center;
  font-family: "Nohemi";
  font-style: normal;
  font-weight: 400;
  font-size: 14.1523px;
  line-height: 150%;
  color: #0A3869;
}
@media (max-width: 667px) {
  .empower-h2 {
    color: white;
  }
}
.empower-h2.empower-h2-2 {
  margin-left: 46px;
}
@media (max-width: 667px) {
  .empower-h2.empower-h2-2 {
    color: white;
    margin-left: 0px;
  }
}

.empower-div {
  position: absolute;
  bottom: 13%;
  left: 3%;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media (max-width: 667px) {
  .empower-div {
    position: unset;
    gap: 15px;
  }
}

.empower-div-rignt {
  position: absolute;
  bottom: 37%;
  left: 3%;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media (max-width: 1200px) {
  .empower-div-rignt {
    bottom: 12%;
  }
}
@media (max-width: 667px) {
  .empower-div-rignt {
    position: unset;
    gap: 15px;
  }
}

.empower-grey {
  margin-right: 15px;
  width: 36px;
  height: 36px;
  background-color: #E9E9E9;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}
@media (max-width: 667px) {
  .empower-grey {
    width: 26px;
    height: 26px;
  }
}

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