body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  color: #1D2939;
}

.hero {
  background-color: #1D2939;
  color: #fff;
  text-align: center;
  padding-top: 200px;
  padding-bottom: 50px;
}
.hero h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 25px;
}
.hero p {
  font-size: 20px;
  line-height: 30px;
  color: #EAECF0;
}
.hero.about-us {
  padding-top: 100px;
  padding-bottom: 100px;
}
.hero.about-us .text-box {
  display: flex;
  position: relative;
  border-left: 4px solid #fff;
  padding-left: 30px;
}
.hero.about-us .text-box h1 {
  margin: 0;
}

.text-color {
  color: #00AE9B !important;
}

.sec-heading {
  font-size: 42px;
  color: #00AE9B;
  font-weight: 600;
  margin-bottom: 50px;
  letter-spacing: -0.54px;
  line-height: 60px;
}

.boss {
  padding-top: 80px;
  padding-bottom: 80px;
}
.boss h3 {
  font-size: 16px;
  font-weight: 600;
}
.boss h2 {
  font-size: 48px;
  max-width: 391px;
  line-height: 60px;
  font-weight: 600;
  margin: 25px 0;
  color: #1D2939;
}
.boss p {
  font-size: 20px;
}

.card.team {
  max-width: 384px;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  border-radius: 0px;
  margin-bottom: 30px;
}
.card.team img {
  width: 100%;
}
.card.team .linkedin {
  width: 24px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.card.team .info {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  overflow: hidden;
}
.card.team .info::before {
  content: "";
  left: 0;
  position: absolute;
  bottom: 0;
  z-index: 0;
  width: 101%;
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  filter: blur(1px);
  height: 121px;
  background-color: rgba(255, 255, 255, 0.2509803922);
}
.card.team .info::after {
  content: "";
  position: absolute;
  top: 1px;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7411764706);
}
.card.team .info .wrap {
  position: relative;
  z-index: 9;
  padding: 10px 20px;
}
.card.team .info .name {
  color: #fff;
  position: relative;
  font-size: 22px;
  margin-bottom: 8px;
}
.card.team .info .profile {
  font-size: 15px;
}
.card.team .info p {
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  margin: 0;
  max-width: 80%;
}

.meet-tech {
  background-color: #f2fbfa;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 60px;
}
.meet-tech .left h2 {
  font-size: 44px;
  font-weight: 600;
  margin: 20px 0;
}
.meet-tech .left p {
  color: #475467;
  font-size: 20px;
}
.meet-tech .item {
  margin-bottom: 30px;
}
.meet-tech .item h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
}
.meet-tech .item p {
  font-size: 16px;
  color: rgb(71, 84, 103);
  line-height: 26px;
}

.our-presence {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.our-presence h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}
.our-presence p {
  color: #475467;
  font-size: 20px;
}

.why-choose-us .card {
  background-color: #f2fbfa;
  border: 0;
  padding: 40px 20px;
  text-align: center;
  max-width: 384px;
  margin-bottom: 30px;
}
.why-choose-us .card img {
  max-height: 70px;
  margin-bottom: 30px;
}
.why-choose-us .card h3 {
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 37px;
  font-size: 26px;
}
.why-choose-us .card p {
  color: #333333;
  font-size: 16px;
  line-height: 26px;
  max-width: 288px;
  margin: auto;
}

