@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #fff;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
/************************header topbar***************************/
.header-topbar li img{
	width: 15px;
	margin-right: 10px;
}
.header-topbar li .whatsappp-img{
	width: 20px;
}
.header-topbar li{
	font-size: 16px;
	color: #1c1c1c;
	font-family: 'NunitoSansRegular';
	display: inline-block;
	margin-right: 50px;
	letter-spacing: 0.5px;
}
.header-topbar{
	padding: 20px 40px;
	border-bottom: 1px solid #e2e2e2;
}
.header-topbar .social-icons a{
	margin-left: 20px;
}
.header-topbar .social-icons a:hover{
	opacity: 0.5;
}
.header-topbar .social-icons img{
	width: 18px;
	margin-right: 0
}
.header-topbar .social-icons .whatsappp-img{
	filter: brightness(0);
	-webkit-filter: brightness(0);
}
/**********navbar******/
.desktop-nav{
	padding: 0 ;
	position: relative;
	height: 100%;
}
.desktop-nav .nav-item{
	margin-left: 80px;
    font-size: 16px;
    font-family: 'NunitoSansRegular';
}
.desktop-nav .nav-item.active{
	color:#aac5d9;
}
.desktop-nav.navbar-light .navbar-nav .active>.nav-link, 
.desktop-nav.navbar-light .navbar-nav .nav-link.active, 
.desktop-nav.navbar-light .navbar-nav .nav-link.show, 
.desktop-nav.navbar-light .navbar-nav .show>.nav-link{
	color:#aac5d9;
}
.desktop-nav .nav-item:first-child{
	margin-left: 70px;
}
.desktop-nav .navbar-nav .nav-link{
	color:#1c1c1c;
	padding: 0;
}
/*.desktop-nav .navbar-nav .nav-link:hover, .desktop-nav .active .nav-link,
.desktop-nav .navbar-nav .nav-link:focus{
	color:#aac5d9;
}*/
.desktop-nav .navbar-brand{
	padding: 20px 30px 20px 40px;
    border-right: 1px solid #e2e2e2;
    margin-right: 0;
    height: 100%;
}
.header-right-btn .common-btn{
	max-width: 290px;
	height: 85px;
	line-height: 85px;
	border: 0;
}
/*************banner*********/
.each-banner-image{
	height:740px;
}
.banner-sec{
	position: relative;
}
.banner-sec .swiper-pagination{
	bottom: 50px;
}
.banner-sec .swiper-pagination-bullet{
	background:#fff;
	margin-right: 10px;
	width: 6px;
	height: 6px;
}
.banner-content{
	position: absolute;
   	top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
}
.banner-right-block{
	max-width: 470px;
	width: 100%;
	background-color: rgba(0,0,0,0.75);
	padding: 40px;
}
.each-block{
	padding: 90px 0;
	text-align: center;
	position: relative;
}
.banner-block-wrapper a:hover h6{
	opacity: 0.5;
}
.banner-block-wrapper .col-md-6:nth-child(odd) .each-block:after{
	position: absolute;
	right: 0;
	width: 1px;
	content: '';
	background: #fff;
	opacity: 0.3;
	height:100%;
	top: 50%;
	transform: translateY(-50%);
}
.banner-block-wrapper .col-md-6:nth-child(1) .each-block:before, .banner-block-wrapper .col-md-6:nth-child(2) .each-block:before{
	position: absolute;
	left: 0;
	width: 100%;
	content: '';
	background: #fff;
	opacity: 0.3;
	height:1px;
	bottom: 0;
}
.banner-block-wrapper{
	position: absolute;
    bottom: 0;
    width: 100%;
    right: 0px;
}
.banner-content .container, .banner-content .row{
	height: 100%;
}
.banner-heading{
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}
/*************************product*************************/
.section-heading span{
	position: relative;
	padding: 0 120px;
	display: inline-block;
}
.section-heading span h2{
	display: inline-block;
	color: #1c1c1c;
}
.section-heading .swiper-button-next{
	right: 0;
}
.section-heading .swiper-button-prev{
	left: 0;
}
.product-area{
	padding: 80px 0;
	background-color: #f3f3f3;
}
.product-content h6{
	color: #4c4c4c;
	font-family: 'NunitoSansRegular';
}
.product-content p{
	color: #4c4c4c;
	font-family: 'NunitoSansLight';
	font-size: 12px;
}
.product-content{
	padding: 30px;
	background-color: #fff;
}
.product-content table{
	width: 100%;
}
.product-content .divider{
	border-top:1px solid #ededed;
/*	margin: 30px 0;*/
}
.product-slider{
	margin: 80px 0;
}
/******************************middle area*******************/
.middle-bg-area{
	padding: 90px 0;
}
.each-middle-content{
	background-color: rgba(0,0,0,0.80);
	padding: 70px 30px 20px;
	margin-top: 70px;
	height: 230px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	cursor: pointer;
}
.each-middle-content p{
	margin: 20px 0 0;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}
