.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: none;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  background-position: 0px 0px;
  color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.div-block {
  position: absolute;
  width: 100%;
  height: 100%;
}

.background-video {
  width: auto;
}

.div-block-2 {
  position: absolute;
  width: 100%;
  height: auto;
  margin-top: 100px;
}

.navbar {
  margin-top: 0px;
  margin-bottom: -64px;
  background-color: transparent;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 27px;
  margin-left: 27px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section {
  height: auto;
}

.background-div {
  position: absolute;
  width: 100%;
  height: 100%;
}

.section {
  position: relative;
  height: auto;
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #1d1c1c;
}

.section.white {
  background-color: #1d1c1c;
}

.background-video-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(4, 10, 24, 0.65);
  opacity: 1;
}

.div-block-3 {
  width: 50%;
  text-align: center;
}

.heading {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 300;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.brand {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999999999;
  margin-bottom: 0px;
  padding-top: 0px;
  background-color: #1d1c1c;
}

.nav-link-2 {
  font-family: Lato, sans-serif;
  color: #fff;
}

.nav-link-2.w--current {
  color: #818181;
}

.nav-link-3 {
  font-family: Lato, sans-serif;
  color: #348de6;
}

.nav-link-3.w--current {
  color: #818181;
}

.nav-link-4 {
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  font-family: Lato, sans-serif;
  color: #348de6;
}

.dropdown {
  color: #348de6;
}

.heading-2 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  text-align: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: 'Droid Sans', sans-serif;
}

.div-block-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding: 10px 8px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 0px 0.5px 0.5px;
  border-color: #fff;
  border-radius: 0px;
  text-decoration: none;
}

.div-block-services:hover {
  padding-top: 5px;
  padding-bottom: 40px;
  border-style: solid none none;
  border-width: 5px 1px 1px;
  border-color: #348de6;
  box-shadow: none;
}

.heading-3 {
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
  font-weight: 400;
}

.heading-3.services {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  color: #348de6;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.bold-text {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.text-block {
  width: 100%;
  font-family: Lato, sans-serif;
  color: #0e0d0d;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}

.div-block-8 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 10px 10px 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.div-block-9 {
  width: 95%;
  margin-left: 10px;
  padding-right: 7px;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.image {
  max-width: none;
  text-align: left;
}

.div-block-10 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 10, 24, 0.65)), to(rgba(4, 10, 24, 0.65))), url('../images/Spur-pinions-and-gears_.jpg');
  background-image: linear-gradient(180deg, rgba(4, 10, 24, 0.65), rgba(4, 10, 24, 0.65)), url('../images/Spur-pinions-and-gears_.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-secondary {
  position: relative;
  display: block;
  height: 50vh;
}

.section-2 {
  position: relative;
}

.section-3 {
  position: relative;
}

.section-4 {
  background-color: transparent;
}

.section-5 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #1d1c1c;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-11 {
  width: auto;
  margin-right: 20px;
}

.div-block-12 {
  width: 60%;
}

