@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'palindrome_expanded_sexpanded';
    font-size: 1.4rem;
    color: #1c1c1c;
    overflow-x: hidden;
}
html{
    font-size: 62.5%;
}
#page{
	overflow: hidden;
}
.dblock{
	display:none;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/*******header*******/
.header-area .header_inner{
    padding: 40px 0;
}
.header-wrapper {
	padding: 0 80px;
}
.header-logo img {
	width: 428px;
}
.header-area .navbar-nav{
    margin-top: 0;
}
.header-area .nav-link:before{
    background: #116c45;
}
.desktop-nav.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
}
.desktop-nav.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #116c45;
}
.desktop-nav.navbar-expand-lg .navbar-nav .nav-link.active {
    color: #116c45;
}
.desktop-nav.navbar-expand-lg .navbar-nav .menu-icon .nav-link:hover {
    color: #fff;
}
.desktop-nav .nav-item {
    margin-right: 40px;
    font-family: 'palindrome_expanded_sexpanded';
}
.desktop-nav .nav-item:last-child {
	margin-right: 0;
}
.menu-items, .menu-items.active{
    left: 0;
    right: auto;
}
.header-area .menu-navigation{
    padding: 12rem 3rem 3rem;
}
.header-area .nav_menu_right_part{
    position: static;
    transform: translateY(0);
}
.header-area .menu-icon{
    margin-left: 0;
    margin-right: 10px;
}
.header-area .menu-icon div{
    width: 10px;
}
.menu-items a{
    text-transform: capitalize;
}
/****banner-sec*****/
.banner-sec {
	position: relative;
    overflow: hidden;
}
.banner-sec .slider{
    position: relative;
    padding: 56.25% 0 0 0;
}
.banner-sec iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-wrap{
    margin: -5.2% 0;
}
.banner-content { 
	position: absolute;
	bottom: 75px;
	left: 0;
	width: 100%;
	z-index: 1;
}
.banner-content h1 {
	margin-bottom: 40px;
}
.each-banner img {
    height: 100%;
    object-fit: cover;
}
/********product*********/
.sec-heading{
    padding: 80px 40px;
}
.product-slider{
    position: relative;
    padding-right: 40px;
    padding-bottom: 130px;
}
.product-slider:before{
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 350px;
    background: #1c1c1c;
}
.product-slider .swiper-button-next{
    right: 5%;
    top: 27%;
}
.product-slider .swiper-button-next img{
    filter: brightness(1) invert(1);
    -webkit-filter: brightness(1) invert(1);
}
.product-dtl{
    padding: 40px 30px;
    background: #fff;
}
.product-dtl h6{
    font-family: '34095';
    color: #9d9d9d;
    height: 48px;
    overflow: hidden;
}
.product-dtl .row{
    margin-top: 40px;
}
.product-dtl .row h6{
    color: #1c1c1c;
    height: auto;
}
.product-dtl h3{
    margin-bottom: 10px;
}
.txt-btn{
    font-family: '34095';
    font-size: 2rem;
    color: #116c45;
}
.product-wrap{
    margin-left: -10%;
}
/************service***********/
.content-top{
    background: #1c1c1c;
}
.content-top .col-xl-9{
    background: #fff;
    padding-top: 100px;
    padding-bottom: 80px;
    padding-left: calc(6% + 52px)
}
.each-gal p{
    color: #fff;
    margin-top: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-gal{
    display: block;
    padding: 0;
    min-height: auto;
}
.each-gal img{
    position: static;
}
.each-gal .before_the_flood_heading{
    text-shadow: none;
    margin-bottom: 0;
}
.each-gal .before_the_flood_inner{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 2rem;
}
.each-gal .before_the_flood_desc{
    line-height: normal;
    max-width: 100%;
    margin-bottom: 0;
}
.each-gal .before_the_flood_heading h6{
    padding-bottom: 6px;
    border-bottom: 2px solid transparent;
}
.each-gal.each_before_the_flood_block:hover .before_the_flood_heading h6{
    border-color: #116c45;
}
.each-gal.each_before_the_flood_block:hover .before_the_flood_heading{
    transform: scale(1);
    -webkit-transform: scale(1);
}
/*.gal-heading {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    text-align: center;
    width: 100%;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.each-gal:hover .gal-heading {
    top: 100%;
    transform: translateY(0);
}
.gal-content {
    position: absolute;
    bottom: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    z-index: 1;
}
.text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 400px;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0 5%;
}
.each-gal:hover .gal-content {
    bottom: 0;
    height: 100%;
}*/
.service-slider .swiper-button-next{
    right: 3%;
}
.service-slider .swiper-button-prev{
    left: 3%;
}
/**************content************/
.content-sec{
    padding: 10% 0;
    position: relative;
}
.content-sec:after{
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    content: '';
    background: #1c1c1c;
    z-index: -1;
}
.content-wrap h5{
    margin: 30px 0;
}
.content-wrap p{
    margin-bottom: 70px;
}
.content-wrap{
    max-width: 620px;
    width: 100%;
}
.img-block{
    padding-right: 90px;
}
/**************footer*************/
.footer-area{
    padding: 7% 0;
    background: #121212;
    border-top: 1px solid rgba(28, 28, 28, 0.2);
    border-bottom: 8px solid #116c45;
}
.footer-logo {
    width: 571px;
    margin-bottom: 40px;
    display: block;
}
.contact-info{
    max-width: 860px;
    width: 100%;
    margin-left: auto;
    text-align: right;
}
.contact-info h5{
    margin-bottom: 30px;
}
.contact-info p{
    line-height: 34px;
    margin-bottom: 0;
    color: #fff;
    font-size: 1.5rem;
}
.opening-block{
    position: relative;
    left: 30px;
}
.social-icon{
    margin-right: 12px;
}
.social-icon img{
    width: 20px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.footer-area a:not(:hover){
    color: #fff;
}
/*=================================popup start======================================*/
.modal-area .modal-dialog {
    max-width: 50%;
    margin: 8% auto 0;
}
.modal-area .modal {
	background-color: rgba(0, 0, 0, 0.5);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: #fff;
	position: relative;
}
.modal-area .popup-content p {
    margin: 35px 0 0;
}
.modal-area .popup-content {
    padding: 50px 7%;
    background-color: #fff;
}
.close-img {
    font-family: '34093';
    font-size: 3rem;
    color: rgba(0, 0, 1, 0.64);
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
}
.close-img:hover {
    color: rgba(0, 0, 1, 0.64);
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
/*=================================contact page start======================================*/
/***inner-header***/
.inner-header .desktop-nav.navbar-expand-lg .navbar-nav .nav-link{
    text-transform: capitalize;
}
.inner-header .menu-bar{ 
    margin-right: 0;
    margin-left: 25px;
}
.inner-header .header-contact li {
    margin-right: 35px;
    font-family: 'palindrome_expanded_sexpanded';
    font-size: 1.5rem;
    color: #fff;
    display: inline-block;
}
.inner-header .header-contact li:last-child {
    margin: 0;
}
.inner-header .header-contact li a {
    color: #fff;
}
.inner-header .header-contact li a:hover {
    color: #116c45;
}
.inner-header .menu-items, .inner-header .menu-items.active{ 
    right: 0;
    left: auto;
}
.inner-header .menu-icon {
    margin-left: 10px;
    margin-right: 0;
}
/****contact-map-sec**/
.contact-map-sec {
    position: relative;
}
.contact-map-img {
    height: 830px;
}
.contact-map-text {
    position: absolute;
    z-index: 1;
    bottom: 103px;
    width: 100%;
}
/*****contact-info-sec***/
.contact-info-sec { 
    background-color: #121212;
    padding: 6.5% 0 95px;
}
.heading-block { 
    margin-bottom: 11%;
}
.heading-block h2 {
    color: #fff;
}
.heading-block p {
    padding-right: 12%;
    color: #fff;
    text-align: justify;
}
.each-contact-info {
    text-align: center;
    padding: 70px 0 10px;
    height: 100%;
}
.contact-info-block .col-md-4 {
    border-right: 2px solid #272727;
}
.contact-info-block .col-md-4:last-child{
    border-right: 0;
}
.each-contact-info p {
    color: rgba(255,255,255,0.5);
    line-height: 35px;
}
.each-contact-info p a {
    color: rgba(255,255,255,0.5);
}
.each-contact-info p a:hover {
    color: #fff;
}
.each-contact-info-img {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #004226;
    border-radius: 100%;
    margin: 0 auto 32px;
}
.each-contact-info-img img {
    width: 40px;
}
/****contact-form-sec****/
.contact-form-sec {
    padding: 4% 0;
    background-color: #1c1c1c;
}
.contact-form-sec h3 {
    color: #fff;
    font-family: 'palindrome_expanded_sexpanded';
    margin-bottom: 75px;
}
.contact-form-sec label {
    color: #fff;
    font-family: 'NunitoSansRegular';
    font-size: 1.6rem;
    margin-bottom: 15px;
}
.form-styl {
    resize: none;
    font-family: 'NunitoSansRegular';
    border: 0;
    color: #fff;
    font-size: 1.6rem;
    padding: 0 20px;
    border-radius: 0;
    height: 58px;
    background-color: #2c2c2c;
}
.contact-form-sec .form-group {
    margin-bottom: 28px;
}
.form-styl:focus {
	color: #fff;
    box-shadow: none;
    background-color: #2c2c2c;
} 
.form-styl:placeholder {
	color: #fff;
	opacity: 1;
}
.form-styl:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}
.form-styl::placeholder {
	color: #fff;
	opacity: 1;
}
textarea.form-styl {
    height: 184px;
    padding: 16px 30px;
}
.foto_upload{
    line-height: 58px;
}
/****contact-time-sec*****/
.contact-time-sec {
    background-color: #121212;
    padding-bottom: 150px;
    position: relative;
}
.contact-time-sec::after {
    content: '';
    background-color: #1c1c1c;
    height: 210px;
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.contact-time-text{ 
    padding: 50px 24%;
    background-color: #1c1c1c;
}
.contact-time-text h2 {
    color: #fff;
}
.contact-time-text h5 {
    margin: 20px 0 50px;
}
.contact-time-text td {
    vertical-align: top;
    font-family: '34093';
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: 0.4px;
    line-height: 27px;
}
.contact-time-text td:nth-child(odd) {
    padding-right: 85px;
}
.contact-time-text p {
    color: #fff;
    margin: 25px 0 0;
    line-height: 27px;
}
/*****inner-footer***/
.inner-footer {
    background-color: #121212;
}
.inner-footer .contact-info p {
    color: #fff;
}
.inner-footer .contact-info a {
    color: #fff;
}
.inner-footer .contact-info a:hover {
    color: #116c45;
}
.inner-footer .social-icon img {
    filter: invert(1);
}
/*=================================marken page start======================================*/
/*****inner-banner-sec****/
.inner-banner-sec { 
    position: relative;
}
.inner-banner-sec::after {
    content: '';
    height: 100%;
    width: 100%;
    /*background-color: rgba(0, 0, 1, 0.45);*/
    position: absolute;
    top: 0;
    left: 0;
}
.inner-banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
    padding-top: 9%;
}
/****brand-sec***/
.brand-sec { 
    background-color: #121212;
    padding: 7% 0;
}
.brand-wrapper {
    margin: 0 -5px;
}
.brand-sec .heading-block p {
    padding-right: 22%;
}
.each-brand {
    background-color: #1c1c1c;
    padding: 30px 20px;
    height: 100%;
}
.each-brand h6 {
    color: #9d9d9d;
    font-family: 'palindrome_expanded_sexpanded';
}
.brand-wrapper .col-lg-3 {
    width: 20%;
    padding: 5px;
}
.each-brand-img {
    width: 50%;
    text-align: center;
    margin: auto;
    height: 180px;
}
/*=================================diensten page start======================================*/
.diensten-top-sec { 
    padding: 107px 0 100px;
    background-color: #1c1c1c;
}
.diensten-top-sec table {
    width: 100%;
}
.diensten-top-sec td {
    width: 50%;
    vertical-align: top;
    padding: 0 6%;
}
.diensten-top-sec td p {
    color: #fff;
    margin: 0;
}
/****diensten-list-sec****/
.diensten-list-sec .each-gal h6 {
    border: 2px solid transparent;
    background-color: transparent;
    color: #fff;
    padding: 12px 8px;
    display: block;
    font-size: 1.7rem;
}
.diensten-list-sec .each-gal.each_before_the_flood_block:hover h6{
    background-color: #116c45;
    border-color: #116c45;
}
/*=================================diensten-dtl page start======================================*/
/****diensten-dtl-bk-btn****/
.diensten-dtl-bk-btn {
    background-color: #1c1c1c;
    padding: 168px 0 60px;
}
.diensten-dtl-bk-btn .common-btn {
    max-width: 275px;
    background: #004226;
    border-color: #004226;
}
.diensten-dtl-bk-btn .common-btn:hover {
    background: #fff;
}
/****diensten-dtl-top-sec*****/
.diensten-dtl-top-sec { 
    background-color: #121212;
    padding: 8% 0;
}
.diensten-dtl-top-sec .heading-block {
    margin-bottom: 0;
}
/***diensten-dtl-mid-sec***/
.diensten-dtl-mid-sec .contact-time-text{ 
    padding-left: 18%;
    padding-right: 18%;
    padding-top: 17%;
}
.diensten-dtl-mid-sec .contact-time-text p {
    margin: 0;
}
/****diensten-dtl-contact-form-sec****/
.diensten-dtl-contact-form-sec {
    background-color: #121212;
}
/****diensten-dtl-related-service***/
.diensten-dtl-related-service .heading-block {
    margin-bottom: 0;
}
.diensten-dtl-related-service .content-top {
    padding: 5% 0;
    background-color: #1c1c1c;
}
.diensten-dtl-related-service .heading-block p {
    padding-right: 0;
    padding-left: 10%;
}
.diensten-dtl-related-service  .gal-content h6 {
    border: 2px solid #116c45;
    background-color: #116c45;
    color: #fff;
    padding: 12px 8px;
    display: block;
    font-size: 1.7rem;
}
/*=================================aanbod-page start======================================*/
/****aanbod-filter-sec*****/
.aanbod-filter-sec{
    background-color: #1c1c1c;
    padding: 4% 0 3.5% 0;
}
.aanbod-filter-wrap{
    padding: 0 9%;
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 50px;
    color: #fff;
    font-family: '34093';
    font-size: 1.5rem;
    appearance: none;
    line-height: 48px;
    text-align: left;
    border-bottom: 2px solid #116c45;
    background-color: #1c1c1c;
    border-top: none;
    border-left: none;
    border-right: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.filter-head h3{
    font-family: 'palindrome_expanded_sexpanded';
    font-size: 3.6rem;
    color: #fff;
    margin-bottom: 4%;
}
.filter-head{
    padding: 0 12px;
}
.filter-order-block{
    width: 100%;
    max-width: 160px;
    margin-left: auto;
    font-family: 'palindrome_expanded_sexpanded';
    color: #fff;
    text-transform: uppercase;
    font-size: 1.3rem;
    padding:25px 12px 0 0;
}
.filter-order-block .select-style{
    background: url(../images/filter-order.svg) #1c1c1c no-repeat 100% center/23px !important;
    border: none;
    height: auto;
}
.filter-order-block img{
    width: 23px;
    margin-left: 10px;
}
.aanbod-filter-sec .col-lg-3{
    padding: 0 25px;
}
/****aanbod-product-sec*****/
.aanbod-product-sec{
    background-color: #121212;
}
.aanbod-product-sec .each-product-price span{
    font-size: 1.5rem;
    color: #6f6f6f;
    padding-left: 2px;
}
.aanbod-product-sec h6{
    color: #cdcdcd;
}
.aanbod-product-sec .each-product-price h6{
    color: #fff;
}
.aanbod-product-sec .product-dtl{
    background-color: #1c1c1c;
}
.aanbod-product-sec .product-dtl h3{
    color: #fff;
}
.aanbod-product-sec .each-product{
    margin-bottom: 25px;
}
.aanbod-product-sec .col-xl-4:last-child .each-product{
    margin-bottom: 0;
}
/*=================================verkocht-page start======================================*/
/****verkocht-product-sec*****/
.verkocht-product-sec{
    padding-top: 4%;
}
.verkocht-product-sec .each-product table td{
    font-family: '34095';
    padding: 0 60px 50px 0;
}
.verkocht-product-sec .each-product table td:last-child{
    padding-right: 0;
}
/*=================================over-ons-page start======================================*/
/****ons-counter-sec*****/
.ons-counter-sec{
    background-color: #121212;
    margin-top: -4%;
}
.ons-counter-sec h2{
    color: #ffff;
    line-height: 74.50px;
    padding: 20px 0;
}
.ons-counter-head{
    margin-top: -14.5%;
}
.counter-wrap{
    width: 100%;
    max-width: 410px;
    margin: auto;
    position: relative;
    z-index: 2;
}
.each-counter-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 21%;
}
.each-counter-box:last-child{
    margin-bottom: 0;
}
.circle-part{
    width: 124px;
    height: 124px;
    border-radius: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
}
.count-txt-part{
    width: calc(100% - 124px);
    padding-left: 54px;
}
.count-txt-part h5{
    font-size: 2.5rem;
    font-family: 'NunitoSansRegular';
    color: #116c45;
}
/****ons-team-sec*****/
.ons-team-sec{
    background-color: #121212;
    position: relative;
    padding-top: 6%;
    margin-top: -8.5%;
}
.ons-team-sec:after{
    content: '';
    background-color: #1c1c1c;
    height: 283px;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.ons-team-head h2{
    color: #ffff;
}
.ons-team-head{
    padding-bottom: 6.5%;
    position: relative;
    z-index: 1;
}
.team-img{
    position: relative;
    overflow: hidden;
}
/*.team-img img{
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
}
.each-team-box:hover .team-img img{
    transform: scale(1.1);
}*/
.team-img:after{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.7) 100%);
    top: 0;
    left: 0;
    position: absolute;
}
.team-txt h5{
    font-family: 'palindrome_expandedBdexpanded';
    color: #fff;
}
.team-txt h6{
    font-family: 'NunitoSansRegular';
    font-size: 2.4rem;
}
.team-txt{
    position: absolute;
    bottom: 30px;
    left: 48px;
    z-index: 1;
}
/****ons-bottom-sec*****/
.ons-bottom-sec{
    background-color: #121212;
}
.ons-bottm-head{
    padding: 5% 0;
}
.ons-bottm-head h2{
    color: #ffff;
}
.ons-bottom-sec .swiper-button-prev,
.ons-bottom-sec .swiper-button-next{
    width: 55px;
    height: 55px;
    border-radius: 100%;
    border: 1px solid #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.ons-bottom-sec .swiper-button-next{
    right: 7%;
}
.ons-bottom-sec .swiper-button-prev{
    left: 7%;
}
.ons-bottom-sec .swiper-slide.swiper-slide-next .ons-bottm-img:after, 
.ons-bottom-sec .swiper-slide.swiper-slide-prev .ons-bottm-img:after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.59);
    top: 0;
    left: 0;
    position: absolute;
}
/*=================================aanbod-dtl page start======================================*/
.aanbod-dtl-top-sec{ 
    background-color: #1c1c1c;
    color: #fff;
    padding-bottom: 85px;
}
.dtl-car-model{ 
    padding-right: 20%;
}
.dtl-car-model h2 {
    font-size: 4.1rem;
    color: #fff;
    margin-bottom: 5px;
}
.dtl-car-model h5 {
    color: #fff;
    font-family: 'mundiallight';
}
.dtl-car-price h3 {
    font-family: 'palindrome_expanded_sexpanded';
    font-size: 3.5rem;
    color: #fff;
}
.dtl-car-price-pm h5 { 
    font-family: 'mundiallight';
    font-size: 2.3rem;
    color: #9d9d9d;
    margin-bottom: 20px;
}
.dtl-car-price-pm h3 { 
    font-family: 'mundiallight';
    color: #fff;
}
/****dtl-top-slider****/
.dtl-top-slider { 
    background-color: #1c1c1c;
}
.dtl-top-slider .common-arrow {
    width: 55px;
    height: 55px;
    border: 1px solid #fff;
    border-radius: 100%;
}
.dtl-top-slider .swiper-button-next {
    right: 20px;
}
.dtl-top-slider .swiper-button-prev {
    left: 20px;
}
/***dtl-car-info-sec****/
.dtl-car-info-sec{ 
    background-color: #1c1c1c;
    padding: 80px 0;
}
.each-dtl-car-info { 
    background-color: #272727;
    padding: 30px 12px;
    height: 100%;
}
.each-dtl-car-info h4 { 
    font-family: 'NunitoSansRegular';
    font-size: 2.4rem;
    color: #929292;
}
.each-dtl-car-info h5 { 
    font-family: 'palindrome_expanded_sexpanded';
    color: #fff;
    text-align: center;
    margin: 80px 0 100px;
    word-break: break-word;
}
.dtl-car-info-sec .custom-row .col-lg-3 {
    padding: 5px;
    width: 18%;
}
.dtl-car-info-sec .custom-row .col-lg-4 {
    padding: 5px;
    width: 28%;
}
.car-info-btn {
    font-size: 2rem;
    color: #fff;
    font-family: 'palindrome_expanded_sexpanded';
    border: 0;
    background-color: transparent;
    letter-spacing: 0.5px;
    display: block;
    position: relative;
    padding: 20px 145px 20px 0;
    margin-left: auto;
}
.car-info-btn::after  {
    position: absolute;
    border: 2px solid #fff;
    width: 80px;
    height: 80px;
    right: 0;
    background-color: transparent;
    content: '';
    background-image: url(../images/btn-arrow.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.car-info-btn:hover::after {
    background-color: #004226;
    border-color: #004226;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.inter-btn {
    margin: 30px 0 45px auto;
}
.inter-btn::after { 
    background-color: #004226;
    border-color: #004226;
}
.inter-btn:hover::after {
    background-color: transparent;
    border-color: #fff;
}
/***aanbod-dtl-gallery-sec***/
.aanbod-dtl-gallery-sec {
    background-color: #1c1c1c;
    padding: 0 5px 10px;
}
.aanbod-dtl-gallery-sec .gallery-img {
    margin: 0 5px;
}
.aanbod-dtl-gallery-sec .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #000;
    opacity: 0.5;
}
.aanbod-dtl-gallery-sec .gallery-image-content {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 1;
}
.aanbod-dtl-gallery-sec .gallery-image-content h2 {
    font-family: 'mundiallight';
    font-size: 4.3rem;
    color: #fff;
    margin-bottom: 5px;
}
.aanbod-dtl-gallery-sec .gallery-image-content h6 {
    font-family: 'mundiallight';
    font-size: 1.6rem;
    color: #fff;
}
.aanbod-dtl-gallery-sec .less-gallery-images .col-4:last-child .gallery-img {
    position: relative;
}
.aanbod-dtl-gallery-sec .more-gallery-images {
    display: none;
    margin-top: 10px;
}
/*****dtl-tab-sec****/
.dtl-tab-sec {
    background-color: #121212;
    padding: 85px 0 7%;
}
.dtl-tab-btn {
    margin-bottom: 7.5%;
}
.dtl-tab-btn li {
    font-size: 2.3rem;
    font-family: 'palindrome_expanded_sexpanded';
    letter-spacing: 0.55px;
    display: inline-block;
    margin-right: 55px;
    margin-bottom: 15px;
}
.dtl-tab-btn li a {
    padding-bottom: 5px;
    color: #fff;
    border-bottom: 2px solid transparent;
}
.dtl-tab-btn li a:hover {
    border-bottom-color: #004226;
}
.dtl-tab-btn li a.active {
    border-bottom-color: #004226;
}
/****dtl-tab-content*******/
.each-tab-content { 
    padding: 50px 0;
    border-bottom: 1px solid #4c4c4c;
}
.each-tab-content:first-child {
    padding-top: 0;
}
.each-tab-content:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.each-tab-content p {
    color: #fff;
}
.each-tab-content-heading h5 {
    font-family: 'palindrome_expanded_sexpanded';
    font-size: 2.4rem;
    color: #fff;
    margin-bottom: 40px;
}
.dtl-tab-sec .tab-dtl-block ul li {
    font-family: 'NunitoSansRegular';
    font-size: 1.6rem;
    color: #fff;
    padding-bottom: 10px;
    word-break: break-word;
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 8px;
    padding-left: 20px;
    background-size: 7px;
    color: rgba(255, 255, 255, 0.5);
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-family: 'NunitoSansRegular';
}
.bullet-panel h6 {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'palindrome_expanded_sexpanded';
}
.dtl-tab-sec .tab-dtl-block .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position: relative;
    font-family: 'NunitoSansRegular';
}
.dtl-tab-sec .bullet-panel li:after {
    padding-left: 15px;
    background-size: 7px;
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #116c45;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #116c45;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 30px;
    color: #fff;
    font-family: '34093';
    font-size: 1.8rem;
}
.each-onderhoud-block h4 {
    color: #fff;
    font-family: '34093';
    font-size: 2.4rem;
}
.each-onderhoud-block h5 {
    color: #fff;
    margin: 10px 0px 30px;
    font-size: 1.8rem;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
/*****related-product-sec****/
.related-product-sec {
    background-color: #1c1c1c;
}
.related-product-sec .product-wrap {
    margin-left: 0;
}
.related-product-sec .product-slider {
    padding: 0 12px;
}
.related-product-sec .product-slider:before {
    background: #121212;
}
.related-product-sec .sec-heading h3 {
    font-family: 'palindrome_expanded_sexpanded';
    color: #fff;
}
.related-product-sec .each-product {
    margin-bottom: 0;
}
/*=================================marken-dtl-2 page start======================================*/
/*****marken-dtl-two-top-sec****/
.marken-dtl-two-top-sec .dtl-car-model { 
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
    padding-right: 0;
}
.marken-dtl-two-top-sec .dtl-car-model h2{
    margin: 0 auto;
    display: table;
}
/*****marken-dtl-two-top-slider****/
.marken-dtl-two-top-slider .common-arrow {
    display: none;
}
/***marken-dtl-two-car-info-sec****/
.marken-dtl-two-car-info-sec { 
    padding: 5px 0;
}
.marken-dtl-two-car-info-sec .col-lg-3 {
    width: 16.6%;
}
/*=================================marken-dtl-1-page start======================================*/
/****marken-dtl-one-bk-btn*****/
.marken-dtl-one-bk-btn{
    padding: 135px 0 0 0;
}
/****marken-dtl-one-top-sec*****/
.marken-dtl-one-top-sec{
    background-color: #1c1c1c; 
}
.marken-dtl-one-top-sec .heading-block{
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding-right: 0;
}
/****marken-dtl-one-product*****/
.marken-dtl-one-product{
    position: relative;
}
.marken-dtl-one-product:after{
    content: "";
    width: 100%;
    height: 105px;
    background-color: #1c1c1c;
    top: 0;
    left: 0;
    position: absolute;
}
.marken-dtl-one-product .each-product{
    position: relative;
    z-index: 1;
}
.marken-dtl-one-product .product-dtl h6{
    color: #cdcdcd;
}
.marken-dtl-one-product .product-dtl .row {
    margin-top: 0;
}
.marken-dtl-one-product .product-dtl{
    padding: 60px 30px;
}
/****marken-dtl-one-brand*****/
.marken-dtl-one-brand{
    padding-top: 9.5%;
}
.marken-dtl-one-brand .heading-block {
    margin-bottom: 9%;
}
#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;
}
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 7px 0 6px 30px;
}
.star_icon h6 {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'palindrome_expanded_sexpanded';
    display: inline-block;
    margin-bottom: 10px;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon{
	margin-bottom: 30px;
}
.star_icon p{
	word-break: break-word;
}
.photo_contnt li img{
  width: 15px;
  margin-left: 5px;
}
.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;
}
.error_background {
  background-color: #121212;
}
.error_top{
    padding: 160px 12px 80px;
}
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
  padding: 0px 0;
}
.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);
}
.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';
}
.light_theme h4{
  color:#2a2a2a;
}
.dark_theme h4{
  color:#c9c9c9;
}
.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';
}
.mm-slideout {
    z-index: unset;
}
.form-1, .form-2, .form-3, .morgan_calculator_content {
	display:none;
	margin: 0 auto 10px;
}
.privacy_section{
    background: #1c1c1c;
    padding: 15rem 0 10rem;
}
.privacy_section h3, .privacy_section p{
    color: #fff !important;
}
.error_page{
    background-color: #1c1c1c;
}
.fixed-whatsapp-icon {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 10px;
	bottom: 0px;
	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: 8px 0;
	position: absolute;
	z-index: 1;
	bottom: 3px;
	right: 5vw;
	font-size: small;
}

