body {
	padding: 0px;
	margin: 0px;
    color: #fff;
    font-family: 'Livvic-Regular';
    font-size: 1.6rem;
	background-color: #4A3F35;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
/*****cookie-fix*****/
.cmn-cookie-info ul {
    margin-bottom: 0;
}
.cmn-cookie-info li {
    padding-left: 0;
    margin-bottom: 0;
}
.cmn-cookie-info li::after {
    display: none;
}
.cookie-close img {
    width: 15px;
}
.fix-wp {
    position: fixed;
    height: 60px;
    width: 60px;
    background-color: #6EE37A;
    border-radius: 10px 0 0 10px;
    z-index: 98;
    top: 30%;
    right: 0;
}
.fix-wp img {
    width: 22px;
}
.fix-wp a {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/***header-area****/
.header-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	padding: 15px 0;
	background-color: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-logo img {
	width: 78px;
}
.header-right {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 16px;
}
.header-nav ul {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 20px;
	margin-bottom: 0;
}
.header-nav li {
	padding-left: 0;
	margin-bottom: 0;
	color: #fff;
    font-family: 'Livvic-Medium';
	font-size: 1.6rem;
	line-height: 24px;
}
.header-nav li a {
	color: #fff;
	border: 1px solid transparent;
	border-radius: 101px;
	padding: 13px 18px;
}
.header-nav li a:hover {
	border-color: #fff;
}
.header-nav li::after {
	opacity: 0;
}
.menu-bar {
    position: relative;
    max-width: 48px;
	height: 48px;
	background-color: #7C3F28;
    width: 100%;
	border-radius: 100%;
	display: flex;
	align-items: end;
	justify-content: center;
    cursor: pointer;
	flex-direction: column;
	padding-right: 15px;
	z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 1px;
    margin: 2px 0;
    width: 15px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div {
	width: 10px;
	right: 20px;
}
.menu-bar.active div {
    transform: scale(0);
	width: 10px;
}
.menu-bar.active:before {
    transform: translateY(4px) rotate(135deg);
}
.menu-bar.active:after {
    transform: translateY(-6px) rotate(-135deg);
}
.mega-menu {
	position: fixed;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	z-index: 98;
	clip-path: inset(0px 0px 0px 100%);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.mega-menu .col-lg-4,
.mega-menu .col-lg-8 {
	height: 100%;
}
.mega-menu .row {
	height: 100%;
}
.mega-menu-nav {
	background-color: #4A3F35;
	padding: 120px 80px;
	height: 100%;
}
.mega-menu-nav ul {
	margin-bottom: 0;
}
.mega-menu-nav li {
	padding: 0;
	margin: 0 0 40px;
	font-size: 2.4rem;
}
.mega-menu-nav li::after {
	display: none;
}
.mega-menu-overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}
.mega-menu-wrap {
	height: 100%;
	overflow-y: auto;
}
.mega-menu-wrap::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.3);
	width: 10px;
	border-radius: 20px;
}
.mega-menu-wrap::-webkit-scrollbar {
	background-color: rgba(0, 0, 0, 0.3);
	width: 10px;
	border-radius: 20px;
}
.mega-menu-nav li.active {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
	animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
    -webkit-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	-o-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	animation-delay: calc(0.1s * attr(data-animation-offset number 1));
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
.mega-menu-active {
	clip-path: inset(0px);
}



/*****banner-sec***/
.banner-sec {
	position: relative;
}
.banner-video, .each-banner {
	height: 900px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content {
    position: absolute;
    left: 0;
    bottom: 140px;
    width: 100%;
	z-index: 1;
}
.banner-content h1 {
    margin-bottom: 170px;
}
.banner-info {
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	max-width: 337px;
	width: 100%;
	padding: 16px 28px;
	margin-left: auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.banner-info:hover {
	background-color: #A35E3F;
}
.banner-info p {
	margin-top: 5px;
}
/****product-sec****/
.product-sec {
	position: relative;
	padding: 100px 0;
}
.product-heading {
	margin-bottom: 60px;
}
.each-product-img {
	border-radius: 10px;
	overflow: hidden;
}
.each-product-text {
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.30);
	margin-top: 12px;
	padding: 22px 30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-product-text .col-lg-7 {
	width: 72%;
}
.each-product-text .col-lg-5 {
	width: 28%;
}
.each-product-text h4 {
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each-product-text tr {
	display: flex;
	gap: 7px;
	flex-wrap: wrap;
}
.each-product-text td {
	color: #fff;
    font-family: 'Livvic-Medium';
	font-size: 1.6rem;
	line-height: 24px;
	padding: 1px 10px;
	border-radius: 5px;
	background-color: #A35E3F;
	display: inline-flex;
    align-items: center;
    justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-product-text ul {
	display: flex;
	gap: 8px; 
	flex-wrap: wrap;
	justify-content: end;
	margin-bottom: 0;
}
.each-product-text li {
	padding-left: 0;
	color: #fff;
    font-family: 'Livvic-SemiBold';
	font-size: 1.6rem;
	line-height: 24px;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.10);
	padding: 1px 10px;
	margin-bottom: 0;
}
.each-product-text li::after {
	display: none;
}
.each-product:hover .each-product-text {
	background-color: #A35E3F;
	border-color: #A35E3F;
}
.each-product:hover .each-product-text td {
	background-color: #fff;
	color: #1E1E1E;
}
.product-control {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 100px;
	width: 100%;
}
.product-control .common-arrow {
	margin: 0;
	position: initial;
}
.product-control .swiper-button-next {
	right: 0;
}
.product-control .swiper-button-prev {
	left: 0;
}
.product-heading-right {
	display: flex;
	gap: 25px;
	justify-content: end;
}
.product-slider .swiper {
	border-radius: 10px;
}
.sec-strip {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	pointer-events: none;
	z-index: -1;
}
.sec-strip::after,
.sec-strip::before {
	content: "";
	height: 100%;
	width: 10%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(163, 94, 63, 0.1);
}
.sec-strip::before {
	left: auto;
	right: 0;
}
.sec-line {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	height: 50%;
	width: 46%;
	pointer-events: none;
	z-index: -1;
	display: flex;
	justify-content: space-between;
}
.sec-line span {
	display: block;
	width: 21%;
	height: 100%;
	position: relative;
}
.sec-line span::after,
.sec-line span::before {
	content: "";
	height: 100%;
	width: 2px;
	position: absolute;
	left: 0;
	top: 0;
	background-image: linear-gradient(180deg, rgba(255,255,255,0.3) 1%, rgba(255,255,255,0) 45%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}
.sec-line span::before {
	right: 0;
	left: auto;
}
/******service-sec*****/
.service-sec {
	overflow-x: clip;
	padding: 94px 0 58px;
	background-color: #1E1E1E;
}
.service-heading {
	max-width: 648px;
	width: 100%;
	margin: 0 auto;
}
.service-heading h2 {
	margin-bottom: 14px;
}
.service-slide-control {
	position: relative;
	display: flex;
	justify-content: space-between;
	max-width: 105px;
	width: 100%;
	margin: 20px 0 20px auto;
}
.service-slide-control .common-arrow {
	position: initial;
	margin: 0;
}
.service-slider {
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
	padding: 0 7.5px;
}
.service-slider .swiper-slide::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 100%;
    background: linear-gradient(0deg, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 1) 50%, hsla(0, 0%, 100%, 0) 100%);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.service-slider .swiper-slide.last-visible::after {
	opacity: 0;
}
.service-slider .swiper-slide:hover::after,
.service-slider .swiper-slide.service-hover-prev::after {
	opacity: 0;
}
.each-service-img {
	height: 360px;
	opacity: 0;
	overflow: hidden;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.each-service-img img {
	height: 100%;
	object-fit: cover;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.each-service {
	border-radius: 10px;
	overflow: hidden;
	height: 618px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: end;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service:hover .each-service-img {
	opacity: 1;
}
.each-service:hover {
	background-color: #7C5C48;
}
.each-service-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	padding: 35px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.each-service-text-wrap {
	max-width: 300px;
	margin: 0 auto;
}
.each-service-text img {
	width: 29px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.each-service-text p {
	margin-bottom: 0;
	max-height: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service-text h3 {
	margin: 10px 0;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each-service:hover .each-service-text {
	top: 0;
	transform: translateY(0);
}
.each-service:hover .each-service-text p {
	max-height: 3lh;
}
.each-service:hover .each-service-text img {
	opacity: 0;
}
.each-service:hover .each-service-text-wrap {
	max-width: 100%;
}
.each-service-img:hover img {
	transform: scale(1.1);
}
/*******custom-hover-cursor******/
.hover {
	font-size: 1.6rem;
    font-family: 'Livvic-Medium';
	line-height: 2.4rem; 
	letter-spacing: 0.8px;
	position: fixed;
	height: 128px;
	width: 128px;
	background-color: rgba(163, 94, 63, 0.30);
	backdrop-filter: blur(10px);
	top: 50%;
	opacity: 1;
	border-radius: 100%;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	top: 0;
	left: 0;
	z-index: 2;
}
.hover::after {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/hover-arrow.svg);
	content: "";
	background-repeat: no-repeat;
	background-position: center 42px;
	background-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hover-visible {
	opacity: 1;
	visibility: visible;
}
/***********usp-marquee************/
.usp-marquee-sec {
	position: relative;
	width: 100%;
    padding: 27px 0;
	background-color: #7C3F28;
	overflow: hidden;
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 143px;
}
.usp-marquee-wrap ul {
	display: flex;
	gap: 143px; 
	padding: 0;
	margin: 0;
	list-style: none;
}
.usp-marquee-wrap li {
	white-space: nowrap;
	line-height: normal;
	color: #fff;
	font-size: 2rem;
    font-family: 'Livvic-MediumItalic';
	font-style: italic;
	position: relative;
	padding-left: 33px;
	margin-bottom: 0;
}
.usp-marquee-wrap li::after {
	height: 20px;
	width: 20px;
	top: 2px;
    background-size: 20px;
}
/***about-sec**/
.about-sec {
	padding: 126px 0 70px;
	position: relative;
}
.about-heading {
	margin-bottom: 112px;
}
.about-heading h2 {
	max-width: 780px;
	width: 100%;
}
.each-about-gal {
	display: flex;
	flex-direction: column;
	gap: 14px;
	height: 100%;
}
.about-gallery .row {
	row-gap: 14px;
}
.about-gallery .col-lg-3:nth-child(even) .each-about-gal {
	flex-direction: column-reverse;
}
.each-about-gal-text {
	border-radius: 20px;
	background-color: #7C5C48;
	min-height: 290px;
	height: calc(100% - 56%);
	padding: 38px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-about-gal-text h2 strong {
	font-weight: normal;
}
.each-about-gal-text h6 {
	font-family: 'Livvic-Medium';
	margin-top: 10px;
}
.each-about-gal-img {
	height: 89%;
	border-radius: 20px;
	overflow: hidden;
}
.each-about-gal-img img {
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-about-gal-img:hover img {
	transform: scale(1.1);
}
.each-about-gal-text:hover {
	background-color: #A35E3F;
}
/****review-sec***/
.review-sec {
	background-color: rgba(30, 30, 30, 0.95);
	padding: 69px 0;
	position: relative;
	overflow: hidden;
}
.review-sec::after {
	content: "";
	height: 100%;
	width: 70%;
	top: 30px;
	right: 0;
	position: absolute;
	background-image: url(../images/review-bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	filter: blur(10px);
	z-index: -1;
}
/***footer-area***/
.footer-area {
	background-color: #1E1E1E;
	overflow-x: hidden;
}
.footer-heading {
	padding: 55px 0;
	position: relative;
}
.footer-heading::after,
.footer-heading::before {
	content: "";
	height: 1px;
	width:100vw;
	margin-left:-50vw;
	left:50%;
	top: 0;
	position:absolute;
	background-color: rgba(255, 255, 255, 0.1);
}
.footer-heading::before {
	top: auto;
	bottom: 0;
}
.each-footer-info {
	padding: 55px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	height: 100%;
}
.footer-info .col-6:last-child .each-footer-info {
	padding-right: 0;
	border-right-width: 0;
}
.footer-info .col-6:first-child .each-footer-info {
	padding-left: 0;
}
.footer-logo img {
	width: 100px;
}
.footer-other-logo {
	margin-top: 30px;
}
.footer-other-logo img {
	width: 97px;
}
.each-footer-info p {
	color: rgba(255, 255, 255, 0.5);
	font-family: 'Livvic-Medium';
}
.each-footer-info p a {
	color: rgba(255, 255, 255, 0.5);
}
.each-footer-info p a:hover {
	color: #7C5C48;
}
.each-footer-info td {
	color: rgba(255, 255, 255, 0.5);
	font-family: 'Livvic-Medium';
}
.each-footer-info td:nth-child(even) {
	padding-left: 10px;
}
.each-footer-info p img {
	width: 15px;
	margin-right: 7px;
	opacity: 0.5;
}
.each-footer-info h6 {
	margin-bottom: 16px;
	font-family: 'Livvic-Medium';
}
.social-icon ul {
	margin: 0;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.social-icon li {
	padding-left: 0;
	margin-bottom: 0;
}
.social-icon li::after {
	display: none;
}
.social-icon li a {
	height: 39px;
	width: 39px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	display: flex;
	align-items: center;
	justify-content: center;
}
.social-icon li a:hover {
	border-color: #7C3F28;
}
.social-icon li a:hover img {
	filter: brightness(0) saturate(100%) invert(23%) sepia(84%) saturate(403%) hue-rotate(330deg) brightness(102%) contrast(95%);
	-webkit-filter: brightness(0) saturate(100%) invert(23%) sepia(84%) saturate(403%) hue-rotate(330deg) brightness(102%) contrast(95%);
}
/*================================diensten page start==================================*/
/****inner-banner-sec***/
.inner-banner-sec {
	position: relative;
}
.inner-banner-text {
	position: absolute;
	left: 0;
	top: 60%;
	transform: translateY(-50%);
	width: 100%;
}
/****service-list-sec****/
.service-list-sec {
	padding: 60px 0 70px;
}
.service-heading {
	max-width: 826px;
	width: 100%;
	margin: 0 auto 70px;
}
.service-main .row {
	row-gap: 10px;
	margin: 0 -5px;
}
.service-main .col-lg-6 {
	padding: 0 5px;
}
.visible-service .each-service-text {
	border: 1px solid rgba(255, 255, 255, 0.3);
	position: relative;
    top: 0;
    transform: translateY(0);
    left: 0;
    padding-top: 43px;
	padding-bottom: 43px;
	border-bottom: 0;
}
.visible-service .each-service-text-wrap {
    max-width: 546px;
    margin-left: 0;
}
.visible-service .each-service .each-service-text-wrap {
	max-width: 546px;
}
.visible-service .each-service-text {
		border-radius: 10px 10px 0 0;
}
.visible-service .each-service-text p {
	max-height: 3lh;
	min-height: 3lh;
}
.visible-service .each-service-text .common-btn {
	margin-top: 20px;
}
.visible-service .each-service-img {
	opacity: 1;
}
/*================================service-dtl page start==================================*/
.inner-header {
	background-color: #7C5C48;
}
/**bk-btn-sec***/
.bk-btn-wrap {
	position: relative;
}
.bk-btn-inner {
	position: absolute;
	top: 230px;
	left: 62px;
}
.bk-btn-sec .common-btn strong {
	border-radius: 100%;
	right: auto;
	left: 0;
	transform: rotate(-180deg);
}
.bk-btn-sec .common-btn:hover {
	margin-left: 48px;
}
.bk-btn-sec .common-btn:hover strong {
	left: -48px;
}
.bk-btn-sec .border-btn::after {
    left: 0;
    right: auto;
}
/****dtl-desc-sec****/
.service-dtl-desc-sec {
	padding-top: 180px;
}
.service-dtl-desc-text {
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.30);
	background-color: #7C5C48;
	padding: 146px 60px 60px;
	height: 100%;
}
.service-dtl-desc-text h5 {
	margin-bottom: 15px;
}
.service-dtl-desc-text h3 {
	margin-bottom: 20px;
}
.service-dtl-desc-img {
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
}
.service-dtl-desc-img img {
	height: 100%;
	object-fit: cover;
}
/***service-dtl-info-sec**/
.service-dtl-info-sec {
	padding: 50px 0;
}
.service-dtl-info-sec table,
.service-dtl-info-sec tbody {
	display: block;
}
.service-dtl-info-sec tr {
	display: flex;
}
.service-dtl-info-sec td {
	padding-right: 20px;
	margin-right: 20px;
	padding-top: 90px;
	padding-bottom: 90px;
	width: 33.33%;
	position: relative;
	display: block;
}
.service-dtl-info-sec td p {
	margin-bottom: 0;
}
.service-dtl-info-sec td h4 {
	margin: 25px 0 16px;
}
.service-dtl-info-sec td:last-child {
	padding-right: 0;
	margin-right: 0;
}
.service-dtl-info-sec td::after {
	content: "";
	position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 100%;
    background: linear-gradient(0deg, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 1) 50%, hsla(0, 0%, 100%, 0) 100%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.service-dtl-info-sec td:last-child::after {
	opacity: 0;
}
/*****form-sec*****/
.form-sec {
	overflow: hidden;
/*	background-color: #7C3F28;*/
}
.form-sec .container {
	position: relative;
	z-index: 1;
}
.form-block {
	padding: 60px 100px 60px 0;
	position: relative;
	height: 100%;
}
.form-block::after {
	content: "";
	height: 100%;
	right: 0;
	top: 0;
	width: 100vw;
	background-color: #7C3F28;
	position: absolute;
	z-index: -1;
}
.form-block-wrap {
	max-width: 700px;
	width: 100%;
}
.form-block p {
	margin: 28px 0 40px;
}
.form-block .form-style {
	resize: none;
	background-color: transparent;
	border-radius: 10px;
	font-size: 1.6rem;
	border: 1px solid rgba(250, 250, 250, 0.5);
    color: rgba(255, 255, 255, 0.6);
	padding: 12px;
    font-family: 'Livvic-Medium';
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.form-block .form-style.foto_upload,
.form-block .form-style.photo_upload {
	color: rgba(255, 255, 255, 0.6);
}
.form-block .form-group {
	margin-bottom: 19px;
}
.form-block .form-style::placeholder {
    color: rgba(255, 255, 255, 0.6);
	opacity: 1;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.form-block .form-style:placeholder {
    color: rgba(255, 255, 255, 0.6);
	opacity: 1;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.form-block .form-style:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
	opacity: 1;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.form-block .form-style:focus {
    box-shadow: none;
	background-color: transparent;
    color: rgba(255, 255, 255, 0.6);
	border-color: rgba(255, 255, 255, 0.5);
}
.form-block .form-style:focus::placeholder {
	color: #fff;
}
.form-block .filled {
	color: #fff;
}
.form-block textarea.form-style {
	height: 147px;
}
.form-block .common-btn:hover {
	background-color: #1E1E1E;
}
.form-block .common-btn:hover strong {
	background-color: #1E1E1E;
}
.form-info {
	height: 100%;
}
.each-form-info {
	display: flex;
	background-color: #1E1E1E;
	border-bottom: 1px solid #4E4E4E;
	position: relative;
	min-height: 33.33%;
}
.each-form-info::after {
	content: "";
	height: 100%;
	left: 0;
	top: 0;
	width: 100vw;
	background-color: #1E1E1E;
	position: absolute;
	z-index: -1;
}
.each-form-info:last-child {
	border-bottom: 0;
}
.each-form-info-img {
	min-height: 100%;
	min-width: 235px;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.each-form-info-text {
	padding: 25px 0 25px 60px;
	border-left: 1px solid #4E4E4E;
	width: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.each-form-info-text p img {
	width: 15px;
	margin-right: 5px;
	opacity: 0.5;
}
.each-form-info-text p {
	margin-bottom: 7px;
	color: rgba(255, 255, 255, 0.5);
}
.each-form-info-text p a {
	color: rgba(255, 255, 255, 0.5);
}
.each-form-info-text td {
	color: rgba(255, 255, 255, 0.5);
}
.each-form-info-text h6 {
	margin-bottom: 16px;
}
.each-form-info-text p a:hover {
	color: #7C5C48;
}
.each-form-info:nth-child(odd) .each-form-info-img {
	background-color: #242424;
}
.each-form-info:nth-child(even) .each-form-info-text {
	background-color: #242424;
}
.each-form-info:nth-child(even)::after {
	background-color: #242424;
}
/****related-service-sec***/
.related-service-sec {
	padding: 93px 0;
}
.related-service-heading {
	margin-bottom: 64px;
}
/*================================contact page start==================================*/
/***map-sec ***/
.map-sec {
	height: 550px;
}
/*================================overons page start==================================*/
/***overons-welcome-sec*****/
.overons-welcome-sec {
	padding: 117px 0;
	position: relative;
}
.overons-welcome-text {
	max-width: 612px;
	width: 100%;
	padding-right: 30px;
}
.overons-welcome-text h2 {
	margin-bottom: 22px;
}
.overons-welcome-img {
	max-width: 708px;
	width: 100%;
	margin-left: auto;
	display: flex;
	gap: 10px;
	align-items: end;
}
.overons-welcome-img-small {
	border-radius: 10px;
	height: 70%;
	overflow: hidden;
}
.overons-welcome-img-big {
	border-radius: 10px;
	overflow: hidden;
}
.overons-welcome-sec .sec-line {
	width: 25%;
	flex-direction: row-reverse;
}
.overons-welcome-sec .sec-line span {
	width: 45%;
}
/****overons-usp-marquee-sec****/
.overons-usp-marquee-sec {
	background-color: #A35E3F;
}
/*****overons-info-sec****/
.overons-info-sec {
	background-color: #1E1E1E;
	padding: 65px 0;
}
.overons-info-img .row {
	row-gap: 10px;
	margin-bottom: 10px;
}
.overons-info-img .row:last-child {
	margin-bottom: 0;
}
.each-overons-info-img {
	border-radius: 10px;
	overflow: hidden;
}
.each-overons-info-img img {
	height: 100%;
	object-fit: cover;
}
.overons-info-img .col-3 {
	width: 27%;
}
.overons-info-img .col-9 {
	width: 73%;
} 
.overons-info-img .col-6 {
	width: 45%;
}
.overons-info-img .col-5 {
	width: 36%;
}
.overons-info-heading h2 {
	color: rgba(255, 255, 255, 0.03);
    font-family: 'Livvic-SemiBold';
	font-size: 15rem;
	line-height: 250px;
	letter-spacing: 1.5px;
	writing-mode: vertical-lr;
}
.acc-block {
	margin-top: 25px;
}
.acc-block ul {
	padding: 0 ;
	margin: 0;
	list-style: none;
}
.acc-block li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 18px 0 18px 45px;
	margin-bottom: 0;
	opacity: 0.4;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.acc-block li::after {
	top: 23px;
}
.acc-block li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}
.acc-block li>*:not(:first-child) {
	display: none;
}
.acc-block li h6 {
	position: relative;
	cursor: default;
	padding-right: 28px;
	font-family: 'Livvic-Medium';
}
.acc-block li h6::after {
	position: absolute;
	height: 14px;
	width: 14px;
	background-image: url(../images/acc-down-arrow.svg);
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: center center;
	content: "";
	top: 5px;
	right: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.show_accordian h6::after {
	transform: rotate(180deg);
}
.acc-block p {
	margin-top: 16px;
	margin-bottom: 0;
	max-width: 490px;
	width: 100%;
}
.acc-block li.show_accordian {
	opacity: 1;
}
/***overons-about-sec***/
.overons-about-sec {
	position: relative;
	padding: 100px 0;
}
.overons-about-sec .sec-line span {
    background-color: rgba(163, 94, 63, 0.05);
}
/*================================bedankt page start==================================*/
.bedankt-banner-sec h1 {
	margin-bottom: 55px;
}
.bedankt-banner-sec .banner-content {
	top: 56%;
	bottom: auto;
	transform: translateY(-50%);
}
/*====================================popup start======================================*/
.modal-area .modal-dialog {
    max-width: 1107px;
    margin: 8% auto 0;
}
.modal-area .modal {
	background-color: rgba(0, 0, 0, 0.60);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-content-wrap {
    border-radius: 0;
    overflow: hidden;
}
.modal-area .modal-content .col-lg-5 {
	width: 47%;
}
.modal-area .modal-content .col-lg-7 {
	width: 53%;
}
.modal-area .popup-content img {
	width: 78px;
}
.modal-area .popup-content p {
	margin: 20px 0 46px;
}
.modal-area .popup-content {
    padding: 40px 83px;
	background-color: #534236;
	border-radius: 10px;
}
.pop-up-image {
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
/*================================vacature-dtl page start==================================*/
/*****vacature-dtl-info-sec****/
.vacature-dtl-info-sec table {
	max-width: 1174px;
	width: 100%;
	margin: 0 auto;
}
.vacature-dtl-info-sec td {
	width: 50%;
	padding-right: 60px;
    margin-right: 60px;
	padding-top: 40px;
    padding-bottom: 40px;
}
.vacature-dtl-desc-sec .service-dtl-desc-text h5 {
	margin-bottom: 15px;
}
/***related-vacature-sec***/
.related-vacature-sec {
	padding: 100px 0;
}
.related-vacature-heading {
	margin-bottom: 64px;
}
/*================================aanbod page start==================================*/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 160px 0 60px;
	position: relative;
}
.aanbod-filter-sec .sec-line {
	height: calc(100% + 20%);
}
.aanbod-filter-sec .sec-line span::after,
.aanbod-filter-sec .sec-line span::before {
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0) 80%);
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: #fff;
	font-size: 1.6rem;
    font-family: 'Livvic-Medium';
}
.filter-reset a:hover {
	color: #fff;
	opacity: 0.5;
}
.select-style {
	width: 100%;
    height: 44px;
    color: #0F0F0F;
    font-family: 'Livvic-Medium';
    font-size: 1.6rem;
	background-color: #F4F4F4;
    border: 1px solid #F4F4F4;
    border-radius: 50px;
    padding: 0 18px;
    appearance: none;
    line-height: 41px;
	text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    cursor: default;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
	background-color:#7C3F28;
	border-color:#7C3F28;
	color: #fff;
}
.select-style:hover {
	background-color:#7C3F28;
	border-color:#7C3F28;
	color: #fff;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'lama_sansmedium';
	background-color: #14181E;
}
.filter-content {
    display: none;
    background-color:#7C3F28;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #7C3F28;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #F4F4F4;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'Livvic-Regular';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #F4F4F4;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #F9F8F6;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #0F0F0F;
    border-color: #0F0F0F;
}
.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: #F4F4F4;
    border-radius: 30px;
    background-color:#7C3F28;
    font-family: 'Livvic-Regular';
    font-size: 1.4rem;
    border: 1px solid #7C3F28;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
	background-color: #7C5C48;
	border-color: #7C5C48;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 20%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 96px;
    background-color: #7C3F28;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
}
.mobile-show-filter .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #fff;
    border-color: #fff;
	padding-right: 18px;
	border-radius: 50px;
}
.mobile-show-filter .common-btn:hover {
    background-color: #0F0F0F;
    border-color: #0F0F0F;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #14181E;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #14181E;
	margin-left: 30px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #4A3F35;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #4A3F35;
}
.mobile-filter-close span img {
	width: 9px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #7C3F28;
	border-color: #7C3F28;
	color: #fff;
	padding: 10px;
	border-radius: 50px;
	max-width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #fff;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #0F0F0F;
    border-color: #0F0F0F;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
	width: 200px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
/*****aanbod-product-sec****/
.aanbod-product-sec {
	padding-bottom: 87px;
	position: relative;
}
.aanbod-product-sec > .container > .row {
	row-gap: 14px;
	margin: 0 -5px;
}
.aanbod-product-sec .col-xl-4 {
	padding: 0 5px;
}
.product-another-type .each-product-text {
	padding: 16px;
}
.product-another-type .each-product-text table {
	margin-bottom: 14px;
	width: 100%;
}
.product-another-type .each-product-text td {
	width: 32.2%;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #7C3F28;
	word-break: break-word;
}
.product-another-type .each-product-text li {
	font-family: 'Livvic-Medium';
}
.product-another-type .each-product-text li.monthly-price {
	background-color: transparent;
	padding: 0;
}
.product-another-type .each-product-text ul {
	justify-content: start;
}
.product-another-type .each-product-text h5 {
	margin-bottom: 9px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-another-type .each-product:hover .each-product-text {
	background-color: #7C3F28;
	border-color: #7C3F28;
}
.product-another-type .each-product:hover .text-btn {
	color: #0F0F0F;
}
/*================================aanbod-dtl page start==================================*/
/***aanbod-dtl-bk-btn***/
.aanbod-dtl-bk-btn {
	padding: 160px 0 10px;
}
.aanbod-dtl-bk-btn .bk-btn-inner {
	top: 0;
	left: 0;
	position: relative;
	z-index: 1;
}
/***dtl-top-btn****/
.dtl-top-btn {
	position: relative;
	top: -57px;
}
.dtl-top-btn ul {
	display: flex;
	gap: 11px;
	justify-content: end;
	margin-bottom: 0;
	max-width: 100px;
	margin-left: auto;
	position: relative;
	z-index: 1;
}
.dtl-top-btn li {
	padding-left: 0;
	margin-bottom: 0;
}
.dtl-top-btn li::after {
	opacity: 0;
}
.dtl-top-btn li a {
	border: 1px solid rgba(255, 255, 255, 0.50);
	height: 43px;
	width: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}
.dtl-top-btn li a:hover {
	background-color: #7C3F28;
	border-color: #7C3F28;
}
/****dtl-top-sec*****/
.dtl-top-sec {

}
.each-dtl-car {
	border-radius: 10px;
	overflow: hidden;
}
.dtl-top-left {
	position: relative;
}
.dtl-top-slider {
	position: relative;
	margin-left: calc(-100% + -3%);
}
.each-dtl-car {
	position: relative;
}
.each-dtl-car::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.dtl-top-slider .swiper-slide-active .each-dtl-car::after {
	opacity: 1;
}
.dtl-top-slider .common-arrow {
	height: 77px;
	width: 77px;
}
.dtl-top-slider .common-arrow img {
	width: 22px;
}
.dtl-top-slider .swiper-button-next {
	right: 5%;
}
.dtl-top-slider .swiper-button-prev {
	left: 54%;
}
.dtl-spec {
	padding: 26px 60px;
	border-radius: 10px;
	background-color: #A35E3F;
	margin-top: 20px;
}
.dtl-spec td h6 {
    font-family: 'Livvic-MediumItalic';
	font-size: 2rem;
	margin-bottom: 9px;
}
.dtl-spec td {
	padding-right: 84px;
}
.dtl-spec td:last-child {
	padding-right: 0;
}
.dtl-top-info {
	border-radius: 10px;
	overflow: hidden;
	background-color: #A35E3F;
	padding: 10px;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.dtl-top-info-desc {
	padding: 29px 17px 0;
}
.dtl-top-info-desc h2 {
	margin-bottom: 18px;
}
.dtl-top-info-desc p {
	margin-bottom: 20px;
}
.dtl-top-info-desc h3 {
    font-family: 'ShipporiAntique-Regular';
	font-size: 4.8rem;
	line-height: normal;
}
.dtl-top-info-desc h3 strong {
    font-family: 'LamaSans-Medium';
	font-size: 2rem;
	line-height: 30px;
	font-weight: normal;
}
.dtl-top-info-reach {
	margin-top: 36px;
	border-radius: 10px;
	border: 1px solid rgba(13, 13, 13, 0.15);
	background-color: #4A3F35;
	padding: 42px 64px;
}
.dtl-top-info-reach-img {
	height: 114px;
	max-width: 114px;
	border-radius: 100%;
	margin: 0 auto 14px;
	overflow: hidden;
}
.dtl-top-info-reach-img img {
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.dtl-top-info-reach h6 {
	text-align: center;
}
.dtl-top-info-reach p {
	text-align: center;
	margin: 6px 0 33px;
	color: rgba(255, 255, 255, 0.7);
}
.dtl-top-info-reach p a {
	color: rgba(255, 255, 255, 0.7);
	position: relative;
	padding-right: 10px;
	margin-right: 7px;
}
.dtl-top-info-reach p a::after {
	content: "";
	height: 90%;
	width: 1px;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background-color: rgba(255, 255, 255, 0.7);
	position: absolute;
}
.dtl-top-info-reach p a:last-child {
	padding-right: 0;
	margin-right: 0;
}
.dtl-top-info-reach p a:last-child::after {
	display: none;
}
.dtl-top-info-reach p a:hover {
	color: #fff;
}
.dtl-top-info-reach-btn ul {
	margin-bottom: 0;
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	justify-content: center;
}
.dtl-top-info-reach-btn li {
	margin-bottom: 0;
	padding-left: 0;
}
.dtl-top-info-reach-btn li::after {
	display: none;
}
.dtl-top-info-reach-btn li .common-btn::after {
	display: none;
}
.dtl-top-info-reach-btn li .common-btn strong {
	display: none;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
	padding: 100px 0;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    gap: 20px;
    margin-bottom: 32px;
    border: 0;
	flex-wrap: wrap;
}
.dtl-tab-sec .tab-btn {
	display: flex;
	justify-content: space-between;
	align-items: start;
}
/****tab-part****/
ul.tabs {
	margin-bottom: 0;
}
ul.tabs li {
    font-family: 'Livvic-Medium';
	font-size: 1.6rem;
	line-height: normal;
	margin: 0;
	word-break: break-word;
	text-transform: none;
	color: #fff;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	display: block;
	border: 1px solid #fff;
	border-radius: 140px;
	padding: 12px 39px;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
ul.tabs li::after {
	display: none;
}
ul.tabs li:hover,
ul.tabs li.active {
	color: #1A241F;
	border-color: #fff;
	background-color: #fff;
}
.tab_content {
	display: none;
}
.tab_drawer_heading {
	display: none;
}
/****dtl-tab-content****/
.tab_content p {
	color: #fff;
}
.kenmerken-tab {
	overflow: hidden;
}
.kenmerken-tab h3 {
    line-height: 56px;
    letter-spacing: normal;
    color: #F5F5F5;
	margin: 54px 0 26px;
}
.kenmerken-tab:first-child h3{
    margin-top: 0;
}
.kenmerken-tab ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 0;
}
.kenmerken-tab li {
    width: 33.33%;
    position: relative;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 24px 0;
    display: flex;
    color: #fff;
	font-family: 'Livvic-Regular';
	margin-bottom: 0;
}
.kenmerken-tab li span {
    color: rgba(255, 255, 255, 0.7);
}
.kenmerken-tab li strong{
    font-weight: normal;
    width: 50%;
}
.kenmerken-tab li::after {
    display: none;
}
.kenmerken-tab li::before {
    position: absolute;
    left: -100%;
    bottom: 0;
    content: "";
    width: 200vw;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
}
.kenmerken-tab h5 {
    color: #fff;
    margin-bottom: 20px;
}
.tab-btm-btn {
	margin: 40px auto 0;
	display: table;
}
.tab_container {
	padding: 43px 52px;
	border-radius: 10px;
	background-color: #7C5C48;
}
.dtl-wp-btn {
	font-family: 'Livvic-Medium';
    font-size: 1.6rem;
    line-height: normal;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 140px;
    padding: 12px 20px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	min-width: 180px;
}
.dtl-wp-btn img {
	margin: -2px 6px 0 0;
}
.dtl-wp-btn:hover {
	color: #1A241F;
    border-color: #fff;
    background-color: #fff;
}
.bullet-panel h4 {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
	margin-bottom: 20px;
	color: #fff;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    color: #fff;
	margin-bottom: 10px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #A35E3F;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #A35E3F;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    line-height: 24px;
    font-size: 1.6rem;
    margin-top: 8px;
    margin-bottom: 25px;
}
.left-bg-block p {
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h5 {
    text-transform: none;
    font-size: 2rem;
	color: #fff;
}
/*****kenmarken-popup******/
.kenmarken-popup {
	display: none;
}
.kenmarken-popup-wrap {
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.kenmarken-popup-overlay {
	position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(18, 18, 18, 0.60);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    background-color: #1E1E1E;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
	border: 1px solid #7C5C48;
	box-shadow: 0px 0px 25px 0px rgba(124, 92, 72, 0.5);
	-webkit-box-shadow: 0px 0px 25px 0px rgba(124, 92, 72, 0.5);
	overflow: hidden;
	border-radius: 20px;
}
.kenmarken-popup-close {
	background-color: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #fff;
}
.kenmarken-popup-close img {
	width: 15px;
}
.kenmarken-popup-content {
	overflow-y: scroll;
	height: calc(100% - 116px);
	padding-right: 20px;
}
.kenmarken-popup-content::-webkit-scrollbar  {
	background-color: #5B5A5E;
	width: 10px;
	border-radius: 10px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
	background-color: #999999;
	border-radius: 10px;
}
.kenmerken-popup-model {
	padding-bottom: 30px;
	padding-right: 40px;
}
.kenmerken-popup-model h3 {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom: 10px;
}
.kenmerken-popup-model h6 {
	color: rgba(255, 255, 255, 0.7);
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kenmarken-popup-content h4 {
	margin-bottom: 10px;
	color: #fff;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
}
.kenmarken-popup-content li:nth-child(odd) {
    padding-right: 10px;
}
.kenmarken-popup-content li {
    font-family: 'Livvic-Regular';
    width: 50%;
    position: relative;
    color: #fff;
    font-size: 1.6rem;
    line-height: 30px;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
	padding-left: 0;
}
.kenmarken-popup-content li::after {
	display: none;
}
/*****related-product-sec****/
.related-product-sec {
	padding: 61px 0;
}
.related-product-heading {
	margin-bottom: 57px;
}
/****verkocht-product-sec****/
.verkocht-product-sec {
	padding-top: 186px;
}
.verkocht-product-sec h2 {
	margin-bottom: 70px;
}







.widget-btn-area {
    bottom: 2rem;
    left:3rem;
    z-index: 99;
    font-family: "Nunito Sans", sans - serif;
}

.widget-btn {
    border-radius: 10px;
    background: #FF7100;
    box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
    padding: 1.3rem 2.5rem;
    font-size: 1.7rem;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
}

.widget-btn span:after,
.widget-mobile span:after {
    position: absolute;
    top: 50%;
    transform: translateY(- 50%) rotate(90deg);
    right:- .5rem;
    content: '';
    width: 1rem;
    height: 1rem;
    background: url(../images/next-white.svg) no - repeat center/ contain;
}

.widget-content {
    background: #1c1c1c;
    padding: 4.5rem;
    -webkit-box-shadow:- 5px 1px 17px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:- 5px 1px 17px 3px rgba(0, 0, 0, 0 .2);
    box-shadow: - 5px 1px 17px 3px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    width: 51rem;
    display: none;
}

.arw-rotate {
    margin-top:- 2.5rem;
    margin-bottom: 1rem;
    transform: rotate(- 90deg);
    cursor: pointer;
}

.widget-content h4,
.widget-content h5 {
    text-transform: unset;
    color: #fff;
    letter-spacing: normal;
}

.widget-content h4 {
    font-weight: 500;
    font-size: 2.4rem;
}

.widget-content h5 {
    font-weight: 400;
    font-size: 1.7rem;
    margin: 1.5rem 0 5.4rem;
}

.widget-content h5 span {
    text-decoration: underline;
    color: #FF7100;
}

.widget-content button,
.widget-mobile button {
    border-radius: 5px;
    color: #fff;
    border: 2px solid #FF7100;
    background: #FF7100;
    padding: 1.2rem 2rem;
    font-size: 1.7rem;
    font-weight: 600;
    margin-right: .5rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
}

.widget-content button:hover,
.widget-mobile button:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: #FF7100 !important;
}

.monthly_a mount {
    cursor: pointer;
}

.calsty {
    width: 100%;
    height: 700px;
}
/***********************************style for developers**************************************/

/*******loader*****/
#loader_section{
	display:none;
	width:100%;
	position: fixed;
	top: 0;
	background: #000000b8;
	z-index: 9999999;
	height: 100vh;
	padding: 30vh 0px;
  }
  #loader_section p{
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
  }
  #loader_section img{
	width: 100px;
	margin-bottom: 25px;
  }
  
  /*********Morgen Footer************/
  .morgeninternet-footer {
	  background: #000000;
	  width: 100%;
	  height: 50px;
	  display: block;
	  text-align: center;
	  transition: 0.3s all;
  }
  
  .morgeninternet-footer:hover {
	  background: #202020;
	  transition: 0.3s all;
  }
  
  .morgeninternet-footer > img {
	  height: 35px;
	  padding-top: 15px;
  }
  
  
  /****aanbod dtl****/
  .kenteken_np{
	  background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
	  background-repeat: no-repeat;
	  background-position: left;
	  padding: 4px 10px 6px 20px;
	  color: #000;
	  background-size: contain;
  }
  .star_icon{
	  margin-bottom: 30px;
  }
  .star_icon h4{
	  padding-bottom: 10px;
	  text-transform: uppercase;
	  padding-top: 15px;
	  margin-bottom: 15px;
	 /* color: #1c1c1c;*/
	  border-bottom: 1px solid #fff;
	  padding-bottom: 10px;
  }
  .star_icon p img{
	  width: 15px;
	  margin-top: -3px;
	  margin-right: 5px;
  }
  .star_icon p{
	  padding-bottom: 6px;
	  word-break: break-word;
  }
  .photo_contnt li img{
	  width: 15px;
	  margin-left: 5px;
  }
  .star_icon h3 {
	  margin: 40px 0 30px;
  }
  .aanbod-detail-tab-sec .tab-content .star_icon p {
	  margin: 0;
  }
  .bullet-panel h3 {
	  margin-bottom: 30px;
  }
  .cursor{
	  cursor:pointer;
  }
  .aanbod-loader {
	  width: 45px;
	  height: 40px;
	  background: linear-gradient(#555 calc(1*100%/6),#fff 0 calc(3*100%/6),#555 0),
				linear-gradient(#555 calc(2*100%/6),#fff 0 calc(4*100%/6),#555 0),
				linear-gradient(#555 calc(3*100%/6),#fff 0 calc(5*100%/6),#555 0);
	  background-size: 10px 400%;
	  background-repeat: no-repeat;
	  animation: matrix 1s infinite linear;
	}
	@keyframes matrix {
	  0% {
		background-position: 0% 100%, 50% 100%, 100% 100%
	  }
	
	  100% {
		background-position: 0% 0%, 50% 0%, 100% 0%
	  }
	}
	.load_aanbod{
	  justify-content: center;
	  display: flex;
	  column-gap: 30px;
	  align-items: center;
	  color: #fff;
	}
  
  
  .carpass-img {
	  width: 115px;
  }
  
  
  
  
  
  
  
  
  
  
  .widget-btn-area {
	bottom: 2rem;
	left:3rem;
	z-index: 99;
	font-family: "Nunito Sans", sans-serif;
  }
  .widget-btn {
	border-radius: 10px;
	background: #FF7100;
	box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
	padding: 1.3rem 2.5rem;
	font-size: 1.7rem;
	cursor: pointer;
	color: #fff;
	font-weight: 600;
  }
  
  .widget-btn span:after, .widget-mobile span:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	right:-.5rem;
	content: '';
	width:1rem;
	height: 1rem;
	background: url(../images/next-white.svg) no-repeat center/ contain;
  }
  .widget-content {
	background: #1c1c1c;
	padding: 4.5rem;
	-webkit-box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
	box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
	border-radius: 20px;
	width: 51rem;
	display: none;
  }
  .arw-rotate {
	margin-top:-2.5rem;
	margin-bottom: 1rem;
	transform: rotate(-90deg);
	cursor:pointer;
  }
  .widget-content h4, .widget-content h5 {
	text-transform: unset;
	color: #fff;
	letter-spacing: normal;
  }
  .widget-content h4 {
	font-weight: 500;
	font-size: 2.4rem;
  }
  .widget-content h5 {
	font-weight: 400;
	font-size: 1.7rem;
	margin: 1.5rem 0 5.4rem;
  }
  .widget-content h5 span {
	text-decoration: underline;
	color: #FF7100;
  }
  .widget-content button, .widget-mobile button {
	border-radius: 5px;
	color: #fff;
	border: 2px solid #FF7100;
	background: #FF7100;
	padding: 1.2rem 2rem;
	font-size: 1.7rem;
	font-weight: 600;
	margin-right: .5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
  }
  .widget-content button:hover, .widget-mobile button:hover {
	background: #fff !important;
	border-color: #fff !important;
	color: #FF7100 !important;
  }
  .monthly_amount{
	cursor:pointer;
  }
  .fUHtRR,
  .jJrsFm {
    background-color: #242424 !important;
}
  
  
  @media(max-width: 767.98px){
	  .morgeninternet-footer.viewcar-footer {
		  margin-bottom: 68px !important;
		  height: 50px;
	  }
	  .widget-mobile {
		  background: #1c1c1c;
		  padding: 1.5rem 1.2rem;
		  border-top: 1px solid rgba(255,255,255,0.1);
		  border-bottom: 1px solid rgba(255,255,255,0.1);
		  z-index: 99;
		  font-family: "Nunito Sans", sans-serif;
	  }
	  .widget-mobile .d-flex {
		  gap: 5px;
	  }
	  .widget-mobile button {
		  padding: .65rem;
		  font-size: 1.45rem;
	  }
  
	  .widget-mobile h6 span {
		  font-size: 1.45rem;
		  cursor: pointer;
		  font-weight: 600;
		  padding-right: 2.5rem;
		  color: #fff;
		  margin-right: .75rem;
	  }
	  .widget-mobile h6 span:after {
		  background: url(../images/arw-color.svg) no-repeat center/ contain;
		  right: 0;
	  }
	  .widget-mobile h6 span:not(.active):after {
		  filter: brightness(0) invert(1);
		  -webkit-filter: brightness(0) invert(1);
	  }
	  .widget-mobile h6 span.active {
		  color: #FF7100;
	  }
	  .widget-mobile h6 span.active:after {
		  transform: translateY(-50%) rotate(-90deg);
	  }
	  .widget-mobile-content {
		  bottom: 6.5rem;
		  background: #121212;
		  padding: 3rem 1.5rem 1.5rem;
		  z-index: 99;
		  display: none;
	  }
  
	  .widget-mobile-content.show-div {
		  display: block;
	  }
	  .widget-content-wrap {
		  background: #1c1c1c;
		  border: 1px solid rgba(255,255,255,0.1);
		  padding: 1.5rem;
	  }
	  .widget-mobile-content td {
		  color: #fff;
		  vertical-align: top;
		  font-size: 1.45rem;
		  font-weight: 400;
		  padding: 4px 0;
	  }
	  .widget-mobile-content td a {
		  color: #fff;
		  text-decoration: none;
	  }
	  .widget-mobile-content td a:hover {
		  color: #FF7100;
	  }
	  .whatsapp-block {
		  background: #25D366;
		  border-radius: 5px;
		  width:3.7rem;
		  height: 3.7rem;
	  }
	  .whatsapp-block img {
		  width: 1.8rem;
	  }
	  .widget-mobile-content td span {
		  width: 2.2rem;
		  height: 2.2rem;
		  border: 1px solid rgba(255,255,255,0.1);
		  margin-right: 1.8rem;
	  }
  }
  .lfCQiA {
	display: none;
  }
.privacy_section {
	padding: 120px 0 60px;
}