@import "fonts.css";
@import "common.css";

body {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #fff;
	/*overflow-x:hidden;*/
}

#page {
	overflow-x: hidden;
}

.dblock {
	display: none
}

/***********/
.header a {
	left: 0px;
}

/*=======================Header css========================*/
.desktop_nav {
	padding: 15px 0px;
	background: #181818;
	border-bottom: 2px solid #c9c9c9;
}

.desktop_nav .navbar-brand img {
	max-width: 260px;
}

.desktop_nav .navbar-brand {
	padding: 0;
}

.desktop_nav .navbar-nav .nav-item {
	padding-left: 50px;
}

.desktop_nav .navbar-nav .nav-item .nav-link {
	font-family: 'Roboto light';
	font-size: 14px;
	color: #fff;
	letter-spacing: 2px;
	position: relative;
	padding: 0;
}

.desktop_nav .navbar-nav .nav-item .nav-link:after {
	position: absolute;
	width: 0%;
	height: 4px;
	background: #49af4e;
	bottom: -44px;
	left: 0px;
	content: '';
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.desktop_nav .navbar-nav .nav-item .nav-link:hover:after {
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.desktop_nav .navbar-nav .nav-item .nav-link.active:after {
	position: absolute;
	width: 100%;
	height: 4px;
	background: #49af4e;
	bottom: -28px;
	left: 0px;
	content: '';
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.desktop_nav .navbar-nav .nav-item .nav-link.active:hover:after {
	width: 0%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

/************/
.desktop_nav .navbar-nav .nav-item .nav-link.active a:after {
	width: 100%;
}

.desktop_nav .navbar-nav .nav-item .nav-link.active:hover:after {
	width: 0%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.desktop_nav .navbar-nav .nav-item:last-child .nav-link {
	padding-right: 0px;
}

/*header li.active a:after, footer li.active a:after
{
	color: #b81e1e !important;
}*/

.dropdown-menu a {
	padding: 12px 15px;
}

.dropdown:hover>.dropdown-menu {
	display: block;
}

.dropdown-menu {
	padding: 0px;
	border-radius: 0px;
	min-width: 220px;
	margin: 0px;
	border: 0px;
	background: #49af4e;
	color: #fff;
}

.dropdown-item {
	color: #fff;
}

.dropdown-menu a:hover {
	background-color: #357f38 !important;
	color: #fff;
}

/*=======================Header css end========================*/

/*================banner section css=======================*/
.banner-area {
	position: relative;
	background-color: #181818;
}

.slider-height {
	padding: 15% 0px;
}

.slider-content-wrapper {
	background-color: rgba(0, 0, 0, 0.5);
	max-width: 890px;
	width: 100%;
	margin: auto;
	padding: 5% 0px;
}

.slider-content .common-btn-styl.active {
	margin-right: 6px;
}

.slider-content h1 {
	/*font-family: 'Roboto light'; */
}

.thumb-slide {
	width: 185px;
	height: 85px;
}

.home-banner-thumbs {
	max-width: 554px;
	width: 100%;
	margin: -105px auto 0px;
	background: #181818;
	padding: 10px;
}

.banner-slider-arrow .swiper-button-prev {
	left: -25px;
}

.banner-slider-arrow .swiper-button-next {
	right: -25px;
}

.banner-slider-arrow {
	position: absolute;
	bottom: 40px;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	max-width: 580px;
}

.banner-slider-arrow .swiper-button-next,
.banner-slider-arrow .swiper-button-prev {
	width: auto;
	height: auto;
}

.right-link {
	position: fixed;
	right: 0px;
	/*top:30%;*/
	z-index: 99;
	/*margin-right: -128px;*/
}

.common-styl {
	background: #1f1f1f;
	height: 61px;
	line-height: 61px;
	border-radius: 5px;
	padding: 0px 15px;
	margin-bottom: 15px;
	margin-right: 0px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	width: 100%;
	max-width: 310px;
	/*position:relative;*/
	/*right:-230px;*/
	right: -255px;
	color: #fff;
}

.common-styl img {
	margin-right: 25px;
}

.common-styl:hover {
	/*margin-left: -224px;*/
	/*margin-left: -335px;*/
	max-width: auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	right: 0px;

}

.whatsaap {
	top: 30%;
}

.call {
	top: calc(30% + 70px);
}

.mail {
	top: calc(30% + 140px);
}

.map {
	top: calc(30% + 210px);
}

.common-styl a {
	font-family: 'Roboto light';
	font-size: 14px;
}

/*=======================banner section css end========================*/

/*=========================product section css=========================*/
.product-slider-sec {
	padding: 80px 0 30px;
	background-color: #181818;
}

.product-slider-sec .section-heading h2 {
	margin-bottom: 50px;
}

.product_dtls {
	/*-webkit-box-shadow: 10px 10px 64px -30px rgba(0,0,0,0.29);
	-moz-box-shadow: 10px 10px 64px -30px rgba(0,0,0,0.29);
	box-shadow: 10px 10px 64px -30px rgba(0,0,0,0.29);*/
	margin-bottom: 30px
}

.about-product {
	padding: 25px 20px 20px;
	border-top: 0px;
	background: #131416;
}

.product-name {
	border-bottom: 1px solid #303030;
	padding: 0px 8px 15px;
}

.product-name h3 {
	margin-bottom: 8px;
}

.product-range {
	padding-top: 20px;
	padding-left: 8px;
	padding-right: 8px;
}

.product-range table {
	width: 100%;
}

.product-range table tr td p {
	margin-bottom: 0px;
}

.product-range table tr td:last-child h3 {
	text-align: right;
	font-size: 18px;
}

.product-img img {
	width: 100%;
}

.product-slider-wrapper {
	/*	margin-top: 100px;*/
	position: relative;
}

.product-slider-wrapper .swiper-button-next {
	right: -60px;
	width: auto;
	/*z-index: 999;*/
}

.product-slider-wrapper .swiper-button-prev {
	left: -60px;
	width: auto;
}

.divider {
	border-top: 1px solid #d1d1d1;
	margin-top: 40px;
	margin-bottom: 0;
}

/*=========================product section css end=========================*/
/*=====================gallery section area========================*/
.gallery-section-area {
	padding: 80px 0px 0px;
	background-color: #181818;
	border-left: 8px solid #181818;
	border-right: 8px solid #181818;
}

.gallery-section-area .section-heading h2 {
	margin-bottom: 50px;
}

.gallery-area {
	padding: 90px 0px 0px;
}

.each-gallery-box {
	position: relative;
	margin-bottom: 8px;
	overflow: hidden;
}

/*.each-gallery-box:after{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	content:'';
	z-index:0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}*/
.gallery-wrapper {
	padding: 0px;
	margin-top: 80px;
}

.gallery-wrapper .row {
	margin-left: -5px;
	margin-right: -5px;
}

.gallery-image {
	display: block;
	width: 100%;
	height: auto;
}

.gallery-box-heading {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	text-align: left;
	bottom: 30px;
	padding-left: 30px;
	z-index: 9;
}

.heading-text h3 {
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.40);
}

.gallery-box-details {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.75);
	overflow: hidden;
	width: 100%;
	height: 0;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	z-index: 9;
}

.each-gallery-box:hover .gallery-box-heading {
	bottom: -50px;
}

.each-gallery-box:hover .gallery-box-details {
	bottom: 0;
	height: 100%;
}

.text-box {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: left;
	padding: 0px 30px;
}

.text-box h3 {
	margin-bottom: 20px;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.40);
	color: #fff;
	font-family: 'Roboto regular';
}

.text-box p {
	color: #fff;
}

.heading-text h3 {
	color: #fff;
	font-family: 'Roboto regular';
}

/*=====================gallery section area end========================*/

/*=======================Counter area css==========================*/
.counter-section,
.signeture-area,
.footer-area,
.werk-img-slider,
.overons-details {
	padding: 0px;
}

.counter-bg {
	background: #181818;
	/*padding:9% 0px;*/
	/*padding: 50px 0px 80px;*/
	padding: 100px 0px;
}

.count_box {
	width: 145px;
	margin: 0px auto 35px;
	border-radius: 100%;
	border: 2px solid #fff;
}

.count_box span {
	height: 145px;
	display: table;
	width: 100%;
}

.count_box span span {
	font-size: 24px;
	color: #fff;
	font-family: 'Roboto light';
	display: table-cell;
	vertical-align: middle
}

.counters_dtls {
	text-align: center;
}

.counters_dtls h3 {
	font-family: 'Roboto light';
	letter-spacing: 3px;
	font-size: 20px;
}

.photo_upload {
	color: #d7d7d7;
	background: #fff;
}

/*=======================Counter area css End==========================*/

/*============================signeture area===========================*/
.signeture-area {
	background-color: #181818;
}

.signeture-left-rext {
	padding: 50px;
	background: #181818;
}

.signeture-left-rext h2 {
	margin-bottom: 20px;
}

.signeture-left-rext a {
	margin-top: 40px;
	border: 0px !important;
}

.signeture-bg-area img {
	display: none;
}

.red-bg {
	background-color: rgba(73, 175, 78, 0.59);
	font-size: 60px;
	color: #fff;
	font-family: 'Milonguita';
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 4px;
}

.signteture {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*============================signeture area End===========================*/

/*==============footer css===================*/
.footer-area {
	background-color: #181818;
}

.each-tab p span {
	font-family: 'Roboto bold';
}

.first-tab {
	padding: 80px 0px 0px 50px;
}

.first-tab h2 {
	margin-bottom: 30px;
}

.footer-area .col-md-2 .footer-nav {
	/*margin-top:122px;*/
	padding-top: 80px;
	padding-bottom: 30px;
}

.footer-area .col-md-2 .footer-nav h2 {
	margin-bottom: 30px;
}

.footer-nav ul li {
	padding-bottom: 10px;
}

.footer-nav ul li a {
	font-family: 'Roboto light';
	color: #fff;
	white-space: nowrap;
}

.footer-nav ul li.active a {
	font-family: 'Roboto bold';
}

.icons {
	padding-right: 50px;
}

.icons ul {
	margin-top: 122px;
	margin-right: 100px;
}

.icons ul li {
	display: inline-block;
	padding-right: 60px;
	vertical-align: top;
}

.icons ul li:last-child {
	padding-right: 0px;
}

.footer-bottom-text {
	background: #181818;
	padding: 60px 50px;
}

.footer-bottom-text ul li {
	display: -webkit-inline-box;
	margin-right: 20px;
	margin-bottom: 10px;
}

.footer-bottom-text p {
	letter-spacing: 0.5px;
	max-width: 745px;
	width: 100%;
}

.footer-bg {
	position: relative;
}

.footer-right-content {
	padding: 0px 0px 0px 70px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.footer-right-content h2 {
	color: #fff;
	margin-bottom: 30px;
}

.footer-right-content p {
	color: #fff;
	line-height: 20px;
}

.footer-social ul {
	margin-top: 20px;
	display: inline-block;
}

.footer-social ul li {
	display: inline-block;
	padding-right: 30px;
}

/*=================footer css end=============*/
/*==================acties details============*/
.accties-title-section {
	padding: 60px 0px 50px;
	background-color: #181818;
}

.text-title h2 {
	position: relative;
	display: inline-block;
	padding-bottom: 30px;
}

.text-title h2:after {
	position: absolute;
	width: 90%;
	height: 2px;
	background: #1c1c1c;
	bottom: 0px;
	left: 0px;
	content: '';
}

.acties-title-btn {
	margin-top: 18px;
}

.contact-form-heading {
	margin-bottom: 40px;
}

.people-img-details {
	background: #1c1c1c;
	padding: 35px 10px 35px 30px;
	position: relative;
}

.people-img-details:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 99%;
	content: url(../images/tringle.png)
}

.people-contact table {
	width: 100%;
}

.people-contact table tr td {
	font-family: 'Roboto light';
	font-size: 14px;
	color: #fff;
	padding-bottom: 8px;
}

.people-contact table tr td:first-child {
	font-style: italic;
}

.people-img-details h3 {
	position: relative;
	padding-bottom: 20px;
	display: inline-block;
	letter-spacing: 1px;
}

.people-img-details h3:after {
	position: absolute;
	width: 75px;
	height: 2px;
	background: #e1e1e1;
	bottom: 0px;
	left: 0px;
	content: '';
	opacity: 0;
}

.people-img-details p {
	margin-top: 15px;
}

.contact-form .form-group {
	margin-bottom: 10px;
}

.contact-form-area {
	padding-bottom: 100px;
	background-color: #181818;
}

.contact-form-area .common_bg_styl {
	background-position: top left;
	background-size: auto;
}

/*==================acties details============*/
/*====================verkocht css============*/
.verkocht-gallery {
	padding: 80px 0px 80px;
}

.verkocht-gallery .product-name {
	border-bottom: 0px;
	padding-bottom: 0px;
}

.verkocht-gallery .product-name p {
	margin-bottom: 0px;
}

.overlay {
	position: absolute;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	right: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.product-img {
	position: relative;
	overflow: hidden;
}

.overlay-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;

}

.overlay-content .white-btn {
	background: #fff;
	color: #121212;
}

.overlay-content .white-btn:hover {
	background: #9d2727;
	color: #fff
}

.product-img:hover .overlay {
	right: 0px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

/*.gallery-content-btn{
	margin-top:50px;
}*/
.verkocht-gallery-content-wrapper {
	border-top: 1px solid #303030;
	border-bottom: 1px solid #303030;
	padding: 30px 0px 40px;
}

.verkocht-gallery2 {
	padding: 30px 0px 80px;
}

/*====================verkocht css end============*/
/*========================detailview css=============*/
.no-banner {
	margin-top: 102px;
}

.no-h2-underline .text-title h2 {
	padding-bottom: 0px;
}

.no-h2-underline .text-title h2::after {
	display: none;
}

.no-h2-underline .acties-title-btn {
	margin-top: -25px;
}

.text-details {
	margin-top: 30px;
}

.detailsview-text {
	padding: 0px;
}

.detailsview-text p {
	text-align-last: left;
}

.detailsview-image-block {
	padding-bottom: 65px;
	padding-top: 25px;
	background-color: #181818;
}

.acties_dtls_table table tr td {
	width: 50%;
	vertical-align: top;
}

/*====================================================*/
/*====================overons=======================*/
.overons-details {
	background-color: #181818;
	padding-right: 8px;
	padding-left: 8px;
}

.overons_counter {
	background-color: #1c1c1c;
	border-right: 8px solid #181818;
	border-left: 8px solid #181818;
}

.overons_counter .counter-bg {
	background: #1c1c1c;
}

.overons-text-content {
	background: #1c1c1c;
	padding: 70px 0px 30px;
}

.overons-txt-details {
	margin-top: 30px;
}

.counter-bg-two {
	padding-top: 30px;
}

.onez-coluge {
	/*padding:50px 0px 30px;*/
	padding: 120px 0px;
	background-color: #181818;
}

.onez-coluge .section-heading h2 {
	margin-bottom: 40px !important;
}

.colluge-details h3 {
	font-family: 'Roboto regular';
	letter-spacing: 2px;
	margin-bottom: 8px;
}

.colluge-details p {
	letter-spacing: 1px;
	text-align: left;
	color: #fff;
}

.colluge-slide {
	position: relative;
	margin-top: 55px;
}

.coluge-control {
	position: absolute;
	top: 0px;
	width: 125px;
	right: 0px;
	margin-top: -55px;
}

.coluge-control .swiper-button-next,
.coluge-control .swiper-button-prev {
	width: auto;
	height: auto;
	margin: 0px;
}

.colluge-slider {
	/* margin-top:55px; */
}

.right-coluge {
	position: relative;
	overflow: hidden;
}

.right-coluge:hover .overlay {
	right: 0px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.white-divider {
	width: 75px;
	height: 2px;
	background: #fff;
	margin: 20px auto;
}

.right-coluge .overlay h2 {
	color: #fff;
}

.overons-gallery-area .gallery-wrapper {
	padding: 0px 8px;
	margin-top: 0px;
}

.overons-gallery-area .section-heading h2 {
	margin-bottom: 45px;
}

/*====================================================*/
/*=======================contact css==================*/
.map-bg {
	height: 322px;
}

.contact-details {
	background-color: #181818;
	padding: 8px;
}

.contact-details-bg {
	padding: 70px 0px;
	background: #1c1c1c;
	margin-top: 8px;
}

.contact-details-wrapper h2 {
	margin-bottom: 30px;
}

.contact-details-bg table {
	margin-top: 30px;
}

.contact-details-bg td {
	color: #fff;
	padding-bottom: 10px;
	font-size: 16px;
	font-family: 'Roboto light';
	padding-right: 60px;
}

.contact-details-bg td:nth-child(even) {
	padding-right: 0;
}

.contact-part p span {
	font-family: 'Roboto bold';
}

.contact-part ul li {
	color: #fff;
	padding-bottom: 18px;
	font-size: 14px;
	font-family: 'Roboto light';
}

.contact_text {
	background: transparent;
	;
	padding-top: 30px;
}

.contact-page-form .first-tab {
	padding: 0;
}

.contact-page-form {
	padding: 70px 0px;
	background-color: #181818;
}

.contact-page-form .first-tab p {
	margin-bottom: 30px;
}

.pro-industry {
	width: 75%;
}

.pro-industry tr td {
	font-size: 22px;
	color: #121212;
	font-family: 'Roboto light';
}

.pro-industry tr td span {
	margin-right: 10px;
}

.mavo {
	width: 100%;
	margin-top: 30px;
}

.mavo tr td {
	font-size: 12.8px;
	color: #121212;
	font-family: 'Roboto light';
}

.mavo tr td span {
	margin-right: 10px;
}

.sales-title {
	padding-bottom: 20px;
	padding-top: 50px;
}

.pdf-download .divider {
	margin-top: 30px;
}

.pdf-download {
	padding-bottom: 80px;
}

/***x***/
/*==============aanbod==========*/
/********selection part***/
.aanbod_selection_sec {
	padding-top: 150px;
	background: #131416;
	padding-bottom: 30px;
}

.aanbod_selection_sec h2 {
	padding-bottom: 30px;
}

.aanbod_selection_sec .col-lg-3 {
	max-width: 20%;
}

.aanbod_selection_sec .col-lg-9 {
	max-width: 60%;
}

.middle_bttn .common-btn-styl.wht_bttn {
	background-color: #49af4e;
	color: #fff;
	border: 0;
}

.middle_bttn .common-btn-styl.wht_bttn:hover {
	background-color: #fff;
	color: #49af4e;
}

.aanbod_selection_sec .form-control {
	background: url('../images/down-arrow.svg') no-repeat 95% center/10px;
	border: 2px solid rgba(151, 151, 151, 0.5);
	color: #fff;
	border-radius: 0px;
	font-size: 14px;
	font-family: 'Roboto light';
	width: 100%;
	min-height: 50px;
	-webkit-appearance: none;
	text-overflow: ellipsis;
	box-shadow: none;
}

.aanbod_selection_sec .form-control option{
	font-family: arial;
}

/**************gallery part*********/
.verkchot-gallery {
	padding: 50px 0px;
	background-color: #181818;
}

.gallery-middle-text {
	border-top: 2px solid #303030;
	border-bottom: 2px solid #303030;
	padding: 50px 0px;
	margin-bottom: 30px;
}

.text-content {
	width: 45%;
	margin: 0 auto;
}

.gallery-middle-text p {
	text-align: center;
	margin: 30px 0px 60px;
}

/*******img hover******/
.image_hover {
	position: relative;
	width: 100%;
	background-color: #000;
	overflow: hidden;
}

.image {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}

.middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	width: 270px;
}

.image_hover:hover .image {
	opacity: 0.4;
}

.image_hover:hover .middle {
	opacity: 1;
}

/*=============werkplaats listview=====================*/
/*workplates List*/
.workplates_list_sec {
	width: 100%;
	position: relative;
	padding: 7% 0px 3%;
}

.workplates_wrapper_text p {
	margin-top: 20px;
}

.work_each_list_sec {
	width: 100%;
	position: relative;
	padding-bottom: 50px;
	margin-top: -30px;
	/*overflow-x: hidden;*/
	background-color: #181818;
}

.each_product_height {
	height: 630px;
	margin-bottom: 40px;
}

.each_workplates_list {
	position: absolute;
	width: 50vw;
	height: 100%;
	top: 0px;
	right: 20px;

}

.workplates_title {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #ffffff;
	z-index: 2;
	background-color: rgba(72, 176, 80, 0.5);
	padding: 50px;
	width: 100%;
}

.workplates_title h3 {
	position: relative;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Roboto light';
}

.workplates_title h3::before {
	content: " ";
	position: absolute;
	width: 30px;
	height: 3px;
	background: #ffffff;
	left: 0px;
	bottom: -10px;
	z-index: 9;
}

.each_workplates_list-rt {
	position: absolute;
	width: 50vw;
	height: 100%;
	top: 0px;
	left: 20px;

}

.right_banner_title {
	top: auto;
	bottom: 0px;
	left: 20px;
}

.left_title {
	right: 20px;
	left: auto;
}

.rt_sec {
	margin-top: -230px;
	/*margin-top:-170px;*/
}

.workplates_list_sec .text-title h2:after {
	width: 140px;
}

.workplates_list_sec .text-title p {
	margin: 30px 0px 50px;
}

.dl_garantie h3 span {
	position: relative;
}

.dl_garantie h3 span:before {
	content: " ";
	position: absolute;
	width: 30px;
	height: 3px;
	background: #ffffff;
	left: 0px;
	bottom: -10px;
	z-index: 9;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.dl_garantie h3 span:hover::before {
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.dl_garantie h3::before {
	display: none;
}

.workplates_list_sec .text-title h2 {
	font-size: 24px;
}

/********vacature_listview*********/
.vacature_listview_sec .each_product_height {
	height: 340px;
}

.vacature_listview_sec .workplates_title {
	background-color: transparent;
	bottom: 0px;
	top: auto;
	left: 0px;
}

.vacature_listview_sec h3 span:before {
	display: none;
}

.vacature_listview_sec .workplates_title h3::before {
	display: none;
}

.vacature_listview_sec .workplates_title span {
	padding: 0px 40px;
}

.vacature_listview_sec h3 {
	font-family: 'Roboto regular';
	text-transform: capitalize;
}

/*******acties listview*******/
.acties_listview_sec h3 {
	text-transform: none;
}

/*********aanbod details********/
/*---top_content---*/
.slider_top_sec {
	padding: 190px 0px 60px;
	background-color: #181818;
}

.slider_top_sec h1 {
	font-size: 36px;
	color: #fff;
}

.slider_top_sec h1 span {
	position: relative;
}

.slider_top_sec h1 span::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;
	width: 50px;
	height: 2px;
	background: #fff;
}

.slider_top_sec h2 {
	font-size: 24px;
	padding-top: 50px;
	letter-spacing: 1px;
}

/*----masterslider-----*/
.aanbod_details_slider .ms-container {
	background-color: #191e24;
}

.aanbod_details_slider .ms-skin-default .ms-nav-prev {
	background: url('../images/prev_arrow.png') no-repeat center center;
	left: -70px;
	opacity: 1 !important;
}

.aanbod_details_slider .ms-skin-default .ms-nav-next {
	background: url('../images/next_arrow.png') no-repeat center center;
	right: -70px !important;
	opacity: 1 !important;
}

.aanbod_details_slider .swiper-container {
	background-color: #000;
}

.aanbod_details_slider .swiper-slide-prev,
.aanbod_details_slider .swiper-slide-next {
	opacity: 0.4;
}

.aanbod_details_slider .swiper-button-prev {
	left: 10%;
}

.aanbod_details_slider .swiper-button-next {
	right: 10%;
}

.aanbod_details_slider .common_slider_arrow img {
	width: 28px;
}

/*******tab area*******/
.tabber_upper_sec table {
	width: 100%;
}

.aanbod_detail_tab_sec .tabber_upper_sec {
	padding-bottom: 10%;
}

.tabber_upper_sec tr td {
	font-size: 14px;
	font-family: 'Roboto light';
	color: #fff;
	padding-bottom: 17px;
	font-style: italic;
}

.tabber_upper_sec tr td span {
	color: #fff;
	font-style: normal;
}

.tabber_upper_sec tr td img {
	max-height: 35px;
}

.tabber_upper_sec tr td:first-child {
	width: 45%;
}

/******tab******/

.aanbod_detail_tab_sec .nav-tabs {
	border-bottom: 0px;
	background-color: #181818;
}

.aanbod_detail_tab_sec .tab_sec .nav-tabs .nav-item {
	border-bottom: none;
	margin-bottom: -1px;
	width: 19.23%;
	margin: 0px 7px 15px 0px;
	text-align: center;
	background-color: #1c1c1c;
	font-size: 13px;
	font-family: 'Roboto medium';
	color: #fff;
}

/*.aanbod_detail_tab_sec .tab_sec .nav-tabs .nav-item a:hover{
	color: #fff;
	background-color: #131416;
}*/

.aanbod_detail_tab_sec .tab_sec .nav-tabs .nav-item:nth-child(5) {
	margin: 0px 0px 15px 0px;
}

.aanbod_detail_tab_sec .nav-tabs .nav-link {
	border-top-left-radius: 0rem;
	border-top-right-radius: 0rem;
	border: none;
	padding: 14px 4px;
	position: relative;
	color: #fff;
}

.aanbod_detail_tab_sec .nav-tabs .nav-link.active {
	background-color: #49af4e;
	color: #fff;
}

.aanbod_detail_tab_sec .nav-tabs .nav-link.active::after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 40%;
	border-width: 15px 15px 0px;
	border-style: solid;
	border-color: #49af4e transparent;
	display: block;
	width: 0;
}

.aanbod_detail_tab_sec .tab_content_wrapper {
	padding: 50px 0px 30px;
}

.aanbod_detail_tab_sec .tab_content_wrapper .tab-pane .tab_hedaing {
	padding-bottom: 20px;
}

.aanbod_detail_tab_sec .tab_content_wrapper .tab-pane .tab_hedaing h3 {
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
}

.bullet_panel {
	margin-bottom: 30px;
}

.aanbod_detail_tab_sec .tab-content ul li {
	font-family: 'Roboto medium';
	font-size: 14px;
	color: #121212;
	padding-bottom: 6px;
	word-break: break-word;
}

.aanbod_detail_tab_sec .tab-content .kenmerken_tab ul li:nth-child(even) {
	font-family: 'Roboto light';
}

.aanbod_detail_tab_sec .bullet_panel ul li {
	padding-left: 10px;
}

.aanbod_detail_tab_sec .tab_content_wrapper .tab-pane .tab_hedaing h5 {
	color: #ffff;
	border-bottom: 1px solid #999999;
	padding-bottom: 10px;
	text-transform: uppercase;
	padding-top: 15px;
}

.kenmerken_tab ul li:nth-child(odd) {
	background-image: url(../images/bullet.svg);
	background-repeat: no-repeat;
	background-position: 0% 30%;
	padding-left: 20px;
	background-size: 6px;
}

.kenmerken_tab ul li {
	width: 45%;
	display: inline-block;
	vertical-align: top;
	font-family: 'Roboto medium';
}

/*.tab_content_wrapper p {
	color: #121212;
}*/
.aanbod_detail_tab_sec {
	padding: 80px 0px;
	background-color: #181818;
}

/*********/
.dtls_price_part h3 {
	font-family: 'Roboto light';
	padding-bottom: 20px;
}

.dtls_price_part {
	text-align: center;
}

.dtls_price_part p {
	text-align: center;
}

.aanbod_detail_tab_sec .col-lg-4 {
	padding-left: 25px;
}

.dtls_page_form p {
	text-align: center;
	margin-bottom: 50px;
}

.dtls_page_form {
	padding-top: 20px;
	text-align: center;
}

.dtls_page_form .common-btn-styl {
	border: 2px solid #ececec;
	font-family: 'Roboto light';
	color: #fff;
	display: block;
}

.dtls_page_form .common-btn-styl:hover {
	color: #fff;
	background-color: #49af4e;
}

.dtls_page_form button {
	margin: 0 auto 15px;
}

.dtls_page_form .common-btn-styl.active {
	border: none;
	color: #fff;
}

.download_pdf_btn img {
	margin-right: 15px;
}

.download_pdf_btn {
	color: #49af4e;
	font-size: 14px;
	font-family: 'Roboto medium';
}

.download_pdf_btn a {
	color: #49af4e;
}

/****accordian****/
.aanbod_detail_tab_sec .accordion .card-header {
	font-size: 14px;
	position: relative;
	display: inline-block;
	text-align: center;
	font-family: 'Roboto medium';
	display: block;
	max-width: 241px;
	margin: 0 auto;
	width: 100%;
	cursor: pointer;
	margin-bottom: 40px;
	background-color: #49af4e;
	color: #fff;
	border: 1px solid #49af4e;
	border-radius: 0;
}

/*.aanbod_detail_tab_sec .accordion .card-header:hover{
	background-color:#5fbbea;
	color:#fff;
    border: 1px solid #5fbbea;
}*/

.aanbod_detail_tab_sec .contact-form .common-btn-styl:hover {
	background-color: #121212;
	color: #fff;
}

.aanbod_detail_tab_sec .accordion .card-body {
	padding: 0px;
}

.aanbod_detail_tab_sec .accordion .card {
	border: 0px;
	background-color: transparent;
}

.dts_contact-form-area {
	padding-bottom: 30px;
	background-color: #181818;
}

.dts_contact-form-area .divider {
	/*margin-top: 95px;*/
	margin-top: 8%;
	margin-bottom: 30px;
}

.dtls_page_form #accordion .common-btn-styl.active:hover {
	background-color: #fff;
	color: #9d2727;
}

/*.dtls_product_slider_area{
	padding-bottom:20px;
	padding-top: 60px;
}*/
.dtls_product_slider_area {
	padding-top: 50px;
}

/*****diensten dtls*****/
.diensten_dtls_content_table {
	padding: 180px 0px 50px;
}

.diensten_detailview_area .gallery-wrapper {
	margin-top: 0px;
}

.diensten_detailview_area {
	border: 10px solid #121212;
}

.diensten_detailview_area .each-gallery-box {
	height: 330px;
}

/*******acties dtls page*****/
.accties-title-section table {
	width: 100%;
	border: 1px solid transparent;
}

.accties-title-section .pro-industry tr td {
	color: #121212;
}

.accties-title-section .pro-industry tr td:nth-child(1) {
	color: #49af4e;
}

.accties-title-section table tr td:nth-child(odd) {
	padding-right: 25px;
	color: #121212;
}

.accties-title-section table tr td:nth-child(even) {
	padding-left: 25px;
}

.accties-title-section p {
	margin-top: 0px;
	margin-bottom: 0px;
}

/*.accties-title-section .text-title h2:after{
	display:none;
}*/
.accties-title-section table td p {
	margin-top: 0px;
}

.accties-title-section .col-md-8 .text-title h2 {
	padding-bottom: 15px;
	border-bottom: 2px solid #1c1c1c;
}

.accties-title-section .col-md-4 .acties-title-btn {
	margin-top: 0px;
	/*position: relative;
    z-index: 99999;*/
}

/********x********/
.form-styl:placeholder {
	color: #fff;
	opacity: 1;
}

.form-styl:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

.form-styl::placeholder {
	color: #fff;
	opacity: 1;
}

.photo_upload {
	width: 100%;
	color: #fff;
	border: 2px solid #ececec;
	border-radius: 0px;
	font-family: 'Roboto light';
	font-size: 14px;
	resize: none;
	min-height: 50px;
	padding: 15px 25px;
	background: transparent;
}

.diensten_detailview_area {
	padding-top: 30px;
}

.detailsview-text .common-btn-styl {
	margin-top: 30px;
}

/*.accties-title-section .text-title h2:after{
	display:none;
}*/
.diensten_dtls_content_table .text-title h2:after {
	display: none;
}

.werkplats_dtls_title_sec .col-md-8 .text-title h2 {
	padding-bottom: 30px;
}

.werkplats_dtls_title_sec .text-title h2:after {
	width: 85%;
}

.werkplats_details_content_area .text-title h2:after {
	display: none;
}

/******inner_banner*****/
/*.inner-banner:after{
	display:none;
}*/
.dtls_price_part .divider {
	margin-top: 50px;
	margin-bottom: 30px;
}

.dtls_product_slider_area .product-slider-wrapper {
	margin-top: 1px;
}


#menu {
	display: none;
}

.mm-current {
	display: block !important;
}

.grecaptcha-badge {}

#notify_msg_div {
	position: relative;
}

.jquery-notify-bar {
	padding: 0px !important;
	margin: 0;
	position: fixed;
	width: 100%;
	background: transparent;
	z-index: 100000;
	top: 0px;
	left: 0px;
}

.notify-bar-close {
	position: absolute;
	font-size: 11px;
	left: 95%;
	top: 5px;
	color: #fff !important;
}

.jquery-notify-bar div.error {
	filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#db4444', endcolorstr='#bd3a3a');
	background-color: #E77300;
	color: #fff0f0;
	text-shadow: 1px 1px 1px #bd3a3a;
	padding: 15px;
	position: relative;
}

.jquery-notify-bar div.success {
	filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#8dc96f', endcolorstr='#509c4b');
	background-color: #8dc96f;
	color: #fff;
	text-shadow: #509c4b 1px 1px 1px;
	padding: 15px;
	position: relative;
}

#flashMessage.success {
	/*filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#8dc96f', endcolorstr='#509c4b'); background-color: #8dc96f; color: #fff; text-shadow: #509c4b 1px 1px 1px;*/
	padding: 15px;
	position: relative;
}

