/*
Theme Name: Naalas Driving School
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: Milan Kumar Kundu
Author URI: https://wordpress.org/
Description: Naalas Driving School.
Version: 1.7
*/

.nav li.current_page_item , .nav li.current_page_ancestor , .nav li.current-menu-item , .nav li.current-menu-ancestor {
	background: #f24112 !important; 
	border-radius: 0;
}
.nav li.current_page_item a , .nav li.current_page_ancestor a , .nav li.current-menu-item a , .nav li.current-menu-ancestor a {
	color: #FFF!important; 

}
.nav li:hover {
    background: #f24112;
   
}


.errorMsg{
    padding: 10px;
    color: #fff;
    background-color: #c00;
    width: 100%;
    margin-top: -10px;
    margin-bottom: 10px;
}
.successMsg{
    padding: 10px;
    color: #fff;
    background-color: #093;
    width: 100%;
    margin-top: -10px;
    margin-bottom: 10px;
}

.hvr-sweep-to-top::before, .hvr-bounce-to-top::before {
   
    background: #f24112;
   
}
