@import "fonts.css";
@import "common-class.css";
body {
	top: 0 !important;
	padding: 0px;
	margin: 0px;
	font-family: 'nexabook';
    font-size: 15px;
    color: #1a1a1a;
}
#page{
	position: relative;
	overflow: hidden;
}
html {
    scroll-behavior: auto !important;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.1);
}
#menu .mm-listview li img{
    width: 24px;
}
#menu .mm-listview .mobile-flag a{
    display: inline-block;
    padding-right: 0;
}
/*======Language Flag Start=====*/
#google_translate_element{
	height: 0;
    overflow: hidden;
}
.skiptranslate{
    height: 0;
    overflow: hidden;
    visibility: hidden !important;
}
.flag a {
    margin-right: 5px;
}
.flag img{
	width: 23px;
}
.active_flag img{
    -webkit-filter: drop-shadow(-1px 1px 6px #fff);
    filter: drop-shadow(-1px 1px 6px #fff);
}

/*======Language Flag End=====*/
/*****************header**************/
.header-area {
    padding: 30px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.header-logo img{
	width: 222px;
}
.header-contact li {
    display: inline-block;
    margin-right: 3px;
}
.header-contact a {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-contact img {
    width: 22px;
}
.header-contact a:hover{
	background: #bd9e80;
    border-color: #bd9e80;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile_price {
	display: none !important;
}
.menu-icon {
    font-family: 'nexabook';
    font-size: 15px;
    margin-right: 40px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 2px;
    margin: 3px 0;
}
.menu-bar {
    width: 22px;
    margin-right: 7px;
}
.menu-icon a{
    color: #fff;
}
/*====menu item====*/
.menu-panel{
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 99;
}
.menu-panel.menu-visible {
    right: 0;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}
.share_mobile {
	display: none !important;
}
.close-icon{
    position: absolute;
    right: 30px;
    top: 30px;
}
.close-icon img{
    width: 36px;
}
.panel-left{
    background: rgba(0, 0, 0, 0.5);
}
.menu-panel ul{
    background: #bd9e80;
    height: 100%;
    padding: 90px 0;
}
.menu-panel li{
    display: block;
    font-family: 'nexabook';
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.menu-panel a {
    padding: 20px 40px;
    display: block;    
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-panel a:hover {
    background: #fff;
    color: #bd9e80;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/****************banner******************/
.banner-sec{
	position: relative;
}
.banner-content {
    position: absolute;
    top: 57%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
}
.banner-content h1{
	margin-bottom: 40px;
}
.banner-content .common-btn{
    margin: 0 6px 10px;
}
.each-banner{
	position:relative;
}
.each-banner:before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #1c1c1c;
	opacity: 0.42;
}
.scroll-button {
    bottom: 40px;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.scroll-button a{
	font-size: 15px;
	color: #fff;
	font-family: 'nexabook';
	letter-spacing: 1px;
}
.scroll-button span{
	display: block;
	margin-top: 18px;
}
.scroll-button img {
    width: 15px;
    transform: rotate(90deg);
}
/*****************product****************/
.product-sec{ 
    background: #1a1a1a;
    padding: 100px 0;
}
.product-sec .sec-heading p{
    color: #fff;
}
.product-sec .sec-heading {
    max-width: 860px;
}
/*===slider===*/
.product-slider{
   padding-top: 40px;
}
.product-dtl {
    background: #fff;
    padding:40px 30px 50px;
    min-height: 235px;
}
.product-dtl h6{
    height: 50px;
    overflow: hidden;
}
.product-dtl h4 {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.each-product .divider{
    margin: 15px 0;
    background-color: #dedede;
}
.product-dtl table{
    width: 100%;
}
.product-dtl td {
    font-family: 'nexabook';
    font-size: 15px;
    color: #9b9b9b;
    letter-spacing: 1.3px;
    padding-right: 50px;
    line-height: 30px;
}
.product-dtl td:last-child {
    padding-right: 0;
}
.product-dtl td span {
    font-size: 20px;
    color: #1c1c1c;
    display: block;
}
.product-btn{
    font-family: 'nexabook';
    font-size: 15px;
    color: #1c1c1c;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-left: 80px;
    height: 62px;
    line-height: 62px;
    display: none;
}
.product-btn:before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: '';
    width: 60px;
    height: 60px;
    background-color: #bd9e80;
    background-image: url(../images/next.svg);
    background-position: center center;
    background-size: 16px;
    background-repeat: no-repeat;
}
.each-product:hover table{
    display: none;
}
.each-product:hover .product-btn{
    display: block;
}
.product-sec .text-center .common-btn{
    max-width: 360px;
    margin-top: 100px;
}
/*************gallery**************/
.gallery-sec{
    padding-bottom: 100px;
}
.top-content{
    background: #1a1a1a;
/*    padding: 80px 0 140px 140px;*/
    padding: 20px 0 30px 140px;

}
.top-content .sec-heading{
/*    margin: 0;*/
}
.top-content .sec-heading p{
    color: #fff;
}
.slider-block{
    position: relative;
    padding-left: 140px;
}
.slider-block:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    content: '';
    background: #1a1a1a;
}
.each-slide {
    position: relative;
}
.slider-heading {
    position: absolute;
    bottom: 40px;
    left: 0;
    padding-left: 40px;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-slide:hover .slider-heading {
    bottom: -100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.slider-content {
    background: rgba(26, 26, 26, 0.67);
    position: absolute;
    height: 100%;
    width: 100%;
    top: -100%;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-slide:hover .slider-content {
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.slider-heading h4, .slider-content h4{
    font-family: 'nexa_bold';
    color: #fff;
    text-transform: uppercase;
}
.slider-content p{
    color: #fff;
    margin-top: 20px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.slider-content-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 10%;
}
.slider-block .swiper-button-prev {
    /*display: none;*/
    left: 0;
}
.slider-block .swiper-button-next {
    right: 0;
}
/************middle block**********/
.middle-block{
/*    padding-top: 50px;*/
}
.sec-heading p{
    margin-top: 40px;
}
.sec-heading{
    max-width: 730px;
    width: 100%;
    margin: 0 auto 50px;
/*    margin: 0 auto 100px;*/
}
.block-image{
    margin: 0 70px;
    position: relative;
}
.block-image:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #1a1a1a;
    opacity: 0.41;
}
.btn-wrap{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}
/*************content block*********/
.content-sec{
    background: #bd9e80;
}
.right-block{
    background: #1a1a1a;
    margin-right: 70px;
    padding: 140px 90px 100px 70px;
}
.right-block p{
    color: #fff;
    text-align: justify;
    margin-top: 40px;
}
.left-block{
    margin-top: -22%;
}
.divider{
    background-color: #878787;
    opacity: 1;
    margin: 80px 0 100px;
}
.right-block li{
    font-family: 'nexabook';
    color: #bd9e80;
    font-size: 20px;
    padding-bottom: 45px;
    padding-left: 20px;
    letter-spacing: 0.85px;
    position: relative;
}
.right-block li:after {
    position: absolute;
    top: 0px;
    left: 0;
    content: '-';
    font-weight: bold;
}
.right-block .common-btn{
    margin-top: 45px;
}
/*****************newsletter**********/
.newsletter-block{
    padding: 100px 0;
    background: #1c1c1c;
}
.newsletter-wrap, .newsletter-content {
    /*max-width: 1060px;*/
    width: 100%;
    margin: 0 auto;
}
.newsletter-content{
    max-width: 720px;
}
.newsletter-wrap p{
    color: #fff;
    margin: 40px 0 50px;
}
.form-styl {
    resize: none;
    background-color: #fff;
    border-radius: 0;
    font-family: 'nexabook';
    color: #1c1c1c;
    font-size: 15px;
    padding: 0 40px;
    border-radius: 0;
    height: 80px;
    border: 1px solid #bababa;
    text-transform: uppercase;
}
.form-styl:focus {
    box-shadow: none;
    color: #1c1c1c;
    border: 1px solid #bababa;
}
.form-styl:placeholder {
    color: #1c1c1c;
    opacity: 1;
}
.form-styl:-ms-input-placeholder {
    color: #1c1c1c;
    opacity: 1;
}
.form-styl::placeholder {
    color: #1c1c1c;
    opacity: 1;
}
.newsletter-block .form-styl {
    width: 100%;
    padding: 0 28% 0 40px;
    height: 60px;
}
.newsletter-block .form-group {
    position: relative;
}
.newsletter-block .common-btn {
    position: absolute;
    right: 0;
    top: 0;
}
/*************footer*************/
.footer-area {
    padding: 50px 0 60px;
    background: #181818;
}
.footer-wrap{
    max-width: 1240px;
    width: 100%;
}
.footer-menu img{
    width: 252px;
}
.footer-area .col-lg-5 .each-footer-info, .footer-area .col-lg-4 .each-footer-info{
    margin-left: 70px;
}
.footer-area .col-lg-5 .each-footer-info.footer-description{
    margin-left: 0px;
}
.each-footer-info h4 {
    color: #fff;
    margin-bottom: 20px;
}
.footer-area li, .each-footer-info p{
    font-size: 18px;
    font-family: 'nexabook';
    color: #7e7e7e;
    letter-spacing: 0.2px;
    line-height: 34px;
    margin-bottom: 0;
}
.footer-area a {
    color: #7e7e7e;
}
.footer-area a:hover {
    color:  #fff;
}
.each-footer-info{
    margin-bottom: 65px;
}
.footer-area .divider {
    margin: 60px 0;
}
.social-icon img{
    width: 24px;
}
.social-icon a{
    margin-right: 10px;
}
.footer-menu li{
    font-size: 15px;
    display: inline-block;
    margin-left: 50px;
}

/*=================================popup start====================================*/
.modal-area .modal-dialog {
    max-width: 85%;
    margin: 12% auto 0;
}
.modal-area .modal {
	background-color: rgba(28, 28, 28, 0.5);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0px;
    background-color: #fff;
	position: relative;
}
.modal-area .popup-content h1 {
    color: #bd9e80;
}
.modal-area .popup-content p{
    margin: 40px 0 0;
}
.modal-area .popup-content {
    padding: 30px 14%;
	height: 100%;
    background-color: #fff;
}
.modal-area .pop-up-image img{
   height: 100%;
   object-fit: cover;
}
.close-img {
    font-family: 'nexabook';
    font-size: 15px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border: 0;
    background-color: #bd9e80;
	width: 60px;
	height: 60px;
}

/*=================================contact page start====================================*/
.contact-map {
	height: 515px;
}
/***contact-info******/
.contact-info-sec {
	padding: 80px 0 80px;
	background-color: #1a1a1a;
}
.contact-info-wrap {
	max-width: 1290px;
	width: 100%;
	margin: 0 auto;
}
.contact-info-sec p{
    color: #fff;
    margin: 40px 14% 60px;
}
.each-contact-info {
	display: flex;
	align-items: center;
	justify-content: center;
}
.each-contact-info img {
    width: 30px;
    margin-right: 30px;
}
.each-contact-info p {
    font-size: 18px;
	font-family: 'NexaLight';
    letter-spacing: 1.2px;
    color: rgba(255,255,255,0.5);
	margin: 0;
	text-align: left;
}
.each-contact-info p a {
	color: rgba(255,255,255,0.5);
}
.each-contact-info p a:hover {
	color: rgba(255,255,255,1);
}
/***contact-time-sec*****/
/*.contact-time-sec {
	background-color: #bc9e82;
	position: relative;
}
.contact-time-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.content-common-wrap{
	margin: 24% 65px 0 0;
	padding: 16% 70px;
	background-color: #1a1a1a;
}
.content-common-wrap h3 {
	font-family: 'nexabook';
	font-size: 36px;
    color: #bd9e80;
	letter-spacing: 5px;
	text-transform: uppercase;
}
.content-common-wrap p {
    font-size: 15px;
	font-family: 'NexaLight';
    letter-spacing: 1.2px;
	line-height: 25px;
    color: #fff;
	margin: 40px 0 0;
}
.content-common-wrap .divider {
	background-color: #878787;
	margin: 85px 0 95px;
}
.content-common-wrap h4 {
	font-family: 'nexabook';
	font-size: 20px;
    color: #bd9e80;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 45px;
}
.content-common-wrap table td {
	font-family: 'NexaLight';
	font-size: 18px;
    color: #fff;
	opacity: 0.5;
}
.content-common-wrap table td:first-child {
	padding-right: 50px;
}*/
/******contact-time******/
.contact-time-sec {
    position: relative;
}
.contact-time-sec .left-block { 
    margin-top: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
.contact-time-sec .right-block {
    margin-top: 26%;
    padding-bottom: 16%;
}
.contact-time-sec h6 {
    color: #bd9e80;
    margin-bottom: 45px;
}
.contact-time-sec table td {
	font-family: 'NexaLight';
	font-size: 18px;
    color: #fff;
	opacity: 0.5;
    padding-bottom: 7px;
}
.contact-time-sec table td:first-child {
	padding-right: 50px;
}
/*****contact-form*****/
.contact-form-sec{ 
	background-color: #1a1a1a;
	position: relative;
	padding-bottom: 4%;
	/*margin-top: -13%;*/
}
.contact-form-sec .custom-row{
    position: relative;
    top: -88px;
}
.contact-textarea .formError .formErrorContent{
    position: absolute !important;
}
.contact-form-wrapper {
	padding: 10% 12%;
	background-color: #fff;
	margin: 0 70px;
	position: relative;
	z-index: 1;
}
.contact-form-sec h2 { 
	margin-bottom: 45px;
}
.form-styl {
    resize: none;
    background-color: #fff;
    border-radius: 0;
    font-family: 'nexabook';
    color: #1c1c1c;
    font-size: 15px;
    padding: 0 40px;
    border-radius: 0;
    height: 80px;
	border: 1px solid #bababa;
	text-transform: uppercase;
}
.form-styl:focus {
	box-shadow: none;
    color: #1c1c1c;
	border: 1px solid #bababa;
}
.form-group {
	margin-bottom: 12px;
}
.form-styl:placeholder {
	color: #1c1c1c;
	opacity: 1;
}
.form-styl:-ms-input-placeholder {
	color: #1c1c1c;
	opacity: 1;
}
.form-styl::placeholder {
	color: #1c1c1c;
	opacity: 1;
}
.foto_upload{
    line-height: 79px;
}
.contact-form-sec .col-lg-6:last-child {
	position: relative;
}
.contact-form-sec .common-btn {
	/*position: absolute;*/
	width: 100%;
	bottom: 11px;
	right: 11px;
	background-color: #bd9e80;
	max-width: 220px;
	border-color: #bd9e80;
}
.contact-form-sec .common-btn:hover {
	background-color: #1c1c1c;
	border-color: #1c1c1c;
}
textarea.form-styl {
	height: 264px;
	padding: 30px 40px 85px;
}

/*=================================lunchroom page start====================================*/
.inner-banner-sec {
	padding: 13% 0 11%;
}
.inner-banner-sec h1 {
	text-transform: uppercase;
}
.each-lunch-gal {
	height: 100%;
	overflow: hidden;
}
.each-lunch-gal img {
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-lunch-gal:hover img {
	transform: scale(1.1);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.lunch-mid-sec a {
    font-family: 'nexa_bold';
    font-size: 24px;
    color: #bc9e82;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 50px;
    display: block;
}
.lunch-mid-sec a:hover {
    opacity: 0.8;
}
.lunch-mid-sec a img {
    width: 50px;
    margin-right: 35px;
}
.lunch-mid-sec .left-block {
    position: static;
}
.lunch-mid-sec .left-block img{
    height: 100%;
    object-fit: cover;
}
.lunch-mid-sec .col-md-5, .lunch-gallery .col-lg-5{
    width: 46.4%;
}
.lunch-mid-sec .col-md-7, .lunch-gallery .col-lg-7{
    width: 53.6%;
}
.lunch-gallery{
   margin-top: -200px;
    position: relative;
}
.lunch-gallery .col-lg-5 .each-lunch-gal{
    padding-top: 200px;
}
.contact-time-sec.lunch-mid-sec .right-block{
    margin-right: 18%;
    margin-top: 0;
    padding-bottom: 250px;
    padding-top: 200px;
}
.lunch-mid-sec .col-md-7{
    padding-top: 200px;
}
.lunch-mid-sec .divider{
    margin-bottom: 50px;
}
/*=================================diensten page start====================================*/
.diensten-top-sec {
    padding: 5% 0;
    background-color: #1a1a1a;
}
.diensten-top-sec .sec-heading {
    margin-bottom: 0;
    max-width: 950px;
}
.diensten-top-sec .sec-heading p {
    color: #fff;
}
.each-diensten-list-wrapper {
	padding-bottom: 9%;
	position: relative;
}
.each-diensten-list-box{
	position: relative;
}
.each-diensten-list-box h2{ 
	margin: 40px 0 15px;
}
.each-diensten-list-box p {
	margin-bottom: 55px;
    text-align: justify;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-diensten-list-box .common-btn {
	border-color: #1c1c1c;
	color: #1c1c1c;
}
.each-diensten-list-box .common-btn:hover {
	border-color: #bd9e80;
	color: #fff;
}
.each-diensten-list-wrapper .col-lg-6:nth-child(odd) .each-diensten-list-box {
	padding-right: 20%;
}
.each-diensten-list-wrapper .col-lg-6:nth-child(even) .each-diensten-list-box {
	padding-left: 20%;
}
.each-diensten-list-wrapper:nth-child(even) {
	background-color: #1a1a1a;
}
.each-diensten-list-wrapper:nth-child(even)::before {
	content: '';
	background-color: #fff;
	height: 30%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.each-diensten-list-wrapper:nth-child(odd)::before {
	content: '';
	background-color: #1a1a1a;
	height: 30%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.each-diensten-list-wrapper:nth-child(even) .each-diensten-list-box p {
	color: #fff;
}
.each-diensten-list-wrapper:nth-child(even) .each-diensten-list-box .common-btn {
	border-color: #fff;
	color: #fff;
}
.each-diensten-list-wrapper:nth-child(even) .each-diensten-list-box .common-btn:hover {
	border-color: #bd9e80;
	color: #fff;
}

/*=================================vacature page start====================================*/
.vacature-info {
    margin-bottom: 55px;
}
.vacature-info ul li {
    display: inline-block;
    margin-right: 110px;
}
.vacature-info ul li:last-child {
    margin: 0;
}
.vacature-info ul li span {
    margin-right: 15px;
    display: inline-block;
}
.vacature-info ul li span img {
    width: 30px;
}
.vacature-info ul li h6 {
    display: inline-block;
	font-family: 'NexaLight';
    font-size: 15px;
    color: #1c1c1c;
}
.vacature-list-sec .each-diensten-list-wrapper:nth-child(even) .vacature-info h6 {
	color: #fff;
}
/*=================================diensten-dtl page start====================================*/
.diensten-dtl-header {
    background-color: #1c1c1c;
    position: relative;
}
.diensten-dtl-bk-btn {
    background-color: #1a1a1a;
    padding-top: 35px;
}
.diensten-dtl-bk-btn a {
    font-size: 15px;
    font-family: 'nexabook';
    color: #fff;
    letter-spacing: 1px;
}
.diensten-dtl-bk-btn a img {
    width: 15px;
    margin-right: 20px;
    margin-top: -3px;
    filter: brightness(2);
    -webkit-filter: brightness(2);
}
.diensten-dtl-bk-btn a:hover {
    color: #bd9e80;
}
.diensten-dtl-bk-btn a:hover img {
    filter: brightness(1);
    -webkit-filter: brightness(1);
}
.diensten-dtl-mid .right-block {
    padding-bottom: 30%;
}
/*=================================vacature-dtl page start====================================*/
.vacature-dtl-top-sec .sec-heading h2 {
    display: inline-block;
}
.vacature-dtl-top-sec .sec-heading a {
    font-family: 'NexaLight';
    font-size: 15px;
    color: #fff;
    display: inline-block;
    margin-left: 50px;
    position: relative;
    top: -6px;
}
.vacature-dtl-top-sec .sec-heading a img {
    width: 20px;
    margin-right: 20px;
}
.vacature-dtl-top-sec .sec-heading a:hover {
    opacity: 0.6;
}
.vacature-form-sec .upload-btn {
    font-family: 'NexaLight';
    font-size: 15px;
    color: #1c1c1c;
    opacity: 0.5;
    margin-top: 10px;
}
.vacature-form-sec .upload-btn img {
    width: 20px;
    margin-right: 10px;
}
.vacature-form-sec .common-btn {
    bottom: 35px;
}
.vacature-dtl-top-sec .vacature-info h6 {
    color: #fff;
}
.vacature-dtl-top-sec .vacature-info {
    margin-top: 50px;
}
.vacature-dtl-top-sec .vacature-info ul li {
    margin-right: 150px;
}
.vacature-dtl-top-sec .vacature-info ul li:last-child {
    margin-right: 0;
}
/*=================================overons page start====================================*/
.overons-mid-sec {
    position: relative;
}
.overons-mid-sec::before {
    content: '';
    background-color: #1a1a1a;
    width: 100%;
    height: 19.2%;
    bottom: 0;
    left: 0;
    position: absolute;
}
.overons-mid-sec .right-block {
    background-color: #212121;
    position: relative;
    z-index: 1;
}
.member-sec .top-content {
    padding-top: 13%;
}
.overons-bottom-heading {
    background-color: #fff;
    padding: 5% 0 5%;
}
.overons-bottom-heading .sec-heading p {
    color: #1c1c1c;
}
.overons-btm-banner {
    position: relative;
}
.overons-btm-banner .common-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*=================================aanbod-dtl page start====================================*/
.aanbod-dtl-bk-btn {
	position: relative;
    padding-top: 50px;
    background: #fbfbfd;
}
.aanbod-dtl-bk-btn a {
	font-size: 15px;
	font-family: 'nexabook';
	color: #1c1c1c;
	letter-spacing: 1px;
}
.aanbod-dtl-bk-btn a:hover {
	color: #bc9e82;
}
.aanbod-dtl-bk-btn a:hover img {
    filter: brightness(1);
    -webkit-filter: brightness(1);
}
.aanbod-dtl-bk-btn a img {
	width: 15px;
	margin-right: 15px;
    margin-top: -5px;
    filter: brightness(0);
    -webkit-filter: brightness(0);
}
/****product-model*****/
.product-model {
	text-align: center;
    position: relative;
    background: #fbfbfd;
    padding-bottom: 30px;
}
.product-model-wrapper {
/*	padding-top: 85px;*/
	width: 100%;
	z-index: 9;
}
.product-model h2 {
	font-family: 'nexa_regular';
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #1c1c1c;
	border-bottom: 1px solid #1c1c1c;
	display: inline-block;
}
.product-model h4 span {
	display: block;
	color: #bd9e80;
	margin-top: 10px;
}
/****top-slider******/
.dtl-top-pagination {
    top: 50%;
    position: absolute;
    right: 40px;
    transform: translateY(-50%);
    z-index: 99;
    width: 40px;
    height: 40px;
}
.dtl-top-pagination .swiper-pagination {
    position: initial;
    transform: inherit;
}
.dtl-top-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    border-radius: 0;
    background: #ebe3dd;
    opacity: 1;
    display: block;
    margin: 0 auto 5px !important;
}
.dtl-top-pagination .swiper-pagination-bullet-active {
	background: #bc9e82;
	border-color: #bc9e82;
    width: 35px;
    height: 35px;
}
/******car-info*********/
.anbod-dtl-car-info {
	padding-top: 40px;
}
.each-dtl-car-info {
	text-align: center;
}
.each-dtl-car-info h6 {
	font-family: 'nexa_regular';
	color: #bc9e82;
	margin-top: 25px;
	letter-spacing: 1px;
    word-break: break-word;
}
.each-dtl-car-info span img {
	width: 40px;
}
.each-dtl-car-info span {
	width: 100px;
	height: 100px;
	border: 1px solid #bc9e82;
	border-radius: 100%;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.each-dtl-car-info span h6 {
    color: #bc9e82;
    font-family: 'nexa_regular';
    margin: 0 !important;
}
.anbod-dtl-car-info .col-lg-2 {
	width: 12.5%;
}
/******car-dtls*********/
.aanbod-dtl-car-desc {
    padding: 88px 0 120px;
}
.aanbod-dtl-common-wrap{
	padding-left: 45px;
	padding-right: 45px;
}
.dtl-car-contact {
    max-width: 437px;
    width: 100%;
    padding: 24px;
    border: 1px solid #9b9b9b;
    display: flex;
    align-items: center;
}
.dtl-car-contact .mw-100{
    width: 150px;
}
.dtl-car-contact p {
    font-family: 'nexa_bold';
    font-size: 20px;
    color: #bc9e82;
    margin-left: 28px;
    line-height: 34px;
}
.dtl-car-contact p a {
    color: #bc9e82;
}
.dtl-car-contact p a:hover {
    color: #1c1c1c;
}
.dtl-car-share {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 30px;
}
.dtl-car-share a {
	font-family: 'nexa_regular';
	font-size: 20px;
	color: #1c1c1c;
    letter-spacing: 1px;
    margin-right: 30px;
}
.dtl-car-share a:hover {
    color: #bc9e82;
}
.dtl-car-share a img {
    width: 25px;
    margin-left: 10px;
}
.dtl-car-share h2 {
	font-family: 'nexa_regular';
	font-size: 42px;
	color: #1c1c1c;
    letter-spacing: 3px;
}
.dtl-car-btn .row{
    justify-content: flex-end;
}
.dtl-car-btn img {
    width: 46px;
    margin-right: 30px;
}
.dtl-car-btn img:hover {
    filter: brightness(0);
    -webkit-filter: brightness(0);
}
.dtl-car-btn .common-btn {
    max-width: 100%;
    border-color: #bc9e82;
    color: #bc9e82;
}
.dtl-car-btn .common-btn:hover {
    color: #fff;
}
.dtl-car-btn .col-lg-3:last-child .common-btn {
    background-color: #bc9e82;
    border-color: #bc9e82;
    color: #fff;
}
.dtl-car-btn .col-lg-3:last-child .common-btn:hover {
    background-color: #fff;
    color: #bc9e82;
}
/*****aanbod-dtl-gal********/
.aanbod-dtl-gallery {
    padding: 4% 0 6%;
    background-color: #1a1a1a;
}
.aanbod-dtl-gal-heading {
    margin-bottom: 4%;
    text-align: center;
}
.aanbod-dtl-gallery .col-lg-2 {
    padding: 5px;
    width: 20%;
}
.each-dtl-gal{
    position: relative;
    overflow: hidden;
}
.each-dtl-gal::after{
    content: '';
    position: absolute;
    background-color: rgba(28, 28, 28, 0.5);
    height: 100%;
    width: 100%;
    top: -100%;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-dtl-gal:hover::after {
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-dtl-gal:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-dtl-gal img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/*****tab sec****/
.tab-sec {
    padding: 5% 0 4%;
}
.tab-contents{
    padding-bottom: 40px;
}
.tab-heading {
    margin-bottom: 6%;
}
.tab-contents ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    font-family: 'nexa_regular';
    font-size: 20px;
    color: #bd9e80;
    padding-bottom: 20px;
    word-break: break-word;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding-right: 20px;
}
.tab-contents ul li span{
    text-transform: none;
}
.tab-contents ul li span {
    color: #1c1c1c;
    display: block;
}
/*****related-product*****/
.related-product {
/*    padding: 135px 0 96px;*/
    padding: 80px 0 80px;
}
/*===onderhoud block===*/
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #bc9e82;
    font-size: 16px;
    line-height: 24px;
}
.left-bg-block h6 {
    line-height: 30px;
    color: #fff;
    font-size: 16px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #bc9e82;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
    background-color: #fff;
}
.each-onderhoud-block h4 {
    color: #1c1c1c;
    font-size: 24px;
}
.each-onderhoud-block h5 {
    color: #1c1c1c;
    margin: 10px 0px 30px;
    font-size: 18px;
}
/*=================================aanbod page start====================================*/
/****aanbod-ban******/
.aanbod-ban{
    position: relative;
}
/****aanbod-filter-sec******/
.aanbod-filter-sec{
	background-color: #181818;
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 60px;
    color: #fff;
    font-family: 'nexabook';
    font-size: 15px;
    border: 0;
    border-right: 1px solid #2c2c2c;
    appearance: none;
    line-height: 58px;
    text-align: center;
	background: url(../images/down-arrow.svg) #1c1c1c no-repeat 90% center/8px;
	text-transform: uppercase;
}
.aanbod-filter-sec .filter-area{
	background-color: #fff;
/*	padding: 20px 0;*/
    margin: -70px 5px 0  5px;
    position: relative;
    z-index: 1;
    height: 60px;
    bottom: 20px;
}
.zoken-btn button{
	color: #1c1c1c;
    font-family: 'nexabook';
    font-size: 15px;
	height: 60px;
	line-height: 60px;
	position: relative;
	border: none;
    max-width: 100%;
}
.zoken-btn .common-btn{
    background-color: #bd9e80;
    color: #fff;
}
.zoken-btn .common-btn img{
	filter:  brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
/*.zoken-btn .common-btn:hover img{
	filter: invert(0);
	-webkit-filter: invert(0);
}*/
.zoken-btn .common-btn:hover{
	background-color: #121212;
	color: #fff;
}
.zoken-btn{
	text-align: center;
    position: relative;
}
.zoken-btn .text-black{
    margin-top: 5px;
    float: right;
    color: #fff !important;
}
.zoken-btn img{
	width: 12px;
	margin: 0 0 5px 35px;
}
/****aanbod-product-sec******/
.aanbod-product-sec{
    background-color: #181818;
    padding: 70px 0 146px 0;
}
.aanbod-product-middle-content h4 {
    color: #fff;
    font-family: 'nexa_bold';
}
.aanbod-product-middle-content p {
    color: #fff;
    padding: 20px 14% 45px 0;
    text-align: justify;
}
.aanbod-product-middle-content{
    position: relative;
    z-index: 2;
    padding: 0 57px;
}
.aanbod-product-sec .col-xl-4{
    margin-bottom: 10px;
    padding: 0 5px;
}
.aanbod-product-middle-area{
    position: relative;
}
.aanbod-product-middle-area:after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(26, 26, 26, 0.67);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}
/*=================================aanbod-list page start====================================*/
/****aanbod-list-area******/
.aanbod-list-area{
    padding-top: 0;
}
.aanbod-list-area .each-product .col-lg-6:nth-child(odd) {
    width: 44.5%;
}
.aanbod-list-area .each-product .col-lg-6:nth-child(even) {
    width: 55.5%;
}
.aanbod-list-area .col-xl-12{
    margin-bottom: 10px;
    padding: 0 5px;
}
.aanbod-list-area .each-product{
    background-color: #fff;
}
.aanbod-list-area .product-dtl{
    padding: 30px 11%
}
.aanbod-list-area .product-btn{
    padding-left: 60px;
}
.aanbod-list-area .product-btn:before{
    left: auto;
    right: 0;
}
.aanbod-list-area .each-product:hover table {
    display: table;
}
.aanbod-list-area .each-product table td{
    padding-right: 150px;
}
.aanbod-list-area .each-product table td:last-child{
    padding-right: 0;
}
.divide{
    display: none;
}
.aanbod-list-area .each-product .product-dtl h6 {
    margin-bottom: 15px;
}
/****faster-sec-area******/
.faster-sec-area{
    background-color: #181818;
    padding: 35px 0 23px;
}
.weer-gave p{
    font-family: 'nexabook';
    font-size: 16px;
    color: #9b9b9b;
}
.aanbod-each-filter-grid{
    font-family: 'nexabook';
    font-size: 16px;
    color: #9b9b9b;
    display: flex;
    justify-content: right;
    opacity: 0.5;
    margin-left: 20px;
}
.aanbod-each-filter-grid img{
    width: 25px;
    margin-right: 16px;
}
.faster-wrap{
    width: 100%;
    max-width: 352px;
    margin-left: auto;
    padding: 0 5px;
}
.aanbod-each-filter-grid.active{
    opacity: 1;
}
/*=================================verkocht page start====================================*/
.verkocht-sec {
    padding-top: 140px;
}
.verkocht-sec .each-product:hover .product-btn {
    display: none;
}
.verkocht-sec .each-product:hover table {
    display: table;
}

/*******loader*****/
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color:#fff;
  font-size:18px;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}

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

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

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

.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    padding: 0px 0;
}
.cookie_div{
    color:#9c9c9c;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.cookie_div h4{
    margin-bottom: 15px;
    font-size: 13pt;
    font-family: 'Calibri';
}
.cookie_div a{
    color:#38b6be;
    font-size: 10pt;
    font-weight:bold;
    margin-left:8px;
    font-family: 'Calibri';
}
.cookie_div button{
    color:#3c935c;
    background:#dbffe8;
    font-weight: bold;
    border: 0;
    padding: 10px 25px;
    margin:5px 0;
    cursor: pointer;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.light_theme{
    background:rgba(255, 255, 255, 0.83);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.light_theme h4{
    color:#2a2a2a;
}
.dark_theme h4{
    color:#c9c9c9;
}
/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 4px 0 6px 30px;
}

.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    text-transform: uppercase;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon{
    margin-bottom: 40px;
}
.star_icon p{
    font-size: 16px;
    color: black;;
    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;
}
.product-info button img {
    width: 10px;
    margin-top: -4px;
    margin-left: 12px;
}
.product-info button{
    border: none;
    background:transparent;
    font-size: 15px;
    font-family: 'WorkSansLight';
    color: #005dab;
    margin-top: 30px;
    display: inline-block;
}
.form_sec{
    padding: 40px 20px;
    background-color: #f7f7f7;
}
.footer-sec {
    padding-bottom:0;
}
.add_morgan_footer_margin{
    height: 100px !important;
}
.form-1, .form-2 {
    display: none;
    padding: 8% 0;
    background-color: #fff;
}
.tab_hedaing h4{
    color: #bd9e80;
    border-bottom: 1px solid #1c1c1c;
    padding-bottom: 10px;
}
.Opties_tab ul li{
    width: 100%;
}
.tab_hedaing {
    padding-bottom: 20px;
}
.privacy_section{
    padding-bottom: 10%;
}
/*============wordt-verwacht==============*/
.wordt-verwacht-sec.aanbod-product-sec{
    padding: 70px 0;
}
.wordt-verwacht-sec .product-dtl{
    min-height: auto;
}
.product-image{
    position: relative;
    overflow: hidden;
}
.image-overlay {
  background: rgba(26, 26, 26, 0.67);
  position: absolute;
  height: 100%;
  width: 100%;
  top: -100%;
  left: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.image-overlay h4{
    font-family: 'nexa_bold';
    color: #fff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    text-transform: uppercase;
}
.wordt-verwacht-sec .each-product:hover .image-overlay {
    top: 0;
}
/*=================================popup start======================================*/
.new-modal-area .pop-up-img-right {
	border: 8px solid #ffffff;
	border-left: 0;
	height:100%;
	padding: 80px 50px;
	background-color: #000;
	background-image: none !important;
}
.new-modal-area .pop-up-img-left img:not(.logo-img){
	height: 100%;
	object-fit: cover;
}
.new-modal-area .logo-img{
	height: 84px;
}
.new-modal-area .pop-up-img-left{
	border: 8px solid #ffffff;
	height: 100%;
	padding: 80px 50px;
	background-color: #000;
	background-image: none !important;
	/* position: relative; */
}
.new-modal-area .popup-content{
	text-align: center;
}
.new-modal-area .modal-dialog {
    max-width: 65%;
    margin: 8% auto 0;
} 
.new-modal-area .modal {
	background-color: rgba(18,18,18,0.5);
};
.new-modal-area .pop-up-image {
	height: 100%;
}
.new-modal-area .pop-up-image img{
	height: 100%;
	object-fit: cover;
}
.new-modal-area .popup-content p{
	font-family: 'nexa_regular';
    font-size: 22px;
    color: #fff;
    letter-spacing: 0.2px;
    line-height: 34px;
    margin-bottom: 0;
    padding: 12% 0 ;
    text-align: justify;
	min-height: 370px;
	padding-bottom: 0;
}
.new-modal-area .close-img-btn {
    position: absolute;
    top: -23px;
	right: -23px;
    z-index: 1;
	height: 60px;
	width: 60px;
	background-color: #0F1014;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.new-modal-area .close-img-btn img{
	width: 20px;
}
.new-modal-area .common-btn{
	max-width: 300px;
}
.new-modal-area .common-btn:hover {
	color: #1c1c1c;
	background-color: #fff;
}
@keyframes slide{
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }   
}
.ticker{
    overflow: hidden;
    white-space: nowrap;
    background: #1a1a1a;
}
.ticker:hover .ticker-slide{
    animation-play-state: paused;
}
.ticker-slide{
    display: inline-block;
    animation: 370s slide infinite linear;
}
.ticker-slide a{
    margin: 0 25px;
    color: #fff;
    font-size: 14px;
}
.ticker-slide a span{
    color: #bd9e80;
}
.side-logo-area {
    position: fixed;
    right: 1px;
    bottom: 80px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    z-index: 9999;
}
.whatsapp-logo {
    text-align: center;
    padding-top: 100%;
}
.whatsapp-logo .alert-number span {
	margin: -3px 0 0 -3px;
    position: absolute;
}
.popup .popuptext {
    width: 200px;
    background-color: #25D366;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 8px;
    right: 7vw;
    font-size: small;
}
.notifcation {
    position: relative;
}
.alert-number {
    position: absolute;
    bottom: 51px;
    right: 19px;
    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;
}
.side-logo-area img {
    max-height: 57px;
}
.calsty {
    border: 0;
    width: 100%;
    height: 607px;
    background: transparent;
}

html{
    font-size: 62.5%;
}
.widget-btn-area{
	bottom: 2rem;
  	left: 3rem;
  	z-index: 99;
}
.widget-btn{
	border-radius: 10px;
  	background: #bd9e80;
	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;
  	font-family: 'nexa_bold';
  	cursor: pointer;
  	color: #fff;
}	
.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: 4rem;
  	-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: 56rem;
  	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-size: 2.4rem;
}
.widget-content h5{
	font-family: 'nexa_regular';
	font-size: 1.7rem;
	margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
	text-decoration: underline;
	color: #bd9e80;
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #bd9e80;
  	background: #bd9e80;
	padding: 1.2rem 2rem;
	font-size: 1.7rem;
  	font-family: 'nexa_bold';
	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: #bd9e80 !important;
}
@media (max-width: 1101px) and (min-width: 1030px){
    .calsty{
		height: 529px !important;
	}
}
@media (max-width: 1030px) and (min-width: 858px){
    .calsty{
		height: 571px !important;
	}
}
@media (max-width: 858px) and (min-width: 504px){
    .calsty{
		height: 848px !important;
	}
}
@media (max-width: 504px){
    .calsty{
		height: 953px !important;
	}
}