/*
*   Author: beshleyua
*   Author URL: http://themeforest.net/user/beshleyua
*/

/* TABLE OF CONTENTS
	1. Template Green
*/

/* 1. Template Green */
.background {
  background-color: rgba(120, 204, 109, 0.4);
}

.preloader .spinner .double-bounce1,
.preloader .spinner .double-bounce2 {
  background: #78cc6d;
}

.lnk:hover,
.button:hover {
  color: #78cc6d;
}

.lnk:hover .ion,
.button:hover .ion {
  color: #78cc6d;
}

.lnk:hover .arrow:before,
.button:hover .arrow:before,
.lnk:hover .arrow:after,
.button:hover .arrow:after {
  background: #78cc6d;
}

input:focus,
textarea:focus,
button:focus {
  border-bottom: 1px solid #78cc6d;
}

button:hover {
  border-bottom: 1px solid #78cc6d;
}

.header .top-menu ul li:hover a,
.header .top-menu ul li.active a {
  color: #78cc6d;
}

.header .top-menu ul li:hover a .icon,
.header .top-menu ul li.active a .icon,
.header .top-menu ul li:hover a .link,
.header .top-menu ul li.active a .link {
  color: #78cc6d;
}

.card-started:after {
  background: -moz-linear-gradient(-45deg, rgba(120, 204, 109, 0.4) 0%, rgba(120, 204, 109, 0.01) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(120, 204, 109, 0.4) 0%, rgba(120, 204, 109, 0.01) 100%);
  background: linear-gradient(135deg, rgba(120, 204, 109, 0.4) 0%, rgba(120, 204, 109, 0.01) 100%);
}

.card-started .profile .image:before {
  background: -moz-linear-gradient(-45deg, rgba(120, 204, 109, 0.4) 0%, rgba(120, 204, 109, 0.01) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(120, 204, 109, 0.4) 0%, rgba(120, 204, 109, 0.01) 100%);
  background: linear-gradient(135deg, rgba(120, 204, 109, 0.4) 0%, rgba(120, 204, 109, 0.01) 100%);
}

.card-started .profile .subtitle {
  color: #78cc6d;
}

.card-started .profile .social a:hover .ion,
.card-started .profile .social a:hover .fab,
.card-started .profile .social a:hover .fas {
  color: #78cc6d;
}

.content .title:before {
  background: -moz-linear-gradient(-45deg, rgba(120, 204, 109, 0.4) 0%, rgba(120, 204, 109, 0.01) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(120, 204, 109, 0.4) 0%, rgba(120, 204, 109, 0.01) 100%);
  background: linear-gradient(135deg, rgba(120, 204, 109, 0.4) 0%, rgba(120, 204, 109, 0.01) 100%);
}

.service-items .service-item .icon {
  color: #78cc6d;
  background: -moz-linear-gradient(-45deg, rgba(120, 204, 109, 0.4) 0%, rgba(120, 204, 109, 0.01) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(120, 204, 109, 0.4) 0%, rgba(120, 204, 109, 0.01) 100%);
  background: linear-gradient(135deg, rgba(120, 204, 109, 0.4) 0%, rgba(120, 204, 109, 0.01) 100%);
}

.pricing-items .pricing-item .icon {
  color: #78cc6d;
}

.pricing-items .pricing-item .feature-list ul li strong {
  background: rgba(120, 204, 109, 0.4);
}

.fuct-items .fuct-item .icon {
  color: #78cc6d;
}

.resume-title .icon,
.skill-title .icon {
  color: #78cc6d;
}

.resume-items .resume-item.active .date {
  color: #78cc6d;
}

.resume-items .resume-item.active .date:before {
  background: #78cc6d;
}

.skills-list ul li .progress .percentage {
  background: #78cc6d;
}

.content.works .filter-menu .f_btn.active {
  color: #78cc6d;
}

.box-item .image .info:before {
  background: -moz-linear-gradient(-45deg, rgba(120, 204, 109, 0.4) 0%, rgba(120, 204, 109, 0.01) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(120, 204, 109, 0.4) 0%, rgba(120, 204, 109, 0.01) 100%);
  background: linear-gradient(135deg, rgba(120, 204, 109, 0.4) 0%, rgba(120, 204, 109, 0.01) 100%);
}

.post-box .blog-content blockquote {
  border-left: 2px solid #78cc6d;
}

.post-box .blog-content ul.list-style li:before {
  background: #78cc6d;
}

.post-box .post-comments li .comment-info .name h6 {
  color: #78cc6d;
}

.background.gradient {
  background: #50a3a2;
  background: -webkit-linear-gradient(top left, #50a3a2 0%, #78cc6d 100%);
  background: linear-gradient(to bottom right, #50a3a2 0%, #78cc6d 100%);
}

