* {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
a {
	text-decoration: none;
}
body {
	background: #e3e3e3;
	/*background: url(../images/pattern.jpg) fixed;*/
	color: #000000;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	line-height: 18px;
}
.Clear {
	clear: both;
	margin: 0;
	padding: 0;
}
.Wrapper {
	width: 1200px;
	margin: auto;
}
.Left {
	float: left;
}
.Right {
	float: right;
}
/*Header*/
	
.HeaderBg {
	background: #ffffff;
	overflow: hidden;
}
.Header {
}
.Logo {
	float: left;
	width: 15%;
	padding: 10px;
	overflow: hidden;
	margin: 0 30px 0 0px;
}
.Logo img {
	width: 100%;
}
.CategorySearchBox {
	overflow: hidden;
	margin: 5px 0px 0 0px;
	float: right;
	text-align: center;
	
}
.CategorySearchBox input[type=text] {
	width: 250px;
	padding: 2px 5px;
	border: none;
	font-size: 16px;
	color: #3b3d3b;
}
 .CategorySearchBox ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #c1c1c1;
 font-size:12px;
}
.CategorySearchBox ::-moz-placeholder { /* Firefox 19+ */
 color: #c1c1c1;
 font-size:12px;
}
.CategorySearchBox :-ms-input-placeholder { /* IE 10+ */
 color: #c1c1c1;
 font-size:12px;
}
.CategorySearchBox :-moz-placeholder { /* Firefox 18- */
 color: #c1c1c1;
 font-size:12px;
}
.GoButton input[type=submit] {
	width: 43px;
	font-size: 13px;
	padding: 4px 10px 4px 10px;
	background: #000000;
	border: none;
	color: #fff;
}
.GoButton input[type=submit]:hover {
	background: #049e0a;
	cursor: pointer;
}
.HeaderContact {
	float: right;
	margin: 40px 0px 0;
}
.HeaderContact p {
	padding-bottom: 10px;
	color: #097e00;
	float: left;
	margin-left: 25px;
}
.HeaderContact p span {
	color: #333333;
}
.HeaderContact a {
	color: #097e00;
}
/*Header*/

/*Menu Start*/
.MenuBg {
	/*background: url(../images/inner-head.jpg);
	border-bottom: 4px solid #000000;*/
	height: 36px;
	background: #097e00;
}
.Menu {
	margin: auto;
	float: left;
}
.Menu ul li {
	float: left;
	overflow: hidden;
}
.Menu ul li a {
	display: inline-block;
	text-align: center;
	padding: 9px 15px;
	color: #ffffff;
	text-decoration: none;
	background: url(../images/menuseparation.png) no-repeat right;
	transition: 2s;
	font-size: 14px;
}
.Menu ul li:last-child a {
	background: none;
}
.Menu ul li a:hover {
	background: #000;
	transition: 1s;
	color: #fff;
}
.Menu ul li ul {
	display: none;
	height: auto;
	margin: 0px;
	border: 0px;
	position: absolute;
	z-index: 999999;
	color: #ffffff;
}
.Menu li:hover ul {
	display: block;
	background: #097e00;
}
.Menu ul li ul li {
	display: block;
	float: none;
}
.Menu ul li ul li a {
	display: block;
	padding: 8px 10px;
	background: none;
	border-bottom: 1px dashed #fff;
	text-align: left;
	color: #fff;
}
.Menu ul li ul li:last-child a {
	border-bottom: none;
}
/*Menu End*/

