body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #474747;
}

html,
body {
  overflow-x: hidden;
  position: relative;
}

.main-banner {
  min-height: 750px;
  width: 100%;
  background-image: url(../img/banner.jpg);
  background-color: #013F72;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  position: relative;
}
.main-banner .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.main-banner.small {
  min-height: 300px;
}
.main-banner .banner-content {
  max-width: 950px;
  padding-top: 100px;
  position: relative;
  z-index: 10;
}
.main-banner .banner-content h2 {
  font-weight: 700;
  font-size: 30px;
  color: #FFF;
  margin: 0 0 20px 0;
}
@media (min-width: 992px) {
  .main-banner .banner-content h2 {
    font-size: 50px;
  }
}
.main-banner .banner-content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #FFFFFF;
  opacity: 0.8;
  margin: 0 0 30px 0;
}
@media (min-width: 992px) {
  .main-banner .banner-content p {
    font-size: 20px;
  }
}
.main-banner .banner-content .demo-link {
  color: #474747;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  gap: 12px;
  background: #FFFFFF;
  border-radius: 12px;
  display: inline-flex;
  text-decoration: none;
  font-weight: 500;
  width: 200px;
}
@media (min-width: 992px) {
  .main-banner .banner-content .demo-link {
    padding: 12px 24px;
  }
}
.main-banner .banner-content .demo-link.brochure {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFF;
  border: rgba(255, 255, 255, 0.2) solid 1px;
  margin-top: 10px;
  padding: 5px 10px;
}
@media (min-width: 992px) {
  .main-banner .banner-content .demo-link.brochure {
    padding: 12px 16px;
  }
}
.main-banner .banner-content .video-link {
  max-width: 200px;
  position: relative;
  display: inline-block;
}
.main-banner .banner-content .video-link img {
  max-width: 200px;
  width: 100%;
}

.main-header {
  height: auto;
  max-height: 80px;
  width: 100%;
  position: fixed;
  color: #FFF;
  z-index: 100;
  padding: 16px 0;
  /* 
  border-bottom: solid 1px rgba($color: #FFF, $alpha: .1);
  backdrop-filter: blur(4px); */
}
.main-header.fixed {
  background-color: #013F72;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.main-header .mobile-menu {
  background-color: #1e2e46;
  display: block;
  height: 50px;
  width: 50px;
  padding: 5px;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}
