@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #fff;
}
#page{
	overflow: hidden;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
/**********navbar******/
.header-topbar{
	background-color: #032f73;
	padding: 13px 0;
}
.header-topbar li img{
	width: 14px;
	height: 14px;
	margin-right: 10px;
}
.header-topbar li{
	display: inline-block;
	 font-family: 'NunitoSansRegular';
	font-size: 16px;
	color: #fff;
	padding-right: 60px;
}
.desktop-nav{
	padding: 18px 0 26px;
    position: absolute;
    z-index: 2;
    width: 100%;
}
.desktop-nav .navbar-brand img{
	width: 290px;
}
.desktop-nav .nav-item{
	padding-left: 30px;
    font-size: 16px;
    font-family: 'NunitoSansRegular';
}
.desktop-nav .navbar-nav .nav-link{
	color:#fff;
	padding: 0;
	position: relative;
}
.desktop-nav .navbar-nav .nav-link:after{
	position: absolute;
	/*top: -46px;*/
	bottom:-10px;
	left: 0;
	width: 2px;
	height: 3px;
	content: '';
	background-color: #be2727;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	opacity: 0;
}
.desktop-nav .navbar-nav .nav-link:hover, .desktop-nav .navbar-nav .nav-link:focus, 
.desktop-nav .navbar-nav .nav-item.active .nav-link{
	color:#fff;
}
.desktop-nav .navbar-nav .nav-link:hover:after, .desktop-nav .navbar-nav .nav-item.active .nav-link:after{
	width: 100%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	opacity: 1;
}
.header-area .desktop-nav.stiky {
    top: 0px;
    width: 100%;
    position: fixed;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    z-index: 9999;
    background-color: #032f73 !important;
    padding: 15px 0px;
    -webkit-box-shadow: -1px 4px 6px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 4px 6px -3px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 4px 6px -3px rgba(0, 0, 0, 0.75);
}
/*************banner*********/
.banner-sec{
	position: relative;
	background-color: #f9f9f9;
}
.banner-sec .banner-content h2{
	font-family: 'lucida_brightitalic';
	line-height: 56px;
    font-size: 40px;
    font-style: italic;
}
.each-banner-image{
	background-size: 0;
}
/*.banner-sec .common-btn{
	background-color: #fff;
	color: #1c1c1c;
}
.banner-sec .common-btn:hover{
	background-color: #b81b24;
	color: #fff;
}*/
.banner-sec-wrap{
	clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 50% 100%, 0 94%);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 50% 100%, 0 94%);
}
.banner-content{
	position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    z-index: 1;
}
.banner-content .common-btn{
	font-family: 'NunitoSansBoldItalic';
}
.swiper-button-wrap{
	position: absolute;
    bottom: -47px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    width: 110px;
    height: 100px;
    z-index: 99;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.swiper-button-wrap .common-arrow{
	width: 43px;
	height: 75px;
}
.swiper-button-wrap .swiper-button-prev img{
	margin-left: 8px;
}
.swiper-button-wrap .swiper-button-prev{
	clip-path: polygon(0 50%, 100% 100%, 100% 0);
    background-color: #be2727;
}
.swiper-button-wrap .swiper-button-next{
	clip-path: polygon(100% 50%, 0 0, 0 100%);
    left: 58px;
    right: auto;
    background-color: #344767;
}
.swiper-button-wrap .swiper-button-next img{
	margin-right: 8px;
}
/*************************product area*************************/
.product-area{
	padding: 100px 0 160px;
	background-color: #f9f9f9;
	clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 50% 100%, 0 94%);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 50% 100%, 0 94%);
}
.product-content{
	background-color: #fff;
	padding: 30px;
}
.product-content h6{
	height: 20px;
	overflow:hidden;
}
.product-content td, .product-content h6{
	color: #4c4c4c;
	font-family: 'NunitoSansRegular';
	font-size: 16px;
	vertical-align: top;
}
.product-content .car-right-price h6{
	text-align: right;
	height:auto;
}
.product-content p{
	/*color: #4c4c4c;
	font-family: 'NunitoSansLight';
	font-size: 12px;*/
	/*height: 50px;
	overflow: hidden;*/
}
.product-content table{
	width: auto;
}
.product-content td{
	padding-right: 40px;
}
.divider{
	border-top:1px solid #ededed;
}
.each-product img{
	border-radius: 0;
}
.product-middle p{
	margin-top: 15px;
}
.product-middle h2{
	font-family: 'NunitoSansRegular';
    color: #1c1c1c;
}
.product-middle .common-arrow{
	z-index: 99;
}
.product-middle .common-arrow img{
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}
.product-button-wrapper{
	position: relative;
	height: 175px;
}
.product-button-wrapper .swiper-button-next{
	right:140px;
}
.product-button-wrapper .swiper-button-prev{
	left:140px;
}
.product-button-wrapper .swiper-pagination-bullet{
	background:transparent;
	font-family: 'NunitoSansRegular';
	font-size: 20px;
	color: #1c1c1c;
	display: none;
	width: 100%;
	z-index: 0;
	opacity: 1;
}
.product-button-wrapper .swiper-pagination-bullet-active{
	display: inline-block;
}
.product-button-wrapper .swiper-pagination{
	width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

/******************************middle area*******************/
.middle-bg-area{
	padding: 80px 0 60px;
	margin-top: -45px;
}
.sec-heading h2, .sec-heading p{
	color: #fff;
	font-family: 'NunitoSansRegular';
}
.each-middle-content{
	background-color: rgba(3,47,115,0.70);
	/*padding: 70px 50px 50px;*/
	padding: 70px 20px 50px;
	margin-bottom: 70px;
	height: 250px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	cursor: pointer;
	margin-right: 1px;
}
.each-middle-content h4{
	font-size: 20px;
	font-family: 'NunitoSansBold';
}
.each-middle-content p{
	margin: 20px 0 0;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}
.content-block{
	margin-top: 60px;
	position: relative;
}
.content-block .common-btn{
	opacity: 0;
}
.each-middle-content:hover .common-btn{
	opacity: 1;
	margin-top: 40px;
}
.each-middle-content:hover{
	margin-bottom: 0;
	height: 320px;
	background-color:#fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.each-middle-content:hover h4, .each-middle-content:hover p{
	color: #1c1c1c;
}
.content-cover{
	position: relative;
}
.content-cover:after{
	position: absolute;
   	left: -50px;
    width: 3px;
    height: 90%;
    background-color: #be2727;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}
.each-middle-content:hover .content-cover:after{
	opacity: 1;
}
.content-block .swiper-pagination{
	top: -50px;
	right: 0;
	text-align: right;
	left: auto;
	bottom: auto;
}
.content-block .swiper-pagination-bullet{
	background:#fff;
	opacity: 0.5;
	margin-left:10px;
}
.content-block .swiper-pagination-bullet-active{
	opacity: 1;
}
/**************************************/
.angle-sec {
    width: 100%;
    position: relative;
    height: 445px;
    margin: 10px 0;
}
.angle-sec img{
	display: none;
}
.angle-left-area {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
    width: 66%;
}
.angle-overlay {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.angle-left-area:hover .angle-overlay, .angle-right-area:hover .angle-overlay{
	background: rgba(0, 0, 0, 0.54);
	-webkit-transition: all .5s;
    transition: all .5s;
}
.angle-right-area {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0% 100%);
    width: 66%;
}
.angle-sec h2{
	position: relative;
}
.angle-sec h2:after{
	position: absolute;
    top: 50%;
    left: -15px;
    width: 3px;
    height: 55%;
    content: '';
    background: #be2727;
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.angle-right-area h2 {
    margin-bottom: 40px;
    margin-left: 160px;
}
.angle-left-area h2{
	margin-left: 70px;
    margin-bottom: 40px;
}
.angle-left-area:hover h2:after, .angle-right-area:hover h2:after{
	opacity: 1;
	-webkit-transition: all .5s;
    transition: all .5s;
}
/**********************************footer upper area*******************/
.footer-upper-area{
	position: relative;
}
.footer-upper-area .angle-left-area{
	width: 32%;
	clip-path: polygon(0 0, 100% 0, 0% 85%, 0 100%);
	-webkit-clip-path: polygon(0 0, 100% 0, 0% 85%, 0 100%);
}
.footer-upper-area .angle-left-area img{
	display: none;
}
.angle-right-content{
	padding: 130px 0 140px 30%;
}
.angle-right-content p{
	margin: 30px 0 60px;
}
.each-count h4{
	color: #1c1c1c;
	position: relative;
}
.counter-part li{
	display: inline-block;
	padding-right: 80px;
}
.each-count h4:after{
	position: absolute;
    top: -10px;
    left: -25px;
    content: '';
    background-color: #be2727;
    width: 4px;
    height: calc(100% + 20px);
}
.counter-part{
	margin-left: -80px;
}
.angle-right-content-wrap{
	max-width: 690px;
	width: 100%;
}
.angle-right-content-wrap h2{
	font-family: 'NunitoSansRegular';
    color: #1c1c1c;
}
/****************************footer*******************/
.footer-sec{
	background-color: #1c1c1c;

}
.footer-top.header-topbar{
	padding: 15px 0;
}
.footer-top.header-topbar li:last-child{
	padding-right: 0;
}
.footer-top li{
	position: relative;
	padding-right: 70px;
}
.footer-top li:after{
	position: absolute;
    top: -5px;
    right: 30px;
    content: '';
    background-color: #fff;
    opacity: 0.15;
    width: 2px;
    height: calc(100% + 10px);
    content: '';
}
.footer-top li:last-child:after{
	opacity: 0;
}
.opening-time p{
	color: #fff;
    opacity: 0.5;
/*    line-height: 34px;*/
    margin-top: 8px;
    font-size: 14px !important;
}
.footer-sec .divider{
	border-top: 1px solid #f3f3f3;
	margin: 20px 0 0;
	opacity: 0.15;
}
.footer-middle{
	padding: 50px 0;
}
.opening-time{
	max-width: 100%;
	width: 100%;
}
.opening-time p{
	text-align: justify;
}
.footer-bottom li{
	display: inline-block;
	padding-right: 20px;
    font-size: 16px;
    font-family: 'NunitoSansRegular';
}
.footer-bottom .footer-navbar li a{
	position: relative;
}
.footer-bottom .footer-navbar li a:after{
	position: absolute;
	top: -43px;
	left: 0;
	width: 2px;
	height: 3px;
	content: '';
	background-color: #be2727;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	opacity: 0;
}
.footer-navbar li:last-child{
	padding-right: 0;
}
.footer-bottom .footer-navbar li a:hover:after, .footer-bottom .footer-navbar li.active a:after{
	width: 100%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	opacity: 1;
}
.footer-bottom{
	padding: 30px 0;
    background-color: #000;
}
.footer-bottom img{
	width: 20px;
    height: 20px;
    display: block;
    margin: -5px auto 5px;
}
.footer-bottom .footer-social li{
	padding-right: 15px;
	vertical-align: middle;
}
.footer-bottom .footer-social li:first-child{
	padding-right: 20px;
}
.footer-social{
	position: relative;
}
.footer-social:after{
	position: absolute;
	top: -6px;
	left: 0;
	width: 2px;
	height: 100%;
	background-color: #fff;
	opacity: 0.15;
	content: '';
}
/****************************aanbod**********************/
.aanbod-product .each-product{
	margin-bottom: 30px;
}
.common-header .desktop-nav{
	position: relative;
	background-color: #032f73;
	border-top: 1px solid rgba(243,243,243,0.30);
}
.aanbod-product  .each-product img {
    border-radius: 0; 
}
.aanbod-middle-area h2{
	position: relative;
	letter-spacing: 0.75px;
	padding-left: 20px;
	font-family: 'NunitoSansRegular';
    color: #1c1c1c;
}
.aanbod-middle-area h2:after{
	position: absolute;
	top: -10px;
	height: calc(100% + 20px);
	width: 3px;
	content: '';
	background-color: #be2727;
	left: 0;
}
.aanbod-middle-area{
	border-top: 1px solid rgba(28,28,28,0.30);
	border-bottom: 1px solid rgba(28,28,28,0.30);
	padding: 35px 20px;
	margin-bottom: 30px;
}
.product-area.aanbod-product{
	padding: 0 0 70px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%, 50% 100%, 0 100%);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%, 50% 100%, 0 100%);
	background-color: #f2f2f2;
}
.select-heading h2{
	/*margin-bottom: 10px;*/
	font-family: 'NunitoSansRegular';
    color: #1c1c1c;
}
.select-style {
    /*width: auto;*/
    width: 100%;
   	background: url(../images/drop.svg) no-repeat 70% center/8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: #1c1c1c;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    /*padding: 0 20px;*/
    height: auto;
   	line-height: 28px;
   	/*text-align-last: center;*/
    text-align: center;
}
.filter_div .select-style{
	background-position: 90% center;
	border: 2px solid #e4e3e3;
    border-radius: 8px;
    padding: 8px 10px;
}
.select-sec .col-lg-3{
	-ms-flex: 0 0 16.667%;
    flex: 0 0 16.667%;
    max-width: 16.667%;
}
.select-sec{
	padding: 33px 0 50px;
	background-color: #f2f2f2;
}
.select-sec .divider{
	border-top: 1px solid rgba(28,28,28,0.30);
	margin: 40px 0 0;
}
.select-wrap{
	/*max-width: 790px;*/
	/*max-width: 1140px;*/
	width: 100%;
	margin-left: auto;
}
.each-select-box{
	margin-right: 20px;
}
/*******************************werkplts listview**********************/
.werkplts-header .header-topbar, .werkplts-header .desktop-nav{
	background-color: #f9f9f9;
}
.werkplts-header .header-topbar li a, .werkplts-header .desktop-nav .navbar-nav .nav-link:hover, 
.werkplts-header .desktop-nav .navbar-nav .nav-link:focus, 
.werkplts-header .desktop-nav .navbar-nav .nav-item.active .nav-link, .werkplts-header .desktop-nav .navbar-nav .nav-link{
	color:#1c1c1c;
}
.werkplts-header .header-topbar li img {
    filter: brightness(1) invert(1);
    -webkit-filter: brightness(1) invert(1);
}
.werkplts-header .desktop-nav{
	border-top: 1px solid rgba(28,28,28,0.30);
	position: relative;
}
.werkplts-top-heading h2{
	margin-bottom: 10px;
	color: #1c1c1c;
	font-family: 'NunitoSansRegular';
}
.werkplts-top-heading{
	padding: 33px 0 30px;
	background-color: #f9f9f9;
}
.werkplts-top-heading .divider{
	border-top: 1px solid rgba(28,28,28,0.30);
	margin: 30px 0 0;
}
.werkplts-dtl-middle-bg{
	margin-top: 0;
}
/**********************werkplts listview******************/
.service-listview{
	background-color: #f9f9f9;
    padding: 100px 0 160px;
}
.listiew-wrapper{
	padding: 0 40px;
}
.listview-content{
	padding: 80px 100px 70px 0px;
	height: 100%;
	position: relative;
    z-index: 1;
}
.listview-content p{
	margin: 10px 0 40px;
}
.each-listview{
	position: relative;
	margin-bottom: 60px;
}
.each-listview:nth-child(even){
	margin-bottom: 180px;
}
.each-listview:last-child {
    margin-bottom: 0px;
}
.each-listview h4{
	color:#1c1c1c;
}
.listview-content:after{
	position: absolute;
    top: 0;
    width: calc(100% + 110px);
    height: 100%;
   	background-color: #fff;
    content: '';
    z-index: -1;
    right: 0;
    -webkit-box-shadow: 10px 20px 20px -25px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 20px 20px -25px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 20px 20px -25px rgba(0, 0, 0, 0.2);
}
.listview-image{
   	width: 100%;
   	margin-top: -60px;
}
.each-listview .col-lg-7{
	-ms-flex: 0 0 54%;
    flex: 0 0 54%;
    max-width: 54%;
}
.each-listview .col-lg-5{
	-ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
}
.listview-content-wrap{
	position: relative;
	padding-left: 30px;
}
.listview-content-wrap:before {
    display: none;
/*
    position: absolute;
    top: 5px;
    height: 80px;
    width: 4px;
    content: '';
    background-color: #be2727;
    left: 0px;
*/
}
.listview-content .common-btn{
	margin-left: 30px;
}
/*************************for row flex*******************/
.each-listview .flex-row-reverse .listview-content:after{
	left:0;
	right:auto;
}
.each-listview .flex-row-reverse .listview-content{
	padding-left: 100px;
	padding-right: 0;
}
.each-listview .flex-row-reverse .listview-image{
	margin-top: 60px;
}
/****************************contact********************/
.map-image{
	height: 470px;
	border-top: 10px solid #fff;
	margin-top: 30px;
}
.map-area{
	background-color: #f9f9f9;
	padding-top: 30px;
}
.contact-form{
	background-color: #1c1c1c;
}
.form-area{
	width: calc(100% + 85px);
	padding: 50px 0 35px 70px;
}
.form-styl {
	resize: none;
	background-color: transparent;
	border-radius: 0;
   	font-family: 'NunitoSansRegular';
	border:0px;
	color: #fff;
	font-size:16px;
	height: auto;
	padding: 0 0 12px;
	border-bottom: 1px solid #fff;
}
.form-area .form-group {
	margin-bottom: 30px;
}
.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;
}
.address-area img{
	width: 14px;
    height: 14px;
    filter: brightness(1) invert(1);
    -webkit-filter: brightness(1) invert(1);
    margin-right: 15px;
}
.address-area p{
	line-height: 24px;
}
.contact-info h4{
	color: #1c1c1c;
	margin-bottom: 30px;
}
.contact-info{
	position: relative;
    z-index: 0;
    padding: 60px 70px 60px 0;
    margin-top: -160px;
}
.contact-info:after{
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% + 85px);
	content: '';
	background-color: #fff;
	z-index: -1;
	height: 100%;
}
.address-area a, .address-area p{
	color:rgb(28,28,28,0.5);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.address-area a:hover{
	color: #1c1c1c;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.contact-info .divider{
	border-top: 1px solid #e0e0e0;
	margin: 40px 0;
}
.contact-info .opening-time h6, .contact-info .opening-time p{
	color: #1c1c1c;
}
.form-area .common-btn{
	background-color: #fff;
	color: #1c1c1c;
    margin-top: 20px;
}
.form-area .common-btn:hover{
	color:#fff;
	background-color: #b81b24;
}
/**********************aflevering********************/
.aflevering-sec .listview-content-wrap:before {
    position: absolute;
    top: 5px;
    transform: translateY(0%);
    height: 20px;
}

.aflevering-sec .listview-content p {
    margin: 20px 0 0px;
}
.aflevering-sec .listview-content{
	padding-top: 60px;
	padding-bottom: 60px;
}
.grecaptcha-badge {
    display: none !important;
}
/**********************diensten dtl********************/
.diensten-dtl-content{
	background-color: #f9f9f9;
	padding: 50px 0 50px;
	clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 50% 100%, 0 94%);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 50% 100%, 0 94%);
}
.diensten-dtl-content table {
    width: 100%;
    margin-top: 15px;
}
.diensten-dtl-content td {
    width: 50%;
    vertical-align: top;
    text-align: justify;
}
.diensten-dtl-content td:nth-child(even) {
    padding-left: 40px;
}
.diensten-dtl-content td:nth-child(odd) {
    padding-right: 40px;
}
.diensten-content-wrap{
	position: relative;
	padding-left: 50px;
	padding-bottom: 50px;
}
.diensten-content-wrap h4{
	color: #1c1c1c;
}
.diensten-content-wrap:after{
	position: absolute;
    top: 4px;
    height: 80px;
    width: 4px;
    content: '';
    background-color: #be2727;
    left: 0px;
}
.diesnten-middle-wrapper h4{
	margin-bottom: 20px;
}
.diesnten-middle-wrapper{
	max-width: 1020px;
	width: 100%;
	margin: auto;
}
.diesnten-middle-wrapper h4{
	color: #1c1c1c;
}
.diesnten-middle-sec{
	padding: 90px 0;
}
.diensten-form-sec{
	position: relative;
}
.form-bg-area{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #032f73;
	height: 100%;
	padding-right: 0px;
    border-right: 10px solid #fff;
    z-index: 1
}
.form-left-image img{
	display: none;
}
.form-left-area h2{
	font-family: 'NunitoSansRegular';
	margin-bottom: 25px;
}
.form-left-area .address-area p a, .form-left-area .address-area p{
	color:rgb(255,255,255,0.5);
}
.form-left-area p, .form-left-area .address-area p a:hover{
	color:#fff;
}
.form-left-area .address-area{
	padding-top: 50px;
}
.form-left-area .address-area img{
	filter: brightness(0) invert(1);
}
.form-left-area{
	padding: 17px;
}
.form-left-content-wrap{
	padding: 0 70px;
}
.form-left-area .col-md-8{
	-ms-flex: 0 0 64%;
    flex: 0 0 64%;
    max-width: 64%;
}
.form-left-area .col-md-4{
	-ms-flex: 0 0 36%;
    flex: 0 0 36%;
    max-width: 36%;
}
/*************************instawall*********************/
.instawall-image{
	padding-top: 30px;
}
.instawall-top-sec{
	position: relative;
	background-color: #f5f5f5;
	padding: 33px 0 100px;
}
.instawall-top-image img{
	display: none;
}
.instawall-top-image{
	position: absolute;
	top: 0;
	right: 0;
	clip-path: polygon(55% 0, 100% 0, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(55% 0, 100% 0, 100% 100%, 0% 100%);
	-ms-flex: 0 0 63%;
    flex: 0 0 63%;
    max-width: 63%;
}
.instawall-top-content{
	max-width: 640px;
    width: 100%;
    padding-bottom: 80px;
}
.instawall-top-content h2{
	font-family: 'NunitoSansRegular';
    color: #1c1c1c;
}
.instawall-top-content p{
	margin-top: 25px;
}
/**************************modellen**********************/
.modellen-list h4 a{
	color: #1c1c1c;
	opacity: 0.5;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.modellen-list h4 a:hover{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.modellen-list{
	padding-top: 90px;
	position: relative;
}
.modellen-list:after{
	position: absolute;
   	right: 0px;
    width: 1px;
    height:calc(100% + 120px);
    background-color: rgba(28,28,28,0.3);
    content: '';
    top:0;
}
.modellen-list h4{
	margin-bottom: 60px;
}
.brand-right-content{
	background-color: #fff;
	-webkit-box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.1);
    box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.1);
    padding: 60px 100px;
}
.brand-right-content li{
	position: relative;
    font-size: 24px;
    color: #1c1c1c;
    font-family: 'NunitoSansRegular';
    margin-bottom: 15px;
}
.each-modellen-content{
	margin-bottom: 80px;
}
.each-modellen-content:first-child{
	margin-top: 30px;
}
.brand-right-content li:first-child:after{
    display: none;
/*
	position: absolute;
    left: -20px;
    width: 4px;
    height: 17px;
    background-color: #be2727;
    content: '';
    top: 10px;
*/
}
.modellen-bottom-area{
	background-color: #f9f9f9;
	padding: 50px 0;
}

.brand-image{
	text-align: right;
    margin-right: 70px;
}
.modellen-bottom-area .col-lg-9 {
    -ms-flex: 0 0 73%;
    flex: 0 0 73%;
    max-width: 73%;
}
.modellen-bottom-area .col-lg-3 {
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
}
/***********************************modellen-dtl**************************/
.moddlen-dtl-brand-image{
	display: inline-block;
}
.moddlen-dtl-brand-image img{
	width: 65px;
    margin-left: 40px;
    /*filter: brightness(1) invert(1);
    -webkit-filter: brightness(1) invert(1);*/
}
.moddlen-dtl-top-area .moddlen-left-wrap{
	margin-left: 70px;
	margin-top: -120px;
}
/*.moddlen-dtl-top-area .brand-right-content li a{ 
	color:#1c1c1c;
	cursor: pointer;
}*/
.moddlen-dtl-top-area .brand-right-content li a{ 
	color: rgb(28,28,28,0.5);
}
.moddlen-dtl-top-area .brand-right-content li a:hover{
	color: #1c1c1c;
}
.moddlen-dtl-top-area .brand-right-content h2{
	margin-bottom: 40px;
	font-family: 'NunitoSansRegular';
    color: #1c1c1c;
}
.moddlen-left-wrap h4{
	margin:60px 0 30px;
	color: #1c1c1c;
}
.moddlen-left-wrap .black-btn{
	margin-bottom: 10px;
	max-width: 440px;
	display: block;
}
.moddlen-dtl-bottom-image{
	-webkit-box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.1);
    box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.1);
    position: relative;
    margin-top: 60px;
}
.botton-image-btn{
	position: absolute;
	bottom: 30px;
	right: 0px;
	padding-right: 30px;
	text-align: right;
	width: 100%;
}
.botton-image-btn .common-btn{
	background-color: #032f73;
}
.botton-image-btn .common-btn:hover{
	background-color: #1c1c1c;
}
.moddlen-dtl-top-area .vacature-each-right-part:after{
	height: 18px;
    left: 0;
}
.moddlen-dtl-top-area .vacature-each-right-part h4{
	margin-bottom: 15px;
	color: #1c1c1c;
}
.moddlen-dtl-top-area .vacature-right-area{
	padding-left: 60px;
}
.moddlen-dtl-top-area .vacature-each-right-part{
	padding-left: 40px;
}
.each-modellen-slide{
	position: relative;
}
.each-modellen-slide:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	content: '';
}
.moddlen-dtl-bottom-slide .swiper-slide-active .each-modellen-slide a:after{
	opacity: 0;
}
.moddlen-dtl-bottom-slide .swiper-button-prev{
	left: 110px;
}
.moddlen-dtl-bottom-slide .swiper-button-next{
	right: 110px;
}
.moddlen-dtl-top-area.vacature-sec{
	padding: 0px 0 120px;
}
.moddlen-dtl-top-area.vacature-sec.nieuw-bottom-area {
    padding: 100px 0 30px;
}
/*****************************vacature*********************/
.vacature-left-area{
	position: relative;
	padding: 60px 0 60px 100px;
	-webkit-box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.1);
    box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.1);
    background-color: #fff;
    margin-left: 70px;
    margin-top: -120px;
}
.vacature-left-area h2{
	margin-bottom: 30px;
	font-family: 'NunitoSansRegular';
    color: #1c1c1c;
}
.each-filter-part li{
	color: #1c1c1c;
	opacity: 0.5;
    font-size:24px;
   	font-family: 'NunitoSansRegular';
   	margin-top: 20px;
   	margin-left: 20px;
   	cursor: pointer;
}
.vacature-left-area h4{
	position: relative;
	color: #1c1c1c;
}
.vacature-left-area h4:after{
	position: absolute;
    left: -20px;
    width: 4px;
    background-color: #be2727;
    content: '';
    top: 5px;
    height: 65%;
}
.each-filter-part{
	margin-bottom: 70px;
}
.each-filter-part:last-child{
	margin-bottom: 0;
}
.vacature-btn{
	position: absolute;
    right: 30px;
    width: 100%;
    bottom: -30px;
    text-align: right;
}
.vacature-sec{
	padding-bottom: 150px;
	background-color: #f9f9f9;
}
.vacature-each-right-part li{
	color: #1c1c1c;
    font-size:16px;
   	font-family: 'NunitoSansRegular';
   	display: inline-block;
   	margin: 25px 30px 25px 0;
}
.vacature-each-right-part li img{
	width: 18px;
	height: 18px;
	margin-right: 10px;
}
.vacature-each-right-part{
	margin-bottom: 70px;
	position: relative;
}
.vacature-each-right-part h4{
	color: #1c1c1c;
}
.vacature-each-right-part:after{
	display: none
}
.vacature-right-area{
	padding-top: 80px;
	padding-left: 100px;
}
.vacature-content-wrap .col-lg-5{
	-ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}
