.feature-current-item-style1 {
position: relative;
margin-bottom: 30px;
}
.feature-current-item-style1 .inner-box {
position: relative;
padding: 40px 20px 20px;
background-color: #fff;
text-align: center;
box-shadow: 0 14px 43px rgba(0, 0, 0, 0.08);
}
.feature-current-item-style1 .inner-box:hover .icon {
-webkit-transform: scale(-1) rotate(180deg);
-moz-transform: scale(-1) rotate(180deg);
-ms-transform: scale(-1) rotate(180deg);
transform: scale(-1) rotate(180deg);
color: var(--theme-color2);
}
.feature-current-item-style1 .count {
position: absolute;
left: 0;
right: 0;
bottom: 20px;
text-align: center;
font-size: 90px;
line-height: 1em;
font-weight: 700;
opacity: 0.2;
color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: var(--headings-color);
}
.feature-current-item-style1 .icon {
position: relative;
display: block;
font-size: 78px;
line-height: 1em;
color: var(--theme-color1);
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.feature-current-item-style1 .icon {
transition: none;
}
}
.feature-current-item-style1 .feature-title {
position: relative;
padding: 20px 0;
letter-spacing: -0.01em;
}.service-item-current-style1 {
position: relative;
margin-bottom: 30px;
z-index: 1;
}
.service-item-current-style1 .inner-box {
position: relative;
overflow: hidden;
height: 100%;
transition: all 300ms ease;
padding-bottom: 20px;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style1 .inner-box {
transition: none;
}
}
.service-item-current-style1 .inner-box:hover .icon {
background-color: var(--theme-color2);
color: var(--headings-color);
}
.service-item-current-style1 .inner-box:hover .icon:after {
border-top: 14px solid var(--theme-color2-darker);
}
.service-item-current-style1 .inner-box:hover .content-box .inner {
height: auto;
}
.service-item-current-style1 .image {
position: relative;
padding: 30px 20px;
margin-bottom: 20px;
padding-left: 0;
}
@media (max-width: 575.98px) {
.service-item-current-style1 .image {
padding: 0;
}
}
.service-item-current-style1 .image:before {
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 270px;
background-color: #f8f5f1;
clip-path: polygon(44% 0, 100% 0, 100% 100%, 0 100%);
content: "";
}
.service-item-current-style1 .image img {
position: relative;
width: 100%;
}
.service-item-current-style1 .content-box {
position: absolute;
left: 50px;
right: 50px;
bottom: 20px;
padding: 25px 25px 25px 60px;
margin-left: 27px;
background-color: #ffffff;
box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}
@media (max-width: 575.98px) {
.service-item-current-style1 .content-box {
left: 10px;
right: 10px;
}
}
.service-item-current-style1 .content-box .inner {
position: relative;
display: none;
overflow: hidden;
}
.service-item-current-style1 .content-box .icon {
position: absolute;
left: -87px;
top: -25px;
background-color: var(--theme-color1);
display: flex;
align-items: center;
justify-content: center;
height: 72px;
width: 70px;
color: #ffffff;
z-index: 2;
transition: all 200ms ease;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style1 .content-box .icon {
transition: none;
}
}
.service-item-current-style1 .content-box .icon i {
font-size: 42px;
line-height: 1em;
}
.service-item-current-style1 .content-box .icon:after {
position: absolute;
left: 0;
bottom: -14px;
border-left: 27px solid transparent;
border-top: 14px solid var(--theme-color1-darker);
content: "";
}
.service-item-current-style1 .title {
position: relative;
z-index: 2;
margin-top: 0;
margin-bottom: 0;
}
.service-item-current-style1 .title:hover {
color: var(--theme-color1);
}
.service-item-current-style1 .service-details {
position: relative;
z-index: 2;
margin-top: 15px;
margin-bottom: 15px;
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style1 .service-details {
transition: none;
}
}
.service-item-current-style1 .read-more {
position: relative;
display: inline-flex;
font-size: 12px;
line-height: 20px;
text-transform: uppercase;
color: var(--headings-color);
font-weight: 800;
z-index: 2;
margin-bottom: 10px;
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style1 .read-more {
transition: none;
}
}
.service-item-current-style1 .read-more:hover {
color: var(--theme-color2);
}
.service-item-current-style1 .read-more::before {
position: absolute;
left: 0;
bottom: 0px;
right: 20px;
border-bottom: 1px solid var(--theme-color1);
content: "";
}
.service-item-current-style1 .read-more i {
font-size: 14px;
margin-left: 10px;
transform: rotate(45deg);
}.tm-interactive-tabs.tabs-skin-style1 .tab-buttons .tab-btn {
position: relative;
padding: 10px 10px;
padding-left: 100px;
background-color: #f7f7f7;
font-size: 16px;
color: #000000;
font-weight: 600;
display: flex;
align-items: center;
cursor: pointer;
min-height: 90px;
margin-bottom: 20px;
}
.tm-interactive-tabs.tabs-skin-style1 .tab-buttons .tab-btn:last-child {
margin-bottom: 0;
}
@media (max-width: 991.98px) {
.tm-interactive-tabs.tabs-skin-style1 .tab-buttons .tab-btn:after, .tm-interactive-tabs.tabs-skin-style1 .tab-buttons .tab-btn::before {
display: none;
}
}
.tm-interactive-tabs.tabs-skin-style1 .tab-buttons .tab-btn .sub-icon {
margin-left: 10px;
font-size: 12px;
}
.tm-interactive-tabs.tabs-skin-style1 .tab-buttons .tab-btn:hover {
color: #fff;
background-color: var(--theme-color1);
}
.tm-interactive-tabs.tabs-skin-style1 .tab-buttons .tab-btn:hover .icon {
background-color: var(--theme-color4);
color: #fff;
}
.tm-interactive-tabs.tabs-skin-style1 .tab-buttons .tab-btn:hover:before {
background-color: var(--theme-color4);
}
.tm-interactive-tabs.tabs-skin-style1 .tab-buttons .tab-btn.active-btn {
color: #fff;
background-color: var(--theme-color1);
}
.tm-interactive-tabs.tabs-skin-style1 .tab-buttons .tab-btn.active-btn .icon {
background-color: var(--theme-color4);
color: #fff;
}
.tm-interactive-tabs.tabs-skin-style1 .tab-buttons .tab-btn.active-btn:before {
background-color: var(--theme-color4);
}
.tm-interactive-tabs.tabs-skin-style1 .tab-buttons .tab-btn.active-btn:after {
border-left: 20px solid var(--theme-color4);
opacity: 1;
}
.tm-interactive-tabs.tabs-skin-style1 .tab-buttons .tab-btn:before {
position: absolute;
left: 100%;
top: 50%;
content: "";
height: 74px;
margin-top: -37px;
width: 5px;
background-color: var(--theme-color1);
transition: all 300ms ease;
}
.tm-interactive-tabs.tabs-skin-style1 .tab-buttons .tab-btn:after {
position: absolute;
left: 100%;
top: 50%;
margin-top: -37px;
margin-left: 5px;
content: "";
border-top: 37px solid transparent;
border-bottom: 37px solid transparent;
opacity: 0;
transition: all 300ms ease;
}
.tm-interactive-tabs.tabs-skin-style1 .tab-buttons .tab-btn .icon {
position: absolute;
left: 10px;
top: 10px;
height: 70px;
width: 70px;
background-color: #fff;
display: flex;
align-items: center;
justify-content: center;
color: var(--theme-color1);
font-size: 36px;
transition: all 300ms ease;
}