﻿:root {
  --asp-cyan: #05a4cd;
  --asp-ink: #071117;
  --asp-muted: #5b6367;
  --Text: #010202;
  --asp-soft: #f2f6f7;
  --asp-white: #fafcfd;
  --asp-border: #d9e4e8;
  --Titles: #42494c;
  --color-light-gray: #e6ecef;
}

html {
  scroll-behavior: smooth;
}
@font-face {
  font-family: "Inter Tight", sans-serif;
  font-weight: 100;
  src: url(../../images/fonts/InterTight-Thin.ttf);
}
@font-face {
  font-family: "Inter Tight", sans-serif;

  font-weight: 200;
  src: url(../../images/fonts/InterTight-ExtraLight.ttf);
}
@font-face {
  font-family: "Inter Tight", sans-serif;

  font-weight: 300;
  src: url(../../images/fonts/InterTight-Light.ttf);
}

@font-face {
  font-family: "Inter Tight", sans-serif;

  font-weight: 400;
  src: url(../../images/fonts/InterTight-Regular.ttf);
}
@font-face {
  font-family: "Inter Tight", sans-serif;

  font-weight: 500;
  src: url(../../images/fonts/InterTight-Medium.ttf);
}

@font-face {
  font-family: "Inter Tight", sans-serif;

  font-weight: 600;
  src: url(../../images/fonts/InterTight-SemiBold.ttf);
}
@font-face {
  font-family: "Inter Tight", sans-serif;

  font-weight: 700;
  src: url(../../images/fonts/InterTight-Bold.ttf);
}
@font-face {
  font-family: "Inter Tight", sans-serif;

  font-weight: 800;
  src: url(../../images/fonts/InterTight-ExtraBold.ttf);
}
@font-face {
  font-family: "Inter Tight", sans-serif;

  font-weight: 900;
  src: url(../../images/fonts/InterTight-Black.ttf);
}
body {
  overflow-x: hidden;
  font-family: "Inter Tight", sans-serif;
}
/* 
img {
  max-width: 100%;
} */

