body {
  font-family: "poppins";
  width: 100%;
  overflow-x: hidden;
  background: radial-gradient(50% 50% at 50% 50%, #013989 0%, #001B40 100%);
}

input::-ms-reveal {
  display: none;
}

.swith-ar {
  position: fixed;
  display: inline-flex;
  right: -2px;
  top: 16%;
  background-color: #2EDAF1;
  z-index: 99;
  padding: 8px 16px 8px 16px;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  font-weight: 600;
  font-size: clamp(14px, 0.8333vw, 16px);
  color: #002559;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.swith-ar:hover {
  background-color: #002559;
  color: #2EDAF1;
}

.theme-btn {
  color: #2EDAF1;
  font-size: clamp(16px, 1.145vw, 22px);
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  flex-direction: column;
  transition: all 0.2s ease-in-out;
}
.theme-btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #2EDAF1;
  transition: all 0.2s ease-in-out;
}
.theme-btn:hover {
  color: #fff;
}
.theme-btn:hover::after {
  width: 0%;
}

section.generic-banner .page-banner {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (min-width: 1200px) {
  section.generic-banner .page-banner {
    height: 100vh;
    padding-bottom: 100px;
  }
}
section.generic-banner .page-banner h2 {
  font-weight: 600;
  font-size: clamp(24px, 2.1875vw, 42px);
}
section.generic-banner .page-banner h1 {
  font-weight: 600;
  font-size: clamp(24px, 2.1875vw, 42px);
  position: relative;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  section.generic-banner .page-banner h1 {
    padding-bottom: 3rem;
  }
}
section.generic-banner .page-banner h1::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 1rem;
  background-color: rgba(255, 255, 255, 0.25);
}
@media (min-width: 768px) {
  section.generic-banner .page-banner h1::after {
    width: 60%;
    bottom: 1.5rem;
  }
}
section.generic-banner .page-banner h1 span {
  color: #2EDAF1;
}
section.generic-banner .page-banner p {
  color: #a7b9d3;
}
section .generic-content {
  color: #fff;
}
section .generic-content a {
  color: #2EDAF1 !important;
}
section .generic-content h2 {
  font-size: clamp(14px, 0.9375vw, 18px);
}
section .generic-content li,
section .generic-content p {
  font-size: clamp(12px, 0.72916vw, 14px);
}

.thankyou_page {
  height: 100vh;
  display: flex;
  align-items: center;
}
.thankyou_page h1.eng {
  color: #fff;
}
.thankyou_page h1.ar {
  color: #2EDAF1;
}
.thankyou_page p {
  color: #a7b9d3;
}

