/*              Fonts 
-------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,800,800i&display=swap&subset=cyrillic-ext');
@import "font-awesome.min.css";
@import "jquery-ui.css";
@import "owl.carousel.min.css";
@import "slick.css";
/*		Resets 
-------------------------------------------------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
hgroup,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
a img {
  border: 0;
}
.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.clear {
  clear: both;
}
/*              Variables 
-------------------------------------------------------------------------------*/
/*		Mixins 
-------------------------------------------------------------------------------*/
/*		Default Layout: 100%. 
-------------------------------------------------------------------------------*/

body {
  width: 100%;
  font-size: 14px;
  color: #1f1f1f;
  font-family: 'Open Sans', sans-serif;
  background: white;
  overflow-x: hidden;
}
header {
  padding: 15px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 41;
}
header .logo {
  display: table;
  float: left;
  width: 300px;
}
header .logo img {
  display: block;
  width: 100%;
  height: auto;
}
header .menu {
  float: right;
  list-style: none;
  display: table;
  margin-top: 14px;
}
header .menu li {
  float: left;
  padding: 0 5px;
}
header .menu li a {
  text-decoration: none;
  color: white;
  font-weight: 600;
  font-size: 15px;
  padding: 0 7px;
  line-height: 40px;
  display: block;
  border-bottom: 2px solid transparent;
}
header .menu li a:hover {
  border-bottom: 2px solid white;
}
header .menu li:last-child {
  padding-right: 0;
}
header .menu li:last-child a {
  background: #1f7696;
  border: 2px solid #1f7696;
}
header .menu li:last-child a:hover {
  background: #207697;
  border: 2px solid #207697;
}
header .menu:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
header .swith-menu {
  float: right;
  display: none;
  color: white;
  text-decoration: none;
  font-size: 32px;
  line-height: 32px;
  width: 32px;
  margin-top: 12px;
}
header .langs {
  display: table;
  float: right;
}
header .langs a {
  text-decoration: none;
  color: #1f7696;
  font-weight: 600;
  margin-right: 12px;
  border-bottom: 1px solid transparent;
}
header .langs a:hover {
  border-bottom: 1px solid #1f7696;
}
header .langs .active {
  border-bottom: 1px solid #1f7696;
}
.header-fixed {
  background: #c06222;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.header-fixed .logo {
  width: 250px;
}
.header-fixed .menu {
  margin-top: 7px;
}
.header-fixed .langs {
  display: none;
}
section#slider {
  position: relative;
}
section#slider .wave {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 30;
}
section#slider .wave img {
  display: block;
  width: 100%;
  height: auto;
}
section#about-us {
  padding: 60px 0 0;
  text-align: center;
}
section#about-us .politic {
  text-align: left;
}
section#about-us h2 {
  font-size: 46px;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 30px;
}
section#about-us .politic h2 {
  text-align: center;
}
section#about-us p {
  line-height: 30px;
  max-width: 1000px;
  margin: 0 auto 10px;
  font-size: 16px;
}
section#about-us .politic p {
  max-width: 100%;
  margin: 0 0 10px;
}
section#about-us .politic ul {
  padding-left: 25px;
  margin-bottom: 10px;
}
section#about-us .politic li {
  line-height: 30px;
}
section#about-us p strong {
  font-weight: 600;
  font-size: 18px;
}
section#about-us .policies {
  margin: 20px 0 0;
  text-align: center;
}
section#about-us .policies a {
  text-decoration: none;
  display: inline-block;
  color: #fe5a0e;
  margin: 0 15px;
  font-weight: 600;
}
section#about-us .boxes {
  text-align: center;
  position: relative;
  bottom: -100px;
  margin-top: -70px;
  display: block;
  width: 100%;
}
section#about-us .boxes:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#about-us .boxes .box {
  float: left;
  background: url(box-bg.png) no-repeat center center;
  width: 20%;
  margin: 0 1%;
  height: 200px;
  color: #1f1f1f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 30px;
  line-height: 26px;
  font-size: 20px;
}
section#about-us .boxes .box:first-child {
  margin-left: 7%;
  padding-top: 73px;
}
section#about-us .boxes .box:nth-child(3) {
  padding-top: 73px;
}
section#about-us .boxes .box:last-child {
  margin-right: 4%;
}
section#about-us .bg-1 {
  -webkit-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.5);
  text-align: center;
  color: white;
  padding: 140px 40px;
  font-size: 30px;
  font-weight: 600;
  background-image: url(bg-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
section#markets {
  padding: 60px 0 80px;
}
section#markets h2 {
  font-size: 46px;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 30px;
  text-align: center;
}
section#markets #tabs {
  border: none;
}
section#markets #tabs .ui-tabs-nav {
  width: 21%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #eeeeee;
}
section#markets #tabs .ui-widget-header {
  background: none;
  color: inherit;
  font-weight: normal;
}
section#markets #tabs .ui-state-default {
  border: none;
  background: none;
  font-weight: normal;
  color: inherit;
  border-bottom: 1px solid #eeeeee;
  outline: none;
}
section#markets #tabs .ui-state-default a {
  display: block;
  color: #1f1f1f;
  text-decoration: none;
  outline: none;
  line-height: 50px;
  padding: 0 15px;
  font-weight: 600;
}
section#markets #tabs .ui-state-default a .fa {
  float: right;
  line-height: 50px;
  font-size: 26px;
  color: #eeeeee;
}
section#markets #tabs .ui-tabs-active a {
  color: #fe5a0e;
}
section#markets #tabs .ui-tabs-active a .fa {
  color: #fe5a0e;
}
section#markets #tabs .ui-tabs-panel {
  width: 75%;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  overflow: hidden;
  height: 562px;
  background-position: top;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
