.gallery{
    position: relative;
    width: 100%;
    height:75vh;
    margin-bottom: 3%;
}
.gallery-container{
    position: relative;
    height: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F5F5F5;
    color: #1A1A1A;
    font-weight: 600;
}
.gallery-wrapper{
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    width: 65%;
    padding-right: 0%;
    gap: 1em;
}
.gallery-block{
    color: #9F9F9F;
    cursor: pointer;
    /* margin-left: 3%; */
}
.active_gallary{
    color: #1A1A1A;
}

[class^="gallery-button-"] {
    width: 4%;
    opacity: 1;
    transition: all .3s ease;
    position: absolute;
    top: 55%;
    /* left: 0%; */
    height: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.gallery-button-next {
    right: 0%;
}
.gallery-button-prev {
  left: 0%;
}
[class^="gallery-button-"] i {
    color: white;
    font-size: 2em;
  }
  .swiper-gallery-container {
    width: 100%;
    height: 75vh;
    /* // display:inline-block;
    // vertical-align:top; */
    float:left;
    transition:opacity .6s ease, transform .3s ease;
    position: relative;
  }
  .main-gallery-slider{
    width: 100%;
  }
  .main-swiper-gallery-wrapper{
    height: 100%;
    width: 100%;
  }
  .main-swiper-gallery-wrapper .swiper-gallery-slide{
    /* overflow: hidden;
    backface-visibility:hidden; */
    position: relative;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,1) 60%, #424242 66%, rgba(0,0,0,1) 79%);
  }
  .main-swiper-gallery-wrapper .swiper-gallery-slide .entity-img{
    /* display:none; */
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0.7;
  }
  .swiper-gallery-slide .content{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    padding-bottom: 4%;
    color: white;
    font-size: 1.2em;
  }
  .active_galary_title{
    color: black !important;
    font-weight: 900;
  }


  /* **********************job gallary desing css start ******************* */
  .swiper-job_gallery-container{
    height: 45vh;
    float: left;
    transition: opacity .6s ease, transform .3s ease;
    position: relative;
    /* background: gray; */
  }
  .swiper-job_gallery-wrapper, .main-swiper-job_gallery-wrapper{
    display: flex;
    justify-content: space-around;
    height: 100%;
    /* background: red; */
    /* width: 100%; */
    margin: 0% 4%;
  }
  .swiper-job_gallery-slide{
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 98% !important;
    width: 27.33%;
    /* background: yellow; */
    margin: 0% 0.1%;
    box-shadow: 0px 2px 19px 4px #B1B1B140;
  }
  .swiper-job_gallery-slide > .content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
  }
  .job_banner{
    width: 100%;
    object-fit: contain;
    height: 15vh;
  }
  .swiper-job_gallery-slide > .content p{
    text-align: center;
  }
  .swiper-job_gallery-slide > .content > h3, .description, .job_gallery_btn{
    padding: 0% 5%;
  }
  .swiper-job_gallery-slide > .content > h3, .job_gallery_btn{
    color: #0B3E55;
    font-weight: 700;
  }
  [class^="job_gallery-button-"] {
    /* width: 4%; */
    opacity: 1;
    transition: all .3s ease;
    position: absolute;
    top: 45%;
    /* left: 0%; */
    height: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.job_gallery-button-next {
    right: 0%;
}
[class^="job_gallery-button-"] i {
    color: black;
    font-size: 2em;
  }

  /* css for job deatils page */
  .job_vacancy_detail_page{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    position: relative;
    min-height: 100vh;
    margin: 5% 0%;
    flex-wrap: wrap;
  }
.job_vacancy_detail_row{
    width: 89%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
.job_vacancy_detail_body{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 1em;
    width: 80%;
}
  .Job_deatils_title{
    display: flex;
    flex-direction: column;
    gap: 2em;
  }
  .job_vacancy_detail_title{
    /* display: flex;
    justify-content: space-around;
    align-items: center; */
    display: flex;
    justify-content: left;
    align-items: flex-end;
  }
.job_vacancy_title_image_icon{
    display: flex;
    /* justify-content: center; */
    justify-content: flex-start;
    align-items: center;
    width: 25%;
}
  .job_vacancy_title_image_icon img{
    width: 70%;
    object-fit: contain;
    /* background: wheat; */
    border-radius: 100px;
  }
  /* .job_vacancy_title_details{
    width: 50%;
  } */
  .job_vacancy_title_date{
    height: 5em;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .Job_deatils_title ul{
    padding-left: 15px;
  }
  .Job_deatils_title ul li{
    list-style: disc;
  }
  .job_vacancy_detail_content button{
    background: #149fdf;
    padding: 2%;
    border: none;
    border-radius: 5px;
    margin: 2% 0%;
    text-align: center;
  }
  .job_vacancy_detail_content button a{
    color: #FFF;
  }
  .download_button_div button{
    background: #149fdf;
    padding: 2%;
    border: none;
    border-radius: 5px;
    margin: 2% 0%;
    text-align: center;
  }
  .download_button_div button a{
    color: #FFF;
  }
  /* **********************job gallary desing css end ******************* */


  /* start css for about us page for timeline slider */
  .about_us_timeline{
    margin-bottom: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .about_us_timeline_container{
    position: relative;
    /* height: 15vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F5F5F5;
    color: #1A1A1A;
    font-weight: 600;
    padding: 2% 0%;
    width: 100%;
  }
  .about_us_timeline-wrapper{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    padding-right: 0%;
    flex-wrap: wrap;
  }
  .main-aboutus-timeline-container{
    width: 100%;
    position: relative;
    top: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3% 0%;
  }
  .main-aboutus-timeline-wrapper{
    display: flex;
    justify-content: center;
    width: 76%;
    align-items: center;
    text-align: center;
  }
  .timeline_click{
    /* width: 2% !important; */
  }
  .timeline_click > .content{
    display: flex;
    justify-content: center;
    align-items: center;
  }
   /* end css for about us page for timeline slider */

   /* **************** css for main gallery page started *************** */
.main_gallery_album_list{
  display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 3%;
}
.main_gallery_album_list_show{
  width: 100%;
    display: flex;
    justify-content: center;
    align-items: self-start;
    flex-wrap: wrap;
    gap: 1em;
}
.main_gallery_album_list_body{
    margin: 0% 1%;
    display: flex;
    justify-content: stretch;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 2px 19px 4px #b1b1b140;
    width: 25%;
    min-height: 36vh;
    /* max-height: 36vh; */
    overflow: hidden;
    margin-bottom: 2em;
}
.main_gallery_album_list_body_img{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 25vh;
}
.main_gallery_album_list_img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_gallery_album_date_block{
  width: 100%;
  text-align: left;
  padding: 3% 1% 3% 3%;
}
.main_gallery_album_date_block > h2{
  font-size: 1em;
  color: #00405E;
}
.main_gallery_album_date_block > p{
  color: #2C2C2C;
  /* font-family: nunito; */
}


/* album list gallery css start */
.main_gallery-container{
  /* display: flex;
  justify-content: center;
  align-items: center;
  margin: 0% 5%;
  flex-wrap: wrap; */
  margin-bottom: 3em;
}
.album_image_list{
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0% 5%;
  flex-wrap: wrap;
  gap: 0.3em;
}
.gallery-item{
  width: 30%;
  cursor: pointer;
  /* padding: 0.2%; */
}
.album_image_list > a > img {
  width: 100%;
  height: 40vh;
  object-fit: cover;
}
.video_link{
  width: 40%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.5em;
  align-items: center;
}
.video_link iframe{
  height: 25em;
  width: 90%;
}

.heading-section-album{
  margin-bottom: 2%; 
  margin-top: 2%
}

.album-description{
  margin-top: 1%;
}

.swiper-gallery-slide {
  position: relative;
}

.description-homepage-gallery {
  position: absolute;
  bottom: 10px; /* Adjust the value as needed to set the desired margin from the bottom */
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7); /* Background color for readability */
  color: #fff; /* Text color */
  padding: 5px 10px; /* Padding for the caption */
  border-radius: 5px; /* Rounded corners for the caption */
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; /* Truncate long captions if needed */
}
.active_gallery_title {
  color: black !important;
  font-weight: 900;
}



      /* ************* css for main gallery page ended **************** */

  @media (max-width: 768px) {
    .gallery-container{
      /* display: none; */
    }
    [class^="gallery-button-"] {
      width: 12%;
    }
    .job_vacancy_detail_row, .job_vacancy_detail_title, .album_image_list{
      flex-direction: column;
      gap: 1em;
    }
    .job_vacancy_detail_body{
      width: 100%;
    }
    .main_gallery_album_list_body{
      width: 60%;
    }
    .gallery-item{
      width: 85%;
    }
    .job_vacancy_title_image_icon img{
      display:none
    }
    .main_gallery_album_list_show, .video_link{
      width: 100%;
    }
  }