<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="col-lg-2 col-md-2 col-sm-3 col-xs-6 cloumn-box"> <a href="#">
<div class="animate-concetto">
<div class="top-bx imgaspmvc"> <span class="pulse"></span> </div>
<div class="btm-bx-txt">ASP.Net MVC<br>
Development </div>
</div>
</a> </div>
.cloumn-box {
padding: 20px 40px!important;
min-height: auto!important;
text-align: center;
}
.cloumn-box a {
float: left;
width: 100%;
margin: 0 0 60px;
}
.animate-concetto {
position: relative;
letter-spacing: 1px;
text-transform: uppercase;
background-color: #fff;
display: inline-block;
line-height: 70px;
width: 100px;
height: 100px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
text-decoration: none;
color: #fff;
margin: 0 auto;
-moz-transition: all 275ms cubic-bezier(.53, -.67, .73, .74);
-o-transition: all 275ms cubic-bezier(.53, -.67, .73, .74);
-webkit-transition: all 275ms cubic-bezier(.53, -.67, .73, .74);
transition: all 275ms cubic-bezier(.53, -.67, .73, .74);
box-shadow: 5px 5px 5px #dedddd;
}
.top-bx {
text-align: center;
min-height: 70px;
text-align: center;
margin: 15px auto 20px;
float: none;
max-width: 70px;
/* background-image: ;*/
}
/*
.top-bx {
float: left;
width: 100%;
margin: 0 0 15px;
}
*/
.animate-concetto .pulse {
position: absolute;
top:0px;
left:0px;
width: 100%;
height: 100%;
opacity: 0;
background: 0 0;
border: 3px solid #d2e8f9;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
-moz-transition: all .3s cubic-bezier(.53, -.67, .79, .74);
-o-transition: all .3s cubic-bezier(.53, -.67, .79, .74);
-webkit-transition: all .3s cubic-bezier(.53, -.67, .79, .74);
transition: all .3s cubic-bezier(.53, -.67, .79, .74);
}
.animate-concetto:hover .pulse {
opacity: 1;
border: 3px solid #d2e8f9;
-moz-transform: scale(1.15);
-ms-transform: scale(1.15);
-webkit-transform: scale(1.15);
transform: scale(1.15);
-moz-transition-timing-function: cubic-bezier(.37, .74, .15, 1.65);
-o-transition-timing-function: cubic-bezier(.37, .74, .15, 1.65);
-webkit-transition-timing-function: cubic-bezier(.37, .74, .15, 1.65);
transition-timing-function: cubic-bezier(.37, .74, .15, 1.65);
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
.animate-concetto:hover {
background-color: #d2e8f9;
-moz-transition-timing-function: cubic-bezier(.37, .74, .15, 1.65);
-o-transition-timing-function: cubic-bezier(.37, .74, .15, 1.65);
-webkit-transition-timing-function: cubic-bezier(.37, .74, .15, 1.65);
transition-timing-function: cubic-bezier(.37, .74, .15, 1.65);
box-shadow: none;
}
.right-app-details .btm-bx-txt {
text-align: center;
color: #0a0d44!important;
font-size: 16px;
float: left;
width: 100%;
line-height: normal;
margin: 15px 0 0 -30%;
min-width: 160px;
}