@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	color: #fff;
}
.dblock {
	display: none;
}
/**********top bar***********/
.header-top-bar{
	background-color:#f7f7f7;
	position:relative;
	padding: 12px 0;
}
.header-top-bar img{
	width:16px;
	opacity:0.5;
}
.header-top-bar a{
	margin-left:25px;
}
.header-top-bar a:hover img{
	opacity:1;
}
.header-top-group{
	position:absolute;
	top:0;
	left:30px;
	height: 100%;
	width: 46%;
}
.header-top-group li, .menu-top-area li {
	font-family: 'NunitoSansBold';
	color: #1c1c1c;
	font-size: 16px;
	display: inline-block;
}
.header-top-group li{
	width: 25%;
	text-align: center;
	height: 100%;
	line-height: 45px;
}
.header-top-group li.active{
	background-color:#fff; 
	color: #2f385d;
}
.header-top-group a{
	margin-left: 0;
}
.header-top-group ul{
	font-size: 0;
	height: 100%;
}
.header-top-group li:hover{
	background-color: #fff;
}
.header-top-group a:hover li{
	color: #2f385d;
}
/**************menu top************/
.menu-top-area li{
    border: 2px solid #efefef;
    padding: 15px 25px;
    margin-left: 3px;
}
.contact-address img {
    width: 13px;
    margin-right: 15px;
}
.menu-top-area li:nth-child(1) img, .menu-top-area li:nth-child(2) img {
    /*transform: rotate(100deg);*/
}
.ph-img{
	transform: rotate(100deg);
}
.menu-top-area{
	padding: 15px 0;
}
.menu-area-wrapper{
	max-width: 1198px;
	width: 100%;
	margin-left: auto;
}
.main-nav{
	position: relative;
	overflow-x: hidden;
}
/**********navbar******/
.common-right-padding{
	padding-right: 60px;
}
.desktop-nav{
	padding: 0;
}
.desktop-nav:after{
	width: 100vw;
	height: 100%;
	background-color: #30385d;
	left: 0;
	position: absolute;
	top: 0;
	content: '';
	z-index: -1;
	clip-path: polygon(3% 0, 100% 0%, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(3% 0, 100% 0%, 100% 100%, 0% 100%);
}
.logo{
	position: absolute;
	left: 100px;
	top: 50%;
    transform: translateY(-50%);
}
.desktop-nav .nav-item{
	margin-left: 126px;
	font-size: 15px;
    font-family: 'NunitoSansRegular';
	padding:25px 0;
	position:relative;
}
.desktop-nav .navbar-nav .nav-link{
	color:#fff;
	position:relative;
	padding:0;
	opacity: 0.5;
}
.desktop-nav .navbar-nav .nav-link:hover, .desktop-nav .active .nav-link,
.desktop-nav .navbar-nav .nav-link:focus{
	color:#fff;
	opacity: 1;
}
/*================================banner================================*/
.banner-video-wrap{
	position: relative;
}
.banner-video-wrap:before{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    background-image: url(../images/gradient2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.banner-area p{
	color: #fff;
	font-size: 24px;
	line-height:40px;
	/*padding-left:30px;*/
}
.banner-area{
	position: relative;
	overflow: hidden;
	margin-top: -1px;
}
.each-banner{
	height: 80vh;
}
.banner-content{
	position:absolute;
	top:45%;
	transform:translateY(-50%);
	width:100%;
	z-index:9;
}
.banner-content-wrapper{
	max-width:700px;
	width:100%;
}
.banner-content-wrapper img.w-100{
	max-width: 380px;
}
.selectbox-area{
	background-color:rgba(0,0,0,0.2);
	padding:30px 30px 70px;
	margin-top:50px;
}
.each-selectbox .select-style{
	border:0px;
	border-radius:0px;
	color:#fff;
	font-family: 'NunitoSansBold';
	font-size:16px;
	background-color:#2f385d;
	padding:17px 25px;
	width:100%;
	appearance:none;
	-webkit-appearance: none;
	position:relative;
	background-image:url('../images/white-triangle.svg');
	background-position:90% center;
	background-size:12px;
	background-repeat:no-repeat;
}
.form-button .common-btn{
	max-width:none;
	margin-top:18px;
}
.selectbox-area-wrapper{
	max-width:540px;
	width:100%;
}
.selectbox-area-wrapper h2{
	margin-bottom:30px;
	color:#fff;
}
.banner-content-wrapper > h1{
	/*padding-left:30px;*/
}
.banner-bottom-content{
	width:100%;
	position:absolute;
	background-color:#2f385d;
	bottom:0px;
	left:0px;
	z-index:9;
}
.banner-area .swiper-button-prev, .product-slider-section .swiper-button-prev{
	transform: rotate(180deg);
}
.banner-bottom-content .car-images ul{
	text-align:right;
	padding:25px 0px;
}
.banner-bottom-content .car-images ul li{
	display:inline-block;
	padding:0px 30px;
}
.banner-bottom-content .car-images ul li a{
	padding:0px 40px;
}
.banner-bottom-content .car-images ul li:last-child{
	padding-right:0px;
}
.banner-area .banner-bottom-left-text p{
	font-size:24px;
	padding-left:60px;
}
.banner-bottom-left-text{
	padding-top:30px;
}
.banner-bottom-content > .col-lg-3:after{
	position:absolute;
	width:100vw;
	height:calc(100% + 25px);
	background-color:#384269;
	content:'';
	bottom:0px;
	right:-40px;
	z-index:-1;
	clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}
.banner-bottom-left-content{
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
}
/*================================ Product Slider Section ================================*/
.product-slider-section{
	padding:60px 0px;
	background-color:#f7f7f7;
}
.product-details{
	background:#fff;
	padding:30px 25px;
}
.product-details h3{
	color:#4c4c4c;
}
.product-details p{
	font-size:14px;
	color:#4c4c4c;
}
.product-details table{
	width:100%;
}
.product-details table tr td p{
	font-family: 'NunitoSansLight';
	font-size:15px;
}
.product-details table tr td p span{
	margin:0px 10px;
}
.product-details table tr td h5{
	font-size:20px;
	font-family: 'NunitoSansRegular';
	color:#4c4c4c;
	text-align:right
}
.divider{
	width:100%;
	height:1px;
	background:#f2f2f2;
	margin:15px 0px 25px;
}
.product-details h4, .product-details p{
	padding-left:10px;
}
.product-details h5{
	padding-right:10px;
}
.common-heading-part{
	padding-bottom:40px;
	border-bottom:1px solid #dfdfdf;
	margin-bottom:50px;
}
.product-heading-section .common-arrow img{
	filter:invert(1)
}
.product-heading-section .common-arrow{
	border:2px solid #cbcbcb;
	transform: translateY(0);
}
.product-slider-arrows{
	position:relative;
	z-index:99;
}
.product-slider-arrows{
	position:absolute;
	right:0px;
	top:0;
	z-index:999;
}
.product-heading-section .common-arrow.swiper-button-prev{
	/*margin-top:-27px;*/
	left: auto;
    right: 70px;
}
.product-slider-button{
	padding-top:60px;
}
/*================================ Border-blog-area Section ================================*/
.border-blog-area{
	padding:90px 0px;
	position:relative;
}
.border-blog-area:after {
    position: absolute;
    bottom: -100px;
    right: 0;
    background-position: bottom right;
    background-size: contain;
    content: '';
    width: 50%;
    background-image: url('../images/bg-img.png');
    background-repeat: no-repeat;
    height:100%;
    z-index: -1;
}
.border-section-left-part a.common-btn{
	margin-top:90px;
}
.border-section-left-part{
	padding-right:60px;
}
.each-border-blog{
	border:2px solid #f4f4f4;
	padding:30px;
	margin-bottom:30px;
}
.each-border-blog h4{
	font-family: 'NunitoSansBold';
	margin-bottom:15px;
}
.each-border-blog:hover{
	border:2px solid #2f385d;
}
/*================================ Counter-section ================================*/
.counter-section{
	background-color:#2f385d;
	padding:70px 0px;
}
.each-counter-img{
	display: inline-block;
	margin-right: 30px;
}
.each-counter-block img{
	width: 50px;
}
.each-counter-block .car-img{
	width: 70px;
}
.each-counter-block h3{
	color: #fff;
	display: inline-block;
    vertical-align: top;
    text-align: left;
}
.counter-section .col-lg-4:last-child .each-counter-block{
	text-align: right;
}
.counter-section .col-lg-4:nth-child(2) .each-counter-block{
	text-align: center;
	padding-left: 100px;
}
/*================================footer-upper-section ===============================*/
.grecaptcha-badge {
	z-index: 1;
}
.footer-left-pic img{
	display:none;
}
.footer-upper-blog-area{
	background:#fff;
	background-image: linear-gradient(#fff 55%, #f7f7f7 45%);
	padding:60px 50px 50px;
}
.footer-upper-blog-wrapper{
	max-width:650px;
	width:100%;
	margin:0px auto;
}
/*.blue-wrapper{
	background-color:#2f385d;
	padding:30px 0px;
	margin:60px 0px;
	position:relative;
}*/
.blue-wrapper ul{
	display: inline-block;
    background-color: #2f385d;
    padding: 30px 0px;
    margin: 60px 0px;
    position: relative;
    width: 100%;
    text-align: center;
}
.blue-wrapper ul li{
	line-height: 36px;
    position: relative;
	padding-left: 20%;
	text-align: left;
}
.blue-wrapper ul li:before{
	content: '.';
    font-size: 60px;
    position: absolute;
    top: -20px;
    left: 13%;
}
.blue-wrapper ul:after {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #2f385d;
    content: '';
    position: absolute;
    top: 99%;
    left: 30px;
}
.footer-upper-blog-wrapper a.common-btn{
	margin-top:40px;
}
/********************footer**************/
.footer-area{
	background-color: #1c1c1c;
	padding: 85px 0 65px;
}
.footer-content-wrapper{
	max-width: 1080px;
	width: 100%;
	margin: 60px auto 0;
}
.each-footer-content {
    max-width: 245px;
    width: 100%;
}
.each-footer-content h6{
	margin-bottom: 20px;
}
.each-footer-content ul li {
    margin-bottom: 20px;
}
.each-footer-content ul li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    padding-bottom: 7px;
    border-bottom: 1px solid #505051;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-family: 'NunitoSansRegular';
    opacity: 0.5;
}
.each-footer-content ul li a:hover, .each-footer-content ul li.active a {
    border-bottom: 1px solid #2f385d;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 1;
}
.logo-panel img{
	display: block;
	/*opacity: 0.5;*/
	margin-bottom: 30px;
}
.logo-panel h6{
	white-space: nowrap;
}
.logo-panel{
	max-width: 100%;
}
.each-footer-content p {
    line-height: 25px;
    color: rgba(255,255,255,0.5);
}
.each-footer-content p a:hover{
	color: #fff;
}
.each-footer-content p img {
    width: 14px;
    margin-right: 20px;
    margin-left: -38px;
}
.each-footer-content ul li a:after {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    right: 0px;
    width: 10px;
    height: 10px;
    background: url(../images/next-white.svg) no-repeat center center/cover;
    content: '';
    opacity: 0.5;
}
.each-footer-content ul li a:hover:after, .each-footer-content ul li.active a:after {
    opacity: 1;
}
.footer-content-right {
/*    padding-left: 30px;*/
}
.common-border h3 {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 35px;
    margin-bottom: 40px;
}
/**********************************group floder*********************************************/
/*-------experties listview--------*/
.inner-page-banner{
	position: relative;
}
.inner-banner-content{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
}
.inner-banner-content h1{
	margin-bottom: 0;
}
.each-listview-content{
	background-color: #2f385d;
    padding: 100px 120px;
    max-width: 744px;
    width: 100%;
    margin-left: auto;
	position:relative;
	z-index:1;
	border-left: 10px solid #fff;
}
.each-listview-content p{
	color:#fff;
	margin:25px 0 70px;
	font-family: 'NunitoSansLight';
}
.experties-listview{
	padding-top:80px;
}
.experties-listview-img{
	position: absolute;
    top: 0;
    width: 52%;
	left:0;
}
.each-listview-wrapper{
	margin-bottom:80px;
	position: relative;
}
.each-listview-wrapper:nth-child(even) .experties-listview-img{
	left:auto;
	right:0;
}
.each-listview-wrapper:nth-child(even) .each-listview-content{
	margin-right:auto;
	text-align: right;
	border-left:0;
	border-right: 10px solid #fff;
}
.experties-listview-img img{
	display:none;
}
.each-listview-content h3{
	color: #fff;
}
/*---------------------experties dtl-----------------------*/
.experties-dtl-btn{
	background-color: #f7f7f7;
	padding-top: 40px;
}
.experties-dtl-content-wrapper table {
    width: 100%;
}
.experties-dtl-content-wrapper table td:nth-child(odd) {
    padding-right: 50px;
}
.experties-dtl-content-wrapper table td:nth-child(even) {
    padding-left: 50px;
}
.experties-dtl-content-wrapper table td {
    width: 50%;
    vertical-align: top;
    text-align: justify;
}
.experties-dtl-content{
	background-color: #f7f7f7;
}
.experties-dtl-content-wrapper{
	padding-bottom: 150px;
    padding-top: 80px;
}
.experties-dtl-content h3{
	padding-bottom: 50px;
}
.experties-dtl-img-content{
	position: relative;
    background-color:#30385d;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
}
.diensten-dtl-img-content{
	margin: 70px 0;
}
.left-content h3, .left-content p, .left-content h2{
	color: #fff;
}
.experties-right-img-wrapper{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border-left: 10px solid #fff;
}
.experties-right-img-wrapper img{
	display: none;
}
.left-content{
	padding: 60px 0 80px;
}
.left-content p{
	margin: 50px 0 35px;
}
.left-content-wrapper{
	max-width: 645px;
	width: 100%;
}
.contact-form-address p{
	font-size: 17px;
	line-height: 30px;
}
.contact-form-address p span{
	color: #2f385d;
	font-family: 'NunitoSansBold';
}
.form-styl {
	resize: none;
	background-color: transparent;
	border-radius: 0;
	font-family: 'NunitoSansLight';
	border:0px;
	border-bottom: 1px solid rgba(148,148,148,0.30);
	color: #2f385d;
	font-size:16px;
	height: auto;
    padding: 0 0 30px;
    line-height: normal;
}
.form-area .form-group {
	margin-bottom: 8px;
}
.form-area .common-btn{
	margin-top:12px;
}
.form-styl:focus {
	box-shadow: none;
	border-bottom: 1px solid rgba(148,148,148,0.30);
	background-color:transparent;
	color:#2f385d;
}
.form-styl:placeholder {
	color: #2f385d;
}
.form-styl:-ms-input-placeholder {
	color: #2f385d;
}
.form-styl::placeholder {
	color: #2f385d;
}
.form-panel{
	position: relative;
	padding: 60px 0 35px 150px;
}
.form-panel:after{
	position: absolute;
	top: 0;
	width: 52vw;
	left: 0;
	background-color: #f7f7f7;
	content: '';
	height: 100%;
	z-index: -1;
}
.contact-form-area{
	overflow-x: hidden;
}
.form-panel .common-btn{
	margin-top: 30px;
}
.address-panel-wrapper{
	max-width: 460px;
	width: 100%;
}
.contact-form-address{
	padding-top: 60px;
	padding-right: 60px;
}
.contact-form-address .menu-top-area li{
	padding: 15px 20px;
	width: 100%;
}
.form-panel h3{
	margin-bottom: 35px;
}
.contact-form-address .menu-top-area li img{
    transform: rotate(0deg);
}
.contact-form-address .menu-top-area li .ph-img{
	transform: rotate(100deg);
}
.contact-form-address .menu-top-area{
	padding: 75px 0 0;
}
.contact-form-address h3{
	padding-bottom: 45px;
}
/*--------------------contact_v2-------------------------*/
.map{
	height: 400px;
}
.each-contact-info{
	margin-top: 30px;
}
.each-contact-info .contact-form-address h3{
	padding-bottom: 25px;
	margin-bottom: 20px;
}
.each-contact-info .address-panel-wrapper {
    max-width: 600px;
}
.each-contact-info .menu-top-area li{
	margin-bottom: 8px;
	margin-left: 0;
}
.contact-form-area .each-contact-info .menu-top-area{
	padding: 0;
}
.contact-form-area .each-contact-info p{
	margin-bottom: 35px;
}
/**************************************x*****************************************************************/
/*------------------rental contact_v2-------------------------*/
.rental-contact-page .each-contact-info{
	margin-top: 0;
}
/*----------------------------------aanbod detail----------------------------------*/
/*==============slider====================*/
.thumbnil-slider{
	position:relative;
}
.thumbnil-slider .gallery-top{
	background-color:#000;
}
.thumbnil-slider .gallery-top .swiper-button-next {
    right: 14%;
}
.thumbnil-slider .gallery-top .swiper-button-prev {
    left: 14%;
}
.thumbnil-slider .gallery-top .common-arrow img {
	filter:brightness(0) invert(1);
}
.thumbnil-slider .gallery-top .swiper-slide-prev,.thumbnil-slider .gallery-top .swiper-slide-next {
    opacity: 0.4;
}
.thumbnil-slider .gallery-thumbs{
	margin-top: 8px;
}
/*====================tab upper part======================*/
.tab-upper-area{
	background-color: #f7f7f7;
	padding: 40px 0;
}
.tab-upper-area table {
    width: 100%;
}
.tab-upper-area tr td:first-child {
    font-style: italic;
}
.tab-upper-area tr td {
    font-size: 16px;
	font-family: 'NunitoSansLight';
    color: #121212;
    padding-bottom: 10px;
    font-style: normal;
}
.tab-upper-area h3{
	color: #121212;
}
.common-wrapper{
	padding-left: 50px;
}
/*======================tab=====================*/
.aanbod-detail-tab-sec{
	padding: 50px 0 100px;
}
.tab-content-wrapper{
	padding-right: 50px;
}
.aanbod-detail-tab-sec .nav-tabs {
	padding-bottom: 25px;
}
.aanbod-detail-tab-sec .tab-sec .nav-tabs .nav-item {
	border-bottom: none;
	/*width: 27%;*/
	width: 100%;
	max-width: 260px;
	text-align: center;
	background-color: transparent;
	font-size: 16px;
    font-family: 'NunitoSansBold';
	background-color: transparent;
	margin-right: 10px;
}
.aanbod-detail-tab-sec .tab-sec .nav-tabs .nav-item a:hover{
	color: #fff;
	background-color: #2f385d;
	border:2px solid #2f385d;
}
.aanbod-detail-tab-sec .nav-tabs .nav-link {
	border-top-left-radius: 0rem;
	border-top-right-radius: 0rem;
	border: none;
	padding: 15px 0;
	color: #121212;
	border:2px solid #efefef;
}
.aanbod-detail-tab-sec .nav-tabs .nav-link.active {
	background-color: #2f385d;
	border:2px solid #2f385d;
	color: #fff;
}
.aanbod-detail-tab-sec .tab-content {
	padding-top: 40px;
}
.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/bullet2.svg');
    background-repeat: no-repeat;
}
.aanbod-detail-tab-sec .tab-content ul li {
    font-family: 'NunitoSansBold';
	font-size: 16px;
	color: #1c1c1c;
	padding-bottom: 6px;
	word-break: break-word;
}
.aanbod-detail-tab-sec .tab-content .row_col ul li {
	width:23%;
}
.aanbod-detail-tab-sec .tab-content .kenmerken-tab ul li:nth-child(even) {
   color: #1c1c1c;
   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: #1c1c1c;
	border-bottom: 1px solid #1c1c1c;
	padding-bottom: 10px;
	text-transform: uppercase;
	padding-top: 15px;
	font-family: 'NunitoSansBold';
}
.bullet-panel{
	margin-bottom:20px;
}
.kenmerken-tab ul li:nth-child(odd) {
	background-image: url('../images/bullet2.svg');
    background-repeat: no-repeat;
    background-position: left top 10px;
    padding-left: 20px;
    background-size: 7px;
}
.kenmerken-tab ul li {
	width: 45%;
	display: inline-block;
	vertical-align: top;
    font-family: 'NunitoSansBold';
}
/*=================right part================*/
.dtl-man-area{
	/*padding-top: 65px;*/
	padding-top: 40px;
}
.dtl-man-img {
    display: inline-block;
    width: 120px;
}
.dtl-man-content {
    display: inline-block;
    padding-left: 25px;
}
.dtl-man-img img {
    border-radius: 100%;
}
.dtl-man-content h4, .dtl-man-content h5{
	color:#1c1c1c;
	font-size:18px;
	line-height: 23px;
}
.dtl-man-content h4{
	font-family: 'NunitoSansBold';
}
.dtl-man-content h5 {
	font-family: 'NunitoSansRegular';
	margin-top: 20px;
}
.right-side-btn .common-btn{
	max-width: 100%;
}
.right-side-btn .border-btn{
	border:2px solid #efefef;
	margin-top: 10px;
}
.right-side-btn .border-btn:hover{
	border:2px solid #1c1c1c;
	background-color: #1c1c1c;
	color: #fff;
}
.right-side-btn{
	margin-top: 25px;
}
.dtl-page-contact-panel img{
	width: 13px;
	margin-right: 20px;
}
.dtl-page-contact-panel p{
	font-family: 'NunitoSansBold';
	position: relative;
	padding-left: 55px;
	margin-bottom: 40px;
}
.dtl-page-contact-panel span{
	float: left;
	margin-bottom: 40px;
}
.dtl-page-contact-panel p:after {
    position: absolute;
    top: 6px;
    left: 20px;
    content: '';
    width: 20px;
	height: 20px;
    background-image: url('../images/pin.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    transform: rotate(0deg);
}
.dtl-page-contact-panel p:nth-child(2):after{
	background-image: url('../images/pin.svg');
	transform: rotate(0deg);
	width: 20px;
	height: 20px;
}
.dtl-page-contact-panel{
	width: 50%;
    margin: 25px auto 0;
}
.aanbod-dtl-product-slider{
	background-color: #fff;
	padding-bottom: 100px;
}
.aanbod-dtl-product-slider .product-details{
	background-color: #f7f7f7;
}
/*------------------werkpts dtl/diensten dtl-------------------------*/
.swiper-arrows .common-arrow {
    background:transparent; ;
    border: 2px solid rgba(28,28,28,0.2);
}
.swiper-arrows{
	position: absolute;
	top: -90px;
	right: 0;
}
.swiper-arrows .swiper-button-next{
	right: 0;
}
.swiper-arrows .swiper-button-prev{
	right: 57px;
	left: auto;
}
.each-werkplts-slide{
	position: relative;
	cursor: pointer;
}
.werkplts-slider-content{
	position: absolute;
	bottom: 0;
	padding: 25px 0;
	background-color: rgba(47,56,93,0.8);
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.werkplts-slider-content h4{
	color: #fff;
	font-family: 'NunitoSansBold';
}
.each-werkplts-slide:hover .werkplts-slider-content{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.werkplts-dtl-slider{
	padding: 90px 0 60px;
}
.werkplts-slider-wrapper{
	position: relative;
}
.werkplts-slider-wrapper .swiper-arrows {
    right: 60px;
}
/*==============================aanbod=========================================*/
.aanbod-select .each-selectbox{
	margin-bottom: 20px;
}
.aanbod-select{
	padding: 20px 0 40px;
	background-color: #f7f7f7;
}
.aanbod-wrapper{
	margin: auto;
    width: 70%;
}
.aanbod-wrapper .each-selectbox .select-style{
	background-color: transparent;
	border:2px solid rgba(47,56,93,0.5);
	text-align-last: center;
	background-image: url('../images/color-triangle.svg');
	color: #1c1c1c;
}
.aanbod-select .divider{
	border-bottom: 1px solid #2f385d;
	margin: 0;
}
.aanbod-product{
	padding: 0 0 20px;
}
.aanbod-product .each-product{
	margin-bottom: 20px;
}
.aanbod-product .product-details table tr td h5 {
    font-size: 16px;
    padding-right: 0;
}/***************************************loader***********************************/
#loader_section{
	display:none;
	width:100%;
	position: fixed;
	top: 0;
	background: #000000b8;
	z-index: 9999;
	height: 100vh;
	padding: 30vh 0px;
}
#loader_section p{
	color:#fff;
	font-size:18px;
	text-align: center;
}
#loader_section img{
	width: 100px;
	margin-bottom: 25px;
}
/***************************************loader*******************************/
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 9999;
    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';
	z-index: 9999999;
}
.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:#e6f8ed;
	font-weight: bold;
    border: 0;
    padding: 13px 25px;
	margin:5px 0;
	cursor: pointer;
	font-family: 'Calibri';
}
/**************************************x*****************************************************************/

