body,
html {
	font-family: Nunito, sans-serif!important
}

body {
	border: 0 solid transparent;
	background-color: #fff
}

main {
	height: 100%;
}

.no-js #loader {
	display: none
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0
}

.se-pre-con {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(images/logo2.png) center no-repeat #fff;
	background-size: contain;
	box-shadow: 0 0 100px rgba(0, 0, 0, .9) inset
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	-webkit-text-fill-color: #000!important
}

@media screen and (min-width:480px) {
	 ::-webkit-scrollbar {
		width: 8px
	}
	 ::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
		-webkit-border-radius: 6px;
		border-radius: 6px
	}
	 ::-webkit-scrollbar-thumb {
		-webkit-border-radius: 6px;
		border-radius: 6px;
		background: rgba(19, 19, 19, .8);
		-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .5)
	}
	 ::-webkit-scrollbar-thumb:window-inactive {
		background: rgba(19, 19, 19, .2)
	}
}

::-webkit-scrollbar-thumb {
	background: rgba(19, 19, 19, .8);
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .5)
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(19, 19, 19, .2)
}

.headlink,
.material-icons {
	padding-top: 0;
	color: #fff
}

.mdl-layout__drawer-button>.material-icons {
	background-color: #5a5a5a7d;
	padding: 10px;
	border-radius: 50%
}

.mdl-layout__drawer {
	width: 300px;
	pointer-events: none;
	background-color: rgba(255, 255, 255, 0);
	transition: all .2s ease-in-out;
	overflow-x: hidden
}

.mdl-layout__drawer.toggled {
	width: 450px;
	pointer-events: all;
}

.wos {
	-webkit-overflow-scrolling: auto!important;
}

#top3 {
	width: 100%!important;
}

.drawermain {
	pointer-events: all;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 300px;
	height: 100%;
	max-height: 100%;
	position: absolute;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 19px -2px rgba(0, 0, 0, .2), 0 1px 9px 0 rgba(0, 0, 0, .12)
}

.demo-layout-transparent .mdl-layout__drawer-button,
.mdl-layout--fixed-header .mdl-layout__header {
	color: #fff;
	position: fixed;
	-webkit-transition: all .6s ease-out;
	-moz-transition: all .6s ease-out;
	-o-transition: all .6s ease-out;
	-ms-transition: all .6s ease-out;
	transition: all .6s ease-out
}

.mdl-layout__header.scrolled {
	animation: colorchange 40s;
	-webkit-animation: colorchange 40s;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards
}

@keyframes colorchange {
	0% {
		background: rgba(255, 0, 73, 1)
	}
	16.7% {
		background: rgba(255, 103, 38, 1)
	}
	33.4% {
		background: rgba(255, 168, 0, 1)
	}
	50.1% {
		background: rgba(255, 27, 122, 1)
	}
	66.8% {
		background:rgba(147, 14, 142, 1)
	}
	83.5% {
		background: rgba(64, 0, 142, 1)
	}
	100% {
		background: rgba(0, 144, 232, 1)
	}
}

@-webkit-keyframes colorchange {
	0% {
		background: rgba(255, 0, 73, 1)
	}
	16.7% {
		background: rgba(255, 103, 38, 1)
	}
	33.4% {
		background: rgba(255, 168, 0, 1)
	}
	50.1% {
		background: rgba(255, 27, 122, 1)
	}
	66.8% {
		background:rgba(147, 14, 142, 1)
	}
	83.5% {
		background:rgba(64, 0, 142, 1)
	}
	100% {
		background: rgba(0, 144, 232, 1)
	}
}

.shadow {
	-webkit-box-shadow: 0 3px 5px rgba(100, 100, 100, .49);
	-moz-box-shadow: 0 3px 5px rgba(100, 100, 100, .49);
	box-shadow: 0 3px 5px rgba(100, 100, 100, .49)
}

.shadow2 {
	display: none
}

.shadow2.scrolled {
	display: block;
	-webkit-box-shadow: 0 3px 20px rgba(100, 100, 100, .49);
	-moz-box-shadow: 0 3px 20px rgba(100, 100, 100, .49);
	box-shadow: 0 3px 20px rgba(100, 100, 100, .49)
}

.mdl-layout--fixed-header .mdl-layout__header.scrolled {
	background: #f4511e
}

.headt {
	font-weight: 700;
	font-family: CoolFont
}

@font-face {
	font-family: CoolFont;
	src: url(fonts/kozgopro-light-opentype.otf)
}

@font-face {
	font-family: CoolFont2;
	src: url(fonts/DINLightAlternate.ttf)
}

@font-face {
	font-family: CoolFont3;
	src: url(fonts/bitwise.ttf)
}

.dinfont {
	font-family: brochure;
	font-weight: 200
}

.dinfont_alt {
	font-family: CoolFont2
}

.axndxdiv {
	text-align: center;
	margin-top: 10px
}

.axndxlogo {
	height: 25px;
	margin-bottom: 2px
}

.demo-card-wide.mdl-card {
	width: 812px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	background: url(images/bg.jpg)
}

.top_banner {
	text-align: center
}

.banner_logo {
	max-height: 160px
}

.mdl-layout-title,
.mdl-navigation {
	overflow-y: auto;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out
}

.oh {
	overflow: hidden!important;
}

#slider-wrap {
	width: 100%;
	height: 70vh;
	position: relative;
	overflow: hidden
}

#slider-wrap ul#slider {
	width: 100%;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0
}

#slider-wrap ul#slider li {
	float: left;
	position: relative;
	width: 12.5%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat
}

#slider-wrap ul#slider li>div {
	position: absolute;
	text-align: center;
	bottom: 0;
	height: 20%;
	width: 100%;
	background-color: rgba(19, 19, 19, 0.43137254901960786);
	color: #fff;
	display: table;
	vertical-align: middle;
	text-align: center
}

#slider-wrap ul#slider li>div h3 {
	font-size: 2em;
	text-align: center;
	max-width: 60%;
	line-height: 1.5;
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: 700
}

#slider-wrap ul#slider li>div span {
	font-family: Neucha, Arial, sans serif;
	font-size: 21px
}

#slider-wrap ul#slider li i {
	text-align: center;
	line-height: 400px;
	display: block;
	width: 100%;
	font-size: 90px
}

#slider1 {
	background-size: contain;
	background-color: rgb(209,220,226); 
	background-image:url('images/newimg1.jpg'); 
	background-image:url('images/newimg1.jpg'), linear-gradient(180deg, rgb(255 255 255) 40%, rgb(255 255 255) 65%, rgb(255 255 255) 100%);
}


#slider2 {
	background-size: contain; background-color: #e1dfe0;
	background-image:url('images/newimg3.jpg');
	background-image:url('images/newimg3.jpg'), linear-gradient(90deg, rgba(225,223,224,1) 20%, rgba(251,251,251,1) 60%);
}

