body {
	padding: 0px;
	margin: 0px;
	font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    color: #141414;
    background-color: #F8F8F8;
    /*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;
}
.star_icon p { 
    margin-bottom: 0; 
}
/****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;
}
/****iframe-footer****/
.iframe-footer {
    border: 0;
    width: 100%;
    height: 50px;
    display: block;
    max-width: calc(100% - 34px);
    margin: 0 auto 17px;
    border-radius: 10px;
}
/****star_icon****/
.star_icon p { 
    margin-bottom: 0; 
}
/****privacy****/
.privacy_section p { 
    margin-bottom: 10px; 
}
/****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;
}
.banner-content-wrap .glass-container {
    box-shadow: none;
}
.banner-content-wrap .glass-specular {
    box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.30), inset 0 0 2px rgba(255, 255, 255, 0.30);
    border-radius: 50px;
}
/******glass-effect******/
.glass-necessary .glass-element {
	display: none;
}
.glass-container {
	position: relative;
	overflow: hidden;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1);
}
.glass-filter {
	position: absolute;
	inset: 0;
	z-index: 0;
	backdrop-filter: blur(0px);
	filter: url(#lg-dist);
	isolation: isolate;
    border-radius: 100px;
    overflow: hidden;
}
.glass-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.05);
}
.glass-specular {
	position: absolute;
	inset: 0;
	z-index: 2;
	border-radius: inherit;
	overflow: hidden;
	box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.65), inset 0 0 5px rgba(255, 255, 255, 0.65);
}
.glass-content {
	position: relative;
	z-index: 3;
}
/***line-fill***/
.line-fill{
    position: relative;
}
.line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    background-color: rgba(20, 20, 20, 0.2);
    height: 80%;
}
.line-inner {
    height: 0%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #141414;
}
.line {
    position: absolute;
    right: -10%;
    left: auto;
    top: 0;
    pointer-events: none;
    border-radius: 100%;
    overflow: hidden;
    width: 517px;
    height: 517px;
    z-index: -1;
}
.line-inner-cover {
    position: absolute;
    top: 50%;
    left: 50%;
    height: calc(100% - 3px);
    width: calc(100% - 3px);
    background-color: #F8F8F8;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}
/***fix-wp***/
.fix-wp {
	position: fixed;
	bottom: 40px;
	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;
}
/****header-area****/
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-main {
    padding: 35px 0;
    position: relative;
    z-index: 999;
}
.header-logo img {
    width: 297px;
}
.header-nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-nav > ul > li {
    color: #FFF;
    font-family: 'Montserrat-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    padding-left: 0;
    margin-bottom: 0;
}
.header-nav > ul > li::before,
.parent-dropdown li::before {
    display: none;
}
.parent-dropdown li {
    padding-left: 0;
    margin-bottom: 0;
}
.header-nav > ul > li > a {
    color: #fff;
    position: relative;
}
.header-nav > ul > li > a::before {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 44px;
    height: 44px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100px;
    mix-blend-mode: exclusion;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-nav > ul > li > a:hover::before {
    opacity: 1;
}
.header-nav .parent-dropdown img {
    filter: brightness(0) invert(1);
}
/******menu-btn******/
.menu-bar {
    position: relative;
    max-width: 44px;
    width: 100%;
    cursor: pointer;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-right: -13%;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 2px;
    margin: 7px 0 7px auto;
    width: 44px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.inner-header .menu-bar div, .inner-header .menu-bar::after, .inner-header .menu-bar::before{
    background-color: #141414;
}
.menu-bar.active div {
    transform: scale(0);
    background-color: #141414;
}
.menu-bar.active:before {
    transform: translateY(10px) rotate(135deg);
    background-color: #141414;
}
.menu-bar.active:after {
    transform: translateY(-7px) rotate(-135deg);
    background-color: #141414;
}
.header-active .menu-bar div, 
.header-active .menu-bar::after, 
.header-active .menu-bar::before {
    background-color: #141414;
}
.header-active .header-btn a,
.active-white-header .header-btn a {
    color: #141414;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
}
.parent-dropdown > ul {
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	border: 1px solid rgb(15, 17, 24, 0.3);
	background-color: #EFEFEF;
	box-shadow: 0px 10px 15px -3px rgb(15, 17, 24, 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;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > img {
	position: absolute;
	right: 0;
	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;
	padding-right: 18px;
	cursor: pointer;
}
.parent-dropdown > ul > li {
	font-size: 1.6rem;
	position: relative;
    text-align: center;
}
.parent-dropdown > ul > li > a {
	color: #141414;
	padding: 5px 17px;
	border-bottom: 1px solid rgb(0, 0, 0, 0.3);
	display: block;
}
.parent-dropdown > ul > li:last-child > a {
	border-bottom: 0;
}
.parent-dropdown > ul > li:hover a {
	color: rgb(0, 0, 0, 0.5);
}
.parent-dropdown a {
    padding-bottom: 10px;
}
.header-active {
    background-color: #F8F8F8;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
.header-active .header-nav > ul > li > a {
    color: #141414;
}
.header-active .parent-dropdown > img {
    filter: brightness(100) invert(1);
}
.header-btn a {
    color: #FFF;
    font-family: 'Montserrat-Medium';
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: 0.32px;
    position: relative;
}
.header-btn a::before {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 44px;
    height: 44px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100px;
    mix-blend-mode: exclusion;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-btn a:hover::before {
    opacity: 1;
}
.side-menu-wrap::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
.side-menu-wrap::-webkit-scrollbar-track {
    background: #EFEFEF;
    border-radius: 5px;
}
.side-menu-wrap::-webkit-scrollbar-thumb {
    background: rgba(92, 92, 92, 0.8);
    border-radius: 5px;
    border: 1px solid rgba(92, 92, 92, 0.8);
    transition: 0.6s ease-in-out;
}
/*****side-menu****/
.side-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: #F8F8F8;
    padding: 150px 113px 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-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.side-menu-wrap {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}
.side-menu ul {
    margin-bottom: 0;
    padding-left: 0;
}
.side-menu > .side-menu-wrap > ul > li {
    margin-bottom: 15px;
    font-family: 'Montserrat-SemiBold';
    font-size: 2.4rem;
    line-height: 44px;
    display: block;
    text-align: center;
    border-radius: 20px;
    background-color: #fff;
    padding: 23px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.side-menu > .side-menu-wrap > ul > li:hover {
    background-color: #141414;
}
.side-menu > .side-menu-wrap > ul > li::before {
    display: none;
}
.side-menu > .side-menu-wrap > ul > li > a {
    color: #141414;
    display: block;
    padding-bottom: 0;
}
.side-menu > .side-menu-wrap > ul > li:hover > a {
    color: #fff;
}
.side-menu .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    position: initial;
    max-height: 0;
    margin-top: 0;
    box-shadow: none;
    border-radius: 10px;
}
.side-menu .parent-dropdown.open ul {
    max-height: 200px;
    margin-top: 10px;
}
.side-menu .parent-dropdown ul li {
    text-align: left;
}
.side-menu .parent-dropdown img {
    top: 50%;
    width: 10px;
    filter: brightness(100) invert(1);
    /* right: 44%; */
    right: 2%;
}
.side-menu .parent-dropdown.open img {
    top: 20%;
    filter: brightness(0) invert(1);
}
.side-menu .side-menu-wrap li.parent-dropdown:hover img {
    filter: brightness(0) invert(1);
}
.side-menu > .side-menu-wrap > ul > li strong {
    font-weight: normal;
    position: relative;
}
.side-menu > .side-menu-wrap > ul > li strong a {
    color: #141414;
    padding-right: 20px;
}
.side-menu > .side-menu-wrap > ul > li strong img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.side-menu > .side-menu-wrap > ul > li:hover strong a,
.side-menu > .side-menu-wrap > ul > li.parent-dropdown.open strong a {
    color: #fff;
}
.side-menu > .side-menu-wrap > ul > li:hover strong img {
    filter: brightness(0) invert(1);
}
.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;
    pointer-events: all;
}
/*****active-white-header****/
.active-white-header .header-nav > ul > li > a {
    color: #141414;
}
.active-white-header .header-nav .parent-dropdown img {
    filter: brightness(100) invert(1);
}
.header-active .header-nav > ul > li > a::before,
.active-white-header .header-nav > ul > li > a::before {
    background-color: rgba(0, 0, 0, 0.1);
}
.header-active .header-btn a::before,
.active-white-header .header-btn a::before {
    background-color: rgba(0, 0, 0, 0.1);
}
/****banner-sec****/
.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: 32%;
    z-index: 2;
    width: 100%;
}
.banner-content-wrap p {
    margin-top: 23px;
    margin-bottom: 41px;
    font-family: 'Montserrat-Medium';
    letter-spacing: 0.32px;
}
.banner-content-wrap ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.banner-content-wrap li {
    padding-left: 0;
    margin-bottom: 0;
}
.banner-content-wrap li::before {
    display: none;
}
/****service-sec****/
.service-sec {
    margin-top: 95px;
    overflow: hidden;
    padding-bottom: 60px;
    position: relative;
    background-color: #F8F8F8;
    overflow-x: clip;
}
.service-title {
    max-width: 986px;
    margin: 0 auto 75px;
    width: 100%;
}
.line.service-line-btm {
    width: 394px;
    height: 394px;
    top: auto;
    bottom: -18%;
    left: -6%;
    right: auto;
}
.line.service-line-btm .line-inner {
    background-color: rgba(20, 20, 20, 0.02);
}
.service-title p {
    color: #141414;
    letter-spacing: 0.32px;
    margin-top: 25px;
    margin-bottom: 0;
}
.service-block {
    position: relative;
    z-index: 1;
}
.service-mark {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}
.service-dotted-mark {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.service-block .col-lg-5 {
    width: 33%;
}
.service-block .col-lg-4 {
    width: 37%;
}
.service-block .col-lg-3 {
    width: 30%;
}
.each-card {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.service-img {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-img-wrap {
    width: 100%;
    max-width: 100%;
    perspective: 1500px;
}
.card {
    width: 100%;
    /* height: 524px; */
    background-color: #1c1c1c;
    border-radius: 30px;
    overflow: hidden;
    transform-style: preserve-3d;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.card-front,
.card-back {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 30px;
}
.card-front img {
    display: block;
    height: 100%;
    object-fit: cover;
}
.card-back {
    background-color: #1c1c1c;
    transform: rotateY(180deg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    border-radius: 12px;
    z-index: 1;
}
.each-card,
.right-card-part,
.card {
    min-height: 515px;
}
.right-card-part {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.each-service-name {
    padding: 23px 28px;
    border-radius: 15px;
    background-color: #FFF;
    overflow: hidden;
    position: relative;
    display: flex;
    gap: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
} 
.card-front .each-service-img {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease;
    height: 100%;
}
.card-front .each-service-img.service-active {
    opacity: 1;
    visibility: visible;
    position: relative;
}
.each-service-name h4 {
    line-height: 44px;
}
.each-service-name.service-active {
    background-color: #141414;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
}
.each-service-name.service-active h4 {
    color: #fff;
}
.each-service-info {
    height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.each-service-info p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-card.right-card {
    min-height: 332px;
    display: block;
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
    padding: 24px;
}
.each-service-info .common-btn {
    border-color: #141414;
    background: rgba(0, 0, 0, 0.00);
    width: max-content;
}
.each-service-info:hover .common-btn {
    background-color: #141414;
    color: #fff;
}
.each-service-btm {
    background-color: #141414;
    border-radius: 30px;
    overflow: hidden;
    padding: 58px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-btm h4 {
    color: #fff;
    line-height: 44px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-btm:hover {
    background-color: #EFEFEF;
}
.each-service-btm:hover h4 {
    color: #141414;
}
/****usp-marquee****/
.usp-marquee-sec {
	position: relative;
	width: 100%;
}
.usp-marquee-outer-wrap {
    padding: 24px;
    background-color: #141414;
}
.usp-marquee-outer {
    padding: 30px;
    background-color: #181717;
    overflow: hidden;
    border-radius: 20px;
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
}
.usp-marquee-wrap ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}
.usp-marquee-wrap,
.usp-marquee-wrap ul {
    gap: 62px; 
}
.usp-marquee-wrap li {
	white-space: nowrap;
	line-height: normal;
    color: #fff;
    font-family: 'Montserrat-Medium';
    line-height: normal;
    letter-spacing: normal;
    position: relative;
    margin-bottom: 0;
    padding-left: 0;
    margin-bottom: 0;
}
.usp-marquee-wrap li::before {
    display: none;
}
/****ons-werk-sec****/
.ons-werk-sec {
    background-color: #141414;
    padding: 60px 0;
    position: relative;
    z-index: 1;
}
.ons-werk-wrap {
    padding-left: 24px;
    padding-right: 24px;
}
.ons-werk-title {
    max-width: 559px;
    width: 100%;
    margin: 0 auto 80px;
}
.ons-werk-title h2 {
    color: #fff;
}
.ons-werk-title p {
    margin-top: 18px;
    margin-bottom: 0;
}
.each-ons-werk {
    transition: all 0.5s;
    height: 708px;
    border-radius: 20px;
    overflow: hidden;
}
.each-ons-werk-img {
    height: 100%;
}
.each-ons-werk-img img {
    height: 100%;
    object-fit: cover;
}
.ons-werk-slider .swiper-slide {
    position: relative;
}
.ons-werk-slider .swiper-slide-next::after {
    content: "";
    position: absolute;
    top: -5px;
    left: calc(12% + 6px);
    height: 25px;
    width: 25px;
    border-top: 5px solid #141414;
    border-right: 5px solid #141414;
    border-top-right-radius: 15px;
}
.ons-werk-slider .swiper-slide-next::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: calc(12% + 6px);
    height: 25px;
    width: 25px;
    border-bottom: 5px solid #141414;
    border-right: 5px solid #141414;
    border-bottom-right-radius: 15px;
}
.ons-werk-slider .swiper-slide-prev::after {
    content: "";
    position: absolute;
    top: -5px;
    right: calc(12% + 6px);
    height: 25px;
    width: 25px;
    border-top: 5px solid #141414;
    border-left: 5px solid #141414;
    border-top-left-radius: 15px;
}
.ons-werk-slider .swiper-slide-prev::before {
    content: "";
    position: absolute;
    bottom: -5px;
    right: calc(12% + 6px);
    height: 25px;
    width: 25px;
    border-bottom: 5px solid #141414;
    border-left: 5px solid #141414;
    border-bottom-left-radius: 15px;
}
.each-ons-werk-cursor {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease;
    pointer-events: none;
    z-index: 999;
}
.each-ons-werk-cursor.active {
    width: 309px;
    height: 309px;
    opacity: 1;
}
.each-ons-werk-cursor h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-family: 'Montserrat-SemiBold';
    letter-spacing: 0.48px;
}
.each-ons-werk-cursor p {
    margin-top: 5px;
    font-family: 'Montserrat-Medium';
    line-height: 26px;
    letter-spacing: 0.32px;
    color: #fff;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    padding-right: 25px;
}
.each-ons-werk-cursor p::after {
    content: '';
    position: absolute;
    top: 7px;
    right: 0;
    width: 15px;
    height: 15px;
    background-image: url(../images/cursor-arw.svg);
    background-repeat: no-repeat;
    background-size: 15px;
}
.each-ons-werk-cursor .glass-overlay { 
    background-color: rgba(255, 255, 255, 0.20);
}
.glass-specular {
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.20), inset 0 0 5px rgba(255, 255, 255, 0.20);
}
.ons-werk-slider .swiper-button-next {
    right: 2%;
}
.ons-werk-slider .swiper-button-prev {
    left: 2%;
}
.each-ons-werk-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(20, 20, 20, 0.30) 0%, rgba(20, 20, 20, 0.30) 100%);
    opacity: 0;
    border-radius: 20px;
}
.ons-werk-slider .swiper-slide.swiper-slide-active .each-ons-werk-img::after {
    opacity: 1;
}
/****custom-cursor*****/
.custom-cursor {
	position: fixed;
	width: 1px;
	height: 1px;
	border-radius: 50%;
	background-color: transparent;
	border: 0 solid transparent;
	backdrop-filter: blur(15px);
	pointer-events: none;
	transform: translate(-50%, -50%);
	transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #F9F9F6;
	line-height: 24px;
	font-size: 1.6rem;
	opacity: 0;
    font-family: 'Montserrat-Regular';
}
.custom-cursor em {
    font-style: normal;
    display: block;
    margin-top: 20px;
}
.custom-cursor::after {
    content: '';
    height: 16px;
    width: 16px;
    position: absolute;
    left: calc(50% - 5px);
    top: calc(50% - 10px);
    transform: translateY(-50%);
    /* background-image: url(../images/cursor-arrow.svg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px;
    opacity: 0;
}
.custom-cursor .cursor-text {
	display: none;
}
.cursor-hover {
	width: 309px;
    height: 309px;
	border-width: 1px;
    text-align: center;
}
.cursor-hover strong {
    display: block;
    font-weight: normal;
    position: relative;
}
.cursor-hover strong::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 14px;
    height: 14px;
    background-image: url(../images/cursor-arw.svg);
    background-size: 14px;
    background-repeat: no-repeat;
}
.cursor-hover::after {
    opacity: 1;
}
.cursor-hover.cursor-black {
    background-color: #2E2E2E;
}
/****partner-sec****/
.partner-sec {
    padding: 102px 0;
    overflow: hidden;
    z-index: 1;
    background-color: #F8F8F8;
}
.partner-sec .line {
    left: -12%;
    right: auto;
    top: auto;
    bottom: -60%;
}
.partner-mark {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.partner-mark::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(138deg, rgba(248, 248, 248, 0.70) 21.86%, #F8F8F8 69.9%);
}
.partner-title {
    margin-bottom: 62px;
}
.partner-area ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 0;
}
.partner-area li {
    border-radius: 20px;
    background: #EFEFEF;
    padding: 25px;
    width: 19.37%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.partner-area li::before {
    display: none;
}
.partner-area li img {
    width: 120px;
    aspect-ratio: 2 / 1;
    object-fit: contain;
}
.partner-area li:hover{
    background: #EFEFEF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
}
/****about-sec****/
.about-sec {
    background-color: #1C1B1B;
    padding-top: 80px;
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}
.about-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.about-bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-content {
    position: relative;
    z-index: 2;
}
.about-title {
    margin-bottom: 80px;
}
.about-title h2,
.about-title p {
    color: #FFFFFF;
}
.about-title p {
    letter-spacing: 0.32px;
    max-width: 578px;
    width: 100%;
    margin: 16px auto 0;
}
.about-area {
    border-radius: 20px;
    background-color: #F8F8F8;
    padding: 32px;
}
.about-area .col-lg-5 {
    width: 41%;
}
.about-area .col-lg-7 {
    width: 59%;
}
.about-left {
    border-radius: 20px;
    background: linear-gradient(0deg, #EFEFEF 0%, #EFEFEF 100%);
    padding: 40px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.about-left-mark {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.about-left-wrap {
    max-width: 375px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 20px;
    height: 100%;
    position: relative;
    z-index: 1;
}
.about-left p {
    margin-bottom: 0;
    letter-spacing: 0.32px;
    font-family: 'Montserrat-MediumItalic';
    margin-top: 26px;
}
.about-left-btm {
    display: flex;
    align-items: center;
    gap: 17px;
}
.about-left-img {
    min-width: 74px;
    width: 74px;
    height: 74px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #5C5C5C;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-left-img img {
    /* width: 42px;
    height: 42px; */
    height: 100%;
    width: 100%;
    object-fit: cover;

}
.about-left-info p {
    color: #141414;
    font-style: normal;
    letter-spacing: normal;
    margin-top: 0 !important;
    font-family: 'Montserrat-Medium';
}
.about-left-info h5 {
    font-family: 'Montserrat-Regular';
    color: #141414;
    font-size: 1.2rem;
    line-height: 20px;
}
.about-right .col-lg-8 {
    width: 59%;
}
.about-right .col-lg-4 {
    width: 41%;
}
.about-right-txt {
    width: calc(100% + 25%);
    padding: 75px 0;
    padding-left: 28px;
}
.about-right-txt h4 {
    margin-bottom: 32px;
}
.about-right-txt li {
    font-family: 'Montserrat-Medium';
}
.about-right-txt p{
    font-family: 'Montserrat-Medium';
    padding-left: 24px;
    margin-bottom: 8px;
}
.about-right-img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.about-right-img img {
    height: 100%;
    object-fit: cover;
}
.about-left-mark::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(231deg, rgba(239, 239, 239, 0.70) 9.31%, #EFEFEF 99.25%);
    pointer-events: none;
    width: 100%;
    height: 100%;
}
/****footer-gal-sec****/
.footer-gal-sec {
    overflow: hidden;
    padding-top: 42px;
    background-color: #141414;
    position: relative;
    z-index: 1;
}
.footer-gal-slider {
    margin: 0 -1%;
}
.each-gal-slider {
    border-radius: 20px;
    overflow: hidden;
    height: 299px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gal-slider img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: hidden;
}
.each-gal-slider:hover img {
    transform: scale(1.1);
}
/****footer****/
.footer-area {
    background-color: #141414;
    padding: 71px 0 38px;
    position: relative;
    z-index: 1;
}
.footer-top {
    border-bottom: 1px solid rgba(248, 248, 248, 0.30);
    padding-bottom: 88px;
    margin-bottom: 42px;
}
.footer-logo img {
    width: 145px;
}
.footer-content {
    text-align: center;
}
.footer-content h5 {
    color: #F8F8F8;
    text-align: center;
    font-family: 'Montserrat-SemiBold';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    margin-bottom: 5px;
}
.footer-content p {
    line-height: 32px;
    letter-spacing: 0.32px;
    margin-bottom: 0;
}
.footer-content a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.footer-social ul {
    display: flex;
    gap: 20px;
    justify-content: end;
    margin-bottom: 0;
    list-style: none;
}
.footer-social li {
    padding-left: 0;
    margin-bottom: 0;
}
.footer-social li::before {
    display: none;
}
.footer-social li a {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social li:hover a {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}
.footer-social li:hover a img {
    filter: brightness(100) invert(1);
}
.footer-btm > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.footer-btm > ul li {
    padding-left: 0;
    margin-bottom: 0;
    line-height: 32px; 
    letter-spacing: 0.32px;
}
.footer-btm > ul li a {
    color: rgba(248, 248, 248, 0.50);
}
.footer-btm > ul li.parent-dropdown a {
    padding-top: 10px;
    padding-bottom: 0;
}
.footer-btm > ul li a:hover {
    color: #fff;
}
.footer-btm > ul li::before {
    display: none;
}
.footer-btm .parent-dropdown > img {
    top: 14px;
}
.footer-btm .parent-dropdown > ul {
    bottom: 85%;
}
.footer-btm .parent-dropdown > ul > li > a {
    color: #141414;
    padding: 5px 17px;
}
.footer-btm .parent-dropdown > ul > li > a:hover {
    color: rgb(0, 0, 0, 0.5);
}
/******************diensten-list******************/
/****inner-banner****/
.inner-banner-sec{
    position: relative;
}
.inner-banner-bg{
    border-radius: 20px;
    overflow: hidden;
    height: 600px;
}
.inner-banner-bg img{
    height: 100%;
    object-fit: cover;
}
.inner-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}
/****diens-list-sec****/
.diens-list-sec {
    overflow-x: clip;
    padding-top: 25px;
    padding-bottom: 25px;
}
.diens-list-area {
    position: relative;
    z-index: 2;
}
.diens-list-area a:hover .each-diens-list {
    border-bottom: none;
}
.diens-list-sec .line.diens-list-top-line{
    top: 170px;
}
.diens-list-sec .line.diens-list-btm-line{
    right: unset;
    left: -74px;
    bottom: -4%;
    top: unset;
    width: 275px;
    height: 108px;
    transform: rotate(32deg);
}
.each-diens-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.61);
    /* padding: 60px 78px 82px 43px; */
    padding: 80px 78px 80px 43px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
}
.diens-list-area a:has(+ a:hover) .each-diens-list {
    border-bottom: none;
}
.each-diens-info {
    max-width: 543px;
    width: 100%;
}
.each-diens-info h4 {
    margin-bottom: 23px;
}
.each-diens-info p {  
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
    display: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-bottom: 0;
    letter-spacing: 0.32px;
}
.each-diens-info h3{
    padding-bottom: 0;
    line-height: 44px;
}
.each-diens-list:hover .each-diens-info h3{
    padding-bottom: 13px;
}
.each-diens-list:hover .each-diens-info p {
    opacity: 1;
    display: block;
}
.diens-list-area .col-lg-5 {
    width: 56%;
}
.diens-list-area .col-lg-4 {
    width: 30%;
}
.diens-list-area .col-lg-3 {
    width: 14%;
}
/* .each-diens-img {
    position: absolute;
    bottom: -65px;
    width: 336px;
    transform: rotate(15deg);
    height: 380px;
    border-radius: 30px;
    overflow: hidden;
}
.each-diens-img img {
    overflow: hidden;
    height: 100%;
    object-fit: cover;
    transform: scale(0);
    transform-origin: top;
} */
.each-diens-img {
    position: absolute;
    bottom: -65px;
    opacity: 0;
    width: 336px;
    transform: rotate(15deg);
    height: 380px;
    border-radius: 30px;
    overflow: hidden;
}
.each-diens-img img {
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.each-diens-list:hover .each-diens-img img {
    opacity: 1;
}
.each-diens-arw {
    height: 74px;
    width: 74px;
    background-color: transparent;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    margin-left: auto;
    opacity: 1;
}
.each-diens-arw img {
    width: 23px;
}
.each-diens-list:hover {
    background: #000;
    border-radius: 20px;
    border-bottom: 0;
}
.each-diens-info h3,
.each-diens-info p {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
} 
.each-diens-list:hover .each-diens-info h3,
.each-diens-list:hover .each-diens-info p {
    color: #fff;
} 
.each-diens-list:hover .each-diens-img,
.each-diens-list:hover .each-diens-arw{
    opacity: 1;
    background-color: #FFFFFF;
}
.mob-each-diens-arw {
    display: none;
}
/******************diensten-dtl******************/
/****bk-btn-sec****/
.bk-btn-main {
    position: relative;
}
.bk-btn-main .common-btn{
    border: 1px solid #141414;
    background: rgba(0, 0, 0, 0.00);
    position: absolute;
    top: 224px;
    z-index: 1;
}
.bk-btn-main .common-btn:hover{
    background: #141414;
}
/*****diens-dtl-top-sec*****/
.diens-dtl-top-sec{
    padding-top: 194px;
    padding-bottom: 63px;
}
.diens-dtl-top-img{
    border-radius: 30px;
    overflow: hidden;
}
.diens-dtl-top-sec .col-lg-7{
    width: 54%;
}
.diens-dtl-top-sec .col-lg-5{
    width: 46%;
}
.diens-dtl-top-text{
    max-width: 594px;
    padding-right: 10px;
    margin-right: auto;
    padding-top: 165px;
}
.diens-dtl-top-text h2{
    padding-bottom: 28px;
    letter-spacing: normal;
    font-family: 'Montserrat-SemiBold';
}
/****diens-dtl-mid-sec****/
.diens-dtl-mid-sec{
    padding-bottom: 100px;
    overflow: hidden;
}
.diens-dtl-mid-slider .swiper {
  width: 100%;
  height: 600px;
}
.diens-dtl-mid-slider-img{
    height: 100%;
}
.diens-dtl-mid-slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.dtl-mid-content-item {
    border-bottom: 1px solid #ddd;
    padding: 18px 0;
}
.dtl-mid-content-list{
    max-width: 770px;
    margin-left: 36px;
    margin-right: auto;
}
.diens-dtl-mid-sec .col-lg-5{
    width: 42%;
}
.diens-dtl-mid-sec .col-lg-7{
    width: 58%;
}
.dtl-mid-content-item {
    padding: 32px 32px;
    cursor: pointer;
    border-radius: 20px;
    background: #EFEFEF;
    margin-bottom: 18px;
    transition: 0.4s ease-in-out;
}
.dtl-mid-content-item:hover{
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
}
.dtl-mid-content-item h4 {
    margin-bottom: 0;
    transition: color 0.3s ease;
    color: #181717;
}
.dtl-mid-content-item.active p {
    grid-template-rows: 1fr;
    opacity: 1;
}
.dtl-mid-content-item.active h4{
    margin-bottom: 8px;
}
.dtl-mid-content-item p {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height 0.4s ease, opacity 0.3s ease;
    margin-bottom: 0;
    max-width: 440px;
    color: #181717;
}
.dtl-mid-content-item li{
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height 0.4s ease, opacity 0.3s ease;
    margin-bottom: 0;
    max-width: 580px;
    color: #181717;
    font-family: 'Montserrat-Regular';
    letter-spacing: 0.32px;
}
.dtl-mid-content-item.active li {
    opacity: 1;
    margin-bottom: 8px;
}
.dtl-mid-content-item.active li:last-child{
    margin-bottom: 0;
}
.dtl-mid-content-item.active p {
    opacity: 1;
    margin-bottom: 5px;
}
.dtl-mid-content-list h2{
    padding-bottom: 40px;
    color: #181717;;
}
.dtl-mid-content-item li::before{
    top: 5px;
}
/******diens-dtl-btm-sec******/
.diens-dtl-btm-sec {
    background: #141414;
    padding-top: 120px;
    padding-bottom: 90px;
}
.diens-dtl-btm-headig h2 {
    color: #fff;
}
.each-dtl-btm-img {
    border-radius: 20px;
    overflow: hidden;
    height: 524px;
}
.each-dtl-btm-img img{
    height: 100%;
    object-fit: cover;
}
.each-dtl-btm-txt h3{
    color: #FFF;
    line-height: 44px;
}
.each-dtl-btm-txt {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
}
.each-dtl-btm-item {
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diens-dtl-btm-headig{
    padding-bottom: 76px;
}
/******************ONS-WERK******************/
/****ons-wk-top-sec****/
.ons-wk-top-sec {
    padding-top: 77px;
    padding-bottom: 78px;
    overflow: hidden;
}
.ons-wk-car-area .row{
    row-gap: 16px;
}
.ons-wk-heading-area{
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
    align-items: center;
}
.ons-wk-heading-text{
    max-width: 517px;
    margin-left: auto;
}
.ons-wk-heading-text p{
    margin-bottom: 0;
}
.ons-wk-heading h2{
    font-family: 'Montserrat-SemiBold';
    line-height: 44px;
    letter-spacing: normal;
    color: #000;
}
.each-dtl-btm-item .each-ons-werk-cursor.active {
    width: 223px;
    height: 223px;
    opacity: 1;
}
.each-dtl-btm-item .each-ons-werk-cursor p::after {
    top: 9px;
}
.new-ons-slider .common-arrow {
    background-color: #141414;
    border-color: #141414;
    top: 38%;
}
.new-ons-slider .swiper-button-next {
    right: 2%;
}
.new-ons-slider .swiper-button-prev {
    left: 2%;
}
.new-ons-slider .common-arrow img {
    filter: brightness(0) invert(1);
}
.new-ons-slider .common-arrow:hover {
    background-color: #fff;
    border-color: #fff;
}
.new-ons-slider .common-arrow:hover img {
    filter: brightness(100) invert(1);
}
/******************WERK******************/
/****wk-dtl-top-sec****/
.diens-dtl-top-sec.wk-dtl-top-sec{
    padding-top: 225px;
}
.wk-dtl-top-sec .diens-dtl-top-text{
    padding-top: 25px;
}
.diens-dtl-top-text h4{
    font-family: 'Montserrat-Bold';
    font-size: 1.6rem;
    line-height: 24px;
    padding-top: 0;
    padding-bottom: 8px;
}
.diens-dtl-top-text table tr{
    display: flex;
    column-gap: 24px;
    margin-bottom: 15px;
}
.diens-dtl-top-text table td{
    font-family: 'Montserrat-Regular';
}
.diens-dtl-top-text table td:first-child{
    font-family: 'Montserrat-Medium';
}
/*****werk-feedback-sec*****/
.werk-feedback-sec{
    padding-top: 50px;
    padding-bottom: 130px;
}
.each-feedback-info{
    max-width: 790px;
    margin-right: auto;
}
.werk-feedback-slider .row{
    align-items: center;
}
.werk-feedback-slider .col-lg-8{
    width: 70%;
}
.werk-feedback-slider .col-lg-4{
    width: 30%;
}
.each-feedback-info h3{
    padding-bottom: 35px;
    letter-spacing: 0.64px;
}
.each-feedback-info h6{
    font-size: 1.6rem;
    font-family: 'Montserrat-Medium';
    padding-bottom: 18px;
}
.each-feedback-member{
    height: 100%;
}
.each-feedback-member img{
    height: 100%;
    object-fit: cover;
}
/******************FAQS******************/
/****accordian-sec****/
.accordian-sec{
    padding-top: 120px;
    padding-bottom: 120px;
}
.accro-area ul {
    padding-left: 0;
    margin-bottom: 0;
}
.accro-area li {
    list-style-type: none;
    background-color: #EFEFEF;
    padding: 40px 129px 42px;
    border-radius: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(18, 18, 18, 0.10);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.accro-area li:last-child{
    border-bottom: none;
}
.accro-area li::before{
    display: none;
}
.accro-area li>*:not(:first-child) {
	display: none;
}
.accro-area li h4 {
    padding-right: 25px;
	position: relative;
}
.accro-area li h4::after {
	position: absolute;
	height: 28px;
	width: 28px;
	background-image: url(../images/accro-icon.svg);
	background-size: 28px;
	content: "";
	top: 67%;
    right: 0;
    transform: translateY(-50%);
	transition: all 0.5s;
    background-repeat: no-repeat;
}
.accro-area li p {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 0;
    max-width: 875px;
    letter-spacing: 0.32px;
}
.over-ons-accor {
    padding-left: 68px;
}
.accro-area li.show_accordian {
    background: #141414;
    padding: 60px 129px 116px;
}
.accro-area li.show_accordian h4::after {
	background-image: url(../images/accro-icon-hover.svg);
    transform: none;
    top: 40%;
}
.accro-area li.show_accordian h4 { 
    margin-bottom: 22px;
    color: #FFF;
}
/******************VACATURE-DETAIL******************/
.diens-dtl-top-text h6{
    line-height: 24px;
    font-size: 1.6rem;
    /* padding-top: 30px; */
    padding-bottom: 9px;
}
/******************popup******************/
.modal-area .modal-dialog {
    max-width: 78%;
    margin: 10% auto 0;
}
.modal-area .modal {
   border-radius: 20px;
    background: rgba(20, 20, 20, 0.50);
    backdrop-filter: blur(5px);
}
.modal-area .modal-content {
    position: relative;
    border-radius: 20px;
    background: #FFF;
    border: 0;
    padding: 16px;
}
.modal-area .popup-content {
    padding: 10px 104px 10px 79px;
}
.pop-up-image {
    height: 100%;
}
.pop-up-image img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.popup-content h3 {
    margin: 15px 0 32px;
}
.popup-content p,
.popup-content li {
    color: #141414;
}
.popup-content ul{
    margin-bottom: 32px;
}
.popup-content li {
    font-family: 'Montserrat-Medium';
    position: relative; 
}
.popup-content li::after {
    background-size: 5px;
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
    width: 5px;
    height: 5px;
    background-image: url(../images/white-bullet.svg);
    background-repeat: no-repeat;
    background-size: 5px;
}
.popup-content li:last-child {
    margin-bottom: 27px;
}
.close-img {
    position: absolute;
    top: 21px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.close-img img {
    width: 20px;
    filter:brightness(0)
}
.modal-main-content .col-lg-5 { 
    width: 42%;
}
.modal-main-content .col-lg-7 { 
    width: 58%;
}
/******************OVER-ONS******************/
/****over-ons-banner-sec****/
.over-ons-banner-sec .inner-banner-bg{
    height: 632px;
}
.over-ons-banner-sec .inner-banner-content{
    top: 52%;
}
/****over-ons-usp-marquee****/
.over-ons-usp-marquee .usp-marquee-outer-wrap{
    border-radius: 20px;
    background: #EFEFEF;
}
.over-ons-usp-marquee  .usp-marquee-outer{
    background: #EFEFEF;
    padding: 10px 30px;
}
.over-ons-usp-marquee .usp-marquee-wrap li{
    color: #1A181A;
}
.over-ons-usp-marquee .common-wrap{
    padding-top: 16px;
}
/*****over-ons-gal-sec****/
.over-ons-gal-sec{
    padding-top: 120px;
    padding-bottom: 60px;
}
.over-ons-gal-sec .row{
    align-items: end;
}
.over-ons-gal-sec .col-lg-3{
    width: 22%;
}
.over-ons-gal-sec .col-lg-6{
    width: 56%;
}
.each-gal-text{
    text-align: center;
    max-width: 658px;
    margin-left: auto;
    margin-right: auto;
}
.each-gal-big-img{
    height: 440px;
}
.each-gal-big-img img{
    border-radius: 30px;
    height: 100%;
    object-fit: cover;
}
.each-gal-mid-big-img img{
    border-radius: 30px;
    height: 100%;
    object-fit: cover;
}
.each-gal-mid-big-img{
    height: 420px;
}
.each-gal-small-img img{
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}
.each-gal-small-img{
    height: 296px;
}
.each-gal-left .each-gal-small-img{
    margin-bottom: 24px;
}
.each-gal-rihgt .each-gal-big-img{
    margin-bottom: 24px;
}
.each-gal-text p{
    margin-bottom: 34px;
}
.each-gal-text h2{
    margin-bottom: 27px;
}
/*****over-ons-mid-sec*****/
.over-ons-mid-sec{
    background: #141414;
    padding-top: 36px;
}
.over-ons-md-bg-text{
    max-width: 375px;
    margin-left: auto;
    margin-right: 170px;
}
.over-ons-md-bg-text h4{
    color: #fff;
    padding-bottom: 28px;
}
.over-ons-md-bg-text h6{
    color: #fff;
    font-family: 'Montserrat-Regular';
    font-size: 1.2rem;
    line-height: 20px;
}
.over-ons-md-bg-text h5{
    color: #fff;
    font-family: 'Montserrat-Medium';
    line-height: 24px;
    font-size: 1.6rem;
}
.over-ons-md-bg-text p{
    color: #fff;
    font-family: 'Montserrat-MediumItalic';
}
.over-ons-mid-info {
    padding-top: 120px;
    padding-bottom: 200px;
}
.over-ons-mid-bg-img{
    border-radius: 20px;
    min-height: 756px;
}
/******over-ons-btm-sec******/
.diens-dtl-mid-sec.over-ons-btm-sec{
    background: #141414;
    padding-top: 120px;
    padding-bottom: 90px;
}
.over-ons-btm-sec .dtl-mid-content-list h2{
    color: #fff;
}
.over-ons-btm-sec .dtl-mid-content-item{
    background: #181717;
    border-bottom: 0;
    box-shadow: none;
}
.over-ons-btm-sec .dtl-mid-content-item h4{
    color: #FFF;
}
.over-ons-btm-sec .dtl-mid-content-item p{
    color: #fff;
}
.over-ons-btm-sec .dtl-mid-content-list {
    margin-left: 0;
    margin-right: 165px;
}
.over-ons-btm-slider .swiper {
  width: 100%;
  height: 600px;
}
.over-ons-btm-slider {
    overflow: hidden;
}
.over-ons-btm-slider .swiper {
    padding-left: 9%; 
    padding-right: 0 !important;
}
.over-ons-btm-slider .swiper-slide {
    width: 100% !important; 
}
.diens-dtl-mid-sec .swiper-slide-prev{
    position: relative;
}
.diens-dtl-mid-sec .swiper-slide-prev::after{
    border-radius: 20px;
    background: linear-gradient(0deg, rgba(20, 20, 20, 0.30) 0%, rgba(20, 20, 20, 0.30) 100%);
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
} 
/****inner-header****/
.header-area.inner-header{
    background: #141414;
}
.inner-header .menu-bar div, .inner-header .menu-bar::after, .inner-header .menu-bar::before {
    background-color: #fff;
}
.inner-header.header-active .header-nav > ul > li > a {
    color: #fff;
}
.inner-header.header-active .header-btn a {
    color: #fff;
}
.inner-header.active-white-header .header-btn a {
    color: #141414;
}
.inner-header.header-active .parent-dropdown > img {
    filter: brightness(0) invert(1);
}
.inner-header.active-white-header .menu-bar div, 
.inner-header.active-white-header .menu-bar::after, 
.inner-header.active-white-header .menu-bar::before {
    background-color: #141414;
}
/****form-sec****/
.form-sec {
    position: relative;
    overflow-x: clip;
}
.form-heading{
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 86px;
}
.form-heading h4{
    color: #fff;
}
.form-wrap{
    padding-top: 95px;
    padding-bottom: 56px;
}
.form-part{
    position: relative;
    z-index: 1;
    /* width: calc(100% + 32%); */
}
.form-sec .about-right .col-lg-4 {
    width: 45%;
}
.form-sec .about-right .col-lg-8 {
    width: 55%;
}
.form-sec .about-area .col-lg-5 {
    width: 34%;
}
.form-sec .about-area .col-lg-7{
    width: 66%;
}
.form-sec .about-left-mark img{
    width: 100%;
}
.form-sec .about-right-img {
    position: relative;
    z-index: 1;
}
.form-sec .about-left p{
    font-family: 'Montserrat-MediumItalic';
    letter-spacing: 0.32px;
}
.form-sec .about-left-info p{
    font-family: 'Montserrat-Medium';
    letter-spacing: normal;
}
.form-right {
    overflow: hidden;
    padding: 71px 55px 35px;
    height: 100%;
}
.form-main-area .form-group {
    margin-bottom: 16px;
    position: relative;
}
.form-main-area .col-lg-6:last-child .form-group {
    margin-bottom: 0;
}
.form-main-area .form-styl {
    resize: none;
    font-family: 'Montserrat-Regular';
    background-color: transparent;
    color: #141414;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 18px 16px 18px;
    border-radius: 10px;
    border: 1px solid #141414;
}
.form-main-area  .form-group label {
    text-align: left;
    display: block;
    position: absolute;
    transition: all 0.5s ease-in-out;
    color: #141414;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'Montserrat-Regular';
    line-height: normal;
    pointer-events: none;
    position: absolute;
    top: 22px;
    left: 16px;
}
.form-main-area .form-styl:-ms-input-placeholder {
    color: #141414;
}
.form-main-area .form-styl::placeholder {
    color: #141414;
}
.form-main-area .form-styl:focus {
    box-shadow: none;
    color: #FFF;
    background-color: #141414;
}
.form-main-area .form-styl:focus::placeholder {
    color: #FFF;
}
.form-group textarea.form-control {
    min-height: 154px;
}
.form-main-area .form-styl.photo_upload, 
.form-main-area .form-styl.foto_upload { 
    color: #141414;
}
.form-btn{
    margin-top: 32px;
}
.form-btn .common-btn{
    background: #141414;
    color: #FFF;
    border-color: #141414;
}
.form-btn .common-btn:hover{
    background: transparent;
    color: #141414;
}
.form-main-area label strong {
    opacity: 1;
    color: #141414;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-main-area .form-styl:focus + label strong {
    opacity: 1;
    color: #fff;
}
.form-main-area .form-styl:focus + label {
    color: #fff;
}
/******************VACATURE-LIST******************/
.vacature-list-sec{
    padding-bottom: 120px;
}
.diens-list-area a:last-child .each-diens-list{
    border-bottom: 0;
}
/******************CONTACT******************/
.map {
    height: 600px;
    border-radius: 20px;
    overflow: hidden;
}
.contact-banner-sec{
    padding-bottom: 72px;
}
.contact-form{
    padding-bottom: 72px;
}
/******************Keramische-coating******************/
.diens-dtl-top-text li{
    font-family: 'Montserrat-Medium';
    padding-left: 14px;
}
/******************BESANKT******************/
.bedankt-banner .inner-banner-bg{
    height: 900px;
}
.bedankt-banner .inner-banner-content p{
    color: #fff;
    padding-top: 22px;
    margin-bottom: 38px;
}
.review-sec{
    padding-top: 80px;
    padding-bottom: 80px;
    background: #141414;
    position: relative;
    z-index: 1;
}	
.footer-content p a{
    color: #F8F8F8;
}
.ons-werk-sec .swiper-button-lock.common-arrow{
    opacity: 0;
}
.morgeninternet-footer{
    position: relative;
    z-index: 9;
}
.over-ons-banner-sec .inner-banner-content{
    text-align: left;
}
.inner-banner-sec.bedankt-banner{
    padding-bottom: 25px;
}
.privacy_section{
    padding-top: 170px;
    padding-bottom: 90px;
}
.privacy_section p strong{
    color: #141414;
}
.privacy_section h2{
    padding-bottom: 15px !important;
}

/*******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 h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
   /* color: #1c1c1c;*/
    border-bottom: 1px solid #181716;
    padding-bottom: 10px;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}
.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#555 calc(1*100%/6),#fff 0 calc(3*100%/6),#555 0),
              linear-gradient(#555 calc(2*100%/6),#fff 0 calc(4*100%/6),#555 0),
              linear-gradient(#555 calc(3*100%/6),#fff 0 calc(5*100%/6),#555 0);
    background-size: 10px 400%;
    background-repeat: no-repeat;
    animation: matrix 1s infinite linear;
  }
  @keyframes matrix {
    0% {
      background-position: 0% 100%, 50% 100%, 100% 100%
    }
  
    100% {
      background-position: 0% 0%, 50% 0%, 100% 0%
    }
  }
  .load_aanbod{
    justify-content: center;
    display: flex;
    column-gap: 30px;
    align-items: center;
    color: #fff;
  }


.carpass-img {
    width: 115px;
}










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

.notifcation {
    position: relative;
}

.alert-number {
    display: none;
    position: absolute;
    bottom: 38px;
    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;
    }
}
.over-new-sec{
    padding: 105px 0;
}
.over-new-cm {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}
.over-new-cm img{
    object-fit: cover;
}
.over-new-img{
    margin-bottom: 24px;
}
.over-new-img-wrap {
    display: flex;
    gap: 24px;
}
.over-new-sec .row{
    --bs-gutter-x: 73px;
    --bs-gutter-y: 30px;
}
.over-new-text h2{
    margin-bottom: 24px;
}
.over-new-text p{
    letter-spacing: 0.32px;
}
.over-new-text p:last-child{
    margin-bottom: 0;
}
.over-new-img-wrap .over-new-img1 {
    width: 58%;
}
.over-new-img img{
    height: 420px;
}
.over-new-img-wrap .over-new-cm img{
    height: 350px;
}

/*****diens-dtl-top-mid-sec*****/
.diens-dtl-top-mid-sec {
    padding-bottom: 125px;
}
.diens-dtl-top-mid-sec .col-lg-7 {
    width: 54%;
}
.diens-dtl-top-mid-sec .col-lg-5 {
    width: 46%;
}
.diens-dtl-top-mid-sec .row {
    align-items: start !important;
}
.diens-dtl-top-mid-sec .diens-dtl-top-text {
    padding-top: 0;
    margin-right: 0;
    padding-right: 0;
    max-width: 100%;
    padding-left: 50px;
}
.diens-dtl-top-text p {
    /* margin-bottom: 7px; */
}
.diens-dtl-top-text ul {
    padding-left: 15px;
}
.diens-dtl-top-text li em {
    font-style: normal;
    font-family: 'Montserrat-Bold';
    position: relative;
}
.diens-dtl-top-text li::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 100px;
    background-image: none;
    background-size: initial;
}
.diens-dtl-top-mid-sec .diens-dtl-top-text ul {
    margin-bottom: 31px;
}
.new-ons-img{
    border-radius: 20px;
    overflow: hidden;
    height: 430px;
}
.new-ons-img img{
    height: 100%;
    object-fit: cover;
}
.each-new-ons .row {
    --bs-gutter-x: 30px;
}
.new-ons-text {
    padding-left: 0;
    /* max-width: 688px;
    margin-left: auto; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
/* .new-ons-warp .each-new-ons{
    margin-bottom: 16px;
}
.new-ons-warp .each-new-ons:last-child{
    margin: 0;
} */
.new-ons-text h4 {
    color: #181717;
    margin-bottom: 0;
    margin-top: 22px;
    max-width: 383px;
}
.new-ons-text p{
    margin-bottom: 0;
}
.diensten-dtl-top-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}