.main-header .mobile-menu i {
  width: 40px;
  height: 40px;
  background-image: url(../img/icon-mobile-menu.svg);
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center;
  display: block;
}
@media (min-width: 992px) {
  .main-header .mobile-menu {
    display: none;
  }
}
.main-header .navbar {
  display: flex;
  padding: 0;
  justify-content: space-between;
}
.main-header .navbar .top-left .navbar-brand {
  height: 40px;
  display: flex;
  margin-right: 0;
}
@media (min-width: 992px) {
  .main-header .navbar .top-left .navbar-brand {
    height: 48px;
  }
}
.main-header .navbar .top-left .navbar-brand img {
  width: 100%;
}
.main-header .navbar ul.main-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  flex-direction: row;
  font-size: 16px;
  display: flex;
  gap: 10px;
}
@media (min-width: 562px) {
  .main-header .navbar ul.main-nav {
    margin: 0 10px;
  }
}
@media (min-width: 992px) {
  .main-header .navbar ul.main-nav {
    gap: 20px;
  }
}
.main-header .navbar ul.main-nav li {
  padding: 0;
}
.main-header .navbar ul.main-nav li:last-child {
  border-bottom: 0;
}
.main-header .navbar ul.main-nav li a {
  padding: 6px 8px;
  text-decoration: none;
  color: #FFF;
}
@media (min-width: 992px) {
  .main-header .navbar ul.main-nav li a {
    padding: 10px 12px;
  }
}
.main-header .navbar ul.main-nav li a:hover, .main-header .navbar ul.main-nav li a.active {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1);
}
.main-header .navbar ul.main-nav li a.sign-in {
  padding: 10px 15px;
  text-decoration: none;
  color: #FFF;
  background-color: transparent;
  text-transform: uppercase;
  border-radius: 12px;
  font-weight: 400;
  border: 1px solid #FFF;
  transition: all 0.3s;
}
.main-header .navbar ul.main-nav li a.sign-in:hover {
  background-color: #FFF;
  border: 1px solid #154896;
  color: #154896;
}
.main-header .navbar .external-logo {
  margin: 0 10px 0 10px;
}
.main-header .navbar .external-logo img {
  height: 40px;
}
.main-header .navbar .top-right {
  margin-left: auto;
  padding-right: 15px;
}
.main-header .navbar .top-right a {
  padding: 10px 15px;
  text-decoration: none;
  color: #FFF;
  background-color: transparent;
  text-transform: uppercase;
  border-radius: 12px;
  font-weight: 400;
  border: 1px solid #FFF;
  transition: all 0.3s;
}
.main-header .navbar .top-right a:hover {
  background-color: #FFF;
  border: 1px solid #154896;
  color: #154896;
}
.main-header .navbar .search {
  border-right: #616d7d solid 1px;
  padding-right: 10px;
  border-radius: 4px 4px 0 0;
  position: relative;
}
.main-header .navbar .search a {
  padding: 10px;
}
.main-header .navbar .search i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon-search-white.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  vertical-align: middle;
}
.main-header .navbar .search.active {
  background-color: #fff;
}
.main-header .navbar .search.active::before {
  content: "";
  width: 100%;
  height: 13px;
  background-color: #fff;
  position: absolute;
  top: 100%;
}
.main-header .navbar .search.active i {
  background-image: url(../img/icon-search-dark.svg);
}
.main-header .navbar .user-nav {
  display: flex;
  padding-right: 15px;
  margin: auto 0 auto auto;
  list-style: none;
  align-items: center;
}
.main-header .navbar .user-nav li {
  padding: 0;
  margin: 0 10px;
  position: relative;
  list-style: none;
}
.main-header .navbar .user-nav li:last-child {
  margin-right: 0;
}
.main-header .navbar .user-nav li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  display: block;
}
.main-header .navbar .user-nav li.notifications {
  display: none;
}
.main-header .navbar .user-nav li.notifications a {
  position: relative;
  display: block;
  padding: 0;
}
.main-header .navbar .user-nav li.notifications a:active {
  background-color: #f3f3f3;
}
.main-header .navbar .user-nav li.notifications a i {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon-bell.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
}
.main-header .navbar .user-nav li.notifications .icon-bell {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon-bell.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
}
.main-header.user-pages .navbar .user-nav li.notifications .icon-bell {
  background-image: url(../img/icon-bell-white.svg);
}
.main-header .navbar .user-nav li.notifications a .badge {
  position: absolute;
  top: -5px;
  right: -5px;
  color: #fff;
  font-size: 10px;
}
.main-header .navbar .user-nav li.profile i.user {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon-user-dark.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  vertical-align: middle;
}
.main-header .navbar .user-nav li.profile .dropdown-toggle {
  padding-right: 18px;
  display: flex;
  background: transparent;
  border: 0;
  color: #333;
}
.main-header .navbar .user-nav li.profile .dropdown-toggle:focus {
  outline: none;
  box-shadow: none;
}
.main-header .navbar .user-nav li.profile .dropdown-toggle::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-top: 0;
  border-left: none;
  top: 50%;
  right: 0;
  margin-top: -7px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.2s;
}
.main-header .navbar .user-nav li.profile span.name {
  display: none;
}
.main-header .navbar .user-nav li.logout {
  border-left: #fff solid 1px;
  padding-left: 10px;
  display: none;
}
.main-header .navbar .user-nav li.logout i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon-logout.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  vertical-align: middle;
}
.main-header .navbar .user-nav li .profile-ddl {
  right: -20px;
  left: auto;
  padding: 2px 0;
}
.main-header .navbar .user-nav li .profile-ddl li {
  margin: 0;
  padding: 0;
}
.main-header .navbar .user-nav li .profile-ddl .line {
  border-top: #e4e4e4 solid 1px;
}
.main-header .navbar .user-nav li .profile-ddl a {
  color: #666;
  font-size: 14px;
  padding: 6px 16px;
}
.main-header .navbar .user-nav li .profile-ddl a img {
  width: 16px;
  margin-right: 10px;
}
.main-header .navbar .user-nav li .profile-ddl li a:hover {
  background-color: #f5f5f5;
}
.main-header .navbar .user-nav li ul.profile-ddl li a:focus {
  background-color: #f5f5f5;
}
.main-header .navbar .user-nav li .profile-ddl a:active {
  background-color: #f5f5f5;
}
.main-header .navbar .user-nav li .profile-ddl::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  left: calc(100% - 40px);
  filter: drop-shadow(0 0 3rem #333);
  top: -10px;
  border-bottom-color: #cbccce;
}
.main-header .navbar .user-nav li .profile-ddl::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 30px;
  background: transparent;
  top: -30px;
  left: 0;
}

