.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 {
left: 0;
right: 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: "";
left: 50%;
position: absolute;
right: 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;
left: 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;
left: -10px;
border-right: 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;
right: -10px;
border-left: 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-left: 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;
}.service-item-current-style9 {
border-radius: 6px;
position: relative;
box-shadow: 0px 5px 0px 0px rgba(145, 195, 48, 0.004);
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style9 {
transition: none;
}
}
.service-item-current-style9 .thumb {
overflow: hidden;
position: relative;
border-radius: 6px;
}
.service-item-current-style9 .thumb img {
-webkit-transform: scale(1.02);
-moz-transform: scale(1.02);
-ms-transform: scale(1.02);
transform: scale(1.02);
transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style9 .thumb img {
transition: none;
}
}
.service-item-current-style9 .content {
right: 0;
background-color: rgba(var(--theme-color2-rgb), 0.9);
padding: 40px 40px 40px 40px;
position: absolute;
border-radius: 0 0 6px 6px;
bottom: 0;
text-align: center;
border-bottom: 6px solid transparent;
transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style9 .content {
transition: none;
}
}
.service-item-current-style9 .content .service-icon .icon i {
background-color: var(--theme-color1);
text-align: center;
transition: all 0.4s ease;
color: #fff;
font-size: 32px;
height: 65px;
display: inline-block;
width: 65px;
line-height: 65px;
margin-bottom: 25px;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style9 .content .service-icon .icon i {
transition: none;
}
}
.service-item-current-style9 .content .btn-view-details {
position: absolute;
bottom: -38px;
left: 0;
right: 0;
transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style9 .content .btn-view-details {
transition: none;
}
}
.service-item-current-style9 .content .title {
color: #fff;
margin-top: 0;
}
.service-item-current-style9 .content .title a:hover,
.service-item-current-style9 .content .title a:focus {
color: var(--theme-color1);
}
.service-item-current-style9 .content .excerpt {
color: #f5f5f5;
}
.service-item-current-style9:hover .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.service-item-current-style9:hover .content {
background-color: rgba(var(--theme-color2-rgb), 1);
border-bottom-color: var(--theme-color1);
}