.kenteken_no_pleat {
	background: url(../images/kenteken_plaat.png)no-repeat center center/cover;
	width: 145px;
	height: 27px;
	text-align: center;
	display: inline-block;
	color: #000;
	padding-top: 6px;
}

.morgan_footer {
	text-align: center;
	background: #000;
	padding: 7px 0px 5px;
}

.error_background {
	height: 108px;
}

.no_record {
	text-align: center;
	padding: 20px 0px;
	font-size: 30px;
	font-family: 'Roboto light';
	color: #121212;
	letter-spacing: 4px;
}

/*==================add new css from here=================*/
.middle-content {
	vertical-align: middle;
}

.divider2 {
	margin-top: 80px;
}

.people-contact {
	margin-top: 70px;
}

.workplates_list_sec .text-title {
	padding-top: 30px;
	position: relative;
}

.diensten-text {
	margin-top: 30px;
}

.diensten-conteact-form {
	padding-bottom: 35px;
}

/*===========================NEW ADD==========================*/
.product-slider-button {
	margin-top: 50px;
	margin-bottom: 80px;
}

.acties_dtls_table table {
	width: 100%;
}

.acties_dtls_table table tr td:nth-child(odd) {
	padding-right: 30px;
	vertical-align: top;
}

.acties_dtls_table table tr td:nth-child(even) {
	padding-left: 30px;
	vertical-align: top;
}

