
.padding_0 {
	padding: 0 !important;
}

.img-responive {
	max-width: 100%;
}

.gallery_blog img {
	width: 100%;
	min-height: 295px;
}

.gallery_blog {
    position: relative;
}

.gallery_blog .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(33,47,60,.9);
}

.gallery_blog h2 {
    color: #fff;
    line-height: 287px;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

.gallery_section{
	width: 100%;
	float: left;
}

.gallery_main{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.gallery_taital{
 	width: 100%;
 	float: left;
 	color: #383737;
 	font-size: 50pt;
}

.our_text{
	color: #fa3e19;
	border-bottom: 3px solid #111111;
}

.gallery_maain{ width: 100%; float: left; margin-top: 50px; }

.layout_padding2 {padding-top: 60px;}

.gallery_blog{
  position: relative;
  width: 100%;
}

.gallery_blog:hover .overlay {
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}
