.navbar-style{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    background-color: #623A9F;
    box-shadow: 0 3px 6px #00000029;;
}
.main-logo{
    width: 30%;
}
.menu-nav-link,.menu-nav-link:hover{
    font-family: FiraSans-Bold,sans-serif;
    font-size: 18px;
    color: #EFEBE5;
}
/*.menu-nav-link.active{
    color: #213460;
}*/
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: 2px;
    content: "";
    border-top: 8px solid;
    border-right: 5px solid rgba(0 ,0, 0 , 0);
    border-bottom: 0;
    border-left: 5px solid rgba(0 ,0 ,0 ,0);
}
.dropdown-menu{
    padding: 3px 4px;
    border-radius: 0 !important;
    min-width: 205px !important
}
.dropdown-item,.dropdown-item:hover{
    font-family: FiraSans-Regular,sans-serif;
    font-size: 16px;
    color: #717171;
}
.dropdown-item:not(:last-child){
    border-bottom: 1px solid rgba(113, 113, 113,0.20);
}
.dropdown-img{
    /*width: 25px;*/
    width: 29%;
}
.lang-div{
    width: 10%;
}
.lang-select,.lang-select:focus{
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    color: #fff;
    -moz-appearance: none;
    cursor: pointer;
}
.lang-select option{
    background-color: #623A9F;
   /* text-align: left;*/
}
.lang-select-arrow{
    width: 0;
    height: 0;
    border-top: 7px solid white;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
    position: relative;
    top: 6px;
    right: -7px;
}

@media (max-width: 900px){
    .lang-div{
        width: 35%;
    }
    .main-logo{
        width: 100%;
    }
    .bars-icon{
        color: white;
    }
}
