<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "fonts.css";
@import "common-class.css";
@import "font-awesome.min.css";
body {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #fff;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
/************************header topbar***************************/
.header-top-bar li {
    display: inline-block;
    margin-right: 4px;
}
.contact-address {
    border: 2px solid #efefef;
    padding: 14px 30px;
    color: #1c1c1c;
    font-size: 16px;
    font-family: 'NunitoSansBold';
    border-radius: 10px;
}
.ph-img{
	transform: rotate(100deg);
}
.big_image{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 55px !important;
	height: 55px !important;
	transform: translate(-50%, -50%);
}
.contact-address img {
   width: 15px;
	height: 15px;
	margin-right: 12px;
}
.contact-address .dot-img{
	width: 12px;
	height: 12px;
}
.header-top-bar .common-btn{
	min-width: 240px;
}
.header-top-bar{
	padding: 20px 0;
}
.social-icons a{
	margin-right: 20px;
}
.social-icons img{
	width: 17px;
	height: 17px;
	opacity: 0.5;
}
.social-icons a:hover img{
	opacity: 1;
}
.social-icons{
	position: absolute;
	/*right: -105px;*/
	top: 50%;
	transform: translateY(-50%);
}
.social-icons-wrap{
	display: inline-flex;
	padding-left: 30px;
}
.header-top-bar .container{
	position: relative;
}
.header-dtl-wrap, .menu-wrap{
	padding-left: 60px;
}
/**********navbar******/
.desktop-nav{
	background: #1c1c1c;
    padding: 15px 0;
}
.desktop-nav .nav-item{
	margin-left: 100px;
    font-size: 16px;
    font-family: 'NunitoSansRegular';
}
.desktop-nav .nav-item:first-child{
	margin-left: 0px;
}
.desktop-nav .navbar-nav .nav-link{
	color:#fff;
	padding: 0;
	opacity: 0.5;
	position: relative;
}
.desktop-nav .navbar-nav .nav-link:hover, .desktop-nav .active .nav-link,
.desktop-nav .navbar-nav .nav-link:focus{
	color:#fff;
	opacity: 1;
}
.desktop-nav.navbar-light .navbar-nav .active &gt; .nav-link, 
.desktop-nav.navbar-light .navbar-nav .nav-link.active, 
.desktop-nav.navbar-light .navbar-nav .nav-link.show, 
.desktop-nav.navbar-light .navbar-nav .show &gt; .nav-link{
	color:#fff;
	opacity: 1;
}
.header-logo{
	/*position: absolute;
    top: -96px;
    z-index: 9;
    -webkit-box-shadow: -1px 7px 11px -5px rgba(18,18,18,0.6);
	-moz-box-shadow: -1px 7px 11px -5px rgba(18,18,18,0.6);
	box-shadow: -1px 7px 11px -5px rgba(18,18,18,0.6);*/
	margin: 10px auto 0;
	height: 40px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.logo-footer {
	height: 40px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -28px;
}
.desktop-nav .col-lg-3{
	position: static;
}
.desktop-nav .navbar-nav .nav-item .nav-link:after {
    position: absolute;
    bottom: -15px;
    left: 0;
    content: '';
    width: 20px;
    height: 2px;
    background-color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0.5;
}
.desktop-nav .navbar-nav .nav-item .nav-link:hover:after,
.desktop-nav .navbar-nav .nav-item.active .nav-link:after{
	opacity: 1;
	width: 100%;
}
.side-logo-area{
	position: fixed;
	top: 28%;
	right: 0;
	z-index: 11;
}
.side-logo-area img{
	width: 100px;
}

@media screen and (max-width: 767.98px) {
  .whatsapp-fixed-btn {
    display: none;
  }
}

.whatsapp-fixed-btn{
	position: fixed;
    right: 30px;
    bottom: 0px;
    z-index: 99;
    background-color: #25d366;
    padding: 10px;
    width: 200px;
    height: 50px;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.whatsapp-fixed-btn a {
    color: #fff !important;
}
.whatsapp-fixed-btn img {
    padding-right: 15px;
}
/*************banner*********/
.banner-sec{
	position: relative;
}
.banner-content{
	position: absolute;
   	bottom: 0;
    width: 100%;
}
.banner-heading{
	padding-bottom: 65px;
	position: relative;
	z-index: 1;
}
.banner-sec .common-arrow {
    background: none;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border:2px solid rgba(239,239,239,0.2);
}
.each-banner-image{
	background-size: 0;
}
.banner-sec .common-arrow img{
	width: 10px;
	height: 10px;
}
.banner-sec .swiper-button-prev {
    transform: rotate(180deg);
}
.banner-sec .swiper-button-next{
	right: 30px;
}
.banner-sec .swiper-button-prev{
	left: 30px;
}
.banner-content .row{
	align-items: flex-end;
}
.select-area-wrap{
	max-width: 400px;
	width: 100%;
	background-color: rgb(254, 148, 47, 0.9);
	padding: 20px 50px;
	height: 100%;
	margin-left: auto;
	border-radius: 10px 10px 0 0;
	position: relative;
    z-index: 1;
}
.select-area-wrap h4{
	color: #fff;
	text-align: center;
}
.each-box-wrapper{
	margin: 20px 0 10px;
}
.select-style {
    width: 100%;
    background: url(../images/drop.svg) no-repeat 90% center/9px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    color: #fff;
    font-family: 'NunitoSansBold';
    border:2px solid #fff;
    border-radius: 10px;
    padding: 12px 30px;
}
.each-select-box option{
	background-color: rgba(35,61,85,0.9);
}
.each-select-box{
	margin-bottom: 10px;
}
.select-btn .white-btn{
	max-width: 100%;
	margin-top: 20px;
}
.select-btn .white-btn:hover{
	background-color: #1c1c1c;
	color: #fff;
	border: 2px solid #1c1c1c;
}
.hide-search-btn{
	cursor: pointer;
}
.hide-search-btn img{
	transform: rotate(-180deg);
	width: 15px;
	height: 15px;
	margin-top: -18px;
}
.each-box-wrapper{
	display: none;
}
.each-box-wrapper.annimation-css{
	display: block;
}
/*************************product********************/
.product-area{
	background-color: #fafafa;
	padding: 60px 0 75px;
}
.product-slider-wrap{
	margin-top: 50px;
	position: relative;
}
.product-content{
	background-color: #fff;
	padding: 30px;
}
.product-content h4, .product-content h6{
	color: #4c4c4c;
	font-family: 'NunitoSansRegular';
}
.product-content h6{
	margin-bottom: 0;
}
.product-content .divider{
	border-top: 1px solid #f2f2f2;
	margin: 20px 0 30px;
}
.product-content table {
	width: 100%;
}
.product-content td{
	vertical-align: top;
}
.product-content td:last-child{
	text-align: right;
}
.product-content td h4{
	font-size: 20px;
}
.product-content p{
	line-height: normal;
}
.product-content td span{
	margin: 0 20px;
}
.product-slider-wrap .swiper-button-prev{
	left: -70px;
}
.product-slider-wrap .swiper-button-next{
	right: -70px;
}
.mm-slideout {
	z-index: unset;
}

.modal_area .modal_close_img img {
	max-height: 35px;
}
#myModal {
	padding-right: 0px !important;
}
.modal_area .modal_close_img {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 100%;
}

.modal_area .modal-dialog {
	max-width: 60%;
	margin-top: 10%;
}

.modal_area .modal-body {
	padding: 0px;
}

.modal_area .modal-content p {
	text-align: justify;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #121212;
	line-height: 17px;
}

.modal_area .modal-content {
	border-radius: 0px;
	border: none;
}

.pop_up_img {
	vertical-align: top;
}

.popup-content {
	padding-left: 0px;
	padding-right: 17px;
}

.popup-content h2 {
	padding-top: 15px;
	font-size: 24px;
	color:#121212;
}
.close_img2 {
	display: none;
}
/******************************middle block********************/
.middle-block-sec{
	background-color: #1c1c1c;
}
.middle-block-sec .col-lg-5 {
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%;
}
.middle-block-sec .col-lg-7 {
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%;
}
.block-left-content h2, .block-left-content p{
	color: #fff;
}
.block-left-content p{
	margin: 25px 0 60px;
}
/********right area******/
.hover-image {
    position: relative;
    height: 100%;
     width: 100%;
}
.block-image {
    /*height: 200px;
    transition: 0.5s ease-in;
    width: 100%;
    margin-top: 80px;*/
    position: relative;
    cursor: pointer;
    width: 300px;
    height: 150px;
    background-repeat: no-repeat;
}
.block-image:after{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,0.6);
	opacity: 0;
}
.block-image:hover:after{
	opacity: 1;
}
.block-top-content {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0px;
    left: 0px;
    /*padding: 90px 0px 50px;
    display: none;*/
    padding: 20px 0px;
    transition: visibility 0s, opacity 0.5s linear;
    opacity: 0;
}
.each-middle-block-wrapper h4{
	color: #fff;
}
.block-top-content .txt-btn {
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 1;
    padding-left: 0;
}
.block-top-content .txt-btn h4{
	 font-size: 16px;
}
.block-bottom-content p{
	color: #fff;
	margin-top: 20px;
	font-family: 'NunitoSansLight';
}
.block-bottom-content{
    padding: 20px 0 60px;
}
.block-left-content{
	padding-top: 80px;
    padding-bottom: 60px;
    padding-right: 60px;
	max-width: 410px;
	width: 100%;
}
.txt-btn{
	font-size: 16px;
	color: #fff;
	font-family: 'NunitoSansBold';
}
.txt-btn:hover{
	color: #fff;
	opacity: 0.5;
}
.txt-btn img{
	width: 10px;
	height: 10px;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	margin-left: 10px;
}
.each-middle-block-wrapper{
	position: relative;
	height: 100%;
}
.each-middle-block-wrapper:after{
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background-color: #dfdfdf;
}
.middle-block-sec .common-arrow img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.middle-block-sec .swiper-button-next{
	right: -50px;
}
.middle-block-sec .swiper-button-prev{
	left: -50px;
}
.slider-img {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-top: 80px;
}
.each-middle-block-wrapper .slider-img img {
    transition: 0.5s ease-in-out;
    display: none;
}
.each-middle-block-wrapper .slider-img:hover img{
    transform: scale(1.5);
}
.each-middle-block-wrapper .slider-img:hover .txt-btn img{
	transform: scale(1);
}
.each-middle-block-wrapper .slider-img .txt-btn:hover{
	opacity: 1;
}
/******hover******/
.each-middle-block-wrapper .hover-image .block-image:hover {
    /*height: 100%;
    transition: 0.5s ease-in-out;
    margin-top: 0;*/
}
.each-middle-block-wrapper .slider-img:hover .block-top-content{
	opacity:1;
}
/*.each-middle-block-wrapper .hover-image .block-image:hover .block-top-content {
    display: block;
}*/
.each-middle-block-wrapper .hover-image .block-image:hover + .block-bottom-content {
    /*display: none;*/
}
.each-middle-block-wrapper .hover-image .block-image:hover:after{
	opacity: 1;
}
/*************************footer upper*******************/
.left-image-part{
	position: relative;
    margin: 30px 70px 0 30px;
}
.left-image-part:after{
	position: absolute;
	top: -30px;
	left: -30px;
	width: 30px;
	height:100%;
	content: '';
	background-color: #fe942f;
}
.left-image-part:before{
	position: absolute;
	top: -30px;
	left: 0px;
	width: calc(100% - 30px);
	height: 30px;
	content: '';
	background-color: #fe942f;
}
.footer-upper-area{
	padding: 100px 0;
}
.upper-right-content p{
	margin: 30px 0 70px;
}
.upper-right-content{
	padding-left: 70px;
}
.upper-right-content a{
	margin-right: 6px;
}
/********************footer**************/
.footer-area{
	background-color: #1c1c1c;
	padding-bottom: 70px;
}
.each-footer-content {
    max-width: 180px;
    width: 100%;
}
.each-footer-content h6{
	margin-bottom: 25px;
	color: #fff;
}
.each-footer-content ul li {
    margin-bottom: 20px;
}
.each-footer-content ul li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(223,223,233,0.20);
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-family: 'NunitoSansRegular';
    opacity: 0.5;

}
.each-footer-content ul li a:hover, .each-footer-content ul li.active a {
    border-bottom: 1px solid #fe942f;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 1;
}
.logo-panel{
	max-width: 100%;
}
.each-footer-content p {
    line-height: 36px;
	color: rgb(255,255,255,0.5);
	white-space: nowrap;
}
.each-footer-content p a:hover{
	color: #fff;
}
.footer-address-part{
	max-width: 100%;
}
.footer-content-right, .footer-address-part{
	padding-left: 60px;
}
.each-footer-content p img {
    width: 14px;
    margin-right: 20px;
    margin-left: -38px;
}
.each-footer-content p .dot-img{
	width: 13px;
}
.footer-content-right .each-footer-content p {
    line-height: 28px;
 }
