.img{
    border-radius: 0px;

}
.portfolio .col2 .grid-item {
    width: 49%;
	padding:15px;
}
.portfolio .col3 .grid-item {
    width: 33.33%;
    margin: 0;
    padding: 15px;
}
.portfolio .col3 .grid-item .box20 img {
    width: auto;
    height: 380px;
    border-radius: 0px;
    max-width: inherit;
    margin-left: -150px;
}
.portfolio .col4 .grid-item {
    width: 25%;
    margin: 0;
    padding: 0;
}
.gallery-image figcaption {
position: absolute;
bottom: 0px;
left: 28px;
background: #fff;
width: 85%;
padding: 30px 15px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
opacity: 0;
color: #222;
font-size: 16px;
letter-spacing: 1.8px;
font-weight: 500;
    text-align: center;
}
.gallery-image figcaption h4{
    text-transform: inherit;
}
.gallery-image:hover figcaption {
   opacity: 1;	
    bottom:30px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;	
    border-radius: 15px;

}
.gallery-image figcaption h4{
    font-weight: 600;
    font-size: 20px;
}
.gallery-image figcaption span{
    color: #76c21b;
    font-size: 14px;
     position: relative;
    padding-left: 40px;
    display: inline-block;
    margin-bottom: 15px;
}
.gallery-image figcaption span::before {
    content: "";
    width: 30px;
    position: absolute;
    height: 2px;
    background: #76c21b;
    top: 50%;
    left: 0;
}
.gallery-image figcaption .icon {
    position: absolute;
    right: 0;
    background: #3763eb;
    width: 45px;
    height: 45px;
    line-height: 45px;
    top: 0;
    color: #fff;
    text-align: center;
    font-size: 40px;
}
.gallery-image img {
    margin-bottom: 0;
}
.portfolio .gallery-image{
     margin-bottom: 0;
}
.button-group {
    padding-bottom: 15px;
}


