@charset "UTF-8";

body,
html {
  margin: 0;
  padding: 0 !important;
  direction: rtl;
  font-family: 'Secular One', sans-serif;
  overflow: auto !important;
  font-size: 20px;
}

.container {
  max-width: 992px;
  padding: 0 40px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.fake-link {
  color: #0d47a1;
  text-decoration: underline;
  cursor: pointer;
}

.nav-bar {
  position: fixed;
  top: 0;
  opacity: 1;
  width: 100%;
  height: 80px;
  max-height: 80px;
  font-size: 20px !important;
  transition: background-color 300ms, opacity 300ms;
  background: transparent;
  color: #ffffff;
  z-index: 100;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

.nav-bar a {
  text-decoration: none;
}

.nav-bar a:active,
.nav-bar a:visited,
.nav-bar a:link,
.nav-bar a:hover {
  color: #fff;
}

.nav-bar-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
  opacity: 1 !important;
  position: relative;
  width: 150px;
  cursor: pointer;
}

.nav-bar.active {
  background-color: #651fff;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.nav-bar .active .nav-bar-button {
  cursor: pointer;
}

.nav-bar-button {
  text-decoration: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  transition: all 0.1s ease-in-out;
}

.nav-bar-button-link {
  margin-left: 10px;
}

.nav-bar-button-frame {
  border: 1px solid #fff;
}

.nav-bar-button:hover {
  background-color: #fff;
  color: #651fff !important;
}

.nav-bar-static {
  position: relative;
  display: inline-block;
  line-height: 20px;
  top: 30px;
  padding: 0 20px;
  cursor: text;
}

.nav-bar-left {
  float: left;
}

.nav-bar-push {
  -ms-flex-positive: 999;
  flex-grow: 999;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.nav-bar-content {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}

.video-container {
  position: relative;
  background: #000;
  overflow: hidden;
  height: 100vh;
  width: 100%;
}

.video-dimmer {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.video-background {
  opacity: .5;
  object-fit: cover;
  position: absolute;
  top: 50%;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(0, -50%);
}

.cover {
  position: relative;
}

.cover .brand {
  position: absolute;
  width: 100vw;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: center;
  align-self: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  z-index: 1;
}

.cover .brand-text {
  font-family: 'Rubik', sans-serif;
  left: 0;
  padding-top: 20px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.cover .brand-links {
  color: #fff;
  padding-top: 40px;
  text-align: center;
}

.cover .brand-links a {
  text-decoration: none;
}

.cover .brand-links a:active,
.cover .brand-links a:visited,
.cover .brand-links a:link,
.cover .brand-links a:hover {
  color: #fff;
}

.cover .brand-links-button {
  text-decoration: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  transition: all 0.1s ease-in-out;
}

.cover .brand-links-button-link {
  margin-left: 10px;
}

.cover .brand-links-button-frame {
  border: 1px solid #fff;
}

.cover .brand-links-button:hover {
  background-color: #fff;
  color: #651fff !important;
}

.cover .video-overlay-text-big {
  font-size: 30px;
  font-weight: 700;
  padding: 10px;
}

.cover .video-overlay-text-big-highlighted {
  cursor: pointer;
  text-decoration: none !important;
  color: #fff;
  font-weight: 700;
  background-color: #651fff;
  padding: 0 10px;
}

.cover .brand-logo {
  text-align: center;
}

.contact-form {
  width: 220px;
  float: right;
}

.contact-info {
  width: 350px;
  height: 320px;
  float: right;
  margin-right: 30px;
  padding-right: 30px;
  text-align: right;
  box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, 0.2);
}

.ltr {
  direction: ltr;
}

textarea {
  resize: none;
}

.price-offer-button {
  border: 1px;
}

.contact-error {
  color: red;
}

.contact-button {
  cursor: pointer;
}

.anchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden;
}

.projects-text {
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  padding: 30px 0;
}

.thumbnail {
  width: 100px;
  height: 100px;
  float: right;
  cursor: pointer;
  overflow: hidden;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
}

.clear-fix {
  clear: both;
  margin-left: 0;
  margin-right: 0;
}

.half {
  width: 50%;
  float: right;
  box-sizing: border-box;
}

.flex {
  display: -ms-flexbox;
  display: flex;
}

.lSSlideOuter {
  box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.5);
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.72);
}

.highlighted-paragraph {
  font-size: 25px;
  margin-top: 0;
  font-weight: 700;
}

.section {
  font-family: 'Rubik', sans-serif;
}