#slider3 {
	
	background-size: cover; 
	background-image:url('images/serenanewbg.jpg')
}

#slider4 {
	background-size: contain;
	background-color: #d0e1da;
	background-image:url('images/office.jpg');
	background-image:url('images/office.jpg'), linear-gradient(180deg, rgb(215 228 218) 30%, rgb(180 192 188) 50%);
}

#slider5 {
	background-size: cover; 
	background-image:url('images/stock.jpg');
}

#slider6 {
	background-image:url('images/ironfortifiersnew.jpg'); 
	background-size: contain; 
	background-position-x: center; 
	background-color: white;
}

#slider7 {
	background-image:url('images/logistics_final_p.jpg'); 
	background-size: contain; 
	background-position: center; 
	background-color: #3a3a3a;
}
#slider8 {
	background-image:url('images/packing_final_p.jpg'); 
	background-size: contain; 
	background-position: center; 
	background-color: #ffffff;
}

#vitaminimage {
	height: 87%; 
	top: 7%;
}

.btns {
	position: absolute;
	width: 50px;
	height: 60px;
	top: 50%;
	margin-top: -25px;
	line-height: 57px;
	text-align: center;
	cursor: pointer;
	background: rgba(0, 0, 0, .1);
	z-index: 100;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	-ms-transition: all .1s ease;
	transition: all .1s ease
}

.btns:hover {
	background: rgba(0, 0, 0, .3)
}

#next {
	right: -50px;
	border-radius: 7px 0 0 7px
}

#previous {
	left: -50px;
	border-radius: 0 7px 7px 7px
}

#counter {
	top: 30px;
	right: 35px;
	width: auto;
	position: absolute;
	color: #fff
}

.btns i {
	padding-top: 8px;
	font-size: 40px
}

#slider-wrap.active #next {
	right: 0
}

#slider-wrap.active #previous {
	left: 0
}

#pagination-wrap {
	min-width: 20px;
	margin-left: auto;
	margin-right: auto;
	height: 15px;
	position: absolute;
	text-align: center;
	bottom: 115px;
	left: 0;
	right: 0
}

#pagination-wrap ul {
	width: 100%
}

#pagination-wrap ul li {
	margin: 0 4px;
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	opacity: .5;
	position: relative;
	top: 0
}

#pagination-wrap ul li.active {
	width: 12px;
	height: 12px;
	top: 3px;
	opacity: 1;
	box-shadow: rgba(0, 0, 0, .1) 1px 1px 0
}

.navbanner {
	text-align: center
}

.navbanner h2 {
	font-size: 17px;
	margin: 10px auto 0;
	color: red;
	font-weight: 700
}

.navbanner h4 {
	font-size: 16px;
	color: #000;
	margin: 0 auto
}

.navbanner img {
	width: 80%;
	margin: auto
}

#pagination-wrap ul li,
#slider-wrap ul {
	-webkit-transition: all .3s cubic-bezier(1, .01, .32, 1);
	-moz-transition: all .3s cubic-bezier(1, .01, .32, 1);
	-o-transition: all .3s cubic-bezier(1, .01, .32, 1);
	-ms-transition: all .3s cubic-bezier(1, .01, .32, 1);
	transition: all .3s cubic-bezier(1, .01, .32, 1);
	padding-left: 0
}

.mdl-mega-footer__middle-section {
	display: flex;
	flex-direction: row;
	justify-content: center
}

.foot_comp_det {
	display: inline-block;
	width: 340px
}

.foot_comp_det h4 {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
	margin-right: 16px
}

.foot_comp_det h5 {
	line-height: 2;
	font-size: 16px;
	margin: 0;
	display: inline-block;
	margin-top: 20px
}

#eImg {
	height: 87%!important;
}

#logoHex {
	background-color: rgba(0, 0, 0, 0)!important;
}

#logHex img {
	width: 110%!important; top: 0px!important; left: -99%!important; height: auto!important;
}

#spHex {
	background-color: #c8d9e9!important;
}

#faHex {
	background-color: #d4e5ff!important;
}

#csHex {
	background-color: #00519c!important;
}

.c-icon {
	width: 36px;
	height: 36px;
	fill: currentColor;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.c-link--facebook:hover {
	color: #3b5998
}

.c-link--linkedin:hover {
	color: #0077b5
}

.c-link--twitter:hover {
	color: #55acee
}

.c-link--facebook:hover::after {
	background: #3b5998
}

.c-link--linkedin:hover::after {
	background: #0077b5
}

.c-link--twitter:hover::after {
	background: #55acee
}

.c-link {
	position: relative;
	color: #fff;
	text-decoration: none
}

.c-link img {
	border-radius: 12%
}

.c-link:not(:last-of-type) {
	margin-right: 40px
}

.c-tooltip::after,
.c-tooltip::before {
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -10px);
	-ms-transform: translate(-50%, -10px);
	-moz-transform: translate(-50%, -10px);
	-o-transform: translate(-50%, -10px);
	transform: translate(-50%, -10px);
	opacity: 0;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.c-tooltip::before {
	content: '';
	bottom: calc(100% + 2px);
	border: solid 5px transparent;
	border-top-color: currentColor
}

.c-tooltip::after {
	content: attr(aria-label);
	bottom: calc(100% + 12px);
	padding: .61em .93em;
	font-size: .875rem;
	color: #fff;
	border-radius: 3px
}

.c-tooltip:hover::after,
.c-tooltip:hover::before {
	opacity: 1;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%)
}

#showall {
	color: #000;
	cursor: pointer;
	padding: 10px 0
}

.mdl-navigation__link h5,
.mdl-navigation__link2 h5 {
	font-size: 13px;
	font-weight: 700
}

.sidenavicon {
	padding: 10px 16px;
	color: #fff
}

.dropdown-btn {
	padding: 6px 8px 6px 16px;
	text-decoration: none;
	font-size: 20px;
	color: #818181;
	display: block;
	border: none;
	background: 0 0;
	text-align: left;
	cursor: pointer;
	outline: 0
}

.centText {
	width: 100%;
	text-align: center;
	}

.dropdown-container {
	background-color: rgb(70, 181, 255);
}

.dropdown-container2 {
	margin-left: 250px;
	top: 33%;
	position: absolute;
	width: 200px;
	background-color:rgb(70, 181, 255);
}

.dropdown-container2 a {
	padding-left: 0px!important;
}

.dropdown-container3 {
	background-color: rgb(70, 181, 255);
}

@media screen and (min-width:480px) {
	.phoneOnly {
		display: none!important
	}
}

@media screen and (max-width:480px) {
	.pcOnly {
		display: none!important
	}
}

