/*
============== background Color====================
*/
.tparrows:hover, .btn-text, .separator, .title_holder span:before, #back-to-top, .e-table2 .e-table-head,
.single-team::after, .testimonial_home:before, .testimonial_silder .owl-nav button.owl-prev, .testimonial_silder .owl-nav button.owl-next,
.info_contact i, .footer_social a:hover {
  background: #4541d6;
}

@media (max-width: 767px) {
  .navigation {
    background: #4541d6;
  }
}
.tparrows, .single-fact {
  background: #4541d6;
  /* The Fallback */
  background: rgba(69, 65, 214, 0.6);
}

/*
============== Text Color====================
*/
.navigation ul li a:hover, a:hover, .btn-text:hover, .team-conetnt-info h5 a:hover, .team-social-icons ul li a:hover,
.copy_right a {
  color: #4541d6;
}

/*
============== Border Color====================
*/
.btn-text, .team-social-icons ul li a:hover, .footer_social a:hover {
  border-color: #4541d6;
}
