/* Should you need to overwrite any of our SCSS or LESS or SASS code need to add any custom code, We highly recommend that you add your code into this file, so whenever theme update is available and you update the theme, You will not lose your hard work :) */
.accordion-style .btn-link {
    font-size: 1.25rem;
}

.header-style3 .navbar-nav > li > a, .header-style3 .navbar ul ul li > a {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #7ea393;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.header-style3 .navbar-nav > li > a {
    color: #7ea393;
}

.header-style3 .navbar-nav li.current > a, .header-style3 .navbar-nav li.active > a {
    color: #006838;
}

.header-style3 .navbar-nav li.has-sub a:hover {
    color: #006838;
}

.header-style3 .navbar ul ul li.active > a {
    color: #006838;
}