.vacature-content-wrap .col-lg-7{
	-ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
}
/******************************overons***********************/
.overons-top-sec{
	padding-top: 33px;
}
.overons-top-sec .instawall-top-sec, .overons-top-sec{
	background-color: #f9f9f9;
}
.each-member{
	position: relative;
	cursor: pointer;
}
.each-member:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(62,88,130,0.5);
	content: '';
	opacity: 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.member-slider .each-member:hover:after, .member-slider .each-member:hover .member-content{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.member-slider{
	position: relative;
    margin-top: 60px;
}
.member-content{
	position: absolute;
	bottom: 30px;
	left: 0;
	padding-left: 30px;
	z-index: 1;
	opacity: 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.member-slider .common-arrow img{
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}
.member-slider .swiper-button-next{
	right: -80px;
}
.member-slider .swiper-button-prev{
	left: -80px;
}
.team-content{
	background-color: #fff;
    -webkit-box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.1);
    box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.1);
    padding: 50px 85px;
    margin-top: -80px;
    position: relative;
    left: 60px;
    margin-left: 80px;
}
.team-content h2{
	margin-bottom: 25px;
	font-family: 'NunitoSansRegular';
    color: #1c1c1c;
}
.team-content .divider{
	border-top:1px solid #eaeaea;
	margin: 50px 0;
}
.country-flag img{
	margin-right: 5px;
}
.country-flag{
	margin: 30px 0 40px;
}
.team-member-sec{
	padding-bottom: 100px;
}
.overons-bg-content p{
	color: #fff;
	margin-top: 25px;
}
.overons-middle-sec{
	padding: 150px 0 130px;
}
.overons-bg-content{
	position: relative;
    left: 30px;
    z-index: 1;
}
.overons-bg-content:after{
	position: absolute;
    top: 10px;
    left: -30px;
    width: 4px;
    height: 90%;
    content: '';
    background-color: #be2727;
}
.overons-middle-sec{
	position: relative;
	clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0 0);
    -webkit-clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0 0);
}
.overons-middle-sec:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/overons-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left;
	content: '';
}
.overons-counter-sec{
	padding: 100px 0;
	margin-top: -1px;
}
.overons-counter-sec h3{
	position: relative;
	padding-left: 15px;
}
.overons-counter-sec h3:after{
	position: absolute;
    top: -10px;
    left: 0px;
    width: 4px;
    height: calc(100% + 20px);
    content: '';
    background-color: #be2727;
}
.each-overons-count{
	padding-left: 70px;
    padding-right: 80px;
}
.overons-bottom-area{
	padding: 12px 8px 8px;
}
.overons-right-part{
	background-color: #f5f5f5;
	margin-left: 8px;
	padding-top: 70px;
}
.overons-right-part p{
	margin: 25px 0 70px;
}
.overons-left-image img{
	display: none;
}
.gallery-slider{
	background: #fff;
    padding-top: 8px;
    position: relative;
    overflow: hidden;
}
.overons-right-content-wrap{
	max-width: 730px;
	margin: auto;
	width: 100%;
}
.overons-right-content-wrap h2{
	font-family: 'NunitoSansRegular';
    color: #1c1c1c;
}
.gallery-slider:after{
	position: absolute;
	bottom: 0;
	right:-6px;
	content: '';
	/*width: 24.5%;*/
	width: calc(100% / 4 );
	height: calc(100% - 8px);
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
}
.gallery-slider .swiper-button-next{
	right: 11%;
}
.flag-part img{
	margin-right: 8px;
}
.member-dtls p{
	margin:15px 0 20px;
}
.member-dtls{
	background-color: #f5f5f5;
	padding: 30px 30px 20px;
}
.each-team-member{
	margin-bottom: 30px;
}
.member-dtls h4{
    color: #1c1c1c;
    font-size: 36px;
}
.hele-team-sec{
	padding-bottom: 20px
}
.overons-hele-team-wrap{
	padding-top: 50px;
    position: relative;
}
.outside{
	position: relative;
	width: 100%;
	height: 100px;
	background:#be2727;
	clip-path: polygon(50% 33%, 100% 0, 100% 100%, 0 100%, 0 0);
    -webkit-clip-path: polygon(50% 33%, 100% 0, 100% 100%, 0 100%, 0 0);
}
.inside{
	position: absolute;
	top: 5px;
	left: 0px;
	right: 0px;
	bottom:0px;
	background:#fff;
	clip-path: polygon(50% 35%, 100% 0, 100% 100%, 0 100%, 0 0);
    -webkit-clip-path: polygon(50% 35%, 100% 0, 100% 100%, 0 100%, 0 0);
}
/**************************nieuws list********************/
.nieuws-listview .swiper-button-wrap {
    bottom: auto;
    left: -10px;
    transform: translateX(0%);
    top: 50%;
    transform: translateY(-50%);
}
.nieuws-listview .listview-image{
	position: relative;
}
.nieuws-listview .listview-image .common-arrow img{
	display: inline-flex;
}
.nieuws-listview .each-listview:nth-child(even) .swiper-button-wrap{
	left: auto;
    right: -10px;
}
.nieuws-listview .nieuws-list-image{
	margin-left: 45px;
}
.nieuws-listview .each-listview:nth-child(even) .nieuws-list-image{
	margin-left: 0px;
	margin-right: 45px;
}
.nieuws-listview .listiew-wrapper{
	padding: 0;
}
.nieuws-listview .each-listview .listview-content{
	margin-right: 45px;
}
.nieuws-listview .each-listview .flex-row-reverse .listview-content{
	margin-left: 45px;
	margin-right: 0;
}
.nieuw-block-content.listview-content:after{
	background-color: #be2727;
}
.nieuw-block-content.listview-content {
	padding-right: 40px;
    text-align: justify;
}
.nieuw-block-content.listview-content p, .nieuw-block-content.listview-content h4{
	color: #fff;
}
.nieuw-block-content .listview-content-wrap:before{
	background-color: #fff;
}
.nieuw-block-content .common-btn{
	background-color: #fff;
	color: #be2727;
	border: 2px solid #fff;
}
.nieuw-block-content .common-btn:hover{
	color: #fff;
	background-color: transparent;
}
.nieuw-block-content .common-btn:last-child{
	margin-left: 15px;
}
.nieuw-bottom-image img{
	display: none;
}