section#markets #tabs .ui-tabs-panel .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 20px;
}
section#markets #tabs .ui-tabs-panel .content h3 {
  color: #fe5a0e;
  font-weight: 600;
  margin: 10px 0;
  font-size: 14px;
}
section#markets #tabs .ui-tabs-panel .content p {
  line-height: 20px;
  margin-bottom: 10px;
}
section#markets #tabs .ui-tabs-panel .content ul {
  padding-left: 20px;
  line-height: 18px;
  margin-bottom: 10px;
}
section#markets #tabs:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#processes {
  -webkit-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.5);
  color: white;
  padding: 60px 0 80px;
  text-align: center;
  background-image: url(bg-4.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
section#processes h2 {
  font-size: 46px;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 30px;
}
section#processes .owl-carousel {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section#processes .owl-carousel .owl-stage {
  display: flex;
}
section#processes .owl-carousel .owl-item {
  background: white;
  color: #1f1f1f;
  padding: 20px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section#processes .owl-carousel .owl-item img {
  display: block;
  width: 48px;
  height: auto;
  margin: 10px auto 10px;
}
section#processes .owl-carousel .owl-item h3 {
  color: #fe5a0e;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}
section#processes .owl-carousel .owl-item h4 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: -1px;
}
section#processes .owl-carousel .owl-item p {
  line-height: 22px;
  margin-bottom: 10px;
}
section#processes .owl-carousel .owl-item span {
  display: inline-table;
  font-style: italic;
  color: #aaaaaa;
}
section#processes .owl-carousel .owl-nav button {
  width: 20px;
  height: 60px;
  outline: none;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  border: none;
}
section#processes .owl-carousel .owl-nav button span {
  display: none;
}
section#processes .owl-carousel .owl-nav .owl-prev {
  background: url(arrow-left.png) no-repeat center center;
  left: -20px;
}
section#processes .owl-carousel .owl-nav .owl-next {
  background: url(arrow-right.png) no-repeat center center;
  right: -20px;
}
section#processes .owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}
section#processes .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  border: none;
  outline: none;
  background: none;
  width: 14px;
  height: 14px;
  border: 2px solid white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 5px;
}
section#processes .owl-carousel .owl-dots .active {
  background: white;
}
section#capabilities {
  padding: 60px 0 0;
  text-align: center;
}
section#capabilities .content h2 {
  font-size: 46px;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 30px;
}
section#capabilities .content p {
  line-height: 30px;
  max-width: 750px;
  margin: 0 auto 10px;
  font-size: 16px;
}
section#capabilities .content p strong {
  font-weight: 600;
  font-size: 18px;
}
section#capabilities .content h3 {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 30px;
}
section#capabilities .content .boxes {
  padding: 0 100px 0;
}
section#capabilities .content .boxes .box {
  display: inline-table;
  width: 21%;
  margin: 0 1%;
  font-size: 16px;
  font-weight: 600;
}
section#capabilities .content .boxes .box img {
  display: block;
  width: 48px;
  height: auto;
  margin: 0 auto 10px;
  -webkit-transform-style: preserve- 3 d;
  -moz-transform-style: preserve- 3 d;
  transform-style: preserve- 3 d;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section#capabilities .content .boxes .box:hover img {
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
section#capabilities .items {
  margin-top: 170px;
  -webkit-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.5);
  padding-bottom: 30px;
  background-image: url(bg-2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
section#capabilities .items .container {
  display: flex;
  flex-wrap: nowrap;
}
section#capabilities .items .container .item {
  position: relative;
  top: -100px;
  background: white;
  width: 22%;
  margin: 0 1.5%;
}
section#capabilities .items .container .item img {
  display: block;
  width: 100%;
  height: auto;
}
section#capabilities .items .container .item .padding {
  padding: 30px 40px;
}
section#capabilities .items .container .item .padding h3 {
  font-weight: 400;
  font-size: 20px;
  color: #fe5a0e;
  margin-bottom: 15px;
}
section#capabilities .items .container .item .padding p {
  text-align: left;
  line-height: 20px;
  padding: 10px 0;
  border-bottom: 1px dashed #eeeeee;
}
section#capabilities .items .container .item .padding p:last-child {
  border-bottom: none;
}
section#alloys {
  padding: 60px 0 60px;
}
section#alloys h2 {
  font-size: 46px;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 30px;
  text-align: center;
}
section#alloys .ui-widget-content {
  border: none;
  background: none;
  color: #1f1f1f;
  font-weight: normal;
}
section#alloys .ui-tabs-nav {
  background: none;
  list-style: none;
  margin-bottom: 40px;
  text-align: center;
}
section#alloys .ui-tabs-nav li {
  padding: 7px 30px;
  background: #dddddd;
  color: #1f1f1f;
  display: inline-block;
  outline: none;
  border: none;
}
section#alloys .ui-tabs-nav li a {
  outline: none;
  color: #1f1f1f;
  font-weight: normal;
  font-size: 18px;
}
section#alloys .ui-tabs-nav .ui-state-active {
  background: #c06222;
}
section#alloys .ui-tabs-nav .ui-state-active a {
  color: white;
}
section#alloys .coll {
  padding-left: 50px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 27.333333333%;
  margin: 0 0 0 6%;
  position: relative;
}
section#alloys .coll h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
section#alloys .coll img {
  width: 30px;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}