.page_404 .container {
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
header.active {
  background-color: rgba(0, 37, 89, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
header .navbar .navbar-brand {
  width: 130px;
}
@media (min-width: 1400px) {
  header .navbar .navbar-brand {
    width: 170px;
  }
}
header .navbar .navbar-nav li {
  padding: 0px;
}
@media (min-width: 1400px) {
  header .navbar .navbar-nav li {
    padding: 0rem 0.5rem;
  }
}
header .navbar .navbar-nav li a {
  color: #fff;
  font-size: clamp(12px, 0.72916vw, 14px);
}
header .navbar .navbar-nav li a:hover, header .navbar .navbar-nav li a.active {
  color: #2EDAF1;
}
@media (max-width: 767.98px) {
  header .navbar .rl .rl-btn {
    display: none;
  }
}
header .navbar .rl .rl-btn a {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(30px);
  color: #fff;
  padding: 8px;
  font-size: clamp(12px, 0.72916vw, 14px);
  font-weight: 400;
  text-decoration: none;
  margin: 0px 6px;
}
@media (min-width: 1400px) {
  header .navbar .rl .rl-btn a {
    padding: 10px 12px;
  }
}
header .navbar .rl .rl-btn a.active {
  color: #2EDAF1;
}
header .navbar .rl .rl-btn a:hover {
  color: #2EDAF1;
}
header .navbar .navbar-toggler {
  padding: 5px;
}
header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar .navbar-toggler svg path {
  fill: #fff;
}
header .navbar .select-lang {
  width: 110px;
  position: relative;
  height: 26px;
}
header .navbar .select-lang .switcher {
  width: 105px;
}
header .navbar .select-lang .switcher .selected a {
  width: 95px;
}
header .navbar .select-lang .switcher .option {
  width: 104px;
}
@media (max-width: 991.98px) {
  header .navbar .res-menu .navbar-collapse {
    position: absolute;
    left: 0px;
    top: 50px;
    background: rgb(11, 21, 66);
    right: 0px;
    text-align: center;
    z-index: 999;
  }
}
header .product-menu .dropdown-menu {
  padding: 1rem;
}
header .product-menu .dropdown-menu[data-bs-popper] {
  right: 0;
  left: inherit;
}
header .product-menu .product-list {
  border: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: center;
  gap: 0.5rem;
}
header .product-menu .product-list .triangle {
  width: 0;
  height: 0;
  position: absolute;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 20px solid #fff;
  top: -16px;
  right: 2px;
}
header .product-menu .product-list .productCard {
  width: 150px;
}
header .product-menu .product-list .productCard a {
  color: #002559;
  font-size: clamp(14px, 0.8333vw, 16px);
  text-decoration: none;
  padding: 0.5rem;
  border: 1px solid rgba(0, 37, 89, 0.35);
  border-radius: 0.5rem;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
header .product-menu .product-list .productCard a:hover {
  color: #2EDAF1;
}
header .product-menu .product-list .productCard img {
  width: 46px;
  height: 46px;
}

.skiptranslate {
  display: none !important;
}

.footer-sec {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  .footer-sec {
    height: 100vh;
  }
}

footer {
  background: rgb(11, 46, 96);
}
footer p {
  font-size: clamp(14px, 0.8333vw, 16px);
  color: #a7b9d3;
}
footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-weight: 600;
  justify-content: center;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  footer .footer-links {
    justify-content: flex-start;
    margin-bottom: 0rem;
  }
}
footer .footer-links a {
  color: #2EDAF1;
  font-size: clamp(12px, 0.72916vw, 14px);
}
footer .footer-links a:hover {
  color: #002559;
}
footer .footer-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}
@media (min-width: 1200px) {
  footer .footer-icons {
    justify-content: flex-end;
  }
}
footer .footer-icons img {
  width: 36px;
  height: 36px;
}
footer .address-sec {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  text-align: center;
  flex-wrap: nowrap;
}
@media (max-width: 991.98px) {
  footer .address-sec {
    align-items: center;
    flex-wrap: wrap;
  }
}
footer .address-sec .location {
  width: 320px;
  height: auto;
  padding: 15px 15px;
}
footer .address-sec .location .icon {
  margin-bottom: 0.5rem;
}
footer .address-sec .location .address h6 {
  font-size: clamp(14px, 0.9375vw, 18px);
  color: #2EDAF1;
  font-weight: 600;
}
footer .address-sec .location .address p {
  font-size: clamp(14px, 0.8333vw, 16px);
  color: #a7b9d3;
}
footer .main-links {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
@media (max-width: 991.98px) {
  footer .main-links {
    justify-content: center;
  }
}
footer .main-links ul {
  display: flex;
}
@media (max-width: 767.98px) {
  footer .main-links ul {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer .main-links ul li {
  list-style: none;
  padding: 0 8px;
}
footer .main-links a {
  color: #a7b9d3;
  font-weight: 300;
  font-size: clamp(12px, 0.72916vw, 14px);
  text-decoration: none;
}
footer .main-links a:hover {
  color: #2EDAF1;
}
footer hr {
  background-color: #2EDAF1;
  height: 4px;
  border-radius: 5px;
  opacity: 1;
}
footer .social-icons {
  display: flex;
  gap: 15px;
}
@media (max-width: 991.98px) {
  footer .social-icons {
    justify-content: center;
  }
}
footer .social-icons a {
  text-decoration: none;
}
footer .social-icons svg:hover path {
  fill: #2EDAF1;
}
footer .payment-methods {
  padding: 1rem 0;
}
footer .payment-methods .payment-methods-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0.5rem;
  row-gap: 0.75rem;
}
footer .payment-methods .payment-methods-inner span {
  padding: 0.25rem;
}
footer .payment-methods .payment-methods-inner span img {
  object-fit: contain;
  width: 100%;
}
@media (max-width: 767.98px) {
  footer .payment-methods .payment-methods-inner span {
    flex: 1 1 calc(20% - 1rem);
    display: flex;
    align-items: center;
  }
}

section.page-products article {
  width: 100%;
  height: 100vh;
  padding: 100px 0px;
  display: flex;
  align-items: center;
  scroll-snap-align: start;
}
section.page-products article h2 {
  font-weight: 600;
  font-size: clamp(24px, 2.1875vw, 42px);
}
section.page-products article h3 {
  font-weight: 400;
  font-size: clamp(20px, 1.666vw, 32px);
  position: relative;
  padding-bottom: 3rem;
}
section.page-products article h3::after {
  content: "";
  width: 60%;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 1.5rem;
  background-color: rgba(255, 255, 255, 0.25);
}
section.page-products article h3 span {
  color: #2EDAF1;
}
section.page-products article p {
  color: #a7b9d3;
}
section.page-products article.products {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  width: 100%;
}
section.page-products article.products h4 {
  font-size: clamp(24px, 2.1875vw, 42px);
  font-weight: 700;
}
section.page-products article.products p {
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 400;
}
section.page-products article.products .content-block .product-content {
  height: 190px;
  width: 100%;
}
section.page-products article.products .content-block .product-content .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.page-products article.products .products-slider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 8vw;
  margin-right: 100px;
}
section.page-products article.products .products-slider .products-pagination {
  position: absolute;
  right: -100px;
  width: 100px;
  height: 50vh;
  top: -8vh;
  left: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
section.page-products article.products .products-slider .products-pagination .swiper-pagination-bullet {
  width: 5vh;
  height: 5vh;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
section.page-products article.products .products-slider .products-pagination .swiper-pagination-bullet img {
  width: 100%;
}
section.page-products article.products .products-slider .products-swiper {
  width: 100%;
}
section.page-products article.products .products-slider .products-swiper .swiper-slide {
  width: 100%;
  height: 320px;
}
section.page-products article.products .products-slider .products-swiper .swiper-slide .product-img {
  width: 100%;
  height: 320px;
  border-radius: 1rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.page-products article.products .products-slider img {
  z-index: 1;
}
section.page-products article.products .products-slider .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  width: 25vw;
  height: 25vw;
  border-radius: 100%;
  background-color: rgba(46, 218, 241, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.1);
  z-index: -1;
}
section.page-products article.products .products-slider .circle .circle-inner {
  width: 20vw;
  height: 20vw;
  border-radius: 100%;
  background-color: rgba(46, 218, 241, 0.25);
  border: 2px solid;
  border-top-color: white;
  border-bottom-color: white;
  border-left-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  animation: rotates 10s infinite linear;
}

@keyframes rotates {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.events-banner {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (min-width: 1200px) {
  .events-banner {
    height: 100vh;
    display: flex;
    align-items: center;
    padding-bottom: 100px;
  }
}
.events-banner h1 {
  color: #fff;
  font-weight: 600;
  font-size: clamp(28px, 2.5vw, 48px);
  margin-bottom: 0;
}
.events-banner p {
  color: #a7b9d3;
  font-size: clamp(14px, 0.8333vw, 16px);
}
.events-banner .title-border {
  background: rgba(255, 255, 255, 0.1);
  width: 48%;
  height: 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.events-banner .banner-image img {
  border-radius: 10px;
}

.event-sec1 .video-tab-group {
  background-color: #002559;
  border-radius: 5px;
  padding: 2px;
  list-style: none;
  gap: 0.5rem;
  justify-content: center;
}
.event-sec1 .video-tab-group li {
  padding: 10px 20px;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .event-sec1 .video-tab-group li {
    padding: 10px;
  }
}
.event-sec1 .video-tab-group li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: clamp(16px, 1.0416vw, 20px);
  font-weight: 400;
}
.event-sec1 .video-tab-group li.active, .event-sec1 .video-tab-group li:hover {
  background: #2EDAF1;
}
.event-sec1 .video-tab-group li.active a, .event-sec1 .video-tab-group li:hover a {
  color: #0B2E60;
  font-weight: 400;
}

.event-sec2 .events img {
  border-radius: 8px;
}

.videos-banner {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (min-width: 1200px) {
  .videos-banner {
    height: 100vh;
    display: flex;
    align-items: center;
    padding-bottom: 100px;
  }
}
.videos-banner h1 {
  color: #fff;
  font-weight: 600;
  font-size: clamp(28px, 2.5vw, 48px);
  margin-bottom: 0;
}
.videos-banner p {
  color: #a7b9d3;
  font-size: clamp(14px, 0.8333vw, 16px);
}
.videos-banner .title-border {
  background: rgba(255, 255, 255, 0.1);
  width: 48%;
  height: 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.videos-banner .banner-image img {
  border-radius: 10px;
}

.videos-sec1 .video-tab-group {
  background-color: #002559;
  border-radius: 5px;
  padding: 2px;
  list-style: none;
  gap: 0.5rem;
  justify-content: center;
}
.videos-sec1 .video-tab-group li {
  padding: 10px 20px;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .videos-sec1 .video-tab-group li {
    padding: 10px;
  }
}
.videos-sec1 .video-tab-group li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: clamp(16px, 1.0416vw, 20px);
  font-weight: 400;
}
.videos-sec1 .video-tab-group li.active, .videos-sec1 .video-tab-group li:hover {
  background: #2EDAF1;
}
.videos-sec1 .video-tab-group li.active a, .videos-sec1 .video-tab-group li:hover a {
  color: #002559;
  font-weight: 400;
}
.videos-sec1 .nv-buttons a {
  color: #fff;
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: 500;
  padding: 16px 33px;
  text-decoration: none;
  margin-right: 20px;
  border: 0.99px solid transparent;
}
.videos-sec1 .nv-buttons a:hover {
  border-radius: 3.961px;
  border: 0.99px solid #2EDAF1;
  background: rgba(46, 218, 241, 0.1);
  backdrop-filter: blur(29.7112369537px);
  color: #2EDAF1;
}
.videos-sec1 .nv-buttons a.active {
  border-radius: 3.961px;
  border: 0.99px solid #2EDAF1;
  background: rgba(46, 218, 241, 0.1);
  backdrop-filter: blur(29.7112369537px);
  color: #2EDAF1;
}

.videos-sec2 .videos .video-img {
  min-height: 250px;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}
.videos-sec2 .videos .video-play {
  top: 36%;
  left: 42%;
  transition: all 0.5s ease-in-out;
  width: 62px;
  height: 64px;
  background-repeat: no-repeat;
  background-size: cover;
}
.videos-sec2 .videos:hover .video-play {
  transform: scale(1.1);
}

.news-banner {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (min-width: 1200px) {
  .news-banner {
    height: 100vh;
    display: flex;
    align-items: center;
    padding-bottom: 100px;
  }
}
.news-banner h1 {
  color: #fff;
  font-weight: 600;
  font-size: clamp(28px, 2.5vw, 48px);
  margin-bottom: 0;
}
.news-banner p {
  color: #a7b9d3;
  font-size: clamp(14px, 0.8333vw, 16px);
}
.news-banner .title-border {
  background: rgba(255, 255, 255, 0.1);
  width: 48%;
  height: 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.news-banner .banner-image img {
  border-radius: 10px;
}

.news-sec1 .video-tab-group {
  background-color: #002559;
  border-radius: 5px;
  padding: 2px;
  list-style: none;
  gap: 0.5rem;
  justify-content: center;
}
.news-sec1 .video-tab-group li {
  padding: 10px 20px;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .news-sec1 .video-tab-group li {
    padding: 10px;
  }
}
.news-sec1 .video-tab-group li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: clamp(16px, 1.0416vw, 20px);
  font-weight: 400;
}
.news-sec1 .video-tab-group li.active, .news-sec1 .video-tab-group li:hover {
  background: #2EDAF1;
}
.news-sec1 .video-tab-group li.active a, .news-sec1 .video-tab-group li:hover a {
  color: #002559;
  font-weight: 400;
}
.news-sec1 .nv-buttons a {
  color: #fff;
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: 500;
  padding: 16px 33px;
  text-decoration: none;
  margin-right: 20px;
  border: 0.99px solid transparent;
}
.news-sec1 .nv-buttons a:hover {
  border-radius: 4px;
  border: 0.99px solid #2EDAF1;
  background: rgba(46, 218, 241, 0.1);
  backdrop-filter: blur(29.7112369537px);
  color: #2EDAF1;
}
.news-sec1 .nv-buttons a.active {
  border-radius: 3.961px;
  border: 0.99px solid #2EDAF1;
  background: rgba(46, 218, 241, 0.1);
  backdrop-filter: blur(29.7112369537px);
  color: #2EDAF1;
}
.news-sec1 .form-control {
  border-radius: 4px;
  border: 0.998px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(29.9280853271px);
  color: #fff;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 400;
  padding: 15px 54px;
  background-image: url("../img/news/select-arrow.png");
  background-position: 90% 50%;
  background-repeat: no-repeat;
  background-size: auto;
}
.news-sec1 .form-control.search-things {
  background-image: url("../img/news/search.png");
  background-position: 90% 50%;
  background-repeat: no-repeat;
  background-size: auto;
  transition: all 0.5s ease-in-out;
}
.news-sec1 .form-control.search-things:focus {
  background-image: none;
}
.news-sec1 .form-control.search-things::placeholder {
  color: #fff;
  font-size: clamp(12px, 0.72916vw, 14px);
  font-weight: 400;
}
.news-sec1 .form-control option {
  background-color: #002559;
  color: #fff;
  font-size: clamp(12px, 0.72916vw, 14px);
  font-weight: 400;
  padding: 5px 5px;
}
.news-sec1 .form-control:focus {
  box-shadow: none;
}

.news-sec2 .news-box {
  border-radius: 4px;
  border: 0.998px solid rgba(46, 218, 241, 0.1);
  background: rgba(46, 218, 241, 0.1);
  backdrop-filter: blur(29.9280853271px);
  transition: all 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .news-sec2 .news-box {
    height: 100%;
  }
}
.news-sec2 .news-box .news-img img {
  border-radius: 4px;
}
.news-sec2 .news-box .news-date {
  display: flex;
  align-items: center;
  gap: 5px;
}
.news-sec2 .news-box .news-date span {
  display: inline-flex;
  margin-top: -5px;
}
.news-sec2 .news-box .news-date p {
  color: #2EDAF1;
  font-size: clamp(12px, 0.72916vw, 14px);
  margin-bottom: 0;
}
.news-sec2 .news-box .news-content h5 {
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: 500;
  color: #fff;
}
.news-sec2 .news-box .news-content p {
  color: #a7b9d3;
  font-size: clamp(10px, 0.625vw, 12px);
}
.news-sec2 .news-box .news-link a {
  color: #2EDAF1;
  font-size: clamp(10px, 0.625vw, 12px);
  font-weight: 500;
}
.news-sec2 .news-box:hover {
  transform: scale(1.008);
}

.content_section {
  display: flex;
  align-items: center;
  scroll-snap-align: start;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .content_section {
    height: 100vh;
  }
}
.content_section h2 {
  color: #fff;
  font-size: clamp(24px, 2.1875vw, 42px);
  font-weight: 500;
}
.content_section h2 span {
  color: #2EDAF1;
  font-weight: 700;
}
.content_section h3 {
  color: #fff;
  font-size: clamp(20px, 1.5625vw, 30px);
  font-weight: 500;
}
.content_section h3 span {
  color: #2EDAF1;
  font-weight: 700;
}
.content_section h4 {
  font-size: clamp(14px, 0.9375vw, 18px);
  color: #2EDAF1;
  font-weight: 700;
}
.content_section p {
  color: #a7b9d3;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 400;
}
.content_section .right_content {
  background: #11356D;
}
.content_section .right_content .right_Img {
  transition: all 1s ease-in;
  overflow: hidden;
}
.content_section .right_content .right_Img img {
  animation: widthImg 5s;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .content_section .right_content .right_Img {
    margin-bottom: 16px;
  }
}

.br-background.active .right_Img {
  animation: widthImg 3s ease-in-out;
}

@keyframes widthImg {
  0% {
    transform: translateX(-550px);
  }
  100% {
    transform: 0;
  }
}
.about-banner h1 {
  color: #fff;
  font-weight: 600;
  font-size: clamp(28px, 2.5vw, 48px);
  margin-bottom: 0;
}
.about-banner h1 span {
  color: #2EDAF1;
  font-weight: 700;
}
.about-banner p {
  color: #a7b9d3;
  font-size: clamp(14px, 0.8333vw, 16px);
}
.about-banner .title-border {
  background: rgba(255, 255, 255, 0.1);
  width: 48%;
  height: 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.about-banner .banner-image img {
  border-radius: 10px;
}

.br-background .container {
  transition: all 1s ease-in 5s;
}

.circle_dot {
  height: 35vw;
  width: 35vw;
  position: absolute;
  display: block;
  background: linear-gradient(0deg, rgba(14, 129, 255, 0.1), rgba(14, 129, 255, 0.1)), linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
  z-index: -1;
  left: 10%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  display: none;
}

.circle2 {
  background: linear-gradient(0deg, rgba(14, 129, 255, 0.1), rgba(14, 129, 255, 0.1)), linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
  display: block;
  border-radius: 50%;
  margin: 0 auto;
  border: 2px solid #fff;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  -webkit-animation: animName 15s infinite linear;
  animation: animName 15s infinite linear;
  width: 80%;
  height: 80%;
}

@keyframes animName {
  0% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 1200px) {
  .circles {
    display: flex;
    animation: animNames 1s;
  }
}
@media (max-width: 1199.98px) {
  .circles {
    display: none;
  }
}

@keyframes animNames {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.sec1 .Icon_text {
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .sec1 .Icon_text {
    min-height: 120px;
  }
}
.sec1 .Icon_text .textIcon {
  border: 2px solid rgba(14, 129, 255, 0.1);
  border-radius: 5px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec1 .Icon_text h4 {
  width: calc(100% - 80px);
  font-size: clamp(14px, 0.8333vw, 16px);
  color: #fff;
  font-weight: 500;
}

.slick-section {
  position: relative;
}
.slick-section .nextImg {
  position: absolute;
  bottom: -7%;
  right: 18%;
}
.slick-section .prevImg {
  position: absolute;
  top: -7%;
  right: 15%;
}
.slick-section .SlickslideSwiper .swiper-slide {
  opacity: 0 !important;
  height: auto !important;
}
.slick-section .SlickslideSwiper .swiper-slide img {
  opacity: 0;
  transition: all 1s ease-in;
}
.slick-section .SlickslideSwiper .swiper-slide-prev .left_content,
.slick-section .SlickslideSwiper .swiper-slide .left_content {
  opacity: 0;
  height: 100%;
}
@media (min-width: 1200px) {
  .slick-section .SlickslideSwiper .swiper-slide-prev .left_content,
  .slick-section .SlickslideSwiper .swiper-slide .left_content {
    transform: translateY(400px);
  }
}
.slick-section .SlickslideSwiper .swiper-slide-active .left_content {
  transform: translateY(0);
  opacity: 1;
  position: relative;
  transition: all 1s ease-in 0.1s;
  height: 100%;
}
.slick-section .SlickslideSwiper .swiper-slide-active img {
  opacity: 1;
  transition: all 1s ease-in;
}
@media (max-width: 767.98px) {
  .slick-section .SlickslideSwiper .swiper-slide-active img {
    padding: 15px;
  }
}
.slick-section .SlickslideSwiper .swiper-slide-next .left_content {
  position: relative;
  transition: all 1s ease-in 1s;
  opacity: 0;
  height: 100%;
}
@media (min-width: 1200px) {
  .slick-section .SlickslideSwiper .swiper-slide-next .left_content {
    transform: translateY(400px);
  }
}
.slick-section .SlickslideSwiper .swiper-slide-active {
  opacity: 1 !important;
}
.slick-section .SlickslideSwiper .Icon_text {
  margin-bottom: 20px;
}
.slick-section .SlickslideSwiper .Icon_text .textIcon {
  width: 75px;
  height: 75px;
  background: rgba(14, 129, 255, 0.1);
  border: 2px solid #2EDAF1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  filter: brightness(0) saturate(100%) invert(88%) sepia(18%) saturate(6835%) hue-rotate(147deg) brightness(98%) contrast(92%);
}
.slick-section .SlickslideSwiper .Icon_text h3 {
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: 500;
  color: #2EDAF1;
}
.slick-section .SlickslideSwiper .Icon_text p {
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 400;
  color: #a7b9d3;
}
.slick-section .swiper-pagination {
  bottom: unset;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  display: inline-grid;
  left: unset;
  width: auto;
}
@media (max-width: 575.98px) {
  .slick-section .swiper-pagination {
    top: unset;
    transform: unset;
    display: flex;
    left: unset;
    width: auto;
    position: relative;
    justify-content: center;
  }
}
.slick-section .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 575.98px) {
  .slick-section .swiper-pagination-bullet {
    display: inline-block !important;
    margin-right: 10px !important;
  }
}
.slick-section .swiper-pagination-bullet-active {
  background: #2EDAF1 !important;
  outline: 1px solid #fff;
  box-sizing: border-box;
  outline-offset: 3px;
}

@media (min-width: 1200px) {
  section.product-details .vertical-scrolling {
    height: 100vh !important;
  }
}
section.product-details .product-banner {
  padding: 100px 0px;
}
@media (max-width: 1199.98px) {
  section.product-details .product-banner {
    padding: 100px 0px 1px 0px !important;
  }
}
section.product-details article {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 100px 0px;
}
@media (max-width: 991.98px) {
  section.product-details article {
    padding: 100px 0px 1px 0px;
    height: auto;
  }
}
@media (min-width: 992px) {
  section.product-details article {
    padding: 150px 0px;
    height: 100vh;
  }
}
@media (max-width: 500px) {
  section.product-details article {
    padding: 60px 0px 1px 0px;
  }
}
section.product-details article h2 {
  font-weight: 600;
  font-size: clamp(24px, 2.1875vw, 42px);
}
section.product-details article h3 {
  font-weight: 400;
  font-size: clamp(20px, 1.666vw, 32px);
  position: relative;
  padding-bottom: 3rem;
}
section.product-details article h3::after {
  content: "";
  width: 60%;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 1.5rem;
  background-color: rgba(255, 255, 255, 0.25);
}
section.product-details article h3 span {
  color: #2EDAF1;
  white-space: nowrap;
}
section.product-details article p {
  color: #a7b9d3;
  text-transform: capitalize;
}
section.product-details article.kmap h3 {
  font-weight: 700;
  font-size: clamp(20px, 1.666vw, 32px);
  padding-bottom: 0;
}
section.product-details article.kmap h3::after {
  display: none;
}
section.product-details article.kmap p {
  font-weight: 400;
  font-size: clamp(14px, 0.8333vw, 16px);
}
section.product-details article.stwyc h3 {
  font-weight: 700;
  font-size: clamp(20px, 1.666vw, 32px);
  padding-bottom: 15px;
}
section.product-details article.stwyc h3::after {
  display: none;
}
section.product-details article.stwyc p {
  font-weight: 400;
  font-size: clamp(14px, 0.8333vw, 16px);
}
section.product-details article.faq_section h2 {
  font-weight: 700;
  font-size: clamp(20px, 1.666vw, 32px);
  position: relative;
}
section.product-details article.faq_section h2 span {
  color: #2EDAF1;
}
section.product-details article.faq_section hr {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.1);
}
section.product-details article.faq_section .accordion-item {
  margin-bottom: 15px;
  border: 1px solid rgba(46, 218, 241, 0.1);
  background: rgba(46, 218, 241, 0.1);
}
section.product-details article.faq_section .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none !important;
  background-color: transparent !important;
  color: #fff;
}
section.product-details article.faq_section .accordion-item .accordion-button {
  background-color: rgba(46, 218, 241, 0.1);
  color: #fff;
}
section.product-details article.faq_section .accordion-item .accordion-button::after {
  filter: brightness(0) saturate(100%) invert(85%) sepia(24%) saturate(6365%) hue-rotate(149deg) brightness(103%) contrast(89%);
}
section.product-details article.faq_section .accordion-item ul li {
  color: #fff;
}
section.product-details article.key-features h3 {
  font-weight: 700;
  font-size: clamp(16px, 1.25vw, 24px);
  padding-bottom: 15px;
}
section.product-details article.key-features h3::after {
  display: none;
}
section.product-details article.key-features p {
  font-weight: 400;
  font-size: clamp(14px, 0.8333vw, 16px);
}
section.product-details article.key-features .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
section.product-details article.key-features .swiper-slide {
  text-align: center;
  font-size: clamp(14px, 0.9375vw, 18px);
  background: rgb(11, 45, 95);
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
section.product-details article.key-features .swiper-slide img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(348deg) brightness(108%) contrast(101%);
}
section.product-details article.key-features .swiper-slide p {
  padding: 20px;
}
section.product-details article.key-features .swiper-slide.swiper-slide-next p {
  color: rgb(46, 218, 241);
}
section.product-details article.key-features .swiper-slide.swiper-slide-next img {
  filter: brightness(0) saturate(100%) invert(68%) sepia(86%) saturate(1152%) hue-rotate(150deg) brightness(104%) contrast(89%);
}
section.product-details article.key-features .swiper-slide.swiper-slide-active p {
  color: rgb(46, 218, 241);
}
section.product-details article.key-features .swiper-slide.swiper-slide-active img {
  filter: brightness(0) saturate(100%) invert(68%) sepia(86%) saturate(1152%) hue-rotate(150deg) brightness(104%) contrast(89%);
}
section.product-details article.key-features .key-features-pagination {
  position: absolute;
  right: -50px;
  width: 50px;
  left: inherit;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  section.product-details article.key-features .key-features-pagination {
    bottom: -60px;
    height: auto;
    width: auto;
    flex-direction: row;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
section.product-details article.key-features .key-features-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
  margin: 0.5rem;
}
section.product-details article.key-features .key-features-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2EDAF1;
}
section.product-details article.key-features .bg-clr {
  content: "";
  position: absolute;
  left: -4%;
  right: 0px;
  bottom: 50%;
  top: 15%;
  width: 110%;
  height: 283px;
  background-color: rgb(1, 46, 105);
  z-index: -1;
}
@media (max-width: 1199.98px) {
  section.product-details article.key-features .bg-clr {
    background-color: transparent;
  }
}

.leaders_section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (min-width: 1200px) {
  .leaders_section {
    height: 100vh;
    padding-bottom: 100px;
  }
}
.leaders_section .about_leaders h2 {
  font-size: clamp(20px, 1.77vw, 34px);
  color: #ffffff;
  font-weight: 500;
  display: inline-block;
  margin: 0;
}
.leaders_section .about_leaders h2 span {
  color: #2EDAF1;
  font-weight: 700;
}
.leaders_section .about_leaders h6 {
  font-size: clamp(14px, 0.9375vw, 18px);
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
}
.leaders_section .about_leaders p {
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 400;
  color: #a7b9d3;
}
.leaders_section .about_leaders a {
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  color: #2EDAF1;
  text-decoration: none;
}
.leaders_section .about_leaders .social_media_icons strong {
  color: #ffffff;
  font-weight: 400;
  font-size: clamp(12px, 0.72916vw, 14px);
  display: block;
}
.leaders_section .about_leaders .social_media_icons ul {
  padding: 0;
  list-style: none;
  display: inline-flex;
}
.leaders_section .about_leaders .social_media_icons ul li {
  margin-right: 20px;
}
@media (max-width: 575.98px) {
  .leaders_section .about_leaders .social_media_icons ul li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.leaders_section .about_leaders .social_media_icons ul li a {
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.13px solid rgba(255, 255, 255, 0.1019607843);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), linear-gradient(0deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04));
  border-radius: 5px;
}
.leaders_section .about_leaders .social_media_icons ul li a:hover {
  border: 1.13px solid rgba(255, 200, 0, 0.3019607843);
}
.leaders_section .about_leaders .social_media_icons ul li a:hover svg {
  filter: brightness(0) saturate(100%) invert(77%) sepia(81%) saturate(1602%) hue-rotate(147deg) brightness(98%) contrast(93%);
}
@media (max-width: 575.98px) {
  .leaders_section .about_leaders .social_media_icons ul li a {
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 575.98px) {
  .leaders_section .about_leaders .social_media_icons ul li a svg {
    width: 33px;
  }
}
.leaders_section .about_leaders .social_media_icons ul li a.instagram:hover img {
  filter: brightness(0) saturate(100%) invert(68%) sepia(100%) saturate(514%) hue-rotate(148deg) brightness(97%) contrast(96%);
}

.contact_sec1 {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .contact_sec1 {
    height: inherit;
    padding-top: 100px;
  }
}
.contact_sec1 .contact_banner h1 {
  font-size: clamp(28px, 2.5vw, 48px);
  font-weight: 600;
  color: #fff;
  position: relative;
}
.contact_sec1 .contact_banner h1::after {
  content: "";
  position: absolute;
  width: 83%;
  height: 2px;
  background: rgba(255, 255, 255, 0.1019607843);
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
}
.contact_sec1 .contact_banner p {
  font-size: clamp(14px, 0.8333vw, 16px);
  color: #a7b9d3;
}

.contact_sec2 {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .contact_sec2 {
    height: inherit;
    padding: 100px 0;
  }
}
.contact_sec2 h2 {
  font-size: clamp(20px, 1.77vw, 34px);
  font-weight: 500;
  color: #fff;
  margin-bottom: 1rem;
}
.contact_sec2 h2 span {
  font-weight: 700;
  color: #2EDAF1;
}
.contact_sec2 p {
  font-size: clamp(14px, 0.8333vw, 16px);
  color: #a7b9d3;
}
.contact_sec2 .line {
  position: relative;
}
.contact_sec2 .line::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 22px;
  background-color: rgba(255, 255, 255, 0.2);
  right: 0;
  top: 13px;
}
@media (max-width: 767.98px) {
  .contact_sec2 .line::before {
    background-color: inherit;
  }
}
.contact_sec2 .form-outline input::placeholder,
.contact_sec2 .form-outline textarea::placeholder {
  font-size: clamp(14px, 0.8333vw, 16px);
  color: rgba(255, 255, 255, 0.5019607843);
}
.contact_sec2 .form-outline #contactPhoneNumber {
  border-radius: 0 5px 5px 0px;
}
@media (max-width: 767.98px) {
  .contact_sec2 .form-outline #contactPhoneNumber {
    border-radius: 5px;
  }
}
.contact_sec2 .form-control {
  padding: 0.7rem 2.5rem 0.7rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.0392156863);
  color: rgba(255, 255, 255, 0.5019607843);
}
.contact_sec2 .form-control:focus {
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  box-shadow: none;
}
.contact_sec2 .form-control:focus::placeholder {
  color: #2EDAF1;
}
.contact_sec2 .form-select {
  padding: 0.7rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 5px 0 0 5px;
  color: rgba(255, 255, 255, 0.5019607843);
  background-color: rgba(255, 255, 255, 0.0392156863);
  background-image: url("../img/contactus/select-arrow.png");
  background-size: auto;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .contact_sec2 .form-select {
    border-radius: 5px;
  }
}
.contact_sec2 .form-select:focus {
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.0392156863);
  box-shadow: none;
  border-radius: 5px 0 0 5px;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  color: #81828A;
}
@media (max-width: 767.98px) {
  .contact_sec2 .form-select:focus {
    border-radius: 5px;
  }
}
.contact_sec2 .was-validated .form-select:valid:not([multiple]):not([size]),
.contact_sec2 .form-select.is-valid:not([multiple]):not([size]) {
  padding-right: 3rem;
  background-image: url("../img/contactus/select-arrow.png"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 12px 10px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.theme-form-btn {
  position: relative;
  display: inline-flex;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #2EDAF1;
  border-radius: 0.6rem;
  padding: 0.7rem 1.35rem;
  box-shadow: 0px 4.5px 27px 0px rgba(46, 218, 241, 0.4509803922) inset;
}
.theme-form-btn span {
  font-size: clamp(14px, 0.8333vw, 16px);
  color: #fff;
}
.theme-form-btn:hover {
  box-shadow: 0px 1px 15px 0px rgba(46, 218, 241, 0.4509803922) inset;
}

.ml_banner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0px;
}
@media (min-width: 1200px) {
  .ml_banner {
    height: 100vh;
  }
}
.ml_banner .headings h2 {
  font-size: clamp(20px, 1.666vw, 32px);
}

.ml_services {
  padding: 60px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .ml_services {
    height: 100vh;
    padding: 200px 0px;
  }
}
.ml_services .ml_services_dots {
  position: absolute;
  top: -13%;
  left: 10%;
  z-index: -11;
}
@media (max-width: 1399.98px) {
  .ml_services .ml_services_dots {
    width: 80%;
  }
}
@media (max-width: 991.98px) {
  .ml_services .ml_services_dots {
    width: 73%;
  }
}
.ml_services .services_imgs img {
  width: 100%;
}
.ml_services .services_imgs.one {
  position: relative;
  animation-name: animation_one;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
.ml_services .services_imgs.one:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
  cursor: pointer;
}
.ml_services .services_imgs.two {
  padding-top: 20%;
  position: relative;
  animation-name: animation_two;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
.ml_services .services_imgs.two:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
  cursor: pointer;
}
@keyframes animation_one {
  0% {
    top: 0px;
  }
  50% {
    top: 60px;
  }
  100% {
    top: 0px;
  }
}
@keyframes animation_two {
  0% {
    top: 0px;
  }
  50% {
    top: 50px;
  }
  100% {
    top: 0px;
  }
}
@media (max-width: 991.98px) {
  .ml_services .content {
    padding-top: 100px;
  }
}
.ml_services .content h2 {
  font-size: clamp(20px, 1.666vw, 32px);
  font-weight: 500;
  color: #fff;
}
.ml_services .content h2 strong {
  color: #2EDAF1;
  font-weight: 700;
}
.ml_services .content h4 {
  font-size: clamp(12px, 0.72916vw, 14px);
  font-weight: 600;
}
.ml_services .content p {
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 400;
  color: #a7b9d3;
}
.ml_services .content .services .item {
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), linear-gradient(0deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04));
  border: 1.06px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 4px;
}
@media (max-width: 1399.98px) {
  .ml_services .content .services .item {
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 1199.98px) {
  .ml_services .content .services .text {
    margin-left: 20px;
  }
}
@media (max-width: 991.98px) {
  .ml_services .content .services .text {
    margin-left: 0px;
  }
}
.ml_services .content .services .text h4 {
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  color: #fff;
}
.ml_services .content .services .text p {
  margin: 0;
  padding-right: 15%;
}
@media (max-width: 1199.98px) {
  .ml_services .content .services .text p {
    padding-right: 0%;
  }
}
.ml_services .content .services:hover .item {
  background: linear-gradient(0deg, rgba(46, 218, 241, 0.3), rgba(46, 218, 241, 0.3)), linear-gradient(0deg, rgba(46, 218, 241, 0.1), rgba(46, 218, 241, 0.1));
  border: 1.09px solid rgba(46, 218, 241, 0.3019607843);
}
.ml_services .content .services:hover .item svg {
  filter: brightness(0) saturate(100%) invert(83%) sepia(47%) saturate(4201%) hue-rotate(151deg) brightness(106%) contrast(89%);
}
.ml_services .content .services:hover .text h4 {
  color: #2EDAF1;
}
.ml_services .content .services.active .item {
  background: linear-gradient(0deg, rgba(46, 218, 241, 0.3), rgba(46, 218, 241, 0.3)), linear-gradient(0deg, rgba(46, 218, 241, 0.1), rgba(46, 218, 241, 0.1));
  border: 1.09px solid rgba(46, 218, 241, 0.3019607843);
}
.ml_services .content .services.active .item svg {
  filter: brightness(0) saturate(100%) invert(83%) sepia(47%) saturate(4201%) hue-rotate(151deg) brightness(106%) contrast(89%);
}
.ml_services .content .services.active .text h4 {
  color: #2EDAF1;
}
.ml_services .content span {
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 10px;
}
.ml_services .content span a {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px);
  border-radius: 4px;
  transition: all ease 0.5s;
}
.ml_services .content span a:hover {
  background: rgba(255, 200, 0, 0.1);
  border: 1px solid rgba(255, 200, 0, 0.3);
  transition: all ease 0.5s;
}
.ml_services .content span a:hover img {
  filter: invert(72%) sepia(97%) saturate(1494%) hue-rotate(1deg) brightness(232%) contrast(105%);
  transition: all ease 0.5s;
}
@media only screen and (max-width: 767px) {
  .ml_services .content span a img {
    height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .ml_services .content span a {
    width: 60px;
    height: 60px;
  }
}

.ml_section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0px;
}
@media (min-width: 1200px) {
  .ml_section {
    height: 100vh;
  }
}
.ml_section .ml_desc h2 {
  font-size: clamp(20px, 1.77vw, 34px);
  color: #fff;
  font-weight: 500;
}
.ml_section .ml_desc h2 strong {
  font-weight: 700;
  color: #2EDAF1;
}
.ml_section .ml_desc h6 {
  font-size: clamp(16px, 1.0416vw, 20px);
  color: #fff;
  font-weight: 500;
  padding: 10px 0;
}
.ml_section .ml_desc p {
  font-size: clamp(14px, 0.8333vw, 16px);
  color: #a7b9d3;
  font-weight: 400;
}
.ml_section .ml_desc .ml-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
}
.ml_section .ml_desc .ml-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2EDAF1;
}

.big-tech {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0px;
}
@media (min-width: 1200px) {
  .big-tech {
    height: 100vh;
  }
}
.big-tech .titles h2 {
  font-size: clamp(20px, 1.666vw, 32px);
  color: #ffffff;
  font-weight: 500;
}
.big-tech .titles h2 span {
  color: #2EDAF1;
  font-weight: 700;
}
.big-tech .titles p {
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 400;
  width: 65%;
  margin: 0 auto;
  color: #a7b9d3;
}
@media only screen and (max-width: 991px) {
  .big-tech .titles p {
    width: 100%;
  }
}
.big-tech .box {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding: 25px;
  height: 100%;
}
.big-tech .box h5 {
  font-size: clamp(20px, 1.5625vw, 30px);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  opacity: 0.4;
}
.big-tech .box p {
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  margin: 0;
}
.big-tech .border-sec .middle-border {
  width: 100%;
  display: inline-block;
  border: 2.17px solid rgba(255, 255, 255, 0.1019607843);
}
.big-tech .ml_algorithms {
  display: flex;
  align-items: center;
  transition: all ease 0.5s;
}
.big-tech .ml_algorithms:hover {
  transition: all ease 0.5s;
}
.big-tech .ml_algorithms:hover span {
  background: linear-gradient(0deg, rgba(46, 218, 241, 0.3), rgba(46, 218, 241, 0.3)), linear-gradient(0deg, rgba(46, 218, 241, 0.1), rgba(46, 218, 241, 0.1));
  border: 1.09px solid rgba(46, 218, 241, 0.3019607843);
}
.big-tech .ml_algorithms:hover span svg {
  filter: brightness(0) saturate(100%) invert(83%) sepia(47%) saturate(4201%) hue-rotate(151deg) brightness(106%) contrast(89%);
}
.big-tech .ml_algorithms:hover h3 {
  color: #2EDAF1;
}
.big-tech .ml_algorithms.active {
  transition: all ease 0.5s;
}
.big-tech .ml_algorithms.active span {
  background: linear-gradient(0deg, rgba(46, 218, 241, 0.3), rgba(46, 218, 241, 0.3)), linear-gradient(0deg, rgba(46, 218, 241, 0.1), rgba(46, 218, 241, 0.1));
  border: 1.09px solid rgba(46, 218, 241, 0.3019607843);
}
.big-tech .ml_algorithms.active span svg {
  filter: brightness(0) saturate(100%) invert(83%) sepia(47%) saturate(4201%) hue-rotate(151deg) brightness(106%) contrast(89%);
}
.big-tech .ml_algorithms.active h3 {
  color: #2EDAF1;
}
.big-tech .ml_algorithms span {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), linear-gradient(0deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04));
  border: 1.09px solid rgba(255, 255, 255, 0.1019607843);
  backdrop-filter: blur(30px);
  border-radius: 4px;
  transition: all ease 0.5s;
}
.big-tech .ml_algorithms h3 {
  font-size: clamp(16px, 1.0416vw, 20px);
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  transition: all ease 0.5s;
}

