@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'lama_sansregular';
    font-size: 1.6rem;
    color: #101010;
	background-color: #fff;
}
html {
    font-size: 62.5%;
}
#mobile-contact-bar {
    display: none;
}
/*.add_morgan_footer_margin{
	height: 100px !important;
}*/
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/******header-area*****/
.header-area {
	padding: 26px 0;
	background-color: #fff;
	border-bottom: 1px solid transparent;
	position: relative;
	z-index: 99;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-border {
	border-bottom-color: #101010;
}
.header-area.stiky {
    left: 0;
    top: 0;
	position: fixed;
	width: 100%;
	border-color: rgba(16, 16, 16, 0.30);
}
.header-area .container {
	position: relative;
}
.header-logo img {
	width: 188px;
}
.header-menu {
	display: flex;
	align-items: center;
	justify-content: end;
	column-gap: 48px;
}
.header-menu ul {
	display: flex;
	align-items: center;
	justify-content: end;
	column-gap: 48px;
}
.header-menu li {
	font-size: 1.6rem;
	letter-spacing: 0.16rem;
	font-family: 'lama_sansmedium';
}
.header-menu li {
	line-height: 22.48px;
	letter-spacing: 0.16px;
}
.header-menu li a {
	color: #101010;
}
.header-menu li a:hover,
.header-menu li a.active {
	color: #FE2E1D;
}
.menu-btn {
	border-radius: 5px;
	background-color: #FE2E1D;
	padding: 10px 28px;
	color: #fff;
	position: relative;
	width: 110px;
	display: block;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu-btn.active-menu {
	background-color: #FE2E1D;
}
.hidden-menu {
	background-color: #FE2E1D;
    min-width: 200px;
    position: absolute;
    top: 60px;
    right: 7.5px;
	padding: 20px;
	border-radius: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	margin-top: 30px;
	pointer-events: none;
	opacity: 0;
	border: 1px solid #FE2E1D;
}
.hidden-menu.menu-show {
	opacity: 1;
	top: 30px;
	pointer-events: all;
}
.hidden-menu a {
	display: block;
	padding-right: 30px;
	position: relative;
	color: #fff;
	letter-spacing: 0.16px;
	font-family: 'lama_sansmedium';
	margin-bottom: 13px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.hidden-menu a::after {
	content: "";
	height: 15px;
	width: 15px;
	background-image: url(../images/next.svg);
	background-size: 15px;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5;
	-webkit-transition: all 0.5;
	opacity: 0;
	filter: brightness(0) invert(1);
}
.hidden-menu li:last-child a {
	margin-bottom: 0;
}
.hidden-menu a:hover,
.hidden-menu a.active {
	text-decoration: underline;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.hidden-menu a:hover::after{
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu-btn-wrap {
	height: 20px;
    position: relative;
    margin-top: 4px;
	overflow-y: clip;
    overflow-x: visible;
}
.menu-button-inner{
	position: absolute;
	width: 100%;
	left: -10px;
	top: 0px;
	line-height: 24px;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.menu-button-inner span {
	position: static;
	display: block;
	color: #fff;
}
.menu-btn:hover .menu-button-inner{
	top: -25px;
	top: 0;
}
.menu-dot {
    position: absolute;
    right: 0;
    top: 7px;
    height: 11px;
    justify-content: space-between;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	filter: brightness(1) invert(1);
}
.menu-dot span {
	display: block;
	background-color: #101010;
	height: 2.7px;
	width: 2.7px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: absolute;
}
.menu-dot span:first-child {
	bottom: 8px;
	transition: bottom 0.1s linear 0.1s, transform 0.1s linear;
}
.menu-dot span:last-child {
	top: 8px;
	transition: bottom 0.1s linear 0.1s, transform 0.1s linear;
}
.menu-btn.active-menu .menu-dot span {
	right: -10px;
}
.menu-btn.active-menu .menu-dot span:first-child {
	bottom: 5px;
	transform: rotate(-45deg);
    width: 13px;
    height: 1px;
}
.menu-btn.active-menu .menu-dot span:last-child {
	top: 5px;
    transform: rotate(45deg);
    width: 13px;
    height: 1px;
}
main.no-jurk {
	margin-top: 103px;
}
/********banner-sec*********/
.banner-sec {
	position: relative;
}
.banner-sec::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, #FFF 0%, rgba(16, 16, 16, 0.00) 100%);
	z-index: 1;
}
.banner-content {
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 2;
	width: 100%;
}
.banner-video {
	height: 855px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner {
	height: 855px;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.scroll-next {
	height: 80px;
	max-width: 80px;
	width: 100%;
	border-radius: 100%;
	border: 1px solid #101010;;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px auto 0;
	cursor: pointer;
}
.scroll-next:hover{
	background-color: #FE2E1D;
	border-color: #FE2E1D;
}
.scroll-next:hover img{
	-webkit-filter: brightness(20);
	filter: brightness(20);
}
.banner-sec .banner-content h1 {
	line-height: 80px;
	margin-bottom: 34px;
	color: #101010;
}
/*****product-sec*****/
.product-sec {
	background-color: #F1F1F1;
	padding: 100px 0 110px;
}
.product-heading {
	margin-bottom: 50px;
}
/* .product-heading .border-btn {
	color: #101010;
	border-color: #101010;
}
.product-heading .border-btn:hover {
	color: #CBCFA6;
} */
.each-product-img {
	border-radius: 10px;
	overflow: hidden;
}
.each-product-text h6 {
    color: #111;
	font-size: 2.4rem;
	font-family: 'lama_sansmedium';
	margin-bottom: 8px;
	height: 30px;
	line-height: normal;
	letter-spacing: normal;
	overflow: hidden;
}
.each-product-text h4 {
	color: #111;
	letter-spacing: normal;
	line-height: 20px;
	margin-bottom: 20px;
	font-size: 1.4rem;
	font-family: 'lama_sansregular';
	height: 44px;
	overflow: hidden;
}
.each-product-img {
	margin-bottom: 25px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-product-text ul {
	display: flex;
	flex-wrap: wrap;
	gap: 9.6px;
}
.each-product-text li {
	color: #fff;
	font-family: 'lama_sansmedium';
	font-size: 1.4rem;
	line-height: 20px;
	padding: 5px 7px;
	background-color: #FE2E1D;
	border-radius: 10px;
}
.each-product {
	border-radius: 20px;
	border: 2px solid transparent;
	padding: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-product:hover {
	border-color: #FE2E1D;
}
.product-slider {
	position: relative;
}
.product-slider .common-arrow {
	top: 46%;
	/* background-color: #101010;
	transition: all 0.5s;
	-webkit-transition: all 0.5s; */
}
/* .product-slider .common-arrow img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(120deg) brightness(101%) contrast(104%);
	-webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(120deg) brightness(101%) contrast(104%);
}
.product-slider .common-arrow:hover {
	background-color: #fff;
	border-color: #fff;
}
.product-slider .common-arrow:hover img {
	filter: brightness(0);
	-webkit-filter: brightness(0);
} */
.product-slider .swiper-button-next {
	right: -20px;
}
.product-slider .swiper-button-prev {
	left: -20px;
}
/* .product-slider .swiper-button-prev:hover,
.product-slider .swiper-button-next:hover{
	background-color: #101010 ;
	border-color: #101010 ;
}
.product-slider .swiper-button-next.swiper-button-disabled, 
.product-slider .swiper-button-prev.swiper-button-disabled{
	opacity: 1 !important;
	pointer-events: all !important;
	cursor: pointer !important;
}
.product-slider .swiper-button-next.swiper-button-disabled:hover , 
.product-slider .swiper-button-prev.swiper-button-disabled:hover{
	background-color: #101010 !important;
	border-color: #101010 !important;
	
}
.product-slider .swiper-button-prev {
	left: -20px;
}
.product-slider .swiper-button-next.swiper-button-disabled:hover img ,
.product-slider .swiper-button-prev.swiper-button-disabled:hover img ,
.product-slider .swiper-button-prev:hover img,
.product-slider .swiper-button-next:hover img{
	filter: brightness(0) invert(1);
} */
/*****service-area******/
.service-area {
	padding: 88px 0 84px;
	position: relative;
	overflow: hidden;
}
.service-wrap {
	position: relative;
}
.service-wrap::after {
	content: "";
    width: 1px;
    position: absolute;
    left: 3.8%;
    background-color: rgba(16, 16, 16, 0.30);
    z-index: -1;
    height: calc(600vh + 100%);
    margin-top: -50vw;
    top: 0;
}
.service-top-heading {
	margin-bottom: 50px;
	max-width: calc(100% - 15%);
    width: 100%;
    margin-left: auto;
}
.service-top-heading h2 {
	line-height: normal;
}
.service-text {
	display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    justify-content: space-between;
    max-width: 670px;
    margin-left: auto;
	align-items: center;
}
.service-para {
	width: 70%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service-img {
	width: 20%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	opacity: 0;
	height: 170px;
}
.service-img img {
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.service-para p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each-service-heading h6 {
	margin-bottom: 10px;
}
.each-service > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.each-service-wrap {
	border-bottom: 1px solid rgba(16, 16, 16, 0.30);
	padding: 38px 0 48px;
	max-width: calc(100% - 15%);
	width: 100%;
	margin-left: auto;
}
.each-service-number {
	height: 110px;
	width: 110px;
	border: 1px solid rgba(16, 16, 16, 0.30);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'lama_sansmedium';
    font-size: 2.4rem;
    color: rgba(255, 255, 255, 0.70);
	transform: rotate(45deg);
	background-color: #101010;
	position: relative;
	border-radius: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service-number::after {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	background-image: url(../images/service-arrow.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
}
.each-service-number strong {
	font-weight: 500;
	transform: rotate(-45deg);
}
.each-service:last-child .each-service-wrap {
	border-bottom: 0;
	padding-bottom: 0;
}
.each-service:first-child .each-service-wrap {
	padding-top: 0;
}
.each-service:hover .service-para {
	width: 46%;
}
.service-img {
	display: flex;
	align-items: center;
	justify-content: end;
}
.each-service:hover .service-img {
	width: 46%;
	opacity: 1;
}
.each-service:hover .each-service-number {
	background-color: #FE2E1D;
}
.each-service:hover .each-service-number::after {
	opacity: 1;
	filter: brightness(0) invert(1);
}
.each-service:hover .each-service-number strong {
	display: none;
}
/******marquee-sec*******/
.marquee-sec {
	padding: 77px 0 110px;
	background-color: #F1F1F1;
	overflow: hidden;
}
.marque-wrap{
	white-space: nowrap;
}
.marque-wrap:hover .marque-txt{
	animation-play-state: paused;
}
.marque-txt{
	display: flex;
	animation: 15s slide infinite linear;
}
.marque-txt li {
	display: inline-block;
	color: #111;
    font-family: 'lama_sansmedium';
    font-size: 1.6rem;
    line-height: 17px;
	padding-left: 30px;
	position: relative;
	margin-left: 143px;
}
.marque-txt li::after {
	content: "";
	position: absolute;
    left: 0;
    top: -3px;
    height: 100%;
    width: 100%;
    height: 22px;
    width: 22px;
    background-image: url(../images/star.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px;
}
@keyframes slide{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(-100%);
	}	
}
/*****about-sec****/
.about-sec {
	background-color: #F1F1F1;
	padding-bottom: 112px;
}
.about-heading {
	margin-bottom: 52px;
}
.about-heading-text h2 {
	margin-bottom: 41px;
	line-height: 65px;
}
.about-heading-text p {
	letter-spacing: 0.32px;
}
.about-heading-img {
	padding-right: 40px;
    height: 344px;
    max-width: 600px;
	width: 100%;
}
.about-heading-img img {
	border-radius: 10px;
	height: 100%;
	object-fit: cover;
}
.about-info-img img {
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.about-info-text {
	padding-right: 40px;
	max-width: 600px;
	width: 100%;
	padding-top: 38px;
}
.about-info-text li {
	border-bottom: 1px solid rgba(1, 31, 39, 0.15);
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.about-info-text li:last-child {
	border-bottom: 0;
}
.about-info-text h4 {
	color: #111;
	margin-bottom: 14px;
	line-height: normal;
}
.about-info-text li img {
	margin-right: 14px;
}
.about-info-text p {
	color: #0A131E;
	letter-spacing: 0.32px;
}
.about-info-img {
	height: 574px;
}
.about-info-img img {
	height: 100%;
	object-fit: cover;
}
/***review-sec****/
.review-sec {
	padding-top: 135px;
}
/****footer-area********/
.footer-main {
	padding: 112px 0 100px; 
}
.footer-gallery {
	border-radius: 10px;
	overflow: hidden;
}
.each-footer-gal {
	height: 100%;
	height: 164px;
	overflow: hidden;
}
.each-footer-gal img {
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-footer-gal:hover img {
	transform: scale(1.1);
}
.footer-logo {
	margin-bottom: 100px;
}
.footer-logo img {
	width: 179px;
}
.footer-left {
    max-width: 600px;
	width: 100%;
    padding-right: 40px;
}
.footer-right h3 {
	margin-bottom: 44px;
}
.footer-whatsapp {
	background-color: rgba(17, 209, 0, 0.40);
	border-radius: 5px;
	padding: 11px;
	max-width: 240px;
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	cursor:pointer;
}
.footer-whatsapp img {
	width: 45px;
	margin-right: 13px;
}
.footer-whatsapp h6 {
	color:#101010;
    line-height: 17.6px;
	letter-spacing: normal;
}
.footer-whatsapp p {
	font-size: 1.4rem;
	margin-bottom: 0;
}
.footer-whatsapp p a {
	color: #101010;
    font-family: 'lama_sansmedium';
    line-height: 15.4px;
}
.footer-whatsapp p a:hover {
	color: #FE2E1D;
}
.footer-info {
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
	justify-content: space-between;
	margin-top: 84px;
	padding-top: 84px;
	border-top: 1px solid #101010;
}
.each-footer-info h5 {
	margin-bottom: 17px;
	line-height: normal;
	color: #101010;
}
.each-footer-info p {
	font-family: 'lama_sansmedium';
	color: rgba(16, 16, 16, 0.50);
}
.each-footer-info p a {
	color: rgba(16, 16, 16, 0.50);
}
.each-footer-info td {
	color: rgba(16, 16, 16, 0.50);
}
.each-footer-info p a:hover {
	color: #FE2E1D;
}
.footer-credit {
	background-color: #101010;
	padding: 23px 0;
}
.footer-bovag img {
	width: 97px;
}
.footer-social ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 11px;
	justify-content: end;
}
.footer-social li a {
	border: 1px solid rgba(255, 255, 255, 0.50);
	border-radius: 5px;
	height: 36px;
	width: 36px;
	display: flex;
	align-items: center;
	justify-content: center
}
.footer-social li a img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-social li a:hover {
	background-color: #FE2E1D;
	border-color: #FE2E1D;
}
.footer-social li a:hover img {
	filter: invert(85%) sepia(42%) saturate(1238%) hue-rotate(149deg) brightness(92%) contrast(103%);
	-webkit-filter: invert(85%) sepia(42%) saturate(1238%) hue-rotate(149deg) brightness(92%) contrast(103%);
}
.footer-policy li a {
	color: rgba(255, 255, 255, 0.50);
	font-family: 'lama_sansmedium';
	line-height: 22.48px;
	letter-spacing: 0.16px;
}
.footer-policy li a:hover {
	color: #FE2E1D;
}
.klant iframe {
	width: 300px;
	border-radius: 10px;
	overflow: hidden;
}
.footer-infoo {
    display: flex;
	gap: 20px;
	justify-content: space-between;
}
.footer-bg-logo {
    display: flex;
    gap: 40px;
}
/* =================================popup start======================================
.modal-area .modal-dialog {
    max-width: 49%;
    margin-left: auto;
	margin-right: auto;
}
.modal-area .modal {
	background: rgba(0, 0, 0, 0.50);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 10px;
	overflow: hidden;
    background-color: #F1F1F1;
	position: relative;
}
.modal-area .popup-content {
    padding: 70px;
}
.modal-area .popup-content p {
	margin: 73px 0 96px;
	font-family: 'lama_sansmedium';
}
.modal-area .popup-content .common-btn {
	border-color: #231F20;
	color: #231F20;
}
.modal-area .popup-content .common-btn:hover {
	color: #F1F1F1;
}
.modal-area .modal-content .col-lg-5 {
	width: 44%;
}
.modal-area .modal-content .col-lg-7 {
	width: 56%;
}
.pop-up-image {
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
} */
/***********************popup***********************/
.modal-area .modal-dialog {
    max-width: 46%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background: rgba(16, 16, 16, 0.60);
	backdrop-filter: blur(12px);
}
.popup-content-part {
	border-radius: 20px;
	overflow: hidden;
	background-color: #1A1A1A;
}
.modal-area .modal-content {
    border: 0;
	background-color: transparent;
    position: relative; 
}
.modal-area .popup-content p {
    margin-bottom: 40px;
	max-width: 820px;
	width: 100%;
	color: #FFF;
    max-width: 610px;
}
.modal-area .popup-content h2 {
	color: #fff;
}
.modal-area .popup-content {
    padding: 60px 70px 20px;
}
.popup-content ul {
	margin: 20px 0;
}
.popup-content li {
	font-family: 'lama_sansregular';
    font-size: 1.6rem;
	line-height: 2.4rem;
    color: #fff;
    position: relative;
    padding-left: 20px;
}
.popup-content li::after {
	position: absolute;
	content: '';
	background-color: #fff;
	left: 0;
	top: 10px;
	height: 5px;
	width: 5px;
}
.close-img {
    position: absolute;
    top: -20px;
    right: -10px;
    z-index: 1;
    font-size: 2.7rem;
    height: 44px;
    width: 44px;
    background-color: #FE2E1D;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'lama_sansregular';
    border-radius: 100px;
}
.close-img:hover {
	color: #fff;
}
/*=================================diensten-list page start======================================*/
/***inner-banner-sec***/
.inner-banner-sec {
    position: relative;
}
.inner-banner-sec::after {
	content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(16, 16, 16, 0.00) 100%);
    z-index: 1;
}
.inner-banner-sec img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.inner-banner-text {
	position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    z-index: 2;
}
.inner-banner-sec h1{
	color:#101010;
}
/*****diensten-list-sec*****/
.diensten-list-sec {
	padding: 104px 0 100px;
	background-color: #F1F1F1;
}
.diensten-list-top {
	margin-bottom: 54px;
}
.diensten-list-top-content {
	padding-left: 13%;
}
.diensten-list-top-heading h2 {
	font-family: 'lama_sansmedium';
}
.diensten-list-top-content p {
	letter-spacing: 0.32px;
}
.each-diensten-list-img {
	max-width: 509px;
	width: 100%;
	height: 370px;
}
.each-diensten-list-img img {
	border-radius: 10px;
	height: 100%;
	object-fit: cover;
}
.each-diensten-list-text {
	position: relative;
	padding: 0 24% 0 13%;
}
.each-diensten-list-text::after {
	content: "";
	height: 80px;
	width: 80px;
	border-radius: 100%;
	border: 1px solid #101010;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/next.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 15px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-diensten-list-text p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each-diensten-list {
	padding: 80px 0;
	border-top: 1px solid rgba(1, 31, 39, 0.3);;
}
.each-diensten-list:last-child {
	padding-bottom: 0;
}
.each-diensten-list-text h4 {
	color: #101010;
	font-family: 'lama_sansmedium';
	margin-bottom: 90px;
}
.each-diensten-list-text h3 {
	margin-bottom: 26px;
}
.each-diensten-list:hover .each-diensten-list-text::after {
	background-color: #FE2E1D;
	border-color: #FE2E1D;
	background-image: url(../images/next-white.svg);
	transform: translateY(-50%) rotate(-45deg);
}
/*=================================diensten-dtl page start======================================*/
/***bk-btn-sec****/
.bk-btn-sec {
	position: relative;
	background-color: #F1F1F1;
	padding-top: 50px;
}
.aanbod-dtl-back{
	background-color: #fff;
}
/* .aanbod-dtl-back .text-btn{
	color: #F1F1F1;
}
.aanbod-dtl-back a:hover{
	color: #F1F1F1;
}
.aanbod-dtl-back .text-btn::after {
	background-image: url(../images/prev-white.svg);
}
.aanbod-dtl-back .text-btn:hover::after{
	background-color: #F1F1F1;
	background-image: url(../images/next-black.svg);
} */
/*****diensten-dtl-info-sec******/
.diensten-dtl-info-sec {
	padding: 20px 0 112px;
	background-color: #F1F1F1;
}
.diensten-dtl-info-sec h2 {
	margin-bottom: 32px;
}
.diensten-dtl-info-left-img {
	margin-top: 87px;
	height: 463px;
}
.diensten-dtl-info-left-img img {
	border-radius: 10px;
	height: 100%;
	object-fit: cover;
}
.diensten-dtl-info-right-img img {
	border-radius: 10px;
	height: 100%;
	object-fit: cover;
}
.diensten-dtl-info-right h3 {
	margin-bottom: 20px;
}
.diensten-dtl-info-left {
    padding-right: 10%;
	padding-top: 8%;
}
.diensten-dtl-info-right {
	padding-left: 10%;
}
.diensten-dtl-info-right-img {
	margin-bottom: 65px;
	height: 645px;
}
.diensten-dtl-info-right ul {
	margin-bottom: 20px;
}
.diensten-dtl-info-sec li {
	position: relative;
	line-height: 24px;
	letter-spacing: 0.32px;
	padding-left: 25px;
}
.diensten-dtl-info-sec li::after {
	content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    left: 0;
    top: 7px;
    background-image: url(../images/bullet.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 8px;
	filter: brightness(0) saturate(100%) invert(30%) sepia(100%) saturate(4403%) hue-rotate(351deg) brightness(101%) contrast(99%);
}
/****diensten-dtl-step-sec****/
.diensten-dtl-step-sec { 
	padding: 107px 0 40px;
}
.diensten-dtl-step-heading {
	max-width: 1049px;
	width: 100%;
	margin-bottom: 85px;
}
.diensten-dtl-each-step {
	border-radius: 10px;
	background-color: #101010;
	min-height: 360px;
	padding: 64px 35px 94px;
	height: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	border: 1px solid transparent;
}
.diensten-dtl-each-step:hover {
	border-color: #FE2E1D;
}
.diensten-dtl-each-step h6 {
	color: #fff;
	margin-bottom: 28px;
}
.diensten-dtl-each-step h4 {
	margin-bottom: 20px;
	letter-spacing: normal;
}
.diensten-dtl-each-step p {
	color: #fff;
}
/****contact-form-sec*******/
.contact-form-sec {
	position: relative;
	padding: 135px 0 118px;
	background-attachment: fixed;
}
.contact-form-sec::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(16, 16, 16, 0.95) 0%, rgba(16, 16, 16, 0.95) 100%);
}
.contact-form-wrap {
	position: relative;
	z-index: 1;
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
}
.form-main h2 {
	color: #fff;
}
.form-main p {
	color: #fff;
    margin: 17px 0 0;
    max-width: 450px;
    width: 100%;
    font-family: 'lama_sansmedium';
    letter-spacing: 0.16px;
}
.form-main form {
	margin-top: 38px;
}
.contact-form-sec .about-info-text h4 {
	color: #fff;
}
.contact-form-sec .about-info-text p {
	color: #fff;
    letter-spacing: 0.16px;
}
.contact-form-sec .about-info-text p a {
	color: #fff;
	font-family: 'lama_sansmedium';
}
.contact-form-sec .about-info-text td {
	color: #fff;
}
.contact-us-form .about-info-text td {
	color: #101010;
}
.contact-form-sec .about-info-text p a:hover {
	color: #FE2E1D;
}
.contact-form-sec .about-info-text li {
	border-color: rgba(255, 255, 255, 0.60);
	margin-bottom: 40px;
	padding-bottom: 10px;
}
.contact-form-sec .about-info-text li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.contact-form-sec .about-info-text {
	max-width: 100%;
}
.form-group {
	margin-bottom: 18px;
}
.form-style {
    resize: none;
	border: 1px solid rgba(246, 248, 230, 0.50);
    font-family: 'lama_sansregular';
	color: rgba(255, 255, 255, 0.60);
    font-size: 1.6rem;
    padding: 11px 12px;
    border-radius: 5px;
    background-color: transparent;
	line-height: 28px;
}
.form-style:placeholder {
	color: rgba(255, 255, 255, 0.60);
	opacity: 1;
}
.form-style:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.60);
	opacity: 1;
}
.form-style::placeholder {
	color: rgba(255, 255, 255, 0.60);
	opacity: 1;
}
.form-style:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
	border: 1px solid rgba(246, 248, 230, 0.50);
	color: rgba(255, 255, 255, 1);
	background-color: transparent;
}
.form-style:focus::placeholder {
	color: rgba(255, 255, 255, 1);
}
textarea.form-style {
    min-height: 138px;
}
.form-main {
	max-width: 640px;
    width: 100%;
    padding-left: 3%;
    margin-left: auto;
}
.form-main .common-btn {
	margin-top: 20px;
}
.form-main .common-btn:hover {
	background-color: #fff;
	border-color: #fff;
	color: #101010;
}
/******related-service-sec****/
.related-service-sec {
	background-color: #F1F1F1;
  	padding: 104px 0 115px;
}
.related-service-sec h2 {
	margin-bottom: 70px;
	text-align: center;
}
.related-service-slider {
	position: relative;
}
.each-related-service {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	height: 312px;
}
.each-related-service img {
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-related-service::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
}
.each-related-service:hover img {
	transform: scale(1.1);
}
.each-related-service-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	padding: 38px 35px;
}
.each-related-service-text h3 {
	color: #fff;
}
.related-service-sec .common-arrow {
	background-color: #fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	top: 44%;
}
.related-service-sec .common-arrow img {
    /* filter: brightness(0) invert(1); */
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.related-service-sec .common-arrow:hover {
    background-color: #FE2E1D;
    border-color: #FE2E1D;
}
.related-service-sec .swiper-slide {
	height: auto;
}
.related-service-sec .swiper-button-next {
	right: -40px;
}
.related-service-sec .swiper-button-prev {
	left: -40px;
}
/*=================================contact page start======================================*/
/****map-sec****/
.map-sec {
	height: 610px;
}
/***contact-us-form******/
.contact-us-form {
	background-color: #F1F1F1;
}
.contact-us-form {
	background-image: none !important;
	padding: 104px 0 108px;
}
.contact-us-form::after {
	display: none;
}
.contact-us-form > .container > .contact-form-wrap > .row {
	flex-direction: row-reverse;
}
.contact-us-form .form-main h2,
.contact-us-form .form-main p {
	color: #101010;
}
.contact-us-form .form-style {
	border: 1px solid rgba(1, 31, 39, 0.5);
	color: rgba(1, 31, 39, 0.5);
}
.contact-us-form .form-style:placeholder {
	color: rgba(1, 31, 39, 0.5);
}
.contact-us-form .form-style:-ms-input-placeholder {
	color: rgba(1, 31, 39, 0.5);
}
.contact-us-form .form-style::placeholder {
	color: rgba(1, 31, 39, 0.5);
}
.contact-us-form .form-style:focus {
	border: 1px solid rgba(1, 31, 39, 0.5);
	color: rgba(1, 31, 39, 1);
	background-color: transparent;
}
.contact-us-form .form-style:focus::placeholder {
	color: rgba(1, 31, 39, 1);
}
/* .contact-us-form .form-main .common-btn {
	background-color: #101010;
    border-color: #101010;
    color: #fff;
} */
.contact-us-form .form-main .common-btn:hover {
	background-color: #101010;
    border-color: #101010;
    color: #fff;
}
.contact-us-form .about-info-text h4 {
	color: #101010;
}
.contact-us-form .about-info-text p {
	color: #101010;
}
.contact-us-form .about-info-text p a {
	color: #101010;
}
.contact-us-form .about-info-text li {
	border-color: rgba(1, 31, 39, 0.6);
}
.contact-us-form .about-info-text li img {
	filter: invert(10%) sepia(23%) saturate(2863%) hue-rotate(153deg) brightness(20%) contrast(105%);
	-webkit-filter: invert(10%) sepia(23%) saturate(2863%) hue-rotate(153deg) brightness(20%) contrast(105%);
}
.contact-us-form .about-info-text {
    /* padding-left: 80px; */
	padding-right: 0;
    margin-left: auto;
}
.contact-us-form .form-main {
    padding-right: 3%;
	padding-left: 0;
    margin-left: 0;
}
/*=================================overons page start======================================*/
/******overons-marquee******/
.overons-marquee {
	padding: 50px 0 136px;
}
/******welcome-sec******/
.welcome-sec {
	background-color: #F1F1F1;
	padding-bottom: 100px;
}
.welcome-text {
	padding-right: 11%;
}
.welcome-text h2 {
	margin-bottom: 32px;
	line-height: 75px;
}
.welcome-img {
	height: 563px;
}
.welcome-img img {
	border-radius: 10px;
	height: 100%;
	object-fit: cover;
}
.welcome-text p {
	letter-spacing: 0.32px;
}
/****overons-info-sec****/
.overons-info-sec {
	padding: 108px 0 89px;
}
.overons-info-sec h2 {
	margin-bottom: 68px;
}
.overons-info-left {
	padding-right: 16px;
}
.overons-info-img {
	height: 430px;
}
.overons-info-img img {
	border-radius: 10px;
	height: 100%;
	object-fit: cover;
}
.overons-info-text {
    max-width: 488px;
	width: 100%;
    margin-left: auto;
}
.overons-info-text li {
	border-bottom: 1px solid rgba(16, 16, 16, 0.30);
	margin-bottom: 30px;
	padding: 0 20px 25px 0;
	position: relative;
}
.overons-info-text li:last-child {
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.overons-info-text h4 {
	color: #101010;
	margin-bottom: 16px;
	padding-left: 30px;
	position: relative;
	font-family: 'lama_sansmedium';
	line-height: normal;
}
.overons-info-text p {
	color: #101010;
	padding-left: 30px;
}
.overons-info-text li::after {
	content: "";
	height: 17px;
	width: 17px;
	position: absolute;
	left: 0;
	top: 7px;
	background-image: url(../images/tick.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 17px;
	filter: brightness(0) saturate(100%) invert(28%) sepia(97%) saturate(4062%) hue-rotate(351deg) brightness(101%) contrast(99%);
}
/****gallery-sec*******/
.gallery-sec {
	padding: 15px 0;
	background-color: #F1F1F1;
	overflow: hidden;
}
.gallery-sec .swiper-slide {
	height: auto;
}
.each-gallery {
	height: 273px;
	overflow: hidden;
	border-radius: 10px;
}
.each-gallery img {
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gallery:hover img {
	transform: scale(1.1);
}
.gallery-slider {
	margin: 0 -4%;
}
/******member-sec****/
.member-sec {
	padding: 75px 0 70px;
	background-color: #F1F1F1;
}
.member-heading {
	margin-bottom: 63px;
}
.member-heading h2 {
	color: #0E0F0E;
}
.member-heading p {
	margin-top: 12px;
}
.member-heading p {
	padding-left: 10%;
}
.member-slider {
	position: relative;
}
.member-slider .swiper-slide {
	height: auto;
}
.each-member-img {
	border-radius: 10px;
	margin-bottom: 15px;
	overflow: hidden;
	height: 420px;
}
.each-member-img img {
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.each-member-text h4 {
	color: #0E0F0E;
    font-family: 'lama_sansmedium';
    text-transform: uppercase;
    line-height: 35px;
}
.each-member-text h6 {
	color: #0E0F0E;
	font-family: 'lama_sansregular';
	font-size: 1.4rem;
	letter-spacing: normal;
	line-height: 20px;
}
.member-slider .common-arrow {
	top: 40%;
	background-color: #fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.member-slider .common-arrow img {
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.member-slider .common-arrow:hover {
	background-color: #FE2E1D;
	border-color: #FE2E1D;
}
.member-slider .common-arrow:hover img {
	filter: brightness(0) invert(1);
}
.member-slider .swiper-button-next {
	right: -40px;
}
.member-slider .swiper-button-prev {
	left: -40px;
}
/*=================================bedankt page start======================================*/
.bedankt-banner-sec .banner-content {
	top: 50%;
	transform: translateY(-50%);
}
.bedankt-banner-sec .banner-content-wrap {
	max-width: 790px;
	width: 100%;
}
.bedankt-banner-sec .banner-content p {
	color: #F1F1F1;
	margin: 10px 0 30px;
}
/* .bedankt-banner-sec .banner-content .common-btn {
	background-color: #F1F1F1;
	border-color: #F1F1F1;
	color: #101010;
}
.bedankt-banner-sec .banner-content .common-btn:hover {
	background-color: #CBCFA6;
	border-color: #CBCFA6;
	color: #101010;
} */
/*=================================vacature-dtl page start======================================*/
.vacature-dtl-top-sec .diensten-dtl-info-right-img {
	height: 578px;
}
.vacature-dtl-info-sec .overons-info-text li {
	border-bottom: 0;
    margin-bottom: 30px;
    padding: 0;
}
.vacature-dtl-info-sec .overons-info-text li:last-child {
	margin-bottom: 0;
}
.vacature-dtl-info-sec .overons-info-text li::after {
	background-image: url(../images/round-tick.svg);
	top: 4px;
}
/* .vacature-dtl-info-sec {
	padding-bottom: 30px;
} */
/*=================================aanbod page start======================================*/
.aanbod-filter-sec {
	padding: 70px 0 51px;
}
/****filter-customize*****/
.filter-main-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.filter-main-wrap .filter-main-row {
	width: 86%;
}
.filter-main-heading {
	margin-right: 20px;
	width: 13%;
	margin-bottom: 20px;
}
.filter-main-heading h4 {
	color: #101010;
	font-family: 'lama_sansmedium';
}
.filter-heading {
	margin-bottom: 50px;
}
.filter-heading h4 {
	color: #111;
	font-family: 'lama_sansmedium';
}
.total-car h5 {
	color: #101010;
}
.total-car h5 span {
	font-size: 2rem;
}
.select-style {
	width: 100%;
    height: 50px;
    color: #011F27;
    font-family: 'lama_sansmedium';
    font-size: 1.6rem;
    border: 1px solid #011F27;
    border-radius: 5px;
    padding: 0 30px 0 15px;
    background: url(../images/filter-arrow.svg) #fff no-repeat 93% center/10px;
    appearance: none;
    line-height: 50px;
}
.filter-content {
    display: none;
    background-color:#fff;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #011F27;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
	cursor: default;
    max-height: 25rem;
    overflow-y: auto;
	z-index: 98;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #101010;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
	font-family: 'lama_sansmedium';
    font-size: 1.6rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #101010;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #101010;
    background-color: #fff;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #FE2E1D;
    border-color: #FE2E1D;
}
.aanbod-filter-sec .color_box {
	background-color: Gray;
    height: 15px;
    width: 15px;
    margin-left: 10px;
	margin-top: 3px;
    border-radius: 3px;
}
.aanbod-filter {
	margin-bottom: 20px;
	width: 25%;
}
.auto-overview-tag {
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #F1F1F1;
    border-radius: 5px;
    background-color:#101010;
    font-family: 'lama_sansmedium';
    font-size: 1.6rem;
}
.cross-btn {
    width: 11px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.clear-filter-main {
	padding-left: 9.8%;
}
.auto-overview-tag:hover {
	background-color: #FE2E1D;
	color: #fff;
}
/* .auto-overview-tag:hover .cross-btn {
	filter: invert(1);
	-webkit-filter: invert(1);
} */
.total_search_records {
	margin-top: 30px;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #fff;
	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: 32px;
	width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #101010;
}
.mobile-filter-close span img {
	width: 12px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.mobile-filter-close h5 {
	color: #101010;
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #101010;
	border-color: #101010;
	color: #fff;
	padding: 10px;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #FE2E1D;
	border-color: #FE2E1D;
	color: #fff;
}
.filter-reset a {
	color: #101010;
}
.filter-reset a:hover {
    opacity: 0.7;
}
.filter-reset img {
	width: 10px;
	filter: invert(1);
	-webkit-filter: invert(1);
	margin-left: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/*.filter-reset a:hover {
	color: #CBCFA6;
}
.filter-reset a:hover img {
	filter: invert(27%) sepia(14%) saturate(538%) hue-rotate(10deg) brightness(85%) contrast(93%);
	-webkit-filter: invert(27%) sepia(14%) saturate(538%) hue-rotate(10deg) brightness(85%) contrast(93%);
}*/
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h4 {
	margin-right: 15px;
	font-family: 'lama_sansmedium';
	color: #101010;
	width: 35%;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
	width: 200px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 103px;
    background: #F1F1F1;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 5%;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #FE2E1D;
	border-radius: 100%;
	color: #F1F1F1;
	margin-left: 75px;
	font-size: 1rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #101010;
	color: #fff;
	border-color: #101010;
	padding: 5px 12px;
}
.mobile-show-filter .common-btn:hover {
	background-color: #FE2E1D;
	border-color: #FE2E1D;
}
.mobile-show-filter .common-btn:hover .filter-count {
	background-color: #101010;
}
.radio_filter .form-check-input {
    display: none;
}
/*****aanbod-product-sec"*****/
.aanbod-product-sec {
	padding-bottom: 175px;
}
.aanbod-product-sec .col-xl-4 {
	margin-bottom: 40px;
}
.aanbod-mid-service {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
	padding: 40px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.aanbod-mid-service::after {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(0deg, rgba(16, 16, 16, 0.95) 0%, rgba(16, 16, 16, 0.95) 100%);
}
.aanbod-mid-service-wrap {
	position: relative;
	z-index: 1;
}
.aanbod-mid-service-outer > a {
	display: block;
    height: 100%;
    padding: 11px;
}
.aanbod-mid-service h3 {
	color: #fff;
	margin: 30px 0 20px;
}
.aanbod-mid-service p {
	color: #fff;
	margin-bottom: 30px;
}
.aanbod-mid-btn {
	height: 80px;
	max-width: 80px;
	width: 100%;
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	border-radius: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.aanbod-mid-btn img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.aanbod-mid-service:hover .aanbod-mid-btn {
	background-color: #FE2E1D;
	border-color: #FE2E1D;
	/* transform: rotate(-45deg); */
}
/*=================================aanbod-dtl page start======================================*/
.aanbod-dtl-top-sec {
	padding: 40px 0 50px;
}
.aanbod-dtl-top-model h6 {
	color: #101010;
	font-family: 'lama_sansregular';
	letter-spacing: normal;
	margin-bottom: 10px;
	line-height: 30px;
}
.aanbod-dtl-top-model h4 {
	color: #101010;
    font-family: 'lama_sansmedium';
    letter-spacing: normal;
    line-height: 24px;
	margin-bottom: 5px;
}
.aanbod-dtl-top-contact li {
	margin-bottom: 10px;
}
.aanbod-dtl-top-contact li:last-child {
	margin-bottom: 0;
}
.aanbod-dtl-top-contact li {
	line-height: 18px;
}
.aanbod-dtl-top-contact li a {
	color: #101010;
    font-family: 'lama_sansmedium';
}
.aanbod-dtl-top-contact li a:hover {
	color: #FE2E1D;
}
.aanbod-dtl-top-contact li a img {
	margin-right: 20px;
}
.aanbod-dtl-top-price h3 {
	color: #101010;
	font-family: 'lama_sansmedium';
	font-size: 2.5rem;
}
.aanbod-dtl-top-price h3 strong {
	color: #FE2E1D;
	font-size: 2rem;
	font-family: 'lama_sansmedium';
	font-weight: 500;
	line-height: 14px;
}
.aanbod-dtl-top-right {
	/* max-width: 630px; */
	width: 100%;
	margin-left: auto;
}
.aanbod-dtl-top-slider {
	margin: 28px 0 39px;
}
.aanbod-dtl-top-slider .col-lg-7 {
	width: 60%;
}
.aanbod-dtl-top-slider .col-lg-5 {
	width: 40%;
}
.dtl-car-slider {
	border-radius: 10px;
	position: relative;
}
.dtl-car-slider .swiper {
	border-radius: 10px;
}
.dtl-car-slider .common-arrow {
	width: 50px;
	height: 50px;
	border-color: #101010;
	background-color: transparent;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dtl-car-slider .common-arrow img {
	opacity: 1;
	/* filter: brightness(0) invert(1); */
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dtl-car-slider .common-arrow:hover {
	background-color: #FE2E1D;
    border-color: #FE2E1D;
}
.dtl-car-slider .common-arrow:hover img {
	filter: brightness(0) invert(1);
}
.dtl-car-slider .swiper-button-next {
	right: 25px;
}
.dtl-car-slider .swiper-button-prev {
	left: 25px;
}
.each-dtl-car {
	border-radius: 10px;
	overflow: hidden;
}
.each-dtl-car-thumb {
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
	position: relative;
}
.each-dtl-car-thumb img {
	height: 100%;
	object-fit: cover;
}
.dtl-car-thumb .col-md-6 {
	padding: 8px;
}
.dtl-car-thumb {
    height: calc(100% + 16px);
    margin-top: -8px;
}
.top-thumb-more {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(2px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    cursor: pointer;
	opacity: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.top-thumb-more:hover {
	opacity: 1;
}
.top-thumb-more h5 {
	color: #111;
	font-family: 'lama_sansregular';
	margin-top: 15px;
}
.top-thumb-more img {
    width: 12px;
    height: 12px;
    margin-bottom: 10px;
}
.aanbod-dtl-spec {
	border-bottom: 1px solid rgba(16, 16, 16, 0.30);
	padding-bottom: 35px;
	margin-bottom: 35px;
}
.aanbod-dtl-spec-main {
	column-gap: 20px;
	justify-content: space-between;
	display: flex;
}
.each-dtl-spec {
	display: inline-flex;
}
.each-dtl-spec img {
	margin-right: 14px;
	filter: invert(1);
}
.each-dtl-spec h4  {
	color: #101010;
}
.each-dtl-spec h4 strong {
	color: #FE2E1D;
	font-family: 'lama_sansmedium';
    font-size: 1.6rem;
    line-height: 22px;
    letter-spacing: 0.16px;
	font-weight: 500;
	display: block;
}
.aanbod-dtl-btn {
	display: flex;
	justify-content: end;
	column-gap: 15px;
}
.aanbod-dtl-btn .common-btn {
	background-color: transparent;
	border-color: #101010;
	color: #101010;
}
.aanbod-dtl-btn .common-btn:hover {
	background-color: #FE2E1D;
	border-color: #FE2E1D;
	color: #fff;
}
/* .aanbod-dtl-btn .border-btn {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
} */
/* .aanbod-dtl-btn .common-btn:hover,
.aanbod-dtl-btn .border-btn:hover {
	background-color: #CBCFA6;
	border-color: #CBCFA6;
	color: #101010;
} */
.share-btn {
	display: table;
	margin-left: auto;
}
.share-btn h6 {
	color: #101010;
	font-family: 'lama_sansregular';
	display: inline-block;
}
.share-btn span {
	height: 40px;
	width: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 22px;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.share-btn span img{
	filter: invert(1);
}
.share-btn:hover span {
	background-color: #101010;
}
.share-btn:hover span img {
	filter: invert(0);
}
/*****dtl-tab-sec*****/
.dtl-tab-sec {
	padding: 100px 0;
	background-color: #F1F1F1;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	border-bottom: 1px solid #D9D9D9;
	column-gap: 5px;
	row-gap: 5px;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
	border: 0;
    background-color: transparent;
	color: #121212;
    letter-spacing: normal;
	width: 100%;
	height: 100%;
	border-radius: 0;
	padding: 8px 13px;
	border-radius: 5px 5px 0 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
	font-family: 'lama_sansmedium';
	font-size: 1.6rem;
    margin: 0;
    word-break: break-word;
}
.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: #fff;
	background-color: #101010;
}
/****dtl-tab-content****/
.dtl-tab-sec .tab-content >.tab-pane {
	margin-top: 35px;
}
.dtl-tab-sec .tab-content >.tab-pane#aanbod-home {
	margin-top: 0;
}
.kenmerken-tab {
	border: 1px solid #D9D9D9;
    border-bottom: 0;
	border-top: 0;
	padding: 0 50px;
	overflow: hidden;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    justify-content: left;
}
.kenmerken-tab li {
	font-family: 'lama_sansregular';
    font-size: 1.6rem;
    line-height: 26px; 
    color: rgba(16, 16, 16, 0.70);
	width: 16%;
	padding: 20px 0;
	position: relative;
	word-break: break-word;
}
.kenmerken-tab ul li:nth-child(even) {
	font-family: 'lama_sansmedium';
	font-weight: 500;
	color: #101010;
}
.kenmerken-tab ul li:nth-child(n):after {
    content: "";
    position: absolute;
    height: 1px;
    width: 200vw;
    left: -100vw;
    bottom: 0;
    background-color: #D9D9D9;
}
.bullet-panel h4 {
    border-bottom: 1px solid #101010;
    padding-bottom: 10px;
    color: #101010;
    font-size: 2rem;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    font-family: 'lama_sansregular';
    color: #101010;
	margin-bottom: 10px;
	font-size: 1.6rem;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 8px;
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.dtl-tab-sec .tab-content p {
	font-size: 1.6rem;
	line-height: 26px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #101010;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #101010;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 30px;
	font-size: 1.6rem;
	font-family: 'lama_sansregular';
}
.each-onderhoud-block h4 {
    font-size: 2.2rem;
	text-transform: none;
	color: #101010;
}
.each-onderhoud-block h5 {
    margin: 10px 0 30px;
    font-size: 1.8rem;
	font-family: 'lama_sansregular';
	color: #101010;
	text-transform: none;
	line-height: 25px;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
/****aanbod-dtl-form-sec****/
.aanbod-dtl-form-sec {
	padding: 72px 0 127px;
}
.aanbod-dtl-form-sec .form-main {
	margin-top: 35px;
}
/*=================================verkocht page start======================================*/
.verkocht-top-sec {
	padding-top: 110px;
}
.verkocht-top-sec .filter-heading {
	margin-bottom: 0;
}






.radio_filter .form-check-input {
    display: none;
}
/* .related-service-sec .swiper-button-next:hover {
    background-color: #101010;
    border-color: #101010;
}
.related-service-sec .swiper-button-next:hover img {
	filter: brightness(0) invert(1);
}
.related-service-sec .swiper-button-prev.swiper-button-disabled:hover {
    background-color: #101010 !important;
    border-color: #101010 !important;
}
.related-service-sec .swiper-button-prev:hover img {
	filter: brightness(0) invert(1);
} */
.related-service-sec .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	cursor: pointer;
	pointer-events: all;
}






/***********/
/* .left-footer-details-info {
    max-width: 161px;
    margin: 60px auto 0;
} */
.each-footer-info p a,
.each-footer-info a {
	color: #101010;
}
/* .left-footer-details-info h5 {
	margin-bottom: 15px;
} */



/*******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:18px;
  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: 7.5px;
}

/*.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}*/
.star_icon h4{
	margin-bottom: 20px;
	text-transform: uppercase;
}
.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-bottom:15px;
    border-bottom: 1px solid #fff;
    display: inline-block;
}
.star_icon{
    margin-bottom: 30px;
}
.kenteken_np {
  background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
  background-repeat: no-repeat;
  background-position: left;
  padding: 4px 0 6px 44px;
  color: #000;
  background-size: 152px;
}
/* Cookie */
/*.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    padding: 0px 0;
    max-width: 60rem;
    width: auto;
    left: 3%;
}
.cookie_div{
    color:#9c9c9c;
    font-size: 12px;
    /*font-family: 'Calibri';*/
  /*  font-family: 'arial';
}
.cookie_div h4{
    margin-bottom: 15px;
    font-size: 13pt;
    font-family: 'Calibri';
}
.cookie_div a{
    color:#38b6be;
    font-size: 10pt;
    font-weight:bold;
    margin-left:8px;
    font-family: 'Calibri';
}
.cookie_div button{
    color:#3c935c;
    background:#dbffe8;
    font-weight: bold;
    border: 0;
    padding: 2rem;
    margin:5px 0;
    cursor: pointer;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    /* font-family: 'arial';
} */
/*.light_theme{
    background:rgba(255, 255, 255, 0.83);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}*/
/* .dark_theme{
    background: rgba(0, 0, 0, 0.78);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
} */
/*.light_theme h4{
    color:#2a2a2a;
}*/
/*.dark_theme h4{
    color:#c9c9c9;
}*/
.dtl-car-thumb .row {
    height: 100%;
}
.dtl-car-thumb .col-md-6 {
    height: 50.6%;
}
.thumb-plus {
    position: relative;
    display: block;
}
.thumb-plus::after {
    content: "";
    height: 12px;
    width: 12px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background-image: url(../images/plus.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px;
}


.aanbod-loader {
	width: 45px;
	height: 40px;
	background: linear-gradient(#FE2E1D calc(1*100%/6),#fff 0 calc(3*100%/6),#FE2E1D 0),
			  linear-gradient(#FE2E1D calc(2*100%/6),#fff 0 calc(4*100%/6),#FE2E1D 0),
			  linear-gradient(#FE2E1D calc(3*100%/6),#fff 0 calc(5*100%/6),#FE2E1D 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: 3rem;
    align-items: center;
    color: #000000;
  }

  .load_img{
    width:150px;
	}
	.form-1, .form-2{
		display: none;
		padding: 43px 0 20px;
	}
	.form-1 .form-group, .form-2 .form-group{
		position: relative;
	}
	/* .privacy_section h3, .privacy_section p {
		color: #fff;
	} */
	.cpnt{
		cursor: pointer;
	}
.aanbod-dtl-top-contact{
	padding-left: 75px;
}


.marque-wrap.overflow-hidden{
	overflow: visible !important;
}
.footer-rdw img{
	width: 159px;
}
.whatsapp-float {
	height: 55px;
	width: 55px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 98;
}
.calsty {
    border: 0;
    width: 100%;
    height: 783px;
    background: transparent;
}
.service-img .common-btn {
    min-width: 200px;
}
.review-sec .elfsight-app-c32a21b8-886e-4167-a23e-8dc008bcb10d .es-header-write-review-button-container button
{
	background-color: #FE2E1D !important;
}
.bovag-logo img
{
  width: 125px;
}
.header-logo-bovag-logo{
	display: flex;
  	gap: 40px;
}
.vertical-bovag-car-logo
{
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.vertical-bovag{
	width: 40px;
}
.header-car{
	width: 130px;
}

.img-error_txt {
    color: #ff0000;
}