@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'lama_sansregular';
    font-size: 1.6rem;
    color: #011F27;
	background-color: #011F27;
}
html {
    font-size: 62.5%;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/******header-area*****/
.header-area {
	padding: 2.6rem 0;
	background-color: #011F27;
	border-bottom: 1px solid transparent;
	position: relative;
	z-index: 99;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-area.stiky {
    left: 0;
    top: 0;
	position: fixed;
	width: 100%;
}
.header-area .container {
	position: relative;
}
.header-logo img {
	width: 15.8rem;
}
.header-menu {
	display: flex;
	align-items: center;
	justify-content: end;
	column-gap: 4.8rem;
}
.header-menu ul {
	display: flex;
	align-items: center;
	justify-content: end;
	column-gap: 3.5rem;
}
.header-menu li {
	font-size: 1.6rem;
	letter-spacing: 0.016rem;
	font-family: 'lama_sansmedium';
}
.header-menu li a {
	color: #fff;
}
.header-menu li a:hover{
	opacity: .6;
}
.menu-btn {
	border-radius: 0.5rem;
	background-color: #FFFFFF;
	padding: 1rem 2.8rem;
	color: #011F27;
	position: relative;
	width: 11rem;
	display: block;
	height: 5rem;
	line-height: 5rem;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu-btn.active-menu {
	background-color: #fff;
}
.hidden-menu {
	background-color: #fff;
    min-width: 20rem;
    position: absolute;
    top: 6rem;
    right: 0.75rem;
	padding: 2rem;
	border-radius: 0.5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	margin-top: 3rem;
	pointer-events: none;
	opacity: 0;
	border: 1px solid #eee;
}
.hidden-menu.menu-show {
	opacity: 1;
	top: 3rem;
	pointer-events: all;
}
.hidden-menu a {
	display: block;
	padding-right: 3rem;
	position: relative;
	color: #011F27;
	letter-spacing: 0.016rem;
	font-family: 'lama_sansmedium';
	margin-bottom: 1.3rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.hidden-menu a::after {
	content: "";
	height: 1.5rem;
	width: 1.5rem;
	background-image: url(../images/next.svg);
	background-size: 1.5rem;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5;
	-webkit-transition: all 0.5;
	opacity: 0;
}
.hidden-menu li:last-child a {
	margin-bottom: 0;
}
.hidden-menu a:hover,
.hidden-menu a.active {
	text-decoration: underline;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.hidden-menu a:hover::after{
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu-btn-wrap {
	height: 20px;
    position: relative;
    margin-top: 0.4rem;
	overflow-y: clip;
    overflow-x: visible;
}
.menu-button-inner{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	line-height: 2.4rem;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.menu-button-inner span {
	position: static;
	display: block;
	color: #011F27;
}
.menu-btn:hover .menu-button-inner{
	/* top: -2.5rem; */
}
.menu-dot {
    position: absolute;
    right: 0;
    top: 0.7rem;
    height: 1.1rem;
    justify-content: space-between;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu-dot span {
	display: block;
	background-color: #011F27;
	height: 0.27rem;
	width: 0.27rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: absolute;
}
.menu-dot span:first-child {
	bottom: 0.8rem;
	transition: bottom 0.1s linear 0.1s, transform 0.1s linear;
}
.menu-dot span:last-child {
	top: 0.8rem;
	transition: bottom 0.1s linear 0.1s, transform 0.1s linear;
}
.menu-btn.active-menu .menu-dot span {
	right: -1rem;
}
.menu-btn.active-menu .menu-dot span:first-child {
	bottom: 0.5rem;
	transform: rotate(-45deg);
    width: 1.3rem;
    height: 0.1rem;
}
.menu-btn.active-menu .menu-dot span:last-child {
	top: 0.5rem;
    transform: rotate(45deg);
    width: 1.3rem;
    height: 0.1rem;
}
main.no-jurk {
	margin-top: 10.3rem;
}
/********banner-sec*********/
.banner-sec {
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.banner-sec::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, #011F27 0%, rgba(1, 31, 39, 0.30) 100%);
	z-index: 1;
}
.banner-content {
	position: absolute;
	top: 8.5rem;
	left: 0;
	z-index: 2;
	width: 100%;
}
.banner-video {
	height: 85.5rem;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider, .banner-slider .swiper {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}
.scroll-next {
	height: 8rem;
	max-width: 8rem;
	width: 100%;
	border-radius: 100%;
	border: 1px solid #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 4rem auto 0;
	cursor: pointer;
}
/*****product-sec*****/
.product-sec {
	background-color: #fff;
	padding: 10rem 0 11.5rem;
}
.product-heading {
	margin-bottom: 6.5rem;
}
.each-product-img {
	border-radius: 1rem;
	overflow: hidden;
}
.each-product-text h6 {
	color: #111;
	letter-spacing: normal;
	font-size: 1.4rem;
	line-height: normal;
	font-family: 'lama_sansregular';
	height: 4.3rem;
	overflow: hidden;
}
.each-product-text h4 {
	color: #111;
	font-family: 'lama_sansmedium';
	margin-bottom: 1.9rem;
	/* height: 7rem; */
	/* overflow: hidden; */
	margin-bottom: 0.7rem;
}
.each-product-img {
	margin-bottom: 2.5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-product-text ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.each-product-text li {
	color: #011F27;
	font-family: 'lama_sansmedium';
	font-size: 1.4rem;
	line-height: 2rem;
	padding: 0.5rem 1.4rem;
	background-color: #fff;
	border-radius: 1rem;
}
.each-product {
	border-radius: 2rem;
	border: 2px solid transparent;
	padding: 1rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-product:hover {
/*	border-color: #FFD520;*/
}
.product-slider {
	position: relative;
}
.product-slider .swiper-button-next {
	right: -2rem;
}
.product-slider .swiper-button-prev {
	left: -2rem;
}
/*****service-area******/
.service-area {
	padding: 11rem 0 10rem;
	position: relative;
	overflow: hidden;
}
.service-wrap {
	position: relative;
}
.service-wrap::after {
	content: "";
    width: 1px;
    position: absolute;
    left: 3.8%;
    background-color: rgba(255, 255, 255, 0.30);
    z-index: -1;
    height: calc(600vh + 100%);
    margin-top: -50vw;
    top: 0;
}
.service-top-heading {
	margin-bottom: 9rem;
	max-width: calc(100% - 15%);
    width: 100%;
    margin-left: auto;
}
.service-top-heading h2 {
	color: #fff;
}
.service-text {
	display: flex;
    flex-wrap: wrap;
    column-gap: 4rem;
    justify-content: space-between;
    max-width: 67rem;
    margin-left: auto;
	align-items: center;
}
.service-para {
	width: 70%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service-img {
	width: 20%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	opacity: 0;
	height: 17rem;
}
.service-img img {
	height: 100%;
	object-fit: cover;
}
.service-para p {
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each-service-heading h3 {
	color: #fff;
}
.each-service-heading h6 {
	margin-bottom: 1rem;
	color: #fff;
}
.each-service > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.each-service-wrap {
	border-bottom: 1px solid rgba(255, 255, 255, 0.30);
	padding: 7rem 0;
	max-width: calc(100% - 15%);
	width: 100%;
	margin-left: auto;
}
.each-service-number {
	height: 11rem;
	width: 11rem;
	border: 1px solid rgba(255, 255, 255, 0.30);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'lama_sansmedium';
    font-size: 2.4rem;
    color: rgba(255,255,255,0.7);
	transform: rotate(45deg);
	background-color: #011f27;
	position: relative;
	border-radius: 0.5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service-number::after {
	content: "";
	width: 2rem;
	height: 2rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	background-image: url(../images/service-arrow.svg);
	background-size: 2rem;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
}
.each-service-number strong {
	font-weight: 500;
	transform: rotate(-45deg);
}
.each-service:last-child .each-service-wrap {
	border-bottom: 0;
	padding-bottom: 0;
}
.each-service:first-child .each-service-wrap {
	padding-top: 0;
}
.each-service:hover .service-para {
	width: 46%;
}
.each-service:hover .service-img {
	width: 46%;
	opacity: 1;
}
.each-service:hover .each-service-number {
	background-color: #fff;
}
.each-service:hover .each-service-number::after {
	opacity: 1;
}
.each-service:hover .each-service-number strong {
	display: none;
}
/******marquee-sec*******/
.marquee-sec {
	padding: 7.7rem 0 11rem;
	background-color: #fff;
}
.marque-wrap{
	white-space: nowrap;
}
.marque-wrap:hover .marque-txt{
	animation-play-state: paused;
}
.marque-txt{
	display: inline-block;
	animation: 15s slide infinite linear;
}
.marque-txt li {
	display: inline list-item;
	color: #111;
    font-family: 'lama_sansmedium';
    font-size: 1.6rem;
    line-height: 1.7rem;
	padding-left: 3rem;
	position: relative;
	margin-left: 14.3rem;
}
.marque-txt li::after {
	content: "";
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    height: 2.2rem;
    width: 2.2rem;
    background-image: url(../images/star.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2.2rem;
    opacity: 0;
}
@keyframes slide{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(-100%);
	}	
}
/*****about-sec****/
.about-sec {
	background-color: #fff;
	padding-bottom: 11.2rem;
}
.about-heading {
	margin-bottom: 6rem;
}
.about-heading-text h2 {
	margin-bottom: 3.7rem;
}
.about-heading-img {
	padding-right: 4rem;
    height: 34.4rem;
    max-width: 60rem;
	width: 100%;
}
.about-heading-img img {
	border-radius: 1rem;
	height: 100%;
	object-fit: cover;
}
.about-info-img img {
	height: 100%;
	object-fit: cover;
	border-radius: 1rem;
}
.about-info-text {
	padding-right: 4rem;
    max-width: 60rem;
	width: 100%;
}
.about-info-text li {
	border-bottom: 1px solid rgba(1, 31, 39, 0.15);
	padding-bottom: 3.7rem;
	margin-bottom: 3.7rem;
}
.about-info-text li:last-child {
	border-bottom: 0;
}
.about-info-text h4 {
	color: #111;
	margin-bottom: 1.4rem;
}
.about-info-text li img {
	margin-right: 1.4rem;
}
.about-info-img {
	height: 57.4rem;
}
.about-info-img img {
	height: 100%;
	object-fit: cover;
}
/****footer-area********/
.footer-main {
	padding: 11.2rem 0 12.6rem; 
}
.footer-gallery {
	border-radius: 1rem;
	overflow: hidden;
}
.each-footer-gal {
	height: 100%;
	height: 16.4rem;
	overflow: hidden;
}
.each-footer-gal img {
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-footer-gal:hover img {
	transform: scale(1.1);
}
.footer-logo {
	margin-bottom: 9.7rem;
}
.footer-logo img {
	width: 22.9rem;
}
.footer-left {
    max-width: 60rem;
	width: 100%;
    padding-right: 4rem;
}
.footer-right h3 {
	color: #fff;
	margin-bottom: 4.4rem;
}
.footer-whatsapp {
	background-color: #fff;
	border-radius: 0.5rem;
	padding: 1.1rem;
	max-width: 24rem;
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	cursor: pointer;
}
.footer-whatsapp img {
	width: 4.5rem;
	margin-right: 1.3rem;
}
.footer-whatsapp h6 {
	color: #071116;
}
.footer-whatsapp p {
	font-size: 1.4rem;
	margin-bottom: 0;
}
.footer-whatsapp p a {
	color: #071116;
}
.footer-whatsapp p a:hover {
	color: #071116;
}
.footer-info {
	display: flex;
	flex-wrap: wrap;
	column-gap: 50px;
	justify-content: space-between;
	margin-top: 8.4rem;
	padding-top: 8.4rem;
	border-top: 1px solid #fff;
}
.each-footer-info h5 {
	margin-bottom: 2rem;
}
.each-footer-info p {
	font-family: 'lama_sansmedium';
	color: rgba(255, 255, 255, 0.50);
	margin-bottom: 0rem;
}
.each-footer-info p a {
	color: rgba(255, 255, 255, 0.50);
}
.each-footer-info p a:hover {
	color: #fff;
}
.footer-credit {
	background-color: #001920;
	padding: 2.3rem 0;
}
.footer-bovag img {
	width: 9.7rem;
}
.footer-social ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 1.1rem;
	justify-content: end;
}
.footer-social li a {
	border: 1px solid rgba(255, 255, 255, 0.50);
	border-radius: 0.5rem;
	height: 3.6rem;
	width: 3.6rem;
	display: flex;
	align-items: center;
	justify-content: center
}
.footer-social li a img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-social li a:hover {
	background-color: #fff;
  	border-color: #fff;
}
.footer-social li a:hover img {
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}
.footer-policy li a {
	color: rgba(255, 255, 255, 0.50);
}
.footer-policy li a:hover {
	color: #fff;
}
/*=================================popup start======================================*/
.modal-area .modal-dialog {
    max-width: 49%;
    margin-left: auto;
	margin-right: auto;
}
.modal-area .modal {
	background: rgba(0, 0, 0, 0.50);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 1rem;
	overflow: hidden;
    background-color: #fff;
	position: relative;
}
.modal-area .popup-content {
    padding: 7rem;
}
.modal-area .popup-content p {
	margin: 7.3rem 0 9.6rem;
	font-family: 'lama_sansmedium';
	color: #231F20;
}
.modal-area .popup-content .common-btn {
	border-color: #231F20;
	color: #231F20;
    background: transparent;
}
.modal-area .popup-content .common-btn:hover {
	border-color: #011F27;
	background: #011F27;
	color: #fff;
}
.modal-area .modal-content .col-lg-5 {
	width: 44%;
}
.modal-area .modal-content .col-lg-7 {
	width: 56%;
}
.pop-up-image {
	height: 100%;
	overflow: hidden;
	border-radius: 1rem;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.popup-logo img{
	width: 100%;
    max-width: 22.1rem;
}
/*=================================diensten-list page start======================================*/
/***inner-banner-sec***/
.inner-banner-sec {
    position: relative;
    height: 45rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-position-y: 32%;
}
.inner-banner-img{
	height: 100%;
	margin-bottom: -1px;
}
.inner-banner-sec::after {
	content: "";
  	height: calc(100% + 4px);
  	width: 100%;
  	position: absolute;
  	left: 0;
  	top: -4px;
	background-image: url(../images/inner-gradient.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
    z-index: 1;
}
.inner-banner-sec img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: none;
}
.inner-banner-text {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    z-index: 2;
}
/*****diensten-list-sec*****/
.diensten-list-sec {
	padding: 11.2rem 0 10rem;
	background-color: #fff;
}
.diensten-list-top {
	margin-bottom: 5rem;
}
.diensten-list-top-content {
	padding-left: 13%;
}
.each-diensten-list-img {
	max-width: 50.9rem;
	width: 100%;
	height: 37rem;
}
.each-diensten-list-img img {
	border-radius: 1rem;
	height: 100%;
	object-fit: cover;
}
.each-diensten-list-text {
	position: relative;
	padding: 0 24% 0 13%;
}
.each-diensten-list-text::after {
	content: "";
	height: 8rem;
	width: 8rem;
	border-radius: 100%;
	border: 1px solid #011F27;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/next.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 1.5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-diensten-list-text p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each-diensten-list {
	padding: 8rem 0;
	border-top: 1px solid rgba(1, 31, 39, 0.3);;
}
.each-diensten-list:last-child {
	padding-bottom: 0;
}
.each-diensten-list-text h4 {
	color: #011F27;
	font-family: 'lama_sansmedium';
	margin-bottom: 9rem;
}
.each-diensten-list-text h3 {
	margin-bottom: 2.6rem;
}
.each-diensten-list:hover .each-diensten-list-text::after {
	background-color: #011F27;
	border-color: #011F27;
	transform: translateY(-50%) rotate(-45deg);
	background-image: url(../images/next-white.svg);
}
/*=================================diensten-dtl page start======================================*/
/***bk-btn-sec****/
.bk-btn-sec {
	position: relative;
	background-color: #fff;
	padding-top: 5.6rem;
}
/*****diensten-dtl-info-sec******/
.diensten-dtl-info-sec {
	padding: 2rem 0 11.2rem;
	background-color: #fff;
}
.diensten-dtl-info-sec h2 {
	margin-bottom: 3rem;
	color: #011F27;
}
.diensten-dtl-info-left-img {
	margin-top: 8rem;
	height: 46.3rem;
}
.diensten-dtl-info-left-img img {
	border-radius: 1rem;
	height: 100%;
	object-fit: cover;
}
.diensten-dtl-info-right-img img {
	border-radius: 1rem;
	height: 100%;
	object-fit: cover;
}
.diensten-dtl-info-left {
    padding-right: 10%;
	padding-top: 8%;
}
.diensten-dtl-info-right {
	padding-left: 10%;
}
.diensten-dtl-info-right-img {
	margin-bottom: 6.5rem;
	height: 64.5rem;
}
.diensten-dtl-info-sec li {
	position: relative;
	line-height: 2.4rem;
	letter-spacing: 0.032rem;
	padding-left: 2.5rem;
}
.diensten-dtl-info-sec li::after {
	content: "";
    height: 1.4rem;
    width: 1.4rem;
    position: absolute;
    left: 0;
    top: 0.5rem;
    background-image: url(../images/round-tick-black.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1.4rem;
}
/****diensten-dtl-step-sec****/
.diensten-dtl-step-sec { 
	padding: 11.2rem 0 0;
}
.diensten-dtl-step-sec h2 {
	color: #fff;
}
.diensten-dtl-step-heading {
	max-width: 104.9rem;
	width: 100%;
	margin-bottom: 10rem;
}
.diensten-dtl-each-step {
	border-radius: 1rem;
	background-color: #012933;
	min-height: 36rem;
	padding: 6.4rem 3.5rem;
	height: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	border: 1px solid transparent;
}
.diensten-dtl-each-step:hover {
/*	border-color: #fff;*/
}
.diensten-dtl-each-step h6 {
	color: #fff;
	margin-bottom: 2.8rem;
}
.diensten-dtl-each-step h4 {
	margin-bottom: 2rem;
	color: #fff;
}
.diensten-dtl-each-step p {
	color: #fff;
}
/****contact-form-sec*******/
.contact-form-sec {
	position: relative;
	padding: 11.1rem 0;
	background-attachment: fixed;
}
.contact-form-sec::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, #011F27 -6.66%, rgba(1, 31, 39, 0.90) 100%);
}
.contact-form-wrap {
	position: relative;
	z-index: 1;
	max-width: 118rem;
	width: 100%;
	margin: 0 auto;
}
.form-main h2 {
	color: #fff;
}
.form-main p {
	color: #fff;
	margin: 1.7rem 0 3rem;
	max-width: 45rem;
	width: 100%;
}
.contact-form-sec .about-info-text h4 {
	color: #fff;
}
.contact-form-sec .about-info-text p {
	color: #fff;
}
.contact-form-sec .about-info-text p a {
	color: #fff;
	font-family: 'lama_sansmedium';
}
.contact-form-sec .about-info-text p a:hover {
	text-decoration: underline;
}
.contact-form-sec .about-info-text li {
	border-color: rgba(255, 255, 255, 0.60);
	margin-bottom: 4rem;
	padding-bottom: 1rem;
}
.contact-form-sec .about-info-text li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.contact-form-sec .about-info-text {
	max-width: 39.8rem;
}
.form-group {
	margin-bottom: 1.8rem;
}
.form-style {
    resize: none;
	border: 1px solid #fff;
    font-family: 'lama_sansregular';
	color: rgba(255, 255, 255, 0.60);
    font-size: 1.6rem;
    padding: 1.1rem 1.2rem;
    border-radius: 0.5rem;
    background-color: transparent;
	line-height: 2.8rem;
}
.form-style:placeholder {
	color: rgba(255, 255, 255, 0.60);
	opacity: 1;
}
.form-style:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.60);
	opacity: 1;
}
.form-style::placeholder {
	color: rgba(255, 255, 255, 0.60);
	opacity: 1;
}
.form-style:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
	border: 1px solid rgba(246, 248, 230, 0.50);
	color: rgba(255, 255, 255, 1);
	background-color: transparent;
}
.form-style:focus::placeholder {
	color: rgba(255, 255, 255, 1);
}
textarea.form-style {
    min-height: 13.8rem;
}
.form-main {
	max-width: 64rem;
    width: 100%;
    padding-left: 3%;
    margin-left: auto;
}
.form-main .common-btn {
	margin-top: 3rem;
}
/******related-service-sec****/
.related-service-sec {
	background-color: #fff;
	padding: 11.2rem 0;
}
.related-service-sec h2 {
	margin-bottom: 7rem;
	text-align: center;
}
.related-service-slider {
	position: relative;
}
.each-related-service {
	position: relative;
	border-radius: 1rem;
	overflow: hidden;
	height: 31.2rem;
}
.each-related-service img {
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-related-service::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
}
.each-related-service:hover img {
	transform: scale(1.1);
}
.each-related-service-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	padding: 3rem 3.6rem;
}
.each-related-service-text h3 {
	color: #fff;
}
.related-service-sec .swiper-slide {
	height: auto;
}
.related-service-sec .swiper-button-next {
	right: -4rem;
}
.related-service-sec .swiper-button-prev {
	left: -4rem;
}
/*=================================contact page start======================================*/
/****map-sec****/
.map-sec {
	height: 61rem;
}
/***contact-us-form******/
.contact-us-form {
	background-color: #fff;
}
.contact-us-form {
	background-image: none !important;
}
.contact-us-form::after {
	display: none;
}
.contact-us-form > .container > .contact-form-wrap > .row {
	flex-direction: row-reverse;
}
.contact-us-form .form-main h2,
.contact-us-form .form-main p {
	color: #011F27;
}
.contact-us-form .form-style {
	border: 1px solid rgba(1, 31, 39, 0.5);
	color: rgba(1, 31, 39, 0.5);
}
.contact-us-form .form-style:placeholder {
	color: rgba(1, 31, 39, 0.5);
}
.contact-us-form .form-style:-ms-input-placeholder {
	color: rgba(1, 31, 39, 0.5);
}
.contact-us-form .form-style::placeholder {
	color: rgba(1, 31, 39, 0.5);
}
.contact-us-form .form-style:focus {
	border: 1px solid rgba(1, 31, 39, 0.5);
	color: rgba(1, 31, 39, 1);
	background-color: transparent;
}
.contact-us-form .form-style:focus::placeholder {
	color: rgba(1, 31, 39, 1);
}
.contact-us-form .about-info-text h4 {
	color: #011F27;
}
.contact-us-form .about-info-text p {
	color: #011F27;
}
.contact-us-form .about-info-text p a {
	color: #011F27;
}
.contact-us-form .about-info-text li {
	border-color: rgba(1, 31, 39, 0.6);
}
.contact-us-form .about-info-text li img {
	filter: invert(10%) sepia(23%) saturate(2863%) hue-rotate(153deg) brightness(20%) contrast(105%);
	-webkit-filter: invert(10%) sepia(23%) saturate(2863%) hue-rotate(153deg) brightness(20%) contrast(105%);
}
.contact-us-form .about-info-text {
    padding-left: 4rem;
	padding-right: 0;
    margin-left: auto;
}
.contact-us-form .form-main {
    padding-right: 3%;
	padding-left: 0;
    margin-left: 0;
}
.contact-us-form .common-btn{
	color: #fff;
  	background-color: #011F27;
  	border-color: #011F27;
}
.contact-us-form .common-btn:hover{
	color: #011F27;
  	background-color: transparent;
}
/*=================================overons page start======================================*/
/******welcome-sec******/
.welcome-sec {
	background-color: #fff;
	padding-bottom: 10rem;
}
.welcome-text {
	padding-right: 15%;
}
.welcome-text h2 {
	margin-bottom: 3.2rem;
}
.welcome-img {
	height: 56.3rem;
}
.welcome-img img {
	border-radius: 1rem;
	height: 100%;
	object-fit: cover;
}
/****overons-info-sec****/
.overons-info-sec {
	padding: 11rem 0 9.6rem;
}
.overons-info-sec h2 {
	margin-bottom: 6.4rem;
	color: #fff;
}
.overons-info-left {
	padding-right: 1.6rem;
}
.overons-info-img {
	height: 43rem;
}
.overons-info-img img {
	border-radius: 1rem;
	height: 100%;
	object-fit: cover;
}
.overons-info-text {
    max-width: 48.8rem;
	width: 100%;
    margin-left: auto;
}
.overons-info-text li {
	border-bottom: 1px solid rgba(246, 248, 230, 0.30);
	margin-bottom: 3rem;
	padding: 0 2rem 2.5rem 0;
	position: relative;
}
.overons-info-text li:last-child {
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.overons-info-text h4 {
	color: #fff;
	margin-bottom: 1.6rem;
	padding-left: 3rem;
	position: relative;
}
.overons-info-text p {
	color: #fff;
	padding-left: 3rem;
}
.overons-info-text li::after {
	content: "";
	height: 1.7rem;
	width: 1.7rem;
	position: absolute;
	left: 0;
	top: .75rem;
	background-image: url(../images/tick.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 1.7rem;
}
/****gallery-sec*******/
.gallery-sec {
	padding: 1.5rem 0;
	background-color: #fff;
	overflow: hidden;
}
.gallery-sec .swiper-slide {
	height: auto;
}
.each-gallery {
	height: 27.3rem;
	overflow: hidden;
	border-radius: 1rem;
}
.each-gallery img {
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gallery:hover img {
	transform: scale(1.1);
}
.gallery-slider {
	margin: 0 -4%;
}
/******member-sec****/
.member-sec {
	padding: 9rem 0 7rem;
	background-color: #fff;
}
.member-heading {
	margin-bottom: 6rem;
}
.member-heading p {
	padding-left: 10%;
}
.member-slider {
	position: relative;
}
.member-slider .swiper-slide {
	height: auto;
}
.each-member-img {
	border-radius: 1rem;
	margin-bottom: 1.5rem;
	overflow: hidden;
	height: 42rem;
}
.each-member-img img {
	height: 100%;
	object-fit: cover;
}
.each-member-text h4 {
	color: #0E0F0E;
	font-family: 'lama_sansmedium';
	text-transform: uppercase;
}
.each-member-text h6 {
	color: #0E0F0E;
	font-family: 'lama_sansregular';
	font-size: 1.4rem;
	letter-spacing: normal;
	line-height: 2rem;
}
.member-slider .common-arrow {
	top: 40%;
}
.member-slider .swiper-button-next {
	right: -4rem;
}
.member-slider .swiper-button-prev {
	left: -4rem;
}
/*=================================bedankt page start======================================*/
.bedankt-banner-sec .banner-content {
	top: 50%;
	transform: translateY(-50%);
}
.bedankt-banner-sec .banner-content-wrap {
	max-width: 79rem;
	width: 100%;
}
.bedankt-banner-sec .banner-content p {
	color: #fff;
	margin: 1rem 0 3rem;
}
.bedankt-banner-sec .banner-content .common-btn {
	background-color: #fff;
	border-color: #fff;
	color: #011F27;
}
.bedankt-banner-sec .banner-content .common-btn:hover {
	background-color: #FFD520;
	border-color: #FFD520;
	color: #011F27;
}
/*=================================vacature-dtl page start======================================*/
.vacature-dtl-top-sec .diensten-dtl-info-right-img {
	height: 57.8rem;
}
.vacature-dtl-info-sec .overons-info-text p {
	color: #fff;
}
.vacature-dtl-info-sec .overons-info-text li {
	border-bottom: 0;
    margin-bottom: 3rem;
    padding: 0;
}
.vacature-dtl-info-sec .overons-info-text li:last-child {
	margin-bottom: 0;
}
.vacature-dtl-info-sec .overons-info-text li::after {
	background-image: url(../images/round-tick.svg);
	top: 0.4rem;
}
.vacature-dtl-info-sec {
	padding-bottom: 3rem;
}
/*=================================aanbod page start======================================*/
.aanbod-filter-sec {
	background-color: #fff;
	padding: 8rem 0 5rem;
}
/****filter-customize*****/
.filter-main-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.filter-main-wrap .filter-main-row {
	width: 86%;
}
.filter-main-heading {
	margin-right: 2rem;
  	width: 13%;
  	margin-bottom: 2rem;
}
.filter-main-heading h4 {
	color: #111;
	font-family: 'lama_sansmedium';
}
.filter-heading {
	margin-bottom: 5rem;
}
.filter-heading h4 {
	color: #111;
	font-family: 'lama_sansmedium';
}
.total-car h5 {
	color: #111;
}
.total-car h5 span {
	font-size: 2rem;
}
.select-style {
	width: 100%;
    height: 5rem;
    color: #111;
    font-family: 'lama_sansmedium';
    font-size: 1.6rem;
    border: 1px solid #111;
    border-radius: 0.5rem;
    padding: 0 3rem 0 1.4rem;
    background: url(../images/filter-arrow.svg) #fff no-repeat 93% center/10px;
    appearance: none;
    line-height: 5rem;
    text-overflow: ellipsis;
  	overflow: hidden;
}
.select-style option{
	font-family: arial;
}
.filter-content {
    display: none;
    background-color:#fff;
    padding: 1rem 1rem 1.5rem;
    z-index: 2;
    border: 1px solid #111;
    border-top: 0;
    border-radius: 0 0 0.5rem 0.5rem;
    margin-top: -0.5rem !important;
	cursor: default;
	max-height: 25rem;
  	overflow-y: auto;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #111;
    margin-bottom: 1rem;
    display: block;
    width: 100%;
    z-index: 2;
	font-family: 'lama_sansmedium';
    font-size: 1.6rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #111;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 1.6rem;
    height: 1.6rem;
    vertical-align: middle;
    margin-top: -0.3rem;
    margin-right: 0.8rem;
    box-shadow: none;
    border: 1px solid #111;
    background-color: #fff;
    border-radius: 0.3rem;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #111;
    border-color: #111;
}
.aanbod-filter-sec .color_box {
	background-color: Gray;
    height: 1.5rem;
    width: 1.5rem;
    margin-left: 1rem;
	margin-top: 0.3rem;
    border-radius: 0.3rem;
}
.aanbod-filter {
	margin-bottom: 2rem;
	width: 25%;
}
.auto-overview-tag {
    margin-right: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1.4rem;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    border-radius: 0.5rem;
    background-color:#111;
    font-family: 'lama_sansmedium';
    font-size: 1.6rem;
}
.cross-btn {
    width: 1.1rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.clear-filter-main {
	padding-left: 9.8%;
}
.auto-overview-tag:hover {
	background-color: #011F27;
	color: #fff;
}
.auto-overview-tag:hover .cross-btn {
	/*filter: invert(1);
	-webkit-filter: invert(1);*/
}
.total_search_records {
	margin-top: 3rem;
}
.mobile-filter-close {
    padding: 1.5rem;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #fff;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
}
.mobile-filter-close span {
    max-width: 3.2rem;
	width: 100%;
    height: 3.2rem;
    background-color: #fff;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #111;
}
.mobile-filter-close span img {
	width: 1.2rem;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.mobile-filter-close h5 {
	color: #111;
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #FFD520;
	border-color: #FFD520;
	color: #111;
	padding: 1rem;
}
.filter-reset a {
	color: #111;
}
.filter-reset img {
	width: 1rem;
	filter: invert(1);
	-webkit-filter: invert(1);
	margin-left: 1rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/*.filter-reset a:hover {
	color: #FFD520;
}
.filter-reset a:hover img {
	filter: invert(27%) sepia(14%) saturate(538%) hue-rotate(10deg) brightness(85%) contrast(93%);
	-webkit-filter: invert(27%) sepia(14%) saturate(538%) hue-rotate(10deg) brightness(85%) contrast(93%);
}*/
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h4 {
	margin-right: 1.5rem;
	font-family: 'lama_sansmedium';
	color: #111;
	width: 35%;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
	width: 20rem;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 10.3rem;
    background: #011F27;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 1.5rem 5%;
	border-top: 1px solid rgba(243, 243, 243, 0.08);
}
.filter-count {
	min-width: 2rem;
	height: 2rem;
	background-color: #282828;
	border-radius: 100%;
	color: #fff;
	margin-left: .75rem;
	font-size: 1rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
	display: inline-flex;
  	align-items: center;
  	justify-content: center;
  	background-color: #fff;
  	color: #111;
  	border-color: #fff;
  	padding: .5rem 1.2rem;
}
/*****aanbod-product-sec"*****/
.aanbod-product-sec {
	background-color: #fff;
	padding-bottom: 17.5rem;
}
.aanbod-product-sec .col-xl-4 {
	margin-bottom: 4rem;
}
.aanbod-mid-service {
	position: relative;
	border-radius: 1rem;
	overflow: hidden;
	height: 100%;
	padding: 4rem;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.aanbod-mid-service::after {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 10px;
	background: linear-gradient(180deg, #011F27 -6.66%, rgba(27, 73, 117, 0.77) 100%);
}
.aanbod-mid-service-wrap {
	position: relative;
	z-index: 1;
}
.aanbod-mid-service-outer > a {
	display: block;
    height: 100%;
    padding: 1.1rem;
}
.aanbod-mid-service h3 {
	color: #fff;
	margin: 3rem 0 2rem;
}
.aanbod-mid-service p {
	color: #fff;
	margin-bottom: 3rem;
}
.aanbod-mid-btn {
	height: 8rem;
	max-width: 8rem;
	width: 100%;
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	border-radius: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.aanbod-mid-btn img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.aanbod-mid-service:hover .aanbod-mid-btn {
	background-color: #fff;
	transform: rotate(-45deg);
}
.aanbod-mid-service:hover .aanbod-mid-btn img {
	filter: invert(1);
}
/*=================================aanbod-dtl page start======================================*/
.aanbod-dtl-top-sec {
	padding: 4rem 0 5rem;
}
.aanbod-dtl-top-model h6 {
	color: #fff;
	font-family: 'lama_sansregular';
	letter-spacing: normal;
	
}
.aanbod-dtl-top-model h4 {
	color: #fff;
    font-family: 'lama_sansmedium';
	letter-spacing: normal;
	margin-bottom: 1rem;
}
.aanbod-dtl-top-contact li {
	margin-bottom: 1rem;
}
.aanbod-dtl-top-contact li:last-child {
	margin-bottom: 0;
}
.aanbod-dtl-top-contact li a {
	color: #fff;
    font-family: 'lama_sansmedium';
	text-decoration: underline;
}
.aanbod-dtl-top-contact li a:hover {
	opacity: .6;
}
.aanbod-dtl-top-contact li a img {
	margin-right: 2rem;
}
.aanbod-dtl-top-price h3 {
	color: #fff;
	font-family: 'lama_sansmedium';
}
.aanbod-dtl-top-price h3 strong {
	color: #FFD520;
	font-size: 24px;
	font-family: 'lama_sansmedium';
	font-weight: 500;
	line-height: 1.4rem;
}
.aanbod-dtl-top-right {
	max-width: 63rem;
	width: 100%;
	margin-left: auto;
}
.aanbod-dtl-top-slider {
	margin: 4rem 0 3.5rem;
}
.aanbod-dtl-top-slider .col-lg-7 {
	width: 60%;
}
.aanbod-dtl-top-slider .col-lg-5 {
	width: 40%;
}
.dtl-car-slider {
	border-radius: 1rem;
	position: relative;
}
.dtl-car-slider .swiper {
	border-radius: 1rem;
}
.dtl-car-slider .common-arrow {
	width: 5rem;
	height: 5rem;
	border-color: rgba(1, 31, 39, 0.3);
}
.dtl-car-slider .common-arrow img {
/*	opacity: 0.3;*/
}
.dtl-car-slider .swiper-button-next {
	right: 2.5rem;
}
.dtl-car-slider .swiper-button-prev {
	left: 2.5rem;
}
.each-dtl-car {
	border-radius: 1rem;
	overflow: hidden;
}
.each-dtl-car-thumb {
	border-radius: 1rem;
	overflow: hidden;
	height: 100%;
	position: relative;
}
.each-dtl-car-thumb img {
	height: 100%;
	object-fit: cover;
}
.dtl-car-thumb .col-md-6 {
	padding: 0.4rem 0.8rem;
}
.dtl-car-thumb {
    height: calc(100% + 1.6rem);
    margin-top: -0.8rem;
}
.top-thumb-more {
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(2px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: calc(100% - 2rem);
    width: calc(100% - 2rem);
    cursor: pointer;
}
.top-thumb-more h5 {
	color: #111;
	font-family: 'lama_sansregular';
	margin-top: 1.5rem;
}
.top-thumb-more img {
    width: 1.2rem;
    height: 1.2rem;
    margin-bottom: 1rem;
}
.aanbod-dtl-spec {
	border-bottom: 1px solid rgba(255, 255, 255, 0.30);
	padding-bottom: 3.5rem;
	margin-bottom: 3.5rem;
}
.aanbod-dtl-spec-main {
	column-gap: 2rem;
	justify-content: space-between;
	display: flex;
}
.each-dtl-spec {
	display: inline-flex;
}
.each-dtl-spec img {
	margin-right: 1.4rem;
}
.each-dtl-spec h4 strong {
	color: #fff;
	font-family: 'lama_sansmedium';
    font-size: 1.6rem;
    line-height: 3.3rem;
    letter-spacing: 0.016rem;
	font-weight: 500;
	display: block;
}
.aanbod-dtl-btn {
	display: flex;
	justify-content: end;
	column-gap: 1.5rem;
}
.aanbod-dtl-btn .common-btn {
	background-color: #fff;
	border-color: #fff;
	color: #011F27;
}
.aanbod-dtl-btn .common-btn:hover {
	background-color: transparent;
	color: #fff;
}
.aanbod-dtl-btn .border-btn {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.aanbod-dtl-btn .border-btn:hover {
	background-color: #fff;
	color: #011F27;
}
.share-btn {
	display: table;
	margin-left: auto;
}
.share-btn h6 {
	color: #fff;
	font-family: 'lama_sansregular';
	display: inline-block;
}
.share-btn span {
	height: 4rem;
	width: 4rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 2.2rem;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.share-btn:hover span {
/*	background-color: #FFD520;*/
}
/*****dtl-tab-sec*****/
.dtl-tab-sec {
	padding: 10rem 0;
	background-color: #fff;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	border-bottom: 1px solid #D9D9D9;
	column-gap: 0.5rem;
	row-gap: 0.5rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
	border: 0;
    background-color: transparent;
	color: #111111;
    letter-spacing: normal;
	width: 100%;
	height: 100%;
	border-radius: 0;
	padding: 0.8rem 1.3rem;
	border-radius: 0.5rem 0.5rem 0 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
	font-family: 'lama_sansmedium';
	font-size: 1.6rem;
    margin: 0;
    word-break: break-word;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover ,
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
	color: #fff;
	background-color: #011F27;
}
/****dtl-tab-content****/
.dtl-tab-sec .tab-content >.tab-pane {
	margin-top: 3.5rem;
}
.dtl-tab-sec .tab-content >.tab-pane#aanbod-home {
	margin-top: 0;
}
.kenmerken-tab {
	border: 1px solid #D9D9D9;
    border-bottom: 0;
	border-top: 0;
	padding: 0 5rem;
	overflow: hidden;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
    justify-content: space-between;
}
.kenmerken-tab li {
	font-family: 'lama_sansregular';
    font-size: 1.6rem;
    line-height: 2.6rem; 
    color: rgba(16, 16, 16, 0.70);
	width: 16%;
	padding: 2rem 0;
	position: relative;
}
.kenmerken-tab ul li:nth-child(even) {
	font-family: 'lama_sansmedium';
	font-weight: 500;
	color: #101010;
}
.kenmerken-tab ul li:nth-child(n):after {
    content: "";
    position: absolute;
    height: 1px;
    width: 200vw;
    left: -100vw;
    bottom: 0;
    background-color: #D9D9D9;
}
.bullet-panel h4 {
    border-bottom: 1px solid #111111;
    padding-bottom: 1rem;
    color: #111111;
    font-size: 2rem;
}
.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.6rem;
    position: relative;
    font-family: 'lama_sansregular';
    color: #111111;
	margin-bottom: 1rem;
	font-size: 1.6rem;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.8rem;
    position: absolute;
    top: 0.8rem;
    left: 0;
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.dtl-tab-sec .tab-content p {
	font-size: 1.6rem;
	line-height: 2.6rem;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #011F27;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #011F27;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}
.left-bg-block h6 {
    line-height: 3rem;
	font-size: 1.6rem;
	font-family: 'lama_sansregular';
}
.each-onderhoud-block h4 {
    font-size: 2.2rem;
	text-transform: none;
	color: #011F27;
}
.each-onderhoud-block h5 {
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
	font-family: 'lama_sansregular';
	color: #011F27;
	text-transform: none;
	line-height: 2.5rem;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
/*=================================verkocht page start======================================*/
.verkocht-top-sec {
	padding-top: 11rem;
}
.verkocht-top-sec .filter-heading {
	margin-bottom: 0;
}

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

/*.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 h4{
	margin-bottom: 2rem;
	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;
}
.kenteken_np {
  background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
  background-repeat: no-repeat;
  background-position: left;
  padding: 4px 0 6px 44px;
  color: #000;
  background-size: 152px;
}
/* Cookie */

/*.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;
}*/
.dtl-car-thumb .row {
    height: 100%;
}
.dtl-car-thumb .col-md-6 {
    height: 50%;
}
.thumb-plus {
    position: relative;
    display: block;
}
.thumb-plus::after {
    content: "";
    height: 1.2rem;
    width: 1.2rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background-image: url(../images/plus.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.2rem;
}

.aanbod-loader {
	width: 45px;
	height: 40px;
	background: linear-gradient(#0000 calc(1*100%/6),#011F27 0 calc(3*100%/6),#0000 0),
			  linear-gradient(#0000 calc(2*100%/6),#011F27 0 calc(4*100%/6),#0000 0),
			  linear-gradient(#0000 calc(3*100%/6),#011F27 0 calc(5*100%/6),#0000 0);
	background-size: 10px 400%;
	background-repeat: no-repeat;
	animation: matrix 1s infinite linear;
  }
  
  @keyframes matrix {
	0% {
	  background-position: 0% 100%, 50% 100%, 100% 100%
	}
  
	100% {
	  background-position: 0% 0%, 50% 0%, 100% 0%
	}
  }
  .load_aanbod{
	justify-content: center;
    display: flex;
    column-gap: 3rem;
    align-items: center;
    color: #011F27;
  }
/* .aanbod-loader {
	width: 45px;
	height: 40px;
	background: linear-gradient(#FFD520 calc(1*100%/6),#fff 0 calc(3*100%/6),#FFD520 0),
			  linear-gradient(#FFD520 calc(2*100%/6),#fff 0 calc(4*100%/6),#FFD520 0),
			  linear-gradient(#FFD520 calc(3*100%/6),#fff 0 calc(5*100%/6),#FFD520 0);
	background-size: 10px 400%;
	background-repeat: no-repeat;
	animation: matrix 1s infinite linear;
  }
  @keyframes matrix {
	0% {
	  background-position: 0% 100%, 50% 100%, 100% 100%
	}
  
	100% {
	  background-position: 0% 0%, 50% 0%, 100% 0%
	}
  } */
  
  /* iframe.calsty {
  	height: 800px;
  }
  @media (max-width: 831.98px) {
	iframe.calsty{ height: 1000px;}
  }
  @media (max-width: 627.98px) {
	iframe.calsty{ height: 900px;}
  } */

  .load_img{
    width:150px;
	}
	.form-1, .form-2{
		display: none;
		padding: 4.3rem 0 2rem;
	}
	.form-1 .form-group, .form-2 .form-group{
		position: relative;
	}
	.privacy_section h3, .privacy_section p {
		color: #fff;
	}
/**************************************cookie_div*************************************/
/* .cookie_div {
	background-color: #011F27;
} */
.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;
}

.bosch{
	width: 6rem;
}
.bovag{
	width: 15rem;
}
.bovag-bosch{
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.footer-bosch img{
    width: 3.9rem;
}
.werkplaats-iframe{
	height: 1220px;
}
.banner-content h1{
	margin-bottom: 6rem;
}
.banner-content .border-btn{
	margin: .5rem 1.5rem;
}
.banner-content .border-btn:not(:hover) {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}
.review-sec{
	background: #fff;
  	padding-bottom: 7rem;
}
.common-arrow:not(:hover) img{
	opacity: .5;
}
.common-arrow{
	transition: all 0.5s;
  	-webkit-transition: all 0.5s;
}
.common-arrow:hover{
	background-color: #011F27;
  	border-color: #011F27;
}
.common-arrow:hover img {
  	filter: brightness(0) invert(1);
  	-webkit-filter: brightness(0) invert(1);
}
/*==================*/
.panel-left {
  left: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  height: 100vh;
}
.panel-left-show {
  visibility: inherit;
  opacity: 1;
}
.menu_overlay{
	position: fixed;
    height: 0;
    width: 100%;
	background: transparent;
    right: 0;
    top: 0;
	transition: all 0.5s;
}
.menu_overlay.active_overlay{
	height: 100vh;
}
.product-slider .swiper-button-next.swiper-button-disabled, 
.product-slider .swiper-button-prev.swiper-button-disabled {
	opacity: 1 !important;
	pointer-events: all !important;
	cursor: pointer;
}
.product-slider .swiper-button-next.swiper-button-disabled:hover, 
.product-slider .swiper-button-prev.swiper-button-disabled:hover {
	background-color: #011F27;
    border-color: #011F27;	
}
.marquee-sec {
	overflow: hidden;
}
.marque-wrap.overflow-hidden{
	overflow: visible !important;
}