html,
body {
	padding: 0;
	margin: 0;
	background: #fff;
	letter-spacing: 1px;
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
}

html {
	scroll-behavior: smooth;
}

body a {
	outline: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}

body a:hover {
	text-decoration: none;
}

body a:focus,
a:hover {
	text-decoration: none;
}

input[type="button"],
input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	letter-spacing: 1px;
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
}

label {
	width: 100%;
	color: #fff;
}

select,
input[type="email"],
input[type="text"],
input[type=password],
input[type="button"],
input[type="submit"],
textarea,
span {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	letter-spacing: 1px;
	width: 100%;
	color: #444;
}

textarea {
	height: 120px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
}

p {
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul li {
	display: inline-block;
}

/*-- //Reset-Code --*/
#mask {
	display: none;
}

.mask {
	width: 100%;
	height: 100%;
	background-color: rgba(242, 242, 242, 0.5);
	position: fixed;
	left: 0;
	top: 0;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.popup_outer_wrap {
	position: fixed;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	width: 90%;
	z-index: 100;
	min-width: 360px;
	pointer-events: none;
}

.et_pb_section.popup {
	position: relative;
	box-shadow: 0 3px 10px -1px rgba(0, 0, 0, 0.3), 0 2px 50px 2px rgba(0, 0, 0, 0.2);
	background: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	margin: auto;
	transition: all 0.3s;
	max-height: 100%;
	pointer-events: all;
}

#onlinequote {
	padding: 40px;
}

#onlinequote>p {
	font-weight: bold;
	margin-bottom: 20px;
}

#onlinequote p span {
	font-weight: bold;
}

#onlinequote form table {
	width: 100%;
}

#onlinequote form table td {
	padding: 0 10px;
	text-align: left;
}

.quote-red {
	color: red;
}

#onlinequote form table td select,
#onlinequote form table td input {
	width: 96% !important;
	display: block;
	padding: 5px 15px;
	margin-bottom: 10px;
	background-color: #fdfdfd;
	border-color: rgba(51, 51, 51, 0.12);
	border-radius: 1px;
}

#onlinequote form table td input.button {
	width: auto !important;
	margin: 10px 20px 0 0;
	display: inline-block;
	background-color: #08c;
	color: #fff;
	border-radius: 3px;
}

#onlinequote form table td .quote-tips {
	margin: 10px auto;
	text-align: center;
	width: 100%;
	display: block;
}

#onlinequote form table td .quote-tips a {
	color: #1489cb;
}

#onlinequote form table td .ajax-loader {
	bottom: 54px !important;
	left: 160px !important;
}

.et_pb_section.popup.with-close .evr-close_wrap {
	display: block !important;
}

.et_pb_section.popup.no-close .evr-close_wrap {
	display: none !important;
}

.et_pb_section.popup .evr-close_wrap {
	width: 30px;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: 100;
	text-align: right;
	transition: opacity 0.6s 0.3s;
}

.et_pb_section.popup .evr-close {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-family: "Courier New", monospace;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	color: #333;
	background: #fff2;
	opacity: 0.7;
	box-shadow: 0 0 3px 1px #00000008;
	transition: all 0.3s;
}

.et_pb_section.popup .evr-close:hover,
.et_pb_section.popup .evr-close:focus,
.et_pb_section.popup .evr-close:active {
	color: #000;
	background: #FFF;
	opacity: 1;
	box-shadow: 0 0 4px 0 #0002, 0 0 3px 1px #0001;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}



span.colo-change {
	color: #fbbe30;
}

h3.title {
	font-size: 37px;
	color: #000;
	letter-spacing: 2px;
	font-weight: 400;
	text-transform: capitalize;
}

.title-wls-text p {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 24px;
	padding: 0em 12em;
}

.title-wls-text p,
.service-left-matter p {
	color: #eee;
}

.clr-two p {
	color: #777676;
}

.features-left h4,
.about-fashion-grid h4,
.table-mid-head h4,
.product-two-two h4 a,
.product-two-mid h4 a,
.about-w3layouts-left h4,
.footer-titles h4,
.customer-txt-ile h4 {
	font-size: 23px;
	color: #0765cc;
	text-transform: capitalize;
}

.features-left h4,
h3.clr,
.footer-titles h4 {
	color: #fff;
}

.customer,
.contact,
.service {
	background: #1489cb;
}

.footer-w3layouts-bottem {
	background: #313131;
}

.sent-butnn:hover,
.view-buttn a:hover,
.social-icons ul li:hover {
	opacity: .8;
}

p,
.table-sub-title ul li,
.product-date-time ul li a {
	font-size: 14px;
	color: #000;
	letter-spacing: 1px;
	line-height: 27px;
}

/* navigation */
/* CSS Document */

.toggle-2,
.toggle,
[id^=drop] {
	display: none;
}


/* Giving a background-color to the nav container. */

nav,
#logo,
.social-icons {
	margin: 0;
	flex: 1;
	padding: 0;
}

#logo a {
	display: initial;
	font-weight: 700;
	font-size: 43px;
	letter-spacing: 1px;
	color: #1489cb;
	padding: 0 !important;
}

