.bg-solid-green {
    background-color: #148d3b;
    color: white;
}

.bg-solid-green a {
    background-color: #148d3b;
    color: white;
}

.bg-solid-green a:hover {
    background-color: #cadfd1;
    color: rgb(28, 1, 1);
}
.bg-solid-gold {
    background-color: #c8ad02;
    color: #242203;
}


.navbar-light1 {
    border-bottom: 2px solid #c8ad02 !important;
}

.footer-custom{
    border-top: 5px solid #148d3b !important;
}

.offcanvas {
    background-color: #1e850a !important;
}

.bg-solid-red {
    background-color: #e73e3e !important;
    color: #ffffff;
}

.bg-solid-warning {
    background-color: #ecec12 !important;
    color: #242203;
}

.bg-solid-primary {
    background-color: #1067ea !important;
    color: #ffffff;
}

.filter:not(.basic-filter) ul li a.active{
    background-color: #148d3b !important;
    color: white !important;
    border-radius: 5px;
    padding: 4px;
}

.nav-link{
    color: #1e850a !important;
}

.text-solid-green {
    color: #148d3b;

}

.text-solid-gold {
    color: #c8ad02;
}

/* product page filter */
.projects-masonry .isotope-filter ul li a:hover {
    color: #ffffff !important;
}

.projects-masonry .isotope-filter ul li a{
    margin: 5px;
}

/*home product crousel nav */
.swiper-controls .swiper-navigation .swiper-button
{
    background-color: rgb(239, 219, 193) !important;
}



.btn,
.lg-sub-html p,
.nav-link,
.nav-link p,
.navbar .btn-sm {
  font-size: .80rem !important;
}


.bfloat{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	/* color:#FFF; */
	/* border-radius:50px; */
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:2px;
}

