/*==================================================================================COLOR 1==================================================================================*/
/*
	  ============================================================
		   Font Color
	  ============================================================
*/
.blue-tick.features-list li::before,
.website a,
.casinos-about-wrap h4,
.simple-link,
.section-heading-1 h5
{
	color:#007a4d;	
}



/*
	  ============================================================
		   Background Color
	  ============================================================
*/

.btn:hover,
.bonus-price-tag,
.navbar-toggle,
.newsletter-wrap .input-group input[type="submit"]:hover,
/* Background Color Css Start */
.nav li a:after,
.plus-btn:hover,
.website a:hover.bg-color,
.navi-list ul li a.active,
.navi-list ul li a:hover{
	background-color:#007a4d;	
}


/*
	  ============================================================
		   Border Color
	  ============================================================
*/
header .nav,
.plus-btn:hover,
.navigation-wrap{
	border-color:#007a4d;	
}



/*
	  ============================================================
		   Transaction Effect
	  ============================================================
*/
/*home page 04*/
.plus-btn,
.website a.bg-color,
.navi-list ul li a
{
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;	
}
