body {
  background: #101b39;
}

#body {
  background: #101b39;
  color: #dcf5f2;
  position: relative;
}

.grid_lines {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  --qode-grid-lines-color: #1b3942;
  position: fixed;
}
.grid_lines .line {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(220, 245, 242, 0.1294117647);
  --qode-line-decoration-color: #a2b0b3;
}
.grid_lines .line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 15vh;
  width: 1px;
  --qode-end-pos: 115vh;
  --qode-dur: 6s;
  --qode-end-pos: 115vh;
  --qode-dur: 6s;
  transform: translateY(-15vh);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, var(--qode-grid-lines-decoration-color, var(--qode-line-decoration-color)) 50%, var(--qode-grid-lines-decoration-color, var(--qode-line-decoration-color)) 90%, rgba(255, 255, 255, 0) 100%);
  animation: qode-drop var(--qode-dur) infinite;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0.26, 0.16, 0.98);
}
.grid_lines .line:first-child::after {
  animation-delay: 1.8s;
}
.grid_lines .line:last-child {
  width: 0.5px;
}
.grid_lines .line:last-child::after {
  animation-delay: 2.3s;
}

section {
  position: relative;
  z-index: 8;
}

.btn {
  border: 2px solid #cdcdcd;
  border-radius: 30px;
  padding: 10px 25px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #dcf5f2;
}
.btn:hover {
  background: #fe5b2c;
  border-color: #fe5b2c;
  color: #dcf5f2;
}

header {
  padding: 10px 0;
  background-color: #101b39;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: 0.3s all ease;
}
header.hide {
  margin-top: -100px;
}
header .menu_flex {
  display: flex;
  align-items: center;
}
header .logo {
  margin-right: 50px;
}
header .menu a {
  font-size: 1.125rem;
  font-weight: 500;
  margin-right: 30px;
}
header a {
  color: #dcf5f2;
}

.hero {
  display: flex;
  margin-top: 100px;
  height: calc(100vh - 110px);
  overflow: hidden;
  align-items: center;
  color: #dcf5f2;
  position: relative;
  z-index: 2;
}
.hero .image {
  text-align: right;
  animation: hero-drop 3s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0.26, 0.16, 0.98);
}
.hero .image img {
  width: 50vw;
  max-width: initial;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: -50px;
}

.about {
  color: #fff;
}
.about .mv_card {
  margin-bottom: 40px;
}
.about .mv_card img {
  width: 65px;
  margin-bottom: 25px;
}

.services {
  color: #fff;
}
.services .title {
  text-align: center;
  width: 720px;
  max-width: 100%;
  margin: 0 auto 20px;
}
.services .nav {
  justify-content: center;
  border-bottom: 0;
  margin-bottom: 60px;
}
.services .nav button {
  border: 0;
  background: #254384;
  color: #fff;
  padding: 15px 35px;
  border-radius: 50px;
  font-size: 1.125rem;
  margin: 0 5px;
  font-family: "Publico Text Roman";
}
.services .nav button.active {
  background-color: #fe5b2c;
}
.services span {
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
  color: #dcf5f2;
}
.services .accordion {
  background: #101b39;
}
.services .accordion-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #a2b0b3;
  margin-bottom: 10px;
  color: #dcf5f2;
}
.services .accordion-header {
  padding: 10px 0;
}
.services .accordion-header button {
  padding: 12px 0;
  background: transparent;
  color: #fff;
  border: 0;
  box-shadow: none !important;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}
.services .accordion-header button::after {
  background: url(../images/chevron-down.svg);
  background-repeat: no-repeat;
}
.services .accordion-body {
  padding: 0;
}

.regions img {
  width: 100%;
}
.regions .title {
  text-align: center;
  width: 720px;
  max-width: 100%;
  margin: 0 auto 50px;
}
.regions .worldmap {
  position: relative;
}
.regions .worldmap div {
  position: absolute;
  font-weight: 400;
}
.regions .worldmap div span {
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 1px solid #fe5b2c;
  border-radius: 50%;
  margin-right: 5px;
}
.regions .worldmap #africa {
  top: 65%;
  left: 54%;
}
.regions .worldmap #asia {
  right: 25%;
  top: 47%;
}
.regions .worldmap #latin {
  top: 80%;
  left: 32%;
}
.regions .worldmap #europe {
  top: 34%;
  left: 50%;
}
.regions .worldmap #america {
  top: 30%;
  left: 20%;
}
.regions .region_swiper {
  margin: 80px auto 0;
  text-align: center;
  background: #101b39;
  padding-top: 50px;
}
.regions .region_swiper .content {
  width: 820px;
  max-width: 100%;
  margin: 0 auto;
}
.regions .swiper-pagination {
  display: flex;
  justify-content: center;
  top: 0px;
  height: 35px;
}
.regions .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  margin: 0 10px;
  background: transparent;
  font-weight: 500;
  font-size: 18px;
}
.regions .swiper-pagination .swiper-pagination-bullet::before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #fff;
  content: "";
  display: inline-block;
  margin-right: 5px;
}
.regions .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-color: #fe5b2c;
}

