/* == GENERAL STYLE OVERRIDES == */
h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px !important;
  line-height: 38px;
  text-align: center;
}

.btn {
  font-style: normal;
  font-weight: 700 !important;
}

.btn {
  padding: 8px 20px !important;
}

.btn-primary:active, .btn-primary:hover {
  background-color: #112138 !important;
  box-shadow: 0 0 0 0.2rem rgba(17, 30, 66, 0.5) !important;
  border-color: rgba(17, 30, 66, 0.25) !important;
}

.btn-primary:focus {
  background-color: #112138 !important;
  box-shadow: 0 0 0 0.2rem rgba(17, 30, 66, 0.5) !important;
  border-color: rgba(17, 30, 66, 0.25) !important;
}

.btn-primary:hover {
  background-color: #112138 !important;
  box-shadow: 0 0 0 0.2rem rgba(17, 30, 66, 0.5) !important;
  border-color: rgba(17, 30, 66, 0.25) !important;
}

button.btn.btn-primary.collapsed {
  color: #fff !important;
  background-color: #0C70CE !important;
  border-color: #0C70CE !important;
  box-shadow: none !important;
}

.fixed-top {
  padding-bottom: 0;
}

.svg:not(:root) {
  overflow: hidden;
}

.row {
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* ============================================================
   CUSTOM GENERAL STYLES
============================================================ */
/* == SECTION HEADER DETAIL == */
.content-category {
  background: url(../svg/divider.svg) no-repeat;
  background-size: 76px;
  background-position-x: left;
  background-position-y: top;
  padding-top: 12px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #686767;
}

/* == TITLE ICONS ==*/
.title-icon {
  margin-right: 12px;
  width: 58px;
  height: 58px;
  background: #F3F7FB;
  border: 4px solid #EC3F40;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
}

.title-icon svg {
  margin-top: -10px;
}

/* == CARD DESIGN OVERRIDES == */
.card {
  box-shadow: 0px 3px 24px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  z-index: 3;
}

.card-title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #122138;
}

.card-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #686767;
}

/* == SECTION TEXT BLOCKS == */
.lead-text {
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
  max-width: 440px;
  z-index: 3;
  margin-top: 3rem;
}

.body-large {
  font-style: normal;
  font-weight: normal;
  max-width: 380px;
  font-size: 1.125rem;
  line-height: 2rem;
  z-index: 3;
  color: #686767;
}

/* ============================================================
   NAV BAR OVERRIDES
============================================================ */
.navbar-nav {
  padding-top: 1.7rem;
  padding-bottom: 0.7rem;
}

.navbar-brand {
  padding-top: 0 !important;
  padding-bottom: 1.25rem !important;
}

.nav-link {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff !important;
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.navbar-scroll {
  background-color: rgba(18, 33, 56, 0.4);
  transition: background-color 0.5s;
}

/* ============================================================
   HERO SECTION STYLING
============================================================ */
/* == HERO SECTION STYLING */
video.bgvideo {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 130%;
  width: auto;
  height: auto;
  z-index: -1;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/buildings.jpg) no-repeat;
  background-size: cover;
}

.heroRounded {
  fill: #F3F7FB;
  margin-bottom: 0px;
}

.hero {
  color: #ffffff;
}

.hero h1 {
  margin-top: 0;
}

.hero .body-large {
  margin-top: 24px;
  margin-bottom: 36px;
  color: #fff;
}

