/*
|----------------------------------------------------------------------------
| VARIABLES
|----------------------------------------------------------------------------
*/
/*
|----------------------------------------------------------------------------
| MIXINS
|----------------------------------------------------------------------------
*/
/*
|----------------------------------------------------------------------------
| COLOR REPLACEMENT
|----------------------------------------------------------------------------
*/
/* MISCELLANEOUS STYLE */
hr.separator {
  border-top: 2px solid #98d361;
}
::selection {
  background: #98d361;
}
::-webkit-selection {
  background: #98d361;
}
::-moz-selection {
  background: #98d361;
}
.owl-theme .owl-controls .owl-buttons div {
  background: #98d361;
}
.owl-theme .owl-controls .owl-page span {
  background: #98d361;
}
.owl-theme .owl-controls .owl-page.active span {
  background: #98d361;
}
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #98d361;
}
/* BUTTONS */
.btn-main {
  background: #98d361;
}
.btn-main:hover {
  background: #b2de89;
}
.btn-download {
  border: 2px solid #98d361;
  color: #98d361;
}
.btn-download:hover {
  background: rgba(152, 211, 97, 0.4);
}
/* PRELOADER */
.spinner-wrapper {
  background: #98d361;
}
/* HEADER SECTION */
.header .market-icons .fa {
  color: #98d361;
}
/* MAIN NAVIGATION BAR */
.sticky-navbar .main-navigation li a:hover {
  color: #98d361;
}
.sticky-navbar .main-navigation li.current a {
  color: #98d361;
}
/* WAY WE WORK */
.way-we-work .features .each-item:hover .fa {
  background: #98d361;
  border: 1px solid #98d361;
}
.way-we-work .features .each-item:hover h4 {
  color: #98d361;
}
/* APP INTRO */
.app-intro {
  background: #98d361;
}
/* SUBSCRIBE NEWSLETTER */
.subscribe-newsletter .fa {
  color: #98d361;
  border: 2px solid #98d361;
}
/* EASY FEATURES AVAILABLE */
.easy-features-available .each-easy-step h5.text-colored {
  color: #98d361;
}
/* TESTIMONIALS */
.testimonials .quote-sym {
  color: #98d361;
}
.testimonials .synced .item figure img {
  border: 1px solid #98d361;
}
.testimonials .synced .item figure figcaption .name {
  color: #98d361;
}
/* PRICING TABLE */
.pricing-table .table-single.table-active .meta-title {
  background: #98d361;
  color: #fff;
}
/* OUR OTHER APPS */
.our-other-apps .app-description .line-btn {
  border: 2px solid #98d361;
  color: #98d361;
}
/* CONTACT US SECTION */
.contact-us .expendable-contact-btn .fa {
  border: 2px solid #98d361;
}
.contact-us .expendable-contact-btn .fa:hover {
  background: #98d361;
}
.contact-us .about-us .each-item .ef {
  border: 1px solid #98d361;
  color: #98d361;
}
.contact-us .about-us .each-item address p a:hover {
  color: #98d361;
}
.contact-us .contact-form .form-control {
  border: 1px solid #98d361;
}
/* FOOTER SECTION */
.footer .social-icons ul li a:hover,
.footer .copyright ul li a:hover {
  color: #98d361;
}
