.tp-bg-orange a:hover {
    color:#fff;
}

.tpservices__content a:hover {
    text-decoration: underline;
}


.tpservices__content .tp-btn-border {
    margin-top: 2rem;
}

.tpservices.tp-bg-orange  .tp-btn {
    background-color: #fff;
}
.tpservices.tp-bg-secoundery .tp-btn,
.tpservices.tp-bg-gray .tp-btn {
    background-color: var(--tp-theme-color);
    font-weight: 600;
    color: #fff
}
.tpservices.tp-bg-secoundery .tp-btn .tp-btn-icon ,
.tpservices.tp-bg-gray .tp-btn .tp-btn-icon {
    color: var(--tp-theme-color);
}
.tpservices.tp-bg-secoundery .tp-btn .tp-btn-icon:before,
.tpservices.tp-bg-gray .tp-btn .tp-btn-icon:before {
    background-color:#fff;
}

.tpservices.tp-bg-orange  .tp-btn:focus .tp-btn-text,
.tpservices.tp-bg-orange  .tp-btn:hover .tp-btn-text {
    color: var(--tp-orange-color);
}

.tpservices__img {
    bottom: -60px;
}

.tpservices__back-text {
    color: rgba(0, 0, 0, 0.05);
}
.tp-bg-orange .tpservices__back-text {
    color: rgba(255, 255, 255, 0.05);
}