#ironfort {
	top: inherit
}

#minerals {
	top: inherit
}

#vitamins {
	top: inherit
}

.dropdown-container a {
	padding-left: 20px!important
}

.mdl-navigation__link2:hover {
	background-color: #131313!important
}

.mdl-navigation__link2 {
	color: #424242;
	text-decoration: none;
	margin: 0;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
	opacity: .87;
	display: block;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0 0 0 15px;
	margin: 0;
	color: #fff
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link2 {
	display: block;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0 0 0 30px;
	margin: 0;
	color: #fff
}

.dropicon,
.sidenavicon {
	transition: all .5s ease-in-out
}

.rotate180 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.dnone {
	display: none
}

.vnone {
	opacity: 0
}

.demo-card-wide.mdl-card:hover {
	box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.mission {
	background-image: url(images/mission-vision.jpg);
	box-shadow: inset 0 0 100px #000;
	transition: background .5s linear;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.parallax-1 {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 1px
}

.presws {
	white-space: pre-line
}

.whitet {
	color: #fff!important
}

#color,
#white {
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	opacity: 1
}

#color.scrolled,
#white.scrolled {
	opacity: 0
}

.link {
	display: inline-block;
	position: relative;
	text-decoration: none;
	padding: 10px 0;
	color: #fff
}

.link-wrapper {
	position: relative;
	display: block;
	padding: 20px 0
}

.inner-wrapper {
	position: relative;
	display: inline-block
}

.hover-5:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 3px;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	background-color: #fff;
	-webkit-transition: -webkit-transform .3s;
	-ms-transition: -ms-transform .3s;
	-moz-transition: -moz-transform .3s;
	-o-transition: -o-transform .3s;
	transition: transform .3s
}

.hover-5:hover:after {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1)
}

.company_icon {
	display: inline-block;
	height: 85px;
	padding: 0 40px;
	position: absolute;
	top: -45px
}

.mision_text {
	margin: 10px 240px 119px;
	color: #757575;
	font-size: 20px;
	line-height: 1.3;
	text-align: center;
	-webkit-transition-property: (all);
	-webkit-transition-duration: (.2s);
	-webkit-transition-timing-function: (ease-in);
	-ms-transition-property: (all);
	-ms-transition-duration: (.2s);
	-ms-transition-timing-function: (ease-in);
	-moz-transition-property: (all);
	-moz-transition-duration: (.2s);
	-moz-transition-timing-function: (ease-in);
	-o-transition-property: (all);
	-o-transition-duration: (.2s);
	-o-transition-timing-function: (ease-in);
	transition-property: (all);
	transition-duration: (.2s);
	transition-timing-function: (ease-in)
}

.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
	overflow-x: hidden;
	transition: .5s
}

.overlay-content {
	position: relative;
	top: 25%;
	width: 197px;
	text-align: center;
	margin-top: 30px;
	margin: auto
}

.overlay a {
	padding: 3vh;
	display: inline-block;
	text-decoration: none;
	font-size: 36px;
	color: #818181;
	display: block;
	transition: .3s;
	position: relative
}

.overlay a:hover {
	color: #f1f1f1
}

.overlay a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #fff;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.overlay a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1)
}

.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px
}

#map {
	width: 100%;
	height: 400px;
	background-color: grey
}

@media screen and (max-height:450px) {
	.overlay a {
		font-size: 20px
	}
	.overlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px
	}
	#map {
		height: 250px
	}
}

canvas {
	display: block;
	vertical-align: bottom
}

.count-particles {
	background: #002;
	position: absolute;
	top: 48px;
	left: 0;
	width: 80px;
	color: #13e8e9;
	font-size: .8em;
	text-align: left;
	text-indent: 4px;
	line-height: 14px;
	padding-bottom: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700
}

.js-count-particles {
	font-size: 1.1em
}

#stats,
.count-particles {
	-webkit-user-select: none;
	margin-top: 5px;
	margin-left: 5px
}

#stats {
	border-radius: 3px 3px 0 0;
	overflow: hidden
}

.count-particles {
	border-radius: 0 0 3px 3px
}

.particles-js {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #efefef;
	background-image: url('');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat
}

#container,
#container2 {
	overflow: hidden;
	position: relative;
	background-color: #efefef;
	display: inline-block;
	width: 69%;
	padding: 100px 0 120px;
	text-align: center;
	right: 0;
	box-shadow: rgba(100, 100, 100, .49) 0 31px 19px -26px;
	z-index: 9999
}

#container2 {
	width: 90%
}

.products {
	padding-bottom: 120px;
	position: relative
}

@media screen and (max-width:840px) {
	#container,
	#container2 {
		max-width: 960px;
		max-width: 780px;
		width: 100%;
		text-align: center;
		margin: 0 0 60px
	}
	.products {
		padding: 0 0 60px
	}
}

.healthsafety {
	background-image: url(images/health_safety.jpg);
	box-shadow: inset 0 0 100px #000;
	transition: background .5s linear;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.card {
	position: relative;
	float: left;
	height: 100%;
	max-height: 340px;
	text-align: center
}

.card__back,
.card__front {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.card__back,
.card__front {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .3s;
	-webkit-transition: -webkit-transform .3s;
	-ms-transition: -ms-transform .3s;
	-moz-transition: -moz-transform .3s;
	-o-transition: -o-transform .3s;
	transition: transform .3s;
	background-color: rgba(255, 255, 255, 0)
}

.card__back {
	-webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.card.effect__hover:hover .card__front {
	-webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.card.effect__hover:hover .card__back {
	-webkit-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0)
}

.card__text {
	text-align: center;
	font-size: 30px;
	line-height: 1.3;
	color: #757575
}

.card__content_back,
.card__content_front {
	max-height: 340px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%
}

.card__text_back {
	text-align: center;
	font-size: 20px;
	line-height: 1.3;
	color: #757575;
	padding: 0 5%;
	margin-top: 0
}

.welcome {
	background-color: #fff;
	text-align: center;
	display: flex;
	vertical-align: middle;
	height: 30vh;
	align-items: center;
}

.welcome div {
	margin: auto
}

.welcome h2 {
	font-size: 2em;
	font-weight: 700;
	margin: 0;
}

.welcome h4 {
	font-size: 1em;
	font-weight: 600;
	margin: 0 0 15px
}

.welcome p {
	font-size: 1.5em;
	width: 80%;
	margin: auto
}

.primcol {
	color: #0083ca
}

.text_header {
	padding: 120px 120px 60px 120px;
	margin-top: 0
}

.services {
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
	background-image: url(images/download2.png);
	background-size: cover;
	float: auto;
	padding-bottom: 100px
}

.sv_icons {
	width: 100px
}

.service_icon0 {
	height: 100px;
	margin-top: 110px
}

.service_icon {
	height: 250px
}

.service_icon2 {
	width: 100%
}

.textbody {
	padding: 60px 0;
	background-color: #fff;
	background-size: cover
}

.textbody .grid {
	margin: 40px auto
}

.textbody .subhead {
	font-size: 30px;
	font-weight: 700;
	margin: 40px auto
}

.profpic {
	width: 150px;
	border-radius: 50%
}

#visionandmission h2 {
	font-weight: 700;
	width: 80%;
	margin: 0 auto 40px
}

#visionandmission h4 {
	width: 80%
}

.textbody h1 {
	padding: 0 120px;
	color: #424242;
	margin: 0;
	text-align: center
}

.textbody h4 {
	text-align: center;
	font-size: 18px;
	line-height: 2;
	margin: 0 auto 40px;
	color: #4a4a4a
}

.textbody h3 {
	margin: 20px auto 14px;
	color: #171717;
	font-size: 1.5em;
	line-height: 2;
	text-align: center
}

.textbody p {
	width: 80%;
	margin: 0 auto 40px;
	color: #4a4a4a;
	font-size: 1.2em;
	line-height: 1.5;
	text-align: left
}

.textbody ul {
	width: 80%;
	margin: 0 auto 40px;
	color: #4a4a4a;
	font-size: 1.2em;
	line-height: 1.5;
	text-align: left;
	list-style-type: none
}

.textbody ul li:before {
	content: '\2014';
	position: absolute;
	margin-left: -20px
}

.service_desc {
	margin: 0 auto;
	display: table;
	overflow: hidden;
	min-height: 440px;
	background-color: #fff;
	background-image: url(images/download.png);
	background-size: cover
}

#leadership h4 {
	width: 90%
}

