body {
	padding: 0px;
	margin: 0px;
	color: #FFF;
    font-family: 'Urbanist-Regular';
    font-size: 1.6rem;
	background-color: #161616;
    /*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;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
/*==================================index==================================*/
/*****header*****/
.header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    /* border-bottom: 1px solid #6B6B6A; */
    overflow: hidden;
}
.header-area::after {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: -1;
}
.header-area-active {
    background-color: #161616;
}
.header-wrap {
	padding: 0 0 0 64px;
}
.menu-mid ul {
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
	display: flex;
	column-gap: 72px;
}
.menu-mid li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -26px;
    background-color: #48C347;
    width: 100%;
    height: 3px;
    opacity: 0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.menu-mid li a:hover::after {
	opacity: 1;
}
.menu-mid li a {
    color: #fff;
	font-size: 1.6rem;
	font-family: 'Urbanist-Medium';
	position: relative;
}
.menu-mid li a:hover {
	color: #48C347;
}
.menu-mid li {
    display: inline-block;
	padding-left: 0;
}
.header-logo img {
    width: 176px;
}
.menu-mid-wrap {
    display: flex;
    align-items: center;
	justify-content: center;
    position: relative;
}
.menu-mid-right {
    cursor: pointer;
	color: #fff;
	font-size: 1.6rem;
	font-family: 'Urbanist-Medium';
	display: flex;
    align-items: center;
	justify-content: center;
    column-gap: 2px;
	margin-left: 56px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 22px 0;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.menu-mid li::after {
	display: none;
}
.header-area.stiky {
    left: 0;
    top: 0;
	position: fixed;
	width: 100%;
	background-color: #161616;
}
.hamberger-wrap div {
    background-color: #fff;
    height: 1px;
    width: 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 2px;
    overflow: hidden;
}
.hamburger {
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 10px;
    margin-top: -3px;
}
.hamburger:hover {
    opacity: 1 !important;
}
.hamberger-wrap div:first-child{
    display: none;
}
.hamberger-wrap div:nth-child(even){
    margin: 4.5px 0;
}
.menu-mid-wrap::after {
    content: '';
    position: absolute;
    left: -32px;
    top: -32px;
    background-color: rgba(255, 255, 255, 0.50);
    height: 100vh;
    width: 1px;
}
/****mega-menu****/
.mega-menu {
    position: fixed;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background-color: #fff;
    padding: 58px 0;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-top: 20px;
    height: auto;
	clip-path: inset(0 0 100% 0);
}
.mega-menu.active {
	clip-path: inset(0 0 0 0);
}
.mega-menu-wrap {
    height: 100%;
    overflow: hidden;
}
.mega-menu-nav::-webkit-scrollbar,
.mega-menu-info::-webkit-scrollbar {
    display: none;
}
.mega-menu-nav li {
	padding-left: 0;
}
.mega-menu-nav li::after {
	display: none;
}
.mega-menu-nav li a:hover {
	color: #48C347;
}
.mega-menu-title h4 {
    font-family: 'Urbanist-Medium';
	text-transform: uppercase;
    color: #161616;
    font-size: 2.6rem;
}
.mega-menu-img {
    display: flex;
    column-gap: 20px;
}
.mega-menu-nav {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    position: relative;
    z-index: 1;
}
.mega-menu-img-part {
    /* width: 50%; */
    display: flex;
    column-gap: 20px;
	position: relative;
}
.mega-menu-img-part-info {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
}
.mega-menu-img-part-info h6 {
	font-size: 1.6rem;
	font-family: 'Urbanist-Medium';
}
.mega-menu-nav li {
	margin-bottom: 10px;
	padding-left: 0;
}
.mega-menu-nav li::after {
	display: none;
}
.mega-menu-contact {
    margin: 10px 0 20px;
}
.mega-menu-nav li a {
	color: #161616;
	font-size: 1.6rem;
	font-family: 'Urbanist-Medium';
}
.mega-menu-contact a {
	color: rgba(22, 22, 22, 0.7);
}
.mega-menu-social ul {
    display: inline-flex;
    column-gap: 15px;
    margin-bottom: 0;
}
.mega-menu-social li {
	padding-left: 0;
}
.mega-menu-social li::after {
	display: none;
}
.mega-menu-social li a {
    height: 39px;
    width: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(22, 22, 22, 0.2);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 10px;
}
.mega-menu-social li a img {
    width: 14px;
    filter: brightness(0.7);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mega-menu-social li a:hover {
    border-color: #48C347;
}
.mega-menu-social li a:hover img {
    filter: brightness(0) saturate(100%) invert(59%) sepia(18%) saturate(1557%) hue-rotate(71deg) brightness(104%) contrast(94%);
}
.mega-menu-big-text h1 {
	-webkit-text-stroke-width: 1;
	-webkit-text-stroke-color: #161616;
	font-family: 'Urbanist-Regular';
	font-size: 20rem;
	line-height: normal;
	text-transform: uppercase;
	-webkit-text-fill-color: transparent;
    -webkit-text-stroke: .5px;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #48C347;
	opacity: 0.5;
}
.mega-menu-big-text {
    position: absolute;
    z-index: -1;
    top: 122px;
}
.mega-menu-info {
	display: table;
	margin-left: auto;
}
/* .menu-mid-right:hover {
    color: #48C347;
} */
/* .menu-mid-right:hover .hamberger-wrap div {
    background-color: #48C347;
}; */
.mega-menu-nav li a:hover {
	color: #48C347;
}
.mega-menu-contact a:hover {
	color: #48C347;
}
.mega-contact-menu {
	display: none;
}
/****fixed-wp****/
.fix-wp a {
    position: fixed;
    right: 30px;
    bottom: 50px;
    width: 52px;
    height: 52px;
    border-radius: 100px;
    background-color: #25D366;
    z-index: 98;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-wp a img {
    width: 26px;
}
/****banner****/
.banner-sec {
	position: relative;
}
.banner-content {
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	left: 0;
	z-index: 2;
	width: 100%;
}
.banner-video, .each-banner {
	height: 925px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-logo img {
	width: 669px;
}
.banner-content h5 {
    color: #fff;
	font-family: 'Urbanist-Medium';
    margin-top: 20px;
    line-height: normal;
}
.banner-social {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3.8%;
    z-index: 2;
}
.banner-social ul {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}
.banner-social li {
	padding-left: 0;
}
.banner-social li::after {
	display: none;
}
.banner-social li a {
    height: 39px;
    width: 39px;
    border: 1px solid #2F3733;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.banner-social li a:hover {
	border-color: rgba(255, 255, 255, 0.2);
}
.banner-social li a img {
	width: 14px;
}
.banner-mark {
    position: absolute;
    bottom: -28%;
    left: 0;
    z-index: 2;
    pointer-events: none;
}
.banner-btm {
    position: absolute;
    bottom: 8.5%;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    max-width: 937px;
    margin: 0 auto;
    width: 100%;
    z-index: 2;
}
.banner-btm-part {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    flex-wrap: wrap;
}
.banner-btm-part a {
    width: 32%;
}
.each-banner-btm {
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    padding: 15px 24px;
    column-gap: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-banner-btm:hover {
    background: #48C347;
    box-shadow: 0px 10px 50px 0px rgba(72, 195, 71, 0.30);
}
.each-banner-btm-info h5 {
	font-size: 1.6rem;
	line-height: 22px;
	letter-spacing: 0.16px;
	color: #fff;
	font-family: 'Urbanist-SemiBold';
}
.each-banner-btm-info h6 {
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: 0.14px;
    position: relative;
    padding-right: 25px;
    display: inline-block;
}
.each-banner-btm-info h6::after {
    content: '';
    position: absolute;
    background-image: url(../images/txt-white-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    height: 12px;
    width: 12px;
    right: 0;
    top: 4px;
}
.banner-sec::after {
    background: linear-gradient(180deg, rgba(22, 22, 22, 0.00) 0%, rgba(22, 22, 22, 0.90) 80.11%);
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 42%;
    width: 100%;
    pointer-events: none;
    z-index: 1;
}
/****product-sec****/
.product-sec {
	background-color: #f4f4f4;
	padding: 75px 0 120px;
	position: relative;
	overflow-x: hidden;
}
.product-title-left p {
    max-width: 685px;
    margin-bottom: 0;
    margin-top: 5px;
}
.product-title {
	margin-bottom: 50px;
}
.each-product-slider {
	transition: all 0.5s;
  	-webkit-transition: all 0.5s;
    border-radius: 10px;
    overflow: hidden;
}
.each-product-slider-info {
	background-color: #fff;
	padding: 20px 34px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-slider:hover .each-product-slider-info {
	background-color: #2F3733;
}
.product-model h5 {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	transition: all 0.6s;
  	-webkit-transition: all 0.6s;
}
.product-model ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 6px;
}
.product-model li {
    color: rgba(22, 22, 22, 0.70);
    font-family: 'Urbanist-Medium';
    font-size: 1.6rem;
    line-height: 28px;
    margin-right: 6px;
    padding-right: 6px;
    padding-left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-model li::before {
    content: "";
    height: 55%;
    width: 1px;
    background-color: rgba(22, 22, 22, 0.70);
    right: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}
.product-model li::after {
    display: none;
}
.product-price h5 {
    font-family: 'Urbanist-SemiBold';
    color: #2F3733;
    font-size: 2rem;
    line-height: 22px;
    margin-bottom: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-price h6 {
    font-size: 1.4rem;
    line-height: 22px;
    color: #161616;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-slider:hover .product-model h5, 
.each-product-slider:hover .product-price h5,
.each-product-slider:hover .product-price h6{
	color: #fff;
}
.each-product-slider:hover .each-product-slider-info li {
	color: rgba(255, 255, 255, 0.70);
}
.each-product-slider:hover .each-product-slider-info li::before {
    background-color: rgba(255, 255, 255, 0.70);
}
.product-slider .common-arrow {
    top: 40%;
}
.product-slider .swiper-button-next {
    right: -2.2%;
}
.product-slider .swiper-button-prev {
    right: auto;
    left: -2.2%; 
}
.product-btn {
    text-align: center;
    margin-top: 30px;
    display: none;
}
/****service-sec****/
.service-sec {
    padding: 60px 0;
    position: relative;
}
.service-top-mark {
    position: absolute;
    top: -12%;
    right: 0;
    z-index: 1;
    pointer-events: none;
}
.service-btm-mark {
    position: absolute;
    bottom: -7%;
    left: 0;
    z-index: 1;
    pointer-events: none;
}
.service-title {
    max-width: 855px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px;
}
.service-title h3 {
    color: #fff;
}
.service-title p {
    margin-bottom: 0;
    margin-top: 8px;
}
.each-service-img {
    height: 661px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
}
.each-service-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.each-service-title h3 {
    color: #fff;
}
.service-slider .swiper-button-next {
    right: 11%;
}
.service-slider .swiper-button-prev {
    left: 11%;
    right: auto;
}
.service-slider .common-arrow {
    border-radius: 62.101px;
    border: 0.7px solid rgba(255, 255, 255, 0.50);
}
.service-slider .common-arrow img {
    filter: brightness(0) invert(1);
}
.service-slider .common-arrow:hover {
    border-color: #48C347;
}
/* .service-pegi {
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
	z-index: 1;
}
.service-pegi .swiper-pagination {
    color: transparent;
    font-size: 1.4rem;
    background-color: transparent;
    font-family: 'Urbanist-SemiBold';
    line-height: 21px;
    letter-spacing: 0.28px;
}
.service-pegi .swiper-pagination {
    display: flex;
    justify-content: space-between;
    max-width: 100px;
    margin: 0 auto;
}
.service-pegi .swiper-pagination-current {
    color: #fff;
}
.service-pegi .swiper-pagination-total {
    color: #fff;
} */
/* .service-pegi .swiper-pagination::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    height: 1px;
    width: 60%;
} */
.service-btn {
    text-align: center;
    margin-top: 52px;
}
#fraction {
    position: absolute;
    top: 45px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    min-width: 100px;
}
.service-slider .common-pagination.swiper-pagination {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    bottom: 49px;
    margin: 0;
    display: inline-block;
    width: auto;
}
.service-slider .common-pagination .swiper-pagination-bullet {
    margin: 0 11px !important;
}
.swiper-fraction {
    position: relative;
}
.swiper-fraction::after {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    background-color: #fff;
    height: 1px;
    width: 100%;
}
.swiper-fraction span {
    margin: 0 -20px;
    font-family: 'Urbanist-SemiBold';
    font-size: 1.4rem;
    letter-spacing: 0.28px;
    line-height: 21px;
}
/******marquee-sec******/
.marquee-sec {
    background-color: #2F3733;
    padding: 43px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.marque-wrap{
	white-space: nowrap;
}
.marque-wrap:hover .marque-txt{
	animation-play-state: paused;
}
.marque-txt{
	display: flex;
	animation: 40s slide infinite linear;
}
.marque-txt ul {
	margin-bottom: 0;
}
.marque-txt li {
	display: inline-block;
	color: #fff;
    font-family: 'Urbanist-Medium';
    font-size: 1.6rem;
	padding-left: 97px;
	line-height: 24px;
	letter-spacing: 0.32px;
	position: relative;
	margin-left: 78px;
}
.marque-txt li::after {
    top: 5px;
    height: 16px;
    width: 23px;
    background-image: url(../images/marquee-img.svg);
    background-size: 15px;
}
@keyframes slide{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(-100%);
	}	
}
/****about-sec****/
.about-bg {
    padding: 133px 0 225px;
    position: relative;
}
.about-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(22, 22, 22, 0.98) 0%, rgba(22, 22, 22, 0.93) 100%);
}
.about-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(22, 22, 22, 0) 0%, rgba(22, 22, 22, 1) 100%);
}
.about-info {
    margin-top: 75px;
}
.about-logo {
    margin-top: 15px;
    width: 459px;
}
.about-info p {
    margin: 43px 0 25px;
    max-width: 430px;
    width: 100%;
}
.about-wrap {
    position: relative;
    z-index: 1;
    max-width: 1142px;
    margin: 0 auto;
}
.about-sign-part h4 {
    font-size: 3rem;
    font-family: 'MoonDance-Regular';
    line-height: normal;
    letter-spacing: 0.6px;
    color: #48C347;
    margin-left: -35px;
}
.about-sign-part {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.about-left-img {
    height: 517px;
    border-radius: 10px;
    overflow: hidden;
}
.about-left-img img,
.about-right-img img {
    height: 100%;
    object-fit: cover;
}
.about-right-img {
    height: 665px;
    position: relative;
}
.about-right-img img {
    border-radius: 10px;
    overflow: hidden;
}
.about-circle:hover::after {
    background: linear-gradient(31deg, #48C347 21.71%, #48C347 85.42%);
}
.about-circle-part {
    position: relative;
    z-index: 1;
}
.about-circle {
    width: 128px;
    height: 128px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    left: 40%;
    bottom: 70px;
    font-family: 'Urbanist-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.8px;
}
.about-circle::after {
    content: "";
    position: absolute;
    background-image: url(../images/over-circle.svg);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    background-size: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    filter: drop-shadow(0px 10px 50px rgba(72, 195, 71, 0.40));
    backdrop-filter: blur(10px);
    z-index: -1;
}
.about-right .col-4 {
    width: 30%;
}
.about-right .col-8 {
    width: 70%;
}
.about-right {
    padding-left: 60px;
}
.about-circle:hover {
    color: #fff;
}
/****usp-block****/
.usp-block {
    position: relative;
    overflow-x: clip;
}
.usp-text-wrapper {
	white-space: nowrap;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 1000%;
	width: 100vw;
}
.usp-text-wrapper h4{
	display: inline-block;
	color: #fff;
	font-family: 'PlayfairDisplay-Medium';
	font-size: 6.4rem;
	line-height: normal;
	letter-spacing: normal;
}
.usp-text-wrapper h4 span{
	margin-right: 40px;
	position: relative;
}
.usp-text-wrapper h4 strong {
	color: #48C347;
}
.usp-block-img-part {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.usp-block-img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.each-usp-img {
    width: 25%;
    border-radius: 10px;
    overflow: hidden;
}
.usp-text-wrapper-first {
    z-index: -1;
    position: relative;
}
/* .each-usp-img img {
    height: 100%;
    object-fit: cover;
} */
/****review-sec****/
.review-sec {
    padding: 112px 0;
}
/****insta-slider****/
.insta-slider {
    position: relative;
    padding-bottom: 30px;
    overflow-x: clip;
}
.insta-slider-wrap {
    margin-left: -35px;
    margin-right: -35px;
}
.insta-slider-mark {
    position: absolute;
    pointer-events: none;
    right: 0;
    top: -36%;
}
.each-insta-gal {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.each-insta-gal::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(22, 22, 22, 0.70);
    backdrop-filter: blur(2.5px);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-insta-gal-info {
    column-gap: 10px;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 15px;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-insta-gal:hover::after,
.each-insta-gal:hover .each-insta-gal-info {
    opacity: 1;
}
.each-insta-gal-info h6 {
    line-height: 24px;
    font-family: 'Urbanist-SemiBold';
}
/****footer-area****/
.footer-area {
    padding: 0 0 75px;
    position: relative;
    overflow: hidden;
}
.footer-info {
    display: flex;
    justify-content: center;
}
.footer-social ul {
    display: inline-flex;
    column-gap: 15px;
    margin-bottom: 0;
}
.footer-social li {
    padding-left: 0;
}
.footer-social li::after {
    display: none;
}
.footer-social li a {
    height: 39px;
    width: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 10px;
}
.footer-social li a:hover {
    border-color: #48C347;
}
.footer-social li a:hover img {
    filter: brightness(0) saturate(100%) invert(59%) sepia(18%) saturate(1557%) hue-rotate(71deg) brightness(104%) contrast(94%);
}
.each-footer-info a {
    font-family: 'Urbanist-Medium';
    color: rgba(255, 255, 255, 0.50);
    line-height: 30px;
}
.each-footer-info a:hover {
    color: #48C347;
}
.each-footer-info td:nth-child(odd) {
    padding-right: 15px;
}
.each-footer-info td,
.each-footer-info p {
    color: rgba(255, 255, 255, 0.50);
    font-family: 'Urbanist-Medium';
    line-height: 24px;
}
.each-footer-info a img {
    margin-top: -2px;
}
.each-footer-info a:hover img {
    filter: brightness(0) saturate(100%) invert(59%) sepia(18%) saturate(1557%) hue-rotate(71deg) brightness(104%) contrast(94%);
}
.each-footer-info h6 {
    margin-bottom: 17px;
}
.each-footer-info p {
    margin-bottom: 0;
    margin-top: 7px;
}
.footer-social {
    margin-top: 65px;
}
.footer-area::after {
    content: "";
    position: absolute;
    top: 0;
    background-color: rgba(255, 255, 255, 0.1);
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    height: 1px;
}
.each-footer-info {
    position: relative;
    padding: 0 90px;
}
.each-footer-info::after {
    content: "";
    position: absolute;
    top: -44%;
    background-color: rgba(255, 255, 255, 0.1);
    width: 1px;
    left: 0;
    height: 100vh;
}
.footer-area .container {
    margin-top: 56px;
}
.footer-area .col-lg-2 {
    width: 20%;
}
.footer-area .col-lg-10 {
    width: 80%;
}
.footer-mobile-opening {
    display: none;
}
/*==================================service-list==================================*/
/****inner-banner****/
.inner-banner-content {
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    left: 0;
    z-index: 2;
    width: 100%;
}
.each-inner-banner {
    position: relative;
}
.each-inner-banner::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 65%;
    width: 100%;
    background: linear-gradient(180deg, rgba(22, 22, 22, 0.00) 0%, rgba(22, 22, 22, 0.80) 80.11%);
}
/****service-top****/
.service-top {
    position: relative;
    padding-top: 95px;
}
.service-list-top-mark {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}
.service-top h2 {
    z-index: 1;
    position: relative;
}
.service-top p {
    max-width: 700px;
    width: 100%;
    margin-bottom: 0;
    margin-top: 18px;
}
/****list-sec****/
.list-sec {
  padding: 74px 0;
}
.each-list {
    border-radius: 20px;
    overflow: hidden;
    height: 371px;
    position: relative;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-list img {
    height: 100%;
    object-fit: cover;
}
.each-list-info h5 {
    color: #fff;
    margin-bottom: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-list-info p {
    margin-bottom: 0;
    max-width: 385px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-list-info {
    padding: 20px 28px;
    position: relative;
    z-index: 1;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-list::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-color: #2F3733;
	height: 100%;
	width: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-list:hover::after {
	opacity: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.custom_service-list:before {
    content: "Lees meer";
}
.list-sec .col-lg-4 {
    padding: 0 12px;
}
.list-sec .row {
    margin: 0 -12px;
    row-gap: 24px;
}
.list-sec .col-lg-6 {
    padding: 0 12px;
}
/*==================================vacature-list==================================*/
/****vacature-list-page****/
.vacature-list-page .service-top {
    text-align: center;
}
.vacature-list-page .service-top p {
    max-width: 1050px;
    margin: 0 auto 25px;
}
.vacature-list-page .service-top h2 {
    margin-bottom: 27px;
}
/*==================================vacature-dtl==================================*/
.vacature-dtl-insta {
    padding-top: 60px;
}
.vacature-dtl-insta .insta-slider-mark {
    top: -25%;
}
/*==================================service-dtl==================================*/
/****.service-dtl-page****/
.service-dtl-page .header-area {
    background-color: #161616;
}
/****back-btn****/
.back-btn {
	padding: 156px 0 90px;
	text-align: center;
}
.back-btn .button {
    flex-direction: row-reverse;
}
.back-btn .button span {
    margin-left: 0;
    margin-right: 14px;
}
.back-btn .button span:after {
    transform: rotate(180deg);
}
/****service-dtl-top-img-sec****/
.service-dtl-top-img-sec-title {
    max-width: 800px;
    margin: 0 auto 100px;
    text-align: center;
}
.service-dtl-top-img-sec-title p {
	margin-top: 15px;
	margin-bottom: 0;
}
.service-dtl-top-img {
    height: 498px;
    width: 85vw;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
}
.service-dtl-top-img img{
    height: 100%;
    object-fit: cover;
}
/****service-dtl-mid-sec****/
.service-dtl-mid-sec {
	padding: 120px 0 70px;
	overflow-x: clip;
}
/* .left-block {
    transform: rotateZ(-30deg);
	transition: all 0.5s;
	position: relative;
	left: -40%;
} */
.right-block {
    transform: rotateZ(30deg);
	transition: all 0.5s;
	position: relative;
	right: -40%;
    border-radius: 10px;
    overflow: hidden;
}
.service-dtl-mid-part-info p {
    max-width: 585px;
    width: 100%;
}
.service-dtl-mid-part-info h2 {
    margin-bottom: 20px;
}
.service-dtl-mid-part-info {
    padding-right: 30px;
}
/****service-dtl-btm-block****/
.service-dtl-btm-block {
    padding-bottom: 88px;
}
.service-dtl-btm-block-img {
    border-radius: 10px;
    overflow: hidden;
}
.service-dtl-btm-block-info {
    padding-left: 63px;
}
.service-dtl-btm-block-info p {
    margin-bottom: 12px;
}
.service-dtl-btm-block-info h2 {
    margin-bottom: 15px;
}
.service-dtl-btm-block-info ul {
    margin-bottom: 15px;
}
/****form-sec****/
.form-sec .form-bg {
    padding-top: 86px;
    padding-bottom: 86px;
}
.form-sec .each-footer-info::after {
    display: none;
}
.form-info-title h6 {
    font-family: 'Urbanist-Regular';
    line-height: 14px;
    color: #F9F8F6;
}
.form-info-title h2 {
    color: #F9F8F6;
    margin: 20px 0 85px;
    font-family: 'PlayfairDisplay-Regular';
}
.form-sec .each-footer-info {
    padding: 0;
}
.form-sec .each-footer-info h6 {
    color: #48C347;
}
.form-sec .each-footer-info:nth-child(odd) {
    margin: 35px 0;
}
.form-left-info {
    margin-top: 26px;
    padding-right: 15px;
}
.form-right h5 {
    color: #F9F8F6;
    font-family: 'Urbanist-Regular';
    line-height: 37.92px;
    letter-spacing: 0.48px;
    margin-bottom: 80px;
}
.form-right {
    margin-top: 25px;
    padding-left: 63px;
    height: 100%;
}
.form-sec .form-group {
    margin-bottom: 30px;
    position: relative;
}
.form-sec .form-styl {
    color: #F9F8F6;
    font-size: 2.4rem;
    line-height: 26px;
    border-radius: 0;
    overflow: hidden;
    background: transparent;
    font-family: 'Urbanist-Light';
    resize: none;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    outline: none;
    padding: 12px 0;
}
.form-sec .form-styl:focus{
    color: #F9F8F6;
    background: transparent;
    outline: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 2.4rem;
    line-height: 16px;
}
.form-sec .form-styl.photo_upload,
.form-sec .form-styl.foto_upload {
    line-height: 26px;
    font-size: 1.6rem;
    font-family: 'Urbanist-Regular';
    color: #F9F8F6;
}
.form-sec .form-label {
    color: #F9F8F6;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin-bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: transparent;
    font-family: 'Urbanist-Regular';
    pointer-events: none;
    line-height: 26px;
    font-size: 1.6rem;
}
.form-sec .focus-input .form-label {
    top: -9px;
    font-size: 1.6rem;
    line-height: 26px;
    color: rgba(249, 248, 246, 0.70);
    font-family: 'Urbanist-Light';
}
.form-sec textarea.form-styl {
    height: 50px;
}
.form-sec .form-group.form-comment {
    margin-bottom: 0;
}
.form-btn {
    margin-top: 100px;
}  
.form-right .about-circle {
    font-size: 1.4rem;
    letter-spacing: 0.7px;
    height: 104px;
    width: 104px;
    margin-left: 0;
    margin-right: auto;
    left: 0;
    background-color: transparent;
    border: 0;
    color: #fff;
}
.form-right .about-circle::after {
    filter: none;
}
.form-right-title {
    display: none;
}
.form-right .form-style.photo_upload,
.form-right .form-style.foto_upload {
    color: rgba(249, 248, 246, 0.70);
}
.form-sec .form-style:placeholder {
	color: rgba(249, 248, 246, 0.70);
}
.form-sec .form-style:-ms-input-placeholder {
	color: rgba(249, 248, 246, 0.70);
}
.form-sec .form-style::placeholder {
	color: rgba(249, 248, 246, 0.70);
}
.form-sec .form-style:focus {
    box-shadow: none;
    color: #F9F8F6;
    background-color: transparent;
}
.form-sec .form-style:focus::placeholder {
    color: #F9F8F6;
}
.form-img {
    height: 100%;
}
.form-img img {
    height: 100%;
    object-fit: cover;
}
.form-wp {
    margin-left: 5px;
}
/****service-dtl-page****/
.service-dtl-page .service-sec {
    padding: 88px 0 52px;
}
.service-dtl-page .service-title {
    margin-bottom: 68px;
}
/*==================================vacature-dtl==================================*/
/****vacature-dtl-page****/
.vacature-dtl-page .service-dtl-mid-part-info .download-btn {
    padding: 12px 20px;
    border-radius: 10px;
    border: 1px solid #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #FFF;
    font-family: 'Urbanist-Medium';
    font-size: 1.6rem;
    line-height: 24px; 
}
.vacature-dtl-page .service-dtl-mid-part-info .download-btn-part {
     margin: 38px 0 54px;
}
.vacature-dtl-page .service-dtl-mid-part-info .download-btn img {
    margin-left: 8px;
    margin-top: -2px;
}
/*==================================contact==================================*/
/****contact-map-sec****/
.map {
	height: 100%;
    border-radius: 10px 0px 0px 10px;
    overflow: hidden;
    position: relative;
}
.contact-left-img {
	height: 100%;
    position: relative;
}
.contact-left-img img {
	height: 100%;
	object-fit: cover;
}
.contact-left-img {
    border-radius: 0px 10px 10px 0px;
    overflow: hidden;
}
.contact-map-sec {
    padding-bottom: 92px;
    overflow-x: clip;
}
.contact-left-img::after,
.map::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, #161616 0%, rgba(22, 22, 22, 0.00) 100%);
    height: 60%;
    width: 100%;
    pointer-events: none;
}
/*==================================over-ons==================================*/
/****over-ons-top****/
.over-ons-top {
    padding: 165px 0 260px;
    position: relative;
}
.over-ons-top-mark {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.over-ons-top-heading {
	position: relative;
	z-index: 1;
	margin-bottom: 190px;
}
.over-ons-top-heading h2 {
    font-size: 8rem;
    line-height: 88px;
}
.over-ons-top p {
    max-width: 675px;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
	margin-bottom: 0;
}
.each-over-ons-img {
    border-radius: 10px;
    overflow: hidden;
}
.over-ons-img .col-lg-6 {
	width: 60%;
}
.over-ons-img .col-lg-3 {
	width: 20%;
	margin-bottom: -100px;
}
.each-over-ons-img {
	transition: all 0.5s;
	position: relative;
}
.each-over-mid {
	transform: scale(1.5);
}
.each-over-left {
	right: -80%;
	opacity: 0.2;
}
.each-over-right {
	left: -80%;
	opacity: 0.2;
}
/****over-ons-page****/
.over-ons-page .about-sec {
    padding-top: 190px;
}
.over-ons-page .about-bg {
    background-color: #2F3733;
    padding: 45px 0 45px;
     position: relative;
}
.over-ons-about-mark {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}
.over-ons-page .about-bg::before,
.over-ons-page .about-bg::after {
    display: none;
}
.over-ons-page .about-circle-part {
    display: none;
}
.over-ons-page .about-wrap {
    max-width: 100%;
}
.over-ons-page .about-info h3 {
    color: #fff;
}
.over-ons-page .about-right {
    padding-left: 0;
}
.over-ons-page .about-right .col-8 {
    width: 71%;
}
.over-ons-page .about-right .col-4 {
    width: 29%;
}
.over-ons-page .about-info p {
    margin: 20px 0 25px;
}
.over-ons-page .about-info {
    padding-right: 30px;
}
.over-ons-page .about-sec .col-lg-7 {
    width: 50%;
}
.over-ons-page .about-sec .col-lg-5 {
    width: 50%;
}
/****over-ons-gallery****/
.over-ons-gallery {
    padding-top: 115px;
    overflow-x: hidden;
}
.over-ons-gal-area {
    position: relative;
}
.over-ons-gal-area::after {
    content: '';
    background: linear-gradient(0deg, #161616 0%, rgba(22, 22, 22, 0.00) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 45%;
    width: 100%;
    pointer-events: none;
}
.over-ons-gal-title {
    text-align: center;
    margin-bottom: 100px;
}
.over-ons-gal-title p {
    max-width: 750px;
    margin: 19px auto 0;
}
.each-gal-img {
    height: 403px;
    border-radius: 10px;
    overflow: hidden;
}
.each-gal-img img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gal-small {
    height: 267px;
}
.each-gal-big {
    height: 494px;
}
.each-gal-mid {
    height: 387px;
}
.each-gal-first,
.each-gal-second,
.each-gal-third,
.each-gal-fourth {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
}
.each-gal-first .each-gal-img {
    border-radius: 0px 10px 10px 0px;
}
.each-gal-fourth .each-gal-img {
    border-radius: 10px 0px 0px 10px;
}
.over-ons-gal-area .col-3 {
    padding: 0 9px;
}
.over-ons-gal-area .row {
    margin: 0 -9px;
}
.each-big-social {
    position: relative;
}
.each-gal-big-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 26px 24px;
}
.each-gal-big-link h6 {
    font-family: 'Urbanist-SemiBold';
    line-height: 24px;
}
.each-gal-img:hover img {
    transform: scale(1.1);
}
/****team-member-sec****/
.team-member-sec {
    padding: 208px 0 80px;
}
.team-member-title {
    text-align: center;
    margin-bottom: 50px;
}
.team-member-wrap {
    max-width: 1065px;
    margin: 0 auto;
}
.each-team-member-img {
    border-radius: 10px;
    overflow: hidden;
}
.each-team-member-info {
    margin-top: 30px;
}
.each-team-member-info h6 {
    font-family: 'PlayfairDisplay-Medium';
    text-transform: uppercase;
}
.each-team-member-info p {
    line-height: normal;
    margin-bottom: 0;
    margin-top: 10px;
}
/*==================================aanbod-list==================================*/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 147px 0 50px;
}
.aanbod-filter-title h3 {
    color: #fff;
}
.aanbod-filter-main {
    position: relative;
    z-index: 2;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
    color: rgba(255, 255, 255, 0.75);
    font-family: 'Urbanist-Light';
    line-height: 22.4px;
    letter-spacing: 0.32px;
    font-size: 1.6rem;
}
.filter-reset a:hover {
    color: #48C347;
}
.filter-reset-mobile {
    display: none;
}
.filter-reset-desktop {
    text-align: end;
    margin-bottom: 30px;
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 48px;
    padding: 0 35px 0 18px;
    background: url(../images/filter-arrow.svg) no-repeat 89% center / 12px;
    background-color: #161616;
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.4);
    cursor: default;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-size: 1.4rem;
    font-family: 'Urbanist-Regular';
}
.aanbod-filter-sec .select-style.show {
    border-radius: 0;
}
.aanbod-filter-sec .select-style:hover {
    border-color: #fff;
    background: url(../images/filter-arrow-white.svg) no-repeat 89% center / 12px;
    color: #fff;
}
.aanbod-filter-sec .select-style:hover,
.aanbod-filter-sec .select-style.show {
	background-color: transparent;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option {
	font-family: 'Urbanist-Medium';
	background-color: #161616;
}
.filter-content {
    display: none;
    background-color: #161616;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #fff;
    border-top: 0;
    border-radius: 0;
    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-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: 15px;
    height: 15px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 0;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #48C347;
    border-color: #48C347;
}
.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;
    background-color: #48C347;
    font-size: 1.4rem;
    border: 1px solid #48C347;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
	background-color: transparent;
}
.aanbod-filter {
	margin-bottom: 18px;
	width: 25%;
}
.total_search_records {
	margin-top: 30px;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
	width: 257px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.aanbod-filter-left .col-lg-3 {
	width: 25%;
}
.mobile-show-filter .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #48C347;
    border: 1px solid #48C347;
    max-width: max-content;
    padding: 10px 15px;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
}
.filter-count {
    min-width: 20px;
    height: 20px;
    background-color: #161616;
    border-radius: 100%;
    color: #fff;
    border: 1px solid #161616;
	margin-left: 18px;
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn:hover .filter-count {
	background-color: #48C347;
    border-color: #48C347;
    color: #fff;
}
.mobile-show-filter {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 67px;
    background-color: #161616;
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 10px;
    border-radius: 0;
    margin: 0 auto;
}
.mobile-filter-close {
    padding: 15px 20px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #48C347;
}
.mobile-filter-close span {
    max-width: 32px;
    width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: auto;
}
.mobile-filter-close span img {
	width: 9px;
	filter: invert(1);
	-webkit-filter: invert(1);
} 
.auto-overview-filter-result .common-btn {
	margin-top: 0;
	background-color: #48C347;
	border: 1px solid #48C347; 
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
  }
.auto-overview-filter-result h4{
	font-size: 1.6rem;
	color: #fff;
}
.auto-overview-filter-result .common-btn:hover {
	background-color: transparent;
	border-color: #48C347;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Urbanist-Medium';
    text-transform: none;
    letter-spacing: normal;
}
/****aanbod-list-product-sec****/
.aanbod-list-product-sec {
    padding-bottom: 72px;
}
.aanbod-list-product-sec .col-xl-4 {
    padding: 0 7px;
}
.aanbod-list-product-sec .row {
    margin: 0 -7px;
    row-gap: 14px;
}
.aanbod-list-product-sec .product-model h5 {
    font-size: 1.8rem;
    line-height: 25px;
}
.aanbod-list-product-sec .product-model li {
    font-size: 1.4rem;
    line-height: 25px;
}
.aanbod-list-product-sec .each-product-slider-info {
    padding: 15px 20px;
}
/*==================================aanbod-dtl==================================*/
/****aanbod-back-btn****/
.aanbod-dtl-page .back-btn {
    padding-top: 146px;
    text-align: start;
    padding-bottom: 0;
}
/****pdf-btn-sec****/
.pdf-btn {
    border-radius: 10px;
    border: 1px solid #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #fff;
}
.pdf-btn img {
    width: 17px;
    height: 17px;
    margin-left: 8px;
}
.pdf-btn:hover {
    background-color: #48C347;
}
.pdf-btn-sec {
    text-align: end;
    margin-top: -46px;
    display: none;
}
/****aanbod-top-sec****/
.aanbod-top-sec {
    padding: 60px 0 35px;
    position: relative;
    overflow: hidden;
}
.aanbod-top-area {
    position: relative;
    z-index: 1;
}
.aanbod-top-title h3 {
    color: #fff;
    line-height: 40px;
}
.aanbod-top-title h3 strong,
.aanbod-top-price h3 strong {
    display: block;
    font-size: 3.2rem;
}
.aanbod-top-title h3 strong {
    font-family: 'Urbanist-Medium';
    color: rgba(255, 255, 255, 0.70);
    margin-top: 6px;
}
.aanbod-top-price {
    text-align: end;
}
.aanbod-top-price h3 {
    font-family: 'Urbanist-SemiBold';
    line-height: 36px;
    color: #fff;
}
.aanbod-top-price h3 strong {
    font-family: 'Urbanist-Medium';
    color: #fff;
    margin-top: 4px;
}
.aanbod-top-mark {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
}
/****aanbod-top-slider-sec****/
.aanbod-top-slider-sec {
    overflow: hidden;
}
.aanbod-top-slider-wrap {
	width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}
.aanbod-top-slider-wrap::after {
    content: "";
    height: calc(100% - 67%);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(22, 22, 22, 0.00) 0%, #161616 96.49%);
    z-index: 1;
}
.aanbod-top-slider .each-top-slider-img::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(22, 22, 22, 0.70) 0%, rgba(22, 22, 22, 0.70) 100%);
}
.aanbod-top-slider .each-top-slider-img::before {
    content: "";
    height: calc(100% - 90%);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(22, 22, 22, 0.00) 0%, #161616 96.49%);
}
.aanbod-top-slider .swiper-slide-active .each-top-slider-img::after,
.aanbod-top-slider .swiper-slide-active .each-top-slider-img::before {
    opacity: 0;
}
.each-top-slider-img {
    height: 533px;
    border-radius: 10px;
    overflow: hidden; 
}
.each-top-slider-img img {
    height: 100%;
    object-fit: cover;
}
.aanbod-top-slider .swiper-slide.swiper-slide-active .each-top-slider-img {
    height: 100%;
}
.aanbod-top-slider .common-arrow {
    border-color: rgba(255, 255, 255, 0.50);
    top: auto;
    bottom: 0;
}
.aanbod-top-slider .common-arrow:hover {
    border-color: #48C347;
}
.aanbod-top-slider .common-arrow img {
    filter: brightness(0) invert(1);
}
.aanbod-top-slider .swiper-button-prev {
    left: 23px;
}
.aanbod-top-slider .swiper-button-next {
    right: 23px;
}
.aanbod-top-slider .common-pagination.swiper-pagination {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    bottom: 49px;
    margin: 0;
    display: inline-block;
    width: calc(100% - 19%);
}
.aanbod-top-slider .common-pagination .swiper-pagination-bullet {
    margin: 0 15px !important;
}
.aanbod-top-slider-info td {
    position: relative;
    padding: 0 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.60);
}
.aanbod-top-slider-info td:first-child {
    padding-left: 0;
    border-left: 0;
}
.aanbod-top-slider-info td:last-child {
    padding-right: 0;
}
.aanbod-top-slider-info h6 {
    font-family: 'Urbanist-Regular';
    line-height: 30px;
    color: #F0F0F0;
}
.aanbod-top-slider-info h6 strong {
    font-weight: normal;
    display: block;
    font-family: 'Urbanist-Medium';
    color: #F0F0F0;
    font-size: 2rem;
    line-height: 21px;
    letter-spacing: 0.8px;
}
.aanbod-top-slider-dtls {
    padding-top: 79px;
}
.aanbod-top-slider-dtls .col-lg-7 {
    width: 54%;
}
.aanbod-top-slider-dtls .col-lg-5 {
    width: 46%;
}
.aanbod-top-slider-btn ul {
    display: flex;
    column-gap: 12px;
}
.aanbod-top-slider-btn li {
    padding-left: 0;
}
.aanbod-top-slider-btn li::after {
    display: none;
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec {
    padding: 82px 0 100px;
    position: relative;
    overflow: hidden;
}
.tab-main-area {
    position: relative;
    z-index: 2;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 60px;
	margin-bottom: 38px;
    border: 0;
	justify-content: center;
} 
.tab-btn .tabs li.active {
    background-color: transparent;
    opacity: 1;
	position: relative;
}
.tab-btn ul.tabs li {
    position: relative;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.70);
    text-transform: none;
	font-size: 2rem;
	font-family: 'PlayfairDisplay-SemiBold';
	line-height: normal;
	padding-left: 0;
	position: relative;
}
.tab-btn ul.tabs li.tab_last{
	
}
.tab_container.tab-content{
	 
}
.tab-btn ul.tabs li.active span{
	color: #FFF;
}
.tab-btn ul.tabs li.active span::after, ul.tabs li span:hover::after{
    opacity: 1;
}
.tab_content {
    display: none;
}
.tab_content img{
	max-width: 40%;
	height: 30px;
	filter: invert(1);
	padding-right: 15px;
}
.tab_drawer_heading{
    display: none;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn .tabs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 56px;
    padding: 10px 0;
    margin-bottom: 35px;
    padding-bottom: 25px;
}
.tab-btn {
    position: relative;
}
.tab-btn::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.10);
}
.tab-btn .tabs li.active{
	color: #48C347;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
	column-gap: 10px;
    row-gap: 13px;
}
.kenmerken-tab li {
    line-height: 30px;
    width: 32%;
    padding: 16px 36px 18px 21px;
    position: relative;
    color: #fff;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    /* column-gap: 60px; */
    column-gap: 20px;
    border-radius: 5px;
    border: 1px solid #2F3733;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #2F3733;
}
.kenmerken-tab li:hover{
	border-radius: 5px;
    background: #48C347;
	border-color:  #48C347;
	color: #fff;
}
.kenmerken-tab li strong {
	font-family: 'Urbanist-Medium';
    font-weight: normal;
	display: block;
	color: #FFF;
}
.kenmerken-tab li::after {
	display: none;
}
.kenmerken-tab{
	overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #48C347;
    padding-bottom: 10px;
	margin-bottom: 10px;
    font-size: 2.4rem;
    line-height: 32px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel li { 
	margin-bottom: 10px;
    padding-left: 16px;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 7px;
    position: absolute;
    top: 11px;
    left: 0;
    content: '';
    width: 7px;
    height: 7px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #48C347;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #48C347;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 20px;
	font-size: 1.6rem;
	text-transform: none;
    color: #fff;
}
.each-onderhoud-block h4 {
	text-transform: none;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 20px;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    font-size: 1.6rem;
    font-family: 'Urbanist-Regular';
    text-transform: none;
    color: #fff;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn {
    color: #fff;
    cursor: pointer;
    margin-top: 61px;
    font-family: 'PlayfairDisplay-Medium';
    font-size: 1.8rem;
    line-height: normal;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btm-btn:hover{
    color: #48C347;
}
.tab-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.tab-popup-content-wrap{
    overflow-x: hidden;
    overflow-y: scroll;
}
.popup-opacity{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(22, 22, 22, 0.6);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.tab-popup-area {
    border-radius: 30px;
    background: #2F3733;
    position: relative;
    z-index: 101;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #48C347;
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px rgba(47, 55, 51, 0.2);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(47, 55, 51, 0.2);
	max-width: 93%;
}
.popup-cross{
    background: #2F3733;
    width: 45px;
    height: 45px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #48C347;
}
.tab-popup-content {
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    height: calc(100% - 116px) !important;
}
.tab-popup-content ul{
    margin-bottom: 33px;
    padding: 0;
}
.tab-popup-content ul:last-child{
    margin-bottom: 0;
}
.popup-cross img{
    width: 35px;
}
.tab-popup-area h3 {
    margin-bottom: 20px;
    font-size: 2.8rem;
    color: #fff;
}
.tab-popup-area p {
    padding-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.tab-popup-content h4 {
    line-height: 56px;
    font-size: 2.4rem;
    margin-bottom: 20px;
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.15);
    flex-wrap: wrap;
    color: #fff;
    padding: 6px 0;
}
.tab-popup-content li::after{
	display: none;
}
.tab-popup-content li strong{
    width: 50%;
    font-weight: normal;
    color: rgba(247, 240, 236, 0.70);
}
.show-popup{
    display: none;
}
.tabs li::after {
    display: inline-block;
    content: '';
    position: relative;
    top: 0;
    left: 4px;
    background-image: url(../images/tab_arrow.svg);
    width: 15px;
    height: 9px;
    background-size: 24px;
    background-repeat: no-repeat;
}
.tab-btn .tabs li.active::after {
    transform: rotate(90deg);
    top: -5px;
    filter: invert(58%) sepia(83%) saturate(387%) hue-rotate(70deg) brightness(199%) contrast(91%);
    opacity: 1;
}
.tab-btn .tabs li.active::before {
	content: "";
	height: 2px;
	background-color: #48C347;
	width: 100%;
    position: absolute;
	bottom: -25px;
	left: 0;
}
.tab-mark {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}
.tab-left-part {
    border-radius: 5px;
    border: 1px solid rgba(47, 55, 51, 0.10);
    background-color: #2F3733;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding: 8px 8px 0;
    margin-top: 80px;
}
.dtl-tab-sec .col-lg-9 {
    width: 68%;
}
.dtl-tab-sec .col-lg-3 {
    width: 32%;
}
.aanbod-dtl-contact-info {
    overflow: hidden;
    padding: 7px 8px 0; 
    border-radius: 5px;
    border: 1px solid rgba(47, 55, 51, 0.10);
    background: #2F3733;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}
.aanbod-dtl-contact-info-top {
    background-color: #4B5650;
    padding: 12px 20px;
    display: flex;
    column-gap: 33px;
    border-radius: 5px;
    overflow: hidden;
    align-items: center;
}
.aanbod-dtl-contact-info-top-img {
    width: 67px;
    height: 67px;
}
.aanbod-dtl-contact-info-top-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    object-position: top;
}
.aanbod-dtl-contact-info-top-part p {
    margin-bottom: 0;
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.70);
    line-height: 19px;
    letter-spacing: 0.14px;
}
.aanbod-dtl-contact-info-btm li {
    padding-left: 0;
}
.aanbod-dtl-contact-info-btm li::after {
    display: none;
}
.aanbod-dtl-contact-info-top-part h5 {
    color: #fff;
    font-size: 2rem;
}
.aanbod-dtl-contact-info-btm img {
    width: 13px;
    height: 13px;
    margin-right: 8px;
}
.share-img img {
    width: 17px;
    height: 17px;
    margin-right: 0;
}
.aanbod-dtl-contact-info-btm {
    padding: 17px 22px;
    padding-right: 17px;
}
.aanbod-dtl-contact-info-btm span {
    font-family: 'Urbanist-SemiBold';
    line-height: 17px;
}
.aanbod-dtl-contact-info-btm a {
    font-family: 'Urbanist-Regular';
    margin-left: 7px;
}
.aanbod-dtl-contact-info-btm a:hover {
    color: #48C347;
}
/****aanbod-btm-sec****/
.aanbod-btm-sec {
    padding: 92px 0;
}
.aanbod-btm-title h3 {
    line-height: 40px;
    color: #fff;
    margin-bottom: 60px;
}
.aanbod-btm-slider .common-arrow { 
    border-color: rgba(255, 255, 255, 0.50);
}
.aanbod-btm-slider .common-arrow img {
    filter: brightness(0) invert(1);
}
.aanbod-btm-slider .common-arrow:hover {
    border-color: #48C347;
    background-color: #48C347;
}
.aanbod-btm-slider .swiper-button-prev {
    left: -2.2%;
}
.aanbod-btm-slider .swiper-button-next {
    right: -2.2%;
}
.aanbod-btm-slider .common-arrow {
    top: 40%;
}
/*==================================verkocht==================================*/
/****verkocht-top****/
.verkocht-top {
    padding-top: 120px;
    padding-bottom: 50px;
}
.verkocht-top h3 {
    color: #fff;
}
/****verkocht-product-sec****/
.verkocht-product-sec {
    padding-bottom: 80px;
}
/*==================================popup==================================*/
.modal-area .modal-dialog {
    max-width: 64%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(22, 22, 22, 0.60);
}
.modal-area .modal-content {
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}
.pop-up-image {
    height: 100%;
}
.modal-area .popup-content {
    height: 100%;
    padding: 93px 72px;
    border-radius: 0px 10px 10px 0px;
    background: linear-gradient(0deg, #F4F4F4 0%, #F4F4F4 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.modal-area .popup-content p {
    margin: 37px 0 35px;
    font-family: 'LamaSansRegular';
    line-height: 26px;
    letter-spacing: 0.32px;
    color: #121212;
}
.modal-area .popup-content h3 {
    line-height: 52px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    font-family: 'Exo2SemiBoldItalic';
    font-size: 4rem;
    margin: 12px 0 23px;
    width: 100%;
    max-width: 485px;
}
.popup-info-btm p {
    margin-top: 17px;
}
.pop-up-image img {
    height: 100%;
}
.close-img {
    position: absolute;
    top: -28px;
    right: -25px;
    z-index: 1;
    font-size: 3rem;
    height: 62px;
    width: 62px;
    background-color: #303030;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100px;
}
.close-img:hover {
    color: #fff;
}
.modal-content .col-lg-7 {
    width: 54%;
}
.modal-content .col-lg-5 {
    width: 46%;
}
.popup-content {
    position: relative;
    overflow: hidden;
}
.popup-mark {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
} 
.popup-mark img {
    width: 174px !important;
}
.popup-content .button {
    flex-direction: row-reverse;
    padding: 9px 16px;
    max-width: max-content;
}
.popup-content .button span:after {
    transform: rotate(180deg);
}
.popup-content .button span {
    margin-left: 0;
    margin-right: 4px;
}
/*==================================bedankt==================================*/
.Bedankt-page .banner-content .button {
    flex-direction: row-reverse;
    padding: 9px 16px;
}
.Bedankt-page .banner-content .button span:after {
    transform: rotate(180deg);
}
.Bedankt-page .banner-content .button span {
    margin-left: 0;
    margin-right: 4px;
}
.Bedankt-page .banner-content h1 {
    margin-bottom: 34px;
    line-height: 103px;
}
.Bedankt-page .banner-sec {
    padding-bottom: 30px;
}
/************************************style for developer******************************************/

/*******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: 1.8rem;
    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: 31px;
      padding-top: 15px;
  }
  
  
  /****aanbod dtl****/
  .kenteken_np{
      background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
      background-repeat: no-repeat;
      background-position: left;
      padding: 4px 10px 6px 35px;
      color: #000;
      background-size: contain;
  }
  .star_icon{
      margin-bottom: 30px;
  }
  .star_icon h4{
      padding-bottom: 10px;
      text-transform: uppercase;
      padding-top: 15px;
      margin-bottom: 15px;
     /* color: #1c1c1c;*/
      border-bottom: 1px solid #181716;
      padding-bottom: 10px;
  }
  .star_icon p img{
      width: 15px;
      margin-top: -3px;
      margin-right: 5px;
  }
  .star_icon p{
      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;
  }
  .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: 30px;
      align-items: center;
      color: #fff;
    }

body .form-main-area .error_cls,
body .form-main-area .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.privacy_section {
    padding: 100px 0 60px;
}
.privacy_section p strong {
    color: #fff;
}

#fraction {
    display: none;
}



.footer-social li img {
    opacity: 0.2;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-social li a:hover img { 
    filter: none;
    opacity: 1;
}
.each-product-slider-info .col-7 { 
    width: 68%;
}
.each-product-slider-info .col-5 {
    width: 32%;
}
.aanbod-dtl-page .service-pegi {
	display: none;
}
.aanbod-top-slider .swiper-button-prev {
    left: 45%;
}
.aanbod-top-slider .swiper-button-next {
    right: 45%;
}
.vacature-dtl-page .form-right h5 { 
    margin-bottom: 46px;
}
.contact-page .form-sec .form-bg { 
    padding-bottom: 50px;
}
.service-dtl-page .form-sec .form-bg,
.aanbod-dtl-page .form-sec .form-bg { 
    padding-bottom: 61px;
}
.header-logo img {
    width: 195px;
}
.menu-mid li a {
    font-size: 1.8rem;
}
.menu-mid-right {
    font-size: 1.8rem;
}
.hamberger-wrap div {
    width: 36px;
}