/*AboutBg*/
.AboutBg {
	background: #ffffff;
	overflow: hidden;
	margin: 8px auto;
	border-bottom: 3px solid #097e00;
}
.AboutLeft {
	float: left;
	overflow: hidden;
	width: 60%;
	padding: 30px 10px;
}
.AboutLeft h2 {
	padding: 25px 0 25px 0;
	color: #097e00;
	    font-family: 'Oswald', sans-serif;
	font-weight: normal;
}
.AboutLeft p {
	text-align: justify;
	line-height: 24px;
	font-size: 14px;
}
.ReadMore {
	margin-top: 25px;
}
.ReadMore a {
	padding: 10px 20px 6px;
	background: #2b2b2b;
	color: #fff;
	display: inline-block;
	font-size: 13px;
}
.ReadMore a:hover {
	background: #000;
}
.AboutRight {
	width: 36%;
	float: right;
	background: #ffffff;
}
.Resources {
	margin: 25px auto 0;
}
.Resources h3 {
	padding: 20px 10px;
	color: #027a0a;
	    font-family: 'Oswald', sans-serif;
}
.Resources ul li {
	padding-bottom: 0;
	line-height: 22px;
	padding-bottom: 25px;
	list-style: circle;
	margin: 0 0 0 30px;
}
.Resources ul li a {
	color: #000;
}
.Resources ul li a:hover {
	color: #027a0a;
}
/*AboutBg*/
/*InnerPage*/

/*InnerPage
/*Right_Content*/
/*Black_1*/
.Product_Top {
	margin: 10px 0 0;
}
.Right_Content {
	width: 79%;
	float: right;
	overflow: hidden;
	background: #ffffff;
}
.Left_Menu {
	width: 20%;
	background: #ffffff;
	float: left;
}
.Black_1, .Black_2 {
	width: 100%;
	float: right;
	margin-bottom: 15px;
}
h1.FilterName {
	text-transform: capitalize;
	padding:21px 11px 21px;
    color: #097e00;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
	border-bottom: 1px solid #eef1eb;

}
/*Categories*/
.C-Products {
	padding: 0 10px 10px;
	border-bottom: 1px solid #eef1eb;
	overflow: hidden;
	width: 98%;
}
.C-Products ul li {
	width: 33%;
	/* display: inline-block; */
	margin: 7px 9px 5px 41px;
	font-size: 15px;
	list-style: disc;
	float: left;
}
.Categories {
	border-bottom: 10px solid #eef1eb;
}
.Categories h2 {
	color: #ffffff;
	padding: 7px 10px;
	background: #097e00;
	font-weight: normal;
	font-size: 16px;
	border-bottom: 2px solid #097e00;
	    font-family: 'Oswald', sans-serif;
}
.Categories h3 {
	margin-top: 5px;
	padding: 8px;
	background: #245d27;
	color: #fff;
	font-weight: normal;
}
.CategoryMenu ul li {
	border-bottom: 1px dashed #ccc;
	padding: 0;
}
.CategoryMenu ul li:last-child {
	border: none;
}
.CategoryMenu ul li a p {
	color: #000;
	font-size: 12px;
	padding: 10px 10px;
	background: #f5f5f5;
	text-transform: capitalize;
}
.CategoryMenu ul li a p:hover {
	background: #ffffff;
	color: #097e00;
}
.CategoryMenu ul li a p span {
	float: right;
}
.CategoryMenu input#nameSearch {
	padding: 3px;
	border: 1px solid #207325;
}
.CategoryMenu tr td {
	padding: 8px 0px 8px 5px;
}
/*Categories*/
/*CompareProducts*/

.C-Products h2 {
	padding: 20px 0px;
	font-weight: normal;
	color: #097e00;
	    font-family: 'Oswald', sans-serif;
		
}
.C-Products h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
}
/*
.Sort-Option {
	float: right;
}
select#sort_options {
	border: none;
	padding: 6px;
	background: #2b2b2b;
	color: #fff;
	margin: 0 10px 0 0;
	border-radius: 3px;
}
.CompareProducts {
	padding-bottom: 10px;
	border-bottom: 10px solid #eef1eb;
}

.C-Products a {
	width: 28%;
	display: inline-block;
	margin: 5px;
	background: #f5f5f5;
	padding: 10px;
	border: 1px dashed #ccc;
	vertical-align: top;
}
.C-Products a:hover {
	border: 1px solid #b5b5b5;
}
*/
/*
.C-Products a img {
	width: 100%;
}
.C_Products_Img {
	float: left;
	width: 25%;
}
.C-Products-Detials {
	width: 71%;
	float: right;
}
.C-Products h3 {
	font-size: 14px;
	margin-bottom: 5px;
	color: #298200;
	text-transform: uppercase;
}
.C-Products p {
	color: #000;
	font-size: 11px;
	line-height: 15px;
}
*/

