	
	.main-navigation ul.navbar-nav .menu-item-has-children .sub-menu .sub-menu {
    left: 100%;
    right: auto;
    top: -36px!important;
}

	
.main-navigation .navbar-nav {
   background-color: #ff000000 !important;  
}
	
.animate-charcter {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg, #f68f09 0%, #000000 29%, #fad404 67%, #f68f09 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 34px;
}
	@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
	
	
	
	
