/* 
* Version: 1.8
* Default Color 	  : #72c02c;
* Default Hover Color : #5fb611;
*/

/*If you are using default Unify color (green - #72c02c), you do not need to link (use) default.css*/
/*Custom*/
.header .logo .brand-heading a:hover {
    transition: all 0.3s ease-in-out;
    color: #72c02c;
}

.header .logo .brand-subheading a:hover {
    transition: all 0.4s ease-in-out;
    color: #72c02c;
}