@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'lama_sansregular';
    font-size: 1.6rem;
	background-color: #F8F8F8;
	color: #121212;
}
html {
    font-size: 62.5%;
}
#page{
	overflow: hidden;
}
.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: #121212;
    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);
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/*****************side area****************/
.mini-right-nav li{
    margin: 0 0 2px;
    padding: 0;
    width: 60px;
    display: block;
    position: relative;
}
.mini-right-nav li .navtext{
    position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: 1rem 0 0 1rem;
	margin-bottom: 1rem;
	z-index: 0;
}
.mini-right-nav span {
    font-family: 'lama_sansmedium';
	font-size: 1.4rem;
    font-size:0px;
    bottom: 0;
    right: 40px;
    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;
/*	z-index:-1;*/
}
.mini-right-nav span:after{
	position: absolute;
	top: 0;
	right: -47px;
	width: calc(100% + 75px);
/*	width: 100%;*/
	border-radius: 1rem;
	content: '';
	background-color: #ffffff;
	height: 60px;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index: -1; 
}

.mini-right-nav .navtext:hover span{ 
	width:calc(100% + 12rem);
	width: auto;
	overflow:visible;
	opacity:1;
	padding: 0 5px 0px 0px; 
	border-radius: 0;
	font-size: 1.4rem;
}
.mini-right-nav span:hover:after{
	position: absolute;
    top: 0;
    right: -42px;
    width: calc(100% + 100px);
}
.whtasapp-nav .navtext:hover span {
	color: #fff;
}