.acties_dtls_table {
	padding: 25px 0px;
}

.workplates_list_sec {
	position: relative;
	background-color: #181818;
}

.workplates_list_sec::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: #181818;
	width: 63%;
	height: 100%;
	margin-top: 15px;
}

.contact-part li span {
	font-family: 'Roboto bold';
	color: #121212;
}

.detailsview-image-block .divider {
	margin-top: 65px;
}

.sales-title h2::after {
	background: #e1e1e1;
	width: 57%;
}

.verkocht-gallery-content .gallery-content-btn {
	margin-top: 60px;
}

.overons-details {
	padding-top: 7px;
}

.onez-coluge .divider {
	margin-top: 80px;
}

.aanbod_selection_sec .select select option {
	background-color: #181818;
}

.aanbod_selection_sec .common-btn-styl {
	padding: 14px 0px;
	max-width: 100%;
}

/*=======cookie start==========*/
.cookie_div {
	position: fixed;
	bottom: 0;
	z-index: 9999;
	width: 100%;
	padding: 35px 0;
}

.light_theme {
	background: rgba(255, 255, 255, 0.83);
	-webkit-box-shadow: 0px -3px 3px -1px rgba(203, 203, 203, 0.75);
	box-shadow: 0px -3px 3px -1px rgba(203, 203, 203, 0.75);
}

