::-webkit-input-placeholder {
	opacity: 1;
	color: #8d8d8d;
}

:-moz-placeholder {
	opacity: 1;
	color: #8d8d8d;
}

::-moz-placeholder {
	opacity: 1;
	color: #8d8d8d;
}

:-ms-input-placeholder {
	opacity: 1;
	color: #8d8d8d;
}

*,
*:after,
*:before {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.menu-button.button {
	display: none;
}

::-moz-selection {
	background: #7f7f7f;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #7f7f7f;
	color: #fff;
	text-shadow: none;
}

:focus {
	outline: 0 none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html,
body {
	height: 100%;
	min-height: 100%;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "Montserrat", sans-serif, sans-serif;
}

body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background-color: #fff;
}

img {
	border: 0 none;
	max-width: 100%;
	vertical-align: top;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: normal;
	line-height: 1.2;
}

a {
	color: #7f7f7f;
	text-decoration: none;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
	cursor: pointer;
}

a:hover {
	color: #7f7f7f;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

pre {
	margin: 1em 0;
}

p {
	margin: 0 0 25px;
}

p:last-child,
p:last-of-type {
	margin-bottom: 0;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: '';
	content: none;
}

small {
	font-size: 75%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl,
menu {
	margin: 0;
	padding: 0;
}

dd {
	margin: 0 0 0 40px;
}

nav ul,
nav ol {
	list-style: none;
}

iframe {
	border: 0;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="password"],
input[type="url"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	resize: none;
	width: 100%;
	border: 0 none;
	border-bottom: 1px solid #8d8d8d;
	background-color: #fff;
	font-size: 16px;
	color: #000;
	padding: 0;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	text-align: left;
}

select {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 100%;
	border: 0 none;
	border-bottom: 1px solid #8d8d8d;
	background-color: #fff;
	font-size: 16px;
	color: #000;
	padding: 0;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	text-align: left;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="password"] {
	height: 30px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-bottom-color: #7f7f7f;
}

textarea {
	height: 130px;
}

select {
	height: 30px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

address {
	font-style: normal;
	font-size: 14px;
}

hr {
	border: 0 none;
	border-top: 1px solid #000;
	margin: 30px 0;
	display: block;
	width: 100%;
}

ul,
ol {
	margin: 20px 0;
}

ul ul,
ol ol {
	margin: 10px 0;
	padding-left: 15px;
}

ul:first-of-type,
ol:first-of-type {
	margin-top: 0;
}

*+ul:first-of-type,
*+ol:first-of-type {
	margin-top: 10px;
}

body {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 1.25;
	color: #7f7f7f;
	font-weight: 400;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row::after {
	content: "";
	clear: both;
	display: table;
}

[class*="col-"] {
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	min-height: 1px;
}

.col-1 {
	width: 8.33333%;
}

.col-2 {
	width: 16.66667%;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 33.33333%;
}

.col-5 {
	width: 41.66667%;
}

.col-6 {
	width: 50%;
}

.col-7 {
	width: 58.33333%;
}

.col-8 {
	width: 66.66667%;
}

.col-9 {
	width: 75%;
}

.col-10 {
	width: 83.33333%;
}

.col-11 {
	width: 91.66667%;
}

.col-12 {
	width: 100%;
}

.wrapper {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

.field {
	margin-bottom: 20px;
}

.text-left {
	text-align: left !important;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.text-justify {
	text-align: justify !important;
}

.heading {
	font-size: 24px;
	padding-bottom: 0;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	margin-bottom: 35px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.heading span {
	display: block;
	position: relative;
	padding-bottom: 8px;
}

.heading span:after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #6A6A6A;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.button-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 35px;
}

.button {
	background-color: #6A6A6A;
	color: #fff;
	line-height: 50px;
	padding: 0 30px;
	position: relative;
	font-size: 18px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.button:after {
	content: '';
	display: block;
	background: url(../img/arrow.svg) no-repeat 0 0;
	width: 25px;
	height: 13px;
	margin-left: 11px;
}

.button:hover {
	background-color: #000;
	color: #fff;
}

.addtional-link {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 10;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.addtional-link a {
	display: block;
	margin: 1px 0;
}

.addtional-link a:hover {
	opacity: 0.8;
}

.header {
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.65);
}

.header.sticky {
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.header .wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
}

.header .right {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.logo {
	-webkit-align-self: center;
	-moz-align-self: center;
	-ms-align-self: center;
	align-self: center;
}

.resp-toggle {
	display: none;
	width: 36px;
	height: 36px;
	background: #6A6A6A;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	padding: 9px 8px;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.resp-toggle span {
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
}

.resp-toggle span:nth-of-type(2) {
	margin: 6px 0;
}

.resp-toggle:hover {
	background: #000;
}

.slicknav_menu {
	display: none;
}

.navigation {
	margin-right: 25px;
	-webkit-align-self: flex-end;
	-moz-align-self: flex-end;
	-ms-align-self: flex-end;
	align-self: flex-end;
}

.navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: flex-start;
}

.navigation ul a {
	display: block;
	font-size: 14px;
	color: #020202;
	padding: 36px 10px;
}

.navigation ul li {
	position: relative;
}

.navigation ul li:first-of-type {
	margin-left: 0;
}

.navigation ul li ul li ul li {
	width: 100% !important;
}

.navigation ul li:last-of-type {
	margin-right: 0;
}

.navigation ul li:after {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background-color: transparent;
	position: absolute;
	left: 0;
	bottom: 0;
}

.navigation ul li ul {
	position: absolute;
	top: 100px;
	left: -80px;
	width: 700px;
	background: rgba(255, 255, 255, 0.8);
	padding: 15px 30px;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
	-ms-transition: all linear 0.5s;
	-o-transition: all linear 0.5s;
	transition: all linear 0.5s;
}

.navigation ul li ul li {
	width: 35%;
}

.navigation ul li ul li:first-of-type {
	width: 25%;
}

.navigation ul li ul li:after {
	display: none;
}

.navigation ul li ul li a {
	padding: 5px 0;
	color: #000;
	line-height: 20px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	border-bottom: 1px solid #6A6A6A;
}

.navigation ul li ul li a:hover {
	text-decoration: underline;
}

.navigation ul li ul li ul {
	position: static;
	background: none;
	padding: 0;
	flex-direction: column;
	width: 100%;
	margin: 10px 0;
}

.navigation ul li ul li ul li {
	width: 100%;
}

.navigation ul li ul li ul li a {
	font-weight: 400;
	border-bottom: 0;
	padding: 0;
	line-height: 24px;
}

.navigation ul li:hover:after,
.navigation ul li.active:after {
	background-color: #6A6A6A;
}

.navigation ul li:hover ul {
	opacity: 1;
	visibility: visible;
	top: 88px;
}

.search {
	margin-right: 25px;
}

.social ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.social ul li {
	margin-right: 15px;
}

.social ul li:last-of-type {
	margin-right: 0;
}

.social ul li a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.banner {
	/*max-height: 100vh;*/
	overflow: hidden;
}

.banner .item {
	position: relative;
}

.banner .item:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0;
	left: 0;
}

.banner .item img {
	width: 100%;
}

.banner img {
	height: 100vh;
}

.banner .item .banner-content-wrapper {
	position: absolute;
	/*top: 0;*/
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 18px;
	z-index: 1;
	margin: 0 auto;
	width: 100%;
	/*max-width: 1200px;*/
	max-width: 100%;
	/*height: 100%;*/
	background-color: rgba(0, 0, 0, 0.4);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.banner-content .container {
	width: 100%;
}

.banner .item .banner-content {
	/*max-width: 580px;*/
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	/*left: 8vh;*/
	position: relative;
}

.banner .wrapper {
	position: absolute;
	top: 135px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 3;
}

.banner .banner-heading {
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	line-height: 1;
	width: 100%;
	display: none;
	/*margin-bottom: 15px;*/
}

.banner p {
	font-size: 18px;
	color: #fff;
	width: 100%;
}

.banner .button {
	margin-top: 35px;
	display: none;
}

.banner .owl-nav button[class*="owl-"] {
	background: url(../img/arrow-right.svg) no-repeat center rgba(255, 255, 255, 0.58);
	width: 50px;
	height: 50px;
	border-radius: 4px;
	position: absolute;
	right: 35px;
	top: 50%;
	margin-top: -25px;
}

.banner .owl-nav button[class*="owl-"] span {
	display: none;
}

.banner .owl-nav button.owl-prev {
	transform: rotateY(180deg);
	left: 35px;
}

.banner .owl-item.active .banner-heading {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	/*animation-name: fadeInLeft;*/
	animation-name: fadeIn;
	/*animation-delay: 0.5s; */
}

.banner .owl-item.active p {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.7s;
}

.banner .owl-item.active .button {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 1s;
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.products {
	padding-top: 30px;
}

.products-list .desc {
	position: absolute;
	bottom: -89px;
	left: 0;
	background: rgba(0, 0, 0, 0.48);
	color: #fff;
	padding: 0 25px 10px;
	-webkit-transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
	-ms-transition: all linear 0.5s;
	-o-transition: all linear 0.5s;
	transition: all linear 0.5s;
}

.products-list .product-name {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	padding: 15px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.products-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.products-list ul li {
	width: 23.75%;
	margin-right: 1.666%;
	margin-bottom: 1.666%;
	position: relative;
	overflow: hidden;
}

.products-list ul li:nth-of-type(4n) {
	margin-right: 0;
}

.products-list ul li:hover .desc {
	bottom: 0;
}

.who-we-are {
	border: 3px solid #6A6A6A;
	background: #F0F0F0;
	padding: 30px 50px;
	margin-top: 30px;
}

.who-we-are .heading {
	font-size: 18px;
	text-shadow: none;
	text-transform: none;
	margin-bottom: 10px;
}

.who-we-are .subheading {
	font-size: 36px;
	color: #000;
	text-align: center;
	padding: 0 80px;
	margin-bottom: 15px;
}

.who-we-are p {
	font-size: 18px;
	color: #000;
	text-align: center;
}

.who-we-are .button-wrap {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	margin-top: 35px;
}

.innovation {
	padding: 50px 0 30px;
}

.innovation .desc {
	/*background: #f0f0f0;*/
	background: #dfdfdf;
	color: #fff;
	padding: 0 25px;
	-webkit-transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
	-ms-transition: all linear 0.5s;
	-o-transition: all linear 0.5s;
	transition: all linear 0.5s;
}

.innovation .innovation-name {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	min-height: 73px;
	color: #000;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.innovation-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.innovation-list ul li {
	width: 23.75%;
	margin-right: 1.666%;
	margin-bottom: 1.666%;
	position: relative;
	overflow: hidden;
}

.innovation-list ul li:nth-of-type(4n) {
	margin-right: 0;
}

.innovation-list ul li:hover .desc {
	bottom: 0;
}

.client {
	background: url(../img/bg-client.jpg) no-repeat 0 0;
	background-size: 100% 100%;
	padding: 50px 0;
}

.client .heading {
	margin-bottom: 20px;
}

.client p {
	font-size: 18px;
	text-align: center;
	color: #000;
}

.client-list {
	margin-top: 30px;
}

.client-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.client-list ul li {
	width: 16.66%;
	min-height: 80px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.block-touch {
	padding: 50px 0;
}

.block-touch .wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
}

.block-touch .heading {
	font-weight: 500;
	margin-bottom: 20px;
}

.touch {
	width: 49.16%;
	/*background: url(../img/bg-touch.jpg) no-repeat 0 0;*/
	background: url(../img/get-bg1.jpg) no-repeat 0 0;
	background-size: 100% 100%;
	padding: 25px 55px;
}

.block-range {
	width: 49.16%;
	background: url(../img/bg-block-range.jpg) no-repeat 0 0;
	background-size: 100% 100%;
	padding: 25px 25px 38px;
}

.block-range-list {
	position: relative;
	margin-bottom: 21px;
}

.block-range-list:last-of-type {
	margin-bottom: 0;
}

.block-range-list .label {
	position: absolute;
	bottom: -13px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border: 1px solid #6A6A6A;
	width: 105px;
	line-height: 26px;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	color: #000;
	background: #fff;
}

.block-range-list ul {
	margin: 0;
	padding: 13px 0 22px;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	background: #fff;
	border-bottom: 1px solid #6A6A6A;
}

.block-range-list ul li {
	margin: 0 4px;
}

.form input,
.form textarea {
	background: #fff;
	height: 55px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #000;
	padding: 10px 20px;
	font-size: 14px;
	width: 100%;
}

.form textarea {
	height: 80px;
}

.form .field {
	margin-bottom: 25px;
	width: 100%;
}

.form .fields {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
}

.form .fields input.capcha-code {
	width: 150px;
	font-size: 24px;
}

.form .fields input.enter-code {
	width: calc(100% - 160px);
}

.form .button-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	margin-top: 25px;
}

.form .button-wrapper .button {
	border: 0;
	padding-left: 40px;
	padding-right: 40px;
}
.form .captcha {
	position: relative;
}
.form .captcha span {
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	margin: 9px 0 0;
	height: 36px;
	border: 1px solid #ccc;
	overflow: hidden;
}
.form .captcha span.help-block {
	position: static;
	width: 100%;
    display: block;
    border: 0;
    color: #fff;
    font-weight: 400;
}
.form .captcha span.help-block strong {
	font-weight: 400;
}
.footer {
	background: #FBFBFB;
	padding-top: 35px;
}

.footer .wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
}

.footer .footer-coloumn {
	width: 25%;
}

.footer .heading {
	font-size: 18px;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: flex-start;
	text-transform: none;
	text-shadow: none;
	font-weight: 500;
	margin-bottom: 30px;
}

.footer .heading span:after {
	box-shadow: none;
}

.footer .contact-info ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer .contact-info ul li {
	background: url(../img/call.png) no-repeat 0 5px;
	padding-left: 37px;
	font-size: 13px;
	color: #000;
	line-height: 25px;
	margin-bottom: 25px;
}

.footer .contact-info ul li:last-of-type {
	margin-bottom: 0;
}

.footer .contact-info ul li.email {
	background: url(../img/mail.png) no-repeat 0 7px;
}

.footer .contact-info ul li.address {
	background: url(../img/location.png) no-repeat 0 3px;
}

.footer .footer-list {
	width: 100%;
}

.footer .footer-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.footer .footer-list ul li {
	width: 100%;
}

.footer .footer-list ul li a {
	color: #121010;
	font-size: 13px;
	display: block;
	line-height: 31px;
}

.footer .footer-gallery ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer .copyright {
	background: #6A6A6A;
	color: #fff;
	font-size: 14px;
	padding: 10px 0;
	margin-top: 15px;
}

.footer .copyright .wrapper {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.footer .copyright .left {
	width: 50%;
}

.footer .copyright .right {
	width: 50%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: flex-end;
}

.footer .copyright a {
	color: #fff;
}

.inner-banner {
	position: relative;
}

.inner-banner img {
	width: 100%;
	height: 320px;
}

.inner-banner .inner-banner-content-wrap {
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 90px;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.inner-banner .inner-banner-content-wrap .heading {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	width: 100%;
	margin-bottom: 15px;
}

.breadcrumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.breadcrumb ul li {
	color: #fff;
	font-size: 14px;
	position: relative;
	padding: 0 10px;
}

.breadcrumb ul li:after {
	content: '/';
	display: block;
	position: absolute;
	right: -4px;
	top: 0;
}

.breadcrumb ul li:last-of-type:after {
	display: none;
}

.breadcrumb ul li a {
	color: #fff;
}

.about {
	padding: 50px 0;
}

.about .wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
}

.about .left {
	width: 49.16%;
}

.about .right {
	width: 49.16%;
}

.about .heading {
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: flex-start;
	margin-bottom: 20px;
}

.about p {
	font-size: 14px;
	color: #000;
	line-height: 24px;
	text-align: justify;
}

.our-innovation-wrapper {
	padding-bottom: 50px;
}

.our-innovation-wrapper .wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
}

.our-innovation-wrapper .map {
	background: url(../img/bg-map.png) no-repeat 0 0;
	background-size: 100% 100%;
	width: 49.16%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.our-innovation-wrapper .our-innovation {
	width: 49.16%;
}

.our-innovation-wrapper .heading {
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: flex-start;
	text-shadow: none;
}

.our-innovation-wrapper p {
	font-size: 14px;
	color: #000;
	line-height: 24px;
	text-align: justify;
}

.our-innovation-list {
	margin-top: 100px;
}

.our-innovation-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.our-innovation-list ul li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	flex-direction: column;
	margin: 0 40px 100px;
}

.our-innovation-list ul li .image {
	min-height: 48px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.our-innovation-list ul li span {
	font-size: 14px;
	color: #000;
	margin-top: 15px;
}

.contactus {
	padding: 50px 0;
}

.contactus .wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
}

.contactus .left {
	width: 74.5833%;
}

.contactus .right {
	width: 23.75%;
}

.contactus .heading {
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: flex-start;
	text-shadow: none;
	margin-bottom: 20px;
}

.contactus .contactus-info {
	margin-bottom: 15px;
}

.contactus .contactus-info ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contactus .contactus-info ul li {
	background: url(../img/phone-2.png) no-repeat 0 center;
	padding-left: 35px;
	font-size: 14px;
	color: #000;
	line-height: 30px;
	margin-right: 30px;
}

.contactus .contactus-info ul li a {
	color: #000;
}

.contactus .contactus-info ul li:last-of-type {
	margin-right: 0;
}

.contactus .contactus-info ul li.mail {
	background: url(../img/mail-2.png) no-repeat 0 center;
}

.contactus .google-map iframe {
	width: 100%;
	display: block;
}

.query {
	padding: 25px;
	border: 3px solid #F0F0F0;
}

.query .heading {
	margin-bottom: 32px;
}

.query .form .field {
	margin-bottom: 10px;
}

.query .form .field input,
.query .form .field textarea {
	background: #FBFBFB;
	border: 1px solid #E8E8E8;
	height: 47px;
	padding-left: 10px;
	padding-right: 10px;
}

.query .form .field textarea {
	height: 65px;
}

.query .form .fields input.capcha-code,
.query .form .fields input.enter-code {
	height: 47px;
	background: #FBFBFB;
	border: 1px solid #E8E8E8;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}

.query .form .fields input.capcha-code {
	width: 90px;
}

.query .form .fields input.enter-code {
	width: calc(100% - 100px);
}

.query .form .button-wrapper .button {
	padding-left: 20px;
	padding-right: 20px;
}

.client-page {
	background: none;
}

.gallery-list {
	padding: 25px 0 0;
}

.gallery-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.gallery-list ul li {
	width: 23.83%;
	font-size: 14px;
	color: #6A6A6A;
	margin-bottom: 25px;
	margin-right: 1.56%;
	margin-bottom: 1.56%;
}

.gallery-list ul li:nth-of-type(4n) {
	margin-right: 0;
}

.gallery-list ul li img {
	margin-bottom: 10px;
}

.faq {
	padding: 50px 0;
}

.faq .wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
}

.faq .left {
	width: 74.5833%;
}

.faq .right {
	width: 23.75%;
}

.faq .heading {
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: flex-start;
	text-shadow: none;
	margin-bottom: 20px;
}

.faq-list .list-heading {
	color: #000;
	font-size: 14px;
	min-height: 50px;
	padding: 15px 30px 15px 25px;
	position: relative;
}

.faq-list .list-heading:after {
	content: '';
	display: block;
	width: 11px;
	height: 18px;
	background: url(../img/arrow-down.svg) no-repeat center;
	position: absolute;
	right: 28px;
	top: 16px;
	-webkit-transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
	-ms-transition: all linear 0.5s;
	-o-transition: all linear 0.5s;
	transition: all linear 0.5s;
}

.faq-list .desc {
	padding: 0 25px 15px;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	display: none;
}

.faq-list .desc p {
	margin-bottom: 15px;
}

.faq-list .desc p:last-of-type {
	margin-bottom: 0;
}

.faq-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.faq-list ul li {
	background: #F8F8F8;
	margin-bottom: 5px;
	border: 1px solid transparent;
	cursor: pointer;
}

.faq-list ul li.show {
	background: #ffff;
	border: 1px solid #C4C4C4;
}

.faq-list ul li.show .list-heading {
	color: #6A6A6A;
}

.faq-list ul li.show .list-heading:after {
	transform: rotateX(180deg);
}

.blog-filter {
	background: rgba(196, 196, 196, 0.3);
	margin: 25px 0;
}

.blog-filter .form form {
	padding: 8px 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.blog-filter .form form .field {
	max-width: 235px;
	margin: 0 40px 0 0;
}

.blog-filter .form form .field label {
	color: #000;
	margin-right: 25px;
}

.blog-filter .form form .field select {
	width: 130px;
	background: #CDCDCD;
	border: 0;
	padding: 0 8px;
}

.blog-list {
	margin-bottom: 30px;
}

.blog-list .blog-bottom {
	padding: 15px 20px 22px;
}

.blog-list .list-heading {
	font-size: 19px;
	color: #000;
	font-weight: 500;
	margin-bottom: 10px;
}

.blog-list .date {
	font-size: 11px;
	color: #A3A3A3;
	margin-bottom: 10px;
}

.blog-list .desc p {
	color: #000;
	font-size: 13px;
	line-height: 20px;
}

.blog-list .button {
	line-height: 26px;
	font-size: 13px;
}

.blog-list .button:after {
	width: 14px;
	height: 10px;
	background-size: 100%;
}

.blog-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.blog-list ul li {
	width: 32.25%;
	margin-right: 1.625%;
	margin-bottom: 1.625%;
	background: #F9F9F9;
}

.blog-list ul li:nth-of-type(3n) {
	margin-right: 0;
}

.blog-detail {
	padding: 50px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
}

.blog-detail .list-heading {
	font-size: 19px;
	color: #000;
	font-weight: 500;
	margin-bottom: 10px;
	width: 100%;
}

.blog-detail .date {
	font-size: 11px;
	color: #A3A3A3;
	margin-bottom: 10px;
	width: 100%;
}

.blog-detail p {
	color: #000;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	margin-bottom: 15px;
}

.blog-detail p:last-of-type {
	margin-bottom: 0;
}

.blog-detail .left {
	width: 74.5833%;
}

.blog-detail .left .image-right {
	float: right;
	margin: 0 0 15px 20px;
}

.blog-detail .left .image-left {
	float: right;
	margin: 0 0 20px 20px;
}

.blog-detail .right {
	width: 23.75%;
}

.similar-blog {
	background: #E5E5E5;
	padding: 10px;
}

.similar-blog .image {
	width: 65px;
}

.similar-blog .blog-bottom {
	width: calc(100% - 75px);
}

.similar-blog .list-heading {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
}

.similar-blog .date {
	color: #A3A3A3;
}

.similar-blog ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.similar-blog ul li {
	padding: 10px 0;
	border-bottom: 1px solid #D3D3D3;
}

.similar-blog ul li:last-of-type {
	border-bottom: 0;
}

.similar-blog ul li a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
}

.product-page .desc {
	margin: 25px 0;
}

.product-page p {
	color: #000;
	font-size: 14px;
	line-height: 30px;
}

.product-slider-wrap {
	background: #C4C4C4;
	padding: 50px 0 0;
	height: calc(275px - 25px);
}

.product-slider-wrap .wrapper {
	margin-top: -25px;
}

.product-slider {
	list-style: none;
	margin: 0;
	padding: 0;
}

.product-slider .item {
	position: relative;
	cursor: pointer;
}

.product-slider .item:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid transparent;
	position: absolute;
	bottom: -45px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.product-slider .item.active:after {
	border-top: 20px solid #6A6A6A;
}

.product-slider .item .product-name {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(4, 4, 4, 0.45);
	color: #fff;
	padding: 10px;
	text-align: center;
}

.product-slider .owl-stage-outer {
	padding-bottom: 50px;
}

.product-slider .owl-nav button[class*="owl-"] {
	background: url(../img/arrow-right.svg) no-repeat center rgba(255, 255, 255, 0.58);
	width: 50px;
	height: 50px;
	border-radius: 4px;
	position: absolute;
	right: -67px;
	top: 50%;
	margin-top: -50px;
}

.product-slider .owl-nav button[class*="owl-"] span {
	display: none;
}

.product-slider .owl-nav button.owl-prev {
	transform: rotateY(180deg);
	left: -67px;
}

.product-content {
	padding: 50px 0 35px;
	display: none;
}

.product-content.show {
	display: block;
}

.product-content p {
	color: #000;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}

.product-content-list .name {
	font-size: 14px;
	color: #000;
	text-align: center;
	font-weight: 500;
	margin-top: 10px;
}

.product-content-list ul {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-content-list ul li {
	/*width: 18.66%;*/
	width: 22.66%;
	margin-right: 1.675%;
	margin-bottom: 1.675%;
}

.product-content-list ul li img {
	width: 100%;
}

/*.product-content-list ul li:nth-of-type(5n) {
	margin-right: 0;
}*/

.tabs-list,
.client-list-div {
	margin: 25px 0 45px;
}

.tabs-list ul,
.client-list-div ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #C4C4C4;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tabs-list ul li,
.client-list-div ul li {
	width: 16.66%;
}

.tabs-list ul li a,
.client-list-div ul li a {
	font-size: 14px;
	color: #000;
	padding: 9px 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	text-align: center;
	position: relative;
	min-height: 51px;
}

.tabs-list ul li a:after,
.client-list-div ul li a:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid transparent;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.tabs-list ul li a.active,
.client-list-div ul li a.active {
	background: #6A6A6A;
	color: #fff;
}

.tabs-list ul li a.active:after,
.client-list-div ul li a.active:after {
	border-top: 20px solid #6A6A6A;
}

.tabs-content {
	display: none;
}

.tabs-content.show {
	display: block;
}

.table {
	width: 100%;
}

.table table {
	border: 1px solid #C4C4C4;
	width: 100%;
	margin-bottom: 30px;
}

.table table th,
.table table td {
	padding: 13px 28px;
	border: solid #C4C4C4;
	border-width: 0 1px 1px 0;
	text-align: center;
}

.table table th {
	background: rgba(196, 196, 196, 0.25);
	color: #000;
	font-size: 14px;
	font-weight: 500;
}

.table table th:last-of-type {
	border-right: 0;
}

.table table td {
	color: #000;
	font-size: 14px;
}

.table table tr:nth-of-type(odd) {
	background: #F0F0F0;
}

.table table tr:nth-of-type(even) {
	background: #fff;
}

.laying-patterns-list .name {
	font-size: 14px;
	color: #000;
	margin: 15px 0;
	text-align: center;
}

.laying-patterns-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.laying-patterns-list ul li {
	width: 18.66%;
	margin: 0 1.665% 1.665% 0;
}

.laying-patterns-list ul li:nth-of-type(5n) {
	margin-right: 0;
}

.grade-image {
	margin: 30px 0;
}

.track {
	margin: 0 auto;
	display: block;
}

.traffick-road {
	margin: 60px auto 25px;
	display: block;
}

.search-page {
	padding: 50px 0;
}

.search-page .heading {
	text-align: left;
	margin-top: 50px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: flex-start;
}

.search-page .heading span:after {
	display: none;
}

.search-form form {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.search-form .field {
	width: 39%;
	margin: 0 10px;
}

.search-form .field input {
	background: #FBFBFB;
	border: 1px solid #E8E8E8;
}

.search-form .button-wrapper {
	width: 16.33%;
	margin: 0 10px;
}

.search-result-list .list-heading {
	color: #000;
	font-size: 18px;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.search-result-list .list-heading strong {
	font-weight: 600;
	border-bottom: 2px solid #6A6A6A;
}

.search-result-list p {
	color: #000;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 15px;
}

.search-result-list p:last-of-type {
	margin-bottom: 0;
}

.search-result-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.search-result-list ul li {
	margin-bottom: 30px;
}

.search-result-list ul li:last-of-type {
	margin-bottom: 0;
}

@media screen and (max-width: 1280px) {
	.banner .item .banner-content-wrapper {
		/*max-width: 1100px;*/
		max-width: 100%;
	}
	.banner .owl-nav button.owl-prev {
		left: 20px;
	}
	.banner .owl-nav button.owl-next {
		right: 20px;
	}
}

@media screen and (max-width: 1199px) {
	.wrapper {
		padding: 0 15px;
	}
	.header {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.header .right {
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		-ms-justify-content: flex-end;
		justify-content: flex-end;
		-ms-flex-pack: flex-end;
		-webkit-flex-direction: row-reverse;
		-moz-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.search {
		margin: 0 15px;
	}
	.resp-toggle {
		display: block;
	}
	.navigation-close {
		background: #000;
		color: #fff;
		width: 30px;
		height: 30px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
		line-height: 30px;
		text-align: center;
		font-weight: 600;
		cursor: pointer;
		position: absolute;
		left: 10px;
		top: 10px;
		-webkit-transition: all linear 0.5s;
		-moz-transition: all linear 0.5s;
		-ms-transition: all linear 0.5s;
		-o-transition: all linear 0.5s;
		transition: all linear 0.5s;
		z-index: 5;
	}
	.navigation-close:hover {
		background: #fff;
		color: #000;
	}
	.slicknav_menu {
		background: none;
		padding: 0;
		display: block;
	}
	.slicknav_menu {
		position: fixed;
		right: 18px;
		top: 20px;
		z-index: 999;
		background: none;
		border: 4px;
		width: 75%;
	}
	.slicknav_menu .slicknav_btn:not(.slicknav_collapsed) {
		background: #222 !important;
		height: 32px;
		padding-top: 13px;
	}
	.slicknav_nav ul {
		background-color: #222;
		margin-top: 11px;
	}
	.slicknav_nav ul li a {
		margin: 0 !important;
		padding: 10px 7px !important;
		border-bottom: 1px solid #fff;
	}
	.slicknav_nav .slicknav_arrow {
		float: right;
	}
	.slicknav_nav ul li a a {
		padding: 0 !important;
		border: 0;
	}
	.slicknav_nav ul li ul {
		margin: 0;
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
	}
	.inner-banner img {
		height: 200px !important;
	}
	.slicknav_menu .slicknav_icon-bar {
		-webkit-transition: all linear 0.5s;
		-moz-transition: all linear 0.5s;
		-ms-transition: all linear 0.5s;
		-o-transition: all linear 0.5s;
		transition: all linear 0.5s;
	}
	.slicknav_menu .slicknav_icon-bar+.slicknav_icon-bar {
		margin-top: 3px;
	}
	.slicknav_menu .slicknav_btn {
		margin: 0;
		text-shadow: none;
		padding: 8px 6px;
		position: relative;
		z-index: 3;
	}
	.slicknav_menu .slicknav_btn:not(.slicknav_collapsed) {
		background: transparent;
	}
	.slicknav_menu .slicknav_btn:not(.slicknav_collapsed) .slicknav_icon-bar {
		transform: rotate(45deg);
		background: #fff;
	}
	.slicknav_menu .slicknav_btn:not(.slicknav_collapsed) .slicknav_icon-bar:nth-of-type(2) {
		opacity: 0;
		visibility: hidden;
	}
	.slicknav_menu .slicknav_btn:not(.slicknav_collapsed) .slicknav_icon-bar:nth-of-type(3) {
		transform: rotate(-45deg);
		margin: -6px 0 0 0px;
	}
	.navigation ul a {
		padding: 10px 22px;
	}
	/*Custom Menu*/
	#cssmenu {
		width: auto;
		margin-right: 0;
		background: transparent;
		position: relative;
		align-self: center;
	}
	#cssmenu ul {
		width: 100%;
		display: none;
		position: fixed;
		top: 58px;
		background-color: #fff;
		left: auto;
		visibility: visible;
		opacity: 1;
		right: 0;
		/* height: 100%; */
		overflow-y: scroll;
		width: 80%;
		box-shadow: -10px 0px 10px rgb(0 0 0 / 30%);
		max-height: 390px;
		z-index: 9;
	}
	#cssmenu ul li {
		width: 100%;
		/* border-top: 1px solid #444; */
		transition: none;
	}
	ul.clients-dropdown{
		width: 100% !important;
	}
	#cssmenu ul ul li,
	#cssmenu li:hover>ul>li {
		height: auto
	}
	#cssmenu ul li a,
	#cssmenu ul ul li a {
		width: 100%;
		border-bottom: 0
	}
	#cssmenu>ul>li {
		float: none
	}
	#cssmenu ul ul li a {
		padding-left: 25px
	}
	#cssmenu ul ul li {
		background: #333!important;
	}
	#cssmenu ul ul li:hover {
		background: #363636!important
	}
	#cssmenu ul ul ul li a {
		padding-left: 35px;
		padding-top: 6px;
		padding-bottom: 6px;
		color: #fff;
	}
	#cssmenu ul ul li a {
		color: #ddd;
		background: none
	}
	#cssmenu ul ul li:hover>a,
	#cssmenu ul ul li.active>a {
		color: #fff
	}
	#cssmenu ul ul,
	#cssmenu ul ul ul {
		position: relative;
		left: 0;
		top: 0;
		padding: 0;
		width: 100%;
		margin: 0;
		text-align: left;
		transition: none;
		opacity: 1;
		visibility: visible;
		min-height: auto;
		max-height: auto;
	}
	#cssmenu>ul>li.has-sub>a:after,
	#cssmenu>ul>li.has-sub>a:before,
	#cssmenu ul ul>li.has-sub>a:after,
	#cssmenu ul ul>li.has-sub>a:before {
		display: none
	}
	#cssmenu #head-mobile {
		display: block;
		padding: 23px;
		color: #ddd;
		font-size: 12px;
		font-weight: 700
	}
	#cssmenu .menu-button {
		width: 40px;
		height: 40px;
		position: relative;
		right: 0;
		top: 0;
		cursor: pointer;
		z-index: 1001;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
	}
	#cssmenu .menu-button:after {
		position: absolute;
		top: 26px;
		right: 10px;
		display: block;
		height: 4px;
		width: 20px;
		border-top: 2px solid #dddddd;
		border-bottom: 2px solid #6a6a6a;
		content: ''
	}
	#cssmenu .menu-button:before {
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		position: absolute;
		right: 10px;
		display: block;
		height: 2px;
		width: 20px;
		background: #ddd;
		content: ''
	}
	#cssmenu .menu-button.menu-opened:after {
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		top: 20px;
		border: 0;
		height: 2px;
		width: 19px;
		background: #fff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	#cssmenu .menu-button.menu-opened:before {
		background: #fff;
		width: 19px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	#cssmenu .submenu-button {
		position: absolute;
		z-index: 99;
		right: 0;
		top: 0;
		display: block;
		/* border-left: 1px solid #444; */
		height: 38px;
		width: 46px;
		cursor: pointer
	}
	#cssmenu .submenu-button.submenu-opened {
		background: #262626
	}
	#cssmenu ul ul .submenu-button {
		height: 34px;
		width: 34px
	}
	#cssmenu .submenu-button:after {
		position: absolute;
		top: 17px;
		right: 19px;
		width: 8px;
		height: 2px;
		display: block;
		background: #6a6a6a;
		content: ''
	}
	#cssmenu ul ul .submenu-button:after {
		top: 15px;
		right: 13px
	}
	#cssmenu .submenu-button.submenu-opened:after {
		background: #fff
	}
	#cssmenu .submenu-button:before {
		position: absolute;
		top: 14px;
		right: 22px;
		display: block;
		width: 2px;
		height: 8px;
		background: #6a6a6a;
		content: ''
	}
	#cssmenu ul ul .submenu-button:before {
		top: 12px;
		right: 16px
	}
	#cssmenu .submenu-button.submenu-opened:before {
		display: none
	}
	#cssmenu ul ul ul li.active a {
		border-left: none
	}
	#cssmenu>ul>li.has-sub>ul>li.active>a,
	#cssmenu>ul ul>li.has-sub>ul>li.active>a {
		border-top: none
	}

