.feature-current-item-style5 {
position: relative;
margin-bottom: 30px;
z-index: 1;
}
.feature-current-item-style5 .inner-box {
position: relative;
overflow: hidden;
height: 100%;
padding: 30px 20px 25px;
background-image: var(--block-feature-style5-bg-featured-image);
background-color: var(--theme-color1);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
text-align: center;
min-height: 175px;
-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
transition: all 300ms linear;
}
@media (prefers-reduced-motion: reduce) {
.feature-current-item-style5 .inner-box {
transition: none;
}
}
.feature-current-item-style5 .inner-box .feature-title {
color: #fff;
font-size: 16px;
margin-bottom: 0;
position: relative;
}
.feature-current-item-style5 .inner-box .feature-title a {
color: inherit;
}
.feature-current-item-style5 .inner-box .feature-title:hover {
color: var(--theme-color1);
}
.feature-current-item-style5 .inner-box .icon {
position: relative;
display: block;
font-size: 64px;
color: var(--theme-color1);
font-weight: 900;
line-height: 64px;
margin-bottom: 30px;
transition: all 200ms linear;
}
@media (prefers-reduced-motion: reduce) {
.feature-current-item-style5 .inner-box .icon {
transition: none;
}
}
.feature-current-item-style5 .inner-box:hover .feature-title,
.feature-current-item-style5 .inner-box:hover .icon {
color: #2c2e33;
}
.feature-current-item-style5 .inner-box:hover:before {
height: 0;
}
.feature-current-item-style5 .inner-box:before {
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 100%;
background-color: #2c2e33;
content: "";
-webkit-transition: all 300ms linear;
transition: all 300ms linear;
}.service-item-current-style1 {
position: relative;
margin-bottom: 30px;
z-index: 1;
}
.service-item-current-style1 .service-inner {
position: relative;
background-color: #ffffff;
padding: 15px;
border: 1px solid #e6e8ed;
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style1 .service-inner {
transition: none;
}
}
.service-item-current-style1 .service-inner:hover {
box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}
.service-item-current-style1 .service-inner:hover .service-thumb-wrapper img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.service-item-current-style1 .service-inner:hover .service-thumb-wrapper .service-thumb:after {
right: 0;
left: 0;
opacity: 0;
}
.service-item-current-style1 .service-thumb-wrapper {
position: relative;
}
.service-item-current-style1 .service-thumb-wrapper .service-thumb {
overflow: hidden;
margin-bottom: 0;
}
.service-item-current-style1 .service-thumb-wrapper .service-thumb img {
width: 100%;
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style1 .service-thumb-wrapper .service-thumb img {
transition: none;
}
}
.service-item-current-style1 .service-thumb-wrapper .service-thumb:after {
background: rgba(255, 255, 255, 0.3);
bottom: 0;
content: "";
right: 50%;
position: absolute;
left: 51%;
top: 0;
opacity: 1;
pointer-events: none;
transition: all 400ms linear;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style1 .service-thumb-wrapper .service-thumb:after {
transition: none;
}
}
.service-item-current-style1 .service-thumb-wrapper .service-icon {
position: absolute;
right: 25px;
bottom: -10px;
height: 90px;
width: 90px;
background: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
display: flex;
align-items: center;
justify-content: center;
font-size: 58px;
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style1 .service-thumb-wrapper .service-icon {
transition: none;
}
}
.service-item-current-style1 .service-thumb-wrapper .service-icon:before {
position: absolute;
bottom: 0;
right: -10px;
border-left: 10px solid var(--theme-color1);
border-bottom: 10px solid transparent;
content: "";
}
.service-item-current-style1 .service-thumb-wrapper .service-icon:after {
position: absolute;
bottom: 0;
left: -10px;
border-right: 10px solid var(--theme-color1);
border-bottom: 10px solid transparent;
content: "";
}
.service-item-current-style1 .service-content {
position: relative;
padding: 35px 25px 15px;
}
.service-item-current-style1 .service-content .title {
margin-bottom: 14px;
}
.service-item-current-style1 .service-content .title:hover {
color: var(--theme-color2);
}
.service-item-current-style1 .service-content .service-details {
position: relative;
margin-bottom: 0;
}
.service-item-current-style1 .service-content .read-more {
font-size: 12px;
color: #808287;
font-weight: 700;
text-transform: uppercase;
display: flex;
letter-spacing: 0.1em;
transition: all 100ms linear;
margin-top: 15px;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style1 .service-content .read-more {
transition: none;
}
}
.service-item-current-style1 .service-content .read-more i {
margin-right: 10px;
color: var(--theme-color1);
font-size: 16px;
transition: all 100ms linear;
line-height: 1.3;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style1 .service-content .read-more i {
transition: none;
}
}
.service-item-current-style1 .service-content .read-more:hover {
color: var(--theme-color1);
}
.service-item-current-style1 .service-content .read-more:hover i {
-webkit-transform: translateX(15px);
-moz-transform: translateX(15px);
-ms-transform: translateX(15px);
transform: translateX(15px);
opacity: 0;
}