@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    font-family: 'lama_sansregular';
    font-size: 1.6rem;
    color: #0A1520;
    overflow-x: clip;
}
html {
    font-size: 62.5%;
	overflow-x: clip;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/****header-area*****/
.header-area {
	padding: 28px 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-logo {
	position: relative;
	z-index: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-logo img {
	width: 276px;
}
.header-area.stiky {
    left: 0;
    top: 0;
	position: fixed;
	width: 100%;
	background-color: #1F1B1B;
}
.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;
}
.header-menu > ul > li > a:hover {
	color: #E3032E;
}
.header-menu a.active {
	color: #E3032E;
}
.menu-bar {
    position: relative;
    max-width: 29px;
    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: 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: 23px;
}
.menu-bar::after {
	width: 16px;
}
.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
}
/******banner-sec******/
.banner-sec {
	position: relative;
}
.banner-sec::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(31, 27, 27, 0.70) 9.19%, rgba(31, 27, 27, 0.00) 72.34%);
	z-index: 1;
}
.banner-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 2;
	width: 100%;
}
.banner-content h1 {
	color: #fff;
	letter-spacing: 2.75px;
	line-height: 65px;
}
.banner-video {
	height: 644px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner {
	height: 644px;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
/*****home-filter-sec*****/
.home-filter-sec {
	padding: 35px 0;
	background-color: #1F1B1B;
}
.social-icon ul {
	display: flex;
	column-gap: 14px;
	justify-content: end;
}
.social-icon li a {
	height: 45px;
	width: 45px;
	background-color: rgba(255, 255, 255, 0.05);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.social-icon li a img {
	opacity: 0.15;
}
.social-icon li a:hover {
	background-color: #fff;
}
.social-icon li a:hover img {
	opacity: 1;
	filter: brightness(0) saturate(100%) invert(10%) sepia(98%) saturate(7495%) hue-rotate(346deg) brightness(90%) contrast(98%);
	-webkit-filter: brightness(0) saturate(100%) invert(10%) sepia(98%) saturate(7495%) hue-rotate(346deg) brightness(90%) contrast(98%);
}
/****filter-customize*****/
.filter-main-wrap {
	display: flex;
	flex-wrap: wrap;
}
.filter-main-wrap .filter-main-row {
	width: 86%;
}
.filter-main-heading {
	margin-right: 20px;
	width: 13%;
}
.filter-main-heading h3 {
	letter-spacing: 2.4px;
	margin-top: 10px;
}
.filter-heading {
	margin-bottom: 87px;
}
.filter-heading p {
	max-width: 600px;
	width: 100%;
	margin-left: auto;
}
.filter-heading h4 {
	color: #111;
	font-family: 'lama_sansmedium';
}
.total-car h5 {
	color: #011F27;
}
.total-car h5 span {
	font-size: 2rem;
}
.select-style {
	width: 100%;
    height: 50px;
	color: rgba(112, 112, 112, 0.80);
    font-family: 'lama_sanssemibold';
    font-size: 1.8rem;
	letter-spacing:1.8px;
    border: 1px solid rgba(112, 112, 112, 0.80);
    border-radius: 5px;
    padding: 0 30px 0 16px;
    background: url(../images/filter-arrow.svg) #fff no-repeat 93% center/15px;
    appearance: none;
    line-height: 50px;
	text-transform: uppercase;
	text-overflow: ellipsis;
}
.select-style.opacity {
	color: #393434;
	border-color: #393434;
}
.filter-content {
    display: none;
    background-color:#fff;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid rgba(112, 112, 112, 0.80);
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
	cursor: default;
	max-height: 230px;
    overflow-y: auto;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.filter-main-wrap label {
    color: #393434;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
	font-family: 'lama_sansmedium';
    font-size: 1.6rem;
	cursor: pointer;
}
.filter-main-wrap label:last-child {
	margin-bottom: 0;
}
.filter-main-wrap label span {
    float: right;
    color: #393434;
    opacity: 0.65;
}
.filter-main-wrap .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #393434;
    background-color: transparent;
    border-radius: 3px;
}
.filter-main-wrap .form-check-input:checked {
    background-color: #E3032E;
    border-color: #E3032E;
}
.filter-main-wrap .color_box {
	background-color: Gray;
    height: 15px;
    width: 15px;
    margin-left: 10px;
	margin-top: 3px;
    border-radius: 3px;
}
.aanbod-filter {
	margin-bottom: 20px;
	width: 25%;
}
.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: #fff;
    border-radius: 5px;
    background-color:#E3032E;
    font-family: 'lama_sanssemibold';
    font-size: 1.6rem;
}
.cross-btn {
    width: 11px;
	filter: brightness(10);
	-webkit-filter: brightness(10);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.clear-filter-main {
	padding-left: 12.2%;
}
.auto-overview-tag:hover {
	background-color: #1F1B1B;
	color: #fff;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-filter-close {
    padding: 15px 20px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #fff;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #1F1B1B;
}
.mobile-filter-close span img {
	width: 12px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.mobile-filter-close h4 {
	font-family: 'lama_sansbold_condensed';
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #E3032E;
	border-color: #E3032E;
	color: #fff;
	padding: 10px;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #1F1B1B;
	border-color: #1F1B1B;
	color: #fff;
}
.auto-overview-filter-result .total_search_records::after {
	display: none;
}
.filter-reset a {
	color: #1F1B1B;
}
.filter-reset img {
	width: 10px;
	filter: invert(1);
	-webkit-filter: invert(1);
	margin-left: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #E3032E;
}
.filter-reset a:hover img {
	filter: brightness(0) saturate(100%) invert(16%) sepia(100%) saturate(2870%) hue-rotate(345deg) brightness(105%) contrast(93%);
	-webkit-filter: brightness(0) saturate(100%) invert(16%) sepia(100%) saturate(2870%) hue-rotate(345deg) brightness(105%) contrast(93%);
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h3 {
	margin-right: 15px;
	width: 35%;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
	width: 200px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 94px;
    background: #151515;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.filter-count {
	min-width: 25px;
	height: 25px;
	background-color: #1F1B1B;
	border-radius: 100%;
	color: #fff;
	margin-left: 10px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #E3032E;
	color: #fff;
	border-color: #E3032E;
	padding-right: 20px;
}
.mobile-show-filter .common-btn::after {
	display: none;
}
.radio_filter .form-check-input {
    display: none;
}
/*****home-filter******/
.home-filter-main h3 {
	color: #fff;
	margin-bottom: 14px;
}
.home-filter-main .select-style {
	border-color: rgba(255, 255, 255, 0.15);
	background-color: rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.30);
	font-family: 'lama_sansregular';
	background-image: url(../images/filter-arrow-home.svg);
	height: 45px;
	line-height: 45px;
	font-size: 1.6rem;
}
.home-filter-main .filter-content {
	background-color: #2C2828;
	border-color: rgba(255, 255, 255, 0.15);
}
.home-filter-main .filter-main-wrap label {
	color: rgba(255, 255, 255, 0.70);
}
.home-filter-main .select-style.opacity {
	color: rgba(255, 255, 255, 0.70);
}
.home-filter-main .filter-main-wrap .form-check-input {
	border-color: rgba(255, 255, 255, 0.70);
}
.home-filter-main .filter-main-wrap .form-check-input:checked {
	border-color: #E3032E;
}
.home-filter-main .aanbod-filter {
	width: 38%;
	margin-bottom: 0;
}
.home-filter-main .aanbod-filter:last-child {
	width: 24%;
}
.home-filter-main .filter-main-wrap .filter-main-row {
	width: 100%;
}
.home-filter-main .common-btn {
	padding-top: 8.5px;
	padding-bottom: 8.5px;
}
/******car-logo-sec*******/
.car-logo-sec {
	padding: 40px 0 33px;
	border-bottom: 1px solid rgba(31, 27, 27, 0.09);
}
.car-logo-wrap {
	white-space: nowrap;
}
.car-logo-wrap:hover .car-logo-list {
	animation-play-state: paused;
}
.car-logo-list {
	display: flex;
    align-items: center;
	animation: 15s slide infinite linear;
}
.car-logo-list li {
	display: inline-block;
	margin-left: 130px;
	text-align: center;
}
@keyframes slide{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(-100%);
	}	
}
 /*****loop-marquee******/
/* .loop-marquee {
	overflow: hidden;
	display: flex;
}
.loop-marquee ul {
	animation: slide 10s infinite linear;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.loop-marquee ul li {
	flex-shrink: 0;
	margin-left: 50px;
}
@keyframes slide {
	0% { transform: translateX(0); }
	100% { transform: translateX(-100%);}
}
.loop-marquee:hover ul {
	animation-play-state: paused;
}  */
/****product-sec*****/
.product-sec {
	padding: 115px 0;
	position: relative;
}
.product-wrap {
	position: relative;
}
.product-wave {
	position: absolute;
    bottom: 0;
    left: 0;
    height: 92%;
    width: 100%;
    z-index: -1;
    overflow: hidden;
}
.product-wave img {
	height: 100%;
}
.product-heading {
	padding-top: 40px;
}
.product-heading h3 {
	margin-bottom: 12px;
}
.product-heading h2 {
	margin-bottom: 30px;
}
.product-heading p {
	margin-bottom: 45px;
}
.product-slider {
	position: absolute;
	width: 60%;
	top: 0;
	right: 0;
}
.product-slider .swiper-slide {
	padding: 13px 13px 25px;
}
.each-product {
	border-radius: 5px;
	border: 1px solid rgba(31, 27, 27, 0.10);
	box-shadow: 0px 14px 14.8px 0px rgba(31, 27, 27, 0.05);
	-webkit-box-shadow: 0px 14px 14.8px 0px rgba(31, 27, 27, 0.05);
	/* padding: 23px; */
	padding: 16px;
	background-color: #fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-price {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(31, 27, 27, 0.10);
}
.product-price h4 strong {
	color: #E3032E;
}
.product-info table {
	width: 100%;
}
.product-info tr {
	display: flex;
	flex-wrap: wrap;
}
.product-info td {
    font-family: 'lama_sansmedium';
    font-size: 1.6rem;
    color: #1F1B1B;
	/*width: 50%;*/
	margin-bottom: 25px;
	display: flex;
	align-items: start;
	word-break: break-word;
}
.product-info tr td:nth-child(odd) {
	width:45%;
}
.product-info tr td:nth-child(even) {
	width:55%;
}
.product-info td img {
	margin-right: 3px;
	width: 24px;
    height: 25px;
}
.each-product .col-md-6 {
	padding: 0 10px;
}
.each-product .row {
	margin: 0 -10px;
}
.product-model h3 {
	text-transform: none;
	line-height: 33px;
	margin-bottom: 7px;
	overflow: hidden;
    height: 30px;
}
.product-model p { 
	font-size: 1.8rem;
	line-height: 25px;
	overflow: hidden;
    height: 25px;
}
.product-model {
	margin-bottom: 20px;
}
.each-product:hover {
	box-shadow: 0px 14px 14.8px 0px rgba(227, 3, 46, 0.08);
	-webkit-box-shadow: 0px 14px 14.8px 0px rgba(227, 3, 46, 0.08);
	border-color: rgba(227, 3, 46, 0.5);
}
.product-slider .common-arrow {
	transform: translateY(-50%);
	margin: 0;
	opacity: 0;
	pointer-events: none;
}
.product-slider .swiper-button-prev {
	left: -15px;
}
/* .product-slider .swiper-button-next {
	display: none;
} */
.product-slider:hover .common-arrow {
	opacity: 1;
	pointer-events: all;
}
/******marquee-sec*******/
.marquee-sec {
	padding: 46px 0;
	border-top: 1px solid rgba(31, 27, 27, 0.09);
}
.marque-wrap{
	white-space: nowrap;
}
.marque-wrap:hover .marque-txt{
	animation-play-state: paused;
}
.marque-txt{
	display: flex;
	animation: 15s slide infinite linear;
}
.marque-txt li {
	display: inline-block;
	color: #151515;
    font-family: 'lama_sansbold';
    font-size: 1.6rem;
    line-height: 17px;
	padding-left: 80px;
	position: relative;
	margin-left: 80px;
}
.marque-txt li::after {
	content: "";
	position: absolute;
    left: 0;
    top: 50%;
	transform: translateY(-50%);
    height: 16px;
    width: 16px;
    background-image: url(../images/flower.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
}
/****service-sec*****/
.service-sec {
	position: relative;
	overflow-x: hidden;
}
.service-wrap {
	position: relative;
	z-index: 1;
}
.service-heading {
	padding: 128px 0;
	height: 100%;
	max-width: 460px;
}
.service-heading h3 {
	color: #fff;
	margin-bottom: 20px;
}
.service-heading h2 {
	color: #fff;
	margin-bottom: 30px;
}
.service-heading p {
	color: #fff;
	margin-bottom: 40px;
}
.service-heading-img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 44.7%;
}
.service-heading-img img {
	height: 100%;
	object-fit: cover;
}
.service-heading-img::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(31, 27, 27, 0.95);
}
.service-slider {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 55.1%;
}
.service-slider .swiper {
	height: 100%;
}
.service-slider .swiper-slide {
	height: auto;
}
.each-sevice {
	height: 100%;
	position: relative;
	overflow: hidden;
}
.each-sevice::after,
.each-sevice::before {
	content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(34, 30, 30, 0.38);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-sevice::before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(227, 3, 46, 0.74) 100%);
	opacity: 0;
	z-index: 1;
}
.each-sevice-img {
	height: 100%;
	position: relative;
}
.each-sevice-img img {
	height: 100%;
	object-fit: cover;
}
.each-sevice-text {
	position: absolute;
	bottom: -260px;
	padding: 30px;
	left: 0;
	width: 100%;
	height: 370px;
	z-index: 1;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-sevice-text h3 {
	color: #fff;
	margin-bottom: 30px;
	min-height: 56px;
}
.each-sevice-text p {
	color: #fff;
	margin-bottom: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each-sevice:hover .white-btn {
	color: #1F1B1B;
    background-color: #fff;
    border-color: #fff;
}
.each-sevice:hover .white-btn::after {
    filter: brightness(0);
    -webkit-filter: brightness(0);
}
.each-sevice:hover::before {
	opacity: 1;
}
.each-sevice:hover .each-sevice-text {
	bottom: 0;
	height: auto;
}
/****about-sec*****/
.about-sec {
	padding: 175px 0 155px;
	position: relative;
}
.about-img {
	max-width: 417px;
	width: 100%;
	height: 651px;
}
.about-img img {
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.about-wave {
    position: absolute;
    top: 66%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 32%;
	overflow: hidden;
	z-index: -1;
}
.about-top {
	margin-bottom: 60px;
}
.about-text {
	padding-right: 370px;
}
.about-text .common-btn {
	background-color: #fff;
}
.about-text .common-btn:hover {
	background-color: #E3032E;
}
.about-text p {
	max-width: 455px;
	width: 100%;
}
.about-text h3 {
	margin-bottom: 24px;
}
.about-text h2 {
	margin-bottom: 20px;
}
.about-text p {
	margin-bottom: 40px;
}
.about-right {
	padding-left: 40px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about-right-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 352px;
}
.about-right-img img {
	border-radius: 5px;
	height: 100%;
	object-fit: cover;
}
.about-img-top {
    max-width: 270px;
    height: 186px;
    margin-left: auto;
	width: 100%;
	margin-bottom: 70px;
}
.about-img-btm {
	position: relative;
	right: 65px;
	height: 250px;
	width: 350px;
}
.counter-area {
	margin-bottom: 20px;
}
.each-counter {
	position: relative;
}
.each-counter::after {
	content: "";
	height: 100%;
	width: 1px;
	background-color: #E3032E;
	position: absolute;
    right: -77%;
	top: 0;
}
.counter-area .row {
	justify-content: space-between;
}
.counter-area .col-md-4 {
	width: auto;
}
.counter-area .col-md-4:last-child .each-counter::after {
	display: none;
}
.each-counter h3 {
	font-size: 4rem;
	line-height: 40px;
	margin-bottom: 10px;
}
.each-counter h4 {
	line-height: 24px;
	letter-spacing: 0.2px;
	font-family: 'lama_sansregular';
}
/*****testimonial-sec*****/
.testimonial-sec {
	padding: 130px 0 120px;
	background-color: #1F1B1B;
}
/****footer-area*****/
.footer-area {
	background-color: #E3032E;
	padding: 125px 0 20px;
	position: relative;
}
.footer-wrap {
	position: relative;
	z-index: 1;
}
.footer-logo img {
	width: 267px;
}
.footer-contact h3 {
	text-transform: none;
	letter-spacing: 0.24px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 23px;
}
.footer-contact h3 a {
	color: #fff;
}
.footer-contact h3 a:hover {
	color: #1F1B1B;
}
.footer-info {
	max-width: 490px;
	width: 100%;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 30px;
}
.each-footer-info h4 {
	color: #fff;
	font-family: 'lama_sansbold_condensed';
	margin-bottom: 10px;
}
.each-footer-info p {
	color: #fff;
}
.each-footer-info p a {
	color: #fff;
}
.each-footer-info p a:hover {
	color: #1F1B1B;
}
.each-footer-info td {
	color: #fff;
}
.each-footer-info {
	position: relative;
}
.each-footer-info::after {
	content: "";
    height: 100px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    right: -45%;
    top: 0;
}
.each-footer-info:last-child::after {
	display: none;
}
.footer-credit {
	margin-top: 50px;
}
.footer-credit p a,
.footer-credit p {
	color: #fff;
}
.footer-credit p a:hover {
	color: #1F1B1B;
}
.footer-area .social-icon li a {
	background-color: rgba(255, 255, 255, 0.25);
}
.footer-area .social-icon li a img {
	opacity: 0.45;
}
.footer-area .social-icon li a:hover {
	background-color: #fff;
}
.footer-area .social-icon li a:hover img {
	opacity: 1;
}
.footer-wave {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
/*=================================popup start======================================*/
.modal-area .modal-dialog {
    max-width: 904px;
    margin-left: auto;
	margin-right: auto;
}
.modal-area .modal {
	background: linear-gradient(180deg, rgba(31, 27, 27, 0.70) 9.19%, rgba(31, 27, 27, 0.00) 72.34%);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 20px;
	background-color: #E3032E;
}
.modal-area .popup-content {
    padding: 64px 90px 50px;
}
.modal-area .popup-content p {
	color: #fff;
	margin-bottom: 32px;
}
.modal-area .popup-content h2 {
	color: #fff;
	font-size: 3.6rem;
	line-height: 47px;
	text-transform: none;
	margin-bottom: 30px;
}
.modal-area .popup-content ul {
	padding-left: 30px;
	margin-bottom: 37px;
	list-style-type: disc;
}
.modal-area .popup-content ul::marker {
	font-size: 2rem;
}
.modal-area .popup-content li {
	font-family: 'lama_sansregular';
    font-size: 2.4rem;
    color: #fff;
    line-height: 35px;
    letter-spacing: 0.48px;
}
.popup-close {
	height: 68px;
	width: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 100%;
	position: absolute;
	right: -20px;
	top: -20px;
}
.popup-close img {
	width: 21px;
}
/*=================================diensten-list page start============================================*/
/***inner-banner-sec***/
.inner-banner-sec {
    position: relative;
}
.inner-banner-sec::after {
	content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
	background: linear-gradient(180deg, rgba(31, 27, 27, 0.70) 9.19%, rgba(31, 27, 27, 0.00) 72.34%);
    z-index: 1;
}
.inner-banner-text {
	position: absolute;
    top: 56%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    z-index: 2;
}
.inner-banner-text {
	line-height: 64px;
    letter-spacing: 2.75px;
}
.inner-banner-img {
    height: 500px;
}
.inner-banner-img img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}
/******diensten-list-sec*****/
.diensten-list-sec {
	padding: 155px 0;
	position: relative;
}
.diensten-list-heading {
	margin-bottom: 70px;
}
.diensten-list-heading p {
	max-width: 660px;
	width: 100%;
	margin-left: auto;
}
.each-diensten-list {
	border-radius: 5px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	background-color: #fff;
}
.each-diensten-list-text {
	border: 1px solid rgba(31, 27, 27, 0.10);
	padding: 40px 36px;
}
.each-diensten-list-text h3 {
	margin-bottom: 15px;
}
.each-diensten-list-text p {
	margin-bottom: 40px;
	height: 168px;
	overflow: hidden;
}
.each-diensten-list-img {
	height: 370px;
	overflow: hidden;
	position: relative;
}
.each-diensten-list-img::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(0deg, rgba(34, 30, 30, 0.41) 0%, rgba(34, 30, 30, 0.41) 100%);
}
.each-diensten-list-img img {
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diensten-list:hover .common-btn {
    color: #fff;
    background-color: #E3032E;
    border-color: #E3032E;
}
.each-diensten-list:hover .common-btn::after {
    filter: brightness(10);
    -webkit-filter: brightness(10);
}
.each-diensten-list:hover img {
	transform: scale(1.1);
}
.diensten-list-main .col-lg-3 {
	padding: 0 15px;
}
.diensten-list-main .row {
	margin: 0 -15px;
	row-gap: 30px;
}
.diensten-list-main .col-lg-3:nth-child(even) .each-diensten-list {
	flex-direction: column-reverse;
	margin-top: 60px;
}
.diensten-list-sec .product-wave {
	height: 44%;
	bottom: auto;
	top: 20%;
}
/*=================================diensten-dtl page start============================================*/
.inner-header {
	background-color: #1F1B1B;
	/*position: relative;*/
}
/****bk-btn-sec****/
.bk-btn-sec {
	position: relative;
}
.bk-btn-sec .txt-btn {
	position: absolute;
	top: 190px;
	z-index: 2;
}
/*****diensten-dtl-info-sec****/
.diensten-dtl-info-sec {
	padding: 200px 0 155px;
	position: relative;
	overflow: hidden;
}
.diensten-dtl-info-sec .container {
	position: relative;
	z-index: 1;
}
.diensten-dtl-info-img {
	max-width: 552px;
	height: 557px;
	width: 100%;
	margin-left: auto;
}
.diensten-dtl-info-img img {
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.diensten-dtl-info-text {
	max-width: 740px;
	width: 100%;
	padding-right: 50px;
	padding-top: 45px;
}
.diensten-dtl-info-text h2 {
	line-height: 82px;
	margin-bottom: 15px;
}
.diensten-dtl-info-text p {
	margin-bottom: 20px;
}
.diensten-dtl-info-text p strong {
	font-weight: 500;
	font-family: 'lama_sansmedium';
}
.diensten-dtl-info-text h3 {
	text-transform: none;
	margin-bottom: 10px;
	margin-top: 30px;
	color: #0A1520;
	letter-spacing: 0.48px;
}
.diensten-dtl-info-sec .product-wave {
    bottom: -76%;
}
/*****diensten-dtl-spec-sec*****/
.diensten-dtl-spec-sec {
	padding: 145px 0;
	position: relative;
	background-attachment: fixed;
}
.diensten-dtl-spec-sec::after {
	content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
	background: linear-gradient(0deg, rgba(31, 27, 27, 0.74) 0%, rgba(31, 27, 27, 0.74) 100%);
}
.diensten-dtl-spec-sec h2 {
	color: #fff;
	text-align: center;
	margin-bottom: 70px;
	text-transform: none;
}
.diensten-dtl-spec-sec .container {
	position: relative;
	z-index: 1;
}
.each-diensten-dtl-spec {
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.90);
	backdrop-filter: blur(3.3499999046325684px);
	padding: 70px 50px;
	height: 100%;
	border: 1px solid transparent;
	cursor: default;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diensten-dtl-spec:hover {
	box-shadow: 0px 0px 30px 0px rgba(227, 3, 46, 0.7);
	border-color: #E3032E;
}
.each-diensten-dtl-spec h3 {
	margin-bottom: 24px;
	text-transform: none;
	letter-spacing: 0.48px;
	line-height: 36px;
}
.each-diensten-dtl-spec p {
	margin-bottom: 0;
}
.diensten-dtl-spec-sec .row {
	margin: 0 -30px;
	row-gap: 60px;
}
.diensten-dtl-spec-sec .col-lg-4 {
	padding: 0 30px;
}
/*****contact-form-sec******/
.contact-form-sec {
	padding: 155px 0;
	position: relative;
	overflow: hidden;
}
.contact-map {
	height: 580px;
	border-radius: 5px;
	margin-bottom: 80px;
}
.contact-form-main {
	max-width: 570px;
	width: 100%;
	margin-left: auto;
}
.contact-form-main h2 {
	line-height: 87px;
	margin-bottom: 10px;
}
.contact-form-main p {
	margin-bottom: 50px;
}
.form-group {
	margin-bottom: 30px;
}
.contact-form-main .form-group:last-child {
	margin-bottom: 0;
}
.form-style {
    resize: none;
	border: 1px solid rgba(31, 27, 27, 0.50);
    font-family: 'lama_sansregular';
	color: rgba(31, 27, 27, 0.50);
    font-size: 1.6rem;
    padding: 20px 30px;
    border-radius: 5px;
    background-color: transparent;
	line-height: 24px;
}
.form-style:placeholder {
	color: rgba(31, 27, 27, 0.50);
	opacity: 1;
}
.form-style:-ms-input-placeholder {
	color: rgba(31, 27, 27, 0.50);
	opacity: 1;
}
.form-style::placeholder {
	color: rgba(31, 27, 27, 0.50);
	opacity: 1;
}
.form-style:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
	border: 1px solid #1F1B1B;
	color: #1F1B1B;
	background-color: transparent;
}
.form-style:focus::placeholder {
	color: #1F1B1B;
}
textarea.form-style {
    min-height: 160px;
}
.contact-form-main .common-btn {
	margin-top: 25px;
}
.contact-left {
	padding-right: 70px;
}
.contact-info {
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
	justify-content: space-between;
}
.each-contact-info p {
    font-family: 'lama_sansregular';
    font-size: 1.6rem;
    color: #1F1B1B;
    line-height: 24px;
}
.each-contact-info p strong {
	font-family: 'lama_sansbold_condensed';
	font-size: 2rem;
	line-height: 24px;
	letter-spacing: 0.2px;
}
.each-contact-info h4 {
	color: #1F1B1B;
	font-family: 'lama_sansbold_condensed';
	margin-bottom: 10px;
}
.contact-form-sec .product-wave {
	bottom: -32%;
    height: 58%;
    transform: scaleX(-1) rotate(336deg);
}
/******related-service-sec*****/
.related-service-sec {
	padding-bottom: 155px;
}
.related-service-sec h2 {
	text-align: center;
	margin-bottom: 60px;
	line-height: 63px;
	letter-spacing: 5.5px;
	text-transform: none;
}
.each-related-service {
	position: relative;
	overflow: hidden;
	border-radius:5px;
	height: 314px;
}
.each-related-service::after,
.each-related-service::before {
	content: "";
	height: 100%;
	width: 100%;
	background: linear-gradient(0deg, rgba(34, 30, 30, 0.41) 0%, rgba(34, 30, 30, 0.41) 100%);
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-related-service::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(227, 3, 46, 0.74) 100%);
    opacity: 0;
    z-index: 1;
}
.each-related-service-img {
	height: 100%;
}
.each-related-service-img img {
	object-fit: cover;
	height: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-related-service-text {
	position: absolute;
    bottom: -293px;
    padding: 30px;
    left: 0;
    width: 100%;
    height: 370px;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-related-service-text h3 {
	color: #fff;
	text-transform: none;
}
.each-related-service-text p {
	color: #fff;
	margin: 15px 0 30px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each-related-service-text .common-btn {
	background-color: #fff;
	border-color: #fff;
}
.each-related-service-text .common-btn:hover {
	background-color: #E3032E;
	border-color: #E3032E;
	color: #fff;
}
.each-related-service:hover img {
	transform: scale(1.1);
}
.each-related-service:hover::before {
	opacity: 1;
}
.each-related-service:hover .each-related-service-text {
    bottom: 0;
    height: auto;
}
.related-service-slider {
	position: relative;
}
.related-service-slider .common-arrow {
	margin: 0;
	transform: translateY(-50%);
}
.related-service-slider .swiper-button-next {
	right: -40px;
}
.related-service-slider .swiper-button-prev {
	left: -40px;
}
/*=================================bedankt page start============================================*/
/****bedankt-banner-sec*****/
.bedankt-banner-sec .each-banner,
.bedankt-banner-sec .banner-video {
    height: 800px;
}
.bedankt-banner-sec .banner-content h1 {
	line-height: 87px;
	margin-bottom: 20px;
}
.bedankt-banner-sec .banner-content p {
	max-width: 610px;
	width: 100%;
	margin: 0 auto;
	line-height: 25px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 60px;
}
/*=================================overons page start============================================*/
/****overons-welcome-sec*****/
.overons-welcome-sec {
	padding: 155px 0;
	position: relative;
	overflow: hidden;
}
.overons-welcome-img {
	max-width: 512px;
}
.overons-welcome-img img {
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.overons-welcome-img-top {
	height: 321px;
	margin-bottom: 15px;
}
.overons-welcome-img-btm {
	height: 171px;
}
.overons-welcome-text {
	padding-left: 30px;
}
.overons-welcome-text h2 {
	margin-bottom: 33px;
}
.overons-welcome-sec .counter-area {
	margin: 55px 0 0;
}
.overons-welcome-sec .each-counter::after {
    right: -54%;
}
.overons-welcome-sec .product-wave {
    bottom: -77%;
	left: 6%;
    width: 82%;
}
/****why-us-sec****/
.why-us-sec {
	padding: 103px 0;
	background-color: #1F1B1B;
}
.why-us-img {
	height: 662px;
	padding-left: 120px;
}
.why-us-img img {
	height: 100%;
	object-fit: cover;
	border-radius:5px;
}
.why-us-info li {
	display: flex;
	margin-bottom: 40px;
	align-items: center;
	position: relative;
}
.why-us-info li:last-child {
	margin-bottom: 0;
}
.why-us-info li:nth-child(even) {
	left: 90px;
}
.why-us-info h2 {
	color: #FFFCFC;
	line-height: 86px;
	margin-bottom: 60px;
}
.why-us-text h3 {
	color: #fff;
	line-height: 36px;
    letter-spacing: 0.48px;
	margin-bottom: 15px;
}
.why-us-text p {
	color: #fff;
}
.why-us-number {
	width: 60px;
	margin-right: 38px;
}
.why-us-number h4 {
	color: rgba(255, 255, 255, 0.13);
    font-family: 'lama_sansbold_condensed';
	font-size: 6.4rem;
	line-height: 96px;
	letter-spacing: 1.28px;
	text-transform: uppercase;
}
/****member-sec*****/
.memeber-sec {
	padding: 155px 0;
	position: relative;
	overflow: hidden;
}
.memeber-sec h2 {
	text-align: center;
	margin-bottom: 72px;
}
.member-slider {
	position: relative;
}
.each-member {
	position: relative;
	text-align: center;
	overflow: hidden;
	height: 326px;
	padding: 9px;
}
.each-member-img {
	height: 100%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 19px -4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 19px -4px rgba(0, 0, 0, 0.2);
}
.each-member-img::after {
	content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(227, 3, 46, 0.00) 0%, rgba(227, 3, 46, 0.88) 100%);
	opacity: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-member-img img {
	height: 100%;
	object-fit: cover;
}
.each-member-text {
	padding: 22px;
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-member-text h4 {
	color: #fff;
	font-family: 'lama_sanssemibold';
	margin-bottom:2px;
}
.each-member-text p {
	color: #fff;
	margin-bottom: 0;
}
.each-member:hover .each-member-img::after {
	opacity: 1;
}
.each-member:hover .each-member-text {
	bottom: 7px;
}
.memeber-sec .product-wave {
	bottom: -21%;
}
.memeber-sec .common-arrow {
	margin: 0;
	transform: translateY(-50%);
}
.memeber-sec .swiper-button-prev {
	left: -2%;
}
.memeber-sec .swiper-button-next {
	right: -2%;
}
/*=================================aanbod page start============================================*/
/***aanbod-filter-sec*****/
.aanbod-filter-sec {
	padding: 200px 0 50px;
}
/****aanbod-product-sec***/
.aanbod-product-sec {
	padding-bottom: 155px;
	position: relative;
}
.aanbod-product-sec > .container > .row {
	/* row-gap: 30px; */
	margin: 0 -20px; 
}
.aanbod-product-sec .col-lg-6 {
	padding: 0 20px;
}
/*=================================aanbod-dtl page start============================================*/
/***aanbod-dtl-bk-btn******/
.aanbod-dtl-bk-btn .col-lg-5 {
	position: relative;
	width: 39%;
}
.aanbod-dtl-bk-btn .txt-btn {
	left: 50px;
}
/***dtl-top-sec***/
.dtl-top-sec {
	padding-top: 200px;
	overflow: hidden;
	position: relative;
}
.dtl-top-sec .col-lg-7 {
	width: 61%;
}
.dtl-top-sec .col-lg-5 {
	width: 39%;
}
.dtl-top-sec .swiper-slide {
	overflow: hidden;
	border-radius: 5px;
}
.dtl-top-sec .gallery-thumbs .dtl-car-slide {
	height: 100%;
}
.dtl-top-sec .gallery-thumbs .dtl-car-slide img { 
	height: 100%;
	object-fit: cover;
}
.dtl-top-sec .gallery-top .common-arrow {
	margin: 0;
	transform: translateY(-50%);
	opacity: 0;
	pointer-events: none;
}
.dtl-top-sec .gallery-top:hover .common-arrow {
	opacity: 1;
	pointer-events: all;
}
.dtl-top-sec .product-wave {
	height: 100%;
}
.dtl-top-info {
    padding-left: 40px;
	padding-top: 56px;
}
.dtl-top-info h3 {
	line-height: 33px;
	text-transform: none;
	margin-bottom: 15px;
}
.dtl-top-info h5 {
	font-family: 'lama_sansregular';
	font-size: 1.8rem;
	line-height: 25px;
}
.dtl-top-info .product-info {
	margin-top: 35px;
	max-width: 390px;
	width: 100%;
}
.dtl-top-info .product-info table {
	max-width: 390px;
}
.dtl-top-info .product-info td {
	margin-bottom: 30px;
}
.contact-card {
	border-radius: 5px;
	border: 1px solid rgba(31, 27, 27, 0.10);
	background: #FFF;
	box-shadow: 0px 14px 14.8px 0px rgba(31, 27, 27, 0.05);
	-webkit-box-shadow: 0px 14px 14.8px 0px rgba(31, 27, 27, 0.05);
	padding: 10px 30px;
	margin-top: 10px;
}
.contact-card-left {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	align-items: center;
}
.contact-card-img {
	width: 30%;
	/*height: 120px;*/
	overflow: hidden;
}
.contact-card-img img {
	height: 100%;
	object-fit: cover;
	object-position: top;
	border-radius: 5px;
}
.contact-card-text {
	margin-top: 10px;
	width: calc(75% - 30px);
}
.contact-card-text h4 {
    font-family: 'lama_sanssemibold';
    font-size: 1.8rem;
	margin-bottom:8px;
}
.contact-card-text h6 {
	font-family: 'lama_sansregular';
    font-size: 1.6rem;
    color: #1F1B1B;
}
.contact-card-text p a {
	color: rgba(31, 27, 27, 0.45);
}
.contact-card-text p a:hover {
	color: #E3032E;
}
.contact-card-share .common-btn {
	font-size: 1.6rem;
	letter-spacing:1.6px;
	transform: rotate(90deg);
	padding: 11px 16px 11px 50px;
	right: 28px;
}
.contact-card-share .common-btn::after {
	background-image: url(../images/share.svg);
	left: 13px;
	width: 20px;
	height: 22px;
	background-size: 20px;
}
.contact-card-share .common-btn:hover::after {
	filter: invert(1);
}
/****dtl-top-btn***/
.dtl-top-btn {
	margin-top: 46px;
}
.dtl-top-btn ul {
	display: flex;
	column-gap: 25px;
}
.dtl-top-btn .common-btn {
	font-size: 1.6rem;
	letter-spacing:1.6px;
}
/*****dtl-tab-sec*****/
.dtl-tab-sec {
	padding: 150px 0;
	position: relative;
	overflow: hidden;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 75px;
	margin-bottom: 36px;
    border: 0;
	justify-content: center;
}
/****tab-part****/
ul.tabs li {
	font-family: 'lama_sansmedium';
	font-size: 1.6rem;
	margin: 0;
	word-break: break-word;
	position: relative;
	text-transform: none;
	color: rgba(31, 27, 27, 0.50);
	letter-spacing: 0.32px;
	cursor: pointer;
	padding-bottom: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
ul.tabs li::after {
	content: '';
	position: absolute;
	background-color: #E3032E;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	height:1px;
	width: 0;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
ul.tabs li:hover,
ul.tabs li.active {
	display: block;
	position: relative;
	color: #1F1B1B;
}
ul.tabs li:hover::after,
ul.tabs li.active::after {
	opacity: 1;
	width: 50%;
}
.tab_content {
	display: none;
}
.tab_drawer_heading {
	display: none;
}
/****dtl-tab-content****/
.kenmerken-tab {
	overflow: hidden;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
}
.kenmerken-tab li {
    font-family: 'lama_sansmedium';
    font-size: 1.6rem;
    line-height: normal; 
    color: #1F1B1B;
	width: 33.33%;
	padding: 17px 34px;
    display: flex;
    position: relative;
    border-right: 1px solid rgba(31, 27, 27, 0.14);
	column-gap: 20px;
}
.kenmerken-tab li:nth-last-child(1)::after,
.kenmerken-tab li:nth-last-child(2)::after,
.kenmerken-tab li:nth-last-child(3)::after {
	display: none;
}
.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: #D9D9D9;
}
.kenmerken-tab li strong {
    font-weight: 400;
	color: rgba(31, 27, 27, 0.70);
	font-family: 'lama_sansregular';
	width: 50%;
	word-break: break-all;
}
.kenmerken-tab li span {
	display: block;
	width: 50%;
	word-break: break-all;
}
.bullet-panel h4 {
    border-bottom: 1px solid #1F1B1B;
    padding-bottom: 5px;
	margin-bottom: 10px;
	font-family: 'lama_sansmedium';
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    font-family: 'lama_sansmedium';
    color: #1F1B1B;
	margin-bottom: 10px;
	font-size: 1.6rem;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 8px;
    position: absolute;
    top: 7px;
    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: #E3032E;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #E3032E;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    line-height: 30px;
    color: #1F1B1B;
	font-size: 1.6rem;
    font-family: 'lama_sansmedium';
}
.left-bg-block p {
    line-height: 30px;
    color: #fff;
	font-size: 1.6rem;
    font-family: 'lama_sansmedium';
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.dtl-tab-sec .product-wave {
    bottom: -660px;
    height: 800px;
}
/****dark-contact-sec****/
.dark-contact-sec {
	background-color: #1F1B1B;
	padding: 110px 0;
}
.dark-contact-sec .contact-form-main h2,
.dark-contact-sec .contact-form-main p {
	color: #fff;
}
.dark-contact-sec .form-style {
	border: 1px solid rgba(255, 255, 255, 0.50);
	color: rgba(255, 255, 255, 0.50);
}
.dark-contact-sec .form-style:placeholder {
	color: rgba(255, 255, 255, 0.50);
}
.dark-contact-sec .form-style:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.50);
}
.dark-contact-sec .form-style::placeholder {
	color: rgba(255, 255, 255, 0.50);
}
.dark-contact-sec .form-style:focus {
	border: 1px solid #fff;
	color: #fff;
}
.dark-contact-sec .form-style:focus::placeholder {
	color: #fff;
}
.dark-contact-sec .each-contact-info p {
	color: #fff;
}
.dark-contact-sec .each-contact-info p a {
	color: #fff;
}
.dark-contact-sec .each-contact-info p a:hover {
	color: #E3032E;
}
.dark-contact-sec .each-contact-info h4 {
	color: #fff;
}
/***related-product-sec***/
.related-product-sec {
	padding: 150px 0;
}
.related-product-sec h2 {
	text-align: center;
	margin-bottom: 50px;
	line-height: normal;
	text-transform: none;
}
.related-product-slider {
	position: relative;
}
.related-product-slider .swiper-slide {
    padding: 13px 13px 25px;
}
.related-product-sec .common-arrow {
	margin: 0;
	transform: translateY(-50%);
}
.related-product-sec .swiper-button-next {
	right: -20px;
}
.related-product-sec .swiper-button-prev {
	left: -20px;
}
/*=================================verkocht page start============================================*/
/****verkocht-heading****/
.verkocht-heading {
	padding: 170px 0 70px;
}
.verkocht-heading h2 {
	margin-bottom: 10px;
}
/****verkocht-product-sec****/
.verkocht-product-sec .col-lg-6 {
    padding: 0 35px;
}
.verkocht-product-sec .row {
    row-gap: 60px;
    margin: 0 -35px;
}
.verkocht-product-sec .each-product .row {
    row-gap: 0;
    margin: 0 -15px;
}
.verkocht-product-sec .col-lg-6 {
    padding: 0 20px;
}
.verkocht-product-sec .product-info table {
	margin-bottom: 0;
	margin-top: 20px;
}
.verkocht-product-sec .product-wave {
	bottom: auto;
    top: -140px;
}
/*=================================vacature page start============================================*/
/***vacature-list-sec****/
.vacature-list-sec .diensten-list-heading p {
	padding-left: 0;
	margin: 30px 0 25px;
}
.vacature-list-sec .product-wave {
	top: 4%;
}

.aanbod_loader{
	width: 45px;
    height: 40px;
    background: linear-gradient(#555 calc(1*100%/6),#fff 0 calc(3*100%/6),#555 0),
              linear-gradient(#555 calc(2*100%/6),#fff 0 calc(4*100%/6),#555 0),
              linear-gradient(#555 calc(3*100%/6),#fff 0 calc(5*100%/6),#555 0);
    background-size: 10px 400%;
    background-repeat: no-repeat;
    animation: matrix 1s infinite linear;
  }
  @keyframes matrix {
    0% {
      background-position: 0% 100%, 50% 100%, 100% 100%
    }
  
    100% {
      background-position: 0% 0%, 50% 0%, 100% 0%
    }
}
.load_aanbod{
	justify-content: center;
    display: flex;
    column-gap: 30px;
    align-items: center;
    color: #000000;
  }
  .klanten{
	position: relative;
    bottom: 160px;
    margin: 20px auto;
  	display: table;
  	padding: 0px 10px;
  	width:60%;
  }


/*******loader*****/
#loader_section{
	display:none;
	width:100%;
	position: fixed;
	top: 0;
	background: #000000b8;
	z-index: 9999999;
	height: 100vh;
	padding: 30vh 0px;
  }
  #loader_section p{
	color:#fff;
	font-size:18px;
	text-align: center;
  }
  #loader_section img{
	width: 100px;
	margin-bottom: 25px;
  }
  
  /*********Morgen Footer************/
  .morgeninternet-footer {
	  background: #000000;
	  width: 100%;
	  height: 50px;
	  display: block;
	  text-align: center;
	  transition: 0.3s all;
  }
  
  .morgeninternet-footer:hover {
	  background: #202020;
	  transition: 0.3s all;
  }
  
  .morgeninternet-footer > img {
	  height: 30px;
	  padding-top: 15px;
  }
  
  .cookie_div{
	  position: fixed;
	  bottom: 0;
	  z-index: 999999;
	  width: 100%;
	  padding: 0px 0;
  }
  .cookie_div{
	  color:#9c9c9c;
	  font-size: 12px;
	  /*font-family: 'Calibri';*/
	  font-family: 'arial';
  }
  .cookie_div h4{
	  margin-bottom: 15px;
	  font-size: 13pt;
	  font-family: 'Calibri';
  }
  .cookie_div a{
	  color:#38b6be;
	  font-size: 10pt;
	  font-weight:bold;
	  margin-left:8px;
	  font-family: 'Calibri';
  }
  .cookie_div button{
	  color:#3c935c;
	  background:#dbffe8;
	  font-weight: bold;
	  border: 0;
	  padding: 10px 25px;
	  margin:5px 0;
	  cursor: pointer;
	  font-size: 12px;
	  /*font-family: 'Calibri';*/
	  font-family: 'arial';
  }
  .light_theme{
	  background:rgba(255, 255, 255, 0.83);
	  -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
	  box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
  }
  .dark_theme{
	  background: rgba(0, 0, 0, 0.78);
	  -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
	  box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
  }
  .light_theme h4{
	  color:#2a2a2a;
  }
  .dark_theme h4{
	  color:#c9c9c9;
  }
  /****aanbod dtl****/
  .kenteken_np{
	  background-image: url(../images/kenteken_plaat/kenteken_plaat.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: #1c1c1c;
	  border-bottom: 1px solid #1c1c1c;
	  text-transform: uppercase;
  }
  .star_icon p img{
	  width: 15px;
	  margin-top: -3px;
	  margin-right: 5px;
  }
  .star_icon p{
	  font-family: '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;
  }
  .cursor{
	  cursor:pointer;
  }
   .form-1, .form-2 {
	  display:none;
	  margin-top: 30px !important;
	  margin: 0 auto 10px;
	  max-width: 100%;
  } 
  .contact-form-main.form-1 .common-btn, 
  .contact-form-main.form-2 .common-btn {
	margin-top: 0;
  }
  .dtl-top-btn .contact-form-main.form-1 .form-group, 
  .dtl-top-btn .contact-form-main.form-2 .form-group {
	margin-bottom: 30px;
  }
  .privacy-sec{
	  background-color: #121212;
	  padding: 11% 0;
  }
  .cpnt {
	  cursor: pointer;
  }
  .filter-clean img {
	  width: 12px;
	  margin-right: 10px;
	  margin-bottom: 2px;
  }
  
  
  .acties-left-content p {
	  color: black;
  }
  .error_top {
	  margin-top: 100px;
	  margin-bottom: 20px;
  }
  /* ************* loader End ******* */
  .dark-contact-sec .contact-left .each-contact-info{
	color: #fff;
  }
  .home-filter-sec .select-style option {
	background-color: #2C2828;
	border-color: rgba(255, 255, 255, 0.15);
	width: 100%;
	border: none;
	font-family: 'lama_sansmedium';
  }
  
  /*  new Filter  css start*/
  .aanbod-filter-sec label {
	color: #3a3838;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    z-index: 2;
	font-family: 'lama_sanssemibold';
    font-size: 1.6rem;
}
.each-filter .select-style {
    padding: 0 25px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aanbod-filter-sec .select-style {
	width: 100%;
    height: 50px;
	color: rgba(112, 112, 112, 0.80);
    font-family: 'lama_sanssemibold';
    font-size: 1.8rem;
	letter-spacing:1.8px;
    border: 1px solid rgba(112, 112, 112, 0.80);
    border-radius:5px;
    padding: 0 30px 0 16px;
    background: url(../images/filter-arrow.svg) #fff no-repeat 93% center/15px;
    appearance: none;
    line-height: 50px;
	text-transform: uppercase;
	text-overflow: ellipsis;
}
.aanbod-filter-sec .select-style {
    cursor: default;
}
.contact-card-text p {
    word-break: break-word;
}




/*  new Filter  css End*/
.each-footer-info tr td:first-child {
    padding-right: 10px;
}
.filter-main-heading h3 span {
    font-family: none;
    font-weight: bold;
    position: relative;
    top: -3px;
}
.each-contact-info span {
    font-family: none;
    font-weight: bold;
    position: relative;
    top: -3px;
}
.footer-contact h3 span {
	font-family: none;
    font-weight: bold;
    position: relative;
    top: -3px;
}
.calsty { 
	border: 0; 
	width: 100%; 
	height: 650px; 
	background: transparent; 
}
.voorraadwekker_widget_section {
    margin-bottom: 30px;
}
.car-logo-list li:nth-child(1) img{
	width: 110px;
}
.car-logo-list li:nth-child(2) img{
	width: 112px;
}
.car-logo-list li:nth-child(3)  img{
	width: 43px;
}
.car-logo-list li:nth-child(4)  img{
	width: 61.25px;
}
.car-logo-list li:nth-child(5)  img{
	width: 81.99px;
}
.car-logo-list li:nth-last-child(2) img{
	width: 77px;
}
.car-logo-list li:nth-last-child(1) img{
	width: 46.02px;
}
/* .car-logo-sec ul{
	display: inline-block;
} */


.widget-btn-area{
	bottom: 2rem;
  	left: 3rem;
  	z-index: 99;
}
.widget-btn{
	border-radius: 10px;
  	background: #E3032E;
	box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  	padding: 1.3rem 2.5rem;
  	font-size: 1.7rem;
  	font-family: 'lama_sanssemibold';
  	cursor: pointer;
  	color: #fff;
}	
.widget-btn span:after, .widget-mobile span:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	right: -.5rem;
	content: '';
	width: 1rem;
	height: 1rem;
	background: url(../images/next-white.svg) no-repeat center/ contain;
}
.widget-content{
	background: #1c1c1c;
	padding: 4.5rem;
  	-webkit-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
  	border-radius: 20px;
  	width: 51rem;
  	display: none;
}
.arw-rotate{
	margin-top: -2.5rem;
  	margin-bottom: 1rem;
  	transform: rotate(-90deg);
	cursor:pointer;
}
.widget-content h4, .widget-content h5{
	text-transform: unset;
	color: #fff;
	letter-spacing: normal;
}
.widget-content h4{
  	font-size: 2.4rem;
}
.widget-content h5{
	font-family: 'lama_sansmedium';
	font-size: 1.7rem;
	margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
	text-decoration: underline;
	color: #E3032E;
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #E3032E;
  	background: #E3032E;
	padding: 1.2rem 2rem;
	font-size: 1.7rem;
  	font-family: 'lama_sanssemibold';
	margin-right: .5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
}
.widget-content button:hover, .widget-mobile button:hover{
	background: #fff !important;
	border-color: #fff !important;
	color: #E3032E !important;
}