.menu-button.button span {
	width: 20px;
	height: 2px;
	background: #ddd;
	position: absolute;
	top: 12px;
    right: 10px;
}

.menu-button.button.menu-opened span {
	display: none;
}

.navigation ul li:hover:after,
.navigation ul li.active:after {
	background-color: transparent;
}


/*ends Here*/

ul.slicknav_nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	margin: 0;
	background: #000;
	padding: 50px 15px 20px;
	overflow: auto;
}

ul.slicknav_nav a,
ul.slicknav_nav .slicknav_row {
	line-height: 30px;
	position: relative;
}

ul.slicknav_nav a .slicknav_arrow,
ul.slicknav_nav .slicknav_row .slicknav_arrow {
	position: absolute;
	right: 10px;
}

ul.slicknav_nav a:hover,
ul.slicknav_nav .slicknav_row:hover {
	background: #fff;
	color: #000;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

ul.slicknav_nav a:hover a,
ul.slicknav_nav .slicknav_row:hover a {
	color: #000;
}

.who-we-are {
	padding: 25px;
}

.touch {
	padding: 25px;
}

.contactus .left {
	width: 67%;
}

.contactus .right {
	width: 30%;
}
	ul.clients-dropdown{
	    width: 100% !important;
	}

}
@media screen and (max-width: 1023px) {
	.heading {
		margin-bottom: 15px;
	}
	
	p {
		font-size: 14px;
	}
	
	.banner .item .banner-content-wrapper {
		padding: 10px;
	}
	
	.products-list .product-name {
		font-size: 15px;
	}
	
	.products-list .desc {
		padding: 0 10px 10px;
		text-align: center;
		bottom: -115px;
	}
	
	.who-we-are .subheading {
		font-size: 24px;
	}
	
	.who-we-are p {
		font-size: 15px;
		margin-bottom: 15px;
	}
	
	.innovation .innovation-name {
		font-size: 14px;
		min-height: 60px;
	}
	
	.client-list ul li {
		width: 20%;
	}
	
	.touch {
		width: 100%;
	}
	
	.block-range {
		width: 100%;
		margin-top: 15px;
	}
	
	.footer .footer-coloumn {
		width: 50%;
		margin-bottom: 15px;
	}
	
	.our-innovation-list {
		margin-top: 50px;
	}
	
	.our-innovation-list ul li {
		margin: 0 20px 50px;
	}
	
	.about {
		padding: 30px 0;
	}
	
	.about .left {
		width: 100%;
	}
	
	.about .right {
		display: none;
	}
	
	.our-innovation-wrapper .our-innovation {
		width: 100%;
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
	
	.our-innovation-wrapper .map {
		width: 100%;
		margin-top: 30px;
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}
	
	.our-innovation-list {
		margin-top: 20px;
	}
	
	.our-innovation-list ul li {
		margin: 0 14px 0;
	}
	
	.faq .left {
		width: 100%;
	}
	
	.faq .right {
		width: 100%;
		margin-top: 30px;
	}
	
	.contactus .left {
		width: 100%;
	}
	
	.contactus .right {
		width: 100%;
		margin-top: 30px;
	}
	
	.gallery-list ul li {
		width: 32%;
		margin-right: 1.995%;
	}
	
	.gallery-list ul li:nth-of-type(4n) {
		margin-right: 1.995%;
	}
	
	.gallery-list ul li:nth-of-type(3n) {
		margin-right: 0;
	}
	
	.header .right {
		margin-right: 0px;
	}
}
@media screen and (max-width: 767px) {
	.button {
		line-height: 36px;
		padding: 0 15px;
		font-size: 14px;
	}
	
	.button:after {
		width: 16px;
		height: 8px;
		background-size: 100%;
	}
	
	.banner .owl-nav button[class*="owl-"] {
		width: 30px;
		height: 30px;
		background-size: 16px;
		right: 10px;
		left: auto;
		bottom: 10px;
		top: auto;
	}
	
	.banner .owl-nav button[class*="owl-"].owl-prev {
		right: 45px;
	}
	
	.products-list ul {
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-ms-flex-pack: space-between;
	}
	
	.products-list ul li {
		width: 49%;
		margin-right: 0;
	}
	
	.products-list ul li:nth-of-type(4n) {
		margin-right: 0;
	}
	
	.who-we-are .subheading {
		padding: 0;
	}
	
	.innovation-list ul li {
		width: 32%;
		margin-right: 2%;
	}
	
	.innovation-list ul li:nth-of-type(4n) {
		margin-right: 2%;
	}
	
	.innovation-list ul li:nth-of-type(3n) {
		margin-right: 0%;
	}
	
	.client-list ul li {
		width: 25%;
	}
	
	.form input {
		height: 40px;
	}
	
	.form textarea {
		height: 70px;
	}
	
	.form .fields input {
		height: 40px;
	}
	
	.form .fields input.capcha-code {
		font-size: 20px;
		text-align: center;
	}
	
	.footer .copyright .left,
	.footer .copyright .right {
		width: 100%;
		text-align: center;
	}
	
	.footer .copyright .right {
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
	}
	
	.our-innovation-list ul {
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-ms-flex-pack: flex-start;
	}
	
	.our-innovation-list ul li {
		width: 32%;
		text-align: center;
		margin: 0 2% 5% 0;
	}
	
	.our-innovation-list ul li:nth-of-type(3n) {
		margin-right: 0;
	}
	
	.product-content-list ul li {
		width: 48%;
	}
}
@media screen and (max-width: 599px) {
	.header {
		position: fixed;
	}
	
	.logo {
		width: 40%;
	}
	
	.heading {
		font-size: 20px;
		margin-bottom: 25px;
	}
	
	.banner .item .banner-content-wrapper {
		padding: 10px;
	}
	
	.banner .banner-heading {
		font-size: 16px;
		/*margin-bottom: 8px; */
	}
	
	.slicknav_menu {
		top: 16px;
		position: absolute;
	}
	
	.social ul {
		position: fixed;
		display: block;
		top: 50%;
		left: auto;
		right: 0;
		background: #fff;
		padding: 7px 7px 7px 12px;
	}
	
	.social ul li {
		margin-bottom: 18px;
	}
	
	.header .right {
		margin-right: 0px;
	}
	
	.banner .owl-dots {
		bottom: -72% !important;
	}
	
	.banner p {
		font-size: 14px;
	}
	
	.banner .button {
		margin-top: 20px;
	}
	
	.who-we-are {
		width: calc(100% - 30px);
		margin: 20px auto 0;
		padding: 15px;
	}
	
	.who-we-are .button-wrap {
		margin-top: 15px;
	}
	
	.who-we-are .subheading {
		font-size: 18px;
	}
	
	.who-we-are p {
		font-size: 13px;
	}
	
	.innovation {
		padding: 30px 0;
	}
	
	.innovation-list ul li {
		width: 49%;
		margin-right: 2%;
	}
	
	.innovation-list ul li:nth-of-type(4n) {
		margin-right: 2%;
	}
	
	.innovation-list ul li:nth-of-type(3n) {
		margin-right: 2%;
	}
	
	.innovation-list ul li:nth-of-type(2n) {
		margin-right: 0;
	}
	
	.client {
		padding: 30px 0;
	}
	
	.client-list ul li {
		width: 33.33%;
	}
	
	.footer .footer-coloumn {
		width: 100%;
	}
	
	.inner-banner .inner-banner-content-wrap {
		top: 0;
	}
	
	.inner-banner .inner-banner-content-wrap .heading {
		font-size: 24px;
		margin-bottom: 0;
	}
	
	.gallery-list ul li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 5%;
	}
	
	.gallery-list ul li:nth-of-type(4n) {
		margin-right: 2%;
	}
	
	.gallery-list ul li:nth-of-type(3n) {
		margin-right: 2%;
	}
	
	.gallery-list ul li:nth-of-type(2n) {
		margin-right: 0;
	}
	
	.banner img {
		height: auto;
	}
	
	.tabs-list ul li a.active:after,
	.client-list-div ul li a.active:after {
		display: none;
	}
	
	.tabs-list ul li,
	.client-list-div ul li {
		width: 100% !important;
		border-bottom: 1px solid #6a6a6a;
	}
	
	.table table {
		display: block;
		overflow-x: scroll;
	}
	
	.laying-patterns-list ul li {
		width: 48%;
		margin: 0 1.665% 1.665% 0;
	}
	
	.laying-patterns-list ul li:nth-of-type(5n) {
		margin-right: 7px;
	}
	.search-form .field, .search-form .button-wrapper{
	    width: 80%;
	}
}
@media screen and (max-width: 479px) {
	.search {
		margin: 0 8px;
		width: 60px;
	}
	
	.social ul li {
		margin-right: 8px;
		max-width: 14px;
	}
	
	.logo {
		width: 60%;
	}
	
	.products-list ul li {
		width: 100%;
		max-width: 285px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}
	
	.products-list ul li:nth-of-type(4n) {
		margin-right: auto;
	}
	
	.client-list ul li {
		width: 50%;
	}
	
	.banner img {
		height: auto;
	}
}
.sitemap {
	padding: 50px 0;
}
.sitemap ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sitemap li ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.sitemap li ul li {
	color: #000;
	float: left;
	font-size: 15px;
	font-weight: 400;
	margin: 10px 0;
	padding-bottom: 0;
	padding-left: 24px;
	width: 100%;
	position: relative;
}
.sitemap li a {
	color: #535353;
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
}
.sitemap li li a {
	font-weight: 400;
	position: relative;
	padding-left: 20px;
}
.sitemap li li a:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	/*border-radius: 50%;*/
	
	background: #777;
	border: 1px solid #777;
	position: absolute;
	top: 9px;
	left: 0;
}
.sitemap li li li a:before {
	background: none;
}
.sitemap li li ul {
	width: 100%;
}
.sitemap li li ul li {
	width: auto;
}