.nieuw-bottom-area .container{
	position: relative;
}
.nieuw-bottom-image{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.nieuw-bottom-area .moddlen-left-wrap .black-btn{
	margin-bottom: 0;
}
.nieuw-bottom-area .col-lg-5 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}
.nieuw-bottom-area.moddlen-dtl-top-area .niews-bottom-content h2 {
    margin-bottom: 25px;
    position: relative;
    font-family: 'NunitoSansRegular';
    color: #1c1c1c;
}
.nieuw-bottom-area.moddlen-dtl-top-area .niews-bottom-content h2:after{
	position: absolute;
	top: 5px;
	left: -30px;
	width: 4px;
	content: '';
	height: 65%;
	background-color: #be2727;
}
.nieuw-bottom-area.moddlen-dtl-top-area .niews-bottom-content p {
    margin-bottom: 40px;
    text-align: justify;
}
.nieuw-bottom-area{
	padding-top: 50px;
}
.niews-bottom-content{
	max-width: 630px;
    width: 100%;
    position: relative;
    margin: -120px 0 90px 70px;
    background-color: #fff;
    -webkit-box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.1);
    box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.1);
    padding: 60px 100px 60px 130px;
}
/***************************niewu dtl**********************/
.nieuw-dtl-top-sec .each-listview:nth-child(1){
	margin-bottom: 180px;
}
.nieuw-dtl-top-sec .listview-content-wrap p{
	margin-bottom: 0;
	text-align: justify;
}
.nieuw-dtl-top-sec .each-listview .flex-row-reverse .listview-content{
	padding: 60px;
	height: auto;
}
.nieuw-dtl-top-sec{
	padding: 50px 0 130px;
	clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 50% 100%, 0 94%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 50% 100%, 0 94%);
}
.nieuw-content-block:after{
	background-color: #be2727;
}
.nieuw-content-block h4, .nieuw-content-block p{
	color: #fff;
}
.nieuw-content-block .listview-content-wrap:before{
	background-color: #fff;
}
.nieuw-dtl-top-sec .nieuw-content-block-right{
	position: relative;
	z-index: 2;
	background-color: #fff;
	-webkit-box-shadow: 10px 20px 20px -25px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 20px 20px -25px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 20px 20px -25px rgba(0, 0, 0, 0.2);
    margin-top: 60px;
    padding: 60px 90px 60px 110px;
}
.nieuw-dtl-top-sec .nieuw-content-block-right p {
    margin: 10px 0 50px;
    text-align: justify;
}
.nieuw-content-block-right-wrap{
	position: relative;
    padding-left: 30px;
}
.nieuw-content-block-right-wrap:before {
    position: absolute;
    top: 5px;
    height: 80px;
    width: 4px;
    content: '';
    background-color: #be2727;
    left: 0px;
}
.nieuw-content-block-right-wrap .common-btn{
	background-color: #be2727;
}
.nieuw-content-block-right-wrap .common-btn:hover{
	background-color: #1c1c1c;
}
.nieuw-dtl-middle-sec{
	background-color: #fff;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 50% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 50% 100%, 0 100%);
    padding: 70px 0 130px;
}
.nieuw-dtl-middle-sec .diensten-content-wrap:after{
	display: none;
}
.nieuw-dtl-middle-sec .diensten-content-wrap{
	padding: 0;
}
.nieuw-dtl-middle-sec.diensten-dtl-content table{
	margin-top: 50px;
}
.niew-dtl-bottom-slide{
	position: relative;
	padding-bottom: 60px;
}
.niew-dtl-bottom-slide .swiper-container, .aanbod-dtl-slider .swiper-container{
	background-color: #000;
}
.niew-dtl-bottom-slide .swiper-slide-prev, .niew-dtl-bottom-slide .swiper-slide-next,
.aanbod-dtl-slider .swiper-slide-prev, .aanbod-dtl-slider .swiper-slide-next{
	opacity: 0.5;
}
.niew-dtl-bottom-slide .swiper-button-wrap{
	bottom: auto;
    top: -50px;
}
.nieuw-dtl-bottom{
	background-color: #fff;
}
/****************************aanbod dtl**********************/
.aanbod-dtl-slider{
	position: relative;
}
.aanbod-dtl-slider .swiper-button-prev{
	left: 7%;
}
.aanbod-dtl-slider .swiper-button-next{
	right: 7%;
}
.tab-part-wrapper {
    background-color: #fff;
    -webkit-box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.1);
    box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.1);
    padding: 40px 30px 30px;
    margin-top: -100px;
    position: relative;
    z-index: 1;
    margin-left: 30px;
    margin-top: auto;
}
.tab-top-part{
	padding: 0 15px 40px;
}
.aanbod-dtl-tab-sec h4{
	color: #1c1c1c;
	margin-bottom: 30px;
}
.aanbod-dtl-tab-sec .tab_hedaing h4{
	border-bottom: 1px solid #121212;
	padding-bottom: 10px;
}
.aanbod-dtl-tab-sec .bullet-panel{
	padding-bottom: 30px;
}
.tab-top-part li{
	font-family: 'NunitoSansBold';
    color:#1c1c1c;
    font-size:16px;
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
}
.tab-top-part li:nth-child(even){
	opacity: 0.75;
	font-family: 'NunitoSansRegular';
}
.tab-bottom-part li{
	font-family: 'NunitoSansRegular';
    color:#1c1c1c;
    font-size:16px;
    margin-bottom: 5px;
}
.tab-bottom-part .tab-content{
	padding: 100px 15px 0;
}
.tab-bottom-part .nav-tabs {
	border-bottom: 0px;
}
.tab-bottom-part .tab-sec .nav-tabs .nav-item {
	width: 32%;
	text-align: center;
	background-color: transparent;
	margin-right: 7px;
	border-radius: 0;
	font-size: 16px;
	font-family: 'NunitoSansRegular';
}
.tab-bottom-part .tab-sec .nav-tabs .nav-item:last-child{
	margin-right: 0;
}
.tab-bottom-part .nav-tabs .nav-link {
	border-top-left-radius: 0rem;
	border-top-right-radius: 0rem;
	background-color: #194a99;
	padding: 14px 0;
	color: #FFF;
	border:2px solid #efefef;
	border-radius: 50px;
	position: relative;
}
.tab-bottom-part .nav-tabs .nav-link:hover {
    color: #fff;
    background-color: #b81b24;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-bottom-part .nav-tabs .active {
    color: #fff;
    background-color: #b81b24;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-bottom-part .nav-tabs .nav-link:after{
	position: absolute;
    bottom: -35px;
    width: 12px;
    height: 12px;
    content: '';
    background-image: url(../images/drop.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}
.tab-bottom-part .nav-tabs .nav-link.active:after{
	opacity: 1;
}
.aanbod-dtl-tab-sec{
	padding-bottom: 100px;
}
.tab-right-area h6 a{
	color: #1c1c1c;
}
.tab-right-area h6{
	margin-top: 20px;
}
.tab-right-area .common-btn{
	max-width: 100%;
	margin-bottom: 7px;
}
.tab-right-area .common-btn.border-btn{
	color: #1c1c1c;
	border: 2px solid #d6d6d6;
	background-color: transparent;
	line-height: 58px;
}
.tab-right-area .common-btn.border-btn:hover{
	border: 2px solid #1c1c1c;
	background-color: #1c1c1c;
	color: #fff;
}
.tab-right-area .common-btn.border-btn:after, .form-area .common-btn:after, 
.each-new-list-content .common-btn:after{
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}
.tab-right-area .common-btn.border-btn:hover:after, .form-area .common-btn:hover:after,
.each-new-list-content .common-btn:hover:after{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.tab-right-area .form-1 .common-btn, .tab-right-area .form-2 .common-btn, .tab-right-area .form-3 .common-btn{
	background-color: #fff;
	color: #1c1c1c;
}
.tab-right-area .form-1 .common-btn:hover, .tab-right-area .form-2 .common-btn:hover, 
.tab-right-area .form-3 .common-btn:hover{
	color: #fff;
	background-color: #b81b24;
}
.tab-right-area{
	padding: 50px 100px 0;
}
.man-img {
    display: inline-block;
    width: 40%;
}
.man-content {
    display: inline-block;
   	padding-left: 30px;
    vertical-align: middle;
}
.tab-right-area .man-content h6 a{
	color: #848484;
}
.tab-right-area .man-content h6 a:hover{
	color: #1c1c1c;
}
.man-content h6{
	font-family: 'NunitoSansRegular';
	line-height: 28px;
}
.each-member-panel img{
	background: #5d5d5d;
    border-radius: 100%;
}
.each-member-panel{
	margin-bottom: 60px;
}
.dtl-page-member{
	padding-top: 50px;
}

.aanbod-dtl-middle-bg{
	clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0 0);
    -webkit-clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0 0);
    height: 780px;
}