.qualitydiv .mdl-grid {
	width: 80%
}

.parallax-1 p {
	padding: 180px 0;
	text-align: center;
	margin: 0 auto;
	font-size: 27px
}

.qualitydiv .mdl-grid center {
	width: 90%;
	margin: auto
}

.feat_icon {
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.feat_icon:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}

.cert_div {
	text-align: center;
	padding-bottom: 40px
}

.cert_div img {
	height: 100px;
	padding: 20px;
	-webkit-transition: all .5s ease-in-out;
	-ms---transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.cert_div img:hover {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3)
}

.applicationdiv .mdl-grid {
	width: 90%;
	margin-top: -40px
}

.applicationdiv .mdl-grid .mdl-cell {
	display: flex;
	margin-top: 40px
}

.application_card {
	box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
	padding: 20px 0;
	width: 90%;
	margin: 0 auto;
	border-radius: 12px;
	position: relative;
	word-break: break-word
}

.application_card:hover {
	box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.appl_header {
	font-size: 1.2vw;
	padding: 20px;
	animation: colorchange 40s;
	-webkit-animation: colorchange 40s;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
	text-align: center;
	line-height: 1.4;
	color: #fff;
}

.appl_desctitle {
	font-size: 1.4em;
	text-align: center;
	padding: 20px;
	line-height: 1.3;
	color: #f4936a
}

.appl_desc {
	font-size: 1.4em;
	padding: 20px;
	line-height: 1.4;
	margin-bottom: 60px
}

.application_card img {
	width: 100%;
	overflow: hidden;
	height: 250px;
	object-fit: cover
}

.appl_button {
	color: var(--color);
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s
}

.appl_button:focus,
.appl_button:hover {
	border-color: #ff387c;
	border-color: var(--hover);
	color: #fff
}

.appl_button {
	background: 0 0;
	border: 2px solid;
	line-height: 1;
	font-size: 1.2em;
	margin: .5em auto;
	padding: 1em 2em;
	cursor: pointer
}

.slide:focus,
.slide:hover {
	box-shadow: inset 10.5em 0px 0px 0px #9c27b0;
	box-shadow: inset 10.5em 0 0 0 var(--hover)
}

.slide {
	--color: #ff387c;
	--hover: #9C27B0
}

.appl_button_wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20;
	text-align: center
}

.greydiv {
	background-color: #f7f7f7;
	padding: 60px 0
}

