@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    color: rgb(5, 25, 29, 0.75);
    font-family: 'JUSTSans-Regular';
    font-size: 1.6rem;
	background-color: #F9F9F9;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
/******header-area*******/
.header-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	padding: 30px 0;
}
.header-wrap {
	padding: 30px 72px;
	border-radius: 20px;
	background-color: rgba(5, 20, 30, 0.60);
	backdrop-filter: blur(15px);
}
.header-logo img {
	width: 216px;
}
.header-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 32px;
}
.header-nav li {
	margin: 0;
}
.header-nav li a {
	color: #fff;
}
.header-nav li a:hover {
	color: #E0AD39;
}
/*******mobile-menu*******/
.menu-btn {
	padding: 10px 18px;
	background-color: #E0AD39;
	border-radius: 10px;
	display: inline-flex;
	gap: 8px;
	align-items: center;
	color: #05191D;
}
.menu-bar {
    position: relative;
    max-width: 16px;
    width: 100%;
    margin-left: auto;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #05191D;
    content: '';
    height: 1px;
    margin: 4px 0 4px auto;
    width: 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar.active  div {
    transform: scale(0);
}
.menu-bar.active:before {
    transform: translateY(3px) rotate(135deg);
}
.menu-bar.active:after {
    transform: translateY(-7px) rotate(-135deg);
}
/*****mobile-menu********/
.mobile-menu {
	position: absolute;
	top: 95px;
	background: rgba(5, 20, 30, 0.60);
	backdrop-filter: blur(15px);
	height: 70vh;
	width: 100%;
	left: 0;
	padding: 40px;
	border-radius: 10px;
	clip-path: inset(0 0 100% 0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.mobile-menu-wrap {
	height: 100%;
	overflow-x: auto;
}
.mobile-menu-wrap::-webkit-scrollbar {
	background-color: #101010;
	width: 8px;
	border-radius: 10px;
}
.mobile-menu-wrap::-webkit-scrollbar-thumb {
	background-color: #2c2c2c;
	border-radius: 10px;
}
.mobile-menu ul {
	flex-direction: column;
	text-align: center;
	margin: 0;
}
.mobile-menu.mob-menu-active {
	clip-path: inset(0 0 0 0);
}
.mobile-menu li {
	padding: 0;
	font-size: 2rem;
	margin-bottom: 20px;
}
.mobile-menu li a {
	color: #fff;
}
.mobile-menu li a:hover {
	color: #E0AD39;
}
.mobile-menu li:last-child {
	margin-bottom: 0;
}
.mobile-menu li::after {
	display: none;
}
.mobile-menu li.active {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
	animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
    -webkit-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	-o-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	animation-delay: calc(0.1s * attr(data-animation-offset number 1));
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
.body-blur {
	height: 100vh;
	width: 200vh;
	position: fixed;
	top: 0;
	left: 0;
    backdrop-filter: blur(10px);
	opacity: 0;
	pointer-events: none;
	z-index: 98;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.body-blur-active {
	opacity: 1;
	pointer-events: all;
}
/****fix-wp****/
.fix-wp {
	position: fixed;
	bottom: 50px;
	right: 50px;
	height: 52px;
	width: 52px;
	background-color: #25D366;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	z-index: 97;
}
.fix-wp img {
	width: 24px;
}
.sec-mark {
    width: 216px;
	pointer-events: none;
}
/********banner-sec*********/
.banner-sec {
	position: relative;
}
.banner-content {
	position: absolute;
	bottom: 56px;
	left: 0;
	z-index: 2;
	width: 100%;
}
.banner-content h1 {
    margin-bottom: 24px;
}
.banner-video,.each-banner  {
	height: 870px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-mark {
	position: absolute;
	bottom: 0;
	right: 0;
	pointer-events: none;
	z-index: 1;
}
/*****product-sec***/
.product-sec {
	padding: 120px 0;
	position: relative;
}
.product-mark {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: -1;
}
.product-heading {
	margin-bottom: 48px;
}
.product-heading-right {
	max-width: 607px;
	width: 100%;
}
.product-heading p {
	margin-bottom: 25px;
}
.common-pagination {
	bottom: 0 !important;
}
.common-pagination .swiper-pagination-bullet {
	background-color: rgba(5, 20, 30, 0.30);
	opacity: 1;
	height: 8px;
	width: 8px;
	border-radius: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-pagination .swiper-pagination-bullet-active {
	background-color: #05141E;
	width: 40px;
	border-radius: 10px;
}
.product-slider {
	position: relative;
	padding-bottom: 60px;
}
.product-img-slider {
	position: relative;
	height: 100%;
}
.each-product-img {
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
}
.each-product-img img {
	height: 100%;
	object-fit: cover;
}
.product-img {
	border-radius: 20px;
	height: 100%;
}
.each-product-thumb {
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
}
.each-product-thumb img {
	height: 100%;
	object-fit: cover;
}
.product-thumb-slider .swiper-slide {
	height: auto;
}
.product-img-slider .swiper-slide {
	height: auto;
}
.product-thumbs {
	border-radius: 10px;
}
.product-text-slider {
	padding: 27px 42px;
	border-radius: 20px;
	background-color: #E0AD39;
	overflow: hidden;
	margin-bottom: 14px;
	height: 100%;
}
.product-slider-right {
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.each-product-text h3 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each-product-text p {
	color: #05191D;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 2lh;
	max-width: 342px;
	width: 100%;
	margin: 15px 0 35px;
}
.each-product-text table,
.each-product-text tbody {
	display: block;
	width: 100%;
}
.each-product-text tr {
	display: flex;
}
.each-product-text td {
	color: #05191D;
    font-family: 'JUSTSans-Regular';
	font-size: 1.6rem;
	line-height: normal;
	position: relative;
	padding-right: 24px;
	margin-right: 24px;
	display: inline-block;
}
.each-product-text td strong {
	font-weight: normal;
	color: rgba(5, 25, 29, 0.87);
	display: block;
	margin-bottom: 9px;
}
.each-product-text td::after {
	content: "";
	height: 90%;
	width: 1px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background-color: #05191D;
}
.each-product-text td:last-child {
	padding-right: 0;
	margin-right: 0;
}
.each-product-text td:last-child::after {
	opacity: 0;
}
.each-product-text h4 {
	margin-top: 23px;
}
.product-slider .common-arrow {
	border-color: #05141E;
	background-color: #05141E;
    top: 47%;
}
.product-slider .common-arrow img {
	filter: brightness(0) saturate(100%) invert(73%) sepia(26%) saturate(1097%) hue-rotate(360deg) brightness(94%) contrast(89%);
	-webkit-filter: brightness(0) saturate(100%) invert(73%) sepia(26%) saturate(1097%) hue-rotate(360deg) brightness(94%) contrast(89%);
}
.product-slider .common-arrow:hover {
    border-color: #E0AD39;
    background-color: #E0AD39;
}
.product-slider .common-arrow:hover img {
	filter: none;
	-webkit-filter: none;
}
.product-slider .swiper-button-next {
    right: -24px;
}
.product-slider .swiper-button-prev {
    left: -24px;
}
/******service-sec******/
.service-sec {
	padding: 95px 0;
	overflow: hidden;
	background-color: #05191D;
	position: relative;
}
.service-mark {
	position: absolute;
	right: 0;
	top: 0;
	pointer-events: none;
}
.service-heading {
	max-width: 727px;
	width: 100%;
	margin: 0 auto 95px;
}
.service-heading h2 {
	color: #fff;
}
.service-heading p {
	margin: 18px 0 48px;
	color: #fff;
}
.service-heading .common-btn:hover {
	border-color: #E0AD39;
}
.service-slider {
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.service-slider-wrap {
	margin: 0 -5%;
}
.service-slider .swiper-button-next {
	right: 30%;
}
.service-slider .swiper-button-prev {
	left: 30%;
}
.each-service {
	height: 420px;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}
.each-service::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #E0AD39;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service-img {
	height: 100%;
}
.each-service-img img {
	height: 100%;
	object-fit: cover;
}
.each-service-text {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 20px 80px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.each-service-text p {
	margin: 36px 0 55px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service-text h3 {
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service:hover::after {
	opacity: 1;
}
.each-service:hover .each-service-text p,
.each-service:hover .each-service-text h3 {
	color: #05191D;
}
.each-service:hover .each-service-text .common-btn {
	border-color: #05191D;
}
/*****usp-marquee-sec*****/
.usp-marquee-sec {
	position: relative;
	overflow-x: clip;
	width: 100%;
	padding: 24px 0;
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 84px;
	background-color: #F9F9F9;
	padding: 10px 0;
}
.usp-marquee-wrap ul {
	display: flex;
	gap: 84px; 
	padding: 0;
	margin: 0;
	list-style: none;
}
.usp-marquee-wrap li {
	white-space: nowrap;
	line-height: normal;
	color: #05191D;
	font-size: 1.6rem;
	padding-left: 20px;
	position: relative;
	margin-bottom: 0;
}
.usp-marquee-wrap li::before {
	content: "+";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	color: #B1AAA4;
}
.marquee-mark {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: -1;
}
/*****about-sec******/
.about-sec {
	padding-top: 96px;
	margin-bottom: 80px;
}
.about-img {
	position: relative;
	overflow: hidden;
}
.about-big-img {
	max-width: 520px;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}
.about-small-img {
	background-color: #F9F9F9;
	max-width: 320px;
	width: 100%;
	border-radius: 15px;
	padding: 10px;
	overflow: hidden;
	margin-left: auto;
	position: absolute;
	right: 0;
	bottom: 40px;
}
.about-small-img img {
	border-radius: 10px;
}
.about-year {
	background-color: #F9F9F9;
	padding: 10px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	max-width: 411px;
	width: 100%;
	margin-left: 45px;
	margin-top: -40px;
}
.about-year-wrap {
	background-color: #E0AD39;
	padding: 40px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about-year h3 strong {
	display: block;
}
.about-year img {
	width: 67px;
	margin-right: 24px;
}
.about-big-text h2 {
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: rgba(224, 173, 57, 0.36);
	color: transparent;
	font-family: 'JUSTSans-ExBold';
	font-size: 12rem;
	writing-mode: sideways-lr;
}
.about-big-text {
	position: absolute;
    right: 40px;
    top: 0;
}
.about-text {
	max-width: 607px;
	width: 100%;
	margin-left: auto;
}
.about-text h2 {
	margin-bottom: 24px;
}
.about-text p {
	color: #05191D;
}
.about-text ol {
	list-style: none;
	counter-reset: about-list-number;
	margin: 56px 0 40px;
	padding: 0;
}
.about-text li {
	counter-increment: about-list-number;
	position: relative;
	padding-left: 60px;
	margin-bottom: 30px;
}
.about-text li::before {
	content: "0" counter(about-list-number);
	font-size: 3.2rem;
    font-family: 'JUSTSans-ExBold';
	position: absolute;
	top: -1px;
	left: 0;
	color: rgba(224, 173, 57, 0.29);
}
.about-text li:last-child {
	margin-bottom: 0;
}
.about-text li p {
	color: #05191D;
	margin-bottom: 0;
	margin-top: 5px;
}
/*****review-sec*****/
.review-sec {
	padding: 120px 0;
}
/*****request-sec*****/
.request-sec {
	position: relative;
	margin-bottom: -40px;
}
.request-mark {
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: -1;
}
.request-wrap {
	padding: 70px;
	background-color: #E0AD39;
	border-radius: 20px;
	position: relative;
	z-index: 1;
}
.wp-btn {
	padding-left: 12px;
	padding-right: 24px;
	margin-right: 12px;
}
.wp-btn strong {
	margin-left: 0;
	margin-right: 14px;
}
.wp-btn strong::before {
	background-color: #1CBD1C;
}
.wp-btn strong::after {
    filter: brightness(1);
	background-image: url(../images/whatsapp.svg);
	width: 14px;
    height: 14px;
}
.wp-btn:hover {
	border-color: #1CBD1C;
	color: #fff;
}
/*****footer-area*****/
.footer-area {
	padding: 140px 0 37px;
	background-color: #05191D;
	overflow-x: hidden;
	position: relative;
}
.footer-info {
	max-width: 790px;
	width: 100%;
	margin-left: auto;
	display: flex;
	column-gap: 20px;
	justify-content: space-between;
}
.footer-info h6 {
	margin-bottom: 20px;
}
.each-footer-info td {
	color: #fff;
}
.each-footer-info td:nth-child(odd) {
	padding-right: 8px;
}
.each-footer-info a {
	color: #fff;
}
.each-footer-info a:hover {
	color: #E0AD39;
}
.each-footer-info p {
	position: relative;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
.each-footer-info p::after {
	content: "";
	height: 1px;
	width: 73%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.40);
}
.each-footer-info p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.each-footer-info p:last-child::after {
	opacity: 0;
}
.footer-time table {
	max-width: 174px;
	width: 100%;
}
.footer-logo {
	margin-bottom: 70px;
}
.footer-logo img {
	width: 224px;
}
.footer-menu {
    max-width: 292px;
}
.footer-menu h6 {
	margin-bottom: 20px;
}
.footer-menu ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
	column-gap: 9px;
}
.footer-menu li {
	padding: 0;
	margin: 0;
	width: 31%;
	margin: 0;
}
.footer-menu li a {
	color: rgba(255, 255, 255, 0.50);
}
.footer-menu li a:hover {
	color: #fff;
}
.footer-btm {
	position: relative;
	margin-top: 60px;
	padding-top: 35px;
}
.footer-btm::after {
	content: "";
	width:100vw;
	margin-left:-50vw;
	left:50%;
	height: 1px;
	border-top: 1px dashed #B1AAA4;
	position: absolute;
	top: 0;
}
.footer-privacy p {
	margin-bottom: 0;
}
.footer-privacy p a {
	color: #fff;
}
.footer-privacy p a:hover {
	color: #E0AD39;
}
.footer-partner ul {
	margin: 0;
	display: flex;
	gap: 25px;
	justify-content: center;
	align-items: center;
	list-style: none;
}
.footer-partner li {
	margin: 0;
}
.footer-social ul {
	margin: 0;
	display: flex;
	gap: 7px;
	justify-content: end;
	list-style: none;
}
.footer-social li {
	margin-bottom: 0;
}
.footer-social li a {
	height: 35px;
	width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	background-color: #fff;
}
.footer-social li a:hover {
	background-color: #E0AD39;
}
.footer-mark {
	position: absolute;
	bottom: 0;
	left: 0;
	pointer-events: none;
}


/************ diensten-dtl ************/
/**** back-btn-sec ****/
.back-btn-sec {
    padding-top: 222px;
    padding-bottom: 32px;
	position: relative;
}
.back-btn-mark {
    position: absolute;
    top: 0;
    right: 0;
	z-index: -1;
}
.back-btn-sec .common-btn {
	padding-left: 12px;
    padding-right: 24px;
}
.back-btn-sec .common-btn strong {
    margin-left: 0;
	margin-right: 14px;
}
.back-btn-sec .common-btn strong::after {
    transform: rotate(180deg);
}
/**** diensten-top-sec ****/
.diensten-top-area .col-lg-7 {
	width: 51%;
}
.diensten-top-area .col-lg-5 {
	width: 49%;
}
.diensten-top-img {
	border-radius: 10px;
	overflow: hidden;
}
.diensten-top-info {
    padding-left: 48px;
}
.diensten-top-info h2 {
	margin-bottom: 24px;
}
.diensten-top-info p {
    width: 100%;
    max-width: 584px;
}
.diensten-top-info p:last-child {
	margin-bottom: 0;
}
/**** diensten-mid-sec ****/
.diensten-mid-sec {
    padding: 80px 0 107px;
	position: relative;
}
.diens-mid-mark {
    position: absolute;
    bottom: -14px;
	z-index: -1;
}
.diensten-mid-info {
	padding-right: 20px;
}
.diensten-mid-info p {
    width: 100%;
    max-width: 514px;
}
.diensten-mid-info ol {
    list-style: none;
    counter-reset: about-list-number;
    margin: 56px 0 40px;
    padding: 0;
}
.diensten-mid-info ol > li {
    counter-increment: about-list-number;
    position: relative;
    padding-left: 60px;
    margin-bottom: 32px;
}
.diensten-mid-info ol > li:last-child {
	margin-bottom: 0;
}
.diensten-mid-info ol > li::before {
    content: "0" counter(about-list-number);
    font-size: 3.2rem;
    font-family: 'JUSTSans-ExBold';
    position: absolute;
    top: -1px;
    left: 0;
    color: #E0AD39;
}
.diensten-mid-info li h3 {
    margin-bottom: 17px;
}
.diensten-mid-info li:last-child p{
	margin-bottom: 0;
}
.diensten-mid-img {
    padding-left: 4px;
}
.diensten-mid-img img {
	border-radius: 20px;
	overflow: hidden;
}
/**** form-sec ****/
.form-sec {
	padding-top: 100px;
	padding-bottom: 88px;
	background: rgba(5, 25, 29, 0.96);
	backdrop-filter: blur(5px);
	position: relative;
}
.form-mark {
    position: absolute;
	bottom: 0;
    right: 0;
    z-index: -1;
}
.form-img {
    padding-left: 20px;
}
.form-img img {
    border-radius: 10px;
    overflow: hidden;
}
.form-title h2,
.form-title p {
    color: #fff;
}
.form-title p {
    margin-top: 37px;
    margin-bottom: 70px;
    width: 100%;
    max-width: 446px;
}
.form-main-area .form-group {
    margin-bottom: 17px;
}
.form-main-area .form-styl {
    border: none;
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(113, 113, 113, 0.2);
	border-radius: 10px;
	background: rgba(113, 113, 113, 0.2);
	padding: 15px 28px;
    resize: none;
	font-family: 'JUSTSans-Regular';
	line-height: normal;
    font-size: 1.6rem;
    overflow: hidden;
}
.form-main-area .form-styl:focus::placeholder{
    color: #05191D;
}
.form-main-area .form-styl::placeholder{
	color: rgba(255, 255, 255, 0.6);
}
.form-main-area .form-styl:focus {
    color: #05191D;
    border: 1px solid #E0AD39;
    box-shadow: none;
    background-color: transparent;
    background-color: #E0AD39;
}
.form-left .form-group textarea.form-styl {
	border: 1px solid rgba(224, 173, 57, 0.20);
	min-height: 105px;
    border-radius: 10px;
    overflow: hidden;
}
.form-main-area .form-btn {
	margin-top: 45px;
}
.form-btn .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-right {
	padding-top: 114px;
    padding-left: 153px;
	max-width: 100%;
    width: 100%;
    margin-left: 0;
    display: block;
}
.form-right .row {
	row-gap: 25px;
}
.form-right .footer-social {
    margin-left: -6px;
	display: flex;
	align-items: end;
	height: 100%;
}
.form-right .footer-social ul {
    justify-content: start;
}
.form-right .each-footer-info td {
	line-height: normal;
}
/************ Werkplaats ************/
.diensten-top-info ul {
    display: flex;
    column-gap: 25px;
    flex-wrap: wrap;
    row-gap: 24px;
    margin-top: 43px;
	margin-bottom: 0;
}
.diensten-top-info li {
	list-style: none;
	margin-bottom: 0;
}
/**** diens-service-sec ****/
.diens-service-sec {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}
.diens-service-heading {
    margin-bottom: 77px;
}
.diens-service-slider {
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.diens-service-slider-wrap {
	margin: 0 -5%;
}
.diens-service-slider .swiper-button-next {
	right: 30%;
}
.diens-service-slider .swiper-button-prev {
	left: 30%;
}
/************ diensten-list ************/
/**** inner-banner-sec ****/
.inner-banner-sec {
	position: relative;
}
.inner-banner-content {
	position: absolute;
	bottom: 23%;
    left: 0;
    z-index: 2;
    width: 100%;
	text-align: center;
}
/**** diensten-list-sec ****/
.diensten-list-sec {
    padding: 122px 0;
	position: relative;
}
.diens-list-mark {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: -1;
}
.diensten-list-area .row {
	margin: 0 -20px;
	row-gap: 40px;
}
.diensten-list-area .col-lg-6 {
	padding: 0 20px;
}
.diensten-list-area .each-service-text p {
    width: 100%;
    max-width: 454px;
}
/************ contact ************/
/**** map ****/
.map {
	height: 600px;
}
/**** contact-form ****/
.contact-form {
	background-color: #F9F9F9;
	padding-bottom: 208px;
}
.contact-form .form-title h2, 
.contact-form .form-title p {
    color: #05191D;
}
.contact-form .form-main-area .form-styl {
	color: #05191D;
}
.contact-form .form-main-area .form-styl:focus::placeholder{
    color: rgba(5, 25, 29, 0.50);
}
.contact-form .form-main-area .form-styl::placeholder{
	color: rgba(5, 25, 29, 0.50);
}
.contact-form .form-main-area .form-styl:focus {
    color: #05191D;
}
.contact-form .each-footer-info h6 {
	color: #05191D;
}
.contact-form .each-footer-info td {
	color: #05191D;
}
.contact-form .each-footer-info a {
	color: #05191D;
}
.contact-form .each-footer-info a:hover {
	color: #E0AD39;
}
.contact-form .each-footer-info p::after {
	background-color: rgba(5, 25, 29, 0.40);
}
.contact-form .footer-social li a {
    background-color: #05191D;
}
.contact-form .footer-social img {
	filter: brightness(0) invert(1);
}
.contact-form .footer-social li a:hover {
	background-color: #E0AD39;
}
.contact-form .footer-social li a:hover img {
	filter: brightness(100) invert(1);
}
/************ over-ons ************/
/**** overons-marquee-sec ****/
.overons-marquee-sec .usp-marquee-wrap li::before {
	color: #E0AD39;
}
/**** overons-top-sec ****/
.overons-top-sec {
    padding: 56px 0 120px;
}
.overons-top-img img {
    border-radius: 20px;
    overflow: hidden;
}
.overons-top-info {
	max-width: 647px;
	padding-right: 40px;
}
.overons-top-info h2 {
    margin-bottom: 25px;
}
.overons-top-info p:last-child {
	margin-bottom: 0;
}
/**** overons-mid-sec ****/
.overons-mid-sec {
	background-color: #05191D;
	padding-top: 139px;
	padding-bottom: 118px;
	position: relative;
	overflow: hidden;
} 
.overons-mid-mark {
	position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    z-index: 1;
}
.overons-mid-area h3,
.overons-mid-area p {
	color: #fff;
}
.overons-mid-top {
    text-align: center;
    width: 100%;
	max-width: 732px;
    margin: 0 auto;
	margin-bottom: 85px;
    border: 2px solid #fff;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    padding: 31px 104px;
}
.overons-mid-btm {
    text-align: center;
    padding: 0 90px;
} 
.overons-dot {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-color: #E0AD39;
    border-radius: 50px;
}
.top-dot {
    position: relative;
	top: -45px;
}
.left-dot,
.right-dot {
	position: relative;
	bottom: -64px;
}
.left-dot {
    left: -67.35%;
}
.right-dot {
    right: -67.35%;
}
.overons-mid-area h3 {
	margin-bottom: 18px;
}
.overons-mid-area p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.75);
}
/**** overons-team-sec ****/
.overons-team-sec {
    padding: 118px 0 120px;
}
.overons-team-slider-wrap {
    padding: 0 62px;
}
.overons-team-title h2 {
	text-align: center;
	margin-bottom: 79px;
}
.each-member-dtls {
    border-radius: 20px;
    overflow: hidden;
	background-color: #05191D;
	padding: 20px;
	padding-bottom: 80px;
}
.each-member-img {
	border-radius: 10px;
	overflow: hidden;
}
.each-member-info {
	text-align: center;
}
.each-member-info h3 {
    margin-top: 20px;
    margin-bottom: 7px;
}
.each-member-info h3,
.each-member-info h4 {
	color: #fff;
}
.each-member-num h2 {
	color: #fff;
	background-color: #05191D;
    border: 6px solid #F9F9F9;
    border-radius: 100px;
    width: 121px;
    height: 121px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: -59px;
    position: relative;
    z-index: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-member-slider {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-member-slider:hover .each-member-dtls {
	background-color: #E0AD39;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-member-slider:hover .each-member-info h4 {
	color: #05191D;
}
.each-member-slider:hover .each-member-num h2 {
	background-color: #E0AD39;
	color: #05191D;
}
.each-member-slider:hover .each-member-info h3 {
	color: #05191D;
}
.overons-team-slider .swiper-button-next {
    right: -10%;
}
.overons-team-slider .swiper-button-prev {
    left: -10%;
}
/**** over-ons-gal-sec ****/
.over-ons-gal-sec {
    padding-bottom: 119px;
}
.over-ons-gal-wrap {
	padding: 0 19px;
}
.over-ons-gal-area .col-lg-3 {
	width: 31%;
}
.over-ons-gal-area .col-lg-5 {
	width: 38%;
}
.over-ons-gal-area .col-lg-4 {
	width: 31%;
}
.each-over-ons-gal {
    height: 100%;
}
.each-over-ons-gal img {
	border-radius: 10px;
	overflow: hidden;
}
.gal-gap {
    padding-right: 7px;
}
.gal-left-top-img {
    height: 438px;
}
.gal-left-btm-img {
    height: 242px;
}
.gal-mid-top-img {
	height: 305px;
}
.gal-left-top-img,
.gal-mid-top-img {
	margin-bottom: 20px;
}
.gal-mid-btm-img {
	height: 376px;
}
.gal-right-img {
	height: 700px;
}
.gal-left-top-img img,
.gal-left-btm-img img,
.gal-mid-top-img img,
.gal-mid-btm-img img,
.gal-right-img img {
    height: 100%;
	object-fit: cover;
}
/************ vacature-dtl ************/
.diensten-top-info h6 {
    font-family: 'JUSTSans-ExBold';
    color: rgb(5, 25, 29, 0.75);
    margin-bottom: 17px;
}
.diensten-mid-info ul {
	padding-left: 25px;
}
.diensten-mid-info ul li {
	list-style-type: disc;
}
/**** vacature-service-sec ****/
.vacature-service-sec .diens-service-slider-wrap {
	margin: 0;
}
.vacature-service-sec .diens-service-slider {
    width: 100%;
    margin-left: 0;
    position: initial;
}
.vacature-service-sec .common-arrow {
	display: none;
}
.vacature-service-sec .each-service {
    height: 350px;
}
.vacature-service-sec .each-service-text {
	padding-left: 44px;
	padding-right: 44px;
}
.vacature-service-sec .each-service-text p {
    -webkit-line-clamp: 5;
}
/************ aanbod-list ************/
/**** aanbod-filter-sec ****/
.aanbod-filter-sec {
    padding: 216px 0 76px;
    position: relative;
}
.filter-mark {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: -1;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-left-area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 8px;
}
.filter-left-title {
    width: 13%;
}
.main-filter-area {
    width: 86%;
	padding-left: 15px;
}
.filter-reset a {
	color: #05191D;
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(100) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #E0AD39;
}
.filter-reset a:hover img {
    filter: invert(56%) sepia(55%) saturate(571%) hue-rotate(352deg) brightness(118%) contrast(81%);
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 50px;
    color: #05191D;
    background-color: #14181E;
    border: 1px solid #05191D;
    border-radius: 10px;
    padding: 0 44px 0 22px;
    background: url(../images/filter-arrow.svg) no-repeat 94% center / 24px;
    appearance: none;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.aanbod-filter-sec .select-style:hover {
	background-color: #E0AD39;
	border-color: #E0AD39;
}
.aanbod-filter-sec .select-style.show {
    border-radius: 5px 5px 0 0;
	background-color: #E0AD39;
	border-color: #E0AD39;
}
.aanbod-filter-sec .select-style.show:hover {
	background-color: #E0AD39;
	border-color: #E0AD39;
}
.clear-filter-main {
	padding-left: 179px;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	background-color: #14181E;
}
.filter-content {
    display: none;
    background-color: #E0AD39;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #E0AD39;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #05191D;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #05191D;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #05191D;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #05191D;
    border-color: #05191D;
}
.auto-overview-tag {
    margin-right: 5px;
	margin-bottom: 10px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #05191D;
    border-radius: 6px;
    background-color: #E0AD39;
    font-size: 1.4rem;
    border: 1px solid #E0AD39;
}
.cross-btn {
    width: 9px;
	filter: brightness(100) invert(1);
}
.auto-overview-tag:hover {
	background-color: transparent;
}
.aanbod-filter {
	margin-bottom: 0;
	width: 22%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 114px;
    background-color: #05191D;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
    border-radius: 15px;
} 
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #E0AD39;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #05191D;
	border-radius: 100%;
	color: #fff;
    border: 1px solid #05191D;
	margin-left: 20px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn:hover .filter-count {
	background-color: #E0AD39;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #05191D;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #05191D;
}
.mobile-filter-close span img {
	width: 9px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result .common-btn {
	margin-top: 0;
	display: inline-block;
	background-color: #E0AD39;
	border-color: #E0AD39;
  	color: #fff;
	padding: 10px;
	border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .common-btn:hover {
	background-color: transparent;
    border-color: #E0AD39;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .sorteren_op-filter {
	margin-bottom: 0;
	width: 188px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
/**** aanbod-product-sec ****/
.aanbod-product-sec .row {
	row-gap: 40px;
}
.aanbod-product-img,
.aanbod-product-sec .each-product-text {
	border-radius: 10px;
	overflow: hidden;
}
.aanbod-product-sec .each-product-text {
	background: #05191D;
	margin-top: 16px;
	padding: 28px 25px;
}
.aanbod-product-sec .each-product-text h3,
.aanbod-product-sec .each-product-text p,
.aanbod-product-sec .each-product-text td,
.aanbod-product-sec .each-product-text h4 strong {
	color: #fff;
}
.aanbod-product-sec .each-product-text h3 {
    line-height: 40px;
}
.aanbod-product-sec .each-product-text p {
	line-height: 24px;
}
.aanbod-product-sec .each-product-text td strong {
	color: rgba(255, 255, 255, 0.87);
}
.aanbod-product-sec .each-product-text td::after {
    width: 1.5px;
    background-color: #fff;
}
.aanbod-product-sec .each-product-text h4 strong {
	margin-right: 15px;
}
.aanbod-product-sec .each-product-text h4 {
	color: rgba(255, 255, 255, 0.71);
}
.each-aanbod-product,
.each-product-text {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-aanbod-product:hover .each-product-text {
	background-color: #E0AD39;
}
.each-aanbod-product:hover .each-product-text h3,
.each-aanbod-product:hover .each-product-text p,
.each-aanbod-product:hover .each-product-text td,
.each-aanbod-product:hover .each-product-text h4 strong {
	color: #05191D;
}
.aanbod-product-sec .each-product-text td:last-child {
	margin-right: 0;
	padding-right: 0;
}
.each-aanbod-product:hover .each-product-text td strong {
	color: rgba(5, 25, 29, 0.87);
}
.each-aanbod-product:hover .each-product-text h4 {
	color: rgba(5, 25, 29, 0.71);
}
.each-aanbod-product:hover .each-product-text td::after {
	background-color: #05191D;
}
/**** aanbod-list-btm ****/
.aanbod-list-btm {
	padding: 40px 0 144px;
}
.aanbod-list-btm-img {
    border-radius: 20px;
    overflow: hidden;
}
/************ aanbod-dtl ************/
/**** aanbod-top-btn-sec ****/
.aanbod-top-btn-sec {
    text-align: end;
    margin-top: -82px;
    margin-bottom: 32px;
}
.download-btn,
.share-btn {
	border: 0;
}
.share-btn {
    margin-left: 13px;
}
.download-btn.common-btn strong {
	margin-left: 30px;
}
.download-btn.common-btn strong::after {
    background-image: url(../images/down-arw.svg);
}
.share-btn.common-btn strong::after {
	width: 16px;
    height: 16px;
    background-image: url(../images/share.svg);
}
.mobile-share-btn {
    margin-left: 0;
    border: 1px solid #05191D;
	display: none;
}
.mobile-download-btn {
	margin-left: 0;
    border: 1px solid #05191D;
	display: none;
}
.aanbod-top-btn-area {
    display: flex;
    align-items: center;
    justify-content: end;
}
.share-social-media-button {
	margin-left: 30px;
	position: relative;
	z-index: 1;
}
.share-social-media-button .a2a_dd {
	color: #05191D !important;
}
.share-social-media-button .a2a_dd svg {
    margin-right: 0 !important;
    margin-left: 14px !important;
    min-width: 26px !important;
    height: 26px !important;
    background-color: #05191D !important;
    padding: 8px !important;
    border-radius: 5px !important;
    position: absolute !important;
    right: 11px !important;
    z-index: 2 !important;
}
.share-social-media-button .a2a_dd:hover {
    color: #fff !important;
}
/**** aanbod-top-sec ****/
.aanbod-big-slider {
	position: relative;
    height: 100%;
}
.aanbod-big-img {
	border-radius: 20px;
    height: 100%;
}
.aanbod-top-right {
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.aanbod-dtl-product-info {
	padding: 27px 42px;
    border-radius: 20px;
    background-color: #E0AD39;
    overflow: hidden;
    margin-bottom: 14px;
    height: 100%;
}
.aanbod-dtl-product-info .each-product-text td {
	font-family: 'JUSTSans-ExBold';
}
.aanbod-dtl-product-info .each-product-text td:last-child {
	padding-right: 0;
	margin-right: 0;
}
.aanbod-dtl-product-info .each-product-text td strong {
	font-family: 'JUSTSans-Regular';
}
.aanbod-dtl-product-info .each-product-text h4 strong {
	margin-right: 15px;
}
.aanbod-top-sec .common-arrow {
    border-color: #05141E;
    background-color: #05141E;
}
.aanbod-top-sec .common-arrow img {
    filter: brightness(0) saturate(100%) invert(72%) sepia(5%) saturate(410%) hue-rotate(341deg) brightness(95%) contrast(92%);
    -webkit-filter: brightness(0) saturate(100%) invert(72%) sepia(5%) saturate(410%) hue-rotate(341deg) brightness(95%) contrast(92%);
}
.aanbod-top-sec .common-arrow:hover {
    border-color: #B1AAA4;
    background-color: #B1AAA4;
}
.aanbod-top-sec .common-arrow:hover img {
    filter: none;
    -webkit-filter: none;
}


.aanbod-top-area .row .col-lg-6 {
    width: 50.55%;
}
.aanbod-top-area .row .col-lg-6:first-child {
    width: 49.45%;
}
.aanbod-dtl-product-info {
    height: auto;
}
.aanbod-top-right {
    justify-content: initial;
}
.aanbod-top-area .each-product-img {
    height: 462px;
}
.aanbod-top-area .each-product-thumb {
    height: 157px;
}
/**** aanbod-mid-sec ****/
.aanbod-mid-sec {
    padding-top: 29px;
}
.aanbod-contact-dtls {
    display: flex;
    align-items: center;
    column-gap: 10px;
	max-width: 474px;
    width: 100%;
}
.aanbod-contact-img img {
    width: 55px;
    height: 55px;
    border-radius: 64px;
    overflow: hidden;
	object-fit: cover;
	object-position: top;
}
.aanbod-contact-info p {
	color: #05191D;
	margin-bottom: 5px;
}
.contact-info {
    display: flex;
    flex-wrap: wrap;
	row-gap: 5px;
}
.each-contact-info {
    width: 44%;
    line-height: normal;
    color: rgba(5, 25, 29, 0.48);
}
.each-contact-info:last-child {
	width: 100%;
}
.each-contact-info a {
	color: rgba(5, 25, 29, 0.48);
	text-decoration-line: underline;
	text-decoration-style: solid;
}
.each-contact-info a:hover {
	color: #E0AD39;
}
.aanbod-mid-btn ul {
	display: flex;
    column-gap: 23px;
    list-style-type: none;
    justify-content: end;
	margin-bottom: 0;
}
.aanbod-mid-btn li {
	margin-bottom: 0;
}
.aanbod-mid-btn.mobile-aanbod-mid-btn {
	display: none;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
	padding-top: 92px;
    padding-bottom: 120px;
	position: relative;
}
.tab-mark {
    position: absolute;
    bottom: -9px;
    pointer-events: none;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 44px;
    border: 0;
    row-gap: 12px;
    max-width: max-content;
    margin: auto;
	margin-bottom: 50px;
}
.tab-btn ul li.common-btn {
    font-size: 1.6rem;
    padding-left: 52px;
    padding-right: 65px;
}
.tab-btn ul li.common-btn.active,
.tab-btn ul li.common-btn:hover {
    background-color: #005CB9;
}
.tab-btn ul li.common-btn::after {
    display: none;
}
.kenmerken-tab table {
    width: 100%;
}
.kenmerken-tab tr {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.kenmerken-tab tr::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #F9F9F9;
}
.kenmerken-tab td {
    text-align: center;
    width: 20%;
    text-align: center;
    padding: 40px 20px;
    border-bottom: 1px solid rgba(47, 47, 47, 0.15);
    border-right: 1px solid rgba(47, 47, 47, 0.15);
}
.kenmerken-tab td:nth-child(5n) {
    border-right: 0;
}
ul.tabs li {
	font-family: 'JUSTSans-ExBold';
	color: #05191D;
	line-height: normal;
	margin: 0;
	word-break: break-word;
	text-transform: none;
	cursor: pointer;
	max-width: max-content;
	display: inline-block;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 50px;
    line-height: 24px;
}
.tab-btn ul li.active,
.tab-btn ul li:hover {
    color: #E0AD39;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab_content {
	display: none;
}
.tab_drawer_heading {
	display: none;
}
.kenmerken-tab {
	overflow: hidden;
}
.kenmerken-tab td p {
    color: rgba(47, 47, 47, 0.70);
    line-height: 20px;
	margin-bottom: 8px;
}
.kenmerken-tab td h5 {
    font-size: 2rem;
	line-height: 20px;
	color: #2F2F2F;
}
.bullet-panel h4 {
    border-bottom: 1px solid #E0AD39;
    padding-bottom: 10px;
	margin-bottom: 10px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 34px;
}
.dtl-tab-sec .bullet-panel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
	margin-bottom: 10px;
	font-size: 1.6rem;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 7px;
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
    width: 7px;
    height: 7px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E0AD39;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #E0AD39;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    margin-top: 8px;
    margin-bottom: 25px;
}
.left-bg-block p {
    margin-bottom: 0;
    color: #fff;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h5 {
    text-transform: none;
	font-size: 2rem;
}
.tab-btm-btn {
    text-align: center;
	margin-top: 40px;
}
.tab-btm-btn .common-btn strong::after {
	filter: brightness(0) invert(1);
}
/****kenmarken-popup****/
.kenmarken-popup {
	display: none;
}
.kenmarken-popup-wrap {
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.kenmarken-popup-overlay {
	position: fixed;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(30px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
	border-radius: 20px;
    background-color: #fff;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
	border: 1px solid #E0AD39;
	box-shadow: 0px 0px 25px 0px rgba(224, 173, 57, 1);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(224, 173, 57, 1);
	overflow: hidden;
}
.kenmarken-popup-close {
	background-color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #0E0E0E;
}
.kenmarken-popup-close img {
	width: 25px;
    filter: brightness(100) invert(1);
}
.kenmarken-popup-content {
    overflow-y: scroll;
    height: calc(100% - 116px);
    padding-right: 20px;
    border-radius: 10px;
    border: 1px solid rgba(47, 47, 47, 0.15);
    padding: 9px 50px 0;
}
.kenmarken-popup-content::-webkit-scrollbar  {
	background-color: #5B5A5E;
	width: 10px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.kenmerken-popup-model {
	padding-bottom: 30px;
	padding-right: 40px;
}
.kenmerken-popup-model h3 {
    margin-bottom: 6px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kenmerken-popup-model p {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kenmarken-popup-content h4 {
    margin-bottom: 8px;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 31px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    margin-bottom: 5px;
    padding: 8px 0;
    border-bottom: 1.5px solid rgba(47, 47, 47, 0.15);
}
.kenmarken-popup-content li:nth-child(even) {
    color: rgba(47, 47, 47, 0.70);
}
.kenmarken-popup-content li::after {
    display: none;
}
/**** aanbod-btm-sec ****/
.aanbod-dtl-btm-sec {
    padding: 119px 0 120px;
	position: relative;
}
.aanbod-dtl-btm-mark {
    position: absolute;
    top: -2px;
    pointer-events: none;
    z-index: -1;
}
.aanbod-dtl-btm-title {
	text-align: center;
	margin-bottom: 80px;
}
.aanbod-dtl-btm-sec .each-product-text td {
    margin-right: 23px;
}
.aanbod-dtl-btm-slider .swiper-button-next {
    right: -76px;
}
.aanbod-dtl-btm-slider .swiper-button-prev {
    left: -76px;
}
.form-height-add {
	margin-bottom: 40px;
}
/************ popup ************/
.modal-area .modal-dialog {
	max-width: 64.68%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(5, 20, 30, 0.60);
	backdrop-filter: blur(17px);
}
.modal-area .modal-content {
    border: 0;
    background: #F9F9F9;
    position: relative;
    border-radius: 10px;
	padding: 50px;
}
.modal-area .popup-content {
    padding: 66px 46px 50px 0;
}
.modal-content .col-lg-5 {
    width: 43%;
}
.modal-content .col-lg-7 {
    width: 57%;
}
.modal-area .popup-content p:last-child {
	margin-bottom: 0;
}
.pop-up-image {
    height: 100%;
}
.pop-up-image img {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.modal-area .popup-content h3 {
	margin-top: 31px;
}
.modal-area .popup-content ul {
    margin: 15px 0 32px;
	padding-left: 30px;
	list-style-type: none;
}
.modal-area .popup-content li {
    position: relative;
    font-size: 2rem;
}
.modal-area .popup-content li::after {
    position: absolute;
    left: -17px;
    top: 11px;
    content: "";
    width: 4px;
    height: 4px;
    background-color: rgb(5, 25, 29, 0.75);
    border-radius: 100px;
}
.modal-content .close-img {
    position: absolute;
    top: -32px;
    right: -32px;
    height: 66px;
    width: 66px;
    background-color: #E0AD39;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 1;
}
.modal-content .close-img img {
    width: 35px;
	filter: invert(1);
}
/* .modal-area .modal-dialog {
	max-width: 90%;
} */
/************ verkocht ************/
.verkocht-top-sec {
    padding: 212px 0 80px;
}
.verkocht-top-right {
	text-align: end;
}
.verkocht-top-sec p {
	margin-bottom: 0;
}
.verkocht-product-sec {
	padding-bottom: 120px;
}
.verkocht-product-sec .each-product-text {
    padding-left: 30px;
	padding-right: 30px;
}
.verkocht-product-sec .each-product-text td {
    padding-right: 21px;
    margin-right: 21px;
}

.calsty {
    width: 100%;
    height: 700px;
}









/*******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: 1.8rem;
  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: 35px;
    padding-top: 15px;
}


/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 10px 6px 20px;
    color: #000;
    background-size: contain;
}
.star_icon{
    margin-bottom: 30px;
}
.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
   /* color: #1c1c1c;*/
    border-bottom: 1px solid #E0AD39;
    padding-bottom: 10px;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    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;
}
.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#555 calc(1*100%/6),#fff 0 calc(3*100%/6),#555 0),
              linear-gradient(#555 calc(2*100%/6),#fff 0 calc(4*100%/6),#555 0),
              linear-gradient(#555 calc(3*100%/6),#fff 0 calc(5*100%/6),#555 0);
    background-size: 10px 400%;
    background-repeat: no-repeat;
    animation: matrix 1s infinite linear;
  }
  @keyframes matrix {
    0% {
      background-position: 0% 100%, 50% 100%, 100% 100%
    }
  
    100% {
      background-position: 0% 0%, 50% 0%, 100% 0%
    }
  }
  .load_aanbod{
    justify-content: center;
    display: flex;
    column-gap: 30px;
    align-items: center;
    color: #000;
  }


.carpass-img {
    width: 115px;
}


/*****fix-wp*****/
/*.fix-wp a {
    position: fixed;
    right: 3%;
    bottom: 80px;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    background-color: #25D366;
    z-index: 98;
    display: flex;
    align-items: center;
    justify-content: center;
}*/
.fix-wp a img {
    width: 26px;
}
.dfQxaY {
    opacity: 0 !important;
}
.fixed-whatsapp-icon {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 10px;
    bottom: 0px;
    z-index: 999;
}

.fixed-whatsapp-icon img {
    width: 50px;
}

.popup .popuptext {
    display: none;
    width: 200px;
    background-color: #25D366;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 3px;
    right: 3vw;
    font-size: small;
}

.notifcation {
    position: relative;
}

.alert-number {
    display: none;
    position: absolute;
    bottom: 28px;
    left: 16px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    background-color: red;
    color: white;
    text-align: center;
    font-size: small;
    animation: shake 0.5s;
    animation-iteration-count: 1;
}
@media screen and (max-width: 600px) {
    .popuptext {
        right: 60px !important;
    }
}
@media (max-width : 767.98px){
    .fixed-whatsapp-icon{
        display: none;
    }
}
.bedankt-banner-sec {
	margin-bottom: 40px;
}





.widget-btn-area {
  bottom: 2rem;
  left:3rem;
  z-index: 99;
  font-family: "Nunito Sans", sans-serif;
}
.widget-btn {
  border-radius: 10px;
  background: #E0AD39;
  box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  padding: 1.3rem 3.2rem 1.3rem 2.5rem;
  font-size: 1.7rem;
  cursor: pointer;
  color: #181716;
  font-weight: 600;
}

.widget-btn span:after, .widget-mobile span:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right:-1.8rem;
  content: '';
  width:1rem;
  height: 1rem;
  background: url(../images/next-white.svg) no-repeat center/ contain;
  filter: invert(1);
}
.widget-content {
  background: #1c1c1c;
  padding: 4.5rem;
  -webkit-box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  -moz-box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  border-radius: 20px;
  width: 46rem;
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.arw-rotate {
  margin-top:-2.5rem;
  margin-bottom: 1rem;
  transform: rotate(-90deg);
  cursor:pointer;
}
.widget-content h4, .widget-content h5 {
  text-transform: unset;
  color: #fff;
  letter-spacing: normal;
}
.widget-content h4 {
  font-weight: 500;
  font-size: 2.4rem;
}
.widget-content h5 {
  font-weight: 400;
  font-size: 1.7rem;
  margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span {
  text-decoration: underline;
  color: #E0AD39;
}
.widget-content button, .widget-mobile button {
  border-radius: 5px;
  color: #181716;
  border: 2px solid #E0AD39;
  background: #E0AD39;
  padding: 1.2rem 2rem;
  font-size: 1.7rem;
  font-weight: 600;
  margin-right: .5rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  cursor: pointer;
}
.widget-content button:hover, .widget-mobile button:hover {
  background: transparent !important;
  border-color: #E0AD39 !important;
  color: #E0AD39 !important;
}
.monthly_amount{
  cursor:pointer;
}
.voorraadwekker_widget_section .voorraadwekker_widget_wapper {
  background:#05191D !important;
}

@media(max-width: 767.98px){
    .morgeninternet-footer.viewcar-footer {
        margin-bottom: 68px !important;
        height: 50px;
    }
    .widget-mobile {
        background: #1c1c1c;
        padding: 1.5rem 1.2rem;
        border-top: 1px solid rgba(255,255,255,0.1);
        border-bottom: 1px solid rgba(255,255,255,0.1);
        z-index: 99;
        font-family: "Nunito Sans", sans-serif;
    }
    .widget-mobile .d-flex {
        gap: 5px;
    }
    .widget-mobile button {
        padding: .65rem;
        font-size: 1.45rem;
    }

    .widget-mobile h6 span {
        font-size: 1.45rem;
        cursor: pointer;
        font-weight: 600;
        padding-right: 2.5rem;
        color: #fff;
        margin-right: .75rem;
    }
    .widget-mobile h6 span:after {
        background: url(../images/arw-color.svg) no-repeat center/ contain;
        right: 0;
    }
    .widget-mobile h6 span:not(.active):after {
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
    }
    .widget-mobile h6 span.active {
        color: #E0AD39;
    }
    .widget-mobile h6 span.active:after {
        transform: translateY(-50%) rotate(-90deg);
    }
    .widget-mobile-content {
        bottom: 6.5rem;
        background: #121212;
        padding: 3rem 1.5rem 1.5rem;
        z-index: 99;
        display: none;
    }

    .widget-mobile-content.show-div {
        display: block;
    }
    .widget-content-wrap {
        background: #1c1c1c;
        border: 1px solid rgba(255,255,255,0.1);
        padding: 1.5rem;
    }
    .widget-mobile-content td {
        color: #fff;
        vertical-align: top;
        font-size: 1.45rem;
        font-weight: 400;
        padding: 4px 0;
    }
    .widget-mobile-content td a {
        color: #fff;
        text-decoration: none;
    }
    .widget-mobile-content td a:hover {
        color: #E0AD39;
    }
    .whatsapp-block {
        background: #25D366;
        border-radius: 5px;
        width:3.7rem;
        height: 3.7rem;
    }
    .whatsapp-block img {
        width: 1.8rem;
    }
    .widget-mobile-content td span {
        width: 2.2rem;
        height: 2.2rem;
        border: 1px solid rgba(255,255,255,0.1);
        margin-right: 1.8rem;
    }
}