/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 23 2025 | 16:35:46 */
.custom-fixed-nav {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(14, 14, 14, 0); /* Start with a transparent background */
  padding: 20px 64px; /* Adjust padding */
  transition: background-color 0.5s ease-in-out, opacity 0.3s ease-in-out, padding 0.5s ease-in-out; /* Smooth transition for both background and opacity */
  opacity: 1; /* Initially visible */
  margin-top: 86px;
}

@media (max-width:992px){
	.custom-fixed-nav{
		padding: 20px 20px;
	}
}

.top-bar {
  opacity: 1; /* Initially visible */
  transition: opacity 0.3s ease-in-out; /* Smooth opacity transition */
	margin-top:57px;
}

.mobile-top-bar{
	 opacity: 1; /* Initially visible */
  transition: opacity 0.3s ease-in-out; /* Smooth opacity transition */
	margin-top:57px;
}

.ticker{
	transition: opacity 0.3s ease-in-out; /* Smooth opacity transition */
}