/*
::-moz-selection {
	background:rgba(0,0,0,0);
	}
::selection { 
	background:rgba(0,0,0,0);
	} 	
*/
	
body{ 
  	margin:0; 
 	padding:0; 
    font-family: 'Rubik', sans-serif;
	color:#999;
	}
*{margin:0; padding:0; 
}
img,a{ border:none; outline:none;}
a{ text-decoration:none;}
ul,li{ list-style:none;}
input, textarea, select{
	outline:none;
	}
h1{ font-size:52px;}
h2{ font-size:34px;}

p{ 
	font-family: Montserrat;
    font-size: 16px;
    font-weight: 200;
    line-height: 26px;
	color:#101010;
	}

.alignleft{
	float:left;
	margin:0 10px 15px 0;
	}
.alignright{
	float:right;
	margin:0 0px 15px 10px;
	}
.aligncenter{
	display:block;
	margin:15px auto;
	}

.clear:after{
	display:block;
	clear:both;
	content:'';
	}
.spacer10{ height:10px;}
.spacer15{ height:15px;}
.spacer20{ height:20px;}
.spacer25{ height:25px;}
.spacer30{ height:30px;}     
.spacer40{ height:40px;}


.boxSizing{
	box-sizing:border-box;
	}
.wrapper{ 
	width:1150px;
	margin:0px auto;
	position:relative;
	}
.wrapper:after{
	clear:both;
	display: block; 
	content:'';
	}
/***************************
	Header css start
*****************************/

.header{
	padding: 10px 0;
}

.header .logo{
	width: 130px;
}

.header .logo img{
	width: 100%;
}

/*******Nav-Section Start********/
.manu-header{
	padding: 10px 0;
}
.manu-header .logo{
	width:200px;
}
.manu-header .logo img{
	width: 100%;
}

.nav-details {
	display: flex;
	justify-content: space-between;
	align-content: center;
}
/*******Nav-Section Start********/

/*******Banner-Section Start********/
.banner #demo .carousel-inner .carousel-item img{
	position: relative;
}

.banner #demo .carousel-inner .carousel-item .container .banner-details {
	position: absolute;
	top: 30%;
	display: flex;
	justify-content: space-between;
	align-content: center;
	width: 70%;
}
.banner #demo .carousel-inner .carousel-item .container .banner-details .banner-pic{
	height: 500px;
	width: 500px;
	margin-top: -110px;
	
}
.banner #demo .carousel-inner .carousel-item .container .banner-details .banner-pic img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.banner-pic.pic-three {
	width: 760px !important;
}
.banner #demo .carousel-inner .carousel-item .container .banner-details .banner-text{
	width: 40%;
}
.banner #demo .carousel-inner .carousel-item .container .banner-details .banner-text span{
	font-family: 'Roboto','Arial';
  color: #d85935;
  font-size: 375%;
  text-shadow: none;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  font-weight: 800;
}
.banner #demo .carousel-inner .carousel-item .container .banner-details .banner-text p{
	font-family: 'Roboto','Arial';
  color: #000000;
  font-size: 187.5%;
  text-shadow: none;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  font-weight: 600;
}
.banner #demo .carousel-inner .carousel-item .container .banner-details .banner-text a{
  background: #d94948;
  background-attachment: scroll;
  opacity: 1;
  padding: 10px 30px 10px 30px;
  box-shadow: none;
  border: 0px solid RGBA(0,0,0,1);
  border-radius: 20px;
  color: #fff;
  font-family: 'Roboto','Arial';
}
/*******Banner-Section End**********/

/*******About-Section Start**********/

.about-sec{
	background: #F5F4F4;
	padding: 50px 0;
}

.about-sec h2 {
	font-size: 35px;
	font-family: 'Rubik',sans-serif;
	line-height: 1.4em;
	color: #000;
	font-weight: 700;
	width: 44%;
	text-align: center;
	margin: 0 auto 50px;
	line-height: 53px;
}

