.logos-main1 img{
    width: 100%;
    margin-top: 10px;
}
.logos-main1 h2{
   font-size: 18px;
   color: rgb(0, 0, 0);
    text-align: center;
}

.logos-main img{
    width: 100%;
    margin-top: 10px;
}
.logos-main h2{
   font-size: 22px;
   color: rgb(0, 0, 0);
    text-align: center;
}
.logos-main h3{
   font-size: 14px;
   color: rgb(0, 0, 0);
    text-align: center;
}
.logos-main{
    margin-top: 10px;
}
.ev-logos-all{
    padding: 40px 0 40px 0;
}
#mainmenu>li::before{
    display: none;
}
.menu-item.dropdown::after {
    font-family: FontAwesome;
    content: "\f054";
    padding-left: 10px;
    color: red;
    font-size: 12px;
}
.custom-button {
    background: linear-gradient(45deg, #A8CF45, #00AFEF);
    border: 3px solid transparent;
    border-radius: 30px;
    color: white;
    padding: 5px 40px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.4s ease, box-shadow 0.4s ease, transform 0.3s ease, border 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  .custom-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 300%;
    height: 300%;
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(-100%) rotate(45deg);
    transition: transform 0.4s ease;
    z-index: -1;
  }

  .custom-button:hover::before {
    transform: translateX(0) rotate(45deg);
  }

  .custom-button:hover {
    background: linear-gradient(45deg, #00AFEF, #A8CF45);
    border: 3px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4), 0 0 20px rgba(168, 207, 69, 0.7);
    transform: scale(1.1);
  }

  .custom-button:focus {
    outline: none;
  }
  .custom-button1{
    display: block;
    width: 90%;
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    background: linear-gradient(45deg, #a8cf45, #00aeef);
    border: none;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    margin-top: 20px !important;
    margin: auto;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.custom-button1:hover {
    background: linear-gradient(45deg, #00aeef, #a8cf45);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    color: white;
    font-weight: 700;
}
.overlay-top-inner h3 {
  font-size: 40px;
}
ul li.separator {
  border-bottom: 1px solid #ccc; /* Line styling */
  
  margin: 8px 0; /* Adds space around the line */
}