/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.strip-track{display:flex;align-items:center;width:max-content;animation:scroll-left 40s linear infinite}
.strip-track:hover{animation-play-state:paused}
@keyframes scroll-left{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.tool-item{display:flex;align-items:center;justify-content:center;padding:0 40px;border-right:1px solid rgba(28,43,45,.07)}
.tool-item svg{height:28px;width:auto;max-width:120px;display:block}

.invert{
	  filter: brightness(0) invert(1);
}

.home_faq .e-n-accordion-item-title[aria-expanded="true"] {
  border-bottom: none !important;
}
.home_faq .e-n-accordion-item-title[aria-expanded="true"] ~ div {
  border-bottom: 1px solid #1C2B2D14;
}
.nexus_header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
}
.admin-bar .nexus_header {
	top:32px;
}
.home_hero:before{
	  background: linear-gradient(to right,rgba(28,43,45,.92) 0%,rgba(28,43,45,.7) 55%,rgba(28,43,45,.35) 100%) !important;
}