.section-title-content span.title,
.article-container .article-sharebox-links .article-sharebox-link:hover i,
.article-container .article-content .article-infos-item i,
.page-aside-widget-title,
.page-aside-widget .page-aside-userbox-socials a.page-aside-userbox-social-link:hover i,
.blog-carousel-item.slick-center span.title,
.blog-list-item:hover .blog-list-item-title,
.blog-list-item:hover .blog-list-item-link,
.brand-video-btn i,
.brand-video .services-boxes-item:hover .services-boxes-item-icon,
.comment-box-content-head .user-role,
.contact-page-box.contact-form-box button.contact-form-submit i,
.contact-page-list-item .list-item-title,
.contact-page-list-item .list-item-icon i,
.contact-page-list-item:hover .list-item-title,
.app-footer-menu-item.active:before,
.app-footer-menu-item:hover:before,
.hero-wrapper .hero-container .hero-left-carousel-item span.title,
.hero-wrapper .hero-container .hero-right .hero-carousel-navigation p.text span,
.hero-wrapper .hero-container .hero-right .hero-carousel-navigation-btn:hover i,
.app-input,
.main-hero-content span.main-hero-title,
ul.pagination .page-item.active .page-link,
.services-content-item span.title,
.services-boxes-heading span.title--primary,
.services-boxes-item-icon,
.nav-tabs-wrapper .mobile-tab-toggle-btn i,
.nav.nav-tabs .nav-link.nav-item.active,
.section-title-content span.title,
.app-footer-copyright .app-footer-social .app-footer-social-link,
.header-social-links a.header-social-link:hover i {
  color: #144c6a;
}

.page-aside-widget-title::before,
.author-box::after,
.blog-carousel-item::after,
.blog-list-item-right::after,
.app-btn.app-btn--success,
.contact-page-box.contact-form-box span.contact-form-box-pulse,
.main-box-wrapper .main-box-left-box,
section.references,
.services-boxes-item:not(.no-hover):hover,
.small-article-box:hover .small-article-btn,
.small-article-btn,
.nav.nav-tabs .nav-link.nav-item.active::after,
.title-rectangle.title-rectangle--primary.fill,
ul.slick-dots li.slick-active,
.nav-trigger-line {
  background: #ee1c25;
}

.brand-video,
.services-subcircle:hover,
.services-subcircle.active {
  background-color: #2AB573;
}

.brand-video .services-boxes-item:hover {
  box-shadow: 0px 7px 43px 0 rgba(31, 136, 104, 0.34);
}

.contact-page-box.contact-form-box span.contact-form-box-pulse::before {
  border-color: rgba(31, 136, 104, 0.6);
}

.contact-page-box.contact-form-box span.contact-form-box-pulse::after {
  border-color: rgba(31, 136, 104, 0.2);
}

.contact-page-box.contact-form-box form.contact-form input:focus,
.contact-page-box.contact-form-box form.contact-form select:focus,
.contact-page-box.contact-form-box form.contact-form textarea:focus,
.contact-page-box.contact-form-box form.contact-form textarea:focus + button[type="submit"],
.contact-page-list-item,
.hero-rectangle--primary,
.app-input:focus,
ul.pagination .page-item.active,
.nav-tabs-wrapper .mobile-tab-toggle-btn,
.nav.nav-tabs .nav-link.nav-item.active,
.title-rectangle.title-rectangle--primary {
  border-color: #ee1c25;
}

.hero-wrapper .hero-container .hero-right-carousel-item::after {
  background: rgba(31, 136, 104, 0.6);
}

.gallery-item:hover::before,
.app-footer-rich-menu-item .rich-menu-background::before {
  background: rgba(21, 77, 107, 0.85);
}

.responsive-menu {
  background-image: linear-gradient(87deg, rgb(61, 168, 213), rgb(53, 175, 149));
}

.services-boxes-item:not(.no-hover):hover {
  box-shadow: 0px 12px 16px 0 rgba(31, 136, 104, 0.55);
}

.services-subcircle:hover,
.services-subcircle.active {
  box-shadow: 0px 11px 13px 0 rgba(31, 136, 104, 0.4);
}

@-webkit-keyframes borderAnimationTop {
  0% {
    height: 2px;
    width: 0;
    border: 0;
    border-top: 2px solid #2AB573;
  }
  50% {
    height: 2px;
    width: 100%;
  }
  100% {
    height: 100%;
    width: 100%;
    border: 2px solid #2AB573;
    border-bottom: 0;
  }
}

@keyframes borderAnimationTop {
  0% {
    height: 2px;
    width: 0;
    border: 0;
    border-top: 2px solid #2AB573;
  }
  50% {
    height: 2px;
    width: 100%;
  }
  100% {
    height: 100%;
    width: 100%;
    border: 2px solid #2AB573;
    border-bottom: 0;
  }
}

@-webkit-keyframes borderAnimationBottom {
  0% {
    height: 0;
    width: 0;
    border: 0;
    border-bottom: 2px solid #2AB573;
  }
  100% {
    height: 2px;
    width: 100%;
    border-bottom: 2px solid #2AB573;
  }
}

@keyframes borderAnimationBottom {
  0% {
    height: 0;
    width: 0;
    border: 0;
    border-bottom: 2px solid #2AB573;
  }
  100% {
    height: 2px;
    width: 100%;
    border-bottom: 2px solid #2AB573;
  }
}
