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

body {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #1c1c1c;
	font-family: 'Roboto regular';
}

#page {
	overflow: hidden;
}

.dblock {
	display: none
}

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

/*=======================Header css========================*/
.header-part {
	position: absolute;
	z-index: 99;
	width: 100%;
}

.header-topbar {
	width: 100%;
	height: 27px;
	background-color: #1c1c1c;
}

.desktop_nav {
	padding: 15px 0px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.60);
	background: rgba(255, 255, 255, 0.60);
}

.desktop_nav.active,
.header.active {
	position: fixed;
	top: 0;
	left: 0;
	opacity: 1;
	z-index: 99;
	width: 100%;
}

.inner_nav {
	background: #121212;
	padding: 35px 0px;
}

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

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

.desktop_nav .navbar-nav .nav-item .nav-link:after {
	position: absolute;
	width: 0%;
	height: 4px;
	background: #fff;
	bottom: -28px;
	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: #fff;
	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;
}

#mobile-contact-bar {
	display: none;
}

.dropdown-menu a {
	padding: 12px 15px !important;
	color: #fff !important;
}

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

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

.dropdown-item {
	color: #fff;
}

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

.desktop_header ul li a.dropdown-item:after {
	display: none;
}

.desktop_header ul li a.dropdown-item:after {
	display: none;
}

.desktop_nav.aanbod-header {
	background-color: #a8a8a8;
}

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

/*================banner section css=======================*/
.banner-area {
	position: relative;
}

.slider-height {
	padding: 20% 0;
}

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

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

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

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

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

.banner-slider-arrow .swiper-button-next img,
.banner-slider-arrow .swiper-button-prev img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}

.right-link {
	position: fixed;
	right: 0px;
	z-index: 99;
}

.common-styl {
	background: #1c1c1c;
	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;
	right: -255px;
	color: #fff;
}

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

.common-styl:hover {
	max-width: auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	right: 0px;

}

.video_link {
	top: 30%;
}

.whatsaap {
	top: calc(30% + 70px);
	background: #26BE00;
}

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

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

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

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

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

/*=========================product section css=========================*/
.product_dtls {
	margin-bottom: 30px
}

.about-product {
	padding: 25px 20px 20px;
	border: 1px solid rgba(68,68,68, 0.50);
	border-top: 0px;
	background: #f5f5f5;
}

.product-name {
	border-bottom: 1px solid rgba(68,68,68, 0.30);
	padding: 0px 8px 15px;
}

.product-range {
	padding-top: 20px;
	padding-left: 8px;
	padding-right: 8px;
	color: #1c1c1c;
}

.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: 20px;
}

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

.product-slider-wrapper {
	margin-top: 40px;
	position: relative;
}

.product-slider-wrapper .common_slider_arrow {
	width: 35px;
	height: 35px;
	background-color: #fff !important;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #1c1c1c !important;
}

.common_slider_arrow img {
	max-height: 12px;
	max-width: 12px;
}

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

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

.divider {
	border-top: 1px solid #444444;
	margin-top: 40px;
}

/*=========================product section css end=========================*/
/*=====================gallery section area========================*/
.gallery-section-area {
	padding: 50px 0px 0px;
}

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

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

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

.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(18, 18, 18, 0.5);
	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 {
	display: -webkit-box;
  	-webkit-line-clamp: 6;
  	-webkit-box-orient: vertical;
  	overflow: hidden;
  	text-overflow: ellipsis;
}

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

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

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

.counter-section {
	padding: 0px 8px;
}

.counter-bg {
	padding: 80px 0px 90px;
	margin-bottom: 8px;
	background: #f5f5f5;
}

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

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

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

.counters_dtls {
	text-align: center;
}

.counters_dtls h3 {
	letter-spacing: 3px;
	font-size: 20px;
}

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

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

/*============================signeture area===========================*/
.signeture-area {
	margin-bottom: 8px;
	padding: 0px 8px;
}

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

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

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

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

.signteture img {
	display: block;
}

.red-bg {
	background-color: rgba(62, 62, 64, 0.6);
}

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

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

/*==============footer css===================*/
.each-tab p span {
	font-family: 'Roboto bold';
}

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

.first-tab h6 {
	font-family: 'Roboto bold';
	font-size: 15px;
	margin-bottom: 5px;
}

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

.footer-area .col-md-2 .footer-nav {
	padding-top: 50px;
	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 regular';
	color: #1c1c1c;
	white-space: nowrap;
}

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

