"FEATURES"
Bootstrap 4.1.1 Snippet by saikrishna99666

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<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="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<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 ---------->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" rel="stylesheet">
<!-- ======= Features Section ======= -->
<section id="features" class="features">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>Sectors We do Work</h2>
</div>
<div class="row" style="padding-top:50px" data-aos="fade-up" data-aos-delay="300">
<div class="col-lg-3 col-md-4">
<div class="icon-box">
<i class="ri-store-line" style="color: #ffbb2c;"></i>
<h3><a href="">Lorem Ipsum</a></h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-md-0">
<div class="icon-box">
<i class="ri-bar-chart-box-line" style="color: #5578ff;"></i>
<h3><a href="">Dolor Sitema</a></h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-md-0">
<div class="icon-box">
<i class="ri-calendar-todo-line" style="color: #e80368;"></i>
<h3><a href="">Sed perspiciatis</a></h3>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.section-title h2 {
font-size: 32px;
font-weight: bold;
text-transform: uppercase;
position: relative;
color: #222222;
}
section {
padding: 60px 0;
overflow: hidden;
}
.section-title h2::before, .section-title h2::after {
content: '';
width: 50px;
height: 2px;
background: #3498db;
display: inline-block;
}
.section-title h2::before {
margin: 0 15px 10px 0;
}
.section-title h2::before, .section-title h2::after {
content: '';
width: 50px;
height: 2px;
background: #3498db;
display: inline-block;
}
.section-title h2 {
font-size: 32px;
font-weight: bold;
text-transform: uppercase;
position: relative;
color: #222222;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: