* {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "SF Pro Display";
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    max-width: 1140px;
  }
}
a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header {
  position: absolute;
  z-index: 2;
  width: 100%;
}

.topbar {
  background: transparent;
  border-bottom: 1px solid rgba(255, 253, 253, 0.1803921569);
  padding: 7px 0;
}
.topbar__area {
  display: flex;
  justify-content: space-between;
}
.topbar__contact a {
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  color: #fff;
  margin-right: 25px;
}
.topbar__contact a img {
  width: 18px;
  height: 18px;
  vertical-align: bottom;
  margin-right: 5px;
}
.topbar__social ul {
  display: flex;
}
.topbar__social ul li a img {
  margin-left: 10px;
}

.show {
  display: block;
}

.navbar {
  background: transparent;
  border-bottom: 1px solid rgba(111, 126, 138, 0.6);
}
.navbar nav .navbar__menu {
  display: flex;
  justify-content: space-between;
}
.navbar nav .navbar__menu .logo img {
  max-width: 176px;
  width: 100%;
}
.navbar nav .navbar__menu__links {
  display: flex;
}
.navbar nav .navbar__menu__links .nav-links {
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  line-height: 3;
  display: flex;
}
.navbar nav .navbar__menu__links .nav-links li {
  margin-left: 20px;
}
.navbar nav .navbar__menu__links .nav-links li a {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  display: block;
}
.navbar nav .navbar__menu__links .nav-links .login-button {
  background-color: #fff;
  border: 1.5px solid #f2f5f7;
  border-radius: 6px;
  padding: 10px 30px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #242c41;
}
.navbar nav .navbar__menu__links .nav-links .login-button:hover {
  color: #131418;
  background-color: #f2f5f7;
  border: 1.5px solid #f2f5f7;
  transition: all ease-in-out 350ms;
}
.navbar nav .navbar__menu__links .nav-links2 {
  display: none;
  position: absolute;
  top: 90%;
  left: 8%;
  list-style: none;
  justify-content: space-between;
}
.navbar nav .navbar__menu__links .nav-links2 li i {
  font-size: 18px;
}

.navbar__sticky {
  position: fixed;
  z-index: 22;
  background-color: #031529;
  width: 100%;
  top: 0;
}

.hamburger {
  display: none;
}
.hamburger div {
  width: 30px;
  height: 3px;
  background: #f2f5f7;
  margin: 5px;
  transition: all 0.3s ease;
}

.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}
.toggle .line2 {
  transition: all 0.7s ease;
  width: 0;
}
.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  position: relative;
  justify-content: flex-end;
}
.swiper-slide img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-slide-content {
  position: absolute;
  top: 36%;
  bottom: 0;
  right: 55%;
  max-width: 500px;
  width: 100%;
  margin: 0;
}
.swiper-slide-content h2 {
  font-size: 64px;
  font-weight: 900;
  color: #fff;
  text-align: left;
  margin: 0;
}
.swiper-slide-content p {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  text-align: left;
  padding: 0;
}
.swiper-slide-img {
  height: 100%;
  margin-top: 160px;
}

.home-swiper {
  height: 650px;
}

.slide__box {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -130px;
}
.slide__box__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.slide__box__detail {
  max-width: 205px;
  border-radius: 10px;
  background-color: #072f63;
  display: flex;
  padding: 15px;
  color: #ffffff;
}
.slide__box__detail--img {
  margin-right: 15px;
}
.slide__box__detail--text h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 0;
}
.slide__box__detail--text p {
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}

.solutions {
  padding: 40px 0;
}
.solutions__detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.solutions__left img {
  border-radius: 10px;
  height: 100%;
  width: 100%;
}
.solutions__right h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.33;
  color: #333;
  margin: 0;
}
.solutions__right p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #666;
}
.solutions__right .links a {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background-color: #21305a;
  padding: 12px 40px;
  margin-right: 15px;
}

