body {
	padding: 0px;
	margin: 0px;
    color: #121212;
    font-family: 'Lexend-Light';
    font-size: 1.6rem;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
#page {
    padding-bottom: 17px;
}
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
.star_icon p { 
    margin-bottom: 0; 
}
.privacy_section p { 
    margin-bottom: 10px; 
}
/****cookie-fix****/
.cmn-cookie-info ul {
    margin-bottom: 0;
}
.cmn-cookie-info li {
    padding-left: 0;
    margin-bottom: 0;
}
.cmn-cookie-info li::after {
    display: none;
}
.cookie-close img {
    width: 15px;
}
/****error-contact-fix*****/
.error-contact-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.error-contact-wrap li {
    padding-left: 0;
}
.error-contact-wrap li::after,
.error-contact-wrap li::before {
    display: none;
}
/***fix-wp***/
.fix-wp {
	position: fixed;
	bottom: 60px;
	right: 50px;
	z-index: 97;
	height: 52px;
	width: 52px;
	background-color: #25D366;
	border-radius: 100%;
}
.fix-wp a {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.fix-wp img {
	width: 25px;
}
/****voorraadwekker_widget_section icon fix*****/
.voorraadwekker_widget_section .select2-results li::after,
.voorraadwekker_widget_section .select2-results li::before {
    display: none;
}
.voorraadwekker_widget_section .select2-results li {
    margin: 0;
}
/******header-area******/
.header-area {
    position: fixed;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-bg{
    top: 0;
}
.header-bg .common-wrap{
    padding: 0;
}
.header-bg .header-wrap {
    border-radius: 0;
    background: #121212;
    backdrop-filter: blur(0px);
    padding: 40px 0;
}
.header-bg.header-active .header-wrap {
    border-radius: 0;
}
.header-wrap {
    border-radius: 20px 20px 0 0;
    background: rgba(225, 171, 2, 0.10);
    backdrop-filter: blur(10px);
    padding: 25px 0;
    border: 1px solid transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-logo img {
    width: 311px;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
}
.header-nav > ul {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 0;
}
.header-nav > ul > li {
    padding-left: 0;
    letter-spacing: 0.16px;
    font-family: 'Lexend-Regular';
}
.header-nav > ul > li::after {
    display: none;
}
.header-nav > ul > li > a {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    color: #fff;
}
.header-nav > ul > li > a:hover {
    color: #E1AB02;
}
.header-nav > ul > li > a::after {
    content: "";
    background-color: #E1AB02;
    height: 13px;
    width: 7px;
    position: absolute;
    top: 5px;
    right: 0;
    transform: skewX(-20deg);
}
/******menu-btn******/
.menu-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-family: 'Lexend-Regular';
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 12px 18px;
    margin-left: 30px;
}
.menu-bar {
    position: relative;
    max-width: 20px;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.parent-dropdown > ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 4px 24px 4px 8px;
    border-radius: 100px;
    background-color: #121212;
    box-shadow: 0px 10px 15px -3px rgb(15, 17, 24, 0.3);
    border-radius: 10px;
    min-width: 170px;
    margin-top: 9px;
    margin-bottom: 0;
    z-index: 1;
    max-height: 0;
    transition: all 0.7s;
    opacity: 0;
    pointer-events: none;
    list-style: none;
    padding: 0;
    max-height: 120px;
    overflow-x: clip;
    overflow-y: auto;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > img {
	position: absolute;
	right: 13px;
	top: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown.open ul {
	max-height: 200px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown.open img {
	transform: rotate(180deg);
}
.parent-dropdown {
	position: relative;
	cursor: pointer;
}
.parent-dropdown > ul > li {
	font-size: 1.6rem;
	position: relative;
    text-align: center;
    padding: 0;
}
.parent-dropdown > ul > li::after {
    display: none;
}
.parent-dropdown > ul > li > a {
	color: #fff;
	padding: 5px 15px;
	border-bottom: 1px solid rgb(255, 255, 255, 0.3);
	display: block;
}
.parent-dropdown > ul > li:last-child > a {
	border-bottom: 0;
}
.parent-dropdown > ul > li > a:hover {
	color: #E1AB02;
}
.header-nav > ul > .parent-dropdown > a {
    padding-right: 30px;
    position: relative;
}
.header-nav .parent-dropdown > a::before {
    content: "";
    height: 40px;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
}
.header-active .header-wrap {
    background-color: #121212;
    border-radius: 20px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.3);
    border-color: rgba(255, 255, 255, 0.20);
}
/*****side-menu****/
.side-menu {
    position: fixed;
    right: 0;
    top: 30px;
    height: calc(100vh - 60px);
    width: calc(100% - 60px);
    left: 50%;
    transform: translateX(-50%);
    background-color: #121212;
    border-radius: 20px;
    z-index: 98;
    clip-path: inset(0 0 100% 0);
    padding-top: 40px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.side-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.side-menu-wrap {
    height: 100%;
    position: relative;
    z-index: 1;
}
.side-menu .container {
    height: 100%;
}
.side-menu-content {
    height: calc(100% - 200px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 15px;
}
.side-menu-content::-webkit-scrollbar {
    background-color: #232323;
    width: 10px;
    border-radius: 10px;
}
.side-menu-content::-webkit-scrollbar-thumb {
    background-color: rgb(62, 62, 62);
    border-radius: 10px;
}
.side-menu-nav {
    max-width: 400px;
    width: 100%;
}
.side-menu-nav ul {
    margin-bottom: 0;
    padding-left: 0;
}
.side-menu-nav > ul > li {
    padding-left: 0;
    font-size: 3.4rem;
    display: block; 
    font-family: 'Lexend-Medium';
    margin-bottom: 33px;
    line-height: normal;
}
.side-menu-nav > ul > li::after {
    display: none;
}
.side-menu-nav > ul > li > a {
    color: #fff;
    display: block;
    padding-bottom: 0;
}
.side-menu-nav > ul > li > a:hover {
    color: #E1AB02;
}
.side-menu-nav .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    position: initial;
    max-height: 0;
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
}
.side-menu-nav .parent-dropdown.open ul {
    max-height: 240px;
    margin-top: 20px;
}
.side-menu-nav .parent-dropdown ul li {
    text-align: left;
    font-size: 2.5rem;
}
.side-menu-nav .parent-dropdown img {
    top: 17px;
    width: 20px;
    right: 0;
}
.side-menu-nav .parent-dropdown > ul > li > a {
    padding: 15px 20px;
}
.side-menu-nav-mobile {
    display: none;
}
.side-menu-close {
    cursor: pointer;
}
.side-menu-close img {
    width: 28px;
}
.side-menu-logo img {
    width: 402px;
}
.side-menu-header {
    margin-bottom: 65px;
}
.side-menu-info {
    display: table;
    margin-left: auto;
}
.each-side-menu-info {
    margin-bottom: 50px;
}
.each-side-menu-info:last-child {
    margin-bottom: 0;
}
.each-side-menu-info h6 {
    color: #E1AB02;
    font-family: 'Lexend-Regular';
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: 0.16px;
    margin-bottom: 10px;
}
.each-side-menu-info p {
    color: rgba(255, 255, 255, 0.70);
    font-family: 'Lexend-Light';
    font-size: 1.4rem;
    line-height: 22px;
    margin-bottom: 0;
}
.each-side-menu-info p a {
    color: rgba(255, 255, 255, 0.70);
}
.each-side-menu-info td {
    color: rgba(255, 255, 255, 0.70);
    font-family: 'Lexend-Light';
    font-size: 1.4rem;
    line-height: 22px;
}
.each-side-menu-info td:nth-child(odd) {
    padding-right: 18px;
}
.each-side-menu-info p a:hover {
    color: #fff;
}
.side-menu-mark { 
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    height: 100%;
    width: 60%;
}
.side-menu-mark img {
    height: 100%;
    object-fit: cover;
    object-position: top left;
}
/*****banner-sec***/
.banner-sec {
    padding-top: 30px;
}
.banner-wrap {
	position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.banner-video, .each-banner {
	height: 900px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content {
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 2;
    width: 100%;
}
.banner-content-heading h1 {
    margin-bottom: 50px;
}
.banner-content-heading .common-btn {
    margin-right: 30px;
}
.banner-content-heading .common-btn:last-child {
    margin-right: 0;
}
.banner-info {
    margin-top: 40px;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
    padding: 0 70px;
}
.each-banner-info {
    min-height: 225px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.each-banner-info-wrap {
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(20px);
    padding: 17px 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-banner-info h6 {
    font-family: 'Lexend-Regular';
    color: #fff;
    line-height: normal;
    letter-spacing: 0.16px;
    position: relative;
    padding-right: 25px;
}
.each-banner-info h6::after {
    content: "";
    height: 13px;
    width: 13px;
    position: absolute;
    top: 4px;
    right: 0;
    background-image: url(../images/plus.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 13px;
}
.each-banner-info p {
    color: #fff;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-banner-info.active p {
    max-height: 150px;
    margin-top: 6px;
}
.each-banner-info.active .each-banner-info-wrap {
    background-color: #fff;
}
.each-banner-info.active h6 {
    color: #121212;
}
.each-banner-info.active h6::after {
    background-image: url(../images/minus.svg);
}
.each-banner-info.active p {
    color: #121212;
}
/******product-sec*******/
.product-sec {
    padding: 80px 0;
    position: relative;
}
.product-sec::after {
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    pointer-events: none;
}
.product-sec .container {
    position: relative;
    z-index: 1;
}
.product-heading {
    margin-bottom: 60px;
}
.product-slider {
    position: relative;
}
.each-product-img {
	position: relative;
	border-radius: 20px 20px 0 0;
	overflow: hidden;
/*    height: 100%;*/
}
.each-product-img-wrap {
/*	height: 100%;*/
	width: 100%;
}
.each-product-img img {
	display: none;
    height: 100%;
    object-fit: cover;
}
.each-product-img-wrap img.active {
	display: block;
}
.each-product-progress {
	position: absolute;
	bottom: 10px;
    right: 10px;
	width: 53px;
	height: 10px;
	z-index: 1;
    border-radius: 10px;
    background-color: rgba(33, 33, 33, 0.50);
	display: none;
}
.each-product-progress span {
	background-color: #FBBF00;
	display: block;
	height: calc(100% - 2px);
    left: 1px;
    top: 1px;
	width: 0;
    border-radius: 10px;
    position: relative;
}
.each-product-text {
    margin-top: 22px;
}
.each-product-model h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-model p {
    margin: 4px 0 0;
}
.each-product-info {
    margin: 24px 0 19px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(18, 18, 18, 0.20);
}
.each-product-btm h4 {
    font-size: 2.2rem;
}
.each-product-info tr {
    display: flex;
    row-gap: 10px;
    flex-wrap: wrap;
}
.each-product-info td {
    color: #121212;
    font-family: 'Lexend-Light';
    font-size: 1.4rem;
    line-height: 22px;
    padding-right: 35px;
}
.each-product-info td:last-child {
    padding-right: 0;
}
.each-product-info td img {
    margin-right: 8px;
    margin-top: -2px;
}
.each-product-btm h4 strong {
    font-weight: normal;
    font-family: 'Lexend-Light';
    font-size: 1.4rem;
    line-height: 22px;
    display: block;
}
.product-slider .swiper-button-next {
    right: -80px;
}
.product-slider .swiper-button-prev {
    left: -80px;
}
.product-slider .common-arrow {
    top: 40%;
}
.sec-mark {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.product-sec .sec-mark {
    height: 100%;
}
.product-sec .sec-mark img {
    height: 100%;
    object-fit: cover;
    object-position: top right;
}
.product-sec .common-pagination {
    margin-top: 70px;
}
/******service-sec*****/
.service-wrap {
    border-radius: 20px;
    overflow: hidden;
    background-color: #F8F8F8;
}
.service-heading {
    padding: 60px 40px;
    height: 100%;
    position: relative;
}
.service-heading::after {
    content: "";
    height: 100%;
    width: 4px;
    background-color: #E1AB02;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.service-heading-mark {
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
}
.service-heading-mark-mobile {
    display: none;
}
.service-heading p {
    margin: 20px 0 25px;
}
.service-heading .common-btn {
    min-width: 220px;
    display: table;
    margin-bottom: 20px;
}
.service-heading .common-btn:last-child {
    margin-bottom: 0;
}
.service-heading-wrap {
    position: relative;
    z-index: 1;
}
.service-slider {
    position: relative;
}
.each-service {
    position: relative;
    min-height: 742px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.each-service::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: radial-gradient(50% 50% at 50% 50%, rgba(18, 18, 18, 0.00) 0%, rgba(18, 18, 18, 0.80) 100%);
    pointer-events: none;
}
.each-service-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
}
.each-service-text {
    position: relative;
    z-index: 1;
    padding: 35px 65px;
}
.each-service-text-brief {
    max-width: 535px;
    width: 100%;
}
.each-service-text-brief h3 {
    color: #fff;
}
.each-service-text-brief p {
    color: #fff;
    margin: 16px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-text-info {
    padding: 38px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(10px);
    margin-top: 72px;
}
.each-service-text-info p {
    color: #fff;
    margin: 8px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-text-info h4 {
    color: #fff;
}
.each-service-text-info table,
.each-service-text-info tbody {
    display: block;
}
.each-service-text-info tr {
    display: flex;
    gap: 76px;
}
.service-sec .col-lg-3 {
    width: 27%;
}
.service-sec .col-lg-9 {
    width: 73%;
}
.service-slider-mark {
    position: absolute;
    right: 0;
    top: 0;
    width: 152px;
    height: 137px;
    border-radius: 0 0 0 135px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.service-slider-mark img {
    width: 68px;
    position: relative;
    top: -10px;
    right: -10px;
}
.service-control {
    position: absolute;
    display: flex;
    flex-direction: column;
    right: 100%;
    bottom: 64px;
    gap: 10px;
}
.service-control .common-arrow {
    position: initial;
    margin: 0;
    z-index: 1;
}
.service-slider .swiper-pagination {
    color: #fff;
    letter-spacing: 0.28px;
    font-family: 'Lexend-Regular';
    position: absolute;
    top: 60px;
    left: 65px;
    text-align: left;
    display: flex;
    align-items: center;
    height: 30px;
    width: auto;
}
.service-slider .swiper-pagination strong {
    width: 75px;
    margin: 0 12px;
    display: block;
    background-color: #fff;
    height: 1px;
    color: transparent;
}
/********about-sec*******/
.about-sec { 
    padding: 107px 0 42px;
    position: relative;
}
.about-sec .sec-mark {

}
.about-heading {
    margin-bottom: 50px;
}
.about-heading-right {
    position: relative;
    padding: 30px 0 0 16px;
    max-width: 538px;
    width: 100%;
    margin: 0 auto;
}
/*.about-heading-right::after {
    content: "";
    height: 66px;
    width: 66px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/quote.png);
    background-repeat: no-repeat;
    background-size: 66px;
    background-position: center center;
}*/
.inner-wrap {
    margin: 0 -75px;
}
.about-mid .col-lg-6 {
    width: 44%;
}
.about-mid .col-lg-2 {
    width: 26%;
}
.about-mid .col-lg-4 {
    width: 30%;
}
.about-mid-ask-wrap {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
}
.about-mid-ask {
    max-width: 364px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.10);
    margin-left: auto;
    padding: 31px;
    position: relative;
}
.about-mid-ask-mark {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}
.about-mid-ask p {
    margin: 5px 0 36px;
}
.about-mid-img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.about-mid-img img {
    height: 100%;
    object-fit: cover;
}
.about-mid-info { 
    max-width: 419px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about-mid-info p {
    margin-bottom: 16px;
}
.counter {
    margin: 100px 0 44px;
    position: relative;
    padding-left: 24px;
}
.counter::after {
    content: '';
    height: 100%;
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #E1AB02;
}
.counter h2 {
    color: #121212;
    font-size: 7.1rem;
}
.counter h6 {
    color: rgba(18, 18, 18, 0.80);
}
/***why-us-sec***/
.why-us-img { 
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.why-us-img img {
    height: 100%;
    object-fit: cover;
}
.why-us-success {
    padding: 30px 54px 30px 17px;
    background-color: #E1AB02;
    border-radius: 10px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.why-us-success-mark {
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
}
.why-us-success h4 {
    color: #fff;
}
.why-us-success strong {
    font-weight: normal;
}
.why-us-success h2 {
    color: #fff;
    font-family: 'LamaSans-Bold';
    font-size: 5rem;
}
.why-us-success h6 {
    color: #fff;
}
.success-rate {
    margin-left: auto;
    max-width: 135px;
}
.why-us-brief {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}
.why-us-brief .swiper {
    width: 100%;
}
.each-why-us-brief h4 {
    margin-bottom: 15px;
}
.why-us-brief-control {
    position: relative;
    display: flex;
    gap: 18px;
    margin: 20px 0;
}
.why-us-brief-control .common-arrow {
    position: initial;
    margin: 0;
    height: auto;
    width: auto;
    border: 0;
}
.why-us-brief-control .common-arrow img {
    width: 11px;
    transition: none;
}
.why-us-brief-control .common-arrow:hover {
    background-color: transparent;
}
.why-us-brief-control .common-arrow:hover img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(55%) saturate(5265%) hue-rotate(316deg) brightness(103%) contrast(87%);
}
.why-us-sec .row {
    margin: 0 -14px;
}
.why-us-sec .col-lg-5 {
    padding: 0 14px;
    width: 40%;
}
.why-us-sec .col-lg-4 {
    padding: 0 14px;
    width: 30%;
}
.why-us-sec .col-lg-3 {
    padding: 0 14px;
    width: 30%;
}
/*****review-sec******/
.review-sec {
    padding: 62px 0;
}
/*****footer-sec***/
.footer-area .col-lg-4 {
    width: 41%;
}
.footer-area .col-lg-8 {
    width: 59%;
}
.footer-area .container {
    max-width: 100%;
    padding: 0;
}
.footer-area .common-wrap {
    padding-left: 17px;
    padding-right: 17px;
}
.footer-wrap {
    border-radius: 20px;
    background-color: #121212;
    overflow: hidden;
}
.footer-left {
    position: relative;
    overflow: hidden;
    padding-bottom: 34px;
    height: 100%;
}
.footer-left::after {
    content: "";
    height: 100vw;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.20);
    position: absolute;
    right: 0;
    top: -50px;
}
.footer-heading {
    position: relative;
    margin-bottom: 18px;
}
.footer-heading::after {
    content: "";
    height: 1px;
    width: 100vw;
    background-color: rgba(255, 255, 255, 0.20);
    position: absolute;
    right: -19px;
    bottom: 0;
}
.footer-heading-wrap {
    padding: 54px 20px 60px 57px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-heading h2 {
    color: #fff;
}
.footer-heading p {
    color: #fff;
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.70);
    font-size: 1.4rem;
    letter-spacing: normal;
}
.footer-info {
    display: flex;
    column-gap: 33px;
    row-gap: 16px;
    flex-wrap: wrap;
    padding: 0 20px 0 57px;
}
.each-footer-info h6 {
    color: #E1AB02;
    letter-spacing: normal;
    font-family: 'Lexend-Regular';
    margin-bottom: 10px;
}
.each-footer-info p {
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 0;
}
.each-footer-info p a {
    color: rgba(255, 255, 255, 0.70);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	perspective-origin: 50%;
    display: inline-block;
}
.each-footer-info p a:hover {
    color: #E1AB02;
    transform: skewY(-6deg);
}
.each-footer-info td {
    color: rgba(255, 255, 255, 0.70);
}
.each-footer-info td:nth-child(odd) {
    padding-right: 38px;
}
.footer-partner {
    margin: 20px 0 50px;
    padding: 0 20px 0 57px;
}
.footer-partner ul {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 38px;
    row-gap: 15px;
    align-items: center;
}
.footer-partner li {
    padding: 0;
}
.footer-partner li:last-child{
    width: 180px;
}
.footer-partner li:after {
    display: none;
}
.footer-logo-block {
    padding: 0 20px 0 57px;
}
.footer-logo-block-wrap ul {
    margin: 0;
    display: flex;
    row-gap: 10px;
    column-gap: 73px;
    align-items: center;
    flex-wrap: wrap;
}
.footer-logo-block-wrap li {
    padding: 0;
}
.footer-logo-block-wrap li:after {
    display: none;
}
.footer-logo {
    width: 435px;
}
.footer-logo2 {
    width: 220px;
}
.footer-right {
    overflow: hidden;
    padding-bottom: 34px;
}
.footer-declare {
    padding: 32px 30px 0 30px;
}
.footer-declare p {
    color: rgba(255, 255, 255, 0.70);
    font-size: 1.4rem;
    margin-bottom: 0;
}
.footer-declare p a {
    color: rgba(255, 255, 255, 0.70);
}
.footer-declare p a:hover {
    color: #E1AB02;
}
.footer-werkplaats {
    position: relative;
}
.footer-werkplaats-wrap {
    padding: 23px 30px 0 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.footer-werkplaats h5 {
    color: #fff;
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: 0.16px;
    position: relative;
    padding-left: 20px;
}
.footer-werkplaats h5::after {
    content: "";
    background-color: #E1AB02;
    height: 13px;
    width: 8px;
    position: absolute;
    top: 4px;
    left: 0;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.footer-werkplaats h6 {
    letter-spacing: 0.16px;
    padding-right: 40px;
    color: #fff;
    margin-bottom: 26px;
    position: absolute;
    bottom: 0;
    width: calc(100% - 60px);
}
.footer-werkplaats h6::after {
    content: '';
    height: 14px;
    width: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px;
    background-image: url(../images/next.svg);
    filter: brightness(0) invert(1);
}
.footer-werkplaats h6 strong {
    font-weight: normal;
}
.footer-werkplaats .text-slide {
    margin-bottom: 10px;
}
.footer-img {
    height: 283px;
}
.footer-img img {
    height: 100%;
    object-fit: cover;
}
.social {
    margin-left: 25px;
}
.social ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0;
}
.social li {
    padding: 0;
}
.social li::after {
    display: none;
}
.social li a {
    height: 27px;
    width: 27px;
    border-radius: 5px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social li a img {
    width: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.social .footer-wp {
    border-color: #25D366;
}
.social li a:hover {
    background-color: #E1AB02;
    border-color: #E1AB02;
}
.social li a:hover img {
    filter: brightness(0);
}
.social .footer-wp:hover {
    background-color: #25D366;
    border-color: #25D366;
}
.social .footer-wp:hover img {
    filter: brightness(0) invert(1);
}
.text-slide {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	max-height: 0;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	width: 100vw;
	margin-left: -50vw;
	left: 50%;
}
.text-slide h3 {
	display: inline-block;
	padding-right: 10px;
	font-size: 8.5rem;
    color: rgba(255, 255, 255, 0.10);
    font-family: 'Lexend-Bold';
}
.footer-heading:hover .text-slide,
.footer-werkplaats:hover .text-slide {
	max-height: 5lh;
}
.text-slide .marquee {
	display: inline-block;
	white-space: nowrap;
}
@keyframes scroll-left {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-50%);
	}
}
.footer-werkplaats .text-slide h3 {
    font-size: 6.4rem;
}
.footer-werkplaats:hover h6 strong {
    opacity: 0;
}
.footer-heading:hover,.footer-werkplaats:hover {
    background-color: #1E1E1E;
}
.footer-heading:hover .footer-heading-wrap {
    padding-top: 23px;
    padding-bottom: 10px;
}
.footer-heading-replace, .footer-img-replace, .footer-top-mobile, .footer-heading-place, .footer-img-place, .social-replace {
    display: none;
}
/* ======== INNER SERVICE LIST PAGE ======== */
/* inner-banner-sec */
.inner-banner-sec{
    margin-top: 30px;
}
.inner-banner-sec .banner-wrap{
    border-bottom-right-radius: 0px;
}
.inner-banner-bg{
    position: relative;
    width: 100%;
    height: 500px;
}
.inner-banner-bg::after{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(18, 18, 18, 0.40) 0%, rgba(18, 18, 18, 0.40) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.inner-banner-bg img{
    height: 100%;
    object-fit: cover;
}
.inner-banner-heading {
    position: absolute;
    bottom: -52px;
    right: -18px;
}
.inner-banner-heading h1{
    font-size: 17.3rem;
    line-height: normal;
}
/* service-list-sec */
.service-list-sec{
    padding-top: 42px;
    padding-bottom: 20px;
}
.service-list-wrap .row{
    --bs-gutter-x: 20px;
    --bs-gutter-y: 40px;
}
.service-list-item{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    z-index: 1;
    width: 100%;
    height: 345px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-list-item:hover{
    transform: rotate(-4deg);
}
.service-list-item:hover::after{
    opacity: 0;
}
.service-list-item:hover::before{
    opacity: 1;
}
.service-list-item::after,
.service-list-item::before{
    position: absolute;
    content: "";
    border-radius: 20px;
    background: linear-gradient(0deg, rgba(18, 18, 18, 0.40) 0%, rgba(18, 18, 18, 0.40) 100%), radial-gradient(50% 50% at 50% 50%, rgba(18, 18, 18, 0.00) 0%, rgba(18, 18, 18, 0.80) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 1;
}
.service-list-item::before{
    background: #E1AB02;
    opacity: 0;
}
.service-list-content {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 30px 35px 20px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}
.service-list-img {
    height: 100%;
    width: 100%;
}
.service-list-img img{
    height: 100%;
    object-fit: cover;
}
.service-list-text h3{
    color: #FFF;
    margin-bottom: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-list-text p{
    color: #FFF;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* ======== INNER SERVICE DETAIL PAGE ======== */
/* prev-btn */
.prev-btn{
    position: relative;
}
.sec-line{
    position: absolute;
    top: 127px;
    right: 0;
    z-index: -1;
}
.prev-btn-wrap{
    margin: 0 -5%;
}
.prev-btn{
    padding-top: 183px;
    padding-bottom: 66px;
}
.prev-btn-wrap .common-btn strong{
    padding-right: 0;
    padding-left: 25px;
}
.prev-btn-wrap .common-btn strong::after {
    content: "";
    height: 14px;
    width: 14px;
    background-image: url(../images/btn-arrow.svg);
    background-size: 14px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    left: 0;
}
/* service-detail-sec */
.service-detail-sec{
    position: relative;
    padding-bottom: 140px;
}
.service-detail-sec::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    width: 100%;
    height: 460px;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.service-detail-wrap .row{
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
}
.service-detail-wrap {
    margin: 0 -5%;
}
.service-detail-text {
    max-width: 622px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    height: 100%;
    justify-content: end;
}
.service-detail-img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.service-detail-img img{
    height: 100%;
    object-fit: cover;
    object-position: right;
}
.service-detail-text h2{
    margin-bottom: 22px;
}
.service-detail-text p:last-child{
    margin-bottom: 0;
}
.service-detail-text p  strong {
    display: block;
}
.service-detail-text ul:last-child{
    margin-bottom: 0;
}
.service-detail-text h6 {
    font-family: 'Lexend-Bold';
}
.service-detail {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.service-detail-box{
    border-radius: 10px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #FFF;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.10);
}
.detail-box-wave{
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}
.service-detail-box h4{
    margin-bottom: 5px;
}
.service-detail-box p{
    margin-bottom: 36px;
}
/* service-table-sec */
.service-table-sec {
    padding-bottom: 92px;
    background-color: #FFF;
}
.service-table-wrap{
    margin: 0 -5%;
}
.service-table-item {
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.50);
    border-right: 1px solid rgba(0, 0, 0, 0.50);
    padding: 34px 94px;
    position: relative;
    min-height: 306px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service-table-wrap .row *:nth-child(3) .service-table-item,
.service-table-wrap .row *:nth-child(6) .service-table-item,
.service-table-wrap .row *:nth-child(9) .service-table-item{
    border-right: 0;
}
.table-plus {
    width: 46px;
    height: 46px;
    border-radius: 5px;
    border: 1px solid rgba(18, 18, 18, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    position: absolute;
    top: 34px;
    right: 63px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.table-plus:hover{
    background-color: #E1AB02;
    border-color: #E1AB02;
}
.table-plus img{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;   
}
.table-plus:hover img{
    filter: brightness() invert(1);
}
.service-table-box {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.10);
    text-align: left;
    padding: 20px 40px 20px 20px;
    width: 100%;
    max-width: 333px;
    min-height: auto;
    position: absolute;
    z-index: 2;
    height: auto;
}
.service-table-box h6{
    color: #2F2F2F;
    font-family: 'Lexend-Regular';
    line-height: normal;
    letter-spacing: 0.16px;
    margin-bottom: 9px;
}
.service-table-box p{
    color: #121212;
    font-family: 'Lexend-Light';
    font-size: 1.4rem;
    line-height: 22.016px;
    margin-bottom: 0;
}
.service-table-item h4 {
    color: #2F2F2F;
}
.vacature-table-sec .service-table-wrap .row *:last-child .service-table-item{
    border-right: 0;
}
.vacature-table-sec  .table-plus {
    right: 250px;
}
.vacature-table-sec  .service-table-box {
    max-width: 605px;
}
.vacature-table-sec .service-table-box ul{
    margin-bottom: 0;
}
.vacature-table-sec .service-table-item h4 {
    text-align: left;
}
/* form-sec */
.form-gap{
    padding-bottom: 33px;
}
.form-wrap{
    border-radius: 20px;
    overflow: hidden;
}
.form-wrap > .row > .col-lg-6:first-child {
    width: 43%;
}
.form-wrap > .row > .col-lg-6:last-child {
    width: 57%;
}
.form-box-wrap{
    background-color: #F8F8F8;
    border-right: 4px solid #E1AB02;
    padding: 53px 40px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.form-img {
    width: 318px;
    height: 318px;
    border-radius: 50%;
    border: 1px dashed #121212;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 75px;
    position: relative;
}
.form-img img{
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.form-img::after {
    position: absolute;
    content: "";
    border: 1px solid #121212;
    width: 318px;
    height: 318px;
    border-radius: 50%;
    overflow: hidden;
    left: -245px;
    top: 50%;
    transform: translateY(-50%);
}
.form-img::before {
    position: absolute;
    content: "";
    border: 1px solid #121212;
    width: 318px;
    height: 318px;
    border-radius: 50%;
    overflow: hidden;
    right: -245px;
    top: 50%;
    transform: translateY(-50%);
}
.each-form-info h6{
    color: #E1AB02;
    font-family: 'Lexend-Regular';
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: 0.16px;
    margin-bottom: 10px;
}
.each-form-info p{
    margin-bottom: 0;
}
.each-form-info p a{
    color: #121212;
    font-size: 1.4rem;
    line-height: 22.016px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: inline-block;
}
.each-form-info p a:hover{
    transform: skewY(-6deg);
    color: #E1AB02;
}
.each-form-info table,
.each-form-info tbody{
    width: 100%;
}
.each-form-info tr td{
    color: #121212;
    font-family: 'Lexend-Light';
    font-size: 1.4rem;
    line-height: 22.016px;
}
.form-info-wrap .each-form-info:nth-child(2n) p a {
    line-height: 26px;
}
.form-info-wrap {
    display: flex;
    row-gap: 20px;
    column-gap: 78px;
	flex-wrap: wrap;
}
.form-main-area {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    padding: 46px 114px 150px;
}
.form-main-area::after {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(18, 18, 18, 0.98) 0%, rgba(18, 18, 18, 0.98) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.form-heading h3{
    color: #E1AB02;
    margin-bottom: 37px;
}
.form-group{
    margin-bottom: 46px;
}
.form-style{
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 0;
    width: 100%;
    resize: none;
    padding: 0;
    padding-bottom: 16px;
    color: #FFF;
    font-family: 'Lexend-Light';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.form-style.foto_upload{
    color: rgba(255, 255, 255, 0.70);
}
.form-style::placeholder{
    color: rgba(255, 255, 255, 0.70);
    opacity: 1;
}
.form-style:focus{
    color: #FFF;
    background-color: transparent;
    box-shadow: unset;
    border-color: #FFF;
}
.form-style:focus::placeholder {
    color: #FFF;
}
.textarea-style {
    height: 110px;
}
.form-bg-text h1 {
    color: rgba(255, 255, 255, 0.05);
    font-family: 'Lexend-Light';
    font-size: 20.1rem;
    line-height: normal;
    white-space: nowrap;
}
.form-bg-text {
    position: absolute;
    width: 100%;
    left: 47%;
    bottom: -102px;
    pointer-events: none;
    transform: translateX(-50%);
}
body .form-main-area .error_cls,
body .form-main-area .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
/* service-related-sec */
.service-related-sec{
    padding-top: 74px;
    padding-bottom: 97px;
}
.service-related-heading{
    padding: 0 68px;
    padding-bottom: 97px;
}
.service-related-wrap .swiper {
    overflow-y: initial;
    overflow-x: clip;
}
.service-related-arrow .common-arrow {
    position: initial;
    margin: 0;
}
.service-related-arrow {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    column-gap: 20px;
}
/* ======== OVER ONS PAGE ======== */
/* over-ons-sec */
.over-ons-sec{
    padding-top: 85px;
    position: relative;
}
.over-ons-sec .sec-line{
    top: 0;
}
.over-ons-wrap {
    margin: 0 -5%;
}
.over-ons-heading{
    max-width: 767px;
    padding-right: 30px;
}
.over-ons-text{
    max-width: 670px;
    margin-left: auto;
}
.over-ons-text p{
    margin-bottom: 0;
}
.over-ons-inrwarp{
    margin-top: 54px;
}
.over-ons-inrwarp > .row{
    --bs-gutter-x: 19px;
    --bs-gutter-y: 0;
}
.over-ons-inrwarp > .row .col-lg-5 {
    width: 41%;
}
.over-ons-inrwarp > .row .col-lg-7 {
    width: 59%;
}
.over-ons-img{
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.over-ons-img img{
    height: 100%;
    object-fit: cover;
}
.over-boxs-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.over-ons-boxs .row{
    --bs-gutter-x: 19px;
    --bs-gutter-y: 0; 
}
.each-over-box1 {
    border-radius: 10px;
    background: #E1AB02;
    padding: 30px 30px 30px 17px;
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.each-over-line {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.each-over-box1 h4{
    color: #FFFFFF;
}
.each-over-counter {
    margin-top: 295px;
    max-width: 135px;
    margin-left: auto;
}
.each-over-counter h2{
    color: #FFF;
    font-family: 'LamaSans-Bold';
    font-size: 5rem;
    margin-bottom: 4px;
}
.each-over-counter p{
    color: #FFF;
    margin-bottom: 0;
}
.each-over-box2{
    background-color: #F8F8F8;
    border-radius: 10px;
    overflow: hidden;
}
.each-over-img{
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.each-over-img img{
    height: 100%;
    object-fit: cover;
}
.each-over-text{
    padding: 26px 55px 20px 15px;
}
.each-over-text h4{
    margin-bottom: 16px;
}
.over-boxs-text {
    padding-left: 16px;
    margin-top: 47px;
}
.over-boxs-text p{
    margin: 0;
}
.over-boxs-text img {
    margin-bottom: -27px;
    margin-left: -16px;
}
/* counter-sec */
.counter-sec{
    padding: 98px 0;
}
.counter-wrap {
    margin: 0 -5%;
    border-top: 1px solid rgba(0, 0, 0, 0.50);
    border-bottom: 1px solid rgba(0, 0, 0, 0.50);
    padding: 26px 0;
}
.each-counter-item h2{
    margin-bottom: 6px;
}
.each-counter-item p{
    margin-bottom: 0;
    font-family: 'Lexend-Regular';
}
.each-counter-item{
    position: relative;
}
.counter-wrap .row .col-lg-4:nth-child(2n) .each-counter-item::after {
    position: absolute;
    content: "";
    width: 15.369px;
    height: 39.046px;
    background: #E1AB02;
    transform: skewX(-20deg) translateY(-50%);
    top: 50%;
    left: -24%;
}
.counter-wrap .row .col-lg-4:nth-child(2n) .each-counter-item::before {
    position: absolute;
    content: "";
    width: 15.369px;
    height: 39.046px;
    background: #E1AB02;
    transform: skewX(-20deg) translateY(-50%);
    top: 50%;
    right: -22%;
}
.counter-wrap .row .col-lg-4:nth-child(2n) .each-counter {
    width: max-content;
    margin: 0 auto;
}
.counter-wrap .row .col-lg-4:last-child .each-counter {
    width: max-content;
    margin-left: auto;
}
/* over-table-sec */
.over-table-warp{
    position: relative;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px 60px 30px 30px;
}
.over-table-warp::after{
    position: absolute;
    content: "";
    background-color: #171612;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.over-table-sec .common-wrap{
    padding: 0px 17px;
}
.over-table-warp .row{
    --bs-gutter-x: 97px;
    --bs-gutter-y: 0;
}
.over-table-warp .row .col-lg-7 {
    width: 57%;
    position: relative;
}
.over-table-warp .row .col-lg-7::after{
    position: absolute;
    content: "";
    background-color: #E1AB02;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
}
.over-table-warp .row .col-lg-5 {
    width: 43%;
}
.over-table-img{
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.over-table-img img{
    height: 100%;
    object-fit: cover;
}
.over-table-content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.over-table-content table,
.over-table-content tbody{
    width: 100%;
}
.over-table-content table tr{
    display: flex;
    flex-direction: column;
}
.over-table-content table tr td{
    width: 100%;
    border-bottom: 1px solid #E1AB02;
    padding-bottom: 47px;
    margin-bottom: 47px;
}
.over-table-content table tr td:last-child{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0;   
}
.over-table-content table tr td h4{
    color: #FFF;
    margin-bottom: 15px;
}
.over-table-content table tr td p{
    color: #FFF;
    margin-bottom: 0;
}
/* team-sec */
.team-sec{
    padding-top: 75px;
    padding-bottom: 85px;
}
.team-heading h2{
    margin-bottom: 42px;
}
.team-img{
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.team-img img{
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.team-img:hover img{
    transform: scale(1.1);
}
/* over-gallery-sec */
.over-gallery-sec{
    padding-bottom: 24px;
}
.over-gallery-sec .common-wrap{
    padding: 0 17px;
}
.over-gallery-img{
    border-radius: 10px;
    overflow: hidden;
    height: 363px;
    width: 100%;
}
.over-gallery-img img{
    height: 100%;
    object-fit: cover;
}
.over-gallery-slider .swiper-slide {
    width: 15.77% !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-gallery-slider .swiper-slide-active {
    width: 31.2% !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/* ======== CONTACT PAGE ======== */
.contact-from-sec{
    padding-top: 20px;
}
.map-sec{
    padding: 20px 0;
}
.map-wrap > .row .col-lg-6:first-child {
    width: 43%;
}
.map-wrap > .row .col-lg-6:last-child {
    width: 57%;
}
.map-wrap{
    border-radius: 20px;
    overflow: hidden;
}
.map-img {
    height: 100%;
    width: 100%;
    border-right: 4px solid #E1AB02;
}
.map-img img{
    object-fit: cover;
    height: 100%;
}
.map-bg {
    height: 600px;
    width: 100%;
}
.map-bg iframe {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.map-bg img{
    height: 100%;
    object-fit: cover;
}
/* ======== THANK YOU PAGE ======== */
.thank-you-sec .banner-content {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
}
.thank-you-sec{
    padding-bottom: 20px;
}
.thank-you-sec .common-btn strong {
    padding-left: 25px;
    padding-right: 0;
}
.thank-you-sec .common-btn strong::after {
    right: unset;
    transform: translateY(-50%) rotate(180deg);
    left: 0;
}
/* ======== POPUP PAGE ======== */
.modal-area .modal-dialog {
    max-width: 1108px;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(18, 18, 18, 0.80);
}
.modal-area .modal-content {
    border: 0px;
    position: relative;
    background: transparent;
}
.modal-area .pop-up-image {
    height: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.modal-area .pop-up-image img {
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.modal-area .popup-content {
    padding: 140px 83px;
    background-color: #FFF;
    border-radius: 10px;
    position: relative;
}
.modal-area .popup-content .d-table-cell  img{
    width: 311px;
}
.modal-area .popup-content p{
    margin-top: 33px;
    margin-bottom: 33px;
    line-height: 158%; 
}
.modal-area .modal-content .row{
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
}
.modal-area .modal-content .col-lg-5 {
    width: 45.6%;
}
.modal-area .modal-content .col-lg-7 {
    width: 54.4%;
}
.modal-area .modal-content .close-img {
    position: absolute;
    top: 11px;
    right: 16px;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 1;
    background: #FCC000;
    display: none;
}
.modal-area .modal-content .close-img img {
    width: 14px;
}
.popup-line {
    position: absolute;
    top: 0;
    right: 0;
}
/* ====== VERKOCHTE PAGE ====== */
.verkochte-sec{
    padding-top: 172px;
    padding-bottom: 75px;
}
.verkochte-heading{
    margin-bottom: 45px;
}
.verkochte-wrap > .row{
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}
.verkochte-sec .each-product-img img{
    display: block;
}
/* ======= AANBOD LIST PAGE ======= */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
     padding-top: 172px;
     padding-bottom: 47px;
     position: relative;
}
.aanbod-filter-sec .sec-line {
    top: 0;
}
.aanbod-filter-heading{
    margin-bottom: 45px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: #121212;
	font-size: 1.4rem;
}
.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: #E1AB02;
}
.select-style {
    width: 100%;
    height: 44px;
    color: #121212;
    font-size: 1.6rem;
    font-family: 'Lexend-Regular';
    border: 0;
    border-bottom: 1px solid #121212;
    border-radius: 0px;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg) transparent no-repeat 91% center / 10px;
    appearance: none;
    line-height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	background-color: #0F0F0F;
}
.filter-content {
    display: none;
    background-color:#121212;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #121212;
    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-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #121212;
    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 #FFF;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #FCC000;
    border-color: #FCC000;
    background-image: url(../images/check-tick.png);
    background-size: 10px;
    background-position: center center;
    background-repeat: no-repeat;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #FFF;
    border-radius: 4px;
    background-color: #E1AB02;
    font-size: 1.4rem;
    border: 1px solid rgba(0, 255, 135, 0);
    flex-direction: row-reverse;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.auto-overview-tag:hover img {
    filter: invert(1);
}
.auto-overview-tag:hover {
    background-color: #FCC000;
    border-color: #FCC000;
    color: #0F0F0F;
}
.filter-main .col-xl-9 .row{
    margin: 0px -17px;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 25%;
    padding: 0px 17px;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #121212;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 88px;
    background-color: #121212;
    border-top: 1px solid #ffffff41;
    border-bottom: 1px solid #ffffff41;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 4px;
    background-color: #FBBF00;
    border-color: #FBBF00;
    text-transform: capitalize;
    color: #121212;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn:hover {
    background-color: #E1AB02;
    border-color: #E1AB02;
    color: #121212;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #14181E;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #14181E;
	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;
    display: none;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #FFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 4px;
    margin-left: auto;
    border: 1px solid #121212;
}
.mobile-filter-close span img {
	width: 9px;
    filter: brightness(1) invert(1);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
    background-color: #E1AB02;
    border: 1px solid #E1AB02;
    color: #121212;
	padding: 10px;
	border-radius: 0 4px 4px 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: transparent;
    border-color: #E1AB02;
    color: #121212;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 200px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.show_selected_filter_cls {
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
}
/****aanbod-range-filter****/
.aanbod-range-filter label {
    font-size: 1.6rem;
    color: #121212;
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: #E1AB02;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: #e1a90279;
    border-color: #e1a90279;
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #E1AB02;
}
.aanbod-range-filter .ui-widget.ui-widget-content {
    border: 0;
}
.aanbod-range-filter .slider-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aanbod-range-filter .slider-inputs span {
    color: #fff;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 4px;
    border: 1px solid #121212;
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: #121212;
    font-size: 1.6rem;
    line-height: normal;
}
.mob-filter-visible {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
    margin: 0 auto;
    max-width: 510px;
    width: 100%;
}
.filter-sort {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}
.mob-filter-visible h6 {
    color: #121212;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #E1AB02;
}
/* aanbod-list-sec */
.aanbod-list-sec{
    padding-bottom: 79px;
    position: relative;
}
.aanbod-list-sec::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    height: 342px;
    width: 100%;
    left: 0;
    top: 195px;
    z-index: -1;
}
.aanbod-list-wrap .row{
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}
/* ======== AANBOD DETAIL PAGE ======== */
/****aanbod-dtl-mob-contact-bar*****/
.aanbod-dtl-mob-contact-bar {
    position: fixed;
    bottom: 8px;
    left: 0;
    width: 100%;
    z-index: 90;
    padding: 0px 5px;
    display: none;
}
.aanbod-dtl-mob-contact-bar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.aanbod-dtl-mob-contact-bar li {
    line-height: 22px;
    padding: 0;
    margin: 0;
}
.aanbod-dtl-mob-contact-bar li::after, .aanbod-dtl-mob-contact-bar li::before {
    display: none;
}
.aanbod-dtl-mob-contact-bar > ul {
    display: flex;
    gap: 5px;
    justify-content: center;
}
.aanbod-dtl-mob-contact-bar > ul > li > button {
    padding: 8px 50px 8px 20px;
    border: 1px solid #fff;
    background-color: #121212;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2rem;
    width: 100%;
    text-align: left;
    position: relative;
}
.aanbod-dtl-mob-contact-bar > ul > li > button img {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 14px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-mob-contact-bar > ul > li > button strong {
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aanbod-dtl-mob-contact-bar > ul > li > a {
    height: 100%;
    width: 40px;
    border: 1px solid #fff;
    background-color: #121212;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aanbod-dtl-mob-contact-bar > ul > li > a img {
    width: 14px;
}
.aanbod-dtl-mob-contact-bar > ul > li.aanbod-dtl-mob-brand {
    width: 90%;
    position: relative;
}
.aanbod-dtl-mob-contact-bar > ul > li.aanbod-dtl-mob-contact-wp > a {
    background-color: #32D851;
    border-color: #32D851;
}
.aanbod-dtl-mob-contact-bar > ul > li > ul {
    border: 1px solid #fff;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: absolute;
    bottom: 100%;
    width: 100%;
    display: none;
}
.aanbod-dtl-mob-contact-bar > ul > li > ul > li > button,
.aanbod-dtl-mob-contact-bar > ul > li > ul > li > a {
    padding: 9px 20px;
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: #1C1C1C;
    color: #fff;
    font-size: 1.2rem;
    width: 100%;
    display: block;
    text-align: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-mob-contact-active > ul > li > button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
}
.aanbod-dtl-mob-contact-active > ul > li > button img {
    transform: translateY(-50%) rotate(-90deg);
}
.aanbod-dtl-mob-contact-bar.two-line-text > ul > li > a {
    width: 58px;
}
/* anbd-detail-sec */
.anbd-detail-sec {
    overflow-x: clip;
    padding-bottom: 87px;
}
.anbd-detail-shr {
    margin-right: -5%;
}
.anbd-detail-shr ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-left: auto;
    width: max-content;
    margin-top: -106px;
}
.anbd-detail-shr ul li{
    padding: 0;
    margin: 0;
}
.anbd-detail-shr ul li::after{
    display: none;
}
.anbd-detail-shr ul li a {
    width: 43px;
    height: 43px;
    border: 1px solid rgba(18, 18, 18, 0.50);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.anbd-detail-shr ul li a:hover{
    background-color: #E1AB02;
    border-color: #E1AB02;
}
.anbd-detail-main {
    padding-top: 56px;
    margin-left: -4%;
}
.anbd-detail-main .row{
    --bs-gutter-x: 12px;
    --bs-gutter-y: 0;
}
/* .anbd-detail-main .col-lg-3{
    width: 35%;
}
.anbd-detail-main .col-lg-9{
    width: 65%;
} */
.anbd-detail-main > .row .col-lg-3 {
    width: 35%;
}
.anbd-detail-main > .row .col-lg-9 {
    width: 65%;
}

.anbd-deatil-gap {
    /* max-width: 422px;
    padding-right: 40px; */
    max-width: 540px;
    padding-right: 40px;
}
.anbd-deatil-heading h3{
    /* margin-bottom: 9px; */
    margin-bottom: 16px;
}
.anbd-deatil-heading p{
    margin-bottom: 24px;
    font-size: 1.4rem;
    line-height: 22.016px; 
}
.anbd-deatil-info table, 
.anbd-deatil-info tbody {
    width: 100%;
}
.anbd-deatil-info table tr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* row-gap: 20px; */
    row-gap: 30px;
}
.anbd-deatil-info table tr td {
    color: #121212;
    font-family: 'Lexend-Light';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    padding-left: 14px;
    position: relative;
    border-bottom: 1px solid rgba(18, 18, 18, 0.20);
    /* padding-bottom: 8px; */
    padding-bottom: 25px;
    width: 50%;
}
.anbd-deatil-info table tr td::after {
    position: absolute;
    content: "";
    background-color: #E1AB02;
    width: 5px;
    height: 11px;
    left: 0;
    top: 8px;
    transform: skewX(-25deg);
}
.anbd-deatil-price p{
    color: #121212;
    font-family: 'Lexend-Light';
    font-size: 1.4rem;
    line-height: 22.016px;
    margin-bottom: 0;
}
.anbd-deatil-price {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-top: 18px;
    margin-bottom: 23px;
}
.anbd-deatil-contact ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 22px;
}
.anbd-deatil-contact ul li{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.anbd-deatil-contact ul li::after{
    display: none;
}
.anbd-deatil-contact ul li a{
    color: rgba(47, 47, 47, 0.50);
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    line-height: 110%; 
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.anbd-deatil-contact ul li a:hover{
    color: #E1AB02;
}
.anbd-detail-item{
    border-radius: 10px;
    overflow: hidden;
}
.anbd-detail-mb-btn .common-arrow{
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
}
.anbd-detail-mb-btn .swiper-button-next {
    right: 8px;
}
.anbd-detail-mb-btn .swiper-button-prev {
    left: 8px;
}
.anbd-detail-mb-slider{
    margin-bottom: 10px;
}
.anbd-detail-thumb-img{
    border-radius: 10px;
    overflow: hidden;
}
.anbd-thumb-bg{
    position: relative;
}
/* .anbd-detail-thumb-img {
    max-width: 205px;
} */
.anbd-thumb-text {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(20px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: calc(100% - 14px);
    height: calc(100% - 16px);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.anbd-detail-thumb-gallery {
    margin-top: 40px;
    max-width: 430px;
}
.anbd-thumb-text img{
    margin-bottom: 3px;
}
.anbd-thumb-text h6{
    color: #FFF;
    font-family: 'Lexend-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
.anbd-detail-slider-wrap{
    border-left: 4px solid #E1AB02;
}
.anbd-detail-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px 0px 0px 20px;
}
.anbd-detail-lg-slider .swiper-slide-active .anbd-detail-img{
    border-radius: 0 20px 20px 0;
}
.anbd-detail-img img{
    height: 100%;
}
.anbd-detail-lg-btn .common-arrow{
    width: 36px;
    height: 36px;
    border-radius: 5px 0px 0px 5px;
    border-right: 0;
    margin: 0;
}
.anbd-detail-lg-btn .common-arrow img {
    width: 14px;
}
.anbd-detail-lg-btn .swiper-button-next {
    left: -40px;
    top: 46%;
}
.anbd-detail-lg-btn .swiper-button-prev {
    left: -40px;
    top: 55%;
}
.anbd-all-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
    /* gap: 44px; */
    gap: 25px;
    margin-left: -4%;
}
.anbd-all-btn p{
    margin-bottom: 0;
}
.anbd-all-btn  .wp-btn.common-btn strong::after {
    content: "";
    height: 21px;
    width: 21px;
    background-image: url(../images/wp-icon.svg);
    background-size: 21px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.anbd-all-btn  .common-btn {
    width: 100%;
    text-align: center;
}
.anbd-all-btn  .wp-btn.common-btn strong {
    font-weight: normal;
    position: relative;
    padding-right: 30px;
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec {
    position: relative;
    padding-bottom: 87px;
}
.dtl-tab-sec::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    height: 460px;
    width: 100%;
    left: 0;
    bottom: 69%;
    z-index: -1;
}
.tab-btn .tabs li.active {
    background-color: transparent;
    opacity: 1;
	position: relative;
}
.tab-btn ul.tabs li {
    position: relative;
    word-break: break-word;
    cursor: pointer;
    color: rgba(47, 47, 47, 0.50);
    background-color: transparent;
    border: 0;
    font-family: 'Lexend-Regular';
    font-size: 2rem;
    line-height: normal;
    padding: 0;
}
.tab-btn ul.tabs li:hover{
    color: #E1AB02;
}
.tab-btn ul.tabs li:hover::after{
    filter: brightness(0) saturate(100%) invert(76%) sepia(66%) saturate(2514%) hue-rotate(3deg) brightness(91%) contrast(102%);
}
.tab-btn ul.tabs li.active::before {
    position: absolute;
    content: "";
    background: #E1AB02;
    width: calc(100% + 15px);
    height: 2px;
    left: 0;
    bottom: -20px;
}
.tab_content {
    display: none;
    margin-top: 40px;
}
.tab_content img{
	max-width: 40%;
}
.tab_drawer_heading{
    display: none;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn .tabs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 48px;
    padding-bottom: 18px;
    border-bottom: 2px solid rgba(47, 47, 47, 0.30);
}
.tab-btn .tabs li.active {
    color: #E1AB02;
}
.kenmerken-tab ul {
    list-style: none;
    margin: 0;
    padding: 23px 40px;
    display: flex;
    flex-wrap: wrap;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #FFF;
    border-radius: 10px;
}
.kenmerken-tab ul:hover{
    background-color: #E1AB02;
}
.kenmerken-tab ul:hover li{
    border-color: rgba(255, 255, 255, 0.55);
}
.kenmerken-tab li {
    padding: 0;
    width: 21%;
    color: #2F2F2F;
    font-family: 'Lexend-SemiBold';
    font-size: 2rem;
    line-height: 20px;
    border-right: 1px solid rgba(47, 47, 47, 0.15);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.kenmerken-tab li:first-child {
    width: 15%;
}
.kenmerken-tab ul:hover li{
    color: #FFF;
}
.kenmerken-tab ul:hover li strong{
    color: rgba(255, 255, 255, 0.70);
}
.kenmerken-tab ul li:last-child{
    border: 0;
}
.kenmerken-tab li strong {
    font-family: 'Lexend-Regular';
    font-weight: normal;
    color: rgba(47, 47, 47, 0.70);
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.kenmerken-tab ul li:first-child em{
    margin: unset;
}
.kenmerken-tab li em {
    font-style: normal;
    width: max-content;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.kenmerken-tab li::after{
    display: none;
}
.kenmerken-tab {
    overflow: hidden;
    border-radius: 10px;
    background: #F5F5F5;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #E1AB02;
    padding-bottom: 10px;
	margin-bottom: 20px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul {
    padding-left: 0;
}
.dtl-tab-sec .bullet-panel li { 
	margin-bottom: 10px;
    list-style-type: none;
    position: relative;
    padding-left: 30px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E1AB02;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #E1AB02;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 20px;
	font-size: 1.6rem;
	text-transform: none;
    color: #FFF;
}
.each-onderhoud-block h4 {
	text-transform: none;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 20px;
}
.each-onderhoud-block h5 {
    margin: 12px 0 25px;
    font-size: 1.6rem;
    text-transform: none;
    color: rgba(47, 47, 47, 0.50);
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tabs li::after {
    display: inline-block;
    content: '';
    position: relative;
    top: 1px;
    left: 6px;
    background-image: url(../images/tab_arrow.svg);
    background-color: unset;
    width: 9px;
    height: 12px;
    background-size: 7px;
    background-repeat: no-repeat;
}
.tab-btn .tabs li.active::after {
    background-image: url(../images/tab_down_arrow.svg);
    background-size: 13px;
    width: 13px;
    height: 13px;
    top: 0px;
}
.tab-btm-btn {
    margin-top: 40px;
}
.tab-btm-btn .common-btn{
    cursor: pointer;
}
/****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: #00000077;
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    border-radius: 10px;
    background-color: #FFF;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #E1AB02;
    overflow: hidden;
}
.kenmarken-popup-close {
    background-color: #E1AB02;
    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 #E1AB02;
}
.kenmarken-popup-close img {
    width: 15px;
    filter: brightness(0) invert(1);
}
.kenmarken-popup-content {
    overflow-y: scroll;
    height: calc(100% - 116px);
    padding-right: 20px;
}
.kenmarken-popup-content::-webkit-scrollbar  {
    background-color: #5B5A5E;
    width: 10px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
    background-color: #999999;
}
.kenmerken-popup-model {
    padding-bottom: 30px;
    padding-right: 40px;
}
.kenmerken-popup-model p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.kenmerken-popup-model h2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}
.kenmarken-popup-content h3 {
    margin-bottom: 15px;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 61px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1.5px solid #D9D9D9;
}
.kenmarken-popup-content li:nth-child(even) {
    color: rgba(47, 47, 47, 0.70);
}
.kenmarken-popup-content li::after {
    display: none;
}
/* anbd-related-sec */
.anbd-related-sec{
    padding: 75px 0;
    position: relative;
}
.anbd-related-sec .product-heading{
    margin-bottom: 75px;
}
.anbd-related-slider .swiper-button-next {
    right: -80px;
}
.anbd-related-slider .swiper-button-prev {
    left: -80px;
}
.anbd-related-slider .common-arrow {
    top: 40%;
}

/*******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;
    max-width: 98%;
    margin: 0 auto;
    margin-top: 16px;
    border-radius: 10px;
}
.morgeninternet-footer:hover {
    background: #202020;
    transition: 0.3s all;
}
.morgeninternet-footer > img {
    height: 35px;
    padding-top: 15px;
}
/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 10px 6px 20px;
    color: #000;
    background-size: contain;
}
.star_icon{
    margin-bottom: 30px;
}
.star_icon h4{
    padding-bottom: 10px;
    padding-top: 15px;
    margin-bottom: 15px;
   /* color: #1c1c1c;*/
    border-bottom: 1px solid #E1AB02;
    padding-bottom: 10px;
}
.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(#121212 calc(1*100%/6),#fff 0 calc(3*100%/6),#121212 0),
              linear-gradient(#121212 calc(2*100%/6),#fff 0 calc(4*100%/6),#121212 0),
              linear-gradient(#121212 calc(3*100%/6),#fff 0 calc(5*100%/6),#121212 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: #121212;
  }
.carpass-img {
    width: 115px;
}
.widget-btn-area {
  bottom: 2rem;
  left:3rem;
  z-index: 99;
  font-family: "Nunito Sans", sans-serif;
}
.widget-btn {
  border-radius: 10px;
  background: #FF7100;
  box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  padding: 1.3rem 2.5rem;
  font-size: 1.7rem;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
}
.widget-btn span:after, .widget-mobile span:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right:-.5rem;
  content: '';
  width:1rem;
  height: 1rem;
  background: url(../images/next-white.svg) no-repeat center/ contain;
}
.widget-content {
  background: #1c1c1c;
  padding: 4.5rem;
  -webkit-box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  -moz-box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  border-radius: 20px;
  width: 51rem;
  display: none;
}
.arw-rotate {
  margin-top:-2.5rem;
  margin-bottom: 1rem;
  transform: rotate(-90deg);
  cursor:pointer;
}
.widget-content h4, .widget-content h5 {
  text-transform: unset;
  color: #fff;
  letter-spacing: normal;
}
.widget-content h4 {
  font-weight: 500;
  font-size: 2.4rem;
}
.widget-content h5 {
  font-weight: 400;
  font-size: 1.7rem;
  margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span {
  text-decoration: underline;
  color: #FF7100;
}
.widget-content button, .widget-mobile button {
  border-radius: 5px;
  color: #fff;
  border: 2px solid #FF7100;
  background: #FF7100;
  padding: 1.2rem 2rem;
  font-size: 1.7rem;
  font-weight: 600;
  margin-right: .5rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  cursor: pointer;
}
.widget-content button:hover, .widget-mobile button:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #FF7100 !important;
}
.monthly_amount{
  cursor:pointer;
}
.showroom-view {
    width: 100%;
    height: 100%;
}
/* whats app lab start  */
.fixed-whatsapp-icon {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 10px;
    bottom: 2%;
    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: 18px 0;
    position: absolute;
    z-index: 1;
    bottom: -10px;
    right: 5vw;
    font-size: small;
}
.notifcation {
    position: relative;
}
.alert-number {
    display: none;
    position: absolute;
    bottom: 43px;
    right: 12px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    background-color: red;
    color: white;
    text-align: center;
    font-size: small;
    animation: shake 0.5s;
    animation-iteration-count: 1;
}
@media screen and (max-width: 600px) {
    .popuptext {
        right: 60px !important;
    }
}
@media (max-width : 767.98px){
    .fixed-whatsapp-icon{
        display: none;
    }
}
/* whatapp lab end  */
@media(max-width: 767.98px){
    .morgeninternet-footer.viewcar-footer {
        margin-bottom: 68px !important;
        height: 50px;
    }
    .widget-mobile {
        background: #1c1c1c;
        padding: 1.5rem 1.2rem;
        border-top: 1px solid rgba(255,255,255,0.1);
        border-bottom: 1px solid rgba(255,255,255,0.1);
        z-index: 99;
        font-family: "Nunito Sans", sans-serif;
    }
    .widget-mobile .d-flex {
        gap: 5px;
    }
    .widget-mobile button {
        padding: .65rem;
        font-size: 1.45rem;
    }

    .widget-mobile h6 span {
        font-size: 1.45rem;
        cursor: pointer;
        font-weight: 600;
        padding-right: 2.5rem;
        color: #fff;
        margin-right: .75rem;
    }
    .widget-mobile h6 span:after {
        background: url(../images/arw-color.svg) no-repeat center/ contain;
        right: 0;
    }
    .widget-mobile h6 span:not(.active):after {
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
    }
    .widget-mobile h6 span.active {
        color: #FF7100;
    }
    .widget-mobile h6 span.active:after {
        transform: translateY(-50%) rotate(-90deg);
    }
    .widget-mobile-content {
        bottom: 6.5rem;
        background: #121212;
        padding: 3rem 1.5rem 1.5rem;
        z-index: 99;
        display: none;
    }

    .widget-mobile-content.show-div {
        display: block;
    }
    .widget-content-wrap {
        background: #1c1c1c;
        border: 1px solid rgba(255,255,255,0.1);
        padding: 1.5rem;
    }
    .widget-mobile-content td {
        color: #fff;
        vertical-align: top;
        font-size: 1.45rem;
        font-weight: 400;
        padding: 4px 0;
    }
    .widget-mobile-content td a {
        color: #fff;
        text-decoration: none;
    }
    .widget-mobile-content td a:hover {
        color: #FF7100;
    }
    .whatsapp-block {
        background: #25D366;
        border-radius: 5px;
        width:3.7rem;
        height: 3.7rem;
    }
    .whatsapp-block img {
        width: 1.8rem;
    }
    .widget-mobile-content td span {
        width: 2.2rem;
        height: 2.2rem;
        border: 1px solid rgba(255,255,255,0.1);
        margin-right: 1.8rem;
    }
}
.share-social-media-button .a2a_dd svg {
    width: 16px !important;
    margin-right: 0 !important;
}
.form-height-add{
    margin-bottom: 24px;
}
.privacy_section {
    padding-top: 160px;
    padding-bottom: 80px;
}
.review-sec .WidgetTitle__Container-sc-9c92769d-0.lfCQiA.es-widget-title-container {
    display: none !important;
}
.anbd-all-btn-wrap  .offset-lg-3 {
    margin-left: 35% !important;
}
.anbd-detail-thumb-wrap-mob{
    display: none;
}



.service-top-sec {
    padding-bottom: 113px;
}
.service-top-sec .service-detail-text li,
.service-table-sec li {
    padding-left: 38px;
}
.service-top-sec .service-detail-text li::after,
.service-table-sec li::after {
    background-image: none;
    background-color: #000;
    width: 4px;
    height: 4px;
    background-size: 4px;
    border-radius: 100px;
    top: 10px;
}
.service-table-left,
.service-table-right {
    max-width: 592px;
    width: 100%;
}
.service-table-left {
    padding-right: 20px;
}
.service-table-sec p strong {
    display: block;
    margin-bottom: 2px;
}
/******service-mid-sec*****/
.service-mid-sec {
    padding-bottom: 80px;
}
.service-mid-text-left {
    padding-right: 30px;
}
.service-mid-text-right {
    max-width: 592px;
}
.service-mid-sec h6 {
    font-family: 'Lexend-Bold';
    margin-bottom: 20px;
}
.service-mid-sec li {
    padding-left: 16px;
}
.service-mid-sec li::after {
    background-image: none;
    background-color: #000;
    width: 4px;
    height: 4px;
    background-size: 4px;
    border-radius: 100px;
    top: 10px;
}
.opel-verkoop-mid-img img{
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.opel-verkoop-mid-img{
    height: 100%;
}
.opel-verkoop-mid-text li::after {
    background-image: none;
    background-color: #000;
    width: 4px;
    height: 4px;
    background-size: 4px;
    border-radius: 100px;
    top: 10px;
}
.opel-verkoop-mid-sec .row:first-child .opel-verkoop-mid-text{
    padding-left: 25px;
    max-width: 806px;
}
.opel-verkoop-mid-sec .row.flex-row-reverse .opel-verkoop-mid-text{
    padding-right: 15px;
}
.opel-verkoop-mid-sec .row.flex-row-reverse .opel-verkoop-mid-img{
    padding-left: 25px;
}
.opel-verkoop-mid-sec .row:first-child{
    margin-bottom: 90px;
}
.opel-verkoop-mid-sec{
    padding-bottom: 90px;
}
.opel-verkoop-mid-text li{
    padding-left: 16px;
}
.details-info-section p{
    margin-bottom: 0px;
    margin-top: 50px;
    margin-bottom: 0px;
    margin-top: 50px;
    color: rgba(47, 47, 47, 0.50);
    font-family: 'Lexend-Regular';
    font-size: 2rem;
    line-height: normal;
}
.each-sch-frst .row .col-lg-5 {
    width: 47.66%;
}
.each-sch-frst .row .col-lg-7{
    width: 52.34%;
}
.each-sch-scnd .row .col-lg-5 {
    width: 46%;
}
.each-sch-scnd .row .col-lg-7{
    width: 54%;
}
.sch-img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.sch-img img{
    height: 100%;
    object-fit: cover;
}
.sch-heading h6{
    color: #121212;
    font-family: 'Lexend-Bold';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.sch-heading p{
    margin-bottom: 0;
}
.onderhoud-sch-sec .sch-heading p{
    margin-bottom: 20px;
}
.onderhoud-sch-sec .sch-heading p:last-child{
    margin-bottom: 0;
}
.sch-heading li{
    color: #121212;
    font-family: 'Lexend-Light';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.sch-heading li::after{
    display: none;
}
.sch-heading li::before {
    position: absolute;
    content: "";
    background-color: #121212;
    width: 4px;
    height: 4px;
    border-radius: 23px;
    left: 0;
    top: 12px;
}
.each-sch-frst .sch-heading {
    max-width: 592px;
    padding-left: 30px;
}
.each-sch-frst,
.each-sch-scnd{
    padding-bottom: 94px;
}
.each-sch-scnd .sch-heading {
    max-width: 592px;
    padding-right: 30px;
}
.prev-btn-new .sec-line {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: -1;
}
.detail-top-sec-new::after{
    display: none;
}
.each-sch-frst .row{
    align-items: unset !important;
}




.vacature-mid-table .service-table-wrap .row *:nth-child(2) .service-table-item {
    border-right: 0;
}
.vacature-mid-table .service-table-item {
    text-align: left;
}
.vacature-mid-table {
    padding-bottom: 80px;
}
.vacature-mid-table .service-table-item h4 {
    margin-bottom: 18px;
}
.vacature-mid-table .service-table-item ul {
    margin-bottom: 0;
}