/*22 Sept 2021*/
.footer-gallery ul li img {
	width: 80px;
	height: 60px;
}
.gallery-list ul li a {
	font-size: 15px;
	color: #000;
	font-weight: 600;
}
a.not-underline-list {
	border-bottom: 0 !important;
}

/*11 Oct 2021*/
.banner .owl-dots {
	position: absolute;
	top: 0;
	bottom: -90%;
	right: 14px;
	/*left: 50%;*/
}
.banner .owl-dots button.owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	position: relative;
	margin: 4px;
	top: 50%;
	/*background-color: #000 !important;*/
	
	border: 1px solid #fff !important;
}
.banner .owl-dots button.owl-dot.active {
	background-color: #fff !important;
	/*border: 1px solid #6a6a6a !important;*/
}

/*17 March 2022*/
.client-list-div ul {
	justify-content: space-between;
}
ul.clients-dropdown li a {
	text-decoration: none !important;
	font-weight: 400 !important;
}
ul.clients-dropdown {
	width: 254px !important;
}
ul.clients-dropdown li {
	width: 100% !important;
	margin: 0 !important;
}
.client-list-div ul li {
	width: 11.66%;
}
.client-list-div ul li a {
	padding: 9px 13px;
}
.clients-list-table td,
.clients-list-table th {
	font-weight: 700 !important;
}
.product-slider .image img {
	min-height: 285px;
	width: 285px;
}

@media screen and (max-width: 1199px) {
    ul.clients-dropdown{
        width: 100% !important;
    }
}

/* 7-June-2022 */
.onsite-manufacturing-sec {
    padding: 40px 0px;
    color: #000;
}
.onsite-manufacturing-sec p {
    font-size: 15px;
    line-height: 26px;
}
.onsite-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    color: #000;
    padding-left: 24px;
}
.onsite-list ul li {
    width: 50%;
    line-height: 28px;
    font-size: 15px;
}
.technical-list ul {
    display: flex;
    justify-content: space-between;
}
.technical-list ul li {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    list-style: none;
    margin-top: 20px;
}
.product-page .desc h3 {
    color: #000;
    font-weight: 600;
    margin-bottom: 12px;
}
.product-page .desc p {
    margin-bottom: 6px;
    line-height: 25px;
}


