html, body {
  font-family: 'Instrument Sans';
  position: relative;
  overflow-x: hidden;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 32px;
}
h3 {
  color: #115AF1;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #000;
}
section {
  padding: 60px 0;
}
a {
  text-decoration: none;
  color: #37B0FE;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
a.ngBtn {
  display: inline-block;
  padding: 16px 24px;
  color: #fff;
  font-size: 16px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 4px;
  margin-right: 0 !important;
  background: -webkit-linear-gradient(bottom, rgba(17, 90, 241, 0.33) 0%, rgba(17, 90, 241, 0.33) 100%), -webkit-linear-gradient(bottom left, #115AF1 0%, #37B0FE 50%, #5CE0FE 100%);
  background: -o-linear-gradient(bottom, rgba(17, 90, 241, 0.33) 0%, rgba(17, 90, 241, 0.33) 100%), -o-linear-gradient(bottom left, #115AF1 0%, #37B0FE 50%, #5CE0FE 100%);
  background: linear-gradient(to top, rgba(17, 90, 241, 0.33) 0%, rgba(17, 90, 241, 0.33) 100%), linear-gradient(to top right, #115AF1 0%, #37B0FE 50%, #5CE0FE 100%);
  text-decoration: none;
}
.ngBtn:hover {
  background: -webkit-linear-gradient(bottom, rgba(17, 90, 241, 0.00) 0%, rgba(17, 90, 241, 0.00) 100%), -webkit-linear-gradient(bottom left, #115AF1 0%, #37B0FE 50%, #5CE0FE 100%);
  background: -o-linear-gradient(bottom, rgba(17, 90, 241, 0.00) 0%, rgba(17, 90, 241, 0.00) 100%), -o-linear-gradient(bottom left, #115AF1 0%, #37B0FE 50%, #5CE0FE 100%);
  background: linear-gradient(to top, rgba(17, 90, 241, 0.00) 0%, rgba(17, 90, 241, 0.00) 100%), linear-gradient(to top right, #115AF1 0%, #37B0FE 50%, #5CE0FE 100%);
  text-decoration: none !important;
}
.ngBtn.active {
  background: -webkit-linear-gradient(bottom, #115AF1 0%, #115AF1 100%), -webkit-linear-gradient(bottom left, #115AF1 0%, #37B0FE 50%, #5CE0FE 100%);
  background: -o-linear-gradient(bottom, #115AF1 0%, #115AF1 100%), -o-linear-gradient(bottom left, #115AF1 0%, #37B0FE 50%, #5CE0FE 100%);
  background: linear-gradient(to top, #115AF1 0%, #115AF1 100%), linear-gradient(to top right, #115AF1 0%, #37B0FE 50%, #5CE0FE 100%);
}
.blue {
  color: #06294B;
}
.roundImg {
  border-radius: 8px;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 16px 0;
  color: #fff;
}
header nav {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
header .ngNav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
header .ngNav a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 40px;
}
header .ngNav a:hover {
  text-decoration: underline;
}
header .mobileBtn {
  font-size: 24px;
  padding: 6px;
}
.mobClose {
  font-size: 24px;
  padding: 6px;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 16px;
}
.mobNavHolder {
  position: fixed;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  transition: all ease 1s;
}
.mobNavHolder.active {
  left: 0;
}
.mobNavHolder .mobNav {
  width: 80%;
  height: 100%;
  background: #062B50;
  border-right: 5px solid #37B0FE;
}
.mobNavHolder .mobNav .mobLogo {
  text-align: center;
  padding: 30px;
}
.mobNavHolder .mobNav .ngNav {
  margin: 0;
  padding: 0;
}
.mobNavHolder .mobNav .ngNav a {
  text-align: left;
  padding: 30px;
  font-size: 18px;
  border-top: 1px solid rgba(92, 224, 254, 0.50);
}
.mobNavHolder .mobNav nav a {
  color: #fff;
  display: block;
  padding: 30px 0;
}
.mobContact{
    margin:15px 0 0 0;
    padding:0;
    list-style:none
}
.mobContact li{
    margin-bottom:8px;
}
.mobContact a{
    display:block;
    text-align:center;
    color:#fff;
}
#ngBanner {
  position: relative;
  padding: 0;
  background: #000;
}
#ngBanner .banCnt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 899;
}
#ngBanner .banCnt .banTag {
  color: #5CE0FE;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
#ngBanner .banCnt h1 {
  color: #fff;
  font-size: 32px;
  font-style: norma;
  font-weight: 700;
  line-height: 120%;
}
#ngBanner .banImg img {
  width: 100%;
}
#ngBanner .banImg video {
  width: 100%;
}
#ngBanner .banImg::before {
  background: #06294D;
  background: radial-gradient(circle, rgba(6, 41, 77, 0.5) 0%, rgba(23, 85, 133, 1) 100%);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 888;
}
.mobBan {
  height: 500px;
}
.mobBan img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#downtime {
  position: relative;
}
#downtime .flexCnt {
  display: flex;
  align-items: center;
  height: 100%;
}
#services {
  background: linear-gradient(0deg, rgba(3, 79, 137, 0.20) 0%, rgba(3, 79, 137, 0.20) 100%), linear-gradient(45deg, #5CE0FE 0%, #37B0FE 50%, #115AF1 100%);
  color: #fff;
}
#services p {
  color: #FFF;
}
#services h2 {
  margin-bottom: 64px;
}
#services h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  margin-bottom: 32px;
}
.servItem {
  display: flex;
  padding: 12px;
  flex-direction: column;
  align-items: center;
  color: #B8E1FF;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 8px;
}
.servItem .servIcon {
  border-radius: 8px;
  border: 1px solid #B8E1FF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  font-size: 24px;
  margin-bottom: 8px;
}
.servItem .servTtl {
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.servItem:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.10) 100%), linear-gradient(45deg, rgba(17, 90, 241, 0.33) 0%, rgba(55, 176, 254, 0.33) 50%, rgba(92, 224, 254, 0.33) 100%);
}
.servItem.active {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.10) 100%), linear-gradient(45deg, rgba(17, 90, 241, 0.50) 0%, rgba(55, 176, 254, 0.50) 50%, rgba(92, 224, 254, 0.50) 100%);
}
.servItem:hover .servIcon, .servItem.active .servIcon {
  background: #005CA6;
  border: 1px solid #005CA6;
}
.servTab img {
  margin-bottom: 30px;
}
#about {
  position: relative;
  background: #F0F8FF;
}
#contact {
  position: relative;
}
.contactCnt {
  position: relative;
  z-index: 994;
}
.contactList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contactList li {
  margin-bottom: 28px;
}
.contactList .contactItem {
  display: flex;
}
.contactList .contactItem .contactIcon {
  margin-right: 8px;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background: var(--Logo-Linear, linear-gradient(45deg, #115AF1 0%, #37B0FE 50%, #5CE0FE 100%));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.contactList .contactItem .contactCnt {
  position: relative;
}
.contactList .contactItem .contactCnt .ttl {
  color: #06294B;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.contactList .contactItem .contactCnt .link, .contactList .contactItem .contactCnt .link:visited {
  text-decoration: none;
  color: #37B0FE;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
#remoteSupport {
  background: #B8E1FF;
}
.remoteInstructions {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 30px;
}
.remoteInstructions .step {
  padding: 48px;
  border-top: 1px solid var(--Blue-100, #DFEFFF);
  border-bottom: 1px solid var(--Blue-100, #DFEFFF);
}
.remoteInstructions .step h3 {
  margin-bottom: 16px;
}
.stepIcon {
  width: 80px;
  height: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: -webkit-linear-gradient(bottom right, rgba(184, 225, 255, 0.25) 0%, rgba(240, 248, 255, 0.25) 100%);
  background: -o-linear-gradient(bottom right, rgba(184, 225, 255, 0.25) 0%, rgba(240, 248, 255, 0.25) 100%);
  background: linear-gradient(to top left, rgba(184, 225, 255, 0.25) 0%, rgba(240, 248, 255, 0.25) 100%);
  margin-right: 32px;
}
.remoteImg {
  display: none;
}
footer {
  padding: 64px 0 24px 0;
  background: var(--Blue-1000, #06294B);
  color: #fff;
}
footer nav {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
footer .ngNav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
footer .ngNav a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 40px;
}
footer .ngNav a:hover {
  text-decoration: underline;
}
.subFooter {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #37B0FE;
}
.subFooter a, .subFooter a:visited {
  color: #fff;
  text-decoration: none;
}
.subFooter a:hover {
  text-decoration: underline;
}
.mapUnderlay {
  filter: grayscale(100%);
}
.mapUnderlay div {
  height: 100%;
  margin-bottom: 30px;
}
.mapUnderlay iframe {
  width: 100%;
  height: 100% !important;
  min-height: 500px;
}
@media screen and (min-width:992px) {
  section {
    padding: 120px 0;
  }
  #ngBanner .banCnt h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 40px;
  }
  .mobNavHolder {
    display: none;
  }
  .stepFlex {
    display: flex;
  }
  .servItem {
    width: 174px;
  }
  .remoteImg {
    display: block;
    margin-top: 120px;
  }
  .mapUnderlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}