@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    color: #fff;
    font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    background-color: #121212;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
/****header-area*****/
.header-area {
    padding: 30px 0;
    background: rgba(18, 18, 18, 0.80);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-active {
    background-color: #121212;
}
.header-logo img {
    width: 260px;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
}
.header-nav {
    margin-right: 60px;
}
.header-nav ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 39px;
}
.header-nav li {
    padding: 0;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Montserrat-SemiBold';
    font-size: 1.6rem;
    line-height: 22px;
    letter-spacing: 0.32px;
}
.header-nav li::after {
    display: none;
}
.header-nav li a {
    color: rgba(255, 255, 255, 0.6);
}
.header-nav li a:hover {
    color: #fff;
}
.menu-btn {
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.menu-bar {
    position: relative;
    max-width: 20px;
    width: 100%;
    margin-left: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: rgba(255, 255, 255, 0.6);
    content: '';
    height: 2px;
    margin: 2px 0 2px auto;
    width: 20px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar::after {
    width: 60%;
}
.menu-bar div {
	transform: scale(0);
}
.menu-btn.active  .menu-bar div {
    transform: scale(0);
}
.menu-btn.active .menu-bar:before {
    transform: translateY(3px) rotate(135deg);
}
.menu-btn.active .menu-bar:after {
    transform: translateY(-5px) rotate(-135deg);
    width: 100%;
}
.mega-menu {
    height: 100vh;
    width: 450px;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #121212;
    padding: 130px 60px 50px;
    clip-path: inset(0 0 0 100%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mega-menu-active {
    clip-path: inset(0 0 0 0);
}
.mega-menu li {
    padding: 0;
    margin-bottom: 20px;
    font-size: 2.4rem;
}
.mega-menu li::after {
    display: none;
}
.mega-menu li:last-child {
    margin-bottom: 0;
}
.mega-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
}
.menu-overlay {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.55);
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-overlay-active {
    opacity: 1;
    pointer-events: all;
}
.mega-menu-wrap {
    height: 100%;
    overflow-y: auto;
}
.mega-menu-wrap::-webkit-scrollbar {
    width: 10px;
    background-color: #1A1A1A;
}
.mega-menu-wrap::-webkit-scrollbar-thumb {
    background-color: #252525;
}
/********banner-sec*********/
.banner-sec {
	position: relative;
}
.banner-content {
	position: absolute;
	top: 50%;
	left: 0;
    transform: translateY(-50%);
	z-index: 2;
	width: 100%;
}
.banner-content p {
    margin: 25px 0 40px;
}
.banner-video,.each-banner  {
	height: 912px;
	overflow: hidden;
}
.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-wrap {
    max-width: 930px;
    width: 100%;
}
.banner-content p {
    max-width: 524px;
    width: 100%;
    color: #fff;
}
.banner-content .border-btn::after {
    background-image: url(../images/btn-user.svg);
}
.banner-content .common-btn {
    margin-right: 18px;
}
/*****product-sec******/
.product-sec {
    padding-top: 80px;
    position: relative;
    overflow-x: clip;
    
}
.product-sec::after {
    content: "";
    background-color: #EEE;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 60%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 60%);
    z-index: -1;
}
.product-sec .container {
    position: relative;
    z-index: 2;
}
.product-heading {
    margin-bottom: 73px;
}
.product-heading h2 {
    color:#1A1818;
}
.aanbod-dtl-product-sec .product-heading h2 {
    color: #fff;
}
.product-heading .txt-btn {
    color: #1A1818;
}
.product-heading .txt-btn::after {
    filter: brightness(0);
    -webkit-filter: brightness(0);
}
.product-heading .txt-btn:hover {
    color: #960606;
}
.product-heading .txt-btn:hover::after {
    filter: brightness(1);
    -webkit-filter: brightness(1);
}
.product-slider {
    position: relative;
}
.each-product {
    background-color: #fff;
}
.each-product-text h4 {
    color: #FFFFFF;
    font-size: 2.4rem;
    letter-spacing: normal;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-text p {
    margin-bottom: 29px;
    margin-top: 13px;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2lh;
    overflow: hidden;
    color: #A8A8A8;
}
.each-product-text td {
    color: #A8A8A8;
    font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    line-height: normal;
    position: relative;
    padding: 0 15px;
}
.each-product-text td::after {
    content: "";
    background-color: #767474;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 2px;
}
.each-product-text td:last-child::after {
    display: none;
}
.each-product-text td:last-child {
    padding-right: 0;
}
.each-product-text td:first-child {
    padding-left: 0;
}
.product-top {
    padding: 16px 13px 24px;
    background-color: #FFF;
}
.product-price {
    padding: 16px 50px 16px 13px;
    position: relative;
    background-color:#0F0F0F;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
}
.product-price::after {
    content: "";
    height: 14px;
    width: 14px;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/txt-btn-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px;
    filter: brightness(10);
    -webkit-filter: brightness(10);
    opacity: 0;
}
.product-price h6 {
    color: #A8A8A8;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-price h6 strong {
    font-weight: normal;
    font-family: 'Montserrat-Bold';
    margin-right: 15px;
    color: #FFFFFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover .product-price {
    background-color: #D72324;
}
.each-product:hover .product-price h6 {
    color: rgba(255, 255, 255, 0.75);
}
.each-product:hover .product-price h6 strong {
    color: #fff;
}
.each-product:hover .product-price::after {
    opacity: 1;
}
.product-mark {
    position: absolute;
    top: -50%;
    right: -5%;
    z-index: 1;
    pointer-events: none;
}
.product-slider .common-arrow {
    border-color: #1A1818;
}
.product-slider .swiper-button-next {
    right: -5%;
}
.product-slider .swiper-button-prev {
    left: -5%;
}
.product-slider .swiper-button-next img {
    filter: invert(1);
}
.product-slider .swiper-button-prev:hover img {
    filter: invert(0) brightness(10);
}
.product-slider .swiper-button-next:hover img {
    /* filter: invert(1) brightness(1); */
    filter: brightness(1);
}
/*******service-sec*******/
.service-sec {
    padding: 120px 0 41px;
    overflow-x: hidden;
    position: relative;
}
.service-heading {
    margin-bottom: 100px;
}
.service-heading-info {
    max-width: 650px;
    width: 100%;
}
.service-heading-info p {
    margin: 20px 0 40px;
    max-width: 560px;
    width: 100%;
    color: #fff;
}
.service-heading-info .txt-btn {
    color: rgba(255, 255, 255, 0.50);
    margin-right: 38px;
}
.service-heading-info .txt-btn::after {
    filter: grayscale(1);
}
.service-heading-info .txt-btn:hover {
    color:#FFFFFF;
}
.service-heading-info .txt-btn:hover::after {
    filter: grayscale(0);
}
.service-slider {
    width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.service-slider-wrap {
    margin: 0 -12%;
    position: relative;
}
.service-slider-wrap::after,
.service-slider-wrap::before {
    content: "";
    height: 100%;
    width: 23%;
    right: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgba(18, 18, 18, 0.00) 0%, #121212 100%);
    z-index: 1;
    display: none;
}
.service-slider-wrap::before {
    right: auto;
    left: 0;
    background: linear-gradient(-90deg, rgba(18, 18, 18, 0.00) 0%, #121212 100%);
    z-index: 2;
    display: none;
}
.each-service {
    position: relative;
}
.each-service::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-img {
    height: 100%;
    overflow: hidden;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-text {
    position: absolute;
    left: 0;
    bottom: -53px;
    padding: 27px 50px;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
}
.each-service-text h4 {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-text .txt-btn {
    margin-top: 20px;
}
.each-service:hover .each-service-text {
    bottom: 0;
}
.each-service:hover::after {
    opacity: 1;
}
.each-service:hover .each-service-text h4 {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 3rem;
    line-height: 42px;
    letter-spacing: 0.6px;
}
.each-service:hover .each-service-img img {
    transform: scale(1.1);
}
.service-mark {
    position: absolute;
    right: 0;
    top: 16%;
    pointer-events: none;
    z-index: -1;
}
.service-control {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 60px;
    margin-left: auto;
    margin-right: 70px;
    gap: 26px;
}
.service-control .common-arrow {
    position: initial;
    margin: 0;
}
/*****usp-sec*****/
.usp-sec table,
.usp-sec tbody {
    width: 100%;
    display: block;
}
.usp-sec tr {
    display: flex;
}
.usp-sec td {
    width: 33.33%;
    padding: 67px 75px;
    background-color: #090909;
    cursor: default;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: flex;
    vertical-align: top;
    flex-direction: column;
    position: relative;
}
.usp-sec td:nth-child(2) {
    background-color: #0F0F0F;
}
.usp-sec td:nth-child(3) {
    background-color: #1C1C1C;
}
.usp-sec td h6 {
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px;
    font-family: 'Montserrat-SemiBold';
    position: relative;
    z-index: 1;
}
.usp-sec td p {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    color: #fff;
}
.usp-sec td h6::after {
    content: "";
    width: 13px;
    height: 13px;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    background-image: url(../images/tick-white1.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 13px;
    position: absolute;
}
.usp-sec td::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
    opacity: 0;
}
.usp-sec td:hover::after {
    opacity: 1;
}
/*****about-sec*****/
.about-sec {
    background-color: #F5F5F5;
    position: relative;
    padding: 133px 0;
}
.about-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 57%;
    height: 100%;
}
.about-img img {
    height: 100%;
    object-fit: cover;
}
.about-text {
    background-color: #fff;
    padding: 95px 140px 170px;
    position: relative;
    z-index: 1;
    max-width: 733px;
    margin-left: auto;
}
.about-text h3 {
    color: #121212;
    font-family: 'LibreFranklin-Regular';
}
.about-text h3 strong {
    font-family: 'LibreFranklin-Bold';
    font-weight: normal;
}
.about-text p {
    color: #121212;
    margin: 33px 0 20px;
}
.about-man {
    display: flex;
    position: relative;
    padding-top: 40px;
}
.about-man::after {
    content: "";
    width: 40px;
    height: 40px;
    top: 0;
    right: 60px;
    background-image: url(../images/about-quote.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px;
    position: absolute;
}
.about-man-img {
    height: 64px;
    width: 64px;
    border-radius: 100%;
    margin-right: 18px;
    overflow: hidden;
}
.about-man-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.about-man-text h4 {
    color: #121212;
    font-family: 'IndieFlower-Regular';
    font-size: 3rem;
    line-height: 42px; 
    letter-spacing: 0.6px;
}
.about-man-text h6 {
    color: #121212;
    font-size: 1.2rem;
    line-height: 20px; 
    letter-spacing: 0.24px;
}
.box-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}
/***review-sec****/
.review-sec {
    padding: 110px 0;
    background-color:#EEEEEE;
    position: relative;
}
.review-sec .container {
    z-index: 1;
    position: relative;
}
.review-mark {
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
}
/***footer-area****/
.footer-area {
    overflow: hidden;
}
.footer-top {
    padding: 69px 0 115px;
    overflow-y: clip;
    position: relative;
}
.footer-top::after {
    content: "";
    height: 1px;
    width:100vw;
	margin-left:-50vw;
	left:50%;
    bottom: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.20);
}
.footer-logo img {
    width: 230px;
}
.footer-left {
    position: relative;
}
.footer-left::after {
    content: "";
    height: 100vh;
    width: 1px;
    position: absolute;
    top: -50%;
    right: 0;
    background-color: rgba(255, 255, 255, 0.20);
}
.footer-left h2 {
    margin: 50px 0 23px;
    color: #fff;
    font-size: 4rem;
}
.footer-left .with-icon::after {
    height: 24px;
    width: 24px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    background-image: url(../images/f-call.svg);
    background-size: 12px;
}
.footer-left .with-icon {
    padding-left: 56px;
}
.footer-left .with-icon:hover::after {
    border-color: #fff;
    opacity: 1;
}
.footer-info {
    max-width: 840px;
    width: 100%;
    margin-left: auto;
}
.each-footer-info h5 {
    margin-bottom: 17px;
}
.each-footer-info ul {
    padding: 0;
    margin: 0;
}
.each-footer-info li {
    padding: 0;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 6px;
}
.each-footer-info li::after {
    display: none;
}
.each-footer-info li a,
.each-footer-info p a {
    color: rgba(255, 255, 255, 0.5);
}
.each-footer-info li a:hover,
.each-footer-info p a:hover {
    color: #D72324;
}
.each-footer-info p {
    line-height: 29px;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.5);
}
.each-footer-info h6 {
    font-family: 'LibreFranklin-Medium';
    margin-top: 11px;
}
.each-footer-info h6 .txt-btn {
    font-family: 'LibreFranklin-Medium';
}
.each-footer-info table {
    margin-bottom: 10px;
}
.each-footer-info td {
    color: rgba(255, 255, 255, 0.5);
    line-height: 29px;
}
.each-footer-info td:nth-child(even) {
    text-align: right;
} 
.footer-time {
    max-width: 240px;
    width: 100%;
    margin-left: auto;
}
.footer-btm {
    padding: 28px 0;
}
.footer-btm p {
    color: rgba(255, 255, 255, 0.67);
    margin-bottom: 0;
}
.footer-btm p a {
    color: rgba(255, 255, 255, 0.67);
}
.footer-btm p a:hover {
    color:#D72324;
}
.footer-privacy p {
    font-size: 1.4rem;
}
.footer-social ul {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0;
    margin: 0;
    gap: 10px;
}
.footer-social li {
    padding: 0;
}
.footer-social li::after {
    display: none;
}
.footer-social li a {
    height: 48px;
    width: 48px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social li a:hover {
    border-color: #D72324;
}
.footer-social li a:hover img {
    filter: brightness(0) saturate(100%) invert(23%) sepia(51%) saturate(3704%) hue-rotate(343deg) brightness(92%) contrast(102%);
    -webkit-filter: brightness(0) saturate(100%) invert(23%) sepia(51%) saturate(3704%) hue-rotate(343deg) brightness(92%) contrast(102%);
}
/****************************diensten******************************/
/****inner-banner-sec****/
.inner-banner-sec {
    overflow: hidden;
}
.inner-banner-sec .each-banner {
    height: auto;
}
.inner-banner-sec .txt-btn {
    margin-right: 38px;
    color: rgba(255, 255, 255, 0.50);
}
.inner-banner-sec .txt-btn::after {
   background-image: url(../images/light-white-arrow.svg);
}
.inner-banner-sec .txt-btn:hover::after {
    background-image: url(../images/white-arrow.svg);
    filter: none;
}
.inner-banner-sec .txt-btn:hover {
    color: rgba(255, 255, 255, 0.50);
    color: #fff;
}
.inner-banner-sec h1 {
    margin-bottom: 20px;
}
.inner-banner-sec .banner-content {
    top: 60%;
}
.inner-banner-mark {
    position: absolute;
    right: 0;
    top: 50%;
    pointer-events: none;
    z-index: 1;
}
/****list-sec****/
.list-sec {
    padding-bottom: 66px;
}
.each-list {
    background-color: #121212;
    padding-bottom: 64px;
    position: relative;
}
.each-list-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 57%;
    height: 100%;
}
.each-list-img img {
    height: 100%;
    object-fit: cover;
}
.each-list-info {
    background-color:#1C1C1C;
    padding: 117px 140px;
    position: relative;
    z-index: 1;
    max-width: 733px;
    margin-left: auto;
}
.each-list-info h3 {
    color:#FFFFFF;
    font-family: 'LibreFranklin-Regular';
}
.each-list-info p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    margin-bottom: 0;
    margin-top: 20px;
}
.each-list-info .box-btn {
    background-color: #fff;
}
.each-list:hover .each-list-info .box-btn {
    background-color: #D72324;
}
.each-list:nth-child(even) {
    background-color:#121212;
}
.each-list:nth-child(even) .each-list-img {
    right: 0;
    left: auto;
}
.each-list:nth-child(even) .each-list-info {
    margin-left: 0;
    margin-right: auto;
    max-width: 733px;
}
/****************************diensten-dtl******************************/
/****back-btn****/
.back-btn-area {
    position: relative;
    top: 194px;
    z-index: 1;
}
.back-btn .txt-btn {
    padding-left: 27px;
    padding-right: 0;
}
.back-btn .txt-btn::after {
    right: auto;
    left: 0;
    transform: translateY(-50%) rotate(180deg);
}
/****diensten-dtl-top****/
.diensten-dtl-top {
    padding: 200px 0 40px;
    position: relative;
}
.diensten-dtl-top-info {
    margin-top: -10px;
    padding-right: 85px;

    padding-bottom: 70px;
    padding-top: 50px;
}
.diensten-dtl-top-info h3 {
    margin-bottom: 34px;
}
.diensten-dtl-top-info p {
    margin-bottom: 25px;
    color: #fff;
}
.diensten-dtl-top::after {
    clip-path: polygon(200% 52%, 0% 100%, 100% 100%);
    -webkit-clip-path: polygon(200% 52%, 0% 100%, 100% 100%);
    content: '';
    position: absolute;
    right: 0;
    top: 1px;
    background-color:#EEE;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.diensten-dtl-top-info h6 {
    font-family: 'Montserrat-SemiBold';
    color: #fff;
    line-height: 26px;
    letter-spacing: 0.32px;
    margin-bottom: 5px;
}
/****diensten-dtl-mid****/
.diensten-dtl-mid {
    background-color: #EEE;
    position: relative;
    padding-bottom: 370px;
}
.diensten-dtl-mid.usp-sec td {
    background-color: transparent;
    padding: 45px 70px 20px;
}
.diensten-dtl-mid.usp-sec td strong {
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    height: 100%;
    font-weight: normal;
}
.diensten-dtl-mid.usp-sec td h6 {
    font-family: 'LibreFranklin-SemiBold';
    color: #1A1818;
}
.diensten-dtl-mid.usp-sec td p {
    margin-bottom: 0;
    position: relative;
    padding-bottom: 15px;
    color: #1A1818;
}
.diensten-dtl-mid-mark {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 0;
}
.diensten-dtl-mid.usp-sec td:hover::after {
    opacity: 0;
}
.diensten-dtl-mid.usp-sec td p::before {
    content: "";
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color:#1A1818;
    position: absolute;
}
/****form-sec****/
.form-sec {
    background-color:#121212;
}
.form-top {
    margin-bottom: 58px;
}
.form-top .about-man::after {
    display: none;
}
.form-top h3 {
    color: #121212;
}
.form-top .about-man-text h4 {
    font-family: 'Montserrat-Bold';
    font-size: 1.6rem;
    line-height: 34px;
    letter-spacing: 0.32px;
}
.form-top .about-man-text a {
    font-family: 'Montserrat-Bold';
    color: #121212;
    line-height: 22.4px;
    letter-spacing: 0.32px;
}
.form-top .about-man-text a:hover {
    color: #D72324;
}
.form-top .about-man-text p {
    color: #121212;
    margin-bottom: 0;
}
.form-top .about-man {
    padding-top: 0;
    align-items: center;
    max-width: 570px;
    margin: 0 auto;
}
.form-top .about-man-img {
    height: 75px;
    width: 75px;
}
.form-main-wrap .col-lg-6, .form-main-wrap .col-lg-12{
    padding: 0 13px;
}
.form-main-wrap .row {
    margin: 0 -13px;
}
.form-main-wrap .form-group {
    padding-bottom: 26px;
}
.form-wrap {
    background-color: #fff;
    padding: 82px 133px 90px;
    position: relative;
    margin-top: -287px;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.05);
}
.form-main-wrap .form-styl {
    font-family: 'Montserrat-Bold';
    color: rgba(18, 18, 18, 1);
    font-size: 1.6rem;
    letter-spacing: 0.32px;
	background: #EEE;
	line-height: 28px;
    resize: none;
    border: none;
    outline: none;
    padding: 23px 35px;
    font-style: italic;
}
.form-main-wrap .form-styl:focus {
    color: rgba(18, 18, 18, 1);
    background: #EEE;
    outline: 0;
    box-shadow: none;
}
.form-main-wrap .form-styl:placeholder{
    color: rgba(18, 18, 18, 0.40); 
}
.form-main-wrap .form-styl:-ms-input-placeholder{
    color: rgba(18, 18, 18, 0.40); 
}
.form-main-wrap .form-styl::placeholder {
    color: rgba(18, 18, 18, 0.40);
}
.form-main-wrap .form-styl:focus::placeholder {
    color: rgba(18, 18, 18, 1);
}
.form-main-wrap .form-styl.foto_upload,
.form-main-wrap .form-styl.photo_upload {
    color: rgba(18, 18, 18, 0.40);
}
.form-wrap .box-btn::after {
    background-image: url(../images/form-send.svg);
    height: 29px;
    width: 29px;
    background-size: 29px;
}
.form-group.form-text-area {
    position: relative;
}
.form-attachment {
    position: absolute;
    right: 0;
    bottom: 20px;
    padding: 20px;
}
/****diensten-service-sec****/
.diensten-service-sec {
    background-color:#121212;
    padding: 90px 0 71px;
}
.diensten-service-sec .service-heading h3 {
    color: #FFF;
    font-family: 'LibreFranklin-Regular';
}
.diensten-service-sec .service-heading h3 strong {
    font-weight: normal;
    font-family: 'LibreFranklin-Bold';
}
.diensten-service-sec .service-heading {
    margin-bottom: 65px;
}
.diensten-service-sec .service-slider {
    width: 100%;
    margin-left: 0;
    left: 0;
}
.diensten-service-sec .service-slider-wrap {
    margin: 0;
}
/****************************over-ons******************************/
/****over-ons-top****/
.over-ons-top {
    background-color: #f5f5f5;
    padding: 120px 0 155px;
    position: relative;
}
.over-ons-top-info {
    padding-right: 91px;
    position: relative;
    z-index: 2;
}
.over-ons-top-info h3 {
    color: #121212;
    font-family: 'LibreFranklin-Bold';
    line-height: 63px;
    letter-spacing: 0.8px;
    font-size: 4rem;
    margin-bottom: 20px;
}
.over-ons-top-info p {
    color: #121212;
}
.over-ons-mark {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}
/****over-ons-mid****/
.over-ons-mid {
    position: relative;
    background-color: #F5F5F5;
}
.over-ons-mid::after {
    content: '';
    background-color: #EEEEEE;
    height: 82%;
    width: 100%;
    right: 0;
    position: absolute;
    bottom: 0;
    clip-path: polygon(0 0, 100% 12%, 100% 100%, 0% 100%);
}
.over-ons-mid::before {
    content: '';
    background-color: #f5f5f5;
    height: 51%;
    width: 52%;
    left: 0;
    top: 0;
    position: absolute;
}
.over-ons-mid-img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 52%;
    transform: translateY(-50%);
    z-index: 1;
    height: 100%;
}
.over-ons-mid-img img {
    height: 100%;
    object-fit: cover;
}
.over-ons-mid-info {
    padding: 30px 0 30px 127px;
    position: relative;
    z-index: 1;
    max-width: 733px;
    margin-left: auto;
}
.over-ons-mid-info p {
    margin-bottom: 37px;
}
.acc-block ul {
	padding: 0 ;
	margin: 0;
	list-style: none;
}
.acc-block li {
    border-bottom: 1px solid rgba(26, 24, 24, 0.20);
    padding: 26px 26px 26px 0;
}
.acc-block li>*:not(:first-child) {
	display: none;
}
.acc-block li h6::after {
	position: absolute;
	height: 16px;
	width: 16px;
	background-image: url(../images/white-down-arrow.svg);
	background-size: 16px;
	content: "";
	top: 4px;
	right: 0;
	transition: all 0.5s;
    background-repeat: no-repeat;
    background-position: center;
}
.acc-block li h6::before {
	position: absolute;
	height: 16px;
	width: 16px;
	background-image: url(../images/tick-white.svg);
	background-size: 16px;
	content: "";
	top: 2px;
	left: 0;
	transition: all 0.5s;
    background-repeat: no-repeat;
    background-position: center;
}
.acc-block li::after {
    display: none;
}
/* .show_accordian h6::after {
	transform: rotate(-90deg);
} */
.acc-block h6 {
    position: relative;
    cursor: pointer;
    padding-right: 28px;
    color: #1A1818;
    font-family: 'LibreFranklin-SemiBold';
    line-height: 24px;
    padding-left: 28px;
}
.acc-block p {
	margin-top: 22px;
	margin-bottom: 0 !important;
	max-width: 550px;
	width: 100%;
    letter-spacing: normal;
    padding-left: 28px;
}
/****over-ons-man****/
.over-ons-man {
    padding: 180px 0 62px;
    position: relative;
}
.over-ons-man::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 31%;
    width: 100%;
    background-color: #fff;
}
.over-ons-man-slider .swiper {
    padding-top: 140px;
}
.over-ons-man-title h3 {
    font-size: 4rem;
    font-family: 'LibreFranklin-Bold';
}
.each-over-ons-man-info {
    background-color: #fff;
    padding: 27px 70px 27px 50px;
    max-width: 266px;
    width: 100%;
    margin: 0 auto;
    margin-left: auto;
    margin-right: -20px;
    position: absolute;
    top: -30%;
    left: 31%;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-over-ons-man:hover .each-over-ons-man-info {
    opacity: 1;
}
.each-over-ons-man-info::after {
    content: '';
    position: absolute;
    right: 80px;
    top: 99%;
    background-color: #fff;
    height: 100%;
    width: 100%;
    clip-path: polygon(42% 0, 50% 14%, 58% 0);
    -webkit-clip-path: polygon(42% 0, 50% 14%, 58% 0);
    z-index: 2;
}
.each-over-ons-man-info h4 {
    font-size: 2.4rem;
    line-height:  33.6px;
    letter-spacing: 0.48px;
    color: #121212;
}
.each-over-ons-man-info h6 {
    font-family: 'Montserrat-ExtraLightItalic';
    color: #121212;
    line-height: 22.4px;
    letter-spacing: 0.32px;
    margin: 2px 0;
}
.each-over-ons-man-info a {
    color: #121212;
    line-height: 29.6px;
    letter-spacing: 0.32px;
}
.each-over-ons-man-info a:hover {
    color: #D72324;
}
.over-ons-man-slider .common-arrow {
    top: 56%;
}
.over-ons-man-slider .swiper-button-next {
    right: -5.5%;
}
.over-ons-man-slider .swiper-button-prev {
    left: -5.5%;
}
/****over-ons-slider****/
.over-ons-slider {
    background-color: #121212;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}
.over-ons-slider::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 12%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #000 100%);
    z-index: 1;
}
.over-ons-slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 12%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #000 100%);
    z-index: 2;
}
.each-over-ons-slider {
    overflow: hidden;
}
.each-over-ons-slider:hover img {
    transform: scale(1.1);
}
.each-over-ons-slider:hover img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/****************************vacature-dtl******************************/
.vacature-dtl-mid {
    padding-bottom: 395px;
}
.vacature-dtl-mid td {
    display: block;
    width: 50%;
}
.diensten-dtl-mid.vacature-dtl-mid.usp-sec td {
    padding: 0;
    padding-top: 58px;
}
.vacature-dtl-mid.usp-sec td h6 {
    line-height: 28.48px;
    letter-spacing: 0.32px;
    margin-bottom: 1px;
    color: #1A1818;
}
.vacature-dtl-mid td h6::after {
    display: none;
}
.vacature-dtl-mid td::before {
    display: none;
}
/****vacature-service-sec****/
.vacature-service-sec {
    background-color: #f5f5f5;
    padding: 90px 0 18px;
}
.vacature-service-sec .service-heading {
    margin-bottom: 65px;
}
.vacature-service-sec .service-slider {
    width: 100%;
    margin-left: 0;
    left: 0;
    position: relative;
}
.vacature-service-sec .service-slider-wrap {
    margin: 0;
}
.vacature-service-sec .service-heading h3 {
    color: #121212;
    font-family: 'LibreFranklin-Regular';
}
/****************************contact******************************/
/****contact-map****/
.map {
    height: calc(100% - 14px);
}
.contact-map {
    background-color: #f5f5f5;
    padding: 86px 0 72px;
}
.contact-map .col-lg-5 {
    width: 42%;
}
.contact-map .col-lg-7 {
    width: 58%;
}
.contact-map-left {
    padding-right: 70px;
}
.contact-map-left h2 {
    color: #121212;
    font-family: 'libre_franklinextrabold';
    margin-bottom: 25px;
    line-height: 80px;
    letter-spacing: 2.4px;
}
.contact-map-left .form-main-wrap .col-lg-6 {
    padding: 0;
}
.contact-map-left .form-main-wrap .row {
    margin: 0;
}
.contact-map-left .form-main-wrap .form-styl {
    color: #121212;
    background-color: #fff;
    padding: 26px 26px;
}
.contact-map-left .form-main-wrap .form-styl:focus {
    color: #121212;
}
.form-styl::placeholder {
	color: #121212;
}
.contact-map-left .form-styl:focus::placeholder{
    color: #121212;
}
.contact-map-left .form-group.form-text-area .box-btn::after {
    background-image: url(../images/form-send.svg);
    height: 29px;
    width: 29px;
    background-size: 29px;
}
.contact-map-left .form-styl.txt-area-height {
    min-height: 190px;
}
.contact-map-left .form-main-wrap .col-md-6 {
    margin-bottom: 14px;
}
.contact-map-left .form-main-wrap .col-md-12 {
    margin-bottom: 14px;
}
.contact-map-left .form-main-wrap .form-group {
    padding-bottom: 0;
}
/****contact-btm-part****/
.contact-btm-part {
    background-color: #f5f5f5;
    padding-bottom: 113px;
}
.contact-btm-part-info {
    background-color:#121212;
    padding: 50px 100px 25px;
    position: relative;
    width: calc(100% + 105px);
    height: 100%;
    top: 20px;
}
.contact-btm-mark {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
.contact-btm-part-img {
    padding-left: 25px;
    height: calc(100% + 40px);
}
.contact-btm-part-img img {
    height: 100%;
    object-fit: cover;
}
.each-contact-info {
    display: flex;
    align-items: start;
    margin-bottom: 30px;
}
.each-contact-info-img {
    height: 47px;
    width: 47px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 60px;
}
.each-contact-info-text h6 {
    color: #fff;
    font-size: 2rem;
    font-family: 'LibreFranklin-Bold';
    letter-spacing: 0.32px;
    margin-bottom: 10px;
}
.each-contact-info-text p {
    margin-bottom: 0;
}
.each-contact-info-text p a {
    line-height: normal;
}
.each-contact-info-text p a:hover {
    color: #c71919;
}
/****************************aanbod-list******************************/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 170px 0 90px;
    position: relative;
    z-index: 3;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.aanbod-filter-title {
    margin-bottom: 70px;
}
.aanbod-filter-title h1 {
    font-family: 'LibreFranklin-Bold';
}
.aanbod-filter-title h3 {
    font-family: 'LibreFranklin-Medium';
    font-size: 4rem;
    color: #fff;
}
.filter-reset a {
	color: #fff;
	font-size: 1.6rem;
	font-family: 'interlight';
    line-height: 22.4px;
    letter-spacing: 0.32px;
    opacity: 0.75;
}
.filter-reset a:hover {
	color: #D72324;
    opacity: 1;
}
.select-style {
	width: 100%;
    height: 48px;
    color: #fff;
    font-family: 'Montserrat-Medium';
    font-size: 1.6rem;
	background-color: #0F0F0F;
    border: 1px solid #0F0F0F;
    padding: 0 30px 0 18px;
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    cursor: default;
    text-align: center;
}
.filter-main {
    max-width: 1100px;
    margin: 0 auto 20px;
}
.filter-main option{
	font-family: 'Montserrat-Medium';
	background-color: #1E1E1E;
}
.filter-content {
    display: none;
    background-color:#1E1E1E;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #1E1E1E;
    border-top: 0;
    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: #f5f5f5;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'Montserrat-Medium';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #f5f5f5;
    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 #f5f5f5;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #D72324;
    border-color: #D72324;
}
.auto-overview-tag {
    margin-right: 8px;
	margin-bottom: 15px;
    padding: 8px 18px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #f5f5f5;
    background-color:#D72324;
	font-family: 'Montserrat-Medium';
    font-size: 1.4rem;
    border: 1px solid #D72324;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
	background-color: transparent;
}
.clear-filter-main {
    text-align: center;
}
.aanbod-filter {
	margin-bottom: 18px;
	width: 20%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 87px;
    background-color: #1E1E1E;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
}
.mobile-show-filter .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color:#D72324 ;
    border-color:#D72324;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #f5f5f5;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #f5f5f5;
	border-radius: 100%;
	color: #1E1E1E;
    border: 1px solid #f5f5f5;
	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:#D72324;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #f5f5f5;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #D72324;
}
.mobile-filter-close span img {
	width: 9px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
    color: #f5f5f5;
	padding: 0;
    font-size: 1.6rem;
    line-height: normal;
    border-radius: 0;
    margin-right: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: transparent;
}
.auto-overview-filter-result .common-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 0;
}
.auto-overview-filter-result .common-btn h3 {
    font-size: 1.6rem;
}
.auto-overview-filter-result .common-btn:hover {
	background-color: transparent;
    border-color: #D72324;
    color: #D72324;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: #f5f5f5;
    font-family: 'Montserrat-Medium';
    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-list-product-sec****/
.product-sec.aanbod-list-product-sec {
    background-color: #121212;
    padding-top: 0;
    padding-bottom: 54px;
}
.aanbod-list-product-sec .col-xl-4 {
    padding: 0 10px;
}
.aanbod-list-product-sec .row {
    margin: 0 -10px;
    row-gap: 20px;
}
.aanbod-list-mark {
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
}
.aanbod-list-mid h3 {
    font-family: 'LibreFranklin-Bold';
    font-size: 4rem;
    letter-spacing: normal;
    line-height: normal
}
.aanbod-list-mid {
    margin: 45px 0;
}
.product-sec.aanbod-list-product-sec::after {
    display: none;
}
/****************************verkocht******************************/
.verkocht-top {
    padding: 213px 0 103px;
}
.verkocht-top h1 {
    line-height: normal;
    letter-spacing: normal;
    font-size: 6.4rem;
}
.verkocht-top h4 {
    font-family: 'Montserrat-Medium';
    font-size: 2.4rem;
    color: #fff;
    line-height: normal;
    letter-spacing: 0.24px;
}
/****verkocht-product-sec****/
.aanbod-list-product-sec.verkocht-product-sec {
    padding-bottom: 140px;
}
.verkocht-product-sec .product-price::after {
    display: none;
}
.verkocht-product-sec .product-price h6 {
    font-family: 'LibreFranklin-Bold';
    font-size: 2.4rem;
    color: #f5f5f5;
    text-align: center;
}
.verkocht-product-sec .each-product:hover .product-price {
    background-color: #f5f5f5;
}
.verkocht-product-sec .each-product:hover .product-price h6 {
    color: #121212;
}
/****************************bedankt******************************/
/****bedankt-banner****/
.bedankt-banner .each-banner {
    height: auto;
}
.bedankt-banner .banner-content {
    top: 49%;
}
.bedankt-banner .banner-content p {
    max-width: 610px;
    font-family: 'Montserrat-Medium';
    line-height: 22px;
    margin: 20px 0;
}
.bedankt-banner .banner-content .txt-btn:after {
    top: 2px;
    transform: rotate(180deg);
    right: auto;
    left: 0;
}
.bedankt-banner .banner-content-wrap .txt-btn {
    padding-right: 0;
    padding-left: 27px;
    margin-top: 30px;
}
/****************************popup******************************/
/****popup****/
.modal-area .modal-dialog {
	max-width: 64%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(26, 24, 24, 0.40);
    backdrop-filter: blur(7px);
}
.modal-area .modal-content {
    border: 0;
    background-color: transparent;
	position: relative;
}
.modal-main-content .col-lg-5 {
    width: 30%;
}
.modal-main-content .col-lg-7 {
    width: 70%;
}
.modal-area .pop-up-image {
	height: 100%;
}
.modal-area .pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.modal-area .popup-content {
	padding: 80px 36px;
	background-color: #ffffff;
    position: relative;
}
.popup-logo img {
    width: 259px;
}
.modal-area .popup-content h3 {
    font-family: 'LibreFranklin-Bold';
}
.modal-area .popup-content p {
    color: #1A1818;
    margin: 0 0 24px;
}
.modal-area .popup-content ul {
    margin: 24px 0;
}
.modal-area .popup-content li::after {
    background-color: #1A1818;
}
.modal-area .popup-content .txt-btn {
    color: #1A1818;
}
.modal-area .popup-content .txt-btn:after {
    filter: brightness(0);
    -webkit-filter: brightness(0);
}
.modal-area .popup-content .txt-btn:hover {
    color: #D72324;
}
.modal-area .popup-content .txt-btn:hover::after {
    filter: brightness(1);
    -webkit-filter: brightness(1);
}
.popup-mark {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
/****************************aanbod-dtl******************************/
/****aanbod-dtl-back-btn****/
.aanbod-dtl-back-btn {
    padding: 190px 0 0;
    background-color: #121212;
}
.aanbod-dtl-back-btn .back-btn-area {
    top: 0;
}
.aanbod-dtl-back-btn .back-btn-area .txt-btn {
    color: #fff;
}
.aanbod-dtl-back-btn .back-btn-area .txt-btn {
    padding-right: 0;
    padding-left: 27px;
}
.aanbod-dtl-back-btn .back-btn-area .txt-btn::after {
    right: auto;
    left: 0;
    /* filter: brightness(0); */
    transform: rotate(180deg);
    top: 3px;
}
.aanbod-dtl-back-btn .back-btn-area .txt-btn:hover {
    color:#D72324;
}
.aanbod-dtl-back-btn .back-btn-area .txt-btn:hover::after {
    filter: brightness(1);
    -webkit-filter: brightness(1);
}
/****car-dtls-sec****/
.car-dtls-sec {
    position: relative;
    background-color: #121212;
}
.car-dtls-sec::before {
    clip-path: polygon(200% 54%, -100% 100%, 100% 100%);
    -webkit-clip-path: polygon(200% 54%, -100% 100%, 100% 100%);
    content: '';
    position: absolute;
    right: 0;
    bottom: -17%;
    background-color: #EEE;
    height: 100%;
    width: 100%;
    transform: translateY(-50%);
}
.car-dtls-sec::after {
    content: '';
    position: absolute;
    right: 0;
    top: 55%;
    background-color: #EEE;
    height: 100%;
    width: 100%;
}
.card-slider .common-arrow {
    background-color: #fff;
}
.card-slider .common-arrow:hover {
    background-color:#D72324;
    border-color:#D72324;
    backdrop-filter: blur(10px);
}
.card-slider .common-arrow img {
    filter: brightness(0);
}
.card-slider .common-arrow:hover img {
    filter: brightness(1);
}
.card-slider .swiper-button-prev.common-arrow {
    left: 30px;
}
.card-slider .swiper-button-next.common-arrow {
    left: auto;
    right: 30px;
}
.child {
    position: relative;
}
.child::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.child:hover::after {
    opacity: 1;
}
.child-arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.child:hover .child-arrow {
    opacity: 1;
}
.child img, .child-img img{
    width: 100%;
}
.child-img {
    margin-bottom: 18px;  
}
.child-arrow img {
    width: 15px;
}
.car-dtls-sec .col-lg-7 {
    width: 60%;
}
.car-dtls-sec  .col-lg-5 {
    width: 40%;
}
.car-dtls-info-title h3,
.car-dtls-info li h3 {
    font-size: 4rem;
    color: #FFF;
    font-family: 'LibreFranklin-Bold';
    line-height: normal;
    letter-spacing: normal;
}
.car-dtls-info-title h3 {
    height: 1lh;
    overflow: hidden;
}
.car-dtls-info-title p {
    color: rgba(255, 255, 255, 0.5);
    line-height: normal;
    letter-spacing: normal;
    margin: 12px 0 25px;
    font-family: 'Montserrat-Bold';
    height: 1lh;
    overflow: hidden;
}
.car-dtls-info-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);;
}
.car-dtls-info-price ul {
    list-style-type: none;
    display: flex;
    margin: 32px 0 44px;
}
.car-dtls-info-price li {
    position: relative;
    padding: 0 45px;
}
.car-dtls-info-price li:first-child {
    padding-left: 0;
}
.car-dtls-info-price li:first-child::after {
    display: none;
}
.car-dtls-info-price li::after {
    content: '';
    background-color: rgba(18, 18, 18, 0.25);
    height: 100%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
}
.car-dtls-info-price li h6 {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 5px;
    font-family: 'Montserrat-Bold';
}
.car-dtls-info {
    padding-left: 65px;
    padding-top: 15px;
}
.car-dtls-info table {
    margin-top: 80px;
    position: relative;
    z-index: 1;
    margin-bottom: 13px;
}
.car-dtls-info td {
    padding-top: 8px;
    padding-bottom: 8px;
    color:#1A1818;
    vertical-align: top;
    font-family: 'Montserrat-Bold';
}
.car-dtls-info td img {
    padding-right: 16px;
    margin-top: -3px;
}
.car-dtls-info td:nth-child(even) {
    padding-left: 100px;
}
.aanbod-dtl-btn {
    position: relative;
    z-index: 1;
}
.aanbod-dtl-btn li::after {
    display: none;
}
.aanbod-dtl-btn .common-btn {
    border-radius: 0;
    background-color:#D72324;
    border-color:#D72324;
    color: #fff;
    width: 100%;
    text-align: center;
}
.aanbod-dtl-btn .common-btn:hover {
    background-color:#960606 ;
    border-color:#960606 ;
    color: #fff;
}
.aanbod-dtl-btn .formbtn{
    background-color:#fff ;
    border-color:#fff ;
    color: #1A1818;
}
.aanbod-dtl-btn .formbtn:hover{
    background-color:#D72324 ;
    border-color:#D72324 ;
    color: #fff;
}
.aanbod-dtl-btn ul {
    display: flex;
    row-gap: 15px;
    flex-wrap: wrap;
    column-gap: 20px;
}
.aanbod-dtl-btn ul li {
    width: 48%;
    padding-left: 0;
}
.aanbod-dtl-btn li:first-child {
    width: 100%;
}
.aanbod-dtl-man {
    position: relative;
    z-index: 1;
    margin-top: 14px;
}
.aanbod-dtl-man strong img {
    margin-right: 10px;
    margin-top: -2px;
}
.aanbod-dtl-man a {
    font-weight: normal;
    font-family: 'Montserrat-Bold';
    line-height: 21px;
    color:#1A1818;
}
.aanbod-dtl-man a:hover {
    color: #414040;
}
.aanbod-dtl-man h4 {
    font-family: 'Montserrat-Bold';
    margin-bottom: 4px;
    color: #1A1818;
}
/****aanbod-tab-sec****/
.aanbod-tab-sec {
    padding: 27px 0 350px;
    background-color:#EEE;
    position: relative;
    z-index: 1;
}
.accordion-item h3 {
    font-size: 4rem;
    line-height: 40px;
    letter-spacing: normal;
}
.kenmerken-tab {
    background-color: #121212;
    padding: 36px 50px;
    overflow: hidden;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    overflow: hidden;
}
.kenmerken-tab li {
    line-height: 30px;
    width: 33.33%;
    padding: 20px 36px 20px 94px;
    position: relative;
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    font-family: 'Montserrat-Medium';
    font-size: 1.6rem;
    color: #fff;
	word-break: break-word;
    padding-right: 20px;
}
.kenmerken-tab li::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 200vw;
    left: -100vw;
    bottom: 0;
    top: auto;
    background-color: rgba(255, 255, 255, 0.15);
}
.aanbod-tab-main .accordion-header {
    /* margin-bottom: 83px; */
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.25); */
}
.aanbod-tab-main .accordion-body {
    padding: 0 0 40px 0;
}
.tab-btm-btn {
    margin-top: 17px;
}
.tab-btm-btn .common-btn {
    color: #8B8B8E;
    border: 0;
    background-color: transparent;
}
.tab-btm-btn .common-btn:hover {
    color: #D72324;
}
.kenmerken-tab li strong {
    font-family: 'Montserrat-Regular';
	color: rgba(255, 255, 255, 0.7);
    font-weight: normal;
    width: 50%;
    display: block;
}
.aanbod-tab-wrap .container {
	position: relative;
	z-index: 1;
}
.aanbod-tab-main .accordion-button::after {
    background-image: url(../images/white-down-arrow.svg);
    width: 35px;
    height: 35px;
	border-radius: 100%;
    background-size: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.5s;
}
.aanbod-tab-main .accordion-button:not(.collapsed)::after {
	transform: rotate(180deg);
}
.aanbod-tab-main .accordion-button:not(.collapsed) {
    color: #1c1c1c;
    background-color: transparent;
}
.aanbod-tab-main .accordion-item {
    border-left: none;
    border-top: none;
    border-right: none;
    background-color: transparent;
    border: 0;
}
.aanbod-tab-main .accordion-button {
    padding: 30px 0 32px;
    background-color: transparent;
    border-bottom: 1px solid #1A1818;
}
.aanbod-tab-main .accordion-body p {
    letter-spacing: 0.36px;
    margin-bottom: 0;
    max-width: 834px;
    width: 100%;
}
.aanbod-tab-main .accordion-button:focus {
    box-shadow: none;
}
.aanbod-tab-main .accordion-button:not(.collapsed) {
    box-shadow: none;
    margin-bottom: 42px;
}
.aanbod-tab-main .accordion-button h3{
	position: relative;
}
.aanbod-tab-main .accordion-button:not(.collapsed) h3::before{
	width: 100%;
}
.kenmerken-tab li:last-child::after, .kenmerken-tab li:nth-last-child(2)::after{
	display: none;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #1A1818;
    padding-bottom: 10px;
	margin-bottom: 10px;
    color: #1A1818;
}
.bullet-panel {
    margin-bottom: 20px;
}
.aanbod-tab-sec .bullet-panel ul li {
    position: relative;
	margin-bottom: 10px;
}
.aanbod-tab-sec .bullet-panel li:after {
    background-size: 8px;
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D72324;
}
.left-bg-block h6 {
    text-transform: none;
    color: #fff;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #D72324;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block h4 {
    text-transform: none;
	font-size: 2.6rem;
    font-weight: bold;
}
.each-onderhoud-block h5 {
    margin: 8px 0 30px;
    font-size: 1.8rem;
    letter-spacing: normal;
}
.aanbod-tab-main .accordion-item:last-child {
    border-bottom: 0;
}
/*****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(18, 18, 18, 0.60);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
	border-radius: 20px;
    background-color: #121212;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
	border: 1px solid #D72324;
	box-shadow: 0px 0px 25px 0px #D72324;
	-webkit-box-shadow: 0px 0px 25px 0px #D72324;
	overflow: hidden;
}
.kenmarken-popup-close {
	background-color: #121212;
    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 #D72324;
}
.kenmarken-popup-close img {
	width: 25px;
}
.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 h3 {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}
.kenmerken-popup-model h6 {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kenmarken-popup-content h4 {
	margin-bottom: 10px;
	font-family: 'Montserrat-Medium';
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
}
.kenmarken-popup-content li:nth-child(odd) {
    padding-right: 10px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    font-family: 'Montserrat-Medium';
    color: #fff;
    font-size: 1.6rem;
    line-height: 30px;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.kenmarken-popup-content li::after {
    display: none;
}
/****aanbod-dtl-form-sec****/
.aanbod-dtl-form-sec .form-wrap {
    position: relative;
    z-index: 2;
    margin-top: -239px;
    opacity: 1;
}
.aanbod-dtl-form-sec {
    position: relative;
    background-color: #121212;
}
.aanbod-dtl-form-sec::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -2px;
    background-color: #121212;
    height: 100%;
    width: 100%;
    clip-path: polygon(0 0, 100% 40%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 40%, 100% 100%, 0% 100%);
    z-index: 1;
}
.no-car-form {
    padding-bottom: 60px;
}
/****aanbod-dtl-product-sec****/
.aanbod-dtl-product-sec .product-mark {
    display: none;
}
.product-sec.aanbod-dtl-product-sec::after {
    display: none;
}
.product-sec.aanbod-dtl-product-sec {
    background-color: #121212;
    padding: 120px 0 60px;
}
.aanbod-dtl-product-sec .product-slider .swiper-button-prev img {
    filter: brightness(0);
    -webkit-filter: brightness(0);
}
.aanbod-dtl-product-sec .product-heading {
    margin-bottom: 83px;
}
.aanbod-dtl-product-sec .product-heading .txt-btn::after {
    filter: brightness(10);
    -webkit-filter: brightness(10);
}
.aanbod-dtl-product-sec .product-heading .txt-btn:hover::after {
    filter: brightness(1);
    -webkit-filter: brightness(1);
}
/*******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: 7.5px;
}


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

.star_icon h4, .bullet-panel h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #1A1818;
    text-transform: uppercase;
    color:#1A1818 ;
}
.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(#e41919 calc(1*100%/6),#fff 0 calc(3*100%/6),#e41919 0),
              linear-gradient(#e41919 calc(2*100%/6),#fff 0 calc(4*100%/6),#e41919 0),
              linear-gradient(#e41919 calc(3*100%/6),#fff 0 calc(5*100%/6),#e41919 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: #101824;
  }
  .privacy_section{
    padding: 140px 0 61px;
  }
  .lab-pro {
    background-color: #121212;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}
.aanbod-lab {
    display: flex
;
    justify-content: end;
}
/* ********************************************************************* ADDITIONAL CSS *********************************************************************************************** */
.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;
}

