@charset "utf-8";
/* CSS Document */

body,html
{
	margin:0;
	padding:0;
	position:relative;
	height:100%;
	width:100%;
}

.container
{
	width:1280px;
	margin:0 auto;
	
}
.container_content
{
	width:80%;
	margin:0 auto;
}
.clear
{
	clear:both;
}


@font-face {
    font-family: 'proxima_novalight';
    src: url('../fonts/proximanova_light-webfont.eot');
    src: url('../fonts/proximanova_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova_light-webfont.woff') format('woff'),
         url('../fonts/proximanova_light-webfont.ttf') format('truetype'),
         url('../fonts/proximanova_light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'rockwellregular';
    src: url('../fonts/rock_0-webfont.eot');
    src: url('../fonts/rock_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rock_0-webfont.woff') format('woff'),
         url('../fonts/rock_0-webfont.ttf') format('truetype'),
         url('../fonts/rock_0-webfont.svg#rockwellregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bebasregular';
    src: url('../fonts/bebas__-webfont.eot');
    src: url('../fonts/bebas__-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebas__-webfont.woff') format('woff'),
         url('../fonts/bebas__-webfont.ttf') format('truetype'),
         url('../fonts/bebas__-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*  Home page styling starts here*/

.header_contactinfo
{
	width:100%;
	float:right;
	padding-bottom:0.5%;
}

.mobile_contact
{
	width:13%;
	float:right;
	margin-top:2%;
}

.mobile_icon
{
	width:10%;
	float:left;
}

.mobile_icon img
{
	width:100%;
}

.mobile_num
{
	font-family:'proxima_novalight';
	font-size:80%;
	margin-top:0.8%;
	padding-left:1.5%;
	float:left;
	color:#4895cd;
}

.email_contact
{
	width:17%;
	float:right;
	margin-top:2%;
}

.email_icon
{
	width:8%;
	float:left;
	margin:2% 0 0 0;
}

.email_icon img
{
	width:100%;
}


.header
{
	width:100%;
	background:#f3f3f3;
	z-index:999;
	position:relative;
}

.logo
{
	width:20%;
	float:left;
	margin:2% 0 0 0;
	cursor:pointer;
	border:0;
	outline:0;
}
.logo img
{
	width:100%;
}

.menu
{
	width:51%;
	float:right;
	font-family:'proxima_novalight';
	font-size:100%;
	text-transform:uppercase;
	cursor:pointer;
	text-align:right;
	font-weight:bold;
}
.navigation
{
	list-style:none;
	margin:0;
	padding:0;
}
.navigation li
{
	display:inline;
	cursor:pointer;
	
}
.navigation li a
{
	text-decoration:none;
	padding:7% 2% 4.8% 2%;
	margin:0 0 0 1.2%;
	color:#534b49;
	float:left;	
}
.navigation li a:hover
{
	background:#ececec;
	border-bottom:3px solid #37b0e5;
	color:#37b0e5;

}

.navigation li a.active
{
	background:#ececec;
	border-bottom:3px solid #37b0e5;
	color:#37b0e5;
}

#home
{
	width:100%; position:relative; 
}


.slider_content
{
	position:absolute;
	padding:12% 0% 0% 10%;
	width: 55%;

	z-index: 99;
}
.slider_title
{
	font-family:'proxima_novalight';
	font-size:400%;
	text-transform:uppercase;
	color:#fff;
	text-shadow:1.5px 1.5px #000;
}

.blue
{
	color:#37b0e5;
	
}
.slider_title_content
{
	font-family:'proxima_novalight';
	font-size:130%;
	color:#fff;
	width:60%;
	line-height:150%;
	padding-top:1%;
	text-align:justify;
	text-shadow:0.5px 0.5px #a4a4a4;
}

.slider_read
{
	
	font-family:'proxima_novalight';
	font-size:100%;
	width:8.5%;
	color:#fff;
	text-transform:uppercase;
	padding-top:2%;
	cursor:pointer;
	border-bottom:4px solid #37b0e5;
	text-shadow:0.5px 0.5px #a4a4a4;

}
.slider_read:hover
{
	color:#37b0e5;
}
/*  Home page styling ends here*/

/*  About page styling starts here*/

#about
{
	background:url(../images/about/about_bg.png) center center no-repeat;
	width:100%;
	height:750px; /* 838px */
	-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
	padding:5.05% 0 0% 0;
	position:relative;
	overflow:hidden;
	
}

.about_title
{
	font-family:'rockwellregular';
	font-size:200%;
	color:#3b454d;
	text-align:center;
	width:100%;
	letter-spacing:2px;

}

.about_line
{
	text-align:center;
	margin:3% 0 0 0;
}

.about_title_content
{
	font-family:'proxima_novalight';
	font-size:130%;
	line-height:150%;
	text-align:center;
	width:100%;
margin:5% 0 0 0;
}

.about_content
{
	width:100%;
	margin:8% 0 0 0;
}

.vision_section
{
	width:28%;
	float:left;
	margin-left:5%;
}

.vision_title
{
	font-family:'bebasregular';
	font-size:200%;
	text-transform:uppercase;
	letter-spacing:1px;	
	text-align:center;
}

.vision_content
{
	font-family:'proxima_novalight';
	font-size:100%;
	margin:15% 0 0 0;
	line-height:150%;
	text-align:justify;
}

.vision_more_button
{
	width:30%;
	background:#3a95de;
	text-align:center;
	padding:1% 0 1.5% 0;
	color:#fff;
font-family:'bebasregular';
font-size:150%;
margin:20% 0 0 30%;
	cursor:pointer;
}

.objective_more_button
{
width:30%;
	background:#3a95de;
	text-align:center;
	padding:1% 0 1.5% 0;
	color:#fff;
font-family:'bebasregular';
font-size:150%;
margin:28.5% 0 0 30%;
	cursor:pointer;	
}
/*  About page styling ends here*/


/*  capabilities page styling starts here*/

#capabilities
{
	width:100%; position:relative; 
}

.capabilities_container_content
{
	width:80%;
	margin:0 auto 0 auto;
	top:125px;
}
.capabilities_bg
{
	background:url(../images/capabilities/capabilities_bg.png) no-repeat;
	width:100%;
	
	background-size:100%;
	
	display: block;
    height: 0;
    padding-bottom: 20.571429%;

}

.capabilities_titie
{
	font-family:'rockwellregular';
	font-size:150%;
	text-transform:uppercase;
	color:#fff;
	width:100%;
	text-align:center;
	padding-top:9%;

	
}
.capabilities_border
{
	width:100%;
	margin:3% 0 0 15%;
}

.capabilities_title_content
{
	font-family:'proxima_novalight';
	font-size:100%;
	color:#fff;
	text-align:center;
	margin:5% 5% 0 5%;
	line-height:170%;
	text-align:center;

}

.capabilities_content
{
	width:100%;

}

.our_capabilities_title
{
    font-family:'bebasregular';
	font-size:180%;
	text-transform:uppercase;
	padding-top:5%;
	padding-bottom:0.5%;
	border-bottom:1px solid #000;
	width:21%;

}

.our_capabilities_content
{
	width:100%;
}
.our_capabilities_content_left
{
	width:50%;
	float:left;
}


.our_capabilities_content_list
{
	font-family:'proxima_novalight';
	font-size:100%;
	margin:4% 0 0 3%;
	padding:0 5% 0 0;

}

.our_capabilities_content_list li
{
	color:#37b0e5;
	padding-top:1%;
	
}
.our_capabilities_content_list li>span
{
	color:#000!important;
}

/*.our_capabilities_content_list li:before
{
	content: "•";
    color: #37b0e5;
	
} */

.reaction_title
{
	font-family:'bebasregular';
	font-size:150%;
	text-transform:uppercase;
	padding-top:5%;
	padding-bottom:0.5%;
	border-bottom:1px solid #000;
	width:23%;

}
.reaction_box
{
	width:100%;
	background:#37b0e5;
	padding:1% 3% 1% 3%;
	color:#fff;
	font-family:'proxima_novalight';
	font-size:100%;
	margin:2% 0 0 0%;
	
}

.low_high_capabilities
{
	width:100%;
	margin:5% 0 0 0%;
}

.low_capabilities
{
	width:27%;
	float:left;
	border-right:1px solid #666;
	min-height:260px;

}

.low_capabilities_title
{
    font-family:'bebasregular';
	letter-spacing:2px;
	font-size:150%;
	color:#37b0e5;
	text-transform:uppercase;
}

.low_capabilities_content
{
	font-family:'proxima_novalight';
	font-size:100%;
	color:#444;
	margin:0;
	padding:3% 0 0 0;
	/* border-right:1px solid #000;*/
	
}

.low_capabilities_content li
{
	padding-top:2%;
}
.medium_capabilities
{
	
	width:32%;
	float:left;
	
	margin-left:2%;
	border-right:1px solid #666;
	min-height:260px;
}

.high_capabilities
{
	width:36%;
	float:right;
	margin-left:2%;
	
}
.arrow
{
	padding-right:7%;
	width:3%;
	float:left;
}
.arrow img
{
	width:100%;
}



.arrow1
{
	padding-right:7%;
	width:4%;
	float:left;
}
.arrow1 img
{
	width:100%;
}
/*  capabilities page styling ends here*/

/*  facilities page styling starts here*/

#facilities
{
	width:100%; position:relative; 
	padding:0 0 0 0;
}

.facilities_container_content
{
	width:80%;
	margin:0 auto;
	padding:0 0 3%; 0;
}
.facilities_bg
{
background:url(../images/facilities/facilities_bg.png) no-repeat;
	width:100%;
	
	background-size:100%;
	
	display: block;
    height: 0;
    padding-bottom: 20.571429%;
	
margin-bottom:2%;
}

.facilities_blue
{
		color:#37b0e5;
	font-size:125%;
}

.facilities_content
{
	padding-bottom:0%;
}
.border
{
	border-bottom:1px solid #CCC;
	width:100%;
	margin-top:5%;
}

.facilities_subcontent
{
	width:100%;
	margin:8% 0 0 0;
}

.batchreactor_section
{
	width:32%;
	float:left;

	border-right:1px solid #CCC;
	padding:0 5% 0 0;

}

.batchreactor_title
{
	font-family:'bebasregular';
	font-size:200%;
	text-transform:uppercase;
	letter-spacing:1px;	
	text-align:center;
}

.batchreactor_content
{
	font-family:'proxima_novalight';
	font-size:100%;
	margin:13% 0 0 0;
	line-height:150%;
	
}

.filteration_section
{
	width:25%;
	float:left;
	margin-left:5%;
	border-right:1px solid #CCC;
	padding:0 5% 0 0;
	min-height:245px;
	
}

.filteration_more_button
{
	width:30%;
	background:#3a95de;
	text-align:center;
	padding:1% 4% 1.5% 4%;
	color:#fff;
font-family:'bebasregular';
font-size:150%;
margin:37.5% 0 0 30%;
	cursor:pointer;
}


.drying_section
{
	width:17%;
	float:left;
	margin-left:5%;
}

.drying_more_button
{
	width:30%;
	background:#3a95de;
	text-align:center;
	padding:1% 5% 1.5% 5%;
	color:#fff;
font-family:'bebasregular';
font-size:150%;
margin:50% 0 0 30%;
	cursor:pointer;
}

/*  facilities page styling ends here*/

/*  contact page styling starts here*/

#contact
{
	width:100%; position:relative; 
}
.contact_bg
{
	background:url(../images/contact/contact_bg.jpg) no-repeat ;
	width:100%;
	background-size:100%;	
	display: block;
    padding-bottom: 24.571429%;
}

.contact_bg_content
{
	width:60%;
	float:left;
	text-align:center;
	padding:10% 0 10% 5%;
}
.contact_title
{
	font-family:'bebasregular';
	font-size:500%;
	text-transform:uppercase;
	color:#fff;
	text-shadow:2px 2px #000;

}

.contact_title_content
{
	font-family:'proxima_novalight';
	font-size:140%;
	color:#505050;
	padding-top:2%;
	line-height:170%;
	text-align:center;
	text-shadow:1px 1px #cccccc;
}

.contact_content
{
	width:100%;
	height:100%;
	margin-top:3%;


}
.contact_leftcontent
{
	width:45%;
	float:left;
}

.name
{
	
	font-family:'proxima_novalight';
	font-size:120%;
	color:#000;
	margin-top:1.5%;
}

.textbox
{
	width:100%;
	background:#dfdfdf;
	padding:2.5% 2% 2.5% 2%;
	border:0;
	outline:0;
	border-radius:5px;
	margin:2% 0 2% 0;
}

.captcha_code
{
font-family:'proxima_novalight';
color:#000;
float:right;
font-size:100%;
background:none;


}

.submit_btn
{
	width:35%;
	background:#666;
	padding:2% 1% 2% 1%;
	text-align:center;
	font-family:'proxima_novalight';
	font-size:150%;
	color:#fff;
	letter-spacing:1px;
	font-weight:bold;
	margin-top:7%;
	border:0;
	outline:0;
	cursor:pointer;
margin-bottom:25%;
border-radius:4px;
}

.submit_btn:hover
{
	background:#3a95de;
}

.contact_rightcontent
{
	width:30%;
	float:left;
	margin:4% 0 0 20%;
	
}

.contact_icons
{
	margin-bottom:10%;
	cursor:pointer;
	width:100%;
	float:left;
	
}

.twitter_icon
{
	float:left;
	background:url(../images/contact/twitter_icon.PNG)no-repeat;
	height:31px;
	width:40px;
}
.twitter_icon img
{
	width:100%;
}

.twitter_icon:hover
{
	background-position:-45px 0;
	
}

.facebook_icon
{
	float:left;
	margin:0;
	background:url(../images/contact/facebook_icon.PNG)no-repeat;
	height:31px;
	width:36px;
}
.facebook_icon img
{
	width:100%;
}
.facebook_icon:hover
{
	background-position:-40px 0;
}

.address_info
{
	font-family:'proxima_novalight';
	font-size:100%;
	width:80%;
	padding-bottom:5%;
	line-height:150%;

}
.newbusiness_content
{
	
}

.address_text
{
	font-family:'proxima_novalight';
	font-size:150%;
	
	padding-bottom:5%;
}
/*  contact page styling ends here*/







/*  footer page styling starts here*/

.footer
{
	width:100%;
	background:#3a95de;
	bottom:0;
	height:67px;
	position:relative;
}

.footer_fac
{
	width:100%;
	background:#3a95de;
	bottom:0;
	height:67px;
	position:relative;
	margin:5px 0 0 0;
}
.footer_abt
{
	width:100%;
	background:#3a95de;
	bottom:0;
	height:67px;
	position:relative;
	margin:120px 0 0 0;
}


.footer_cap
{
	width:100%;
	background:#3a95de;
	bottom:0;
	height:67px;
	position:relative;
	margin:50px 0 0 0;
}

.fixedfooter
{
	width:100%;
	position:fixed;
	z-index:999;
}

.footer_content
{
	font-family:'proxima_novalight';
	font-size:90%;
	padding:2.5% 0 2.5% 2%;
	color:#fff;
	width:70%;
	float:left;
}
.top_icon
{
	width:4.2%;
	float:right;
	padding:1% 0 1% 0;
	cursor:pointer;
}
.top_icon img
{
	width:100%;
}
/*  footer page styling ends here*/


@media (min-width:960px) and (max-width:1280px){

.footer_abt
{
	width:100%;
	background:#3a95de;
	bottom:0;
	height:67px;
	position:relative;
	margin:120px 0 0 0;
}

.slider_content
{
	position:absolute;
	padding:12% 0% 0% 8%;
	width: 55%;

	z-index: 99;
}
.slider_title
{
	font-family:'proxima_novalight';
	font-size:200%;
	text-transform:uppercase;
	color:#fff;
	text-shadow:1.5px 1.5px #000;
}

.slider_title_content
{
	font-family:'proxima_novalight';
	font-size:100%;
	color:#fff;
	width:60%;
	text-align:justify;
	line-height:150%;
	padding-top:1%;
	text-shadow:0.5px 0.5px #a4a4a4;
}

.slider_read
{
	
	font-family:'proxima_novalight';
	font-size:100%;
	width:13%;
	color:#fff;
	text-transform:uppercase;
	padding-top:2%;
	cursor:pointer;
	border-bottom:4px solid #37b0e5;
	text-shadow:0.5px 0.5px #a4a4a4;

}

 
 .capabilities_titie
{
	font-family:'rockwellregular';
	font-size:150%;
	text-transform:uppercase;
	color:#fff;
	width:100%;
	text-align:center;
	padding-top:5%;

	
}
.capabilities_border
{
	width:100%;
	margin:2% 0 0 15%;
}

.capabilities_title_content
{
	font-family:'proxima_novalight';
	font-size:90%;
	color:#fff;
	text-align:center;
	margin:2% 5% 0 5%;
	line-height:170%;
	text-align:center;
	width:90%;
}
 
 .contact_bg_content
{
	width:60%;
	float:left;
	text-align:center;
	padding:7% 0 10% 5%;
}
.contact_title
{
	font-family:'bebasregular';
	font-size:300%;
	text-transform:uppercase;
	color:#fff;
	text-shadow:2px 2px #000;
	padding-bottom:2%;
}

.contact_title_content
{
	font-family:'proxima_novalight';
	font-size:130%;
	color:#505050;
	line-height:150%;
	text-align:center;
	text-shadow:1px 1px #cccccc;
}
}


@media (min-width:864px) and (max-width:1152px){
 
 .menu
{
	width:62%;
	float:right;
	font-family:'proxima_novalight';
	font-size:100%;
	text-transform:uppercase;
	cursor:pointer;
	text-align:right;
	font-weight:bold;
}

 
 .capabilities_titie
{
	font-family:'rockwellregular';
	font-size:150%;
	text-transform:uppercase;
	color:#fff;
	width:90%;
	text-align:center;
	padding-top:3%;

	
}
.capabilities_border
{
	width:100%;
	margin:2% 0 0 15%;
}

.capabilities_title_content
{
	font-family:'proxima_novalight';
	font-size:90%;
	color:#fff;
	text-align:center;
	margin:2% 5% 0 5%;
	line-height:170%;
	text-align:center;
	width:80%;
}
 
 .contact_bg_content
{
	width:50%;
	float:left;
	text-align:center;
	padding:4% 0 10% 5%;
}
.contact_title
{
	font-family:'bebasregular';
	font-size:300%;
	text-transform:uppercase;
	color:#fff;
	text-shadow:2px 2px #000;
	padding-bottom:2%;
}

.contact_title_content
{
	font-family:'proxima_novalight';
	font-size:130%;
	color:#505050;


	line-height:150%;
	text-align:center;
	text-shadow:1px 1px #cccccc;
}
}



@media (min-width:768px) and (max-width:1024px){
 
 .menu
{
	width:62%;
	float:right;
	font-family:'proxima_novalight';
	font-size:100%;
	text-transform:uppercase;
	cursor:pointer;
	text-align:right;
	font-weight:bold;
}
 
 .capabilities_titie
{
	font-family:'rockwellregular';
	font-size:150%;
	text-transform:uppercase;
	color:#fff;
	width:78%;
	text-align:center;
	padding-top:2%;

	
}
.capabilities_border
{
	width:100%;
	margin:2% 0 0 15%;
}

.capabilities_title_content
{
	font-family:'proxima_novalight';
	font-size:85%;
	color:#fff;
	text-align:center;
	margin:2% 5% 0 5%;
	line-height:170%;
	text-align:center;
	width:65%;
}
 
 .contact_bg_content
{
	width:40%;
	float:left;
	text-align:center;
	padding:2% 0 10% 5%;
}
.contact_title
{
	font-family:'bebasregular';
	font-size:300%;
	text-transform:uppercase;
	color:#fff;
	text-shadow:2px 2px #000;
	padding-bottom:2%;
}

.contact_title_content
{
	font-family:'proxima_novalight';
	font-size:130%;
	color:#505050;

	
	line-height:150%;
	text-align:center;
	text-shadow:1px 1px #cccccc;
}
}

