/*.mainimage-box{text-align: center;}
.box-main-image {position: relative;     overflow: hidden;}
.NameText {position: absolute; bottom: 0; right: 0; left: 0; top: 50%; margin: 0 auto; text-align: center; height: auto; }
.NameText p {margin: 0; position: relative; color: #fff; font-size: 20px; font-weight: 500; display: inline-block; }

.viewimage{transition: ease all 0.5s;}
.mainimage-box:hover .viewimage {transform: rotate(-2deg) scale(1.2);}
.box-productimage {margin-bottom: 30px; }
.NameText span {position: absolute; height: 50px; background: #fff; width: 2px; }
.NameText span:after{content: ""; position: absolute; top:0; height: 2px; background: #fff; width: 20px;}
.NameText span:before{content: ""; position: absolute; bottom:0; height: 2px; background: #fff; width: 20px;}
.NameText span.leftline{left: 30px; top: -7px;}
.NameText span.rightline{right: 30px; top: -7px; transform: rotate(180deg);}*/



/*--------inner page--------*/
/*.webtitle {font-weight: bold; font-size: 18px; color: #0159A1; border-bottom: 1px solid #0159A1; padding: 12px 0; margin-top: 0; position: relative;}
.webtitle:after {content: ""; height: 4px; background: #0159a1; width: 70px; position: absolute; left: 0; bottom: -3px; }
.d-flex {display: -ms-flexbox!important; display: flex!important; }
.align-items-center {-webkit-box-align: center!important; -ms-flex-align: center!important; align-items: center!important; }
.fabricsname {color: #0159a1; margin-top: 0; font-weight: 500;}
.box-imagealign {margin: 15px 0; }
.Equipment{margin-top: 35px;}



@media only screen and (max-width: 767px){
	.d-flex {display: -ms-inline-block!important; display: inline-block !important; } 

}*/
.mainimage-box {
	text-align: center;
}

.box-main-image {
	position: relative;
	overflow: hidden;
}

.NameText {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 50%;
	margin: 0 auto;
	text-align: center;
	height: auto;
}

	.NameText p {
		margin: 0;
		position: relative;
		color: #fff;
		font-size: 20px;
		font-weight: 500;
		display: inline-block;
	}

.viewimage {
	transition: ease all 0.5s;
}

.mainimage-box:hover .viewimage {
	transform: rotate(-2deg) scale(1.2);
}

.box-productimage {
	margin-bottom: 30px;
}

.NameText span {
	position: absolute;
	height: 50px;
	background: #fff;
	width: 2px;
}

	.NameText span:after {
		content: "";
		position: absolute;
		top: 0;
		height: 2px;
		background: #fff;
		width: 20px;
	}

	.NameText span:before {
		content: "";
		position: absolute;
		bottom: 0;
		height: 2px;
		background: #fff;
		width: 20px;
	}

	.NameText span.leftline {
		left: 40px;
		top: -7px;
	}

	.NameText span.rightline {
		right: 40px;
		top: -7px;
		transform: rotate(180deg);
	}



/*--------inner page--------*/
.webtitle {
	font-weight: bold;
	font-size: 18px;
	color: #0159A1;
	border-bottom: 1px solid #0159A1;
	padding: 12px 0;
	margin-top: 0;
	position: relative;
}

	.webtitle:after {
		content: "";
		height: 4px;
		background: #0159a1;
		width: 70px;
		position: absolute;
		left: 0;
		bottom: -3px;
	}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.fabricsname {
	color: #0159a1;
	margin-top: 0;
	font-weight: 500;
}

.box-imagealign {
	margin: 15px 0;
}

.Equipment {
	margin-top: 35px;
}




/*footer start*/
.footer {
	background: #0159A1;
	padding: 50px 15px 25px 15px;
	display: inline-block;
}

footer a, footer p, footer span, footer h5 {
	color: #fff;
}

	footer a:hover {
		color: #fff;
	}

.single-footer-widget {
	width: 25%;
	float: left;
	position: relative;
}

	.single-footer-widget a, .single-footer-widget span {
		display: inline-block;
		border-top: 0px dotted #096DB9;
		font-size: 14Px;
		color: #97C3D9;
		transition: 0.5s ease;
		-o-transition: 0.5s ease;
		-webkit-transition: 0.5s ease;
		text-transform: capitalize;
		padding: 5px 0;
		width: 100%;
		line-height: normal;
	}

.left-padding {
	padding-left: 8%;
}

.Sales-info, .General-info {
	margin-top: 10px;
}

.footer-title {
	margin-bottom: 15px
}

.footer-line {
	position: absolute;
	left: 0;
}

.text-justify {
	text-align: justify;
}

.bottom-footer {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: 35px;
	border-top: 1px solid rgb(255 255 255 / 16%);
	padding-top: 15px;
}

.footer-left {
	display: inline-block;
	float: left;
}

ul.footergroup {
	position: relative;
}

	ul.footergroup li {
		float: left;
		display: inline-block;
		width: auto;
	}

.footergroup li div {
	text-align: center;
}

	.footergroup li div a {
		float: left;
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}

.footer-right {
	float: right;
}

.footergroup span {
	display: inline-table;
	width: 100%;
	margin-top: 10px;
}


@media only screen and (max-width: 1366px) {
	.left-padding {
		padding-left: 44px;
	}
}

@media only screen and (max-width: 991px) {
	.top-footer .single-footer-widget:nth-child(1) {
		width: 100%;
	}

	.left-padding {
		padding-left: 0px;
	}

	.single-footer-widget {
		width: 33.33%;
	}

	.top-footer .single-footer-widget:nth-child(2) > img {
		display: none;
	}

	.top-footer .single-footer-widget:nth-child(3) > img {
		left: -40px;
	}
}

@media only screen and (max-width: 767px) {
	.top-footer .single-footer-widget {
		width: 100%;
	}

		.top-footer .single-footer-widget > img {
			left: 00px;
		}

		.top-footer .single-footer-widget > img {
			display: none;
		}

	.footer-title {
		margin-top: 45px;
	}

	.footer-left {
		display: block;
		float: right;
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}

	.footer-right {
		float: left;
		width: 100%;
		text-align: center;
		margin-top: 15px;
	}

	ul.footergroup {
		position: relative;
		display: inline-block;
	}

		ul.footergroup li {
			width: auto;
		}

	.footergroup img {
		width: 37px !important;
	}

	.footergroup span {
		width: 100%;
		display: inline-block;
		font-size: 11px;
		margin-top: 12px
	}
}


/*footer End*/

@media only screen and (max-width: 767px) {
	.d-flex {
		display: -ms-inline-block !important;
		display: inline-block !important;
	}
}