html {
  scroll-behavior: smooth;
  height: 100%;
  box-sizing: border-box;
}

body {
  color: #00447A;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  position: relative;
}

.main-container {
  padding: 0px;
  background-color: #ffffff;
}

.sidebar {
  text-align: center;
}

.content-holder .content {
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #D75395;
  -webkit-box-shadow: 10px 10px 13px -8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 10px 10px 13px -8px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 10px 13px -8px rgba(0, 0, 0, 0.5);
}
.content-holder .content p {
  color: #00447A;
}
.content-holder .content a {
  color: #00447A;
}
.content-holder .content li {
  color: #00447A;
}
.content-holder .content img {
  max-width: 100%;
  height: auto;
}
.content-holder .content li.list-group-item {
  background-color: #D75395;
}
.content-holder .content-spacer {
  margin-bottom: 30px;
}

@media (min-width: 1290px) {
  .container {
    width: 1280px;
  }
}
@media (min-width: 1150px) {
  .container {
    width: 1280px;
  }
}
.tempcontent {
  padding: 50px;
  text-align: center;
  font-size: 24px;
}

p, a, li {
  color: #00447A;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

a {
  color: #D75395;
}

a:hover {
  color: #D75395;
  text-decoration: underline;
}

a:visited {
  color: #D75395;
}

a:focus {
  color: #D75395;
  outline: none;
}

.countrylink a {
  font-size: 16px;
}

*:focus {
  outline: none;
}

img[usemap] {
  max-width: 100%;
  height: auto;
  width: auto;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.h1-title {
  display: flex;
  align-items: flex-start;
}

h1 {
  font-size: 28px;
  color: #97BF0D;
  margin: 0px;
  padding-bottom: 16px;
  line-height: 36px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-transform: none;
}

h2 {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #97BF0D;
  text-align: left;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
}

h3 {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #97BF0D;
  text-align: left;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
}

.navbar-toggler-icon {
  font-size: 30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(247,178,0, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.scroller {
  position: absolute;
  z-index: 999;
  width: 40px;
  height: 40px;
  right: 20px;
  top: 20px;
}
.scroller .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.borderh2 {
  border: solid 4px #00447A;
  display: inline-block;
  padding: 0px;
}

.is-button {
  border: solid 4px #000000;
  transition: all 0.5s ease;
}
.is-button h2 {
  background-color: #000000;
  transition: all 0.5s ease;
}
.is-button h2 a {
  font-family: "Special Elite", cursive;
  font-size: 68px;
  line-height: 68px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.is-button h2 a:visited, .is-button h2 a:hover {
  color: #ffffff;
  text-decoration: none;
}
.is-button h2:hover {
  background-color: #00447A;
}
.is-button:hover {
  border: solid 4px #00447A;
}

.home-page h2 {
  font-size: 36px;
  color: #3CC7CD;
  margin: 0px;
  padding-bottom: 16px;
  line-height: 42px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.form-group ::-webkit-input-placeholder {
  color: #a2a29d;
  font-weight: 400;
  opacity: 1 !important;
  font-family: "Raleway", sans-serif;
}
.form-group :-moz-placeholder {
  color: #a2a29d;
  font-weight: 400;
  opacity: 1 !important;
  font-family: "Raleway", sans-serif;
}
.form-group ::-moz-placeholder {
  color: #a2a29d;
  font-weight: 400;
  opacity: 1 !important;
  font-family: "Raleway", sans-serif;
}
.form-group :-ms-input-placeholder {
  color: #a2a29d;
  font-weight: 400;
  opacity: 1 !important;
  font-family: "Raleway", sans-serif;
}

.btn-default {
  position: relative;
  background-color: #D75395;
  border: solid 1px #D75395;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  color: #ffffff;
  padding: 10px 25px;
  font-size: 22px;
  line-height: 22px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  transition: all 0.5s ease;
  align-items: center;
}
.btn-default .fa-chevron-circle-right {
  font-size: 30px;
}
.btn-default:visited, .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus {
  background-color: #D75395;
  color: #ffffff;
  border-color: #ffffff;
}
.btn-default:hover {
  background-color: #ffffff;
  color: #D75395;
  border-color: #D75395;
}

.btn-primary {
  position: relative;
  background-color: #ffffff;
  border: solid 1px #ffffff;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  color: #D75395;
  padding: 15px 12px;
  font-size: 22px;
  line-height: 22px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  transition: all 0.5s ease;
  align-items: center;
}
.btn-primary:visited, .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus {
  background-color: #ffffff;
  color: #D75395;
}
.btn-primary:hover {
  background-color: #D75395;
  color: #ffffff;
  border-color: #ffffff;
}

.btn-form {
  position: relative;
  background-color: #3CC7CD;
  border: solid 1px #3CC7CD;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  color: #ffffff;
  padding: 15px 12px;
  font-size: 22px;
  line-height: 22px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  transition: all 0.5s ease;
  align-items: center;
}
.btn-form:visited, .btn-form.active, .btn-form.focus, .btn-form:active, .btn-form:focus {
  background-color: #3CC7CD;
  color: #ffffff;
}
.btn-form:hover {
  background-color: #ffffff;
  color: #3CC7CD;
  border-color: #3CC7CD;
}

.form-spacer {
  margin-top: 40px;
}

.btn-score {
  position: relative;
  background-color: #3CC7CD;
  border: solid 1px #3CC7CD;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  color: #ffffff;
  padding: 15px 12px;
  font-size: 22px;
  line-height: 22px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  transition: all 0.5s ease;
  align-items: center;
  margin-right: 5px;
}
.btn-score:visited {
  background-color: #3CC7CD;
  color: #ffffff;
}
.btn-score.active, .btn-score.focus, .btn-score:active, .btn-score:focus {
  background-color: #D75395;
  color: #ffffff;
  border-color: #D75395;
}
.btn-score:hover {
  background-color: #D75395;
  color: #ffffff;
  border-color: #D75395;
}

.form-seperator {
  height: 2px;
  background-color: #da5295;
  margin: 10px 0px;
}

blockquote {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  position: relative;
  font-family: "Special Elite", cursive;
  text-align: center;
}

.back-button {
  margin-top: 30px;
  margin-bottom: 30px;
}

.blockquote:before {
  content: open-quote;
  font-size: 40px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  z-index: 400;
}

.blockquote:after {
  content: close-quote;
  font-size: 40px;
  position: absolute;
  right: 0px;
  bottom: -20px;
  width: 20px;
  z-index: 401;
}

.list-group-item-danger {
  text-decoration: line-through;
}

.card {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  border: none;
}

.about-block {
  -webkit-box-shadow: 0px 2px 11px 2px rgba(163, 163, 163, 0.3);
  -moz-box-shadow: 0px 2px 11px 2px rgba(163, 163, 163, 0.3);
  box-shadow: 0px 2px 11px 2px rgba(163, 163, 163, 0.3);
}

.button-holder {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 100;
}

.main-block {
  padding: 30px 0;
}

.logo-holder {
  margin-top: 10px;
}

.pattern {
  background: transparent url("../img/pattern.png") repeat 0 0;
  min-height: 300px;
}

.swiper-button-next {
  background-image: none;
  width: 60px;
  height: 60px;
}

.swiper-button-prev {
  background-image: none;
  width: 60px;
  height: 60px;
}

.news {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .button-holder {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 100;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .form-horizontal .text-right {
    text-align: left !important;
  }

  .button-holder {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 100;
  }

  h1 {
    font-size: 28px;
    line-height: 28px;
  }

  h2 {
    font-family: "Special Elite", cursive;
    font-size: 18px;
    line-height: 24px;
  }

  .is-button h2 a {
    font-family: "Special Elite", cursive;
    font-size: 40px;
    line-height: 40px;
  }

  .home-page h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .btn-default {
    font-size: 20px;
  }
  .btn-default .fa-chevron-circle-right {
    font-size: 24px;
  }

  .start-content h1 {
    text-align: center;
    font-size: 40px;
    color: #3CC7CD;
    margin: 0px;
    padding: 60px 0px 0px;
    font-family: "Special Elite", cursive;
  }

  blockquote {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    position: relative;
    font-family: "Special Elite", cursive;
    text-align: center;
  }

  .btn-primary {
    font-size: 18px;
  }
}
header {
  background-color: #ffffff;
}

.logo-holder {
  max-width: 100%;
  transition: all 0.5s ease;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99900;
}
.sticky .logo-holder {
  max-width: 70px;
  margin-top: 0px;
}

.sticky + .about-section {
  margin-top: 62px;
  padding-top: 167px;
}

.sticky + .content-section {
  margin-top: 62px;
  padding-top: 167px;
}

.header {
  z-index: 10000;
  position: relative;
}
.header .nav-bar {
  padding: 10px 0 20px;
}
.header .nav-bar .navbar {
  transition: all 0.5s ease;
}
.header .logo-holder .top-logo {
  max-height: 138px;
}
.header .top-bar {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 12px 20px;
  color: #ffffff;
}
.header .top-bar a {
  color: #ffffff;
  line-height: 16px;
  font-size: 16px;
}
.header .top-bar .fa-mobile-alt {
  color: #ffffff;
  font-size: 16px;
  margin-right: 5px;
}
.header .top-bar .fa-envelope {
  color: #ffffff;
  font-size: 16px;
  margin-right: 5px;
  margin-left: 20px;
}

.sticky .header .nav-bar {
  padding: 10px 0 10px;
}
.sticky .header .nav-bar .navbar {
  margin-top: 0px;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .header .top-bar .top-bar-holder {
    margin-left: 200px;
    text-align: right;
  }
  .header .top-bar .top-bar-holder .contact-us ul {
    padding: 0px;
  }
  .header .top-bar .top-bar-holder .contact-us ul li {
    margin-right: 0px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  header .header-bar .header-logo {
    position: relative;
    height: 120px;
  }
  header .header-bar .header-logo img.header-image {
    display: none;
  }
  header .header-bar .header-logo .logo-holder {
    position: absolute;
    z-index: 1000;
    bottom: 17px;
    left: 0;
    transform: none;
  }
  header .header-bar .header-logo .logo-holder .top-logo {
    width: 340px;
    height: auto;
  }
}
.navbar-toggler {
  display: none;
}

@media (max-width: 767.98px) {
  .navbar-toggler {
    display: block;
  }

  .offcanvas-collapse {
    position: fixed;
    background-color: transparent;
    top: 150px;
    /* Height of navbar */
    bottom: 0;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    overflow-y: auto;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 100000;
  }

  .offcanvas-collapse.open {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
    /* Account for horizontal padding on navbar */
  }
}
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  color: var(--secondary);
}

.nav-underline .nav-link:hover {
  color: var(--blue);
}

.nav-underline .active {
  font-weight: 500;
  color: var(--gray-dark);
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.bg-purple {
  background-color: var(--purple);
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.lh-100 {
  line-height: 1;
}

.lh-125 {
  line-height: 1.25;
}

.lh-150 {
  line-height: 1.5;
}

.navbar {
  width: 100%;
  height: 100%;
  align-items: center;
}
.navbar .dropdown-toggle::after {
  margin-left: 5px;
}
.navbar .dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navbar ul.navbar-nav {
  padding: 0px;
}
.navbar ul.navbar-nav.navbar-new {
  justify-content: space-between;
}
.navbar ul.navbar-nav li.nav-item a {
  padding: 15px 20px;
  color: #00447A;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  font-weight: 700;
}
.navbar ul.navbar-nav li.nav-item a:hover {
  background-color: transparent;
  color: #D75395;
}
.navbar ul.navbar-nav li.nav-item a:focus {
  background-color: transparent;
  color: #D75395;
}
.navbar ul.navbar-nav li.nav-item a.speciaal {
  color: #D75395;
}
.navbar ul.navbar-nav li.nav-item a.speciaal .second-nav {
  font-size: 14px;
  font-weight: 600;
}
.navbar ul.navbar-nav li.nav-item a.speciaal-new {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 17px;
  grid-row: 1/2;
  grid-column: 1/-1;
}
.navbar ul.navbar-nav li.nav-item a.speciaal-new:after {
  grid-row: 1/-1;
  grid-column: 2/-1;
  margin-top: 10px;
}
.navbar ul.navbar-nav li.nav-item a.speciaal-new .second-nav {
  grid-row: 2/-1;
  grid-column: 1/-1;
}
.navbar ul.navbar-nav li.nav-item.active a {
  background-color: transparent;
  color: #D75395;
}
.navbar ul.navbar-nav li.nav-item .dropdown-menu {
  background-color: #ffffff;
  border: solid 1px #D75395;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navbar ul.navbar-nav li.nav-item .dropdown-menu a {
  color: #00447A;
  font-size: 16px;
}
.navbar ul.navbar-nav li.nav-item .dropdown-menu a:hover {
  background-color: #ffffff;
  color: #D75395;
}
.navbar ul.navbar-nav li.nav-item .dropdown-menu a:focus {
  background-color: #ffffff;
  color: #00447A;
}
.navbar ul.navbar-nav li.nav-item .dropdown-menu a.dropdown-item {
  border-top: solid 1px #D75395;
}
.navbar ul.navbar-nav li.nav-item .dropdown-menu a.dropdown-item:first-child {
  border-top: none;
}
.navbar ul.navbar-nav li.nav-item .dropdown-menu.dropdown-menu-new {
  top: 42px;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #00447A;
}

.navbar-toggler {
  border-color: #00447a;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,68,122, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .header-navigation {
    padding-right: 0px;
  }

  .navbar .navbar-collapse ul.navbar-nav li.nav-item a {
    padding: 15px 10px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .navbar-collapse {
    padding: 0px;
  }
  .navbar-collapse.open .nav-item a {
    border-bottom: solid 1px #D75395;
    background-color: #ffffff;
    color: #ffffff;
  }
  .navbar-collapse.open .nav-item a.dropdown-item {
    background-color: #ffffff;
    color: #000000;
  }

  .navbar-toggler {
    position: absolute;
    right: 10px;
    top: -70px;
    display: block;
    z-index: 10001;
  }

  .navbar {
    justify-content: space-between !important;
  }
  .navbar .navbar-collapse {
    padding: 0px;
  }
  .navbar ul.navbar-nav li.nav-item {
    background-color: #ffffff;
  }
  .navbar ul.navbar-nav li.nav-item .dropdown-menu {
    display: block;
    background-color: #ffffff;
    margin: 0px;
    padding-left: 0px;
  }
  .navbar ul.navbar-nav li.nav-item a {
    background-color: #ffffff;
  }
  .navbar ul.navbar-nav li.nav-item a:focus {
    background-color: #ffffff;
  }
  .navbar ul.navbar-nav li.nav-item a.dropdown-item {
    padding-left: 30px;
    border-top: solid 1px #D75395;
    border-bottom: none;
  }
  .navbar ul.navbar-nav li.nav-item a.dropdown-item:first-child {
    border-top: none;
  }
  .navbar ul.navbar-nav li.nav-item a.dropdown-toggle {
    border: none;
  }
  .navbar ul.navbar-nav li.nav-item a.speciaal-new {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
  }
  .navbar ul.navbar-nav li.nav-item a.speciaal-new:after {
    display: none;
  }
  .navbar ul.navbar-nav li.nav-item.active a {
    background-color: #ffffff;
  }
  .navbar ul.navbar-nav li.nav-item.active a:focus {
    background-color: #ffffff;
  }
  .navbar ul.navbar-nav li.nav-item.active .dropdown-menu {
    display: block;
    margin: 0px;
    padding-left: 30px;
    border-top: none;
  }
  .navbar ul.navbar-nav li.nav-item.active .dropdown-menu a {
    background-color: rgba(215, 83, 149, 0.2);
    color: #000000;
  }
}
.footer-section {
  position: relative;
  background-color: #00447A;
  color: #ffffff;
  padding: 50px 30px;
}
.footer-section.footer-aquisitie {
  background-color: #3CC7CD;
  padding: 120px 30px;
}
.footer-section.footer-aquisitie .footer-aquisitie-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.footer-section.footer-aquisitie .footer-aquisitie-row a {
  color: #ffffff;
  text-decoration: underline;
}
.footer-section.footer-aquisitie .footer-aquisitie-row p {
  color: #ffffff;
}
.footer-section h2 {
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
}
.footer-section .footer-back {
  background-image: url("../img/footer-back.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 40px 40px 20px 65px;
  min-height: 387px;
  min-width: 375px;
}
.footer-section .footer-back .footer1-content {
  background-color: #3CC7CD;
  text-align: left;
}
.footer-section .footer-back .footer1-content .footer1-button {
  margin-top: 30px;
  margin-bottom: 30px;
}
.footer-section .footer-back .footer1-text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
}
.footer-section .footer-back .footer1-text p {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.footer-section .footer-back .footer1-text ul {
  list-style: none;
  margin: 30px 0px 30px 0px;
  padding-left: 20px;
}
.footer-section .footer-back .footer1-text ul li {
  color: #ffffff;
  line-height: 30px;
}
.footer-section .footer-back .footer1-text ul li:before {
  display: inline-block;
  content: "-";
  width: 1em;
  margin-left: -1em;
  color: #ffffff;
}
.footer-section .footer-block2 {
  padding: 40px 40px 40px 80px;
}
.footer-section .footer-sitemap {
  margin-top: 30px;
  text-align: left;
}
.footer-section .footer-sitemap ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer-section .footer-sitemap ul li a {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.footer-section .footer-block3 {
  padding: 40px;
}
.footer-section .footer-block3 .footer-address {
  margin-top: 30px;
  text-align: left;
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.footer-section .footer-block3 .footer-address a {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.footer-section .footer-block3 .footer-address p.address-phone {
  margin: 30px 0px 5px;
  padding: 0px;
}
.footer-section .footer-block3 .footer-address p.address-email {
  margin: 0px 0px 20px;
  padding: 0px;
}
.footer-section .footer-block3 .social-icons {
  margin-top: 50px;
  text-align: left;
}
.footer-section .footer-block3 .social-icons .rss {
  margin-right: 20px;
}

.footer-block {
  padding: 20px;
  text-align: left;
}

.footer-navigation {
  text-align: right;
  color: #ffffff;
}
.footer-navigation ul {
  display: inline-flex;
  list-style: none;
  margin: 5px 0 0 0px;
  padding: 0px;
}
.footer-navigation ul li {
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  margin: 0 0px;
}
.footer-navigation ul li a {
  color: #ffffff;
  font-size: 12px;
}
.footer-navigation ul li:after {
  content: "|";
  margin: 0px 10px;
  display: inline-block;
}
.footer-navigation ul li:last-of-type:after {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .footer-block1-holder {
    width: 50%;
    max-width: 50%;
  }

  .footer-block2-holder {
    width: 50%;
    max-width: 50%;
  }

  .footer-block3-holder {
    width: 100%;
    position: relative;
    max-width: 100%;
    flex: 100%;
  }
  .footer-block3-holder .footer-block3 {
    margin-left: 40px;
    padding-top: 0px;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .footer-block1-holder {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-section {
    position: relative;
    background-color: #00447A;
    color: #ffffff;
    padding: 50px 0px;
  }
  .footer-section h2 {
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
  }
  .footer-section .footer-back {
    background-image: url("../img/footer-back2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 40px 60px 20px 60px;
    min-height: 387px;
    min-width: 100px;
  }
  .footer-section .footer-back .footer1-content {
    background-color: #3CC7CD;
    text-align: left;
  }
  .footer-section .footer-back .footer1-content .footer1-button {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .footer-section .footer-back .footer1-text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
  }
  .footer-section .footer-back .footer1-text p {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
  }
  .footer-section .footer-back .footer1-text ul {
    list-style: none;
    margin: 30px 0px 30px 0px;
    padding-left: 20px;
  }
  .footer-section .footer-back .footer1-text ul li {
    color: #ffffff;
    line-height: 30px;
  }
  .footer-section .footer-back .footer1-text ul li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
    color: #ffffff;
  }
  .footer-section .footer-block2 {
    padding: 40px 40px 40px 40px;
  }
  .footer-section .footer-sitemap {
    margin-top: 30px;
    text-align: left;
  }
  .footer-section .footer-sitemap ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
  .footer-section .footer-sitemap ul li a {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
  }
  .footer-section .footer-block3 {
    padding: 40px;
  }
  .footer-section .footer-block3 .footer-address {
    margin-top: 30px;
    text-align: left;
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
  }
  .footer-section .footer-block3 .footer-address a {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
  }
  .footer-section .footer-block3 .footer-address p.address-phone {
    margin: 30px 0px 5px;
    padding: 0px;
  }
  .footer-section .footer-block3 .footer-address p.address-email {
    margin: 0px 0px 20px;
    padding: 0px;
  }

  .footer-block {
    padding: 20px;
    text-align: left;
  }

  .footer-navigation {
    text-align: right;
  }
  .footer-navigation ul {
    display: inline-flex;
    list-style: none;
    margin: 5px 0 0 0px;
    padding: 0px;
  }
  .footer-navigation ul li {
    display: inline-block;
    margin: 0 0px;
  }
  .footer-navigation ul li a {
    color: white;
    font-size: 12px;
  }
  .footer-navigation ul li:after {
    content: "|";
    margin: 0px 10px;
    display: inline-block;
  }
  .footer-navigation ul li:last-of-type:after {
    display: none;
  }
}
.home-banner {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
.home-banner .cat-holder {
  align-items: flex-end;
  height: 100%;
}
.home-banner h1 {
  font-size: 56px;
  line-height: 56px;
  color: #3CC7CD;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  padding: 90px 0px 50px 72px;
}
.home-banner .banner-content {
  background-image: url("../img/header-content-back.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.home-banner .home-button {
  text-align: center;
}
.home-banner .home-content {
  padding: 50px 50px;
}
.home-banner .home-content ul {
  margin: 0px;
  list-style: none;
}
.home-banner .home-content ul li {
  background: transparent url("../img/check.png") no-repeat 10px 0px;
  color: #ffffff;
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-left: 70px;
  min-height: 50px;
}

.mobile-banner {
  display: none;
}

.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.card-button-zorg {
  padding-top: 80px;
  justify-content: center;
  display: flex;
}

/* Scroll down indicator (bouncing) */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.work-home {
  padding: 70px 15px;
}
.work-home h2 {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 30px;
  color: #97BF0D;
}
.work-home .card-body {
  padding: 30px;
}

.image-quote-home {
  position: relative;
}
.image-quote-home .image-quote {
  color: #ffffff;
}

.down-arrow {
  padding: 90px;
  text-align: center;
}
.down-arrow img {
  width: 100px;
  height: auto;
}

.container-home-header {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.home-youtube {
  position: relative;
  background-color: #97BF0D;
  padding-top: 70px;
  padding-bottom: 70px;
}
.home-youtube .youtube-holder {
  padding: 0px 100px;
}

.white-top {
  height: 21px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent url("../img/white-top.png") repeat-x top left;
  z-index: 999;
}

.white-bottom {
  height: 21px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0px;
  background: transparent url("../img/white-bottom.png") repeat-x bottom left;
  z-index: 1001;
}

.homequote {
  padding: 50px 80px;
}

.image-quote-home {
  background-color: #3CC7CD;
  position: relative;
}

.home-news {
  padding: 100px 30px;
}
.home-news .news-header {
  color: #97BF0D;
  font-size: 36px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  margin-bottom: 100px;
}

@media (min-width: 576px) {
  .container-home-header {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-home-header {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-home-header {
    max-width: 960px;
  }
}
@media (min-width: 1150px) {
  .container-home-header {
    max-width: 1280px;
  }
}
@media (min-width: 1200px) {
  .container-home-header {
    max-width: 1280px;
  }
}
@media (min-width: 1290px) {
  .container-home-header {
    max-width: 1280px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .home-banner h1 {
    font-size: 50px;
    padding: 30px 30px 30px 50px;
  }
  .home-banner .home-content {
    padding: 40px 20px;
    margin-bottom: 30px;
  }
  .home-banner .home-content ul {
    padding-left: 40px;
  }

  .home-youtube {
    position: relative;
    background-color: #97BF0D;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .home-youtube .youtube-holder {
    padding: 0px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .no-cat {
    display: none;
  }

  .home-banner {
    padding-bottom: 60px;
  }
  .col-md-8.w-content {
    flex: 1;
    min-width: 100%;
  }

  .home-youtube {
    position: relative;
    background-color: #97BF0D;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .home-youtube .youtube-holder {
    padding: 0px 20px;
  }
}
@media (max-width: 767px) {
  .no-cat {
    display: none;
  }

  .home-banner {
    padding-bottom: 30px;
  }
  .home-banner h1 {
    font-size: 32px;
    padding: 30px;
  }
  .home-banner .home-content {
    padding: 40px 20px;
  }
  .home-banner .home-content ul {
    padding: 0px;
  }
  .home-banner .banner-content {
    background-image: url("../img/header-content-back.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .container-home-header {
    padding-left: 0px;
    padding-right: 0px;
  }

  .home-youtube {
    position: relative;
    background-color: #97BF0D;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .home-youtube .youtube-holder {
    padding: 0px 20px;
  }

  .mobile-banner {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    height: 300px;
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .no-cat {
    display: none;
  }
}
.base-banner {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}

.content-holder {
  margin-bottom: 30px;
}
.content-main-holder {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-time-holder {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content .content-block {
  margin: 30px -15px 0px -15px;
}

.content-more {
  background-color: #ffffff;
  padding: 30px 100px;
}

.content-image {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.content-content h1 {
  padding: 20px 0 30px 0;
  margin: 0;
  color: #97BF0D;
}
.content-content h2, .content-content h3, .content-content h4, .content-content h5, .content-content h6 {
  padding: 20px 0 5px 0;
  margin: 0;
  color: #97BF0D;
}
.content-content p {
  margin: 0;
  padding: 0px 0 20px 0;
}

.swiper-container {
  position: relative;
  max-height: 714px;
}
.swiper-container .swiper-slide {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.contentH .content-content {
  padding: 30px 0px 0px 0px;
}

.image-block-small {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.base-content .base-title {
  display: table;
  height: 100%;
}
.base-content .base-title h1 {
  margin: 0px 0;
  padding: 0px;
  font-size: 34px;
  font-weight: 400;
  line-height: 38px;
  color: #97BF0D;
  letter-spacing: 0.2px;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.base-content-holder {
  background-color: #ffffff;
}

.main-content {
  background-color: #ffffff;
  min-height: 300px;
  padding-right: 0px;
}
.main-content h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  color: #97BF0D;
}

.content1 h1 {
  margin-top: 40px;
}
.content1 h2, .content1 h3, .content1 h4, .content1 p, .content1 ul, .content1 ol {
  margin: 0px 0px;
}

.content8 {
  margin-bottom: 30px;
}
.content8 h1 {
  margin-top: 40px;
}
.content8 h2, .content8 h4, .content8 p, .content8 ul, .content8 ol {
  margin: 0px 0px;
}
.content8 h3 {
  margin-top: 30px;
}
.content8 .content-image {
  margin-top: 40px;
}
.content8 .btn-content {
  margin-top: 80px;
}

.content-holder-1 .content1 {
  padding-top: 60px;
}
.content-holder-1 .content2 {
  padding-top: 60px;
}
.content-holder-1 .content3 {
  padding-top: 60px;
}
.content-holder-1 .content4 {
  padding-top: 60px;
}
.content-holder-1 .content5 {
  padding-top: 60px;
}
.content-holder-1 .content6 {
  padding-top: 60px;
}
.content-holder-1 .content7 {
  padding-top: 60px;
}

.content2 {
  margin-bottom: 30px;
}

.content3 {
  margin-bottom: 30px;
}

.content4 {
  margin-bottom: 30px;
}

.content5 {
  margin-left: -30px;
  padding-left: -30px;
}

.content6 {
  margin-top: 30px;
}

.content7 {
  padding: 120px 60px;
}

.content9 h2 {
  margin-left: 50px;
  margin-bottom: 20px;
}
.content9 .content-list-holder {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.content9 .content-list-holder li {
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
}
.content9 .content-list-holder li .content-list {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 50;
  color: #3CC7CD;
  font-size: 24px;
  line-height: 38px;
  width: 40px;
  height: 40px;
  text-align: center;
  border: solid 2px #3CC7CD;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

.content10 h2 {
  text-align: center;
  margin-bottom: 50px;
}
.content10 .card {
  border: none;
}
.content10 .card .block-image {
  text-align: center;
  margin-bottom: 30px;
}
.content10 .card h3 {
  min-height: 56px;
  margin-bottom: 30px;
}

.content-base-block {
  background-color: #ffffff;
}

.h2spacer {
  padding: 0 0 20px 0;
  margin: 0px;
  font-family: "Special Elite", cursive;
  font-size: 26px;
  line-height: 32px;
}

.content-base-block .content1 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.work-block {
  position: relative;
  background-color: #D75395;
  padding-top: 70px;
  padding-bottom: 70px;
}
.work-block .work-content {
  text-align: center;
}
.work-block .work-content h2 {
  text-align: center;
  color: #ffffff;
}
.work-block .work-content p {
  margin-bottom: 0px;
  color: #ffffff;
  text-align: center;
}
.work-block .work-content p a {
  color: #ffffff;
  text-decoration: underline;
}

.video-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  justify-items: center;
  align-items: center;
  width: 100%;
}
.video-grid img {
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 1;
}
.video-grid .embed-responsive {
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 2;
  margin: 100px 0px;
}
.video-grid .embed-responsive iframe {
  border: solid 4px #ffffff;
}

.aquisitie-content p {
  margin: 0px 0 20px;
  padding: 0px;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  color: #97BF0D;
}

.card-button-aquisitie {
  display: flex;
  justify-items: center;
  padding-top: 60px;
  justify-content: center;
}

@media only screen and (max-width: 667px) and (orientation: portrait) {
  .contentH .content-content {
    padding: 30px 0px 0px 20px;
  }

  .content-main-holder {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .content8 .button-left {
    text-align: center;
  }
  .content8 .button-right {
    text-align: center;
    margin-top: 20px;
  }
  .content8 .content-image {
    margin-top: 20px;
  }

  .base-banner {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    height: 300px;
  }
}
@media only screen and (max-width: 667px) and (orientation: landscape) {
  .container {
    max-width: 667px;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .video-grid {
    display: flex;
  }
  .video-grid img {
    display: none;
  }
  .video-grid .embed-responsive {
    margin: 0px 0px;
  }
}
@media only screen and (max-width: 812px) and (orientation: landscape) {
  .container {
    max-width: 812px;
  }
}
.latest-news {
  margin-top: 18px;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.latest-news h3 {
  padding: 0px;
}
.latest-news p.intro {
  margin-bottom: 0px;
}
.latest-news .news-button {
  text-align: right;
  padding-right: 20px;
}
.latest-news .news-button a {
  font-size: 16px;
  color: #97BF0D;
}

.pageNav {
  margin-top: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.news-block {
  margin-bottom: 30px;
}

.news-item {
  position: relative;
  margin-bottom: 20px;
  color: #00447A;
}
.news-item h2 {
  color: #97BF0D;
  margin: 20px 0px;
}
.news-item .readmore {
  text-align: left;
  width: 100%;
  margin-top: 30px;
}

.contact-address h2 {
  margin-bottom: 30px;
}
.contact-address a {
  color: #000000;
}
.contact-address a:hover {
  color: #D75395;
}

h1.contact-title {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #3CC7CD;
  text-align: left;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
  background: none;
}

.contact-text {
  margin-bottom: 30px;
}

.form-holder {
  margin-top: 60px;
}

#map {
  margin-top: 70px;
  height: 640px;
  width: 100%;
}

.group-options {
  background-color: #D75395;
  padding: 20px;
  margin-bottom: 20px;
}

.group-extras {
  background-color: #D75395;
  padding: 20px;
  margin-bottom: 20px;
}

#cookit {
  position: fixed;
  width: 100%;
  bottom: 0;
  display: grid;
  grid-template-columns: auto 1280px auto;
  grid-template-rows: 1fr;
  grid-template-areas: ". container . ";
  z-index: 9999999;
  background-color: #ffffff;
}

#cookit #cookit-container {
  grid-area: container;
  display: flex;
  font-size: 13px;
  gap: 30px;
  padding: 10px 50px;
  align-items: center;
}

#cookit #cookit-container p {
  font-size: 13px;
  line-height: 15px;
  margin: 0;
  padding: 0;
}

#cookit #cookit-container a {
  text-decoration: none;
  display: inline-flex;
  padding: 5px 20px;
  font-size: 13px;
}

#cookit #cookit-container a:hover {
  opacity: 0.9;
}

@media only screen and (max-width: 1279px) {
  #cookit {
    display: grid;
    grid-template-columns: 15px 1fr 15px;
    grid-template-rows: 1fr;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #cookit {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
  }

  #cookit #cookit-container {
    flex-direction: column;
    padding: 15px 0;
  }
}

/*# sourceMappingURL=all.css.map */
