@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
body {
  font-family: "Nunito", serif;
}

.nunito-light {
  font-family: "Nunito", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.nunito-regular, p {
  font-family: "Nunito", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.nunito-bold, header nav .navbar-nav .nav-link, h1,
h2,
h3,
h4,
h5 {
  font-family: "Nunito", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.color-secondary {
  color: #e50044;
}

.color-dark {
  color: #001241;
}

.display-5 {
  font-weight: 600;
}

.top-header {
  background-color: #edfbfb;
}

.primary-bg {
  background-color: #001241;
}

.primary-dark {
  background-color: #001241;
}

a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.carousel-indicators [data-bs-target] {
  background-color: #001241;
}

.img-border {
  border: 8px solid #ffffff;
}

.subHeader {
  font-size: 1.03rem;
}

.smallButton {
  border-radius: 8px !important;
  padding: 6px 20px !important;
}

body.innerPages header nav {
  border-bottom: none;
}

header {
  z-index: 99;
}
header nav {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
header nav .navbar-nav .nav-link {
  color: #ffffff;
  padding: 18px 14px !important;
}
header nav .navbar-nav .nav-link:hover {
  color: #edfbfb;
}
header nav .navbar-nav .nav-link.active {
  position: relative;
}
header nav .navbar-nav .nav-link.active:after {
  content: "";
  border-bottom: 1px solid #ffffff;
  width: 100%;
  position: absolute;
  bottom: 5px;
  left: 0px;
}
header nav .dropdown-menu {
  top: 59px !important;
  border-radius: 0;
  margin-top: 0 !important;
  padding: 0 !important;
}
header nav .dropdown-menu li a.dropdown-item {
  padding: 0.628rem 1rem;
  background-color: #001f6c;
  color: #ffffff;
}
header nav .dropdown-menu li a.dropdown-item:hover {
  background-color: #001241;
  color: #ffffff;
}
header .requestDemoCta {
  position: absolute;
  right: 0;
  top: 16%;
}
header .navbar-collapse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.navbar {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  z-index: 1000;
  top: 100%;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.nav-item.dropdown a:after {
  border: none;
}

#hero .hero-banner {
  position: absolute;
  top: 20%;
  width: 100%;
}
#hero .banner-title h1 {
  font-weight: 700;
  font-size: 4.234rem;
  color: #ffffff;
}
#hero p {
  color: #edfbfb;
  font-size: 1.234rem;
}
#hero .videoWrapper {
  margin-top: -82px;
}

.services {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(40%, rgb(255, 255, 255)), color-stop(40%, rgb(232, 232, 232)), to(rgb(228, 228, 228)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 40%, rgb(232, 232, 232) 40%, rgb(228, 228, 228) 100%);
}
.services h2 {
  color: #001241;
}
.services .column {
  -ms-flex: 32%; /* IE10 */
  -webkit-box-flex: 32%;
          flex: 32%;
  max-width: 32%;
  padding: 0 4px;
}
.services .column img {
  vertical-align: middle;
  width: 100%;
}
.services .serviceImage figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 8px;
  min-width: 400px;
  max-width: 480px;
  max-height: 360px;
  width: 48%;
  text-align: center;
  background: rgb(0, 0, 0);
  cursor: pointer;
}
.services .serviceImage figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.2);
}
.services .serviceImage figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.services .serviceImage figure figcaption:before {
  pointer-events: none;
}
.services .serviceImage figure figcaption:after {
  pointer-events: none;
}
.services .serviceImage figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.services .serviceImage figure h2 span {
  font-weight: 800;
}
.services .serviceImage figure figcaption,
.services .serviceImage figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.services .serviceImage figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.services .serviceImage figure h2,
.services .serviceImage figure p {
  margin: 0;
}
.services .serviceImage figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
.services figure.servImage figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(72, 76, 97, 0)), color-stop(75%, rgba(72, 76, 97, 0.8)));
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  content: "";
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
.services figure.serviceEffect figcaption::before,
.services figure.serviceEffect p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.services figure.serviceEffect h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #cdcdcd;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  -webkit-transition: color 0.35s, -webkit-transform 0.35s;
  transition: color 0.35s, -webkit-transform 0.35s;
  transition: transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.services figure.serviceEffect p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.services figure.serviceEffect:hover h2 {
  color: #fff;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}
.services figure.serviceEffect:hover figcaption {
  background: rgba(0, 0, 0, 0.7);
}
.services figure.serviceEffect:hover figcaption:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.services figure.serviceEffect:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.stats {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(40%, rgb(255, 255, 255)), color-stop(40%, rgb(232, 232, 232)), to(rgb(228, 228, 228)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 40%, rgb(232, 232, 232) 40%, rgb(228, 228, 228) 100%);
}
.stats .stats-bg {
  background: url(/images/section-2.jpg) no-repeat;
  background-size: cover;
}
.stats .stats-no {
  font-size: 5rem;
  color: #e50044;
}

.btn-primary {
  background-color: #e50044;
  border-color: #e50044;
  color: #ffffff;
  border-radius: 30px;
  padding: 0.952rem 3rem;
}
.btn-primary:hover {
  background-color: #001241;
  border: 1px solid #001f6c;
}

.subtitle {
  margin: 0;
  padding: 0 0 5px;
  border-style: solid;
  border-width: 0 0 2px;
  border-color: #e50044;
  display: inline-block;
}
.subtitle h5 {
  margin: 0;
  text-transform: uppercase;
}

.about {
  background: url(/images/bg-layer-1.png) no-repeat;
  background-color: #001241;
  background-position: top 100% right 50%;
  background-size: 100% 80%;
}
.about .column {
  -ms-flex: 49%; /* IE10 */
  -webkit-box-flex: 49%;
          flex: 49%;
  max-width: 49.5%;
  padding: 0 4px;
}
.about .column img {
  vertical-align: middle;
  width: 100%;
  margin-bottom: 14px;
}

.videoBg {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
}

.teamContent {
  z-index: 99;
  position: absolute;
  top: 40%;
}
.teamContent h2 {
  font-weight: 700;
  font-size: 2.234rem;
  color: #001241;
}
.teamContent p {
  font-size: 1.235rem;
  line-height: 1.5;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1750px);
            transform: translateX(-1750px);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1750px);
            transform: translateX(-1750px);
  }
}
.slider {
  height: 100px;
  margin: auto;
  margin-top: 2rem;
  overflow: hidden;
  position: relative;
  width: auto;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3500px;
}
.slider .slide {
  height: 100px;
  width: 250px;
  cursor: pointer;
}
.slider .slide img {
  /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all 0.8s ease-in-out;
}
.slider .slide img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
}

