@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;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #e9edf1;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #1c1c1c;
}
/*===============header===============*/
.header-area{
	position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
}
.top-bar{
	background: #e9edf1;
	padding: 12px 0;
}
.top-bar .container {
    margin-top: 8px;
}
.top-bar h6{
	font-family: 'PointBold';
	font-size: 16px;
	color: rgba(28,28,28,0.5);
	position: relative;
	padding-left: 30px;
	letter-spacing: 0.5px;
}
.top-bar h6:before, .txt-btn:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 20px;
	height: 20px;
	opacity: 0.26;
	background-image: url(../images/tick.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.header-area li, .txt-btn{
	font-family: 'PointBold';
	font-size: 16px;
	letter-spacing: 0.65px;
	margin-left: 45px;
}
.top-bar li{
	display: inline-block;
}
.top-bar li img{
	width: 28px;
	margin-right: 12px;
	filter: brightness(0) invert(0);
	-webkit-filter: brightness(0) invert(0);
}
.top-bar li a:hover img{
	filter: brightness(1) invert(0);
	-webkit-filter: brightness(1) invert(0);
}
.desktop-nav, .desktop-nav.navbar-expand-lg .navbar-nav .nav-link{
	padding: 0;
}
.desktop-nav.navbar-expand-lg .navbar-nav .nav-link{
	color: #1c1c1c;
}
.desktop-nav.navbar-expand-lg .navbar-nav .nav-link:hover, 
.desktop-nav.navbar-expand-lg .navbar-nav .nav-item.active:hover{
	color: #003280;
}
.nav-item.active a {
    color: #003280 !important;
}
.navigation-panel{
	padding: 15px 0;
/*	padding: 25px 0;*/
	background: #fff;
	border-radius: 0 0 30px 30px;
    opacity: 70%;
   /* margin-top: 8px;*/
}
.navigation-panel .navbar-nav{
	margin-left: 20px;
}
.navigation-panel .navbar-brand img{
	width: 166px;
}
.txt-btn{
	color: #003280;
	position: relative;
	padding-right: 25px;
	margin: 0;
}
.txt-btn:before{
	background-image: url(../images/arrow.svg);
	opacity: 1;
	right: 0;
	left: auto;
	width: 14px;
	height: 14px;
    margin-top: 1px;
}
.txt-btn:hover{
	color: #1c1c1c;
}
.txt-btn:hover:before{
	filter: brightness(0) invert(0);
	-webkit-filter: brightness(0) invert(0);
}
.header-area .txt-btn:before{
	margin-top: 0;
}
.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===============*/
.banner-sec{
	position: relative;
    background: #e9edf1;
}
.banner-content {
	position: absolute;
	left: 0;
	top: 50%;
    transform: translateY(-50%);
	width: 100%;
	z-index: 1;
	padding-top: 154px;
}
.banner-heading-wrap{
    max-width: 780px;
    width: 100%;
    margin-left: 20px;
}
/*=============content block===========*/
.block-wrap{
	margin: -120px 5% 0;
    background: #fff;
/*    border: 2px solid #d2d7de;*/
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    box-shadow: 0px 19px 21px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 19px 21px 0px rgba(0, 0, 0, 0.07);
}
.left-part{
	background: #daf6f5;
	height: 100%;
}
.left-part, .right-part{
	padding: 50px 40px;
}
.right-part h4 span{
	font-family: 'PointExtraBold';
}
.right-part p{
	margin: 25px 12% 0 0;
	font-family: 'PointRegular';
}
.block-wrap .col-lg-4{
	width: 28%;
}
.block-wrap .col-lg-8{
	width: 72%;
}
.left-part h4{
	margin-bottom: 45px;
	line-height: 36px;
}
.left-part .txt-btn{
	font-size: 15px;
	color: #1c1c1c;
}
.left-part .txt-btn:before{
	width: 12px;
	height: 12px;
	filter: brightness(0)invert(0);
	-webkit-filter: brightness(0)invert(0);
}
.left-part .txt-btn:hover{
	opacity: 0.6;
}
.right-part .common-btn{
	margin-right: 60px;
}
/*==============product============*/
.product-sec{
	padding: 120px 0 50px;
	position: relative;
}
.product-sec:before{
	position: absolute;
    bottom: -90px;
    width: 100%;
    height: 100%;
    content: '';
    /*box-shadow: 0px 14px 54.28px 4.72px rgb(0 0 0 / 9%);
    -webkit-box-shadow: 0px 14px 54.28px 4.72px rgb(0 0 0 / 9%);
    border-radius: 0 0px 30px 30px;*/
    background-image: url(../images/overlay.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    z-index: 1;
}
.product-sec .text-center{
	margin-bottom: 80px;
	position: relative;
	z-index: 1;
}
.each-product {
    margin: 0 15px 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border: 1px solid #d2d7df;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.each-product:hover{
    -webkit-box-shadow: -2px 5px 14px 0px rgb(0,0,0,0.1);
    -moz-box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.1);
    box-shadow: -2px 5px 14px 0px rgb(0,0,0,0.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-dtl{
	padding: 30px 20px;
}
.product-dtl h4{
	font-family: 'PointExtraBold';
}
.product-dtl h6{
	font-family: 'PointBook';
	font-size: 15px;
	color: #1c1c1c;
	letter-spacing: 0.4px;
	line-height: 26px;
	height: 30px;
    overflow: hidden;
}
.divider {
    opacity: 1;
    border-top: 1px solid #d2d7df;
    margin: 20px 0;
}
.product-dtl td:nth-child(odd) {
    color: #aeaeae;
    padding-right: 80px;
}
.product-dtl td h6{
	word-break: break-word;
	line-height: 32px;
}
.product-dtl .common-btn{
	max-width: 100%;
}
.product-slider{
	position: relative;
}
.product-slider .swiper-button-prev{
	left: -80px;
}
.product-slider .swiper-button-next{
	right: -80px;
}
/*=============service======*/
.service-sec{
	background: #f7f7f7;
	padding: 170px 0 120px;
	position: relative;
}
.service-sec:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #e9edf1;
	border-radius: 0 0 30px 30px;
}
.service-sec p{
	margin: 20px 10px 70px 0px;
    /* margin-right: ; */
}
.service-sec h4 {
	font-family: 'PointExtraBold';
	opacity: 0.5;
	letter-spacing: 0.2px;
}
.service-sec h4 span{
	font-family: 'PointBook';
    font-size: 18px;
    float: right;
}
.service-sec li a:hover h4{
	opacity: 1;
	color: #003280;
}
.service-sec li{
	margin-bottom: 50px;
}
.servcie-sec-wrap{
	position: relative;
}
.service-image{
	position: absolute;
    right: 0;
    width: 50%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    overflow: hidden;
}
/*=============middle sec==========*/
.testimonial-sec{
	padding: 6% 0;
	background: #f7f7f7;
	position: relative;
	box-shadow: 5px 10px #f9f7f7;
}
.testimonial-sec .container{
	position: relative;
	z-index: 1;
}
.block-left-content p{
	margin: 35px 60px 30px 0;
}
.block-left-content{
	background: #e9edf1;
	padding-left: 60px;
	padding-top: 60px;
	border-radius: 30px;
	min-height: 680px;
	position: relative;
}
.block-image{
	position: absolute;
    bottom: 0;
    width: 57%;
    right: -40px;
}
.block-img-content{
	position: absolute;
    left: 0;
    width: 52%;
    text-align: right;
    bottom: 30px;
}
.block-img-content h4{
	font-family: 'PointExtraBold';
}
.block-right-content p{
	margin: 30px 0 70px;
}
.block-right-content{
	padding-left: 20%;
}
/*============insta===========*/
.insta-block{
	background: #f7f7f7;
	padding: 20px 0;
	border-bottom: 1px solid #dbdbdb;
}
.insta-block h3{
	margin-bottom: 70px;
}
/*==============footer==========*/
.footer-area{
    background: #fff;
    padding: 80px 0 12px 0;
    position: relative;
}
.footer-bg{
	position: absolute;
    right: 0;
    width: 27%;
}
.each-info h4 {
	font-family: 'PointBold';
    margin-bottom: 25px;
}
.footer-area li, .each-info p{
    font-size: 18px;
    font-family: 'PointBook';
    color: #1c1c1c;
    letter-spacing: 0.4px;
    line-height: 34px;
    margin-bottom: 0;
}
.each-info{
    margin-bottom: 100px;
}
.each-info a {
    color: #1c1c1c;
}
.each-info a:hover {
    color: #003280;
}
.footer-area .col-lg-5 .each-info{
    margin-left: 60px;
}
.footer-area .col-lg-4 .each-info{
    margin-left: 30px;
}
.footer-social img{
    width: 24px;
}
.insta-footer{
    width: 30px;
/*
    position: absolute;
    bottom: 5px;
    left: 5px;
*/
    filter: brightness(0) invert(0);
	-webkit-filter: brightness(0) invert(0);
}
.insta-footer:hover{
    filter: brightness(1) invert(0);
	-webkit-filter: brightness(1) invert(0);
}
/*==============over-ons-page-starts===========================*/
/*======inner-banner==========*/
.inner-banner h2{
	font-family: 'PointBold';
	color: #fff;
}
.inner-ban-img{
	position: relative;
}
.inner-ban-img img{
	width: 100%;
}
.inner-ban-cont{
	position: absolute;
	top: calc(50% + 70px);
	left: 50%;
	transform: translateX(-50%);
}
/*======over-ons-testi==========*/
.over-ons-testi .block-right-content {
	padding-left: 17%;
}
.over-ons-testi .block-right-content p {
	font-size: 18px;
}
.over-ons-testi .block-left-content{
	margin-top: 40px;
}
/*=====over-ons-middle-sec====*/
.over-ons-middle-sec{
	position: relative;
	padding: 6% 0 6.8% 0;
}
.ons-middle-wrap{
	position: relative;
	z-index: 4;
}
.over-ons-middle-sec:before {
    position: absolute;
    bottom: -90px;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(../images/overlay.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    z-index: 3;
}
.middle-each-img{
	width: 100%;
	max-width: 150px;
	height: 150px;
	border-radius: 20px;
	background-color: #003280;
	line-height: 150px;
	justify-content: center;
	margin: 0 auto;
}
.middle-each-img img{
	width: 60px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.ons-middle-wrap .col-lg-3:nth-child(2) img{
	width: 75px;
}
.middle-each-txt h4{
	font-family: 'PointBold';
	margin: 28px 0 20px 0
}
.over-ons-middle-sec p{
	font-family: 'PointRegular';
	margin: 2% 25% 4%; 
}
.middle-each-txt{
	margin: 0 8%;
}
.middle-each-txt p{
	padding: 0;
    margin: 0% 0% 0%;
}
/*======over-ons-team-sec==========*/
.over-ons-team-sec{
	overflow: hidden;
	position: relative;
	padding-top: 11%;
	background-color: #e9edf1;
	border-radius: 0 0 40px 40px;
	z-index: 2;
}
.team-txt h4{
	font-family: 'PointExtraBold';
	font-size: 22px;
	color: #003280;
	margin:  7% 0 5% 0;
}
.team-txt {
    padding-right: 15px;
}
.team-txt p{
	font-size: 18px;
}
.slide-txt h5{
	font-family: 'PointExtraBold';
	font-size: 23px;
	color: #fff;
}
.slide-txt{
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 100%;
	padding: 0 15px;
}
.slide-txt p{
	color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px 0;
}
.slider-area {
    position: absolute;
    right: 0;
    width: 35%;
}
.team-img{
	border-radius: 40px;
}
.team-img img{
	border-radius: 40px;
}
.team-wrap{
	position: relative;
	padding-bottom: 16.5%;
	z-index: 2;
}
.over-ons-team-sec .swiper-button-next{
	right: 27%;
}
.slider-content {
    padding-top: 19%;
}
/*======locatie-sec==========*/
.locatie-sec {
    position: relative;
	top: -70px;
}
.locatie-cont{
	text-align: center;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 14% 0;
}
.locatie-cont h3{
	color: #fff;
	margin-bottom: 22px;
	position: relative;
}
.locatie-cont p{
	font-size: 18px;
	color: #fff;
}
/*======ons-bottom-sec==========*/
.ons-bottom-head{
	padding: 55px 12px 70px;
	position: relative;
}
.ons-bottom-sec{
	background-color: #fff;
}
.ons-ft-img{
	border-radius: 30px;
}
.ons-ft-img img{
	border-radius: 30px;
}
.ons-bottom-sec .swiper-button-prev{
	right: auto;
	left: -93px;
	top: 50%;
	transform: translateX(-50%);
}
.ons-bottom-sec .swiper-button-next{
	left: auto;
	top: 50%;
	transform: translateX(-50%);
	right: -140px;
}
.ons-bottom-slider {
    margin-left: -38%;
}
.ons-bottom-sec h3{
	position: relative;
	display: inline-flex;
	align-items: center;
}
/*==============aanbod-detail-page-starts===========================*/
/*======aanbod-detail-head==========*/
.inner-header{
	position: relative;
	border-radius: 0;
}
/***dtl-slider***/
.dtl-slider{
	overflow: hidden;
}
.dtl-slider .gallery-top .swiper-slide-next .dtl-car-slide::after {
	content: "";
    background-color: rgba(255, 255, 255, 0.4);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.dtl-slider .gallery-top .swiper-slide-prev .dtl-car-slide::after {
	content: "";
    background-color: rgba(255, 255, 255, 0.4);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.gallery-thumbs{
	background-color: #f9f9f9;
	padding: 14px 0;
}
.dtl-slider .swiper-button-next{
	right: 6%;
}
.dtl-slider .swiper-button-prev{
	left: 6%;
}
.bottm-main{
	position: absolute;
	top: 50%;
	left:0;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}
.bottm-main img{
	width: 30px;
}
.dtl-car-slide{
	position: relative;
}
.bottm-main h4{
	font-size: 22px;
	font-family: 'pointsemi_bold';
	color: #1c1c1c;
}
.overlay{
    background: rgba(255, 255, 255, 0.4);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.thums-wrap .dtl-car-slide, .thums-wrap {
	margin: 5px;
}
.thums-wrap .col-lg-2 {
	width: 12.5%;
}
.more-gallery-thumbs{
	display: none;
}
/*======dtl-tab-sec==========*/
.dtl-tab-sec {
    position: relative;
	padding: 3% 0 8.5% 0;
}
.dtl-tab-sec:before {
	position: absolute;
    bottom: -90px;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(../images/overlay.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    z-index: 1;
}
.dtl-tab-wrap .col-lg-8{
	width: 72%;
}
.price-left{
	display: flex;
	align-items: center;
}
.dtl-tab-wrap .col-lg-4{
	width: 28%;
}
.dtl-tab-price-block h3{
	font-family: 'PointBook';
}
.dtl-tab-price-block h4{
	padding-left: 9%;
	top: -5px;
	text-align: right;
}
.dtl-tab-price-block .col-lg-3 h3{
	font-family: 'PointBold';
	color: #003280;
	text-align: right;
}
.dtl-tab-price-block{
	border-bottom: 1px solid #c6c6c6;
	padding-bottom: 5%;
}
.dtl-tab-wrap{
	margin: 0 -60px;
	position: relative;
	z-index: 2;
}
.dtl-tab-sec .tab-btn {
    margin: 60px 0 70px 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
   	margin-right: 4.2%;
    font-family: 'PointExtraBold';
    font-size: 25px;
    border: 0;
	color: #1c1c1c;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child{
	margin-right: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 0;
    background-color: #fff;
    color: #1c1c1c;
    border-radius: 0;
    width: 100%;
    height: 100%;
	text-align: left;
	opacity: 0.5;
	padding: 0;
    font-size: 21px;
}
.dtl-tab-sec .nav-tabs{
	border: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
    color: #003280;
	opacity: 1;
}
.tab-price-left{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.dtl-tab-sec .tab-content ul li {
	font-family: 'pointsemi_bold';
    font-size: 20px;
    color: #1c1c1c;
    padding-bottom: 20px;
    word-break: break-word;
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/buleet-img.png);
    background-repeat: no-repeat;
    background-position: left top 11px;
    padding-left: 20px;
    background-size: 7px;
	opacity: 1;
}
.kenmerken-tab ul li:nth-child(even) {
	opacity: 0.75;
}
.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/buleet-img.png);
    background-repeat: no-repeat;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel h5 {
    color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'PointBold';
}
.dtl-tab-sec .bullet-panel ul li {
    position: relative;
    font-family: 'pointsemi_bold';
	padding-left: 20px;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #003280;
    font-size: 16px;
    line-height: 24px;
}
.left-bg-block h6 {
    line-height: 30px;
    color: #fff;
    font-family: 'pointsemi_bold';
    font-size: 16px;
}
.each-onderhoud-block h4 {
    color: #1c1c1c;
    font-family: 'PointBold';
    font-size: 24px;
}
.each-onderhoud-block h5 {
    color: #1c1c1c;
    margin: 10px 0px 30px;
    font-size: 18px;
    font-family: 'pointsemi_bold';
}
.each-onderhoud-block h4 {
    color: #1c1c1c;
	font-family: 'pointsemi_bold';
    font-size: 24px;
}
.each-onderhoud-block h5 {
    color: #1c1c1c;
    margin: 10px 0px 30px;
    font-size: 18px;
	font-family: 'pointsemi_bold';
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #003280;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
    background-color: #fff;
}
.dtl-tab-contact-block h5{
	font-family: 'pointsemi_bold';
	font-size: 20px;
	color: #1c1c1c;
	margin: 20px 0;
}
.dtl-tab-contact-block p a{
	font-size: 18px;
	display: inline;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dtl-tab-contact-block p span{
	margin-left:11%;
}
.dtl-tab-contact-btn span img{
	width: 30px;
	filter: invert(1);
	-webkit-filter: invert(1);
	margin-right: 16px;
}
.dtl-tab-contact-btn .dtl-whatsapp-btn{
	background:#2aad40;
}
.dtl-tab-contact-img{
	border-radius: 20px;
}
.dtl-tab-contact-btn .common-btn{
	max-width: 100%;
	margin: 13px 0 0 0;
	border: 0;
}
.dtl-tab-contact-block {
    width: 100%;
    max-width: 290px;
    margin-left: auto;
}
.share img{
	width: 20px;
	margin-right: 13px;
}
.share{
	padding-top: 15px;
}
.share a{
	font-family: 'PointBook';
	font-size: 18px;
	color: #1c1c1c;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.share a:hover{
	color: #003280;
}
/*======contact-form-sec=====*/
.contact-form-sec{
	background-color: #e9edf1;
	padding: 11% 0;
/*	padding: 6% 0;*/
	position: relative;
	border-radius: 0 0 60px 60px;
}
.contact-form-sec:before {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height:100%;
    content: '';
    background: #e9edf1;
    border-radius: 0 0 40px 40px;
}
.contact-form-wrapper{
	position: relative;
	margin: 0 15px;
}
.contact-form-wrapper h3{
	margin-bottom: 60px;
}
.form-styl {
    resize: none;
    background-color: #fff;
	font-family: 'pointlight_italic';
    font-style: italic;
    border: 0;
    color: rgba(28, 28, 28, 0.7);
    font-size: 17px;
    padding: 0 60px;
    height: 73px;
	border-radius: 36px;
	margin-bottom: 25px;
}
textarea.form-styl {
    padding: 25px 60px;
    height: 271px;
}
.contact-form-sec .common-btn{
	position: absolute;
	right: 0;
	bottom: 25px;
	background: #d9f6f5;
	border-radius: 36px 0 36px 0;
	color: #1c1c1c;
	padding: 0;
}
.contact-form-sec .common-btn:hover{
	background-color: #1c1c1c;
	color: #fff;
}
.form-styl:focus{
	border: 0;
	box-shadow: none;
}
.foto_upload{
	line-height: 73px;
}
.custom-textarea .formErrorContent{
	position: absolute !important;
}
/*======dtl-product-sec=====*/
.dtl-product-sec{
	padding: 130px 0 60px 0;
}
.dtl-product-head .common-btn{
	width: 100%;
}
.dtl-product-sec:before{
	display: none;
}
.dtl-product-head-btn{
	width: 100%;
	max-width: 228px;
	margin-left: auto;
}
.dtl-product-sec .product-slider .swiper-button-prev {
    left: -115px;
}
.dtl-product-sec .product-slider .swiper-button-next {
    right: -115px;
}
.dtl-product-head{
	margin: 0 10px 30px 10px;
}
/*==============aanbod-page-starts===========================*/
/*======filter-sec=====*/
.filter-sec{
	background-color: #fff;
}
a.reset-btn{
	color: #1c1c1c;
    text-align: right;
    display: block;
    margin-top: 10px;
    margin-right: 2%;
}
.filter-wrap{
	background: #fff;
	box-shadow: 0px 19px 21px 0px rgba(0, 0, 0, 0.07); 
	-webkit-box-shadow: 0px 19px 21px 0px rgba(0, 0, 0, 0.07); 
	border: 2px solid #d2d7de;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	margin: -73px -10px 0 -10px;
}
.filter-sec .select-style {
    width: 100%;
    height: 60px;
    color: #1c1c1c;
	font-family: 'PointRegular';
    font-size: 15px;
    border: 0;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: 0px;
    border-right: 1px solid rgba(17, 17, 17, 0.1);
    background: url(../images/down-arrow.png) #ffff no-repeat 85% center/10px;
    appearance: none;
    line-height: 60px;
    text-align: center;
/*    text-transform: capitalize;*/
}
.filter-sec option{
	font-family: arial;
}
.filter-sec .select-last.select-style{
	border-right: 0;
}
.zoken-btn .common-btn{
	max-width: 100%;
	height: 100% !important;
	border-radius: 0;
	background: #daf6f5;
	color: #1c1c1c;
	position: relative;
    right: -2px;
}
.zoken-btn .common-btn:hover{
	background-color: #003280;
	color: #fff;
}
.zoken-btn{
	height: 100%;
}
.filter-wrap .col-xl-2{
	width: 16.66%;
	margin: 30px 0;
}
.filter-wrap .col-xl-2:last-child{
	margin: 0;
}
/*======raster-sec=====*/
.raster-sec{
	padding: 55px 0 30px 0;
}
.grid-wrap {
	width: 100%;
	max-width: 180px;
	margin-left: auto;
}
.raster-sec .grid-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
/*
.each-filter-grid.btn1 {
	margin-bottom: 30px;
}
*/
.each-filter-grid {
    font-size: 15px;
    color: #1c1c1c;
    background-color: #ffff;
    font-family: 'PointRegular';
    text-transform: capitalize;
	display: flex;
	justify-content: space-between;
	align-items: center;
	opacity: 0.5;
}
.each-filter-grid.active{
	opacity: 1;
}
.each-filter-grid img{
	width: 25px;
}
.moiddle-txt{
	border-radius: 0 0 20px 20px;
	padding: 163px 55px 20px 0;
}
/*======aanbod-product-sec=====*/
.aanbod-product-sec{
	padding-bottom: 9.5%;
	position: relative;
}
.aanbod-product-sec:before {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
    content: '';
   	box-shadow: 0px 19px 21px 0px rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0px 19px 21px 0px rgb(0 0 0 / 7%);
    border-radius: 0 0 60px 60px;
    z-index: 1;
}
.aanbod-product-middle-area{
	background-color: #e9edf1;
	padding: 0 54px;
	border-radius: 0 0 20px 20px;
	position: relative;
}
.aanbod-product-middle-area h3{
	font-size: 37px;
}
.aanbod-product-middle-area p{
	font-size: 18px;
	margin: 42px 0 130px 0;
}
.aanbod-product-middle-content{
	margin-top: 128px;
}
.middle-cont-img{
	position: absolute;
	bottom: 0;
	right: 0;
}
.aanbod-product-sec .col-xl-4{
	padding: 0 16px;
	margin-bottom: 40px;
}
.aanbod-product-wrap{
	margin: 0 -24px;
	position: relative;
	z-index: 2;
}
.aanbod-product-sec .each-product{
	margin: 0;
}

/*==============diensten-page-starts===========================*/
/*======diensten-list-sec=====*/
.diensten-list-sec{
	position: relative;
	padding-bottom: 8%;
}
.dienseten-list-area{
	padding: 70px 0;
	position: relative;
}
.diensten-list-img{
	position: absolute;
	right: 0;
	border-radius:30px 0 0 30px;
	overflow: hidden;
}
.dienseten-list-area:nth-child(even) .diensten-list-img{
	left: 0;
	right: auto;
	border-radius: 0 30px 30px 0;
}
.dienseten-list-area:nth-child(even) .diensten-list-txt{
	margin-left: auto;
}
.dienseten-list-area:after{
	content: "";
	width: 76%;
	height: 100%;
	background: #e9edf1;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	border-radius: 0 60px 60px 0;
}
.diensten-list-txt{
	width: 100%;
	max-width: 475px;
/*	max-width: 391px;*/
}
.diensten-list-txt p{
	margin: 9% 0 4% 0;
	font-size: 18px;
	/*display: -webkit-box;*/
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dienseten-list-area:nth-child(even):after{
	display: none;
}
.dienseten-list-area:first-child:after{
	border-radius: 0 0 60px 0;
}
/*==============werkplaats-page-starts===========================*/
/*======werkplaats-list-sec=====*/
.Werkplaat-list-sec{
	padding-bottom: 88px;
}
.Werkplaat-list-sec .diensten-list-txt{
	max-width: 450px;
}
/*
.Werkplaat-list-sec .diensten-list-txt p{
	padding-right: 15%;
}
*/
/*==============aanbod-list-page-starts===========================*/
/*======aanbod-list-sec=====*/
.aanbod-list-sec{
	position: relative;
	padding-bottom: 7%;
}
.aanbod-list2 .product-dtl h6{
	height: auto;
}
.aanbod-list-area{
	position: relative;
	z-index: 1;
}
.aanbod-list-sec:before {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
    content: '';
   	box-shadow: 0px 19px 21px 0px rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0px 19px 21px 0px rgb(0 0 0 / 7%);
    border-radius: 0 0 60px 60px;
    z-index: 1;
}
.aanbod-list-sec .each-product{
	margin: 0;
}
.aanbod-list-sec .col-lg-5{
	width: 43%;
}
.aanbod-list-sec .col-lg-7{
	width: 57%;
}
.aanbod-list-sec .common-btn{
	width: 100%;
	max-width: 228px;
	margin-left: auto;
}
.aanbod-list-sec .product-dtl{
	padding: 30px  12%;
}
.divider-none{
	opacity: 0;
}
.aanbod-list-middle-wrap{
	background: #e9edf1;
	padding: 20px;
	border: 1px solid #d2d7df;
}
.aanbod-verder-arrow{
	font-family: 'PointBook';
	font-size: 15px;
	color: #1c1c1c;
	opacity: 0.5;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.aanbod-list-content h3{
	font-size: 30px;
}
.aanbod-list-content p{
	font-size: 18px;
	padding: 0 5px;
}
.aanbod-verder-arrow img{
	width: 10px;
}
.aanbod-list-content{
	margin: 25px 0 0 0;
}
.aanbod-list-area{
	margin-bottom: 34px;
}
.aanbod-list-middle-wrap{
	padding: 10px 50px 10px 80px;
}
.aanbod-verder-arrow img{
	margin-left: 15px;
}
/*==============contact-page-starts===========================*/
/*======contact-map-sec=====*/
.contact-map-sec {
	height: 873px;
	position: relative;
  }
.contact-map-sec:before {
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 153px;
    content: '';
    background-image: url(../images/overlay-2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
}
/*======contact-top-sec=====*/
.contact-top-sec{
	position: relative;
	padding: 6% 0 6% 0;
}
.contact-top-sec:before {
	position: absolute;
    bottom: -90px;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(../images/overlay.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    z-index: 1;
}
.contact-social-box-wrap{
	position: relative;
	z-index: 2;
}
.each-social-img{
	width: 100px;
	height: 100px;
	background-color: #003280;
	line-height: 100px;
	text-align: center;
	border-radius: 20px;
	margin-right: 40px;
}
.each-social-img img{
	filter: invert(1);
	-webkit-filter: invert(1);
	width: 30px;
}
.each-social-box{
	display: flex;
	align-items: center;
	justify-content: center;
}
.each-social-txt p{
	font-size: 18px;
}
.each-social-txt a{
	font-size: 18px;
	font-family: 'PointBook';
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.each-social-txt a:hover{
	color: #003280;
}
.contact-top-sec h3{
	margin-bottom: 65px;
}
/*======contact-middle-sec=====*/
.contact-middle-sec{
	background: #fff;
}
.contact-middle-sec:before{
	background-color: #fff;
}
.each-contact-info h4{
	font-family: 'PointBold';
	color: #003280;
	opacity: 1;
	margin-bottom: 5px;
}
.each-contact-info td span{
	margin-bottom: 40px;
	display: block;
	color: #1c1c1c;
	text-align: left;
	font-family: 'PointBold';
}
.contact-middle-sec p{
	margin: 0;
	font-size: 18px;
}
.contact-middle-sec h2{
	margin-bottom: 60px;
}
/*==============Verkocht-page-starts===========================*/
/*======verkocht-product-sec=====*/
.verkocht-product-sec{
	padding: 9% 0 7% 0;
}
.verkocht-product-sec:before{
	position: absolute;
    bottom: -90px;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(../images/overlay.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    z-index: 1;
}
/*===================================vacature page start===================================*/
.vacature-list-sec .diensten-list-txt ul li {
	font-family: 'PointBold';
	font-size: 18px;
	color: #1c1c1c;
	margin-right: 15%;
	display: inline-block;
}
.vacature-list-sec .diensten-list-txt ul li:last-child {
	margin: 0;
}
.vacature-list-sec .diensten-list-txt .common-btn {
	margin-top: 14%;
}
/*===================================bedankt page start===================================*/
.bedankt-banner-sec .common-btn {
	margin-top: 50px;
}
/*===================================diensten-dtl page start===================================*/
/***header****/
.inner-header-2{
	border-radius: 0 0 30px 30px;
	position: relative;
}
/***diensten-dtl-bk-btn****/
.diensten-dtl-bk-btn {
	position: relative;
}
.diensten-dtl-bk-btn .common-btn {
	position: absolute;
	top: 80px;
	z-index: 1;
}
/*****diensten-dtl-top-sec***/
.diensten-dtl-top-sec .diensten-list-txt {
	padding-top: 110px;
}
.diensten-dtl-top-sec .diensten-list-txt p {
	display: block;
}
.diensten-dtl-top-sec {
	padding-bottom: 0;
}
/****diensten-dtl-man-sec****/
.diensten-dtl-man-sec {
	background-color: #fff;
}
.diensten-dtl-man-sec  .block-left-content ul {
	margin: 80px 60px 30px 20px;
}
.diensten-dtl-man-sec  .block-left-content li {
	font-family: 'PointExtraBold';
    color: #1c1c1c;
    font-size: 25px;
	padding-left: 45px;
	padding-bottom: 30px;
	position: relative;
}
.diensten-dtl-man-sec  .block-left-content li:last-child {
	padding-bottom: 0;
}
.diensten-dtl-man-sec  .block-left-content li:after {
    background-size: 28px;
    position: absolute;
    top: 3px;
    left: 0;
    content: '';
    width: 28px;
    height: 28px;
    background-image: url(../images/blue-tick.png);
    background-repeat: no-repeat;
}
/***diensten-dtl-form-sec****/
.diensten-dtl-form-sec {
	padding: 8% 0 10%;
}
.diensten-dtl-form-sec.contact-form-sec:before{
	height: 100%;
	top: 0;
}
/****diensten-dtl-btm-sec***/
.diensten-dtl-btm-sec {
	padding: 8% 0;
}
.diensten-dtl-btm-sec::before {
	background-color: #f7f7f7;
	height: calc(100% + 10%);
	top: -10%;
	z-index: -1;
}
.diensten-dtl-btm-sec .service-content {
	max-width: 530px;
	width: 100%;
}
.diensten-dtl-btm-sec .service-content li a {
	display: inline-block;
	word-break: break-word;
	margin-right: 10px;
}
/***review-sec***/
.review-sec {
	padding: 86px 0 140px;
	overflow: hidden;
}
.review-heading {
	margin-bottom: 90px;
}
.each-review {
	background-color: #fff;
	border: 2px solid #e8e8e8;
	position: relative;
	border-radius: 30px;
	padding: 84px 10% 50px 14%;
}
.each-review-text h3 {
	font-family: 'PointBold';
	padding-bottom: 26px;
	margin: 0 50px 35px 0;
	border-bottom: 1px solid #caced1;
}
.each-review-text p {
    font-family: 'pointlight_italic';
    font-size: 18px;
}
.each-review-img {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 30px 0 30px;
	overflow: hidden;
	width: 21%;
}
.review-slider {
	margin-right: -40%;
}
.review-slider .swiper-slide-prev .each-review, 
.review-slider .swiper-slide-next .each-review {
	background-color: #e9edf1;
	border-color: #e9edf1;
}
/*===================================vacature-dtl page start===================================*/
.vacature-dtl-top-sec .diensten-list-txt a {
	font-family: 'pointlight_italic';
    font-size: 18px;
    color: #1c1c1c;
	font-style: italic;
}
.vacature-dtl-top-sec .diensten-list-txt a img {
	width: 20px;
	margin-right: 10px;
	filter: brightness(0);
	opacity: 0.7;
}
.vacature-dtl-top-sec .diensten-list-txt a:hover {
	color: #003280;
}
.vacature-dtl-top-sec .diensten-list-txt a:hover img {
	filter: brightness(1);
	opacity: 1;
}
.vacature-dtl-man-sec .block-right-content {
	padding-left: 13%;
}
.vaca-upload.foto_upload {
	font-family: 'pointlight_italic';
    font-size: 18px;
    color: #1c1c1c;
    font-style: italic;
	opacity: 0.5;
}
.vaca-upload.foto_upload img {
	width: 20px;
	margin-right: 10px;
}
.vacature-dtl-form-sec .col-lg-6:nth-child(even) .form-group {
	position: relative;
}
.vacature-dtl-form-sec .common-btn {
	bottom: 0;
}
/*===================================werkplaats-dtl page start===================================*/
.werkplaats-dtl-man-sec .block-left-content {
	/*background-image: url(../images/werkplaats-dtl-man.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.werkplaats-dtl-man-sec .block-left-content::after {
	content: '';
	background-color: rgba(255, 255, 255, 0.3);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.werkplaats-dtl-man-sec .block-left-content .row {
	position: relative;
	z-index: 1;
}
.werkplaats-dtl-btm-sec .service-content {
	max-width: 100%;
}
.werkplaats-dtl-btm-sec .service-content li {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
/*================================popup start======================================*/
.modal-area .modal-dialog {
    max-width: 40%;
    margin: 8% auto 0;
}
.modal-area .modal-content{
	background-color: #e9edf1;
	border-radius: 30px;
	position: relative;
	padding: 70px 0 130px 62px;
}
.modal-area .pop-up-image{
	position: absolute;
	right: 12px;
	bottom: 0;
}
.modal-area .popup-content p{
	font-size: 18px;
	padding-right: 30%;
}
.modal-area .popup-content h3{
	margin-bottom: 42px;
}
.modal-area .close-img{
	position: absolute;
	right: 0;
	top: 0;
	background-color: #fff;
	border-radius: 0 30px 0 30px;
	width: 100px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	border: 0;
	color: #1c1c1c;
	font-family: 'PointRegular';
}
/* 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;
}
.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;
	background: #f6f6f6;
    padding: 10% 5%;
	margin-top: 5%;
}
.form-1 .form-styl{
	padding: 0 20px;
}
.frm-background{
    background: #f6f6f6;
    padding: 10% 5%;
}
.header-brand-icon{
	/*height: 20px;
	vertical-align:middle;*/
}
.header-brand-icon .swiper{
	height:100%;
}
.calsty {
    border: 0;
    width: 100%;
    height: 1100px;
    background: transparent;
}
.product-dtl h4{
	font-size: 20px;
}
.iframe-sec{
	padding-top: 3rem;
}
html{
	font-size: 62.5%;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
.new-banner{
	background-position-y: 63%;
	height: 680px;
}
.content-block h1{
	font-family: 'PointBold' !important;
	letter-spacing: 0.48px; 
	font-size: 35px;
	color: #1c1c1c;
}
.content-block h2, .content-block h4, .icon-block h4{
	font-family: 'PointBold' !important;
	letter-spacing: 0.48px; 
}
.content-block p, .icon-block p, .icon-block .txt-btn{
	font-family: 'PointRegular';
	line-height: 158%;
  	letter-spacing: 0.32px;
  	font-size: 16px;
}
.content-block p{
  	max-width: 708px;
}
.content-block p a{
	text-decoration: underline;
}
.content-block .common-btn{
	font-size: 16px;
	height: auto !important;
  	line-height: normal !important;
  	padding: 13px 22px;
  	font-family: "Inter", sans-serif;
  	font-weight: 500;
  	font-style: normal;
}
.icon-block{
	background: #EAEDF1;
}
.icon-block .txt-btn:before {
  	background-image: url(../images/arw.svg);
  	background-size: contain;
  	margin: 0;
  	right: -5px;
}
.slider-block-wrap {
    padding-left: 15.5%;
}
.slider-each-block {
    border-radius: 4rem;
    overflow: hidden;
}
.slider-each-block img{
	/* height: 100%;
	object-fit: cover; */
}

.slider-block .swiper-button-next{
	right: 27%;
}
.slider-block .swiper-button-prev{
	left: 48px;
}
.slider-block{
	padding: 15rem 0 0;
}
.slider-block .swiper-scrollbar-drag {
	background-color: #003380;
	border-radius: 0;
}
.slider-block .swiper-scrollbar {
	background-color: #B8B8B8;
	height: 1px;
	border-radius: 0;
	margin: 3rem 0;
	overflow: hidden;
	max-width: 76%;
}
.product-after::before{
	display: none;
}
.instagram-sec{
	background-color: #f7f7f7;
	padding: 40px 10px 30px;
}
.instagram-sec h3{
	margin-bottom: 70px;
}