    .left-side {
  float: left;
  width: 25%;
padding: 0px 0px 0px 0px !important;
    margin-right: 12px;
    background: #fff;
}


.right-side {
  float: right;
  width: 25%;
  padding: 1%;
      padding: 0px;
    padding-right: 20px;
}


.content1{

    margin-top: 14px;
}

.rna-logo{
    width: 40%;
}


@meadia(max-widht: 576px){
    .rna-logo{
    width: 90%;
}
.content1 img {
    max-width: 100%;
    width: 100%;
}

}


.mob-hide{
    display: flex;
}
.mob-show{
    display: none;
}

@media(max-width: 576px){

.moring-star img{
    width:160px !important
}
.mob-hide{
    display: none !important;
}
.mob-show{
        display: block !important;

}

}
@media(max-width: 768px){

.mob-hide{
    display: none !important;
}
.mob-show{
        display: block !important;

}

}
.vish-btn .thumbnail {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* gap: 56px; */
    margin-top: 60px;
}

.renew-power-energy-details.vish-btn {
    position: absolute;
    top: 50%;
    left: 7%;
    right: auto;
    height: auto;
    bottom: auto;
    width: 100%;
    max-width: 100%;
    z-index: 4;
    transform: translate(-7%,-50%);
}

@media only screen and (max-width: 991px){
.vish-btn .thumbnail .youtube-play-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0px;
    width: 60px;
    height: 60px;
}
}


@media only screen and (max-width: 991px){
.culture-img img {
    height: auto;
}
}


@media screen and (orientation:portrait) and (min-device-width: 577px) and (max-device-width: 768px) {
    .{
        width: 100%;
    }
    .mob-hide{ display: none !important; }
.mob-show{ display: block !important; }
}


.content1 img {
  max-width: 100%;
}
.moring-star img{
    width: 200px
}




* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  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);
}
*/
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
      padding: 6px 10px;
    position: absolute;
    top: 36px;
    background: #8EC13f;
    left: 3%;
    border-radius: 18px;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

#zooming-banner {
    margin-top: 18px;
}

/*  .scroll-custom .col-sm-3 article::-webkit-scrollbar {*/
/*    width: 2em;*/
/*    height: 2em*/
/*}*/
/*.scroll-custom article::-webkit-scrollbar-button {*/
/*    background: #ccc*/
/*}*/
/*.scroll-custom article::-webkit-scrollbar-track-piece {*/
/*    background: #888*/
/*}*/
/*.scroll-custom article::-webkit-scrollbar-thumb {*/
/*    background: #eee*/
/*}*/

/* Custom scrollbar for iframe container */


/* Apply custom scrollbar to iframe container */
.scroll-custom {
    overflow: auto; /* Ensure the content can scroll */
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: red blue; /* Firefox */
}

/* For WebKit-based browsers (Chrome, Safari) */
.scroll-custom::-webkit-scrollbar {
    width: 8px;
    height: 8px; /* For horizontal scrollbar */
}

.scroll-custom::-webkit-scrollbar-track {
    background: blue;
}

.scroll-custom::-webkit-scrollbar-thumb {
    background-color: red;
    border-radius: 10px;
    border: 2px solid #f1f1f1;
}

.scroll-custom::-webkit-scrollbar-thumb:hover {
    background: #555;
}

    /* Container styling */
    #posts-container {
      display: flex;
      flex-wrap: wrap;
      /*gap: 20px;*/
      justify-content: center;
    }

    /* Individual post styling */
    .col-sm-4 {
      background-color: #ffffff;
      border: 1px solid #ddd;
      /*border-radius: 8px;*/
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: transform 0.3s, box-shadow 0.3s;
      padding: 0px;
    }

    .col-sm-4:hover {
      /*transform: translateY(-5px);*/
      box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    }

    /* Styling for the iframe */
    iframe {
      border: none;
      border-radius: 0;
    }
    
      #load-more {
      display: block;
      margin: 20px auto;
      padding: 10px 20px;
      font-size: 16px;
      color: #ffffff;
      background-color: #73bf44;
      border: none;
      border-radius: 25px;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    #load-more:hover {
      background-color: #005582;
    }

    #load-more:disabled {
      background-color: #cccccc;
      cursor: not-allowed;
    }


  .mySlides {
    display: none;
  }

  .mySlides img {
    width: 100%;
    height: 500px; /* Set the desired fixed height */
    object-fit: cover; /* Ensure the image covers the area without distortion */
  }
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }

  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }

    .decarb-filter a img {
        filter: invert(63%) sepia(73%) saturate(381%) hue-rotate(53deg) brightness(92%) contrast(86%);
    }

    .decarb-filter img {
        padding-right: 12px;
        margin-right: 12px;

    }

    .decarb-filter img::after {
        content: "";
        border-right: 2px solid #73be43;


    }

    .decarb-filter a {}

    .decarb-filter .our-green-card {
        /* padding: 50px 0; */
        padding: 19px 5%;
        display: flex;
        border: 2px solid #73bf44;
        border-radius: 9px;
    }

    .decarb-filter {
        margin-bottom: 25px;
    }

    .decarb-con {
        width: 60%;
    }

    .decarb-con p {
        word-wrap: break-word;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -o-text-overflow: ellipsis;
        word-spacing: -1px;
        -webkit-line-clamp: 3;
    }

    .decarb-con h4 {
        margin-top: 0px !important;
    }

    .our-green-card:hover {
        transform: scale(1.1);
        background: #fff;
    }

    .our-green-card:not(:hover) {
        transform: scale(1);
        background: #fff;
        transition: 1s;
        cursor: pointer;
    }
.wef25py{padding: 50px 0 !important;}
.wef25pt50{ padding: 50px 0 30px;}
.wef25py20{padding: 20px 0 30px;}
.wef25p-30{ padding: 0 0 30px;}
.wef2_bgf4{background: #f4f4f4;}
.wef2_bnbsn{
      border: none;
    box-shadow: none;
}
.wef25-ds{width:100%;     object-position: top;}