<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'MontserratRegular';
    font-size: 16px;
    color: #1c1c1c;
}
#page{
	position: relative;
	overflow: hidden;
}
.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&gt;* {
    color: #fff;
}
#menu .mm-listview&gt;li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.1);
}
/*************side area**********/
.mini-right-nav li{
    margin: 0px 0 4px;
    padding: 0;
    width: 60px;
    display: block;
    position: relative;
}
.mini-right-nav li a{
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #25D366;
}
.mini-right-nav span {
   	font-family: 'MontserratRegular';
    font-size:16px;
    bottom: 0;
    letter-spacing: 0.5px;
    right: 60px;
    line-height: 60px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 0;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    transition: 0.50s;  
}
.mini-right-nav span:after{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 60px);
    content: '';
    background-color:#25D366;
    height: 60px;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    transition: 0.50s;
    z-index: -1; 
}
.mini-right-nav a:hover span{ 
    width:auto; 
    padding:0 25px 0 35px;
    overflow:visible; 
}
.mini-right-nav a:hover {
    text-decoration:none;
}
.mini-right-nav a span{
    color:#fff;
}
.mini-right-nav img{
    width: 20px;
    position: relative;
    z-index: 1;
    /*filter: brightness(1) invert(1);
    -webkit-filter: brightness(1) invert(1);*/
}
.mini-right-nav{
    position: fixed;
    top: 39%;
    z-index: 999;
    right: 0px;
}
/*****************header****************/
.header-area {
	padding: 20px 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}