.content-block{
	margin-top: 60px;
}
.content-block .common-btn{
	height: 50px;
	line-height: 50px;
	opacity: 0;
}
.each-middle-content:hover .common-btn{
	opacity: 1;
	margin-top: 50px;
}
.each-middle-content:hover{
	margin-top: 0;
	height: 300px;
	background-color: rgba(170,197,217,0.80);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.each-middle-content .common-btn:hover{
	background-color: #fff;
	color: #1c1c1c;
}
/**********************footer upper area**********************/
.footer-upper-wrapper{
	padding: 100px 0 170px;
}
.footer-upper-content{
	background-color: #fff;
	padding: 70px 70px 50px;
	margin-top: 100px;
	-webkit-box-shadow: 10px 25px 20px -20px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 10px 25px 20px -20px rgba(0, 0, 0, 0.25);
    box-shadow: 10px 25px 20px -20px rgba(0, 0, 0, 0.25);
}
.footer-upper-content h2{
	color: #1c1c1c;
	margin-bottom: 30px;
}
.footer-upper-content .common-btn{
	margin-top: 50px;
}
.footer-upper-area .col-lg-8{
	/*-ms-flex: 0 0 61%;
    flex: 0 0 61%;
    max-width: 61%;*/
}
.footer-image-wrapper{
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;*/
	width: calc(100% + 140px);
}
.footer-image-wrapper img{
	display: none;
}
.footer-upper-area .container{
	position: relative;
}
.footer-upper-area{
	position: relative;
}
.strips-panel-wrapper{
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	padding-right: 0;
	z-index: -1;
	opacity: 0.75;
}
.strips{
	width: 100px;
	height: 100%;
	background-color: #e8001f;
	margin-left: auto;
	position: relative;
}
.strips:after{
	position: absolute;
	top: 0;
	left: -100px;
	width: 100px;
	height: 100%;
	background-color: #0066a1;
	content: '';
}
.strips:before{
	position: absolute;
	top: 0;
	left: -200px;
	width: 100px;
	height: 100%;
	background-color: #aac5d9;
	content: '';
}
/***************************footer*************************/
.footer-topbar{
	background-color: #f3f3f3;
    padding: 30px 0;
    border: 0;
}
.footer-right-social ul{
	text-align: right;
}
.footer-right-social li:last-child{
	margin-right: 0;
	min-width: 260px;
	margin-left: 20px;
}
.footer-right-social li{
	font-size: 18px;
}
/*****footer middle area******/
.footer-middle-area{
	background-color: #1b1b19;
	padding: 75px 0 90px;
}
.each-footer-content {
    max-width: 470px;
    width: 100%;
}
.footer-content-wrapper  .col-lg-5 .each-footer-content{
	padding-right: 20px;
}
.each-footer-content h6{
	margin-bottom: 20px;
}
.each-footer-content p, .each-footer-content p a{
    color: #fff;
}
.each-footer-content a:hover{
	color: #858585;
	opacity: 1;
}
.each-footer-content ul{
	font-size: 0;
}
.each-footer-content ul li {
   	margin-bottom: 20px;
	position: relative;
	display: inline-block;
	margin-right: 40px;
	max-width: 170px;
	width: 100%;
}
.each-footer-content ul li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    padding-bottom: 7px;
    border-bottom: 1px solid #dfdfdf;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-family: 'NunitoSansRegular';
    opacity: 0.5;
}
.each-footer-content ul li a:after {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    right: 0px;
    width: 10px;
    height: 10px;
    background: url(../images/next.svg) no-repeat center center/cover;
    content: '';
    opacity: 0.5;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.footer-left-content .each-footer-content{
	max-width: 170px;
}
.each-footer-content ul li a:hover, .each-footer-content ul li.active a {
    border-bottom: 1px solid #aac5d9;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 1;
}
.each-footer-content ul li a:hover:after, .each-footer-content ul li.active a:after {
    opacity: 1;
}
.each-footer-content p img {
    width: 14px;
    margin-right: 20px;
    margin-left: -38px;
    filter: brightness(0)invert(1);
	-webkit-filter: brightness(0)invert(1);
}
.footer-right-content{
	padding-left: 50px;
}
.footer-address-area  p{
	line-height: 24px;
}

/*************************aaanbod**********************/
.aanbod-top-heading h1{
	color: #1c1c1c;
	margin-bottom: 20px;
}
.aanbod-top-heading{
	padding: 60px 0;
}
.select-sec{
	border-top:1px solid #e2e2e2;
	position: relative;
}
.select-sec:after{
	position: absolute;
    bottom: 0;
    width: 100%;
    content: '';
    height: 79px;
    background: #f3f3f3;
    z-index: -1;
}
.each-select-box{
	position: relative;
}
.each-select-box:after{
	position: absolute;
	top: 0;
	right: 0px;
	content: '';
	width: 1px;
	height: 100%;
	background-color: #e1e1e1;
}
.select-style {
    width:100%;
    background: url(../images/drop.svg) no-repeat 92% center/8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'NunitoSansRegular';
    font-size: 18px;
    color: #1c1c1c;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    padding: 30px 20px;
    height: auto;
    line-height: normal;
}
.select-panel{
	padding: 0px 20px;
	background: #f3f3f3;
}
.search-area img{
	width: 26px;
}
.select-bottom-area{
	background-color: #e1e1e1;
    padding: 30px 70px;
}
.select-bottom-area h6{
	color: #4c4c4c;
}
.product-area.aanbod-product{
	padding: 40px 0 0;
}
.aanbod-product .each-product{
	margin-bottom: 40px;
}
.common-footer .footer-topbar{
	background-color: #e9e9e9;
}
/****************************contact*************************/
.map-area{
	height: 720px;
}
.form-area{
	padding: 50px 80px 35px;
    background-color: #f3f3f3;
}
.form-styl {
	resize: none;
	background-color: transparent;
	border-radius: 0;
   	font-family: 'NunitoSansRegular';
	border:0px;
	border-bottom:1px solid #c4c4c4;
	color: #1c1c1c;
	font-size:16px;
	height: auto;
	padding: 0 0 15px;
}
.form-area .form-group {
	margin-bottom: 25px;
}
.form-styl:focus {
	box-shadow: none;
	background-color:transparent;
}
.form-styl:placeholder {
	color: #1c1c1c;
}
.form-styl:-ms-input-placeholder {
	color: #1c1c1c;
	opacity: 1;
}
.form-styl::placeholder {
	color: #1c1c1c;
	opacity: 1;
}
.address-part{
	background-color: #b5b5b5;
	padding: 50px 70px;
}
.address-part p{
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
}
.contact-info{
	margin-top: 70px;
}
.common-padding{
	padding-left: 75px;
	padding-right: 75px;
}
.contact-info .each-footer-content p img{
	margin-left: 0;
}
.contact-info .each-footer-content p, .contact-info .each-footer-content a{
	margin-top: 0;
}
.contact-info .each-footer-content p a:hover{
	color: #fff;
}
.contact-form-wrapper{
	margin-top: -180px;
}
.nowrap {
    white-space: nowrap;
}
.address-top-area{
	max-width: 540px;
	width: 100%;
}
.contact-left-area h2, .contact-left-area p{
	color: #1c1c1c;
}
.contact-bottom-area{
	padding: 120px 0;
}
.contact-left-area p{
	font-size: 16px;
	margin: 30px 0 40px;
}
.contact-left-area{
	max-width: 700px;
    padding: 50px 0px 30px 90px;
}
.contact-bottom-right-area{
	/*position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding-right: 0;*/
}
.contact-bottom-area-wrapper{
	position: relative;
}
.contact-right-image{
	width: calc(100% + 90px);
}
/*****************************inner banner***********************/
.inner-banner{
	position: relative;
}
.inner-banner-content{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
}
/*************************service listview**********************/
.listview-content p{
	margin-top: 15px;
}
.each-listview{
	background-color: #fff;
	position: relative;
	cursor: pointer;
	margin-bottom: 9px;
}
.each-listview:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #000;
	opacity: 0.5;
	display: none;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.listview-image-area{
	opacity: 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.service-listview-area, .listview-bottom-area{
	background-color: #f3f3f3;
}
.listview-content{
	padding: 120px 80px 120px 60px;
	z-index: 1;
	position: relative;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.listview-wrapper{
	margin-top: -10%;
}
/******for hover*******/
.each-listview:hover:after{
	display: block;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.each-listview:hover .listview-content h3, .each-listview:hover .listview-content p{
	color: #fff;
}
.each-listview:hover .listview-image-area{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
/***************x***************/
/*********************************************overons*********************************/
.overons-content-cover{
	background-color: #f3f3f3;
    padding: 50px 80px;
    margin-top: -258px;
    position: relative;
}
.overons-content-cover p{
	margin-top: 25px;
}
.content-wrap{
	max-width: 700px;
	width: 100%;
}
.overons-middle-area p{
	margin-bottom: 100px;
}
.counter-area h4{
	font-family: 'NunitoSansBold';
	margin-top: 10px;
}
.counter-area .each-middle-content, .counter-area .each-middle-content:hover{
	height: auto;
	margin: 0;
}
.counter-area .each-middle-content:hover{
	background-color: rgba(0,0,0,0.80);
}
.counter-area .each-middle-content{
	padding: 70px 30px;
	cursor: inherit;
}
.counter-area{
	padding: 170px 0;
}
.overons-bottom-sec .section-heading span{
	padding: 0 40px;
}
.overons-bottom-sec{
	padding: 90px 0 70px;
	background-color: #f3f3f3;
	overflow-x: hidden;
}
.overons-slider{
	margin-left: -6%;
	margin-right: -6%;
	margin-top: 70px;
}
/*********************************aanbod dtl**************************/
.gallery-top-image img{
	display: none;
}
.thumbnil-slider{
	padding-top: 80px;
	position: relative;
	overflow: hidden;
}
.form-1, .form-2, .form-3{
	margin:30px 0 !important;
}
.thumbnil-slider:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 280px;
	content: '';
	background-color: #b5b5b5;
	z-index: -1;
}
.thumbnil-slider .col-lg-8, .aanbod-detail-tab-sec .col-lg-8{
	-ms-flex: 0 0 71%;
    flex: 0 0 71%;
    max-width: 71%;
}
.thumbnil-slider .col-lg-4, .aanbod-detail-tab-sec .col-lg-4{
	-ms-flex: 0 0 29%;
    flex: 0 0 29%;
    max-width: 29%;
}
.gallery-thumbs-wrapper .gallery-bottom-image{
	position: relative;
}
.gallery-thumbs-wrapper .gallery-bottom-image:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.70;
	content: '';
}
.gallery-thumbs-wrapper .swiper-slide-thumb-active .gallery-bottom-image:after{
	display: none;
}
.gallery-thumbs-wrapper .gallery-thumbs{
	padding: 0 30px;
}
.gallery-top .common-arrow{
	width: 40px;
	height: 40px;
	background-color: #1c1c1c;
}
.gallery-top .common-arrow img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.gallery-top .swiper-button-prev{
	left: 0;
}
.gallery-top .swiper-button-next{
	right: 0;
}
.gallery-thumbs-wrapper{
	position: relative;
}
.gallery-thumbs-wrapper:after{
	position: absolute;
    bottom: 0;
    width: 100vw;
    height: 50%;
    background-color: #f3f3f3;
    content: '';
    z-index: 0;
    margin-left: -50vw;
    left: 50%;
}
/******************right part***************/
.dtl-right-area{
	background-color: #1c1c1c;
}
.dtl-top-heading h4{
	font-family: 'NunitoSansBold';
}
.dtl-top-heading p{
	color: #fff;
	margin-top: 15px;
	line-height: 22px;
}
.dtl-top-heading{
	padding-bottom: 45px;
}
.dtl-right-area{
	padding: 50px 40px 0;
}
.dtl-table-area table{
	width:100%;
}
.dtl-table-area td{
	/*padding-right: 60px;*/
	padding-bottom: 30px;
}
.dtl-table-area td h6{
	margin-bottom: 15px;
}
.btn-area .color-btn{
	max-width: 100%;
	text-align: center;
	background-color: #303030;
	margin-bottom: 10px;
}
.btn-area .color-btn:hover, .btn-area .border-btn:hover{
	background-color: #fff;
	color: #1c1c1c;
}
.btn-area .border-btn{
	border:2px solid #fff;
}
.man-right-content p{
	font-size: 14px;
	margin-top: 30px;
}
.man-right-content p a{
	opacity: 0.5;
	color: #fff;
}
.man-right-content p a:hover{
	opacity: 1;
}
.man-area{
	padding: 30px 0;
}
.common-inner-container{
	max-width: 1500px;
	margin: auto;
	width: 100%;
}
/****************tab*************/
.aanbod-detail-tab-sec{
	background-color: #f3f3f3;
	padding: 80px 0;
}
.aanbod-detail-tab-sec .nav-tabs {
	border-bottom: 0px;
}
.aanbod-detail-tab-sec .tab-sec .nav-tabs .nav-item {
	border-bottom: none;
    width: 100%;
    background-color: transparent;
    font-size: 24px;
    font-family: 'NunitoSansRegular';
    background-image: url(../images/tab-bg1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 8px;
}
.aanbod-detail-tab-sec .nav-tabs .nav-link:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #fff;
	opacity: 0;
	z-index: -1;
}
.aanbod-detail-tab-sec .tab-sec .nav-tabs .nav-item:nth-child(2){
	background-image: url(../images/tab-bg2.jpg);
}
.aanbod-detail-tab-sec .tab-sec .nav-tabs .nav-item:nth-child(3){
	background-image: url(../images/tab-bg3.jpg);
}
.aanbod-detail-tab-sec .nav-tabs .nav-link {
	border-top-left-radius: 0rem;
	border-top-right-radius: 0rem;
	border: none;
	 padding: 90px 30px 20px;
	color: #fff;
	position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
}
.aanbod-detail-tab-sec .nav-tabs .nav-link.active {
	background-color: transparent;
	color: #1c1c1c;
}
.aanbod-detail-tab-sec .nav-tabs .nav-link.active:after{
	opacity: 0.70;
}
.aanbod-detail-tab-sec .nav-tabs .nav-link.active
.aanbod-detail-tab-sec .tab-content p{
	color: #fff;
	 font-family: 'NunitoSansLight';
	 font-size: 16px;
}
.aanbod-detail-tab-sec .tab-content{
	padding-right:60px;
}
.aanbod-detail-tab-sec .tab-content .tab-pane .tab_hedaing {
	padding-bottom: 20px;
}
.aanbod-detail-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;
}
.aanbod-detail-tab-sec .tab-content ul li {
	font-family: 'NunitoSansRegular';
	font-size: 16px;
	color: #1c1c1c;
	padding-bottom: 10px;
	word-break: break-word;
}
.aanbod-detail-tab-sec .tab-content .kenmerken-tab ul li:nth-child(even) {
   color: #1c1c1c;
    font-family: 'NunitoSansRegular';
}
.aanbod-detail-tab-sec .bullet-panel ul li {
	padding-left: 20px;
	position:relative;
	font-family: 'NunitoSansRegular';
}
.aanbod-detail-tab-sec .tab-content .tab-pane .tab_hedaing h4 {
	color: #1c1c1c;
	border-bottom: 1px solid #1c1c1c;
	padding-bottom: 10px;
	text-transform: uppercase;
	padding-top: 15px;
}
.bullet-panel{
	margin-bottom:20px;
}
.kenmerken-tab ul li:nth-child(odd) {
	background-image: url('../images/bullet.svg');
    background-repeat: no-repeat;
    background-position: left top 8px;
    padding-left: 20px;
    background-size: 7px;
    color: #1c1c1c;
     font-family: 'NunitoSansBold';
}
.kenmerken-tab ul li {
	width: 45%;
	display: inline-block;
	vertical-align: top;
	font-family: 'NunitoSansRegular';
}
/*****************x*********************/
.contact-man-image img{
	display: none;
}
.dtl-contact-form{
	padding: 85px 0;
}
.contact-man-image-wrapper{
	position: absolute;
    top: -50px;
    right: 0;
    height: calc(100% + 50px);
    width: 340px;
    margin-right: 30px;
}
.dtl-contact-form .contact-form-wrapper{
	margin-top: 0;
}
.dtl-contact-form .address-top-area {
    max-width: 100%;
    width: calc(100% - 300px);
}
.dtl-contact-form .address-top-area h2{
	white-space: nowrap;
}
.dtl-contact-form .form-area{
	height: 100%;
}
.aanbod-dtl-product .section-heading span{
	padding: 0 70px;
}
/***************************service dtl*********************/
.service-dtl-top-area.contact-bottom-area{
	padding-top: 0;
	background-color: #b5b5b5;
}
.service-dtl-top-area .contact-left-area h2, .service-dtl-top-area .contact-left-area p{
	color: #fff;
}
.service-dtl-top-area .contact-left-area{
	padding: 60px 0 80px 70px;
}
.service-dtl-btn{
	padding-top: 60px;
	background-color: #b5b5b5;
}
.service-dtl-content-area p{
	color: #1c1c1c;
	margin-top: 20px;
}
.service-dtl-content-area{
	position: relative;
}
.service-dtl-content-area:after{
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 520px);
	content: '';
	background-color: #f3f3f3;
	height: 100%;
	z-index: -1;
}
.service-dtl-content-left{
	padding: 120px 0 120px 70px;
    max-width: 675px;
    width: 100%;
}
.content-bottom-wrap{
	background: #fff;
    padding: 80px 18%;
   -webkit-box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.15);
}
.service-content-wrapper{
	margin-top: 85px;
}

