h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
}

p {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

li {
  font-family: Montserrat, sans-serif;
}

.navbar {
  background-color: transparent;
}

.section {
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0b132d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 11, 26, 0.9)), to(rgba(11, 19, 45, 0.5))), url('../images/HeroBG.jpg');
  background-image: linear-gradient(180deg, rgba(6, 11, 26, 0.9), rgba(11, 19, 45, 0.5)), url('../images/HeroBG.jpg');
  background-position: 0px 0px, 0% 90%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
}

.nav-logo {
  width: 175px;
}

.nav-link {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
}

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

.nav-link:active {
  color: #e3e4e9;
}

.nav-link:focus {
  color: #e3e4e9;
}

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

.nav-link.space-above-10 {
  margin-top: 10px;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 78%;
  -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;
}

.heading-1 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #060b19;
  font-size: 36px;
  font-weight: 600;
}

.heading-1.white {
  color: #fff;
}

.heading-1.white.space-below-30 {
  margin-bottom: 30px;
}

.cta {
  padding: 10px 20px;
  -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;
  border-radius: 3px;
  background-color: #ff9c00;
  box-shadow: 0 2px 0 0 #c47903;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(6, 11, 26, 0.4);
}

.cta:hover {
  background-color: #ffba4d;
  box-shadow: 0 2px 0 0 #c48a30;
}

.light-grey-section {
  background-color: #e3e4e9;
}

.vertical-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 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;
}

.vertical-container.left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-3 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #060b19;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
}

.heading-3.space-below-30 {
  margin-bottom: 30px;
}

.columns-left {
  width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph {
  font-family: Montserrat, sans-serif;
}

.paragraph.white {
  color: #fff;
}

.icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -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;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
}

.icon-block:hover {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.heading-5 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #060b19;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
}

.heading-5.orange {
  color: #ff9c00;
}

.heading-5.left {
  text-align: left;
}

.icon-img {
  width: 75px;
  margin-bottom: 10px;
}

.wwd-icon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.img-bg-sectiion {
  background-color: #0b132d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 19, 45, 0.8)), to(rgba(11, 19, 45, 0.8))), url('../images/HeroBG.jpg');
  background-image: linear-gradient(180deg, rgba(11, 19, 45, 0.8), rgba(11, 19, 45, 0.8)), url('../images/HeroBG.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.slider {
  width: 100%;
  background-color: transparent;
}

.slide-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 100px;
  padding-left: 100px;
  -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;
}

.heading-4 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.heading-4.name {
  margin-top: 30px;
  margin-bottom: 0px;
  font-size: 20px;
  text-transform: uppercase;
}

.horisontal-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.horisontal-div.space-above-10 {
  margin-top: 10px;
}

.star-icon {
  width: 20px;
  margin: 5px;
}

.heading-6 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.clients-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -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;
}

.client-logo {
  width: 200px;
  height: 100px;
  border-radius: 10px;
  background-color: #0b132d;
  box-shadow: 0 1px 0 0 #ff9c00;
}

.client-logo.jj {
  background-image: url('../images/JJClient.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 2px 0 0 #ff9c00;
}

.client-logo.mpc {
  background-image: url('../images/MPCClient.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 2px 0 0 #ff9c00;
}

.client-logo.rs {
  background-image: url('../images/RSClient.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 2px 0 0 #ff9c00;
}

.footer-section {
  background-color: #0b132d;
}

.vertical-div {
  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;
  -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;
}

.vertical-div.left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vertical-div.left.space-right {
  margin-right: 40px;
}

.vertical-div.left.padding-inside {
  padding-left: 30px;
}

.columns {
  width: 100%;
}

.contact-icon {
  width: 30px;
  margin-right: 10px;
  padding: 7px;
  border-radius: 50%;
  background-color: #0b132d;
}

.copyright-text {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #e3e4e9;
  font-size: 11px;
  font-weight: 200;
  text-align: center;
  text-decoration: none;
}

.logo-footer {
  width: 75px;
  margin-top: 50px;
  margin-right: 40px;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 10px;
  -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;
}

.navbar-2 {
  background-color: #0b132d;
}

.field-label {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-area {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.text-field {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  text-align: center;
}

@media (max-width: 991px) {
  .icon-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .icon-img {
    width: 50px;
  }
  .wwd-icon-container {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .clients-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .icon {
    color: #fff;
  }
  .menu-button {
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: #0b132d;
  }
  .nav-menu {
    background-color: #0b132d;
  }
}

@media (max-width: 767px) {
  .section {
    height: 320px;
  }
  .hero-container {
    height: 70%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .heading-1.white.space-below-30 {
    text-align: center;
  }
  .column {
    height: auto;
  }
}

@media (max-width: 479px) {
  .heading-1.white.space-below-30 {
    font-size: 28px;
    line-height: 40px;
  }
  .heading-3 {
    font-size: 24px;
    line-height: 30px;
  }
  .icon-block {
    width: 130px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .wwd-icon-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .slide-div {
    padding-right: 35px;
    padding-left: 35px;
  }
  .heading-4 {
    font-size: 18px;
  }
  .heading-4.name {
    font-size: 16px;
  }
  .star-icon {
    width: 15px;
  }
  .clients-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vertical-div.left {
    width: 80%;
  }
  .vertical-div.left.space-right {
    margin-top: 20px;
    margin-right: 0px;
  }
  .contact-icon {
    min-width: 30px;
  }
  .logo-footer {
    margin-right: 0px;
  }
  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column {
    padding-top: 10px;
  }
  .icon-2 {
    font-size: 30px;
  }
  .right-arrow {
    width: 30px;
  }
  .left-arrow {
    width: 30px;
  }
  .icon-3 {
    font-size: 30px;
  }
  .slide-nav {
    bottom: -20px;
    font-size: 10px;
  }
}