
    .iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
  

.announcement-topbar {
    border-bottom: 1px solid #467fbf;
    color: #fff;
    height: 80px; /* Keep the desired height */
    background: #0c52a0;
    padding: 45px 0; 
    
    /* --- Flexbox additions for centering --- */
    display: flex; /* 1. Turn the container into a flex container */
    justify-content: center; /* 2. Center content horizontally */
    align-items: center; /* 3. Center content vertically */
    text-align: center; 
}
  .announcement-topbar a {
    color: #fff;       /* Sets the text color to white */
    font-weight: bold; /* Makes the text bold */
    text-decoration: none; /* Optional: Removes the default underline */
}
  
.slicknav_btn {
 top: 95px!important; 
}
  
.navbar.scroll {
    padding-top: 20px!important;  
}
  