.ftr_icon {
	margin-top: 55px;
	margin-left: 30px;
}

.ftr_icons {
	margin-top: 55px;
}

.ftr_icons img {
	margin-bottom: 40px;
	display: block;
}

.footer-bottom-text {
	padding: 30px 50px;
	background: #f5f5f5;
}

.footer-area {
	padding: 0px 8px 8px;
}

.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 {
	bottom: 20px;
	right: -15px;
}

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

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

.footer-social ul li a {
	background: rgba(104, 104, 103, 0.3);
	padding: 4px 5px 8px;
}

.footer-social ul li img {
	max-width: 20px;
	max-height: 20px;
}

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

.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: #f5f5f5;
	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 regular';
	font-size: 14px;
	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: #1c1c1c;
	bottom: 0px;
	left: 0px;
	content: '';
}

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

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

.contact-form-area {
	padding-bottom: 100px;
}

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

.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: 104px;
}

.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: 50px;
	padding-top: 25px;
}

/*====================================================*/
/*====================overons=======================*/
.overons-text-content {
	background: #f5f5f5;
	padding: 70px 0px 30px;
}

.overons-text-content .divider {
	border-top: 1px solid #444444;
}

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

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

.onez-coluge {
	padding: 60px 0px 30px;
}

.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: #707070;
}

.colluge-slide {
	position: relative;
}

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

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

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

.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 {
	padding-top: 0px;
}

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

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

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

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

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

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

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

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

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

.contact-page-form {
	padding: 70px 0px;
}

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

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

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

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

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

.mavo tr td span img {
	max-height: 20px;
	max-width: 20px;
}

.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: 135px;
	padding-bottom: 30px;
	background: #f5f5f5;
}

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

.aanbod_selection_sec .form-control {
	background: url('../images/drop.svg') #F5F5F5 no-repeat 95% center;
	background-size: 10px;
	border: 2px solid #1c1c1c;
  	color: #1c1c1c;
	border-radius: 0px;
	font-size: 14px;
	font-family: 'Roboto regular';
	width: 100%;
	min-height: 50px;
	-webkit-appearance: none;
	box-shadow: none;
}

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

/**************gallery part*********/
.verkchot-gallery {
	padding: 50px 0px;
}

.gallery-middle-text {
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
	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;
}

.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(0, 0, 0, 0.6);
	padding: 50px;
	width: 100%;
}

.workplates_title h3 {
	position: relative;
	text-transform: uppercase;
	color: #fff;
}

.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********/
.aanbod-dtls-header {
	border-bottom: 1px solid #555555;
}

/*---top_content---*/
.slider_top_sec {
	padding: 140px 0px 60px;
	background-color: #f5f5f5;
	position: relative;
}

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

.slider_top_sec h1 span {
	position: relative;
	color: #1c1c1c;
}

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

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

.slider_top_sec a {
	position: absolute;
	bottom: 94px;
}

.swipper_big_slider .gallery-top {
	background: rgba(0, 0, 0, 0.75);
}

.swipper_big_slider .gallery-top .swiper-slide-active,
.swipper_big_slider .gallery-top .swiper-slide {
	opacity: 0.4;
}

.swipper_big_slider .gallery-top .swiper-slide-next {
	opacity: 1;
}

.swipper_big_slider .gallery-thumbs {
	margin-top: 10px;
}

.swipper_big_slider .swiper-button-next {
	right: 30%;
}

.swipper_big_slider .swiper-button-prev {
	left: 30%;
}

.gallery-top .common_slider_arrow img {
	max-height: 25px;
	max-width: 25px;
	opacity: 0;
}

.gallery-top:hover .common_slider_arrow img {
	opacity: 1;
}

.aanbod_details_slider {
	overflow: hidden;
}

.gallery-top-wrap {
	margin: 0 -29%;
}

/*----masterslider-----*/
.aanbod_details_slider .ms-container {
	background-color: #080a0c;
}

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