/***************************************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;
}
.morgan_footer
{
	text-align: center;
	background: #000;
	padding: 7px 0px 5px;
}
.photo_contnt li img{
	width: 15px;
	margin-left: 5px;
}
.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 h4{
	color: #1c1c1c;
	border-bottom: 1px solid #1c1c1c;
	padding-bottom: 10px;
	text-transform: uppercase;
	padding-top: 15px;
	font-family: 'NunitoSansBold';
	margin-bottom: 15px;
}
.star_icon p img{
	width: 15px;
	margin-top: -3px;
	margin-right: 5px;
}
.star_icon p{
	/*font-family: 'NunitoSansBold';*/
	font-size: 16px;
	color: #1c1c1c;
	padding-bottom: 6px;
	word-break: break-word;
}
.photo_contnt {margin-bottom:20px;}
.photo_contnt ul li:before{
	content: '\2014';
    position: absolute;
    margin-left: -20px;
}
.aanbod-detail-tab-sec #menu1 ul {
    font-size: 0;
}
.aanbod-detail-tab-sec .tab-content #menu1 .photo_contnt ul li{
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
.photo_contnt li img{
	width: 15px;
	margin-left: 5px;
}
.form-1, .form-2, .form-3 {
	display:none;
}
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
	padding: 35px 0;
	color:#9c9c9c;
	font-size: 13pt;
	font-family: 'Calibri';
}
.light_theme{
	background:rgba(255, 255, 255, 0.83);
	-webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75); 
	box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
	-webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75); 
	box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75);
}
.cookie_div h4{
	margin-bottom: 15px;
	font-size: 13pt;
	font-family: 'Calibri';
}
.light_theme h4{
	color:#2a2a2a;
}
.dark_theme h4{
	color:#c9c9c9;
}
.cookie_div a{
	color:#38b6be;
	font-size: 13pt;
	font-weight:bold;
	margin-left:8px;
	font-family: 'Calibri';
}
.cookie_div button{
	color:#3c935c;
	font-size: 12pt;
	background:#fff;
	font-weight: bold;
    border: 0;
    padding: 13px 25px;
	margin:5px 0;
	cursor: pointer;
	font-family: 'Calibri';
}
.diensten-content{
	padding-top: 4%;
}
.diensten-content h2{
	color: #1c1c1c;
}
.dtl-bottom-form{
	background-color: #f3f3f3;
}
.product-content p {
    height: 50px;
    overflow: hidden;
}
.search-area{
	border: 0;
    width: 100%;
    background-color: transparent;
}
.thank-u:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	content: '';
}
.thank-u h1{
	margin-bottom: 30px;
}
.thank-u .banner-heading {
	z-index: 1;
}

