:root {
  --white: white;
  --black: black;
}

.epp-solutions-landing-div {
  z-index: 2;
  background-color: #0000;
  background-image: url('../images/Gear-Icon.svg'), linear-gradient(#000000e0, #000000e0);
  background-position: 0 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  background-attachment: fixed, scroll;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.responsive-landing-div {
  width: 90%;
  height: 40vh;
}

.responsive-landing-arrow-down {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 40vh;
  display: flex;
}

.div-block {
  justify-content: flex-start;
  align-items: flex-start;
  width: 95%;
  height: 100%;
  display: flex;
}

.h1-landing-heading {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 45px;
  font-weight: 900;
  line-height: 45px;
  transform: translate(0);
}

.responsive-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 95%;
  height: auto;
  display: flex;
}

.paragraph {
  color: #fff;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  min-width: 10%;
  margin-bottom: 78px;
  padding-top: 21px;
  font-family: Roboto, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 30px;
  display: flex;
  transform: translate(0);
}

.h1-buttons-layout {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: auto;
  display: flex;
}

.button {
  opacity: 0;
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  background-color: #3898ec00;
  border: 2px #fff;
  border-radius: 10px;
  outline: 2px solid #fff;
  width: 50%;
  margin-left: 0;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  transition: all .35s;
  transform: translate(0, 66px);
}

.button:hover {
  outline-offset: 0px;
  border-style: none;
  border-width: 2px;
  outline: 2px solid #fff;
  transform: translate(0, -3px);
  box-shadow: 0 5px 20px #521700c7;
}

.button-2 {
  opacity: 0;
  color: #ff4800;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  width: 50%;
  margin-bottom: 21px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  transition: all .35s;
  transform: translate(0, 66px);
}

.button-2:hover {
  transform: translate(0, -3px);
  box-shadow: 0 5px 20px #521700c7;
}

.body {
  background-color: #fff;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.vedio-background {
  z-index: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.background-video {
  z-index: -2;
  width: 80%;
  height: 100vh;
  margin-left: 501px;
  position: absolute;
  inset: 0% 0% auto;
}

.services-main-div {
  z-index: 1;
  background-color: #f4f4f4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 13px;
  transition: all 4.5s cubic-bezier(.55, .055, .675, .19);
  display: flex;
  position: relative;
}

.services-responsive {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 85%;
  height: 33vh;
  margin-top: 20px;
  padding-bottom: 18px;
  display: flex;
}

.services-a-card {
  background-image: linear-gradient(0deg, #ff4800, #b433008a), url('../images/Structrual-Fabricaion.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  transition: all .475s;
  display: flex;
}

.services-a-card:hover {
  background-image: linear-gradient(#ff480000, #ff480000), url('../images/Structrual-Fabricaion.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transform: scale(1.1);
}

.services-a-card.grad {
  background-image: linear-gradient(0deg, #ff4800, #b433008a), url('../images/Milling--Turning.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.services-a-card.grad:hover {
  background-image: url('../images/Milling--Turning.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  line-height: 30px;
  display: flex;
}

.services-b-card {
  background-image: linear-gradient(#ff4800bd, #ff4800bd), url('../images/Pipe-Fab.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  transition: all .475s;
  display: flex;
}

.services-b-card:hover {
  background-image: linear-gradient(#ff480000, #ff480000), url('../images/Pipe-Fab.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transform: scale(1.1);
}

.services-b-card.grad {
  background-image: linear-gradient(0deg, #ff4800, #b433008a), url('../images/Robotic-Welding.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.services-b-card.grad:hover {
  background-image: url('../images/Robotic-Welding.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.services-c {
  background-image: linear-gradient(#ff4800bd, #ff4800bd), url('../images/Pipe-Fab-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  transition: all .475s;
  display: flex;
}

.services-c:hover {
  background-image: linear-gradient(#ff480000, #ff480000), url('../images/Pipe-Fab-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transform: scale(1.1);
}

.services-c.grad {
  background-image: linear-gradient(0deg, #ff4800, #b433008a), url('../images/Plasma-Cutting.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.services-c.grad:hover {
  background-image: url('../images/Plasma-Cutting.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.services-d {
  background-image: linear-gradient(#ff4800bd, #ff4800bd), url('../images/Custom-Fabrication.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  transition: all .475s;
  display: flex;
}

.services-d:hover {
  background-image: linear-gradient(#ff480000, #ff480000), url('../images/Custom-Fabrication.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transform: scale(1.1);
}

.services-d.grad {
  background-image: linear-gradient(0deg, #ff4800, #b433008a), url('../images/Untitled-2.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.services-d.grad:hover {
  background-image: url('../images/Untitled-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-and-paragraph {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 85%;
  height: auto;
  margin-top: 49px;
  padding-bottom: 55px;
  display: flex;
}

.left-header {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.right-header {
  width: 50%;
  height: 100%;
}

.paragraph-2 {
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 30px;
  display: flex;
}

.dynamic-bar {
  width: 85%;
  height: 5vh;
}

.dynamic-bar-copy {
  justify-content: space-between;
  align-items: stretch;
  width: 85%;
  height: 10vh;
  margin-top: 20px;
  display: flex;
}

.heading-2 {
  color: #ff4800;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-weight: 900;
  line-height: 45px;
}

._1-4 {
  outline-offset: 0px;
  background-image: url('../images/Mild-Steel.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 45%;
  outline: 2px solid #ff4800;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  margin-right: 20px;
  display: flex;
}

._1-4:hover {
  background-color: #ff4800;
  background-image: url('../images/Mild-Steel-White.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 45%;
}

.symbol, .text {
  width: 20%;
  height: 100%;
}

._2-4 {
  outline-offset: 0px;
  background-image: url('../images/Stainless-Steel-Black-new.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  outline: 2px solid #ff4800;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  margin-right: 20px;
  display: flex;
}

._2-4:hover {
  background-color: #ff4800;
  background-image: url('../images/Stainless-Steel-White.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
}

._3-4 {
  outline-offset: 0px;
  background-image: url('../images/Alu-New-Black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 45%;
  outline: 2px solid #ff4800;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  margin-right: 20px;
  display: flex;
}

._3-4:hover {
  background-color: #ff4800;
  background-image: url('../images/Alu-new-White.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 45%;
}

._4-4 {
  outline-offset: 0px;
  background-image: url('../images/Special-Steel-Black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 55%;
  outline: 2px solid #ff4800;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  display: flex;
}

._4-4:hover {
  background-color: #ff4800;
  background-image: url('../images/Special-Steel-White.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 55%;
}

.personal-attention-service {
  z-index: 1;
  color: #232323;
  background-color: #232323;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.desktop-nav {
  z-index: 10;
  background-color: #000000eb;
  justify-content: center;
  align-items: center;
  height: 8vh;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.responsive-desk-nav {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  display: flex;
}

.left-logo-div {
  width: 50%;
}

.logo-place-holder {
  background-image: url('../images/Epp-Solutions-Logo.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 33%;
  height: 6vh;
}

.right-quick-lnks {
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  display: flex;
}

.link {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  transition: all .35s;
}

.link:hover {
  color: #ff4800;
  font-size: 16px;
  font-weight: 900;
}

.link.w--current {
  color: #ff4800;
  font-size: 14px;
  font-weight: 900;
}

.link.w--current:hover {
  color: #ff4800;
  font-size: 20px;
}

.sdfsdfsdf {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  text-decoration: none;
  transition: all .35s;
}

.sdfsdfsdf:hover, .sdfsdfsdf.w--current {
  color: #ff4800;
  font-size: 16px;
  font-weight: 900;
}

.link-copy {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  text-decoration: none;
  transition: all .35s;
}

.link-copy:hover, .link-copy.w--current {
  color: #ff4800;
  font-size: 16px;
  font-weight: 900;
}

.responsive-main {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 95%;
  height: 80%;
  display: flex;
}

.heading-personal-attention {
  text-align: center;
  width: 80%;
  margin-top: 0;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  width: 45%;
  font-family: Roboto, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 30px;
}

.main-icon-set {
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 23px;
  display: flex;
}

.ps-a {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  border-radius: 11px;
  flex-flow: column;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center;
  width: 15%;
  height: 20vh;
  display: flex;
}

.ps-a:hover {
  border: 1.5px solid #ff4800;
}

.bold-text {
  color: #ff4800;
  font-family: Roboto, sans-serif;
  font-weight: 900;
}

.i-a {
  background-image: url('../images/Milling-X.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 10vh;
  margin-bottom: 15px;
}

.text-block {
  color: #fff;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.i-b {
  background-image: url('../images/Turning.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 10vh;
  margin-bottom: 15px;
}

.i-c {
  background-image: url('../images/Plasma-Cutting-.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 10vh;
  margin-bottom: 15px;
}

.i-d {
  background-image: url('../images/Robotic-Welding.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 10vh;
  margin-bottom: 15px;
}

.i-e {
  background-image: url('../images/Construction-Company.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 10vh;
  margin-bottom: 15px;
}

.i-a-copy {
  background-image: url('../images/Cotton-Processing-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
}

.i-f {
  background-image: url('../images/Flowermill.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 10vh;
  margin-bottom: 15px;
}

.i-g {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Fiber-Laser-Engraving-.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: border-box;
  width: 100%;
  height: 10vh;
  margin-bottom: 15px;
}

.i-h {
  background-image: url('../images/CAD-Cam-Designs.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 10vh;
  margin-bottom: 15px;
}

.i-k {
  background-image: url('../images/Light-Fabrication.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 10vh;
  margin-bottom: 15px;
}

.i-i {
  background-image: url('../images/Feedmill-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 10vh;
  margin-bottom: 15px;
}

.i-l {
  background-image: url('../images/Plastic-and-mold-industry-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 10vh;
  margin-bottom: 15px;
}

.i-o {
  background-image: url('../images/Gravel-and-sand-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 10vh;
  margin-bottom: 15px;
}

.disclamer-message-bellow {
  flex-flow: row-reverse wrap-reverse;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 40vh;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.epp-solutions-lazer-icon {
  background-image: url('../images/EPP-ICON-R.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25%;
  height: 50%;
  margin-left: 15px;
  padding-left: 0;
}

.paragraph-4 {
  border-top: 2px solid var(--white);
  outline-offset: 0px;
  outline: 4px #fff;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  display: flex;
}

.contact-us {
  z-index: 1;
  background-color: #f4f4f4;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.div-block-2 {
  width: 85%;
}

.text-field-4 {
  border: 1.3px solid #000;
  border-radius: 10px;
}

.text-field-4:hover, .text-field-4:active {
  border-color: #ff4800;
}

.left-details-div {
  flex-flow: column;
  width: 50%;
  height: 100%;
  display: flex;
}

.select-field {
  color: #080f22;
  background-color: #fff;
  border: 1.2px solid #080f22;
  border-radius: 10px;
}

.select-field:hover {
  border: 1.3px solid #ff4800;
}

.text-block-13 {
  color: #1a1a1a;
  order: 0;
  width: 80%;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 25px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  text-decoration: none;
}

.text-block-13:hover {
  background-color: #e9e9e9;
  flex: 0 auto;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  text-decoration: none;
  display: flex;
}

.message-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.text-field {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #fff;
  border: 1.2px solid #000;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-bottom: 21px;
  padding-bottom: 239px;
  font-family: Roboto, sans-serif;
  display: block;
}

.text-field:hover {
  border-color: #ff4800;
}

.text-block-12 {
  color: #1a1a1a;
  width: 80%;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 25px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  text-decoration: none;
}

.text-block-12:hover {
  background-color: #e9e9e9;
}

.maps-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  height: 40vh;
  display: flex;
}

.make-an-appointment {
  flex: 1;
  justify-content: space-around;
  align-items: stretch;
  width: 85%;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.form {
  flex-flow: column;
  width: auto;
  height: auto;
  display: flex;
  overflow: visible;
}

.form-block {
  width: auto;
}

.field-label-3 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.cc-div {
  flex: none;
  width: 45%;
}

.heading-right {
  color: #9b9b9b;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 35px;
}

.bold-text-4 {
  color: #000;
}

.heading-12 {
  color: #ff4800;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Roboto, sans-serif;
  font-size: 38px;
  font-weight: 900;
}

.heading-12.desk {
  padding-left: 14px;
}

.heading-12.mobile {
  display: none;
}

.html-embed {
  outline-offset: 0px;
  border-radius: 13px;
  outline: 1.5px solid #333;
  flex-flow: column;
  width: 80%;
  height: 100%;
  margin-top: 29px;
  display: block;
  overflow: hidden;
}

.html-embed:hover {
  outline-color: #ff4800;
}

.contact-form {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.bold-text-3 {
  color: #000000e6;
}

.submit-button {
  color: #080f22;
  background-color: #fff;
  border: 1.5px solid #000000e6;
  border-radius: 8px;
  width: 45%;
  margin-top: 14px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.submit-button:hover {
  color: #fff;
  background-color: #ff4800;
}

.name-and-cellphone {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.right-d {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  display: block;
}

.make-an-appointment-responsive {
  justify-content: center;
  align-items: flex-start;
  width: 85%;
  height: auto;
  display: flex;
}

.cc-div-message {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.the-epp-difrance {
  z-index: 1;
  background-image: linear-gradient(#ff4800, #ff4800);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: relative;
}

.responsive-what-is-the-diffrence {
  flex-flow: column;
  justify-content: space-between;
  width: 85%;
  height: 60%;
  display: flex;
}

.header-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.strips {
  background-color: #fff;
  width: 30%;
  height: .3vh;
}

.heading-13 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 900;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.machine-card-a {
  width: 10%;
  height: 50%;
}

.main-card-for-machines {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-3 {
  width: 20%;
  height: 100%;
}

.machine-main-a {
  background-color: #fff;
  border-radius: 11px;
  align-self: stretch;
  width: 20%;
  height: auto;
}

.photo {
  text-align: center;
  height: 80%;
  padding: 46px 24px;
}

.heading-14 {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}

.image {
  background-image: url('../images/Yama-Seiki-Photo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.p2 {
  background-image: url('../images/Yama-Seiki-Photo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.p4, .image-copy {
  background-image: url('../images/Yama-Seiki-Photo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.p22, .p {
  background-image: url('../images/Machine-A.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.paragraph-line {
  color: #fff;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 65%;
  min-width: 10%;
  height: 40%;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.link-block-6 {
  text-decoration: none;
}

.ac-logo {
  background-image: url('../images/EPP-White.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
}

.footer-end-main {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.end-1 {
  text-align: left;
  width: 30%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.end-3 {
  text-align: right;
  width: 30%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.end-2 {
  color: #fff;
  text-align: center;
  width: 30%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.andries-logo-socials {
  width: 100%;
  height: 20%;
  display: flex;
}

.sub-main {
  flex-flow: row;
  flex: 1;
  width: auto;
  display: flex;
}

.form-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  display: flex;
}

.footer-responsive {
  z-index: 5;
  flex-flow: column;
  justify-content: space-around;
  width: 85%;
  height: 85%;
  display: flex;
  position: absolute;
}

.text-field-5 {
  background-color: #ffffff0d;
  border: 1px solid #fff;
  border-radius: 8px;
  margin-bottom: 0;
}

.form-block-2 {
  width: 50%;
  margin-bottom: 0;
}

.main-adress {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.ac-footer-links {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.field-label-5 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 7px;
  font-weight: 400;
  display: flex;
}

.submit-button-2 {
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  height: 100%;
  margin-left: 19px;
  padding-left: 22px;
  padding-right: 22px;
  font-weight: 500;
}

.brake-line {
  background-color: #fff;
  height: .3vh;
}

.footer {
  z-index: 0;
  background-color: #232323;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  height: 50vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 4vh;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 200;
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.text-block-8:hover {
  color: #ff4800;
  font-size: 20px;
  font-weight: 900;
}

.ac-socials-logo {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.ac-socials-logo.mobile, .ac-socials-logo.desktop {
  display: none;
}

.ac-socials-logo.subscribe {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.social-iocon-block {
  width: 5vw;
  height: 100%;
}

.social-iocon-block.instagram {
  background-image: url('../images/Instagram-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 7%;
}

.social-iocon-block.linked-in {
  background-image: url('../images/LinkedIn-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 7%;
  margin-left: 13px;
  margin-right: 13px;
}

.social-iocon-block.facebook {
  background-image: url('../images/Facebook-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 7%;
  margin-left: 13px;
  margin-right: 13px;
  padding-left: 0;
  padding-right: 0;
}

.whatsapp-icon {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 3%;
  height: auto;
  margin-bottom: 12px;
  margin-right: 12px;
  padding: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.whatsapp-icon._777 {
  display: none;
}

.footer-copy {
  z-index: 0;
  background-color: #232323;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  height: 50vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  inset: auto 0% 0%;
}

.div-block-4 {
  height: 50vh;
}

.heading-15 {
  color: #bebebe;
  font-family: Roboto, sans-serif;
  font-weight: 900;
}

.paragraph-8 {
  border-top: 2.3px solid var(--white);
  outline-offset: 0px;
  outline: 3px #fff;
  justify-content: center;
  align-items: flex-end;
  height: 70%;
  font-family: Roboto, sans-serif;
  font-size: 23px;
  font-weight: 500;
  display: flex;
}

.text-span {
  color: #ff4800;
  font-weight: 400;
}

.bold-text-5 {
  flex: none;
  width: auto;
  margin-bottom: 0;
}

.whatsapp-icon-on-nav, .whatsapp-icon-copy {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 3%;
  height: auto;
  margin-bottom: 12px;
  margin-right: 12px;
  padding: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.why-choose-goshst-div-button-copy-copy-21 {
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 58px;
  display: none;
}

.responsive-areas-we-cover {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 85%;
  font-style: italic;
  display: block;
}

.heading-h2 {
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  width: 50%;
  font-size: 25px;
  display: flex;
}

.heading-7 {
  color: #fff;
  justify-content: center;
  width: 100%;
  margin-top: 48px;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
}

.a-icon-why-copy-3 {
  width: 6.5%;
  height: 4vh;
}

.a-icon-why-copy-3._5 {
  background-image: url('../images/Location-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10%;
}

.bottom-row-areas-we-cover {
  justify-content: center;
  width: 85%;
  height: 8vh;
  display: flex;
}

.area-1 {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.area-we-cover-e {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.a-icon-why-copy {
  background-image: none;
  width: 6.5%;
  height: 4vh;
}

.a-icon-why-copy._5 {
  background-image: url('../images/Location-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10%;
}

.top-row-areas-we-cove4r {
  text-align: center;
  justify-content: space-between;
  align-self: center;
  width: 100%;
  height: 8vh;
  display: flex;
}

.a-icon-why-copy-4 {
  width: 6.5%;
  height: 4vh;
}

.a-icon-why-copy-4._5 {
  background-image: url('../images/Location-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10%;
}

.button-3 {
  color: #081442;
  text-align: center;
  background-color: #fff;
  border: 3px #ddd;
  border-radius: 11px;
  margin: 23px 1px;
  font-style: normal;
}

.button-3:hover {
  color: #fff;
  background-color: #1218c7;
  border-color: #fff;
}

.a-icon-why-copy-5 {
  background-color: #fff;
  background-image: url('../images/Location-We-Cover.svg');
  background-position: 50%;
  background-size: contain;
  width: 6.5%;
  height: 4vh;
}

.a-icon-why-copy-5._5 {
  background-color: #0000;
  background-image: url('../images/Location-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10%;
}

.div-block-14 {
  justify-content: center;
  align-self: center;
  width: 100%;
  display: flex;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  padding-bottom: 18px;
  font-size: 15px;
  font-weight: 500;
}

.area-we-cover {
  color: #fff;
  text-align: left;
  margin-left: 15px;
  padding-left: 0;
  padding-right: 0;
  font-size: 22px;
  font-style: normal;
  display: flex;
}

.a-icon-why-copy-2 {
  background-color: #854e4e;
  background-image: none;
  width: 6.5%;
  height: 4vh;
}

.a-icon-why-copy-2._5 {
  background-color: #0000;
  background-image: url('../images/Location-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10%;
}

.div-block-15 {
  flex-direction: column;
  align-items: center;
  height: auto;
  padding-left: 3px;
  display: flex;
}

.areas-we-cover {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #ff4800;
  border-top: 4px solid #962a00;
  border-bottom: .1px solid #0b156b;
  outline: 3px #333;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 35px;
  display: flex;
}

.form-sucessfull {
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background-image: linear-gradient(#000000e3, #000000e3), url('../images/Structrual-Fabricaion.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block-16 {
  align-self: center;
  width: 85%;
  height: auto;
}

.sucess-mark {
  background-color: #ff4800;
  justify-content: center;
  align-items: center;
  height: 35vh;
  display: flex;
}

.div-block-17 {
  background-image: url('../images/Check-mark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 55%;
}

.success {
  background-color: #f4f4f4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 44vh;
  display: flex;
}

.text-block-14 {
  padding-top: 21px;
  padding-bottom: 21px;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.text-block-15 {
  font-family: Roboto, sans-serif;
  font-size: 22px;
}

.div-block-18 {
  padding-top: 58px;
}

.button-4 {
  border-radius: 6px;
}

.button-4.w--current {
  background-color: #ff4800;
  border-radius: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.go-back-home {
  background-color: #ff4800;
  border-radius: 13px;
  padding: 22px;
  text-decoration: none;
}

.text-block-16 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (min-width: 1920px) {
  .h1-landing-heading {
    letter-spacing: 2px;
  }

  .services-main-div {
    padding-bottom: 50px;
  }

  .services-a-card.grad {
    background-image: linear-gradient(0deg, #ff4800, #b433008a), url('../images/Milling--Turning.jpg');
  }

  .services-a-card.grad:hover {
    background-image: url('../images/Milling--Turning.jpg');
  }

  .services-b-card.grad {
    background-image: linear-gradient(0deg, #ff4800, #b433008a), url('../images/Robotic-Welding.jpg');
  }

  .services-b-card.grad:hover {
    background-image: url('../images/Robotic-Welding.jpg');
  }

  .services-c.grad {
    background-image: linear-gradient(0deg, #ff4800, #b433008a), url('../images/Plasma-Cutting.jpg');
  }

  .services-c.grad:hover {
    background-image: url('../images/Plasma-Cutting.jpg');
  }

  .services-d.grad {
    background-image: linear-gradient(0deg, #ff4800, #b433008a), url('../images/Untitled-2.png');
  }

  .services-d.grad:hover {
    background-image: url('../images/Untitled-2.png');
  }

  .main-and-paragraph {
    padding-bottom: 77px;
  }

  .heading-2 {
    text-transform: uppercase;
  }

  ._1-4 {
    background-image: url('../images/Mild-Steel.svg');
    background-size: 45%;
  }

  ._1-4:hover {
    background-image: url('../images/Mild-Steel-White.svg');
    background-size: 45%;
  }

  ._2-4 {
    background-image: url('../images/Stainless-Steel-Black-new.svg');
    background-size: 60%;
  }

  ._2-4:hover {
    background-image: url('../images/Stainless-Steel-White.svg');
    background-size: 60%;
  }

  ._3-4 {
    background-image: url('../images/Alu-New-Black.svg');
    background-size: 45%;
  }

  ._3-4:hover {
    background-image: url('../images/Alu-new-White.svg');
    background-size: 45%;
  }

  ._4-4 {
    background-image: url('../images/Special-Steel-Black.svg');
    background-size: 60%;
  }

  ._4-4:hover {
    background-image: url('../images/Special-Steel-White.svg');
    background-size: 60%;
  }

  .desktop-nav {
    z-index: 10;
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    background-color: #000000eb;
    position: fixed;
    inset: 0% 0% auto;
  }

  .link.w--current, .sdfsdfsdf.w--current, .link-copy.w--current {
    color: #ff4800;
    font-weight: 700;
  }

  .paragraph-4 {
    outline-offset: 0px;
    border-top-width: 2.3px;
    outline: 1.5px #fff;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
  }

  .select-field:hover {
    border: 1.3px solid #ff4800;
  }

  .text-field:hover {
    border-width: 1.3px;
    border-color: #ff4800;
  }

  .maps-copy {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .right-d {
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .paragraph-line {
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-8 {
    font-size: 20px;
  }

  .social-iocon-block.instagram, .social-iocon-block.linked-in, .social-iocon-block.facebook {
    width: 5%;
  }

  .whatsapp-icon {
    background-image: none;
    width: 3%;
  }

  .paragraph-8 {
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 15px;
    font-size: 23px;
  }

  .whatsapp-icon-on-nav, .whatsapp-icon-copy {
    background-image: none;
    width: 3%;
  }
}

@media screen and (max-width: 991px) {
  .epp-solutions-landing-div {
    background-position: 150%;
    background-size: cover;
  }

  .background-video {
    width: 100%;
    margin-left: 0;
  }

  .services-responsive {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .services-a-card, .services-b-card, .services-c, .services-d {
    width: 100%;
  }

  .main-and-paragraph, .left-header {
    height: auto;
  }

  .personal-attention-service {
    align-items: center;
  }

  .main-icon-set {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    display: flex;
  }

  .paragraph-4 {
    padding-top: 0;
  }

  .maps-copy {
    height: auto;
  }

  .heading-right {
    line-height: 30px;
  }

  .contact-form {
    height: auto;
  }

  .right-d {
    order: 0;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .the-epp-difrance {
    height: auto;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .header-top {
    padding-bottom: 23px;
  }

  .heading-13 {
    text-align: center;
  }

  .main-card-for-machines {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .machine-main-a {
    width: 100%;
  }

  .end-2 {
    color: #fff;
  }

  .footer-responsive {
    justify-content: space-around;
    align-items: stretch;
  }

  .form-block-2 {
    width: 100%;
  }

  .main-adress {
    display: flex;
  }

  .ac-footer-links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .field-label-5 {
    width: 100%;
  }

  .footer {
    height: 55vh;
  }

  .text-block-8 {
    width: 100%;
  }

  .social-iocon-block.instagram, .social-iocon-block.linked-in, .social-iocon-block.facebook {
    width: 10%;
  }

  .whatsapp-icon {
    flex: none;
    width: 15%;
    position: relative;
  }

  .footer-copy {
    height: 55vh;
  }

  .paragraph-8 {
    padding-top: 0;
  }

  .whatsapp-icon-on-nav, .whatsapp-icon-copy {
    flex: none;
    width: 15%;
    position: relative;
  }

  .heading-h2 {
    width: 85%;
  }

  .bottom-row-areas-we-cover, .top-row-areas-we-cove4r {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-15 {
    flex-direction: row;
  }

  .areas-we-cover {
    height: 35vh;
    padding-top: 0;
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .epp-solutions-landing-div {
    background-position: 85%;
    display: none;
  }

  .paragraph {
    width: 85%;
  }

  .h1-buttons-layout {
    flex-flow: column;
  }

  .button, .button-2 {
    width: 100%;
  }

  .vedio-background, .services-main-div {
    display: none;
  }

  .dynamic-bar-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 28px;
  }

  ._1-4, ._2-4, ._3-4, ._4-4 {
    width: 100%;
  }

  .personal-attention-service {
    height: auto;
    padding-top: 35px;
    padding-bottom: 35px;
    display: none;
  }

  .heading-personal-attention {
    font-size: 32px;
    line-height: 35px;
  }

  .paragraph-3 {
    width: 100%;
  }

  .main-icon-set {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    display: grid;
  }

  .ps-a {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .disclamer-message-bellow {
    width: 100%;
    margin-top: 27px;
  }

  .epp-solutions-lazer-icon {
    background-position: 50%;
  }

  .paragraph-4 {
    border-top-style: none;
  }

  .contact-us {
    height: auto;
    padding-top: 36px;
    padding-bottom: 36px;
    display: none;
  }

  .form {
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .form-block {
    width: auto;
  }

  .cc-div {
    width: 100%;
  }

  .name-and-cellphone {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .the-epp-difrance {
    display: none;
  }

  .footer-copy {
    z-index: 0;
    display: none;
  }

  .div-block-4 {
    z-index: -20;
    position: relative;
  }

  .paragraph-8 {
    border-top-style: none;
  }

  .why-choose-goshst-div-button-copy-copy-21 {
    justify-content: flex-start;
    padding-left: 2px;
  }

  .responsive-areas-we-cover {
    width: 95%;
  }

  .heading-h2, .heading-7 {
    justify-content: center;
  }

  .bottom-row-areas-we-cover {
    flex-direction: row;
    grid-template-columns: 1fr;
    align-content: start;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 17px;
  }

  .area-we-cover-e {
    flex-direction: row;
    width: 55%;
  }

  .top-row-areas-we-cove4r {
    border-right: 1.3px solid #537aff;
    flex-direction: row;
    grid-template-columns: 1fr;
    align-items: start;
    height: auto;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .button-3 {
    text-align: center;
  }

  .text-block-7 {
    text-align: center;
    padding-bottom: 43px;
  }

  .div-block-15 {
    align-items: flex-start;
  }

  .areas-we-cover {
    height: auto;
    padding-bottom: 44px;
  }
}

@media screen and (max-width: 479px) {
  .epp-solutions-landing-div {
    background-image: url('../images/Gear-Icon.svg'), linear-gradient(#000c, #000c);
    background-position: 90%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    background-attachment: fixed, scroll;
    flex: none;
    justify-content: center;
    align-items: center;
    height: 75vh;
    display: flex;
  }

  .responsive-landing-arrow-down {
    justify-content: center;
    align-items: flex-end;
    height: auto;
  }

  .h1-landing-heading {
    line-height: 45px;
  }

  .responsive-div {
    height: 80%;
  }

  .paragraph {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .h1-buttons-layout {
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    height: 12vh;
  }

  .button {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }

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

  .vedio-background {
    flex-flow: row;
    height: 85vh;
    display: flex;
    position: absolute;
  }

  .background-video {
    height: 100vh;
    position: relative;
    inset: auto 0% 0%;
  }

  .services-main-div {
    height: auto;
    padding-top: 25px;
    padding-bottom: 50px;
    display: flex;
  }

  .services-responsive {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    height: 50vh;
    margin-top: 35px;
  }

  .heading {
    font-size: 18px;
  }

  .main-and-paragraph {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .left-header, .right-header {
    width: 100%;
  }

  .paragraph-2 {
    text-align: left;
  }

  .dynamic-bar-copy {
    height: 20vh;
  }

  .heading-2 {
    font-size: 26px;
    line-height: 35px;
  }

  ._1-4 {
    background-size: 70%;
    width: 95%;
    margin-right: 0;
  }

  ._1-4:hover {
    background-size: 70%;
  }

  ._2-4 {
    background-size: 85%;
    width: 95%;
  }

  ._2-4:hover {
    background-size: 85%;
  }

  ._3-4 {
    background-size: 70%;
    width: 95%;
  }

  ._3-4:hover {
    background-size: 70%;
  }

  ._4-4 {
    background-size: 85%;
    width: 95%;
  }

  ._4-4:hover {
    background-size: 85%;
  }

  .personal-attention-service {
    height: auto;
    padding-top: 50px;
    display: flex;
  }

  .desktop-nav {
    background-color: #000000e0;
    height: auto;
    padding-top: 12px;
    position: sticky;
  }

  .responsive-desk-nav {
    flex-direction: column;
    flex: none;
    width: 93%;
  }

  .left-logo-div {
    text-align: center;
    order: -1;
    justify-content: center;
    align-items: stretch;
    width: 90%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .logo-place-holder {
    background-position: 50%;
    width: 65%;
  }

  .right-quick-lnks {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 19px;
    padding-bottom: 16px;
  }

  .responsive-main {
    justify-content: center;
    align-items: center;
    width: 85%;
  }

  .heading-personal-attention {
    width: 100%;
  }

  .paragraph-3 {
    width: 100%;
    margin-bottom: 30px;
  }

  .main-icon-set {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-bottom: 1.5px solid #ff4800;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    padding-bottom: 27px;
    display: grid;
  }

  .main-icon-set.first-set {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .ps-a {
    width: 100%;
  }

  .bold-text {
    justify-content: center;
    align-items: stretch;
    font-size: 26px;
    display: flex;
  }

  .i-e {
    width: 80%;
  }

  .disclamer-message-bellow {
    flex-flow: column wrap;
    height: auto;
    margin-top: 31px;
    padding-top: 0;
  }

  .epp-solutions-lazer-icon {
    height: 10vh;
    margin-left: 0;
    display: flex;
  }

  .paragraph-4 {
    outline-offset: 0px;
    text-align: center;
    border: 1px #000;
    outline: 3px #fff;
    height: auto;
  }

  .contact-us {
    height: auto;
    padding-top: 46px;
    padding-bottom: 6px;
    display: flex;
  }

  .left-details-div {
    width: 100%;
  }

  .text-block-13 {
    text-align: left;
    width: 100%;
    margin-bottom: 11px;
    padding-left: 14px;
  }

  .text-field {
    direction: ltr;
    flex: 0 auto;
    width: 100%;
    min-width: 100%;
    min-height: 30px;
  }

  .text-block-12 {
    text-align: left;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 14px;
  }

  .maps-copy {
    justify-content: center;
    align-items: flex-end;
    height: 45vh;
    padding-bottom: 31px;
  }

  .make-an-appointment {
    padding-bottom: 30px;
  }

  .form, .form-block, .cc-div {
    width: auto;
  }

  .heading-right {
    text-align: left;
    border-top: 1px #061233;
    border-radius: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 27px;
    padding-top: 0;
    font-size: 22px;
    line-height: 30px;
  }

  .heading-12 {
    text-align: center;
    margin-bottom: 14px;
  }

  .heading-12.desk {
    display: none;
  }

  .heading-12.mobile {
    text-align: left;
    display: flex;
  }

  .html-embed {
    outline-offset: 0px;
    border: 1px #000;
    outline: 1.5px solid #232323;
    width: 100%;
    height: 100%;
    margin-top: 9px;
  }

  .html-embed:hover {
    outline-offset: 0px;
    border-bottom: 0 #ff4800;
    outline: 1.5px solid #ff4800;
  }

  .contact-form {
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 5px;
  }

  .name-and-cellphone {
    flex-flow: column;
    width: auto;
  }

  .right-d {
    border: 1px #000;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 1px;
  }

  .make-an-appointment-responsive {
    flex-flow: column-reverse;
  }

  .the-epp-difrance {
    padding-top: 32px;
    display: none;
  }

  .heading-13 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-card-for-machines {
    grid-template-columns: 1fr 1fr;
  }

  .photo {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-14 {
    line-height: 35px;
  }

  .paragraph-line {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .link-block-6 {
    width: 100%;
    text-decoration: none;
  }

  .ac-logo {
    background-position: 50%;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 10vh;
    margin-bottom: 22px;
    display: flex;
  }

  .footer-end-main {
    flex-flow: row;
  }

  .end-1 {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .end-3 {
    text-align: center;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .end-2 {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .andries-logo-socials {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .form-2 {
    margin-bottom: 32px;
  }

  .footer-responsive {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 90%;
  }

  .ac-footer-links {
    grid-column-gap: 18px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(115px, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    width: 100%;
    margin-bottom: 0;
    padding: 16px 0;
    display: grid;
  }

  .brake-line {
    background-color: #ff4800;
    height: .2vh;
    margin-top: 16px;
    margin-bottom: 3px;
  }

  .footer {
    z-index: 3;
    justify-content: space-around;
    height: auto;
    padding-top: 39px;
    padding-bottom: 39px;
    position: relative;
  }

  .text-block-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #000;
    border-radius: 8px;
    width: 100%;
    height: 5vh;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    text-decoration: none;
  }

  .text-block-8:hover {
    font-size: 16px;
  }

  .ac-socials-logo {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 8vh;
  }

  .ac-socials-logo.mobile {
    margin-top: 22px;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .ac-socials-logo.desktop {
    display: none;
  }

  .ac-socials-logo.subscribe {
    width: 100%;
  }

  .social-iocon-block.instagram, .social-iocon-block.linked-in {
    width: 20%;
    height: 100%;
  }

  .social-iocon-block.facebook {
    width: 20%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .whatsapp-icon {
    z-index: auto;
    width: 17%;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    inset: auto 0% 0% auto;
  }

  .whatsapp-icon._777 {
    display: flex;
  }

  .footer-copy {
    z-index: 0;
    flex: none;
    justify-content: space-around;
    height: 65vh;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: sticky;
    inset: auto 0% 0%;
  }

  .div-block-4 {
    width: 0%;
    position: fixed;
  }

  .we-specialise {
    width: 85%;
  }

  .paragraph-8 {
    outline-offset: 0px;
    text-align: center;
    border: 1px #000;
    outline: 3px #fff;
    height: auto;
    font-size: 18px;
    font-weight: 700;
  }

  .bold-text-5 {
    flex: 1;
    font-weight: 300;
  }

  .whatsapp-icon-on-nav {
    z-index: auto;
    width: 20%;
    margin-bottom: 0;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
    display: none;
    position: relative;
    inset: auto 0% 0% auto;
  }

  .whatsapp-icon-copy {
    display: none;
  }

  .why-choose-goshst-div-button-copy-copy-21 {
    z-index: 3;
    justify-content: center;
    padding-top: 23px;
    padding-left: 0;
    position: relative;
  }

  .responsive-areas-we-cover {
    width: 93%;
  }

  .heading-h2 {
    text-align: center;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    width: 100%;
  }

  .heading-7 {
    justify-content: center;
    margin-top: 25px;
  }

  .bottom-row-areas-we-cover {
    grid-column-gap: 6px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .area-1 {
    flex: none;
    justify-content: center;
    width: 100%;
  }

  .area-we-cover-e {
    text-align: center;
    flex-direction: column;
    flex: none;
    align-items: center;
    width: 100%;
    padding: 9px 0;
    font-style: normal;
  }

  .a-icon-why-copy._5 {
    justify-content: center;
    display: flex;
  }

  .top-row-areas-we-cove4r {
    grid-column-gap: 6px;
    grid-row-gap: 16px;
    border-right-width: 1.5px;
    border-right-color: #fff;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: end;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
    overflow: visible;
  }

  .button-3 {
    margin-top: 22px;
    margin-bottom: 22px;
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .a-icon-why-copy-5._5 {
    padding: 25px 0;
  }

  .text-block-7 {
    text-align: center;
  }

  .area-we-cover {
    text-align: center;
    flex: none;
    margin-left: 0;
    padding-top: 23px;
  }

  .a-icon-why-copy-2._5 {
    width: 10%;
  }

  .areas-we-cover {
    padding-bottom: 0;
  }

  .form-sucessfull {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .text-block-14 {
    padding-bottom: 49px;
  }

  .text-block-15 {
    text-align: center;
    padding-left: 36px;
    padding-right: 36px;
    font-family: Roboto, sans-serif;
    line-height: 26px;
  }

  .button-4.w--current {
    font-family: Roboto, sans-serif;
    font-weight: 700;
  }

  .go-back-home {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-block-16 {
    font-size: 18px;
  }

  #w-node-b74e7fad-cc61-5137-5207-ff5365d9ca77-bbfcb8fe, #w-node-_46fbe7be-e53b-d864-603c-eefa57e032ae-bbfcb8fe, #w-node-a52d8d6c-a5be-e990-31dc-9d4c89ee34fb-bbfcb8fe, #w-node-a52d8d6c-a5be-e990-31dc-9d4c89ee3501-bbfcb8fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}