@font-face {
	font-family:'circularstd';
	src:url('../fonts/circularstd-bold.otf');
	font-weight: 700;
}
@font-face {
	font-family:'gilroy';
	src:url('../fonts/gilroy-bold.ttf');
	font-weight:700;
}
@font-face {
	font-family:'gilroy';
	src:url('../fonts/gilroy-heavy.ttf');
	font-weight:800;
}
@font-face {
	font-family:'gilroy';
	src:url('../fonts/gilroy-regular.ttf');
}
@font-face {
	font-family:'gilroy';
	src:url('../fonts/gilroy-medium.ttf');
	font-weight:600;
}
@font-face {
	font-family:'gilroy';
	src:url('../fonts/gilroy-light.ttf');
	font-weight:300;
}

body, html {
  margin: 0px;
  padding: 0px;
  font-family:'gilroy';
}

.error{
	
	font-size:12px !important;
	color:red !important;
	
}

.messageAjax{

	padding-left:25px;
	padding-right:25px;	
	
}


* {
  margin: 0px;
  padding: 0px; 
}
img {
	max-width: 100%;
	height: auto
}
ul {
  margin: 0px;
  padding: 0px; 
}
p {
  margin: 0px;
  padding: 0px; 
  color: #324063;
  font-size: 19px;
  font-weight: 400;
  line-height: 33px
}
a {
  text-decoration: none; 
}
a:hover {
  text-decoration: none; 
}
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px; 
}
.clearfix {
  clear: both; 
}
header {
	position: relative;
	font-family: 'gilroy';
}
.custom-container {
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 1170px; 
}
.banner-bg {
	background: #f4f5ff;
}
.logo {
	float: left;
	width: 660px;
	padding: 30px 0 0 55px;
}
.menu-toggle {
	display: none;
}
.navigation {
	float: left;
	background: #0c51a0;
	width: calc(100% - 660px);
	min-height: 124px;
	line-height: 124px;
}
.navigation ul {
	padding-left: 215px;
	position: relative;
	z-index: 10;
}
.navigation ul li {
	list-style: none;
	display: inline-block;
	padding: 0 25px;
}
.navigation ul li a::before{
	border-bottom: 4px solid #f4f5ff;
	position: absolute;
	left: 0;
	content: " ";
	width: 0;
	bottom: -1px;
}
.navigation ul li a.active::before{
	border-bottom: 4px solid #f4f5ff;
	position: absolute;
	left: 0;
	content: " ";
	width: 100%;
	bottom: -1px;
}
.navigation ul li a:hover::before{
	width: 100%;
	transition:all .5s
}
.navigation ul li a {
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	padding: 0;
	display: block;
	position: relative;
}
.navigation ul li a:hover {
	color:#f4f4f4;
}
.slider-left {
	padding-right: 60px;
	padding-top: 177px;
	padding-bottom: 275px;
}
.slider h1 {	
	padding-bottom: 26px;
}
.heading-h1 h1 {
	font-size: 56px;
	line-height: 60px;
	font-weight: bold;
	font-family:'circularstd';
	color: #0c51a0;
}
.heading-h1 h1 span {
	color: #324063;
}
.slider h1 span {
	display: block;
}
.slider .blue-btn {
	width: 240px;	
	margin-top: 40px;
}
.slider-right {
	position: absolute;
	right: 0;
	top: 0;
}
.banner-space {
	text-align: right;
}
.imgs-left {
	display: inline-block;
	width: calc(50% - 20px);
	margin-right: 8px;
	text-align: right;
	vertical-align: top;
	padding-top: 145px;
}
.imgs-right {
	display: inline-block;
	width: calc(50% - 20px);
	margin-left: 8px;
	text-align: left;
}
.imgs-right img {
	padding-bottom: 20px;
}
.img-outside {
	margin-top: -120px;
	margin-left: -140px;
	float: left;
	width: 480px;
	margin-right: 140px;
}
.about-text {
	width: calc(100% - 522px);
	float: left;
	padding-top: 120px;
}
.about-text h2 {
	color: #0c51a0;	
	padding-bottom: 30px;
}
.heading-h2 h2, .heading-h3 h3{
	font-size: 41px;
	line-height: 48px;
	font-weight: bold;
	font-family:'circularstd';
}
.about-text h2 span {
	color: #324063;
	display: block;
}
.about-text p {
	padding-bottom: 30px;
}
.about-text .blue-btn {
	margin-top: 12px;
	width: 240px;
}
.mid-section {
	padding-bottom: 100px;
}
.image-after {
	position: relative;
}
.image-after::after {
	content: " ";
	position: absolute;
	left: -40px;
	bottom: -40px;
	background: #0c51a0;
	width: 100%;
	height: 100%;
	z-index: 4;
}
.image-after img {
	z-index: 5;
	position: relative;
}
.merken {
	padding-top: 167px;
}
.merken h3 {
	color: #0c51a0;	
}
.merken h3 span {
	color: #324063;
}
.merken p a {
	color: #324063;
	text-decoration: underline;
}
.text-none {
	text-decoration: none !important;
}
.merken p {
	padding:30px 220px 0 220px;
}
.client-logos {
	padding-top: 20px;
}
.logo-img {
	display: inline-block;
	width: calc(25% - 4px);
	vertical-align: bottom;
	padding:38px 0 45px 0;
}
.feedback-form {
	background: #0c51a0;
	width: calc(100% - 200px);
	margin: 0 auto;
	padding: 90px 0 120px 0;
}
.feedback-form h3{
	color:#fff;
}
.white-bg {
	background: #fff;
	max-width: 920px;
	width: 100%;
	margin:50px auto 0 auto;
	padding:67px 80px 60px;
	box-shadow: 0px 0 19px 10px rgba(0, 0, 0, .3);
}
.white-bg label {
	color: #0c51a0;
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 15px;
}
body .feedback-form .white-bg .form-control {
	border-radius: 0 !important;
	border: none !important;
	border-bottom: 2px solid #c1c5d0 !important;
	color: #c1c5d0 !important;
	font-size: 17px !important;
	padding-left: 0 !important;
	padding-bottom: 16px !important;
	margin-bottom: 24px !important;
	width: 100%;
}
body .feedback-form .white-bg button{
	padding-top: 0;
}
.white-bg textarea {
	height: 60px !important;
	min-height: 60px !important;
}
.white-bg .form-group {
	padding-left: 25px;
	padding-right: 25px;
}
.white-bg .form-control:focus {
	box-shadow: none;
}
.white-bg .form-control::placeholder { 
  color: #c1c5d0 !important;
  opacity: 1 !important;
}
.white-bg .form-control:-ms-input-placeholder { 
  color: #c1c5d0 !important;
}
.white-bg .form-control::-ms-input-placeholder { 
	color: #c1c5d0 !important;
}
.white-bg .orange-btn {
	width: 100%;
	border: 0;	
}
footer {
  padding-top: 106px;
}
.footer-links {
	border-bottom: 2px solid #c1c5d0;
	padding-bottom: 52px;
}
footer h4 {
	font-size: 21px;
	color: #324063;
	font-weight: bold;
	padding-bottom: 30px;
}
footer .f-center p {
	display: inline-block;
	vertical-align: top;
}
footer .f-centerp:first-child {
	width: 70%;
}
footer .f-center p:last-child {
	width: 27%;
	float: right;
}
footer ul li {
	list-style: none;
}
footer ul li a, footer p {
	color:#324063;
	font-size:17px;
	line-height: 30px;
}
footer p a {
	color:#324063;
}
footer .f-center p a {
	text-decoration: underline;
}
.f-left {
	float: left;
	width: 110px;
}
.f-right {
	float: right;
	width: 200px;
}
.f-center {
	float: left;
	width: calc(100% - 610px);
	margin-left: 150px;
	margin-right: 150px;
}
.copy-right {
	padding-top: 40px;
	padding-bottom: 45px;
}
.c-left {
	float: left;
}
.c-right {
	float: right;
}
.c-right p a:last-child {
	padding-left: 42px;
}
/**********************Buttons***************/
.blue-btn {
	background: #324063;	
}
.blue-btn:before {
	background: #0c51a0;
}
.blue-btn:hover, .blue-btn:focus, .blue-btn:active {
  color: white;
}
.orange-btn {
	background: #cc7202;	
}
.orange-btn:before {
	background: #ff8d00;
}
.orange-btn:hover, .orange-btn:focus, .orange-btn:active {
  color: white;
}
.btn-hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;  
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  font-size:17px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color:#fff;
  font-weight: 700;
  cursor: pointer;
}
.btn-hover:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;  
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.btn-hover:hover:before, .btn-hover:focus:before, .btn-hover:active:before {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
/**********************Mobile Menu****************/
.mob-menu {
	display: none;
}
.menu-toggle {
	display: none;
}
.main-menu ul {
	list-style: none;
}
.mob-menu {
	width: 100%;
	height: 100vh;
	background: #f4f5ff;
	position: fixed;
	z-index: 99;
	display: none;
	padding: 15px;
	overflow-y: auto;
}
.mob-menu .logo-section {
	width: 240px;
}
.mob-menu .close-menu {
	top: 7px;
	position: absolute;
	right: 15px;
}
.mob-menu .main-menu {
	padding: 52px 10px 0 10px;
	min-height: 500px;
	overflow-y: auto;
}
.mob-menu .main-menu li a {
	color: #324063;
	font-size: 24px;
	line-height: 46px;
	font-weight: bold;
}
.mob-menu .main-menu li a.active-mobile-menu {
  color: #0c51a0;
} 
.mob-menu .main-menu li a:hover {
	color: #0c51a0;
}
.main-menu li a:hover::before {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	}
.main-menu li {
	position: relative;
	border-bottom: 1px solid #c1c5d0;
}
.address-mobile p {
	font-size: 15px;
	line-height: 27px;
	padding-bottom: 30px;
}
.address-mobile p a {
	text-decoration: underline;
	color:#324063;
}
.address-mobile {
	padding-top: 110px;
}
/*************************Merken********************/
.merken-inner {
	background: #f4f5ff;
	padding-bottom: 92px;
}
.atag-table {
	display: block;
	width: 100%;
	padding-top: 45px;
	padding-bottom: 20px;
}
.atag-table-tr {
	margin: 75px 0;
}
.atag-table-td {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 386px);
}
.atag-table-tr:first-child .atag-table-td:first-child, .atag-table-tr:last-child .atag-table-td:last-child {
	width: 382px;
}
.atag-table-tr:first-child .atag-table-td:last-child {
	padding-left: 100px;
}
.atag-table-tr:last-child .atag-table-td:first-child {
	padding-right: 100px;
}
.atag-table-tr:first-child .atag-table-td:first-child .image-after {
	margin-left: -140px;
}
.atag-table-tr:last-child .atag-table-td:last-child .image-after {
	margin-right: -140px;
}
.atag-table .image-after::after {
	background: #c1c5d0;
}
.atag-table .atag-table-td h2 {
	color: #0c51a0;
	padding-bottom: 18px;
}
/**********************Over Ons***************/
.over-ons-inner .about-container {
	margin-right: -270px;
}
.over-ons-inner  .img-outside {
	margin-right: 100px;
}
.over-ons-left {
	padding-top: 177px;
	padding-bottom: 275px;
}
.over-ons-right {
	padding-top: 120px;
}
.over-ons-right .image-after {
	width: 522px;
	float: right;
}
.over-ons-right .image-after::after {
	right: -40px;
	left: auto;
}
.over-ons-inner .image-after::after {
	background: #c1c5d0;
}
.para-left, .para-right {
	display: inline-block;
	width: calc(50% - 2px);
	vertical-align: top;
}
.para-left {
	padding-right: 50px
}
.para-right {
	padding-left: 50px
}
/***************************Onze***************/
.rating-box-banner {
	border: 1px solid #ccc;
	background: #fff;
	padding: 25px;
	margin-top: 25px;
}
.rating-box-banner p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #8a8585;
	padding-top: 12px;
}
.rating-left {
	float: left;
	width: 300px;
}
.current-rating {
	background: url(../images/rating.png) no-repeat;
	width:74px;
	height: 80px;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	font-size: 48px;
}
.stars {
	margin-top: 21px;
}
.rating-right {
	float: right;
	width: calc(100% - 340px);
	margin-left: 40px;
}
.heading-h4 h4 {
	font-weight: bold;
	font-size: 20px;
	color: #464343;
}
.table-rating {
	display: table;
	width: 100%;
	padding-top: 11px;
}
.rating-tr {
	display: table-row;
}
.rating-td {
	display: table-cell;
	font-size: 14px;
	line-height: 25px;
	font-weight: 600;
	color: #464343;
}
.rating-td .stars {
	margin-top: 0;
}
.rating-td .stars img {
	width: 17px;
}
.rating-td:last-child {
	text-align: right;
}
.table-btn-rating .blue-btn {
	width: 180px;
	margin-top: 20px;
	height: 35px;
	line-height: 35px;
	float: right;
}
.over-klaten {
	padding-top: 177px;
	padding-bottom: 40px;
}
.over-klaten-page p{
	font-size: 14px;
	line-height: 25px;
	font-weight: 600;
	color: #464343;
	padding-top: 10px;
}
.sidebar-content a, .sidebar-content a:hover {
	color: #5dc0ef;
	padding-top: 10px;
	display: block;
}
.sidebar-content {
	padding-bottom: 25px;
}
.rating-repeat-left {
	float: left;
	width: 75px;
	margin-right: 30px;
}
.rating-repeat-right {
	float: right;
	width: calc(100% - 105px);
}
.rating-repeat-right .stars {
	margin-top: 0;
}
.rating-repeat-right .heading-h4 {
	margin-top: 15px;
}
.rating-repeat-right .heading-h4 h4 {
	color: #716c6c;
}
.rating-repeat-right .rating-td:last-child {
	text-align: left;
	width: 100px;
}
.rating-repeat-right .table-rating {
	padding-top: 15px;
}
.rating-repeat-right .rating-tr:last-child .rating-td {
	padding-top: 20px;
}
.rating-box-repeat {
	border-bottom: 1px solid #ccc;
	padding: 30px 0 40px 0;
}
.mid-rating-left {
	padding-top: 11px;
}
.mid-rating-right {
	padding-top: 90px;
}
/*********************contact**************/
.contact-page p {
	padding-top: 25px;
}
.contact-page {
	padding: 95px 0 90px;
}
.merken-contact {
	background: #f4f5ff;
	width: calc(100% - 200px);
	margin: 0 auto;
}
.merken-contact .merken {
	padding-top: 113px;
	padding-bottom: 75px;
}
.contact-form-bg {
	padding-top: 70px;
}
.contact-form-bg h5 {
	font-size: 36px;
	line-height: 50px;
	color: #0c51a0;
	font-weight: bold;
	padding-bottom: 22px;
}
.contact-form-bg p {
	padding-top: 35px;
}
.contact-form-bg .white-bg {
	max-width: 100%;
	margin: 0;
	padding: 0;
	box-shadow: none;
}
.contact-form {
	padding-top: 40px;
}
.contact-form-padding {
	padding-left: 70px;
}