.darkdiv {
	background: #283048;
	background: -webkit-linear-gradient(to bottom, #859398, #283048);
	background: linear-gradient(to bottom, #859398, #283048);
	padding: 60px 0
}

.darkdiv h2 {
	color: #fff;
	margin-top: 0
}

.darkdiv p {
	font-size: 1.5em;
	width: 80%;
	margin: auto;
	text-align: center;
	color: #e8e8e8;
	margin-bottom: 40px
}

.darkdiv ul {
	font-size: 1.5em;
	width: 80%;
	margin: auto;
	text-align: center;
	color: #e8e8e8;
	margin-bottom: 40px;
}

.darkdiv ul li:before {
	content: '\2022';
	position: absolute;
	margin-left: -20px
}

.productsdiv ul {
	width: 80%;
	margin: auto
}

.productsdiv ul li {
	color: #4a4a4a;
	font-size: 22px;
	line-height: 2;
	text-align: left
}

.products {
	background-color: #fff;
	padding: 100px 0 120px
}

tr:nth-child(even) {
	background-color: rgba(255, 152, 0, .2)
}

@media screen and (max-width:840px) {
	.products {
		padding: 0 0 60px
	}
}

.cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.col {
	width: calc(25% - 2rem);
	margin: 1rem;
	cursor: pointer
}

.container {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	perspective: 1000px
}

.back,
.front {
	background-size: cover;
	background-position: center;
	-webkit-transition: -webkit-transform .7s cubic-bezier(.4, .2, .2, 1);
	transition: -webkit-transform .7s cubic-bezier(.4, .2, .2, 1);
	-o-transition: transform .7s cubic-bezier(.4, .2, .2, 1);
	transition: transform .7s cubic-bezier(.4, .2, .2, 1);
	transition: transform .7s cubic-bezier(.4, .2, .2, 1), -webkit-transform .7s cubic-bezier(.4, .2, .2, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: center;
	min-height: 280px;
	height: auto;
	box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
	transition: all .3s cubic-bezier(.25, .8, .25, 1);
	border-radius: 10px;
	color: #fff;
	font-size: 1.5rem
}

.back {
	background: #f4511e;
	background: -webkit-linear-gradient(to bottom, #f4511e, #bd2e01);
	background: linear-gradient(to bottom, #f4511e, #bd2e01)
}

.front:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	opacity: .6;
	background-color: #000;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 10px
}

.container:hover .back,
.container:hover .front {
	-webkit-transition: -webkit-transform .7s cubic-bezier(.4, .2, .2, 1);
	transition: -webkit-transform .7s cubic-bezier(.4, .2, .2, 1);
	-o-transition: transform .7s cubic-bezier(.4, .2, .2, 1);
	transition: transform .7s cubic-bezier(.4, .2, .2, 1);
	transition: transform .7s cubic-bezier(.4, .2, .2, 1), -webkit-transform .7s cubic-bezier(.4, .2, .2, 1)
}

.back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.inner {
	-webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
	transform: translateY(-50%) translateZ(60px) scale(.94);
	top: 50%;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 2rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 1px solid transparent;
	-webkit-perspective: inherit;
	perspective: inherit;
	z-index: 2
}

.inner p {
	font-size: 24px;
	line-height: 1.6
}

.container .back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.container .front {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.container:hover .back {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.container:hover .front {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.front .inner p {
	font-size: 2rem;
	margin-bottom: 2rem;
	position: relative
}

.front .inner p:after {
	content: '';
	width: 4rem;
	height: 2px;
	position: absolute;
	background: #c6d4df;
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -.75rem
}

.front .inner span {
	color: rgba(255, 255, 255, .7);
	font-weight: 300
}

@media screen and (max-width:64rem) {
	.col {
		width: calc(33.333333% - 2rem)
	}
}

@media screen and (max-width:48rem) {
	.col {
		width: calc(50% - 2rem)
	}
}

@media screen and (max-width:32rem) {
	.col {
		width: 100%;
		margin: 0 0 2rem 0
	}
}

.overlay-wrap {
	height: 400px;
	width: 100%;
	background-color: #f4511e;
	position: absolute;
	top: 0;
	opacity: .4
}

.rel {
	position: relative;
	margin-top: -1px
}

.rel .parallax-1 {
	padding: 200px 0!important
}

.rel .parallax-1 h3 {
	text-align: center;
	font-size: 36px;
	position: absolute;
	top: 28%;
	left: 0;
	right: 0;
	padding: 0
}

.rel .parallax-1 p {
	text-align: center;
	font-size: 27px;
	position: absolute;
	top: 52%;
	left: 0;
	right: 0;
	padding: 0
}

.logo_Shift {
    display: block;
    margin: auto;
    height: 20%;
    min-width: 200px;
}

.products_listing {
	width: 100%;
	padding-bottom: 30px!important
}

.product_card {
	margin: auto;
	margin-top: 40px;
	width: 95%;
	max-width: 300px;
	border-radius: 4%;
	overflow: hidden;
	transform-style: preserve-3d;
	-webkit-transition: .1s ease-out;
	-moz-transition: .1s ease-out;
	-o-transition: .1s ease-out;
	transition: .1s ease-out;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
	-webkit-transition: all .3s cubic-bezier(.25, .8, .25, 1);
	-moz-transition: all .3s cubic-bezier(.25, .8, .25, 1);
	-o-transition: all .3s cubic-bezier(.25, .8, .25, 1);
	-ms-transition: all .3s cubic-bezier(.25, .8, .25, 1);
	transition: all .3s cubic-bezier(.25, .8, .25, 1)
}

.product_card:hover {
	box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.product_img {
	height: 250px;
	background-color: #efefef
}

.product_img img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.stats_container {
	background: #fff;
	padding: 30px 20px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.stats_container .product_price {
	float: right;
	color: #f4511e;
	font-size: 22px;
	font-weight: 600
}

.stats_container .product_name {
	font-size: 22px;
	color: #393c45
}

.stats_container p {
	font-size: 16px;
	color: #b1b1b3;
	padding: 2px 0 0 0;
	margin: 0
}

.iPhoneHex {
	height: 320px;
}

#categories {
	overflow: hidden;
	overflow-y: hidden!important;
	width: 45%;
	padding: 0;
	margin: 0 24%
}

.clr:after {
	content: "";
	display: block;
	clear: both
}

#categories li {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	list-style-type: none;
	width: 27.85714285714286%;
	padding-bottom: 32.16760145166612%;
	float: left;
	overflow: hidden;
	overflow-y: hidden!important;
	visibility: hidden;
	-webkit-visibility: hidden;
	-webkit-transform: rotate(-59.9deg) skewY(29.9deg);
	-ms-transform: rotate(-60deg) skewY(30deg);
	-moz-transform: rotate(-60deg) skewY(30deg);
	-o-transform: rotate(-60deg) skewY(30deg);
	transform: rotate(-60deg) skewY(30deg)
}

#categories li:nth-child(3n+2) {
	margin: 0 1%
}

#categories li:nth-child(6n+4) {
	margin-left: .5%
}

#categories li:nth-child(6n+4),
#categories li:nth-child(6n+5),
#categories li:nth-child(6n+6) {
	margin-top: -6.9285714285%;
	margin-bottom: -6.9285714285%;
	-webkit-transform: translateX(50%) rotate(-59.9deg) skewY(29.9deg);
	-ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
	-moz-transform: translateX(50%) rotate(-60deg) skewY(30deg);
	-o-transform: translateX(50%) rotate(-60deg) skewY(30deg);
	transform: translateX(50%) rotate(-60deg) skewY(30deg)
}

#categories li:nth-child(6n+4):last-child,
#categories li:nth-child(6n+5):last-child,
#categories li:nth-child(6n+6):last-child {
	margin-bottom: 0
}

#categories li * {
	position: absolute;
	-webkit-visibility: visible;
	visibility: visible;
}

#categories li>a {
	width: 100%;
	height: 100%
}

#categories li>a>div {
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	background-color: #fff;
	overflow: hidden;
	overflow-y: hidden!important;
	-webkit-transform: skewY(-29.9deg) rotate(59.9deg);
	-ms-transform: skewY(-30deg) rotate(60deg);
	-moz-transform: skewY(-30deg) rotate(60deg);
	-o-transform: skewY(-30deg) rotate(60deg);
	transform: skewY(-30deg) rotate(60deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.tablediv {
	overflow-x: auto;
}

.tablediv h2 {
	margin-top: 0;
}

.tablediv p {
	text-align: center;
	font-size: 15px;
}

#categories li img {
	left: -100%;
	right: -100%;
	top: 2%;
	width: auto;
	height: 95%;
	margin: 0 auto;
}

#categories div h1,
#categories div p {
	width: 90%;
	padding: 0 6%;
	-webkit-animation: colorchange 40s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-fill-mode: forwards;
	animation: colorchange 40s;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
	color: #fff;
	-webkit-transition: top .2s ease-out, bottom .2s ease-out, .2s padding .2s ease-out;
	-ms-transition: top .2s ease-out, bottom .2s ease-out, .2s padding .2s ease-out;
	transition: top .2s ease-out, bottom .2s ease-out, .2s padding .2s ease-out;
}

