body {
	padding: 0px;
	margin: 0px;
    color: #fff;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
	background-color: #0F0F0F;
    /*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;
}
main {
	margin-top: 120px;
}
/***fix-wp***/
.fix-wp {
	position: fixed;
	bottom: 60px;
	right: 20px;
	z-index: 98;
	height: 52px;
	width: 52px;
	background-color: #25D366;
	border-radius: 100%;
}
.fix-wp a {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.fix-wp img {
	width: 25px;
}
/***header-area***/
.header-area {
	padding: 30px 0;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
	background-color: #0F0F0F;
	border-bottom: 1px solid transparent;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area.stiky {
	border-color: rgba(255, 255, 255, 0.3);
}
.header-logo img {
	width: 200px;
}
.header-nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 31px;
	padding: 0;
	margin: 0;
	list-style: none;
}
.header-nav li {
	color: #fff;
	font-size: 1.6rem;
	line-height: 24px;
	letter-spacing: 0.32px;
}
.header-nav li a {
	position: relative;
	padding-bottom: 5px;
}
.header-nav li a::after {
    content: "";
    height: 1px;
    background-color: #D3AD6E;
    position: absolute;
    bottom: 0;
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-nav li a:hover {
	font-family: 'Inter-Bold';
}
.header-nav li a:hover::after {
	width: 100%;
}
.menu-bar {
    position: relative;
    max-width: 34px;
    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: #fff;
    content: '';
    height: 2px;
    margin: 5px 0 5px auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar::before {
	width: 34px;
}
.menu-bar div {
	width: 28px;
}
.menu-bar::after {
	width: 22px;
}
.menu-bar.active  div {
    transform: scale(0);
}
.menu-bar.active:before {
    transform: translateY(3px) rotate(135deg);
	width: 30px;
}
.menu-bar.active:after {
    transform: translateY(-5px) rotate(-135deg);
	width: 30px;
}
/****mega-menu****/
.mega-menu {
	position: fixed;
    width: 100%;
    height: calc(100vh - 66px);
    top: 66px;
    left: 0;
    z-index: 98;
	padding: 100px 0;
	overflow: hidden;
	transition: all 0.5s;
	clip-path: inset(100% 0 0 0);
	text-align: center;
	background-image: linear-gradient(-82deg, #2B2A28 4.66%, #121212 98.41%), linear-gradient(180deg, #8A8A8A 0.78%, #353535 99.8%);
}
.mega-menu.start {
	clip-path: inset(0 0 0 0);
}
.mega-menu.start2 {
	clip-path: inset(0 0 100% 0);
}
.mega-menu .container {
	height: 100%;
}
.mega-menu-nav {
	overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    position: relative;
    z-index: 1;
}
.mega-menu-nav::-webkit-scrollbar {
	background-color: rgba(0, 0, 0, 0.3);
	width: 10px;
    border-radius: 5px;
}
.mega-menu-nav::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
}
.mega-menu-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.mega-menu-nav li {
	color: rgba(255, 255, 255, 0.30);
	font-size: 2rem;
	line-height: 30px;
	letter-spacing: 0.32px;
	margin-bottom: 30px;
	clip-path: inset(100% 0 0 0);
	transition: all 1s;
	transition-delay: 0.3s;
}
.mega-menu-nav li:last-child {
	margin-bottom: 0;
}
.mega-menu-nav li a {
	color: #fff;
}
.mega-menu-nav li a:hover {
	color: #D3AD6E;
}
.mega-menu-nav li.active-up {
	clip-path: inset(0 0 0 0);
}
/*****banner-sec***/
.banner-wrap {
	position: relative;
    overflow: hidden;
	border-radius: 30px;
	background-image: linear-gradient(82deg, #2B2A28 4.66%, #121212 98.41%), linear-gradient(180deg, #8A8A8A 0.78%, #353535 99.8%);
	background-origin: border-box;
    background-clip: padding-box, border-box;
	border: 2px solid transparent;
}
.banner-wrap::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
    background: linear-gradient(180deg, rgba(24, 24, 24, 0.00) 0%, rgba(24, 24, 24, 0.80) 100%);   
	z-index: 1;
}
.banner-video, .each-banner {
	height: 807px;
}
.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-content {
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 2;
    width: 100%;
}
.banner-content h1 {
    margin-bottom: 40px;
}
/*****product-sec*****/
.product-sec {
	padding: 120px 0 80px;
	overflow: hidden;
}
.product-sec h2 {
	margin-bottom: 80px;
}
.product-slider {
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.each-product-img {
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
}
.each-product-img img {
	height: 100%;
	object-fit: cover;
}
.each-product-text {
	background-image: linear-gradient(82deg, #2B2A28 4.66%, #121212 98.41%), linear-gradient(180deg, #8A8A8A 0.78%, #353535 99.8%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 1px solid transparent;
	border-radius: 10px;
	overflow: hidden;
	padding: 25px;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.each-product-text::after {
	content: "";
	width: 192px;
    height: 192px;
	background-image: url(../images/product-mark.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: cover;
	pointer-events: none;
	position: absolute;
	bottom: 0;
	right: 0;
}
.each-product-text h4 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each-product-text h5 {
	color: rgba(255, 255, 255, 0.70);
    font-family: 'Inter-Regular';
	font-size: 1.6rem;
	line-height: 24px;
	letter-spacing: 0.32px;
	margin: 12px 0 36px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each-product-text table,
.each-product-text tbody {
	width: 100%;
}
.each-product-text tr {
	display: flex;
	flex-wrap: wrap;
	row-gap: 18px;
}
.each-product-text td {
	color: #fff;
    font-family: 'Inter-Regular';
	font-size: 1.8rem;
	line-height: normal;
	display: inline-flex;
	align-items: center;
	width: 50%;
}
.each-product-text td strong {
	width: 21px;
	margin-right: 10px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.each-product-text p {
	color: rgba(255, 255, 255, 0.70);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 33px 0; 
}
.each-product-text h6 {
	font-family: 'Inter-Regular';
}
.each-product-text h6 strong {
	font-weight: normal;
	color: #D3AD6E;
}
.product-btn {
	margin-top: 64px;
}
.product-slider .swiper-scrollbar {
    height: 2px;
    background-color: rgba(255, 255, 255, 0.10);
    max-width: calc(100% - 18%);
    margin: 50px auto 0;
}
.product-slider .swiper-scrollbar-drag {
	background-color: #D3AD6E;
	cursor: grab;
}
.product-slider .common-arrow {
	top: 45%;
}
.product-slider .swiper-button-prev {
	left: 21.5%;
}
.product-slider .swiper-button-next {
	right: 21.5%;
}
.home-pg .each-product-text {
	height: 100% !important;
}
/******service-sec******/
.service-sec {

}
.service-wrap {
	background-image: linear-gradient(82deg, #2B2A28 4.66%, #121212 98.41%), linear-gradient(180deg, #8A8A8A 0.78%, #353535 99.8%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 1px solid transparent;
	border-radius: 30px;
	overflow: hidden;
}
.service-heading {
	padding: 90px 0;
}
.service-heading p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.70);
}
.service-slider {
	background-color: #D3AD6E;
}
.each-service {
	position: relative;
	overflow: hidden;
	height: 100%;
}
.each-service-img {
	height: 100%;
}
.each-service-img img {
	height: 100%;
	object-fit: cover;
}
.each-service-text {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	padding: 50px;
	text-align: center;
	opacity: 0.7;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-text p {
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each-service-text h3 {
	margin-bottom: 16px;
}
.each-service-text .txt-btn {
	margin-top: 38px;
	color: #fff;
	display: none;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-text .txt-btn:hover {
	color: #D3AD6E;
}
.service-slider .swiper-slide {
    transition: width 0.4s ease;
    height: 670px;
}
.service-slider .swiper-slide.service-active {
    width: 36%;
}
.service-slider .swiper-slide:not(.service-active) {
    width: calc(64% / 3);
}
.service-slider .swiper-slide.service-active .each-service-text {
	opacity: 1;
}
.service-slider .swiper-slide.service-active .each-service-text .txt-btn {
	display: block;
}
/*****about-sec****/
.about-sec {
	padding-top: 120px;
	overflow-x: clip;
}
.about-img {
	max-width: 572px;
	width: 100%;
	position: relative;
	z-index: 1;
}
.about-img img {
	border-radius: 10px;
}
.about-right {
	padding-left: 21px;
	padding-bottom: 30%;
}
.about-right-welcome p {
	color: rgba(255, 255, 255, 0.70);
	margin: 24px 0 40px;
}
.about-right-info {
	padding: 32px;
	background-image: linear-gradient(82deg, #2B2A28 4.66%, #121212 98.41%), linear-gradient(180deg, #8A8A8A 0.78%, #353535 99.8%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 1px solid transparent;
	border-radius: 10px;
	max-width: 308px;
	width: 100%;
	margin-left: auto;
	position: relative;
}
.about-right-info img {
	width: 32px;
}
.about-right-info p {
	margin: 0;
	color: rgba(255, 255, 255, 0.70);
}
.about-right-info h6 {
	margin: 25px 0;
}
.about-right-info::after {
    content: "";
    width: 192px;
    height: 192px;
    background-image: url(../images/product-mark.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    right: 0;
}
/*****marquee-block***/
.marquee-block {
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
	margin-top: -11%;
}
.marque-wrap {
	white-space: nowrap;
}
.marque-txt:hover {
	animation-play-state: paused;
}
.marque-txt {
	display: flex;
	animation: 40s slide infinite linear;
	margin-bottom: 60px;
	position: relative;
	cursor: default;
}
.marque-txt:nth-child(even) {
	animation-direction: reverse;
	position: relative;
	z-index: 1;
}
.marque-txt:last-child {
	margin-bottom: 0;
}
.marque-txt ul {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
.marque-txt li {
    display: inline-block;
    padding-left: 60px;
    position: relative;
    margin-left: 50px;
	color: #fff;
    font-family: 'Inter-Regular';
	font-size: 2.4rem;
	line-height: 24px; 
	letter-spacing: 0.48px;
}
.marque-txt li::after {
	content: "";
	position: absolute;
    left: 0;
    top: 5px;
    height: 17px;
    width: 17px;
    background-image: url(../images/f1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px;
}
.marque-txt li strong {
	font-weight: normal;
	color: #D3AD6E;
	font-size: 2.1rem;
	letter-spacing: 0.42px;
	margin-right: 12px;
	font-family: 'SohoPro-Regular';
}
@keyframes slide{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(-100%);
	}	
}
/*****review-sec****/
.review-sec {
	padding: 120px 0;
}
/*****footer-area*****/
.footer-area {
	padding-bottom: 50px;
}
.footer-wrap {
	background-image: linear-gradient(82deg, #2B2A28 4.66%, #121212 98.41%), linear-gradient(180deg, #8A8A8A 0.78%, #353535 99.8%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 1px solid transparent;
    border-radius: 30px;
    overflow: hidden;
    padding: 80px 0 20px;
	position: relative;
}
.footer-wrap::after {
	content: "";
    width: 192px;
    height: 192px;
    background-image: url(../images/footer-mark.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    right: 0;
}
.footer-logo {
	margin-bottom: 18px;
}
.footer-logo img {
	width: 200px;
}
.footer-reach ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-reach li {
	color: #fff;
    font-family: 'SohoPro-Regular';
	font-size: 2.4rem;
	line-height: 32px; 
	letter-spacing: 0.48px;
	margin-bottom: 16px;
}
.footer-reach li:last-child {
	margin-bottom: 0;
}
.footer-reach li a {
	color: #fff;
}
.footer-reach li a:hover {
	color: #D3AD6E;
}
.footer-reach li strong {
	height: 30px;
	width: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	border: 1px solid #fff;
	margin-right: 12px;
}
.footer-info {
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
	row-gap: 25px;
	max-width: 740px;
	width: 100%;
	margin-left: auto;
}
.each-footer-info h4 {
	margin-bottom: 24px;
}
.each-footer-info td:nth-child(odd) {
	padding-right: 60px;
}
.each-footer-info p {
	margin-bottom: 0;
}
.footer-social ul {
	display: flex;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-social li a {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	border-radius: 100%;
	height: 31px;
	width: 31px;
}
.footer-social li a:hover {
	background-color: #D3AD6E;
	border-color: #D3AD6E;
}
.footer-credit {
	margin-top: 65px;
}
.footer-credit ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 17px;
}
/*==============================================diensten-list page start=======================================================*/
/*****inner-banner-sec*****/
.inner-banner-content {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	z-index: 2;
}
/*****service-list-sec****/
.service-list-sec {
	padding-top: 120px;
}
.service-list-sec .each-service {
	height: 590px;
	border-radius: 10px;
}
.service-list-sec .row {
	row-gap: 48px;
	margin: 0 -24px;
}
.service-list-sec .col-lg-6 {
	padding: 0 24px;
}
.service-list-sec .each-service-text {
	opacity: 1;
	text-align: left;
	transform: translateY(0);
	width: calc(100% - 15%);
	bottom: 0;
	top: auto;
}
.service-list-sec .each-service-text .txt-btn {
	display: block;
}
.service-list-sec .each-service-img img {
	transition: all 1s;
	-webkit-transition: all 1s;
}
.service-list-sec .each-service:hover .each-service-img img {
	transform: scale(1.1);
}
/*==============================================diensten-dtl page start=======================================================*/
/*****bk-btn-sec*****/
.bk-btn-sec {
	padding: 30px 0 60px;
}
.bk-btn-sec .common-btn strong {
	position: relative;
	padding-left: 25px;
}
.bk-btn-sec .common-btn strong::after {
	content: "";
    background-image: url(../images/bk-btn-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 9px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 12px;
    height: 15px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.bk-btn-sec .common-btn:hover strong::after {
	filter: brightness(0);
}
/****dtl-welcome-sec***/
.dtl-welcome-img {
	padding-right: 25px;
}
.dtl-welcome-img img {
	border-radius: 10px;
}
.dtl-welcome-text {
	max-width: 618px;
	width: 100%;
}
.dtl-welcome-text h3 {
	margin-bottom: 44px;
}
/****dtl-info-sec***/
.dtl-info-sec {
	padding: 120px 0;
}
.dtl-info-text {
	max-width: 618px;
	width: 100%;
}
.dtl-info-text h3 {
	margin-bottom: 44px;
}
.dtl-info-text table,
.dtl-info-text tbody {
	width: 100%;
	display: block;
}
.dtl-info-text tr {
	display: block;
}
.dtl-info-text td {
	display: block;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
	cursor: default;
}
.dtl-info-text td h6 {
	color: #D3AD6E;
	margin-bottom: 14px;
}
.dtl-info-text td p {
	margin-bottom: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.dtl-info-text td:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
.dtl-info-text td:hover p {
	color: rgba(255, 255, 255, 0.7);
}
.dtl-info-img-big, .dtl-info-img-small {
	border-radius: 10px;
	overflow: hidden;
}
.dtl-info-img-big {
	margin-bottom: 20px;
}
/****form-sec***/
.form-wrap {
	background-image: linear-gradient(82deg, #2B2A28 4.66%, #121212 98.41%), linear-gradient(180deg, #8A8A8A 0.78%, #353535 99.8%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 1px solid transparent;
	border-radius: 30px;
	overflow: hidden;
	padding: 103px 50px 130px;
}
.form-txt {
	padding-right: 56px;
}
.form-txt h2 {
	margin-bottom: 14px;
	font-family: 'Calibri-Bold';
}
.form-txt p {
	margin: 0;
	color: rgba(255, 255, 255, 0.70);
}
.form-info {
	margin: 70px 0 40px;
}
.each-form-info {
	background-image: linear-gradient(82deg, #2B2A28 4.66%, #2B2A28 98.41%), linear-gradient(180deg, #8A8A8A 0.78%, #353535 99.8%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 1px solid transparent;
	padding: 23px 32px;
	border-radius: 10px;
	margin-bottom: 32px;
	position: relative;
}
.each-form-info::after {
	content: "";
	height: 100%;
	width: 50%;
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: url(../images/form-info-mark.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	pointer-events: none;
}
.each-form-info:last-child {
	margin-bottom: 0;
}
.each-form-info p {
	font-family: 'Inter-SemiBold';
	color: #fff;
}
.each-form-info p a {
	font-family: 'Inter-Regular';
}
.each-form-info p img {
	margin-right: 12px;
	margin-top: -3px;
}
.form-txt h3 {
	color: rgba(211, 173, 110, 0.12);
	font-family: 'Calibri-Bold';
	font-size: 11.8vw;
	line-height: normal;
	letter-spacing: 0.5vw;
}
.form-block {
	background-image: linear-gradient(82deg, #2B2A28 4.66%, #2B2A28 98.41%), linear-gradient(180deg, #8A8A8A 0.78%, #353535 99.8%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 1px solid transparent;
	padding: 23px 60px 44px;
	border-radius: 10px;
}
.form-block .form-group {
	position: relative;
}
.form-block label {
	position: absolute;
	left: 12px;
	top: 46px;
	background-color: transparent;
	z-index: 10;
    transition: all 0.5s;
	pointer-events: none;
	width: 100%;
	color: rgba(255, 255, 255, 0.5);
    font-family: 'Inter-Regular';
	line-height: 24px;
	font-size: 1.6rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form-block .focused label {
	top: 20px;
}
.form-block .form-style {
	resize: none;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    font-family: 'Inter-Regular';
	line-height: 24px;
	font-size: 1.6rem;
	background-color: transparent;
	padding: 50px 12px 14px;
    color: #fff;
    width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form-block .form-style:focus {
	box-shadow: none;
}
.form-block .form-group.focused .form-style {
	padding-top: 54px;
	border-color: #fff;
}
.form-block textarea.form-style {
    height: 174px;
}
.form-block .common-btn {
	margin-top: 50px;
}
body .form-block .error_cls,
body .form-block .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.form-block .form-style.photo_upload,
.form-block .form-style.foto_upload {
	color: rgba(255, 255, 255, 0.5);
}
/*****related-service-sec****/
.related-service-sec {
	padding-top: 120px;
}
.related-service-sec h2 {
	text-align: center;
	margin-bottom: 80px;
}
.related-service-slider {
	position: relative;
}
.related-service-slider .swiper-button-next {
	right: -30px;
}
.related-service-slider .swiper-button-prev {
	left: -30px;
}
.related-service-slider .swiper {
	border-radius: 10px;
}
.related-service-sec .each-service {
	height: 480px;
	border-radius: 10px;
}
.related-service-sec .each-service-text {
	opacity: 1;
	text-align: left;
	transform: translateY(0);
	width: calc(100% - 15%);
	bottom: 0;
	top: auto;
}
.related-service-sec .each-service-text .txt-btn {
	display: block;
}
.related-service-sec .each-service-img img {
	transition: all 1s;
	-webkit-transition: all 1s;
}
.related-service-sec .each-service:hover .each-service-img img {
	transform: scale(1.1);
}
/*==============================================thank-you page start=======================================================*/
.bedankt-banner-sec {
	padding-bottom: 50px;
}
/*==============================================contact=======================================================*/
/****contact-pg****/
.contact-pg .map {
	height: 500px;
}
.contact-pg .banner-wrap {
	border: 1px solid transparent;
}
.contact-pg .banner-wrap::after {
	display: none;
}
.contact-pg .form-wrap {
    background-image: none;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    padding: 222px 50px 90px;
}
/*==============================================vacature-dtl=======================================================*/
/****vacature-dtl-pg****/
.vacature-dtl-pg .dtl-welcome-text h6 {
	margin-bottom: 3px;
}
/****vacature-dtl-mid****/
.vacature-dtl-mid {
	padding: 120px 0;
}
.vacature-dtl-mid img {
	width: 29px;
	height: 27px;
}
.vacature-dtl-mid table {
	width: 100%;
}
.vacature-dtl-mid tr {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
}
.vacature-dtl-mid td {
    width: 49%;
    background-image: linear-gradient(82deg, #2B2A28 4.66%, #121212 98.41%), linear-gradient(180deg, #8A8A8A 0.78%, #353535 99.8%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 1px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    padding: 38px 30px 42px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	position: relative;
}
.vacature-dtl-mid td:hover {
	border-color: #D3AD6E;
}
.vacature-dtl-mid td li {
	color: rgba(255, 255, 255, 0.7);
}
.vacature-dtl-mid td::after {
	content: "";
    width: 192px;
    height: 192px;
    background-image: url(../images/vacature-dtl-mid-mark.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    right: 0;
}
.vacature-dtl-mid td h6 {
	margin: 15px 0;
}
/****vacature-dtl-pg****/ 
.vacature-dtl-pg .related-service-slider .common-arrow {
	display: none;
}
/*==============================================over-ons=======================================================*/
/****overons-top-gallery****/
.overons-top-gallery {
	padding-top: 118px;
	overflow: hidden;
}
.overons-top-gallery-btm-left-img {
	transition: all 0.5s;
}
.overons-top-gallery-btm-block {
	position: relative;
}
.overons-top-gallery-info h2 {
	margin-bottom: 50px;
}
.overons-top-gallery-info p {
	max-width: 735px;
	width: 100%;
}
.each-overons-top-gallery-left {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: absolute;
    width: 64%;
    height: 332px;
	bottom: 0;
	left: 0;
	border-radius: 10px;
	overflow: hidden;
}
.each-overons-top-gallery-left img {
	height: 100%;
	object-fit: cover;
}
.each-overons-top-gallery-right {
    padding-left: 8px;
}
.overons-top-gallery-left-img img,
.each-overons-top-gallery-left img,
.each-overons-top-gallery-right img{
	border-radius: 10px;
	overflow: hidden;
}
.overons-top-row .col-lg-4 {
	width: 28%;
}
.overons-top-row .col-lg-8 {
	width: 72%;
}
.overons-top-gallery-right {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.overons-top-gallery-left-img {
	height: 100%;
}
.overons-top-gallery-left-img img {
	height: 100%;
	object-fit: cover;
}
.overons-top-gallery-info {
    padding-bottom: 60px;
}
/****over-ons-pg****/
.over-ons-pg .about-sec {
	padding: 65px 0 128px;
}
.over-ons-pg .marquee-block {
    margin-top: 0;
}
/****over-ons-mid****/
.over-ons-mid-wrap {
    background-image: linear-gradient(82deg, #2B2A28 4.66%, #121212 98.41%), linear-gradient(180deg, #8A8A8A 0.78%, #353535 99.8%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 1px solid transparent;
    border-radius: 30px;
    overflow: hidden;
    padding: 82px 50px;
}
.over-ons-mid-info table, .over-ons-mid-info tbody {
    width: 100%;
    display: block;
}
.over-ons-mid-info tr {
    display: block;
}
.over-ons-mid-info td {
    display: block;
    margin-bottom: 30px;
    cursor: default;
}
.over-ons-mid-info td:last-child {
	margin-bottom: 0;
}
.over-ons-mid-info td h6 {
	position: relative;
	padding-left: 30px;
}
.over-ons-mid-info td h6::after {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	height: 13px;
	width: 13px;
	background-image: url(../images/over-ons-mid-vector.svg);
	background-size: 13px;
	background-position: center;
	background-repeat: no-repeat;
}
.over-ons-mid-info td p {
	color: rgba(255, 255, 255, 0.7);
	margin-top: 25px;
	max-width: 485px;
	width: 100%;
}
.over-ons-mid-img {
	padding-left: 15px;
}
.over-ons-mid-img img {
	border-radius: 10px;
	overflow: hidden;
}
.over-ons-mid-info {
	padding-right: 20px;
}
.over-ons-mid-wrap {
	position: relative;
}
.over-ons-mid-wrap::after {
	content: "";
    width: 192px;
    height: 192px;
    background-image: url(../images/over-ons-mid-mark.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
}
/****over-ons-teams-block****/
.over-ons-teams-block {
  	padding-top: 120px;
}
.over-ons-team-title {
	text-align: center;
	margin-bottom: 75px;
}
.each-over-ons-teams-block-info ul {
	list-style-type: none;
	padding-left: 0;
}
.each-over-ons-teams-block-info li a {
    border-radius: 100%;
    border: 1px solid #fff;
    height: 31px;
    width: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.each-over-ons-teams-block-info li a:hover {
	border-color: #D3AD6E;
}
/* .each-over-ons-teams-block-info li a:hover img {
	filter: brightness(0) saturate(100%) invert(66%) sepia(43%) saturate(360%) hue-rotate(359deg) brightness(98%) contrast(95%);
} */
.each-over-ons-teams-block-info li a img {
	width: 14px;
}
.each-over-ons-teams-block-info h4 {
	color: #D3AD6E;
}
.each-over-ons-teams-block-info h6 {
	font-family: 'Inter-Regular';
	line-height: normal;
}
.each-over-ons-teams-block-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
    border-radius: 10px;
    border: 1px solid #8A8A8A;
    background: linear-gradient(59deg, #2B2A28 1.62%, #121212 99.13%);
	padding: 37px 30px;
}
.each-over-ons-teams-block-info ul {
    display: flex;
    column-gap: 10px;
	margin-bottom: 0;
}
.over-ons-teams-block-wrap {
    max-width: 1220px;
    margin: 0 auto;
}
.over-ons-teams-block-info .col-lg-6 {
	padding: 0 19px;
}
.over-ons-teams-block-info .row {
	margin: 0 -19px;
}
/*==============================================aanbod-list=======================================================*/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    position: relative;
    z-index: 3;
	padding: 70px 0 56px;
}
.filter-left-title h2 {
	font-size: 3.8rem;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-left-title{
    width: 20%;
}
.main-filter-area {
    width: 79%;
}
.aanbod-filter {
    margin-bottom: 18px;
    width: 25%;
}
.filter-left-area {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
	align-items: center;
}
.main-filter-area .row{
    margin: 0 -10px;
	row-gap: 20px;
}
.main-filter-area .col-lg-3 {
    padding: 0 10px;
    width: 16.6%;
	margin-bottom: 0;
}
.filter-reset a {
    color: #FFF;
    font-size: 1.6rem;
    font-family: 'Inter-SemiBold';
}
.filter-reset img {
    width: 9px;
    margin-left: 5px;
    margin-bottom: 2px;
}
.filter-reset a:hover {
    color: #D3AD6E;
}
.filter-reset a:hover img {
	filter: brightness(0) saturate(100%) invert(95%) sepia(89%) saturate(6356%) hue-rotate(305deg) brightness(89%) contrast(85%);
}
.aanbod-filter-sec .select-style {
    width: 100%;
    /* height: 50px; */
    color: #fff;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
	letter-spacing: 0.32px;
    background: #0F0F0F;
    border: 1px solid #8A8A8A;
    border-radius: 10px;
    padding: 13px 30px 11px 24px;
    background: url(../images/filter-arrow..svg) no-repeat 86% center/12px;
    appearance: none;
    /* line-height: 27px; */
	line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.aanbod-filter-sec .select-style.show {
    border-radius: 10px 10px 0 0;
    border-color: #8A8A8A;
    color: #fff;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-content {
    display: none;
    background-color: #0F0F0F;
    padding: 10px 8px 15px;
    z-index: 2;
    border: 1px solid #8A8A8A;
    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: #686868;
    width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
    background-color: #8A8A8A;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
	font-family: 'Inter-Regular';
    font-size: 1.4rem;
    cursor: pointer;
}
.aanbod-filter-sec label:last-child {
    margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #fff;
    opacity: 0.65;
    font-size: 1.3rem;
}
.aanbod-filter-sec .form-check-input{
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
    box-shadow: none;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #D3AD6E;
    border-color: #D3AD6E;
}
.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: #FFFFFF;
    border-radius: 6px;
    background-color: #D3AD6E;
    font-family: 'Inter-Regular';
    font-size: 1.4rem;
    border: 1px solid #D3AD6E;
}
.cross-btn {
    width: 9px;
    filter: brightness(100);
}
.auto-overview-tag:hover {
    background-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-tag:hover .auto-overview-tag-content{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-tag:hover .cross-btn{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.total_search_records {
    margin-top: 30px;
}
.model-filter .form-check-input {
     display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.clear-filter-main {
    padding-left: 20.5%;
}
.filter-btn {
    border-radius: 10px;
    background: #FFF;
    border: 1px solid #FFF;
    color: #0F0F0F;
    width: max-content;
    padding: 12px 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-btn:hover{
    background: transparent;
    color: #fff;
}
.filter-btn:hover .filter-count{
    background: #0F0F0F;
    border-color: #0F0F0F;
    color: #FFF;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 101px;
    background-color: #D3AD6E;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #0F0F0F;
	border-bottom: 1px solid #fff;
}
.filter-count {
    min-width: 20px;
    height: 20px;
    background-color: #0F0F0F;
    border-radius: 100%;
    color: #FFF;
    border: 1px solid #0F0F0F;
    margin-left: 30px;
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-filter-close span {
    max-width: 32px;
    width: 100%;
    height: 32px;
    background-color: #FFF;
    border-radius: 50%;
    margin-left: auto;
    border: 1px solid #FFF;
}
.mobile-filter-close span img {
    width: 9px;
    filter: invert(1);
    -webkit-filter: invert(1);
}
.mobile-filter-close h6{
    color: #FFF;
}
.auto-overview-filter-result .common-btn {
    margin-top: 0;
    background-color: #D3AD6E;
    border: 1px solid #D3AD6E;
    color: #FFF;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .common-btn h4{
    font-size: 1.6rem;
    color: #fff;
}
.auto-overview-filter-result .common-btn:hover {
	background-color: #fff;
	color: #0F0F0F;
}
.cursor-pointer {
    cursor: pointer;
}
.auto-overview-tag-content {
    color: #FFF;
}
/****aanbod-list-product-sec****/
.aanbod-list-product-sec {
  	padding-bottom: 40px;
}
.aanbod-list-product-sec .each-product-img {
	margin-bottom: 8px;
}
.aanbod-list-product-sec .col-xl-4 {
	padding: 0 17px;
}
.aanbod-list-product-sec .row {
	margin: 0 -17px;
	row-gap: 30px;
}
.aanbod-list-product-sec .each-product-text::after {
	background-image: url(../images/aanbod-list-product-mark.svg);
	height: 130px;
	opacity: 0.5;
}
/*==============================================verkocht=======================================================*/
/****verkocht-top****/
.verkocht-top {
	padding: 28px 0 45px;
}
.verkocht-top p {
	margin-bottom: 0;
}
/****verkocht-pg****/
.verkocht-pg .aanbod-list-product-sec .row {
    row-gap: 45px;
}
.verkocht-pg  .each-product-text::after {
    background-image: url(../images/product-mark.svg);
	height: 130px;
	width: 130px;
}
/*==============================================aanbod-dtl=======================================================*/
/****aanbod-dtl-pg****/
.aanbod-dtl-pg .bk-btn-sec {
  padding: 30px 0 0;
}
/****aanbod_dtl_banner****/
.aanbod_dtl_banner{
	padding-bottom: 24px;
}
.each-big-car,
.each_small_car {
	border-radius: 10px;
	overflow: hidden;
}
.small_car{
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
	height: 700px;
}
.each_small_car {
    width: 100%;
    height: calc(50% - 9px);
}
.each_small_car img {
	height: 100%;
    object-fit: cover;
}
.aanbod_dtl_banner .row {
    column-gap: 8px;
}
.aanbod_dtl_banner .col-lg-8 {
    width: 65%;
}
.aanbod_dtl_banner .col-lg-4 {
    width: 34%;
}
.aanbod_dtl_banner .swiper-button-next {
    right: 20px;
}
.aanbod_dtl_banner .swiper-button-prev {
    left: 20px;
}
.aanbod_dtl_banner .each-big-car, 
.aanbod_dtl_banner .each_samall_car {
    cursor: pointer;
}
/****aanbod-car-info-area****/
.aanbod-car-info-area-wrap {
    border-radius: 10px;
    background-image: linear-gradient(82deg, #2B2A28 4.66%, #121212 98.41%), linear-gradient(180deg, #8A8A8A 0.78%, #353535 99.8%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 1px solid transparent;
    padding: 25px 33px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    column-gap: 20px;
	position: relative;
	flex-wrap: wrap;
}
.each-car-info-area {
    width: 32.3%;
	position: relative;
	z-index: 1;
}
.aanbod-car-info-area-wrap::after {
	content: "";
	width: 190px;
    height: 120px;
	background-image: url(../images/aanbod-car-info-mark.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: cover;
	pointer-events: none;
	position: absolute;
	bottom: 0;
	right: 0;
}
.each-car-info-area table, 
.each-car-info-area tbody {
    width: 100%;
}
.each-car-info-area tr {
    display: flex;
    flex-wrap: wrap;
    row-gap: 18px;
}
.each-car-info-area td {
    color: #fff;
    font-family: 'Inter-Regular';
    font-size: 1.8rem;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    width: 50%;
}
.each-car-info-area td strong {
    width: 21px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.each-car-info-area h6 {
  	color: rgba(255, 255, 255, 0.7);
  	font-family: 'Inter-Regular';
  	margin-top: 13px;
}
.each-car-info-area h5 {
	font-family: 'Inter-Bold';
	font-size: 1.6rem;
	line-height: 24px;
	letter-spacing: 0.32px;
	color: #D3AD6E;
	margin-bottom: 2px;
}
.each-car-info-area h5 strong {
	font-weight: normal;
	color: #fff;
	font-family: 'Inter-Regular';
}
.each-car-info-area a {
	font-family: 'Inter-Regular';
	font-size: 1.6rem;
	color: #FFF;
	line-height: 24px;
	letter-spacing: 0.32px;
	text-decoration-line: underline;
}
.each-car-info-area a:hover {
	color: #D3AD6E;
}
.each-car-info-area p {
	margin-bottom: 0;
	display: none;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
	padding: 108px 0 118px;
}
.dtl-tab-sec .col-lg-4 {
	width: 30%;
}
.dtl-tab-sec .col-lg-8 {
	width: 70%;
}
.tab-man-part {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(47, 47, 47, 0.10);
    background: #2B2A28;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}
.tab-img {
    height: 64px;
    width: 67px;
}
.tab-img img {
    border-radius: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.tab-man-part-wrap {
    border-radius: 5px;
    background: #0F0F0F;
    padding: 40px 23px;
    display: flex;
    justify-content: space-between;
    column-gap: 15px;
	align-items: center;
}
.tab-man-info ul {
  	list-style-type: none;
  	margin-bottom: 0;
  	padding-left: 0;
  	row-gap: 5px;
  	display: flex;
  	flex-direction: column;
}
.share-btn {
    margin-top: -12%;
}
.tab-man-info h4 {
  	font-size: 2rem;
  	line-height: 28px;
  	font-family: 'Inter-SemiBold';
  	letter-spacing: normal;
  	margin-bottom: 10px;
}
.tab-man-info li span {
	font-family: 'Inter-SemiBold';
	font-size: 1.6rem;
	line-height: 18px;
}
.tab-man-info li a {
	font-family: 'Inter-Regular';
	text-decoration: underline;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 60px;
	margin-bottom: 38px;
    border: 0;
	justify-content: center;
}
.tab-btn .tabs {
    flex-wrap: wrap;
	display: flex;
    justify-content: left;
    column-gap: 60px;
	row-gap: 20px;
    /* max-width: 1020px; */
    padding: 0;
    overflow: hidden;
    margin-bottom: 35px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.tab-btn .tabs li.active {
    background-color: transparent;
    opacity: 1;
	position: relative;
}
.tab-btn ul.tabs li {
    position: relative;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.7);
    text-transform: none;
	font-size: 2rem;
	font-family: 'Inter-SemiBold';
	line-height: normal;
	padding-left: 0;
	padding-bottom: 25px;
}
/* .tab_container.tab-content{
	max-width: 1020px;
} */
.tab_content {
    display: none;
}
.tab_drawer_heading {
    display: none;
}
.tab-btn .tabs::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.1);
	height: 2px;
	width: 100%;
	z-index: -1;
	display: none;
}
.tab-btn .tabs li.active{
	color: #D3AD6E;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
	column-gap: 11px;
    row-gap: 11px;
}
.kenmerken-tab li {
    width: 32.3%;
	padding: 18px 34px 18px 21px;
	position: relative;
	font-family: 'Inter-Regular';
	color: rgba(255, 255, 255, 0.7);
	line-height: 20px;
	font-size: 1.6rem;
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
	border-radius: 5px;
    border: 1px solid #2B2A28;
	background-color: #2B2A28;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.kenmerken-tab li:hover {
	border-radius: 5px;
    background-color: #D3AD6E;
	border-color:  #D3AD6E;
	color: #1A1A1A;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.kenmerken-tab li strong {
	display: block;
	color: #FFF;
	text-align: right;
	font-weight: normal;
}
.kenmerken-tab li:hover strong {
	color: #1A1A1A;
}
.kenmerken-tab{
	overflow: hidden;
}
.tab-btn .tabs li.active::after {
	transform: rotate(90deg);
	filter: brightness(0) saturate(100%) invert(70%) sepia(41%) saturate(388%) hue-rotate(359deg) brightness(93%) contrast(92%);
    opacity: 1;
}
.tabs li::after {
	display: inline-block;
	content: url(../images/tab_arrow.svg);
	position: relative;
	top: 2px;
    left: 7px;
	background-color: transparent;
	width: 9px;
    height: auto;
}
.tab-btn .tabs li.active::before {
	content: "";
	height: 2px;
	background-color: #D3AD6E;
	width: 100%;
    position: absolute;
	bottom: 0;
	left: 0;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #fff;
    padding-bottom: 10px;
	margin-bottom: 10px;
    font-size: 2.4rem;
    line-height: 32px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position: relative;
	margin-bottom: 10px;
	font-family: 'Inter-Regular';
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 8px;
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D3AD6E;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #D3AD6E;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 20px;
	font-size: 1.6rem;
	text-transform: none;
    color: #fff;
}
.each-onderhoud-block h4 {
	text-transform: none;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 20px;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    font-size: 1.6rem;
	text-transform: none;
    color: rgba(255, 255, 255, 0.70);
	font-family: 'Inter-Regular';
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.print-btn {
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 5px;
}
.print-btn:hover {
	background-color: #D3AD6E;
	color: #fff;
	border-color: #D3AD6E;
}
.print-btn img {
	width: 16px;
	margin-right: 10px;
}
.tab-btm-btn{
    text-align: left;
    color: #D3AD6E;
    cursor: pointer;
    margin-top: 15px;
	font-family: 'Inter-Medium';
    font-size: 1.8rem;
	line-height: normal;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.tab-btm-btn:hover{
    color: #FFF;
}
/****show-popup****/
.tab-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.tab-popup-content-wrap{
    overflow-x: hidden;
    overflow-y: scroll;
}
.popup-opacity {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(15, 15, 15, 0.60);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.tab-popup-area {
    border-radius: 30px;
    background: #0F0F0F;
    position: relative;
    z-index: 101;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #D3AD6E;
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px rgba(172, 212, 0, 0.05);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(172, 212, 0, 0.05);
	max-width: 93%;
}
.popup-cross{
    background: #121212;
    width: 45px;
    height: 45px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #D3AD6E;
}
.tab-popup-content {
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    height: calc(100% - 116px) !important;
}
.tab-popup-content ul{
    margin-bottom: 33px;
    padding: 0;
}
.tab-popup-content ul:last-child{
    margin-bottom: 0;
}
.popup-cross img{
    width: 38px;
}
.tab-popup-area h3{
	font-family: 'Inter-SemiBold';
    line-height: normal;
    margin-bottom: 20px;
    font-size: 2.8rem;
}
.tab-popup-area p{
    color: rgba(255, 255, 255, 0.50);
    line-height: normal;
    padding-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	font-family: 'Inter-Regular';
	margin-bottom: 0;
}
.tab-popup-content h4{
	font-family: 'Inter-SemiBold';
    line-height: 56px;
    margin-bottom: 20px;
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.15);
	font-family: 'Inter-Regular';
    line-height: 30px;
    color: #fff;
    padding: 6px 0;
    flex-wrap: wrap;
	padding-left: 0;
}
.tab-popup-content li::after{
	display: none;
}
.tab-popup-content li strong{
    width: 50%;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.70);
}
.show-popup{
    display: none;
}
.aanbod-dtl-product-content-btm {
    border-radius: 5px;
	border: 1px solid rgba(47, 47, 47, 0.10);
	background: #2B2A28;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    padding: 8px 8px 16px 8px;
	display: none;
}
.aanbod-dtl-product-member {
    border-radius: 5px;
    background: #0F0F0F;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    column-gap: 33px;
}
.aanbod-dtl-product-member-img {
    height: 64px;
    width: 67px;
}
.aanbod-dtl-product-member-img img {
    border-radius: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.aanbod-dtl-product-member-text h5 {
    font-size: 1.8rem;
    font-family: 'Inter-SemiBold';
    line-height: 25px;
    margin-bottom: 5px;
}
.aanbod-dtl-product-member-text p {
	margin-bottom: 0;
}
.aanbod-dtl-product-member-text p a {
	color: rgba(255, 255, 255, 0.7);
}
.aanbod-dtl-product-member-text p a:hover {
	color: #D3AD6E;
}
.aanbod-dtl-product-contact-area ul li {
    display: flex;
    column-gap: 10px;
	margin-bottom: 10px;
}
.aanbod-dtl-product-contact-area span {
    font-family: 'Inter-SemiBold';
    line-height: 15px;
    font-size: 1.4rem;
}
.aanbod-dtl-product-contact-area ul li a {
    margin-bottom: 0;
    line-height: 15px;
    font-family: 'Inter-Regular';
    padding-left: 6px;
}
.aanbod-dtl-product-contact-area ul {
	padding-left: 0;
	margin-bottom: 0;
}
.aanbod-dtl-product-contact-area {
    padding: 22px 10px 0;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.aanbod-dtl-product-contact-area .share-btn {
    margin-top: 0;
}
/****related-car-sec****/
.related-car-sec {
    padding: 120px 0 0;
    position: relative;
}
.related-car-sec .each-product-img {
	margin-bottom: 8px;
}
.related-car-sec .common-arrow {
	top: 53%;
	/* z-index: -1; */
}
.related-car-sec .swiper-button-next {
	right: 6%;
}
.related-car-sec .swiper-button-prev {
	left: 6%;
}
.related-car-sec h2 {
	text-align: center;
	margin-bottom: 80px;
}
.related-car-sec .each-product-text::after {
    background-image: url(../images/related-car-mark.svg);
	opacity: 0.5;
	height: 130px;
}
/*==============================================popup=======================================================*/
.modal-area .modal-dialog {
    max-width: 76%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background: rgba(15, 15, 15, 0.50);
	backdrop-filter: blur(5px);
}
.popup-img-top,
.popup-img-btm {
	border-radius: 10px;
	overflow: hidden;
}
.modal-area .modal-content {
    border-radius: 30px;
	border: 1px solid #8A8A8A;
	background-image: linear-gradient(82deg, #2B2A28 4.66%, #121212 98.41%), linear-gradient(180deg, #8A8A8A 0.78%, #353535 99.8%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 1px solid transparent;
	overflow: hidden;
	padding: 49px 46px 68px;
}
.pop-up-image {
    height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
    overflow: hidden;
}
.modal-area .popup-content {
    padding: 56px 20px 57px;
}
.modal-content .col-lg-5 {
    width: 33%;
}
.modal-content .col-lg-7 {
	width: 67%;
}
.modal-area .popup-content p {
    margin-bottom: 30px;
    width: 100%;
}
.modal-area .popup-content p:last-child {
	margin-bottom: 0;
}
.modal-area .popup-content h3 {
    width: 100%;
}
.modal-area .popup-content ul {
    list-style-type: disc;
    margin: 15px 0 18px;
    padding-left: 0;
}
.modal-area .popup-content li { 
   	position: relative;
	list-style-type: none;
	padding-left: 20px;
	line-height: 30px;
}
.modal-area .popup-content li::after {
	position: absolute;
	content: '';
	left: 0;
	top: 10px;
	background-image: url(../images/white-bullet.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 8px;
	height: 8px;
	width: 8px;
}
.popup-img-top {
    width: 62%;
    position: absolute;
    top: 0;
    left: 0;
}
.popup-img-btm {
    position: absolute;
    width: 69%;
    bottom: -10px;
    right: 0;
}
/**********************************popup**********************************/
.close-img {
    position: absolute;
    top: 14px;
    right: 22px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.close-img:hover {
	color: #fff;
}
.close-img img {
    width: 44px;
    height: 44px;
}
/***********************************STYLE FOR DEVELOPERS**************************************/

/*******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 30px;
	  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 #181716;
	  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;
  }
  .radio_filter .prijis_checkbox {
	  display: none;
  }
  
  
  
  
  .aanbod-loader {
	  width: 45px;
	  height: 40px;
	  background: linear-gradient(#D3AD6E calc(1*100%/6),#fff 0 calc(3*100%/6),#D3AD6E 0),
				linear-gradient(#D3AD6E calc(2*100%/6),#fff 0 calc(4*100%/6),#D3AD6E 0),
				linear-gradient(#D3AD6E calc(3*100%/6),#fff 0 calc(5*100%/6),#D3AD6E 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: #D3AD6E;
	}
  
  
  .carpass-img {
	  width: 115px;
  }
  
  .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: 71px;
	  font-size: small;
  }
  
  .notifcation {
	  position: relative;
  }
  
  .alert-number {
	  display: none;
	  position: absolute;
	  bottom: 27px;
	  right: 0px;
	  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;
	  }
  }
  /* .each-service:hover .each-service-arrow .common-arrow-part{
	  background-color: #FAFAFA;
  } */
  /* .share-social-media-button{
	  padding: 6px 9px;
  } */
  /* @media(max-width: 519px) and (min-width: 416px){
	  .calculator{
		  height: 1670px !important;
	  }
  }
  @media(max-width: 415px){
	  .calculator{
		  height: 1826px !important;
	  }
  } */
  
  .calsty {
	  border: 0;
	  width: 100%;
	  height: 603px;
	  background: transparent;
  }
  @media(max-width: 530px){
	  .calsty{
		  height: 900px !important;
	  }
  }
  .ga-DaEy {
	max-width: 100% !important;
  }
  .share-social-media-button .a2a_dd svg {
	margin-right: 0 !important;
	width: 15px !important;
  }
  .share-social-media-button {
	margin-top: 0 !important;
  }
.privacy_section {
	padding: 40px 0;
}
.home-pg main {
	margin-top: 0;
}
.home-pg .header-area{
	background-color: transparent;
}
.home-pg .common-wrap {
    padding: 0;
}
.home-pg .banner-wrap{
	border-radius: 0;
    background-image: none;
	border: none;
}
.home-pg .banner-sec .common-wrap {
	padding: 0;
}
.header-nav li{
	font-family: 'SohoPro-Regular';
}
.home-pg .header-area.stiky{
	background-color: #0f0f0f;
}

.modal-area2 .close-img img {
    width: 19px !important;
    height: 19px !important;
}
.modal-area2 .popup-right p {
	margin-bottom: 0;
}