@charset "utf-8";
/* CSS Document */

.pest_gallery h6 {
  text-align:center;
  margin:0;
}

.anti_ter {
  padding-bottom:0 !important;
}

.pest_gallery .gallery_cont {
  display:flex;
  justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	padding:0;
	margin-top:40px;
}

.pest_gallery .service_gallery {
  margin-top:0px !important;
}

.pest_gallery .gallery_cont li {
 margin:1px;
}

.pest_gallery .gallery_cont li img {
  -webkit-transition:all 0.4s ease;
  -moz-transition:all 0.4s ease;
  -ms-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.pest_gallery .gallery_cont li img:hover {
  opacity:0.8;
}





