"Creative Services"
Bootstrap 4.1.1 Snippet by cengizgoren

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 rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Raleway:200,300,400,500,600,700,800">
<section id="our-process" class="padding">
<div class="container">
<div class="row">
<div class="col-lg-6 offset-lg-3 col-md-8 offset-md-2">
<div class="heading-title text-center wow fadeInUp" data-wow-delay="300ms">
<h2 class="darkcolor bottom20 text-capitalize">How we Work </h2>
<p class="bottom0">Curabitur mollis bibendum luctus. Duis suscipit vitae dui sed suscipit. Vestibulum auctor nunc vitae diam eleifend, in maximus metus sollicitudin. </p>
</div>
</div>
</div>
<div class="row">
<ul class="process-wrapp">
<li class="wow fadeIn" data-wow-delay="300ms">
<span class="pro-step gradient_bg_two bottom20"><i class="far fa-edit"></i></span>
<h4 class="font-light darkcolor bottom25">Concept</h4>
<p class="bottom0">Quisque tellus risus, adipisci viverra bibendum urna.</p>
</li>
<li class="wow fadeIn" data-wow-delay="350ms">
<span class="pro-step gradient_bg_three bottom20"><i class="fas fa-cog"></i></span>
<h4 class="font-light darkcolor bottom25">Planning</h4>
<p class="bottom0">Quisque tellus risus, adipisci viverra bibendum urna.</p>
</li>
<li class="wow fadeIn" data-wow-delay="400ms">
<span class="pro-step gradient_bg_one bottom20"><i class="far fa-folder-open"></i></span>
<h4 class="font-light darkcolor bottom25">Design</h4>
<p class="bottom0">Quisque tellus risus, adipisci viverra bibendum urna.</p>
</li>
<li class="wow fadeIn" data-wow-delay="450ms">
<span class="pro-step gradient_bg_four bottom20"><i class="fas fa-code"></i></span>
<h4 class="font-light darkcolor bottom25">Development</h4>
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
body {
font-family: 'Raleway', sans-serif;
font-size: 15px;
color: #a5a5a5;
font-weight: normal;
}
.padding {
padding: 7.5rem 0;
}
.heading-title > span {
font-size: 1.25rem;
display: block;
text-transform: capitalize;
}
.text-center .fact-iconic h3::after,
.text-center.fact-iconic h3::after {
margin-left: auto;
margin-right: auto;
}
.darkcolor {
color: #212331;
}
.bottom20 {
margin-bottom: 20px;
}
.bottom0 {
margin-bottom: 0;
}
.process-wrapp {
overflow: hidden;
display: table;
table-layout: fixed;
margin: 0 15px;
}
.process-box {
background: #fff;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: