/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
html {
  scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Work Sans', sans-serif; }

* {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: #66802a;
  font-weight: bold; }

.box {
  border-radius: 3px; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome, Opera and Firefox */ }

/* Preloader (for slideshow images) */
div#preloader {
  position: absolute;
  left: -9999px;
  top: -9999px; }

div#preloader img {
  display: block; }

/* Navigation */
#nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100px;
  text-align: center;
  z-index: 999;
  background: white;
  font-size: 22px;
  padding: 20px;
  box-shadow: 0 0 10px #0051; }

#nav img {
  width: 110px;
  padding: 10px 20px;
  vertical-align: middle;
  transition: .2s; }

#nav img:hover {
  transform: rotate(-25deg) scale(1.1); }

#nav a {
  display: inline-block;
  padding: 0px 20px;
  text-decoration: none;
  color: #2b519f;
  border-radius: 5px;
  transition: all .2s;
  position: relative;
  font-weight: normal; }

#nav #logo_link {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%); }

#links {
  position: absolute;
  width: calc(100% - 150px);
  top: 50%;
  left: 150px;
  transform: translateY(-50%);
  border-radius: 3px;
  transition: all .2s; }

#links a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #66802a;
  border-radius: 10px;
  opacity: 0;
  transition: all .2s; }

#links a:hover::after, #links a.current::after {
  opacity: 1; }

#nav .img_link:hover {
  background: none; }

#nav_btn_mobile {
  position: relative;
  float: right;
  width: 50px;
  height: 50px;
  display: none;
  cursor: pointer;
  outline: none;
  transition: all .2s; }

#nav_btn_mobile:hover {
  transform: scale(1.1); }

#nav_btn_mobile:active {
  transform: none; }

#nav_btn_mobile.mmOpen {
  transform: none; }

.nav_btn_bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 6px;
  background: #2b519f; }

#nb1 {
  background: #66802a;
  transform: translate(-50%, calc(-50% - 10px)); }

#nb2 {
  transform: translate(-50%, -50%); }

#nb3 {
  background: #575756;
  transform: translate(-50%, calc(-50% + 10px)); }

@keyframes nbAnim1 {
  0% {
    transform: translate(-50%, calc(-50% - 10px));
    background: #66802a; }
  50% {
    transform: translate(-50%, -50%);
    background: black; }
  100% {
    transform: translate(-50%, -50%) rotate(45deg);
    background: #66802a; } }
@keyframes nbAnim2 {
  0% {
    background: #2b519f; }
  50% {
    background: black; }
  51% {
    background: black;
    opacity: 0; }
  100% {
    background: black;
    opacity: 0; } }
@keyframes nbAnim3 {
  0% {
    transform: translate(-50%, calc(-50% + 10px));
    background: #575756; }
  50% {
    transform: translate(-50%, -50%);
    background: black; }
  100% {
    transform: translate(-50%, -50%) rotate(-45deg);
    background: #575756; } }
@keyframes nbAnim1a {
  0% {
    transform: translate(-50%, calc(-50% - 10px));
    background: #66802a; }
  50% {
    transform: translate(-50%, -50%);
    background: black; }
  100% {
    transform: translate(-50%, -50%) rotate(45deg);
    background: #66802a; } }
@keyframes nbAnim2a {
  0% {
    background: #2b519f; }
  50% {
    background: black; }
  51% {
    background: black;
    opacity: 0; }
  100% {
    background: black;
    opacity: 0; } }
@keyframes nbAnim3a {
  0% {
    transform: translate(-50%, calc(-50% + 10px));
    background: #575756; }
  50% {
    transform: translate(-50%, -50%);
    background: black; }
  100% {
    transform: translate(-50%, -50%) rotate(-45deg);
    background: #575756; } }
@media (max-width: 900px) {
  #nav a {
    font-size: calc(19px + 3 * ((100vw - 800px) / 100)); } }
@media (max-width: 800px) {
  #nav a {
    font-size: 22px; }

  #nav_btn_mobile {
    display: block; }

  #links {
    width: auto;
    top: 100%;
    left: 100%;
    transform: translateX(-100%);
    background: white;
    line-height: 1.8;
    height: 0px;
    overflow: hidden;
    text-align: right; }

  #links.mmOpen {
    display: block;
    height: 170px;
    padding-bottom: 20px; }

  #links a::after {
    margin-top: -10px; } }
/* Slideshow */
#slideshow {
  position: fixed;
  top: 0;
  left: 0;
  background: black;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 490px;
  text-align: center;
  width: 100%;
  margin: auto;
  margin-top: 100px; }

#slide_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: white;
  opacity: 0;
  pointer-events: none; }

.slideshow_arrow {
  width: 40px;
  height: 40px;
  padding: 0px;
  background: none;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  opacity: 0;
  cursor: pointer;
  transition: all .2s; }

@media (max-width: 767px) {
  .slideshow_arrow {
    opacity: .1; } }
@media (min-width: 767px) {
  #slideshow:hover .slideshow_arrow {
    opacity: 1; } }
#arrow_prev {
  left: 20px;
  transform: scaleX(-1) translateY(-50%); }

#arrow_next {
  right: 20px;
  transform: translateY(-50%); }

#arrow_prev:active {
  transform: scaleX(-1) translateY(-50%) scale(0.8); }

#arrow_next:active {
  transform: translateY(-50%) scale(0.8); }

.slideshow_img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  transition: opacity .3s, background-image 0s; }

