Add files via upload
This commit is contained in:
@@ -849,6 +849,56 @@ Services Style
|
|||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.services .service-item2:hover .icon img {
|
||||||
|
margin-top: -10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.services .service-item2 {
|
||||||
|
position: relative;
|
||||||
|
margin-top: 95px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.services .service-item2 .icon {
|
||||||
|
width: 190px;
|
||||||
|
height: 190px;
|
||||||
|
display: inline-block;
|
||||||
|
text-align: center;
|
||||||
|
line-height: 190px;
|
||||||
|
background-color: #d4ab23;
|
||||||
|
border-radius: 50%;
|
||||||
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
|
top: -95px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.services .service-item2 .icon img {
|
||||||
|
max-width: 86px;
|
||||||
|
transition: all .2s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.services .service-item2 .main-content {
|
||||||
|
border-radius: 25px;
|
||||||
|
padding: 80px 30px 50px 30px;
|
||||||
|
background-color: #f1f0fe;
|
||||||
|
margin-bottom: 30px;
|
||||||
|
margin-right: 80px;
|
||||||
|
transition: all .4s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.services .service-item2 h4 {
|
||||||
|
font-size: 22px;
|
||||||
|
font-weight: 600;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
line-height: 30px;
|
||||||
|
transition: all .4s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.services .service-item2 p {
|
||||||
|
color: #4a4a4a;
|
||||||
|
margin-bottom: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
About Style
|
About Style
|
||||||
|
|||||||
Reference in New Issue
Block a user