/* Media Query for devices withi coarse pointers and no hover functionality */
/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */
/* Retina displays ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 2), only screen and (min-resolution: 192dpi) {}
@media (pointer: coarse) and (hover: none) {
     header {
          background: url("../assets/backgrounds/carbon-hex.png") black no-repeat center center scroll;
     }
     header video {
          display: none;
     }
}
/* -----------------------------------------
::  Header Content
----------------------------------------- */
.hidden {
     display: none;
}
.logo-skew {
     transform: skew(0deg);
}
.srs-logo {
     width: 100%;
     max-width: 350px;
     height: auto;
     margin-top: 5px;
     margin-left: -30px;
}
.logo-container {
     display: flex;
     justify-content: center;
     margin-left: 60px;
     transform: skew(30deg);
}
.header-img {
     width: 100%;
     max-width: 600px;
     height: auto;
}
.banner {
     align-items: center;
     display: flex;
     margin-bottom: 100px;
     margin-top: 100px;
     justify-content: center;
}
.srs-header {
     background: url("../assets/backgrounds/carbon-hex.png")black no-repeat center center scroll;
     background-size: cover;
     overflow: hidden;
     min-height: 400px;
}
.bg-wood {
     background: url("../assets/backgrounds/bg5.jpg")no-repeat;
     background-size: cover;
     overflow: hidden;
}
header {
     position: relative;
     background-color: black;
     height: 400px;
     min-height: 300px;
     width: 100%;
     overflow: hidden;
}
header video {
     position: absolute;
     top: 50%;
     left: 50%;
     min-width: 100%;
     min-height: 100%;
     width: auto;
     height: auto;
     z-index: 0;
     -ms-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
     -webkit-transform: translateX(-50%) translateY(-50%);
     transform: translateX(-50%) translateY(-50%);
}
header .container {
     position: relative;
     z-index: 2;
}
header .overlay {
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
     background-color: black;
     opacity: 0.0;
     z-index: 1;
}
.srs-login {
     background-position: top center;
     background-size: cover;
     background-image: url("../assets/backgrounds/login.png");
}
.hex-cover {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     background: url("../assets/graphics/carbon-hex.png") center center;
     background-size: cover;
}
/* dark texture over hex cover #1 screen */
.dark-texture-multiply {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     background: url("../assets/graphics/slider-dark-texture.jpg") center center;
     background-size: cover;
     mix-blend-mode: screen;
     opacity: 0.75;
}
/* dark texture over hex cover #2 multiply */
.dark-texture-overlay {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     background: url("../assets/graphics/slider-dark-texture.jpg") center center;
     background-size: cover;
     mix-blend-mode: overlay;
     opacity: 0.50;
}
/* -----------------------------------------
::  Bullets & List Items
----------------------------------------- */
li grey {
     color: #9D9EA3;
     text-shadow: 2px 2px 2px #000000;
}
ul.red li::marker {
     color: #AA0000;
     text-shadow: 2px 2px 2px #000000;
}
ul.white li::marker {
     color: #ffffff;
     text-shadow: 2px 2px 2px #000000;
}
/* -----------------------------------------
::  Website Forms
----------------------------------------- */
#bg-n > input {
     background-color: transparent;
     border: none;
}
#bg-n > input:focus {
     outline: none;
}
#bg-p > input {
     background-color: transparent;
     border: none;
}
#bg-p > input:focus {
     outline: none;
}
#bg-e > input {
     background-color: transparent;
     border: none;
}
#bg-e > input:focus {
     outline: none;
}
#bg-x > input {
     background-color: transparent;
     border: none;
}
#bg-x > input:focus {
     outline: none;
}
.help-block.with-errors {
     color: #AA0000;
     font-size: 1.0rem;
     text-shadow: 2px 2px 4px #000000;
}
.form-control {
     text-shadow: none;
}
.g-recaptcha {
     padding-top: 40px;
}
.fa-file-upload {
     color: #fff;
     text-shadow: 2px 2px 2px #000000;
}
.fa-file-upload:hover {
     color: #0000ff;
     text-shadow: 3px 3px 6px #000000;
}
.srs-btn:focus, .srs-btn.focus, .srs-btn:active:focus, .srs-btn:active.focus, .srs-btn:active:focus:focus, .srs-btn:active:focus.focus, .srs-btn.active:focus, .srs-btn.active.focus {
     outline: 0;
     box-shadow: none !important;
     font-size: 1.25rem;
     font-weight: 500;
     color: #0000ff;
     text-shadow: none;
}
.srs-btn.btn-primary {
     color: #ffffff;
     background-color: #AA0000;
     border-color: #AA0000;
     font-size: 1.25rem;
     font-weight: 500;
     text-shadow: 2px 2px 4px #000000;
     box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.45), 4px 4px 4px 0px rgba(0, 0, 0, 0.45), 0 3px 5px 0 rgba(0, 0, 0, 0.45);
}
.srs-btn.btn-primary:hover {
     color: #AA0000;
     background-color: #ffffff;
     border-color: #000000;
     font-size: 1.25rem;
     font-weight: 500;
     text-shadow: none;
     box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.45), 4px 4px 4px 0px rgba(0, 0, 0, 0.45), 0 3px 5px 0 rgba(0, 0, 0, 0.45);
}
.icon-row {
     display: flex;
     margin-bottom: 45px;
     margin-top: 35px;
     justify-content: space-between; /* this will add equal space between each image */
}
.icon-row-l {
     display: flex;
     margin-bottom: 15px;
     margin-top: 15px;
     float: left;
}
.icon-row-r {
     display: flex;
     margin-bottom: 15px;
     margin-top: -15px;
     float: right;
}
.icon-sm {
     width: 100%;
     max-width: 60px;
     min-width: 45px;
     height: auto;
}
.icon-md {
     width: 100%;
     max-width: 75px;
     min-width: 60px;
     height: auto;
}
.icon-lg {
     width: 100%;
     max-width: 90px;
     min-width: 75px;
     height: auto;
}
.social-login {
     color: #AA0000;
     font-size: 25px;
}
.col-50 {
     margin-left: 50px;
     margin-right: 50px;
}
.col-100 {
     margin-left: 100px;
     margin-right: 100px;
     margin-top: 100px;
     margin-bottom: 100px;
}
/* -----------------------------------------
::   Separators   ::
----------------------------------------- */
.separator-25 {
     margin: 25px;
}
.separator-50 {
     margin: 50px;
}
.separator-100 {
     margin: 100px;
}
.srs-header-bar {
     width: 100%;
     height: 50px;
     background: #000000;
     border-top: 3px ridge white;
     border-bottom: 5px ridge white;
     position: relative;
}
.srs-header-bar::after {
     content: "";
     width: 100%;
     height: 3px;
     background: #AA0000;
     position: absolute;
     top: 3px;
}
.srs-bottom-bar {
     width: 100%;
     height: 40px;
     background: #000000;
     border-top: 3px ridge white;
     border-bottom: 5px ridge white;
     position: relative;
}
.srs-bottom-bar::after {
     content: "";
     width: 100%;
     height: 3px;
     background: #AA0000;
     position: absolute;
     top: 3px;
}
/* -----------------------------------------
::   Video Embed   ::
----------------------------------------- */
.video-spot {
     border-radius: 15px;
     box-shadow: 5px 5px 5px #000000;
}
/* -----------------------------------------
::   Backgrounds   ::
----------------------------------------- */
.bg-wood {
     background-size: cover;
     overflow: hidden;
}
/* -----------------------------------------
:: Responsive Images
----------------------------------------- */
.responsive-800 {
     width: 100%;
     max-width: 800px;
     height: auto;
}
.responsive-800p {
     width: 100%;
     max-width: 800px;
     height: auto;
     margin-top: 30px;
     margin-bottom: 50px;
}
.responsive-750 {
     width: 100%;
     max-width: 750px;
     height: auto;
}
.responsive-700 {
     width: 100%;
     max-width: 700px;
     height: auto;
}
.responsive-600 {
     width: 100%;
     max-width: 600px;
     height: auto;
}
.responsive-500 {
     width: 100%;
     max-width: 500px;
     height: auto;
}
.responsive-400 {
     width: 100%;
     max-width: 400px;
     height: auto;
}
.responsive-300 {
     width: 100%;
     max-width: 300px;
     height: auto;
}
.responsive-250 {
     width: 100%;
     max-width: 250px;
     height: auto;
}
.responsive-200 {
     width: 100%;
     max-width: 200px;
     height: auto;
}
.responsive-150 {
     width: 100%;
     max-width: 150px;
     height: auto;
}
.responsive-100 {
     width: 100%;
     max-width: 100px;
     height: auto;
}
.welding-img {
     width: 100%;
     max-width: 800px;
     height: auto;
     border-radius: 15px;
     box-shadow: 15px 15px 35px rgba(0, 0, 0, 1.0);
     margin-top: 50px;
     margin-bottom: 100px;
}
/* -----------------------------------------
:: Minimum Heights & Padding
----------------------------------------- */
.mh-1200 {
     min-height: 1200px;
}
.mh-1000 {
     min-height: 1000px;
}
.mh-800 {
     min-height: 800px;
}
.mh-750 {
     min-height: 750px;
}
.mh-500 {
     min-height: 500px;
}
.mx-500 {
     max-height: 500px;
}
.mh-300 {
     min-height: 300px;
}
.mh-250 {
     min-height: 250px;
}
.m-25-t {
     margin-top: 25px;
}
.m-50-t {
     margin-top: 50px;
}
.m-100-t {
     margin-top: 100px;
}
.m-150-t {
     margin-top: 150px;
}
.m-25-b {
     margin-bottom: 25px;
}
.m-50-b {
     margin-bottom: 50px;
}
.m-100-b {
     margin-bottom: 100px;
}
.m-150-b {
     margin-bottom: 150px;
}
.m-200-b {
     margin-bottom: 200px;
}
.p-100-b {
     padding-bottom: 100px;
}
.p-75-b {
     padding-bottom: 75px;
}
.p-50-b {
     padding-bottom: 50px;
}
.p-25-b {
     padding-bottom: 25px;
}
.p-10-b {
     padding-bottom: 10px;
}
/* -----------------------------------------
::  Custom Text
----------------------------------------- */
.title-white {
     color: #ffffff;
     text-shadow: 2px 2px 4px #000000;
}
.title-red {
     color: #AA0000;
     text-shadow: 2px 2px 1px #000000;
}
.title-blue {
     color: #396A7C;
     text-shadow: 2px 2px 2px #000000;
}
.title-2 {
     color: #229CC8;
     text-shadow: 2px 2px 2px #000000;
}
.srs-color:hover {
     color: #AA0000;
     text-shadow: 2px 2px 4px #000000;
}
.srs-hover-blue:hover {
     color: #0013E7;
     text-shadow: 2px 2px 4px #000000;
}
.flow-color:hover {
     color: #027a8c;
     text-shadow: 2px 2px 4px #000000;
}
.rmt-color:hover {
     color: #d40b0b;
     text-shadow: 2px 2px 4px #000000;
}
.cnc-color:hover {
     color: #ffeb01;
     text-shadow: 2px 2px 4px #000000;
}
.frog-color:hover {
     color: #0CDB17;
     text-shadow: 2px 2px 4px #000000;
}
.roller-color:hover {
     color: #005FC3;
     text-shadow: 2px 2px 4px #000000;
}
.belovac-color:hover {
     color: #8faabe;
     text-shadow: 2px 2px 4px #000000;
}
/* -----------------------------------------
:: Font Awesome Icons
----------------------------------------- */
.custom .fa-circle:before {
     border-radius: 50%;
     background: linear-gradient(#AA0000, #AA0000);
     color: #AA0000;
     box-shadow: 0 3px 3px 0 rgba(15, 15, 15, 0.80), 0 3px 1px -3px rgba(15, 15, 15, 1.5), 0 1px 5px 0 rgba(15, 15, 15, 0.80);
}
.fa-arrow-right-long {
     color: #AA0000;
     text-shadow: 2px 2px 4px #000000;
}
.fa-arrow-right-long:hover {
     color: #000000;
     text-shadow: 2px 2px 4px #AA0000;
}
.fa-wrench {
     color: #AA0000;
     text-shadow: 2px 2px 4px #000000;
}
/* ---  Social Media Icons  --- */
.facebook:hover {
     color: #4267B2;
}
.youtube:hover {
     color: #ff0000;
}
.linkedin:hover {
     color: #0072b1;
}
.instagram:hover {
     color: transparent;
     background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
     background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
     background-clip: text;
     -webkit-background-clip: text;
}
/* -----------------------------------------
:: Cog Icons
----------------------------------------- */
.fa-cog1::before {
     content: "\f013";
}
.fa-cog2::before {
     content: "\f013";
}
.fa-cog3::before {
     content: "\f013";
}
.fa-cog4::before {
     content: "\f013";
}
.fa-cog5::before {
     content: "\f013";
}
.fa-cog6::before {
     content: "\f013";
}
/* -----------------------------------------
:: Cog Icon Colors
----------------------------------------- */
.fa-cog {
     color: #fff;
     text-shadow: none;
}
/* RMT Red Color */
.fa-cog1 {
     color: #d40b0b;
     text-shadow: none;
}
/* Flow WaterJet Blue/Grey Color */
.fa-cog2 {
     color: #027a8c;
     text-shadow: none;
}
/* Anderson CNC Yellow Color */
.fa-cog3 {
     color: #ffeb01;
     text-shadow: none;
}
/* Frogger CNC Green Color */
.fa-cog4 {
     color: #0CDB17;
     text-shadow: none;
}
/* Belovac Blue Color */
.fa-cog5 {
     color: #8faabe;
     text-shadow: none;
}
/* Plate Roller Blue Color */
.fa-cog6 {
     color: #005FC3;
     text-shadow: none;
}
/* -----------------------------------------
:: List Items
----------------------------------------- */
ul.disc {
     list-style-type: disc;
     color: #AA0000;
     font-size: 25px;
     text-shadow: 2px 2px 2px #000000;
     text-align: left;
}
ul.disc-2 {
     list-style-type: disc;
     color: #AA0000;
     text-shadow: 2px 2px 1px #000000;
     text-align: left;
}
li {
     margin-bottom: 8px;
}
li span {
     color: #0000FF;
}
ul.circle {
     list-style-type: circle;
     color: rgba(153, 0, 0, 1.00);
     font-size: 25px;
}
ul.square {
     list-style-type: square;
     color: #AA0000;
     font-size: 25px;
}
ul.no-bullets {
     list-style-type: none; /* Remove bullets */
     padding: 0; /* Remove padding */
     margin: 0; /* Remove margins */
}
/* -----------------------------------------
:: SVG Images
----------------------------------------- */
.mail_svg {
     list-style-type: none;
     padding-left: 3.5em;
     padding-bottom: .125em;
     background-image: url('../assets/icons/mail.svg');
     background-size: 2.5em;
     background-repeat: no-repeat;
}
.phone_svg {
     list-style-type: none;
     padding-left: 3.5em;
     padding-top: .5em;
     padding-bottom: .75em;
     background-image: url('../assets/icons/phone.svg');
     background-size: 2.25em;
     background-repeat: no-repeat;
}
/* -----------------------------------------
::  Gradient Behind PNG
----------------------------------------- */
.bg-hex-2 {
     width: 100%;
     height: 100%;
     background: url("../assets/graphics/hex-iso.png"), linear-gradient(#0024FF, rgba(153, 0, 0, .750));
     background-size: cover;
     background-repeat: no-repeat;
}
/* -----------------------------------------
:: Scaled Objects
----------------------------------------- */
.scaled {
     transform: scale(0.5); /* Equal to scaleX(0.5) scaleY(0.5) */
}
/* -----------------------------------------
:: Employment Page
----------------------------------------- */
.contact-box__col {
     padding-top: 4rem;
     padding-bottom: 4rem;
}
@media (min-width: 992px) {
     .contact-box {
          border-bottom: ridge 5px #ffffff;
     }
     .contact-box__col--left-brd {
          border-left: ridge 5px #ffffff;
     }
}
/* -----------------------------------------
::  Small Screens
----------------------------------------- */
@media screen and (max-width: 769px) {
     .logo-skew {
          display: flex;
          float: left;
     }
     .logo-container {
          display: flex;
          width: 100%;
          max-width: 200px;
          height: auto;
          justify-content: left;
          margin-left: 10px;
     }
     .srs-logo {
          width: 100%;
          max-width: 250px;
          height: auto;
          margin-top: 15px;
          margin-left: 30px;
     }
     .mh-1000 {
          min-height: 500px;
     }
     .main-raised-model {
          margin: 0px 0px 0px;
          border-radius: 6px;
          box-shadow: 0 16px 24px 3px rgba(0, 0, 0, 1.0), 0 6px 30px 3px rgba(0, 0, 0, 1.0), 0 8px 10px -5px rgba(0, 0, 0, 1.0);
     }
     .signatra-header {
          display: none;
     }
     .signatra-H4 {
          font-family: 'Signatra DEMO';
          color: #ffffff;
          margin-top: 15px;
          line-height: 2.5rem;
          text-shadow: 5px 5px 5px #000000;
          font-size: 2.0rem;
     }
     .srs-header {
          background: url("../assets/backgrounds/carbon-hex.png")black no-repeat center center scroll;
          background-size: cover;
          overflow: hidden;
          min-height: 250px;
     }
     header {
          position: relative;
          background-color: black;
          height: 250px;
          min-height: 250px;
          width: 100%;
          overflow: hidden;
     }
     .signatra-1 {
          font-family: 'Signatra DEMO';
          color: #ffffff;
          margin-bottom: 0px;
          font-size: 4.0rem;
          line-height: 5.5rem;
     }
     @-webkit-keyframes border-transform {
          0%, 100% {
               border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
          }
          14% {
               border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
          }
          28% {
               border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
          }
          42% {
               border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
          }
          56% {
               border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
          }
          70% {
               border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
          }
          84% {
               border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
          }
     }
     @keyframes border-transform {
          0%, 100% {
               border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
          }
          14% {
               border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
          }
          28% {
               border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
          }
          42% {
               border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
          }
          56% {
               border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
          }
          70% {
               border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
          }
          84% {
               border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
          }
     }
     /* #Progress
================================================== */
     .progress-wrap {
          position: fixed;
          left: 50px;
          bottom: 50px;
          height: 46px;
          width: 46px;
          cursor: pointer;
          display: block;
          border-radius: 50px;
          box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.0);
          z-index: 10000;
          opacity: 1.0;
          visibility: hidden;
          transform: translateY(15px);
          -webkit-transition: all 200ms linear;
          transition: all 200ms linear;
     }
     .progress-wrap.active-progress {
          opacity: 1;
          visibility: visible;
          transform: translateY(0);
     }
     .progress-wrap::after {
          position: absolute;
          font-family: 'unicons';
          content: '\e84b';
          text-align: center;
          line-height: 46px;
          font-size: 24px;
          color: var(--white);
          left: 0;
          top: 0;
          height: 46px;
          width: 46px;
          cursor: pointer;
          display: block;
          z-index: 1;
          -webkit-transition: all 200ms linear;
          transition: all 200ms linear;
          font-family: "Font Awesome 6 Free";
          font-weight: 600;
          content: "\f062";
     }
     .progress-wrap:hover::after {
          opacity: 0;
     }
     .progress-wrap::before {
          position: absolute;
          font-family: 'unicons';
          content: '\e84b';
          text-align: center;
          line-height: 46px;
          font-size: 24px;
          opacity: 0;
          background-image: linear-gradient(298deg, var(--red), var(--red));
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          left: 0;
          top: 0;
          height: 46px;
          width: 46px;
          cursor: pointer;
          display: block;
          z-index: 2;
          -webkit-transition: all 200ms linear;
          transition: all 200ms linear;
          font-family: "Font Awesome 6 Free";
          font-weight: 600;
          content: "\f062";
     }
     .progress-wrap:hover::before {
          opacity: 1;
     }
     .progress-wrap svg path {
          fill: none;
     }
     .progress-wrap svg.progress-circle path {
          stroke: var(--white);
          stroke-width: 5;
          box-sizing: border-box;
          -webkit-transition: all 200ms linear;
          transition: all 200ms linear;
          stroke: #AA0000;
     }
}