<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	color: #1C1C1C;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
	background-color: #1C1C1C;
    /*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;
}
/*==============================index==============================*/
/****header****/
.header-top {
    padding: 6px 0 12px;
    background-color: #121212;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-top-left ul {
    display: flex;
    column-gap: 8px;
}
.header-top-left li {
    padding-left: 0;
}
.header-top-left li::after {
    display: none;
}
.header-top-left li a img {
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-top-left li a:hover img {
	filter: brightness(1) invert(0);
	-webkit-filter: brightness(1) invert(0);
}
.header-top-right li {
	position: relative;
	padding: 0 20px;
}
.header-top-right li:last-child::after {
    /* display: none; */
}
/* .header-top-right li img {
	margin-top: 3px;
} */
.header-top-right li img {
	margin-right: 5px;
}
.header-top-right li:first-child {
	padding-left: 0;
}
.header-top-right li:last-child {
	padding-right: 0;
}
.header-top-right li::after {
	background: rgba(255, 255, 255, 0.10);
	content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
}
.header-top-right ul li a {
    font-size: 1.2rem;
    line-height: 16.86px;
    letter-spacing: 0.12px;
    font-family: 'LamaSans-Medium';
    margin-left: 10px;
}
.header-top-right ul {
	display: flex;
	justify-content: end;
	align-items: center;
}
.header-top-right ul li a:hover {
	color: #BF192B;
}
.header-left {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: rgba(28, 28, 28, 0.20);
	backdrop-filter: blur(10px);
}
.header-area ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.header-logo img {
    width: 186px;
}
.header-bovag img {
	width: 74px;
}
.header-klanten img {
	width: 119px;
}
.header-nav ul {
    display: flex;
    align-items: center;
    column-gap: 38px;
    justify-content: end;
}
.header-nav li {
    font-size: 1.4rem;
    line-height: 20px;
    font-family: 'Inter-Medium';
    letter-spacing: 0.14px;
    padding-left: 0;
}
.header-nav li::after {
    display: none;
}
.header-nav li a:hover {
	color: #BF192B;
}
.header-area-block {
    padding: 8px 0;
}
/* .header-werkplaats {
    font-size: 1.4rem;
    font-family: 'Inter-Medium';
    line-height: 20px;
    text-transform: none;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 9px 14px;
    background-color: #fff;
    color: #14151B;
}
.header-werkplaats:hover {
    background-color: #BF192B;
    border-color: #BF192B;
    color: #fff;
} */
.header-menu-dropdown ul {
    display: block;
    background: #fff;
	border-radius: 10px;
    padding: 14px 15px;
    margin-top: 0;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    left: 50%;
    transform: translateX(-50%);
    width: 235px;
    top: 34px;
}
.header-menu-dropdown ul.active {
    opacity: 1;
    pointer-events: all;
}
.header-menu-dropdown {
	position: relative;
}
.header-menu-dropdown ul li {
    text-align: left;
    margin-bottom: 6px;
    padding-left: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-menu-dropdown ul li a {
	color: rgba(28, 28, 28, 0.50);
	font-family: 'Inter-SemiBold';
	border: 0;
    padding: 0;
}
.header-menu-dropdown li::after {
    display: none;
}
.header-menu-dropdown ul li a:hover {
	color: #fff;
}
.header-menu-dropdown a {
	padding: 22px 0;
}
.header-others ul {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 8px;
}
.header-others li {
    padding-left: 0;
    color: #14151b;
}
.header-others li::after {
    display: none;
}
.header-others .common-btn {
    font-size: 1.4rem;
    line-height: 20px;
    padding: 8px 14px;
}
.menu-btn {
    border: 1px solid #fff;
    padding: 7px 20px 7px 10px;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer; 
    width: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 101;
	font-size: 1.4rem;
    line-height: 20px;
	font-family: 'Inter-Medium';
}
.menu-bar {
    position: relative;
    max-width: 0;
    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: #000;
    content: '';
    height: 1px;
    margin: 3px 0 3px auto;
    width: 11px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div {
	width: 8px;
}
.menu-btn.active {
    width: 82px;
}
.menu-btn.active .menu-bar  div {
    transform: scale(0);
}
.menu-btn.active .menu-bar:before {
    transform: translateY(5px) rotate(135deg);
    width: 11px;
}
.menu-btn.active .menu-bar:after {
    transform: translateY(-3px) rotate(-135deg);
    width: 11px;
}
/***mega-menu****/
.mega-menu {
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mega-menu.active {
    top: 0;
}
.mega-menu-empty {
    height: 100%;
    position: relative;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.mega-menu .col-lg-4 {
    height: 100%;
}
.mega-menu-main {
    background-color: rgba(191, 25, 43, 0.9);
    height: 100%;
    position: relative;
    padding: 140px 70px 120px;
}
.mega-menu-main .container {
    height: 100%;
}
.mega-menu-main-wrap {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}
.mega-menu-main-wrap::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(191, 25, 43, 0.75);
    border: 1px solid #BF192B;
    display: none;
}
.mega-menu-main-wrap::-webkit-scrollbar-thumb {
    width: 10px;
    background-color: #BF192B;
}
.mega-menu-nav {
    margin-bottom: 83px;
}
.mega-menu-nav .header-menu-dropdown ul {
    width: 250px;
    z-index: 1;
}
.mega-menu-nav .header-menu-dropdown ul li {
    font-size: 2rem;
    margin-bottom: 8px;
}
.mega-menu-nav li {
    color: #fff;
    font-family: 'Inter-Medium';
    font-size: 3.2rem;
    line-height: normal;
    margin-bottom: 25px;
    padding-left: 0;
}
.mega-menu-nav li::after {
    display: none;
}
.mega-menu-nav li:last-child {
    margin-bottom: 0;
}
.mega-menu-nav li a {
    color: #fff;
}
.mega-menu-nav li a:hover {
    color: #1C1C1C;
}


.mega-menu-nav .header-menu-dropdown ul {
    width: 100%; 
    border-radius: 0;
}
.mega-menu-nav .header-menu-dropdown ul li {
    font-size: 1.6rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding-bottom: 5px;
  }
/****banner-sec****/
.banner-sec {
	position: relative;
}
.banner-video,
.each-banner {
	height: 932px;
}
.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;
    bottom: 225px;
    left: 0;
    z-index: 2;
    width: 100%;
}
.banner-content-wrap p strong {
	color: #fdfdfd;
}
.banner-content-wrap p {
	max-width: 655px;
	width: 100%;
	margin: 10px 0 40px;
}
/****aanbod-filter-sec****/
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
    font-family: 'lama_sanslight';
    color: rgba(255, 255, 255, 0.75);
    line-height: 20px;
    letter-spacing: 0.32px;
}
.filter-reset img {
    width: 9px;
    margin-left: 5px;
    margin-bottom: 2px;
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
    color: #BF192B;
}
.filter-reset a:hover img {
    filter: brightness(1);
}
.select-style {
    width: 100%;
    color: #F9F8F6;
    font-family: 'Inter-Regular';
    font-size: 1.8rem;
    /* border: 1px solid rgba(255, 255, 255, 0.06); */
    border-radius: 95px;
    padding: 0 30px 0 23px;
    background: url(../images/filter-arrow.svg) no-repeat 88% center / 10px;
    appearance: none;
    line-height: normal;
    cursor: default;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
    font-family: 'Inter-Regular';
    background-color: #fff;
}
.filter-content {
    display: none;
    background-color: #fff;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.05);
    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 label {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'Inter-Regular';
    font-size: 1.2rem;
    cursor: pointer;
}
.aanbod-filter-sec label:last-child {
    margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #F9F8F6;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 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;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #BF192B;
    border-color: #BF192B;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    color: #fff;
    border-radius: 5px;
    background-color:#BF192B;
    font-family: 'Inter-Regular';
    font-size: 1.4rem;
    border: 1px solid #BF192B;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
    background-color: transparent;
}
.filter-main .col-lg-3 {
    width: 25%;
}
.filter-main .row {
    row-gap: 15px;
}
.total_search_records {
    margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 102px;
    background-color: #121212;
    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: #BF192B;
    border: 1px solid #BF192B;
    border-radius: 5px;
}
.mobile-show-filter .common-btn::before {
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #BF192B;
}
.filter-count {
    min-width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 100%;
    color: #1C1C1C;
    border: 1px solid #fff;
    margin-left: 20px;
    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: #BF192B;
}
.mobile-filter-close span {
    max-width: 32px;
    width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: auto;
    border: 1px solid #BF192B;
}
.mobile-filter-close span img {
    width: 9px;
    filter: invert(1);
    -webkit-filter: invert(1);
}
.auto-overview-filter-result .common-btn {
    margin-top: 0;
    background-color: #BF192B;
    border-color: #BF192B;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result h4{
    font-size: 1.6rem;
    color: #fff;
}
.auto-overview-filter-result .common-btn:hover {
    background-color: #1C1C1C;
    border-color: #BF192B;
}
.cursor-pointer {
    cursor: pointer;
}
.filter-sort {
    border-radius: 0px 10px 10px 0px;
    background: #BF192B;
    height: 100%;
    align-items: center;
}
.filter-sort h6 {
    margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'Inter-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;
}
.aanbod-list-filter-sec {
    margin-top: 188px;
    margin-bottom: 60px;
    position: relative;
    z-index: 999;
}
.aanbod-list-filter-sec .col-xl-9 {
    width: 87%;
}
.aanbod-list-filter-sec .col-xl-3 {
    width: 13%;
}
.aanbod-list-filter-sec .home-filter::after {
    display: none;
}
.aanbod-filter-left-part {
    border-radius: 10px 0px 0px 10px;
    background-color: rgba(255, 255, 255, 0.05);
}
.aanbod-filter-left-part .home-filter .select-style strong::after {
    right: 0;
}
.aanbod-list-filter-sec .filter-main .col-lg-3 {
    width: 20%;
    border-left: 1px solid #494949;
    padding-left: 10px;
    padding-right: 10px;
}
.aanbod-list-filter-sec .filter-main .col-lg-3:first-child {
    border-left: 0;
}
.aanbod-list-filter-sec .home-filter .filter-content {
    left: 0 !important;
    border: 1px solid #494949;
}
.aanbod-list-filter-sec .filter-content {
    background-color: #1C1C1C;
    margin-top: 10px !important;
}
.aanbod-list-filter-sec .home-filter .select-style strong {
    padding-right: 40px;
}
.aanbod-list-filter-sec .home-filter .select-style strong::after {
    right: 0;
}
.aanbod-list-filter-sec .home-filter .select-style {
    padding: 0 21px;
}
.aanbod-list-filter-sec .filter-main {
    margin-bottom: 28px;
}
/*****home-filter-sec****/
.home-filter-sec {
    position: relative;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.20);
	backdrop-filter: blur(10px);
    overflow-x: clip;
    margin-top: -77px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}
.home-filter-sec .common-btn {
	position: relative;
}
.home-filter::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #fff;
}
/* .home-filter:first-child::after {
	display: none;
} */
.home-filter-sec .filter-main {
	margin-bottom: 0;
}
.home-filter-sec .common-btn {
	position: relative;
}
.home-filter {
	position: relative;
	padding: 28px 0;
}
.home-filter .filter-content {
    background-color: #1c1c1c;
    color: #fff;
    padding: 10px 10px 15px;
    z-index: 2;
    border-top: 0;
    margin-top: 10px !important;
    cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
    left: 0 !important;
    border-radius: 0;
}
.home-filter .select-style strong {
    position: relative;
    font-weight: normal;
    padding-right: 40px;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.home-filter .select-style {
    background: none;
    padding: 0 23px;
    text-align: center;
}
.home-filter-sec .home-filter:nth-child(4)::after {
    display: none;
}
.home-filter .select-style strong::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 4px;
    background-image: url(../images/home-filter-arrow.svg);
    background-size: 12px;
    height: 12px;
    width: 12px;
    background-position: center;
    background-repeat: no-repeat;
}
.home-filter-sec .filter-btn {
    background: rgba(191, 25, 43, 0.75);
    backdrop-filter: blur(10px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-filter-sec .filter-btn button {
    border: 0;
    background-color: transparent;
    color: #fff;
    padding-right: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-filter-sec .filter-btn a {
    position: relative;
    padding-right: 35px;
}
.home-filter-sec .filter-btn a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    height: 14px;
    width: 14px;
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/filter-btn-arrow.svg);
}
.home-filter-sec .filter-btn:hover {
    background: #BF192B;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/****product-sec****/
.product-sec {
    background-color: #f5f5f5;
    position: relative;
    padding: 105px 0;
    overflow: hidden;
}
.product-sec::after {
    background: linear-gradient(180deg, rgba(245, 245, 245, 0.00) 0%, #F5F5F5 100%);
    position: absolute;
    left: 0;
    top: 10%;
    height: 47%;
    width: 100%;
    content: '';
}
.product-sec .container {
    position: relative;
    z-index: 1;
}
.product-bg {
    position: absolute;
    top: 0;
    pointer-events: none;
    width: 100%;
}
.product-mobile-bg {
    position: absolute;
    top: 0;
    pointer-events: none;
    display: none;
    width: 100%;
}
.product-title h2 {
    margin: 3px 0 13px;
}
.product-title {
    margin-bottom: 59px;
}
.each-product {
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-info {
    padding: 28px 20px 0;
    background-color: #fff;
}
.each-product-info h4,
.each-product-info h6 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-info-btm {
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}
.product-price {
    margin: 15px 0 18px;
}
.each-product-info h6 {
    color: rgba(28, 28, 28, 0.70);
    font-family: 'Inter-Medium';
    font-size: 1.6rem;
    line-height: normal;
    margin: 7px 0 17px;
}
.each-product-info table {
    display: table;
    width: 100%;
}
.each-product-info tbody {
    display: table;
    width: 100%;
}
.each-product-info tr {
    display: flex;
    row-gap: 10px;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
}
.each-product-info tr::after {
    content: '';
    background-color: #E7E7E7;
    position: absolute;
    left: -7%;
    top: 0;
    height: 1px;
    width: 100vw;
}
.each-product-info tr::before {
    content: '';
    background-color: #E7E7E7;
    position: absolute;
    left: -7%;
    bottom: 0;
    height: 1px;
    width: 100vw;
}
.each-product-info td {
    color: rgba(28, 28, 28, 0.5);
    font-family: 'Inter-Medium';
    font-size: 1.2rem;
    line-height: normal;
    letter-spacing: normal;
    display: flex;
    align-items: start;
    padding: 18px 10px;
    position: relative;
    width: 25%;
    word-break: break-word;
}
.each-product-info td:first-child {
    padding-left: 0;
}
.each-product-info td:last-child {
    padding-right: 0;
}
.each-product-info td::after {
    content: '';
    background-color: #E7E7E7;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
}
.each-product-info td:last-child::after {
    display: none;
}
.each-product-info td img {
    margin-right: 5px;
    margin-top: 2px;
    width: 14px;
}
.each-product-info-btm h5 strong {
    font-weight: normal;
    color: #1C1C1C;
    font-family: 'Inter-SemiBold';
}
.each-product-info-btm p {
    font-size: 1.4rem;
    line-height: normal;
    margin-top: 5px;
}
.each-product-info-btm p strong {
    color: #BF192B;
    font-family: 'Inter-SemiBold';
}
.each-product-info-btm .col-6 {
    width: 49.8%;
}
.each-product-info-btn {
    background-color: transparent;
    border: 0;
}
.product-info-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
}
.product-info-btn::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #E7E7E7;
    height: 100%;
    width: 1px;
}
.product-info-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #BF192B;
    height: 100%;
    width: calc(100% + 25px);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-info-btn button {
    font-size: 1.6rem;
    color: rgba(28, 28, 28, 0.5);
    font-family: 'Inter-Medium';
    line-height: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-img {
    position: relative;
}
.product-part {
    position: absolute;
    right: 20px;
    bottom: -13px;
}
.product-part ul {
    display: flex;
    column-gap: 5px;
}
.product-part li {
    background-color: #1C1C1C;
    padding: 4px 14px;
    color: #fff;
    font-family: 'Inter-Medium';
    font-size: 1.2rem;
    line-height: 20px;
    border-radius: 5px;
    overflow: hidden;
}
.product-part li::after {
    display: none;
}
.product-mobile-btn {
    text-align: center;
    display: none;
}
/* .each-product:hover .product-info-btn {
    background-color: #BF192B;
} */
.each-product:hover .product-info-btn button {
    color: #fff;
    z-index: 1;
}
.each-product:hover .product-info-btn::before {
    opacity: 1;
}
/****service-sec****/
.service-sec {
    position: relative;
    padding: 125px 0 72px;
    overflow: hidden;
}
.service-block-bg {
    position: absolute;
    top: 0;
    pointer-events: none;
}
.service-block-mobile-bg {
    position: absolute;
    top: 0;
    pointer-events: none;
    display: none;
}
.service-title {
    margin-bottom: 63px;
    margin-top: 10px;
}
.service-title p {
    margin-top: 10px;
    max-width: 755px;
    margin-left: auto;
    margin-right: auto;
}
.service-slider-wrap {
    margin: 0 -4%;
}
.each-service {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    width: calc(100% + 9%);
}
.each-service-btn .common-btn {
    padding: 6px 13px;
    font-size: 1.4rem;
    border: 1px solid #fff;
    border-radius: 5px;
}
.each-service-btn .common-btn::before {
    width: 0;
}
.each-service-btn .common-btn:hover::before {
    width: 100%;
    background-color: #fff;
}
.each-service-btn .common-btn:hover {
    color: #BF192B;
    border-color: #fff;
}
.each-service-img {
    height: 378px;
}
.service-slider .swiper-slide {
    clip-path: polygon(8.5% 0%, 109.4% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(8.5% 0%, 109.4% 0, 100% 100%, 0% 100%);
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
}
/* .each-service .common-btn::before {
    background-color: #fff;
} */
.each-service-text-wrap h4 strong {
    text-transform: none !important;
}
.each-service-text h4 strong,
.each-service-heading h4 strong {
    color: #F0F0F0;
    font-family: 'Sequel100Black-76';
    line-height: 21px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.each-service-text {
    position: absolute;
    height: 100%;
    width: 100%;
    top: -100%;
    left: 0;
    background-color: rgba(191, 25, 43, 0.7);
    padding: 47px 30px 26px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    clip-path: polygon(8.5% 0%, 109.4% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(8.5% 0%, 109.4% 0, 100% 100%, 0% 100%);
}
.each-service-text p {
    margin: 20px 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.4rem;
    line-height: 22px;
}
.each-service-text p strong {
    color: #fdfdfd;
}
.each-service-heading {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service:hover .each-service-heading {
    bottom: -100%;
}
.each-service:hover .each-service-text {
    top: 0;
    padding-left: 60px;
    padding-right: 40px;
}
.service-btn {
    text-align: center;
    margin-top: 60px;
}
/****home-mid-block****/
.home-mid-block {
    position: relative;
    padding: 70px 0;
    border-top: 1px solid #494949;
}
.home-mid-block .container {
    position: relative;
    z-index: 1;
}
.home-mid-block h6 {
    color: #BF192B;
    font-family: 'Sequel100Black-76';
    font-size: 1.6rem;
    text-transform: uppercase;
}
.home-mid-block h3 {
    color: #fdfdfd;
}
.home-mid-block p {
    font-size: 1.4rem;
    line-height: 22px;
    max-width: 495px;
    width: 100%;
}
.home-mid-block p strong {
    color: #fdfdfd;
}
.home-mid-block-bg {
    height: 400px;
    max-width: 85%;
    margin-right: 0;
    margin-left: auto;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
}
.home-mid-block-bg::after {
    background: linear-gradient(90deg, #1C1C1C 6.97%, rgba(28, 28, 28, 0.85) 100%);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
/****about-sec****/
.about-sec {
    background-color: #fff;
    padding: 100px 0 45px;
}
.about-img {
    border-radius: 10px;
    overflow: hidden;
}
.about-info {
    padding-right: 85px;
}
.about-info p {
    margin: 20px 0 40px;
}
.about-info ul {
    display: flex;
    column-gap: 15px;
}
.about-info li {
    padding-left: 0;
}
.about-info li::after {
    display: none;
}
/****footer****/
.footer-area {
    padding-bottom: 41px;
    overflow-x: hidden;
    position: relative;
}
.footer-back {
    background-color: #fff;
}
.footer-back h2 {
    /* -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000; */
    font-family: 'Inter-SemiBold';
    font-size: 11.7rem;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(0deg, rgba(241, 241, 241, 0), rgba(241, 241, 241, 1));
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-stroke: 5px transparent;
}
.footer-area::after {
    content: '';
    position: absolute;
    left: 31%;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.07);
}
.footer-area::before {
    content: '';
    position: absolute;
    right: 29%;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.07);
}
.footer-gallery-slider {
    width: 112vw;
    margin-left: -56vw;
    left: 50%;
    position: relative;
    padding-bottom: 46px;
}
.footer-gallery-slider::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 61%);
    content: "";
    background-color: #fff;
}
.each-footer-gal {
    height: 212px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-footer-gal::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 10px;
    background: rgba(16, 24, 36, 0.50);
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-footer-gal img {
    height: 100%;
    object-fit: cover;
}
.each-footer-gal-info h4 {
    color: #FFF;
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 10px;
}
.each-footer-gal-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-footer-gal:hover::after,
.each-footer-gal:hover .each-footer-gal-info {
    opacity: 1;
}
.each-footer-gal-info img {
    width: 30px;
    height: 30px;
}
.footer-top {
    padding: 61px 0 92px;
}
.footer-top,
.footer-btm {
    position: relative;
}
.footer-top::after,
.footer-btm::after {
    content: '';
    position: absolute;
    left: -22%;
    top: 0;
    height: 1px;
    width: 200vw;
    background-color: rgba(255, 255, 255, 0.07);
}
.footer-left h4 {
    color: #FDFDFD;
    font-style: italic;
    margin: 33px 0 34px;
}
.footer-logo img {
    width: 204px;
}
.footer-right {
    display: flex;
    padding-left: 115px;
    column-gap: 95px;
}
.each-footer-right h5 {
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    text-transform: none;
    color: #fff;
    margin-bottom: 38px;
    line-height: normal;
    letter-spacing: 0.16px;
}
.each-footer-right p {
    color: #fff;
    letter-spacing: 0.16px;
    margin-bottom: 15px;
}
.each-footer-right p strong {
    color: rgba(255, 255, 255, 0.70);
}
.each-footer-right p a {
    color: #f6f6f6;
    line-height: normal;
}
.each-footer-right tr {
    display: flex;
    flex-wrap: wrap;
}
.each-footer-right td {
    color: #fff;
    letter-spacing: 0.16px;
    margin-bottom: 15px;
    width: 100%;
}
.each-footer-right td strong {
    color: rgba(255, 255, 255, 0.70);
    font-weight: normal;
}
.footer-contact-dtls {
    padding-left: 60px;
}
.footer-contact-dtls a:hover {
    color: #BF192B;
}
.footer-contact-dtls h5 {
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    text-transform: none;
    color: #fff;
    margin-bottom: 38px;
    line-height: normal;
    letter-spacing: 0.16px;
}
.footer-contact-dtls p {
    color: #fff;
    letter-spacing: 0.16px;
    margin-bottom: 15px;
}
.footer-contact-dtls p strong {
    color: rgba(255, 255, 255, 0.70);
}
.footer-contact-dtls p a {
    color: #f6f6f6;
    line-height: normal;
}
.footer-btm {
    padding-top: 32px;
}
.footer-social ul {
    display: flex;
    column-gap: 13px;
}
.footer-social li {
    padding-left: 0;
}
.footer-social li::after {
    display: none;
}
.footer-social li a img {
    width: 18px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-social li a:hover img {
    filter: brightness(1) invert(0);
    -webkit-filter: brightness(1) invert(0);
}
.footer-btm-mid {
    text-align: center;
}
.footer-btm-mid h6 {
    font-family: 'LamaSansRegular';
    font-size: 1.4rem;
    line-height: 19px;
    letter-spacing: 0.14px;
    color: rgba(249, 248, 246, 0.50);
}
.footer-partner {
    padding-left: 115px;
}
.footer-partner ul {
    margin: 0;
    display: flex;
    gap: 17px;
    justify-content: center;
    align-items: center;
    list-style: none;
}
.footer-partner li {
    padding-left: 0;
}
.footer-partner li::after {
    display: none;
}
.footer-partner-mobile {
    display: none;
}
/*==============================over-ons==============================*/
/**********inner-banner**********/
.inner-banner {
    position: relative;
}
.inner-banner-content {
    position: absolute;
    bottom: 168px;
    left: 0;
    width: 100%;
}
/**********over-ons-top-sec**********/
.over-ons-top-sec {
    background-color: #FFF;
    padding: 104px 0 111px;
}
.over-ons-top-area .col-lg-7 {
    width: 52%;
}
.over-ons-top-area .col-lg-5 {
    width: 48%;
}
.over-ons-top-img {
    border-radius: 10px;
    overflow: hidden;
}
.over-ons-top-info {
    width: 100%;
    max-width: 610px;
    padding-right: 10px;
}
.over-ons-top-info h2 {
    color: #1C1C1C;
    margin-bottom: 18px;
}
/**********over-ons-mid-sec**********/
.over-ons-mid-sec {
    padding: 92px 0 64px;
}
.over-ons-mid-top .col-lg-7 {
    width: 50%;
}
.over-ons-mid-top .col-lg-5 {
    width: 50%;
}
.over-ons-mid-top-img {
    border-radius: 10px;
    overflow: hidden;
    height: calc(100% + 19px);
}
.over-ons-mid-top-img img {
    height: 100%;
    object-fit: cover;
}
.over-ons-mid-top-info {
    padding-left: 54px;
    margin-bottom: 48px;
}
.over-ons-mid-top-info h2 {
    margin-bottom: 10px;
}
.over-ons-mid-top-info h2 strong {
    color: #BF192B;
}
.over-ons-mid-top-info h3 {
    margin-bottom: 5px;
}
.over-ons-mid-top-info p {
    width: 100%;
    max-width: 554px;
    margin-bottom: 20px;
}
.over-ons-mid-btm-info h4 {
    font-family: 'Sequel100Black-76';
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 9px;
}
.over-ons-mid-btm-info p {
    width: 100%;
    max-width: 551px;
    margin-bottom: 25px;
}
.over-ons-mid-btm {
    margin-top: -12px;
}
.over-ons-mid-btm-info p:last-child {
    margin-bottom: 0;
}
.over-ons-mid-btm .col-lg-7 {
    width: 52%;
}
.over-ons-mid-btm .col-lg-5 {
    width: 48%;
}
.over-ons-mid-btm-img {
    border-radius: 10px;
    overflow: hidden;
}
.over-ons-mid-btm-info {
    margin-top: 75px;
    padding-right: 10px;
}
/**********member-sec**********/
.member-sec {
    background-color: #fff;
    overflow-x: hidden;
    position: relative;
}
.member-sec .footer-back h2 {
    margin-left: -7px;
    margin-top: -13px;
}
.member-wrap {
    padding: 0 121px;
}
.member-slider .swiper {
    clip-path: polygon(2.7% 0%, 100% 0%, 97.6% 100%, 0% 100%);
    -webkit-clip-path: polygon(2.7% 0%, 100% 0, 97.6% 100%, 0% 100%);
}
.member-slider .swiper-slide {
    clip-path: polygon(9.4% 0%, 109.4% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(9.4% 0%, 109.4% 0, 100% 100%, 0% 100%);
}
.each-member {
    position: relative;
    width: calc(100% + 11%);
    left: -2px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-member-img {
    height: 351px;
}
.each-member-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.each-member-info {
    background-color: #1C1C1C;
    padding: 21px 33px 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-member-info h6 {
    font-family: 'Sequel100Black-76';
    font-size: 1.6rem;
    line-height: 17px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.each-member-info p {
    line-height: 17px;
    color: #fff;
}
.each-member:hover .each-member-info {
    background-color: #BF192B;
}
.member-slider .swiper-button-next {
    right: -19px;
}
.member-slider .swiper-button-prev {
    left: -19px;
}
.member-slider .common-arrow {
    background-color: #1C1C1C;
    top: 38%;
}
.member-slider .common-arrow img {
    filter: brightness(0) invert(1);
}
.member-slider .common-arrow:hover {
    background-color: #BF192B;
}
/**********over-ons-gal-sec**********/
.over-ons-gal-sec {
    background-color: #fff;
    padding: 92px 0 60px;
    position: relative;
    overflow: hidden;
}
.over-ons-gal-bg {
    position: absolute;
    top: 0;
    pointer-events: none;
}
.each-gal-img {
    height: 440px;
}
.each-gal-img img {
    height: 100%;
    object-fit: cover;
}
.over-ons-gal-slider .swiper {
    clip-path: polygon(0% 0%, 109.4% 0, 98.3% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0, 98.3% 100%, 0% 100%);
}
.over-ons-gal-slider .swiper-slide {
    clip-path: polygon(7.4% 0%, 109.4% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(7.4% 0%, 109.4% 0, 100% 100%, 0% 100%);
}
.each-overons-gal {
    position: relative;
    width: calc(100% + 10%);
}
.over-ons-gal-slider .common-arrow {
    background-color: #1C1C1C;
    top: 47%;
}
.over-ons-gal-slider .common-arrow img {
    filter: brightness(0) invert(1);
}
.over-ons-gal-slider .common-arrow:hover {
    background-color: #BF192B;
}
.over-ons-gal-slider .swiper-button-prev {
    left: -24px;
}
.over-ons-gal-slider .swiper-button-next {
    right: -24px;
}
.over-ons-gal-slider .swiper-slide:nth-child(even) .each-overons-gal {
    margin-top: 117px;
}
/*==============================diensten==============================*/
/****list-top****/
.list-top {
    padding-top: 78px;
}
.list-top h2 {
    max-width: 650px;
    width: 100%;
}
.list-top h3 {
    max-width: 560px;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 3px;
}
.list-top p {
    max-width: 560px;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
}
/****list-sec****/
.list-sec {
    padding: 69px 0 65px;
}
.list-sec .col-xxl-4 {
    padding: 0 10px;
}
.list-sec .row {
    margin: 0 -10px;
    row-gap: 20px;
}
.each-list {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 374px;
}
.each-list-img {
    height: 100%;
}
.each-list-img img {
    height: 100%;
    object-fit: cover;
}
.each-list-text-wrap h4 strong {
    text-transform: none !important;
}
.each-list-text h4 strong,
.each-list-heading h4 strong {
    color: #F0F0F0;
    font-family: 'Sequel100Black-76';
    line-height: 21px;
    letter-spacing: 0.8px;
}
.each-list-text {
    position: absolute;
    height: 100%;
    width: 100%;
    top: -100%;
    left: 0;
    background-color: rgba(191, 25, 43, 0.7);
    padding: 35px 35px 40px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.each-list-text p {
    margin: 20px 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.4rem;
    line-height: 22px;
}
.each-list-text p strong {
    color: #fdfdfd;
}
.each-list-heading {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 40px 35px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-list:hover .each-list-heading {
    bottom: -100%;
}
.each-list:hover .each-list-text {
    top: 0;
    padding-left: 35px;
    padding-right: 35px;
}
.each-list-btn .common-btn {
    padding: 6px 13px;
    font-size: 1.4rem;
    border: 1px solid #fff;
    border-radius: 5px;
}
.each-list-btn .common-btn:hover {
    color: #BF192B;
}
.each-list-btn .common-btn::before {
    width: 0;
}
.each-list-btn .common-btn:hover::before {
    width: 100%;
    background-color: #fff;
}
.each-list-text em {
    font-family: 'Inter-Bold';
    font-style: normal;
}
/****inner-footer-area****/
.inner-footer-area .footer-gallery-slider::after {
    background-color: transparent;
}
/*==============================diensten-dtl==============================*/
/****dtl-back-btn****/
.dtl-back-btn-part {
    position: relative;
    top: 213px;
}
/****diensten-dtl-top****/
.diensten-dtl-top {
    padding: 170px 0 58px;
}
.diensten-dtl-top-img {
    border-radius: 10px;
    overflow: hidden;
}
.diensten-dtl-top-info p {
    margin-bottom: 20px;
    color: #fff;
}
.diensten-dtl-mid .diensten-dtl-top-info p{
  color: #fff;
}
.diensten-dtl-top-info {
    padding-right: 50px;
    margin-top: 26px;
}
.diensten-dtl-top-info h2 {
    margin-bottom: 20px;
}
.diensten-dtl-top-info h6 {
    font-size: 1.6rem;
    font-family: 'Sequel100Black-76';
    color: #fff;
}
.diensten-dtl-top-info h3 {
    line-height: 32px;
    text-transform: none;
    margin-bottom: 16px;
}
.diensten-dtl-top-info h4 {
    color: #FFF;
    font-size: 1.6rem;
    line-height: 24px;
}
.diensten-dtl-mid-img {
    padding-right: 15px;
}
.diensten-dtl-mid-info {
    padding-left: 50px;
}
.diensten-dtl-mid-info h3 {
    margin: 8px 0 13px;
    text-transform: none;
}
.diensten-dtl-mid-info h4 {
    color: #fff;
    font-family: 'Inter-Regular';
    line-height: 24px;
    margin-bottom: 10px;
}
.diensten-dtl-mid-info h4 em {
    font-style: normal;
    font-family: 'Inter-SemiBold';
}
.diensten-dtl-mid {
    padding-bottom: 86px;
}
.diensten-dtl-mid-img img {
    border-radius: 10px;
    overflow: hidden;
}
.diensten-dtl-mid-info p {
    margin-bottom: 25px;
    color: #fff;
}
.diensten-dtl-mid-info .common-btn {
    margin: 7px 0 26px;
}
.diensten-dtl-mid-info p em {
    font-style: normal;
    font-family: 'Inter-SemiBold';
}
.diensten-dtl-mid-info h2 {
    margin-bottom: 17px;
}
.diensten-dtl-mid-info h5 {
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 7px;
}
/****diensten-dtl-table-block****/
.diensten-dtl-table-block {
    overflow: hidden;
}
.diensten-dtl-table-block table {
    width: 100%;
}
.diensten-dtl-table-block tr {
    display: flex;
    flex-wrap: wrap;
}
.diensten-dtl-table-block td {
    width: 50%;
    padding: 30px 86px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.diensten-dtl-table-block td h3 {
    margin-bottom: 20px;
}
.diensten-dtl-table-block tr td:nth-child(odd) {
    padding-left: 0;
}
.diensten-dtl-table-block tr td:nth-child(odd)::after {
    position: absolute;
    content: '';
    height: 100%;
    width: calc(100% + 22%);
    background-color: #282828;
    top: 0;
    left: -22%;
    z-index: -1;
}
.diensten-dtl-table-block tr td:nth-child(even) {
    padding-right: 0;
}
.diensten-dtl-table-block tr td:nth-child(even)::after {
    position: absolute;
    content: '';
    height: 100%;
    width: calc(100% + 22%);
    background-color: #121212;
    top: 0;
    right: -22%;
    z-index: -1;
}
.diensten-dtl-table-block ol {
    margin-top: 15px;
}
.diensten-dtl-table-block ol li::after {
    display: none;
}
.diensten-dtl-table-block ol li {
    padding-left: 5px;
    line-height: 24px;
    margin-bottom: 12px;
}
.diensten-dtl-table-block ol li em {
    font-style: normal;
    font-family: 'Inter-SemiBold';
}
.diensten-dtl-table-block p strong em {
    font-style: normal;
    font-family: 'Inter-SemiBold';
}
.diensten-dtl-table-block p strong a {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diensten-dtl-table-block p strong a:hover {
    color: #BF192B;
}
.diensten-dtl-table-block h5 {
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
}
/****dtl-slider-sec****/
.dtl-slider-sec {
    position: relative;
    padding-top: 97px;
}
.dtl-slider-block-bg {
    position: absolute;
    top: 0;
    pointer-events: none;
}
.dtl-slider-sec-title {
    margin-bottom: 48px;
}
.dtl-slider .swiper-button-next {
    right: -38px;
}
.dtl-slider .swiper-button-prev {
    left: -38px;
}
/****accordian-block-sec****/
.accordian-block-sec {
    padding: 45px 0 88px;
}
.acc-block {
    max-width: 1143px;
    margin: 0 auto;
}
.acc-block li {
    padding-left: 0;
}
.acc-block li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.acc-block li::after {
    display: none;
}
.acc-block ul {
    padding: 0 ;
    margin: 0;
    list-style: none;
}
.acc-block li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 38px 0 38px 0;
}
.acc-block li:last-child {
    margin-bottom: 0;
}
.acc-block li&gt;*:not(:first-child) {
    display: none;
}
.acc-block li h4 {
    position: relative;
    cursor: default;
    padding-right: 28px;
}
.acc-block li h4 strong {
    color: #fff;
}
.show_accordian h4::after {
    transform: rotate(0) !important;
}
.acc-block li h4::after {
    position: absolute;
    height: 16px;
    width: 16px;
    background-image: url(../images/acc-down-arrow.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    top: 3px;
    right: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: rotate(180deg);
    opacity: 0.6;
}
.acc-block p {
    margin-top: 16px;
    margin-bottom: 0;
    max-width: 860px;
    width: 100%;
    font-family: 'Arial-Regular';
}
.acc-block li h6 {
    font-family: 'Arial-Bold';
    font-size: 1.6rem;
    line-height: 24px;
    margin-top: 16px;
}
.acc-block li p a {
    /* color: #BF192B; */
    text-decoration: underline;
    text-underline-position: under;
}
.acc-block li p a:hover {
    color: #BF192B;
}
.acc-block li h5 {
    font-family: 'Arial-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    color: #fff;
    text-transform: none;
    position: relative;
    padding-left: 25px;
}
.acc-block li h5::after {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    height: 14px;
    width: 14px;
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/tick.svg);
}
.acc-block li.show_accordian h4::after {
    opacity: 1;
}
/*==============================werkplaats-dtl==============================*/
/****werkplaats-dtl-top****/
.werkplaats-dtl-top h6 {
    text-transform: uppercase;
}
.werkplaats-dtl-top h6 strong {
    font-weight: normal;
    color: #487624;
}
.werkplaats-dtl-top .wp-btn {
    padding: 10px 15px;
    border: 1px solid #487624;
    background-color: #487624;
    border-radius: 10px;
    overflow: hidden;
    max-width: max-content;
    margin-top: 20px;
    font-family: 'Inter-Medium';
    color: #fff;
}
.werkplaats-dtl-top .wp-btn img {
    margin-right: 5px;
    margin-top: -3px;
}
.werkplaats-dtl-top .diensten-dtl-top-info {
    margin-top: 75px;
}
.werkplaats-dtl-top .diensten-dtl-top-info p em {
    font-style: normal;
    font-family: 'Inter-SemiBold';
}
/****werk-dtl-mid-sec****/
.werkplaats-dtl-mid ol li::after {
    display: none;
}
.werkplaats-dtl-mid ol li {
    padding-left: 5px;
    line-height: 24px;
}
/****werk-dtl-slider-sec****/
.werk-dtl-slider-sec {
    padding-bottom: 75px;
}
/*==============================aanbod-dtl==============================*/
/**********back-btn-sec**********/
.back-btn-sec {
    padding-top: 189px;
}
/**********aanbod-top-sec**********/
.aanbod-top-sec {
    margin-top: -65px;
    background-color: #fff;
}
.aanbod-top-area {
    border-bottom: 1px solid rgba(255, 255, 255, 0.40);
    padding-bottom: 57px;
}
.aanbod-top-area .col-lg-7 {
    width: 65%;
}
.aanbod-top-area .col-lg-3 {
    width: 18%;
}
.aanbod-top-title {
    text-align: center;
}
.aanbod-top-title h3 {
    margin-bottom: 6px;
    color: #1C1C1C;
}
.aanbod-top-title p strong{
    color: #1C1C1C;
}
.aanbod-top-right {
    display: flex;
    justify-content: end;
}
.aanbod-top-right li {
    padding-left: 0;
}
.aanbod-top-right li::after {
    display: none;
}
.aanbod-top-right li:first-child {
    margin-bottom: 13px;
}
.aanbod-top-right img {
    padding-right: 7px;
}
.aanbod-top-right a {
    font-family: 'LamaSans-Medium';
    font-size: 1.8rem;
    line-height: 19px;
    color: #1C1C1C;
    text-decoration: underline;
}
.aanbod-top-right a:hover {
    color: #BF192B;
}
/**********aanbod-top-slider-sec**********/
.aanbod-top-slider-sec {
    padding: 59px 0;
    background-color: #fff;
}
.mob-aanbod-top-title {
    display: none;
}
.aanbod-top-slider,
.each-top-slider-img {
    border-radius: 10px;
    overflow: hidden;
}
.aanbod-top-slider .each-top-slider-img::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
}
.aanbod-top-slider .swiper-slide-active .each-top-slider-img::after {
    opacity: 0;
}
.aanbod-top-slider .common-arrow {
    top: 47%;
}
.aanbod-top-slider .swiper-button-next {
    right: 7%;
}
.aanbod-top-slider .swiper-button-prev {
    left: 7%;
}
/**********aanbod-car-info-sec**********/
.aanbod-car-info-area {
    border-top: 1px solid rgba(28, 28, 28, 0.40);
    border-bottom: 1px solid rgba(28, 28, 28, 0.40);
    padding: 42px 0;
}
.aanbod-car-info-left td {
    padding-right: 52px;
}
.aanbod-car-info-left tr td:last-child {
    padding-right: 0;
}
.aanbod-car-info-left td h3 {
    text-transform: none;
    color: #1C1C1C;
}
.aanbod-car-info-left td p {
    line-height: 25px;
    color: #1C1C1C;
    letter-spacing: 0.32px;
}
.aanbod-car-info-right {
    text-align: end;
}
.aanbod-car-info-right h3 {
    color: #1C1C1C;
    margin-bottom: 6px;
}
.aanbod-car-info-right p {
    line-height: 25px;
    letter-spacing: 0.32px;
    color: #1C1C1C;
}
/**********aanbod-car-btn-sec**********/
.aanbod-car-btn-area {
    padding-top: 40px;
}
.aanbod-share-btn {
    display: flex;
    align-items: center;
}
.aanbod-share-btn h6 {
    color: #1C1C1C;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 17px;
    margin-right: 20px;
}
.share-icon {
    height: 41px;
    width: 41px;
    border: 1px solid rgba(247, 240, 236, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
}
.share-icon img {
    width: 13px;
}
.share-icon:hover {
    background-color: #BF192B;
    border-color: #BF192B;
}
.aanbod-car-btn-right {
    display: flex;
    justify-content: end;
    column-gap: 12px;
}
.aanbod-car-btn-right .common-btn {
    border-radius: 5px;
    color: #FDFDFD;
    padding: 12px 17px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-car-btn-right .common-btn::before {
    width: 100%;
    z-index: -1;
}
.aanbod-car-btn-right .common-btn:hover {
    background-color: #F9F8F6;
    color: #11111A;
}
/**********dtl-tab-sec**********/
.dtl-tab-sec {
    padding-top: 103px;
    padding-bottom: 67px;
}
.dtl-tab-area {
    position: relative;
    z-index: 1;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 12px;
    border: 0;
    row-gap: 12px;
    margin: auto;
    justify-content: center;
    margin-bottom: 65px;
}
ul.tabs li {
    margin: 0;
    word-break: break-word;
    text-transform: none;
    cursor: pointer;
    max-width: max-content;
    display: inline-block;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 50px;
    line-height: 24px;
}
.tab-btn ul li.common-btn {
    color: #BF192B;
    padding-left: 18px;
    padding-right: 33px;
    border-radius: 5px;
    background: #FFF;
    max-width: 204px;
    width: 100%;
    text-align: center;
}
.tab-btn ul li.common-btn.active,
.tab-btn ul li.common-btn:hover {
    background-color: #BF192B;
}
.tab-btn ul li.common-btn::after {
    display: none;
}
.tab-btn .common-btn::before {
    display: none;
}
.tab-btn .common-btn strong {
    position: relative;
}
.tab-btn .common-btn strong::before {
    position: absolute;
    right: -13px;
    top: 5px;
    content: "";
    width: 5px;
    height: 9px;
    background-image: url(../images/tab-arw.svg);
    background-repeat: no-repeat;
    background-size: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: transparent;
}
.tab-btn ul li.common-btn.active,
.tab-btn .common-btn:hover {
    border-color: #BF192B;
    background-color: #BF192B;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn ul li.common-btn.active strong::before,
.tab-btn .common-btn:hover strong::before {
    background-image: url(../images/tab-arw-white.svg);
    transform: rotate(90deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.kenmerken-tab table {
    width: 100%;
}
.kenmerken-tab tr {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.kenmerken-tab tr::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #fff;
}
.kenmerken-tab td {
    text-align: center;
    width: 20%;
    text-align: center;
    padding: 43px 20px;
    border-bottom: 1px solid rgba(28, 28, 28, 0.15);
    border-right: 1px solid rgba(28, 28, 28, 0.15);
}
.kenmerken-tab td:nth-child(5n) {
    border-right: 0;
}
.tab_content {
    display: none;
}
.tab_drawer_heading {
    display: none;
}
.kenmerken-tab {
    overflow: hidden;
}
.kenmerken-tab td p {
    color: rgba(28, 28, 28, 0.70);
    line-height: 20px;
}
.kenmerken-tab td h4 {
    font-family: 'Inter-Medium';
    color: #1C1C1C;  
    line-height: 20px;
    margin-top: 9px;
}
.bullet-panel h5 {
    border-bottom: 1px solid #BF192B;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 34px;
}
.dtl-tab-sec .bullet-panel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    margin-bottom: 10px;
    color: #1C1C1C;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 7px;
    position: absolute;
    top: 13px;
    left: 0;
    content: '';
    width: 7px;
    height: 7px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #BF192B;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #BF192B;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    margin-top: 8px;
    margin-bottom: 25px;
}
.left-bg-block p {
    margin-bottom: 0;
    color: #fff;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h5 {
    text-transform: none;
}
.tab-btm-btn {
    text-align: center;
    margin-top: 67px;
}
.tab-btm-btn .common-btn {
    font-size: 1.8rem;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 0;
    border: 0;
    line-height: normal;
    color: #BF192B;
}
.tab-btm-btn .common-btn::before {
    display: none;
}
/****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(28, 28, 28, 0.5);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    border-radius: 20px;
    background-color: #1C1C1C;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #1C1C1C;
    box-shadow: 0px 0px 25px 0px rgba(191, 25, 43, 1);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(191, 25, 43, 1);
    overflow: hidden;
}
.kenmarken-popup-close {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
}
.kenmarken-popup-close img {
    width: 18px;
}
.kenmarken-popup-content {
    overflow-y: scroll;
    height: calc(100% - 116px);
    padding-right: 20px;
    border-radius: 10px;
    /* border: 1px solid rgba(225, 225, 225, 0.25);
    padding: 9px 50px 0; */
}
.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 {
    font-family: 'Inter-SemiBold';
    font-size: 2.8rem;
    line-height: 56px;
    text-transform: none;
    color: #F7F0EC;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kenmerken-popup-model p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(247, 240, 236, 0.50);
    line-height: normal;
}
.kenmarken-popup-content h4 {
    font-size: 2.4rem;
    line-height: 56px;
    margin-bottom: 8px;
    color: #F7F0EC;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 31px;
}
.kenmarken-popup-content li {
    color: #F7F0EC;
    width: 50%;
    position: relative;
    line-height: 30px;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.15);
}
.kenmarken-popup-content li:nth-child(even) {
    color: rgba(247, 240, 236, 0.70);
}
.kenmarken-popup-content li::after {
    display: none;
}
/**********form-sec**********/
.form-sec {
    background-color: #F7FAF6;
    position: relative;
    padding: 64px 0 76px;
}
.form-bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    max-width: 50%;
    clip-path: polygon(41% 0, 100% 0, 100% 100%, 0% 100%);
}
.form-bg img {
    height: 100%;
    object-fit: cover;
}
.form-bg::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(191, 25, 43, 0.80) 0%, rgba(191, 25, 43, 0.80) 100%);
    height: 100%;
    width: 100%;
}
.form-title h2 {
    color: #11111A;
    margin-bottom: 11px;
}
.form-title p {
    font-family: 'LamaSans-Medium';
    color: #11111A;
    width: 100%;
    max-width: 634px;
}
.form-area {
    position: relative;
    z-index: 1;
}
.form-main-area {
    max-width: 708px;
    width: 100%;
    margin-top: 57px;
}
.form-sec .form-group {
    margin-bottom: 40px;
    position: relative;
}
.form-sec .form-styl {
    color: #11111A;
    font-size: 2rem;
    line-height: 26px;
    border-radius: 0;
    overflow: hidden;
    background: transparent;
    font-family: 'Inter-Medium';
    resize: none;
    border: 0;
    border-bottom: 1px solid rgba(17, 17, 26, 0.50);
    outline: none;
    padding: 9px 0;
}
.form-sec .form-styl:focus{
    color: #11111A;
    background: transparent;
    outline: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid rgba(17, 17, 26, 0.50);
    font-size: 2rem;
    line-height: 16px;
}
.form-sec .form-label {
    color: #11111A;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin-bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: transparent;
    font-family: 'Inter-Medium';
    pointer-events: none;
    line-height: 26px;
    font-size: 1.6rem;
}
.form-sec .focus-input .form-label {
    top: -9px;
    font-size: 1.4rem;
    line-height: 16px;
    color: rgba(191, 25, 43, 0.70);
}
.form-sec textarea.form-styl {
    height: 50px;
}
.form-sec .form-group.form-comment {
    margin-bottom: 0;
}
.form-btn {
    margin-top: 73px;
}  
.form-contact-info {
    padding-top: 55px;
    padding-left: 50%;
    position: relative;
}
.form-contact-info::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(191, 25, 43, 0.80) 0%, rgba(191, 25, 43, 0.80) 100%);
    height: 100%;
    width: 100%;
    display: none;
}
.form-contact-info-area {
    position: relative;
    z-index: 1;
}
.form-contact-info {
    background-image: none !important;
}
.each-form-info {
    margin-bottom: 35px;
}
.form-contact-info h5 {
    line-height: 24px;
    color: #fff;
    text-transform: none;
    margin-bottom: 44px;
}  
.each-form-info h6 {
    font-family: 'Inter-Bold';
    color: #FFF;
    font-size: 1.8rem;
    line-height: 25px;
    letter-spacing: 0.18px;
    margin-bottom: 6px;
}
/* .each-form-info p {
    line-height: normal;
} */
.each-form-info a {
    color: #F6F6F6;
}
.each-form-info a:hover {
    color: rgba(255, 255, 255, 0.70);
}
.each-form-info tr {
    display: flex;
    column-gap: 17px;
}
.each-form-info td {
    line-height: 24px;
    letter-spacing: 0.16px;
    color: #fff;
}
.each-form-info td strong {
    font-weight: normal;
    color: rgba(255, 255, 255, 0.70);
}
.form-social {
    margin-top: 50px;
}
.form-social li {
    display: inline-block;
    margin-right: 6px;
    padding-left: 0;
}
.form-social li a {
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 31px;
    height: 31px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-social li a:hover {
    border-color: rgba(255, 255, 255, 0.5);
}
.form-social li a.form-whatsapp,
.form-social li a:hover .form-whatsapp {
    border-color: #66C41F;
}
.form-left {
    padding-right: 50px;
}
.form-social li::after {
    display: none;
}
/**********aanbod-btm-sec**********/
.aanbod-btm-sec {
    padding: 95px 0 83px;
    position: relative;
    overflow: hidden;
}
.aanbod-btm-bg {
    position: absolute;
    top: 0;
    pointer-events: none;
}
.aanbod-btm-mobile-bg {
    position: absolute;
    top: 0;
    pointer-events: none;
    display: none;
    width: 100%;
}
.aanbod-btm-title {
    margin-bottom: 50px;
}
.aanbod-btm-slider .swiper-button-next {
    right: -37px;
}
.aanbod-btm-slider .swiper-button-prev {
    left: -37px;
}
.aanbod-btm-slider .common-arrow {
    top: 46%;
}
/*==============================werkplaats==============================*/
/****werkplaats-list-top****/
.werkplaats-list-top.list-top p,
.werkplaats-list-top.list-top h3 {
    max-width: 699px;
}
/****werkplaats-list-sec****/
.werkplaats-list-sec {
    padding: 60px 0 120px;
}
/*==============================contact==============================*/
/**********map**********/
.map {
    height: 579px;
}
/**********contact-form**********/
.contact-form {
    background-color: #1C1C1C;
    padding: 103px 0 100px;
}
.contact-form .form-title {
    width: 100%;
    max-width: 700px;
}
.contact-form-img {
    width: 100%;
    max-width: 562px;
    margin-right: 0;
    margin-left: auto;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.contact-form-img img {
    height: 100%;
    object-fit: cover;
}
.contact-form h2 {
    color: #fff;
}
.contact-form .form-styl {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.50);
}
.contact-form .form-styl:focus {
    color: #fff;
}
.contact-form .form-label {
    color: #fff;
}
.contact-form .form-styl:focus {
    border-color: rgba(255, 255, 255, 0.50);
}
.contact-form .form-main-area {
    margin-top: 63px;
}
.contact-form .form-btn {
    margin-top: 66px;
}
/**********contact-btm-sec**********/
.contact-btm-sec {
    background-color: #F6F6F6;
    padding: 105px 0;
}
.contact-btm-img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.contact-btm-img img {
    height: 100%;
    object-fit: cover;
}
.contact-btm-info {
    padding-left: 74px;
}
.contact-btm-info h6 {
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: 0.16px;
    color: rgba(0, 0, 0, 0.70);
    margin-bottom: 4px;
}
.contact-btm-info table {
    width: 100%;
}
.contact-btm-info tr {
    display: flex;
    flex-wrap: wrap;
}
.contact-btm-info td {
    width: 100%;
    border-radius: 10px;
    background: #FFF;
    padding: 20px 31px;
    margin-bottom: 11px;
    min-height: 109px;
}
.contact-btm-info td a {
    line-height: normal;
    color: #000;
}
.contact-btm-info td a:hover {
    color: #BF192B;
}
.contact-btm-info h2 {
    margin-bottom: 46px;
}
.contact-btm-info td p {
    color: #000;
}
.contact-btm-info .common-btn {
    margin-top: 28px;
}
/*==============================aanbod-list==============================*/
/**********aanbod-product-sec**********/
.aanbod-product-sec {
    padding-bottom: 71px;
}
.aanbod-product-sec .row {
    row-gap: 21px;
    margin: 0 -10px;
}
.aanbod-product-sec .col-xl-4 {
    padding: 0 10px;
}
.aanbod-product-sec .each-product-info-btm .row {
    margin: 0;
    row-gap: 0;
}
/*==============================verkocht==============================*/
/**********verkocht-product-sec**********/
.verkocht-product-sec {
    padding-top: 177px;
}
.verkocht-product-sec .each-product-info-btm {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
}
/*==============================bedankt==============================*/
.bedankt-banner-sec .banner-content-wrap {
    width: 100%;
    max-width: 972px;
}
.bedankt-banner-sec .banner-content {
    bottom: 304px;
}
.bedankt-banner-sec h1 {
    margin-bottom: 27px;
}
/**************popup**************/
.modal-area .modal-dialog {
    max-width: 72%;
    margin: 10% auto 0;
    clip-path: polygon(0% 0%, 94% 0, 100% 100%, 6% 100%);
    -webkit-clip-path: polygon(0% 0%, 94% 0, 100% 100%, 6% 100%);
}
.modal-area .modal {
    background: rgba(28, 28, 28, 0.60);
}
.modal-area .modal-content {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    position: relative;
}
.pop-up-image {
    height: 100%;
}
.modal-area .popup-content {
    height: 100%;
    padding: 129px 72px 122px;
    background: #fff;
}
.modal-area .popup-content p {
    font-family: 'LamaSansRegular';
    margin: 29px 0;
    line-height: 26px;
    letter-spacing: 0.32px;
    color: #121212;
}
.modal-area .popup-content h3 {
    line-height: 52px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    font-family: 'Exo2SemiBoldItalic';
    font-size: 4rem;
    margin: 12px 0 23px;
    width: 100%;
    max-width: 485px;
}
.modal-area .popup-content ul {
    margin-left: 20px;
    list-style-type: disc;
}
.modal-area .popup-content li {
    line-height: 26px;
    margin-bottom: 10px;
    color: #141414;
}
.modal-area .popup-content li::marker {
    color: #E52329;
}
.popup-info-btm p {
    margin-top: 17px;
}
.pop-up-image img {
    height: 100%;
}
.close-img {
    position: absolute;
    top: -28px;
    right: -25px;
    z-index: 1;
    font-size: 3rem;
    height: 62px;
    width: 62px;
    background-color: #303030;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100px;
}
.close-img:hover {
    color: #fff;
}
.modal-content .col-lg-7 {
    width: 48%;
}
.modal-content .col-lg-5 {
    width: 52%;
}
.popup-content {
    position: relative;
    overflow: hidden;
}
.popup-content img {
    width: 226px;
}
/*==============================blogs==============================*/
/****blogs-list-sec****/
.blogs-list-sec {
    padding: 100px 0 120px;
}
/*==============================vacature==============================*/
/****vacature-list-top****/
.vacature-list-top h2 {
    max-width: 100%;
}
/****vacature-list-sec****/
.vacature-list-sec {
    padding: 70px 0 105px;
}

/**********************style 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 &gt; img {
      height: 30px;
      padding-top: 15px;
  }
  
  
  /****aanbod dtl****/
  .kenteken_np{
      background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
      background-repeat: no-repeat;
      background-position: left;
      padding: 4px 10px 6px 30px;
      color: #000;
      background-size: contain;
  }
  .star_icon{
      margin-bottom: 30px;
  }
  .star_icon h4{
      padding-bottom: 10px;
      text-transform: uppercase;
      padding-top: 15px;
      margin-bottom: 15px;
     /* color: #1c1c1c;*/
      border-bottom: 1px solid #181716;
      padding-bottom: 10px;
  }
  .star_icon h5 {
    margin-bottom: 15px;
  }
  .star_icon p img{
      width: 15px;
      margin-top: -3px;
      margin-right: 5px;
  }
  .star_icon p{
      padding-bottom: 6px;
      word-break: break-word;
  }
  .photo_contnt li img{
      width: 15px;
      margin-left: 5px;
  }
  .star_icon h3 {
      margin: 40px 0 30px;
  }
  .aanbod-detail-tab-sec .tab-content .star_icon p {
      margin: 0;
  }
  .bullet-panel h3 {
      margin-bottom: 30px;
  }
  .cursor{
      cursor:pointer;
  }
  .aanbod-loader {
      width: 45px;
      height: 40px;
      background: linear-gradient(#555 calc(1*100%/6),#fff 0 calc(3*100%/6),#555 0),
                linear-gradient(#555 calc(2*100%/6),#fff 0 calc(4*100%/6),#555 0),
                linear-gradient(#555 calc(3*100%/6),#fff 0 calc(5*100%/6),#555 0);
      background-size: 10px 400%;
      background-repeat: no-repeat;
      animation: matrix 1s infinite linear;
    }
    @keyframes matrix {
      0% {
        background-position: 0% 100%, 50% 100%, 100% 100%
      }
    
      100% {
        background-position: 0% 0%, 50% 0%, 100% 0%
      }
    }
    .load_aanbod{
      justify-content: center;
      display: flex;
      column-gap: 30px;
      align-items: center;
      color: #fff;
    }
  
  
  .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;
  }
  
  .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;
  }
  .radio_filter .form-check-input {
      display: none;
  }
  .printer_img img {
      width: 20px;
      filter: brightness(0);
  }
  
  
  @media screen and (max-width: 600px) {
      .popuptext {
          right: 60px !important;
      }
  }
  @media (max-width : 767.98px){
      .fixed-whatsapp-icon{
          display: none;
      }
  }
  /* .footer-area{
      margin-bottom: 22px;
  } */
  .each-service:hover .each-service-arrow .common-arrow-part{
      background-color: #FAFAFA;
  }
  .privacy_section h2{
      padding-top: 85px;
  }
  .share-social-media-button{
      padding: 0;
      border: 1px solid #1C1C1C;
      border-radius: 100%;
      height: 40px;
      width: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 15px;
  }
  .share-social-media-button .a2a_dd svg {
    margin-right: 0 !important;
  }
  @media(max-width: 519px) and (min-width: 416px){
      .calculator{
          height: 1670px !important;
      }
  }
  @media(max-width: 415px){
      .calculator{
          height: 1826px !important;
      }
  }
  
  .btn_area_planning_widget {
    z-index: 101 !important;
    top: 23% !important;
  }

  body .form-main-area .error_cls,
body .form-main-area .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
body .btn_area_planning_widget .blue-btn {
    display: flex;
    align-items: center;
    padding: 10px;
    max-width: fit-content;
}
body .btn_area_planning_widget .arrow img {
    margin-top: 0;
    margin-left: 10px;
}

.accordian-block-sec .acc-block p{
    color: #fff;
}
.highlight-labels-wrapper {
    margin-bottom: 26px;
}
.calsty { 
    border: 0; 
    width: 100%; 
    height: 900px; 
    background: transparent; 
}


.header-top {
    padding: 0px 0 3px;
}
.header-top-right li:first-child::after {
    display: none;
}
.header-top-right li::after {
    background: rgba(255, 255, 255, 0.10);
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 53%);
}
.home-filter-sec .filter-btn {
    transition: all 0.5s;
}
.each-service-img {
    clip-path: polygon(8.5% 0%, 109.4% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(8.5% 0%, 109.4% 0, 100% 100%, 0% 100%);
}
.contact-btm-info td td {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: initial;
}




.show_accordian p span,
.acc-block p span { 
    background-color: transparent !important;
}
.contact-btm-info td strong {
    font-weight: normal;
}
.contact-btm-info td td { 
    padding-top: 0;
    color: #000;
}
.contact-btm-info td td br {
    display: none;
}
.diensten-dtl-top-img,
.diensten-dtl-mid-img {
    height: 100%;
}
.diensten-dtl-top-img img,
.diensten-dtl-mid-img img {
    height: 100%;
    object-fit: cover;
}
.diensten-dtl-mid {
    padding-bottom: 60px;
}
.diensten-dtl-top-info {
    padding-right: 80px;
}
.mega-menu-nav .header-menu-dropdown a {
    padding: 0;
}
.mega-menu-nav .header-menu-dropdown ul {
    top: 41px;
}
.diensten-dtl-table-block h6 {
    font-family: 'Sequel100Black-76';
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 12px;
}
.werkplaats-dtl-top .wp-btn {
    border-radius: 5px;
}
.werkplaats-dtl-mid ol li::marker {
    font-family: 'Sequel100Black-76';
}
.accordian-block-sec {
    padding-top: 0;
}
.aanbod-product-sec .each-product {
    background-color: #fff;
}
.werkplaats-dtl-top h6 {
    margin-bottom: 16px;
}
.diensten-dtl-table-block td {
    padding: 40px 86px 46px;
}
/* .aanbod-product-sec .each-product-info-part {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} */
.diensten-dtl-table-block td h3 {
    margin-top: 10px;
}
.accordian-block-sec p strong span {
    color: #fff !important;
}
.werkplaats-dtl-top ul {
    margin-bottom: 15px;
}
.diensten-dtl-table-block td h2 {
    margin-bottom: 10px;
}
.diensten-dtl-table-block p strong a {
    font-weight: bold;
}
.diensten-dtl-mid-info h3 {
    line-height: 32px;
}
.diensten-dtl-top-info h4 {
    margin-bottom: 5px;
}
.vacature-dtl-table-block td h3 {
    text-transform: none;
}
.form-control.form-styl.photo_upload.foto_upload {
    color: #11111A;
    font-size: 1.6rem;
    line-height: 26px;
    font-family: 'Inter-Medium';
}
.diensten-dtl-mid-info p a {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diensten-dtl-mid-info p a:hover {
    color: #BF192B;
}
.tab-content p {
    margin-bottom: 20px;
}
.no-car-form {
    margin-bottom: 95px;
}
.member-sec .footer-back {
    display: block !important;
}
.aanbod-product-area .col-xl-4 {
    z-index: 0;
}
.active-aanbod-filter {
    z-index: 0;
}
.diensten-dtl-top-info {
    height: 100%;
    margin-top: 65px;
}
.diensten-dtl-top .row,
.diensten-dtl-mid .row {
    align-items: normal !important;
}
.privacy_section {
    padding: 60px 0;
}
.privacy_section p {
    color: #fff;
}
.aanbod-btn-sec,
.aanbod-car-info-sec,
.aanbod-car-btn-sec,
.dtl-tab-sec,
.aanbod-btm-sec{
    background-color: #fff;
}
.aanbod-btn-sec .common-btn{
    color: #1C1C1C;
}
.aanbod-btn-sec .common-btn:hover{
    color: #fff;
}
.aanbod-dtl-header-area .header-area-block{
    background-color: #121212;
}
.aanbod-dtl-header-area .header-area-scroll{
    background-color: transparent;
}
.dtl-tab-sec #tab3 p strong{
    color: #1C1C1C;
}
.aanbod-btm-sec h2{
    color: #1C1C1C;
}
.dropdown-menu.active li:hover a span{
    color: #BF192B;
}




.header-menu-dropdown .Vertical li a:hover{
  color: #BF192B;
}
.header-others .common-btn {
    z-index: 101;
}
.header-others .common-btn::before {
    width: 100%;
}
.mega-menu-main {
    background: rgba(191, 25, 43, 0.70);
}
.mega-menu-nav li a {
    font-family: 'Sequel100Black-76';
    color: rgba(255, 255, 255, 0.80);
    font-size: 2.4rem;
    text-transform: uppercase;
}
.mega-menu-nav li a:hover {
    color: #fff;
}
.mega-menu-empty {
    background-color: rgba(18, 18, 18, 0.50);
}
.each-product-info {
    padding-left: 11px;
    padding-right: 11px;
}
.each-product-info td {
    font-size: 1.1rem;
    padding-left: 5px;
    padding-right: 5px;
}
.each-product-info td img {
    margin-right: 5px;
    width: 11px;
}
.tab-btn ul li.common-btn {
    padding-left: 12px;
    padding-right: 23px;
}
.aflevering-title h2 {
    text-transform: none;
    margin-bottom: 50px;
}
.aflevering-area .row {
    margin: 0 -30px;
}
.aflevering-area .col-lg-4 {
    padding: 0 30px;
}
.each-aflevering-info {
    border-radius: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
    height: 100%;
    border: 1px solid #f5f5f5;
    position: relative;
}
.each-aflevering-title {
    background-color: #1C1C1C;
    padding: 49px 20px;
}
.each-aflevering-info h2 {
    text-align: center;
    color: #fff;
    text-transform: none;
}
.each-aflevering-txt {
    padding: 50px;
}
.each-aflevering-txt h3 {
    color: #1C1C1C;
} 
.each-aflevering-txt h4 {
    margin-bottom: 50px;
}
.each-aflevering-txt li {
    color: #1C1C1C;
    padding-left: 14px;
    margin-bottom: 3px;
}
.each-aflevering-txt li::after {
    top: 12px;
    height: 7px;
    width: 7px;
    background-size: 7px;
    background-image: none;
    background-color: #BF192B;
    border-radius: 50px;
}
.each-aflevering-btm {
    background-color: #BF192B;
    padding: 42px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.each-aflevering-btm h4 {
    color: #fff;
    text-transform: none;
}
.collection_tab {
    background-color: #c7c7c7;
}
.werkplaats-dropdown {
    position: absolute;
    padding-top: 30px;
    left: 50%; 
    z-index: 2;
    padding: 60px;
    background: #BF182B;
    width: 100vw;
    margin-left: -50vw;
    margin-top: 13px;
}
.werkplaats-dropdown-wrap {
    max-width: 1600px;
    margin: 0 auto;
}
.werkplaats-dropdown-left,
.werkplaats-dropdown-mid,
.werkplaats-dropdown-right {
    position: relative;
}
.werkplaats-dropdown h4 {
    margin-bottom: 40px;
    color: #fff;
}
.werkplaats-dropdown li {
    display: block;
    margin-bottom: 10px;
}
.werkplaats-dropdown-mid {
    display: table;
    margin: 0 auto;
    padding: 0 30px;
}
.werkplaats-dropdown-mid::before {
    position: absolute;
    top: 60%;
    left: 0;
    content: '';
    background: #DDDDDD;
    width: 1px;
    height: 70%;
    transform: translateY(-50%);
}
/* .werkplaats-dropdown-mid-info {
    display: flex;
    flex-wrap: wrap;
} */
.werkplaats-dropdown-mid-info {
    display: table;
}
.werkplaats-dropdown-mid-info ul {
    display: table-cell !important;
}
.werkplaats-dropdown-mid-info ul {
    /* width: 100%; */
    /* display: flex !important;
    flex-wrap: wrap !important; */
    /* justify-content: left !important; */
}
.werkplaats-dropdown-mid-info li {
    width: 100%;
    display: block;
}
.mega-drop-down .brand-list li { 
    vertical-align: top;
    padding-right: 18px;
}
.werkplaats-dropdown-right {
    display: table;
    margin-right: 0;
    margin-left: auto;
    padding-left: 30px;
}
.werk {
    position: relative;
}
.werk::before {
    position: absolute;
    top: 58%;
    left: 0;
    content: '';
    background: #DDDDDD;
    width: 1px;
    height: 70%;
    transform: translateY(-50%);
}
.werkplaats-dropdown {
    display: none;
}
.mega-drop-down:hover .werkplaats-dropdown {
    display: block;
}
.werkplaats-dropdown-left ul,
.werkplaats-dropdown-mid ul {
    display: block;
}
.werkplaats-dropdown-left li a:hover ,
.werkplaats-dropdown-mid li a:hover ,
.werkplaats-dropdown-right li a:hover {
    color: #fff;
    text-decoration: underline;
}
.werkplaats-dropdown-right p {
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 10px;
}
.werkplaats-dropdown-right a {
    font-size: 1.4rem;
}
.werkplaats-dropdown-right a:hover {
    color: #fff;
    text-decoration: underline;
}
.werkplaats-dropdown-right .common-btn {
    padding: 14px 23px;
    margin-top: 32px;
    background: #fff;
    border: 2px solid #fff;
    color: #BF192B;
}
.werkplaats-dropdown-right .common-btn:hover {
    background: #BF192B;
    color: #fff;
}
.werkplaats-dropdown-right a.common-btn:hover {
    text-decoration: none;
}
.werkplaats-dropdown-right .common-btn::before {
    display: none;
}
.header-nav li.mega-drop-down {
    position: initial;
    min-height: 33px;
    padding: 22px 0;
}
.notice {
    margin-top: 15px;
}
.notice p {
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    margin-top: 30px;
}
.werkplaats-dropdown-right a:hover {
    color: #fff !important;
}
.menu-social ul {
    display: flex;
    column-gap: 13px;
}
.menu-social li {
    padding-left: 0;
}
.menu-social li::after {
    display: none;
}
.menu-social li img {
    width: 18px;
    filter: brightness(0) invert(1);
}
.mega-menu-nav {
    margin-bottom: 38px;
}
.menu-contact-dtls {
    display: flex;
    column-gap: 52px;
    margin-top: 52px;
    margin-bottom: 52px;
}
.each-menu-contact-info h6 {
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    letter-spacing: 0.16px;
    color: #fff;
    margin-bottom: 17px;
}
.each-menu-contact-info p {
    /* line-height: normal; */
    color: #F6F6F6;
}
.each-menu-contact-info a {
    color: #F6F6F6;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-menu-contact-info a:hover {
    text-decoration: underline;
}
.dropdown-menu li a,
.Vertical li a {
    font-family: 'Inter-Medium';
    font-size: 1.6rem;
    text-transform: none;
}
.accordian-block-sec {
    padding-top: 30px;
}
.header-nav ul {
    justify-content: center;
}
.footer-back {
    text-align: center;
}
.werkplaats-dtl-top .wp-btn:hover {
    background-color: #63a72f;
    border-color: #63a72f;
}
.diensten-dtl-top-info .common-btn {
    margin-bottom: 40px;
}
.werkplaats-dtl-top h6 {
    margin-bottom: 30px;
}
.diensten-dtl-table-block td {
    justify-content: start;
}
.diensten-dtl-mid .row {
    align-items: center !important;
}
.service-slider .common-arrow {
    top: 57%;
}
.aanbod-car-btn-right .common-btn {
    background-color: #BF192B;
}
.aanbod-car-btn-right .common-btn.mybtn2 {
    background-color: #F9F8F6;
    color: #11111A;
}
.aanbod-car-btn-right .common-btn.mybtn2:hover {
    background-color: #BF192B;
    color: #FDFDFD;
}
.each-service {
    position: relative;
}
.each-service::after {
    position: absolute;
    left: 7%;
    top: -5px;
    width: 20px;
    height: 20px;
    border-top-left-radius: 100%;
    content: "";
    border-top: 5px solid #1C1C1C;
    border-left: 5px solid #1C1C1C;
}
.each-service::before {
    position: absolute;
    right: 7%;
    bottom: -5px;
    width: 15px;
    height: 15px;
    border-bottom-right-radius: 100%;
    content: "";
    border-bottom: 5px solid #1C1C1C;
    border-right: 5px solid #1C1C1C;
    z-index: 999;
}
.aflevering-tab-content {
    overflow-x: hidden;
    padding: 80px 0;
}
.each-aflevering-title h3 {
    text-align: center;
}
.onderhoud-mid .diensten-dtl-mid-info li {
    padding-left: 0;
}
.onderhoud-mid .diensten-dtl-mid-info li::after {
    opacity: 0;
}
.onderhoud-mid .diensten-dtl-mid-info li b {
    font-family: 'Inter-SemiBold';
}
.opties_content_part ul li {
    color: #1c1c1c;
}
.opties_content_part ul li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    height: 8px;
    width: 8px;
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/black-bullet.svg);
}
.opties_content {
    margin-left: 23px;
    margin-bottom: 35px;
}
.opties_content_part .row {
    row-gap: 50px;
}
.opties_content_title h2 {
    color: #BF192B;
    font-family: 'Inter-Medium';
    margin-bottom: 60px;
    position: relative;
    font-size: 2.5rem;
}
.opties_content_title h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 2px;
    width: 50%;
    background-color: #BF192B;
}
.opties_content_part .col-lg-6 {
    position: relative;
}
.opties_content_part .col-lg-6::after {
    position: absolute;
    content: '';
    right: 6%;
    bottom: 0;
    height: 100%;
    width: 1px;
    background-color: #d9d9d9;
}
/* .opties_content_part:nth-child(even) .col-lg-6::after {
    display: none;
} */
.opties_content_part .col-lg-6:nth-child(even)::after {
    display: none;
}
.opties_content_part .col-lg-6:last-child::after {
    display: none;
}</pre></body></html>