/* Theme */
#switcher .theme-click {
	background-color: #ffe600;
}

/* Buttons*/
.ra-btn {
	background-color: #ffe600;
    color: #000;
}
.ra-btn:focus
{
    background-color: #ffe600;
}
.navbar-light .navbar-nav .nav-link:hover
{
    color: #ffe600;
}
.testimonials-content .fa-quote-right
{
   color: #ffe600;  
}

.offers .fa:hover
{
   color: #ffe600; 
}

.contact input:focus,
.contact textarea:focus,
input[type=search]:focus 
{
    border-color: #ffe600;  
    box-shadow: none;
}

.contact-details .fa:hover,
.contact-details a:hover
{
    color: #ffe600;
}

.footer ul li a:hover{
     color: #ffe600;  
}

.ra-btn-bt
{
     background-color: #ffe600;
    color: #000;
}
