/************************************************************************************
RESET
*************************************************************************************/


html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0px;
	padding: 0px;
}
img, fieldset {
	border: 0;
}
/* set image max width to 100% 
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 
}*/
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
/** {
	margin:0px auto;
	padding:0px;
}*/
/*body {
	background:#d2d2d2;
	font: .62em/150% Arial, Helvetica, sans-serif;
}*/
a {
	color: #666;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0;
	padding: 0;
	display: block;
}
/* list */
ul {
	/*margin: 1em 0 1.4em 24px;*/
	padding: 0;
	/*line-height: 140%;*/
	list-style: none;
}
ol {
	padding: 0;
}
li {
	margin: 0 0 0 0;
	padding: 0;
}
/* headings */


p + p {
	text-indent: 0px!important;
	margin: 0px;
}
/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
 display: none;
}
/************************************************************************************
STRUCTURE
*************************************************************************************/
/* CSS Document */
body {
	margin: 0 auto;
	background: #fff;
	position: relative;
	font-family: 'Josefin Sans', sans-serif;
}
.Clear {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.Wrapper {
	margin: 0 auto;
	width: 1200px;
}
.Top {
	background: #0a8ee0 url(../image/HeaderBg.jpg) no-repeat center top;
	height: 145px;
	overflow: hidden;
}
.Title {
	width: 900px;
	margin: 0 auto;
	padding-top: 5px;
}
.BannerBg {
	background: url(../image/BannerBg.jpg) repeat;
}
.Banner {
	width: 1200px;
	margin: auto;
}
/***Menu***/
.Menubg {
	background: #eeeeee;
}
.Menu {
	text-align: center;
	margin: auto;
}
.Menu ul li {
	list-style: none;
	display: inline-block;
	padding: 12px 6px;
	font-size: 15px;
}
.Menu a {
	text-decoration: none;
	color: #000;
	padding: 13px;
	overflow: hidden;
	width: 100%;
	font-weight: bold;
}
.Menu a:hover {
	background: #0a73c4;
	color: #fff;
	transition: 2s;
}
/***Menu***/


/***Container1***/
.containerbg {
	background: #0071b7;
	
	color: #fff;
	
}
.Containerleft ul li {
	background: url(../image/arrow.png) no-repeat left;
	list-style: none;
	padding-left: 14px;
	line-height: 28px;
	color: #fff;
}
/*.Containerleft 
{
	width: 34%;
    overflow: hidden;
	float:left;
	text-align: left;
    margin: auto;
}



.Containercenter
{
	width: 33%;
    overflow: hidden;
	float:left;
	text-align:center;
    margin: auto;
}


.Containerright
{
	width: 30%;
    overflow: hidden;
	float:left;
	text-align: left;
    margin: auto;
}*/
.container1 {
	width: 85%;
	text-align: left;
	margin: auto;
	
}
.Containerleft, .Containercenter, .Containerright {
	
	display: inline-block;
	width: 33%;
	margin: 40px auto;

	position: relative;
	padding: 0;
}
.video img
{
	box-shadow: 3px 16px 39px -3px #000;
    padding: 8px 7px 7px 10px;
}


.icon {
	position: absolute;
    top: -73px;
	right:180;
	
}
.Containerright ul li {
	background: url(../image/arrow.png) no-repeat left;
	list-style: none;
	padding-left: 14px;
	line-height: 28px;
	color: #fff;
}
.container1 .readmore {
	width: 27%;
    margin: 13px 0;
    text-align: center;
    
   
}
.Containerleft h3, .Containercenter h3, .Containerright h3 {
	text-align: left;
	margin-bottom: 8px;
}
.container1 .readmore a {
	color: #fff;
	text-decoration: none;
	background: #4c96c3;
	 padding: 6px 6px;
}
.container1 .readmore a:hover
{
	background:#000;
}

/***Container1***/

/***aboutus_index***/
.aboutusbg {
	background: #fff;
	text-align: center;
	padding: 15px 0 62px 58px;
}
.aboutusleft {
	width: 66%;
	float: left;
	overflow: hidden;
}
.aboutusleft p {
	text-align: justify;
	font-size: 16px;
	line-height: 24px;
}
.aboutusleft h3 {
	color: #0071b7;
	text-align: left;
	margin: 13px auto;
	font-size: 24px;
	font-weight: bold;
}
.aboutusleft .readmore
{
	text-align:left;
}
.product h3 {
	    color: #0071b7;
    text-align: left;
    margin: 13px 56px;
    font-size: 24px;
    font-weight: bold;
}
.aboutusleft .readmore a {
	text-decoration: none;
	color: #f00;
}
.product {
	width: 30%;
	overflow: hidden;
}
.product ul li {
	list-style: none;
	margin: 14px 5px;
	color: #fff;
	width: 73%;
	text-align: center;
	text-transform: uppercase;
	font-size: 17px;
	box-shadow: 0px 7px 9px 0px #696868;
}
.product ul {
	text-align: center;
	margin: auto 52px;
	width: 89%;
	overflow: hidden;
}
.product a {
	color: #fff;
	text-decoration: none;
	background: #0071b7;
	width: 97%;
	padding: 9px;
}
.product a {
	background: #0160a7;
	color: #fff;
	padding: 11px;
	width: 97%;
	display: block;
	text-decoration: none;
	font-size: 15px;
}
/***aboutus_index***/



/***gallery_index***/
.gallerybg {
	background: #f4f4f4;
	padding: 8px;
}
.gallery {
	text-align: center;
	margin: auto;
	padding-bottom: 11px;
}
.gallery ul li {
	list-style: none;
	display: inline-block;
	margin: 4px 19px;
}
.gallery h3 {
	color: #0071b7;
    
    margin: 13px 65px;
    font-size: 24px;
    font-weight: bold;
    width: 18%;
    text-align: center;
}
.gallery img {
	border: 4px solid #e2dede;
	    width: 150px;
}

/***gallery_index***/



/***quicklink***/

.quicklinksbg {
	background: #474747;
	padding: 11px;
	text-align: center;
	margin: auto;
	
}
.quicklink
{
	border-bottom: 1px solid #404040;
	    padding: 10px;
}
.quicklink ul li {
	list-style: none;
	display: inline-block;
	margin: 5px 17px;
	font-size: 15px;
}
.quicklink ul li a {
	text-decoration: none;
	color: #fff;
}
.quicklink ul li a:hover {
	text-decoration: underline;
}
/***quicklink***/

/***footer***/
.footerbg {
	background: #474747;
	padding: 11px;
	overflow: hidden;
}
.footer {
	text-align: center;
	margin: auto;
	width: 78%;
}
.footer h3 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	float: left;
	overflow: hidden;
}
.footer h4 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	float: right;
	overflow: hidden;
}
.footer a {
	text-decoration: none;
	color: #419bd5;
	font-weight: bold;
}
.socialmedia
{
	border-bottom: 1px solid #404040;
}

