/* Style 3 */

.financeio-service-style-3 {
    transition: all 0.3s ease-in-out;
}

.financeio-service-style-3 .service-content {
    position: relative;
    border-radius: var(--box-border-radius);
    cursor: pointer;
    background: var(--color-theme-white);
    box-shadow: var(--global-box-shadow);
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    margin-bottom: 30px;
}

.financeio-service-style-3.service-hover::before {
    width: 0;
    opacity: 0;
    transition: opacity 0 ease-in-out;
    transition-delay: 0.5s;
    max-height: 100%;
}

.financeio-service-style-3.service-hover .service-content .financeio-btn-container {
    overflow: hidden;
    display: none;
}

.financeio-service-style-3 .service-content .service-img {
    width: 100px;
    height: 100px;
    background: var(--global-body-lightbg);
    text-align: center;
    line-height: 115px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 35px;
    border-radius: var(--box-border-radius);
    position: relative;
}

.financeio-service-style-3.service-style .service-content {
    background: var(--color-theme-white);
    text-align: center;
    box-shadow: var(--global-box-shadow);
    border-radius: var(--box-border-radius);
    padding: 50px 30px;
}

.financeio-service.financeio-service-style-3 .service-desc {
    margin-bottom: 0;
    transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
}

.financeio-service-style-3.financeio-service .financeio-theme-link {
    color: var(--color-theme-primary);
}

.financeio-service-style-3 .financeio-btn-container {
    margin-top: 20px;
}

.financeio-service-style-3.service-style .service-content .financeio-theme-link {
    padding: 0 15px;
}

.financeio-service-style-3.center .financeio-theme-link {
    padding: 0 15px;
}

.financeio-service-style-3 .service-content .service-bottom-wrap {
    padding: 30px;
    position: relative;
    width: 100%;
    background: var(--color-theme-white);
    box-shadow: var(--global-box-shadow);
}

.service-content .financeio-heading-title a {
    color: inherit;
}


/* Style 2 */

.financeio-service-style-4 {
    margin-bottom: 30px;
    background-color: var(--color-theme-white);
    padding: 50px 40px;
    box-shadow: var(--global-box-shadow);
}

.financeio-service-style-4 .service-img svg {
    font-size: 50px;
    color: var(--color-theme-secondary);
    margin-bottom: 15px;
}

.financeio-service-style-4 .service-content .service-img {
    width: 100px;
    height: 100px;
    background: var(--global-body-lightbg);
    text-align: center;
    line-height: 115px;
    margin: 30px auto;
    padding: 35px;
    border-radius: var(--box-border-radius);
    position: relative;
}

.financeio-service-style-4 .service-content .service-info {
    margin: 40px 0;
}

.financeio-service-style-4 .service-content .financeio-heading-title {
    margin-bottom: 10px;
}

.financeio-service-style-4 .service-content .financeio-heading-title a {
    color: inherit;
}

.icon-position-left .financeio-service-style-4 .service-content,
.icon-position-left .financeio-service-style-4 .service-content {
    display: flex;
    align-items: center;
}

.icon-position-left .financeio-service-style-4 .service-content .service-info {
    padding: 0 30px;
}

.icon-position-left .financeio-service-style-4 .service-content svg {
    margin: 0;
}

.icon-position-top .financeio-service-style-4 .service-content .service-img svg {
    margin-bottom: 30px;
}

.customer-care .financeio-service-style-4::before {
    display: none;
}

.financeio-slider-box .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.financeio-slider-box .owl-carousel .owl-item {
    opacity: 0;
    transition: opacity 500ms;
}

.financeio-slider-box .owl-carousel .owl-item.active {
    opacity: 1;
}

.financeio-slider-box .service-content p {
    margin-bottom: 0;
    transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
}


/* style-2 */

.financeio-service-style-2 {
    transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
}

.financeio-service-style-2 .service-content {
    position: relative;
    overflow: hidden;
    border-radius: var(--box-border-radius);
    background-color: var(--color-theme-white);
    padding: 55px 83px;
    text-align: center;
    transform: perspective(1px) translateZ(0);
    -webkit-transform: perspective(1px) translateZ(0);
    box-shadow: var(--global-box-shadow);
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition-property: color;
    -webkit-transition-property: color;
    transform: translateY(0), scale(1);
}

.financeio-service-style-2:hover .service-content .financeio-btn-container {
    opacity: 1;
}

.financeio-service-style-2 .service-img {
    width: 100px;
    height: 100px;
    background: var(--global-body-lightbg);
    text-align: center;
    line-height: 115px;
    margin: 30px auto;
    padding: 35px;
    border-radius: var(--box-border-radius);
    position: relative;
}

.financeio-service-style-2 .service-content .service-img i,
.financeio-service-style-2 .service-content .service-img svg,
.financeio-service-style-2 .service-content .service-img img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.financeio-service-style-2 .service-content {
    transition: 0.5s;
}

.financeio-service-style-2 .service-content .financeio-btn-container {
    overflow: hidden;
    opacity: 0;
    transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
}

.financeio-service-style-2 .service-img {
    padding: 30px 0;
    transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
}

.financeio-service-style-2 .financeio-heading-title {
    position: relative;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
}

.financeio-service-style-2 .financeio-heading-title a {
    color: inherit;
}

.financeio-service-style-2 .service-wrapper {
    transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    overflow: hidden;
}

.financeio-service-style-2:hover .service-wrapper {
    transform: translatey(-30px);
}

.financeio-service-style-2:hover .financeio-heading-title {
    opacity: 0;
}

.financeio-service-style-2.financeio-service .financeio-theme-link {
    color: var(--color-theme-primary);
}

.financeio-service-style-2.financeio-service .financeio-theme-link:hover {
    color: var(--color-theme-white);
}

.financeio-service-style-2 .financeio-btn-container {
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .financeio-service-style-2 {
        margin-bottom: 30px;
    }
}

@media (max-width: 1024px) {
    .financeio-service-style-2 .service-content .financeio-btn-container {
        overflow: visible;
        display: block !important;
    }
    .financeio-service-style-2 .service-content:hover {
        transform: unset;
        z-index: unset;
    }
    .financeio-service-style-3.service-hover .service-content .financeio-btn-container {
        overflow: visible;
        display: block !important;
    }
    .financeio-service-style-3 {
        height: auto;
    }
}

@media (max-width: 1280px) {
    .financeio-service-style-2 .service-content {
        padding: 55px;
    }
}

@media (max-width: 992px) {
    .financeio-service-style-2 .service-content {
        padding: 55px 30px;
    }
}

@media (max-width: 767px) {
    .financeio-service-style-2 .service-content:hover {
        transform: unset;
    }
}

@media (min-width: 1025px) {
    .financeio-service-style-2 {
        min-height: 430px;
    }
}