@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'NunitoSansRegular';
    font-size: 14px;
    color: #fff;
    background:#121212;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
/*************side area**********/
.mini-right-nav li{
  margin: 0px 0 2px;
  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: #266380;
}
.mini-right-nav span {
  font-family: 'NunitoSansRegular';
  font-size:14px;
  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:#266380;
	height: 60px;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index: -1; 
}
.mini-right-nav li.whtasapp-nav a, .mini-right-nav li.whtasapp-nav span{
  background-color: #44AB28;
}
.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;
}
.mini-right-nav{
	position: fixed;
	top: 43%;
	z-index: 999;
	right: 0px;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #1c1c1c;
    border-color: rgba(255,255,255,0.2);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.2);
}
/****on scroll header fix*****/
.header-fixed{
	-webkit-transition: all 0.5s ease;
	-moz-transition: position 10s;
	-ms-transition: position 10s;
	-o-transition: position 10s;
	transition: all 0.5s ease;
  }
  .header-fixed.active{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	animation: smoothScroll 1s forwards;
	background: #080808;
  }
  @keyframes smoothScroll {
	0% {
	  transform: translateY(-40px);
	}
	100% {
	  transform: translateY(0px);
	}
  }
/**************header***************/
.header-area{
	position: absolute;
	width: 100%;
	z-index: 2;
	background:rgba(0,0,0,0.5);
	border-bottom: 2px solid #fff;
}
.desktop-nav{
	padding: 0;
}
.desktop-nav .navbar-nav{
	position: relative;
    z-index: 2;
    padding-right: 60px;
}
.vespa-btn{
    height: 45px;
    line-height: 45px;
    border: 0;
    max-width: inherit;
    width: auto;
    min-width: 150px;
}
.vespa-btn:hover{
	background: #fff;
	color: #266380;
}
.desktop-nav .nav-item{
	font-size: 16px;
	font-family: 'NunitoSansBold';
	letter-spacing: 0.32px;
	padding: 40px 70px 40px 0;
}
.desktop-nav.navbar-expand-lg .navbar-nav .nav-link, .desktop-nav .nav-item.header-btn-wrap{
	padding: 0;
}
.desktop-nav .header-btn{
	width: 350px;
	padding: 40px 60px;
	background: transparent;
    color: #fff;
    border: 0;
	border-left: 2px solid #fff;
	text-align: left;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.header-btn img{
	width: 20px;
	float: right;
}
.header-logo{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.header-logo img {
    width: 350px;
}
.logo-resize{
    width: 30%; 
    margin-left: -30px;
}
/*****************banner***************/
.banner-area{
	position: relative;
}
.banner-content{
	position: absolute;
	bottom: 27%;
	left: 0;
	width: 100%;
	z-index: 1;
}
.banner-content .common-btn{
	margin-top: 75px;
}
/*********filter**************/
.filter-sec {
	padding: 60px 0 40px;
	border-bottom: 2px solid rgba(255,255,255,0.5);
}
.select-style {
	width: 100%;
    border: 2px solid #fff;
    border-radius: 0;
    height: 68px;
    line-height: 66px;
    font-family: 'NunitoSansBold';
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/down-arrow.svg) #111111 no-repeat 90% center/10px;
    color: rgba(255, 255, 255, 0.5);
    padding: 0 30px;
}
.filter-sec .col-md-3 {
	-ms-flex: 0 0 21%;
	flex: 0 0 21%;
	max-width: 21%;
}
/************product*************/
.product-sec {
	padding: 120px 0px;
}
.product-dtl {
	background: #212121;
	padding: 25px 40px;
}
.product-dtl h4{
	margin-bottom: 10px;
}
.product-dtl h6 span {
	color: #2491C7;
}
.product-top h6 span{
	margin: 0px 50px;
}
.product-price h6 span{
	color: #fff;
	float: right;
}
.divider {
	border-top: 2px solid #fff;
	margin: 20px 0px;
	opacity: 0.5;
}
.product-sec .common-arrow{
	transform: translateY(0);
	top: 54%;
}
.product-sec .swiper-button-next {
	right: 0;
}
.product-sec .swiper-button-prev {
	left: 0;
}
/***************middle sec**************/
.middle-sec{
	padding-top: 90px;
	position: relative;
}
.middle-sec .common-arrow{
	top: 90px;
	transform: translateY(0);
}
.middle-sec .swiper-button-prev{
	left: calc(50% - 116px);
}
.middle-sec .swiper-button-next{
	right: 50%;
}
.content-block{
	background:#fff;
	padding: 20% 15% 16%;
}
.content-block img{
	width: 34px;
	margin-right: 15px;
}
.content-block h3, .content-block p{
	color: #1c1c1c;
}
.content-block p{
	margin: 30px 0 70px;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content-block .common-btn:hover{
	color: #266380;
}
.left-block{
	padding-top: 90px;
	margin-right: -1px;
}
.left-block img{
	height: 100%;
	object-fit: cover;
}
.middle-sec .col-lg-6:nth-child(even){
	padding-bottom: 90px;
}
/*************counter************/
.counter-sec{
	padding: 140px 0 120px;
}
.counter-sec p{
	margin:40px 0 70px;
}
.content-wrap{
	padding-right: 15%;
}
.counter-block{
	padding-top: 40px;
	padding-left: 50px;
}
.each-counter h2, .each-counter h5{
	display: inline-block;
    vertical-align: middle;
}
.each-counter h5{
	line-height: 35px;
}
.each-counter h2{
	width: 140px;
}
.each-counter{
	margin-bottom: 60px;
}
/***********footer*************/
.footer-sec {
	border-top: 2px solid #7b7b7b;
}
.footer-logo{
	padding: 0 10%;
}
.footer-contact {
	padding: 70px 0px 70px 70px;
	/* border-bottom: 2px solid rgba(255,255,255,0.5); */
}
.footer-sec .col-xl-9 {
	border-left: 2px solid rgba(255,255,255,0.5);
}
.footer-contact img {
	width: 25px;
	margin-right: 20px;
}
.footer-contact .bullet-image{
	width: 17px;
}
.footer-contact li, .footer-menu li {
	font-size: 16px;
    font-family: 'NunitoSansBold';
    color: #fff;
    display: inline-block;
    letter-spacing: 0.32px;
    padding-right: 100px;
    vertical-align: top;
  	top: 0;
}
.footer-contact a:hover{
	color: #2491C7;
}
.footer-sec .footer-contact li:last-child{
	padding-right: 0;
}
.footer-contact td{
	vertical-align: top;
}
.footer-menu {
	padding: 40px 50px;
}
.footer-sec .footer-menu li {
    padding-right: 50px;
}
.footer-menu ul{
	padding-left: 30px;
}
.adress{
	position: relative;
    top: 22px;
    width: 300px;
  	padding-right: 0 !important;
}
.adress span{
	float: left;
    margin-bottom: 30px;
}
/**************************************service-list page start***********************************************/
.service-banner-sec {
	position: relative;
}
.inner-banner-content {
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.inner-banner-content h2 {
	color: #fff;
}
.inner-banner-sec {
    position: relative;
}
.inner-banner-sec .inner-banner-content {
    text-align: center;
    position: initial;
    transform: unset;
    padding: 14% 0 3%;
    max-width: 720px;
    margin: 0 auto;
    width: 100%;
}
.inner-banner-sec img {
    display: none;
}
.inner-banner-sec .inner-banner-content p {
    text-align: center;
    margin-top: 30px;
}
/***listview***/
.service-list-sec {
	position: relative;
	padding: 80px 0px 120px;
}
.service-list-sec::after {
	position: absolute;
    top: 0px;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color:rgba(255,255,255,0.5);
    content: '';
}
.listview-img {
	padding-right: 110px;
}
.each-listview-content {
	padding: 0 15%;
}
.each-listview-content p {
	margin: 40px 0px 30px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-listview:nth-child(even) .listview-img {
	left: auto;
	right: 0;
	padding-left: 110px;
	padding-right: 0px;
}
.listview-img::after {
	position: absolute;
    top: 50%;
    right: 0px;
    width: 50%;
    height: 1px;
    background-color:rgba(255,255,255,0.5);
    content: '';
	z-index: -1;
}
.each-listview:nth-child(even) .listview-img::after {
	left: 0;
}
/****************************************contact page start**********************************************/
.contact-banner-sec .inner-banner-content {
	top: 50%;
}
.contact-time-sec {
	position: relative;
	padding: 80px 0px 65px;
	border-top: 2px solid #7b7b7b;
}
.contact-time-sec::after {
	position: absolute;
    top: 0px;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color:#fff;
    opacity: 0.5;
    content: '';
}
.contact-time-sec .each-listview .listview-img {
	right: 0;
	left: auto;
	padding-right: 0;
	padding-left: 110px;
	position: absolute;
}
.contact-time-sec .each-listview .each-listview-content {
	padding: 0px 150px 0px 65px;
}
.contact-time-sec .each-listview .listview-img::after {
	position: absolute;
    top: 50%;
    left: 0px;
    width: 50%;
    height: 1px;
    background-color: #fff;
    opacity: 0.5;
    content: '';
    z-index: -1;
}
.contact-time-sec .each-listview-content h3 {
	margin-bottom: 50px;
}
.contact-time-sec .each-listview-content table {
	display: inline-block;
	width: 40%;
	width: 100% !important;
}
.contact-time-sec .each-listview-content table td {
	vertical-align: top;
	padding-bottom: 10px;
	font-size: 14px;
}
.contact-time-sec .each-listview-content table tr:first-child td{
	font-family: 'NunitoSansRegular';
	margin-bottom: 20px;
/*	font-size: 18px;*/
}
.contact-time-sec .each-listview-content table td:nth-child(odd) {
	font-family: 'NunitoSansBold';
	padding-right: 35px;
}
.contact-time-sec .each-listview-content table td:nth-child(even) {
	font-family: 'NunitoSansRegular';
}
.contact-map-sec {
	height: 520px;
}
.contact-bottom-sec {
	position: relative;
	padding: 140px 0 210px;
}
.contact-bottom-sec::after {
	position: absolute;
    top: 0px;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #7b7b7b;
    content: '';
}
.contact-pg-form-sec .contact-pg-form-wrapper  {
	padding: 60px 65px;
	background-color: #111111;
	position: relative;
	margin-top: -115px;
}
.contact-pg-form-sec {
	padding-bottom: 95px !important;
}
.contact-pg-common-wrap{
	padding: 0 4%;
}
/********************************aanbod-dtl-page start**********************************************************/
.inner-pg-header {
	position: relative;
}
.aanbod-dtl-back-btn .container {
	position: relative;
}
.aanbod-dtl-back-btn .common-btn {
	position: absolute;
    top: 40px;
    z-index: 2;
    left: 200px;
	width: 100%;
}
.aanbod-dtl-back-btn .common-btn:hover {
	background-color: #111111;
    border-color: #111111;
}
.aanbod-dtl-back-btn {
	padding: 0 !important;
}
.aanbod-dtl-top-sec .swiper-container .swiper-slide-next .each-aanbod-dtl-car {
	position: relative;
}
.aanbod-dtl-top-sec .swiper-container .swiper-slide-prev .each-aanbod-dtl-car {
	position: relative;
}
.aanbod-dtl-top-sec .swiper-container .swiper-slide-next .each-aanbod-dtl-car::after {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    content: '';
}
.aanbod-dtl-top-sec .swiper-container .swiper-slide-prev .each-aanbod-dtl-car::after {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    content: '';
}
.aanbod-dtl-top-sec .common-arrow {
	background-color: transparent;
	border: 0;
}
.aanbod-dtl-top-sec .common-arrow img {
	width: 25px;
	height: auto;
}
.aanbod-dtl-top-sec .swiper-container .swiper-button-prev {
	left: 95px;
}
.aanbod-dtl-top-sec .swiper-container .swiper-button-next {
	right: 95px;
}
/****info sec******/
.aanbod-dtl-info-sec {
	padding: 110px 0px 140px;
}
.aanbod-dtl-info-wrapper {
	padding: 0px 60px;
}
.aanbod-dtl-info-top h2 {
	font-family: 'NunitoSansBold';
	color: #fff;
	line-height: 45px;
}
.aanbod-dtl-info-top h2 span {
	font-family: 'NunitoSansRegular';
	font-size: 30px;
}
.aanbod-dtl-info-top h5 {
	font-size: 30px;
	line-height: 45px;
}
.aanbod-dtl-info-top h5 span {
	font-family: 'nunito_sanslight';
	font-size: 30px;
}
.aanbod-dtl-info-sec table tr td, .aanbod-dtl-info-sec table tr th {
	padding-left: 90px;
	vertical-align: top;
	font-size: 18px;
	font-family: 'NunitoSansRegular';
}
.aanbod-dtl-info-sec table tr td:first-child {
	padding-left: 0;
}
.aanbod-dtl-info-sec table tr th:first-child {
	padding-left: 0;
}
.aanbod-dtl-info-sec table tr th {
	font-weight: normal;
}
.car-dtl-info-divider {
    border-top: 1px solid #d8d8d8;
    margin: 40px 0px;
    opacity: 0.5;
}
/****tab section****/
.aanbod-dtl-tab-sec .tab-content {
	background-color: #fff;
	/*padding: 145px 150px;*/
	padding: 10%;
}
.aanbod-dtl-tab-sec .tab-sec {
	/*height: 100%;*/
	background-color: #212121;
	padding: 130px 175px;
	margin-top: 80px;
}
.aanbod-dtl-tab-sec .nav-tabs {
	border-bottom: 0;
}
.aanbod-dtl-tab-sec .tab-sec .nav-tabs .nav-item {
    border: 0;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 64px;
    line-height: 62px;
    font-family: 'NunitoSansBold';
    text-align: center;
    margin-bottom: 10px;
}
.aanbod-dtl-tab-sec .nav-tabs .nav-link {
	border: 1px solid #979797;
	padding: 0;
	border-radius: 0;
}
.aanbod-dtl-tab-sec .nav-tabs .nav-link:hover {
    color: #fff;
}
.aanbod-dtl-tab-sec .nav-tabs .nav-link.active {
	background-color: #266380;
    color: #fff;
    border-color:#266380;
}
.aanbod-dtl-tab-sec .tab-sec .nav-tabs .nav-item a:hover {
	background-color: #266380;
    color: #fff;
    border-color: #266380;
}
.aanbod-dtl-tab-sec .tab-sec .nav-tabs .irrulen-tab a.nav-link {
	background-image: url(../images/auto-btn-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    color: #1c1c1c;
    position: relative;
	border-color: #212121;
}
.aanbod-dtl-tab-sec .kenmerken-tab ul li:nth-child(odd) {
    background-image: url('../images/bullet-white.svg');
    background-repeat: no-repeat;
    background-position: left top 6px;
    padding-left: 20px;
    background-size: 7px;
   color: #111111;
}
.aanbod-dtl-tab-sec .kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    font-family: 'NunitoSansRegular';
}
.aanbod-dtl-tab-sec .bullet-panel li:after {
    padding-left: 15px;
    background-size: 7px;
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url('../images/bullet-white.svg');
    background-repeat: no-repeat;
}
.aanbod-dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
	padding-bottom: 20px;
}
.aanbod-dtl-tab-sec .tab-content ul li {
    font-family: 'NunitoSansRegular';
    font-size: 14px;
    color: #111111;
    padding-bottom: 10px;
    word-break: break-word;
}
.aanbod-dtl-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position:relative;
    font-family: 'NunitoSansRegular';
}
.aanbod-dtl-tab-sec .tab-content .tab_hedaing h4 {
    color: #111111;
    border-bottom: 1px solid #111111;
    padding-bottom: 10px;
}
.aanbod-dtl-tab-sec .bullet-panel{
    margin-bottom:20px;
}
.aanbod-dtl-tab-sec iframe {
	width: 100%;
	height: 1250px;
}
.aanbod-dtl-tab-sec .tab-content p {
	color: #111111;
}
div#menu2 { 
    color: #111111;
}
/*****onder new tab part******/
.each-onderhoud-block {
	display: flex;
    margin-bottom: 20px;
}
.left-bg-block {
	width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #266380;
	font-size: 16px;
	line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #111111;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.block-dtls h4 {
	font-size: 18px;
	color: #111111;
}
.block-dtls h5 {
	margin: 10px 0px 30px;
	font-family: 'NunitoSansRegular';
	font-size: 16px;
	color: #111111;
}
.aanbod-dtl-pdct-heading {
	margin-bottom: 55px;
}
.aanbod-dtl-pdct-sec {
	border-top: 1px solid #3f3f3f;
}
.aanbod-dtl-contact-sec {
	padding-top: 140px;
}
/***********************************aanbod page start*******************************************************/
.aanbod-filter-sec {
	padding: 75px 0px 95px;
	border-bottom: 2px solid #3f3f3f;
}
.aanbod-filter-wrap .float-right{
	margin-top: 10px;
}
/***product sec**/
.aanbod-product-sec {
	padding: 30px 0px 180px;
}
.aanbod-product-sec .aanbod-each-filter-grid {
	font-size: 18px;
    color: #fff;
    font-family: 'NunitoSansRegular';
    text-align: center;
    line-height: 48px;
    height: 50px;
    opacity: 0.5;
}
.aanbod-product-sec .aanbod-each-filter-grid img {
	width: 33px;
    margin-right: 10px;
    margin-top: -5px;
}
.aanbod-product-sec .aanbod-each-filter-grid.active {
	opacity: 1;
}
.aanbod-product-top {
	max-width: 200px;
	width: 100%;
	margin-left: auto;
	margin-bottom: 25px;
}
.aanbod-product-sec .each-product {
	margin-bottom: 25px;
}
.aanbod-list1 .product-dtl h6{
	height: auto;
}
/*************************************verkocht page start****************************************************/
.verkocht-top-sec {
	padding: 120px 0;
	border-bottom: 2px solid #3f3f3f;
}
.verkocht-product-sec {
	padding-top: 110px;
}
.verkocht-product-sec .product-price h6 span {
	color: #2491C7;
	float: none;
}

/*************************************aanbod-list page start**********************************************/
.aanbod-list-product-sec .each-product .product-dtl {
	height: 100%;
	padding: 40px 60px;
}
.aanbod-list-product-sec .each-product {
	background-color: #212121;
}
.aanbod-list-product-sec .each-product .product-dtl .divider {
	margin: 40px 0px;
}
.aanbod-list-product-sec .each-product .product-dtl h4 {
	margin-bottom: 25px;
}
.aanbod-list-product-sec .each-product .product-top h6 span {
	margin: 0px 100px;
}


/*************************************service-dtl page start*************************************************/
/***** service-detail-header-area *****/
.header-area.service-dtl-header {
    position: relative;
}
/***** btn-area *****/
.btn-area {
    padding: 60px 0 60px;
}
/***** top-sec *****/
.top-sec .left-content {
    padding-bottom: 120px;
    max-width: 660px;
    width: 100%;
}
.top-sec .left-content h3 {
    margin-bottom: 50px;
}
.top-sec .right-content {
    padding-left: 20%;
}
.top-sec .right-content ul li{
    margin-bottom: 220px;
    position: relative;
    padding-left: 80px;
}
.top-sec .right-content ul li:last-child{
	margin-bottom: 0;
}
.top-sec .right-content ul li::after {
   content: "";
    position: absolute;
    background-image: url(../images/checked.png);
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-size: 46px;
    left: 0px;
    top: 30%;
    transform: translateY(-30%);
}
.top-sec .right-content ul li  {
    font-family: 'NunitoSansRegular';
	font-size: 24px;
	color: #fff;
}
.top-sec .img-area {
    width: 64vw;
	margin-left: -37vw;
	left: 50%;
	position: relative;
	height: 490px;
}
.top-sec .img-area img{
	height: 100%;
	object-fit: cover;
}
.service-dtl-content-block .each-listview-content p{
	display: block;
}
/***** contact-sec *****/
.contact-sec {
    padding-bottom: 130px;
}
.contact-sec h3 {
    margin-bottom: 70px;
}
.contact-sec p {
    font-family: 'NunitoSansBold';
    font-size: 16px;
    line-height: 35px;
}
.contact-sec p a img,
.contact-sec p img  {
    width: 22px;
    margin-right: 20px;
}
.contact-sec p .green-dot {
    padding-left: 3px;
}
.contact-sec p .green-dot img {
    width: 16px;
    height: 16px;
}
.contact-sec p span{
	float: left;
    margin-bottom: 30px;
}
.contact-sec .form-group {
    margin-bottom: 10px !important;
}
.contact-sec .contact-form .pr-2 {
    padding-right: 5px !important;
}
.contact-sec .contact-form .pl-2 {
    padding-left: 5px !important;
}
.form-styl {
    font-size: 16px;
    padding: 0 20px;
    resize: none;
    background-color: transparent;
    font-family: 'NunitoSansBold';
    color: #fff;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius:0;
    height: 80px;
    line-height: 79px;
}
.form-styl:focus {
    box-shadow: none;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
}
.contact-sec .form-group textarea.form-styl{
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: normal;
}
.form-styl:placeholder {
	color: #fff;
	opacity: 1;
}
.form-styl:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}
.form-styl::placeholder {
	color: #fff;
	opacity: 1;
}
/***** gallery-sec *****/
.gallery-sec h3 {
    margin-bottom: 70px;
}
.gallery-sec .each-image {
    position: relative;
}
.gallery-sec .each-image h3 {
    position: absolute;
    bottom: 50px;
    left: 75px;
    margin: 0;
}
.gallery-sec .swiper-button-next:after, 
.gallery-sec .swiper-button-prev:after {
    display: none;
}
.gallery-sec .swiper-button-next {
    right: calc(24.5% - 71px);
    left: auto;
}
.gallery-sec .swiper-button-prev {
    left: calc(24.5% - 71px);
    right: auto;
}
/**************************overons*********************/
.top-counter .right-content {
    padding-left: 10%;
    white-space: nowrap;
}
.overs-list:after, .overs-list .listview-img:after {
    display: none;
}
.overs-list .each-listview-content p{
	display: block;
}
.overs-list .image-area {
    right: 0;
    left: auto;
    padding-right: 0;
    padding-left: 0;
}
.overs-list .listview-img {
    padding-right: 0;
}
.top-counter {
    padding: 100px 0 70px;
}
.top-counter .left-content{
	margin-top: 80px;
}
.each-counter-box {
    margin-bottom: 120px;
}
.top-counter .col-lg-12:last-child .each-counter-box{
	margin-bottom: 0;
}
.each-counter-box span {
    border: 1px solid rgba(255,255,255,0.5);
    width: 130px;
    height: 130px;
    margin-right: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-family: 'NunitoSansRegular';
    font-size: 36px;
    color: #fff;
    letter-spacing: 0.5px;
}
.each-counter-box h3 {
    display: inline-block;
}
.member-details {
    width: 100%;
    padding-bottom: 120px;
}
.team-member-content h3 {
    margin-bottom: 30px;
}
.team-member-content {
    padding: 0 14%;
}
.member-details .swiper-button-next {
    right: 0;
    left: auto;
}
.member-details .swiper-button-prev {
   display: none;
}
.gallery-sec .common-arrow, .member-details .common-arrow{
	background:#121212;
}
/*******loader*****/
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color:#fff;
  font-size:18px;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}

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