.aanbod-dtl-middle-bg .each-middle-content p{
	-webkit-box-orient: unset;
    text-overflow: unset;
    height: 80px;
}
.aanbod-dtl-middle-bg .each-middle-content{
	margin-bottom: 130px;
}
.aanbod-dtl-middle-bg .each-middle-content:hover{
	/*height: 410px;*/
	height: auto;
	margin-bottom: 0px;
}
.aanbod-dtl-middle-bg .each-middle-content:hover  p{
	height: auto;
}
.aanbod-dtl-middle-bg .content-cover:after{
	height: 70px;
	top: 15px;
	transform: translateY(0);
}
.aanbod-dtl-middle-bg .each-middle-content{
    padding-top: 50px;
    margin-top: 60px;
}
.aanbod-dtl-product{
	background-color: #fff;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 50% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 50% 100%, 0 100%);
    padding-bottom: 120px;
}
.aanbod-dtl-form-sec{
	border:10px solid #f9f9f9;
	border-bottom: 20px solid #f9f9f9;
}
.aanbod-dtl-top-heading{
	padding-top: 30px;
}

.whatsapp_button {
    position: fixed;
    width: 70px;
    z-index: 99999999;
    right: 80px;
    bottom: 5%;
}
/**************************thank u***********************/
.thank-u-banner h2{
	margin-bottom: 30px;
}
/*************************************pop up**************************************/
.modal-area .modal{
	padding-left: 0px !important;
}
.modal-area .modal-dialog {
    max-width: 745px;
    margin: 15% auto 0px;
}
.modal-area .modal-content{
	border-radius: 0;
	border:0;
	padding: 0;
	background-color: transparent;
}
.popup-content{
	padding: 80px 120px 70px;
    background-color: #fff;
}
.popup-content h4, .popup-content p{
	color: #1c1c1c;
}
.popup-content p{
	margin: 15px 0 45px;
}
.close-img{
	position: absolute;
	top: 30px;
	right: 30px;
}
.close-img img{
	width: 18px;
	height: 18px;
}
.popup-content-wrapper{
	max-width: 495px;
	width: 100%;
	padding-left: 30px;
	position: relative;
}
.popup-content-wrapper:after{
	position: absolute;
   	left: 0px;
    width: 4px;
    height: 90px;
    background-color: #be2727;
    content: '';
    top: 5px;
}
#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: 'BentonSansRegular';
  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;
  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;
}
.moddlen-dtl-bottom-image img{
	display:none;
}
.moddlen-dtl-bottom-image{
		height:430px;
		background-position:center center !important;
		background-repeat:no-repeat !important;
		background-size:cover !important;
	}
