@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  margin: 0;
  padding: 0;
}

html {
  margin-top: -32px !important;
}

.hero-banner .video-banner {
  position: relative;
  overflow: hidden;
}
.hero-banner .video-banner .video-overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.hero-banner .video-banner .video-overlay::after {
  background-color: rgba(0, 0, 0, 0.65);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.hero-banner .video-banner video {
  width: 100%;
  height: 90vh;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: -1;
}
.hero-banner .hero-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.hero-banner .hero-content h1 {
  color: #ffffff;
  font-size: 72px;
  font-weight: 200;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.hero-banner .hero-content h1 span {
  color: #3498db;
}
.hero-banner .hero-content p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

.sticky-column {
  position: sticky;
  top: 50px; /* Adjust as needed */
  height: fit-content;
}

.th-btn {
  background: #3498db;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 24px;
  padding: 10px 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.clients-logos {
  padding-bottom: 40px;
}
.clients-logos .slick-carousel {
  margin-top: 20px;
  text-align: center;
}
.clients-logos .slick-carousel img {
  height: 80px;
}

.st-partner {
  padding-top: 40px;
  padding-top: 40px;
  text-align: center;
  text-transform: uppercase;
}
.st-partner .content {
  padding-bottom: 40px;
}
.st-partner h1 {
  font-size: 48px;
  color: #3498db;
}
.st-partner p {
  font-size: 18px;
}
.st-partner .slick-carousel {
  margin-top: 20px;
  text-align: center;
}
.st-partner .slick-carousel img {
  height: 80px;
}

.th-card {
  background-color: #3498db;
  width: 100%;
  height: 600px;
  border-radius: 20px;
  padding: 20px;
  overflow: hidden;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: end;
}
.th-card:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: rgb(2, 0, 36);
  background: linear-gradient(0deg, rgb(2, 0, 36) 0%, rgba(0, 212, 255, 0) 100%);
}
.th-card .inner-content {
  position: relative;
  z-index: 10;
}
.th-card .inner-content h2 {
  font-size: 1.8rem;
  color: #ffffff;
}
.th-card .inner-content p {
  color: #ffffff;
}

.mega-menu {
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .mega-menu {
    display: none;
  }
}
.mega-menu .top-menu {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.mega-menu .top-menu > li {
  padding: 20px 10px;
}
.mega-menu .top-menu > li a {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem;
}
.mega-menu .top-menu li {
  display: inline-block;
}
.mega-menu .top-menu li img {
  display: none;
}
.mega-menu .top-menu li a {
  color: white;
  display: inline-block;
  text-decoration: none;
}
.mega-menu .top-menu li a:hover {
  color: orange;
}
.mega-menu .top-menu li .sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding-top: 50px;
  z-index: -1;
}
.mega-menu .top-menu li .sub-menu h4 {
  font-size: 1.4rem;
  line-height: 1.5rem;
  position: relative;
}
.mega-menu .top-menu li .sub-menu h4::after {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 0;
  border-bottom: 4px solid orange;
  width: 20%;
}
.mega-menu .top-menu li .sub-menu p {
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
  font-weight: 400;
}
.mega-menu .top-menu li .sub-menu img {
  width: 100%;
  display: block;
}
.mega-menu .top-menu li .sub-menu p {
  font-size: 14px;
  color: #000000;
}
.mega-menu .top-menu li .sub-menu h4, .mega-menu .top-menu li .sub-menu h5 {
  font-size: 18px;
  margin: 15px 0;
  color: #000000;
}
.mega-menu .top-menu li .sub-menu ul {
  margin: 0;
  padding: 0;
}
.mega-menu .top-menu li .sub-menu ul li {
  padding-left: 15px;
  width: 100%;
  position: relative;
}
.mega-menu .top-menu li .sub-menu ul li::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background: orange;
}
.mega-menu .top-menu li .sub-menu ul li a {
  color: #000000;
  font-weight: 300;
}
.mega-menu .sub-menu .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 15px;
  padding-bottom: 0;
}
.mega-menu .sub-menu .container .col-lg-3 {
  flex: 0 0 25%;
  padding: 0 15px;
  border-right: 1px solid #e5e7eb;
}
.mega-menu .sub-menu .container .col-lg-3 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mega-menu .sub-menu .container .col-lg-3 ul li {
  margin-bottom: 8px;
}
.mega-menu .sub-menu .container .col-lg-3 ul li a {
  text-decoration: none;
  color: #333;
}
.mega-menu .sub-menu .container .col-lg-3 ul li a:hover {
  color: #3498db;
}
.mega-menu .sub-menu .container .col-lg-3 img {
  max-width: 100%;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .mega-menu {
    display: none;
  }
}

.light-menu .top-menu li a {
  color: #000000;
}
.light-menu .top-menu li a:hover {
  color: orange;
}
.light-menu .top-menu li:hover .sub-menu {
  display: block;
}
@media (max-width: 767px) {
  .light-menu {
    display: none;
  }
}

header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  top: 10px;
}
header .logo {
  max-width: 150px;
}

.text-right {
  text-align: right;
}

.overlay {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}
.overlay.open {
  display: block;
}

.mega-menu-mobile {
  position: fixed;
  top: 0;
  left: -300px;
  width: 280px;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
  transition: left 0.4s ease;
  z-index: 1000;
}
.mega-menu-mobile img {
  display: none;
}
.mega-menu-mobile ul {
  padding: 15px;
  margin: 0;
  list-style: none;
}
.mega-menu-mobile ul .menu-xl {
  position: relative;
  background: url("../images/arrow-down.svg") no-repeat top right;
  background-size: 12px;
}
.mega-menu-mobile ul .menu-xl.open {
  background: url("../images/arrow-up.svg") no-repeat top right;
  background-size: 12px;
}
.mega-menu-mobile ul li a {
  font-size: 12px;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
.mega-menu-mobile ul li a:hover {
  color: orange;
}
.mega-menu-mobile .sub-menu {
  display: none;
  max-height: 500px;
  overflow-x: auto;
}
.mega-menu-mobile .sub-menu h5 {
  display: none;
  font-size: 16px;
  margin: 10px 0 0 0;
  padding: 0;
}
.mega-menu-mobile .sub-menu p, .mega-menu-mobile .sub-menu h4 {
  display: none;
}
.mega-menu-mobile .sub-menu ul {
  padding: 0;
}
.mega-menu-mobile .sub-menu ul li {
  text-decoration: none;
}
.mega-menu-mobile .sub-menu.open {
  display: block;
}
.mega-menu-mobile.open {
  left: 0;
}

.menu-toggle {
  display: none;
}
@media (max-width: 767px) {
  .menu-toggle {
    display: inline-block;
  }
}

/*# sourceMappingURL=styles.css.map */
