@import "fonts.css";
@import "common-class.css";
body {
	padding: 0;
	margin: 0;
	font-family: 'lama_sansregular';
	background: rgba(0, 0, 0, 0.1);
	color: #1B1313;
	font-size: 1.6rem;
}
html {
    font-size: 62.5%;
    height: auto !important;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
.grecaptcha-badge{
	display:none;
}
.cursor{
	cursor: pointer;
}
/*=======header=======*/
.header-area{
	position: fixed;
	padding: 2.4rem 0;
	width: 100%;
	z-index: 99;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.logo{
	max-width: 23rem;
}
.header-logo img{
	width: 15rem;
}
.menu-icon{
	margin-left: .75rem;
  	margin-right: 0 !important;
  	margin-top: -.2rem;
}
.header-area .menu-icon div, 
.header-area .menu-icon div::after, 
.header-area .menu-icon div::before{
	background: #fff;
}
.header-area .menu-area li a{
	font-family: 'lama_sanslight';
	font-size: 4.8rem;
	color: rgba(143, 143, 143, 0.99);
}
.menu-area{
	top: 0;
}
.menu-social ul{
	display: flex;
	left: 0;
	position: relative;
	width: 100%;
	z-index: 55;
	column-gap: 1rem;
}
.header-area .menu-area li a:hover, .header-area .menu-area li a.active{
	opacity: 1;
	color: #fff;
}
.active-2{
	left: 0;
}
.menu-area{
	left: -100%;
}
.menu-area.active{
	left: 0px;
}
.menu-wrap{
	background: linear-gradient(180deg, rgba(27, 27, 27, 0.60) -9.37%, rgba(27, 27, 27, 0.50) 100%);
	top:0 ;
	position: relative;
	height: 100vh;
	width: 100%;
}

.menu-wrap::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	content: "";
	background: linear-gradient(180deg, rgba(27, 27, 27, 0.60) -9.37%, rgba(27, 27, 27, 0.50) 100%);

}
.active-2 .menu-wrap{
	left: 0;
	top: 0;
	height: 0;
	width: 100%;
}
.header-area .menu-area li a:after{
	width: 9.9rem;
	height: .1rem;
	position: absolute;
	right: -12rem;
	content: '';
	background: #fff;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
}
.header-area .menu-area li a:hover:after, 
.header-area .menu-area li a.active:after{
	opacity: 1;
}
.header-area.stiky{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #1B1B1B;
}
.menu-icon-wrap.active div{
	background-color: transparent;
}
.menu-mid ul {
	display: flex;
	justify-content:center;
	column-gap: 3rem;
	align-items: first baseline;
}
.menu-mid ul .dropdown{
	color: #fff;
	line-height: normal;
}
.menu-mid ul .dropdown ,
.menu-mid li a{
	text-transform: uppercase;
	font-size: 1.4rem;
	font-family: 'lama_sansmedium';
}
.menu-mid li a{
	color: #fff;
	position: relative;
}
.menu-mid li a:after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu-mid li a:hover:after{
	width: 100%;
}
.menu-mid .dropdown a:after{
	display: none;
}
.header-area .dropdown{
	position: relative;
}
.header-area .dropdown:after {
    width: 2rem;
    height: 2rem;
    content: "";
    background-image: url(../images/down.svg);
	background-size: 1rem;
	background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    position: absolute;
  	right: -2rem;
  	top: 50%;
  	transform: translateY(-50%);
}
.header-area .dropdown:hover::after{
	opacity: 1;
}
.menu-mid ul .dropdown:hover  .dropdown-menu{
	display: block;
}
.dropdown-menu{
  	border: 0;
  	border-radius: 0;
  	background: transparent;
}
.dropdown-item{
	background-color: #8CC63F;
	padding: .65rem 1.2rem;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.dropdown-item:last-child{
	border-bottom: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  	color: #1e2125;
  	background-color: #D8EDBC;
}
.menu-icon-wrap{
	max-width: 10.7rem;
  	padding: .75rem 0;
	margin-right: 0;
	margin-left: auto;
	border: 1px solid #F7FAF6;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	font-family: 'lama_sansmedium';
	font-size: 1.4rem;
	color: #fff;
	justify-content: center;
	width: 100%;
}
.menu-icon-wrap div{
	background-color: transparent !important;
}
.inner-header{
	background: #1B1B1B;
	z-index: 99 !important;
	border-color: transparent;
}
.inner-header .each-line:nth-child(2){
	background-color: transparent;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
.menu-area.active .left-menu li {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  display: block;
}
/* ************** home *************** */
.home-banner{
	overflow: hidden;
	height: 100vh;
}
.home-banner .swiper, .banner-bg, .banner-bg img{
	height: 100%;
}
.banner-bg img{
	object-fit: cover;
}
.banner-bg{
	position: relative;
}
.banner-bg::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: linear-gradient(180deg, rgba(27, 27, 27, 0.60) -9.37%, rgba(27, 27, 27, 0.50) 100%);
	z-index: 1;
}
.left-menu{
	position: relative;
	z-index: 99;
}
/* ***********vertical-line**************** */
.vertical-line{
	display: flex;
	justify-content: space-around;
    position: absolute;
    left: 0;
    top: 0;
	height: 100%;
    width: 100%;
	z-index: -1;
}
.each-line{
	height: 100%;
	width: 1px;
	background-color:rgba(255, 255, 255, 0.1);
	position: relative;
}
.each-line:first-child{
	left: 3%;
}
.each-line:last-child{
	right: 0;
}
.line{
	position: relative;
	z-index: 5;
}
.banner-top-content{
	position: absolute;
	left: 16%;
	top: 50%;
	z-index: 5;
	transform: translateY(-50%);
	max-width: 122rem;
	width: 100%;
}
.banner-top-content p{
	color: #fff;
	font-family: 'lama_sansmedium';
	font-size: 1.4rem;
	margin-bottom: 2rem;
}
.banner-top-content h1{
	color: #fff;
}
.home-banner .vertical-line{
	z-index: 5;
	pointer-events: none;
}
.home-banner .each-line:nth-child(2){
	height: calc(100% - 9.5rem);
	margin-top: auto;
	margin-bottom: 0;
}
.banner-socila ul{
	display: flex;
	column-gap: 1rem;
}
.each-banner-right{
	background: rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(5px);
	padding: 3.2rem 3rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-banner-right:hover{
	background: #8CC63F;
}
.each-banner-right p{
	color: #fff;
}
.each-banner-right p span{
	color: #fff;
	font-family: 'lama_sanssemibold';
}
.each-banner-right img{
	width: 2.6rem;
}
.banner-btm{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	width: 100%;
}
.each-banner-right .row{
	position: relative;
}
.each-banner-right .row::after{
	position: absolute;
	right: 0;
	top: 50%;
	height: 2rem;
	width: 2rem;
	background-size: 2rem;
	background-image: url(../images/right-arrow.svg);
	background-position: center;
	content: "";
	background-repeat: no-repeat;
	transform: translateY(-50%);
}
.banner-right{
	margin-left: 5%;
}
/* ******** product-section ******* */
.home-product .vertical-line{
	height: 80%;
}
.home-product .each-line:first-child{
	background-color: transparent;
}
.home-product .each-line{
	background-color: rgba(0, 0, 0, 0.15);
}
.home-product{
	background: #FAFAFA;
	padding: 12rem 0 8.4rem;
}
.product-heading{
	max-width: 50rem;
}
.product-heading h2{
	margin-bottom: 1.2rem;
}
.product-slider{
	background: #FAFAFA;
	padding: 7.4rem 0 0;
}
.product-slider .swiper a{
	color: inherit;
}
.product-content-top{
	position: relative;
	background-color: #fff;
	padding: 0 2rem 2rem ;
}
.product-slider-btn{
	text-align: center;
	margin-top: 5.8rem;
}
.product-content li{
	padding:.8rem 1.4rem ;
	background: #D8EDBC;
	font-family: 'lama_sansmedium';
	font-size: 1.4rem;
	color: #1B1B1B;
}
.product-content ul{
	display: flex;
	column-gap: 1.5rem;
	width: auto;
	justify-content: end;
	top: -2rem;
	position: relative;
}
.product-content-top h6{
	font-size: 1.6rem;
	line-height: 20px;
	max-width: 39rem;
	margin-bottom: 1rem;
	height: 4rem;
  	overflow: hidden;
}
.product-content-top p {
	color: rgba(27, 27, 27, 0.6);
	font-family: 'lama_sansmedium';
}
.home-product .swiper-button-next{
	right: -4rem;
}
.home-product .swiper-button-prev{
	left:-4rem;
}
/* ************ home-service-section ******* */
.home-service-sec{
	background: #1B1B1B;
	padding: 13rem 0 0;
}
.service-heading{
	margin-bottom: 11rem;
}
.service-heading h2{
	color: #FFFFFF;
}
.service-heading p{
	color: #fff;
	margin-top: 1.5rem;
}
.home-service-content{
	padding-left: 3rem;
}
.home-service-content h6{
	color: #FFF;
}
.home-service-content p{
	color:rgba(255, 255, 255, 0.8);
	max-width: 40rem;
	margin-top: 1.4rem;
	margin-bottom: 5rem;
	/* display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
}
.home-serive-img{
	margin:0 2rem ;
	overflow: hidden;
	height: 100%;
}
.home-serive-img img{
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition:  all 0.5s;
}
.each-service img:hover{
	transform: scale(1.1);
}
.each-service .col-lg-4.offset-2{
	padding-left: 2rem;
}
.each-service a{
	margin: 2.8rem 0;
	display: block;
	height: calc(100% - 5rem);
}
.each-service {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.home-service-sec-btm {
	background: #1B1B1B;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 5.3rem 0 4.2rem;
}
.home-service-sec-btm .row{
	max-width: 91rem;
	margin: auto;
}
.home-service-sec-btm h5{
	color: #FFFFFF;
}
/* ******** home-about ****** */
.home-about-right{
	position: relative;
	padding-left: 35%;
	height: 63rem;
}
.home-about-right img {
	height: 100%;
	object-fit: cover;
}
.home-about-lft-right-btm {
	position: absolute;
	bottom: -10rem;
	width:34rem;
	height: 54rem;
	left: 0;
}
.home-about-lft{
	max-width: 58rem;
	padding-right: 2rem;
}
.home-about-sec{
	background: #FAFAFA;
	padding-top: 12rem;
	padding-bottom: 16rem;
}
.home-about-lft-top p{
	margin: 2.2rem 0;
}
.home-about-lft-top{
	margin-bottom: 2.4rem;
}
.home-about-lft-btm{
	padding-top: 4rem;
}
.home-about-lft-btm ul{
	display: flex;
	flex-direction: column;
	row-gap: 2.5rem;
}
.home-about-lft-btm li{
	border: 1px solid #DFDFDF;
	background: #FAFAFA;
	padding: 2.7rem 6rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.home-about-lft-btm li:hover{
	background: #D8EDBC;
	border-color: #D8EDBC;
}
.home-about-lft-btm li h6{
	position: relative;
}
.home-about-lft-btm li p{
	font-size: 1.4rem;
}
.home-about-lft-btm li h6::after{
	position: absolute;
	left: -4rem;
	top: 1rem;
	height: 2rem;
	width: 2rem;
	background-size: 2rem;
	content: "";
	background-image: url(../images/tick.svg);
	background-repeat: no-repeat;

}
.home-about-lft-btm .black-button{
	margin-top: 5rem;
}

/* ********** footer ****** */
.footer-area{
	background-color: #1B1B1B;
	padding: 11rem 0 0 0;
}
.footer-top h2{
	color: #8CC63F;
}
.wp-icon img{
	width: 2.4rem;
}
.footer-wp{
	max-width: 24rem;
	background-color: #fff;
	padding: 1.1rem 1.3rem;
	margin-top: 5rem;
}
.wp-icon{
	display: flex;
	height: 4.5rem;
	width: 4.5rem;
	justify-content: center;
	align-items: center;
	background-color:#62D358 ;
	border-radius: 50%;
}
.footer-wp p{
	color: #071116;
	font-family: 'lama_sansmedium';
}
.insta-section{
	margin: 9.2rem 0;
}
.footer-logo img{
	width: 12rem;
}
.footer-btm-sec {
	padding: 5.4rem 0 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1) ;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1) ;
}
.each-footer h6{
	color: #fff;
	font-size: 1.6rem;
	font-family: 'lama_sansmedium';
	margin-bottom: 1.5rem;
}
.footer-btm-sec p ,
.footer-btm-sec a{
	color: rgba(255, 255, 255, 0.5);
}
.footer-btm-sec a:hover{
	color: #fff;
}
.footer-right{
	display: flex;
	justify-content: space-between;
	column-gap: 1.5rem;
}
.footer-right .each-footer li {
	color: #fff;
}
.footer-right .each-footer{
	width: 23rem;
}
.footer-right .each-footer li img{
	width: 1.8rem;
}
.footer-right .each-footer ul{
	display: flex;
	column-gap: 1.7rem;
}
.footer-social{
	padding-top: 1.6rem;
	padding-bottom: 1.6rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 11rem;
}
.footer-area .vertical-line .each-line{
	background-color: rgba(255, 255, 255, 0.10);;
}
/* *************** diemstine **************** */
.banner-img{
	height: 50rem;
	position: relative;
}
.banner-img::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: linear-gradient(180deg, rgba(27, 27, 27, 0.60) -9.37%, rgba(27, 27, 27, 0.50) 100%);
	z-index: -5;
}
.inner-banner {
	position: relative;
	overflow: hidden;
}
.inner-banner .each-line{
	background-color: rgba(255, 255, 255, 0.3);
}
.inner-banner .banner-top-content{
	top: 55%;
	transform: translateY(-50%);
}
.diesten-top p{
	max-width: 53rem;
	margin:  0 auto;
}
.diesten-top .each-line:last-child ,
.diesten-top .each-line:first-child{
	background-color: transparent;
}
.diesten-top .each-line{
	background: rgba(0, 0, 0, 0.15);
}
.diesten-top{
	background: #FAFAFA;
	padding: 7.5rem 0 6.6rem;
}
.diesten-list{
	background: #FAFAFA;
}
.diesten-img{
	height: 61rem;
	margin: 5rem 10rem 5rem 0;
	overflow: hidden;
}
.diesten-img img{
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.diesten-content{
	background: #FAFAFA;
	margin-left: 10rem;
}
.diesten-content h6{
	color: #1B1313
}
.diesten-content p {
	width: 100%;
	max-width: 41rem;
	margin: 1.5rem 0 5.1rem;
	display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	color: rgba(27, 19, 19, 0.80);
}
.diesten-list .each-line{
	background: rgba(0, 0, 0, 0.10);
}
.diesten-list a{
	display: block;
	border-top:1px solid  rgba(0, 0, 0, 0.10);
}
.diesten-list a:hover img{
	transform: scale(1.1);
}
.diesten-list .bordered-bottom{
	color: #1B1313;
	border: 1px solid #1B1313;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.diesten-list .bordered-bottom:active, .diesten-list .bordered-bottom:focus, .diesten-list .bordered-bottom:hover {
  background: #8CC63F;
  border-color: #8CC63F;
  color: #fff;
}
.diesten-list a:nth-child(even) .diesten-img{
	margin-right: 0;
	margin-left: 10rem;
}
.diesten-list a:nth-child(even) .diesten-content{
	/* margin-right: 10rem; */
	margin-left: 0;
}
/* ************** diesten-dtl  ******** */
.back-button{
	background: #FAFAFA;
	padding-top: 8rem;
	margin-bottom: -3rem;
}
.text-btn{
	position: relative;
	color: #111;
	padding-left: 3rem;
}
.text-btn:hover{
	color: #8CC63F;
}
.text-btn:hover::after{
	filter: invert(0) brightness(1);
}
.text-btn::after{
	position: absolute;
	left: 0;
	transform: translateY(-50%);
	top: 50%;
	height:1.4rem;
	width: 1.4rem;
	background-image: url(../images/text-btn-arrow.svg);
	background-size: 1.4rem;
	background-repeat: no-repeat;
	content: "";
	filter: invert(1) brightness(0);
}
.diesten-dtl-top-sec{
	background: #FAFAFA;
	padding-bottom: 10rem;
}
.diesten-dtl-content{
	padding-top: 8rem;
}
.diesten-dtl-content p{
	max-width: 56rem;
	margin: 1.9rem 0 3.8rem;
	padding-right: 1rem;
}
.diesten-dtl-top-img {
	height: 100%;
}
.diesten-dtl-top-img img{
	height: 100%;
	object-fit: cover;
}
.diesten-dtl-btm-img {
	height: 25rem;
}
.diesten-dtl-btm{
	margin-top: 7rem;
}
.diesten-dtl-btm-img img{
	height: 100%;
	object-fit: cover;
}
.diesten-dtl-btm-content p{
	width: 100%;
	max-width: 56rem;
	margin-left: auto;
	margin-right: 0;
	padding: 6.3rem 0;
}
.diesten-dtl-mid-sec {
	background: #1B1B1B;
	padding-top: 10rem;
}
.diesten-dtl-mid-sec .each-line{
	background-color: rgba(255, 255, 255, 0.1);
}
.diesten-dtl-mid-sec .each-line:nth-child(1){
	background-color: transparent;
}
.diesten-dtl-mid-heading h5{
	max-width: 58rem;
	color: #FFF;
}
.diesten-dtl-mid-lft{
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 3.7rem 0;
}
.diesten-dtl-mid-lft h6{
	color: #fff;
}
.diesten-dtl-mid-lft p{
	color: rgba(255, 255, 255, 0.8);
}
.diesten-dtl-mid-img{
	padding-left: 4.7rem;
}
.diesten-dtl-mid-lft li span{
	font-family: 'lama_sansmedium';
	color: rgba(255, 255, 255, 0.60);
	font-size: 2.4rem;
}
.diesten-dtl-mid-lft tr{
	display: flex;
	flex-direction: column;
	row-gap: 6.2rem;
}
.diesten-dtl-mid-lft ul{
	display: flex;
	width: 100%;
	max-width: 50rem;
	column-gap: 2rem;
}
.diesten-dtl-mid-heading{
	margin-bottom: 4.5rem;
}
.diesten-dtl-form{
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.diesten-dtl-form-lft{
	padding: 10rem  19%  10rem  0;
}
.form-heading{
	color: #fff;
}
.form-heading p{
	margin: 3rem  0 4.2rem;
}
.diesten-dtl-form::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: linear-gradient(180deg, #1B1B1B 0%, rgba(27, 27, 27, 0.92) 49.34%, #1B1B1B 100%);
	z-index: -1;
}
.form-sec .akker_btn_cls{
	margin-top: 3rem;
}
.form-sec .form-styl {
	/* font-family: 'lama_sansmedium'; */
	border: 1px solid rgba(250, 250, 250, 0.50);
	background-color:transparent;
    padding: 1rem 1.2rem;
	color: #fff;
    border-radius: 0;
    font-size: 2rem;
    margin: 1rem 0;
	font-size: 1.6rem;
    resize: none;
}
 .form-sec .form-styl:focus {
	color: #fff;
	box-shadow: none;
}
.form-sec .form-styl:-ms-input-placeholder{
	color: rgba(255, 255, 255, 0.60);
	opacity: 1;
}
.form-sec .form-styl::placeholder{
	color: rgba(255, 255, 255, 0.60);
	opacity: 1;
}
.form-sec .textarea-control {
    min-height: 13rem;
}
.form-sec-wrap .akker_btn_cls{
	margin-top: 4rem;
}
.foto_upload{
	color: rgba(255, 255, 255, 0.60) !important;
}
.form-right {
	/* margin-left: 4rem; */
	border-left:1px solid rgba(255, 255, 255, 0.1) ;
	height: 100%;
	overflow: visible;
}
.form-right .footer-right{
	flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    align-items: center;
	border-bottom:1px solid rgba(255, 255, 255, 0.1)
}
.form-right .each-footer{
	padding: 5.6rem 0;
	position: relative;
	/* height: 33.33%; */
	height: 100%;
	align-items: center;
	display: flex;
}
.diesten-dtl-form .each-footer p ,
.diesten-dtl-form .each-footer a {
	color: rgba(255, 255, 255, 0.50);
}
.diesten-dtl-slider{
	padding: 10rem 0 12rem;
}
.diesten-dtl-slider-heading { 
	text-align: center;
	margin-bottom: 8.9rem;
}
.form-right .each-footer::after{
	position: absolute;
	left: -200%;
	bottom: 0;
	height: 1px;
	width: 100vw;
	content: "";
	background-color: rgba(255, 255, 255, 0.1);
}
.dtl-each-slider{
	position: relative;
	height:37rem;
}
.dtl-each-slider::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
	z-index: 0;
	transition: all 0.5s;
	-webkit-transition:all 0.5s;
}
.dtl-each-slider img{
	height: 100%;
	object-fit: cover;
}
.dtl-each-slider-content {
	position: absolute;
	left: 0;
	bottom: -100%;
	height: 100%;
	width: 100%;
	padding: 3.6rem;
	z-index: 1;
	transition: all 0.5s;
	-webkit-transition:all 0.5s;
}
.dtl-each-slider-content p{
	color: rgba(27, 19, 19, 0.80);
	display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	margin: 1rem 0 3rem;
}
.dtl-each-slider-content h6{
	color: #fff;
}
.dtl-each-slider:hover::after{
	height: 0;
}
.dtl-each-slider:hover .dtl-each-slider-content{
	bottom: 0;
	background: #D8EDBC;
	padding: 3.6rem 2.5rem;
}
.dtl-each-slider:hover h6{
	color: #1B1313;
}
.dtl-each-slider .akker_btn_cls {
	background-color: transparent;
	border: 1px solid #1B1313;
	color: #1B1313;
}
.diesten-dtl-slider .swiper-button-next{
	right: -5%;
}
.diesten-dtl-slider .swiper-button-prev{
	left: -5rem;
}
/* ************* overons  ********* */
.overons-top{
	padding: 10rem 0 ;
	background: #FAFAFA;
}
.overons-top-right{
	padding: 4rem 0 4rem 20%;
}
.overons-top-right h2{
	margin-bottom: 2rem;
}
.overons-top-lft {
	height: 62rem;
}
.overons-top-lft img{
	height: 100%;
	object-fit: cover;
}
.counter-sec .each-line{
	background:rgba(255, 255, 255, 0.1);
}
.counter-sec{
	background: #1B1B1B;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.counter-wrap{
	max-width: 108rem;
	margin: 0 auto;
	padding: 3.6rem 0 4.8rem;
}
.counter-sec p ,
.counter-sec h5{
	color: #fff;
}
.each-counter{
	max-width: 17rem;
	margin: 0 auto;
}
.counter-sec li{
	min-width: 14rem;
}
.counter-sec ul{
	display: flex;
	justify-content: space-between;
}
.overons-mid-sec {
	background: #1B1B1B;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.overons-mid-sec .each-line{
	background-color: rgba(255, 255, 255, 0.1);
}
.overons-mid-sec-lft{
	padding-right: 13rem;
}
.overons-mid-sec-lft h2{
	color: #fff;
}
.overons-mid-sec-lft p{
	color: #fff;
	max-width: 58rem;
	margin-top: 2rem;
}
.overons-mid-sec-img{
	height: 40rem;
	padding: 4rem 0 4rem  2rem;
}
.overons-mid-sec-img img{
	height: 100%;
	object-fit: cover;
}
.overons-btm{
	background: #1B1B1B;
}
.overons-btm .each-line{
	background:rgba(255, 255, 255, 0.1);
}
.overons-btm .home-service-content h6 span{
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 1rem;
	display: block;
}
.overons-btm .home-service-content p{
	margin-bottom: 0;
}
.overons-btm .home-service-content{
	padding-top: 7.4rem ;
	padding-bottom: 7.4rem ;
}
.overons-btm .home-service-content .align-middle{
	vertical-align: top !important;
}
.overons-btm .row{
	padding: 2.7rem 0;
}
.overons-btm .row.flex-row-reverse{
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.overons-slider{
	background: #FAFAFA;
	padding: 6rem 0 8rem;
}
.overons-slider-heading{
	max-width: 68rem;
	margin: 0 auto 5.7rem;
	text-align: center;
}
.overons-slider .swiper-wrapper{
	margin-left: -25%;
}
.each-overons-slider{
	overflow: hidden;
	height: 53rem;
}
.each-overons-slider img{
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-overons-slider:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
/* ********* contact ****** */
.contact-form{
	background-color: #FAFAFA;
}
.contact-form::after{
	display: none;
}
.contact-form .form-heading p ,	
.contact-form .form-heading h2{
	color: #1B1B1B;
}
.contact-form .form-right h6{
	color: #1B1B1B;
}
.contact-form .each-footer p, 
.contact-form .each-footer a, .contact-form .each-footer-content{
	color: rgba(27, 27, 27, 0.5);
}
.contact-form .each-footer::after{
	background-color:rgba(0, 0, 0, 0.15)
}
.contact-form .each-footer a:hover{
	color: #8CC63F;
}
.contact-form .form-styl {
	font-family: 'lama_sansmedium';
	border: 1px solid rgba(27, 27, 27, 0.5);
	background-color:transparent;
    padding: 1rem 1.2rem;
	color: #1b1b1b;
    border-radius: 0;
    font-size: 2rem;
    margin: 1rem 0;
	font-size: 1.6rem;
    resize: none;
}
 .contact-form .form-styl:focus {
	color: #1B1B1B;
	box-shadow: none;
}
.contact-form .form-styl:-ms-input-placeholder{
	color: rgba(27, 27, 27, 0.6);
}
.contact-form .form-styl::placeholder{
	color: rgba(27, 27, 27, 0.6);
}
.contact-form .textarea-control {
    min-height: 17rem;
}
.contact-form .akker_btn_cls{
	margin-top: 6rem;
}
.form-right-btn .bordered-bottom {
	border-color: #1B1313;
	color: #1B1313;
}
.form-btn ul{
	display: flex;
	column-gap: 1.2rem;
}
.form-btn .bordered-bottom{
	background-color: transparent;
	border: 1px solid rgba(27, 19, 19, 1);
	color: #1B1313;
}
.contact-form .form-right{
	border-left:  1px solid rgba(0, 0, 0, 0.15);
}
.contact-form .bordered-bottom img{
	margin-right: -1rem;
}
.map{
	height: 62rem;
	width: 100%;
}
.form-sec .form-styl:focus:-ms-input-placeholder{
	color: #1B1B1B;
}
.form-sec .form-styl:focus::placeholder{
	color: #1B1B1B;
}
.diesten-dtl-form .form-styl:focus:-ms-input-placeholder{
	color: #fff;
}
.diesten-dtl-form .form-styl:focus::placeholder{
	color: #fff;
}
/* ********** aanbod-dtl ********* */
.aanbod-dtl-back{
	padding-top: 20rem;
	background: #FAFAFA;
}
.aanbod-dtl-top{
	padding-top: 8rem;
	background: #FAFAFA;
	padding-bottom: 7.7rem;
}
.aanbod-dtl-product-slider{
	background: #FAFAFA;
}
.aanbod-dtl-top-heading-lft ul{
	display: flex;
	column-gap: .8rem;
	margin-top: 3.6rem;
}
.aanbod-dtl-top-heading-lft li{
	padding: 1.2rem;
	background: #D8EDBC;
	font-family: 'lama_sansmedium';
	font-size: 1.4rem;
}
.aanbod-dt-slider-sec .swiper-slide-active img{
	height: 100%;
	object-fit: cover;
}
.aanbod-dtl-top-heading-lft li img{
	margin-right: 1rem;
	width: 1.5rem;
}
.aanbod-dtl-top-heading-lft h5 span{
	color:rgba(140, 198, 63, 1);
	font-size: 2.4rem;
}
.aanbod-dt-slider-sec{
	background: #FAFAFA;
	margin-top: 1rem;
}
.aanbod-dtl-slider-lft, .aanbod-dtl-slider-right{
	padding: 5px;
}
.aanbod-dtl-slider-top{
	margin: 0 -5px;
}
.aanbod-dtl-slider-right img{
	height: 100%;
	object-fit: cover;
}
.aanbod-dtl-slider-top hr {
	opacity: 1;
	margin:5.8rem 0 4.8rem;
	background: rgba(0, 0, 0, 0.2);
}
.aanbod-dtl-slider-btm-right{
	width: calc(100% + 6rem);
}
.each-dtl-img{
	height: 100%;
}
.aanbod-contact img{
	width: 1.7rem;
	margin-right: 1.1rem;
}
.aanbod-contact a{
	color: #1B1313;
	font-family: 'lama_sansmedium';
}
.aanbod-contact a:hover{
	text-decoration: underline;
}
.aanbod-contact ul{
	display: flex;
	column-gap: 3.3rem;
}
.aanbod-contact-btn ul{
	display: flex;
	column-gap: 1.5rem;
	justify-content: end;
}
.aanbod-contact-btn .bordered-bottom{
	border: 1px solid #1B1313;
	color: #1B1313;
}
.aanbod-contact-btn .bordered-bottom:hover, .aanbod-contact-btn .bordered-bottom:focus{
	border: 1px solid #8CC63F;
	color: #fff;
}
.aanbod-dtl-slider-btm-lft ul{
	display: flex;
	justify-content: end;
	column-gap: 3.6rem;
}
.aanbod-dtl-slider-btm-lft img{
	width:1.7rem ;
}
.aanbod-dtl-slider-btm-lft a{
	color: #1B1313;
	display: flex;
	column-gap: 1.1rem;
	align-items: center;
}
.aanbod-dtl-slider-btm-lft span{
	display: flex;
	height: 4.1rem;
	width: 4.1rem;
	align-content: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid rgba(27, 19, 19, 0.5);
}
/*========================= aanbod-dtl-tab =========================*/
/****dtl-tab-sec****/
.dtl-tab-sec{
	padding: 4.3rem 0 2rem;
	background-color: #1B1B1B;
	overflow-x: clip;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tab-btn {
    margin-bottom: 32px;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
	font-family: 'lama_sansmedium';
	background-color: transparent;
    border: 0;
	font-size: 24px;
	font-weight: 500;
	text-transform: none;
    color: rgba(255, 255, 255, 0.5);
	line-height: 20px;  
    letter-spacing: normal;
	width: 100%;
	padding: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
	font-family: 'lama_sansmedium';
    font-size: 1.6rem;
    margin: 0;
    word-break: break-word;
    margin-right: 7.3rem;
    margin-bottom: 1rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child{
	margin-right: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover ,
.tab-btn .nav-tabs .nav-item .nav-link.active {
	color: #8CC63F;

}
/****dtl-tab-content****/
.kenmerken-tab ul li {
	font-family: 'lama_sansregular';
	color: #fff;
	font-size: 1.6rem;
	width: 24%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 1rem;
}
.kenmerken-tab li:nth-child(odd){
	position: relative;
	font-family: 'lama_sansmedium';
	padding-left: 13px;
}
.kenmerken-tab li:nth-child(odd):before{
	position: absolute;
	top: 8px;
	left: 0;
	content: '';
	background: url(../images/bullet.svg) no-repeat center /cover;
	width: 6px;
	height: 6px;
}
.kenmerken-tab {
	position: relative;
}
.kenmerken-tab::before,
.kenmerken-tab::after{
	content: "";
	position: absolute;
	height: calc(100% + 2rem);
	width: 1px;
	left: 30%;
	top: 0;
	background-color: rgba(255, 255, 255, 0.1);
	display: none;
}
.kenmerken-tab::before{
	left: 60%;
}
.bullet-panel h5, .star_icon h5 {
    border-bottom: 1px solid #F7FAF6;
    padding-bottom: 1rem;
	color: #F7FAF6;
}
.star_icon h5{
	display: inline-block;
	margin-bottom: 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.3rem;
    position: relative;
    color: #fff;
    margin-bottom: 1rem;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: cover;
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 6px;
    height: 6px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.dtl-tab-sec .tab-content p {
	color: #fff;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #fff;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}
.left-bg-block h6 {
    color: #1A1D1A;
	font-size: 1.6rem;
}
.each-onderhoud-block h4 {
    color: #F7FAF6;
	font-size: 2rem;
}
.each-onderhoud-block p {
    margin: 1rem 0 3rem;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
/*****bedankt*****/
.bedankt-banner .banner-top-content p {
	margin: 5rem 0 12rem;
}
.bedankt-banner .banner-socila {
	padding-bottom: 5rem;
}
.bedankt-banner .banner-top-content {
    top: 55%;
}

/**********popup**********/
.modal-area .modal-dialog {
    max-width: 75%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background-color: rgba(18, 18, 18, 0.60);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: #EDEDED;
	position: relative;
}
.modal-area .popup-content h2 {
	color: #101010;
	margin-bottom: 3.5rem;
}
.modal-area .popup-content .akker_btn_cls {
	margin-top: 6rem;
}
.modal-area .popup-content p {
    color: #101010;
    max-width: 57rem;
	width: 100%
}
.modal-area .popup-content {
    padding: 8rem 9.5rem 6.5rem;
    background-color: #EDEDED;
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
/* *********** aanbod-list ************* */
.product-block{
	padding-top: 10rem;
	padding-bottom: 3rem;
}
.filter-right h6{
	color: rgba(14, 20, 22, 0.50);
	text-align: end;
}
.filter-right h6 span{
	color: #0E1416;
}
/****aanbod-filter-sec****/
.filter-sec {
	background: #FAFAFA
}
.filter-sec .select-style {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #1B1313;
	font-family: 'lama_sansmedium';
	font-size: 16px;
	border: 1px solid #1B1313;
	background-color: transparent;
	padding: 0 2rem;
	appearance: none;
	-webkit-appearance: none;
	/* letter-spacing: 1.5px; */
	margin-bottom: 25px;
	border-radius: 0;
}
.filter-content{
	display: none;
	background: #FAFAFA;
	padding: 10px;
	z-index: 2;
	border: 1px solid #1B1313;
	border-radius: 0 0 5px 5px;
	border-top: 0;
	margin-top: -6px !important;
}
.filter-content.show-div {
 	display: block;
}
.filter-sec label{
	color: #1B1313;
	margin-bottom: 10px;
	text-transform: none;
	display: block;
	width: 100%;
	z-index: 2;
	font-family: 'lama_sansmedium' ;
	font-size: 14px;
}
.filter-sec option{
	font-family: arial;
}
.filter-sec label span{
	float: right;
	color: #1B1313;
	opacity: .65;
}
.filter-sec .form-check-input{
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 8px;
	box-shadow: none;
	border: 1px solid #1B1313;
	background-color: #FAFAFA;
	border-radius: 5px;
}
.filter-sec .form-check-input:checked {
	background-color: #8CC63F;
	border-color: #8CC63F;
}
.filter-sec .select-style{
 	cursor: default;
}
.select-style.show{
	border-bottom-color: transparent;
}
.cross-btn{
 	width:2.5rem;
}
.reset_all_filter{
	color: #121212;
}
.auto-overview-tag {
	margin-right: .5rem;
	margin-bottom: 1rem;
	padding: .5rem 1.4rem;
	cursor: pointer;
	transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	color: #F7FAF6;
	border-radius: 50px;
	background: #8CC63F;
}
.auto-overview-tag, .clear-filter{
 	font-size: 1.45rem;
}
.load_img{
 	width:150px;
}
.each-filter .select-style{
	padding: 0 24px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.filter-wrap{
	 margin: 0 -5px;
}
.filter-sec .col-xl-2{
	width: 25%;
	padding: 0 5px 10px;
}
.filter-sec .col-md-6{
 	padding: 0 5px;
}
.reset-btn.select-style {
	margin-left: auto;
	margin-right: 12px;
}
.sorteren_op-filter label{
	color: rgba(27, 19, 19, 0.5);
	font-family: 'lama_sansmedium';
	width: 30%;
	font-size: 2rem;
}
.sorteren_op-filter{
	max-width: 45rem;
	margin-left: auto;
	margin-right: 0;
}
.sorteren_cls{
	width: 70%;
}
.reset-btn.select-style{
	display: flex;
	/* / width: 100%; / */
	/* / height: 100%; / */
	justify-content: center;
	align-items: center;
	background: none;
	width: max-content;
	background: rgba(247, 250, 246, 0.10);
	/* box-shadow: 0px 1px 2px 0px rgba(14, 15, 14, 0.5); */
	border-radius: 100px;
	border: 0;
	padding: 8px 11px 8px 14px;
	color: #F7FAF6;
	margin-top: 1rem;
	text-transform: none;
	font-family: 'widescreen_trialregular';
}
.reset-btn a:hover {
 	color: #F7FAF6;
}
.reset-btn img{
 	width: 1rem;
}
.wis-part img{
	width: 12px;
	margin-right: 10px;
	margin-bottom: 2px;
}
.wis-part{
	font-family: 'lama_sansmedium' ;
	color: #F7FAF6; 
	opacity: 0.7;
	letter-spacing:1.5px;
}
.filter-grid img{
 	width: 30px;
}
	.filter-grid{
	text-align: right;
	line-height: 0;
	cursor: pointer;
	opacity: 0.5;
}
.grid-part{
	width: 100%;
	max-width: 85px;
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.wis-part h6{
 	font-family: 'lama_sansmedium' ;
}
.filter-grid.active{
 	opacity: 1;
}
.filter-top-lft{
	max-width: 50rem;
}
.aanbod-product{
	background: #FAFAFA;
	padding-bottom: 8.4rem;
}
.aanbod-product .product-content-top h6{
	color: #1B1B1B;
}
.mobile-filter{
	padding-top: 4rem;
}
/*******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;
}

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

.load_img{
    width:150px;
}
.privacy_section{
	padding-top: 10rem;
}
.error_top{
    padding-top: 120px;
    background: #000;
}
.form-1, .form-2{
	display: none;
	padding: 4.3rem 0 2rem;
  	background-color: #1B1B1B;
}
.form-1 .form-group, .form-2 .form-group{
	position: relative;
}
.aanbod-loader {
	width: 45px;
	height: 40px;
	background: linear-gradient(#8CC63F calc(1*100%/6),#fff 0 calc(3*100%/6),#8CC63F 0),
			  linear-gradient(#8CC63F calc(2*100%/6),#fff 0 calc(4*100%/6),#8CC63F 0),
			  linear-gradient(#8CC63F calc(3*100%/6),#fff 0 calc(5*100%/6),#8CC63F 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: #fff;
  }
  iframe.calsty {
  	height: 800px;
  }
  @media (max-width: 831.98px) {
	iframe.calsty{ height: 1000px;}
  }
  @media (max-width: 627.98px) {
	iframe.calsty{ height: 900px;}
  }

  
 /*  .import_btn{
  margin-left: 24rem;
  } */
  .capital_trans{
      text-transform: capitalize;
  }
  .diesten-dtl-btm-content{
    max-width: 56rem;
    width: 100%;
    margin-left: auto;
  }


.form-right .each-footer::after {
    left: 0;   
 	width: 100vw;
}
.form-right .each-footer {
    width: 100%;
    padding-left: 34%;
}



.mini-right-nav {
  position: fixed;
  bottom: 0%;
  z-index: 9999999;
  right: 0px;
  top: 39%;
}


.mini-right-nav li {
  margin: 0 0 2px;
    margin-left: 0px;
  padding: 0;
  width: 60px;
  display: block;
  position: relative;
  margin-left: auto;	
}


.mini-right-nav li .navtext {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
}

.mini-right-nav .navtext:hover {
  text-decoration: none;
}

.mini-right-nav .navtext:hover div {
  width: auto;
  overflow: visible;
  opacity: 1;
  padding: 0 85px 0px 0px;
  border-radius: 5px 0 0 5px;
  font-size: 16px;
  color: #1B1314;
}

.mini-right-nav .whtasapp-nav .navtext div, .mini-right-nav .whtasapp-nav .navtext div a {
  color: #fff;
}

.mini-right-nav div {
  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 div::after {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% + 60px);
  border-radius: 5px 0 0 5px;
  content: '';
  background-color: #fff;
  height: 60px;
  -webkit-transition: 0.50s;
  -moz-transition: 0.50s;
  transition: 0.50s;
  z-index: -1;
}

.mini-right-nav img {
	width: 2.5rem;
}


.mini-right-nav li.whtasapp-nav .navtext, .mini-right-nav .whtasapp-nav div::after {
  background-color: #58c04d;
}


.home-service-sec .container-fluid .each-service:nth-child(2) .row .col-lg-3:first-child{
	width: 20%;
}
.home-service-sec .container-fluid .each-service:nth-child(2) .row .col-lg-3:nth-child(2){
	width: 30%;
}
.home-service-sec .container-fluid .each-service:nth-child(3) .col-lg-3{
	width: 30%;
}
.home-service-sec .container-fluid .each-service:nth-child(3) .offset-lg-3 {
	margin-left: 20%;
}
.geimporteerd-section {
    margin-top: 3rem;
}
.geimporteerd-content-top {
    margin-top: 1rem;
}

.home-about-sec{
	padding-bottom: 1rem !important;
}