.service-section{
position: relative;
}
.service-section .inner-container{
position: relative;
display: inline-block;
width: 100%;
z-index: 1;
margin-bottom: -180px;
}
.service-block-one .inner-box{
position: relative;
display: block;
background: #fff;
padding: 40px 40px 0px 40px;
box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1);
}
.service-block-one .inner-box .image-box{
position: relative;
display: block;
overflow: hidden;
background: #0E1D40;
}
.service-block-one .inner-box .image-box img{
width: 100%;
transition: all 500ms ease;
}
.service-block-one .inner-box:hover .image-box img{
opacity: 0.2;
transform: scale(1.05);
}
.service-block-one .inner-box .lower-content{
position: relative;
display: block;
padding-top: 30px;
}
.service-block-one .inner-box .lower-content h3{
position: relative;
display: block;
font-size: 24px;
line-height: 34px;
margin-bottom: 16px;
}
.service-block-one .inner-box .lower-content h3 a{
display: inline-block;
color: #222;
}
.service-block-one .inner-box .lower-content h3 a:hover{
color: var(--theme-color);
}
.service-block-one .inner-box .lower-content p{
margin-bottom: 35px;
}
.service-block-one .inner-box .lower-content .icon-box{
position: relative;
display: inline-block;
width: 100px;
height: 100px;
line-height: 100px;
background: #fff;
text-align: center;
border-radius: 50%;
box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.15);
margin-bottom: -35px;
transition: all 500ms ease;
}
.service-block-one .inner-box:hover .lower-content .icon-box{
transform: rotateY(180deg);
opacity: 0;
}
.service-block-one .inner-box .lower-content .link-box{
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: -35px;
z-index: 1;
}
.service-block-one .inner-box .lower-content .link-box a{
position: relative;
display: inline-block;
width: 100px;
height: 100px;
line-height: 94px;
text-align: center;
font-size: 20px;
color: #fff;
background: var(--theme-color);
border: 7px solid #fff;
border-radius: 50%;
transform: rotateY(180deg);
opacity: 0;
box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.15);
}
.service-block-one .inner-box:hover .lower-content .link-box a{
transform: rotateY(0deg);
opacity: 1;
}
.service-block-one .inner-box .lower-content .link-box a:hover{
background: #0E1D40 !important;
} .service-style-two{
position: relative;
}
.service-block-two .inner-box{
position: relative;
display: block;
background: #fff;
padding: 50px 50px 44px 50px;
box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1);
transition: all 500ms ease;
}
.service-block-two .inner-box:hover{
transform: translateY(-10px);
}
.service-block-two .inner-box .icon-box{
position: relative;
display: inline-block;
width: 140px;
height: 140px;
line-height: 140px;
text-align: center;
background: #fff;
border-radius: 50%;
margin-bottom: 30px;
z-index: 1;
transition: all 500ms ease;
}
.service-block-two .inner-box .icon-box img{
position: relative;
display: inline-block;
transition: all 500ms ease;
}
.service-block-two .inner-box:hover .icon-box img{
transform: rotateY(180deg);
}
.service-block-two .inner-box .icon-box:after{
position: absolute;
content: '';
background: #fff;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
border-radius: 50%;
box-shadow: 0px 20px 100px rgba(6, 49, 55, 0.15);
z-index: -1;
transition: all 500ms ease;
}
.service-block-two .inner-box .icon-box:before{
position: absolute;
content: '';
background: var(--theme-color);
width: 100%;
height: 100%;
left: 0px;
top: 0px;
border-radius: 50%;
z-index: -1;
opacity: 0.3;
transition: all 500ms ease;
}
.service-block-two .inner-box:hover .icon-box:before{
left: 5px;
top: 10px;
}
.service-block-two .inner-box h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
font-weight: 700;
margin-bottom: 18px;
}
.service-block-two .inner-box h3 a{
display: inline-block;
color: #222;
}
.service-block-two .inner-box h3 a:hover{
color: var(--theme-color);
}
.service-block-two .inner-box p{
margin-bottom: 23px;
}
.service-block-two .inner-box .link a{
position: relative;
display: inline-block;
font-size: 18px;
color: #222;
}
.service-block-two .inner-box .link a:hover{
color: var(--theme-color);
}
.service-style-two .pattern-layer{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
} .service-style-three{
position: relative;
}
.service-block-three .inner-box{
position: relative;
display: block;
}
.service-block-three .inner-box .image-box{
position: relative;
display: block;
overflow: hidden;
background: var(--secondary-color);
}
.service-block-three .inner-box .image-box img{
width: 100%;
transition: all 500ms ease;
}
.service-block-three .inner-box:hover .image-box img{
opacity: 0.5;
transform: scale(1.05);
}
.service-block-three .inner-box .lower-content{
position: relative;
margin: 0px 30px;
}
.service-block-three .inner-box .lower-content .inner{
position: relative;
display: block;
background: #fff;
padding: 0px 30px 31px 30px;
margin-top: -85px;
z-index: 1;
box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1);
}
.service-block-three .inner-box .lower-content .inner:before{
position: absolute;
content: '';
background: var(--theme-color);
width: 100%;
height: 0%;
left: 0px;
bottom: 0px;
transition: all 500ms ease;
}
.service-block-three .inner-box:hover .lower-content .inner:before{
height: 100%;
top: 0px;
}
.service-block-three .inner-box .lower-content .icon-box{
position: relative;
display: inline-block;
width: 100px;
height: 100px;
line-height: 100px;
background: #fff;
text-align: center;
border-radius: 50%;
box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.15);
margin-top: -38px;
margin-bottom: 10px;
top: -12px;
}
.service-block-three .inner-box .lower-content h3{
position: relative;
display: block;
font-size: 24px;
line-height: 23px;
font-weight: 700;
margin-bottom: 18px;
}
.service-block-three .inner-box .lower-content h3 a{
display: inline-block;
color: #222;
}
.service-block-three .inner-box .lower-content h3 a:hover{
text-decoration: underline;
}
.service-block-three .inner-box .lower-content p{
transition: all 500ms ease;
}
.service-block-three .inner-box:hover .lower-content h3 a,
.service-block-three .inner-box:hover .lower-content p{
color: #fff;
}
.service-style-three .pattern-layer{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.service-style-three.service-page-1 .service-block-three .inner-box{
margin-bottom: 30px;
}
.service-style-two.service-page-2 .service-block-two .inner-box{
margin-bottom: 30px;
}