#slide_msg_container {
  display: table;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: white;
  font-size: 35px; }

.slide_msg_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: opacity .3s, background-image 0s;
  filter: blur(2px);
  background-image: url(../img/slide_code_computer-dim.jpg); }

#slide_msg_bg_color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #575756bd; }

#slide_msg {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100px; }

@media (max-width: 800px) {
  #slideshow {
    height: calc(200px + 290 * ((100vw - 320px) / 480)); }

  #slide_msg {
    padding: 0 60px;
    font-size: calc(16px + 19 * ((100vw - 320px) / 480));
    height: calc(60px + 50 * ((100vw - 320px) / 480)); } }
/* Content - General */
#content_container {
  position: relative;
  padding-bottom: 60px;
  padding-top: 50px;
  margin-top: 100px;
  /*background-image: url(../img/dot_grid.png);*/
  background-color: white;
  z-index: 1; }

#content_container.homepage_content {
  margin-top: 590px;
  padding-top: 0px; }

@media (max-width: 800px) {
  #content_container.homepage_content {
    margin-top: calc(300px + 290 * ((100vw - 320px) / 480)); } }
#content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 18px; }

#welcome h1 {
  color: #2b519f;
  text-align: center;
  padding: 30px 0 0 0;
  margin: 0px; }

#welcome h1::after {
  content: "";
  background-image: url("assets/img/arrow_down.svg");
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 100%;
  height: 20px;
  margin: 30px 0; }

.info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-top: 50px; }

#info2 {
  padding-top: 0px; }

.panel {
  width: 22%;
  min-width: 350px;
  height: 323px;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  overflow: hidden;
  text-overflow: ellipsis; }

#info2 .panel {
  height: 310px; }

.panel h2 {
  text-align: left;
  padding: 10px 0;
  margin: 0px;
  box-shadow: 0 0 10px #0002;
  cursor: pointer;
  color: #575756; }

#ip3 > a {
  padding: 0 20px; }

#info2 .panel h2 {
  padding-left: 0px; }

.panel img {
  width: 100%; }

.panel p, .panel ul {
  padding: 0px;
  color: black;
  line-height: 1.2em;
  height: 8.4em;
  overflow: hidden;
  position: relative; }

.panel ul {
  padding-left: 20px; }

/*.panel p::after, .panel ul::after {
    content: "...";
    position: absolute;
    right: 1.9em;
    bottom: 0.1em;
}
.panel ul::after {right: 0.8em;}
#fast_contact p::after {content: none;}*/
#fast_contact {
  text-align: center; }

#info2 #fast_contact h2 {
  text-align: center;
  padding-left: 0px; }

.readmore {
  font-size: 20px; }

#p1 {
  /*background: #66802a;
  background: linear-gradient(180deg, #66802a, transparent);*/
  background-image: url(../img/white_cables.png);
  order: 1; }

#p2, #fast_contact {
  width: 39%;
  order: 2; }

#p2 {
  display: table; }

#p3 {
  /*background: #003e56;
  background: linear-gradient(180deg, #003e56, transparent);*/
  background-image: url(../img/silver_tubes.png);
  order: 3; }

#ip1 {
  order: 1; }

#ip3 {
  order: 3; }

#p1 h2, #p3 h2 {
  color: white;
  text-align: center; }

#p1 h2 {
  background: #66802a; }

#p3 h2 {
  background: #003e56; }

#fast_contact p {
  height: auto;
  margin-bottom: 0px; }

#phone_icon {
  display: none; }

#phone_icon img {
  width: 100%; }

.panel .sm_icon, .sm_icon {
  width: 35px; }

#logo_and_sm {
  /*display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-evenly;*/
  display: block;
  height: auto;
  text-align: center; }

#logo_and_sm > img {
  width: 50%; }

.contact_logo {
  display: inline-block;
  margin: 10px; }

#logo_and_sm a {
  display: block;
  margin-top: 10px; }

@media (max-width: 983px) {
  #p1, #ip1 {
    order: 1; }

  #p2, #fast_contact {
    order: 3; }

  #p3, #ip3 {
    order: 2; } }
@media (min-width: 1100px) {
  #fast_contact p {
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px; }

  #phone_icon {
    display: block;
    float: left;
    width: 40px;
    height: 100%;
    margin: 0 10px 0 20px; } }
@media (max-width: 767px) {
  /*#p1, #p2, #p3 {display: none;}*/
  #p2 {
    height: auto;
    padding: 20px 0px; } }
/* Contact and Chart */
#contact_and_chart {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

/* Contact Us Form */
.contact_box {
  padding: 20px;
  background: linear-gradient(#000a, #000a), url(../img/discharge_valve.jpg);
  background-size: cover;
  color: #fff;
  width: 48%;
  max-width: 600px;
  border-radius: 3px; }

.contact_box form {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: relative; }

.contact_box input, .contact_box textarea {
  font-family: 'Work Sans', sans-serif; }

.b24 {
  font-weight: bold;
  font-size: 24px; }

#cb2 {
  margin: 20px;
  width: calc(100% - 40px);
  height: auto; }

.cbox_container {
  display: flex;
  justify-content: space-around; }

.cbox1, .cbox2 {
  width: 42%; }

#cbox_hr {
  display: none; }

@media (max-width: 767px) {
  .cbox_container {
    display: block; }

  .cbox1, .cbox2 {
    width: 100%; }

  #cbox_hr {
    display: block;
    width: 20%;
    margin: 50px auto; } }
.contact_box h1 {
  text-align: center;
  color: white;
  font-size: 20px; }

.contact_box input, .submit_msg {
  margin: 0px;
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  border-radius: 3px;
  background: #fffc;
  color: black;
  width: 100%; }

.contact_box textarea {
  margin: 0px;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  flex-basis: 150px;
  flex-grow: 4;
  resize: none;
  border-radius: 3px;
  background: #fffd; }

.form_submitted {
  position: relative;
  width: 100%;
  text-align: center; }

.form_submitted input, .submit_msg, button.g-recaptcha {
  background: #2b519f;
  color: white;
  padding: 15px;
  border-radius: 10px;
  box-shadow: none;
  margin: 0px;
  font-size: 20px;
  font-weight: bold;
  border: none;
  width: 100%;
  cursor: pointer; }

.submit_msg {
  position: absolute;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  opacity: 0;
  z-index: -1; }

input[type="submit"] {
  cursor: pointer; }

@keyframes fade_out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes message_sent_anim {
  0% {
    z-index: 1;
    opacity: 0;
    background: #2b519f;
    color: white; }
  100% {
    z-index: 1;
    opacity: 1;
    background: #66802a;
    color: white; } }
.required {
  color: red; }

.contact_box input, .contact_box textarea {
  width: 100%;
  border: none; }

.contact_box ::placeholder {
  font-weight: bold; }

/* Chart */
#chart {
  position: relative;
  width: 48%;
  background-color: #000;
  /*background-image: url(../img/dot_grid_transparent.png);*/
  border-radius: 3px;
  font-family: Arial;
  /*animation: growShrink 1s infinite;*/ }

