@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    color: #121212;
    font-family: 'Widescreen-Medium';
    font-size: 1.6rem;
	background-color: #F9FAF9;
}
html {
    font-size: 62.5%;
    /* cursor: none !important; */
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 50px !important;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/****custom-cursor*****/
.custom-cursor {
    position: fixed;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    /* background-color: rgba(209, 203, 191, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.07); */
	backdrop-filter: blur(10px);
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
	line-height: 22px;
    font-size: 1.6rem;
    opacity: 0;
	font-family: 'Widescreen-Regular';
}
.custom-cursor .cursor-text {
    display: none;
}
.cursor-hover {
	width: 96px;
    height: 96px;
    background-color: rgba(209, 203, 191, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.07);
}
/****selection****/
::-moz-selection {
    color: #121212;
    background: #D1CBBF;
}
::selection {
    color: #121212;
    background: #D1CBBF;
}
/***fix-autochat****/
.fix-autochat {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 98;
}
/*****header-area*******/
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 20px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-logo {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-logo img {
    width: 138px;
}
.header-mid {
    background-color: rgba(50, 52, 50, 0.80);
    border-radius: 100px;
    overflow: hidden;
    padding: 9px 10px 9px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    border: 2px solid transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-nav ul {
    display: flex;
    align-items: center;
    column-gap: 30px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.header-nav li {
    color: #fff;
    font-family: 'Widescreen-Regular';
    font-size: 1.6rem;
    line-height: 22px;
    letter-spacing: 0.16px;
}
.header-nav li a {
    color: #fff;
}
.header-nav li a:hover {
    color: #D1CBBF;
}
.header-contact {
    display: table;
    margin-left: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-contact p {
    color: #fff;
    margin-bottom: 8px;
}
.header-contact p:last-child {
    margin-bottom: 0;
}
.header-contact p a {
    color: #fff;
}
.header-contact p a:hover {
    color: #D1CBBF;
}
.hamburger {
    color: #fff;
    font-family: 'Widescreen-Regular';
    font-size: 1.6rem;
    line-height: 22px;
    letter-spacing: 0.16px;
    display: flex;
    align-items: center;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.21);
    padding: 10px 18px;
    gap: 11px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.hamburger:hover {
    background-color: #D0CABE;
}
.hamburger strong {
    font-weight: normal;
}
.header-area.stiky {
    background-color: transparent;
    /* backdrop-filter: blur(5px); */
}
.header-area.stiky .header-mid {
    /* backdrop-filter: blur(10px); */
    border-color: rgba(255, 255, 255, 0.21);
}
.header-area.stiky .header-logo,
.header-area.stiky .header-contact {
    opacity: 0;
    pointer-events: none;
}
/****mega-menu***/
.mega-menu {
    height: 100vh;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    padding: 40px;
    transition: all 2s;
    -webkit-transition: all 2s;
}
.mega-menu-bg {
    background-color: rgba(18, 18, 18, 0.84);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
}
.mega-menu-wrap {
    background-color: rgba(208, 202, 190, 0.65);
    backdrop-filter: blur(5px);
    padding: 18px 25px 44px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.mega-menu-top {
    margin-bottom: 24px;
}
.mega-menu-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.mega-menu-nav li {
    color: #fff;
    text-align: center;
    font-family: 'Widescreen-ExBold';
    font-size: 2.4rem;
    line-height: 3.2rem;
    letter-spacing: 0.24px;
    margin-bottom: 14px;
	-webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
	-o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
	transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    width: 45%;
    text-align: left;
}
.mega-menu-nav li:last-child {
    margin: 0;
}
.mega-menu-nav li.mega-nav-active {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
	animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
    -webkit-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	-o-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	animation-delay: calc(0.1s * attr(data-animation-offset number 1));
}
.mega-menu-mobile {
    display: none;
}
@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
}
.mega-menu-nav li.mega-nav-reverse {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
	animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
    -webkit-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	-o-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	animation-delay: calc(0.1s * attr(data-animation-offset number 1));
}
@keyframes fadeInDown {
    0% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}
.mega-menu-nav {
    overflow-y: auto;
    height: 272px;
}
.mega-menu-nav::-webkit-scrollbar {
	background-color: rgba(255, 255, 255, 0.3);
	width: 10px;
}
.mega-menu-nav::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, 0.5);
}
.mega-menu-nav li:last-child {
    margin-bottom: 0;
}
.mega-menu-nav li a {
    color: #fff;
    /* border: 1px solid transparent; */
    border: 0;
    display: inline-block;
    border-radius: 20px;
    line-height: 32px;
    letter-spacing: 0.24px;
    padding: 1px 0;
}
.mega-menu-nav li a:hover {
    color: #323432;
    border: 0;
    padding-left: 30px;
}
.menu-img {
    height: 100%;
}
.menu-img img {
    height: 100%;
    object-fit: cover;
}
.mega-menu-close {
    color: #fff;
    font-family: 'Widescreen-Regular';
    font-size: 1.6rem;
    line-height: 22px;
    letter-spacing: 0.16px;
    display: flex;
    align-items: center;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.21);
    padding: 10px 18px;
    gap: 11px;
    max-width: 111px;
    margin-left: auto;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mega-menu-close:hover {
    background-color: #323432;
    border-color: #323432;
}
.mega-menu-close strong {
    font-weight: normal;
}
.mega-menu-cursor {
    background-color: rgba(255, 255, 255, 0.3);
}
.mega-menu.mega-menu-active {
    opacity: 1;
    pointer-events: all;
}
.mega-menu-logo img {
    width: 93px;
    margin-bottom: 40px;
}
/********banner-sec*********/
.banner-sec {
	/* position: sticky;
    top: 0;
    left: 0;
    width: 100%; */
    height: 100vh;
}
/* .banner-sec::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
    background: linear-gradient(0deg, rgba(7, 10, 24, 0.65) 0%, rgba(7, 10, 24, 0.65) 100%);
	z-index: 1;
} */
.banner-content {
	position: absolute;
	bottom: 155px;
	left: 0;
	z-index: 2;
	width: 100%;
}
.banner-content h1 {
    margin-bottom: 40px;
    opacity: 0;
    transform-origin: bottom; 
    transform: scaleY(0);
}
.banner-content .common-btn {
    margin-right: 22px;
}
.banner-content-wrap {
	max-width: 1075px;
	width: 100%;
}
.banner-video,.each-banner {
	height: 100%;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-slider .swiper {
    height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
/***counter-sec*****/
.counter-sec {
    background-color: #323432;
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}
.counter-wrap {
    display: flex;
}
.each-counter {
    padding: 48px 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.26);
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    flex-grow: 1;
    flex-basis: 0;
}
.counter-sec .each-counter:last-child {
    border-right: 0;
}
.each-counter h3 {
    font-family: 'Widescreen-ExBold';
    color: #fff;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}
.each-counter h4 {
    color: #fff;
    letter-spacing: 0.24px;
    font-size: 2.4rem;
    font-family: 'Widescreen-ExRegular';
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}
.each-counter:hover {
    background-color: #D1CBBF;
    border-color: #D1CBBF;
    flex-grow: 1.1;
}
.each-counter:hover h3,
.each-counter:hover h4 {
    color: #323432;
}
/***product-sec******/
.product-sec {
    padding: 140px 0 25px;
    position: relative;
    overflow-x: hidden;
    background-color: #F9FAF9;
}
.product-slider {
    position: relative;
}
.product-slider::after {
    content: "";
    height: 100%;
    right: 0;
    width: 18%;
    top: 0;
    position: absolute;
    background: linear-gradient(270deg, #F9FAF9 0%, rgba(249, 250, 249, 0.84) 52.19%, rgba(249, 250, 249, 0.00) 100%);
    z-index: 1;
}
.product-heading {
    max-width: 630px;
    width: 100%;
    margin: 0 0 110px 0;
}
.product-heading h2 {
    margin-bottom: 20px;
}
.product-heading p {
    margin-bottom: 20px;
}
.product-mark {
    position: absolute;
    left: 0;
    top: 0;
    width: 79%;
    pointer-events: none;
}
.product-mark img {
    height: 100%;
    object-fit: cover;
}
.product-sec .swiper-slide {
    padding: 15px;
}
.each-product {
    background-color: #FAFCFF;
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.03));
}
.product-model h4 {
    font-size: 2.4rem;
    line-height: normal;
    font-family: 'Widescreen-ExSemiBold';
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-model h6 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-text {
    padding: 15px 31px;
}
.product-info {
    margin-bottom: 30px;
}
.product-price h5 {
    margin-bottom: 6px;
}
.product-price h5 span {
    color: rgba(18, 18, 18, 0.52);
    font-family: 'Widescreen-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.16px;
}
.product-text table {
    width: 100%;
}
.product-text td {
    color: #121212;
    font-size: 1.8rem;
    font-family: 'Widescreen-Regular';
    line-height: 24px;
    letter-spacing: 0.18px;
    border-right: 1px solid rgba(18, 18, 18, 0.44);
}
.product-text td:last-child {
    border-right: 0;
}
.product-text td strong {
    font-weight: normal;
    color: rgba(18, 18, 18, 0.56);
    display: block;
}
.product-text td span {
    display: table;
    margin: 0 auto;
}
.product-text td:last-child span {
    margin-right: 0;
}
.product-text td:first-child span {
    margin-left: 0;
}
/*****werkplaats-sec******/
.werkplaats-sec {
    background-color: #323432;
    padding-top: 96px;
    position: relative;
    overflow-x: clip;
}
.werkplaats-heading {
    margin-bottom: 112px;
    position: relative;
    z-index: 1;
}
.werkplaats-heading h2 {
    color: #fff;
}
.each-werkplaats {
    background-color: #D1CBBF;
    padding: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    height: 100%;
    text-align: center;
}
.each-werkplaats h3 {
    color: #fff;
    line-height: 44px;
    font-size: 2.6rem;
    letter-spacing: normal;
}
.werkplaats-slider {
    position: relative;
    width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.werkplaats-slider .swiper-slide {
    height: auto;
}
.werkplaats-slider::after,
.werkplaats-slider::before {
    content: "";
    height: 100%;
    left: 0;
    width: 30%;
    top: 0;
    position: absolute;
    background: linear-gradient(269deg, rgba(50, 52, 50, 0.00) 0.45%, #323432 99.55%);
    z-index: 1;
}
.werkplaats-slider::before {
    left: auto;
    right: 0;
    background: linear-gradient(90deg, rgba(50, 52, 50, 0.00) 0.45%, #323432 99.55%);
    z-index: 2;
}
.werkplaats-mark {
    position: absolute;
    top: 0;
    right: 0;
    width: 61%;
    pointer-events: none;
}
.werkplaats-mark img {
    height: 100%;
    object-fit: cover;
}
.custom-cursor2 {
    border: 1px solid #DEDCD7;
    border-color: #E0DED9;
    color: #121212;
    backdrop-filter: blur(10px);
}
.werkplaats-heading .col-md-6{
    width: 100%;
    text-align: center;
}
/******service-sec******/
.service-sec {
    position: relative;
    background-color: #323432;
    padding: 112px 0 0;
    overflow: hidden;
}
.service-mark {
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
    pointer-events: none;
}
.service-mark img {
    height: 100%;
    object-fit: cover;
}
.service-heading {
    max-width: 724px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.service-heading h2 {
    color: #fff;
    margin-bottom: 35px;
}
.service-heading p {
    color: #fff;
    margin-bottom: 35px;
}
.each-service {
    position: relative;
}
.each-service::after {
    content: "";
    height: 1px;
	width:100vw;
	margin-left:-50vw;
	left:50%;
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.29);
}
.each-service h3 {
    color: #fff;
}
.each-service p {
    color: #fff;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-img {
    max-width: 380px;
    width: 100%;
    margin-left: auto;
    /* opacity: 0; */
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: hidden;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: scale(0);
}
.each-service:hover .each-service-img img {
    transform: scale(1);
}
.service-main .each-service:last-child:after {
    display: none;
}
/******about-sec******/
.about-sec {
    position: relative;
    padding: 113px 0 60px;
    background-color: #F9FAF9;
}
.about-wrap {
    position: relative;
    z-index: 2;
}
.about-mark {
    position: absolute;
    right: 0;
    top: 0;
    width: 48%;
    pointer-events: none;
}
.about-mark img {
    height: 100%;
    object-fit: cover;
}
.about-heading h2 {
    margin-bottom: 43px;
    margin-top: 30px;
}
.about-para {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.about-img {
    padding: 0 60px;
    position: relative;
}
.about-year {
    width: 146px;
    height: 146px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #D1CBBF;
    overflow: hidden;
    position: absolute;
    bottom: -65px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px;
}
.about-year h5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Widescreen-ExBold';
    font-size: 2rem;
    line-height: 44px;
}
/* @keyframes rotating {
	from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
	}
	to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
	}
} */
.rotating {
	-webkit-animation: rotating 10s linear infinite;
	-moz-animation: rotating 10s linear infinite;
	-ms-animation: rotating 10s linear infinite;
	-o-animation: rotating 10s linear infinite;
	animation: rotating 10s linear infinite;
}
/*****usp-sec******/
.usp-sec {
    padding: 100px 0 70px;
    background-color: #F9FAF9;
    position: relative;
    z-index: 1;
}
.each-usp-img {
    width: 60px;
    margin-right: 25px;
}
.usp-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.each-usp {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 25%;
    border-right: 1px solid rgba(18, 18, 18, 0.44);
    padding: 0 30px;
}
.each-usp h4 {
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 0.24px;
    width: calc(100% - 85px);
}
.each-usp:last-child {
    border-right: 0;
}
/****contact-card-sec*****/
.contact-card-sec {
    background-color: #F9FAF9;
    position: relative;
    z-index: 1;
}
.contact-card-wrap {
    padding: 50px 115px;
    background-color: #323432;
}
.contact-card-info {
    display: flex;
    column-gap: 37px;
    flex-wrap: wrap;
    align-items: center;
}
.contact-card-info-img {
    border-radius: 100%;
    width: 130px;
    height: 130px;
    overflow: hidden;
}
.contact-card-info-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.contact-card-info-text {
    width: calc(100% - 167px);
    padding-right: 75px;
}
.contact-card-info-text h4 {
    color: #fff;
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 0.24px;
    font-family: 'Widescreen-ExRegular';
}
.each-contact-card-reach {
    margin-bottom: 15px;
}
.each-contact-card-reach:last-child {
    margin-bottom: 0;
}
.contact-card-reach h6 {
    color: #fff;
    font-family: 'Widescreen-Medium';
}
.contact-card-reach p {
    color: rgba(255, 255, 255, 0.61);
    margin-bottom: 0;
}
.contact-card-reach p a {
    color: rgba(255, 255, 255, 0.61);
}
.contact-card-reach p a:hover {
    color: #D1CBBF;
}
.contact-card-reach {
    margin-left: auto;
    position: relative;
    max-width: 366px;
}
.contact-card-reach::after {
    content: "";
    height: 90%;
    background-color: rgba(255, 255, 255, 0.25);
    width: 1px;
    left: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}
.contact-card-reach-wrap {
    display: table;
    margin-left: auto;
}
/*****social-media-sec****/
.social-media-sec {
    padding-top: 119px;
    overflow-x: hidden;
    position: relative;
    background-color: #F9FAF9;
}
.social-media-sec::after {
    content: "";
    height: 20%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #323432;
}
.social-media-heading {
    margin-bottom: 103px;
}
.social-media-heading ul {
    padding: 0;
    margin: 24px 0 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 38px;
}
.social-media-gallery {
    width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.each-media-gallery {
    height: 100%;
    overflow: hidden;
}
.each-media-gallery img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-media-gallery:hover img {
    transform: scale(1.1)
}
.social-media-gallery .swiper-slide {
    height: auto;
}
.social-media-gallery .swiper-slide:nth-child(odd) .each-media-gallery {
    height: calc(100% - 23%);
}
/*****footer-area*****/
.footer-area {
    background-color: #323432;
    position: relative;
    padding-top: 140px;
    overflow-x: hidden;
}
.footer-mark {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    height: 46%;
}
.footer-mark img {
    height: 100%;
    object-fit: cover;
}
.footer-welcome {
    max-width: 390px;
    width: 100%;
}
.footer-welcome h4,
.footer-welcome h3 {
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Widescreen-ExMedium';
}
.footer-welcome p {
    color: #fff;
}
.footer-info {
    padding-left: 50px;
    /* padding-top: 10px; */
}
.each-footer-info h4 {
    color: #fff;
    margin-bottom: 16px;
}
.each-footer-info p {
    color: #fff;
    margin-bottom: 0;
}
.each-footer-info p a {
    color: #fff;
}
.each-footer-info p a:hover {
    color: #D1CBBF;
}
.each-footer-info td {
    color: #fff;
}
.each-footer-info td:nth-child(odd) {
    padding-right: 10px;
}
.footer-btm {
    padding: 50px 0 70px;
}
.footer-logo img {
    width: 222px;
}
.footer-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    column-gap: 18px;
    align-items: center;
    justify-content: center;
}
.footer-social li a img:hover {
    filter: brightness(20);
}
.footer-privacy {
    position: relative;
    padding: 28px 0;
}
.footer-privacy::after {
    content: "";
    height: 100%;
    position: absolute;
    bottom: 0;
    background-color: #424542;
    width:100vw;
	margin-left:-50vw;
	left:50%;
    z-index: 1;
}
.footer-privacy p {
    margin-bottom: 0;
    letter-spacing: 1.6px;
    font-family: 'Widescreen-Regular';
    color: rgba(255, 255, 255, 0.50);
    position: relative;
    z-index: 2;
}
.footer-privacy p a {
    color: rgba(255, 255, 255, 0.50);
}
.footer-privacy p a:hover {
    color: #fff;
}
/*===========================popup start===============================*/
.modal-area .modal-dialog {
    max-width: 52%;
    margin: 8% auto 0;
}
.modal-area .modal {
    background: rgba(50, 52, 50, 0.50);
    backdrop-filter: blur(7.5px);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-content-wrap {
    border-radius: 5px;
    overflow: hidden;
}
.modal-content .col-lg-5 {
    width: 35%;
}
.modal-content .col-lg-7 {
    width: 65%;
}
.modal-area .popup-content h3 {
    font-family: 'Widescreen-ExBold';
    font-size: 2.6rem;
    line-height: 42px;
    letter-spacing: 0.64px;
    margin-top: 25px;
}
.modal-area .popup-content ul {
    padding-left: 0;
    list-style: none;
    margin: 25px 0;
}
.modal-area .popup-content li {
    position: relative;
    margin-bottom: 14px;
    padding-left: 17px;
}
.modal-area .popup-content li:last-child {
    margin-bottom: 0;
}
.modal-area .popup-content li::after {
    background-size: 5px;
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    width: 5px;
    height: 5px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.modal-area .popup-content {
    padding: 54px 86px 54px 45px;
    background-color: #fff;
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 1;
	height: 60px;
	width: 60px;
	background-color: #1F1B1B;
	display: flex;
	align-items: center;
	justify-content: center;
    border-radius: 100%;
}
.close-img img {
	width: 20px;
}
/*===========================diensten-list page start==============================*/
/*****inner-banner-sec******/
.inner-banner-sec {
    position: relative;
    height: 550px;
}
/* .inner-banner-sec::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(7, 10, 24, 0.65) 0%, rgba(7, 10, 24, 0.65) 100%);
    z-index: 1;
} */
.inner-banner-text {
    position: absolute;
    left: 0;
    bottom: 110px;
    width: 100%;
    z-index: 2;
}
/****diensten-list-sec****/
.diensten-list-sec {
    padding-top: 110px;
    overflow-x: clip;
}
.diensten-list-heading {
    max-width: 724px;
    margin: 0 auto 130px;
}
.diensten-list-heading h2 {
    margin-bottom: 22px;
}
.each-diensten-list {
    padding: 60px 0;
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.each-diensten-list::after {
    content: "";
    height: 1px;
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
    background-color: rgba(18, 18, 18, 0.20);
}
.each-diensten-list:first-child {
    padding-top: 0;
}
.each-diensten-list:last-child {
    padding-bottom: 0;
}
.each-diensten-list:last-child::after {
    display: none;
}
.each-diensten-list p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.each-diensten-para {
    padding-left: 13%;
}
.each-diensten-img  {
    max-width: 554px;
    width: 100%;
    margin: 0 auto;
    transform: scale(0.8);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diensten-list:hover .each-diensten-img {
    transform: scale(1);
}
.each-diensten-list-mark {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    width: 42%;
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diensten-list:hover .each-diensten-list-mark {
    opacity: 1;
}
/*===========================diensten-dtl page start==============================*/
/****inner-header****/
.inner-header {
    background-color: #323432;
}
/* .inner-header .header-mid {
    background-color: #D1CBBF;
}
.inner-header .header-contact p a:hover {
    color: #323432;
}
.inner-header.stiky .header-mid {
    background-color: rgba(50, 52, 50, 0.80);;
}
.inner-header.stiky .header-nav li a:hover {
    color: #D1CBBF;
}
.inner-header .header-nav li a:hover {
    color: #323432;
}
.inner-header .header-contact a:hover {
    color: #D1CBBF;
} */
/*****bk-btn-sec***/
.bk-btn-sec {
    padding: 57px 0;
}
.bk-btn strong {
    position: relative;
    padding-left: 25px;
}
.bk-btn strong::after {
    content: "";
    height: 16px;
    width: 16px;
    background-image: url(../images/bk-btn-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px;
    position: absolute;
    left: 0;
    top: 2px;
}
/****diensten-dtl-desc-sec*****/
.diensten-dtl-desc-text {
    max-width: 780px;
    margin-left: auto;
    padding-left: 40px;
}
.diensten-dtl-desc-text h2 {
    margin-bottom: 24px;
}
.diensten-dtl-desc-text ul {
    padding-left: 6px;
}
.diensten-dtl-desc-text li {
    padding-left: 6px;
}
.diensten-dtl-desc-text li::marker {
    content: "-";
}
.diensten-dtl-desc-text p strong {
    font-family: 'Widescreen-ExBold';
    font-weight: normal;
}
.diensten-dtl-desc-text p a {
    text-decoration: underline;
}
/*****diensten-dtl-info-sec*****/
.diensten-dtl-info-sec {
    padding: 130px 0;
}
.diensten-dtl-info-sec h2 {
    text-align: center;
    margin-bottom: 90px;
}
.diensten-dtl-info-main table {
    width: 100%;
}
.diensten-dtl-info-main tr {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 50px;
    justify-content: center;
}
.diensten-dtl-info-main td {
    padding: 60px 21px 30px;
    border: 1px solid rgba(18, 18, 18, 0.60);
    width: 31.2%;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diensten-dtl-info-main td h4 {
    margin-bottom: 28px;
}
.diensten-dtl-info-main td p {
    margin-bottom: 0;
}
.diensten-dtl-info-main td h3 strong {
    padding: 0 24px;
    font-weight: normal;
}
.diensten-dtl-info-main td h3 {
    position: absolute;
    top: -30px;
    left: 75px;
    background-color: #F9FAF9;
}
.diensten-dtl-info-main td:hover {
    border-color: transparent;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
.diensten-dtl-desc-sec{
	margin-bottom: 57px;
}
/****form-sec*****/
.form-sec {
    padding: 113px 0;
    position: relative;
}
/* .form-sec::after {
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, #323432 0%, rgba(50, 52, 50, 0.80) 100%);
    position: absolute;
    top: 0;
    left: 0;
} */
.form-sec .container {
    position: relative;
    z-index: 2;
}
.form-left {
    padding-right: 90px;
}
.form-left h2 {
    color: #fff;
    margin-bottom: 20px;
}
.form-left p {
    color: #fff;
}
.form-left .footer-info {
    padding: 86px 0 0 0;
}
.form-left .footer-info .row {
    row-gap: 100px;
}
.form-wrap {
    max-width: 664px;
    width: 100%;
    margin-left: auto;
}
.form-group {
	margin-bottom: 30px;
}
.form-style {
	resize: none;
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 10px;
    font-family: 'Widescreen-Medium';
    color: rgba(255, 255, 255, 1);
    font-size: 1.6rem;
    padding: 19px 21px;
	background-color: transparent;
}
.form-style:placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.form-style:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.form-style::placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.form-style:focus {
    box-shadow: none;
	border-color: #fff;
    color: #fff;
    background-color: transparent;
}
.form-style:focus::placeholder {
    color: rgba(255, 255, 255, 1);
}
.form-wrap textarea.form-style {
    height: 123px;
}
.form-mark {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 70%;
    pointer-events: none;
}
.form-mark img {
    height: 100%;
    object-fit: cover;
}
/*****related-service-sec*******/
.related-service-sec {
    padding-top: 130px;
}
.related-service-sec h2 {
    margin-bottom: 80px;
}
.each-related-service-text {
    margin-top: 15px;
}
.each-related-service-img {
    overflow: hidden;
}
.each-related-service-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-related-service:hover img {
    transform: scale(1.1);
}
/*===========================contact page start==============================*/
.map-sec {
    height: 550px;
}
.map-sec::after {
    display: none;
}
.map-sec .inner-banner-text {
    pointer-events: none;
}
/*****contact-form-sec*******/
.contact-form-sec::after {
    display: none;
}
.contact-form-sec .form-mark {
    bottom: 0;
    left: 0;
    width: 52%;
}
.contact-form-sec .form-left h2,
.contact-form-sec .form-left p,
.contact-form-sec .each-footer-info h4,
.contact-form-sec .each-footer-info p a,
.contact-form-sec .each-footer-info td {
    color: #121212;
}
.contact-form-sec .each-footer-info p a:hover {
    color: #D1CBBF;
}
.contact-form-sec .form-style {
    border-color: rgba(35, 35, 35, 0.30);
    color: #121212;
	background-color: rgba(255, 255, 255, 0.85);
}
.contact-form-sec .form-style:placeholder {
	color: rgba(18, 18, 18, 0.50);
}
.contact-form-sec .form-style:-ms-input-placeholder {
	color: rgba(18, 18, 18, 0.50);
}
.contact-form-sec .form-style::placeholder {
	color: rgba(18, 18, 18, 0.50);
}
.contact-form-sec .form-style:focus {
	border-color: #121212;
    color: #121212;
    background-color: rgba(255, 255, 255, 0.85);
}
.contact-form-sec .form-style:focus::placeholder {
    color: #121212;
}
/*===========================vacature-dtl page start==============================*/
.vacature-dtl-info-sec {
    padding-top: 80px;
}
.vacature-dtl-info-wrap {
    border-top: 1px solid rgba(0, 0, 0, 0.20);
}
.vacature-dtl-info-sec table {
    width: 100%;
}
.vacature-dtl-info-sec tbody {
    display: flex;
    flex-wrap: wrap;
}
.vacature-dtl-info-sec tr {
    padding: 37px 0 74px;
    width: 50%;
    display: block;
}
.vacature-dtl-info-sec td {
    max-width: 523px;
    display: block;
}
.vacature-dtl-info-sec tr:nth-child(odd) {
    border-right: 1px solid rgba(0, 0, 0, 0.20);
    padding-right: 40px;
}
.vacature-dtl-info-sec tr:nth-child(even) td {
    margin-left: auto;
}
.vacature-dtl-info-sec tr:nth-child(even) {
    padding-left: 40px;
}
.vacature-dtl-info-sec td h4 {
    margin-bottom: 19px;
}
/*===========================overons-welcome page start==============================*/
/****overons-welcome-sec****/
.overons-welcome-sec {
    padding-top: 100px;
    position: relative;
}
.overons-welcome-img {
    position: relative;
}
.overons-welcome-text {
    padding-right: 29%;
    padding-top: 60px;
}
.overons-welcome-text h2 {
    margin-bottom: 40px;
}
.overons-welcome-sec .about-year {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    left: -75px;
    right: auto;
}
.overons-welcome-mark {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none;
}
.overons-welcome-mark img {
    height: 100%;
    object-fit: cover;
}
/****overons-info-sec*****/
.overons-info-sec {
    padding: 100px 0 130px;
    background-color: #323432;
}
.overons-info-text ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.overons-info-text li {
    position: relative;
    margin-bottom: 28px;
    padding-left: 50px;
    opacity: 0.35;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.overons-info-text li:last-child {
    margin-bottom: 0;
}
.overons-info-text li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 21px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 100%;
}
.overons-info-text li h4 {
    color: #fff;
    line-height: 56px;
}
.overons-info-text li p {
    color: #fff;
}
.overons-info-text li:hover {
    opacity: 1;
}
.overons-info-img {
    padding-right: 85px;
}
/*****member-sec*****/
.member-sec {
    position: relative;
}
.member-sec::after {
    content: "";
    height: 54%;
    width: 100%;
    background-color: #323432;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.member-sec h2 {
    margin-bottom: 60px;
    text-align: center;
    color: #fff;
}
.each-member-text h4 {
    color: #323432;
    font-family: 'Widescreen-ExRegular';
    font-size: 2.4rem;
    line-height: 34px; 
    letter-spacing: 0.24px;
    margin-bottom: 5px;
}
.each-member-text h6 {
    color: #323432;
}
.each-member-img {
    background-color: #D9D9D9;
    margin-bottom: 20px;
}
.each-member-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
/*===========================bedankt page start==============================*/
.bedankt-banner-sec {
    position: relative;
}
.bedankt-banner-sec .banner-content p {
    color: #fff;
    margin-bottom: 60px;
    max-width: 728px;
}
/*===========================aanbod page start==============================*/
/****aanbod-product-sec****/
.aanbod-product-sec {
    padding-bottom: 30px;
}
.aanbod-product-sec .aanbod-product-row {
    margin: 0 -45px;
    row-gap: 65px;
}
.aanbod-product-sec .col-lg-6 {
    padding: 0 45px;
}
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 70px 0 100px;
}
.aanbod-filter-sec h2 {
    margin-bottom: 60px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
.filter-reset a {
	font-size: 1.6rem;
    font-family: 'Widescreen-Regular';
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #D1CBBF;
}
.select-style {
	width: 100%;
    height: 48px;
    color: #323432;
    font-family: 'Widescreen-Regular';
    font-size: 1.8rem;
	background-color: #F9FAF9;
    border: 1px solid #323432;
    border-radius: 100px;
    padding: 0 30px 0 25px;
    background: url(../images/filter-arrow.svg)  no-repeat 91% center/10px;
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    cursor: default;
}
.select-style.show {
    border-radius: 10px 10px 0 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
    font-family: 'Widescreen-Regular';
	background-color: #F9FAF9;
}
.filter-content {
    display: none;
    background-color:#F9FAF9;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #121212;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #121212;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'Widescreen-Regular';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #F9F8F6;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #121212;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #121212;
    border-color: #121212;
}
.auto-overview-tag {
    margin-right: 5px;
	margin-bottom: 10px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #121212;
    border-radius: 20px;
    background-color:#D1CBBF;
    font-family: 'Widescreen-Regular';
    font-size: 1.6rem;
    border: 1px solid #D1CBBF;
}
.cross-btn {
    width: 9px;
    filter: brightness(0);
}
.auto-overview-tag:hover {
	background-color: transparent;
}
.aanbod-filter {
	margin-bottom: 18px;
	width: 20%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 97px;
    background-color: #e5e1d8;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 17px 0 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.mobile-show-filter .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #F9F8F6;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #121212;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #121212;
	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 {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #F9FAF9;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #F9F8F6;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #121212;
}
.mobile-filter-close span img {
	width: 9px;
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	padding: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records strong {
    position: relative;
    z-index: 1;
    font-weight: normal;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'lama_sansmedium';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
	width: 200px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
/*===========================aanbod-dtl page start==============================*/
/****dtl-top-slider*****/
.dtl-top-slider {
    overflow-x: hidden;
}
.dtl-top-slider-wrap {
    /* margin: 0 -33%; */
    margin: 0 -11% 0 -53%;
}
/****aanbod-dtl-desc-sec*****/
.aanbod-dtl-desc-sec {
    padding: 40px 0;
    background-color: #323432;
}
.aanbod-dtl-desc-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.aanbod-dtl-car-info td {
    font-family: 'Widescreen-Regular';
    color: #FFFDFD;
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: 0.18px;
}
.aanbod-dtl-car-info td strong {
    font-weight: normal;
    color: rgba(255, 255, 255, 0.56);
    display: block;
}
.aanbod-dtl-car-model h3 {
    color: #fff;
    font-size: 2.6rem;
    line-height: normal;
}
.aanbod-dtl-car-model h6 {
    color: rgba(255, 255, 255, 0.52);
}
.aanbod-dtl-car-price h4 {
    color: #fff;
    font-size: 2.4rem;
}
.aanbod-dtl-car-price h5 {
    color: rgba(255, 255, 255, 0.52);
    font-family: 'Widescreen-Medium';
    margin-top: 10px;
}
.aanbod-dtl-car-info table {
    width: 100%;
}
.aanbod-dtl-car-info td {
    border-right: 1px solid rgba(255, 255, 255, 0.44);
}
.aanbod-dtl-car-info td span {
    display: table;
    margin: 0 auto;
    padding: 0 10px;
}
.aanbod-dtl-car-info td:last-child {
    border-right: 0;
}
.aanbod-dtl-desc-share h4 {
    color: #fff;
}
.share-btn-mob {
    display: none;
}
.aanbod-dtl-desc-btn ul {
    list-style: none;
    display: flex;
    column-gap: 30px;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.aanbod-dtl-desc-btn .fill-btn:before,
.aanbod-dtl-desc-btn .fill-btn::after {
    background-color: #F0F5FE;
}
.share-social-media-button .a2a_dd {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: end !important;
    flex-direction: row-reverse !important;
    gap: 10px !important;
    padding: 0 !important;
    font-size: 2.4rem !important;
    letter-spacing: 0.24px !important;
    border: 0 !important;

}
/****dtl-tab-sec*****/
.dtl-tab-sec {
    position: relative;
    padding: 100px 0 110px;
}
.dtl-tab-mark {
    position: absolute;
    right: 0;
    top: 0;
    width: 48%;
    z-index: -1;
    pointer-events: none;
}
.dtl-tab-mark img {
    height: 100%;
    object-fit: cover;
}
/* .dtl-tab-wrap {
    max-width: 690px;
    width: 100%;
} */
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 50px;
    row-gap: 20px;
	margin-bottom: 60px;
    border: 0;
}
.dtl-tab-sec .col-xl-7 {
    width: 73%;
}
.dtl-tab-sec .col-xl-5 {
    width: 27%;
}
/****tab-part****/
ul.tabs li {
    font-family: 'Widescreen-ExSemiBold';
	font-size: 1.6rem;
	margin: 0;
	word-break: break-word;
	text-transform: none;
	color: rgba(0, 0, 0, 0.60);
	letter-spacing: 0.32px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
ul.tabs li:hover,
ul.tabs li.active {
	display: block;
	position: relative;
	color: #000;
    font-family: 'Widescreen-ExBold';
}
.tab_content {
	display: none;
}
.tab_drawer_heading {
	display: none;
}
/****dtl-tab-content****/
.kenmerken-tab {
	overflow: hidden;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    margin: 0;
    position: relative;
}
.kenmerken-tab ul::after {
    content: "";
    height: 100%;
    /*width: 1px;*/
    background-color: rgba(35, 35, 35, 0.14);
    position: absolute;
    top: 0;
    left: 43%;
}
.kenmerken-tab li {
    font-family: 'Widescreen-Medium';
    font-size: 1.6rem;
    line-height: 30px; 
    color: rgba(35, 35, 35, 0.60);
	width: 100%;
	padding: 10px 30px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
   /* border-bottom: 1px solid rgba(35, 35, 35, 0.14);*/
}
.kenmerken-tab li:last-child {
    border: 0;
}
.kenmerken-tab li strong {
    font-weight: normal;
	color: #232323;
	width: 43%;
	/* word-break: break-all; */
    padding-right: 30px;
}
.kenmerken-tab li span {
	display: block;
	width: 57%;
	word-break: break-all;
    padding-left: 20px !important;
}
.bullet-panel h5 {
    border-bottom: 1px solid #232323;
    padding-bottom: 5px;
	margin-bottom: 10px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.tab_hedaing {
    border-bottom: 1px solid #232323;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.6rem;
    position: relative;
    color: #232323;
	margin-bottom: 10px;
	font-size: 1.6rem;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.8rem;
    position: absolute;
    top: 0.7rem;
    left: 0;
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D0CABE;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #D0CABE;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block p {
    line-height: 30px;
    color: #fff;
	font-size: 1.6rem;
    margin-bottom: 0;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls p {
    font-size: 1.5rem;
    margin-top: 10px;
}
.contact-box {
    background: linear-gradient(0deg, #D1CBBF 0%, #D1CBBF 100%);
    max-width: 418px;
    width: 100%;
    margin-left: auto;
    /* padding: 30px 44px 44px; */
    padding: 30px;
    overflow-x: hidden;
    position: sticky;
    top: 130px;
}
.contact-box-man {
    display: flex;
    column-gap: 18px;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.contact-box-man::after {
    content: "";
    height: 1px;
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position:absolute;
    background-color: rgba(35, 35, 35, 0.14);
    bottom: 0;
}
.contact-box-man-img {
    height: 74px;
    width: 74px;
    border-radius: 100%;
    overflow: hidden;
}
.contact-box-man-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.contact-box-man-text h4 {
    color: #323432;
    line-height: 37px;
    font-size: 2.4rem;
    margin-bottom: 5px;
}
.contact-box-man-text h6 {
    color: rgba(50, 52, 50, 0.65);
    font-family: 'Widescreen-ExSemiBold';
}
.contact-box-reach tr {
    margin-bottom: 10px;
}
.contact-box-reach tr:last-child {
    margin-bottom: 0;
}
.contact-box-reach td {
    color: #323432;
    font-size: 1.6rem;
    font-family: 'Widescreen-Medium';
    line-height: 30px;
    vertical-align: top;
}
.contact-box-reach td:nth-child(odd) {
    color: rgba(50, 52, 50, 0.65);
    padding-right: 20px;
}
.contact-box-reach p {
    color: #323432;
    line-height: 30px;
}
.contact-box-reach a:hover {
    color: rgba(50, 52, 50, 0.65);
}
/***related-product-sec***/
.related-product-sec { 
    overflow-x: hidden;
    padding-bottom: 0;
}
.related-product-sec h2 {
    margin-bottom: 74px;
}
/*===========================verkocht page start==============================*/
.verkocht-heading {
    padding-bottom: 70px;
}
.verkocht-heading h2 {
    margin-bottom: 0;
}
.cal-div iframe {
    width: 100%;
    height: 795px;
}
/*****privacy*******/
.privacy_section {
    padding: 60px 0;
}
.map-main {
    height: 100%;
}
.form-style.photo_upload {
    color: rgba(255, 255, 255, 0.5);
}

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


/****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;
    border-bottom: 1px solid #323232;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    /* font-family: 'NunitoSansRegular'; */
    font-size: 16px;
   /* color: black;*/
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}


.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#555 calc(1*100%/6),#fff 0 calc(3*100%/6),#555 0),
              linear-gradient(#555 calc(2*100%/6),#fff 0 calc(4*100%/6),#555 0),
              linear-gradient(#555 calc(3*100%/6),#fff 0 calc(5*100%/6),#555 0);
    background-size: 10px 400%;
    background-repeat: no-repeat;
    animation: matrix 1s infinite linear;
  }
  @keyframes matrix {
    0% {
      background-position: 0% 100%, 50% 100%, 100% 100%
    }
  
    100% {
      background-position: 0% 0%, 50% 0%, 100% 0%
    }
  }
  .load_aanbod{
    justify-content: center;
    display: flex;
    column-gap: 3rem;
    align-items: center;
    color: #fff;
  }



/*@media (max-width: 767.98px) {
      #mobile-contact-bar {
        box-sizing: border-box;
        opacity: 1;
        position: fixed;
        width: 100%;
        z-index: 9998;
        left: 0;
        bottom: 0;
        display: block !important;
    }
      #mobile-contact-bar-outer {
        background-color: #000000;
        box-sizing: border-box;
        height: 45px;
        overflow: hidden;
        width: 100%;
    }
    #mobile-contact-bar img {
        width: 20px;
    }
    #mobile-contact-bar ul li {
        box-sizing: border-box;
        display: inline-block;
        text-align: center;
        height: 45px;
        line-height: 45px;
        width: 25%;
    }
}*/

.kenmerken-tab li:after {
    background-size: 0.8rem;
    position: absolute;
    top: 2.1rem;
    left: 0;
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.inner-banner-img {
    height: 100%;
}
.inner-banner-img img {
    height: 100%;
    object-fit: cover;
}
.service-sec .each-diensten-heading h3, .service-sec .each-diensten-list p{
	color:#fff;
}
.service-sec .each-diensten-list::after {
  background-color: rgba(255, 255, 255, 0.29);
}

.werkplaats-heading p {
    color: #fff;
    margin-top: 20px;
}
.floating-button{
	position: fixed;
	right: 5%;
	bottom: 8%;
	z-index: 9999999999;
}
/* ...... */
ul.tabs li::after {
    content: '';
    position: absolute;
    background-color:#d1cbbe;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    height: 1px;
    width: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
ul.tabs li.active::after {
    opacity: 1;
    width: 50%;
}
/*.footer-welcome table {
    color: #ffffff;
}*/