.middle-bg-area .swiper-button-next{
	right: -50px;
}
.middle-bg-area .swiper-button-prev{
	left: -50px;
}
.car-right-price h6{
	font-size:15px !important;
}
/*.filter_button{
	display:none;
}*/

.filter_div a{
	color: #194a99;
	margin-top: 10px;
}
/***********angel css****************/
.diensten-dtl-content{
	position:relative;
}
.angel-box-wrapper{
	position:absolute;
	right:0px;;
	width:50%;
	top:50%;
	height:80%;
	transform:translateY(-50%);
	clip-path: polygon(56% 0, 100% 0, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(56% 0, 100% 0, 100% 100%, 0% 100%);
}
.angel-box-wrapper img{
	display:none;
}
.new-wrapper{
	padding: 80px 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
/******************new-modellen*******************/
.each-new-list-wrapper{
	width:100%;
	padding-top:154px;
	padding-bottom:50px;
	padding-left:80px;
	padding-right:80px;
	position:relative;
	margin-bottom:20px;
}

.each-new-list-content h2{
	margin-bottom:6px;
	color:#fff !important;
}
.each-new-list-content h2 span{
	color:#fff;
}
.each-new-list-content p{
	color:#fff;
	margin-bottom:50px;
}
.each-new-list-content a{
	background:#fff;
	color:#121212;
}
.related-logo{
	position: absolute;
	right: 80px;
	top: 50%;
	transform: translateY(-50%);
}
/*********************merk step3************************/
.merk-top-heading{
	background-color: #fff;
}
.merk-content-list-sec h4{
	margin-bottom: 20px;
	position: relative;
	color: #1c1c1c;
}
.merk-content-list-sec h4:after {
    display: none;
/*
    position: absolute;
    left: -40px;
    width: 4px;
    background-color: #be2727;
    content: '';
    top: 5px;
    height: 18px;
*/
}
.merk-content-list-sec{
	padding: 40px 0 70px;
}
.merk-right-area li{
	font-family: 'NunitoSansRegular';
    color: #1c1c1c;
    font-size: 16px;
    position: relative;
    width: 49%;
    display: inline-block;
    padding-left: 15px;
    margin-bottom: 5px;
}
.merk-right-area li:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #1c1c1c;
	content: '';
	border-radius: 100%;
}
.merk-left-content{
	max-width: 780px;
    width: 100%;
    padding-left: 40px;
}
.merk-right-area{
	padding-left: 80px;
}
.merk-slider-area.nieuws-listview .nieuws-list-image{
	margin-left: 0;
}
.merk-slider-area .listview-image{
	margin-top: 0;
}
.merk-slider-area .listview-content:after{
	box-shadow: none;
	width: 100%;
}
.merk-slider-area.nieuws-listview .each-listview .listview-content{
	margin-right: 0;
	padding: 100px 60px 100px 40px;
}
.merk-slider-area.nieuws-listview .swiper-button-wrap {
    top: -50px;
    transform: translateY(0);
    right: -55px;
    left: auto;
}
.merk-slider-area .listview-content p{
	margin: 20px 0 0;
}
.merk-slider-area .listview-content-wrap:before{
	height: 18px;
}
.merk-slider-area .listview-content-wrap {
    padding-left: 36px;
}
.merk-slider-area{
	padding: 130px 0 100px;
}
.merk-table-content .diensten-content-wrap{
	max-width: 1170px;
	width: 100%;
	margin: auto;
}
.merk-table-content{
	background-color: #f9f9f9;
	padding-top: 0;
	clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 50% 100%, 0 94%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 50% 100%, 0 94%);
}
.merk-video-top-sec{
	padding-top: 100px;
}
.merk-video-top-sec .merk-left-content{
	max-width: 100%;
}
.merk-play-area{
	position: relative;
}
.play-btn img{
	width: 60px;
}
.play-btn{
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	cursor: pointer;
	left: 0;
	text-align: center;
	width: 100%;
}
.merk-product-sec{
	padding: 100px 0 140px;
	background-color: #f9f9f9;
}
.merk-product-sec h4{
	color: #1c1c1c;
	margin-bottom: 60px;
}
.merk-product-sec .each-product img{
	border-radius: 0;
	margin: auto;
    display: table;
}
.merk-product-sec .each-product{
	/*background-color: #fff;
	padding-top: 60px;*/
}
.merk-product-sec .product-content p{
	line-height: 20px;
}
.merk-product-sec .common-arrow img {
    filter: brightness(1) invert(1);
    -webkit-filter: brightness(1) invert(1);
    width: 26px;
    height: 26px;
}
.merk-product-sec .each-slide{
	position: relative;
}
.merk-product-sec .swiper-button-next{
	right: -80px;
}
.merk-product-sec .swiper-button-prev{
	left: -80px;
}
.merk-header .header-topbar, .merk-header.werkplts-header .desktop-nav{
	background-color: #fff;
}
.merk-play-area{
	height:400px;
}
.opening-time p{
	text-align: justify;
}
#menu2 iframe{ 
	height: 1530px;
	width:100%;
}

