body {
	padding: 0px;
	margin: 0px;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #090909;
    /*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;
}
/****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;
}
.privacy_section p {
	margin-bottom: 10px;
}
.star_icon p { 
    margin-bottom: 0; 
}
/***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;
}
/****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;
}
/****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****************/
.header-bg{
    background: radial-gradient(50% 50% at 50% 50%, rgba(9, 9, 9, 0.98) 0%, rgba(9, 9, 9, 0.99) 100%);
}
.header-area{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 25px 0;
}
.header-logo {
    position: relative;
    z-index: 99;
}
.header-active {
    background: radial-gradient(50% 50% at 50% 50%, rgba(9, 9, 9, 0.98) 0%, rgba(9, 9, 9, 0.99) 100%);
	border-bottom: 1px solid rgb(255, 255, 255, 0.2);
    padding: 12px 0;
}
.header-logo img{
    width: 98px;
}
.header-nav > ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.header-nav > ul > li {
    padding: 0px;
    margin: 0px;
    color: #FFF;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.header-nav > ul > li::after {
    display: none;
}
.header-nav > ul > li > a {
    color: #FFF;
}
.header-nav > ul > li > a:hover {
    color: #3B66C1;
}
.header-nav > ul > li > a:hover img{
    filter: brightness(1) invert(1);
}
.header-nav {
    margin-left: 85%;
}
/* parent-dropdown */
.parent-dropdown > ul {
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	box-shadow: 0px 10px 15px -3px rgb(15, 15, 15, 0.3);
    border-radius: 5px;
	min-width: 170px;
	margin-top: 7px;
    margin-bottom: 0;
	z-index: 1;
	max-height: 0;
	overflow: hidden;
	transition: all 0.7s;
	opacity: 0;
	pointer-events: none;
    list-style: none;
    padding: 0;
    max-height: 120px;
    overflow-y: auto;
}
.header-nav .parent-dropdown > ul {
	border: 1px solid #3B66C1;
	background-color: #3B66C1;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > img {
    position: absolute;
    right: -14px;
    top: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 10px;
}
.parent-dropdown.open ul {
	max-height: 200px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown.open img {
	transform: rotate(180deg);
}
.parent-dropdown {
	position: relative;
	padding-right: 18px;
	cursor: pointer;
}
.parent-dropdown > ul > li {
	font-size: 1.6rem;
	position: relative;
    text-align: center;
    padding-left: 0;
}
.parent-dropdown > ul > li::after {
    display: none;
}
.parent-dropdown > ul > li > a {
	color: #fff;
	padding: 6px 17px;
	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 {
    opacity: 0.8;
}
.parent-dropdown a {
    padding-bottom: 10px;
}
/* menu-btn */
.menu-btn {
    padding: 0;
    width: 70px;
    height: 25px;
    position: relative;
    z-index: 99;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.menu-btn.active{
    width: 28px;
}
.menu-btn.active em{
    display: none;
}
.menu-btn em{
    color: #FFF;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 158%;
    letter-spacing: 0.32px;
    font-style: normal;
    position: absolute;
    top: 0;
    right: 0;
}
.menu-btn span:nth-child(1) {
    width: 18px;
    height: 1px;
    background: #FFF;
    position: absolute;
    content: "";
    top: 7px;
    left: 0;
    border-radius: 2px;
    transition: all .3s cubic-bezier(.475, .425, 0, .995);
}
.menu-btn span:nth-child(2) {
    width: 18px;
    height: 1px;
    background: #FFF;
    position: absolute;
    content: "";
    top: 12px;
    left: 0px;
    border-radius: 2px;
}
.menu-btn span:nth-child(3) {
    width: 18px;
    height: 1px;
    background: #FFF;
    position: absolute;
    content: "";
    top: 17px;
    left: 0px;
    border-radius: 2px;
    transition: all .3s cubic-bezier(.475, .425, 0, .995);
}
.menu-btn.active em{
    display: none;
}
.menu-btn.active span:nth-child(2){
    display: none;
}
.menu-btn.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    width: 30px;
}
.menu-btn.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    width: 28px;
}
.menu-wrap {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: end;
}
/*****side-menu****/
.side-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(9, 9, 9, 0.98) 0%, rgba(9, 9, 9, 0.99) 100%);
    padding: 176px 40px 40px;
    z-index: 98;
    clip-path: inset(0 0 100% 0);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.side-menu-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.side-menu .container{
    height: 100%;
}
.side-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.side-menu-active .parent-dropdown > ul > li > a {
    color: #FFF;
    border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}
.side-menu-active .parent-dropdown > ul > li > a:hover {
    opacity: 0.5;
}
.side-menu-wrapper {
    height: calc(100% - 60px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
    position: relative;
    z-index: 1;
}
.side-menu-wrap {
    max-width: 495px;
    padding-right: 20px;
}
.side-menu-wrapper::-webkit-scrollbar{
    width: 8px;
    height: 8px;
    border-radius: 5px;
}
.side-menu-wrapper::-webkit-scrollbar-track{
    background: #555;
    border-radius: 5px;
}
.side-menu-wrapper::-webkit-scrollbar-thumb {
    background: #1C1C1C;
    border-radius: 5px;
    border: 1px solid #555;
    transition: 0.6s ease-in-out;
}
.side-menu-wrap > ul {
    padding: 0;
    margin: 0;
}
.side-menu-wrap > ul > li{
    padding: 0;
    margin: 0;
}
.side-menu-wrap > ul > li::after{
    display: none;
}
.side-menu-wrap > ul > li > a{
    color: #555;
    font-family: 'GingerPro-Regular';
    font-size: 3.4rem;
    font-style: italic;
    line-height: normal;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    padding: 18px 0;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    position: relative;
}
.side-menu-wrap > ul > li:last-child > a{
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);   
}
.side-menu-wrap > ul > li > a:hover{
    color: #FFF;
}
.side-menu-wrap > ul > li > a::after {
    position: absolute;
    content: "";
    background-image: url(../images/service-arrow.svg);
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 17px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
    pointer-events: none;
}
.side-menu-wrap > ul > li > a:hover::after{
    opacity: 1;
}
.side-menu-box{
    border-radius: 10px;
    background: #555;
    overflow: hidden;
    padding: 25px;
}
.side-menu-img {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 25px;
}
.side-menu-item h3{
    color: #FFF;
    margin-bottom: 13px;
    text-transform: uppercase;
}
.side-menu-item p {
    margin-bottom: 0;
}
.side-menu-item p a{
    color: #FFF;
    font-family: 'LamaSans-Regular';
    font-size: 2.4rem;
    line-height: 37.489px;
    letter-spacing: 0.48px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.side-menu-item p a:hover{
    opacity: 0.8;
}
.side-menu-item table,
.side-menu-item tbody{
    width: 100%;
}
.side-menu-item table tr td{
    color: #FFF;
    font-family: 'LamaSans-Regular';
    font-size: 2.4rem;
    line-height: 37.489px;
    letter-spacing: 0.48px;  
}
.side-menu-wrapper .row .col-lg-7 {
    width: 54%;
}
.side-menu-wrapper .row .col-lg-5 {
    width: 46%;
}
.side-menu-contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    row-gap: 40px;
    column-gap: 78px;
}
.side-menu-item table tr {
    display: flex;
    align-items: center;
    gap: 3px;
}
.side-menu .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    position: initial;
    max-height: 0;
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
}
.side-menu .parent-dropdown.open ul {
    max-height: 200px;
    margin-top: 10px;
}
.side-menu .parent-dropdown ul li {
    text-align: left;
    font-size: 1.8rem;
}
.side-menu .parent-dropdown img {
    top: 36px;
    width: 15px;
    filter: brightness(0) invert(0.4);
    right: 0;
    z-index: -1;
}
.side-menu .parent-dropdown.open ul {
    max-height: 200px;
    margin-top: 0;
    background-color: rgba(255, 255, 255, 0.20);
    border-color: rgba(255, 255, 255, 0.20);
}
.side-menu  .parent-dropdown > ul > li > a {
    padding: 10px 17px;
}
.body-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(5px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.body-overlay-active {
    opacity: 1;
    z-index: 3;
    pointer-events: all;
}
.menu-wrap ul{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.menu-wrap ul li{
    padding: 0;
    margin: 0;
}
.menu-wrap ul li::after{
    display: none;
}
.menu-wrap ul li a {
    color: #FFF;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: normal;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: flex;
    align-items: center;
    gap: 6px;
}
.menu-wrap ul li a img{
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.menu-wrap ul li a:hover img{
    filter: brightness(0) saturate(100%) invert(34%) sepia(43%) saturate(1721%) hue-rotate(196deg) brightness(92%) contrast(84%);
}
.menu-wrap ul li a:hover{
    color: #3B66C1;
}
/* ========== HOME PAGE HERE ========== */
/* home-banner-sec */
.home-banner-sec{
    position: relative;
    z-index: 1;
}
.home-banner-video,
.home-each-banner {
    height: 900px;
    overflow: hidden;
    position: relative;
}
.home-banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.home-each-banner img {
    height: 100%;
    object-fit: cover;
}
.home-banner-content {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 90px;
    width: 100%;
}
.home-banner-heading h1{
    margin-bottom: 26px;
}
.home-banner-heading .white-btn{
    margin-left: 15px;
}
.home-bennar-each-counter h4{
    color: #FFF;
    font-family: 'GingerPro-Regular';
    font-size: 2rem;
    line-height: 96.4%;
}
.home-banner-inner-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 220px;
}
.home-banner-counter {
    max-width: 380px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    width: 50%;
}
.home-bennar-each-counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.home-bennar-each-counter::after {
    position: absolute;
    content: "";
    background-color: #FFFFFF;
    width: 100%;
    height: 1px;
    right: 0;
    top: 52%;
}
.home-bennar-each-counter1::after {
    width: 36%;
    right: 40px;
}
.home-bennar-each-counter2::after {
    width: 66%;
    right: 40px;
}
.home-banner-text p{
    color: #FFF;
    margin: 0;
}
.home-banner-text {
    width: 50%;
    max-width: 426px;
}
/* home-product-sec */
.home-product-sec{
    padding-top: 117px;
    padding-bottom: 109px;
    position: relative;
}
.product-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.product-bg img{
    height: 100%;
    object-fit: cover;
}
.product-wave {
    position: absolute;
    top: -25%;
    left: 0;
    pointer-events: none;
}
.product-blur {
    position: absolute;
    top: 0;
    right: 8%;
    pointer-events: none;
    z-index: -1;
}
.home-product-heading{
    margin-bottom: 50px;
}
.product-thum-slider {
    height: 444px;
    overflow-y: auto;
    scrollbar-width: none; 
    -ms-overflow-style: none;
}
.product-thum-slider::-webkit-scrollbar{
    display: none;
}
.each-thum-item {
    border-radius: 15px;
    background: #FFF;
    padding: 33px 20px;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
}
.each-thum-item:hover{
    background-color: #3B66C1;
}
.each-thum-heading h4{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;  
    text-transform: uppercase; 
}
.each-thum-item:hover .each-thum-heading h4{
    color: #FFF;
}
.product-thum {
    border-radius: 15px;
    overflow: hidden;
}
.product-thum .swiper-slide {
    height: auto !important;
}
.product-thum .swiper-slide-thumb-active .each-thum-item {
    background-color: #3B66C1;
    padding: 18px 20px;
}
.each-thum-text{
    display: none;
}
.product-thum .swiper-slide-thumb-active .each-thum-text{
    display: block;
}
.product-thum .swiper-slide-thumb-active .each-thum-heading{
    display: none;
}
.each-thum-text h4 {
    color: #FFF;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
.each-product-price h4{
    display: inline-block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    text-overflow: unset;
}
.each-thum-text p{
    color: #FFF;
    margin: 3px 0px 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-thum-text ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.each-thum-text ul li {
    padding: 10px 12px;
    margin: 0;
    background-color: #FFF;
    color: #3B66C1;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: normal;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    display: flex;
    align-items: center;
    gap: 6px;
}
.each-thum-text ul li img{
    width: 15px;
}
.each-thum-text ul li::after{
    display: none;
}
.home-product-wrap .row{
    --bs-gutter-x: 17px;
}
.home-product-wrap > .row > .col-lg-4 {
    width: 35%;
}
.home-product-wrap > .row > .col-lg-8 {
    width: 65%;
}
.product-inner-wrap .row .col-lg-8 {
    width: 73%;
}
.product-inner-wrap .row .col-lg-4 {
    width: 27%;
}
.each-product-price {
    display: flex;
    align-items: center;
    gap: 10px;
}
.each-product-price p{
    color: #FFF;
    margin: 0;
}
.product-price-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.each-product-img{
    border-radius: 10px;
    overflow: hidden;
}
.each-product-wrap {
    display: flex;
    flex-direction: column;
    gap: 17px;
    height: 100%;
}
.product-item-img{
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.product-item-img img{
    height: 100%;
    object-fit: cover;
}
.product-btn{
    margin-top: 35px;
}
.product-control-btn .common-arrow{
    position: initial;
}
.product-control-btn {
    display: flex;
    flex-direction: row-reverse;
    gap: 12px;
}
.product-control {
    width: 46.8%;
}
.product-control .row{
    --bs-gutter-x: 0;
}
.product-control .col-lg-9 {
    width: 80%;
}
.product-control .col-lg-3 {
    width: 20%;
}
.product-control {
    width: 46.8%;
    margin-top: 0;
    position: absolute;
    left: 35.4%;
    bottom: 0;
}
/* home-product-mb */
.product-mb-text{
    background-color: #FFF;
    padding: 20px;
}
.product-mb-img{
    border-radius: 8px;
    overflow: hidden;
}
.product-mb-text h5{
    color: #2F2F2F;
    font-family: 'GingerPro-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    font-style: normal;
}
.product-mb-text p{
    margin-bottom: 16px;
    color: #1E1E1E;
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 0;
} 
.product-mb-text ul,
.product-mb-text li{
    padding: 0;
    margin: 0;
}
.product-mb-text li::after{
    display: none;
}
.product-mb-text li{
    color: rgba(30, 30, 30, 0.70);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 4px;
}
.product-mb-text li:last-child{
    margin-bottom: 0;
}
.product-mb-text li strong{
    color: #1E1E1E;
    font-weight: normal;
}
.product-mb-price {
    border-radius: 58px;
    background: #3B66C1;
    padding: 9px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    gap: 7px;
}
.product-mb-price p{
    margin-bottom: 0;
    color: #FFF;
    font-family: 'LamaSans-Regular';
    font-size: 1.2rem;
    line-height: 22px;
}
.product-mb-price h4{
    color: #FFF;
    font-family: 'GingerPro-Regular';
    font-size: 1.8rem;
    line-height: 22px;
    font-style: normal;
}
/* Home Service Sec */
.home-service-sec{
    background: radial-gradient(50% 50% at 50% 50%, rgba(9, 9, 9, 0.98) 0%, rgba(9, 9, 9, 0.99) 100%);
    overflow: hidden;
    padding-top: 74px;
    padding-bottom: 45px;
    position: relative;
}
.service-wave {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0.01;
    pointer-events: none;
}
.home-service-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}
.home-service-heading h2{
    color: #FFF;
}
.service-thum-slider .swiper-wrapper {
    flex-direction: column;
}
.each-service {
    max-width: 742px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: #555;
    padding: 20px 25px;
}
.each-service-img {
    border-radius: 5px;
    overflow: hidden;
    min-width: 300px;
    height: 278px;
}
.each-service-img img{
    height: 100%;
    object-fit: cover;
}
.service-thum-heading {
    background: linear-gradient(180deg, rgba(125, 125, 125, 0.50) 0%, rgba(227, 227, 227, 0.50) 100%);
    padding: 12px 18px;
    width: max-content;
    margin-bottom: 40px;
}
.service-thum-heading h6{
    color: #FFF;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 24px;
}
.each-service-content {
    padding-left: 46px;
}
.each-service-heading h3{
    color: #FFF;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-text p{
    color: #FFF;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-thum-item h3{
    color: #555;
    letter-spacing: 1.7px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
}
.service-thum-item h3::after {
    position: absolute;
    content: "";
    background-image: url(../images/service-arrow.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right;
    width: 18px;
    height: 18px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;opacity: 0;
}
.service-thum-wrap .swiper-slide-thumb-active .service-thum-item h3::after {
    opacity: 1;
}
.service-thum-wrap .swiper-slide-thumb-active .service-thum-item h3{
    color: #FFF;
}
.service-thum-slider .swiper-slide{
    height: auto !important;
}
.service-thum-item{
    position: relative;
}
.service-thum-slider .swiper-slide .service-thum-item{
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}
.service-wrap {
    padding: 47px 0px;
    margin-top: 58px;
    margin-bottom: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.service-wrap > .row > .col-lg-7 {
    width: 61%;
}
.service-wrap > .row > .col-lg-5 {
    width: 39%;
}
.service-mb-control{
    display: none;
}
.row-border-top,
.row-border-bottom {
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	transition: opacity 0.25s ease;
}
.row-border-top {
	top: -1px;
}
.row-border-bottom {
	bottom: -1px;
}
.row-border-top.visible,
.row-border-bottom.visible {
	opacity: 1;
}
.glow {
    position: absolute;
    top: 0;
    width: 266px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #3B66C1, transparent);
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 1;
    opacity: 0.6;
}
/* home-werkplaats-service */
.home-werkplaats-item{
    height: 160px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-werkplaats-item::after {
    position: absolute;
    content: "";
    background-image: url(../images/wek-arrow.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    width: 34px;
    height: 34px;
    right: 20px;
    top: 20px;
    border: 1px solid #FFF;
    border-radius: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
}
.home-werkplaats-item:hover::after{
    opacity: 1;
}
.home-werkplaats-img{
    height: 100%;
    width: 100%;
}
.home-werkplaats-img img{
    height: 100%;
    object-fit: cover;
}
.home-werkplaats-text {
    position: absolute;
    bottom: 0;
    padding: 15px 10px;
}
.home-werkplaats-text h5{
    color: #FFF;
}
/* home-over-sec */
.home-over-sec{
    padding-top: 93px;
    padding-bottom: 90px;
    position: relative;
    overflow: hidden;
}
.home-over-wave{
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: -1;
}
.home-over-heading p{
    margin: 17px 0 44px;
}
.home-over-sec .container > .row{
    --bs-gutter-x: 40px;
    --bs-gutter-y: 0;
} 
.home-over-sec .row > .col-lg-6:nth-child(1) {
    width: 47.2%;
}
.home-over-sec .row > .col-lg-6:nth-child(2) {
    width: 52.8%;
}
.home-over-img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.home-over-img img{
    height: 100%;
    object-fit: cover;
}
.home-over-img1 {
    max-width: 444px;
    height: 386px;
    margin-left: auto;
}
.home-over-img-wrap .row{
    --bs-gutter-x: 11px;
    --bs-gutter-y: 11px;
}
.home-over-img2 {
    max-width: 398px;
    height: 396px;
    margin-left: auto;
    margin-top: -35%;
}
.home-over-img3{
    max-width: 304px;
    height: 250px;
}
.home-over-heading {
    padding-top: 30px;
}
.home-over-img::after{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(59, 102, 193, 0.50) 0%, rgba(59, 102, 193, 0.50) 100%);
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.home-over-img.home-over-active::after{
    height: 100%;
}
.home-over-counter-item1{
    display: flex;
    align-items: center;
    gap: 215px;
}
.home-over-counter-item2 {
    display: flex;
    align-items: center;
    gap: 288px;
}
.home-over-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.home-over-counter {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.home-over-counter-item{
    position: relative;
    width: max-content;
}
.home-over-counter-item h5 em{
    font-style: normal;
}
.home-over-counter-item::after {
    position: absolute;
    content: "";
    background-color: #090909;
    width: 100%;
    height: 1px;
    right: 0;
    top: 53%;
}
.home-over-counter-item1::after {
    right: 30px;
    width: 45%;
}
.home-over-counter-item2::after {
    right: 30px;
    width: 57%;
}
/* home-box-sec */
.home-box-sec{
    padding-bottom: 44px;
}
.busns-img {
    border-radius: 138px;
    border: 2px solid #3B66C1;
    width: 138px;
    min-width: 138px;
    height: 138px;
    overflow: hidden;
}
.busns-img img{
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.home-box-sec .row .col-lg-4 {
    width: 30%;
}
.home-box-sec .row .col-lg-8 {
    width: 70%;
}
.busns-wrap {
    display: flex;
    align-items: center;
    gap: 25px;
    border-top: 2px solid rgba(9, 9, 9, 0.10);
    border-right: 2px solid rgba(9, 9, 9, 0.10);
    padding: 35px 0;
    height: 100%;
    position: relative;
}
.busns-wrap::after {
    position: absolute;
    content: "";
    background-image: url(../images/busns-wrap-icon.svg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 22px;
    width: 22px;
    height: 22px;
    right: -12px;
    top: -10px;
}
.home-box-wrap {
    border-top: 2px solid rgba(9, 9, 9, 0.10);
    display: flex;
    justify-content: center;
    height: 100%;
    padding: 20px 0;
    gap: 45px;
    padding-left: 65px;
}
.home-box-wrap .home-box-text:first-child {
    max-width: 478px;
}
.home-box-text {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.home-box-text p{
    margin-bottom: 0;
}
/* usp-sec */
.usp-each-img,
.usp-sub-img,
.usp-sub-each-content{
    opacity: 0;
}
.usp-each-img.active,
.usp-sub-img.active,
.usp-sub-each-content.active{
    opacity: 1;
}
/* ===== MAIN IMAGE ANIMATION ===== */
.usp-img-wrap{
    position:relative;
    height:495px;
    overflow:hidden;
}
.usp-each-img{
    position:absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    clip-path: inset(0 0 100% 0);
    transition: clip-path .8s cubic-bezier(.77,0,.18,1);
}
.usp-each-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.usp-each-img.active{
    clip-path: inset(0 0 0 0);
    z-index: 5;
}
.usp-each-img.hide-up{
    clip-path: inset(0 0 100% 0);
}
.usp-wrap {
    position: relative;
}
.usp-sub-wrap {
    max-width: 328px;
    border-radius: 10px;
    border: 1px solid #3B66C1;
    background: #F5F5F5;
    overflow: hidden;
    padding: 12px;
    margin-left: auto;
    margin-right: 56px;
    margin-top: -25%;
    position: relative;
    z-index: 5;
}
.usp-sub-img-wrap{
    position: relative;
}
/* ===== SUB IMAGE ANIMATION ===== */
.usp-sub-img-wrap{
    position: relative;
    overflow: hidden;
    height: 240px;
}
.usp-sub-img{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
    clip-path: inset(0 0 100% 0);
    transition: clip-path .8s cubic-bezier(.77,0,.18,1);
}
.usp-sub-img.active{
    clip-path: inset(0 0 0 0);
    z-index: 5;
}
.usp-sub-img.hide-up{
    clip-path: inset(0 0 100% 0);
}
.usp-sub-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display:block;
}
/* ===== CONTENT FADE ANIMATION ===== */
.usp-sub-content-wrap{
    position: relative;
}
.usp-sub-each-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 8px;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity .45s ease,
        transform .45s ease,
        visibility .45s;
}
.usp-sub-each-content.active{
    opacity: 1;
    visibility: visible;
    z-index: 5;
}
.usp-sub-each-content h5 {
    margin-bottom: 10px;
}
.usp-sub-each-content p{
    margin-bottom: 0;
}
.usp-nav-btn{
    border-radius: 120px;
    background: #F5F5F5;
    padding: 12px 20px;
    width: max-content;
    text-align: center;
    color: #090909;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
}
.usp-nav-btn.active{
    background: #3B66C1;
    color: #FFF;
}
.usp-nav-btn:hover{
    background: #3B66C1;
    color: #FFF;    
}
.usp-nav {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 0;
    position: absolute;
    top: 524px;
}
/* review-sec */
.review-sec{
    padding-top: 99px;
    padding-bottom: 74px;
}
/* footer-area */
.footer-area{
    background-color: #090909;
    padding-top: 50px;
}
.footer-logo img{
    width: 120px;
}
.footer-heading h3{
    color: #FFF;
}
.footer-btn {
    text-align: right;
}
.footer-top .row{
    border-bottom: 3px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 20px;
}
.ft-gallery-img{
    height: 230px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ft-gallery-img::after{
    position: absolute;
    content: "";
    background-image: url(../images/ft-insta.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: top right;
    height: 25px;
    width: 25px;
    right: 10px;
    top: 10px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ft-gallery-img:hover::after{
    opacity: 1;
}
.ft-gallery-img img{
    height: 100%;
    object-fit: cover;
}
.footer-gallery .row{
    --bs-gutter-x: 13px;
    --bs-gutter-y: 20px;
}
.ft-details-item h3{
    color: #FFF;
    margin-bottom: 13px;
    text-transform: uppercase;
}
.ft-details-item p{
    margin: 0;
}
.ft-details-item p a{
    color: #FFF;
    font-family: 'LamaSans-Regular';
    font-size: 2.4rem;
    line-height: 37.489px;
    letter-spacing: 0.48px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ft-details-item p a:hover{
    color: #3B66C1;
}
.ft-details-item table,
.ft-details-item tbody{
    width: 100%;
}
.ft-details-item tr{
    display: flex;
    align-items: center;
}
.ft-details-item tr td{
    color: #FFF;
    font-family: 'LamaSans-Regular';
    font-size: 2.4rem;
    line-height: 37.489px;
    letter-spacing: 0.48px;
}
.ft-details-item {
    padding: 74px 20px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.05);
    border-left: 3px solid rgba(255, 255, 255, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer-gallery {
    padding: 50px 0;
    height: 100%;
    padding-right: 26px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
}
.ft-details-wrap .row .col-lg-6:nth-child(2) .ft-details-item,
.ft-details-wrap .row .col-lg-6:nth-child(4) .ft-details-item {
    padding-right: 0;
}
.ft-details-wrap {
    height: 100%;
}
.ft-details-wrap .row {
    height: 100%;
}
.ft-social ul{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}
.ft-social ul li{
    margin: 0;
    padding: 0;
}
.ft-social ul li::after{
    display: none;
}
.ft-social ul li a{
    border: 1px solid rgba(255, 255, 255, 0.20);
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ft-social ul li a:hover{
    border-color: #3B66C1;
    background-color: #3B66C1;
}
.ft-privacy p{
    margin-bottom: 0;
    text-align: center;
}
.ft-privacy p a{
    color: #FFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ft-privacy p a:hover{
    color: #3B66C1;
}
.ft-icon {
    text-align: right;
}
.ft-icon img {
    width: 124px;
}
.footer-btm {
    padding: 28px 0px 40px;
}
.ft-privacy {
    margin-left: -30%;
}
/* ========= SERVICE LIST PAGE ========= */
/* inner-banner-sec */
.inner-banner-sec{
    position: relative;
}
.inner-banner-bg{
    height: 518px;
    width: 100%;
}
.inner-banner-bg img{
    height: 100%;
    object-fit: cover;
}
.inner-banner-heading {
    position: absolute;
    top: 48%;
    width: 100%;
}
/* service-list-sec */
.service-list-sec{
    padding: 52px 0;
    position: relative;
}
.inner-each-service .row .col-lg-6:first-child {
    width: 45%;
}
.inner-each-service .row .col-lg-6:last-child {
    width: 55%;
}
.inner-each-service{
    border-radius: 20px;
    background: #F5F5F5;
    padding: 20px 14px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transform-origin: center center;
    will-change: transform, opacity;
}
.services-slide-item{
    perspective: 1400px;
    transform-style: preserve-3d;
}
.inner-each-service:hover{
    background: #3B66C1;
}
.inner-each-service:hover .inner-service-content h2,
.inner-each-service:hover .inner-service-content p{
    color: #FFF;
}
.inner-each-service:hover .inner-service-content .black-btn::after{
    bottom: 165%;
}
.inner-each-service:hover .inner-service-content .black-btn strong {
    top: 50%;
    transform: translateY(-50%);
}
.inner-each-service:hover .inner-service-content .black-btn{
    border-color: #FFF;
    color: #090909;
}
.inner-service-content .common-btn::after {
    background-color: #FFF;
}
.service-list-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.inner-service-img{
    height: 346px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.inner-service-img img{
    height: 100%;
    object-fit: cover;
}
.inner-service-content {
    max-width: 680px;
    padding-left: 68px;
    padding-right: 40px;
}
.inner-service-content h2{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inner-service-content p{
    margin: 9px 0 39px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* ======== SERVICE DETAIL PAGE ======== */
/* prev-btn-sec */
.prev-btn-sec{
    padding-top: 250px;
}
/* service-detail-sec */
.service-detail-sec{
    padding-bottom: 140px;
}
.service-detail-sec .row .col-lg-5 {
    width: 37.3%;
}
.service-detail-sec .row .col-lg-7 {
    width: 62.7%;
}
.service-detail-content {
    max-width: 680px;
    padding-right: 30px;
    padding-top: 36px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.service-detail-content ul{
    margin-bottom: 20px;
}
.service-detail-content h2{
    margin-bottom: 18px;
}
.service-detail-content p{
    margin-bottom: 20px;
}
.service-detail-content p:last-child{
    margin-bottom: 0;
}
.service-detail-img {
    background: #3B66C1;
    padding: 18px;
    border-radius: 15px;
    overflow: hidden;
    height: calc(100% + 52px);
    margin-top: -10%;
    position: relative;
}
.service-detail-main-img{
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.service-detail-main-img img{
    height: 100%;
    object-fit: cover;
}
.service-detail-img-wave{
    position: absolute;
    top: 0;
    right: 0;
}
/* detail-box-sec */
.detail-box-sec{
    padding-bottom: 100px;
}
.detail-box-wrap {
    display: flex;
    text-align: center;
    gap: 110px;
    border-top: 3px solid rgba(9, 9, 9, 0.10);
}
.each-detail-box{
    width: 33.33%;
    padding-top: 126px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;  
}
.each-detail-box:hover .each-detail-box-icon {
    background-color: #3B66C1;
}
.each-detail-box:hover .each-detail-box-icon img{
    filter: brightness(1) invert(1);
}
.each-detail-box:hover .each-detail-box-icon::before{
    opacity: 1;
}
.each-detail-box::after{
    position: absolute;
    content: "";
    background-image: url(../images/busns-wrap-icon.svg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 22px;
    width: 22px;
    height: 22px;
    left: 50%;
    transform: translateX(-50%);
    top: -8px;
}
.each-detail-box h4{
    margin-bottom: 10px;
}
.each-detail-box p{
    margin-bottom: 0;
}
.each-detail-box-icon {
    background-color: #F5F5F5;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin: 0 auto;
    margin-bottom: 32px;
    position: relative;
}
.each-detail-box-icon::before {
    position: absolute;
    content: "";
    top: -73%;
    left: -4.2px;
    width: 84px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #3B66C1, transparent);
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 1;
    transform: rotate(-90deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
}
.each-detail-box-icon::after {
    position: absolute;
    content: "";
    background-color: rgba(9, 9, 9, 0.10);
    height: 163px;
    width: 2px;
    bottom: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.each-detail-box-icon img{
    width: 34px;
    height: 32px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/* vacatures-box-sec */
.vacatures-box-sec .each-detail-box{
    width: 50%;
}
.vacatures-box-sec .each-detail-box ul{
    text-align: left;
}
.vacatures-box-sec .each-detail-box ul li{
    margin-bottom: 20px;
}
.vacatures-box-sec .each-detail-box ul li:last-child{
    margin-bottom: 0;
}
.vacatures-box-sec  .detail-box-wrap {
    gap: 300px;
}
/* form-sec */
.form-sec{
    padding: 88px 0;
}
.contact-box {
    max-width: 348px;
    border-radius: 10px;
    background: #F5F5F5;
    padding: 11px;
    margin-right: 20px;
}
.contact-img{
    border-radius: 5px;
    overflow: hidden;
    height: 240px;
    width: 100%;
}
.contact-img img{
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.contact-man-info {
    padding: 24px 10px 10px;
}
.contact-man-info h4{
    margin-bottom: 5px;
    text-transform: uppercase;
}
.contact-man-info p{
    margin-bottom: 0;
}
.contact-man-info p a{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.contact-man-info p a:hover{
    color: #3B66C1;
}
.contact-man-info2{
    margin-top: 15px;
}
.contact-wrap h4{
    color: #3B66C1;
    margin-bottom: 10px;
}
.contact-wrap h2 {
    color: #FFF;
    margin-bottom: 70px;
}
.form-group {
    margin-bottom: 48px;
    position: relative;
}
.form-style{
    width: 100%;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    background-color: transparent;
    color: #FFF;
    padding: 0;
    padding-bottom: 21px;
    font-family: 'GingerPro-Regular';
    font-size: 2rem;
    font-style: italic;
    line-height: 96.4%;
    outline: none;
    resize: none;
}
.form-style.foto_upload{
    color: rgba(255, 255, 255, 1);
}
.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: rgba(255, 255, 255, 0.50);
}
.form-style::placeholder{
    opacity: 0;
}
.form-style:focus::placeholder {
    color: #FFF;
}
.form-sec .form-main .form-group label {
    position: absolute;
    top: 0px;
    left: 0;
    color: #FFF;
    font-size: 2rem;
    font-family: 'GingerPro-Regular';
    font-style: italic;
    line-height: 96.4%;
    transition: 0.3s;
    pointer-events: none;
}
.form-sec .form-main .form-group.focused label {
    top: -24px;
    color: rgba(255, 255, 255, 0.70);
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    font-style: normal;
}
body .form-main .row  .error_cls,
body .form-main .row .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
/* related-service-sec */
.related-service-sec{
    padding: 92px 0px;
    position: relative;
    overflow: hidden;
}
.related-service-heading{
    margin-bottom: 52px;
}
.related-service-btn {
    margin-top: 54px;
    display: flex;
    align-items: center;
    gap: 40px;
}
/* ======== OVERONS PAGE ======== */
/* overons-detail-sec */
.overons-detail-sec{
    padding-top: 90px;
    padding-bottom: 193px;
    position: relative;
}
.overons-detail-wave {
    position: absolute;
    top: -20%;
    right: 0;
    z-index: -1;
    pointer-events: none;
}
.overons-detail-sec .row .col-lg-5:nth-child(1) {
    width: 36.2%;
}
.overons-detail-sec .row .col-lg-5:nth-child(3) {
    width: 27.8%;
}
.overons-detail-sec .row .col-lg-2 {
    width: 36%;
}
.overons-detail-content h2{
    margin-bottom: 17px;
}
.overons-detail-content p{
    margin: 0;
}
.overons-detail-img1 {
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.overons-detail-img1 img{
    height: 100%;
    object-fit: cover;
}
.overons-detail-img2{
    border-radius: 12px;
    overflow: hidden;
    /* height: 100%; */
    width: 100%;  
}
.overons-detail-img2 img{
    height: 100%;
    object-fit: cover;
}
.overons-detail-img{
    position: relative;
    overflow: hidden;
}
.overons-detail-img::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(0deg, rgba(59, 102, 193, 0.50) 0%, rgba(59, 102, 193, 0.50) 100%);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.overons-detail-img.home-over-active::after{
    height: 100%;
}
.overons-conter-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.overons-conter-item::after {
    position: absolute;
    content: "";
    background-color: #090909;
    height: 1px;
    width: 100%;
    top: 50%;
    z-index: -1;
}
.overons-detail-counter {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 38px;
}
.overons-conter-item h5:first-child {
    background-color: #FFF;
    padding-right: 20px;
}
.overons-conter-item h5:last-child {
    background-color: #FFF;
    padding: 0 28px;
}
.overons-detail-innerwrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.overons-detail-sec .row {
    --bs-gutter-x: 23px;
}
.overons-detail-content {
    padding-right: 30px;
}
/* over-mid-sec */
.over-mid-sec {
    position: relative;
    overflow: hidden;
    padding-bottom: 164px;
}
.over-mid-heading {
    margin-bottom: 49px;
    width: 50%;
    padding-right: 50px;
}
.over-bg-text h2 {
    color: #3B66C1;
    font-family: 'GingerPro-Regular';
    font-size: 9.5vw;
    line-height: normal;
    letter-spacing: 8.205px;
    position: absolute;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
}
.textAppear {
    opacity: 0;
    filter: blur(8px);
    bottom: -50px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-bg-img {
    max-width: 272px;
    height: 274px;
    border-radius: 12px;
    overflow: hidden;
    margin-left: auto;
    position: relative;
    z-index: 1;
    margin-right: 15%;
    margin-top: -6%;
}
.over-mid-img {
    max-width: 380px;
    height: 416px;
    border-radius: 12px;
    overflow: hidden;
    margin-left: 24%;
    margin-top: -15%;
    position: relative;
    z-index: 1;
}
.over-mid-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.over-mid-table table,
.over-mid-table tbody{
    width: 100%;
}
.over-mid-table {
    position: relative;
    border-left: 3px solid rgba(9, 9, 9, 0.10);
    padding: 59px 0;
    margin-left: 12%;
    margin-top: 130px;
}
.over-mid-table::after {
    position: absolute;
    content: "";
    background-color: rgba(9, 9, 9, 0.10);
    width: 100vw;
    height: 3px;
    left: -50%;
    top: 0;
    z-index: 2;
}
.over-mid-table::before {
    position: absolute;
    content: "";
    background-image: url(../images/busns-wrap-icon.svg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 22px;
    width: 22px;
    height: 22px;
    left: -12px;
    top: -8px;
    z-index: 3;
}
.over-mid-table tr{
    display: flex;
}
.over-mid-table tr td{
    padding-left: 62px;
    width: 50%;
}
.over-mid-table tr td p{
    margin-bottom: 0;
}
.over-mid-sec .row{
    align-items: unset !important;
}
/* over-about-sec */
.over-about-sec{
    background: #090909;
}
.over-about-sec > .container > .row > .col-lg-6:nth-child(1) {
    width: 44.5%;
}
.over-about-sec > .container > .row > .col-lg-6:nth-child(2) {
    width: 55.5%;
}
.over-about-content {
    padding: 90px 0;
    padding-right: 100px;
}
.over-about-text {
    max-width: 537px;
}
.over-about-content h2{
    color: #FFF;
    margin-bottom: 32px;
}
.over-about-content p{
    color: #FFF;
    margin-bottom: 0;
}
.over-about-counter {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding-top: 143px;
}
.over-about-counter .over-about-counter-each:nth-child(2){
    gap: 286px;
}
.over-about-counter-each{
    position: relative;
    display: flex;
    align-items: center;
    gap: 180px;
    z-index: 1;
    width: max-content;
}
.over-about-counter-each::after {
    position: absolute;
    content: "";
    background-color: #FFFF;
    height: 1px;
    width: 100%;
    top: 50%;
    z-index: -1;
}
.over-about-counter-each h5 {
    color: #FFF;
    background-color: #090909;
    padding-right: 23px;
    max-width: 250px;
}
.over-about-counter-each-img{
    background-color: #090909;
    padding-left: 18px;  
}
.over-about-box-text h4{
    color: #FFF;
    margin-bottom: 5px;
}
.over-about-box-text p{
    color: #FFF;
    margin-bottom: 0;
}
.over-about-box-content {
    background-color: #3B66C1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 65px 30px;
}
.over-about-img-wrap{
    height: 100%;
}
.over-about-each-img {
    height: 100%;
}
.over-about-each-img img {
    height: 100%;
    object-fit: cover;
}
/* team-sec */
.team-sec{
    padding-top: 83px;
    padding-bottom: 92px;
    position: relative;
}
.team-heading{
    margin-bottom: 53px;
}
.team-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.each-member-img{
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.each-member-text{
    margin-top: 16px;
}
.each-member-text p{
    color: #1E1E1E;
    margin-bottom: 0;
}
/* ======== CONTACT PAGE ======== */
.map-sec{
    overflow: hidden;
}
.map-bg{
    height: 796px;
    width: 100%;
}
.map-bg img{
    height: 100%;
    object-fit: cover;
}
/* ======== THANK YOU PAGE ======== */
.thank-you-sec .home-banner-content {
    bottom: unset;
    top: 33%;
}
/* ======== POPUP PAGE ======== */
.modal-area .modal-dialog {
    max-width: 1098px;
    margin: 8% auto 0;
}
.modal-area .modal {
    background: rgba(85, 85, 85, 0.80);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-area .modal-content .col-lg-5 {
    width: 47.2%;
}
.modal-area .modal-content .col-lg-7 {
    width: 52.8%;
}
.modal-content-wrap {
    overflow: hidden;
    background: #090909;
    border-radius: 10px;
}
.modal-content-wrap .row{
    --bs-gutter-x: 0px;
}
.modal-area .d-table-cell.align-middle {
    position: relative;
    z-index: 1;
}
.modal-area .popup-content img {
    width: 98px;
}
.modal-area .popup-content p {
	margin: 40px 0;
    color: #FFF;
}
.modal-area .popup-content {
    overflow: hidden;
    padding:  60px 80px;
    position: relative;
}
.pop-up-image {
	height: 100%;
    overflow: hidden;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.modal-area .popup-content .common-btn::after {
    background-color: #FFF;
    width: 102%;
}
.modal-area .popup-content .common-btn:hover{
    color: #090909;
}
.mb-popup-wrap{
    display: none;
}
/* ======== AANBOD LIST PAGE ======== */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 200px 0 60px;
}
.anbd-list-headeing {
    padding-bottom: 60px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	font-size: 1.4rem;
    color: #090909;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 24px;
}
.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: #3B66C1;
}
.select-style {
    width: 100%;
    height: 48px;
    color: #090909;
    font-size: 1.6rem;
    border: 1px solid #090909;
    font-family: 'LamaSans-Medium';
    border-radius: 50px;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg)  no-repeat 91% center / 10px;
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
    background: url(../images/filter-arrow-white.svg) #3B66C1  no-repeat 91% center / 10px;
    color: #FFF;
    border-color: #FFF;
}
.select-style:hover{
    background: url(../images/filter-arrow-white.svg) #3B66C1  no-repeat 91% center / 10px;
    color: #FFF;
    border-color: #FFF;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	background-color: #0F0F0F;
}
.filter-main .col-xl-9 .row .col-lg-3{
    padding: 0px 10px;
}
.filter-main .col-xl-9 .row {
    margin: 0px -10px;
}
.filter-content {
    display: none;
    background-color:#090909;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #F9F8F6;
    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: #F9F8F6;
    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: #F9F8F6;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #F9F8F6;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #3B66C1;
    border-color: #3B66C1;
    background-image: url(../images/check-tick.png);
    background-size: 9px;
    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: #F9F8F6;
    border-radius: 20px;
    background-color: #3B66C1;
    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 {
    background-color: #090909;
    border-color: #090909;
    color: #FFF;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 25%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #090909;
    font-family: 'LamaSans-Medium';
    font-style: normal;
}
.total_search_records {
	margin-top: 30px;
}
.auto-overview-tag {
    background-color: #090909;
}
.auto-overview-tag:hover {
    background-color: #3B66C1;
    border-color: #3B66C1;
    color: #FFF;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 115px;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 100px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn::after{
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #3B66C1;
    color: #FFF;
}
.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.25);
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    margin-left: auto;
    border: 1px solid rgba(0, 0, 0, 0.25);
}
.mobile-filter-close span img {
    width: 9px;
    filter: brightness(1) invert(1);
}
.auto-overview-filter-result .total_search_records {
    margin-top: 0;
    color: #FFF;
    padding: 10px;
    border-radius: 0 50px 50px 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    gap: 5px;
}
.auto-overview-filter-result .total_search_records::after{
    display: none;
}
.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: #3B66C1;
    color: #090909;
}
.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: 250px;
}
.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: #090909;
    font-family: 'LamaSans-Medium';
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: #3B66C1;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: #3b65c146;
    border-color: #3b65c146;
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #3B66C1;
}
.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: #09090952;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 50px;
    border: 1px solid #09090952;
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: #090909;
    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: #090909;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: normal;
    letter-spacing: 0.42px;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #3B66C1;
}
/* aanbod-list-sec */
.aanbod-list-sec{
    padding-bottom: 54px;
}
.list-product-img{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 14px;
    position: relative;
    height: 100%;
}
.list-product .each-thum-text {
    display: block;
    background-color: #EFEFEF;
    border-radius: 10px;
    padding: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.each-product-img-wrap {
    height: 100%;
    width: 100%;
}
.each-product-progress {
	position: absolute;
	bottom: 22px;
    right: 18px;
	width: 53px;
	height: 10px;
	z-index: 1;
    border-radius: 10px;
    background-color: #FFFFFF;
	display: none;
}
.each-product-progress span {
    background-color: #3B66C1;
    display: block;
    height: calc(100% - 2px);
    left: 1px;
    top: 1px;
    width: 0;
    border-radius: 10px;
    position: absolute;
}
.list-product .each-thum-text h4{
    color: #090909;
     transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -webkit-line-clamp: 2;
}
.list-product .each-thum-text p{
    color: #090909;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.list-product .each-thum-text ul li {
    color: #090909;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.list-product .each-thum-text ul li img{
    filter: brightness(0) saturate(100%) invert(0%) sepia(44%) saturate(7245%) hue-rotate(26deg) brightness(167%) contrast(93%);
}
.list-product .more-btn {
    color: #090909;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.list-product{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-bottom: 20px;
}
.list-product:hover .each-thum-text{
    background-color: #3B66C1;
}
.list-product:hover .each-thum-text h4,
.list-product:hover .each-thum-text p,
.list-product:hover .more-btn {
    color: #FFF;
}
.list-product:hover .each-thum-text ul li img{
    filter: unset;
}
.list-product:hover .each-thum-text ul li{
    color: #3B66C1;
}
.list-product .product-price-wrap {
    margin-top: 16px;
}
.aanbod-list-sec .row .col-lg-6 {
    padding: 0px 10px;
}
.aanbod-list-sec .row{
    margin: 0px -10px;
}
/* ========= ANNBOD DETAIL PAGE ========= */
/* anbd-shr-sec */
.anbd-shr-sec {
    padding-top: 220px;
}
.anbd-shr-wrap p{
    margin: 0;
}
.anbd-shr-wrap  a{
    width: 57px;
    height: 57px;
    border: 1px solid #090909;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.anbd-shr-wrap  a:hover{
    background-color: #3B66C1;
    border-color: #3B66C1;
}
.anbd-shr-wrap a img{
    width: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.anbd-shr-wrap a:hover img{
    filter: brightness(0) invert(1);
}
.anbd-shr-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    width: max-content;
    margin-left: auto;
}
/* anbd-detail-sec */
.anbd-detail-sec {
    margin-top: -75px;
    padding-bottom: 80px;
}
.anbd-detail-wave {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
}
.aanbod-dtl-mb-info h4{
    font-style: normal;
}
.anbd-detail-heading {
    margin-bottom: 27px;
    padding-right: 230px;
}
.anbd-detail-heading h2{
    margin-bottom: 7px;
    text-transform: uppercase;
}
.anbd-detail-heading p{
    margin-bottom: 0;
}
.anbd-dtl-wrap-slide .row .col-lg-7 {
    width: 61%;
}
.anbd-dtl-wrap-slide .row .col-lg-5 {
    width: 39%;
}
.anbd-detail-slider{
    border-radius: 10px;
    overflow: hidden;
}
.anbd-dtl-slider-arrow .common-arrow{
    width: 76px;
    height: 76px;
    border-color: #FFF;
    top: 50%;
    transform: translateY(-50%);
}
.anbd-dtl-slider-arrow .common-arrow img{
    width: 12px;
    filter: brightness(0) invert(1);
}
.anbd-dtl-slider-arrow .common-arrow:hover{
    border-color: #3B66C1;
}
.anbd-dtl-slider-arrow .swiper-button-next{
    right: 40px;
}
.anbd-dtl-slider-arrow .swiper-button-prev{
    left: 40px;
}
.anbd-detail-thum-img{
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.anbd-detail-thum-img img{
    height: 100%;
}
.anbd-detail-thum-slider,
.anbd-detail-thum,
.anbd-detail-thum .swiper {
    height: 100%;
}
.anbd-detail-thum .swiper-slide{
    height: 33.33%;
}
.anbd-dtl-wrap-slide .row{
    --bs-gutter-x: 12px;
    --bs-gutter-y: 0;
}
.anbd-car-detail {
    background-color: #F5F5F5;
    padding: 35px 30px;
    border-radius: 10px;
    height: 100%;
}
.anbd-car-detail ul{
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.anbd-car-detail ul li {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    gap: 20px;
    z-index: 1;
}
.anbd-car-detail ul li em img{
    transition: 0.3s ease-in-out;
}
.anbd-car-detail ul li:hover em img{
    filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(538%) hue-rotate(184deg) brightness(83%) contrast(87%);
}
.anbd-car-detail ul li h4{
    padding-right: 18px;
    background-color: #F5F5F5;
    text-transform: uppercase;
}
.anbd-car-detail ul li::before {
    position: absolute;
    content: "";
    background-color: #090909;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    z-index: -1;
}
.anbd-car-detail ul li::after{
    display: none;
}
.anbd-car-detail ul li em{
    padding-left: 20px;
    background-color: #F5F5F5;
}
.anbd-price-box {
    background-color: rgb(59, 102, 193);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 15px;
    padding: 30px;
    position: relative;
    z-index: 1;
}
.anbd-price-box-wave {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
}
.anbd-price-heading h3{
    color: #FFF;
    margin-bottom: 20px;
}
.anbd-main-price h2{
    color: #FFF;
    margin-bottom: 8px;
}
.anbd-main-price h5{
    color: rgba(255, 255, 255, 0.50);
}
.anbd-main-price h5 strong{
    color: #FFF;
    font-weight: normal;
}
.anbd-profile-box{
    border-radius: 15px;
    background: #F5F5F5;
    padding: 20px;
    height: 100%;
}
.anbd-pro-img {
    width: 78px;
    min-width: 78px;
    height: 75px;
    border-radius: 50px;
    border-radius: 78.141px;
    overflow: hidden;
}
.anbd-pro-img img{
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.anbd-pro-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}
.anbd-pro-text h3{
    margin-bottom: 3px;
}
.anbd-pro-text p{
    margin-bottom: 0;
}
.anbd-pro-text p a{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.anbd-pro-text p a:hover{
    color: #3B66C1;
}
.anbd-pro-detail ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    row-gap: 10px;
    flex-wrap: wrap;
    column-gap: 18px;
}
.anbd-pro-detail ul li::after{
    display: none;
}
.anbd-pro-detail ul li{
    margin: 0;
    padding: 0;
    color: #090909;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: normal;
}
.anbd-pro-detail ul li a{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.anbd-pro-detail ul li a:hover{
    color: #3B66C1;
}
.anbd-pro-detail ul li img{
    margin-right: 7px;
}
.anbd-pro-detail {
    border-top: 1px solid rgba(9, 9, 9, 0.50);
    border-bottom: 1px solid rgba(9, 9, 9, 0.50);
    padding: 20px 12px;
    margin: 15px 0;
}
.anbd-detail-btn-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
}
.anbd-detail-btn-wrap .common-btn{
    width: 50%;
}
.anbd-detail-btn-wrap .common-btn::after{
    display: none;
}
.anbd-detail-btn-wrap .common-btn:hover{
    background-color: rgba(59, 102, 193, 0.8);
    border-color: rgba(59, 102, 193, 0.8);
}
.anbd-detail-info .row {
    --bs-gutter-x: 16px;
}
.anbd-detail-info .row .col-lg-4 {
    width: 34.5%;
}
.anbd-detail-info .row .col-lg-3 {
    width: 25.5%;
}
.anbd-detail-info .row .col-lg-5 {
    width: 40%;
}
.anbd-detail-info {
    margin-top: 17px;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
    position: relative;
    padding-bottom: 80px;
}
.tab-btn .tabs li.active {
    color: #090909;
    opacity: 1;
	position: relative;
}
.tab-btn ul.tabs li {
    position: relative;
    word-break: break-word;
    cursor: pointer;
    color: rgba(9, 9, 9, 0.60);
    background-color: transparent;
    font-family: 'GingerPro-Regular';
    font-size: 2.4rem;
    line-height: normal;
    letter-spacing: 1.2px;
    font-style: italic;
    padding: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.tab-btn ul.tabs li:hover{
    color: #090909;
}
.tab-btn ul.tabs li:hover::after {
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7444%) hue-rotate(17deg) brightness(113%) contrast(93%);
}
.tabs li::after {
    display: inline-block;
    content: '';
    position: relative;
    top: 0;
    left: 13px;
    background-image: url(../images/tab_arrow.svg);
    background-color: unset;
    width: 10px;
    height: 14px;
    background-size: 8px;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.tab-btn .tabs li.active::after {
    background-image: url(../images/tab_down_arrow.svg);
    background-size: 12px;
    width: 12px;
    height: 12px;
    top: 1px;
}
.tab-btn .tabs li::before{
    position: absolute;
    content: "";
    background-color: #090909;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -35px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn .tabs li.active::before {
    opacity: 1;
}
.tab-btn .tabs li:hover::before{
    opacity: 1;
}
.tab_content {
    display: none;
}
.tab_content img{
	max-width: 40%;
	height: 30px;
	filter: invert(1);
	padding-right: 15px;
}
.tab_drawer_heading{
    display: none;
}
.tab-btn {
    padding-bottom: 34px;
    margin-bottom: 49px;
    border-bottom: 1px solid rgba(9, 9, 9, 0.10);
}
.tab-btn .tabs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 48px;
}
.tab-wp-btn {
    text-align: right;
}
.anbd-wp-btn{
    border-radius: 10px;
    background: #66C41F;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: #FFF;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    padding: 12px 20px 12px 49px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.anbd-wp-btn:hover{
    color: #FFF;
    background-color: #5aaa1c;
}
.anbd-wp-btn::after {
    position: absolute;
    content: "";
    background-image: url(../images/anbd-wp-btn.svg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 22px;
    width: 22px;
    height: 22px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.kenmerken-tab ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 0;
}
.kenmerken-tab ul li:nth-child(7),
.kenmerken-tab ul li:nth-child(8),
.kenmerken-tab ul li:nth-child(9){
    border-bottom: 0;
}
.kenmerken-tab li {
    width: 33%;
    position: relative;
    color: #090909;
    padding: 0;
    padding-left: 20px;
    display: flex;
    font-family: 'GingerPro-Regular';
    font-size: 2.4rem;
    line-height: normal;
    font-style: italic;
    letter-spacing: 1.2px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    transition: 0.5s ease-in-out;
}
.kenmerken-tab li strong {
    font-weight: normal;
    width: 60%;
}
.kenmerken-tab li em {
    color: rgba(9, 9, 9, 0.50);
    font-family: 'GingerPro-Regular';
    font-size: 2rem;
    line-height: 30px;
}
.kenmerken-tab li::after {
    content: '';
    position: absolute;
    top: 10px;
    transform: unset;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #3B66C1;
    border-radius: 50px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.kenmerken-tab{
	overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #3B66C1;
    padding-bottom: 10px;
	margin-bottom: 20px;
    text-transform: uppercase;
}
.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;
    font-size: 1.6rem;
    line-height: 24px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3B66C1;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #3B66C1;
    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;
}
.each-onderhoud-block h5 {
    margin: 12px 0 25px;
    text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn {
    margin-top: 58px;
}
.tab-btm-btn .common-btn {
    backdrop-filter: none;
    cursor: pointer;
}
.tab_content p{
    font-size: 1.6rem;
    line-height: 24px;
}
/****kenmarken-popup****/
.kenmarken-popup {
    display: none;
}
.kenmarken-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.kenmarken-popup-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.11);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    border-radius: 10px;
    background-color: #FFF;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #EDEDED;
    overflow: hidden;
}
.kenmarken-popup-close {
    background-color: #090909;
    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 #121212;
}
.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: 94px 0;
}
.anbd-related-heading{
    margin-bottom: 50px;
}
/* ========= VERKOCHTE LISt PAGE ========= */
.verkochte-list-sec {
    padding-top: 200px;
    padding-bottom: 75px;
}
.verkochte-heading{
    margin-bottom: 86px;
}
/****aanbod-dtl-mob-contact-bar*****/
.aanbod-dtl-mob-contact-bar {
    position: fixed;
    bottom: 40px;
    left: 0;
    width: 100%;
    z-index: 90;
    padding: 20px;
    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: #090909;
    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: #0D0D0D;
    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;
}
.desk-menu{
    display: block;
}
.mobile-menu{
    display: none;
}



/*******loader*****/
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}

/*********Morgen Footer************/
.morgeninternet-footer {
    background: #000000;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
}

.morgeninternet-footer:hover {
    background: #202020;
    transition: 0.3s all;
}

.morgeninternet-footer > img {
    height: 35px;
    padding-top: 15px;
}


/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 10px 6px 20px;
    color: #000;
    background-size: contain;
}
.star_icon{
    margin-bottom: 30px;
}
.star_icon h5{
    padding-bottom: 10px;
    /* text-transform: uppercase; */
    padding-top: 15px;
    margin-bottom: 15px;
    color: #1F1F1F;
    border-bottom: 1px solid #0B1931;
    padding-bottom: 10px;
    /* font-family: 'Poppins-Medium'; */
    font-size: 2.4rem;
    line-height: 32px;

}
.star_icon p img{
    width: 15px;
    height: 15px;
    margin-top: -3px;
    margin-right: 5px;
    filter: invert(0);
    padding-right: 0;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.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(#3B66C1 calc(1*100%/6),#ffffff 0 calc(3*100%/6),#3B66C1 0),
              linear-gradient(#3B66C1 calc(2*100%/6),#ffffff 0 calc(4*100%/6),#3B66C1 0),
              linear-gradient(#3B66C1 calc(3*100%/6),#ffffff 0 calc(5*100%/6),#3B66C1 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: #090909;
  }


.carpass-img {
    width: 115px;
}

/****fix-wp****/
.fix-wp {
    position: fixed;
    height: 48px;
    width: 48px;
    background-color: #25D366;
    border-radius: 100%;
    z-index: 98;
    bottom: 50px;
    right: 30px;
}
.fix-wp img {
    width: 22px;
}
.fix-wp a {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-wp a img {
    width: 24px;
}

.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; */
    bottom: 28px;
    /* left: 16px; */
    right: -11px;
	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){
	.fix-wp{
		display: none;
	}
}
.privacy_section h2{
    padding-top: 85px;
}

.each-price-table li::after {
    display: none;
}
.range-sec .range-area .fill{
    background-color: #121212;
}
.iframe-footer {
    border: 0;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    display: block;
}
.calsty{
    border: 0;
    width: 100%;
    /* height: 690px; */
    background: transparent;
}
/* .over-ons-dark{
    display: none;
}
.dark-mode .over-ons-dark{
    display: block;
} */
 .share-social-media-button .a2a_dd svg {
    width: 20px !important;
    margin-right: 0 !important;
}
.anbd-shr-wrap a:hover svg path{
    fill: #FFF;
}
.privacy_section {
    padding-top: 100px;
    padding-bottom: 60px;
}
.each-member-img img{
	height: 100%;
	object-fit: cover;
}