/* 
-----------------------------------------------------------------
            Header menubar animation style
-----------------------------------------------------------------
*/
.header .hvr-border-fade {
   box-shadow: none;
}
.hvr-underline-from-center::before {
    background: #fff;
    height: 1px;
}
.header .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.header .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid #fff !important;
    padding-bottom: 4px !important;
}

/* -------- main menu style ---------- */

.header .main-menubar .hvr-reveal::before {
    border-color: #fff;
}
.header .main-menubar .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
    border-bottom: none;
}
.header .main-menubar .active .hvr-reveal::before {
    -webkit-transform: translateY(0); 
    transform: translateY(0);
    border-width: 4px;
}


/* ---------------------- read more btn animation style -------------------- */
.section3 .hvr-shutter-out-horizontal::before,
.green-items-box .hvr-shutter-out-horizontal::before,
.header .hvr-shutter-out-horizontal::before,
.faq-accordion .hvr-shutter-out-horizontal::before,
.shoping-cart .hvr-shutter-out-horizontal::before,
.modal-dialog  .hvr-shutter-out-horizontal::before {
    background: #fff;
    border: 2px solid #44ae5e;
    color: #44ae5e;
}
.green-items-box .hvr-shutter-out-horizontal::before{
        border: 2px solid #fff;
}

/* --------------------- green section items/exms animation style -------------------- */
.hvr-sweep-to-right::before {
    background: #44ae5e;
}