@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'OpelNext';
    font-size: 1.6rem;
    color: #0F1014;
}
html {
    font-size: 62.5%;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #282828;
    border-color: rgba(255,255,255,0.1);
    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.1);
}
#menu .mm-listview .nav-link{
	color: #fff !important;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/****header***/
.header-area {
	position: relative;
	z-index: 9;
	background-color: #F6F6F6;
	padding: 1rem 0;
	border-radius: 0;
	box-shadow: none;
}
.header-area::after {
	content: '';
	background-color: #282828;
	width: 45%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.header-area .navbar {
	padding: 0;
}
.header-area .navbar-brand {
	padding: 0;
}
.header-area .navbar-brand img {
	width: 20rem;
	margin: 0;
}
.header-area .navbar-expand-lg {
	background-color: transparent;
	box-shadow: none;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link {
	font-size: 1.6rem;
	color: #0F1014;
	font-weight: normal;
	line-height: normal;
	text-transform: none;
	/*margin-left: 4rem;*/
	position: relative;
	overflow: hidden;
	padding: 0.5rem 3rem;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link::after {
	content: '';
    height: 100%;
    width: calc(100% + 50%);
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #F9FD57;
    left: -200%;
	z-index: -1;
	-webkit-transform: skew(-23deg);
    transform: skew(-23deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link:hover {
	background-color: transparent;
	color: #0F1014;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link:hover::after {
	left: -20%;
}
.header-area .row {
	position: relative;
	z-index: 1;
}
.header-contact li {
	display: inline-block;
	margin-left: 3rem;
}
.header-contact li a {
	color: #fff;
	font-size: 1.6rem;
}
.header-contact li a img {
	width: 1.4rem;
	margin-right: 1.5rem;
	filter: brightness(10);
	-webkit-filter: brightness(10);
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.header-contact li a:hover {
	color: #F9FD57;
}
.header-contact li a:hover img {
	filter: brightness(1);
	-webkit-filter: brightness(1);
}
/**floating-area***/
.floating-area {
	top: 7rem;
	right: 4%;
}
.floating-btn,
.floating-btn:hover {
	background-color: #F9FD57;
}
.trigger-dot {
	background-color: #0F1014;
}
.cross-icon img {
	width: 3rem;
}
.menu-items {
	border-bottom-left-radius: 2.5rem;
	padding-bottom: 3rem;
}
.menu-items img {
	filter: brightness(0);
	-webkit-filter: brightness(0);
	width: 1.4rem;
	margin-right: 2rem;
}
.menu-items li {
	border-bottom-color: #C5C7C8;
}
.menu-items li a {
	font-size: 1.6rem;
	color: #0F1014;
}
.menu-items a:hover:focus span, .menu-items a:hover span {
	border-color: transparent;
    color: #0F1014;
}
.menu-items a:focus, .menu-items a:hover {
	background-color: #F9FD57;
}
.werkplaats-button {
	display: none;
}
.aanbod-button-mobile {
	display: none;
}
.banner-right-btn {
	position: relative;
    z-index: 1; 
}
.header-area.stiky{
    position: fixed;
	box-shadow: rgb(33 35 38 / 10%) 0px 10px 10px -10px;
    -webkit-box-shadow: rgb(33 35 38 / 10%) 0px 10px 10px -10px;
}
/*************mini-right-nav**********/
.mini-right-nav li{
    margin: 0 0 2px;
    padding: 0;
    width: 45px;
    display: block;
    position: relative;
}
.mini-right-nav li .navtext{
    position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	background-color: #282828;
	border-radius: 5px 0 0 5px;
}
.mini-right-nav span {
    font-size:0px;
    bottom: 0;
    right: 0px;
    line-height: 45px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 0;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index:-1;
}
.mini-right-nav span:after{
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% + 45px);
	border-radius: 5px 0 0 5px;
	content: '';
	background-color: #282828;
	height: 45px;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index: -1; 
}
.mini-right-nav .navtext:hover span{ 
	width:auto;
	overflow:visible;
	opacity:1;
	padding: 0 85px 0px 0px; 
	border-radius: 5px 0 0 5px;
	font-size:16px;
}
.mini-right-nav .navtext:hover {
	text-decoration:none;
}
.mini-right-nav .navtext span, .mini-right-nav .navtext span a{
	color:#fff;
}
/*.mini-right-nav li.whtasapp-nav .navtext, .mini-right-nav .whtasapp-nav span:after{
	background-color: #58c04d;
}*/
.mini-right-nav img{
	width: 15px;
	position: relative;
	z-index: 1;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.mini-right-nav{
	position: fixed;
	top: 39%;
	z-index: 9;
	right: 0px;
}
/****banner-sec***/
.banner-sec { 
	position: relative;
	background-color: #F6F6F6;
	overflow: hidden;
}
.banner-sec::after {
	content: '';
	background-color: #282828;
	width: 45%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border-bottom-left-radius: 2.5rem;
}
.each-banner {
	border-bottom-left-radius: 2.5rem;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.banner-content {
	padding: 4rem 5rem;
}
.banner-content .border-btn {
	border-color: #fff;
	color: #fff;
	position: relative;
	z-index: 1;
}
.banner-content .border-btn:hover,
.banner-content .border-btn:active,
.banner-content .border-btn:focus {
	color: #0F1014 !important;
	border-color: #F9FD57 !important;
}
.banner-content h2 {
	position: relative;
	padding-left: 2.5rem;
	z-index: 1;
}
.banner-content h2::after {
	content: '';
	background-image: url(../images/quote.svg);
	background-repeat: no-repeat;
	background-size: 5.5rem;
	height: 5.5rem;
	width: 5.5rem;
	position: absolute;
	left: 0;
	top: -1rem;
}
.banner-slider {
	position: relative;
}
.banner-slider-control {
	position: absolute;
	bottom: 4rem;
	left: 6rem;
	z-index: 1;
	display: flex;
	align-items: center;
	width: 100%;
}
.banner-slider-control a {
	height: 5rem;
	width: 5rem;
	border: 2px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}
.banner-slider-control h5 {
	color: #fff;
	margin: 0 1.5rem;
}
.swiper-pagination {
	position: initial;
	text-align: left;
	width: auto;
}
.swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
	height: 1.2rem;
	width: 1.2rem;
	margin: 0 1rem !important;
}
/****unique-list***/
.unique-list {
	background-color: rgba(15, 16, 20, 0.5);
	overflow: hidden;
	border-top: 1rem solid #F6F6F6;
	border-bottom: 1rem solid #F6F6F6;
}
.unique-list .marquee-block ul{
    white-space: nowrap;
}
.unique-list .marquee-block {
	padding: 2rem 0;
}
.unique-list .marquee-block-wrap{
	overflow: hidden;
}
.unique-list .marquee-block li {
	margin-right: 10rem;
	color: #fff;
	position: relative;
	font-family: 'OpelNextBold';
	font-size: 1.6rem;
	display: inline-block;
	padding-left: 3rem;
}
.unique-list .marquee-block li::after {
    position: absolute;
    top: 0.4rem;
    left: 0;
    content: '';
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../images/tick.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
/***about-sec****/
.about-sec {
	background-color: #F6F6F6;
	padding-top: 13rem;
}
.about-text p {
	margin: 4rem 0 6rem;
}
.about-img {
	border-radius: 2.5rem;
	overflow: hidden;
}
.about-year {
	position: relative;
	top: -20%;
    right: -28%;
}
.about-year-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: rgba(255,255,255,0.9);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	height: 80%;
	border-radius: 1rem;
}
.about-year h2 {
	font-size: 12.8rem;
	/*background: url(../images/about1.jpg) 0px 0px no-repeat;*/
	background: url('../upload/page/banner_images_0_16783566051289087818') 0px 0px no-repeat;
    background-size: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-text {
	padding-right: 20%;
}
/***product-sec****/
.product-sec {
	background-color: #F6F6F6;
	padding: 7rem 0;
}
.product-sec h2 {
	margin-bottom: 4%;
}
.produtc-dtl {
	padding: 2rem 1rem;
	background-color: #fff;
}
.produtc-dtl hr {
	background-color: #000000;
	margin: 2rem 0;
	opacity: 1;
}
.produtc-dtl td {
	vertical-align: top;
	padding-right: 2rem;
	font-size: 1.6rem;
	color: #0F1014;
}
.produtc-dtl td:last-child {
	padding: 0;
}
.produtc-dtl p {
	margin-top: 1rem;
	font-family: 'OpelNextLight';
	height: 50px;
	overflow: hidden;
}
.each-product {
	border: 1rem solid #FFFC03;
	border-radius: 0 0 2.5rem 2.5rem;
	overflow: hidden;
	margin: 0 0.8rem 3rem;
}
.product-wrap {
	margin: 0 -0.8rem;
}
.product-btn {
	margin-top: 3%;
}
/****specialist-sec***/
.specialist-sec {
	padding: 7% 0;
	background-color: #F6F6F6;
}
.specialist-text {
	padding-right: 5%;
}
.specialist-text .accordion-button::after {
    background-image: url(../images/plus.svg);
    width: 1.6rem;
    height: 1.6rem;
    background-size: contain;
}
.specialist-text h2{
    color:  #212121;
    margin-bottom: 4rem;
	max-width: 65rem;
	width: 100%;
}
.specialist-text .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.svg);
    width: 1.6rem;
    height: 1.6rem;
    background-size: contain;
}
.specialist-text .accordion-button:not(.collapsed) {
    color: #1c1c1c;
    background-color: #F6F6F6;
}
.specialist-text .accordion-item {
    border-bottom: 2px solid rgba(15, 16, 20, 0.12);
    border-left: none;
    border-top: none;
    border-right: none;
    background-color: transparent;
}
.specialist-text .accordion-button {
    padding: 3rem 0;
    background-color: transparent;
}
.specialist-text .accordion-body {
    padding:0 15% 4rem 0;
}
.specialist-text .accordion-body p {
	opacity: 0.5;
	 font-family: 'OpelNextLight';
}
.specialist-text .accordion-button:focus {
    border: none;
    box-shadow: none;
}
.specialist-text .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.specialist-img {
	margin-left: 7%;
	border-radius: 2.5rem;
	overflow: hidden;
}
/****service-sec****/
.service-sec {
	background-color: #F6F6F6;
}
.service-wrap {
	border-radius: 2.5rem;
	overflow: hidden;
}
.service-img {
	position: relative;
	overflow: hidden;
	padding: 11% 0 24%;
	height: 100%;
}
.service-content {
	background-color: rgba(249, 253, 87, 0.86);
	border-radius: 2.5rem 0px 0px 2.5rem;
    max-width: 59rem;
	width: 100%;
	padding: 4rem;
	margin-left: auto;
}
.each-service-desc h2 {
	font-size: 9.6rem;
}
.each-service-desc h3 {
	margin-top: 7rem;
}
.service-content p{
	font-family: 'OpelNext';
}
.each-service-desc p {
	margin: 3rem 0 13rem;
}
.each-service-desc .border-btn {
	max-width: 16rem;
}
.each-service-desc .border-btn:hover,
.each-service-desc .border-btn:focus,
.each-service-desc .border-btn:active {
	background-color: #0F1014;
	color: #fff;
}
.service-items {
	background-color: #282828;
	padding: 18% 10%;
	height: 100%;
}
.service-items h2 {
	margin-bottom: 7rem;
	color: #fff;
}
.service-items h4 {
	color: #fff;
}
.service-items ol {
	list-style: none;
  	counter-reset: service-counter;
	padding: 0;
	margin: 0;
}
.service-items li {
	margin-bottom: 5rem;
	counter-increment: service-counter;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.service-items li:last-child {
	margin: 0;
}
.service-items li::before {
	content: "0" counter(service-counter) ".";
	font-size: 3.2rem;
	margin-right: 0.5rem;
	color: #fff;
	margin-right: 1rem;
}
.service-items li.active h4,
.service-items li.active::before,
.service-items li:hover h4,
.service-items li:hover::before {
	color: #F9FD57;
}
/**footer-area***/
.footer-area {
	background-color: #08090d;
	padding: 2% 0;
}
.footer-logo img {
	width: 16rem;
	margin-bottom: 3rem;
}
.footer-content h2 {
	color: #fff;
	position: relative;
	padding-left: 2.5rem;
}
.footer-content h2::after {
  content: '';
  background-image: url(../images/w-quote.svg);
  background-repeat: no-repeat;
  background-size: 5.5rem;
  height: 5.5rem;
  width: 5.5rem;
  position: absolute;
  left: 0;
  top: -1rem;
}
.footer-content .akker_btn_cls {
	max-width: 100%;
}
.footer-content .akker_btn_cls img {
	width: 1.5rem;
	margin-right: 1.5rem;
}
.footer-content .akker_btn_cls:hover img {
	filter: invert(1);
	-webkit-filter: invert(1);
}
.footer-contact {
	margin: 4rem 0 7%;
	max-width: 83.5rem;
	width: 100%;
}
.each-footer-info h6 {
	color: #fff;
	margin-bottom: 2.5rem;
}
.each-footer-info a {
	font-size: 1.8rem;
	color: rgba(255,255,255,0.5);
}
.each-footer-info a:hover {
	color: #F9FD57;
}
.each-footer-info td {
	vertical-align: top;
	padding-right: 4rem;
	padding-bottom: 3rem;
}
.each-footer-info td:last-child {
	padding: 0;
}
.each-footer-info td span {
	display: block;
	font-family: 'OpelNextBold';
}
.each-footer-info td p {
	color: rgba(255,255,255,0.5);
}
.each-footer-info p{
	font-family: 'OpelNext';
}
.each-footer-info {
	line-height: 1.8;
}
.footer-content {
	max-width: 120rem;
	width: 100%;
}
.footer-social {
	margin: 6rem 0 4rem;
}
.footer-social ul {
	display: flex;
	align-items: center;
}
.footer-social li:not(:last-child) {
	margin-right: 2rem;
}
.footer-social a {
	height: 5rem;
	width: 5rem;
	background-color: #F9FD57;
	border-radius: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-social a:hover {
	background-color: #fff;
}
.footer-social a img {
	width: 1.5rem;
	filter: brightness(0);
}
.footer-credit p, .footer-credit a {
	color: rgba(255, 255, 255, 0.5);
}
.footer-credit li {
	display: inline-block;
	margin-right: 3rem;
}
.footer-credit li:last-child {
	margin-right: 0;
}
/*=================================popup start======================================*/
.modal-area .modal-dialog {
    max-width: 70%;
    margin: 8% auto 0;
}
.modal-area .modal {
	background-color: rgba(18, 18, 18, 0.5);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: #fff;
	position: relative;
}
.modal-area .popup-content p {
    margin: 3rem 0 5rem;
}
.modal-area .popup-content {
    padding: 6rem 13%;
    background-color: #fff;
}
.modal-area .popup-content .akker_btn_cls {
	max-width: 20rem;
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
	font-size: 2rem;
	height: 4rem;
	width: 4rem;
	background-color: #0F1014;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #F9FD57;
}
.close-img:hover {
	color: #F9FD57;
}
/*=================================diensten page start======================================*/
/***inner-header***/
.inner-header {
	background-color: #fff;
}
/***inner-banner-sec***/
.inner-banner-sec {
	background-color: #fff;
}
.inner-banner-sec .each-banner {
	padding: 9% 7%;
}
.inner-banner-sec h1 {
	color: #fff;
}
/***diensten-list-sec***/
.each-diensten-list-img{
	overflow: hidden;
}
.each-diensten-list-img img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-diensten-list:hover .each-diensten-list-img img{
	transform: scale(1.2);
}
.diensten-list-sec {
	padding: 2.5rem 0;
}
.diensten-list-wrap {
	margin: 0 -2.5rem;
}
.each-diensten-list {
	border-radius: 2.5rem;
	margin: 2.5rem;
	overflow: hidden;
	background-color: #F6F6F6;
}
.each-diensten-list-text {
	padding: 6%;
}
.each-diensten-list-text p {
	margin: 3rem 0;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-diensten-list-text .akker_btn_cls {
	max-width: 22rem;
}
/*=================================aanbod page start======================================*/
/**filter-sec**/
.filter-sec {
	padding-top: 6.5rem;
}
.select-style {
    width: 100%;
    height: 5.5rem;
    color: #0F1014;
    font-size: 1.6rem;
    border: 1px solid #0F1014;
    border-radius: 2.7rem;
    padding: 0 0.5rem;
    text-align: center;
    background-color: #fff;
    appearance: none;
    line-height: 5.4rem;
}
.select-style option{
	font-family: arial;
}
.filter-main {
	max-width: 110rem;
	width: 100%;
	margin: 6rem auto 0;
}
.filter-main .col-lg-3 {
    padding: 0 1.2rem;
    width: 20%;
}
.filter-sort {
    background: url(../images/sort.svg) no-repeat 67% center/15px;
    text-transform: none;
    text-align: left;
    border: 0;
	font-size: 2rem;
}
/***aanbod-product-sec***/
.aanbod-product-sec {
	background-color: #fff;
}
.aanbod-mid-wrap {
	padding: 0 1.6rem 3rem;
	overflow: hidden;
}
.aanbod-mid-area {
	border-radius: 2.5rem;
	padding: 0 6%;
}
.aanbod-mid-area h2 {
	color: #fff;
	margin-bottom: 0;
	font-family: 'OpelNextBold';
}
.aanbod-mid-area td {
	padding-bottom: 1.8rem;
}
.aanbod-mid-area td:nth-child(odd) {
	padding-right: 1rem;
}
.aanbod-mid-area td span {
	width: 5.5rem;
	height: 5.5rem;
	background-color: #F9FD57;
	border-radius: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.aanbod-mid-area td span img{
	width: 3rem;
}
.aanbod-mid-area td h3 {
	color: #fff;
}
/*=================================bedankt page start======================================*/
/***bedankt-banner-sec****/
.bedankt-banner-sec {
	padding-bottom: 6rem;
	background-color: #fff;
}
.bedankt-banner-sec::after {
	border-radius: 0 !important;
}
.bedankt-banner-sec .banner-content {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	padding: 0;
	width: 100%;
	text-align: center;
	padding: 0;
}
.bedankt-banner-sec .banner-content h2 {
	color: #fff;
	margin-bottom: 3rem;
	padding-left: 0;
}
.bedankt-banner-sec .banner-content h2::after {
	display: none;
}
.bedankt-banner-sec .banner-content .border-btn {
	margin-left: 0;
}
/*=================================contact page start======================================*/
/***contact-banner-sec****/
.contact-banner-sec {
	background-color: #fff;
}
.contact-banner-sec::after {
	height: 50%;
}
.contact-banner-sec .each-banner {
	border-radius: 0 0 2.5rem 2.5rem;
}
.contact-banner-sec .banner-content h2::after {
	display: none;
}
/**contact-info***/
.contact-info {
	border: 0;
}
.contact-info ul {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	padding: 2rem 0;
	z-index: 99;
}
.contact-info li {
	margin-right: 1rem;
}
.contact-info li:last-child {
	margin: 0;
}
.contact-info li img {
	width: 1.5rem;
	margin-right: 1rem;
	filter: brightness(10);
}
.contact-info li a {
	font-size: 1.6rem;
	color: #fff;
}
.contact-info li a:hover {
	color: #F9FD57;
}
/**contact-reach-sec***/
.contact-reach-sec {
	padding: 6rem 0 4rem;
}
.contact-reach-text p {
	margin: 3rem 0 10%;
}
.contact-reach-text {
	max-width: 51rem;
	width: 100%;
}
.contact-reach-text td {
	vertical-align: top;
	padding-right: 10rem;
}
.contact-reach-text td:last-child {
	padding: 0;
}
.contact-reach-text td h4 {
	margin-bottom: 2rem;
	 font-family: 'OpelNextBold';
}
.contact-reach-text td a {
	font-size: 2.4rem;
	color: #0F1014;
	opacity: 0.5;
	border-bottom: 1px solid transparent;
	font-family: 'OpelNext';
}
.contact-reach-text td a:hover {
	border-bottom-color: #0F1014;
}
.contact-reach-img {
	margin-left: 12%;
	border-radius: 2.5rem;
	overflow: hidden;
}
/****contact-map-sec****/
.contact-map-sec .each-footer-info p{
	font-family: 'OpelNextLight';
}
.contact-map-sec {
	position: relative;
	padding-top: 6rem;
}
.contact-map-sec::after {
	content: '';
    background-color: #0F1014;
    width: 42%;
    height: 60%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 2.5rem 2.5rem 0;
	z-index: -1;
}
.contact-map-wrap {
	height: 66rem;
	border-radius: 2.5rem;
	overflow: hidden;
}
.contact-time .each-footer-info td p {
	color: #0F1014;
	font-size: 2rem;
	font-family: 'OpelNext';
}
.contact-time table {
	margin: 4rem 0 2rem;
}
.contact-time {
	padding-left: 9%;
}
.contact-time p {
	max-width: 47rem;
	width: 100%;
}
/*****contact-form-sec****/
.contact-form-sec {
	padding: 10rem 0 7rem;
}
.form-wrap h3 {
	position: relative;
	color: #fff;
	padding-left: 2rem;
	font-family: 'OpelNextLight';
}
.form-wrap h3::after {
	content: '';
    background-image: url(../images/quote.png);
    background-repeat: no-repeat;
    background-size: 5.5rem;
    height: 5.5rem;
    width: 5.5rem;
    position: absolute;
    left: 0;
    top: -1rem;
}
.form-wrap h6 {
	margin: 2.5rem 0 3rem;
	font-family: 'OpelNextLight';
}
.form-wrap {
	background-color: #0F1014;
	padding: 5rem 7rem;
	border-radius: 2.5rem;
	width: calc(100% + 25%);
    position: relative;
}
.form-styl{
	color: #0F1014;
	font-size: 1.6rem;
	padding: 1.8rem;
	border: 0;
	border-radius: 1rem;
	resize: none;
	font-family: 'OpelNextLight';
}
.form-styl:placeholder {
	color: #0F1014;
}
.form-styl:-ms-input-placeholder {
	color: #0F1014;
}
.form-styl::placeholder {
	color: #0F1014;
}
.form-styl:focus{
	box-shadow: none;
}
textarea.form-styl{
	min-height: auto;
	height: 100%;
}
.form-img {
	margin-left: 12%;
    border-radius: 2.5rem;
    overflow: hidden;
}
/*=================================diensten-dtl page start======================================*/
/***dtl-bk-btn-sec****/
.dtl-bk-btn-sec .col-lg-6 {
	position: relative;
}
.dtl-bk-btn-sec .akker_btn_cls {
	position: absolute;
	top: 4rem;
	right: 3rem;
	z-index: 1;
	max-width: 20rem;
}
/****diensten-dtl-top-sec****/
.diensten-dtl-top-sec {
	padding: 0;
	position: relative;
}
.diensten-dtl-top-sec::after {
	content: '';
    background-color: #282828;
    width: 45%;
    height: 60%;
    position: absolute;
    right: 0;
    top: 0;
    border-bottom-left-radius: 2.5rem;
	z-index: -1;
}
.diensten-dtl-top-sec .contact-reach-img {
	border-radius: 0 0 2.5rem 2.5rem;
	margin-left: 0;
}
.diensten-dtl-top-sec .contact-reach-text {
	max-width: 60rem;
	padding: 15rem 0 10rem;
}
.diensten-dtl-top-sec .contact-reach-text p {
	margin-bottom: 0;
}
/***diensten-dtl-mid-sec***/
.diensten-dtl-mid-sec {
	background-color: transparent;
}
.diensten-dtl-mid-sec .about-year {
	right: 28%;
	top: -45%;
	z-index: -1;
}
/****diensten-dtl-slider****/
.diensten-dtl-slider-sec { 
	padding-bottom: 7rem;
}
.diensten-dtl-slider-sec h2 {
	margin-bottom: 4%;
}
.diensten-dtl-slider-sec .txt-btn::after {
	top: 0.8rem;
}
.diensten-dtl-slider .olufsen_each_block .olufsen_image_content {
    position: relative;
	overflow: hidden;
}
.diensten-dtl-slider .olufsen_text_content {
    padding: 2rem 0;
	position: relative;
	background-color: transparent;
}
.diensten-dtl-slider .olufsen_each_block a:after {
	display: none;
}
.diensten-dtl-slider .olufsen_each_block:focus .olufsen_image_content, 
.diensten-dtl-slider .olufsen_each_block:hover .olufsen_image_content {
	transform: scale(1);
	-webkit-transform: scale(1);
}
.diensten-dtl-slider .olufsen_each_block .olufsen_image_content img  {
	transition: all 0.5s;
}
.diensten-dtl-slider .olufsen_each_block:focus .olufsen_image_content img, 
.diensten-dtl-slider .olufsen_each_block:hover .olufsen_image_content img {
	transform: scale3d(1.08,1.08,1);
}
/*=================================aanbod-dtl page start======================================*/
/***aanbod-dtl-top-sec***/
.aanbod-dtl-top-sec .col-xl-7 {
	width: 55.5%;
}
.aanbod-dtl-top-sec .col-xl-5 {
	width: 44.5%;
}
.dtl-top-slider .swiper-button-next {
	right: 0;
}
.dtl-top-slider .swiper-button-prev {
	left: 0;
}
.dtl-top-slider .gallery-top {
	border-bottom-left-radius: 2.5rem;
}
.dtl-top-slider .gallery-thumbs {
	margin-top: 0.7rem;
	margin-right: 1rem;
}
.dtl-top-slider .gallery-thumbs .dtl-car-slide {
	border-radius: 0 0 2rem 2rem;
	overflow: hidden;
}
/***dtl-top-info****/
.dtl-top-info {
	padding: 5% 7%;
	background-color: #282828;
	height: 100%;
	border-radius: 0 0 2.5rem 2.5rem;
}
.dtl-top-info h2 {
	margin-bottom: 3rem;
	color: #fff;
	font-family: 'OpelNextLight';
}
.dtl-top-info h4 {
	color: #fff;
	font-family: 'OpelNextLight';
}
.dtl-top-info h6 span {
	display: block;
	margin-top: 0.8rem;
	opacity: 0.7;
	font-size: 1.6rem;
	font-family: 'OpelNext';
}
.dtl-top-info table {
	width: 100%;
	border-bottom: 1px solid #fff;
	margin-bottom: 3rem;
}
.dtl-top-info td {
	vertical-align: top;
	width: 33.33%;
	padding-bottom: 2rem;
}
.dtl-top-info td:last-child {
	padding-right: 0;
}
.dtl-top-info hr {
	background-color: #fff;
	opacity: 1;
	margin: 3rem 0;
}
.dtl-top-info tr:nth-child(even) {
	border-bottom: 1px solid #fff;
}
.car-model {
	margin-bottom: 10%;
}
.car-price h3 {
	color: #fff;
	font-size: 4rem;
}
.car-price h5 {
	margin-left: 2rem;
}
.car-price h4 {
	margin-left: 2rem;
}
.car-price h4 span {
	display: block;
}
.dtl-info-btn {
	margin-top: 6rem;
}
/****dtl-tab-sec*****/
.dtl-tab-sec {
	padding: 5% 0;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	border: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    font-size: 1.6rem;
    margin: 0;
    word-break: break-word;
    margin-right: 2rem;
	margin-bottom: 1rem;
	width: 15%;
}
.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: 1px solid #0F1014;
    background-color: transparent;
    color: #0F1014;
    padding: 1.5rem 0.5rem;
	border-radius: 2.7rem;
	letter-spacing: normal;
	position: relative;
	transition: all 0.5s;
	width: 100%;
	height: 100%;
	font-family: 'OpelNextBold';
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active,
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover {
	background-color: #F9FD57;
	color: #0F1014;
}
/*****dtl-tab-content******/
.dtl-tab-content-heading h2 {
	margin: 5rem 0;
}
.dtl-tab-sec .tab-content ul li {
    font-size: 1.6rem;
    color: #0F1014;
    padding-bottom: 1rem;
    word-break: break-word;
}
.kenmerken-tab li:nth-child(even) {
	font-family: 'OpelNextLight';
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 0.9rem;
    padding-left: 1.3rem;
    background-size: 0.7rem;
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.bullet-panel h5 {
    border-bottom: 1px solid #0F1014;
    padding-bottom: 1rem;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 2rem;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.3rem;
    position: relative;
}
.dtl-tab-sec .bullet-panel li:after {
    position: absolute;
    top: 0.8rem;
    left: 0;
    content: '';
    width: 0.7rem;
    height: 0.7rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0F1014;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #0F1014;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}
.left-bg-block h6 {
    line-height: 3rem;
    color: #fff;
	font-size: 1.6rem;
}
.each-onderhoud-block h4 {
    color: #0F1014;
    font-size: 2.2rem;
	text-transform: none;
}
.each-onderhoud-block h5 {
    color: #0F1014;
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
	text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
/**related-product-sec**/
.related-product-sec {
	padding: 6.5rem 0 2rem;
	background-color: #fff;
}
/****aanbod-dtl-contact-sec****/
.aanbod-dtl-contact-sec {
	padding: 0;
}
/*=================================overons page start======================================*/
/***overons-unique-list****/
.overons-unique-list{ 
	border-color: #fff;
}
/***evolution-sec***/
.evolution-sec {
	padding: 4% 0 8%;
}
.evolution-wrap {
	max-width: 93rem;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.evolution-wrap:after {
  content: '';
  background-image: url(../images/timeline-overlay.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 500px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.evolution-wrap.active:after {
	display: none;
}
.evolution-sec .akker_btn_cls {
  position: relative;
  z-index: 2;
}
.each-evolution {
	position: relative;
	padding: 7rem 0 7rem 5rem;
	border-left: 1px solid #000;
}
.each-evolution::after {
	content: '';
	position: absolute;
    bottom: 0;
    left: 0;
    width: 9rem;
    height: 0.1rem;
    background-color: #000;
}
.each-evolution-wrap:first-child .each-evolution {
	border-top: 1px solid #000;
}
.more-evolution-content .each-evolution-wrap:first-child .each-evolution {
	border-top: 0;
}
.more-evolution-content .each-evolution-wrap:last-child .each-evolution {
	border-bottom: 1px solid #000;
}
.more-evolution-content .each-evolution:last-child::after{
	opacity: 0;
}
.each-evolution h3 {
	margin-bottom: 3rem;
	font-family: 'OpelNextLight';
}
.evolution-year h3, .each-evolution h3{
	font-family: 'OpelNextLight';
}
.each-evolution img {
	margin-top: 5rem;
	border-radius: 2.5rem;
}
.evolution-year {
	margin-top: -2rem;
	margin-right: 2rem;
}
.more-evolution-content {
	display: none;
}
.more-evolution-btn .col-md-10 {
	border-top: 1px solid #000;
	padding-top: 5rem;
}
/****member-sec****/
.member-sec h2 {
	margin-bottom: 5rem;
}
.member-dtl {
	padding: 2rem;
}
.member-dtl h6 {
	color: #0F1014;
	margin-top: .5rem;
}
.member-dtl h5, .member-dtl h6{
	 font-family: 'OpelNext';
}
.member-slider {
	position: relative;
}
.member-img{ 
	border-radius: 2.5rem;
	overflow: hidden;
	position: relative;
}
.member-sec .common-arrow {
	background-color: transparent;
	height: auto;
	width: auto;
}
.member-sec .common-arrow img {
	width: 3rem;
}
.member-sec .swiper-button-next {
	right: -4%;
}
.member-sec .swiper-button-prev {
	left: -4%;
}
/***counter-sec****/
.counter-sec {
	padding: 7% 0 5%;
}
.counter-sec .text-center h2 {
	margin-bottom: 4%;
}
.counter-sec .about-year-wrap {
	position: initial;
	height: 100%;
	transform: translate(0);
	background-color: #F6F6F6;
	padding: 5.5rem 2rem;
	max-width: 37rem;
	width: 100%;
	border-radius: 2.5rem;
	text-align: center;
	margin: 0 auto;
}
.counter-sec .about-year-wrap h2 {
    font-size: 9.6rem;
    /*background: url(../images/about1.jpg) 0px 0px no-repeat;*/
    background-size: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
}
.counter-sec .about-year-wrap h5 {
	text-transform: uppercase;
	margin-top: 1rem;
	font-family: 'OpelNextBold';
}
/****overons-gallery****/
.overons-gallery {
	
}
.overons-gallery h2 {
	margin-bottom: 6rem;
}
.each-gal {
	overflow: hidden;
	height: 100%;
	position: relative;
}
.each-gal img {
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-gal:hover img {
	transform: scale(1.1);
}
.each-gal::before {
	background-size: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 2rem;
    height: 2rem;
    background-image: url(../images/plus-white.svg);
    background-repeat: no-repeat;
    z-index: 1;
    display: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gal::after {
	content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gal:hover::after, 
.each-gal:hover::before {
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.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;
}

.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: #fff;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin-bottom:15px;
    border-bottom: 1px solid #fff;
    display: inline-block;
}
.star_icon{
    margin-bottom: 30px;
}

/* Cookie */
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    padding: 0px 0;
}
.cookie_div{
    color:#9c9c9c;
    font-size: 1.2rem;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.cookie_div h4{
    margin-bottom: 15px;
    font-size: 1.3rem;
    font-family: 'Calibri';
}
.cookie_div a{
    color:#38b6be;
    font-size: 1rem;
    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: 1.2rem;
    /*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;
}
/*******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:1.8rem;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}
.form-1,  .form-2{
    display:none;
    margin-top: 30px !important;
    margin: 0 auto 10px;
}
.contact-form-sec p span {
    font-family: 'OpelNext';
}
.home_service_btn{
	margin-top: 6rem;
}
.service-sec h2 {
    margin-bottom: 7rem;
}
.about-sec .akker_btn_cls{
	max-width: 35rem;
}
.klantenvertellen{
	max-width: 400px;
	margin-top: 50px;
}
.member-dtl img{
	width: 16px;
}
.team-email{
	position: absolute;
	z-index: 999999;
	width: 40px;
	bottom: 4%;
	right: 25px;
}
.each-footer-info p{
	font-size: 1.8rem;
}
.aanbod-pdf img{
	width: 65px;
}
.aanbod-pdf h2{
	font-size: 2rem;
	margin-top: 20px;
}
.each-footer-info table{
	float:left;
	margin-right: 25px;
}
.diensten-dtl-top-sec.bovogtop .contact-reach-text{
	padding: 8rem 0 0;
}
.diensten-dtl-top-sec.bovogtop .contact-reach-img{
	border-radius: 0;
  	max-width: 230px;
  	margin: 0 auto;
}
.diensten-dtl-top-sec.bovogtop::after {
	display: none;
}
.bovogtop .row.flex-row-reverse{
	align-items: center;
}