/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 26 2025 | 16:21:23 */
/* ul#menu-main-menu li a {
    border: 1px solid #fff;
    margin: 0 10px;
    padding: 5px 10px;
} */
body {
	overflow-x:hidden;
}
.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background: #0000004d; /* change as per your design */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    animation: slideDown 1s ease;
}

@keyframes slideDown {
    from { transform: translateY(-300%); }
    to   { transform: translateY(0); }
}
.sticky-header  .elementor-element.elementor-element-90474fc {
    background-color: #00000096 !important;
}

.eael-simple-menu-container {
    margin-bottom: -20px;
}
.marquee-container {
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  background-color:#000;
  color:#fff;
font-size:20px;
}
  .marquee {
    top: 0;
    left: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
	      font-family: cursive;
  }

  .marquee2 {
    animation-delay: 15s;
  }


@keyframes marquee {
  0% {
    left: 100%;
  }
  100% {
    left: -100%
  }
}

.carousel-images-loop-wrapper img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}


.marquee span {
    margin: 0 21px;
    font-size: 26px;
}
@media only screen and (max-width:767px){
	span.eael-simple-menu-toggle-text {
    display: none;
}

.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li {
    width: 100%;
    display: block;
    max-width: 100%;
    background-color: #000;
    border: 0 !important;
}

.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li a {
    width: 100%;
    display: block;
    max-width: 100%;
    border: 0 !important;
    text-align:center;
}


.eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-responsive {
    text-align-last: center !important;
}
}