.main-services {
  padding: 100px 0;
  text-align: center;
  background-image: url(../img/bg-2.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100%;
}
.main-services h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #154896;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .main-services h2 {
    font-size: 48px;
  }
}
.main-services h2 span {
  display: block;
  font-weight: 400;
  font-size: 20px;
}
@media (min-width: 992px) {
  .main-services h2 span {
    font-size: 40px;
  }
}
.main-services p {
  color: #474747;
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 992px) {
  .main-services p {
    font-size: 18px;
  }
}
.main-services p.bold {
  font-weight: 500;
}
.main-services .cards-container {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 992px) {
  .main-services .cards-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.main-services .cards-container .service-card {
  min-height: 250px;
  background: #FFFFFF;
  border: 1px solid rgba(27, 27, 27, 0.1);
  box-shadow: 0px 7px 20px rgba(36, 38, 43, 0.1);
  border-radius: 12px;
  padding: 20px;
  text-align: left;
}
.main-services .cards-container .service-card img {
  height: 64px;
  margin-bottom: 15px;
  transition: transform 0.3s;
}
.main-services .cards-container .service-card h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #474747;
  margin-bottom: 15px;
}
.main-services .cards-container .service-card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #6A6A6A;
  margin: 0;
}
.main-services .cards-container .service-card:hover img {
  transform: scale(1.2);
}

.solutions {
  padding: 100px 0;
  text-align: center;
  background-color: #013163;
  background-image: url(../img/solutions-bg.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 800px;
}
.solutions h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: #FFF;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .solutions h2 {
    font-size: 48px;
  }
}
.solutions h2 span {
  display: block;
  font-weight: 400;
  font-size: 40px;
}
.solutions .solution-slide {
  min-height: 500px;
  padding: 20px;
  position: relative;
}
.solutions .solution-slide h3 {
  color: #FFF;
  margin-bottom: 20px;
}
.solutions .solution-two-images {
  position: relative;
  min-height: 450px;
  padding: 0;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .solutions .solution-two-images {
    min-height: 450px;
  }
}
.solutions .solution-two-images img {
  max-width: 560px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  border: #FFF solid 3px;
}
.solutions .solution-two-images .img-left {
  position: absolute;
  left: 0;
  top: 0;
}
.solutions .solution-two-images .img-right {
  position: absolute;
  right: 0;
  bottom: 0;
}
.solutions .solution-two-images .image-text {
  padding: 10px;
  color: #FFF;
  position: absolute;
  width: calc(100% - 6px);
  bottom: 3px;
  left: 3px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0 0 8px 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
}
.solutions .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 10px 0;
  list-style-type: none;
  bottom: -50px;
}
.solutions .slick-dots li {
  margin: 0 3px;
}
.solutions .slick-dots button {
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #FFF;
  text-indent: -9999px;
}
.solutions .slick-dots li.slick-active button {
  background-color: #FFF;
}

