/* reset */
 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;
}
/* HTML5 display-role reset for older browsers */
 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
     display: block;
}
 body {
     line-height: 1;
}
 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;
}

/*default */
* { box-sizing:border-box; }
*:focus { outline:none !important;}
 html, body {
    font-family: 'Archivo', sans-serif;
    line-height:1.4;
    color: #5b5b5a;
    font-size: 14px;
}
 body {
     background: #fff;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5b5b5a;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #5b5b5a;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #5b5b5a;
}
:-moz-placeholder { /* Firefox 18- */
  color: #5b5b5a;
}

.form-control  {
    border: none;
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 9px 20px 9px;
	border-radius: 15px;
	background-color: #ffffff;
	color: #5b5b5a;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 24px;
}
.control-label {display:block;margin-bottom: 15px;}
.radio-inline {
	font-size:11px;
	margin-right:10px;
}
.radio-check input {vertical-align:middle;margin-right:5px;}
.radio-block {margin-bottom:12px;}
.form-control:focus {
    color: inherit;
    background-color: #fff;
    border-color: #5b5b5a;
    outline: 0;
    box-shadow: none;
}
textarea.form-control {
	border: 1px solid #5b5b5a;
	padding: 12px;
}

/* The radio */
.radio-check {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	line-height:18px;
}
.radio-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkround {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff ;
    border-color:#5b5b5a;
    border-style:solid;
    border-width:1px;
     border-radius: 50%;
}
.radio-inline .checkround {top:-2px;}
/* When the radio button is checked, add a blue background */
.radio-check input:checked ~ .checkround {
    background-color: #fff;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkround:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.radio-check input:checked ~ .checkround:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.radio-check .checkround:after {
     left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background:#5b5b5a;
}
/* buttons style */
.button,button,input[type="submit"] {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 24px;
	border-radius: 21px;
	border: 1px solid #ffffff;
	padding: 8px 20px;
	display: inline-block;
	text-align:center;
	min-width:140px;
	text-decoration: none;
	background-color:transparent;
	 -webkit-transition: all .3s linear;
     -moz-transition: all .3s linear;
     -ms-transition: all .3s linear;
     -o-transition: all .3s linear;
     transition: all .3s linear;
}
 .button:hover {
	 color:#fff;
     text-decoration:none;
	 background-color: #416196;
}

 img {
     border: 0px;
     max-width: 100%;
	 height:auto;
}
sup {
    vertical-align: super;
    font-size: smaller;
}
strong,b {font-weight:700;}
 a, input {
     outline: none;
}
 a {
    color: #416196;
	text-decoration: underline;
}

 a:hover {
    color: #416196;
	text-decoration: none;
}

 h1,.h1 {
	 color: inherit;
	 font-size: 28px;
	letter-spacing: .57px;
	 font-weight: 700;
}
h2 {
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0.14px;
	text-transform: uppercase;
	margin-bottom: 18px;
}
h3 {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.09px;
	text-transform: uppercase;
	margin-bottom: 10px;
	
}
 h4 {
	 font-size: 14px;
	 color: inherit;
	 line-height: 24px;
	 font-weight:700;
}
 h5,h6 {
     font-size: 13px;
     line-height: 22px;
}

p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 24px;
	margin-bottom: 18px;
	color:#5b5b5a;
}
blockquote {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.42px;
	line-height: 24px;
	margin-bottom: 28px;
}



/*header style */
#header-wrap {display:none;position:fixed;top:0;
left:0;width:100%;background:#fff;z-index:999;}

.logo {
	max-width: 70%;
	width: 280px;
}

.navbar-nav  .nav-link ,.navbar-nav  .dropdown-item {
	color: #5b5b5a;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 24px;
	text-decoration: none;
}
.navbar-nav  .active > a,.navbar-nav  .nav-link:hover,.navbar-nav  .dropdown-item.current,.navbar-nav  .dropdown-item:hover {
	color: #416196;
	text-decoration: none;
}
@media (min-width:992px){
	li.nav-item.dropdown:hover .dropdown-menu {
		display:block;
	}
	.logo {
		width: 300px;
		position: absolute;
		max-width: 20%;
		max-height: 100%;
		top: 0;
		padding: 10px 0;
	}
	#header-wrap  .navbar {
	padding: 2.5rem 1rem 1.55rem;
}
}
.dropdown-toggle::after {
	content:"";
  border: solid #5b5b5a;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
   transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  height:10px;width:10px;
  background: transparent;
      margin-left: 10px;
}
.active .dropdown-toggle::after {
	border-color:#416196;
}
@media (min-width: 992px){
	.navbar .navbar-nav .nav-link {
		padding-right: 1.95rem;
		padding-left: 1.95rem;
	}
	.navbar .navbar-nav .dropdown-menu {
		margin: 0;
		border: none;
		box-shadow: none;
		padding-top:1.75rem;
		min-width: 12rem;
	}
}
#header-wrap  .navbar  a.button {
    position: absolute;
    background-color: #416196;
    right: 45px;
}
#header-wrap  .navbar  a.button img {
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	width:20px;
	height:24px;
}
.navbar-toggler {min-width:0;}
#nav-icon2 {
  width: 32px;
  height: 25px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index:9999;
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #416196;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  /* border-radius: 0 9px 9px 0; */
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
  /* border-radius: 9px 0 0 9px; */
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 9px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 18px;
}