.fact-keys {
  background-color: #f2fbfa;
  padding-top: 80px;
  position: relative;
}
.fact-keys .container {
  position: relative;
  z-index: 9;
}
.fact-keys h2 {
  font-size: 40px;
  color: #1D2939;
  font-weight: 700;
  text-align: center;
  margin-bottom: 80px;
}
.fact-keys .card {
  text-align: center;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1019607843);
  border: 0;
  padding: 30px 10px;
  max-width: 273px;
  border-radius: 0px;
  min-height: 225px;
  position: relative;
}
.fact-keys .card img {
  margin: 0 auto 20px;
}
.fact-keys .card .number {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 5px;
}
.fact-keys .card .award {
  font-size: 21px;
}
.fact-keys .card .dot {
  position: absolute;
  right: -27px;
  top: -29px;
  z-index: -1;
  max-width: 200px;
}
.fact-keys .vector {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
}
.fact-keys .stats {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  width: 100%;
}
.fact-keys .stats .item {
  text-align: center;
  min-width: 292px;
  margin-bottom: 30px;
}
.fact-keys .stats .item h2 {
  color: #00AE9B;
  font-size: 60px;
  font-weight: 600;
  margin: 0 auto 10px;
}
.fact-keys .stats .item p {
  font-size: 18px;
  font-weight: 500;
}
.fact-keys.last .vector {
  left: auto;
  right: 0;
}
.fact-keys.last .card .dot {
  top: auto;
  max-width: 200px;
  right: auto;
  bottom: -48px;
}

.logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: 90px auto 50px;
}