.inner_banner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (min-width: 1200px) {
  .inner_banner {
    height: 100vh;
    padding-bottom: 100px;
  }
}
.inner_banner .headings h2 {
  font-size: clamp(28px, 2.5vw, 48px);
  color: #ffffff;
  font-weight: 500;
}
.inner_banner .headings h2 strong {
  color: #2EDAF1;
  font-weight: 600;
}
.inner_banner .headings hr {
  border: 2px solid rgba(255, 255, 255, 0.1);
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .inner_banner .headings hr {
    width: 70%;
  }
}
.inner_banner .headings p {
  font-size: clamp(14px, 0.8333vw, 16px);
  color: #a7b9d3;
  font-weight: 400;
  padding: 0 20%;
}
@media (max-width: 767.98px) {
  .inner_banner .headings p {
    padding: 0 0%;
  }
}

.oes_sec1 {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
@media (max-width: 1199.98px) {
  .oes_sec1 {
    height: inherit;
    padding: 150px 0 100px;
  }
}
.oes_sec1 .oes_slide_bg {
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  background-color: rgba(255, 255, 255, 0.0392156863);
  border-radius: 0.375rem;
  padding: 100px 0 100px 50px;
  height: 100%;
}
@media (max-width: 575.98px) {
  .oes_sec1 .oes_slide_bg {
    padding: 70px 0 100px 30px;
  }
}
.oes_sec1 .oes_slide_bg .oes-img {
  position: absolute;
  right: 0;
  bottom: 5%;
}
@media (max-width: 767.98px) {
  .oes_sec1 .oes_slide_bg .oes-img {
    bottom: -25%;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .oes_sec1 .oes_slide_bg .oes-img {
    bottom: -25%;
  }
}
.oes_sec1 .oes_slide_bg .oes-slider-box {
  position: relative;
}
.oes_sec1 .oes_slide_bg .oes-slider-box h2 {
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 600;
  color: #fff;
}
.oes_sec1 .oes_slide_bg .oes-slider-box p {
  font-size: clamp(14px, 0.8333vw, 16px);
  color: #a7b9d3;
  margin-bottom: 1.5rem;
}
.oes_sec1 .oes_slide_bg .oes-slider-box .swiper-pagination {
  width: 80px;
  position: initial;
  margin-left: -8px;
}
.oes_sec1 .oes_slide_bg .oes-slider-box .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50rem;
  background-color: #fff;
  opacity: 0.5;
}
.oes_sec1 .oes_slide_bg .oes-slider-box .swiper-pagination-bullet-active {
  background-color: #2EDAF1;
  opacity: 1;
}
.oes_sec1 .shape {
  position: relative;
  display: inline-block;
}
.oes_sec1 .shape h2 {
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  text-align: center;
  margin-bottom: 0;
}
.oes_sec1 .oes_bg {
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  background-color: rgba(255, 255, 255, 0.0392156863);
  border-radius: 0.375rem;
  padding-left: 50px;
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 100px;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .oes_sec1 .oes_bg {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991.98px) {
  .oes_sec1 .oes_bg {
    padding-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .oes_sec1 .oes_bg {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.oes_sec1 .oes_bg input::placeholder, .oes_sec1 .oes_bg textarea::placeholder {
  font-size: clamp(12px, 0.72916vw, 14px);
  color: rgba(134, 145, 168, 0.6);
}
.oes_sec1 .oes_bg #inputGroupPrepend {
  position: relative;
  margin-left: 0px;
}
.oes_sec1 .oes_bg #inputGroupPrepend::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 22px;
  background-color: rgba(255, 255, 255, 0.2);
  left: 0;
  top: 13px;
}
.oes_sec1 .oes_bg .form-control {
  padding: 0.7rem 3.5rem 0.7rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.0392156863);
  color: rgba(255, 255, 255, 0.5019607843);
}
.oes_sec1 .oes_bg .form-control:focus {
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  box-shadow: none;
}
.oes_sec1 .oes_bg .form-control:focus::placeholder {
  color: #2EDAF1;
}
.oes_sec1 .oes_bg .input-group .input-group-text {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  background-color: rgba(255, 255, 255, 0.0392156863);
  font-size: clamp(12px, 0.72916vw, 14px);
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5019607843);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.oes_sec1 .oes_bg .password-group {
  position: relative;
}
.oes_sec1 .oes_bg .password-group .password-info {
  position: absolute;
  z-index: 11;
  top: 66px;
  background-color: #e9563c;
  padding: 1rem;
  color: #fff;
  font-size: 0.85rem;
  border-radius: 0.5rem;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
  visibility: hidden;
  opacity: 0;
  transition: all 0.15s ease-in-out;
}
.oes_sec1 .oes_bg .password-group .password-info.active {
  opacity: 1;
  visibility: visible;
}
.oes_sec1 .oes_bg .password-group .password-info ul {
  margin: 0;
  list-style-position: inside;
  padding: 0;
}
.oes_sec1 .oes_bg .password-group .password-info h6 {
  font-size: 0.85rem;
}
.oes_sec1 .oes_bg .password-group .toggle-password {
  position: absolute;
  cursor: pointer;
  right: 2rem;
  top: 0.7rem;
}
.oes_sec1 .oes_bg .password-group .toggle-password.active::after {
  content: "";
  width: 25px;
  height: 0px;
  position: absolute;
  right: -2px;
  transform: rotate(45deg);
  top: 11px;
  border: 1px solid #425572;
  background-color: #425572;
}
.oes_sec1 .oes_bg .password-group .toggle-password:not(.active) svg path {
  fill: #2EDAF1;
}
.oes_sec1 .oes_bg .progress {
  height: 5px;
}

div#suggestions {
  display: block;
  clear: both;
  width: 100%;
  margin-top: 7px;
}
div#suggestions .suggestions {
  font-size: clamp(12px, 0.72916vw, 14px);
  font-weight: 300;
  color: #a7b9d3;
  padding: 3px 12px;
  margin: 5px;
  display: inline-block;
  border-radius: 20px;
  cursor: pointer;
  border: 0.1px solid #2EDAF1;
}

