@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    color: #232323;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
	background-color: #FFFBFB;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/*************side area**********/
.mini-right-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mini-right-nav li{
    margin: 0 0 10px;
    padding: 0;
    width: 60px;
    display: block;
    position: relative;
}
.mini-right-nav li .navtext{
    position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #118B50;
}
.mini-right-nav span {
    font-family: 'LamaSans-Regular';
    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);
	content: '';
	background-color: #118B50;
	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: #58c04d;
} 
.mini-right-nav img{
	width: 25px;
    height: 25px;
	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: 0px;
}
/***header-area****/
.header-area {
    padding: 28px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-logo img {
    width: 138px;
}
.header-area.stiky { 
    background-color: #191919;
}
.header-other {
    display: flex;
    column-gap: 40px;
    align-items: center;
    justify-content: end;
}
.menu-bar {
    position: relative;
    max-width: 28px;
    width: 100%;
    cursor: pointer;
    transform: rotate(90deg);
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 2px;
    margin: 5px 0 5px auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::before, .menu-bar::after {
	width: 28px;
}
.menu-bar.menu-bar-active  div {
    transform: scale(0);
}
.menu-bar.menu-bar-active:before {
    transform: translateY(6px) rotate(135deg);
	width: 30px;
}
.menu-bar.menu-bar-active:after {
    transform: translateY(-8px) rotate(-135deg);
	width: 30px;
}
.menu-hamburger {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #fff;
    font-family: 'LamaSans-MediumExpanded';
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    cursor: pointer;
}
/*****mega-menu******/
.mega-menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #232323;
    top: 0;
    left: 0;
    z-index: 98;
    padding: 140px 0 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    transition: all 0.5s;
    clip-path: inset(0 0 100% 0);
}
.mega-menu.mega-menu-active {
    clip-path: inset(0 0 0 0);
}
.header-area.header-active > .container > .row {
    z-index: 99;
    position: relative;
}
.mega-menu-nav ol {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}
.mega-menu-nav li {
    color: rgba(255, 255, 255, 0.32);
    font-family: 'LamaSans-SemiBoldCondensed';
    font-size: 3.6rem;
    line-height: normal;
    letter-spacing: 1.44px;
    margin-bottom: 20px;
}
.mega-menu-nav li:last-child {
    margin-bottom: 0;
}
.mega-menu-nav li a {
    color: rgba(255, 255, 255, 0.32);
}
.mega-menu-nav li a:hover,
.mega-menu-nav li a.this-menu {
    color: #fff;
}
.mega-menu-nav li strong {
    font-weight: normal;
    margin-right: 36px;
}
.mega-menu-info .each-footer-info h4 {
    color: #fff;
    font-family: 'LamaSans-SemiBoldCondensed';
}
.mega-menu-info .each-footer-info p {
    color: #fff;
}
.mega-menu-info .each-footer-info p a {
    color: #fff;
}
.mega-menu-info .each-footer-info p a:hover {
    color: #118B50;
}
.mega-menu-info .each-footer-info td {
    color: #fff;
}
.mega-menu-info .footer-info {
    padding-right: 70px;
    max-width: 810px;
}
.mega-menu .mega-menu-wrap {
    height: 100%;
}
.mega-menu .mega-menu-wrap .container {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}
.mega-menu .mega-menu-wrap .container::-webkit-scrollbar {
	background-color: rgba(17, 139, 80, 0.3);
	width: 10px;
    border-radius: 0;
}
.mega-menu .mega-menu-wrap .container::-webkit-scrollbar-thumb {
	background-color: rgba(17, 139, 80, 0.4);
    border-radius: 0;
}
.mega-menu .menu-mark {
    position: absolute;
    right: 0;
    top: 140px;
    width: 55%;
    pointer-events: none;
}
/********banner-sec*********/
.banner-sec {
	position: relative;
}
.banner-sec::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
    background: linear-gradient(0deg, rgba(25, 25, 25, 0.00) 0%, rgba(25, 25, 25, 0.50) 100%);
	z-index: 1;
}
.banner-sec::before {
	content: "";
	height: 20%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
    background: linear-gradient(180deg, rgba(255, 251, 251, 0.00) 0%, #FFFBFB 100%);
	z-index: 2;
}
.banner-content {
	position: absolute;
	bottom: 155px;
	left: 0;
	z-index: 2;
	width: 100%;
}
.banner-content h1 {
    margin-bottom: 40px;
}
.banner-content-wrap {
	max-width: 887px;
	width: 100%;
	margin: 0 auto;
}
.banner-video,.each-banner  {
	height: 839px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
/*****product-sec******/
.product-sec {
    padding: 114px 0 140px;
    position: relative;
}
.product-slider {
    position: relative;
}
.product-heading {
    margin-bottom: 80px;
}
.product-heading h4 {
    margin-bottom: 13px;
}
.product-heading p {
    margin-bottom: 36px;
}
.product-heading-right {
    max-width: 490px;
    width: 100%;
    margin-left: auto;
}
.each-product-text {
    position: relative;
    padding: 20px 0;
}
.each-product-text h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-text h5 {
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-text hr {
    background-color: #118B50;
    opacity: 1;
    margin: 16px 0 28px;
}
.each-product-text table {
    margin-bottom: 45px;
}
.each-product-text td {
    vertical-align: top;
    padding: 0 15px;
    border-left: 1px solid rgba(35, 35, 35, 0.75);
    color: rgba(35, 35, 35, 0.75);
    font-family: 'LamaSans-Regular';
    font-size: 1.8rem;
    line-height: normal;
    letter-spacing: 0.36px;
    word-break: break-word;
}
.each-product-text td img {
    width: 25px;
    margin-right: 10px;
}
.each-product-text td strong {
    font-weight: normal;
    width: calc(100% - 42px);
}
.each-product-text td:first-child {
    padding-left: 0;
    border-left: 0;
}
.each-product-text td:last-child {
    padding-right: 0;
}
.each-product-text p {
    margin-bottom: 0;
    line-height: normal;
    padding-right: 130px;
}
.each-product-text p strong {
    font-weight: normal;
    font-family: 'LamaSans-Medium';
}
.product-arrow {
    height: 57px;
    width: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #191919;
    border-radius: 100%;
    position: absolute;
    right: 35px;
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover .product-arrow {
    background-color: #118B50;
}
.common-pagination {
    position: initial;
}
.common-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    opacity: 1;
    background-color: rgba(35, 35, 35, 0.09);
    margin: 0 10px !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-pagination .swiper-pagination-bullet-active {
    background-color: #232323;
}
.white-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.42);
}
.white-pagination .swiper-pagination-bullet-active {
    background-color: #0C7341;
}
.product-sec .common-pagination {
    margin-top: 100px;
}
.product-slider .common-arrow {
    top: 28%;
}
.product-slider .swiper-button-prev {
    left: -60px;
}
.product-slider .swiper-button-next {
    right: -60px;
}
.sec-mark {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
    width: 100%;
}
/******service-sec******/
.service-sec {
    background-color: #232323;
    padding: 80px 0;
    overflow-x: hidden;
}
.service-heading {
    max-width: 810px;
    width: 100%;
    margin: 0 auto 60px;
}
.service-heading h4 {
    color: #fff;
}
.service-heading h2 {
    margin: 13px 0 6px;
    color: #fff;
}
.service-heading p {
    margin-bottom: 44px;
    color: #fff;
}
.service-heading .common-btn {
    margin: 0 8px;
}
.service-slider {
    width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.service-slider .swiper-slide {
    height: auto;
}
.each-service {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.each-service-img {
    height: 100%;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
}
.each-service::after {
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(250deg, rgba(35, 35, 35, 0.00) 6.93%, rgba(35, 35, 35, 0.83) 100%);
    position: absolute;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 80px;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-text h3 {
    color: #fff;
    font-size: 4rem;
    letter-spacing: 4px;
    text-transform: capitalize;
}
.each-service-text p {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 30px;
}
.each-service-text-wrap {
    max-width: 552px;
    width: 100%;
}
.each-service-text .txt-btn {
    font-size: 1.6rem;
    font-family: 'LamaSans-MediumExpanded';
}
.each-service-text .txt-btn:hover {
    color: #118B50;
}
.service-slider .swiper-slide-active .each-service-text {
    opacity: 1;
}
.each-service:hover::after {
    backdrop-filter: blur(5.7px);
}
.service-slider .common-pagination {
    margin-top: 60px;
}
.service-slider .swiper-slide {
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-slider .swiper-slide-prev::before {
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(84deg, rgba(35, 35, 35, 0.97) 4.49%, rgba(35, 35, 35, 0.75) 95.51%);
    position: absolute;
    z-index: 1;
}
.service-slider .swiper-slide-next::before {
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(84deg, rgba(35, 35, 35, 0.62) 4.49%, #232323 95.51%);
    position: absolute;
    z-index: 1;
}
/****about-sec*****/
.about-sec {
    padding: 140px 0 70px;
    background-color: rgba(12, 115, 65, 0.05);
    position: relative;
}
.about-img {
    max-width: 700px;
    width: 100%;
}
.about-text {
    max-width: 520px;
    width: 100%;
    margin-left: auto;
}
.about-text h4 {
    margin-bottom: 12px;
}
.about-text h2 {
    margin-bottom: 8px;
}
.about-text p {
    margin-bottom: 36px;
}
.about-img-big {
    padding-right: 24%;
}
.about-img-btm {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    position: relative;
    margin-top: 30px;
}
.about-img-text {
    width: 48%;
}
.about-img-small {
    width: 48%;
    position: absolute;
    right: 0;
}
.about-img-text p {
    color: #191919;
    font-family: 'LamaSans-SemiBold';
    font-size: 1.4rem;
    line-height: 22px;
    margin-bottom: 36px;
}
.about-img-text h6 {
    color: #0C7341;
    font-family: 'Signature Moment';
    font-size: 2.5rem;
    text-transform: capitalize;
}
.about-list {
    margin-top: 63px;
}
.about-list h4 {
    font-family: 'LamaSans-Medium';
    margin-bottom: 20px;
    line-height: 24px;
    text-transform: none;
    letter-spacing: normal;
}
.about-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.about-list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 12px;
}
.about-list li::after {
    content: "";
    height: 7px;
    width: 7px;
    position: absolute;
    left: 0;
    top: 7px;
    background-image: url(../images/star.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 7px;
}
/****review-sec*****/
.review-sec {
    padding: 70px 0;
    background-color: rgba(12, 115, 65, 0.05);
}
/****footer-area****/
.footer-area {
    position: relative;
}
.footer-gallery {
    margin-bottom: 90px;
}
.footer-top {
    padding: 70px 0 100px;
}
.each-footer-gal {
    position: relative;
    overflow: hidden;
}
.each-footer-gal > img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-footer-gal:hover > img {
    transform: scale(1.1);
}
.footer-insta {
    position: absolute;
    top: 20px;
    left: 20px;
}
.footer-logo {
    margin-bottom: 45px;
}
.footer-logo img {
    width: 180px;
}
.footer-wp {
    max-width: 250px;
    background-color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-wp:hover {
    background-color: rgba(12, 115, 65, 0.05);
}
.footer-wp a {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    padding: 11px 16px;
}
.footer-wp h6 {
    color: #232323;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 18px; 
    margin-bottom: 5px;
}
.footer-wp p {
    margin-bottom: 0;
}
.footer-info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    max-width: 790px;
    width: 100%;
    margin-left: auto;
}
.each-footer-info h4 {
    line-height: 32px;
    margin-bottom: 11px;
}
.each-footer-info p {
    margin-bottom: 0;
}
.each-footer-info td:nth-child(odd) {
    padding-right: 15px;
    font-family: 'LamaSans-SemiBold';
}
.footer-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 28px;
    justify-content: end;
}
.footer-social li a img {
    opacity: 0.25;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-social li a:hover img {
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(36%) sepia(75%) saturate(1310%) hue-rotate(123deg) brightness(85%) contrast(87%);
    -webkit-filter: brightness(0) saturate(100%) invert(36%) sepia(75%) saturate(1310%) hue-rotate(123deg) brightness(85%) contrast(87%);
}
.footer-btm {
    padding: 44px 0;
    background-color: #232323;
}
.footer-privacy p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.60);
}
.footer-privacy p a {
    color: rgba(255, 255, 255, 0.60);
}
.footer-privacy p a:hover {
    color: #118B50;
}
.footer-area .sec-mark {
    bottom: 0;
}
/*===========================popup start===============================*/
.modal-area .modal-dialog {
    max-width: 58%;
    margin: 8% auto 0;
}
.modal-area .modal {
    background-color: rgba(35, 35, 35, 0.81);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-content-wrap {
    border-radius: 0;
    overflow: hidden;
    padding: 40px 65px;
    background-color: #fff;
}
.modal-content .col-lg-5 {
    width: 35%;
}
.modal-content .col-lg-7 {
    width: 65%;
}
.modal-area .popup-content h2 {
    line-height: 52px;
    letter-spacing: 0.88px;
    margin: 30px 0;
}
.pop-up-image {
    max-width: 440px;
    width: 100%;
    padding-left: 40px;
    margin-left: auto;
}
.modal-area .popup-content ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 30px;
}
.modal-area .popup-content li {
    position: relative;
    letter-spacing: 0.32px;
    margin-bottom: 14px;
    padding-left: 17px;
}
.modal-area .popup-content li:last-child {
    margin-bottom: 0;
}
.modal-area .popup-content li::after {
    background-size: 5px;
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    width: 5px;
    height: 5px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.close-img {
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 1;
	height: 50px;
	width: 50px;
	background-color: #118B50;
	display: flex;
	align-items: center;
	justify-content: center;
    border-radius: 100%;
}
.close-img img {
	width: 20px;
}
/*================================diensten-list page start=========================================*/
/*****inner-banner-sec*****/
.inner-banner-sec {
    position: relative;
}
.inner-banner-sec::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(25, 25, 25, 0.00) 0%, rgba(25, 25, 25, 0.50) 100%);
    z-index: 1;
}
.inner-banner-sec::before {
    content: "";
    height: 57%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 251, 251, 0.00) 0%, #FFFBFB 100%);
    z-index: 2;
}
.inner-banner-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}
/*****service-list-sec****/
.service-list-sec {
    padding: 114px 0 70px;
    position: relative;
}
.service-list-heading {
    max-width: 670px;
    width: 100%;
    margin-bottom: 60px;
}
.service-list-heading h2 {
    margin-bottom: 30px;
}
.each-service-list {
    position: relative;
    height: 365px;
}
.each-service-list-img {
    height: 100%;
}
.each-service-list-img img {
    height: 100%;
    object-fit: cover;
}
.service-list-main .row {
    row-gap: 36px;
    margin: 0 -18px;
}
.service-list-main .col-lg-6 {
    padding: 0 18px;
}
.each-service-list-text {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 50px;
    z-index: 2;
}
.each-service-list-text h2 {
    color: #fff;
    font-family: 'LamaSans-SemiBoldCondensed';
    font-size: 4rem;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: capitalize;
    margin-bottom: 19px;
}
.each-service-list-text p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    margin-bottom: 37px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-list-text .txt-btn {
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-list::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-list:hover p,
.each-service-list:hover .txt-btn {
    opacity: 1;
}
.each-service-list:hover::after {
    background-color: rgba(17, 139, 80, 0.67);
    backdrop-filter: blur(5.7px);
}
/***list-review****/
.list-review {
    background-color: transparent;
}
.sec-mark-btm {
    top: auto;
    bottom: 0;
    opacity: 0.5;
}
/*================================diensten-dtl page start=========================================*/
/****inner-header *****/
.inner-header {
    background-color: #232323;
}
/****bk-btn-sec****/
.bk-btn-sec {
    padding: 200px 0 30px;
}
/****service-dtl-top-sec****/
.service-dtl-top-sec {
    padding-bottom: 70px;
    position: relative;
}
.service-dtl-info h1 {
    color: #232323;
    margin-bottom: 10px;
}
.service-dtl-info-img {
    margin-bottom: 32px;
}
.service-dtl-info h2 {
    color: #232323;
}
.service-dtl-info h6 {
    font-family: 'LamaSans-MediumCondensed';
    color: #232323;
    font-size: 1.8rem;
    line-height: 27px;
    letter-spacing: 0.36px;
}
.service-dtl-info p strong {
    font-family: 'LamaSans-SemiBold';
    font-weight: 600;  
    text-decoration: underline;
}
.service-dtl-usp > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.service-dtl-usp > ul > li {
    margin-bottom: 50px;
}
.service-dtl-usp > ul > li:last-child {
    margin-bottom: 0;
}
.service-usp-heading {
    display: flex;
    align-items: center;
    position: relative;
    left: -5px;
}
.service-usp-heading strong {
    color: #232323;
    font-family: 'Royal Serif';
    font-size: 2.4rem;
    line-height: 24px;
    letter-spacing: 0.48px;
    font-weight: normal;
    min-width: 70px;
    height: 70px;
    background-color: #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 10px solid #fff;
}
/* .service-dtl-top-sec .service-dtl-usp h5 strong {
    color: #232323;
}
.service-dtl-top-sec .service-dtl-usp h5 strong::after {
    display: none;
} */
.service-usp-heading em {
    font-style: normal;
    padding: 12px 18px;
    background-color: #118B50;
    display: flex;
    align-items: center;
    min-width: 240px;
}
.service-usp-heading h5 {
    color: #fff;
    font-family: 'LamaSans-SemiBold';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.service-usp-text {
    background-color: #E6E6E6;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 52px 74px 26px;
    margin-top: -33px;
}
.service-usp-text p {
    margin-bottom: 0;
}
.service-usp-text ul {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 15px;
}
.service-usp-text li {
    margin-bottom: 0;
    line-height: 25px;
}
.service-dtl-usp {
    max-width: 658px;
    width: 100%;
    margin-left: auto;
    padding-left: 40px;
    padding-top: 20%;
}
.service-dtl-top-sec .sec-mark {
    width: 53%;
    left: auto;
    right: 0;
    top: -20%;
}
/*******form-sec******/
.form-sec {
    background-color: #232323;
    padding: 70px 0;
}
.form-heading {
    max-width: 580px;
    width: 100%;
    margin-bottom: 30px;
}
.form-heading h2 {
    color: #fff;
    margin-bottom: 20px;
}
.form-heading p {
    color: #fff;
}
.form-wrap .form-style {
	resize: none;
    border-radius: 0;
    border: 1px solid rgba(255, 251, 251, 0.80);
    color: #fff;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 18px 20px;
	background-color: #3D3D3D;
    font-family: 'LamaSans-Regular';
}
.form-wrap .form-style.photo_upload {
    color: rgba(255, 255, 255, 0.50);
}
.form-wrap label {
    color: rgba(255, 255, 255, 0.50);
    position: absolute;
    top: 20px;
    left: 20px;
}
.form-wrap .form-style:focus {
    box-shadow: none;
    color: #fff;
	background-color: #3D3D3D;
    border: 1px solid #3D3D3D;
}
.form-wrap .form-group {
    position: relative;
    margin-bottom: 25px;
}
.form-wrap {
    max-width: 622px;
    width: 100%;
    position: relative;
    z-index: 0;
}
.form-wrap textarea.form-style {
    min-height: 183px;
}
.form-wrap .common-btn {
    margin-top: 55px;
}
.form-wrap .common-btn:hover {
    border-color: #118B50;
}
.form-right {
    max-width: 674px;
    padding-left: 40px;
    margin-left: auto;
    width: 100%;
}
.form-wrap input[type=text].form-style:focus + label strong,
.form-wrap .form-comment .form-style:focus + label strong {
	color: #EF0505;
}
.form-right .each-footer-info h4 {
    color: #fff;
}
.form-right .each-footer-info td {
    color: #fff;
}
.form-right .each-footer-info p {
    color: #fff;
}
.form-right .each-footer-info p a {
    color: #fff;
}
.form-right .each-footer-info p a:hover {
    color: #118B50;
}
.form-right .footer-info {
    margin-top: 30px;
    max-width: 480px;
}
.pic-upload {
    color: rgba(255, 255, 255, 0.50);
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    cursor: default;
}
.pic-upload img {
    margin-right: 8px;
}
/****related-service-sec*****/
.related-service-sec {
    padding: 94px 0 70px;
    background-color: rgba(12, 115, 65, 0.05);
}
.related-service-heading {
    margin-bottom: 70px;
}
.related-service-slider {
    position: relative;
}
.related-service-slider .swiper-button-next {
    right: -60px;
}
.related-service-slider .swiper-button-prev {
    left: -60px;
}
/*================================contact page start=========================================*/
/****contact-form-sec*****/
.contact-form-sec {
    background-color: transparent;
    padding-top: 190px;
}
.contact-form-sec .form-heading h2 {
    color: #232323;
}
.contact-form-sec .form-heading p {
    color: #232323;
}
.contact-form-sec .form-img {
    height: 508px;
}
.contact-form-sec .form-wrap .form-style {
    border: 1px solid rgba(35, 35, 35, 0.75);
    color: #232323;
	background-color: #E6E6E6;
}
.contact-form-sec .form-wrap label {
    color: #232323;
}
.contact-form-sec .form-wrap .form-style:focus {
    color: #232323;
	background-color: #E6E6E6;
    border: 1px solid #E6E6E6;
}
.contact-form-sec .form-right .each-footer-info h4 {
    color: #232323;
}
.contact-form-sec .form-right .each-footer-info td {
    color: #232323;
}
.contact-form-sec .form-right .each-footer-info p {
    color: #232323;
}
.contact-form-sec .form-right .each-footer-info p a {
    color: #232323;
}
.contact-form-sec .form-right .each-footer-info p a:hover {
    color: #118B50;
}
/*================================aanbod-dtl page start=========================================*/
.dtl-top-sec {
    padding-bottom: 30px;
}
.each-dtl-top-img {
    height: 100%;
    position: relative;
}
.each-dtl-top-img img {
    height: 100%;
    object-fit: cover;
}
.dtl-top-img .row {
    height: 100%;
    margin: 0 -7.5px;
}
.dtl-top-img .col-6 {
    height: 50%;
    padding: 7.5px;
}
.dtl-top-slider {
    padding: 7.5px 15px;
    position: relative;
}
.dtl-top-sec > .container > .row {
    margin: 0 -15px;
}
.dtl-top-slider .common-arrow {
    border-color: #232323;
    background-color: #232323;
}
.dtl-top-slider .common-arrow img {
    filter: brightness(10);
}
.dtl-top-slider .common-arrow:hover {
    border-color: #118B50;
    background-color: #118B50;
}
.dtl-top-slider .swiper-button-next {
    right: -6px;
}
.dtl-top-slider .swiper-button-prev {
    left: -6px;
}
.photo-remain {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.79);
    backdrop-filter: blur(7.5px);
    height: 80%;
    width: 88%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.photo-remain p {
    margin-bottom: 0;
}
.photo-remain h4 {
    font-family: 'LamaSans-Regular';
    letter-spacing: 0.48px;
}
/*****aanbod-dtl popup slider******/
.dtl-slider-popup {
	display: none;
}
.dtl-slider-popup.slider-popup-active {
	display: block;
}
.dtl-slider-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(35, 35, 35, 0.70); 
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}
.dtl-slider-popup.slider-popup-active {
	display: flex;
}
.dtl-slider-popup-wrap {
    /* max-width: 1380px; */
    max-width: 65%;
    width: 100%;
    height: 64%;
    position: relative;
}
.dtl-slider-popup-wrap .swiper {
    height: 100%;
}
.dtl-slider-popup-wrap .swiper-slide {
    height: auto;
}
.each-dtl-slider-popup {
    height: 100%;
}
.each-dtl-slider-popup img {
    height: 100%;
    object-fit: contain;
}
.dtl-slider-popup-wrap .common-arrow {
    border-color: #fff;
}
.dtl-slider-popup-wrap .common-arrow img {
    filter: brightness(10);
}
.dtl-slider-popup-wrap .common-arrow:hover {
    border-color: #fff;
    background-color: #fff;
}
.dtl-slider-popup-wrap .common-arrow:hover img {
    filter: brightness(0);
}
.dtl-slider-popup-wrap .swiper-button-next {
    right: -7%;
}
.dtl-slider-popup-wrap .swiper-button-prev {
    left: -7%;
}
.dtl-slider-popup-wrap .common-pagination {
    margin-top: 65px;
}
.dtl-slider-popup-wrap .common-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.09);
}
.dtl-slider-popup-wrap .common-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
}
/******car-desc-sec****/
.car-desc-left {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    align-items: center;
}
.car-info h4 {
    margin-bottom: 6px;
    font-family: 'LamaSans-SemiBoldCondensed';
}
.car-info p {
    margin-bottom: 5px;
}
.car-info h6 {
    color: #232323;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.car-info h6 strong {
    font-weight: normal;
    color: #118B50;
}
.car-spec ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    column-gap: 20px;
    justify-content: end;
}
.car-spec li {
    color: #232323;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    display: flex;
    column-gap: 12px;
    align-items: start;
}
.car-spec li strong {
    font-weight: normal;
}
.car-spec li img {
    width: 15px;
    position: relative;
    top: 5px;
}
.car-info {
    width: 42%;
}
.car-spec {
    width: 55%;
}
.contact-card {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
    max-width: 403px;
    width: 100%;
    margin-left: auto;
}
.contact-card-img {
    max-width: 109px;
    width: 100%;
    height: 100%;
}
.contact-card-img img {
    height: 100%;
    object-fit: cover;
}
.contact-card-text {
    width: calc(100% - 134px);
}
.contact-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    justify-content: space-between;
}
.contact-card li {
    width: 46%;
}
.contact-card h5 {
    line-height: normal;
}
.contact-card p {
    margin-bottom: 0;
}
.car-dtl-btn {
    margin-top: 30px;
}
.car-dtl-btn ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.car-dtl-btn .common-btn {
    letter-spacing: 1.6px;
    padding: 12px 25px;
}
.car-dtl-btn .common-btn::after {
    display: none;
}
/*****dtl-tab-sec*****/
.dtl-tab-sec {
	padding: 140px 0 70px;
	position: relative;
	overflow: hidden;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 75px;
	margin-bottom: 40px;
    border: 0;
	justify-content: center;
}
/****tab-part****/
ul.tabs li {
    font-family: 'LamaSans-SemiBold';
	font-size: 1.6rem;
	margin: 0;
	word-break: break-word;
	text-transform: none;
	color: rgba(0, 0, 0, 0.60);
	letter-spacing: 0.32px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
ul.tabs li:hover,
ul.tabs li.active {
	display: block;
	position: relative;
	color: #000;
}
.tab_content {
	display: none;
}
.tab_drawer_heading {
	display: none;
}
/****dtl-tab-content****/
.kenmerken-tab {
	overflow: hidden;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    margin: 0;
   /* border: 1px solid rgba(35, 35, 35, 0.10);*/
}
.kenmerken-tab li {
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 30px; 
    color: rgba(35, 35, 35, 0.60);
	width: 33.33%;
	padding: 15px 34px;
    display: flex;
    position: relative;
    border-right: 1px solid rgba(35, 35, 35, 0.10);
	column-gap: 20px;
}
.kenmerken-tab li:nth-last-child(1)::after,
.kenmerken-tab li:nth-last-child(2)::after,
.kenmerken-tab li:nth-last-child(3)::after {
	display: none;
}
.kenmerken-tab li:nth-child(3n) {
    border-width: 0;
}
.kenmerken-tab li::after {
	content: "";
    position: absolute;
    height: 1px;
    width: 200vw;
    left: -100vw;
    bottom: 0;
    background-color: #D9D9D9;
    display: none;
}
.kenmerken-tab li strong {
    font-weight: normal;
	color: #232323;
    font-family: 'LamaSans-Regular';
	width: 50%;
	/* word-break: break-all; */
}
.kenmerken-tab li span {
	display: block;
	width: 50%;
	/* word-break: break-all; */
}
.bullet-panel h4 {
    border-bottom: 1px solid #232323;
    padding-bottom: 5px;
	margin-bottom: 10px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.6rem;
    position: relative;
    color: #232323;
	margin-bottom: 10px;
	font-size: 1.6rem;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.8rem;
    position: absolute;
    top: 0.7rem;
    left: 0;
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #118B50;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #118B50;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    line-height: 24px;
    color: #1F1B1B;
	font-size: 1.6rem;
    font-family: 'LamaSans-Medium';
}
.left-bg-block p {
    line-height: 30px;
    color: #fff;
	font-size: 1.6rem;
    margin-bottom: 0;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
/*****related-product-sec*****/
.related-product-sec {
    padding: 94px 0 70px;
    background-color: rgba(12, 115, 65, 0.05);
}
.related-product-heading {
    margin-bottom: 70px;
}
.related-product-slider {
    position: relative;
}
body .share-social-media-button .a2a_dd {
    padding: 0 !important;
    border: 0 !important;
}
/*================================aanbod-list page start=========================================*/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 200px 0 80px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: rgba(249, 248, 246, 0.5);
	font-size: 1.4rem;
    color: #232323;
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #118B50;
}
.filter-reset a:hover img {
    filter: brightness(1);
}
.select-style {
	width: 100%;
    height: 50px;
    color: #191919;
    font-family: 'LamaSans-MediumExpanded';
    font-size: 1.6rem;
	background-color: #FFFBFB;
    border: 1px solid #191919;
    border-radius: 0;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg)  no-repeat 91% center/10px;
    appearance: none;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    cursor: default;
}
.select-style.show {
    border-radius: 0;
}
.filter-main {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
.clear-filter-main {
    padding-left: 11%;
}
.filter-heading {
    width: 11%;
}
.filter-main .filter-row {
    width: 90%;
}
.filter-main option{
	font-family: 'lama_sansmedium';
	background-color: #14181E;
}
.filter-content {
    display: none;
    background-color:#FFFBFB;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #191919;
    border-top: 0;
    border-radius: 0;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #191919;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'LamaSans-MediumExpanded';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #191919;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #191919;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #118B50;
    border-color: #118B50;
}
.auto-overview-tag {
    margin-right: 5px;
	margin-bottom: 10px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    background-color:#118B50;
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    border: 1px solid #118B50;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
	background-color: #232323;
    border-color: #232323;
}
.aanbod-filter {
	margin-bottom: 18px;
	width: 25%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 93px;
    background-color: #191919;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.mobile-show-filter .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #118B50;
    border-color: #118B50;
    padding-right: 25px;
}
.mobile-show-filter .common-btn:hover {
    background-color: #0C7341;
    border-color: #0C7341;
}
.mobile-show-filter .common-btn::after {
    display: none;
}
.filter-count {
	min-width: 22px;
	height: 22px;
	background-color: #14181E;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #14181E;
	margin-left: 30px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.filter-count strong{
    font-weight: normal;
    position: relative;
    left: 0px;
    top: 2px;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #118B50;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #F9F8F6;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #118B50;
}
.mobile-filter-close span img {
	width: 9px;
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #118B50;
	border-color: #118B50;
  	color: #fff;
	padding: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records::after {
    display: none;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #fff;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #0C7341;
    border-color: #0C7341;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'lama_sansmedium';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
	width: 200px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
/****product-list-sec**/
.product-list-sec {
    padding-bottom: 40px;
}
.product-list-sec .each-product-text {
    padding: 60px 80px;
    border: 2px solid #fff;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-list-sec .each-product {
    margin-bottom: 30px;
}
.product-list-sec .each-product:hover .each-product-text {
    border-color: #118B50;
}
.product-list-sec .each-product-img {
    height: 100%;
}
.product-list-sec .each-product-img img {
    height: 100%;
    object-fit: cover;
}
.product-list-sec .product-img-small {
    height: calc(100% + 16px);
}
.product-list-sec .each-product-img-small {
    padding-bottom: 16px;
    height: 50%;
}
.product-list-sec .each-product-img-small img {
    height: 100%;
    object-fit: cover;
}
.product-list-sec .each-product-img-wrap {
    height: 100%;
}
.product-list-sec .each-product-img-wrap .col-md-8 {
    padding: 0 8px;
}
.product-list-sec .each-product-img-wrap .row {
    margin: 0 -8px;
    height: 100%;
}
.product-list-sec .each-product-img-wrap .col-md-4 {
    padding: 0 8px;
}
.product-list-sec .each-product-text h5 {
    font-size: 1.8rem;
    line-height: normal;
    -webkit-line-clamp: 1;
}
.product-list-sec .each-product-text h3 {
    -webkit-line-clamp: 1;
}
.product-list-sec .each-product-text table {
    margin: 27px 0;
}
.product-list-sec .each-product-text tr {
    row-gap: 17px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.product-list-sec .each-product-text td {
    border: 0;
    width: 50%;
}
.product-list-sec .each-product-text td:first-child,
.product-list-sec .each-product-text td:last-child {
    width: 50%;
}
.product-list-sec .each-product-text td:nth-child(odd) {
    padding-left: 0;
}
.product-list-sec .each-product-text td:nth-child(even) {
    padding-right: 0;
}
.product-list-sec .each-product-text p {
    padding-right: 0;
}
/*================================verkocht page start=========================================*/
/****verkocht-product-sec*****/
.verkocht-product-sec {
    padding-top: 200px;
}
.verkocht-heading {
    margin-bottom: 45px;
}
.verkocht-product-sec .each-product-text hr {
    background-color: rgba(35, 35, 35, 0.30);
    margin: 40px 0;
}
.verkocht-product-sec .each-product-text table {
    margin: 0;
}
/*================================overons page start=========================================*/
/*****overons-desc-sec*****/
.overons-desc-sec {
    padding: 114px 0 70px;
    position: relative;
}
.overons-desc-left {
    max-width: 810px;
    width: 100%;
    padding-right: 40px;
}
.overons-desc-right h2 {
    line-height: 52px;
    margin-bottom: 23px;
}
.overons-desc-right h3 {
    margin-top: 40px;
    margin-bottom: 15px;
}
.counter {
    margin-top: 20px;
}
.counter .col-lg-3 {
    padding: 0 3px;
}
.counter .row {
    margin: 0 -3px;
}
.each-counter {
    border: 1px solid rgba(35, 35, 35, 0.10);
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.03);
    padding: 20px 11px;
    cursor: default;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-counter h3 {
    font-size: 3.2rem;
    line-height: 40px; 
    letter-spacing: 1.6px;
}
.each-counter h3 strong {
    font-weight: normal;
}
.each-counter h3 span {
    font-family: 'LamaSans-SemiBold';
}
.each-counter:hover {
    background-color: #118B50;
}
.each-counter p {
    margin-bottom: 0;
    color: #A6A6A6;
    letter-spacing: normal;
    word-break: break-word;
}
.each-counter:hover p {
    color: #fff;
}
.each-counter:hover h3 {
    color: #fff;
}
/*****overons-info-sec*****/
.overons-info-sec {
    padding: 100px 0 70px;
    background-color: #232323;
    position: relative;
    overflow-x: clip;
}
.overons-info-sec::after {
    content: "";
    height: 1px;
    bottom: 0;
    width:100vw;
	margin-left:-50vw;
	left:50%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.20);
}
.overons-info-text {
    max-width: 650px;
    width: 100%;
}
.overons-info-text ul {
    margin-top: 20px;
}
.overons-info-text ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
.overons-info-text li {
    color: #fff;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.overons-info-text ol > li {
    position: relative;
    padding-bottom: 23px;
    margin-bottom: 23px;
    opacity: 0.31;
}
.overons-info-text ol > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.overons-info-text ol > li:last-child::after {
    display: none;
}
.overons-info-text ol > li h4 {
    color: #fff;
    line-height: 30px;
    letter-spacing: 0.48px;
    font-family: 'LamaSans-Medium';
    text-transform: none;
    max-width: 260px;
    width: 100%;
}
.overons-info-text ol > li p {
    color: #fff;
    margin-bottom: 0;
    margin-top: 16px;
}
.overons-info-text ol > li::after {
    content: "";
    height: 2px;
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(to right,  rgba(255,255,255,0.23) 0%,rgba(0,0,0,0) 100%);
}
.overons-info-text li:hover {
    opacity: 1;
}
.overons-info-img {
    max-width: 620px;
    width: 100%;
    margin-left: auto;
    position: relative;
    padding-left: 40px;
}
.overons-info-img-big {
    max-width: 66%;
    width: 100%;
    margin-left: auto;
}
.overons-info-img-left {
    position: relative;
    margin-top: -41%;
    max-width: 54%;
}
.overons-info-img-left h5 {
    color: #fff;
    font-family: 'Signature Moment';
    font-size: 2.6rem;
    line-height: 32px;
    text-transform: capitalize;
    transform: rotate(-45deg) translateX(18%);
    position: relative;
    max-width: 168px;
    text-align: center;
    top: -70px;
}
/*****member-sec*******/
.member-sec {
    padding: 84px 0;
    background-color: #232323;
}
.member-sec h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}
.each-member-img {
    background-color: #3D3D3D;
}
.each-member-img img {
    height: 100%;
    object-fit: cover;
}
.each-member-text {
    margin-top: 35px;
}
.each-member-text h4 {
    color: #fff;
}
.each-member-text p {
    color: #fff;
    margin-bottom: 0;
    letter-spacing: normal;
}
.member-slider {
    position: relative;
}
.member-slider .common-arrow {
    top: 40%;
    background-color: transparent;
    border-color: #fff;
}
.member-slider .common-arrow img {
    filter: brightness(10);
}
.member-slider .common-arrow:hover {
    background-color: #fff;
}
.member-slider .common-arrow:hover img {
    filter: brightness(0);
}
.member-slider .swiper-button-next {
    right: -5%;
}
.member-slider .swiper-button-prev {
    left: -5%;
}
/*================================overons page start=========================================*/
/***bedankt-banner-sec***/
.bedankt-banner-sec .banner-content h1 {
    margin-bottom: 20px;
}
.bedankt-banner-sec .banner-content p {
    color: #fff;
    max-width: 545px;
    width: 100%;
    margin: 0 auto 40px;
}
.bedankt-banner-sec::before {
    height: 38%;
}
/*================================vacature page start=========================================*/
/***vacature-list-sec****/
.vacature-list-sec .service-list-main .row {
    margin: 0 -9px;
    row-gap: 20px;
}
.vacature-list-sec .service-list-main .col-lg-4 {
    padding: 0 9px;
}
/*****vacature-dtl-top-sec****/
.vacature-dtl-top-sec .service-dtl-usp h5 {
    display: flex;
    align-items: center;
    position: relative;
    left: -5px;
    color: #fff;
}
.vacature-dtl-top-sec .service-dtl-usp h5 strong {
    font-family: 'Royal Serif';
    font-size: 2.4rem;
    line-height: 24px;
    letter-spacing: 0.48px;
    font-weight: normal;
    min-width: 70px;
    height: 70px;
    background-color: #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 10px solid #fff;
    position: relative;
    color: transparent;
}
.vacature-dtl-top-sec .service-dtl-usp h5 strong::after {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
    background-image: url(../images/tick.svg);
}
.vacature-dtl-top-sec .service-dtl-usp h5 em {
    font-style: normal;
    padding: 12px 18px;
    background-color: #118B50;
    display: flex;
    align-items: center;
    min-width: 240px;
}
.vacature-dtl-top-sec .service-dtl-usp ul > li > ul {
    background-color: #E6E6E6;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 52px 74px 26px;
    margin-top: -33px;
    list-style-type: disc;
}
.service-top-detl-sec .service-dtl-usp h5 strong::after {
    display: none;
}
.service-top-detl-sec .service-dtl-usp h5 strong {
    color: #232323;
}
.service-top-detl-sec .service-dtl-usp p {
    margin-bottom: 0;
}
.service-top-detl-sec .service-dtl-usp li {
    list-style: none;
}
/*******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;
  }
  

  /****aanbod dtl****/
  .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;
  }
  
  .star_icon h4{
      padding-bottom: 10px;
      text-transform: uppercase;
      padding-top: 15px;
      margin-bottom: 15px;
      color: #232323;
      border-bottom: 1px solid #232323;
      text-transform: uppercase;
  }
  .star_icon p img{
      width: 15px;
      margin-top: -3px;
      margin-right: 5px;
  }
  .star_icon p{
      /* font-family: 'NunitoSansRegular'; */
      font-size: 16px;
      color: #232323;
      padding-bottom: 6px;
      word-break: break-word;
  }
  .photo_contnt li img{
      width: 15px;
      margin-left: 5px;
  }
  .star_icon h3 {
      margin: 40px 0 30px;
  }
  .aanbod-detail-tab-sec .tab-content .star_icon p {
      margin: 0;
  }
  .bullet-panel h3 {
      margin-bottom: 30px;
  }
  .cursor{
      cursor:pointer;
  }
  /* .form-1, .form-2 {
      display:none;
      margin-top: 30px !important;
      margin: 0 auto 10px;
  }  */
  .form-1, .form-2 {
    display:none;
    margin-top: 30px !important;
    margin: 0 auto 10px;
    padding-top: 12rem;
} 
.dtl-aanbod-form .white-wrap{
  padding: 0 !important;
}

  .privacy_section{
      /* background-color: #121212; */
      padding: 11% 0;
  }
  .cpnt {
      cursor: pointer;
  }
  .filter-clean img {
      width: 12px;
      margin-right: 10px;
      margin-bottom: 2px;
  }
  .acties-left-content h2{
      color: #232323;
  }
  .privacy_section{
      padding-top: 12rem;
  }
  /* .error_top {
      margin-top: 15rem;
      margin-bottom: 20px;
  } */
  .privacy_section h3{
	color: #232323 !important;
  }
  .privacy_section p{
	color: #232323 !important;
  }
  .load_img{
      width: 5rem;
  }
  .skiptranslate {
    height: 0;
    overflow: hidden;
    visibility: hidden !important;
}
.wrkplt-dtpk:placeholder {
    color: rgba(255, 255, 255, 0.50);
    opacity: 1;
}
.wrkplt-dtpk:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.50);
    opacity: 1;
}
.wrkplt-dtpk::placeholder {
    color: rgba(255, 255, 255, 0.50);
    opacity: 1;
}


.aanbod-loader {
	width: 45px;
	height: 40px;
	background: linear-gradient(#118B50 calc(1*100%/6),#fff 0 calc(3*100%/6),#118B50 0),
			  linear-gradient(#118B50 calc(2*100%/6),#fff 0 calc(4*100%/6),#118B50 0),
			  linear-gradient(#118B50 calc(3*100%/6),#fff 0 calc(5*100%/6),#118B50 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: #000000;
  }
  iframe.calsty {
    width: 100%;
    height: 1390px;
    padding: 0px;
    background: #F6F6F6;
    border: none;
}

/*calculator Iframe*/
@media(max-width: 991px) and (min-width: 768px){
	.calsty {
	height: 975px !important;
}
}
@media(max-width: 767px) and (min-width: 480px){
	.calsty {
	height: 721px !important;
}
}
@media(max-width: 479px){
	.calsty {
	height: 767px !important;
}
}