.each-footer-content ul li a:after {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    right: 0px;
    width: 10px;
    height: 10px;
    background: url(../images/next.svg) no-repeat center center/cover;
    content: '';
   	filter: brightness(0) invert(1);
   	opacity: 0.5;
}
.each-footer-content ul li a:hover:after, .each-footer-content ul li.active a:after {
    opacity: 1;
}
.footer-content-right a{
	display: inline-block;
	color: rgb(255,255,255,0.5);
}
.footer-content-wrapper{
	padding-left: 40px;
	padding-top: 80px;
}
.footer-logo-bottom {
	margin-top: 30px;
}
.footer-logo-bottom img{
	margin-bottom: 20px;
    margin-right: 10px;
    vertical-align: top;
    width: 115px;
}
.footer-logo-bottom span img{
	width:16px;
	margin-right: 5px;
	margin-top: -5px;
}
.footer-content-right .each-footer-content{
	max-width: 100%;
}
.footer-logo-bottom .footer-brand-icon{
	width: 200px;
	display: block;
}
/***********************aanbod********************/
.common-header .header-logo{
	box-shadow: none;
}
.aanbod-select-sec{
	padding: 60px 0;
	background-color: #fafafa;
}
.aanbod-select-sec .select-style{
	border: 2px solid #efefef;
    color: #1c1c1c;
    height: 60px;
    line-height: 60px;
    padding-bottom: 0;
    padding-top: 0;
    text-align-last: center;
    background: url(../images/drop2.svg) no-repeat 90% center/9px;
}
.aanbod-select-sec .col-lg-3{
	-ms-flex: 0 0 16.667%;
    flex: 0 0 16.667%;
    max-width: 16.667%;
}
.aanbod-select-sec .each-select-box {
    margin-bottom: 0px;
}
.aanbod-select-sec .each-select-box option{
	background-color: #fafafa;
}
.aanbod-select-sec .common-btn{
	height: 60px;
	line-height: 60px;
}
.aanbod-product .each-product{
	margin-bottom: 20px;
}
.aanbod-product.product-area{
	padding: 0 0 40px;
}
/**********************werkplts listview************************/
.inner-page-banner {
	background-size: 0;
}
.inner-page-banner{
	position: relative;
}
.inner-banner-content{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
}
.inner-banner-content h1{
	margin-bottom: 0;
	margin-left: 30px;
}
.listview-area{
	padding-top:85px;
}
.common-listview-wrapper {
    padding: 0 30px;
}

