


/* color */

.demo-section .single-item .text-box h3 a:hover,
.inner-page-section .single-item .text-box h3 a:hover,
.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover,
.demo-section .single-item .text-box h3 a:hover,
.funfact-block-one .inner-box .count-outer,
.demo-block-one .inner-box h3 a:hover

{
  color: var(--theme-color);
}


/** background **/

button.rtl,
button.ltr,
.theme-btn,
.demo-switch button,
.main-footer .btn-box a:hover

{
  background: var(--theme-color);
}




/** border-color **/

.main-footer .btn-box a:hover

{
  border-color: var(--theme-color) !important;
}



















