body {
	padding: 0px;
	margin: 0px;
    color: #fff;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    background-color: #0C0C0C;
    /* overflow-x: hidden; */
}
html {
    font-size: 62.5%;
}
#page {
	padding-top: 15px;
    padding-bottom: 15px;
}
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
/****cookie-fix****/
.cmn-cookie-info ul {
    margin-bottom: 0;
}
.cmn-cookie-info li {
    padding-left: 0;
    margin-bottom: 0;
}
.cmn-cookie-info li::after {
    display: none;
}
.cookie-close img {
    width: 15px;
}
body {
    position: relative;
}
.sec-blob {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    filter: blur(242px);
    pointer-events: none;
}
/*****header-area***/
.header-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-wrap {
    padding: 22px 10px;
    border-radius: 10px;
    border: 1px solid transparent;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-active .header-wrap {
    background-color: rgba(18, 11, 11, 0.5);
    margin-top: 10px;
    backdrop-filter: blur(10px);
    border-color: rgba(255, 255, 255, 0.3);
}
.header-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 37px;
}
.header-logo img {
    width: 116px;
}
.menu-bar {
    position: relative;
    max-width: 38px;
    width: 100%;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 2px;
    margin: 5px 0 5px auto;
    width: 38px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar.active  div {
    transform: scale(0);
}
.menu-bar.active:before {
    transform: translateY(6px) rotate(135deg);
}
.menu-bar.active:after {
    transform: translateY(-8px) rotate(-135deg);
}
.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 40%;
    background-color: #120B0B;
    padding: 120px 40px 40px;
    z-index: 98;
    clip-path: inset(0 0 0 100%);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.mobile-menu-wrap {
    height: 100%;
    overflow-y: auto;
}
.mobile-menu ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}
.mobile-menu li {
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 2rem;
}
.mobile-menu li::after {
    display: none;
}
.mobile-menu li a {
    color: #fff;
}
.mobile-menu li a:hover {
    color: #DA0E0E;
}
.mobile-menu li.active {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
	animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
    -webkit-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	-o-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	animation-delay: calc(0.1s * attr(data-animation-offset number 1));
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
.body-overlay {
    height: 100vh;
    width: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(5px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.body-overlay-active {
    opacity: 1;
    pointer-events: all;
}
/*****banner-sec***/
.banner-sec {
    position: relative;
}
.banner-wrap {
	position: relative;
    overflow: hidden;
    --r: 173px;
    --s: 149px;
    --a: 33deg;
    --p: 50%;
    border-radius: 15px;
    --_m: var(--r), #000 calc(100% - 1px), #0000;
    --_d: (var(--s) + var(--r)) * cos(var(--a));
    mask:
    radial-gradient(var(--r) at calc(var(--p) + var(--_d)) var(--_m)),
    radial-gradient(var(--r) at calc(var(--p) - var(--_d)) var(--_m)),
    radial-gradient(var(--s) at var(--p) calc(-1*sin(var(--a))*var(--s)),
        #0000 100%, #000 calc(100% + 1px)) 0 calc(var(--r) * (1 - sin(var(--a)))) no-repeat,
    linear-gradient(90deg, #000 calc(var(--p) - var(--_d)), #0000 0 calc(var(--p) + var(--_d)), #000 0);
}
.banner-wrap::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
    background: linear-gradient(180deg, rgba(27, 27, 27, 0.00) 39.54%, #1B1B1B 100%); 
	z-index: 1;
    pointer-events: none;
}
.banner-video, .each-banner {
	height: 867px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content {
    position: absolute;
    left: 0;
    bottom: 116px;
    z-index: 2;
    width: 100%;
}
.banner-content h1 {
    margin-bottom: 112px;
}
.banner-content-wrap {
    padding: 0 15px;
}
/*****product-sec*****/
.product-sec {
    position: relative;
    padding: 120px 0;
}
.product-heading {
    margin-bottom: 96px;
}
.each-product {
    border-radius: 10px;
    border: 1px solid #4F1212;
    background-color: #4F1212;
    padding: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #F9F9F9;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text h4 {
    color: #F9F9F9;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text h4 strong {
    font-weight: normal;
    display: block;
    color: rgba(249, 249, 249, 0.7);
    font-size: 1.4rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-img {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 16px;
}
.each-product-text p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.product-circle {
    height: 52px;
    width: 52px;
    background-color: #F9F9F9;
    border-radius: 100%;
    display: table;
    margin-left: auto;
    position: relative;
    background-image: url(../images/product-minus.svg);
    background-position: center center;
    background-size: 20px;
    background-repeat: no-repeat;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-top {
    margin-bottom: 20px;
}
.each-product:hover {
    border-color: #DA0E0E;
    background-color: #120B0B;
}
.each-product:hover .product-circle {
    background-image: url(../images/product-arrow.svg);
    background-color: #DA0E0E;
}
.each-product:hover .each-product-text h3 {
    color: #DA0E0E;
}
.each-product:hover .each-product-text h4 {
    color: #DA0E0E;
}
.each-product:hover .each-product-text h4 strong {
    color: rgba(218, 14, 14, 0.7);
}
.product-sec .sec-blob {
    right: 0;
    left: auto;
    top: -44%;
}
.product-mark {
    position: absolute;
    top: -10%;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
/****service-sec***/
.service-sec {
    position: relative;
}
.service-wrap {
    border-radius: 10px;
    background-color: #120B0B;
    padding: 100px 0;
    overflow: hidden;
}
.service-sec h2 {
    text-align: center;
    margin-bottom: 80px;
}
.each-service-img {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 24px;
}
.service-slider {
    width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.service-slider::after,
.service-slider::before {
    content: "";
    height: 100%;
    width: 160px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(-90deg, rgba(18, 11, 11, 0.00) 0%, #120B0B 100%);
    z-index: 1;
    pointer-events: none;
}
.service-slider::before {
    background: linear-gradient(90deg, rgba(18, 11, 11, 0.00) 0%, #120B0B 100%);
    left: auto;
    right: 0;
    z-index: 2;
}
.service-btn {
    margin-top: 54px;
}
.each-service-img {
    height: 315px;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
}
.service-slider .swiper-wrapper {
	margin-left: -16%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-slider .swiper-slide { 
	width: 22%; 
	transition: width 0.3s ease;
    height: auto;
}
.service-slider .swiper-slide-active {
	width: 36%;
}
.service-slider .swiper-slide-active .each-service-img {
    height: 460px;
}
/****custom-cursor*****/
.custom-cursor {
    position: fixed;
    width: 1px;
    height: 1px;
    background-color: rgba(27, 27, 27, 0.50);
    backdrop-filter: blur(7px);
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
	line-height: normal;
    font-size: 1.6rem;
    opacity: 0;
    font-family: 'Montserrat-Medium';
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.custom-cursor .cursor-text {
    display: none;
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.custom-cursor .cursor-text strong {
    max-width: 44px;
    font-weight: normal;
    margin-top: 36px;
}
.cursor-hover {
	width: 140px;
    height: 126px;
    background-color: rgba(27, 27, 27, 0.50);
}
.custom-cursor::after {
    content: "";
    height: calc(100% + 20px);
    width: 1px;
    background-color: rgba(255, 255, 255, 0.30);
    bottom: -8px;
    position: absolute;
    right: 37px;
    transform: rotate(-29deg);
}
.custom-cursor::before {
    content: "";
    height: calc(100% + 20px);
    width: 1px;
    background-color: rgba(255, 255, 255, 0.30);
    bottom: -8px;
    position: absolute;
    left: 37px;
    transform: rotate(29deg);
}
.custom-cursor .cursor-text::after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.30);
    bottom: 0;
    position: absolute;
    left: 0;
}
.service-mark {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
/*****about-sec*****/
.about-sec {
    padding-top: 290px;
    position: relative;
}
.about-sec h3 {
    color: rgba(255, 255, 255, 0.12);
    font-size: 12.7rem;
    text-align: center;
    margin-bottom: -14%;
}
.about-text {
    max-width: 1006px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 56px 0;
    margin: 64px auto 0;
}
.about-text p {
    margin: 37px 0 56px;
}
.about-img {
    max-width: 735px;
    width: 100%;
    margin: 0 auto;
}
.about-text-wrap {
    max-width: 694px;
    margin: 0 auto;
    width: 100%;
}
.about-sec .sec-blob {
    top: -40%;
}
/****usp-marquee-sec***/
.usp-marquee-sec {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 80px 0 120px;
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 42px;
}
.usp-marquee-wrap ul {
	display: flex;
	gap: 42px; 
	padding: 0;
	margin: 0;
	list-style: none;
}
.usp-marquee-wrap li {
	white-space: nowrap;
	line-height: normal;
	color: #fff;
	font-size: 2.4rem;
    font-family: 'LamaSans-SemiBoldExpanded';
	padding-left: 45px;
	position: relative;
}
.usp-marquee-wrap li::after {
	content: "";
	height: 22px;
	width: 22px;
	position: absolute;
	left: 0;
	top: 3px;
	background-image: url(../images/usp-icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 22px;
}
/*****footer-area****/
.footer-area {
    position: relative;
}
.footer-wrap {
    border-radius: 20px;
    background-color: #120B0B;
    padding: 68px 10px 41px;
}
.footer-logo img {
    width: 167px;
}
.footer-info {
    padding: 58px 0 67px;
    display: flex;
    column-gap: 80px;
    row-gap: 34px;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 46px 0;
    flex-wrap: wrap;
}
.each-footer-info h4 {
    margin-bottom: 13px;
}
.each-footer-info p {
    margin-bottom: 0;
}
.each-footer-info td:nth-child(odd) {
    padding-right: 10px;
}
.footer-mark {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    pointer-events: none;
}
.footer-social ul {
    display: flex;
    gap: 24px;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: end;
}
.footer-social li a {
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social li a:hover {
    background-color: #DA0E0E;
}
.footer-privacy p {
    margin-bottom: 0;
}
.footer-brand h2 {
    font-size: 7.5vw;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.00) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: normal;
}
.footer-area .sec-blob {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* =============== INNER PAGE START HERE ============== */
/* Diensten Page Start Here */
/* Inner Page Common Banner Sec */
.inner-common-banner-sec{
    position: relative;
    z-index: 2;
}
.inner-common-banner-heading {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
}
.inner-banner-blur {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    filter: blur(175px);
    pointer-events: none;
}
.inner-common-banner-bg{
    height: 600px;
    width: 100%;
    position: relative;
    overflow: hidden;
    --r: 173px;
    --s: 149px;
    --a: 33deg;
    --p: 50%;
    border-radius: 15px;
    --_m: var(--r), #000 calc(100% - 1px), #0000;
    --_d: (var(--s) + var(--r)) * cos(var(--a));
    mask: radial-gradient(var(--r) at calc(var(--p) + var(--_d)) var(--_m)),
    radial-gradient(var(--r) at calc(var(--p) - var(--_d)) var(--_m)),
    radial-gradient(var(--s) at var(--p) calc(-1*sin(var(--a))*var(--s)),
        #0000 100%, #000 calc(100% + 1px)) 0 calc(var(--r) * (1 - sin(var(--a)))) no-repeat,
    linear-gradient(90deg, #000 calc(var(--p) - var(--_d)), #0000 0 calc(var(--p) + var(--_d)), #000 0);
}
.inner-common-banner-bg img{
    height: 100%;
    object-fit: cover;
}
/* Inner Page List Sec */
.inner-common-listing-sec{
    padding-top: 158px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
    overflow-x: clip;
}
.inner-listing-top-blur {
    position: absolute;
    top: -2%;
    right: -5%;
    z-index: -1;
    filter: blur(230px);
    pointer-events: none;
}
.inner-listing-bottom-blur {
    position: absolute;
    bottom: 20%;
    left: 0%;
    z-index: -1;
    filter: blur(200px);
    pointer-events: none;
}
.each-list-service-item{
    border-radius: 10px;
    overflow: hidden;
    background: #4F1212;
    transition: 0.5s ease-in-out;
}
.inner-common-list-content-wrapper{
    background: #4F1212;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 80px 120px;
    border: 1px solid transparent;
    border-left: none;
    transition: 0.5s ease-in-out;
    border-radius: 0px 10px 10px 0px;
}
.inner-common-list-content {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.inner-common-list-img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}
.inner-common-list-img img{
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease-in-out;
}
.inner-common-list-content h2{
    color: rgba(255, 255, 255, 0.40);
    font-family: 'LucidaFax-DemiBold';
    margin-bottom: 24px;
}
.inner-common-list-content h3{
    margin-bottom: 16px;
}
.inner-common-list-content p:last-child{
    margin-bottom: 0;
}
.each-list-service-item:hover .inner-common-list-content-wrapper{
    border: 1px solid #DA0E0E;
    background: #120B0B;
    border-left: none;
}
.inner-common-listing-wrapper .each-list-service-item:nth-child(even) .row {
    flex-direction: row-reverse;
}
.inner-common-listing-wrapper .each-list-service-item:nth-child(even){
    margin: 50px 0px;
}
.inner-common-listing-wrapper .each-list-service-item:nth-child(even):last-child{
    margin-bottom: 0px;
}
.inner-common-listing-wrapper .each-list-service-item:nth-child(even) .inner-common-list-content-wrapper{
    border: 1px solid transparent;
    border-right: none;
    border-radius: 10px 0px 0px 10px;
}
.inner-common-listing-wrapper .each-list-service-item:nth-child(even):hover .inner-common-list-content-wrapper{
    background: #120B0B;
    border: 1px solid #DA0E0E;
    border-right: none;
}
.footer-area-sec {
    overflow: clip;
}
/* Diensten Page End Here */
/* Diensten Listing Page Start Here */
.inner-detail-banner-sec{
    position: relative;
    z-index: 2;
}
.inner-detail-banner-bg {
    background: #120B0B;
    padding-top: 205px;
    padding-bottom: 80px;
    border-radius: 15px 15px 0px 0px;
}
.inner-detail-banner-bg .row  .col-lg-6:first-child {
    width: 46.4%;
}
.inner-detail-banner-bg .row  .col-lg-6:last-child {
    width: 53.6%;
}
.inner-detail-banner-img{
    border-radius: 10px;
    overflow: hidden;
}
.inner-detail-banner-content {
    max-width: 573px;
    margin: 0 auto;
}
.inner-detail-banner-content h2{
    margin-bottom: 16px;
}
.inner-detail-banner-content p:last-child{
    margin-bottom: 0;
}
.inner-detail-wrapper-bg{
    background: #120B0B;
    border-radius: 0px 0px 15px 15px;
    padding-bottom: 80px;
}
.detail-content-line {
    position: absolute;
    background: rgba(255, 255, 255, 0.30);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
}
.inner-detail-wrapper::after{
   position: absolute;
    content: "";
    background-image: url(../images/sticky-icon-active.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-position: center calc(10px + var(--icon-offset, 0px));
    top: 22px;
    z-index: 1;
    transition: top 0.15s ease-out;
}
.detail-listing-content h2{
    color: rgba(255, 255, 255, 0.40);
    font-family: 'LucidaFax-DemiBold';
    margin-bottom: 24px;
}
.detail-listing-content h3{
    margin-bottom: 16px;
}
.detail-listing-content p:last-child{
    margin-bottom: 0;
}
.inner-detail-wrapper .row:nth-child(odd) .detail-listing-content{
    padding-left: 52px;
    max-width: 420px;
}
.inner-detail-wrapper .row:nth-child(odd) .detail-content-listing-img {
    max-width: 310px;
    height: 214px;
    border-radius: 10px 0px 0px 10px;
    overflow: hidden;
    margin-right: auto;
}
.inner-detail-wrapper .row:nth-child(even) .detail-listing-content{
    max-width: 420px;
    margin-left: auto;
    padding-right: 110px;
}
.inner-detail-wrapper .row:nth-child(even) .detail-content-listing-img {
    max-width: 310px;
    height: 214px;
    border-radius: 0px 10px 10px 0px;
    overflow: hidden;
    margin-left: auto;
}
.inner-detail-wrapper .row:nth-child(even){
    margin: 40px 0px;
}
.inner-detail-wrapper .row:nth-child(even):last-child{
    margin-bottom: 0px;
}
.inner-detail-wrapper {
    max-width: 1356px;
    margin: 0 auto;
    padding-top: 22px;
    position: relative;
    z-index: 1;
}
.inner-listing-detail-sec .inner-listing-top-blur{
    right: 0;
    top: 7%;
    filter: blur(280px);
}
.inner-detail-wrapper .row{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.inner-detail-wrapper .row::after {
    position: absolute;
    content: "";
    background-image: url(../images/sticky-icon.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-position: center 10px;
}
/* Diensten Listing Contact Sec */
.inner-contact-sec{
    padding: 120px 0px;
    position: relative;
    z-index: 1;
}
.inner-contact-layer{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: -1;
}
.inner-contact-wrapper .form-group{
    margin-bottom: 24px;
}
.inner-contact-wrapper .form-style{
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    width: 100%;
    height: 100%;
    padding: 24px;
    color: #FFF;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;  
}
.inner-contact-wrapper .form-style::placeholder{
    opacity: 1;
    color: rgba(255, 255, 255, 0.50);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s;
}
.inner-contact-wrapper textarea.form-style{
    height: 192px;
}
.inner-contact-wrapper .form-style:focus {
    box-shadow: none;
    border: 1px solid #DA0E0E;
    background: transparent;
    color: #FFF;
}
.inner-contact-wrapper .form-style:focus::placeholder {
    color: #FFF;
}
.inner-contact-wrapper .form-style.photo_upload,
.inner-contact-wrapper .form-style.foto_upload {
    color: rgba(255, 255, 255, 0.50);
}
.inner-contact-wrapper .form-flex ul{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 24px;
}
.inner-contact-wrapper .form-flex ul li{
    list-style: none;
}
.inner-contact-wrapper .form-flex ul li a{
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s;
}
.inner-contact-wrapper .form-flex ul li a img{
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s;
}
.inner-contact-wrapper .form-flex ul li a:hover{
    background-color: #DA0E0E;
}
.inner-contact-wrapper .form-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}
.inner-contact-heading h2{
    margin-bottom: 16px;
}
.inner-contact-heading p:last-child{
    margin-bottom: 0;
}
.inner-contact-heading{
    margin-bottom: 56px;
}
.inner-contact-detail-info h4{
    margin-bottom: 13px;
}
.inner-contact-detail-info a{
    color: #FFF;
    font-size: 1.6rem;
    line-height: 24px; 
    display: block;
    margin-bottom: 6px;
    transition: 0.5s ease-in-out;
}
.inner-contact-detail-info a:hover{
    color: #DA0E0E;
}
.inner-contact-detail-info a:last-child{
    margin-bottom: 0;
}
.inner-contact-details{
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
    gap: 80px;
    max-width: 210px;
    margin: 0 auto;
}
.inner-contact-details .inner-contact-detail-info:nth-child(2) a {
    line-height: 30px;
}
.inner-contact-details .inner-contact-detail-info:nth-child(3) h4{
    margin-bottom: 29px;
}
.inner-contact-detail-info table tr{
    display: flex;
    gap: 8px;
}
.inner-contact-detail-info table tr td{
    min-width: 87px;
}
.inner-contact-sec .inner-listing-bottom-blur {
    bottom: -40%;
}
/* Diensten Listing Related Product sec */
.inner-related-bg{
    background: #120B0B;
    border-radius: 15px 15px 0px 0px;
    padding: 80px 0px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.diensten-related-sec h2{
    text-align: center;
    margin-bottom: 80px;
}
.diensten-slider {
    width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.diensten-slider::after,
.diensten-slider::before {
    content: "";
    height: 100%;
    width: 160px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(-90deg, rgba(18, 11, 11, 0.00) 0%, #120B0B 100%);
    z-index: 1;
    pointer-events: none;
}
.diensten-slider::before {
    background: linear-gradient(90deg, rgba(18, 11, 11, 0.00) 0%, #120B0B 100%);
    left: auto;
    right: 0;
    z-index: 2;
}
.diensten-slider .swiper-wrapper {
	margin-left: -16%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diensten-slider .swiper-slide { 
	width: 22%; 
	transition: width 0.3s ease;
    height: auto;
}
.diensten-slider .swiper-slide-active {
	width: 36%;
}
.diensten-slider .swiper-slide-active .each-service-img {
    height: 460px;
}
/* Diensten Listing Page End Here */
/* Vacature List Page Start Here */
.footer-area-overlay .sec-blob {
    top: unset;
    left: -10%;
    transform: unset;
    bottom: 5%;
    filter: blur(220px);
}
.vacature-list-sce .inner-listing-bottom-blur {
    bottom: -40%;
    left: 0%;
    filter: blur(200px);
}
.footer-area-overlay  .footer-wrap {
    position: relative;
    z-index: 1;
}
/* Vacature List Page End Here */
/* Vacature List Detail Page Strat Here */
.inner-detail-banner-content p strong {
    font-family: 'LamaSans-SemiBoldExpanded';
    font-weight: normal;
    margin-bottom: -20px;
    display: block;
}
.detail-listing-content ul li{
    color: #FFF;
    font-size: 1.6rem;
    line-height: 24px; 
    font-family: 'LamaSans-Regular';
}
.detail-listing-content ul{
    padding: 0;
    padding-left: 15px;
    margin: 0;
}
.inner-vacature-list-sec .inner-detail-wrapper .row:nth-child(odd) .detail-listing-content {
    max-width: 560px;
}
.inner-vacature-list-sec .inner-detail-wrapper .row:nth-child(even) .detail-listing-content {
    max-width: 560px;
    padding-right: 15px;
}
.inner-vacature-list-layer {
    position: absolute;
    top: 16%;
    left: 10%;
    pointer-events: none;
    z-index: 2;
}
/* Vacature List Detail Related Service sec */
.vacature-related-slider{
    position: relative;
    z-index: 1;
}
.vacature-related-img{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 24px;
    transition: 0.5s ease-in-out;
}
.vacature-related-img img{
    transition: 0.5s ease-in-out;
}
.vacature-related-title h4{
    margin-bottom: 0;
    transition: 0.5s ease-in-out;
}
.vacature-related-item{
    transition: 0.5s ease-in-out;
}
.vacature-related-sec .inner-related-bg{
    padding: 79px 0px 120px;
}
.vacature-related-sec h2{
    margin-bottom: 80px;
    text-align: center;
}
.vacature-related-slider .swiper-button-prev{
    transform: translateY(-50%);
    left: 0;
    display: none;
}
.vacature-related-slider .swiper-button-next{
    transform: translateY(-50%);
    right: 0;
    display: none;
}
/* Vacature List Detail Page End Here */
/* Over Ons Page Strat Here */
/* Over Ons About Sec */
.over-ons-about-sec{
    position: relative;
    z-index: 1;
    overflow-x: clip;
    padding-top: 120px;
}
.over-ons-about-sec .inner-listing-top-blur {
    top: -18%;
    right: -2%;
}
.over-ons-about-content h2{
    margin-bottom: 24px;
}
.over-ons-about-content p:last-child{
    margin-bottom: 0;
}
.over-ons-scnd-about-wrapper .over-ons-about-content {
    padding-left: 25px;
}
.over-ons-about-img{
    border-radius: 10px;
    overflow: hidden;
}
.over-ons-frst-about-wrapper{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 43px;
}
.over-ons-scnd-about-wrapper{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 45px;
}
.over-ons-about-content p strong{
    font-family: 'LamaSans-SemiBoldExpanded';
    font-weight: normal;
    margin-bottom: -20px;
    display: block;
}
.over-ons-about-sec .row .col-lg-8 {
    width: 58.666667%;
}
.over-ons-about-sec .row .col-lg-4 {
    width: 41.333333%;
}
.over-ons-about-sec .row{
    --bs-gutter-x: 48px;
    --bs-gutter-y: 0;
}
.over-ons-scnd-about-wrapper .over-ons-about-img img{
    height: 100%;
    object-fit: cover;
}
.over-ons-scnd-about-wrapper .over-ons-about-img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}
.over-ons-frst-about-wrapper .over-ons-about-img img{
    height: 100%;
    object-fit: cover;
}
.over-ons-frst-about-wrapper .over-ons-about-img {
    height: 295px;
    width: 100%;
    object-fit: cover;
}
/* Over Ons Marquee Sec */
.over-ons-marquee-sec{
    padding-top: 118px;
}
/* Over Ons Box Sec */
.over-ons-box-sec{
    position: relative;
    z-index: 2;
}
.over-ons-box-wrapper{
    background-color: #120B0B;
    border-radius: 0px 0px 10px 10px;
    padding-bottom: 12px;
}
.over-ons-box-heading h2{
    text-align: center;
    margin-bottom: 40px;
}
.over-ons-box-item h3{
    margin-bottom: 16px;
}
.over-ons-box-item p:last-child{
    margin-bottom: 0;
} 
.over-ons-box-item{
    background: #4F1212;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    padding: 90px 40px;
    display: flex;
    align-items: center;
}
.over-ons-box-img img{
    height: 100%;
    object-fit: cover;
}
.over-ons-box-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}
 .over-ons-box-max{
    max-width: 530px;
 }
 .over-ons-box-sec .container > .row .col-lg-5{
    width: 46.666667%;
 }
 .over-ons-box-sec .container > .row .col-lg-7{
    width: 53.333333%;
 }
 .over-ons-item{
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    height: 100%;
    width: 100%;
 }
 .over-ons-item-wrapper {
    height: 100%;
    width: 100%;
}
.over-ons-scnd-item-wrapper .over-ons-box-item{
    padding-top: 75px;
    padding-bottom: 75px;
}
.over-ons-item .row{
    --bs-gutter-x: 24px;
}
.over-ons-box-sec .container > .row{
    --bs-gutter-x: 24px;
}
.over-ons-scnd-item-wrapper .row .col-5 {
    width: 35.3%;
}
.over-ons-scnd-item-wrapper .row .col-7 {
    width: 64.7%;
}
.over-ons-slider-sec{
    padding-top: 129px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
}
.over-ons-slider-blure {
    position: absolute;
    top: -10%;
    left: 0;
    z-index: -1;
    filter: blur(197px);
    pointer-events: none;
}
.over-ons-slider-item-img{
    border-radius: 10px;
    overflow: hidden;
    height: 575px;
    width: 100%;
}
.over-ons-slider-item-img img{
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease-in-out;
}
.over-ons-slider-item:hover .over-ons-slider-item-img img{
    transform: scale(1.2);
}
/* Over Ons Page End Here */
/* Conatct Page Strat Here */
.contact-map{
    height: 600px;
}
.contact-page-sec{
    overflow-x: clip;
}
.contact-page-sec{
    padding-top: 80px;
}
/* Conatct Page End Here */
/* Thank You page Start Here */
.thank-you-page{
    overflow-x: clip;
}
.thank-you-page .common-wrap{
    padding-bottom: 12px;
}
.thank-you-page .inner-listing-top-blur{
    position: absolute;
    top: unset;
    bottom: 0;
    right: -5%;
    z-index: -1;
    filter: blur(230px);
    pointer-events: none;
}
.thank-you-page .banner-content h1 {
    max-width: 1038px;
    margin: 0 auto;
    margin-bottom: 43px;
}
/* Thank You page End Here */
/* Aanbod List page Start Here */
.aanbod-list-sec{
    padding-top: 72px;
    padding-bottom: 129px;
    position: relative;
    z-index: 1;
    overflow-x: clip;
}
.aanbod-list-sec .container > .row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 48px;
}
.aanbod-list-sec .inner-listing-top-blur {
    top: 13%;
}
.aanbod-filter-sec .inner-banner-blur {
    filter: blur(175px);
}
/* Aanbod List page End Here */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding-top: 179px;
    position: relative;
    padding-bottom: 0;
}
.aanbod-filter-sec .aanbod-filter-wrap {
	border: 0;
	padding: 0;
}
.filter-left-area .row {
	column-gap: 9px;
}
.aanbod-filter-sec .filter-main .col-lg-3 {
	width: 24%;
}
.aanbod-filter-sec .filter-content {
	background: #120B0B;
	border-color: #DA0E0E;
}
.aanbod-filter-sec .form-check-input {
	border-color: #14112C;
}
.aanbod-filter-sec label span {
	color: #14112C;
}
.aanbod-filter-bg-mark {
	position: absolute;
	top: 0;
	width: 100%;
	pointer-events: none;
}
.aanbod-list-product-sec {
	padding-top: 60px;
}
.aanbod-list-product-area {
	position: relative;
	z-index: 1;
}
.aanbod-list-product-area .row {
	row-gap: 40px;
}
.filter-main {
	margin-bottom: 20px;
}
.aanbod-filter-wrap {
	position: relative;
	z-index: 2;
	border-radius: 16px;
	border: 1.5px solid #fff;
	padding: 24px 30px;
}
.filter-reset a {
	color: #fff;
}
.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: #DA0E0E;
}
.filter-reset a:hover img {
	filter: invert(59%) sepia(17%) saturate(644%) hue-rotate(113deg) brightness(92%) contrast(91%);
}
.select-style {
	width: 100%;
	min-width: 180px;
	color: #FFFFFF;
	font-size: 1.6rem;
    font-family: 'LamaSans-Regular';
    line-height: 24px;
	padding: 16px 24px;
	background: url(../images/filter-arrow.svg) no-repeat 90% center/10px;
	background-size: 12px;
	appearance: none;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	cursor: default;
	position: relative;
	z-index: 1;
	border-radius: 40px;
	border: 1px solid #FFFFFF;
	transition: unset;
}
.filter-sort .select-style {
	border: 1px solid #fff;
	color: #fff;
	background: url(../images/filter-arrow.svg) no-repeat 90% center/10px;
	background-color: transparent;
    background-size: 12px;
    margin-right: 18px;
}
.filter-sort .select-style:hover {
	background-color:#DA0E0E;
	border-color: #DA0E0E;
	color: #FFF;
}
.filter-sort .select-style.show {
	background-color: transparent;
	border: 1px solid #DA0E0E;
	color: #fff;
	background: url(../images/filter-arrow.svg) no-repeat 90% center/10px;
	background-size: 12px;
}
.select-style:hover {
	background: url(../images/filter-arrow.svg) no-repeat 90% center/10px;
	background-size: 12px;
	background-color: #DA0E0E;
	color: #fff;
}
.select-style.show {
	color: #fff;
	border: 1px solid #DA0E0E;
	background: #DA0E0E;
	background: url(../images/filter-arrow.svg) no-repeat 95% center/10px;
	background-size: 12px;
	border-radius: 5px 5px 0 0;
}
.filter-main {
	margin-bottom: 30px;
}
.filter-main option {
	font-family: 'DMSans-Regular';
	background-color: #1C1C1C;
}
.filter-content {
	display: none;
	background-color: #1C1C1C;
	padding: 10px 10px 15px;
	z-index: 2;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-top: 0;
	border-radius: 0 0 5px 5px;
	margin-top: -5px !important;
	cursor: default;
	max-height: 230px;
	overflow-y: auto;
	z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
	display: block;
}
.aanbod-filter-sec .filter-main .row {
	justify-content: start;
}
.aanbod-filter-sec label {
	color: #fff;
	margin-bottom: 10px;
	display: block;
	width: 100%;
	z-index: 2;
	font-size: 1.2rem;
    font-family: 'LamaSans-Regular';
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
	float: right;
	color: #fff;
	opacity: 0.65;
    font-family: 'LamaSans-Regular';
}
.aanbod-filter-sec .form-check-input {
	width: 13px;
	height: 13px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 8px;
	box-shadow: none;
	border: 1px solid #fff;
	background-color: transparent;
	border-radius: 3px;
    font-family: 'LamaSans-Regular';
}
.aanbod-filter-sec .form-check-input:checked {
	background-color: #DA0E0E;
	border-color: #DA0E0E;
}
.auto-overview-tag {
	margin-right: 5px;
	padding: 5px 14px;
	cursor: pointer;
	transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	color: #fff;
	border-radius: 5px;
	background-color: #DA0E0E;
	font-size: 1.4rem;
	border: 1px solid #DA0E0E;
    font-family: 'LamaSans-Regular';
}
.cross-btn {
	width: 9px;
	transition: 0.3s ease-in-out;
}
.auto-overview-tag:hover {
	background-color: transparent;
	border-color: #fff;
	color: #FFF;
}
.auto-overview-tag:hover .cross-btn {
	filter: brightness(0) invert(1);
}
.filter-main .col-lg-3 {
	width: 16.6%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	top: 139px;
	background-color: #120B0B;
	width: 100%;
	z-index: 5;
	margin-top: -16px;
	padding: 12px 10px 12px;
    border: 1px solid transparent;
    border-color: rgba(255, 255, 255, 0.3);
}
.mobile-show-filter .common-btn {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background-color: #DA0E0E;
}
.mobile-show-filter .common-btn:hover {
	background-color: transparent;
	border-color: #fff;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 100%;
	color: #14112C;
	border: 1px solid #fff;
	margin-left: 12px;
	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: 2;
	background-color: #DA0E0E;
}
.mobile-filter-close span {
	max-width: 32px;
	width: 100%;
	height: 32px;
	background-color: #fff;
	border-radius: 50%;
	margin-left: auto;
	border: 1px solid transparent;
}
.mobile-filter-close span img {
	width: 20px;
}
.auto-overview-filter-result .common-btn {
	margin-top: 0;
	background-color: #120B0B;
	border-color: #DA0E0E;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    font-family: 'LamaSans-Regular';
}
.auto-overview-filter-result h4 {
	font-size: 1.6rem;
	color: #fff;
}
.auto-overview-filter-result .common-btn:hover {
	background-color: #fff;
	border-color: #fff;
	color: #14112C;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort h6 {
	margin-right: 10px;
	color: rgba(249, 248, 246, 0.7);
	font-family: 'DMSans-Regular';
	text-transform: none;
	letter-spacing: normal;
}
.filter-sort .col-lg-3 {
	margin-bottom: 0;
	width: 200px;
}
.model-filter .form-check-input {
	display: none;
}
.sorteren_op-filter .form-check-input {
	display: none;
}
.radio_filter .form-check-input {
	display: none;
}
.filter-sort-right {
	display: flex;
	align-items: center;
	justify-content: end;
	column-gap: 24px;
}
.aanbod-list-merk {
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
	z-index: -1;
}
.aanbod-filter-sec-active{
    position: relative;
    z-index: 99;
}
/* Aanbod List page End Here */
/* -------------- POPUP START HERE -------------- */
.modal-area .modal-dialog {
	max-width: 1072px;
	margin: 8% auto 0;
}
.modal-area .modal {
    background: rgba(18, 11, 11, 0.50);
    backdrop-filter: blur(3.5px);
}
.modal-area .modal-content {
	position: relative;
	border-radius: 10px;
	background: #4F1212;
	border: none;
}
.modal-area .modal-content-wrap {
	border-radius: 5px;
	overflow: hidden;
}
.modal-area .modal-content .popup-content {
    padding: 112px 40px;
    margin: 0 auto;
    text-align: center;
}
.modal-area .popup-content ul {
	margin-bottom: 0px;
	padding: 0;
	list-style: none;
}
.modal-area .pop-up-image {
	height: 100%;
}
.modal-area .pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.modal-area .close-img {
	position: absolute;
	top: 24px;
	right: 24px;
	z-index: 1;
	width: 52px;
	height: 52px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	z-index: 3;
}
.modal-area .close-img img {
	width: 26px;
    height: 26px;
}
.modal-area .popup-content h3 {
	color: #fff;
	margin-bottom: 24px;
}
.modal-area .popup-content ul li {
	color: #fff;
    font-family: 'LamaSans-SemiBoldExpanded';
    font-size: 1.6rem;
    line-height: 24px;
}
.modal-area .popup-content ul li:last-child {
	margin-bottom: 0;
}
.modal-area .popup-content ul li::after {
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background: #fff;
}
.modal-area .popup-content p {
	color: #fff;
	margin-bottom: 24px;
}
.modal-area .popup-content p:last-child {
	margin-bottom: 0;
}
.modal-area .pop-up-layer{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
/* -------------- POPUP END HERE -------------- */
/* =============== INNER PAGE END HERE ============== */
/* =============== aanbod-dtl ============== */
/****aanbod-top-price-sec****/
.aanbod-top-price-sec {
    position: relative;
}
.aanbod-top-price-wrap {
    background-color: #120B0B;
    padding: 209px 0 35px;
    border-radius: 15px 15px 0 0;
}
.aanbod-top-price-title p {
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 0;
}
.aanbod-top-price {
    text-align: end;
}
/****aanbod-top-sec****/
.aanbod-top-sec {
    padding-bottom: 77px;
    position: relative;
}
.aanbod-top-sec .sec-blob {
    right: 0;
    left: auto;
    bottom: 0;
}
.aanbod-top-wrap {
    background-color: #120B0B;
}
.aanbod-top-area {
    height: 100%;
}
.aanbod-top-left .row {
    row-gap: 15px;
}
.aanbod-small-car {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 100%;
    cursor: pointer;
}
.aanbod-small-car img {
    height: 100%;
    object-fit: cover;
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(27, 27, 27, 0.50) 0%, rgba(27, 27, 27, 0.50) 100%);
}
.overlay-content {
    border-radius: 40px;
    background: #DA0E0E;
    padding: 8px 9px;
}
.overlay-content h5 {
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
.mob-overlay {
    display: none;
}
.aanbod-top-right {
    height: 100%;
}
.aanbod-top-slider {
    height: 100%;
    border-radius: 10px;
}
.aanbod-top-slider .swiper-button-next {
    right: -4%;
}
.aanbod-top-slider .swiper-button-prev {
    left: -4%;
}
.aanbod-big-car {
    height: 100%;
}
.each-aanbod-top-slider {
    height: 100%;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}
.each-aanbod-top-slider img {
    height: 100%;
    object-fit: cover;
}
.dtl-top-slider-info {
    margin-top: 10px;
}
.dtl-top-slider-info .col-lg-8 {
    width: 62%;
}
.dtl-top-slider-info .col-lg-4 {
    width: 38%;
}
.dtl-slider-info-area table {
    width: 100%;
}
.dtl-slider-info-area tr {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}
.dtl-slider-info-area td {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: #1B1B1B;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 24%;
    min-height: 201px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.dtl-slider-info-area td:hover {
    border-color: #DA0E0E;
}
.dtl-slider-info-area td img {
    width: 32px;
    height: 21px;
}
.dtl-slider-info-area td h5 {
    position: relative;
    margin-top: 24px;
    padding-top: 28px;
    font-size: 1.6rem;
    line-height: 24px;
}
.dtl-slider-info-area td h5::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
}
.dtl-contact-area {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: #1B1B1B;
    backdrop-filter: blur(40px);
    padding: 16px 27px;
}
.dtl-contact-dtls {
    padding-bottom: 22px;
    margin-bottom: 18px;
    position: relative;
}
.dtl-contact-dtls::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
}
.dtl-contact-img {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    overflow: hidden;
}
.dtl-contact-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.dtl-contact-info ul {
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
    display: flex;
}
.dtl-contact-info li {
    padding-left: 0;
    padding-right: 7px;
}
.dtl-contact-info li:last-child {
    padding-right: 0;
    position: relative;
    padding-left: 7px;
}
.dtl-contact-info li:last-child::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 2px;
    height: calc(100% - 12px);
    background-color: rgba(255, 255, 255, 0.80);
}
.dtl-contact-info p {
    margin-bottom: 0;
}
.dtl-contact-btm {
    display: flex;
    align-items: center;
    column-gap: 44px;
}
.dtl-contact-btn ul {
    list-style-type: none;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    column-gap: 12px;
}
.dtl-contact-share-area ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    column-gap: 10px;
}
.dtl-contact-share-area li {
    width: 41px;
    height: 41px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
}
.dtl-contact-share-area li:hover {
    background-color: #DA0E0E;
    border-color: #DA0E0E;
}
.dtl-contact-share-area li img {
    width: 15px;
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec {
    position: relative;
    background-color: #120B0B;
}
.tab-mark {
    position: absolute;
    top: -86%;
    left: 0;
    z-index: -1;
    pointer-events: none;
}
.tab-mark img {
    width: 100%;
}
.tab-main-area {
    position: relative;
    z-index: 2;
    padding: 0 42px;
}
.tab-btn .tabs li.active {
    background-color: transparent;
    opacity: 1;
	position: relative;
}
.tab-btn ul.tabs li {
    position: relative;
    word-break: break-word;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.50);
    background-color: transparent;
    border: 0;
    padding: 0;
}
.tab_content {
    display: none;
}
.tab_content img{
	max-width: 40%;
	height: 30px;
	filter: invert(1);
	padding-right: 15px;
}
.tab_drawer_heading{
    display: none;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn .tabs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 75px;
    margin-bottom: 15px;
    padding-bottom: 23px;
    padding-left: 28px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.30);
}
.tab-btn .tabs li.active {
    color: #fff;
}
.kenmerken-tab ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.kenmerken-tab li {
    width: 33.33%;
    position: relative;
    color: #fff;
    padding: 23px 0;
    display: flex;
    padding-left: 25px;
}
.kenmerken-tab li strong {
    font-weight: normal;
    width: 46%;
    color: rgba(255, 255, 255, 0.70);
}
.kenmerken-tab li::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(../images/tab-tick.svg);
    background-size: 18px;
    background-repeat: no-repeat;
}
.kenmerken-tab{
	overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #DA0E0E;
    padding-bottom: 10px;
	margin-bottom: 20px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul {
    padding-left: 0;
}
.dtl-tab-sec .bullet-panel li { 
	margin-bottom: 10px;
    list-style-type: none;
    position: relative;
    padding-left: 15px;
}
.dtl-tab-sec .bullet-panel li:after {
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 7px;
    height: 7px;
    background-image: url(../images/bullet.svg);
    background-size: 7px;
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #DA0E0E;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #DA0E0E;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 20px;
	font-size: 1.6rem;
	text-transform: none;
}
.each-onderhoud-block h4 {
	text-transform: none;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 20px;
}
.each-onderhoud-block h5 {
    margin: 12px 0 25px;
    font-size: 1.6rem;
    text-transform: none;
    color: #fff;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tabs li::after {
    display: inline-block;
    content: '';
    position: relative;
    top: 0;
    left: 6px;
    background-image: url(../images/tab_arrow.svg);
    width: 11px;
    height: 11px;
    background-size: 7px;
    background-repeat: no-repeat;
}
.tab-btn .tabs li.active::after {
    background-image: url(../images/tab_down_arrow.svg);
    background-size: 13px;
    width: 13px;
    height: 13px;
    top: 4px;
}
.tab-btm-btn {
    margin-top: 25px;
}
.tab-btm-btn .common-btn {
    background-color: transparent;
    color: #fff;
    border: 0;
    padding: 0;
    backdrop-filter: none;
    cursor: pointer;
}
.tab-btm-btn:hover .common-btn {
    color: #DA0E0E;
}
/****kenmarken-popup****/
.kenmarken-popup {
    display: none;
}
.kenmarken-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.kenmarken-popup-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.11);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    border-radius: 10px;
    background-color: #1B1B1B;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #DA0E0E;
    box-shadow: 0px 0px 25px 0px #DA0E0E;
    -webkit-box-shadow: 0px 0px 25px 0px #DA0E0E;
    overflow: hidden;
}
.kenmarken-popup-close {
    background-color: #DA0E0E;
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #DA0E0E;
}
.kenmarken-popup-close img {
    width: 15px;
    filter: brightness(0) invert(1);
}
.kenmarken-popup-content {
    overflow-y: scroll;
    height: calc(100% - 116px);
    padding-right: 20px;
}
.kenmarken-popup-content::-webkit-scrollbar  {
    background-color: #5B5A5E;
    width: 10px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
    background-color: #999999;
}
.kenmerken-popup-model {
    padding-bottom: 30px;
    padding-right: 40px;
}
.kenmerken-popup-model p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.kenmerken-popup-model h2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}
.kenmarken-popup-content h3 {
    margin-bottom: 15px;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 61px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1.5px solid #D9D9D9;
}
.kenmarken-popup-content li:nth-child(even) {
    color: rgba(255, 255, 255, 0.70);
    word-break: break-word;
}
.kenmarken-popup-content li::after {
    display: none;
}
/****aanbod-btm-sec****/
.aanbod-btm-wrap {
    border-radius: 10px;
    background: #120B0B;
    position: relative;
    z-index: 1;
    padding: 90px 0 100px;
}
.aanbod-btm-title {
    margin-bottom: 86px;
}
/* verkocht list sec strat */
.verkocht-list-sec {
    padding-top: 171px;
}
.verkocht-inner-heading h2{
    margin-bottom: 8px;
}
.verkocht-inner-heading p{
    margin-bottom: 0px;
}
.verkocht-inner-heading{
    margin-bottom: 56px;
}
.verkocht-list-sec .inner-listing-top-blur {
    top: 25%;
}
.verkocht-list-sec .inner-banner-blur {
    filter: blur(175px);
    top: 0;
}
/* verkocht list sec end */
.mob-aanbod-top-left {
    display: none;
}
/************************************stye for developer**********************************************/

/*******loader*****/
#loader_section{
    display:none;
    width:100%;
    position: fixed;
    top: 0;
    background: #000000b8;
    z-index: 9999999;
    height: 100vh;
    padding: 30vh 0px;
  }
  #loader_section p{
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
  }
  #loader_section img{
    width: 100px;
    margin-bottom: 25px;
  }
  
  /*********Morgen Footer************/
  .morgeninternet-footer {
      background: #000000;
      width: 100%;
      height: 50px;
      display: block;
      text-align: center;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer:hover {
      background: #202020;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer > img {
      height: 35px;
      padding-top: 15px;
  }
  
  
  /****aanbod dtl****/
  .kenteken_np{
      background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
      background-repeat: no-repeat;
      background-position: left;
      padding: 4px 10px 6px 20px;
      color: #000;
      background-size: contain;
      background-position: left center;
      width: 220px;
  }
  .star_icon{
      margin-bottom: 30px;
  }
  .star_icon h4{
      padding-bottom: 10px;
      /* text-transform: uppercase; */
      padding-top: 15px;
      margin-bottom: 15px;
      color: #fff;
      border-bottom: 1.5px solid #DA0E0E;
      padding-bottom: 10px;
      /* font-size: 2.4rem;
      line-height: 32px; */
  
  }
  .star_icon p img{
      width: 15px;
      height: 15px;
      margin-top: -3px;
      margin-right: 5px;
      filter: invert(0);
      padding-right: 0;
  }
  .star_icon p{
      padding-bottom: 6px;
      word-break: break-word;
      margin-bottom: 0;
  }
  .photo_contnt li img{
      width: 15px;
      margin-left: 5px;
  }
  .star_icon h3 {
      margin: 40px 0 30px;
  }
  .aanbod-detail-tab-sec .tab-content .star_icon p {
      margin: 0;
  }
  .bullet-panel h3 {
      margin-bottom: 30px;
  }
  .cursor{
      cursor:pointer;
  }
  .aanbod-loader {
      width: 45px;
      height: 40px;
      background: linear-gradient(#DA0E0E calc(1*100%/6),#F6F8FA 0 calc(3*100%/6),#DA0E0E 0),
                linear-gradient(#DA0E0E calc(2*100%/6),#F6F8FA 0 calc(4*100%/6),#DA0E0E 0),
                linear-gradient(#DA0E0E calc(3*100%/6),#F6F8FA 0 calc(5*100%/6),#DA0E0E 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: #DA0E0E;
    }
  
  
  .carpass-img {
      width: 115px;
  }
  
  /* .fixed-whatsapp-icon {
      width: 70px;
      height: 70px;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: fixed;
      right: 10px;
      bottom: 0px;
      z-index: 999;
  }
  
  .fixed-whatsapp-icon img {
      width: 50px;
  } */
  /****fix-wp**/
  .fix-wp {
      position: fixed;
      height: 63px;
      width: 63px;
      background-color: #25D366;
      border-radius: 100%;
      z-index: 98;
      bottom: 100px;
      right: 30px;
  }
  .fix-wp img {
      width: 22px;
  }
  .fix-wp a {
      display: block;
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .popup .popuptext {
      display: none;
      width: 200px;
      background-color: #25D366;
      color: #fff;
      text-align: center;
      border-radius: 20px;
      padding: 8px 0;
      position: absolute;
      z-index: 1;
      bottom: 3px;
      right: 3vw;
      font-size: small;
  }
  
  .notifcation {
      position: relative;
  }
  
  .alert-number {
      display: none;
      position: absolute;
      bottom: 28px;
      left: 16px;
      border-radius: 50%;
      width: 17px;
      height: 17px;
      background-color: red;
      color: white;
      text-align: center;
      font-size: small;
      animation: shake 0.5s;
      animation-iteration-count: 1;
  }
  
  @media screen and (max-width: 600px) {
      .popuptext {
          right: 60px !important;
      }
  }
  @media (max-width : 767.98px){
      .fixed-whatsapp-icon{
          display: none;
      }
  }
  .each-service:hover .each-service-arrow .common-arrow-part{
      background-color: #FAFAFA;
  }
  .privacy_section h2{
      padding-top: 85px;
  }
  
  .each-price-table li::after {
      display: none;
  }
  .range-sec .range-area .fill{
      background-color: #121212;
  }
  /* .share-social-media-button{
      padding: 6px 9px;
  } */
  /* @media(max-width: 519px) and (min-width: 416px){
      .calculator{
          height: 1670px !important;
      }
  }
  @media(max-width: 415px){
      .calculator{
          height: 1826px !important;
      }
  }
  
  
  @media(max-width: 990px) and (min-width: 768px){
      .calsty {
          height: 789px;
      }
  }
  @media(max-width: 767px) and (min-width: 519px){
      .calsty {
      height: 689px;
  }
  }
  @media(max-width: 518px){
      .calsty {
      height: 810px;
  }
  } */
  /* .col-lg-4:nth-child(1) .each-diens-dtl-btm{
      flex-direction: column-reverse;
  } */
  .mini-right-nav {
      position: fixed;
      top: 39%;
      z-index: 999;
      left: 0px;
  }
  .mini-right-nav li a {
      position: relative;
      display: flex;
      align-content: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      background-color: #9d2727;
  }
  .mini-right-nav img {
      width: 24px;
      position: relative;
      z-index: 1;
      filter: brightness(0) invert(1);
      -webkit-filter: brightness(0) invert(1);
  }
  .mini-right-nav span {
      font-family: 'New Rail Alphabet Medium';
      font-size: 13px;
      bottom: 0;
      letter-spacing: 0.5px;
      right: 60px;
      line-height: 60px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      white-space: nowrap;
      width: 0;
      -webkit-transition: 0.50s;
      -moz-transition: 0.50s;
      transition: 0.50s;
  }
  .mini-right-nav li::after{
      display: none;
  }
  .mini-right-nav li,
  .mini-right-nav ul{
      padding-left: 0 !important;
  }
  .iframe-footer {
      border: 0;
      width: 100%;
      margin-bottom: 0;
      height: 50px;
      display: block;
  }
  .mtmo_widget_17 {
      position: fixed;
      right: 0;
      top: 25%;
      z-index: 99;
  }
  .calsty{
      border: 0;
      width: 100%;
      height: 690px;
      background: transparent;
  }

.iframe-footer {
    max-width: calc(100% - 40px);
    margin: 0 auto;
    border-radius: 10px;
}
body .share-social-media-button .a2a_dd svg {
    margin-right: 0 !important;
}
.privacy_section {
    padding: 50px 0;
}