<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";
body {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #fff;
	overflow-X:hidden;
}
#page{
	overflow:hidden;
}
.dblock {
	display: none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
.border-wrapper{
	position:relative;
}
.border-wrapper:after{
	width:calc(43% - 103px);
	height:87%;
	top:50%;
	transform:translateY(-50%);
	border:1px solid #313131;
	border-left:0px;
	content:'';
	right:103px;
	position:absolute;
}
/************************** Header area *******************************/
.header-area{
	padding:10px 0px;
	position:relative;
}
.header-area:before{
	width:43%;
	background-color:#1c1c1c;
	content:'';
	right:0px;
	top:0px;
	height:100%;
	position:absolute;
}
.navbar-area{
	margin-left: -50px;
}
.navbar-area ul li{
	display:inline-block;
	font-size:16px;
	font-family: 'NunitoSansBold';
	margin-right:40px;
	color:#1c1c1c;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.navbar-area ul li:last-child{
	margin-right: 0;
}
.navbar-area ul li:hover{
	color:#479749;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.navbar-area ul li a{
	color:inherit;
	padding: 0;
}
.search-box input{
	height:58px;
	line-height:58px;
	font-family: 'NunitoSansRegular';
	font-size:16px;
	color:#1c1c1c;
	border:0px;
	border-radius:0px;
	padding:0px 35px;
	background:#fff;
}
.search-box button{
	border:0px;
	border-radius:0px;
	background:#fff;
	padding: 10px 20px 15px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.search-box button:hover{
	background:#479749;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.search-box button img{
	width:18px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.search-box button:hover img{
	filter: brightness(0) invert(1);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.search-wrapper{
	justify-content:center;
	position: relative;
    z-index: 9;
}


/********************************* Banner Area *******************************/
.banner-area{
	background:#1c1c1c;
}
.each-banner-slide{
	height:769px;
}
.banner-content h1{
	margin-bottom:25px;
}
.banner-content p{
	margin-bottom:35px;
}
.banner-content{
	max-width:410px;
	margin-left:50px;
	margin-bottom:170px;
}
.banner-area .row{
	align-items:flex-end;
}
.common-arrow img{
	width:15px;
}
.banner-arrow-control{
	position: absolute;
    width: 75px;
    right: 15px;
    bottom: 15px;
}
.banner-wrapper-slider .swiper-container-horizontal&gt;.swiper-pagination-bullets{
	bottom: 20px;
    left: 0;
    width: 200px;
}
.banner-wrapper-slider .swiper-pagination-bullet {
    background: #fff;
    opacity: .2;
}
.banner-wrapper-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity: 1;
}
.banner-wrapper-slider .swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}
.left-icons{
	position:absolute;
	bottom:25px;
	right:calc(100% + 30px);
}
.left-icons ul li{
	margin-bottom:30px;
}
.left-icons ul li a img{
	width:18px;
}
.banner-area .container{
	position:relative;
	z-index: 1;
}
.left-icons ul li:first-child{
	transform:rotate(90deg)
}

/********************************* Product Slider Part ****************************************/
.product-slider-heading-part{
	padding:45px 0px;
	position:relative;
}
.product-slider-heading-part:before{
	width:43%;
	background-color:#1c1c1c;
	content:'';
	right:0px;
	top:0px;
	height:100%;
	position:absolute;
}
.product-heading-content h2{
	padding-left:115px;
}

.product-slider-wrapper{
	/*max-width:1800px;
	width:100%;
	margin:0px auto;*/
	padding: 0 25px;
}
.product-name h3{
	height: 56px;
	overflow: hidden;
}
.product-price p{
	font-size:20px;
	color:#479749;
	font-family: 'NunitoSansBold';
}
.product-name p{
	font-size:14px;
	font-family: 'NunitoSansLight';
	color:#929292;
	height: 50px;
    overflow: hidden;
}
.product-details-top{
	padding:25px 50px;
}
.product-details-bottom{
	border-top:1px solid #f2f2f2;
}
.product-details-bottom ul li{
	display:inline-block;
	font-size:14px;
	font-family: 'NunitoSansLight';
	color:#929292;
	padding:21px 35px;
}
.product-details-bottom ul li:nth-child(2){
	border-left:1px solid #f2f2f2;
	border-right:1px solid #f2f2f2;
}
.product-slider-section{
	padding:50px 0px 0;
}


/******************************* Gallery Section ****************************/
.gallery-section-area{
	padding:80px 0px 0px;
}
.heading-content{
	padding-left:115px;
	align-items: center;
}
.heading-content h2{
	min-width:300px;
}
.heading-content p{
	color:#1c1c1c;
	padding-right: 125px;
}
.gallery-wrapper{
	display: -webkit-box;
	display: flex;
	width: 100%;
	box-sizing: border-box;
	height: 490px;
	overflow:hidden;
	margin-top:70px;
}
.each-gallery-box {
	-webkit-box-flex: 1;
	flex: 1;
	overflow: hidden;
	-webkit-transition: .8s;
	transition: .8s;
	line-height: 0;
	position:relative;
}

.each-gallery-box &gt; img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .8s;
	transition: .8s;
}
.each-gallery-box:hover {
	-webkit-box-flex: 1;
	flex: 1 1 10%;
}

.each-gallery-box:hover &gt; img {
	width: 100%;
}
.gallery-button-area{
	position:absolute;
	width:100%;
	bottom:30px;
	left:50%;
	transform:translateX(-50%);
	text-align:center;
}
.gallery-button-area a{
	border:1px solid #fff;
	background-color:transparent;
}
.gallery-button-area a:hover{
	background-color:#fff;
}


.each-gallery-image-area{
	position:relative;
	overflow:hidden;
}
.new-gallery-wrapper{
	margin-top:70px;
}
.each-gallery-image-area img{
	width:100%;
	-webkit-transition: .8s;
	transition: .8s;
}
.each-gallery-image-area:hover img{
	transform: scale(1.5);
	-webkit-transition: .8s;
	transition: .8s;
}
/************************************** Car Blog Area ******************************/
.car-blog-area{
	padding:70px 0px;
	background-color:#1c1c1c;
	position:relative;
}
.blog-image img{
	display:none;
}
.blog-text-wrapper{
	max-width:840px;
	margin-left:190px;
	background:#fff;
	padding: 50px 170px 50px 100px;
	margin-top:60px;
	margin-bottom:60px;
	position: relative;
}
.content-wrapper p{
	color:#1c1c1c;
	margin-bottom: 70px;
}
.content-wrapper ul li{
	color:#1c1c1c;
	font-family: 'NunitoSansLight';
	font-size:18px;
	padding-left:100px;
	position:relative;
	margin-bottom:60px;
}
.content-wrapper ul li:before{
	width:62px;
	height:62px;
	background-color:#479749;
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	left:0px;
	content:'';
	background-position:center center;
	background-repeat:no-repeat;
	background-size:18px;
	background-image:url('../images/done.svg');
}
.content-wrapper ul li:after{
	position: absolute;
    bottom: -18px;
    left: 100px;
    content: '';
    width: 65%;
    height: 1px;
    background-color: #f0f0f0;
}
.content-wrapper ul li:last-child:after{
	opacity: 0;
}
.content-wrapper h2{
	margin-bottom:20px;
}
.content-wrapper ul{
	margin-bottom:80px;
}
.blog-image{
	position:absolute;
	width:50%;
	right:0px;
	height:calc(100% - 120px);
	top:50%;
	transform:translateY(-50%);
}

/****************************** Footer Upper Product ****************************/
.footer-upper-product{
	padding:70px 0px 115px;
}
.footer-upper-product a:hover .footer-product-price{
	color: #fff;
}
.footer-upper-product-wrapper{
	max-width:1200px;
	margin:0px auto;
	width:100%;
}
.footer-product-price{
	background-color:#479749;
	display:inline-block;
	font-size:20px;
	font-family: 'NunitoSansRegular';
	height:40px;
	line-height:40px;
	max-width:160px;
	width:100%;
	text-align:center;
	position: relative;
    top: -20px;
}
.footer-upper-product-details p{
	color:#929292;
	font-family: 'NunitoSansLight';
	margin-bottom:40px;
}
.foter-upper-product-heading{
	margin-bottom: 65px;
    position: relative;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
.foter-upper-product-heading .common-arrow img{
	filter: brightness(1) invert(1);
}
.foter-upper-product-heading .common-arrow{
	opacity:1;
	margin: 0px;
    transform: translateY(-50%);
}
.footer-upper-each-product{
	/*border: 1px solid #f2f2f2;*/
	background:#fff;
	margin: 0 10px 50px;
}
.footer-upper-each-product .product-details-bottom ul{
	font-size:0px;
}
.footer-upper-each-product .product-details-bottom ul li {
    max-width: 33.33%;
    width: 100%;
}
.footer-upper-product-wrapper .swiper-container .swiper-slide{
	/*padding:0px 5px;*/
}
.footer-upper-each-product:hover .footer-upper-product-details {
	-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-upper-product-details h3{
	height: 60px;
	overflow: hidden;
}
/********************************* Footer Area css ********************************/
.footer-area{
	background-color:#1c1c1c;
}
.footer-area-wrapper{
	max-width:1300px;
	width:100%;
	margin:0px auto;
}
.footer-top ul li{
	display:inline-block;
	vertical-align:bottom;
	margin-right:15px;
}
.footer-bottom{
	padding:50px 0px;
}
.footer-nav{
	max-width:406px;
	width:100%;
}
.footer-nav ul li{
	display:inline-block;
	width:43%;
	margin-bottom:25px;
}
.footer-nav ul li a{
	color:#fff;
	font-size:16px;
	font-family: 'NunitoSansRegular';
	position:relative;
	padding-bottom:10px;;
	border-bottom:1px solid #fff;
	display:block;
	opacity:0.5;
	background:url('../images/right-arrow.svg') no-repeat right center/10px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.footer-nav ul li a:hover{
	opacity:1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.footer-nav ul li:nth-child(odd){
	margin-right:50px;
}
.each-footer-tab h6{
	margin-bottom:25px;
}
.each-footer-tab p a:first-child span img{
	transform: rotate(100deg);
}
.each-footer-tab p a{
	color:rgba(255,255,255,0.5);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.each-footer-tab p {
	color:rgba(255,255,255,0.5);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.each-footer-tab p a:hover{
	color:rgba(255,255,255,1);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.each-footer-tab p a span img{
	width:15px;
	margin-right:15px;
	margin-left:-30px;
}
.each-footer-tab p span img{
	width:15px;
	margin-right:15px;
	margin-left:-30px;
}
/******************************** Diensten Area ******************************/
.table-area{
	background-color:#101010;
	padding:30px 0px 60px;
}
.table-area table{
	width:100%;
}
.table-area table tr td{
	width:50%;
}
.diensten-listing-area{
	background:#1c1c1c;
	padding:50px 0px;
}
.each-listing-area{
	position:relative;
	display: inline-block;
    width: 100%;
}
.each-listing-image-area img{
	display:none;
}
.each-listing-image-area{
	position:absolute;
	width:47%;
	top:0px;
	right:0px;
	height:100%;
}
.diensten-listing-area .content-wrapper p {
    color: #1c1c1c;
    margin-bottom: 50px;
}
.diensten-listing-area .blog-text-wrapper {
    padding-top:60px;
	padding-bottom:60px;
}
.diensten-listing-area .each-listing-area:nth-child(even) .each-listing-image-area {
    position: absolute;
    width: 47%;
    top: 0px;
    right: auto;
    height: 100%;
	left:0px;
}	
.diensten-listing-area .each-listing-area:nth-child(even) .blog-text-wrapper {
    max-width: 840px;
    margin-right: 190px;
    background: #fff;
    padding: 50px 100px 50px 170px;
    margin-top: 60px;
    margin-bottom: 60px;
    position: relative;
	margin-left:auto;
}
.each-listing-area{
	margin-bottom:50px;
}
.diensten-listing-area{
	margin-bottom:10px;
}

/************************************* Diesnsten Details Area *****************************/
.details-page-top-button-area{
	background:#1c1c1c;
}
.details-page-top-button-area{
	padding-top:60px;
}
.details-page-table-area{
	padding-top:0px;
	background:#1c1c1c;
}
.details-page-table-area h2{
	color:#fff;
	margin-bottom:25px;
}
.details-page-table-area table tr td:nth-child(even){
	padding-left:50px;
}
.details-page-table-area table tr td:nth-child(odd){
	padding-right:50px;
}
.details-blog-for-listing{
	background:#fff;
}
.details-blog-for-listing .blog-text-wrapper{
	margin-right: 190px;
	margin-left:auto;
	margin-top:120px;
	margin-bottom:120px;
	-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);
}
.details-blog-for-listing .each-listing-area {
    margin:0px;
}
.details-blog-for-listing .each-listing-image-area {
    left: 0px;
}
.details-blog-for-listing{
	padding:30px 0px;
}
.details-page-form-area{
	background:#1c1c1c;
}
.details-page-form-left{
	padding: 65px 50px 65px 0px;
}
.detais-page-left-content h2{
	color:#fff;
	line-height:45px;
	margin-bottom:20px;
}
.detais-page-left-content ul li{
	margin-bottom:30px;
}
.detais-page-left-content ul li:last-child{
	margin-bottom:0px;
}
.detais-page-left-content ul li a span img{
	width:15px;
	margin-right:15px;
}
.detais-page-left-content ul li span img {
    width: 15px;
    margin-right: 15px;
}
.detais-page-left-content ul li {
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: rgba(255,255,255,0.5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    white-space: nowrap;
}
.detais-page-left-content{
	/*padding-right:115px;*/
}
.detais-page-right-content{
	/*width:250px;*/
}
.detais-page-right-content img{
	height:430px;
	object-fit:cover;
	width:100%;
}
.detais-page-left-content p{
	margin-bottom:45px;
}
.detais-page-left-content ul li a{
	font-family: 'NunitoSansRegular';
	font-size:16px;
	color:rgba(255,255,255,0.5);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.detais-page-left-content ul li a:hover{
	color:#479749;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.form-wrapper{
	max-width:650px;
	margin: 0px auto 0px;
	width:100%;
	position: relative;
    z-index: 1;
	padding: 65px 0px;
}
.form-styl:focus {
    color: #fff;
    background-color:transparent;
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}
.details-page-form-area:after{
	width:50%;
	right:0px;
	height:100%;
	content:'';
	background:#262626;
	top:0px;
	position:absolute;
}
.details-page-form-area{
	position:relative;
}
.details-gallery-heading{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:0px;
	z-index:9;
}
.details-gallery-heading h2{
	display: inline-block;
    padding: 28px 52px;
    background: #fff;
    font-size: 30px;
}
.details-page-gallery-section{
	padding:0px;
	position:relative;
}
.details-page-gallery-section .gallery-wrapper{
	margin:0px;
}

.details-page-gallery-section .new-gallery-wrapper {
    margin: 0px;
}

/*************************************** Onderdelen Listing ******************************************/
.onderdelen-button-area{
	background-color:#1c1c1c;
	padding-top:40px;
}
.onderdelen-button-area a.common-btn{
	background-color:#fff;
	color:#1c1c1c;
	max-width: none;
    width: auto;
	padding:0px 60px;
}
.onderdelen-button-area a.common-btn:hover{
	background-color:#479749;
}
.onderdelen-product-listing-area{
	background-color:#ebebeb;
}
.searchbox-area form input.form-control{
	height: 58px;
    line-height: 58px;
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: #1c1c1c;
    border: 0px;
    border-radius: 0px;
    padding: 0px 35px;
    background: #fff;
	border:1px solid #e3e3e3;
	margin-right: 10px;
}
.searchbox-area{
	padding:45px;
	background:#fff;
	margin-bottom:30px;
}
.searchbox-area form{
	max-width:790px;
	margin:0px auto;
}
.searchbox-area button {
    border: 0px;
    border-radius: 0px;
    background: #479749;
    padding: 10px 20px 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.searchbox-area button img {
    width: 18px;
	filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.onderdelen-products .footer-upper-each-product{
	margin-bottom:30px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.onderdelen-products .footer-upper-each-product:hover{
	-webkit-box-shadow: 0px 10px 34px -8px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 10px 34px -8px rgba(0,0,0,0.33);
	box-shadow: 0px 10px 34px -8px rgba(0,0,0,0.33);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.onderdelen-product-fliter{
	padding-left:80px;
}
.onderdelen-product-fliter h2{
	margin-top:60px;
	margin-bottom:90px;
}
.onderdelen-product-fliter ul li{
	margin-bottom:20px;
}
.onderdelen-product-fliter ul li {
	color:#7e7e7e;
	font-family: 'NunitoSansBold';
	font-size:16px;
	padding-left:20px;
	background:url('../images/gray-arrow.svg') no-repeat left center/10px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	cursor:pointer;
}
.onderdelen-product-fliter ul li.active{
	color:#479749;
}
.onderdelen-product-fliter ul li :hover, .onderdelen-product-fliter ul li.active{
	background:url('../images/green-arrow.svg') no-repeat left center/10px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	color:#479749
}



/*************************************** Onderdelen Details ******************************************/

.pagination-area{
	font-family: 'NunitoSansBold';
	font-size:16px;
	color: #479749;
}
.pagination-area a, .pagination-area span{
	color:#fff;
}
.onderdelen_details{
	padding:20px 0px;
	background-color:#161616;
}
.pagination-area span{
	margin:0px 20px;
}
.onderdelen_details-content-area{
	background:#1c1c1c;
}
.onderdelen_details-content-area-left{
	padding:90px;
	padding-left:0px;
	position: relative;
    z-index: 1;
}
.onderdelen_details-content-area{
	position:relative;
}
.onderdelen_details-content-area:after {
    width: 50%;
    left: 0px;
    height: 100%;
    content: '';
    background: #262626;
    top: 0px;
    position: absolute;
}
.onderdelen_details-content-area-right{
	max-width:565px;
	margin:0px auto;
	width:100%;
	padding:50px;
}
.onderdelen_details-content-area-right h2{
	margin-bottom:30px;
	color:#fff;
}
.onderdelen_details-content-area-right h3{
	color:#fff;
	font-family: 'NunitoSansBold';
	margin-bottom:15px;
}
.onderdelen_details-content-area-right p{
	margin-bottom:40px;
}
.green-box{
	height:64px;
	line-height:64px;
	font-family: 'NunitoSansRegular';
	font-size:16px;
	color:#fff;
	background: #479749;
	padding-left:70px;
	position:relative;
}
.green-box:before{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:20px;
	background:url('../images/lock.png') no-repeat center center/cover;
	width:16px;
	height:21px;
	content:'';
}
.green-box:after{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:20px;
	background:url('../images/Layer-34.png') no-repeat center center/cover;
	width:32px;
	height:28px;
	content:'';
}
.border-box{
	width:100%;
	height:64px;
	line-height:64px;
	font-family: 'NunitoSansRegular';
	font-size:16px;
	color:#fff;
	padding-left:20px;
	border:1px solid #3f3f3f;
	position:relative;
}
.border-box:after{
	position:absolute;
	top:44%;
	transform:translateY(-50%);
	right:20px;
	background:url('../images/back.svg') no-repeat center center/cover;
	width:10px;
	height:10px;
	content:'';
	transform:rotate(-90deg);
}
.phone-number a{
	font-family: 'NunitoSansBold';
	font-size:16px;
	color:#fff;
}
.phone-number a span img{
	width:12px;
	margin-right:15px;
}
.tickbox-area{
	background:#262626;
	padding:50px 20px;
	position:relative;
}
.tickbox-area:before{
	width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #262626;
	bottom:100%;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	content:'';
}
.tickbox-area ul li{
	position:relative;
	font-family: 'NunitoSansBold';
	font-size:18px;
	color:#fff;
	margin-bottom:20px;
	padding-left: 30px;
}

.tickbox-area ul li:after{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 65px;
	background-image:url('../images/checked.svg'); 
	background-size: cover;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: center;
	content: '';
}
.tickbox-area ul li:last-child{
	margin:0px;
}

/***************************** Overons Css *******************************/
.overons-blog{
	background:#1c1c1c;
	padding:80px 0px;
	position:relative;
}
.overons-blog-content{
	padding: 80px 0px 80px 30px;
}
.overons-blog-image{
	position:absolute;
	width:45%;
	height:calc(100% - 160px);
	top:50%;
	transform:translateY(-50%);
	left:0px;
}
.overons-blog-image img{
	display:none;
}
.overons-blog-content h2{
	color:#fff;
	margin-bottom:30px;
}
.onez-expertise-wrapper{
	max-width:1335px;
	width:100%;
	margin:0px auto;
}
.onez-expertise{
	padding:80px 0px;
}
.onez-espertise-heading{
	max-width:620px;
	margin:0px auto;
	width:100%;
}
.onez-espertise-heading h2{
	margin-bottom:20px;
}
.onez-espertise-heading p{
	color:#1c1c1c;
}
/********************************** Contact Css *******************************/
.map-area{
	height:700px;
}
.contact-page-form{
	background:#343434;
}
.contact-form-contet{
	background:#121212;
	padding:50px;
}
.detais-page-left-content h6{
	margin-bottom:25px;
	font-family: 'NunitoSansBold';
}
.contact-form-contet .detais-page-left-content p{
	color:#fff;
	font-family: 'NunitoSansLight';
	padding-left:30px;
	background:url('../images/clock.svg') no-repeat left 8px/15px;
	margin-bottom:25px;
}
.contact-form-contet .detais-page-left-content p span{
	font-family: 'NunitoSansRegular';
}
.contact-form-contet .detais-page-left-content ul li {
    margin-bottom: 25px;
}
.contact-form-contet .detais-page-left-content ul{
	margin-bottom:80px;
}
.contact-page-form .form-wrapper {
    padding: 95px 0px;
}
.contact-area-content-wrapper{
	max-width:1365px;
	margin: -380px auto 0px;
}
.contact-area{
	padding-bottom: 100px;
}
.contact-area .detais-page-left-content li a{
	color: #fff;
}
/************************aanbod**********************/
.aanbod-select-wrapper{
	max-width: 1520px;
	width: 100%;
	margin:-60px auto 0;
}
.select-sec{
	background-color: #ebebeb;
}
.filter-btn{
	background-color: #fff;
	height: 60px;
	line-height: 60px;
	max-width: 175px;
	width: 100%;
}
.select-style {
    width: 100%;
    background: url(../images/drop.svg) no-repeat 92% center/8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: #1c1c1c;
    padding: 0 20px;
    height: 58px;
    line-height: 56px;
    border-radius: 0;
    background-color: transparent;
    border: 2px solid #e3e3e3;
}
.select-sec .col-lg-3{
	-ms-flex: 0 0 19%;
    flex: 0 0 19%;
    max-width: 19%;
}
.aanbod-select-top{
	background-color: #1c1c1c;
	height: 100px;
}
.filter-btn{
	background-color: #fff;
	color: #1c1c1c;
	text-align: center;
	font-size: 16px;
	font-family: 'NunitoSansBold';
}
.filter-part{
	background-color: #fff;
	padding: 60px 100px 30px;
}
.search-btn img{
	width: 18px;
    height: 18px;
}
.search-btn{
	display: flex;
    align-items: center;
    justify-content: center;
    background-color: #479749;
    width: 58px;
    height: 58px;
    margin-left: 4px;
    border: 0;
    border-radius: 0;
}
.aanbod-product .product-slider-wrapper{
	max-width: 100%;
	padding: 0 50px;
}
.aanbod-product{
	background-color: #ebebeb;
	padding: 120px 0 100px;
}
.aanbod-product .each-product{
	margin: 0 0 20px;
}
.aanbod-product .each-product:hover .product-details{
	box-shadow: none;
}
.aanbod-product .product-details{
	background-color: #fff;
}
.aanbod-middle-area h2{
	color: #fff;
}
.aanbod-middle-area h2 span{
	font-family: 'NunitoSansLight';
}
.aanbod-content-wrap{
	max-width: 740px;
	width: 100%;
	padding-left: 70px;
}
.aanbod-content-wrap p{
	margin: 20px 100px 50px 0;
}
.aanbod-product .col-xl-8{
	margin-bottom: 20px;
}
/**************************aanbod dtl******************/
.dtl-top-heading{
	background-color: #1c1c1c;
	padding: 15px 0;
}
.dtl-top-heading li{
	font-size: 16px;
	font-family: 'NunitoSansBold';
	display: inline-block;
	padding-right: 20px;
}
.dtl-top-heading li:last-child{
	color: #479749;
}
.dtl-top-heading li a{
	color: #fff;
}
.gallery-top{
	background-color: #000;
}
.thumbnil-slider .gallery-top .swiper-slide-prev, .thumbnil-slider .gallery-top .swiper-slide-next {
    opacity: 0.5;
}
.thumbnil-slider .common-arrow{
	bottom: 0;
	top: auto;
	width: 40px;
	height: 40px;
	background-color: #479749;
}
.thumbnil-slider .swiper-button-next{
	right: 15%;
}
.thumbnil-slider .swiper-button-prev{
	left: auto;
	right: 17.8%;
}
.thumbnil-slider{
	border-bottom: 6px solid #479749;
}
.dtl-top-wrap{
	max-width: 1290px;
	width: 100%;
	margin:auto;
}
.dtl-top-wrap li a{
	position: relative;
	padding-right: 20px;
}
.dtl-top-wrap li a:after{
	position: absolute;
    top: 50%;
    right: -10px;
    width: 12px;
    height: 12px;
    content: '';
    background-image: url(../images/back.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}
.each-icon{
	height: 240px;
	background-color: #070707;
	position: relative;
}
.each-icon h3{
	color: #fff;
    font-size: 18px !important;
    height: 45px;
}
.each-icon h6{
	color: #fff;
	font-family: 'NunitoSansRegular';
	opacity: 0.5;
	margin-top: 10px;
	position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
}
.each-icon img{
	width: 50px;
}
.icon-cover{
	height: 80px;
}
.each-icon-wrap{
	width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100%;
}
.aanbod-dtl-icons .col-lg-2:nth-child(2n) .each-icon{
	background-color: #101010;
}
.aanbod-dtl-icons .col-lg-2 .each-icon.pdf-block{
	background-color: #479749;
}
.each-tab-panel h3{
	font-family: 'NunitoSansBold';
	color: #fff;
}
.aanbod-tab-sec ul li {
	font-family: 'NunitoSansLight';
    font-size: 14px;
    color: #fff;
    padding-bottom: 10px;
    word-break: break-word;
}
.kenmerken-tab ul li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    font-family: 'NunitoSansRegular';
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 7px;
    padding-left: 15px;
    background-size: 5px;
    color: #fff;
    font-family: NunitoSansBold; 
}
.aanbod-tab-sec{
	background-color: #1c1c1c;
	padding: 50px 0;
}
.tab-wrapper{
	padding: 0 100px;
}
.each-tab-panel{
	padding: 30px;
	position: relative;
	background-color: #101010;
	margin-bottom: 10px;
}
.each-tab-panel .common-btn{
	background-color: #fff;
	color: #1c1c1c;
	border: 0;
}
.each-tab-panel p{
	color: #fff;
}
.tab-content{
	position: relative;
}
.common-content {
    display: none;
    padding: 30px 0 50px;
}
.dtl-btn-wrap{
	position: absolute;
    right: 0;
    width: 40%;
    bottom: -15px;
}
.tab_hedaing h3{
	border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.bullet-panel{
	margin-bottom: 30px;
}
/*******tab right******/
.tab-right-part{
	background-color: #343434;
	padding: 30px 50px 30px 40px;
}
.interese-btn{
	position: absolute;
    top: -15px;
    right: -50px;
    z-index: 1;
    width: 70%;
    text-align: right;
}
.interese-btn .common-btn{
	max-width: 100%;
    width: auto;
    padding: 0 15px;
}
.interese-btn:after{
	position: absolute;
    bottom: -12px;
    right: 0;
    content: '';
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/arrow.png);
    z-index: -1;
}
.interese-btn .common-btn:hover{
	background-color: #479749;
	color: #fff;
}
.tab-right-part p img{
	width: 15px;
	margin-right: 15px;
}
.tab-right-part p .bullet-img{
	width: 10px;
}
.tab-right-part p{
	color: rgba(255,255,255,0.5);
}
.tab-right-part p a:hover{
	color: #fff;
}
.ph-img{
	transform: rotate(100deg);
}
.form-styl {
	resize: none;
	background-color: transparent;
	border-radius: 0;
    font-family: 'NunitoSansRegular';
	border:0px;
	border-bottom:1px solid rgba(255,255,255,0.5);
	color: #fff;
	font-size:16px;
	height: auto;
	padding: 0 0 25px;
	opacity: 0.5;
}
.form-area .form-group {
	margin-bottom: 25px;
}
.form-styl:focus {
	box-shadow: none;
	border-bottom:2px solid #fff;
	background-color:transparent;
	color:#fff;
	opacity: 1;
}
.form-styl:placeholder {
	color: #fff;
	opacity: 1;
}
.form-styl:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}
.form-styl::placeholder {
	color: #fff;
	opacity: 1;
}
.form-area h3{
	font-family: 'NunitoSansLight';
	color: #fff;
	margin: 30px 0 40px;
}
.related-car h2{
	font-size: 30px;
	margin-bottom: 30px;
}

.hide {
	float: right;
}
.show {
	float: right;
    margin-top: -44px;
}
/************************aanbied***************/
.subtitle-content-sec h2{
	text-align: center;
	color: #1c1c1c;
	margin-bottom: 70px;
}
.subtitle-content-sec p{
	color: #1c1c1c;
}
.subtitle-content-sec, .aanbiedingen-car-blog{
	background-color: #fff;
}
.aanbiedingen-car-blog .blog-text-wrapper{
	-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);
}
.subtitle-content-sec{
	padding-bottom: 100px;
}
.offers-bottom-sec{
	background-color: #1c1c1c;
	padding: 80px 0 100px;
	border-bottom: 10px solid #fff;
}
.right-content h2{
	color: #fff;
	font-size: 48px;
	margin-bottom: 20px;
}
.right-content .common-btn{
	margin-top: 80px;
}
.right-content{
	padding-left: 40px;
	max-width: 420px;
	width: 100%;
	padding-top: 70px;
}
/***********************benefit area***************/
.benefit-image img{
	display: none;
}
.benefit-right-area{
	padding-top: 60px;
	padding-left:100px;
}
.benefit-right-area li{
	font-size: 14px;
	color: #fff;
	font-family: 'NunitoSansBold';
	display: inline-block;
	padding-right: 20px;
	white-space: nowrap;
}
.benefit-right-area li.active, .benefit-right-area li a:hover{
	color: #479749;
}
.benefit-right-area li a {
    position: relative;
    padding-right: 40px;
}
.benefit-right-area li a:after {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 12px;
    height: 12px;
    content: '';
    background-image: url(../images/right-arrow.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}
.benefit-right-area li.active a:after{
	background-image: url(../images/right-arrow-color.svg);
}
.benefit-right-area li:last-child a:after{
	display: none;
}
.benefit-right-area li:last-child a, .benefit-right-area li:last-child{
	padding-right: 0;
}
.benefit-select-area{
	margin-top: 100px;
}
.benefit-select-area h6{
	opacity: 0.5;
}
.benefit-select-area .row{
	align-items: center;
	margin-bottom: 10px;
}
.benefit-select-area .form-styl{
	border: 2px solid #fff;
	height: 58px;
	line-height: 56px;
	opacity: 1;
	padding: 0 30px;
	margin-bottom: 0;
}
.benefit-select-area .form-group{
	margin-bottom: 0px;
}
.benefit-select-area .select-style{
	color: #fff;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	background-size: 14px;
}
.benefit-select-area .common-btn{
	max-width: 100%;
}
.benefit-bottom-sec .divider{
	border-top: 1px solid #4e4e4e;
	margin: 30px 0;
}
.bebnefit-wrapper{
	padding: 
}
.benefit-bottom-sec{
	background-color: #2a2a2a;
}
.benefit-wrapper{
	padding: 0 100px;
	position: relative;
}
.benefit-image{
	position: absolute;
	left: 0;
	width: 58.33%;
}
.benefit-wrapper .col-xl-7{
	position: static;
}
/********************step2*********************/
.saving-left-area .col-lg-4 h2{
	color:#479749;
}
.saving-sec{
	padding-bottom: 30px;
}
.saving-left-area{
	padding-top: 40px;
	padding-right: 80px;
}
.each-saving-content h2{
	color: #fff;
	margin-bottom: 20px;
}
.each-saving-content li{
	width: 48%;
	display: inline-block;
	color: #737373;
	font-size: 16px;
	font-family: 'NunitoSansRegular';
	margin-bottom: 8px;
}
.each-saving-content li:nth-child(even){
	color: #479749;
	float: right;
    width: 35%;
}
.saving-left-area .col-lg-6:last-child .each-saving-content ul{
	margin-top: 60px;
}
.each-saving-content p{
	color: #737373;
	margin-top: 20px;
}
.saving-block-area h6{
	font-size: 14px;
	text-align: center;
	line-height: 26px;
}
.saving-block-area .each-block{
	background-color: #313131;
	margin-right: 10px;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.saving-block-area .col-lg-2{
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.saving-block-area .each-block-bg{
	background-color: #479749;
}
.saving-block-area .block-jaar{
	margin-top: 0;
	height: 150px;
}
.saving-block-area{
	margin-top: 70px;
}
.saving-right-btn h6{
	text-align: left;
}
/*****************step3****************/
.benefit-select-area .submit-btn{
	max-width: 258px;
	margin-top: 80px;
}
/*****************waarom-gas******************/
.waarom-gas-icons-sec .each-icon{
	padding: 70px 60px;
	height: auto;
}
.waarom-gas-icons-sec .col-md-4:nth-child(odd) .each-icon{
	background-color: #101010;
}
.waarom-gas-icons-sec .each-icon h2{
	color: #479749;
	margin-bottom: 50px;
}
/********************thank u*********************/
.thank-u-banner{
	height: 100vh;
}
.thank-u-content h2{
	color: #fff;
	margin-bottom: 30px;
}
.thank-u-banner:after{
	display: none;
}
.thank-u-banner{
	position: relative;
}
.thank-u-content{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}
#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;
color: #000;    
}
.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: #fff;
  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;
}
.error_background {
  background-color: #121212;
}
.error_top
{
}
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
  padding: 35px 0;
}
.light_theme{
  background:rgba(255, 255, 255, 0.83);
  -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75); 
  box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
  -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75); 
  box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75);
}
.cookie_div{
  color:#9c9c9c;
  font-size: 13pt;
  font-family: 'Calibri';
}
.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: 13pt;
  font-weight:bold;
  margin-left:8px;
  font-family: 'Calibri';
}
.cookie_div button{
  color:#3c935c;
  font-size: 12pt;
  background:#fff;
  font-weight: bold;
    border: 0;
    padding: 13px 25px;
  margin:5px 0;
  cursor: pointer;
  font-family: 'Calibri';
}
.mm-slideout {
    z-index: unset;
}
.form-1, .form-2, .form-3 {
  display:none;
  margin-top: 15px;
}
.privacy p {
    color: #1c1c1c;
}
/********************pop up****************/
.modal-area .modal-dialog {
    max-width: 1145px;
    margin-top: 12%;
}
.close-img {
    position: absolute;
    top: 30px;
    right: 30px;
    background: #479749;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.close-img img {
    width: 17px;
}
.modal-area .modal-content{
	border: 0;
	border-radius: 0;
}
.popup-content p{
	color: #1c1c1c;
	margin: 30px 0 60px;
}
.popup-content{
	max-width: 350px;
    padding-left: 40px;
    width: 100%;
    padding-bottom: 40px;
}
.modal-area .modal.show{
	float: none;
	margin-top: 0;
}
.modal-area .common-btn:hover{
	background-color: #1c1c1c;
	color: #fff;
}
.modal-area .col-lg-7{
	-ms-flex: 0 0 63%;
    flex: 0 0 63%;
    max-width: 63%;
}
.modal-area .col-lg-5{
	-ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
}
/*****************/
.inner-header-contact-info ul{
	white-space: nowrap;
}
.aanbod-product .product-name p{
	
}
.related-car-wrap {
    position: relative;
}
.related-car .common-arrow {
    width: 40px;
    height: 40px;
    background-color: rgba(71,151,73,0.5);
    top: 32%;
}
.related-car .swiper-button-next {
    right: 0px;
}
.related-car .swiper-button-prev {
    left: 0px;
}
.thumbnil-slider .swiper-pagination-bullet {
    display: block;
    background-color: #fff;
    width: 10px;
    height: 10px;
}
.thumbnil-slider .swiper-pagination-bullet-active {
    opacity: 1;
}
.thumbnil-slider .swiper-container-horizontal&gt;.swiper-pagination-bullets, 
.thumbnil-slider .swiper-pagination-custom, .thumbnil-slider .swiper-pagination-fraction{
	bottom: auto;
	top: 30px;
	left: 15%;
	width: auto;
}
.thumbnil-slider .swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 10px 0;
}
.details-page-gallery-section .each-gallery-image-area .border-button{
	background-color: transparent;
	border: 1px solid #fff;
}
.details-page-gallery-section .each-gallery-image-area .border-button:hover{
	background-color: #fff;
}
.onderdelen-product-listing-area a:hover .footer-product-price{
	color: #fff;
}
.onderdelen_details-content-area-left .common-arrow img {
    width: 30px;
}
.each-product:hover .product-details{
	-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);
}
.each-product{
	margin:0 10px 50px;
}
.counter-area li{
	font-size: 18px;
    color: #fff;
    font-family: 'NunitoSansBold';
    margin-bottom: 15px;
}
.counter-area li:last-child{
	margin-bottom: 0;
}
.counter-area span{
	background-color: #479749;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    color: #fff;
    font-family: 'NunitoSansRegular';
    font-size: 24px;
    letter-spacing: 0.5px;
    margin-right: 20px;
}
.counter-area span h3{
	color: #fff;
}
.counter-area{
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
    z-index: 0;
    position: relative;
}
.overons-car-blog .blog-text-wrapper{
	display: inline-block;
	vertical-align: middle;
}
.whatsapp_button {
    position: fixed;
    width: 90px;
    z-index: 999;
    right: 30px;
    bottom: 40px;
}
iframe {
    width: 100%;
    height: 700px;
    margin-bottom: 30px;
}
#mobile-contact-bar img{
	width: 22px;
}
#mobile-contact-bar{
	display: none;
}

.description_content{
	background: #262626;
    padding: 50px 20px;
    position: relative;
}
.description_content:before{
	width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #262626;
    bottom: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: '';
}
.footeriframe iframe {
    height: 50px;
    margin-bottom: 0px;
}
/*==========dropdown============*/
.header-area .dropdown-menu a {
	padding: 15px;
    background-color: #1c1c1c;
    color: #fff;
    opacity: 1;
    display: inline-block;
	width: 100%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.header-area .dropdown-menu a:hover {
    color: #fff;
	background-color:#479749;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.header-area .dropdown:hover&gt;.dropdown-menu {
	display: block;
}
.header-area .dropdown-menu {
	padding: 20px 0 0;
	border-radius: 0px;
	margin: 0px;
	background-color:#fff;
	border: 0px;
	color:#fff;
	text-align:left;
	font-size: 14px;
	min-width: 220px;
    font-family: 'NunitoSansBold';
}
.header-area .dropdown{
	padding-left:0px;
}
.banner-content .select-style{
	max-width: 258px;
	background-color: #fff;
	border-color: #fff;
	margin-bottom: 15px;
	display: block;
}
.select-style option{
	font-family: arial;
}
.banner-bg-area{
	position: absolute;
	top: 0;
	right: 0;
	width: 43%;
	height: 100%;
}
.banner-bg-area:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #1c1c1c;
	opacity: .85;
}

.morgeninternet-footer {
background: #000000;
width: 100%;
height: 50px;
display: block;
text-align: center;
transition: 0.3s all;
}

.morgeninternet-footer:hover {
background: #202020;
transition: 0.3s all;
}

.morgeninternet-footer &gt; img {
height: 30px;
padding-top: 15px;
}</pre></body></html>