.dark_theme {
	background: rgba(0, 0, 0, 0.78);
	-webkit-box-shadow: 0px -3px 3px -1px rgba(203, 203, 203, 0.75);
	box-shadow: 0px -3px 3px -1px rgba(203, 203, 203, 0.75);
}

.cookie_div {
	color: #9c9c9c;
	font-size: 13pt;
	font-family: 'Calibri';
}

.cookie_div h4 {
	margin-bottom: 15px;
	font-size: 13pt;
	font-family: 'Calibri';
}

.light_theme h4 {
	color: #2a2a2a;
}

.dark_theme h4 {
	color: #c9c9c9;
}

.cookie_div a {
	color: #38b6be;
	font-size: 13pt;
	font-weight: bold;
	margin-left: 8px;
	font-family: 'Calibri';
}

.cookie_div button {
	color: #3c935c;
	font-size: 12pt;
	background: #e6f8ed;
	font-weight: bold;
	border: 0;
	padding: 13px 25px;
	margin: 5px 0;
	cursor: pointer;
	font-family: 'Calibri';
}

.top_gapping {
	background: #121212;
	padding: 59px 0px;
	position: relative;
}

.top_gapping:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 45%;
	-webkit-clip-path: polygon(0 0, 66% 0, 85% 100%, 0% 100%);
	clip-path: polygon(0 0, 66% 0, 85% 100%, 0% 100%);
	background-color: rgba(18, 18, 18, 1);
	content: '';
	z-index: 0;
	height: 100%;
}

