
.top_area {
    background: rgba(0, 0, 0, 0) linear-gradient(45deg, #378876 0%, #058688 100%) repeat scroll 0 0;
}

.winmenu.sticky {
	background: rgba(0, 0, 0, 0) linear-gradient(45deg, #fff0b3 0%, #fff0b3 100%) repeat scroll 0 0;
}
.btn-secondary:hover {
	color:#058688;
}

.owl-theme .owl-controls .owl-page span:hover {
    background: #058688 none repeat scroll 0 0;
}

#pricing-section {
	background: rgba(0, 0, 0, 0) linear-gradient(45deg, #058688 0%, #058688 100%) repeat scroll 0 0;
}

.pricing-btn a {
  border: 1px solid #058688;
}

.ultimate {
  box-shadow: 0 1px 15px #b76481;
}

.pricing-btn a:hover {
    background-color: #058688;
	border:1px solid #058688;
}

#video-section {
    background: rgba(0, 0, 0, 0) linear-gradient(45deg, #058688 0%, #058688 100%) repeat scroll 0 0;
}

#video-section::after {
    background: rgba(0, 0, 0, 0) linear-gradient(45deg, #058688 0%, #058688 100%) repeat scroll 0 0;
}
#email {
	background: #fff0b3 none repeat scroll 0 0;
}

#download-section a::after {
  background: rgba(0, 0, 0, 0) linear-gradient(45deg, #058688 0%, #058688 100%) repeat scroll 0 0;
}

#subscribe-section {
    background: rgba(0, 0, 0, 0) linear-gradient(45deg, #058688 0%, #058688 100%) repeat scroll 0 0;
}
.send-button > button {
	border: 1px solid #058688;
}
.send-button > button:hover {
    background-color: #058688;
	border:1px solid #058688;
}
.service-icon i {
  color: #058688;
}

.blog-section h4 a:hover {
	color:#058688;
}

footer{
	background: rgba(0, 0, 0, 0) linear-gradient(45deg, #058688 0%, #058688 100%) repeat scroll 0 0;
}