.theme-btn-oes {
  color: #002559;
  font-size: clamp(16px, 1.145vw, 22px);
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  flex-direction: column;
  transition: all 0.2s ease-in-out;
}
.theme-btn-oes::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #2EDAF1;
  transition: all 0.2s ease-in-out;
}
.theme-btn-oes:hover {
  color: #2EDAF1;
}
.theme-btn-oes:hover::after {
  width: 0%;
}

section.faq-page article.products-banner {
  width: 100%;
  height: 100vh;
  padding: 5vh 0px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  section.faq-page article.products-banner {
    height: auto;
    padding: 15vh 0px 10px;
  }
}
section.faq-page article h2 {
  font-weight: 600;
  font-size: clamp(24px, 2.1875vw, 42px);
}
section.faq-page article h3 {
  font-weight: 400;
  font-size: clamp(20px, 1.666vw, 32px);
  position: relative;
  padding-bottom: 3rem;
}
section.faq-page article h3::after {
  content: "";
  width: 60%;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 1.5rem;
  background-color: rgba(255, 255, 255, 0.25);
}
section.faq-page article h3 span {
  color: #2EDAF1;
}
section.faq-page article p {
  color: #a7b9d3;
}
section.faq-page article.faq_section hr {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.35);
}
section.faq-page article.faq_section .accordion-item {
  margin-bottom: 15px;
  border: 1px solid rgba(46, 218, 241, 0.1);
  background: rgba(46, 218, 241, 0.1);
}
section.faq-page article.faq_section .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none !important;
  background-color: transparent !important;
  color: #fff;
}
section.faq-page article.faq_section .accordion-item .accordion-button {
  background-color: rgba(46, 218, 241, 0.1);
  color: #fff;
}
section.faq-page article.faq_section .accordion-item .accordion-button::after {
  filter: brightness(0) saturate(100%) invert(85%) sepia(24%) saturate(6365%) hue-rotate(149deg) brightness(103%) contrast(89%);
}
section.faq-page article.faq_section .accordion-item ul li {
  color: #fff;
}