.section-pad {
  padding: 5rem 0;
}

.step {
  border: solid 1px rgba(255, 255, 255, 0.3);
  background-color: #001f6c;
  width: 4rem;
  height: 4rem;
  top: -44px;
  right: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  font-weight: 600;
}
.step span {
  color: #ffffff;
}

.footer h4 {
  color: #edfbfb;
}
.footer a {
  padding: 4px 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #ffffff;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, currentcolor), to(currentcolor)) 0 95%/0 1px no-repeat;
  background: linear-gradient(90deg, currentcolor 0, currentcolor) 0 95%/0 1px no-repeat;
}
.footer a:hover {
  background-size: 100% 1px;
}
.footer svg {
  fill: #ffffff;
}
.footer address {
  color: #ffffff;
}

.inner-title {
  top: 35%;
}
.inner-title h2 {
  color: #e50044;
}
.inner-title a {
  color: #e50044;
  text-decoration: none;
}
.inner-title .active {
  color: #edfbfb;
}

.contact-content {
  background-color: #001f6c;
  border-radius: 18px;
}
.contact-content p {
  font-size: 1.1rem;
  margin: 0;
  color: #001241;
}

.contact-wrap {
  padding: 40px 40px 40px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 50px rgba(30, 30, 30, 0.1);
  box-shadow: 0px 10px 50px rgba(30, 30, 30, 0.1);
  position: relative;
  z-index: 1;
  margin-bottom: -160px;
  border-radius: 10px;
}
.contact-wrap .contact-form-input {
  position: relative;
  z-index: auto;
}
.contact-wrap .contact-form-input input, .contact-wrap .contact-form-input textarea {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: none;
  border-bottom: 1px solid rgba(4, 0, 23, 0.14);
  padding: 0 20px;
  color: rgba(4, 0, 23, 0.6);
  font-size: 16px;
}
.contact-wrap .contact-form-input textarea {
  height: 95px;
  line-height: 22px;
  padding-top: 20px;
}

.contact-info-item {
  margin-bottom: 20px;
}
.contact-info-item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.contact-map {
  height: 540px;
  width: 100%;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 1399.98px) {
  .services .column {
    -ms-flex: 30%; /* IE10 */
    -webkit-box-flex: 30%;
            flex: 30%;
    max-width: 30%;
    padding: 0 4px;
  }
  .services .serviceImage figure {
    min-width: inherit;
    max-width: inherit;
    max-height: inherit;
    width: inherit;
  }
  .services .serviceImage figure.serviceEffect h2 {
    font-size: 1.534rem;
  }
}
@media (max-width: 991.98px) {
  #hero .hero-banner {
    top: 10%;
  }
  #hero .hero-banner .banner-title h1 {
    font-size: 3rem;
  }
  #hero video {
    height: 80vh;
  }
  .services .column {
    -ms-flex: 50%; /* IE10 */
    -webkit-box-flex: 50%;
            flex: 50%;
    max-width: 50%;
    padding: 0 4px;
  }
  .services .serviceImage figure {
    min-width: inherit;
    max-width: inherit;
    max-height: inherit;
    width: inherit;
  }
  .services .serviceImage figure.serviceEffect h2 {
    font-size: 1.534rem;
  }
}
@media (max-width: 767.98px) {
  .services .column {
    -ms-flex: 50%; /* IE10 */
    -webkit-box-flex: 50%;
            flex: 50%;
    max-width: 50%;
    padding: 0 4px;
  }
  .services .serviceImage figure {
    min-width: inherit;
    max-width: inherit;
    max-height: inherit;
    width: inherit;
  }
  .services .serviceImage figure.serviceEffect h2 {
    font-size: 1.534rem;
  }
}
@media (max-width: 575.98px) {
  #hero .hero-banner {
    top: 10%;
  }
  #hero .hero-banner .banner-title h1 {
    font-size: 2rem;
  }
  #hero video {
    height: 80vh;
  }
  .team video {
    height: 80vh;
  }
  .team .teamContent {
    top: 10%;
    left: 10%;
  }
  .services .column {
    -ms-flex: 100%; /* IE10 */
    -webkit-box-flex: 100%;
            flex: 100%;
    max-width: 100%;
    padding: 0 4px;
  }
  .inner-banner img {
    height: 160px;
  }
}