.paragraph {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

.text-block-2 {
  margin-top: 8px;
  color: #fff;
}

.text-block-3 {
  margin-top: 17px;
  color: #fff;
  font-size: 15px;
  text-align: right;
}

.heading-4 {
  font-weight: 400;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 400px;
  padding: 40px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.42)), to(rgba(0, 0, 0, 0.42))), url('../images/Worm-and-wheel.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.42)), url('../images/Worm-and-wheel.jpg');
  background-position: 0px 0px, 0px 0px;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.paragraph-2 {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.div-block-2-half {
  width: 50%;
  padding: 40px 30px;
}

.paragraph-3 {
  font-size: 16px;
  line-height: 22px;
}

.heading-5 {
  color: #fff;
  font-weight: 400;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/pexels-pixabay-159298.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/pexels-pixabay-159298.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(21, 35, 65, 0.56);
}

.paragraph-4 {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.63)), to(rgba(0, 0, 0, 0.63))), url('../images/pexels-pixabay-159298.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url('../images/pexels-pixabay-159298.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.div-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-6 {
  font-family: Lato, sans-serif;
  color: #348de6;
  font-weight: 300;
}

.paragraph-5 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

.div-block-19 {
  width: 50%;
  padding-right: 20px;
  padding-left: 15px;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50vh;
  padding-top: 52px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: radial-gradient(circle farthest-corner at 100% 50%, transparent, #1d1c1c 95%, #1d1c1c), url('../images/Custon-specifications.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.image-2 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, #000);
}

.div-block-21 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Laurence-web.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.lightbox-link {
  width: auto;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 150px;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-7 {
  background-color: #1d1c1c;
}

.grid {
  grid-column-gap: 20px;
  grid-template-areas: "Area Area-3 Area-4"
    "Area-2 Area-6 Area-5"
    "Area-2 Area-6 Area-5";
  -ms-grid-columns: 1fr 20px 0.75fr 20px 1fr;
  grid-template-columns: 1fr 0.75fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.paragraph-6 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
}

.text-block-4 {
  font-family: Lato, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.text-block-5 {
  margin-bottom: 13px;
  color: #fff;
}

.text-block-6 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-link-block {
  margin-top: 3px;
  margin-bottom: 3px;
  text-decoration: none;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 105px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Lato, sans-serif;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 40px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  font-size: 16px;
  text-align: center;
}

.button:hover {
  background-color: #741a72;
}

.div-block-28 {
  margin-top: 10px;
  text-align: center;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-field {
  border-radius: 20px;
  background-color: transparent;
  color: #fff;
  font-size: 17px;
}

.text-field::-webkit-input-placeholder {
  color: #fff;
}

.text-field:-ms-input-placeholder {
  color: #fff;
}

.text-field::-ms-input-placeholder {
  color: #fff;
}

.text-field::placeholder {
  color: #fff;
}

.text-field-2 {
  border-radius: 20px;
  background-color: transparent;
  color: #fff;
  font-size: 17px;
}

.text-field-2::-webkit-input-placeholder {
  color: #fff;
}

.text-field-2:-ms-input-placeholder {
  color: #fff;
}

.text-field-2::-ms-input-placeholder {
  color: #fff;
}

.text-field-2::placeholder {
  color: #fff;
}

.text-field-3 {
  border-radius: 20px;
  background-color: transparent;
  color: #fff;
  font-size: 17px;
}

.text-field-3::-webkit-input-placeholder {
  color: #fff;
}

.text-field-3:-ms-input-placeholder {
  color: #fff;
}

.text-field-3::-ms-input-placeholder {
  color: #fff;
}

.text-field-3::placeholder {
  color: #fff;
}

.text-field-4 {
  border-radius: 20px;
  background-color: transparent;
  color: #fff;
  font-size: 17px;
}

.text-field-4::-webkit-input-placeholder {
  color: #fff;
}

.text-field-4:-ms-input-placeholder {
  color: #fff;
}

.text-field-4::-ms-input-placeholder {
  color: #fff;
}

.text-field-4::placeholder {
  color: #fff;
}

.textarea {
  border-radius: 20px;
  background-color: transparent;
  color: #fff;
  font-size: 17px;
}

.textarea::-webkit-input-placeholder {
  color: #fff;
}

.textarea:-ms-input-placeholder {
  color: #fff;
}

.textarea::-ms-input-placeholder {
  color: #fff;
}

.textarea::placeholder {
  color: #fff;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  width: 75%;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.div-block-34 {
  width: 30%;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 71px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-36 {
  width: 30%;
}

.dropdown-toggle {
  font-family: Lato, sans-serif;
}

.specialist-gears {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50vh;
  padding-top: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 100% 50%, transparent, #1d1c1c 100%, #1d1c1c), url('../images/Specialist-gears.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.cutting-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50vh;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 0% 50%, transparent, #1d1c1c 93%, #1d1c1c), url('../images/Cutting-services.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.complete-solutions {
  width: 50%;
  height: 50vh;
  background-image: radial-gradient(circle farthest-corner at 0% 50%, transparent, #1d1c1c 94%, #1d1c1c), url('../images/Complete-solutions.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.contact-us {
  position: relative;
  height: auto;
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #1d1c1c;
}

.contact-us.white {
  background-color: #1d1c1c;
}

.footer {
  position: relative;
  height: auto;
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #1d1c1c;
}

.footer.white {
  background-color: #1d1c1c;
}

.div-block-rev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-list {
  background-color: #1d1c1c;
}

.dropdown-link {
  font-family: Lato, sans-serif;
  color: #fff;
}

.dropdown-link:hover {
  color: #348de6;
}

.dropdown-link-2 {
  font-family: Lato, sans-serif;
  color: #fff;
}

.dropdown-link-2:hover {
  color: #348de6;
}

.dropdown-link-3 {
  font-family: Lato, sans-serif;
  color: #fff;
}

.dropdown-link-3:hover {
  color: #348de6;
}

.dropdown-link-4 {
  font-family: Lato, sans-serif;
  color: #fff;
}

.dropdown-link-4:hover {
  color: #348de6;
}

.paragraph-7 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.lottie-animation {
  width: 320px;
}

.lottie-animation-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.lottie-animation-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie-animation-4 {
  width: 60%;
}

.dropdown-link-5 {
  color: #fff;
}

.dropdown-link-5:hover {
  color: #348de6;
}

.dropdown-link-6 {
  color: #fff;
}

.dropdown-link-6:hover {
  color: #348de6;
}

.dropdown-link-7 {
  color: #fff;
}

.dropdown-link-7:hover {
  color: #348de6;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-37 {
  width: 30%;
}

.div-block-38 {
  width: 30%;
}

.div-block-39 {
  width: 30%;
}

.text-block-7 {
  color: #fff;
}

.link-block {
  margin-top: 18px;
}

@media screen and (max-width: 991px) {
  .div-block-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .paragraph {
    margin-left: 13px;
  }

  .container-4 {
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-12 {
    width: 80%;
  }

  .div-block-18 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .div-block-19 {
    width: 95%;
  }

  .div-block-20 {
    width: 75%;
  }

  .div-block-21 {
    height: 500px;
    margin-top: 14px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-22 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-template-areas: "Area Area-3 Area-4"
      "Area-2 Area-6 Area-5"
      "Area-2 Area-6 Area-5"
      "Area-7 . .";
    -ms-grid-columns: 1.75fr 0.75fr 1fr;
    grid-template-columns: 1.75fr 0.75fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .div-block-27 {
    margin-top: 54px;
  }

  .specialist-gears {
    width: 75%;
  }

  .cutting-services {
    width: 75%;
  }

  .complete-solutions {
    width: 75%;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .container-6 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .div-block-37 {
    width: 50%;
  }

  .div-block-38 {
    width: 50%;
  }

  .div-block-40 {
    margin-top: 36px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .centered-container {
    text-align: left;
  }

  .section {
    padding-top: 20px;
  }

  .background-video-2 {
    height: 250px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-3 {
    width: 300px;
  }

  .heading {
    font-size: 36px;
    line-height: 38px;
    text-align: center;
  }

  .div-block-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-services {
    width: 80%;
    margin-top: 10px;
  }

  .div-block-12 {
    width: 90%;
  }

  .div-block-19 {
    padding-left: 0px;
  }

  .div-block-20 {
    width: 100%;
    height: 50vh;
    padding-top: 11px;
  }

  .div-block-27 {
    margin-top: 27px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-block {
    width: 90%;
  }

  .specialist-gears {
    width: 100%;
    height: 50vh;
    padding-top: 25px;
  }

  .cutting-services {
    width: 100%;
    height: 50vh;
    padding-top: 33px;
  }

  .complete-solutions {
    width: 100%;
  }

  .container-4 {
    padding-left: 20px;
  }

  .paragraph-7 {
    font-size: 15px;
  }

  .lottie-animation {
    width: 250px;
  }

  .container-5 {
    padding-right: 19px;
    padding-left: 21px;
  }

  .container-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-37 {
    width: 100%;
  }

  .div-block-38 {
    width: 100%;
  }

  .div-block-39 {
    width: 100%;
  }

  .div-block-40 {
    width: 100%;
  }
}

