h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 70px;
  line-height: 105%;
  font-weight: 200;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 20px;
  font-size: 60px;
  line-height: 105%;
  font-weight: 300;
  text-transform: lowercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 20px;
  color: #2f679c;
  font-size: 35px;
  line-height: 105%;
  font-weight: 300;
}

p {
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}

.body {
  font-family: neue-haas-grotesk-display, sans-serif;
  color: #646464;
  font-size: 16px;
  line-height: 150%;
}

.hero-section {
  position: relative;
  z-index: 2;
  box-shadow: 0 1px 50px 20px rgba(0, 0, 0, 0.7);
}

 /* Video Modal container */
.videoModal {
    display: none;
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}

/* Video Modal content */
.videoModal .modal-content {
    background-color: #fefefe;
    margin: 15% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 80%; 
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    animation: slide-down 0.4s ease;
}

/* Video Modal Close button */
.videoModal .vidClose {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.videoModal .vidClose:hover,
.videoModal .vidClose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@keyframes slide-down {
    from {
        transform: translateY(-30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.nav-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #646464;
  background-color: #fff;
  box-shadow: 0 1px 10px -5px rgba(0, 0, 0, 0.6);
}

.alert-div {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #ee3b34;
  font-family: neue-haas-grotesk-display, sans-serif;
  color: #fff;
  font-size: 13px;
}

.alert-p {
  width: 85%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  line-height: 110%;
  text-align: center;
  letter-spacing: 0.5px;
}

.expanded-wrapper {
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.expanded-wrapper.nav-flexer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.alert-span {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.alert-link {
  color: #fff;
  font-weight: 600;
}

.alert-link:hover {
  text-decoration: none;
}

.logo-img {
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
}

.brand {
  width: 230px;
  padding-left: 0px;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  font-family: neue-haas-grotesk-display, sans-serif;
  color: #585858;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.03px;
  text-decoration: none;
  text-transform: lowercase;
}

.nav-link:hover {
  color: #ee3b34;
}

.nav-link.w--current {
  color: #2f679c;
}

.nav-link.dropdown {
  padding-right: 30px;
  padding-left: 15px;
}

.nav-link.dd-link {
  padding-right: 0px;
  padding-left: 0px;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slider {
  position: static;
  min-height: 700px;
}

.slider-blur-screen {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(9, 9, 9, 0.83);
  color: #fff;
}

.mask {
  z-index: 5;
}

.slide {
  background-image: url('../images/slider-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-nav {
  z-index: 5;
  height: 100px;
  padding-top: 50px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), color-stop(51%, hsla(0, 0%, 67.1%, 0)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.65), hsla(0, 0%, 67.1%, 0) 51%, hsla(0, 0%, 100%, 0));
}

.slider-text-container {
  position: relative;
  z-index: 10;
  width: 85%;
  max-width: 600px;
  margin-left: auto;
  padding-right: 65px;
}

.apv-section {
  position: relative;
  z-index: 1;
}

.basic-wrapper {
  position: relative;
  z-index: 3;
  width: 85%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.basic-wrapper._w-mb {
  margin-bottom: 70px;
}

.apv-text-holder {
  position: relative;
  width: 40%;
  min-height: 200px;
  color: #2f679c;
  line-height: 140%;
  font-weight: 500;
}

.apv-text-holder.hide {
  display: none;
}

.stats-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.apv-p {
  font-size: 38px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.stats-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.stats-holder.hide {
  display: none;
}

.stat-span {
  display: block;
  color: #2f679c;
  font-size: 18px;
  line-height: 80%;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.stat-text {
  margin-left: 50px;
  color: #ee3b34;
  font-size: 68px;
  line-height: 100%;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.8px;
}

.red-span {
  color: #ee3b34;
}

.blue-span {
  color: #2f679c;
}

.gray-span {
  color: #979797;
}

.white-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 70px;
}

.white-section.lpt {
  overflow: hidden;
  padding-top: 50px;
}

.right-extend-wrapper {
  width: 93%;
  margin-left: auto;
}

.right-extend-wrapper.margin-top-bottom {
  margin-top: 35px;
  margin-bottom: 35px;
}

.bold-blue-span {
  font-weight: 600;
}

.awards-holder {
  min-width: 52%;
  margin-left: 60px;
  padding-left: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background-color: #e1e9f1;
}

.team-awards-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.award-li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.award-img {
  width: 60px;
  height: 60px;
  margin-top: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /*border-style: solid;*/
  /*border-width: 1px;*/
  /*border-color: #979797;*/
  border-radius: 500px;
  background-image: url('../images/1_Inc5000.png');
  background-position: 50% 50%;
  background-size: cover;
}

.award-img.award2 {
  background-image: url('../images/2_awards-and-recognition.png');

}
.award-img.award3 {
  background-image: url('../images/3_awards-and-recognition-icon.png');
}
.award-img.award4 {
  background-image: url('../images/award_4_v234.png');
    width: 52px !important;
  height: 52px !important;
}
.award-date {
  margin-bottom: 0px;
  font-size: 14px;
}

.award-title {
  margin-bottom: 5px;
  color: #ee3b34;
  font-size: 17px;
  line-height: 120%;
  font-weight: 600;
}

.award-text-holder {
  padding-left: 20px;
}

.awards-inner-wrapper {
  width: 75%;
  max-width: 500px;
}

.basic-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #2f679c;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.basic-link:hover {
  -webkit-filter: brightness(140%);
  filter: brightness(140%);
}

.basic-link.red {
  color: #ee3b34;
}

.basic-link.light-blue {
  color: #bddcff;
}

.underline-span {
  text-decoration: underline;
}

.link-p {
  margin-bottom: 0px;
}

.plus {
  margin-bottom: 0px;
  margin-left: 4px;
}

.body-background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.line {
  width: 0.5px;
  background-color: #979797;
  opacity: 0;
}

.blue-gradient-section {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #2f679c;
  background-image: linear-gradient(280deg, #2f679c, #234e76 75%, #031322);
  /* box-shadow: 0 1px 50px -1px rgba(0, 0, 0, 0.7); */
  color: #fff;
}
.download{
  background-image: url(../images/download.svg);
  background-repeat: no-repeat;
  display:inline-block;
  width: 22px;
  height: 20px;
  position: absolute;
  left: -30px;
}
.download-footer-links ul li{
    list-style-type: none;
}
.h2-blue {
  color: #bddcff;
}

.service-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.service-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  margin-right: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid #fff;
}

.service-tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  background-color: transparent;
  background-image: url('../images/line.svg');
  background-position: 100% 50%;
  background-size: 0px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  line-height: 140%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.service-tab-link:hover {
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  font-weight: 500;
}

.service-tab-link.w--current {
  background-color: transparent;
  background-size: 30px;
  font-weight: 600;
}

.service-tab-link.w--current:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.tabs-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.service-name {
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 120%;
  font-weight: 200;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.34);
}

.service-tab-img {
  position: relative;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  opacity: 0.4;
}

.service-bgi {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 250px;
  opacity: 0.13;
}

.industries-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.industry-block {
  position: relative;
  z-index: 1;
  width: 20%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #979797;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.industry-block:hover {
  z-index: 2;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
  color: #ee3b34;
  font-size: 16px;
}

.industry-img {
  position: relative;
  overflow: auto;
  min-height: 280px;
}

.industry-img.ind-health {
  position: relative;
  background-image: url('../images/industries-health.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.industry-img.ind-edu {
  position: relative;
  background-image: url('../images/industries-edu.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.industry-img.ind-def {
  background-image: url('../images/industries-defense.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.industry-img.ind-util {
  background-image: url('../images/utilities-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.industry-img.ind-gov {
  background-image: url('../images/industries-gov.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.industry-label {
  padding-top: 8px;
  letter-spacing: 2px;
}

.industry-info-holder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(9, 9, 9, 0.6);
  opacity: 0;
  color: #fff;
  font-size: 14px;
  line-height: 140%;
  font-weight: 600;
  text-transform: none;
}

.industry-block:hover .industry-info-holder{
  display:flex;
  opacity: 1;
  transition: all 200ms ease!important;
}
.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  width: 33.333333333333336%;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.66666666666667%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.client-logo {
  width: 100px;
  max-height: 90px;
}

.cl-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partner-logo-link {
  width: 18%;
}

.partners-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.star-section {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #585858;
  background-image: url('../images/flag-bgi.jpg'), linear-gradient(135deg, #767676, #090909);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
  box-shadow: 0 1px 50px -1px rgba(0, 0, 0, 0.7);
}

.slider-holder {
  color: #fff;
  text-align: center;
}

.slider-holder.white-bg {
  color: #2f679c;
}

.slider-link-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #fff;
}

.slider-link-holder.white-bg {
  border-top-color: #979797;
}

.div-block-9 {
  width: 70%;
  max-width: 800px;
}

.slide-testimonial-p {
  padding-top: 20px;
  padding-bottom: 35px;
  font-size: 18px;
  line-height: 150%;
  font-style: italic;
  letter-spacing: 0.3px;
}

.slider-testimonial-name {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.footer-section {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #090909;
  color: #fff;
}

.testimonials-bgi-screen {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 40%;
  background-image: url('../images/background-accent.png');
  background-position: 100% 100%;
  background-size: 85%;
  background-repeat: no-repeat;
}

.testimonials-bgi-stars {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 20%;
  background-image: url('../images/star-bg.svg');
  background-position: 0% 50%;
  background-size: auto 110%;
  background-repeat: no-repeat;
}

.testimonials-bgi-speech {
  position: absolute;
  left: auto;
  top: 100px;
  right: 15%;
  bottom: 0%;
  z-index: 2;
  width: 30%;
  opacity: 0.6;
}

.footer-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-right {
  width: 40%;
}
.footer-right .quick-links-parent{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: auto;
      padding-right: 50px;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -webkit-align-items: start;
      -ms-flex-align: start;
      align-items: start;
}
.footer-h4 {
  margin-bottom: 0px;
  font-size: 28px;
  line-height: 110%;
  font-weight: 400;
  text-transform: lowercase;
}

.footer-underline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  padding-bottom: 11px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #ee3b34;
}

.footer-underline.blue-ul {
  padding-left: 50px;
  border-bottom-color: #bddcff;
}

.footer-left-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-right: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-contact-p {
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0.8px;
}

.footer-info-wrapper {
  width: 45%;
}

.footer-contact-link {
  color: #fff;
  text-decoration: none;
}

.footer-contact-link:hover {
  color: #ee3b34;
  text-decoration: underline;
}

.image-3 {
  width: 250px;
}

.footer-bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  padding-right: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: start;
  -ms-flex-pack: justify;
  justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.legal-p {
  margin-top: 11px;
  margin-bottom: 0px;
  margin-left:0px;
  font-size: 12px;
  line-height: 110%;
  text-align: left; 
}

.legal-p.mobile-show {
  display: none;
}

.quick-links-holder {
  padding-left: 50px;
}

.download-footer-links p, .footer-page-link {
  display: block;
  margin-top: 11px;
  color: #fff;
  line-height: 140%;
  font-weight: 300;
  letter-spacing: 0.03px;
  text-decoration: none;
  text-transform: lowercase;
  position: relative;
}

.footer-page-link:hover {
  color: #bddcff;
}

.sublink-holder {
  margin-top: -2px;
  line-height: 120%;
}

.mojo-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  padding-top: 8px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ee3b34;
}

.mojo-p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.mojo-lb {
  width: 240px;
  max-width: 100%;
}

.industry-p {
  margin-bottom: 3px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: -0.3px;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
}

.divider-accent {
  width: 80px;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #fff;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.nav-dropdown {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  border: 1px solid #000;
}

.nav-dd-link:hover {
  color: #ee3b34;
}

.nav-dd-link.w--current {
  color: #2f679c;
}

.dd-icon {
  margin-right: 10px;
}

.hero-slider-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 100%;
}

.values-span {
  display: inline-block;
  color: #2f679c;
  line-height: 120%;
  font-weight: 700;
}

.values-p {
  color: #2f679c;
  line-height: 140%;
  font-weight: 600;
}

.partner-logo {
  width: 100%;
}

.slider-label {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.service-ul {
  margin-bottom: 25px;
}

.footer-flexer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mobile-service-tab-link {
  margin-bottom: 0px;
  font-family: neue-haas-grotesk-display, sans-serif;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
}

.service-dropdown {
  width: 100%;
}

.service-toggle {
  width: 100%;
}

.service-dropdown-content {
  position: static;
}

.service-dropdown-content.w--open {
  background-color: transparent;
}

.icon-3 {
  color: #fff;
}

.mobile-services-holder {
  display: none;
}

.slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #ee3b34;
  border-left: 1px solid #ee3b34;
}

.new-slider-logo {
  display: block;
  width: auto;
  max-height: 75px;
}

.slider-logo-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.logo-holder {
  padding-right: 30px;
  padding-left: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.apv-slider {
  height: auto;
  background-color: transparent;
}

.right-arrow-3 {
  display: none;
}



.left-arrow-3 {
  display: none;
}

.slide-nav-4 {
  display: none;
}

.bg-circle {
  position: absolute;
  left: -12%;
  top: auto;
  right: 0%;
  bottom: -18%;
  z-index: 0;
  width: 80vw;
  height: 80vw;
  border-radius: 1000px;
  background-image: -webkit-gradient(linear, left top, right top, from(#bddcff), color-stop(75%, #bddcff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, #bddcff, #bddcff 75%, hsla(0, 0%, 100%, 0));
  opacity: 0.4;
}

.bg-circle.pos2 {
  left: auto;
  top: -53.5vw;
  right: -33.7vw;
  bottom: auto;
  width: 70vw;
  height: 70vw;
  opacity: 0.1;
  -webkit-transform: rotate(163deg);
  -ms-transform: rotate(163deg);
  transform: rotate(163deg);
}

.bg-circle.pos3 {
  left: -20vw;
  right: auto;
  bottom: -30vw;
  width: 40vw;
  height: 40vw;
  opacity: 0.1;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.bg-circle.pos4 {
  left: -15vw;
  top: 20%;
  right: auto;
  bottom: auto;
  width: 20vw;
  height: 20vw;
}

.bg-circle.pos5 {
  left: auto;
  top: auto;
  right: -12%;
  bottom: -15vw;
  width: 30vw;
  height: 30vw;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bg-circle.pos6 {
  left: -30%;
  bottom: -20vw;
  width: 40vw;
  height: 40vw;
}

.apv-1 {
  position: absolute;
  overflow: hidden;
}

.apv-2 {
  position: absolute;
  overflow: hidden;
  opacity: 0;
}

.larger-h1 {
  font-size: 82px;
}

.plus-span {
  margin-left: -14px;
  color: #2f679c;
  font-weight: 300;
}

.team-photo {
  position: absolute;
  left: auto;
  top: 0%;
  right: 4%;
  bottom: auto;
  width: 20vw;
}

.columns {
  margin-right: -10px;
  margin-left: -10px;
}

.cert-slider-logo-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media screen and (max-width: 991px) {
  .alert-div {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .nav-link {
    padding: 18px 30px;
    border-top: 1px solid #979797;
    font-size: 20px;
  }

  .nav-link.dropdown {
    padding-left: 30px;
  }

  .nav-link.dropdown.w--open {
    padding-bottom: 8px;
  }

  .nav-link.dd-link {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-width: 0px;
  }

  .slider-blur-screen {
    width: 70%;
  }

  .slider-text-container {
    margin-bottom: 30px;
    padding-right: 60px;
  }

  .basic-wrapper._w-mb {
    margin-bottom: 50px;
  }

  .apv-text-holder {
    width: 100%;
    min-height: 160px;
  }

  .stats-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .stats-holder {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .stat-text {
    margin-right: 35px;
    margin-left: 0px;
  }

  .white-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .right-extend-wrapper {
    width: 85%;
    max-width: 1200px;
    margin-right: auto;
  }

  .right-extend-wrapper.margin-top-bottom {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .awards-holder {
    margin-top: 30px;
    margin-left: 0px;
    padding: 4px 40px;
    border-radius: 40px;
  }

  .team-awards-wrapper {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .awards-inner-wrapper {
    width: 100%;
    max-width: none;
  }

  .blue-gradient-section {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .service-tabs-menu {
    margin-right: 40px;
  }

  .service-name {
    font-size: 30px;
  }

  .service-bgi {
    display: none;
    width: 150px;
  }

  .industry-img {
    min-height: 200px;
  }

  .div-block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-5 {
    width: 100%;
  }

  .div-block-6 {
    width: 100%;
    margin-top: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cl-holder {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .slider-link-holder {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-9 {
    width: 85%;
  }

  .testimonials-bgi-stars {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-position: 0% 50%;
  }

  .testimonials-bgi-speech {
    display: none;
  }

  .footer-underline {
    padding-right: 35px;
  }

  .footer-underline.blue-ul {
    padding-left: 35px;
  }

  .footer-left-text {
    padding-right: 35px;
  }

  .footer-bottom-wrapper {
    padding-right: 35px;
  }

  .quick-links-holder {
    padding-left: 35px;
  }

  .nav-menu {
    border-bottom: 1px solid #979797;
    background-color: #fff;
    box-shadow: 2px 10px 16px -16px #000;
  }

  .nav-dropdown {
    display: block;
    width: 100%;
  }

  .dropdown-list.w--open {
    position: relative;
    padding-top: 0px;
    padding-left: 28px;
    border-width: 0px;
  }

  .nav-dd-link {
    padding-top: 0px;
    padding-bottom: 12px;
    font-size: 17px;
  }

  .menu-button {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #ee3b34;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #2f679c;
  }

  .icon-2 {
    font-size: 40px;
  }

  .linkedin-block {
    width: 30px;
    margin-bottom: 10px;
  }

  .h2-lpt {
    padding-top: 10px;
  }

  .service-toggle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .apv-larger-p {
    font-size: 20px;
    line-height: 130%;
  }

  .larger-h1 {
    font-size: 70px;
  }

  .team-photo {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .download{
    position: relative;
    left: 0;
    margin-right: 10px;
  }
  .industry-img{
    overflow: inherit;
  }
  .industry-info-holder{
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    border-radius:10px;
  }
  h1 {
    font-size: 60px;
  }

  .alert-p {
    width: 90%;
    font-size: 12px;
  }

  .slider-blur-screen {
    width: 100%;
    background-color: rgba(9, 9, 9, 0.6);
  }

  .slider-text-container {
    margin-right: auto;
    padding-right: 0px;
  }

  .apv-text-holder {
    min-height: 190px;
  }

  .stats-holder {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .stat-span {
    font-size: 15px;
  }

  .stat-text {
    margin-bottom: 15px;
    font-size: 60px;
  }

  .awards-holder {
    padding-right: 20px;
    padding-left: 20px;
  }

  .award-text-holder {
    padding-left: 15px;
  }

  .basic-link.light-blue._w-left-padding {
    padding-left: 20px;
  }

  .service-tabs {
    display: none;
  }

  .service-tab-link.w--current {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .service-tab-img {
    width: 20px;
    margin-right: 6px;
  }

  .service-tab-img.mobile {
    width: 30px;
    height: 35px;
    margin-right: 10px;
  }

  .industries-holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .industry-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48%;
    margin-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    text-align: left;
  }

  .industry-block:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .industry-img {
    width: 100%;
    min-height: 200px;
    border-radius: 10px;
  }

  .industry-label {
    width: 100%;
    margin-bottom: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ee3b34;
    font-size: 14px;
    text-align: center;
    letter-spacing: 4px;
  }

  .industry-info-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px solid #000;
    background-color: rgba(9, 9, 9, 0);
    background-image: -webkit-gradient(linear, left top, right top, from(#04121f), color-stop(57%, hsla(0, 0%, 72.9%, 0.27)), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(90deg, #04121f, hsla(0, 0%, 72.9%, 0.27) 57%, hsla(0, 0%, 100%, 0));
  }

  .client-logo {
    width: 90px;
    max-height: 70px;
  }

  .cl-holder {
    width: 21%;
    padding-right: 20px;
  }

  .partner-logo-link {
    width: 20%;
  }

  .div-block-9 {
    width: 80%;
  }

  .testimonials-bgi-screen {
    width: 60%;
    background-position: 100% 100%;
    background-size: auto 100%;
  }

  .testimonials-bgi-stars {
    width: 12%;
    background-position: 0% 50%;
  }

  .footer-left {
    width: 100%;
  }

  .footer-right {
    width: 100%;
    padding-top: 30px;
  }

  .footer-underline {
    padding-right: 0px;
  }

  .footer-underline.blue-ul {
    padding-left: 0px;
  }

  .footer-left-text {
    padding-right: 0px;
  }

  .footer-contact-p {
    font-size: 14px;
  }

  .footer-bottom-wrapper {
    padding-right: 0px;
  }

  .legal-p {
    display: none;
    margin-top: 13px;
  }

  .legal-p.mobile-show {
    display: block;
    margin-top: 30px;
    margin-left: 0px ;
    text-align: center;
  }

  .quick-links-holder {
    padding-left: 0px;
  }

  .mojo-holder {
    margin-top: 18px;
  }

  .mojo-p {
    padding-right: 9px;
    font-size: 13px;
  }

  .mojo-lb {
    width: 220px;
  }

  .industry-p {
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 700;
  }

  .footer-flexer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mobile-service-tab-link {
    max-width: 90%;
    font-size: 18px;
    font-weight: 600;
    white-space: normal;
  }

  .service-dropdown {
    border-bottom: 1px solid #fff;
  }

  .service-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  .service-dropdown-content {
    margin-bottom: 20px;
  }

  .mobile-services-holder {
    display: block;
  }

  .apv-smaller-p {
    line-height: 130%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 44px;
  }

  .alert-span {
    letter-spacing: 1px;
  }

  .brand {
    width: 200px;
  }

  .slider {
    min-height: 500px;
  }

  .apv-text-holder {
    min-height: 220px;
  }

  .apv-p {
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -0.6px;
  }

  .stat-text {
    text-align: left;
  }

  .industry-block {
    width: 100%;
  }

  .industry-img {
    min-height: 120px;
  }

  .cl-holder {
    width: 25%;
  }

  .div-block-9 {
    width: 100%;
  }

  .testimonials-bgi-screen {
    left: auto;
    top: 0%;
    right: -10%;
    bottom: 0%;
    background-position: 0% 50%;
  }

  .footer-left-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-right .quick-links-parent{ 
      -webkit-justify-content: start;
      justify-content: start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
       flex-direction: column;
    }
  .footer-contact-p {
    margin-bottom: 15px;
    font-size: 14px;
    letter-spacing: 0.6px;
  }

  .footer-info-wrapper {
    width: 100%;
  }

  .mojo-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mojo-p {
    padding-right: 0px;
  }

  .divider-accent {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .slider-label {
    font-size: 14px;
  }

  .menu-button {
    padding-right: 0px;
  }

  .icon-2 {
    font-size: 30px;
  }

  .apv-larger-p {
    line-height: 120%;
  }

  .link-prevent-span {
    color: #fff;
    text-decoration: none;
  }

  .larger-h1 {
    font-size: 55px;
  }
  .coreValueDes img{
    display:none;
  }
  .coreValuePhone img{
    display:block !important;
  }

}

