/**
Run Command:
sass style.scss style.css
**/
body {
  font-family: "Hind", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  max-width: 100%; }

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

p {
  margin-top: 5px;
  margin-bottom: 10px; }

h1, h2, h3, h4, h5, h6 {
  color: #00A4E3;
  text-align: center; }

h1 {
  font-size: 28px;
  line-height: 0.5;
  text-align: center;
  margin-bottom: 30px; }

h2 {
  font-size: 24px;
  line-height: 0.5;
  text-align: center; }

h3 {
  font-size: 18px;
  margin: 10px 0; }

h4 {
  font-size: 16px;
  font-weight: 600;
  text-align: left; }

h1 span {
  display: inline-block;
  position: relative; }

h1 span:before,
h1 span:after {
  content: "";
  position: absolute;
  height: 1px;
  border-top: 0px solid #00A4E3;
  top: 6px;
  width: 600px; }

h1 span:before {
  right: 100%;
  margin-right: 15px; }

h1 span:after {
  left: 100%;
  margin-left: 15px; }

.navbar-brand img {
  height: 50px; }

.navbar-nav {
  font-weight: 600; }

.navbar-nav .nav-link {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.navbar-light .navbar-nav .nav-link {
  color: #005480; }

.navbar-light .navbar-toggler {
  color: #005480;
  border-color: #00A4E3; }

.navbar-toggle {
  border-color: #005480;
  margin: 20px 35px; }

.navbar-toggle .icon-bar {
  background-color: #005480; }

a,
a:hover,
a:active,
a:focus {
  color: #005480;
  text-decoration: none;
  outline: none;
  cursor: pointer; }

a:hover {
  text-decoration: underline; }

.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.parallax h1 {
  font-size: 24px;
  color: white;
  font-weight: 200;
  line-height: 150%;
  font-style: italic; }

.background {
  background-color: #FAFAFA; }

img {
  max-width: 100%;
  height: auto; }

.banner_text_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

section.with_padding {
  padding-top: 40px;
  padding-bottom: 40px; }

.center {
  text-align: center; }

.button {
  padding: 10px 20px;
  background-color: #00A4E3;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline; }

.button:hover, .button:visited, .button_outline:hover, .button_outline:visited {
  color: #FFFFFF !important;
  text-decoration: none !important; }

.button_outline {
  color: #FFFFFF;
  padding: 10px 20px;
  border: 2px solid #FFFFFF;
  margin: 0; }

#main {
  /*background-image: url('https://image.shutterstock.com/z/stock-photo-man-programming-cnc-machine-444985597.jpg');*/
  background-image: url("../images/banner_home.jpg"), linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-blend-mode: overlay;
  height: 40vw; }

#services {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 420px;
  max-width: 100%;
  background-image: url("../images/banner_services.jpg"); }

.item {
  padding: 15px 40px;
  text-align: center; }

.item img {
  width: 100%;
  max-width: 50px;
  margin: 20px; }

.industry_item {
  text-align: center; }

.industry_item img {
  max-width: 100%;
  height: auto; }

.industry_item p {
  margin: 10px 0 20px 0; }

.about_item {
  text-align: center; }

.about_item img {
  /*width: 320px;*/
  max-width: 100%;
  height: auto; }

.values_item {
  width: 18%;
  min-width: 200px;
  display: inline-block;
  padding: 1.5%; }

.values_item .image_wrapper {
  width: 100%;
  height: 100px; }

.values_item .image_wrapper img {
  max-width: 70px;
  max-height: 70px;
  padding: 2%;
  width: auto;
  height: auto;
  position: relative;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%); }

.values_item p {
  text-align: center;
  padding: 0 10px; }

.client {
  max-width: 150px;
  height: 100px;
  padding: 2%;
  margin: 2%; }

.client img {
  max-width: 100%;
  max-height: 80px;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%); }

iframe.map {
  border: 1px solid #FFFFFF;
  width: 100%;
  min-height: 300px; }

footer {
  padding: 10px 0;
  background-color: #00A4E3;
  color: #FFFFFF;
  font-size: 12px;
  text-align: center; }

@media (max-width: 768px) {
  #main {
    height: 80vw; }

  .client {
    padding: 5%; }

  .values_item {
    width: 90%;
    display: block;
    text-align: center;
    margin: 5%; }

  .values_item .image_wrapper img {
    max-width: 80px;
    max-height: 80px;
    padding: 2%;
    width: auto;
    height: auto;
    position: relative;
    top: 30%;
    left: 0%;
    margin-right: 0%;
    transform: translate(0%, 0%); }

  .button_outline {
    margin: 0; } }
@media only screen and (max-device-width: 1024px) {
  .parallax {
    background-attachment: scroll; } }

/*# sourceMappingURL=style.css.map */
