/*** General ***/
/** selection **/
*::-moz-selection {
	background: #00b106;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #00b106;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #00b106;
	color: #fff;
	text-shadow: none;
}

/*** Background Color ***/

.theme-bg,
#back-to-top .top {
	background: #00b106;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	background: #00b106;
}

/*** Color ***/

a,
.theme-color,
a:focus,
a:hover,
.mega-menu .menu-links>li>a:hover,
.mega-menu .menu-links>li.active a,
.accordion .acd-group.acd-active .acd-heading,
.accordion .acd-group .acd-heading:hover,
.accordion.animated .acd-group.acd-active .acd-heading,
.accordion.animated .acd-group .acd-heading:hover {
	color: #00b106;
}

#onepagenav .mega-menu .menu-links>li>a:hover,
#onepagenav .mega-menu .menu-links>li.active>a,
.quote:before {
	color: #00b106;
}


/*** Border Color ***/

.mega-menu .menu-links>li.active a,
.mega-menu .menu-links>li a:hover,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	border-color: #00b106;
}

/*** box shadow ***/

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 177, 6, 0.5);
}