.each-listview-img img{
	border-radius:10px;
}
.listview-area h4{
	color: #fff;
	margin-bottom: 20px;
	font-family: 'NunitoSansExtraBold';
	letter-spacing: 0.75px;
}
.listview{
	margin-bottom:130px;
}
.listview-area .left-area-content {
    max-width: 518px;
    width: 100%;
    background-color: #fe942f;
    border-radius: 10px;
    padding: 35px 35px 15px 45px;
    margin-top: -47px;
    margin-left:auto;
    position: relative;
}
.listview-area .more-btn{
    font-size: 16px;
    text-align: right;
    font-family: 'NunitoSansBold';
    color: #fff;
    width: 100%;
    display: inline-block;
}
.listview-area .more-btn img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	width: 10px;
    height: 10px;
    margin-left: 8px;
}
.listview-area .col-md-6:nth-child(odd) .listview{
	padding-right: 50px;
}
.listview-area .col-md-6:nth-child(even) .listview{
	padding-left: 50px;
}
.listview-area .listview .each-listview-img{
	padding-right:70px;
}
/***********************werkplts listview2*********************/
.werkplts-list-content-wrap{
	background-color: #fe942f;
	border-radius: 20px 0 0 20px;
	padding: 50px 0 50px 50px;
	margin-left: -40px;
}

