.our_solutions{margin:0 -25px;}
.our_solutions li{width: 33.33%;padding: 0 25px;margin-bottom: 50px;}
.solution-item-block, .product-block{
	position: relative;display: block;
}
.our_solutions li .product-block:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.20);
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.our_solutions li .product-block:hover:before  {
    background: rgba(0,0,0,0.57);
}
.pro-caption{
	transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.our_solutions li .product-block:hover .pro-caption{
	transform: translate(0, -36%);
}

.our_solutions li .product-block:hover .shop-txt{
		transform: translateY(1px);
    -webkit-transform: translateY(1px);
}

/*===================== Start Media Query ================*/



@media screen and (max-width:1440px){
	.product-block .shop-txt:after{
		right: -15px;
	}
}

@media screen and (max-width:1120px){
	.product-block .shop-txt:after{
		content: none;
	}
	.our_solutions{margin:0 -12px;}
	.our_solutions li{padding: 0 12px;margin-bottom: 24px;}
}

@media screen and (max-width:1024px){
	.product-block:hover .shop-txt, .product-block .shop-txt {
    transform: translate(0, 0);
    opacity: 1;
}
.our_solutions li .product-block:hover .pro-caption, 
.our_solutions li .product-block .pro-caption {transform: translate(0, 0);}
}
@media screen and (max-width:992px){
	.product-block .proheader:after, .product-block .shop-txt:before{content: none;}
	.product-block .proheader{
	font-size: 16px;
    padding: 10px;
    text-align: center;
    width: 100%;
   min-height: 50px;
background-color: transparent;
display: flex;
align-items: flex-start;
    justify-content: center;
}
	.product-block:hover .shop-txt, .product-block .shop-txt {position: relative; text-align: center;}
	.pro-caption {position: relative;bottom: inherit;
text-align: center;}
    .our_solutions li .product-block::before{content: none}
}
@media screen and (max-width:768px){
	.our_solutions li{padding: 0 6px;margin-bottom: 12px;}
	.our_solutions {margin: 0 -6px;}
    .product-block .proheader{font-size: 15px;line-height: 20px;}
}
@media screen and (max-width:580px){
	.our_solutions li{width: 50%;}
    .product-block:hover .shop-txt, .product-block .shop-txt{display: none}
	
}
@media screen and (max-width:380px){
	.our_solutions li{width: 50%;}
	.product-block .proheader{height: 100%;}
	
}
@media screen and (max-width:360px){
	.our_solutions li{width: 100%;}
	
	
}