@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'work_sansregular';
    font-size: 16px;
    color: #fff;
}
#page{
	overflow: hidden;
	position: relative;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #182023;
    border-color: rgba(255,255,255,0.2);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.2);
}
.mm-menu .mm-listview>li .mm-arrow:after, .mm-menu .mm-listview>li .mm-next:after,
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
    border-color:#fff;
}
/*************header**********/
.header-area{
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
	padding-top: 75px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.header-area2{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2;
	padding-top: 75px;
}
.header-area.stiky{
	padding: 10px 0;
    background-color: #192024;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.header-area.stiky .logo2, .aanbod-header.inner-pg-header .logo2{
	display: block !important;
}
.header-area.stiky .row{
	align-items: center;
}
.dblock2 {
    display: none;
}
.header-wrap{
	padding: 0 65px;
}
.desktop-nav, .desktop-nav.navbar-expand-lg .navbar-nav .nav-link{
	padding: 0;
	color: #fff;
}
.desktop-nav .nav-item {
	padding-left: 50px;
	font-size: 20px;
	font-family: 'work_sansregular';
	letter-spacing: 0.2px;
}
.menu-icon img {
	margin-left: 15px;	
}
.menu-icon{
	padding-right: 50px;
}
.menu-icon a:hover{
	color: #fff;
}
/****menu-items******/
.menu-items{
	position: absolute;
    top: 90px;
    width: 100%;
    max-width: 260px;
    background: #192024;
    right: -100%;
    z-index: 99;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-items.active {
	right: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-items ul {
    padding: 40px 0;
}
.menu-items li a {
    font-family: 'work_sansregular';
    font-size: 16px;
    color: #fff;
    display: block;
    width: 100%;
    padding: 14px 30px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-items li.active a, .menu-items li a:hover {
    background: #f8f8f8;
    color: #192024;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 1;
}
.menu-items li a:after {
    position: absolute;
    background: url(../images/right-arrow.svg) no-repeat 90% center/cover;
    content: '';
    width: 10px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-items li a:hover:after, .menu-items li.active a:after{
	opacity: 1;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-icon.active img{
	transform: rotate(45deg);
}
/*********dropdown*********/
.dropdown:hover>.dropdown-menu {
	display: block;
}
.header-area .dropdown-menu {
	padding: 0px;
    border-radius: 0px;
    min-width: 220px;
    background-color: #192024;
    border: 0px;
    left: -220px;
    margin: -52px 0 0;
}
.header-area .dropdown-menu a:after{
	display: none;
}
.header-area .dropdown-menu a:hover, .header-area .dropdown-item.active, .header-area .dropdown-item:active{
	background: #f8f8f8;
	color: #192024;
}
/*************side area**********/
.mini-right-nav li{
    margin-bottom:4px;
    padding: 0;
    width: 60px;
    display: block;
    position: relative;
}
.mini-right-nav li a{
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #1c1c1c;
}
.mini-right-nav li.whtasapp-nav a, .mini-right-nav .whtasapp-nav span:after{
     background-color: #68bb5f;
}
.mini-right-nav span {
    font-family: 'NunitoSansRegular';
    font-size:16px;
    bottom: 0;
    right: 60px;
    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;  
}
.mini-right-nav span:after{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 60px);
    content: '';
    background-color: #1c1c1c;
    height: 60px;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    transition: 0.50s;
    z-index: -1; 
}
.mini-right-nav a:hover  span{ width:auto; padding:0 25px ;overflow:visible; font-family: 'work_sansregular'; }
.mini-right-nav a:hover {text-decoration:none;}
.mini-right-nav a span{
    color:#fff;
}
.mini-right-nav img{
    width: 20px;
    position: relative;
    z-index: 1;
}
.mini-right-nav{
    position: fixed;
    top: calc(10% + 210px);
    z-index: 999;
    right: 0px;
}
/************banner***************/
.banner-sec {
	position: relative;
}
.banner-content {
	position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
/****************product************/
.product-sec{
	padding: 80px 0;
}
.product-sec .sec-heading{
	border-right: 1px solid #e7e7e7;
}
.sec-heading h2{
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
}
.sec-heading p{
	margin: 20px 0 190px;
}
.sec-heading{
	padding-right: 20px;
	padding-left: 40px;
}
.product-btn{
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
	padding: 10px 0;
}
.product-slider{
	padding-left: 20px;
}
.product-img{
	position: relative;
}
.product-img:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #192024;
	opacity: 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.each-product:hover .product-img:after{
	opacity: 0.75;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.product-dtl{
	position: absolute;
	bottom: 40px;
	padding: 0 40px;
	left: 0;
	width: 100%;
	z-index: 1;
	display: none;
}
.each-product:hover .product-dtl{
	display: block;
}
.product-dtl p{
	color: #fff;
	margin-left: auto;
    display: table;
	position: relative;
	margin-bottom: 10px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.product-dtl p:before {
	position: absolute;
	top: -10px;
	right: 0;
	width: 100px;
	height: 1px;
	content: '';
	background: #fff;
	opacity: 0;
}
.product-dtl .product-btn{
	border-color: rgba(255,255,255,0.25);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.product-dtl .txt-btn{
	color: #fff;
	opacity: 1;
}
.product-dtl .txt-btn:before{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.each-product h5{
	margin-top: 20px;
}
/*********gallery************/
.gallery-block .col-lg-3{
	-ms-flex: 0 0 23.5%;
    flex: 0 0 23.5%;
    max-width: 23.5%;
}
.gallery-block .col-lg-9{
	-ms-flex: 0 0 76.5%;
    flex: 0 0 76.5%;
    max-width: 76.5%;
}
.each-gallery{
	position: relative;
	height: 100%;
	overflow: hidden;
}
.each-gallery img{
	height: 100%;
	object-fit: cover;
}
.gallery-heading{
	position: absolute;
    z-index: 1;
    width: 100%;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.gallery-dtl{
	position: absolute;
    bottom: 100%;
    background-color: rgba(25,32,36,0.75);
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    z-index: 1;
}
.text-box {
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    padding: 0 7% 70px;
}
.gallery-content-wrap{
	max-width: 750px;
	width: 100%;
}
.gallery-dtl p{
	margin: 30px 0 16%;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gallery-dtl .product-btn{
	border-color: rgba(255,255,255,0.25);
}
.gallery-dtl .txt-btn{
	color: #fff;
}
.gallery-dtl .txt-btn:before{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.each-gallery h2, .gallery-dtl p{
	color: #fff;
}
.each-gallery:hover .gallery-heading {
    top: 100%;
    transform: translateY(0);
}
.each-gallery:hover .gallery-dtl {
    bottom: 0;
    height: 100%;
}
/************content block*********/
.content-block{
	padding: 90px 0 90px;
}
.content-wrap h2{
	padding-bottom: 50px;
	border-bottom: 1px solid #e7e7e7;
}
.content-wrap p{
	margin: 50px 0 120px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content-wrap .product-btn{
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}
.content-area{
	padding: 0 10% 0 15%;
}
.content-wrap{
	position: relative;
}
/************footer**********/
.footer-area{
	background: #192024;
	padding: 90px 20px;
}
.each-footer-info h2{
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	color: #fff;
}
.footer-area .col-xl-5{
	-ms-flex: 0 0 39%;
    flex: 0 0 39%;
    max-width: 39%;
}
.footer-area .col-xl-7{
	-ms-flex: 0 0 61%;
    flex: 0 0 61%;
    max-width: 61%;
}
.each-footer-info p{
	color: #fff;
	margin-top: 20px;
}
.footer-area .col-md-4{
	border-left: 1px solid #fff;
	height: 100%;
}
.each-footer-info ul{
	margin-top: 20px;
}
.each-footer-info li a{
	font-family: 'work_sansregular';
	font-size: 16px;
	color: #fff;
}
.footer-area .col-md-4 a:hover{
	color: #fff;
	opacity: 0.6;
}
.each-footer-info{
	padding: 0 10px;
}
.footer-logo{
	margin-top: 80px;
	display: block;
}
/*****inner page header*******/
.header-area.inner-pg-header {
	padding: 10px 0;
	background-color: #192024;
	position: relative;
}
.header-area.inner-pg-header.stiky{
	position: fixed;
}
.header-area.inner-pg-header .row{
	align-items: center;
}
/*.header-area.inner-pg-header2 {
	padding: 10px 0;
	background-color: #192024;
	position: fixed;
}
.inner-pg-header .row{
	align-items: center;
}
.inner-pg-header2 .row{
	align-items: center;
}*/
/*******************************contact page start*******************************************/
.contact-header {
	position: absolute;
	background-color: transparent;
}
.contact-map-sec {
	height: 296px;
/*	height: 590px;*/
}
/******contact dtls******/
.contact-dtl-sec {
	padding: 130px 0 ;
}
.each-contact-info h2 { 
	font-family: 'work_sansregular';
}
.each-contact-info table td h6, 
.each-contact-info p, 
.each-contact-info a {
	font-family: 'work_sansregular';
	font-size: 15px;
	color: #0f232d;
}
.each-contact-info a:hover {
	opacity: 0.6;
}
.each-contact-info table {
	width: 100%;
}
.each-contact-info td:last-child {
	float: right;
}
.each-contact-info h6 {
	margin-bottom: 15px;
}
.each-contact-info hr {
	border-top: 1px solid #e0e0e0;
	margin: 15px 0 20px;
}
.contact-info {
	padding-right: 130px;
}
.each-contact-info:first-child {
	margin-bottom: 100px;
}
.contact-dtl-sec .col-xl-6:first-child{
	-ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
}
.contact-dtl-sec .col-xl-6:last-child{
	-ms-flex: 0 0 52%;
    flex: 0 0 52%;
    max-width: 52%;
}
/*****contact form sec******/
.contact-form-sec {
	background-color: #192024;
	padding: 100px 0 100px;
}
.contact-form-sec h2  {
	font-family: 'work_sansregular';
	margin-bottom: 75px;
	color: #fff;
}
.form-styl {
	resize: none;
	background-color: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
    border-radius: 0px;
    padding: 10px 0px 50px;
	font-family: 'work_sansregular';
	font-size: 16px;
}
.form-styl::placeholder {
	font-family: 'work_sansregular';
	font-size: 16px;
	color: #fff;
}
.form-styl::-moz-placeholder {
	font-family: 'work_sansregular';
	font-size: 16px;
	color: #fff;
}
.form-styl:-moz-placeholder {
	font-family: 'work_sansregular';
	font-size: 16px;
	color: #fff;
}
.form-styl:focus {
	box-shadow: none;
    background-color: transparent;
    border-bottom: 2px solid #fff;
    color: #fff;
}
.form-group {
	margin-bottom: 90px;
}
.contact-form-sec .form-text-area{
	margin-bottom: 10px;
}
textarea {
	padding-bottom: 67px !important;
	padding-top: 0 !important;
}
.contact-btn{
	text-align: right;
}
.contact-form-sec .txt-btn {
	background: transparent;
	color: #fff;
	padding: 0;
	cursor: pointer;
	font-size: 16px;
	font-size: 20px;
	border: 1px solid #fff;
	max-width: 130px;
	width: 100%;
	height: 49px;
	line-height: 48px;
	text-align: center;
	margin-top: 20px;
	opacity: 1;
}
.contact-form-sec .txt-btn:hover{
	background: #fff;
	color: #192024;
}
.contact-form-sec .txt-btn::before {
	display: none;
}
/***contact-bottom****/
.contact-bottom-sec {
	padding: 5% 0 16%;
}
.contact-bottom-dtl {
	max-width: 700px;
	width: 100%;
}
.contact-bottom-dtl .contact-bottom-btn {
	border-top: 1px solid rgba(25, 32, 36, 0.23);
	border-bottom: 1px solid rgba(25, 32, 36, 0.23);
	padding: 14px 0;
}
.contact-bottom-dtl hr {
	margin: 85px 0;
	border-top: 1px solid rgba(25, 32, 36, 0.23);
}
.contact-bottom-dtl p {
	margin: 0 180px 120px 0;
}

/************************************service page start*****************************************/
.service-top-sec {
	padding: 100px 0 124px;
}
.service-top-sec .sec-heading {
	max-width: 690px;
	width: 100%;
	padding: 0;
}
.service-top-sec .sec-heading h2 {
	padding-bottom: 55px;
}
.service-top-sec .sec-heading p {
	margin: 45px 0 0;
}
/*****service list sec******/
.each-service-list .sec-heading {
	height: 100%;
	padding: 0 17% 0 11%;
}
.each-service-list .sec-heading h2 {
	border-bottom: 0;
	padding-bottom: 0;
}
.each-service-list .sec-heading p {
	margin-bottom: 145px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/************************************service dtl page start*****************************************/
.service-dtl-form {
	background-color: #fff;
}
.service-dtl-form h2 {
	color: #192024;
}
.service-dtl-form .form-styl {
	color: #192024;
	border-bottom: 2px solid rgba(25, 32, 36, 0.15);
}
.service-dtl-form .form-styl::placeholder {
	color: #192024;
}
.service-dtl-form .form-styl::-webkit-placeholder {
	color: #192024;
}
.service-dtl-form .form-styl:-webkit-placeholder {
	color: #192024;
}
.service-dtl-form .txt-btn {
	color: #192024;
	border-color: #192024;
}
.service-dtl-form .txt-btn:hover{
	color: #fff;
	border-color: #192024;
	background: #192024;
}
.service-dtl-form .form-styl:focus {
	border-bottom: 2px solid rgba(25, 32, 36, 1);
}
.service-dtl-top-sec .content-wrap p {
	margin-bottom: 0;
	overflow: initial;
	display: block;
}
.service-dtl-top-sec {
	padding: 50px 0 0;
}
.service-dtl-top-sec .content-wrap {
	padding-top: 19%;
/*	padding-bottom: 19%;*/
}
.service-dtl-middle-sec {
	padding: 0;
	background-color: #192024;;
}
.service-dtl-middle-sec .block-img, .service-dtl-middle-sec .block-img img{
	height: 100%;
}
.service-dtl-middle-sec .block-img img{
	object-fit: cover;
}
.service-dtl-middle-sec .content-wrap h2,
.service-dtl-middle-sec .content-wrap p {
	color: #fff;
}
.service-dtl-middle-sec .content-wrap h2, .service-dtl-middle-sec .product-btn{
	border-color: rgba(255,255,255,0.25);
}
/****service dtl slider*****/
.service-dtl-slider .swiper-container{
	background-color: #192024;
	padding:50px 0 60px;
}
.slider-top-heading{
	margin-bottom: 30px;
}
.slider-top-heading h2{
    display: inline-block;
    padding: 0 40px 25px;
    border-bottom: 2px solid rgba(25, 35, 36, 0.15);
}
.each-service-dtl-slide  {
	position: relative;
}
.each-service-dtl-slide h5 {
	font-family: 'work_sansmedium';
	color: #fff;
}
.each-service-dtl-slide-text {
	position: absolute;
	width: 100%;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
}

/**********************************ervaringen page start********************************************/
.erva-top-sec  {
	padding: 0;
}
.erva-top-sec .sec-heading {
	padding: 10% 17% 10% 10%;
	max-width: 100%;
	height: 100%;
}
.erva-top-img {
	/*background-color: #192024;*/
    height: 100%;
}
.erva-top-img img{
	height: 100%;
	object-fit: cover;
}
/****rating-list sec*******/
.erva-rating-sec .star-rating img {
	width: 30px;
	margin-right: 15px;
}
.erva-rating-sec .star-rating img:last-child {
	margin-right: 0;
}
.erva-rating-sec .star-rating h5 {
	margin-top: 15px;
}
.erva-rating-sec .each-service-list .sec-heading p {
	margin-bottom: 200px;
}
.erva-rating-sec .each-service-list .col-lg-6:nth-child(odd) .sec-heading {
	background-color: #192024;
}
.erva-rating-sec .each-service-list .col-lg-6:nth-child(odd) .sec-heading h2, 
.erva-rating-sec .each-service-list .col-lg-6:nth-child(odd) .sec-heading h5 {
	color: #fff;
}
.erva-rating-sec .each-service-list .col-lg-6:nth-child(odd) .sec-heading p {
	color: #fff;
}
.erva-rating-sec .each-service-list .sec-heading p {
	display: block;
	overflow: initial;
	text-align: justify;
}
.erva-rating-sec .each-service-list .sec-heading {
	height: 100%;
	padding: 150px 17% 60px 13%;
	position: relative;
}
.star-rating {
	position: absolute;
	bottom: 150px;
}
/**********************************aanbod page start**********************************************/
.aanbod-filter-sec {
	padding: 140px 0 80px;
	
}
.aanbod-filter-wrapper {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 50px;
}
.aanbod-filter-sec .select-style {
	width: 100%;
    border: 0;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    font-family: 'work_sansregular';
    font-size: 20px;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/down-arrow.png) #fff no-repeat 82% center/12px;
    color: #192024;
    padding: 0 30px;

}
.aanbod-filter-sec button {
	border: 0;
	background: transparent;    
	height: 50px;
    line-height: 50px;
    font-family: 'work_sansregular';
	width: 100%;
	cursor: pointer;
	font-size: 20px;
}
.aanbod-filter-sec button:hover {
	opacity: 0.5;
}
.aanbod-filter-sec .aanbod-filter-block {
	max-width: 560px;
	width: 100%;
	margin-left: auto;
}
.aanbod-filter-sec .aanbod-filter-block .col-md-4 {
	border-right: 1px solid #0f232d;
	border-left: 1px solid #0f232d;
}
.aanbod-filter-sec .aanbod-filter-block .col-md-4:nth-child(even) {
	border: 0;
}
/****aanbod-product***/
.aanbod-product-sec {
	padding-bottom: 60px;
}
.aanbod-product-sec .each-product {
	margin-bottom: 80px;
	padding: 0 5px;
}
/****aanbod-middle****/
.aanbod-middle {
	margin: 0 5px;
	background-color: #0f232d;
}
.aanbod-middle-text {
	padding: 0 16%;
}
/*.aanbod-middle-img {
	height: 100%;
}
.aanbod-middle-img img {
	height: 100%;
	object-fit: cover;
}*/
.aanbod-middle-text h2 {
	color: #fff;
	padding-bottom: 13px;
	margin-bottom: 30px;
	border-bottom: 1px solid #fff;
}
.aanbod-middle-text .each-aanbod-mid-cont h6{
	font-size: 15px;
	font-family: 'work_sansregular';
	color: #fff;
}
.aanbod-middle-text .col-lg-12 .each-aanbod-mid-cont {
	margin-bottom: 40px;
}
.aanbod-middle-text .col-lg-6:last-child .each-aanbod-mid-cont {
	float: right;
}
.aanbod-middle-text a:hover {
	color: #fff;
	opacity: 0.5;
}

/**********************************tips pages start**********************************************/
.tips-headign {
	padding: 70px 0 30px;
}
/**********************************tonke pages start**********************************************/
.tonke-bk-btn .txt-btn:before {
	transform: rotate(180deg);
	top: 35%;
	left: 35px;
}
.tonke-bk-btn .txt-btn {
	position: absolute;
	right: 0;
	top: 95px;
	border-right: 1px solid #0f232d;
	border-left: 1px solid #0f232d;
	padding: 10px 40px 10px 80px;
}
.tonke-bk-btn .product-btn {
	position: relative;
	border: 0;
}
.tonke-middle-sec .content-wrap .product-btn {
	position: relative;
	margin-top: 50px;
	max-width: 420px;
}
.tonke-middle-sec .content-wrap .product-btn .txt-btn {
	color: #fff;
}
.tonke-middle-sec .content-wrap .product-btn .txt-btn::before {
	filter: invert(1);
	-webkit-filter: invert(1);
}
/*************************************bedankt pag start**************************************/
.bedankt-sec .banner-content  {
	z-index: 5;
}
.bedankt-sec .banner-content .product-btn {
	border: 0;
	margin-top: 40px;
}
.bedankt-sec .banner-content .product-btn .txt-btn {
	color: #fff;
}
.bedankt-sec .banner-content .product-btn .txt-btn::before {
	filter: invert(1);
	-webkit-filter: invert(1);
}

/*******************************aanbod dtl page start*****************************************/
.aanbod-dtl-top-sec {
	padding: 65px 0 50px;
}
.aanbod-dtl-top-sec .product-btn .txt-btn {
	position: initial;
}
.aanbod-dtl-top-sec .product-btn .txt-btn:hover {
	opacity: 1;
}
.aanbod-dtl-top-sec .product-btn .txt-btn:hover a {
	opacity: 0.5;
}
.aanbod-dtl-top-sec .product-btn {
	float: right;
}
.aanbod-dtl-top-sec .product-btn .txt-btn a {
	color: #192024;
}
.aanbod-dtl-top-wrapper {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 50px;
}
.details-page-path {
	font-family: 'work_sansmedium';
	font-size: 20px;
	color: #0f232d;
}
.details-page-path a {
	font-family: 'work_sansmedium';
	font-size: 20px;
	color: #0f232d;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.details-page-path a:hover {
	opacity: 0.5;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.aanbod-dtl-top-price {
	padding-bottom: 50px;
}
/*****top slider******/
.pagination-wrap{
	position: absolute;
    bottom: 30px;
    left: 30px;
    border: 4px solid #fff;
    background: rgba(0, 0, 0, 0.13);
    z-index: 1;
    padding: 5px;
}
.pagination-wrap .swiper-pagination, .pagination-wrap h3{
	font-size: 21px;
    font-family: 'work_sansregular';
    position: static;
    display: inline-block;
    width: auto;
}
/*.aanbod-details-slider-area .common-arrow {
	height: 55px;
	width: 55px;
	background-color: #fff;
}
.aanbod-details-slider-area .swiper-button-next {
	right: 0;
}
.aanbod-details-slider-area .swiper-button-prev {
	left: 0;
}*/
/*****bottom product*****/
.aanbod-dtl-product-sec .sec-heading p {
	margin-top: 40px;
}
.aanbod-dtl-product-sec .sec-heading h2 {
	padding-bottom: 30px;
}
.aanbod-dtl-product-sec {
	padding: 160px 0 140px;
}
/****kenmerken***/
.kenmerken-tab-sec {
	background-color:  #192024;
	padding: 60px 0 100px;
}
.kenmerken-tab ul li {
	width: 48%;
    display: inline-block;
    vertical-align: top;
	font-family: 'work_sansregular';
    font-size: 15px;
    color: #fff;
    padding-bottom: 10px;
    word-break: break-word;
}
.kenmerken-tab ul li:nth-child(odd) {
	background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 6px;
    padding-left: 20px;
    background-size: 7px;
    color: #fff;
    font-family: 'work_sansmedium';
}
.kenmerken-tab-sec h2{
	color: #fff;
	margin-bottom: 50px;
	font-family: 'work_sansregular';
}
/****tab sec****/
.tab-upper-static-block{
	padding-top: 100px;
}
.dtl-tab-sec {
/*	padding: 60px 0 150px;*/
	padding: 60px 0 80px;
}
.tab-bar {
	background-color: #192024;
	padding: 40px 0;
	margin-bottom: 50px;
}
.dtl-tab-sec .nav-tabs {
	border-bottom: 0;
}
.dtl-tab-sec .nav-tabs .nav-link {
    color: #fff;
    font-family: 'work_sansregular';
    font-size: 20px;
    color: #fff;
    background-color: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255,255,255,0);
	border-radius: 0;
	position: relative;
}
.dtl-tab-sec .nav-tabs .nav-link::after {
	position: absolute;
    bottom: 0;
    width: 87%;
    height: 2px;
    background-color: #fff;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}
.dtl-tab-sec .nav-tabs .nav-link.active::after {
	opacity: 1;
}
.dtl-tab-sec .nav-tabs .nav-item {
	text-align: center;
	padding-right: 20px;
}
.tab-bar .form-btn {
	color: #fff;
	padding-left: 0;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 10px 40px;
	display: inline-block;
}
.tab-bar .form-btn::before {
	display: none;
}
.tab-bar .form-btn:first-child {
	border-right: 0;
}
.tab-bar .form-btn a {
	color: #fff;
}
.tab-bar .form-btn:hover{
	opacity: 1;
	color: rgba(255,255,255,0.5);
}
.aanbod-social-icons{
	margin-right: 40px;
}
.tab-content h6 {
	font-family: 'work_sansregular';
	font-size: 15px;
	color: #192024;
	line-height: 28px;
}
.tab-content h6 ul li {
	position: relative;
	padding-left: 20px;
}
.tab-content h6 ul li::after {
	padding-left: 15px;
	background-size: 7px;
	position: absolute;
	top: 10px;
	left: 0;
	content: '';
	width: 20px;
	height: 30px;
	background-image: url(../images/dash.png);
	background-repeat: no-repeat;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing h4 {
	color: #192024;
    border-bottom: 1px solid #192024;
    padding-bottom: 10px;
    text-transform: uppercase;
	font-size: 22px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing h3 {
	color: #192024;
}
.dtl-tab-sec .bullet-panel ul li {
	padding-left: 20px;
	position: relative;
	font-family: 'work_sansregular';
	font-size: 16px;
	color: #192024;
	margin-bottom: 10px;
}
.dtl-tab-sec .bullet-panel li:after {
	padding-left: 15px;
	background-size: 7px;
	position: absolute;
	top: 6px;
	left: 0;
	content: '';
	width: 15px;
	height: 15px;
	background-image: url(../images/bullet.svg);
	background-repeat: no-repeat;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
	padding-bottom: 20px;
}
.dtl-tab-sec .tab-content .bullet-panel {
	margin-bottom: 20px;
}
.each-onderhoud-block {
	display: flex;
    margin-bottom: 20px;
}
.left-bg-block {
	width: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0f232d;
	font-size: 16px;
	line-height: 24px;
}
.left-bg-block h6 {
	line-height: 30px;
    color: #fff;
	font-family: 'work_sansmedium';
	font-display: 16px;
}
.block-dtls {
	width: calc(100% - 140px);
	border: 1px solid #202f48;
	border-left: 0;
	padding: 20px 15px 5px;
	min-height: 200px;
}
.each-onderhoud-block h4 {
	color: #192024;
	font-family: 'work_sansmedium';
	font-size: 22px;
}
.each-onderhoud-block h5 {
	margin: 10px 0px 30px;
	font-size: 16px;
}
.dtl-tab-sec .tab-content p {
	line-height: 30px;
	font-size: 16px;
}
/***right contact man********/
.aanbod-dtl-cont-man .aanbod-middle-text {
	padding: 10% 16%;
	background-color: #192024;
}
.aanbod-dtl-cont-man {
	margin-top: 30px;
}
/********aanbod-dtl-new-kenmerken********/
.aanbod-details-slider-area, .top-kenmerken, .tab-upper-static-block, 
.dtl-tab-sec, .contact-form-sec, .aanbod-dtl-product-sec, .footer-area{
	width: 100%;
	display: inline-block;
}
.top-kenmerken {
	background-color: #192024;
	padding: 70px 0;
}
.top-kenmerken h2 {
	color: #fff;
    margin-bottom: 50px;
    font-family: 'work_sansregular';
}
.top-kenmerken-wrapper  {
	max-width: 1560px;
	width: 100%;
}
.each-top-kenmerken h6 {
	color: #b6b6b6;
    margin-bottom: 10px;
    font-family: 'work_sansregular';
	font-size: 15px;
}
.each-top-kenmerken h5 {
	color: #fff;
	font-size: 25px;
}
.each-top-kenmerken li{
	margin-bottom: 35px;
}
/**********************************overons page start******************************************/
.content-block.service-dtl-top-sec.service-dtl-middle-sec .over-ons-wrap h2{
	border-color: #fff;
}
.over-ons-logo{
	/*padding-top: 200px;*/
}
.over-ons-logo img{
	width: 380px;
}
.inner-banner{
	position: relative;
}
.inner-banner-text{
	position: absolute;
	bottom: 100px;
    right: 125px;
    max-width: 361px;
}
.inner-banner-text h1{
	text-align: right;
}
.inner-block-img{
	display: flex;
}
.inner-block-img img{
margin-top: 51px;
margin-bottom: 51px;
padding-right: 40px;
}
.over-ons-server{
	padding: 0px;
}
.over-ons-slider{
	position: relative;
	padding: 52px;
	padding-left: 0px;
}
.over-ons-block{
	padding-top: 165px;
	padding-bottom: 180px;
}
.over-ons-block.service-dtl-middle-sec .content-wrap h2{
	border-color: #fff;
}
/************************popup start**********/
#myModal .modal-dialog {
	max-width: 77%;
    margin: 8% auto;
}
.modal-backdrop{
	background: #fff;
}
#myModal .modal-content {
	border: 0;
	border-radius: 0;
}
.popup-content{
	max-width: 750px;
	width: 100%;
}
.popup-content p{
	margin: 30px 0 120px;
}
.popup-content h2, .popup-content p{
	color: #fff;
}
.popup-img{
	padding: 16% 7% 6%;
}
#myModal .product-btn{
	border-color: rgba(255,255,255,0.25);
}
#myModal .txt-btn {
	color: #fff;
}
#myModal .txt-btn:before {
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.close-btn{
	position: absolute;
	top: 40px;
	right: 40px;
	opacity: 0.5;
	cursor: pointer;
}
/* 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;
}

/*****(normal)morgen footer start********/
.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;
}

/*****(normal)morgen footer end********/

/*********tab**************/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 4px 0 6px 30px;
}
.star_icon{
	margin-bottom: 40px;
}
.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    text-transform: uppercase;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    font-size: 16px;
    color: black;;
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}

/* 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;
}

/*Onderhoudshistorie tab*/

.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
    margin-top: 50px;
}

.each-onderhoud-block h6 {
    color: #1c1c1c;
    margin: 10px 0px 30px;
}

.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #bdbdbd;
    font-size: 16px;
    line-height: 24px;
}
.left-bg-block h6 {
    line-height: 30px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #1c1c1c;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.reset-btn{
	color:#192024;
	margin-top: 15px;
}
.form-1{
	display: none;
}
.form-1 .form-styl{
	height: auto;
	padding: 0 0 10px !important;
}
.form-1 .form-group {
  margin-bottom: 30px;
}
.dtl-tab-sec .kenmerken-tab ul li{
	color: #192024;
}
.privacy_sec{
	color: #1c1c1c;
}
.privacy_section{
	padding-bottom: 10%;
}
.tab-upper-static-block h2{
	margin-bottom: 50px;
}



/**************************/
.pdf-btn a
{
	color: #000000;
}

.pdf-btn
{
	padding: 10px 10px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	text-align: center;
}

.row .pdf-area {
    margin: 0;
    padding: 30px 0px;
}

.pdf-area .col-lg-8
{
	padding-left:5px;
	padding-right:5px;
}
.tonke-bottom ul li{
	color:#192024;
}
.header-area.active{
	top: 0px;
	left: 0px;
    width: 100%;
    position: fixed;
    -webkit-transition: all 1s;
    transition: all 1s;
    z-index: 99999;
    padding: 10px 0 15px;
    background: #f8f8f8;
	border-bottom: 5px solid #f8f8f8;
}
#menu2 .tab_hedaing h4{
	color: #131212;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
