@import url('https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700&display=swap');

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
}

body {

   font-family: 'Dosis', sans-serif;
    font-size: 26px;
    line-height: 1.64;
    color: #231f20;
    font-weight: 600;

}


h1,h2,h3,h4,h5,h6{
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    color: #283789;
}
h1 {
    font-size: 100px;
    line-height: 0.86;
}

h2 {
    font-size: 70px;
    line-height: 0.77;
}

h3 {
    font-size: 30px;
    line-height: 1.17;
}

h4 {
    font-size: 24px;
    line-height: 1.17;
}

h5 {
    font-size: 14px;
    line-height: 1.08;
}

h6 {
    font-size: 14px;
    line-height: 1.08;
}

p {
    font-size: 16px;
    line-height: 1.75;
    color: #283789;
    margin: 0px;
    padding: 0 0 20px;
    font-weight: 500;
}

.header-h2 {
    font-size: 24px;
    line-height: 1.17;
    color: #f8d621;
}
.header-h3 {
    font-size: 24px;
    line-height: 1.17;
    color: #283789;
}

a {
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

a:active,
a:hover,
a:focus {
    text-decoration: none;
    outline: 0px none !important;
    color: #d20048;
}

img,
a img {
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    border: none 0;
    outline: 0px none !important;
}

input:focus,
textarea:focus,
a:focus {
    outline: 0px none !important;
}

::-webkit-input-placeholder {
    color: #283789;
    opacity: 1;
}

:-moz-placeholder {
    color: #283789;
    opacity: 1;
}

::-moz-placeholder {
    color: #283789;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #283789;
    opacity: 1;
}

/*-----bootstrap style reset-----*/

@media (min-width: 576px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/*-----bootstrap style reset-----*/

.clearBoth {
    clear: both;
}

 .main-outercon {
     width: 100%;
     height: auto;
	 min-height: 100vh;
     float: left;
     padding: 60px 60px 0;
     position: relative;
     overflow: hidden;
 }

 .header-container {
     width: 100%;
     height: auto;
     position: relative;
     z-index: 101;
 }

 .header-container .logo-outer {
     width: 100%;
     margin: 0 auto;
     max-width: 370px;
     height: 370px;
     background: #FFF;
     padding: 80px;
     text-align: center;
     border-radius: 50%;
     margin-top: -140px;
 }

 .header-container .logo-outer a {
     width: 100%;
     float: left;
     margin-top: 101px;
     line-height: 1;
 }

 .header-container .logo-outer img {
     width: auto;
     margin: 0 auto;
     max-width: 194px;
     display: inline-block;
 }

 /* .nav-trigger { */
     /* width: 30px; */
     /* height: auto; */
     /* float: right; */
     /* position: absolute; */
     /* left: 0; */
     /* top: 25px; */
     /* z-index: 1001; */
 /* } */

  .nav-trigger {
     width: 30px;
     height: auto;
     float: right;
     position: fixed;
     left: initial;
     top: initial;
     z-index: 1001;
	 cursor: pointer;
 }

 .nav-trigger a {
     width: 30px;
     height: 20px;
     float: left;
 }

 .nav-trigger span {
     width: 30px;
     height: 4px;
     float: left;
     background: #283789;
     position: relative;
 }

 .nav-trigger span.line1 {
     -webkit-transition: all 300ms ease-in;
     -moz-transition: all 300ms ease-in;
     -ms-transition: all 300ms ease-in;
     -o-transition: all 300ms ease-in;
     transition: all 300ms ease-in;
 }

 .nav-trigger span.line2 {
     -webkit-transition: all 300ms ease-in;
     -moz-transition: all 300ms ease-in;
     -ms-transition: all 300ms ease-in;
     -o-transition: all 300ms ease-in;
     transition: all 300ms ease-in;
     top: 4px;
 }

 .nav-trigger span.line3 {
     -webkit-transition: all 300ms ease-in;
     -moz-transition: all 300ms ease-in;
     -ms-transition: all 300ms ease-in;
     -o-transition: all 300ms ease-in;
     transition: all 300ms ease-in;
     top: 8px;
 }

 .nav-trigger.active span.line1 {
     opacity: 0;
 }

 .nav-trigger.active span.line2 {
     -moz-transform: rotate(45deg);
     -o-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     top: 3px;
 }

 .nav-trigger.active span.line3 {
     -moz-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
     -ms-transform: rotate(-45deg);
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
     top: 0px;
     margin: 0;
 }


	.menu_wrap {
		margin: 0 auto;
		padding: 0;
		position: relative;
		z-index: 1000;
		z-index: 500;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		max-width: 100%;
		position: fixed;
		background: rgba(248, 214, 33, 0.9);
		padding-left: 100px;
		padding: 50px 100px;
		display: none;

		overflow-y: auto;
		max-height: 100vh;
	}
	.submenu_expand {
		display: none;
	}
	.menu_wrap ul.hoofdmenu {
		padding: 10px 50px;
		margin-top: -14px;
	}
	.menu_wrap ul.hoofdmenu li {
		/* display: inline-block; */
		margin: 0;
		padding: 0;
		position: relative;
		list-style-type: none;
	}
	.menu_wrap ul.hoofdmenu li a {
		/* display: inline-block; */
		padding: 5px 10px;
		font-size: 16px;
		color: #283789;
	}

	.menu_wrap ul.hoofdmenu li a:hover {
	    /* color: #f8d621; */
		font-weight: bold;
	}
	.menu_wrap ul.hoofdmenu li ul.submenu {
		/* display: none; */
		/* position: absolute; */
		/* top: 0; */

		padding-left: 30px;
	}
	.menu_wrap ul.hoofdmenu li ul.submenu li:hover > ul.submenu {
		display: block;
	}
	.menu_wrap ul.hoofdmenu li ul.submenu li {

	}
	.menu_wrap ul.hoofdmenu li ul.submenu li a {

	}
	.menu_wrap ul.hoofdmenu li ul.submenu li ul.subsubmenu {
		padding-left: 30px;
	}
	.menu_wrap ul.hoofdmenu li ul.submenu li ul.subsubmenu li {

	}
	.menu_wrap ul.hoofdmenu li ul.submenu li ul.subsubmenu li a {

	}


 .banner-container {
     width: 100%;
     height: auto;
     padding: 0 90px;
     margin-top: -114px;
 }
 .banner-container.bc-basic {
	height: 250px;
	margin-bottom: 72px;
 }


.melding {
	text-align: center;
	font-weight: bold;
}
#contactform {
	margin-top: 150px;
}

 .banner-imageblk {
     width: 100%;
     height: 760px;
     object-fit: cover;
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
	 background-position: center;
	 background-repeat: no-repeat;
	 background-size: cover;
 }

 .banner-content {
     width: 50%;
     height: 100%;
     background: rgba(246, 213, 0, .9);
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-align: flex-end;
     -moz-box-align: flex-end;
     -webkit-align-items: flex-end;
     -ms-flex-align: flex-end;
     align-items: flex-end;
     padding: 90px 80px;
 }
  .banner-container.bc-basic .banner-imageblk {
	height: 250px;
 }

 .banner-content h1 {
     width: 100%;
     font-size: 5.208vw;
 }

 .banner-content h1 span {
     width: 100%;
     float: left;
     font-size: 18px;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 3.5px;
     padding-bottom: 53px;
 }

 .top-cont-blk {
     width: 100%;
     height: auto;
 }

 .top-cont-blk .main-block {
     width: 100%;
     height: auto;
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-align: center;
     -moz-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     padding: 161px 0 0 0;
     position: relative;
 }

 .top-cont-blk .main-block:before {
     width: 284px;
     height: 284px;
     position: absolute;
     left: -140px;
     top: 88px;
     content: "";
     border-radius: 50%;
     border: solid 50px #f9d621;
     z-index: 1;
 }

 .top-cont-blk .left-block {
     width: 100%;
     height: auto;
     max-width: 370px;
     position: relative;
     z-index: 100;
 }

 .top-cont-blk .left-block p {
     width: 100%;
     height: auto;
     font-size: 18px;
     line-height: 1.17;
 }

 .top-cont-blk .left-block p strong {
     font-weight: 700;
 }

 .top-cont-blk .right-block {
     width: 100%;
     height: auto;
     padding-left: 100px;
     position: relative;
     z-index: 100;
 }

 .top-cont-blk .right-block h3 span {
     color: #f8d621;
 }

 .top-cont-blk .right-block ul {
     width: 100%;
     height: auto;
     float: left;
     padding-top: 42px;
 }

 .top-cont-blk .right-block ul li {
     width: 50%;
     height: auto;
     float: left;
     font-size: 18px;
     line-height: 1.22;
     list-style: none;
     position: relative;
     padding-left: 35px;
     color: #283789;
 }
 .db-basic ul li {
	 font-size: 18px;
     line-height: 26px;
     list-style: none;
     position: relative;
     padding-left: 25px;
     color: #283789;
 }
 

 .top-cont-blk .right-block ul li:before,
 .db-basic ul li:before {
     width: 5px;
     height: 5px;
     content: "";
     left: 0;
     top: 10px;
     border-radius: 50%;
     background: #283789;
     position: absolute;
 }

 .products-outer-blk {
     width: 100%;
     height: auto;
     float: left;
     padding: 85px 0;
 }

 .common-header {
     width: 100%;
     height: auto;
     float: left;
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
 }

 .common-header h2,
 .common-header h1 {
     width: auto;
     height: auto;
     float: left;
     text-transform: uppercase;
     position: relative;
     line-height: .7;
     padding: 0 10px 10px 0;
     letter-spacing: -3px;
     overflow: hidden;
     white-space: nowrap;
 }
 .common-header h1 {
	 font-size: 50px;
	 margin-bottom: 20px;
 }
 .common-header h1 span {
	 font-size: 50px;
 }

 .common-header h2 span,
 .common-header h1 span {
     width: auto;
     height: auto;
     text-transform: uppercase;
     color: #f8d621;
     position: relative;
     z-index: 100;
     padding-right: 10px;
     font-size: 50px;
     line-height: 1;
     overflow: hidden;
     background: #FFF;
     display: inline-block;
 }


 .file_item {
	 font-size: 16px;
	 background-size: 45px auto;
	 background-position: left center;
	 background-repeat: no-repeat;
	 padding-left: 55px;
	 min-height: 63px;
	 line-height: 63px;
	 color: #283789;
	 font-weight: bold !important;
 }

 .common-header h2:after,
 .common-header h1:after {
     background: #f8d621;
     content: "";
     height: 1px;
     position: absolute;
     width: 100%;
     left: 85px;
     top: 27px;
     z-index: 1;
 }
 .common-header .no_after:after {
	 display: none;
	 background: #ffffff;
	 height: 0px;
 }
 .db-basic {
	 padding-bottom: 70px;
 }
 .db-basic h1 {
	 font-size: 50px;
 }
	.db-basic h2 {
		line-height: 1;
		margin-top: 30px;
		margin-bottom: 30px;
		font-size: 40px;
	}
	.db-basic h3 {
	  font-size: 30px;
	}
	.db-basic h4 {
	   font-size: 20px;
	}
 .basic_images_wrap {
	 width: 33%;
	 margin-left: 32px;
	 float: right;
 }
 .db-basic a {
	color: #283789;
    font-weight: bold;
 }
 .db-basic a:hover {
	 color: #fbd700;
 }


 .products-outer-blk ul {
     width: 100%;
     height: auto;
     float: left;
     padding: 25px 0 0 0;
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-justify-content: space-between;
     -ms-flex-pack: space-between;
     justify-content: space-between;
 }
 .products-outer-blk.pob-cat ul {
	/* -webkit-justify-content: start; */
    /* -ms-flex-pack: start; */
    /* justify-content: start; */
 }
 .products-outer-blk.pob-cat ul li {
	 margin-bottom: 26px;
 }

 .products-outer-blk ul li {
     width: 32%;
     float: left;
     list-style: none;
     max-width: 369px;
 }

 .products-outer-blk ul li a {
     width: 100%;
     height: auto;
     float: left;
 }

 .products-outer-blk ul li .image-block {
     width: 100%;
     height: 275px;
     float: left;
     position: relative;
     object-fit: cover;
     background-size: cover;
     background-position: center center;
 }

 .products-outer-blk ul li .image-block:after {
     width: 100%;
     height: 100%;
     float: left;
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     background: rgba(40, 55, 137, .75);
     -webkit-transition: all 300ms ease-in;
     -moz-transition: all 300ms ease-in;
     -ms-transition: all 300ms ease-in;
     -o-transition: all 300ms ease-in;
     transition: all 300ms ease-in;
     opacity: 0;
 }

 .products-outer-blk ul li h3 {
     width: 100%;
     height: auto;
     float: left;
     text-align: center;
     text-transform: uppercase;
     font-size: 30px;
     line-height: 1.17;
     padding-top: 22px;
 }

 .products-outer-blk ul li h3 span {
     width: 100%;
     height: auto;
     float: left;
     text-align: center;
     text-transform: uppercase;
     color: #f8d621;
     -webkit-transition: all 300ms ease-in;
     -moz-transition: all 300ms ease-in;
     -ms-transition: all 300ms ease-in;
     -o-transition: all 300ms ease-in;
     transition: all 300ms ease-in;
 }

 .products-outer-blk ul li:hover .image-block:after {
     opacity: 1;
 }

 .products-outer-blk ul li:hover h3 {
     color: #b0b6d5;
 }

 .products-outer-blk ul li:hover h3 span {
     color: #b0b6d5;
 }

 .customers-outerblk {
     width: 100%;
     height: 521px;
     background: url(../images/content/customers_images.jpg) no-repeat center center;
     object-fit: cover;
     background-color: #f8d621;
     background-blend-mode: multiply;
     position: relative;
     background-size: cover;
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-align: center;
     -moz-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
 }

 .customers-outerblk:before {
     background: #f8d621;
     width: 100%;
     height: 100%;
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     opacity: .8;
 }

 .customers-outerblk .text-blockouter {
     width: 100%;
     height: auto;
     float: left;
     max-width: 430px;
     position: relative;
     left: 50%;
 }

 .customers-outerblk .common-header h2 {
     color: #FFF;
     padding-bottom: 68px;
 }

 .customers-outerblk .common-header h2 span {
     color: #FFF;
     background: none;
 }

 .customers-outerblk .common-header h2:after {
     background: #FFF;
 }

 .text-blockouter p {
     font-weight: 700;
     font-size: 18px;
     line-height: 1.17;
 }

 .text-blockouter p  span{
     width: 100%;
     float: left;
     font-weight: 600;
 }

 .content-field {
     width: 100%;
     height: auto;
 }

 .content-field .detalis-block {
     width: 100%;
     max-width: 830px;
     margin: 0 auto;
     text-align: left;
 }

 .content-field p {
     font-weight: 500;
 }
 .content-field li {
	font-size: 16px;
 }
 .content-field ul {
	 margin-left: 20px;
 }

 .content-field h4 {
     width: 100%;
     height: auto;
     font-size: 16px;
     color: #f8d621;
     font-weight: 700;
     padding-top: 30px;
     padding-bottom: 5px;
 }

 .content-field .common-header {
     width: 100%;
     height: auto;
     padding-bottom: 20px;
 }

 .content-field .header-h2 {
     width: 100%;
     height: auto;
     padding-bottom: 30px;
 }

 .content-field .header-h3 {
     width: 100%;
     height: auto;
     padding-bottom: 30px;
 }

 .content-field blockquote {
     width: 100%;
     height: auto;
     border-top: #ebebeb solid 1px;
     border-bottom: #ebebeb solid 1px;
     float: left;
     font-size: 18px;
     line-height: 1.56;
     font-weight: 300;
     padding: 24px 75px;
     position: relative;
     margin-bottom: 70px;
 }

 .content-field blockquote:before {
     width: 34px;
     height: 31px;
     content: "";
     background: url(../images/before_icon.png) no-repeat center center;
     position: absolute;
     left: 6px;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     transform: translateY(-50%);
 }

 .content-field blockquote:after {
     width: 34px;
     height: 31px;
     content: "";
     background: url(../images/after_icon.png) no-repeat center center;
     position: absolute;
     right: 6px;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     transform: translateY(-50%);
 }

 .image-container1 {
     width: 369px;
     height: 356px;
     float: left;
     margin-right: 35px;
     margin-bottom: 20px;
     background: none;
     border: none;
     background-repeat: no-repeat;
     background-size: cover;
 }

 .image-container2 {
     width: 403px;
     height: 244px;
     float: right;
     margin-left: 35px;
     background: none;
     border: none;
     background-repeat: no-repeat;
     background-size: cover;
 }

 .contact-outer {
     width: 100%;
     height: auto;
     padding: 70px 0 20px 0;
 }

 .contact-outer .contact-form-outer {
     width: 100%;
     max-width: 830px;
     margin: 0 auto;
     text-align: left;
 }

 .contact-outer .contact-form-outer p {
     width: 100%;
     float: left;
     font-size: 18px;
     font-weight: 600;
     padding: 20px 0 16px;
 }

 .single-field-outer {
     width: 100%;
     float: left;
     padding-bottom: 15px;
 }

 .single-field-outer .text-field {
     width: 100%;
     height: 54px;
     border: none;
     padding: 0 30px;
     background: #f0f1f8;
     font-size: 18px;
     font-weight: 500;
     color: #283789;
 }

 .single-field-outer .text-areablk {
     width: 100%;
     height: 166px;
     border: none;
     padding: 10px 30px;
     background: #f0f1f8;
     font-size: 18px;
     font-weight: 500;
     resize: none;
     color: #283789;
 }

 .single-field-outer .send-btn {
     width: auto;
     height: 46px;
     border: none;
     padding: 0 30px;
     background: #f8d621;
     font-size: 18px;
     font-weight: 500;
     float: right;
     resize: none;
     color: #FFF;
     font-size: 24px;
     font-weight: 600;
     text-transform: uppercase;
     -webkit-transition: all 300ms ease-in;
     -moz-transition: all 300ms ease-in;
     -ms-transition: all 300ms ease-in;
     -o-transition: all 300ms ease-in;
     transition: all 300ms ease-in;
 }

 .single-field-outer .send-btn:hover,
 .single-field-outer .send-btn:active,
 .single-field-outer .send-btn:focus {
     background: #283789;
 }

 .footer-container {
     width: 100%;
     height: auto;
     background: #283789;
     padding: 66px 0 0 0;
 }

 .footer-container .logo-outer {
     width: 100%;
     height: auto;
     text-align: center;
 }

 .footer-container .logo-outer img {
     width: 100%;
     max-width: 242px;
 }

 .footer-container .social-blk {
     width: 100%;
     text-align: center;
     padding: 40px 0 50px;
 }

 .footer-container .social-blk li {
     width: auto;
     display: inline-block;
 }

 .footer-container .social-blk li a {
     width: auto;
     display: inline-block;
     font-size: 18px;
     color: #ffffff;
     padding: 0 22px;
 }

 .footer-container .social-blk li a:hover {
     color: #f8d621;
 }

 .contact-blk {
     width: 100%;
     padding-bottom: 55px;
 }

 .contact-blk a {
     width: 100%;
     text-align: center;
     font-size: 18px;
     font-weight: 700;
     color: #FFF;
     line-height: 1;
     float: left;
 }

 .contact-blk address {
     width: 100%;
     float: left;
     text-align: center;
     font-size: 18px;
     font-weight: 700;
     color: #FFF;
     text-align: center;
     line-height: 1;
 }

 .contact-blk a:hover {
     color: #f8d621;
 }

 .copyright-blk {
     width: 100%;
     background: #FFFFFF;
     text-align: center;
     font-size: 14px;
     color: #9fa7cf;
     font-weight: 300;
     padding: 12px 0 30px 0;
 }
