/* RESET RULES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 480px) {
  html,
  body {
    width: 100vh;
    height: 100vw;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
}
:root {
  --white: rgb(189, 65, 65);
  --black: #221f1f;
  --lightpurple: #ffffff;
  --darkgray: #1e1f26;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}

ul {
  list-style: none;
  position: relative;
  margin: 0rem 1rem 0rem 1rem;
}

.a {
  text-decoration: none;
  color: inherit;
  align-items: center;
  text-align: center;
  font-family: fantasy;
}

/* MAIN RULES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*Logo */
#logo h1 {
  background-image: url("../images/logo.png");
  background-size: 220px;
  width: 250px;
  height: 250px;
  background-repeat: no-repeat;
  float: left;
  position: relative;
  margin: 1rem 1rem 0rem 0rem;
  z-index: 10;
}

#logo h1 {
  font-size: 12px;
  top: 10px;
  left: 210px;
  padding-top: 45px;
  position: relative;
}

.header {
  width: 200px;
  height: auto;
  /* background: transparent;
  margin: 0.4rem 10rem 0rem 0rem;
  display: flex;
  padding: 0rem 0rem 0rem -180rem;
  filter: brightness(100%); */
}

.header h1 {
  position: absolute;
  font-size: 12px;
  top: 25px;
  left: 220px;
  padding-top: 15px;

  color: #000;
}

#head-icon {
  top: 2px;
  -webkit-text-fill-color: green;
  -webkit-text-stroke-width: 0px;
  /* -webkit-text-stroke-color: rgb(255, 255, 255); */
  position: absolute;
  margin: 13px 0px 0px -28px;
  image-rendering: -webkit-optimize-contrast;
}

/* End of Logo */

.trigger-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  /*  padding: 0px 5px 10px 500px; */
  z-index: 1;
  background: var(--lightpurple);
  transition: transform 0.4s;
  border-bottom: 8px solid rgb(14, 126, 36);
  justify-content: space-between;
  padding: 0 5%;
}

.page-header .trigger-menu {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  color: var(--white);
  letter-spacing: 0.2em;
}

.page-header .trigger-menu svg {
  fill: var(--white);
  margin-right: 8px;
  transition: transform 0.3s;
}

.page-header .menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  text-align: center;
  padding: 15vh 0 5vh;
  overflow: auto;
  z-index: 1;
  background: var(--lightpurple);
}

.box {
  /* background-color: rgb(94, 185, 106); 
  background-image: url("../images/mtopbg.jpg");*/
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
}

/* .box {
  width: 100rem;
  height: 20rem;
} */

.page-header .menu a {
  font-size: 3rem;
}

.page-header .sub-menu a {
  font-size: 1.5rem;
}

.lottie-wrapper {
  position: fixed;
  bottom: 50px;
  right: 25px;
  z-index: 1;
  padding: 5px;
  border-radius: 5px;
}

.header-machines-icon {
  background-image: url("../images/machine.png");
  background-size: 25px;
  background-repeat: no-repeat;
  position: absolute;
  filter: brightness(100%);
  height: 100%;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.header-home-icon {
  background-image: url("../images/home.png");
  background-size: 23px;
  background-repeat: no-repeat;
  position: absolute;
  filter: brightness(100%);
  height: 100%;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.header-info-icon {
  background-image: url("../images/info.png");
  background-size: 23px;
  background-repeat: no-repeat;
  position: absolute;
  filter: brightness(100%);
  height: 100%;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.header-services-icon {
  background-image: url("../images/services.png");
  background-size: 25px;
  background-repeat: no-repeat;
  position: absolute;
  filter: brightness(100%);
  height: 100%;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.header-products-icon {
  background-image: url("../images/b.png");
  background-size: 25px;
  background-repeat: no-repeat;
  position: absolute;
  filter: brightness(100%);
  height: 100%;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.header-career-icon {
  background-image: url("../images/career.png");
  background-size: 28px;
  background-repeat: no-repeat;
  position: absolute;
  filter: brightness(100%);

  height: 100%;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.header-phone-icon {
  background-image: url("../images/phone1.png");
  background-size: 22px;
  background-repeat: no-repeat;
  position: absolute;
  filter: brightness(100%);

  height: 100%;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.page-main {
  height: 100hv;
  width: 100wv;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.page-main section {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  background-image: url("../images/mtopbg.jpg");
  filter: brightness(150%);
  background-attachment: fixed;
}

.page-main section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
}

.img {
  background-image: url("../images/iso.png");
  background-size: 180px;
  width: 180px;
  height: 600px;
  background-repeat: no-repeat;
  position: relative;
  float: right;
  margin: 9rem 1rem 0rem 0rem;
}

/* -------------------------------- 

1. Auto-Hiding Navigation - Simple

-------------------------------- */
.cd-auto-hide-header {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.cd-auto-hide-header::after {
  clear: both;
  content: "";
  display: block;
}
.cd-auto-hide-header.is-hidden {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media only screen and (min-width: 1024px) {
  .cd-auto-hide-header {
    height: 100px;
  }
}

.cd-auto-hide-header .logo,
.cd-auto-hide-header .nav-trigger {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cd-auto-hide-header .logo {
  left: 5%;
}
.cd-auto-hide-header .logo a,
.cd-auto-hide-header .logo img {
  display: block;
}

.cd-auto-hide-header .nav-trigger {
  /* vertically align its content */
  display: table;
  height: 100%;
  padding: 0 1em;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #25283d;
  font-weight: bold;
  right: 0;
  border-left: 1px solid #f2f2f2;
}
.cd-auto-hide-header .nav-trigger span {
  /* vertically align inside parent element */
  display: table-cell;
  vertical-align: middle;
}
.cd-auto-hide-header .nav-trigger em,
.cd-auto-hide-header .nav-trigger em::after,
.cd-auto-hide-header .nav-trigger em::before {
  /* this is the menu icon */
  display: block;
  position: relative;
  height: 2px;
  width: 22px;
  background-color: #25283d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-auto-hide-header .nav-trigger em {
  /* this is the menu central line */
  margin: 6px auto 14px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-auto-hide-header .nav-trigger em::before,
.cd-auto-hide-header .nav-trigger em::after {
  position: absolute;
  content: "";
  left: 0;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.cd-auto-hide-header .nav-trigger em::before {
  /* this is the menu icon top line */
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}
.cd-auto-hide-header .nav-trigger em::after {
  /* this is the menu icon bottom line */
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
}
@media only screen and (min-width: 1024px) {
  .cd-auto-hide-header .nav-trigger {
    display: none;
  }
}

/* -------------------------------- 
/* 
.page-main .boxes {
    border: 3px solid rgb(255, 12, 146); 
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/mtopbg.jpg");
  filter: brightness(150%);
  background-attachment: fixed;
} */

/* #wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
 
.vl {
  border-left: 1px solid rgb(255, 255, 255);
  height: 60px;

  margin-top: 15px;
  position: absolute;
}

/* BOX-ONE */

.box-one {
  background-color: rgba(14, 126, 36, 0.9);
  position: relative;
  height: 10rem;
  margin-top: 45rem;
}

.container {
  display: flex;
  align-items: center;
  flex-direction: row;
  position: relative;
  justify-content: space-evenly;
}

.box-menu {
  font-size: 12px;
  width: 14rem;
  color: rgb(255, 251, 0);
  margin: 0rem 0rem 2.5rem 2rem;
}

.button {
  background-color: rgba(14, 126, 36, 0.9);
  border: none;
  color: rgb(235, 16, 16);
  padding: 7px 28px;
  text-align: center;
  text-decoration: none;

  font-size: 18px;
  margin: 10px 0px 0px 32px;
  opacity: 0.1px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: rgba(14, 126, 36, 0.9);
  color: rgb(252, 252, 252);
  border-radius: 8px;
  background-color: transparent;
  position: relative;
  margin: 0;
}

.button1:hover {
  background-color: #4caf50;
  border-radius: 8px;
}

.box p {
  font-size: 14px;
  text-align: left;
  color: rgb(224, 247, 20);
  margin: 1px 1px 1px 1px;
}
.box-machine {
  font-size: 12px;
  width: 16rem;
  color: rgb(255, 251, 0);
  margin: 0rem 0rem 7rem 0rem;
  position: relative;
}

.p-machine {
  font-size: 14px;
  text-align: left;
  color: rgb(224, 247, 20);
  position: absolute;
  margin: 0rem 0rem 0rem 0rem;
}
.vl-1 {
  border-left: 1px solid rgb(255, 255, 255);
  height: 60px;
  margin: 0;
  position: relative;
}

/* BOX-TWO */
@font-face {
  font-family: "jockey-one";
  src: url("font/jockey-one/jockeyone-regular-webfont.woff2") format("woff2"),
    url("font/jockey-one/jockeyone-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.box-mtop-bw {
  background-color: rgb(9, 122, 32);
  width: 282px;
  height: 42px;
  align-items: center;
  /*  position: relative;
  margin: 5rem 0rem 0rem 38rem; */
  /* display: block; */
}

#p1-bw {
  font-size: 15px;
  color: white;
  image-rendering: crisp-edges;
  position: relative;
  text-align: center;
  padding: 10px 1px 1px 1px;
  /*  margin: 0rem 0rem 6rem 50rem; */
}

#img1 {
  /* MTOP BW */

  background-image: url("../images/bw.jpg");
  background-size: 300px;
  width: 280px;
  height: 220px;
  background-repeat: no-repeat;

  position: absolute;
  display: block;

  margin: 20rem 0rem 0rem 38rem;

  /*  filter: brightness(50%);
  image-rendering: crisp-edges; */
  /* image-rendering: -webkit-optimize-contrast;
  image-rendering: pixelated; */
}

.box-two {
  background: rgb(252, 252, 252);
  position: relative;
  height: 26rem;
  width: 100%;

  /* display: inline-block; */
}

.box-two-p p {
  font-size: 35px;
  text-align: Center;
  color: rgb(12, 109, 8);
  padding: 20px;
  float: center;
}

#box2p {
  font-size: 32px;
  width: 26rem;
  color: rgb(0, 0, 0);
  position: absolute;
  margin: 12rem 22rem 0rem 0rem;
  font-family: "metropolisthin";
}

#p1 {
  position: absolute;
  font-size: 15px;
  width: 30rem;
  color: rgb(0, 0, 0);
  font-family: Arial, Helvetica, sans-serif;
  margin: 20rem 22rem 0rem 0rem;

  /*  margin: 110px 12px 10px 100px; */
}
.box-two-menu h1 {
  font-size: 32px;
  /*   width: 150rem;
  height: 9rem; */
  color: rgb(0, 0, 0);
  margin: 0rem 0rem 2.5rem 2rem;
  text-align: left;
}

@font-face {
  font-family: "ComforterBrush-Regular";
  src: url("font/ComforterBrush-Regular.eot");
  src: local("ComforterBrush-Regular"), local("ComforterBrush-Regular"),
    url("font/ComforterBrush-Regular.ttf") format("truetype");
}

#newfont {
  font-family: "jockey-one";
  font-style: italic;
}

/* END OF BOX-TWO */

/* BOX THREE */
#p1 {
  line-height: 18px;
  text-align: center;
  align-items: center;
}

.box-three-container p {
  color: rgb(0, 0, 0);
  text-align: center;
  align-items: center;
  position: relative;
  height: 1rem;
  width: 32rem;
  /* margin: 0rem 0rem 0rem 30rem; */
  padding: 6rem 0rem 0rem 0rem;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.box-three-p p {
  font-size: 30px;
  text-align: Center;
  color: rgb(0, 0, 0);
  line-height: 34px;
}

.box-three {
  background: rgb(158, 161, 160);
  position: relative;
  height: 60rem;
  top: 19rem;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.box-three-ads {
  font-size: 12px;
  width: 14rem;

  color: rgb(0, 0, 0);
  position: relative;
  /*  margin: 10rem 2rem 0rem 2rem; */
}

#icon-ads {
  margin: 8rem 1rem 0rem 3rem;
  text-align: center;
  align-items: center;
  color: #000;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#p-icon {
  text-align: center;
  align-items: center;
  color: black;
  margin: 3rem 0rem 0rem 0rem;
  font-size: 20px;
  width: 10rem;
  font-family: "metropolisthin";
  margin-left: auto;
  margin-right: auto;
}
#p3 {
  text-align: center;
  align-items: center;
  color: rgb(65, 63, 63);
  margin-top: 25px;
  position: absolute;
}

@font-face {
  font-family: "metropolisthin";
  src: url("font/avenir/metropolis-thin-webfont.woff2") format("woff2"),
    url("font/avenir/metropolis-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*END OF BOX THREE*/

/*BOX FOUR*/

.box-four {
  background: rgb(14, 126, 36);
  position: relative;
  height: 9rem;
  top: 20rem;
  min-height: 100vh;
  display: inline-block;
}

/* TEXT MENU HEADER 
----------------------------------------*/
.topnav {
  position: static;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav {
  float: right;
  color: #000000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;

  padding: 55px;
  margin-right: 1000px;
  font-family: "Oswald";
  font-size: 14px;
  image-rendering: -webkit-optimize-contrast;
}

/* Change the color of links on hover */
.topnav a:hover {
  color: #079e41;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #fc0505;
  color: white;
}

/* Centered section inside the top navigation */
.topnav-centered {
  float: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Right-aligned section inside the top navigation */

/* Responsive navigation menu - display links on top of each other instead of next to each other (for mobile devices) */
@media screen and (max-width: 600px) {
  .topnav-right {
    float: none;
    display: block;
  }

  .topnav-centered {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}
/*END OF MENU HEADER






/* BODY CLASSES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* body {
  background-color: #0b2d30;
} */

.menu-open {
  overflow: hidden;
}

.menu-open .trigger-menu-wrapper {
  background: transparent;
}

.menu-open .page-header .menu {
  display: block;
}

.menu-open .page-header svg {
  transform: rotate(45deg);
}

.menu-open-with-lottie .page-header .menu {
  padding: 5vh 0;
}

.scroll-down .trigger-menu-wrapper {
  transform: translate3d(0, -100%, 0);
}

.scroll-down .lottie-wrapper {
  background: var(--darkgray);
}

.scroll-up .trigger-menu-wrapper {
  transform: none;
}

.scroll-up:not(.menu-open) .trigger-menu-wrapper {
  background: var(--lightpurple);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}

/* Change navbar styling on scroll */
.navbar {
  transition: all 0.4s;
  height: 100px;
  margin-left: 80px;
}

.navbar .nav-link {
  color: rgb(0, 0, 0);
  margin: 35px;
  border: 80px;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: #fff;
  text-decoration: none;
  border: 80px;
}

.navbar .navbar-brand {
  color: #fff;
}

.navbar.active {
  background: #fff;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
  height: 100px;
}

.navbar.active .nav-link {
  color: rgb(7, 107, 37);
  border: 80px;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
  color: #555;
  text-decoration: none;
  border: 80px;
}

.navbar.active .navbar-brand {
  color: #555;
}

/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
  .navbar {
    background: #fff;
  }

  .navbar .navbar-brand,
  .navbar .nav-link {
    color: #555;
    border: 80px;
  }
  /*  img.lessBright {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
  } */
}

/* */

#content {
  position: absolute;
}

#section::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #000;
  opacity: 0.5;
  /* width: 100%;
  height: 100%; */
}

/* FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-footer {
  /* position: fixed;
  right: 25px;
  bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 1rem;
  padding: 5px;
  border-radius: 5px;
  background: var(--darkgray); */

  height: 9rem;
  background: rgb(14, 126, 36);
  position: relative;
}

.container-box4 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 0;
  flex-direction: row;
  position: absolute;
}

#footer-p {
  font-size: 20px;
  color: white;
  margin: 20px 0px 0px 0px;
  font-family: "metropolisthin";
}
#f-3 {
  text-align: center;
  align-items: center;
  color: rgb(229, 255, 0);
  padding-top: 15px;
  position: absolute;
  font-family: "metropolisthin";
}

#f-icon-x {
  top: 2px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: rgb(255, 255, 255);
  position: relative;
  margin-right: 10px;
}

.box-five {
  background: rgb(52, 53, 52);
  top: 6rem;
  height: 13rem;
  position: relative;
}

.box5-menu {
  font-size: 12px;
  width: 13rem;
  height: 5rem;
  color: rgb(134, 134, 131);
  margin: 30px 0px 0px 0px;
  position: relative;
}

#box5-p {
  font-size: 18px;
  top: 0px;
  color: rgb(129, 125, 125);
  margin-left: auto;
  margin-right: auto;
  margin: 0;
  font-family: "metropolisthin";
}
#b-5 {
  width: 15rem;
  color: rgb(129, 125, 125);
  position: absolute;
}

.container-4 {
  font-size: 12px;
  position: relative;
  width: 2rem;
}

/* ABOUT PAGE */

.page-about {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 5500px;
  width: 100vw;
  top: 100px;
  margin: 0 auto;
  background-image: url("../images/mcbg.jpg");
  filter: brightness(150%);
  background-attachment: fixed;
  padding: 0rem 10rem 0rem 10rem;
  overflow-x: hidden;
  align-items: center;
}

.box-one-about {
  background-color: rgb(173, 179, 177);
  position: absolute;
  /*  margin: 0rem 20em 0rem 50rem; */
  height: 5500px;
  width: 100%;
  background-repeat: no-repeat;
  padding: 0rem 0em 0rem 0rem;
  margin: 0 auto;
}

.about-con {
  font-size: 12px;
  width: 59rem;
  height: 5rem;
  color: rgb(0, 0, 0);
  margin: 150px 0px 0px 0px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

#about-con-p {
  font-size: 29px;
  font-weight: bolder;
  color: rgb(0, 0, 0);
  /* margin-left: 1px; */
  font-family: "arial";
  text-align: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 100px;
}

#about-overview-title {
  font-size: 32px;
  font-weight: bolder;
  color: rgb(25, 133, 11);
  text-shadow: 2px 2px #555;
  font-family: "allerregular";
  text-align: left;
  align-items: left;
  padding: 25px 0px 0px 0px;
}
#about-overview-p {
  font-size: 16px;
  color: rgb(0, 0, 0);
  font-family: "arial";
  text-align: left;
  align-items: left;
  position: absolute;
  margin: 8rem 0rem 0rem -29rem;
}

#img-about {
  /* MTOP BW */

  background-image: url("../images/about-pic.jpg");
  background-size: 320px;
  width: 320px;
  height: 220px;
  background-repeat: no-repeat;
  position: absolute;
  margin: 13rem 0rem 0rem 38rem;

  /*   margin: 20rem 0rem 0rem 38rem; */

  /*  filter: brightness(50%);
  image-rendering: crisp-edges; */
  image-rendering: -webkit-optimize-contrast;
  /*   image-rendering: pixelated; */
}

#about-fill-green {
  background-color: rgb(9, 122, 32);
  width: 320px;
  height: 45px;
  position: absolute;
  margin: -20px 0px 0px 571px;
  /* display: block; */
}

#but-comp-req {
  background-color: #1a701d; /* Green */
  border: none;
  color: white;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  position: absolute;
  border-radius: 8px;
  margin: 400px 0px 0px 570px;
}

#img-history {
  /* MTOP BW */

  background-image: url("../images/history.png");
  background-size: 120px;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  position: absolute;
  filter: brightness(70%);
  margin: 225px 0px 0px 0px;
}

#about-history-title {
  font-size: 32px;
  font-weight: bolder;
  color: #3b9c96;
  text-shadow: 2px 2px #555;
  font-family: "arial";
  text-align: left;
  align-items: left;
  padding: 30px 0px 0px 125px;
}

#hr {
  box-shadow: 10px 10px;
  box-shadow: 10px 10px 5px #888;
  box-shadow: inset 2px 2px 2px 2px black;
  box-shadow: 10px 10px #888, -10px -10px #f4f4f4, 0px 0px 5px 5px #646464;
  margin: 305px 0px 0px 130px;
}

#hist-image1 {
  background-image: url("../images/2010.png");
  background-size: 150px;
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  position: absolute;
  filter: brightness(70%);
  margin: 85px 0px 0px 60px;
}
.dot {
  height: 150px;
  width: 150px;
  background-color: rgb(145, 141, 141);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  margin: 79px 0px 0px -395px;
}

#hist-1993 {
  font-size: 16px;
  font-weight: bolder;
  color: #298680;
  font-family: "Arial";

  margin: 75px 0px 0px 255px;
}
#hist-1993-p {
  font-size: 16px;
  color: #000000;
  font-family: "arial";
  position: absolute;
  margin: 10px 0px 0px 255px;
}

@font-face {
  font-family: "allerregular";
  src: url("font/aler/aller_rg-webfont.woff") format("woff2"),
    url("font/aler/aller_rg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

#hist-image2 {
  background-image: url("../images/img2.png");
  background-size: 280px;
  width: 280px;
  height: 280px;
  background-repeat: no-repeat;
  position: absolute;
  filter: brightness(70%);
  margin: 145px 0px 0px 120px;
  image-rendering: -webkit-optimize-contrast;
}

.dot2 {
  height: 200px;
  width: 200px;
  background-color: rgb(145, 141, 141);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  margin: 155px 0px 0px -300px;
}

#hist-2010 {
  font-size: 16px;
  font-weight: bolder;
  color: #298680;
  font-family: "Arial";
  margin: 150px 0px 0px 400px;
}

#hist-2010-p {
  font-size: 16px;
  color: #000000;
  font-family: "arial";
  position: absolute;
  margin: 10px 0px 0px 400px;
}

#hist-2013 {
  font-size: 16px;
  font-weight: bolder;
  color: #298680;
  font-family: "Arial";
  margin: 170px 0px 0px 450px;
}

#hist-2013-p {
  font-size: 16px;
  color: #000000;
  font-family: "arial";
  position: absolute;
  margin: 10px 0px 0px 450px;
}

#hist-image3 {
  background-image: url("../images/about-img3.png");
  background-size: 250px;
  width: 250px;
  height: 250px;
  background-repeat: no-repeat;
  position: absolute;
  filter: brightness(70%);
  margin: 45px 0px 0px 90px;
  image-rendering: -webkit-optimize-contrast;
}

.dot3 {
  height: 220px;
  width: 220px;
  background-color: rgb(145, 141, 141);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  margin: 50px 0px 0px -355px;
}

#hist-2014 {
  font-size: 16px;
  font-weight: bolder;
  color: #298680;
  font-family: "Arial";
  margin: 145px 0px 0px 380px;
}

#hist-2014-p {
  font-size: 16px;
  color: #000000;
  font-family: "arial";
  position: absolute;
  margin: 10px 0px 0px 380px;
}

#hr2 {
  box-shadow: 10px 10px;
  box-shadow: 10px 10px 5px #888;
  box-shadow: inset 2px 2px 2px 2px black;
  box-shadow: 10px 10px #888, -10px -10px #f4f4f4, 0px 0px 5px 5px #646464;
  margin: 10px 50px 0px 30px;
}
/* COMPANY POLICIES AND CERTIFICATE */

#about-poli-cert-title {
  font-size: 32px;
  font-weight: bolder;
  color: #ec0606;
  text-shadow: 2px 2px #555;
  font-family: "arial";
  margin: 180px 0px 0px 0px;
  line-height: 1;
  padding: 0px 55px 0px 0px;
  text-align: right;
}

#hist-image4 {
  background-image: url("../images/about-cert.png");
  background-size: 80px;
  background-repeat: no-repeat;
  position: absolute;
  filter: brightness(70%);
  margin: 180px 0px 0px 850px;
  height: 100%;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.dot4 {
  height: 80px;
  width: 80px;
  background-color: rgb(161, 154, 154);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  margin: 180px 0px 0px 400px;
}

#hist-quality-pol {
  background-image: url("../images/qp.jpg");
  background-size: 300px;
  background-repeat: no-repeat;
  position: absolute;
  filter: brightness(65%);
  margin: 80px 0px 0px 0px;
  height: 400px;
  width: 290px;

  box-shadow: 10px 5px 5px #ccc;
  -moz-box-shadow: 10px 10px 5px #ccc;
  -webkit-box-shadow: 10px 10px 5px #ccc;
  -khtml-box-shadow: 10px 10px 5px #ccc;

  image-rendering: -webkit-optimize-contrast;
}

#hist-vision {
  background-image: url("../images/vm.jpg");
  background-size: 300px;
  background-repeat: no-repeat;
  position: absolute;
  filter: brightness(65%);
  margin: 80px 0px 0px 320px;
  height: 400px;
  width: 290px;

  box-shadow: 10px 5px 5px #ccc;
  -moz-box-shadow: 10px 10px 5px #ccc;
  -webkit-box-shadow: 10px 10px 5px #ccc;
  -khtml-box-shadow: 10px 10px 5px #ccc;
  image-rendering: -webkit-optimize-contrast;
}

#hist-cert {
  background-image: url("../images/cert.jpg");
  background-size: 330px;
  background-repeat: no-repeat;
  position: absolute;
  filter: brightness(65%);
  margin: 80px 0px 0px 635px;
  height: 400px;
  width: 290px;
  image-rendering: -webkit-optimize-contrast;
  box-shadow: 10px 5px 5px #ccc;
  -moz-box-shadow: 10px 10px 5px #ccc;
  -webkit-box-shadow: 10px 10px 5px #ccc;
  -khtml-box-shadow: 10px 10px 5px #ccc;
}

.zoom {
  /* padding: 10px;
  background-image: url("../images/qp.jpg"), ("../images/vm.jpg"); */
  transition: transform 0.2s; /* Animation */
  width: 200px;
  height: 200px;
}

.zoom:hover {
  -moz-transform: scale(4);
  -o-transform: scale(4);
  -webkit-transform: scale(4);
  z-index: 100;
  transform: scale(
    1.5
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

#hist-image5 {
  background-image: url("../images/handshake.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  filter: brightness(70%);
  margin: 535px 0px 0px 0px;
  height: 75px;
  width: 75px;
  image-rendering: -webkit-optimize-contrast;
}

.dot5 {
  height: 80px;
  width: 80px;
  background-color: rgb(161, 154, 154);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  margin: 535px 0px 0px -453px;
}

#about-customers-title {
  font-size: 32px;
  font-weight: bolder;
  color: #0f63a8;
  text-shadow: 2px 2px #555;
  font-family: "arial";
  margin: 550px 0px 0px 85px;
  line-height: 1;
  padding: 0px 55px 0px 0px;
  text-align: left;
}

#hr3 {
  box-shadow: 10px 10px;
  box-shadow: 10px 10px 5px #888;
  box-shadow: inset 2px 2px 2px 2px black;
  box-shadow: 10px 10px #888, -10px -10px #f4f4f4, 0px 0px 5px 5px #646464;
  margin: 10px 0px 0px 90px;
}

#cust-injection {
  font-size: 24px;
  font-weight: bolder;
  color: #b9e90e;
  background-color: rgb(37, 126, 179);

  text-shadow: 2px 2px #555;
  font-family: "arial";
  margin: 30px 0px 0px 0px;
  line-height: 1;
  padding: 0px 0px 0px 0px;
  text-align: left;
  position: absolute;
}
#cust-p {
  font-size: 14px;
  font-weight: bolder;
  color: #302e2e;
  font-family: "arial";
  margin: 70px 0px 0px 0px;
}

#cust-nidec {
  background-image: url("../images/nidec.jpg");
  background-size: 200px;
  background-repeat: no-repeat;
  position: absolute;
  filter: brightness(80%);
  margin: -380px 0px 0px 530px;
  height: 200px;
  width: 200px;
  image-rendering: -webkit-optimize-contrast;
}
#cust-fujit {
  background-image: url("../images/fujitsu.jpg");
  background-size: 200px;
  background-repeat: no-repeat;
  position: absolute;
  filter: brightness(70%);
  margin: -290px 0px 0px 350px;
  height: 200px;
  width: 200px;
  image-rendering: -webkit-optimize-contrast;
}

#cust-tsuki {
  background-image: url("../images/tsukiden.png");
  background-size: 300px;
  background-repeat: no-repeat;
  position: absolute;
  filter: brightness(70%);
  margin: -270px 0px 0px 580px;
  height: 200px;
  width: 300px;
  image-rendering: -webkit-optimize-contrast;
}
#cust-glory {
  background-image: url("../images/glory.png");
  background-size: 150px;
  background-repeat: no-repeat;
  position: absolute;
  filter: brightness(70%);
  margin: -170px 0px 0px 380px;
  height: 300px;
  width: 300px;
  image-rendering: -webkit-optimize-contrast;
}

#cust-mitachi {
  background-image: url("../images/mitachi.png");
  background-size: 250px;
  background-repeat: no-repeat;
  position: absolute;
  filter: brightness(70%);
  margin: -170px 0px 0px 580px;
  height: 300px;
  width: 300px;
  image-rendering: -webkit-optimize-contrast;
}

#about-management-dir-title {
  font-size: 32px;
  font-weight: bolder;
  color: #076417;
  text-shadow: 2px 2px #555;
  font-family: "arial";
  margin: 130px 0px 10px 400px;
  line-height: 1;
  padding: 0px 0px 0px 0px;
  text-align: left;
}

#hist-image6 {
  background-image: url("../images/directory.png");
  background-size: 90px;
  background-repeat: no-repeat;
  position: absolute;
  filter: brightness(70%);
  margin: -20px 0px 0px 850px;
  height: 100px;
  width: 100px;
  image-rendering: -webkit-optimize-contrast;
}

.dot6 {
  height: 100px;
  width: 100px;
  background-color: rgb(161, 154, 154);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  margin: -25px 0px 0px 395px;
}
#hr6 {
  box-shadow: 10px 10px;
  box-shadow: 10px 10px 5px #888;
  box-shadow: inset 2px 2px 2px 2px black;
  box-shadow: 10px 10px #888, -10px -10px #f4f4f4, 0px 0px 5px 5px #646464;
  margin: 0px 70px 0px 50px;
}

.styled-table {
  border-collapse: collapse;
  margin: 80px 0;
  font-size: 0.3em;
  font-family: sans-serif;
  min-width: 890px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead {
  background-color: #d87111;
  color: #4b4747;
  text-align: center;
  font-size: 14px;
}
.styled-table th,
.styled-table td {
  padding: 7px 0px;
  font-size: 16px;
}
.styled-table tbody tr {
  border-bottom: 2px solid #61615e;
}

.styled-table tbody tr:nth-of-type(even) {
  background-color: #7abb89;
}

.styled-table tbody tr:last-of-type {
  border-bottom: 2px solid #1b6153;
}
.styled-table tbody tr.active-row {
  font-weight: bold;
  color: #000000;
}

/*FACILITIES */

.hi-slide {
  position: relative;
  width: 754px;
  height: 292px;
  margin: 50px 0px 0px 0px;
}
.hi-slide .hi-next,
.hi-slide .hi-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 80px;
  margin-top: -40px;
  border-radius: 5px;
  line-height: 80px;
  text-align: center;
  cursor: pointer;
  background-color: #666;
  color: #fff;
  opacity: 0.7;
  transition: all 0.6s;
  font-size: 30px;
}
.hi-slide .hi-next:hover,
.hi-slide .hi-prev:hover {
  opacity: 1;
  background-color: #444;
}
.hi-slide .hi-prev {
  left: -45px;
}
.hi-slide .hi-prev::before {
  content: "<";
}
.hi-slide .hi-next {
  right: -180px;
}
.hi-slide .hi-next::before {
  content: ">";
}
.hi-slide > ul {
  list-style: none;
  position: relative;
  width: 754px;
  height: 292px;
  margin: 0;
  padding: 0;
}
.hi-slide > ul > li {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  left: 377px;
  top: 146px;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #333;
  cursor: pointer;
}
.hi-slide > ul > li > img {
  width: 100%;
  height: 100%;
}

#about-facilities-title {
  font-size: 32px;
  font-weight: bolder;
  color: #d39205;
  text-shadow: 2px 2px #555;
  font-family: "arial";
  margin: 150px 50px 0px 100px;
  line-height: 1;
  padding: 0px 0px 0px 0px;
  text-align: left;
}

#hist-image7 {
  background-image: url("../images/fm.png");
  background-size: 90px;
  background-repeat: no-repeat;
  position: absolute;
  filter: brightness(70%);
  margin: 50px 0px 0px 0px;
  height: 100px;
  width: 100px;
  image-rendering: -webkit-optimize-contrast;
}

.dot7 {
  height: 100px;
  width: 100px;
  background-color: rgb(161, 154, 154);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  margin: 40px 0px 0px -460px;
}
#hr7 {
  box-shadow: 10px 10px;
  box-shadow: 10px 10px 5px #888;
  box-shadow: inset 2px 2px 2px 2px black;
  box-shadow: 10px 10px #888, -10px -10px #f4f4f4, 0px 0px 5px 5px #646464;
  margin: 10px 0px 0px 105px;
}

/*LOCATIONS*/
#about-locations-title {
  font-size: 32px;
  font-weight: bolder;
  color: #808080;
  text-shadow: 2px 2px #555;
  font-family: "arial";
  margin: 20px 0px 10px 560px;
  line-height: 1;
  padding: 0px 0px 0px 0px;
  text-align: left;
}

#hist-image8 {
  background-image: url("../images/directory.png");
  background-size: 90px;
  background-repeat: no-repeat;
  position: absolute;
  filter: brightness(70%);
  margin: 0px 0px 0px 850px;
  height: 100px;
  width: 100px;
  image-rendering: -webkit-optimize-contrast;
}

.dot8 {
  height: 100px;
  width: 100px;
  background-color: rgb(161, 154, 154);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  margin: -10px 0px 0px 395px;
}
#hr8 {
  box-shadow: 10px 10px;
  box-shadow: 10px 10px 5px #888;
  box-shadow: inset 2px 2px 2px 2px black;
  box-shadow: 10px 10px #888, -10px -10px #f4f4f4, 0px 0px 5px 5px #646464;
  margin: 0px 60px 70px 0px;
}

/*HEAD OFFICE */

#loc-head-office-title {
  font-size: 24px;
  font-weight: bolder;
  color: #087a12;
  text-shadow: 2px 2px #555;
  font-family: "arial";
  margin: 0px 0px 0px 0px;
  line-height: 1;
  padding: 0px 0px 0px 0px;
  text-align: left;
  position: absolute;
}
#loc-head-p {
  height: 10rem;
  width: 15rem;
  font-size: 15px;
  font-weight: bolder;
  color: #302e2e;
  font-family: "arial";
  margin: 50px 0px 0px 0px;
  font-family: "Calibri";
  filter: brightness(0%);
  position: absolute;
}
.map-responsive-head-office {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin: 0px -220px -150px 420px;
  position: relative;
}

.map-responsive-head-office iframe {
  left: 0;
  top: 0;
  height: 55%;
  width: 70%;
  position: absolute;
  filter: brightness(65%);
}

/* SERVICES */

.box-services-container p {
  color: rgb(0, 0, 0);
  text-align: center;
  align-items: center;
  position: relative;
  height: 1rem;
  width: 35rem;
  /* margin: 0rem 0rem 0rem 30rem; */
  padding: 6rem 0rem 0rem 0rem;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.box-services-p p {
  font-size: 30px;
  text-align: Center;
  color: rgb(0, 0, 0);
  line-height: 34px;
}

.box-services {
  background: rgb(173, 179, 177);
  position: relative;
  height: 58rem;
  top: 5rem;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.box-services-ads {
  font-size: 12px;
  width: 14rem;
  text-align: center;
  align-items: center;
  color: rgb(0, 0, 0);
  position: relative;
}

#icon-ads1 {
  margin: 9rem 0rem 0rem 0rem;
  align-items: center;
  color: #000;
  display: inline-block;
}

#p-services {
  text-align: center;
  align-items: center;
  color: black;
  margin: 3rem 0rem 0rem 0rem;
  font-size: 20px;
  width: 10rem;
  font-family: "metropolisthin";
  margin-left: auto;
  margin-right: auto;
  font-weight: bolder;
}
#ps {
  text-align: center;
  align-items: center;
  color: rgb(65, 63, 63);
  margin-top: 25px;
  position: absolute;
}

.design-icon {
  background-image: url("../images/design-01.png");
  background-size: 100px;
  background-repeat: no-repeat;
  position: relative;
  filter: brightness(70%);
  height: 150px;
  width: 100px;
  margin: 9rem 0rem 0rem 0rem;
}

.process-icon {
  background-image: url("../images/process.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  filter: brightness(70%);
  height: 100px;
  width: 220px;
  padding: 150px 0px 0px 0px;
}

.delivery-icon {
  background-image: url("../images/delivery.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  filter: brightness(70%);
  height: 100px;
  width: 220px;
  padding: 150px 0px 0px 0px;
}
.trigger-menu-wrapper ul li a {
  text-decoration: none;
}

.trigger-menu-wrapper ul li a:hover {
  color: #076417;
}

.trigger-menu-wrapper ul {
  list-style: none;
  display: flex;
}

/* HEADER MENU TEXT */
.trigger-menu-wrapper ul li {
  position: relative;
  padding: 10px 15px;
}

.trigger-menu-wrapper ul li a {
  text-decoration: none;
}

.trigger-menu-wrapper {
  /* display: block;
  position: absolute;*/
  padding: 0px 0px 15px 130px;
}

.dropdown_menu {
  display: none;
}

.trigger-menu-wrapper ul li:hover .dropdown_menu {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: rgb(211, 199, 199);
  border-radius: 0px 0px 20px 20px;
}

.dropdown_menu ul {
  display: block;
  margin: 10px;
}

.trigger-menu-wrapper ul li:hover .dropdown_menu ul li {
  width: 200px;
  padding: 3px;
  text-align: left;
  font-size: 13px;
}

/*PRODUCTS PAGE */

.page-products {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 1700px;
  width: 100%;
  margin: 0 auto;
  background-image: url("../images/rbd.jpg");
  filter: brightness(100%);
  background-attachment: fixed;
  padding: 0rem 5rem 0rem 10rem;
  image-rendering: -webkit-optimize-contrast;

  overflow-x: hidden;
  align-items: center;
}

.page-dicastprod {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 1700px;
  width: 100%;
  top: 100px;
  margin: 0 auto;
  background-image: url("../images/rbd.jpg");
  filter: brightness(100%);
  background-attachment: fixed;
  padding: 0rem 5rem 0rem 10rem;
  image-rendering: -webkit-optimize-contrast;
  overflow-x: hidden;
  align-items: center;
}

.page-dicastprod-box {
  background-color: rgb(255, 255, 255);
  position: absolute;
  height: 1700px;
  width: 95%;
  background-repeat: no-repeat;
  padding: 0rem 0em 0rem 3rem;
  margin: 0 auto;
}

#diecastprodall {
  background-image: url("../images/products/dcprod.png");
  display: block;
  /*  margin-left: auto;
  margin-right: auto; */
  background-size: 600px;
  background-repeat: no-repeat;
  position: relative;
  filter: brightness(100%);
  margin: 0 auto;
  top: 100px;
  /* margin: 320px 0px 0px 230px; */
  height: 680px;
  width: 580px;
  image-rendering: -webkit-optimize-contrast;
  /* box-shadow: 10px 5px 5px #ccc;
  -moz-box-shadow: 10px 10px 5px #ccc;
  -webkit-box-shadow: 10px 10px 5px #ccc;
  -khtml-box-shadow: 10px 10px 5px #ccc; */
  text-align: center;
  align-items: center;
}

.dieast-con {
  font-size: 12px;
  width: 60rem;
  height: 5rem;
  color: rgb(192, 187, 187);
  margin: 200px 0px 0px 40px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

#diecast-con-p {
  font-size: 29px;
  top: 100px;
  color: rgb(19, 18, 18);
  font-family: "metropolisthin";
  font-family: "arial";
  text-align: center;
  align-items: center;
  /* box-shadow: 10px 5px 5px #ccc;
  -moz-box-shadow: 10px 10px 5px #ccc;
  -webkit-box-shadow: 10px 10px 5px #ccc;
  -khtml-box-shadow: 10px 10px 5px #ccc; */
  margin: 0 auto;
  margin-top: 100px;
}

.title-line {
  border-bottom: 1px solid rgb(252, 252, 252);
  height: 15px;
  margin: 0;
  position: relative;
  box-shadow: 0px 0px 5px 0px #ccc;
  -moz-box-shadow: 0px 10px 5px 0px#ccc;
  -webkit-box-shadow: 0px 10px 5px 0px #ccc;
  -khtml-box-shadow: 0px 10px 5px 0px #ccc;
}

#move-side {
  margin: 185px 0px 0px -270px;
  font-size: 16px;
  color: rgb(19, 18, 18);
  font-family: "metropolisthin";
  font-family: "arial";
  text-align: center;
  /* align-items: center; */
  position: absolute;
  display: inline-flex;
  line-height: 1;
}

#pcb-ireko {
  margin: 185px 0px 0px 270px;
  font-size: 16px;
  color: rgb(19, 18, 18);
  font-family: "metropolisthin";
  font-family: "arial";
  text-align: center;
  align-items: center;
  position: absolute;
  display: block;
  line-height: 1;
}

#fixed-side {
  margin: 185px 0px 0px 485px;
  font-size: 16px;
  color: rgb(19, 18, 18);
  font-family: "metropolisthin";
  font-family: "arial";
  text-align: center;
  align-items: center;
  position: absolute;
  display: block;
  line-height: 1;
}

#sleeve {
  margin: 690px 0px 0px 50px;
  font-size: 16px;
  color: rgb(19, 18, 18);
  font-family: "metropolisthin";
  font-family: "arial";
  text-align: center;
  align-items: center;
  position: absolute;
  display: block;
  line-height: 1;
}

#disk-side {
  margin: 690px 0px 0px 270px;
  font-size: 16px;
  color: rgb(19, 18, 18);
  font-family: "metropolisthin";
  font-family: "arial";
  text-align: center;
  align-items: center;
  position: absolute;
  display: block;
  line-height: 1;
}

#dist {
  margin: 690px 0px 0px 470px;
  font-size: 16px;
  color: rgb(19, 18, 18);
  font-family: "metropolisthin";
  font-family: "arial";
  text-align: center;
  align-items: center;
  position: absolute;
  display: block;
  line-height: 1;
}
/*image-rendering: -webkit-optimize-contrast;
   box-shadow: 10px 5px 5px #ccc;
  -moz-box-shadow: 10px 10px 5px #ccc;
  -webkit-box-shadow: 10px 10px 5px #ccc;
  -khtml-box-shadow: 10px 10px 5px #ccc; */

/* MOLD BASE ANIMATION */

#wrapper-1 {
  /* margin: 1100px 0px 0px 60px; */

  position: relative;
  /* margin: 0 auto;
  align-items: center; */
}
/*slide animation */
.pagination {
  position: absolute !important;
  width: 100%;
  text-align: center;
  right: 0;
  padding: 0 !important;
  bottom: 30px;
  z-index: 999;
}
.pagination__item {
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  font-size: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  margin: 0 5px;
  transition: 0.2s ease-in-out;
}
.pagination__item.is-current,
.pagination__item:hover {
  background-color: #fff;
}

.container {
  position: relative;
  margin: 0 auto;
}
@media (max-width: 699px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 700px) and (max-width: 1599px) {
  .container {
    padding-right: 7.5rem;
    padding-left: 7.5rem;
    max-width: 140rem;
  }
}
@media (min-width: 1600px) {
  .container {
    padding-right: 9.5625rem;
    padding-left: 9.5625rem;
    max-width: 144.125rem;
  }
}

.background-absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
}

.slideshow {
  position: relative;
  color: #ffffff;
  background-color: #1e1e22;
  overflow: hidden;
  height: 40vh;
  width: 60vw;
  min-height: 400px;
  margin: 0 auto;
  top: 1100px;

  /*  text-align: center;
  align-items: center; 
  display: block;
  margin-left: auto;
  margin-right: auto; */
}
.slideshow__slide {
  visibility: hidden;
  transition: visibility 0s 1.7s;
  margin: 0 auto;
}
.slideshow__slide.is-current {
  visibility: visible;
  transition-delay: 0s;
  margin: 0 auto;
}
@media (max-width: 699px) {
  .slideshow .slideshow__slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
  }
}
@media (min-width: 700px) {
  .slideshow .slideshow__slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
  }
}

.slideshow__slide-background-load-wrap {
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(0, 100%, 0);
  overflow: hidden;
  margin: 0 auto;
}

.is-loaded .slideshow__slide-background-load-wrap {
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}

.slideshow__slide.is-prev .slideshow__slide-background-parallax,
.slideshow__slide.is-next .slideshow__slide-background-parallax {
  transform: none !important;
}

.slideshow__slide.is-prev-section .slideshow__slide-background-parallax,
.slideshow__slide.is-next-section .slideshow__slide-background-parallax {
  transform: none !important;
}

.slideshow__slide-background-load {
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(0, -50%, 0);
}

.is-loaded .slideshow__slide-background-load {
  transform: translate3d(0, 0, 0);
}

.slideshow__slide-background-wrap {
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
  transform: translate3d(0, 0, 0);
}

.slideshow__slide.is-prev .slideshow__slide-background-wrap {
  transform: translate3d(0, -100%, 0);
}

.slideshow__slide.is-next .slideshow__slide-background-wrap {
  transform: translate3d(0, 100%, 0);
}

.slideshow__slide.is-prev-section .slideshow__slide-background-wrap {
  transform: translate3d(0, -100%, 0);
  transition: none;
}

.slideshow__slide.is-next-section .slideshow__slide-background-wrap {
  transform: translate3d(0, 100%, 0);
  transition: none;
}

.slideshow__slide-background {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
  transform: scale(1);
  overflow: hidden;
}

.slideshow__slide.is-prev .slideshow__slide-background,
.slideshow__slide.is-next .slideshow__slide-background {
  transform: scale(0.5);
  transition-delay: 0s;
}

.slideshow__slide.is-prev-section .slideshow__slide-background,
.slideshow__slide.is-next-section .slideshow__slide-background {
  transform: scale(0.5);
  transition-delay: 0s;
  transition: none;
}

.slideshow__slide-image-wrap {
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  transform: translate3d(0, 0, 0);
}

.slideshow__slide.is-prev .slideshow__slide-image-wrap {
  transform: translate3d(0, 50%, 0);
}

.slideshow__slide-image {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
  transform: scale(1);
}

.slideshow__slide.is-prev .slideshow__slide-image,
.slideshow__slide.is-next .slideshow__slide-image {
  transform: scale(1.25);
  transition-delay: 0s;
}

.slideshow__slide.is-prev-section .slideshow__slide-image,
.slideshow__slide.is-next-section .slideshow__slide-image {
  transform: scale(1.25);
  transition-delay: 0s;
  transition: none;
}

.slideshow__slide-image::before,
.slideshow__slide-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.35;
}

.slideshow__slide-image::before {
  background-color: #1e1e22;
}

.slideshow__slide-image::after {
  background: linear-gradient(to bottom, transparent 0%, #1e1e22 100%);
}

.slideshow__slide.is-prev .slideshow_container,
.slideshow__slide.is-next .slideshow_container {
  transform: none !important;
}

.slideshow__slide.is-prev-section .slideshow_container,
.slideshow__slide.is-next-section .slideshow_container {
  transform: none !important;
}

.slideshow__slide-caption-text {
  position: relative;
  height: 100%;
  padding-top: 33vh;
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translate3d(0, 0, 0);
}

.slideshow__slide.is-prev .slideshow__slide-caption-text {
  transform: translate3d(0, -100%, 0);
}

.slideshow__slide.is-next .slideshow__slide-caption-text {
  transform: translate3d(0, 100%, 0);
}

.slideshow__slide.is-prev-section .slideshow__slide-caption-text {
  transform: translate3d(0, -100%, 0);
  transition: none;
}

.slideshow__slide.is-next-section .slideshow__slide-caption-text {
  transform: translate3d(0, 100%, 0);
  transition: none;
}

.slideshow__slide-caption {
  position: relative;
  height: 100%;
  transform: translate3d(0, 100%, 0);
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

.is-loaded .slideshow__slide-caption {
  transform: translate3d(0, 0, 0);
}

.slideshow__slide-caption-title {
  line-height: 1;
}
@media (max-height: 500px) {
  .slideshow__slide-caption-title {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 699px) {
  .slideshow__slide-caption-title {
    font-size: 40px;
    margin-bottom: 150px;
  }

  .slideshow.-full .slideshow__slide-caption-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 700px) {
  .slideshow__slide-caption-title {
    font-size: 5.625rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 700px) and (max-width: 749px) {
  .slideshow__slide-caption-title {
    font-size: 4.375rem;
  }
}
@media (min-width: 1600px) {
  .slideshow__slide-caption-title {
    font-size: 6.25rem;
  }
}
.slideshow__slide-caption-title.-full {
  width: 100%;
}

.slideshow__slide-caption-subtitle {
  display: inline-block;
  padding: 1.875rem 0;
}

.slideshow__slide-caption-subtitle.-load {
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translate3d(0, 3.75rem, 0);
}

.is-loaded .slideshow__slide-caption-subtitle.-load {
  transform: translate3d(0, 0, 0);
}

body[data-route-option="prev-section"] .slideshow__slide-caption-subtitle.-load,
body[data-route-option="next-section"]
  .slideshow__slide-caption-subtitle.-load {
  transform: translate3d(0, 0, 0);
}

.slideshow__slide-caption-subtitle-label {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
  display: inline-block;
}

.o-hsub.-link:hover .slideshow__slide-caption-subtitle-label,
.o-hsub-wrap:hover .slideshow__slide-caption-subtitle-label {
  transform: translateX(20px);
}

/* OLD */
/*.c-header-home_heading {
line-height: 1;
}

@media (max-height: 500px) {
.c-header-home_heading {
  margin-bottom: 0 !important;
}
}
@media (max-width: 699px) {
.c-header-home_heading {
  font-size: 40px;
  margin-bottom: 150px;
}

.c-header-home.-full .c-header-home_heading {
  margin-bottom: 30px;
}
}
@media (min-width: 700px) {
.c-header-home_heading {
  font-size: 5.625rem;
  margin-bottom: 1.25rem;
}
}
@media (min-width: 700px) and (max-width: 749px) {
.c-header-home_heading {
  font-size: 4.375rem;
}
}
@media (min-width: 1600px) {
.c-header-home_heading {
  font-size: 6.25rem;
}
}
.c-header-home_heading.-full {
width: 100%;
}

.c-header-home_subheading {
display: inline-block;
padding: 1.875rem 0;
}

.c-header-home_subheading.-load {
transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
transform: translate3d(0, 3.75rem, 0);
}

.is-loaded .c-header-home_subheading.-load {
transform: translate3d(0, 0, 0);
}

body[data-route-option="prev-section"] .c-header-home_subheading.-load,
body[data-route-option="next-section"] .c-header-home_subheading.-load {
transform: translate3d(0, 0, 0);
} 

.c-header-home_footer {
z-index: 3;
position: absolute;
right: 0;
bottom: 0;
left: 0;
} 

.c-header-home_controls,
.c-header-home_buttons {
margin-left: 0;
letter-spacing: normal;
font-size: 0;
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
transform: translate3d(0, 100%, 0);
}

@media (max-width: 699px) {
.c-header-home_controls,
.c-header-home_buttons {
  padding-bottom: 40px;
}
}
@media (min-width: 700px) {
.c-header-home_controls,
.c-header-home_buttons {
  padding-bottom: 5.625rem;
}
} 
@media (min-width: 700px) and (max-width: 749px) {
.c-header-home_controls,
.c-header-home_buttons {
  padding-bottom: 3.75rem;
}
}
.is-loaded .c-header-home_controls,
.is-loaded .c-header-home_buttons {
transform: translate3d(0, 0, 0);
}

body[data-route-option="prev-section"] .c-header-home_controls,
body[data-route-option="prev-section"] .c-header-home_buttons,
body[data-route-option="next-section"] .c-header-home_controls,
body[data-route-option="next-section"] .c-header-home_buttons {
transform: translate3d(0, 0, 0);
}

.c-header-home_controls {
transition-delay: 0.65s;
}

@media (min-width: 700px) {
.c-header-home_controls {
  float: left;
}
}
.c-header-home_buttons {
transition-delay: 0.75s;
} 

@media (max-width: 699px) {
.c-header-home_buttons {
  margin-left: -20px;
  margin-right: -20px;
}
}
@media (min-width: 1000px) {
.c-header-home_buttons {
  float: right;
}
}
@media (max-width: 699px) {
.c-header-home_button {
  width: 50% !important;
}
}
@media (min-width: 700px) {
.c-header-home_button {
  width: 15.625rem;
}
}   
button,
.c-header-filters_button,
.o-button {
display: inline-block;
overflow: visible;
margin: 0;
padding: 0;
outline: 0;
border: 0;
background: none;
color: inherit;
vertical-align: middle;
text-align: center;
text-decoration: none;
text-transform: none;
font: inherit;
line-height: normal;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} 

button:hover,
.c-header-filters_button:hover,
.o-button:hover {
text-decoration: none;
}  

/* @media (min-width: 1200px) {
body {
  overflow: hidden;
  height: 100%;
}
}    */
@media (min-width: 1200px) {
  .o-scroll {
    height: 100%;
  }
}
::-moz-selection {
  background: #0084c0;
  color: #ffffff;
}

::selection {
  background: #0084c0;
  color: #ffffff;
}

img,
svg {
  max-width: 100%;
}

.o-link {
  color: #1a0dab;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

a:hover,
.o-link:hover {
  color: #13097c;
}

a.-normal,
.o-link.-normal {
  color: currentColor;
  text-decoration: none;
}

a.-normal:hover,
.o-link.-normal:hover {
  text-decoration: underline;
}

a.-blue:hover,
.o-link.-blue:hover {
  text-decoration: none;
  color: #0084c0;
}

a.-hover,
.o-link.-hover {
  position: relative;
  text-decoration: none;
  color: #ffffff;
}

a.-hover::after,
.o-link.-hover::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  border-bottom: 1px solid;
  transform: scaleX(0);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center left;
}

a.-hover:hover::after,
.o-link.-hover:hover::after {
  transform: scaleX(1);
}

p {
  margin: 0;
}

.o-wrap {
  overflow: hidden;
}

.o-page.-anim {
  transform: translate3d(0, 9.375rem, 0);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.is-loaded .o-page.-anim {
  transform: translate3d(0, 0, 0);
}

.o-barba,
.o-barba_container {
  height: 100%;
}

strong {
  font-weight: 700;
}

.js-parallax {
  transform: translateZ(0);
  will-change: transform;
}

.scroll-content {
  overflow: hidden;
}

.o-blockquote.-nomargin {
  margin: 0;
}

.o-action-link {
  display: block;
  padding-top: 12.8125rem;
  padding-bottom: 7.5rem;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 699px) {
  .o-action-link {
    font-size: 40px;
    padding-top: 120px;
  }
}
@media (max-width: 1199px) {
  .o-action-link {
    color: #1e1e22;
  }
}
@media (min-width: 700px) {
  .o-action-link {
    font-size: 5.625rem;
  }
}
@media (min-width: 1200px) {
  .o-action-link {
    color: #ffffff;
  }
}
.o-action-link:hover {
  color: #ffffff;
}

.o-action-link_label {
  display: inline-block;
  position: relative;
}

.o-action-link_label::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 0.1875rem solid;
  transform: scaleX(0);
  transform-origin: center left;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-action-link:hover .o-action-link_label::after {
  transform: scaleX(1);
}

.o-h,
.o-h1,
h2,
.o-h2,
h3,
.o-h3,
h4,
.o-h4,
h5,
.o-h5,
h6,
.o-h6 {
  font-weight: 700;
  margin-top: 0;
  line-height: 1.1;
}

@media (max-width: 699px) {
  .o-h1 {
    font-size: 26px;
  }
}
@media (min-width: 700px) {
  .o-h1 {
    font-size: 60px;
  }
}
@media (min-width: 1600px) {
  .o-h1 {
    font-size: 4.375rem;
  }
}
@media (max-width: 1599px) {
  h2,
  .o-h2 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1600px) {
  h2,
  .o-h2 {
    font-size: 2.25rem;
  }
}
h3,
.o-h3 {
  font-size: 1.5625rem;
}

h4,
.o-h4 {
  font-size: 1rem;
}

h5,
.o-h5 {
  font-size: 0.8125rem;
}

h6,
.o-h6 {
  font-size: 0.6875rem;
}

.o-hsub {
  font-size: 0.75rem;
  padding: 1.25rem 0;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 500;
}

.o-hsub::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid;
  width: 1.5rem;
  background-color: #1e1e22;
  margin-right: 1.125rem;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center left;
}

.o-hsub.-link {
  color: #ffffff;
  text-decoration: none;
}

.o-hsub.-link:hover::before,
.o-hsub-wrap:hover .o-hsub.-link::before {
  transform: scaleX(1.5);
}

.o-hsub.-link.-dark {
  color: #1e1e22;
}

.o-hsub.-link.-dark:hover {
  color: #1e1e22;
}

.o-hsub.-h {
  vertical-align: middle;
}

@media (max-width: 699px) {
  .o-hsub.-h {
    display: block;
    margin-top: 20px;
  }
}
@media (min-width: 700px) {
  .o-hsub.-h {
    margin-left: 2.5rem;
  }
}
.o-hsub_label {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
  display: inline-block;
}

.o-hsub.-link:hover .o-hsub_label,
.o-hsub-wrap:hover .o-hsub_label {
  transform: translateX(20px);
}

.is-loaded .o-loader {
  visibility: hidden;
  transition-delay: 0.6s;
}

.o-container {
  position: relative;
  margin: 0 auto;
}

@media (max-width: 699px) {
  .o-container {
    padding-right: 40px;
    padding-left: 40px;
  }

  .o-container.-small {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 700px) and (max-width: 1599px) {
  .o-container {
    padding-right: 7.5rem;
    padding-left: 7.5rem;
    max-width: 140rem;
  }
}
@media (min-width: 1600px) {
  .o-container {
    padding-right: 9.5625rem;
    padding-left: 9.5625rem;
    max-width: 144.125rem;
  }
}
.o-section {
  position: relative;
}

.o-section.-offset {
  margin-top: -9.375rem;
  background-color: #f6f6f6;
}

.o-section.-padding {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.o-section.-padding-top {
  padding-top: 7.5rem;
}

@media (max-width: 699px) {
  .o-section.-bottom {
    padding-bottom: 60px;
  }
}
@media (min-width: 700px) {
  .o-section.-bottom {
    padding-bottom: 7.5rem;
  }
}
.o-section.-left {
  margin-right: 15rem;
}

.o-section.-right {
  margin-left: 15rem;
}

.o-section.-left-large {
  margin-right: 22.5rem;
}

.o-section.-right.-padding {
  padding-left: 9.5625rem;
}

.o-section_image {
  position: relative;
  overflow: hidden;
}

.o-section_image.-small {
  padding-bottom: 57.144%;
}

.o-section_image.-large {
  padding-bottom: 55%;
}

.o-section_image.-padding-left {
  margin-left: 7.5rem;
}

.o-section_image.-left {
  margin-right: 15rem;
}

@media (max-width: 1599px) {
  .o-section_image.-left {
    margin-left: -7.5rem;
  }
}
@media (min-width: 1600px) {
  .o-section_image.-left {
    margin-left: -9.5625rem;
  }
}
.o-section_image.-right {
  margin-left: 15rem;
}

@media (max-width: 1599px) {
  .o-section_image.-right {
    margin-right: -7.5rem;
  }
}
@media (min-width: 1600px) {
  .o-section_image.-right {
    margin-right: -9.5625rem;
  }
}
.o-section_image img {
  width: 100%;
}

.o-grid {
  margin-left: 0;
  letter-spacing: normal;
  font-size: 0;
}

.o-grid.-margin {
  margin-left: -3.75rem;
}

.o-grid_item {
  display: inline-block;
  padding-left: 0;
  width: 100%;
  vertical-align: top;
  font-size: 1rem;
}

@media (max-width: 699px) {
  .o-grid_item.-button {
    width: 100%;
  }
}
@media (min-width: 700px) and (max-width: 999px) {
  .o-grid_item.-button {
    margin-bottom: 60px;
  }
}
@media (min-width: 1000px) {
  .o-grid_item.-button {
    width: 18.75rem;
  }
}
@media (max-width: 699px) {
  .o-grid_item.-button-content {
    margin-bottom: 30px;
  }
}
@media (min-width: 700px) and (max-width: 999px) {
  .o-grid_item.-button-content {
    margin-bottom: 60px;
  }
}
@media (min-width: 1000px) {
  .o-grid_item.-button-content {
    width: calc(100% - 18.75rem);
  }
}
.o-grid.-margin .o-grid_item {
  padding-left: 3.75rem;
}

@media (min-width: 700px) {
  .o-grid_item.-half {
    width: 50%;
  }
}
@media (min-width: 700px) and (max-width: 1199px) {
  .o-grid_item.-half.-large {
    width: 100%;
  }
}
@media (min-width: 700px) and (max-width: 999px) {
  .o-grid_item.-half.-medium {
    width: 100%;
  }
}
@media (min-width: 700px) and (max-width: 1199px) {
  .o-grid_item.-third {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .o-grid_item.-third {
    width: 33.3333333333%;
  }
}
.o-form {
  padding-bottom: 11.25rem;
}

@media (max-width: 699px) {
  .o-form_item {
    margin-bottom: 35px;
  }
}
@media (min-width: 700px) {
  .o-form_item {
    margin-bottom: 2.9375rem;
  }
}
.o-form_fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

@media (max-width: 699px) {
  .o-form_fieldset {
    margin-bottom: 20px;
  }
}
@media (min-width: 700px) {
  .o-form_fieldset {
    margin-bottom: 3.75rem;
  }
}
.o-form_button {
  text-align: right;
}

.o-label {
  display: block;
  height: 100%;
  color: #b3b3b3;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.875rem;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 699px) {
  .o-label {
    font-size: 9px;
  }
}
@media (min-width: 700px) {
  .o-label {
    font-size: 0.5625rem;
  }
}
.o-input-wrap .o-label {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-input:focus ~ .o-label,
.o-select:focus ~ .o-label,
.o-textarea:focus ~ .o-label,
.o-label.is-active {
  transform: translateY(-1.875rem);
}

.o-input.has-error ~ .o-label,
.has-error.o-select ~ .o-label,
.has-error.o-textarea ~ .o-label {
  color: #cc3d3d;
}

.o-input-wrap {
  position: relative;
}

.o-input,
.o-select,
.o-textarea {
  padding: 0.875rem;
  background-color: transparent;
  border-bottom: 1px solid #b3b3b3;
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 699px) {
  .o-input,
  .o-select,
  .o-textarea {
    font-size: 14px;
  }
}
@media (min-width: 700px) {
  .o-input,
  .o-select,
  .o-textarea {
    font-size: 0.875rem;
  }
}

.o-input:-ms-input-placeholder,
.o-select:-ms-input-placeholder,
.o-textarea:-ms-input-placeholder {
  color: #b3b3b3;
}

.o-input::-moz-placeholder,
.o-select::-moz-placeholder,
.o-textarea::-moz-placeholder {
  color: #b3b3b3;
}

.o-input::placeholder,
.o-select::placeholder,
.o-textarea::placeholder {
  color: #b3b3b3;
}

.o-input.-search,
.-search.o-select,
.-search.o-textarea {
  background-color: transparent;
  color: #ffffff;
  font-weight: 700;
  border-bottom: none;
}

@media (max-width: 699px) {
  .o-input.-search,
  .-search.o-select,
  .-search.o-textarea {
    font-size: 26px;
  }
}
@media (min-width: 700px) {
  .o-input.-search,
  .-search.o-select,
  .-search.o-textarea {
    font-size: 3.75rem;
  }
}

.o-input.-search:-ms-input-placeholder,
.-search.o-select:-ms-input-placeholder,
.-search.o-textarea:-ms-input-placeholder {
  color: #000000;
}

.o-input.-search::-moz-placeholder,
.-search.o-select::-moz-placeholder,
.-search.o-textarea::-moz-placeholder {
  color: #000000;
}

.o-input.-search::placeholder,
.-search.o-select::placeholder,
.-search.o-textarea::placeholder {
  color: #000000;
}

.-mobile .o-input.-search,
.-mobile .-search.o-select,
.-mobile .-search.o-textarea {
  font-size: 26px;
  padding: 0;
}

.o-input.-search.-light,
.-search.-light.o-select,
.-search.-light.o-textarea {
  color: #1e1e22;
}

.o-input.-search.-light:-ms-input-placeholder,
.-search.-light.o-select:-ms-input-placeholder,
.-search.-light.o-textarea:-ms-input-placeholder {
  color: #b3b3b3;
}

.o-input.-search.-light::-moz-placeholder,
.-search.-light.o-select::-moz-placeholder,
.-search.-light.o-textarea::-moz-placeholder {
  color: #b3b3b3;
}

.o-input.-search.-light::placeholder,
.-search.-light.o-select::placeholder,
.-search.-light.o-textarea::placeholder {
  color: #b3b3b3;
}

.o-input.has-error,
.has-error.o-select,
.has-error.o-textarea {
  border-color: #cc3d3d;
}

.o-input:focus,
.o-select:focus,
.o-textarea:focus {
  outline: none;
}

.o-input-line {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #1e1e22;
  transform: scaleX(0);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center left;
}

.o-input:focus ~ .o-input-line,
.o-select:focus ~ .o-input-line,
.o-textarea:focus ~ .o-input-line {
  transform: scaleX(1);
}

.o-input-lines::before,
.o-input-lines::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-right: 1px solid #b3b3b3;
  height: 0.375rem;
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-input.has-error ~ .o-input-lines::before,
.has-error.o-select ~ .o-input-lines::before,
.has-error.o-textarea ~ .o-input-lines::before,
.o-input.has-error ~ .o-input-lines::after,
.has-error.o-select ~ .o-input-lines::after,
.has-error.o-textarea ~ .o-input-lines::after {
  border-color: #cc3d3d;
}

.o-input-lines::before {
  left: 0;
  transition-delay: 0.3s;
}

.o-input-lines::after {
  right: 0;
}

.o-input:focus ~ .o-input-lines::before,
.o-select:focus ~ .o-input-lines::before,
.o-textarea:focus ~ .o-input-lines::before,
.o-input:focus ~ .o-input-lines::after,
.o-select:focus ~ .o-input-lines::after,
.o-textarea:focus ~ .o-input-lines::after {
  border-color: #1e1e22;
}

.o-input:focus ~ .o-input-lines::before,
.o-select:focus ~ .o-input-lines::before,
.o-textarea:focus ~ .o-input-lines::before {
  transition-delay: 0s;
}

.o-input:focus ~ .o-input-lines::after,
.o-select:focus ~ .o-input-lines::after,
.o-textarea:focus ~ .o-input-lines::after {
  transition-delay: 0.3s;
}

.o-checkbox,
.o-radio {
  position: absolute;
  width: 0;
  opacity: 0;
}

.o-checkbox:checked + .o-checkbox-label::after,
.o-radio:checked + .o-checkbox-label::after,
.o-checkbox:checked + .o-radio-label::after,
.o-radio:checked + .o-radio-label::after {
  transform: scale(1);
}

.o-checkbox-label,
.o-radio-label {
  position: relative;
  display: inline-block;
  margin-right: 0.5em;
  line-height: 1.4;
  margin-right: 4.0625rem;
  cursor: pointer;
  padding-top: 0.125rem;
}

@media (max-width: 699px) {
  .o-checkbox-label,
  .o-radio-label {
    font-size: 12px;
    padding-left: 27px;
  }
}
@media (min-width: 700px) {
  .o-checkbox-label,
  .o-radio-label {
    font-size: 0.875rem;
    padding-left: 1.1875rem;
  }
}
.o-checkbox-label.-uppsercase,
.-uppsercase.o-radio-label {
  text-transform: uppercase;
}

.o-checkbox-label::before,
.o-radio-label::before,
.o-checkbox-label::after,
.o-radio-label::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  padding: 0;
  content: "";
  border: 1px solid;
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 699px) {
  .o-checkbox-label::before,
  .o-radio-label::before,
  .o-checkbox-label::after,
  .o-radio-label::after {
    width: 12px;
    height: 12px;
    margin-top: -6px;
  }
}
@media (min-width: 700px) {
  .o-checkbox-label::before,
  .o-radio-label::before,
  .o-checkbox-label::after,
  .o-radio-label::after {
    margin-top: -0.28125rem;
    width: 0.5625rem;
    height: 0.5625rem;
  }
}
.o-checkbox-label::after,
.o-radio-label::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #1e1e22 transparent transparent transparent;
  transform: scale(0);
  transform-origin: top left;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 699px) {
  .o-checkbox-label::after,
  .o-radio-label::after {
    border-width: 12px 12px 0 0;
  }
}
@media (min-width: 700px) {
  .o-checkbox-label::after,
  .o-radio-label::after {
    border-width: 0.5625rem 0.5625rem 0 0;
  }
}
.o-checkbox-label.has-error::before,
.has-error.o-radio-label::before {
  border-color: #cc3d3d;
}

.o-checkbox-label_text {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
}

.o-checkbox-label:hover .o-checkbox-label_text,
.o-radio-label:hover .o-checkbox-label_text {
  transform: translateX(0.3125rem);
}

.o-radio-label::before,
.o-radio-label::after {
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.o-radio-label::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20enable-background%3D%22new%200%200%2013%2013%22%20xml%3Aspace%3D%22preserve%22%3E%3Ccircle%20fill%3D%22%23424242%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3C%2Fsvg%3E");
  background-size: 6px;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(0);
  transform-origin: center;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
}

.o-radio:checked + .o-radio-label::after {
  transform: scale(1);
}

.o-select {
  position: relative;
  z-index: 1;
  padding-right: 2.5rem;
}

.o-select:focus {
  border-bottom-color: #1e1e22;
}

.o-select-wrap {
  position: relative;
}

.o-select-wrap::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2211.3%22%20viewBox%3D%220%200%2013%2011.3%22%20enable-background%3D%22new%200%200%2013%2011.3%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23b3b3b3%22%20points%3D%226.5%2011.3%203.3%205.6%200%200%206.5%200%2013%200%209.8%205.6%20%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
}

.o-textarea-wrap {
  position: relative;
}

.o-textarea {
  min-height: 9.375rem;
}

.o-button {
  position: relative;
  display: inline-block;
  text-align: center;
  border: 1px solid #1e1e22;
  white-space: nowrap;
  font-size: 0;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}

.o-button:before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}

.o-button > * {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  font-size: 1rem;
}

@media (max-width: 699px) {
  .o-button {
    height: 60px;
    padding: 0 20px;
  }
}
@media (min-width: 700px) {
  .o-button {
    height: 3.75rem;
    padding: 0 1.875rem;
  }
}
.o-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1e1e22;
  transform: scaleX(0);
  transform-origin: center left;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}

.o-button:hover {
  color: #ffffff;
  transition-delay: 0s;
}

.o-button:hover::after {
  transform: scaleX(1);
  transition-delay: 0s;
}

@media (min-width: 1200px) {
  .o-button.-anim {
    border-color: transparent;
  }
}
.o-button.-left::after {
  transform-origin: center right;
}

.o-button.-white {
  border-color: #ffffff;
}

.o-button.-white::after {
  background-color: #ffffff;
}

.o-button.-white:hover {
  color: #000000;
}

@media (max-width: 699px) {
  .o-button.-width {
    width: 100%;
  }
}
@media (min-width: 700px) {
  .o-button.-width {
    width: 15rem;
  }
}
.o-button.-form {
  width: 11.25rem;
}

.o-button.-form:focus {
  color: #ffffff;
  transition-delay: 0s;
}

.o-button.-form:focus::after {
  transform: scaleX(1);
  transition-delay: 0s;
}

.o-button.-square {
  padding: 0;
}

@media (max-width: 699px) {
  .o-button.-square {
    width: 60px;
  }
}
@media (min-width: 700px) {
  .o-button.-square {
    width: 3.75rem;
  }
}
.o-button-group .o-button + .o-button {
  border-left: none;
}

@media (max-width: 699px) {
  .o-button.-padding {
    padding: 1.25rem;
  }
}
@media (min-width: 700px) {
  .o-button.-padding {
    padding: 1.25rem 2.5rem;
  }
}
.o-button_label {
  display: inline-block;
  position: relative;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(0);
  line-height: 1.4;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 500;
  font-size: 0.75rem;
}

.o-button:hover .o-button_label {
  transform: translateX(0.5rem);
  transition-delay: 0.075s;
}

.o-button.-left:hover .o-button_label {
  transform: translateX(-0.5rem);
}

.o-button.-square:hover .o-button_label {
  transform: translateX(0.375rem);
}

.o-button.-left.-square:hover .o-button_label {
  transform: translateX(-0.375rem);
}

.o-button-group {
  margin-left: 0;
  letter-spacing: normal;
  font-size: 0;
}

.o-button_icon {
  position: relative;
  width: 1.1875rem;
  height: 1.1875rem;
  fill: #1e1e22;
  transition: fill 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}

.o-button.-white .o-button_icon {
  fill: #ffffff;
}

.o-button:hover .o-button_icon {
  fill: #f6f6f6;
  transition-delay: 0s;
}

.o-button.-white:hover .o-button_icon {
  fill: #1e1e22;
}

.o-button_line::before,
.o-button_line::after {
  content: "";
  position: absolute;
  background-color: #1e1e22;
}

.is-mobile .o-button_line::before,
.is-mobile .o-button_line::after {
  display: none;
}

.o-button_line::before {
  width: 1px;
  top: 0;
  bottom: 0;
  transform: scaleY(0);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-button_line::after {
  height: 1px;
  right: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-button_line:first-of-type::before {
  left: 0;
  transform-origin: center bottom;
}

.o-button_line:first-of-type::after {
  top: 0;
  transform-origin: center left;
}

.o-button_line:last-of-type::before {
  right: 0;
  transform-origin: center top;
}

.o-button_line:last-of-type::after {
  bottom: 0;
  transform-origin: center right;
}

.o-button.is-inview .o-button_line::before {
  transform: scaleY(1);
}

.o-button.is-inview .o-button_line::after {
  transform: scaleX(1);
}

.o-button.is-inview .o-button_line:first-of-type::before {
  transition-delay: 1.15s;
}

.o-button.is-inview .o-button_line:first-of-type::after {
  transition-delay: 0.1s;
}

.o-button.is-inview .o-button_line:last-of-type::before {
  transition-delay: 0.55s;
}

.o-button.is-inview .o-button_line:last-of-type::after {
  transition-delay: 0.7s;
}

.c-header-home_footer {
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.c-header-home_controls,
.c-header-home_buttons {
  margin-left: 0;
  letter-spacing: normal;
  font-size: 0;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(0, 100%, 0);
}

@media (max-width: 699px) {
  .c-header-home_controls,
  .c-header-home_buttons {
    padding-bottom: 40px;
  }
}
@media (min-width: 700px) {
  .c-header-home_controls,
  .c-header-home_buttons {
    padding-bottom: 5.625rem;
  }
}
@media (min-width: 700px) and (max-width: 749px) {
  .c-header-home_controls,
  .c-header-home_buttons {
    padding-bottom: 3.75rem;
  }
}
.is-loaded .c-header-home_controls,
.is-loaded .c-header-home_buttons {
  transform: translate3d(0, 0, 0);
}

body[data-route-option="prev-section"] .c-header-home_controls,
body[data-route-option="prev-section"] .c-header-home_buttons,
body[data-route-option="next-section"] .c-header-home_controls,
body[data-route-option="next-section"] .c-header-home_buttons {
  transform: translate3d(0, 0, 0);
}

.c-header-home_controls {
  transition-delay: 0.65s;
}

@media (min-width: 700px) {
  .c-header-home_controls {
    float: left;
  }
}
.c-header-home_buttons {
  transition-delay: 0.75s;
}

@media (max-width: 699px) {
  .c-header-home_buttons {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 1000px) {
  .c-header-home_buttons {
    float: right;
  }
}
@media (max-width: 699px) {
  .c-header-home_button {
    width: 50% !important;
  }
}
@media (min-width: 700px) {
  .c-header-home_button {
    width: 15.625rem;
  }
}

/* INJECTION PRODUCTS */

.page-injprod {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 1700px;
  width: 100%;
  top: 100px;
  margin: 0 auto;
  background-image: url("../images/rbd.jpg");
  filter: brightness(100%);
  background-attachment: fixed;
  padding: 0rem 5rem 0rem 10rem;
  image-rendering: -webkit-optimize-contrast;
  overflow-x: hidden;
  align-items: center;
}

.injcast-con {
  font-size: 12px;
  width: 60rem;
  height: 5rem;
  color: rgb(192, 187, 187);
  margin: 200px 0px 0px 40px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

#injcast-con-p {
  font-size: 29px;

  color: rgb(19, 18, 18);
  font-family: "metropolisthin";
  font-family: "arial";
  text-align: center;
  align-items: center;
  /* box-shadow: 10px 5px 5px #ccc;
  -moz-box-shadow: 10px 10px 5px #ccc;
  -webkit-box-shadow: 10px 10px 5px #ccc;
  -khtml-box-shadow: 10px 10px 5px #ccc; */
  margin: 0 auto;
  margin-top: 100px;
}

.page-injprod-box {
  background-color: rgb(255, 255, 255);
  position: absolute;
  height: 1700px;
  width: 95%;
  background-repeat: no-repeat;
  padding: 0rem 0em 0rem 3rem;
  margin: 0 auto;
}

.container-x {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 300px;
  overflow: hidden;
  transform: skew(5deg);
  /*  margin: 350px 0px 0px 65px; */
  position: absolute;
  margin: 0 auto;
  position: relative;
}

.container-x .card {
  flex: 1;
  transition: all 1s ease-in-out;

  position: relative;
}
.container-x .card .card__head {
  color: black;
  background: rgba(16, 241, 110, 0.75);
  padding: 0.5em;
  transform: rotate(-90deg);
  transform-origin: 0% 0%;
  transition: all 0.5s ease-in-out;
  min-width: 35%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.75em;
  white-space: nowrap;
}
.container-x .card:hover {
  flex-grow: 1.5;
}
.container-x .card:hover img {
  filter: grayscale(0);
}
.container-x .card:hover .card__head {
  text-align: center;
  top: calc(50% -2em);
  color: white;
  background: rgba(0, 0, 0, 0.5);
  font-size: 1.5em;
  transform: rotate(0deg) skew(-5deg);
}
.container-x .card img {
  width: 50%;
  height: 50%;
  object-fit: cover;
  transition: all 1s ease-in-out;
  filter: grayscale(0%);
  margin: 0px 0px 0px 0px;
}
.container-x .card:not(:nth-child(5)) {
  margin-right: 1em;
}

/* 2nd row */

.container-y {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10vmin;
  overflow: hidden;
  transform: skew(5deg);
  margin: 700px 0px 0px 65px;
  position: absolute;
}
.container-y .card {
  flex: 1;
  transition: all 1s ease-in-out;
  height: 35vmin;
  width: 45vmin;
  position: relative;
}

.container-y .card .card__head {
  color: black;
  background: rgba(16, 241, 110, 0.75);
  padding: 0.5em;
  transform: rotate(-90deg);
  transform-origin: 0% 0%;
  transition: all 0.5s ease-in-out;
  min-width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.75em;
  white-space: nowrap;
}
.container-y .card:hover {
  flex-grow: 2;
}
.container-y .card:hover img {
  filter: grayscale(0);
}
.container-y .card:hover .card__head {
  text-align: center;
  top: calc(100% - 2em);
  color: white;
  background: rgba(0, 0, 0, 0.5);
  font-size: 1.5em;
  transform: rotate(0deg) skew(-5deg);
}
.container-y .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease-in-out;
  filter: grayscale(100%);
  margin: 20px 0px 20px 0px;
}
.container-y .card:not(:nth-child(5)) {
  margin-right: 1em;
}

.container-z p {
  font-size: 24;
  font-weight: bolder;
  text-align: center;
  color: rgb(110, 102, 102);
  position: absolute;
}

#injection-con-p {
  font-size: 29px;
  margin: 1050px 0px 0px 80px;
  color: rgb(19, 18, 18);
  font-family: "metropolisthin";
  font-family: "arial";
  text-align: center;
  align-items: center;
  position: absolute;
}

#inj-ins1 {
  background-image: url("../images/products/ins1.png");
  background-size: 800px;
  background-repeat: no-repeat;
  position: absolute;
  filter: brightness(100%);
  margin: 1130px 0px 0px 150px;
  height: 100px;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

#inj-ins2 {
  background-image: url("../images/products/ins2.png");
  background-size: 800px;
  background-repeat: no-repeat;
  position: absolute;
  filter: brightness(100%);
  margin: 1280px 0px 0px 150px;
  height: 100px;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