.about-sec h1 {
	font-size: 35px;
	font-family: 'Rubik',sans-serif;
	line-height: 1.4em;
	color: #000;
	font-weight: 700;
	width: 44%;
	text-align: center;
	margin: 0 auto 50px;
	line-height: 53px;
}
.about-sec p {
	border: 0;
	font-size: 98%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	margin-bottom: 0px;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	text-align: center;
	width: 70%;
	margin: 0 auto;
	font-family: 'Rubik',sans-serif;
}

/*******About-Section End**********/

/*******Diffterent-Section Start**********/
.diffterent-sec{
	padding: 50px 0;
}
.diffterent-sec h2{
	font-size: 30px;
	font-family: 'Rubik',sans-serif;
	line-height: 1.4em;
	color: #000;
	font-weight: 700;
	text-align: left;
	line-height: 53px;
}
.diffterent-sec p{
	border: 0;
  font-size: 98%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  margin-bottom: 0px;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  text-align: left;
  font-family: 'Rubik',sans-serif;
}
/*******Diffterent-Section End**********/

/*******eventis-Section Start**********/
.eventis{
	background: url("../images/eventis.jpg");
	height: 500px;
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 150px 0px 150px 0px;
	position: relative;
}
.eventis::after {
	content: "";
	background-color: #011627;
	opacity: 0.64;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	position: absolute;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 0;
}
.eventis h3 {
	color: #FFFFFFEB;
	font-size: 1.2352941176471rem;
	font-family: 'Rubik',sans-serif;
	font-weight: 700;
	margin-bottom: 30px;
	z-index: 1;
	position: relative;
}

.eventis h4{
	color: #FFFFFFEB;
font-size: 1.7647058823529rem;
  font-family: 'Rubik',sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.5em;
  z-index: 1;
	position: relative;
}
.eventis a{
	background: #d94948;
    background-attachment: scroll;
  background-attachment: scroll;
  opacity: 1;
  padding: 10px 30px 10px 30px;
  box-shadow: none;
  border: 0px solid RGBA(0,0,0,1);
  border-radius: 20px;
  color: #fff;
  font-family: 'Roboto','Arial';
   z-index: 1;
	position: relative;
}

.event-pic {
	z-index: 9999;
	position: relative;
}
.event-pic img{
	width: 100%;
}
/*******eventis-Section End**********/


/*******Product-Section Start**********/
.product{
	background: #F5F4F4;
	padding: 70px 0;
}