.aanbod_area {
	background: #121212;
	position: relative;
	padding: 30px 0px;
	margin-top: -1px;
}

.onez-acties-text-content h2 {
	margin-bottom: 20px;
	font-family: 'Roboto Bold';
	font-size: 24px;
	color: #fff;
}

.onez-acties-text-content p {
	color: #828282;
	text-align: justify;
}

.product-range span {
	margin: 0px 25px;
}

.gray_background {
	background: #1e1e1e;
}

#loader_section {
	display: none;
	width: 100%;
	position: fixed;
	top: 0;
	background: #000000b8;
	z-index: 9999;
	height: 100vh;
	padding: 30vh 0px;
}

#loader_section p {
	color: #fff;
	font-size: 18px;
	text-align: center;
}

#loader_section img {
	width: 100px;
	margin-bottom: 25px;
}

.gm-style .map {
	max-height: 50px;
}

.signeture-left-rext p {
	margin-bottom: 50px;
}

.no_record {
	font-size: 24px;
	color: #121212;
	text-align: center;
	padding: 50px 0px;
	font-family: 'Roboto light';
}

.kenteken_np {
	background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding: 8px 0 6px 30px;
}

/*==========pop up===========*/
.modal-dialog {
	position: relative;
	z-index: 1;
}

.modal-backdrop {
	z-index: 0;
}