.section-header {
  font-family: 'Rubik', sans-serif;
  font-size: 40px;
  font-weight: 700;
  padding-top: 40px;
}

.section-materials {
  box-sizing: border-box;
  background: #fff;
  padding-bottom: 50px;
  background: url("images/perspex-colors.png");
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-materials-column-wrapper {
  width: 400px;
}

.section-materials-column {
  width: 360px;
}

.section-materials-background {
  display: -ms-flexbox;
  display: flex;
}

.section-materials-separator {
  margin-top: 30px;
}

.section-materials-category {
  background: #fff;
  padding: 20px;
  box-shadow: 0px 0px 0px 3px #651fff;
  border-radius: 10px;
}

.section-materials-category:hover {
  box-shadow: 0px 0px 0px 5px #651fff;
}

.section-materials-category-header {
  font-size: 25px;
  margin-bottom: 5px;
  font-weight: 700;
}

.section-materials-category-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 20px;
  box-shadow: 0px 1px 0px 0px #d8d8d8;
  margin-top: 14px;
}

.section-materials-category-item-info {
  white-space: nowrap;
}

.section-materials-category-button {
  background: #651fff !important;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 30px !important;
  font-weight: 700;
  text-decoration: none;
}

.section-materials-category-button a {
  text-decoration: none;
}

.section-materials-category-button a:active,
.section-materials-category-button a:visited,
.section-materials-category-button a:link,
.section-materials-category-button a:hover {
  color: #fff;
}

.section-about {
  box-sizing: border-box;
  background: #212121;
  padding: 50px 0 0 0;
}

.section-about-wrapper {
  display: -ms-flexbox;
  display: flex;
}

.section-about-logo {
  min-width: 38.2%;
  text-align: center;
}

.section-about-logo img {
  height: 200px;
}

.section-about-text {
  width: 100%;
  color: #fff;
}

.section-about-text ul {
  list-style: none;
  padding: 0px;
}

.section-about-text ul li:before {
  content: '⭐';
  margin: 0 1em;
}

.section-about-text-header {
  font-size: 40px;
  font-weight: 700;
}

.section-contact {
  position: relative;
  text-align: right;
  padding: 50px 0 0 0;
  background-color: #212121;
  box-shadow: inset 0 -45px 0 0 #651fff;
}

.section-contact a {
  text-decoration: none;
}

.section-contact a:active,
.section-contact a:visited,
.section-contact a:link,
.section-contact a:hover {
  color: #000;
}

.section-contact-box {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.11765) 0px 0px 2px 0px, rgba(0, 0, 0, 0.23922) 0px 2px 4px 0px;
  z-index: 1;
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.section-contact-box-info {
  width: 400px;
}

.section-contact-box-info-text {
  padding: 30px;
}

.section-contact-box-info-text-name {
  font-size: 25px;
  font-weight: 700;
}

.section-contact-box-form {
  position: relative;
  -ms-flex-positive: 999;
  flex-grow: 999;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  background: #ff3d00;
  color: #fff;
}

.section-contact-box-form-overlay {
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  -ms-user-select: none;
  user-select: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-contact-box-form-overlay-visible {
  visibility: visible;
}

.section-contact-box-form-overlay-confirm {
  text-decoration: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  transition: all 0.1s ease-in-out;
  margin-top: 30px;
}

.section-contact-box-form-overlay-confirm-link {
  margin-left: 10px;
}

.section-contact-box-form-overlay-confirm-frame {
  border: 1px solid #fff;
}

.section-contact-box-form-overlay-confirm:hover {
  background-color: #fff;
  color: #000 !important;
}

.section-contact-box-form-overlay-icon {
  font-size: 100px;
}

.section-contact-box-form-overlay-text {
  font-size: 30px;
  font-weight: 700;
  white-space: pre-line;
}

.section-contact-box-form-content {
  padding: 30px;
}

.section-contact-box-form-header {
  font-size: 25px;
  font-weight: 700;
}

.section-contact-box-form form {
  margin-top: 30px;
}

.section-contact-box-form form input {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.11765) 0px 0px 2px 0px, rgba(0, 0, 0, 0.23922) 0px 2px 4px 0px;
  box-sizing: border-box;
  color: #000;
  width: 100%;
  height: 70px;
  margin-bottom: 30px;
  padding: 5px 10px;
  -webkit-appearance: none;
  border: none;
}

.section-contact-box-form-submit {
  text-align: left;
}

.section-contact-box-form-submit-button {
  text-decoration: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  transition: all 0.1s ease-in-out;
  padding: 10px 30px;
  font-size: 30px;
  font-weight: 700;
}

