.navbar-3 {
  position: fixed;
  width: 100%;
  height: 85px;
  background-color: #fff;
}

.nav-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -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: #f0f0f0;
}

.nav-link-5 {
  height: 100%;
  min-height: 85px;
  padding: 34px 29px 30px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Montserrat, sans-serif;
  color: #20193a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link-5:hover {
  background-color: #2e5398;
  color: #fff;
}

.nav-link-5.w--current {
  color: #31414e;
  font-weight: 700;
}

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

.logo-mid {
  margin-right: 35px;
  margin-left: 35px;
  font-family: 'Varela Round', sans-serif;
}

.div-block-4 {
  width: 100%;
  height: 3px;
  background-color: #3a956a;
}

.herovid {
  height: 100vh;
}

.background-video {
  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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 90%, 0.07)), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 90%, 0.07), #fff);
}

.heading-6 {
  margin-bottom: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 75px;
  line-height: 75px;
  text-align: center;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.32);
}

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

.div-block-5 {
  width: 50px;
  height: 4px;
  margin: 10px auto;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.32);
  color: #fff;
}

.div-block-5.left {
  margin-right: auto;
  margin-left: 0px;
  background-color: #2e5398;
}

.div-block-5.left.mi {
  margin-right: auto;
  margin-left: auto;
}

.div-block-5.blue {
  background-color: #2e5398;
}

.heading-7 {
  margin-top: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  line-height: 32px;
  text-align: center;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.32);
}

.div-block-6 {
  width: 50%;
  text-align: center;
}