#myModal:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	content: ' ';
}

.mm-page {
	position: static;

}

.modal {
	z-index: 9999999
}

.modal_area .modal_close_img img {
	max-height: 50px;
}

.modal_area .modal_close_img {
	position: absolute;
	top: 20px;
	right: 20px;
}

.modal_area .modal-dialog {
	max-width: 75%;
	margin-top: 10%;
}

.modal_area .modal-body {
	padding: 0px;
}

.modal_area .modal-content p {
	color: #121212;
	text-align: justify;
	line-height: 18px;
}

.modal_area .modal-content {
	border: none;
	border-radius: 0px;
	position: relative;
	z-index: 999999999;
}

.pop_up_img {
	display: inline-block;
	width: 45%;
	vertical-align: top;
}

.popup_content {
	display: inline-block;
	width: 54%;
	padding-top: 6%;
	padding-left: 56px;
	padding-right: 80px;
}

.popup_content h2 {
	font-size: 24px;
	color: #121212;
	padding-bottom: 0px;
	position: relative;
	margin-bottom: 30px;
}

.popup_content h2 span {
	color: #121212
}

.modal_area .global_btn {
	margin-top: 40px;
	display: inline-block;
}

.popup_content .common-btn-styl:hover {
	background-color: #1c1c1c;
	color: #fff;
}