#chart_top, #chart_bottom {
  position: relative;
  width: 100%;
  overflow: hidden; }

#chart_top {
  height: 70%; }

#chart_bottom {
  height: 30%; }

#chart svg, .gear {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%; }

#chart_top svg, #chart_top .gear {
  top: 100%; }

#chart_bottom svg, #chart_bottom .gear {
  top: 0%; }

#reflection_fade {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #9993, #999 80%); }

svg textPath {
  text-shadow: 0 0 4px #fff3;
  fill: white; }

.gear {
  width: 44%; }

#g1 {
  animation: spinCW 25s infinite linear; }

#g2 {
  animation: spinCCW 25s infinite linear; }

.o1 {
  animation: ringColor1 15s infinite linear; }

.o2 {
  animation: ringColor2 15s infinite linear; }

#t1 {
  animation: textFade1 15s linear infinite; }

#t2 {
  animation: textFade2 15s linear infinite; }

#t3 {
  animation: textFade3 15s linear infinite; }

#t4 {
  animation: textFade4 15s linear infinite; }

#t5 {
  animation: textFade5 15s linear infinite; }

/* Animation to make SVG animation Safari Compatible */
@keyframes growShrink {
  0% {
    transform: scale(1);
    height: 441px; }
  50% {
    transform: scale(1);
    height: 441.5px; }
  100% {
    transform: scale(1);
    height: 441px; } }
