63 lines
805 B
CSS
Executable File
63 lines
805 B
CSS
Executable File
.border-top{border-top:1px solid #f6f6f6}
|
|
.section-title {
|
|
margin: auto auto 60px;
|
|
width: 60%;
|
|
}
|
|
.section-title h2 {
|
|
font-weight: 500;
|
|
margin-bottom: 15px;
|
|
text-transform: uppercase;
|
|
}
|
|
.section-title p{}
|
|
.single-service {
|
|
border: 1px solid #fff;
|
|
margin-bottom: 30px;
|
|
padding: 30px 25px;
|
|
transition: all 0.6s ease 0s;
|
|
}
|
|
.single-service:hover {
|
|
background-color: #fff;
|
|
}
|
|
.single-service i {
|
|
display: block;
|
|
font-size: 40px;
|
|
margin-bottom: 22px;
|
|
}
|
|
.single-service > h3 {
|
|
color: #666666;
|
|
font-size: 20px;
|
|
margin-bottom: 10px;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.service-page .single-service {
|
|
border: 1px solid #f7f7f7;
|
|
}
|
|
|
|
.service-page .single-service:hover {
|
|
background-color: #f7f7f7;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|