footer .widget_wrap{
	width: 330px;
}
footer .f-center p:last-child {
	float: none;
	width: 100%;
	margin-top: 10px;
}
footer .f-center p:last-child a{
	display: block;
	width: 100%;
}
footer .f-center {
	width: 180px;
	margin-left: 0;
	margin-right: 0;
}
.footer-links {
	clear: both;
	display: flex;
	justify-content: space-between;
}
@media(max-width: 968px){
	.footer-links{
		gap: 40px;
		flex-wrap: wrap;
	}
	footer .f-left{
		width: calc(50% - 20px);
	}
	footer .widget_wrap{
		width : 100%;
	}
	footer .f-center{
		width: calc(50% - 20px);
		padding: 0;
	}
	footer .f-left ul li {
		width: 100%;
	}
	footer .f-right ul li {
		width: calc(50% - 20px);
	}
	.f-right ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.header_reviews{
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 14px;
	top: 9px;
	z-index: 20;
	font-family: 'gilroy';
}
.header_reviews #stars {
	height: 13px;
	width: 68px;
	background-image: url(../images/techniek_star.svg);
	background-size: 74px;
	background-position: 0px -311px;
}
.header_reviews .rate_wrap{
	line-height: normal;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 10px;
}
.header_reviews .custom-overall-rating{
	font-size: 32px;
	color: #ee8400;
	letter-spacing: 2px;
	font-weight: 700;
}
.header_reviews a{
	background: #ee8400;
	color: #fff;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	cursor: pointer;
	font-weight: 600;
	letter-spacing: 1px;
}
@media(max-width: 991px){
	.header_reviews .rate_wrap {
		flex-direction : row;
		align-items: center;
		justify-content: space-around;
		margin-bottom: 5px;
	}
	.header_reviews {
		top: 11px;
	}
}