.button {
  margin: 8px;
  border-radius: 20px;
  background-color: #2e5398;
  -webkit-transition: background-color 300ms ease, -webkit-transform 200ms ease;
  transition: background-color 300ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 300ms ease;
  transition: transform 200ms ease, background-color 300ms ease, -webkit-transform 200ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.button:hover {
  background-color: #fff;
  box-shadow: 0 4px 9px -5px #000;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #2e5398;
}

.button.alt {
  background-color: #3a956a;
}

.button.alt:hover {
  background-color: #fff;
}

.button.noml {
  margin-left: 0px;
}

.button.noml.nomtp {
  margin-top: 0px;
}

.section {
  padding: 0px 10% 75px;
}

.section.normal {
  padding-top: 75px;
}

.section.normal.footer {
  background-color: #f7f7f7;
}

.column {
  text-align: center;
}

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

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

.columns.alt {
  margin-top: 75px;
}

.heading-8 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.heading-8.mid {
  text-align: center;
}

.heading-8.minor {
  font-size: 25px;
  line-height: 30px;
}

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

.paragraph.mid {
  text-align: center;
}

.paragraph.mid._50 {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-7 {
  margin-top: 50px;
}

.div-block-8 {
  text-align: center;
}

.heading-9 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.heading-9.minor {
  font-size: 16px;
}

.paragraph-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.div-block-9 {
  width: 130px;
}

.div-block-10 {
  position: relative;
  top: -60px;
  width: 75%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding: 16px;
  background-color: #f3f3f3;
  background-image: linear-gradient(45deg, #eee, #fff);
  box-shadow: 1px 1px 20px -11px rgba(0, 0, 0, 0.32);
}

.div-block-11 {
  text-align: left;
}

.btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 3rem;
  -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: 1px none #000;
  background-color: #e7e7e7;
  color: #051328;
  text-decoration: none;
  cursor: pointer;
}

.btn.btn-eight {
  background-color: transparent;
  color: #fff;
}

.section-2 {
  height: 30vh;
  background-image: radial-gradient(circle farthest-corner at 100% 50%, rgba(91, 221, 202, 0.59), rgba(102, 92, 240, 0.57)), radial-gradient(circle farthest-corner at 50% 50%, transparent, #fff 93%), url('../images/the-tonik-5Lbyao5bzbc-unsplash.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.div-block-12 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  border-radius: 50px;
  background-image: linear-gradient(119deg, rgba(132, 164, 223, 0.75), rgba(120, 194, 159, 0.52)), url('../images/the-tonik-5Lbyao5bzbc-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.heading-10 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-style: italic;
  text-align: center;
}

.heading-10.quote {
  color: #fff;
}

.card-advert-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 450px;
  padding: 80px 35px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-radius: 4px;
  background-image: url('../images/apitrading.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.card-advert-2.affairs {
  background-image: url('../images/regyulatory.jpg');
}

.card-advert-2.dossiers {
  background-image: url('../images/dossiers.jpg');
}

.top-tag {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  display: block;
  max-width: 110px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  -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-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #2e5398;
  text-align: center;
}

.link-9 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
}

.text-block-5 {
  color: #4f5e78;
  font-size: 14px;
}

.heading-16 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #20193a;
  text-align: center;
}

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

.heading-16.left.mid {
  text-align: center;
}

.button-2 {
  margin-left: 0px;
  padding: 16px 25px;
  border-radius: 4px;
  background-color: #5748c5;
  -webkit-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
  transition: all 300ms cubic-bezier(.55, .055, .675, .19);
  font-weight: 500;
}

.button-2:hover {
  border: 1px none #fff;
  background-color: #4e41b4;
}

.button-2.button-advert {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 2rem;
  display: block;
  max-width: 150px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.button-2.button-advert:hover {
  background-color: #5748c5;
}

.button-2.button-advert.hvr-float {
  background-color: #3a956a;
  font-family: Ubuntu, Helvetica, sans-serif;
  cursor: pointer;
}

.button-2.button-advert.hvr-float:hover {
  background-color: #2e5398;
}

.columns-2 {
  margin-top: 40px;
}

.herootherpages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  -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-image: -webkit-gradient(linear, left top, left bottom, color-stop(54%, transparent), to(#fff)), url('../images/colton-duke-UExx0KnnkjY-unsplash.jpg');
  background-image: linear-gradient(180deg, transparent 54%, #fff), url('../images/colton-duke-UExx0KnnkjY-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.herootherpages.about {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(54%, transparent), to(#fff)), url('../images/tom-coe-A7KD1kdXD-o-unsplash.jpg');
  background-image: linear-gradient(180deg, transparent 54%, #fff), url('../images/tom-coe-A7KD1kdXD-o-unsplash.jpg');
  background-position: 0px 0px, 50% 20%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.herootherpages.services {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(54%, transparent), to(#fff)), url('../images/oliver-niblett-wh-7GeXxItI-unsplash.jpg');
  background-image: linear-gradient(180deg, transparent 54%, #fff), url('../images/oliver-niblett-wh-7GeXxItI-unsplash.jpg');
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.text-block-6 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.link-10 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #272727;
  font-size: 17px;
  text-decoration: none;
}

.list-item {
  margin-top: 20px;
  margin-bottom: 5px;
}

.columns-3 {
  margin-bottom: 30px;
}

.columns-4 {
  margin-top: 30px;
}

.navbar-4 {
  width: 100%;
  height: 85px;
}

.text-block-7 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

@media screen and (max-width: 991px) {
  .nav-contain {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-menu-6 {
    display: none;
    background-color: #fff;
  }

  .nav-link-5.mobile.hidemobile {
    display: none;
  }

  .nav-menu-5 {
    display: none;
    background-color: #f5f5f5;
  }

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

  .section {
    padding-right: 5%;
    padding-left: 5%;
  }

  .div-block-10 {
    width: 90%;
  }

  .div-block-12 {
    width: 90%;
  }

  .card-advert-2 {
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-5 {
    text-align: center;
  }

  .heading-16 {
    font-size: 25px;
    line-height: 25px;
  }

  .columns-4 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .logo-mid {
    margin-left: 10px;
  }

  .columns {
    display: block;
  }

  .div-block-10 {
    width: 98%;
  }

  .div-block-12 {
    padding: 20px;
  }

  .heading-10.quote {
    font-size: 30px;
    line-height: 35px;
  }

  .card-advert-2 {
    margin-bottom: 20px;
  }

  .column-3 {
    margin-top: 30px;
    text-align: center;
  }

  .column-4 {
    margin-top: 30px;
  }

  .column-5 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  .logo-mid {
    margin-left: 5px;
  }

  .heading-6 {
    font-size: 50px;
  }

  .heading-7 {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-6 {
    width: 95%;
  }

  .button.noml.nomtp.mobile {
    display: none;
  }

  .paragraph.mid._50 {
    width: 85%;
  }

  .div-block-12 {
    padding: 5px;
  }

  .heading-10.quote {
    font-size: 20px;
    line-height: 25px;
  }

  .column-2 {
    margin-top: 50px;
  }

  .column-3 {
    margin-top: 30px;
  }
}