body {
	padding: 0px;
	margin: 0px;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    color: #fff;
    background: #F2F2F2;
    /*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 li {
    padding-left: 0;
}
.cmn-cookie-info li::after {
    display: none;
}
.cookie-close img {
    width: 15px;
}
/***iframe-footer***/
.iframe-footer {
    border: 0;
    width: 100%;
    height: 50px;
    display: block;
}
/***fix-wp***/
.fix-wp {
	position: fixed;
	bottom: 60px;
	right: 50px;
	z-index: 97;
	height: 52px;
	width: 52px;
	background-color: #25D366;
	border-radius: 100%;
}
.fix-wp a {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.fix-wp img {
	width: 25px;
}
/******header-area******/
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-active .header-reach {
    margin-top: -100%;
    opacity: 0;
    pointer-events: none;
    position: relative;
    z-index: -1;
}
.header-main {
    padding: 18px 0;
    background-color: #090909;;
    border-bottom: 1px solid transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-active .header-main {
    border-color: rgba(255, 255, 255, 0.2);
}
.header-logo img {
    width: 206px;
}
.header-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin-bottom: 0;
}
.header-nav li {
    padding-left: 0;
    font-family: 'LamaSans-SemiBold';
    margin-bottom: 0;
}
.header-nav li::after {
    display: none;
}
.header-nav li a {
    color: #fff;
}
.header-nav li a:hover {
    color: #846D5B;
}
.header-contact a {
    color: #fff;
    font-family: 'LamaSans-SemiBold';
}
.header-contact a:hover {
    color: #846D5B;
}
.header-contact a img {
    margin-right: 8px;
    margin-top: -5px;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 40px;
}
.hamburger {
    padding: 10px 18px;
    border-radius: 101px;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0F0F0F;
    font-family: 'LamaSans-SemiBold';
    line-height: 24px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.hamburger strong {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 21px;
    width: 21px;
    border-radius: 100%;
    background-color: #0F0F0F;
}
.hamburger:hover {
    background-color: #846D5B;
    color: #fff;
}
.hamburger span {
    width: 8px;
    height: 1px;
    display: block;
    border-radius: 5px;
    background-color: #fff;
    margin: 1px 0;
}
.hamburger span:nth-child(2) {
    max-width: calc(100% - 14px);
}
.header-reach {
    background-color: #1C1C1C;
    padding: 25px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-reach ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 56px;
}
.header-reach li {
    padding-left: 0;
    margin-bottom: 0;
    color: #fff;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: 15px;
}
.header-reach li::after {
    display: none;
}
.header-reach li img {
    margin-right: 7px;
    margin-top: -2px;
}
main {
    margin-top: 145px;
}
.header-bovag{
    text-align: end;
}
.header-bovag img{
    width: 115px;
}
.header-reach-wrap .row{
    align-items: center;
}
/****mega-menu***/
.mega-menu {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #0F0F0F;
    pointer-events: none;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mega-menu .container {
    height: 100%;
    position: relative;
}
.mega-menu .row {
    height: 100%;
}
.mega-menu .col-lg-8,
.mega-menu .col-lg-4 {
    height: 100%;
}
.mega-menu-left {
    position: relative;
    padding: 75px 0 60px;
}
.mega-menu-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    z-index: -1;
    overflow: hidden;
}
.mega-menu-img img {
    height: 100%;
    object-fit: cover;
    transform: scale(1.3);
    transition: all 2s;
    -webkit-transition: all 2s;
}
.mega-menu-left {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
}
.mega-menu-logo img {
    width: 216px;
}
.mega-menu-info {
    max-width: 820px;
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: end;
    padding-right: 50px;
}
.each-mega-menu-info h6 {
    margin-bottom: 12px;
    color: #fff;
}
.each-mega-menu-info p {
    color: rgba(255, 255, 255, 0.70);
    font-family: 'LamaSans-Light';
    line-height: 30px;
    margin-bottom: 0;
}
.each-mega-menu-info p a {
    color: rgba(255, 255, 255, 0.70);
}
.each-mega-menu-info p a:hover {
    color: #846D5B;
}
.mega-menu-nav-wrap {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.mega-menu-nav-wrap::-webkit-scrollbar {
    border-radius: 10px;
    width: 10px;
    background-color: #0F0F0F;
}
.mega-menu-nav-wrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    width: 10px;
    background-color: #1d1d1d;
}
.mega-menu-nav {
    position: relative;
}
.mega-menu-nav::after {
    content: "";
    height: 100%;
    width: 100vw;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/mega-menu-mark.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    filter: blur(37.5px);
    background-color: rgba(22, 22, 22, 0.4);
    z-index: -1;
}
.mega-menu-nav {
    height: 100%;
    padding: 57px 40px 57px 80px;
}
.mega-menu-nav ul {
    margin-bottom: 0;
}
.mega-menu-nav li {
    padding-left: 0;
    margin-bottom: 40px;
    color: #fff;
    font-family: 'LibreFranklin-Bold';
    /* font-size: 4.8rem; */
    line-height: 70px;
    text-transform: uppercase;
    font-size: 3.8rem;
}
.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-nav li::after {
    display: none;
}
.mega-menu-nav li a {
    color: #fff;
    position: relative;
}
.mega-menu-nav li a:hover {
    color: #846D5B;
}
.mega-menu-nav li a::after {
    content: "";
    height: 1px;
    width: 0;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #846D5B;
    position: absolute;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mega-menu-nav li a:hover::after {
    width: 100%;
}
.mega-menu-close {
    background-color: #F2F2F2;
    height: 43px;
    width: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    flex-direction: column;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 1;
}
.mega-menu-close span {
    display: block;
    width: 16px;
    height: 2px;
    background-color: #846D5B;
}
.mega-menu-close span:nth-child(1) {
    transform: rotate(45deg);
}
.mega-menu-close span:nth-child(2) {
    transform: rotate(-45deg);
    margin-top: -2px;
}
.mega-menu-active {
    pointer-events: all;
    opacity: 1;
}
.mega-menu-active .mega-menu-img img {
    transform: scale(1);
}
.mega-menu-img-replace,
.mega-menu-info-replace {
    display: none;
}
/*****banner-sec***/
.banner-sec {
	position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.banner-video, .each-banner {
	height: 762px;
    position: relative;
}
.banner-video::after, .each-banner::after{
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    /* background: linear-gradient(0deg, rgba(9, 9, 9, 0.60) 0%, rgba(9, 9, 9, 0.60) 100%); */
    background: linear-gradient(0deg, rgba(9, 9, 9, 0.40) 0%, rgba(9, 9, 9, 0.30) 100%);
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
    text-align: center;
}
.banner-content h1 {
    margin-bottom: 20px;
}
.banner-content-wrap p{
    color: #fff;
    padding-bottom: 28px;
}
/*****product-sec****/
.product-sec {
    padding: 88px 0 95px;
    overflow-x: clip;
}
.product-heading {
    margin-bottom: 60px;
}
.product-heading-left {
    max-width: 460px;
    width: 100%;
}
.each-product-img {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
    height: 100%;
}
.each-product-img-wrap {
	height: 100%;
	width: 100%;
}
.each-product-img img {
	display: none;
    height: 100%;
    object-fit: cover;
}
.each-product-img-wrap img.active {
	display: block;
}
.each-product-progress {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 10px;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.2);
	display: none;
}
.each-product-progress span {
	background: linear-gradient(90deg, rgba(132, 109, 91, 0.30) 0%, #846D5B 100%);
	display: block;
	height: 100%;
	width: 0;
}
.product-slider {
    width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.product-slider::after,
.product-slider::before {
    content: "";
    height: 100%;
    width: 16%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(242, 242, 242, 0.50);
    z-index: 1;
}
.product-slider::before {
    left: auto;
    right: 0;
    z-index: 2;
}
.each-product-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.each-product-info {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    height: 100%;
    backdrop-filter: blur(37.5px);
    background: rgba(255, 255, 255, 0.40);
}
.each-product-info::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/product-mark.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover .each-product-info::after {
    filter: blur(37.5px);
    opacity: 1;
}
.each-product-model {
    padding: 32px 38px;
}
.each-product-model h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-model p {
    font-family: 'LamaSans-Light';
    margin: 11px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0;
}
.each-product-spec table,
.each-product-spec tbody {
    display: block;
    width: 100%;
}
.each-product-spec tr {
    display: flex;
    flex-wrap: wrap;
}
.each-product-spec td {
    border: 1px solid rgba(9, 9, 9, 0.07);;
    border-left-width: 0;
    width: 33.33%;
    display: block;
    padding: 18px 12px;
}
.each-product-spec td h6 {
    font-family: 'LamaSans-Light';
    margin-bottom: 10px;
}
.each-product-spec td h5 {
    font-size: 2.4rem;
}
.each-product-spec td strong {
    font-weight: normal;
    display: table;
    margin: 0 6px;
}
.each-product-spec td:nth-child(3n) {
    border-right-width: 0;
}
.each-product-spec td:nth-last-child(1),
.each-product-spec td:nth-last-child(2),
.each-product-spec td:nth-last-child(3) {
    border-bottom-color: transparent;
}
.each-product-price {
    margin-top: 13px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 16px 35px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-price h4 {
    font-family: 'LamaSans-Bold';
    text-transform: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-price h4 strong {
    font-weight: normal;
    font-family: 'LamaSans-Medium';
    font-size: 2rem;
    color: #090909;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-arrow {
    height: 48px;
    min-width: 48px;
    border: 1px solid #090909;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-arrow img{
    filter: brightness(0) invert(0);
}
.each-product:hover .product-arrow img{
    filter: none;
}
.each-product:hover .each-product-price {
    background: #846D5B;
}
.each-product:hover .each-product-price h4 {
    color: #FFF;
}
.each-product:hover .each-product-price h4 strong {
    color: #FFF;
}
.each-product:hover .product-arrow {
    background-color: #fff;
    border-color: rgba(132, 109, 91, 1);
}
.product-control {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 2;
    width: calc(100% - 50px);
    pointer-events: none;
}
.product-control .common-arrow {
    position: initial;
    margin: 0;
    pointer-events: all;
}
.product-btn .common-btn strong{
    border-color: #090909;
}
.product-btn .common-btn{
    color: #090909;
}
.product-btn .common-btn:hover strong{
    border-color: #846D5B;
}
.product-btn .common-btn:hover{
    color: #fff;
}
/*****service-sec*****/
.service-sec {
    padding: 109px 0;
    position: relative;
    background: #090909;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    overflow: hidden;
}
.service-sec .side-line {
    bottom: 0;
    right: -66px;
    height: 404px;
}
.service-sec .container {
    position: relative;
    z-index: 1;
}
.service-sec::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/service-mark.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    pointer-events: none;
    filter: blur(40px);
    opacity: 0.5;
}
.service-heading {
    margin-bottom: 72px;
    position: relative;
    overflow: hidden;
}
.service-heading-right {
    padding: 53px 0;
    position: relative;
    padding-left: 12%;
    height: 100%;
}
.service-heading-right p {
    margin-bottom: 23px;
    color: #F9F8F6;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 4lh;
}
.service-heading-left {
    padding: 53px 0;
    position: relative;
    padding-right: 12%;
    height: 100%;
}
.service-heading-left h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFF;
}
.service-heading-right::after,
.service-heading-right::before {
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.65);
    width: calc(100% + 2%);
}
.service-heading-right::before {
    bottom: auto;
    top: 0;
    width: calc(100% - 12%);
}
.service-heading-left::after,
.service-heading-left::before {
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.65);
    width: calc(100% - 12%);
}
.service-heading-left::before {
    bottom: auto;
    top: 0;
    width: calc(100% + 2%);
}
.service-heading::after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    left: 50%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.65);
    transform: translateX(-50%) skewX(-32deg);
}
.service-wrap > .row {
    margin: 0 -10px;
}
.service-wrap > .row > .col-lg-8,
.service-wrap > .row > .col-lg-4 {
    padding: 0 10px;
}
.service-left {
    height: calc(100% - 5px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.service-slider {
    position: relative;
}
.service-slider .common-arrow {
    top: 0;
    margin-top: 0;
}
.service-slider .swiper-button-next {
    right: -90px;
}
.service-slider .swiper-button-prev {
    right: -90px;
    left: auto;
    top: calc(0px + 70px);
}
.service-slider .swiper {
    border-radius: 10px;
}
.each-service {
    position: relative;
    height: 551px;
    overflow: hidden;
    border-radius: 10px;
}
.each-service::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}
.each-service-img {
    height: 100%;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
}
.each-service-text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 38px 56px;
    height: 100%;
    width: 100%;
    z-index: 1;
    border-radius: 10px;
}
.each-service-text h3{
    color:#fff;
}
.service-other-text-wrap h4{
    color: #fff;
}
.each-service-text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 8px 0 40px;
    max-width: 535px;
    width: 100%;
    color: #F9F8F6;
}
.each-service-number {
    width: 150px;
    height: 150px;  
    border-top-left-radius: 124px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-right-width: 0;
    border-bottom-width: 0;
    background-color: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(5px);
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    overflow: hidden;
}
.each-service-number h2 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(132, 109, 91, 0.50);;
    color: transparent;
    font-family: 'LamaSans-Bold';
    font-size: 5rem;
    line-height: normal;
    position: absolute;
    bottom: 30px;
    right: 40px;
}
.service-slider .swiper-pagination {
    display: flex;
    justify-content: space-between;
    max-width: 120px;
    margin: 0 auto;
    font-size: 1.4rem;
    letter-spacing: 0.28px;
    font-family: 'LamaSans-Medium';
    background-color: transparent;
    color: transparent;
    bottom: 52px;
    left: 56px;
}
.service-slider .swiper-pagination::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    height: 1px;
    width: 60%;
}
.service-slider .swiper-pagination span {
    color: #fff;
}
.service-other {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 50%;
}
.service-other-img {
    height: 100%;
}
.service-other-img img {
    height: 100%;
    object-fit: cover;
}
.service-other-text {
    position: absolute;
    left: 0;
    top: 0;
    padding: 40px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service-other-text p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #F9F8F6;
    margin: 9px 0 40px;
}
.service-reach {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background-color: #090909;
    padding: 40px;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service-reach p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #F9F8F6;
    margin: 11px 0 36px;
}
/******usp-marquee-sec*******/
.usp-marquee-sec {
	position: relative;
	overflow-x: clip;
	width: 100%;
	padding: 35px 0;
    background-color: #846D5B;;
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 109px;
}
.usp-marquee-wrap ul {
	display: flex;
	gap: 109px; 
	padding: 0;
	margin: 0;
	list-style: none;
}
.usp-marquee-wrap li {
	white-space: nowrap;
	line-height: normal;
	color: #fff;
	padding-left: 30px;
    letter-spacing: 0.32px;
	position: relative;
    margin-bottom: 0;
}
.usp-marquee-wrap li::after {
	content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/marque-icon-new.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    left: 0;
    top: -1px;
    background-color: transparent;
    transform: rotate(0);
}
/******about-sec*****/
.about-sec {
    padding: 108px 0 48px;
}
.about-img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.about-img img {
    height: 100%;
    object-fit: cover;
}
.about-text-info {
    padding: 43px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.40);
    position: relative;
    overflow: hidden;
}
.about-text-info .common-btn{
    color: #090909;
}
.about-text-info .common-btn strong{
    border-color: #090909;
}
.about-text-info .common-btn:hover strong{
    border-color: #846D5B;
}
.about-text-info::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/product-mark.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    filter: blur(37.5px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about-text-info p {
    margin: 15px 0 32px;
}
.about-main-row .row {
    margin: 0 -10px;
}
.about-main-row .col-lg-6 {
    padding: 0 10px;
}
.counter { 
    margin-top: 20px;
}
.counter .row {
    margin: 0 -10px;
}
.counter .col-lg-6 {
    padding: 0 10px;
}
.each-counter {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background-color: #fff;
    text-align: center;
    padding: 31px;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-counter span {
    background: rgba(9, 9, 9, 0.15);
    width: 15px;
    height: 15px;
    transform: rotate(-45deg);
    display: table;
    margin: 0 auto;
}
.each-counter hr {
    background-color: rgba(9, 9, 9, 0.15);
    width: 106px;
    height: 1px;
    margin: 25px auto 0;
    opacity: 1;
}
.each-counter h2 {
    line-height: 40px;
    margin: 16px 0;
}
.each-counter p {
    margin-bottom: 0;
}
.each-counter:hover {
    border-color: rgba(132, 109, 91, 0.50);
    box-shadow: 0px 10px 50px 0px rgba(255, 255, 255, 0.07);
}
.each-counter h2 strong {
    color: #090909;
}
.each-counter h2 strong::after {
    opacity: 0;
}
/******review-sec******/
.review-sec {
    padding-bottom: 108px;
}
/****footer-area****/
.footer-area {
    padding: 19px 0 44px;
    overflow: hidden;
    position: relative;
    background: #090909;
    /* background-color: rgba(9, 9, 9, 0.7); */
    backdrop-filter: blur(40px);
}
.footer-area::before {
    /* content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(9, 9, 9, 0.7); */
}
.gallery-area {
    width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
    margin-bottom: 70px;
}
.gallery-area-wrap {
    margin: 0 -13%;
}
.each-gallery {
    height: 305px;
    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);
}
.footer-area::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* background-image: url(../images/product-mark.png); */
    background-image: url(../images/footer-product-mark.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    filter: blur(40px);
    opacity: 0.4;
}
.footer-logo img {
    width: 229px;
}
.footer-info {
    max-width: 812px;
    width: 100%;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.each-footer-info h6 {
    margin-bottom: 15px;
    color: #fff;
}
.each-footer-info p {
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 8px;
    font-family: 'LamaSans-Light';
}
.each-footer-info p a {
    color: rgba(255, 255, 255, 0.70);
    width: 48px;
    height: 48px;
    font-family: 'LamaSans-Light';
}
.each-footer-info p a:hover {
    color: #846D5B;
}
.each-footer-info td {
    color: rgba(255, 255, 255, 0.70);
    font-family: 'LamaSans-Light';
}
.each-footer-info td:nth-child(even) {
    padding-left: 12px;
}
.footer-btm {
    position: relative;
    padding-top: 45px;
    margin-top: 55px;
}
.footer-btm::after {
    content: "";
    width:100vw;
	margin-left:-50vw;
	left:50%;
	position:absolute;
    top: 0;
    background-color: rgba(255, 255, 255, 0.15);
    height: 1px;
}
.footer-bovag img {
    width: 123px;
}
.footer-social ul {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    flex-wrap: wrap;
}
.footer-social li {
    padding-left: 0;
    margin-bottom: 0;
}
.footer-social li::after {
    display: none;
}
.footer-social li a {
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social li a:hover {
    background-color: #846D5B;
    border-color: #846D5B;
}
.footer-social li a img {
    width: 18px;
    height: 18px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-social li a:hover img {
    /* filter: brightness(0); */
}
.gallery-area .each-gallery {
    /* position: relative; */
}
/* .gallery-area .each-gallery::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(0deg, rgba(9, 9, 9, 0.40) 0%, rgba(9, 9, 9, 0.40) 100%);
    z-index: 2;
    pointer-events: none;
} */
/*======================diensten page start=========================*/
/****inner-banner-sec***/
.inner-banner-sec {
    position: relative;
}
.inner-banner-text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}
.inner-banner-img img {
    height: 100%;
    object-fit: cover;
}
/***service-list-sec****/
.service-list-sec {
    padding: 79px 0 63px;
}
.service-list-heading {
    margin-bottom: 45px;
}
.service-list-heading p {
    max-width: 616px;
    width: 100%;
    margin-left: auto;
    margin-bottom: 0;
}
.each-service-list {
    margin-bottom: 20px;
    position: relative;
}
.each-service-list:last-child {
    margin-bottom: 0;
}
.each-service-list .row {
    margin: 0 -10px;
}
.each-service-list .col-lg-6 {
    padding: 0 10px;
}
.each-service-list:nth-child(odd) .row {
    flex-direction: row-reverse;
}
.each-service-list-img {
    border-radius: 10px;
    overflow: hidden;
    height: 403px;
}
.each-service-list-img img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-list-text {
    height: 100%;
    overflow: hidden;
    padding: 80px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #FFF;
}
.each-service-list-text::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/service-list-mark_.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    pointer-events: none;
    filter: blur(37.5px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-list-text p {
    margin: 30px 0 40px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 3lh;
}
.each-service-list:hover .each-service-list-text{
    background: rgba(255, 255, 255, 0.40);
}
.each-service-list:hover .each-service-list-text::after {
    opacity: 1;
}
.each-service-list .common-btn {
    color: #090909;
}
.each-service-list:hover .common-btn {
    padding-right: 48px;
}
.each-service-list .common-btn strong{
    border-color: #090909;
}
.each-service-list:hover .common-btn strong {
    background-color: #846D5B;
    border-color: #846D5B;
    color: #fff;
}
.each-service-list:hover .common-btn::after {
    opacity: 1;
    transform: scale(1);
}
.each-service-list:hover .each-service-list-img img  {
    transform: scale(1.1);
}
.each-service-list .side-line {
    top: 50%;
    transform: translateY(-50%);
    left: -60px;
    /* height: calc(100% - 40px); */
}
.each-service-list:nth-child(even) .side-line {
    left: auto;
    right: -60px;
}
.service-list-main .side-stick{
    background-color: rgba(9, 9, 9, 0.15);
}
.service-list-main .side-box {
    background-color: rgba(9, 9, 9, 0.15);
}
/*====================================POPUP START======================================*/
.modal-area .modal-dialog {
    max-width: 1098px;
    margin: 8% auto 0;
}
.modal-area .modal {
    background-color: rgba(22, 22, 22, 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 .popup-content img {
	width: 216px;
}
.modal-area .popup-content p {
	margin: 40px 0 35px;
    color: #FFF;
}
.modal-area .popup-content {
    border-radius: 20px;
    background-color: #161616;
    overflow: hidden;
    padding: 92px 72px;
    position: relative;
}
.modal-area .popup-content::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/popup-mark.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    filter: blur(40px);
    opacity: 0.5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pop-up-image {
	height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
/*======================diensten-dtl page start=========================*/
/***bk-btn-sec***/
.bk-btn-sec {
    padding: 60px 0;
}
.bk-btn-sec .common-btn::after {
    right: auto;
    left: 0;
    transform: scale(0.5) rotate(-90deg);
}
.bk-btn-sec .common-btn:hover {
    padding-left: 48px;
    padding-right: 0;
}
.bk-btn-sec .common-btn:hover::after {
    transform: scale(1) rotate(-90deg);
}
.bk-btn-sec .common-btn{
    color: #090909;
}
.bk-btn-sec .common-btn strong{
    border-color: #090909;
}
.bk-btn-sec .common-btn:hover strong{
    border-color: #846D5B;
}
/***service-dtl-desc-sec***/
.service-dtl-desc-sec .container {
    position: relative;
}
.service-dtl-desc-sec .side-line {
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    height: 71%;
}
.service-dtl-desc-sec .side-box {
    min-height: 14px;
    min-width: 14px;
}
.service-dtl-desc-sec .row {
    margin: 0 -12px;
}
.service-dtl-desc-sec .col-lg-5 {
    padding: 0 12px;
    width: 48%;
}
.service-dtl-desc-sec .col-lg-7 {
    padding: 0 12px;
    width: 52%;
}
.service-dtl-desc-img {
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.service-dtl-desc-img img {
    height: 100%;
    object-fit: cover;
}
.service-dtl-desc-text {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background-color: #090909;
    height: 100%;
    padding: 50px 60px;
}
.service-dtl-desc-text h2{
    color: #FFF;
}
.service-dtl-desc-text p{
    color: #fff;
}
.service-dtl-desc-text h2 {
    margin-bottom: 22px;
}
.service-dtl-desc-text h6 {
    margin-bottom: 16px;
    color: #FFF;
}
.service-dtl-desc-sec .side-stick{
    background: rgba(9, 9, 9, 0.15);;
}
.service-dtl-desc-sec .side-box{
    background: rgba(9, 9, 9, 0.15);;
}
/****service-dtl-info-sec***/
.service-dtl-info-sec {
    padding: 80px 0 95px;
}
.service-dtl-info-sec table,
.service-dtl-info-sec tbody {
    width: 100%;
    display: block;
}
.service-dtl-info-sec tr {
    display: flex;
    border: 2px solid transparent;
    border-bottom-color: rgba(9, 9, 9, 0.10);
    padding: 45px 35px 45px 260px;
    cursor: default;
    gap: 10px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/* .service-dtl-info-sec tr:first-child {
    border-top-color: rgba(255, 255, 255, 0.1);
} */
.service-dtl-info-sec tr p {
    margin-bottom: 0;
}
.service-dtl-info-sec tr:hover {
    overflow: hidden;
    border-radius: 10px;
    border-color: #F2F2F2 ;
    background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}
.service-dtl-info-sec tr.is-hover {
    opacity: 0.5;
    border-bottom-color: rgba(255, 255, 255, 0.1);
}
.service-dtl-info-sec tr::after {
    content: "";
    height: 18px;
    width: 18px;
    background-color: rgba(9, 9, 9, 0.20);
    position: absolute;
    top: 60px;
    transform: rotate(45deg);
    left: 33px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-dtl-info-sec tr:hover::after {
    background-color: #846D5B;
}
.service-dtl-info-sec td:nth-child(1) {
    width: 50%;
}
.service-dtl-info-sec td:nth-child(2) {
    width: 50%;
}
/*****form-sec******/
.form-sec .row {
    margin: 0 -12px;
}
.form-sec .col-lg-5 {
    padding: 0 12px;
    width: 44%;
}
.form-sec .col-lg-7 {
    padding: 0 12px;
    width: 56%;
}
.form-block {
    padding: 38px 44px;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.40);
}
.form-block::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/product-mark.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    filter: blur(40px);
    opacity: 0.5;
}
.form-block .form-style {
	resize: none;
	background-color: transparent;
	font-size: 1.6rem;
    border-radius: 5px;
    border: 1px solid rgba(9, 9, 9, 0.20);
    color: #090909;
	padding: 14px 32px;
    font-family: 'LamaSans-SemiBold';
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form-block .form-group {
	margin-bottom: 16px;
}
.form-block .form-style::placeholder {
    color: rgba(9, 9, 9, 0.30);
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form-block .form-style:placeholder {
    color: rgba(9, 9, 9, 0.30);
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form-block .form-style:-ms-input-placeholder {
    color: #090909;
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form-block .form-style:focus {
    box-shadow: none;
	background-color: transparent;
    color: #090909;
}
.form-block .form-style:focus::placeholder {
    color: #090909;
}
.form-block .filled {
	color: #090909;
    border: 1px solid rgba(9, 9, 9, 0.20) !important;
}
.form-block .common-btn{
    color: #090909;
}
.form-block .common-btn strong{
    border-color: #090909;
}
.form-block .common-btn:hover strong{
    border-color: #846D5B;
}
.form-block textarea.form-style {
	height: 149px;
}
.form-block .photo_upload,
.form-block .foto_upload {
    color: rgba(9, 9, 9, 0.30);
}
.form-block .common-btn {
    margin-top: 20px;
    padding-left: 0;
}
.form-block .upload-wap .row {
    margin: 0 -7.5px;
}
.form-block p {
    margin: 12px 0 31px;
}
.form-img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.form-img::after{
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 20px;
    background: linear-gradient(0deg, rgba(9, 9, 9, 0.60) 0%, rgba(9, 9, 9, 0.60) 100%);
}
.form-img img {
    height: 100%;
    object-fit: cover;
}
.form-info {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 100%;
    padding: 63px 52px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    z-index: 1;
}
.form-info p {
    margin-bottom: 0;
    font-family: 'LamaSans-Light';
}
.form-info h6 {
    margin-bottom: 12px;
    color: #fff
}
.form-info-wrap {
    position: relative;
    padding: 18px 35px;
    max-width: 513px;
    width: 100%;
    border-top: 1px solid #846D5B;
    border-bottom: 1px solid #846D5B;
}
.form-info-wrap::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/form-info-border.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    opacity: 0;
}
/****related-service-sec****/
.related-service-sec {
    padding: 74px 0 48px;
}
.related-service-heading {
    margin-bottom: 62px;
}
.related-service-heading .common-btn strong{
    border-color: #090909;
}
.related-service-heading .common-btn:hover strong{
    border-color: #846D5B;
}
.related-service-heading .common-btn{
    color: #090909;
}
.related-service-slider,
.related-vacature-slider,
.related-werkplaats-slider {
    position: relative;
}
.related-service-slider .swiper-button-next,
.related-vacature-slider .swiper-button-next,
.related-werkplaats-slider .swiper-button-next {
    margin-right: -35px;
    border-color: #090909;
}
.related-service-slider .swiper-button-prev,
.related-vacature-slider .swiper-button-prev,
.related-werkplaats-slider .swiper-button-prev {
    margin-left: -35px;
    border-color: #090909;
}
.related-service-slider .swiper-button-next:hover,
.related-vacature-slider .swiper-button-next:hover,
.related-werkplaats-slider .swiper-button-next:hover{
    border-color: #846D5B;
}
.related-service-slider .common-arrow img{
    filter: brightness(0) invert(0);
}
.related-service-slider .common-arrow:hover img{
    filter: none;
}
/****vacature-dtl-info-sec****/
.vacature-dtl-info-sec td:nth-child(3) {
    width: 45%;
}
.vacature-dtl-info-sec td:nth-child(2) {
    width: 39%;
}
.vacature-dtl-info-sec tr {
    align-items: start;
}
.vacature-dtl-info-sec tr.is-hover li::after {
    filter: grayscale(1);
}
.vacature-dtl-info-sec tr ul {
    margin-bottom: 0;
}
.vacatures-dtl-info ul li{
    color: rgba(9, 9, 9, 0.50);
}
.service-dtl-info-sec tr:hover li{
    color: #090909;
}
/*======================overons page start=========================*/
/***overons-welcome-sec****/
.overons-welcome-sec {
    padding: 88px 0 70px;
}
.overons-welcome-sec .col-lg-5 {
    width: 47%;
}
.overons-welcome-sec .col-lg-7 {
    width: 53%;
}
/*****overons-info-sec***/
.overons-info-sec {
    padding: 5px 0 89px;
}
.overons-info-sec h2 {
    margin-bottom: 54px;
    text-align: center;
}
.overons-info-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.overons-info-img > img {
    height: 100%;
    object-fit: cover;
    filter: blur(5px);
}
.overons-info-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.overons-info-logo img {
    width: 216px;
}
.each-overons-info {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background-color: #161616;
    padding: 30px;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-overons-info p:last-child {
    margin-bottom: 0;
}
.each-overons-info p{
    color: #fff;
}
.each-overons-info h4 {
    margin: 23px 0 11px;
    color: #fff;
}
.each-overons-info em {
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    position: relative;
    display: block;
    backdrop-filter: blur(37.5px);
}
.each-overons-info em::after {
    content: "";
    height: 11px;
    width: 11px;
    background-color: #fff;
    transform: rotate(45deg) translate(-50%, -50%);
    position: absolute;
    top: 56%;
    left: 39%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-overons-info:hover em::after {
    background-color: #846D5B;
}
.each-overons-info:hover {
    border: 1px solid #846D5B;
    box-shadow: 0 10px 50px 0 rgba(255, 255, 255, 0.07);
}
.overons-info-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
}
.overons-info-wrap {
    position: relative;
}
.overons-info-sec .side-line {
    height: 40%;
    transform: translateY(0);
}
.overons-info-sec .overons-left-line {
    top: 5%;
    left: -60px;
}
.overons-info-sec .overons-right-line {
    bottom: 5%;
    right: -60px;
    left: auto;
}
.overons-info-wrap .side-stick{
    background: rgba(9, 9, 9, 0.15);;
}
.overons-info-wrap .side-box{
    background: rgba(9, 9, 9, 0.15);;
}
/*****member-sec******/
.member-sec {
    padding-bottom: 70px;
}
.member-sec h2 {
    margin-bottom: 60px;
}
.member-slider {
    position: relative;
}
.each-member-img {
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.each-member-text {
    padding: 10px 30px;
    border-radius: 10px;
    background-color: #090909;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-member-text  h5{
    color: #FFF;
}
.each-member-text  h6{
    color: #FFF;
}
.each-member-text:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/member_mark_.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    filter: blur(37.5px);
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.06);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-member-text h6 {
    font-family: 'LamaSans-Light';
    margin-top: 5px;
}
.each-member:hover .each-member-text{
    background: rgba(255, 255, 255, 0.06);
}
.each-member:hover .each-member-text::after {
    opacity: 1;
}
.each-member:hover .each-member-text h6{
    color: #090909;
    position: relative;
    z-index: 1;
}
.each-member:hover .each-member-text h5{
    color: #090909;
    position: relative;
    z-index: 1;
}
.member-slider .swiper-button-next {
    right: -25px;
}
.member-slider .swiper-button-prev {
    left: -25px;
}
.member-slider .common-arrow {
    top: 45%;
    border-color: #090909;
    display: flex;
    align-items: center;
    justify-content: center;
}
.member-slider .common-arrow img{
    filter: brightness(0) invert(0);
}
.member-slider .common-arrow:hover img{
    filter: none;
}
.member-slider .common-arrow:hover{
    border-color: #846D5B;
}
/*======================contact page start=========================*/
/***contact-form-sec***/
.contact-form-sec {
    padding: 86px 0 24px;
}
.contact-form-sec .form-img::after{
    display: none;
}
/***contact-info-sec***/
.contact-info-sec {
    padding-bottom: 74px;
}
.contact-info-wrap {
    border-radius: 10px;
    padding: 23px 45px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: #FFF;
}
.contact-info-main {
    display: flex;
    max-width: 790px;
    width: 100%;
}
.each-contact-info {
    position: relative;
    padding-right: 70px;
    margin-right: 70px;
}
.each-contact-info p {
    margin-bottom: 0;
    font-family: 'LamaSans-Light';
}
.each-contact-info p a{
    color: #090909;
}
.each-contact-info p a:hover{
    color: #846D5B;
}
.each-contact-info h6 {
    margin-bottom: 12px;
}
.each-contact-info td {
    color: rgba(9, 9, 9, 0.70);
    font-family: 'LamaSans-Light';
}
.each-contact-info td:nth-child(even) {
    padding-left: 12px;
}
.each-contact-info:last-child {
    padding-right: 0;
    margin-right: 0;
}
.each-contact-info:last-child .side-line {
    display: none;
}
.each-contact-info .side-line {
    right: 0;
    top: 0;
    height: 100%;
    gap: 13px;
}
.each-contact-info .side-box {
    min-height: 10px;
    min-width: 10px;
    background: rgba(9, 9, 9, 0.15);
}
.each-contact-info .side-stick {
    height: calc(100% - 20px);
    background: rgba(9, 9, 9, 0.15);
}
.contact-info-social ul {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    flex-wrap: wrap;
}
.contact-info-social li {
    padding-left: 0;
    margin-bottom: 0;
}
.contact-info-social li::after {
    display: none;
}
.contact-info-social li a {
    width: 48px;
    height: 48px;
    border: 1px solid #090909;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-info-social li a:hover {
    background-color: #846D5B;
    border-color: #846D5B;
}
.contact-info-social li a img {
    width: 18px;
    height: 18px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    filter: brightness(0) invert(0);
}
.contact-info-social li a:hover img {
    filter: none;
}
/*======================aanbod page start=========================*/
.aanbod-heading-sec {
    padding-top: 82px;
}
.car-view-chng {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: end;
}
.car-view-btn .btn1,
.car-view-btn .btn2 {
    border: 1px solid rgba(255, 255, 255, 0.50);
    height: 62px;
    width: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer;
    background: #090909;
}
.car-view-btn img {
    width: 20px;
    height: 20px;
}
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 70px 0;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: #090909;
	font-size: 1.4rem;
    font-family: 'LamaSans-Regular';
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(0) invert(0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #846D5B;
}
.select-style {
	width: 100%;
    height: 44px;
    color: #090909;
    font-family: 'LamaSans-SemiBold';
    font-size: 1.6rem;
    border: 1px solid #090909;
    border-radius: 50px;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg) transparent no-repeat 91% center/10px;
    appearance: none;
    line-height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    cursor: default;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
    font-family: 'LamaSans-Regular';
	background-color: #0F0F0F;
}
.filter-content {
    display: none;
    background-color:#F2F2F2;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #090909;
    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: #090909;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #F9F8F6;
    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 #090909;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #846D5B;
    border-color: #846D5B;
    background-image: url(../images/check-tick-white.png);
    background-size: 9px;
    background-position: center center;
    background-repeat: no-repeat;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    border-radius: 20px;
    background-color: rgba(132, 109, 91, 0.5);
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    border: 1px solid rgba(0, 255, 135, 0);
    flex-direction: row-reverse;
}
.show_selected_filter_cls {
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
}
.auto-overview-tag:hover {
	background-color: rgba(132, 109, 91, 1);
    border-color: rgba(132, 109, 91, 1);
    color: #fff;
}
.auto-overview-tag:hover img {
    /* filter: invert(1); */
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 25%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 146px;
    background-color: #161616;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter.filter-active {
    top: 80px;
}
.mobile-show-filter .common-btn {
    width: 100%;
    display: block;
    text-align: center;
}
.mobile-show-filter .common-btn strong {
    background-color: #846D5B;
    border-color: #846D5B;
    color: #fff;
}
.mobile-show-filter .common-btn::after {
    display: none;
}
.mobile-show-filter .common-btn:hover strong {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.mobile-show-filter .common-btn:hover {
    padding-right: 0;
}
.mobile-show-filter .common-btn:hover .filter-count {
    background-color: #00FF87;
    color: #0F0F0F;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #0F0F0F;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #0F0F0F;
	margin-left: 5px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    display: none;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #0F0F0F;
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
	margin-left: auto;
	border: 1px solid rgba(255, 255, 255, 0.25);
}
.mobile-filter-close span img {
	width: 9px;
}
.auto-overview-filter-result {
    display: flex;
    gap: 2px;
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #F2F2F2;
	border: 1px solid #F2F2F2;
    color: #090909;
	padding: 10px;
	border-radius: 5px;
    min-height: 46px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records::after {
    display: none;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: transparent;
    border-color: #846D5B;
    color: #fff;
    padding-right: 10px;
}
.cursor-pointer {
	cursor: pointer;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.filter-sort h6 {
	margin-right: 0;
    color: #090909;
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
	width: 190px;
}
.filter-sort .aanbod-filter .select-style {
    padding-left: 10px;
    border-radius: 5px;
    border-color: transparent;
    color: #846D5B;
    background-image: url(../images/sorten-filter-arrow_.svg);
    border: none;
}
.filter-sort .aanbod-filter .select-style.show {
    border: 1px solid #090909;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
/****aanbod-range-filter****/
.aanbod-range-filter label {
    font-size: 1.6rem;
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: rgba(132, 109, 91, 1);
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(132, 109, 91, 0.4);
    border-color: rgba(132, 109, 91, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #846D5B;
}
.aanbod-range-filter .ui-widget.ui-widget-content {
    border: 0;
}
.aanbod-range-filter .slider-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 10px;
    border: 1px solid rgba(9, 9, 9, 0.25);
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: #090909;
    font-size: 1.6rem;
    line-height: normal;
}
.mob-filter-visible {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
    margin: 0 auto;
    max-width: 510px;
    width: 100%;
}
.filter-sort {
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #846D5B;
}
/****aanbod-product-sec*****/
.aanbod-product-sec {
    padding-bottom: 104px;
}
.aanbod-main-row {
    row-gap: 20px;
}
.aanbod-product-grid .each-product-text {
    margin-top: 12px;
}
.aanbod-product-grid .each-product-model {
    padding: 20px 24px;
}
.aanbod-product-grid .each-product-model h3 {
    /* font-size: 2.8rem; */
    font-size: 2.4rem;
}
.aanbod-product-grid .each-product-model p {
    margin-top: 7px;
}
.aanbod-product-grid .each-product-spec td {
    padding: 24px;
}
.aanbod-product-grid .each-product-spec td h5 {
    font-size: 1.6rem;
    line-height: 24px;
}
.aanbod-product-grid .each-product-spec td h6 {
    margin-bottom: 4px;
}
.aanbod-product-grid .each-product-price {
    padding: 16px 24px;
}
.aanbod-product-grid .each-product-price h4 {
    font-size: 2.4rem;
    font-family: 'LamaSans-Medium';
}
.aanbod-product-grid .each-product-price h4 strong {
    font-size: 1.6rem;
    font-family: 'LamaSans-Regular';
}
.aanbod-product-grid .product-arrow {
    height: 37px;
    min-width: 37px;
}
/*======================verkocht page start=========================*/
/***verkocht-heading-sec***/
.verkocht-heading-sec {
    padding: 75px 0;
}
.verkocht-heading-sec h4 strong {
    font-size: 4.8rem;
    font-family: 'LibreFranklin-Bold';
}
/****verkocht-product-sec***/
.verkocht-product-sec {
    padding-bottom: 60px;
}
.verkocht-product-sec .aanbod-product-grid .each-product-price {
    justify-content: center;
}
.verkocht-product-sec .aanbod-product-grid .each-product-price h4 {
    font-family: 'LamaSans-SemiBold';
}
/*======================aanbod-dtl page start=========================*/
/***dtl-car-desc-sec****/
.dtl-car-desc-sec {
    padding: 52px 0;
}
.dtl-car-desc-sec h5 {
    color: rgba(9, 9, 9, 0.70);
}
.dtl-car-desc-sec h2 strong {
    padding: 0;
    color: #846D5B;
}
.dtl-car-desc-sec h2 strong::after {
    opacity: 0;
}
/***dtl-car-slider-sec****/
.dtl-car-slider-sec {
    overflow-x: hidden;
    padding-bottom: 20px;
}
.dtl-car-slider {
    width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.each-dtl-car {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.each-dtl-car::after {
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(9, 9, 9, 0.80) 0%, rgba(9, 9, 9, 0.80) 100%);
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dtl-car-slider .swiper-slide-active .each-dtl-car::after {
    opacity: 0;
}
.dtl-car-slider .swiper-button-next {
    right: 9%;
}
.dtl-car-slider .swiper-button-prev {
    left: 9%;
}
/****dtl-car-info-sec****/
.dtl-car-info-sec {
    padding-top: 31px;
    position: relative;
}
.each-dtl-car-spec {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: default;
    min-height: 200px;
    height: 100%;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: #FFF;
}
.each-dtl-car-spec:hover {
    border-color: rgba(132, 109, 91, 0.2);
}
.each-dtl-car-spec hr {
    opacity: 1;
    background-color: rgba(9, 9, 9, 0.15);;
    margin: 25px 0;
    display: block;
    width: 106px;
}
.each-dtl-car-spec h6 {
    font-family: 'LamaSans-Light';
    margin-bottom: 10px;
}
.dtl-car-info-sec .col-lg-8 {
    width: 65%;
}
.dtl-car-info-sec .col-lg-4 {
    width: 35%;
}
.dtl-card { 
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: #846D5B;
    backdrop-filter: blur(40px);
}
.dtl-card-info-text h6{
    color: #fff;
}
.dtl-card::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/dtl-card-mark.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    filter: blur(40px);
    z-index: -1;
    opacity: 0;
}
.dtl-card-info {
    padding: 20px;
    display: flex;
    gap: 17px;
    align-items: center;
}
.dtl-card-info-img {
    min-width: 68px;
    height: 68px;
    border-radius: 5px;
    overflow: hidden;
}
.dtl-card-info-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.dtl-card-info-text {
    width: calc(100% - 84px);
}
.dtl-card-info-text p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
}
.dtl-card-info-text p a {
    color: rgba(255, 255, 255, 0.8);
}
.dtl-card-info-text p a:hover {
    color: #fff;
}
.dtl-card-info-text ul {
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.dtl-card-info-text li {
    padding-left: 0;
    padding-right: 10px;
    margin-right: 10px;
    margin-bottom: 0;
}
.dtl-card-info-text li::after {
    height: 60%;
    width: 1px;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    right: 0;
    top: 50%;
    left: auto;
}
.dtl-card-info-text li a {
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Mona-Sans-Regular';
}
.dtl-card-info-text li a:hover {
    color: #fff;
}
.dtl-card-info-text li:last-child {
    padding-left: 0;
    margin-right: 0;
}
.dtl-card-info-text li:last-child:after {
    opacity: 0;
}
.dtl-card-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.dtl-card-btn-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.dtl-card-btn .common-btn::after {
    opacity: 0;
}
.dtl-card-btn .common-btn:hover {
    padding-right: 0;
}
.dtl-card-btn  .common-btn:hover strong{
    background-color: #fff;
    color: #090909;
}
.dtl-card-btn-right {
    display: flex;
    align-items: center;
    gap: 10px;
}
.dtl-card-btn-right a {
    height: 41px;
    width: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.dtl-card-btn-right a:hover {
    background-color: #fff;
    border-color: #fff;
}
.dtl-card-btn-right a.a2a_dd:hover svg{
    filter: brightness(0);
}
.dtl-card-btn-right a:hover img {
    filter: brightness(0);
}
.dtl-card hr {
    margin: 0;
    background-color: rgba(255, 255, 255, 0.07);
    display: block;
    opacity: 1;
    margin: 0;
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec .tab-btn .nav-tabs {
	margin-bottom: 38px;
    border: 0;
	justify-content: center;
}
.tab-btn ul.tabs li {
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    padding: 15px 30px;
    border-radius: 5px;
    color: rgba(9, 9, 9, 0.70);
    text-transform: none;
	font-size: 2.4rem;
    font-family: 'LamaSans-Medium';
	line-height: normal;
	position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn ul.tabs li:hover {
    color: #fff;
    background-color: rgba(132, 109, 91, 1);
}
.tab-btn .tabs li.active {
    background-color: rgba(132, 109, 91, 1);
    color: #fff;
}
.tab-btn ul.tabs li::after {
    content: "";
    border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 10px solid rgba(132, 109, 91, 1);
    position: absolute;
    right: 40px;
    left: auto;
    top: 100%;
    transform: rotate(0);
    background-color: transparent;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn ul.tabs li.active::after {
    opacity: 1;
}
.tab_content {
    display: none;
}
.tab_drawer_heading{
    display: none;
}
.dtl-tab-sec {
    padding: 97px 0 75px;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn .tabs {
    border-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 10px;
    padding-left: 0;
    margin-bottom: 40px;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
	gap: 17px;
    margin-bottom: 0;
}
.kenmerken-tab li {
    width: 24%;
	padding: 18px 24px;
	position: relative;
    font-family: 'LamaSans-Light';
    color: rgba(9, 9, 9, 0.70);
	line-height: 20px;
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
	border-radius: 5px;
    background-color: transparent;
    font-size: 1.6rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    height: 100%;
}
.kenmerken-tab li:hover{
    background-color: #090909;
    color: rgba(255, 255, 255, 0.70);
}
.kenmerken-tab li:hover strong{
    color: #fff;
}
.kenmerken-tab li strong {
    font-weight: normal;
    font-family: 'LamaSans-SemiBold';
	display: block;
	color: #090909;
    text-align: right;
}
.kenmerken-tab li::after {
	display: none;
}
.kenmerken-tab{
	overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #090909;
    padding-bottom: 10px;
	margin-bottom: 10px;
    color: #090909;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    position: relative;
	margin-bottom: 10px;
    font-family: 'LamaSans-Regular';
    color: #090909;
}
.dtl-tab-sec .bullet-panel ul li::after {
    top: 8px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(132, 109, 91, 1);
    font-size: 1.6rem;
    line-height: 24px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid rgba(132, 109, 91, 1);
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.left-bg-block h6 {
	font-size: 1.6rem;
	text-transform: none;
    color: #0F0F0F;
}
.each-onderhoud-block h4 {
    color: #fff;
	text-transform: none;
    font-size: 1.8rem;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    font-size: 1.6rem;
	text-transform: none;
    color: #fff;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn{
    text-align: left;
    color: #090909;
    cursor: pointer;
    margin-top: 15px;
    font-family: 'LamaSans-SemiBold';
    font-size: 1.6rem;
	line-height: normal;
    display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    border: 1px solid #090909;
    padding: 10px 18px;
    border-radius: 100px;
}
.tab-btm-btn:hover{
    color: #FFF;
    background: #846D5B;
    border-color: #846D5B;
}
/*****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(0, 0, 0, 0.8);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
	border-radius: 20px;
    background-color: #161616;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
	border: 1px solid #846D5B;
	box-shadow: 0px 0px 25px 0px rgba(132, 109, 91, 0.5);
	-webkit-box-shadow: 0px 0px 25px 0px rgba(132, 109, 91, 0.5);
	overflow: hidden;
}
.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 #846D5B;
}
.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 {
    color: #fff;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.kenmerken-popup-model h6 {
    color: #fff;
	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 {
    width: 50%;
    position: relative;
    font-family: 'LamaSans-Regular';
    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);
}
.kenmarken-popup-content li:after {
    opacity: 0;
}
/****related-product-sec****/
.related-product-sec {
    padding: 80px 0;
}
.related-product-slider {
    position: relative;
}
.related-product-heading {
    margin-bottom: 60px;
}
.related-product-sec .product-control-mob {
    display: none;
}
.form-height-add {
    padding-bottom: 60px;
}
/*******loader*****/
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}

/*********Morgen Footer************/
.morgeninternet-footer {
    background: #000000;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
}

.morgeninternet-footer:hover {
    background: #202020;
    transition: 0.3s all;
}

.morgeninternet-footer > img {
    height: 35px;
    padding-top: 15px;
}


/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 10px 6px 20px;
    color: #000;
    background-size: contain;
}
.star_icon{
    margin-bottom: 30px;
}
.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
   /* color: #1c1c1c;*/
    border-bottom: 1px solid #181716;
    padding-bottom: 10px;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
    margin-bottom: 0;
}
.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(#846D5B calc(1*100%/6),#fff 0 calc(3*100%/6),#846D5B 0),
              linear-gradient(#846D5B calc(2*100%/6),#fff 0 calc(4*100%/6),#846D5B 0),
              linear-gradient(#846D5B calc(3*100%/6),#fff 0 calc(5*100%/6),#846D5B 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: #846D5B;
  }


.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;
}
.privacy_section {
    padding: 40px 0;
}


iframe.calsty {
    width: 100%;
    height: 900px;
    border: 0;
}

/* whats app lab start  */

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

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

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

.notifcation {
	position: relative;
}

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

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

.privacy-text a{
    font-family: 'LamaSans-Medium';
}
.header-reach-wrap .col-lg-8{
    width: 68%;
}
.header-reach-wrap .col-lg-4{
    width: 32%;
}