.desktop-nav{
    padding: 0;
}
.desktop-nav .navbar-brand{
    margin-left: 70px;
    margin-right: 30px;
}
.desktop-nav .navbar-brand img{
    width: 251px;
}
.desktop-nav .nav-item{
    font-size: 15px;
    font-family: 'nexabook';
    letter-spacing: 1px;
    margin-left: 70px;
    text-transform: uppercase;
}
.desktop-nav.navbar-expand-lg .navbar-nav .nav-link{
    position: relative;
    color: #fff;
    padding: 0;
}
.desktop-nav.navbar-expand-lg .navbar-nav .nav-link:after {
    content: '';
    width:0;
    height: 1px;
    background: #fff;
    position: absolute;
    top: -50px;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.desktop-nav.navbar-expand-lg .navbar-nav .nav-link:hover:after,
.desktop-nav.navbar-expand-lg .navbar-nav .nav-item.active .nav-link:after{
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.desktop-nav.navbar-expand-lg .navbar-nav .nav-link:hover, 
.desktop-nav.navbar-expand-lg .navbar-nav .nav-item.active .nav-link{
    color: rgba(255, 255, 255, 0.5);
}
/*************banner*************/
.banner-sec, .each-banner {
	position: relative;
}
.banner-sec::before, .each-banner:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 68px;
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 2;
}
.each-banner:after {
    background-image: none;
    height: 100%;
    background: #1c1c1c;
    opacity: 0.25;
}
.banner-content {
	position: absolute;
	left: 0;
	top: 47%;
    transform: translateY(-50%);
	width: 100%;
	z-index: 1;
}
.banner-content .common-btn {
	margin-top: 50px;
}
/***************product*************/
.product-sec {
    padding: 80px 0;
    background: #f3f3f3;
}
.sec-heading{
    max-width: 960px;
    width: 100%;
    margin: 0 auto 90px;
}
.sec-heading p{
    margin-top: 40px;
}
.thumb-image .col-md-4{
    padding-left: 5px;
    padding-right: 5px;
}
.thumb-image .row{
    margin: 0 -5px;
}
.each-product{
    background: #fff;
}
.product-dtl{
    padding: 20px;
}
.product-dtl h5{
    min-height: 100px;
    overflow: hidden;
    font-size: 16px;

}
.product-dtl h4{
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 18px;
}
.divider {
    background-color: #dadada;
    opacity: 1;
    margin: 20px 0;
}
.product-dtl td {
    font-family: 'MontserratRegular';
    font-size: 15px;
    color: #1c1c1c;
    opacity: 0.7;
    letter-spacing: 1.5px;
    vertical-align: top;
    padding-right: 80px;
}
.product-dtl td span {
    font-size: 16px;
    display: block;
}
.product-dtl td:last-child{
    padding-right: 0;
}
.product-sec .common-btn{
    margin-top: 80px;
}
.thumb-image{
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transition: all .3s;
    height:0;
    overflow:hidden;
}
.each-product:hover .thumb-image{
    padding: 10px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    height:100%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transition: -webkit-transform .6s cubic-bezier(.08, .35, .13, 1.02);
    transition: transform .6s cubic-bezier(.08, .35, .13, 1.02);
}
/**************gallery***************/
.gallery-sec, .gallery-sec .col-md-6{ 
    padding: 6px;
}
.each-gal {
    position: relative;
    overflow: hidden;
}
.each-gal:after {
    content: '';
    background-color: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gal:hover:after {
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gal:hover .each-gal-img img {
    transform: scale(1.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gal-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gal-text {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    text-align: center;
    width: 100%;
}
.each-gal-text h2{
    color: #fff;
}
/*************footer*************/
.footer-area {
    padding: 80px 40px 60px;
    background: #181818;
}
.footer-wrap{
    max-width: 1160px;
    width: 100%;
}
.footer-menu img{
    width: 179px;
}
.footer-area .col-lg-5 .each-footer-info{
    margin-left: 50px;
}
.footer-area .col-lg-4 .each-footer-info{
    margin-left: 30px;
}
.each-footer-info h4 {
    color: #fff;
    margin-bottom: 20px;
}
.footer-area li, .each-footer-info p{
    font-size: 15px;
    font-family: 'MontserratRegular';
    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: 80px;
}
.footer-area .divider {
    border-top: 1px solid #878787;
    margin: 60px 0;
    opacity: 1;
}
.social-icon img{
    width: 24px;
}
.social-icon a{
    margin-right: 10px;
}
.footer-logo-area img{
    display: block;
    margin-bottom: 80px;
    margin-left: auto;
}
.footer-menu li{
    font-family: 'nexabook';
    font-size: 15px;
    display: inline-block;
    margin-left: 50px;
}
.grecaptcha-badge{
    display: none;
}

/*=================================popup start====================================*/
.modal-area .modal-dialog {
    max-width: 70%;
    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 p{
    margin: 25px 0 0;
	text-align: justify;
	font-family: 'NewRailAlphabet-White';
	font-size: 15px;
	line-height: 25px;
	color: #1c1c1c;
}
.modal-area .popup-content {
    padding: 30px 13%;
	height: 100%;
    background-color: #fff;
}
.modal-area .pop-up-image{
	position: relative;
}
.modal-area .pop-up-image img{
   height: 100%;
   object-fit: cover;
}
.modal-area .popup-content h5 {
	font-size: 18px;
    color: #1c1c1c;
	text-transform: uppercase;
	letter-spacing: 5px;
    margin-bottom: 0;
	line-height: 36px;
}
.close-img {
    font-family: 'MontserratRegular';
    font-size: 20px;
    color: #1c1c1c;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
    border: 0;
    background-color: #fff;
}
/******inner pg header***********/
.inner-header-wrap {
    max-width: 1500px;
    margin: 0 auto;
}
.inner-pg-header .navbar-brand img{
    width: 348px;
}
.inner-pg-header .navbar-brand {
    margin: 0;
}
.inner-pg-header .desktop-nav ul li {
    display: inline-block;
    margin: 0 18px;
}
.inner-pg-header .desktop-nav ul li a {
    position: relative;
    color: #fff;
    padding: 0;
}
.inner-pg-header .desktop-nav ul li a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.inner-pg-header .desktop-nav ul li a::after {
    content: '';
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    top: -38px;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.inner-pg-header .desktop-nav ul li a:hover::after {
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/*=================================contact page start====================================*/
.inner-banner-sec {
	padding: 15% 0 14%;
}
.inner-banner-content h1 {
    text-transform: uppercase;
}
/****contact-info******/
.contact-info-sec {
	padding: 6% 0 8%;
}
.contact-info-sec h2 {
	text-transform: uppercase;
	margin-bottom: 85px;
}
.each-contact-info {
	display: flex;
	align-items: center;
	justify-content: center;
}
.each-contact-info p {
    font-size: 16px;
    letter-spacing: 2px;
    color: #1c1c1c;
    margin-bottom: 0;
    line-height: 32px;
}
.each-contact-info p a {
	color: #1c1c1c;
}
.each-contact-info img {
	width: 34px;
    margin-right: 40px;
}
/*****contact-time****/
.contact-time-text table {
	margin: 20px 0 28px;
}
.contact-time-text table td {
	font-family: 'MontserratRegular';
    font-size: 20px;
    color: #111821;
	font-family: 'NewRailAlphabet-White';
    font-size: 15px;
    color: #1c1c1c;
    letter-spacing: 0.2px;
    line-height: 26px;
}
.contact-time-text table td:nth-child(odd) {
	padding-right: 80px;
}
.contact-time-cell-wrap {
	padding: 30px 21%;
}
.contact-time-img {
	height: 100%;
}
.contact-time-img img {
	height: 100%;
	object-fit: cover;
}
/****form*****/
.contact-form-sec {
	padding: 12px 0;
}
.contact-form-sec h4 {
	margin-bottom: 40px;
	letter-spacing: 5px;
}
.contact-map-img {
	height: 1120px;
}
.form-group {
	margin-bottom: 10px;
}
.form-styl {
    font-size: 15px;
    font-family: 'NewRailAlphabet-White';
    font-style: italic;
    color: rgba(28, 28, 28, 0.4);
    height: 65px;
    padding: 0 30px;
    resize: none;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #a4a4a4;
    text-align: left;
}
textarea.form-styl {
	height: 300px;
	padding: 30px;
}
.form-styl:placeholder {
	color: rgba(28, 28, 28, 0.4);
}
.form-styl:-ms-input-placeholder {
	color: rgba(28, 28, 28, 0.4);
}
.form-styl::placeholder {
	color: rgba(28, 28, 28, 0.4);
}
.form-styl:focus {
    border: 1px solid #a4a4a4;
    box-shadow: none;
    color: rgba(28, 28, 28, 0.4);
    background-color: #fff;
}
.foto_upload{
    line-height: 65px;
}
/*=================================service list page start====================================*/
.service-list-sec {
	padding: 15px 0 0;
}
.service-list-sec .each-list {
	margin-bottom: 12px;
}
.list-text {
	padding: 30px 17%;
}
.list-text p a {
	color: #0d5484;
}
.list-text p {
	margin: 25px 0 45px;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}
.list-img {
	position: relative;
	height: 100%;
    overflow: hidden;
}
.list-img img {
	height: 100%;
	object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.list-img-heading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}
.list-img-heading h2 {
	color: #fff;
}
.service-list-sec .each-list .list-img:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/*=================================service-dtl page start====================================*/
.service-dtl-header {
    position: relative;
    background-color: #1a1a1a;
}
.service-dtl-bk-btn {
	padding-top: 65px;
}
.service-dtl-bk-btn .common-btn {
	margin-left: 60px;
}
.service-dtl-top-sec {
	padding: 80px 0 8%;
}
.service-dtl-top-wrapper {
	max-width: 1030px;
	width: 100%;
	margin: 0 auto;
}
.service-dtl-top-sec p {
	margin: 50px 0 0;
}
/*****mid-sec***/
.list-img-content{
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    padding: 0 5px;
}
.list-img-content p{
    color: #fff;
    font-family: 'MontserratRegular';
    font-size: 14px;
}
.list-overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background:linear-gradient(to top, #000, transparent);
}
.service-dtl-mid-sec .each-list p {
	margin-bottom: 0;
	display: block;
	overflow: auto;
}
/***service-dtl-form*****/
.service-dtl-form-sec {
	padding-bottom: 85px;
}
.service-dtl-form-sec .contact-map-img {
	height: 100%;
}
.service-dtl-form-sec .contact-map-img img {
	height: 100%;
	object-fit: cover;
}
/**service-dtl-btn sider****/
.service-dtl-slider-sec {
	padding-bottom: 12px;
}
.service-dtl-slider-heading  {
	margin-bottom: 85px;
}
.service-dtl-slider-heading h4 {
	letter-spacing: 5px;
}
.each-service-slide {
	position: relative;
	overflow: hidden;
}
/*.each-service-slide::after {
	content: '';
	background-color: rgba(0,0,0,0.5);
	height: 100%;
	width: 100%;
	left: 0;
	top: -100%;
	position: absolute;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-slide:hover::after {
	top: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}*/
.each-service-slide-text {
	position: absolute;
	/*top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    text-align: center;*/
    padding-left: 12%;
    bottom: 60px;
    left: 0;
	z-index: 1;
	width: 100%;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.each-service-slide-text h2, .service-dtl-slider-sec .gallery-dtl h2, .service-dtl-slider-sec .gallery-dtl p{
    color: #fff;
}
.service-dtl-slider-sec .gallery-dtl p{
    text-align: justify;
}
.gallery-dtl {
    position: absolute;
    bottom: 100%;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    z-index: 1;
}
.text-box {
    position: absolute;
    left: 0;
    max-width: 820px;
    bottom: 0;
    width: 100%;
    padding: 0 10% 50px;
}
.gallery-dtl p {
    margin-top: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-dtl-slider-sec .swiper-button-next {
	right: 2%;
}
.service-dtl-slider-sec .swiper-button-prev {
	left: 2%;
}
.service-dtl-slider-sec .each-service-slide:hover .each-service-slide-text {
    bottom: -100%;
}
.service-dtl-slider-sec .each-service-slide:hover .gallery-dtl {
    bottom: 0;
    height: 100%;
}
/*=================================service-werkplaats page start====================================*/
.werkplaats-iframe-sec .werkplaats-iframe-box {
    height: 80%;
    width: 100%;
    border: 1px solid #1c1c1c;
    position: relative;
}
.werkplaats-iframe-sec .werkplaats-iframe-box h5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.werkplaats-iframe-sec .contact-time-cell-wrap {
    padding-left: 13%;
    padding-right: 13%;
}

/*=================================vacature page start====================================*/
.vacature-info {
    margin-bottom: 40px;
}
.vacature-info ul li {
    display: inline-block;
    margin-right: 80px;
}
.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: 25px;
}
.vacature-info ul li h6 {
    display: inline-block;
}
/*=================================vacature-dtl page start====================================*/
.vacature-dtl-top-sec {
    padding-bottom: 7%;
}
.vacature-dtl-top-sec .vacature-info {
    margin-top: 50px;
}
.vacature-dtl-top-sec .vacature-info li{
    margin-right: 80px;
}
.vacature-dtl-top-sec .vacature-info ul li span {
    margin-right: 25px;
}
.vacature-dtl-mid-sec .vac-download-btn {
    margin-top: 10%;
}
.vacature-dtl-mid-sec .vac-download-btn a {
    font-size: 15px;
    font-family: 'MontserratRegular';
    color: #111821;
    letter-spacing: 1.5px;
}
.vacature-dtl-mid-sec .vac-download-btn a span {
    border-bottom: 1px solid #111821;
    padding-bottom: 2px;
}
.vacature-dtl-mid-sec .vac-download-btn a:hover {
    opacity: 0.6;
}
.vacature-dtl-mid-sec .vac-download-btn a img {
    width: 20px;
    margin-right: 15px;
}
/*=================================team page start====================================*/
/****team-area*****/
.team-area{
	padding-top: 10%;
}
.team-area .each-gal-img, .team-area .each-gal{
    height: 100%;
}
.team-area .each-gal-img img{
    height: 100%;
    object-fit: cover;
}
.team-area .each-gal-text p{
	color: #fff;
	text-align: center;
	padding: 0 12%;
    margin-bottom: 0;
}
.team-area .sec-heading{
    margin-bottom: 8%;
}
.team-area .each-gal-text h2{
	margin-bottom: 15px;
    color: #fff;
}
.team-area .each-gal-text {
    top: 0;
    visibility: hidden;
    transition: all 0.1s;
	-webkit-transition: all 0.1s;
}
.team-area .each-gal{
	overflow: hidden;
}
.team-area .each-gal:hover .each-gal-text{
    top: 50%;
    visibility: visible;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.team-area .each-gal:hover .each-gal-img img {
    transform: none;
}
/****over-ons-area*****/
.over-ons-area{
	padding: 9% 0;
}
.over-ons-area .sec-heading {
    margin-bottom: 0;
}
.over-ons-area p {
	margin: 35px 0 50px 0;
}

/*=================================overons page start====================================*/
.overons-banner {
    position: relative;
}
.overons-banner-play {
    position: absolute;
    bottom: 25px;
    left: 44%;
    transform: translateX(-50%);
    z-index: 1;
}
.overons-banner-play:hover {
    opacity: 0.6;
}
.overons-banner-play img {
    width: 10px;
    margin-right: 10px;
}
.overons-banner-play a {
    font-size: 15px;
    font-family: 'nexabook';
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.overons-top-sec {
    padding: 8% 0;
}
.overons-top-sec p{
    margin-left: 50px;
    margin-right: 50px;
}
.overons-info {
    margin-top: 40px;
}
.overons-info ul li {
    position: relative;
    padding-left: 50px;
    font-family: 'MontserratRegular';
    font-size: 15px;
    color: #111821;
    display: inline-block;
    width: 48%;
    margin-bottom: 35px;
    letter-spacing: 1.5px;
}
.overons-info ul li::after {
    background-size:30px;
    position: absolute;
    top: -5px;
    left: 0;
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(../images/checked.png);
    background-repeat: no-repeat;
}
/****overons-bottom*****/
.overons-bottom-sec {
    padding-bottom: 12px;
}
.overons-bottom-sec .service-dtl-top-wrapper {
    margin: 9% auto 9%;
}
.overons-bottom-sec .service-dtl-top-wrapper p {
    margin: 50px 50px 0;
}
.overons-bottom-banner {
    position: relative;
}
.overons-bottom-banner .common-btn {
    position: absolute;
    bottom: 15%;
    right: 60px;
}
/*=================================bedankt page start====================================*/
.bedankt-banner-sec::before,
.bedankt-banner-sec::after {
    display: none;
}
.bedankt-banner-sec .banner-content {
    z-index: 2;
}
/*=================================aanbod-dtl page start====================================*/
/*****top******/
.aanbod-dtl-bk-btn {
    padding: 40px 0;
}
.each-car-name h4 { 
    letter-spacing: 5px;
}
.each-car-name h5 {
    margin-left: 8%;
}
.aanbod-dtl-bk-btn-wrap {
    margin-left: 4%;
}  
.aanbod-dtl-bk-btn .col-md-2 {
    width: 22%;
}
.aanbod-dtl-bk-btn .col-md-3 {
    width: 25%;
    position: relative;
}
.aanbod-dtl-bk-btn .col-md-3::after {
    content: "";
    background-color: #e7e7e7;
    height: calc(100% + 40px);
    width: 2px;
    position: absolute;
    top: -20px;
    right: 0;
}
.aanbod-dtl-bk-btn .col-md-3::before {
    content: "";
    background-color: #e7e7e7;
    height: calc(100% + 40px);
    width: 2px;
    position: absolute;
    top: -20px;
    left: 0;
}
.aanbod-dtl-bk-btn .col-md-5 {
    width: 53%;
}
.gallery-top .common-arrow img {
    width: 25px;
}
.gallery-top .swiper-button-next{
    right: 5%;
}
.gallery-top .swiper-button-prev{
    left: 5%;
}
.aanbod-details-slider-area, .aanbod-dtl-price-sec, .tab-sec, .aanbod-dtl-gal, 
.aanbod-dtl-form-sec, .related-product-sec, .footer-area{
    width: 100%;
    display: inline-block;
}
.whatsapp-btn{
    background-color: #25D366;
    border-color: #25D366;
}
/*****car-price model******/
.aanbod-dtl-price-sec {
    padding: 50px 0;
}
.aanbod-dtl-common-wrap {
    padding: 0 4%;
}
.car-model h4 {
    letter-spacing: 5px;
}
.car-model h4 span {
    letter-spacing: 1px;
    margin-leftleft: 50px;
    font-size: 20px;
}
.car-price h2 {
    font-size: 32px;
    letter-spacing: 8px;
}
.car-price h6 {
    font-size: 16px;
    letter-spacing: 5px;
    color: #1c1c1c;
    font-family: 'MontserratRegular';
    margin-top: 5px;
}
/****dtl-man*****/
.dtl-man-info {
    max-width: 607px;
    width: 100%;
    margin-left: auto;
}
.dtl-man-info .common-btn {
    margin-top: 10px;
    max-width: 100%;
}
.dtl-man-info .common-btn img {
    width: 15px;
    margin-right: 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.dtl-man-info .common-btn:hover img {
    filter: brightness(0) invert(0);
    -webkit-filter: brightness(0) invert(0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dtl-man-contact {
    margin-top: 30px;
}
.dtl-man-contact p {
    font-family: 'MontserratRegular';
    line-height: 48px;
    margin-bottom: 0;
    letter-spacing: 1.5px;
}
.dtl-man-contact p span {
    font-family: 'nexabook';
    text-transform: uppercase;
}
.dtl-man-contact p a {
    color: #1c1c1c;
}
.dtl-man-contact p a img {
    width: 24px;
    margin-right: 17px;
}
/*******tab sec*******/
.dtl-tab-block {
    padding-right: 10%;
}
.tab-sec{ 
    background-color: #f6f6f6;
    padding: 77px 0 60px;
}
.tab-btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
	position: absolute;
	top: 35px;
	right: 0;
}
.tab-btn:after{
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    background-color: transparent;
    content: '';
    background-image: url(../images/white-button-arrow.png);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center;
    border-radius: 100%;
    transform: rotate(90deg);
}
.less-info .tab-btn:after{
    transform: rotate(-90deg);
}
.each-tab-part {
	padding-top: 40px;
	position: relative;
}
.tab-sec .tab-content {
    height: 0;
    overflow: hidden;
    position: relative;
}
.tab-content-wrap{
    padding: 50px 20px;
}
.each-tab-part h5 {
    letter-spacing: 5px;
    text-transform: uppercase;
    padding: 0 20px 30px;
    border-bottom: 1px solid #bebebe;
}

.tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
  }
  .tab-sec .bullet-panel li:after {
    padding-left: 15px;
    background-size: 7px;
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url('../images/bullet-black.svg');
    background-repeat: no-repeat;
  }
  .tab-sec ul li {
    font-family: 'MontserratRegular';
    font-size: 16px;
    color: #1c1c1c;
    padding-bottom: 12px;
    word-break: break-word;
  }
  .tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position:relative;
    font-family: 'MontserratRegular';
    color: #1c1c1c;
  }
  .tab-sec .tab_hedaing h4 {
    color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    padding-bottom: 16px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'nexabook';
    margin-bottom: 20px;
  }
  .bullet-panel{
    margin-bottom:20px;
  }
  .kenmerken-tab ul li:nth-child(odd) {
    background-image: url('../images/bullet-black.svg');
    background-repeat: no-repeat;
    background-position: left top 8px;
    padding-left: 15px;
    background-size: 7px;
    color: #1c1c1c;
  }
  .kenmerken-tab ul li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    color: #1c1c1c;
    font-family: 'NewRailAlphabet-White';
  }
  .each-onderhoud-block {
	display: flex;
	margin-bottom: 20px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1c1c1c;
    font-size: 16px;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #1c1c1c;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block h5 {
	color: #1c1c1c;
	margin: 10px 0px 30px;
    padding: 0;
	font-family: 'MontserratRegular';
    letter-spacing: normal;
    text-transform: none;
    font-size: 18px;
    border: 0;
}
.left-bg-block h6 {
	line-height: 30px;
	color: #fff;
	font-family: 'MontserratRegular';
}
.each-onderhoud-block h4 {
    margin-bottom: 16px;
    color: #1c1c1c;
    font-family: 'MontserratRegular';
    font-size: 20px;
}
/*****dtl-gal****/
.aanbod-dtl-gal {
    padding: 75px 0 0;
}
.aanbod-dtl-gal-slider {
    position: relative;
}
.aanbod-dtl-gal-heading {
    margin-bottom: 70px;
}
.aanbod-dtl-gal-heading h4 {
    letter-spacing: 5px;
    text-transform: uppercase;
}
.aanbod-dtl-gal .swiper-button-prev {
    display: none;
}
.aanbod-dtl-gal .swiper-slide-duplicate-prev .each-dtl-gal {
    position: relative;
}
.aanbod-dtl-gal .swiper-slide-duplicate-prev .each-dtl-gal::after {
    content: '';
    background-color: #1c1c1c;
    opacity: 0.6;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.aanbod-dtl-gal .swiper-button-next {
    right: 5%;
}
.aanbod-dtl-gal .common-arrow img {
    width: 25px;
}
.dtl-gal-number {
    position: absolute;
    top: 50%;
    right: 15%;
    transform: translateY(-50%);
    z-index: 2;
}
.dtl-gal-number h4 {
    color: #fff;
}
.aanbod-dtl-form-sec {
    padding-bottom: 12px;
}
.related-product-sec .sec-heading {
    margin-bottom: 15px;
    max-width: 100%;
}
.related-product-sec .sec-heading h4 {
    letter-spacing: 5px;
}
.related-product-sec .sec-heading .common-btn {
    margin-top: 10px;
}
.related-product-sec {
    padding-bottom: 130px;
}

/*=================================aanbod page start====================================*/
/****aanbod-filter-sec*****/
.aanbod-filter-sec{
    background-color: #f3f3f3;
    padding: 50px 0 40px 0;
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 55px;
    color: #1c1c1c;
    font-family: 'nexabook';
    font-size: 15px;
    border: 0;
    border: 1px solid #1c1c1c;
    appearance: none;
    line-height: 53px;
    text-align: center;
    text-transform: uppercase;
    background: url(../images/filter-arrow.png) #f3f3f3 no-repeat 90% center/10px;
    margin-bottom: 14px;
}
.aanbod-filter-sec .select-style option{
    font-family: arial;
}
.aanbod-filter-wrapper{
    padding: 0 7.5%;
}
.aanbod-filter-sec .col-lg-3{
    padding: 0 6.5px;
    width: 20%;
}
.zoken-btn .text-end{
    color: #1c1c1c;
}
.aanbod-filter-sec .aanbod-each-filter-grid {
    color: #1c1c1c;
    font-family: 'nexabook';
    font-size: 15px;
    display: inline-block;
    border: 1px solid #1c1c1c;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    text-transform: uppercase;
    margin-bottom: 14px;
    height: 55px;
    line-height: 20px;
}
.aanbod-filter-sec .aanbod-each-filter-grid img{
    width: 20px;
    height: 20px;
    margin-left:10px;
}
.aanbod-view-chng .col-lg-6:first-child{
    padding-right: 6.5px;
}
.aanbod-view-chng .col-lg-6:last-child{
    padding-left: 6.5px;
}
.zoken-btn .common-btn{
    max-width: 100%;
    height: 55px;
    line-height: 53px;
}
.weer-gave{
    color: #1c1c1c;
    font-family: 'nexabook';
    font-size: 15px;
    display: flex;
    justify-content: right;
    align-items: center;
    height: 65px;
}
.weer-gave p{
    margin-bottom: 0;
}
.aanbod-each-filter-grid:hover {
    opacity: 0.4;
}
.aanbod-each-filter-grid {
    opacity: 0.5;
}
.aanbod-each-filter-grid.active{
    opacity: 1;
}
/****aanbod-produc-sec*****/
.aanbod-produc-sec{
    background-color: #f3f3f3;
    padding:0 0 140px 0
}
.aanbod-product-middle-content{
    text-align: center;
}
.aanbod-product-middle-content p{
   padding: 0 12%;
   color: #fff;
}
.aanbod-product-middle-content h2{
    margin-bottom: 35px;
    color: #fff;
}
.aanbod-produc-sec .col-xl-4{
    padding: 0 8px;
}
.aanbod-produc-sec .each-product{
    margin-bottom: 22px;
}
.aanbod-product-middle-area{
    margin-bottom: 22px;
}
.aanbod-produc-sec .col-xl-8{
    margin-bottom: 22px;
    padding: 0 8px;
}
/*=================================aanbod-list page start====================================*/
/****aanbod-list-area*****/
.aanbod-list-area{
    padding-bottom: 153px;
}
.less-btn a{
    font-family: 'nexabook';
    font-size: 15px;
    color: #1c1c1c;
    position: relative;
    padding-right: 22px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.less-btn a:after{
    content: "";
    background-image: url(../images/right-arrow.jpg);
    width: 10px;
    height: 10px;
    right: 0;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.less-btn{
    display: flex;
    justify-content: right;
    align-items: center;
}
.less-btn a:hover:after{
    right: -10px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.aanbod-list-area .product-dtl {
    padding: 0 10% 0 6%;
}
.aanbod-list-area .product-dtl table{
    margin: 30px 0;
}
.aanbod-list-area .divider{
    margin-top: 40px;
}
.aanbod-list-area .each-product .col-xl-6:first-child{
    width: 47%;
}
.aanbod-list-area .each-product .col-xl-6:last-child{
    width: 53%;
}
.aanbod-list-area .product-dtl td{
    padding-right: 165px;
}
.aanbod-list-area .product-dtl td:last-child{
    padding-right: 0;
}
.anbod-list-wrap{
    padding: 0 6%;
}
.aanbod-list-area .thumb-image{
    height: 100%;
    transform: none;
}
.aanbod-list-area .each-product:hover .thumb-image{
    padding: 0;
}
.anbod-list-fliter .aanbod-each-filter-grid .active{
    opacity: 1 !important;
}
 /* 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;
}
.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 &gt; img {
    height: 30px;
    padding-top: 15px;
}

/*********tab**************/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 4px 0 6px 30px;
}

.kenteken_np_form{
    background-image: url(../images/input-img2.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 4px 0 6px 30px;
	background-size: 100% 100%;
}

.kenteken_field {
	padding-left: 0px !important; 
	color: #000;
}

.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 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;
}

/* Cookie */
.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;
}
.add_morgan_footer_margin {
    height: 100px !important;
}
.form-1, .form-2{
    display: none;
    margin-top: 40px;
}

.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;
}
iframe{
	padding: 1px;
    width: 100%;
    height: 1500px;
}
.paginator{
    border: 1px solid #1c1c1c;
    height: 55px;
    line-height: 53px;
}
.paginator a{
    color: #767676;
    margin: 0 6px;
}
.paginator ul{
    justify-content: center;
}
.paginator li.active a{
    color: #000;
    font-weight: bold;
}
.paginator li.prev, .paginator li.next{
    font-size: 30px;
    font-family: 'nexabook';
}
.neww-btn{
	margin-top: 30px;
}
/*===============portfolio=============*/
.portfolio .col-lg-4{
    width: 35%;
}
.portfolio .col-lg-8{
    width: 65%;
}
.portfolio .col-lg-5{
    width: 47%;
}
.portfolio .col-lg-7{
    width: 53%;
}
.portfolio img.w-100{
    height: 100%;
    object-fit: cover;
}
.play-btn{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}
.gal-item {
    overflow: hidden;
    padding: 10px;
}
.portfolio-content{
    position: absolute;
    left: 0;
    padding: 0 10%;
    bottom: -100%;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.gal-item .position-relative:hover .portfolio-content{
    bottom: 5%;
    opacity: 1;
}
.portfolio-content h5, .portfolio-content p{
    color: #fff;
}
.portfolio-content p{
    line-height: 20px;
    text-align: justify;
    margin-top: 20px;
}
.portfolio .position-relative.block:before, .gal-item .position-relative:not(.block):after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/overlay.png);
    background-repeat:no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.gal-item .position-relative:hover:before{
   opacity: 1;
}
.gal-item .position-relative:not(.block):after{
    background: #000;
    opacity: 0.2;
}
@media(max-width: 1199.98px){
    .portfolio-content {
        padding: 0 5%;
    }
    .gal-item .position-relative:hover .portfolio-content{
        bottom: 2%;
    }
}
@media(max-width:991.98px){
    .portfolio .col-lg-4, .portfolio .col-lg-8 {
        width: 50%;
    }
    .portfolio .col-lg-5, .portfolio .col-lg-7{
        width: 100%;
        padding: 0;
    }
    .play-btn img{
        width: 35px;
    }
    .gal-item{
        padding: 5px !important;
    }
}
@media(max-width:767.98px){
    .portfolio .row{
        margin: 0;
    }
    .portfolio .col-lg-4, .portfolio .col-lg-8{
        width:100%;
    }
}</pre></body></html>