@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'PointRegular';
    font-size: 16px;
    color: #1c1c1c;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
.grecaptcha-badge{
	display:none;
}
#page{
	overflow: hidden;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #edf2ff;
    color: #1c1c1c;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #1c1c1c;
}
#menu .mm-listview>li:not(.mm-divider):after{
    background-color: rgba(255,255,255,0.2);
}
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next{
	background: #edf2ff;
}
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel{
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 0;
}
/**************header*****************/
.marquee-block ul{
    white-space: nowrap;
}
.marquee-block {
	padding: 16px 0;
	background: rgba(226, 231, 243, 0.75);
    text-align: center;
}
.marquee-block-wrap{
	overflow: hidden;
}
.marquee-block li {
/*	margin-right: 180px;*/
	margin-right: 150px;
	margin-left: 150px;
	color: #282f38;
	position: relative;
	font-family: 'PointRegular';
	font-size: 16px;
	display: inline-block;
	letter-spacing: 0.5px;
}
.marquee-block li::after {
    position: absolute;
    top: 3px;
    left: -25px;
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(../images/checked.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.text-menu {
	padding-top: 17px;
}
.header-wrap{
	padding-right: 9%;
	padding-left: 9%;
}
.header-area{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}
.desktop-nav .row{
	align-items: unset !important;
}
.header-logo{
	background: #002069;
	/*max-width: 280px;
	height: 180px;
	padding: 0 30px;*/
	max-width: 200px;
	height: 100px;
	padding: 0 10px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.header-logo img{
	width: 200px;
}
.desktop-nav li{
	display: inline-block;
	margin-left: 40px;
}
.desktop-nav li img{
	width: 17px;
	margin-right: 5px;
}
.desktop-nav li a{
	font-family: 'PointBook';
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.2px;
}
.desktop-nav li a:hover{
	color: #fff;
	opacity: 0.8;
}
.desktop-nav li a.common-btn{
	min-width: 259px;
	opacity: 1;
}
.desktop-nav ul:first-child{
	margin-bottom:25px;
	white-space: nowrap;
}
.mini-right-nav {
    position: fixed;
	top: 40%;
    z-index: 999;
    right: 0px;
}
/*==========banner=======*/
.banner-sec {
	position: relative;
	padding-top: 56px;
}
.banner-content {
	position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
    padding-top: 56px;
}
/*==========filter=======*/
.filter-wrapper {
    border-radius: 20px;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.10);
    position: relative;
    background: #fff;
    margin-top: -60px;
    z-index: 1;
}
.select-area{
	padding: 25px 0 25px 25px;
}
.select-style {
    width: 100%;
    height: 70px;
    color: #282f38;
    font-family: 'PointRegular';
    font-size: 16px;
    border: 0;
    padding: 0 30px;
    border-right: 1px solid #ededed;
    background: url(../images/down-arrow.svg) #fff no-repeat 90% center/10px;
    appearance: none;
    line-height: 65px;
    text-overflow: ellipsis;
}
.select-area option{
	font-family: arial;
}
.filter-btn {
    position: relative;
}
.filter-btn .common-btn {
    max-width: 100%;
    height: 100%;
    line-height: 120px;
    border-radius: 0 20px 20px 0;
}
.filter-btn .common-btn img {
    width: 20px;
    margin-right: 15px;
}
.filter-btn .reset-btn {
    color: #1c1c1c;
    font-family: 'PointRegular';
    font-size: 16px;
    margin: 10px 0;
    position: absolute;
    right: 0;
    width: 100%;

}
/*==========product=======*/
.product-sec {
	padding-top: 70px;
}
.sec-heading h4{
	color: #6986ca;
}
.product-slider {
	margin-top: 50px;
	position: relative;
}
.product-slider:before {
	position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background: #edf2ff;
    height: 42%;
    width: 100%;
    z-index: -1;
}
.product-slider .common-arrow{
	margin-top: -30px;
}
.each-product {
	box-shadow: -2px 5px 14px 0px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: -2px 5px 14px 0px rgba(0, 0, 0, 0.10);
	background: #fff;
	margin: 0 12px 30px;
	border-radius: 0 0 20px 20px;
}
.price-area  {
	padding: 20px 20px;
	border-bottom: 2px solid #efefef;
}
.price-area h6{
	height: 30px;
	overflow: hidden;
}
.price-area .text-end h6{
	height: auto;
}
.price-area h4 {
	margin-bottom: 10px;
	height: 40px;
	overflow: hidden;
}
.product-dtl table {
	width: 100%;
}
.product-dtl td {
    padding: 40px 0;
    width: 25%;
    border-right: 2px solid #efefef;
}
.product-dtl td:last-child {
	border-right: 0;
}
.product-dtl td h6 {
	font-family: 'PointBold';
	color: #002069;
	display: table;
	margin: auto;
	line-height: 26px;
    text-align: center;
}
.product-dtl td h6 span {
	display: block;
	font-family: 'PointBook';
	color: #282f38;
}
.product-sec .swiper-button-prev {
	left: 0;
}
.product-sec .swiper-button-next{
	right: 0;
}
/*=========service=========*/
.gallery-sec {
	padding: 6% 0;
	background: #edf2ff;
}
.gallery-content{
	padding-top: 30px;
}
.gallery-content p {
	margin: 40px 0 50px;
}
.gallery-slider{
	margin-left: 70px;
}
.each-gallery {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}
.gallery-heading{
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
    z-index: 2;
}
.each-gallery h6 {
	font-family: 'PointBold';
	color: #fff;
}
.each-gallery img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	border-radius: 20px;
}
.each-gallery:hover img {
	transform: scale(1.1);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.gallery-slider .swiper-button-next {
	right: 0;
}
.gallery-slider .swiper-button-prev {
	left: 0;
}
/*==========content=========*/
.content-sec {
	position: relative;
}
.content-sec:before {
	position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: #edf2ff;
    height: 50%;
    width: 100%;
    z-index: -1;
}
.block-img {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	overflow: hidden;
}
.content-wrap p {
	margin: 40px 10% 80px 0;
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content-wrap {
	max-width: 700px;
    width: 100%;
    box-shadow: 0px 8px 40px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 8px 40px 0px rgb(0 0 0 / 10%);
    background-color: #fff;
    padding-top: 12%;
    padding-left: 8%;
    border-radius: 0 20px 20px 0;
}
.content-wrap .common-btn{
	border-radius: 20px 0 20px 0;
}
/*=========sold product========*/
.sold-product-block{
	padding: 100px 0;
}
.sold-product-block .text-center{
	margin-bottom: 70px;
}
.sold-product-block h3{
	text-align: left;
}
.sold-car-slider .price-area h4{
	font-size: 22px;
	height: 25px;
    overflow: hidden;
}
.sold-car-slider .each-product{
	margin-left: 16px;
	margin-right: 16px;
}
.sold-car-slider .product-dtl h6{
	height: 40px;
	overflow: hidden;
}
.sold-car-slider .price-area .text-end h4, .sold-car-slider .product-dtl .text-end h6{
	height: auto;
}
.sold-car-slider .product-dtl h6, .sold-car-slider .product-dtl td h6{
	font-size: 16px;
    letter-spacing: normal;
}
.sold-car-slider{
	position: relative;
}
.sold-car-slider .swiper-button-prev{
	left: 0;
}
.sold-car-slider .swiper-button-next{
	right: 0;
}
/*=============footer============*/
.footer-area {
    padding-top: 8%;
    border-top: 1px solid #dbdbdb;
}
.each-footer-info h5 {
	letter-spacing: 0.85px;
    margin-bottom: 25px;
}
.each-footer-info li, .each-footer-info p{
    font-size: 16px;
    font-family: 'PointBook';
    color: #1c1c1c;
    letter-spacing: 0.2px;
    line-height: 35px;
}
.each-footer-info a{
	color: #1c1c1c;
}
.each-footer-info a:hover {
	color: #002069;
}
.each-footer-info{
    padding-bottom: 100px;
}
.each-footer-info.social-icon {
    display: flex;
    flex-direction: column;
}
.footer-area .col-lg-5 .each-footer-info{
    padding-left: 90px;
}
/*
.footer-area .col-lg-4 .each-footer-info{
    padding-left: 70px;
}
*/
.social-icon a {
    margin-right: 10px;
}
.social-icon img {
    width: 24px;
}
.footer-klanten{
    margin-right: 80px;
}
.footer-logo-wrap{
	max-width: 340px;
	width: 100%;
	margin: auto;
}
.footer-logo-wrap .mw-100{
	width: 252px;
}
.map-area{
	height: 250px;
	margin: 40px 0 20px;
	border-radius: 20px;
}
.footer-logo-wrap h6{
	font-size: 18px;
	color: #1c1c1c;
	text-align: left;
}
.footer-logo-wrap h6 img{
	width: 20px;
	margin-right: 8px;
}
/*================================popup start======================================*/
.modal-area .modal-dialog {
    max-width: 73%;
    margin: 4% auto;
}
.modal-area .modal {
	background-color: rgba(0, 0, 0, 0.6);
}
.modal-area .pop-up-image {
	border-radius: 20px 0 0 20px;
	height: 100%;
}
.modal-area .pop-up-image img {
	border-radius: 20px 0 0 20px;
	height: 100%;
	object-fit: cover;
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0px;
    background-color: transparent;
	position: relative;
	border-radius: 20px;
}
.modal-area .popup-content p{
    margin: 40px 0;
}
.modal-area .popup-content {
    padding: 50px 13%;
    background-color: #fff;
	position: relative;
	border-radius: 0 20px 24px 0;
}
.modal-area .popup-content .common-btn {
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 20px 0;
}
.show_popup_middle.show {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
/*=================================contact page start====================================*/
/***inner pg banner*****/
.inner-banner-sec {
	padding: 15% 0 4%;
}
.inner-banner-sec h2 {
	font-family: 'PointSemiBold';
    font-size: 50px;
    color: #fff;
	margin-left: 40px;	
}
/****contact-map-sec******/
.contact-map-sec {
	padding: 88px 0;
}
.contact-map-location {
	position: absolute;
	right: 30px;
	bottom: 30px;
}
.contact-map-wrapper {
	position: relative;
	margin-right: 8%;
}
.contact-map-wrapper img {
	border-radius: 0 20px 20px 0;
}
.contact-map-img {
	height: 760px;
	border-radius: 0 20px 20px 0;
}
.contact-map-location p {
	font-family: 'PointBook';
    font-size: 18px;
    color: #1c1c1c;
	margin: 0;
}
.contact-map-location p img {
	width: 16px;
	margin-right: 3px;
}
.each-contact-info h4 {
	margin-bottom: 30px;
}
.each-contact-info p {
	font-family: 'PointLight';
    font-size: 18px;
    color: #002069;
	margin: 0;
	line-height: 37px;
}
.each-contact-info p a {
	color: #002069;
}
.each-contact-info p a:hover {
	color: #282f38;
}
.each-contact-info p span {
	margin-right: 10px;
}
.each-contact-info p a img {
	width: 26px;
}
.each-contact-info p a:last-child img {
	margin-right: 0;
}
.each-contact-info {
	margin-bottom: 80px;
}
.contact-info {
	max-width: 680px;
	width: 100%;
	margin-left: auto;
}
/*****contact-time-sec*****/
.contact-time-sec{ 
	padding: 120px 0;
	position: relative;
}
.contact-time-sec::before {
	position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: #edf2ff;
    height: 100%;
    width: 85%;
    z-index: -1;
	border-radius: 0 20px 20px 0;
}
.contact-time-img { 
	padding-left: 7%;
	border-radius: 20px 0 0 20px;
}
.contact-time-img img {
	border-radius: 20px 0 0 20px;
}
.contact-time-dtl {
	max-width: 520px;
	width: 100%;
}
.contact-time-dtl h3 {
	margin-bottom: 50px;
}
.contact-time-dtl p {
	margin: 0;
}
.contact-time-dtl table {
	margin: 55px 0;
}
.contact-time-dtl td {
	font-family: 'PointLight';
    font-size: 18px;
    color: #002069;
	line-height: 40px;
}
.contact-time-dtl td:nth-child(odd) {
	padding-right: 70px;
}
/****contact-form-sec*****/
.contact-form-sec {
	padding-top: 0px;
}
.contact-form-img {
	border-radius: 0 20px 20px 0;
	height: 100%;
}
.contact-form-img img {
	border-radius: 0 20px 20px 0;
	height: 100%;
	object-fit: cover;
}
.contact-form-wrap {
	padding-left: 16%;
}
.contact-form-wrap h4 {
    color: #6986ca;
	margin: 0 0 70px;
}
.contact-form-wrap form {
	background-color: #edf2ff;
	border-radius: 20px 0 0 20px;
	padding: 13% 8%;
}
.form-styl {
    resize: none;
    background-color: #edf2ff;
    border-radius: 0;
    font-family: 'PointBook';
    color: #002069;
    font-size: 18px;
    padding: 0 0 30px;
    border-radius: 0;
	border: 0;
    border-bottom: 1px solid #102e73;
}
.form-group {
	margin-bottom: 30px;
}
.form-styl:focus {
    box-shadow: none;
    color: #002069;
    border-bottom: 1px solid #102e73;
	background-color: #edf2ff;
}
.form-styl:placeholder {
    color: #002069;
	opacity: 1;
}
.form-styl:-ms-input-placeholder {
    color: #002069;
	opacity: 1;
}
.form-styl::placeholder {
    color: #002069;
	opacity: 1;
}
.contact-form-wrap .common-btn {
	margin-top: 55px;
}
/*=================================aanbod-dtl page start====================================*/
.inner-header {
	position: relative;
	background-color: #032367;
}
.inner-header .desktop-nav{
	padding-bottom: 20px;
}
.inner-header .desktop-nav .row{
	align-items: center !important;
}
/****dtl-slider***/
.dtl-slider .gallery-thumbs {
	padding: 6px;
}
.dtl-slider .gallery-thumbs .swiper-slide .dtl-car-slide {
	position: relative;
}
.dtl-slider .gallery-thumbs .swiper-slide .dtl-car-slide::after {
	content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}
.dtl-slider .gallery-thumbs .swiper-slide-thumb-active .dtl-car-slide::after  {
	display: none;
}
.dtl-slider .swiper-button-next {
	right: 0;
}
.dtl-slider .swiper-button-prev {
	left: 0;
	border-radius: 0 10px 10px 0;
	display: none;
}
/****dtl-price-sec*****/
.dtl-price-sec {
	padding: 50px 0;
	background-color: #edf3fe;
}
.dtl-price-sec .col-lg-8 {
	width: 70%;
}
.dtl-price-sec .col-lg-4 {
	width: 30%;
}
.dtl-price-wrap {
	padding-left: 7%;
}
.dtl-price-only {
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 45px;
}
.dtl-price-only h5 {
    color: #002069;
	font-family: 'PointRegular';
}
.dtl-price-only .text-end h5{
	 font-family: 'PointBook';
}
.dtl-bk-btn {
	max-width: 312px;
	width: 100%;
	margin-left: auto;
}
.dtl-bk-btn .common-btn {
	background-color: #6986ca;
	max-width: 100%;
}
.dtl-bk-btn .common-btn:hover {
	background-color: #002069;
}
/*****dtl-tab-sec******/
.dtl-tab-sec{
	padding-bottom: 90px;
	background-color: #edf3fe;
	margin-bottom: 5%;
}
.dtl-tab-sec .col-xl-8 {
	width: 70%;
}
.dtl-tab-sec .col-xl-4 {
	width: 30%;
}
.dtl-tab-sec .nav-tabs {
	border: 0;
}
.dtl-tab-sec .tab-btn {
	margin-bottom: 75px;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    width: 19%;
    text-align: center;
    font-family: 'PointBook';
    font-size: 18px;
    margin-right: 10px;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 0;
    background-color: #6986ca;
    color: #fff;
    padding: 24px 0;
    width: 100%;
	height: 100%;
	border-radius: 10px;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
    background-color: #032367;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover {
	background-color: #032367;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child {
    margin-right: 0;
}
/****dtl-tab-content******/
.dtl-tab-sec .tab-content ul li {
    font-family: 'PointBook';
    font-size: 18px;
    color: #1c1c1c;
    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 9px;
    padding-left: 20px;
    background-size: 7px;
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.bullet-panel h4 {
    color: #212121;
    border-bottom: 1px solid #212121;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'PointRegular';
	font-size: 25px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position: relative;
    font-family: 'PointBook';
}
.dtl-tab-sec .bullet-panel li:after {
    padding-left: 15px;
    background-size: 8px;
    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: #032367;
    font-size: 16px;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #032367;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 30px;
    color: #fff;
	font-family: 'PointBook';
}
.each-onderhoud-block h4 {
    color: #121212;
    font-family: 'PointRegular';
    font-size: 24px;
}
.each-onderhoud-block h5 {
    color: #121212;
    margin: 10px 0px 30px;
    font-size: 18px;
	font-family: 'PointBook';
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
/***dtl-contact-info****/
.dtl-contact-info {
	max-width: 390px;
    width: 100%;
    margin-left: auto;
}
.dtl-contact-btn {
	margin-bottom: 10px;
}
.dtl-contact-btn .common-btn.whatsapp-button {
	background: #25D366;
}
.dtl-contact-btn img {
	width: 16px;
  	margin-right: 7px;
  	margin-top: -3px;
}
.dtl-contact-man,
.dtl-contact-man img {
	border-radius: 20px;
}
.dtl-contact-text p {
    font-size: 18px;
	margin: 15px 0 20px;
}
.dtl-contact-text h5 {
	color: #032367;
    font-family: 'PointRegular';
}
.dtl-contact-text a {
	color: #032367;
    font-family: 'PointLight';
    font-size: 16px;
	margin-top: 15px;
	display: block;
}
.dtl-contact-text a:hover {
	opacity: 0.6;
}
/*****related-product-sec*****/
.related-product-sec {
	padding: 9% 0 5%;
}
.related-product-sec .product-slider::before {
	display: none;
}
.related-product-sec .header-wrap {
	padding-right: 0;
}
/*=================================diensten page start====================================*/
/*.diensten-list-sec {
	padding: 80px 0;
}
.diensten-list-sec .content-sec:nth-child(odd):before {
	top: 0;
    bottom: auto;
}
.diensten-list-sec .content-sec {
	margin-bottom: 80px;
}
.diensten-list-sec .content-sec:nth-child(even)::before {
    bottom: 0;
    top: auto;
}*/
.diensten-list-sec {
	padding: 80px 0;
}
.diensten-list-sec .content-sec::before{
	height: calc(50% + 80px);
    top: -80px;
}
.diensten-list-sec .content-sec:nth-child(odd)::before {
	top: auto;
    bottom: -80px;
}
.diensten-list-sec .content-sec {
	margin-bottom: 80px;
}
.diensten-list-sec .content-sec:nth-child(even)::before {
    /*bottom: 0;
    top: auto;*/
}
.diensten-list-sec .content-sec:last-child::before{
	height: 50%;
	bottom: 0;
}
.diensten-list-sec .content-sec:nth-child(even) .content-wrap {
	margin-left: auto;
	border-radius: 20px 0 0 20px;
	padding-left: 0;
	padding-right: 8%;
}
.diensten-list-sec .content-sec:nth-child(even) .content-wrap .common-btn {
	border-radius: 0 20px;
}
.diensten-list-sec .content-sec:nth-child(even) .content-wrap p{
	margin-left: 8%;
	margin-right: 8%;
}
.diensten-list-sec .content-sec:nth-child(even) .content-wrap h3 {
	margin-left: 8%;
}
.diensten-list-sec .content-sec:nth-child(even) .block-img {
	border-radius: 20px 0 0 20px;
}
/*=================================vacature page start====================================*/
.vacature-list-sec .content-sec .block-img {
	position: relative;
}
.vacature-list-sec .content-sec::before {
    display: none;
}
.vacature-info {
	background-color: #fff;
	width: 60%;
	position: absolute;
	bottom: 0;
	border-radius: 20px 20px 0 0;
	left: 50%;
	transform: translate(-50%);
}
.each-vacature-info {
	text-align: center;
	padding: 24px 5px;
	border-right: 1px solid #efefef;
}
.vacature-info .col-6:last-child .each-vacature-info {
	border: 0;
}
.each-vacature-info h6 {
	color: #002069;
	font-family: 'PointLight';
}
.each-vacature-info h6 img {
	width: 33px;
	margin-right: 17px;
}
/*=================================bedankt page start====================================*/
.bedankt-banner-sec .common-btn {
	margin-top: 50px;
}
.bedankt-banner-sec .banner-content {
	top: 63%;
}
/***************************over-ons page starts***************************************/
/******over-ons-top-sec********/
.over-ons-top-sec{
    background-color: #edf2ff;
}
.sec-header{
    padding: 8% 0;
    width: 100%;
    max-width: 690px;
    margin: 0 auto;
}
.sec-header h2{
    margin-bottom: 45px;
}
.sec-header p{
    font-size: 16px;
    color: #002069;
}
.each-year-box h6{
    font-family: 'PointLight';
    font-size: 18px;
    background-color: #002069;
    color: #fff;
    width: 68px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    margin-top: 87px;
    position: relative;
    z-index: 5;
}
.each-year-box h6:after{
    content: "";
    width: 2px;
    background-color: #002069;
    height: calc(100% + 87px);
    top: -10px;
    left: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: -1;
}
.over-ons-top-slider .swiper-slide:nth-child(even) .each-year-box{
    transform: rotate(180deg);
}
.over-ons-top-slider .swiper-slide:nth-child(even) .each-year-box-wrap{
    padding-top: calc(50% + 136px);
}
.over-ons-top-slider .swiper-slide:nth-child(even) h6{
    transform: rotate(-180deg);
    z-index: 5;
}
.over-ons-top-slider .swiper-slide:nth-child(even) h6:after{
    top: 80px;
}
.over-ons-top-slider{
    position: relative;
    padding-left: 4%;
}
.over-ons-top-slider:after{
    content:"";
    height: 3px;
    width: 85%;
    position: absolute;
    right: 0;
    background-color: #002069;
    top: 50%;
    transform: translateY(-50%);
}
.over-ons-top-slider:before{
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
}
.year-img-box{
    position: relative;
    overflow: hidden;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    border-radius: 10px;
    z-index: 10;
}
.year-img-box img{
    border-radius: 10px;
    /*max-height: 200px;*/
}
.year-img-box:hover .year-inn-txt{
    top: 50%;
}
.year-img-box:hover:after{
    top: 0;
}
.year-inn-txt{
    position: absolute;
    top: -100%;
    left: 0;
    transform: translateY(-50%);
    text-align: left;
    z-index: 2;
    left: 0;
    padding: 8%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.year-inn-txt h3{
    color: #fff;
    margin-bottom: 10px;
}
.year-inn-txt p{
    color: #fff;
    font-size: 12px;
	margin: 0;
	line-height: 18px;
}
.year-img-box:after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,32,105,0.5);
    top: -100%;
    left: 0;
    position: absolute;
    z-index: 1;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.over-ons-top-slider .swiper-slide:nth-child(even) .year-img-box{
   transform: rotate(-180deg);
}
.over-ons-top-slider .swiper-button-prev{
    left: 0;
    top: 48.5%;
	border-radius: 0 10px 10px 0;
}
.over-ons-top-slider .swiper-button-next{
    right: 0;
    border-radius: 10px 0 0 10px;
    top: 48.5%;
}
/******over-ons-middle-sec********/
.over-ons-middle-sec{
   /* padding: 9% 0 10% 0;*/
   padding: 5% 0 5% 0;
}
.md-img-box img{
    width: 38px;
}
.md-img-box{
    border-radius: 10px;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1); 
    -webkit-box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1); 
    width: 100%;
    max-width: 128px;
    margin: 0 auto;
    height: 128px;
    line-height: 128px;
}
.md-contnet-header h3{
    margin-bottom: 60px;
/*    margin-bottom: 30px;*/
}

.md-contnet-header{
/*    padding-right: 5%;*/
    text-align: center;
}
.ons-miidle-right-content{
/*    padding-left: 12%;*/
    padding-left: 22%;
}
.each-md-content-box h6{
    font-family: 'PointLight';
    font-size: 20px;
    margin-top: 20px;
}
.ons-middle-content-wrap{
    padding-left: 7.5%;
}
/******ons-glry-sec********/
.team-sec .gallery-slider {
    margin-left: 0;
}
.team-sec .gallery-slider .swiper-button-prev{
    left: 0;
}
.team-sec .gallery-slider h6 span{
    font-family: 'PointLight';
}
.team-sec .gallery-content{
    padding-left: 22%;
}
/******ons-footupper-sec********/
.ons-footupper-sec{
    padding-top: 7%;
}
.ons-footupper-sec h3{
    margin-bottom: 6.5%;
}
.ons-foot-upper-slider{
    position: relative;
}
.ons-foot-upper-slider .swiper-button-next{
    right: 0;
    border-radius: 10px 0 0 10px;
}
.ons-foot-upper-slider .swiper-button-prev{
    left: 0;
	border-radius: 0 10px 10px 0;
}
.glry-img-box{
    overflow: hidden;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.glry-img-box img{
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.glry-img-box:hover img{
    transform: scale(1.1);
}
/*=================================werkplaats page start====================================*/
.werkplaats-top-sec {
	padding: 8% 0;
	box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
}
.werkplaats-top-wrapper {
	max-width: 1045px;
	width: 100%;
	margin: 0 auto;
}
.werkplaats-top-sec h3 {
	margin-bottom: 40px;
}
/****werkplaats-list-sec***/
.werkplaats-list-sec {
	padding: 50px 0 10px;
}
.werkplaats-list-sec .content-sec:nth-child(odd) .content-wrap {
	margin-left: auto;
	border-radius: 20px 0 0 20px;
    padding-left: 0;
    padding-right: 8%;
}
.werkplaats-list-sec .content-sec:nth-child(odd) .content-wrap h3 {
	margin-left: 8%;
}
.werkplaats-list-sec .content-sec:nth-child(odd) .content-wrap p {
	margin-left: 8%;
	margin-right: 8%;
}
.werkplaats-list-sec .content-sec:nth-child(odd) .content-wrap .common-btn {
	border-radius: 0 20px;
}
.werkplaats-list-sec .content-sec:nth-child(even) .content-wrap {
	margin-right: auto;
	margin-left: 0;
	border-radius: 0 20px 20px 0;
	padding-right: 0;
	padding-left: 8%;
}
.werkplaats-list-sec .content-sec:nth-child(even) .content-wrap .common-btn {
	border-radius: 20px 0;
}
.werkplaats-list-sec .content-sec:nth-child(even) .content-wrap p {
	margin-right: 10%;
	margin-left: 0;
}
.werkplaats-list-sec .content-sec:nth-child(even) .content-wrap h3 {
	margin-left: 0;
}
/***************************diensten-detail page starts***************************************/
/******back-btn-sec********/
.bk-btn{
    position: relative;
}
.bk-btn .common-btn{
    width: 100%;
    position: absolute;
    right: 0;
    top: 90px;
    z-index: 1;
}
/******diensten-detail-top-sec********/
.diensten-detail-top-sec{
    position: relative;
}
.diensten-detail-top-sec h3{
    margin-bottom: 35px;
}
.diensten-detail-top-sec .contact-info{
    padding-right: 15%;
}   
/******diensten-detail-middle-sec********/
.diensten-detail-middle-sec ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.diensten-detail-middle-sec ul li{
    width: 50%;
    font-family: 'PointLight';
    font-size: 20px;
    color: #002069;
    margin-bottom: 50px;
    position: relative;
    padding-left: 15px;
}
.diensten-detail-middle-sec ul li:after{
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    background-image: url(../images/line.png);
    background-size: contain;
    background-position:center;
    background-repeat: no-repeat;
    width: 7px;
    height: 7px;
}
/******diensten-detail-glry-sec********/
.diensten-detail-glry-sec{
    background-color: #fff;
}
.diensten-detail-glry-sec .each-gallery:after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,32,105,0.5);
    top: -100%;
    left: 0;
    position: absolute;
    z-index: 1;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.diensten-detail-glry-sec .each-gallery:hover:after{
    top: 0;
}
/*=================================werkplaats-dtl page start====================================*/
/***werkplaats-detail-glry-sec****/
.werkplaats-detail-glry-sec .common-btn {
	max-width: 280px;
}
/*=================================vacature-dtl page start====================================*/
.vacature-dtl-top-sec .vacature-info  {
	position: initial;
	background-color: transparent;
	border-radius: 0;
	transform: none;
	max-width: 430px;
	width: 100%;
	margin-top: 8%;
}
.vacature-dtl-top-sec .vacature-info .col-6:first-child .each-vacature-info {
	text-align: left;
}
.vacature-dtl-top-sec .vacature-info .col-6:last-child .each-vacature-info {
	text-align: right;
}
.vacature-dtl-mid-sec a {
    font-family: 'PointLight';
    font-size: 20px;
    color: #002069;
	margin-top: 45px;
	display: inline-block;
}
.vacature-dtl-mid-sec a img {
	width: 25px;
	margin-right: 20px;
}
.vacature-dtl-mid-sec a:hover {
	opacity: 0.6;
}
.vacature-dtl-contact-form .vaca-upload {
    margin-top: 55px;
}
.vacature-dtl-contact-form .vaca-upload {
    font-family: 'PointLight';
    font-size: 16px;
    color: #002069;
}
.vacature-dtl-contact-form .vaca-upload hover {
    opacity: 0.6;
}
.vacature-dtl-contact-form .vaca-upload img {
    width: 16px;
    margin-right: 6px;
    margin-top: -2px;
}
/***************************aanbod page starts***************************************/
.aanbod-banner {
    padding: 17% 0 8%;
}
/******aanbod-filter-sec********/
.aanbod-filter-sec .select-area .col-lg-3{
    width: 20%;
}
.grid-wrap img{
    width: 25px;
    margin-right: 25px;
}
.grid-wrap{
    line-height: 40px;
    /*display: flex;
    justify-content: center;*/
    padding-left: 30%;
}
.each-filter-grid{
    text-align: left;
    font-family: 'PointBook';
    font-size: 17px;
    color: #282f38;
    opacity: 0.5;
}
.each-filter-grid.active{
    opacity: 1;
}
.aanbod-filter-sec .filter-wrapper .col-lg-7{
    width: 62%;
}
.aanbod-filter-sec .filter-wrapper .col-lg-5{
    width: 38%;
}
.aanbod-filter-sec .select-style{
    padding: 0 15px;
}
.aanbod-filter-sec .select-area {
    padding-left: 15px;
}
/******aanbod-product-sec********/
.aanbod-product-sec{
    padding: 4.8% 0 6% 0;
}
.aanbod-product-middle-content h3{
    /*font-size: 40px;*/
    font-size: 32px;
}
.aanbod-product-middle-content p{
    margin: 30px 0 40px 0;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aanbod-product-middle-content{
    padding: 0px 11%;
}
.aanbod-product-middle-area{
    background: #e2e7f3;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    /*max-height: 583.68px;*/
    height: calc(100% - 35px) !important;
}
.aanbod-product-sec .each-product{
    margin: 0 0 35px 0;
}
.md-cont-img,
.md-cont-img img {
    border-radius: 0 0 20px 20px;
}
.md-cont-img img {
    height: 100%;
    object-fit: cover;
}
.aanbod-product-sec .col-xl-8{
    padding: 0 16px;
    margin-bottom: 35px;
}
.aanbod-product-sec .col-xl-4{
    padding: 0 16px;
    margin-bottom: 35px;
}
.aanbod-product-wrap{
    margin: 0 -16px;
}
/***************************aanbod-list************************************/
.aanbod-list-sec{
    padding: 5% 0 3% 0;
 }
.aanbod-list-sec .col-lg-5{
    width: 42%;
 }
.aanbod-list-sec .col-lg-7{
    width: 58%;
 }
.aanbod-list-sec .product-dtl-wrap{
    position: relative;
 }
.aanbod-list-sec .common-btn{
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	max-width: 190px;
	margin-top: 30px;
}
.aanbod-list-sec .product-dtl td{
    border: none;
    padding: 0;
}
.aanbod-list-sec .price-area{
	border-bottom: 0;
}
.aanbod-list-sec .price-area{
	padding: 0 8%;
}
.aanbod-list-sec .table-area{
	padding-left: 8%;
}
.aanbod-list-sec .product-dtl td h6{
    font-size: 17px;
    margin: 0;
 }
.aanbod-list-sec .product-dtl hr {
    background-color: #efefef;
    margin: 30px 0;
    height: 2px;
    opacity: 1;
 }
.aanbod-list-sec .each-product{
    border-radius: 0 20px 20px 0;
    box-shadow: 0px 8px 46px 0px rgba(0, 0, 0, 0.1); 
    -webkit-box-shadow: 0px 8px 46px 0px rgba(0, 0, 0, 0.1);
 }
 .aanbod-list-sec .aanbod-product-wrap{
    margin: 0 0 70px 0;
    padding-right: 16%;
 }

/* 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;
}

/****(light)morgen footer start****/

.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;
}
.add_morgan_footer_margin {
    height: 100px !important;
}
/*****(light)morgen footer end********/

/*********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;
}

.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-family: 'PointBook';
    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;*/
   margin: 20px 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;
}
.form-1{
	display: none;
	padding: 40px 0;
}
.castly {
    width: 100%;
    height: 1300px;
}
.form-1 .form-styl{
	padding-bottom: 10px;
	font-size: 15px;
}
.form-1 .common-btn{
	margin-top: 20px;
}
.verkoop-gallery{
	background-color: #fff;
	margin-bottom: 90px;
    padding-top: 170px;
}
/*=============review block=============*/
.review-sec{
	padding: 100px 0;
	background: #edf2ff;
}
.review-heading {
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    background-color: #002069;
    text-transform: uppercase;
    font-family: 'PointBold';
    margin: auto;
    display: table;
    padding: 13px 18px;
    text-align: center;
}
.reviews{
    padding-top: 35px;
}
.review-txt {
   background: #fff;
   padding: 30px;
   color: #333;
   box-shadow: rgb(149 157 165 / 10%) 0 8px 24px;
   border-radius: 10px;
}
.review-txt p {
    margin: 0;
    min-height: 150px;
    overflow: hidden;
}
.review-info {
    padding: 15px 15px 0;
}
.review-info span {
    margin-right: 8px;
    font-family: 'PointBold';
    font-size: 18px;
    vertical-align: top;
}
.review-info img{
	width: 14px;
	margin-right: 0.1rem;
}
/*.widget-visible iframe:last-child{
	bottom: 60px !important;
}*/
/*======blog======*/
.blog-sec{
	padding-top:120px;
}
.blog-sec .block-img{
	border-radius:15px 15px 0 0;
	height: 270px;
}
.blog-sec .block-img img{
	height: 100%;
	object-fit: cover;
}
.diensten-list-sec.blog-sec .content-sec{
	margin-bottom: 0;
}
.diensten-list-sec.blog-sec .content-wrap{
	border-radius: 0 0 20px 20px;
    padding: 10% 0 0 10%;
    margin-bottom: 80px;
	max-width: 100%;
}
.blog-sec .content-wrap h3{
	margin-left: 0;
}
.blog-sec .content-wrap p{
	margin:20px 10% 40px 0
}
.blog-sec .content-sec:after{
	position: absolute;
    left: 0;
    content: '';
    background: #edf2ff;
    width: 100%;
    z-index: -1;
    bottom: 15%;
    height: 75%;
}
.blog-sec .content-sec:before{
	display:none;
}
.widget_block h3{
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	text-align:center;
	font-family: 'PointRegular';
	margin-bottom: 32px;
}
.show-mobile {
	display: none;
}
.show-desktop {
	display: block;
}
@media(max-width: 1399.98px){
	.review-txt p {
    	min-height: 165px;
	}
}
@media(max-width: 991px){
	.review-sec{
		padding: 0 0 30px;
	}
	.review-sec .col-md-6{
		padding-bottom: 30px;
	}
	.diensten-list-sec.blog-sec .content-wrap{
		padding: 10% 5%;
		margin-bottom: 40px;
	}
	.blog-sec .content-wrap p{
		margin: 15px 0 30px 0 !important;
	}
	.blog-sec .ps-4{
		padding-left: .75rem !important;
	}
	.blog-sec .pe-4{
		padding-right: .75rem !important;
	}
	.blog-sec .content-sec:after{
		display: none;
	}
	
}
@media(max-width: 767px){
	.review-heading{
		font-size: 15px;
	}
	.review-txt p {
    	min-height: auto;
	}
	.review-txt{
		padding: 20px 15px;
	}
	.blog-sec .block-img{
		height: 200px;
	}
	.show-mobile {
		display: block;
	}
	.show-desktop {
		display: none;
	}
}
/*******************dropdown***********/
.desktop-nav .dropdown-menu {
	padding: 10px 15px;
	border-radius: 0;
	margin: 0;
	border: 0;
	min-width: 180px;
  	background-color: #032367;
  	border: 1px solid rgba(255,255,255,0.1);
}
.desktop-nav .dropdown-menu a {
	padding: 5px 0;
  	background: transparent;
  	color: #fff !important;
  	opacity: 1;
  	display: inline-block;
  	width: 100%;
  	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.desktop-nav .dropdown-menu a:last-child{
	border-bottom: 0;
}
.desktop-nav .dropdown:hover>.dropdown-menu {
	display: block;
}