.navbar-toggler:not(.collapsed) #nav-icon2 span:nth-child(1),.navbar-toggler:not(.collapsed) #nav-icon2 span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) #nav-icon2 span:nth-child(2),.navbar-toggler:not(.collapsed) #nav-icon2 span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-toggler:not(.collapsed) #nav-icon2 span:nth-child(1) {
  left: 5px;
  top: 7px;
}

.navbar-toggler:not(.collapsed) #nav-icon2 span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

.navbar-toggler:not(.collapsed) #nav-icon2 span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.navbar-toggler:not(.collapsed) #nav-icon2 span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.navbar-toggler:not(.collapsed) #nav-icon2 span:nth-child(5) {
  left: 4px;
  top: 14px;
}

.navbar-toggler:not(.collapsed) #nav-icon2 span:nth-child(6) {
  left: calc(50% - 4px);
  top: 14px;
}
.navbar-toggler:not(.collapsed) #nav-icon2 span {background:#416196;}


/* footer */
.footer-top  {
	background-color: #0a404c;
}
.footer-top figure {margin-bottom:30px;}
.footer-top img {
	max-width:165px;
}
.logo-withtext span {
	color: #ffffff;
	font-size: 9px;
	font-weight: 400;
	letter-spacing: 0.64px;
	text-transform: uppercase;
	display:block;
}
.footer-top address {
	color: #d4dfe2;
	font-size: 9px;
	font-weight: 400;
	letter-spacing: 0.64px;
	line-height: 14px;
}
.footer-top address span {
	display:block;
	text-transform:uppercase;
}
.footer-bottom {
	padding: 5px 12px;
}
.footer-bottom span {
	color: #5c7377;
	font-size: 7px;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-right:10px;
}
.footer-bottom  a:after {
	content:"";
	display:inline-block;
	width: 11px;
	height: 10px;
	background-color: #5c7377;
	border-radius:50%;
	margin-left:10px;
}