.ai-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0px;
}
@media (min-width: 1200px) {
  .ai-banner {
    padding-bottom: 100px;
    height: 100vh;
  }
}
.ai-banner h1 {
  font-weight: 600;
  font-size: clamp(20px, 1.666vw, 32px);
  position: relative;
  padding-bottom: 3rem;
}
.ai-banner h1::after {
  content: "";
  width: 60%;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 1.5rem;
  background-color: rgba(255, 255, 255, 0.25);
}
.ai-banner h1 span {
  color: #2EDAF1;
}
.ai-banner p {
  color: #a7b9d3;
}

.ai-unleash {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0px;
}
@media (min-width: 1200px) {
  .ai-unleash {
    padding-bottom: 100px;
    height: 100vh;
  }
}
@media (max-width: 991px) {
  .ai-unleash .unleash-cl {
    text-align: center;
    margin-top: 40px;
  }
}
.ai-unleash .unleash-cl img {
  border-radius: 6px;
}
.ai-unleash .unleash-cl h3 {
  font-size: clamp(22px, 1.875vw, 36px);
  font-weight: 500;
  line-height: clamp(28px, 2.8125vw, 54px);
  letter-spacing: 0em;
  color: #fff;
}
.ai-unleash .unleash-cl h3 span {
  font-weight: 700;
  color: #2EDAF1;
}
.ai-unleash .unleash-cl p {
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 400;
  letter-spacing: 0em;
  color: #a7b9d3;
}
@media (min-width: 1200px) {
  .ai-unleash .unleash-cl p {
    width: 80%;
  }
}
.ai-unleash .operate-card {
  background: #012E69;
  color: #fff;
  padding: 20px 0px;
}
.ai-unleash .operate-border {
  border-bottom: 1px dashed #fff !important;
  width: 90%;
}
.ai-unleash .operate-border:hover .operation-bg {
  background: #2EDAF1;
}
.ai-unleash .operate-border:last-child {
  border: none !important;
}
.ai-unleash .operate-border .modelai {
  border: none !important;
}
.ai-unleash .operate-border .operation-bg {
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), linear-gradient(0deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04));
  border: 1.06px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 4px;
}
@media (max-width: 575px) {
  .ai-unleash .operate-border .operation-bg {
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  .ai-unleash .operate-border .operation-bg {
    width: 70px;
    height: 70px;
  }
}
.ai-unleash .card {
  background: transparent;
  border: none;
}
.ai-unleash .card .card-body h5 {
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  letter-spacing: 0em;
}
@media (max-width: 575px) {
  .ai-unleash .card .card-body h5 {
    text-align: center;
  }
}
.ai-unleash .card .card-body p {
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 400;
  color: #a7b9d3;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 575px) {
  .ai-unleash .card .card-body p {
    text-align: center;
  }
}

.who-we-are-img-list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0px;
  position: relative;
}
@media (min-width: 1200px) {
  .who-we-are-img-list {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .who-we-are-img-list .who-we-are-list {
    padding: 0px 40px 40px 40px;
    text-align: center;
  }
  .who-we-are-img-list .who-we-are-image {
    text-align: center;
  }
}
.who-we-are-img-list::after {
  content: "";
  position: absolute;
  background: #012E69;
  border-radius: 5px 0px 0px 5px;
  width: 100%;
  height: 350px;
  top: 25%;
  left: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .who-we-are-img-list::after {
    top: 0;
  }
}
.who-we-are-img-list h3 {
  font-size: clamp(22px, 1.875vw, 36px);
  font-weight: 500;
  letter-spacing: 0em;
  color: #fff;
  text-transform: capitalize;
}
.who-we-are-img-list h3 span {
  font-weight: 700;
  color: #2EDAF1;
}
.who-we-are-img-list p {
  color: #a7b9d3 !important;
  font-size: clamp(12px, 0.72916vw, 14px);
  font-weight: 400;
}

.aislide-head h3 {
  font-size: clamp(20px, 1.5625vw, 30px);
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 0em;
}
.aislide-head h3 span {
  font-weight: 500;
  color: #2EDAF1;
}
.aislide-head p {
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 400;
  color: #a7b9d3;
}

.ai-feature-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0px;
}
@media (min-width: 1200px) {
  .ai-feature-slider {
    padding-bottom: 100px;
    height: 100vh;
  }
}
.ai-feature-slider .ai-slide .ai-slidecont {
  color: rgba(255, 255, 255, 0.6);
}
.ai-feature-slider .ai-slide .ai-swiper-container-pagination {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  height: 100%;
  right: -30px;
  top: 0;
  left: unset;
  width: auto;
}
@media (max-width: 767px) {
  .ai-feature-slider .ai-slide .ai-swiper-container-pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    height: 100%;
    right: 32%;
    top: -9px;
    left: unset;
    width: auto;
  }
}
.ai-feature-slider .ai-slide .ai-swiper-container-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border: 1px solid;
  opacity: 1;
  background-color: #002559;
  margin: 0.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ai-feature-slider .ai-slide .ai-swiper-container-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #fff;
}
.ai-feature-slider .ai-slide .ai-swiper-container-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #2EDAF1;
}
.ai-feature-slider .ai-slide .ai-swiper-container-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: #2EDAF1;
}
.ai-feature-slider .ai-slide .ai-swiper-container {
  position: relative;
  overflow: hidden;
  height: auto;
}
.ai-feature-slider .ai-slide .ai-swiper-container .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms linear;
  transform: scale(0.8);
  filter: blur(4px);
}
@media (max-width: 576px) {
  .ai-feature-slider .ai-slide .ai-swiper-container .swiper-slide {
    filter: blur(0px);
  }
}
.ai-feature-slider .ai-slide .ai-swiper-container .swiper-slide.swiper-slide-next {
  transform: scale(1);
  filter: blur(0px);
}