/*CompareProducts*/
/*Black_1*/
/*Black_2*/
.Product_List {
	border-bottom: 1px dashed #b5b5b5;
	padding: 10px 0;
	overflow: hidden;
}
.Black_2 .Product_List ul li {
	margin: 5px 5px 15px;
	background: #eef1eb;
	padding: 10px;
	display: inline-block;
	width: 21%;
	vertical-align: top;
}
.Product_List ul li img {
	width: 100%;
}
.Product_List ul li {
	position: relative;
}
.hover-img {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
}
.Product_List ul li:hover .hover-img {
	opacity: 1;
	transition: 1s all ease;
}
.Product_List ul li .Product_List_Content {
	background: #f5f5f5;
	overflow: hidden;
	margin: 10px 0 0;
}
.Product_List ul li:hover {
	box-shadow: 0px 15px 50px -20px #000000;
	-webkit-box-shadow: 0px 15px 50px -20px #000000;
	-moz-box-shadow: 0px 15px 50px -20px #000000;
	-o-box-shadow: 0px 15px 50px -20px #000000;
	transition: 0.3s all ease;
}
.Product_List ul li:hover .Product_List_Content {
	background: #eef1eb;
	transition: 0.5s all ease;
}
.Black_2 .Product_List ul li a p {
	color: #027a0a;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	border-bottom: 1px solid #027a0a;
	border-top: 1px dashed #027a0a;
	/*border-bottom: 1px dashed #027a0a;*/
	padding: 20px 5px 20px;
	/* background: #ffffff; */
	font-size: 12px;
	min-height: 36px;
	text-transform: capitalize;
}
.Black_2 .Product_List ul li:hover p {
	color: #5f5f5f;
}
.Black_2 .Product_List ul li h3 {
	font-size: 12px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	color: #000;
}
.Black_2 .Product_List ul li img {
	transition: 1s all ease-in;
	width: 100%;
}
.Product_Page .Black_2 .Product_List ul li {
	margin: 5px 5px 15px;
	background: #eef1eb;
	padding: 10px;
	display: inline-block;
	width: 17%;
	vertical-align: top;
}
.Product_Page {
	background: #ffffff;
	overflow: hidden;
}
/*Black_2*/


/*Right_Content*/
/*InnerPage*/



.InnerPageBg {
}
.InnerHead {
	
	padding: 30px 0px;
}
.InnerHead h1 span {
	font-size: 36px;
}
.InnerHead h1 {
	padding: 10px;
	color: #3b3d3b;
	font-size: 45px;
	text-shadow: 0 1px 0 #FFF;
	font-weight: normal;
	text-transform: capitalize;
	    font-family: 'Oswald', sans-serif;
}
.InnerHead h1 span {
	font-size: 50px;
	color: #000;
	vertical-align: top;
}
.InnerPage {
}
.InnerHead_Sub h2 {
	padding: 20px 10px;
	color: #fff;
	background: #097e00;
	font-weight: normal;
	    font-family: 'Oswald', sans-serif;
}
/*LeftSide*/


