.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* Black background with 50% opacity */
    opacity: 0; /* Hide the overlay by default */
    transition: opacity 0.3s ease; /* Smooth transition for overlay */
    z-index: -1;
  }
  
  /* Show overlay on hover */
  .inner-box:hover .overlay {
    opacity: 1;
  }
  
  /* Make sure the content is above the overlay */
  .inner-box .inner-box-content {
    position: relative;
    z-index: 1;
  }
  .modal-backdrop {
    position: static !important;
  }



  .colnews{
  /* width: 360px;  */
    height: 300px;
    display: flex;
    flex-flow: column;
}
.mycard img{

    width: 200px;
 
 
}
.colnews .mycard{
    background-size: 0;
    background-position: center;
    box-shadow: none;
    border-color: #eee;
}
.colnews .mycard:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  /* background-color: #009688; */
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    opacity: 0;
}
.colnews .mycard:hover{
    background-size: 100%;
    color: #fff;
}
.colnews .mycard:hover:before{
    opacity: 1;
}
.colnews .mycard:hover p{
    color: #fff;
    opacity: .9;
}

.colnews .mycard .newscont{
    padding: 10px;
}
.colnews .mycard .newscont .nwhead{
    margin-bottom: 0;
}
.colnews .mycard .newscont .nwhead .nwcont{
  max-width: calc(100% - 60px);
}


.mycard.bglight{
    background-color: rgb(236 98 32 / 5%);
    box-shadow: none;
}
.mycard .newscont,
.mycard .cardbody{
    padding: 15px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    position: relative;
}
.mycard .newscont .nwhead{
    display: flex;
    flex-flow: wrap;
    margin-bottom: 0.5rem;
}
.mycard .newscont .nwhead h6{
    margin: 0;
    flex: 1 0;
    font-size: .85rem;
    max-height: 40px;
    overflow: hidden;
}
.mycard .hauto p{
    max-height: none;
}
.mycard .date{
    /* background-color: #1f3813;
   background: linear-gradient(90deg, #296648, #085a06);  */
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: .6rem;
    padding: 2px 8px;
    line-height: normal;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 0.3rem;
    z-index: 5;
    pointer-events: none;
}
.mycard .date .dd{
    font-size: .8rem;
    font-weight: 600;
    margin-right: 3px;
}
.mycard .newscont .morebtn{
    margin-top: .5rem;
    margin-right: 0;
    margin-left: auto;
}
.mycard .newscont .nwhead .nwcont{
    flex: 1 0;
    font-size: .875rem;
   /* padding-left: 10px;  */
    margin-left:50px
 
}
.mycard .newscont .nwhead .nwcont p{
    max-height: 40px;
    line-height: 1.4;
}

@media(max-width:767px){
.colevent,
.colnews{
    width: 100%;
}
.colnews .mycard{
    max-width: 100%;
}
}

@media(max-width:575px){
.mycard .newscont .nwhead h6{
    max-height: 35px;
}
.mycard .newscont .nwhead .nwcont p{
    max-height: 40px;
}
.slidenavbtn{
  display:none;
}
.mycard img{

  height: 200px !important;
  width: 200px;
}
.mycard .newscont .nwhead .nwcont{
  margin-left:60px
}

}

.swiper2row{
    height: 330px;
}
.swiper2row .swiper-slide{
    height: calc((100% - 30px) / 2) !important;
}
@media(max-width:575px){
 /* .swiper2row{
    height: 270px;
}  */
}
.loadimg{
  border-radius:0px !important;
}
.mycard{
  border: 1px solid #eee;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  height: 100%;
  position: relative;
 /* max-width: 512px;  */
  width:512px;
  margin-left: auto;
  margin-right: auto;
  border-radius: .3rem;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.mycard.grid{
  flex-flow: wrap;
  max-width: none;
}
.mycard.center{
  text-align: center;
}
.mycard p{
   /* overflow: hidden;  */
  margin: 0;
  font-size: .875rem;
 /* max-height: 62px;  */
  opacity: .8;
}
.mycard .cardimg{
  margin: 10px;
  margin-bottom: 0;
  border-radius: .3rem;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.mycard .cardimg:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 30%);
}
.mycard.normal .cardimg:after{
  display: none;
}
.mycard .cardimg img{
  width: 100%;
  object-fit: cover;
  height: 240px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.mycard:hover .cardimg img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.mycard.normal:hover .cardimg img{
  transform: none;
  -webkit-transform: none;
}
.mycard .cardimg.icon{
  width: 40px;
  border-radius: 0;
  overflow: unset;
  margin: auto;
  margin-top: 1rem;
}
.mycard .cardimg .nwdate{
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: #fff;
  font-size: .75rem;
  background-color: rgb(0 0 0 / 50%);
  padding: 3px 8px;
}
.mycard .cardcont{
  padding: 15px;
}
.mycard.normal .cardcont{
  padding: 10px;
}
.ser-title li{
list-style: circle !important;
font-family: sans-serif;
}

@media screen and (max-width:576px) {
.ser-title li{
  list-style: circle !important;
  margin-left:6px
  }

}
.ser-title h3{
font-size:24px !important;
font-family: sans-serif;

}
/* .modal-body img{
  width: ;
} */