@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    font-family: 'interregular';
    font-size: 1.6rem;
    color: #121212;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
body::-webkit-scrollbar {
	width: 10px;
	background-color: #F1F1F1;
}
body::-webkit-scrollbar-thumb {
	background-color: #C1C1C1; 
  }
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/****header-area*****/
.header-area {
	padding: 28px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area.stiky{
	background-color: #fff;
	z-index: 111;
	box-shadow: 0px 7px 15px -3px rgba(0,0,0,0.1);
}
.header-area .row{
	align-items: center;
}
.header-logo {
	position: relative;
	z-index: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-logo img {
	width: 276px;
}
.header-menu{
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin-left: auto;
	margin-right: 0;
}
.header-menu > ul {
	display: flex;
	align-items: center;
	justify-content: end;
	column-gap: 34px;
}
.header-menu > ul > li {
    /* font-family: 'lama_sanssemibold';
    font-size: 1.6rem;
    color: #fff;
	letter-spacing: 1.6px;
	text-transform: uppercase; */
}
.header-menu > ul > li > a {
	/* color: #fff; */
	/* font-family: 'intermedium'; */
}
.header-menu > ul > li > a:hover {
	color: #FCA61D;
}
.header-menu a.active {
	color: #FCA61D;
}
.menu-bar {
    position: relative;
    max-width: 36px;
    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: #FCA61D;
    content: '';
    height: 2px;
    margin: 8px 0 8px auto;
    width: 29px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar::after {
	/* background-color: #E3032E; */
}
.menu-bar div {
	width: 36px;
}
.menu-bar::after {
	width: 29px;
}
.menu-bar.active div {
    transform: scale(0);
	/* background-color: #E3032E; */
}
.menu-bar.active:before {
    transform: translateY(6px) rotate(135deg);
	/* background-color: #E3032E; */
}
.menu-bar.active:after {
    transform: translateY(-14px) rotate(-137deg);
	width: 29px;
	/* background-color: #E3032E; */
}
@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
}
/******main******/
main{
	margin-top: 100px;
}
.fixed-wp{
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 5;
}
.fixed-review{
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 5;
}
.fixed-review img{
	width: 81px;
	height: 98px;
}
/*****banner-sec*****/
.banner-sec {
	/* height: 100vh; */
	height: 800px;
	position: relative;
	/* overflow: hidden; */
	border-left: 30px solid #fff;
	border-right: 30px solid #fff;
}
.banner-slider {
	height: 100%;
	position: relative;
	z-index: 2;
}
.banner-slider .swiper {
	height: 100%;
}
.each-banner {
	height: 100%;
	position: relative;
}
.banner-slider::before,
.banner-slider::after{
	content: "";
	height: 84px;
	width: 84px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 2;
	pointer-events: none;
	clip-path: polygon(100% 0, 0 0, 0 100%);
}
.banner-slider::before{
	left: auto;
	top: auto;
	bottom: 0;
	right: 0;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
} 
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-sec::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: linear-gradient(251deg, rgba(18, 18, 18, 0.00) 19.9%, rgba(18, 18, 18, 0.69) 73.91%, rgba(18, 18, 18, 0.70) 100.27%);
	z-index: 1;	
	pointer-events: none;
}
.banner-sec::before {
	content: "";
    width: 26%;
    height: 100%;
    position: absolute;
    bottom: -54%;
    right: 0;
    background-image: url(../images/round-arrow.svg);
    z-index: 2;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-content {
	position: absolute;
	bottom: 45px;
	left: 0;
	width: 100%;
	z-index: 2;
	color: #fff;
}
.banner-video {
    height: 100vh;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-content h1{
	color: #fff;
}
.banner-content h1 strong{
	font-weight: normal;
	color: #FCA61D;
}
.banner-content  .common-btn{
	color: #fff;
	margin-top: 26px;
}
.banner-content  .common-btn::after{
	filter: invert(1);
}
.banner-content  .common-btn .btn_line{
	background-color: #fff;
}

/* ======== .home-filter-sec ===== */
.home-filter-sec{
	margin-top: 95px;
}
.home-filter-sec .select-style {
    width: 100%;
    height: 48px;
    color: #fff;
    font-size: 1.6rem;
    border: 1px solid rgba(255, 255, 255, 0.50);
    border-radius: 30px; 
    padding: 0 24px;
    backdrop-filter: blur(5px);
    background-image: linear-gradient(91deg, rgba(255, 255, 255, 0.14) 0.21%, rgba(255, 255, 255, 0.10) 99.79%), url(../images/filter-arrow.svg);
    background-position: center, 80% center; 
    background-size: cover, 10px; 
    background-repeat: no-repeat;   
    appearance: none;
    line-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
	text-align: center;
}
.home-filter-sec .select-style.show{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-color: #FCA61D;
}
.banner-content label {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-size: 1.6rem;
	cursor: pointer;
}
.banner-sec .filter-content {
   background-color: #fff;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #CE9E3A;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
	cursor: default;
    max-height: 400px;
    overflow-y: auto;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	z-index: 4;
}
.banner-content label:last-child {
	margin-bottom: 0;
}
.banner-content label span {
    float: right;
    color: rgba(255, 255, 255, 0.5);
}
.banner-content .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #FCA61D;
    background-color: transparent;
    border-radius: 5px;
}
.banner-content .form-check-input:checked {
    background-color: #FCA61D;
    border-color: #FCA61D;
}
.home-filter{
	width: 20%;
}
.home-filter .default-btn{
	max-width: max-content;
	width: 100%;
	color: #fff;
	border: 1px solid #FCA61D;
    background-color: #FCA61D;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	height: 100%;
	text-transform: capitalize;
}
.home-filter .default-btn:hover{
	background-color: transparent;
	backdrop-filter: blur(0);
	border-color: #FCA61D;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 3px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #FCA61D;
}
/* ===== product slider ====== */
.common-heading >*{
	width: max-content;
	padding-left: 110px;
	position: relative;
}
.common-heading >*::after{
	position: absolute;
	left: 0;
	top: 10px;
	height: 90px;
	width: 90px;
	background-image: url(../images/heading-logo.svg);
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	background-size: 90px;
}
.product-slider {
	position: relative;
    margin-top: 82px;
    background: #fff;
    z-index: 2;
}
.product-car-slider-sec{
	padding: 120px 0;
}
.product-car-slider-sec .common-heading{
	padding-left: 10%;
}
.each-car-slider{
	background-size: 0;
	background-repeat: no-repeat;
	position: relative;
	height: 100%;
}
.each-car-slider a{
	display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 15px 15px 15px;
    border-right: 1px solid transparent;
}
.each-car-slider:hover a{
	border-color: #FCA61D;	
}
.car-img{
	position: relative;
	clip-path: polygon(8.5% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%);
}
.car-img img {
	/* transform: scaleY(1.1); */
	margin-top: -16px;
    margin-bottom: -16px;
}
.each-car-slider::after {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../images/border.svg);
    content: "";
    left: 50%;
    top: 50%;
    background-size: cover;
    /* background-position: unset; */
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
	z-index: -1;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.product-content table{
	width: 100%;
}
.product-content p{
	color: rgba(18, 18, 18, 0.39);
	height: 44px;
    overflow: hidden;
}
.product-content h4{
	font-family: 'intermedium';
	height: 60px;
    overflow: hidden;
	margin: 15px 0; 
}
.product-content tr{
	display: flex;
	justify-content: space-between;
	border-top: 1px solid rgba(18, 18, 18, 0.31);
	border-bottom: 1px solid rgba(18, 18, 18, 0.31);
	padding: 21px 0;
	margin-bottom: 28px;
}
.product-content td{
	font-family: 'intermedium';
	vertical-align: top;
	display: flex;
	column-gap: 15px;
	align-items: center;
	color: #121212;
}
.car-price{
	display: flex;
	align-items: center;
	column-gap: 10px;
	width: 100%;
}
.car-price h4{
	height: auto;
	margin: 0;
}
.car-price-sec{
	display: flex;
	width: 100%;
	padding-top: 0px;
}
.car-price span{
	padding-left: 10px;
	border-left: 1.5px solid #121212;
	font-family: 'intermedium';
	color: rgba(18, 18, 18, 0.41);
	line-height: 24px;
}
/* .brand-logo img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
} */
.each-car-slider:hover .brand-logo img{
	filter: invert(77%) sepia(21%) saturate(5627%) hue-rotate(345deg) brightness(104%) contrast(98%);
}
.product-slider .swiper-wrapper{
	/* margin-left: -30%; */
	/* margin-left: -30%;
	margin-right: -30%; */
	margin-bottom: 60px;
}
.product-slider .swiper-scrollbar-drag{
	background-color: #FCA61D;
	margin-top: 80px;
}
.product-slider .swiper-scrollbar{
	height: 4px;
	background-color: rgba(18, 18, 18, 0.30);
}
/******marquee-sec*******/
.marquee-sec {
    padding: 30px 0;
    position: relative;
    margin-top: 14px;
    overflow: hidden;
    border-bottom: 1px solid #121212;
}
.marque-wrap {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
}
.marque-txt {
    display: inline-block;
    white-space: nowrap;
	margin-right: 10px;
}
.marque-txt ul {
    display: flex;
    /* gap: 30px; */
    list-style: none;
    padding: 0;
    margin: 0;
	white-space: nowrap;
}
.marque-txt li {
    /* display: inline list-item; */
    color: #121212;
    line-height: 24px;
    position: relative;
    font-family: 'intermedium';
    padding-left: 30px;
	margin-left: 120px;
}
.marque-txt li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    height: 20px;
    width: 20px;
    background-image: url(../images/list-logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}
.each-car-slider:hover::after{
	opacity: 1;
}
/* ======= home-about-sec ======= */
.home-overons-sec{
	padding-top: 120px;
}
.home-overons-sec-right{
	max-width: 525px;
	margin-left: auto;
	margin-right: 0;
}
.home-overons-sec-right p{
	margin-bottom: 20px;
}
.signature img{
	width: 224px;
	margin-left: 110px;
}
.home-overons-sec-lft{
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}
.banner-img-corner{
	margin-top: 84px;
}
.each-counter{
	display: flex;
	padding: 67px 0;
	column-gap: 10px;
}
.each-counter h4{
	font-family: 'bankgothicbold';
}
.each-counter p{
	font-family: 'intermedium';
}
.each-counter-img img{
	width: 60px;
}
.couner-sec{
	position: relative;
}
.couner-sec::before,
.couner-sec::after{
	position: absolute;
	content: "";
	height: 100%;
	width: 2px;
	background-color: #121212;
	top: 0;
	left: 33%;
}
.couner-sec::before{
	left: auto;
	right: 33%;
}
/* ============= service-sec ====== */
.service-sec{
	position: relative;
}
.service-sec.service-stiky {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1;
}
.service-sec::before,
.service-sec::after{
	position: absolute;
	height: 100%;
	width: 100%;
	content: "";
	left: 0;
	top: 0;
	background-color: rgba(18, 18, 18, 0.9);
	z-index: 0;
}
.service-sec::before{
	width: 30%;
	height: 30%;
	transform: rotate(-28.734deg);
	border-radius: 505.979px;
	background: rgba(252, 166, 29, 0.68);
	filter: blur(231.39999389648438px);
    top: 45%;
    left: 45%;
    z-index: 1
}
.service-sec-wrap{
	/* padding: 130px 0 117px; */
	padding: 190px 0 117px;
	height: 100%;
}

.service-sec .swiper-vertical>.swiper-pagination-bullets{
	right: auto;
    /* left: 16px; */
	left: 14%;
    display: flex;
    flex-direction: column;
   	row-gap: 59px;
   	top: 64%;
}
.service-sec .swiper-pagination-bullet,
.service-sec .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{
	opacity: 1;
	background-color: #fff;
	height: 11px;
	width: 11px;
	margin: 0;
	position: relative;
	transition: all 0.5s;
}
.service-sec .swiper-pagination-bullet:after,
.service-sec .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet::after{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 1px solid #FCA61D;
	content: "";
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.5s;
	pointer-events: none;
}
.service-sec .swiper-pagination-bullet-active:after,
.service-sec .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet-active::after{
	opacity: 1;
	pointer-events: all;
}
.service-sec .swiper-pagination-bullet-active,
.service-sec .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet-active{
	opacity: 1;
	background-color: #FCA61D;
	position: relative;
}
.service-sec .swiper-wrapper {
	width: 100%;
	height: 680px;
	/* row-gap: 50px; */
}
.each-service-img{
	/* height: 680px !important; */
	clip-path:polygon(9% 0, 100% 0, 100% 86%, 89% 100%, 0 100%, 0 13%); 
	
}
.each-service-img img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: opacity 0.5s ease;
}
.each-service {
    padding-left: 110px;
}
.each-service h3,
.each-service p{
	color: #fff;
}
.each-service p{
	max-width: 575px;
	margin-top: 20px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service-sec .common-btn .btn_line{
	background-color: #fff;
}
.service-sec-heading .common-btn,
.service-sec .common-btn{
	color: #fff;
	margin-top: 92px;
}
.service-sec .common-btn::after{
	filter:brightness(0) invert(1);
}
.each-service-lft {
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    /* transform: translateY(100%);
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0; */
    position: relative;
    z-index: 2;
	padding-right: 40px;
	padding-top: 210px;
}
.service-sec-heading{
	position: relative;
	z-index: 3;
	margin-bottom: -147px;
}
.service-sec .common-heading h2{
	color: #fff;
}
.service-sec-heading .common-btn{
	margin-top: 20px;
	margin-left: 110px;
}
.service-mob {
	position: relative;
}
.service-sec .swiper-pagination {
	left: 0;
	display: flex;
	flex-direction: column;
	gap: 50px;
	bottom: auto;
	top: 47%;
	z-index: 1;
}
.service-mob {
	height: 100%;
}
.service-mob .swiper {
	height: 100%;
}
/* ============= footer ======== */
.footer-area{
	background-color: #121212;
	padding: 120px 0 0;
	position: relative;
}
.footer-star{
	position: absolute;
	left: 0;
	bottom: 0;
	pointer-events: none;
}
.footer-star img{
	width: 303px;
}
.footer-right{
	display: flex;
	justify-content: space-between;
	max-width: 960px;
	margin-left: auto;
	margin-right: 0;
	padding-bottom: 87px;
}
.each-footer{
	width: auto;
	max-width: 250px;
}
.each-footer h4{
	color: #fff;
	font-family: 'bankgothicbold';
	margin-bottom: 40px;
	text-transform: uppercase;
}
.each-footer td,
.each-footer a{
	color: #fff;
	line-height: 24px;
	margin-bottom: 5px;
}
.each-footer a{
	display: inline-block;
	margin-bottom: 5px;
}
.each-footer a:hover{
	color: #FCA61D;
}
.each-footer table{
	width: 100%;
}
.review-logo img{
	width: 147px;
	margin-top: 40px;
}
.privacy a{
	color: rgba(255, 255, 255, 0.44);
}
.privacy a:hover{
	color: #fff;
}
.footer-social ul{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	column-gap: 15px;
	margin-bottom: 20px;
}
.footer-social a:hover{
	filter: brightness(5) invert(1);
}
.footer-social a img{
	width: 30px;
	transition: all 0.5s;
}
.footer-logo img{
	width: 265px;
}
.footer-logo {
	margin-bottom: 40px;
}







/*=====================inner============================*/
/***inner-banner***/
.inner-banner {
    position: relative;
	border-left: 30px solid #fff;
    border-right: 30px solid #fff;
}
.inner-banner::after{
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(256deg, rgba(18, 18, 18, 0.00) 21.25%, rgba(18, 18, 18, 0.38) 78.93%, rgba(18, 18, 18, 0.38) 107.08%);
}
.inner-banner::before{
	content: "";
	height: 48%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(12deg, #121212 7.66%, rgba(18, 18, 18, 0.00) 58.53%, rgba(18, 18, 18, 0.00) 97.55%);
	z-index: 1;
}
.inner-banner-content {
    position: absolute;
    bottom: 26%;
    left: 0;
    z-index: 2;
    width: 100%;
}
.inner-banner-content h1 {
    color: #fff;
}
/***diensten-top-sec***/
.diensten-list-top-sec {
    padding-top: 120px;
}
.diensten-list-top-area {
    display: flex;
    justify-content: space-between;
	align-items: center;
	column-gap: 50px;
}
.diensten-list-top-right p{
	width: 100%;
    max-width: 543px;
	margin-bottom: 0;
}
.diensten-list-top-left.common-heading >* {
    padding-left: 114px;
}
/***diensten-list-sec***/
.diensten-list-sec{
	position: relative;
	overflow: hidden;
	padding: 100px 0 80px;
}
.bg-vector {
    position: absolute;
    bottom: -14%;
    width: 567px;
    height: 400px;
    right: 0;
}
.diensten-list-area {
    position: relative;
    z-index: 1;
}
.diensten-list-area .row{
	margin: 0 -19px;
}
.diensten-list-area .col-lg-6{
	padding: 0 19px;
}
.each-diensten-list-area {
    margin-bottom: 40px;
	position: relative;
}
.each-diensten-list-area a{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-diensten-list-area a:hover .each-list{
	border: none;
	background-color: none;
}
.each-list-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 34px 62px 32px;
    z-index: 1;
}
.each-list-img{
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: relative;
}
.each-diensten-list-area a:hover .each-list-img{
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-list-img::before{
	content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0;
    left: 0;
	clip-path: polygon(100% 0, 0 100%, 0 0);
	background-color: #fff;
	z-index: 2;
}
.each-list-img::after{
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
	background: linear-gradient(0deg, rgba(18, 18, 18, 0.60) 0%, rgba(18, 18, 18, 0.60) 100%);
	z-index: 1;
}
.each-list p{
	margin: 25px 0 23px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each-diensten-list-area a:hover .each-list h3, 
.each-diensten-list-area a:hover .each-list p, 
.each-diensten-list-area a:hover .each-list .common-btn
{
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-diensten-list-area a:hover .each-list .common-btn::after{
	background-image: url(../images/white-arw.svg);
}
.each-diensten-list-area a:hover .each-list .btn_line{
	background-color: #fff;
}
.each-list-im {
	position: absolute;
    border: 1;
    border: 1px solid #121212;
    height: 100%;
    width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	z-index: -1;
}
.each-list-content {
    position: inherit;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 1;
}
.triangle {
    width: 0;
    height: 0;
    border-left: 35px solid #fff;
    border-right: 36px solid #fff;
    border-bottom: 81px solid #fff;
    position: absolute;
    transform: rotate(-38deg);
    top: -51px;
    left: -40px;
    z-index: 31;
}
.triangle::after {
    content: "";
    position: absolute;
    bottom: -81px;
    left: -25px;
    width: 62px;
    height: 1px;
    background-color: #121212;
}
.each-list-im img{
    height: 100%;
    width: 100%;
    object-fit: cover;
	opacity: 0;
	transition: all 0.5s;
}
.each-list.position-relative {
	overflow: hidden;
}
.list-content{
	padding: 36px 65px;
	background: transparent;
	transition: all 0.5s;
}
.each-list:hover .each-list-im img{
	opacity: 1;
}
.each-list:hover .each-list-im{
	border-color: transparent;
}
.each-list:hover .triangle::after{
	background-color:transparent;
}
.each-list:hover .list-content{
	background: linear-gradient(0deg, rgba(18, 18, 18, 0.60) 0%, rgba(18, 18, 18, 0.60) 100%);
}
/*************contact**************/
.form-sec {
	padding: 126px 0 115px;
}
.form-wrap {
    padding: 0 128px;
}
.form-left-heading h3 {
	line-height: 45px;
}
.form-left-heading p {
    padding: 18px 0 43px;
    width: 100%;
    max-width: 528px;
    margin-bottom: 0;
}
.form-left-area {
    padding-right: 13px;
}
.form-main-area .form-group {
    margin-bottom: 24px;
	position: relative;
	z-index: 0;
}
.form-main-area .form-styl {
    resize: none;
    border-radius: 0;
    border: none;
    color: rgba(18, 18, 18, 0.60);
    font-family: 'interregular';
    font-size: 1.6rem;
    line-height: 24px;
    padding: 12px 0;
    border-bottom: 1.5px solid rgba(18, 18, 18, 0.50);
    background: #fff;
}
.form-main-area .form-styl:focus {
	box-shadow: none;
	color: #121212;
	border-bottom: 1.5px solid #121212;
}
.form-main-area .common-btn.color-btn {
	margin-top: 6px;
}
.form-main-area .form-styl:placeholder {
	color: rgba(18, 18, 18, 0.60);
}
.form-main-area .form-styl:-ms-input-placeholder {
	color: rgba(18, 18, 18, 0.60);
}
.form-main-area .form-styl::placeholder {
	color: rgba(18, 18, 18, 0.60);
}
.form-main-area .row{
	margin: 0 -10px;
}
.form-main-area .col-lg-6{
	padding: 0 10px;
}
.form-group textarea.form-control {
	min-height: 115px;
	border-radius: 0;
}
.form-btn {
    margin-top: 41px;
}
.form-btn button {
	border: 0;
    background: none;
	padding-left: 0;
}
.form-right-area {
    padding-left: 161px;
	padding-top: 122px;
}
.form-right-area .row {
	row-gap: 68px;
	justify-content: space-between;
}
.form-right-area .col-6{
	width: 65%;
}
.form-right-content table{
	width: 100%;
}
.form-right-content h4 {
	color: #121212;
	font-family: 'bankgothicbold';
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 22px;
}
.form-right-content tr td {
	line-height: 24px;
}
.form-right-content tr td:first-child {
	padding-right: 30px;
}
.form-right-content a {
	line-height: 26px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/***map-sec***/
.map-sec {
    padding-bottom: 120px;
}
.map {
    height: 497px;
}
/*************vacature-list**************/
.vacature-list-sec .bg-vector {
    width: 510px;
    bottom: 44%;
}
/************diensten-list**************/
/***back-btn***/
.back-btn {
    padding-top: 46px;
}
.txt-btn{
	font-family: 'bankgothicbold';
	font-size: 24px;
	line-height: normal;
	text-transform: uppercase;
	position: relative;
	padding-left: 23px;
	padding-right: 0;
}
.txt-btn::after{
	position: absolute;
    left: 0;
    top: 4px;
    height: 16px;
    width: 16px;
    background-image: url(../images/txt-btn-arw.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.txt-btn:hover::after{
	transform: rotate(-27deg);
}
/***diensten-dtl-top-sec***/
.diensten-dtl-top-sec{
	position: relative;
	overflow-x: clip;
	overflow-y: visible;
}
.diensten-dtl-top-sec .bg-vector {
    bottom: 91%;
    width: 521px;
    right: -13px;
    z-index: 99;
	pointer-events: none;
}
.diensten-dtl-top-img {
    padding-right: 94px;
	margin-top: -24px;
	position: relative;
    clip-path: polygon(10% 0, 100% 0, 100% 78%, 76% 100%, 0 100%, 0 10%);
}
.diensten-dtl-top-content h3{
	color: #121212;
	margin-bottom: 25px;
	padding-top: 50px;
}
.diensten-dtl-top-content p {
    margin-bottom: 0;
    width: 100%;
    max-width: 578px;
}
.diensten-dtl-top-content p{
	margin-top: 24px;
}
/***diensten-dtl-mid-sec***/
.diensten-dtl-mid-sec {
    padding: 133px 0 120px;
}
.diensten-dtl-mid-content{
	padding-right: 189px;
	padding-left: 27px;
}
.diensten-dtl-mid-content p{
    margin-bottom: 50px;
}
.diensten-dtl-mid-content p:last-child{
	margin-bottom: 0;
}
.diensten-dtl-mid-content h4 {
	font-family: 'intermedium';
    color: #121212;
	margin-bottom: 14px;
	position: relative;
}
.diensten-dtl-mid-content h4::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5%;
    width: 12px;
    height: 12px;
	border-radius: 50%;
	background-size: 12px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.diensten-dtl-mid-img{
	position: relative;
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%);
}
.diensten-dtl-mid-content ul:last-child{
	margin-bottom: 0;
}
/***diensten-dtl-form-sec***/
.diensten-dtl-form-sec{
	background: #121212;
	padding: 60px 0;
	position: relative;
}
.diensten-dtl-form-sec .form-heading h2,.diensten-dtl-form-sec .form-left-heading p{
	color: #fff;
}
.diensten-dtl-form-sec .form-main-area .form-styl {
    color: rgba(255, 255, 255, 0.60);
    border-color: rgba(255, 255, 255, 0.50);
    background: #121212;
}
.diensten-dtl-form-sec .form-main-area .form-styl:focus {
	color: #fff;
	border-color: #fff;
}
.diensten-dtl-form-sec .form-main-area .form-styl:focus::placeholder{
	color: #fff;
}
.diensten-dtl-form-sec .form-main-area .form-styl:focus:-ms-input-placeholder{
	color: #fff;
}
.diensten-dtl-form-sec .form-main-area .form-styl:focus::placeholder{
	color: #fff;
}
.diensten-dtl-form-sec .form-main-area .form-styl::placeholder {
	color: rgba(255, 255, 255, 0.60);
}
.diensten-dtl-form-sec .form-main-area .form-styl:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.60);
}
.diensten-dtl-form-sec .form-main-area .form-styl::placeholder {
	color: rgba(255, 255, 255, 0.60);
}
.diensten-dtl-form-sec .form-main-area .form-btn button {
    color: #fff;
}
.diensten-dtl-form-sec .form-main-area .btn_line {
    background-color: #fff;
}
.diensten-dtl-form-sec .form-main-area .form-btn .common-btn::after{
	background-image: url(../images/white-arw.svg);
}
.diensten-dtl-form-sec .form-right-content h4 {
    color: #fff;
}
.diensten-dtl-form-sec .form-right-content a {
    color: #fff;
}
.diensten-dtl-form-sec .form-right-content a:hover {
	color: #FCA61D;
}
.diensten-dtl-form-sec .form-right-content tr td {
    color: #fff;
}
.diensten-dtl-form-sec .bg-vector {
    bottom: 34%;
    width: 417px;
	pointer-events: none;
}
/***diensten-dtl-slider-sec***/
.diensten-dtl-slider-sec{
	overflow: hidden;
	padding: 122px 0;
}
.diensten-dtl-slider-title{
	text-align: center;
	margin-bottom: 68px;
}
/* .diensten-dtl-slider-wrap {
    margin: 0 -41%;
} */
/* .diensten-dtl-slider-wrap .swiper-wrapper {
	justify-content: center;
} */
.each-dtl-slider{
	position: relative;
	background-size: 0;
    background-repeat: no-repeat;
}
.each-dtl-slider::after {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../images/border.svg);
    content: "";
    left: 50%;
    top: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-dtl-slider:hover::after {
    opacity: 1;
}
.each-dtl-slider a {
    display: inline-block;
    padding: 15px 15px 10px 15px;
    border-bottom: 1px solid transparent;
}
.each-dtl-slider:hover a {
    border-color: #FCA61D;
}
.each-dtl-slider-img{
	clip-path: polygon(8% 0, 100% 0, 100% 90%, 87% 100%, 0 100%, 0 8%);
}
.each-dtl-slider-content {
    margin-top: 20px;
}
.each-dtl-slider-content h4{
	font-family: 'intermedium';
	color: #121212;
}
/************vacature-dtl**************/
/***vacature-dtl-top-sec***/
.vacature-dtl-top-sec .diensten-dtl-top-content p{
	color: #0A1520;
	max-width: 100%;
}
.vacature-dtl-top-sec .diensten-dtl-top-content p strong{
	font-family: 'intermedium';
	font-weight: normal;
}
/***vacature-dtl-mid-sec***/
.vacature-dtl-mid-sec .diensten-dtl-mid-content {
    padding-right: 0;
	padding-left: 35px;
}
.diensten-dtl-mid-content ul{
	margin-bottom: 50px;
}
.diensten-dtl-mid-content li{
	position: relative;
	padding-left: 14px;
}
.diensten-dtl-mid-content li::after {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    background-color: #121212;
    border-radius: 50%;
}
/************aanbod-list**************/
/***aanbod-list-top-sec***/
.aanbod-list-top-sec .bg-vector {
    bottom: -77%;
    width: 582px;
    right: auto;
    left: 0;
    z-index: 99;
	pointer-events: none;
}
.aanbod-list-top-sec {
    padding: 47px 0 37px;
	position: relative;
    overflow-x: clip;
    overflow-y: visible;
}
.aanbod-list-top-area{
	display: flex;
    justify-content: space-between;
	align-items: center;
    column-gap: 10px;
}
.aanbod-list-top-area h2{
	color: #FCA61D;
}
.aanbod-list-top-area p{
	width: 100%;
    max-width: 378px;
}
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 50px 0;
    position: relative;
    z-index: 100;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: #121212;
	font-size: 1.4rem;
	font-family: 'interregular';
}
.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: #FCA61D;
}
.filter-reset a:hover img {
    filter: invert(57%) sepia(59%) saturate(1096%) hue-rotate(340deg) brightness(97%) contrast(103%);
}
.aanbod-filter-sec .select-style {
	width: 100%;
    height: 40px;
    color: #121212;
    font-family: 'interregular';
    font-size: 1.6rem;
	background-color: #fff;
    border: 1px solid rgba(252, 166, 29, 0.40);
    border-radius: 30px;
    padding: 0 30px 0 18px;
    background: url(../images/aanbod-filter-arrow.svg) #fff no-repeat 85% center/10px;
    appearance: none;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    cursor: default;
	text-align: center;
	backdrop-filter: blur(5px);
}
.aanbod-filter-sec .select-style.show {
    border-radius: 10px 10px 0 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'interregular';
	background-color: #121212;
}
.filter-content {
    display: none;
    background-color: #fff;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid rgba(252, 166, 29, 0.40);
    border-top: 0;
    border-radius: 0 0 10px 10px;
    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: #121212;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'interregular';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #121212;
    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 #121212;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #FCA61D;
    border-color: #FCA61D;
}
.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: #121212;
    border-radius: 6px;
    background-color: #FCA61D;
	font-family: 'interregular';
    font-size: 1.4rem;
    border: 1px solid #FCA61D;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.cross-btn {
    width: 9px;
	filter: brightness(100) invert(1);
}
.auto-overview-tag:hover {
	background-color: transparent;
}
.auto-overview-tag:hover .cross-btn{
	filter: brightness(100) invert(1);
}
.filter-area .row{
	margin: 0 -26px;
}
.aanbod-filter {
    margin-bottom: 18px;
    /*width: 100%;
    padding: 0 26px;*/
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 93px;
    background-color: #121212;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
}
.mobile-show-filter .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #FCA61D;
    border-color: #FCA61D;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #FFF;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #121212;
	border-radius: 100%;
	color: #FFF;
    border: 1px solid #121212;
	margin-left: 20px;
	font-size: 1.2rem;
	line-height: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #FCA61D;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #FCA61D;
}
.mobile-filter-close span img {
	width: 9px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #FCA61D;
	border: 1px solid #FCA61D;
  	color: #fff;
	padding: 10px;
	border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records::after{
	display: none;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #fff;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #fff;
	color: #FCA61D;
}
.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);
    font-family: 'interregular';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
	width: 200px;
	padding: 0;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
/************over-ons**************/
/****over-ons-top-sec****/
.over-ons-top-sec {
    padding: 80px 0;
}
.over-ons-counter {
    display: flex;
    justify-content: space-between;
	column-gap: 10px;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
	margin-top: 63px;
	text-align: center;
}
.over-ons-counter p{
	margin-bottom: 0;
}
.over-ons-top-img {
    padding-right: 27px;
	position: relative;
    clip-path: polygon(10% 0, 100% 0, 100% 79%, 86% 100%, 0 100%, 0 14%);
}
.over-ons-top-content {
    padding-left: 131px;
	padding-top: 11px;
}
.over-ons-top-content p{
	width: 100%;
    max-width: 518px;
	margin: 13px 0 25px;
}
.over-ons-top-content img{
	width: 158px;
}
/****over-ons-accordion****/
.over-ons-accordion-sec {
    background: #fff;
    padding: 30px 0 110px;
}
/* .accordion-heading h2{
	margin-bottom: 30px;
} */
.accordion-text .common-btn::before {
	content: "";
	height: 2px;
	width: 87%;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #393434;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.accordion-text .common-btn:hover::before {
	background-color: #FFDC72;
}
.accordion-area {
    padding-right: 81px;
}
.about-accordion {
    margin: 0;
}
.about-accordion .accordion-button {
    font-family: 'intermedium';
    color: rgba(18, 18, 18, 0.50);
    font-size: 2.4rem;
    line-height: 32px;
    padding: 30px 0 32px;
    background-color: transparent;
	padding-right: 27px !important;
	word-break: break-word;
	display: flex;
    align-items: start;
	align-items: center;
}
.about-accordion li{
	border-bottom: 1.5px solid rgba(18, 18, 18, 0.50);
	cursor: pointer;
}
.about-accordion li.ok{
	border-color: #121212;
}
.about-accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: transparent;
    color: #121212;
	padding-bottom: 0;
}
.accordion-item:first-child .accordion-button {
    padding-top: 0;
}
.about-accordion li p {
	margin: 14px 0!important;
	margin-bottom: 2px;
	max-width: 554px;
    width: 100%;
	padding: 0 27px 0 0;
}
.about-accordion .accordion-item {
    border: 0;
    border-bottom: 1.5px solid rgba(18, 18, 18, 0.50);
    background-color: transparent;
	margin-bottom: 0;
}
.about-accordion .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
.about-accordion .accordion-button::after {
    height: 17px;
    width: 17px;
    border-radius: 100%;
    background-size: cover;
    background-image: url(../images/accordion-arw.svg);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0;
    position: absolute;
    right: 0;
    /* transition: all 0.5s;
    -webkit-transition: all 0.5s; */
    background-color: transparent;
}
.about-accordion .accordion-button:not(.collapsed)::after {
	filter: invert(84%) sepia(43%) saturate(3922%) hue-rotate(340deg) brightness(97%) contrast(103%);
    transform: rotate(90deg);
}
.about-line {
	position: absolute;
	top: -9%;
	height: 100%;
	left: 204px;
	width: 63%;
}
.accordion-item .accordion-button {
    padding-right: 40px;
}
.accordion-img{
	position: relative;
    clip-path: polygon(10% 0, 100% 0, 100% 88%, 88% 100%, 0 100%, 0 14%);
	padding-left: 27px;
}
.about-accordion p {
	display: none;
}
.ok p {
	display: block;
}
.about-accordion strong {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
	font-weight: normal;
}
.about-accordion strong {
    font-family: 'intermedium';
    color: rgba(18, 18, 18, 0.50);
    font-size: 2.4rem;
    line-height: 32px;
    padding: 30px 0 32px;
    background-color: transparent;
    padding-right: 27px !important;
    word-break: break-word;
    display: flex;
    align-items: start;
    align-items: center;
}
/****over-ons-slider-sec****/
.over-ons-slider-sec{
	overflow: hidden;
    padding-bottom: 29px;
}
.over-ons-slider-sec .swiper-wrapper{
	transition-timing-function: linear !important;
}
.gallery-slider-img{
	position: relative;
    clip-path: polygon(10% 0, 100% 0, 100% 88%, 88% 100%, 0 100%, 0 14%);
	overflow: hidden;
}
.gallery-slider-img img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.gallery-slider-img img:hover {
	transform: scale(1.1);
}
/* .over-ons-top-slider {
    margin-bottom: 27px;
} */
.accordion-sec{
	padding-bottom: 104px;
}
.bottom-slider {
	padding-bottom: 90px;
}
/****over-ons-man-slider-sec****/
.over-ons-man-slider-sec{
	padding-top: 16px;
	padding-bottom: 90px;
}
.over-ons-man-slider-title{
	text-align: center;
	margin-bottom: 75px;
}
.each-man-slider{
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-man-slider-img{
	clip-path: polygon(8% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 8%);
}
.each-man-slider-content {
	margin-top: 24px;
}
.each-man-slider-content h4{
	font-family: 'intermedium';
	color: #121212;
	margin-bottom: 5px;
}
.each-man-slider-content p{
	margin-bottom: 0;
}
.over-ons-man-slider .swiper-scrollbar {
    height: 4px;
    background-color: rgba(18, 18, 18, 0.30);
}
.over-ons-man-slider .swiper-scrollbar-drag {
    background-color: #FCA61D;
	margin-top: 71px;
}
/****aanbod-list****/
.aanbod-list-product-sec .aanbod-list-product-area > .row{
	row-gap: 120px;
}
.aanbod-list-product-sec {
    padding-bottom: 105px;
}
/* ================ aanbod-dtl ============ */
.dtl-car-info{
	background-color: #121212;
	padding: 32px 0;
}
.dtl-car-info h3{
	color: #fff;
}
.dtl-car-info p{
	color: rgba(255, 255, 255, 0.50);
	margin-bottom: 0;
}
.car-info-mid ul{
	display: flex;
	justify-content: center;
	column-gap: 40px;
}
.car-info-mid li{
	color: #fff;
	display: flex;
	align-items: center;
	column-gap: 11px;
	line-height: 32px;
	font-family: 'intermedium';
}
.car-info-right{
	display: flex;
	width: 100%;
	justify-content: end;
	flex-direction: column;
	align-items: end;
}
.slider-btm-sec{
	padding: 50px 0;
}
.slider-btm-sec ul .default-btn{
	text-transform: none;
}
.car-info-right p{
	font-size: 2.4rem;
	line-height: 32px; 
	margin-top: 5px;
}
.slider-btm-left ul{
	display: flex;
	column-gap: 24px;
}
.each-contact-img{
	height: 59px;
	width: 59px;
}
.slider-btm-right{
	display: flex;
	max-width: max-content;
	column-gap: 25px;
	margin-left: auto;
	margin-right: 0;
}
.aanbod-man-contact{
	display: flex;
	column-gap: 24px;
	align-items: center;
	width: calc(100% - 59px);
	justify-content: end;
}
.slider-btm-right p{
	margin-bottom: 0;
	color: #121212;
	margin-top: 10px;
}
.each-contact-info h6{
	font-size: 16px;
	line-height: 24px; 
	color: rgba(18, 18, 18, 0.50);
}
.aanbod-dtl-top .swiper-button-next{
	right: 10%;
}
.aanbod-dtl-top .swiper-button-prev{
	left: 10%;
}
.aanbod-dtl-top .common-arrow{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.aanbod-dtl-top .common-arrow:hover{
	background-color: #FCA61D;
	border:1px solid #FCA61D;
}
.aanbod-dtl-top .common-arrow:hover img{
	filter: brightness(0) invert(1);
}
/****dtl-tab-content****/
.dtl-tab-sec{
	padding: 50px 0 120px;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn .tabs {
	display: flex;
	justify-content: center;
	column-gap: 80px;
	max-width: max-content;
	margin: auto;
	padding: 10px 50px;
	border-top: 1.5px solid rgba(0, 0, 0, 0.10);
	border-bottom: 1.5px solid rgba(0, 0, 0, 0.10);
	overflow: hidden;
	margin-bottom: 30px;
}
.tab-btn .tabs li.active{
	color: #000000;
}
.tab-btn .tabs li{
	font-family: 'intermedium';
	color: rgba(0, 0, 0, 0.60);
	line-height: 24px;
	position: relative;
	cursor: pointer;
}
.tab-btn .tabs li::after{
	position: absolute;
    height: 200%;
    width: 1.5px;
    content: "";
    top: -50%;
    right: -40px;
    background-color: rgba(0, 0, 0, 0.10);;
    transform: translateX(-50%);
	pointer-events: none;
}
.tab-btn .tabs li:last-child::after{
	display: none;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.kenmerken-tab li {
    line-height: 24px; 
    color: rgba(255, 255, 255, 0.50);
	width: 33.33%;
	display: flex;
	padding: 17px 34px;
	border-right: 1.5px solid rgba(31, 27, 27, 0.14);
	position: relative;
}
.kenmerken-tab li:nth-child(3n) {
    border-width: 0;
}
.kenmerken-tab li::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 200vw;
    left: -100vw;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.10)
}
.kenmerken-tab li strong{
	font-weight: normal;
	width: 50%;
	color: #000;
}
.kenmerken-tab li span {
	display: block;
	color: rgba(0, 0, 0, 0.60);
	width: 50%;
}
.kenmerken-tab{
	overflow: hidden;
	border-top:1.5px solid rgba(31, 27, 27, 0.14);
}
.bullet-panel h4 {
    border-bottom: 1.5px solid rgba(31, 27, 27, 0.14);
    padding-bottom: 10px;
	margin-bottom: 10px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 2rem;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
	margin-bottom: 10px;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.8rem;
    position: absolute;
    top: 0.7rem;
    left: 0;
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FCA61D;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #FCA61D;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 20px;
	font-size: 1.6rem;
	text-transform: none;
}
.each-onderhoud-block h4 {
	text-transform: none;
}
.each-onderhoud-block h5 {
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
	text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
/****bedankt****/
.bedankt-banner-sec {
	position: relative;
	margin-bottom: 97px;
}
.bedankt-banner-sec .banner-content p {
    color: #fff;
    margin: 14px 0 12px;
}
.bedankt-banner-sec::after{
	background: linear-gradient(251deg, rgba(18, 18, 18, 0.00) 19.9%, rgba(18, 18, 18, 0.38) 73.91%, rgba(18, 18, 18, 0.38) 100.27%);
}
.bedankt-banner-img::before {
    content: "";
    height: 84px;
    width: 84px;
    position: absolute;
	bottom: 0;
    right: 0;
    background: #fff;
    z-index: 2;
    pointer-events: none;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.bedankt-banner-img::after {
    content: "";
    height: 84px;
    width: 84px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 2;
    pointer-events: none;
    clip-path: polygon(100% 0, 0 0, 0 100%);
}
.bedankt-banner-sec .banner-content::after {
    position: absolute;
    left: 0;
	bottom: -105px;
    content: "";
    width: 100%;
	height: 100%;
    background: linear-gradient(0deg, #121212 15.96%, rgba(18, 18, 18, 0.27) 59.55%, rgba(18, 18, 18, 0.00) 96.06%);
	z-index: -1;
}
.bedankt-banner-sec .banner-slider::before {
    z-index: 3;
}
.bedankt-banner-sec .banner-content {
    bottom: 105px;
}
/****popup****/
.modal-area .modal-dialog {
    max-width: 48%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background: rgba(0, 0, 0, 0.50);
	backdrop-filter: blur(5px);
}
.modal-area .modal-content {
    border: 0;
    border-radius: 10px;
    background-color: #181818;
    position: relative;
}
.pop-up-image {
    height: 100%;
    border-radius: 0px 10px 10px 0px;
    overflow: hidden;
}
.modal-area .popup-content {
    padding: 57px 92px 65px 70px;
	background-color: #fff;
    border-radius: 0;
    overflow: hidden;
}
.modal-area .popup-content h3 {
	font-family: 'bankgothicbold';
    line-height: 50px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    font-size: 4.8rem;
    margin: 30px 0 16px;
	color: #121212;
}
.popup-content p{
	width: 100%;
    max-width: 532px;
}
.modal-area .popup-content ul {
    margin-left: 20px;
	list-style-type: disc;
}
.modal-area .popup-content li {
    line-height: 25.28px;
    letter-spacing: 0.32px;
    margin-bottom: 15px;
}
.modal-area .popup-content li::marker {
    color: #FCA61D;
}
.popup-info-btm p {
    margin-top: 26px;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: -28px;
    right: -25px;
    z-index: 1;
    font-size: 3rem;
    height: 60px;
    width: 60px;
    background-color: #121212;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100px;
}
.close-img:hover {
	color: #fff;
}
.close-img img{
	width: 20px;
}
/****verkocht****/
.verkocht-top-sec {
    padding: 49px 0 43px;
	position: relative;
    overflow-x: clip;
    overflow-y: visible;
}
.verkocht-top-sec .bg-vector {
    bottom: -64%;
    width: 582px;
    right: 0;
    left: auto;
    z-index: 99;
    pointer-events: none;
}
.verkocht-top-area h2{
	color: #FCA61D;
}
.verkocht-top-area p{
	margin-top: 16px;
}
.each-verkocht-product{
	display: inline-block;
    padding: 15px 15px 15px 15px;
    border-right: 1px solid transparent;
}
.each-car-slider:hover .each-verkocht-product{
	border-right: 1px solid #FCA61D;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.verkocht-product-sec {
    padding-bottom: 75px;
}
.verkocht-product-sec .aanbod-list-product-area > .row{
	row-gap: 61px;
}
.product-content-top {
    display: flex;
	width: 100%;
}
.product-content-left {
    width: 100%;
}
.each-car-slider:hover .product-content-logo img{
	filter: invert(77%) sepia(21%) saturate(5627%) hue-rotate(345deg) brightness(104%) contrast(98%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.product-content-logo {
    margin-top: 15px;
    width: 44px;
    height: 44px;
}
/* ============= inner-banner-parallax ============ */
.parallax-section {
	position: relative;
	height:600px;
	overflow: hidden;
	clip-path: polygon(8% 0%, 100% 0, 100% 82%, 91% 100%, 0 100%, 0 19%);
  }
  .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 24vh);
	background-size: cover;
	background-position: center;
	will-change: transform;
	z-index: -1;
  }
  .privacy_section {
	padding: 20px 0 60px;
  }
  .bedankt-banner-sec {
	height: 800px;
  }
  /*********lenis-css***********/
	/* html.lenis, html.lenis body {
	height: auto;
	}
	.lenis.lenis-smooth {
	scroll-behavior: auto !important;
	}
	.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
	}
	.lenis.lenis-stopped {
	overflow: hidden;
	}
	.lenis.lenis-smooth iframe {
	pointer-events: none;
	} */



	
/*******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;
}


/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 0 6px 44px;
    color: #000;
    background-size: 152px;
}

.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #d9b573;
    border-bottom: 1px solid #e8d7b8;
    text-transform: uppercase;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    font-family: 'NunitoSansRegular';
    font-size: 16px;
   /* color: black;*/
    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;
}


.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: 3rem;
    align-items: center;
    color: #fff;
  }



@media (max-width: 767.98px) {
      #mobile-contact-bar {
        box-sizing: border-box;
        opacity: 1;
        position: fixed;
        width: 100%;
        z-index: 9998;
        left: 0;
        bottom: 0;
        display: block !important;
    }
      #mobile-contact-bar-outer {
        background-color: #000000;
        box-sizing: border-box;
        height: 45px;
        overflow: hidden;
        width: 100%;
    }
    #mobile-contact-bar img {
        width: 20px;
    }
    #mobile-contact-bar ul li {
        box-sizing: border-box;
        display: inline-block;
        text-align: center;
        height: 45px;
        line-height: 45px;
        width: 25%;
    }
}
.banner_background_video {
  height: 95vh;
  max-height:95vh;
  overflow: hidden;
}
.banner_background_video .video-js {
  width: 100%;
  height: 900px;
}
/*.each-filter .select-style {
    text-transform: capitalize;
}*/
@media(min-width: 576px) {
  .banner_background_video .video-js {
  width: 100% !important;
  }
}
@media(max-width: 575.98px) {
  .banner_background_video, .banner_background_video .video-js {
    height: 70vh !important;
  }
}
.radio_filter .form-check-input {
    display: none;
}
/************new-service-sec****************/
.service-sec-wrap {
	height: 100vh;
}
.slider-container {
	height: 100%;
	position: relative;
	overflow: hidden;
}
.slider-wrapper {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.service-sec .container {
	position: relative;
	z-index: 1;
	height: 100%;
}
.each-service {
	/* width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s 0.5s;
	position: absolute; */
	height: 100%;
	/* margin-top: -50px; */
	opacity: 0;
	transition: all 0.5s;
}
.each-service.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	z-index: 2; 
	transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s; 
}
.each-service a {
	display: block;
	/* height: 100%; */
}
.each-service-img {
	/* position: absolute;
    right: 0;
    top: 0; */
    height: 100%;
    width: 100%; 
    z-index: 1;
}
.service-sec .swiper-slide-active .each-service {
	opacity: 1;
}
.each-service .row,
.each-service .col-lg-6 {
	height: 100%;
	position: relative;
}
.service-pagination {
	position: absolute;
	left: 20px;
	bottom: 20%;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.pagination-dot {
	width: 11px;
	height: 11px;
	border-radius: 100%;
	background: #fff;
	margin: 0;
	cursor: pointer;
	transition: background 0.3s ease;
	position: relative;
}
.pagination-dot::after {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 1px solid #FCA61D;
	content: "";
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.5s;
	pointer-events: none;
}
.pagination-dot.active {
	background: #FCA61D;
}
.pagination-dot.active::after  {
	opacity: 1;
	pointer-events: all;
}
.each-service.active .each-service-lft {
    transform: translateY(0);
    opacity: 1;
}
.common_bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.special_link {
    display: table;
    width: 100%;
}
.special_link_wrapper {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 35px;
}
.special_link h2 {
	margin-bottom: 18px;
}
.special_link p {
	margin-bottom: 35px;
}
.special_link_wrapper button span{
padding-right:12px;
}
.special_link_wrapper button {
padding: 11px 37px;
background: #ffffff;
border: 1px solid #ffffff;
}
.special_link_wrapper button:hover {
background: #000;
border: 1px solid #000;
color: #fff;
transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.special_link_wrapper button:hover img{
-webkit-transition: all 0.5s;
filter: brightness(0) invert(1);
}
.special_link_wrapper h2{
color:#fff;
padding-bottom:10px;
border-bottom:1px solid #c2c0c0;
text-align:left;
font-size: 30px;
}
.special_link_wrapper h2 span{
font-family: 'New Rail Alphabet White';
}
.special_link p {
  color: #ffffff;
}
#tab4 iframe{
	height: 1600px;
}