/***************bedankt********************/
.bedankt-banner-sec {
	position: relative;
}
/*.bedankt-banner-sec::after {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
}*/
.bedankt-banner-content {
	position: absolute;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
}
.bedankt-banner-content h2 {
	color: #fff;
	font-family: 'rokkittbold';
}
.bedankt-banner-content h2::before {
	display: none;
}
.bedankt-banner-content .common-btn {
	/*border-color: #fff;*/
	margin-top: 40px;
}
.zoken::placeholder {
    color: #fff;
    opacity: 1;
}
/***others****/
.side_logo {
    position: fixed;
    top: 20%;
    right: 0px;
    z-index: 9999;
}
.header-btn-wrap .input{
	width:80%;
	float: left;
}
.header-btn-wrap .zoken{
	width:80%;
	background: none;
    border: none;
    color: white;
}
.header-btn-wrap button{
    border: none;
    background: none;
    padding: 0;
}
#inruil_details_form .form-styl{
	color:black;
}
#aanbod-search-form .common-btn{
	font-size:16px;
}
.aanbod-dtl-tab-sec .form-styl {
    color: #fff;
    border-color: #1c1c1c;
}
.aanbod-dtl-tab-sec .form-styl:focus {
    border: 1px solid #1c1c1c;
}
.aanbod-dtl-tab-sec .form-styl:placeholder {
	color: #1c1c1c;
}
.aanbod-dtl-tab-sec .form-styl:-ms-input-placeholder {
	color: #1c1c1c;
}
.aanbod-dtl-tab-sec .form-styl::placeholder {
	color: #1c1c1c;
}
.aanbod-dtl-tab-sec .contact-form .common-btn:hover{
	background:#1c1c1c;
	border-color: #1c1c1c;
}
.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;
}
/****footer klanten****/
.klanten_iframe iframe
{
	margin-top: 10px;
	width:100%;
	max-width: 300px;
}
.klanten_iframe
{
	vertical-align: top;
	padding-right: 5px
}

