.header-container {
    width: 100%;
    height: 100px;
    background-color: #fff;
    border-bottom: 3px solid #0073ff;
}

.container {
    max-width: 1200px !important;
}

.logo-container img {
    display: block;
    width: 300px;
    height: auto;
}

.nav-btn {
    width: 30px;
    height: 30px;
}



.nav-btn img {
    width: 30px;
    height: 30px;
}

.nav-language {
    display: flex !important;
    align-items: center;

}


.nav-language a {
    display: block;
    height: 30px;

}

.nav-language img {
    width: 30px;
    height: 30px;
}

.nav-down {
    position: absolute;
    left: 0;
    top: 97px;
    z-index: 99;
    overflow: hidden;
    visibility: visible;
    background-color: #949494;
    border-bottom: 3px solid #0073ff;
    height: 0px;
    opacity: 0;
    transition: height .5s linear;
}

.nav-down-ul {
    background-color: #f9f9f9;
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.5);
    padding: 15px 0;
}

.nav-down-ul li {
    display: block;
    padding: 0 30px;
    position: relative;
    float: none;
    height: auto;
    background: 0;
    width: 240px;
}

.nav-down-ul li a {
    position: static;
    font-family: Montserrat, sans-serif;
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #032659;
    height: auto;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 10px 0 10px 0;
}

@media screen and (min-width : 767px) {
    .nav-container {
        height: 100%;
    }

    .nav-item {
        position: relative;
    }

    .nav-item .font-bold {
        display: block;
        height: 100%;
        line-height: 97px;
    }

    .nav-down-ul li a:hover {
        color: #1e9944;
    }

    .nav-item:hover .nav-about {
        opacity: 1;
        height: 190px;
    }

    .nav-item:hover .nav-services {
        opacity: 1;
        height: 153px;
    }

    .top-100 {
        margin-top: 100px !important;
    }

    .nav-language div {
        display: block;
        height: 40px;
        width: 2px;
        background-color: #000;
        margin-right: 20px;
    }

}

@media screen and (max-width : 767px) {
    .logo-container {
        width: 100%;
        text-align: center;

    }

    .logo-container a {
        display: inline-block;
    }

    .logo-container img {
        display: block;
        width: 250px;
        height: auto;
    }

    .btn-container {
        left: 20px;
        top: 35px;
    }

    .nav-container {
        width: 100%;
    }

    .nav-item {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
    }

    .nav-language div {
        display: none
    }

}

.language-img1 {
    display: block;
}

.language-img2 {
    display: none;
}

.nav-language a:hover .language-img1 {
    display: none;
}

.nav-language a:hover .language-img2 {
    display: block;
}


.h5-show {
    height: 410px !important;
    overflow: hidden;
    transition: all .5s linear;
}

.h5-show .logo-container {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h5-show .nav-container {
    display: block;
    height: 100%;
}


.actives {
    color: #1e9944 !important;
}

@media screen and (max-width : 977px) and (min-width : 767px) {
    .logo-container img {
        display: block;
        width: 100px;
        height: auto;
    }
}