body {
	padding: 0px;
	margin: 0px;
    font-size: 1.6rem;
    color: #0F0F0F;
    font-family: 'Montserrat-Regular';
    background-color: #0F0F0F;
    /*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;
}
/****privacy****/
.privacy_section p { 
    margin-bottom: 10px; 
}
.privacy_section {
    padding-top: 140px;
    padding-bottom: 35px;
}
/****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;
}
/* ============================================== index ============================================== */
/****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: 32px 0 16px;
}
.header-wrap {
    border-radius: 34px;
    /* overflow: hidden; */
    background: rgba(15, 15, 15, 0.20);
    max-width: 82%;
    margin: 0 auto;
    padding: 23px 23px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
}
.header-wrap .glass-element .glass-filter {
    border-radius: 34px;
    overflow: hidden;
}
.header-wrap .glass-element {
    border-radius: 34px;
}
.header-logo img {
    width: 304px;
}
.header-nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 27px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-wrap .col-lg-3 {
    width: 15%;
}
.header-wrap .col-lg-7 {
    width: 65%;
}
.header-wrap .col-lg-2 {
    width: 20%;
}
.header-nav > ul > li {
    color: #fff;
    font-family: 'LamaSansMedium';
    font-size: 1.6rem;
    line-height: 24px;
    padding-left: 0;
}
.header-nav > ul > li::after {
    display: none;
}
.header-nav > ul > li > a {
    color: #fff;
}
.header-nav > ul > li > a:hover {
    color: #D11E1E;
}
.header-nav .parent-dropdown img {
    filter: brightness(0) invert(1);
}
.header-area .glass-container {
    overflow: visible;
    box-shadow: none;
}
/****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: 20px;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 1px;
    margin: 10px 0 10px auto;
    width: 62px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div {
    display: none;
}
.inner-header .menu-bar div, .inner-header .menu-bar::after, .inner-header .menu-bar::before{
    background-color: #fff;
}
.menu-bar.active div {
    transform: scale(0);
    background-color: #fff;
}
.menu-bar.active:before {
    transform: translateY(5px) rotate(135deg);
    background-color: #fff;
}
.menu-bar.active:after {
    transform: translateY(-6px) rotate(-135deg);
    background-color: #fff;
}
.header-active .menu-bar div, 
.header-active .menu-bar::after, 
.header-active .menu-bar::before {
    background-color: #fff;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 16px;
}
.parent-dropdown > ul {
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	border: 1px solid rgb(15, 15, 15, 0.3);
	background-color: #0F0F0F;
	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;
}
.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);
    filter: brightness(0) saturate(100%) invert(14%) sepia(93%) saturate(4970%) hue-rotate(354deg) brightness(86%) contrast(88%);
}
.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: 5px 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 {
	color: #D11E1E;
}
.parent-dropdown a {
    padding-bottom: 10px;
}
/* .header-active .header-wrap {
    border: 1px solid red;
} */
/*****side-menu****/
.side-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 400px;
    background-color: #0F0F0F;
    padding: 150px 40px 40px;
    z-index: 98;
    clip-path: inset(0 0 0 100%);
    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-active .parent-dropdown > ul > li > a {
    color: rgb(255, 255, 255, 0.7);
    border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}
