.top-head-left .logo-img{
    height: 90px;
    width: 200px;
}

  .news-card {
        background-color: #f8f9fa;
        padding: 15px;
        border-radius: 8px;
    }
    .events-card {
        background-color: #f8f9fa;
        padding: 15px;
        border-radius: 8px;
        margin-bottom: 10px;
    }
    .highlight-date {
        background-color: #ffcc00;
        color: white;
        padding: 5px 10px;
        border-radius: 5px;
        font-weight: bold;
    }
    .event-card-header {
        background-color: #e9ecef;
        border-radius: 8px;
        padding: 10px;
    }


    .news-ticker-wrapper {
  overflow: hidden;
  white-space: nowrap;
  background:#070b3b;
  color: #fff;
  border-bottom: 1px solid #003b80;
   height: 43px;
}
 
.news-ticker {
  overflow: hidden;
  width: 100%;
  position: relative;
}
 
.news-ticker-move {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: ticker 50s linear infinite;
}
 
.news-item {
  margin-right: 10px;
  font-size: 16px;
}
 
/* Pause on hover */
.news-ticker-move:hover {
  animation-play-state: paused;
}
 
/* Animation */
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.news-marquee {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
        Arial;
}
 
.news-viewport {
    height: 365px;
    overflow: hidden;
    position: relative;
    /* border-radius: 8px; */
    /* box-shadow: 0 8px 18px rgba(116, 116, 116, 0.39); */
    background: #fff;
    outline: none;
    border: 1px solid #ccc;
 
}
 
.news-track {
    display: flex;
    flex-direction: column;
}
 
.news-list {
    display: flex;
    flex-direction: column;
}
 
.item {
    display: flex;
    gap: 12px;
    padding: 12px;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0),
        rgba(250, 250, 250, 0.02)
    );
}
 
.item > a {
    display: flex;
    gap: 12px;
    color: inherit;
    text-decoration: none;
    width: 100%;
    align-items: center;
}
 
.thumb {
    position: relative;
    width: 84px;
    height: 56px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 6px;
}
.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
 
.date {
    position: absolute;
    left: 6px;
    bottom: 6px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 4px 6px;
    font-size: 12px;
    border-radius: 4px;
    line-height: 1;
}
 
.short-desc h4 {
    margin: 0 0 4px 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.1;
    color: #0b2545;
}
.short-desc p {
    margin: 0;
    font-size: 13px;
    color: #586374;
}
 
.item:focus-within,
.item:hover {
    background: rgba(10, 40, 90, 0.03);
}
 
@media (max-width: 600px) {
    .news-marquee {
        max-width: 100%;
    }
    .thumb {
        width: 72px;
        height: 48px;
    }
    .news-viewport {
        height: 300px;
    }
}
 
.news-viewport:focus {
    box-shadow: 0 0 0 3px rgba(18, 100, 210, 0.12);
}
 
.news-track.animate {
    animation-name: scroll-up;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: var(--marquee-duration, 5s);
}
 
@keyframes scroll-up {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}
 
.marquee-title {
    font-size: 20px;
    font-weight: 600;
   
    color: #fff;
    margin-bottom: 0;
}
 
/* container spacing */
.three-marquees .news-marquee {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
}
 
.marquee-toggle {
    background: #fff;
    color: #e90e41;
    border: none;
    padding: 4px 10px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.2s;
}


.caption-bg{
  background:#e90e41;
  color:#fff;
} 
.caption-bg h5 {
      color:#fff;
}
.caption-bg p {
      color:#fff;
}

.carousel-caption {
    position: absolute;
    right: 0%;
    bottom:0rem;
    left: 0%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 0%;
    margin-bottom: 1rem;
    margin-left: 0%;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 10px;
    opacity: .5;
    transition: opacity .6s 
ease;
}






.gallery-img {
cursor: pointer;
transition: transform .2s ease-in-out, box-shadow .2s ease-in-out;
object-fit: cover;
height: 200px;
width: 100%;
}
.gallery-img:hover { transform: scale(1.03); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
.modal-dialog-centered { max-width: 960px; }
.modal-img { width: 100%; height: auto; }
@media(min-width:1200px){ .gallery-img { height: 220px; } }


.nice-select:after {
    border-bottom:0px solid #999;
    border-right: 0px solid #999;  
    line-height: 25px;
}
.nice-select {
line-height: 25px;
}
.nice-select.open .list {
    height: 100px;
    overflow-y: scroll;
}

.Signup-popup{
  background:#e90e41;
  color: #fff;
  font-weight: 600;

}
.Signup-popup:hover{
  background:#252525;
  color: #fff;
  font-weight: 600;

}
.top-header-right .btn{
    background: #e90e41; color:#fff;
}
.top-header-right .btn:hover{
    background: #252525; color:#fff;
}
 