/* ============================================================
   ABOUT SECTION STYLING
============================================================ */
section.module.parallax-1 {
  background-image: url("../svg/network-design.svg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 900px;
  padding-top: 128px !important;
  padding-bottom: 80px !important;
}

.about-section {
  padding-top: 2rem;
  background-color: #F3F7FB;
}

.about-section h2 {
  text-align: left;
  font-size: 32px;
}

.about-lead-text {
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
  max-width: 620px;
  z-index: 4;
}

.powered-by {
  margin-top: 170px;
}

/* == ICONS ON THE ABOUT CARDS */
.card-icon {
  padding: 16px;
  margin-right: 20px;
  height: 58px;
  background: linear-gradient(134.57deg, rgba(12, 112, 206, 0.5) 35.94%, rgba(20, 17, 97, 0.25) 100%), #0C70CE;
}

/* == POWERED BY / PARTNER LOGOS STYLING */
.logos {
  text-align: center;
  vertical-align: middle;
  margin-top: 40px;
}

/* ============================================================
    PRICE SECTION STYLING
 ============================================================ */
section.module.parallax-2 {
  background-image: url("../img/chicago.jpg");
  background-position: 50% 0;
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: cover;
  background-color: rgba(16, 33, 56, 0.01);
  z-index: -1;
  margin-top: -100px !important;
  padding-top: 110px !important;
}

.pricing-section {
  background-blend-mode: overlay;
  top: 0;
  margin-bottom: -240px;
}

/* == TEXT BLOCK OVERRIDES == */
.pricing-section-lead-text {
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
  z-index: 3;
  color: #fff;
  text-align: center;
}

.pricing-section-body-large {
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 2rem;
  margin-bottom: 3rem;
  z-index: 3;
  color: #fff;
  text-align: center;
}

.price a {
  color: #ffffff !important;
}

.price a:hover {
  text-decoration: underline !important;
  color: #ffffff;
}

.price-card a {
  text-decoration: none !important;
}

.price-card a:hover {
  color: #112138 !important;
  text-decoration: none !important;
}

/* == PRICE CARDS OVERRIDES == */
.price-card {
  background: -webkit-linear-gradient(161.99deg, #125fa5 0%, #122138 91.59%), #122138;
  background: -moz-linear-gradient(161.99deg, #125fa5 0%, #122138 91.59%), #122138;
  background: -o-linear-gradient(161.99deg, #125fa5 0%, #122138 91.59%), #122138;
  background: linear-gradient(161.99deg, #125fa5 0%, #122138 91.59%), #122138;
  -webkit-transition: margin-top 0.5s ease, margin-bottom 0.5s ease;
  -moz-transition: margin-top 0.5s ease, margin-bottom 0.5s ease;
  -o-transition: margin-top 0.5s ease, margin-bottom 0.5s ease;
  transition: margin-top 0.5s ease, margin-bottom 0.5s ease;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  max-width: 348px;
  min-width: 268px !important;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  color: #FFFFFF;
  position: relative;
}

.price-card:hover {
  margin-top: -36px;
  margin-bottom: 36px;
  background: -webkit-linear-gradient(161.99deg, #0c70cd 0%, #1B486C 91.59%), #1B486C;
  background: -moz-linear-gradient(161.99deg, #0c70cd 0%, #1B486C 91.59%), #1B486C;
  background: -o-linear-gradient(161.99deg, #0c70cd 0%, #1B486C 91.59%), #1B486C;
  background: linear-gradient(161.99deg, #0c70cd 0%, #1B486C 91.59%), #1B486C;
}

.price-card-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 2rem;
}

.price-card-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
}

.starting-at {
  font-weight: 700;
  font-size: 16px !important;
  line-height: 24px;
  color: #C6D1DA;
  margin-bottom: 0 !important;
}

.price-card-price {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 51px;
  white-space: nowrap;
}

.price-card-currency {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #C6D1DA;
}

.price-card-terms {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #C6D1DA;
}

sup.price-card-currency {
  vertical-align: super;
  font-size: smaller;
  top: -0.8em;
  margin-right: 4px;
}

.price-card-list {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.price-card-list .fa-li {
  color: #C6D1DA;
}

.price-card-savings {
  font-weight: 300;
  font-size: 12px !important;
  line-height: 28px;
  text-align: center;
  color: #C6D1DA;
}

/* == COLOR AND POSITION OF ROUNDED BOTTOM OF PRICING SECTION */
.apiRounded {
  fill: #C6D1DA;
  margin-bottom: 12px;
}

@media (min-width: 576px) {
  .card-deck .card {
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .card-deck .card {
    margin-bottom: auto !important;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  section.module.parallax-2 {
    background-size: auto 114% !important;
  }

  .card-deck .card {
    margin-bottom: 36px !important;
    max-width: 80%;
  }
}
/* ============================================================
     API SECTION STYLING
  ============================================================ */
.apis-section {
  padding-top: 2rem;
  background-color: #f9fbfd;
}

section.module.parallax-3 {
  background-image: linear-gradient(to bottom, #c6d1da, rgba(198, 209, 218, 0)), url("../img/network-nodes.png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  margin-bottom: 0 !important;
  padding-top: 130px !important;
  overflow: hidden;
  padding-bottom: 70px !important;
}

.apis-gradient {
  margin-top: -240px;
  background: linear-gradient(180deg, #C6D1DA 6.95%, rgba(198, 209, 218, 0) 35.49%);
}

/* == API SECTION TEXT STYLES == */
.apis-section-lead-text {
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  z-index: 3;
  color: #122138;
  text-align: center;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

/* == API CARD STYLES == */
.card.apicard {
  background: #112138 !important;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border: none;
  z-index: 3;
  overflow: hidden;
  color: #ffffff;
  margin: auto;
}

.card.apicard h5 {
  color: #fff !important;
}

.card.apicard.card-body {
  padding: 0 !important;
}

.card.apicard img {
  vertical-align: middle;
  border-style: none;
  overflow: hidden;
  margin-top: 0px !important;
  object-fit: cover;
  object-position: 0 80%;
  width: 100%;
  height: 377px;
}

.apicard.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* ============================================================
   CASE STUDY / CAROUSEL SECTION STYLING
============================================================ */
section.module.content.cases {
  background-color: #ffffff;
  padding: 128px 0;
}

/*==== CASES STYING === */
.cases h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #0C70CE;
}

.cases p.body-large {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #686767;
}

/*==== CAROUSEL STYING === */
.carousel {
  margin: 1rem;
}

.carousel-inner {
  height: auto;
}

.carousel-control-prev {
  left: 10px;
  margin-left: 50px;
}

.carousel-control-next {
  left: 100px;
}

.carousel-indicators .active {
  opacity: 1 !important;
  background-color: #0C70CE !important;
}

.carousel-control {
  position: absolute;
  top: auto !important;
  bottom: -36px !important;
  font-size: 36px;
  color: #0C70CE !important;
  width: 40px !important;
}

.carousel-indicators {
  position: absolute;
  right: auto !important;
  bottom: auto !important;
  left: 0px !important;
  margin-top: -40px !important;
  top: 0;
  z-index: 15;
  display: flex;
  justify-content: left !important;
  padding-left: 0;
  margin-right: auto !important;
  margin-left: -47px !important;
  list-style: none;
  transform: rotate(90deg);
}

.carousel-indicators li {
  width: 20px !important;
  height: 6px !important;
  background-color: #124774 !important;
  opacity: 0.25 !important;
}

.carousel-item img {
  width: inherit;
  margin-top: -64px;
  overflow-y: visible;
}

.carousel-item h2 {
  text-align: left;
}

/* ============================================================
   LEADERSHIP SECTION STYLING
============================================================ */
/* == LEADERSHIP SECTION OVERRIDES == */
.leadership .btn:hover {
  text-align: center;
  box-shadow: 0 0 0 0.2rem rgba(17, 30, 66, 0.5) !important;
  border-color: rgba(17, 30, 66, 0.25) !important;
}

/*==== TEAM STYLING === */
section.module.leadership {
  background: #F3F7FB;
}

.team-name {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #0C70CE;
}

.team-title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #686767;
}

.bio {
  text-align: center;
  margin-bottom: 30px;
}

.bio img {
  margin-bottom: 1.5rem;
}

.leadership h2 {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 60px;
  font-weight: 700;
  color: #112138;
}

.leadership .btn {
  text-align: center;
}

/* ============================================================
   CONTACT US SECTION STYLING
============================================================ */
/*==== CONTACT STYING === */
section.module.contact {
  background: linear-gradient(173.79deg, rgba(27, 72, 108, 0.6) 0%, rgba(18, 33, 56, 0.6) 91.59%), #1B486C;
}

.contact h2 {
  color: #FFFFFF;
  margin-top: 36px;
  margin-bottom: 24px;
}

.contact p {
  font-size: 18px;
  line-height: 32px;
  color: #F3F7FB;
}

.contact form {
  margin-top: 36px;
}

.contact label {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #F3F7FB;
}

.contact a {
  color: #ffffff;
}

.contact a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* == CONTACT SECTION ICONS == */
.contact .fa-li {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #F3F7FB;
  top: 11px;
  left: -31px;
}

/* == CONTACT DETAILS STYLING == */
.contact-details {
  background: rgba(18, 33, 56, 0.25);
  border-radius: 3px;
  margin-left: -40px;
  border-left-color: #EC3F40 !important;
  border-left-width: 6px !important;
  border-left: solid;
  padding: 10px 30px 10px 45px;
  margin-bottom: 24px;
}

.contact-details p {
  margin-bottom: 0;
}

.contact h2 {
  text-align: left;
}

/* == CONTACT FORM STYLING == */
.contact input {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(243, 247, 251, 0.25);
  border-radius: 3px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #C6D1DA;
}

.contact input:focus {
  background: rgba(255, 255, 255, 0.5);
  border: #0C70CE;
  color: #122138;
}

.contact select {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(243, 247, 251, 0.25);
  border-radius: 3px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #C6D1DA;
}

.contact option {
  color: #122138;
}

.contact select:focus {
  background: rgba(255, 255, 255, 0.5);
  border: #0C70CE !important;
  color: #122138;
}

.contact textarea {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(243, 247, 251, 0.25);
  border-radius: 3px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #C6D1DA;
}

.contact textarea:focus {
  background: rgba(255, 255, 255, 0.5);
  border: #0C70CE !important;
  box-shadow: 0 0 0 0.1rem;
  color: #122138;
}

.contact .intl-tel-input {
  display: block;
}

/* == CONTACT FORM VALIDATION STYLING == */
.contact .invalid-feedback {
  color: #ffbfbc;
}

.contact .error {
  color: #ffbfbc;
}

.contact .error-text {
  border: 1px solid;
  color: #ffbfbc !important;
}

.contact .was-validated .form-control:invalid {
  border-color: #ffbfbc !important;
}

.contact #contact-alerts {
  float: right;
  padding: inherit;
}

.contact .alert {
  line-height: 16px;
}

/* ============================================================
   FOOTER STYLING
============================================================ */
section.module.footer {
  background: #122138;
  color: #ffffff;
}

section.module.content.footer {
  padding: 15px 0;
}

.footer {
  font-size: 14px;
}

.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer img {
  padding-top: 30px;
}

.footer a {
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  text-transform: capitalize;
  color: #ffffff;
  white-space: nowrap;
}

.footer a:hover {
  color: #ffffff;
}

.footer .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.footer .btn {
  white-space: nowrap;
}

.partners-section {
  position: relative;
  padding-top: 5rem;
  background-color: #fff;
  z-index: 1;
  padding-bottom: 2rem;
}

.static {
  background: transparent;
  height: 50vh;
}

/* ============================================================
  PARALLAX STRUCTURE
============================================================ */
.parallax-container {
  max-width: 960px;
  margin: 0 auto;
}

section.module.parallax {
  padding: 228px 0;
  background-position: 0 0;
}

/* ============================================================
  PARALLAX SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}

section.module.content {
  padding: 40px 0;
}

section.module.content:last-child {
  margin-bottom: 0;
}

/* ======== RESPONSIVE OVERRIDES ===== */
@media (max-width: 576px) {
  .carousel-indicators {
    margin-top: 20px !important;
  }

  .carousel-item img {
    margin-top: 0px !important;
    margin-left: -10px;
    object-fit: cover;
    object-position: 0 50%;
    width: 100%;
    height: 220px;
    border-radius: 4px;
  }
}
@media (max-width: 768px) {
  .navbar {
    background-color: #122138 !important;
  }
}
@media (max-width: 460px) {
  .card.apicard img {
    object-position: 0 50% !important;
    height: 200px !important;
  }
}
/*======== END OVERRIDES ======== */
