@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}

.wrap > *:not(*:root) {
  margin-left: -4px;
}

/*--- FIx for safari flexibleg grid--*/
*:focus {
  outline: 0;
}

html {
  scroll-behavior: smooth;
}

/*---Fix for wow---*/
.wow {
  visibility: hidden;
}

/*---General---*/
html, body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  height: auto;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 30px;
  z-index: 1;
}

.slick-prev:before {
  content: " ";
  background-image: url(../images/slider-arrow.png);
  width: 50px;
  height: 50px;
  display: block;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  background-size: cover;
}

.slick-next {
  right: 30px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: " ";
  background-image: url(../images/slider-arrow.png);
  width: 50px;
  height: 50px;
  display: block;
  background-size: cover;
}

/* Dots */
.slick-dotted.slick-slider {
  /* margin-bottom: 30px;*/
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #939393;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}

@media only screen and (max-width: 767px) {
  .slick-prev {
    left: 10px;
    z-index: 1;
  }
  .slick-prev:before {
    content: " ";
    background-image: url(../images/slider-arrow.png);
    width: 40px;
    height: 40px;
    display: block;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    background-size: cover;
  }
  .slick-next {
    right: 30px;
  }
  [dir="rtl"] .slick-next {
    left: -10px;
    right: auto;
  }
  .slick-next:before {
    content: " ";
    background-image: url(../images/slider-arrow.png);
    width: 40px;
    height: 40px;
    display: block;
    background-size: cover;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* Slider text select */
.slick-list.draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  scroll-behavior: smooth;
}

/*---Typography---*/
h1, h2, h3, h4, h5, h6, span, body, input, button, html, select, textarea, table, tr, td, ul, ol, li, p, a {
  font-family: 'Roboto', sans-serif;
}

body {
  font-size: 14px;
  line-height: 1.25em;
  background-color: #ffffff;
  color: #000000;
  height: 100%;
  width: 100%;
}

b, strong {
  font-weight: 700;
}

a, button {
  cursor: pointer;
  text-decoration: none;
  color: unset;
}

/*---Color---*/
.white {
  color: #ffffff !important;
}

.black {
  color: #000000 !important;
}

h1 {
  font-size: 3.7em;
  line-height: 1.1em;
  font-weight: 900;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h2 {
  font-size: 2.6em;
  font-weight: 900;
  line-height: 1.4em;
  margin-bottom: 25px;
  color: #000000;
  text-transform: uppercase;
}

h3 {
  font-size: 1.4em;
  line-height: 1.4em;
  margin-bottom: 20px;
}

h4 {
  font-size: 18px;
  line-height: 30px;
}

h5 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

h6 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

p {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 15px;
  color: #666666;
}

.textcenter {
  text-align: center;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

/*---General Mobile--*/
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.8em;
  }
}

/*---General Tablet--*/
@media (min-width: 768px) and (max-width: 1024px) {
  h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 2.2em;
  }
}

/*---Button--*/
.button {
  font-size: 1.2em;
  padding: 14px 23px;
  background-color: #FBBC11;
  color: #ffffff;
  margin: auto;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 1.5rem;
  display: inline-block;
}

.button:hover {
  background-color: #000000;
}

/* ol/ul styles  */
ul.standard-list {
  list-style-type: disc !important;
}

/*---Container---*/
._container_small {
  max-width: 1020px;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

._container_medium {
  max-width: 1160px;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

._container_large {
  max-width: 1260px;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

/*---Spacing---*/
.padtb3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padb3 {
  padding-bottom: 3rem;
}

.padb1 {
  padding-bottom: 1rem;
}

.padt3 {
  padding-top: 3rem;
}

.padt5 {
  padding-top: 5%;
}

.padb5 {
  padding-bottom: 5%;
}

.padb5rem {
  padding-bottom: 5rem;
}

.padb15px {
  padding-bottom: 15px;
}

.padtb5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padtb5vh {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.marginb15px {
  margin-bottom: 15px;
}

.margint15px {
  margin-top: 15px;
}

.marginb5 {
  margin-bottom: 5%;
}

.marginb3 {
  margin-bottom: 3%;
}

.margint3 {
  margin-top: 3%;
}

@media only screen and (max-width: 767px) {
  .padtb5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

/*---Arrow---*/
.arrow {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  top: -3px;
  position: relative;
  margin-left: 2px;
}

.arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.arrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/*---Slider---*/
.slick-dots {
  bottom: -45px;
}

.slick-dots li {
  margin: 0 2px;
}

.slick-initialized .slick-slide {
  padding: .6em;
}

@media only screen and (max-width: 767px) {
  .slick-prev {
    left: 0px;
    z-index: 1;
  }
  .slick-prev:before {
    content: " ";
    background-image: url(../images/slider-arrow.png);
    width: 40px;
    height: 40px;
    display: block;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    background-size: cover;
  }
  .slick-next {
    right: -10px;
  }
  [dir="rtl"] .slick-next {
    left: 0px;
    right: auto;
  }
  .slick-next:before {
    content: " ";
    background-image: url(../images/slider-arrow.png);
    width: 40px;
    height: 40px;
    display: block;
    background-size: cover;
  }
}

/*---Header---*/
.desktopheader {
  height: 70px;
  position: relative;
  padding: 20px 2rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #000000d9;
  color: #ffffff;
  position: fixed;
  top: 0;
  /* The dropdown container */
  /* Dropdown button */
  /* Dropdown content (hidden by default) */
  /* Links inside the dropdown */
  /* Add a grey background color to dropdown links on hover */
  /* Show the dropdown menu on hover */
}

.desktopheader .nav-logo img {
  width: 160px;
}

.desktopheader .primary-nav {
  display: inline;
  float: left;
  font-size: 12px;
}

.desktopheader .right_nav {
  float: right;
  font-size: 12px;
}

.desktopheader .right_nav .primary-nav {
  padding: 30px 1.5rem;
}

.desktopheader .dropdown-nav {
  float: left;
  overflow: hidden;
}

.desktopheader .dropdown-nav .dropbtn {
  display: inline;
  float: left;
  padding: 30px 1.5rem;
}

.desktopheader .dropdown-content {
  display: none;
  position: absolute;
  background-color: #000000d9;
  min-width: 160px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 69px;
}

.desktopheader .dropdown-content a {
  float: none;
  color: #ffffff;
  padding: 8px 26px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 12px;
}

.desktopheader .dropdown-content a:hover {
  color: #FBBC11;
}

.desktopheader .dropdown-nav:hover .dropdown-content {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .desktopheader {
    display: none;
  }
}

/*---Mobile Menu--*/
.mobile-menu {
  display: none;
}

.mburger {
  display: none;
}

.mobile-menu-logo {
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .mobile-menu-logo {
    left: 25%;
  }
}

@media only screen and (max-width: 1024px) {
  .mobile-menu {
    display: block;
    position: relative;
    z-index: 9999;
    background: #000000;
    height: 90px;
  }
  .menubar {
    display: none;
  }
  .mburger {
    display: inline-block;
    margin-top: 15px;
  }
  .mburger b {
    color: #cdcdcd;
  }
  .mobile-menu-logo {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    -webkit-transform: translate(-50%, 40%);
            transform: translate(-50%, 40%);
    left: 50%;
  }
  .mobile-menu-logo img {
    width: 280px;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-menu {
    height: 75px;
  }
  .mburger {
    margin-top: 8px;
  }
  .mobile-menu-logo {
    -webkit-transform: translate(-50%, 60%);
            transform: translate(-50%, 60%);
  }
  .mobile-menu-logo img {
    width: 180px;
  }
}

/*---Footer---*/
.footer {
  background: #3C3C3C;
  padding: 4rem 2rem 2rem 2rem;
  color: #ffffff;
  /*
  .foot-menu { display: inline-block;
    li {
      &.foot-menu-fir {
          a { 
            &:hover { 
              &:first-child {color:$color-yellow; }
            }
          }
        }
    }
    .foot-menu-fir { font-size: 12px; display: block; transition: .3 ease; margin-bottom: 5px;
      i {
        &.arrow { border: solid #ffffff;border-width: 0 2px 2px 0;display: inline-block; padding: 2px; top: -3px;  position: relative;  margin-left: 2px;}
      }
      .foot-menu-txt-sec-box { display: none; 
        a { color:$color-white; }
      }
      .foot-menu-txt-sec { padding-left: .5rem;
          a {
            &:hover{ color:$color-yellow; }
          }
      }
    }
  }
  */
}

.footer .footer-title {
  font-size: 1.3em;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 7px;
}

.footer img.footer-logo {
  width: 170px;
  display: inline-block;
  margin-right: 0.75rem;
}

.footer p {
  margin-bottom: 0px;
  color: #ffffff;
}

.footer .secondary-footer {
  margin-top: 2rem;
}

.footer .footer-hyperbridge {
  float: right;
  font-size: 12px;
}

.footer .footer-rights {
  float: left;
  font-size: 12px;
}

.footer .contact-details-box {
  margin-bottom: 10px;
  vertical-align: middle;
}

.footer .foot-iconbox {
  width: 10%;
  display: inline-block;
  vertical-align: middle;
}

.footer .foot-iconbox img {
  width: 20px;
}

.footer .foot-cont-textbox {
  width: 88%;
  display: inline-block;
  vertical-align: middle;
}

.footer .foot-menu {
  display: inline-block;
}

.footer .foot-menu li.menu-item {
  font-size: 12px;
  display: block;
  -webkit-transition: .3 ease;
  transition: .3 ease;
  margin-bottom: 5px;
}

.footer .foot-menu li.menu-item a:hover {
  color: #FBBC11;
}

.footer .foot-menu li.menu-item-has-children {
  overflow: hidden;
}

.footer .foot-menu li.menu-item-has-children .sub-menu {
  display: none;
  padding-left: 8px;
}

.footer .foot-menu li.menu-item-has-children:hover .sub-menu {
  display: block;
}

.footer .foot-menu li.menu-item-has-children > a:after {
  content: '';
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  -webkit-transform: rotate(45deg);
  margin-left: 5px;
  top: -2px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  img.footer-logo {
    width: 160px !important;
    margin-bottom: 1rem;
  }
  .footer-title {
    margin-top: 1rem;
  }
  .footer-hyperbridge {
    float: left !important;
    font-size: 12px;
    margin-top: .5rem;
  }
  .contact-details-outer {
    margin-bottom: 1rem;
  }
  .foot-menu {
    margin-top: 1.5rem;
  }
}

/*---Standard Unordered List---*/
.unorder-list {
  padding-left: 15px;
}

.unorder-list li {
  list-style-type: disc;
  margin-bottom: .5rem;
}

/*---Home Top---*/
.home-top {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  position: relative;
}

.home-top .home-top-textbox {
  position: absolute;
  top: 50%;
  left: 4rem;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .home-top {
    background-attachment: unset;
    height: 70vh;
  }
  .home-top .home-top-textbox {
    max-width: 500px;
    top: 45%;
  }
}

@media only screen and (max-width: 767px) {
  .home-top {
    background-attachment: unset;
    height: 60vh;
  }
  .home-top .home-top-textbox {
    left: 2rem;
    max-width: 80vw;
    top: 35%;
  }
}

/*---Home Video---*/
.home-video {
  background-size: cover;
  background-repeat: no-repeat;
}

.home-video .video-bor-line {
  border-bottom: 1px solid #ffffff;
  padding-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.home-video .video-icon {
  width: 80px;
  height: auto;
  display: block;
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.home-video .vdeo-icon-box {
  margin-bottom: 1.5rem;
}

.home-video .video-points {
  font-size: 1.7em;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.video-responsive {
  width: 100%;
}

.video-responsive source {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.youtube-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .home-video .video-points {
    font-size: 1.4em;
    margin-bottom: 5px;
  }
}

/*---Home Application---*/
.applica-box {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.home-appli-textbox {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.home-appli-textbox .home-appli-title {
  font-size: 2em;
  font-weight: 900;
  display: block;
  margin-bottom: 1em;
  color: #000000;
  line-height: 1.1em;
}

.home-appli-slider {
  margin-bottom: 2rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .applica-box {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .home-appli-textbox .home-appli-title {
    font-size: 1.8em;
  }
}

/*---Home Application Order---*/
@media only screen and (max-width: 767px) {
  .mobile-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .mobile-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .applica-box {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .home-appli-textbox .home-appli-title {
    font-size: 1.6em;
  }
}

/*---Project Reference---*/
.project-ref-top {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  height: 105vh;
}

.project-ref-top .project-ref-lat-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 85vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.project-ref-top .project-ref-lat-box .project-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.project-ref-top .project-ref-lat-box .row {
  width: 100%;
}

.project-ref-top .project-ref-lat-box .project-ref-main-txt-box {
  padding-right: 5rem;
  text-align: left;
  max-width: 400px;
}

.project-ref-top .project-ref-lat-box .project-ref-main-title {
  font-size: 3em;
  line-height: 1.1em;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 1rem;
  display: block;
}

.project-ref-top .project-ref-lat-box .project-latest-top {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  position: relative;
  max-width: 600px;
  overflow: hidden;
  padding: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.project-ref-top .project-ref-lat-box .project-latest-top .project-img-overlay {
  background-color: #00000085;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.project-ref-top .project-ref-lat-box .project-latest-top .project-details-box {
  position: absolute;
  bottom: 0;
  padding: 1.5em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.project-ref-top .project-ref-lat-box .project-latest-top .project-details-box .left {
  text-align: left;
  width: 65%;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.project-ref-top .project-ref-lat-box .project-latest-top .project-details-box .left .project-ref-name {
  font-size: 1.6em;
  line-height: 1.3em;
  font-weight: 700;
  display: block;
  color: #ffffff;
}

.project-ref-top .project-ref-lat-box .project-latest-top .project-details-box .left .project-ref-location {
  font-size: 1.2em;
  line-height: 1.3em;
  display: block;
  color: #ffffff;
}

.project-ref-top .project-ref-lat-box .project-latest-top .project-details-box .right {
  text-align: right;
  width: 35%;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.project-ref-top .project-ref-lat-box .project-latest-top .project-details-box .right .project-ref-date {
  font-size: 1.1em;
  line-height: 1.3em;
  color: #ffffff;
}

.project-ref-top .project-ref-lat-box .project-latest-top:hover {
  cursor: pointer;
  outline: 10px double #FBBC11;
}

.project-ref-top .project-ref-lat-box .project-latest-top:hover .project-img-overlay {
  opacity: 0;
  visibility: hidden;
}

.project-ref-top .project-ref-lat-box .project-latest-top:hover .project-details-box .left {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.project-ref-top .project-ref-lat-box .project-latest-top:hover .project-details-box .right {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.project-ref-list {
  background-color: #202020;
}

.project-ref-list .project-list-block {
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  margin-bottom: 2rem;
}

.project-ref-list .project-list-block .project-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.project-ref-list .project-list-block .project-img-overlay {
  background-color: #00000085;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.project-ref-list .project-list-block .project-details-box {
  position: absolute;
  bottom: 0;
  padding: 1.5em;
  width: 100%;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.project-ref-list .project-list-block .project-details-box .project-ref-name {
  font-size: 1.6em;
  line-height: 1.3em;
  font-weight: 700;
  display: block;
  color: #ffffff;
}

.project-ref-list .project-list-block .project-details-box .project-ref-location {
  font-size: 1.2em;
  line-height: 1.3em;
  display: block;
  color: #ffffff;
}

.project-ref-list .project-list-block .project-details-box .project-ref-date {
  font-size: 1.1em;
  line-height: 1.3em;
  color: #ffffff;
  padding-top: 1rem;
  display: block;
}

.project-ref-list .project-list-block:hover {
  cursor: pointer;
  outline: 10px double #FBBC11;
}

.project-ref-list .project-list-block:hover .project-img-overlay {
  opacity: 0;
  visibility: hidden;
}

.project-ref-list .project-list-block:hover .project-details-box {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .project-ref-top {
    height: 60vh;
  }
  .project-ref-top .project-ref-lat-box {
    min-width: 90vw;
  }
  .project-ref-top .project-ref-lat-box .project-ref-main-title {
    font-size: 2.5em;
  }
  .project-ref-top .project-ref-lat-box .project-ref-main-txt-box h3 {
    font-size: 1.1em;
  }
  .project-ref-top .project-ref-lat-box .project-latest-top {
    height: 340px;
  }
  .project-ref-top .project-ref-lat-box .project-latest-top .project-details-box .right .project-ref-date {
    font-size: 1em;
  }
  .project-ref-list .project-list-block {
    height: 260px;
  }
  .project-ref-list .project-list-block .project-details-box .project-ref-name {
    font-size: 1.4em;
    line-height: 1.1em;
  }
  .project-ref-list .project-list-block .project-details-box .project-ref-location {
    font-size: 1.1em;
  }
  .project-ref-list .project-list-block .project-details-box .project-ref-date {
    font-size: 1em;
    padding-top: .5rem;
  }
}

@media only screen and (max-width: 767px) {
  .project-ref-top {
    height: 80vh;
  }
  .project-ref-top .project-ref-lat-box {
    min-width: 100vw;
  }
  .project-ref-top .project-ref-lat-box .project-ref-main-txt-box {
    padding-right: inherit;
    margin-bottom: -10vh;
  }
  .project-ref-top .project-ref-lat-box .project-ref-main-title {
    font-size: 2.2em;
  }
  .project-ref-top .project-ref-lat-box .project-ref-main-txt-box h3 {
    font-size: 1.1em;
  }
  .project-ref-top .project-ref-lat-box .project-latest-top {
    height: 240px;
  }
  .project-ref-top .project-ref-lat-box .project-latest-top .project-details-box {
    display: block;
  }
  .project-ref-top .project-ref-lat-box .project-latest-top .project-details-box .right {
    display: block;
    width: 100%;
    text-align: left;
  }
  .project-ref-top .project-ref-lat-box .project-latest-top .project-details-box .right .project-ref-date {
    font-size: 1em;
  }
  .project-ref-top .project-ref-lat-box .project-latest-top .project-details-box .left {
    display: block;
    width: 100%;
  }
  .project-ref-top .project-ref-lat-box .project-latest-top .project-details-box .left .project-ref-name {
    font-size: 1.5em;
    line-height: 1.1em;
  }
  .project-ref-top .project-ref-lat-box .project-latest-top .project-details-box .left .project-ref-location {
    margin-bottom: .5rem;
  }
  .project-ref-list .project-list-block {
    height: 260px;
  }
  .project-ref-list .project-list-block .project-details-box .project-ref-name {
    font-size: 1.4em;
    line-height: 1.1em;
  }
  .project-ref-list .project-list-block .project-details-box .project-ref-location {
    font-size: 1.1em;
  }
  .project-ref-list .project-list-block .project-details-box .project-ref-date {
    font-size: 1em;
    padding-top: .5rem;
  }
}

/*---Single Project---*/
.single-project-top {
  background-size: cover;
  background-attachment: fixed;
  min-height: 95vh;
  background-position: center;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-project-top .project-img-overlay {
  background-color: #00000085;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.single-project-top .single-project-fea-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -40%);
          transform: translate(0%, -40%);
  margin: auto;
  width: 100%;
}

.single-project-top .single-project-fea-box .single-project-name {
  font-size: 3.2em;
  line-height: 1.1em;
  font-weight: 900;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.single-project-top .single-project-fea-box .single-project-location {
  font-size: 2.8em;
  line-height: 1.1em;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
}

.single-project-top .single-project-fea-box .single-project-date {
  font-size: 1.5em;
  line-height: 1.1em;
  color: #ffffff;
  display: block;
}

.single-project-content .single-project-description {
  margin-bottom: 2rem;
}

.single-project-content .single-project-description .title {
  font-size: 2.2em;
  line-height: 1.1em;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.single-project-content .single-project-description .description-text p {
  font-size: 1.1em;
  line-height: 1.3em;
  margin-bottom: 20px;
}

.single-project-content .single-project-details .title {
  font-size: 2.2em;
  line-height: 1.1em;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.single-project-content .single-project-details .details-box {
  background-color: #F3F3F3;
  padding: 1.5rem;
  min-height: 140px;
}

.single-project-content .single-project-details .details-cate {
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1rem;
}

.single-project-content .single-project-details .details-text {
  font-size: 1.4em;
  line-height: 1.2em;
  display: block;
  font-style: italic;
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .single-project-top {
    background-attachment: unset;
    min-height: 50vh;
  }
  .single-project-top .single-project-fea-box {
    -webkit-transform: translate(0%, -55%);
            transform: translate(0%, -55%);
  }
  .single-project-top .single-project-fea-box .single-project-name {
    font-size: 2.6em;
  }
  .single-project-top .single-project-fea-box .single-project-location {
    font-size: 2.4em;
  }
  .single-project-content .single-project-description .title {
    font-size: 1.8em;
  }
  .single-project-content .single-project-details .title {
    font-size: 1.8em;
  }
  .single-project-content .single-project-details .details-cate {
    font-size: 1.2em;
  }
  .single-project-content .single-project-details .details-text {
    font-size: 1.1em;
  }
}

@media only screen and (max-width: 767px) {
  .single-project-top {
    background-attachment: unset;
    min-height: 50vh;
  }
  .single-project-top .single-project-fea-box {
    -webkit-transform: translate(0%, -55%);
            transform: translate(0%, -55%);
  }
  .single-project-top .single-project-fea-box .single-project-name {
    font-size: 2.2em;
  }
  .single-project-top .single-project-fea-box .single-project-location {
    font-size: 1.6em;
  }
  .single-project-top .single-project-fea-box .single-project-date {
    font-size: 1.1em;
  }
  .single-project-content .single-project-description .title {
    font-size: 1.8em;
  }
  .single-project-content .single-project-details .title {
    font-size: 1.8em;
  }
  .single-project-content .single-project-details .details-cate {
    font-size: 1.2em;
  }
  .single-project-content .single-project-details .details-text {
    font-size: 1.1em;
  }
  .single-project-content .single-project-details .details-box {
    margin-bottom: .75rem;
    min-height: auto;
  }
}

/*---Performance---*/
.performance {
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  background-position: center;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.performance .performance-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.performance .performance-box .row {
  width: 100%;
}

.performance .performance-box .performance-txt-box {
  padding-right: 2rem;
}

.performance .performance-box .performance-main-title {
  font-size: 3em;
  line-height: 1.1em;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 1.5rem;
  text-align: left;
  display: block;
}

.performance .performance-box .performance-sub {
  font-size: 1.25em;
  line-height: 1.4em;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  text-align: left;
  display: block;
}

.performance .performance-box .performance-unorderlist {
  padding-left: 15px;
}

.performance .performance-box .performance-unorderlist li {
  list-style: disc;
  color: #ffffff;
  text-align: left;
  line-height: 1.4em;
  margin-bottom: .5rem;
  font-size: 13px;
}

/*---Product---*/
.product p {
  color: #000000;
}

.product .product-sub {
  font-size: 3em;
  line-height: 1.3em;
  color: #ffffff;
  text-align: left;
  display: block;
}

.product .product-sub-txt {
  font-size: 1.6em;
  line-height: 1.3em;
  color: #ffffff;
  margin-bottom: .5rem;
  text-align: left;
  display: block;
}

.product .product-top {
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  background-position: center;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product .product-top .product-fea-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -40%);
          transform: translate(0%, -40%);
  margin: auto;
  width: 100%;
}

.product .product-top .product-fea-box .product-name {
  font-size: 3.8em;
  line-height: 1.15em;
  font-weight: 900;
  color: #ffffff;
  text-align: left;
  display: block;
}

.product .product-top .product-fea-box .product-sub-sec-title {
  font-size: 1.8em;
  line-height: 1.3em;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: .5rem;
  text-align: left;
  display: block;
}

.product .product-top .product-fea-box .product-sub-sec-txt {
  font-size: 1.3em;
  line-height: 1.3em;
  color: #ffffff;
  margin-bottom: .5rem;
  text-align: left;
  display: block;
}

.product .product-showcase {
  background-color: #222222;
  padding-top: 7rem;
  padding-bottom: 5rem;
}

.product .product-showcase img {
  width: 100%;
}

.product .product-showcase .product-showcase-tag-box {
  padding-left: 4rem;
  padding-top: 2rem;
}

.product .product-showcase .product-showcase-tag-box .product-showcase-tag {
  font-size: 2.6em;
  line-height: 1.1em;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  text-align: left;
  display: block;
}

.product .product-showcase .product-showcase-tag-box .product-showcase-sectag {
  font-size: 2em;
  line-height: 1.1em;
  color: #ffffff;
  text-align: left;
  display: block;
  margin-bottom: 2rem;
}

.product .product-showcase-video {
  background-color: #f0f0f0;
  margin-bottom: 3rem;
}

.product .product-showcase-video .product-showcase-tag {
  font-size: 3.4em;
  line-height: 1.1em;
  font-weight: 700;
  color: #000000;
  text-align: left;
  display: block;
  margin-bottom: 1.5rem;
}

.product .product-intro .intro-tag {
  font-size: 2em;
  line-height: 1.2em;
  text-align: left;
  display: block;
  margin-bottom: 2.5rem;
}

.product .product-intro .key-property {
  background-color: #F3F3F3;
  padding: 2rem;
}

.product .product-intro .key-property .title {
  font-size: 1.8em;
  line-height: 1.2em;
  font-weight: 700;
  text-align: left;
  display: block;
  margin-bottom: 1rem;
}

.product .product-intro .key-property .txt {
  font-size: 1.3em;
  line-height: 1.2em;
  text-align: left;
  display: block;
  margin-bottom: 0;
}

.product .product-intro .innovative-applications .title {
  font-size: 1.8em;
  line-height: 1.2em;
  font-weight: 700;
  text-align: left;
  display: block;
  margin-bottom: 1rem;
}

.product .product-intro .four-product-numbering {
  font-size: 4.5em;
  line-height: 1em;
  color: #D0D0D0;
  text-align: left;
  display: block;
  margin-bottom: .5rem;
}

.product .product-intro .border-right {
  border-right: 1px solid #707070;
}

.product .product-intro .innovative-slider-txt {
  font-size: 1.3em;
  padding: 1rem;
  line-height: 1.2em;
}

.product .product-h1 {
  font-size: 1.8em;
  line-height: 1.2em;
  font-weight: 800;
  text-align: left;
  display: block;
  margin-bottom: 1rem;
}

.product .product-h2 {
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: 800;
  text-align: left;
  display: block;
  margin-bottom: 1rem;
}

.product .product-h3 {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 800;
  text-align: left;
  display: block;
  margin-bottom: 1rem;
}

.product .greybg {
  background-color: #F2F2F2;
}

.product .graph-side-img {
  padding: 4rem;
}

.product table.table-1 {
  font-size: 16px;
}

.product table.table-1 th {
  background-color: #FBBC11;
  padding: 1rem;
}

.product table.table-1 tr:nth-child(odd) {
  background-color: #dbdbdb;
}

.product table.table-1 tr:nth-child(even) {
  background-color: #ebebeb;
}

.product table.table-1 td {
  padding: 1rem;
}

.product table.table-1 tr.highlight, .product table.table-1 td.highlight {
  font-weight: 700;
}

.product table.table-2 {
  font-size: 16px;
}

.product table.table-2 tr:nth-child(odd) {
  background-color: #DBDBDB;
}

.product table.table-2 td {
  padding: 1rem;
}

.product table.table-2 tr.highlight, .product table.table-2 td.highlight {
  font-weight: 700;
}

.product .introducing-basalt img {
  width: 100px;
  margin-bottom: 7px;
}

.product .introducing-basalt .introducing-box {
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.product .product-biggest-title {
  font-size: 2em;
  line-height: 1.2em;
  text-align: left;
  display: block;
  margin-bottom: 2.5rem;
}

.product .innovation {
  background-color: #F2F2F2;
}

.product .product-datasheet {
  background-color: #FBBC11;
}

.product .product-datasheet .product-biggest-title {
  margin-bottom: 1rem;
}

.product .product-datasheet .product-pdf-name {
  font-size: 1.5em;
  line-height: 1.2em;
  text-align: left;
  display: block;
  padding-bottom: 0;
}

.product .product-datasheet .download-but {
  border: 1px solid #ffffff;
  border-radius: .5rem;
  padding: 16px;
  display: inline-block;
  font-weight: 700;
  color: #ffffff;
  vertical-align: middle;
  font-size: 1.1em;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.product .product-datasheet .download-but img {
  width: 16px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}

.product .product-datasheet .download-but:hover {
  background-color: #3C3C3C;
  border: 1px solid #3C3C3C;
}

.product .prod-fire-resistance .fire-resistance-txt-box {
  padding: 8%;
}

.product .product-3less-box {
  padding: 2rem;
  background-color: #2f2e2e;
  text-align: left;
  color: #ffffff;
  margin-bottom: 1rem;
}

.product .product-lastbtm-txt {
  max-width: 400px;
  padding: 2rem;
  margin-top: 2rem;
}

.product .product-section-title {
  font-size: 2.3em;
  line-height: 1.4em;
  font-weight: 800;
  display: block;
  margin-bottom: 4rem;
}

.product .product-basalt-process .step-box {
  background: #F3F3F3;
  padding: 2.3rem 1.5rem;
  max-width: 260px;
  margin: auto;
  position: relative;
  margin-bottom: 3rem;
}

.product .product-basalt-process .step-box p {
  font-size: 1.3em;
  margin-bottom: 10px;
}

.product .product-basalt-process .step-box img {
  margin-bottom: 10px;
}

.product .product-basalt-process .step-box:after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 43%;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  width: 0px;
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 24px solid #F3F3F3;
}

.product .product-basalt-process .step-box .step-yellow {
  position: absolute;
  left: 31%;
  top: -26px;
  -webkit-transform: translate(50%, 0%);
  transform: translate(50%, 0%);
  background-color: #FBBC11;
  border-radius: 40px;
  content: '';
  width: 50px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
  padding: 1rem;
}

.product .product-basalt-process .step-box.basalt-step:nth-of-type(3):after {
  display: none;
}

.product .product-basalt-process .step-box.ar-step:nth-of-type(5):after {
  display: none;
}

.product .product-basalt-process-img .process-txt {
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 1rem;
  line-height: 1.2em;
}

/*---Basalt SLider---*/
.basalt-innovative-slider .slick-prev, .basalt-innovative-slider .slick-next {
  top: 43%;
}

.basalt-innovative-slider .slick-prev {
  left: -20px;
  z-index: 1;
}

.basalt-innovative-slider .slick-next {
  right: -22px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .product .product-top {
    min-height: 75vh;
  }
  .product .product-showcase {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #222222), color-stop(35%, transparent));
    background-image: linear-gradient(180deg, #222222 80%, transparent 35%);
  }
  .product .product-showcase .product-showcase-tag {
    font-size: 3em;
    padding-left: 1rem;
  }
  .product .product-intro .innovative {
    min-height: 285px;
  }
  .product .product-3less-box {
    min-height: 210px;
  }
}

@media only screen and (max-width: 767px) {
  .product .product-sub {
    font-size: 1.9em;
  }
  .product .product-sub-txt {
    font-size: 1.3em;
    line-height: 1.3em;
    color: #ffffff;
    margin-bottom: .5rem;
    text-align: left;
    display: block;
  }
  .product .product-top {
    min-height: 90vh;
  }
  .product .product-top .product-fea-box {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -40%);
            transform: translate(0%, -40%);
    margin: auto;
    width: 100%;
  }
  .product .product-top .product-fea-box .product-name {
    font-size: 2.6em;
  }
  .product .product-top .product-fea-box .product-sub-sec-title {
    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: .5rem;
    text-align: left;
    display: block;
  }
  .product .product-top .product-fea-box .product-sub-sec-txt {
    font-size: 1em;
  }
  .product .product-showcase {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #222222), color-stop(35%, transparent));
    background-image: linear-gradient(180deg, #222222 100%, transparent 35%);
    padding-top: 3rem;
  }
  .product .product-showcase .product-showcase-tag {
    font-size: 2.8em;
    line-height: 1.1em;
    font-weight: 700;
    color: #ffffff;
    text-align: left;
    display: block;
    padding-left: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .product .product-intro .intro-tag {
    font-size: 1.6em;
  }
  .product .product-intro .key-property {
    margin-bottom: 1rem;
  }
  .product .product-intro .key-property .title {
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: 700;
    text-align: left;
    display: block;
    margin-bottom: 1rem;
  }
  .product .product-intro .key-property .txt {
    font-size: 1.3em;
    line-height: 1.2em;
    text-align: left;
    display: block;
    margin-bottom: 0;
  }
  .product .product-intro .innovative {
    background-color: #F3F3F3;
    padding: 2rem;
    min-height: 200px;
  }
  .product .product-intro .innovative .title {
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: 700;
    text-align: left;
    display: block;
    margin-bottom: 1rem;
  }
  .product .product-intro .innovative .txt {
    font-size: 1em;
    line-height: 1.2em;
    text-align: left;
    display: block;
    margin-bottom: 0;
  }
  .product .product-intro .four-product-numbering {
    font-size: 4.5em;
    line-height: 1em;
    color: #D0D0D0;
    text-align: left;
    display: block;
    margin-bottom: .5rem;
  }
  .product .product-intro .border-right {
    border-bottom: 1px solid #707070;
    border-right: 0px;
    margin-bottom: 1.5rem;
  }
  .product .product-h1 {
    font-size: 1.5em;
    line-height: 1.1em;
    font-weight: 800;
    text-align: left;
    display: block;
    margin-bottom: 1rem;
  }
  .product .product-h2 {
    font-size: 1.3em;
    line-height: 1.1em;
    font-weight: 800;
    text-align: left;
    display: block;
    margin-bottom: 1rem;
  }
  .product .product-h3 {
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: 800;
    text-align: left;
    display: block;
    margin-bottom: 1rem;
  }
  .product table.table-1 {
    font-size: 16px;
    overflow-x: scroll;
    display: block;
  }
  .product table.table-1 {
    font-size: 16px;
    overflow-x: scroll;
    display: block;
  }
  .product .product-biggest-title {
    font-size: 1.7em;
  }
  .product .product-datasheet {
    background-color: #FBBC11;
  }
  .product .product-datasheet .product-pdf-name {
    font-size: 1.3em;
  }
  .product .product-lastbtm-txt {
    max-width: 400px;
    padding: 0rem;
  }
}

/*---Contact Us---*/
.contact-us .page-header {
  height: 220px;
}

.contact-us .page-header h4 {
  font-size: 3em;
  font-weight: 600;
  display: block;
  margin-bottom: 1.3rem;
  line-height: 1.1em;
}

.contact-us .contact-details {
  margin-bottom: 4rem;
}

.contact-us .contact-details p {
  font-size: 1.2em;
  line-height: 1.4em;
}

.contact-us .contact-details .contact-details-box {
  padding-left: 3rem;
}

.contact-us .contact-details .contact-details-box.contact-border-right {
  border-right: 1px solid #707070;
}

.contact-us .map-responsive {
  overflow: hidden;
  padding-bottom: 56%;
  position: relative;
  height: 0;
}

.contact-us .map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.contact-us .contact-form {
  background-color: #EFEFEF;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .contact-us .page-header {
    height: 200px;
  }
  .contact-us .contact-details .contact-details-box {
    padding-left: 1.5rem;
  }
  .contact-us .contact-details .contact-details-box p {
    font-size: 1em;
  }
  .contact-us .map-responsive {
    padding-bottom: 56%;
    margin-bottom: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .contact-us .contact-details {
    margin-top: -2rem;
    margin-bottom: 2rem;
  }
  .contact-us .contact-details .contact-details-box {
    padding-left: 1.5rem;
    padding-bottom: 1rem;
  }
  .contact-us .contact-details .contact-details-box.contact-border-right {
    border-right: 0px;
    border-bottom: 0px solid #707070;
  }
  .contact-us .map-responsive {
    padding-bottom: 56%;
    margin-bottom: 4rem;
  }
}

/*---Sustainability---*/
.sustainability p {
  font-size: 1.3em;
  line-height: 1.5em;
  margin-bottom: 1.3rem;
}

.sustainability .sustainability-overview {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.sustainability .sustainability-statement {
  background-size: cover;
  height: 500px;
  margin-bottom: 6rem;
}

.sustainability .sustainability-statement .statement-title {
  font-size: 2.7em;
  font-weight: 600;
  color: #ffffff;
  display: block;
  margin-bottom: 2.5rem;
  line-height: 1.1em;
}

@media only screen and (max-width: 767px) {
  .page-header {
    height: 200px;
  }
  .sustainability-statement {
    height: 280px !important;
    background-position: right;
    margin-bottom: 0 !important;
  }
  .sustainability-statement .statement-title {
    font-size: 2.2em !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .page-header {
    height: 300px;
  }
  .sustainability-statement {
    height: 400px !important;
    margin-bottom: 0 !important;
  }
}

/*---Investor Relation---*/
.investor-relation {
  padding-bottom: 4rem;
}

.investor-relation p {
  color: #ffffff;
  font-size: 1.3em;
  line-height: 1.5em;
}

/*---Post Pagination---*/
.page-numbers {
  margin-left: .75rem;
  margin-right: .75rem;
  font-size: 18px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.page-numbers.current {
  background-color: #505050;
  border-radius: 5px;
  color: #ffffff;
  padding: 5px 13px;
}

.page-numbers:hover {
  background-color: #c9c9c9;
  color: #ffffff;
}

.next.page-numbers {
  font-size: 18px;
  margin-left: .75rem;
  margin-right: .75rem;
}

.prev.page-numbers {
  font-size: 18px;
  margin-left: .75rem;
  margin-right: .75rem;
}

/*---Featured project arrow animation---*/
@-webkit-keyframes arrow_ani {
  0% {
    -webkit-transform: translateX(0);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: translateY(-0.4em);
    opacity: 0.9;
  }
}
@keyframes arrow_ani {
  0% {
    -webkit-transform: translateX(0);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: translateY(-0.4em);
    opacity: 0.9;
  }
}

/*---Design Proposal Request---*/
.proposal-request {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.proposal-request .form-bigtitle {
  font-size: 1.8em;
  font-weight: 600;
  margin-top: 3rem;
  color: #ffffff;
  margin-bottom: 2rem;
}

label.gfield_label {
  font-size: 1.2em !important;
  font-weight: 500 !important;
  color: #ffffff;
}

.gfield {
  margin-bottom: 1rem;
}

li#field_1_10 {
  margin-bottom: 2rem;
}

.ginput_container input {
  background-color: #828282;
  border: 0;
  outline: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding: 0.75rem !important;
  color: #ffffff;
}

.ginput_complex label {
  font-size: 1.2em !important;
  margin-top: 1.5rem !important;
  color: #ffffff;
  text-transform: uppercase;
}

select#input_1_11_6 {
  padding: .65rem;
  background-color: #828282;
  color: #ffffff !important;
}

.gform_wrapper select option {
  padding: 2px;
  display: block;
  color: #ffffff;
}

.gform_wrapper .gfield_required {
  color: #ffffff !important;
  margin-left: 4px;
}

.gfield_radio label {
  font-size: 1.2em !important;
  color: #ffffff;
}

li#field_1_19 {
  margin-top: 2rem;
}

input[type="radio"] {
  display: none !important;
}

input[type="radio"] label {
  position: relative;
  cursor: pointer;
}

input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 15px;
  vertical-align: middle;
  cursor: pointer;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 40px;
}

input[type="radio"]:checked + label {
  position: relative;
}

input[type="radio"]:checked + label:before {
  background-color: #FBBC11;
}

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  background: #828282 !important;
}

span.gform_drop_instructions {
  color: #ffffff;
}

input#gform_browse_button_1_21 {
  background-color: #565656;
  padding: 1rem !important;
  font-size: 1em;
  margin-top: 0;
}

input#gform_browse_button_1_21:hover {
  background-color: #000000;
}

div#gfield_description_1_21 {
  color: #ffffff;
  font-size: 1em;
}

.gform_footer input[type=submit] {
  background-color: #FBBC11 !important;
  outline: unset !important;
  border: 0px !important;
  font-size: 1.2em !important;
}

textarea#input_2_5 {
  background-color: #828282;
  color: #ffffff;
}

.gform_wrapper div.validation_error {
  color: #FBBC11 !important;
  border-top: 2px solid #FBBC11 !important;
  border-bottom: 2px solid #FBBC11 !important;
}

.gform_wrapper .gfield_error .gfield_label {
  color: #FBBC11 !important;
}

.gform_wrapper li.gfield.gfield_error {
  background-color: transparent !important;
  border-top: 1px solid #FBBC11 !important;
  border-bottom: 1px solid #FBBC11 !important;
}

.gform_wrapper .validation_message {
  color: #FBBC11 !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border: 1px solid #FBBC11 !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio li {
    width: 33% !important;
    margin-bottom: 0.75rem !important;
  }
}

/*---Datasheet Gravity Form---*/
#gform_wrapper_4 .gfield_label {
  color: #000000;
}
/*# sourceMappingURL=style.css.map */