.dashboard {
  padding: 100px 0;
  text-align: center;
  background-color: #E2E8F0;
}
.dashboard .dashboard-container {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 50px;
}
@media (min-width: 992px) {
  .dashboard .dashboard-container {
    grid-template-columns: 580px 1fr;
  }
}
.dashboard .dashboard-video {
  border-radius: 10px;
  border: #FFF solid 10px;
  position: relative;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.2));
  background-color: #fff;
  max-height: 335px;
}
.dashboard .dashboard-video video,
.dashboard .dashboard-video iframe {
  max-width: 500px;
  width: 100%;
}
@media (min-width: 992px) {
  .dashboard .dashboard-video video,
.dashboard .dashboard-video iframe {
    max-width: 700px;
  }
}
.dashboard .dashboard-img {
  position: absolute;
  bottom: -10px;
  right: 0;
  height: 80px;
}
@media (min-width: 992px) {
  .dashboard .dashboard-img {
    bottom: 10px;
    right: -150px;
    height: 100px;
  }
}
.dashboard .dashboard-next {
  text-align: left;
  background-image: url(../img/dashboard-bg-circle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 260px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .dashboard .dashboard-next {
    min-height: 360px;
  }
}
.dashboard .dashboard-next h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  text-align: left;
  color: #154896;
  margin-bottom: 20px;
}
.dashboard .dashboard-next p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #6A6A6A;
  margin: 0;
}