.services {
  background-color: #f3f3f3;
  padding: 40px 0;
}
.services--area {
  display: flex;
  flex-direction: column;
}
.services__title h2 {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin: 0;
}
.services__detail {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.services__detail--col {
  border-radius: 10px;
  background-color: #21305a;
  text-align: center;
  padding: 26px;
  display: flex;
  flex-direction: column;
}
.services__detail--col-content {
  text-align: -webkit-center;
}
.services__detail--col-content img {
  max-width: 214px;
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.services__detail--col-content p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  max-width: 201px;
  width: 100%;
  margin: 21px 0 25px 0;
}
.services__detail--col-content a {
  border-radius: 5px;
  background-color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  color: #21305a;
  display: block;
  padding: 10px;
}

.logo__slider {
  background-color: #21305a;
  padding: 40px 0;
}
.logo__slider .swiper {
  width: 100%;
  height: 100%;
}
.logo__slider .swiper-wrapper {
  align-items: center;
}
.logo__slider .swiper-slide {
  background: #21305a;
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo__slider .swiper-slide img {
  display: block;
  max-width: 140px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #21305a;
}
.logo__slider .swiper-slide .d-img {
  display: none;
}
.logo__slider .swiper-slide:hover {
  transition: 0.5s;
}
.logo__slider .swiper-slide:hover h2 {
  color: #fff;
}
.logo__slider .swiper-slide:hover p {
  color: #fff;
}
.logo__slider .swiper-slide:hover .d-img {
  display: block;
}
.logo__slider .swiper-slide:hover .d-img1 {
  display: none;
}

.footer__main--area {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
.footer__main--area-col .logo {
  max-width: 168px;
  width: 100%;
  height: 27px;
}
.footer__main--area-col ul li {
  display: flex;
  margin-bottom: 1rem;
}
.footer__main--area-col ul li img {
  background-color: #21305a;
  border-radius: 15px;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  -o-object-fit: none;
     object-fit: none;
  vertical-align: sub;
}
.footer__main--area-col ul li p {
  max-width: 320px;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  color: #666;
  margin: 0;
}
.footer__main--area-col ul li a {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  color: #666;
}
.footer__main--area-col ul li a:hover {
  color: #1b2c59;
  transition: 0.5s;
}
.footer__main--area-col h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.38;
  color: #333;
  margin-bottom: 24px;
}
.footer__main--area-col .bold {
  font-weight: 500;
}
.footer__main--area-col .social-links {
  display: flex;
}
.footer__main--area-col .social-links li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #21305a;
  border: solid 1px #21305a;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  padding: 6px 10px;
  margin-right: 16px;
}
.footer__main--area-col .social-links li:hover {
  background: rgba(27, 44, 89, 0.4784313725);
  transition: 0.5s;
}
.footer__main--area-col .social-links li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #21305a;
}
.footer__copyright {
  border-top: 1px solid rgba(51, 51, 51, 0.1607843137);
}
.footer__copyright p {
  font-size: 14px;
  font-weight: normal;
  line-height: 0;
  text-align: center;
  color: #666;
}

.page-title {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(../img/ref.jpg) bottom;
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 350px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 25px;
}
.page-title .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page-title .title-box h2 {
  font-size: 45px;
  font-weight: 100;
  line-height: 1.12;
  text-align: center;
  color: white;
  margin: 0;
}
.page-title .title-box ul li {
  color: #ffffff;
  display: inline-block;
}
.page-title .title-box ul li a {
  font-size: 16px;
  font-weight: 300;
  line-height: 3.98;
  color: #fff;
}
.page-title .title-box .color2 {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.about {
  padding: 40px 0;
}
.about__detail {
  display: flex;
  align-items: center;
}
.about__image {
  width: 50%;
}
.about__image img {
  max-width: 470px;
  border-radius: 8px;
}
.about__text {
  padding: 30px;
}
.about__text p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  color: #666;
}

.contact__page__detail {
  display: flex;
  justify-content: space-evenly;
  padding: 60px 0;
}
.contact__page-box {
  text-align: center;
}
.contact__page-box i {
  font-size: 40px;
  color: #212e56;
}
.contact__page-box a {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #666;
  text-decoration: none;
}
.contact__page-box h2 {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  line-height: 2;
}
.contact__page-box p {
  max-width: 300px;
}