.LeftSide {
	width: 68%;
	float: left;
	margin: 0px 0 10px 0;
	background: #ffffff;
}
.Left_Section {
	margin-bottom: 20px;
	overflow: hidden;
}
/*.Left_Sectionnew {
	background: url(../images/zoombg.jpg) fixed;
}*/
/*zoom-image*/
.simpleLens-thumbnails-container a {
	/*display: inline-block;*/
	width: 30%;
	padding: 3px;
}
.simpleLens-thumbnails-container a img {
	display: block;
	width: 100%;
	padding: 2px;
	border: 1px solid #dadada;
}
.simpleLens-container {
	display: table;
	position: relative;
	/* overflow: hidden; */
	float: left;
}
.simpleLens-thumbnails-container {
	margin: 0 0 15px;
	text-align: right;
	float: left;
}
.SimpleLens_Details {
	overflow: hidden;
	background: #f5f5f5;
	padding: 10px;
	border: 1px solid #dadada;
	margin: 0;
}
.SimpleLens_Details h2 {
	padding: 10px;
	font-size: 20px;
	color: #fff;
	background: rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
}
.SimpleLens_Details table {
	padding: 2px;
	margin-bottom: 10px;
	background: #4caf50;
}
.SimpleLens_Details tr.Odd {
	background: #b4d29d;
}
.SimpleLens_Details tr td {
	padding: 6px;
	text-align: left;
	font-size: 14px;
}
.SimpleLens_Details tr.Even {
	background: #f5f5f5;
	color: #027a0a;
}
.Left_Sectionnew .Right {
	width: 75%;
	float: right;
	border: 1px solid #cccccc;
	padding: 5px;
}
.Left_Sectionnew .left {
	width: 20%;
	float: left;
}
/*zoom-image*/


.Product_Details {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 10px 0 0;
	overflow: hidden;
}
.Product_Details h2 {
	line-height: 30px;
	font-weight: normal;
	padding: 10px 10px;
	background: #207325;
	text-align: left;
	color: #fff;
}
.Product_Details_Left {
	overflow: hidden;
	float: left;
}
.Product_Details_Right {
	overflow: hidden;
}
.Product_Details p {
	border: 1px solid #c3c0c0;
	padding: 10px;
	margin: 0px;
	overflow: hidden;
	text-align: justify;
	line-height: 26px;
	color: #333333;
	background: rgba(255, 255, 255, 0.2);
}
.Product_Details_Img {
	overflow: hidden;
	float: left;
}
.Plate_Details, .Plate_Details1 {
	width: 42%;
	margin: 0 10px 20px;
	display: inline-block;
	/* background: #f5f5f5; */
	padding: 10px;
	vertical-align: top;
	/* border: 1px solid #d4d4d4; */
	box-shadow: inset 0px 0px 10px -2px #cacaca;
}
.Plate_Details1 {
	width: auto;
}
.Plate_Details h2 {
	font-size: 18px;
	text-align: center;
	background: #616161;
	margin: 10px 0;
}
.Plate_Details h3, .Plate_Details1 h3 {
	background: #f5f5f5;
	text-align: left;
	margin: 10px 0;
	padding: 10px;
}
.Plate_Details ul li {
	text-align: left;
	padding: 0px 0px 15px 20px;
	font-size: 14px;
	background: url(../images/list-style.png) no-repeat left top;
	margin: 0;
}
.Plate_Details img {
	padding: 15px 0;
}
.Product_Details tr td {
	padding: 7px;
	text-align: left;
}
.Product_Details tr.Odd {
	background: #b4d29d;
}
.Product_Details tr.Even {
	background: #f5f5f5;
	color: #027a0a;
}
/*LeftSide*/