.morgan_footer
{
	text-align: center;
	background: #000;
	padding: 7px 0px 5px;
}
.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 {margin-bottom:20px;}
.photo_contnt ul li:before{
	content: '\2014';
    position: absolute;
    margin-left: -20px;
}
.aanbod-detail-tab-sec #menu1 ul {
    font-size: 0;
}
.aanbod-detail-tab-sec .tab-content #menu1 .photo_contnt ul li{
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
.photo_contnt li img{
	width: 15px;
	margin-left: 5px;
}
.form-1, .form-2, .form-3 {
	display:none;
	margin-top: 15px;
}
.right-side-btn .form-panel:after{
	display:none;
}

.fixed_whatsapp{
	position: fixed;
	z-index: 999999;
	bottom: 0;
	right: 10%;
}

.banner-area .swiper-button-next{
	right:50px;
}
.banner-area .swiper-button-prev{
	left:50px;
}
.main-nav .navbar-nav{
	margin-left:100px;
}
.contact-form-address .menu-top-area li:first-child img {
    transform: rotate(100deg);
}
.product-details p {
	height: 50px;
	overflow: hidden;
}
.product-details td p {
	height: auto;
}
/*=========================trading overons===========================*/
.member-slider-sec{
	padding: 70px 0 80px;
}
.member-slider-sec p{
	margin-top: 20px;
}
.member-slider-wrapper{
	position: relative;
}
.member-slider-sec .swiper-arrows {
    right: 60px;
}
.member-slider-sec .each-img-part{
	cursor: pointer;
}
.trading-overons-btm{
	padding-top: 60px;
}
.overons-bottom-slider-area .section-heading{
	padding: 60px 0 50px;
}
.bottom-slider-wrapper{
	border: 10px solid #fff;
	position: relative;
}
.overons-bottom-slider-area .common-arrow img{
	filter: brightness(0) invert(1);
}
.overons-bottom-slider-area .swiper-button-prev{
	left: 120px;
}
.overons-bottom-slider-area .swiper-button-next{
	right: 120px;
}
.each-img-dtl {
    padding: 35px 65px 40px 35px;
    border: 3px solid #f4f4f4;
    margin-top: 25px;
}
/*------------------merken-listview-------------------------*/
.merken-listview-content{
	padding: 120px 0 20px;
}
.merken-listview-content h3 {
    padding-bottom: 35px;
}
.merken-listview-content .experties-dtl-content-wrapper {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 100px;
}
.merken-listview-content .experties-dtl-content-wrapper table td:nth-child(odd) {
    padding-right: 75px;
}
.merken-listview-content .experties-dtl-content-wrapper table td:nth-child(even) {
    padding-left: 75px;
}
.merken-listview-block{
	padding:0 0 40px;
}
.merken-listview-block .each-img-dtl p{
	font-size: 18px;
	margin-top: 25px;
    line-height: 40px;
}
.merken-listview-block:after{
	display: none;
}
.merken-listview-block .each-img-dtl{
	padding-right: 35px;
	padding-bottom: 70px;
}
.merken-listview-block .each-img-part{
	margin: 60px 0 10px;
	cursor:pointer;
}
.each-img-dtl {
    padding: 35px 65px 40px 35px;
    border: 3px solid #f4f4f4;
    margin-top: 25px;
}
.each-img-part:hover .each-img-dtl{
	border: 3px solid #2f385d;
}
/*-----------------------------merken dtl---------------------------*/
.merken-dtl-top-content{
	padding-top: 30px;
}
.merken-dtl-middle-content{
	padding: 100px 0 0;
}
.merken-dtl-slider-wrapper{
	position: relative;
}
.each-merken-dtl-slide h3{
	margin-top: 45px;
	line-height: 40px;
}
.merken-dtl-slider-sec{
	padding-bottom: 130px;
	padding-top: 30px;
}
.merken-dtl-product-slider{
	background-color: transparent;
}
.merken-dtl-product-slider .product-slider-part{
	position: relative;
}
/*************************************pop up**************************************/
.modal-area .modal{
	padding-left: 0px !important;
}
.modal-area .modal-dialog {
    max-width: 740px;
    margin: 15% auto 0px;
}
.modal-area .modal-content{
	border-radius: 0;
	border:0;
	padding: 0;
	background-color: transparent;
}
.popup-content{
	padding: 50px 70px;
    background-color: #2f385d;
}
.popup-content h3{
	color: #fff;
}
.popup-content p{
	font-size: 16px;
	color: #fff;
	font-family: 'NunitoSansLight';
	margin:25px 0 30px;
	line-height: 35px;
}
.close-img{
	position: absolute;
	top: 35px;
	right: 50px;
}
.close-img img{
	width: 18px;
}
.popup-content-wrapper{
	max-width: 495px;
	width: 100%;
}
/******************************right slider***************************/
.menu-icon img{
	width: 20px;
}
.menu-icon{
	position: absolute;
    right: 40px;
    bottom: 27px;
}
/*============right side menu=============*/
.side-logo img{
	width: 20px;
}
.each-right-new-slide{
	border-top: 1px solid #eaeaea;
	padding: 10px 0;
}
.each-new-content{
	padding-left: 30px;
}
.each-new-content h4{
	color: #000;
	font-family: 'NunitoSansRegular';
}
.each-new-content p{
	color: #2f385d;
    letter-spacing: 0.2px;
    line-height: 32px;
}
.each-new-content p a{
	color: #121212;
}
.each-new-content p span{
	color: #343434;
}
.each-new-content p:last-child{
	line-height: 26px;
}
.side-nav h3{
	margin-bottom: 50px;
}
.right-side-menu {
	position:fixed;
	top: 0px;
	width: 100%;
	max-width: 720px;
	height:100vh;
	background: #fff;
	right: -100%;
	-webkit-transition: all 1s;
	transition: all 1s;
	z-index: 99999;
	padding: 60px;
}
.side-logo {
  	position: absolute;
    right: 60px;
    top: 60px;
}
.right-side-menu.open_side {
	right: 0px;
	-webkit-transition: all 1s;
	transition: all 1s;
}
/*********************************/
.car-images .swiper-button-prev {
    left: -10px;
    transform: rotate(0deg);
}
.car-images .swiper-button-next {
    right: -10px;
}
.new-icon-slider .text-area p {
    font-size: 14px;
    padding-left: 5px;
}
.new-icon-slider {
    display: flex;
    align-items: center;
    justify-content: center;
}
.car-images .swiper-button-next:after, .car-images .swiper-button-prev:after {
    font-size: 23px;
    color: #FFF;
}
/*=======melding==========*/
.melding-form{
	background: #f7f7f7;
	padding: 70px 0;
	margin-bottom: 70px;
}
.melding-form .form-wrap{
	padding: 0 5%;
}
.melding-form h5{
    margin-bottom: 20px;
}
.melding-form h5, .each-filter h6{
	font-family: 'NunitoSansLight';
    color: #2f385d;
    font-size: 16px;
}
.melding-form td img{
	width: 26px;
}
.melding-form td{
	height: 50px;
    width: 50px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-bottom: 56px;
}
.melding-form .each-filter{
	margin-bottom: 25px;
}
.melding-form .select-style {
	font-family: 'NunitoSansLight';
    color: #2f385d;
    font-size: 16px;
    border: 0px;
    border-radius: 0px;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/color-triangle.svg) transparent no-repeat 98% center/12px;
    border-bottom: 1px solid rgba(148,148,148,0.30);
}
.melding-form-btn{
	position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 1rem;
}
.banner-area:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(../images/gradient.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.mini-right-nav {
    position: fixed;
    top: calc(10% + 210px);
    z-index: 999;
    right: 0px;
}
.mini-right-nav li {
    margin-bottom: 4px;
    padding: 0;
    width: 60px;
    display: block;
    position: relative;
}
.mini-right-nav li.whtasapp-nav a, .mini-right-nav .whtasapp-nav span:after {
    background-color: #68bb5f;
}
.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 a span {
    color: #fff;
}
.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 a:hover  span{ width:auto; padding:0 25px 0 35px;overflow:visible; }
.mini-right-nav a:hover {
    text-decoration: none;
}
.mini-right-nav li.whtasapp-nav a, .mini-right-nav .whtasapp-nav span:after {
    background-color: #68bb5f;
}
.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 img {
    width: 20px;
    position: relative;
    z-index: 1;
}

#mobile-contact-bar {
    display: none;
}
@media (max-width: 991px){
	.modal-area .modal-dialog {
    	max-width: 650px;
	}
	/*=======melding==========*/
	.melding-back-btn{
		display: none;
	}
	.melding-form .pr-5{
		padding-right: 15px !important;
	}
	.melding-form .pl-5{
		padding-left: 15px !important;
	}
	.melding-form .form-wrap{
		padding: 0;
	}
	.melding-form-btn{
		position: static;
		margin: 30px 0 0;
	}
	.melding-form td{
		margin-bottom: 30px;
	}
	.melding-form{
		padding: 40px 0;
		margin-bottom: 0;
	}
}
@media (max-width: 767px){
	.modal-area .modal-dialog {
	    max-width: 95%;
	}
	.popup-content{
		padding: 40px;
	}
	.close-img {
	    top: 15px;
	    right: 20px;
	}
	.popup-content p{
		line-height: 30px;
	}
	
	#mobile-contact-bar img{
		width: 20px;
		filter: brightness(0) invert(1);
		-webkit-filter: brightness(0) invert(1);
	}
	#mobile-contact-bar {
	    box-sizing: border-box;
	    opacity: 1;
	    position: fixed;
	    width: 100%;
	    z-index: 9998;
	    left: 0;
	    bottom: 0;
	    display: block !important;
	}
	#mobile-contact-bar-outer {
	  background-color: #000000;
	  box-sizing: border-box;
	  height: 45px;
	  overflow: hidden;
	  width: 100%;
	}
	#mobile-contact-bar ul {
	  box-sizing: border-box;
	  line-height: 0;
	  list-style-type: none;
	  margin: 0;
	  padding: 0;
	  position: relative;
	  text-align: center;
	  width: 100%;
	  font-size: 0;
	}
	#mobile-contact-bar ul li {
	  box-sizing: border-box;
	  display: inline-block;
	  text-align: center;
	  height: 45px;
	  line-height: 45px;
	  width: 25%;
	}
	#mobile-contact-bar ul li a {
	  color: rgba(255,255,255,0.9);
	  cursor: pointer;
	  display: block;
	  height: 100%;
	  position: relative;
	  z-index: 9998;
	}
	.li_color {
	  border-left: 1px solid #FFFFFF;
	}
	#mobile-contact-bar li:first-child img{
		width: 18px;
	}
	.mini-right-nav {
	  display: none;
	}
}
@media (max-width: 575px){
	.popup-content {
	    padding-left: 20px;
	    padding-right: 20px;
	}
}

.blog-middle-section .experties-right-img-wrapper {
    left: 0;
    right: auto;
}

.blog-middle-section .left-content {
    padding: 60px 0 80px 80px;
}
.blog-middle-section .experties-right-img-wrapper {
    border-right: 10px solid #fff;
    border-left: 0;
}
/*main .ps-content{
	margin:4rem auto;
	max-width:1000px;
}
main .ps-content h1,main .ps-content h2,main .ps-content h3{
color: var(--color-surface);
margin-bottom:.5rem;
}
main .ps-content{
	color: var(--color-blackish);
}
main .ps-content img{
	display:block;
	margin:0 auto 1rem;
	max-width:100%;
}
main .ps-content p,main .ps-content ul{
	margin-bottom:1rem;
}
main .ps-content ul{
	padding:0 2rem;
	list-style-type:initial;
}
main .ps-content ul:not(.ps-nosplit){
	column-width:200px;
}*/