@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800,900&display=swap');
@import url(../fonts/fonts.css);
/*General*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
b { font-weight: bold; }
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  font-size: 16px;
  color: #5B6770;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.animation {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body {
  margin: 0px;
  padding: 120px 0px 0px;
  font-family: 'Nunito';
  font-size: 16px;
  color: #5B6770;
}
img {
  max-width: 100%;
}
@media (min-width: 1086px) {
  .container {
    max-width: 1086px;
  }
}
a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #5b6770;
}
a:hover {
  text-decoration: none;
  color: #3B3C40;
}
.btn-default {
  border: 1px solid #A4BCC2;
  border-radius: 4px;
  line-height: 25px;
  padding: 0px 30px;
  letter-spacing: 0.4px;
  color: #5B6770;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  display: inline-block;
}
.btn-default:hover {
  background: #3B3C40;
  border-color: #3B3C40;
  color: #fff;
}
h1 {
  letter-spacing: 0.36px;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.2em;
  color: #3B3C40;
}
h2 {
  letter-spacing: 0.36px;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.2em;
  color: #3B3C40;
}
h3 {
  letter-spacing: 0;
  color: #3B3C40;
  font-size: 12px;
  font-weight: bold;
}
h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #5B6770;
}
p {
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 20px;
  color: #5B6770;
}
.sub-heading{
  margin-bottom: 10px;
}
ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 10px;
}
ul li {
  font-size: 16px;
  line-height: 25px;
  color: #5B6770;
}
#scroll-top {
  position: fixed;
  z-index: 1040;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  background: #5B6770;
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 22px;
  display: none;
}
#scroll-top:hover{
  background: #3b3c40;
}
#scroll-top i {
  display: block;
}
/*Header style*/
header {
  padding: 0px 60px;
  display: flex;
  min-height: 120px;
  justify-content: space-between;
  align-items: center;
  /*transition: all 0.3s ease-in-out;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  background: #fff;
}
header.fixed-header {
  position: fixed;
  padding: 0px 60px;
  min-height: 70px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.logo img {
     width: 215px;
}

.fixed_j {
     display: none;
}

@media only screen and (min-width: 1366px) {
     .fixed_j {
          display: block;
          height: 260px;
          position: fixed;
          top: calc(50% - 130px);
          right: 10px;
          z-index: 99;
     }
}

header.fixed-header .logo {
  max-width: 160px;
}

header nav ul {
  align-items: center;
  padding: 0px;
  list-style: none;
  margin-bottom: 0;
}

header nav ul li a {
  color: #5B6770BF;
  text-transform: uppercase;
  padding: 0px 12.5px;
}
header nav ul li a:hover {
  color: #3B3C40;
}
header nav ul li.link-active a {
  color: #3B3C40;
}
header .number {
  width: 215px;
  font-size: 13px;
  line-height: 18px;
  flex-basis: fit-content; 
}
header .number a {
  /* display: block; */
  font-weight: bold;
  font-size: 15px;
}
header .number span {
  font-style: italic;
  color: #3B3C40;
  font-family: 'Georgia Regular';
}
/*Intro Section*/
.intro-section {
  background: #dce8e6;
}
.intro-section .intro-img {
  width: 100%;
}
.intro-section [class*=col-] {
  line-height: 0;
}
.intro-section .info-clm {
  background: #dce8e6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro-section .info-clm .info-wrapper {
  max-width: 65%;
  padding: 60px 0px;
}
.intro-section .btn-default {
  margin-top: 20px;
}
.about-full-view {
  display: none;
}
.intro-logo-section {
  display: none;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 70px;
}
.intro-logo-section h2 {
  color: #3B3C40;
  font-family: 'Georgia Italic';
  font-size: 28px;
  line-height: 32px;
}
/*Who we are*/
.who-we-are {
  padding: 80px 0px;
}
.who-we-are .thumb {
  line-height: 0;
}
.who-we-are .thumb img {
  width: 100%;
}
.who-we-are .thumb h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
}
.who-we-are .thumb .info-wrapper {
  background: #EDF2F1;
  padding: 15px 65px;
}
.who-we-are .thumb .info-wrapper p {
  min-height: 130px;
}
/*Surroundings*/
.surroundings .container {
  border-top: 1px solid #A4BCC2;
  padding-top: 20px;
  text-align: center;
}
.surroundings .container h2 {
  font-size: 24px;
}
.surroundings .container p {
  color: #A4BCC2;
  max-width: 640px;
  margin: 0 auto;
  letter-spacing: 0.24px;
  font-style: italic;
  margin-bottom: 30px;
  font-family: 'Georgia Italic';
}
/*Footer style*/
footer {
  padding: 60px 0px 15px;
}
footer .container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .clm {
  flex: 0 0 calc(100% / 4);
  display: flex;
  align-items: flex-start;
  padding-right: 15px;
}
footer .clm h3 {
  font-size: 12px;
  line-height: 1.6em;
  margin-right: 20px;
  /*margin-top: 2px;*/
}
footer .clm ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .clm ul li{
  color: #5B6770;
  font-size: 12px;
  line-height: 1.6em;
}
footer .clm p{
  color: #5B6770;
  font-size: 12px;
  line-height: 1.6em;
  margin-bottom: 15px;
}
footer .clm p:last-of-type{
  margin: 0;
}
footer .clm a {
  color: #5B6770;
}
footer .clm a:hover {
  color: #3b3c40;
}
footer .copyright {
  flex: 0 0 100%;
  margin-top: 60px;
}
footer .copyright p {
  color: #5B6770;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
  display: block;
}
.menu-btn {
  display: none;
}
/*Inner banner*/
.inner-banner {
  background: #dce8e6;
  padding-bottom: 30px;
}
.inner-banner .banner-img {
  width: 100%;
  height: 350px;
  background-size: cover !important;
}
@media screen and (min-width: 1370px) {
     .inner-banner .banner-img {
       height: 550px;
     }
}