#logo img{
	display: block;;
	width: 100px;
	margin: 0 auto;
}

/* Since we'll have the "ul li" "float:left"
* we need to add a clear after the container. */
nav:after {
	content: "";
	display: table;
	clear: both;
}

/* Removing padding, margin and "list-style" from the "ul",
* and adding "position:reltive" */

nav ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

/* Positioning the navigation items inline */

nav ul li {
	margin: 0px;
	display: inline-block;
	float: left;
}

/* Styling the links */

nav ul li a {
	color: #000;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 8px 25px;
	border-radius: 50px;
	display: inline-block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

nav ul li ul li:hover {
	background: #f8f9fa;
}

.menu li .drop-text:hover {
	color: #000;
	border: none;
}

/* Background color change on Hover */
/*.menu li.active a,.menu li a:hover{border-bottom: 1px solid #d4d4d4;}*/
.menu li a:hover {
	opacity: 0.8;
	color: #000;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

/* Hide Dropdowns by Default
* and giving it a position of absolute */

nav ul ul {
	display: none;
	position: absolute;
	top: 33px;
	background: #fff;
	padding: 10px;
	border-radius: 0px;
	box-shadow: -1px 1px 5px #cecece;
}

/* Display Dropdowns on Hover */

nav ul li:hover>ul {
	display: inherit;
}


/* Fisrt Tier Dropdown */

nav ul ul li {
	width: 170px;
	float: none;
	display: list-item;
	position: relative;
}

.nav ul ul li a {
	color: #000;
	padding: 5px 10px;
	display: block;
	background: transparent;
}


/* Second, Third and more Tiers	
* We move the 2nd and 3rd etc tier dropdowns to the left
* by the amount of the width of the first tier.
*/

nav ul ul ul li {
	position: relative;
	top: -60px;
	/* has to be the same number as the "width" of "nav ul ul li" */
	left: 170px;
}


/* Change ' +' in order to change the Dropdown symbol */

li>a:only-child:after {
	content: '';
}

a.reqe-button {
	border: 2px solid rgba(255, 255, 255, 0.35);
	border-radius: 4px;
}

.about {
	padding-bottom: 0 !important;
}

.gallery-grids {
	border: 2px solid #fbbe30;
}

/* Media Queries
--------------------------------------------- */

@media(max-width: 800px) {
	nav a {
		font-size: 13px;
	}
}

@media all and (max-width: 991px) {
	#logo {
		display: block;
		padding: 0;
		width: 100%;
		text-align: center;
		float: none;

	}

	nav {
		margin: 0;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle+a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		padding: 6px 17px;
		font-size: 14px;
		text-decoration: none;
		border: none;
		width: 76px;
		margin: 0px auto;
		color: #333;
		border-radius: 50px;
		cursor: pointer;
	}

	.menu .toggle {
		float: none;
		text-align: center;
		margin: auto;
		max-width: 138px;
		padding: 10px 18px;
		font-weight: normal;
		font-size: 15px;
		letter-spacing: 1px;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		-ms-transition: 0.5s all;
	}

	.menu .toggle:hover {
		color: #000;
		opacity: .8;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		-ms-transition: 0.5s all;
	}

	.toggle:hover {
		color: #fbbe30;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		-ms-transition: 0.5s all;
	}

	label.toggle.toogle-2 {
		background: transparent;
		text-transform: Uppercase;
		font-size: 12px;
		color: #000;
        width: 120px;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked+ul {
		display: block;
		background: #fff;
		padding: 15px 0;
		text-align: center;
		width: 100%;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		padding: 2px 0;
	}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
	nav ul ul ul a {
		background-color: transparent;
	}

	nav ul li ul li .toggle,
	nav ul ul a,
	nav ul ul ul a {
		padding: 14px 20px;
		color: #000;
		font-size: 12px;
	}

	/* 
nav ul li ul li .toggle,
nav ul ul a {
background-color: #212121;
} */
	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position: static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}

	/* Hide menus on hover */
	nav ul ul li:hover>ul,
	nav ul li:hover>ul {
		display: none;
	}

	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
		padding: 0;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */
	}

	nav a {
		color: #000;
		font-size: 15px;
	}

	.menu li.active a,
	.menu li a:hover {
		background: transparent;
	}
}

