
 ::-moz-selection {
  color: #fff;
  background: #1E824C !important;
 }
 ::selection {
  color: #fff;
  background: #1E824C !important;
 }
 nav li a {
  background-color: #1E824C !important;
 }
 nav li a:hover {
  color: #1E824C !important;
  background-color: #ccc !important;
 }
 .section-title h2::after {
  background-color: #1E824C !important;
 }
 .progress-item .progress-percent::before {
  border-top: 6px solid #1E824C;
 }
 .progress-item .progress-percent {
  background-color: #1E824C !important;
 }
 .header .profile-img::before {
  background: linear-gradient( -30deg, #1E824C 0%, #1E824C 10%, transparent 60%, transparent 100% );
 }
 .portfolio-item:hover .portfolio-info {
  background: -webkit-linear-gradient( top, transparent 0%, #1E824C 100% );
 }

