.service-item-current-style1 {
position: relative;
margin-bottom: 30px;
z-index: 1;
}
.service-item-current-style1 .inner-box {
position: relative;
transition: all 300ms ease;
box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
border-radius: 10px;
}
.service-item-current-style1 .inner-box .content {
position: relative;
padding: 20px 30px 25px;
border-radius: 0 0 8px 8px;
background-color: #ffffff;
}
.service-item-current-style1 .inner-box .content .icon i {
position: absolute;
right: 20px;
top: -20px;
height: 70px;
width: 70px;
background: var(--theme-color1);
color: #ffffff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 5px;
font-size: 42px;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}
.service-item-current-style1 .inner-box .content .service-category {
position: relative;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: 700;
color: #767676;
list-style: none;
margin-top: 10px;
margin-bottom: 0;
font-family: var(--font-current-theme2);
}
.service-item-current-style1 .inner-box .content .service-category li a {
font-weight: 700;
}
.service-item-current-style1 .inner-box .content .service-category li:first-child span {
display: none;
}
.service-item-current-style1 .inner-box .content .title {
margin-bottom: 0;
margin-top: 0;
}
.service-item-current-style1 .inner-box .content .title a {
transition: all 300ms ease;
}
.service-item-current-style1 .inner-box .content .title a:hover {
color: var(--theme-color1);
}
.service-item-current-style1 .inner-box .content .excerpt {
margin-top: 12px;
margin-bottom: 0;
}
.service-item-current-style1 .inner-box .content .btn-view-details {
margin-top: 25px;
}
.service-item-current-style1 .inner-box .image-box {
position: relative;
border-radius: 10px 10px 0 0;
overflow: hidden;
margin-bottom: 0;
}
.service-item-current-style1 .inner-box .image-box img {
width: 100%;
transition: all 300ms ease;
}
.service-item-current-style1 .inner-box:hover {
transform: translateY(-10px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.service-item-current-style1 .inner-box:hover .content .icon i {
background: var(--theme-color3);
color: var(--text-color-bg-theme-color3);
}
.service-item-current-style2 {
position: relative;
margin-bottom: 44px !important;
}
.service-item-current-style2 .inner-box {
position: relative;
}
.service-item-current-style2 .inner-box:hover .image-box {
border-radius: 10px 10px 0 0;
}
.service-item-current-style2 .inner-box:hover .image-box .icon {
background-color: var(--theme-color1);
color: #ffffff;
}
.service-item-current-style2 .inner-box:hover .image img {
transform: scale(1.1);
}
.service-item-current-style2 .inner-box:hover .image:before {
height: 30%;
}
.service-item-current-style2 .inner-box:hover .read-more {
width: 100%;
left: 0%;
opacity: 1;
}
.service-item-current-style2 .image-box {
position: relative;
overflow: hidden;
border-radius: 10px;
transition: all 300ms ease;
}
.service-item-current-style2 .image-box .image {
position: relative;
margin-bottom: 0px;
}
.service-item-current-style2 .image-box .image a {
display: block;
width: 100%;
}
.service-item-current-style2 .image-box .image::before {
position: absolute;
left: 0;
bottom: 0;
height: 70%;
width: 100%;
content: "";
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #1d1d29 100%);
pointer-events: none;
z-index: 2;
transition: all 500ms ease;
}
.service-item-current-style2 .image-box .image img {
width: 100%;
transition: all 300ms ease;
}
.service-item-current-style2 .image-box .icon {
position: absolute;
left: 0;
top: 0;
height: 90px;
width: 90px;
background-color: #ffffff;
border-radius: 10px 0 10px 0;
display: flex;
align-items: center;
justify-content: center;
color: var(--theme-color1);
font-size: 54px;
transition: all 300ms ease;
z-index: 2;
}
.service-item-current-style2 .content-box {
position: absolute;
left: 0;
bottom: 0;
padding: 40px 40px 30px;
z-index: 9;
width: 100%;
}
.service-item-current-style2 .content-box .service-category {
position: relative;
padding-top: 20px;
line-height: 30px;
text-transform: uppercase;
color: var(--theme-color3);
list-style: none;
margin-bottom: 0;
}
.service-item-current-style2 .content-box .service-category li a {
font-size: 12px;
letter-spacing: 0.07em;
letter-spacing: 0.07em;
font-weight: 700;
text-transform: uppercase;
}
.service-item-current-style2 .content-box .service-category:first-child span {
display: none;
}
.service-item-current-style2 .content-box .title {
z-index: 1;
position: relative;
margin-top: 0;
color: #fff;
}
.service-item-current-style2 .content-box .title a {
color: #ffffff;
transition: all 300ms ease;
}
.service-item-current-style2 .content-box .title a:hover {
color: #ffffff;
}
.service-item-current-style2 .content-box .read-more {
position: absolute;
left: 50%;
bottom: -40px;
width: 0%;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 12px;
line-height: 20px;
padding: 10px 40px;
text-transform: uppercase;
white-space: nowrap;
font-weight: 700;
color: #ffffff;
background-color: var(--theme-color1);
border-radius: 0 0 10px 10px;
transition: all 400ms linear;
opacity: 0;
}
.service-item-current-style3 {
box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.05);
background-color: #fff;
border-radius: 7px;
overflow: hidden;
}
.service-item-current-style3 .service-inner {
position: relative;
z-index: 1;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style3 .service-inner {
transition: none;
}
}
.service-item-current-style3 .service-inner .service-thumb-wrapper .service-thumb {
overflow: hidden;
}
.service-item-current-style3 .service-inner .service-thumb-wrapper .service-thumb img {
border-radius: 0 0 5px 5px;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style3 .service-inner .service-thumb-wrapper .service-thumb img {
transition: none;
}
}
.service-item-current-style3 .service-inner .content {
overflow: visible;
padding: 40px 30px 30px 30px;
position: relative;
}
.service-item-current-style3 .service-inner .content .service-icon .icon i {
font-size: 64px;
line-height: 64px;
display: inline-block;
margin-bottom: 5px;
}
.service-item-current-style3 .service-inner .content .service-icon .icon i:before {
color: var(--theme-color1);
}
.service-item-current-style3 .service-inner .content .service-title {
margin-top: 0;
margin-bottom: 10px;
}
.service-item-current-style3 .service-inner .content .excerpt {
margin-bottom: 28px;
}
.service-item-current-style3 .service-inner .content .btn-view-details {
margin-bottom: -55px;
position: relative;
z-index: 1;
}
.service-item-current-style3 .service-inner .content .btn-view-details .btn-circle-arrow:after {
content: "\f101";
font-size: 16px;
}
.service-item-current-style3 .service-inner .content:after {
content: "";
position: absolute;
height: 4px;
width: 0%;
background: var(--theme-color2);
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style3 .service-inner .content:after {
transition: none;
}
}
.service-item-current-style3:hover .service-inner .service-thumb-wrapper .service-thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.service-item-current-style3:hover .service-inner .content:after {
width: 100%;
}
.service-item-current-style4 .feature-one__single {
position: relative;
display: block;
margin-bottom: 30px;
z-index: 1;
}
.service-item-current-style4 .feature-one__single:hover .feature-one__icon-box {
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0);
}
.service-item-current-style4 .feature-one__single:hover .feature-one__hover {
transform: scaleY(1);
}
.service-item-current-style4 .feature-one__single .feature-one__img-box {
position: relative;
display: block;
z-index: 1;
}
.service-item-current-style4 .feature-one__single .feature-one__img-box .feature-one__img {
position: relative;
display: block;
}
.service-item-current-style4 .feature-one__single .feature-one__img-box .feature-one__img img {
width: 100%;
}
.service-item-current-style4 .feature-one__single .feature-one__icon-box {
position: relative;
display: flex;
background-color: rgb(255, 255, 255);
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
padding: 29px 40px;
align-items: center;
justify-content: space-between;
margin-top: -40px;
margin-left: 20px;
margin-right: 20px;
transition-delay: 0.1s;
transition-timing-function: ease-in-out;
transition-duration: 0.5s;
transition-property: all;
}
.service-item-current-style4 .feature-one__single .feature-one__icon-box .feature-one__icon-title {
font-size: 20px;
font-weight: 700;
line-height: 24px;
}
.service-item-current-style4 .feature-one__single .feature-one__icon-box .feature-one__icon-title a {
color: #041b52;
}
.service-item-current-style4 .feature-one__single .feature-one__icon-box .feature-one__icon {
position: relative;
display: flex;
align-items: center;
}
.service-item-current-style4 .feature-one__single .feature-one__icon-box .feature-one__icon .icon i {
position: relative;
display: inline-block;
font-size: 62px;
color: var(--theme-color1);
line-height: 1;
z-index: 1;
}
.service-item-current-style4 .feature-one__single .feature-one__icon-box .feature-one__icon .icon::after {
content: "";
width: 38px;
height: 38px;
background-color: #edf3f6;
position: absolute;
top: -1px;
left: -18px;
}
.service-item-current-style4 .feature-one__single .feature-one__icon-box .feature-one__icon .icon::before {
position: relative;
z-index: 1;
}
.service-item-current-style4 .feature-one__single .feature-one__hover {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
display: flex;
align-items: center;
flex-direction: column;
text-align: center;
justify-content: center;
padding: 0 60px;
transition-delay: 0.1s;
transition-timing-function: ease-in-out;
transition-duration: 0.5s;
transition-property: all;
opacity: 1;
transform-origin: top;
transform-style: preserve-3d;
transform: scaleY(0);
}
.service-item-current-style4 .feature-one__single .feature-one__hover .feature-one__hover-bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
z-index: -1;
background-image: var(--service-current-style4-bg-featured-image);
}
.service-item-current-style4 .feature-one__single .feature-one__hover:before {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: "";
background-color: rgba(0, 41, 75, 0.8);
z-index: 1;
}
.service-item-current-style4 .feature-one__single .feature-one__hover .feature-one__hover-icon {
position: relative;
display: inline-block;
z-index: 2;
}
.service-item-current-style4 .feature-one__single .feature-one__hover .feature-one__hover-icon .icon i {
position: relative;
display: inline-block;
font-size: 62px;
color: #fff;
line-height: 1;
}
.service-item-current-style4 .feature-one__single .feature-one__hover .title {
position: relative;
display: block;
font-size: 24px;
font-weight: 700;
line-height: 34px;
margin-top: 19px;
margin-bottom: 19px;
z-index: 2;
}
.service-item-current-style4 .feature-one__single .feature-one__hover .title a {
color: #fff;
transition: all 500ms ease;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style4 .feature-one__single .feature-one__hover .title a {
transition: none;
}
}
.service-item-current-style4 .feature-one__single .feature-one__hover .title a:hover {
color: var(--theme-color1);
}
.service-item-current-style4 .feature-one__single .feature-one__hover .excerpt {
position: relative;
display: block;
z-index: 2;
font-size: 16px;
font-weight: 500;
color: #fff;
line-height: 30px;
margin: 0;
}
.service-item-current-style5 .services-three__single .services-three__img {
position: relative;
display: block;
border-radius: 10px;
overflow: hidden;
z-index: 1;
}
.service-item-current-style5 .services-three__single .services-three__img::before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: "";
background: rgb(22, 36, 61);
background: linear-gradient(0deg, rgba(22, 36, 61, 0.9164040616) 14%, rgba(22, 36, 61, 0.0368522409) 58%);
z-index: 1;
}
.service-item-current-style5 .services-three__single .services-three__img:after {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: "";
background-color: rgba(22, 36, 61, 0.3);
transition: all 500ms ease;
transform: translate3d(0px, -100%, 0px);
}
.service-item-current-style5 .services-three__single .services-three__img img {
width: 100%;
border-radius: 10px;
transition: all 500ms ease;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style5 .services-three__single .services-three__img img {
transition: none;
}
}
.service-item-current-style5 .services-three__single .services-three__img .services-three__content {
position: absolute;
bottom: 25px;
left: 30px;
z-index: 2;
}
.service-item-current-style5 .services-three__single .services-three__img .services-three__content .title {
font-size: 20px;
line-height: 24px;
}
.service-item-current-style5 .services-three__single .services-three__img .services-three__content .title a {
color: #fff;
transition: all 500ms ease;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style5 .services-three__single .services-three__img .services-three__content .title a {
transition: none;
}
}
.service-item-current-style5 .services-three__single:hover .services-three__img:after {
transform: translate3d(0px, 0, 0px);
}
.service-item-current-style5 .services-three__single:hover .services-three__img img {
transform: scale(1.05);
}
.service-item-current-style6 {
overflow: visible;
position: relative;
margin-top: 60px;
padding: 25px;
background: #fff;
margin-right: 50px;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.service-item-current-style6 .service-header {
position: relative;
}
.service-item-current-style6 .service-header .thumb {
position: relative;
overflow: hidden;
margin-right: -70px;
}
.service-item-current-style6 .service-header .thumb img {
width: 100%;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.4s linear;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style6 .service-header .thumb img {
transition: none;
}
}
.service-item-current-style6 .details {
padding: 25px 0 30px;
position: relative;
transition: all 0.4s linear;
position: relative;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style6 .details {
transition: none;
}
}
.service-item-current-style6 .details .link a {
position: absolute;
bottom: -25px;
right: -25px;
width: 58px;
height: 58px;
text-align: center;
background-color: var(--theme-color1);
color: #fff;
text-transform: uppercase;
font-weight: 600;
z-index: 1;
display: flex;
align-items: center;
flex-direction: column;
justify-content: space-evenly;
}
.service-item-current-style6 .details .link a i {
position: relative;
display: block;
font-size: 16px;
margin-bottom: 0px;
transition: all 500ms ease;
font-weight: 600;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style6 .details .link a i {
transition: none;
}
}
.service-item-current-style6 .details .link a:hover {
background: var(--theme-color2);
}
.service-item-current-style6 .details .overlay-inner {
right: -70px;
position: absolute;
top: -70px;
transition: all 0.3s linear;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style6 .details .overlay-inner {
transition: none;
}
}
.service-item-current-style6 .details .overlay-inner .icon {
background-color: var(--theme-color2);
height: 100px;
text-align: center;
width: 100px;
}
.service-item-current-style6 .details .overlay-inner .icon i {
font-size: 54px;
line-height: 100px;
color: #fff;
}
.service-item-current-style6 .details .excerpt {
margin-bottom: 0;
}
.service-item-current-style6 .details .title {
margin-top: 0;
}
.service-item-current-style6 .details .cat-list {
margin-bottom: 15px;
}
.service-item-current-style6 .details .cat-list li a {
color: #999 !important;
}
.service-item-current-style6 .details .symbol-icon {
position: absolute;
left: 30px;
top: -40px;
background: #3c3434;
width: 64px;
padding: 15px;
border-radius: 3px;
transition: all 0.4s linear;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style6 .details .symbol-icon {
transition: none;
}
}
.service-item-current-style6:hover .service-header .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.service-mouse-hover-cursor-effect .each-service {
position: relative;
padding: 25px 0 25px;
padding-left: 80px;
border-bottom: 2px solid rgba(240, 240, 240, 0.7);
transition: all 0.3s ease;
counter-increment: count;
}
@media (prefers-reduced-motion: reduce) {
.service-mouse-hover-cursor-effect .each-service {
transition: none;
}
}
.service-mouse-hover-cursor-effect .each-service:before {
content: counter(count) ".";
position: absolute;
left: 0;
display: inline-block;
font-size: 40px;
line-height: 1;
text-align: center;
top: 50%;
z-index: 1;
color: var(--theme-color1);
transform: translateY(-50%);
}
.service-mouse-hover-cursor-effect .each-service:nth-child(-n+9):before {
content: "0" counter(count) ".";
}
.service-mouse-hover-cursor-effect .each-service .service-inner {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
}
.service-mouse-hover-cursor-effect .each-service .service-inner .title {
color: #404a52;
}
.service-mouse-hover-cursor-effect .each-service .service-inner .title a:hover,
.service-mouse-hover-cursor-effect .each-service .service-inner .title a:focus {
color: #000;
}
.service-mouse-hover-cursor-effect .each-service .service-inner .service-btn {
width: 50px;
height: 50px;
display: inline-flex;
border-radius: 50%;
border: 1px solid var(--theme-color1);
color: var(--theme-color1);
justify-content: center;
align-items: center;
}
.service-mouse-hover-cursor-effect .each-service .service-inner .service-btn:hover, .service-mouse-hover-cursor-effect .each-service .service-inner .service-btn:focus {
background-color: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
}
@media (max-width: 767.98px) {
.service-mouse-hover-cursor-effect .each-service .service-inner .service-btn {
display: none;
}
}
.service-skin-style1 {
padding-top: 98px;
text-align: center;
}
.service-skin-style1 .service-block {
background-color: #fff;
box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
border: 1px solid #eee;
padding: 0 50px;
position: relative;
z-index: 1;
}
@media (max-width: 1199.98px) {
.service-skin-style1 .service-block {
padding: 0 30px;
}
}
.service-skin-style1 .service-block .thumb {
max-width: 220px;
margin: 0 auto 24px;
border: 12px solid #f5f5f5;
border-radius: 50%;
margin-top: -98px;
position: relative;
z-index: 1;
overflow: hidden;
}
.service-skin-style1 .service-block .thumb img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style1 .service-block .thumb img {
transition: none;
}
}
.service-skin-style1 .service-block .content {
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style1 .service-block .content {
transition: none;
}
}
.service-skin-style1 .service-block .content .title {
margin-bottom: 20px;
margin-top: 0;
}
.service-skin-style1 .service-block .content .title a {
color: #202426;
}
.service-skin-style1 .service-block .content .excerpt {
margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
.service-skin-style1 .service-block .content p {
margin-bottom: 50px;
}
}
.service-skin-style1 .service-block .content .btn-link {
background-color: #f5f5f4;
border-radius: 35px 35px 0 0;
color: #303035;
display: inline-block;
font-size: 20px;
padding: 11px 25.25px 3px;
}
.service-skin-style1 .service-block .content .btn-link .shape-circle {
bottom: 0;
filter: brightness(0.1);
left: 50%;
opacity: 0.2;
position: absolute;
transform: translateX(-50%);
z-index: -1;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style1 .service-block .content .btn-link .shape-circle {
transition: none;
}
}
.service-skin-style1 .service-block:hover .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.service-skin-style1 .service-block:hover .title a {
color: var(--theme-color1);
}
.service-skin-style1 .service-block:hover .content .btn-link {
background-color: var(--theme-color2);
color: #fff;
}
.service-skin-style1 .service-block:hover .content .btn-link .shape-circle {
filter: none;
opacity: 1;
}
.service-skin-style2 {
border-radius: 5px;
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-skin-style2 {
transition: none;
}
}
.service-skin-style2 .thumb {
overflow: hidden;
position: relative;
border-radius: 6px 6px 0 0;
}
.service-skin-style2 .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-skin-style2 .thumb img {
transition: none;
}
}
.service-skin-style2 .content {
background-color: #181f2e;
padding: 40px;
position: relative;
border-radius: 0 0 6px 6px;
text-align: center;
}
.service-skin-style2 .content .service-icon {
background-color: var(--theme-color1);
border-radius: 50%;
height: 72px;
left: 0;
line-height: 72px;
margin: 0 auto;
position: absolute;
right: 0;
top: -30px;
width: 72px;
text-align: center;
transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style2 .content .service-icon {
transition: none;
}
}
.service-skin-style2 .content .service-icon i {
color: #fff;
font-size: 36px;
transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style2 .content .service-icon i {
transition: none;
}
}
.service-skin-style2 .content .title {
line-height: 30px;
color: #fff;
margin-top: 30px;
}
.service-skin-style2 .content .title a:hover,
.service-skin-style2 .content .title a:focus {
color: var(--theme-color1);
}
.service-skin-style2 .content .excerpt {
color: #c9d1e5;
}
.service-skin-style2:hover .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.service-skin-style2:hover .content .service-icon {
background-color: var(--theme-color2);
}
.service-skin-style2:hover .content .service-icon i {
color: #fff;
}
.service-skin-style3 {
overflow: hidden;
}
.service-skin-style3 .thumb {
position: relative;
}
.service-skin-style3 .thumb img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style3 .thumb img {
transition: none;
}
}
.service-skin-style3 .thumb .service-icon {
bottom: -26px;
background: var(--theme-color2);
position: absolute;
color: #ffffff;
font-size: 38px;
height: 60px;
width: 60px;
line-height: 58px;
text-align: center;
border-radius: 0;
left: 50%;
z-index: 1;
transform: translate(-50%, 0);
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style3 .thumb .service-icon {
transition: none;
}
}
.service-skin-style3 .content {
background-color: #ffffff;
border: 1px solid #e2e6ed;
border-top: none;
padding: 40px 23px 27px;
position: relative;
text-align: center;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style3 .content {
transition: none;
}
}
.service-skin-style3 .content.content-style {
border: 1px solid #e2e6ed;
padding: 34px 49px 55px;
text-align: left;
}
@media (max-width: 1399px) {
.service-skin-style3 .content.content-style {
padding: 15px 32px 35px;
}
}
@media (max-width: 1199.98px) {
.service-skin-style3 .content.content-style {
padding: 15px 26px 35px;
}
}
@media (max-width: 991.98px) {
.service-skin-style3 .content.content-style {
padding: 36px 50px 58px;
}
}
.service-skin-style3 .content.content-style .inner-title {
font-family: var(--font-current-theme1);
font-size: 26px;
font-weight: 400;
margin-bottom: 33px;
}
@media (max-width: 1199.98px) {
.service-skin-style3 .content.content-style .inner-title {
font-size: 22px;
margin-bottom: 17px;
}
}
@media (max-width: 991.98px) {
.service-skin-style3 .content.content-style .inner-title {
font-size: 26px;
margin-bottom: 33px;
}
}
.service-skin-style3 .content.content-style .list-style {
margin-bottom: 25px;
}
.service-skin-style3 .content.content-style .list-style ul {
margin-top: 0;
}
.service-skin-style3 .content.content-style .list-style ul li {
list-style: none;
line-height: 1.8;
position: relative;
padding-left: 20px;
}
@media (max-width: 1199.98px) {
.service-skin-style3 .content.content-style .list-style ul li {
font-size: 15px;
}
}
@media (max-width: 991.98px) {
.service-skin-style3 .content.content-style .list-style ul li {
font-size: 18px;
}
}
.service-skin-style3 .content.content-style .list-style ul li:before {
content: "\f111";
font-size: 8px;
font-family: "Font Awesome 5 Free";
font-weight: 900;
left: 0;
position: absolute;
top: calc(50% - 1px);
-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.service-skin-style3 .content.content-style .cp-btn-theme {
box-shadow: none;
font-size: 15px;
font-weight: 500;
letter-spacing: 0;
padding: 16px 34px;
}
@media (max-width: 1199.98px) {
.service-skin-style3 .content.content-style .cp-btn-theme {
font-size: 14px;
padding: 8px 14px;
}
}
@media (max-width: 991.98px) {
.service-skin-style3 .content.content-style .cp-btn-theme {
padding: 16px 34px;
}
}
.service-skin-style3 .content .excerpt {
margin-bottom: 0;
}
.service-skin-style3 .content .title {
margin-bottom: 5px;
}
.service-skin-style3 .content p {
font-size: 18px;
margin-bottom: 0;
}
@media (max-width: 1199.98px) {
.service-skin-style3 .content p {
font-size: 16px;
}
}
.service-skin-style3:hover .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style3:hover .thumb img {
transition: none;
}
}
.service-skin-style3:hover .thumb .btn-icon {
background: var(--theme-color1);
}
.service-skin-style3:hover .thumb .btn-icon i {
opacity: 1;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style3:hover .thumb .btn-icon i {
transition: none;
}
}
.service-skin-style3:hover .content {
box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
}
.service-skin-style4 .thumb {
position: relative;
overflow: hidden;
}
.service-skin-style4 .thumb img {
transition: all 0.5s;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style4 .thumb img {
transition: none;
}
}
@media (max-width: 767.98px) {
.service-skin-style4 .thumb img {
width: 100%;
}
}
.service-skin-style4 .thumb .icon-box {
bottom: 0;
left: 0;
overflow: hidden;
height: 120px;
position: absolute;
width: 135px;
text-align: center;
line-height: 160px;
padding-right: 30px;
z-index: 0;
}
.service-skin-style4 .thumb .icon-box i {
font-size: 64px;
color: #fff;
margin-right: 20px;
line-height: 1;
}
.service-skin-style4 .thumb .icon-box:before {
content: "";
left: -17px;
height: 100%;
position: absolute;
width: 100%;
transform: skewX(-16deg);
z-index: -1;
transition: all 0.5s;
border-right: 6px solid var(--theme-color1);
background: var(--theme-color2);
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style4 .thumb .icon-box:before {
transition: none;
}
}
.service-skin-style4 .thumb .icon-box .icon-img {
position: relative;
top: 30px;
left: 25px;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
@media (max-width: 1199.98px) {
.service-skin-style4 .thumb .icon-box .icon-img {
top: 22px;
width: 50px;
}
}
.service-skin-style4 .content {
background-color: #fff;
border: 1px solid #e1e3e6;
border-top: none;
padding: 35px;
}
@media (max-width: 767.98px) {
.service-skin-style4 .content {
padding: 25px 30px;
}
}
.service-skin-style4 .content .title a {
transition: all 0.5s;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style4 .content .title a {
transition: none;
}
}
.service-skin-style4 .content .excerpt {
margin-bottom: 25px;
}
.service-skin-style4 .content .btn-link {
font-size: 14px;
font-weight: 600;
letter-spacing: 2px;
text-decoration: none;
text-transform: uppercase;
transition: all 0.5s;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style4 .content .btn-link {
transition: none;
}
}
.service-skin-style4 .content > :last-child {
margin-bottom: 0;
}
.service-skin-style4:hover .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.service-skin-style4:hover .icon-box:before {
border-right: 6px solid var(--theme-color2);
background: var(--theme-color1);
}
.service-skin-style5 .tm-service .thumb {
overflow: hidden;
}
.service-skin-style5 .tm-service .thumb img {
width: 100%;
transition: all 0.5s;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style5 .tm-service .thumb img {
transition: none;
}
}
.service-skin-style5 .tm-service .content {
align-items: center;
background-color: #fff;
box-shadow: 0px 10px 30px 0px rgba(26, 29, 72, 0.07);
display: flex;
padding: 38px 40px 38px;
position: relative;
z-index: 1;
transition: all 0.3s;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style5 .tm-service .content {
transition: none;
}
}
.service-skin-style5 .tm-service .content:after {
content: "";
height: 0;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
transition: all 0.3s;
background-color: var(--theme-color1);
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style5 .tm-service .content:after {
transition: none;
}
}
.service-skin-style5 .tm-service .content .icon {
margin-right: 30px;
line-height: 1;
}
.service-skin-style5 .tm-service .content .icon .icon-img {
width: auto;
transition: all 0.3s;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style5 .tm-service .content .icon .icon-img {
transition: none;
}
}
.service-skin-style5 .tm-service .content .icon i {
font-size: 52px;
color: var(--theme-color1);
transition: all 0.3s;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style5 .tm-service .content .icon i {
transition: none;
}
}
.service-skin-style5 .tm-service .content .title {
margin: 0;
text-transform: uppercase;
}
.service-skin-style5 .tm-service:hover .thumb img {
transform: scale(1.1);
}
.service-skin-style5 .tm-service:hover .content:after {
height: 100%;
}
.service-skin-style5 .tm-service:hover .content .icon .symbol-icon {
filter: brightness(0.25);
}
.service-skin-style5 .tm-service:hover .content .icon i {
color: #fff;
}
.service-skin-style5 .tm-service:hover .content .title a {
color: #fff;
}
.service-skin-style6 {
position: relative;
box-shadow: 0px 10px 30px 0px rgba(26, 29, 72, 0.07);
}
.service-skin-style6 .thumb {
overflow: hidden;
position: relative;
border-radius: 6px 6px 0 0;
}
.service-skin-style6 .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-skin-style6 .thumb img {
transition: none;
}
}
.service-skin-style6 .content {
background: #fff;
padding: 30px;
}
.service-skin-style6 .content .icon-text .title {
margin-top: 25px;
margin-bottom: 20px;
}
.service-skin-style6 .content .service-icon i {
line-height: 64px;
font-size: 36px;
background: #f0f2f7;
color: var(--theme-color2);
height: 64px;
width: 64px;
display: inline-block;
text-align: center;
border-radius: 50%;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style6 .content .service-icon i {
transition: none;
}
}
.service-skin-style6:hover .service-icon i {
background: var(--theme-color2);
color: #fff;
transform: rotate(360deg);
}
.service-skin-style7 {
background-color: #fff;
border: 1px solid #e2e2e7;
padding: 0;
position: relative;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style7 {
transition: none;
}
}
.service-skin-style7 .thumb {
position: relative;
overflow: hidden;
}
.service-skin-style7 .thumb img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style7 .thumb img {
transition: none;
}
}
.service-skin-style7 .thumb .icon {
bottom: 0;
left: 0;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
top: 0;
width: 98px;
transition: all 0.3s ease;
background: var(--theme-color1);
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style7 .thumb .icon {
transition: none;
}
}
.service-skin-style7 .thumb .icon i {
font-size: 56px;
color: #fff;
line-height: 85px;
}
.service-skin-style7:hover .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.service-skin-style7 .content {
padding: 35px;
position: relative;
text-align: center;
}
.service-skin-style7 .content .title {
margin-top: 0;
}
.service-skin-style7 .content .excerpt {
margin-bottom: 0;
}
.service-skin-style7 .content p {
color: #7e7e87;
margin-bottom: 0;
}
.service-skin-style7:hover {
box-shadow: 0px 10px 30px 0px rgba(26, 29, 72, 0.07);
}
.service-skin-style7:hover .content .icon i {
color: #fff !important;
}
.service-skin-style7:hover .btn {
color: #fff;
}
.service-skin-style7:hover .btn:before {
border-color: transparent transparent #1e2226 transparent;
}