#theme-main-banner .container .button-grp,
.theme-main-header.fixed {
  background: #cb4f5b;
}

.theme-title h2,
.our-features .single-feature i,
.theme-footer .bottom-footer .footer-menu li a:hover,
.theme-footer .footer-main-content .footer-list ul li a:hover,
#theme-main-banner.banner-three .container .button-grp:hover,
.blog-details .blog-meta-wrapper .social-share li:hover a,
.blog-details .blog-meta-wrapper .post-meta-data .sub-heading {
  color: #cb4f5b;
}

#theme-main-banner .container .button-grp:hover {
  background: #f0bc19;
}

.theme-counter .single-box .wrapper {
  background: #8674e4;
}

.scroll-top,
body .theme-button,
.theme-footer .bottom-footer .social-icon li a,
.theme-footer .footer-main-content .footer-logo .social-icon li a,
.theme-pagination ul li a {
  background-color: #5074f5;
}

body .theme-button span,
.theme-footer .bottom-footer .social-icon li a:hover,
.theme-footer .footer-main-content .footer-logo .social-icon li a:hover,
.theme-pagination ul li a:hover,
.theme-pagination ul li.active a {
  background-image: -webkit-linear-gradient(
    272deg,
    rgb(238, 72, 39) 0%,
    rgb(252, 110, 81) 100%
  );
  background-image: -o-linear-gradient(
    272deg,
    rgb(238, 72, 39) 0%,
    rgb(252, 110, 81) 100%
  );
  background-image: linear-gradient(
    2deg,
    rgb(238, 72, 39) 0%,
    rgb(252, 110, 81) 100%
  );
}

.pricing-plan-section .col-inner .table-inner .price {
  color: #efbb19;
}

.pricing-plan-section .col-inner .table-inner:hover .price,
.pricing-plan-section .col-inner .table-inner:hover h6 {
  color: #fff;
}

.pricing-plan-section .col-inner .table-inner:hover ul li {
  color: rgba(255, 255, 255, 0.8);
}

.pricing-plan-section .col-inner .table-inner:hover .theme-button {
  background: #ffffff;
  color: #767482;
}

.pricing-plan-section .col-inner .table-inner:hover {
  background: #8c7cf8;
}

.theme-main-header .navbar-nav .button-group a:hover {
  background: #9b87fd;
}