#categories li h1 {
	bottom: 110%;
	font-weight: 700;
	font-size: 2.2vw;
	padding-top: 100%;
	padding-bottom: 100%;
}

#categories li h1:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	left: 45%;
	width: 10%;
	text-align: center;
	z-index: 1;
	border-bottom: 2px solid #fff;
}

#categories li p {
	padding-top: 50%;
	top: 110%;
	font-size: 1.5vw;
	padding-bottom: 50%;
	text-align: center;
	display: none;
}

@media screen and (min-width:1200px) {
	#categories li h1 {
		font-size: .9vw;
	}
	#categories li p {
		font-size: .7vw;
	}
}

#categories li div:hover h1 {
	bottom: -45%;
}

#categories li div:hover p {
	top: 50%;
	padding-top: 10%;
}

.prodtextul {
	width: fit-content!important;
}

.lefttitle {
	text-align: left!important;
	width: 80%;
}

.mineralsmain {
	text-align: center;
}

.min_flex_div {
	display: inline-block;
}

.mineral_icon {
	width: 80px;
	height: auto;
	margin: 20px;
	border-radius: 7px;
	background-color: #9fd5ff;
	-webkit-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.mineral_icon:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.mineral_ul {
	margin-bottom: 0!important;
	height: 0;
	width: 0!important;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	display: grid;
}

.mineral_ul li {
	vertical-align: middle;
}

.mineral_ul.toggled {
	width: 100%!important;
	height: 325px;
	opacity: 1;
	-webkit-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.card-1 {
	-webkit-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
	overflow: hidden;
	margin: 30px auto 0 auto;
	width: 100%;
	align-items: space-around;
	max-width: 1200px;
}

.card-1:hover {
	box-shadow: 0 15px 40px -17px rgba(0, 0, 0, .44);
}

.flexdiv {
	display: flex;
}

.contact_card p {
	font-size: 16px;
	line-height: 1.4;
}

.contact_map {
	border: 0;
	margin-bottom: 20px;
	max-height: 298px;
	-webkit-box-shadow: 0 3px 5px rgba(100, 100, 100, .49);
	-moz-box-shadow: 0 3px 5px rgba(100, 100, 100, .49);
	box-shadow: 0 3px 5px rgba(100, 100, 100, .49);
}

.contact_map:hover {
	box-shadow: 0 15px 40px -17px rgba(0, 0, 0, .44)
}

.contact_text {
	color: #131313;
	margin: 0 auto 28px;
	display: inline-block;
	font-size: 16px;
	line-height: 1.3;
	text-align: left;
	-webkit-transition-property: (all);
	-webkit-transition-duration: (.2s);
	-webkit-transition-timing-function: (ease-in);
	-ms-transition-property: (all);
	-ms-transition-duration: (.2s);
	-ms-transition-timing-function: (ease-in);
	-moz-transition-property: (all);
	-moz-transition-duration: (.2s);
	-moz-transition-timing-function: (ease-in);
	-o-transition-property: (all);
	-o-transition-duration: (.2s);
	-o-transition-timing-function: (ease-in);
	transition-property: (all);
	transition-duration: (.2s);
	transition-timing-function: (ease-in)
}

.contacticon {
	color: #757575
}

@media only screen and (max-width:910px) {
	.flexdiv {
		display: block
	}
	.contact_text {
		text-align: left;
		display: inline-block;
		width: 85%;
		margin: 0 auto 60px
	}
}

.featured {
	display: -webkit-inline-box;
	margin: 0 auto
}

.featuredlogo {
	margin: 20px
}

.featuredtext {
	display: inline-table;
	margin: 40px 20px
}

.featuredtext h4 {
	font-family: CoolFont;
	color: #fff;
	font-size: 30px;
	line-height: 1.35;
	margin: 0
}

.featuredtext h4#lower {
	font-size: 20px
}

.demo-card-wide>.mdl-card__title {
	color: #fff;
	height: 120px;
	width: 120px
}

.demo-card-wide>.mdl-card__menu {
	color: #fff
}

@media only screen and (min-width:424px) and (max-width:570px) {
	.mdl-card__title.featuredlogo {
		height: 90px;
		width: 90px;
		margin: 39px 20px;
		margin-right: 5px
	}
	.featuredtext {
		margin-left: 5px
	}
	.featuredtext h4 {
		font-size: 25px
	}
	.featuredtext h4#lower {
		font-size: 18px
	}
}

#featengineering {
	display: none
}

#featengineering_card {
	background: url(images/bg.jpg)
}

#featengineering_title {
	color: #fff
}

@media only screen and (max-width:423px) {
	#featcard {
		display: none
	}
	#featengineering {
		display: block
	}
}

.company-logo-image {
	max-height: 40px
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 0;
	padding-right: 0
}

.certificatelist {
	width: 80%
}

.row {
	margin-left: 0;
	margin-right: 0
}

.overline-type {
	color: rgba(0, 0, 0, .54);
	font-size: 20px;
	font-weight: 300;
	line-height: 1
}

.contact_card {
	width: 90%;
	background-color: #fff;
	margin: 0 auto 60px;
	max-width: 980px
}

.contact_card form .mdl-textfield {
	margin-right: 20px
}

.formc {
	max-width: 80%;
	margin: auto;
	padding: 40px 0
}

.line-divider {
	background-color: #0000008a;
	height: 1px;
	margin: 0 auto 40px;
	width: 80px
}

@media only screen and (min-width:768px) {
	.line-divider {
		width: 120px
	}
}

@media only screen and (min-width:768px) {
	.overline-type {
		font-size: 22px
	}
}

@media only screen and (min-width:1024px) {
	.overline-type {
		font-size: 24px
	}
}

.container_connect {
	padding: 40px
}

.container-padding-right {
	padding-right: 0
}

@media only screen and (min-width:768px) {
	.container-padding-right {
		padding-right: 20px
	}
}

@media only screen and (min-width:1160px) {
	.container_connect {
		padding: 100px 120px
	}
}

@media only screen and (min-width:1280px) {
	.container_connect {
		padding: 100px 140px
	}
	.container-padding-right {
		padding-right: 40px
	}
}

@media only screen and (min-width:1440px) {
	.container_connect {
		padding: 100px 140px
	}
	.container-padding-right {
		padding-right: 60px
	}
}

.container-padding-left {
	padding-left: 0
}

@media only screen and (min-width:768px) {
	.container-padding-left {
		padding-left: 20px
	}
}

@media only screen and (min-width:1280px) {
	.container-padding-left {
		padding-left: 40px
	}
}

@media only screen and (min-width:1440px) {
	.container-padding-left {
		padding-left: 60px
	}
}

.container-padding {
	padding: 0 32px
}

@media only screen and (min-width:768px) {
	.container-padding {
		padding: 0
	}
}