section#alloys .coll ul {
  list-style: none;
}
section#alloys .coll ul li {
  padding: 7px 0;
  border-bottom: 1px dashed #eeeeee;
  font-size: 12px;
}
section#alloys .coll ul li a {
  color: #fe5a0e;
  text-decoration: none;
}
section#alloys .coll ul li:last-child {
  border-bottom: none;
}
section#alloys .coll ul:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#alloys .double {
  width: 54.666666667%;
  margin: 0 0 0 6%;
}
section#alloys .double ul {
  float: left;
  width: 50%;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section#alloys .double:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#alloys .others h3 {
  font-size: 14px;
}
section#alloys .others img {
  width: 30px;
}
section#alloys .others .coll {
  width: 23%;
  padding-left: 50px;
  margin: 0 1%;
}
section#alloys .others .coll ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section#alloys .others .coll ul li {
  font-size: 12px;
}
section#alloys .others .coll .left {
  float: left;
  width: 50%;
  padding-right: 10px;
}
section#alloys .others .coll .right {
  float: right;
  width: 50%;
  padding-left: 10px;
}
section#alloys .others .spc1 {
  width: 32%;
}
section#alloys .others .spc2 {
  width: 21%;
}
section#alloys .others .spc3 {
  width: 23%;
}
section#alloys .others .spc4 {
  width: 16%;
}