.technologies {
  padding: 100px 0;
  text-align: center;
  background-color: #FFF;
  min-height: 500px;
}
@media (min-width: 992px) {
  .technologies {
    min-height: 800px;
  }
}
.technologies h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: #154896;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .technologies h2 {
    font-size: 48px;
  }
}
.technologies .technologies-slides {
  padding: 50px 0;
}
.technologies .technologies-slides .slick-next {
  right: 25px;
  background-image: url(../img/icon-arrow-right-w.svg);
  background-color: rgba(0, 0, 0, 0.4);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 30px;
  z-index: 5;
  width: 40px;
  height: 40px;
  border: #FFF solid 1px;
  top: 58%;
}
@media (min-width: 992px) {
  .technologies .technologies-slides .slick-next {
    right: -50px;
  }
}
.technologies .technologies-slides .slick-next::before {
  content: "";
}
.technologies .technologies-slides .slick-prev {
  left: 25px;
  background-image: url(../img/icon-arrow-left-w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 30px;
  z-index: 5;
  width: 40px;
  height: 40px;
  border: #FFF solid 1px;
  top: 58%;
}
@media (min-width: 992px) {
  .technologies .technologies-slides .slick-prev {
    left: -50px;
  }
}
.technologies .technologies-slides .slick-prev::before {
  content: "";
}
.technologies .technology-slide {
  margin: 0 20px;
}
.technologies .technology-card {
  width: 366px;
  height: 350px;
  padding: 20px;
  background: rgba(226, 232, 240, 0.5);
  border: 1px solid rgba(27, 27, 27, 0.05);
  border-radius: 12px;
}
@media (min-width: 992px) {
  .technologies .technology-card {
    width: 626px;
    min-height: 490px;
    padding: 20px;
  }
}
.technologies .technology-card h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #474747;
  margin: 20px;
  height: 64px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  opacity: 0.8;
}
@media (min-width: 992px) {
  .technologies .technology-card h3 {
    font-size: 26px;
    margin: 20px 60px;
  }
}
.technologies .photo-container {
  margin-top: 0;
  overflow: hidden;
  width: 100%;
  height: 200px;
}
@media (min-width: 992px) {
  .technologies .photo-container {
    height: 337px;
  }
}
.technologies .photo-container .slick-next {
  right: 25px;
  background-image: url(../img/icon-arrow-right-w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  z-index: 5;
}
.technologies .photo-container .slick-next::before {
  content: "";
}
.technologies .photo-container .slick-prev {
  left: 25px;
  background-image: url(../img/icon-arrow-left-w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  z-index: 5;
}
.technologies .photo-container .slick-prev::before {
  content: "";
}
.technologies .photo-slide {
  position: relative;
}
.technologies .photo-slide img {
  width: 100%;
  border-radius: 12px;
  height: auto;
  object-fit: cover;
}
@media (min-width: 992px) {
  .technologies .photo-slide img {
    width: 100%;
    height: 337px;
    object-position: top;
  }
}
.technologies .photo-slide video,
.technologies .photo-slide iframe {
  width: 100%;
  border-radius: 12px;
  border: #ddd solid 1px;
}
.technologies .photo-slide .photo-text {
  padding: 10px;
  color: #FFF;
  position: absolute;
  width: auto;
  bottom: 20px;
  left: 5%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 12px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}
.technologies .photo-fadein {
  width: 100%;
  height: auto;
  position: relative;
}
@media (min-width: 992px) {
  .technologies .photo-fadein {
    height: 337px;
  }
}
.technologies .photo-fadein img {
  position: absolute;
  width: 100%;
  border-radius: 12px;
  height: auto;
  object-fit: cover;
  opacity: 0;
  animation: change-img-anim 10s infinite;
}
@media (min-width: 992px) {
  .technologies .photo-fadein img {
    width: 100%;
    height: 337px;
  }
}
.technologies .photo-fadein img:nth-of-type(1) {
  animation-delay: 0s;
}
.technologies .photo-fadein img:nth-of-type(2) {
  animation-delay: 4s;
}
.technologies .all-weather-slides {
  position: relative;
}
.technologies .all-weather-slides .weather-slide {
  position: absolute;
  width: 100%;
  border-radius: 12px;
  height: 337px;
  animation-name: multiple-image-crossfade;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 12s;
}
.technologies .all-weather-slides .weather-slide:nth-of-type(1) {
  animation-delay: 9s;
}
.technologies .all-weather-slides .weather-slide:nth-of-type(2) {
  animation-delay: 6s;
}
.technologies .all-weather-slides .weather-slide:nth-of-type(3) {
  animation-delay: 3s;
}
.technologies .all-weather-slides .weather-slide:nth-of-type(4) {
  animation-delay: 0s;
}
.technologies .all-weather-slides .weather-slide img {
  width: 100%;
  border-radius: 12px;
  height: auto;
  object-fit: cover;
}
@media (min-width: 992px) {
  .technologies .all-weather-slides .weather-slide img {
    width: 100%;
    height: 337px;
  }
}
.technologies .all-weather-slides .weather-slide .slide-text {
  padding: 10px 20px;
  color: #FFF;
  position: absolute;
  width: auto;
  top: 20px;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50px 0 0 50px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}
@keyframes multiple-image-crossfade {
  0% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.technologies .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 10px 0;
  list-style-type: none;
}
.technologies .slick-dots li {
  margin: 0 3px;
}
.technologies .slick-dots button {
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #154896;
  text-indent: -9999px;
}
.technologies .slick-dots li.slick-active button {
  background-color: #154896;
}

@keyframes change-img-anim {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.satellites {
  padding: 100px 0;
  text-align: center;
  background-image: url(../img/satellites-bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #F5F5F5;
  border-top: #eee solid 1px;
}
.satellites h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: #154896;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .satellites h2 {
    font-size: 48px;
  }
}
.satellites h2 span {
  display: block;
  font-weight: 400;
  font-size: 24px;
}
@media (min-width: 992px) {
  .satellites h2 span {
    font-size: 40px;
  }
}
.satellites p {
  color: #474747;
  font-weight: 400;
  font-size: 18px;
}
.satellites p.bold {
  font-weight: 500;
}
.satellites .satellites-sliders {
  display: flex;
  align-items: center;
  padding: 50px 0;
}
.satellites .satellites-sliders img {
  margin: 0 60px;
}
.satellites .satellites-sliders .satellite-slide {
  display: flex;
  align-items: center;
  height: 50px;
}

.on-demand {
  padding: 60px 0;
  text-align: center;
  background-image: url(../img/on-demand-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #F5F5F5;
  min-height: 430px;
}
.on-demand .on-demand-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  gap: 60px;
}
.on-demand .on-demand-content-left video {
  width: 100%;
  border-radius: 12px;
  max-width: 480px;
}
.on-demand .on-demand-content-right {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  text-align: left;
  color: #FFFFFF;
  opacity: 0.9;
  flex: 1;
  padding: 0 30px;
}
@media (min-width: 992px) {
  .on-demand .on-demand-content-right {
    padding: 0;
    font-size: 29px;
  }
}
.on-demand .on-demand-content-right span {
  font-weight: 400;
}

.key-features {
  padding: 100px 0;
  text-align: center;
  background-image: url(../img/bg-3.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.key-features h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: #154896;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .key-features h2 {
    font-size: 48px;
  }
}
.key-features h2 span {
  display: block;
  font-weight: 400;
  font-size: 40px;
}
.key-features p {
  color: #474747;
  font-weight: 400;
  font-size: 18px;
}
.key-features p.bold {
  font-weight: 500;
}
.key-features .features-container {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 992px) {
  .key-features .features-container {
    grid-template-columns: 1fr 1fr;
  }
}
.key-features .features-container .feature-card {
  padding: 20px;
  text-align: left;
  display: flex;
  gap: 30px;
}
.key-features .features-container .feature-card img {
  height: 64px;
  margin-bottom: 15px;
  transition: transform 0.3s;
}
.key-features .features-container .feature-card h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #154896;
  margin-bottom: 15px;
}
.key-features .features-container .feature-card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #6A6A6A;
  margin: 0;
}
.key-features .features-container .feature-card:hover img {
  transform: scale(1.2);
}
.key-features .contact-banner {
  min-height: 260px;
  text-align: center;
  background-image: url(../img/cta-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 50px;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 992px) {
  .key-features .contact-banner {
    padding: 50px 100px;
  }
}
.key-features .contact-banner h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .key-features .contact-banner h3 {
    font-size: 32px;
  }
}
.key-features .contact-banner .contact-link {
  color: #474747;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  gap: 12px;
  background: #FFFFFF;
  border-radius: 12px;
  display: inline-flex;
  text-decoration: none;
  font-weight: 500;
}