.sectors {
  padding-top: 70px;
  padding-bottom: 70px;
}
.sectors h2 {
  color: #00AE9B;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
.sectors .card {
  background-color: #1D2939;
  border-radius: 0px;
  border: 0;
  padding: 30px 20px 80px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.sectors .card img {
  margin: 0 auto 30px;
}
.sectors .card h3 {
  font-size: 24px;
}
.sectors .card .btn {
  color: #00AE9B;
  box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 0px;
  padding: 13px 23px;
  max-width: 157px;
  margin: auto;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.tech-solution {
  padding-top: 80px;
}
.tech-solution .card {
  border: 1px solid #00AE9B;
  border-radius: 0px;
  margin-bottom: 30px;
  max-width: 384px;
  text-align: center;
}
.tech-solution .card img {
  width: 100%;
}
.tech-solution .card .info {
  padding: 30px;
}
.tech-solution .card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.tech-solution .card p {
  font-size: 18px;
  color: #161229;
  margin-bottom: 0;
}

.features {
  margin-top: 80px;
}
.features .container {
  background-color: #f2fbfa;
  padding-top: 80px;
  padding-bottom: 80px;
}
.features h2 {
  text-align: center;
  color: #1D2939;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -0.54px;
  margin-bottom: 50px;
}
.features ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: auto;
}
.features ul li {
  color: #1E2A39;
  font-size: 18px;
  font-weight: 500;
  list-style-type: none;
  width: 50%;
  margin-bottom: 40px;
  padding-right: 40px;
}
.features ul li img {
  margin-right: 10px;
}
.features ul li:last-child {
  text-align: center;
  margin-bottom: 0px;
  width: 100%;
}

.sec-heading2 {
  text-align: center;
  color: #1D2939;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -0.54px;
}

.text-left {
  text-align: left;
}

.portfolio {
  padding-top: 80px;
}
.portfolio h2 {
  margin-bottom: 140px;
}
.portfolio .cols {
  margin-bottom: 100px;
}
.portfolio .card {
  background-color: #1D2939;
  text-align: center;
  padding: 0 30px 30px;
  color: #fff;
  border-radius: 0;
  border: 0;
  position: relative;
  max-width: 384px;
  height: 100%;
}
.portfolio .card .logo {
  width: 112px;
  height: 112px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -60px auto 30px;
  border: 1px solid #00AE9B;
}
.portfolio .card .name {
  font-size: 24px;
  color: #00AE9B;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio .card p {
  font-size: 18px;
  line-height: 30px;
}

.focus ul {
  padding: 0;
  margin-top: 50px;
}
.focus ul li {
  font-size: 18px;
  color: #1D2939;
  font-weight: 500;
  margin-bottom: 15px;
  list-style-type: none;
}

.text-right {
  text-align: right;
}

.box-icon {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.box-icon .icon {
  width: 97px;
  height: 110px;
  border: 1px solid #1D2939;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 17px;
}
.box-icon h3 {
  font-size: 23px;
  color: #1D2939;
  letter-spacing: -0.3px;
  font-weight: 600;
  margin-bottom: 5px;
}
.box-icon p {
  color: #1D2939;
  font-size: 17px;
  margin: 0;
}

.innovation-hub {
  position: relative;
}
.innovation-hub .vector {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.innovation-hub.first {
  margin-top: 100px;
}
.innovation-hub.first h2 {
  padding-top: 78px;
  padding-bottom: 180px;
}
.innovation-hub.second {
  padding-top: 40px;
}
.innovation-hub.second h2 {
  padding-top: 150px;
  margin-bottom: 130px;
}
.innovation-hub.second .vector {
  left: auto;
  right: 0;
}

.building-block {
  background-color: #1D2939;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 40px;
  margin-top: 300px;
}
.building-block .block h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.3px;
  margin: 15px 0;
}
.building-block .block p {
  font-size: 18px;
  line-height: 28px;
}
.building-block .block.third {
  margin-top: 170px;
}
.building-block .first {
  margin-top: -250px;
  margin-bottom: 40px;
}
.building-block .center {
  min-height: 302px;
  -o-object-fit: cover;
     object-fit: cover;
}

.methodologies {
  padding-top: 80px;
}
.methodologies img {
  margin-bottom: 20px;
}
.methodologies .block img {
  margin-bottom: 10px;
}
.methodologies .block h3 {
  color: #1D2939;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.methodologies .block p {
  color: #1D2939;
  font-size: 18px;
}

.tech {
  background-color: #1D2939;
  color: #fff;
  margin-top: 150px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.tech .featured-img {
  margin-top: -250px;
}
.tech .block {
  margin-bottom: 40px;
}
.tech .block h3 {
  font-size: 24px;
  margin: 15px 0;
  line-height: 28px;
}
.tech .block p {
  font-size: 18px;
}

.contact-us {
  padding-top: 80px;
  padding-bottom: 30px;
}
.contact-us h2 {
  font-size: 44px;
  font-weight: 600;
  margin: 20px 0;
}
.contact-us h4 {
  font-size: 16px;
  font-weight: 600;
}
.contact-us .address {
  display: flex;
  margin-bottom: 20px;
}
.contact-us .address .icon {
  margin-right: 20px;
}
.contact-us .address h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 9px;
}
.contact-us .address p {
  font-size: 16px;
  line-height: 27px;
}
/* about */
.timeline {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.timeline .container {
  position: relative;
  z-index: 1;
}
.timeline .sec-heading2 {
  margin-bottom: 100px;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url("./images/bg.png");
  height: 100%;
  background-repeat: repeat-x;
  z-index: -1;
}
.timeline .wrap {
  position: relative;
}
.timeline .item {
  position: relative;
  padding-left: 20px;
  padding-bottom: 80px;
  height: 420px;
}
.timeline .item::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  background-color: #1d2939;
  left: 56px;
  height: calc(100% - 100px);
}
.timeline .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #1d2939;
  height: 1px;
}
.timeline .swiper .swiper-slide:nth-of-type(even) .item {
  margin-top: 420px;
  position: relative;
  padding-top: 100px;
}
.timeline .swiper .swiper-slide:nth-of-type(even) .item::before {
  top: 70px;
  height: calc(100% - 100px);
}
.timeline .swiper .swiper-slide:nth-of-type(even) .item::after {
  bottom: auto;
  top: 0;
}
.timeline .swiper .swiper-slide:nth-of-type(even) .tag {
  bottom: auto;
  top: -65px;
}
.timeline .text {
  padding-left: 60px;
}
.timeline .tag {	
  width: 112px;
  height: 112px;
  background-color: #1D2939;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  align-items: center;
  bottom: -50px;
  left: 0;
  z-index: 9;
}
.timeline .year {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 10px;
}
.timeline p {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}/*# sourceMappingURL=style.css.map */

