:root {
  --blue: #003974;
  --light-blue: #006ce7;
  --dark-blue: #000c47;
  --pale-blue: #8dd1f4;
  --red: #cd141f;
  --grey: #111;
  --mid-grey: #444;
  --light-grey: #e7e7e7;
  --typeface1: "Plus Jakarta Sans", sans-serif;
  --typeface2: "Alumni Sans", sans-serif;
}
body {
  border: 0;
  padding: 0;
  margin: 0;
  font-family: var(--typeface1);
  font-style: normal;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  color: var(--grey);
}
html {
  scroll-behavior: smooth;
}
a:link, a:visited {
  text-decoration: none;
  color: var(--blue);
  font-weight: 700;
}
a:hover, a:active {
  text-decoration: none;
  color: var(--red);
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
.vl-btn {
  font-family: var(--typeface2);
  font-weight: 500 !important;
  font-style: normal;
  display: block;
  max-width: 250px;
  background-color: rgba(0, 108, 231, 0.9);
  padding: 10px 0;
  text-align: center;
  margin: 0 auto;
  color: #fff !important;
  font-size: 22px;
  line-height: 20px;
  text-transform: uppercase;
  border-radius: 20px;
  transition: all 0.3s;
  text-decoration: none;
}
.vl-btn:hover, .vl-btn:active, .vl-btn:focus {
  background-color: var(--red);
  color: #fff !important;
  text-decoration: none;
}
.content-slider-btn {
  position: absolute;
  background-color: var(--light-blue);
  width: 46px;
  height: 46px;
  color: #fff !important;
  border-radius: 23px;
  transition: all 0.3s;
  text-decoration: none;
  z-index: 2;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}
.content-slider-btn:hover, .vl-btn:active, .vl-btn:focus {
  background-color: var(--red);
  color: #fff !important;
  text-decoration: none;
}
.content-slider-btn .carousel-control-prev-icon {
  width: 18px;
  height: 18px;
  margin-right: 2px;
}
.content-slider-btn .carousel-control-next-icon {
  width: 18px;
  height: 18px;
  margin-left: 2px;
}
h1 {
  font-family: var(--typeface1);
  font-size: 40px;
  line-height: 57px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #fff;
}
h2 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
  padding: 0;
  margin: 0 0 20px 0;
  color: var(--grey);
  text-transform: uppercase;
}
h4 {
  font-family: var(--typeface2);
  font-size: 22px;
  line-height: 20px;
  font-weight: 600;
  color: var(--mid-grey);
  text-transform: uppercase;
}
.subpage-bg h1 {
  margin: 80px 0 280px 0;
}
.subpage h2, .subpage h3 {
  font-size: 25px;
  line-height: 36px;
  margin: 0 0 20px 0;
  font-weight: 500;
  text-transform: none;
}
.content-slider-box h2 {
  font-family: var(--typeface2);
  display: inline-block;
  font-size: 22px;
  line-height: 20px;
  margin: 0 0 8px 0;
  font-weight: 500;
  text-transform: uppercase;
  background-color: rgba(0, 108, 231, 0.9);
  color: #fff;
  padding: 2px 5px;
}
.highlighter {
  background-color: rgba(0, 108, 231, 0.9);
  color: #fff;
  padding: 0 13px 2px 13px;
  margin: 0;
}
.vl-bullets {
  padding-left: 15px;
  display: table;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: var(--mid-grey);
}
.vl-bullets li {
  list-style: none;
  padding-top: 8px;
  padding-bottom: 8px;
  display: table-row;
}
.vl-bullets li:before {
  content: "\203A";
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: var(--red);
  display: table-cell;
}
header {
  width: 100%;
  position: relative;
  display: flex;
  background-color: rgba(0, 12, 71, 0.5);
}
header video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: fixed;
  z-index: -2;
  background-color: var(--dark-blue);
}
header.subpage-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: var(--dark-blue);
  background: url("../assets/backgrounds/subpage-header-bg.webp");
  background-repeat: repeat-y;
  background-position: center top;
  background-attachment: fixed;
  background-size: 100%;
}
.vl-logo {
  font-size: 18px;
  font-family: var(--typeface1);
}
.vl-logo a:link, .vl-logo a:visited {
  color: var(--grey);
  padding: 10px 30px;
  transition: all 0.3s;
  font-weight: 800;
}
.vl-logo a:hover, .vl-logo a:active, .vl-logo a:focus {
  color: var(--blue);
  text-decoration: none;
}
.vl-logo a:hover .vl, .vl-logo a:active .vl, .vl-logo a:focus .vl {
  color: var(--blue);
}
.vl {
  color: var(--red);
  transition: all 0.3s;
}
nav {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 40px;
  margin: 40px 0 0 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
nav .list-group {
  border-radius: 0;
  padding: 0;
  margin: 0;
}
nav .list-group-item {
  font-family: var(--typeface2);
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
nav .list-group-item:last-child {
  border: 0;
}
.list-group-item.phone, .list-group-item.address {
  display: block;
  color: var(--mid-grey);
  margin: 4px 0;
  padding: 4px 20px 8px 10px;
}
.address-line2 {
  margin-left: 25px;
}
#navdrop {
  border-radius: 0 0 40px 40px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.menu-items a:link, .menu-items a:visited {
  color: var(--mid-grey);
  text-decoration: none;
  display: block;
  margin: 4px 0;
  padding: 4px 0 4px 10px;
  transition: all 0.3s;
  border-radius: 18px;
  font-weight: 500;
}
.menu-items a:active, .menu-items a:hover, .menu-items a:focus {
  text-decoration: none;
  background-color: rgba(141, 209, 244, 0.5);
  padding-left: 15px;
  color: var(--blue);
}
.menu-items a:link i, .menu-items a:visited i, .menu-items .phone i, .menu-items .address i {
  color: var(--mid-grey);
  padding-right: 10px;
  font-size: 16px;
}
.menu-items a:active i, .menu-items a:hover i, .menu-items a:focus i {
  color: var(--blue);
}
.top-level, a.top-level {
  font-family: var(--typeface1);
  font-weight: 800 !important;
  font-size: 15px;
  margin-bottom: 0 !important;
}
.nav-btn {
  width: 46px;
  height: 46px;
  border-radius: 23px;
  background-color: var(--light-blue);
  font-size: 24px;
  text-align: center;
  color: #fff;
  padding: 0;
  margin: 0;
  transition: all 0.3s;
}
.nav-btn:hover, .nav-btn:focus {
  background-color: var(--red);
  color: #fff;
  outline: 0;
  text-decoration: none;
}
.hero {
  position: relative;
  color: #fff;
  margin: 40px auto 90px auto;
  z-index: 2;
}
.subpage-bg .hero {
  position: relative;
  color: #fff;
  margin: 0 auto;
  z-index: 2;
}
.hero .vl-btn {
  margin-top: 20px;
}
.content-area {
  width: 100%;
  position: relative;
  background-color: #fff;
}
.subpage {
  background-color: #fff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 90%, rgba(231, 231, 231, 1) 100%);
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.6);
  position: relative;
}
.subpage-overlap {
  background-color: #fff;
  background: linear-gradient(-20deg, rgba(255, 255, 255, 1) 75%, rgba(211, 211, 211, 1) 100%);
  position: relative;
  top: -200px;
  border-radius: 40px;
  margin-bottom: -200px;
}
.intro-col {
  height: 600px;
  margin-top: 10px;
}
.technician-pic {
  position: relative;
  background-image: url("../assets/images/technician.webp");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  max-width: 480px;
  margin: 0 auto;
  z-index: 2;
}
.icons-box {
  position: absolute;
  z-index: 1;
  height: 160px;
  width: 97vw;
  border-radius: 0 80px 80px 0;
  bottom: 30px;
  left: 0;
  background-color: var(--blue);
  background-image: linear-gradient(20deg, rgba(0, 12, 71, 1), rgba(0, 57, 116, 1));
}
.icons-box-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.icons-box-icons div {
  font-family: var(--typeface2);
  text-align: center;
  font-size: 18px;
  line-height: 17px;
  text-transform: uppercase;
  width: 120px;
  margin: 13px;
}
.icons-box-icons a:link, .icons-box-icons a:visited {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  font-weight: 500;
}
.icons-box-icons a:active, .icons-box-icons a:hover, .icons-box-icons a:focus {
  color: var(--pale-blue);
  text-decoration: none;
}
.icons-box-icons i {
  color: rgba(0, 108, 231, 0.9);
  display: inline-block;
  font-size: 32px;
  padding-bottom: 10px;
  transition: all 0.5s;
}
.icons-box-icons a:active i, .icons-box-icons a:hover i, .icons-box-icons a:focus i {
  color: var(--pale-blue);
}
.subpage .icons-box-icons div {
  margin: 8px 13px;
}
.subpage .icons-box-icons a:link, .subpage .icons-box-icons a:visited {
  display: block;
  color: var(--mid-grey);
  transition: all 0.5s;
  border-radius: 60px;
  background-color: rgba(255, 255, 255, 0);
  width: 120px;
  height: 120px;
  padding-top: 16px;
}
.subpage .icons-box-icons a:active, .subpage .icons-box-icons a:hover, .subpage .icons-box-icons a:focus {
  color: var(--blue);
  background-color: rgba(141, 209, 244, 0.5);
}
.subpage .icons-box-icons i {
  color: var(--light-blue);
  opacity: 1;
}
.subpage .icons-box-icons a:active i, .subpage .icons-box-icons a:hover i, .subpage .icons-box-icons a:focus i {
  color: var(--blue);
}
footer {
  width: 100%;
  position: relative;
  background-color: #fff;
  z-index: 3;
}
.footer-top {
  width: 100%;
  height: 270px;
  background-color: var(--blue);
  background-image: radial-gradient(rgba(0, 57, 116, 1), rgba(0, 12, 71, 1));
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-callout {
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
  padding: 0;
  margin: 0 0 20px 0;
  color: #fff;
  text-transform: uppercase;
}
.footer-phone {
  display: inline-block;
  white-space: nowrap;
}
.footer-icon {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: #fff;
  position: absolute;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  top: 220px;
  left: calc(50% - 50px);
  text-align: center;
  z-index: 3;
}
.footer-icon svg {
  width: 100px;
  height: 100px;
}
.footer-bottom {
  font-family: var(--typeface2);
  position: relative;
  width: 100%;
  background-color: var(--light-grey);
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  color: var(--mid-grey);
  z-index: 2;
  font-weight: 400;
}
.footer-bottom i {
  font-size: 16px;
  color: var(--mid-grey);
}
.footer-bottom .social-icons i {
  font-size: 24px;
  transition: all 0.3s;
  color: var(--mid-grey);
}
.footer-top a:link, .footer-top a:visited, .footer-top a:active, .footer-top a:hover, .footer-top a:focus {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.footer-bottom a:link, .footer-bottom a:visited {
  color: var(--mid-grey);
  text-decoration: none;
  font-weight: 400;
  line-height: 28px;
}
.footer-bottom a:active, .footer-bottom a:hover, .footer-bottom a:focus, .footer-bottom a:active .vl, .footer-bottom a:hover .vl, .footer-bottom a:focus .vl {
  color: var(--blue);
  text-decoration: none;
}
.footer-bottom a:active i, .footer-bottom a:hover i, .footer-bottom a:focus i {
  color: var(--red);
  text-decoration: none;
}
.wordmark {
  font-family: var(--typeface1);
  color: var(--grey);
  font-weight: 800;
  font-size: 18px;
}
.wordmark .vl {
  color: var(--red);
}
a:link.social-icons, a:visited.social-icons {
  color: var(--mid-grey);
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}
a:active.social-icons, a:hover.social-icons, a:focus.social-icons {
  color: var(--red);
  text-decoration: none;
}
.copyright {
  font-family: var(--typeface1);
  font-size: 12px;
}
.copyright a:link {
  font-weight: 700;
  white-space: nowrap;
}
.cls-1 {
  fill: #666;
}
.cls-1, .cls-2 {
  stroke-width: 0px;
}
.cls-2 {
  fill: var(--red);
}
.custom-shape-divider-bottom-1722368206 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.custom-shape-divider-bottom-1722368206 svg {
  position: relative;
  display: block;
  width: calc(140% + 1.3px);
  height: 130px;
}
.custom-shape-divider-bottom-1722368206 .shape-fill {
  fill: #FFFFFF;
}
.slidein {
  opacity: 0;
  transform: translate(-20vw, 0);
  transition: all 2s ease;
}
.slidein.visible {
  opacity: 1;
  transform: translate(0, 0);
}
.footerslide {
  transform: translate(0, 100vh);
  transition: all 2s ease;
}
.footerslide.visible {
  transform: translate(0, 0);
}
.content-slider-box {
  background-color: var(--light-grey);
  border-radius: 40px;
  margin: 0 23px;
  min-height: 850px;
}
.content-slider-box.web-development {
  min-height: 500px;
}
.content-slider-box img {
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.2);
}
#content-slider {
  position: relative;
  width: 100%;
}
.sitemap-top-level {
  display: inline-block;
  font-family: var(--typeface1);
  font-weight: 800 !important;
  font-size: 15px;
  text-transform: uppercase;
  margin: 20px 0 0 0;
}
.sitemap-second-level {
  display: inline-block;
  font-family: var(--typeface2);
  font-weight: 500 !important;
  font-size: 18px;
  text-transform: uppercase;
}
.contact-form {
  height: 1350px;
}
@media only screen and (max-width: 1200px) {
  .intro-col {
    height: auto;
  }
  .technician-pic {
    background-size: auto 100%;
    z-index: 1;
    height: 500px;
    width: 100%;
  }
  .icons-box {
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    border-radius: 0;
    text-align: center;
    background-image: radial-gradient(circle, rgba(0, 57, 116, 1), rgba(0, 12, 71, 1));
    margin: 0;
    bottom: 0;
    padding: 30px 15px;
  }
  .menu-items a:link, .menu-items a:visited, .menu-items a:active, .menu-items a:hover, .menu-items a:focus {
    padding: 3px;
    background: none;
  }
  .vl-logo a:link, .vl-logo a:visited, .vl-logo a:active, .vl-logo a:hover, .vl-logo a:focus {
    padding: 13px;
  }
  .list-group-item.phone, .list-group-item.address {
    padding: 3px 3px 7px 3px;
  }
  .slidein {
    opacity: 1;
    transform: translate(0, 0);
  }
  .slidein.visible {
    opacity: 1;
    transform: translate(0, 0);
  }
  .contact-form {
    height: 1500px;
  }
}
@media only screen and (max-width: 992px) {
  .footer-callout {
    text-align: center;
  }
  nav {
    margin: 25px 0 0 0;
  }
  .hero {
    margin: 40px auto 80px auto;
  }
  .highlighter {
    background-color: var(--light-blue);
    color: #fff;
    padding: 0 10px;
    margin: 0;
  }
  .intro-col {
    height: auto;
  }
  .technician-pic {
    background-size: auto 100%;
    z-index: 1;
    height: 500px;
    width: 100%;
  }
  .custom-shape-divider-bottom-1722368206 svg {
    height: 35px;
  }
  .icons-box {
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    border-radius: 0;
    text-align: center;
    background-image: radial-gradient(circle, rgba(0, 57, 116, 1), rgba(0, 12, 71, 1));
    margin: 0;
    bottom: 0;
    padding: 25px 10px;
  }
  header.subpage-bg {
    background-size: 125%;
  }
  .contact-form {
    height: 1350px;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 25px;
    line-height: 37px;
    text-align: center;
  }
  h2, .footer-callout {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }
  .footer-callout {
    margin: 0 0 10px 0;
  }
  .highlighter {
    padding: 0 8px 1px 8px;
  }
  .content-slider-box h3 {
    margin-top: 30px;
    text-align: center;
  }
  .content-slider-box h2 {
    display: block;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-inline: auto;
    width: fit-content;
    text-align: center;
  }
  .footer-phone {
    display: block;
    white-space: nowrap;
    margin: 0 auto 6px auto;
  }
  .content-slider-box {
    border-radius: 20px;
    margin: 0;
    padding-top: 62px;
  }
  .carousel-control-prev {
    top: 44px;
    margin-left: calc(50% - 55px);
  }
  .carousel-control-next {
    top: 44px;
    margin-right: calc(50% - 55px);
  }
  header.subpage-bg {
    background-attachment: scroll;
    background-size: 160%;
  }
  .contact-form {
    height: 1500px;
  }
}
@media only screen and (max-width: 576px) {
  .subpage-overlap {
    border-radius: 0px;
    background: #fff;
  }
  h1 {
    font-size: 18px;
    line-height: 27px;
    text-align: center;
  }
  .subpage-bg h1 {
    margin: 50px 0 250px 0;
  }
  .highlighter {
    padding: 0 8px 2px 8px;
  }
}