/* Settings */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
input,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  text-decoration: none !important;
}
ol,
ul {
  list-style: none;
}
/* Common functions */
/*****************************************
 *			Common Styles
 * 
 * Functions used in order to avoid rewriting.
 * Author: Tomas Malio
 * Date: 2016-10-21
 * Version: 1.5
 *****************************************/
/* #f6d48c */
html,
body {
  width: 100%;
  height: 100% !important;
  min-height: 100%;
  color: grey;
}
body {
  background: white;
  position: relative;
  /* Required for static Slidebars to function properly. */
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
article {
  padding-top: 70px;
  /* Eof header */
  /* About us */
  /* Eof about us */
  /* Experience */
  /* Eof experience */
}
article header {
  position: fixed;
  background: white;
  width: 100%;
  height: 70px;
  left: 0;
  right: 0;
  top: 0;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  z-index: 9;
}
article header .nav-inside {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
article header .nav-inside .nav-logotype {
  display: inline-block;
  transition: 0.3s;
  max-width: 50px;
  height: 70px;
  position: relative;
  top: 5px;
}
article header .nav-inside .nav-logotype img {
  width: 100%;
}
article header .nav-inside .nav-logotype .img-mobile {
  display: none;
}
article header .nav-inside .nav-links {
  height: 70px;
  text-align: right;
}
article header .nav-inside .nav-links li {
  display: inline-block;
  height: 70px;
  transition: 0.5s all ease;
  margin-left: -5px;
}
article header .nav-inside .nav-links li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: black;
  transition: 0.5s all ease;
  padding: 23px 15px;
  text-transform: uppercase;
}
article header .nav-inside .nav-links li a:after {
  content: '';
  background: none !important;
}
article header .nav-inside .nav-links li.active,
article header .nav-inside .nav-links li:hover {
  background: #003bc9;
}
article header .nav-inside .nav-links li.active a,
article header .nav-inside .nav-links li:hover a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: white;
  transition: 0.5s all ease;
  padding: 23px 15px;
  text-transform: uppercase;
}
article header .nav-inside .nav-links li.active a:after,
article header .nav-inside .nav-links li:hover a:after {
  content: '';
  background: none !important;
}
article .nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  z-index: 9;
}
article .filter-background {
  position: relative;
  background: #003bc9cc;
  width: 100%;
  height: 100%;
}
article section.cover {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  padding-top: 150px;
  position: relative;
}
article section.cover h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 42pt;
  color: black;
  padding-bottom: 15px;
}
article section.cover h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 24pt;
  color: black;
  line-height: 40px;
}
article section.cover .white {
  color: white;
  text-shadow: 2px 2px #00000082;
}
article section h3 {
  margin: 0 auto 35px auto;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 32pt;
  color: black;
  line-height: 48px;
  text-align: center;
}
article section h3 span {
  font-weight: 900;
}
article section h4 {
  color: black;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  padding-bottom: 25px;
}
article section h4 span {
  font-weight: 700;
}
article section h5,
article section h6 {
  color: black;
  font-size: 18pt;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  padding-bottom: 22px;
}
article section .white {
  color: white;
}
article section.about-us {
  padding: 50px 0;
}
article section.about-us .about-us-details .title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18pt;
  line-height: 36px;
  color: #424242;
  padding-top: 15px;
}
article section.about-us .about-us-details p.about-us-info {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 12pt;
  line-height: 26px;
  color: #b2b2b2;
}
article section.about-us .about-us-image {
  text-align: center;
}
article section.about-us .about-us-image img {
  margin: 0 auto;
  -webkit-box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.2);
}
article section.experience {
  background: #f2f2f2;
  padding: 50px 0;
}
article section.experience .event .event-left,
article section.experience .event .event-right {
  background: #fff;
  position: relative;
  padding: 4px 20px 20px;
  -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
article section.experience .event .event-left {
  margin-left: 0px;
}
@media (min-width: 992px) {
  article section.experience .event .event-left {
    margin-right: 38px;
  }
}
article section.experience .event .event-left:before,
article section.experience .event .event-right:before {
  display: none;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #003bc9;
  position: absolute;
  top: 42px;
  left: -65px;
}
@media (min-width: 992px) {
  article section.experience .event .event-right:before {
    display: block;
  }
}
@media (min-width: 992px) {
  article section.experience .event .event-right:before {
    top: 42px;
    left: -65px;
  }
}
@media (min-width: 992px) {
  article section.experience .event .event-right {
    margin-left: 38px;
  }
}
article section.experience .event .event-left::before {
  right: 62px;
  left: auto;
}
@media (min-width: 992px) {
  article section.experience .event .event-left:before {
    top: 42px;
    right: -62px;
  }
}
@media (min-width: 992px) {
  article section.experience .event .event-left:before {
    display: block;
  }
}
article section.experience .event .event-right::after,
article section.experience .event .event-left::after {
  content: '';
  width: 3px;
  height: 40px;
  background: #003bc9;
  position: absolute;
  top: 106%;
  left: 50%;
}
article section.experience .event .event-right.last-item:after,
article section.experience .event .event-left.last-item:after {
  display: none;
}
@media (min-width: 768px) {
  article section.experience .event .event-right:after,
  article section.experience .event .event-left:after {
    top: 109%;
  }
}
@media (min-width: 992px) {
  article section.experience .event .event-right:after,
  article section.experience .event .event-left:after {
    height: calc(100% - 44px);
    top: 75px;
    left: -57px;
  }
}
@media (min-width: 992px) {
  article section.experience .event .event-left:after {
    right: -53px;
    left: auto;
  }
}
article section.experience .event .media-left,
article section.experience .event .media-right {
  padding-right: 10px;
}
article section.experience .event .experience-box h2 {
  font-size: 50px;
  font-weight: 700;
  color: #003bc9;
}
article section.experience .event .experience-box .experience-box-body {
  padding-top: 5px;
}
article section.experience .event .experience-box .experience-box-body .text-grey-soft {
  color: #4e4e4e;
  font-weight: 500;
}
article section.experience .event p.experience-description {
  font-size: 11pt;
  font-weight: 300;
  color: #B2B2B2;
}
article section.experience .event:nth-child(1n):before,
article section.experience .event:nth-child(2n):before {
  display: none;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 21px solid #fff;
  top: 37px;
  left: 32px;
  z-index: 5;
}
article section.experience .event:nth-child(2n):before {
  border-right: none;
  border-left: 21px solid #fff;
  right: 32px;
  left: auto;
}
@media (min-width: 992px) {
  article section.experience .event:nth-child(1n):before,
  article section.experience .event:nth-child(2n):before {
    display: block;
  }
}
article section.vr-training {
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #f2f2f2 0%, #e0dde0 45%, #d4d4d4 74%, #aba8ab 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f2f2f2), color-stop(45%, #e0dde0), color-stop(74%, #d4d4d4), color-stop(100%, #aba8ab));
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #e0dde0 45%, #d4d4d4 74%, #aba8ab 100%);
  background: -o-linear-gradient(top, #f2f2f2 0%, #e0dde0 45%, #d4d4d4 74%, #aba8ab 100%);
  background: -ms-linear-gradient(top, #f2f2f2 0%, #e0dde0 45%, #d4d4d4 74%, #aba8ab 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #e0dde0 45%, #d4d4d4 74%, #aba8ab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#aba8ab', GradientType=0);
  padding: 30px 0 50px 0;
}
article section.vr-training a.btn-more-info {
  margin: 0 auto;
  display: block;
  width: 150px;
  padding: 5px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  border: 2px solid #003bc9;
  font-weight: 500;
  font-size: 14pt;
  color: #003bc9;
  text-align: center;
}
article section.vr-training a.btn-more-info:hover {
  background: #003bc9;
  border: 2px solid #003bc9;
  color: white;
}
article section.vr-interactive {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 600px;
}
article section.vr-interactive .interactions {
  position: relative;
  height: 600px;
  /**
			* Pulse Keyframes Animation
			*/
}
article section.vr-interactive .interactions .popup {
  width: 15px;
  height: 15px;
  background: #3ed331;
  cursor: pointer;
  display: block;
  position: absolute;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
article section.vr-interactive .interactions .popup:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: transparent;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  display: block;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: inset 0 0 1px 1px #ffffffa8;
  }
  50% {
    box-shadow: inset 0 0 1px 1px #ffffffa8;
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px #ffffff00;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: inset 0 0 1px 1px #ffffffa8;
  }
  50% {
    box-shadow: inset 0 0 1px 1px #ffffffa8;
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px #ffffff00;
  }
}
article section.about-tips .column {
  width: 50%;
  height: 400px;
}
article section.about-tips .column .table-content {
  display: table;
  padding: 0 50px;
  height: 100%;
}
article section.about-tips .column .table-content .table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  color: white;
  width: 80%;
}
article section.about-tips .column .table-content .table-cell h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 32pt;
  color: white;
  line-height: 40px;
  padding-bottom: 15px;
}
article section.about-tips .column .table-content .table-cell p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14pt;
  color: white;
  line-height: 24px;
}
article section.about-tips .column.image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
article section.about-tips .column.left,
article section.about-tips .column.right {
  background: #585858;
}
article section.about-vr-training {
  padding: 30px 0;
  background: #1f2123;
  color: white;
  font-weight: 700;
  font-size: 26pt;
  line-height: 45px;
  text-align: center;
}
article section.about-vr-training .btn-action-services {
  margin: 0 auto;
  display: block;
  width: 150px;
  padding: 5px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  border: 2px solid #003bc9;
  font-weight: 500;
  font-size: 14pt;
  color: #003bc9;
  text-align: center;
}
article section.about-vr-training .btn-action-services:hover {
  background: #003bc9;
  border: 2px solid #003bc9;
  color: white;
}
article section.what-is-vr {
  padding: 50px 0;
  background: white;
}
article section.what-is-vr h3 {
  font-size: 28pt;
  font-weight: 500;
  color: black;
  text-align: left;
  margin: 0 0 20px 0;
}
article section.what-is-vr h4 {
  font-size: 16pt;
  font-weight: 300;
  color: #555;
  line-height: 32px;
  text-align: left;
}
article section.what-is-vr .vr-draw {
  margin: 0 100px;
}
article section.what-is-vr .vr-draw img {
  width: 100%;
}
article section.vr-training-info {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
article section.vr-training-info .what-is-virtual-reality-details {
  padding: 50px 0;
}
article section.vr-training-info .what-is-virtual-reality-details .title {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18pt;
  line-height: 30px;
  color: white;
  padding-bottom: 20px;
}
article section.vr-training-info .what-is-virtual-reality-details ul.list-of-items {
  padding-top: 15px;
}
article section.vr-training-info .what-is-virtual-reality-details ul.list-of-items li {
  background: #003bc9;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: white;
  border-left: 4px solid #032f98;
  font-weight: 300;
  font-size: 11pt;
  line-height: 25px;
  margin-bottom: 8px;
  padding: 5px 8px;
  list-style: none;
}
article section.vr-training-info .what-is-virtual-reality-details ul.list-of-items li span {
  font-weight: 500;
}
article section.vr-training-info .what-is-virtual-reality-details p.about-us-info {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 12pt;
  line-height: 26px;
  color: #b2b2b2;
}
article section.vr-training-info .virtual-reality-image {
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
article section.why-vr-training {
  background: white;
  padding: 50px 0;
}
article section.why-vr-training h4 {
  font-size: 28px;
  padding-bottom: 40px;
}
article section.why-vr-training .col-item {
  width: 20%;
  margin-bottom: 30px;
}
article section.why-vr-training .col-item .image {
  max-width: 90px;
  height: 80px;
  text-align: center;
  margin: 0 auto 15px auto;
}
article section.why-vr-training .col-item .image img {
  width: 100%;
  height: 100%;
}
article section.why-vr-training .col-item .title {
  font-size: 11pt;
  font-weight: 900;
  text-align: center;
  margin-bottom: 8px;
}
article section.why-vr-training .col-item .description {
  font-size: 10pt;
  font-weight: 300;
  text-align: center;
  padding: 0 12px;
}
article section.science {
  padding: 50px 0;
  background: linear-gradient(to bottom, transparent 0%, transparent 75%, #272727 75%, #1f2123 100%);
}
article section.science h3 {
  font-size: 28pt;
  font-weight: 500;
  color: black;
  text-align: left;
  margin: 0 0 20px 0;
}
article section.science h4 {
  font-size: 16pt;
  font-weight: 300;
  color: #555;
  line-height: 32px;
  text-align: left;
}
article section.science .pyramid {
  background-image: url('../images/vr-training/pyramid-shadow-grey.png');
  height: 406px;
  padding-left: 50%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
}
article section.science .pyramid .pyramid-description {
  font-size: 10pt;
  text-align: left;
  height: 30px;
}
article section.science .pyramid .pyramid-description span {
  color: #003bc9;
}
article section.about-services {
  padding: 30px 0;
  background: #1f2123;
  color: white;
  font-weight: 700;
  font-size: 26pt;
  line-height: 45px;
  text-align: center;
}
article section.about-services .btn-action-services {
  margin: 0 auto;
  display: block;
  width: 150px;
  padding: 5px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  border: 2px solid #003bc9;
  font-weight: 500;
  font-size: 14pt;
  color: #003bc9;
  text-align: center;
}
article section.about-services .btn-action-services:hover {
  background: #003bc9;
  border: 2px solid #003bc9;
  color: white;
}
article section.services h5 {
  margin: 0 auto 35px auto;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 24pt;
  color: black;
  line-height: 40px;
  text-align: center;
}
article section.services h5 span {
  font-weight: 900;
}
article section.services .nav-tabs {
  width: 100%;
  height: 100px;
}
article section.services .nav-tabs li {
  width: 33.333%;
  height: 100px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
article section.services .nav-tabs li a {
  position: relative;
  width: 100%;
  height: 100%;
  color: white;
  background: #064efb;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 500;
  font-size: 22pt;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
}
article section.services .nav-tabs li a.nav-link.active {
  width: 100%;
  height: 100%;
  color: white;
  font-weight: 500;
  font-size: 22pt;
  background: #003bc9;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
article section.services .nav-tabs li a.nav-link.active:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -10px;
  left: 50%;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #003bc9 transparent transparent transparent;
  z-index: 9;
}
article section.services .nav-tabs li:ntd-child(2n) {
  border-left: 1px solid black;
  border-right: 1px solid black;
}
article section.services .nav-tabs-fixed {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  z-index: 9;
}
article section.services .tab-content.fixed {
  padding-top: 116px;
}
article section.services .tab-content {
  padding: 0;
  margin: 0;
  /* Custom quote introduction / Services */
  /* Custom quote introduction / Services */
  /* Eof custom introduction / Services */
  /* Services - Icons */
  /* Eof Services - Icons */
  /* VR Process */
  /* Eof VR Process */
  /* Services - Service */
  /* Onboarding */
  /* Eof Onboarding */
}
article section.services .tab-content .service-cover {
  width: 100%;
  height: 400px;
  position: relative;
  padding-top: 100px;
}
article section.services .tab-content .service-cover h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 42pt;
  color: black;
  padding-bottom: 15px;
}
article section.services .tab-content .service-cover h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 24pt;
  color: black;
  line-height: 40px;
}
article section.services .tab-content .service-cover .white {
  color: white;
  text-shadow: 2px 2px #00000082;
}
article section.services .tab-content .cover-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
article section.services .tab-content .cover-video .video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -100;
}
article section.services .tab-content .cover-video video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
article section.services .tab-content section.introduction {
  padding: 30px 0;
  background: #f7f7f7;
}
article section.services .tab-content section.introduction p {
  color: #555;
  font-weight: 300;
  font-size: 16pt;
  text-align: center;
  line-height: 34px;
}
article section.services .tab-content section.custom-introduction {
  height: 480px;
}
article section.services .tab-content section.custom-introduction .info-details {
  padding-top: 40px;
  padding-bottom: 40px;
}
article section.services .tab-content section.custom-introduction .info-details h4 {
  text-align: left;
}
article section.services .tab-content section.custom-introduction .info-details p {
  font-size: 14pt;
  line-height: 30px;
  padding-bottom: 25px;
}
article section.services .tab-content section.service-icons {
  background: #f2f2f2;
  padding: 50px 0;
}
article section.services .tab-content section.service-icons .col-item {
  margin-bottom: 30px;
}
article section.services .tab-content section.service-icons .col-item .image {
  max-width: 90px;
  height: 80px;
  text-align: center;
  margin: 0 auto 15px auto;
}
article section.services .tab-content section.service-icons .col-item .image img {
  width: 100%;
  height: 100%;
}
article section.services .tab-content section.service-icons .col-item .title {
  font-size: 11pt;
  font-weight: 900;
  text-align: center;
  margin-bottom: 8px;
}
article section.services .tab-content section.service-icons .col-item .description {
  font-size: 10pt;
  font-weight: 300;
  text-align: center;
  padding: 0 12px;
}
article section.services .tab-content section.vr-process {
  position: relative;
  height: 500px;
}
article section.services .tab-content section.vr-process .title {
  position: absolute;
  font-size: 28pt;
  font-weight: 500;
  line-height: 30px;
  color: black;
  margin-bottom: 25px;
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
article section.services .tab-content section.vr-process .table {
  display: table;
  width: 100%;
  height: 100%;
}
article section.services .tab-content section.vr-process .table .table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
}
article section.services .tab-content section.vr-process .table .table-cell .content-process {
  background: #f5f5f5;
  border-top: 4px dashed #f5f5f5;
  border-bottom: 4px dashed #f5f5f5;
  width: 100%;
  height: 180px;
  position: relative;
}
article section.services .tab-content section.vr-process .table .table-cell .content-process .col-item {
  display: table;
  width: 20%;
  height: 172px;
  position: relative;
  padding: 10px 0;
}
article section.services .tab-content section.vr-process .table .table-cell .content-process .col-item .col-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
article section.services .tab-content section.vr-process .table .table-cell .content-process .col-item .image {
  max-width: 80px;
  margin: 0 auto;
  text-align: center;
}
article section.services .tab-content section.vr-process .table .table-cell .content-process .col-item .image img {
  width: 100%;
}
article section.services .tab-content section.vr-process .table .table-cell .content-process .col-item .title-step {
  font-size: 10pt;
  font-weight: 300;
  color: black;
  text-align: center;
  line-height: 18px;
  padding: 0 15px;
}
article section.services .tab-content section.vr-process .table .table-cell .content-process .column-center {
  display: table;
  position: absolute;
  z-index: 1;
  background: #dedede;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #dedede;
  width: 100%;
  height: 225px;
  padding: 10px;
  left: 0;
  right: 0;
  top: -30px;
}
article section.services .tab-content section.service {
  padding-top: 50px;
}
article section.services .tab-content section.service .introduction {
  padding-bottom: 30px;
}
article section.services .tab-content section.service .title {
  font-size: 28pt;
  font-weight: 300;
  line-height: 30px;
  color: black;
  margin-bottom: 25px;
}
article section.services .tab-content section.service ul {
  margin-left: 20px;
}
article section.services .tab-content section.service ul li {
  list-style: disc;
  font-size: 11pt;
  font-weight: 300;
  line-height: 25px;
  color: #a5a5a5;
  margin-bottom: 10px;
}
article section.services .tab-content section.service .two-columns {
  width: 100%;
}
article section.services .tab-content section.service .two-columns .col-left,
article section.services .tab-content section.service .two-columns .col-right {
  width: 50%;
}
article section.services .tab-content section.service .two-columns .col-left .video,
article section.services .tab-content section.service .two-columns .col-right .video {
  width: 100%;
}
article section.services .tab-content section.service .two-columns .col-left .video img,
article section.services .tab-content section.service .two-columns .col-right .video img {
  display: block;
  width: 100%;
}
article section.services .tab-content section.service .two-columns .col-left .video .video-image,
article section.services .tab-content section.service .two-columns .col-right .video .video-image {
  position: relative;
}
article section.services .tab-content section.service .two-columns .col-left .video .play-content,
article section.services .tab-content section.service .two-columns .col-right .video .play-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
article section.services .tab-content section.service .two-columns .col-left .video .play-content .box,
article section.services .tab-content section.service .two-columns .col-right .video .play-content .box {
  cursor: pointer;
  display: table;
  height: 100%;
  width: 100%;
}
article section.services .tab-content section.service .two-columns .col-left .video .play-content .box:hover .button-play .circle,
article section.services .tab-content section.service .two-columns .col-right .video .play-content .box:hover .button-play .circle {
  background: rgba(0, 0, 0, 0.8);
}
article section.services .tab-content section.service .two-columns .col-left .video .play-content .box .button-play,
article section.services .tab-content section.service .two-columns .col-right .video .play-content .box .button-play {
  display: table-cell;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  width: 50px;
}
article section.services .tab-content section.service .two-columns .col-left .video .play-content .box .button-play .circle,
article section.services .tab-content section.service .two-columns .col-right .video .play-content .box .button-play .circle {
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  margin: 0 auto 0 auto;
  padding: 15px 10px 15px 15px;
  text-align: center;
  width: 50px;
}
article section.services .tab-content section.service .two-columns .col-left .video .play-content .box .button-play .circle .play,
article section.services .tab-content section.service .two-columns .col-right .video .play-content .box .button-play .circle .play {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid white;
  margin: 0 auto 0 auto;
}
article section.services .tab-content section.service .two-columns .col-left .col-content,
article section.services .tab-content section.service .two-columns .col-right .col-content {
  padding: 30px;
}
article section.services .tab-content section.service .two-columns .col-left .col-content .service-details-title,
article section.services .tab-content section.service .two-columns .col-right .col-content .service-details-title {
  font-size: 28pt;
  font-weight: 300;
  line-height: 30px;
  color: black;
  margin-bottom: 15px;
}
article section.services .tab-content section.service .two-columns .col-left .col-content .service-details-text,
article section.services .tab-content section.service .two-columns .col-right .col-content .service-details-text {
  font-size: 11pt;
  font-weight: 300;
  line-height: 25px;
  color: #a5a5a5;
  margin-bottom: 10px;
}
article section.services .tab-content section.service .two-columns .col-left .col-content .tags,
article section.services .tab-content section.service .two-columns .col-right .col-content .tags {
  margin-top: 15px;
}
article section.services .tab-content section.service .two-columns .col-left .col-content .tags span,
article section.services .tab-content section.service .two-columns .col-right .col-content .tags span {
  display: inline-block;
  padding: 5px 8px;
  margin-bottom: 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #f3e1bb;
  color: white;
  font-size: 8pt;
}
article section.services .tab-content section.service .two-columns .col-left .col-content a,
article section.services .tab-content section.service .two-columns .col-right .col-content a {
  margin: 30px auto 0 auto;
  width: 130px;
  display: block;
  border: 2px solid #003bc9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #003bc9;
  font-size: 12pt;
  text-align: center;
  padding: 5px 8px;
}
article section.services .tab-content section.service .two-columns .col-left .col-content a:hover,
article section.services .tab-content section.service .two-columns .col-right .col-content a:hover {
  background: #003bc9;
  color: white;
}
article section.services .tab-content section.service .left-to-right {
  background: linear-gradient(to left, #fbfbfb 50%, black 50%);
}
article section.services .tab-content section.service .right-to-left {
  background: linear-gradient(to left, black 50%, #fbfbfb 50%);
}
article section.services .tab-content section.service .service-end-message {
  padding: 30px 0;
  background: #1f2123;
  color: white;
  font-weight: 700;
  font-size: 26pt;
  line-height: 45px;
  text-align: center;
}
article section.services .tab-content section.service .service-end-message a.btn-action {
  display: block;
  margin: 30px auto 0 auto;
  width: 250px;
  border: 2px solid #003bc9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #003bc9;
  font-size: 12pt;
  padding: 2px 0;
  text-align: center;
}
article section.services .tab-content section.service .service-end-message a.btn-action:hover {
  background: #003bc9;
  color: #1f2123;
}
article section.services .tab-content section.starts {
  background: white;
  padding-top: 80px;
  padding-bottom: 80px;
}
article section.services .tab-content section.starts h3 {
  font-size: 30pt;
  font-weight: 500;
  color: black;
  text-align: left;
  margin: 0 0 20px 0;
}
article section.services .tab-content section.starts h4 {
  font-size: 16pt;
  font-weight: 300;
  color: #555;
  line-height: 32px;
  text-align: left;
}
article section.services .tab-content section.starts .col-description {
  margin: 0 auto;
}
article section.services .tab-content section.starts .col-description p.starts-content {
  padding-top: 25px;
  font-size: 14pt;
  font-weight: 300;
  line-height: 30px;
  color: #555;
}
article section.cover.cover-immersive-factory .video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -100;
}
article section.cover.cover-immersive-factory video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
article section.immersive-factory {
  margin: 60px 0;
}
article section.immersive-factory h5 {
  margin: 0 auto 35px auto;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 24pt;
  color: black;
  line-height: 40px;
  text-align: center;
}
article section.immersive-factory h5 span {
  font-weight: 900;
}
article section.cover.contact-cover {
  background: #585858;
  height: auto;
  padding-top: 0;
}
article section.cover.contact-cover h1 {
  padding: 20px 0;
}
article section.contact-info {
  background: #f2f2f2;
  padding: 50px 0;
}
article section.contact-info .form-container {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background: white;
}
article section.contact-info .form-container h2 {
  font-size: 18pt;
  font-weight: 300;
  line-height: 32px;
  text-align: left;
  color: black;
}
article section.contact-info .form-container form {
  width: 100%;
  padding-top: 30px;
}
article section.contact-info .form-container form label {
  color: #585858;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 12pt;
  width: 100%;
  margin-bottom: 10px;
}
article section.contact-info .form-container form input,
article section.contact-info .form-container form select {
  width: 100%;
  height: 40px;
  padding: 4px;
  color: #585858;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 11pt;
  margin-bottom: 15px;
  background: #fefefe;
  border: 1px solid #ebebeb;
}
article section.contact-info .form-container form select {
  border: 0;
  outline: 1px solid #ebebeb;
  background-color: #fefefe;
}
article section.contact-info .form-container form textarea {
  width: 100%;
  height: 100px;
  padding: 4px;
  margin-bottom: 30px;
  color: #585858;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 11pt;
  background: #fefefe;
  border: 1px solid #dedede;
}
article section.contact-info .form-container form input[type="submit"] {
  margin: 0 auto;
  display: block;
  width: 150px;
  padding: 5px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  border: 2px solid #003bc9;
  font-weight: 500;
  font-size: 14pt;
  color: #003bc9;
  text-align: center;
}
article section.contact-info .form-container form input[type="submit"]:hover {
  background: #003bc9;
  border: 2px solid #003bc9;
  color: white;
}
article footer {
  background: #1f1f1f;
  padding-top: 50px;
  padding-bottom: 15px;
  color: white;
}
article footer h6 {
  color: white;
  font-weight: 500;
  font-size: 12pt;
  margin-bottom: 15px;
}
article footer address,
article footer .phone {
  color: white;
  font-size: 10pt;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 10px;
}
article footer .line-divider {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #333;
}
article footer p.copyright {
  font-size: 10pt;
  font-weight: 300;
  color: white;
}
article footer .social-networks {
  text-align: right;
}
article footer .social-networks a {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 15px;
}
article footer .social-networks a img {
  width: 100%;
}