.ai_services {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0px;
}
@media (min-width: 1200px) {
  .ai_services {
    padding-bottom: 100px;
    height: 100vh;
  }
}
.ai_services .ml_services_dots {
  position: absolute;
  top: -13%;
  left: 10%;
  z-index: -11;
}
@media (max-width: 767px) {
  .ai_services .ml_services_dots {
    left: 0;
  }
}
.ai_services .services_imgs.one {
  position: relative;
  animation-name: animation_one;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
.ai_services .services_imgs.two {
  padding-top: 20%;
  position: relative;
  animation-name: animation_two;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
.ai_services .content h2 {
  font-size: clamp(20px, 1.77vw, 34px);
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 991px) {
  .ai_services .content h2 {
    text-align: center;
    margin-top: 50px;
  }
}
.ai_services .content p {
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 400;
  color: #a7b9d3;
}
.ai_services .services_imgs img {
  width: 100%;
}

.tracking {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
}
@media (min-width: 1200px) {
  .tracking {
    padding-bottom: 100px;
    height: 100vh;
  }
}
@media (max-width: 991px) {
  .tracking .grow-img {
    text-align: center;
  }
}
.tracking .grow-img img {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  position: relative;
  left: -95px;
  z-index: -1;
}
@media (max-width: 576px) {
  .tracking .grow-img img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .tracking .grow-img img {
    left: 0;
  }
}
.tracking .trackling-head h3 {
  font-size: clamp(26px, 2.3vw, 46px);
  font-weight: 500;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
.tracking .trackling-head h3 span {
  color: #2EDAF1;
}
.tracking .trackling-head p {
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 400;
  text-align: left;
  color: #a7b9d3;
}
@media (min-width: 991px) {
  .tracking .trackling-head p {
    width: 80%;
  }
}
.tracking .trackingrightheading {
  position: relative;
  bottom: -75px;
}
.tracking .trackingrightheading h3 {
  font-size: clamp(20px, 1.77vw, 34px);
  font-weight: 500;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
.tracking .trackingrightheading h3 span {
  color: #2EDAF1;
  font-weight: 700;
}
.tracking .trackingrightheading p {
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 400;
  text-align: left;
  color: #a7b9d3;
}

@media (min-width: 992px) {
  .al-engage .swiper-slide {
    height: 250px;
  }
}
.al-engage h2 {
  font-size: clamp(20px, 1.77vw, 34px);
  font-weight: 700;
  line-height: 51px;
  letter-spacing: 0em;
  text-align: left;
}
.al-engage h2 strong {
  font-weight: 700;
  color: #2EDAF1;
}
.al-engage p {
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 400;
  text-align: left;
}
.al-engage .ai-pagination {
  bottom: -10px;
  position: relative;
}
.al-engage .swiper-pagination {
  width: auto;
  display: inline-grid;
  right: 2%;
  left: unset;
  top: 50%;
  transform: translateY(-50%);
  bottom: unset;
}
.al-engage .swiper-pagination-bullet {
  background: #D9D9D9;
  margin: 10px 4px !important;
  opacity: 1;
}
.al-engage .swiper-pagination-bullet-active {
  background: #2EDAF1 !important;
  outline: 1px solid #fff;
  box-sizing: border-box;
  outline-offset: 3px;
}
.al-engage .swiper-slide {
  background: transparent;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), linear-gradient(0deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04));
  border: 1.06px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 4px;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
.al-engage .swiper-slide p {
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 400;
  text-align: center;
  padding: 0px 10px;
}
.al-engage .swiper-slide img {
  width: 50px;
}

.home_124 {
  background: radial-gradient(50% 50% at 50% 50%, #013989 0%, #001B40 100%);
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.home_124::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 27, 64, 0) 0%, rgba(0, 27, 64, 0.7931547619) 66%, rgb(0, 27, 64) 100%);
  height: 15%;
  width: 100%;
  z-index: 10;
}
.home_124::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgb(0, 27, 64) 0%, rgba(0, 27, 64, 0.5718662465) 56%, rgba(0, 27, 64, 0) 100%);
  height: 12%;
  width: 100%;
  z-index: 10;
}
.home_124 .video_wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 100%;
  width: 34vw;
  height: 34vw;
  z-index: 7;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home_124 .video_wrap {
    width: 37vw;
    height: 37vw;
  }
}
.home_124 .video_wrap::before {
  background-color: rgba(0, 28, 65, 0.65);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 8;
}
.home_124 .video_wrap .innerVideo_wrp {
  width: 34vw;
  height: 34vw;
  border-radius: 100%;
  background-color: #001c41;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home_124 .video_wrap .innerVideo_wrp {
    width: 37vw;
    height: 37vw;
  }
}
.home_124 .video_wrap .innerVideo_wrp iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}
.home_124 .slider_content_wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 100%;
  width: 30vw;
  height: 30vw;
  z-index: 9;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home_124 .slider_content_wrap {
    width: 34vw;
    height: 34vw;
  }
}
.home_124 .slider_content_wrap .productsContent_wrap {
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .home_124 .slider_content_wrap .productsContent_wrap {
    padding: 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .home_124 .slider_content_wrap .productsContent_wrap .joinTxt {
    width: 200px;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home_124 .slider_content_wrap .productsContent_wrap .joinTxt {
    width: 150px;
    height: auto;
  }
}
.home_124 .slider_content_wrap .productsContent_wrap h2 {
  font-size: clamp(26px, 2.3vw, 45px);
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  text-align: center;
}
.home_124 .slider_content_wrap .productsContent_wrap h2.prod_title {
  text-transform: none;
}
.home_124 .slider_content_wrap .productsContent_wrap p {
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 300;
  color: #a7b9d3;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home_124 .slider_content_wrap .productsContent_wrap p {
    font-size: clamp(10px, 0.625vw, 12px);
  }
}
.home_124 .slider_content_wrap .productsContent_wrap .home_btn {
  border-radius: 8px;
  border: 1px solid #2EDAF1;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 24px 0px rgba(46, 218, 241, 0.45) inset;
  font-size: clamp(16px, 1.0416vw, 20px);
  font-weight: 500;
  color: white;
  display: inline-block;
  text-decoration: none;
  padding: 10px 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home_124 .slider_content_wrap .productsContent_wrap .home_btn {
    padding: 10px 20px;
    font-size: clamp(12px, 0.72916vw, 14px);
  }
}
.home_124 .slider_content_wrap .productsContent_wrap .home_btn:hover {
  background-color: #2EDAF1;
  color: #001c41;
}
.home_124 .video_circle {
  position: relative;
  width: 35vw;
  height: 35vw;
  border-radius: 100%;
  padding: 2px;
  background: transparent;
  border: solid 2px #0b3269;
  z-index: 8;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transform: rotate(5deg);
  transition: transform 0.7s linear;
  animation: rotate 6s infinite linear;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home_124 .video_circle {
    width: 38vw;
    height: 38vw;
  }
}
.home_124 .video_circle:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
  cursor: pointer;
}
.home_124 .circle1 {
  position: absolute;
  width: 46vw;
  height: 46vw;
  border-radius: 100%;
  padding: 2px;
  background: transparent;
  border: solid 2px #083069;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 6;
  transform: rotate(-4deg);
  transition: transform 0.7s linear;
  animation: rotate2 6s infinite linear;
}
.home_124 .circle1:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
  cursor: pointer;
}
.home_124 .circle2 {
  position: absolute;
  width: 56vw;
  height: 56vw;
  border-radius: 100%;
  padding: 2px;
  background: transparent;
  border: solid 2px #072d65;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  transform: rotate(4deg);
  transition: transform 0.7s linear;
  animation: rotate3 6s infinite linear;
}
.home_124 .circle2:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
  cursor: pointer;
}
.home_124 .circle3 {
  position: absolute;
  width: 67vw;
  height: 67vw;
  border-radius: 100%;
  padding: 2px;
  background: transparent;
  border: solid 2px #0a2c5d;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
  transform: rotate(-4deg);
  transition: transform 0.7s linear;
  animation: rotate4 6s infinite linear;
}
.home_124 .circle3:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
  cursor: pointer;
}
.home_124 .circle4 {
  position: absolute;
  width: 78vw;
  height: 78vw;
  border-radius: 100%;
  padding: 2px;
  background: transparent;
  border: solid 2px #082755;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  transform: rotate(0deg);
  transition: transform 0.7s linear;
  animation: rotate5 6s infinite linear;
}
.home_124 .circle4:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
  cursor: pointer;
}
.home_124 .circle5 {
  position: absolute;
  width: 90vw;
  height: 90vw;
  border-radius: 100%;
  padding: 2px;
  background: transparent;
  border: solid 2px #07244f;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transform: rotate(0deg);
  transition: transform 0.7s linear;
  animation: rotate6 6s infinite linear;
}
.home_124 .circle5:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
  cursor: pointer;
}
.home_124 .circle6 {
  position: absolute;
  width: 102vw;
  height: 102vw;
  border-radius: 100%;
  padding: 2px;
  background: transparent;
  border: solid 2px #334a6b;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.home_124 .circle6:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
  cursor: pointer;
}
.home_124 .prod_circle_wrp {
  width: 5vw;
  height: 5vw;
  border-radius: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #133058;
  position: absolute;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.home_124 .prod_circle_wrp:hover {
  background-color: #fff;
}
.home_124 .prod_circle_wrp img {
  width: 3vw;
}
.home_124 .prod_circle_wrp.video_circle_prod {
  top: 7vw;
  left: -0.5vw;
}
.home_124 .prod_circle_wrp.circle1_prod {
  top: 14vw;
  right: -1.5vw;
}
.home_124 .prod_circle_wrp.circle1_prod2 {
  bottom: 1vw;
  right: 5vw;
}
.home_124 .prod_circle_wrp.circle1_prod2 img {
  transform: rotate(336deg);
}
.home_124 .prod_circle_wrp.circle2_prod {
  bottom: 15vw;
  left: -0.5vw;
}
.home_124 .prod_circle_wrp.circle3_prod {
  bottom: 20vw;
  right: -0.5vw;
}
.home_124 .prod_circle_wrp.circle4_prod {
  top: 32vw;
  left: -2.5vw;
}
.home_124 .prod_circle_wrp.circle5_prod {
  top: 25vw;
  right: 1vw;
}
.home_124 .white_dot {
  background-color: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute;
}
.home_124 .white_dot.dot1 {
  bottom: 7vw;
  right: 5.8vw;
}
.home_124 .white_dot.dot2 {
  top: 14vw;
  left: 3vw;
}
.home_124 .white_dot.dot3 {
  top: 31vw;
  right: -0.3vw;
}
.home_124 .white_dot.dot4 {
  bottom: 30vw;
  left: 0.6vw;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(30deg);
  }
}
@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(-40deg);
  }
}
@-webkit-keyframes rotate3 {
  0% {
    -webkit-transform: rotate(4deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
  }
}
@-webkit-keyframes rotate4 {
  0% {
    -webkit-transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
  }
}
@-webkit-keyframes rotate5 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
  }
}
@-webkit-keyframes rotate6 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(30deg);
  }
}

