@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-size: 1.5rem;
    font-family: 'Montserrat regular';
    color: #1c1c1c;
}
html {
    font-size: 62.5%;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
.grecaptcha-badge{
	display:none;
}
/*****header*****/
.header-area {
    position: absolute;
    height: auto;
    padding: 5rem 0;
    z-index: 99;
}
.header-area .navbar-brand{
	margin: 0;
}
.header-area .navbar-brand img {
    width: 38rem;
}
.header-area .navbar-expand-lg {
	padding-right: 4rem;
}
.header-area .navbar-expand-lg .navbar-nav {
	margin-top: 0;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link, 
.header-area .nav-link,
.menu-items a{
	font-family: 'Montserrat bold';
	font-size: 2rem;
	letter-spacing: .05rem;
	text-transform: none;
	vertical-align: middle;
	margin: 0 1rem;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link:hover, 
.header-area .nav-link:hover,
.menu-items a:hover {
	color: #006db2;
}
.header-area .nav-link::before {
	background-color: #006db2;
}
.header-area .nav-item{
	margin: 0 1.5rem;
}
.menu-icon{
    margin-left: 0;
    margin-top: 3px;
	width: 30px;
}
.menu-icon:after, .menu-icon:before, .menu-icon div {
	margin: 0.4rem;
}
.menu-icon div {
	width: 50%;
}
.menu-icon.active:after {
	transform: translateY(-8px) rotate(-135deg);
}
.menu-items ul{
    text-align: left;
}
.header-area .nav_menu_right_part{
    position: relative;
    right: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.header_inner{
    padding: 0;
}
.nav_menu_right_part.active a.menu-word{
    opacity: 0;
}
.menu-navigation {
    padding: 15rem 3rem 3rem;
}
.menu-items.active{
	width: 30rem;
}
.menu-items a:hover{
	color: #006db2;
}
.heaer-bovag {
	position: absolute;
	right: -5%;
	width: 104px;
}
/*************side area**********/
.mini-right-nav li{
    margin: 0 0 2px;
    padding: 0;
    width: 60px;
    display: block;
    position: relative;
}
.mini-right-nav li .navtext{
    position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #006db2;
	border-radius: 0;
}
.mini-right-nav span {
    font-family: 'Montserrat 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);
	border-radius: 0;
	content: '';
	background-color: #006db2;
	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: 20px;
	position: relative;
	z-index: 1;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.mini-right-nav{
	position: fixed;
	top: 39%;
	z-index: 99;
	right: 0px;
}
/***banner-sec****/
.banner-sec {
	position: relative;
}
.banner-slider {
	position: relative;
}
.banner-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: 100%;
}
.banner-content h1 {
	margin-bottom: 7rem;
}
.banner-content .txt-btn {
	font-size: 2rem;
    font-family: 'Montserrat bold';
    color: #fff;
	text-transform: uppercase;
}
.banner-content .txt-btn:not(:last-child) {
	margin-right: 10rem;
}
.banner-content .txt-btn img {
	width: 2.5rem;
	margin-right: 1.5rem;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.banner-content .txt-btn:hover {
	color: #006db2;
}
.banner-content .txt-btn:hover img {
	filter: brightness(1);
	-webkit-filter: brightness(1);
}
/**header marquee***/
.marquee-block ul{
    white-space: nowrap;
}
.marquee-block {
	padding: 3rem 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 5;
}
.marquee-block-wrap{
	overflow: hidden;
}
.marquee-block li {
	margin-right: 9rem;
	color: #fff;
	position: relative;
	font-family: 'Montserrat bold';
	font-size: 2rem;
	display: inline-block;
	padding-left: 4rem;
}
.marquee-block li::after {
    position: absolute;
    top: 0.4rem;
    left: 0;
    content: '';
    width: 2rem;
    height: 2rem;
    background-image: url(../images/tick.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
/****product-sec***/
.product-sec {
	padding: 4% 0 6%;
	background-color: #f6f6f6;
}
.sec-heading {
	max-width: 85rem;
	margin: 0 auto 5%;
}
.sec-heading h3 {
	margin-bottom: 4rem;
}
.product-slider {
	position: relative;
}
.product-slider .swiper-button-next {
	right: -4%;
}
.product-slider .swiper-button-prev {
	left: -4%;
}
.product-dtl {
	padding: 3rem 1.4rem;
	background-color: #fff;
}
.product-model {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #dbdbdb;
}
.product-model h6 {
	color: rgba(28, 28, 28, 0.5);
	margin-top: 0.5rem;
	height: 40px;
	overflow: hidden;
}
.product-model h6 span {
	color: #9b896c;
}
.product-info table{
	width: 100%;
}
.product-info td {
	vertical-align: top;
	width: 33.33%;
	border-right: 1px solid #dbdbdb;
}
.product-info td:last-child {
	padding-right: 0;
	border-right: 0;
}
.product-info h6 {
	color: rgba(28, 28, 28, 0.5);
}
.product-info h6 span {
	color: rgba(28, 28, 28, 1);
	display: block;
	margin-top: 0.5rem;
}
.product-info td:not(:first-child) h6{
	margin: auto;
	display: table;
}
.product-sec .akker_btn_cls {
	margin-top: 5%;
}
/***service-sec****/
.service-sec { 
	padding: 7% 0 5%;
	position: relative;
	background-attachment: fixed;
}
.service-sec::after {
	content: '';
	height: 100%;
	width: 100%;
	background-color: #0e0e0e;
	opacity: 0.9;
	position: absolute;
	top: 0;
	left: 0;
}
.service-text {
	position: relative;
	z-index: 1;
}
.service-text h3 {
	color: #fff;
}
.service-text p {
	color: #fff;
	margin: 5rem 0 10.4rem;
}
.service-text li a {
	opacity: 0.5;
	display: inline-block;
	margin-bottom: 2rem;
}
.service-text li a:hover,
.service-text li a.active {
	opacity: 1;
}
.service-text li:last-child a {
	margin-bottom: 0;
}
.service-slider {
	margin: 0 0 -20% -9rem;
}
.service-slider .common-arrow img {
	filter: brightness(10);
	-webkit-filter: brightness(10);
}
.service-slider .swiper-button-next {
	right: 5%;
}
.service-slider .swiper-button-prev {
	left: 5%;
}
.service-slider .olufsen_each_block .olufsen_image_content {
    position: relative;
}
.service-slider .olufsen_text_content {
	height: auto;
	bottom: 4rem;
	left: 6rem;
	background-color: transparent;
}
.service-slider h3 {
	color: #fff;
}
/***about-us-sec***/
.about-us-sec{ 
	padding: 13% 0 7%;
}
.about-us-each-gal {
	padding: 0.2rem;
}
.about-us-each-gal img {
	height: 100%;
	object-fit: cover;
}
.about-us-text {
	max-width: 60rem;
	margin-left: 20%;
}
.about-us-text h3 img {
	width: 9rem;
	height: 9rem;
	object-fit: cover;
	margin-right: 1.5rem;
}
.about-us-text p {
	margin: 4rem 0 6rem;
}
/**review-sec****/
.review-sec{
	background-color: #fdfdfd;
}
.review-sec .sec-heading {
    max-width: 100%;
    margin: 0 auto 3rem;
}
.review-sec .sec-heading h3{
	margin-bottom: 0;
}
.each-review {
	background-color: #fff;
	padding: 6%;
	box-shadow: 0px 13px 29px 0px rgba(17, 17, 17, 0.07);
	-webkit-box-shadow: 0px 13px 29px 0px rgba(17, 17, 17, 0.07);
	margin: 3.3rem 0;
}
.each-review h5{
	font-family: 'Proxima Nova Rg';
	margin-bottom: 1.3rem;
}
.each-review h6{
	font-family: 'Montserrat light';
	opacity: 0.5;
}
.each-review p{
    font-size: 1.8rem;
    font-family: 'Montserrat light';
}
.rating{
    padding: 3.8rem 0;
}
.rating img{
	width: 3rem;
	margin-right: 1.5rem;
}
/**insta-sec****/
.insta-sec {
	background-color: #006db2;
}
.insta-text {
	padding: 5rem 0 5rem 13%;
}
.insta-sec hr {
	background-color: #fff;
	opacity: 1;
	margin: 3rem 0;
}
.insta-sec .txt-btn {
	color: #fff;
	max-width: 38rem;
	padding-right: 3rem;
	font-size: 2rem;
	font-family: 'Montserrat bold';
}
.insta-sec .txt-btn img {
	width: 1.5rem;
	margin-left: 5rem;
	filter: brightness(10);
	-webkit-filter: brightness(10);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.insta-sec .txt-btn:hover {
	color: #1c1c1c;
}
.insta-sec .txt-btn:hover img{
	filter: brightness(1);
	-webkit-filter: brightness(1);
}
.insta-feame img {
	height: 100%;
	object-fit: cover;
}

/***footer-area**/
.footer-area { 
	padding: 7.5rem 0 6rem;
	background-color: #0e0e0e;
}
.footer-wrap {
	max-width: 142rem;
	width: 100%;
	margin: 0 auto;
}
.footer-logo img {
	width: 38rem;
}
.footer-area a {
	color: #fff;
}
.footer-area a:hover {
	color: #006db2;
}
.footer-area h6 {
	color: #8a8a8a;
	font-size: 1.5rem;
	margin-bottom: 2rem;
}
.footer-contact {
	max-width: 58rem;
	width: 100%;
	margin-left: auto;
}
.footer-area hr {
	background-color: #333333;
	margin: 5rem 0;
	opacity: 1;
}
.footer-reach p {
	line-height: 1.8;
	color: #fff;
}
.footer-area li {
	display: inline-block;
	margin-right: 8rem;
}
.footer-area li:last-child {
	margin-right: 0;
}
.footer-social img {
	width: 2rem;
}
.footer-social li{
	margin-right: 3rem;
}
.footer-area li a {
	color: #8a8a8a;
}
.google-rating {
	width: 16.5rem;
}
/*=================================popup start======================================*/
.modal-area .modal-dialog {
    max-width: 68%;
    margin: 8% auto 0;
}
.modal-area .modal {
	background-color: rgba(7, 5, 8, 0.5);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: #fff;
	position: relative;
}
.modal-area .popup-content p {
    margin-top: 3rem;
	color: #0c0c0c;
}
.modal-area .popup-content {
    padding: 10rem 14%;
    background-color: #fff;
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
	font-size: 3rem;
	height: 6rem;
	width: 6rem;
	background-color: #006db2;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'Montserrat light';
}
.close-img:hover {
	color: #fff;
}
/*==========================contact page start===============================*/
.contact-banner{
    padding: 13% 0 5%;
}
.contact-banner .banner-content{
	position: relative;
    transform: none;
    top: initial;
    max-width: 64rem;
    width: 100%;
}
.contact-banner .banner-content h1{
    margin-bottom: 2.3rem;
}
.contact-banner .banner-content p{
	color: #fff;
	font-size: 1.8rem;
}
.info-sec{
    padding: 0% 0;
    overflow: hidden;
    background: #201e1a;
}
.info-sec table{
    width: 100%;
}
.info-sec td {
    padding: 5%;
    position: relative;
    height: 100%;
    text-align: center;
    width: 33.33%;
    vertical-align: top;
}
.info-sec td:first-child{
    padding-left: 0;
}
.info-sec td:last-child{
    padding-right: 0;
}
.info-sec td::after {
    content: '';
    height: 100%;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #555451;
    opacity: 0.15;
    right: 0;
    position: absolute;
}
.info-sec td:last-child::after{
    display: none;
}
.info-sec td h3 img {
    width: 4.4rem;
    margin: 0 1rem 0 0;
}
.info-sec td h3 , .info-sec td p{
	color: #fff;
}
.info-sec td h3{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.8rem;
}
.info-sec td p a{
    color: #fff;
}
.info-sec td p a:hover{
	color: #006db2;
}
.map-sec{
	position: relative;
	padding: 6% 0;
	background: #f5f5f5;
    z-index: 1;
}
.map-sec:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: #201e1a;
    height: 100%;
    width: 33%;
    z-index: -1;
}
.map-sec .map{
	height: 70rem;
}
.map-content{
	padding: 4rem 15% ;
}
.map-content h2{
	margin-bottom: 4.2rem;
}
.form-sec{
	padding: 4% 0 4% ;
}
textarea.form-styl {
    padding: 3rem 2rem;
    height: 100%;
}
.form-styl {
    resize: none;
    background-color: #fff;
    border-radius: 0;
    font-family: 'Montserrat light';
    border: 0;
    color: #8d8d8d;
    font-size: 1.8rem;
    padding: 3rem 2rem;
    box-shadow: 0px 13px 29px 0px rgba(17, 17, 17, 0.07);
    -webkit-box-shadow: 0px 13px 29px 0px rgba(17, 17, 17, 0.07);
}
.form-styl:placeholder {
	color:#8d8d8d;
	background-color: #fff;
	border-color: #d5dce7;
}
.form-styl:-ms-input-placeholder {
	color:#8d8d8d;
	background-color: #fff;
	border-color: #d5dce7;
}
.form-styl::placeholder {
	color:#8d8d8d;
	background-color: #fff;
	border-color: #d5dce7;
}
.form-styl:focus {
    color:#8d8d8d;
    border-color: #d5dce7;
    box-shadow: 0px 13px 29px 0px rgba(17, 17, 17, 0.07);
    -webkit-box-shadow: 0px 13px 29px 0px rgba(17, 17, 17, 0.07);
}
.form-group {
    padding: 0.7rem;
}
.map-sec .akker_btn_cls{
	margin-top: 3rem;
}
.form-content{
    padding: 0.5rem;
}
.contact-man{
	position: relative;
	margin-right: 15%;
}
.contact-man-img{
	height: 100%;
}
.contact-man-img img{
    height: 100%;
    object-fit: cover;
}
.contact-man h5{
	color: #fff;
    position: absolute;
    left: 4%;
    bottom: 3rem;
}
.contact-man-info{
	padding: 7rem 0;
}
.contact-man-info h6{
    color: #4d4c4c;
    font-family: 'Montserrat light';
    margin-bottom: 1.9rem;
}
.contact-man-info p{
	margin-bottom: 2.9rem;
	font-size: 1.8rem;
}
.contact-man-info p:last-child{
	margin-bottom: 0;
}
.form-sec .akker_btn_cls {
    max-width: 20rem;
}
/*==========================diensten-dtl page start===============================*/
.dns-dtl-header{
	background: #201e1a;
	position: relative;
}
.bck-btn{
	position: relative;
	background: #f5f5f5;
}
.bck-btn:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: #1f1d19;
    height: 100%;
    width: 50%;
    z-index: 1;
}

.dns-dtl-top-sec:after{
    background: #1f1d19;
    z-index: 1;
}
.bck-btn .akker_btn_cls{
    max-width: 28.7rem;
    position: relative;
	z-index: 2;
}
.dns-dtl-top-sec{
	padding: 0 0 5%;
	background: #f5f5f5;
}
.dns-dtl-top-sec .map {
    height: auto !important;
    position: relative;
	z-index: 2;
}
.dns-dtl-middle-sec{
	background: #1f1d19;
	padding: 0% 0;
}
.dns-dtl-middle-sec td{
    padding: 8% 0;
    text-align: left;
    width: 50%;
}
.dns-dtl-middle-sec td:first-child{
    padding-left: 6%;
    padding-right: 13%;
}
.dns-dtl-middle-sec td:last-child{
    padding-right: 6%;
    padding-left: 13%;
}
.dns-dtl-middle-sec td h3{
	display: block;
}

.dns-dtl-bottom-sec{
	background: #f5f5f5;
	padding: 7% 0 5%;
}
.dns-dtl-bottom-head{
	padding-bottom: 4%;
}
.dns-dtl-bottom-head p{
	max-width: 56.2rem;
	width: 100%;
}
.each-dtl-slider{
	position: relative;
}
.arrow-next img{
	width: 2rem;
	filter: invert(1);
}
.each-dtl-slider .each_before_the_flood_block{
    text-align: left;
    justify-content: initial;
    padding: 6rem 0;
    min-height: 100%;
}
.each-dtl-slider .before_the_flood_inner{
	width: 100%;
	align-items: start;
	padding: 0 6rem;
}
.each-dtl-slider .before_the_flood_content {
    width: 100%;
    max-height: 100%;
}
.each-dtl-slider .each_before_the_flood_block:after{
	opacity: 0;
}
.each-dtl-slider .each_before_the_flood_block:hover:after {
    opacity: 0.5 !important;
    z-index: 11 !important;
}
.each-dtl-slider .before_the_flood_content h4{
    margin-bottom: 1.5rem;
}
.each-dtl-slider .before_the_flood_desc {
    margin: 0 auto 8rem;
}

.dns-dtl-slider{
	position: relative;
	padding-right: 8%;
	margin-left: -2%;
}
.dns-dtl-slider .swiper-button-prev {
    display: none;
}
.dns-dtl-slider .swiper-button-next {
    right: 3.3rem;
}

/*==========================diensten-list page start===============================*/
.dns-list-sec .map-sec:after{
    background: #1c1c1c;
}
.dns-list-sec .map-sec .map{
	position: relative;
	height: initial;
}
.dns-list-sec .map-sec:nth-child(odd) .map{
	margin-right: 5%;
}
.dns-list-sec .map-sec:nth-child(even) .map{
	margin-left: 5%;
}
.dns-list-sec .map-sec .olufsen_each_block {
    overflow: hidden;
}
.dns-list-sec .map-sec .olufsen_each_block .olufsen_image_content {
    position: relative;
}
.dns-list-sec .map-sec .map .akker_btn_cls{
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 35.4%;
}
.dns-list-sec .map-sec .map-content p{
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dns-list-sec .map-sec .map-content .akker_btn_cls{
	display: none;
}
.dns-list-sec .map-sec:nth-child(odd):after{
	width: 32.8%;
}
.dns-list-sec .map-sec:nth-child(even):after{
	width: 32.8%;
	right: 0;
	left: auto;
}
.dns-list-sec .map-sec:nth-child(even) .map .akker_btn_cls{
    left: 0;
}
.dns-list-sec .olufsen_each_block:hover .olufsen_image_content{
    transform: scale3d(1.08,1.08,1);
}
/*==========================overons page start===============================*/
.overons-top-sec{
	background: #1c1c1c;
}
.overons-counter-sec{
	padding: 0;
}
.overons-counter-sec:after{
	display: none;
}
.overons-counter-sec .map{
    margin-right: 9%;
    position: relative;
    height: 100%;
}
.overons-counter-sec .map img{
	height: 100%;
}
.overons-counter-sec .map-content{
	padding: 4rem 15% 4rem 4%;
}
.overons-counter-sec .man-content{
	position: absolute;
    left: 0;
    top: 0;
    padding: 5rem 5.8rem;
    width: 100%;
}

.overons-counter-sec .man-content h2,
.overons-counter-sec .man-content h6{
	color: #fff;
}
.overons-counter-sec .man-content h2{
	margin-bottom: 3rem;
}
.overons-counter-sec .man-content h6{
	font-size: 2rem;
	position: relative;
	padding-left: 1.5rem;
    display: flex;
    align-items: center;
}
.overons-counter-sec .man-content h6:after{
	position: absolute;
    content: "";
    width: 0.6rem;
    height: 0.2rem;
    left: 0;
    background: #fff;
}
.counter-part{
	padding-top: 5rem;
}
.each-counter{
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
}
.each-counter:last-child{
	margin-bottom: 0;
}
.each-counter h2{
    font-size: 6.1rem;
    font-family: 'Montserrat regular';
    margin: 0 3rem 0 0;
}

.overons-team-sec{
	background: #1c1c1c;
}
.overons-team-sec .dns-dtl-bottom-head h2 , .overons-team-sec .dns-dtl-bottom-head p {
    color: #fff;
}
.overons-team-sec .each-dtl-slider .before_the_flood_content h6{
    color: #fff;
    margin-bottom: 2rem;
}
.overons-team-sec .each-dtl-slider .before_the_flood_content h4{
    font-family: 'poppinsregular';
}
.overons-team-sec .dns-dtl-slider .common-arrow img{
	filter: invert(1);
	-webkit-filter: invert(1);
}

.overons-bottom-sec{
	background: #f5f5f5;
	position: relative;
	padding-bottom: 1.6rem;
}
.overons-bottom-sec:after{
	position: absolute;
    content: "";
    width: 50%;
    height: 70%;
    top: 0;
    left: 0;
    background: #1c1c1c;

}
.overons-bottom-sec .dns-dtl-bottom-head{
	text-align: center;
	z-index: 1;
    position: relative;
} 
.overons-bottom-sec .dns-dtl-bottom-head h2{
    color: #fff;
}
.overons-bottom-sec .dns-dtl-bottom-head p {
     max-width: 100%;
    /* width: 100%; */
    text-align: left;
    padding: 0 15%;
}
.overons-bottom-sec .dns-dtl-slider{
    margin: 0;
    padding: 0;
}
.overons-bottom-sec .dns-dtl-slider .swiper-button-prev {
    display: flex;
}
.overons-bottom-sec .dns-dtl-slider .swiper-button-next {
    right: 1rem;
}

.overons-bottom-sec .each-dtl-slider .olufsen_each_block {
    overflow: hidden;
}
.overons-bottom-sec .each-dtl-slider .olufsen_each_block .olufsen_image_content {
    position: relative;
}
.overons-car-slider{
    position: relative;
}
.overons-car-slider .common-arrow img{
	filter: invert(1);
	-webkit-filter: invert(1);
}
.overons-bottom-sec:before{
	position: absolute;
    content: "";
    width: 100%;
    height: 30%;
    bottom: 0;
    left: 0;
    background: #fff;
}
/*==========================vacatures-dtl page start===============================*/
.vacatures-dtl-form-sec textarea.form-styl {
    padding: 3rem 1rem;
}
.vacatures-dtl-form-sec .contact-man-info {
    padding: 0 15%;
}
.vacatures-dtl-form-sec .contact-man-info h3{
	margin-bottom: 2rem;
}
/*==========================werkplaats-dtl page start===============================*/
.wkplt-dtl-header{
	background: #1b1b1b;
}
.wkplt-dtl-bck-btn:after{
	background: #1b1b1b;
}
.wkplt-dtl-middle-sec{
	background: #1b1b1b;
}
.wkplt-dtl-top-sec:after{
	background: #1b1b1b;
}
/*==========================Verkocht page start===============================*/
.verkocht-banner-sec{
	position: relative;
/*	background: #201e1a;*/
	height: 175px;
  	overflow: hidden;
}
.verkocht-banner-sec .col-lg-7{
	width: 100%;
}
.verkocht-banner-sec .banner-content{
	position: absolute;
    z-index: 1;
    bottom: 56%;
    width: 100%;
    display: none;
}
.verkocht-banner-sec .banner-content h1{
	margin-bottom: 0;
}
.verkocht-list-sec{
	padding: 2% 0;
	background: #f5f5f5;
}
.verkocht-list-sec .each-product{
	margin-bottom: 2rem;
}
/*=================================aanbod-dtl start======================================*/
/*.dns-dtl-header {
    background: #201e1a;
    position: relative;
}*/
/***dtl-bk-btn-sec***/
.dtl-bk-btn-sec,
.dtl-top-slider {
	position: relative;
}
.dtl-bk-btn-sec::after,
.dtl-top-slider::after {
	content: '';
	height: 100%;
	width: 50%;
	background-color: #f5f5f5;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
/***dtl-top-slider**/
.dtl-top-slider .common-arrow img {
	filter: brightness(10);
	-webkit-filter: brightness(10);
}
.dtl-top-slider .swiper-button-next {
	right: 15%;
}
.dtl-top-slider .swiper-slide-next .each-top-car {
	position: relative;
}
.dtl-top-slider .swiper-slide-next .each-top-car::before {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.25);
    content: '';
}
/****dtl-car-info-sec***/
.dtl-car-info-sec {
	position: relative;
}
.dtl-car-info-sec::after {
	content: '';
    height: 100%;
    width: 33.33%;
    background-color: #f5f5f5;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.dtl-car-info-wrap {
	padding-left: 3rem;
}
.dtl-car-info-sec h2 {
	width: 28%;
}
.dtl-car-info-sec h5 {
	width: 72%;
	padding: 0 1rem;
	opacity: 0.5;
}
.dtl-car-info-sec h6 {
	color: #fff;
	margin-top: 1rem;
}
.dtl-car-price {
	height: 11rem;
	line-height: 11rem;
	max-width: 28rem;
	width: 100%;
	margin-left: auto;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	background-color: #006db2;
	box-shadow: inset 0px 2px 35px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 2px 35px 0px rgba(0, 0, 0, 0.2);
}
/**aanbod-dtl-gallery-sec***/
.aanbod-dtl-gallery-sec {
	margin: 1.25rem 0;
	position: relative;
	overflow: hidden;
}
.dtl-gal-text {
	position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 1.5rem);
    width: calc(25% - 1rem);
    top: 0.75rem;
    right: 0;
    z-index: 1;
}
.dtl-gal-text h6 {
	color: #fff;
	cursor: pointer;
}
.dtl-gal-text img {
	width: 2rem;
	margin-right: 1rem;
}
.each-dtl-gal {
	padding: 0.75rem;
}
.aanbod-dtl-gallery-wrap{
	margin: 0 -0.75rem;
}
.more-dtl-gal-img {
	display: none;
}
/*****dtl-tab-sec*****/
.dtl-tab-sec {
	background-color: #f5f5f5;
	padding-bottom: 9%;
	overflow: hidden;
}
.tab-btn {
	max-width: 130rem;
	margin-left: auto;
	position: relative;
	margin-bottom: 10rem;
}
.tab-btn::after {
	content: '';
    height: 100%;
    width: 100vw;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}
.tab-btn ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	z-index: 1;
	background-color: #f5f5f5;
}
.tab-btn li {
	font-family: 'Montserrat bold';
    font-size: 2rem;
    word-break: break-word;
	width: 20%;
	margin: 0;
	cursor: pointer;

}
.tab-btn li a {
	background: #fff;
    padding: 3rem 0.5rem;
    height: 100%;
	width: 100%;
	display: inline-block;
	text-align: center;
    color: #1c1c1c;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.tab-btn li.active a,
.tab-btn li a:hover {
	background: #006db2;
	box-shadow: inset 0px 2px 35px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 2px 35px 0px rgba(0, 0, 0, 0.2);
	color: #fff;
}
/**dtl-tab-content***/
.dtl-tab-content-heading h5 {
	margin-bottom: 3.5rem;
}
.dtl-tab-sec .dtl-tab-content ul li {
    font-family: 'Montserrat regular';
    font-size: 1.6rem;
    color: #1c1c1c;
    padding-bottom: 1rem;
    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 0.8rem;
    padding-left: 1.3rem;
    background-size: 0.7rem;
    color: #1c1c1c;
	font-family: 'Montserrat bold';
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.bullet-panel h6 {
    border-bottom: 1px solid #1c1c1c;
    padding-bottom: 1rem;
    font-family: 'Montserrat regular';
	color: #1c1c1c;
}
.dtl-tab-sec .dtl-tab-content .tab_hedaing {
    padding-bottom: 2rem;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.3rem;
    position: relative;
    font-family: 'Montserrat regular';
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.7rem;
    position: absolute;
    top: 0.8rem;
    left: 0;
    content: '';
    width: 0.7rem;
    height: 0.7rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #006db2;
    font-size: 16px;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #006db2;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}
.left-bg-block h6 {
    line-height: 3rem;
    color: #fff;
	font-size: 1.6rem;
	text-transform: none;
}
.each-onderhoud-block h4 {
    color: #1c1c1c;
    font-family: 'Montserrat bold';
    font-size: 2.2rem;
	text-transform: none;
}
.each-onderhoud-block h5 {
    color: #1c1c1c;
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
	font-family: 'Montserrat regular';
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
.tab-divider {
	background-color: #bfbfbf;
	opacity: 1;
	margin: 5rem 0;
}
/***related-product-sec****/
.related-product-sec {
	position: relative;
	background-color: #fff;
	padding-bottom: 3%;
}
.related-product-sec::after {
	content: '';
    height: 71.2%;
    width: 100%;
    background-color: #201e1a;
    position: absolute;
    left: 0;
    top: 0;
}
.related-product-sec .sec-heading {
	position: relative;
	z-index: 1;
	max-width: 100%;
}
.related-product-sec h2 {
	color: #fff;
}
.related-product-sec .common-arrow img {
	filter: brightness(10);
	-webkit-filter: brightness(10);
}
/*=================================aanbod-list page start======================================*/
.filter-sec{
	background: #f5f5f5;
	position: relative;
	padding: 3% 0;
}
.filter-sec:after{
	content: '';
    height: 100%;
    width: 41.7%;
    background-color: #201e1a;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.filter-wrap{
    max-width: 146.7rem;
    width: 100%;
    position: relative;
    z-index: 2;
    margin: auto;
}
.each-filter{
	margin: 0 5rem;
}

.each-filter p{
	color: #9c9c9c;
}
.select-style {
    width: 100%;
    height: 100%;
    line-height: 5rem;
    color: #1c1c1c;
    font-family: 'Montserrat bold';
    font-size: 1.8rem;
    border: 0;
    border-radius: 0;
    background: url(../images/down-arrow-blk.svg) transparent no-repeat 92% center/11px;
    appearance: none;
}
.each-filter .select-style option{
	color: #1c1c1c;
	font-family: arial;
}
.filter-sec .col-xl-2:first-child .each-filter{
	margin-left: 0;
}
.filter-sec .col-xl-2:last-child .each-filter{
	margin-right: 0;
}
.filter-sec .col-xl-2:nth-child(1) .each-filter p,
.filter-sec .col-xl-2:nth-child(2) .each-filter p{
	color: #fff;
}
.filter-sec .col-xl-2:nth-child(1) .each-filter .select-style,
.filter-sec .col-xl-2:nth-child(2) .each-filter .select-style{
	color: #fff;
	background: url(../images/down-arrow.svg) transparent no-repeat 92% center/11px;
}
/*=================================Bedankt page start======================================*/
.bedankt-sec{
	position: relative;
}
.bedankt-sec .banner-content{
	text-align: center;
	top: 55%;
}
.bedankt-sec .banner-content .border-btn{
	color: #fff;
}
.bedankt-sec .banner-content .border-btn:hover{
	border-color: #006db2;
}
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color:#fff;
  font-size:18px;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}

/*********Morgen Footer************/
.morgeninternet-footer {
    background: #000000;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
}

.morgeninternet-footer:hover {
    background: #202020;
    transition: 0.3s all;
}

.morgeninternet-footer > img {
    height: 30px;
    padding-top: 15px;
}

.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    padding: 0px 0;
}
.cookie_div{
    color:#9c9c9c;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.cookie_div h4{
    margin-bottom: 15px;
    font-size: 13pt;
    font-family: 'Calibri';
}
.cookie_div a{
    color:#38b6be;
    font-size: 10pt;
    font-weight:bold;
    margin-left:8px;
    font-family: 'Calibri';
}
.cookie_div button{
    color:#3c935c;
    background:#dbffe8;
    font-weight: bold;
    border: 0;
    padding: 10px 25px;
    margin:5px 0;
    cursor: pointer;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.light_theme{
    background:rgba(255, 255, 255, 0.83);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.light_theme h4{
    color:#2a2a2a;
}
.dark_theme h4{
    color:#c9c9c9;
}
/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 4px 0 6px 30px;
}

.star_icon 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-family: 'Montserrat regular';
    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;
}
.error_page .header-area{
	position: relative;
    background: #000;
}
.privacy_section{
	padding: 4rem 0;
}
.castly{
	width: 100%;
	height: 1400px;
}
.footer-reach li a{
  line-height: 1.8;
  color: #fff;
  font-size: 1.8rem;
}
.dtl-car-mobile{
	display:none;
}
/*************dropdown***********/
.header-area .navbar-nav .dropdown-menu a {
	padding: 12px;
    background: transparent;
    color: #fff;
    font-size: 1.6rem;
    font-family: 'Montserrat bold';
    background-color: #006db2;
}
.header-area .navbar-nav .dropdown-menu a:hover, .header-area .navbar-nav .dropdown-menu a:focus {
    color: #006db2;
	background-color:#fff;
}
.header-area .dropdown:hover>.dropdown-menu {
	display: block;
}
.header-area .dropdown-menu {
	padding: 10px 0 0;
    border-radius: 0px;
    margin: 0px;
    background: transparent;
    border: 0px;
    color: #fff;
    min-width: 220px;
}
.header-area .menu-navigation .dropdown-menu{
	min-width: auto;
    padding: 0;
    position: relative;
}
.header-area .menu-navigation .dropdown-item:focus, .header-area .menu-navigation .dropdown-item:hover{
	background-color: transparent;
}
.header-area .menu-navigation .dropdown-menu a{
	padding: 6px 0;
    font-size: 1.6rem;
}
.google-review{
	padding-top: 15px;
	padding-bottom: 15px;
}
.banner_background_video {
	max-height: 100vh;
	overflow: hidden;
}
.banner_background_video .video-js .vjs-tech{
	object-fit:cover;
} 
.banner_background_video .video-js{
	width: 100% !important;
}
@media(max-width: 575.98px){
	.banner_background_video{
		height: 60vh;
	}
}