@import "fonts.css";
@import "common-class.css";
body {
	margin: 0;
	padding: 0;
	background: #060709;
	font-family: 'LamaSansRegular';
  	font-size: 1.6rem;
  	--btn-transition: .5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
:root { 
	scroll-behavior: auto !important; 
}
html {
  font-size: 62.5%;
  height: auto !important;
}
.cursor{
	cursor: pointer;
}
.grecaptcha-badge{
	display:none;
}
.img-cover{
	height: 100%;
	object-fit: cover;
}
html.lenis {
  	height: auto;
}
.lenis.lenis-smooth {
	scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}
.lenis.lenis-stopped {
	overflow: hidden;
}
.lenis.lenis-scrolling iframe {
	pointer-events: none;
}
/*==================header==================*/
h1, h2{
  	visibility: hidden;
}
.char{
  visibility: hidden;
}
.h1-text-span{
    display: inline !important;
}
.word{
    display: inline !important;
}
.char{
    visibility: hidden;
    display: inline !important;
    position: relative;
}
.logo{
	max-width: 21.9rem;
}
header{
	z-index: 2;
	background: transparent;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
header.stiky{
	background: #060709;
}
header .nav-menu, .menu-toggle {
    font-family: 'Sequel100Black45';
    font-size: 1.4rem;
    text-transform: uppercase;
    position: relative;
}
header .nav-menu:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform var(--btn-transition);
	bottom: -4px;
	left: 0;
}
header .nav-menu.active:after, header .nav-menu:hover:after {
  	transform: scaleX(1);
  	transform-origin: left;
}
.menu-toggle{
    background: #111820;
    padding: 1.1rem;
    z-index: 99;
}
.close {
   display: none;
}
.menu-toggle .bars {
    width: 1.8rem;
    margin-left: 1rem;
}
.menu-toggle .bars .bar {
    width: 100%;
    height: 2px;
    background: #fff;
    transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.menu-toggle .bars .bar-2, .menu-toggle .bars .bar-3 {
    margin-top: .4rem;
}
.menu-toggle:hover .bars .bar-1 {
  transform: translateY(4px);
}
.menu-toggle:hover .bars .bar-3 {
  transform: translateY(-2px);
}
.menu-toggle:hover .bars .bar-2{
	display: none;
}
.menu-items {
	height: 100vh;
	background: #0E0F0E;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	transform: translateX(-100%);
	-webkit-transition: all 1s;
	transition: all 1s;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 9;
}
.menu-items.active{
	transform: translateX(0);
  	transition: all 1s;
	-webkit-transition: all 1s;
}
.menu-toggle.active .bars .bar-1{
	transform: rotate(-45deg);
  	position: relative;
  	top: .3rem;
}
.menu-toggle.active .bars .bar-2{
	display: none;
}
.menu-toggle.active .bars .bar-3{
	transform: rotate(45deg);
  	position: relative;
  	top: -.3rem;
}
.menu-items ul{
	margin: auto;
	display: table;
}
.menu-items li a {
	color: #fff;
	font-family: 'Sequel100Black56';
	font-size: 4.8rem;
	text-transform: uppercase;
	margin-bottom: 2rem;
	display: inline-block;
	position: relative;
}
.border-div{
	border-right: 1px solid rgba(255,255,255,0.2);
}
.menu-items .mx-auto{
	display: table;
}
.contact-info{
	margin-bottom: 5rem;
}
.contact-info h4 a, .contact-info h5, footer .cmn-wrap h4 a{
	font-family: 'LamaSansRegular';
}
.contact-info h4 a, footer .cmn-wrap h4 a{
	font-size: 2.4rem;
	text-decoration: underline;
	margin-bottom: .5rem;
}
.contact-info h5, footer h5 {
	margin-bottom: 10px;
	font-size: 1.8rem;
	color: rgba(241, 244, 247, 0.40);
	letter-spacing: 0.18px;
	text-transform: uppercase;
}
.contact-info h4 a, .contact-info p a, .contact-info p, footer .cmn-wrap h4 a, footer .cmn-wrap p, footer .cmn-wrap p a{
	color: #F1F4F7;
}
.contact-info p a:hover{
	text-decoration: underline;
}
.contact-info p span, footer p span {
  opacity: .4;
}
.social-media a {
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(255,255,255,0.2);
}
.social-media a.whatsapp-icon {
  	border-color: #25D366;
}
/*.social-media a:not(.whatsapp-icon):hover {
  	background: #000;
}*/
.menu-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100vh;
  pointer-events: none;
  opacity: 1;
}
.cursor__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s;
}
.cursor__media.active {
  opacity: 0.8;
}
/*================banner==============*/
.home-banner {
	height: 100vh;
}
.banner-content {
  	z-index: 2;
  	padding-top: 5rem;
}
.banner-content p {
	color: #fff;
	margin: 2.4rem 0 5rem;
	max-width: 67rem;
}
.banner-overlay{
	background-image: url(../images/overlay.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	height: 70%;
	z-index: 1;
}
.home-banner .dwn-arw{
	font-family: 'Sequel100Black45';
	font-size: 1.2rem;
	text-transform: uppercase;
	color: #fff;
	z-index: 2;
	bottom: 8rem;
	position: absolute;
	width: 100%;
}
.home-banner .scroll-indicator {
	height: 4rem;
	margin-top: 1rem;
}
.home-banner .scroll-indicator__text {
	-webkit-animation: scrolling 2.75s ease-in-out 0s infinite;
	animation: scrolling 2.75s ease-in-out 0s infinite
}
@-webkit-keyframes scrolling {
	0% {
		transform: translateY(-40px);
		opacity: .6
	}

	25% {
		transform: translateY(0) skewX(0deg);
		opacity: 1
	}

	50% {
		transform: translateY(0) skewX(0deg);
		opacity: 1
	}

	75% {
		transform: translateY(0) skewX(0deg);
		opacity: 1
	}

	to {
		transform: translateY(40px);
		opacity: .6
	}
}
@keyframes scrolling {
	0% {
		transform: translateY(-40px);
		opacity: .6
	}

	25% {
		transform: translateY(0) skewX(0deg);
		opacity: 1
	}

	50% {
		transform: translateY(0) skewX(0deg);
		opacity: 1
	}

	75% {
		transform: translateY(0) skewX(0deg);
		opacity: 1
	}

	to {
		transform: translateY(40px);
		opacity: .6
	}
}
/*===============product-block=====================*/
.product-block{
	background: #e5e7e6;
}
.icon-area img{
	opacity: .2;
	height: 45px;
}
.icon-area table{
	width: 100%;
}
.icon-area tr{
	display: flex;
  	justify-content: space-between;
  	align-items: center;
}
.product-block h6, .gallery-block h6{
	line-height: 110%;
	font-family: 'Sequel100Black45';
	text-transform: uppercase; 
	margin-bottom: 1.5rem;
	font-size: 2rem;
}
.product-block h2{
	margin-bottom: 1.8rem;
}
.product-block h2, .product-block h3, .product-dtl td, .product-block .product-dtl h6{
	color: #111820 !important;
}
.product-block h3{
	height: 85px;
  	overflow: hidden;
}
.product-block .product-dtl h6{
	font-size: 1.4rem;
	margin: 1rem 0 0;
	height: 3.2rem;
  	overflow: hidden;
}
.product-dtl{
	padding-left: 5rem;
  	padding-right: 5rem;
}
.product-dtl table{
	max-width: 54rem;
}
.product-dtl td{
	font-family: 'Sequel100Black56';
	font-size: 2.3rem;
	vertical-align: top;
}
.product-dtl span{
	margin: 0 1rem;
}
.product-dtl table{
	margin: 6rem 0;
}
.product-dtl .button-text{
	color: #111820;
}
.product-dtl .button__bg{
	border-color: #111820;
}
.product-dtl .button__bg:before{
	background-color: #111820;
}
.product-dtl .button:hover .button-text {
  	color: #fff;
}
.product-btn a{
	font-family: 'Sequel100Black45';
    font-size: 1.2rem;
    color: #111820 !important;
    text-transform: uppercase;
}
.product-btn span{
	position: relative;
  	background: #e5e7e6;
  	display: inline-block;
}
.product-btn span:before, .product-btn span:after{
	position: absolute;
	top: 62%;
	content: '';
	width: 6rem;
	height: .1rem;
	background: #111820;
	transform: translateY(-50%);
}
.product-btn span:before{
	left: -8rem;
}
.product-btn span:after{
	right: -8rem;
}
.product-btn{
	margin-top: 8rem;
}
/*===================gallery==================*/
.gallery-block{
	overflow: hidden; 
}
.gallery-block h6{
	font-size: 1.4rem;
	margin-bottom: 1.2rem;
}
.gallery-block p, .gallery-block h6{
	color: #fff;
}
.gallery-block h2{
	max-width: 60rem;
}
.content-wrap{
	max-width: 69rem;
}
.gallery-image-block{
	z-index: 1;
	padding: 7.5rem 0 4rem;
}
.gallery-bg{
	left: 0;
  	width: 40%;
  	z-index: -1;
  	top: -1.5rem !important;
}
.image-container {
  	position: relative;
  	overflow: hidden;
}

.image-container img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 130%;
	object-fit: cover;
	object-position: center;
	padding: 0;
}
.left-img{
	height: 60rem;
	padding-left: 15%;
  	padding-right: 10%;
  	margin-top: 8rem;
}
.right-img{
	height: 30rem;
	padding-right: 14%;
	padding-left: 10%;
}
.images-text__image.__landscape {
	position: relative;
	width: 72%;
	margin-left: auto;
	right: calc(-50vw + 50%);
	margin-top: -10%;
	height: 58rem;
}
.btm-img{
	padding-left: 14%;
	padding-right: 10%;
	height: 40rem;
	margin-top: -10%;
	position: relative;
}
.left-img .image, .btm-img .image{
	position: relative;
}
.img-overlay  {
	height: 100%;
	background: linear-gradient(180deg, rgba(6, 7, 9, 0.00) 68%, #060709 100%);
}
.top-gal-wrap{
	padding-left: 10%;
}
/*======================footer========================*/
.contact-detail-wrap{
	max-width: 56rem;
}
footer hr{
	background: #2E2A2A;
    margin: 3rem 0 2rem;
    opacity: 1;
}
.privacy span a{
	color: #F1F4F7;
	opacity: .2;
}
footer .cmn-wrap p a:hover{
	text-decoration: underline;
}
/*====================home-service=====================*/
.home-service{
    overflow: hidden;
    position: relative;
  	z-index: 0;
}
.each-gall{
    height: 70rem;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    margin-left: -33.5%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.each-gall::after{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(6, 7, 9, 0.60) 0%, rgba(6, 7, 9, 0.60) 100%);
}
.home-service .swiper-slide-next + .swiper-slide  + .swiper-slide .each-gall::after ,
.home-service .swiper-slide-next + .swiper-slide .each-gall::after{
    display: none;
}
.home-service .swiper-slide-next + .swiper-slide .each-gall{
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(24% 0%, 100% 0%, 101% 100%, 7% 100%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-service .swiper-slide{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-service .swiper-slide-active .each-gall{
    clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.featured-image-area .swiper-slide-active ,
.featured-image-area .swiper-slide-next {
    width:27.5% !important ;
}
.featured-image-area .swiper-slide-next + .swiper-slide{
    width: 45% !important;
    margin-left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 3;
}
.home-service .swiper-button-next{
   	left: 7%;
  	right: auto;
}
.home-service .swiper-button-prev{
    left: auto;
  	right: 7%;
}
@keyframes typing {
    0% { width: 0; }
    10% { width: 10%; }
    20% { width: 20%; }
    30% { width: 30%; }
    40% { width: 40%; }
    50% { width: 50%; }
    60% { width: 60%; }
    70% { width: 70%; }
    80% { width: 80%; }
    90% { width: 90%; }
    100% { width: 100%; }
}
.slider-text h3{
	margin: .4rem 0 7.5rem;
	font-family: 'Sequel100Black56';
	font-size: 3.6rem;
	color: #fff;
	text-transform: uppercase;
}
.featured-articales-sections{
	padding-top:250px;
	position:relative;
}
.featured-image-area{
	width:100%;
}
.featured-content-right-slider{
    position: absolute;
    background: red;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.featured-image-area .swiper-slide{
    will-change: width;
}
.featured-content-right-slider .swiper-slide.swiper-slide-active{
	opacity:1;
	width:100% !important
}
.each-slider-text{
	opacity:0;
	position: absolute;
    z-index: 11;
    top: 50%;
    transform: translateY(-50%);
    left: 20%;
}
.each-slider-text.active{
	opacity:1;
    z-index: 999;
}
.line-1{
    position: relative;
    width: max-content;
    white-space: nowrap;
    overflow: hidden;
}
.each-slider-text .button{
    left: -500%;
    position: relative;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.each-slider-text h6{
	font-family: 'Sequel100Black45';
    font-size: 1.4rem;
    text-transform: uppercase;
	left: -100%;
    position: relative;
    color: #fff;
    transition: all 1s;
    -webkit-transition: all 1s;
    margin-bottom: 1rem;
    width: fit-content;
}
.each-slider-text.active > .button{
    left:0px;
	transition:all 1s;
	-webkit-transition:all 1s;
}
.each-slider-text.active > h6{
	left:0px;
	transition:all 1s;
	-webkit-transition:all 1s;
}
.slider-text{
	padding-left:100px;
}
/* Animation */
.anim-typewriter{
  animation: typewriter 4s steps(44) 1s 1 normal both,
  blinkTextCursor 500ms steps(44) infinite normal;
}
@keyframes typewriter{
  from{
    width: 0;
}
  to{
    width: 24em;
}
}
@keyframes blinkTextCursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}
.home-service .swiper-button-prev, .home-service .swiper-button-next {
    z-index: 99;
}
/*.inner-header:not(.stiky) .logo{
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}*/
.inner-header:not(.stiky) .nav-menu.text-white{
	color: #060709 !important;
}
.inner-header:not(.stiky) .nav-menu.text-white:after{
	background: #060709;
}
.inner-banner-image {
  height: 27.5vw;
  width: 49vw;
  margin: auto;
}
/* **************inner-header*************** */
.navigation.inner-header{
	background: #E5E7E7;
}
.nav-item.inner-header-nav-item .nav-link{
	color: #000 !important;
}
/*.logo.inner-header-logo {
    filter: invert(100%);
}*/
/* / **************diensten-list************** / */
/* / **diensten-list-heading** / */
.diensten-list-heading {
    padding-top: 17rem;
    background: #E5E7E7;
	padding-bottom: 1rem;
}
.diensten-list-heading h2{
	color: #111820;
}
.diensten-list-heading p {
    color: #111820;
	width: 100%;
	padding: 3rem 0;
    max-width: 57rem;
}
/* / **diensten-list-area** / */
.diensten-list-area{
	background-color: #E5E7E7;
	padding-bottom: 8rem;
    overflow: hidden;
}
.each-diensten-list {
    background: #EFEFEF;
	padding: 7.5rem 6rem;
}
.each-diensten-list-left h2 {
    color: rgba(17, 24, 32, 0.60);
}
.each-diensten-list-mid-content p {
    width: 100%;
    max-width: 53rem;
	color: rgba(17, 24, 32, 0.60);
}
.each-diensten-list-right-btn {
   	max-width: 24rem;
  	width: 100%;
  	text-align: center;
  	margin-left: auto;
}
.each-diensten-list-right-btn .button{
	width: 100%;
}
.each-diensten-list-mid-content{
	padding-left: 3rem;
}
.each-diensten-list-right-btn .button-text{
	color: rgba(17, 24, 32, 0.60);
}
.each-diensten-list-right-btn .button__bg{
	border-top: 1px solid rgba(17, 24, 32, 0.60);
    border-bottom: 1px solid rgba(17, 24, 32, 0.60);
	width: calc(100% - -3px);
}
.each-diensten-list .button__bg:before {
    background-color: #000;
}
.each-diensten-list:hover .button__bg:before {
    background-color: #000;
    transform: scaleX(1);
    transform-origin: left;
}
.each-diensten-list:hover .button-text {
    color: #fff;
}
.each-diensten-list:hover h2, .each-diensten-list:hover .each-diensten-list-mid-content p{
	color: rgba(17, 24, 32, 1);
}
.each-diensten-list-right-btn .button:hover .button-text {
	color: #fff;
}
.each-diensten-list{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	margin-bottom: 3rem;
}
.diensten-list-area a:hover .each-diensten-list{
	background-color: #fff;
}
.diensten-list-area a:hover .each-diensten-list h2{
	color: #111820;
}
.diensten-list-area a:hover .each-diensten-list p{
	color: #111820;
}
/* / **form-area** / */
.form-field{
	max-width: 1000px;
  	margin-right: 7rem;
}
.form-area label{
	width: 32rem;
    font-family: 'Sequel100Black45';
    color: #F1F4F7;
    text-transform: uppercase;
    font-size: 1.3rem;
	position: relative;
	padding-left: 2rem;
}
.form-area label::before{
	content: "";
	position: absolute;
	width: 1.2rem;
    height: 1.2rem;
	left: 0;
	top: 0.4rem;
	background: url(../images/form-img.svg);
	background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.2rem;
}
.form-area .form-group{
	width: 70%;
}
.form-group textarea{
    resize: none;
}
.form-main{
	display: flex;
	padding: 2.5rem 0;
	border-top: 0;
	border-bottom: 1px solid rgba(241, 244, 247, 0.30);
}
.form-main:first-child{
	border-top: 1px solid rgba(241, 244, 247, 0.30);
}
.form-control{
	border: none;
    background-color: transparent;
    font-family: 'LamaSansMedium';
    font-size: 1.8rem;
	color: rgba(17, 24, 32, 0.60);
	padding: 0;
}
.form-control:focus{
	box-shadow: none;
	background-color: transparent;
}
/*input[type=text].form-style:focus,
.form-comment .form-style:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
	border-color: rgba(35, 31, 32, 0.50);
	color: #F1F4F7;
	background-color: transparent;
    box-shadow: none;
    border: 0;
}*/
.form-btn {
    text-align: end;
}
.form-btn .button {
    margin-top: 5.3rem;
    border: 0;
  	background: transparent;
  	border-radius: 0;
}
.form-btn .button-text {
    padding-left: 59px;
    padding-right: 59px;
	color: #F1F4F7;
}
.form-btn .button__bg {
    border-top: 1px solid #F1F4F7;
    border-bottom: 1px solid #F1F4F7;
}
.form-field textarea {
    height: 5.8rem;
}
/* / **form-heading** / */
.form-heading {
    width: 100%;
    max-width: 39rem;
}
.form-heading h2{
	color: #F1F4F7;
}
.form-heading p{
	color: #F1F4F7;
	margin: 4rem 0 5.8rem;
}
/* / ***form-right-area*** / */
.form-right-area {
    margin-left: 10rem;
}
.form-right-info h3{
	font-family: 'LamaSansRegular';
	padding-bottom: 4.5rem;
}
.form-right-area h5{
	font-family: 'LamaSansRegular';
	color: rgba(241, 244, 247, 0.40);
	text-transform: uppercase;
	padding-bottom: 0.6rem;
	padding-bottom: 7px;
}
.form-right-info a{
	color: #F1F4F7;
	text-decoration: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form-right-info a:hover{
	text-decoration: underline;
}
.form-right-info p{
	color: #F1F4F7;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	padding-bottom: 4.5rem;
  	margin-bottom: 0;
}
.form-right-info p:hover{
	text-decoration: underline;
}
.form-time p{
	color: #F1F4F7;
}
.form-time p strong {
    font-weight: normal;
    color: rgba(241, 244, 247, 0.40);
}

/* *****************contact******************** */
.form-area.contact-form-area{
	background: #E5E7E7;
	padding-top: 18rem;
	position: relative;
  	z-index: 0;
}
.form-area.contact-form-area .form-heading{
    max-width: 54rem;
}
.form-area.contact-form-area .form-heading h2{
	color: #111820;
}
.form-area.contact-form-area .form-heading p{
	color: #111820;
	margin: 4rem 0 8.5rem;
}
.form-area.contact-form-area .form-main {
	border-top: 0;
    border-bottom: 1px solid rgba(17, 24, 32, 0.30);
}
.form-area.contact-form-area .form-main:first-child{
	border-top: 1px solid rgba(17, 24, 32, 0.30);
}
.form-area.contact-form-area label::before {
    filter: invert(100%);
}
.form-area.contact-form-area label{
	color: #111820;
}
.form-area .form-main input.form-control.form-styl {
    box-shadow: none;
    border: 0;
}
.form-area.contact-form-area .form-btn .button__bg {
    border-top: 1px solid #111820;
    border-bottom: 1px solid #111820;
}
.form-area.contact-form-area .form-btn .button-text {
    color: #111820;
}
.form-area.contact-form-area .form-right-info h3 a{
	font-size: 2.4rem;
}
.form-area.contact-form-area .form-right-info a{
	color: #111820;
	line-height: 140.5%;
  	letter-spacing: 0.24px;
  	text-decoration-line: underline;
}
.form-area.contact-form-area .form-right-info p a{
	text-decoration:none;
}
.form-area.contact-form-area .form-right-area h6 {
    color: rgba(17, 24, 32, 0.40);
}
.form-area.contact-form-area .form-time p{
	color: #111820;
	padding-bottom: 4.5rem;
  	margin-bottom: 0;
  	white-space: nowrap;
}
.form-area.contact-form-area .form-time p strong{
	color: #111820;
}
.form-area.contact-form-area .social-media a img{
	filter: invert(100%);
}
.form-area.contact-form-area .social-media a{
    border-color: rgba(17, 24, 32, 0.20);
}
.form-area.contact-form-area .social-media a:last-child img{
	filter: none;
}
.form-area.contact-form-area .social-media a:last-child{
	border-color: #25D366;
}
.form-area.contact-form-area .form-field .button__bg:before{
	background-color: #111820;
}
.form-area.contact-form-area .form-field .button:hover .button-text {
  	color: #fff;
}
.map-area{
	background: #E5E7E7;
	position: relative;
	padding-top: 7rem;
	padding-bottom: 3rem;
}
.map-area::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
	background: #060709;
}
.map-main-area{
	position: relative;
	z-index: 1;
	padding: 0 20px;
}
.left-map-img {
    height: 50rem;
    padding-right: 10px;
}
.left-map-img img{
	height: 100%;
	object-fit: cover;
}
.right-map-img {
    height: 50rem;
    padding-left: 10px;
}
.right-map-img img{
	height: 100%;
	object-fit: cover;
}
.form-area.contact-form-area .form-right-info h3{
    color: #111820;
}
.form-area.contact-form-area .form-right-area h5{
    color: rgba(17, 24, 32, 0.40);
    font-size: 1.8rem;
  	line-height: 140.5%;
  	letter-spacing: 0.18px;
  	text-transform: uppercase;
}
/* ****************fienancieren***************** */
/* ***fienancieren-top-area*** */
.fienancieren-top-area{
	background: #E5E7E7;
	padding: 18.3rem 0 0;
}
.fienancieren-heading {
    padding-bottom: 6rem;
}
.fienancieren-heading h6 {
	font-family: 'Sequel100Black45';
	color: #111820;
	text-transform: uppercase;
}
.fienancieren-heading h2 {
    padding: 2rem 0 3rem;
	color: #111820;
	line-height: normal;
}
.fienancieren-top-img img{
	height: 100%;
	object-fit: cover;
}
.fienancieren-top-img{
	max-width: 1057px;
	height: 592px;
	margin: 0 auto;
}
.overflow-hidden.fienancieren-top-img-sec{
    background: #E5E7E7;
}
/* ***fienancieren-dtl-area*** */
.fienancieren-dtl-area{
	background: #E5E7E7;
	padding: 13rem 0 3rem;
}
.fienancieren-dtl-area h2{
	color: #111820;
	padding-bottom: 6rem;
	line-height: normal;
}
.fienancieren-dtl-right {
    margin-left: 7.8rem;
}
.fienancieren-dtl-right p {
    width: 100%;
    max-width: 57rem;
}
.fienancieren-dtl-left-img img{
	width: 100%;
	object-fit: cover;
}
.fienancieren-dtl-right-img img{
	width: 100%;
	object-fit: cover;
}
.fienancieren-dtl-left-img {
	height: 48.9rem;
}
.fienancieren-dtl-right-img {
	height: 48.9rem;
}
.fienancieren-dtl-img {
    padding: 8.5rem 0 2.5rem;
    background: #E5E7E7;
}
.fienancieren-dtl-bottom-area{
	background: #E5E7E7;
	padding: 10.3rem 0 0;
}
.fienancieren-dtl-bottom-heading h6{
	font-family: 'Sequel100Black45';
	color: #111820;
	text-transform: uppercase;
	margin-bottom: 2rem;
}
.fienancieren-dtl-bottom-heading h2{
	color: #111820;
}
.fienancieren-dtl-bottom-box-num h6{
	font-family: 'Sequel100Black45';
	color: rgba(17, 24, 32, 0.30);
	margin-bottom: 3.4rem;
}
.fienancieren-dtl-bottom-box-info h6{
	font-family: 'Sequel100Black45';
	color: #111820;
	text-transform: uppercase;
	padding: 2.4rem 0 1.9rem;
}
.fienancieren-dtl-bottom-box-info P{
	color: #111820;
	width: 100%;
    max-width: 44rem;
}
.fienancieren-dtl-bottom-main {
    padding: 6.5rem 0 12rem;
}
.fienancieren-dtl-bottom-box {
    margin-right: 5rem;
}
.fienancieren-dtl-img-area{
    height: 48.9rem;
}
.image-container{
    width: 100%;
    height: 100%;
}
.fienancieren-dtl-img .col-lg-6.pe-lg-5{
    padding-right: 2rem !important;
}
.fienancieren-dtl-img .col-lg-6.ps-lg-5 {
    padding-left: 2rem !important;
}
.home-service.fienancieren-bottom-sec{
    position: relative;
    padding-top: 10.3rem;
}
.home-service.fienancieren-bottom-sec::after{
    position: absolute;
    width: 100%;
    height: 63%;
    content: "";
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(6, 7, 9, 0.00) 0%, #060709 96.49%);
    z-index: 1;
    pointer-events: none;
}
/* ******************aanbod_list****************** */
.aanbod-list-heading {
    padding: 18.5rem 0 0;
    background: #E5E7E7;
}
.aanbod-list-heading h6 {
    font-family: 'Sequel100Black45';
    color: #111820;
    text-transform: uppercase;
}
.aanbod-list-heading h2 {
    font-family: 'Sequel100Black56';
    color: #111820;
    padding: 2rem 0 6.8rem;
    line-height: normal;
}
.aanbod-list-heading p{
    width: 100%;
    max-width: 43rem;
    margin-left: auto;
    margin-top: 5rem;
}
.each-aanbod-list .product-dtl .button-text{
    padding-left: 55px;
    padding-right: 55px;
}
/* ****aanbod_list-filter-sec**** */
.aanbod-filter-sec {
    background: #E5E7E7;
}
.filter-heading {
    border-top: 1px solid rgba(17, 24, 32, 0.15);
    border-bottom: 1px solid rgba(17, 24, 32, 0.15);
    padding: 3.4rem 0;
}
.filter-heading .col-xl-3{
	width: 30%;
}
.filter-heading .col-xl-9{
	width: 70%;
}
.filter-heading .row{
	align-items: center;
}
.diensten-list-heading h6 {
    font-family: 'Sequel100Black45';
    color: #111820;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.filter-heading h6 {
    font-family: 'Sequel100Black45';
    color: #111820;
    text-transform: uppercase;
    margin-bottom: 1.7rem;
}
.filter-heading h3{
    font-size: 4.8rem;
    color: #111820;
    font-family: 'Sequel100Black56';
}
/****filter-customize*****/
.select-style {
	width: 100%;
    height: 6rem;
    color: #E5E7E7;
    font-family: 'Sequel100Black45';
    font-size: 14px;
    padding: 0;
    background: url(../images/filter-arrow.svg) #060709 no-repeat 100% center/13px;
    appearance: none;
    line-height: 5.6rem;
   /* text-transform: uppercase;*/
    border: 0;
    border-bottom: 1px solid rgba(241, 244, 247, 0.30);
}
.select-style option{
	font-family: arial;
}
.filter-main .row.align-items-center.justify-content-center .aanbod-filter:first-child .select-style{
    border-top: 1px solid rgba(241, 244, 247, 0.30);
}
.filter-content {
    display: none;
    background-color:#060709;
    padding: 1rem 1rem 1.5rem;
    z-index: 2;
    border: 0;
    border-top: 0;
    border-radius: 0;
    margin-top: -0.5rem !important;
	cursor: default;
    max-height: 30rem;
    overflow-y: auto;
  	border: 1px solid rgba(255,255,255,0.25);
}
/* width */
.filter-content::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.filter-content::-webkit-scrollbar-track {
  background: #2b2b2b; 
} 
/* Handle */
.filter-content::-webkit-scrollbar-thumb {
  background: #1c1c1c; 
  border-radius: 10px;
  border-radius: 10px;
}
/* Handle on hover */
.filter-content::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #F1F4F7;
    margin-bottom: 1rem;
    display: block;
    width: 100%;
    z-index: 2;
	cursor: pointer;
    font-size: 1.6rem;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #F1F4F7;
    opacity: 0.65;
    margin-top: 0.4rem;
}
.aanbod-filter-sec .form-check-input{
    width: 1.6rem;
    height: 1.6rem;
    vertical-align: middle;
    margin-top: -0.3rem;
    margin-right: 0.8rem;
    box-shadow: none;
    border: 1px solid rgba(255,255,255,0.4);
  	background-color: transparent;
   	border-radius: 0;
}
/*.aanbod-filter-sec .form-check-input:checked {
    background-color: #060709;
    border-color: rgba(255,255,255,0.2);
}*/
.aanbod-filter-sec .color_box {
	background-color: Gray;
    height: 1.5rem;
    width: 1.5rem;
    margin-left: 1rem;
	margin-top: 0.3rem;
    border-radius: 0.3rem;
}
.aanbod-filter {
	width: 100%;
}
.auto-overview-tag {
    margin-right: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1.4rem;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #060709;
    border-radius: 1rem;
    background-color:#F1F4F7;
    border: 1px solid #F1F4F7;
}
.cross-btn {
    width: 1.1rem;
    filter: invert(100%);
}
.auto-overview-tag:hover {
	background-color: #060709;
	color: #F1F4F7;
    border: 1px solid #F1F4F7;
}
.auto-overview-tag:hover img{
    filter: brightness(0) invert(1);
}
.total_search_records {
	margin-top: 3rem;
}
.mobile-filter-close {
    padding: 1.5rem;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #F1F4F7;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
}
.mobile-filter-close span {
    max-width: 3.2rem;
	width: 100%;
    height: 3.2rem;
    background-color: #F1F4F7;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #060709;
}
.mobile-filter-close span img {
	width: 1.2rem;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #F1F4F7;
	border-color: #F1F4F7;
	color: #060709;
	padding: 1rem;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #F1F4F7;
	border-color: #F1F4F7;
	color: #060709;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-show {
    cursor: pointer;
}
.filter-show .filter-show-btn {
    height: 6rem;
    width: 6rem;
    border: 1px solid rgba(35, 31, 32, 0.30);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-show:hover .filter-show-btn {
    border-color: rgba(35, 31, 32, 1);
}
.filter-show p {
    display: inline-block;
    margin: 0 1.8rem 0 0;
}
.filter-show-right {
    cursor: pointer;
}
.filter-show-right-btn {
    height: 6rem;
    width: 6rem;
    border: 1px solid rgba(35, 31, 32, 0.30);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-show-right p {
    display: inline-block;
    margin: 0 1.5rem 0 0;
}
.filter-show-right:hover .filter-show-right-btn {
    border-color: rgba(35, 31, 32, 1);
}
.filter-sort p {
    display: inline-block;
    margin-right: 0.5rem;
    margin-bottom: 0;
}
.filter-heading-right {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 4.4rem;
}
.filter-heading p {
    font-family: 'Sequel100Black45';
    color: #111820;
    font-size: 1.4rem;
    margin-bottom: 0;
    text-transform: uppercase;
}
.filter-heading p strong {
    font-size: 4.8rem;
    position: relative;
    bottom: -1.1rem;
    margin-right: 1rem;
}
.filter-sort {
    display: flex;
    align-items: center;
    max-width: 35.6rem;
    margin-left: auto;
    width: 100%;
    border-top: 1px solid #060709;
    border-bottom: 1px solid #060709;
    width: max-content;
}
.filter-sort p {
    min-width: 14rem;
    color: #060709;
    text-align: left;
    display: none;
}
.aanbod-filter.sorteren_op-filter {
    width: max-content;
    margin-bottom: 0;
}
.filter-wrap {
    display: flex;
    column-gap: 4rem;
    justify-content: center;
}
.sorteren_op-filter .select-style {
    color: #060709;
    border-radius: 10rem;
    border: none;
    padding: 0;
    font-size: 1.4rem;
    font-family: 'Sequel100Black45';
    background: url(../images/sort-arrow.svg) transparent no-repeat 90% center / 10px;
    height: 5rem;
    line-height: 4.7rem;
   /* text-transform: uppercase;*/
    padding-right: 4rem;
    white-space: nowrap;
    height: 6rem;
  	line-height: 5.7rem;
  	padding-left: 1.5rem;
}
.hidden-filter {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    display: none;
}
.filter-main {
    background-color: #060709;
    padding: 10rem 7rem;
    max-width: 50rem;
    width: 100%;
    margin-left: auto;
    height: 100vh; 
    overflow-y: scroll;
}
/*.filter-main::-webkit-scrollbar {
    background-color: #27303f;
    border-radius: 3rem;
    width: 1.3rem;
}
.filter-main::-webkit-scrollbar-thumb {
    background-color: #F1F4F7;
    border-radius: 3rem;
}*/
/* width */
.filter-main::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.filter-main::-webkit-scrollbar-track {
  background: #1a1a1a; 
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
} 
/* Handle */
.filter-main::-webkit-scrollbar-thumb {
  background: #060709; 
  border-radius: 10px;
  border-radius: 10px;
}
/* Handle on hover */
.filter-main::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.filter-main p {
    color: #E5E7E7;
    font-size: 2rem;
    font-family: 'Sequel100Black45';
    line-height: normal;
    padding-bottom: 3.5rem;
}
.filter-close-btn {
    border: 1px solid #F1F4F7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    height: 4rem;
    width: 4rem;
    cursor: pointer;
}
.filter-close-btn img {
    width: 1.5rem;
}
.filter-close-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 2rem;
    position: absolute;
    right: 2rem;
    top: 2rem;
}
.filter-main .filter-close-head p {
    color: #F1F4F7;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-bottom: 0;
    display: none;
}
.filter-count {
    min-width: 2rem;
    height: 2rem;
    background-color: #E5E7E7;
    border-radius: 100%;
    color: #060709;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter-reset a {
    font-size: 1.7rem;
    color: #F1F4F7;
    font-family: 'Sequel100Black45';
}
.filter-reset img {
    width: 1.2rem;
    margin-left: 0.5rem;
    margin-top: -0.4rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
    color: #F1F4F7;
}
.filter-reset {
    margin-bottom: 3rem;
}
.filter-main-overlay {
    position: absolute;
    height: 100%;
    width: calc(100% - 50rem);
    background: rgba(6, 7, 9, 0.40);
    top: 0;
    left: 0;
}
.filter-bottom-btn {
    margin-top: 6rem;
}
.filter-bottom-btn .button-text {
    padding-left: 40px;
    padding-right: 40px;
}
.filter-bottom-btn .button__bg {
    width: calc(100% - -2px);
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
/* ****aanbod-list-area**** */
.aanbod-list-area {
    background: #E5E7E7;
    padding: 7.3rem 0 9rem;
}
/* .each-aanbod-list {
    padding-bottom: 3.5rem;
}
.each-aanbod-list .product-dtl h2{
    font-family: 'Sequel100Black56';
    color: #111820;
}
.each-aanbod-list .product-dtl h6{
    font-family: 'Sequel100Black45';
    color: #111820;
    padding-top: 1.2rem;
}
.each-aanbod-list .button {
    padding: 1.5rem 0 2rem;
} */
.aanbod-list-area .product-btn {
    margin-top: 8.2rem;
}


.aanbod-list-area .cmn-wrap .row{
    margin-bottom: 3.5rem;
}
/* *********************aanbod_dtl*********************** */
/* ****back-button**** */
.back-button {
	background: #E5E7E7;
	padding: 15.2rem 0 3rem;
	position: relative;
}
.back-button a {
	font-family: 'Sequel100Black45';
    color: #111820;
    font-size: 1.2rem;
	font-weight: 400;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-transform: uppercase;
}
.back-button a:hover{
	text-decoration: underline;
}
.back-button a img {
    margin-right: 1rem;
}
/* ***aanbod-dtl-top-heading*** */
.aanbod-dtl-top-heading {
	background: #E5E7E7;
	padding-bottom: 5rem;
}
.product-block.aanbod-dtl-product-block h6{
    color: #111820;
}
.aanbod-dtl-top-heading-left h2 {
	font-family: 'Sequel100Black56';
    color: #111820;
	margin-bottom: 1.6rem;
}
.aanbod-dtl-top-heading-left h6{
	font-family: 'Sequel100Black45';
	color: #111820;
	font-size: 14px;
}
.aanbod-dtl-top-heading-right {
    text-align: end;
}
.aanbod-dtl-top-heading-right h2 {
	font-family: 'Sequel100Black56';
    color: #111820;
}
/* ****aanbod_dtl-top-slider**** */
.aanbod_dtl-top-slider{
	background: #E5E7E7;
	position: relative;
  	z-index: 0;
}
.aanbod_dtl-slider-btn.swiper-button-next {
    right: 30px;
}
.aanbod_dtl-slider-btn.swiper-button-prev {
    left: 30px;
}
/* ****aanbod_dtl-mid-area**** */
.aanbod_dtl-mid-area{
	background: #E5E7E7;
	padding: 3.7rem 0 0;
	margin-bottom: -5rem;
}
.aanbod_dtl-mid-left {
    padding-top: 5rem;
}
.aanbod_dtl-mid-left ul{
	display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.aanbod_dtl-mid-left li{
	width: 30%;
}
.aanbod_dtl-mid-left h6{
	font-family: 'Sequel100Black45';
	color: rgba(6, 7, 9, 0.70);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.14px;
	text-transform: uppercase; 
	margin-bottom: 2rem;
}
.aanbod_dtl-mid-left strong{
	font-family: 'Sequel100Black56';
	color: #060709;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.2px; 
	text-transform: initial;
}
.contact-card .contact-info-img {
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 50%;
    overflow: hidden;
}
.contact-card .contact-info-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.contact-card {
    width: 100%;
    max-width: 56.2rem;
    background: #fff;
	padding: 3.5rem 4.3rem;
	margin-left: auto;
}
.contact-card ul {
    display: flex;
    column-gap: 2.7rem;
    flex-wrap: wrap;
}
.contact-card-top {
    padding-bottom: 3rem;
}
.contact-card-mid{
	position: relative;
	padding: 3rem 0;
}
.contact-card-mid ul li{
    position: relative;
}
.contact-card-mid ul li:first-child::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 50%;
    right: -16px;
    top: 3%;
    transform: translateY(50%);
    background-color: #000;
}
.contact-card-mid::before{
	position: absolute;
    content: "";
    /* width: calc(100% + 6.7rem); */
    width: calc(100% + 8.7rem);
    height: 0.1rem;
    left: -43px;
    top: 0;
    background: rgba(17, 24, 32, 0.20);
}
.contact-card-mid::after{
	position: absolute;
    content: "";
    /* width: calc(100% + 6.7rem); */
    width: calc(100% + 8.7rem);
    height: 0.1rem;
    left: -43px;
    bottom: 0;
    background: rgba(17, 24, 32, 0.20);
}
.contact-btn {
    display: flex;
    flex-wrap: wrap;
    padding-top: 3.4rem;
    column-gap: 2rem;
    justify-content: space-between;
}
.contact-card .contact-info h3{
	font-family: 'Sequel100Black56';
  	color: #0B1821;
  	margin-bottom: 1rem;
  	font-size: 24px;
  	line-height: 140.5%;
}
.contact-card .contact-info P{
	font-family: 'LamaSansMedium';
	color: rgba(11, 24, 33, 0.80);
	line-height: 140.5%;
	letter-spacing: 0.16px; 
}
.contact-card ul li a{
	font-family: 'Sequel100Black45';
	color: #060709;
    font-size: 14px;
	line-height: 140.5%;
	letter-spacing: 0.14px;
	text-transform: uppercase; 
}
.contact-card ul li a strong{
	font-family: 'LamaSansRegular';
	font-size: 1.6rem;
	color: #060709;
	font-weight: normal;
    text-transform: none;
    line-height: 140.5%;
	letter-spacing: 0.16px; 
    transition: all 0.5S;
    -webkit-transition: all 0.5S;
}
.contact-card ul li a:hover strong{
    text-decoration: underline;
}
.contact-card .contact-info {
    padding-top: 0.7rem;
	padding-left: 1.7rem;
	margin-bottom: 0;
}
.contact-card-btn .button__bg {
    border-top: 1px solid #111820;
    border-bottom: 1px solid #111820;
}
.contact-card-btn .button-text {
    color: #111820;
}
.contact-card-btn .button__bg:before{
	background-color: #111820;
}
.contact-card-btn .button:hover .button-text {
  	color: #fff;
}
.contact-card-mid ul li a img {
    width: 1.7rem;
    height: 1.7rem;
}
.form-area.contact-form-area .form-main input.form-control.form-styl {
    color: #111820;
    background: transparent;
}
/*****dtl-tab-sec*****/
.dtl-tab-sec {
	padding: 18rem 0 0;
	background: #060709;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 4rem;
    row-gap: 2rem;
	margin-bottom: 5rem;
    border: 0;
    padding-bottom: 3rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
	border: 0;
    background-color: transparent;
	color: rgba(244, 247, 250, 0.50);
    letter-spacing: normal;
	width: 100%;
	border-radius: 0;
	padding: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    font-family: 'Sequel100Black56';
	font-size: 2rem;
    margin: 0;
    word-break: break-word;
    overflow: hidden;
	color: #F1F4F7;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link span {
	position: relative;
	font-family: 'Sequel100Black56';
    padding-bottom: 1rem;
    display: inline-block;
	color: #F1F4F7;
	font-size: 2rem;
}
.dtl-tab-sec .nav-item::after{
	display: none !important;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link::before {
	content: "";
    height: 0.2rem;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #F1F4F7;
    left: 0;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover ,
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
	color: #F1F4F7;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover::before {
	opacity: 1;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active span::after {
    width: 100%;
}
.tab-btn ul{
	position: relative;
}
.tab-btn ul::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 0.1rem;
	left: 0;
	bottom: 0;
	background: rgba(241, 244, 247, 0.20);
}
/****dtl-tab-content****/
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
	column-gap: 1rem;
}
.kenmerken-tab li {
    font-family: 'Sequel100Black45';
    font-size: 1.4rem;
    line-height: 3.6rem; 
    color: rgba(241, 244, 247, 0.50);
	width: 18%;
	margin-bottom: 4rem;
}
.kenmerken-tab li span {
	font-family: 'LamaSansRegular';
	color: #F1F4F7;
	font-size: 1.6rem;
	display: block;
}
.bullet-panel p {
    border-bottom: 1px solid #F1F4F7;
    padding-bottom: 1rem;
    color: #F1F4F7;
    font-size: 2rem;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 2rem;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.6rem;
    position: relative;
    color: #F1F4F7;
	margin-bottom: 1rem;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.8rem;
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.dtl-tab-sec .tab-content p {
	color: #F1F4F7;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F1F4F7;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #F1F4F7;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}
.left-bg-block p {
    line-height: 3rem;
    color: #F3F3F3;
}
.each-onderhoud-block p {
    line-height: 3rem;
    color: #F3F3F3;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
.each-onderhoud-block h6{
	font-size: 1.6rem;
}
/****tab-part****/
ul.tabs li {
	position: relative;
	font-family: 'Sequel100Black56';
	padding-bottom: 1rem;
	display: inline-block;
	color: #F1F4F7;
	font-size: 2rem;
	margin: 0;
	word-break: break-word;
	cursor: pointer;
	text-transform: uppercase;
}
ul.tabs li span{
    position: relative;
}
ul.tabs li span::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -39px;
    left: 0;
    background-color: #F1F4F7;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
ul.tabs li.active span::after, ul.tabs li span:hover::after{
    opacity: 1;
}
/****dtl-tab-content****/
.tab_container.tab-content .kenmerken-tab {
	border-top: 1px solid rgba(30, 27, 27, 0.1);
}
.tab_content {
	display: none;
}
.tab_drawer_heading{
	display: none;
}
.form-area.aanbod-dtl-form-area {
    padding: 9.8rem 0 13.5rem;
}
/*************aanbod-dtl-product-block***************/
.product-block.aanbod-dtl-product-block {
    padding: 6rem 0 10rem;
}
/* ******aanbod_dtl-form****** */
/* .form-area.aanbod_dtl{
    padding: 9.8rem 0 13.4rem;
} */
.form-area.aanbod_dtl {
    padding: 3rem 0 3rem 4rem;
    max-width: 60rem;
}
/* *************aanbod-grid-area***************** */
.aanbod-grid-area {
    background: #E5E7E7;
    padding: 7.1rem 0 9rem;
}
.aanbod-grid-area .product-dtl h2{
    color: #111820;
    margin: 5rem 0 1rem;
}
.aanbod-grid-area .product-dtl h6{
    font-family: 'Sequel100Black45';
    color: #111820;
}
.aanbod-grid-area .product-dtl table {
    margin: 3rem 0;
}
.aanbod-grid-area .d-table-cell.align-middle {
    padding-bottom: 5.3rem;
    padding-top: 3.5rem;
}
.aanbod-grid-area .col-lg-6 .each-aanbod-grid{
	padding-right: 3px;
	padding-left: 3px;
}
.aanbod-grid-area #product_content_area.row{
	margin: 0 -6px;
}
.each-aanbod-grid {
    margin-bottom: 3.6rem;
}
.aanbod-grid-area .product-btn {
    margin-top: 4rem;
}
.each-aanbod-grid.product-block h3 {
    font-size: 2.4rem;
}
/*****************over-ons*******************/
.over-ons-heading {
    padding-top: 18.7rem;
    background: #E5E7E7;
}
.over-ons-heading h2 {
    font-family: 'Sequel100Black56';
    color: #111820;
}
/****over-ons-btm****/
.over-ons-btm {
    background-color: #E5E7E7;
   	padding: 13rem 0 12rem;
}
.over-ons-btm h6 {
   	text-transform: uppercase;
	color: #111820;
	font-family: 'Sequel100Black45';
	margin-bottom: 1.8rem;
	font-size: 14px;
}
.over-ons-btm h2 {
    color: #111820;
}
.over-ons-btm-right ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 3.4rem;
    column-gap: 2.5rem;
}
.over-ons-btm-right ul li {
    width: 30%;
    background: #F0F0F0;
    text-align: center;
    height: 10rem;
  	display: flex;
  	align-items: center;
  	justify-content: center;
}
.each-brand-img img {
   	max-height: 6rem;
	opacity: .35;
}
/****over-ons-slider****/
.over-ons-slider {
	overflow: hidden;
    padding: 12rem 0 3.7rem; 
}
.over-ons-slider h2 {
	margin-bottom: 10rem;
    text-align: center;
}
.each-over-ons-slider {
	height: 38.5rem;
    position: relative;
}
.each-over-ons-slider img {
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-ons-slider-wrap {
	margin-left: -16rem;
    margin-right: -16rem;
    position: relative;
}
.over-ons-slider-wrap::after {
    content:'';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(6, 7, 9, 0) , rgba(6, 7, 9, 1));
    z-index: 1;
    pointer-events: none;
}
.each-over-ons-slider {
	overflow: hidden;
}
.each-over-ons-slider:hover img {
	transform: scale(1.1);
}
.form-area .form-styl:placeholder {
	color: rgba(17,24,32,0.6);
	opacity: 1;
}
.form-area .form-styl:-ms-input-placeholder {
	color: rgba(17,24,32,0.6);
	opacity: 1;
}
.form-area .form-styl::placeholder {
	color: rgba(17,24,32,0.6);
	opacity: 1;
}
.subpg-dtl-content.overons-content-section{
	padding-top: 11rem;
	padding-bottom: 11rem;
}
.form-area.subpg-form {
    padding: 9.8rem 0 3rem;
    background: #060709;
    color: #fff;
}
.form-area.contact-form-area.subpg-form .form-heading h2, .form-area.contact-form-area.subpg-form .form-heading p, 
.form-area.contact-form-area.subpg-form label, .form-area.subpg-form .form-btn .button-text, 
.form-area.contact-form-area.subpg-form .form-right-info a, .form-area.contact-form-area.subpg-form .form-time p, 
.form-area.contact-form-area.subpg-form .form-time p strong{
	color: #fff;
}
.subpg-form .form-control{
	color: #fff !important
}
.subpg-form .form-control.foto_upload{
	opacity: .6;
}
.form-area.contact-form-area.subpg-form .form-heading p{
	margin: 3rem 0 5rem;
}
.form-area.contact-form-area.subpg-form .form-main {
  border-color: rgba(241, 244, 247, 0.30);
}
.form-area.contact-form-area.subpg-form label:before {
  filter: invert(0);
}
.form-area.subpg-form .form-styl:placeholder {
	color: rgba(241, 244, 247, 0.60);
	opacity: 1;
}
.form-area.subpg-form .form-styl:-ms-input-placeholder {
	color: rgba(241, 244, 247, 0.60);
	opacity: 2;
}
.form-area.subpg-form .form-styl::placeholder {
	color: rgba(241, 244, 247, 0.60);
	opacity: 2;
}
.form-area.contact-form-area.subpg-form .form-btn .button__bg{
	border-color: #fff;
}
.form-area.contact-form-area.subpg-form .form-right-area h5{
	color: #F1F4F7;
	opacity: .4;
}
.form-area.contact-form-area .form-time p span{
	opacity: .4;
}
.form-area.contact-form-area.subpg-form .form-field .button__bg::before {
  background-color: #fff;
}
.form-area.contact-form-area.subpg-form .form-field .button:hover .button-text {
  color: #060709;
}
.form-area.contact-form-area.subpg-form .social-media a img {
  filter: brightness(1) invert(0);
  -webkit-filter: brightness(1) invert(0);
}
.form-area.contact-form-area.subpg-form .social-media a {
  border-color: rgba(229, 231, 231, 0.20);
}
.form-area.contact-form-area.subpg-form .form-right-area{
	margin-top: -1.4rem;
}
.form-area.contact-form-area.subpg-form .form-heading{
	max-width: 45rem;
}
/*============diensten-list================*/
body{
	overflow-x: hidden;
}
.subpgcursor {
  position: absolute;
  top: 0;
  left: 0;
  width: 25.7rem;
  height: 21.5rem;
  pointer-events: none;
  opacity: 0;
  z-index: 99;
}
.subpgcursor__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s;
}
.subpgcursor__media.active {
  opacity: 1;
}
.subpg__link {
  position: relative;
}
.page-wrapper.page-position{
	z-index: unset;
}

@keyframes slide{
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }   
}
.marque-wrap {
    white-space: nowrap;
}
.marque-txt {
  display: inline-block;
  animation: 10s slide infinite linear;
}
.marque-txt li{
    display: inline-block;
    margin: 0 1.5rem;
    width: 100px;
    text-align: center;
}
.marque-txt img {
    max-height: 6rem;
    
}
body.overflow-hidden .inner-header .logo{
	filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.form-1, .form-2{
	padding: 3rem 2rem !important;
}
.form-1 .form-field, .form-2 .form-field{
	max-width: 100%;
	margin-right: 0;
}
.sorteren_op-filter .filter-content{
	min-width: 22rem;
}
.error_top{
	background: #fff;
}

.calculator_tab iframe {
    height: 900px;
}
.modal-area2 .form-main {
    display: block;
}
.modal-area .modal-dialog{
	max-width: 580px;
	margin: 9% auto 0;
}
.modal-area.modal {
	background: rgba(0, 0, 0, 0.65);
}
.modal-area .modal-content{
	background-color: #121212;
}
.modal-content-wrap{
	padding: 12%;
}
.modal-area h3, .modal-area p{
	color: #fff;
}
.modal-area h3{
	font-size: 2.8rem;
    font-family: 'Sequel100Black56';
}
.modal-area p{
	font-size: 1.6rem;
	margin: 24px 0 0;
}
.modal-area .position-absolute{
	width: 45px;
	height: 45px;
	top: -15px;
    right: -15px;
}
.financial-lease-iframe{
    padding-top: 112px;
}
.financial-lease-iframe iframe{
    height: 3940px !important;
}
