/* CSS Document */
/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */
/* CSS Resets */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0
}
article, aside, figure, figure img, figcaption, hgroup, footer, header, nav, section, video, object {
	display: block
}
a img {
	border: 0
}
figure {
	position: relative
}
figure img {
	width: 100%
}
img, object, embed {
	max-width: 100%;
}
img {
	height: auto;
}
.container {
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.row {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}
body {
	padding: 0;
	margin: 0;
	width: 100%;
	background: #2b3238;
	font-family: 'Roboto', sans-serif !important;
	-webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5, h6, ul, ol {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
label {
	font-weight: normal;
}
img {
	border: none;
	padding: 0;
	margin: 0;
	outline: none !important;
}
a {
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
*, img, a {
	outline: none !important;
}
* {
	box-sizing: border-box;
}
h1 {
	font-size: 48.9px;
	line-height: 51px;
	font-weight: 700;
	text-transform: uppercase;
}
h2 {
	font-size: 34px;
	line-height: 36px;
	font-weight: 700;
	text-transform: uppercase;
	color: #101046;
}
h2.tital:after {
	content: "";
	width: 90px;
	height: 4px;
	display: block;
	background: #51c2c1;
	margin: 14px auto 15px;
}
h3 {
	font-size: 34px;
	line-height: 41px;
	font-weight: 100;
}
h4 {
	font-size: 30px;
	line-height: 34px;
	font-weight: 400;
}
h6 {
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}
p {
	font-size: 16px;
	line-height: 25px;
	font-weight: 300;
	color: #535353;
}
input[type="submit"], input[type="reset"], input[type="text"], input[type="button"], input[type="search"], input[type="url"], input[type="tel"], input[type="email"], input[type="password"], textarea, select {
	-webkit-appearance: none !important;
	border-radius: 0;
	box-shadow: none;
}
/*** clear ***/
.clear {
	clear: both;
	height: 0;
}
a, input[type="submit"] {
	transition: all 0.2s ease-in 0s;
	-webkit-transition: all 0.2s ease-in 0s;
	-ms-transition: all 0.2s ease-in 0s;
	text-decoration: none;
}
::-webkit-input-placeholder {
color:#5c5753;
opacity: 1;
}
:-moz-placeholder {
color:#5c5753;
opacity: 1;
}
::-moz-placeholder {
color:#5c5753;
opacity: 1;
}
:-ms-input-placeholder {
color:#5c5753;
opacity: 1;
}
.table {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
/****** header style ******/
.header {
	line-height: 1px;
	background: #fff;
	float: left;
	width: 100%;
}
.top-bar {
	float: left;
	width: 100%;
	border-bottom: 1px solid #fff;
	background: #101046;
}
.social {
	float: left;
}
.social ul {
	list-style: none;
	margin: 0;
}
.social ul li:first-child {
	border-left: 0px solid #fff;
}
.social ul li {
	float: left;
	width: 50px;
	height: 52px;
	border-right: 0px solid #fff;
	text-align: center;
	line-height: 52px;
}
.social ul li a {
	display: inline-block;
}
.social ul li a .icon {
	fill: #fff;
	width: 1.25em;
	height: 1.25em;
}
.social ul li a .icon:hover {
	fill: #7fb88e;
}
.social ul li a.fb {
	background: url("../images/fb.png") no-repeat left top;
	width: 10px;
	height: 20px;
}
.social ul li a.tw {
	background: url("../images/tw.png") no-repeat left top;
	width: 18px;
	height: 16px;
}
.social ul li a.gp {
	background: url("../images/gp.png") no-repeat left top;
	width: 19px;
	height: 20px;
}
.social ul li a.fb:hover {
	background: url("../images/fb_hover.png") no-repeat left top;
}
.social ul li a.tw:hover {
	background: url("../images/tw_hover.png") no-repeat left top;
}
.social ul li a.gp:hover {
	background: url("../images/gp_hover.png") no-repeat left top;
}
.top-links {
	float: right;
}
.top-links .table {
	width: auto;
}
.top-links ul {
	float: left;
	list-style: none;
	margin: 0;
}
.top-links ul li:first-child {
	border-left: 0px solid #fff;
}
.top-links ul li {
	float: left;
	height: 52px;
	border-right: 0px solid #fff;
	padding: 0 17px;
}
.top-links ul li img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}
.top-links ul li span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	font-weight: 400;
}
.top-links ul li span a {
	color: #7d7d7d;
	text-decoration: none;
}
.top-links ul li a {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	font-weight: 400;
}
.top-links ul li a:hover {
	color: #51c2c1;
}
.had-full {
	float: left;
	width: 100%;
}
.had-full .logo {
	float: left;
	padding: 11px 0;
	width: 10%;
}
.logo a {
	display: inline-block;
}
.navigation {
	float: none;
	border-top: #f0f0f0 1px solid;
	overflow: hidden;
	width: 90%;
}
.navigation ul {
	float: right;
	list-style: none;
	margin-right: -2px;
	margin-bottom: 0;
}
.navigation ul li:first-child {
	margin-left: 0;
}
.navigation ul li {
	float: left;
	margin: 0 0 0 4.25px;
}
.navigation ul li a {
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #3a3a3a;
	border-bottom: 2px solid transparent;
	display: inline-block;
	padding: 25px 6px;
	text-transform: uppercase;
}
.navigation ul li a:hover, .navigation ul li.active a {
	border-bottom: 2px solid #51c2c1;
	display: block;
}
.entry-content {
	padding-top: 70px;
}
.sub-menu li {
	display: block;
}
.sub-menu li a {
	border-bottom: none !important;
}
.navigation ul li.current-menu-item a {
	border-bottom: 2px solid #51c2c1;
	color: #51c2c1;
}
.navigation ul li.current-menu-item ul.sub-menu li a {
    color: #3a3a3a;
}
.navigation ul li.current-menu-item ul.sub-menu li a:hover {
    color: #51c2c1;
}
    /******** banner style *******/
.banner, .banner-slide, .banner .item {
	float: left;
	width: 100%;
	height: 532px;/* line-height: 1px;*/
}
.vc_custom_1494743930248 {
	background: #fff!important;
}
.banner .row {
	height: 100%;
}
.banner-bx {
	float: left;
	width: 100%;
	height: 632px;
	position: relative;
	padding: 0 20px;
}
.bn-half {
	float: left;
	padding: 0 10px;
	width: 50%;
}
.bn-mrg {
	margin: 0 -10px;
}
.bn-text {
	float: left;
	width: 100%;
	margin-top: 35px;
}
.bn-text h1 {
	color: #101046;
	font-size: 27px;
	line-height: 33px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;
}
.bn-text p {
	color: #867f7f;
	font-size: 18px;
	font-weight: 300;
	line-height: 25px;
	display: block;
	margin-top: 18px;
}
.bn-text a.btn {
	display: block;
	letter-spacing: 1.4px;
	margin-top: 85px;
	max-width: 184px;
	padding: 12px 5px 13px;
}
.btn.wh-btn span {
	background: url("../images/p.png") no-repeat left center;
}
.btn:hover span {
	background: url("../images/pl.png") no-repeat left center;
}
.btn span {
	display: inline-block;
	vertical-align: 0;
	background: url("../images/p.png") no-repeat left center;
	width: 9px;
	height: 9px;
	margin-left: 15px;
}
.bn-text .btn span {
	margin-left: 20px;
}
.btn.wh-btn:hover {
	background: #ffffff;
    color: #87D5CA;
}
.btn.wh-btn {
    background: #87D5CA;
	border: 2px solid #87D5CA;
	color: #ffffff;
}
.btn.wh-btn:hover span {
	background: url("../images/p.png") no-repeat left center;
}
a.btn:hover {
	background: #ffffff;
	color: #87D5CA;
}
a.btn {
	color: #ffffff;
    background: #87D5CA;
	font-size: 13px;
	line-height: 14px;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	max-width: 164px;
	border: 2px solid #87D5CA;
	text-align: center;
	border-radius: 50px;
	padding: 12px 5px 13px;
	display: block;
	float: left;
}
.bn-img {
	float: left;
	width: 100%;
}
.banner-content {
	float: left;
	width: 100%;
	position: relative;
	z-index: 9;
}
/*.banner-bx:before{
    content: "";
    background: url("../images/sadow.png") no-repeat center top;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 662px;
    background-size: cover;
}
*/
.banner .owl-dots {
	bottom: 45px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
}
.banner .owl-dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #51c2c1;
	margin: 0 4px;
	border-radius: 100%;
}
.banner .owl-dot.active {
	background: #51c2c1;
}
/*** section one style ******/
.section-one {
	background: #fff none repeat scroll 0 0;
	line-height: 1px;
	padding-bottom: 60px;
	padding-top: 60px;
	margin: 0 auto;
}
.home .section-one {
	background: #101046 none repeat scroll 0 0;
}
.home .section-one p {
	color: #fff!important;
	margin-bottom: 40px!important;
}
.section-one p:first-child {
	margin: 0;
}
.section-one h2.tital {
	margin-bottom: 0;
	color: #fff;
	text-align: center;
	display: block;
}
.section-one p {
	color: #535353;
	display: block;
	float: left;
	font-size: 16px;
	line-height: 25px;
	font-weight: 300;
	margin-top: 20px;
	width: 100%;
	margin-bottom: 0px;
}
.section-one a {
	margin: 10px auto;
	display: block;
	clear: both;
}
/******* product section style *****/
.product-section {
	line-height: 1px;
	padding-top: 94px;
	padding-bottom: 103px;
	background: url("../images/bg.jpg") no-repeat center top;
	text-align: center;
	background-size: cover;
}
.product-section h2.tital {
	margin-bottom: 0;
}
.product-sec {
	float: left;
	width: 100%;
	margin-top: 50px;
}
.pd-mrg {
	margin: -70px -15px 0;
}
.page-id-4 .product-bx {
	float: left;
	width: 25%;
	padding: 70px 15px 0;
}
.page-id-4 .product-bx a {
	border: 1px solid #51c2c1;
	border-radius: 3px;
	display: inline-block;
	float: left;
	height: 260px;
	position: relative;
	width: 100%;
}
.product-bx {
	float: left;
	width: 33.33%;
	padding: 55px 15px 0;
}
.product-bx .bg-img {
	object-fit: cover;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
}
.product-bx .bg-img {
	display: inline-block;
	float: left;
	width: 100%;
	height: 332px;
	position: relative;
	border: 1px solid #51c2c1;
	border-radius: 3px;
}
.more-btn {
    color: #ffffff;
    background: #87D5CA;
    border: 2px solid #87D5CA;
	padding: 10px 20px;
	border-radius: 10px;
	display: inline-block;
	margin-top: 10px;
}
.more-btn:hover {
    background: #ffffff;
    color: #87D5CA;
	padding: 10px 20px;
	border-radius: 10px;
}
.product-bx .content {
	color: #000;
	padding: 10px 10px 0 10px;
	display: block;
	clear: both;
	font-size: 16px;
	line-height: 25px;
	font-weight: 300;
}
.product-bx .content p {
	color: #000;
	padding: 10px;
	font-size: 16px;
	line-height: 25px;
	font-weight: 300;
}
.product-bx a:hover h6 {
	/*border-bottom: 1px solid #51c2c1;*/
}
.product-bx a:hover .product-ps {
	display: block;
}
.product-ps {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	height: 100%;
	padding: 5px 20px;
	display: none;
}
.product-bx a:hover .product-ps:before {
	opacity: 0.7;
}
.product-ps .table {
	position: relative;
	z-index: 101;
}
.product-bx h6 {
	line-height: 24px;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	font-family: 'Montserrat', sans-serif;
}
/*.product-bx h6:hover {
	color: #51c2c1;
}*/
.hidden {
	position: absolute;
	bottom: 30px;
	right: 0;
	left: 0;
	padding: 0 15px;
	z-index: 10;
}
.product-ps p {
	font-size: 17px;
	line-height: 28px;
	color: #fff;
	font-weight: 300;
	display: block;
	margin-top: 20px;
}
/******* part section style ******/
.part-section {
	float: left;
	width: 100%;
	line-height: 1px;
	background: #101046;
}
.img-part {
	display: table-cell;
	width: 50%;
}
.img-part img {
	display: none;
}
.content-part {
	padding: 65px 0 103px;
	display: table-cell;
	width: 50%;
}
.content-part h3 {
	color: #fff;
}
.max-content {
	float: left;
	width: 100%;
	max-width: 600px;
	padding: 0 20px 0 80px;
}
.max-content h3 {
	font-size: 34px;
	line-height: 38px;
	font-weight: 100;
	margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;
}
.listing {
	list-style: none;
	float: left;
	width: 100%;
	margin-top: 40px;
}
.listing li:first-child {
	margin: 0;
}
.listing li {
	float: left;
	width: 100%;
	margin-top: 21px;
	font-size: 17px;
	line-height: 24px;
	font-weight: 300;
	color: #fff;
	position: relative;
	padding-left: 35px;
}
.listing li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 17px;
	height: 17px;
	background: url("../images/plus.png") no-repeat left top;
}
/********* supplier-section style *******/
.supplier-section {
	float: left;
	width: 100%;
	padding-top: 93px;
	padding-bottom: 96px;
	background: #f3f3f3;
}
.supplier-section h2.tital {
	margin-bottom: 0;
}
h2.tital {
	font-family: 'Montserrat', sans-serif !important;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 35px;
	line-height: 36px;
	color: #101046;
	font-weight: 700;
	letter-spacing: 0px;
	clear: none;
	display: inline-block;
}
.banner-bx h2.tital {
	text-align: left;
	float: left;
}
.banner-bx h2.tital::after {
	margin: 14px 5px 15px;
}
.row-bx {
	float: left;
	width: 100%;
	margin-top: 80px;
}
.row-bx .max-row:first-child {
	margin: 0;
}
.row-bx .max-row {
	float: left;
	width: 33%;
	text-align: center;
	padding: 20px;
}
.sp-box {
	display: inline-block;
	width: 100%;
	text-align: left;
	max-width: 960px;
}
.row-bx .max-row.right-row .sp-box {
	max-width: 864px;
}
.sp-img {
	display: block;
	vertical-align: middle;
	float: none;
	text-align: center;
	margin: 0 auto 80px auto;
	width: 100%;
}
.descr_wrap h3 {
	text-align: left !important;
}
.sp-content {
	display: block;
	width: 100%;
}
.sp-max {
	float: right;
	max-width: 375px;
	width: 100%;
}
.sp-content h4 span {
	text-transform: uppercase;
	font-weight: 700;
}
.sp-content h4 {
	color: #101046;
	font-weight: 700;
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 0;
	text-align: center;
}
.sp-content p {
	display: block;
	margin-top: 13px;
	margin-bottom: 20px;
	min-height: 100px;
}
.sp-content a.btn {
	margin-top: 49px;
	float: none;
	text-align: center;
}
/****** logo-section style *****/
.logo-section {
	float: left;
	width: 100%;
	line-height: 1px;
	background: #fff;
	padding-top: 90px;
	padding-bottom: 101px;
	text-align: center;
}
.logo-section h2.tital {
	margin-bottom: 0;
}
.logo-full {
	float: left;
	width: 100%;
	margin-top: 23px;
}
.logo-mrg {
	margin: 0 -12px;
}
.lg-bx {
	float: left;
	width: 16.66%;
	padding: 20px 12px 0;
}
.lg-bx a {
	display: inline-block;
	float: left;
	width: 100%;
	border: 1px solid #e6e6e6;
}
.bx-wrapper img {
	display: contents !important;
	max-width: 100%;
	text-align: center !important;
}
.bxslider li {
	border: 1px solid #e6e6e6;
	text-align: center !important;
}
.bxslider li:hover {
	border: 1px solid #00711C;
	text-align: center !important;
}
.lg-bx a img {
	width: 100%;
}
.lg-bx a:hover {
	border: 1px solid #00711C;
}
.float-right {
	float: right;
}
/******** footer style ********/
.footer {
	background: url(../images/1.jpg) no-repeat center;
	webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* background: linear-gradient(-90deg, transparent -30%, #80c52e 50%, transparent 110%) repeat scroll 0 0%, #509d24 none repeat scroll 0 0*/;
	padding-bottom: 76px;
	padding-top: 97px;
	line-height: 1px;
	border-top: #ccc 1px solid;
	position: relative;
}
.ft-mrg {
	margin: 0 -10px;
}
.ft-box {
	float: left;
	width: 25%;
	padding: 0 10px;
}
.ft-logo {
	float: left;
	width: 100%;
	margin-bottom: 24px;
}
.ft-logo a {
	display: inline-block;
}
.ft-box h5 {
	font-family: 'Montserrat', sans-serif;
	float: left;
	width: 100%;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #101046;
	/* opacity: 0.78;*/
	margin-bottom: 23px;
	letter-spacing: 0px;
}
.ft-box ul {
	list-style: none;
	float: left;
	width: 100%
}
.ft-box ul li:first-child {
	margin: 0;
}
.ft-box ul li {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.ft-box ul li a {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	color: #111;
	font-weight: 400;
	text-transform: uppercase;
}
.ft-box p span a {
	color: #111;
}
.ft-box p.email {
	color: #03a8cd;
}
.ft-box ul li a:hover, .ft-box ul li.active a {
	text-decoration: underline;
}
.ft-box p:first-child {
}
.ft-box p {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #111;
	margin-bottom: 10px;
}
.ft-box p.email a, .ft-box p.email span {
	color: #111;
}
.ft-box p a:hover {
	text-decoration: underline;
}
/****** company profile page style ********/
.middle-inner {
	float: left;
	width: 100%;
}
.right-p .max-content {
	float: right;
	padding: 0 80px 0 20px;
}
.content-listing {
	float: left;
	width: 100%;
	margin-top: 40px;
}
.content-listing p:first-child {
	margin: 0;
}
.content-listing p {
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 17px;
	line-height: 28px;
	font-weight: 300;
	color: #fff;
}
.middle-inner .content-part {
	color: #fff;
	padding: 65px 0 64px;
	float: left;
	width: 100%;
	line-height: 24px;
	background: -moz-linear-gradient(270deg, rgba(141,208,111,1) 0%, rgba(52,194,82,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(141,208,111,1)), color-stop(100%, rgba(52,194,82,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(270deg, rgba(141,208,111,1) 0%, rgba(52,194,82,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(270deg, rgba(141,208,111,1) 0%, rgba(52,194,82,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(270deg, rgba(141,208,111,1) 0%, rgba(52,194,82,1) 100%); /* ie10+ */
	background: linear-gradient(180deg, rgba(141,208,111,1) 0%, rgba(52,194,82,1) 100%); /* w3c */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8DD06F', endColorstr='#34C252', GradientType=0 ); /* ie6-9 */
}
.banner-inner, .banner-inner .banner-bx, .banner-inner .item {
	height: auto;
}
.banner-inner .banner-bx:before {
	height: 100%;
}
.banner-inner .banner-bx {
	padding: 40px 20px 5px;
	background: #f0f0f0;
}
/********Project Page CSS START********/
.project-section {
	/*background: url("../images/bg.jpg") no-repeat center top / cover ;*/
	padding-bottom: 100px;
	padding-top: 15px;
	text-align: center;
	color: #fff !important;
}
.product-ps .table-cell {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}
.hidden.top {
	top: 110%;
	position: relative;
}/*
.product-ps.green:before{
    background: #75cb82; /* Old browsers */
background: -moz-linear-gradient(top, #75cb82 0%, #68c177 12%, #43a356 25%, #278c3d 38%, #197e32 51%, #197b32 65%, #13762e 77%, #197b32 100%, #13762e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #75cb82 0%, #68c177 12%, #43a356 25%, #278c3d 38%, #197e32 51%, #197b32 65%, #13762e 77%, #197b32 100%, #13762e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #75cb82 0%, #68c177 12%, #43a356 25%, #278c3d 38%, #197e32 51%, #197b32 65%, #13762e 77%, #197b32 100%, #13762e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75cb82', endColorstr='#13762e', GradientType=0 ); /* IE6-9 */
 content: "";
 position: absolute;
 right: 0;
 left: 0;
 bottom: 0;
 top: 0;
 opacity:0;
}
.product-bx a:hover .product-ps.green::before {
	opacity: 0.8;
}
*/ .project-section h2.tital {
margin: 0;
}
.project-section .product-bx .bg-img {
	height: 262px;
}
/********Project Page CSS END********/
/********Contact Page CSS START********/
.contact-section {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 94px;
}
.page-template-contact .section-one {
	padding-bottom: 0;
}
.contact-section p {
	display: inline-block;
	float: none;
	font-size: 17px;
	max-width: 575px;
	line-height: 25px;
	margin-top: 18px;
	font-weight: 300;
}
.contact-info {
	float: left;
	width: 100%;
	margin-top: 32px;
}
.contact-info ul {
	list-style: none;
}
.contact-info ul li {
	float: left;
	width: 33.33%;
	height: 65px;
	line-height: normal;
	text-align: center;
	border-left: solid 1px #e0e0e0;
}
.contact-info ul li:first-child {
	border: 0;
}
.contact-info ul li address {
	float: left;
	font-size: 20px;
	color: #454545;
	font-weight: 500;
	font-style: normal;
	list-style: none;
}
.contact-info ul li address p {
	float: left;
	font-size: 20px;
	color: #454545;
	font-weight: 500;
	font-style: normal;
	list-style: none;
	margin: 0;
}
.contact-info ul li .telephone {
	display: block;
	font-size: 20px;
	color: #454545;
	font-weight: 500;
	line-height: 30px;
	margin-top: -3px;
}
.contact-info ul li .telephone span {
	color: #51c2c1;
}
.contact-info ul li .email {
	display: block;
	font-size: 20px;
	color: #454545;
	font-weight: 500;
}
.contact-info ul li .email span {
	color: #51c2c1;
}
.contact-info ul li .email a:hover {
	color: #51c2c1;
}
.contact-bottom {
	float: left;
	width: 100%;
	margin-top: 98px;
}
.map {
	float: left;
	width: 100%;
	height: 450px;
}
.mapbg {
	float: left;
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
.page-id-63 .contact-form-block {  height:580px !important; text-align:left !important;}
.page-id-63  .wpcf7-form  .prev_policy  a {display:contents !important;}
.contact-form-block {
	width: 40%;
	background: #f3f3f3;
	height:580px;
	margin: 0 auto;
	display: block;
	text-align: center;
	overflow: hidden;
	padding: 0 20px;
	/*clear: both;*/
	display: block;
}
.contact-form-block form {
	float: none;
	width: 100%;
	margin: 78px auto;
	display: block;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
}
.contact-form-block form .form-row {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.contact-form-block form .form-row .md-3 {
	float: left;
	width: 49%;
	margin-right: 10px;
}
.contact-form-block form .form-row .md-3:last-child {
	margin-right: 0;
}
.contact-form-block form .form-row .md-3 input[type="text"] {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 42px;
	background: #fff;
	border: 1px solid #101046;
	padding: 10px;
	box-sizing: border-box;
	font-size: 13px;
	color: #aeaeae;
	font-weight: 300;
}
.contact-form-block form .form-row .md-3 input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #aeaeae;
}
.contact-form-block form .form-row .md-3 input[type="text"]::-moz-placeholder { /* Chrome/Opera/Safari */
 color: #aeaeae;
 opacity: 1;
}
.contact-form-block form .form-row .md-3 input[type="email"] {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 42px;
	background: #fff;
	border: 1px solid #101046;
	padding: 10px;
	box-sizing: border-box;
	font-size: 13px;
	color: #aeaeae;
	font-weight: 300;
}
.contact-form-block form .form-row .md-3 input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #aeaeae;
}
.contact-form-block form .form-row .md-3 input[type="email"]::-moz-placeholder { /* Chrome/Opera/Safari */
 color: #aeaeae;
 opacity: 1;
}
.contact-form-block form .form-row textarea {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 193px;
	background: #fff;
	border: 1px solid #101046;
	padding: 10px;
	box-sizing: border-box;
	font-size: 13px;
	color: #aeaeae;
	font-weight: 300;
	resize: none;
}
.contact-form-block form .form-row textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #aeaeae;
}
.contact-form-block form .form-row textarea::-moz-placeholder { /* Chrome/Opera/Safari */
 color: #aeaeae;
 opacity: 1;
}
.contact-form-block form input[type="submit"] {
	float: right;
	width: 121px;
	height: 42px;
	background: transparent;
	border: 2px solid #117c2e;
	border-radius: 30px;
	text-align: center;
	padding: 10px;
	font-family: 'Roboto', sans-serif !important;
	font-size: 13px;
	color: #00721d;
	font-weight: 400 !important;
	letter-spacing: 1px;
}
.contact-form-block form input[type="submit"]:hover {
	background: #117c2e;
	color: #fff;
}
.page-template-suppliers .section-one {
	background: #f3f3f3;
}
.page-template-suppliers .sp-content p {
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
	color: #535353;
}
.page-template-suppliers .sp-box {
	max-width: 860px;
}
.page-template-suppliers .sp-max {
	max-width: 375px;
	margin-top: -48px;
	margin-right: -40px;
}
.ui-dialog-content .contact-bottom {
	display: none;
}
#map {
	height: 100%;
	width: 100%;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
	border: 1px solid red !important;
}
.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.wpcf7-not-valid {
	border: 1px solid red !important;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	border: 0 !important;
	color: red;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-success {
	color: green;
}
div.wpcf7-mail-sent-ok {
	border: none !important;
	color: #00721d;
}
.contact-info ul li address p:last-child {
	float: none;
	margin-left: -40px;
	padding-top: 5px;
}
/********Contact Page CSS END********/
p.copy_section {
    text-align: center!important;
}
/*** responsive style ***/
@media screen and (max-width: 1199px) {
.contact-form-block form {
	width: 100%;
	padding: 50px;
	box-sizing: border-box;
	margin: 0;
}
.contact-form-block form .form-row .md-3 {
	margin-right: 9px;
}
.page-template-suppliers .sp-max {
	margin-top: 0;
	margin-right: 0;
}
}
@media handheld, only screen and (max-width: 1170px) {
.section-one br, .product-ps p br {
	display: none;
}
}
@media handheld, only screen and (max-width: 1100px) {
.navigation ul li {
	margin: 0 0 0 5px;
}
.navigation ul li a {
	padding: 45px 4px;
	font-size: 12px;
}
.product-bx h6 {
	line-height: 24px;
	font-size: 13px;
}
.max-content {
	padding: 0 20px 0 40px;
}
.right-p .max-content {
	padding: 0 40px 0 20px;
}
.navigation ul {
	margin-right: -3px;
}
.contact-info ul li address, .contact-info ul li address p, .contact-info ul li .telephone, .contact-info ul li .email {
	font-size: 18px;
}
.navigation {
	width: 100%;
}
}
 @media handheld, only screen and (max-width: 1023px) {
.product-bx {
	padding: 50px 10px 0;
}
.pd-mrg {
	margin: -50px -10px 0;
}
.max-content {
	padding: 0 20px 0 30px;
}
.right-p .max-content {
	padding: 0 30px 0 20px;
}
}
@media screen and (max-width: 991px) {
.map, .contact-form-block {
	width: 100%;
}
.contact-info ul li address, .contact-info ul li address p, .contact-info ul li .telephone, .contact-info ul li .email {
	font-size: 14px;
}
.contact-bottom {
	margin-top: 70px;
}
.contact-info ul li .telephone {
	line-height: 22px;
}
.contact-info ul li address p:last-child {
	margin-top: -3px;
	padding-top: 0;
	margin-left: -20px;
}
}
 @media handheld, only screen and (max-width: 979px) {
.navigation ul li a {
	padding: 34px 6px;
	font-size: 11px;
}
.had-full .logo a {
	max-width: 140px;
}
.navigation ul li {
	margin: 0 0 0 4px;
}
.product-ps br {
	display: none;
}
.product-bx {
	width: 33.33%;
}
.sp-img {
	width: 340px;
}
.sp-content a.btn {
	margin-top: 30px;
}
}
 @media handheld, only screen and (max-width: 839px) {
.navigation ul li {
	margin: 0 0 0 4px;
}
.navigation ul {
	margin-right: -2px;
}
.item_wrap .content_wrap {
    padding: 30px!important;
      width: 100%!important;
}
.profile{background:none!important;}
.had-full .logo a {
	max-width: 130px;
}
.navigation ul li a {
	font-size: 10px;
	padding: 31px 2px;
}
.sp-img {
	width: 300px;
}
.ft-mrg {
	margin: -40px -10px 0;
}
.ft-box {
	width: 50%;
	padding-top: 40px;
}
}
@media handheld, only screen and (min-width: 767px) {
body .mobile-block {
	display: none;
}
}
 @media handheld, only screen and (max-width: 767px) {
.page-id-4 .product-bx {
	width: 50%!important;
	padding: 40px 15px 40px!important;
}
.item_wrap .content_wrap {
    padding: 30px!important;
      width: 100%!important;
}
p.copy_section {
    text-align: center!important;
}
.content-listing p {
	font-size: 17px;
	line-height: 24px;
	margin-top: 20px;
}
.contact-info ul li {
	height: auto;
	margin-bottom: 15px;
}
body .mobile-none {
	display: none;
}
.banner.banner-inner .bn-img img {
	margin: 0 auto;
	max-width: 100%;
	width: 320px;
}
.banner .bn-img img {
	display: inline-block;
	max-width: 320px;
}
.bn-img {
	text-align: center;
}
.banner-bx:before {
	display: none;
}
.bn-half {
	width: 100%;
}
h1 {
	font-size: 40px;
	line-height: 44px;
}
.bn-text {
	margin-top: 30px;
}
.bn-text a.btn {
	margin-top: 25px;
}
.bn-text p {
	font-size: 26px;
	line-height: 30px;
	margin-top: 15px;
}
.menu-rs {
	height: 40px;
	left: 0;
	line-height: 40px;
	position: absolute;
	top: 0;
	width: 50px;
	background: #101046;
}
.menu-rs a {
	display: inline-block;
}
.menu-rs a {
	display: inline-block;
	position: relative;
	top: 1px;
}
.menu-rs a span {
	background: #fff none repeat scroll 0 0;
	cursor: pointer;
	display: block;
	height: 2px;
	margin-top: 4px;
	transition: all 0.2s ease-in 0s;
	width: 20px;
}
.navigation {
	display: none;
}
.header {
	position: relative;
}
.had-full {
	text-align: center;
}
.had-full .logo {
	float: none;
	display: inline-block;
	padding: 6px 0 16px;
	width: 100%;
}
.owl-carousel .owl-item {
	top: -70px!important;
}
.bx-wrapper .bx-next {
	right: 0!important;
}
.bx-wrapper .bx-prev {
	left: 0!important;
}
.had-full .logo a {
	max-width: none;
}
.container {
	padding-left: 15px;
	padding-right: 15px;
}
.section-one, .product-section, .content-part, .supplier-section, .logo-section, .footer {
	padding-top: 60px;
	padding-bottom: 60px;
}
.section-one p {
	margin-top: 30px;
}
.product-bx {
	width: 50%;
	padding: 20px 10px 0;
}
.pd-mrg {
	margin: -20px -10px 0;
}
.product-sec {
	margin-top: 40px;
}
.img-part {
	display: block;
	float: left;
	width: 100%;
	background: none;
}
.img-part img {
	display: block;
}
.content-part {
	float: left;
	width: 100%;
	display: block;
}
.max-content {
	padding: 0 15px;
	max-width: none;
}
.right-p .max-content {
	padding: 0 15px;
}
.row-bx {
	margin-top: 40px;
}
.row-bx .max-row {
	margin-top: 40px;
}
.logo-mrg {
	margin: 0 -10px;
}
.lg-bx {
	padding: 20px 10px 0;
	width: 33.33%;
}
.logo-full {
	margin-top: 15px;
}
.sp-content p br {
	display: none;
}
.sp-img {
	width: 240px;
}
.sp-content a.btn {
	margin-top: 30px;
}
.top-bar {
	padding: 0;
}
.social ul li {
	height: 40px;
	line-height: 40px;
}
.social ul li a .icon {
	width: 1em;
	height: 1em;
}
.social {
	border-bottom: 1px solid #e4e4e4;
	float: right;
	padding-right: 15px;
	text-align: center;
	width: 100%;
}
.social ul {
	float: right;
}
.top-links ul li {
	padding: 0;
	height: 40px;
	width: 33%;
}
.top-links {
	float: right;
	width: 100%;
}
.top-links ul {
	width: 100%;
	text-align: center;
}
.top-links .table {
	width: 100%;
}
.content-listing {
	margin-top: 20px;
}
.contact-form-block form {
	padding: 30px;
}
.contact-form-block form .form-row .md-3 {
	margin-right: 0;
	margin-bottom: 15px;
	width: 100%;
}
.contact-form-block form .form-row .md-3:last-child {
	margin-bottom: 0;
}
.contact-info ul li {
	width: 100%;
	margin-right: 0;
	border: 0;
}
.contact-info ul li address {
	float: left;
}
.contact-info ul li address, .contact-info ul li address p, .contact-info ul li .telephone, .contact-info ul li .email {
	font-size: 16px;
}
.contact-bottom {
	margin-top: 20px;
}
.contact-info ul li address {
	float: left;
	width: 100%;
}
.contact-info ul li address p {
	float: left;
	width: 100%;
	text-align: center;
	max-width: 100%;
}
.contact-info ul li address p:last-child {
	margin-left: 0;
	margin-top: 0px;
	float: left;
	width: 100%;
	text-align: center;
}
.project-section {
	padding-top: 50px;
	padding-bottom: 70px;
}
}
 @media handheld, only screen and (max-width: 639px) {

     p.copy_section {
    text-align: center!important;
}
.page-id-4 .product-bx {
	width: 100%!important;
	padding: 40px 15px 40px!important;
}
.row-bx .max-row.right-row .sp-img:first-child {
	display: block;
}
.page-id-101 .product-bx{width:48%!important;}
.page-id-101 #secondary{width:100%!important;}
.page-id-101 .product-sec {
    float: right;
    margin-top: 50px;
    width: 100%!important;
}
.row-bx .max-row.right-row .sp-img {
	display: none;
}
h1 {
	font-size: 20px !important;
	line-height: 30px !important;
}
.section-one p {
	font-size: 16px;
	line-height: 26px;
}
.descr_wrap ul li{
    font-size: 16px!important;
	line-height: 26px;

}
.section-one, .product-section, .content-part, .supplier-section, .logo-section, .footer, .middle-inner .content-part {
	padding-top: 40px;
	padding-bottom: 40px;
}
h2 {
	font-size: 28px !important;
	line-height: 32px !important;
}
.section-one a {
	margin-top: 20px;
}
h3 {
	font-size: 28px !important;
	line-height: 38px !important;
}
.sp-img {
	display: block;
	float: left;
	text-align: left;
	width: 100%;
}
.right-row .sp-box, .right-row .sp-img {
	text-align: right;
}
.sp-content {
	display: block;
	float: left;
	vertical-align: middle;
	width: 100%;
	margin-top: 20px;
}
.sp-max {
	max-width: none;
}
h2.tital:after {
	margin-top: 10px;
}
.lg-bx {
	padding: 10px 5px 0;
}
.logo-mrg {
	margin: 0 -5px;
}
.bn-text p {
	font-size: 16px;
	line-height: 20px;
	margin-top: 10px;
}
.banner .owl-dots {
	bottom: 20px;
}
.project-section {
	padding: 50px 15px;
}
}
 @media handheld, only screen and (max-width: 479px) {
       p.copy_section {
    text-align: center!important;
}
.page-id-4 .product-bx {
	width: 100%!important;
	padding: 40px 15px 40px!important;
}
h1 {
	font-size: 20px !important;
	line-height: 26px !important;
}
.contact-bottom {
	margin-top: 10px;
}
.top-links ul li {
	border-top: 1px solid #e4e4e4;
	height: auto;
	padding: 10px;
	width: 100%;
}
.top-links ul li:first-child {
	border: 0;
}
.product-bx {
	width: 100%;
}
h3 {
	font-size: 24px !important;
	line-height: 34px !important;
}
.listing {
	margin-top: 30px;
}
.listing li {
	font-size: 15px;
	line-height: 24px;
	margin-top: 15px;
}
p {
	font-size: 15px;
	line-height: 24px;
}
h2 {
	font-size: 24px !important;
	line-height: 28px !important;
}
.ft-box {
	padding-top: 30px;
	width: 100%;
}
.ft-mrg {
	margin: -30px -10px 0;
}
.contact-section {
	padding-top: 40px;
}
.contact-section p {
	margin-top: 20px;
	margin-bottom: 0;
}
.page-id-101 .product-sec {
	float: left;
	margin-top: 50px;
	width: 98%;
}
.page-id-101 .product-bx {
	float: left;
	padding: 43px 15px 0;
	width: 98.3%;
}
.item_wrap .content_wrap {
	padding: 60px 0 80px;
	position: relative;
	width: 98% !important;
	text-align: justify;
	margin: 0 auto !important;
}
}
/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */
#top-menu li ul {
	background: #fff none repeat scroll 0 0;
	display: none;
	margin-left: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	top: 121px;
	visibility: hidden;
	width: 250px;
	z-index: 2147483647;
}
#top-menu li ul li {
	display: block;
	color: #000;
}
#top-menu li ul li:hover {
}
#top-menu li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}
#top-menu li ul li a {
	padding: 15px !important;
}
#top-menu li ul li a:hover {
	color: #51c2c1;
}
.vc_empty_space {
	clear: both !important;
}
.single-our_project .entry-content ul {
	clear: both;
	overflow: hidden;
	padding-top: 17px;
	margin-left: 20px;
}
.single-our_project .entry-content li {
	background: rgba(0, 0, 0, 0) url("../images/marker.png") no-repeat scroll left top 7px;
	padding-left: 20px;
	clear: both;
	margin: 5px 0px;
	font-weight: 300;
	line-height: 30px;
}
.newlist li {
	background: url(../images/marker.png) no-repeat left;
	padding-left: 20px;
	clear: both;
	margin: 5px 0px;
	font-weight: 300;
	line-height: 30px;
}
.newlist {
	clear: both;
	overflow: hidden;
	padding-top: 17px;
}
.search-form .search-submit {
	bottom: 0;
	padding: 0.1em 1em;
	position: absolute;
	right: 1px;
	top: 1px !important;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
	margin-bottom: 9px !important;
}
.ourTeam_name {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	margin-top: 10px;
}
.ourTeam_name a {
	display: inline-block!important;
	margin: 0;
}
.ourTeam_job {
	color: #101046;
	display: inline;
	font-weight: normal;
	font-size: 13px;
}
.page-id-63 .section-one p {
	color: #454545;
	display: block;
	float: inherit;
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
	margin-bottom: 0;
	margin-top: 20px;
	width: 100%;
}
.page-id-63 .wpb_wrapper {
	min-height: 145px;
}
.page-id-63 .contact-form-block form {
margin: 32px 0 80px 28px;
width: 1053px;
}
.page-id-63 .section-one a {display:content !important;}
.page-id-63 .contact-form-block form .form-row textarea {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #101046;
	box-sizing: border-box;
	color: #aeaeae;
	display: inline-block;
	font-size: 13px;
	font-weight: 300;
	height: 193px;
	padding: 10px;
	resize: none;
	vertical-align: top;
	width: 98.22%;
	margin-right: 20px;
}
.page-id-63 .contact-form-block form .form-row .md-3 {
	float: left;
	margin-right: 10px;
	width: 32%;
}
.page-id-63 .contact-form-block form input[type="submit"] {
	border-radius: 30px;
	float: right;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 400;
	height: 42px;
	letter-spacing: 1px;
	margin-right: 15px;
	padding: 10px;
	text-align: center;
	width: 121px;
    border: 2px solid #87D5CA;
    color: #ffffff;
    background: #87D5CA;
}
.page-id-63 .contact-form-block form input[type="submit"]:hover {
    background: #ffffff;
    color: #87D5CA;
}
.entry-header {
	margin-top: 45px;
}
.our-project1 {
	float: left;
	width: 48%;
}
.single-our_project .post-thumbnail {
	float: left;
	width: 45%;
	margin-right: 15px;
}
.single-our_project .post-thumbnail img {
	border: 1px solid #51c2c1;
}
.single-our_project .entry-content h1 {
	font-weight: bold;
	font-size: 22px;
	margin-top: 20px;
	margin-left: 25px;
}
.our-project2 {
	float: left;
	width: 62%;
}
.single-our_suppliers .post-thumbnail {
	float: left;
	width: 34%;
	margin-right: 15px;
}
.single-our_suppliers .post-thumbnail img {
	border: 0px solid #51c2c1;
	background: #fff;
}
.single-our_suppliers .entry-content h1 {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 0px;
}
.single-our_product .post-thumbnail {
	float: left;
	width: 40%;
	margin-right: 15px;
	text-align: center;
}
.producthum {
	border: 3px solid #51c2c1;
}
.single-our_product .post-thumbnail img {
	text-align: center;
}
.single-our_product .entry-content h1 {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 0px;
}
.our-project4 {
	float: left;
	width: 57%;
}
.single-our_suppliers .entry-content ul {
	clear: both;
	overflow: hidden;
	padding-top: 17px;
	margin-left: 20px;
}
.single-our_suppliers .entry-content li {
	background: rgba(0, 0, 0, 0) url("../images/marker.png") no-repeat scroll left top 7px;
	padding-left: 20px;
	clear: both;
	margin: 5px 0px;
	font-weight: 300;
}
.page-template-sitemap-template .project-section {
	background: none !important;
	padding-bottom: 40px;
	padding-top: 40px;
	text-align: left;
}
.page-template-sitemap-template .project-section ul {
	clear: both;
	overflow: hidden;
	margin-left: 20px;
}
.page-template-sitemap-template .project-section ul li {
	background: rgba(0, 0, 0, 0) url("../images/marker.png") no-repeat scroll left top 7px;
	padding-left: 20px;
	clear: both;
	margin: 5px 0px;
	font-weight: 300;
}
.page-template-sitemap-template .project-section ul li a {
	color: #000;
}
.widget-title h3 {
	font-weight: bold;
	margin-top: 30px;
}
.page-template-sitemap-template .project-section .ft-box {
	float: left;
	padding: 0 10px;
	width: 33%;
}
.er404 ul li {
	background: rgba(0, 0, 0, 0) url("../images/marker.png") no-repeat scroll left top 7px;
	padding-left: 20px;
	clear: both;
	margin: 5px 0px;
	font-weight: 300;
}
.er404 ul li a {
	color: #000;
}
.er404 .ft-box {
	float: left;
	padding: 0 10px;
	width: 33%;
}
.ermssg {
	margin-top: 30px;
}
.pagin .wp-pagenavi a, .wp-pagenavi span {
	background: #fff !important;
	border: 2px solid #00741a !important;
	color: #222;
	margin: 2px;
	padding: 5px;
	text-decoration: none;
}
.wp-pagenavi span.current {
	background: #00741a !important;
	font-size: 18px;
	font-weight: bold;
	color: #fff !important;
}
.pagin {
	clear: both !important;
	padding-top: 50px !important;
}
.popup-gallery a img {
	width: 180px;
	height: 150px;
	border: 3px solid #00741a;
}
div.popup-gallery {
	border-top: 2px solid #ddd;
	clear: both;
	margin-bottom: 40px;
	margin-top: 26px;
	overflow: hidden;
	padding-top: 20px;
	text-align: left;
}
div.image-wrap {
	width: 24%; /* Change this value to have your thumbnails laid out differently */
	margin-bottom: 4px;
	display: inline-block;
	margin-right: 10px;
}
div.image-wrap img {
	width: 100%;
}
a.lightbox-link {
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}
a.lightbox-link:hover {
	-webkit-opacity: 0.8;
	-khtml-opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-opacity: 0.8;
	-o-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.image-wrap figcaption {
	display: none;
}
.mfp-bg figcaption {
	display: block;
	position: absolute;
}
.lb-title {
	margin: 0.5em 0 0 0.5em;
}
.lb-description {
	margin-left: 0.6em;
	width: 100%;
}
.sprice {
	padding-right: 25px;
}
.our-project4 table td, th {
	border: 1px solid #ddd;
	padding: 5px;
	font-size: 14px;
}
.our-project4 th:first-child, td:first-child {
	padding-left: 5px;
}
.our-project4 th {
	background: rgb(146,210,116);
	color: #fff;
}
.contact-Product {
	background: rgb(243,243,243);
	overflow: hidden;
	padding: 20px 0px;
}
.contact-Product .contact-form-block form {
	box-sizing: border-box;
	float: left;
	margin: 20px 0 19px 3px;
	width: 100%;
}
.contact-Product .contact-form-block form .form-row .md-3 {
	float: left;
	margin-right: 10px;
	width: 32%;
}
.contact-Product .contact-form-block {
	background: #f3f3f3 none repeat scroll 0 0;
	float: left;
	width: 99%;
}
.contact-Product .contact-form-block form .form-row textarea {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #117c2e;
	box-sizing: border-box;
	color: #aeaeae;
	display: inline-block;
	font-size: 13px;
	font-weight: 300;
	height: 193px;
	padding: 10px;
	resize: none;
	vertical-align: top;
	width: 98%;
}
.contact-Product .contact-form-block form input[type="submit"] {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #117c2e;
	border-radius: 30px;
	color: #00721d;
	float: right;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 400;
	height: 42px;
	letter-spacing: 1px;
	margin-right: 15px;
	padding: 10px;
	text-align: center;
	width: 121px;
}
.contact-Product {
	font-weight: bold;
}
.name1 {
	display: inline-block;
	width: 70px;
}
.page-id-101 .product-sec {
	float: right;
	margin-top: 50px;
	width: 70%;
}
.page-id-63 .section-one {
	padding-bottom: 0px;
}
.page-id-101 #secondary {
	float: left;
	font-size: 0.875rem;
	line-height: 1.6;
	text-align: left;
	width: 30%;
}
.page-id-101 .product-bx {
	float: left;
	padding: 43px 15px 0;
	width: 33.3%;
	min-height: 385px;
}
.has-sidebar #secondary {
	float: left !important;
}
.widget-area .widget-title {
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.widget ul li {
	border-bottom: 1px solid #51c2c1 !important;
	border-top: 1px solid #51c2c1 !important;
	padding: 0.5em 0;
}
.archive #secondary {
	float: left;
	padding-top: 0;
	width: 31% !important;
}
.woocommerce-breadcrumb {
	display: none;
}
.single-product #secondary {
	float: left;
	padding-top: 0;
	width: 31% !important;
}
.single-product table td, th {
	border: 1px solid #ddd;
	padding: 5px;
	font-size: 14px;
}
.single-product th:first-child, td:first-child {
	padding-left: 5px;
}
.single-product .thumbnails img {
	border: 1px solid #ddd;
}
.single-product .summary {
	border: 1px solid #ddd;
	padding: 10px;
	font-size: 14px;
}
.single-product select {
	border: 1px solid #bbb;
	border-radius: 3px;
	height: 30px;
	max-width: 100%;
}
.single-product th {
	background: #111;
	color: #fff !important;
}
.woocommerce-variation-add-to-cart {
	display: none !important;
}
#tab-description li {
	background: rgba(0, 0, 0, 0) url("../images/marker.png") no-repeat scroll left top 7px;
	clear: both;
	font-weight: 300;
	margin: 5px 0;
	padding-left: 20px;
	list-style: none !important;
}
.posted_in a {
	text-decoration: none !important;
}
.entry-content a, .entry-summary a, .widget a, .site-footer .widget-area a, .posts-navigation a, .widget_authors a strong {
	box-shadow: none !important;
	transition: color 80ms ease-in 0s, box-shadow 130ms ease-in-out 0s, -webkit-box-shadow 130ms ease-in-out 0s;
}
#tab-test_tab li {
	background: rgba(0, 0, 0, 0) url("../images/marker.png") no-repeat scroll left top 8px;
	clear: both;
	font-weight: 300;
	margin: 5px 0;
	padding-left: 20px;
	list-style: none !important;
}
#tab-description h2 {
	font-size: 18px;
	font-weight: bold;
}
/*.acgreen .current-cat-parent a {
    background: rgb(0,114,29) !important;
}
.acgreen .accordion a {
    background: rgb(118,204,103) !important;
    border-bottom: 1px solid #049372;
    color: #fff;
}*/
.techinical-comp::before {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, white 0%, white 49%, white 50%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0;
}
.item_wrap::before {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, white 0%, white 49%, white 50%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0;
}
.item_wrap::before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.item_wrap .content_wrap {
	padding: 30px;
	position: relative;
	width: 50%;
	text-align: justify;
}
.item_wrap {
	background-size: cover;
	position: relative;
	z-index: -5;
}
.descr_wrap h3 {
	color: #101046;
	font-size: 34px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.listtwo .item_wrap::before {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.98) 49%, white 50%) repeat scroll 0 0;
}
.listtwo .content_wrap {
	margin: 0 0 0 auto;
}
.descr_wrap ul li {
	background: rgba(0, 0, 0, 0) url("../images/marker.png") no-repeat scroll left top 8px;
	clear: both;
	font-weight: 300;
	margin: 5px 0;
	padding-left: 20px;
	list-style: none !important;
	line-height: 30px;
}
.onsale {
	display: none !important;
}
.related {
	display: none !important;
}
#tab-spec_tab li {
	background: rgba(0, 0, 0, 0) url("../images/marker.png") no-repeat scroll left top 8px;
	clear: both;
	font-weight: 300;
	list-style: outside none none;
	margin: 5px 0;
	padding-left: 20px;
}
#tab-description h2 {
	display: none !important;
}
#tab-description h4 {
	margin-top: 5px;
	padding-top: 0px !important;
}
.ft-box ul li {
	background: rgba(0, 0, 0, 0) url("../images/marker.png") no-repeat scroll left top 5px;
	padding-left: 20px;
}
/*.new-title {

    color: #000 !important;
    display: table;
    margin: 0 auto;
}*/
.custombread {
	font-size: 14px;
	float: right;
	line-height: 40px;
}
.custombread div span a {
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 2;
	text-transform: uppercase !important;
	color: #51c2c1;
}
.custombread div span {
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 2;
	text-transform: uppercase !important;
	color: #00721d;
}
.custombread .row {
	color: #51c2c1 !important;
}
.custombread .current-item span {
	color: #989797 !important;
}
.new-title1 {
	color: #fff;
	display: table;
	margin: 0 auto;
}
.acgreen .accordion a {
	background: #f0f0f0!important;
	border-bottom: 1px solid #5f605f;
}
.acgreen .accordion li ul a {
	background: #f4f4f4 !important;
	border-bottom: 1px solid #fff;
	color: #51c2c1 !important;
}
.acgreen .accordion li ul a:hover {
	color: #51c2c1!important;
}
.trwca-actheme .accordion a {
	border-bottom: 0px !important;
}
.widget_wc_category_accordion .submenu li {
	border-bottom: 1px solid #51c2c1 !important;
}
.widget_wc_category_accordion .submenu li a:hover {
	color: #51c2c1!important;
}
#secondary .acgreen .accordion li ul a:hover {
	color: #51c2c1!important;
}
.cust-home {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px !important;
	font-weight: bold !important;
	color: #101046!important;
	letter-spacing: 0px !important;
}
.widget-area .widget-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 10px;
	letter-spacing: 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: #101046 !important;
	border: 1px solid #fff !important;
	border-radius: 4px 4px 0 0;
	display: inline-block;
	margin: 0 -5px;
	padding: 0 1em;
	position: relative;
	z-index: 0;
	color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #51c2c1 !important;
	border-bottom-color: #fff;
	color: #fff;
	z-index: 2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #fff !important;
	display: inline-block;
	font-weight: 700;
	padding: 0.5em 0;
	text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	border: 0px solid #d3ced2;
	bottom: -1px;
	content: " ";
	height: 0px !important;
	position: none !important;
	width: 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	border-bottom-left-radius: 0px;
	border-width: 0px;
	box-shadow: none;
	right: -6px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	border-bottom-right-radius: 0 !important;
	border-width: 0 !important;
	box-shadow: 0 0 0 #ebe9eb;
	left: 0 !important;
}
.wc-tabs-wrapper {
	border: 1px solid #ddd;
	border-radius: 10px;
	margin-bottom: 15px;
}
.woocommerce-Tabs-panel {
	padding: 0px 10px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	border-radius: 10px !important;
	list-style: outside none none;
	margin: 0 0 1.618em;
	overflow: hidden !important;
	padding: 0 0 0 0em !important;
	position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: 0px !important;
}
.woocommerce div.product form.cart {
	display: none;
	margin-bottom: 2em;
}
.single-product .summary {
	border: 1px solid #ddd;
	font-size: 14px;
	min-height: 303px;
	padding: 10px;
}
/*.control-product  {
    background: linear-gradient(-90deg, transparent -30%, #80c52e 50%, transparent 110%) repeat scroll 0 0%, #509d24 none repeat scroll 0 0 !important;
    color: #fff;
}*/
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #87D5CA !important;
	padding: 0.618em 1em !important;
	color: #ffffff!important;
}
.acgreen .accordion a.cat_has_posts {
	color: #111!important;
}
#enquiry .wpi-button:hover {
	padding: 0.618em 1em !important;
}
#enquiry {
	padding-bottom: 10px !important;
}
.pdfemb-poweredby {
	display: none !important;
}
div.pdfemb-viewer {
	background-color: #fff !important;
	border: 1px solid black;
	direction: ltr;
	line-height: 1;
	margin: 0;
	min-height: 819px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: left;
}
#menu-product {
	text-transform: uppercase !important;
}
#menu-services {
	text-transform: uppercase !important;
}
.ft-logo a img {
	margin-bottom: 10px;
}
.sub-menu li {
	float: none !important;
	margin: 0px !important;
}
.our-solution h5 {
	margin: 0px;
	color: #000;
	padding-top: 0px;
	padding-bottom: 5px;
}
.woocommerce #content div.product div.thumbnails.columns-4 a, .woocommerce div.product div.thumbnails.columns-4 a, .woocommerce-page #content div.product div.thumbnails.columns-4 a, .woocommerce-page div.product div.thumbnails.columns-4 a {
    width: 12.05% !important;
}
.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {

    margin-right: 0.8% !important;
    margin-bottom: 1em;
}


.acgreen .accordion a:hover, .acgreen li.current-cat a, .acgreen li.current-cat-parent a {
    color: #101046!important;
}

.woocommerce-Price-amount {
    color: #101046!important;
}
