body {
    margin: 0;
    padding: 0;
  }
  
  .mainbox {
    background: rgb(232,232,232);
    background: radial-gradient(circle, rgba(232,232,232,1) 0%, rgba(255,255,255,1) 100%);
    padding: 20px;
  }
  
  .image-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .image-column {
    flex: 1 1 10%;
    margin-bottom: 20px;
    padding: 0 5px;
    box-sizing: border-box;
    margin-bottom: -2%;
  }
  
  .image-wrapper {
    position: relative;
    overflow: hidden;
  }
  
  .image {
    width: 100%;
    height: auto;
  }
  
  .image-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(247, 242, 242, 0.6);
    color: black;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
  }
  
  .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
  }
  
  .overlay-content {
    position: absolute;
    
    text-align: center;
  }
  
  .overlay-image {
    width: 50%;
    height: auto;
    margin: 10px;
  }
  
  .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: rgb(255, 253, 253);
    font-size: 30px;
    text-decoration: none;
  }
  
  .close-btn1 {
    position: absolute;
    top: 10px;
    right: 10px;
    color: rgb(255, 253, 253);
    font-size: 30px;
    text-decoration: none;
  }
  


  .overlay:target {
    display: block;
  }



  .footer1{

height: 48px;
font-family: 'Nunito Sans';
}
.footer_notes{
padding-top: 10px;
padding-bottom:16px;
height:46px;
font-size:16px;
font-weight:0px;
font-family: "Nunito Sans";
}


.leftbox{
float: left;
width: 25%;
}
.middlebox{
float: left;
width: 50%;
}
.rightbox{
float: right;


}
.ql{
font-size: 20px;
font-weight: bolder;
font-family:'Poppins', sans-serif ;
color: #ffffff;
}


/* LOGO LIST */
.logo-bar{
margin-bottom:-10px !important;
margin-top: -5%;
}

.logo-hr{
border-color: #000000;
margin-bottom:0px;
background-color: #d9d9d9;
margin-top:0px;
display: block;
}

.logo-caption{
font-weight: 800;
transform: translate(0, 45%);
text-transform:uppercase;
color:#d9d9d9;
margin-bottom: 10px;
font-family: 'Poppins', sans-serif;
}

.logo-bar__item img{
margin-top: -70px;
margin-bottom: 70px;
height:40px;

}

.hey{
font-size: 100%;
font-weight: 100;
}



  @media only screen and (max-width: 768px) {
    .image-column {
      flex: 1 1 100%;
    }

    .overlay-content {
    position: absolute;
    top: 40%;
    left: 40%;
    transform: translate(-40%, -40%);
    text-align: center;
  }
  
  .overlay-image {
    width: 40%;
    height: auto;
    margin: 10px;
  }
  }
  @media only screen and (max-width: 480px) {

    .leftbox{
width: 100%;
}
.middlebox{
width: 100%;
}
.rightbox{
width: 100%;

}

.ql{
margin-top: 20px;
font-size: 20px;
font-weight: bolder;
font-family:'Poppins', sans-serif ;
color: #ffffff;
}

.logo-bar{
margin-bottom:-10px !important;
margin-top: 60px;
}


.logo-caption{
font-weight: 800;
transform: translate(0, 185%);
text-transform:uppercase;
color:#d9d9d9;

font-family: 'Poppins', sans-serif;
}

.logo-bar__item img{
margin-top: -50px;
margin-bottom: 50px;
height:40px;

}
.footer-bottom{padding: 30px 0;margin-top: 10px;}
.footer-column-links a{font-size: 20px; color: rgba(255,255,255,.5);font-family: 'Poppins', sans-serif;text-transform: capitalize; display: block; line-height: 10px; margin-bottom: 12px;}
.footer-column-links a:last-child{margin-bottom: 0;}


    .image-column {
      flex: 1 1 5%;
      padding: 0 2px;
      margin-bottom: -10%;
      margin-right: 0%;
    }

    .close-btn1 {
    position: absolute;
    top: 10px;
    right: 0px;
    left: 240px;
    color: rgb(8, 8, 8);
    font-size: 30px;
    text-decoration: none;
  }
  
  



    .overlay-content {
    position: absolute;
    top: 40%;
    left: 26.5%;
    right: 20%;
    transform: translate(-40%, -40%);
    text-align: center;
  }
  
  .overlay-image {
    width:160%;
    height: auto;
    margin: 10px;
   
  }
  .footer1{

height: 48px;
font-family: 'Nunito Sans';
}
.footer_notes{
padding-top: 10px;
padding-bottom:16px;
height:46px;
font-size:12px;
font-weight:0px;
font-family: "Nunito Sans";
text-align: unset;
}

    } 

  .video-item2 {
width: 200px;
height: 260px;
object-fit: cover;
}
.video-item2 video {
width: 100%;
height: 100%;
object-fit: cover;
}
  

.felo{
 font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  
  font-size: 13px;
}
.menu-button {
display: none;
}

.menu-options {
display: none;
list-style-type: none;
padding: 0;
margin: 0;
}

.menu-options li {
padding: 20px;
font-size: 8px;
cursor: pointer;
color: #000;
}
.menu-options li:hover{
color: #b8cd06;
}

@media only screen and (max-width: 600px) {
.menu-button {
display: block;
cursor: pointer;
background-color: white;
padding: 0px;
text-align: center;
font-size: 13px;
}

.menu-options {
display: none;
background-color: white;
padding: 0px;
font-size: 13px;
}

.menu-options li {
padding: 0px;
font-size: 8px;
cursor: pointer;
}
}
@media only screen and (max-width: 480px) {
.menu-button {
display: block;
position: relative;
cursor: pointer;
background-color: white;
padding: 0px;
text-align: center;
font-size: 13px;
}

.menu-options {
display: none;
background-color: white;
padding: 0px;
font-size: 13px;
}

.menu-options li {
padding: 0px;
font-size: 8px;
cursor: pointer;
color: #000;
}
.menu-options li:hover{
color: #b8cd06;
}
}


.paginationsel {
        display: flex;
        justify-content: center;
        list-style: none;
        padding: 0;
    }
    .paginationsel a {
        color: black;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color 0.3s;
    }
    .paginationsel a.active {
        background-color: #09f121;
        color: white;
    }
    .paginationsel a:hover:not(.active) {
        background-color: #ddd;
    }
   