.service-item-current-style1 {
overflow: visible;
position: relative;
box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08); }
.service-item-current-style1 .thumb {
overflow: hidden;
position: relative; }
.service-item-current-style1 .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-item-current-style1 .thumb img {
transition: none; } }
.service-item-current-style1 .thumb:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
transition: all 0.3s linear;
overflow: hidden;
-webkit-transform: scaleY(1);
-khtml-transform: scaleY(1);
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
transform: scaleY(1);
opacity: 0.5;
z-index: 1; }
@media (prefers-reduced-motion: reduce) {
.service-item-current-style1 .thumb:after {
transition: none; } }
.service-item-current-style1 .thumb .icon i {
background: var(--theme-color1);
color: #fff;
position: absolute;
top: 15px;
right: 15px;
height: 95px;
border-radius: 6px;
width: 95px;
text-align: center;
line-height: 95px;
display: inline-block;
font-size: 56px;
z-index: 2; }
.service-item-current-style1 .details {
padding: 45px;
position: relative;
transition: all 0.4s ease-in-out;
background-color: #fff;
text-align: center; }
@media (prefers-reduced-motion: reduce) {
.service-item-current-style1 .details {
transition: none; } }
.service-item-current-style1 .details .excerpt {
margin-bottom: 0; }
.service-item-current-style1 .details .title {
margin-top: 0; }
.service-item-current-style1 .details .cat-list {
margin-bottom: 15px; }
.service-item-current-style1 .details .cat-list li a {
color: #999 !important; }
.service-item-current-style1 .details .symbol-icon {
position: absolute;
left: 30px;
top: -40px;
background: #3c3434;
width: 64px;
padding: 15px;
border-radius: 3px;
transition: all 0.3s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.service-item-current-style1 .details .symbol-icon {
transition: none; } }
.service-item-current-style1:after {
content: "";
height: 5px;
width: 80%;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
background: #E7E5F0; }
.service-item-current-style1:before {
content: "";
height: 5px;
width: 0;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
transition: all 0.5s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.service-item-current-style1:before {
transition: none; } }
.service-item-current-style1: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-style1:hover .thumb:after {
-webkit-transform: scaleY(0);
-khtml-transform: scaleY(0);
-moz-transform: scaleY(0);
-ms-transform: scaleY(0);
-o-transform: scaleY(0);
transform: scaleY(0);
opacity: 1; }
.service-item-current-style1:hover .details {
border-color: #df6512;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px); }
.service-item-current-style1:hover:before {
background: var(--theme-color1);
width: 80%;
z-index: 1; }
.owl-carousel .service-item-current-style1 {
box-shadow: none;
border: 1px solid #eee; }
.service-item-current-style2 {
position: relative;
margin-bottom: 60px !important; }
.service-item-current-style2 .service-visible {
position: relative;
transition: 300ms; }
.service-item-current-style2 .service-visible .service-thumb img {
border-radius: 10px; }
.service-item-current-style2 .service-visible .service-details {
position: absolute;
bottom: -48px;
background: #fff;
width: 80%;
left: 0;
right: 0;
margin: 0 auto;
padding: 20px;
border-radius: 12px;
box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.06);
display: flex;
align-items: center; }
.service-item-current-style2 .service-visible .service-details .service-icon {
float: left;
margin-right: 20px; }
.service-item-current-style2 .service-visible .service-details .service-icon .icon i {
font-size: 54px;
color: var(--theme-color1);
line-height: 54px; }
.service-item-current-style2 .service-visible .service-details .title {
overflow: hidden;
margin: 0; }
.service-item-current-style2 .service-on-hover {
position: absolute;
top: 0;
left: 0;
width: 100%;
opacity: 0;
transition: 400ms; }
.service-item-current-style2 .service-on-hover .service-thumb-full img {
border-radius: 10px;
height: 300px; }
@media (min-width: 992px) and (max-width: 1199.98px) {
.service-item-current-style2 .service-on-hover .service-thumb-full img {
height: 370px; } }
@media (max-width: 575.98px) {
.service-item-current-style2 .service-on-hover .service-thumb-full img {
height: 310px; } }
.service-item-current-style2 .service-on-hover .service-details {
top: 0;
position: absolute;
left: 0;
text-align: center;
height: 100%;
padding: 48px 30px 30px 30px; }
@media (min-width: 992px) and (max-width: 1199.98px) {
.service-item-current-style2 .service-on-hover .service-details {
padding: 80px 30px 30px 30px; } }
@media (max-width: 575.98px) {
.service-item-current-style2 .service-on-hover .service-details {
padding: 60px 30px 30px 30px; } }
.service-item-current-style2 .service-on-hover .service-details .title {
color: #fff;
z-index: 1;
position: relative;
margin-top: 10px; }
.service-item-current-style2 .service-on-hover .service-details .title a:hover {
color: #fff; }
.service-item-current-style2 .service-on-hover .service-details .service-icon {
z-index: 1;
position: relative;
margin-bottom: 30px; }
.service-item-current-style2 .service-on-hover .service-details .service-icon .icon i {
font-size: 64px;
line-height: 64px;
color: var(--theme-color3); }
.service-item-current-style2 .service-on-hover .service-details .excerpt {
margin-bottom: 0;
color: #fff;
z-index: 1;
position: relative;
margin-top: 20px; }
.service-item-current-style2 .service-on-hover:after {
content: "";
background: #041b52;
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
opacity: 0.9;
border-radius: 10px; }
.service-item-current-style2:hover .service-visible {
visibility: hidden; }
.service-item-current-style2:hover .service-on-hover {
opacity: 1;
top: 0; }
.service-item-current-style3 {
position: relative;
overflow: hidden; }
.service-item-current-style3 .content {
position: absolute;
bottom: -65%;
background: rgba(var(--theme-color1-rgb), 0.9);
padding: 25px 30px 25px 30px;
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
transition: all 0.3s ease-in-out; }
@media (max-width: 1199.98px) {
.service-item-current-style3 .content {
bottom: -73%; } }
@media (max-width: 991.98px) {
.service-item-current-style3 .content {
bottom: -68%;
padding: 20px 30px 15px 30px; } }
@media (max-width: 767.98px) {
.service-item-current-style3 .content {
bottom: -72%;
padding: 20px 30px 15px 30px; } }
@media (prefers-reduced-motion: reduce) {
.service-item-current-style3 .content {
transition: none; } }
.service-item-current-style3 .content .title {
margin-top: 0;
color: #fff;
margin-bottom: 30px;
position: relative;
transition: all 0.3s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.service-item-current-style3 .content .title {
transition: none; } }
.service-item-current-style3 .content .title a:hover {
color: #fff; }
.service-item-current-style3 .content .title:after {
content: "\f0da";
font-family: 'Font Awesome 5 Free';
float: right; }
.service-item-current-style3 .content .excerpt {
color: #fff; }
.service-item-current-style3:hover .content {
bottom: 0; }
.service-item-current-style3:hover .content .title {
margin-bottom: 20px; }
.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; }@font-face {
font-family: "FlaticonIndustry";
src: url(//www.northcoastcellular.co.za/wp-content/plugins/mascot-core-reparar-wp/assets/flaticon-set-industry/fonts/flaticon-industry.eot);
src: url(//www.northcoastcellular.co.za/wp-content/plugins/mascot-core-reparar-wp/assets/flaticon-set-industry/fonts/flaticon-industry.eot?#iefix) format("embedded-opentype"),
url(//www.northcoastcellular.co.za/wp-content/plugins/mascot-core-reparar-wp/assets/flaticon-set-industry/fonts/flaticon-industry.woff2) format("woff2"),
url(//www.northcoastcellular.co.za/wp-content/plugins/mascot-core-reparar-wp/assets/flaticon-set-industry/fonts/flaticon-industry.woff) format("woff"),
url(//www.northcoastcellular.co.za/wp-content/plugins/mascot-core-reparar-wp/assets/flaticon-set-industry/fonts/flaticon-industry.ttf) format("truetype"),
url(//www.northcoastcellular.co.za/wp-content/plugins/mascot-core-reparar-wp/assets/flaticon-set-industry/fonts/flaticon-industry.svg#FlaticonIndustry) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "FlaticonIndustry";
src: url(//www.northcoastcellular.co.za/wp-content/plugins/mascot-core-reparar-wp/assets/flaticon-set-industry/fonts/flaticon-industry.svg#FlaticonIndustry) format("svg");
}
}
[class^="flaticon-industry-"]:before, [class*=" flaticon-industry-"]:before,
[class^="flaticon-industry-"]:after, [class*=" flaticon-industry-"]:after {
font-family: "FlaticonIndustry";
font-style: normal;
font-weight: normal;
}
.flaticon-industry-recycle:before {
content: "\f101";
}
.flaticon-industry-workers:before {
content: "\f102";
}
.flaticon-industry-factory:before {
content: "\f103";
}
.flaticon-industry-factory-1:before {
content: "\f104";
}
.flaticon-industry-hammer:before {
content: "\f105";
}
.flaticon-industry-factory-2:before {
content: "\f106";
}
.flaticon-industry-factory-3:before {
content: "\f107";
}
.flaticon-industry-house:before {
content: "\f108";
}
.flaticon-industry-home:before {
content: "\f109";
}
.flaticon-industry-industry:before {
content: "\f10a";
}
.flaticon-industry-worker:before {
content: "\f10b";
}
.flaticon-industry-cement-truck:before {
content: "\f10c";
}
.flaticon-industry-flame:before {
content: "\f10d";
}
.flaticon-industry-dustbin:before {
content: "\f10e";
}
.flaticon-industry-clipboard:before {
content: "\f10f";
}
.flaticon-industry-robotic-arm:before {
content: "\f110";
}
.flaticon-industry-robot-arm:before {
content: "\f111";
}
.flaticon-industry-brick-wall:before {
content: "\f112";
}
.flaticon-industry-factory-4:before {
content: "\f113";
}
.flaticon-industry-dump-truck:before {
content: "\f114";
}
.flaticon-industry-mixer-truck:before {
content: "\f115";
}
.flaticon-industry-coal:before {
content: "\f116";
}
.flaticon-industry-coal-1:before {
content: "\f117";
}
.flaticon-industry-construction:before {
content: "\f118";
}
.flaticon-industry-tractor:before {
content: "\f119";
}
.flaticon-industry-cogwheel:before {
content: "\f11a";
}
.flaticon-industry-pressure-gauge:before {
content: "\f11b";
}
.flaticon-industry-plan:before {
content: "\f11c";
}
.flaticon-industry-excavator:before {
content: "\f11d";
}
.flaticon-industry-hook:before {
content: "\f11e";
}
.flaticon-industry-architecture:before {
content: "\f11f";
}
.flaticon-industry-concrete-mixer:before {
content: "\f120";
}
.flaticon-industry-truck-crane:before {
content: "\f121";
}
.flaticon-industry-tanker-truck:before {
content: "\f122";
}
.flaticon-industry-maintenance:before {
content: "\f123";
}
.flaticon-industry-crane:before {
content: "\f124";
}
.flaticon-industry-loader-truck:before {
content: "\f125";
}
.flaticon-industry-clipboard-1:before {
content: "\f126";
}
.flaticon-industry-tools:before {
content: "\f127";
}
.flaticon-industry-tool:before {
content: "\f128";
}
.flaticon-industry-tractor-1:before {
content: "\f129";
}
.flaticon-industry-refinery:before {
content: "\f12a";
}
.flaticon-industry-compressor:before {
content: "\f12b";
}
.flaticon-industry-mixer-truck-1:before {
content: "\f12c";
}
.flaticon-industry-truck:before {
content: "\f12d";
}
.flaticon-industry-engineer:before {
content: "\f12e";
}
.flaticon-industry-factory-5:before {
content: "\f12f";
}
.flaticon-industry-generator:before {
content: "\f130";
}
.flaticon-industry-excavator-1:before {
content: "\f131";
}
.flaticon-industry-forklift:before {
content: "\f132";
}
.flaticon-industry-traffic-barrier:before {
content: "\f133";
}
.flaticon-industry-excavator-2:before {
content: "\f134";
}
.flaticon-industry-factory-6:before {
content: "\f135";
}
.flaticon-industry-tool-box:before {
content: "\f136";
}
.flaticon-industry-paver:before {
content: "\f137";
}
.flaticon-industry-nuclear-plant:before {
content: "\f138";
}
.flaticon-industry-forklift-1:before {
content: "\f139";
}
.flaticon-industry-robotic-arm-1:before {
content: "\f13a";
}
.flaticon-industry-breaker:before {
content: "\f13b";
}
.flaticon-industry-power-tower:before {
content: "\f13c";
}
.flaticon-industry-barrier:before {
content: "\f13d";
}
.flaticon-industry-robot:before {
content: "\f13e";
}
.flaticon-industry-crane-1:before {
content: "\f13f";
}
.flaticon-industry-digger:before {
content: "\f140";
}
.flaticon-industry-windmill:before {
content: "\f141";
}
.flaticon-industry-oil-barrel:before {
content: "\f142";
}
.flaticon-industry-windmill-1:before {
content: "\f143";
}
.flaticon-industry-cogwheel-1:before {
content: "\f144";
}
.flaticon-industry-engineer-1:before {
content: "\f145";
}
.flaticon-industry-tools-1:before {
content: "\f146";
}
.flaticon-industry-coal-2:before {
content: "\f147";
}
.flaticon-industry-settings:before {
content: "\f148";
}
.flaticon-industry-cogs:before {
content: "\f149";
}
.flaticon-industry-engineer-2:before {
content: "\f14a";
}
.flaticon-industry-wrench:before {
content: "\f14b";
}
.flaticon-industry-hierarchy:before {
content: "\f14c";
}
.flaticon-industry-education:before {
content: "\f14d";
}
.flaticon-industry-factory-7:before {
content: "\f14e";
}
.flaticon-industry-industry-1:before {
content: "\f14f";
}
.flaticon-industry-construction-1:before {
content: "\f150";
}
.flaticon-industry-calculator:before {
content: "\f151";
}
.flaticon-industry-engineering:before {
content: "\f152";
}
.flaticon-industry-power-plant:before {
content: "\f153";
}
.flaticon-industry-industry-2:before {
content: "\f154";
}
.flaticon-industry-engineer-3:before {
content: "\f155";
}
.flaticon-industry-blueprint:before {
content: "\f156";
}
.flaticon-industry-triangle:before {
content: "\f157";
}
.flaticon-industry-electrical-engineer:before {
content: "\f158";
}
.flaticon-industry-cpu:before {
content: "\f159";
}
.flaticon-industry-barrier-1:before {
content: "\f15a";
}
.flaticon-industry-technology:before {
content: "\f15b";
}
.flaticon-industry-contract:before {
content: "\f15c";
}
.flaticon-industry-pie-chart:before {
content: "\f15d";
}
.flaticon-industry-internet:before {
content: "\f15e";
}
.flaticon-industry-compass:before {
content: "\f15f";
}
.flaticon-industry-warehouse:before {
content: "\f160";
}
.flaticon-industry-robotic-arm-2:before {
content: "\f161";
}
.flaticon-industry-robot-1:before {
content: "\f162";
}
.flaticon-industry-gear:before {
content: "\f163";
}
.flaticon-industry-laptop:before {
content: "\f164";
}
.flaticon-industry-screwdriver:before {
content: "\f165";
}
.flaticon-industry-desktop-computer:before {
content: "\f166";
}
.flaticon-industry-blueprint-1:before {
content: "\f167";
}
.flaticon-industry-beer-keg:before {
content: "\f168";
}
.flaticon-industry-brewing:before {
content: "\f169";
}
.flaticon-industry-barrels:before {
content: "\f16a";
}
.flaticon-industry-technician:before {
content: "\f16b";
}
.flaticon-industry-fuel-truck:before {
content: "\f16c";
}
.flaticon-industry-atom:before {
content: "\f16d";
}
.flaticon-industry-trade:before {
content: "\f16e";
}
.flaticon-industry-factory-8:before {
content: "\f16f";
}
.flaticon-industry-faucet:before {
content: "\f170";
}
.flaticon-industry-industrial-robot:before {
content: "\f171";
}
.flaticon-industry-valve:before {
content: "\f172";
}
.flaticon-industry-factory-9:before {
content: "\f173";
}
.flaticon-industry-control-lever:before {
content: "\f174";
}
.flaticon-industry-tool-1:before {
content: "\f175";
}
.flaticon-industry-power-plant-1:before {
content: "\f176";
}
.flaticon-industry-shipment:before {
content: "\f177";
}
.flaticon-industry-pump-jack:before {
content: "\f178";
}
.flaticon-industry-pressure-gauge-1:before {
content: "\f179";
}
.flaticon-industry-pollution:before {
content: "\f17a";
}
.flaticon-industry-truck-1:before {
content: "\f17b";
}
.flaticon-industry-lab-tool:before {
content: "\f17c";
}
.flaticon-industry-research-and-development:before {
content: "\f17d";
}
.flaticon-industry-factory-10:before {
content: "\f17e";
}
.flaticon-industry-coal-3:before {
content: "\f17f";
}
.flaticon-industry-industry-3:before {
content: "\f180";
}
.flaticon-industry-fuel-station:before {
content: "\f181";
}
.flaticon-industry-packing:before {
content: "\f182";
}
.flaticon-industry-worker-1:before {
content: "\f183";
}
.flaticon-industry-work-list:before {
content: "\f184";
}
.flaticon-industry-engineer-4:before {
content: "\f185";
}
.flaticon-industry-idea:before {
content: "\f186";
}
.flaticon-industry-worker-2:before {
content: "\f187";
}
.flaticon-industry-sorting:before {
content: "\f188";
}
.flaticon-industry-factory-11:before {
content: "\f189";
}
.flaticon-industry-garbage:before {
content: "\f18a";
}
.flaticon-industry-engineer-5:before {
content: "\f18b";
}
.flaticon-industry-engineer-6:before {
content: "\f18c";
}
.flaticon-industry-packing-1:before {
content: "\f18d";
}
.flaticon-industry-refinery-1:before {
content: "\f18e";
}
.flaticon-industry-tank:before {
content: "\f18f";
}
.flaticon-industry-time-management:before {
content: "\f190";
}
.flaticon-industry-cogwheels:before {
content: "\f191";
}
.flaticon-industry-worker-3:before {
content: "\f192";
}
.flaticon-industry-wagon:before {
content: "\f193";
}
.flaticon-industry-industry-4:before {
content: "\f194";
}
.flaticon-industry-production:before {
content: "\f195";
}
.flaticon-industry-engineer-7:before {
content: "\f196";
}
.flaticon-industry-engineer-8:before {
content: "\f197";
}
.flaticon-industry-manufacturing:before {
content: "\f198";
}
.flaticon-industry-oil-platform:before {
content: "\f199";
}
.flaticon-industry-worker-4:before {
content: "\f19a";
}
.flaticon-industry-calculator-1:before {
content: "\f19b";
}
.flaticon-industry-building:before {
content: "\f19c";
}
.flaticon-industry-oil-platform-1:before {
content: "\f19d";
}
.flaticon-industry-shelves:before {
content: "\f19e";
}
.flaticon-industry-cooling:before {
content: "\f19f";
}
.flaticon-industry-manufacturing-1:before {
content: "\f1a0";
}
.flaticon-industry-engineer-9:before {
content: "\f1a1";
}
.flaticon-industry-inspection:before {
content: "\f1a2";
}
.flaticon-industry-oil:before {
content: "\f1a3";
}
.flaticon-industry-worker-5:before {
content: "\f1a4";
}
.flaticon-industry-engineer-10:before {
content: "\f1a5";
}
.flaticon-industry-toolbox:before {
content: "\f1a6";
}
.flaticon-industry-tank-1:before {
content: "\f1a7";
}
.flaticon-industry-multimeter:before {
content: "\f1a8";
}
.flaticon-industry-driller:before {
content: "\f1a9";
}
.flaticon-industry-maintenance-1:before {
content: "\f1aa";
}
.flaticon-industry-presentation:before {
content: "\f1ab";
}
.flaticon-industry-hydraulic-car:before {
content: "\f1ac";
}
.flaticon-industry-worldwide:before {
content: "\f1ad";
}
.flaticon-industry-work-time:before {
content: "\f1ae";
}
.flaticon-industry-network:before {
content: "\f1af";
}
.flaticon-industry-dump-truck-1:before {
content: "\f1b0";
}
.flaticon-industry-loader:before {
content: "\f1b1";
}
.flaticon-industry-robotic-arm-3:before {
content: "\f1b2";
}
.flaticon-industry-geothermal-energy:before {
content: "\f1b3";
}
.flaticon-industry-engineer-11:before {
content: "\f1b4";
}
.flaticon-industry-laptop-1:before {
content: "\f1b5";
}
.flaticon-industry-drill:before {
content: "\f1b6";
}
.flaticon-industry-extraction:before {
content: "\f1b7";
}
.flaticon-industry-factory-machine:before {
content: "\f1b8";
}
.flaticon-industry-design:before {
content: "\f1b9";
}
.flaticon-industry-planning:before {
content: "\f1ba";
}
.flaticon-industry-wagon-1:before {
content: "\f1bb";
}
.flaticon-industry-engineer-12:before {
content: "\f1bc";
}
.flaticon-industry-engineer-13:before {
content: "\f1bd";
}
.flaticon-industry-engineer-14:before {
content: "\f1be";
}
.flaticon-industry-factory-12:before {
content: "\f1bf";
}
.flaticon-industry-presentation-1:before {
content: "\f1c0";
}
.flaticon-industry-online-support:before {
content: "\f1c1";
}
.flaticon-industry-factory-13:before {
content: "\f1c2";
}
.flaticon-industry-blueprint-2:before {
content: "\f1c3";
}
.flaticon-industry-saw:before {
content: "\f1c4";
}
.flaticon-industry-warehouse-1:before {
content: "\f1c5";
}
.flaticon-industry-crane-2:before {
content: "\f1c6";
}
.flaticon-industry-engineering-1:before {
content: "\f1c7";
}
.flaticon-industry-metal:before {
content: "\f1c8";
}
.flaticon-industry-gear-1:before {
content: "\f1c9";
}
.flaticon-industry-architecture-1:before {
content: "\f1ca";
}
.flaticon-industry-nuclear-plant-1:before {
content: "\f1cb";
}
.flaticon-industry-robotic-arm-4:before {
content: "\f1cc";
}
.flaticon-industry-saw-1:before {
content: "\f1cd";
}
.flaticon-industry-worker-6:before {
content: "\f1ce";
}
.flaticon-industry-maintenance-2:before {
content: "\f1cf";
}
.flaticon-industry-laptop-2:before {
content: "\f1d0";
}
.flaticon-industry-global:before {
content: "\f1d1";
}
.flaticon-industry-brick-wall-1:before {
content: "\f1d2";
}
.flaticon-industry-tools-2:before {
content: "\f1d3";
}
.flaticon-industry-construction-machine:before {
content: "\f1d4";
}
.flaticon-industry-chemical:before {
content: "\f1d5";
}
.flaticon-industry-continuous:before {
content: "\f1d6";
}
.flaticon-industry-barrel-per-day:before {
content: "\f1d7";
}
.flaticon-industry-engineer-15:before {
content: "\f1d8";
}
.flaticon-industry-heavy-vehicle:before {
content: "\f1d9";
}
.flaticon-industry-crane-3:before {
content: "\f1da";
}
.flaticon-industry-order:before {
content: "\f1db";
}
.flaticon-industry-gas:before {
content: "\f1dc";
}
.flaticon-industry-warehouse-2:before {
content: "\f1dd";
}
.flaticon-industry-heavy-vehicle-1:before {
content: "\f1de";
}
.flaticon-industry-factory-14:before {
content: "\f1df";
}
.flaticon-industry-automation:before {
content: "\f1e0";
}
.flaticon-industry-biogas:before {
content: "\f1e1";
}
.flaticon-industry-planning-1:before {
content: "\f1e2";
}
.flaticon-industry-petrol-station:before {
content: "\f1e3";
}
.flaticon-industry-assembly:before {
content: "\f1e4";
}
.flaticon-industry-oil-1:before {
content: "\f1e5";
}
.flaticon-industry-machine:before {
content: "\f1e6";
}
.flaticon-industry-heavy-vehicle-3:before {
content: "\f1e7";
}
.flaticon-industry-maintenance-3:before {
content: "\f1e8";
}
.flaticon-industry-extinguisher:before {
content: "\f1e9";
}
.flaticon-industry-factory-15:before {
content: "\f1ea";
}
.flaticon-industry-heavy-vehicle-4:before {
content: "\f1eb";
}
.flaticon-industry-productive:before {
content: "\f1ec";
}
.flaticon-industry-machine-1:before {
content: "\f1ed";
}
.flaticon-industry-construction-machine-1:before {
content: "\f1ee";
}
.flaticon-industry-direct:before {
content: "\f1ef";
}
.flaticon-industry-factory-16:before {
content: "\f1f0";
}
.flaticon-industry-construction-machine-2:before {
content: "\f1f1";
}
.flaticon-industry-backlog:before {
content: "\f1f2";
}
.flaticon-industry-conveyor:before {
content: "\f1f3";
}
.flaticon-industry-heavy-vehicle-5:before {
content: "\f1f4";
}
.flaticon-industry-machine-2:before {
content: "\f1f5";
}
.flaticon-industry-heavy-vehicle-6:before {
content: "\f1f6";
}
.flaticon-industry-industrial-robot-1:before {
content: "\f1f7";
}
.flaticon-industry-heavy-vehicle-7:before {
content: "\f1f8";
}
.flaticon-industry-construction-machine-3:before {
content: "\f1f9";
}
.flaticon-industry-heavy-vehicle-8:before {
content: "\f1fa";
}