html {
    
}
body {
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    background-color: #f5f5f5;
    overflow-x: hidden;
}
.container-fluid {
    padding: 0;
}
.white_bg {
    background-color: #fff;
}
#logo {
    max-height: 3em;
    padding-left: 22px;
}
.navbar {
    padding: 2em 0;
    /* background: linear-gradient(0deg, rgba(245,245,245,0) 0%, rgba(245,245,245,0.75) 100%); */
    background-color: #f5f5f5;
}
.navbar-expand-xl .navbar-nav .nav-link {
    padding: 0 1em;
}
.nav-link {
    color: #000000;
    font-size: 22px;
}
.nav-link:hover {
    color: #000;
}
.navbar-toggler {
    line-height: 0.6em;
    padding-right: 1em;
    padding-left: 0;
}
.navbar-toggler-icon {
    background-color: #404040;
    width: 1.75em;
    height: 0.2em;
}
section {
    padding-top: 10vh;
}
.section_txt {
    align-items: center;
    justify-content: center;
}
#home {
    min-height: 50vh; /* 80vh */
    text-align: center;
}
#home img {
    margin-left: auto;
    margin-right: auto;
}
#unammed, #assemblies, #harnesses {
    min-height: 100vh;
}
#overview, #unmanned, #home {
    z-index: 1000;
    position: relative;
}
#home_top {
    position: relative;
    bottom: 0;
    background-color: #f5f5f5;
    height: 4em;
    width: 100%;
    z-index: -1;
}
#home_desktop {
    display: block;
}
#home_mobile, .home_mobile {
    display: none;
}
#overview {
    padding-top: 8em;
}

#overview_top {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    height: 4em;
    width: 100%;
    clip-path: polygon(0 20%, 100% 40%, 100% 100%, 0 100%);
    z-index: -1;
}
#harnesses_top {
    position: absolute;
    bottom: 0;
    background-color: #f5f5f5;
    height: 8em;
    width: 100%;
    z-index: -1;
}
#assemblies_top {
    position: absolute;
    /* bottom: 0; */
    margin-top: -10em;
    background-color: #fff;
    height: 20em;
    width: 100%;
    clip-path: polygon(0 20%, 100% 40%, 100% 100%, 0 100%);
    z-index: -1;
}
#unmanned {
    margin-bottom: 10em;
    padding-top: 8em; /* 6em */
}
#unmanned_top {
    margin-top: -4em;
    background-color: #f5f5f5;
    height: 8em;
    width: 100%;
}
h2 {
    font-weight: 100;
    font-size: 32px;
    text-transform: capitalize;
    letter-spacing: 0.5em;
    margin-bottom: 1em;
}
h1+h2 {
    position: absolute;
    z-index: -1;
    top: 0;
    font-size: 0;
}
p {
    font-size: ;
}
.grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.ov {
    background-color: #f5f5f5;
    padding: 1em;
    margin: .2em;
    margin-bottom: 1em;
    position: relative;
    word-wrap: break-word;
}
.ov span, .cc_detail span {
    display: block;
    text-align: right;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px;
    width: 100%;
}
h3 {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.2em;
}
.ov p {
    font-weight: 400;
    font-size: 18px;
}

#customers {
    text-align: center;
    background-color: #eee;
    margin-left: 4em;
    margin-right: 4em;
    padding: 3em;
}
#logos {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
}
#logos img {
    margin: 0 2em;
}
.cc {
    margin-top: 4em;
    margin-bottom: 1em;
}
.cc_detail {
    background-color: #eee;
    padding: 1em;
    min-height: 8em;
    height: 100%;
    position: relative;
    word-wrap: break-word;
}
.cc_row_2 {
    margin-top: 1em;
}
#contact {
    background-color: #001144;
    min-height: 50vh;
    color: #fff;
    background-image: url("/images/logo_large.png");
    background-repeat: no-repeat;
    background-position: 10% 50%;
    padding-bottom: 5vh;
}
h4 {
    font-weight: 100;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 0.5em;
    margin-bottom: 1em;
}
#contact p {
    font-size: 16px;
}
.small_p {
    font-size: 12px !important;
}
.mail {
    color: #fff;
    text-decoration: underline;
}
#cookie {
    background-color: #000033;
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    min-height: 6em;
}
#cookie img {
    padding-left: 22px;
}
#cookie > a {
    color: #fff;
    margin-right: 22px;
    padding: 0;
}

@media only screen and (max-width: 900px) {
    #home_desktop {
        display: none;
    }
    #home_mobile, .home_mobile {
        display: block;
    }
    h2, h3, h4 {
        padding-left: 12px;
        padding-right: 12px;
    }
    p {
        padding-left: 12px;
        padding-right: 12px;
    }
    #customers {
        text-align: center;
        background-color: #eee;
        margin-left: 12px;
        margin-right: 12px;
        padding: 3em;
    }
    #logos {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #logos img {
        margin: 2em 0;
    }
    #unmanned img, #harnesses img {
        margin-bottom: 2em;
    }
    .cc_detail {
        margin-bottom: 1em;
        height: auto;
    }
    .cc_row_2 {
        margin-top: 0;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
}