Here are what I want to correct through this code
.acm-slideshow .style-1:after {
content: "";
background-color: #006600;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
filter: alpha(opacity=85);
opacity: 0.85;
z-index: -1;
}
.uber-header.header-5.dark-color .site-navigation-right .right-menu ul li > a {
border: 0;
text-transform: none;
font-weight: 700;
background: #009900;
padding: 13px 26px;
color: #ffffff;
height: auto;
line-height: 1;
border-radius: 2px;
}
a {
color: #006600;
text-decoration: none;
-webkit-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
.btn-border.btn-primary {
border-color: #006600;
color: #009900;
}
.btn-border:hover, .btn-border:focus, .btn-border:active {
background: #009900;
border-color: #006600;
color: #ffffff;
}
.acm-features .font-icon {
color: #009900;
font-size: 55px;
margin-bottom: 26px;
line-height: 1;
}