/*******************overons year slider*******************/
.overons-year-right-image{
	right: 0;
	top: 0;
	position: absolute;
}
.overons-year-right-image img{
	display: none;
}
.overons-year-slider-wrapper {
	position: relative;
	margin: 20px 20px -20px;
}
.year-left-content h2{
	color: #1c1c1c;
	font-family: 'NunitoSansRegular';
	margin-bottom: 30px;
}
.year-left-content{
	padding: 23% 0 20%;
}
.timeline-arrows{
	position: absolute;
    top: 23%;
    width: 48%;
    right: 0;
}
.overons-year-slider-wrapper .common-arrow img{
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}
.overons-year-slider-wrapper .swiper-button-prev{
	left: auto;
    right: 35px;
}
.timeline-arrows .common-arrow{
	position: relative;
	display: inline-flex;
}
.overons-slider-bullet {
    position: relative;
    top: -80px;
}
.dot-big {
    margin: 30px auto 10px;
    width: 20px;
    height: 20px;
    background: #be2727;
    border-radius: 100%;
    position: relative;
    right: 10px;
}
.dot-big:before {
    background-image: url(../images/overons-bullet.svg);
    background-repeat: space;
    height: 10px;
    background-size: 38px 7px;
    content: '';
    position: absolute;
    right: 38px;
    width: 100vw;
    top: 50%;
    transform: translateY(-50%);
}
.dot-big:after {
    background-image: url(../images/overons-bullet.svg);
    background-repeat: space;
    height: 10px;
    background-size: 38px 7px;
    content: '';
    position: absolute;
    left: 38px;
    width: 30vw;
    top: 50%;
    transform: translateY(-50%);
}
.overons-year-slider {
    overflow-x: hidden;
}
.pagination-wrapper {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0px;
    bottom: -130px;
}
.pagination-wrapper span {
    display: inline-block;
    color: #be2727;
    font-size: 27px;
    font-family: 'NunitoSansBold';
    opacity: 0;
    position: relative;
}
.overons-year-slider-wrapper .swiper-slide-active .pagination-wrapper span {
    opacity: 1;
}
.each-year-slide{
	position: relative;
	margin-bottom: 130px;
}
.man-content h4 {
    font-size: 20px !important;
}
.member-flags{
	padding-top: 50px;
}
.aflevering-sec .listview-image, .aflevering-sec .each-listview .flex-row-reverse .listview-image{
	margin-top: 0;
}
.aflevering-sec .listview-image{
	position: relative;
	top: -60px;
}
.aflevering-sec .each-listview .flex-row-reverse .listview-image{
	top: 60px;
}
.each-listview .listview-image, .nieuws-listview .nieuws-list-image{
	background-size: 0;
}
.listview-image img {
    /*display: none;*/
}
.new-moddlen-arrows{
	position: absolute;
    top: 0;
    width: 100%;
}
.merk-slider-area .listiew-wrapper .listview-content .listview-content-wrap p{
	height: 120px;
    overflow: hidden;
}
.merk-slider-area .listiew-wrapper .listview-content .listview-content-wrap .white-btn {
    cursor: pointer;
	color: #121212;
}
.merk-slider-area .listiew-wrapper .listview-content .listview-content-wrap .arrow1 img {
    transform: rotate(180deg);
}
/*.moddlen-dtl-bottom-slide .swiper-container .each-modellen-slide{
	overflow: hidden;
}
.moddlen-dtl-bottom-slide .swiper-container .each-modellen-slide img{
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.moddlen-dtl-bottom-slide .swiper-container .each-modellen-slide:hover img{
	transform: scale(1.5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}*/