/*=======pop up end==========*/
.contact-details .contact-part {
	margin-top: 50px !important;
}


.detailsview-image-block .detailsview-text h2 {
	margin-bottom: 30px;
	text-transform: uppercase;
	border-bottom: 2px solid #1c1c1c;
	display: inline-block;
	padding-bottom: 15px;
}

.detailsview-text .common-btn-styl {
	margin-top: 10px;
}

.details_border {}

.back_button {
	padding-top: 110px;
	background-color: #181818;
}

.werk-img-slider {
	border: 10px solid #181818;
	border-bottom: none;
}

.slider-wrapper {
	background-color: #181818;
}

.werkplaats {
	margin-top: 0px;
}

.sales-title .sales-manger-details-area table tr td:nth-child(odd) {
	padding-right: 0px;
}

.sales-title .sales-manger-details-area table tr td:nth-child(even) {
	padding-left: 0px;
}

.aanbod-gallery1 {
	padding-bottom: 80px;
}

.aanbod-gallery1 .gallery-middle-text p {
	margin-top: 25px;
	margin-bottom: 50px;
}

/*********************/
.common_slider_arrow img {
	width: 16px;
}

.right-link img {
	width: 25px;
	height: 25px;
}

.product-slider-wrapper .common_slider_arrow {
	width: 45px;
	height: 45px;
	background-color: transparent !important;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid rgba(255, 255, 255, 0.5) !important;
}

