@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: '34093';
    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: #1c1c1c;
    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);
}
/*************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: #ab885b;
	border-radius: 5px 0 0 5px;
}
.mini-right-nav span {
    font-family: '34093';
    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: 5px 0 0 5px;
	content: '';
	background-color: #ab885b;
	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: 5px 0 0 5px;
	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 img{
	width: 20px;
	position: relative;
	z-index: 1;
}
.mini-right-nav{
	position: fixed;
	top: 39%;
	z-index: 999;
	right: 0px;
}
/*************header**********/
.header-area{
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
	padding: 40px 0;
}
.header-area2{
	left: 0;
	width: 100%;
	z-index: 2;
	background: #1c1a1b;
	position: fixed !important;
    padding: 25px 0;

}
.header {
    background: #1c1a1b;
}
.desktop-nav, .desktop-nav.navbar-expand-lg .navbar-nav .nav-link,
.desktop-nav.navbar-expand-lg .navbar-nav .nav-item.menu-icon .nav-link{
	padding: 0;
	color: #fff;
}
.desktop-nav.navbar-expand-lg .navbar-nav .nav-link:hover{
	color: #ab885b;
}
.desktop-nav.navbar-expand-lg .navbar-nav .nav-item.menu-icon .nav-link:hover .menu-bar div, 
.desktop-nav.navbar-expand-lg .navbar-nav .nav-item.menu-icon .nav-link:hover .menu-bar::after, 
.desktop-nav.navbar-expand-lg .navbar-nav .nav-item.menu-icon .nav-link:hover .menu-bar::before{
    background-color: #ab885b;
}
.desktop-nav .nav-item {
	padding-left: 50px;
	font-size: 16px;
    font-family: 'palindromeexpandedssiboldexpanded';
	letter-spacing: 0.5px;
}
.menu-bar {
    width: 22px;
    margin-left: 30px;
    margin-top: 3px;
}
.nav-item.menu-icon {
    text-transform: uppercase;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 2px;
    margin: 4px 0;
}
.menu-icon .menu-bar div {
    width: 15px;
}
.menu-icon.active .menu-bar:before {
    transform: translateY(8px) rotate(135deg);
}
.menu-icon.active .menu-bar div {
    transform: scale(0);
}
.menu-icon.active .menu-bar:after {
    transform: translateY(-4px) rotate(-135deg);
}
/****menu-items******/
.menu-items{
	position: absolute;
    top: 120px;
    width: 100%;
    max-width: 260px;
    background: #1c1a1b;
    right: -100%;
    z-index: 99;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 8px 0 0 8px;
}
.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: 'PalindromeExpandedSSiExpanded';
    font-size: 14px;
    color: #fff;
    display: block;
    width: 100%;
    padding: 14px 30px;
    letter-spacing: 0.5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-items li.active a, .menu-items li a:hover {
    background: #ab885b;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 1;
}
.menu-items li a:hover:after{
	opacity: 1;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-icon.active img{
	transform: rotate(45deg);
}
/************banner***************/
.banner-sec{
	height: 100vh;
	position: relative;
}
.each-banner img{
	height: 100%;
	object-fit: cover;
}
.banner-content{
	position: absolute;
	/*top: 50%;
	transform: translateY(-50%);*/
    bottom: 120px;
	z-index: 1;
}
.banner-content .common-btn{
	margin: 50px 5px;
}
.scroll-button {
    bottom: 40px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.scroll-button img {
    width: 30px;
}
.banner-sec .swiper-pagination{
	bottom: 90px;
}
.banner-sec .swiper-pagination-bullet{
	width: 140px;
	height: 3px;
	background: #fff;
	border-radius: 10px;
	opacity: 0.4;
}
.banner-sec .swiper-pagination-bullet-active{
	opacity: 1;
}
.banner-sec .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 8px;
}
/*************product************/
.product-sec{
	padding: 130px 0; 
	background: #eeeeee;
    position: relative;
    z-index: 0;
}
.sec-heading{
	margin-bottom: 80px;
}
.product-heading{
	background: #fff;
	padding: 30px 0;
}
.product-slider{
    position: relative;
}
.product-slider .common-arrow{
    top: 36%;
}
.product-slider .swiper-button-prev{
    left: 0;
    border-radius: 0 5px 5px 0;
}
.product-slider .swiper-button-next{
    right: 0;
    border-radius: 5px 0 0 5px;
}
.price{
	background: #1c1a1b;
	border-radius: 0 5px 5px 0;
	margin-top: -37px;
	max-width: 200px;
	width: 100%;
	position: absolute;
    left: 0;
}
.price h4{
	color: #fff;
	padding: 16px 0;
}
.each-product {
	position: relative;
	z-index: 1;
    border-radius: 8px;
    overflow: hidden;
}
.each-product .text-right h5{
	margin: 30px 0 50px;
}
.product-wrap{
	padding: 0 20px 30px;
	background: #fff;
}
.product-wrap .col-md-6{
	position: static;
}
.product-info table{
	width: 100%;
	margin: 40px 0;
}
.product-info h4, .verkocht-product-sec h4{
    font-family: 'palindromeexpandedssiboldexpanded';
    font-size: 18px;
    height: 45px;
    overflow: hidden;
}
.product-info h5{
	height: 40px;
    overflow: hidden;
    font-family: 'PalindromeExpandedSSiExpanded';
}
.product-info td img{
	width: 28px;
	vertical-align: top;
	margin-right: 7px;
}
.product-info td h5{
	display: inline-block;
	height: auto;
    font-family: '34093';
}
.wishlist-part{
	position: absolute;
    bottom: 30px;
    left: 20px;
}
.wishlist-part img{
	width: 30px;
}
.wishlist2, .wishlist-part:hover .wishlist1{
	display: none;
}
.wishlist-part:hover .wishlist2{
	display: block;
}
/***********content block********/
.content-block{
	padding-top: 50px;
    background: #eeeeee;
}
.content-block .row.no-gutters{
	background: #1c1a1b;
}
.content-block .col-lg-6:nth-child(odd){
/*	padding-right: 20px;*/
}
.content-block .col-lg-6:nth-child(even){
	padding-left: 20px;
}
.block-image{
	margin-top: -120px;
	border-radius: 0 8px 8px 0;
    overflow: hidden;
    margin-bottom: 50px;
}
.content-wrap{
	padding: 110px 20% 100px 7%;
}
.content-wrap p{
	color: #fff;
	margin: 40px 0 50px;
}
.btn-area{
	max-width: 510px;
	width: 100%;
}
.btn-area .common-btn{
	max-width: 100%;
	color: #fff;
}
/**********counter upper***********/
.counter-upper-sec{
	background: #1c1a1b;
}
.counter-upper-sec .col-lg-6:nth-child(odd){
	padding-left: 20px;
}
.counter-upper-sec .col-lg-6:nth-child(even){
	/*padding-right: 20px;*/
}
.counter-upper-sec .content-wrap{
	background: #fff;
	padding-left: 13%;
	border-radius: 0 8px 8px 0;
}
.counter-upper-sec .content-wrap h3, .counter-upper-sec .content-wrap p{
	color: #1c1c1c;
}
.counter-upper-sec .content-wrap p{
	margin: 20px 0 0;
}
.each-slide{
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.each-slide img{
	height: 100%;
	object-fit: cover;
}
.each-slide-content{
	position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    padding: 30px 50px;
    width: 100%;
}
.each-slide-content h4{
	color: #fff;
    font-family: 'PalindromeExpandedSSiExpanded';
    font-size: 16px;
}
/***********counter**********/
.counter-sec {
	padding: 140px 0 120px;
    background-color: #1c1a1b;
}
.each-counter h4 {
	font-family: 'palindromeexpandedssiboldexpanded';
	color: #ab885b;
	margin-bottom: 15px;
}
.each-counter h5 {
	font-family: 'PalindromeExpandedSSiExpanded';
    color: #ab885b;
    font-size: 16px;
}
.icon {
	/*height: 100px;*/
}
.icon img {
	width: 150px;
}
.icon .calender-image{
	width: 60px;
}
.icon .car-image{
	width: 120px;
}
/************footer**********/
.footer-area {
    padding: 70px 0 55px;
    border-bottom: 8px solid #ab885b;
}
.footer-area h4{
	margin-bottom: 40px;
    text-transform: uppercase;
    font-family: 'palindromeexpandedssiboldexpanded';
}
.footer-area p{
	line-height: 38px;
}
.social-icon {
    margin-top: -70px;
}
.social-icon a{
	position: relative;
    z-index: 1;
    margin-right: 24px;
}
.social-icon img {
    width: 30px;
}

/***********************************contact page start**************************************/
.inner-banner-content {
    text-align: center;
    padding: 7% 0;
}
.inner-banner-content h3 {
    color: #fff;
}
/****form*****/
.contact-form-sec {
    background-color: #eeeeee;
    padding: 123px 0 103px;
}
.form-group {
	margin-bottom: 10px;
}
.form-styl {
	resize: none;
    background-color: #fff;
    border-radius: 5px;
    font-family: '34093';
    border: 0;
	color: rgba(0, 0, 0, 0.5);
    font-size: 20px;
    padding: 0 25px;
	height: 58px;
}
textarea.form-styl {
	height: 130px;
	padding-top: 30px;
}
.form-styl::placeholder {
	color: rgba(0, 0, 0, 0.5);
	font-family: '34093';
}
.form-styl::-moz-placeholder {
	color: rgba(0, 0, 0, 0.5);
	font-family: '34093';
}
.form-styl:-moz-placeholder {
	color: rgba(0, 0, 0, 0.5);
	font-family: '34093';
}
.form-styl:focus {
	box-shadow: none;
	font-family: '34093';
	color: rgba(0, 0, 0, 0.5);
    font-size: 20px;
}
.contact-form-sec h3 {
    color: #1c1c1c;
    margin-bottom: 46px;
}
textarea.form-styl {
    height: 190px;
}
.form-wrapper {
    padding: 0 80px 0 60px;
}
.contact-info {
    padding: 0 15% 0 35%;
}
.contact-info p {
    font-size: 20px;
    line-height: 60px;
}
.contact-info h5 {
    font-family: 'PalindromeExpandedSSiExpanded';
}
.contact-form-sec .common-btn {
    margin-top: 20px;
    background-color: #ab885b;
    color: #fff;
}
.contact-form-sec .common-btn:hover {
    background-color: transparent;
    color: #1c1c1c;
}
/***contact-dtl***/
.contact-time {
    padding: 13% 18% 9%;
}
.contact-time h3 {
    margin-bottom: 55px;
}
.contact-time p {
    font-family: '34093';
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 40px;
}
.contact-time p span{
    font-family: 'PalindromeExpandedSSiExpanded';
}
.contact-map {
    height: 100%;
}

/***********************************vacature page start**************************************/
.vacature-list-sec {
    background-color: #eeeeee ;
    padding: 110px 0 80px;
}
.vacature-list-wrapper {
    padding: 0 65px;
}
.each-vacature-list {
    margin-bottom: 30px;
}
.each-vacature-list h3 {
    color: #1c1c1c;
    font-size: 26px;
}
.vacature-list-text {
    padding: 0 10%;
}
.vacature-list-info h4 {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.vacature-list-info>h4:nth-child(2) {
    display: none;
}
.vacature-list-info h4:last-child {
    margin-bottom: 0;
}
.vacature-list-info h4 img {
    width: 45px;
    margin-right: 18px;
}
.vacature-list-text {
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.vacature-list-text-wrap {
    vertical-align: middle;
}
.vacature-list-share img {
    width: 30px;
    margin-right: 13px;
}
.vacature-list-info {
    margin-top: 45px;
}
.vacature-list-text .txt-btn img {
    margin-left: 0;
}
/***********************************diensten-dtl page start**************************************/
.diensten-dtl-bk-btn {
    position: relative;
    padding-top: 66px;
    background-color: #1c1a1b;
    text-align: right;
}
.diensten-dtl-bk-btn .common-btn {
    /*position: absolute;*/
    right: 10%;
    top: 55px;
    z-index: 1;
    color: #fff;
}
.diensten-dtl-mid-img {
    height: 100%;
}
.diensten-dtl-mid-img img {
    height: 100%;
    object-fit: cover;
}
.diensten-dtl-mid-sec p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0;
}
.diensten-dtl-mid-sec .contact-time {
    padding: 20% 10% 20% 18%;
}
.diensten-dtl-mid-sec .contact-time h3 {
    margin-bottom: 25px;
}
.diensten-dtl-form-sec .contact-info {
    padding: 0 0 0 15%;
}
.diensten-dtl-info-wrapper {
    padding-left: 160px;
}
.diensten-dtl-gal {
    padding: 75px 0 55px;
    border-bottom: 2px solid #e5e5e6;
}
.diensten-dtl-gal h3 {
    color: #1c1c1c;
    text-align: center;
    margin-bottom: 75px;
}
a.common-btn.w-btn {
    color: #1c1c1c;
}
a.common-btn.w-btn:hover {
    color: #fff;
}
.desktop-nav, .desktop-nav.navbar-expand-lg .navbar-nav .nav-link, .desktop-nav.navbar-expand-lg .navbar-nav .nav-item.menu-icon .nav-link:hover {
    color: #ab885b;
}
.menu-bar:hover:before{
    background-color: #ab885b;
}
.menu-bar:hover:after{
    background-color: #ab885b;
}
.menu-icon .menu-bar>div:hover{
    background-color: #ab885b;
}
.each-diensten-dtl-gal {
    position: relative;
}
.each-diensten-dtl-gal img {
    border-radius: 10px;
}
.dtl-gal-heading {
    padding: 25px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.dtl-gal-heading h4 {
    color: #fff;
    font-family: 'PalindromeExpandedSSiExpanded';
    font-size: 16px;
}
.dtl-gal-btn {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 40px;
    left: 55px;
    border: 0;
    cursor: pointer;
    background-color: #fff;
    border-radius: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dtl-gal-btn img {
    width: 20px;
}
.each-diensten-dtl-gal:hover .dtl-gal-btn {
    background-color: #ab885b;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diensten-dtl-gal:hover .dtl-gal-btn img {
    filter: invert(1);
    -webkit-filter: invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diensten-dtl-top-sec {
/*	background-color: #fff;*/
	background-color: #1c1a1b;
    padding-top: 0;
}
.diensten-dtl-top-sec .block-image{
    margin-top: -60px;
}
.diensten-dtl-top-sec .content-wrap {
	padding-bottom: 19%;
}
/*******************************vacature-dtl-page start*********************************************/
.vacature-dtl-info {
    margin-top: 45px;
    white-space: nowrap;
}
.vacature-dtl-info h4 {
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
}
.vacature-dtl-info h4 img {
    width: 45px;
    margin-right: 18px;
    filter: invert(1);
    -webkit-filter: invert(1);
}
.vacature-dtl-top-sec .btn-area img {
	width: 20px;
	filter: invert(1);
	-webkit-filter: invert(1);
	margin-right: 10px;
}

/*******************************aanbod page start*********************************************/
.aanbod-filter-sec {
    background-color: #eeeeee;
}
.aanbod-filter-sec .common-btn {
    background-color: #ab885b;
    color: #fff;
    max-width: 100%;
}
.aanbod-filter-sec .common-btn:hover {
    background-color: transparent;
    color: #1c1c1c;
}
.aanbod-filter-wrapper {
    padding: 35px 75px;
    background-color: #fff;
	border-radius: 0 0 8px 8px;
}
.select-style {
    width: 100%;
    border: 2px solid #ab885b;
    border-radius: 5px;
    height: 58px;
    line-height: 56px;
    font-family: '34097';
    font-size: 15px;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/aanbod-d-arrow.svg) #fff no-repeat 90% center/10px;
    color: #1c1c1c;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
}
.aanbod-product-sec {
    background-color: #eeeeee;
    padding: 30px 0 0 0;
}
.aanbod-product-sec .filter-grid {
    max-width: 210px;
    width: 100%;
    margin-left: auto;
    margin-bottom: 30px;
}
.aanbod-product-sec .aanbod-each-filter-grid {
    font-size: 16px;
    color: #000000;
    font-family: '34093';
    text-align: center;
    line-height: 48px;
    height: 50px;
    opacity: 0.5;
    cursor: pointer;
    margin-left: 5px;
}
.aanbod-product-sec .aanbod-each-filter-grid img {
    width: 26px;
    margin-right: 10px;
    margin-top: -5px;
}
.aanbod-product-sec .aanbod-each-filter-grid.active {
    opacity: 1;
}
.aanbod-product-sec .each-product {
	margin-bottom: 50px;
}
.aanbod-btm-banner .common-wrapper {
	position: relative;
}
.aanbod-btm-banner .common-btn {
	position: absolute;
	bottom: 84px;
	background: #ab885b;
	color: #fff;
}
.aanbod-btm-banner .common-btn:hover {
	background:transparent;
}
/*******************************aanbod-dtl-page start*********************************************/
.aanbod-dtl-header {
	position: relative;
	background-color: #1c1a1b;
}
.dtl-top-sec h4 {
    font-size: 20px;
    font-family: 'palindromeexpandedssiboldexpanded';
    display: inline-block;
    margin-right: 45px;
}
.dtl-top-sec h5 {
    display: inline-block;
    font-family: 'PalindromeExpandedSSiExpanded';
}
.dtl-top-sec {
    padding: 45px 0;
}
.dtl-slider .swiper-button-prev {
    left: 0;
}
.dtl-slider .swiper-button-next {
    right: 0;
}
.gallery-thumbs {
    margin-top: 15px;
}
/****info***/
.aanbod-dtl-info-btm {
	/*border-top: 2px solid #f2f2f2;
	border-bottom: 2px solid #f2f2f2;*/
	padding: 50px 0 70px;
}
.aanbod-dtl-info-sec table {
	width: 96%;
}
.aanbod-dtl-info-sec table tr th {
	padding-left: 220px;
	vertical-align: top;
	font-size: 18px;
	color: #ab885b;
    font-family: 'palindromeexpandedssiboldexpanded';
}
.aanbod-dtl-info-sec table tr td {
	padding-left: 220px;
	vertical-align: top;
	font-size: 18px;
	font-family: 'PalindromeExpandedSSiExpanded';
	color: #132637;
}
.aanbod-dtl-info-sec table tr th:first-child {
	padding-left: 0;
}
.aanbod-dtl-info-sec table tr td:first-child {
	padding-left: 0;
}
.aanbod-dtl-info-btm-price {
	text-align: left;
/*    padding-right: 65px;*/
}
.aanbod-dtl-info-btm-price h4{
/*	font-size: 20px;*/
	font-size: 30px;
	font-family: '34095';
	color: #142636;
	line-height: 38px;
}
.aanbod-dtl-info-btm-price h4 span{
/*	font-size: 20px;*/
	font-size: 18px;
	font-family: '34093';
	color: #0f232d;
	display: block;
}
.aanbod-dtl-info-btm .col-md-9 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}
.aanbod-dtl-info-btm .col-md-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.product-info>.txt-btn {
    font-size: 18px;
}

/**aanbod-dtl-tab***/
.aanbod-detail-tab-sec {
	padding-bottom: 50px;
}
.tab-btn {
    font-size: 24px;
    color: #1c1c1c;
    font-family: '34095';
    cursor: pointer;
    display: inline-block;
    position: relative;
	position: absolute;
	top: 55px;
	right: 0;
}
.tab-btn:after{
    position: absolute;
    width: 43px;
    height: 43px;
    right: 0;
    background-color: transparent;
    content: '';
    background-image: url(../images/white-button-arrow.png);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center;
    border-radius: 100%;
    transform: rotate(90deg);
}
.less-info .tab-btn:after{
    transform: rotate(-90deg);
}
.each-tab-part h2 {
	font-size: 24px;
    color: #132637;
	margin-bottom: 50px;
    letter-spacing: .2px;
}
.color-chng {
	color: #ab885b !important;
}
.each-tab-part p {
	margin-bottom: 50px;
}
.each-tab-part {
	border-top: 2px solid #f2f2f2;
	padding-top: 55px;
	position: relative;
}
.each-tab-part.kenmerken-block{
	border-bottom: 0;
}
.each-tab-part h5{
  margin-bottom: 40px;
}
.detail-tab-area .tab-content .tab-pane .tab_hedaing {
  padding-bottom: 20px;
}
.detail-tab-area .bullet-panel li:after {
  padding-left: 15px;
  background-size: 7px;
  position: absolute;
  top: 8px;
  left: 0;
  content: '';
  width: 15px;
  height: 15px;
  background-image: url('../images/bullet-black.svg');
  background-repeat: no-repeat;
}
.detail-tab-area ul li {
  font-family: '34095';
  font-size: 16px;
  color: #1c1c1c;
  padding-bottom: 12px;
  word-break: break-word;
}
.detail-tab-area .bullet-panel ul li {
  padding-left: 20px;
  position:relative;
  font-family: '34095';
  color: #1c1c1c;
}
.detail-tab-area .tab_hedaing h4 {
  color: #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
  padding-bottom: 16px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'PalindromeExpandedSSiExpanded';
}
.bullet-panel{
  margin-bottom:20px;
}
.kenmerken-tab ul li:nth-child(odd) {
  background-image: url('../images/bullet-black.svg');
  background-repeat: no-repeat;
  background-position: left top 8px;
  padding-left: 20px;
  background-size: 7px;
  color: #1c1c1c;
  font-family: '34095';
}
.kenmerken-tab ul li {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  color: #1c1c1c;
}
.each-tab-part h4{
  margin-bottom: 16px;
  color: #1c1c1c;
  font-family: '34097';
  font-size: 20px;
}
.aanbod-detail-tab-sec .tab-content {
  height: 0px;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.kenmerken-tab-content.tab-content{
  height: auto;
}
.kenmerken-tab{
  margin-bottom: 40px;
}
.each-onderhoud-block {
	display: flex;
	margin-bottom: 20px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ab885b;
    font-size: 16px;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #0f232d;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block h5 {
	color: #1c1c1c;
	margin: 10px 0px 30px;
	font-family: '34095';
}
.left-bg-block h6 {
	line-height: 30px;
	color: #fff;
	font-family: '34097';
}
.detail-tab-area .each-tab-part:last-child {
	border-bottom: 0px;
}
/*.detail-tab-area .each-tab-part:first-child .tab-content{
	height: auto;
}*/

/***aanbod-dtl contact-btn****/
.dtl-contact-btn {
	max-width: 247px;
	width: 100%;
	margin-left: auto;
}
.dtl-contact-btn .common-btn {
    margin-bottom: 20px;
    background-color: #ab885b;
    color: #fff;
}
.dtl-contact-btn .common-btn:hover {
    background-color: transparent;
    color: #1c1c1c;
}
.dtl-contact-btn ul li {
	margin-top: 25px;
	/*padding-left: 25px;*/
}
.dtl-contact-btn ul li a {
	color: #000000;
	font-size: 16px;
	font-family: 'PalindromeExpandedSSiExpanded';
}
.dtl-contact-btn ul li a:hover {
	color: #ab885b;
}
.dtl-contact-btn ul li a span {
	margin-right: 15px;
}
.dtl-contact-btn ul li a span img {
	width: 23px;
}
.aanbod-dtl-product {
	padding: 0 0 150px;
}
.aanbod-dtl-product hr {
	border-top: 2px solid #d8d8d8;
	margin: 0;
	padding-bottom: 85px;
}
.aanbod-dtl-product .sec-heading h3 {
	color: #1c1c1c;
}
.detail-desktop-gal .row{
    margin-left: -4px;
}
/*******************************overons-page start******************************************/
/****mid-sec*******/
.overons-mid-sec {
    padding: 55px 0 60px;
}
.overons-mid-sec .col-lg-5 {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
}
.overons-mid-sec .col-lg-7 {
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
    max-width: 52%;
}
.overons-mid-left {
    padding-right: 31%;
}
.overons-mid-left-wrap {
    vertical-align: middle;
}
.overons-mid-left h3 {
    color: #1c1c1c;
    margin-bottom: 35px;
}
.overons-mid-right-text p {
    color: #fff;
    margin-top: 15px;
}
.overons-mid-right-text {
    background-color: #1c1a1b;
    padding: 10% 14%;
    margin-top: 60px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.overons-mid-right-img img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
/**overons-gal*****/
.overons-gal-sec {
    padding-top: 60px;
}
.overons-gal-sec h3 {
    margin-bottom: 60px;
    color: #1c1c1c;
    text-align: center;
}
.gal-item {
    overflow: hidden;
    padding: 5px;
}
.box {
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.overons-gal-sec .box img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.overons-gal-sec .box:hover img {
    transform: scale(1.2);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.overons-member-sec {
    background-color: #fff;
}
.overons-member-sec .col-lg-8 {
    -ms-flex: 0 0 51.5%;
    flex: 0 0 51.5%;
    max-width: 51.5%;
}
.overons-member-sec .col-lg-4 {
    -ms-flex: 0 0 48.5%;
    flex: 0 0 48.5%;
    max-width: 48.5%;
}
.overons-member-sec .content-wrap {
    padding: 110px 10% 100px 14%;
}
.each-member-content {
    margin-top: 20px;
    text-align: center;
    padding: 0 10px;
}
.each-member-content h5 {
    color: #fff;
    font-family: 'PalindromeExpandedSSiExpanded';
}
.overons-member-sec {
    margin-top: 50px;
}
.overons-member-sec .block-image {
    border-radius: 0;
    margin-left: -170px;
    padding-bottom: 5%;
    position: relative;
}
.overons-member-sec .common-arrow {
    background-color: transparent;
    border: 2px solid #ab885b;
    top: 22px;
    border-radius: 5px;
}
.member-arrow-btn {
    max-width: 160px;
    width: 100%;
    position: relative;
    height: 60px;
}
.each-member-img{
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}
.overons-member-sec .swiper-slide-active .each-member-img{
    position: relative;
}
.overons-member-sec .swiper-slide-active .each-member-img::after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(15, 15, 15, 0.7);
    z-index: 5;
}
.overons-member-sec .swiper-button-prev {
    left: 0;
}
.overons-history-sec .block-image {
    margin-left: 0;
    margin-right: -35%;
    padding-bottom: 45px;
    margin-top: 0;
}
.overons-history-sec .content-wrap p{
    margin-bottom: 20px;
}
.overons-icon{
    width: 100px;
}
.overons-history-sec.content-block{
    padding-top: 0;
    margin-top: 0;
}
.overons-history-sec .content-wrap {
    padding-right: 12%;
    padding-left: 12%;
}
.overons-history-sec .each-member-content h4 {
    font-family: 'palindromeexpandedssiboldexpanded';
    color: #ab885b;
    margin-bottom: 10px;
}
.overons-history-sec .each-member-content p {
    color: #fff;
}
.overons-history-sec .swiper-slide-duplicate-prev .each-member-img{
    position: relative;
}
.overons-history-sec .swiper-slide-duplicate-prev .each-member-img::after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(15, 15, 15, 0.7);
    z-index: 5;
}
.overons-history-sec .swiper-slide-active .each-member-img::after  {
    display: none;
}
/****member popup*****/
.overons-member-popup .each-member {
    margin-bottom: 50px;
    padding: 0 20px;
}
.overons-member-popup .member-popup-wrapper {
    padding: 0 6% 70px;
    margin-top: -88px;
}
.overons-member-popup .modal {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 0 !important;
}
.overons-member-popup .modal-dialog {
    max-width: 100%;
    margin: 15% auto 0;
}
.overons-member-popup .modal-content {
    border: 0;
    border-radius: 0px;
    position: relative;
    background-color: #0f0f0f;
    position: relative;
}
.overons-member-popup .close-img {
    z-index: 1;
    font-size: 35px;
    top: 30px;
    left: 35px;
    position: absolute;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}
.overons-member-popup .col-lg-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.overons-member-popup .col-lg-3:last-child {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
.overons-member-popup .common-btn {
    color: #fff;
}
.modal-backdrop {
    display: none;
}
/*********************************** Diensten page start**************************************/
.diensten-block-list{
    border-bottom: 2px solid #eeeeee;
}
.diensten-block{
    background: #eeeeee;
    padding: 180px 0 0;
}
.diensten-each-block-wrapper{
    background: #fff;
    position: relative;
}

.diensten-each-block-image{
    position: relative;
    top: -120px;
    z-index: 1;
    margin-right: 23px;
}
.diensten-each-block-image img{
    border-radius: 0 10px 10px 0;
}
.diensten-block:nth-child(even) .diensten-each-block-image{
    margin-right: 0;
    margin-left: 23px;
}
.diensten-block:nth-child(even) .diensten-each-block-image img{
    border-radius: 10px 0 0 10px ;
}
.diensten-each-block-content{
    padding: 0 20% 0 9%;
}
.diensten-each-block-content p{
    margin-bottom: 50px;
	display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.diensten-each-block-content h3{
    color: #1c1a1b;
    padding-bottom: 33px;
}
/***********************************verkocht page start**************************************/
.verkocht-product-sec {
    padding-top: 55px;
}
.verkocht-product-sec h4{
    height: 20px;
}
.verkocht-product-sec .product-heading{
    padding-left: 15px;
    padding-right: 15px;
}
/*************pop up*************/
.modal-area .modal-dialog {
    max-width: 77%;
    margin: 12% auto 0;
}
.modal-area .modal {
	background-color: rgba(0, 0, 0, 0.3);
}
.modal-area .close-img {
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.5);
    font-size: 30px;
    z-index: 9;
    width: 50px;
    height: 50px;
    background: #000;
    border: 3px solid #fff;
    background-image: url(../images/close.svg);
    background-position: center center;
    background-size: 30px;
    background-repeat: no-repeat;
    border-radius: 100%;
}
.modal-area .close-img img {
    width: 15px;
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0px;
    position: relative;
}
.modal-area .popup-content p{
    margin: 30px 0 0;
	font-size: 15px;
	font-family: '34093';
	color: #1c1a1b;
    padding-right: 50px;
}
.modal-area .popup-content h3 {
	font-family: '34093';
	color: #1c1a1b;
    position: relative;
}
.modal-area .popup-content {
    padding: 23% 12%;
	position: relative;
}
.modal-area .pop-up-image img{
   height: 100%;
   object-fit: cover;
}
/***********************************bedankt page start**************************************/
.bedankt-banner-sec {
    position: relative;
}
.bedankt-banner-sec p {
    color: #fff;
    max-width: 855px;
    width: 100%;
    margin: 50px auto 0;
}
.bedankt-banner-sec::after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(28, 26, 27, 0.4);
}
.bedankt-banner-sec .banner-content .common-btn {
    margin: 50px 0 0 0;
}
/***********************************aanbod list page start**************************************/
.aanbod-list-product-sec {
    padding-bottom: 45px;
}
.aanbod-list-product-sec .filter-grid {
    margin-bottom: 30px;
}
.aanbod-list-product-wrapper {
    padding: 0 75px;
}
.aanbod-list-product-sec .product-wrap {
    height: 100%;
    position: relative;
    padding: 15px;
}
.aanbod-list-product-sec .each-product {
    background-color: #fff;
    margin-bottom: 34px;
}
.aanbod-list-product-sec .product-btn-part {
    max-width: 48%;
    right: 7%;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: right;
}
.aanbod-list-product-sec .price {
    position: relative;
    border-radius: 5px 0 0 5px;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
    width: calc(100% + 15px);
}
.aanbod-list-product-sec .product-heading h4 {
    font-size: 18px;
    font-family: 'palindromeexpandedssiboldexpanded';
    margin-bottom: 15px;
    height: 45px;
    overflow: hidden;
}
.aanbod-list-product-sec .pm-price h5 {
    text-align: right;
}
.aanbod-list-product-sec .car-price {
    /*position: absolute;
    right: 0;
    top: 0;*/
    max-width: calc(200px - 15px);
    margin-left: auto;
    width: 100%;
}
.aanbod-list-product-sec .product-heading {
    padding: 0;
}
.aanbod-list-product-sec .product-info td h5, .aanbod-list-product-sec .txt-btn {
    font-size: 24px;
}
.aanbod-list-product-sec .txt-btn {
    float: right;
}
.aanbod-list-product-sec .col-lg-4 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}
.aanbod-list-product-sec .col-lg-8 {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
}
.aanbod-list-product-sec .product-info table {
    margin: 55px 0 0;
}
/***********************************favorieten page start**************************************/
.favorieten-product-sec {
    padding: 65px 0 25px;
}
.aanbod-list-product-sec.favorieten-product-sec .product-heading h4{
    font-size: 15px;
    height: 20px;
}
.aanbod-list-product-sec.favorieten-product-sec .product-heading h5 {
    font-size: 13px;
    height: 30px;
}
.aanbod-list-product-sec.favorieten-product-sec .product-info td h5 {
    height: auto;
}
.favorieten-product-sec .each-product {
    margin-bottom: 25px;
}
.aanbod-list-product-sec.favorieten-product-sec .product-info td img {
    width: 18px;
}
.aanbod-list-product-sec.favorieten-product-sec .price h4 {
    font-size: 15px;
    padding: 10px 0;
}
.aanbod-list-product-sec.favorieten-product-sec .pm-price h5, .aanbod-list-product-sec.favorieten-product-sec .txt-btn, 
.aanbod-list-product-sec.favorieten-product-sec .product-info td h5 {
    font-size: 15px;
}
.aanbod-list-product-sec.favorieten-product-sec .txt-btn {
    white-space: nowrap;
}
.aanbod-list-product-sec.favorieten-product-sec .wishlist-part img {
    width: 20px;
}
.aanbod-list-product-sec.favorieten-product-sec .txt-btn img {
    width: 10px;
    margin-left: 5px;
}
.aanbod-list-product-sec.favorieten-product-sec table td {
    padding-bottom: 5px;
}
.aanbod-list-product-sec.favorieten-product-sec table td:last-child{
	padding-bottom: 0;
}
.aanbod-list-product-sec.favorieten-product-sec .wishlist-part {
  bottom: 3px;
}
.favorieten-product-sec .wishlist1 {
    display: none;
}
.favorieten-product-sec .wishlist2 {
    display: block;
}
/* 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;
}

.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;
}

.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: 'NunitoSansRegular';
    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;
    color:#000;
}
.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;
}
.car-form-sec{
    background-color: #eeeeee;
    padding: 50px 20px;
    border-radius: 5px;
}
.form-1{
    display:none;
}
h3.privacy_sec{
    color: #000;
}
.privacy-sec{
    height: 100%;
}
.foto_upload{
	height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: normal;
}
.photo-upload{
	line-height: 58px;
}
.aanbod-list-product-sec .product-heading h5{
	height: 40px;
	overflow: hidden;
    font-family: 'PalindromeExpandedSSiExpanded';
}
.aanbod-list-product-sec .wishlist-part{
	bottom: 0;
    left: 0;
}
.aanbod-list-product-sec .product-img img{
	height: 100%;
	object-fit: cover;
}
#bdIframe {
  height: 900px;
}
/*****overons******/
.team-member-block .block-image{
    background: #1c1a1b;
    padding-bottom: 40px;
    position: relative;
    margin: 0;
}
.team-member-block .block-image:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    content: '';
    background: #fff;
}
.team-member-block{
    margin-top: 0;
}
.overons-member-sec.team-member-block .content-wrap{
    max-width: 780px;
    width: 100%;
    margin: auto;
    padding: 0;
}
.team-member-block .content-wrap h3{
    text-align: center;
}
.team-member-block .member-top-content h3, .team-member-block .content-wrap p{
    color: #1c1c1c;
}
.team-member-block .content-wrap p{
    margin: 30px 0 70px;
}
.team-member-block .each-member{
    padding: 0 20px 80px;
}
/*************** Language Flag Start ************/
#google_translate_element{
	height: 0;
    overflow: hidden;
}
.skiptranslate{
    height: 0;
    overflow: hidden;
    visibility: hidden !important;
}
.topbar-images {
    display: block;
}
.topbar-images a {
    display: inline-flex;
    margin: 0 12px 0 0;
    vertical-align: middle;
}
.active_flag {
    -webkit-box-shadow: 0px 0px 9px 2px rgb(255, 255, 255, 1);
    -moz-box-shadow: 0px 0px 9px 2px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 9px 2px rgb(255, 255, 255, 1);
}
.topbar-images a img {
    width: 25px;
}
.header-social {
    margin-top: -17px;
}
body {
	top: 0 !important;
}
/*************** Language Flag End ************/
/*******************faq list******************/
.faq-list-sec {
    padding: 60px 0 80px;
}
.faq-list-sec h2{
    font-size: 48px;
    margin-bottom: 40px;
}
.faq-block-wrap{
  padding: 0 10px;
}
.each-small-faq {
    border: 4px solid #ab885b;
    border-radius: 10px;
    padding: 25px 70px 25px 50px;
    margin-bottom: 80px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-small-faq:hover {
    background-color: #ab885b;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-small-faq::after {
    background-size: 25px;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(../images/next.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.each-faq-list-block h3 {
    margin-bottom: 40px;
}
.each-small-faq p {
    font-size: 35px;
    color: #fff;
    margin: 0;
    line-height: 40px;
}
.each-faq-list-block {
    background-color: #1c1a1b;
    padding: 60px 35px 30px;
    border-radius: 40px;
}
/***bottom sec****/
.faq-bottom-sec {
    background-color: #eeeeee;
}
.faq-bottom-content {
    padding: 60px 60px 60px 14%;
}
.faq-bottom-content h3 {
    color: #1c1c1c;
    margin-bottom: 30px;
}
.faq-bottom-img img{
    height: 100%;
    object-fit: cover;
}
.faq-bottom-content .common-btn {
    color: #fff;
    background: #ab885b;
    margin-top: 30px;
}
.faq-bottom-content .common-btn:hover {
    background: transparent;
    color: #1c1c1c;
}
/******************faq-dtl***************/
.faq-dtl-content{
    background: #1c1a1b;
    padding: 70px 0;
}
.faq-dtl-content h3, .faq-dtl-content p{
    color: #fff;
}
.faq-dtl-content p{
    margin: 50px 12% 60px;
    text-align: left;
}
.faq-dtl-content .common-btn{
    color: #fff;
}
.faq-form{
    padding: 60px 0 160px;
}
.footer-logo img, .navbar-brand img{
    width: 360px;
}
.vacature-block p{
	color: #000;
	text-align: center;
}
.contact-block-sec{
  text-align: center;
  color: #1c1c1c;
  margin: 0 0 20px;
}
.vacature-content-sec .content-wrap{
	padding: 4%;
}
.corner{
    border-radius: 8px;
}
.corner-sm{
    border-radius: 5px;
}
.overflow-hidden{
    overflow: hidden;
}
.corner-left-0{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.corner-right-0{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.dtl-car-slide {
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
}
.common-btn.trade-btn {
  background-color: #25D366 !important;
  border-color: #25D366 !important;
  color: #fff !important;
  max-width: unset;
  width: auto;
  padding: 0 20px;
}
.trade-btn img {
    width: 16px;
    margin-right: 10px;
    margin-top: -3px;
}
/*=========overons-slider-block===========*/
.overons-slider-block, .overons-header{
    background: #1C1A1B;
}
.overons-header{
    border-bottom: 1px solid rgba(255,255,255,0.12);
}
.overons-slider-block{
    padding: 100px 0;
}
.overons-slider-block p{
    color: #fff;
}
.overons-slider-block .mx-auto p{
    margin-top: 30px;
}
.overons-slider-block .mx-auto{
    max-width: 680px;
    margin-bottom: 60px;
}
.overons-slider-image{
    height: 380px;
}
.overons-slider-image img{
    height: 100%;
    object-fit: cover;
}
.overons-slider-block h4 {
    font-family: 'palindromeexpandedssiboldexpanded';
    color: #ab885b;
    margin: 20px 0 10px;
}
.overons-slider-block .position-absolute img{
    width: 100px;
}
.overons-slider-block .position-absolute{
    top: -60px;
    right: -115px;
}
.overons-slider-wrap{
    padding: 0 10%;
    margin: auto;
    z-index: 0;
}
.overons-slider-block .common-arrow{
    width: 60px;
    height: 60px;
    border: 2px solid #ab885b;
    border-radius: 5px;
    top: 38%;
}