/*RightSide*/
.RightSide {
	width: 30%;
	float: right;
	margin: 0px 0 0px 0;
	background: #ffffff;
	overflow: hidden;
	padding: 0px 0;
}
.Right_Section {
	background: #f5f5f5;
	min-height: 230px;
	margin: 5px 5px 5px 5px;
	padding: 0 5px 0 0;
	overflow: hidden;
}
.Right_Section h2 {
	color: #ffffff;
	padding: 10px 10px;
	background: #097e00;
	font-size: 18px;
	font-weight: normal;
	    font-family: 'Oswald', sans-serif;
}
.Right_Section ul {
	margin: 10px 0 0 15px;
}
.Right_Section ul li {
	text-align: left;
	padding: 0px 0px 10px 20px;
	font-size: 12px;
	background: url(../images/list-style.png) no-repeat left top;
	margin: 0;
}
.Amount_Details1 ul li {
	background: none;
	text-transform: capitalize;
	float: left;
	width: 97%;
	border: 1px solid #f5f5f5;
	border-bottom: 1px solid #dedede;
	margin: 0 0 5px;
	padding: 5px 0px 10px;
}
.Amount_Details1 ul li:hover {
	border: 1px dashed #dadada;
}
.Amount_Details1 ul li img {
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}
.Amount_Details1 ul li a p {
	vertical-align: middle;
	color: #000;
	font-size: 13px;
	width: 75%;
	display: inline-block;
}
.thumbnails ul li img {
	width: 34%;
	padding: 2px;
	border: 1px solid #e4e1e1;
}
.Amount_Details1 h3 {
	padding: 50px 10px;
	font-weight: 500;
	color: #b1b1b1;
	border: 1px dashed #ccc;
	margin: 10px 10px;
	text-align: center;
}
/*RightSide*/
/*Other_Products*/
.Other_Products {
	background: #ffffff;
	overflow: hidden;
}
/*Other_Products*/
/*InnerPage*/

/*MailContent*/
.MailContent {
	margin: 10px auto;
	padding: 10px;
	width: 30%;
	text-align: center;
	background: #ffffff;
	border: 3px solid #207325;
}
.MailContent img {
	padding-bottom: 10px;
}
.MailContent p {
	font-size: 14px;
	color: #207325;
}
.MailContent ul {
	background: #f5f5f5;
	padding: 15px 10px 10px;
	text-align: left;
}
.MailContent ul li {
	padding-bottom: 10px;
	line-height: 24px;
}
/*MailContent*/