.mini-right-nav .navtext:hover span img {
	display: block;
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
}
.mini-right-nav .navtext span, .mini-right-nav .navtext span a{
	color:#0078BE;
}
.mini-right-nav li.whtasapp-nav .navtext, .mini-right-nav .whtasapp-nav span:after{
	background-color: #26BE00;
}
.mini-right-nav img{
	width: 20px;
	position: relative;
	z-index: 1;
}
.mini-right-nav{
	position: fixed;
	top: 39%;
	z-index: 99;
	right: 0px;
}
/*****************header****************/
.header-area.stiky{
	position: fixed;
	left: 0;
	top: 0;
	/*background-color: #fff;
	box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);*/
	z-index: 99;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-area{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	padding: 3rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
/*	background-color: #fff;*/
}
.header-wrap {
    padding: 2rem 3rem;
    border-radius: 20px;
    background: rgba(16, 16, 16, 0.40);
    backdrop-filter: blur(10px);
    position: relative;
}
.header-area ul:not(.language ul){
	display: flex;
	column-gap: 5rem;
	justify-content: start;
}
.right-menu{
	display: flex ;
	justify-content: end;
	column-gap: 2rem;
	padding-right: 6rem;
}
.header-area a{
	position: relative;
	color: #fff;
	font-family: 'lama_sansmedium';
	font-size: 1.6rem;
}
.header-area a::after{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0;
	background-color: #0078BE;
	content: "";
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-area a:hover::after, .header-area .active::after{
	width: 100%;
}
.header-area .col-4{
	width: 35%;
}
.header-area .col-2{
	width: 30%;
}
.language img{
	width: 2rem;
}
.language .dropdown-menu{
	min-width: auto;
	border-radius: .5rem;
}
.language .dropdown{
	background-color: #F5F5F5;
	border-radius: 1rem;
    padding: 0.5rem 0;
}
.language .dropdown-toggle:focus{
	box-shadow: none;
}
.language .dropdown-toggle::after{
	border: none;
	background-image: url(../images/chevron-down.svg);
	background-position: center/center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 1rem;
	width: 1rem;
	position: relative;
    top: 4px;
    right: -4px;
}
.language .dropdown-item{
	padding-right: 2rem;
	margin-bottom: .5rem;
}
.header-area .col-lg-2 a:hover::after{
	display: none;
}
.language{
	position: absolute;
	right: 3rem;
	top: 50%;
	transform: translateY(-50%);
}
.heading h2{
	text-align: center;
}
.heading p{
	width: 100%;
	max-width: 59rem;
	margin: 3rem auto 5rem;
	text-align: center;
}
.header-area .col-lg-2 img {
	width: 26rem;
}
.language a::after{
	display: none;
}
/* / ============== home-banner ============= / */
.home-banner{
	position: relative;
}
.home-product-slider{
	padding: 7.4rem 0 4rem;
}
.banner-content{
	position: absolute;
	text-align: center;
	left: 50%;
	top: 55%;
	transform: translate(-50% , -50%);
	z-index: 9;
	color: #fff;
	width: 100%;
}
.banner-content h4{
	font-family: 'lama_sansregular';
	text-transform: uppercase;
	margin: 2rem 0 4rem;
}
.banner-content .common-btn{
	/*max-width: 15.4rem;*/
	width: 100%;
}
.home-banner .white-btn {
	margin-left: 3rem;
}
/* / ======== product-car ===== / */
.product-car{
	position: relative;
}
.product-car .common-btn{
	position: absolute;
	top: 1rem;
	left: 1rem;
}
.each-product{
	position: relative;
}
.each-product::after{
	position: absolute;
    left: 0;
    bottom: 0px;
    content: "";
    height: 4.5rem;
    width: 100%;
    background-color: #0078BE;
    border-radius: 0 0 20px 20px ;
    z-index: -1;
}
.product-name td{
	display: inline-block;
	width: 49%;
	font-size: 1.6rem;
	font-family: 'lama_sanssemibold';
	color: #A8A8A8;
	margin-bottom: 1rem;
}
.product-name td img{
	margin-right: .5rem;
}
.product-content table{
	margin-top: 1rem;
	width: 100%;
}
.product-name{
	padding: 1.7rem 1.4rem 0;
	overflow: hidden;
	position: relative;
	z-index: 5;
	background-color: #fff;
}
.product-name tr {
	border-bottom: 1px solid #f2f2f2;
}
.product-name h4{
	color: #121212;
   /* height: 30px;*/
  	overflow: hidden;
}
.product-name h6 span{
	background-color: #D9D9D9;
	color: #fff;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 8px 2px 5px 10px;
	visibility: hidden;
	margin-right: -1.4rem;
}
.product-name h6 {
	margin-top: 1rem;
}
.each-product:hover .product-name h6 span{
	visibility: visible;
}
.each-product .common-btn{
	background-color: #0078BE;
	border-color: #0078BE;
	color: #fff;
}
.product-price {
	padding: 1.5rem 1rem;
    background-color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-bottom: 1rem;
    border-radius: 0 0 10px 10px ;
}
.product-price h5 span{
	color: #121212;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-price .text-btn{
	visibility: hidden;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	color: #fff;
}
.each-product:hover .text-btn{
	visibility: visible;
}
 .product-price h4{
	color: #121212;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-name h6{
	font-size: 1.4rem;
	color: #A8A8A8;
	height: 40px;
  	overflow: hidden;
}
.product-name .text-end h6{
	overflow: visible;
	height: auto;
}
 .product-price h5{
	color: #828282;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
 .product-price h5 span{
	color: #0078BE;
}
.each-product:hover .product-price h5 span{
	color: #121212;
}
.each-product:hover .product-price h5{
	color: #fff;
}
.each-product:hover .product-price{
	background-color:#0078BE ;
}
.each-product:hover .product-price h4{
	color: #fff;
}
.small-car-sec{
	display: none;
}
.home-product-slider .swiper-pagination {
	position: relative;
	margin-top: 2rem;
}
.home-product-slider .swiper-pagination-bullet{
	height: 1rem;
	width: 1rem;
}
.home-product-slider .swiper-pagination-bullet-active{
	background-color: #0078BE;
}
.slider-button{
	text-align: center;
	margin-top: 3rem;
}
.slider-button .text-btn{
	min-width: 27rem;
	display: inline-block;
	text-align: center;
}
.home-product-slider .common-arrow{
	top: 38%;
}
.home-product-slider .swiper-button-next{
	right: -5%;
} 
.home-product-slider .swiper-button-prev{
	left: -5%;
} 
.home-product-slider .white-btn {
	margin-left: 2rem;
}
.slider-button 	.white-btn.text-btn span::after{
	filter: brightness(1) invert(0);
	-webkit-filter: brightness(1) invert(0);
}
.slider-button 	.white-btn.text-btn:hover span::after{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
/************gallery************/
.gallery-sec {
	background-color: #1F1F1F;
    padding: 9rem 0 12rem;
    position: relative;
}
.gallery-sec h2  {
	margin-bottom: 8rem;
    color: #fff;
}
.each-gal-img {
	position: relative;
	overflow: hidden;
	margin-bottom: 1rem;
}
.each-gal-img img {
	border-radius: 2rem;
	overflow: hidden;
}
.each-gal-info {
	position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 3rem 2rem;
}
.each-gal-img:hover .each-gal-info .row {
	align-items: end;
}
.each-gal-img::after {
	content: '';
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(31, 31, 34, 0.5);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	z-index: 0;
}
.each-gal-img:hover::after {
	top: 0;
}
.each-gal-info h3 {
	color: #fff;
	margin-bottom: 2.7rem;
}
.each-gal-info p {
	color: #fff;
	display: none;
	margin-bottom: 4rem;
/*	display: -webkit-box;*/
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-gal-btn {
	background-color: #0078BE;
	padding: 2rem 2.5rem;
	position: relative;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	overflow: hidden;
	border-radius: 5px;
	max-width: 2rem;
	margin-left: auto;
}
.each-gal-btn::after {
	content: '';
	position: absolute;
	background-image: url(../images/gal-arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 1.5rem;
	width: 1.5rem;
	background-size: 1.5rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gal-btn span {
	font-size: 1.6rem;
	color: #fff;
	font-family: 'lama_sansmedium';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -200%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gal-img:hover .each-gal-btn span {
	left: 2.5rem;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gal-img:hover .each-gal-btn{
	padding: 2rem 9rem;
}
.each-gal-img:hover .each-gal-btn::after {
	right: 2.5rem;
	left: auto;
	transform: translate(0, -50%);
}
.each-gal-img:hover p {
	display: block;
}
.each-gal-info .col-lg-4 {
	align-items: end;
	display: flex;
}
/****************home-mid*************/
.home-mid ul{
	width: fit-content;
	margin-left: auto;
	margin-right: 0;
}
.home-mid li{
	position: relative;
	font-family: 'lama_sansmedium';
	padding-left: 4rem;
	display: flex;
	align-items:flex-start;
	width:100%;
	max-width: 25rem;
	margin-bottom: 2rem;
}
.home-mid li::after{
	position: absolute;
	left: 0;
	top: 4px;
	content: "";
	height: 1.6rem;
	width: 1.6rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.2rem;
	background-image: url(../images/tick.svg);
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0078BE;
	border-radius: 5px;
}
.home-mid{
	overflow: hidden;
	position: relative;
	background-color: #1F1F1F;
	padding-bottom: 13rem;
}
.home-mid .container{
	position: relative;
	z-index:1;
}
.home-mid .container::after {
	position: absolute;
	left:0;
	top: 0;
	height: 100%;
	width: 100vw;
	content: "";
	background-color: #FFF;
	z-index: -1;
	border-radius: 1rem 0 0 1rem;
}
.home-mid .heading{
	padding: 7rem 0; 
}
.home-mid-content p{
	margin-bottom: 4rem;
	width: 100%;
	max-width: 25.5rem;
}
.home-mid-content{
	max-width: 62rem;
	width: 100%;
    margin-right: 0;
    margin-left: auto;
	padding-bottom: 8rem;
}
.home-mid-img{
	position: absolute;
	top: 27%;
	left: 0;
	width: 45%;
	z-index: 2;
	background-color: #fff;
	border-bottom: 1rem solid #0078BE;
	border-radius:  0 2rem 2rem 0;
}
.home-mid .container::before{
	position: absolute;
	left:0;
	bottom: -1rem;
	height: 100%;
	width: 100vw;
	content: "";
	background-color: #0078BE;
	z-index: -1;
	border-radius: 1rem 0 0 1rem;
}
/**********google-review***********/
.google-review {
	padding: 11.8rem 0;
	background-color: #ffffff;
}
.google-top {
	margin-bottom: 12rem;
}
.google-top ul {
	margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.google-top ul li {
	font-family: 'lama_sansextralight';
	font-size: 3.1rem;
	color: #1f1f1f;
	line-height: 40.92px;
	text-transform: uppercase;
	position: relative;
	padding: 0 1.2rem;
}
.google-top li::after {
	content: "";
    position: absolute;
    background-color: #0078BE;
    width: 3px;
    height: 2.9rem;
    top: 0.6rem;
    left: 0;
}
.google-top li:first-child {
    padding-left: 0;
}
.google-top li:first-child:after {
	display: none;
}
.google-review-img {
	width: 100%;
}
/**********footer***********/
.footer-area {
	background-color: #121212;
	padding: 10rem 0 11rem;
}
.footer-logo img {
	width: 35.6rem;
}
.footer-left {
	text-align: center;
}
.footer-left-content p {
	font-style: italic;
	margin: 2rem 0 2.5rem;
	color: #fff;
}
.footer-social li {
    display: inline-block;
    margin-right: 3rem;
}
.footer-social li a img {
    width: 1.9rem;
    filter: brightness(0);
    -webkit-filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-social li a:hover img {
	filter: brightness(1);
    -webkit-filter: brightness(1);
}
.footer-right h5 {
	font-size: 1.8rem;
	font-family: 'lama_sansregular';
	margin-bottom: 2rem;
	color: #fff;
}
.footer-right li a, 
.footer-right a {
	color: rgba(255, 255, 255, 0.60);
	font-size: 1.5rem;
	font-family: 'lama_sanslight';
}
.footer-right li a:hover,
.footer-right a:hover,
.footer-right .active  {
	color: #0078BE;
}
.footer-right h6 {
	font-family: 'lama_sansregular';
}
.footer-right h6, .footer-right p {
	color: rgba(255, 255, 255, 0.60);
	line-height: 21px;
}
.footer-right p {
	font-family: 'lama_sanslight';
	margin-left: 2rem;
	font-size: 1.5rem;
}
.footer-right-logo img {
	width: 19.1rem;
}
.footer-right-info {
	width: fit-content;
    margin-right: 51px;
    margin-left: auto;
}
/************************************popup*************************************/
.modal-area .modal-dialog {
    max-width: 35%;
    margin: 11% auto 0;
}
.modal-area .modal {
	background-color: rgba(18, 18, 18, 0.5);
}
.popup-logo img {
	width: 20.2rem;
}
.modal-area .modal-content {
    border: 0;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.modal-area .popup-content h5 {
	font-family: 'lama_sansregular';
	font-size: 2rem;
    color: #121212;
    text-align: center;
	margin-top: 3.2rem;
}
.modal-area .popup-content h5 span {
	font-family: 'lama_sanssemibold';
}
.modal-area .popup-content p {
    margin: 2rem 0 2.5rem;
    line-height: 19.6px;
}
.modal-area .popup-content {
    padding: 5.5rem 3rem;
    background-color: #fff;
}
.close-img {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 1;
}
.close-img img {
    width: 4rem;
}
/************************************contact*************************************/
.inner-banner.home-banner {
	height: auto;
}
.inner-banner .banner-content {
	top: 72%;
}
.map {
	position: absolute;
  	height: calc(100% - 40rem);
  	width: 50%;
  	top: 40rem;
  	left: 45%;
}
.map-bg, .map-bg-btm{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30rem;
	background-color: #f8f8f8;
}
.map-bg-btm{
	top: 30rem;
	width: 45%;
	height: calc(100% - 30rem);
}
.contact-left {
	padding-top: 18rem;
}
.contact-left img {
	border-radius: 0 20px 0 0;
}
.contact-left-content {
	padding: 13% 20% 8rem 20%;
}
.contact-top .container::after {
	border-radius: 2rem 0 0 2rem;
}
.contact-top .home-mid-img {
	position: relative;
	top: 0;
	margin-top: -40rem;
	overflow: hidden;
}
.contact-opening-time {
	position: relative;
	border-color: #fff;
}
.contact-left-content li{
	display: block;
	padding-left: 0;
}
.contact-left-content  ul{
	width: 100%;
}
.contact-left-content li::after{
	display: none;
}
.contact-left-content h2 {
	color: #171717;
	margin-bottom: 3.5rem;
}
.contact-left-content p {
    color: #121212;
    line-height: 21px;
	font-family: 'lama_sanslight';
	margin-left: 1.5rem;
}
.contact-left-content li {
	margin-bottom: 3rem;
}
.contact-left-content h6 {
	font-family: 'lama_sansregular';
	color: #121212;
	line-height: 21px;
}
.contact-right h2 {
	text-align: center;
}
.contact-right h4 {
	margin-bottom: 6rem;
	font-family: 'lama_sansregular';
	font-size: 2.2rem;
}
.contact-right a {
	opacity: 0.75;
	font-size: 1.4rem;
	font-family: 'lama_sansregular';
}
.contact-top {
	padding: 6rem 0;
	background-color: transparent;
	overflow: visible;
}
.contact-right {
	padding-bottom: 8rem;
}
.form-sec {
	padding: 10rem 0;
}
.form-sec h2 {
	color: #121212;
	font-family: 'lama_sansmedium';
	margin-bottom: 7rem;
}
.form-sec h2 strong {
	font-family: 'lama_sansmedium';
}
.form-wrap {
	padding: 0 8rem;
}
.form-styl {
	resize: none;
    background-color: #fff;
    border-radius: 10px;
    font-family: 'lama_sansregular';
    border: none;
    color: #171717;
    font-size: 1.6rem;
    padding: 2.4rem;
}
.form-group {
	padding: 1rem;
}
.form-styl:placeholder {
	color: #171717;
}
.form-styl:-ms-input-placeholder {
	color: #171717;
}
.form-styl::placeholder {
	color: #171717;
}
.form-styl:focus {
    box-shadow: none;
    color: #171717;
    background-color: #fff;
	border: none;
}
.form-sec .common-btn {
	margin-right: 1rem;
}
.google-review h2 {
	text-align: center;
	margin-bottom: 8rem;
	color: #1f1f1f;
}
/************************************overons*************************************/
.overons-heading {
    padding-top: 8rem;
    padding-bottom: 4rem;
}
.overons-heading .heading p{
	max-width: 71rem;
	opacity: 0.75;
}
.overons-top .heading p{
	max-width: 71rem;
}
.overons-each-box {
	position: relative;
}
.overons-contact-bar img{
	width: 1.7rem;
	margin-right: 1rem;
}
.overons-contact-bar{
	background-color: #0078BE;
	text-align: center;
	padding: 1rem  0;
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 2;
}
.overons-contact-bar a{
	font-family: 'lama_sanssemibold';
	color: #fff;
	font-size: 1.8rem;
}
.overons-contact-bar a:last-child{
	border-left: 2px solid #fff;
} 
.overons-content-heading{
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius:  0 1rem 0 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	opacity: 80%;
	max-width: 500px;
}
.overons-content-heading h4{
	background-color: #fff;
	padding: 2rem 4rem 4rem;
	border-radius: 0 1rem 0 0;
}
.overons-each-box{
	margin-bottom: 4.5rem;
}
.overons-mid {
	padding: 8rem 0 6.5rem;
	position: relative;
}
.overons-mid .heading h2 {
	margin-bottom: 7.3rem;
}
.overons-mid-img {
	width: 36%;
	position: absolute;
	right: 0;
}
.over-ons-gallery {
	background-color: #1F1F1F;
	padding: 5.5rem 0 6.2rem;
}
.overons-gal-img {
	border-radius: 2rem;
	overflow: hidden;
	margin-bottom: 1.5rem;
	height: calc(100% - 1.5rem);
    object-fit: cover;
}
.overons-gal-img img {
	height: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-ons-gallery p {
	text-align: center;
	color: #fff;
	max-width: 75rem;
	margin: 6rem auto 0;
}
.overons-gal-img:hover img {
	transform: scale(1.1);
}
.over-ons-gallery .col-sm-3{
	width: 21%;
}
.over-ons-gallery .col-sm-6{
	width: 58%;
}
.over-ons-gallery .col-sm-5 {
    width: 40%;
}
.over-ons-gallery .col-sm-2 {
    width: 20%;
}
/************************************werkplaats-dtl*************************************/
.inner-header {
/*	background-color: #fff;*/
	position: relative;
}
.bck-btn {
	background-color: #f8f8f8;
    /* position: relative; */
    margin-bottom: -21rem;
    padding-top: 9rem;
}
.bck-btn .text-btn span{
	padding-left: 2rem;
	padding-right: 0;
}
.bck-btn .text-btn span::after {
	top: 50%;
    left: -.5rem;
    right: auto;
    transform: translateY(-50%) rotate(180deg);
}
.dtl-heading {
	padding-top: 18rem;
}
.dtl-mid {
	padding: 11.4rem 0 13.5rem;
}
.dtl-mid-img {
	border-radius: 2rem;
	overflow: hidden;
}
.dtl-mid-info {
	padding-right: 7rem;
}
.dtl-mid-info h2 {
	margin-bottom: 4.6rem;
}
.dtl-top .heading {
    margin-top: 8rem;
}
.dtl-iframe {
	background-color: #fff;
	padding: 9.5rem 0 11rem;
}
.dtl-iframe h2 {
	color: #1f1f1f;
	margin-bottom: 8.4rem;
}
/************************************bedankt*************************************/
.bedankt-banner .banner-content h1 {
	margin-bottom: 16rem;
}
/************************************vacature-list*************************************/
.each-vacature-list-img {
	position: relative;
	border-radius: 2rem;
	overflow: hidden;
} 
.each-vacature-list-img h3 {
	position: absolute;
    bottom: 3rem;
    left: 3rem;
    color: #fff;
	letter-spacing: 1.96px;
}
.each-vacature-list-info {
	padding: 3rem 2rem 3rem;
	background-color: #fff;
}
.each-vacature-list-info a:hover{
	color: inherit;
}
.each-vacature-list-info p {
	margin-bottom: 3rem;
	opacity: 0.75;
	color: #121212;
}
.each-vacature-list{
	margin-bottom: 1.6rem;
	border-radius: 20px;
    overflow: hidden;
}
.each-vacature-list-btn .common-btn {
    color: #fff;
}
.vacature-list-mid {
	padding-top: 10rem;
}
.vacature-list-mid .home-mid-img {
    top: 34%;
}
.vacature-list-mid .home-mid-content {
    padding-bottom: 7rem;
}
/************************************werkplaats-list*************************************/
.werkplaats-list {
	background-color: #1e1e1e;
	padding: 12rem 0;
}
.each-vacature-list-title {
	background-color: #F8F8F8;
	padding: 2rem 3rem;
}
.each-vacature-list-title h3 {
	color: #0078BE;
}
/************************************vacature-detail*************************************/
.vacature-bck-btn {
    margin-bottom: -3rem;
    padding-top: 0rem;
}
.vacature-bck-btn .common-btn {
    top: 8rem;
}
.vacature-dtl {
	padding-top: 3rem;
}
.vacature-detail-top{
	background-color: #F8F8F8;
}
.vacature-dtl .text-area-height {
   min-height: calc(100% - 20rem);
}
.upload-btn{
	position: relative;
}
.upload-btn .common-btn{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #B8B8B8;
	border: 0;
	color: #fff;
}
/************************************diensten-dtl*************************************/

.diensten-top {
	padding-bottom: 30rem;
}
.form-right-block {
	border: 2px solid #0078be;
	background-color: #fff;
	padding: 1.4rem 1rem 3rem;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 1rem;
}
.form-right-block h6 {
	font-size: 2rem;
	font-family: 'lama_sansbold';
	margin: 2rem 0 .5rem;
}

.aanbod-dtl-man-btm h5,
.form-btm h5 {
	font-size: 1.3rem;
	color: #0078BE;
	margin-left: .5rem;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form-btm img {
	width: 1.5rem;
}
.anbpodbtn {
	background-color: transparent;
}
.aanbod-dtl-man-btm a,
.form-btm a {
	width: 100%;
	background:transparent;
	max-width:100%;
}
.form-btm a:hover h5 {
	color: rgba(255, 255, 255, 0.6);
}
/************************************aanbod-list*************************************/
.aanbod-list .product-car img {
	border-radius: 2rem;
	overflow: hidden;
}
.list-heading {
	padding-top: 10rem;
}
.aanbond-select-option-btn {
    width: 100%;
    font-size: 1.8rem;
    color:#0078BE;
	border: 0;
    padding: .5rem 1.5rem;
    font-family: 'lama_sansregular';
    -webkit-appearance: none;
    cursor: pointer;
    background: transparent;
    background: url(../images/down.svg) transparent no-repeat 85% center/10px;
}
.aanbond-select-option-btn option{
	font-family: arial;
}
.filter button{
	background-color: #fff;
	border: 1px solid #fff;
	padding: .4rem 1.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: .5rem;
}
.filter button span{
	color: #A8A8A8;
	display: block;
}
/*.filter .form-styl{
	padding: 1rem 2rem;
	color: #A8A8A8;
}*/
.filter .form-styl {
    padding: 1rem 2rem;
    color: #A8A8A8;
    border-radius: 0;
}
.filter .form-styl:focus{
	color: #A8A8A8;
}
.filter .input-group{
	border-radius: 1rem;
}
.filter {
	margin: 7.7rem 0 4rem;
	position: relative;
}
.aanbod-list .each-product{
	margin-bottom:5rem;
}
.list-product-img .each-product{
	height: calc(100% - 4rem);
}
.list-product-img .product-car img{
	height: 100%;
}
.list-product-img::before ,
.list-product-img::after{
	display: none;
}
.list-product-img .product-car{
	height: 100%;
}
.list-product-img .product-car img{
	height: 100%;
	object-fit: cover;
}
.list-product-img{
	height: calc(100% - 11rem);
}
.aanbod-list-btm .google-top ul li{
	color: #121212;
}
.aanbod-list-btm p{
	max-width: 98rem;
}
.aanbod-list-btm{
	padding: 11rem 0;
	background-color: #fff;
}
.aalnod-list-btn{
	position: absolute;
	bottom: 3rem;
	left: 0;
	width: 100%;
	padding: 0 2rem;
}
.list-product-img .text-btn{
	height: 4rem;
	width: 4rem;
	background-size: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0078BE;
	margin-right: 0;
	margin-left: auto;
	border-radius: 0.5rem;
}
.list-product-img  h3{
	color: #fff;
}
.list-product-img .text-btn:hover:after {
    filter: brightness(0) invert(1);
}
.aanbod-list-mid .google-top ul li {
	color: #121212;
}
/************************************aanbod-dtl*************************************/
.aanbod-dtl-bck-btn {
    background-color: #f8f8f8;
    /* / position: relative; / */
    margin-bottom: -15rem;
    padding-top: 4rem;
}
.aanbod-detail-area {
	padding-top: 18.7rem;
}
.aanbod-dtl-arrow {
    background-color: #fff;
    width: 4rem;
    height: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aanbod-dtl-slider-wrap .swiper-button-next {
    right: 0;
    left: auto;
}
.aanbod-dtl-slider-wrap .swiper-button-prev {
    right: auto;
    left: 0;
}
.aanbod-dtl-left-image {
	margin-left: 2.5rem;
    margin-bottom: 2.3rem;
}
.aanbod-dtl-lft-last-image {
    position: relative;
}
.overely{
    position: absolute;
    background-color: rgba(0, 120, 190, 0.5);
    height: 100%;
    width: 100%;
    background-image: url(../images/plus-image.svg);
    background-size: 2rem;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
}
.aanbod-dtl-price h4{
	color: rgba(18, 18, 18, 0.80);
	font-family: 'lama_sansmedium';
	margin-bottom: 7rem;
}
.aanbod-dtl-price h2{
	text-transform: none;
	margin-bottom: 1rem;
}
.aanbod-dtl-man{
	margin-left: 1.5rem;
	z-index: 1;
    position: relative;
}  
.aanbod-dtl-man-btm img{
	width: 1.5rem;
	margin-bottom: -.2rem;
}
.aanbod-dtl-man-btm a{
	display: flex;
	justify-content: center;
/*	
    align-items: center;
    padding: 4rem 2rem 1.5rem;
    border-radius: 2rem;
    overflow: hidden;
    position: relative;
    top: -7rem;
    background-color: #fff;
*/    /*column-gap: 4rem;*/
   /* border: 2px solid #0078BE;
    z-index: -3;
    margin-bottom: -3px;*/
}

.aanbod-dtl-price-btm-sec li p{
	font-size: 1.6rem;
	color: #121212;
	margin-bottom: .4rem;
}
.aanbod-dtl-price-btm-sec li p span{
	color: rgba(18, 18, 18, 0.75);
}
.aanbod-dtl-price-btm-sec ul{
	font-size: 0;
}
.aanbod-dtl-price-btm-sec li{
	display: inline-block;
	width: 33.33%;
	vertical-align: top;
	margin-bottom: 3rem;
	word-break: break-word;
}
.aanbod-dtl-price-btm-sec-btn li{
	display: block;
	width: 100%;
}
.aanbod-dtl-price-btm-sec-btn li a, .aanbod-dtl-price-btm-sec-btn li button {
    width: 100%;
    display: block;
    text-align: center;
    border-color: #fff;
}
.aanbod-dtl-price-btm-sec-btn li{
	width: 100% !important;
	margin-bottom: 1rem;
}
/****aanbod-dtl-tab-area****/
.aanbod-detail-tab-area{
    padding: 6rem 0 7rem;
    position: relative;
}
.dtl-tab-content-heading {
	margin-top: -6rem;
	padding-bottom: 8rem;
}
.dtl-tab-content-heading h2 {
	font-size: 3.6rem;
	font-family: 'lama_sansbold';
	text-transform: none;
	word-break: break-word;
}
.aanbod-detail-tab-area .tab-btn .nav-tabs .nav-item {
	margin: 0;
	word-break: break-word;
	margin-right: 2.5rem;
	margin-bottom: 1rem;
}
.aanbod-detail-tab-area .tab-btn .nav-tabs .nav-item:last-child {
	margin-right: 0;
}
.aanbod-detail-tab-area .tab-btn .nav-tabs .nav-item .nav-link {
	font-family: 'lama_sansmedium';
	font-size: 1.6rem;
	color: #0078BE;
    line-height: 2.4rem;
	opacity: 1;
	padding: 1rem 2rem;
	border-radius: 5px;
	overflow: hidden;
	background-color: #fff;
	width: 100%;
}
.aanbod-detail-tab-area .tab-btn .nav-tabs .nav-item .nav-link:hover,
.tab-btn .nav-tabs .nav-item .nav-link.active {
	background: #0078BE;
	color: #fff;
}
.aanbod-detail-tab-area .tab-content ul li {
	font-family: 'lama_sanslight';
	font-size: 2rem;
	color: #121212;
	padding-bottom: 1rem;
	word-break: break-word;
    line-height: 21.1px;
    padding-bottom: 2.5rem;
}
.kenmerken-tab ul li {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}
.kenmerken-tab ul li:nth-child(odd) {
	background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 0.5rem;
    padding-left: 1.7rem;
    background-size: 1rem;
    font-family: 'lama_sansbold';
}
.aanbod-detail-tab-area .tab-btn .nav{
    justify-content: end;
}
.bullet-panel h4 {
	border-bottom: 1px solid #121212;
	padding-top: 2rem;
	padding-bottom: 1.5rem;
	color: #121212;
	margin-bottom: 3rem;
}
.aanbod-detail-tab-area p{
	font-family: 'lama_sanslight';
	font-size: 2rem;
}
.each-onderhoud-block {
	display: flex;
	margin-bottom: 2rem;
}
.left-bg-block {
	width: 14rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0078BE;
	font-size: 1.6rem;
	line-height: 2.4rem;
}
.block-dtls {
	width: calc(100% - 14rem);
	border: 1px solid #0078BE;
	border-left: 0;
	padding: 2rem 1.5rem 0.5rem;
	min-height: 20rem;
}
.left-bg-block h6 {
	line-height: 3rem;
	color: #fff;
    font-family: 'lama_sanslight';
}
.each-onderhoud-block h4 {
	text-transform: none;
    color: #121212;
}
.each-onderhoud-block p {
	color: #121212;
	margin: 1rem 0 3rem;
	font-family: 'lama_sanslight';
}
.aanbod-detail-tab-area .bullet-panel li {
	position: relative;
	padding-left: 1.2rem;
}
.aanbod-detail-tab-area .bullet-panel li:after {
	background-size: 1rem;
    position: absolute;
    top: 0.5rem;
    left: -4px;
    content: '';
    width: 1rem;
    height: 1rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.dtl-form-sec {
	background-color: #1F1F1F;
}
.dtl-form-sec h2 {
	color: #fff;
}
.aanbod-dtl-btm {
	padding-top: 4rem;
}
.dtl-product-slider h2 {
	margin-bottom: 8rem;
}
.dtl-product-slider h2{
	font-family: 'lama_sansbold';
}
/*******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:hover {
    background: #202020;
    transition: 0.3s all;
}

.morgeninternet-footer > img {
    height: 30px;
    padding-top: 15px;
}

.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;
}
/****aanbod dtl****/
.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{
    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;
}
 .form-1 {
	display:none;
	margin-top: 30px !important;
	margin: 0 auto 10px;
} 
 .form-2 {
	display:none;
	margin-top: 30px !important;
	margin: 0 auto 10px;
} 
.privacy-sec{
	background-color: #121212;
    padding: 11% 0;
}
.cpnt {
    cursor: pointer;
}
.filter-clean img {
    width: 12px;
    margin-right: 10px;
    margin-bottom: 2px;
}
.filter-clean{
  	font-size: 1.2rem;
}

.acties-left-content p {
    color: black;
}
.error_top {
    background: #fff;
}

/*======Language Flag Start=====*/
body {
    top: 0px !important;
}
#google_translate_element{
    height: 0;
    overflow: hidden;
}
.skiptranslate{
    height: 0;
    overflow: hidden;
    visibility: hidden !important;
}

.each-vacature-list-btn .common-btn:hover {
    color: #0078BE;
}
.input-group-filter {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
}
.filter .text {
    width: 73%;
}
.filter button {
    width: 23%;
}
.resetbtn-div a {
    padding-right: 1.5rem;
}
.aanbod-detail-area .col-lg-9, .aanbod-dtl-price .col-xl-9 {
    width: 80%;
}
.aanbod-detail-area .col-lg-3, .aanbod-dtl-price .col-xl-3 {
    width: 20%;
}
.header-area .logo-area a::after {
	display:none;
}
/* =========== landing ======= */
.landing-top{
	padding: 13rem 0 9rem;
	text-align: center;
	background-color: #fff;
}
.landing-top h2{
	width: fit-content;
	margin: 0 auto;
	background-color: #fff;
	padding: 0 10rem;
	position: relative;
	z-index: 1;
}
.landing-top p{
	font-family: 'lama_sanslight';
	margin-top: 2rem;
}
.landing-top hr{
	height: 1px;
	margin-top: -6.5rem;
	opacity: 0.2;
	background-color: #000;
}
.landing-mid{
	overflow: hidden;
	border-radius: 1rem 1rem 0 0;
}
.landing-mid .col-2{
	width: 20%;
}
.landing-mid .col-2:nth-child(even) .landing-mid-each-content {
	background-color: #76A6D3;
}
.landing-mid .landing-mid-each-content{
	padding: 5%;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #0078BE;
	min-height: 21rem;
}
.landing-mid .landing-mid-each-box{
	background-color: #0078BE;
	height: calc(100vh - 24.9rem);
	position: relative;
}
.landing-mid .col-2:nth-child(even) .landing-mid-each-box{
	background-color: #76A6D3;
}

.landing-mid p{
	color: #fff;
	opacity: 0.75;
	max-width: 24rem;
	font-size: 1.2rem;
}
.landing-mid h3{
	color: #fff;
	font-size: 2rem;
	word-break: break-word;
	line-height: normal;
	margin-bottom: 1.5rem;
}
.landing-mid-each-box img{
	height: 100%;
	object-fit: cover;
}
.landing-mid .video-js{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.aanbod-dtl-slider-wrap img {
    cursor: pointer;
}
.aanbod-dtl-left-image img {
    cursor: pointer;
}
.loading_more_data{
	padding: 12rem 0;
	color: #0078BE;
}
.iframe-det iframe{
	height: 90rem;
}
.cornner-box .text-btn span {
  padding-right: 1rem;
}
.cornner-box:hover .common-btn {
  background-color: #fff !important;
}
.cornner-box:hover span::after {
  filter: brightness(1);
}
.bck-btn .text-btn{
	padding-left: 1.2rem;
	max-width: 22rem;
	padding-right: 1.2rem;
}
.banner_background_video {
	height: 95vh;
	max-height:95vh;
	overflow: hidden;
}
.banner_background_video .video-js {
	width: 100%;
}
.banner_background_video .video-js .vjs-tech{
	object-fit: cover;
}
.aanbod-dtl-price-btm-sec .col-lg-9 li:nth-child(odd){
	background-color: #fff;
}
.aanbod-dtl-price-btm-sec .col-lg-9 li:nth-child(3n + 3) ,
.aanbod-dtl-price-btm-sec .col-lg-9 li{
	width: 32%;
	padding: 3rem 2rem;
	margin-bottom: 0;
}
.aanbod-dtl-price strong {
    font-weight: 400;
    color: #121212;
    font-size: 24px;
}
.form-btm {
    margin-top: .8rem;
}
.aanbod-dtl-man-btm {
    margin-top: 1.5rem;
}
.form-btm a:hover h5 {
    color: #0078BE;
}


.aanbod-dtl-man-btm a{	
/*	display: flex;
    align-items: center;
    padding: 4rem 2rem 1.5rem;
    border-radius: 2rem;
    overflow: hidden;
    position: relative;
    top: -7rem;
    background-color: #fff;
*/    /*column-gap: 4rem;*/
   /* border: 2px solid #0078BE;
    z-index: -3;
    margin-bottom: -3px;*/
}
.form-right-btm-sec{
	background-color: #0078BE;
    display: flex;
    align-items: center;
    padding: 4.5rem 2rem 1.5rem;
    border-radius: 2rem;
    overflow: hidden;
    position: relative;
    top: -3.5rem;
    z-index: -1;
}
.form-right-btm-sec h5 {
    color: #f8f8f8;
}
.form-right-btm-sec a:hover h5 {
    color: #f8f8f8;
}
