
.news-events{
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;

}
.news-events p
{
    margin-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color:#7A7A7A;
}
.news-events img{
    max-height: 220px;
    min-height: 220px;
    border-radius: 0;
    object-fit: cover;
}
.news-events .img-wrap a{
  cursor: pointer;
}
.news-events .icon{
    margin-right: 10px;
}
.page-header .entry-title{
  display: none;
}
.event-details{
  padding: 80px 0 10px;
}
.event-details .d-flex{
    display: flex;
    gap: 40px;
    align-items: center;
    padding-bottom: 20px;
}
.event-details .back{
  color: #7a7a7a !important;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;

}
.event-details .back:hover{
  color: #000 !important;
  
}
.event-details .d-flex .col-6{
    max-width: 50%;
    flex: 1;
}
.event-details  .elementor-button-wrapper a{
    text-decoration: none;
}
.event-details .icon-wrap {
    display: flex;
    /* align-items: center; */
    margin-bottom: 15px;
}
.event-details .link{
    margin-bottom: 20px;
}
.event-details  .icon{
    margin-right: 15px;
}
.event-details .link a{
    color: #827c7a !important;
    text-decoration: none;
}
.event-details .link a:hover{
    color: #827c7a !important
}
.event-details .icon-wrap p{
    margin: 0;
}
.event-details p{
    margin: 20px 0;
}
.event-details .elementor-button{
    color: #fff !important;
    cursor: pointer;
}
.event-details img{
    width: 100%;
    object-fit: cover;
    min-height: 450px;
}
.img-gallery{
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 100px;
}
.img-gallery .gallery-item{
    max-width: 100% !important;
    margin: 0 !important;
}
.img-gallery img{
    width: 100%;
    height: 250px !important;
    object-fit: cover;
    cursor: pointer;
}
.img-gallery iframe{
    width: 100%;
    height: 200px;
}
.tabs-content div:not(:first-child) {
    display: none;
}
.gallery-heading h2{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-bottom: 1px solid #006608;
  }
  .gallery-heading{
    position: relative;
    margin: 20px 0 60px;
    padding-bottom: 20px !important;
  
  }
  .nav-tabs li{
      list-style: none;
  }
  .gallery .nav-tabs{
    margin: 0;
  }
  .gallery .tabs-content .tab-content{
    padding-top: 50px;
  }
  .gallery-heading h2 span{
    display: inline-block;
    top: 20px;
    padding: 0 15px;
    background: #fff;
    position: relative;

  }

.event-banner-wrap{
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
}
.event-banner{
  position: absolute;
  /* top: 0; */
  bottom: 20px;
  width: 225px;
  right: -60px;
  z-index: 999;
}
.banner-icon img{
  max-height: 150px;
  border-radius: 10px !important;
}
  
  /* The Modal (background) */
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    margin: 30px auto;
    padding: 0;
    width: 90%;
    min-height: 96vh;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
  }
  
  /* The Close Button */
  .modal .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: normal;
  }
  
  .modal .close:hover,
  .modal .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  .mySlides {
    display: none;
    text-align: center;
  }
  
  .mySlides img{
      max-height: 500px;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
   /* Position the "next button" to the right */
   .prev {
    left: 0;
    border-radius: 0 3px 3px 0;
  }
  
  .w-100{
    width: 100%;
  }
  
 
  @media (max-width:1024px) {
    .event-banner{
      position: static;
      margin: 0 auto;
    }
    .img-gallery {
      grid-template-columns: repeat(2, 1fr);
  }
  .event-details .content .d-flex
  {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .event-details p {
    margin: 10px 0;
}
  
  }
  
  @media (max-width:991px) {
    .event-details .d-flex{
      flex-direction: column;
    }
    .event-details .d-flex .col-6{
      max-width: 100%;
    }
  
    .event-banner{
      position: static;
    }
    .event-details img{
      min-height: initial;
    }
 
  }
@media (max-width:767px) {
    .news-events {
        display: block;
    }
    .event-details .content .d-flex {
      flex-direction: column;
        gap: 0;
        align-items: flex-start;
  }
  .event-details .content .d-flex p{
    margin: 10px 0;
  }
    .img-gallery {
        grid-template-columns: 1fr;
    }
}