.footer {
	background: #097e00;
	padding: 11px 0 16px 24px;
	overflow: hidden;
}
.footerleft {
	width: 53%;
	float: left;
	overflow: hidden;
	margin: 1px 0 0 0px;
	box-shadow: 0px 0px 8px 2px #2f2f2f;
	padding: 0px 16px 17px 16px;

}
.footer h2 {
	color: #fff;
	font-size: 28px;
	text-align: left;
	margin: 16px 0;
}
.footerleft ul {
}
.footerleft ul li {
	/* list-style: none;
    font-size: 13px;
    margin: 7px 0;
    background: #c5e1c7;
    padding: 6px 9px;
    border-left: 3px solid #027a0a;
    display: inline-block;
    width: 27%;
    vertical-align: top;
    min-height: 71px;
    text-align: center;*/
	
	color: #fff;
	list-style: circle;
	margin-left: 23px;
	float: left;
	/* overflow: hidden; */
	width: 43%;
	margin: 8px 0 7px 19px;
	font-size: 14px;
}
.footerright {
	width: 41%;
	float: right;
	overflow: hidden;
	margin: 0 0 0 0px;
}
.footerright ul li {
	width: 94%;
	margin: 29px 0;
	display: block;
}
.footerright label {
	display: inline-block;
	text-align: left;
	width: 23%;
	vertical-align: top;
	margin: 0 14px 0 0;
	color: #fff;
	font-size: 14px;
}
.footerright input[type="text"] {
	padding: 9px 13px;
	width: 64%;
	outline: none;
	border: 1px solid rgba(255, 255, 255, 0.50);
	background: rgba(255, 255, 255, 0.20);
	color: #fff;
}
.footerright textarea {
	width: 65%;
	outline: none;
	border: 1px solid rgba(255, 255, 255, 0.50);
	background: rgba(255, 255, 255, 0.20);
	color: #fff;
	padding: 10px;
	height: 70px;
}
.footerright input[type="text"]:focus, .footerright textarea:focus {
	border: 1px solid #fff;
}
.feedbacksubmit {
	width: 41%;
	float: right;
	overflow: hidden;
}
.footerright input[type="submit"] {
	cursor: pointer;
	padding: 3px 12px;
	font-size: 14px;
	background: #097e00;
	color: #fff;
	border: 2px solid #fff;
	font-family: 'Open Sans', sans-serif;
}
.footerright input[type="submit"]:hover {
	background: #fff;
	color: #000;
}
.FooterBottomBg {
	width: 100%;
	overflow: hidden;
	background: #000;/*background: url(../images/inner-head.jpg);*/
}
.FooterBottom {
	width: 100%;
	overflow: hidden;
	color: #ffffff;
	padding: 7px 0;
	font-size: 12px;
}
.FooterBottom a {
	color: #fff;
}
.FooterBottom a:hover {
	text-decoration: underline;
}
.FooterBottomLeft {
	width: 50%;
	text-align: left;
}
.FooterBottomLeft p {
	text-align: left;
}
.FooterBottomRight {
	width: 50%;
	text-align: right;
}
/* Style the tab */
div.tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}
/* Style the buttons inside the tab */
div.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
}
/* Change background color of buttons on hover */
div.tab button:hover {
	background-color: #ddd;
}
/* Create an active/current tablink class */
div.tab button.active {
	background-color: #ccc;
}
/* Style the tab content */
.tabcontent {
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
}
/*******Enquiry********/
.Enquiry {
	width: 62%;
	margin: 64px auto;
	text-align: center;
}
.enquirymain h2 {
	font-size: 22px;
	color: #7e7979;
	padding: 0px 0;
	text-align: center;
	margin: 10px 0 5px 19px;
	font-weight: normal;
}
.enquirymain {
	margin: 49px 14px 14px 14px;
	padding: 18px 0;
	overflow: hidden;
	background: #f5f5f5;
	box-shadow: 0px 0px 6px 1px #f5f5f5;
}
.enquirymain ul li {
	width: 44%;
	display: inline-block;
	margin: 15px 0px;
}
.enquirymain input[type="text"] {
	width: 78%;
	outline: none;
	padding: 13px;
	border: 1px solid #cacaca;
}
.enquirymain select {
	outline: none;
	width: 87%;
	padding: 13px;
}
.Enquiry input[type="submit"] {

	padding: 7px 22px;
	background: #097e00;
	border: none;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	border: 3px solid #097e00;
	font-family: 'Open Sans', sans-serif;
}
.Enquiry input[type="submit"]:hover {
	background: none;
	color: #000;
	border: 3px solid #097e00;
}
.right {
	width: 30%;
	margin: 12px auto;
}
.right ul li {
	margin: 0 0;
}
.checkleft {
	overflow: hidden;
	margin: 0 11px 0 0;
}
.checkright {
	overflow: hidden;
	width: 98%;
	margin: 23px 0 0 54px;
}
.checkright ul li {
	margin: 0 0;
	/* display: block; */
	width: 49%;
	padding-bottom: 17px;
	text-align: left;
	font-size: 12.5px;
	float: left;
	overflow: hidden;
}
.checkright ul li label {
	display: inline-block;
	width: 80%;
}
.checkright input[type="checkbox"] {
	display: inline-block;
	width: 5%;
	float: left;
}
.checkright input[type="text"] {
	width: 57%;
	padding: 25px 11px;
	margin: 7px 0 7px 6px;
	outline: none;
}
.detailsright {
	overflow: hidden;
	width: 71%;
	text-align: justify;
	margin: auto;
}
.TextAreaBox {
	height: 50px;
	padding: 10px 5px;
	width: 87%;
	outline: none;
	margin: 20px 0 10px 0;
}
.TextAreaBox1 {
	height: 50px;
	padding: 10px 5px;
	width: 95%;
	outline: none;
	margin: 20px 0 10px 0;
}
.detailsright p {
	line-height: 20px;
	margin: 0 0 13px 0;
	font-size: 12px;
	color: #5c5b5b;
}
.Enquiry span {
	color: #5c5b5b;
	display: block;
	font-size: 12px;
	margin: 7px 0 0 0;
}
.enquiryform .address {
	width: 94%;
}
.address input[type="text"] {
	padding: 29px 13px;
	width: 84%;
}
.enquirymain input[type="text"]:focus, .TextAreaBox:focus, .TextAreaBox1:focus, .enquirymain select:focus {
	border: 1px solid #568852
}
label.error {
	display: block;
	color: #F00;
	font-size: 12px;
	text-align: left;
	margin-left: 20px;
}
/*******Enquiry********/