.product-slider-wrapper .swiper-button-next {
	right: -90px;
}

.product-slider-wrapper .swiper-button-prev {
	left: -90px;
}

.coluge-control .common_slider_arrow {
	width: 45px;
	height: 45px;
	right: 0;
	background: transparent !important;
	border-radius: 4px;
	border: 2px solid #fff;
	align-items: center;
	display: flex;
	justify-content: center;
}

.coluge-control .common_slider_arrow img {
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}

.star_icon h4 {
	padding-bottom: 10px;
	text-transform: uppercase;
	padding-top: 15px;
	margin-bottom: 15px;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
}

.star_icon p img {
	width: 15px;
	margin-top: -3px;
	margin-right: 5px;
}

.star_icon p {
	font-size: 16px;
	color: #fff;
	padding-bottom: 6px;
	word-break: break-word;
}

.photo_contnt li img {
	width: 15px;
	margin-left: 5px;
}

.aanbod_detail_tab_sec .tab-content ul li {
	font-family: 'Roboto medium';
	font-size: 14px;
	color: #fff;
	padding-bottom: 6px;
	word-break: break-word;
	position: relative;
}

.aanbod_detail_tab_sec .bullet_panel li:after {
	padding-left: 15px;
	background-size: 8px;
	position: absolute;
	top: 6px;
	left: 0;
	content: '';
	width: 15px;
	height: 15px;
	background-image: url(../images/bullet.svg);
	background-repeat: no-repeat;
}

.aanbod_detail_tab_sec .bullet_panel ul li {
	padding-left: 20px;
}

.footer-social ul li img {
	width: 23px;
}

.memeber-slider .overlay {
	background-color: transparent;
	/*right: 0;*/
}

.memeber-slider .overlay-content h5 {
	margin-top: 20px;
}

.onez-coluge .container {
	position: relative;
}

.onez-coluge .coluge-control .common_slider_arrow {
	border-color: #565656;
	border-radius: 8px;
}

.onez-coluge .coluge-control {
	width: 100%;
	margin: 0;
	top: 50%;
	transform: translateY(-50%);
}

.right-brand-area {
	display: inline-block;
	margin-left: 50px;
}

.right-brand-area img {
	width: 95px;
}

.right-coluge:hover .overlay {
	right: 0px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

#mobile-contact-bar {
	box-sizing: border-box;
	font-size: 1rem;
	opacity: 1;
	position: fixed;
	width: 100%;
	z-index: 998;
	left: 0;
	bottom: 0;
	display: none !important;
}

#mobile-contact-bar-outer {
	background-color: #000;
	box-sizing: border-box;
	height: 45px;
	overflow: hidden;
	width: 100%;
}

#mobile-contact-bar ul {
	box-sizing: border-box;
	line-height: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
	font-size: 0;
}

#mobile-contact-bar ul li {
	box-sizing: border-box;
	display: inline-block;
	height: 45px;
	text-align: center;
	height: 45px;
	width: 25%;
}

#mobile-contact-bar ul li a {
	color: rgba(255, 255, 255, 0.9);
	cursor: pointer;
	display: block;
	height: 100%;
	position: relative;
	z-index: 999;
	top: 8px;
}

#mobile-contact-bar ul li img {
	width: 20px;
	padding-top: 5px;
}

#mobile-contact-bar ul li:nth-child(1) img,
#mobile-contact-bar ul li:nth-child(2) img {
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}

.calsty {
	width: 100%;
	height: 1250px;
	padding: 0px;
	border: none;
}