.about_text_header {
	font-size: 30px;
	font-weight: 700
}

.about_text {
	margin: 40px 120px 40px 120px;
	color: #4a4a4a;
	font-size: 1.2em;
	line-height: 2;
	transition-property: (all);
	transition-duration: (.2s);
	transition-timing-function: (ease-in)
}

.services_text {
	padding: 60px 120px;
	display: table-cell;
	vertical-align: middle;
	color: #757575;
	font-size: 20px;
	line-height: 1.3;
	transition-property: (all);
	transition-duration: (.2s);
	transition-timing-function: (ease-in)
}

@media (max-width:786px) {
	.about_text {
		margin: 60px 80px 60px 80px
	}
	.services_text {
		padding: 60px 80px 60px 80px
	}
	.mision_text {
		margin: 10px 15% 119px
	}
	.parallax-1 {
		background-attachment: inherit
	}
	.container_connect {
		padding: 0 30px
	}
	.container_connect h1 {
		font-size: 40px
	}
	.mdl-textfield {
		width: 96%
	}
}

@media (max-width:582px) {
	.about_text {
		margin: 60px 40px 60px 40px
	}
	.services_text {
		padding: 60px 40px 60px 40px
	}
	.contact_card {
		width: 90%
	}
	.formc {
		max-width: 85%
	}
}

@media (max-width:440px) {
	.about_text_header {
		padding: 60px 40px 30px 40px;
		font-size: 30px
	}
	.about_text {
		margin: 30px 40px 30px 40px;
		font-size: 16px;
		font-weight: 300;
		line-height: 1.6em
	}
	.services_text {
		padding: 30px 40px 30px 40px;
		font-size: 16px;
		font-weight: 300;
		line-height: 1.6em
	}
	.mision_text {
		margin: 30px 40px 60px 40px;
		font-size: 16px;
		font-weight: 300;
		line-height: 1.6em
	}
	.line-divider {
		margin-bottom: 60px
	}
	.services_text_header {
		padding: 60px 10%
	}
	#slider-wrap ul#slider li>div h3 {
		font-size: 1.2em;
		max-width: 90%
	}
	.welcome h2 {
		font-size: 1.6em
	}
	.welcome p {
		font-size: 1em;
		width: 90%;
		line-height: 1.6;
		margin: auto
	}
	.darkdiv h2 {
		font-size: 1.6em
	}
}

.novidbg {
	background-image: url(images/factory.jpg);
	position: relative;
	z-index: 1;
	width: 100%;
	height: 60vh;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover
}

.bg {
	background-image: url(images/factory.jpg);
	position: absolute;
	height: 300px;
	width: 100%;
	filter: blur(9px);
	-webkit-filter: blur(9px);
	-ms-filter: blur(9px);
}

#foodfortificationheader {
	background-image: url(images/food_fort2.jpg);
	background-size: contain;
	height: 100%;
	background-position: center;
}

#foodadditivesheader {
	background-image: url(images/foodadditivies.jpg);
	background-size: contain;
	height: 100%;
	background-color: #a6bce1;
	background-position: center;
}

#specialitychemicalsheader {
	background-image: url(images/specialtychemicals.jpg);
	background-size: contain;
	height: 100%;
	background-position: center;
}

#researchanddevelopmentheader {
	background-image: url(images/researchnd.jpeg);
	background-size: contain;
	height: 100%;
	background-position: center;
}

#pharmaceuticalsheader {
	background-image: url(images/pharmaceuticals.jpg);
	background-size: contain;
	height: 100%;
	background-position: center;
}

#servicesheader {
	background-image: url(images/services.jpg);
	background-size: contain;
	height: 100%;
	background-position: center;
}

#accreditationheader {
	background-image: url(images/quality-accreditation.jpg);
	background-position: center right;
}

#visionandmissionheader {
	background-image: url(images/missionandvision.jpg);
	background-position: center;
}

@media only screen and (max-width:806px) {
	#accreditationheader {
		background-position: center;
		background-size: contain;
		height: 100%;
		background-color: #1a1b2b;
	}
	#visionandmissionheader {
		background-size: contain;
		background-position: center;
		height: 100%;
	}
}

.section {
	position: relative;
	overflow: hidden;
	max-height: 300px;
	height: 100%;
}

.slider-section {
	position: relative;
	overflow: hidden
}

.myVideo {
	max-height: 650px;
	object-fit: cover;
	width: 100%
}

h1.maintitle {
	color: #fff;
	text-shadow: 2px 2px 10px #131313;
	text-align: center;
	font-size: 50px;
	margin: 0 5vw;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
	z-index: 10
}

h2.maintitle2 {
	color: #fff;
	text-shadow: 2px 2px 10px #131313;
	text-align: center;
	font-size: 22px;
	width: 80%;
	margin: 5px auto 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10
}

h2.maintitle {
	color: #fff;
	text-shadow: 2px 2px 10px #131313;
	text-align: center;
	font-size: 24px;
	margin: 5px auto 30px;
	position: absolute;
	top: 62%;
	left: 0;
	right: 0;
	z-index: 10
}

h2 {
	color: #131313;
	text-align: center;
	font-size: 2em
}

div.top2 {
	box-shadow: inset 0 0 100px #000;
	background-color: rgba(0, 0, 0, .1);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}

center.bottom {
	padding: 70px 10px 10px 10px;
	width: inherit
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.line-divider2 {
	background-color: rgba(68, 138, 255, .5);
	height: 1px;
	margin: 0 auto 60px;
	width: 80px
}

@media only screen and (min-width:768px) {
	.line-divider2 {
		width: 120px
	}
}

.hideme {
	opacity: 0
}

#right {
	float: right
}

.hideContent {
	display: block
}

.white.scrolled {
	display: none
}

.grey.scrolled {
	display: none
}

.content {
	padding-top: 60px
}

.grid {
	position: relative;
	margin: 0 auto 40px
}

.js .grid::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	background: #252323 url(../img/loading.svg) no-repeat 50% 75px;
	background-size: 60px auto;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.js .grid--loaded::after {
	opacity: 0
}

.grid__item {
	width: 270px;
	padding: 10px
}

.grid__item img {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
	transition: all .3s cubic-bezier(.25, .8, .25, 1)
}

.grid__item img:hover {
	box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.grid__item--current {
	opacity: 0!important
}

.img-wrap {
	display: block
}

.img-wrap:focus,
.img-wrap:hover {
	outline: 0
}

.img-wrap img {
	display: block;
	max-width: 100%
}

.preview {
	position: fixed;
	z-index: 1000;
	top: 102px;
	left: 0;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	align-content: center;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	width: 100%;
	height: 75%;
	pointer-events: none
}

.preview::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	background: #1f1d1d;
	-webkit-transition: opacity .6s;
	transition: opacity .6s
}

