.clients {
  margin-top: 100vh;
  padding-top: 110px;
  background: #002C44;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .clients {
    flex-wrap: wrap;
  }
}
.clients .cl-fat {
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 767.98px) {
  .clients .cl-fat {
    padding-right: 1px;
    padding-left: 1px;
  }
  .clients .cl-fat:nth-child(n+5) {
    display: none;
  }
}
.clients .cl-fat div {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1882352941);
  background: #fff;
}
.clients .cl-fat.middle {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .clients .cl-fat.middle {
    margin-bottom: 60px;
  }
}
.clients .cl-fat.cl-1 {
  width: 16.66%;
}
@media (max-width: 767.98px) {
  .clients .cl-fat.cl-1 {
    width: 33.33%;
  }
}
@media (max-width: 767.98px) {
  .clients .cl-fat.cl-1.middle {
    margin-bottom: 0;
  }
}
.clients .cl-fat.cl-2 {
  width: 11.11%;
}
@media (max-width: 767.98px) {
  .clients .cl-fat.cl-2 {
    width: 22.22%;
  }
}
.clients .cl-fat.cl-2 div {
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .clients .cl-fat.cl-2 div {
    margin-bottom: 1px;
  }
}
.clients .swiper-clients .swiper-wrapper {
  align-items: center;
}
.clients .swiper-clients .swiper-wrapper .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  transition: all 0.5s;
}
.clients .swiper-clients .swiper-wrapper .swiper-slide img:nth-child(2) {
  margin-top: 24px;
}
.clients .swiper-clients .swiper-wrapper .swiper-slide.middle {
  margin-bottom: 70px;
}

.photos {
  background: #002C44;
  padding-top: 1rem;
}
.photos .gallery {
  display: flex;
  align-items: flex-end;
  margin-top: -3rem;
}
@media (max-width: 767.98px) {
  .photos .gallery {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.photos .gallery .w-item {
  width: 24%;
  padding: 12px;
  margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .photos .gallery .w-item {
    width: 48%;
  }
}
.photos .gallery .w-item.w-2 {
  margin-bottom: -5rem;
}
@media (max-width: 767.98px) {
  .photos .gallery .w-item.w-2 {
    margin-top: -4.5rem;
    margin-bottom: 0;
  }
}
.photos .gallery .w-item2 {
  padding: 12px;
  width: 33%;
}
@media (max-width: 767.98px) {
  .photos .gallery .w-item2 {
    width: 52%;
  }
}
.photos .gallery .w-item3 {
  padding: 12px;
  width: 15%;
}
@media (max-width: 767.98px) {
  .photos .gallery .w-item3 {
    width: 52%;
    margin-top: -1rem;
  }
}
.photos .gallery .g-item {
  margin-bottom: 24px;
  position: relative;
}

@keyframes enter {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes enter-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes gradient {
  0% {
    background-position: 97% 0%;
  }
  50% {
    background-position: 4% 100%;
  }
  100% {
    background-position: 97% 0%;
  }
}
.about {
  padding-top: 170px;
  padding-bottom: 120px;
  overflow: hidden;
  background: #EDF2F6;
}
@media (max-width: 991.98px) {
  .about {
    padding-top: 130px;
    padding-bottom: 80px;
  }
}
.about .col-lg-6 {
  position: relative;
}
.about .col-lg-6 .kmbi-border-7 {
  position: absolute;
  top: -80px;
  right: 0;
}
@media (max-width: 1399.98px) {
  .about .col-lg-6 .kmbi-border-7 {
    top: 0;
  }
}
@media (max-width: 991.98px) {
  .about .col-lg-6 .kmbi-border-7 {
    top: -120px;
  }
}
@media (max-width: 991.98px) {
  .about .col-lg-6 .kmbi-border-7 {
    display: none;
  }
}
.about .col-lg-6 h1 {
  font-size: calc(1.63125rem + 4.575vw);
  font-weight: 700;
  color: #002C44;
  animation: enter-fade 1.5s cubic-bezier(0.38, 1.17, 1, 0.64);
  position: relative;
}
@media (min-width: 1200px) {
  .about .col-lg-6 h1 {
    font-size: 5.0625rem;
  }
}
@media (max-width: 991.98px) {
  .about .col-lg-6 h1 {
    margin-bottom: 30px;
  }
}
.about .col-lg-6 .kmbi-ball-2 {
  position: absolute;
  top: 50%;
  left: -50%;
  animation: enter 1s cubic-bezier(0.38, 1.17, 1, 0.64);
  fill: #FFFFFF;
}
@media (max-width: 1399.98px) {
  .about .col-lg-6 .kmbi-ball-2 {
    left: -65%;
  }
}
@media (max-width: 991.98px) {
  .about .col-lg-6 .kmbi-ball-2 {
    display: none;
  }
}
.about .desc {
  margin-top: 120px;
  animation: enter-fade 1.5s cubic-bezier(0.38, 1.17, 1, 0.64);
}
@media (max-width: 991.98px) {
  .about .desc {
    margin-top: 60px;
  }
}
@media (max-width: 991.98px) {
  .about .desc {
    margin-top: 0;
  }
}
.about .desc p {
  font-size: 18px;
  color: #002C44;
}

.evolution {
  background: #EDF2F6;
  padding-top: 170px;
  padding-bottom: 60px;
  position: relative;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .evolution {
    padding-top: 80px;
  }
}
@media (max-width: 991.98px) {
  .evolution {
    padding-top: 80px;
  }
}
.evolution .kmbi-border-8 {
  position: absolute;
  top: 0;
  right: 1rem;
  pointer-events: none;
}
@media (max-width: 1399.98px) {
  .evolution .kmbi-border-8 {
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .evolution .kmbi-border-8 {
    display: none;
  }
}
.evolution h2 {
  color: #002C44;
  margin-bottom: 60px;
}
.evolution .row-box {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .evolution .row-box {
    margin-bottom: 0;
  }
}
.evolution .row-box:nth-child(odd) {
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .evolution .row-box:nth-child(odd) {
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .evolution .row-box {
    justify-content: center;
  }
}
.evolution .row-box .box {
  width: 40%;
  background: #002C44;
  margin-right: 24px;
  padding: 30px 30px 30px 40px;
  position: relative;
  border-radius: 5px;
}
@media (max-width: 991.98px) {
  .evolution .row-box .box:nth-child(odd) {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .evolution .row-box .box {
    width: 80%;
    margin-bottom: 30px;
  }
}
.evolution .row-box .box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  border-radius: 5px 0 0 5px;
  background-size: 100% 400%;
  animation: gradient 4s ease infinite;
  background-image: linear-gradient(0deg, #B6C8D6, #0E364C, #EF6D5F, #F1B603);
}
.evolution .row-box .box .year {
  font-size: 36px;
  color: #EDF2F6;
  margin-bottom: 1rem;
  font-weight: 700;
}
.evolution .row-box .box p {
  color: #EDF2F6;
  font-size: 18px;
}

.clients {
  margin-top: 0;
  padding-top: 60px;
  background: rgb(237, 242, 246);
  padding-bottom: 60px;
}