footer {
  background-color: #EBEBEB;
  padding: 60px 0;
  text-align: center;
  font-size: 14px;
  color: #474747;
}
footer span {
  margin: 0 20px;
}
footer a {
  color: #474747;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}

.alert {
  padding: 5px 10px;
}

.modal-backdrop {
  background-color: #5f615e;
  opacity: 0.95 !important;
}

.video-modal .modal-content {
  background-color: transparent;
  border: 0 solid #FFF;
}
.video-modal .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 100%;
  position: relative;
  background-color: #000;
}
.video-modal .modal-dialog {
  max-width: 1200px;
  width: 96%;
}
.video-modal video,
.video-modal iframe {
  width: 100%;
}
.video-modal .btn-close {
  position: fixed;
  background-color: #FFF;
  border-radius: 0 2px 2px 0;
  padding: 0px;
  opacity: 1;
  background-size: 10px;
  z-index: 10;
  width: 42px;
  height: 42px;
  top: 20px;
  right: 20px;
}

#contactModal .modal-dialog {
  max-width: 672px;
  margin-top: 20px;
}

.privacy-terms {
  padding: 50px 0;
}
.privacy-terms h1 {
  text-align: center;
}
.privacy-terms div {
  margin-top: 20px;
  text-align: justify;
}
.privacy-terms h4 {
  margin-top: 30px;
}
.privacy-terms table {
  border-collapse: collapse;
  width: 100%;
}
.privacy-terms td {
  border: 1px solid #ddd;
  padding: 8px;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  /* background: #eb2055; */
  border-radius: 50%;
  padding: 10px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: #F24646;
  border-radius: 50%;
  animation: pulse-border 1100ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background: #F24646;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.btn-primary,
.btn-primary:focus {
  width: auto;
  background-color: #154896;
  border: 0;
  font-weight: 500;
  height: 42px;
  padding: 10px 32px;
}

.form-box {
  border: #838c95 solid 1px;
  box-shadow: 0 2px 6px rgba(13, 26, 38, 0.1490196078);
  padding: 32px;
}
.form-box label {
  display: none;
}
.form-box .form-control {
  height: 42px;
}
.form-box .btn-primary,
.form-box .btn-primary:focus {
  width: auto;
  background-color: #047d95;
  border: 0;
  font-weight: 500;
  height: 42px;
}

.modal-header {
  padding: 16px 20px;
}

.modal-body {
  padding: 20px;
  background-color: #f7f9fc;
}

#signInBtn {
  width: 100%;
}

.brochure-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  color: #154896;
  border: #154896 solid 1px;
  padding: 5px 10px;
  border-radius: 5px;
  position: fixed;
  text-decoration: none;
  right: -30px;
  bottom: 70px;
  transform: rotate(90deg);
  z-index: 10;
  font-weight: 600;
}
.brochure-link:hover {
  background-color: #154896;
  color: #FFF;
}
@media (min-width: 992px) {
  .brochure-link {
    padding: 12px 16px;
  }
}

/*# sourceMappingURL=spaceAeye.css.map */
