/****** PLACE YOUR CUSTOM STYLES HERE ******/
.d-block{
    display:block;
}



.swedo{
        height: 41px !important;
    margin-top: 18px;
}
.d-none{
    display:none;
}

.submit-btn{
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
    height: 40px !important;
    line-height: 38px !important;
    width:150px !important;
}

@font-face {
    font-family: Formular;
    src: url(../fonts/formular/FORMULAR.TTF);
}

@font-face {
    font-family: Formular;
    src: url(../fonts/formular/FORMULAR-MEDIUM.TTF);
    font-weight: 500;
}

@font-face {
    font-family: Formular;
    src: url(../fonts/formular/FORMULAR-BOLD.TTF);
    font-weight: 700;
}

nav{
    border-bottom: 1px solid #ccc
}
.nav-bar{
    border-bottom: unset;
}
.nav-bar .module.left{
    padding-left: 0px;
}

.nav-bar a {
    font-size: 24px;
    color: #353535;
    letter-spacing: -1px;
    font-weight: 500;
}

video{
    width: 100%;
}

.image-bg.fullscreen{
    height: calc(80vh - 55px);
    position: relative;
}

.image-bg.fullscreen::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #00000078;
    height: 100%;
    z-index: 1;
}

.image-bg hr {
    opacity: .2;
}

*,h1,h2,h3,h4,h5,h6{
    font-family: 'Formular',sans-serif;
}

.founder-section .pos{
    font-weight: 500;
}

.founder-section .name{
    margin-bottom: 0px;
    margin-top: 13px;
}

.founder-section hr{
    margin-bottom: 45px;
}

.company p{
    width: 60%;
    margin: 0 auto;
    margin-bottom: 21px;
    margin-top: 16px;
}
.company2{
    position: relative;
}

.company2::after{
    content: '';
    position: absolute;
    background-color: #000000ad;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    left: 0;
}

.contactt input{
    background: #f5f5f5;
    border: none;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    border-radius: 0;
}

.contactt{
    padding-bottom: 10px;
}

.contactt a{
    background-color: #000;
    color: #fff !important;
    border-color: #000;
}

footer .logo{
    font-size: 22px;
    color: #fff;
    line-height: 22px;
}

@media (orientation: portrait) {
    .company p {
        width: 100%;
    }

    .company video{
        height: inherit;
        object-fit: cover;
    }

    .overlay:before {
        background: #292929d6;
        opacity: 1;
    }

}


@media (max-width: 767px){
    
    .swedo{
        height: 41px !important;
    margin-top: 0px !important;
}

    p.lead {
        font-size: 15px;
        line-height: 23px;
    }
    
    .founder-section .name {
        margin-bottom: 3px;
        margin-top: 13px;
        font-size: 1.3em;
        line-height: 1.3em;
    }
    
    .founder-section .pos {
        font-weight: 500;
        font-size: 1em;
        line-height: 1em;
    }
    
    .logo-container > div{
        text-align:left !important;
    }

}



.logo-container > div{
    text-align:center;
     margin-bottom: 4px;

}

.logo-container > div img{
    height: 70px;
    width: auto;
}