.partners .title {
  text-align: center;
  width: 720px;
  max-width: 100%;
  margin: 0 auto 50px;
}
.partners .swiper-slide {
  background: #fff;
  text-align: center;
  padding: 20px 0;
}
.partners .swiper-slide:hover p {
  color: #fe5b2c;
}
.partners .swiper-slide img {
  height: 108px;
  -o-object-fit: contain;
     object-fit: contain;
}
.partners .swiper-slide p {
  color: #1b3942;
  margin: 10px 0 0;
}

.boards {
  margin-bottom: 60px;
}

.profile {
  background: #fff;
  border-radius: 6px;
  color: #1b3942;
  padding: 10px;
  margin: 1rem 0;
}
.profile img {
  width: 100%;
  aspect-ratio: 1/1.15;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.profile .detail {
  margin-top: 1rem;
}
.profile .detail p {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #4a7987;
}
.profile .detail .bottom {
  margin-top: 30px;
}
.profile .detail .bottom p {
  cursor: pointer;
  margin-bottom: 0;
}
.profile .detail .bottom p:hover {
  color: #fe5b2c;
}
.profile .detail .info {
  height: 128px;
}
.profile .detail h6 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 20px;
}
.profile .detail img {
  width: 22px;
  height: 22px;
  border-radius: 0;
}

.contact {
  padding-bottom: 40px;
}
.contact .content {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
}
.contact h4 {
  color: #fff;
  margin-bottom: 1.5rem;
}
.contact h6 {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}
.contact .general p {
  margin-bottom: 5px;
}
.contact .office {
  margin-top: 40px;
}
.contact .socail a i {
  font-size: 22px;
  margin-right: 15px;
}

footer {
  text-align: center;
  font-weight: 300;
  padding: 40px 0 20px;
}
footer p {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
}

@keyframes qode-drop {
  0% {
    transform: translateY(-15vh);
  }
  100% {
    transform: translateY(var(--qode-end-pos));
  }
}
.menu_btn.open span:first-child {
  transform: rotate(45deg);
}
.menu_btn.open span:nth-child(2) {
  transform: rotate(-45deg) translateX(9px) translateY(-9px);
}
.menu_btn.open span:last-child {
  display: none;
}
.menu_btn span {
  width: 35px;
  height: 1px;
  display: block;
  background: #fff;
  margin: 11px 0;
  transition: 0.5s all ease;
}

.teamModal .modal-content .modal-header {
  background: #101b39;
  color: #fff;
}
.teamModal .modal-content .modal-header .title {
  display: flex;
  align-items: center;
}
.teamModal .modal-content .modal-header .title img {
  border-radius: 4px;
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.teamModal .modal-content .modal-header .title .info {
  margin-left: 15px;
  max-width: 100%;
  width: 400px;
}
.teamModal .modal-content .modal-header h5 {
  margin-bottom: 5px;
}
.teamModal .modal-content .modal-header p {
  font-size: 1rem;
  line-height: 20px;
  margin-bottom: 0;
  color: #a2b0b3;
}
.teamModal .modal-content .modal-header button {
  color: #fff;
  background: none;
}

@media screen and (max-width: 500px) {
  .grid_lines {
    display: none;
  }
  .header .logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 0;
  }
  .header .menu {
    position: fixed;
    top: 0;
    left: 0;
    background: #101b39;
    width: 75%;
    height: 100vh;
    transform: translateX(-100%);
    transition: 0.5s all ease;
  }
  .header .menu.open {
    transform: translateX(0);
  }
  .header .menu a {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    border-bottom: 1px solid #a2b0b3;
  }
  .header .menu a:first-child {
    margin-top: 40px;
  }
  .hero .image {
    display: none;
  }
  .about .mv_card {
    margin-top: 60px;
    margin-bottom: 0;
  }
  .services .nav button {
    margin: 10px 0;
  }
  .regions .worldmap div {
    display: none;
  }
  .regions .swiper-wrapper {
    margin-top: 80px;
  }
  .regions .swiper-pagination {
    flex-wrap: wrap;
    height: 105px;
  }
  .contact .content {
    padding: 0 15px;
  }
  .contact .social_wrap {
    margin-top: 60px;
  }
  .teamModal .modal-content .modal-header .title {
    display: block;
  }
  .teamModal .modal-content .modal-header .title .info {
    margin-left: 0;
    width: 280px;
  }
  .teamModal .modal-content .modal-header img {
    display: none;
  }
}
@keyframes hero-drop {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-20px);
  }
}/*# sourceMappingURL=style.css.map */