<div class="bg-light py-5 service-11">
<div class="container">
<!-- Row -->
<div class="row">
<!-- Column -->
<div class="col-md-4 wrap-service11-box">
<div class="card card-shadow border-0 mb-4">
<div class="p-4">
<div class="icon-space">
<div class="icon-round text-center d-inline-block rounded-circle bg-success-gradiant">R</div>
</div>
<h6 class="font-weight-medium">Retargeting Market</h6>
<p class="mt-3">You can relay on our amazing features list and also our customer services will be great experience.</p>
</div>
</div>
</div>
<!-- Column -->
<div class="col-md-4 wrap-service11-box">
<div class="card card-shadow border-0 mb-4">
<div class="p-4">
<div class="icon-space">
<div class="icon-round text-center d-inline-block rounded-circle bg-success-gradiant">F</div>
</div>
<h6 class="font-weight-medium">Fruitful Results</h6>
<p class="mt-3">You can relay on our amazing features list and also our customer services will be great experience.</p>
</div>
</div>
</div>
<!-- Column -->
<div class="col-md-4 wrap-service11-box">
<div class="card card-shadow border-0 mb-4">
<div class="p-4">
<div class="icon-space">
<div class="icon-round text-center d-inline-block rounded-circle bg-success-gradiant">S</div>
</div>
<h6 class="font-weight-medium">Instant Solutions</h6>
<p class="mt-3">You can relay on our amazing features list and also our customer services will be great experience.</p>
</div>
</div>
</div>
<div class="col-md-12 mt-3 text-center">
<a class="btn btn-success-gradiant text-white border-0 btn-md" href="#f11"><span>View Details</span></a>
</div>
</div>
</div>
</div>
@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500);
.service-11 {
font-family: "Montserrat", sans-serif;
color: #8d97ad;
font-weight: 300;
}
.service-11 h1, .service-11 h2, .service-11 h3, .service-11 h4, .service-11 h5, .service-11 h6 {
color: #3e4555;
}
.service-11 .font-weight-medium {
font-weight: 500;
}
.service-11 .bg-light {
background-color: #f4f8fa !important;
}
.service-11 .subtitle {
color: #8d97ad;
line-height: 24px;
}
.service-11 .card.card-shadow {
-webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.service-11 .wrap-service11-box {
margin-top: 60px;
}
.service-11 .wrap-service11-box .icon-space {
margin: -70px 0 20px;
}
.service-11 .wrap-service11-box .icon-space .icon-round {
font-size: 45px;
color: #ffffff;
}
.service-11 .bg-success-gradiant {
background: #2cdd9b;
background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
}
.service-11 .icon-round {
width: 80px;
line-height: 80px;
}
.service-11 .btn-success-gradiant {
background: #2cdd9b;
background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
}
.service-11 .btn-success-gradiant:hover {
background: #1dc8cc;
background: -webkit-linear-gradient(legacy-direction(to right), #1dc8cc 0%, #2cdd9b 100%);
background: -webkit-gradient(linear, left top, right top, from(#1dc8cc), to(#2cdd9b));
background: -webkit-linear-gradient(left, #1dc8cc 0%, #2cdd9b 100%);
background: -o-linear-gradient(left, #1dc8cc 0%, #2cdd9b 100%);
background: linear-gradient(to right, #1dc8cc 0%, #2cdd9b 100%);
}
.service-11 .btn-md {
padding: 15px 45px;
font-size: 16px;
}