.section-contact-box-form-submit-button-link {
  margin-left: 10px;
}

.section-contact-box-form-submit-button-frame {
  border: 1px solid #fff;
}

.section-contact-box-form-submit-button:hover {
  background-color: #fff;
  color: #ff3d00 !important;
}

.section-footer {
  position: relative;
  text-align: right;
  padding: 50px 0 0 0;
  color: #fff;
  background: #651fff;
}

.section-footer-shortcuts {
  min-height: 200px;
  margin-top: 30px;
  background: #212121;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  width: 100%;
}

.section-footer-shortcuts a {
  text-decoration: none;
}

.section-footer-shortcuts a:active,
.section-footer-shortcuts a:visited,
.section-footer-shortcuts a:link,
.section-footer-shortcuts a:hover {
  color: #fff;
}

.section-footer-shortcuts-column {
  width: calc(100% / 3);
  padding: 30px;
  font-size: 16px;
  position: relative;
}

.section-footer-shortcuts-column-general {
  white-space: pre-line;
  opacity: 0.5;
}

.section-footer-shortcuts-column-credit {
  opacity: 1;
}

.section-footer-shortcuts-column-credit a {
  position: absolute;
  background: #651fff;
  padding: 5px 5px;
  bottom: 30px;
  left: 30px;
}

.section-floating {
  position: relative;
  width: 100%;
  top: -30px;
}

.section-examples {
  position: relative;
  text-align: right;
  color: #fff;
  background: #ff3d00;
  min-height: 440px;
  padding-bottom: 30px;
}

.section-examples-info {
  min-width: 100%;
}



.section-examples-carousel-item {
  min-height: 500px;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

.section-examples-carousel-item-1 {
  background-image: url("banners/1.jpg");
}

.section-examples-carousel-item-2 {
  background-image: url("banners/2.jpg");
}

.section-examples-carousel-item-3 {
  background-image: url("banners/3.jpg");
}

.section-examples-carousel-item-4 {
  background-image: url("banners/4.jpg");
}

.section-examples-carousel-item-5 {
  background-image: url("banners/5.jpg");
}

.section-examples-carousel-item-6 {
  background-image: url("banners/6.jpg");
}

.section-examples-carousel-item-7 {
  background-image: url("banners/7.jpg");
}

.section-examples-carousel-item-8 {
  background-image: url("banners/8.jpg");
}

.section-examples-carousel-item-9 {
  background-image: url("banners/9.jpg");
}

.section-examples-carousel-item-10 {
  background-image: url("banners/10.jpg");
}

.section-examples-carousel-item-11 {
  background-image: url("banners/11.jpg");
}

.section-examples-carousel-item-12 {
  background-image: url("banners/12.jpg");
}

.section-examples-carousel-item-13 {
  background-image: url("banners/13.jpg");
}

.section-examples-contact {
  text-align: left;
}

.section-examples-contact a {
  text-decoration: none;
}

.section-examples-contact a:active,
.section-examples-contact a:visited,
.section-examples-contact a:link,
.section-examples-contact a:hover {
  color: #fff;
}

.section-examples-contact-button {
  text-decoration: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  transition: all 0.1s ease-in-out;
  padding: 10px 30px;
  font-size: 30px;
  font-weight: 700;
  margin-top: 30px;
}

.section-examples-contact-button-link {
  margin-left: 10px;
}

.section-examples-contact-button-frame {
  border: 1px solid #fff;
}

.section-examples-contact-button:hover {
  background-color: #fff;
  color: #ff3d00 !important;
}

.fade-on-hover {
  opacity: 0.5;
  transition: opacity 0.3s;
}

.fade-on-hover:hover {
  opacity: 1;
}

.materials-laser {
  padding: 30px 0;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  background-color: #2196f3;
  min-height: 300px;
}

.materials-cnc {
  padding: 30px 0;
  overflow: hidden;
  background-color: #fff;
  color: #000;
}

.materials-menu {
  float: right;
  width: 300px;
  min-height: 300px;
}

.materials-header {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  padding: 20px;
  margin-bottom: 30px;
}

.materials-menu-item {
  font-size: 30px;
  text-align: right;
  font-weight: 600;
  line-height: 50px;
  opacity: 0.5;
  transition: opacity 0.1s ease-in-out;
  cursor: pointer;
}

.materials-menu-item.active {
  opacity: 1;
  position: relative;
}

.materials-menu-item.active:before {
  position: absolute;
  content: '>';
  right: -30px;
  top: 21px;
  line-height: 10px;
  opacity: 1;
}

.materials-menu-item:hover {
  opacity: 1;
}

.materials-content {
  float: right;
  font-size: 20px;
  padding: 10px;
  box-sizing: border-box;
  height: 300px;
  right: 200px;
  width: calc(100% - 300px);
}

.open-accessibility {
  z-index: 101 !important;
}

.select-all {
  -ms-user-select: all;
  user-select: all;
}

.section4 {
  position: absolute;
  z-index: 5;
  background: #fff;
  color: #000;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  min-width: 270px;
  overflow: hidden;
  padding: 25px 25px;
}

.section4 h2 {
  font-size: 29px;
  font-weight: 500;
  color: #232062;
  margin: 0;
  text-align: center;
}

.section4 input {
  background: #fff;
  padding: 7px 10px;
  font-weight: 300;
  border: 1px solid #dbdbdb;
  width: 92%;
  margin: 5px 0;
}

.section4 input[type="submit"] {
  width: 100%;
  background: #80deea;
  border: 1px solid transparent;
  box-shadow: none;
  color: #777;
  font-size: 18px;
  cursor: pointer;
  font-weight: 700;
}

.section4 input[type="submit"]:hover {
  background: #000;
  color: #fff;
}

.contact-number1 strong {
  display: block;
  line-height: 38px;
}

.contact-number1 span {
  line-height: 24px;
  padding: 0;
  font-weight: 400;
}

.contact-number1 a {
  background: #80deea;
  color: white;
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
  padding: 4px 15px;
  text-align: center;
  opacity: 1 !important;
}

.contact-number1 strong {
  display: block;
}

.container .row {
  position: relative;
}

.contact-number1 {
  display: inline-block;
  opacity: 1;
  padding: 0px;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 90px;
}

.hvr-button input {
  background: #0d47a1;
  border: 1px solid transparent;
  font-weight: 700;
  padding: 8px 15px;
  margin-left: 0px;
}

.hvr-button {
  display: inline-block;
}

.innerbanner-left input {
  width: 282px;
  padding: 7px 15px;
  margin-left: 15px;
  font-size: 18px;
}

.innerbanner-left {
  background: #fff;
  margin-top: -65px;
  text-align: center;
  border: 2px solid #eee;
  padding: 10px;
  margin-bottom: 20px;
}

.alert-inform {
  padding-right: 100px;
}

.alert-inform {
  background: #0d47a1;
  color: white;
  padding: 0 30px;
}

.alert-inform > span {
  display: block;
  font-size: 17px;
  padding: 6px 0;
}

.alert-inform > h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 20px;
}