.socialmedia ul li
{
	    color: #fff;
    display: inline-block;
   margin: 10px;
}
.socialmedia img
{
	vertical-align: middle;
    margin-right: 12px;
    background: #0160a7;
    padding: 7px;
    border-radius: 8px;
}
.socialmedia a
{
	color:#fff;
	text-decoration:none;
}


/***footer***/


/*Inner Pages*/
.innerheadingbg {
	    background: #0877c6;
  padding: 30px 7px;
    text-align: center;
    margin: auto;
}
.innerheading h3 {
	color: #fff;
    font-size: 40px;
}
/*****header*****/






/*Inner style*/
.aboutus 
{
	    width: 80%;
    text-align: justify;
    margin: 30px auto;
}
.aboutus p
{
	font-size: 18px;
    line-height: 27px;
}
.contactus
{
	  width: 44%;
    text-align: center;
    margin: 38px auto;
    box-shadow: 0px 0px 6px 0px #0877c6;
    padding: 18px;
}
.contactus p
{
	font-size: 19px;
    line-height: 31px;
    text-align: center;
	}
	.contactus h3
	{
		color: #0877c6;
    font-weight: bold;
    text-align:center;
    font-size: 20px;
    line-height: 33px;
	}
	.contactus a
	{
		text-decoration:none;
		color:#000;
	}
	.tech_specification
	{
		width: 76%;
    text-align: left;
    margin: 20px auto;
	}
	
	.tech_specification ul li
	{
		list-style: disc;
    font-size: 18px;
    line-height:47px;
    padding-left: 5px;
	
	}
	.tech_specification span
	{
		color: #0877c6;
    font-size: 19px;
    font-weight: bold;
	}
	.products 
	
	{
		width: 90%;
    text-align: center;
    margin: 23px auto;
	}
	.products img
	{
		background: #ffffff;
       padding: 25px 0;
	}
	.products ul li
	{
		       width: 25%;
    list-style: none;
    display: inline-block;
    overflow: hidden;
    margin: 11px 11px 33px 11px;
    /* border: 3px solid #f5f5f5; */
    padding-top: 7px;
    box-shadow: 0px 5px 23px -3px #a7a7a7;
		   
	}
	.products h3
	{
		background: #0071b7;

    color: #fff;
    text-align: center;
    padding: 11px 4px;
	}
	.performance 
	{
		width: 88%;
    text-align: center;
    margin: 36px auto;
	}
	.performance ul li
	{
		    width: 16%;
    display: inline-block;
    margin: 12px auto;
	}
	.performance h3
	{
		background: #0877c6;
    color: #fff;
    width: 134px;
    text-align: center;
    margin: auto;
       padding: 8px 8px;
    font-size: 18px;
	    font-weight: normal;
	}
	.plastic ul li
	{
		width: 244px;
		list-style:none;
		   display: inline-block;
    overflow: hidden;
	   margin: 11px 7px;
	}
	.plastic h3
	{
		    background: #68b92e;
    margin-bottom: 6px;
    color: #fff;
    text-align: center;
    padding: 8px 4px;
    width: 237px;
	    font-weight: normal; 
		 font-size: 18px;
	}
	




