.logo-header{
    width: 70px;
    height: 70px;
}
/* .navbar-light .navbar-nav .volkeno-nav-header.active, 
.navbar-light .navbar-nav .show>.volkeno-nav-header {
    border-bottom: 2px solid orange;
} */
.navbar-light .navbar-nav .volkeno-nav-header {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.9);
    border-bottom: 5px solid transparent;
}
/* .navbar-light .navbar-nav .volkeno-nav-header:focus, .navbar-light .navbar-nav .volkeno-nav-header:hover {
    border-bottom: 2px solid orange;
} */
.volkeno-nav-header.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid #09C1A0;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.volkeno-nav-header::first-letter{
    text-transform: capitalize;
}
.navbar-toggler {
    border: none;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0.1rem #09c19f15;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(../images/icons/menu.png);
    width: 20px;
    height: 15px;
}
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
    height: 100%;
}
.dropdown:hover {
    color:#ff9800 !important;
}

.dropdown-link {
    border-bottom: 5px solid transparent;
}
.dropdown-link:hover {
    border-bottom: 5px solid #ff9800;
}
.dropdown-link.active {
    border-bottom: 5px solid #ff9800;
}

.dropdown.volkeno-nav-header{
    padding-right: 2rem !important;
    transition: .2s ease-in-out;
}
.dropdown.volkeno-nav-header::after{
    content: "\f0dd";
    font-family: FontAwesome;
    margin-left: 10px;
    color: #239D92;
    position: absolute;
    top: 34px;
    right: 15px;
}
.dropdown.volkeno-nav-header {
    border-bottom: 0px solid transparent !important;
}
.dropdown-content-header {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 250px;
    box-shadow: 1px 9px 13px -3px rgb(0 0 0 / 20%);
    z-index: 1;
    top: 100px;
    text-align: left;
    /* left: -30px; */
}

.dropdown-content-header .link-dropdown-content-header {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.9);
    border-bottom: 5px solid transparent;
}

.dropdown-content-header a:hover {background-color: #ddd; transition: .2s ease-in-out;}

.dropdown:hover .dropdown-content-header {display: block;}

@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .volkeno-nav-header {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .height-header{ height: 100px; }
}
.progress-to-scroll {
    position: fixed;
    width: 100%;
    top: 100px;
    left: 0;
    right: 0;
    z-index: 9;
    background: none;
    border: 0;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}
.progress-to-scroll progress {
    position: relative;
    display: block;
    height: 1.5px;
    width: 100%;
    border: 0;
    background-color: transparent;
}
.progress-to-scroll progress::-moz-progress-bar { background-color: #239d938f; }
.progress-to-scroll progress::-webkit-progress-bar { background-color: transparent; }
.progress-to-scroll progress::-webkit-progress-value { background-color: #239d938f; }

.navbar-toggler>.navbar-toggler-icon-close {
    display:inline;
}
.navbar-toggler.collapsed>.navbar-toggler-icon-close, .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
}
.navbar-toggler .navbar-toggler-icon-close svg{
    width: 25px;
    height: 25px;
    color: #000000 !important;
}