@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'lama_sansregular';
    font-size: 1.6rem;
    color: #fff;
    background-color: #f6f6f6;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
/* .add_morgan_footer_margin{
	height: 100px !important;
} */
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    border-color: rgba(255,255,255,0.1);
    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.1);
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/*****************************index*****************************/
/*****************header****************/
.header-area{
	padding: 47px 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	/* z-index: 5; */
    z-index: 99;
}
.logo img{
	width: 271px;
}
.menu-right{
	display: flex;
	align-items: center;
	justify-content: end;
	column-gap: 63px;
}
.menu-right ul{
	display: flex;
	align-items: center;
	column-gap: 63px;
}
.header-area .nav_menu_right_part{
	cursor: pointer;
	right: -20px;
}
.menu-right li a {
	color: #fff;
	font-family: 'lama_sanssemibold';
	font-size: 1.4rem;
	line-height: normal;
	position: relative;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}
.menu-right li a:hover {
	color: #4855F2;
}
.sticky-hidden{
	position: fixed;
    /* z-index: 3; */
    z-index: 99;
    background-color: #101010;
    padding: 35px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}
.menu-block .bars {
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    padding: 16px 13px;
    overflow: hidden;
}
.menu-block .bars .bar {
    width: 24px;
    height: 2px;
    background: #fff;
	transition: all 0.5s;
}
.menu-block .bars .bar-2{
	width: 18px;
	margin-left: auto;
	margin-right: auto;
}
.menu-block .bars .bar-3{
	width: 12px;
	margin-left: auto;
	margin-right: auto;
}
.menu-block .bars .bar-2, 
.menu-block .bars .bar-3 {
    margin-top: 4px;
}
.menu-block.active .bars .bar-3 {
    transform: rotate(45deg);
    position: relative;
    top: -6px;
	width: 24px;
	transition: all 0.5s;
}
.menu-block.active .bars .bar-2 {
    /* display: none; */
	opacity: 0;
	transition: all 0s;
}
.menu-block.active .bars .bar-1 {
    transform: rotate(-45deg);
    position: relative;
    top:6px;
	transition: all 0.5s;
}
.mobile_menu_items{
	width: 50%;
	padding-left: 96px;
	padding-top: 76px;
	padding-bottom: 60px;
    padding-right: 8%;
	max-height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
    position: relative;
}
.mobile_menu_items::after {
    content: "";
    height: 100%;
    width: 17.5%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #101010;
}
.menu-contact{
	/* max-width: 640px; */
	max-width:calc(100% - 12.5px);
	/* border-top: 1px solid rgba(255, 255, 255, 0.15); */
	padding-top: 45px;
    margin-top: 40px;
    position: relative;
}
.menu-contact::before {
    content: "";
    height: 1px;
    width: 200vh;
    position: absolute;
    top: 0;
    left: -50%;
    background-color: rgba(255, 255, 255, 0.15);
}
.menu-items .menu-contact .menu-contact-lft a {
	font-family: 'lama_sansregular';
	font-size: 1.6rem;
	line-height: 22px;
	letter-spacing: 0.16px;
	color: #fff;
	text-transform: none;
}
.menu-contact h5{
	font-size: 1.8rem;
	line-height: 25.29px;
	letter-spacing: 0.18px;
	margin-bottom: 10px;
}
.menu-items .menu-contact .menu-contact-lft a:hover{
	color: #4855F2;
}
.menu-items .menu-contact-right a:hover {
	text-decoration: underline;
}
.menu-items .menu-contact-right a{
	color: #FFF;
	font-size: 2rem;
	line-height: 35px;
	letter-spacing: 0.2px;
	font-family: 'lama_sansregular';
	display: block;
}
.menu-items .menu-contact-right{
	display: flex;
	flex-direction: column;
}
.menu_background{
	width: 50%;
	height: 100%;
	position: relative;
}
.menu_background::after{
	content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(9, 9, 9, 0.7);
	background: linear-gradient(0deg, rgba(16, 16, 16, 0.50) 0%, rgba(16, 16, 16, 0.50) 100%);
    z-index: 1;
}
.menu-items {
    width: 100%;
    clip-path: inset(0 0 0 100%);
    transition: all 1s;
    background: #101010;
}
.menu-items_active{
	clip-path: inset(0 0 0 0);
	height: 100%;
	min-height: max-content;
}
.menu-items li {
    border-bottom: 0 ;
	margin-bottom: 0;
}
.menu-items.active {
	width: 43rem;
	background: #0F1217;
}
.mobile_menu_items .active {
	color: #fff;
}
.mobile_menu_items::-webkit-scrollbar {
	width: 0px;
}
.mobile_menu_items {
    scrollbar-width: none; 
    -ms-overflow-style: none; 
}
.menu-items .common-wrap{
	height: 100%;
	position: relative;
}
.menu-items .common-wrap > hr{
	height: calc(100% - 140px);
	width: 1px ;
	opacity: 1;
	right: calc(8% + 12.5px);
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.15);
	position: absolute;
	z-index: 1;
}
.menu-icon:after, .menu-icon div {
    display: block;
    background-color: #fff;
    content: '';
    height: 2px;
    margin: 14px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-icon:before {
	display: none;
}
.menu-items ul {
    text-align: left;
}
.menu-items a {
    font-family: 'Brink-Bold';
	color: rgba(255, 255, 255, 0.70);
	font-size: 3.2rem;
	line-height: 80px;
	letter-spacing: 1.6px;
	text-transform: uppercase;
    display: inline-block;
}
.menu-items a:hover {
    color: #FFF;
}
.menu-navigation {
    padding:0;
	display: flex;
	height: 100%;
}
.menu-icon{
	width: 70px;
	margin-left: auto;
}
.menu-icon::after{
	margin-left: auto;
}
.menu-icon.active:after{
	width: 70px;
}
.menu-icon.active:after{
	transform: translateY(-9px) rotate(-135deg);
}
.menu-icon.active div {
	transform: translateY(7px) rotate(-228deg);
}
/*****************banner-sec****************/
.banner-sec {
	position: relative;
}
.banner-sec::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(9, 9, 9, 0.38);
	z-index: 1;
}
.banner-video {
	height: 910px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner {
	height: 910px;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 2;
	width: 100%;
}
.banner-content h1 {
	margin: 30px 0 40px;
}
.banner-content h6 {
	color: #fff;
}
.banner-content .common-btn {
	margin-right: 20px;
}
.banner-slider .swiper-button-prev::after, 
.banner-slider .swiper-button-next::after {
	display: none;
}
.banner-slider .swiper-button-prev h6, 
.banner-slider .swiper-button-next h6 {
	text-transform: uppercase;
	font-family: 'lama_sanssemibold';
	font-size: 1.2rem;
	color: #fff;
}
.banner-arrow {
	position: absolute;
	z-index: 2;
	display: flex;
	column-gap: 14%;
	justify-content: space-between;
	bottom: 40px;
	left: 0;
	width: 100%;
	max-width: 320px;
}
.banner-arrow::after{
	position: absolute;
	left: 22%;
	top: 50%;
	height: 1px;
	width: 50%;
	content: "";
	background-color: rgba(255, 255, 255, 0.15);
	transform: translateY(-50%);
}
.banner-arrow .swiper-button-prev::before{
	/* position: absolute;
	left: 0;
	top: 0;
	height: 20px;
	width: 400px;
	content: ""; */
}
.banner-arrow .swiper-button-next ,
.banner-arrow .swiper-button-prev {
    position: initial;
	height: auto;
	width: auto;
    left: 7%;
    top: auto;
    bottom: 8%;
	margin: 0;
}
.banner-arrow .swiper-button-next {
    /* position: absolute;
    top: auto;
    bottom: 8%;
    left: 23%;
    right: auto; */
}
.banner-sec::before{
	position: absolute;
	height: calc( 100% - 130px);
	width: 1px;
	right: calc(8% + 12.5px);
	bottom: 0;
	opacity: 1;
	content: "";
	background-color: rgba(255, 255, 255, 0.15);
	z-index: 8;
	pointer-events: none;
}
.scroll-arrow {
	position: absolute;
	bottom: 20px;
	right:3%;
	display: flex;
	align-items: end;
	flex-direction: column;
	justify-content: space-between;
	z-index: 2;
	cursor: pointer;
	height: 80px;
}
.scroll-arrow span{
	transform: rotate(90deg);
	font-size: 1.4rem;
	line-height: normal;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}
.scroll-arrow img {
	width: 100%;
	height: 24px;
    -webkit-animation: bounce 2.5s infinite ease-in-out;
    -o-animation: bounce 2.5s infinite ease-in-out;
    -ms-animation: bounce 2.5s infinite ease-in-out; 
    -moz-animation: bounce 2.5s infinite ease-in-out; 
    animation: bounce 2.5s infinite ease-in-out;
}
@keyframes bounce {
    0% { transform: translateY(-5px)  }
    50% { transform: translateY(10px) }
    100% { transform: translateY(-5px) }
}
.banner-sec.remove-banner-line::before {
    opacity: 0;
}
.banner-2nd-btn {
    background-color: #4855F2;
    border-color: #4855F2;
    color: #fff;
}
.banner-1st-btnn {
    background-color: transparent;
    border-color: #fff;
    color: #fff; 
}
/*****************marquee-sec****************/
.marquee-sec {
	background-color: #4855F2;
	padding: 37px 0;
}
.marque-wrap{
	white-space: nowrap;
}
.marque-wrap:hover .marque-txt{
	animation-play-state: paused;
}
.marque-txt{
	/* display: inline-block; */
    display: inline-flex;
	animation: 15s slide infinite linear;
}
.marque-txt li {
	/* display: inline list-item; */
    display: inline-block;
	color: #fff;
    font-family: 'lama_sansmedium';
    font-size: 1.6rem;
    line-height: 24px;
	letter-spacing: 0.32px;
	padding-left: 65px;
	position: relative;
	margin-left: 65px;
}
.marque-txt li::after {
	content: "";
	position: absolute;
    left: 0;
    top: 50%;
	transform: translateY(-50%);
    height: 7px;
    width: 7px;
    background-image: url(../images/square.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 7px;
}
@keyframes slide{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(-100%);
	}	
}
/*****************product-sec****************/
.product-sec {
	background-color: #101010;
	padding: 128px 0 95px;
	overflow: hidden;
	z-index: 1;
    position: relative;
}
.product-slider {
	position: relative;
}
.product-title {
	text-align: center;
	margin-bottom: 76px;
}
.product-title p {
	max-width: 700px;
	margin: 0 auto;
	width: 100%;
}
.product-title h2 {
	margin-bottom: 16px;
}
.each-product-img {
	position: relative;
}
.each-product-img img {
	border-radius: 5px;
	overflow: hidden;
}
.product-car-info {
	border-radius: 5px;
	overflow: hidden;
	margin-top: -40px;
	background-color: #fff;
	padding: 38px 30px 30px 30px;
	margin-left: 27px;
	margin-right: 27px;
	position: relative;
	z-index: 1;
	position: relative;
}
.product-car-info::after {
    content: "";
    height: 100px;
    width: 1px;
    position: absolute;
    right: 50px;
    top: 0;
    /* background: linear-gradient(180deg, rgba(246, 246, 246, 1) 40%, #F6F6F6 100%); */
    background: linear-gradient(to bottom, rgba(72, 85, 242, 0.50), rgba(16, 16, 16, 0) );
}
.product-car-info h4 {
    color: #4855F2;
    margin-bottom: 14px;
    height: 25px;
    overflow: hidden;
}
.product-car-info h6 {
    letter-spacing: normal;
    height: 40px;
    overflow: hidden;
    line-height: 21px;
    text-transform: none;
}
.product-car-info hr {
	background-color: rgba(16, 16, 16, 0.15);
	opacity: 1;
	margin: 20px 0 30px;
}
.product-car-info td {
    font-family: 'lama_sanssemibold';
    font-size: 1.4rem;
    color: #101010;
	padding-right: 25px;
}
.product-car-info td img {
    margin-right: 5px;
    width: 15px;
    height: 15px;
    margin-top: 4px;
}
.product-btm-info h4 {
	margin-bottom: 0;
    overflow: visible;
    height: auto;
}
.product-btm-info h4 strong {
    font-size: 1.6rem;
}
.product-slider-btm {
	padding-top: 66px;
}
.product-slider-btm .swiper-scrollbar {
    background-color: rgba(255, 255, 255, 0.1);
    height: 3px;
    border-radius: 0;
    margin: 0 40px 0 120px;
    overflow: hidden;
}
.product-slider-btm .swiper-scrollbar-drag {
    background-color: #fff;
    border-radius: 0;
}
.product-slider .common-arrow {
	background-color: transparent;
	border: 0;
}
.product-slider .common-arrow img {
    filter: brightness(1) invert(1);
}
.product-slider .slide-arrow {
    margin-top: -14px;
    opacity: 0.6;
    transition: all 0.5s;
}
.product-slider .slide-arrow:hover {
    opacity: 1;
}
.product-slider-btm .swiper-button-next {
    right: 0;
    left: 55px;
}
.product-slider-mobile-arrow {
	display: none;
}
/*****************service-sec****************/
.service-top {
	position: relative;
}
.service-top::after {
	content: "";
	height: 10%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(16, 16, 16, 0.90) 0%, rgba(16, 16, 16, 0.00) 100%);
	z-index: 1;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-top-img {
    position: relative;
    padding: 235px 0 220px;
    min-height: 600px;
}
.service-top-img::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #101010;
	z-index: 1;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-top-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 2;
    width: 100%;
}
.service-top-info p {
	max-width: 710px;
	margin: 10px 0 53px;
	width: 100%;
}
.service-top:hover .service-top-img::after {
	background-color: rgba(16, 16, 16, 0.8);
}
.service-slider .swiper-slide {
	height: auto;
}
.each-service-slide-img {
	position: relative;
	height: 100%;
}
.each-service-slide-img img {
	height: 100%;
	object-fit: cover;
}
.each-service-slide-img::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #101010;
	z-index: 1;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-slide-info {
	position: absolute;
    top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.each-service-slide {
    height: 100%;
    border-right: 1px solid #343434;
}
.each-service-slide-info h5 {
	font-family: 'lama_sansmedium';
	line-height: 24px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}
.each-service-slide-info h5::after {
    content: '';
    position: absolute;
    width: 17px;
    height: 2px;
    background-color: #fff;
    top: 25px;
    left: 3px;
}
.each-service-slide-info h3 {
	margin: 164px 0 124px;
}
.each-service-slide-btn {
	opacity: 0;
}
.service-slider a:hover .each-service-slide-img::after {
	background-color: rgba(16, 16, 16, 0.7);
}
.service-slider a:hover .each-service-slide-btn {
	opacity: 1;
}
.service-slider .swiper-button-next {
	right: 0;
}
.service-slider .swiper-button-prev {
	left: 0;
}
.service-sec .custom_line {
    z-index: 2;
	opacity: 0;
}
/*****************about-sec****************/
.about-sec {
	padding: 145px 0 133px;
}
.about-sec .custom_line{
	height: 270px;
}
.about-left-info {
	padding-top: 56px;
}
.about-left-info h2,
.about-right-info h2 {
	color: #101010;
}
.about-left-info p {
	line-height: 25px;
	letter-spacing: 0.32px;
	max-width: 565px;
	width: 100%;
	margin: 17px 0 40px;
}
.about-left {
	padding-right: 100px;
}
.about-desktop img,
.about-mobile img,
.about-right-img img {
	border-radius: 5px;
	overflow: hidden;
}
.about-mobile {
	display: none;
}
.about-right {
    /* padding-left: 95px; */
	padding-left: 11%;
}
.about-right-info {
	margin-bottom: 71px;
}
.about-right-info ul li {
    color: #1B1313;
    line-height: 35px;
    letter-spacing: 0.32px;
    position: relative;
    padding-left: 23px;
}
.about-right-info ul li::after {
	content: '';
	position: absolute;
	background-image: url(../images/tick.svg);
	left: 0;
	top: 10px;
	height: 14px;
	width: 14px;
	background-size: 14px;
	background-position: center;
	background-repeat: no-repeat;
}
.about-right-info h6 {
	margin-bottom: 10px;
}
.about-right-info h6 strong {
	color: #101010;
}
.about-right-info p {
	line-height: 25px;
	letter-spacing: 0.32px;
	max-width: 716px;
	width: 100%;
	margin: 24px 0;
}
.about-left-info .border-btn {
	border-color: #101010;
	color: #101010;
}
.about-left-info .border-btn:hover {
	border-color: #4855F2;
	color: #fff;
}
.about-right-mobile-info {
	display: none;
}
.about-left-mobile-info {
	display: none;
}
/*****************footer-area****************/
.footer-area {
	background-color: #101010;
	padding: 108px 0 34px;
	position: relative;
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.footer-area::after {
    content: '';
    position: absolute;
    left: 35%;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.07);
}
.footer-area::before {
    content: '';
    position: absolute;
    right: 27%;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.07);
}
.footer-right {
	display: flex;
	justify-content: space-between;
	padding-left: 268px;
}
.footer-logo img {
	width: 229px;
}
.footer-left h4 {
	margin: 43px 0 27px;
}
.footer-left .border-btn {
	border: 1px solid rgba(255, 255, 255, 0.50);
	color: rgba(255, 255, 255, 0.5);
}
.footer-left .border-btn:hover {
	border-color: #4855F2;
	color: #fff;
}
.each-footer-right h5 {
	font-family: 'lama_sansregular';
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 29px;
	line-height: 22px;
	letter-spacing: 0.16px;
}
.each-footer-right li a {
	font-family: 'lama_sansmedium';
	color: #F6F6F6;
	line-height: 35px;
}
.each-footer-right p {
	letter-spacing: 0.16px;
}
.each-footer-right p strong {
	color: rgba(255, 255, 255, 0.70);
}
.each-footer-right a {
	color: #f6f6f6;
	line-height: 35px;
	margin-bottom: 17px;
}
.footer-btm {
	position: relative;
}
.footer-btm::after {
    content: '';
    position: absolute;
    left: -10%;
    top: 0;
    height: 1px;
    width: 100vw;
    background-color: rgba(255, 255, 255, 0.07);
}
.footer-social ul {
    display: flex;
    column-gap: 20px;
}
.footer-social li a {
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 31px;
    width: 31px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social li a:hover {
	background-color: #4855F2;
	border-color: #4855F2;
}
.footer-btm {
	/* padding-left: 268px; */
}
.footer-credit a {
    color: rgba(249, 248, 246, 0.50);
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: 0.14px;
}
.footer-credit a:hover {
	color: #4855F2;
}
.footer-btm-part {
	display: flex;
	justify-content: space-between;
}
.footer-social {
	/* padding-left: 20%; */
    padding-right: 90px;
}
.footer-top {
	padding-bottom: 92px;
}
.footer-btm {
	padding-top: 32px;
}
.each-footer-right li a:hover,
.each-footer-right a:hover {
	color: #4855F2;
}
/******line*******/
.hr_line{
	position: relative;
}
.custom_line{
	position: absolute;
	display: flex;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	left: 50%;
	top: 0;
	justify-content: space-between;
	transform: translateX(-50%);
	pointer-events: none;
}
.custom_line li{
	height: 100%;
	width: 1px;
	background: linear-gradient(to bottom, rgba(72, 85, 242, 0.50), rgba(16, 16, 16, 0) );
	height: 303px;
}
/*****************************verkoop*****************************/
/****verkoop-top****/
.verkoop-top .diensten-dtl-top-content p {
    margin-bottom: 40px;
	letter-spacing: 0.32px;
}
/* .verkoop-top .diensten-dtl-top-content h4 {
	font-family: 'lama_sansmedium';
	margin-bottom: 23px;
} */
/****verkoop-mid****/
.verkoop-mid {
	background-color: #101010;
	padding: 118px 0 120px;
}
.verkoop-mid-title h3 strong {
	color: #4855F2;
}
.verkoop-mid-left li, 
.verkoop-mid-right li {
    position: relative;
    padding-left: 40px;
    line-height: 35px;
    letter-spacing: 0.32px;
}
.verkoop-mid-left li::after,
.verkoop-mid-right li::after {
	position: absolute;
	content: '';
	left: 0;
	top: 9px;
	background-image: url(../images/tick.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px;
	height: 16px;
	width: 16px;
}
.verkoop-mid-left,
 .verkoop-mid-right {
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: #1A1919;
	padding: 37px 48px 46px;
	height: 100%;
}
.verkoop-mid .col-lg-6 {
	padding: 0 10px;
}
.verkoop-mid .row {
	margin: 0 -10px;
}
.verkoop-mid-title {
	margin-bottom: 78px;
	text-align: center;
}
.verkoop-mid-left h5,
.verkoop-mid-right h5 {
	line-height: 22.48px;
	letter-spacing: 0.16px;
	margin-bottom: 33px;
}
/****verkoop-form****/
.verkoop-form .form-btn ul {
	display: flex;
    justify-content: end;
    align-items: center;
    column-gap: 30px;
}
.verkoop-form .form-btn li span {
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.verkoop-form .form-btn li span img {
	margin-right: 10px;
	width: 14px;
}
.verkoop-form .form-btn li span:hover {
	color: #4855F2;
}
.verkoop-form .form-btn li span:hover img {
	filter: brightness(0) saturate(100%) invert(30%) sepia(99%) saturate(4067%) hue-rotate(232deg) brightness(100%) contrast(91%);
}
/*****************************aanbod*****************************/
/****aanbod-header****/

/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding-top: 229px;
    background-color: #101010;
    position: relative;
    z-index: 2;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.aanbod-filter-title h2 {
	margin-bottom: 64px;
	line-height: 55px;
}
.filter-reset a {
	color: #fff;
	font-size: 1.4rem;
	font-family: 'lama_sanssemibold';
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
}
.filter-reset a:hover {
	color: #4855F2;
}
.filter-reset a:hover img {
    filter: brightness(0) saturate(100%) invert(29%) sepia(64%) saturate(3901%) hue-rotate(231deg) brightness(97%) contrast(97%);
}
.radio_filter .form-check-input {
    display: none;
}
.select-style {
	width: 100%;
    height: 48px;
    color: #fff;
    font-family: 'lama_sansmedium';
    font-size: 1.4rem;
	background-color: #101010;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0 30px 0 15px;
    background: url(../images/filter-arrow.svg)  no-repeat 91% center/10px;
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    cursor: default;
	letter-spacing: 0.16px;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'lama_sansmedium';
	background-color: #101010;
}
.filter-content {
    display: none;
    background-color:#101010;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #fff;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'lama_sansmedium';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #fff;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #4855F2;
    border-color: #4855F2;
}
.auto-overview-tag {
    margin-right: 5px;
	margin-bottom: 10px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    border-radius: 6px;
    background-color:#4855F2;
	font-family: 'lama_sansmedium';
    font-size: 1.4rem;
    border: 1px solid #4855F2;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
	background-color: transparent;
}
.aanbod-filter {
	margin-bottom: 18px;
	width: 20%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 120px;
    background-color: #101010;
	border: 1px solid #4855F2;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
}
.mobile-show-filter .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #4855F2;
    border-color: #4855F2;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #fff;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 100%;
	color: #101010;
    border: 1px solid #fff;
	margin-left: 30px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #4855F2;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #4855F2;
}
.mobile-filter-close span img {
	width: 9px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	max-width: 100%;
	background-color: #4855F2;
	border-color: #4855F2;
  	color: #fff;
	padding: 10px;
	border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #fff;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #fff;
    border-color: #fff;
	color: #4855F2;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
	width: 200px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.aanbod-filter-btm {
	/* margin-top: 24px; */
}
.aanbod-filter-btm span {
	color: #fff;
	font-family: 'lama_sanssemibold';
	line-height: 24px;
    pointer-events: none;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}
/****aanbod-product-sec****/
.product-sec.aanbod-product-sec {
	padding: 48px 0 114px;
}
.aanbod-product-sec .col-lg-6 {
	padding: 0 18px;
}
.aanbod-product-sec .row.aanbod-product-wrap {
	margin: 0 -18px;
}
.aanbod-product-sec .each-product {
	margin-bottom: 68px;
}
.aanbod-btm .border-btn {
	border-color: #fff;
	color: #fff;
}
.aanbod-btm {
	text-align: center;
	margin-top: 47px;
}
.aanbod-btm .border-btn:hover {
	border-color: #4855F2;
}
.aanbod-product-sec .product-car-info td {
    display: inline-flex;
}
.aanbod-product-sec .product-car-info tr {
	display: flex;
    flex-wrap: wrap;
}
/*****************************financiering*****************************/
/****back-btn-sec****/
.back-btn-sec {
	background: #101010;
    padding: 110px 0 54px;
}
.back-btn {
    position: relative;
    top: 85px;
    z-index: 1;
}
.back-btn-sec .common-btn {
    position: relative;
    padding-left: 36px;
	line-height: 24px;
}
.back-btn-sec .common-btn::after {
    content: "";
    height: 12px;
    width: 11px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    background-image: url(../images/back-arrow.svg);
    background-size: 7px;
    background-position: center center;
    background-repeat: no-repeat;
}
/****diensten-dtl-top-sec****/
.diensten-dtl-top-sec{
	background: #101010;
	overflow: hidden;
	margin-top: -28px;
}
.diensten-dtl-top-content {
    padding-top: 123px;
}
.diensten-dtl-top-content h3 {
    margin-bottom: 40px;
}
.diensten-dtl-top-content h3 strong {
    color: #4855F2;
}
.diensten-dtl-top-content p {
    width: 100%;
    max-width: 578px;
    margin-bottom: 25px;
}
.diensten-dtl-top-content h4 {
	font-family: 'lama_sansmedium';
	margin-bottom: 23px;
}
.diensten-dtl-top-img {
    padding-left: 54px;
}
.diensten-dtl-top-img img {
    border-radius: 5px 0px 0px 5px;
    overflow: hidden;
}
/****diensten-dtl-mid-sec****/
.diensten-dtl-mid-sec{
	background: #101010;
    padding: 120px 0 76px;
}
.diensten-dtl-mid-heading {
    margin-bottom: 67px;
    text-align: center;
}
.diensten-dtl-mid-heading h3 {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}
.diensten-dtl-mid-heading h3 strong{
    color: #4855F2;
}
.each-diensten-dtl {
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: #1A1919;
    padding: 37px 39px 32px;
    margin-bottom: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    min-height: 204px;
    height: 100%;
}
.each-diensten-dtl:hover{
    box-shadow: 0px 10px 15px -3px rgba(255, 255, 255, 0.1);
}
.each-diensten-dtl h5{
    position: relative;
    padding-left: 39px;
    margin-bottom: 20px;
}
.each-diensten-dtl h5::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 6px;
    background-image: url(../images/white-tick.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #4855F2;
    border-radius: 100%;
    background-color: #4855F2;
    overflow: hidden;
    padding: 11px;
}
.each-diensten-dtl p {
    width: 100%;
    max-width: 361px;
    letter-spacing: 0.32px;
}
.diensten-dtl-mid-main .row{
    margin: 0 -12px;
}
.diensten-dtl-mid-main .col-lg-4 {
    padding: 0 12px;
    margin-bottom: 25px;
}
/****diensten-dtl-slider****/
.diensten-dtl-slider-sec {
    padding-top: 73px;
}
.diensten-dtl-slider-heading h3{
    color: #101010;
    margin-bottom: 52px;
}
.diensten-dtl-slider-heading h3 strong{
    color: #4855F2;
}
.diensten-dtl-slider .over-ons-gallery-slider-wrap {
    margin: 0 -172px;
}
.diensten-dtl-slider .each-over-ons-gallery {
    height: 328px;
}
/****diensten-form-sec****/
.form-sec.diensten-form-sec {
    padding-bottom: 93px;
}
/****dtl-service-slider-sec****/
.dtl-service-slider-sec {
    padding: 94px 0 21px;
}
.dtl-service-slider-wrap {
    padding: 0 12px;
}
.dtl-service-slider-heading{
    text-align: center;
}
.dtl-service-slider-heading h2{
    color: #101010;
    margin-bottom: 79px;
}
.dtl-service-slider-img {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.dtl-service-slider-content {
    position: absolute;
    bottom: 41px;
    left: 77px;
}
.dtl-service-slider .swiper-button-next {
    right: -19px;
}
.dtl-service-slider .swiper-button-prev {
    left: -19px;
}
.each-dtl-service-slider:hover img {
    transform: scale(1.1);
}
.dtl-service-slider-img{
	border-radius: 5px;
	overflow: hidden;
}
.dtl-service-slider-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	height: 100%;
	object-fit: cover;
}
.dtl-service-slider-sec .custom_line li {
    height: 223px;
}
/*****************************Diensten*****************************/
/****inner-banner****/
.inner-banner {
    position: relative;
}
.inner-banner::after{
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(0deg, rgba(9, 9, 9, 0.70) 0%, rgba(9, 9, 9, 0.70) 100%);
}
.inner-banner::before {
    position: absolute;
    height: calc(100% - 130px);
    width: 1px;
    right: calc(8% + 12.5px);
    bottom: 0;
    opacity: 1;
    content: "";
    background-color: rgba(255, 255, 255, 0.15);
    z-index: 8;
    pointer-events: none;
}
.inner-banner-content {
    position: absolute;
    top: 48%;
    left: 0;
    z-index: 2;
    width: 100%;
}
.inner-banner-content h1 {
    margin-top: 16px;
}
/****list-sec****/
.list-sec {
	padding: 104px 0 20px;
	background: #101010;
    overflow: hidden;
}
.bottom-line .custom_line {
    /* z-index: 9; */
    top: auto;
    bottom: -720px;
    height: 100vh;
}
.bottom-line .custom_line li:nth-child(1){
    opacity: 0;
}
.list-sec .custom_line:not(.bottom-line .custom_line ){
	height: 270px;
}
.list-wrap {
    padding: 0 11px;
}
.list-heading h2 {
    margin-bottom: 83px;
}
.each-list {
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	position: relative;
}
.each-list-img {
    border-radius: 5px;
    overflow: hidden;
}
.each-list-info-part {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 42px 63px;
    width: 100%;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-list-info-part::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(16, 16, 16, 0.70) 28.04%, rgba(16, 16, 16, 0.00) 93.77%);
}
.each-list::after {
    background: rgba(16, 16, 16, 0.80);
	backdrop-filter: blur(3.5px);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
    z-index: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	border-radius: 5px;
    overflow: hidden;
}
.each-list:hover::after {
    bottom: 0;
}
.each-list-info-part p {
    color: #fff;
    letter-spacing: 0.32px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 16px 0 53px;
	width: 100%;
    max-width: 567px;
}
.each-list-info-content {
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-list-hide-info{
    position: relative;
    z-index: 1;
    display: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-list:hover .each-list-info-content{
    display: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-list:hover .each-list-hide-info{
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.list-sec .row {
	row-gap: 20px;
	margin: 0 -10px;
}
.list-sec .col-md-6 {
	padding: 0 10px;
}
/*****************************Contact*****************************/
/****contact-top****/
.contact-top {
	background-color: #101010;
	padding: 93px 0 483px;
}
.each-contact-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.each-contact-top-left h4 {
	color: #f6f6f6;
	letter-spacing: normal;
}
.each-contact-top-right a {
	font-size: 1.8rem;
	line-height: 32px;
}
.each-contact-top-right a:hover {
	color: #4855F2;
}
.each-contact-top-right p {
    letter-spacing: 0.16px;
}
.each-contact-top-right p strong {
    color: rgba(255, 255, 255, 0.70);
}
.each-contact-call-mail a {
	font-size: 1.6rem;
}
.each-contact-top-right {
	width: 200px;
}
.each-contact-top-right-wrap {
	max-width: 200px;
	margin-left: auto;
}
.contact-top hr {
	background-color: rgba(255, 255, 255, 0.15);
	opacity: 1;
	margin: 37px 0 42px;
}
/****map-area****/
.map-area {
	margin-top: -417px;
	position: relative;
	/* background-color: #F6F6F6; */
}
.map-area::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background-color: #f6f6f6;
}
.map-main-area {
    position: relative;
    z-index: 1;
    padding: 0 20px;
}
.map-main-area .col-md-6 {
	padding: 0 10px;
}
.map-main-area .row {
	margin: 0 -10px;
}
.contact-map-img {
	height: 834px;
}
.contact-left-img {
	height: 100%;
}
.contact-map-img iframe,
.contact-left-img img {
	height: 100%;
	object-fit: cover;
}
.contact-left-img img,
.contact-map-img img {
	border-radius: 5px;
	overflow: hidden;
}
/****contact-form-sec****/
.contact-form-sec {
	background-color: #f6f6f6;
	padding: 119px 0;
}
.contact-form-title {
	margin-bottom: 85px;
	text-align: center;
}
.contact-form-title h2 {
	color: #101010;
}
.contact-form-sec label {
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 10;
	transition: transform 150ms ease-out, opacity 150ms ease-out;
	pointer-events: none;
	width: 100%;
	color: #101010;
	font-family: 'lama_sansmedium';
}
.contact-form-sec .form-group {
	margin-bottom: 37px;
}
.contact-form-sec .focused label {
  transform: translateY(-125%);
  color: rgba(16, 16, 16, 0.5);
  font-size: 1.4rem;
}
.contact-form-sec .form-styl{
	resize: none;
	border: 0;
	font-family: 'lama_sansmedium';
	background: transparent;
	padding: 20px 0;
  	transition: border 150ms ease-out;
  	border-bottom: 1px solid rgba(16, 16, 16, 0.20);
}
.contact-form-sec textarea.form-styl{
	height: 5rem;
	color: #101010;
}
/* .contact-form-sec .textarea-div.focused textarea.form-styl{
	height: 65px;
} */
.contact-form-sec .form-styl:focus{
	border-color: rgba(16, 16, 16, 0.20);
	color: #101010;
}
.contact-form-sec .form-styl.filled {
  border-color: rgba(16, 16, 16, 0.70);
  color: rgba(16, 16, 16, 0.20);
}
.contact-form-sec .form-group.focused .form-styl{
	font-size: 2rem;
	padding-top: 1.5rem;
	color: #101010;
	border-color: rgba(16, 16, 16, 0.70);
}
.contact-form-sec .form-styl:placeholder {
	color: #101010;
	border-color: rgba(16, 16, 16, 0.70);
}
.contact-form-sec .form-styl:-ms-input-placeholder {
	color: #101010;
	border-color: rgba(16, 16, 16, 0.70);
}
.contact-form-sec .form-styl::placeholder {
	color: #101010;
	border-color: rgba(16, 16, 16, 0.70);
}
.contact-form-sec .form-group textarea.form-control {
    min-height: 120px;
    border: 1px solid rgba(16, 16, 16, 0.2);
    box-shadow: none;
    border-radius: 5px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}
.contact-form-sec .form-textarea {
    position: relative;
    top: 35px;
}
.contact-form-sec .form-textarea label {
    top: -50px;
    color: #101010;
    font-size: 1.6rem;
	font-family: 'lama_sansmedium';
}
.contact-form-sec .form-textarea.focused label {
	transform: none;
}
.contact-form-sec .form-group.form-textarea.focused label {
	top: -50px;
}
.contact-form-sec .form-btn {
	text-align: center;
}
.contact-form-sec .form-btn .common-btn:hover {
	background-color: #2758c0;
	border-color: #2758c0;
}
/*****************************over-ons*****************************/
/****over-ons-top-sec****/
.over-ons-top-sec{
	background: #101010;
	padding: 150px 0 116px;
}
.over-ons-top-img {
    padding-left: 20px;
}
.over-ons-top-img img{
	border-radius: 5px;
	overflow: hidden;
}
.over-ons-top-content {
    padding-right: 157px;
	padding-top: 36px;
}
.over-ons-top-content h2 {
    line-height: 55px;
	margin-bottom: 40px;
}
.over-ons-top-content p {
    margin-bottom: 24px;
}
/****over-ons-mid-sec****/
.over-ons-mid-sec{
	background: #101010;
	padding: 56px 0 33px;
}
.over-ons-mid-content {
    padding-left: 81px;
	padding-top: 17px;
}
.over-ons-mid-content li{
	position: relative;
	padding-left: 25px;
    margin-bottom: 45px;
}
.over-ons-mid-content li::after{
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 14px;
	height: 9px;
	background-image: url(../images/blue-tick.svg);
	background-repeat: no-repeat;
	background-size: 14px;
}
.over-ons-mid-content h2 {
    margin-bottom: 42px;
	line-height: 55px;
}
.over-ons-mid-content h5 {
    margin-bottom: 14px;
}
.over-ons-mid-img {
    padding-right: 59px;
}
.over-ons-mid-img img {
    border-radius: 0px 5px 5px 0px;
	overflow: hidden;
}
/****counter-sec****/
.counter-sec {
    background: #101010;
    padding: 50px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    overflow: hidden;
}
.each-counter h3 {
    line-height: normal;
    letter-spacing: 0.64px;
	color: #4855F2;
	margin-bottom: 10px;
}
.each-counter {
    position: relative;
}
.each-counter::after {
    content: "";
    height: 20vh;
    right: 0;
    position: absolute;
    top: -77%;
    right: 22%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    width: 1px;
}
.counter-sec .col-lg-3:last-child .each-counter::after {
    opacity: 0;
}
/****over-ons-man-slider****/
.over-ons-man-slider {
    padding: 113px 0 132px;
    background-color: #F6F6F6;
    position: relative;
}
.over-ons-man-slider-title {
    margin-bottom: 80px;
}
.over-ons-man-slider-title h2 {
    color: #101010;
}
.over-ons-man-slide img {
	border-radius: 5px;
	overflow: hidden;
}
.over-ons-man-info {
    margin-top: 26px;
}
.over-ons-man-info h4{
	color: #101010;
}
.over-ons-man-info p{
	color: rgba(16, 16, 16, 0.70);
}
.over-ons-man-slider .common-arrow{
	background-color: #4855F2;
    border-color: #4855F2;
    /* display: none; */
}
.over-ons-man-slider .common-arrow img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.over-ons-man-slider .swiper-button-next{
    right: -7%;
}
.over-ons-man-slider .swiper-button-prev {
    left: -7%;
}
/****over-ons-gallery-slider****/
.over-ons-gallery-slider {
	background-color: #F9F8F6;
	padding-bottom: 20px;
    overflow: hidden;
}
.over-ons-gallery-slider-wrap {
    margin: 0 -24px;
}
.each-over-ons-gallery:hover img {
    transform: scale(1.1);
}
.each-over-ons-gallery{
	border-radius: 5px;
	overflow: hidden;
	height: 280px;
}
.each-over-ons-gallery img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	height: 100%;
	object-fit: cover;
}
/*****************************Vacature-list*****************************/
/****vacature-list-sec****/
.Vacature-list-sec .each-list-info-part {
    bottom: 63px;
}
.Vacature-list-sec .each-list-info-part p {
    margin: 16px 0 45px;
	max-width: 630px;
}
/*****************************aanbod-dtl*****************************/
/****aanbod-back-btn-sec****/
.aanbod-back-btn-sec{
	background: #101010;
	padding: 159px 0 55px;
}
.aanbod-back-btn{
	font-family: 'lama_sansmedium';
	position: relative;
	padding-left: 14px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.50);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.aanbod-back-btn::after{
	content: "";
	position: absolute;
	left: 0;
	top: 19%;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-image: url("../images/txt-arrow.svg");
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.aanbod-back-btn:hover{
	color: #fff;
}
.aanbod-back-btn:hover::after{
	background-image: url("../images/white-txt-arrow.svg");
}
/****car-dtls-sec****/
.car-dtls-sec{
	background: #101010;
	position: relative;
    padding-bottom: 105px;
    /* padding-bottom: 0; */
}
.car-dtls-sec::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 158px;
	bottom: 0;
	left: 0;
	background: #F6F6F6;
}
.car-dtls-sec .col-xl-7 {
    width: 53%;
}
.car-dtls-sec  .col-xl-5 {
    width: 47%;
}
.car-dtls-sec .common-arrow {
    width: 45px;
    height: 45px;
}
.child img, .child-img img{
    width: 100%;
	height: 100%;
    object-fit: cover;
}
.child-img {
    margin-bottom: 25px;
    border-radius: 5px;
    overflow: hidden;
	height: 100%;
}
.child{
	height: 144px;
    border-radius: 5px;
    overflow: hidden;
}
.car-dtls-sec .swiper-button-prev {
    left: 0;
}
.car-dtls-sec .swiper-button-next {
    right: 0;
}
.car-dtls-area {
    margin-left: 90px;
	position: relative;
	z-index: 1;
}
.car-dtls-top {
    margin-bottom: 58px;
	text-align: end;
	position: absolute;
    top: -81px;
    right: 0;
}
.car-dtls-top a {
	color: rgba(255, 255, 255, 0.50);
	line-height: 17.6px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.car-dtls-top a:hover {
	text-decoration: underline;
}
.car-dtls-top img {
    padding-left: 6px;
}
.car-dlts-heading {
    padding-bottom: 37px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.car-dlts-heading p {
    line-height: 25px;
    letter-spacing: 0.32px;
	margin: 10px 0 23px;
}
.car-dlts-heading h3 {
    line-height: 60px;
    color: #4855F2;
    display: flex;
    justify-content: space-between;
}
.car-dlts-heading h3 strong {
    font-size: 2rem;
    font-weight: normal;
}
.car-dlts-mid {
    padding: 33px 0 14px;
    border-bottom: 1px solid rgba(249, 248, 246, 0.15);
}
.car-dlts-mid table{
    width: 100%;
}
.car-dlts-mid td {
    width: 37%;
}
.car-dlts-mid td h6 {
    font-family: 'lama_sansmedium';
    color: rgba(255, 255, 255, 0.50);
    text-transform: capitalize;
    letter-spacing: normal;
}
.car-dlts-mid td h5{
	font-family: 'Brink-Bold';
	font-size: 1.8rem;
	line-height: 27px;
	letter-spacing: 0.36px;
	margin-bottom: 24px;
}
.dtl-reach-btn {
    display: flex;
    align-items: center;
    column-gap: 20px;
	margin-top: 38px;
}
.dtl-reach-btn button {
    line-height: 24px;
}
.dtl-reach-btn .wp-btn{
	background: #2AB540;
	border: 1px solid #2AB540;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.dtl-reach-btn .wp-btn:hover{
	background: #168727;
	border: 1px solid #168727;
}
.wp-btn img {
    margin-right: 6px;
}
.aanbod-contact {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 41px;
}
.aanbod-contact-img {
    height: 60px;
    width: 60px;
    overflow: hidden;
    border-radius: 100%;
}
.aanbod-contact-img img {
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.aanbod-contact-dtls h4 {
	font-family: 'lama_sanssemibold';
    color: #0B0B0B;
    line-height: 24px;
	letter-spacing: normal;
}
.each-contact-dtl {
    display: flex;
}
.aanbod-contact-dtls {
    padding-left: 30px;
}
.aanbod-contact-dtls ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4px;
}
.aanbod-contact-dtls ul li {
    position: relative;
    margin-right: 6px;
    font-size: 1.4rem;
    line-height: 24px;
}
.aanbod-contact-dtls ul li a {
	color: rgba(11, 11, 11, 0.70);
    line-height: 24px;
    margin-right: 6px;
}
.aanbod-contact-dtls ul li a:hover {
    color: #4855F2;
}
.aanbod-contact-dtls ul li:first-child::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    width: 1px;
    height: 50%;
    transform: translateY(-50%);
    background-color: rgba(11, 11, 11, 0.70);
}
.each-contact-dtl {
    padding: 32px 45px 19px;
    border-bottom: 1px solid rgba(16, 16, 16, 0.10);
}
.aanbod-contact .each-contact-dtl:last-child{
	border-bottom: none;
}
.car-dlts-mid-mobile {
 display: none;
}
.car-dlts-mid-mobile h6 {
    font-family: 'lama_sansmedium';
    color: rgba(255, 255, 255, 0.50);
    text-transform: capitalize;
    line-height: normal;
}
.car-dlts-mid-mobile h5 {
    font-family: 'Brink-Bold';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.car-dlts-mid-mobile ul {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
}
.car-dlts-mid-mobile li {
    position: relative;
    padding-left: 46px;
    width: 40%;
    margin-bottom: 29px;
}
.car-dlts-mid-mobile li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 17px;
    height: 13px;
    transform: translateY(-50%);
    background-image: url(../images/kilometer.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 17px;
    background-color: #fff;
    padding: 17px;
    border: 1px solid #fff;
    border-radius: 5px;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
	padding: 24px 0 79px;
    background: #F6F6F6;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 60px;
    row-gap: 2px;
	margin-bottom: 53px;
    border: 0;
    padding-bottom: 22px;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 0;
    background-color: transparent;
    color: rgba(244, 247, 250, 0.50);
    letter-spacing: normal;
    width: 100%;
    border-radius: 0;
    padding: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    font-family: 'lama_sansregular';
    font-size: 2rem;
    margin: 0;
    word-break: break-word;
    overflow: hidden;
    color: #fff;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link span {
    position: relative;
    font-family: 'lama_sansregular';
    padding-bottom: 10px;
    display: inline-block;
    color: #fff;
    font-size: 2rem;
}
.dtl-tab-sec .nav-item::after{
    display: none !important;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link::before {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover , .dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
    color: #fff;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover::before {
    opacity: 1;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active span::after {
    width: 100%;
}
.tab-btn ul{
    position: relative;
}
.tab-btn ul::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background: rgba(16, 16, 16, 0.10);
    border-radius: 30px;
}
.Specificaties-tab ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 33px;
}
.Specificaties-tab li {
	font-family: 'lama_sansmedium';
    color: rgba(16, 16, 16, 0.50);
    width: 14%;
	margin-bottom: 32px;
    line-height: 24px;
	letter-spacing: 0.32px;
    display: flex;
    flex-wrap: wrap;
	position: relative;
    padding-left: 19px;
}
.Specificaties-tab li:nth-child(even) {
    color: #101010;
	padding-left: 0;
}
.Specificaties-tab li:nth-child(even)::after{
	display: none;
}
.bullet-panel p {
	font-family: 'lama_sansmedium';
    border-bottom: 1px solid #4855F2;
    padding-bottom: 10px;
    color: #4855F2;
    font-size: 2rem;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.dtl-tab-sec h4 {
    color: #101010;
}
.tab_hedaing { 
    margin-bottom: 20px;
    border-bottom: 1px solid #101010;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    color: #101010;
    margin-bottom: 10px;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 8px;
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    width: 7px;
    height: 7px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.tab_content p {
    margin-bottom: 0;
	color: #101010;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4855F2;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #4855F2;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block p {
    line-height: 30px;
    color: #fff;
}
.left-bg-block p strong {
    font-family: 'lama_sansmedium';
}
.left-bg-block h6 {
    color: #F6F6F6;
}
.each-onderhoud-block p {
    line-height: 30px;
    margin-bottom: 10px;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.Specificaties-tab li::after{
    background-size: 8px;
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    width: 7px;
    height: 7px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.tab-btn ul.tabs li {
    position: relative;
    font-family: 'Brink-Bold';
	font-size: 2rem;
	color: #101010;
    padding-bottom: 3px;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
	letter-spacing: 0.4px;
    line-height: 30px;
}
.tab-btn ul.tabs li span{
    position: relative;
}
.tab-btn ul.tabs li.active span{
	color: #4855F2;
}
.tab-btn ul.tabs li span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 30px;
    bottom: -30px;
    left: 0;
    background: #4855F2;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn ul.tabs li.active span::after, ul.tabs li span:hover::after{
    opacity: 1;
}
.tab_content {
    display: none;
}
.tab_drawer_heading{
    display: none;
}
.back-btn-sec.aanbod-back-btn-mobile{
    display: none;
}
/****form-sec****/
.form-sec {
    position: relative;
    padding: 127px 0 134px;
    margin-top: 0;
    z-index: 1;
}
.form-sec::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(16, 16, 16, 0.80) 0%, rgba(16, 16, 16, 0.80) 100%);
}
.form-sec::after {
    content: "";
    height: 63%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(16, 16, 16, 0.90) 32.8%, rgba(16, 16, 16, 0.00) 91.82%);
}
.form-left {
    padding-right: 4px;
}
.form-left h5 {
    margin-bottom: 30px;
    color: #F9F8F6;
}
.form-left h2 {
    margin-bottom: 20px;
}
.form-left p {
    margin-bottom: 62px;
	width: 100%;
    max-width: 560px;
	letter-spacing: 0.32px;
}
.each-form-left {
    margin-bottom: 43px;
}
.each-form-left ul {
    display: flex;
    column-gap: 20px;
}
.form-icon {
    height: 43px;
    width: 43px;
    border: 1px solid #fff;
    border-radius: 2px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
}
.each-form-left li img {
    width: 14px;
    height: 14px;
}
.each-form-left h6 {
    color: #fff;
    font-family: 'lama_sansmedium';
    line-height: 21.07px;
    margin-left: 9px;
    text-transform: none;
}
.each-form-left h6 strong {
	font-family: 'lama_sansmedium';
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 0.14px;
    color: rgba(255, 255, 255, 0.70);
}
.each-form-left a {
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-form-left a:hover{
	color: #4855F2;
}
.time-top {
    margin-bottom: 12px;
}
.form-main {
    padding-left: 32px;
}
.form-main .form-group {
    margin-bottom: 17px;
}
.form-main .form-styl {
    resize: none;
    border-radius: 5px;
    border: none;
    color: #F3F3F3;
    font-family: 'lama_sansmedium';
    font-size: 1.6rem;
    line-height: 20px;
    padding: 18px 29px;
    border: 1px solid rgba(255, 255, 255, 0.23);
    background: rgba(16, 16, 16, 0.40);
    text-transform: normal;
}
.form-main .form-styl:placeholder {
	color: #F3F3F3;
}
.form-main .form-styl:-ms-input-placeholder {
	color: #F3F3F3;
}
.form-main .form-styl::placeholder {
	color: #F3F3F3;
}
.form-main .form-styl:focus {
    box-shadow: none;
    color: #F3F3F3;
    background: rgba(25, 29, 35, 0.50);
	border: 1px solid #fff;
}
.form-main .form-main .common-btn.color-btn{
    margin-top: 6px;
}
.form-group textarea.form-control {
    min-height: 217px;
}
.form-area{
	position: relative;
	z-index: 1;
}
.form-btn{
	text-align: end;
	margin-top: 54px;
}
/****aanbod-dtl-product-sec****/
.aanbod-dtl-product-sec{
    background: #F6F6F6;
}
.aanbod-dtl-product-sec .product-title h2{
    color: #101010;
}
.aanbod-dtl-product-sec .border-btn{
    color: #101010;
    border-color: #101010;
}
.aanbod-dtl-product-sec .border-btn:hover {
	border-color: #4855F2;
	color: #fff;
}
.aanbod-dtl-product-sec .product-slider-btm .swiper-scrollbar {
    background: rgba(16, 16, 16, 0.10);
}
.aanbod-dtl-product-sec .product-slider-btm .swiper-scrollbar-drag{
    background-color: #101010;
}
.aanbod-dtl-product-sec .product-slider .common-arrow img{
    filter: none;
}
/*****************************aanbod-dtl2*****************************/
.aanbod-dtl-slider-btm-title {
    border-radius: 0px 0px 5px 5px;
    background: #4855F2;
    padding: 22px 0;
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    height: 71px;
}
/*****************************verkocht*****************************/
/****verkocht-product****/
.product-sec.aanbod-product-sec.verkocht-product {
	padding: 96px 0 150px;
}
/*****************************bedankt*****************************/
.bedankt-banner .banner-content p {
	max-width: 580px;
	width: 100%;
	margin-bottom: 35px;
}
.bedankt-banner .banner-content h1 {
	margin: 24px 0 20px;
}
/*****************************popup*****************************/
.modal-area .modal-dialog {
    max-width: 49%;
    margin: 8% auto 0;
}
.modal-area .modal {
    background-color: rgba(16, 16, 16, 0.50);
    backdrop-filter: blur(5px);
}
.modal-content .col-lg-5 {
    width: 31%;
}
.modal-content .col-lg-7 {
    width: 69%;
}
.pop-up-image {
	height: 100%;
	border-radius: 5px;
    overflow: hidden;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.modal-area .modal-content {
	border-radius: 5px;
    overflow: hidden;
    background-color: transparent;
	position: relative;
}
.modal-area .popup-content {
	padding: 65px 72px 46px;
	background-color: #f6f6f6;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.modal-area .popup-content h6 {
	font-family: 'lama_sansmedium';
	color: #101010;
	line-height: 20px;
	letter-spacing: 0.14px;
	text-transform: none;
}
.modal-area .popup-content h3 {
    color: #101010;
    margin-top: 14px;
}
.modal-area .popup-content h3 strong {
	color: #4855F2;
}
.modal-area .popup-content p {
	font-family: 'lama_sansmedium';
	color: #101010;
	font-size: 1.4rem;
	margin-top: 10px;
}
.modal-area .popup-content ul {
	margin: 14px 0 35px;
}
.modal-area .popup-content li {
	font-family: 'lama_sansmedium';
	color: #101010;
	font-size: 1.4rem;
	line-height: 35px;
	letter-spacing: 0.28px;
	position: relative;
	padding-left: 20px;
}
.modal-area .popup-content li::after {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	height: 12px;
	width: 12px;
	background-size: 12px;
	background-position: center;
	background-image: url(../images/blue-tick.svg);
}
.modal-area .popup-content .border-btn {
	border-color: #101010;
	color: #101010;
}
.modal-area .popup-content .border-btn:hover {
	border-color: #4855F2;
	color: #fff;
}
.close-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
	font-size: 2rem;
	height: 4rem;
	width: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'lama_sansmedium';
}
.popup-line {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.aanbod_loader {
	width: 45px;
	height: 40px;
	background: linear-gradient(#081ccf calc(1*100%/6),#fff 0 calc(3*100%/6),#081ccf 0),
			  linear-gradient(#081ccf calc(2*100%/6),#fff 0 calc(4*100%/6),#081ccf 0),
			  linear-gradient(#081ccf calc(3*100%/6),#fff 0 calc(5*100%/6),#081ccf 0);
	background-size: 10px 400%;
	background-repeat: no-repeat;
	animation: matrix 1s infinite linear;
  }
  @keyframes matrix {
	0% {
	  background-position: 0% 100%, 50% 100%, 100% 100%
	}
  
	100% {
	  background-position: 0% 0%, 50% 0%, 100% 0%
	}
  }
  .load_aanbod{
	justify-content: center;
    display: flex;
    column-gap: 3rem;
    align-items: center;
    color: #000000;
  }













/* **************************************************** Loader start  *************************************************** */
/*******loader*****/
#loader_section{
    display:none;
    width:100%;
    position: fixed;
    top: 0;
    background: #000000b8;
    z-index: 9999999;
    height: 100vh;
    padding: 30vh 0px;
  }
  #loader_section p{
    color:#fff;
    font-size:18px;
    text-align: center;
  }
  #loader_section img{
    width: 100px;
    margin-bottom: 25px;
  }
  
  /*********Morgen Footer************/
  .morgeninternet-footer {
      background: #000000;
      width: 100%;
      height: 50px;
      display: block;
      text-align: center;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer:hover {
      background: #202020;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer > img {
      height: 30px;
      padding-top: 15px;
  }
  
  .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.svg);
      background-repeat: no-repeat;
      background-position: left;
      /* padding: 4px 13px 6px 40px; */
      padding: 4px 30px 6px 34px;
      color: #000;
      background-size: 148px;
  }
  
  .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;
  }
  .aanbod-detail-tab-sec .tab-content .star_icon p {
      margin: 0;
  }
  .bullet-panel h3 {
      margin-bottom: 30px;
  }
  .cursor{
      cursor:pointer;
  }
   .form-1, .form-2 {
      display:none;
      margin-top: 30px !important;
      margin: 0 auto 10px;
  } 
  .privacy-sec{
      background-color: #121212;
      padding: 11% 0;
  }
  .cpnt {
      cursor: pointer;
  }
  .filter-clean img {
      width: 12px;
      margin-right: 10px;
      margin-bottom: 2px;
  }
  
  
  .acties-left-content p {
      color: black;
  }
  /* .error_top {
      margin-top: 100px;
      margin-bottom: 20px;
  } */
  
/* **************************************************** Loader End  *************************************************** */

.kenteken-Error {
    color: #ff0000;
}
.dark-theme .cookie-close img {
    width: 15px;
}
/****privacy_section******/
.privacy_section {
    background-color: #101010;
    padding: 180px 0 60px;
}
.privacy_section h3 {
    color: #fff !important;
}
.privacy_section p strong {
    color: #fff;
}
.privacy_section p {
    word-break: break-word;
    color: #fff;
}





