.listview-right-content{
	max-width: 409px;
	width: 100%;
}
.listview-right-content p, .listview-right-content a{
	color: #fff; 
}
.werkplts-listview-image img{
	display: none;
}
.each-werkplts-area{
	margin-top: 20px;
}
.werkplts-list-content-wrap h3{
	margin-bottom: 30px;
	color: #fff;
}
.werkplts-right-btn{
	margin-top: 100px;
}
.listview-right-content p{
	position: relative;
}
.listview-right-content a{
	position: absolute;
	bottom: -50px;
	left: 0;
}
.werkplts-listview-new{
	padding-bottom: 20px;
}
.werkplts-list-content-wrap p{
	line-height: 26px;
}
.werkplts-right-btn .more-btn{
	color: #fe942f;
	border:2px solid #fff;
}
.werkplts-right-btn .more-btn img{
	width: 10px;
    height: 10px;
    margin-left: 8px;
    transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.werkplts-right-btn .more-btn.common-btn:hover{
	background-color: transparent;
	color: #fff;
}
.werkplts-right-btn .more-btn.common-btn:hover img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
/************************werkplts dtl****************/
.werkplts-dtl-top-btn{
	padding: 60px 0;
	background-color: #fafafa;
    position: relative;
}
.werkplts-dtl-content table{
	width: 100%;
	margin-top: 30px;
}
.werkplts-dtl-content td{
	width: 50%;
	vertical-align: top;
}
.werkplts-dtl-content td:nth-child(odd) {
	padding-right: 50px;
}
.werkplts-dtl-content td:nth-child(even) {
	padding-left: 50px;
}
.werkplts-dtl-content{
	padding: 40px 0 30px;
	background-color: #fafafa;
}
.divider{
	width: 94%;
	margin: 80px auto 0;
	border-top:1px solid #fe942f;
}
.werkplts-dtl-left-area h2{
	margin-bottom: 30px;
}
.werkplts-dtl-middle-area .upper-right-content{
	padding-right: 50px;
	padding-left: 0;
}
.werkplts-dtl-middle-area .left-image-part{
	margin-left: 150px;
}
.werkplts-dtl-middle-area .upper-right-content p{
	margin-bottom: 0;
}
.werkplts-dtl-middle-area .upper-right-content p, .werkplts-dtl-content td p{
	text-align: justify;
}
.werkplts-dtl-middle-area.footer-upper-area{
	padding: 90px 0;
	background-color: #fafafa;
}
.iframe{
	padding: 15% 0;
}
.werkplts-dtl-bottom-area .each-middle-block-wrapper:after{
	display: none;
}
.werkplts-dtl-bottom-area{
	background-color: #fafafa;
}
.werkplts-dtl-bottom-area .block-left-content h2, .werkplts-dtl-bottom-area .block-left-content p,
.werkplts-dtl-bottom-area .each-middle-block-wrapper h4, .werkplts-dtl-bottom-area .block-bottom-content p{
	color: #1c1c1c;
}
.werkplts-dtl-bottom-area  .each-middle-block-wrapper .block-image:hover h4{
	/*color: #fff;*/
}
.werkplts-dtl-bottom-area .each-middle-block-wrapper .block-top-content h4{
	color: #fff;
}
/***************************diensten dtl**********************/
.dientsen-dtl-top-area .werkplts-list-content-wrap{
	margin-left: -15px;
	padding: 120px 120px 120px 130px;
}
.dientsen-dtl-top-area{
	margin-top: -1px;
}
.dientsen-dtl-top-area .werkplts-list-content-wrap p{
	color: #fff;
}
.dientsen-dtl-top-area .each-werkplts-area {
    margin-top: 0px;
}
.diensten-dtl-btn{
	position: absolute;
    top: 40px;
    right: 45px;
    width: 100%;
    text-align: right;
	z-index: 9;
}
.werkplts-listview-new.dientsen-dtl-top-area{
	padding-bottom: 0;
}
/***********************nieuw dtl********************/
.nieuw-dtl-btn-sec{
	z-index: 0;
}
.nieuw-dtl-btn-sec, .nieuw-dtl-content-area, .werkplts-dtl-middle-area.footer-upper-area.nieuw-dtl-middle-area{
	background-color: #fff;
}
.werkplts-dtl-middle-area.footer-upper-area.nieuw-dtl-middle-area{
	padding-bottom: 130px;
}
/***********************contact********************/
.map-area {
    height: 427px;
}
.contact-form {
    padding: 120px 0 40px;
}
.contact-form .each-listview-img img {
    border-radius: 0px;
}
.contact-form .left-area-content h6{
	margin-bottom: 0;
	font-family: 'NunitoSansRegular';
	display: inline-block;
}
.contact-form.listview-area .more-btn{
	width: auto;
    float: right;
}
.contact-form.listview-area .col-md-6:nth-child(odd) .listview{
	padding-right: 20px;
	padding-top: 25px;
	margin-bottom: 0;
}
.contact-form.listview-area .left-area-content{
	padding-bottom: 35px;
	margin-top: -70px;
}
.form-area h2{
	font-family: 'NunitoSansExtraBold';
	margin-bottom: 30px;
}
.form-styl {
	resize: none;
	background-color: transparent;
	border-radius: 10px;
   	font-family: 'NunitoSansRegular';
	border:2px solid #f6f6f6;
	color: #1c1c1c;
	font-size:16px;
	height: 42px;
	line-height: 42px;
	padding: 0 20px;
}
.form-area .form-group {
	margin-bottom: 10px;
}
.form-styl:focus {
	box-shadow: none;
	background-color:transparent;
}
.form-styl:placeholder {
	color: #1c1c1c;
}
.form-styl:-ms-input-placeholder {
	color: #1c1c1c;
	opacity: 1;
}
.form-styl::placeholder {
	color: #1c1c1c;
	opacity: 1;
}
.form-area{
	padding-left: 60px;
}
.contact-info-sec {
    padding: 100px 0;
}
.contact-info-wrap{
	padding: 0 40px;
}
.each-dtl-info {
    background-color: #fe942f;
    border-radius: 10px;
    height: 270px;
    padding-top: 50px;
    padding-left: 40px;
}
.each-dtl-info h3 {
    font-family: 'NunitoSansExtraBold';
    margin-bottom: 30px;
    margin-left: 40px;
    color: #fff;
}
.contact-info h6 {
    margin-bottom: 18px;
    letter-spacing: 2px;
}
.contact-info h5 {
	color: #fff !important;
}
.contact-info p {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
}
.each-dtl-info span img{
	width: 32px;
    height: 32px;
    margin-right: 20px;
    margin-left: -40px;
}
.contact-info-wrap h3 span .ph-img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	transform: rotate(90deg);
	width: 26px;
	height: 26px;
}
.address-dtl-wrap{
	padding-left: 60px;
}

