.nio-eig-slider-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.ta-new-service .td-sv-section-title h2 {
    color: #fff;
}

.ta-new-service-box {
    position: relative;
    color: #fff;
    overflow: hidden;
    transition: .3s;
}

.ta-new-service-inner {
    background: #250578;
    padding: 40px 30px;
    transition: .4s;
}

.ta-new-service-inner .icon {
    font-size: 70px;
    width: auto;
    min-height: 65px;
    margin-bottom: 20px;
    line-height: 0;
}

.ta-new-service-inner .icon i {
    background: #0009B8;
    background: -webkit-linear-gradient(to right, #0009B8 0%, #0096F5 100%);
    background: -moz-linear-gradient(to right, #0009B8 0%, #0096F5 100%);
    background: linear-gradient(to right, #0009B8 0%, #0096F5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ta-new-service-inner .title {
    margin-bottom: 15px !important;
}

.ta-new-service-box .title {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 9px;
    color: #fff;
}

.ta-new-service-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    transform: scale(.5);
}

.ta-new-service-hover .thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.ta-new-service-hover .thumb::after {
    background-image: -moz-linear-gradient( -27deg, rgb(0,9,184) 1%, rgb(0,154,252) 100%);
    background-image: -webkit-linear-gradient( -27deg, rgb(0,9,184) 1%, rgb(0,154,252) 100%);
    background-image: -ms-linear-gradient( -27deg, rgb(0,9,184) 1%, rgb(0,154,252) 100%);
    border-color: rgb(0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .7;
}

.ta-new-service-hover .content {
    position: relative;
    padding: 45px 30px;
    z-index: 1;
}

.ta-new-service-hover .content .site-btn {
    font-size: 15px;
    background: linear-gradient(27deg, #ce02f9  1%, #fdae91 100%);
    border-radius: 400px;
    display: inline-block;
    padding: 8px 27px;
    font-weight: 600;
    margin-top: 10px;

}

.ta-new-service-hover .content .title {
    margin-bottom: 15px;
}

.ta-new-service-wrapper .td-sv-btn {
    margin: 0 auto;
    margin-top: 50px;
}

.ta-new-service-hover .thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ta-new-service-inner p {
    line-height: 25px;
    margin-bottom: 0px ;
}

.ta-new-service-box .ta-new-sevice-shape {
    position: absolute;
    top: -95px;
    right: -25px;
}

.ta-new-service-box .ta-new-sevice-shape-2 {
    top: -115px;
    right: -45px;
}

.ta-new-service-wrapper {
    margin-top: 20px;
}

.ta-new-service-box:hover .ta-new-service-inner {
    opacity: 0;
    visibility: hidden;
}

.ta-new-service-box:hover .ta-new-service-hover {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.mt-30 {
    margin-top: 30px;
}
.mt-none-30 {
    margin-top: -30px;
}