.product h3{
	font-size: 1.2352941176471rem;
  font-family: 'Rubik',sans-serif;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.product h4{
	font-size: 2.2352941176471rem;
  font-family: 'Rubik',sans-serif;
  color: #000;
  font-weight: 700;
  text-align: center;
}

.product .product-pic{
	margin-top: 30px;
}
.product .product-pic img{
	width: 100%;
}
.product .product-text{
	margin-top: 30px;
}
.product .product-text h2{
		font-size: 1.2352941176471rem;
  font-family: 'Rubik',sans-serif;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.product .product-text p{
		font-size:16px;
  font-family: 'Rubik',sans-serif;
  color: #000;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
/*******Product-Section End**********/


/*******Footer-Section End**********/
.footer{
	background: #011627;
	padding: 70px 0 0 0	;
}
.footer h2{
  font-size: 1.2352941176471rem;
  font-family: 'Rubik',sans-serif;
  color: #ffffff;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
.footer p{
  font-size: 16px;
  font-family: 'Rubik',sans-serif;
  color: #ffffff;
  font-weight: 400;
}
.footer ul{
	margin-left: 0;
	padding-left: 0;
}
.footer ul li{
	margin-bottom: 10px;
}
.footer ul li a{
	color: #fff;
	font-family: 'Rubik',sans-serif;
	  font-size: 16px;
}
.footer ul li a:hover{
	color: #ffffff;
}

.footer-bottom{
	background: #002341;
	padding: 10px 0	;
}
.footer-bottom p{
  font-size: 16px;
  font-family: 'Rubik',sans-serif;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
}

ul.list.forcontact li a i {
    padding: 7px 11px;
    background: #f41c29;
    margin-right: 12px;
    border-radius: 3px;
    height: auto;
    flex: 0 0 14%;
    height: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*******Footer-Section End**********/

ul.list.forcontact li a {
    display: flex;
}
.main-footer{
	position:relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 1;
}

.main-footer:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background:#011627;
	content: "";
	opacity: 0.90;
}

.main-footer .widgets-section{
	position:relative;
	padding: 220px 0 60px;
	margin-top: -100px;
}

.main-footer.alternate .widgets-section{
	margin-top: 0;
	padding-top:0;
}

.main-footer .footer-column{
	position:relative;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:0;
}

.main-footer .footer-column .widget-title {
	position: relative;
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	line-height: 30px;
	padding-left: 0px;
	margin-bottom: 25px;
}



.main-footer .about-widget{
	position: relative;
	padding-right: 20px;
}

.main-footer .footer-logo{
	position:relative;	
	margin-bottom: 15px;
}

.main-footer .footer-logo figure{
	margin: 0;
	margin-top: -20px;
}

.main-footer .footer-logo img{
	display:block;
	max-width:100%;	
}

.main-footer .about-widget .text{
   font-size: 16px;
  font-family: 'Rubik',sans-serif;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 28px;
}

/*Recent Posts*/

.recent-posts{
	position: relative;
}

.recent-posts .post{
	position: relative;
	min-height: 70px;
	padding-left: 105px;
	margin-bottom: 30px;
}

.recent-posts .post .thumb{
	position: absolute;
	left: 0;
	top: 0;
	height: 70px;
	width: 80px;
	overflow: hidden;
}

.recent-posts .post .thumb a{
	display: block;
}

.recent-posts .post .thumb img{
	display: block;
	width: 100%;
	height: auto;
}

.recent-posts .post h4{
	position: relative;
	font-size: 18px;
	color: #f4f4f4;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 3px;
}

.recent-posts .post h4 a{
	color:#f4f4f4;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.recent-posts .post h4 a:hover{
	color: #ff8a00;
}

.recent-posts .post .info{
	position: relative;
	display: block;
}

.recent-posts .post .info li{
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	color: #f4f4f4;
	font-weight: 400;
	padding-right: 3px;
	margin-right: 3px;
}

.recent-posts .post .info li:before{
	position: absolute;
	right: -4px;
	top: 0;
	font-size: 12px;
	line-height: 20px;
	color: #f4f4f4;
	font-weight: 400;
	content: "/";
}

.recent-posts .post .info li:last-child:before{
	display: none;
}

/*=== links Widget ===*/

.main-footer .links-widget{
	position: relative;
}

.main-footer .links-widget .list li{
	position:relative;
	display: block;
	padding-left: 0;
	margin-bottom: 16px;
	display: flex;
	flex-direction: row;
	gap: 10px;
}

/* .main-footer .links-widget .list li:before{
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	left: 0;
	top: 0;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 400;

} */

.main-footer .links-widget .list li a{
	position:relative;
	display: block;
	line-height: 20px;
	font-size: 14px;
	color: #f4f4f4;
	font-weight: 400;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main-footer .links-widget .list li:hover:before,
.main-footer .links-widget .list li a:hover{
	color:#ff8a00;
}

.main-footer .gallery-widget{
	position: relative;
}

.main-footer .gallery-widget .outer{
	position:relative;
	margin: 0px -7px 0;
}

.main-footer .gallery-widget .outer .image{
	position:relative;
	float:left;
	width:33.3333%;
	padding:0px 7px;
	margin-bottom:14px;
}

.main-footer .gallery-widget .image img{
	display:block;
	width:100%;	
}

.main-footer .gallery-widget .image a{
	position: relative;
	display: block;
}

.main-footer .gallery-widget .image a:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #ff8a00 padding-box content-box;
	padding: 5px;
	opacity: .80;
	content: "";
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .gallery-widget .image a:hover:before{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.main-footer .gallery-widget .image a:after{
	position: absolute;
	height: 20px;
	width: 20px;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
    content: "\f0b2";
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #000000;
	font-family: "FontAwesome";
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .gallery-widget .image a:hover:after{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/*=== Footer Bottom ===*/

.main-footer .footer-bottom{
	position:relative;
	border-top: 1px solid #222222;
}

.main-footer .footer-bottom .inner-container{
	position: relative;
}

.main-footer .footer-bottom .inner-container:before{
	position: absolute;
	right: 100%;
	top: 0;
	height: 100%;
	width: 1000%;
	background-color: #ff8a00;
	content: "";
}

.main-footer .footer-bottom .copyright-text{
	position: relative;
	float: left;
	padding:20px 0;
	padding-right: 40px;
	background-color: #ff8a00;
}

.main-footer .footer-bottom .copyright-text:before{
	position: absolute;
	left: 100%;
	top: 0;
	border-right: 40px solid transparent;
	border-bottom:70px solid #ff8a00;
	content: "";
}

.main-footer .footer-bottom .copyright-text p{
	position: relative;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
}

.main-footer .footer-bottom .copyright-text a{
	color: #fff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .footer-bottom .copyright-text a:hover{
	text-decoration: underline;
}

.main-footer .footer-bottom .social-links{
	position: relative;
	float: right;
	padding: 20px 0;
}

.social-icon-two{
	position: relative;
}

.social-icon-two li{
	position: relative;
    float: left;
    margin-left: 0;
    padding: 3px 12px;
    display: block;
    background: #f41c29;
    margin-right: 10px;
    border-radius: 2px;
    margin-top: 14px;
}

.social-icon-two li a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #f4f4f4;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-two li a:hover{
	color: #d94943;
}

.main-footer .links-widget .list li i {
	color: #d94943;
}
/*****************************/

/**************Inner Banner Start**********************/
.inner-page {
	padding: 80px 0;
	background: #38060b;
}
.site-breadcrumb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
}
.site-breadcrumb .breadcrumb-title {
    font-size: 35px;
    color:#fff;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
	 font-family: 'Rubik',sans-serif;
}

.site-breadcrumb .breadcrumb-menu {
  position: relative;
  z-index: 1;
  padding-left: 0;
}

.site-breadcrumb .breadcrumb-menu li {
  position: relative;
  display: inline-block;
  margin-left: 9px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
   font-family: 'Rubik',sans-serif;
}

.site-breadcrumb .breadcrumb-menu li a {
  color: #fff;
  transition: all 0.5s ease-in-out;
}

/* .site-breadcrumb .breadcrumb-menu li::before {
  position: absolute;
  content: '\f101';
font-family: "FontAwesome";
  right: -21px;
  top: 1px;
  text-align: center;
  font-size: 16px;
  color: var(--color-white);
} */

.site-breadcrumb .breadcrumb-menu li:first-child {
  margin-left: 0;
}

.site-breadcrumb .breadcrumb-menu li:last-child:before {
  display: none;
}

.site-breadcrumb .breadcrumb-menu li a:hover {
  color: rgb(255, 166, 0);
}

.site-breadcrumb .breadcrumb-menu li.active {
  color: rgb(255, 166, 0);
}

/**************Inner Banner End**********************/


/**************How it Works start**********************/
.how-it-works{
  background: #F5F4F4;
  padding: 70px 0;
}

.how-it-works h1{
	font-size: 2.2352941176471rem;
    font-family: 'Rubik', sans-serif;
	font-weight: 700;
	color: #011627;
	text-align: center;
}

.how-it-works p{
	font-size: 16px;
    font-family: 'Rubik', sans-serif;
	font-weight: 400;
	color: #011627;
	text-align: center;
	line-height: 26px;
}

.how-it-works iframe {
	display: block;
}

.logo-for-work{
	margin-bottom: 30px;
}
.logo-for-work img{
	width: 100%;
	
}

.how-it-works .work-details{
	
}
.how-it-works .work-details h2{
	font-size:20px;
    font-family: 'Rubik', sans-serif;
	font-weight: 700;
	color: #011627;
	text-align: left;
	margin-bottom: 10px;
}
.how-it-works .work-details p{
	font-size:16px;
    font-family: 'Rubik', sans-serif;
	font-weight: 400;
	color: #011627;
	text-align: left;
	margin-bottom: 20px;
}

/**************How it Works End**********************/

/**************applications-of-oilmist-filter-collector start**********************/
.gallery{
	margin-bottom: 20px;
}
.gallery img{
width: 100%;
}

/**************applications-of-oilmist-filter-collector End**********************/

/**************how-oil-mist-filter-works start**********************/


.health-and-safety{
  background: #F5F4F4;
  padding: 70px 0;
}

.health-and-safety h1{
	font-size: 2.2352941176471rem;
    font-family: 'Rubik', sans-serif;
	font-weight: 700;
	color: #011627;
	text-align: center;
}

.health-and-safety h2{
	font-size:30px;
    font-family: 'Rubik', sans-serif;
	font-weight: 700;
	color: #339966;
	text-align: left;
	margin-bottom: 10px;
}
.health-and-safety p{
	font-size:16px;
    font-family: 'Rubik', sans-serif;
	font-weight: 400;
	color: #011627;
	text-align: left;
	margin-bottom: 20px;
}

.health-pic img{
	width: 100%;
}
.list{
	padding-left: 0;
	margin-top: 30px;
}
.list li{
	font-size:16px;
    font-family: 'Rubik', sans-serif;
	font-weight: 400;
	color: #011627;
	text-align: left;
	margin-bottom: 20px;
	position: relative;
	padding-left: 20px;
}

.list li::before {
	content: "";
	height: 10px;
	width: 10px;
	background: #002341;
	position: absolute;
	top: 6px;
	left: 0px;
	border-radius: 50%;
}
/**************how-oil-mist-filter-works End**********************/


/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-one {
    position: relative;
    display: block;
    padding: 70px 0 0px;
  }
  .contact_one_left {
  }
  .contact_one_left .block-title {
    margin-bottom: 38px;
  }
  .contact_one_left-text {
  }
  .contact_one_left-text p {
    color: #757575;
    margin: 0;
  }
  
  .contact_one_left__social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 49px;
  }
  .contact_one_left__social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 40px;
    height: 40px;
    background-color: #f6f6f6;
    color: var(--thm-black);
    font-size: 15px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .contact_one_left__social a + a {
    margin-left: 10px;
  }
  .contact_one_left__social a:hover {
    background: var(--thm-primary);
    color: var(--thm-base);
  }
  
  .contact-one__form__wrap {
    position: relative;
    display: block;
    margin-left: 20px;
  }
  .contact-one__form__wrap .row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .contact-one__form__wrap .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .contact-one__form__wrap .col-md-12 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .contact-one__form {
  }
  .contact-one__form .input-group {
  }
  .contact-one__form .input-group input {
  }
  .contact-one__form .input-group input[type="text"],
  .contact-one__form .input-group input[type="Email"] {
    height: 78px;
    width: 100%;
    background: #f6f6f6;
    border: none;
    outline: none;
    padding: 0 30px;
    font-size: 16px;
    color: var(--thm-gray);
    margin-bottom: 10px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  }
  .contact-one__form .input-group textarea {
    font-size: 16px;
    color: var(--thm-gray);
    height: 195px;
    background: #f6f6f6;
    width: 100%;
    border: none;
    outline: none;
    padding: 25px 30px 25px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  }
  .contact-one__form .contact__btn {
    position: relative;
    display: block;
    margin-top: 10px;
  }
  .contact-one__form .contact__btn .contact-one__btn {
  }
  
  
  
  /******for Contact Us Css Start*****/
  form input {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #fff;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  }
  
  .textheading {
    margin-top: 28px;
    font-size: 19px;
    font-weight: bold;
  }
  
  .captcha-heading {
    font-size: 20px;
    color: #ff1818;
    font-weight: 600;
  }
  
  .submit__generated {
    display: inline-block;
  }
  .submit__generated span {
    display: inline-block;
    width: 50px;
    height: 40px;
    vertical-align: center;
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
  }
  
  .submit__generated span {
    display: inline-block;
    width: 50px;
    height: 40px;
    vertical-align: center;
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
  }
  
  .submit__generated .submit__input {
    position: relative;
    outline: 0;
    height: 45px;
    width: 65px;
    border-radius: 4px;
    border: 1px solid #42A0DD;
    color: #42A0DD;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    top: -2px;
  }
  i.fa-refresh {
    margin: 4px 0 0px 5px;
    padding: 5px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transform-origin: center center;
    transition: transform 0.2s ease-out, color 0.2s ease-out;
  }
  span.submit__error, span.submit__error--empty {
    color: #e74c3c;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
  display: none; 
  }
  
  .submit__overlay {
    height: 70px;
    width: 86%;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    margin-top: -100px;
    margin-left: 0px;
  }
  
  .submit {
    display: block;
    margin: 38px 0;
    padding: 7px 15px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: none;
    border: 0;
    background-color: #42A0DD;
    background-clip: padding-box;
    border-radius: 3px;
    box-shadow: 0 4px 0 #2C81BA;
    opacity: 1;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  }
  

  
  
  .all_contact_info_single.mail_info {
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(168 42 42 / 19%);
  }
  /*--------------------------------------------------------------
  # All Contact Info
  --------------------------------------------------------------*/
  .all_contact_info {
    position: relative;
    display: block;
  }
  .all_contact_info_inner {
    position: relative;
    display: block;
    background: #f6f6f6;
    padding: 100px 0 100px;
  }
  .all_contact_info_inner:before {
    position: absolute;
    top: 0;
    left: -100000px;
    bottom: 0;
    right: 0;
    content: "";
    background: #f6f6f6;
  }
  .all_contact_info_single {
  }
  .all_contact_info_single .icon,
  .all_contact_info_single .content {
    display: table-cell;
    vertical-align: middle;
  }
  .all_contact_info_single .icon {
    width: 65px;
  }
  
  .all_contact_info_single .icon i {
    height: 65px;
    width: 65px;
    background: var(--thm-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
	background: #2ecc71;
	font-size: 25px;
	color: #fff;
  }
  .all_contact_info_single:hover .icon i {
    background: #f41c29;
	color: #fff;
  }
  .all_contact_info_single .icon span:before {
    font-size: 20px;
    color: #fff;
    line-height: 25px;
  }
  .all_contact_info_single .content {
    padding-left: 20px;
  }
  .all_contact_info_single .content a {
    font-size: 18px;
    color: #111111;
    transition: all 500ms ease;
	font-family: 'Rubik', sans-serif;
  }
  .all_contact_info_single .content a:hover {
    color: var(--thm-primary);
  }
.all_contact_info_single .content p {
	color: #111111;
	margin: 0;
	text-align: left;
	font-family: 'Rubik', sans-serif;
}
  .all_contact_info_single.mail_info {
  }
  .all_contact_info_single.phone_info {
    margin-left: 30px;
  }
  .all_contact_info_single.location_info {
    margin-left: -30px;
  }
  .all_contact_info_single .icon span {
    height: 65px;
    width: 65px;
    /* background: var(--themeht-bg-dark-color); */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: #373737;
  }
  
  .mB20{
    margin-bottom: 20px;
  }
  /******for Contact Us Css End*****/
  
  input {
      width: 100%;
      margin-top: 10px;
      padding: 10px;
      border: 1px solid #000;
  
  }
  
  input:focus {
      box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  }
  
  .textheading {
      margin-top: 20px;
      font-size: 20px;
      font-weight: bold;
  }
  
  .margin-top {
      margin-top: 10px;
  }
  
  .submit__generated {
      display: inline-block;
  }
  
  .submit__generated span {
      display: inline-block;
      width: 50px;
      height: 40px;
      vertical-align: center;
      line-height: 40px;
      font-weight: bold;
      font-size: 16px;
      color: rgba(0, 0, 0, 0.9);
      text-align: center;
      letter-spacing: 1px;
      text-transform: uppercase;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 4px;
  }
  
  .submit__generated.valid:after,
  .submit__generated.unvalid:after {
      font-family: FontAwesome;
      font-size: 18px;
      margin-left: 10px;
  }
  
  .submit__generated.valid:after {
      content: "";
      color: #2ecc71;
  }
  
  .submit__generated.valid .submit__input {
      border: 1px solid #2ecc71;
      color: #2ecc71 !important;
  }
  
  .submit__generated.unvalid:after {
      content: "";
      color: #e74c3c;
  }
  
  .submit__generated.unvalid .submit__input {
      border: 1px solid #e74c3c;
      color: #e74c3c;
  }
  
  .submit__generated .submit__input {
      position: relative;
      outline: 0;
      height: 45px;
      width: 65px;
      border-radius: 4px;
      border: 1px solid #42A0DD;
      color: #42A0DD;
      text-align: center;
      font-weight: bold;
      font-size: 16px;
      top: -2px;
  }
  
  i.fa-refresh {
      margin: 4px 0 0px 5px;
      padding: 5px;
      font-size: 18px;
      color: rgba(0, 0, 0, 0.2);
      cursor: pointer;
      transform-origin: center center;
      transition: transform 0.2s ease-out, color 0.2s ease-out;
  }
  
  i.fa-refresh:hover {
      color: rgba(0, 0, 0, 0.4);
      transform: rotate(180deg);
  }
  
  span.submit__error,
  span.submit__error--empty {
      color: #e74c3c;
      position: absolute;
      margin-top: 0px;
      margin-left: 100px;
  }
  
  .submit {
      display: block;
      margin: 50px 0;
      padding: 7px 15px;
      font-weight: bold;
      font-size: 16px;
      color: #fff;
      letter-spacing: 1px;
      text-transform: uppercase;
      outline: none;
      border: 0;
      background-color: #42A0DD;
      background-clip: padding-box;
      border-radius: 3px;
      box-shadow: 0 4px 0 #2C81BA;
      opacity: 1;
      transition: transform 0.2s ease-out, opacity 0.2s ease-out;
	  position:relative;
  }
  
  .submit:hover {
      background-color: #3498db;
  }
  
  .submit:active,
  .submit.enter-press,
  .submit.overlay {
      margin: 55px 0 46px 0;
      box-shadow: none;
  }
  
.submit__overlay {
	height: 10%;
	width: 11%;
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	margin-top: -102px;
	margin-left: 0px;
	z-index: 99;
}
 
/**contact us end***/


/**oil-mist-filter-collector start***/
.prduct-details{

}
.prduct-details .prduct-pic{
  
}
.prduct-details .prduct-pic img{
  width: 100%;
}
.prduct-details .prduct-text{
  margin-top: 20px;
}
.prduct-details .prduct-text h3{
	font-size: 30px;
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	color: #011627;
	text-align: center;

}

.oil-mist-filter-collector{
	font-size: 35px;
    font-family: 'Rubik', sans-serif;
	font-weight: 700;
	color: #011627;
	text-align: center;
  margin-top: 30px;
}
/**oil-mist-filter-collector end***/

.fumax-oil-mist{
  background: #F5F4F4;
  padding: 70px 0;
}

.brochure-download{
  background: #d94948;
  border-radius: 52px;
  padding: 15px 18px;
  color: #fff;
  margin-top: 20px;
  display: inline-block;
}

.fumax-oil-mist h3{
	font-size: 20px;
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	color: #011627;
	text-align: left;
  margin-top: 30px;

}

.fumax-oil-mist  p{
	font-size:16px;
    font-family: 'Rubik', sans-serif;
	font-weight: 400;
	color: #011627;
	text-align: left;
	margin-bottom: 20px;
}

.product-range {
	width: 100%;
	margin: 40px 0;
}

.logo-for-work.for-logo {
	height: 130px;
	width: 200px;
}




.circle2 {
	border-radius: 50%;
	box-shadow: 0px 0px 2px 2px #23c76473;
	position: fixed;
	right: 30px;
	bottom: 250px;
	z-index: 9999;
  }
  
  .pulse {
	animation: pulse-animation 2s infinite;
  }
  
  .circle1 {
	border-radius: 50%;
	box-shadow: 0px 0px 2px 2px #23c76473;
	position: fixed;
	right: 30px;
	bottom: 170px;
	z-index: 9999;
  }
  
  @keyframes pulse-animation {
	0% {
		box-shadow: 0 0 0 0px #23c76473;
	}
	100% {
		box-shadow: 0 0 0 20px #23c76473;
	}
  }



   /******SEO Start*******/
    .footer-product{
  margin: 50px 0;
position: relative;
/* z-index: 9; */
}
.footer-product span {
background: #f41c29;
padding: 10px 0;
text-align: center;
margin-bottom: 30px;
color: #fff;
font-size: 24px;
cursor: pointer;
display: block;
}
.footer-product span{

}

.footer-product ul{
padding-left: 0;
}

.footer-product ul li {
list-style-type: none;
margin: 10px 0;
position: relative;
padding-left: 20px;
}
.footer-product ul li::before {
	content: "";
	height: 12px;
	width: 12px;
	display: block;
	background: #b2b4b64f;
	position: absolute;
	top: 6px;
	left: 0px;
	border-radius: 50%;
	border: 2px solid #f41c29;
}
.footer-product ul li a {
color: #131e4a;
}

.footer-product ul li a {
color: #131e4a;
font-size: 14px;
font-weight: 700;
}
.footer-product ul li a i {
margin-right: 10px;
}

.footer-product span.location {
font-size: 22px;
background: no-repeat;
color: #061e75;
font-weight: 800;
margin-bottom: 20px;
display: block;
text-align: left;
}

.footerPro{
display: none;
}

.footerPro.mystyle{
display: flex;
}


.pricing-block{

		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 20px;
}



.forHeadingOne {
    text-align: center;
    font-size: 30px;
    margin-bottom: 50px;
    background: #f3f3f3;
    padding: 18px;
    border-bottom: 2px solid #5b5b5b;
    border-radius: 3px;
    color: #0055a1;
    line-height: 36px;
}

.forHeadingTwo {
    font-size: 22px !important;
    margin-bottom: 15px !important;
    line-height: 32px !important;
    color: #0055a1;
    background: #f7f1f1;
    padding: 10px;
    border-left: 2px solid #5b5b5b;
    border-radius: 3px;
    margin-top: 20px;
}

.product-list-li ul{
  padding-left: 0;
}

.product-list-li ul li {
	list-style-type: none;
	margin: 10px 0;
	position: relative;
	padding-left: 24px;
	font-size: 16px;
	color: #000;
	line-height: 28px;
	margin-bottom:10px;
    font-family: 'Rubik', sans-serif;
  }
  
  .product-list-li ul li strong{
	font-weight: 700;
  }
  
  .product-list-li ul li::before {
	content: "";
	height: 12px;
	width: 12px;
	display: block;
	background: #b2b4b64f;
	position: absolute;
	top: 6px;
	left: 0px;
	border-radius: 50%;
	border: 2px solid #f41c29;
  }
  
  .product-pic{
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  }
  
  .product-pic img {
	width: 100%;
	
  }
  

  
.accro .accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 18px;
	transition: 0.4s;
	margin-bottom: 10px;
	font-weight: 400;
  }
  
  .accro  .active, .accordion:hover {
  background-color: #ccc;
  }
  
  .accro .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  }
  
  .accro .active:after {
  content: "\2212";
  }
  
  .accro .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  }
  
  
  .accordion.footer:hover {
	background-color: #fff;
  }

.for-product .product-pic img {
    width: 100%;
    border: 2px solid #0055a1;
}

p {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
	margin-bottom:10px;
}


#product-Details {
  display: none;
}

/* Class to show the product details */
#product-Details.show {
  display: flex; /* Or block, or grid, depending on your layout */
}

.for-seo{
  margin: 60px 0;
}

.for-seo  p{
	font-size:16px;
    font-family: 'Rubik', sans-serif;
	font-weight: 400;
	color: #011627;
	text-align: left;
	margin-bottom: 20px;
}
.product-social-icons{
  margin-top: 20px;
}
.product-social-icons img{
  width: 100%;
}
/*---------SEO ENd----------*/


.manu-header.scrolled {
	position: fixed;
	top: 0;
	background: rgba(243, 243, 243, 1.0);
	/* padding-bottom: 0; */
	z-index: 99;
	transition: all 0.6s ease-in-out;
	padding-bottom: 8px;
	left: 0;
	right: 0;
}


    .scrollTop {
        position: fixed;
        right: 1%;
        bottom: 10px;
        background: url(../images/up_arrow.png) !important;
        background-repeat: no-repeat;
        padding: 20px;
        opacity: 0;
        transition: all 0.4s ease-in-out 0s;
        z-index: 9;
    }


    .celebration img {
	width: 100%;
}