.address-dtl-wrap .contact-info h5 {
	color: #fff !important;
}
.contact-info td{
	color:#fff;
    font-size:14px;
   	font-family: 'NunitoSansRegular';
   	line-height: 17px;
   	vertical-align: top;
}

.contact-info td h5 {
	color: #fff !important;
}
.contact-info td a, .contact-info td span{
	color: #fff;
}
.contact-info td span{
	color: #fff;
    margin-top: 8px;
    display: inline-block;
}
.contact-info table{
	width: 100%;
}
.contact-info-wrap .col-lg-6:last-child .contact-info{
	padding-top: 8px;
}
.contact-info-wrap .col-lg-6:last-child .contact-info table{
	width: auto;
}
.contact-info-wrap .col-lg-6:last-child .contact-info td{
	padding-right: 30px;
}
.contact-right-info tr td:first-child {
    text-align: right;
}
/*****************************overons*********************/
.overons-top-sec .upper-right-content p{
	margin-bottom: 0;
}
.overons-middle-right-part img{
	display: none;
}
.overons-middle-sec{
	background-color: #fafafa;
}
.overons-middle-left-part p{
	font-size: 14px;
	font-family: 'NunitoSansLight';
	color:#121212;
	line-height: 26px;
	margin: 30px 0 45px;
}
.overons-middle-left-part h4{
	color: #121212;
	font-family: 'caveatbold';
}
.overons-middle-left-part h4 span{
	font-family: 'caveatregular';
	position: relative;
	padding-left: 30px;
}
.overons-middle-left-part h4 span:after{
	position: absolute;
    top: 50%;
    left: 15px;
    width: 1px;
    height: 75%;
    content: '';
    background-color: #121212;
    transform: translateY(-50%);
}
.overons-middle-right-part{
	margin-left: 70px;
}
.overons-middle-left-part{
	padding: 80px 30px 150px;
}
.overons-middle-left-part h6{
	color: #121212;
}
.overons-top-sec-wrap .left-image-part{
	margin-left: 60px;
}
.overons-top-sec{
	padding-top: 80px;
}
.each-member-slide img, .each-bottom-slide img{
    border-radius: 10px;
}
.member-info {
    background-color: #fe942f;
    max-width: 260px;
    width: 100%;
    padding: 28px 0px 37px;
    text-align: center;
    margin: -60px auto 0;
    border-radius: 10px;
    position: relative;
}
.member-info h6{
	margin-bottom: 0;
  	font-family: 'NunitoSansRegular';
}
.member-info h4{
	font-family: 'NunitoSansExtraBold';
	margin-bottom: 8px;
	color: #fff;
}
.member-slider{
	position: relative;
	margin-top: 60px;
}
.team-member-sec{
	padding: 80px 0;
}
.member-area-wrap{
	padding: 0 30px;
}
.member-slider .swiper-button-prev{
	left:-80px;
}
.member-slider .swiper-button-next{
	right:-80px;
}
.bottom-slider{
	position: relative;
	margin: 40px 0 15px;
}
.overons-bottom-sec{
	overflow: hidden;
}
.bottom-slider-wrap{
	margin-right: -30%;
	margin-left: -30%;
	position: relative;
}
.bottom-slider-wrap:before{
	position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.75);
    width: 24.6%;
    height: 100%;
    content: '';
    z-index: 2;
    border-radius: 10px;
}
.bottom-slider-wrap:after{
	position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,0.75);
    width: 24.6%;
    height: 100%;
    content: '';
    z-index: 2;
    border-radius: 10px;
}
.bottom-slider .common-arrow img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.bottom-slider .swiper-button-prev{
	left:40px;
}
.bottom-slider .swiper-button-next{
	right:40px;
}
/**************************aanbod dtl************************/
.aanbod-dtl-back-btn{
	padding:30px 0 25px;
}
.tab-upper-area{
	padding-bottom: 60px ;
	border-bottom: 2px solid #efefef;
}
.tab-upper-area h2{
	margin-bottom: 8px;
}
.tab-upper-area h4,.tab-upper-area h2{
	color: #000;
}
.tab-upper-area h4 span{
	font-family: 'NunitoSansLight';
}
.thumbnil-slider{
	position:relative;
	overflow: hidden;
}
.thumbnil-slider .gallery-top{
	background-color:#000;
}
.thumbnil-slider .gallery-top .swiper-button-next {
    right: 9%;
}
.thumbnil-slider .gallery-top .swiper-button-prev {
    left: 9%;
}
.thumbnil-slider .gallery-top .common-arrow img {
	width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.thumbnil-slider .gallery-top .common-arrow {
	width: auto;
    height: auto;
    border: 0;
}
.thumbnil-slider .gallery-top .swiper-slide-prev {
    opacity: 0.35;
}
.thumbnil-slider .gallery-top .swiper-slide-next {
    opacity: 0.35;
}
.thumbnil-slider .gallery-thumbs{
	margin: 8px 0;
}
.thumbnil-slider .common-arrow{
	background-color: transparent;
    opacity: 1;
}
.thumbnil-slider .thumbs-wrapper{
	margin-left: -5%;
	margin-right: -5%;
}
/****************tab*************/
.aanbod-detail-tab-sec{
	padding: 60px 0 30px;
	background-color: #f7f7f7;
}
.aanbod-detail-tab-sec .nav-tabs {
	border-bottom: 0px;
}
.aanbod-detail-tab-sec .tab-sec .nav-tabs .nav-item {
	border-bottom: none;
    width: 100%;
    text-align: center;
    background-color: #d7d7d7;
    font-size: 16px;
	font-family: 'NunitoSansBold';
	margin-bottom: 10px;
	position: relative;
	border-radius: 10px;
}
.aanbod-detail-tab-sec .tab-sec .nav-tabs .nav-link:after {
  	width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 10px solid #fe942f;
    border-bottom: 12px solid transparent;
    position: absolute;
    right: -9px;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}
.aanbod-detail-tab-sec .tab-sec .nav-tabs .nav-link.active:after{
	opacity: 1;
}
.aanbod-detail-tab-sec .nav-tabs .nav-link {
	border-top-left-radius: 0rem;
	border-top-right-radius: 0rem;
	border: none;
	padding: 16px 0;
	color: #fff;
	border-radius: 10px;
}
.aanbod-detail-tab-sec .nav-tabs .nav-link.active {
	background-color: #fe942f;
	color: #fff;
}
.aanbod-detail-tab-sec .tab-content{
	padding-top: 50px;
	padding-left:50px;
}
.aanbod-detail-tab-sec .tab-content .tab-pane .tab_hedaing {
	padding-bottom: 20px;
}
.aanbod-detail-tab-sec .bullet-panel li:after {
    padding-left: 15px;
    background-size: 7px;
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url('../images/bullet.svg');
    background-repeat: no-repeat;
}
.aanbod-detail-tab-sec .tab-content ul li {
    font-family: 'NunitoSansBold';
	font-size: 15px;
	color: #1c1c1c;
	padding-bottom: 10px;
	word-break: break-word;
}
.aanbod-detail-tab-sec .tab-content .kenmerken-tab ul li:nth-child(even) {
    font-family: 'NunitoSansRegular';
}
.aanbod-detail-tab-sec .bullet-panel ul li {
	padding-left: 20px;
	position:relative;
	font-family: 'NunitoSansRegular';
}
.aanbod-detail-tab-sec .tab-content .tab-pane .tab_hedaing h4 {
	border-bottom: 1px solid #1c1c1c;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.bullet-panel{
	margin-bottom:20px;
}
.kenmerken-tab ul li:nth-child(odd) {
	background-image: url('../images/bullet.svg');
    background-repeat: no-repeat;
    background-position: left top 8px;
    padding-left: 15px;
    background-size: 7px;
}
.kenmerken-tab ul li {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.aanbod-detail-tab-sec .col-lg-3{
	-ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
}
.aanbod-detail-tab-sec .col-lg-9 {
    -ms-flex: 0 0 76%;
    flex: 0 0 76%;
    max-width: 76%;
}
.aanbod-tab-sec-wrapper{
	max-width: 1574px;
	width: 100%;
	margin: auto;
}
.dtl-left-part{
	padding-right: 50px;
}
.man-content h5{
	color:#1c1c1c;
	font-family: 'NunitoSansExtraBold';
	margin-bottom: 0;
	line-height: 26px;
	letter-spacing: 0.5px;
}
.man-content{
	display:inline-block;
	padding-left: 15px;
}
.man-img{
	display:inline-block;
	width: 40%;
}
.man-img img{
	border-radius:100%;
	border: 8px solid #f6f6f6;
}
.btn-group-area{
	background-color: #fff;
	padding: 60px 25px 10px;
    margin-top: -30px;
    border-radius: 10px;
}
.btn-group-area .common-btn {
    text-align: left;
    padding: 0px 30px;
    height: 42px;
    line-height: 40px;
   	margin-bottom: 10px;
   	max-width: 100%;
   	position: relative;
}
.btn-group-area .common-btn:after{
	position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/arrow2.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: right;
    width: 10px;
    height: 10px;
    content: '';
    filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.btn-group-area .common-btn:hover:after{
	filter: brightness(1) invert(0);
	-webkit-filter: brightness(1) invert(0);
}
.price-area-btm h3, .price-area-btm h4{
	color:#1e2e4c;
}
.price-area-btm h3{
	margin:20px 0 25px;
	font-family: 'NunitoSansExtraBold';
}
.price-area-btm {
    padding: 30px 25px 20px;
	background-color:#fff;
	margin-top: 20px;
	border-radius:10px;
}
.price-area-btm h6{
	color:#fe942f;
	margin:30px 0 0;
	font-family: 'NunitoSansRegular';
}
.price-area-btm .common-btn{
	height: 60px;
	line-height: 58px;
}
.dtl-bottom-area{
	padding-top: 20px;
	margin-top: 20px;
}
/**********************thank u******************/
.thank-u-banner h1{
	margin-bottom: 50px;
}
.thank-u-banner .common-btn{
	margin-right: 10px;
}
.thank-u-banner .common-btn:hover{
	background-color: #1c1c1c;
	color: #fff;
	border:2px solid #1c1c1c;
}
.thank-u-banner .banner-heading{
	padding-bottom: 0;
}
.thank-u-banner .banner-content{
	top: 50%;
	transform: translateY(-50%);
	bottom: auto;
	position: absolute;
}
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color:#fff;
  font-size:18px;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}
.kenteken_np{
background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
background-repeat: no-repeat;
background-position: 0% 0%;
padding: 4px 0 6px 30px;
}
.star_icon h4{
	padding-bottom: 10px;
	text-transform: uppercase;
	padding-top: 15px;
	margin-bottom: 15px;
	color: #1c1c1c;
	border-bottom: 1px solid #1c1c1c;
	text-transform: uppercase;
}
.star_icon p img{
  width: 15px;
  margin-top: -3px;
  margin-right: 5px;
}
.star_icon p{
  font-family: 'NunitoSansRegular';
  font-size: 16px;
  color: #1c1c1c;
  padding-bottom: 6px;
  word-break: break-word;
}
.photo_contnt li img{
  width: 15px;
  margin-left: 5px;
}
.cursor
{
  cursor:pointer;
}
#menu {
 display: none;
}
.mm-current {
 display: block !important;
}
.morgan_footer
{
  text-align: center;
  background: #000;
  padding: 7px 0px 5px;
}
#mobile-contact-bar {
    display: none;
}
.top_iframe_section iframe{
	height:720px;
}
.footer-logo &gt; a{
	background: #FFF;
	padding-top: 25px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-bottom: 25px;
	display: block;
}
.footer-logo &gt; a img{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
/*.footer-logo img{
	margin-top: -50px;
}*/
.form-1, .form-2, .form-3 {
  display:none;
  margin-top: 15px;
}
.form-area h2{
	font-size: 30px;
}
.grecaptcha-badge{
	display:none;
}
  @media (max-width: 767.98px) {
    #mobile-contact-bar {
        box-sizing: border-box;
        font-size: 1rem;
        opacity: 1;
        position: fixed;
        width: 100%;
        z-index: 9998;
        left: 0;
        bottom: 0;
        display: block !important;
    }
    #mobile-contact-bar-outer {
      background-color: #000000;
      box-sizing: border-box;
      height: 45px;
      overflow: hidden;
      width: 100%;
    }
    #mobile-contact-bar ul {
      box-sizing: border-box;
      line-height: 0;
      list-style-type: none;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      width: 100%;
	  display: flex;
    }
    #mobile-contact-bar ul li {
      box-sizing: border-box;
      display: inline-block;
      /* height: 45px; */
      text-align: center;
      height: 45px;
      width: 25%;
	  vertical-align: top;
    }
    #mobile-contact-bar ul li a {
      color: rgba(255,255,255,0.9);
      cursor: pointer;
      display: block;
      height: 100%;
      position: relative;
      z-index: 9998;
    }
    /*#mobile-contact-bar .fa-lg{
      font-size: 2em;
    }*/
    .li_color {
      border-left: 1px solid #FFFFFF;
    }
	.whatsapp_button
	{
		display:none;
	}
	#mobile-contact-bar ul li img{
		width:20px;
	}
	#mobile-contact-bar ul .map_pointer img{
		
	}
	}

	/*.error_background {
	  background-color: #121212;
	  height: 148px;
	}*/
	.error_top
	{
	}
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
  padding: 0px 0;
}
.light_theme{
  background:rgba(255, 255, 255, 0.83);
  -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
  box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
  -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
  box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.cookie_div{
  color:#9c9c9c;
  font-size: 12px;
  /*font-family: 'Calibri';*/
  font-family: 'arial';
}
.cookie_div h4{
  margin-bottom: 15px;
  font-size: 13pt;
  font-family: 'Calibri';
}
.light_theme h4{
  color:#2a2a2a;
}
.dark_theme h4{
  color:#c9c9c9;
}
.cookie_div a{
		color:#38b6be;
		font-size: 10pt;
		font-weight:bold;
		margin-left:8px;
		font-family: 'Calibri';
	}
.cookie_div button{
		color:#3c935c;
		background:#dbffe8;
		font-weight: bold;
		border: 0;
		padding: 10px 25px;
		margin:5px 0;
		cursor: pointer;
		font-size: 12px;
		/*font-family: 'Calibri';*/
		font-family: 'arial';
	}
	.mm-slideout {
		z-index: unset;
	}


	.back-btn-area{
		position: relative;
		margin-top:-1px;
	}

	.aanbod-dtl-product{
		background-color: #fff;
		padding-bottom: 40px;
	}
	.aanbod-dtl-product .each-product{
		margin:0 15px 30px;
	}
	.aanbod-dtl-product .each-product:hover{
		-webkit-box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.1);
		-moz-box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.1);
		box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.1);
	}
	/*.footer-area .footer-logo img{
		margin-top:-1px;
	}
	.footer-area .footer-logo .logo.text-center img{
		margin-top: 0;
	}*/
}</pre></body></html>