@media (max-width: 768px) {
  .topbar {
    display: none;
  }
  .logo h2 {
    position: relative;
    z-index: 1;
  }
  nav {
    position: sticky;
  }
  .hamburger {
    display: block;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 44%;
    transform: translate(-5%, -50%);
    z-index: 2;
    transition: all 0.7s ease;
  }
  .header {
    position: relative;
  }
  .navbar {
    background: #031529;
  }
  .navbar__menu__links .nav-links {
    position: fixed;
    background: #051e3d;
    height: 100%;
    width: 260px;
    flex-direction: column;
    align-items: flex-start !important;
    -webkit-clip-path: circle(50px at 90% -20%);
            clip-path: circle(50px at 90% -20%);
    transition: all 1s ease-out;
    pointer-events: none;
  }
  .navbar__menu__links .nav-links li {
    opacity: 0;
  }
  .navbar__menu__links .nav-links li:nth-child(1) {
    transition: all 0.5s ease 0.2s;
  }
  .navbar__menu__links .nav-links li:nth-child(2) {
    transition: all 0.5s ease 0.4s;
  }
  .navbar__menu__links .nav-links li:nth-child(3) {
    transition: all 0.5s ease 0.6s;
  }
  .navbar__menu__links .nav-links li:nth-child(4) {
    transition: all 0.5s ease 0.7s;
  }
  .navbar__menu__links .nav-links li:nth-child(5) {
    transition: all 0.5s ease 0.8s;
  }
  .navbar__menu__links .nav-links li:nth-child(6) {
    transition: all 0.5s ease 0.9s;
    margin: 0;
  }
  .navbar__menu__links .nav-links li:nth-child(7) {
    transition: all 0.5s ease 1s;
    margin: 0;
  }
  .navbar__menu__links .nav-links.open {
    -webkit-clip-path: circle(1024px at 50% 50%);
            clip-path: circle(1024px at 50% 50%);
    pointer-events: all;
    padding: 0 25px;
  }
  .navbar__menu__links li.fade {
    opacity: 1;
  }
  .navbar__menu__links .nav-links2 {
    display: flex !important;
  }
  .swiper-slide-img img {
    display: none;
  }
  .swiper-slide-content h2,
  .swiper-slide-content p {
    text-align: center;
  }
  .slide__box__inner {
    overflow: scroll;
    flex-wrap: nowrap;
  }
  .slide__box__detail {
    margin-right: 22px;
  }
  .slide__box__detail--text h3 {
    margin: 0;
    line-height: normal;
  }
  .home-swiper {
    height: 450px;
  }
  .solutions__detail {
    grid-template-columns: 1fr;
  }
  .solutions__right p {
    text-align: justify;
  }
  .solutions .links {
    display: flex;
    justify-content: space-between;
  }
  .solutions .links a {
    margin-right: 0;
    padding: 8px 30px;
  }
  .services__detail {
    overflow: scroll;
    display: -webkit-box;
  }
  .services__detail--col {
    margin-right: 15px;
  }
  .footer__main--area {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .footer__main--area-col:nth-of-type(1) {
    order: 1;
    width: 100%;
  }
  .footer__main--area-col:nth-of-type(2) {
    order: 2;
    width: 50%;
  }
  .footer__main--area-col:nth-of-type(3) {
    order: 3;
    width: 50%;
  }
  .footer__main--area-col:nth-of-type(4) {
    order: 4;
    width: 100%;
  }
  .footer__copyright p {
    text-align: center;
  }
  .about__detail {
    flex-direction: column;
  }
  .about__image {
    width: 100%;
    margin-bottom: 30px;
  }
  .about__image img {
    width: 100%;
  }
  .about__text {
    padding: 0;
    text-align: center;
  }
  .about__text p {
    text-align: justify;
  }
  .about__image {
    text-align: center;
  }
  .page-title {
    height: 250px;
  }
  .contact__page__detail {
    flex-direction: column;
    align-items: center;
  }
  .contact__page-box {
    margin-bottom: 30px;
  }
  .swiper-slide {
    display: flex;
    flex-direction: column;
  }
  .swiper-slide-content {
    margin-top: 45px;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
  .swiper-slide-img img {
    max-width: 424px;
  }
  .services__detail {
    overflow: scroll;
    display: -webkit-box;
  }
  .services__detail--col {
    margin-right: 15px;
  }
  .page-title {
    height: 350px !important;
  }
  .swiper-slide-content {
    left: 5%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .services__detail {
    overflow: scroll;
    display: -webkit-box;
  }
  .services__detail--col {
    margin-right: 15px;
  }
  .page-title {
    height: 225px !important;
  }
}/*# sourceMappingURL=style.css.map */