#navbar li.nw_submenu .nw_submenu_items a {
    color: #000 !important;
}
#navbar li.nw_submenu .nw_submenu_items a:hover{
    color: rgb(96, 209, 88) !important;
}

.nw_navbar_custom .navbar-nav .nw_submenu a { 
    color: #fff !important; 
}

.nw_navbar_custom .nw_navbar_custom_cont .nw_navbar_custom_row {
    background-color: transparent !important;
    transition: .3s;
    box-shadow: unset !important;
}

.nw_navbar_custom .nw_navbar_custom_cont {
    background-color: transparent !important;
    transition: .3s;
}

.nw_navbar_custom .navbar-nav .nw_submenu .nw_free_consulting { 
    padding: 12px 20px !important;
    border-radius: 40px !important;
    margin: 20px 0px !important;
}
.nw_navbar_custom .navbar-nav .nw_submenu .arrow_after:after {
    color: #fff !important;
}
.homeNotaryContainer
.homeNotaryRow {
    display: flex;
    flex-wrap: wrap;
}
.colorLogo {
    display: none;
}
.whiteLogo {
    display: block;
}
.nw_navbar_custom .container-fluid {
    position: fixed;
    width: 100%;
    top: 0;
}

.nw_navbar_custom .container-fluid.active .nw_navbar_custom_row {
    background-color: rgb(255, 255, 255) !important;
    transition: .3s;
    box-shadow: 0px 0px 5px #0000006b !important;
}

/*.nw_navbar_custom .container-fluid.active .nw_navbar_custom_cont {*/
/*      background-color: rgb(234, 234, 234)  !important;*/
/*      transition: .3s;*/
/*}*/
.nw_navbar_custom .container-fluid.active .navbar-nav .nw_submenu .arrow_after:after {
   color: rgb(37, 37, 37) !important;
}

.nw_navbar_custom .container-fluid.active  .navbar-nav .nw_submenu a { 
    color: #000 !important;
}

.nw_navbar_custom .container-fluid.active  .colorLogo {
    display: block;
}


.nw_navbar_custom .container-fluid.active  .whiteLogo {
    display: none;
}