section#alloy {
  padding: 60px 0 60px;
}
section#alloy .sidebar {
	float: right;
	width: 25%;
}
section#alloy .sidebar img{
	width:100%;
	height:auto;
	display:block;
	margin-bottom: 20px;
}
section#alloy .sidebar a{
	background: #C06222;
	color: white;
	border: 1px solid #C06222;
	text-decoration: none;
	margin-bottom: 20px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-weight: 600;
	display: block;
}
section#alloy .sidebar a:hover{
	color: #C06222;
	background: white;
}
section#alloy .content {
	float: left;
	width: 70%;
}
section#alloy .content .row:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#alloy .content .coll {
	float: left;
	width: 45%;
}
section#alloy .content .coll:last-child {
	float: right;
}
section#alloy .content h2, section#alloy .content h3{
	color: #fe5a0e;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 10px;
}
section#alloy .content p {
	line-height: 24px;
	margin-bottom: 10px;
}
section#alloy .content p strong {
	font-weight: 600;
}
section#alloy .content ul {
	line-height: 24px;
	margin-bottom: 10px;
	padding-left: 25px;
}
section#alloy .content table {
	width: 100%;
	margin-bottom: 10px;
}
section#alloy .content table td, section#alloy .content table th {
	text-align: center;
	padding: 2px 5px;
	font-size: 12px;
}
section#alloy .content table th {
	font-weight:600;
}
section#alloy h1 {
  font-size: 36px;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 30px;
  text-align: center;
}
section#alloy .ui-widget-content {
  border: none;
  background: none;
  color: #1f1f1f;
  font-weight: normal;
}
section#alloy .ui-tabs-nav {
  background: none;
  list-style: none;
  margin-bottom: 40px;
  padding-left: 0 !important;
}
section#alloy .ui-tabs-nav li {
  padding: 7px 30px;
  background: #dddddd;
  color: #1f1f1f;
  display: inline-block;
  outline: none;
  border: none;
}
section#alloy .ui-tabs-nav li a {
  outline: none;
  color: #1f1f1f;
  font-weight: normal;
  font-size: 18px;
}
section#alloy .ui-tabs-nav .ui-state-active {
  background: #c06222;
}
section#alloy .ui-tabs-nav .ui-state-active a {
  color: white;
}
s



section#testing {
  -webkit-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.5);
  color: white;
  padding: 60px 0 60px;
  background-image: url(bg-5.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
section#testing h2 {
  font-size: 46px;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 30px;
  text-align: center;
}
section#testing .container {
  padding: 0 0px;
}
section#testing .boxes {
  margin-top: 70px;
  text-align: center;
  padding: 0 50px;
}
section#testing .boxes .box {
  background: url(box-bg-2.png) no-repeat center center;
  height: 197px;
  width: 185px;
  display: inline-table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -35px;
  padding: 80px 0 0;
}
section#testing .boxes .box p {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
section#testing .boxes .one p {
  position: relative;
  top: 10px;
}
section#certifications {
  padding: 60px 0;
  text-align: center;
}
section#certifications .items a {
  display: inline-block;
  width: 150px;
  margin: 10px;
  position: relative;
  text-decoration: none;
}
section#certifications .items a img {
  width: 100%;
  height: auto;
  display: block;
}
section#certifications .items a p {
  position: absolute;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  display: block;
  left: 0;
  top: 50%;
  margin-top: -30px;
  color: #C06222;
  width: 100%;
}
section#certifications .items a p span {
  font-size: 36px;
  display: block;
  font-weight:600;
}
section#certifications h2 {
  font-size: 46px;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 30px;
}
section#certifications .hiddens {
  display: block;
}
section#contact {
  padding: 0 0 100px;
}
section#contact h2 {
  font-size: 46px;
  font-weight: 300;
  letter-spacing: -1px;
  padding: 30px 0;
  text-align: center;
  margin-top: 50px;
  background: #c06222;
  color: white;
}
section#contact .map {
  height: 400px;
  -webkit-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.5);
}
section#contact .box {
  width: 23%;
  margin: -70px 1% 0;
  background: #c06222;
  color: white;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 30px;
  position: relative;
  z-index: 11;
  text-align: center;
}
section#contact .box h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
section#contact .box p {
  margin-bottom: 10px;
}
section#contact .box p .fa {
  width: 14px;
  text-align: center;
}
section#contact .box p .fa-envelope {
  font-size: 12px;
}
section#contact .mailes:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#contact .mailes a {
  display: block;
  width: 23%;
  margin: 20px 1% 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  background: #262626;
  color: white;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 30px;
  position: relative;
  z-index: 11;
}
section#contact .form {
  padding: 0 100px;
}
section#contact .form .coll {
  float: left;
  width: 48%;
  margin-bottom: 20px;
}
section#contact .form .right {
  float: right;
}
section#contact .form input,
section#contact .form textarea {
  display: block;
  border: 1px solid #eeeeee;
  height: 40px;
  padding: 0 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-family: 'Open Sans', sans-serif;
}
section#contact .form textarea {
  padding: 10px 15px;
  resize: none;
  height: 150px;
}
section#contact .form button {
  display: table;
  margin: 30px auto 0;
  background: #c06222;
  border: none;
  color: white;
  padding: 0 40px;
  height: 40px;
  outline: none;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
