/*!
 * Start Bootstrap - Agency v5.2.1 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */
/* ==========================================================================
   preloader
   ========================================================================== */


body {
  overflow-x: hidden;
  font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section:nth-child(even) {
  background-color: #F2F3F6;
}


p {
  line-height: 1.75;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';

}
li {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';

}

a {
  color: #229FFF;
}

a:hover {
  color: #229FFF;
}

.text-primary {
  color: #229FFF !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.page-section {
  padding: 70px 0;
}

.page-section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}

::-moz-selection {
  background: #CEE800;
  text-shadow: none;
}

::selection {
  background: #CEE800;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.btn {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 700;
}

.btn-xl {
  font-size: 14px;
  padding: 10px 20px;
}

.btn-primary {
  background-color: #CEE800;
  border: #CEE800 2px solid;
  border-radius: 50px;
  color: #47554C;

}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #229FFF !important;
  border-color: #229FFF !important;
  color: #ffffff;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(34, 159, 255, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(34, 159, 255, 0.5) !important;
}

#mainNav {
  background-color: white;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: #47554C;
  border: 0;
  background-color: #CEE800;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand {
  color: #CEE800;
  text-transform: uppercase;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #229FFF;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: black;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #229FFF;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    font-size: 1.45em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: white;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

header.masthead {
  text-align: center;
  color: white;
  background-image: url("../img/header-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }
  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}

.team-member {
  margin-bottom: 50px;
  text-align: center;
}

.team-member img {
  width: 225px;
  height: 225px;
  border: 7px solid rgba(0, 0, 0, 0.1);
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.team-member p {
  margin-top: 0;
}

section#contact {
  background-color: #212529;
  background-image: url("../img/map-image.png");
  background-repeat: no-repeat;
  background-position: center;
}

section#contact .section-heading {
  color: #fff;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: #CEE800;
  -webkit-box-shadow: none;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.footer {
  padding: 25px 0;
  text-align: center;
}

.footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
.footerLogo {
  margin-bottom: 0;
  border-left: rgba(71, 85, 76, 0.4) solid 1px;
  border-right: rgba(71, 85, 76, 0.4) solid 1px;
}
.footerLogo img {
  width: 100%;
}

.footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #CEE800;
}


#particles-js {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -2;
}
#particles-js2 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -2;
}

.max-width {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.hero {
  padding-top: 150px;
  padding-bottom: 50px;
}
.headerTextBox {
  padding: 0 10%;
}

.whatWeDoContent ul {
  list-style: circle;
}
.whatWeDoContent li {
  padding: 7px 0;
}
.whatWeDoNav .nav-link.active {
  background-color: #229FFF;
}

  /* https://www.theharbour.be/ */
a:hover, .footer-columns a:hover, .footer-bottom a:hover {
  background-size: 100% 0.1em;
  background-position: 0 calc(100% - .3em);
  transition: background-size .7s cubic-bezier(.19,1,.22,1) 0.1s;
  text-decoration: none;

}

a, .footer-columns a, .footer-bottom a {
  padding: .6em 0;
  background-image: linear-gradient(to right,currentColor 0%,currentColor 100%);
  background-size: 0 .15em;
  background-position: 750px calc(100% - .3em);
  background-repeat: no-repeat;
  transition: background-size 0.25s 1.2s,background-position 1s cubic-bezier(.84,.04,.43,.65) 0s;
}

a {
  color: inherit;
  text-decoration: none;}

.focus-in-expand {
  animation: focus-in-expand 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
    /* ----------------------------------------------
 * Generated by Animista on 2019-9-6 14:42:37
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation focus-in-expand
 * ----------------------------------------
 */
@keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}

/* About benefit boxes */

.benefitsBox {
  border: #212529 solid 2px;
  background-color: #CEE800;
  max-width: 180px;
  height: 180px;
  margin: 4px;
}
.bb1 {
  border-radius: 180px 0px 20px 0px;
  display: flex;
  align-items: flex-end;
  justify-items: flex-end;
  text-align: right;
  padding-bottom: 20px;

}
.bb2 {
  border-radius: 0px 180px 0px 20px;
  display: flex;
  align-items: flex-end;
  justify-items: flex-start;
  text-align: left;
  
}
.bb4 {
  border-radius: 20px 0px 180px 0px;
  display: flex;
  align-items: flex-start;
  justify-items: flex-end;
  text-align: left;
  padding-top: 20px;
}
.bb3 {
  border-radius: 0px 20px 0px 180px;
  display: flex;
  align-items: flex-start;
  justify-items: flex-end;
  text-align: right;
  padding-top: 20px;

}

@media (max-width: 392px) {
  .benefitsBox {
    max-width: 150px;
    height: 150px;
    margin: 2px;
    font-size: .8rem;
  }
  .bb1 {
    padding-bottom: 10px;
  }
  .bb4 {
    padding-top: 10px;
  }
  .bb3 {
    padding-top: 10px;
  }
}


/* FAQ */
.card-header {
  background: none;
  text-shadow: 1px 1px 4px #229FFF; 
}
.card-header.collapsed {
  text-shadow: none;
}

#whenCallUs img {
  width: 50px;
}
#whenCallUs p {
  font-size: 14px;
}

@media (max-width: 767px) {
  .footerLogo img {
    width: 350px;
  }
  .footerLogo {
    border-left: none;
    border-right: none;
  }
}


/* visual elements   ========================================================================== */
section {
  position: relative;
  overflow: hidden;
}


.number {
  position: absolute;
  text-align: center;
  z-index: 10;
}

.number-howItWorks {
  top: 60px;
  left: 7.5%;
}

.number-whenCallUs {
  top: 60px;
  left: 7.5%;
}

.number-faq {
  top: 60px;
  right: 7.5%;
}

.number-whatWeDo {
  top: 60px;
  right: 7.5%;
}
.number-about {
  top: 60px;
  right: 7.5%;
}

.section-label:before {
  content: "";
  display: block;
  position: absolute;
  height: 80px;
  width: 80px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 10px;
  z-index: -1;
}

.section-label {
  line-height: 1.2;
  color: #229FFF;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.number-howItWorks .section-label:before {
  left: -3px;
  top: -12px;
  background-color: #fff;
}

.number-whenCallUs .section-label:before {
  left: -12px;
  top: -18px;
  background-color: #fff;
}

.number-faq .section-label:before {
  left: -19px;
  top: -22px;
  border: 1px solid #229FFF;
}

.number-whatWeDo .section-label:before {
  left: -11px;
  top: -12px;
  border: 1px solid #229FFF;
}
.number-about .section-label:before {
  left: 0px;
  top: -22px;
  border: 1px solid #229FFF;
}

.fixed {
  position: fixed;
}

.number-howItWorks.fixed {
  top: 160px;
}

.number-whenCallUs.fixed {
  top: 160px;
}

.number-faq.fixed {
  top: 160px;
}
.number-whatWeDo.fixed {
  top: 160px;
}

.number-about.fixed {
  top: 160px;
}


.bottom-offset {
  top: auto;
  bottom: 120px;
}
@media (max-width: 768px) {
  .number {
    display: none;
  }
}