.preview--open {
	pointer-events: auto
}

.preview--open::before {
	opacity: 1
}

.clone {
	position: fixed;
	z-index: 110;
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
	-webkit-backface-visibility: hidden
}

.original {
	position: relative;
	z-index: 120;
	display: block;
	margin: auto 0;
	object-fit: contain;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	-webkit-backface-visibility: hidden
}

.preview--open .animate {
	-webkit-transition: -webkit-transform .6s, opacity .2s;
	transition: transform .6s, opacity .2s
}

.animate {
	-webkit-transition: -webkit-transform .3s, opacity .2s;
	transition: transform .3s, opacity .2s
}

.description {
	color: #fff
}

.description--grid {
	display: none
}

.description--preview {
	font-size: 2em;
	font-size: 1.5em;
	position: absolute;
	top: 90%;
	left: 0;
	z-index: 140;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 25vh;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity .8s, -webkit-transform .8s;
	transition: opacity .8s, transform .8s;
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	-webkit-transform: translate3d(100px, 0, 0);
	-ms-transform: translate3d(100px, 0, 0);
	-moz-transform: translate3d(100px, 0, 0);
	-o-transform: translate3d(100px, 0, 0);
	transform: translate3d(100px, 0, 0)
}

.preview--open .description--preview {
	opacity: 1;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.action {
	font-size: 1.5em;
	margin: 0;
	padding: 0;
	cursor: pointer;
	vertical-align: top;
	color: #6bd68a;
	border: none;
	background: 0 0
}

.action:focus,
.action:hover {
	color: #6bd68a;
	outline: 0
}

.action--close {
	position: fixed;
	z-index: 150;
	top: 102px;
	right: 0;
	padding: 1em;
	opacity: 0;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, transform .3s;
	-webkit-transform: scale3d(.6, .6, 1);
	-ms-transform: scale3d(.6, .6, 1);
	-moz-transform: scale3d(.6, .6, 1);
	-o-transform: scale3d(.6, .6, 1);
	transform: scale3d(.6, .6, 1)
}

.preview--image-loaded .action--close {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}

.text-hidden {
	position: absolute;
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
	color: transparent
}

.button {
	font-size: .5em;
	font-weight: 700;
	margin: 0;
	padding: 1em 2em;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 2em;
	background: 0 0
}

.button--view {
	margin-top: 2em
}

@media only screen and (max-width:1128px) {
	.mdl-layout__header-row .mdl-navigation__link {
		padding: 26px 18px 0!important
	}
}

@media only screen and (max-width:1100px) {
	h1.maintitle {
		font-size: 4.5vw
	}
	h2.maintitle {
		font-size: 4vw
	}
}

@media only screen and (max-width:786px) {
	.demo-card-square.mdl-card {
		width: 100%;
		float: left;
		margin: auto
	}
	.demo-card-wide.mdl-card {
		width: 90%;
		margin-left: auto;
		margin-right: auto
	}
	h1.maintitle {
		font-size: 5.2vw
	}
	h2.maintitle {
		font-size: 5vw
	}
	h2.maintitle2 {
		font-size: 22px;
		line-height: 1.7;
	}
	.card-text {
		font-size: 15px;
		width: 100%;
		display: inline;
		text-align: center;
		padding-top: 10px;
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	.appl_header {
		font-size: 2.2vw
	}
}

@media only screen and (max-width:570px) {
	h1.maintitle {
		font-size: 7vw
	}
	h2.maintitle {
		font-size: 4vw
	}
	h2.maintitle2 {
		font-size: 20px;
		line-height: 1.7;
		width: 90%;
	}
	#slider1,
	#slider2,
	#slider3,
	#slider4,
	#slider5,
	#slider6 {
		background-size: contain!important;
		background-position: center!important;
		background-color: #444!important
	}
	#slider5 {
		background-color: #d3e4e0!important
	}
	.tablediv table {
		overflow-x: auto;
		width: 96%;
		table-layout: fixed;
		overflow-wrap: break-word;
		white-space: normal;
	}
	.tablediv table td {
		padding: 5px;
	}
}

@media only screen and (max-width:380px) {
	.demo-card-square.mdl-card {
		width: 100%;
		float: left;
		margin: 0
	}
	.demo-card-wide.mdl-card {
		width: 90%;
		margin-left: auto;
		margin-right: auto
	}
	.mdl-grid {
		padding: 0
	}
	.card-container {
		max-width: 320px;
		margin: auto
	}
	h1.maintitle {
		font-size: 8vw
	}
	h2.maintitle {
		font-size: 5vw
	}
	h2.maintitle2 {
		font-size: 18px;
		line-height: 1.7;
		width: 90%;
	}
	.description--preview {
		font-size: 1em;
		top: 86%
	}
	.action--close {
		top: 50px
	}
	.textbody h3 {
		font-size: 1.5em;
		width: 85%
	}
	.textbody p {
		font-size: 18px;
		width: 85%
	}
	.productsdiv ul li {
		font-size: 18px
	}
	.card-text {
		font-size: 15px;
		width: 100%;
		display: inline;
		text-align: center;
		padding-top: 10px;
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	#container2 ul li {
		font-size: 12px
	}
	.mdl-tabs__tab {
		font-size: 12px
	}
	.material-icons {
		font-size: 20px
	}
	.tablediv table {
		overflow-x: auto
	}
	.tablediv table td {
		padding: 5px
	}
}

@media screen and (max-width:480px) {
	.company_icon {
		height: 35px;
		width: 52px;
		top: -18px
	}
	.section {
		position: relative;
		overflow: hidden;
		height: 264px
	}
	.textbody .subhead {
		font-size: 22px;
		font-weight: 700;
		margin: 20px auto
	}
	.textbody h3 {
		margin: 20px auto 14px;
		font-size: 20px
	}
	.textbody h4 {
		font-size: 20px;
		width: 85%
	}
	.textbody p {
		width: 90%;
		margin: 0 auto 40px;
		font-size: 15px
	}
	#categories {
		overflow: hidden;
		width: 95%;
		padding: 0;
		margin: 0 -5%
	}
	#categories li h1 {
		font-size: 2.9vw
	}
	#categories li p {
		font-size: 2.4vw
	}
	.mdl-tabs__tab {
		font-size: 14px
	}
	.appl_header {
		font-size: 6vw
	}
	.appl_desc {
		font-size: 1.1em
	}
	.applicationdiv .mdl-grid {
		width: 90%
	}
	.mdl-mega-footer__middle-section {
		display: block
	}
	.followus {
		width: 100%;
		text-align: center;
		margin-top: -280px
	}
	.footercompany {
		width: 100%;
		padding-top: 90px
	}
}

a {
	text-transform: none
}