.inner-banner .heading-wrapper {
  max-width: 296px;
}
.inner-banner p a {
  color: #3B3C40;
  text-decoration: underline;
}
.issues-section {
  padding: 30px 0px;
}
.check-list-section {
  background: #EDF2F1;
  padding: 40px 0px 100px;
}
.check-list-section #accordion .block-header a {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.64px;
  color: #7f8a90;
  border-bottom: #7f8a90 solid 1px;
  padding: 12px 0px;
  display: block;
}
.check-list-section #accordion .block-wrapper:first-child a{
  padding-top: 0;
}
.check-list-section #accordion .block-header a:not(.collapsed) {
  /*color: #A4BCC2;*/
  border-bottom: 0px;
}
.check-list-section #accordion .block-header a.collapsed {
  color: #5B6770;
}
.check-list-section #accordion .card-body {
  padding: 10px 0px;
}
.check-list-section #accordion .card-body h4 {
  margin-top: 20px;
}
.check-list-section #accordion .card-body span {
  font-size: 12px;
  color: #5B6770;
}
.check-list-section #accordion .card-body a {
  color: #3B3C40;
  text-decoration: underline;
}
.check-list-section #accordion .card-body .btn-default {
  text-decoration: none;
}
.check-list-section #accordion .card-body .btn-default:hover {
  color: #fff;
}
.team-row .col-lg-4 {
  margin-bottom: 30px;
}
.team-row .team-thumb {
  background: #EDF2F1;
  height: 100%;
  position: relative;
}
.team-row .team-thumb > img {
  width: 100%;
}
.team-row .team-thumb .info {
  padding: 25px 25px 60px;
}
.team-row .team-thumb .info h2{
  margin-bottom: 10px;
}
.team-row .team-thumb div.text-center {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 15px;
}
/*Contact us*/
.contact-section {
  padding: 80px 0px;
}
.contact-section .contact-form label {
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.contact-section .contact-form .form-control {
  border-radius: 0;
}
/*.contact-section .map {
  margin-top: 20px;
}*/
/*Responsive Style*/
@media screen and (max-width: 1279px) {
  .intro-section .info-clm .info-wrapper {
    max-width: 90%;
  }
  footer {
    padding: 60px 0px 15px;
  }
}
@media screen and (max-width: 1224px) {  
  body {
    padding-top: 0;
  }
  header {
    padding: 0px 15px;
    position: inherit;
    min-height: 80px;
  }
  header.fixed-header {
    padding: 0px 15px;
  }
  header nav {
    margin-right: 1em;
    margin-left: 5px;
  }
  .intro-section .info-clm .info-wrapper {
    max-width: 100%;
    padding: 30px 15px;
  } 
  .who-we-are {
    padding: 30px 0px;
  }
  .who-we-are .thumb {
    margin-bottom: 30px;
  }
  footer .clm {
    margin-bottom: 20px;
    flex: 0 0 calc(100% / 3);
  }
  footer .clm:first-child {
    flex: 0 0 100%;
    justify-content: center;
  }

  .who-we-are .thumb .info-wrapper {
    padding: 15px;
  }
  .who-we-are .thumb .info-wrapper p {
    min-height: inherit;
  }
  .logo {
    max-width: 150px;
  }
}

@media screen and (min-width: 1097px){
  .menu-btn {
    display: none !important;
  }
  header nav ul {
    display: flex !important;
  }
}

@media screen and (min-width: 1097px) and (max-width: 1386px){
  header nav ul li a {
    font-size: 14px;
    padding: 0px 8px;
    text-align: center;
    line-height: 1.3em;
  }
}

@media screen and (max-width: 1096px){
  .menu-btn {
    display: inline-block;
    font-size: 16px;
    background: #3b3c40;
    color: #fff;
    padding: 8px 10px;
  }
  header nav ul {
    display: none;
    position: absolute;
    background: #fff;
    left: 0;
    z-index: 1059;
    width: 100%;
    top: 80px;
    padding: 15px 0px;
    text-align: center;
  }
  header nav ul li a {
    padding: 8px 12.5px;
    display: block;
  }
   .contact-page-image {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 20px;
  }
  .contact-section{
    padding: 50px 0;
  }
  .surroundings .container{
    padding-top: 50px;
  }
  footer{
    padding-top: 20px;
  }
  footer .clm {
    margin-bottom: 20px;
    flex: 0 0 100%;
    /*justify-content: center;*/

    flex-direction: column;
    align-items: center;
    padding-right: 0;
    text-align: center;
  }
  footer .clm:first-child{
    margin-bottom: 30px;
  }
  footer .clm h3{
    margin: 10px 0;
  }
  footer .copyright {
    text-align: center;
    margin-top: 15px;
  }
  .inner-banner .banner-img {
    height: 250px;
  }
  .phone-number-desktop{
    display: none;
  }
 
}

@media screen and (min-width: 767px) {
     .modal-lg .modal-body {
          padding: 30px;
     }
     .phone-number-mobile {
        display: none;
     }   
}

@media screen and (min-width: 1097px){
    .contact-page-image {
      width: 50%;
    }
}

small { font-size: 0.8rem; }

.block-header, .sub-heading { text-transform: uppercase; }

.card-body strong { font-weight: bolder; }

.reacties .info { font-style: italic; }


.modal-content {
     background-color: #DCE8E6;
}

.collapse ol {
      list-style-position: inside;
     list-style-type: decimal;
}

input[type="submit"].btn-default,
button[type="submit"].btn-default {
  background-color: #efefef;
}