/* Gear Animation */
@keyframes spinCW {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  50% {
    transform: translate(-50%, -50%) rotate(180deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes spinCCW {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  50% {
    transform: translate(-50%, -50%) rotate(-180deg); }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg); } }
@keyframes spinCWsafari {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  50% {
    transform: translate(-50%, -50%) rotate(180deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes spinCCWsafari {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  50% {
    transform: translate(-50%, -50%) rotate(-180deg); }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg); } }
/* Ring Animation */
@keyframes ringColor2 {
  0%, 15% {
    stop-color: #657f29; }
  /* text1 */
  20%, 35% {
    stop-color: #2c53a0; }
  /* text2 */
  40%, 55% {
    stop-color: #585856; }
  /* text3 */
  60%, 75% {
    stop-color: black; }
  /* text4 */
  80%, 95% {
    stop-color: #051c48; }
  /* text5 */
  100% {
    stop-color: #657f29; }
  /* text1 */ }
@keyframes ringColor1 {
  0%, 15% {
    stop-color: #5d991a; }
  /* text1 */
  20%, 35% {
    stop-color: #2a47d5; }
  /* text2 */
  40%, 55% {
    stop-color: #6b6e59; }
  /* text3 */
  60%, 75% {
    stop-color: #544745; }
  /* text4 */
  80%, 95% {
    stop-color: #021464; }
  /* text5 */
  100% {
    stop-color: #5d991a; }
  /* text1 */ }
/* Text Animation */
@keyframes textFade1 {
  0%, 15% {
    opacity: 1; }
  /* text1 */
  20%, 35% {
    opacity: 0; }
  /* text2 */
  40%, 55% {
    opacity: 0; }
  /* text3 */
  60%, 75% {
    opacity: 0; }
  /* text4 */
  80%, 95% {
    opacity: 0; }
  /* text5 */
  100% {
    opacity: 1; }
  /* text1 */ }
@keyframes textFade2 {
  0%, 15% {
    opacity: 0; }
  /* text1 */
  20%, 35% {
    opacity: 1; }
  /* text2 */
  40%, 55% {
    opacity: 0; }
  /* text3 */
  60%, 75% {
    opacity: 0; }
  /* text4 */
  80%, 95% {
    opacity: 0; }
  /* text5 */
  100% {
    opacity: 0; }
  /* text1 */ }
@keyframes textFade3 {
  0%, 15% {
    opacity: 0; }
  /* text1 */
  20%, 35% {
    opacity: 0; }
  /* text2 */
  40%, 55% {
    opacity: 1; }
  /* text3 */
  60%, 75% {
    opacity: 0; }
  /* text4 */
  80%, 95% {
    opacity: 0; }
  /* text5 */
  100% {
    opacity: 0; }
  /* text1 */ }
@keyframes textFade4 {
  0%, 15% {
    opacity: 0; }
  /* text1 */
  20%, 35% {
    opacity: 0; }
  /* text2 */
  40%, 55% {
    opacity: 0; }
  /* text3 */
  60%, 75% {
    opacity: 1; }
  /* text4 */
  80%, 95% {
    opacity: 0; }
  /* text5 */
  100% {
    opacity: 0; }
  /* text1 */ }
@keyframes textFade5 {
  0%, 15% {
    opacity: 0; }
  /* text1 */
  20%, 35% {
    opacity: 0; }
  /* text2 */
  40%, 55% {
    opacity: 0; }
  /* text3 */
  60%, 75% {
    opacity: 0; }
  /* text4 */
  80%, 95% {
    opacity: 1; }
  /* text5 */
  100% {
    opacity: 0; }
  /* text1 */ }
@media (max-width: 800px) {
  #chart {
    display: none; }

  .contact_box {
    width: 100%; }

  #content_container {
    padding-bottom: 30px; } }
/* Non-Home Pages */
.bot_images {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 20px; }

.bot_images img {
  width: 32%; }

.bot_img {
  width: 32.1%;
  height: 300px;
  background-repeat: no-repeat;
  border-radius: 3px; }

/* About Us */
.bot_img.about {
  background-size: cover; }

#ab_img1 {
  background-image: url(../img/automation_man.jpg); }

#ab_img2 {
  background-image: url(../img/automation_silver-hires2.png); }

#ab_img3 {
  background-image: url(../img/cardboard.jpg); }

/* Services */
#services_list {
  margin-top: 5px;
  position: relative; }

#services_list li {
  margin: 10px 0; }

.bot_img.service {
  background-size: contain;
  background-position: center; }

#se_img1 {
  background-image: url(../img/control-panel-technical-design.png); }

#se_img2 {
  background-image: url(../img/software.jpg);
  background-size: cover; }

#se_img3 {
  background-image: url(../img/control_panel.png); }

#picM {
  float: right;
  margin-left: 20px; }

@media (max-width: 900px) {
  #picM {
    display: block;
    float: none;
    margin: 0px; } }
/* Clients */
#client_logos {
  display: flex;
  flex-wrap: nowrap;
  width: 100%; }

#client_logos img {
  width: 25%;
  padding: 40px; }

#client_logos #gea {
  padding: 30px; }

/* Contact Flex */
#contact_table {
  display: table;
  margin-bottom: 30px; }

#contact_table div {
  display: table-cell;
  height: 250px; }

#contact_info {
  font-size: 25px;
  padding-right: 30px; }

#dec_img {
  width: 100%;
  background: url(../img/pencil_engineer.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 3px; }

#contact_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-height: 500px; }

#contact_flex .contact_box, #gmap {
  width: calc(50% - 15px);
  min-width: 400px;
  height: 100%; }

@media (max-width: 900px) {
  #contact_flex {
    max-height: none; }

  #contact_flex .contact_box, #gmap {
    width: 100%;
    max-width: none; } }
/* Footer */
#footer {
  position: relative;
  background: #000;
  text-align: center;
  color: #dfe0ec;
  width: 100%;
  display: inline-block;
  padding: 20px 0px;
  border-bottom: 1px solid #0004; }

#footer a {
  color: #dfe0ec;
  font-weight: bold;
  text-decoration: none; }

#footer img {
  height: 28px;
  margin-bottom: -5px;
  filter: brightness(10); }