/*******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 regular';
	color: #1c1c1c;
	padding-bottom: 17px;
	font-style: italic;
}

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

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

.tabber_upper_sec tr td:first-child {
	width: 50%;
	color: #888888;
}

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

.aanbod_detail_tab_sec .nav-tabs {
	border-bottom: 0px;
}

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

.aanbod_detail_tab_sec .tab_sec .nav-tabs .nav-item a:hover {
	color: #FFF;
	background-color: #b7051e;
}

.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 5px;
	position: relative;
}

.aanbod_detail_tab_sec .nav-tabs .nav-link.active {
	background-color: #b7051e;
	color: #FFF;
}

.aanbod_detail_tab_sec .nav-tabs .nav-link.active::after {
	content: "";
	position: absolute;
	bottom: -13px;
	left: 40%;
	border-width: 15px 15px 0px;
	border-style: solid;
	border-color: #b7051e 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;
	border-bottom: 1px solid #1c1c1c;
	margin-bottom: 30px;
}

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

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

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

.aanbod_detail_tab_sec .bullet_panel ul 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 .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-size: 10px;
	background-position: left top 5px;
	padding-left: 20px;
	color: #888888;
	font-style: italic;
}

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

.aanbod_detail_tab_sec {
	padding: 80px 0px;
}

/*********/
.dtls_price_part h3 {
	padding-bottom: 20px;
}

.dtls_price_part {
	text-align: center;
}

.dtls_price_part p {
	text-align: center;
	color: #fff;
}

.aanbod_detail_tab_sec .divider {
	border-top: 1px solid #e8e2d6;
}

.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 .contact-button {
	margin: 0 auto 15px;
	border-color: #1c1c1c;
	color: #1c1c1c !important;
}

.dtls_page_form .contact-button:hover, .dtls_page_form .contact-button.active:hover{
	color: #fff !important;
}

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

.download_pdf_btn img {
	margin-right: 15px;
	max-width: 20px;
	max-height: 20px;
}

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

.download_pdf_btn a {
	color: #fff;
}

/****accordian****/
.aanbod_detail_tab_sec .accordion .card-header {
	font-size: 14px;
	position: relative;
	display: inline-block;
	text-align: center;
	font-family: 'Roboto regular';
	display: block;
	max-width: 241px;
	margin: 0 auto;
	width: 100%;
	cursor: pointer;
	margin-bottom: 15px;
	background: #b7051e;
	color: #FFF;
}

.aanbod_detail_tab_sec .accordion .card-header:hover {
	background: #1f1f1f;
	color: #fff;
}

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

.aanbod_detail_tab_sec .accordion .card {
	border: 0px;
}

.dts_contact-form-area {
	padding-bottom: 0px;
}

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

/*****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: #fff;
}

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

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

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

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

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

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

.accties-title-section .col-md-8 .text-title h2 {
	padding-top: 15px;
}

.accties-title-section .col-md-4 .acties-title-btn {
	margin-top: 0px;
}

/********x********/
.form-styl{
	border: 2px solid rgba(58, 58, 58, 0.10);
	border-radius:0px;
	font-family: 'Roboto regular';
	font-size:14px;
	padding:23px 25px;
	resize:none;
	background-color: #F5F5F5;
	color:#1c1c1c;
}

.form-styl:placeholder {
	color: #121212;
	opacity: 1;
	background-color: transparent;
}

.form-styl:-ms-input-placeholder {
	color: #121212;
	opacity: 1;
	background-color: transparent;
}

.form-styl::placeholder {
	color: #121212;
	opacity: 1;
	background-color: transparent;
}

.form-styl:focus {
	box-shadow: none;
	border-color: rgba(58, 58, 58, 0.10);
	background-color: #F5F5F5;
	color: #1c1c1c;
}

.photo_upload {
	width: 100%;
	color: #1c1c1c;
	border: 2px solid rgba(58, 58, 58, 0.10);
	border-radius: 0px;
	font-family: 'Roboto regular';
	font-size: 14px;
	resize: none;
	min-height: 50px;
	padding: 15px 25px;
	background: #F5F5F5;
}

.diensten_detailview_area {
	padding-top: 30px;
}

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

.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*****/
.dtls_price_part .divider {
	margin-top: 40px;
	margin-bottom: 30px;
	border-top: 1px solid #444444;
}


#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: 130px;
}

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

.divider2 {
	margin-top: 80px;
}

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

.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;
	width: 50%;
}

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

.acties_dtls_table {
	padding: 40px 0px;
}

.workplates_list_sec {
	position: relative;
}

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

.contact-part li span {
	font-family: 'Roboto medium';
}

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

.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;
	border-top: 1px solid #fff;
}

.aanbod_selection_sec .common-btn-styl {
	padding: 14px 15px;
}

.wis_bttn {
	text-align: right;
}

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