.section_2nd {
  border-radius: 100%;
  background: #001B40;
  opacity: 1;
  transition: all 1s linear;
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 0vw;
  width: 0vw;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.section_2nd.scale_div {
  width: 100vw;
  height: 100vw;
  transform: scale(1.5);
  border-radius: 0%;
  opacity: 1;
  border-radius: 100%;
}

.section_2nd_content {
  position: fixed;
  width: 100vw;
  height: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_2nd_content .content2nd_section {
  position: relative;
  z-index: 1;
  transform: scale(0.7);
  height: 100%;
  display: flex;
  align-items: center;
}
.section_2nd_content .img_wrap {
  position: relative;
  height: 100vh;
  width: 100%;
}
.section_2nd_content .img_wrap::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/home/puzzle_hand2.png");
  background-position: 10%;
  background-size: 82%;
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.section_2nd_content h2 {
  font-size: clamp(20px, 1.77vw, 34px);
  font-weight: 600;
  color: #fff;
}
.section_2nd_content h2 span {
  color: #2EDAF1;
}
.section_2nd_content p {
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 400;
  color: #a7b9d3;
}
.section_2nd_content a {
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 600;
  color: #2EDAF1;
  text-decoration: underline;
}

.hpBlock {
  background: radial-gradient(50% 50% at 50% 50%, #013989 0%, #001B40 100%), #002559;
  position: relative;
  z-index: 10;
}

.homeProduct {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .homeProduct {
    height: auto;
    padding: 50px 0;
  }
}
.homeProduct .homeProductCenter {
  position: relative;
}
.homeProduct .homeProductCenter .swiperProImages .swiper-slide {
  opacity: 0.3;
}
.homeProduct .homeProductCenter .swiperProImages .swiper-slide img {
  width: 100%;
}
.homeProduct .homeProductCenter .swiperProImages .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.homeProduct .homeProductCenter .swiperProImages .swiper-slide.swiper-slide-active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(178deg, rgba(255, 255, 255, 0) 0%, #030A15 100%);
}
.homeProduct .homeProductCenter .swiperProContent {
  z-index: 99;
  margin-top: -87px;
}
@media (max-width: 767.98px) {
  .homeProduct .homeProductCenter .swiperProContent {
    margin-top: 0px;
  }
}
.homeProduct .homeProductCenter .swiperProContent .swiper-slide {
  opacity: 0 !important;
}
.homeProduct .homeProductCenter .swiperProImages .swiper-slide.swiper-slide-active,
.homeProduct .homeProductCenter .swiperProContent .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  position: relative;
}
.homeProduct .homeProductCenter .swiperProImages .swiper-slide.swiper-slide-active .spcBox .productDetail,
.homeProduct .homeProductCenter .swiperProContent .swiper-slide.swiper-slide-active .spcBox .productDetail {
  transform: translateY(0);
}
.homeProduct .homeProductCenter .swiper-pagination {
  position: relative;
}
.homeProduct .homeProductCenter .swiper-pagination span {
  display: inline-flex;
  width: 66px;
  height: 66px;
  margin: 10px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  background-color: white;
}
@media (max-width: 767px) {
  .homeProduct .homeProductCenter .swiper-pagination span {
    width: 55px;
    height: 55px;
  }
  .homeProduct .homeProductCenter .swiper-pagination span:last-child img {
    height: 30px;
  }
}
@media (max-width: 576px) {
  .homeProduct .homeProductCenter .swiper-pagination span {
    width: 40px;
    height: 40px;
    margin: 2px;
  }
  .homeProduct .homeProductCenter .swiper-pagination span:last-child img {
    height: 25px;
  }
}
.homeProduct .homeProductCenter .swiper-pagination span img {
  height: 40px;
}
@media (max-width: 576px) {
  .homeProduct .homeProductCenter .swiper-pagination span img {
    height: 30px;
  }
}
.homeProduct .homeProductCenter .spcBox {
  text-align: center;
}
@media (max-width: 767.98px) {
  .homeProduct .homeProductCenter .spcBox {
    padding: 20px 0;
  }
}
.homeProduct .homeProductCenter .spcBox .productTitle {
  font-size: clamp(24px, 2.291vw, 44px);
  font-style: normal;
  font-weight: 700;
  color: white;
}
@media (max-width: 767.98px) {
  .homeProduct .homeProductCenter .spcBox .productTitle {
    font-size: clamp(20px, 1.77vw, 34px);
    font-style: normal;
    font-weight: 500;
  }
}
.homeProduct .homeProductCenter .spcBox .productTitle span {
  color: #2EDAF1;
}
.homeProduct .homeProductCenter .spcBox .productDetail {
  transform: translateY(50px);
  padding: 50px 0;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767.98px) {
  .homeProduct .homeProductCenter .spcBox .productDetail {
    padding: 20px 0;
  }
}
.homeProduct .homeProductCenter .spcBox .productDetail p {
  color: #a7b9d3;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .homeProduct .homeProductCenter .spcBox .productDetail p {
    font-size: clamp(12px, 0.72916vw, 14px);
    margin: 0 20px;
  }
}
.homeProduct .homeProductCenter .spcBox .productDetail h5 {
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: 400;
  color: #2EDAF1;
}
.homeProduct .homeProductCenter .spcBox .productDetail a {
  color: #2EDAF1;
  text-align: center;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
}
@media (max-width: 767.98px) {
  .homeProduct .homeProductCenter .spcBox .productDetail a {
    font-size: clamp(12px, 0.72916vw, 14px);
    margin: 0 20px;
  }
}
.homeProduct .homeProductCenter .spcBox .productDetail a:hover {
  text-decoration: none;
}
.homeProduct .homeProductCenter .swiper-slide-prev .spcBox .productDetail {
  transform: translateY(-50px);
}

.wetBlock {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  justify-content: center;
}
@media (max-width: 991px) {
  .wetBlock {
    height: auto;
    text-align: center;
  }
  .wetBlock .swiper-wrapper {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .wetBlock > div {
    height: 100vh;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .wetBlock > div .swiper-slide {
    height: 100vh;
    display: flex;
    align-items: center;
  }
}
.wetBlock h4 {
  color: #fff;
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 500;
  opacity: 0.6;
  margin-bottom: 20px;
}
.wetBlock h2 {
  color: #fff;
  font-size: clamp(20px, 1.77vw, 34px);
  font-weight: 500;
}
.wetBlock h2 span {
  font-weight: 600;
  color: #2EDAF1;
}
.wetBlock p {
  color: #a7b9d3;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 300;
}
.wetBlock p a {
  text-decoration: underline;
  color: #fff;
}
.wetBlock .wetPagination {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  width: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  bottom: auto;
  z-index: 99;
  left: auto;
  justify-content: center;
}
.wetBlock .wetPagination .swiper-pagination-bullet {
  background-color: #001b44;
  border: 1px solid #0c4a6c;
  width: 34px;
  height: 34px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  opacity: 1;
}
.wetBlock .wetPagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2EDAF1;
}
@media (max-width: 991px) {
  .wetBlock .wetContent {
    text-align: center;
  }
}
.wetBlock .wetContent .wwaboxs {
  display: flex;
}
@media (max-width: 991px) {
  .wetBlock .wetContent .wwaboxs {
    justify-content: space-around;
  }
}
.wetBlock .wetContent .wwaboxs a {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 188px;
  height: 74px;
  margin-bottom: 34px;
  margin-right: 40px;
  position: relative;
}
@media (max-width: 991.98px) {
  .wetBlock .wetContent .wwaboxs a:nth-child(2) {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .wetBlock .wetContent .wwaboxs a {
    width: 148px;
  }
}
.wetBlock .wetContent .wwaboxs a::before {
  position: absolute;
  content: "";
  width: 188px;
  height: 74px;
  left: 0px;
  top: 0px;
  border: 1px solid #19417b;
  background: #0a3675;
  backdrop-filter: blur(30px);
  border-radius: 4px;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767.98px) {
  .wetBlock .wetContent .wwaboxs a::before {
    width: 148px;
  }
}
.wetBlock .wetContent .wwaboxs a::after {
  position: absolute;
  content: "";
  width: 188px;
  height: 74px;
  left: 10px;
  top: 10px;
  border: 1px solid #19417b;
  background: #0a3675;
  backdrop-filter: blur(30px);
  z-index: 0;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767.98px) {
  .wetBlock .wetContent .wwaboxs a::after {
    width: 148px;
  }
}
.wetBlock .wetContent .wwaboxs a:hover::before, .wetBlock .wetContent .wwaboxs a.active::before {
  background: #25AEC1;
}
.wetBlock .wetContent .wwaboxs a:hover::after, .wetBlock .wetContent .wwaboxs a.active::after {
  opacity: 0;
}
.wetBlock .wetContent .wwaboxs a span {
  display: inline-flex;
  margin: 0px 0 0 14px;
  position: relative;
  z-index: 3;
}
.wetBlock .wetContent .wwaboxs a span svg {
  height: 40px;
}
.wetBlock .wetContent .wwaboxs a label {
  position: relative;
  display: inline-flex;
  color: #fff;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 300;
  margin: 5px;
  z-index: 3;
}
.wetBlock .foiBoxs {
  display: flex;
}
@media (max-width: 576px) {
  .wetBlock .foiBoxs {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.wetBlock .foiBoxs a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  margin-bottom: 34px;
  margin-right: 40px;
  position: relative;
  text-align: center;
}
@media (max-width: 575.98px) {
  .wetBlock .foiBoxs a {
    margin-right: 20px;
    width: 40%;
    align-items: center;
  }
}
.wetBlock .foiBoxs a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #19417b;
  left: 70%;
  z-index: -10;
  top: 30%;
  transform: translateY(-30%) translateX(0%);
}
@media (max-width: 575.98px) {
  .wetBlock .foiBoxs a::after {
    display: none;
  }
}
.wetBlock .foiBoxs a:last-child::after {
  display: none;
}
.wetBlock .foiBoxs a:hover span, .wetBlock .foiBoxs a.active span {
  background: #25AEC1;
}
.wetBlock .foiBoxs a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  position: relative;
  border: 1px solid #19417b;
  background: #0a3675;
  backdrop-filter: blur(30px);
  border-radius: 4px;
  margin: auto;
  transition: all 0.2s ease-in-out;
}
.wetBlock .foiBoxs a span svg {
  height: 40px;
}
.wetBlock .foiBoxs a label {
  position: relative;
  display: inline-flex;
  color: #fff;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 300;
  margin: 5px;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .wetBlock .foiBoxs a label {
    font-size: clamp(12px, 0.72916vw, 14px);
  }
}

.maindiv {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 10;
}
@media (max-width: 991px) {
  .maindiv {
    position: inherit;
    left: inherit;
    top: inherit;
    height: auto;
    overflow: inherit;
  }
}
.maindiv .section {
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transform: translateY(100vh);
  transition: 1s ease-in-out;
}
.maindiv .section.fourthDiv {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .maindiv .section {
    position: inherit;
    left: inherit;
    top: inherit;
    height: auto;
    overflow: inherit;
    transform: inherit;
    padding-bottom: 1.5rem;
  }
}
.maindiv .section.active {
  transform: translateY(0vh);
}
@media (max-width: 991px) {
  .maindiv .section.active {
    transform: inherit;
  }
}
.maindiv .section.prev {
  transform: translateY(-100vh);
}
@media (max-width: 991px) {
  .maindiv .section.prev {
    transform: inherit;
  }
}

.mobileView {
  position: relative;
  width: 100%;
  height: 100vh;
}
.mobileView::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 27, 64, 0.52);
  z-index: 1;
}
@media (max-width: 991px) {
  .mobileView video {
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100vh;
    width: 100%;
  }
}
.mobileView .mobile_content {
  position: relative;
  z-index: 1;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 20%;
}
@media (max-width: 575.98px) {
  .mobileView .mobile_content {
    padding: 0 10%;
  }
}
@media (max-width: 992px) {
  .mobileView .mobile_content .joinTxt {
    width: 180px;
    height: auto;
  }
}
.mobileView .mobile_content h2 {
  font-size: clamp(26px, 2.3vw, 45px);
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  text-align: center;
}
.mobileView .mobile_content h2.prod_title {
  text-transform: none;
}
.mobileView .mobile_content p {
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 300;
  color: #a7b9d3;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mobileView .mobile_content p {
    font-size: clamp(10px, 0.625vw, 12px);
  }
}
.mobileView .mobile_content .home_btn {
  border-radius: 8px;
  border: 1px solid #2EDAF1;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 24px 0px rgba(46, 218, 241, 0.45) inset;
  font-size: clamp(16px, 1.0416vw, 20px);
  font-weight: 500;
  color: white;
  display: inline-block;
  text-decoration: none;
  padding: 10px 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mobileView .mobile_content .home_btn {
    padding: 10px 20px;
    font-size: clamp(12px, 0.72916vw, 14px);
  }
}
.mobileView .mobile_content .home_btn:hover {
  background-color: #2EDAF1;
  color: #001c41;
}

