/*====================================
=            COLOR turquoise            =
====================================*/
/*
turquoise
2fe6ce
18cab2
*/


.bg-shop {
  background-color: #C4EB4A;#C4EB4A
}

a {
	color: #C4EB4A;
}
a:hover {
  color: #18cab2;

}

#hero .hero-start-link:hover,
#hero .hero-start-link:focus:hover {
  color: #C4EB4A;
}

.color-text {
	color: #C4EB4A;
}
.btn {
	background: #C4EB4A;
	-webkit-box-shadow: 0 4px 0 #18cab2;
	-moz-box-shadow: 0 4px 0 #18cab2;
	box-shadow: 0 4px 0 #18cab2;
}

.numbers-1 h2 {
  color: #C4EB4A;
}
.features-1 article .zoom-img {
  border: 6px solid #C4EB4A;
}

.back-to-top {
	background: #C4EB4A;
}

.social-links-2 li a:hover {
	color: #202020;
	background:#C4EB4A;
	border-color: #C4EB4A;
}
#menu-link:hover .menu-icon{
    background-color: #C4EB4A;
} 
#menu-link.is-clicked{
    background-color: #C4EB4A;
}
.myform .form-control:focus,
.myform textarea.inputError:focus,
.input-group .form-control:focus {
	border: 2px solid #C4EB4A;
}
.hero-start-link:hover {
	color:#C4EB4Ae;
}
.overlay nav ul li a:after {
    background: #C4EB4A;
}
.close-modal:hover {
  background-color: #C4EB4A;
}
.zoom-img  {
	border: 6px solid #C4EB4A;
}

.bg-image-2 {
  background-color: #C4EB4A;
}
.footer-1 .back-to-top {
    background: #C4EB4A;
}
/*-----  End of COLOR turquoise  ------*/


