.gallery-box-item {
  position: relative;
  margin-bottom: 30px;
  border: 2px solid #666;
  overflow: hidden;
}
.gallery-box-item img {
  width: 100%;
  height: 250px;
  filter: blur(0px);
  transition: 0.5s;
}
.gallery-box-item:hover img {
  filter: blur(2px);
  transition: 0.5s;
}

.gallery-box-item h4 {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  color: #fff;
  background: repeating-linear-gradient(0deg, black, transparent);
  padding: 10px;
  transition: 0.5s;
  margin-bottom: 0;
  font-size: 16px;
}
.gallery-box-item:hover h4 {
  padding: 40px;
  transition: 0.5s;
}

h2.gallery-title-page {
  color: #ffbb00;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  font-size: 24px;
}
.breadcrumb-section {
  margin-bottom: 0;
}
.archive-img-gallery {
  width: 100%;
  height: 180px;
  border: 1px solid #000;
  margin-bottom: 30px;
}
.lg-sub-html h4 {
  color: #fff;
}
.lg-sub-html p {
  color: #ccc;
}
h2.archive-gallery-title {
  color: #333;
  margin-bottom: 5px;
  font-size: 25px;
}
p.archive-gallery-des {
  color: #333;
  font-size: 13px;
}
.lg-actions .lg-next, .lg-actions .lg-prev{
 border:none;
}



/* deputies start */
.slider-deputies img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.slider-deputies img{
  border: 3px solid #ccc;
}
.slider-deputies {
  padding: 40px 0px;
}
.news-deputies{
  padding: 40px 0px;
}
.pdf-file-deputies{
  padding: 40px 0px;
}
.pdf-list-deputies {
  display: flex;
  flex-wrap: wrap;
}
.pdf-item-deputies {
  background: #eee;
  padding: 15px;
  border: 3px solid #ccc;
}
.pdf-item-deputies img{
  width: 100%;
}
.pdf-item-deputies h3{
  margin-bottom: 0;
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
}

/* deputies end */