.new-aanbod-dtl-contact-form .contact-man-image-wrapper img{
	max-width: 100%;
    width: 180px !important;
    background: #fff;
    border-radius: 100%;
    height: 180px;
    object-fit: contain;
}
.new-aanbod-dtl-contact-form .contact-man-image-wrapper {
    height:auto;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 40px;
}

.dtl-contact-form .contact-man-image-wrapper img{
	max-width: 100%;
    width: 180px !important;
    background: #fff;
    border-radius: 100%;
    height: 180px;
    object-fit: contain;
}
.dtl-contact-form .contact-man-image-wrapper {
    height:auto;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 40px;
}
.each-footer-logo{
	padding-top: 30px;
}
.each-footer-logo span img{
	width: 100px;
	filter: none;
    -webkit-filter: none;
    margin-left: 0px;
}
.each-footer-logo h6{
	display: inline-block;
	margin-left: 15px;
}
.header-topbar .social-icons .header-bovag-logo{
	width: 90px;
}
/*.man-image {
    display: none;
}*/
.contact-man-image-wrapper {
    display: none;
}
.content-block-slider-area .swiper-wrapper{
	justify-content: center;
}
.calculator {
	border: none;
	height: 900px;
}
.highlight-slider, .each-opties-slide h6{
	margin-top: 20px;
}
.each-opties-slide h6 {
    color: #000000;
    font-family: 'NunitoSansRegular';
}
.dtl-gallery-sec{
	padding: 80px 0 0 0;
}
.dtl-gallery-sec h2{
	letter-spacing: 0.5px;
    color: #000000;
}
.highlight-slider .common-arrow{
	top: calc(50% - 20px);
	display: flex;
}
.highlight-slider .common-arrow img{
	width: 16px;
}
.highlight-slider .swiper-button-next{
	right: 30px;
}
.highlight-slider .swiper-button-prev{
	left: 30px;
}
.overons-top-content .video-js .vjs-tech {
	object-fit: cover;
}
@media(max-width: 991px){
	.content-block-slider-area .swiper-wrapper{
		margin-right: auto;
		margin-left: auto;
	}
	.overons-top-content .video-js .vjs-tech {
		height: 45vh !important;
	}
	.overons-top-content .video-js {
		margin-top: 15px;
	}
	.overons-content-cover {
		min-height: 995px;
	}
}
.grecaptcha-badge{
	Z-index:999;
}
/*===============popup===========*/
.modal-area .modal{
	padding-right: 0 !important;
}
.modal-area .modal-dialog{
	max-width: 70%;
	margin: 12% auto 0;
}
.modal-area .modal-content{
	border-radius: 0;
	border: 0;
}
.popup-content {
	padding: 3% 5%;
    width: 100%;
}
.popup-content p{
	margin: 3% 0 4%;
}
.modal-area img.w-100{
	height: 100%;
	object-fit: cover;
}
.modal-area .d-flex{
	position: absolute;
    right: -10px;
    top: -15px;
    z-index: 2;
    width: 40px;
    height: 40px;
    color: #000;
    background: #fff;
    border-radius: 100%;
    font-family: 'NunitoSansBold';
    font-size: 18px;
    cursor: pointer;
}
@media(max-width:1500px){
	.modal-area .modal-dialog{
		max-width: 93%;
	}
}
@media (max-width: 991px){
	.popup-content {
	  padding: 8% 5%;
	}
}
