body {background-color: #ffffff;}

* {font-family: 'Montserrat', sans-serif;}
textarea:focus, input:focus, button:focus {outline:0;}

header {transition: all ease 0.5s; position: fixed; top: -64px; left: 0; right: 0; z-index: 100; background-color: rgba(255, 255, 255, 0.95);}
.top header {transition: all ease 0.5s; position: fixed; top: 0; left: 0; right: 0; z-index: 100; background-color: rgba(255, 255, 255, 0.95);}
.sticy header {
    top: 0; background-color: rgba(255, 255, 255, 0.85); box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    backdrop-filter: saturate(1) blur(20px) !important;
    border-bottom: 1px solid rgb(237, 238, 241);
    transition: all 0.3s ease 0s !important;
}
header .container {transition: all ease 0.5s; height: 64px; position: relative;}
.sticy header .container {background-color: transparent; height: 64px;}

#menuButton {display: none; position: absolute; z-index: 50; right: 10px; top: 10px; background-color: transparent; border-style: none; width: 30px; height: 20px; margin: 0; padding: 0;}
#menuButtom div {position: relative; height: 100%;}
#menuButton div span {transition: all ease 0.5s; position: absolute; left: 0; width: 100%; height: 2px; background-color: rgba(0, 0, 0, 0.95); display: inline-block;}
#menuButton div span:nth-child(1) {top: 0;}
#menuButton div span:nth-child(2) {top: 10px;}
#menuButton div span:nth-child(3) {top: 20px;}
#menuButton:hover div span:nth-child(1), #menuButton.active div span:nth-child(1) {transform: rotate(45deg); top: 10px;}
#menuButton:hover div span:nth-child(2), #menuButton.active div span:nth-child(2) {left: -50px; opacity: 0;}
#menuButton:hover div span:nth-child(3), #menuButton.active div span:nth-child(3) {transform: rotate(-45deg); top: 10px;}

#slideshowWrapper {height: 80vh;}
#slideshow {position: absolute; z-index: -2; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden;}
#slideshow video {height: 100%; width: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-size: cover; background-repeat: no-repeat; display: inline-block; vertical-align: baseline; object-fit: cover;}

img.placeholder {width: 80%; margin: 10px; opacity: 0.4;}

#content {min-height: 300px; background-color: #ffffff;}

nav {position: absolute; left: 35%; right: 0; top: 25px;}
nav ul {margin: 0; padding: 0;}
nav ul li {margin: 0; padding: 0 10px; list-style: none; float: left; box-sizing: border-box; margin-right: 1%; text-align: center;}
nav ul li a {transition: all ease 0.5s; text-decoration: none; color: #000000; text-transform: lowercase;}
/* .sticy nav ul li a {color: #ffffff;} */
nav ul li a:hover {color: #000000;}
/* .sticy nav ul li a:hover {color: #ffffff;} */
nav ul li span {transition: all ease 0.5s; display: block; margin: 0 auto; height: 3px; background-color: #eaa527; width: 0;}
/* .sticy nav ul li span {background-color: #ffffff;} */
nav ul li.active span, nav ul li:hover span {width: 100%;}

.ancorWrapper {position: relative;}
.hiddenAncor {position: absolute; display: block; top: -60px; height: 2px; width: 100%; background-color: transparent;}
#linkHome.hiddenAncor {top: 0;}

#lang {position: absolute; right: 20%; right: 0; top: 5px;}
#lang {margin: 0; padding: 0;}
#lang li {display: none; margin: 0; padding: 0 10px; list-style: none; float: left; box-sizing: border-box; text-align: center;}
#lang li a {transition: all ease 0.5s; color: #000000; text-decoration: none; font-size: 14px;}
#lang li.active {display: block;} 
/* .sticy #lang li a {color: #ffffff;} */

#logo {position: absolute; left: 10; top: 5px;}
#hLogo {display: none; height: 100px; margin-bottom: 20px; margin-top: 10px;}
#hLogo img {height: 100%;}
#logo img {transition: all ease 1.2s; height: 54px;}
/* .sticy #logo img {filter: invert(100%);} */

#content section {padding: 50px; min-height: 300px;}
section h2 {font-size: 40px;}
section h3 {font-weight: 400; font-size: 20px; color: rgb(16, 182, 254);}
section p {font-size: 16px; line-height: 28px; text-align: justify;}

.sectionPadding {padding: 30px 0;}

section.gray {height: 500px; background: url('../images/demo-importer-background-new-center.jpg') no-repeat bottom center; background-size: cover;}

.textChanger {position: absolute; left: 20%; right: 20%; top: 50%; z-index: 5;}
.textChanger>div {text-align: center; position: relative;}
.textChanger>div>div {text-align: center; color: #ffffff; text-transform: uppercase; font-size: 60px; font-weight: bold; display: inline-block; padding-bottom: 12px; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);}
.textChanger ul {display: none;}
.textChanger>div span {margin-left: 5px; transition: all ease 0.5s; display: inline-block; width: 7px; height: 55px; background-color: #ffffff; opacity: 0.1; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); position: absolute; top: 15px;}
.textChanger>div span.blink {opacity: 1;}
.textChanger>div span {display: none;}

.parallax {height: 620px; background-size: cover; background-position: center;}
.parallaxColorOverlay {height: 100%; background-color: #ffffff; opacity: 0.95;}

#subscribeWrapper .parallaxColorOverlay {background-color: #6786a1; opacity: 0.9;}
#subscribeWrapper.parallax {height: 300px; position: relative;}
#subscribe .col-sm {margin-bottom: 20px;}
#subscribe {position: absolute; top: 30%; left: 0; right: 0; text-align: center; padding: 0 20%;}
#subscribe input {background-color: transparent; border: solid 1px #ffffff; color: #ffffff; padding: 5px 10px; width: 100%;}
#subscribe input[type="submit"] {width: 50%;}
#subscribe h1 {color: #ffffff; font-size: 18px;}
#subscribe ::placeholder {color: #ffffff; opacity: 1;}
#subscribe ::-ms-input-placeholder {color: #ffffff; opacity: 1;}
#subscribe ::-ms-input-placeholder {color: #ffffff; opacity: 1;}

#contactWrapper .parallaxColorOverlay {background-color: #000000; opacity: 0.6;}
#contactWrapper.parallax {min-height: 100px; position: relative;}
#contact .col-sm {margin-bottom: 20px;}
#contact {position: absolute; top: 20%; left: 0; right: 0; text-align: center; padding: 0 20%;}
#contact input {background-color: transparent; border: solid 1px #ffffff; color: #ffffff; padding: 5px 10px; width: 100%;}
#contact input[type="submit"], #contact button {transition: all ease 0.5s; background-color: transparent; border: solid 1px #ffffff; color: #ffffff; padding: 5px 10px; text-transform: uppercase;}
#contact input[type="submit"]:hover, #contact button:hover {background-color: #ffffff;color: #000000;}
#contact textarea {background-color: transparent; border: solid 1px #ffffff; color: #ffffff; padding: 5px 10px; width: 100%; resize: none; height: 250px}
#contact h1 {color: #ffffff; font-size: 18px;}
#contact ::placeholder {color: #ffffff; opacity: 1;}
#contact ::-ms-input-placeholder {color: #ffffff; opacity: 1;}
#contact ::-ms-input-placeholder {color: #ffffff; opacity: 1;}

footer {background-color: #6786a1; min-height: 300px; color: #ffffff; font-size: 14px;}
footer h1 {font-size: 18px; color: #9db8cc; text-transform: uppercase;}
footer a {color: #ffffff; text-decoration: none;}
footer a:hover {color: #ffffff;}
footer ul {margin: 0; padding: 0;}
footer li, footer ol {margin: 0; padding: 0 0 5px 0; list-style: none;}
footer>div>ul {padding-top: 30px; display: flex;}
footer>div>ul>li {width: 25%}

#footLogo img {width: 200px; margin-bottom: 10px;}

#copy {background-color: #3a4d5c; height: 55px; font-size: 12px; box-sizing: border-box; padding-top: 18px; color: #ffffff;}
#copy a {color: #ffffff; text-decoration: none;}
#copy ul {margin: 0; padding: 0; float: right}
#copy ul li {margin: 0; padding: 0; list-style: none; float: left; margin-left: 10px;}
#copy ul li span {transition: all ease 0.5s; display: block; margin: 0 auto; height: 2px; background-color: #ffffff; width: 0; opacity: 0;}
#copy ul li.active span, #copy ul li:hover span {width: 100%; opacity: 1;}

#toUp {transition: all ease 0.5s; position: fixed; bottom: 55px; right: 3%; width: 50px; height: 0; background-color: transparent; border: 1px solid #3a4d5c; color: #ffffff; opacity: 0.7; border-radius: 2px; text-align: center; box-sizing: border-box; cursor: pointer; overflow: hidden; border-color: transparent;}
.sticy #toUp:hover {background-color: #ffffff; border: 1px solid #eeeeee;}
.sticy #toUp {height: 50px; border-color: #3a4d5c; padding-top: 8px; background-color: #3a4d5c;}
.sticy #toUp i {transition: all ease 0.5s; font-size: 32px;}
.sticy #toUp:hover i {color: #3a4d5c}

.partnerWrapper {position: relative;}
.partnerSection {position: absolute; top: 0; left: 0; right: 0; bottom: 0;}
/* .partnerSection h2 {color: #ffffff; padding-top: 30px;} */

.logoWrapper {display: flex; flex-wrap: wrap; padding-top: 10px;}
.logoWrapper .row {display: table-row; width: 100%;}
.logo {width: 33%; padding: 0 1%; box-sizing: border-box; padding: 10px 20px 60px; display: table-cell; vertical-align: bottom; text-align: center;}
.logo span {color: #ffffff; text-align: center; display: block;}
.logo img {transition: all ease 0.5s; width: 100%; cursor: pointer; filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    max-height: 100px;
}
.logo img:hover { 
    -webkit-filter: grayscale(0);
    filter: none;
}

.image100pWidth {width: 100%;}
.fRight {float: right;}

.col-sm img {max-width: 100%;}

.itemIconList .iconWrapper {text-align: center;}
.itemIconList .row {margin-top: 30px;}
.itemIconList i {color: rgb(16, 182, 254); font-size: 50px; margin-top: 30px;}

.container section {position: relative;}
#muteButton {cursor: pointer; position: absolute; right: 5px; top: 10px; width: 40px;}
#muteButton i {font-size: 40px;}
.muted .fa-volume {display: none;}
.volume .fa-volume-mute {display: none;}

.more {background-color: #3d3d3d; color: #ffffff; text-transform: uppercase; padding: 5px 10px; position: relative;}
.more div {display: inline-block; position: relative; left: 0; top: 0; bottom: 0; right: 0; text-align: center; z-index: 2; color: #ffffff;}
.more span {transition: all ease 0.5s; display: inline-block; position: absolute; left: 0; top: 0; bottom: 0; width: 0; background-color: #eaa527; z-index: 1;}
.more:hover span {width: 100%;}

.deviceSection {background-color: #0062ad;}
.deviceSection h2 {color: #ffffff;}

.boxCell {background-size: cover; min-height: 700px; overflow: hidden; padding: 0;}
.paddingBig {padding: 140px 100px;}

.cGray {background-color: #f5f5f5; color: #286f9d;}
.cDarkGray {background-color: #021417; color: #ffffff;}
.cBlue {background-color: #286f9d; color: #ffffff;}


@media screen and (max-width: 1024px) {
    .sticy header {backdrop-filter: none !important;}
    #menuButton {display: block;}
    nav {transition: all ease 0.5s; position: fixed; left: -100%; width: 100%; top: 0; bottom: 0; background-color: rgba(255, 255, 255, 0.95); overflow: hidden;}
    #hLogo {display: block;}
    nav.active {left: 0;}
    nav ul li {float: none;}
    #lang {display: none;}
    #copy ul {display: none;}
    footer li {display: none;}
    footer li:first-child {display: block; width: 100%}
}

.col-md-6.cDarkGray {padding: 0;}

.containerCarousel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    /* min-height: 100vh; */
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    height: 700px;
  }
  
  .c-header {
    display: block;
    width: 100%;
    height: 700px;
  }
  
  .u-a5 {
    font-family: Arial;
    font-size: 37px;
    line-height: 35px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    color: #fff;
  }
  
  .u-b4 {
    font-family: Arial;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.3px;
    font-weight: normal;
    color: #fff;
  }
  
  a {
    text-decoration: none;
  }
  
  .u-media-wrapper {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 700px;
  }
  .u-media-wrapper.u-media-wrapper--16-9 {
    padding-bottom: 56.25%;
  }
  
  .c-gradient-overlay {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 49% 50%, rgba(2, 21, 25, 0.3), rgba(2, 21, 25, 0.6));
  }
  
  .c-mouse-vertical-carousel {
    position: relative;
    overflow: hidden;
  }
  .c-mouse-vertical-carousel__list {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    list-style: none;
  }
  .c-mouse-vertical-carousel__list-item a {
    display: block;
    padding-bottom: 25px;
    padding-top: 25px;
    padding-left: 54.1666666667%;
  }
  .c-mouse-vertical-carousel__eyebrow {
    position: relative;
    padding-bottom: 12px;
  }
  .c-mouse-vertical-carousel__eyebrow span {
    position: absolute;
    left: -30px;
    top: 2px;
  }
  .c-mouse-vertical-carousel__title {
    max-width: 450px;
  }
  .c-mouse-vertical-carousel__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    will-change: transform;
  }
  .photoBox {transition: all ease 0.5s; width: 100%; height: 100%; padding: 140px 100px; background-size: cover; min-height: 700px; background-position: center;}
  .photoBox:hover {transform: scale(1.1);}

  #videoList {position: absolute; right: 5%; top: 100px; padding: 0; margin: 0; z-index: 100;}
  #videoList li {cursor: pointer; padding: 0; margin: 0; list-style: none;}
  #videoList li span {display: block; width: 10px; height: 10px; background-color: rgba(0, 0, 0, 0.5); border: solid 1px rgba(255, 255, 255, 0.85); border-radius: 50%; margin-bottom: 15px; opacity: 0.5;}
  #videoList li.active span { opacity: 1;}