.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: 5vw;
	font-size: small;
}

.notifcation {
	position: relative;
}

.alert-number {
	display: none;
	position: absolute;
	bottom: 43px;
	right: 4px;
	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;
}
.header-bovag-logo{
    display: flex;
    align-items: center;
}
.header-bovag-logo .bovag-logo img{
 width: 98px;
 margin-left: 20px;

}
.p-bovag{
    display: flex;
    align-items: center;
}
.p-bovag .f-bovag-logo img{
    width: 98px;
    margin-left: 20px;
}
.aanbod-list-product-sec .product-top{
background-color: #1C1C1C;
}
.home-car-product .each-product-text h4{
    color: #1A1818;
}
.home-car-product .each-product-text td::after{
    background-color:rgba(26, 24, 24, 0.20);
}
.home-car-product .product-price {
    background-color: #F5F5F5;
}
.home-car-product .product-price h6 strong{
    color: #1A1818;
}
.product-slider .common-arrow:hover{
    border: 1px solid red;
}
.aanbod-dtl-product-sec .product-price{
    background-color:#F5F5F5 ;
}
.aanbod-dtl-product-sec .product-price h6 strong{
    color: #1A1818;
}
.aanbod-dtl-product-sec .each-product-text td::after{
    background-color: rgba(26, 24, 24, 0.20);
}
.aanbod-dtl-product-sec .each-product-text h4{
    color: #1A1818;

}
.aanbod-dtl-product-sec .product-heading .txt-btn{
    color: #FFFFFF;
}
.aanbod-dtl-product-sec .product-heading .txt-btn:hover {
    color: #D72324;
}
.each-list .box-btn::after{
    filter: brightness(0);
}
.each-list:hover .each-list-info .box-btn::after{
    filter: brightness(1);
}
.diensten-dtl-top h3{
    color: #fff;
}
.diensten-dtl-mid.usp-sec td h6::after{
    filter: brightness(0);
}
.close-img {
    position: absolute;
    top: 5px;
    right: 10px;
    height: 44px;
    width: 44px;
    z-index: 1;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.close-img img {
    width: 36px;
    height: 36px;
    filter: brightness(0);
}
.jOGUgL,.EkQXg {
    background-color: #fff !important;
}
body .share-social-media-button .a2a_dd {
    padding: 0 !important; 
    border: 0 !important; 
}
body .share-social-media-button .a2a_dd svg {
    margin-right: 0 !important;
    filter: invert(1) !important;
}
.fixed-call-icon img {
    width: 20px;
}
.fixed-call-icon {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 23px;
    bottom: calc(1px + 85px);
    z-index: 999;
    background-color: #D72324;
}
.privacy_section p{
    color: #fff;
}
.verkocht-product-sec .product-price{
    padding: 16px 13px;
}
.banner-sec h2{
	margin-bottom: 30px;
}
.accordion-item iframe{
    height: 850px !important;
}