@media(min-width: 992px){
	.error_top
	{
		padding-top: 90px;
	}
}
@media(min-width: 1200px){
	.error_top
	{
		padding-top: 110px;
	}
}

/*****************************vacature page start*******************************************/
/****vacature list*****/
.each-vacature-list {
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.each-vacature-list .col-lg-6:first-child {
    border-right: 1px solid rgba(255,255,255,0.5);
}
.vacature-list-dtl {
    padding: 17% 15%;
}
.vacature-list-dtl p {
    margin: 40px 0;
}
.vacature-list-dtl .download-btn {
    opacity: 0.7;
    cursor: pointer;
    color: #fff;
    margin-left: 30px;
}
.vacature-list-dtl .download-btn:hover {
    opacity: 1;
    color: #fff;
}
.vacature-list-dtl .download-btn img {
    width: 20px;
    margin-right: 20px;
}
.vacature-list-info {
    height: 100%;
    padding: 17% 25%;
}
.vacature-list-info ul li {
    margin-bottom: 40px;
    font-family: 'NunitoSansRegular';
    font-size: 24px;
    color: #fff;
}
.vacature-list-info ul li:last-child {
    margin-bottom: 0;
}
.vacature-list-info ul li img {
    width: 40px;
    margin-right: 50px;
}

/*****************************vacature detail page start*******************************************/
.vacature-dtl-btm-slider{
	position: relative;
    z-index: 0;
}
.vacature-dtl-btm-slider .vacature-list-dtl {
    border-right: 1px solid rgba(255,255,255,0.5);
    border-top: 1px solid rgba(255,255,255,0.5);
}
.vacature-dtl-btm-slider .vacature-list-dtl {
    padding: 12%;
}
.vacature-dtl-block-sec .each-listview .listview-img{
    left: auto;
    right: 0;
    padding-left: 110px;
    padding-right: 0px;
}
.vacature-dtl-block-sec .each-listview .listview-img::after {
    left: 0;
}
.vacature-dtl-block-sec::after {
    top: 58%;
    height: 43%;
}
.vacature-dtl-block-sec {
    padding: 70px 0 0;
}
.vacature-dtl-top-sec .each-vacature-list .col-lg-6:first-child {
    border: 0;
}
.vacature-dtl-top-sec .each-vacature-list {
    border: 0;
}
.vacature-dtl-top-sec .vacature-list-dtl h3 span a {
    font-size: 14px;
}
.vacature-dtl-top-sec .vacature-list-dtl {
    padding: 6% 15%;
}
.vacature-dtl-top-sec .vacature-list-info {
    padding: 6% 25% 6% 12%;
}
.vacature-dtl-form-sec .cv-up img,
 .vacature-dtl-form-sec .motiva-up img {
    width: 20px;
    margin-right: 20px;
}
.vacature-dtl-form-sec .cv-up ,
 .vacature-dtl-form-sec .motiva-up {
    line-height: 66px;
    font-family: 'NunitoSansRegular';
    font-size: 14px;
 }
 .vacature-dtl-top-sec .vacature-list-dtl p {
     display: block;
 }

 /* 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 > img {
    height: 35px;
    padding-top: 7.5px;
}

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

.star_icon h3
{
	color:#000;
}
/*************************popup start**********************************/
.modal-area .modal-dialog {
    max-width: 80%;
    margin: 14% auto 0;
}
.modal-area .modal {
	background-color: rgba(255, 255, 255, 0.4);
	padding-right: 0 !important;
}
.modal-area .close-img {
    position: absolute;
    top: 25px;
    left: 25px;
    cursor: pointer;
	font-size: 24px;
	font-family: 'NunitoSansRegular';
	color: #000;
	z-index: 1;
}
.modal-area .close-img a{
	color: #1c1c1c;
	opacity: 0.7;
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0px;
}
.modal-area .popup-content p{
    margin: 30px 0 0;
	color: #000;
}
.modal-area .popup-content h5{
	color: #000;
}
.modal-area .popup-content {
    padding: 10% 14%;
	position: relative;
	background-color: #fff;
}
.modal-area .pop-up-image img{
   height: 100%;
   object-fit: cover;
}
.aanbod-product-sec iframe {
	height: 4000px;
}
.navigation-panel .dropdown-menu a {
	padding: 15px;
    background: transparent;
    color: #fff;
    opacity: 1;
    display: inline-block;
	width: 100%;
}
.desktop-nav .dropdown-menu a:hover {
    color: #266380;
	background-color:#fff;
}
.desktop-nav .dropdown:hover>.dropdown-menu {
	display: block;
}
.desktop-nav .dropdown-menu {
	padding: 0px;
	border-radius: 0px;
	margin: 0px;
	background-color: #266380;
	border: 0px;
	color:#fff;
	text-align:left;
	font-size: 14px;
	min-width: 220px;
    font-family: 'NunitoSansBold';
}
.desktop-nav .dropdown-menu a {
    padding: 15px;
    background: transparent;
    color: #fff;
    opacity: 1;
    display: block;
    width: 100%;
	font-size: 16px;
}
.desktop-nav .dropdown{
	padding-left:0px;
}
.desktop-nav ul li .dropdown-item:after{
	display:none;
}
.mm-listview .mm-next:before {
	border-color: rgba(255,255,255,0.2) !important;
}
.mm-listview>li.mm-vertical>.mm-next:after, .mm-vertical .mm-listview>li>.mm-next:after {
	border-color: rgba(255,255,255,0.2) !important;
}