.side-menu-active .parent-dropdown > ul > li > a:hover {
    color: #D11E1E;
}
.side-menu-wrap {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.side-menu ul {
    margin-bottom: 0;
    padding-left: 0;
}
.side-menu > .side-menu-wrap > ul > li {
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 2rem;
    display: block;
    padding-left: 0;
}
.side-menu > .side-menu-wrap > ul > li::after {
    display: none;
}
.side-menu > .side-menu-wrap > ul > li > a {
    color: rgb(255, 255, 255, 0.7);
    display: block;
    padding-bottom: 0;
}
.side-menu > .side-menu-wrap > ul > li > a:hover {
    color: #D11E1E;
}
.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;
}
.side-menu .parent-dropdown img {
    top: 15px;
    width: 10px;
    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;
    z-index: 3;
    pointer-events: all;
}
/****banner-sec****/
.banner-sec {
    padding-top: 15px;
}
.banner-wrap {
	position: relative;
}
.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;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
    text-align: center;
}
.banner-content-wrap h1 {
    margin-bottom: 25px;
}
.each-banner img {
    border-radius: 20px;
    overflow: hidden;
}
/****usp-marquee-sec****/
.usp-marquee-sec {
    padding-top: 15px;
}
.usp-marquee-bg {
    background: linear-gradient(223deg, #AD3B30 0.02%, #D11E1E 99.67%); 
    position: relative;
    overflow-x: clip;
    z-index: 1;
    border-radius: 20px;
}
.usp-marquee-wrap {
    padding: 27px 0px;
	display: flex;
	width: max-content;
    gap: 63px;
}
.usp-marquee-wrap ul {
    display: flex;
    align-items: center;
    gap: 63px;
    padding: 0;
    margin: 0;
}
.usp-marquee-wrap ul li {
    padding: 0;
    position: relative;
    color: #fff;
    line-height: 24px;
    padding-left: 80px;
    letter-spacing: normal;
    font-size: 1.6rem;
    font-family: 'Montserrat-Bold';
}
.usp-marquee-wrap ul li::before {
    display: none;
}
.usp-marquee-wrap ul li::after {
    content: '';
    position: absolute;
    background: url(../images/marqu-list-img.svg) transparent;
    background-repeat: no-repeat;
    top: 50%;
    background-size: 17px;
    width: 17px;
    height: 17px;
    transform: translateY(-50%);
    left: 0;
}
/****service-sec****/
.service-sec {
    position: relative;
}
.service-sec .common-wrap > .glass-element .glass-specular {
    box-shadow: inset 1px 1px 0 rgb(255 255 255 / 0%), inset -1px 0px 0px 1px rgb(255 255 255 / 15%);
    box-shadow: unset;
}
.service-sec .common-wrap {
    border-radius: 20px;
    border-bottom: 1px solid #ffffff42;
    margin: 0 16px;
    position: relative;
    padding-bottom: 15px;
}
.service-left-wave {
    position: absolute;
    top: -8%;
    left: 0;
    z-index: -1;
    filter: blur(4px);
}
.service-right-wave {
    position: absolute;
    top: 5%;
    right: 0;
    z-index: -1;
    filter: blur(4px);
}
.service-wrap {
    background: rgba(15, 15, 15, 0.05);
    padding-top: 115px;
}
.service-title {
    text-align: center;
    margin-bottom: 40px;
}
.service-title p {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    font-family: 'Montserrat-Medium';
}
.each-service {
    background-color: #1A1A1A;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    position: relative;
}
.each-service-desk li,
.each-service-hover li {
    padding-left: 0;
    font-family: 'Montserrat-Bold';
}
.each-service-desk li:first-child,
.each-service-hover li:first-child {
    padding-right: 20px;
}
.each-service-desk li::after,
.each-service-hover li::after {
    display: none;
}
.each-service-desk ul,
.each-service-hover ul {
    display: flex;
    justify-content: space-between;
}
.each-service-desk p:last-child {
    margin-bottom: 0;
}
.each-service-hover ul {
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-desk {
    padding: 28px 32px;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
}
.each-service-hover {
    padding: 28px 32px;
    height: 100%;
}
.each-service-frame {
    max-width: max-content;
    margin: 60px auto 65px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 160px;
    height: 160px;
}
.each-service-desk p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-hover p {
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-family: 'Montserrat-Medium';
}
.each-service-hover-img {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-hover-info {
    overflow-y: auto;
    height: 100%;
}
.each-service:hover .each-service-hover p {
    opacity: 1;
    color: #fff;
}
.each-service:hover .each-service-hover-img {
    opacity: 1;
}
.each-service:hover .each-service-hover ul {
    opacity: 1;
}
.each-service:hover .each-service-desk {
    opacity: 0;
}
.each-service-hover {
    position: absolute;
    opacity: 0;
    top: 0;
    width: 100%;
}
.each-service:hover .each-service-hover {
    opacity: 1;
}
.each-service-hover-info::-webkit-scrollbar {
	background-color: rgba(15, 15, 15, 0.4);
	width: 5px;
}
.each-service-hover-info::-webkit-scrollbar-thumb {
	background-color: rgba(15, 15, 15, 0.8);
}
/* .each-service:hover .each-service-desk {
    position: absolute;
} */
.service-container .swiper {
    height: 100%;
}
.service-container .swiper-slide {
    height: auto;
}
.each-service-wrap {
    height: 100%;
}
.service-slider-mobile {
    display: none;
}
/****home-mid-block****/
.home-mid-block {
    padding: 15px 0;
}
.home-mid-block-wrap {
    border-radius: 20px;
    background: #F3F3F3;
    padding: 88px 0;
}
.home-mid-block-wrap .col-lg-5 {
    width: 50%;
}
.home-mid-block-wrap .col-lg-7 {
    width: 50%;
}
.home-mid-block-img {
    border-radius: 20px;
}
.home-mid-info-title h2,
.home-mid-info-title h6,
.home-mid-info-title h6 strong,
.home-mid-info-title p
{
    color: #0F0F0F;
}
.home-mid-info-title h6 {
    margin-bottom: 5px;
}
.home-mid-info-title h6 strong {
    font-family: 'Montserrat-Regular';
}
.home-mid-info-title p {
    font-family: 'Montserrat-Medium';
    max-width: 440px;
    width: 100%;
    margin: 24px 0 40px;
}
.home-mid-info-title h2 {
    margin-bottom: 37px;
}
.home-mid-man-info {
    border-radius: 20px;
    border: 1px solid rgba(15, 15, 15, 0.20);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 4px 6px 10px 0 rgba(0, 0, 0, 0.05);
    padding: 20px 20px;
    width: 69%;
    position: relative;
}
.home-mid-info .glass-specular {
    border: 1px solid #FFF;
    box-shadow: inset 4px 4px 60px 0px #b3b3b328, 5px 5px 15px 5px rgba(201, 201, 201, 0);
}
.home-mid-man-img {
    border-radius: 20px;
    background: #090A0E;
    overflow: hidden;
    width: 28%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.home-mid-man-img {
    width: 182px;
    height: 182px;
}
.home-mid-man-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home-mid-man-info h6 {
    color: #0F0F0F;
}
.home-mid-man-info p {
    color: #0F0F0F;
    max-width: 535px;
    width: 100%;
    margin-bottom: 0;
    margin-top: 5px;
}
.home-mid-man {
    display: flex;
    gap: 17px;
    flex-wrap: wrap;
    margin-top: 27px;
}
.home-mid-info {
    padding: 40px 40px;
    background-color: rgba(255, 255, 255, 0.01);
    border-radius: 20px;
    position: relative;
}
.home-mid-block-img {
    position: relative;
    z-index: 1;
    height: 100%;
}
.home-mid-wave {
    position: absolute;
    top: 50%;
    left: -310px;
    transform: translateY(-50%);
    z-index: -1;
}
.home-mid-mobile-wave {
    position: absolute;
    top: 82%;
    left: -13px;
    z-index: -1;
    display: none;
}
.home-mid-block-img img {
    border-radius: 20px;
    height: 100%;
}
.home-mid-info.glass-container {
    box-shadow: 0 6px 6px rgba(255, 255, 255, 0.10), 0 0 20px rgba(255, 255, 255, 0.10);
    z-index: 1;
}
.home-mid-man-vector {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
/****about-sec****/
.about-sec {
	overflow: hidden;
	height: 902px;
}
.about-wrap {
    background: rgba(15, 15, 15, 0.05);
}
.about-sec .common-wrap > .glass-element .glass-specular {
    box-shadow: inset 1px 1px 0 rgb(255 255 255 / 0%), inset -1px 0px 0px 1px rgb(255 255 255 / 15%);
    box-shadow: unset;
}
.about-sec .common-wrap {
    border-radius: 20px;
    border-top: 1px solid #ffffff42;
    margin: 0 16px;
    border-bottom: 1px solid #ffffff42;
}
.about-wrap .container,
.about-wrap .row,
.about-wrap .col-lg-6 {
	height: 100%;
}
.about-scroll-slider {
    position: relative;
    height: 100%;
    border-radius: 20px;
    z-index: 1;
}
.about-scroll {
	position: relative;
}
.scroll-container {
	position: relative;
	animation: scroll-up 40s linear infinite;
}
.about-left-lab .scroll-container {
	animation: scroll-up 40s linear infinite;
}
.about-right-lab .scroll-container {
	animation: scroll-down 40s linear infinite;
}
@keyframes scroll-up {
	0% {
		transform: translateY(0%);
	}
	100% {
		transform: translateY(-50%); 
	}
}
@keyframes scroll-down {
	0% {
		transform: translateY(-50%);
	}
	100% {
		transform: translateY(0%);
	}
}
.about-left-lab:hover .scroll-container,
.about-right-lab:hover .scroll-container {
	animation-play-state: paused;
}
.each-about-part {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	height: 420px;
    margin-bottom: 15px;
}
.each-about-part-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 26px 23px;
}
.each-about-part-info h6 {
    font-family: 'Montserrat-Regular';
    margin-top: 5px;
}
.each-about-part-info p {
    font-family: 'Montserrat-Bold';
    margin-top: 32px;
    margin-bottom: 0;
}
.each-about-part-img {
	height: 100%;
    position: relative;
}
.each-about-part-img::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
    background: linear-gradient(209deg, rgba(15, 15, 15, 0.00) 3.57%, #0F0F0F 102.51%);
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.each-about-part-img img {
	height: 100%;
	object-fit: cover;
}
.about-right td {
    position: relative;
}
.about-right td::after {
    border: 1px dashed #8D363E;
    content: '';
    position: absolute;
    left: 20px;
    top: 40px;
    height: 100%;
    width: 2px;
    background-repeat: repeat;
    background-position: center;
    z-index: -1;
}
.about-right td:last-child::after {
    display: none;
}
.about-right td h6 {
    position: absolute;
    left: 0;
    top: 5px;
    font-family: 'Montserrat-SemiBold';
    color: rgba(255, 255, 255, 0.7);
    background: #1A1A1A;
    border-radius: 100%;
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-right td h6::after {
    background-image: url(../images/about-dot-round.svg);
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    height: 35px;
    width: 35px;
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: center;
}
.about-right td p {
    margin-bottom: 0;
    max-width: 400px;
    width: 100%;
}
.about-right td h5 {
    font-size: 1.6rem;
    font-family: 'Montserrat-Bold';
    margin-bottom: 5px;
}
.about-right td h5,
.about-right td p {
    color: rgba(255, 255, 255, 0.7);
    padding-left: 57px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about-right td {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about-right td:hover h5,
.about-right td:hover p {
    color: #fff;
}
.about-sec .common-wrap,
.about-sec .about-wrap {
    height: 100%;
}
.about-right {
    padding: 120px 0;
    padding-left: 110px;
    /* padding: 192px 0; */
}
.about-right tr {
    display: flex;
    flex-wrap: wrap;
    row-gap: 21px;
}
.about-right-title {
    margin-bottom: 40px;
}
.about-right-title p {
    margin-top: 22px;
    font-family: 'Montserrat-Medium';
    max-width: 530px;
    width: 100%;
}
.about-right .d-table-cell.align-middle {
    width: 100% !important;
}
.about-wave {
    position: absolute;
    top: 0;
    right: -16px;
    z-index: -1;
    filter: blur(4px);
}
/****home-btm-sec****/
.home-btm-sec {
    padding: 15px 0;
}
.home-btm-wrap {
    border-radius: 20px;
    background: linear-gradient(223deg, #AD3B30 0.02%, #D11E1E 99.67%);
    overflow: hidden;
    padding: 55px 0 50px;
    position: relative;
}
.home-btm-left-wave {
    position: absolute;
    left: 0;
    top: 0;
}
.home-btm-right-wave {
    position: absolute;
    right: 0;
    top: 0;
}
.home-btm-info {
    text-align: center;
    position: relative;
    z-index: 1;
}
.home-btm-info p {
    max-width: 500px;
    margin: 20px auto 38px;
}
.home-btm-wrap .white-border-btn {
    min-width: 357px;
}
/****footer-sec****/
.footer-wrap {
    background: rgba(15, 15, 15, 0.05);
    padding: 60px 0 50px;
    position: relative;
}
.footer-sec .common-wrap > .glass-element .glass-specular {
    box-shadow: inset 1px 1px 0 rgb(255 255 255 / 0%), inset -1px 0px 0px 1px rgb(255 255 255 / 15%);
    box-shadow: none;
}
.footer-sec .common-wrap {
    border-radius: 20px;
    border-top: 1px solid #ffffff42;
    border-bottom: 1px solid #ffffff42;
    margin: 0 16px;
    padding-left: 0;
    padding-right: 0;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    max-width: 60%;
    margin: 0 auto;
}
.footer-logo img {
    width: 304px;
}
.each-footer-contact td,
.each-footer-contact a {
    color: rgba(255, 255, 255, 0.7);
}
.each-footer-contact a {
    font-family: 'Montserrat-Medium';
    line-height: 30px;
}
.each-footer-contact h5 {
    margin-bottom: 30px;
}
.each-footer-contact td {
    
    line-height: 24px;
}
.each-footer-contact td:first-child {
    padding-right: 40px;
}
.each-footer-contact a:hover {
    color: #D11E1E;
}
.footer-social li {
    padding-left: 0;
}
.footer-social li::after {
    display: none;
}
.footer-social li a {
    border-radius: 40px;
    border: 0.5px solid #FFF;
    background: #363F50;
    overflow: hidden;
    height: 53px;
    width: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social li a:hover {
    background-color: #D11E1E;
    border-color: #D11E1E;
}
.footer-social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
}
.footer-social {
    /* max-width: 55%; */
    margin: 65px auto;
    position: relative;
    padding: 35px 0;
}
.footer-social::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    top: 0;
    left: 0;
}
.footer-social::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    bottom: 0;
    left: 0;
}
.footer-credit a {
    font-family: 'Montserrat-Medium';
}
.footer-credit a:hover {
    color: #D11E1E;
}
/* ====== Vacature List Page ====== */
/* inner-banner-sec */
.inner-banner-sec .common-wrap{
    padding-top: 16px;
}
.inner-banner-bg{
    height: 600px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.inner-banner-bg img{
    height: 100%;
    object-fit: cover;
}
.inner-heading-wrap {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 52%;
    transform: translateY(-50%);
    width: 100%;
}
/* inner-listing-sec */
.inner-listing-sec{
    padding: 16px 0;
}
.listing-content .glass-element .glass-specular {
    box-shadow: unset;
}
.listing-content.glass-container {
    border: 1px solid #ffffff42;
}
.listing-img{
    position: relative;
    z-index: 1;
    height: 100%;
}
.listing-img img{
    border-radius: 20px;
    height: 100%;
}
.inner-listing-item .row{
    --bs-gutter-x: 16px;
    --bs-gutter-y: 0;
}
.listing-content {
    border-radius: 20px;
    background: rgba(26, 26, 26, 0.20);
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 40px 97px 40px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.listing-wave {
    position: absolute;
    top: 50%;
    left: -201px;
    transform: translateY(-50%);
    z-index: -1;
}
.listing-content h3{
    margin-bottom: 40px;
}
.listing-content p{
    color: #FFFFFF;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Montserrat-Medium';
}
.listing-content h6{
    color: #FFFFFF;
    margin: 40px 0 24px;
}
.inner-listing-wrap .inner-listing-item:nth-child(even){
    margin: 16px 0;
}
.inner-listing-wrap .inner-listing-item:nth-child(even):last-child{
    margin-bottom: 0;
}
.inner-listing-wrap .inner-listing-item:nth-child(even) .row {
    flex-direction: row-reverse;
}
.inner-listing-wrap .inner-listing-item:nth-child(even) .listing-wave {
    right: -201px;
    transform: translateY(-50%) rotateY(180deg);
}
/******glass-effect******/
.glass-necessary .glass-element {
    display: none;
}
.glass-container {
    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(4px);
    isolation: isolate;
}
.glass-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}
.glass-specular {
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: inherit;
    overflow: hidden;
    box-shadow: inset 1px 1px 0 rgb(255 255 255 / 0%), inset 0px 0px 0px 1px rgb(255 255 255 / 15%);
}
.glass-content {
    position: relative;
    z-index: 3;
}
/* ====== Vacature Detail Page ====== */
/* list-detail-sec */
.list-detail-img{
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
/* .list-detail-content .glass-element .glass-specular {
    box-shadow: unset;
}
.list-detail-content.glass-container {
    border: 1px solid #ffffff42;
} */
.list-detail-img img{
    height: 100%;
    object-fit: cover;
}
.list-detail-content {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    height: 100%;
    position: relative;
    padding: 40px 97px 40px 56px;
    display: flex;
    justify-content: center;
}
.list-detail-content .glass-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.list-detail-sec .common-wrap{
    padding-top: 108px;
    padding-bottom: 110px;
    margin: 0px 16px;
    margin-top: 140px;
    margin-bottom: 16px;
    border-top: 1px solid #ffffff42;
    border-bottom: 1px solid #ffffff42;
}
.list-detail-wave1 {
    position: absolute;
    top: 10px;
    left: 16px;
    pointer-events: none;
    filter: blur(4px);
}
.list-detail-wave2{
    position: absolute;
    top: 110px;
    right: 16px;
    pointer-events: none;
    filter: blur(4px);
}
.list-detail-sec .row{
    --bs-gutter-x: 16px;
    --bs-gutter-y: 0;
}
.list-detail-content h3{
    margin-bottom: 40px;
}
.list-detail-content h6{
    margin-top: 15px;
    margin-bottom: 24px;
}
.list-detail-content p:last-child {
    margin-bottom: 0;
}
.list-detail-content p {
    font-family: 'Montserrat-Medium';
}
.list-detail-sec .common-wrap > .glass-element .glass-specular {
    box-shadow: inset 1px 1px 0 rgb(255 255 255 / 0%), inset -1px 0px 0px 1px rgb(255 255 255 / 15%);
    box-shadow: unset;
}
/* inner-box-sec */
.inner-box-wrap table{
    width: 100%;
}
.inner-box-wrap table tr {
    display: flex;
    gap: 32px;
}
.inner-box-wrap table tr td{
    width: 50%;
    border-radius: 10px;
    background: #1A1A1A;
    overflow: hidden;
    border: 1px solid transparent;
    padding: 32px 65px 130px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.inner-box-wrap table tr td:hover{
    border-color: #DD2625;
}
.inner-box-wrap table tr td::after {
    position: absolute;
    content: "";
    background-image: url(../images/box-icon.svg);
    background-repeat: no-repeat;
    background-size: 106px;
    width: 106px;
    height: 70px;
    right: 0;
    bottom: 0;
}
.inner-box-wrap table tr td h6{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 32px;
}
.inner-box-wrap table tr td h6 strong{
    font-weight: normal;
}
.inner-box-wrap table tr td ul {
    padding: 0;
    margin: 0;
    margin-left: 10px;
}
.inner-box-heading h2{
    margin-bottom: 56px;
}
.inner-box-sec .common-wrap {
    padding-top: 72px;
    padding-bottom: 72px;
    margin-top: 16px;
    border-radius: 20px;
}
.inner-box-sec .common-wrap > .glass-element .glass-specular {
    box-shadow: inset 1px 1px 0 rgb(255 255 255 / 0%), inset -1px 0px 0px 1px rgb(255 255 255 / 15%);
}
/* inner-related-sec */
.inner-related-sec{
    padding: 120px 0;
}
.inner-related-heading h2{
    margin-bottom: 56px;
}
.each-item{
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 411px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-item:hover .each-item-text{
    bottom: 0;
}
.each-item-img {
    height: 100%;
    width: 100%;
}
.each-item-img img{
    height: 100%;
    object-fit: cover;
}
.each-item::after{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(15, 15, 15, 0.20) 0%, rgba(15, 15, 15, 0.20) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.each-item-text {
    position: absolute;
    bottom: -48px;
    padding: 24px;
    z-index: 1;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-item-text h3{
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-item-text .more-btn{
    color: #FFF;
    font-family: 'Montserrat-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
/* ===== POPUP PAGE ===== */
.modal-area .modal-dialog {
    max-width: 1520px;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(15, 15, 15, 0.05);
}
.modal-area .modal-content {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    position: relative;
}
.modal-area .modal-content-wrap .row{
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
}
.modal-area .modal-content-wrap {
    border-radius: 0px;
    overflow: hidden;
}
.modal-area .popup-content {
    padding: 80px 97px 80px 56px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.20);
}
.modal-area .pop-up-image {
    height: 100%;
}
.modal-area .pop-up-image img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.modal-area .close-img {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 1;
    height: 45px;
    width: 45px;
    background-color: #D11E1E;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 3;
    display: none;
}
.popup-layer{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.popup-inner-content{
    position: relative;
    z-index: 3;
}
.popup-inner-content img {
    width: 79px;
    margin-bottom: 35px;
}
.popup-inner-content p{
    margin-bottom: 0;
    font-family: 'Montserrat-Medium';
}
.popup-inner-content h3{
    margin-top: 40px;
    margin-bottom: 24px;
}
.popup-inner-content ul li{
    font-family: 'Montserrat-Bold';
}
.popup-inner-content ul{
    margin-bottom: 40px;
}
/* ====== Contact Page ====== */
.contact-bg{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 88px 0;
}
.contact-bg::after{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(15, 15, 15, 0.50) 0%, rgba(15, 15, 15, 0.50) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.contact-warp {
    background: rgb(15 15 15 / 12%);
    position: relative;
    border-radius: 20px;
    padding: 25px 36px;
}
.contact-warp .col-lg-7 {
    width: 54%;
}
.contact-warp .col-lg-5 {
    width: 46%;
}
.contact-warp .glass-filter {
    border-radius: 20px;
    overflow: hidden;
}
.contact-content {
    padding-right: 20px;
}
.contact-content h2{
    margin-bottom: 16px;
}
.contact-detail {
    margin: 80px 0;
    display: flex;
    gap: 80px;
}
.contact-info-item h5{
    margin-bottom: 24px;
}
.contact-info-item p{
    margin-bottom: 10px;
}
.contact-info-item p:last-child{
    margin-bottom: 0px;
}
.contact-info-item p a{
    color: rgba(255, 255, 255, 0.70);
    font-family: 'Montserrat-Medium';
    font-size: 1.6rem;
    line-height: normal;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.contact-info-item p a:hover{
    color: #D11E1E;
}
.contact-info-gap p {
    line-height: 36px;
    margin-top: -5px;
}
.contact-social-item h5{
    color: #FFF;
}
.contact-social-item table,
.contact-social-item tbody {
    width: 100%;
    min-width: 222px;
}
.contact-social-item table tr td{
    color: rgba(255, 255, 255, 0.70);
    font-family: 'Montserrat-Medium';
    font-size: 1.6rem;
    line-height: 24px;
}
.contact-social-item h5{
    margin-bottom: 24px;
}
.contact-social-item ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 16px;
}
.contact-social-item ul li::after{
    display: none;
}
.contact-social-item ul li{
    padding: 0;
    margin: 0;
}
.contact-social-item ul li a {
    width: 52px;
    height: 52px;
    border-radius: 40px;
    border: 1px solid #ffffff36;
    background: #363F50;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.contact-social-item ul li a:hover{
    background-color: #D11E1E;
}
.contact-social {
    display: flex;
    align-items: end;
    gap: 60px;
}
.contact-social-item table tr{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact-form{
    border-radius: 5px;
    background: #F3F3F3;
    padding: 60px 44px;
}
.contact-form .form-group label{
    color: #1A1A1A;
    font-family: 'Montserrat-Regular';
    font-size: 1.4rem;
    line-height: normal;
    margin-bottom: 20px;
    padding-left: 15px;
}
.contact-form .form-group label strong{
    color: #D11E1E;
}
.contact-form .form-style{
    background-color: transparent;
    color: #1A1A1A;
    font-family: 'Montserrat-Regular';
    font-size: 1.4rem;
    line-height: 28px;
    border-radius: 5px;
    border: 1px solid rgba(26, 26, 26, 0.25);
    padding: 15px 27px;
}
.contact-form .form-style::placeholder{
    color: rgba(26, 26, 26, 0.50);
    opacity: 1;
}
.contact-form .form-group{
    margin-bottom: 25px;
}
.textarea-field textarea {
    height: 147px;
    resize: none;
}
.contact-form .form-group .form-control:focus {
    color: #1A1A1A;
    background-color: transparent;
    border-color: unset;
    outline: 0;
    box-shadow: none;
}
.sub-btn.common-btn {
    position: relative;
    padding-right: 55px;
    margin-top: 15px;
}
.sub-btn.common-btn::after {
    content: '';
    background-image: url(../images/form-vector.svg);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 22px;
    background-position: center;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    background-size: 20px;
}
.sub-btn.common-btn:hover {
    background-color: #0F0F0F;
    border-color: #0F0F0F;
}
/* ===== Onze werkwijze ===== */
/* work-marquee-sec */
.work-marquee-sec{
    padding-bottom: 15px;
}
.work-marquee-sec ul li {
    color: #FFF;
    font-family: 'Montserrat-Medium';
    font-size: 2.4rem;
    line-height: 32px;
    display: flex;
    gap: 8px;
    align-items: baseline;
    padding-left: 47px;
}
.work-marquee-sec ul li strong{
    font-weight: normal;
    font-family: 'PlayfairDisplay-Bold';
    font-size: 3.2rem;
    line-height: 32px
}
.work-marquee-sec .usp-marquee-wrap ul {
    gap: 30px;
}
.work-marquee-sec .usp-marquee-wrap {
    padding: 21px 0px;
    display: flex;
    width: max-content;
    gap: 30px;
}
/* work-list-sec */
.work-list-heading {
    margin-bottom: 106px;
}
.work-list-heading h2{
    margin-bottom: 19px;
}
.work-list-sec .common-wrap > .glass-element .glass-specular {
    box-shadow: inset 1px 1px 0 rgb(255 255 255 / 0%), inset -1px 0px 0px 1px rgb(255 255 255 / 15%);
}
.work-list-sec .common-wrap {
    border-radius: 20px;
    background: rgba(15, 15, 15, 0.05);
    padding-top: 120px;
    padding-bottom: 46px;
}
.each-work-content {
    background-color: #1A1A1A;
    border-radius: 20px;
    height: 100%;
    display: flex;
}
.each-work-text {
    display: flex;
    justify-content: end;
    flex-direction: column;
    padding: 50px;
    max-width: 535px;
}
.each-work-text h4{
    margin-bottom: 40px;
}
.each-work-text p:last-child{
    margin-bottom: 0;
}
.each-work-text p{
    margin-bottom: 20px;
}
.each-work-img{
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.each-work-img::after{
    position: absolute;
    content: "";
    background: linear-gradient(212deg, rgba(15, 15, 15, 0.00) 2.65%, #0F0F0F 97.7%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}
.each-work-list .row{
    --bs-gutter-x: 33px;
    --bs-gutter-y: 0;
}
.each-work-list{
    position: relative;
}
.work-list-wrap{
    position: relative;
}
.work-list-wrap::after {
    position: absolute;
    content: "";
    border-left: 2px dotted #D11E1E;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    z-index: -1;
}
.list-number {
    width: 105px;
    height: 105px;
    background: #0F0F0F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.list-number h4{
    position: relative;
    color: #B7B7B7;
}
.list-number h4::after {
    position: absolute;
    content: "";
    border: 2px dotted #D11E1E;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
}
.work-list-wrap .each-work-list:nth-child(even){
    margin: 24px 0;
}
.work-list-wrap .each-work-list:nth-child(even):last-child{
    margin-bottom: 0;
}
.work-list-wrap .each-work-list:nth-child(even) .row {
    flex-direction: row-reverse;
}
.list-detail-wave3 {
    position: absolute;
    top: 31%;
    left: 0;
    pointer-events: none;
}
.each-work-content .glass-specular {
    box-shadow: unset;
}
.each-work-content .glass-filter {
    backdrop-filter: blur(0px);
}
/* ====== over-ons ====== */
/****over-ons-top****/
/* .over-ons-top .listing-img {
    height: auto;
} */
.over-ons-top .common-wrap > .glass-element .glass-specular {
    box-shadow: inset 1px 1px 0 rgb(255 255 255 / 0%), inset -1px 0px 0px 1px rgb(255 255 255 / 15%);
    box-shadow: none;
}
.over-ons-top .common-wrap {
    position: relative;
    border-top: 1px solid #ffffff42;
    margin: 0 16px;
    border-radius: 20px;
}
.over-ons-top .listing-content {
    background: #1A1A1A;
}
.over-ons-top-wave-left {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    filter: blur(4px);
}
.over-ons-top .listing-content h6 {
    margin: 15px 0 40px;
}
.over-ons-top .listing-wave {
    right: -105px;
    left: auto;
    filter: blur(4px);
}
.over-ons-top-wrap {
    padding-top: 120px;
}
/****over-ons-mid-sec****/
.each-over-ons-mid {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.each-over-ons-mid::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background: linear-gradient(215deg, rgba(15, 15, 15, 0.00) 12.52%, #0F0F0F 96.92%);
}
.over-ons-mid-sec .common-wrap > .glass-element .glass-specular {
    box-shadow: none;
}
.over-ons-mid-sec .common-wrap {
    border-bottom: 1px solid #ffffff42;
    border-radius: 20px;
    margin: 0 16px;
}
.each-over-ons-mid-info {
    padding: 35px 40px;
    position: relative;
    z-index: 1;
    background-color: #1A1A1A;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 220px;
    height: 100%;
}
.each-over-ons-mid:hover .each-over-ons-mid-info {
    background-color: transparent;
}
.each-over-ons-mid-info h6 {
    font-family: 'Montserrat-Medium';
}
.over-ons-mid-sec {
    padding-bottom: 15px;
}
.each-over-ons-mid-info p:last-child{
    margin-bottom: 0;
}
.over-ons-about-wrap-part .glass-container {
    box-shadow: unset;
}
.over-ons-about-wrap-part .glass-specular {
    border: 1px solid #FFF;
    box-shadow: inset 4px 4px 60px 0px #b3b3b328, 5px 5px 15px 5px rgba(201, 201, 201, 0);
}
/****over-ons-about-sec****/
.over-ons-about-sec .about-wrap{
    background-color: #F3F3F3;
    border-radius: 20px;
}
.over-ons-about-sec .glass-content {
    height: 100%;
}
.over-ons-about-sec .common-wrap > .glass-element .glass-specular {
    box-shadow: unset;
}
.over-ons-about-sec .common-wrap {
    border: 0;
    margin: 0;
}
.over-ons-about-sec .about-right {
    padding: 81px 0;
    padding-right: 110px;
    padding-left: 0;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.10);
    margin: 90px 0;
}
.over-ons-about-sec .about-right-title h2,
.over-ons-about-sec .about-right-title p {
    color: #0F0F0F;
}
.over-ons-about-sec .about-right td h5,
.over-ons-about-sec .about-right td p {
    color: rgba(15, 15, 15, 0.7);
    padding-left: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-ons-about-sec .about-right td {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-ons-about-sec .about-right td:hover h5,
.over-ons-about-sec .about-right td:hover p{
    color: #0F0F0F;
}
.over-ons-about-sec .about-wave {
    display: none;
}
.over-ons-about-sec .about-right {
    position: relative;
    z-index: 2;
}
.over-ons-about-sec .about-right td::after {
    display: none;
}
.over-ons-about-sec .about-right-title {
    margin-left: 40px;
}
.over-ons-about-sec .about-right td {
    position: relative;
}
.over-ons-about-sec .about-right td::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #D11E1E;
    height: 100%;
    width: 4px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-ons-about-sec .about-right td p {
    max-width: 475px;
}
.over-ons-about-sec .about-right td:hover::before {
    opacity: 1;
}
.over-ons-about-sec .about-right table {
    margin-left: 38px;
}
.over-ons-about-wrap-part {
    position: relative;
    margin-right: 28px;
}
.over-ons-list-wave-img {
    position: absolute;
    top: 71px;
    right: -70px;
    z-index: 0;
}
/* ===== auto-verkopen page ===== */
.auto-list-sec .list-detail-content  h2{
    margin-bottom: 40px;
}
.auto-list-sec .common-wrap {
    padding-top: 88px;
    padding-bottom: 88px;
    margin: 0px 16px;
    margin-top: 140px;
    margin-bottom: 16px;
    border-top: 1px solid #ffffff42;
    border-bottom: 1px solid #ffffff42;
}
.auto-list-sec > .common-wrap > .glass-element .glass-specular{
    box-shadow: unset;
}
.auto-list-sec .list-detail-wave1 {
    left: 0;
}
.auto-list-sec .list-detail-wave2 {
    right: 0;
}
/* inner-service-sec */
.inner-service-sec .service-wrap {
    background-color: #F3F3F3;
    border-radius: 20px;
    padding: 88px 0;
}
.inner-service-sec .service-title h2{
    color: #0F0F0F;
}
.inner-service-sec .service-title p{
    color: #0F0F0F;
    font-family: 'Montserrat-Medium';
    margin-top: 24px;
    margin-bottom: 40px;
}
.inner-service-sec .each-service {
    overflow: hidden;
    height: 100%;
    position: relative;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid #FFF;
    box-shadow: inset 4px 4px 60px 0px #b3b3b328, 5px 5px 15px 5px rgba(201, 201, 201, 0);
}
.inner-service-sec  .each-service-desk li, .inner-service-sec  .each-service-hover li{
    color: #0F0F0F;
}
.inner-service-sec .each-service-desk p{
    color: #0F0F0F;
    font-family: 'Montserrat-Medium';
}
.inner-service-sec .each-service-hover p {
    color: #0F0F0F;
}
.inner-service-sec .each-service:hover .each-service-hover p {
    color: #0F0F0F;
}
.inner-service-sec .each-service-hover-info::-webkit-scrollbar {
	background-color: #a09b9b;
	width: 5px;
}
.inner-service-sec .each-service-hover-info::-webkit-scrollbar-thumb {
	background-color: rgba(248, 248, 248, 0.8);
}
.auto-verokp-middle {
    padding-top: 190px;
}
/* step-form-sec */
.step-form-sec .common-wrap {
    padding-top: 88px;
    padding-bottom: 28px;
    margin: 0px 16px;
    margin-bottom: 16px;
    border-top: 1px solid #ffffff42;
    border-bottom: 1px solid #ffffff42;
    border-radius: 20px;
}
.step-form-sec > .common-wrap > .glass-element .glass-specular{
    box-shadow: unset;
}
.step-form-heading h2{
    margin-bottom: 24px;
}
.step-form-heading p {
    font-family: 'Montserrat-Medium';
}
.step-form-heading{
    margin-bottom: 60px;
}
/* step-form-warp */
.step-btn-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 94px;
    padding: 50px;
    border-radius: 10px;
    background-color: #1A1A1A;
}
.step-btn {
    border-radius: 8px;
    border: 1px solid #F3F3F3;
    background-color: #F3F3F3;
    color: #1A1A1A;
    font-family: 'LamaSansMedium';
    font-size: 1.6rem;
    line-height: 24px;
    padding: 13px;
    text-align: center;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.step-btn-active{
    background: linear-gradient(223deg, #D11E1E 0.02%, #270F11 99.67%), #D11E1E;
    position: relative;
    border: unset;
    opacity: 1;
    color: #FFf;
}
.step-btn-active::after {
    position: absolute;
    content: "";
    background: linear-gradient(223deg, #D11E1E 0.02%, #270F11 99.67%), #D11E1E;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 8px;
    z-index: -1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.step-btn-dissable {
    opacity: 0.4;
    cursor: context-menu;
}
.step-number-text h6 {
    position: relative;
    background-color: #1A1A1A;
    width: 71px;
    height: 71px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #BABABA;
}
.step-number-text h6::after {
    position: absolute;
    content: "";
    border: 2px dotted #D11E1E;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
}
.step-number-text strong{
    color: #FFF;
    font-family: 'Montserrat-Bold';
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: normal;
}
.step-number-text {
    display: flex;
    align-items: center;
    gap: 19px;
    opacity: 0.7;
    position: relative;
}
.step-number {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.step-number-text::after {
    position: absolute;
    content: "";
    border-left: 2px dotted #D11E1E;
    height: 60px;
    left: 36px;
    bottom: -60px;
    z-index: -1;
}
.step-number-text:last-child::after{
    display: none;
}
.step-number-active{
    opacity: 1;
}
.main-form{
    background-color: #1A1A1A;
    padding: 40px 40px 68px;
    border-radius: 20px;
}
.main-form-heading h4{
    font-family: 'Montserrat-SemiBold';
    margin-bottom: 32px;
}
.main-form .form-group label{
    color: #FFF;
    font-family: 'Montserrat-SemiBold';
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 16px;
}
.main-form .form-group label strong{
    font-family: 'Montserrat-Regular';
    font-weight: normal;
}
.main-form .form-group .form-style{
    border-radius: 8px;
    background: #0F0F0F;
    padding: 13px;
    color: #FFF;
    font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    border: unset;
}
.main-form .form-group .form-style::placeholder{
    color: rgba(255, 255, 255, 0.5);   
    opacity: 1;
}
.main-form .form-group .form-control:focus {
    color: #FFF;
    background-color: #0F0F0F;
    border-color: unset;
    outline: 0;
    box-shadow: none;
}
.main-form .form-group{
    margin-bottom: 24px;
}
.main-form  .form-select:focus {
    box-shadow: unset;
}
.main-form .form-group .form-select {
    position: relative;
    background-image: url(../images/arrow-select.svg);
    background-repeat: no-repeat;
    top: unset;
    background-size: 18px;
    background-position: 97%;
    color: rgba(255, 255, 255, 0.5);  
}
.form-radio-group {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.form-radio-item strong:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: transparent;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 15px;
    transition: 0.1s ease;
    box-shadow: inset 0 0 0 2px #F5F5F7;
}
.form-radio-item input:checked + strong:before {
    box-shadow: inset 0 0 0 2px #F5F5F7;
    background-color: #D11E1E;
}
.form-radio-item label input {
    position: absolute;
    left: -9999px;
}
.form-radio-item label{
    position: relative;
}
.form-radio-item label strong{
    display: flex;
    align-items: center;
    color: #FFF;
    font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: normal;
}
.form-radio-label {
    display: flex;
    align-items: center;
    gap: 16px;
}
.form-radio-item h6{
    font-family: 'Montserrat-SemiBold';
    margin-bottom: 10px;
}
.main-form .form-group .upload-form{
    padding: 25px 20px 30px;
    margin: 0 auto;
    text-align: center;
}
.main-form .form-group .upload-form img {
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}
.main-form .form-group .upload-form{
    color: rgba(255, 255, 255, 0.5);   
}
.upload-btn{
    color: #F3F3F3;
    font-family: 'LamaSansMedium';
    font-size: 1.6rem;
    line-height: 24px;
    padding: 13px 24px;
    border-radius: 8px;
    background: #D11E1E;
    display: block;
    max-width: 208px;
    margin: 0 auto;
    margin-top: 24px;
}
.upload-input{
    display: none;
}
.main-form .textarea-field textarea {
    height: 184px;
    resize: none;
}
.sub-form-btn{
    background-color: #D11E1E;
    padding: 13px 24px;
    color: #F3F3F3;
    font-family: 'LamaSansMedium';
    font-size: 1.6rem;
    line-height: 24px;
    border-radius: 8px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border: 1px solid #D11E1E;
}
.sub-form-btn:hover{
    border-color: #FFF;
    background-color: transparent;
}
.form-group.checkbox label{
    color: #FFF;
    font-family: 'Montserrat-SemiBold';
    font-size: 1.6rem;
    line-height: 24px;
}
.main-form .form-group.checkbox label input[type="checkbox"]{
    border-radius: 2px;
    border: 1px solid #FFF;
    width: 26px;
    height: 26px;
    background: #0F0F0F;
}
.form-group.checkbox label strong:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    border: 1px solid #FFF;
    background: #0F0F0F;
    width: 26px;
    height: 26px;
    border-radius: 2px;
    margin-right: 15px;
    transition: 0.1s ease;
}
.main-form .form-group.checkbox label input {
    position: absolute;
    left: -9999px;
}
.main-form .form-group.checkbox label input:checked + strong:before {
    border: 1px solid #FFF;
    background-color: #D11E1E
}
.main-form .form-group.checkbox label strong {
    display: flex;
    flex-direction: column-reverse;
    gap: 22px;
}
.step-form-sec .list-detail-wave3 {
    top: 40%;
    opacity: 0.8;
}










/*******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;
}





/*************fix-wp***************/
.fix-wp {
    position: fixed;
    right: 38px;
    bottom: 5%;
    z-index: 98;
}
.fix-wp a {
    width: 63px;
    height: 63px;
    border-radius: 50px;
    background-color: #36D927;
    border: 1px solid #F1F1F1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-wp a img {
    width: 27px;
}

.widget-btn-area {
  bottom: 2rem;
  left:3rem;
  z-index: 99;
  font-family: "Nunito Sans", sans-serif;
}
.widget-btn {
  border-radius: 10px;
  background: #FF7100;
  box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  padding: 1.3rem 2.5rem;
  font-size: 1.7rem;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
}

.widget-btn span:after, .widget-mobile span:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right:-.5rem;
  content: '';
  width:1rem;
  height: 1rem;
  background: url(../images/next-white.svg) no-repeat center/ contain;
}
.widget-content {
  background: #1c1c1c;
  padding: 4.5rem;
  -webkit-box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  -moz-box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  border-radius: 20px;
  width: 51rem;
  display: none;
}
.arw-rotate {
  margin-top:-2.5rem;
  margin-bottom: 1rem;
  transform: rotate(-90deg);
  cursor:pointer;
}
.widget-content h4, .widget-content h5 {
  text-transform: unset;
  color: #fff;
  letter-spacing: normal;
}
.widget-content h4 {
  font-weight: 500;
  font-size: 2.4rem;
}
.widget-content h5 {
  font-weight: 400;
  font-size: 1.7rem;
  margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span {
  text-decoration: underline;
  color: #FF7100;
}
.widget-content button, .widget-mobile button {
  border-radius: 5px;
  color: #fff;
  border: 2px solid #FF7100;
  background: #FF7100;
  padding: 1.2rem 2rem;
  font-size: 1.7rem;
  font-weight: 600;
  margin-right: .5rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  cursor: pointer;
}
.widget-content button:hover, .widget-mobile button:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #FF7100 !important;
}
.monthly_amount{
  cursor:pointer;
}
.showroom-view {
    width: 100%;
    height: 100%;
}

/* whats app lab start  */

.fixed-whatsapp-icon {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 10px;
    bottom: 2%;
    z-index: 999;
}

.fixed-whatsapp-icon img {
    width: 50px;
}

.popup .popuptext {
    display: none;
    width: 200px;
    background-color: #25D366;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 18px 0;
    position: absolute;
    z-index: 1;
    bottom: -10px;
    right: 5vw;
    font-size: small;
}

.notifcation {
    position: relative;
}

.alert-number {
    display: none;
    position: absolute;
    bottom: 43px;
    right: 12px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    background-color: red;
    color: white;
    text-align: center;
    font-size: small;
    animation: shake 0.5s;
    animation-iteration-count: 1;
}

@media screen and (max-width: 600px) {
    .popuptext {
        right: 60px !important;
    }
}
@media (max-width : 767.98px){
    .fixed-whatsapp-icon{
        display: none;
    }
}
/* whatapp lab end  */



@media(max-width: 767.98px){
    .morgeninternet-footer.viewcar-footer {
        margin-bottom: 68px !important;
        height: 50px;
    }
    .widget-mobile {
        background: #1c1c1c;
        padding: 1.5rem 1.2rem;
        border-top: 1px solid rgba(255,255,255,0.1);
        border-bottom: 1px solid rgba(255,255,255,0.1);
        z-index: 99;
        font-family: "Nunito Sans", sans-serif;
    }
    .widget-mobile .d-flex {
        gap: 5px;
    }
    .widget-mobile button {
        padding: .65rem;
        font-size: 1.45rem;
    }

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

    .widget-mobile-content.show-div {
        display: block;
    }
    .widget-content-wrap {
        background: #1c1c1c;
        border: 1px solid rgba(255,255,255,0.1);
        padding: 1.5rem;
    }
    .widget-mobile-content td {
        color: #fff;
        vertical-align: top;
        font-size: 1.45rem;
        font-weight: 400;
        padding: 4px 0;
    }
    .widget-mobile-content td a {
        color: #fff;
        text-decoration: none;
    }
    .widget-mobile-content td a:hover {
        color: #FF7100;
    }
    .whatsapp-block {
        background: #25D366;
        border-radius: 5px;
        width:3.7rem;
        height: 3.7rem;
    }
    .whatsapp-block img {
        width: 1.8rem;
    }
    .widget-mobile-content td span {
        width: 2.2rem;
        height: 2.2rem;
        border: 1px solid rgba(255,255,255,0.1);
        margin-right: 1.8rem;
    }
}

.header-wrap .col-lg-2 {
    width: 26%;
}
.header-wrap .col-lg-7 {
    width: 59%;
}








