@import "common.css";
@import "fonts.css";

body {
	padding: 0px;
	margin: 0px;
	position: relative;
	font-family: 'BentonSans';
	font-size:0;
	color:#1c1c1c;
	font-family: 'NunitoSansRegular';
}
#page{
	overflow:hidden;
	font-size: 16px;
}

/*************side area**********/
.mini-right-nav li{
    margin-bottom:4px;
    padding: 0;
    width: 60px;
    display: block;
    position: relative;
}
.mini-right-nav li a{
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #1c1c1c;
}
.mini-right-nav li a.whatsapp-nav, .mini-right-nav .whatsapp-nav span:after{
	background-color: #48c347;;
}
.mini-right-nav span {
    font-family: 'NunitoSansRegular';
    font-size:16px;
    bottom: 0;
    right: 60px;
    line-height: 60px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 0;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    transition: 0.50s;  
}
.mini-right-nav span:after{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 60px);
    content: '';
    background-color: #1c1c1c;
    height: 60px;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    transition: 0.50s;
    z-index: -1; 
}
.mini-right-nav a:hover  span{ width:auto; padding:0 25px ;overflow:visible; }
.mini-right-nav a:hover {text-decoration:none;}
.mini-right-nav a span{
    color:#fff;
}
.mini-right-nav img{
    width: 20px;
    position: relative;
    z-index: 1;
}
.mini-right-nav{
    position: fixed;
    top: calc(25% + 210px);
    z-index: 999;
    right: 0px;
}
/*============right side menu=============*/
.right-side-menu {
	position:fixed;
	top: 0px;
	width: 100%;
	max-width: 440px;
	height:100vh;
	background: #1c1c1c;
	right: -100%;
	-webkit-transition: all 1s;
	transition: all 1s;
	z-index: 999;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 100%);
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 100%);
}
.side-logo {
    text-align: right;
    padding: 60px 60px 30px;
}
.side-nav ul li {
	font-family: 'NunitoSansRegular';
	font-size:16px;
	/*color:rgba(255,255,255,0.2);*/
	color: #fff;
	width:100%;
	display:inline-block;
	padding-bottom:12px;
	border-bottom: 1px solid #262626;
	transform: rotate(20deg);
	margin-bottom: 12px;
}
.side-nav{
	margin-left: 140px;
    transform: rotate(-20deg);
}
.side-nav ul li a:hover, .side-nav ul li.active{
	/*color:#fff;*/
	color:rgba(255,255,255,0.5);
}
.right-side-menu.open_side {
	right: 0px;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.menu-icon img{
	width:30px;
}
.side-logo img {
    width: 22px;
}
.menubar-icons img{
	width: 20px;
	margin-right: 20px;
	opacity: 0.5;
}
.menubar-icons a:hover img{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.menubar-icons{
	position: absolute;
    bottom: 35px;
    right: 70px;
}
/*********************** Header css ***************************/
.header-area{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	background-color: rgba(0,0,0,0.5);
	padding: 31px 0;
}
.header-area .nav-item{
	display: inline-block;
	font-family: 'NunitoSansBold';
	font-size: 18px;
	padding-right: 45px;
	letter-spacing: 0.2px;
}
.header-area .nav-item:last-child{
	padding-right: 0;
}
.header-area .nav-item .nav-link{
	color: rgba(255,255,255);
	padding: 0;
	position: relative;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.header-area .nav-item.active .nav-link, .header-area .nav-link:hover{
	color: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.header-area .nav-link:after {
    position: absolute;
    bottom: -38px;
    left: 0;
    width: 0;
    height: 3px;
    content: '';
    background-color: #48c347;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area .nav-link:hover:after, .header-area .nav-item.active .nav-link:after{
	width: 100%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.navbar-wrapper{
	padding-left: 50px;
	padding-right: 50px;
}
.header-social-icons a{
	margin-left: 20px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	position: relative;
}
.header-social-icons a:after{
	position: absolute;
    bottom: -32px;
    left: 0;
    width: 0;
    height: 3px;
    content: '';
    background-color: #48c347;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-social-icons a:hover:after{
	width: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-social-icons img{
	width: 18px;
	opacity: 0.5;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.header-social-icons .you-tube-icon{
	width: 22px;
}
.header-social-icons a:hover img{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.header-social-icons{
	position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
}
/*********************** End :: Header css ***************************/
/************************ Banner Area *******************************/
.banner-area{
	position:relative;
}
.banner-content{
	top:56%;
	transform: translateY(-50%);
	position:absolute;
	left:0px;
	z-index:1;
	width:100%;
}
.banner-content-wrapper{
	max-width: 680px;
	width: 100%;
	background: rgba(0,0,0,0.75);
}
.banner-content-wrapper p{
	color: #fff;
}
/*==============================product========================*/
.product-area{
	padding: 100px 0;
	position: relative;
}
.product-txt-wrapper{
	max-width: 485px;
	width: 100%;
}
.product-content{
	background-color: #1c1c1c;
	/*padding: 35px 60px 30px;*/
	padding: 30px;
	height: 100%;
}
.product-heading h4 span{
	color: #a2a2a2;
    display: inline-block;
}
.product-info{
	border-top: 1px solid #48c347;
	border-bottom: 1px solid #48c347;
	padding-top: 20px;
    padding-bottom: 20px;
    margin: 20px 0 10px;
}
.product-info .col-lg-4:last-child .each-product-info{
	float: right;
}
.product-info .col-lg-4:nth-child(2) .each-product-info{
	padding-left: 20px;
}
.product-middle td{
	color: #fff;
	font-size: 16px;
	font-family: 'NunitoSansLight';
	line-height: 35px;
}
.product-middle td:nth-child(1){
	color: #a2a2a2;
	padding-right: 30px;
}
.product-price h5{
	color: #fff;
}
.product-price{
	border-top: 1px solid #48c347;
	padding-top: 25px;
	margin-top: 25px;
}
.gallery-thumbs{
	position: relative;
	margin-top: 10px;
}
.gallery-thumbs .swiper-button-prev{
	left:-60px;
}
.gallery-thumbs .swiper-button-next{
	right:-60px;
	z-index: 0;
}
.gallery-top .swiper-pagination{
	text-align: left;
	left: 20px;
	font-size: 16px;
	color: #fff;
	font-family: 'Nunito Sans bold italic';
	font-style: italic;
}
.gallery-top .common-arrow img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.gallery-top .col-lg-6:nth-child(odd){
	padding-right: 5px;
}
.gallery-top .col-lg-6:nth-child(even){
	padding-left: 5px;
}
.gallery-top{
	margin-top: 100px;
	position: relative;
}
.gallery-top .swiper-button-prev{
	left: 3%;
}
.gallery-top .swiper-button-next{
	right: 53%;
}
.each-thumb-img{
	position: relative;
	cursor: pointer;
}
.each-thumb-img:after{
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 5px;
	background-color: #48c347;
	content: '';
	opacity: 0;
}
.gallery-thumbs .swiper-slide-thumb-active .each-thumb-img:after{
	opacity: 1;
}
.common-padding{
	padding-left: 20px;
	padding-right: 20px;
}
/*.big-image, .each-thumb-img{
	overflow: hidden;
}
.big-image img, .each-thumb-img img{
	margin-bottom: -4%;
}*/
/*==============gallery==================*/
.gallery-images{
	position: relative;
	padding-bottom: 130px;
}
.gallery-bg-image{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
    background-color: #1c1c1c;
    height: 100%;
}
.gallery-bg-image:after{
	position: absolute;
	content: '';
	background-image: url(../images/bg-img.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.sec-heading-area{
    padding-top: 150px;
    position: relative;
    z-index: 1;
}
.gallery-images-wrapper{
	max-width: 885px;
	width: 100%;
	margin: auto;
}
.sec-heading-area h2{
	color: #fff;
}
.sec-heading-area .heading-border{
	position: relative;
	font-family: 'NunitoSansLight';
	margin-bottom: 60px;
	display: inline-block;
}
.sec-heading-area .heading-border:after{
	position: absolute;
	bottom: 0;
	width: 100px;
	left: 50%;
	height:4px;
	background-color: #fff;
	content: '';
	transform: translateX(-50%);
}
.sec-heading-area p{
	color: #fff;
	margin-bottom:90px;
}
/*******************************for slider part******************/
.images-slider-panel{
	position: relative;
}
.each-image-slide img{
	display: none;
}
.each-image-slide .txt-btn span img{
	display: inline-block;
}
.each-image-slide-wrapper{
	position: relative;
	height: 400px;
}
.each-image-slide:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(18,18,18,0.52);
	content: '';
	opacity: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-image-slide:before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 7px;
	background-color:#48c347;
	content: '';
	opacity: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;

}
.hover-image{
	position: relative;
    height: auto;
    width: 100%;
}
.each-image-slide{
	height: 300px;
    transition: 0.5s ease-in;
    width: 100%;
}
.image-slide-content{
	position: absolute;
    width: 100%;
    left: 0px;
    bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
     transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.image-slide-content h4{
	color: #fff;
	padding-left: 15px;
}
.image-slide-content p{
	color: #fff;
	line-height: normal;
	font-size:0;
	font-family: 'Nunito Sans italic';
	font-style: italic;
}
.each-image-slide-wrapper .hover-image .each-image-slide:hover {
    height: 400px;
    transition: 0.5s ease-in-out;
}
.each-image-slide-wrapper .hover-image .each-image-slide:hover .image-slide-content {
    opacity: 1;
     transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-image-slide-wrapper .hover-image .each-image-slide:hover .image-slide-content h4{
	padding-left: 0;
}
.each-image-slide a {
    position: absolute;
    bottom: 20px;
    left: 0px;
    padding-left: 25px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display:none;
}
.each-image-slide:hover a{
	display: block;
	z-index: 1;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-image-slide:hover:after, .each-image-slide:hover:before{
	opacity: 1;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-image-slide:hover:before{
	z-index: 1;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-image-slide:hover .image-slide-content{
	top: 100px;
	bottom: auto;
	 transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
    padding: 0 25px;
}
.each-image-slide:hover p{
	line-height: 28px;
	font-size: 14px;
	margin-top: 20px;
}
/*******************************x******************/
/*******************************man area*****************************/
.man-area .col-lg-4{
	-ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%;
}
.man-area .col-lg-8{
	-ms-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%;
}
.man-area-wrapper{
	/*padding:40px 80px 100px;*/
	padding: 40px 0 100px;
	max-width: 1290px;
	width: 100%;
}
.left-content h2{
	 font-family: 'Nunito Sans italic';
	 margin-bottom: 60px;
	 font-style: italic;
}
.left-content h2 span{
	font-size: 48px;
	font-family: 'NunitoSansRegular';
	font-style: normal;
}
.left-content{
   padding: 30px 90px 0;
}
.left-content .common-btn img{
	width: 22px;
	margin-right: 15px;
}
.left-content p{
	color: #9f9f9f;
	margin:50px 0 100px;
	text-align: justify;
    letter-spacing: normal;
    font-family: 'NunitoSansRegular';
    font-style: normal;
    font-size: 16px;
}
.sign span{
	font-size: 16px;
	color: #1c1c1c;
	font-family: 'NunitoSansRegular';
	display: inline-block;
	vertical-align: bottom;
}
.sign img{
	width: 200px;
}
.brand-image{
	margin-left: 35px;
	display: inline-block;
}
/**************************logo slider**********************/
.logo-slider{
	padding: 20px 0 100px;
	position: relative;
}
.logo-slider-wrapper{
	/*padding:0 80px;*/
	max-width: 1280px;
    width: 100%;
    margin: auto;
}
.logo-slider:after{
	clip-path: polygon(0% 70%, 100% 25%, 100% 100%, 0 100%, 0% 100%);
	-webkit-clip-path: polygon(0% 70%, 100% 25%, 100% 100%, 0 100%, 0% 100%);
	position: absolute;
	top: 0;
	left: 0;
	background-color: #1c1c1c;
	content: '';
	width: 100%;
	height: 100%;
}
.each-logo-slider{
	background-color: #fff;
	height: 300px;
	position: relative;
	cursor: pointer;
	-webkit-box-shadow: 10px 0px 25px -12px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 10px 0px 25px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 10px 0px 25px -12px rgba(0, 0, 0, 0.25);
    margin-top:30px;
}
.each-logo-slider:after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 5px;
	background-color: #bc1225;
	content: '';
	opacity: 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.each-logo-slider:hover:after{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.each-logo-slider .d-table{
	width: 100%;
}
.each-logo-slider .txt-btn{
	display: block;
	color: #1c1c1c;
	margin-top: 45px;
}
.each-logo-slider .txt-btn span img{
    filter: brightness(0)invert(0);
}
.each-logo-slider .txt-btn:hover{
	opacity: 1;
	color: #bc1225;
}
.each-logo-slider .txt-btn:hover span img{
	-webkit-filter: brightness(100%);
    filter: brightness(100%);
    -moz-filter: brightness(100%);
}
.logo-slide-img{
	height: 100px;
}
/******************************* Footer Css*****************************/
.footer-area{
	position: relative;
	background-color: #48c347;
}
.footer-logo{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 230px;
    text-align: center;
}
.footer-information{
	max-width: 1180px;
	width: 100%;
}
.footer-contact-no{
	padding-left: 10px;
}
.footer-contant{
	padding:130px 150px 120px 120px;
	background-color:#1c1c1c;
	width: calc(100% - 230px);
	margin-left: auto;
}
.each-footer-information p, .each-footer-information table tr td, .each-footer-information table tr td span{
	color:#fff;
	font-size:14px;
	line-height:28px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-family: 'NunitoSansRegular';
    font-style: normal;
}
.footer-information .col-lg-6 .each-footer-information table tr:first-child td{
	font-family: 'NunitoSansExtraBold';
} 
.each-footer-information table tr td{
	padding-right: 50px;
}
.each-footer-information table tr td:last-child{
	padding-right: 0;
}
.each-footer-information table tr td a{
	color: #fff;
}
.each-footer-information table tr td a:hover{
	color:#48c347;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-information .col-lg-6 .each-footer-information table{
	width: 49%;
	display: inline-block;
}
.each-footer-information h5{
	color:#fff;
	margin-bottom:12px;
	font-family: 'NunitoSansExtraBold';
	letter-spacing: 1.5px;
}
.footer-contant > .row{
	align-items:center;
}
.footer-top{
	padding-bottom: 30px;
	border-bottom: 3px solid #2a2a2a;
}
.footer-bottom{
	padding-top:40px;
}
.footer-bottom ul li{
	display:inline-block;
	vertical-align:middle;
	padding-right:35px;
}
.footer-bottom ul li:first-child{
	padding-right:20px;
}
.footer-bottom ul li{
	font-size:14px;
	color:#9b9b9b;
	font-family: 'NunitoSansLight';
}
.footer-bottom .text-right li{
	padding-right: 0;
}
.footer-bottom ul li a img{
	width:22px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;    
}
.footer-bottom ul li a:hover img{
	opacity:0.5;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-bottom ul li a:hover{
	color:#fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-bottom .text-right li img{
	margin-left: 20px;
}
.footer-bottom .text-right li{
	padding-right: 0;
}
/******************************* END :: Footer Css *****************************/
/*****************************inner page banner**************************/
.common-banner-img img{
	display: none;
}
.common-banner{
	height: 560px;
	position: relative;
    width: 100%;
   /* background-color: #1c1c1c;
    background-position: top;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 76%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 76%, 0% 100%);*/
}
/********************diensten listview***********************/
.common-listview-container{
	max-width: 1280px;
	width: 100%;
	margin-left:auto;
	margin-right: auto;
}
.listview-wrapper{
	margin-top: -385px;
}
.listview-top-area{
	padding-bottom: 50px;
}
.left-image{
	-webkit-box-shadow: 0px 12px 21px -11px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 12px 21px -11px rgba(0,0,0,0.75);
	box-shadow: 0px 12px 21px -11px rgba(0,0,0,0.75);
}
.right-content{
	max-width: 424px;
	padding-left: 80px;
	padding-top: 80px;
}
.right-content h3{
	font-family: 'NunitoSansLight';
	font-size: 36px;
	margin-bottom: 25px;
}
.right-content p{
	color: #fff;
}
.listview-gallery{
	padding-top: 100px; 
	padding-bottom: 100px;
}
.listview-gallery .each-image-slide-wrapper{
	margin-bottom: 15px;
}
.listview-gallery  .image-slide-content{
	/*max-width: 430px;*/
	max-width: 480px;
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
}
.listview-gallery  .image-slide-content h4{
	padding-left: 10px;
}
.listview-gallery .each-image-slide:hover .image-slide-content{
	padding: 0 40px;
	top: 40px;
}
.listview-gallery .each-image-slide a{
	padding-left: 40px;
}
.listview-gallery .each-image-slide-wrapper, .listview-gallery .each-image-slide-wrapper .hover-image .each-image-slide:hover {
    /*height: 381px;*/
    height: 268px;
}
.listview-gallery .hover-image{
	height: 100%;
}
.listview-gallery .each-image-slide {
    /*height: 268px;*/
    background-size: 0;
    height: 100%;
    overflow: hidden;
}
.listview-gallery .each-image-slide img{
	height: 100%;
	object-fit: cover;
	display: block;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.listview-gallery .each-image-slide-wrapper:hover .each-image-slide img {
    transform: scale(1.5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.listview-gallery .image-slide-content p{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/****************vacature listview***************/
.common-banner h1{
	font-size: 36px;
	letter-spacing: 1px;
}
.common-heading{
	position: relative;
	top: 57%;
	transform: translateY(-50%);
}
/*********************diensten dtl***************/
.common-header-area{
	position: fixed;
	z-index: 999999;
	background-color: #161616;
}
.common-header-area .menu-icon{
	top: 50%;
    transform: translateY(-50%);
}
.diensten-dtl-btn{
	background-color: #1c1c1c;
	padding-top: 150px;
	padding-right: 70px;
}
.diensten-dtl-btn .txt-btn{
	position: relative;
	z-index: 1;
}
.diensten-dtl-btn .txt-btn span img{
	width: 10px;
    filter: brightness(0) invert(1);
    margin-right: 15px;
}
.diensten-dtl-content{
	background-color: #1c1c1c;
	/*clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0 50%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0 50%, 0% 100%);*/
	padding-bottom: 80px;
	position: relative;
}
.diensten-dtl-content-wrapper{
	max-width: 736px;
	width: 100%;
	margin:0 auto;
	/*padding-bottom: 80px;*/
}
.diensten-dtl-content h2, .diensten-dtl-content p{
	color: #fff;
}
.diensten-dtl-content p{
	font-size: 14px;
	font-family: 'Nunito Sans italic';
	line-height: 26px;
	font-style: italic;
}
.diensten-dtl-content h2{
	font-size: 36px;
	margin-bottom: 30px;
	 font-family: 'NunitoSansLight';
}
.middle-content-wrapper{
	max-width: 800px;
	width: 100%;
	/*margin:-180px auto 0;*/
	margin:auto;
	/*border-left: 1px solid #dfdfdf;*/
	border-bottom: 1px solid #dfdfdf;
	position: relative;
	padding: 0 70px 50px;
}
.middle-content-wrapper:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background-color: #dfdfdf;
	content: '';
	z-index: -1;
}
.middle-content-wrapper h3{
	font-size: 36px;
	color: #1c1c1c;
	margin-bottom: 20px;
	font-family: 'NunitoSansLight';

}
.diensten-man-image{
	padding-top: 70px;
	position: relative;
	padding-bottom: 50px;
}
.diensten-man-image:after{
	position: absolute;
	bottom: 0;
	left: -70px;
	width: 70px;
	height: 1px;
	background-color: #dfdfdf;
	content: '';
}
.bottom-content{
	padding-top: 50px;
}
.top-content{
	position: relative;
	padding-top: 112px;
}
.top-content:after{
	position: absolute;
	top: 100px;
	left: -70px;
	width: 70px;
	height: 1px;
	background-color: #dfdfdf;
	content: '';
}
.top-content h3{
	margin-top: 40px;
}
.form-area{
	padding-bottom: 130px;
}
.form-heading .heading-border:after {
    /*position: absolute;
    bottom: 0;
    width: 100px;
    left: 50%;
    height: 4px;
    background-color: #1c1c1c;
    content: '';
    transform: translateX(-50%);*/
}
button:focus{
	outline: none;
}
.form-wrapper{
	max-width: 990px;
	width: 100%;
	margin:auto;
}
.form-heading{
	padding-top: 80px;
}
.form-styl {
	resize: none;
	background-color: #fff;
	border-radius: 0;
	font-family: 'NunitoSansRegular';
	border:2px solid #efefef;
	font-size:16px;
	height: 65px;
	line-height: 63px;
	padding:0 30px;
}
.form-area .form-group {
	margin-bottom:8px;
}
.form-styl:focus {
	box-shadow: none;
	border:2px solid #efefef;
	background-color:transparent;
	color:#1c1c1c;
}
.form-styl:placeholder {
	color: #1c1c1c;
}
.form-styl:-ms-input-placeholder {
	color: #1c1c1c;
}
.form-styl::placeholder {
	color: #1c1c1c;
}
.diensten-btm-slider{
	position: relative;
}
.diensten-btm-slider:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f6f6f6;
	content: '';
	z-index: -1;
	clip-path: polygon(100% 22%, 100% 0%, 100% 100%,0 100%, 0 0);
    -webkit-clip-path: polygon(100% 22%, 100% 0%, 100% 100%,0 100%, 0 0);
}
.diensten-slider-btm-bg{
	position: absolute;
    height: 320px;
    background: #f6f6f6;
    width: 100%;
}
.diensten-btm-slider .section-heading{
	padding-bottom: 80px;
}
.diensten-top-angle{
	/*clip-path: polygon(100% 130px, 100% 0%, 100% 100%,0 100%, 0 0);
    -webkit-clip-path: polygon(100% 130px, 100% 0%, 100% 100%,0 100%, 0 0);
    width: 100%;
    height: 170px;
    background: #f6f6f6;
    position: absolute;
    bottom: 95%;
    left: 0px;
    z-index: 99;*/
}
/*************************contact*********************/
.contact-top-btn .common-btn{
	background-color: #fff;
	color: #1c1c1c;
	border:2px solid #fff;
}
.contact-top-btn .common-btn:hover{
	background-color: #1c1c1c;
	color: #fff;
	border:2px solid #1c1c1c;
}
.contact-top-btn{
	position: relative;
	right: 0;
	margin-top: -95px;
	z-index: 1;
}
.contact-each-part-heading h4{
	font-family: 'NunitoSansLight';
	text-align: right;
}
.contact-each-part-dtl p{
	font-family: 'NunitoSansRegular';
	line-height: 26px;
	letter-spacing: normal;
	margin-top: 30px;
	font-style: normal;
}
.contact-each-part-dtl{
	position: relative;
	padding: 50px 60px;
}
.contact-each-part-dtl:after{
	position: absolute;
    top: 15px;
    left: 0px;
    width: 70px;
    height: 1px;
    background-color: #dfdfdf;
    content: '';
}
.contact-each-part-dtl:before{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 1px;
    height: 100%;
    background-color: #dfdfdf;
    content: '';
    z-index: -1;
}
.contact-page-dtls .contact-bottom-part .contact-right-wrapper{
	position: relative;
}
.contact-page-dtls .contact-bottom-part .contact-right-wrapper:after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	background-color: #dfdfdf;
	width: 70px;
	height: 100%;
	height: 1px;
}
.contact-top-part .contact-each-part-heading{
	padding-top: 100px;
}
.contact-top-part .contact-each-part-dtl:nth-child(1){
	padding-top: 160px;
}
.contact-top-part .contact-each-part-dtl:nth-child(1):after{
	top: 115px;
}
.contact-footer-top-area .section-heading {
    padding-bottom: 40px;
}
.contact-page-dtls{
	padding-bottom: 50px;
}
.contact-page-form-area .form-heading .heading-border::after{
	display: none;
}
.footer-upper-bg-color {
	background-color: #f6f6f6;
}
/**************************vacature dtl*******************/
.vacature-form-area{
	padding: 20px 0 150px;
}
/*******************thank u********************/
.thank-u .banner-content-wrapper{
	max-width: 100%;
}
.thank-u .banner-content {
    top: 50%;
    transform: translateY(-50%);
}
.thank-u .txt-btn{
	font-family: 'Nunito Sans bold italic';
	font-size: 24px;
	font-style: italic;
}
.thank-u .txt-btn span img{
	width: 20px;
	margin-right: 15px;
}
.thank-u .txt-btn:hover {
     opacity: 1;
 }
 /****************************aanbod*************************/
 .inner-banner{
 	position: relative;
 	background-size: cover;
 }
 .inner-banner img{
 	display: none;
 }
 .inner-banner p{
 	color: #fff;
 	line-height: 24px;
 }
 .aanbod-product-top {
    /*position: absolute;
  	bottom: 32%;*/
    width: 100%;
    z-index: 1;
    padding: 15% 0 10% 0;
}
.aanbod-heading  h3{
	color: #fff;
	margin-bottom: 30px;
}

.aanbod-heading .form-group {
    margin-bottom: 0;
}
.search-area{
	
	padding: 40px 165px 0px 165px;
}
.search-area .col-lg-3 {
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.search-area .form-styl option{
	background: #161616;
}
.search-area .form-styl{
	background-color: transparent;
    height: auto;
    border: 0;
    border-bottom: 1px solid #fff;
    line-height: normal;
    color: #fff;
    width: 100%;
    padding: 10px 0;
}
.col-12.text-right a{
	color: #fff;
}
.search-area .form-styl:placeholder {
	color: #fff;
}
.search-area .form-styl:-ms-input-placeholder {
	color: #fff;
}
.search-area .form-styl::placeholder {
	color: #fff;
}
/*.search-area .form-styl{
	background: url(../images/search.svg)  no-repeat 93% center;
    background-size: 16px;
    width: 100%;
}*/
.search-area .form-styl:focus {
	box-shadow: none;
	border:0;
	border-bottom: 1px solid #fff;
	background-color:transparent;
	color:#fff;
}
.select-styl {
	background: url(../images/down-arrow-white-collectie.svg)  no-repeat 93% center;
    background-size: 16px;
    width: 100%;
}
.select-styl:focus{
	box-shadow: none;
	border:0;
	border-bottom: 1px solid #fff;
	background-color:transparent;
	color:#fff;
}
.select-styl{
	background-color: transparent;
    height: auto;
    border: 0;
    border-bottom: 1px solid #fff;
    padding-left: 0;
    line-height: normal;
    padding-bottom: 10px;
    color: #fff;
	appearance: none;
    -webkit-appearance: none;
}
.select-styl option {
	color: #1c1c1c;
}
.aanbod-product:after{
	display: none;
}
.aanbod-product .gallery-top {
    padding-top: 0px;
}
.aanbod-product .each-product-slide.aanbod-product-middle-area{
	margin:70px 0;
}
.aanbod-product .each-product-slide{
	margin-bottom: 10px;
}
.aanbod-product .common-arrow img{
	filter: brightness(0) invert(1);
}
.aanbod-product .swiper-button-next{
	right: 40px;
}
.aanbod-product .swiper-button-prev{
	left: 40px;
}
.aanbod-product-middle-area p{
	color: #a2a2a2;
	position: relative;
}
.aanbod-product-middle-content{
	max-width: 420px;
    width: 100%;
}
.aanbod-product{
	padding-bottom: 140px;
}
.aanbod-product-middle-heading p:after{
	position: absolute;
    top: 0;
    left: -45px;
    width: 4px;
    height: 50px;
    background-color: #1c1c1c;
    content: '';
}
.aanbod-btm-list{
	position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 2;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-family: 'Nunito Sans bold italic';
    padding-left: 40px;
	background-color: transparent;
	font-style: italic;
}
.aanbod-btm-list li{
	color: #fff;
	font-size: 16px;
	font-family: 'Nunito Sans bold italic';
	display: inline-block;
	padding-right: 20px;
	font-style: italic;
}
.aanbod-btm-list img{
	width: 20px;
	margin-right: 10px;
	display: inline-block;
}
/*****************************verkocht***********************/
.verkocht-product .each-product-slide {
    position: relative;
}
.verkocht-product{
	padding-bottom: 120px;
}
/********************************merchendies dtl**********************/
.merchendies-header{
	background-color: #1a1a1a;
	position: relative;
}
.merchendies-top-slider{
	position: relative;
	background-color: #1a1a1a;
	padding: 8px 0;
	overflow-x: hidden;
	z-index: 0;
}
.each-merchendies-slider{
	background-color: #fff;
    /*padding: 80px;*/
    height: 650px;
    padding: 0 30px;
}
.each-merchendies-slider .d-table{
	width: 100%;
}
.each-merchendies-slider .d-table img{
	align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
}
.merchendies-top-slider .common-arrow img{
	filter: brightness(0) invert(1);
}
.merchendies-top-slider .swiper-button-prev{
	left: 30px;
}
.merchendies-top-slider .swiper-button-next{
	right: -8%;
}
.merchendies-black-block{
	padding-left:50px;
	max-width: 480px;
	width: 100%;
    margin: auto;
}
.merchendies-black-block h3, .block-middle{
	color: #fff;
	border-bottom: 2px solid #3e3e3e;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.each-select-box select {
    width: 100%;
    border: 2px solid #3f3f3f;
    padding: 15px 20px;
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/down-arrow.svg) no-repeat 90% center/10px;
    background-color: transparent;
    color: #fff;
}
.merchendies-price-block .common-btn{
	background-color: #fff;
	color: #1c1c1c;
	margin:10px 0 40px;
	max-width: 100%;
	height: 60px;
	line-height: 60px;
}
.merchendies-price-block .common-btn:hover{
	background-color: #ab1c1c;
	color: #fff;
}
.merchendies-price-block .txt-btn{
    width: 100%;
    display: inline-block;   
	margin: 50px 0;
}
.merchendies-price-block .txt-btn span img {
    width: 10px;
    filter: brightness(0) invert(1);
    margin-right: 15px;
    margin-left: 0;
}
.block-middle table{
	width: 100%;
}
.block-middle td{
	color: #fff;
	font-family: 'NunitoSansLightItalic';
	font-size: 16px;
	line-height: 35px;
	color:#8c8c8c;
	font-style: italic;
}
.block-middle td:nth-child(2){
	color:#fff;
	font-family: 'NunitoSansLight';
}
.merchendies-btm-slider{
	position: relative;
	padding: 70px 0 180px;
}
.merchendies-btm-slider .each-merchendies-slider{
	padding: 0 30px;
	height: 485px;
	background-color: #fff;
	position: relative;
	cursor: pointer;
    margin:20px 10px 80px;
}
.each-merchendies-slider:hover{
	-webkit-box-shadow: -1px 4px 15px -6px rgba(0,0,0,0.25);
	-moz-box-shadow: -1px 4px 15px -6px rgba(0,0,0,0.25);
	box-shadow: -1px 4px 15px -6px rgba(0,0,0,0.25);
}
.merchendies-btm-slider .each-merchendies-slider:after{
	position: absolute;
	bottom: 0;
	height: 7px;
	width: 100%;
	left: 0;
	background-color: #bc1225;
	content: '';
	opacity: 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.merchendies-btm-slider .each-merchendies-slider:hover:after{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.order-online {
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.merchendies-btm-slider .each-merchendies-slider .order-online img{
	margin-left: 15px;
    display: inline-block;
    filter: brightness(0)invert(0);
}
.order-online .txt-btn{
	color: #1c1c1c;
	opacity: 0;
}
.merchendies-btm-slider .each-merchendies-slider:hover .order-online .txt-btn{
	opacity: 1;
}
.order-online .txt-btn:hover{
	color:#bc1225;
	opacity: 1;
}
.order-online .txt-btn:hover span img {
    filter: brightness(100%);
}
.merchendies-btm-slider .swiper-button-prev{
	left: -100px;
}
.merchendies-btm-slider .swiper-button-next{
	right: -100px;
}
.merchendies-btm-slider-sec{
	padding-top: 120px;
}
.merchendies-product-price h6{
	color: #1c1c1c;
	font-family: 'NunitoSansBold';
}
.merchendies-product-price{
	padding-top: 30px;
}
.merchendies-btm-slider:after{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38%;
    background-color: #f6f6f6;
    content: '';
    z-index: -1;
}
.merchendies-btm-slider .common-listview-container{
	position: relative;
}
.merchendies-btm-slider-sec .common-listview-container{
	padding-left:40px;
	padding-right:40px;
}
.merchendies-btm-slider .swiper-slide .order-online a span{
	float: none;
	left: 0;
}
/**************************overons************************/
.overons-banner.listview-banner .aanbod-heading{
	max-width: 720px;
}
.overons-content-wrapper{
	max-width: 730px;
	width: 100%;
	margin:auto;
}
.overons-content{
	margin-top: -475px;
	position: relative;
	padding-bottom: 100px;
}
.overons-content h2, .overons-content p{
	color: #fff;
}
.overons-content h2{
	position: relative;
	padding-bottom: 35px;
    margin-bottom: 50px;
}
.overons-content h2:after {
    position: absolute;
    bottom: 0;
    width: 100px;
    left: 50%;
    height: 4px;
    background-color: #fff;
    content: '';
    transform: translateX(-50%);
}
.overons-middle-content .overons-middle-wrapper{
    max-width: 900px;
    width: 100%;
    margin: auto;
}
.overons-middle-content .middle-content-wrapper{
	margin-top: 0;
	border-bottom: 0;
	max-width: 100%;
	padding-right: 0;
}
.overons-middle-wrapper {
	padding-top:82px;
}
.overons-middle-content .middle-content-wrapper:after{
	height:calc(100% + 82px);
	top:-82px;
}
.overons-middle-content h2:first-child .overons-middle-heading{
	padding-top: 40px;
}
.overons-middle-heading h4{
	font-family: 'NunitoSansLight';
}
.overons-middle-content .col-lg-9 .top-content{
	padding-top: 15px;
}
.overons-middle-content .top-content:after {
    display: none;
}
.overons-middle-heading{
	position: relative;
}
.overons-middle-heading:after{
	position: absolute;
    top: 15px;
    width: 70px;
    height: 1px;
    background-color: #dfdfdf;
    content: '';
    right: -100px;
}
.overons-middle-content .col-lg-2:first-child .overons-middle-heading{
	/*padding-top: 85px;*/
}
.overons-middle-content .col-lg-2:first-child .overons-middle-heading:after{
	/*top: 100px;*/
	top:15px;
}
.overons-middle-content .diensten-man-image{
	padding-bottom: 0;
}
.overons-middle-content .diensten-man-image:after {
     display: none;
}
.overons-middle-wrapper  .col-lg-10:last-child .middle-content-wrapper{
	padding-bottom: 100px;
	border-bottom: 1px solid #dfdfdf;
}
/*******************member**************/
.overons-member-sec :after{
	background-image: none;
}
.overons-member-sec .images-slider-panel{
	z-index: 1;
}
.overons-member-sec .each-image-slide{
	height: auto;
}
.overons-member-sec .each-image-slide img{
	display: block;
}
.overons-member-sec .image-slide-content h4{
	padding-left: 0;
	opacity: 0;
}
.overons-member-sec .each-image-slide .image-slide-content {
	opacity: 0;
	padding: 0 15px;
	bottom: 15px;
}
.overons-member-sec .each-image-slide:hover .image-slide-content {
   top: auto;
   bottom: 15px;
}
.overons-member-sec .each-image-slide:hover .image-slide-content h4,
.overons-member-sec .each-image-slide:hover .image-slide-content{
	opacity: 1;
}
.overons-member-sec .image-slide-content h6{
	color: #fff;
	margin-top: 8px;
}
.overons-member-sec .col-lg-3{
	margin-bottom: 15px;
}
.overons-member-sec .each-image-slide:after {
    background-color: rgba(0,0,0,0.7);
}
.overons-member-sec .common-btn{
	margin-top: 60px;
}
.overons-member-sec .common-btn:hover{
	background-color: #fff;
	color: #1c1c1c;
}
.overons-member-sec .sec-heading-area {
    padding-top: 120px;
}
.overons-member-sec .gallery-images{
	padding-bottom: 80px;
}
.overons-member-sec .gallery-images-wrapper h2{
	margin-bottom: 40px;
}
.overons-member-sec .gallery-images-wrapper p{
	font-size: 14px;
	font-family: 'Nunito Sans italic';
	font-style: italic;
}
.overons-member-sec{
	padding-bottom: 90px;
}
.overons-middle-content .top-content {
    padding-top: 30px;
}

/****************overons btm-area***********/
.overons-btm-sec .sec-heading-area {
    padding-top: 0;
}
.overons-btm-sec .sec-heading-area h2{
	white-space: nowrap;
	margin-bottom: 45px;
}
.overons-btm-sec .sec-heading-area h2,
.overons-btm-sec .sec-heading-area p{
	color: #1c1c1c;
}
.overons-btm-sec .sec-heading-area .heading-border:after {
    background-color: #1c1c1c;
 }
 .overons-btm-sec{
 	padding: 130px 0;
 }
 .overons-btm-sec p{
 	font-size: 14px;
 	font-family: 'Nunito Sans italic';
 	font-style: italic;
 }
 /*************gal-item*********/
.gal-item {
    overflow: hidden;
	padding: 10px;
}
.gal-item .box {
    height: 100%;
    overflow: hidden;
    position: relative;
    /*cursor: pointer;*/
}
.box img {
    height: 100%;
   width: 100%;
    object-fit: cover;
    position: relative;
}
.box .common-arrow img{
	height: 20px;
    width: 20px;
    filter: brightness(0) invert(1);
}
.box .swiper-button-prev{
	left: 30px;
}
.box .swiper-button-next{
	right: 30px;
}
.gal-item-social-icon img{
	width: 20px;
	margin-top: -5px;
	margin-right: 5px;
}
.gal-item-social-icon h4{
	color: #fff;
}
.gal-item-social-icon{
	position: absolute;
	padding-left: 20px;
    bottom: 35px;
}
.middle-top-box{
	position: relative;
	cursor: pointer;
}
.middle-top-box:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background-color: #48c347;
    content: '';
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
}
.middle-top-box:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
    content: '';
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.gal-item .middle-top-box:after, .gal-item .middle-top-box:before{
	opacity: 1;
	 transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.middle-top-box-txt h4{
	margin-bottom: 15px;
}
.middle-top-box-txt h4, .middle-top-box-txt p{
	color: #fff;
}
.middle-top-box-txt{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 50px 40px 0;
	opacity: 0;
	z-index: 1;
	 transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.middle-top-box-txt h4 span img{
	width: 28px;
    margin-right: 5px;
    margin-top: -5px;
}
.middle-top-box-txt h5{
	color: #fff;
	margin-top: 15px;
	letter-spacing: 0.2px;
}
.middle-top-box-txt h5 span{
	 font-family: 'NunitoSansRegular';
}
.gal-item-social-icon h5 {
	color: #fff;
	margin-top: 10px;
}
.gal-item .txt-btn{
	position: absolute;
	bottom: 40px;
	left: 0;
	padding-left: 40px;
	opacity: 0;
	 transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.gal-item .txt-btn, .gal-item .middle-top-box-txt{
	opacity: 1;
	 transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/***********overons footer upper slider***********/
.overons-footer-upper-slider {
	position: relative;
}
.overons-footer-upper-slider .common-arrow img {
	filter: brightness(0) invert(1);
}
.overons-footer-upper-slider .swiper-button-next {
    right: 80px;
}
.overons-footer-upper-slider .swiper-button-prev {
    left: 80px;
}
/*************************aanbod dtl********************/
.thumbnil-slider{
	position:relative;
	padding-top: 99px;
	z-index:2;
}
.thumbnil-slider .common-arrow img{
	filter: brightness(0) invert(1);
}
.thumbnil-slider .aanbod-dtl-gallery-top .banner-content{
	display: none;
	top: auto;
	bottom: 40px;
	position: absolute;
    left: 0px;
    z-index: 1;
    width: 100%;
}
.thumbnil-slider .aanbod-dtl-gallery-top  .ar-camera{
	width: 18px;
	margin-right: 5px;
}
.thumbnil-slider .aanbod-dtl-gallery-top  .banner-content-wrapper {
    max-width:100%;
    padding-left: 60px;
    padding-right: 50px;
    width: 100%;
}
.thumbnil-slider .aanbod-dtl-gallery-top .banner-content li{
	font-size: 16px;
	color: #fff;
    font-family: 'Nunito Sans bold italic';
    margin-right: 90px;
    display: inline-block;
    letter-spacing: 0.5px;
    font-style: italic;
}
.play-btn-wrapper {
    margin-right: 20px;
}
.thumbnil-slider .aanbod-dtl-gallery-top .banner-content li:last-child{
	float: right;
	margin-right: 0;
}
.thumbnil-slider .aanbod-dtl-gallery-top .banner-content .play-btn-wrapper span{
	text-align: center;
	background-color: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
.play-btn-wrapper span:before {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: transparent;
    border: 1px solid #fff;
    content: '';
    z-index: -1;
    opacity: 0.2;
}
.banner-content li .play-btn {
    width: 7px;
    margin: 0;
    height: 40px;
}
.play-btn-wrapper span:after {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 53px;
    height: 53px;
    border-radius: 100%;
    background-color: rgba(255,255,255,0.2);
    content: '';
    z-index: -1;
}
.banner-content li:last-child {
    margin-right: 0;
}
.thumbnil-slider .aanbod-dtl-gallery-top .swiper-slide-active .banner-content{
	display: block;
}
.thumbnil-slider .aanbod-dtl-gallery-top .swiper-button-next {
    right: 8%;
}
.thumbnil-slider .aanbod-dtl-gallery-top .swiper-button-prev {
    left: 8%;
}
.thumbnil-slider .aanbod-dtl-gallery-top .swiper-slide-prev, .thumbnil-slider .aanbod-dtl-gallery-top .swiper-slide-next{
    opacity: 0.4;
}
.thumbnil-slider .aanbod-dtl-gallery-top {
    background: rgba(0,0,0,0.9);
}
.small-images{
	position: relative;
}
.small-images{
	margin-left: -20%;
	margin-right: -20%;
	background-color: #1c1c1c;
}
.small-images:after{
	position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    content: '';
    height: 100%;
    background-color: rgba(18,18,18,0.5);
    z-index: 1;
}
.small-images:before{
	position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    content: '';
    height: 100%;
    background-color: rgba(18,18,18,0.5);
    z-index: 2;
}
.thumbnil-slider .aanbod-dtl-gallery-thumbs .swiper-slide:nth-child(1){
	/*opacity: 0.4;*/
}
.thumbnil-slider .aanbod-dtl-gallery-thumbs .swiper-slide:nth-child(5){
	/*opacity: 0.4;*/
}
.thumbnil-slider .swiper-button-prev{
	left: 16%;
}
.thumbnil-slider .swiper-button-next{
	right: 16%;
}
/*******************tab upper area****************/
.tab-upper-area li{
	font-size: 16px;
	color: #1c1c1c;
	font-family: 'NunitoSansRegular';
	display: inline-block;
}
.tab-upper-area{
	position: relative;
}
.tab-top-part{
	position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    z-index: 1;
    padding-top: 35px;
}
.tab-upper-area .txt-btn{
	color: #1c1c1c;
}
.tab-top-part .txt-btn span img {
    width: 10px;
    margin-right: 15px;
    margin-left: 0;
}
/***************tab middle****************/
.tab-middle-part h3{
	font-family: 'NunitoSansBold';
	color: #1c1c1c;
	text-transform: uppercase;
}
.tab-middle-part h5{
	font-family: 'NunitoSansLight';
	color: #1c1c1c;
	margin-top: 15px;
}
.tab-middle-part .each-product-info h3{
	text-transform: lowercase;
}
.tab-middle-part .product-content{
	background-color: transparent;
	padding:150px 140px 0;
	position: relative;
	margin-right: 25px;
}
.tab-middle-part .common-padding{
	padding: 0;
}
.tab-middle-part .product-content:after{
	position: absolute;
    top: 0px;
    width: 100vw;
    background-color: #f7f7f7;
    content: '';
    height: 100% ;
    right: 0;
    z-index: -1;
}
.tab-middle-part .product-info{
	border:0;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 60px 0;
	position: relative;
	z-index: 0;
}
.tab-middle-part .product-info:after{
	position: absolute;
    top: 0;
    width: calc(100vw + 170px);
    background-color: #fff;
    content: '';
    height: 100%;
    right: -170px;
    z-index: -1;
}
.tab-middle-part  .each-product-info h6{
	font-family: 'NunitoSansLightItalic';
	color: #848484;
	font-style: italic;
}
.tab-middle-part .product-middle td{
	color: #1c1c1c;
	 font-family: 'NunitoSansRegular';
}
.tab-middle-part .product-middle td:nth-child(1){
	font-family: 'NunitoSansLightItalic';
	color: #838383;
	padding-right: 65px;
	font-style: italic;
}
/********right**********/
.tab-middle-right{
	max-width: 740px;
    width: 100%;
    margin-left: auto;
    padding-right: 180px;
    padding-top: 160px;
}
.tab-middle-right h2{
	font-family: 'NunitoSansBold';
	border-bottom: 2px solid #f5f5f5;
	padding-bottom: 20px;
	margin-bottom: 20px;
	white-space: nowrap;
}
.tab-middle-right h2 span{
	font-family: 'NunitoSansLightItalic';
	font-size: 16px;
	color: #848484;
	margin-top: 20px;
	float: right;
	font-style: italic;
}
.tab-middle-right table{
	width: 100%;
	margin-bottom: 20px;
}
.tab-middle-right td{
	font-family: 'NunitoSansLightItalic';
	font-size: 16px;
	color: #848484;
	padding-bottom: 20px;
	font-style: italic;
}
.tab-middle-right td:nth-child(2){
	color: #1c1c1c;
	 font-family: 'NunitoSansLight';
	 text-align: right;
}
.tab-middle-part .common-btn{
	max-width: 100%;
	margin-bottom: 10px;
}
.dtl-man-content h4{
	font-family: 'Nunito Sans bold italic';
	color: #1c1c1c;
	font-style: italic;
}
.dtl-man-img {
    display: inline-block;
    width: 145px;
}
.dtl-man-content {
    display: inline-block;
    padding-left: 40px;
}
.dtl-man-img img {
    border-radius: 100%;
}
.dtl-man-content h6{
	color: #848484;
	font-family: 'NunitoSansLightItalic';
	margin-top: 30px;
	font-style: italic;
}
.dtl-man-area{
	padding: 40px 0 140px;
}
/****************tab*************/
.aanbod-detail-tab-sec{
	padding:60px 0;
	position: relative;
	background: #1c1c1c;
	margin-bottom: 100px;
}
.aanbod-detail-tab-sec:after{
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1c1c1c;
	content: '';
	z-index: -1;
	clip-path: polygon(100% 0%, 100% 0%, 100% 90%,0 80%, 0 0);
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 90%,0 80%, 0 0);*/
}
.aanbod-detail-tab-sec .tab-sec{
    width: 100%;
}
.aanbod-detail-tab-sec .nav-tabs {
	border-bottom: 0px;
	justify-content: center;
}
.aanbod-detail-tab-sec .tab-sec .nav-tabs .nav-item {
	border-bottom: none;
	text-align: center;
	padding-right: 75px;
	background-color: transparent;
	font-size: 28px;
    font-family: 'NunitoSansRegular';
}
.aanbod-detail-tab-sec .tab-sec .nav-tabs .nav-item a:hover{
	/*opacity: 1;*/
}
.aanbod-detail-tab-sec .nav-tabs .nav-link {
	border-top-left-radius: 0rem;
	border-top-right-radius: 0rem;
	border: none;
	padding: 0 0 15px;
	color: #fff;
	opacity: 0.3;
	position: relative;
}
.aanbod-detail-tab-sec .nav-tabs .nav-link:after{
	position: absolute;
	bottom: 0;
	width: 85px;
	height: 4px;
	background-color: #48c347;
	content: '';
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
}
.aanbod-detail-tab-sec .nav-tabs .nav-link.active:after{
	opacity: 1;
}
.aanbod-detail-tab-sec .nav-tabs .nav-link.active {
	opacity: 1;
	background-color: transparent;
	opacity: 1;
}
.aanbod-detail-tab-sec .tab-content {
	padding: 50px 0 0;
}
.aanbod-detail-tab-sec .tab-content p{
	color: #fff;
}
.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: 15px;
    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: 'NunitoSansRegular';
	font-size: 16px;
	color: #fff;
	padding-bottom: 6px;
	word-break: break-word;
}
.aanbod-detail-tab-sec .tab-content .kenmerken-tab ul li:nth-child(even) {
   color: #fff;
   font-family: 'Nunito Sans italic';
   font-style: italic;
}
.aanbod-detail-tab-sec .bullet-panel ul li {
	padding-left: 20px;
	position:relative;
	 font-family: 'Nunito Sans italic';
	 font-style: italic;
}
.aanbod-detail-tab-sec .tab-content .tab-pane .tab_hedaing h3 {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	padding-top: 15px;
	font-family: 'NunitoSansRegular';
}
.bullet-panel{
	margin-bottom:20px;
}
.kenmerken-tab ul li:nth-child(odd) {
	background-image: url('../images/bullet.svg');
    background-repeat: no-repeat;
    background-position: 0% 40%;
    padding-left: 20px;
    background-size: 7px;
}
.kenmerken-tab ul li {
	width: 45%;
	display: inline-block;
	vertical-align: top;
    font-family: 'NunitoSansRegular';
}
.aanbod-dtl-product-area{
	padding: 80px 0 140px;
}
.aanbod-dtl-product-area .gallery-top{
	margin-top: 80px;
}
.aanbod-dtl-product-area:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
    content: '';
    z-index: -1;
}
.aanbod-detail-tab-sec .tab-sec .nav-tabs .nav-item:last-child{
	padding-right: 0;
}
.tab-btm-angle{
	clip-path: polygon(0 0, 100% 0, 100% 80%, 0 15%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 15%);
    width: 100%;
    height: 145px;
    background: #1c1c1c;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 99;
     margin-top: -1px;
}
.aanbod-dtl-play-btn{
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	background-color: rgba(28,28,28,0.75);
	top: 0;
	height: 100%;
}
.dtl-paly-btn-txt{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	color:#fff;
	font-size: 16px;
	font-family: 'Nunito Sans bold italic';
	font-style: italic;
	z-index: 1;
}
.dtl-paly-btn-txt img{
	width: 18px;
	margin-right: 10px;
}
/**********************merchendies listview******************/
.merchendies-listview-banner-txt{
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    left: 0;
}
.merchendies-listview-product .merchendies-btm-slider:after{
	display: none;
}
.merchendies-listview-product {
	padding-top: 0;
}
.merchendies-listview-product .merchendies-btm-slider{
	/*margin-top: -145px;*/
	padding-top: 100px;
}
.merchendies-listview-product .col-lg-4{
	margin-bottom: 25px;
}
/*****************************pop up*******************************************/
.modal-area .modal{
	padding-left: 0px !important;
}
.modal-area .modal-dialog {
    max-width: 780px;
    width: 100%;
    margin: 15% auto 0px;
}
.modal-area .modal-content{
	border-radius: 0;
	border:0;
}
.popup-content{
	padding: 50px 120px 50px 70px;
}
.close-img{
	position: absolute;
	top: 30px;
	right: 30px;
}
.close-img img{
	width: 24px;
}
.popup-content h2{
	font-size: 36px;
}
.popup-content p{
	margin: 20px 0 30px;
}
.modal-area  .modal-content:after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 7px;
	content: '';
	background-color: #48c347;
}
/***************************************loader********************/
#loader_section{
	display:none;
	width:100%;
	position: fixed;
	top: 0;
	background: #000000b8;
	z-index: 9999999;
	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{
	color: #1c1c1c;
	border-bottom: 1px solid #1c1c1c;
	padding-bottom: 10px;
	text-transform: uppercase;
	padding-top: 15px;
	font-family: 'NunitoSansBold';
	margin-bottom: 15px;
}
.star_icon p img{
	width: 15px;
	margin-top: -3px;
	margin-right: 5px;
}
.star_icon p{
	font-family: 'NunitoSansBold';
	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;
}
.error_background {
	background-color: #121212;
}
.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;
}
.form-1, .form-2, .form-3 {
	display:none;
	margin-top: 15px;
	padding: 0 15px;
}
.foto_upload
{
	color: #1c1c1c;
	cursor:pointer;
}
.error_background {
    background-color: #121212;
    height: 115px;
}

.aanbod-btm-list:after{
	position:absolute;
	left:20px;
	width:20px;
	height:20px;
	background-image:url('../images/ar-camera.svg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:left;
	content:'';
	bottom: 14px;
	display:none;
}
.aanbod-btm-list .swiper-pagination{
	text-align: left;
    width: auto;
    position: relative;
    left: auto;
    bottom: 0;
    display: inline-block;
}
.banner-content-wrapper a:hover{
	color:#fff;
}
.listview-gallery .each-image-slide .txt-btn {
    padding-left: 40px;
}
.listview-gallery .each-image-slide .txt-btn {
    position: absolute;
    bottom: 25px;
    left: 0px;
    padding-left: 40px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: none;
}
.listview-gallery .each-image-slide:hover .txt-btn {
    display: block;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.merchendies-listview-banner-txt{
	padding-bottom: 0px;
}
.merchendies-price-block .merchendies-black-block h3{
	font-family: 'NunitoSansBold';
	text-transform:uppercase;
}
.youngtimer-product-info table, .youngtimer-product-middle table{
	width:100%;
}
.youngtimer-product-info td:nth-child(2){
	padding-left: 40px;
}
.youngtimer-product-info td:last-child{
	padding-right: 0;
	float: right;
}
.youngtimer-product-middle td{
	color:#a2a2a2;
}
.youngtimer-product-middle td span {
    color: #fff;
	float: right;
    width: 35%;
}
.youngtimer-product-info td{
	padding-right: 30px;
}
.contact-footer-top-area .listview-gallery{
	/*padding-top:150px;*/
}
.contact-footer-top-area:after {
    /*clip-path: polygon(100% 60%, 100% 0%, 100% 100%,0 100%, 0 0);
    -webkit-clip-path: polygon(100% 60%, 100% 0%, 100% 100%,0 100%, 0 0);*/
}
.werkplts-diensten-diagonal{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 15%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 15%);
    width: 100%;
    height: 145px;
    background: #1c1c1c;
    position: absolute;
    top: 99%;
    left: 0px;
    z-index: 1;
}
.diensten-middle-content{
	padding-top:0px;
	margin-top: -30px;
}
.diensten-middle-content p{
	font-size: 14px;
	line-height: 26px;
	font-style: normal;
	font-family: 'NunitoSansRegular';
}
.overons-middle-content{
	padding-top:0;
	margin-top: 0;
}
.diensten-btm-slider .werkplts-diensten-diagonal{
	top: auto;
    bottom: 99%;
    clip-path: polygon(0% 20%, 100% 90%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0% 20%, 100% 90%, 100% 100%, 0 100%);
    background: #f6f6f6;
	height:285px;
}
.diensten-btm-slider:after{
	display:none;
}
.diensten-btm-slider .listview-gallery{
	background:#f6f6f6;
	padding: 60px 0 40px;
}
.diensten-btm-slider .each-product-slide{
	margin-bottom:75px;
}
.diensten-btm-slider  .section-heading h2{
	position: absolute;
    top: -100px;
    z-index: 2;
}
.tab-top-part .col-lg-5{
	position:static;
}
.btn-right{
	position:absolute;
	right:50px;
}
.gallery-top-image{
	overflow:hidden;
}
/*.gallery-top-image img{
	margin-top: -7%;
    margin-bottom: -7%;
}*/
.aanbod-details-area:after{
	right: 150px;
	height: 100%;
}
.aanbod-details-area{
	z-index: 3;
}
.cursor{
	cursor:pointer;
}
.desktop_view{
	display: block;
}
#mobile-contact-bar {
	display: none;
}
.mobile_view{
	display:none;
}
.mobile_view h5 span{
	padding: 0px 45px;
}
.overons-bg{
	height: 680px;
}
.commom-to-bg{
	height: 580px;
}
/*********************new add for home page**************/
.image-right-part{
	background-color: #161616;
	padding-top: 180px;
	padding-left: 70px;
}
.image-right-part h2{
	color: #fff;
	margin-bottom: 80px;
}
.image-right-part li{
	font-size:24px;
	font-family: 'NunitoSansRegular';
	letter-spacing: 0.5px;
	padding-bottom: 40px;
}
.image-right-part li a{
	color:#fff;
	opacity: 0.4;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.image-right-part li.active a{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.image-right-part a:hover{
	color: #fff;
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.middle-left-image{
	position: relative;
}
.middle-top-block{
	background-color: rgba(54,172,88,0.8);
	padding: 25px 50px 40px;
	position: absolute;
	right: 0;
	top: 90px;
	width: 590px;
}
.middle-top-block h6, .block-content p, .block-content h2{
	font-family: 'NunitoSansRegular';
	color: #fff;
	font-style: normal;
}
.block-content h2{
	margin-bottom: 30px;
}
.block-content {
	max-width: 420px;
	width: 100%;
	margin: 90px 0 120px;
}
.block-content p{
	text-align: justify;
	letter-spacing: normal;
	font-size: 16px;
	font-style: normal;
}
.block-btn h3{
	font-size: 72px;
}
.block-btn .common-btn{
	background: #fff;
	color: #1c1c1c;
}
.block-btn .common-btn:hover{
	background: #1c1c1c;
	color: #fff;
}
.listview-header{
	background-color: #161616;
	position: fixed;
}
.listview-banner .aanbod-heading{
 	max-width: 490px;
 	width: 100%;
 	margin:auto;
 }
 .listview-banner .aanbod-heading h3{
 	margin-bottom: 30px;
 }
 .listview-banner .inner-banner:after {
    opacity: 0.35;
}
.order-online a span{
	float: right;
	position: relative;
	left: 95px;
	margin-top: -5px;
}
.contact-each-part-dtl.common-heading-part h3{
	font-family: 'NunitoSansLight';
}
.contact-page-form-area .sec-heading-area .heading-border{
	padding-bottom: 0;
}
.contact-new-bottom-sec .aanbod-product-middle-area{
	padding: 100px 0;
}
.new-werkplts-btm-content {
	position: relative;
	padding-top: 100px;
}
.new-werkplts-btm-content:after {
    position: absolute;
    top:50px;
    left: -70px;
    width: 70px;
    height: 1px;
    background-color: #dfdfdf;
    content: '';
}
.werkplt-brand-images img{
	margin: 50px 50px 20px 0;
}
.form-styl.photo-upload{
	color: #b0b0b0;
    padding: 0;
    text-align: center;
}
.werkplt-form{
	padding-top: 20px;
}
.merchendies-top-slider .col-xl-5 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}
.merchendies-top-slider .col-xl-7 {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
}
.merchendies-haeder{
	position: relative;
	background-color: #161616;
}
.contact-new-bottom-sec{
	/*padding: 10px;*/
	padding: 0px;
}

/************new service iframe page*******************/
.service-dtl-iframe {
	width: 100%;
	height: 440px;
	background-color: #48c347;
}
.service-dtl-iframe iframe {
	width: 100%;
	height: 440px;
	border: 0px;
}
/***********************home*********************/
.home-banner-content {
	padding: 50px 60px 65px 60px;
}
.home-banner-content p {
	margin-bottom: 30px;
	font-size: 16px;
    font-family: 'NunitoSansRegular';
    font-style: normal;
}
.home-banner-content .common-btn:hover{
	background:#fff;
	color: #1c1c1c;
}
/************************bedankt*******************/
.bedankt-content {
	max-width: 924px;
}
.bedankt-content h1 {
	font-size: 60px;
}
.bedankt-content a {
	background-color: #fff;
	color: #1c1c1c;
	border: 1px solid #fff;
}
/********************collectie detail**************************/
/*.slider-big {
	overflow: hidden;
}
.slider-big img {
	margin: -30px 0px -26px 0px;
}*/
.service-dtl-iframe p{
	position: relative; 
	top: 50%; 
	left: 50%; 
	display: inline-block; 
	color: #fff;
}
.image-right-part li {
    color: #fff; 
	cursor: pointer;
    opacity: 0.4; 
    transition: all 0.5s; 
    -webkit-transition: all 0.5s;
}

.image-right-part .sub_active {
    opacity: 1;
}
.privacy_section{
  padding: 5% 0;
}
.privacy_section h3{
  color: #1c1c1c;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    border-color: rgba(255,255,255,0.2);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.2);
}
.d-inline-block .ros-lease-amount {
	display:inline-block;
}
.mm-menu .mm-listview > li .mm-arrow::after, .mm-menu .mm-listview > li .mm-next::after {
  border-color: #fff;
}
.mm-menu .mm-btn::after, .mm-menu .mm-btn::before {
  border-color: #fff;
}