.themeBtn {
  color: #2EDAF1;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}
.themeBtn:hover {
  color: #2EDAF1;
  text-decoration: none;
}

.tffi {
  padding: 50px 0;
  text-align: center;
}
@media (max-width: 991.98px) {
  .tffi {
    padding: 10px 0;
  }
}
.tffi .tffiTitle {
  font-size: clamp(20px, 1.8229vw, 35px);
  color: #2EDAF1;
}
@media (max-width: 991.98px) {
  .tffi .tffiTitle {
    font-size: clamp(16px, 1.25vw, 24px);
  }
}
.tffi p {
  color: #D7D7D7;
  font-size: clamp(14px, 0.8333vw, 16px);
}

@media (min-width: 992px) {
  .secondActive .swiperProImages {
    opacity: 0;
    transform: translateX(150%);
    transition: 2s ease-in-out;
  }
  .secondActive .swiperProContent {
    transform: translateY(150%);
    transition: 2s ease-in-out;
  }
  .secondActive .swiper-pagination {
    transform: translateY(50%);
    transition: 2s ease-in-out;
  }
  .secondActive.active .swiperProImages {
    opacity: 1;
    transform: translateX(0%);
  }
  .secondActive.active .swiperProContent {
    transform: translateY(0%);
  }
  .secondActive.active .swiper-pagination {
    transform: translateY(0%);
  }
}
.fourthDiv,
.threeDiv {
  background: radial-gradient(50% 50% at 50% 50%, #013989 0%, #001B40 100%);
}

.mobileView_content {
  background: radial-gradient(50% 50% at 50% 50%, #013989 0%, #001B40 100%);
  padding: 100px 0;
  text-align: center;
}
.mobileView_content h2 {
  font-size: clamp(20px, 1.77vw, 34px);
  font-weight: 600;
  color: #fff;
}
.mobileView_content h2 span {
  color: #2EDAF1;
}
.mobileView_content p {
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
.mobileView_content a {
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 600;
  color: #2EDAF1;
  text-decoration: underline;
}

/*# sourceMappingURL=style-eng-124.css.map */