.moddlen-dtl-bottom-slide .swiper-slide-active .each-modellen-slide:after{
	display: none;
}
.werkplts-top-heading .moddlen-dtl-brand-image {
	width:100%;
	text-align:right;
	padding-top: 10px;
}
.werkplts-top-heading .moddlen-dtl-brand-image img{
	-webkit-filter: invert(100%);
    filter: invert(100%);
}
.modellen-bottom-area .each-new-list-wrapper .w-100{
	display: none;
}
.mobile-merken-btn{
	display: none;
}
.new-middlen-list-image{
	position: relative;
}
.moddlen-dtl-brand-image li{
	display: inline-block;
}
.form-area_cnt{
	background: #121212;
    padding: 30px;
    max-width: 440px;
}
/**************subpage content************/
.table-area .diensten-content-wrap{
	padding-right: 50px;
}
.table-area .diensten-content-wrap:after{
	display: none;
}
.table-area h6{
	position: absolute;
    top: 4px;
    height: 80px;
    width: 4px;
    background-color: #be2727;
    left: 0px;
}
.subpage-detail-content-block .row{
	background: #f9f9f9;
	margin: 50px 0;
}
.left-block-content p{
	text-align: justify;
}
.left-block-content h4 {
    color: #1c1c1c;
    margin-bottom: 15px;
}
.left-block-content{
	padding: 30px 40px 30px 50px;
}
.right-block{
	padding-left: 40px;
}
.table-area .common-btn{
	margin-top: 40px;
	margin-right: 20px;
}
.diensten-dtl-content.bottom-content{
	background-color: #fff;
	clip-path: unset;
	-webkit-clip-path: unset;
	padding: 0;
}
.bottom-content .diensten-content-wrap{
	background: #f9f9f9;
	padding-top: 50px;
	padding-bottom: 50px;
}
/******************vacature*************/
.vacature-top-content{
	background-color: #1c1c1c;
	padding: 60px 0px;
}
.vacature-top-content h2, .vacature-top-content p{
	color:#fff;
}
.vacature-top-content h2 span {
	position: relative;
	display: inline-block;
	margin-bottom: 24px;
	color: #fff;
}
.vacature-top-content h2 span::before {
	position: absolute;
	content: '';
	border-bottom: 3px solid #be2727;
	width: 40px;
	bottom: -12px;
	left: 0px;
}
.vacature-top-content h6{
	padding-top: 25px;
}
.vacature-top-content p {
	padding-top: 25px;
	text-align: justify;
}
/*====tab====*/
.vertical_tab_sec .container-fluid{
	padding:0px;
}
.right_tab_sec{
	background: #f5f5f5;
}
.vertical_tab_sec .nav-item{
	width:100%;
	padding:0px !important;
	background:#f5f5f5;
}
.vertical_tab_sec .nav-link{
	border-radius: 0px;
	padding: 40px 60px;
	border-top: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.1);
	border-right: 1px solid rgba(0,0,0,.1);
	border-left: 4px solid transparent;
	text-transform: capitalize;
}
.vertical_tab_sec .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	background-color: #ffffff;
	color:#121212;
	border-left: 4px solid #be2727;
}
.vr_left{
	float:left;
	font-family: 'NunitoSansRegular';
	font-size:24px;
	color:#121212;
}
.vr_left p{
	font-family: 'NunitoSansRegular';
	font-size:16px;
	color:#a4a4a4;
	margin-bottom:0px;
}
.vr_rt{
	float:right;
	background:#be2727;
	color:#ffffff;
	font-family: 'NunitoSansRegular';
	font-size:24px;
	width:40px;
	height:40px;
	border-radius:100%;
	text-align:center;
	padding-top:2px;
}
/*===tab content===*/
.vertival_tab_wrapper{
	width:100%;
	padding:8%;
}
.vertival_tab_wrapper h2 span {
	position: relative;
	display: inline-block;
	margin-bottom: 24px;
}
.vertival_tab_wrapper h2 span::before {
	position: absolute;
	content: '';
	border-bottom: 3px solid #be2727;
	width: 40px;
	bottom: -12px;
	left: 0px;
}
.vertival_tab_wrapper p{
	text-align:justify;
	padding-bottom:50px;
}
/*======vacature-form=====*/
.gap_adj2{
	padding-top:0px;
}
.vertival_tab_wrapper .form-group {
    margin-bottom: 30px;
}
.vertival_tab_wrapper .form-styl{
	border-color: #1c1c1c;
    color: #1c1c1c;
}
.vertival_tab_wrapper .form-styl:focus {
	color: #1c1c1c;
}
.vertival_tab_wrapper .form-styl:placeholder {
	color: #1c1c1c;
}
.vertival_tab_wrapper .form-styl:-ms-input-placeholder {
	color: #1c1c1c;
}
.vertival_tab_wrapper .form-styl::placeholder {
	color: #1c1c1c;
}
.vertival_tab_wrapper .form_heading1{
	margin-bottom:30px
}
.vertival_tab_wrapper .form_heading1 h3{
	position:relative;
	color:#1c1c1c;
	padding-bottom:12px;
}
.vertival_tab_wrapper .form_heading1 h3:after{
	position: absolute;
    content: '';
    border-bottom: 3px solid #be2727;
    width: 40px;
    bottom:0;
    left: 0px;
}
.vertival_tab_wrapper .form_address{
	margin-top:40%;
}
.vertival_tab_wrapper .each_tick {
    padding-top: 50px;
}
.vertival_tab_wrapper .each_tick ul {
    padding-left: 30px;
}
.vertival_tab_wrapper .each_tick ul li {
    font-family: 'NunitoSansRegular';
    font-weight: 600!important;
    color: #121212;
    font-size: 14px;
    line-height: 26px;
    padding: 4px 0px;
    word-break: break-all;
}
.vertival_tab_wrapper .each_tick ul li  a{
	color: #121212;
}
.vertival_tab_wrapper .form_address .each_tick span {
    display: inline-block;
    margin-left: -30px;
    padding-right: 20px;
    width: 30px;
}
.vertival_tab_wrapper .form_gap_shadow {
    padding: 45px 65px;
    background-color: #fff;
    -webkit-box-shadow: 1px 14px 32px 9px rgb(0,0,0,0.11);
    -moz-box-shadow: 1px 14px 32px 9px rgba(0,0,0,0.11);
    box-shadow: 1px 14px 32px 9px rgb(0,0,0,0.11);
    margin-bottom: -75px;
}
.vertival_tab_wrapper .photo_upld{
	color: #1c1c1c;
}
.listview-content-wrap.second-wap p{
	color: #1c1c1c;
	font-size: 14px;
	margin-bottom: 0px;
}
.listview-content .common-btn.second-wap-btn{
	margin-top: 40px;
}
.filter-sec.product-block {
    background-color: #f9f9f9;
    padding-top: 40px;
}
.aanbod_new_filter .common-btn{
    padding: 0 20px 0 20px;
    height: 50px;
    line-height: 45px;
	margin-top: 30px;
}
.aanbod-list-product .product-btm-info table{
	height: auto;
}
.aanbod_new_filter .common-btn::after{
    display: none;
    padding: 0 60px 0 20px;
}
.filter-wrap {
    background-color: #fff;
    padding: 40px;
    position: relative;
    z-index: 1;
}
.filter_heading {
    text-align: center;
    max-width: 1200px;
    margin: auto;
}
.filter_heading h2 {
    color: #000;
    text-align: center;
}
.filter_heading .divider {
    border-width: 2px;
}
.aanbod_new_filter .filter_div {
    max-width: 1200px;
    margin: auto;
}
.big-heading {
    position: absolute;
    pointer-events: none;
    top: 8rem;
    left: -10%;
}
.big-heading h2 {
    font-size: 250px;
    color: rgba(22, 54, 55, 0.11);
    line-height: 200px;
    font-family: 'NunitoSansBold';
    text-transform: uppercase;
    text-align: center;
    margin: 0 175px 0 155px;
    margin-bottom: 30px;
}
.aanbod_new_filter h3 {
    font-size: 3.6rem;
    color: #000;
    font-family: 'NunitoSansRegular';
    margin-bottom: 3rem;
}
.aanbod-list-product {
    background-color: #f9f9f9;
}
.aanbod_new_filter .select-style {
    width: 100%;
    background: url(../images/filter-down-arrow.svg) no-repeat 92% 18px / 14px;
    margin-bottom: 25px;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #D9D9D9;
    text-align: left;
}
.aanbod_new_filter .each-select-box{
    max-width: 300px;
}
/****product-sec****/
.product-sec {
    padding: 230px 0 100px;
    position: relative;
}
.product-sec h3 {
    color: rgba(22, 54, 55, 0.11);
    /* font-family: 'Montserrat'; */
    font-size: 300px;
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 21%;
}
.product-slider {
    padding-top: 40px;
}
.product-info {
    padding: 30px 15px 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.new_product-content h6 {
    height: 24px;
    font-family: 'NunitoSansBold';
    color: #163637;
	font-size: 18px;
	overflow: hidden;
}
.new_product-content p {
    font-size: 16px;
 	height: 45px;
  	overflow: hidden;
  	margin: 10px 0;
  	line-height: normal;
}
.product-info tr {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}
.product-info td {
    vertical-align: top;
    font-size: 13.1px;
    padding: 5px 8px;
    border-radius: 0;
    background-color: #384764;
	border-radius: 10px;
}
.product-btm-info table {
    height: 120px;
}
.product-price h4,
.product-price h6 {
    color: #163637;
	font-family: 'NunitoSansBold';
}
.aanbod-list-product .product-info{
	background-color: #fff;	
}
/* .product-btn {
    margin-top: 85px;
    position: relative;
    z-index: 1;
}
.product-slider .common-arrow {
    bottom: -100px;
    top: auto;
}
.product-slider .swiper-button-next {
    right: 0%;
}
.product-slider .swiper-button-prev {
    left: 0%;
}
.product-btm-info .col-md-7 {
    width: 53%;
}
.product-btm-info .col-md-5 {
    width: 47%;
} */
.product-info-btn{
	height: 48px;
    line-height: 47px;
}
.product-slider a:hover .common-btn{
	color: #fff;
    background-color: #b81b24;
}
.product-price{
	text-align: end;
}
header .dropdown-menu {
	border-radius: 0;
	border: 0;
	padding: 20px 0 0;
 	background-color: transparent;
}
header .dropdown-item{
  	padding: 8px 30px;
  	background-color: #b81b24;
  	border-bottom: 1px solid rgba(255,255,255,0.2);
}
header .dropdown-item:focus, .dropdown-item:hover {
  	background-color: #344767 !important;
}
header .dropdown:hover .dropdown-menu  {
	display: block;
}
#mobile-contact-bar-outer {
    display: none;
}
/*===========Dodge-Page=================*/
html{
	font-size: 62.5%;
}
.dodge-banner .position-absolute.h-100{
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
}
.dodge-banner .position-absolute.w-100:not(.h-100), .dodge-video .position-absolute{
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
}
.dodge-banner h1, .dodge-content h2, .dodge-content h4, .dodge-content h5, .dodge-content h6{
    text-transform: uppercase; 
    letter-spacing: -5%;
}
.dodge-banner h1, .dodge-breadcrumb, .dodge-content, .dodge-content h2, .dodge-content p, .dodge-content h6{
    font-family: 'HelveticaNeueLTStdRoman';
}
.dodge-banner h1{
	font-size: 112px; 
	line-height: 87px;
	margin-bottom: 0;
}
.dodge-banner h1 span, .dodge-content h2 span, .dodge-content h4, .dodge-content h5 span, .dodge-content h6 span{
    font-family: 'HelveticaNeueLTStdBd';
}
.dodge-banner h1 span{
	display: block;
}
.dodge-content h4{
	font-size: 26px;
}
.dodge-content h5{
	font-size: 20px;
}
.dodge-content h5 span{
	letter-spacing: normal;
}
.dodge-banner .position-absolute.ram-logo{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 28%;
}
.dodge-breadcrumb, .dodge-breadcrumb a, .dodge-content, .dodge-content h2, .dodge-content h2 span, .dodge-content h4, 
.dodge-content h5, .dodge-content p a, .dodge-content h6{
    color: #000;
}
.dodge-breadcrumb .d-flex{
    width: 48px;
    height: 48px;
    background: #1A4D97;
}
.dodge-breadcrumb, .dodge-content p, .dodge-content li{
    font-size: 14px;
    line-height: 22px;
}
.dodge-breadcrumb a:hover{
    color: #194a99;
}
.dodge-breadcrumb .border-bottom{
    border-color: #adadad !important;
}
.dodge-content h2{
    font-size: 46px;
    margin-bottom: 14px;
}
.dodge-content p a{
    text-decoration: underline;
}
.dodge-content .ml-0{
    max-width: 460px;
}
.dodge-content .common-btn, .dodge-content ul{
    margin-top: 30px;
}
.dodge-content .common-btn{
    font-family: 'HelveticaNeueLTStdMd';
    font-size: 14px;
    letter-spacing: normal;
    max-width: 208px;
    height: 48px;
    line-height: 48px;
}
.dodge-content .common-btn:after{
    right: 14px;
}
.dodge-breadcrumb  td{
	border: 0 !important;
}
.dodge-content td{
    width: 50%;
    vertical-align: top;
    padding-right: 25px;
	border: 0 !important;
}
.dodge-content td:nth-child(even){
    padding-right: 0;
    padding-left: 25px;
}
.dodge-car, .dodge-video, .dodge-btm{
    background: #EBEBEB;
}
.dodge-car .mx-auto{
    max-width: 213px;
    height: 124px;
}
.dodge-car img.h-100{
    object-fit: contain;
    opacity: .2;
}
.dodge-custom-row{
    margin: 0 -.5rem;
}
.dodge-video{
    height: 353px;
}
.dodge-video img.h-100{
    object-fit: cover;
}
.dodge-content .swiper-slide .d-block, .dodge-content .swiper-slide .position-absolute h6{
	background: #DBD7D7;
}
.dodge-content .swiper-slide h6{
	font-size: 12px;
}
.dodge-content .swiper-slide .position-absolute{
	top: 0;
	right: 0;
}
.dodge-content .swiper-slide .position-absolute h6{
	padding: 10px;
}
.dodge-content .swiper-slide h4{
	margin: -6px 0 7px;
	height: 60px;
  	overflow: hidden;
}
.dodge-content .swiper-button-prev:after, .dodge-content .swiper-button-next:after{
	display: none;
}
.dodge-content .swiper-button-prev{
	left: -4%;
}
.dodge-content .swiper-button-next{
	right: -4%;
}
.dodge-content li{
    position: relative;
    padding-left: 14px;
    margin-bottom: 2px;
}
.dodge-content li:before{
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
}
.dodge-faq .accordian-item{
	background: #F1F1F1;
	padding: 20px 25px;
	border-radius: 3px;
}
.dodge-faq .accordian-item span{
	font-family: 'HelveticaNeueLTStdMd';
	font-size: 1.6rem;
	color: #000;
}
.dodge-faq .accordian-item .position-relative:after{
	position: absolute;
	content: '';
	top: 3px;
  	right: 0;
  	width: 18px;
  	height: 18px;
	background: url(../images/minus.svg) no-repeat center /contain;
	filter: brightness(0) invert(0);
	-webkit-filter: brightness(0) invert(0);
}
.dodge-faq .accordian-item .position-relative.collapsed:after{
	background-image: url(../images/plus.svg);
}
.dodge-faq .accordian-item p{
	margin-top: 7px;
}