/*********Contact**********/
.InnerPageNew h1 {
	padding: 14px 10px 20px 10px;
    color: #ffffff;
    background: #097e00;
    font-size: 45px;
    text-shadow: 0 1px 0 #FFF;
    font-weight: normal;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    line-height: 34px;
}
.InnerPageNew {
	background: #ffffff;
	overflow: hidden;
	text-align: center;
}
.Contact, .Contact1 {
	width: 40%;
	display: inline-block;
	margin: 30px 10px;
	background: #f5f5f5;
	padding: 20px 10px;
	overflow: hidden;
}
.Contact p {
	line-height: 24px;
	color: #000;
	font-size: 14px;
	text-align: center;
}
.Contact p a {
	color: #333333;
}
.Contact1 {
	padding: 3px;
}
/*********Contact**********/








/*********Certificate**********/

.certificate {
	width: 87%;
	margin: 35px auto;
	text-align: center;
}
.certificate ul li {
	list-style: none;
	display: inline-block;
	width: 20%;
	vertical-align: top;
	margin: 30px;
}
.certificate p {
	font-size: 13px;
	background: #097e00;
	margin: 7px 0;
}
.certificate img {
	width: 100%;
}
.certificate ul li a {
	text-decoration: none;
	display: block;
	width: 100%;
	color: #fff;
	line-height: 38px;
	box-shadow: 0px 0px 17px 1px #ebebeb;
	padding: 0px 18px;
}
.certificate ul li a p:hover {
	background: #000;
}
/*********Certificate**********/


/*********footware**********/


.Gallery ul li {
	display: inline-block;
	width: 24%;
	list-style: none;
	margin: 10px auto;
}
.Gallery {
	text-align: center;
	margin: 15px 0;
}
.Gallery h2 {
	background: #dcdcdc;
	padding: 22px;
	font-size: 30px;
}
.Gallery img {
	box-shadow: 0px 0px 9px 1px #dfdfdf;
	padding: 5px;
}
.womenfootware {
	margin-top: 80px;
}
/*********footware**********/
/*********About us**********/
.aboutus {
	width: 76%;
	text-align: justify;
	margin: 30px auto;
}
.aboutus p {
	font-size: 14px;
	line-height: 26px;
}
.aboutus ul {
	margin:10px 0 0 0;
}
.aboutus ul li {
	font-size: 14px;
	line-height:20px;
	padding-bottom:15px;
	margin: 0 0 0 55px;
	list-style:circle;
}
.aboutus span {
	color: #097e00;
	font-weight: bold;
}
/*********About us**********/

/*********Cottan bag**********/
.Cottonbags {
	margin: 39px 0;
}
.Cottonbags ul li {
	display: inline-block;
	width: 24%;
	list-style: none;
	margin: 10px auto;
	vertical-align: top;
}
.Cottonbags img {
	box-shadow: 0px 0px 9px 1px #dfdfdf;
	padding: 5px;
}

/*********Cottan bag**********/
