.navbar-brand .logo-default img {
    width: 165px;
}
.ec-nav .nav-item.active .nav-link {
    color: #ec774b;
}
header.site-header {
    background-color: #6fc4d9!important;
}
header.text-white-0_5 {
    color: rgba(255, 255, 255, 1)!important;
}

nav.ec-nav {
    background: url(../img/header_bg.png) repeat #FFFFFF;
}

header .menu .dropdown-toggle.active,
header .menu .dropdown-toggle:active,
header .menu .dropdown-toggle:focus,
header .menu .dropdown-toggle:hover {
    color: #c6ff85!important;
}
header .menu .dropdown-menu {
    top: 10px!important;
    right: 0!important;
    left: auto!important;
    z-index: 1030;
}
.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:hover {
    background-color: transparent!important;
    color: #ec774b!important;
}
@media (max-width: 767px){
    header .menu .dropdown {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    header .menu .dropdown-menu {
        right: -10px!important;
        transform: translate3d(0px, 16px, 0px) !important;
    }
    header .menu .dropdown-toggle i {
        font-size: 16px;
        margin: 0!important;
    }
    header .menu .dropdown-toggle {
        font-size: 0;
    }
}