.add_morgan_footer_margin {
	height: 100px !important;
}

.morgeninternet-footer>img {
	height: 35px;
	padding-top: 7.5px;
}

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

.cookie_div {
	color: #9c9c9c;
	font-size: 12px;
	/*font-family: 'Calibri';*/
	font-family: 'arial';
}

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

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

.cookie_div button {
	color: #3c935c;
	background: #dbffe8;
	font-weight: bold;
	border: 0;
	padding: 10px 25px;
	margin: 5px 0;
	cursor: pointer;
	font-size: 12px;
	/*font-family: 'Calibri';*/
	font-family: 'arial';
}

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

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

.light_theme h4 {
	color: #2a2a2a;
}

.dark_theme h4 {
	color: #c9c9c9;
}

.top_gapping {
	background: #f5f5f5;
	padding: 83px 0px;
	position: relative;
}

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

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

.onez-acties-text-content p {
	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;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

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

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

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

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

.dtls_page_form .accordion .common-btn-styl:hover {
	background: #1f1f1f;
	border: 1px solid #1f1f1f;
	color: #fff;
}

.product-name p:last-child {
	overflow: hidden;
}

.contact-form-area .divider {
	border-top: 1px solid #444444;
	margin-bottom: 80px;
}

/*============pop up==============*/

.mm-slideout {
	z-index: unset;
}

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

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

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

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

.modal_area .modal-content p {
	text-align: justify;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #121212;
	line-height: 17px;
}

.modal_area .modal-content {
	border-radius: 0px;
	border: none;
}

.pop_up_img {
	vertical-align: top;
}

.popup_content {
	padding-left: 30px;
	padding-right: 60px;
}

.popup_content h2 {
	padding-bottom: 15px;
	color: #121212;
	font-size: 16px;
	font-family: 'Roboto bold';
}


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


.detailsview-image-block .detailsview-text h2 {
	margin-bottom: 40px;
}

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

.details_border {
	border-bottom: 1px solid #e8e2d6;
}

.werk-img-slider {
	border-bottom: none;
}

.werkplaats {
	margin-top: 90px;
}

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

.slider-content .common-btn-styl.active:hover {
	color: #fff !important;
}

.wrkplt-btn-styl .active {
	background-color: #1f345d;
}

#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;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.card-header:first-child {
	border-radius: 0px;
}

.right-link {
	font-size: 13px;
}

.right-link img {
	max-width: 25px;
	max-height: 25px;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}

.mobile-pricing {
	display: none;
}

.back-btn {
	margin-top: 120px;
	margin-bottom: 40px;
}

.back_bttn {
	padding-top: 10%;
}

.acties_bk_bttn {
	padding: 20px;
}

.aanbod_detail_tab_sec .tab_sec .nav-tabs .nav-item a img {
	max-width: 20px;
	max-height: 20px;
	opacity: 1;
}

.aanbod_detail_tab_sec .tab_sec .nav-tabs .nav-item a:hover img {
	opacity: 0;
}

.home_logo {
	position: absolute;
	top: -45px;
	z-index: 2;
	padding: 0px;
}

.home_logo img {
	max-width: 120px;
}

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

.form_padding h3 {
	margin-bottom: 20px;
}

#menu4 h3 {
	margin-bottom: 10px;
}

.bedankt_content_area {
	padding: 20% 25% 16%;
	text-align: center;
}

.bedankt_content_area h1 {
	position: relative;
}

.bedankt_content_area h1:before {
	background: #fff;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.bedankt_content_area p {
	color: #fff;
	margin-top: 50px;
	margin-bottom: 50px;
}

.product-slider-sec .section-heading h2 {
	margin-top: 72px;
}

.dtls_product_slider_area .section-heading h2 {
	margin-top: 0px;
}

/********************/
.tab_sec .nav-item .nav-link span {
	position: relative;
}

.tab_sec .nav-item .nav-link img {
	display: none;
}

.tab_sec .nav-item .nav-link span:before {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: left;
	opacity: 1;
	content: '';
	position: absolute;
	top: 50%;
	left: -30px;
	transform: translateY(-50%);
}

.aanbod_detail_tab_sec .nav-item.nav_img1 .nav-link.active span::before {
	opacity: 1;
}

.aanbod_detail_tab_sec .tab_sec .nav-tabs .nav-item .nav-link:hover span:before {
	opacity: 0;
}