#page-wrap {overflow: hidden;}
/* home banner */
.banner-wrapper {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	min-height:1034px;
	padding: 11rem 3rem;
	margin-bottom:20px;
}
.mail-phone {
	margin-top: -1rem;
    padding-left: 6.5rem;
}
.mail-phone > span:first-child {padding-right:2rem;}
.mail-phone a { text-decoration: none; }
.mail-phone a:hover span { text-decoration: none; color: #000; } 
.mail-phone span {
	color: #416196;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 24px;
}
.mail-phone span img {
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	max-width:21px;
	height:auto;
}


/* about*/
.about-wrap { margin-bottom:20px;min-height: 946px;align-items: stretch;
 -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.about-content {
	background-color: #416196;
	min-height:100%;
	position:relative;
	overflow:hidden;
	padding-top: 178px;
	flex:1;
}
.about-content-inner {
    margin-left: auto;
    max-width: 660px;
	padding:0 10% 0 20px;
}
.section-contant {padding-left:2.5rem;position:relative;}
.section-contant p{
   font-size: 16px;
}
.section-contant:before {
	content:"";
	height:1px;
	width:92px;
	background:#fff;
	position:absolute;
	top:10px;
	right:95%;
}
.about-content:after {
	content:"";
	height:100%;
	width:100%;
	background:url(../images/lines-design.svg) no-repeat center / contain;
	position:absolute;
    top: 14%;
    left: -11%;
}
.about-content h2 , .about-content p ,.about-content blockquote {
	color:#fff;
}
.img-wrap-about {
	min-height:100%;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	background-image:url(../images/Over_ons.png);
	flex:1;
}



/* Service */
.service-wrap {padding:90px 0;}
.service-wrap .container {max-width:1200px;}
.service-wrap  .setion-heading {
	color:#2e2c2c;
	margin-bottom:30px;
}
.oval-wrap {
	background:url(../images/oval-design.svg) no-repeat center / 100% 100%;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.oval-wrap:after {
	content: "";
    height: 112%;
    width: 94%;
    background: url(../images/two-line-design.svg) no-repeat center/100% 100%;
    position: absolute;
    top: -7%;
    right: 2%;
    z-index: -1;
}
.small-service-list .oval-wrap {	
	padding:15px;
	min-height:142px;
	margin-bottom: 20px;
}
.active  .small-service-list .oval-wrap {background:none;}
.small-service-list .oval-wrap img {
	display:inline-block;
	vertical-align:middle;
}
.service-list li {
	margin:55px 0 0;
	cursor:pointer;
}
.service-list li span {
	color: #5b5b5a;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.2px;
}
.big-service-list .oval-wrap {
	min-height:619px;
	margin-top: 48px;
}
.big-service-list .oval-wrap {
	display:none;
}
.big-service-list .oval-wrap.active {display:flex;}
.big-service-list .oval-wrap.default {
	background-image:url(../images/Diensten-fix.png);
	background-size: contain;
}
.oval-wrap-content {
	max-width: 501px;
	margin:0 auto;
	text-align:center;
}
.oval-wrap-content h2,.oval-wrap-content p {
	color: #ffffff;
}

.oval-wrap-content ul {
	color:#FFF;
    padding-left: 20px;
    list-style-type: square;
    padding-bottom:20px;

}

.oval-wrap-content li {
	padding-bottom:9px;
    line-height:22px;

}


/* vacature*/
.vacature-wrap { 
	margin-bottom:20px;
	min-height: 956px;
	align-items: stretch;
	-webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.vacature-content {
	background-color: #fff;
	min-height:100%;
	position:relative;
	overflow:hidden;
	padding-top: 96px;
	flex:1;
}
.vacature-content-inner {
    margin-left: auto;
    max-width: 660px;
	padding:0 10% 0 20px;
}
.vacature-content .section-contant:before {
	background:#5b5b5a;
}
.section-contant li {line-height:25px;}
.vacature-content:after {
	content:"";
	height:96%;
	width:100%;
	background:url(../images/line-design-gray.svg) no-repeat center / auto 100%;
	position:absolute;
    top: 2%;
    left: 50%;
}
.vacature-content h3 {
	padding-top:35px;
}
.vacature-content ul {
	list-style:disc;
	margin-bottom:30px;
	padding-left: 1em;
}
.img-wrap-vacature {
	min-height:100%;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	background-image:url(../images/vacature.png);
	flex:1;
	padding-top:18%;
	position:relative;
	overflow:hidden;
}
.img-wrap-vacature h2 , .img-wrap-vacature p,.img-wrap-vacature h3, .img-wrap-vacature a {
	color:#fff;
}
.img-wrap-vacature a { text-decoration: none; }
.img-wrap-vacature a:hover { text-decoration: underline; }
.img-wrap-vacature .section-contant {
	padding-left:11rem;
	max-width:673px;
	padding-right:15px;
    position: relative;
    z-index: 2;
}
.img-wrap-vacature .section-contant:before{content:"";display:none;}
.img-wrap-vacature:after {
	content:"";
	height:96%;
	width:100%;
	background:url(../images/lines-design.svg) no-repeat center / auto 100%;
	position:absolute;
    top: 2%;
    right: 50%;
    z-index: 1;
}


/*contact */
.contact-wrap { 
	margin-bottom:20px;
	min-height: 660px;
	align-items: stretch;
	-webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.contact-content {
	background-color: #416196;
	min-height:100%;
	position:relative;
	overflow:hidden;
	padding-top: 92px;
	flex:1;
}
.contact-content-inner {
    padding-left: 6rem;
    max-width: 673px;
	padding-right: 6rem;
	position:relative;
	z-index:2;
}
.contact-content:after {
	content:"";
	height:100%;
	width:100%;
	background:url(../images/lines-design.svg) no-repeat center / contain;
	position:absolute;
    top: 14%;
    left: -11%;
}
.contact-content h2 , .contact-content p  {
	color:#fff;
}
.contact-content  form {
	padding-top: 20px;
    max-width: 406px;
}
.img-wrap-contact {
	min-height:100%;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	background-image:url(../images/Contact.png);
	flex:1;
	    position: relative;
}
a.home-button {
	border-radius: 20px 0 0;
	background-color: #416196;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 24px;
	text-decoration: underline;
	padding:22px 25px 22px 34px;
	display: block;
	position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
a.home-button  span {display:block;}
a.home-button img {
	max-width:30px;
}
#map {width:100%;height:100%;}

#footer-wrap .container {
    max-width: 1340px;
}
.contact-info {padding:20px 0}
.contact-info h2 {
	color: #2e2c2c;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.09px;
	text-transform: uppercase;
	margin-bottom:20px;
}
.descr-info {
	padding-bottom: 2px;
    margin-bottom: 20px;
	border-bottom: 1px solid rgba(91, 91, 90, 0.2);
}
.addresses-wrapper {
	border-right: 1px solid rgba(91, 91, 90, 0.2);
}
.addresses {
	color: #2e2c2c;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 24px;
	margin-bottom:25px;
	padding-left:30px;
	position:relative;
}
.addresses:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	display:block;
	height:18px;
	width:20px ;
	background:url(../images/home_12.png) no-repeat center / 20px 18px;
}
.mail-phone1 {margin-bottom:20px;}
.mail-phone1 span, .beif span {
	color: #2e2c2c;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 24px;
	display:block;
	margin-bottom:0px;
	padding-left:1rem;
}
.mail-phone1 a, .beif a { color: #2e2c2c; text-decoration: none; }
.mail-phone1 span img {
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	max-width:21px;
	height:auto;
}


@media (max-width:1023px) {
    .banner-wrapper img { width: 80% }
    .mail-phone { padding-left: 8rem; }
	.banner-wrapper {
		min-height: 720px;
	}
	.about-wrap {
		min-height: 720px;
	}
	.about-content {
		padding-top: 78px;
	}
	.img-wrap-vacature .section-contant,.contact-content-inner {
		padding-left: 3rem;
        padding-right: 3rem;
	}
    .contact-content { padding-top: 60px; }
}
@media (max-width:991px) {
	.service-list li {float:left; width:33.3%;    margin: 25px 0 0;}
	.service-wrap .order-last {order:2;}
	#header-wrap .navbar-expand .navbar-collapse {justify-content: flex-start !important;}
	#header-wrap .navbar a.button {
		position:static;
	}
	#navbarNavDropdown {text-align:center;}
	.navbar-nav .dropdown-menu {
		position: static;
		float: none;
		display: inline-block;
		border: none;
		text-align: center;
		border-bottom: 1px solid #ccc;
		border-radius: 0;
	}
}

@media (max-width:767px) {
	.about-wrap,.vacature-wrap,.contact-wrap {
		flex-wrap:wrap;
		min-height: 0;
	}
	.about-content,.vacature-content,.contact-content {
		min-width: 100%;
	}
	.img-wrap-about,.img-wrap-vacature,.img-wrap-contact {
		min-width: 100%;
		min-height: 400px;
	}
	.contact-content-inner,.vacature-content-inner,.img-wrap-vacature .section-contant,.about-content-inner {
		margin-left: auto;
		margin-right:auto;
		max-width: 660px;
		padding: 0 20px 0 20px;
	}
	.about-content ,.service-wrap,.vacature-content,.img-wrap-vacature,.contact-content{
		padding: 40px 0;
	}
	.banner-wrapper {
		min-height: 480px;
		padding: 70px 15px;
	}
	.mail-phone {
		margin-top: 20px;
		padding-left: 0;
	}
    .mail-phone > span:first-child { display: block; float: none; width: 100%; margin-bottom: 10px; }
    h2 { font-size: 20px; }
	

	.section-contant {
		padding-left: 0;
	}
    .section-contant:before { display: none; }
	.service-list li span {
		font-size: 14px;
		font-weight: 600;
	}
	.big-service-list .oval-wrap.active {
		background-size:cover !important;
	}
	.section-contant:before {right:98%;}
	/* #header-wrap .navbar a.button img {
		width: 16px;
		height: auto;
	}
	.navbar-expand .navbar-nav .nav-link {
		padding-right: .95rem;
		padding-left: .95rem;
	}
	.dropdown-toggle::after {
		height: 5px;
		width: 5px;
		margin-left: 2px;
	} */
	#footer-wrap .contact-content-inner {
		max-width:100%;
		padding:40px 0 0;
	}
	#footer-wrap .section-contant {
		padding:0;
	}
	.mail-phone1 span, .beif span {padding-left:0;}
	.mail-phone1 {margin-top:25px;}
	.oval-wrap-content {
		padding: 10px;
	}
}
/* @media (max-width:580px) {
	#header-wrap .navbar a.button img {
		margin: 0;
	}
	#header-wrap .navbar a.button {font-size:0;}
	.navbar-expand .navbar-nav .nav-link {
		padding-right: .55rem;
		padding-left: .55rem;
	}
} */

.big-service-list {
  display: flex;
}

.big-service-list .active.oval-wrap {
  flex-direction: column;
}

.big-service-list .active.oval-wrap ul{
  max-width: 420px;
  text-align: left;
  margin: 0px auto;
}