.contact-listright {
  background: #fff;
  color: #000;
  padding: 30px;
  text-align: center;
}

.contact-listright h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.form-lists {
  margin-top: 10px;
}

.form-lists p {
  margin: 0;
  padding: 5px 0;
}

.form-lists p input {
  background: #fff;
  border: 1px solid #dbdbdb;
  color: #8a6949;
  font-size: 18px;
  font-weight: 400;
  padding: 8px 10px;
  width: 90%;
}

.form-lists .hvr-bounce-to-bottom.hoverbutton1 > input {
  color: white;
  font-size: 20px;
  font-weight: 700;
  padding: 9px 10px;
  background: #80deea;
  width: 97%;
}

.form-lists .hvr-bounce-to-bottom.hoverbutton1 {
  color: white;
}

.contact-form.col-xs-12.nopadding {
  float: none;
  width: initial;
}

.contact-form.col-xs-12.nopadding,
.contact-list.col-md-8.col-sm-5.col-xs-12.nopadding,
.mainsection6.col-xs-12.nopadding {
  padding: 0px;
  font-weight: 400;
}

.alert-inform.col-md-7 {
  width: 51.33333333%;
}

.contact-listright.col-md-5 {
  width: 41.666667%;
}

.alert-inform a {
  text-decoration: none;
}

.alert-inform span {
  display: block;
}

.alert-inform,
.contact-listright {
  height: 274.4px;
}

.alert-inform {
  position: relative;
  right: 100px;
}

.contact-listright {
  position: relative;
  right: 3px;
}

.mainsection6 iframe {
  height: 334px;
}

.contact-number1 {
  display: none;
}

.alert-inform h2 {
  margin-top: 0px;
}

.contact-list.col-md-8.col-sm-5.col-xs-12.nopadding {
  background: #0d47a1;
}

.alert-inform {
  padding: 30px 15px;
}

@media (max-width: 767px) {
  .section4 {
    display: none;
  }
}