/*Inner style*/



/*Enquiry*/

.enquiry {
	background: url(../images/EnquiryBg.jpg) fixed center top;
	height: 380px;
}
.enquiry1 {
	position: relative;
}
.enquiry_content h2, .scroll h2 {
	color: #3D3D3D;
	font-size: 24px;
	font-weight: bold;
	text-align: center;

	padding: 15px 0;
}
.enquiry_content {
	width: 100%;
	padding: 20px 0;
	text-align: center;
}
.enquiry_content {
	text-align: center;
}
.e_form li label {
	width: 100px;
	vertical-align: top;
	float: none;
}
.e_form label {
	/*float:left;*/
	width: 100px;
	text-align: left;
	color: #ffffff;
	vertical-align: top;
	display: inline-block;
	font-size: 16px;
}
.e_form span {
	color: red;
	float: none;
	text-shadow: none;
}
.e_form #name, .e_form #phone, .e_form #email {
	padding: 15px 5px;
	width: 98%;
	border: 1px solid #0877c6;
	color: #716565;
	box-sizing: border-box;
	font-family: 'Josefin Sans', sans-serif;
	background: none;
	
	margin: 5px auto;
	background: #ffffff;
	float: left;
	overflow: hidden;
}
.e .e_form li.mail {
	margin: auto 3%;
}
.enquiry_content_left .e_form li {
	  width: 85%;
	}
.e_form li {
	text-align: left;
	width: 36%;
  
	display: inline-block;
	vertical-align: top;
}
.e_form li img {
	padding: 0;
}
.e_form li.security {
	background: #ffffff;
	width: 34%;
	padding: 5px;
	margin-bottom: 10px;
	margin-top:6px;
}
select {
	padding: 15px 0;
	width: 98%;
	border: none;
	border: 1px solid rgba(153, 0, 204, 0.28);
	color: #716565;
	box-sizing: border-box;
	font-family: 'Josefin Sans', sans-serif;
	background: none;
	
	margin: 5px;
	background: #ffffff;
}
#security_code {
	padding:10px 5px;
	vertical-align: top;
	width: 100px;
	background: none;
	border: 1px solid #f4b6ff;
	color: #fff;
	margin-left: 10px;
}
#security {
	color: #9c27b0;
	font-size: 18px;
}
.submitcontent {
	width: 40%;
	margin: 10px auto 0px;
	padding: 15px 0 10px;
	background: #0877c6;
}
textarea {
	padding: 15px 0px;
	width:100%;
    margin: 5px 0px;
    height: 50px;
	border: 1px solid #0877c6;
	color: #716565;
	font-family: 'Josefin Sans', sans-serif;
	background: none;
	
	background: #ffffff;
	overflow: hidden;
}
input[type="submit"] {
	font-family: 'Josefin Sans', sans-serif;
	cursor: pointer;
	padding: 8px 35px;
	background: #0877c6;
	color: #fff;
	text-align: center;
	vertical-align: top;
	border: 1px solid;
	font-size: 16px;
	margin-top:20px;
}
#submit:hover {
	border: 1px solid #82C831;
	background: #fff;
	color: #000;
}
.feedback h2 {
	font-size: 28px;
	text-transform: uppercase;
	color: #82C831;
	width: 82%;
	padding: 10px 0 0;
	margin: 0;
}
input[type="button"] {
	font-family: 'Josefin Sans', sans-serif;
	cursor: pointer;
	padding: 8px 35px;
	background:#0877c6;
	color: #fff;
	text-align: center;
	vertical-align: top;
	border: 1px solid;
	font-size: 16px;
}
.e_form {
	margin-top: 20px;
}
.e_form p {
	float: right;
	margin-right: 65px;
}
label.error {
	color: #F00;
	line-height: 1;
	text-align: center;
	width: 100%!important;
}
.e_left {
	width: 100%;
	vertical-align: top;
}
.e_left_inner, .e_right_inner {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	float: left;
}


/*Enquiry*/