.wpcf7-form-control.wpcf7-submit.btn-cyan-primary {
  display: block;
  width: 100%;

  padding: 16px 32px;
  background: var(--asp-cyan);
  color: #fff;

  border: none;
  border-radius: 6px;

  font-size: 14px;
  letter-spacing: 0.7px;
  text-align: center;
  text-decoration: none;

  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;

  transition: 0.3s ease;
}
.btn-cyan-primary {
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  color: white;
  letter-spacing: 0.7px;
  text-decoration: none;
  font-size: 14px;
  gap: 12px;
  background: var(--asp-cyan);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
/* .wpcf7-form-control.wpcf7-submit.btn-cyan-primary:hover {
    opacity: 0.9;
} */
.btn-light2 {
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
  gap: 12px;
  border: 1px solid var(--White, #fff);

  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.btn-cyan {
  display: flex;
  padding: 16px 32px;
  margin-top: 48px;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
  gap: 12px;
  border: 1px solid var(--asp-cyan);
  color: var(--asp-cyan);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

p,
h4 {
  color: var(--Text);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  text-align: justify;
}
h4 {
  font-size: 16px;
  text-align: start;
}
h6,
.filterItem {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  margin: 0;
}
.fillterTags,
.service-list,
.breadcrumb {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.filterItem {
  color: var(--Text);
  padding: 9px 17px;
  white-space: nowrap;
  border-radius: 9999px;
  background: #e6f6f9;
  font-weight: 500;
  cursor: pointer;
}
.filterItem.active,
.filterItem:hover {
  color: var(--asp-white);
  background: var(--asp-cyan);
}

h5 {
  color: var(--asp-cyan);
  /* font-family: Inter; */
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 3px;
  margin: 0;
}

h2 {
  color: var(--Titles);
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 54px;
}
a,
.nav-list .nav-link,
.pageBreadItem.active {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.7px;
}

h2 .accent,
h2 span {
  color: var(--asp-cyan);
}
h3 {
  text-align: center;
  font-size: 21.863px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 1.093px;
  margin: 0;
}
.site-header {
  /* height: 80px; */
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.12); */
  /* backdrop-filter: blur(10px); */
  transition: background-color 0.25s ease, border-color 0.25s ease;
  /* box-shadow 0.25s ease; */
}
svg path {
  fill: #05a4cd;
}

.service-list-icon svg {
  display: block;
  width: 17px;
  height: 16px;
  object-fit: contain;
}
.service-list-icon svg path {
  fill: white;
}
.section-heading {
  margin-bottom: 64px;
  padding-top: 80px;
  max-width: 672px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}
.section-heading p {
  text-align: center;
}
.section-space {
  padding-bottom: 80px;
}
.site-header svg path {
  fill: #fff;
}

.site-header.is-scrolled svg path {
  fill: var(--Text);
}
.language-switch::after {
  content: unset;
}
.brand {
  color: white;
  gap: 12px;
}

.brandImage {
  height: 46px;
}
.brandImage img {
  height: 100%;
}
/* .brand-mark {
  width: 44px;
  height: 48px;
  object-fit: contain;
} */

.brand-mark-scrolled {
  display: none;
}

.brand-name {
  color: white;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.9px;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  border-color: var(--color-light-gray);
  box-shadow: 0 2px 14px rgba(1, 2, 2, 0.04);
  backdrop-filter: blur(6px);
}

.site-header.is-scrolled .brand-mark-default {
  display: none;
}

.site-header.is-scrolled .brand-mark-scrolled {
  display: block;
}

.site-header.is-scrolled .brand-name,
.site-header.is-scrolled .nav-list .nav-link,
.site-header.is-scrolled .language-switch {
  color: var(--Text);
}

.site-header.is-scrolled .nav-list .nav-link:hover,
.site-header.is-scrolled .nav-list .nav-link.active {
  color: var(--asp-cyan);
}

/* .site-header.is-scrolled .navbar-toggler {
  filter: none;
} */

/* Home */

.hero-section {
  position: relative;
  height: 1024px;
  overflow: hidden;
  color: #fff;
}
.hero-stats-fixed {
  position: absolute;
  right: 0;
  bottom: 11%;
  left: 0;
  z-index: 99;
}
.hero-section::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  height: 128px;
  background: linear-gradient(transparent, #fafcfd);
  pointer-events: none;
  content: "";
}

.hero-swiper {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slide {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero-slide::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(
      144deg,
      rgba(1, 2, 2, 0.75),
      rgba(0, 11, 19, 0.6) 50%,
      rgba(8, 9, 10, 0.5)
    ),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(5, 164, 205, 0.4));
  content: "";
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  /* width: 100%; */
  flex-direction: column;
  /* margin-top: 120px; */
}

.hero-title {
  /* max-width: 374px; */
  /* font-size: clamp(52px, 5vw, 72px);
  font-weight: 400;
  line-height: 96px;
  letter-spacing: -2.4px;
  text-wrap: balance; */
}
.heroText {
  max-width: 700px;
}
h1 {
  margin: 0;
}
.bannerText h1,
.hero-title {
  color: var(--White, #fff);
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  letter-spacing: -2.4px;
}

.hero-title span {
  color: var(--asp-cyan);
}

.hero-copy {
  display: flex;
  max-width: 512.078px;
  align-items: flex-start;
  margin: 16px 0 24px;
  color: var(--asp-white);
}

.hero-actions {
  position: relative;
  z-index: 2;
}

.hero-stats {
  margin-top: 48px;
}

.hero-pagination {
  position: absolute;
  top: 50% !important;
  right: 80px !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 4;
  display: flex;
  width: auto !important;
  flex-direction: column;
  gap: 12px;
  transform: translateY(-50%);
}

.bs-gutter-40 {
  --bs-gutter-x: 40px;
}
.hero-pagination .swiper-pagination-bullet {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.hero-pagination .swiper-pagination-bullet::before {
  position: absolute;
  inset: 0;
  border-radius: 50%;

  transform: scale(0.55);
  transition: background-color 0.25s ease, transform 0.25s ease;
  content: "";
}

.hero-pagination .swiper-pagination-bullet:hover {
  border-color: var(--asp-cyan);
  transform: scale(1.1);
}

.hero-pagination .swiper-pagination-bullet-active {
  border-color: var(--asp-cyan);
}

.hero-pagination .swiper-pagination-bullet-active::before {
  background: var(--asp-cyan);
  transform: scale(1);
}

.hero-pagination .swiper-pagination-bullet:focus-visible {
  outline: 2px solid white;
  outline-offset: 3px;
}

.stat-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 60px;
  color: var(--asp-cyan);
}

.stat-card > span {
  font-size: 25px;
}
.stat-icon {
  display: inline-flex;
  width: 25px;
  height: 24px;
  flex: 0 0 25px;
  align-items: center;
  justify-content: center;
}

.stat-icon img {
  display: block;
  width: 25px;
  height: 24px;
}

.stat-card div {
  min-width: 0;
  padding-left: 18px;
  border-left: 2px solid var(--asp-cyan);
}

.stat-card strong {
  display: block;
  color: white;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
}

.stat-card small {
  color: white;
  font-size: 12px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.section-space {
  padding-bottom: 80px;
}

.about-image-wrap {
  position: relative;
  /* overflow: hidden; */
  border-radius: 8px;
}

.about-experience-badge {
  position: absolute;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: var(--Primary, #05a4cd);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  right: -15px;
  bottom: -70px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.about-image {
  display: block;
  width: 100%;
  height: 447px;
  object-fit: cover;
  border-radius: 8px;
}

.experience-badge {
  position: absolute;
  right: -1px;
  bottom: -28px;
  display: flex;
  width: 96px;
  height: 96px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  background: var(--asp-cyan);
  border-radius: 50%;
  text-align: center;
}

.experience-badge strong {
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}

.experience-badge span {
  font-size: 10px;
  line-height: 1.1;
}

.about-copy {
  max-width: 604px;
  display: flex;
  justify-content: center;
  align-items: self-start;
  flex-direction: column;
}

.about-cta img {
  display: block;
  width: 17px;
  height: 16px;
  object-fit: contain;
}

.team-heading h5 {
  margin-bottom: 16px;
}

.team-heading p {
  max-width: 448px;
  margin: 16px auto 0;
  color: var(--Text);
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.team-card {
  text-align: start;
  padding-left: 22px;
  border-left: 2px solid var(--asp-cyan);
}

.teamCardDesc {
  height: 250px;
}
/* .team-card h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
} */
/* .team-card h4:hover {
  display: block;
  overflow: visible;
} */

.team-cards article:nth-child(2) .team-card {
  margin-left: auto;
}

.team-photo {
  position: relative;
  width: 256px;
  height: 256px;
  margin-bottom: 32px;
  border-radius: 50%;
  background: #e6f6f9;
}

/* .team-photo::before {
  position: absolute;
  top: -90px;
  left: 0;
  width: 256px;
  height: 256px;
  background: #e6f6f9;
  border-radius: 50%;
  content: "";
} */

.team-photo img {
  /* width: 100%; */
  height: 100%;
  border-radius: 50%;
  /* object-fit: cover; */
}
.teamImage {
  position: absolute;
  z-index: 1;
  margin-inline-start: 22px;
  top: 13px;
  border-radius: 50%;
  top: 12px;
  width: 192px;
  display: block;
  height: 192px;
}
.team-card h3 {
  color: #42494c;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}
.team-card h5 {
  line-height: 16px;
}

.team-card > p {
  color: var(--Text);
  font-size: 14px;
  line-height: 22.75px;
}

.team-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.team-tags span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 20px;
  padding: 4px 10px;
  color: #497b88;
  background: #e8f5f8;
  border-radius: 999px;
  font-size: 10px;
  line-height: 1;
}

.services-section {
  background: var(--asp-soft);
}

.services-layout {
  overflow: hidden;
  /* min-height: 578px;
  background: var(--asp-white); */
  /* border: 1px solid var(--color-light-gray); */
  border-radius: 8px;
}

.service-list {
  max-height: 600px;
  background: var(--Text);
  border-radius: 0;
}
.service-list h4 {
  color: #fff;
}
.service-list .list-group-item {
  display: flex;
  min-height: 82px;
  align-items: center;
  gap: 16px;
  padding: 20px 24px 21px;
  color: #c1c9cd;
  background: var(--Text);
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  box-shadow: none;
}

.service-list .list-group-item:last-child {
  border-bottom: 0;
}

.service-list .list-group-item.active {
  color: white;
  background: var(--asp-cyan);
  border-color: rgba(255, 255, 255, 0.2);
}

.service-list-icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  color: white;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  font-size: 14px;
  line-height: 1;
}

.service-list .list-group-item > span:nth-child(2) {
  min-width: 0;
  flex: 1 1 auto;
}

.service-list-arrow {
  margin-inline-start: auto;
  color: currentColor;
  font-size: 22px;
  line-height: 1;
}
.footer-main ul {
  padding: 0;
}

.service-list-arrow img {
  display: block;
  width: 10px;
  height: 10px;
  object-fit: contain;
}

.service-list .list-group-item.active .service-list-arrow img {
  content: url("../icons/service-arrow-white.svg");
}
.service-feature-column {
  min-width: 0;
  flex: 1 1 auto;
  background: var(--asp-white);
}

.service-feature-column .tab-content,
.service-feature-column .tab-pane {
  height: 100%;
}

.service-feature {
  height: 100%;
  background: var(--asp-white);
}

.service-feature-image {
  position: relative;
  height: 288px;
  overflow: hidden;
}

.service-feature-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    var(--asp-white),
    rgba(250, 252, 253, 0) 52%
  );
  content: "";
}

.service-feature-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-feature-copy {
  padding: 32px;
}

.service-feature-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.service-feature-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  color: var(--asp-cyan);
  background: #e6f6f9;
  border-radius: 6px;
  font-size: 14px;
}

.service-feature-icon img {
  display: block;
  width: 19px;
  height: 18px;
  object-fit: contain;
}

.service-feature-title h3 {
  margin: 0;
  color: #42494c;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.service-feature-copy > p {
  max-width: 668px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

.services-cta .btn img {
  display: block;
  width: 17px;
  height: 16px;
  object-fit: contain;
}

.project-filters button {
  min-height: 34px;
  padding: 8px 16px;
  color: var(--Text);
  background: #e6f6f9;
  border: 0;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.project-filters button.active {
  color: white;
  background: var(--asp-cyan);
}

.project-grid {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}

.project-card {
  overflow: hidden;
  height: 100%;
  background: #f2f6f7;
  border: 0;
  border-radius: 8px;
}

.project-image-wrap,
.projectBigCard {
  border-radius: 8px 8px 0 0;

  position: relative;
  overflow: hidden;
  height: 297.984px;
}

.project-image-wrap::after,
.projectBigCard:hover::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 2, 2, 0.2);
  content: "";
}

.project-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-badge {
  position: absolute;
  z-index: 1;
  top: 16px;
  display: inline-flex;
  min-height: 23px;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
}
.projectBigCard:hover .projectCardImage {
  transform: scale(1.05);
}
.project-badge-featured {
  left: 16px;
  color: white;
  background: var(--asp-cyan);
}

.project-badge-category {
  right: 16px;
  color: var(--Text);
  background: #e6f6f9;
}

.project-card-body {
  /* display: flex;
  min-height: 73.5px;
  align-items: center;
  justify-content: space-between;
  gap: 16px; */
  background: #f2f6f7;
  padding: 16px 21px 17px;
}

.project-card h3 {
  margin: 0;
  color: var(--Text);
  font-size: 18px;
  font-weight: 400;
  line-height: 22.5px;
}

.project-card p {
  margin: 2px 0 0;
  color: #5d6569;
  font-size: 12px;
  line-height: 16px;
}

.project-card b {
  color: var(--asp-cyan);
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.certificates-section {
  background: #f2f6f7;
}

.certificates-heading p {
  margin: 16px auto 0;
  color: var(--Text, #010202);
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.certificates-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.certificate-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 300px;
  background: white;
  border: 1px solid var(--color-light-gray);
  border-radius: 16px;
}

.certificate-card-bar {
  height: 6px;
  background: var(--certificate-color, #05a4cd);
}

.certificate-card-arb {
  --certificate-color: #f5c400;
}

.certificate-card-riba,
.certificate-card-ordine {
  --certificate-color: #1a1a1a;
}

.certificate-card-chartered {
  --certificate-color: #c8102e;
}

.certificate-card-aca {
  --certificate-color: #e8e8e8;
}

.certificate-card-inner {
  padding: 24px;
}

.certificate-logo-wrap {
  overflow: hidden;
  width: 100%;
  max-width: 179px;
  height: 134px;
  margin-bottom: 20px;
  border-radius: 12px;
}

.certificate-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.certificate-card h3 {
  /* min-height: 40px; */

  margin: 0 0 8px;
  color: #08090a;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.25px;
}

.certificate-divider {
  display: block;
  width: 32px;
  height: 2px;
  margin-bottom: 12px;
  background: var(--certificate-color, #05a4cd);
}

.certificate-card p {
  margin: 0;
  color: var(--Text);
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.45px;
}

.certificate-card .certificate-member {
  color: #5d6569;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
}

.certificate-notes {
  margin-top: 48px;
  color: var(--Text);
  font-size: 14px;
  line-height: 20px;
}

.certificate-notes h5 {
  color: var(--Text, #010202);
  letter-spacing: normal;
}
.certificate-notes span {
  gap: 10px;
}

.certificate-note-icon {
  position: relative;
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  color: var(--asp-cyan);
  flex: 0 0 32px;
}

.certificate-note-icon::before,
.certificate-note-icon::after {
  position: absolute;
  content: "";
}

.certificate-note-icon-shield::before {
  width: 11px;
  height: 13px;
  border: 1.5px solid currentColor;
  border-radius: 6px 6px 8px 8px;
  clip-path: polygon(50% 0, 100% 20%, 86% 78%, 50% 100%, 14% 78%, 0 20%);
}

.certificate-note-icon-building::before {
  width: 13px;
  height: 12px;
  border: 1.5px solid currentColor;
  border-top: 0;
}

.certificate-note-icon-building::after {
  top: 8px;
  width: 7px;
  height: 7px;
  border-left: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  box-shadow: -4px 5px 0 -3px currentColor, 4px 5px 0 -3px currentColor;
}

.certificate-note-icon-award::before {
  width: 11px;
  height: 11px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.certificate-note-icon-award::after {
  top: 17px;
  width: 8px;
  height: 8px;
  border-left: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(-45deg);
}
.contact-section h2,
.contact-section h4 {
  color: white;
}
.contact-section {
  position: relative;
}
/* .contact-section::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(1, 2, 2, 0.42),
    rgba(255, 255, 255, 0.28)
  );
} */

/* .contact-heading h2 {
  max-width: 672px;
  margin-right: auto;
  margin-left: auto;
} */

.contact-heading p {
  max-width: 672px;
  margin: 16px auto 0;
  color: white;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.contact-details {
  max-width: 467px;
  min-height: 498px;
  gap: 24px;
}

.contact-detail-item {
  min-height: 40px;
  gap: 16px;
}

.contact-icon,
.contact-social-link {
  position: relative;
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  color: var(--asp-cyan);
  background: rgba(5, 164, 205, 0.2);
  border-radius: 6px;
  flex: 0 0 40px;
}
.contactBox {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 6px;
  background: rgba(5, 164, 205, 0.2);
}
.contact-icon::before,
.contact-icon::after {
  position: absolute;
  content: "";
}

.contact-icon-location::before {
  width: 13px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.contact-icon-location::after {
  width: 4px;
  height: 4px;
  background: currentColor;
  border-radius: 50%;
}

.contact-icon-phone::before {
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  transform: rotate(-35deg);
}

.contact-icon-email::before {
  width: 17px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 2px;
}

.contact-icon-email::after {
  width: 12px;
  height: 12px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-3px) rotate(-45deg);
}

.contact-icon-clock::before {
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.contact-icon-clock::after {
  width: 6px;
  height: 6px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translate(2px, -2px);
}

.contact-details p {
  color: white;
  font-size: 14px;
  line-height: 20px;
}

.contact-details b,
.contact-social-block > p {
  display: inline-block;
  margin-bottom: 4px;
  color: var(--asp-cyan);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.6px;
}

.contact-social-block {
  padding-top: 17px;
}

.contact-social-block > p {
  margin-bottom: 16px;
}
.contact-social-links {
  gap: 12px;
}

.contact-social-link img {
  display: block;
  width: 17px;
  height: 16px;
  object-fit: contain;
}

.contact-social-link {
  color: white;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.contact-form {
  padding: 33px;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  backdrop-filter: blur(2px);
}

.contact-form label {
  display: block;
  margin-bottom: 8px;
  color: white;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.6px;
}

.contact-form label span {
  color: var(--asp-cyan);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  /* height: 46px; */
  padding: 13px 17px;
  /* color: white; */
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  font-size: 14px;
  line-height: 20px;
  outline: none;
}

.contact-form textarea {
  height: 126px;
  min-height: 126px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--asp-cyan);
  box-shadow: 0 0 0 0.2rem rgba(5, 164, 205, 0.2);
  background-color: unset !important;
}
.contact-section .contact-form select {
  color: #fff;
}
.contact-form option {
  color: #071117;
}

.contact-form ::placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.contact-count {
  margin-top: 4px;
  color: #e6f6f9;
  font-size: 12px;
  line-height: 16px;
}

/* footer */

.nav-list {
  gap: 15px;
  align-items: center;
}

.nav-list .nav-link,
.language-switch {
  text-decoration: none;
  color: #fff;
}
.language-switch:hover,
.language-switch:focus,
.language-switch.show {
  color: var(--asp-cyan);
}
.language-switch {
  display: flex;
  align-items: center;
  gap: 8px;
}
.language-dropdown .dropdown-menu {
  min-width: 150px;
  /* gap: 8px; */
  padding: 8px;
  border: 1px solid var(--asp-border);
  border-radius: 6px;
  /* display: flex; */
  background: white;
  box-shadow: 0 8px 24px rgba(0, 11, 19, 0.15);
  /* flex-direction: column; */
}

.language-dropdown .dropdown-item {
  padding: 9px 12px;
  border-radius: 4px;
  margin: 8px 0;
  color: var(--asp-ink);
  font-size: 13px;
  text-align: start;
}

.language-dropdown .dropdown-item:hover,
.language-dropdown .dropdown-item:focus,
.language-dropdown .dropdown-item.active {
  color: white;
  background: var(--asp-cyan);
}
.btn-cyan-primary:hover,
.btn-light2:hover,
.blueBtn:hover {
  opacity: 0.5;
  color: #fff;
}
.contact-social-link:hover,
.footer-social-link:hover {
  opacity: 0.5;
}
.btn-cyan:hover {
  background-color: var(--asp-cyan);
  color: #fff;
}

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: unset;
}
.site-header.is-scrolled .language-switch {
  color: var(--asp-ink);
}

.nav-list .nav-link:hover,
.nav-list .nav-link.active,
.nav-list .nav-link.focus {
  padding-bottom: 5px;
  border-bottom: 2px solid var(--asp-cyan);
  color: var(--asp-cyan);
}

/* .navbar-toggler {
  filter: invert(1);
} */

.navbar-toggler:focus {
  box-shadow: unset !important;
}
.site-footer {
  color: #c1c9cd;
  background: #000b13;
}

.footer-cta {
  /* min-height: 121px; */
  border-bottom: 1px solid #001d2c;
  background: #0a151d;
  padding: 32px 0;
}
/* 
.footer-cta > .container {
  min-height: 52px;
} */

.footer-cta h2 {
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.footer-cta p {
  margin-top: 4px;
  color: white;
  font-size: 14px;
  line-height: 20px;
}

.footer-cta-button {
  /* width: 200px;
  min-height: 52px; */
  padding: 14px 32px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
}

.footer-main {
  /* min-height: 372px; */
  padding: 64px 0;
  background: var(--Text, #010202);
}
.footer-bottom {
  text-align: center;
  padding: 24px 0;
  border-top: 1px solid #001d2c;
  background: #000b13;
}

/* .footer-brand {
  margin-bottom: 24px;
} */

/* .footer-brand-mark {
  width: 40px;
  height: 46px;
  margin-right: 8px;
  object-fit: contain;
} */

.footer-brand-name {
  color: white;
  font-size: 14px;
  font-weight: 500;
  line-height: 200%;
  text-align: start;
  letter-spacing: 0.9px;
}

.footer-brand-name span {
  color: var(--asp-cyan);
}

.footer-copy {
  /* max-width: 320px; */
  color: #c1c9cd;
  font-size: 14px;
  line-height: 22.75px;
  text-align: left;
}

.footer-social-link {
  width: 36px;
  height: 36px;
  color: white;
  border: 1px solid #00334b;
  border-radius: 6px;
}

.footer-social-link img {
  display: block;
  width: 15px;
  height: 14px;
  object-fit: contain;
}

.footer-main h3 {
  text-align: start;
  margin: 0 0 20px;
  color: var(--asp-cyan);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.7px;
}

.footer-main li {
  color: #c1c9cd;
  font-size: 14px;
  line-height: 20px;
}

.footer-main a:not(.footer-brand):not(.footer-social-link) {
  color: #c1c9cd;
  text-decoration: none;
}

.footer-cert-links a {
  text-decoration: underline !important;
  text-underline-position: from-font;
}

.footer-cert-links span {
  margin-left: 8px;
  font-size: 12px;
}

/* about page */
.banner {
  height: 500px;
  position: relative;
}
.backImage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bannerText {
  max-width: 700px;
}
.bannerText h1,
.bannerText p {
  color: #fff;
  text-align: start;
}

.banner:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 30%;
  content: "";
  position: absolute;
  bottom: -1px;
  height: 30%;
  width: 100%;
  background: linear-gradient(0deg, #fafcfd 0%, rgba(0, 0, 0, 0) 100%);
}

.pageBreadItem,
.pageBreadItem a {
  color: var(--Titles);
}
.pageBreadItem.active {
  white-space: nowrap;
  color: var(--asp-cyan);
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: url(../arrow.svg);
}
.pageBreadCrump {
  padding: 30px 0;
}
.sectionPadding {
  padding: 80px 0;
}

.titleText {
  max-width: 600px;
  text-align: center;
  /* padding-bottom: 64px; */
}
.pt-64 {
  padding-top: 64px;
}

.circleImage {
  height: 49.56px;
}

.circleImage img {
  height: 100%;
}
.circleCrad {
  border-radius: 18217.357px;
  background: var(--Primary, #05a4cd);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  min-width: 262.356px;
  text-align: center;
  height: 264.178px;
}
.circleText {
  max-width: 150px;
  text-align: center;
}
.circleCrad h2 {
  color: #fff;
  font-size: 54.658px;
  line-height: 120%;
}
.circleCrad h3 {
  color: #fff;
}

.storyImage {
  height: 524px;
  border: 1px solid #c1c9cd;
  border-radius: 50%;
}
.storyImage {
  /* overflow-x: hidden; */
  position: relative;
}
.Drivenby h4 {
  text-align: center;
}
.pageBreadItem {
  display: flex;
  align-items: center;
}
.storySection {
  background: var(--Bg, #f2f6f7);
  position: relative;
}
.storySection::after {
  content: "";
  /* background-color: #fff; */
  /* background: var(--Bg, #f2f6f7); */
  position: absolute;
  z-index: 5;
  border-radius: 620px;
  right: 0;
  /* transform: translate(-50%, -50%); */
  bottom: 0;
  width: 40%;
  width: 300px;
  height: 300px;
  background: #f2f6f7;
  transform: rotate(90.291deg);
}

.buldingSection {
  min-height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.buldingSection h2,
.projectTitle h2 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 150%;
}
.projectTitle h2 {
  color: #42494c;
  text-transform: uppercase;
}
.gap-32 {
  gap: 32px;
}

.missionCard h2 {
  color: #6d6e71;
}

.missionText {
  max-width: 450px;
}
.missionText p {
  text-align: center;
  color: #42494c;
}
.messionVesiion {
  background: #f2f6f7;
}
.missionImage {
  height: 237.484px;
}
.rowGap {
  row-gap: 20px;
}

.missionImage img {
  height: 100%;
}

.howWeWorkTimeLine {
  position: relative;
}
.howWeWorkTimeLine::before {
  content: "";
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  background: linear-gradient(
    180deg,
    #fff 0%,
    #05a4cd 15.38%,
    #05a4cd 50%,
    #05a4cd 84.13%,
    #fff 100%
  );
  height: 100%;
  width: 3px;
}

.timeLineBox {
  width: 45%;
  max-width: 579.489px;
  border-radius: 29.365px;
  background: #fff;
  padding: 30px 50px;
  box-shadow: 0 5.107px 5.107px 0 rgba(0, 0, 0, 0.25);
}
.timeLineBox h2 {
  color: var(--asp-cyan);
  font-size: 35px;
  font-weight: 700;
}
.timeLineBox h4 {
  font-weight: 700;
  color: var(--Titles);
}
.howBox {
  display: flex;
}
.howBox:nth-child(odd) {
  justify-content: start;
}
.howBox:nth-child(even) {
  justify-content: end;
}

.mt-64 {
  margin-top: 64px;
}

.blueBtn {
  padding: 10px 24px;
  border-radius: 6px;
  background: var(--Primary, #05a4cd);
  text-decoration: none;
  color: #fff;
}

/* Services Section */

.srvices-section {
  background: var(--asp-soft);
}
.srvices-section:not(:last-child) {
  margin-bottom: 55px;
}
.service-section-title {
  padding: 24px 20px;
}

.service-section-icon {
  display: inline-flex;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  color: var(--asp-cyan);
  background: var(--asp-white);
  border-radius: 11.67px;
}
.service-section-icon svg {
  width: 31.924px;
  height: 30.667px;
}
.service-section-image {
  /* width: 525px; */
  position: relative;
  overflow: hidden;
  height: 478px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 13px;
}

.service-section-image::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.srvices-section:nth-child(odd) .service-section-image::before {
  background: linear-gradient(90deg, rgba(242, 246, 247, 0.97), transparent);
}

.srvices-section:nth-child(even) .service-section-image::before,
.srvices-section.flex-row-reverse .service-section-image::before,
.srvices-section.flex-lg-row-reverse .service-section-image::before {
  background: linear-gradient(270deg, rgba(242, 246, 247, 0.97), transparent);
}

@media (min-width: 992px) {
  .srvices-section:nth-child(odd) {
    flex-direction: row;
  }

  .srvices-section:nth-child(even) {
    flex-direction: row-reverse !important;
  }
}
/* contactUs section */

.contactus-sction .contact-details p {
  color: var(--Text);
}
.contactus-sction .btn-cyan-primary img {
  filter: brightness(0) invert(1);
}
/* .contactus-sction .contact-title  {
  display: flex;
  align-items: center;
  text-align: start;
} */
.contactus-sction .contact-label {
  color: #35b8d4;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.contact-title h3 {
  font-size: 36px;
  text-align: start;
  color: #42494c;
  line-height: normal;
  letter-spacing: normal;
  /* margin-bottom: 65px; */
}

.contactus-sction .contact-social-link {
  border: 1px solid var(--asp-muted);
}
.contactus-sction .contact-social-link img {
  filter: brightness(0);
}
.contactus-sction .contact-social-block p {
  color: var(--asp-cyan);
}

.contactus-sction .contact-form {
  background: var(--asp-soft);
  border: 1px solid var(--color-light-gray);
}
.contactus-sction .contact-form label,
.contactUsSection label {
  color: var(--asp-ink);
}
.contactUsSection .contact-form input,
.contactUsSection .contact-form select,
.contactUsSection .contact-form textarea {
  /* color: var(--color-light-gray); */
  background-color: var(--asp-white);
  text-align: left;
  border: 1px solid var(--color-light-gray);
}
.contactUsSection .contact-form ::placeholder {
  color: #c1c9cd;
}
.mapouter {
  margin-bottom: 80px;
}
.contactText {
  max-width: 685px;
}
.contactText span {
  color: var(--Titles, #42494c);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 116.667% */
}
.contactText p {
  color: var(--Text, #010202);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.projectCardImage {
  height: 297.984px;
  position: relative;
  transition: transform 0.4s ease;
  border-radius: 8px 8px 0 0;
}
.allProjects {
  padding: 48px 0;
}
.projectName {
  height: 30px;
}
.serviceText {
  height: 150px;
}
.projectName p,
.serviceText h4,
.projectCity h6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.serviceText h4 {
  -webkit-line-clamp: 6;
}

.projectName p,
.projectCity h6 {
  -webkit-line-clamp: 1;
  text-align: start;
}
.projectCard {
  border-radius: 8px;
  border: 1px solid #f0f0f0;
}

.year p {
  color: var(--asp-cyan);
}
.projectCard h6 {
  color: #5d6569;
}

.projectCity {
  height: 16px;
}
.Featured {
  background: var(--Primary, #05a4cd);
  left: 16px;
}
.projectTagImg {
  background: var(--Tags, #e6f6f9);
  right: 16px;
}
.projectTag {
  padding: 4px 12px;
  top: 16px;

  position: absolute;
  border-radius: 9999px;
}
.Featured h6 {
  color: #fff;
}

.projectTagImg h6 {
  color: var(--Text);
}

/* .srvices-section:nth-child(odd) {
  flex-direction: row;
} */
.srvices-section:nth-child(even) {
  flex-direction: row-reverse !important;
}
.srvices-section:nth-child(even) .service-section-title {
  padding-inline-start: 0;
}
.srvices-section:nth-child(odd) .service-section-title {
  padding-inline-end: 0;
}
.pageNumber {
  color: var(--Titles);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 173.162%;
  display: flex;
  /* width: 55.412px; */
  height: 55.412px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 32.193px;
  border: 1.732px solid #e6ecef;
  background: #fff;
}

.paginatnions {
  gap: 13px;
}

.pageNumber.active,
a.pageNumber:not(.disapeled):hover {
  color: var(--asp-cyan);
  border-color: var(--asp-cyan);
}
.pageNumber.disapeled {
  border-radius: 30.094px;
  opacity: 0.5;
  background: #f2f6f7;
}

.pageNumber.Prev img {
  transform: rotate(180deg);
}

.counterProjects {
  background: #f2f6f7;
}

.gallerySlide {
  height: 256px;
  position: relative;
  border-radius: 20px;
  cursor: pointer;
}
.gallerySlide:hover::after {
  border-radius: 20px;
  position: absolute;
  inset: 0;
  width: 100%;
  content: "";
  height: 100%;
  z-index: 2;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.gallerySlide:hover .zoom {
  opacity: 1;
}

.zoom {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  display: flex;
  align-items: center;
  height: 40px;
  /* adding: 20px; */
  z-index: 3;
  justify-content: center;
  color: #fff;
  transform: translate(-50%, -50%);
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
}

.errorSection {
  padding: 150px 0;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 80%;
}

.errorText {
  max-width: 450px;
}
.site-header.fixed-top svg rect,
.site-header.fixed-top svg {
  fill: #fff;
}
.site-header.fixed-top.is-scrolled svg rect,
.site-header.fixed-top.is-scrolled svg {
  fill: var(--asp-cyan);
}
.errorSection h3 {
  color: #42494c;
  /* font-family: Inter; */
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* */
}
.errorText p {
  text-align: center;
}
.errorImg {
  position: absolute;
  top: 50%;
  z-index: 0;
  left: 0;
  transform: translate(-0%, -50%);
}
.errorData {
  z-index: 5;
  position: relative;
}
.modal-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.mainSwiper {
  width: 100%;
  height: 50vh;
}

.mainSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  border-radius: 16.2px;
  align-items: center;
}

.mainSwiper img {
  /* max-width: 100%; */
  height: 100%;
  border-radius: 16.2px;
  /* object-fit: contain; */
}

/* THUMBS */
.thumbsSwiper {
  width: 65%;
  height: 100px;
  margin-top: 10px;
}

.thumbsSwiper .swiper-slide {
  opacity: 0.4;

  border-radius: 16.2px;
  cursor: pointer;
}

.thumbsSwiper .swiper-slide-thumb-active {
  opacity: 1;
  /* border: 2px solid #fff; */
}

.swiperBtn {
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
}
.swiperBtn svg {
  display: none;
}
.swiperBtn.swiper-button-next img {
  transform: rotate(180deg);
}
.swiperImage {
  justify-content: center;
  height: 100px;
  display: flex;
}
.thumbsSwiper img {
  /* width: 100%; */
  height: 100%;
  border-radius: 16.2px;
}
.thumbsSwiper .swiper-slide-thumb-active img {
  border: 4.05px solid #f97316;
}
/* COUNTER */
.gallery-counter {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;

  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  z-index: 999;
}

/* default page */

.defaultPage-pargraphS1 {
  margin-top: 16px;
  margin-bottom: 43px;
}

/*  */

.contactDetail span,
.contactDetail a {
  color: var(--Text, #010202);
  /* font-family: Inter; */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.contactDetail h6,
.contact-title h6,
.contact-social-block h6 {
  color: var(--asp-cyan);
}
.contact-social-block h6,
.contactDetail h6 {
  letter-spacing: 0.6px;
  text-transform: capitalize;
}
.contact-title h6 {
  font-weight: 500;
}

.contact-social-link {
  border-radius: 6px;
  border: 1px solid #c1c9cd;
}

.contact-social-link i {
  color: var(--Text, #010202);
}

.contactUsSection .contact-form {
  border: 1px solid #e6ecef;
  background: #f2f6f7;
}

.rowGap20 {
  row-gap: 20px;
}

.mapLoaction {
  height: 350px;
}
.mapLoaction iframe {
  border-radius: 34px 34px 0 0;
}
.mapouter-content {
  padding: 22px;
  background-color: #f2f6f7;
  border-radius: 0 0 34px 34px;
}

.mapouter-content span {
  color: var(--Titles, #42494c);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 116.667% */
}

.about-experience-badge h2 {
  color: var(--White, #fff);
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 120% */
}

.about-experience-badge h6 {
  color: #fff;
  line-height: 125%;
  letter-spacing: 0.6px;
}

.teamText {
  max-width: 448px;
}
.teamText h4 {
  text-align: center;
}
.contact-content2 span,
.contact-content2 a,
.contact-content2 .contact-social-link i {
  color: #fff;
}
.hero-slide {
  display: flex;
  align-items: center;
}

.langChange {
  padding: 7px;
  font-size: 12px;
  background-color: #f0f0f0;
  color: var(--asp-ink);
}

.langChange.active {
  background-color: var(--asp-cyan);
  color: var(--asp-white);
}

.footerText h5 {
  letter-spacing: 0;
  color: #c1c9cd;
}

.srvices-section h3 {
  color: var(--Titles);
  font-size: 30.667px;
  font-style: normal;
  text-align: start;
  font-weight: 400;
  line-height: 150%;
}

.hero-content h5,
.hero-pagination {
  opacity: 0;
  transform: translateY(16px);
  animation: fadeUp 0.6s ease forwards 0.5s;
}

.hero-content h1,
.bannerText h1 {
  opacity: 0;
  transform: translateY(16px);
  animation: fadeUp 0.9s ease forwards 0.9s;
}

.bannerData h4,
.bannerText p {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s ease forwards 1s;
}
.hero-copy {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1.5s ease forwards 1.5s;
}
.hero-actions {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 2s ease forwards 2s;
}
.hero-stats {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 2.5s ease forwards 2.5s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.contact-section .form-select {
  background-image: url(../arroeSElect.svg);
}

.certifacteName {
  height: 65px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.contact-section .contact-form input,
.contact-section .contact-form select,
.contact-section .contact-form textarea,
.contact-section .wpcf7 form.invalid .wpcf7-response-output,
.contact-section .wpcf7 form.unaccepted .wpcf7-response-output,
.contact-section .wpcf7 form.payment-required .wpcf7-response-output {
  color: #fff;
}

.wpcf7-submit.disabled,
.wpcf7-submit:disabled {
  background-color: #f0f0f0;
  color: var(--asp-cyan);
  cursor: not-allowed;
  pointer-events: none;
}