.notifcation {
	position: relative;
}

.alert-number {
	display: none;
	position: absolute;
	bottom: 43px;
	right: 4px;
	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;
}

.banner-sec::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(../images/gradient.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.diensten-dtl-mid-sec .swiper-button-next, .swiper-rtl .swiper-button-prev {
	width: 75px !important;
    height: 55px !important;
    background: rgba(0, 0, 0, 0.58) !important;
}
.diensten-dtl-mid-sec .swiper-button-prev, .swiper-rtl .swiper-button-next {
	width: 75px !important;
    height: 55px !important;
    background: rgba(0, 0, 0, 0.58) !important;
}
@media screen and (max-width: 600px) {
	.popuptext {
		right: 60px !important;
	}
}
@media (max-width : 767.98px){
	.fixed-whatsapp-icon{
		display: none;
	}
}
.new-gallery-block{
    background: #1c1c1c;
    padding: 112px 0 60px;
}
.new-gallery-block .gallery-sec-heading{
    padding: 130px 0;
    background: #121212;
    margin-bottom: 80px;
}
.new-gallery-block h2, .new-gallery-block p{
    color: #fff;
    margin-bottom: 0;
}
@media(max-width: 991.98px){
    .new-gallery-block .gallery-sec-heading{
        padding: 30px 0;
        margin-bottom: 30px;
    }
    .new-gallery-block{
        padding: 50px 0 20px;
    }
    .new-gallery-block p{
        margin-top: 20px;
    }
}