@media all and (max-width: 568px) {

	nav a,
	.menu .toggle,
	nav ul li ul li .toggle,
	nav ul ul a,
	nav ul ul ul a {
		font-size: 12px;
	}
}

@media all and (max-width: 320px) {

	nav a,
	.menu .toggle,
	nav ul li ul li .toggle,
	nav ul ul a,
	nav ul ul ul a {
		font-size: 13px;
	}
}

/*-- dropdown --*/


/* headder */

/*-- banner-- */
.headder-top {
	position: absolute;
	width: 100%;
	padding: 1em 2em;
	background: transparent;
}

.main-banner {
	padding-top: 24em;
}

.banner-left-side {
	min-height: 800px;
}

.banner-left-side.uvprintersb {
	background-color: #ccc;
    background: url(https://imgcdn.wer-china.com/b2bsite/2020/08/led_uv_flatbed_printers_banner2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}

.banner-left-side.dtgprintersb {
    background: url(https://imgcdn.wer-china.com/b2bsite/2019/10/tshirt_dtg_printers_banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}

.banner-left-side.ecoprintersb {
    background: url(https://imgcdn.wer-china.com/b2bsite/2019/10/vinyl-eco-solvent-printers-banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}

.banner-left-side.luvprintersb {
    background: url(https://imgcdn.wer-china.com/b2bsite/2019/10/led_uv_flatbed_printers_banner1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}

.social-icons ul {
	padding-top: 8px;
}

.social-icons ul li {
	width: 50px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	border-radius: 50px;
	margin: 0px 2px;
	display: block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
}

.social-icons ul li.partner {
	width: 80px;
	vertical-align: top;
	line-height: 18px;
    font-weight: bold;
}

.social-icons ul li.EPSON {
	width: 54px;
}

.social-icons ul li.FUJI {
	width: 76px;
}

.social-icons ul li.THK {
	width: 41px;
}

.social-icons ul li.facebook {
	background: #0078d7;
}

.social-icons ul li.instagram {
	background: #d92e7d;
}

.social-icons ul li.youtube {
	background: #da2921;
}

.social-icons ul li a span {
	color: #fff;
	font-size: 13px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
}

.social-icons ul li a img {
	width: 100%;
	display: block;
    margin-top: 2px;
	/* background-color: rgba(0, 0, 0, .3); */
}

.social-icons ul li,
.news-date-list ul li {
	display: inline-block;
}

.banner-right-txt h4 {
	color: #fff;
	font-size: 5em;
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: 2px;
	text-shadow: 3px 1px 11px #5f5e5e94;
	line-height: 65px;
}

.slide-info-txt {
	margin-bottom: 40px;
}

.slide-info-txt p {
	color: #fff;
	font-size: 18px;
	text-shadow: 2px 2px 8px #000;
	line-height: 27px;
	letter-spacing: 1px;
	padding: 5px;
	border-radius: 5px;
    width: 82%;
    margin: 0 auto;
}

.banner-right-txt h5,.banner-right-txt h1 {
	font-size: 45px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 2px;
	text-shadow: 3px 1px 11px #000;
}

.view-buttn a {
	white-space: normal;
	font-size: 24px;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	display: inline-block;
	letter-spacing: 1px;
	outline: none;
	font-weight: bold;
	border-radius: 5px;
	background-color: #08c;
	padding: 10px 20px;
	/* border: 2px solid #989898; */
	box-shadow: 0px 0px 12px #4e4e4e;
}

.product .view-buttn a {
	font-size: 15px;
}



.banner-container {
	padding: 20px;
	max-width: 640px;
	margin: 0 auto;
    background-color: rgba(0,0,0,.6);
}

/*--// banner-- */
/*--about--*/
.about-icon span {
	font-size: 23px;
	color: #1489cb;
	line-height: 70px;
	background: transparent;
	width: 70px;
	border: #fbbe30 2px solid;
	height: 70px;
	border-radius: 50%;
}

/*--// about --*/
/*--service--*/
.service-left-grid {
	background: url(https://imgcdn.wer-china.com/b2bsite/2019/10/services.jpg) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	padding: 3em 13em;
	min-height: 470px;
}

.service-left-matter {
	padding: 0em 9em 0em 8em;
}

.service-left-grid h5 {
	font-size: 40px;
	font-weight: 500;
	color: #ffc107;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
    text-shadow: 0 0 3px #000;
}
.service .view-buttn, .service .view-buttn a{
    margin: 0 auto !important;
    text-align: center;
}

/*--//service--*/
/* --gallery --*/
.gallery p{
    text-align: center;
}
.gallery .view-buttn{
    margin: 20px auto 0 auto !important;
    text-align: center;
    
}
/* popup */
.popup-effect {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 0ms;
	visibility: hidden;
	opacity: 0;
	z-index: 99;
}

.popup-effect:target {
	visibility: visible;
	opacity: 1;
}

.popup {
	background: #fff;
	border-radius: 4px;
	max-width: 430px;
	position: relative;
	margin: 3em auto;
	padding: 3em 2em;
	z-index: 999;
	text-align: center;
}

.popup .close {
	position: absolute;
	top: 5px;
	right: 15px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.popup .close:hover {
	color: #686de0;
}

/* //popup */
/* --//gallery --*/
/* --product --*/

.product {
	padding: 0 !important;
	border-top: 4px solid #08c;
	background-color: #f7f7f7;
}

.product .py-3 {
	padding: 0 !important;
}

.product .row{
	display: block;
	overflow: hidden;
}

.product-t-one, .product-t-three{
	float: right;
}

.product-t-two, .product-t-four{
	float: left;
}

.product-img-one,
.product-img-two,
.product-img-three,
.product-img-four {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height: 470px;
	width: 50%;
}

.product-img-two.uvprinter {
	background: url(https://wer-china.com/products/images/3_A2-e4880uv_printer-1.jpg) no-repeat center;
	background-size: 100%;
	float: right;
}

.product-img-one.uvprinter {
	background: url(https://wer-china.com/products/images/1_A3-e3055uv_printer-1.jpg) no-repeat center;
	background-size: 100%;
	float: left;
}

.product-img-four.uvprinter {
	background: url(https://imgcdn.wer-china.com/b2bsite/2019/10/4_A0-et1510uv_printer.jpg) no-repeat center;
	background-size: 100%;
	float: right;
}

.product-img-three.uvprinter {
	background: url(https://imgcdn.wer-china.com/b2bsite/2020/12/2_A1-et6090uv_printer.jpg) no-repeat center;
	background-size: 100%;
	float: left;
}

.product-img-two.dtgprinter {
	background: url(https://imgcdn.wer-china.com/b2bsite/2019/10/A2-E4880T.jpg) no-repeat center;
	background-size: 100%;
	float: right;
}

.product-img-one.dtgprinter {
	background: url(https://imgcdn.wer-china.com/b2bsite/2019/10/A3-E3055T.jpg) no-repeat center;
	background-size: 100%;
	float: left;
}

.product-img-four.dtgprinter {
	background: url(https://imgcdn.wer-china.com/b2bsite/2019/10/A0-E1510T.jpg) no-repeat center;
	background-size: 100%;
	float: right;
}

.product-img-three.dtgprinter {
	background: url(https://imgcdn.wer-china.com/b2bsite/2019/10/A1-E6090T.jpg) no-repeat center;
	background-size: 100%;
	float: left;
}

.product-img-two.ecoprinter {
	background: url(https://imgcdn.wer-china.com/b2bsite/2019/10/ES1802.jpg) no-repeat center;
	background-size: 100%;
	float: right;
}

.product-img-one.ecoprinter {
	background: url(https://imgcdn.wer-china.com/b2bsite/2019/10/ES160.jpg) no-repeat center;
	background-size: 100%;
	float: left;
}

.product-img-four.ecoprinter {
	background: url(https://imgcdn.wer-china.com/b2bsite/2019/10/ES3202.jpg) no-repeat center;
	background-size: 100%;
	float: right;
}

.product-img-three.ecoprinter {
	background: url(https://imgcdn.wer-china.com/b2bsite/2019/10/ES1802-1.jpg) no-repeat center;
	background-size: 100%;
	float: left;
}

.product-img-two.luvprinter {
	background: url(https://imgcdn.wer-china.com/b2bsite/2019/10/2_K3200UV.jpg) no-repeat center;
	background-size: 100%;
	float: right;
}

.product-img-one.luvprinter {
	background: url(https://imgcdn.wer-china.com/b2bsite/2019/10/1_ET2513UV.jpg) no-repeat center;
	background-size: 100%;
	float: left;
}

.product-img-four.luvprinter {
	background: url(https://imgcdn.wer-china.com/b2bsite/2019/10/4_G2513UV.jpg) no-repeat center;
	background-size: 100%;
	float: right;
}

.product-img-three.luvprinter {
	background: url(https://imgcdn.wer-china.com/b2bsite/2019/10/3_K2513UV.jpg) no-repeat center;
	background-size: 100%;
	float: left;
}

.product-two-two {
	padding: 5em 7em;
}

/* --//product --*/
/*--//some text--*/
.info,
.product-two-two {
	background: #f7f7f7;
}

.info-span-txt span,
.feature-icons span {
	font-size: 20px;
	color: #ffffff;
	width: 47px;
	background: transparent;
	height: 47px;
	line-height: 42px;
	border: 2px solid #ffc107;
	border-radius: 50px;
}

.info-span-txt span {
	color: #000;
}

/*--//some text--*/
.customer {
	background: url(https://imgcdn.wer-china.com/b2bsite/2019/10/customer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
    border-top: 4px solid #08c;
}

.customer .view-buttn {
    margin-top: 0 !important;
    margin-bottom: 10px;
}

/*--prices-- */
.table-sub-title ul li {
	display: block;
}

.table-list-txt ul li {
	padding-top: 3px;
}

.table-mid-head {
	padding: 20px 20px;
	background: #fbbe30;
}

.table-sub-title h5 {
	font-size: 52px;
	color: #fbbe30;
}

.table-sub-title h5 span {
	font-size: 20px;
}

.table-sub-title h5 span {
	font-size: 16px;
	color: #000;
	margin-right: 4px;
}

.table-sub-title h6 {
	font-size: 14px;
	color: #3e3e3e;
	font-weight: bold;
}

.table-wthree-price,
.clients-info,
.customer-color-ile {
	padding: 1em 1.5em;
}

.customer-txt-ile h6,
.customer-txt-ile p {
	color: #fff;
	font-size: 16px;
}

.customer-txt-ile p i {
	color: #ffd800;
}

.customer .container .row{
	background-color: rgba(0,0,0,.3)
}

/*--//prices-- */
/*--contact--*/
.contact .title-wls-text {
	margin-bottom: 0 !important;
}
.contact .view-buttn a {
	background-color: #fff;
	color: #08c;
}

.contact-forms input,
.contact-forms textarea {
	font-size: 14px;
	color: #000;
	padding: .9em .7em;
	outline: none;
	border: none;
	border-radius: 0px;
	outline: none;
	background: #fbfbfb;
	box-shadow: -1px 1px 6px #949494;
}

.contact-forms textarea {
	resize: none;
	height: 9em;
}

.address_mail_footer_grids iframe,.address_mail_footer_grids .gmap {
	width: 100%;
	height: 17.5em;
	border: none;
}
.address_mail_footer_grids .gmap img{
    width: auto;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.sent-butnn {
	color: #fff;
	border: none;
	padding: 10px 50px;
	font-size: 16px;
	background: #fbbe30;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	cursor: pointer;
}

.chat-form-content {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 20px 10px 10px 20px;
}

.chat-form-content form#chat-form{
overflow:hidden;
}
.chat-form-content form ul li {
	width: 100%;
	margin: 10px 0;
	color: #fff;
}
.chat-form-content .notice{
clear:both;
}

.chat-form-content li input,
.chat-form-content li textarea {
	width: 95%;
	border: 1px solid #ddd;
	line-height: 24px;
	color: #444;
	border-radius: 3px;
	padding: 0 0 0 3%;
	margin-bottom: 0;
	height: 28px;
}

.chat-form-content li textarea {
	height: 60px;
}

.chat-form-content .submit,
.chat-form-content .reset {
	display: inline-block;
	border-radius: 3px;
	line-height: 38px;
	border: 0;
	width: 38%;
	padding: 0;
	color: #1489cb;
	cursor: pointer;
}

.chat-form-content .submit:hover,
.chat-form-content .reset:hover {
	opacity: 0.8
}

.chat-form-content .submit {
	background-color: #f4c811;
	float: left;
}

.chat-form-content .reset {
	float: right;
	margin-right: 5%;
}

div.chat-form-content .ajax-loader {
	display: none;
	background-image: url(https://www.wer-china.com/wp-content/plugins/contact-form-7/images/ajax-loader.gif);
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
	position: absolute;
	bottom: 30px;
	left: 230px;
	z-index: 999999;
}

.address_mail_footer_grids {
	padding-top: 50px;
	padding-bottom: 20px;
}

/*--//contact--*/
/*--footer-- */
.footer-top p span {
	font-size: 16px;
	color: #fff;
}

.footer-top p,
.footer-top p a,
.footer-titles p {
	font-size: 13px;
	line-height: 25px;
	color: #bbbbbb;
}

.footer-head h2 a {
	font-size: 29px;
	font-weight: 600;
	color: #08c;
}

.bottem-wthree-footer {
	background: #000;
}

.bottem-wthree-footer p {
	font-size: 14px;
	color: #fff;
	letter-spacing: 2px;
}

.bottem-wthree-footer p a {
	color: #ff5e00;
	font-size: 14px;
}

.bottem-wthree-footer p a:hover {
	color: #fff;
}

a.move-top span {
	display: inline-block;
	font-size: 25px;
	color: #fff;
}

/*--//footer-- */

/*--responsive--*/
@media(max-width:1920px) {}

@media(max-width:1680px) {}

@media(max-width:1600px) {}

@media(max-width:1440px) {
	.banner-left-side {
		min-height: 700px;
	}

	.main-banner {
		padding-top: 21em;
	}

	.banner-right-txt h4 {
		font-size: 4.7em;
	}

	.banner-right-txt h5,.banner-right-txt h1 {
		font-size: 43px;
	}

	#logo a {
		padding: 0px 12px;
	}

	.about-icon span {
		line-height: 67px;
		width: 67px;
		height: 67px;
	}

	.features-left h4,
	.about-fashion-grid h4,
	.table-mid-head h4,
	.product-two-two h4 a,
	.product-two-mid h4 a,
	.about-w3layouts-left h4,
	.footer-titles h4,
	.customer-txt-ile h4 {
		font-size: 21px;
	}

	.service-left-matter {
		padding: 0em 8em 0em 8em;
	}

	.service-left-grid h5 {
		font-size: 37px;
	}

	.product-two-two {
		padding: 4.5em 6em;
	}

	.contact-forms textarea {
		height: 8em;
	}

	.address_mail_footer_grids iframe,.address_mail_footer_grids .gmap {
		height: 17.5em;
	}
}

@media(max-width:1366px) {
	nav ul li a {
		padding: 8px 22px;
	}

	.headder-top {
		padding: 1em 1.5em;
	}

	h3.title {
		font-size: 35px;
	}

	.info-span-txt span,
	.feature-icons span {
		width: 44px;
		height: 44px;
	}

	.service-left-grid {
		padding: 3em 12em;
	}

	.product-two-two {
		padding: 4em 4.5em;
	}

	.product-img-one,
	.product-img-two,
	.product-img-three,
	.product-img-four {
		min-height: 465px;
		background-size: auto 100% !important;
	}

	.table-mid-head {
		padding: 17px 17px;
	}

	.table-sub-title h5 {
		font-size: 49px;
	}
}

@media(max-width:1280px) {
	nav ul li a {
		padding: 8px 19px;
	}

	#logo a {
		font-size: 40px;
	}

	.banner-right-txt h4 {
		font-size: 4.5em;
	}

	.banner-left-side {
		min-height: 630px;
	}

	.main-banner {
		padding-top: 18em;
	}

	.product-img-one,
	.product-img-two,
	.product-img-three,
	.product-img-four {
		min-height: 427px;
	}

	.footer-head h2 a {
		font-size: 27px;
	}
}

@media(max-width:1080px) {

	.about-icon span {
		line-height: 63px;
		width: 63px;
		height: 63px;
	}

	.service-left-matter {
		padding: 0em 2em 0em 5em;
	}

	.service-left-grid {
		padding: 3em 7em;
	}

	.service-left-grid h5 {
		font-size: 35px;
	}

	.product-two-two {
		padding: 3em 3em;
	}

	.contact-forms input,
	.contact-forms textarea {
		padding: .8em .7em;
	}

	.address_mail_footer_grids iframe {
		height: 18em;
	}

	.view-buttn a {
		padding: 11px 18px;
	}

	.table-wthree-price,
	.clients-info,
	.customer-color-ile {
		padding: .9em 1.2em;
	}

	.footer-top p span {
		font-size: 15px;
	}
}

@media(max-width:1050px) {
	nav ul li a {
		padding: 8px 12px;
	}

	.banner-right-txt h5,.banner-right-txt h1 {
		font-size: 40px;
	}

	.title-wls-text p {
		font-size: 14px;
	}

	.info-span-txt span,
	.feature-icons span {
		width: 41px;
		height: 41px;
		line-height: 36px;
	}

	.product-img-one,
	.product-img-two,
	.product-img-three,
	.product-img-four {
		min-height: 385px;
	}

	.table-sub-title h5 {
		font-size: 45px;
	}
}

@media(max-width:1024px) {
	.headder-top {
		padding: 1em 1em;
	}

	nav ul li a {
		padding: 8px 11px;
	}

	.banner-right-txt h4 {
		font-size: 4.3em;
		line-height: 60px;
	}

	.product-two-two {
		padding: 2.5em 2em;
	}
}

@media (min-width: 992px){
    .gallery.py-lg-4{
        padding-bottom: 0 !important;
    }
}

@media(max-width:991px) {

	.banner-left-side {
		min-height: 576px;
	}

	.about-grid-wthree:nth-child(3),
	.about-grid-wthree:nth-child(4) {
		margin-top: 25px;
	}

	.about-icon span {
		font-size: 21px;
	}

	.service-left-grid {
		padding: 3em 5em;
	}

	.service-left-grid h5 {
		font-size: 32px;
	}

	.features-left h4,
	.about-fashion-grid h4,
	.table-mid-head h4,
	.product-two-two h4 a,
	.product-two-mid h4 a,
	.about-w3layouts-left h4,
	.footer-titles h4,
	.customer-txt-ile h4 {
		font-size: 20px;
	}

	.title-wls-text p {
		padding: 0em 9em;
	}

	.contact-forms input,
	.contact-forms textarea {
		padding: .7em .7em;
	}

	.table-sub-title h5 {
		font-size: 42px;
	}
}

@media(max-width:900px) {
	.banner-right-txt h4 {
		font-size: 4em;
	}

	.banner-right-txt h5,.banner-right-txt h1 {
		font-size: 38px;
	}

	#logo a {
		font-size: 37px;
	}

	.about-icon span {
		line-height: 58px;
		width: 58px;
		height: 58px;
	}

	.service-left-grid {
		padding: 2.5em 4em;
	}

	h3.title {
		font-size: 33px;
	}

	.contact-forms input,
	.contact-forms textarea {
		padding: .6em .7em;
	}

	.address_mail_footer_grids iframe,.address_mail_footer_grids .gmap {
		height: 17em;
	}

	.sent-butnn {
		padding: 8px 44px;
		font-size: 16px;
	}

	.table-mid-head {
		padding: 13px 15px;
	}
}

@media(max-width:800px) {
	.banner-left-side {
		min-height: 535px;
	}

	.banner-right-txt h4 {
		font-size: 3.7em;
	}

	.slide-info-txt p {
		font-size: 14px;
	}

	.main-banner {
		padding-top: 16em;
	}

	.service-left-grid {
		padding: 2.5em 3em;
	}

	.service-left-grid h5 {
		font-size: 29px;
	}

	.info-span-txt span,
	.feature-icons span {
		font-size: 18px;
	}
}

@media(max-width:768px) {

	.service-left-matter {
		padding: 0em 2em 0em 4em;
	}

	.info-span-txt span,
	.feature-icons span {
		width: 38px;
		height: 38px;
		line-height: 33px;
	}

	.product-two-two {
		padding: 2em 1.5em;
	}

	.product-img-one,
	.product-img-two,
	.product-img-three,
	.product-img-four {
		background-size: 100% !important;
		min-height: 363px;
		width: 100%;
	}

	.gallery-grids {
		border: 2px solid #ffc107;
	}
    .gallery .view-buttn{
    margin: 5px auto 0 auto !important;
    text-align: center;
    }

	.table-mid-head {
		padding: 11px 15px;
	}

	.table-sub-title h5 {
		font-size: 39px;
	}

	.address_mail_footer_grids {
		padding-top: 20px;
	}
}

@media(max-width:767px) {
	.banner-right-txt h5,.banner-right-txt h1 {
		font-size: 35px;
	}

	.banner-right-txt h4 {
		font-size: 3.4em;
	}

	.title-wls-text p {
		padding: 0em 2em;
	}

	h3.title {
		font-size: 31px;
	}

	.service-left-grid {
		min-height: 340px;
	}

	.service-left-matter,
	.address_mail_footer_grids,
	.footer-titles:nth-child(2) {
		margin-top: 23px;
	}
}

@media(max-width:736px) {
	.table-sub-title h5 {
		font-size: 36px;
	}

	.sent-butnn {
		padding: 8px 39px;
		font-size: 15px;
	}

	.address_mail_footer_grids iframe,.address_mail_footer_grids .gmap {
		height: 15em;
	}

	#logo a {
		font-size: 35px;
	}
}

@media(max-width:667px) {
	.banner-right-txt h5,.banner-right-txt h1 {
		font-size: 33px;
		letter-spacing: 1px;
	}

	.banner-right-txt h4 {
		font-size: 3.1em;
	}

	.product-img-one,
	.product-img-two,
	.product-img-three,
	.product-img-four {
		min-height: 320px;
	}
}

@media(max-width:640px) {
	.banner-left-side {
		min-height: 487px;
	}
    .banner-container {
        padding: 20px 0;
    }
    .slide-info-txt {
        margin-bottom: 20px;
    }

	.main-banner {
		padding-top: 14em;
	}

	.about-icon span {
		line-height: 54px;
		width: 54px;
		height: 54px;
		font-size: 19px;
	}

	.service-left-grid h5 {
		font-size: 27px;
	}

	.service-left-grid {
		min-height: 289px;
	}

	.product-two-two {
		padding: 1.5em 1.5em;
	}

	.address_mail_footer_grids iframe,.address_mail_footer_grids .gmap {
		height: 13em;
	}

}

@media(max-width:600px) {
	h3.title {
		font-size: 29px;
		letter-spacing: 1px;
	}

	.info-span-txt span,
	.feature-icons span {
		width: 35px;
		height: 35px;
		line-height: 31px;
		font-size: 16px;
	}

	.sent-butnn {
		padding: 8px 35px;
	}

	.footer-head h2 a {
		font-size: 25px;
	}
}

@media(max-width:568px) {
    nav.text-center{
        position: absolute;
        right: 20px;
        top: 18px;
    }
    label.toggle{
        float: right; 
    }
	.banner-right-txt h4 {
		font-size: 2.7em;
		line-height: 49px;
	}

	.banner-right-txt h5,.banner-right-txt h1 {
		font-size: 31px;
	}

	.about-grid-wthree:nth-child(2) {
		margin-top: 22px;
	}
    
    .customer,.customer .container{
        padding-bottom: 0 !important;
    }
    
    .customer .view-buttn {
        margin-bottom: 20px;
    }

	.gallery-img-grid {
		width: 50%;
	}

	.w3layouts-main-text {
		text-align: center;
	}

	.feature-icons {
		margin-bottom: 13px;
	}

	.social-icons {
		text-align: center;
	}

	.product-img-one,
	.product-img-two,
	.product-img-three,
	.product-img-four {
		background-size: auto 100% !important;
	}
}

@media(max-width:480px) {

	.headder-top {
		padding: .7em .5em;
	}

	.banner-right-txt h4 {
		letter-spacing: 1px;
	}
    
	.view-buttn a {
        font-size: 18px;
        margin-top: 10px;
	}

	.about-icon span {
		line-height: 48px;
		width: 48px;
		height: 48px;
	}

	.service-left-grid h5 {
		font-size: 22px;
	}
}

@media(max-width:440px) {
	.title-wls-text p {
		padding: 0em 1em;
	}

	.address_mail_footer_grids iframe,.address_mail_footer_grids .gmap {
		height: 11em;
	}

	.table-mid-head {
		padding: 9px 15px;
	}

	.table-sub-title h5 {
		font-size: 34px;
	}

	.slide-info-txt p {
		line-height: 25px;
	}
}

@media(max-width:414px) {
    #logo {
        margin-bottom: 3px;
    }
	#logo a {
		font-size: 32px;
	}

	.banner-right-txt h4 {
		font-size: 2.5em;
	}

	.service-left-grid {
		padding: 2em 3em;
	}
}

@media(max-width:384px) {
	.banner-right-txt h5,.banner-right-txt h1 {
		font-size: 24px;
	}

	.banner-right-txt h4 {
		font-size: 2.3em;
		line-height: 39px;
	}

	.title-wls-text p {
		font-size: 13px;
		line-height: 21px;
	}

	.service-left-grid {
		min-height: 225px;
	}

	.customer-item,
	.gallery-img-grid {
		margin: 0px auto;
	}
}

@media(max-width:375px) {
	h3.title {
		font-size: 27px;
	}

	.social-icons ul li a span {
		font-size: 12px;
	}

	.view-buttn a {
		padding: 10px 16px;
	}
}

@media(max-width:320px) {
	.address_mail_footer_grids iframe,.address_mail_footer_grids .gmap {
		height: 9em;
	}

	.service-left-grid {
		padding: 1.5em 2em;
	}

	.service-left-grid h5 {
		font-size: 23px;
	}

	.customer-item,
	.gallery-img-grid {
		width: 84%;
	}

	.contact-forms input,
	.contact-forms textarea {
		padding: .5em .7em;
	}

	#logo a {
		font-size: 30px;
	}
}

/*--//responsive--*/