footer {
  background: #262626 url(header-top.jpg) center center;
  padding: 15px 0;
  color: white;
}
footer .left {
  float: left;
}
footer .right {
  float: right;
}
footer .right a {
  text-decoration: none;
  color: white;
}
footer .container {
  position: relative;
}
footer .gotop {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 30px;
  color: white;
  text-decoration: none;
  background: #c06222;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -20px;
  font-size: 36px;
  text-align: center;
}
#policy {
  padding: 20px;
}
#policy h1 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
#policy p {
  margin-bottom: 10px;
  line-height: 22px;
}
#policy ul {
  padding-left: 25px;
  margin-bottom: 10px;
}
.popup-bg {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99998;
}
.popup {
  display: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: fixed;
  width: 300px;
  height: 300px;
  margin-left: -150px;
  margin-top: -150px;
  left: 50%;
  top: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  padding: 20px;
  z-index: 99999;
}
.popup img {
  display: block;
  margin: 0 auto;
}
.popup p {
  font-size: 20px;
  text-align: center;
  line-height: 24px;
  color: #fe5a0e;
}
.popup a {
  text-decoration: none;
  display: table;
  margin: 20px auto 0;
  line-height: 30px;
  background: black;
  color: white;
  padding: 0 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/*		Effects. 
-------------------------------------------------------------------------------*/

.effect-helix.in {
  opacity: 1;
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
}
.effect-helix {
  -webkit-transform-style: preserve- 3 d;
  -moz-transform-style: preserve- 3 d;
  transform-style: preserve- 3 d;
  opacity: 1;
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.effect-fall.in {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.effect-fall {
  opacity: 0.7;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.effect-slide-top.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-top {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  opacity: 1;
}
.effect-slide-right.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-right {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
  opacity: 0.7;
}
.effect-slide-left.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-left {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
  opacity: 0.7;
}
.effect-slide-bottom.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-bottom {
  -webkit-transform: translate3d(0, 30%, 0);
  transform: translate3d(0, 30%, 0);
  opacity: 0.7;
}
.effect-opacity.in {
  opacity: 1;
}
.effect-opacity {
  opacity: 0.1;
}
/*		Layout: >1200px. 
-------------------------------------------------------------------------------*/

@media only screen and (max-width: 1270px) {
  header .swith-menu {
    display: block;
  }
  header .swith-menu:after {
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  header .menu {
    border: 1px solid #eeeeee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    margin-top: 80px;
    float: none;
    background: white;
    padding: 10px 20px 15px;
    text-align: right;
  }
  header .menu li {
    float: none;
    padding: 0;
  }
  header .menu li a {
    color: #262626;
    border-bottom: none;
  }
  header .menu li a:hover {
    border-bottom: none;
  }
  header .menu li:last-child {
    padding-right: 0;
  }
  header .menu li:last-child a {
    background: none;
    border: none;
  }
  header .menu li:last-child a:hover {
    background: none;
    border: none;
  }
  header .menu:after {
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  .header-fixed .menu {
    margin-top: 70px;
    padding: 0;
    background: none;
    border: none;
  }
  .header-fixed .menu li a {
    color: white;
    border: none;
  }
  .header-fixed .menu li a:hover {
    border: none;
  }
}
@media only screen and (max-width: 768px) {
  header .logo {
    width: 230px;
  }
  header .swith-menu {
    font-size: 28px;
    width: 28px;
    line-height: 28px;
    margin-top: 10px;
  }
  header .menu {
    margin-top: 65px;
  }
  section#capabilities {
    padding: 40px 0 0;
  }
  section#capabilities .content .boxes {
    padding: 0 0;
  }
  section#capabilities .content .boxes .box {
    width: 30%;
    margin-bottom: 20px;
  }
  section#capabilities .items {
    margin-top: 170px;
    -webkit-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.5);
    padding-bottom: 20px;
    background-image: url(bg-2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
  }
  section#capabilities .items .container {
    display: block;
    flex-wrap: nowrap;
  }
  section#capabilities .items .container .item {
    width: 100%;
    margin: 0 0 20px;
  }
  section#capabilities .items .container .item img {
    display: block;
    width: 100%;
    height: auto;
  }
  section#capabilities .items .container .item .padding {
    padding: 30px 40px;
  }
  section#capabilities .items .container .item .padding h3 {
    font-weight: 400;
    font-size: 20px;
    color: #fe5a0e;
    margin-bottom: 15px;
  }
  section#capabilities .items .container .item .padding p {
    text-align: left;
    line-height: 20px;
    padding: 10px 0;
    border-bottom: 1px dashed #eeeeee;
  }
  section#capabilities .items .container .item .padding p:last-child {
    border-bottom: none;
  }
  section#capabilities .items:after {
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  section#markets {
    padding: 40px 0 80px;
  }
  section#markets #tabs .ui-tabs-nav {
    width: 100%;
    margin-bottom: 30px;
  }
  section#markets #tabs .ui-tabs-panel {
    width: 100%;
  }
  section#contact {
    padding: 0 0 100px;
  }
  section#contact .box {
    width: 98%;
    margin: 0 1% 20px;
  }
  section#contact .box:first-child {
    margin: -70px 1% 20px;
  }
  section#contact .mailes a {
    width: 98%;
  }
  section#alloys {
    padding: 30px 0 60px;
  }
  section#alloys .ui-tabs-nav {
    background: none;
    list-style: none;
    margin-bottom: 40px;
    text-align: center;
  }
  section#alloys .ui-tabs-nav li {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  section#alloys .ui-tabs-nav .ui-state-active {
    background: #c06222;
  }
  section#alloys .ui-tabs-nav .ui-state-active a {
    color: white;
  }
  section#alloys .double {
    width: 54.666666667%;
    margin: 0 0 0 6%;
  }
  section#alloys .double ul {
    float: left;
    width: 50%;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  section#alloys .double:after {
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  section#alloys .others h3 {
    font-size: 14px;
  }
  section#alloys .others img {
    width: 30px;
  }
  section#alloys .others .coll {
    width: 48%;
    padding-left: 50px;
    margin: 0 1% 20px;
  }
  section#alloys .others .coll ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  section#alloys .others .coll ul li {
    font-size: 12px;
  }
  section#alloys .others .coll .left {
    float: left;
    width: 50%;
    padding-right: 10px;
  }
  section#alloys .others .coll .right {
    float: right;
    width: 50%;
    padding-left: 10px;
  }
  section#alloys .others .spc1 {
    width: 48%;
  }
  section#alloys .others .spc2 {
    width: 48%;
  }
  section#alloys .others .spc3 {
    width: 48%;
  }
  section#alloys .others .spc4 {
    width: 16%;
  }
  section#testing .container {
    padding: 0 0px;
  }
  section#testing .boxes {
    margin-top: 70px;
    text-align: center;
    padding: 0 50px;
  }
  section#testing .boxes .box {
    background: url(box-bg-2.png) no-repeat center center;
    background-size: cover;
    height: 197px;
    width: 185px;
    display: inline-table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
    padding: 80px 0 0;
  }
  section#testing .boxes .box p {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
  }
  section#testing .boxes .one p {
    position: relative;
    top: 10px;
  }
  section#about-us {
    padding: 30px 0 0;
  }
  section#about-us .boxes {
    position: relative;
    bottom: -100px;
    margin-top: -70px;
    display: block;
    width: 100%;
  }
  section#about-us .boxes:after {
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  section#about-us .boxes .box {
    background-size: contain;
    width: 20%;
    margin: 0 1%;
    height: 200px;
    color: #1f1f1f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 70px 30px;
    line-height: 20px;
    font-size: 16px;
  }
  section#about-us .boxes .box:first-child {
    margin-left: 7%;
    padding-top: 79px;
  }
  section#about-us .boxes .box:nth-child(3) {
    padding-top: 79px;
  }
  section#about-us .boxes .box:last-child {
    margin-right: 4%;
  }
}
@media only screen and (max-width: 480px) {
  section#about-us h2 {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 20px;
  }
  section#about-us p {
    line-height: 26px;
    font-size: 14px;
  }
  section#about-us p strong {
    font-size: 16px;
  }
  section#about-us .boxes .box {
    width: 48%;
    margin: 0 1%;
    height: 180px;
    color: #1f1f1f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 55px 30px;
    line-height: 26px;
    font-size: 20px;
  }
  section#about-us .boxes .box:first-child {
    margin-left: 0;
    padding-top: 68px;
  }
  section#about-us .boxes .box:nth-child(3) {
    padding-top: 68px;
  }
  section#about-us .boxes .box:last-child {
    margin-right: 0;
  }
  section#about-us .bg-1 {
    padding: 140px 40px;
    font-size: 24px;
  }
  section#markets h2 {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 20px;
  }
  section#processes {
    padding: 30px 0 40px;
  }
  section#processes h2 {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 20px;
  }
  section#capabilities .content h2 {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 20px;
  }
  section#capabilities .content p {
    line-height: 26px;
    font-size: 14px;
  }
  section#capabilities .content p strong {
    font-weight: 600;
    font-size: 16px;
  }
  section#capabilities .content h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  section#capabilities .content .boxes .box {
    width: 30%;
    margin: 0 1% 20px;
    font-size: 14px;
  }
  section#alloys h2 {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 20px;
  }
  section#alloys .coll {
    padding-left: 50px;
    width: 100%;
    margin: 0 0 20px 0;
  }
  section#alloys .coll h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  section#alloys .coll .left {
    width: 100%;
  }
  section#alloys .coll .right {
    width: 100%;
  }
  section#alloys .double {
    width: 100%;
    margin: 0 0 20px 0;
  }
  section#alloys .double ul {
    float: left;
    width: 50%;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  section#alloys .double:after {
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  section#alloys .others h3 {
    font-size: 14px;
  }
  section#alloys .others img {
    width: 30px;
  }
  section#alloys .others .coll {
    width: 100%;
    padding-left: 50px;
    margin: 0 0 20px;
  }
  section#alloys .others .spc1 {
    width: 100%;
  }
  section#alloys .others .spc2 {
    width: 100%;
  }
  section#alloys .others .spc3 {
    width: 100%;
  }
  section#alloys .others .spc4 {
    width: 100%;
  }
  section#testing h2 {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 20px;
  }
  section#testing .boxes {
    margin-top: 40px;
    padding: 0 0px;
  }
  section#testing .boxes .box {
    height: 150px;
    width: 140px;
    padding: 50px 0 0;
  }
  section#testing .boxes .one p {
    position: relative;
    top: 30px;
  }
  section#certifications {
    padding: 0 0;
    text-align: center;
  }
  section#certifications h2 {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 20px;
  }
  footer {
    padding: 35px 0 15px;
  }
  footer .gotop {
    top: -50px;
  }
}
#contactwidge {position: fixed;right: -2px;z-index: 1000;width: 40px;height:300px;margin-top:-150px;top: 50%;}
#contactwidge .contactcontainer {width:300px;}
#contacttabs {border:none !important;}
#contacttabs .ui-tabs-nav {width: 40px;background: white;float:left;border-box;box-shadow:0 0 10px rgba(0,0,0,0.1);margin-top:90px;}
#contacttabs .ui-tabs-nav .ui-state-default {text-align:center;line-height: 40px;border:none;font-size: 18px;}
#contacttabs .ui-tabs-nav .ui-state-default a {color:#C06222;}
#contacttabs .ui-tabs-nav .ui-state-default {position:relative;z-index:1;}
#contacttabs .panelcon {width:260px;float:left;box-shadow:0 0 10px rgba(0,0,0,0.1);position:relative;}
#contacttabs .panelcon .close {text-decoration:none;color: #aaa;display:table;position:absolute;right: 10px;top:10px;line-height:10px;}
#contacttabs .ui-tabs-panel {border: none;min-height: 300px;padding: 30px 20px;box-sizing:border-box;text-align:center;}
#contacttabs .ui-tabs-panel h5 {color:#C06222;font-weight: 600;font-size: 20px;margin-bottom:10px;}
#contacttabs .ui-tabs-panel .icon {text-decoration:none;}
#contacttabs .ui-tabs-panel .icon .fa {font-size: 50px;color:#C06222;width: 50px;line-height:50px;border:3px solid #eee;border-radius: 50%;padding: 10px;display:block;margin: 20px auto 5px;}
#contacttabs .ui-tabs-panel .icon span {display:block;font-weight: bold;}
#alloy .downitem {border-bottom:1px solid #eee;line-height: 36px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;position:relative;}
#alloy .downitem a {text-decoration:none;color: white;background: #c06222;display:table;position:absolute;top:0 ;right:3px;line-height:30px;padding:0 15px;}