/* Custom code goes here - paste your css code below in line 3 */

body .btn-secondary {
    background: #FBDFFE!important;
    color: #000!important;
    border-color: #FBDFFE!important;
}

.btn-primary {
    background: #fbdffe!important;
    color: #2e2e2e!important;
    border-color: #fbdffe!important;

    transition: all 0.5s;
}
body .btn-primary:hover{
    background: #dae8fb!important;
    color: #2e2e2e!important;
    border-color: #dae8fb!important;
}



#_desktop_top_menu > ul > li > a {
    transition: all 0.5s;
}

#_desktop_top_menu > ul > li:hover > a {
    color: #2e2e2e!important;
}

.submenu1 #_desktop_top_menu .popover.sub-menu ul.top-menu li a {
    transition: all 0.5s;
}