@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	color: #fff;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#page{
	overflow: hidden;
}
/******************header area css*******************/
.header-area{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area.stiky{
	background: rgba(28,28,28,0.65);
  	border-color: #434343;
}
.customnav .navbar-brand img{
	margin-top: -5px;
	width: 224px;
}
.header-area:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	content: '';
	background-color: #005394;
}
.customnav .nav-item{
	margin-left: 50px;
	font-family: 'NunitoSansRegular';
	font-size:16px;
}
.customnav, .customnav.navbar-expand-lg .navbar-nav .nav-link{
	padding:0;
}
.customnav.navbar-expand-lg .navbar-nav .nav-link{
	position: relative;
	color: #fff;
}
.customnav .nav-link:after{
	width: 2px;
	height: 100%;
	content: '';
	background-color: #005394;
	height: 3px;
	bottom: -5px;
	left: 0;
	opacity: 0;
	position: absolute;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.customnav .nav-link:hover:after, .customnav .nav-link.active:after{
	width: 100%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	opacity: 1;
}
.dealer-area img{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.customnav .dealer-area{
	background-color: #005394;
	margin-right: 0;
	min-width: 260px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	position: relative;
	left: 30px;
	cursor: pointer;
	display: inline-block;
}
/************************************banner***************************/
.banner-area{
	position: relative;
}
.each-banner {
    height:100vh
}
.banner-content {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 100%;
   	z-index: 1;
}
.banner-buttons{
	margin-top: 30px;
}
.banner-buttons .common-btn{
	margin-right: 7px;
}
.scroll-button {
    left: 0px;
    bottom: 0px;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.scroll-button img {
    width: 16px;
    height: 16px;
    transform: rotate(-90deg);
}
.scroll-button-wrap{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: auto;
    background: #005394;
}
.customnav .dealer-area:hover{
	background-color: #1c1c1c;
}
/******************************* Product Css*****************************/
.product-section{
	background:#1c1c1c;
	padding:80px 0px;
}
.product-wrapper{
	padding: 0 100px;
}
.product-slider-panel{
	margin-top: 75px;
	position: relative;
}
.product-slider-panel .swiper-button-prev{
    left: -100px;
}
.product-slider-panel .swiper-button-next{
    right: -100px;
}
.each-product{
	cursor:pointer;
	position: relative;
}
.product-image{
	overflow: hidden;
}
.product-image img{
	margin-top: -10%;
	margin-bottom: -10%;
}
.product-details{
	position: relative;
	border:1px solid #6e6e6e;
	border-top:0;
}
.product-details:before{
	position:absolute;
	top:0px;
	left:0px;
	content:'';
	width: 100%;
    height: 5px;
    background-color: #1c436c;
	opacity:0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.each-product:hover .product-details:before{
	opacity:1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.product-details h6, .product-details td{
	color: #bcbcbc;
	font-size: 14px;
	font-family: 'NunitoSansLight';
}
.product-details td {
    padding: 24px 35px;
    border-right: 1px solid #6e6e6e;
}
.product-details td:last-child{
	border-right: 0;
}
.product-details h6{
	margin-top: 8px;
}
.product-details h5{
	text-align: right;
}
.product-details table{
    margin: auto;
}
.product-price{
	padding: 30px;
	border-bottom: 1px solid #6e6e6e;
}
.product-btn{
	margin-top: 60px;
}
/****************************middle sec************************/
.middle-sec .common-wrapper{
	padding-right: 0;
}
.left-content{
    padding: 0 150px;
}
.left-content p{
	margin: 40px 0;
}
.left-content h2{
	color: #1c1c1c;
}
.right-part{
	background-color: #005394;
	height: 480px;
}
.each-right-content p{
	color: #fff;
	width: 80%;
	display: inline-block;
}
.each-right-image img{
	display: none;
}
.right-txt a{
	float: right;
}
.arrow-box{
    width: 50px;
    height: 50px;
    border:1px solid #fff;
    border-radius: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    vertical-align: middle;
    justify-content: center;
    display: inline-flex;
}
.arrow-box img {
	width: 17px;
}
.right-part:nth-child(even){
	background-color: #1c1c1c;
}
.each-right-content a:hover .arrow-box, .arrow-box:hover{
	background-color: #fff;
}
.each-right-content a:hover .arrow-box img, .arrow-box:hover img{
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}
.right-img{
	display: none;
}
.right-txt{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 40px;
}
.each-right-content h2{
	padding-left: 40px;
	padding-top: 40px;
}
.right-slider-block{
	position: relative;
}
.right-slider-block .swiper-button-next{
	right: 0;
}
/***************************footer*********************/
.footer-area{
	background-color: #1c1c1c;
	overflow: hidden;
	position: relative;
	border-top: 5px solid #005394;
}
.each-footer-content p{
	line-height: 34px;
	margin-top: 40px;
	white-space: nowrap;
}
.each-footer-content p a, .each-footer-content p{
	color: rgb(255,255,255,0.5);
}
.each-footer-content{
	position: relative;
	padding-left: 140px;
	height: 100%;
	padding: 110px 0 110px 140px;
}
.each-footer-content:after{
	position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height:100%;
    content: '';
    background-color: #434343;
}
.footer-area .col-lg-4{
	-ms-flex: 0 0 39%;
    flex: 0 0 39%;
    max-width: 39%;
}
.footer-area .col-lg-8 {
    -ms-flex: 0 0 61%;
    flex: 0 0 61%;
    max-width: 61%;
}
.copyright-panel{
    position: absolute;
    padding: 55px 40px 40px 70px;
    bottom: 0;
}
.copyright-panel:after{
	position: absolute;
    top: 0;
    width: 50vw;
    height: 1px;
    content: '';
    background-color: #434343;
    right: 0;
}
.copyright-panel a{
	margin-right: 15px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.copyright-panel a:hover{
	opacity: 0.5;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.copyright-panel img {
    width: 18px;
    height: 18px;
}

.footer-logo{
	padding-left: 150px;
}
.footer-logo img{
	margin-top: -6px;
}
.footer-logo p{
	color: #fff;
    margin-top: 60px;
    opacity: 0.5;
    margin-right: 120px;
}
.each-footer-content h4{
	font-family: 'NunitoSansBold';
}
/*************************aanbod*******************/
.inner-banner-heading{
	padding: 12% 0 3%;
	text-align: center;
}
.filter-wrapper{
	max-width: 1330px;
	width: 100%;
	margin: auto;
}
.select-style {
    border: 2px solid #efefef;
    width: 100%;
    height: 58px;
    line-height: 56px;
    padding: 0px 20px;
    font-family: 'NunitoSansRegular';
    font-size: 14px;
    border-radius: 0px;
    background: transparent;
    color: #fff;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    background: #1c1c1c url(../images/drop.svg) no-repeat 90% /10px;
}
.aanbod-filter-sec .col-lg-3{
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.aanbod-filter-sec{
	background-color: #1c1c1c;
	padding: 90px 0;
}
.aanbod-product.product-section{
	padding: 0 0 100px;
}
.aanbod-product .product-slider-panel{
	margin-top: 0;
}
.aanbod-product .each-product{
	margin-bottom: 20px;
}
.aanbod-middle-area p{
	color: #fff;
	margin-left: 30px;
}
.aanbod-middle-area{
	max-width: 1060px;
	width: 100%;
	margin: 70px auto 90px;
}
/**********************acties listview******************/
.listview-sec{
	position: relative;
}
.left-part{
	position: relative;
}
.left-part:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 49%;
	height: 100%;
	content: '';
	background-color: #1c1c1c;
	z-index: 0;
}
.listview-sec .left-part:nth-child(even):after{
	right: 0;
	left: auto;
}
.each-left-content-wrapper {
    padding: 0 50px 50px;
    width: 50%;
}
.listview-sec .left-part:nth-child(even) .each-left-content-wrapper{
	margin-left: auto;
}
.listview-sec .each-left-content{
    padding-top: 0px;
    position: relative;
    width: 100%;
    z-index: 0;
    /*cursor: pointer;*/
    transition:all 0.5s;
	-webkit-transition:all 0.5s;
	padding: 0;
}
.listview-sec .each-left-content:after{
	position: absolute;
    top: 0;
    width: 52vw;
    height:calc(100% + 1px);
    content: '';
    background-color: #fff;
    z-index: -1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    left: -1px;
}
.listview-sec .left-part:nth-child(even) .each-left-content:after{
	left: auto;
    right: 0px;
}
.listview-sec .left-part .each-left-image{
	/*max-width: 481px;
	margin-left: auto;*/
	position: relative;
    z-index: 1;
}
.listview-sec .left-part:nth-child(even) .each-left-image{
	margin-left: -1px;
}
.listview-sec .left-part h2{
    color: #1c1c1c;
}
.listview-sec .each-left-content p{
	margin: 20px 0 70px;
	line-height: 38px;
}
.listview-sec .each-left-content:hover h2{
	color: #fff;
}
.listview-sec .each-left-content:hover:after{
	background-color: #1c436c;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.listview-sec .arrow-box {
    border: 1px solid #1c1c1c;
}
.listview-sec a .arrow-box img{
    filter: brightness(1) invert(1);
    -webkit-filter: brightness(1) invert(1);
}
.listview-sec .each-left-content:hover .arrow-box{
	border: 1px solid #fff;
	background-color: transparent;
 }
 .listview-sec .each-left-content:hover .arrow-box img{
	 filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.listview-sec .each-left-content:hover:after{
	background-color: #005394;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.listview-sec .each-left-content:hover h3, .listview-sec .each-left-content:hover p {
	color: #fff;
}

/*******acties top part****/
.listview-sec .acties-top-part-content .each-left-content-wrapper{
	padding: 0 150px;
    width: 100%;
}
.listview-sec .acties-top-part-content.each-left-content:hover:after{
	background-color: #fff;
}
.listview-sec .acties-top-part-content:hover p, .listview-sec .acties-top-part-content:hover h2{
	color: #1c1c1c;
}
.listview-sec .acties-top-part-content h2{
	margin-bottom: 40px;
}
.listview-sec .acties-top-part-content.each-left-content p {
	line-height: 28px;
	margin: 0;
}

/*****************acties dtl**********/
.common-header{
	background-color: #1c1c1c;
}
.back-btn{
	background-color: #1c1c1c;
	padding: 40px 0 40px;
}
.back-btn .common-btn{
	margin-right: 100px;
}
.top-content-wrap{
	max-width:900px; 
	width:100%;
	margin:auto;
}
.acties-dtl-top-sec{
	background-color: #1c1c1c;
	padding-bottom: 120px;
}
.acties-dtl-top-sec p{
	margin-top: 30px;
	color: #fff;
}
.acties-content-block h2{
	color: #1c1c1c;
}
.acties-content-block.left-content p{
	margin: 20px 0 0;
}
.acties-content-block{
	padding-top:150px;
	padding-bottom: 150px;
}
.acties-dtl-image-block .common-wrapper{
	padding-right: 0;
}
.acties-image-part img{
	display: none;
}
/*****form*****/
.form-styl {
	resize: none;
	background-color: transparent;
	border-radius: 0;
   	font-family: 'NunitoSansRegular';
	border:2px solid rgba(232,232,232,0.5);
	color: #fff;
	font-size:16px;
	padding: 0 30px;
    height: 58px;
    line-height: 56px;
}
.form-area .form-group {
	margin-bottom: 10px;
}
.form-styl:focus {
	box-shadow: none;
	background-color:transparent;
	color: #fff;
}
.form-styl:placeholder {
	color: #fff;
}
.form-styl:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}
.form-styl::placeholder {
	color: #fff;
	opacity: 1;
}
.form-area{
	background-color: #1c1c1c;
	padding: 50px;
	padding: 50px 60px;
}
.form-left-image img{
	display: none;
}
.form-left-area{
	background-color: #005394;
}
.address-area img {
    width: 16px;
    height: 16px;
    margin-right: 30px;
}
.address-area p{
	color: #fff;
}
.form-left-content-wrap{
	padding-left: 50px;
	padding-top: 50px;
}
.address-area{
	position: absolute;
	bottom: 0;
	padding-bottom: 50px;
}
.form-area.iframe-area{
	height: 420px;
	text-align: center;
	padding: 0;
}
.iframe-area .d-table{
	width: 100%;
}
/*****************vacature listview**************/
.vacature-list-part li{
	font-size: 24px;
	color: #fff;
	font-family: 'NunitoSansRegular';
	margin-bottom: 40px;
}
.vacature-list-part li:last-child{
	margin-bottom: 0;
}
.vacature-list-part img{
	width: 40px;
    margin-right: 40px;
}
.vacature-list-part{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
    z-index: 1;
}
/*********************vacature dtl*****************/
.vacature-content-wrapper{
	padding: 0 100px;
}
.vacature-btn-area{
	border-bottom: 1px solid #005394;
	padding-bottom: 30px;
}
.vacature-top-sec{
	padding: 70px 0;
}
.vacature-btn-area .common-btn{
	margin-right: 0;
}
.vacature-content table{
	width: 100%;
}
.vacature-content td{
	width: 50%;
	vertical-align: top;
}
.vacature-content td:nth-child(odd){
	padding-right: 25px;
}
.vacature-content td:nth-child(even){
	padding-left: 25px;
}
.vacature-content td p{
	color: #fff;
	margin-top: 20px;
}
.vacature-content{
	padding-top: 70px;
}
.vacature-left-area{
	position: relative;
    padding: 60px 25% 0px 0;
    height: 100%;
}
.vacature-left-area:after{
	position: absolute;
	top: 0;
	right: 0;
	width: 50vw;
	height: 100%;
	content: '';
	background-color:#005394;
	z-index: -1;
}
.vacature-left-area p{
	color: #fff;
	margin-top: 20px;
}
.vacature-right-area h4{
	color: #1c1c1c;
	margin-bottom: 20px;
}
.vacature-right-area{
	padding: 60px 100px 50px 150px;
}
.vacature-right-icon-part li{
	color: #1c1c1c;
	display: inline-block;
	margin-right:80px;
	font-size: 24px;
	font-family: 'NunitoSansRegular';
}
.vacature-right-icon-part li:last-child{
	margin-right: 0;
}
.vacature-right-icon-part img {
    width: 40px;
    margin-right: 40px;
    filter: brightness(1) invert(1);
    -webkit-filter: brightness(1) invert(1);
}
.vacature-right-icon-part ul{
	padding: 50px 0 80px;
	white-space: nowrap;
}
.vacature-right-area .common-btn{
	max-width: 320px;
}
.vacature-form-area{
	background-color: #1c1c1c;
	padding: 100px 0;
}
.vacature-form-area .form-area{
	padding: 0;
	width: 100%;
	max-width: 990px;
	margin: auto;
}
.vacature-form-area h2{
	margin-bottom: 40px;
}
.vacature-form-area .common-btn{
	max-width: 100%;
}
.vacature-form-area .form-styl{
	border: 2px solid #fff;
	color: rgba(255,255,255,0.5);
}
.vacature-form-area .form-styl:focus {
	color: rgba(255,255,255,0.5);
}
.vacature-form-area .form-styl:placeholder {
	opacity: 0.5;
}
.vacature-form-area .form-styl:-ms-input-placeholder {
	opacity: 0.5;
}
.vacature-form-area .form-styl::placeholder {
	opacity: 0.5;
}
.vacature-form-area .form-styl.foto_upload{
	background-color: #fff;
	color: #1c1c1c;
	border:2px solid #fff;
}
.foto_upload img{
	width: 20px;
	margin-left: 10px;
	margin-top: -4px;
}
/*********************contact*******************/
.map-sec .acties-content-block.left-content{
	padding-top: 140px;
	padding-bottom: 180px;
}
.contact-page-form-sec .form-area{
	background-color: #fff;
	padding: 60px;
}
.contact-page-form-sec .form-styl {
	border:2px solid #e8e8e8;
	color: #1c1c1c;
}
.contact-page-form-sec .form-styl:focus {
	color: #1c1c1c;
}
.contact-page-form-sec .form-styl:placeholder {
	color: #1c1c1c;
}
.contact-page-form-sec .form-styl:-ms-input-placeholder {
	color: #1c1c1c;
}
.contact-page-form-sec .form-styl::placeholder {
	color: #1c1c1c;
}
.contact-page-form-sec h2{
	font-family: 'NunitoSansRegular';
}
.form-left-area{
	height: 100%;
}
.contact-page-form-sec .address-area{
	position: relative;
	padding-bottom: 0;
}
.contact-page-form-sec .form-left-area{
	padding-top: 60px;
	padding-left: 150px;
}
.form-left-area h2{
	margin-bottom: 60px;
}
.contact-page-form-sec h4{
	font-family: 'NunitoSansBold';
	margin-bottom: 30px;
}
.opening-time p, .contact-page-form-sec .address-area p, .contact-page-form-sec .address-area p a{
	color: rgba(255,255,255,0.5);
}
.contact-page-form-sec .address-area p a:hover{
	color: #fff;
}
.opening-time p, .contact-page-form-sec .address-area p{
	line-height: 24px;
}
#mobile-contact-bar{
	display: none;
}
/*******************iframe area****************/
.iframe-area{
	padding: 170px 0 70px;
}
.iframe-header .customnav.navbar-expand-lg .navbar-nav .nav-link{
	color: #1c1c1c;
}
/*********************overons********************/
.member-slide{
	position: relative;
	background-color: #005394;
	height: 100%;
}
.member-info p{
	color: #fff;
	margin-top:20px;
}
.member-info .divider{
	border-top:1px solid #fff;
	margin:40px 0;
	width: calc(100% - 70px);
}
.member-info h4{
	font-family: 'NunitoSansBold';
}
.member-info h4 span{
	font-family: 'NunitoSansLight';
}
.member-info{
	padding: 50px 40px;
}
.member-image img{
	display: none;
}
.country-flags{
	margin-top: 30px;
}
.country-flags img{
	margin-right: 10px;
}
.member-right-area h2{
	color: #1a1a1a;
	font-size: 41px;
	margin-bottom: 30px;
}
.member-right-area{
	max-width: 750px;
    width: 100%;
    padding: 120px 0 170px 150px;
}
.swiper-arrows .common-arrow{
	background-color: transparent;
	width: auto;
	height: auto;
	display: inline-flex;
}
.swiper-arrows{
	width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
   	top: -30px;
   	z-index: 1;
   	left: 50%;
   	transform: translateX(-50%);
}
.swiper-arrows .common-arrow img{
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}
.tick-area ul{
	font-size: 0;
}
.tick-area ul li{
	width: 50%;
	display: inline-block;
    padding-left: 80px;
    position: relative;
    font-family: 'NunitoSansBold';
    font-size: 20px;
    color: #1c1c1c;
    margin-top: 80px;
    vertical-align: top;
    white-space: nowrap;
}
.tick-area ul li:before {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/checkmark.svg) no-repeat center center / 40px;
    content: '';
    width: 40px;
    height: 40px;
}
.overons-middle-sec .left-content p{
	margin-bottom: 0;
}
.counter-area li{
	font-family: 'NunitoSansBold';
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}
.counter-area li:last-child{
	margin-bottom: 0;
}
.counter-area li span{
    font-family: 'NunitoSansLight';
    font-size: 48px;
    width: 80px;
    display: inline-block;
    text-align: right;
    margin-right: 50px;
    vertical-align: middle;
}
.counter-area{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.overons-right-content-block p{
	color: #fff;
	margin-top: 20px;
}
.overons-right-content-block{
	background-color: #1c1c1c;
}
.overons-content-wrap{
	max-width: 750px;
    width: 100%;
    padding: 80px 0px 80px 150px;
}
.overons-middle-sec .left-content {
    max-width: 750px;
    width: 100%;
    padding-right: 0;
}
.overons-middle-sec .left-content h2{
	font-size: 34px;
}
.overons-bottom-slider .common-arrow img {
    width: 17px;
    height: 17px;
}
.overons-bottom-slider .common-arrow{
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 100%;
	background-color: transparent;
}
.overons-bottom-slider .swiper-button-prev{
	left: 50px;
}
.overons-bottom-slider .swiper-button-next{
	right: 50px;
}
.each-bottom-slide{
	position: relative;
}
.each-bottom-slide:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgb(0,0,0,0.2);
}
.each-bottom-slide-btn{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 1;
	display: none;
}
.each-bottom-slide-btn .common-btn{
	max-width: 100%;
	font-size: 24px;
	font-family: 'NunitoSansBold';
}
.overons-bottom-slider .swiper-slide-active .each-bottom-slide-btn{
	display: block;
}
/************************aanbod dtl********************/
.dtl-wrapper{
	height: 870px;
    display: flex;
    flex-direction: row;
}
.thumbs-wrapper {
    position: relative;
    width: 266px;
    left: 0px;
    height:100%;
    z-index: 9;
}
.Thumbs {
    flex-basis: 100px;
    height: 100%;
}
.gallery-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.Gallery {
    width: 100%;
    height: 100%;
}
.dtl-wrapper .swiper-slide img {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
}
.dtl-wrapper .swiper-slide .gallery-top-image img{
	margin-top: -10%;
	margin-bottom: -10%;
}
.thums-img, .gallery-img{
	height:100%;
}
.aanbod-details-slider-area .swiper-button-next{
	right:60px;
}
.aanbod-details-slider-area .swiper-button-prev{
	left:60px;
}
.aanbod-details-slider-area .common-arrow{
	width: auto;
	height: auto;
	background-color: transparent;
}
.aanbod-details-slider-area .swiper-pagination{
	width: 60px;
    height: 60px;
    text-align: right;
    right: 0;
    background: #005394;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    bottom: 0;
    font-size: 16px;
	font-family: 'NunitoSansBold';
}
.aanbod-details-slider-area .Thumbs .common-arrow{
	bottom: 20px;
    top: auto;
    transform: rotate(90deg);
    right: 0;
    width: 100%;
}
.aanbod-details-slider-area .Thumbs .swiper-button-prev.common-arrow{
	bottom: auto;
	top: 20px;
	left: 0;
}
.aanbod-details-slider-area .common-arrow img {
    width: 26px;
    height: 26px;
}
/***************responsive data table*******************/
.table-panel .table-bordered {
	border: none;
	width: 100%;
}
.table-panel .table-bordered td, .table-bordered th {
	border: none;
}
.table-panel .table-striped tbody tr:nth-of-type(odd) {
	background-color: transparent;
}
.table-panel table tr td, .table-panel table tr th  {
  	font-family: 'NunitoSansRegular';
    font-size: 16px;
    padding-right:70px;
	color:#fff;
	font-weight: normal;
	letter-spacing: 0.2px;
}
.table-panel table tr th:last-child, .table-panel table tr td:last-child{
	padding-right:0;
}
.data-table-wrapper{
	max-width: 1160px;
    width: 100%;
    margin: 0 auto 40px;
}
.divider{
	border-top:1px solid #535353;
	margin: 40px 0;
}
.tab-upper-area{
	background-color: #242424;
}
.tab-upper-wrap{
	max-width: 1050px;
    margin: auto;
    width: 100%;
}
.man-image img{
	display: none;
}
.man-info{
	padding: 0 30px;
	background-color: #242424;
	height: 100%;
}
.man-info h4{
	font-family: 'NunitoSansBold';
}
.man-info h4 span{
	font-family: 'NunitoSansLight';
}
.man-info h6 {
	margin-top: 30px;
}
.man-info a{
	color: #808080;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.man-info a:hover{
	color: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.btn-wrapper .common-btn{
	max-width: 100%;
	margin-bottom: 15px;
}
.man-area-wrapper .col-lg-7{
	-ms-flex: 0 0 57%;
	flex: 0 0 57%;
	max-width: 57%;
}
.man-area-wrapper .col-lg-5{
	-ms-flex: 0 0 43%;
	flex: 0 0 43%;
	max-width: 43%;
}
.btn-wrapper .common-btn:last-child{
	margin-bottom: 0;
}
/****************tab*************/
.aanbod-detail-tab-sec{
	background-color: #1c1c1c;
	padding-top: 60px;
}
.aanbod-detail-tab-sec .nav-tabs {
	border-bottom: 0px;
}
.aanbod-detail-tab-sec .tab-sec .nav-tabs .nav-item {
	border-bottom: none;
	width: 25%;
	text-align: center;
	background-color: #242424;
	font-size: 16px;
	font-family: 'NunitoSansRegular';
}
.aanbod-detail-tab-sec .nav-tabs .nav-link {
	border-top-left-radius: 0rem;
	border-top-right-radius: 0rem;
	border: none;
	padding: 16px 0;
	color: #fff;
}
.aanbod-detail-tab-sec .nav-tabs .nav-link.active {
	background-color: #ffffff;
	color: #1c1c1c;
}
.aanbod-detail-tab-sec .tab-content p{
	color: #fff;
	 font-family: 'NunitoSansLight';
	 font-size: 16px;
}
.aanbod-detail-tab-sec .tab-content{
	padding: 70px 30px 140px;
}
.aanbod-detail-tab-sec .tab-content .tab-pane .tab_hedaing {
	padding-bottom: 20px;
}
.aanbod-detail-tab-sec .bullet-panel li:after {
    padding-left: 15px;
    background-size: 7px;
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url('../images/bullet.svg');
    background-repeat: no-repeat;
}
.aanbod-detail-tab-sec .tab-content ul li {
	font-family: 'NunitoSansRegular';
	font-size: 16px;
	color: #fff;
	padding-bottom: 10px;
	word-break: break-word;
}
.aanbod-detail-tab-sec .tab-content .kenmerken-tab ul li:nth-child(even) {
   color: #fff;
    font-family: 'NunitoSansRegular';
}
.aanbod-detail-tab-sec .bullet-panel ul li {
	padding-left: 20px;
	position:relative;
	font-family: 'NunitoSansRegular';
}
.aanbod-detail-tab-sec .tab-content .tab-pane .tab_hedaing h4 {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	text-transform: uppercase;
	padding-top: 15px;
}
.bullet-panel{
	margin-bottom:20px;
}
.kenmerken-tab ul li:nth-child(odd) {
	background-image: url('../images/bullet.svg');
    background-repeat: no-repeat;
    background-position: left top 8px;
    padding-left: 20px;
    background-size: 7px;
    color: #a9a9a9;
}
.kenmerken-tab ul li {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	font-family: 'NunitoSansRegular';
}
.tab-sec{
	max-width: 1040px;
	width: 100%;
	margin:auto;
}
/*******form*******/
.aanbod-dtl-form-sec h3{
	color: #1c1c1c;
	margin-bottom: 40px;
}
.aanbod-dtl-form-sec.contact-page-form-sec .form-area{
	background-color: #fff;
	max-width: 990px;
	padding: 0;
	width: 100%;
	margin:auto;
}
.aanbod-dtl-form-sec{
	padding: 100px 0;
}
.contact-page-form-sec.aanbod-dtl-form-sec .form-styl{
	padding: 0 40px;
}
.aanbod-dtl-product-sec{
	padding-top: 50px;
}
/******************thanku****************/
.thank-u .common-btn{
	background-color: #fff;
	border:2px solid #fff;
	color: #1c1c1c;
}
.thank-u .common-btn:hover{
	background-color: #005394;
	border:2px solid #005394;
	color:#fff;
}
/*************************pop up*********************/
.modal-area .left-part:after{
	display: none;
}
.modal-area .modal-dialog{
	max-width: 960px;
	margin-top: 12%;
}
.modal-area .each-left-content{
	padding: 150px 100px 0 40px;
}
.modal-area .each-left-content h3{
	color: #1c1c1c;
}
.modal-area .each-left-content p{
	margin-top: 20px;
	font-family: 'NunitoSansLight';
	line-height: 34px;
}
.close-img-wrap{
	position: absolute;
    top: 40px;
    right: 30px;
    width: 50px;
    height: 50px;
    border: 1px solid #1c1c1c;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.close-img img{
	width: 12px;
}
.modal-area .arrow-box{
	border: 1px solid #1c1c1c;
	margin-top: 120px;
}
.modal-area .arrow-box img{
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}
.modal-area a:hover .arrow-box{
	background-color: #1c1c1c;
}
.modal-area a:hover .arrow-box img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.modal-area .modal-content{
	border: 0;
	border-radius: 0;
}
#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{
	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;
  height: 148px;
}
.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;
}
.foto_upload {
	color: #fff;
}
.privacy{
	margin-top: 150px !important;
}
.whatsapp-fixed{
	position: fixed;
	bottom: 10%;
	right: 50px;
	z-index: 9999;
}
.whatsapp-fixed img{
	width: 50px;
}
.iframe_bg{  
	background-color: #fff;
}
.iframe_styl{
	width: 100%;
    height: 2000px;
}
.counterimage {
    width: 100%;
}
.counter-area.new-counter-area li span{
	width: 120px;
	text-align: center;
	margin-right: 20px;
}
.header-logo{
	width: 69px;
}
@media(max-width: 1499.98px){
	.counter-area.new-counter-area li span {
    	width: 80px;
    }
}
@media(max-width: 1199.98px){
	.counter-area.new-counter-area li span {
    	width: 60px;
    	font-size: 28px;
    }
    .counter-area li{
    	font-size: 18px;
    }
}
@media(min-width:992px){
	.back-btn, .aanbod-details-slider-area{
		padding-top: 120px;
	}
}
