/* COLOR CSS FILE */
a:hover{
	color: #14d187;
}

a{
	color: #8dc73f;
}

/* Header */
.header .navbar-default{
	/*border-top: 3px solid #8dc73f;*/
}

.header .navbar-default .navbar-brand span.logo{
	background: #14d187;
}

.header .navbar-default .navbar-brand .logo i{
	color: #14d187;
}

.header .navbar-default .navbar-nav > li a:hover{
	color: #8dc73f;
}

.header .navbar-default .navbar-nav > li a span{
	color: #14d187;
}

.header .navbar-default  .navbar-nav > .dropdown .dropdown-menu {
	background: #8dc73f;
}

.header .navbar-default  .navbar-nav > .dropdown .dropdown-menu:after {
	border-bottom-color: #8dc73f;
}

.header .navbar-default  .navbar-nav > li.open ul li a{
	background: #8dc73f;
}

.header .navbar-default  .navbar-nav > li.dropdown ul li a:hover{
	background: #02935b;
}

/* Banner */

.slide-banner .carousel .car-control{
	/*background: #8dc73f;*/
	background: transparent;
}

.slide-banner .bxslider-content .bx-viewport  {
	background: #14d187;
}

.slide-banner .flexslider .slides li .flex-two h3{
	background: #14d187;
}

/* Hero */

.hero .hero-logo{
	background: #14d187;
}

/* Default Heading's Icon */
.container .heading hr{
	border-top:5px solid #8dc73f;
}

/* Feature Item */

.feature .feature-item a:hover span.f-item-title{
	color: #8dc73f;
}

/* portfolio */

.portfolio-item .p-img-container .pf-caption span.title{
	background: #8dc73f;
    width: 100%;
}

/* Model */

.model{
	background: #8dc73f url('../img/green-back2.png') repeat;
}


/* Service */

.service .service-item .service-details{
	background: #8dc73f;
}

.service .service-item .service-details:after{
	border-bottom-color: #8dc73f;
}

/* Company */

.company .company-content .company-content-item h6{
	background: #8dc73f;
}


/* Product */

.product .product-content ul > li.active > a{
	background: #8dc73f;
	color: #fff;
}

.product .product-content .tab-area li a:hover{
	background: #8dc73f;
	color: #fff;
}

.product .product-content .tab-area a .product-title i{
	background: #8dc73f;
}

.product .product-content .tab-area  li > a:hover .product-title i{
	background: #fff;
	color: #05a969;
}

.product .product-content ul > li.active > a:after {
	border-left-color: #05a969;
}

.product .product-content .tab-area  li.active > a .product-title i{
	color: #05a969;
}

/* Testimonial */


.testimonial .carousel .c-control{
	background: #8dc73f;
}

/* Author */

.author{
	background: #8dc73f;
}

/* About Us */

.about .about-skill .about-quote span.quote{
	color: #8dc73f;
}

/* Contact */

.contact .contact-container .contact-widget i.c-icon{
	color: #8dc73f;
}

.contact .contact-item{
	background: #8dc73f;
}


/* Blog */

.blog .blog-content .blog-post .blog-post-img span.date{
	background: #8dc73f;
}

/* MOdel Two */

.model-two .m-two-icon{
	background: #8dc73f;
}

/***/

.inner-page-banner.shadow h3{
	background: #8dc73f;
}

.grid  .grid-entry .entry-info .share span a i{
	color: #14d187;
}

.grid  .grid-entry .entry-info .share span a:hover i{
	color: #8dc73f;
}
/***/

/* Back to top */
.scroll-to-top {
	/*background: #8dc73f;*/
}