@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'lama_sansregular';
    font-size: 16px;
    color: #0A1520;
	background-color: #F5F8FA;
}
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: #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;
}
/*****************header****************/
.header-area{
	position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
	padding: 3rem 0;
	background-color: #0063AE;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-logo{
	position: absolute;
    width: max-content;
    left: 0;
    top: 0;
    padding: 2rem 7rem 2rem 17rem;
    background: #fff;
	border-radius:  0 0 6rem 0;
}
.header-area li a{
	font-size: 1.8rem;
	color: #fff;
	font-family: 'lama_sanssemibold';
}
.header-menu ul{
	display: flex;
	column-gap: 6rem;
}
.stiky{
	/* background: red; */
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/* ============= banner =========== */
.banner{
	position: relative;
}
.banner-content{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.banner-content h1{
	width: 60%;
}
.banner-content .common-btn{
	margin-top: 5rem;
}
.banner-content .border-btn:hover {
	border-color: #005290;
    background: #005290;
	color: #fff;
}
.pegination-sec{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 13rem;
	max-width: 48rem;
	background-color: #fff;
	z-index: 2;
	border-radius: 0 6rem 0 0;
}
.pegination-sec .swiper-button-prev{
	left: 7rem;
}
.pegination-sec .swiper-button-next{
	right: 7rem;
}
.pegination-sec .swiper-pagination-fraction {
    bottom: auto;
	top: 50%;
    left: 0;
    width: 100%;
	z-index: 1;
	transform: translateY(-50%);
	font-family: 'lama_sansmedium';
	color: rgba(10, 21, 32, 0.29);
	font-size: 1.6rem;
}
.home-filter{
	position: absolute;
	right: 0;
	bottom: -8rem;
	background-color: #fff;
	z-index: 5;
	max-width: 53rem;
	width: 100%;
	padding: 6rem;
	border-radius: 6rem 0 6rem 0;
	opacity: 85%;
}
.home-filter p{
	margin: 2rem 0 5rem;
}
.home-filter h4 {
	font-family: 'lama_sanssemibold';
}
 .home-filter .select-style {
    width: 100%;
    height: 6.3rem;
    color: #0A1520;
	font-family: 'lama_sansmedium';
    background: url(../images/down-arrow.svg) #fff no-repeat 92% center/14px;
    font-size: 1.8rem;
    appearance: none;
    text-align: left;
	border: 1px solid rgba(10, 21, 32, 0.20);
    border-radius: 1rem;
    padding: 0 3rem;
	margin-bottom: 2rem;
}
.select-style option{
	font-family: arial;
}
.product-content{
	background-color: #fff;
	padding: 2rem 1rem;
	border-radius: 0 0 4rem 4rem;
}
.product-content table{
	width: 100%;
	margin: 1.5rem 0;
}
.product-content td{
	font-size: 1.5rem;
	font-family: 'lama_sanssemibold';
	color: #A8A8A8;
}
.product-price-right{
	width: max-content;
	margin-left: auto;
	margin-right: 0;
}
.product-content > p{
	color: #005290;
	font-size: 1.4rem;
	font-family: 'lama_sanssemibold';
	margin-top: 1rem;
	letter-spacing: 0.2px;
}
.product-content h4 {
	/*height: 45px;*/
	overflow: hidden;
}
.product-content p {
	height: 39px;
	overflow: hidden;
}
.product-content td img {
	margin-right: .5rem;
}
.product-price-right h5 {
	color: #005290;
}
.product-btns .border-btn{
	border-color: #005290;
	color: #005290;
	margin: 2rem 0 1rem;
	padding-right: 0;
	padding-left: 0;
}
.product-btns .border-btn:hover{
	background-color: #005290;
	color: #fff;
}
.product-heading{
	margin: 7rem 0 5rem;
}
.product-slider{
	padding-bottom: 16rem;
}
.product-slider .common-arrow {
	top: 5rem;
}
.product-slider .swiper-button-prev{
	left: auto;
	right: 5rem;
}
/* ========= home-mid ======= */

.home-mid{
	position: relative;
	z-index: 1;
}
.home-mid-top{
	position:absolute;
	width: 100%;
	top: -8rem;
}
.home-mid-top h4{
	color: #fff;
	font-family: 'lama_sanssemibold';
}
.home-mid-top .col-lg-4{
	padding: 7rem 0;
	text-align: center;
}
.home-mid-top .col-lg-4:first-child{
	background-color: #005290;
	border-radius: 6rem 0 6rem 0;
}
.home-mid-top .col-lg-4:nth-child(2){
	background-color: #0063AE;
	border-radius: 0 6rem  0 6rem ;
}
.home-mid-top .col-lg-4:nth-child(3){
	background-color: #0073CA;
	border-radius: 6rem 0 6rem 0;
}
.home-mid-img{
	padding: 15rem 0 20rem;
}
.home-mid-content h3{
	color: #fff;
}
.home-mid-content li {
	border-right: 2px solid #fff;
	padding:0 4rem;
}
.home-mid-content li:first-child{
	padding-left: 0;
}
.home-mid-content li:last-child{
	padding-right: 0;
	border-right: 0;
}
.home-mid-content li a{
	color:  #fff;
}
.home-mid-content li a h4 {
	font-family: 'lama_sanssemibold';
}
.home-mid-content .active a,
.home-mid-content li a:hover{
	color: #0073CA;
}
.home-mid-content ul{
	display: flex;
	justify-content: center;
	margin: 6rem 0 7rem;
}
.home-mid-bottom-comtent{
	color: #fff;
	padding-left: 6rem;
}
.home-mid-bottom-comtent p{
	margin: 3rem 0;
}
.home-mid-white-box{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 53rem;
	background-color: #fff;
	height: 12rem;
	border-top-left-radius: 6rem;
}
.home-btm{
	background-color: #fff;
	margin-top: -11rem;
	position: relative;
	padding-bottom: 11rem;
}
.home-btm img {
	position: relative;
	z-index: 1;
}
.home-btm-content {
	padding-left: 6rem;
}
.home-btm-content p{
	margin: 4rem 0;
}
.home-mid-bottom-comtent .border-btn:hover {
	border-color: #005290;
    background: #005290;
	color: #fff;
}
/* ========= foooter ===== */
.form-styl {
    background-color: #fff;
    color: #0A1520;
    font-size: 1.8rem;
    padding:1.6rem 2.8rem;
    border-radius: 1rem;
    border: 0;
    box-shadow: none;
    resize: none;
    font-family: 'lama_sansmedium';
}
.form-group {
    margin-bottom: 1.4rem;
}
.form-styl:focus{
	box-shadow: none;
	color: #0A1520;
	background-color: #fff;
}
.form-styl:placeholder {
	color: #0A1520;
	opacity: 1;
}
.form-styl:-ms-input-placeholder {
	color: #0A1520;
	opacity: 1;
}
.form-styl::placeholder {
	color: #0A1520;
	opacity: 1;
}
.footer-form-sec{
	position: relative;
	padding-top: 8rem;
}
.footer-form-sec::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 55%;
	content: "";
	height: 100%;
	background-color: #0063AE;
	z-index: -1;
}
.footer-form-sec::before{
	position: absolute;
	top: 0;
	right: 0;
	width: 45%;
	content: "";
	height: 100%;
	background-color: #005290;
	z-index: -1;
}
.footer-left{
	padding-right: 9rem;
	padding-bottom: 5rem;
}
.footer-right{
	padding-left: 18rem;
	padding-bottom: 5rem;
}
.footer-area h4{
	color: #fff;
	margin-bottom: 3rem;
	font-family: 'lama_sanssemibold';
}
.footer-right li{
	display: flex;
	margin-bottom: 1rem;
}
.footer-right li a {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 1.8rem;
	color: #fff;	
}
.footer-right a{
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-right img{
	width: 4.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	padding: 1.2rem;
	border-radius: .5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border: 1px solid #fff;
}
.footer-right-contact {
	margin:4rem 0 5rem;
}
.footer-right a:hover{
	text-decoration: underline;
}
.footer-form-sec hr{
	background-color: #fff;
	margin: 0;
	height: 1rem;
	opacity: 1;
}
.footer-right td{
	display: block;
	color: #fff;
	font-family: 'lama_sanssemibold';
	margin-bottom: 2rem;
	font-size: 1.6rem;
}
.footer-btm{
	background-color: #0A1520;
}
.footer-logo {
	display: flex;
	justify-content: center;
	width: 23rem;
	background-color:#fff;
	margin: 0 auto;
	padding: 2.2rem 3rem;
	border-radius: 0 0 3rem 3rem;
}
.footer-menu ul{
	display: flex;
	justify-content: center;
	column-gap: 6rem;
	padding:3rem 0;
	font-family: 'lama_sanssemibold';
}
.footer-menu a{
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-menu a:hover{
	color: #0063AE;
}
/**********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: #0073CA;
	border-radius: 1rem 0 0 1rem;
}
.mini-right-nav span {
    font-family: 'lama_sansregular';
    font-size:0px;
    bottom: 0;
    right: 0px;
    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: 0;
	width: calc(100% + 60px);
	border-radius: 1rem;
	content: '';
	background-color: #0073CA;
	backdrop-filter: blur(10px);
	height: 60px;
	-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: 0;
	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: #76E46D;
}
.mini-right-nav img{
	width: 20px;
	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: 99;
	right: 0;
}
/* ================ diensten =============== */
.inner-banner{
	position: relative;
}
.inner-banner-content {
	position: absolute;
	left:50%;
	top: 50%;
	transform: translate(-50% , -50%);
	text-align: center;
	width: 100%;
}
.inner-banner-content h1{
	font-size: 6.4rem;
}
.diensten-list-img {
	border-radius: 0 0 6rem 0;
	overflow: hidden;
	position: relative;
	z-index: 5;
}
.diensten-list .row{
	background-color: #0A1520;
	padding-top: 17rem;
}
.diensten-list-content{
	color: #fff;
	padding-left: 16rem;
	padding-right: 2rem;
	width: 100%;
	max-width: 80rem;
}
.diensten-list-content p{
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	margin: 3rem 0 5rem;
}
.diensten-list .row.flex-row-reverse{
	background-color: #fff;
	position: relative;
	margin-top: -8rem;
	
}
.diensten-list .row.flex-row-reverse .diensten-list-content{
	color:#0A1520;
}
.diensten-list .row.flex-row-reverse .diensten-list-img {
	border-radius:6rem 0 0  0;
}
/* ============ diensten-dtl ============== */
.back-btn{
	padding-top: 7rem;
	background-color: #0A1520;
	position: relative;
}

.back-btn .border-btn:hover{
	background-color: #fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diensten-dtl-top {
	background-color: #0A1520;
	margin-top: 0;
}
.diensten-dtl-top h2 span{
	color: #0063AE;
}
.diensten-dtl-top h2{
	margin-bottom: 4rem;
}
.diensten-dtl-top-content{
	color: #fff;
	padding-top: 11rem;
	padding-right: 4rem;
}
.diensten-dtl-top-img{
	overflow: hidden;
	border-radius: 6rem 0 6rem 0; 
}
.diensten-dtl-top-img img{
	overflow: hidden;
	border-radius: 6rem 0 6rem 0; 
}
.marque-sec{
	background-color: #0A1520;
	padding: 9.8rem 0 5rem;
}
.marque-sec li{
	color: #fff;
	font-size: 1.6rem;
	font-family: 'lama_sansbold';
	position: relative;
	padding-left: 7rem;
	margin-bottom: 8rem;
	width: 32%;
	display: inline-block;
}
.marque-sec li::before{
	position: absolute;
	left: 0;
	top: 50%;
	background-image: url(../images/tick.svg);
	background-size: 2rem;
	/* background-position: left; */
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	height: 5rem;
	width: 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0063AE;
	border-radius: 100%;
	transform: translateY(-50%)
}
.diensten-dtl-mid-img {
	overflow: hidden;
	border-radius: 3rem 0 3rem 0;
}
.diensten-dtl-mid-content h3{
	margin-bottom:3rem;
	font-family: 'lama_sanssemibold';
}
.diensten-dtl-mid .row{
	background-color: #fff;
	padding: 2.5rem;
	border-radius: 6rem  0 6rem 0;
}
.diensten-dtl-mid {
	position: relative;
	z-index: 1;
}
.diensten-dtl-mid::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 50%;
	width: 100%;
	content: "";
	background-color: #0A1520;
	z-index:-1;
}
.diensten-dtl-mid-content{
	padding:0 4rem 2rem;
}
.diensten-dtl-slider {
	margin-bottom: 2rem;
}
.diensten-dtl-slider-img{
	overflow: hidden;
	border-radius: 6rem 0 6rem 0;
	position: relative;
}
.diensten-dtl-slider-img img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.diensten-dtl-slider-img img:hover{
	transform: scale(1.1);
}
.diensten-dtl-slider-content{
	position: absolute;
	bottom: 4rem;
	left: 4rem;
}
.diensten-dtl-slider h3{
	margin-bottom: 5rem;
	font-family: 'lama_sanssemibold';
}
.diensten-dtl-slider-content h4{
	position: relative;
	color: #fff;
	position: relative;
	padding-right: 4rem;
	width: fit-content;
	font-family: 'lama_sanssemibold';
}
.diensten-dtl-slider-content h4::after{
	position: absolute;
    right: 0;
    top: 50%;
    background: url(../images/white-next.svg);
    background-size: .5rem;
    background-position: center;
    background-repeat: no-repeat;
    height: 3rem;
    width: 3rem;
    content: "";
    right: 0;
    transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #005290;
	border-radius: 5px;
}
/* =============== overons =================== */

.over-ons-mid{
	margin-top: -22rem;
	position: relative;
}
.over-ons-mid-top{
	position: relative;
	
}
.over-ons-mid-content{
	position: absolute;
	left: 50%;
	top: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 8px;
	height: 4rem;
	padding:  3rem;
	background: rgba(255, 255, 255, 0.30);
	backdrop-filter: blur(5px);
	border-radius: 10rem;
	transform: translate(-50% , -50%);
}
.over-ons-mid-content h5{
	color: #fff;
	line-height: normal;
}
.over-ons-mid-img{
	overflow: hidden;
	border-radius: 6rem 0 6rem 0;
}
.over-ons-mid-btm{
	margin-top: 9.8rem;
}
.over-ons-mid-btm p{
	padding-bottom: 17rem;
}
.over-ons-mid-btm h3{
	margin-bottom: 3rem;
}
.over-ons-mid-left{
	padding-right: 4rem;
}
.over-ons-mid-right{
	padding-left: 4rem;
}
.overons-slider{
	padding: 8rem 0;
}
.overons-man-slider{
	padding-bottom: 4rem;
}
.overons-man-slider .overons-slider{
	position: relative;
}
.overons-man-slider .overons-slider::after{
	position: absolute;
	right:4rem;
	top: 4rem;
	height: 65%;
	width: 88%;
	content: "";
	background-color: #0A1520;
	border-radius: 60px 60px 0px 0px;
}
.overons-man-slider .overons-slider::before{
	position: absolute;
	left: 4rem;
	top: 0;
	height: 71%;
	width: 80%;
	content: "";
	background-color: #005290;
	border-radius: 30px ;
}
.overons-each-content{
	color: #fff;
	background-color: #0A1520;
	border-radius: 0 0 3rem 3rem;
	padding: 2.8rem 2rem 4rem 2rem;
}
.overons-each-man{
	overflow: hidden;
	border-radius: 0 3rem  0 0 ;
}
.overons-slider-heading{
	position: relative;
	z-index: 5;
	color: #fff;
	padding-left: 16rem;
	margin-bottom: 3rem;
}
.overons-man-slider .swiper-button-next{
	right: -3%;
}
.overons-man-slider .swiper{
	margin-left: 7rem;
}
.overons-man-slider .swiper-slide-next .overons-each-man{
	border-radius: 3rem;
}
.overons-man-slider .swiper-slide-active .overons-each-man{
	border-radius: 3rem 0 0 0 ;
}

/* aanbod-list */
.aanbod-filter-area{
	padding: 10rem 0 7rem;
	background-color: #0A1520;
}

.aanbod-filter-area h2{
	color: #fff;
	font-family: 'lama_sansregular';
	margin-bottom: 5rem;
}

.aanbod-filter-area h2 span {
    color: #0063AE;
}

.aanbod-filter-wrap {
    display: flex;
    /*align-items: center;*/
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    padding-bottom: 2.2rem;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 1rem;
}
.aanbod-select-option {
    padding-right: .5rem;
  	width: 32%;
/*  	display: inline-block;*/
}

.aanbod-select-option-btn {
	color: #fff;
	font-family: 'lama_sansmedium';
	font-size: 1.8rem;
	border-radius: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.30);
	cursor: pointer;
	background-color: #0A1520;
	padding: 1.5rem 0;
	-webkit-appearance: none;
	width: 100%;
	text-align: center;
}

.aanbod-select-option option {
    font-family: arial;
}

.aanbod-filter-down-txt {
    margin-top: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.aanbod-filter-down-txt p {
    color: rgba(255, 255, 255, 0.30);
    font-family: 'lama_sansmedium';
    line-height: 2.8rem;
}

.down-txt-filter-btn {
    width: 100%;
    max-width: 12.5rem;
    color: #0084FF;
    text-align: left;
    font-family: 'lama_sansmedium';
    font-size: 1.6rem;
    line-height: 2.8rem;
    border: none;
    cursor: pointer;
    background: transparent;
    background: url(../images/sort-amount-down-arrow.svg) #0A1520 no-repeat 98% center/20px;
    -webkit-appearance: none;
}

.down-txt-filter-btn option{
	font-family: arial;
}

.aanbod-list-area{
	padding: 8rem 0 11rem;
}

.each-abd-list-box{
	margin-bottom: 2rem;
}
/* denst details 01 nov 2023 */
.diensten-dlt-form-sec .form-wrap .form-main .form-title h2 {
	margin-bottom: 4rem;
}

.diensten-dtl-top-content p{
	line-height: 2.5rem;
	letter-spacing: 0.32px;
	max-width: 53rem;
	width:100%;
}

/* vacature css start here 31 Oct 2023 */
.vacature-upper-area{
	padding: 10rem 0 7.3rem;
	background-color: #0A1520;
}

.vacature-upper-area h2{
	color: #fff;
	line-height: 5rem;
	font-family: 'lama_sansregular';
	margin-bottom: 5rem;
}

.vacature-upper-btn{
	border-bottom: 1px solid rgba(255, 255, 255, 0.30);
	padding-bottom: 3rem;
}

.vacature-upper-btn ul{
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

.vacature-upper-btn ul li{
	margin-right: 1rem;
	padding: 1.5rem 3rem;
	border: 1px solid rgba(255, 255, 255, 0.30);
	border-radius: 1rem;
	background-color: transparent;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	transition: all .5s;
	-webkit-transition: all .5s;
}

.vacature-upper-btn ul li a{
	color: #fff;
	font-size: 1.8rem;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.vacature-upper-btn ul li:hover{
	border-color: #0073CA;
	background-color: #0073CA;
}

.vacature-upper-area p{
	color: rgba(255, 255, 255, 0.30);
	line-height: 2.8rem;
	margin-top: 2rem;
}

.vacature-list-area{
	padding: 10rem 0 7rem;
}

.each-vacatures-box{
	margin-bottom: 5rem;
}

.each-vctr-lft-img{
	padding-right: 8rem;
}

.each-vctr-lft-img img{
	border-radius: 6rem 0 6rem 0;
}

.each-vctr-rgt-txt h3{
	font-family: 'lama_sanssemibold';
	color: #0A1520;
	line-height: 4.7rem; 
}

.each-vctr-rgt-txt p{
	margin: 4rem 0 5rem;
	color: #0A1520;
	letter-spacing: 0.32px;
	line-height: 2.5rem;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* vacature details css start here */
.form-sec{
	background-color: #F5F8FA;
	padding: 10rem 0 9rem;
}

.form-sec .form-title h2{
	line-height: 6.7rem;
	letter-spacing: 0.48px;
	margin-bottom: 5rem;
	margin-top: -3rem;
}

.form-sec .form-title h2 span{
	color: #0063AE;
}

.form-sec .form-group {
    margin-bottom: 1.4rem;
	margin-right: 1.2rem;
}

.form-sec .form-styl {
	background-color: transparent;
	border: 1px solid rgba(10, 21, 32, 0.20);
}

.form-main .common-btn{
	margin-top: 3rem;
	margin-right: 1rem;
}

.photo-upld {
    cursor: default;
}

.photo-upld .float-end {
   border: 1px solid rgba(32, 38, 51, 0.20);
	padding: 0.5rem 1.2rem;
	font-family: 'lama_sansmedium';
	margin-top: -0.5rem;
	border-radius: 5px;
	margin-right: -1.5rem;
	font-size: 1.8rem;
}

.form-sec.vacature-dtl-form-sec .txt-area-outer{
	height: calc(100% - 25rem);
}
/* contact page css 01 nov 2023 */
.contact-upper-image {
    width: 100%;
    height: 65rem;
}

.contact-opening-area{
	background-color: #0A1520;
}

.contact-opening-area .home-mid-bottom-comtent h4{
	font-family: 'lama_sanssemibold';
}

.contact-opening-area .home-mid-bottom-comtent a{
	color: #fff;
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-family: 'lama_sansregular';
	margin-top: 3rem;
	display: inline-block;
}

.contact-opening-area .home-mid-bottom-comtent a:hover{
	color: #0063AE;
}
.contact-mid-white-box{
	background-color: #F5F8FA;
}

.contact-btm-area{
	margin-top: -5rem;
	position: relative;
	z-index: 1;
	background: #F5F8FA
}

.contact-btm-area::after{
	content: "";
	position: absolute;
	background-color: #fff;
	width:100%;
	height: 86%;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.form-sec .txt-area-outer{
	height: calc(100% - 9rem);
}
.form-sec .txt-area-outer textarea{
    min-height: 100%;
}





/* ============ aanbod-dtl ============== */
.aanbod-dtl-back-btn {
	text-align: end;
}
.aanbod-dtl-banner {
	background-color: #0A1520;
}
.aanbod-dtl-banner-img, .each-aanbod-dtl-img {
	border-radius: 10px;
	overflow: hidden;
}
.aanbod-dtl-banner {
	padding-top: 2rem;
}
/* .aanbod-dtl-banner .col-xl-8 {
	width: 59%;
} */
.aanbod-dtl-banner-top {
	margin-bottom: 2.5rem;
}
.aanbod-dtl-banner-top h4 {
	text-transform: uppercase;
	font-size: 2.4rem;
	color: #fff;
	letter-spacing: 1.68px;
	line-height: 3.4rem;
}
.aanbod-dtl-banner-top h6 {
	font-size: 1.6rem;
	font-family: 'lama_sansregular';
	line-height: 22.4px;
	letter-spacing: 0.32px;
	margin: 2.5rem 0 2rem;
	color: #fff;
}
.aanbod-dtl-banner-top table{
	white-space: nowrap;
}
.aanbod-dtl-banner-top td {
    display: inline-block;
    padding-right: 2rem;
    font-size: 1.6rem;
    font-family: 'lama_sanssemibold';
    color: #A8A8A8;
}	
.aanbod-dtl-banner-top td:last-child {
	padding-right: 0;
}
.aanbod-dtl-banner-top td img {
    margin-right: .5rem;
}
.aanbod-dtl-banner-slider .common-arrow{
	width: 4rem;
	height: 4rem;
	background: #fff;
}
.aanbod-dtl-images{
	margin-top: 2rem;
}
.each-aanbod-dtl-img {
	margin-right: 1rem;
	border-radius: 10px;
	overflow: hidden;
}
.each-aanbod-dtl-img:last-child {
	margin-right: 0;
}
.show-car{
	display: none;
}
.add {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(49, 49, 49, 0.64) 0%, rgba(49, 49, 49, 0.64) 100%);
}
.add h4 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% ,-50%);
	font-family: 'lama_sanssemibold';
	color: #fff;
	cursor: pointer;
	font-size: 2.4rem;
}
.aanbod-dtl-right h6 {
	font-size: 1.6rem;
	font-family: 'lama_sansbold';
	margin-top: 4rem;
	margin-bottom: 2rem;
	color: #fff;
}
.aanbod-dtl-right .trans-btn {
	border-color: rgba(10, 21, 32, 0.2);
	color: #0A1520;
	margin-bottom: 1rem;
	max-width: initial;
	text-align: left;
}
.aanbod-dtl-right .akker_btn_cls.trans-btn:hover {
	border: 2px solid #FF912F;
	background-color: rgba(255, 145, 47, 0.20);
}
.aanbod-dtl-right h3 {
	font-size: 3.4rem;
	color: #fff;
	font-family: 'lama_sansbold';
	margin-top: 2.5rem;
	margin-bottom: 1.6rem;
}
.aanbod-dtl-right .akker_btn_cls {
	max-width: initial;
}
.aanbod-dtl-right .akker_btn_cls:hover {
	background-color: #FF912F;
    border-color: #FF912F;
}
.aanbod-dtl-right ul {
	border-radius: 6rem 0 6rem 0;
	border: 1px solid rgba(255, 255, 255, 0.20);
	padding: 3.5rem 2.8rem;
	/* margin-top: 5.2rem; */
}
.aanbod-dtl-right li {
	margin-bottom: 2.7rem;
	color: #fff;
	font-family: 'lama_sansmedium';
	line-height: 25.28px;
	letter-spacing: 0.32px;
	font-size: 1.6rem;
	position: relative;
	padding-left: 3.5rem;
}
.aanbod-dtl-right li:last-child {
	margin-bottom: 0;
}
.aanbod-dtl-right li::after{
    content: "";
    position: absolute;
    background-image: url(../images/dtl-tick.svg);
    background-position: center center;
    background-size: 1.4rem;
    background-repeat: no-repeat;
    left: 0;
    width: 1.4rem;
    height: 1.4rem;
    top: 0.6rem
}
.aanbod-dtl-right li span {
	color: #FF912F;
}
.aanbod-dtl-btm {
	margin-top: 5.8rem;
	border-radius: 6rem 0 6rem 0;
	background-color: rgba(0, 115, 202, 0.87);
	padding: 3rem 4rem 4.5rem;
	margin-bottom: -14rem;
}
.aanbod-dtl-btm h3 {
	color: #fff;
	line-height: 50.58px;
	letter-spacing: 0.36px;
	margin-bottom: 1.5rem;
	font-family: 'lama_sansmedium';
	
}
.aanbod-dtl-btm h3 span {
	color: #fff;
}
.aanbod-dtl-btm h6 {
	font-size: 1.6rem;
	line-height: 25.28px;
	letter-spacing: 0.32px;
	font-family: 'lama_sansregular';
	color: #fff;
}
.aanbod-dtl-btm a {
	color: #fff;
	font-family: 'lama_sansmedium';
	font-size: 1.8rem;
	letter-spacing: 0.32px;
	text-decoration: underline;
}
.aanbod-dtl-btm img {
	margin-right: 1.5rem;
	margin-bottom: 0.2rem;
}
.aanbod-dtl-btm p {
	margin-top: 3rem;
	color: rgba(255, 255, 255, 0.70);
}
.aanbod-dtl-btm-btn .akker_btn_cls {
	max-width: initial;
	margin-bottom: 2rem;
	text-decoration: none;
	color: #fff;
}
.aanbod-dtl-btm-btn .akker_btn_cls:hover {
	background-color: #FF912F;
    border-color: #FF912F;
}
.aanbod-dtl-btm-btn .akker_btn_cls.trans-btn {
	border-radius: 10px;
	border: 1px solid rgba(10, 21, 32, 0.20);
	color: #0A1520;
	text-decoration: none;
}
.aanbod-dtl-btm-btn .akker_btn_cls.trans-btn:hover {
	border: 2px solid #0084FF;
	background: rgba(26, 123, 255, 0.20);
}
.dtl-tab-sec {
	padding: 22rem 0 6rem;
}
.dtl-tab-content-heading h3 {
	margin-bottom: 4.5rem;
	line-height: 33.28px;
	font-family: 'lama_sanssemibold';
}
.dtl-tab-sec .each-tab-content {
    margin-bottom: 7.5rem;
}
/* .each-tab-content .col-lg-3 {
	width: 20%;
} */
.each-Kenmerken-tab-content {
	border-bottom: 1px solid #C6CBCE;
	padding-bottom: 5rem;
}
.each-Kenmerken {
	border-radius: 10px;
	border: 1px solid rgba(10, 21, 32, 0.20);
	overflow: hidden;
	padding: 0.7rem 2rem 2rem;
	margin-bottom: 2rem;
}
.each-Kenmerken h6 {
	color: #A8A8A8;
	font-family: 'lama_sanssemibold';
	font-size: 1.6rem;
	line-height: normal;
	margin-top: 1.5rem;
}
.each-Kenmerken h5 {
	font-family: 'lama_sanssemibold';
	line-height: normal;
}
.bullet-panel .tab_heading {
	padding-bottom: 2rem;
}
.bullet-panel h4 {
    border-bottom: 1px solid #0A1520;
    padding-bottom: 2rem;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.4rem;
    position: relative;
	font-family: 'lama_sansregular';
	color: #0A1520;
	line-height: 30.8px;
	letter-spacing: 0.32px;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.6rem;
    position: absolute;
    top: 1.1rem;
    left: 0;
    content: '';
    width: 1rem;
    height: 1rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.each-tab-content:last-child {
	margin-bottom: 0;
}
.aanbod-dtl-product-slider {
	padding: 8rem 0;
}

.aanbod-dtl-product-slider .product-heading {
	margin-top: 0;
	text-align: center;
}
.aanbod-dtl-product-slider .common-arrow{
	top: -3rem !important;
}

/* aanbod detalis */
.aanbod-dtl-right-down-txt{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 4rem 0;
}

.aanbod-dtl-right-down-txt h3{
	margin: 0;
}

.aanbod-dtl-right-down-txt h6{
	margin: 0;
}

.aanbod-dtl-right .common-btn{
	width:100%;
	margin-bottom: 1rem;
	border: 2px solid rgba(255, 255, 255, 0.20);
	text-align: left;
}

.aanbod-dtl-right .common-btn:hover{
	border: 2px solid rgba(0, 82, 144, 0.60);
	background: rgba(0, 82, 144, 0.60);
	color: #fff;
	
}

.aanbod-dtl-btm-btn .common-btn{
	width: 100%;
	margin-bottom: 1rem;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 0.20);
	color: #fff;
}

.aanbod-dtl-btm-btn .common-btn:hover{
	background-color: #005290;
	border: 1px solid #005290;
}

.aanbod-dtl-right-down-txt h6{
	color: rgba(255, 255, 255, 0.75);
	font-size: 1.7rem;
	line-height: normal;
}

.aanbod-dtl-right-down-txt h6 span{
	font-size: 1.4rem;
	font-family: 'lama_sansmedium';
}

.aanbod-dtl-btm a span{
	font-size: 1.6rem;
    line-height: 25.28px;
    font-family: 'lama_sansregular';
}

.back-btn .border-btn:hover {
    background-color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/*  ============ popup ==============  */
.modal-area .modal-dialog {
    max-width: 64%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background-color: rgba(10, 21, 32, 0.80);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 60px 0;
	overflow: hidden;
    background-color: #fff;
	position: relative;
	padding: 2.3rem;
}
.modal-area .pop-up-image {
	border-radius: 30px 0;
	overflow: hidden;
}
.modal-area .popup-content p {
    margin: 2rem 0 2.6rem;
    max-width: 50rem;
	width: 100%
}
.modal-area .popup-content {
    padding: 6.7rem 6.5rem 6.5rem;
    background-color: #fff;
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
	position: absolute;
    top: 36px;
    border-radius: 40px;
    right: 36px;
    z-index: 1;
    font-size: 2.2rem;
    height: 4rem;
    width: 4rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0A1520;
    font-family: 'lama_sansregular';
}
.close-img:hover {
	color: #0A1520;
}
/*******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{
	margin-bottom: 3rem;
}
.star_icon h4{
    padding-bottom: 10px;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    text-transform: uppercase;
    display: inline-block;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    color: black;;
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
a.reset_btn{
	color: #fff;
	float: right;
}
.privacy_section{
	padding: 5% 3%;
}
.form-sec .txt-area-outer.formtext-height{
	height: calc(100% - 1.5rem);
}
.form-1, .form-2 {
	display:none;
}
.car-form{
	background-color: #fff;
}

.contact-opening-area .home-mid-top img{
	width: 3.5rem;
}
.contact-opening-area .home-mid-top .col-lg-4{
	padding-left:4rem ;
	padding-right: 4rem;
	text-align: left;
	color: #fff;
}
.contact-opening-area .home-mid-top .col-lg-4 a{
	color: #fff;
}
.form-sec .txt-area-outer.vac-formtext-height{
	height: calc(100% - 9rem);
}
.footer-site-logo img{
	background: none;
	border: none;
	width: 100%;
	padding: 0;
	border-radius: 0;
}
#leasen .calculator_iframe {
    height: 700px;
	width: 100%;
}
.each-list-box-img{
	height: calc(100% - 2rem);
	overflow: hidden;
	border-radius: 0 0 4rem 4rem;
	position: relative;
}
.each-list-box-img img{
	height: 100%;
	object-fit: cover;
}
.each-list-box-content{
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	transform: translate(-50% , -50%);
	padding: 4rem 2rem;
	width: 100%;
	z-index: 9999;
}
.each-list-box-content h3{
	color: #fff;
	text-transform: uppercase;
}
.each-list-box-content p{
	margin: 3rem 0;
	color: #fff;
}
.each-list-box-img::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color:rgba(0, 0, 0, 0.6);
	z-index: 1;
}
.translation-links img{
	width: 20px;
}
.active_flag img{
  -webkit-box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5);
}
#google_translate_element {
    height: 0;
    overflow: hidden;
}
.skiptranslate {
    height: 0;
    overflow: hidden;
    visibility: hidden !important;
}
body {top: 0 !important;}
.fixed-wp {
  background-color: #1f763f !important;
  border-color: #1f763f !important;
  width: 100%;
  padding: .8rem;
  border-radius: .5rem;
  margin-bottom: 1rem;
  column-gap: .5rem;
}
.fixed-wp .wp-bttn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: .5rem;
  max-width: 100%;
  text-decoration: none;
}
.fixed-wp span {
  background-color: #25D366;
  height: 4.6rem;
  width: 4.6rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-wp img{
	margin-right: 0;
	margin-bottom: 0;
  }
.fixed-wp-part-info {
  margin: auto;
}
.fixed-wp-part-info h6 {
  font-size: 1.8rem;
  color: #fff;
  font-family: 'lama_sansmedium';
}
	.fixed-wp img {
		width: 2rem;
	}