@charset 'UTF-8';

html, body {
    margin: 0;
    padding: 0;
}

body {
    background-color: #f2f2f2;
    font-family: 'Montserrat', sans-serif;
    font-size: 100%;
    position: relative;
    overflow-x: hidden;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
}

.align-center {
    text-align: center;
}

.boxap {
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 100px 0;
    box-sizing: border-box;
    background-color: #111;
    background-clip: padding-box;
    color: #fff;
}

.boxap-box-content {
    position: relative;
    padding: 17px;
    display: inline-block;
    background: linear-gradient(#111,#111) padding-box, 
                linear-gradient(180deg, #E9504B 0%, #601332 100%) border-box;
    border: 5px solid transparent;
    border-radius: 15px;
}

.boxap-box-content p {
    margin-bottom: 0;
}

.boxap h2 {
    margin-bottom: 50px;
}

.container {
    height: 100%;
}

.container .row {
    height: 100%;
}

.boxap.bg-home {
    background-color: #121212;
    color: #fff;
    background-size: 100% 100%;
}

.boxap.bg-home .learnmore:link,
.boxap.bg-home .learnmore:visited {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
    transition: all .2s ease-in-out;
}

.boxap.bg-home .learnmore:hover {
    opacity: 0.6;
}

p.big {
    font-size: 32px;
    text-shadow: 1px 2px 1px rgba(0,0,0,0.2);
}

.boxap-content {
    margin-top: 45vh;
}

.content-title {
    font-size: 32px;
    color: #444;
    margin-bottom: 20px;
}

.boxap.bg-home .right p {
    color: #fff;
}

.icon-for-display {
    background-color: #444;
    border-radius: 100%;
    font-size: 16px;
    padding: 15px;
    color: #fff;
    float: left;
    margin-top: -10px;
    margin-right: 20px;
}

ul.display {
    list-style-type: none;
}

ul.display li {
    clear: both;
    padding-top: 24px;
    font-size: 18px;
}

.boxap.bg-home {
    background: url('/assets/bg-main.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.header {
    position: relative;
    width: 100%;
    height: 80px;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-top: -100px;
    transition: all .2s ease-in-out;
}

.header.sticky {
    position: fixed;
    z-index: 100;
    background-color: #222;
    top: 0;
    left:0;
    width: 100%;
    margin-top: 0;
    box-shadow: 0px 2px 1px 1px rgba(0,0,0,0.2);
}

.header span {
    font-size: 18px;
    vertical-align: middle;
}

.header .logo {
    height: 64px;
    vertical-align: middle;
    margin-right: 25px;
}

.header.sticky .logo {
    height: 40px;
    margin-top: -10px;
}

.header .header-menu {
    list-style-type: none;
    float: right;
    margin-top: 10px;   
}

.header.sticky .header-menu {
    height: 40px;
    margin-top: 0;
}

.header .header-menu li {
    display: inline-block;
    margin-right: 25px;
}

.header .header-menu li a:link,
.header .header-menu li a:visited {
    color: #fff;
    text-decoration: none;
    transition: all .2s ease-in-out;
    font-size: 18px;
}

.header .header-menu li a:hover {
    color: #aaa;
}

.bg-teams {
    background-color: #1B1E59;
    color: #fff;
}

.bg-teams h2 {
    text-align: center;
}

.avatar {
    display: flex;
}

.avatar li {
    flex: calc(20% - 30%);
    margin: 0 15px;
    overflow: hidden;
    text-align: center;
}

.avatar li img {
    width: 128px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.avatar li .name {
    font-weight: bold;
    text-shadow: 2px 1px 1px rgba(0,0,0,0.1);
    font-size: 18px;
}

.avatar li .jobpos {
    display: block;
    color: #eee;
}

.boxap-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.benefits {
    list-style-type: none;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefits li {
    align-items: center;
    font-size: 18px;
    margin: 0 25px;
}

.benefits li img {
    width: 48px;
    margin-right: 10px;
}

.boxap.bg-parts,
.boxap.bg-simulation {
    height: auto;
    min-height: 100vh;
}

.boxap.bg-contact {
    background-color: #3b3b3b;
    min-height: auto;
    height: auto;
    align-items: baseline;
}

.boxap.bg-clients img {
    width: 100%;
}

.address {
    margin-bottom: 0;
}

.address li {
    display: block;
    margin-bottom: 50px;
}

.address li:last-child {
    margin-bottom: 0;
}

ul.social {
    list-style-type: none;
}

ul.social li {
    margin-right: 30px;
    display: inline-block;
}

ul.social li a:link {
    color: #fff;
}

ul.social li a:visited {
    color: #fff;
}

.icon-big {
    font-size: 40px;
    transition: all .2s ease-in-out;
}

.icon-big:hover {
    opacity: 0.6;
}

.menu-trigger {
    position: absolute;
    right: 5vh;
    top: 50%;
}

.menu-trigger i {
    font-size: 26px;
}

.header.sticky .menu-trigger {
    top: 25px;
}

.mobile-menu {
    display: none;
}

.simulation-bg {
    background: url('/assets/simulation.jpg');
    background-size: cover;
    height: 400px;
}

.vid-thumbnail {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-icon {
    padding: 15px 17px;
    border-radius: 100%;
    box-sizing: border-box;
    position: relative;
    background-color: rgba(234,234,234,0.7);
    transition: all .2s ease-in-out;
}

.play-icon:hover {
    background-color: rgba(234,234,234,1);
    cursor: pointer;
}

.space-bottom-lg {
    margin-bottom: 25px !important;
    display: block;
}

.horizontal-bar {
    position: relative;
    display: inline-block;
}

.horizontal-bar:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(to right, #E9504B 0%, #601332 100%) border-box;
}

@keyframes marquee {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }

.popover {
    /* will-change: transform; 
    position: absolute; 
    transform: translate3d(161px, 433px, 0px) !important; 
    top: 0px; 
    left: 0px; */
    background-color: transparent;
    border-radius: 15px;
    min-width: 367px;
}

.popover-body {
    overflow: hidden;
    background-color: #3b3b3b;
    border-radius: 15px;
    box-shadow: 0 0 12px 2px rgba(0,0,0,0.3);
}

.popover .arrow {
    /* left: 29px !important; */
    display: none;
}
.popover .arrow:after {
    border-bottom-color: #3b3b3b;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.popover-logo pre::-webkit-scrollbar {
    display: none;
}

.popover-container {
    position: relative;
    padding: 15px 0;
    min-height: 70px;
    overflow: hidden;
}

.popover-logo {
    position:absolute; 
    top:0px; 
    left:0px; 
    overflow:hidden; 
    white-space: nowrap;
    animation: bannermove 5s linear infinite;
}

.popover-logo img {
    max-width: 240px;
    max-height: 22px;
    margin-right: 35px;
    display: inline-block;
}

.popover-logo img:nth-child(2) {
    max-height: 60px;
}
  
@keyframes bannermove {
    0% {
        transform: translate(5%, 0);
    }
    100% {
        transform: translate(-50%, 0);
    }
}

.copyright {
    font-size: 11px;
    letter-spacing: 0.5px;
    opacity: 0.5;
}

@media only screen and (min-width: 240px) and (max-width: 800px) and (orientation: portrait) {
    .boxap {
        height: auto;
        min-height: 100vh;
    }

    .boxap.bg-home {
        background-position: center;
        height: 100vh;
    }

    .header-menu {
        display: none;
    }

    ul.avatar li {
        flex: 100%;
        margin-bottom: 20px;
    }

    .boxap .row .col-md-6 {
        margin-bottom: 20px;
    }

    .boxap h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    h4 {
        font-size: 18px;
    }

    .social li .icon-big {
        font-size: 32px;
    }

    .boxap.bg-home .col-md-6 {
        text-align: center;
    }

    .mobile-menu {
        display: block;
    }

    .benefits li {
        display: block;
        margin: 0 5px;
        text-align: center;
        font-size: 14px;
    }

    .benefits li img {
        margin: 0 auto;
    }
}

@media only screen and (min-width: 240px) and (max-width: 1024px) and (orientation: landscape) {
    .boxap {
        height: 100vh;
    }

    .boxap.bg-home {
        background-position: center;
        height: 100vh;
    }

    .header-menu {
        display: none;
    }

    p.big {
        font-size: 24px;
    }

    ul.avatar li {
        flex: 100%;
        margin-bottom: 20px;
    }

    .boxap .row .col-md-6 {
        margin-bottom: 20px;
    }

    .boxap h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    h4 {
        font-size: 18px;
    }

    .social li .icon-big {
        font-size: 32px;
    }

    .boxap.bg-home .col-md-6 {
        text-align: center;
    }

    .mobile-menu {
        display: block;
    }

    .benefits li {
        display: block;
        margin: 0 5px;
        text-align: center;
        font-size: 14px;
    }

    .benefits li img {
        margin: 0 auto;
    }
}