@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-size: 1.6rem;
    font-family: 'lexend_decalight';
    color: #fff;
    /*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 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 30px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-bottom: 1px solid transparent;
}
.header-area.stiky {
    position: fixed;
    background: #181818;
    border-color: rgba(255, 255, 255, 0.20);
}
.header-logo {
    position: relative;
    z-index: 9999;
}
.header-logo img {
    width: 235px;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 57px;
    position: relative;
    z-index: 9999;
}
.header-right ul:not(.language ul){
	display: flex;
	column-gap: 6rem;
	justify-content: start;
}
.language {
    margin-top: 10px;
    text-transform: uppercase;
}
.language img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    border-radius: 100%;
}
.language .dropdown-menu {
    min-width: auto;
    background: transparent;
    border: 0;
}
.language .dropdown-toggle:focus{
	box-shadow: none;
}
.language .dropdown-toggle::after{
	border: none;
	background-image: url(../images/language-down-arrow.svg);
	background-position: center/center;
	background-repeat: no-repeat;
    background-size: cover;
    height: 11px;
    width: 11px;
    position: absolute;
    top: 7px;
    right: -12px;
}
.language .dropdown-item {
    padding-right: 4px;
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    color: #fff;
}
.language .dropdown-item:focus, 
.language .dropdown-item:hover {
	background-color: transparent;
}
.language li {
	display: flex;
	align-items: center;
}
.language li,
.language .btn {
    font-family: 'lexend_decaregular';
    font-size: 1.6rem;
    color: #fff;
    line-height: 22.48px;
    letter-spacing: 0.16px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.language a::after{
	display: none;
}
.toggle-menu {
	position: fixed;
    left: 50%;
    transform: translateX(-50%);
    z-index: 801;
	top: 31px;
    z-index: 9999;
}
.menu-btn {
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 41px;
    overflow: hidden;
	width: 103px;
    height: 48px;
}
.menu-btn::before {
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 30px;
    background-color: #E2E2E2;
    transition: width ease .3s;
}
.menu-btn.active::before {
    width: 60px;
    background: #fff;
}
/*******hamburger********/
.hamburger {
    margin-right: 8px;
    width: 45px;
    height: 15px;
    position: relative;
}
.menu-btn.active .hamburger {
    height: 20px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.hamburger .bar {
    padding: 0;
    width: 54.6px;
    height: 1.5px;
    background-color: #181818;
    display: block;
    transition: all 0.4s ease-in-out;
    position: absolute; 
}
.bar1 {
    top: 0;
}
.bar2 {
    top: 11px;
}
.hamburger .bar1 {
    transform-origin: 5%;
    top: 4px;
}
.hamburger .bar4 {
    transform-origin: 5%;
    top: 15px;
}
.menu-btn.active {
    /* filter: brightness(0);
    -webkit-filter: brightness(0); */
    width: 48px;
    height: 48px;
}
.menu-btn.active .hamburger > .bar1 {
    transform: rotate(40deg);
    height: 1.5px;
    width: 17px;
    background-color: #2E2E2E;
}
.menu-btn.active .hamburger > .bar2 {
    transform: rotate(-45deg);
    height: 1.5px;
    background-color: #2E2E2E;
    width: 18px;
}
.menu-btn.active .hamburger .bar1 {
    transform-origin: 0;
    top: 2.6px;
    right: 10px;
}
.menu-btn.active .hamburger .bar2 {
    top: 9px;
}
/******mega-menu*******/
.mega-menu {
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mega-menu .row {
    height: 100%;
}
.mega-menu-main {
    background-color: #2E2E2E;
    height: 100%;
    position: relative;
    padding: 175px 145px 106px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    row-gap: 30px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.mega-menu-top {
    position: relative;
    z-index: 1;
}
.mega-menu-nav ul {
    list-style-type: none;
}
.mega-menu-nav li {
	margin-bottom: 15px;
}
.mega-menu-nav li a {
    color: #fff;
    font-family: 'lexend_decaregular';
    font-size: 3.6rem;
    /*text-transform: capitalize;*/
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.mega-menu-nav li a.active,
.mega-menu-nav li a:hover {
    color: #FF2726;
}
.mega-menu-nav li.active {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
	animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
    -webkit-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	-o-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	animation-delay: calc(0.1s * attr(data-animation-offset number 1));
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
.mega-menu.active {
    top: 0;
}
/* .header-area.active .header-nav,
.header-area.active .header-logo {
    display: none;
} */
/* .header-area.active {
    position: relative;
} */
.header-area.active::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #2E2E2E;
    z-index: 999;
}
.mega-menu-main::-webkit-scrollbar {
    display: none;
}
.mega-menu.active .mega-menu-heading {
    transform: translateY(-50%) translateX(0);
}
.mega-menu-top .row {
    align-items: end;
}
.mega-menu-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.each-mega-menu-info h5 {
    margin-bottom: 25px;
    line-height: normal;
    color: #fff;
}
.each-mega-menu-info a {
    color: #fff;
}
.each-mega-menu-info a:hover {
    color: #FF2726;
}
.each-mega-menu-info tr td {
    vertical-align: top;
}
.each-mega-menu-info tr td {
    color: #fff;
}
.each-mega-menu-info tr td:first-child {
    padding-right: 20px;
    font-family: 'lexend_decaregular';
}
.each-mega-menu-social-info.footer-social {
    max-width: initial;
    margin-top: 0;
}
.each-mega-menu-social-info.footer-social li a {
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-social li a img{
    width: 16px;
    filter: brightness(10);
}
.footer-social li:nth-child(2) a img{
    width: 10px;
}
.footer-social li:first-child a img{
  width: 19px;
}
.each-mega-menu-social-info.footer-social li:hover img {
    filter: brightness(1) invert(1);
}
.each-mega-menu-social-info.footer-social.each-mega-menu-social-mobile-info {
    margin-top: 22px;
    display: none;
}
.mobile-language {
    display: none;
    margin-bottom: 17px
}
.mobile-language.language li, 
.mobile-language.language .btn {
    color: #fff;
}
.mobile-language.language .dropdown-toggle::after {
    background-image: url(../images/language-white-down-arrow.svg);
    filter: brightness(10);
}
.each-mega-menu-contact-info {
    display: none;
}
.language .btn {
    position: relative;
}
/*****************fixed-widget****************/
.fixed-widget {
    position: fixed;
    right: -10px;
    bottom: 45%;
    z-index: 99;
}
.fixed-widget a img {
    width: 89px;
    height: 319px;
}
/*****************fixed-wp****************/
.fixed-wp {
    position: fixed;
    right: 0;
    bottom: 30%;
    z-index: 99;
}
.fixed-wp a {
    border-radius: 40px 0px 0px 40px;
	background: #25D366;
    width: 80px;
    height: 80px;
}
.fixed-wp a img {
    width: 37px;
    margin-left: 10px;
}
/*****************banner-sec****************/
.banner-sec {
	position: relative;
}
.banner-sec::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(20, 20, 20, 0.31);
	z-index: 1;
}
.banner-video {
	height: 984px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner {
	height: 984px;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content {
	position: absolute;
	top: 74%;
	transform: translateY(-50%);
	left: 0;
	z-index: 2;
	width: 100%;
}
.banner-content h1 {
    max-width: 903px;
}
.banner-content .border-btn {
    line-height: 26px;
    font-family: 'axiaregular';
}
/*****************counter-sec****************/
.counter-sec {
	background: #2E2E2E;
	padding: 28px 0 24px;
}
.each-counter h3 {
    font-size: 3.2rem;
    color: rgba(255, 255, 255, 0.37);
    font-family: 'lexend_decalight';
    margin-bottom: 10px;
    font-variant: small-caps;
}
.each-counter h5 {
	color: rgba(255, 255, 255, 0.37);
	font-family: 'lexend_decalight';
    line-height: normal;
}
.counter-area {
	display: flex;
	justify-content: space-between;
}
.each-counter {
	border-right: 1.5px solid rgba(255, 255, 255, 0.37);
	padding: 0 109px;
}
.each-counter:first-child {
	padding-left: 0;
}
.each-counter:last-child {
	padding-right: 0;
	border-right: 0;
}
/*****************product-sec****************/
.product-sec {
	background-color: #181818;
	padding: 153px 0 88px;
	position: relative;
}
.product-stroke {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 13%;
}
.product-title {
	margin-bottom: 55px;
}
.each-product-info {
    background-color: #2E2E2E;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10px;
    padding: 20px 25px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-img img {
	border-radius: 10px;
	overflow: hidden;
}
.each-product-title h4,
.each-product-title h6 {
	color: #fff;
}
.each-product-title h4 {
	/*height: 25px;*/
  	overflow: hidden;
    line-height: normal;
}
.each-product-title h6 {
	font-size: 1.8rem;
	/*height: 40px;*/
  	overflow: hidden;
    line-height: normal;
}
.each-product-title h6 strong {
	font-weight: normal;
	font-size: 1.6rem;
	color: rgba(255, 255, 255, 0.42);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-top: 5px;
    display: block;
}
.each-product-info p {
    color: rgba(255, 255, 255, 0.42);
    margin-top: 15px;
    height: 31px;
    overflow: hidden;
    line-height: normal;
    font-family: 'lexend_decaregular';
}
.each-product-info hr {
	background-color: rgba(255, 255, 255, 0.50);
	opacity: 1;
	height: 1.5px;
	margin: 8px 0 15px;
}
.each-product-info table {
    width: 100%;
}
.each-product-info tr {
    display: flex;
    justify-content: space-between;
}
.each-product-info td {
    line-height: normal;
}
.each-product-info td span {
	font-family: 'lexend_decaregular';
	font-size: 1.8rem;
	color: #fff;
}
.each-product-info td h6 {
	font-family: 'lexend_decaregular';
	font-size: 1.6rem;
	color: rgba(255, 255, 255, 0.42);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    line-height: normal;
    margin-top: 6px;
}
.product-slider a:hover .each-product-info {
	background-color: #FF2726;
}
.product-slider a:hover .each-product-title h6 strong,
.product-slider a:hover .each-product-info td h6 {
	color: rgba(255, 255, 255, 0.75);
}
.product-slider a:hover .each-product-info p {
    color: rgba(255, 255, 255, 0.75);
}
.product-slider .swiper-button-prev {
	left: -70px;
}
.product-slider .swiper-button-next {
	right: -70px;
}
.product-slider .common-arrow {
	top: 40%;
}
.swiper-btm-pegi .swiper-pagination {
	position: initial;
	margin-top: 55px;
}
.swiper-btm-pegi .swiper-pagination-bullet {
    height: 11px;
    width: 11px;
    background-color: #fff;
    position: relative;
	opacity: 1;
	justify-content: center;
    align-items: center;
    display: inline-flex;
	margin: 0 20px !important;
}
.swiper-btm-pegi .swiper-pagination-bullet::after {
	content: '';
	position: absolute;
	height: 40px;
	width: 40px;
	border: 1px solid red;
	border-radius: 50%;
	opacity: 0;
}
.swiper-btm-pegi .swiper-pagination-bullet-active {
    background-color: #FF0000;
    border-radius: 10px;
	width: 11px;
}
.swiper-btm-pegi .swiper-pagination-bullet-active::after {
	opacity: 1;
}
.product-btn {
	text-align: center;
	margin-top: 32px;
	display: none;
}
.product-sec .container-fluid {
    position: relative;
    z-index: 1;
}
/*****************service-sec****************/
.service-bg {
	background-color: rgba(46, 46, 46, 0.97);
	padding: 115px 0 85px;
	position: relative;
}
.service-bg::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(46, 46, 46, 0.97);
	height: 100%;
	width: 100%;
}
.service-title {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
.service-title-info {
    max-width: 535px;
    margin-right: 0;
    margin-left: auto;
}
.service-title-info p {
	margin-bottom: 30px;
}
.service-block {
	position: relative;
	z-index: 1;
}
.each-service-block {
	border-radius: 10px;
	overflow: hidden;
    height: 48%;
}
.each-service-left-block,
.each-service-right-block {
	height: 100%;
}
.each-service-block-info {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 30px 25px;
}
.each-service-block-info h3,
.each-service-block-info-wrap h3 {
	line-height: normal;
}
.each-service-block-hover-info {
	position: absolute;
	left: 0;
	top: -100%;
	height: 100%;
	width: 100%;
	background-color: #FF2726;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service-block:hover .each-service-block-hover-info {
	top: 0;
}
.each-service-block-info-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    max-width: 365px;
    margin-left: 25px;
    margin-right: 25px;
    align-items: start;
}
.each-service-block-info-wrap p {
	margin: 14px 0 10px;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-block-big-img,
.each-service-block-small-img {
	height: 100%;
}
.each-service-block-big-img img,
.each-service-block-small-img img {
	height: 100%;
	object-fit: cover;
}
.service-block .col-lg-4 {
	padding: 0 14px;
    height: 500px;
}
.service-block .row {
	margin: 0 -14px;
}
.each-service-mid-top-block {
	margin-bottom: 20px;
}
.service-slider {
    position: relative;
    z-index: 1;
	display: none;
}
.service-slider .each-service-block-big-img, 
.service-slider .each-service-block-small-img {
    height: 233px;
}
.service-slider .swiper-btm-pegi .swiper-pagination {
    position: initial;
    margin-top: 50px;
}
.service-slider .swiper-btm-pegi .swiper-pagination-bullet {
    height: 11px;
    width: 11px;
    background-color: #fff;
    position: relative;
    opacity: 1;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    margin: 0 20px !important;
}
.service-slider .swiper-btm-pegi .swiper-pagination-bullet-active {
    background-color: #FF0000;
    border-radius: 1rem;
    width: 11px;
}
.service-slider .swiper-btm-pegi .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    height: 40px;
    width: 40px;
    border: 1px solid red;
    border-radius: 50%;
    opacity: 0;
}
.service-slider .swiper-btm-pegi .swiper-pagination-bullet-active::after {
    opacity: 1;
}
/* .each-service-block-big-img {
    height: 500px;
} */
/*****************marquee-sec****************/
.marquee-sec {
  background-color: #181818;
  padding: 40px 0 35px;
  position: relative;
}
.marquee-sec::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: rgba(39, 39, 39, 0.15);
}
.marque-wrap{
	white-space: nowrap;
}
.marque-wrap:hover .marque-txt{
	animation-play-state: paused;
}
.marque-txt{
	display: inline-block;
	animation: 15s slide infinite linear;
}
.marque-txt li {
	display: inline ;
	color: #fff;
	font-family: 'lexend_decalight';
    font-size: 1.6rem;
    line-height: 18px;
	padding-left: 159px;
	position: relative;
	margin-left: 14px;
}
.marque-txt ul {
    list-style-type: none;
}
.marque-txt li::after {
	content: "";
	position: absolute;
    right: -160px;
    top: 50%;
	transform: translateY(-50%);
    height: 10px;
    width: 10px;
    background-image: url(../images/red-bullet.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
}
@keyframes slide{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(-100%);
	}	
}
/*****************home-mid-sec****************/
.home-mid-sec {
	position: relative;
	padding-top: 130px;
	background-color: #181818;
}
.home-mid-sec .container-fluid {
    position: relative;
    z-index: 1;
}
.home-mid-stroke {
 	position: absolute;
    height: 100%;
    width: 100%;
    top: 18%;
}
.home-mid-title h3 {
	color: #FF2726;
    line-height: normal;
}
.home-mid-title-right {
	max-width: 740px;
	margin-right: 0;
	margin-left: auto;
}
.home-mid-title-right h2 strong {
    color: #fff;
}
.home-mid-title-right p {
	margin: 30px 0 50px;
    color: #fff;
}
.home-mid-title {
	margin-bottom: 80px;
}
.home-mid-img {
    position: relative;
    z-index: 1;
}
/*****************home-block****************/
.home-block {
	background-color: #181818;
	padding: 130px 0 125px;
}
.home-block-title {
	margin-bottom: 57px;
	text-align: center;
}
.home-block-title h3 {
    line-height: normal;
}
.home-block-title h3 strong {
    color: #fff;
}
.each-home-block h4 {
	margin-bottom: 10px;
    line-height: normal;
    color: #fff;
}
.each-home-block h4 strong {
	font-weight: normal;
	font-family: 'lexend_decabold';
	color: #FF2726;
    line-height: normal;
}
.each-home-block p {
    color: #fff;
}
.home-block-wrap {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    flex-wrap: wrap;
}
.each-home-block p {
	max-width: 320px;
}
.each-home-block {
    position: relative;
    width: 20%;
}
.each-home-block::after {
	content: '';
	position: absolute;
	left: -20%;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: rgba(24, 24, 24, 0.2);
}
.each-home-block:first-child::after {
	display: none;
}
/*****************google-review****************/
.google-review {
	background-color: #181818;
    padding: 50px 0px 0;
}
/*****************home-btm-slider****************/
.home-btm-slider {
	background-color: #181818;
	padding-top: 120px;
	overflow: hidden;
	position: relative;
}
.home-btm-slider::after {
    position: absolute;
    content: '';
    background-color: #181818;
    left: 0;
    bottom: 0;
    height: 40%;
    width: 100%;
}
.each-home-btm-slider {
	position: relative;
}
.each-home-btm-slider img {
	border-radius: 10px;
	overflow: hidden;
}
.instagram-img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.instagram-img img {
	width: 55px;
}
.home-btm-slider a:hover .instagram-img {
	opacity: 1;
}
.home-btm-slider-wrap {
    margin: 0 -10%;
}
/*****************footer-area****************/
.footer-area {
	background-color: #181818;
	padding: 50px 0 53px;
	position: relative;
    overflow: hidden;
}
.footer-cd-cars {
	position: absolute;
	bottom: 0;
}
.each-footer-right tr td {
    vertical-align: top;
}
.each-footer-right tr td:first-child {
    padding-right: 20px;
	font-family: 'lexend_decaregular';
}
.each-footer-right h5 {
	margin-bottom: 20px;
    line-height: normal;
}
.each-footer-right a {
	line-height: 24px;
}
.each-footer-right a:hover {
	color: #FF2726;
}
.footer-right, .footer-social {
	display: flex;
	justify-content: space-between;
	max-width: 770px;
	margin-right: 0;
	margin-left: auto;
}
.each-footer-right-part {
	margin-bottom: 20px;
}
.footer-logo {
	margin-bottom: 86px;
}
.footer-logo img {
	width: 235px;
}
.footer-review img {
	width: 291px;
}
.footer-social {
	margin-top: 50px;
}
.footer-social li {
    display: inline-block;
    margin-right: 10px;
}
.footer-social li a {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
}
.footer-social li:first-child a {
	background-color: #25D366;
    border-color: #25D366;
}
.footer-social li:first-child:hover a {
	background-color: #25D366;
}
.footer-social li:hover a {
	background-color: #FF2726;
}
.footer-credit {
	text-align: center;
	position: relative;
	margin-top: 58px;
}
.footer-credit a {
    color: rgba(255, 255, 255, 0.44);
    line-height: 24px;
	padding: 0 25px;
}
.footer-credit a:hover {
	color: #FF2726;
}
.footer-credit::after {
    content: '';
    position: absolute;
    left: -10%;
    top: -35px;
    width: 100vw;
    height: 1.5px;
    background-color: rgba(255, 255, 255, 0.25);
}
.footer-left,
.footer-right,
.footer-social,
.footer-credit {
	position: relative;
	z-index: 1;
}
.footer-right {
    flex-wrap: wrap;
}
.each-footer-right {
    width: 30%;
}
.each-footer-mobile-right {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
}
.each-footer-mobile-right .each-footer-right {
    width: 50%;
}
/********************************aanbod-dtl********************************/
/****aanbod-back-btn****/
.aanbod-back-btn {
	background: linear-gradient(0deg, #181818 0%, #181818 100%), #FFF;
	position: relative;
    z-index: 1;
    padding-top: 91px;
}
.aanbod-back-btn .text-btn{
	font-family: 'lexend_decaregular';
	font-size: 1.6rem;
	line-height: normal;
	position: relative;
	top: 162px;
	padding-left: 50px;
	padding-top: 28px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-back-btn .text-btn::after {
    content: "";
    height: 32px;
    width: 32px;
    position: absolute;
	left: 0;
    background-image: url(../images/txt-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px;
    top: 79%;
    transform: translateY(-50%);
    background-color: transparent;
	border: 1px solid #fff;
    border-radius: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-back-btn .text-btn:hover{
    color: #FF2726;
}
.aanbod-back-btn .text-btn:hover::after {
    background-color: #FF2726;
    border-color: #FF2726;
}
.aanbod-bk .text-btn {
    padding-left: 90px;
}
.aanbod-bk .text-btn::after {
    left: 44px;
}
/****aanbod-top-sec****/
.aanbod-top-sec{
	background: linear-gradient(0deg, #181818 0%, #181818 100%), #FFF;
	padding: 79px 0 90px;
	position: relative;
}
.aanbod-stroke{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 7%;
}
.aanbod-top-area {
    position: relative;
}
.aanbod-top-area .col-xl-5 {
	width: 46%;
}
.aanbod-top-area .col-xl-7 {
	width: 54%;
}
.aanbod-car-dtls, .aanbod-top-contact-area{
	border-radius: 10px;
	background: #2E2E2E;
}
.aanbod-car-dtls{
	margin-bottom: 10px;
	/* padding: 23px 36px 28px 41px; */
    padding: 30px;
}
.aanbod-car-dtls-top-btn{
	text-align: end;
}
.aanbod-car-dtls-top-btn .border-btn,
.dtl-reach-btn .border-btn {
    font-family: 'lexend_decamedium';
}
.aanbod-car-dtls-mid{
	border-bottom: 1.5px solid rgba(255, 255, 255, 0.50);
	padding: 36px 0 24px;
}
.aanbod-car-dtls-mid p, .aanbod-car-dtls-btm p{
	font-family: 'lexend_decaregular';
	color: rgba(255, 255, 255, 0.42);
	line-height: normal;
    margin-top: 5px;
}
.aanbod-car-price-dtls {
    margin-bottom: 12px;
}
.aanbod-car-price-dtls .row{
	align-items: center;
}
.aanbod-car-dtls-left h4 {
    font-size: 3rem;
    line-height: normal;
}
.aanbod-car-dtls-right {
   /* display: flex;*/
    column-gap: 15px;
    justify-content: end;
    text-align: end;
}
.aanbod-car-dtls-right h5{
	line-height: normal;
}
.aanbod-car-dtls-btm table {
    margin: 29px 0 38px;
    width: 100%;
}
.aanbod-car-dtls-btm tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.aanbod-car-dtls-btm td {
    /* width: 25%; */
    padding-right: 10px;
}
.aanbod-car-dtls-btm td:last-child{
    padding-right: 0;
}
.aanbod-car-dtls-btm h5{
	line-height: normal;
	margin-bottom: 6px;
}
.dtl-reach-btn {
    display: flex;
    justify-content: space-between;
    position: relative;
    /* flex-wrap: wrap; */
    column-gap: 10px;
}
.dtl-reach-btn a.aanbod-arw-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.dtl-reach-btn a.aanbod-arw-btn::after{
	content: "";
    height: 48px;
    width: 77px;
    position: absolute;
    left: 0;
    background-image: url(../images/aanbod-arw.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FF2726;
	border: 1px solid #FF2726;
    border-radius: 31px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dtl-reach-btn a.aanbod-arw-btn:hover::after{
	background-color: transparent;
	border-color: #FF2726;
}
.aanbod-top-contact-dtls {
    display: flex;
    column-gap: 34px;
	align-items: center;
}
.aanbod-top-contact-img {
    width: 112px;
    height: 102px;
	border-radius: 10px;
	overflow: hidden;
}
.aanbod-top-contact-img img{
	height: 100%;
	object-fit: cover;
}
.aanbod-top-contact-info ul {
    list-style-type: none;
}
.aanbod-top-contact-info a{
	font-family: 'lexend_decalight';
	font-size: 1.8rem;
	line-height: 24px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-top-contact-info a:hover{
	color: #FF2726;
}
.aanbod-top-contact-info img{
	margin-right: 11px;
}
.aanbod-top-contact-info li:first-child{
	margin-bottom: 9px;
}
.aanbod-delen-btn img {
    width: 14px;
    height: 17px;
}
.delen-btn{
	max-width: max-content;
    width: 100%;
    font-family: 'lexend_decamedium';
    font-size: 1.6rem;
	line-height: normal;
	border-radius: 41px;
	border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.1);
	padding: 14px 21px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-transform: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
    gap: 10px;
}
.delen-btn:hover{
    background: #FF2726;
    border-color: #FF2726;
}
.share-social-media-button .a2a_dd:hover {
    background: #FF2726 !important;
    border-color: #FF2726 !important;
}
body .share-social-media-button .a2a_dd {
    font-size: 1.4rem !important;
    padding: 8px 16px !important;
}
body .share-social-media-button .a2a_dd svg {
    width: 10px !important;
    margin-right: 2px !important;
}
.loeasen-btn{
    display: none;
}
.aanbod-top-contact-area .col-3 {
    justify-content: end;
    display: flex;
    align-items: center;
}
.aanbod-top-contact-area{
	padding: 6px 36px 9px 9px;
	margin-bottom: 14px;
}
.each-aanbod-left-img {
    border-radius: 10px;
    overflow: hidden;
}
.aanbod-left-img .row{
	margin: 0 -6px;
    row-gap: 15px;
}
.aanbod-left-img .col-4 {
    padding: 0 6px;
}
.aanbod-top-slider {
    padding-left: 17px;
    padding-top: 22px;
}
.aanbod-slider-img {
    border-radius: 10px;
    overflow: hidden;
}
.aanbod-top-slider .swiper-button-prev {
    left: 27px;
}
.aanbod-top-slider .swiper-btm-pegi .swiper-pagination {
    margin-top: 17px;
}
.aanbod-top-slider .swiper-btm-pegi .swiper-pagination-bullet {
    margin: 0 5px !important;
}
.aanbod-top-slider .swiper-btm-pegi .swiper-pagination-bullet::after {
    height: 25px;
    width: 25px;
}
.aanbod-slider-btm {
    margin-top: 11px;
	display: none;
}
.each-aanbod-left-img{
	position: relative;
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: rgba(46, 46, 46, 0.50);
    backdrop-filter: blur(7.5px);
    margin: 10px 9px;
}
.overlay h5{
    font-size: 1.8rem;
    color: #fff;
    line-height: normal;
    letter-spacing: 0.36px;
    margin-bottom: 5px;
}
.overlay p {
    font-family: 'lexend_decaregular';
    font-size: 1.4rem;
    color: #fff;
    line-height: normal;
    letter-spacing: 0.28px;
    text-transform: capitalize;
}
/****tab-sec****/
.dtl-tab-sec {
    padding: 20px 0 100px;
	background: linear-gradient(0deg, #181818 0%, #181818 100%), #FFF;
}
.dtl-tab-wrap {
    padding: 0 61px;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 65px;
	margin-bottom: 40px;
    border: 0;
	display: flex;
	justify-content: center;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
	border: 0;
    background-color: transparent;
	color: rgba(30, 27, 27, 0.5);
    letter-spacing: normal;
	width: 100%;
	border-radius: 0;
	padding: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    font-family: 'HelveticaNeueMedium';
	font-size: 2rem;
    margin: 0;
    word-break: break-word;
    overflow: hidden;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link span {
	position: relative;
    font-family: 'helvetica_neuebold';
    padding-bottom: 10px;
    display: inline-block;
}
.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: #3F0066;
}
.dtl-tab-sec ul.tabs li {
	font-family: 'lama_sansmedium';
	font-size: 2rem;
	margin: 0;
	word-break: break-word;
	position: relative;
	text-transform: none;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.50);
	line-height: normal;
}
.dtl-tab-sec ul.tabs li:hover,
.dtl-tab-sec ul.tabs li.active {
	display: block;
	position: relative;
	color: #fff;
}
.dtl-tab-sec ul.tabs li::after{
	content: "";
    position: absolute;
    width: 84%;
    height: 1px;
    border-radius: 30px;
    bottom: 0;
    left: 50%;
	transform: translateX(-50%);
    background: #FF2726;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dtl-tab-sec ul.tabs li.active::after, .dtl-tab-sec ul.tabs li:hover::after {
    opacity: 1;
}
.kenmerken-tab li::after {
    background-size: 6px;
    position: absolute;
    top: 27px;
    left: 0;
    content: '';
    width: 6px;
    height: 6px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
/* .kenmerken-tab li::after {
    background-size: 6px;
    position: absolute;
    top: 45%;
    transform: translateX(-50%);
    left: 0;
    content: '';
    width: 6px;
    height: 6px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
} */
.kenmerken-tab li p {
    color: #fff;
    position: relative;
    padding-left: 14px;
    width: 40%;
    font-family: 'lexend_decaregular';
    font-size: 1.4rem;
    line-height: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
    height: 100%;
    display: flex;
    justify-content: left;
    /* align-items: center; */
    word-break: break-word;
    /* text-align: center; */
    padding-top: 20px;
    padding-bottom: 20px;
}
.kenmerken-tab li:nth-child(1) p::after,
.kenmerken-tab li:nth-child(2) p::after,
.kenmerken-tab li:nth-child(3) p::after 
{
    content: "";
    position: absolute;
    height: 200vh;
    width: 1px;
    left: 85%;
    top: -20px;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
    display: none;
}
.tab_container.tab-content .kenmerken-tab {
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-left: 0;
    border-right: 0;
}
.tab_content {
	display: none;
}
.tab_drawer_heading {
	display: none;
}
.kenmerken-tab {
	border: 1px solid rgba(255, 255, 255, 0.10);
    border-bottom: 0;
	border-top: 0;
	padding: 0 50px;
	overflow: hidden;
	border-left: none;
    border-right: none;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    justify-content: left;
    position: relative;
}
.kenmerken-tab li {
	font-family: 'lexend_decaregular';
    font-size: 1.6rem;
    line-height: normal; 
    color: #fff;
	width: 32%;
	padding: 20px 0;
	position: relative;
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    column-gap: 10px;
}
.kenmerken-tab li h6 {
    font-family: 'lexend_decalight';
    color: rgba(255, 255, 255, 0.50);
    font-size: 1.4rem;
    line-height: normal;
    width: 56%;
    text-align: center;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kenmerken-tab ul::after {
    content: "";
    position: absolute;
    height: calc(100% + 20px);
    width: 1px;
    left: 31.5%;
    top: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
}
.kenmerken-tab ul:before {
    content: "";
    position: absolute;
    height: calc(100% + 20px);
    width: 1px;
    right: 36%;
    top: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
}
.dtl-tab-sec {
    overflow: hidden;
}
.kenmerken-tab li:nth-child(3n - 2)::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 200vw;
    left: -35%;
    top: 0;
    background: rgba(255, 255, 255, 0.10);
}
.kenmerken-tab ul li:nth-child(even) {
	font-family: 'lexend_decalight';
	font-size: 1.4rem;
	line-height: normal;
	color: rgba(255, 255, 255, 0.50);
	word-break: break-word;
}
.kenmerken-tab {
    position: relative;
}
.kenmerken-tab li {
    padding: 0;
    min-height: 60px;
}
.bullet-panel p {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 2.4rem;
	margin-bottom: 20px;
    padding-bottom: 20px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul {
    list-style-type: none;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    font-family: 'lexend_decalight';
    color: #fff;
	margin-bottom: 10px;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 8px;
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.dtl-tab-sec .tab_drawer_heading p {
	color: #fff !important;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF2726;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #FF2726;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.block-dtls p{
	color: #fff;
	margin: 10px 0;
}
.left-bg-block p {
    line-height: 30px;
    color: #1E1B1B;
	font-size: 1.6rem;
    font-family: 'lexend_decalight';
}
.each-onderhoud-block h6 {
    line-height: 30px;
    color: #fff;
	font-size: 1.6rem;
    font-family: 'lexend_decalight';
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.each-onderhoud-block p strong {
    font-weight: normal;
    font-size: 2rem;
}
.tab_hedaing h5{
	border-bottom: 1px solid #FF2726;
  	padding-bottom: 10px;
  	margin-bottom: 15px;
}

/****form-sec****/
.form-sec{
	background: #2E2E2E;
	padding: 124px 0 45px;
}
.form-left-img {
    border-radius: 10px;
    overflow: hidden;
    max-width: 678px;
    height: 100%;
}
.form-left-img img{
	border-radius: 10px;
	overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.form-heading h2 {
    line-height: 52px;
    margin-bottom: 16px;
}
.form-heading h2 strong {
    color: #fff;
}
.form-heading p{
	font-family: 'lama_sansregular';
	width: 100%;
    max-width: 562px;
	margin: 8px 0 52px;
    color: #fff;
}
.form-main-area .form-group {
    margin-bottom: 31px;
}
.form-main-area .form-group label{
	font-family: 'lexend_decalight';
	color: #fff;
	line-height: 22px;
	margin-bottom: 12px;
}
.form-main-area .form-styl {
    resize: none;
    border-radius: 10px;
    border: none;
	font-family: 'lexend_decalight';
	color: #fff;
	line-height: 22px;
    font-size: 1.6rem;
    padding: 18px 19px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: transparent;
}
.form-main-area .form-styl:placeholder {
	color: rgba(255, 255, 255, 0.50);
}
.form-main-area .form-styl:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.50);
}
.form-main-area .form-styl::placeholder {
	color: rgba(255, 255, 255, 0.50);
}
.form-main-area .form-styl:focus {
    box-shadow: none;
    color: #fff;
	border: 1px solid #fff;
	font-size: 2rem;
}
.form-main-area .form-styl.foto_upload {
    color: rgba(255, 255, 255, 0.50);
}
.form-main-area .common-btn.color-btn{
    margin-top: 6px;
}
.form-group textarea.form-control {
    min-height: 110px;
}
.form-right-area {
    margin-top: 2px;
    /* padding-left: 20px; */
}
.form-area{
	position: relative;
	z-index: 1;
}
.form-btn{
	margin-top: 5px;
}
.form-btn button{
    font-size: 1.6rem;
    line-height: normal;
	display: inline-flex;
	height: 48px;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	gap: 16px;
	border-radius: 31px;
	border: 1px solid #fff;
    color: #fff;
	background: transparent;
	transition: all ;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-family: 'lexend_decamedium';
}
.form-btn button:hover{
	background: #FF2726;
	color: #fff;
	border-color: #FF2726;
}
.form-main-area .row{
	margin: 0 -11px;
}
.form-main-area .col-lg-6 {
    padding: 0 11px;
}
.form-main-area .col-lg-12{
	padding: 0 11px;
}
/****form-btm-sec****/
.form-btm-sec{
	background: #2E2E2E;
	color: #fff;
	border-top: 1px solid rgba(255, 255, 255, 0.20);
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.form-btm-sec .each-footer-right h5 strong, .form-btm-sec .each-footer-right a{
	color: #fff;
}
.form-btm-area {
    padding: 47px 140px 37px;
	position: relative;
}
.form-btm-area {
    padding: 0 118px 0 140px;
}
.form-btm-sec .each-footer-right{
    position: relative;
    padding: 47px 10px 37px 120px;
}
.form-btm-sec .each-footer-right:first-child {
    padding-left: 0;
}
.form-btm-sec .each-footer-right:first-child::after{
    display: none;
}
.form-btm-sec .each-footer-right::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.20);
}
.form-btm-sec .footer-right{
	margin-left: 0;
	max-width: 100%;
}
.form-btm-sec .each-footer-right a {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-btm-sec .each-footer-right a:hover{
    color: #FF2726;
}
.form-right-img{
    display: none;
}
/****aanbod-product-sec****/
.aanbod-product-sec{
	/* background: #E2E2E2; */
	padding: 133px 0 68px;
}
.aanbod-product-sec .swiper-btm-pegi .swiper-pagination-bullet {
    background-color: #fff;
}
.aanbod-product-sec .swiper-btm-pegi .swiper-pagination-bullet-active {
    background-color: #FF0000;
}
.aanbod-product-title h2{
	line-height: normal;
	margin-bottom: 54px;
}
.aanbod-product-sec .aanbod-product-title h2 strong {
    color: #fff;
}
/****aanbod-btm-slider****/
.home-btm-slider.aanbod-btm-slider {
    padding-top: 0;
}
/********************************diensten-dtl********************************/
/****diensten-dtl-back-btn****/
.diensten-dtl-back-btn.aanbod-back-btn .text-btn {
    top: 138px;
}
.diensten-dtl-back-btn {
    z-index: 2;
}
/****diensten-dtl-top****/
.diensten-dtl-top{
	padding: 83px 0 133px;
	background-color: #181818;
    position: relative;
}
.diensten-dtl-top-stroke {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 16%;
}
.diensten-dtl-top .container-fluid {
    position: relative;
    z-index: 1;
}
.diensten-dtl-top h5 {
    margin-top: 18px;
    letter-spacing: 0.32px;
    line-height: 24px;
}
.diensten-dtl-top-lft {
    margin-top: 50px;
}
.diensten-dtl-top-right-car {
    position: relative;
    padding-left: 42%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.diensten-dtl-top-right-car img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}
.diensten-dtl-top-left-car {
    position: absolute;
    left: 15%;
    bottom: -10px;
    width: 343px;
    height: 362px;
    padding: 10px;
    background: #181818;
    border-radius: 10px;
    overflow: hidden;
}
.diensten-dtl-top-lft h2 {
    margin-bottom: 38px;
    line-height: 72px;
}
.diensten-dtl-top-lft p {
    margin-top: 15px;
}
/****diensten-dtl-mid****/
.diensten-dtl-mid {
    background-color: #181818;
    padding-bottom: 124px;
    position: relative;
    overflow: hidden;
}
.diensten-dtl-mid-wrap::after {
    content: '';
    position: absolute;
    left: -10%;
    top: 0;
    height: 1px;
    width: 100vw;
    background-color: rgba(255, 255, 255, 0.2);
}
.diensten-dtl-mid-wrap::before {
    content: '';
    position: absolute;
    left: -10%;
    bottom: 0;
    height: 1px;
    width: 100vw;
    background-color: rgba(255, 255, 255, 0.2);
}
.diensten-dtl-mid-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 10px;
    position: relative;
}
.each-diensten-dtl-mid {
    width: 32%;
    padding: 50px 57px 93px;
    position: relative;
}
.each-diensten-dtl-mid ul {
    padding-left: 20px;
}
.each-diensten-dtl-mid:first-child {
    padding-left: 0;
}
.each-diensten-dtl-mid:last-child {
    padding-right: 0;
}
.each-diensten-dtl-mid li {
    color: #FFFCFC;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.each-diensten-dtl-mid p {
    letter-spacing: 0.32px;
}
.diensten-dtl-mid-title {
    text-align: center;
    margin-bottom: 60px;
}
.diensten-dtl-mid-title h2 {
    line-height: 72px;
}
.each-diensten-dtl-mid h3 {
    margin-bottom: 17px;
}
.each-diensten-dtl-mid::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}
.each-diensten-dtl-mid:first-child::after {
    display: none;
}
/****diensten-dtl-slider****/
.diensten-dtl-slider {
    position: relative;
    background-color: #181818 ;
    padding: 125px 0 70px;
  }
.diensten-dtl-slider .swiper-btm-pegi .swiper-pagination-bullet {
    background-color: #fff;
}
.diensten-dtl-slider .swiper-btm-pegi .swiper-pagination-bullet-active {
    background-color: #FF0000;
}
.diensten-dtl-slider-title {
    text-align: center;
    margin-bottom: 65px;
}
.diensten-dtl-slider-title h2 strong {
    color: #fff;
}
.diensten-dtl-slider .each-service-block-info-wrap p {
    margin: 14px 0 23px;
}
.diensten-dtl-slider .common-arrow {
    top: 58%;
    background-color: #2E2E2E;
    border: 1px solid #2E2E2E;
}
.diensten-dtl-slider .common-arrow:hover {
    background-color: #FF2726;
    border-color: #FF2726;
}
.diensten-dtl-slider .common-arrow img {
    filter: brightness(1) invert(1);
    -webkit-filter: brightness(1) invert(1);
}
.diensten-dtl-slider .swiper-button-next {
    right: 80px;
}
.diensten-dtl-slider .swiper-button-prev {
    left: 80px;
}
/****diensten-btm-slider****/
.home-btm-slider.diensten-btm-slider {
    padding-top: 0;
}
.diensten-dtl-slider .each-service-block {
    height: 305px;
}
.diensten-dtl-slider .swiper-slide {
    height: auto;
}
/********************************verkoop********************************/
.verkoop-dtl-mid .each-diensten-dtl-mid {
    width: 49%;
    padding: 50px 209px;
}
.verkoop-dtl-mid .each-diensten-dtl-mid:first-child {
    padding-left: 0;
}
.verkoop-dtl-mid .each-diensten-dtl-mid:last-child {
    padding-right: 0;
}
/********************************contact********************************/
.map {
    height: 668px;
}
/********************************verkocht-list********************************/
/****verkocht-header-area****/
.verkocht-header-area {
    background-color: #181818;
}
/****verkocht-top****/
.verkocht-top {
    padding-top: 223px;
    background-color: #E2E2E2;
}
.verkocht-top h1 {
    color: #181818;
    line-height: 52px;
    margin-bottom: 25px;
}
/****verkocht-product-sec****/
.product-sec.verkocht-product-sec {
    background-color: #E2E2E2;
    padding: 70px 0 98px;
}
.verkocht-product-sec .row {
    row-gap: 32px;
}
/********************************bedankt********************************/
.bedankt-banner .banner-content p {
    max-width: 730px;
    display: flex;
    margin-top: 10px;
}
/********************************popup********************************/
.modal-area .modal-dialog {
    max-width: 59%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background: rgba(46, 46, 46, 0.40);
    backdrop-filter: blur(12px);
}
.modal-area .modal-content {
    border: 0;
    border-radius: 10px;
    background-color: #181818;
    position: relative;
}
.pop-up-image {
    height: 100%;
    border-radius: 0px 10px 10px 0px;
    overflow: hidden;
}
.modal-area .popup-content {
    padding: 71px 65px 65px ;
    background-color: #181818;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}
.modal-area .popup-content h3 {
    line-height: 52px; /* 118.182% */
    letter-spacing: 0.88px;
    text-transform: uppercase;
    font-size: 4.4rem;
    margin: 40px 0;
}
.modal-area .popup-content ul {
    margin-left: 20px;
}
.modal-area .popup-content li {
    line-height: 25.28px;
    letter-spacing: 0.32px;
    margin-bottom: 15px;
}
.modal-area .popup-content li::marker {
    color: #FF2726;
}
.popup-info-btm p {
    margin-bottom: 30px;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: -28px;
    right: -25px;
    z-index: 1;
    font-size: 3rem;
    height: 50px;
    width: 50px;
    background-color: #FF2726;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100px;
}
.close-img:hover {
	color: #fff;
}
/********************************diensten-list********************************/
/***inner-banner***/
.inner-banner{
    position: relative;
}
.inner-banner-content {
    position: absolute;
    bottom: 70px;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 0 143px;
}
.inner-banner::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0.31) 6.72%, rgba(20, 20, 20, 0.00) 100%);
}
/***diensten-list-sec***/
.diensten-list-sec{
    background: #181818;
    padding-top: 122px;
    overflow: hidden;
    border-bottom: 1px solid rgba(24, 24, 24, 0.20);
}
.diensten-list-heading{
    text-align: center;
}
.diensten-list-heading h2 {
    line-height: 72px; 
}
.diensten-list-heading h2 strong {
    color: #fff;
}
.diensten-list-heading p {
    width: 100%;
    max-width: 710px;
    margin: 0 auto;
    padding: 16px 0 66px;
    color: #fff;
}
.each-diensten-list-content {
    padding-right: 20px;
}
.each-diensten-list-content .txt-btn {
    /* color: #181818; */
    line-height: 26px;
}
.each-diensten-list-content .txt-btn::after {
    /* background-image: url(../images/diensten-list-black-arw.svg); */
    width: 13px;
    height: 13px;
    background-size: 13px;
}
.each-list-img-part .row {
    align-items: end;
}
.each-diensten-list-content p {
    width: 100%;
    max-width: 661px;
    margin: 25px 0 42px;
    color: #fff;
}
.each-diensten-list-content h3 strong {
    color: #fff;
}
.diensten-list-area{
    position: relative;
}
.diensten-list-area::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 1px;
    height: 700vh;
    content: "";
    background: rgba(24, 24, 24, 0.20);
}
.each-diensten-list {
    position: relative;
}
.each-diensten-list::before{
    position: absolute;
    left: -12%;
    top: 0;
    width: 200vw;
    height: 1px;
    content: "";
    background: rgba(24, 24, 24, 0.20);
}
.each-list-area:nth-child(odd) .each-list-img-part {
    padding-left: 83px;
}
.each-list-area:nth-child(even) .each-list-img-part {
    padding-left: 0;
    padding-right: 83px;
}
.each-diensten-list-img{
    border-radius: 10px;
    overflow: hidden;
}
.each-diensten-list-img img {
    height: 100%;
    object-fit: cover;
}
.each-diensten-list {
    position: relative;
    padding: 65px 0 60px;
}
.each-list-area:nth-child(even) .each-diensten-list-content{
    padding-left: 39px;
}
.each-list-img-part .col-5 .each-diensten-list-img {
    height: 300px;
}
.each-list-img-part .col-7 .each-diensten-list-img {
    height: 255px;
}
/***diensten-list-btm-slider***/
.home-btm-slider.diensten-list-btm-slider {
    padding-top: 61px;
}
/********************************over-ons********************************/
/***over-ons-top-sec***/
.over-ons-top-sec {
    background: linear-gradient(0deg, #181818 0%, #181818 100%), #FFF;
    padding: 105px 0 162px;
    position: relative;
    overflow: hidden;
}
.over-ons-top-sec .container-fluid {
    position: relative;
    z-index: 1;
}
.over-ons-top-heading{
    text-align: center;
    margin-bottom: 42px;
}
.over-ons-top-heading h2 {
    margin-bottom: 32px;
    line-height: 88px;
}
.over-ons-top-heading p{
    width: 100%;
    max-width: 885px;
    margin: 0 auto;
}
.over-ons-top-area {
    display: flex;
    justify-content: space-between;
    column-gap: 33px;
}
.each-over-ons-top-img{
    border-radius: 10px;
    overflow: hidden;
}
.over-ons-stroke {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 3%;
}
/***over-ons-mid-sec***/
.over-ons-mid-sec {
    position: relative;
    padding: 97px 0 110px;
}
.over-ons-mid-sec::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(46, 46, 46, 0.97);
}
.over-ons-mid-area{
    position: relative;
    z-index: 1;
}
.each-over-ons-mid-left{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-bottom: 73px;
}
.each-over-ons-mid-left p {
    width: 100%;
    max-width: 705px;
}
/* .each-over-ons-mid-left h3, .each-over-ons-mid-left p{
    color: rgba(255, 255, 255, 0.26);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-over-ons-mid-left:hover h3, .each-over-ons-mid-left:hover p{
    color: #fff;
} */
.each-over-ons-mid-left h3 {
    margin-bottom: 17px;
}
.each-over-ons-mid-left:last-child {
    margin-bottom: 0;
}
.over-ons-mid-right {
    /* padding-left: 48px; */
    border-radius: 10px;
    overflow: hidden;
}
.over-ons-mid-right img{
    border-radius: 10px;
    overflow: hidden;
}

.over-ons-mid-left {
    max-width: 650px;
    width: 100%;
}
.over-ons-mid-left ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.over-ons-mid-left li {
    margin-bottom: 60px;
    opacity: 0.26;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-ons-mid-left li:last-child {
    margin-bottom: 0;
}
.over-ons-mid-left li h3 {
    margin-bottom: 20px;
}
.over-ons-mid-left li p {
    color: #fff;
}
.over-ons-mid-left li:hover {
    opacity: 1;
}
/***over-ons-slider-sec***/
.over-ons-slider-sec{
    background: #E2E2E2;
    padding: 133px 0 127px;
}
.team-slider-wrapper {
    padding: 0 27px;
}
.over-ons-slider-title {
    text-align: center;
    margin-bottom: 55px;
}
.over-ons-slider-title h2 {
    line-height: normal;
}
.over-ons-slider-sec .swiper-btm-pegi .swiper-pagination-bullet {
    background-color: rgba(24, 24, 24, 1);
}
.over-ons-slider-sec .swiper-btm-pegi .swiper-pagination-bullet-active {
    background-color: #FF0000;
}
.over-ons-slider-sec .swiper-btm-pegi .swiper-pagination {
    margin-top: 63px;
}
.each-team-member{
    position: relative;
}
.each-team-member-info {
    text-align: center;
    border-radius: 0px 0px 5px 5px;
    background: rgba(255, 39, 38, 0.70);
    backdrop-filter: blur(10px);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 19px 10px 16px;
}
.each-team-member-img{
    position: relative;
}
.each-team-member-img::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(184deg, rgba(0, 0, 0, 0.00) 70.61%, rgba(0, 0, 0, 0.20) 81.12%);
}
.each-team-member-img {
    border-radius: 5px;
    overflow: hidden;
}
.each-team-member-info h5{
    line-height: 24px;
}
.each-team-member-info h6{
    font-family: 'lexend_decalight';
    font-size: 1.4rem;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.75);
}
/********************************aanbod-list********************************/
.aanbod-list-sec {
    padding: 230px 0 70px;
    background: #181818;
}
.each-list-product-area {
    margin-bottom: 32px;
}
.aanbod-filter-part{
    border-radius: 10px;
    background: #2E2E2E;
    padding: 43px 35px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.aanbod-filter-top {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    margin-bottom: 24px;
}
.aanbod-filter-top h4{
    font-family: 'lexend_decasemibold';
    line-height: 32px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
}
.aanbod-filter-top img {
    width: 28px;
    height: 28px;
}
/*.aanbod-list-left {
    padding-right: 24px;
}*/
.aanbod-list-left.make_stiky {
    position: sticky;
    top: 200px;
    /*overflow-y: auto;
    overflow-x: hidden;*/
    margin-bottom: 20px;
}
.filter-sort {
    margin: 18px 0 30px;
}
.filter-sort h4 {
    margin-bottom: 14px;
    text-transform: uppercase;
}
.reset_all_filter {
    border: 1px solid #FF2726;
    border-radius: 50px;
    background-color: #FF2726;
    width: max-content;
    padding: 11px 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: #fff;
	font-size: 1.6rem;
    line-height: 0.32px;
	font-family: 'roboto-regular';
    display: inline-block;
}
.reset_all_filter:hover{
    background: transparent;
    border-color: #fff;
}
.reset_all_filter img {
	width: 9px;
	margin-right: 14px;
	margin-bottom: 2px;
    width: 20px;
    height: 20px;
}
.aanbod-list-top-area .select-style {
    width: 100%;
    height: 42px;
    color: rgba(255, 255, 255, 0.40);
    font-family: 'lexend_decaregular';
    font-size: 1.6rem;
    background: #2D2D2D;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg) no-repeat 95% center / 10px;
    appearance: none;
    line-height: 42px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    align-items: center;
    /*display: flex;*/
}
.aanbod-list-top-area .select-style.show {
    border-radius: 20px 20px 0 0;
    color: #fff;
    border-color: #fff;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'lexend_decaregular';
	background-color: #2D2D2D;
}
.filter-content {
    display: none;
    background-color: #2D2D2D;
    padding: 10px 7px 15px 10px;
    z-index: 2;
    border: 1px solid #fff;
    border-top: 0;
    border-radius: 0 0 20px 20px;
    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-list-top-area label {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'lexend_decaregular';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-list-top-area label:last-child {
	margin-bottom: 0;
}
.aanbod-list-top-area label span {
    float: right;
    color: #fff;
    opacity: 0.65;
}
.aanbod-list-top-area .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-list-top-area .form-check-input:checked {
    background-color: #FF2726;
    border-color: #FF2726;
}
.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:#FF2726;
	font-family: 'lexend_decaregular';
    font-size: 1.4rem;
    border: 1px solid #FF2726;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
	background-color: transparent;
}
.aanbod-filter {
    margin-bottom: 18px;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 128px;
    background-color: #FF2726;
    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: #181818;
    border-color: #181818;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #F9F8F6;
}
.filter-count {
    min-width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 100%;
    color: #181818;
    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;
}
.aanbod-filter-wrap .mobile-show-filter .common-btn::after{
    display: none;
}
.aanbod-filter-wrap .mobile-show-filter strong{
    font-weight: normal;
}
.auto-overview-filter-result .common-btn{
    max-width: 100%;
}
.auto-overview-filter-result .common-btn::after{
    display: none;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #FF2726;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #F9F8F6;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #FF2726;
}
.mobile-filter-close span img {
	width: 9px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #FF2726;
	border-color: #FF2726;
  	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: transparent;
    border-color: #FF2726;
    color: #FF2726;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'lexend_decaregular';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
	width: 100%;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.clear-filter-wrap {
    margin-bottom: 20px;
}

.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:#FF2726;
	font-family: 'lexend_decaregular';
    font-size: 1.4rem;
    border: 1px solid #FF2726;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
	background-color: transparent;
}
.calsty{ 
    border: 0; 
    width: 100%; 
    height: 1000px; 
    background: transparent; 
}
/* language translate css start  */
#google_translate_element{
	height: 0;
    overflow: hidden;
}
.skiptranslate{
    height: 0;
    overflow: hidden;
    visibility: hidden !important;
}
.topbar-images a {
    display: inline-flex;
    margin: 0 12px 0 0;
}
.active_flag {
    -webkit-box-shadow: 0px 0px 9px 2px rgb(237 145 34);
    -moz-box-shadow: 0px 0px 9px 2px rgba(148,148,148,1);
    box-shadow: 0px 0px 9px 2px rgb(237 145 34);
}
.topbar-images a img {
    width: 25px;
}
.header-social {
    margin-top: -17px;
}
body {
	top: 0 !important;
}
/* print pdf */
.print_pdf_cls {
    width: 25px;
    margin-right: 15px;
    margin-top: -5px;
}
/***privacy_section****/
.privacy_section {
    background-color: #181818;
    padding: 120px 0 60px;
}
.privacy_section p {
    color: #fff;
}
.privacy_section h5 {
    color: #fff;
}
.each-filter .select-style {
    text-transform: capitalize;
}
.banner_background_video {
    height: 95vh;
    max-height:95vh;
    overflow: hidden;
}
.banner_background_video .video-js {
    width: 100%;
    height: 900px;
}




/*******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;
}
.widget-btn-area{
	bottom: 2rem;
  	left: 3rem;
  	z-index: 99;
}
.widget-btn{
	border-radius: 10px;
  	background: #FF2726;
	box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  	padding: 1.3rem 2.5rem;
  	font-size: 1.7rem;
  	font-family: 'lexend_decaregular';
  	cursor: pointer;
  	color: #fff;
}	
.widget-btn span:after, .widget-mobile span:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	right: -.5rem;
	content: '';
	width: 1rem;
	height: 1rem;
	background: url(../images/next-white.svg) no-repeat center/ contain;
}
.widget-content{
	background: #1c1c1c;
	padding: 4.5rem;
  	-webkit-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
  	border-radius: 20px;
  	width: 51rem;
  	display: none;
}
.arw-rotate{
	margin-top: -2.5rem;
  	margin-bottom: 1rem;
  	transform: rotate(-90deg);
	cursor:pointer;
}
.widget-content h4, .widget-content h5{
	text-transform: unset;
	color: #fff;
	letter-spacing: normal;
}
.widget-content h4{
  	font-size: 2.4rem;
}
.widget-content h5{
	font-family: 'lexend_decalight';
	font-size: 1.7rem;
	margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
	text-decoration: underline;
	color: #FF2726;
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #FF2726;
  	background: #FF2726;
	padding: 1.2rem 2rem;
	font-size: 1.7rem;
  	font-family: 'lexend_decaregular';
	margin-right: .5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
}
.widget-content button:hover, .widget-mobile button:hover{
	background: #fff !important;
	border-color: #fff !important;
	color: #FF2726 !important;
}

/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 8px 0 6px 0;
    color: #000;
    background-size: cover;
    width: 127px;
    font-family: 'lexend_decaregular';
}

.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
   /* color: #1c1c1c;*/
    border-bottom: 1px solid #fff;
    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;
    background-color: #1a1d1a;
    padding: 5rem 3rem;
    margin-top: 2rem;
}
.form-2 .form-group label 
{
    font-family: 'lama_sansregular';
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 2rem;
}
.form-1 .form-group label
{
    font-family: 'lama_sansregular';
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 2rem;
}
.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#555 calc(1*100%/6),#fff 0 calc(3*100%/6),#555 0),
              linear-gradient(#555 calc(2*100%/6),#fff 0 calc(4*100%/6),#555 0),
              linear-gradient(#555 calc(3*100%/6),#fff 0 calc(5*100%/6),#555 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: #000;
  }
.each-over-ons-top-img img{
	object-fit: cover;
	height: 100%;
}
.each-service-block:hover .each-service-block-hover-info p{
  color:#fff;
}
/*************contact-us-page**********************/
.contact-us-form {
    background-color: #181818;
}
.contact-us-form-btm-sec {
    background-color: #181818;
}