.pro-industry tr td span img {
	max-width: 18px;
	max-height: 18px;
}

.header-brand-icon {
	height: 100px;
	overflow: hidden;
	margin-top: -28px;
}

.grecaptcha-badge {
	display: none !important;
}

.swiper-slide .product-range p {
	font-size: 14px;
}

.swiper-slide .product-range span {
	margin: 0 20px;
}

.swiper-slide .product-range table tr td:last-child h3 {
	font-size: 17px;
}

#collapseTwo .photo_upload {
	padding: 15px 25px;
  	text-align: left;
}

.db-pricing-eleven h3 {
	font-family: 'Roboto regular';
	font-size: 20px;
	color: #fff;
}

.db-pricing-eleven h5 {
	font-family: 'Roboto regular';
	font-size: 16px;
	color: #8a5e2f;
}

#menu4 .col-lg-4 {
	padding-left: 15px;
}

.db_header {
	border-bottom: 2px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.db_list ul li {
	background-image: url(../images/bullet.svg);
	background-repeat: no-repeat;
	background-size: 6px;
	background-position: 0% 30%;
	padding-left: 20px;
	color: #888888;
	color: #FFF;
}

.db-pricing-eleven {
	padding-right: 20px;
}

.db_header h3 {
	color: #c1c1c1;
}

.db_list h3 {
	padding-left: 20px;
	padding-top: 20px;
}

#mobile-contact-bar {
	display: none;
}

.small_text {
	font-size: 9px;
	text-align: left;
}

.afleverpakketten_block {
	padding: 10px 0px 30px;
}

.opoverlay {
	background-color: rgba(0, 0, 0, 0.3);
}

.icons {
	padding-top: 65px;
	padding-bottom: 30px;
	padding-left: 50px;
}

.icons img {
	max-width: 100px;
	margin-right: 30px;
	margin-bottom: 40px;
}

.desktop_header ul {
	font-size: 0px;
	text-align: center;
	margin-left: 55px;
}

.desktop_header ul li {
	display: inline-block;
	padding: 0 30px;
}

.desktop_header ul li a {
	padding: 36px 0px;
	font-size: 14px;
	color: #121212;
	font-family: 'Roboto regular';
	position: relative;
	letter-spacing: 1.5px;
}

.desktop_header .logo_img {
	padding: 0 60px;
}

.desktop_header ul li a:after {
	position: absolute;
	bottom: -10px;
	left: 0px;
	height: 4px;
	background: #515151;
	content: '';
	width: 0px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.desktop_header ul li.active a:after {
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.desktop_header ul li a:hover:after {
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.header-sec ul li a img {
	max-width: 20px;
	max-height: 20px;
}

.desktop_nav .container {
	position: relative;
}

.header-sec {
	position: absolute;
	right: 20px;
}

.header-sec ul li {
	display: inline-block;
	padding-left: 30px;
}

.header-sec ul li a img {
	-webkit-filter: invert(100);
	filter: invert(100);
}

.desktop_header .logo_img a:hover:after {
	display: none;
}

.contact-details {
	padding: 0px 8px;
}

.logo_img a img {
	max-width: 250px;
}

.banner-header {
	background: rgba(255, 255, 255, 0.8);
}

#mobile-contact-bar {
	display: none;
}

.centerblock {
	display: flex;
	justify-content: center;
}

.dtls_price_part a:hover {
	color: #b7051e;
}

#menu3 {
	padding: 0px;
}

#home {
	padding: 15px;
}

.tab-pane {
	padding-left: 15px;
	padding-right: 15px
}

.tabber_upper_sec {
	padding-left: 15px;
	padding-right: 15px
}

.tab_sec {
	padding-left: 15px;
	padding-right: 15px
}

#myModalOverons .modal-dialog {
	max-width: 75%;
	margin-top: 4%;
}

#myModalOverons .modal-content {
	border-radius: 0;
	border: 0;
}

.close-btn img {
	width: 20px;
	margin-top: -3px;
}

.close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	background: #fff;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner_background_video {
	overflow: hidden;
}

.banner_background_video .video-js {
	width: 100%;
}

.banner_background_video .video-js .vjs-tech {
	position: relative;
}

@media(min-width: 576px) {
	.banner_background_video .video-js {
		width: 100% !important;
	}
}

@media(max-width: 575.98px) {
	#myModalOverons .modal-dialog {
		max-width: 90%;
		margin: 50% auto 0;
	}
}