@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'MontserratRegular';
    font-size: 16px;
    color: #1c1c1c;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
.grecaptcha-badge{
    display:none;
}
/*****************for mobile menu*************/
#menu.mm-menu {
  background: #121212;
  border-color: rgba(255,255,255,0.2);
  color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
  color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
  background-color: rgba(255,255,255,0.2);
}
.mm-menu .mm-listview>li .mm-next:after, .mm-menu .mm-btn:before{
  border-color: #fff;
}
.mm-listview>li .mm-next:before{
  border-color: rgba(255,255,255,0.2);
}
.mm-btn.mm-prev{
  border-right: 2px solid rgba(255,255,255,0.2);
  width: 50px;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/*===============header===============*/
.header-area{
	position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
}
.top-bar{
	background: #1c1c1c;
	padding: 20px 0;
}
.top-bar .text-center img{
	width: 224px;
}
.top-bar li{
	display: inline-block;
	margin-right: 40px;
}
.top-bar li img{
	width: 20px;
	margin-right: 5px;
}
.top-bar li a{
	font-family: 'MontserratRegular';
	font-size: 15px;
	color: #7f7f7f;
	letter-spacing: 0.2px;
}
.top-bar li a:hover{
	color: #fff;
}
.top-bar li a:hover img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.top-bar ul{
	margin-left: -7%;
	white-space: nowrap;
}
.desktop-nav{
	background: rgba(18, 18, 18, 0.7);
}
.desktop-nav li{
	display: inline-block;
	margin: 0 15px;
}
.desktop-nav li a{
	padding: 25px;
	font-size: 15px;
	font-family: 'MontserratBold';
	display: block;
	letter-spacing: 0.2px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.desktop-nav li a:hover{
	background: #af9823;
	color: #fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/*****fixed-whatsap*****/
.fixed-whatsap {
	position: fixed;
	right: 40px;
	bottom: 50px;
	z-index: 999;
}
.fixed-whatsap img {
	width: 50px;
}
/*===============banner===============*/
.banner-sec{
	position: relative;
}
.banner-content {
	position: absolute;
	left: 0;
	top: 60%;
    transform: translateY(-50%);
	width: 100%;
	z-index: 1;
}
.banner-block-right{
	max-width: 530px;
	width: 100%;
	background: #fff;
	border-radius: 5px;
	padding: 30px 40px 30px;
}
.banner-block-right h4{
	font-family: 'MontserratMedium';
	color: #1c1c1c;
	letter-spacing: 0.5px;
}
.dropdwn-area{
	border: 1px solid #dbdbdb;
	padding: 10px 30px;
	margin: 20px 0;
	position: relative;
}
.dropdwn-area .dropdown-toggle{
	font-family: 'MontserratLight';
    font-size: 18px;
    color: #212121;
    display: block;
    position: relative;
    letter-spacing: 0.65px;
}
.dropdwn-area .dropdown-toggle::after{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-left: 0.4em solid transparent;
}
.dropdwn-area .dropdown-menu{
	border: 0;
    border-radius: 0;
    padding-top: 30px;
    background: transparent;
    min-width: 100%;
    padding-top: 70px;
    top: 0 !important;
    transform: translate(0px) !important;
}
.dropdwn-area ul{
	background-color: #121212;
}
.dropdwn-area .dropdown-item{
	background-color: #121212;
    padding: 12px 30px;
    color: #fff;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.dropdwn-area .dropdown-item:hover, .dropdwn-area .dropdown-item.active{
	background-color: #af9823;
    color: #fff;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.list-content li{
	font-family: 'MontserratSemiBold';
	font-size: 15px;
	color: rgba(28, 28, 28, 0.5);
	letter-spacing: 0.2px;
	position: relative;
	padding-left: 50px;
    margin-bottom: 12px;
}
.list-content li:before{
	position: absolute;
	top: 0;
	left: 5px;
	width: 30px;
	height: 30px;
	content: '';
	background-image: url(../images/tick.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/*=============service============*/
.service-sec{
	background: #1c1c1c;
	padding: 6% 0;
}
.service-content{
	padding: 0 14%;
}
.service-content li a{
	font-family: 'MontserratLight';
    font-size: 23px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding: 25px 0;
    margin-bottom: 18px;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}
.service-content li span{
	float: right;
}
.service-content li a:hover{
	background: #8a7921;
    padding-left: 60px;
    padding-right: 60px;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}
.service-content ul{
	margin: 30px 0 40px;
}
/*==============product=============*/
.product-sec{
	background: #f5f5f5;
}
.sec-heading .common-arrow{
	position: relative;
	display: inline-flex;
	margin: 20px 50px 0;
}
.sec-heading{
	background: #121212;
	padding: 80px 0 50px;
}
.product-img{
	position: relative;
}
.serach-img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	visibility: hidden;
	z-index: 2;
}
.serach-img img{
	width: 60px;
}
.each-product:hover .serach-img{
	visibility: visible;
}
.product-img:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #000;
	opacity: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover .product-img:before{
	opacity: 0.5;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-dtl{
	background: #fff;
	padding: 50px 30px 15px;
}
.product-dtl h4{
	font-family: 'MontserratBold';
	color: #4c4c4c;
	text-transform: capitalize;
}
.product-dtl h6, .product-dtl td{
	font-family: 'MontserratRegular';
	font-size: 15px;
	color: #4c4c4c;
}
.product-dtl .divider{
	background: #f2f2f2;
	opacity: 1;
	margin: 30px 0;
}
.product-dtl td span{
	margin: 0 30px;
}
.each-product{
	margin: 0 15px 80px;
}
.each-product:hover {
    -webkit-box-shadow: 0px 10px 14px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 10px 14px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 14px 0px rgb(0 0 0 / 10%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-slider{
	position: relative;
	background: #121212;
}
.product-slider:before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 314px;
	content: '';
	background: #f5f5f5;
}
.product-btn{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
/*	padding-bottom: 120px;*/
	padding-bottom: 50px;
}
/*=============footer===========*/
.footer-area{
	background: #1c1c1c;
	padding: 90px 0 60px;
}
.footer-area a .mw-100{
	width: 224px;
}
.js-marquee img{
    width: 100px;
}
.contact-address{
	max-width: 100%;
	width: 100%;
	margin-left: auto;
}
.contact-address h6, .contact-address p{
	font-size: 15px;
	color: #fff;
	opacity: 0.85;
	font-family: 'MontserratLight';
	letter-spacing: 1.2px;
}
.contact-address p{
	opacity: 1;
	color: rgba(255, 255, 255, 0.5);
	margin-top: 10px;
	letter-spacing: 0.5px;
}
.contact-address ul{
	opacity: 1;
	color: rgba(255, 255, 255, 0.5);
	/*margin-top: 10px;*/
	letter-spacing: 0.5px;
	font-family: 'MontserratLight';
}
.contact-address ul li{
	text-transform: uppercase;
}
.contact-address a{
	opacity: 0.5;
}
.contact-address a:hover{
	opacity: 1;
}
.footer-area hr{
	background: #efefef;
	opacity: 0.1;
	height: 2px;
	margin: 60px 0 45px;
}
.social-icon img{
	width: 22px;
}
.social-icon a{
	margin-right: 25px;
}
/*================lease sec==============*/
.car-lease-block{
	padding: 65px 0;
	background: #f5f5f5;
}
.car-lease-block h2{
	color: #1c1c1c;
}
.car-lease-block img{
	width: 133px;
	height: 133px;
	border-radius: 100%;
	margin: 60px 0 70px;
}
.each-block h4{
	margin-bottom: 40px;
}
.each-block p{
	font-size: 15px;
	color: #979797;
	line-height: 1.4;
	text-align: justify;
}
.each-block{
	padding-right: 15%;
}
.car-lease-block .common-btn{
	margin-top: 60px;
}
/*==============review=============*/
.review-sec{
	background: #f5f5f5;
	padding-left: 80px;
	padding-bottom: 80px;
}
.each-review img{
	width: 18px;
}
.left-block{
	background: #1c1c1c;
	padding: 80px;
	margin: 100px 0;
	position: relative;
	height: 825px;
}
.each-review h5, .each-review h6{
	font-family: 'MontserratMedium';
/*	font-size: 22px;*/
	color: #fff;
	opacity: 0.35;
	letter-spacing: 0.5px;
    font-size: 18px;
}
.each-review h6{
	font-family: 'MontserratBold';
	opacity: 1;
}
.each-review h5{
	line-height: 1.5;
	margin: 20px 0 30px;
}
.each-review img{
	width: 22px;
	margin-right: 2px;
}
.each-review{
	margin-right: 20%;
}
.review-block-wrap{
	position: relative;
}
.block-image{
	width: 70%;
    position: absolute;
    right: 0;
    height: 100%;
}
.block-image img{
	height: 100%;
	object-fit: cover;
}
.review-slider .common-arrow img{
	opacity: 0.25;
	width: 20px;
}
.review-slider .common-arrow{
	top: 0;
    margin-top: 0;
    transform: rotate(90deg);
}
.review-slider .swiper-button-prev{
	right: 0;
    left: auto;
}
.review-slider .swiper-button-next{
	top: auto;
	bottom: 0;
}
/*============logo slider==============*/
.logo-slider{
	padding: 40px 0 40px 80px;
	overflow: hidden;
	border-top: 1px solid rgba(41,41,41,0.25);
}
.logo-slider h6{
	font-family: 'MontserratSemiBold';
	font-size: 15px;
	color: #292929;
	opacity: 0.85;
}
.brand-area .marquee-block-wrap li {
	margin-right: 120px;
    position: relative;
    display: inline-block;
}
.brand-area {
	padding-right: 60px;
}
.brand-area .marquee-block-wrap {
	overflow: hidden;
}

/*****************diensten-list-page-strats*************/
/***inner-banner-sec****/
.inner-banner-sec{
	padding-top: 94px;
	position: relative;
}
.inner-banner-sec img{
	width: 100%;
}
.inner-ban-slogan{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding-top: 160px;
	width: 100%;
}
.inner-ban-slogan h4{
	color: #fff;
}
/*****diensten-list-sec****/
.diensten-list-sec{
	padding: 5% 0 9% 0;
	background: #1c1c1c;
}
.diensten-list-sec .common-wrap{
	padding-right: 0;
}
.diensten-list-wrap{
	padding-left: 25px;
}
.diensten-list-sec .container-fluid{
	padding-right: 0;
}
.diensten-list-left ul{
	list-style: none;
	max-width: 482px;
}
.diensten-list-left ul li{
	margin-bottom: 20px;
}
.diensten-list-left ul li:last-child{
	margin-bottom: 0;
}
.diensten-list-left ul li a{
	display: block;
	font-size: 22px;
	color: #fff;
	font-family: 'MontserratLight';
	color: #fff;
	padding: 25px 0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	text-transform: uppercase;
}
.diensten-list-left ul li a.active{
	background: #8a7921;
	padding-left: 73px;
}
.diensten-list-left ul li a:hover{
	background: #8a7921;
	padding-left: 73px;
}
.diensten-list-txt h3{
	margin: 70px 0 32px 0;
}
.diensten-list-left{
	padding: 93px 115px 0 0;
}
.diensten-list-right{
	border-left: 1px solid #656565;
}
.diensten-list-sec .col-lg-4{
	width: 35%;
}
.diensten-list-sec .col-lg-8{
	width: 65%;
}
.diensten-list-txt .common-btn{
	margin: 20px 0 85px 0;
}
.diensten-list-txt {
    padding-right: 26%;
}
.diensten-list-box:after{
	width: 227px;
	height: 1px;
	background: #656565;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
}
.diensten-list-box{
	padding: 100px 0 0 115px;
	position: relative;
}
.diensten-list-box p {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.diensten-list-box .common-btn{
	text-transform: uppercase;
}
.diensten-list-box:first-child{
	padding-top: 60px;
}
/***vacature-list-sec****/
.vacature-list-sec{
	overflow: hidden;
}
.vacature-list-sec .diensten-list-txt ul li{
	font-family: 'montserratlight';
	font-size: 18px;
	color: #979797;
	display: inline;
	padding-right: 15%;
	position: relative;
	padding-left: 10px;
}
.vacature-list-sec .diensten-list-txt ul li:last-child{
	padding-right: 0;
}
.vacature-list-sec .diensten-list-txt{
	padding-right: 15px;
}
.vacature-list-sec .diensten-list-txt h3{
	margin: 0 10px 0 0;
	border-right: 1px solid #979797;
}
.vacature-time-info{
	padding: 70px 0 30px 0;
}
.vacature-list-sec .diensten-list-txt p{
	padding-right: 26%;
}
.vacature-list-sec .diensten-list-txt ul li:after{
	content: "";
	background-image: url(../images/line.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 1px;
	transform: translateY(-50%);
}
/*****************opdrachtgevers-list-page-starts********************/
/*** opdrachtgevers-list-sec ***/
.opdrachtgevers-list-sec{
	padding-bottom: 10%;
}
/*****************aanbod-list-page-strats*************/
/*****aanbod-filter-sec****/
.filter-sec{
	background: #151515;
	padding: 2.5% 0 4.5% 0;
}
.inner-header-black{
	position: relative;
	background: #151515;
}
.inner-header-black .desktop-nav{
	background: transparent;
}
.filter-sec h4{
	margin-bottom: 25px;
}
.filter-sec h2{
	margin: 0;
}
.filter-wrap{
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
	text-align: center;
}
.filter-wrap hr{
	opacity: 1;
	width: 100%;
	max-width: 106px;
	height: 3px;
	background: #af9823;
	margin: 40px auto 10px;
}
.filter-sec .select-style {
    width: 100%;
    height: 80px;
    color: #fff;
	font-family: 'MontserratRegular';
    font-size: 20px;
    background: url(../images/down-arrow.png) #1c1c1c no-repeat 95% center/15px;
    appearance: none;
    line-height: 80px;
    text-align: left;
    padding-left: 40px;
	border: none;
}
/*** aanbod-product-sec **/
.aanbod-product-sec {
	padding: 5% 0 5.5% 0;
  }
.aanbod-product-sec .price-info h6{
	font-size: 15px;
	font-family: 'MontserratRegular';
	color: #4c4c4c;
	line-height: 24px;
	text-align: right;
}
.aanbod-product-sec{
	background: #1c1c1c;
}
.aanbod-product-wrap{
	padding: 0 5.5%;
	margin: 0 -21px;
}
.aanbod-product-sec .col-lg-6{
	padding: 0 21px;
}
.aanbod-product-sec .each-product {
    margin: 0 0 48px 0;
}
.aanbod-product-middle-content {
	position: relative;
	z-index: 2;
	padding: 20px 22% 0 9%;
}
.aanbod-product-middle-area {
	position: relative;
}
.aanbod-product-middle-area::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(47, 47, 47, 0.5);
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	opacity: 0.5;
  }
.middle-aanbod{
	margin-bottom: 48px;
}
.aanbod-product-middle-content p{
	color: #fff;
	margin: 40px 0 60px 0;
	text-align: justify;
}
.aanbod-product-middle-area .common-btn{
	text-transform: uppercase;
}
/*****************contact-page-starts********************/
/*****contact-from-sec****/
.contact-from-sec{
	background: #1c1c1c;
}
.contact-wrap{
	padding: 0 25px;
}
.each-contact-info h6{
	color: #af9823;
	font-family: 'montserratregular';
	text-transform: uppercase;
}
.each-contact-info p{
	color: #fff;
	text-transform: inherit;
	display: block;
	font-family: 'montserratregular';
	font-size: 20px;
	margin-top: 10px;
	line-height: 60px;
}
.each-contact-info a{
	color: #fff;
	text-transform: none;
	display: block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	display: inline-block;
    
}
.from-sec-left .each-contact-info a:hover{
	color: #af9823;
}

.from-sec-left{
	border-right: 1px solid #656565;
	height: 100%;
	padding: 33% 0 15% 0;
}
.form-sec-right{
	padding: 9% 0 11% 16%;
}
.from-sec-left hr{
	opacity: 1;
	margin: 75px 0;
	background-color: #656565;
}
.contact-man-info{
	display: flex;
	align-items: center;
	margin-bottom: 35px;
}
.man-circle-img{
	width: 75px;
	height: 75px;
	border-radius: 100%;
}
.man-circle-img img{
	border-radius: 100%;
	width: 100%;
}
.man-info-txt h4{
	margin-left: 25px;
}
.form-styl {
    resize: none;
    background-color: #fff;
	font-family: 'MontserratRegular';
    border: 0;
	color: rgba(38, 38, 38, 0.5);
    font-size: 16px;
    padding: 0 30px;
    height: 65px;
	border-radius: 0;
}
.contact-from-wrapper .form-control::placeholder {
	color: rgba(38, 38, 38, 0.5);
	opacity: 1;
	letter-spacing: 0.6px;
}
textarea.form-styl {
	padding: 35px 30px;
    height: 230px;
}
.foto_upload{
	line-height: 66px;
}
.contact-from-wrapper .form-group{
	margin-bottom: 25px;
}
.contact-from-wrapper .form-styl:focus{
	color: rgba(38, 38, 38, 0.5);
	box-shadow: none;
}
.contact-from-wrapper .select-style{
	height: 76px;
	width: 100%;
	font-family: 'MontserratRegular';
	color: #212121;
    font-size: 20px;
    padding: 0 30px;
	border: 0;
	appearance: none;
	background: url(../images/down-arr-black.png) #fff no-repeat 95% center/15px;
}
.contact-from-wrapper .common-btn {
	text-transform: uppercase;
}
/*****contact-map-sec****/
.contact-map-sec{
	height: 560px;
}
/*** contact-logo-slider ***/
.contact-logo-slider{
	border-top: 1px solid rgba(41, 41, 41, 0.25);
}
/*** contact-footer-upper-sec ***/
.contact-footer-upper-sec{
	padding: 7.5% 0;
	background: #fff;
}
.contact-footer-upper-sec .left-block{
	height: auto;
}
.contact-footer-upper-sec .left-block p{
	margin: 30px 0 35px 0;
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.contact-footer-upper-sec .left-block .common-btn{
	text-transform: uppercase;
}
.contact-footer-upper-sec .container-fluid{
	padding-right: 0;
}
.contact-footer-upper-sec .common-wrap{
	padding-right: 0;
}
.contact-footer-upper-sec .block-image {
    width: 79%;
}
.contact-footer-upper-sec .review-block-wrap .col-lg-6{
	width: 54%;
}
/*****************vacature-dtl-page********************/
/*** inner-header ***/
.inner-header{
	position: relative;
}
/*** back-btn-sec ***/
.back-btn-sec{
	padding: 50px 0 65px 0;
}
.back-btn-sec .common-btn{
	color: #1c1c1c;
	text-transform: uppercase;
	max-width: 300px;
}
.back-btn-sec .common-btn:hover{
	color: #fff;
}
/***vacature-dtl-top-sec***/
.vacature-dtl-top-sec{
	padding-bottom: 8.5%;
}

.vacature-top-right ul{
	list-style: none;
	margin-top: 30px;
}
.vacature-top-right ul li{
	font-family: 'montserratlight';
    font-size: 18px;
    color: #979797;
    display: inline;
    padding-right: 15%;
    position: relative;
    padding-left: 10px;
}
.vacature-top-right ul li:last-child{
	padding-right: 0;
}
.vacature-top-right ul li:after {
    content: "";
    background-image: url(../images/line.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 1px;
    transform: translateY(-50%);
}
.vacature-top-right {
    padding-right: 27%;
}
/***vacature-dtl-toptxt-sec***/
.vacature-dtl-toptxt-sec{
	padding-bottom: 3%;
}
.vacature-toptxt-wrap{
	width: 100%;
	margin-bottom: 20px;
}
.vacature-toptxt-wrap h3{
	margin-bottom: 40px;
}
/***vacation-dtl-middle-sec***/
.vacature-dtl-middle-sec{
	background: #1c1c1c;
	padding: 4% 0 10% 0;
}
.vacature-dtl-middle-sec .container-fluid{
	padding-right: 0;
}
.vacature-dtl-middle-sec .common-wrap{
	padding-right: 0;
}
.vacature-dtl-middle-sec .form-sec-right{
	padding: 0 10% 0 0;
}
.vacature-dtl-middle-img{
	padding-left: 9%;
	margin-top: -56%;
}
.vacature-dtl-middle-sec .man-info-txt h6{
	font-family: 'MontserratRegular';
	font-size: 20px;
	color: #af9823;
	text-transform: uppercase;
	margin-left: 25px;
}
/*** vacature-dtl-service-sec ***/
.vacature-dtl-service-sec{
	background: #fff;
	padding: 8.5% 0;
}
.vacature-dtl-service-sec .service-content li a {
	color: #1c1c1c;
}
.vacature-dtl-service-sec .service-content h2{
	color: #1c1c1c;
}
.vacature-dtl-service-sec .service-content li a:hover {
	color: #ffff;
	background-color: rgba(175, 152, 35, 0.75);
}
/*****************opdrachtgevers-dtl-page********************/
/***opdrachtgevers-dtl-toptxt-sec***/
.opdrachtgevers-dtl-top-sec{
	padding-bottom: 9.5%;
}
/*** opdra-bk-btn-sec **/
.opdra-bk-btn-sec{
	padding-bottom: 65px;
}
/*****************diensten-dtl********************/
/***diensten-dtl-top-sec***/
.diensten-dtl-top-sec{
	overflow: hidden;
}
.diensten-dtl-top-sec .vacature-top-right h4{
	font-size: 22px;
	text-transform: capitalize;
}
.diensten-dtl-top-sec .vacature-top-left h3{
	color: #979797;
}
.diensten-dtl-top-sec .vacature-top-right {
    padding-right: 0;
}
.diensten-dtl-top-sec .container-fluid{
	padding-right: 0;
}
.diensten-dtl-top-sec .common-wrap{
	padding-right: 0;
}
.diensten-dtl-top-slider{
	position: relative;
}
.diensten-dtl-top-slider:after{
	content: "";
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-size: 450px;
	width: 35%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
}
.diensten-dtl-top-slider .swiper-button-next{
	z-index: 10;
	right: 30px;
}
.diensten-dtl-top-slider{
	margin-left: -5%;
}
/*** diensten-dtl-middle-sec ***/
.diensten-dtl-middle-sec{
	padding-bottom: 20px;
}
.diensten-dtl-middle-sec .man-info-txt{
	display: inline-flex;
	align-items: center;
	width: 100%;
}
.diensten-dtl-middle-sec .man-info-txt h6{
	text-transform: capitalize;
	margin-left: 40px;
	font-size: 18px;
}
.diensten-dtl-middle-sec .man-info-txt a{
	font-family: 'MontserratLight';
	font-size: 18px;
	color: #979797;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	margin-left: 40px;
}
.man-info-head h6{
	font-family: 'MontserratRegular';
	color: #af9823;
	margin: 40px 0;
}
.diensten-dtl-middle-sec .man-info-txt a:hover{
	color: #af9823;
}
.diensten-dtl-middle-sec hr{
	opacity: 1;
	background-color: #6a6a6a;
	width: 100%;
	height: 1px;
	margin-top: 60px;
}
/*** diensten-dtl-review-sec ***/
.diensten-dtl-review-sec{
	background: #1c1c1c;
	padding: 7.5% 0;
	position: relative;
}
.diensten-dtl-review-sec .container-fluid{
	padding-right: 0;
}
.diensten-dtl-review-sec .common-wrap{
	padding-right: 0;
}
.diensten-dtl-review-sec .each-review{
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	margin: 0;
	padding-right: 50px;
}
.diensten-dtl-review-sec .common-arrow img {
   filter: invert(1);
   -webkit-filter: invert(1);
   filter: brightness(12);
}
.diensten-dtl-review-sec .swiper-button-next{
	right: 45%;
	top: 60px;
}
.diensten-dtl-review-sec .swiper-button-prev{
	left: auto;
    top: 60px;
    right: calc(45% + 110px);
}
/*****************bedankt-page-strats*************/
/*****bedankt-banner****/
.bedankt-banner a{
	font-family: 'MontserratMedium';
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.bedankt-banner a img{
	width: 13px;
	margin: 0 0 5px 10px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
}

.bedankt-banner h2{
	font-family: 'MontserratBold';
	margin-bottom: 22px;
}

.bedankt-banner .inner-ban-slogan{
	text-align: left;
	padding-left: 8%;
}
.bedankt-banner a:hover img{
	margin-left: 15px;
}
.bedankt-banner a:hover{
	opacity: 0.8;
}
/*****************over-ons-page********************/
/***over-ons-moddel-sec***/
.over-ons-moddel-sec .man-info-txt h3{
	margin-bottom: 30px;
}
.over-ons-moddel-sec .form-sec-right {
    padding: 16% 16% 0 0;
}
.over-ons-moddel-sec{
	padding-bottom: 0;
}
/*** over-ons-toptxt-sec ***/
.over-ons-toptxt-sec{
	padding-top: 7%;
}
/***over-ons-list-sec***/
.over-ons-list-sec{
	background: #1c1c1c;
	padding: 7.5% 0;
}
.over-ons-list-sec ul li span img{
	width: 25px;
}
.over-ons-list-sec ul li span{
	width: 95px;
	height: 95px;
	display: inline-block;
	text-align: center;
	line-height: 95px;
	border-right: 1px solid #1c1c1c;
}
.over-ons-list-sec ul li{
	display: flex;
	align-items: center;
	width: 100%;
	background: #ffff;
	border-radius: 5px;
	margin-right: 50px;
    max-height: 80px;
}
.over-ons-list-sec ul li:last-child{
	margin-right: 0;
}
.over-ons-list-sec ul li h4{
	color: #1c1c1c;
	width: calc(100% - 95px);
	text-align: center;
	margin: 0;
	text-transform: capitalize;
    font-size: 20px;
    
}
.over-ons-list-sec ul{
	display: flex;
}
/***over-ons-memeber-sec***/
.over-ons-memeber-sec{
	padding: 5% 0 6% 0;
	background-color: #f5f5f5;
}
.over-ons-memeber-sec .member-head h3{
 	color: #1e1e1e;
	font-size: 36px;
	text-transform: capitalize;
	margin-bottom: 98px;
} 
.member-slider h3{
	margin-bottom: 23px;
}
.member-slider .each-slide{
	position: relative;
}
/*.member-slider .each-slide:after{
	content: "";
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	width: 100%;
	height: 100%;
}*/
.swiper-slide.swiper-slide-next .each-slide:after{
	display: none;
}
.member-slider h4{
	font-family: 'MontserratRegular';
	font-size: 24px;
	color: #1e1e1e;
	margin-top: 22px;
	text-transform: initial;
}
.member-slider .slider-content{
	padding-right: 14%;
}
.member-slider .slider-content p{
	color: #1c1c1c;
	line-height: 30px;
}
/***ons-foot-upper-slide***/
.ons-foot-upper-slide{
	position: relative;
	padding: 12px 12px 12px 0;
}
.ons-foot-upper-slide .block-image{
	position: relative;
	width: 100%;
}
.ons-foot-upper-slide .left-block{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 8%;
	z-index: 1;
	margin: 0;
	width: 50%;
	background: rgba(28, 28, 28, 0.9);
}
.ons-foot-upper-slide .left-block p{
	color: #fff;
}
.ons-foot-upper-slide .left-block .common-btn{
	text-transform: uppercase;
}
.review-block-main{
	margin-left: -40%;
	position: relative;
}
.review-block-main .swiper-button-next{
	right: 80px;
}
.review-block-main .common-arrow img{
	width: 25px;
}
/*****************aanbod-dtl-page-strats*************/
/*****aanbod-back-btn-sec****/
.aanbod-back-btn-sec{
	background: #151515;
	padding: 0 0 0 80px;
}
.aanbod-back-btn-sec .common-btn{
	color: #fff;
	position: relative;
	top: 145px;
}
/*****aanbod-back-btn-sec****/
.aanbod-top-sec{
	padding: 0 0 100px 0;
}
.aanbod-back-btn-sec .common-wrap{
	padding: 0;
}
.aanbod-top-sec .filter-wrap{
	max-width: 900px;
}
.aanbod-top-sec .filter-wrap hr{
	margin: 0 auto;
}
.aanbod-top-sec .filter-wrap h4{
	margin: 33px 0 43px 0;
}
/*****dtl-slider****/
.dtl-slider{
	background: #151515;
}
.dtl-slider .common-arrow img{
	width: 20px;
}
.dtl-slider .swiper-button-next{
	right: 40px;
}
.dtl-slider .swiper-button-prev{
	left: 40px;
}
/*****aanbod-time-sec****/
.aanbod-time-sec{
	background: #151515;
	padding: 100px 0 85px 0;
}
.aanbod-time-wrap{
	padding: 0 9%;
}
.aanbod-time-sec td span{
	font-size: 15px;
	font-family: 'MontserratMedium';
	opacity: 0.4;
	display: block;
	margin-bottom: 50px;
	color: #fff;
}
.aanbod-time-sec table{
	width: 100%;
}
.aanbod-time-sec td{
	text-align: center;
	padding: 0 142px 56px 0;
}
.aanbod-time-sec td h4{
	font-size: 30px;
	color: #fff;
}
.aanbod-time-sec table td:last-child{
	padding-right: 0;
}
.aanbod-time-sec table td:nth-child(4) h4{
	color: #ae9730;
}
.aanbod-time-btn .common-btn{
	max-width: 300px;
	text-transform: uppercase;
}
.aanbod-time-btn .common-btn.active{
	background-color: #af9823;
	border: 1px solid #af9823;
}
.aanbod-time-btn .common-btn.active:hover{
	background: transparent;
	border-color: #fff;
}
.aanbod-time-btn .common-btn{
	margin: 0 10px;
}
/*****dtl-tab-sec****/
.dtl-tab-sec{
	background-color: #1c1c1c;
	padding: 50px 0 80px 0;
}
.dtl-tab-sec .nav-tabs {
    border: 0;
}
.dtl-tab-sec hr{
	margin: 80px 0;
	background: #fff;
	opacity: 0.4;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    font-family: 'MontserratLight';
    font-size: 23px;
    border: 0;
    color: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	width: 23%;
	margin-right: 15px;
	
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
    opacity: 1;
	background: #89782b;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 0;
    color: #fff;
    border-radius: 0;
    width: 100%;
    height: 55px;
/*    text-align: left;*/
    padding: 25px 18px 25px 18px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	text-transform: uppercase;
	word-break: break-word;
	line-height: 9px;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover{
	background: #89782b;
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/buleet-img.png);
    background-repeat: no-repeat;
    background-position: left top 6px;
    padding-left: 20px;
    background-size: 7px;
    opacity: 1;
}
.dtl-tab-sec .tab-content ul li {
	font-family: 'MontserratSemiBold';
    font-size: 16px;
    color: #fff;
    padding-bottom: 10px;
    word-break: break-word;
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.tab-content-wrapper h3{
	margin-bottom: 40px;
	color: #fff;
}
.kenmerken-tab ul li:nth-child(even) {
    opacity: 0.75;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #89782b;
    font-size: 16px;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #ffffff;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
    background-color: #fff;
}
.left-bg-block h6 {
    line-height: 30px;
    color: #fff;
    font-family: 'MontserratBold';
    font-size: 16px;
}
.each-onderhoud-block h4 {
    color: #1c1c1c;
	font-family: 'MontserratSemiBold';
    font-size: 22px;
}
.each-onderhoud-block h5 {
    color: #1c1c1c;
    margin: 10px 0px 30px;
    font-size: 18px;
	font-family: 'MontserratRegular';
}
.tab-right-block{
	display: flex;
	align-items: center;
}
.tab-content-right{
	width: 100%;
	max-width: 774px;
	margin: 88px 0 0 auto;
}
.tab-content-right-wrap{
	background-color: #fff;
	padding: 45px;
}
.tab-right-cont h3{
	color: #1c1c1c;
}
.tab-right-cont p{
	font-family: 'MontserratMedium';
	color: #1c1c1c;
	opacity: 0.4;
	margin: 10px 0 20px 0;
}
.tab-right-img {
    width: 205px;
}
.tab-right-cont a{
	font-family: 'MontserratRegular';
	font-size: 20px;
	color: #1c1c1c;
	display: inline-block;
	margin-left: 35px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	line-height: 43px;
}
.tab-right-cont a:hover{
	color: #89782b;
}
.tab-right-btn{
	padding-top: 40px;
}
.tab-right-btn .common-btn{
	text-transform: uppercase;
}
.tab-right-cont{
	padding-left: 50px;
}
.tab-right-btn button{
	max-width: 100%;
}
.tab-right-btn .col-md-6{
	width: 36%;
}
.tab-right-btn .col-md-3{
	width: 32%;
}
.tab-right-btn .common-btn{
	max-width: 100%;
}
.tab-right-btn .common-btn.color-btn{
	background: #af9823;
    border-color: #af9823;
    color: #fff;
}
.tab-right-btn .common-btn.color-btn:hover{
	background: #1c1c1c;
    border-color: #1c1c1c;
    color: #fff;
}
.share{
	margin-top: 25px;
}
.share img{
	width: 24px;
	margin-right: 10px;
/*	filter: brightness(8);*/
    filter: invert(1);
}
.share a{
	color: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	font-family: 'MontserratLight';
	font-size: 15px;
	color: #1c1c1c;
/*	color: #fff;*/
	letter-spacing: 1.2px;
}
.share a:hover{
	color: #af9823;
}
/*
.share a:hover img{
	filter: brightness(1);
}
*/
.tab-content-wrapper p{
	color: #fff;
}
.bullet-panel h5 {
    color: #ffff;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'MontserratBold';
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.dtl-tab-sec .bullet-panel li:after {
    padding-left: 15px;
    background-size: 7px;
    position: absolute;
    top: 7px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../images/buleet-img.png);
    background-repeat: no-repeat;
}
.dtl-tab-sec .bullet-panel ul li {
    position: relative;
    font-family: 'MontserratSemiBold';
    padding-left: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
/* dtl-product-slider-sec */
.dtl-product-slider-sec{
	background: #f5f5f5;
	padding: 5.5% 0;
}
.aanbod-dtl-product-wrap{
	padding: 0 7%;
	position: relative;
}
.dtl-product-slider-sec .common-arrow img {
    width: 30px;
}
.dtl-product-head{
	padding-bottom: 60px;
}
.dtl-product-head h3{
	color: #1e1e1e;
	font-size: 36px;
	text-transform: capitalize;
}
.dtl-product-slider-sec .each-product{
	margin: 0 0 80px 0;
}
.dtl-product-slider-sec .swiper-button-next{
	right: -30px;
}
.dtl-product-slider-sec .swiper-button-prev{
	left: -30px
}
/*******loader*****/
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color:#fff;
  font-size:18px;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}

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

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

.morgeninternet-footer > img {
    height: 30px;
    padding-top: 15px;
}

.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    padding: 0px 0;
}
.cookie_div{
    color:#9c9c9c;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.cookie_div h4{
    margin-bottom: 15px;
    font-size: 13pt;
    font-family: 'Calibri';
}
.cookie_div a{
    color:#38b6be;
    font-size: 10pt;
    font-weight:bold;
    margin-left:8px;
    font-family: 'Calibri';
}
.cookie_div button{
    color:#3c935c;
    background:#dbffe8;
    font-weight: bold;
    border: 0;
    padding: 10px 25px;
    margin:5px 0;
    cursor: pointer;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.light_theme{
    background:rgba(255, 255, 255, 0.83);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.light_theme h4{
    color:#2a2a2a;
}
.dark_theme h4{
    color:#c9c9c9;
}
/****aanbod dtl****/
.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: #fff;
    border-bottom: 1px solid #fff;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    font-family: 'MontserratSemiBold';
    font-size: 16px;
    color: #fff;;
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}
.add_morgan_footer_margin{
	height: 100px;
}
.form-1, .form-2, .form-3
{
	display: none;
	margin: 30px auto 10px auto;
}
.error_top {
    padding: 5%; 
    background: #f8f8f8;
}
.vacature-top-right a{
	color: #979797;
}