/***
=============================================
Cta One
=============================================
***/
.cta-one {
    position: relative;
    display: block;
    z-index: 3;
}

.cta-one__inner {
    position: relative;
    display: block;
    background: var(--lawstart-base);
    padding: 50px 60px 60px;
    border-radius: var(--lawstart-bdr-radius);
    margin-bottom: -100px;
    z-index: 5;
}

.cta-one__shape {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    mix-blend-mode: luminosity;
    opacity: 0.05;
    z-index: -1;
}

.cta-one__img1 {
    position: absolute;
    bottom: 0;
    right: 125px;
    animation: leftRight 4s ease-in-out infinite;
    z-index: -1;
}

.cta-one__content {
    position: relative;
    display: block;
}

.cta-one__content h2 {
    color: var(--lawstart-white);
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.cta-one__content p {
    color: var(--lawstart-white);
}

.cta-one__content .btn-box {
    position: relative;
    display: block;
    margin-top: 30px;
    line-height: 0px;
}

.cta-one__content .btn-box .thm-btn {
    color: var(--lawstart-white);
    background: var(--lawstart-black);
}

.cta-one__content .btn-box .thm-btn:hover {
    color: var(--lawstart-black);
}

.cta-one__content .btn-box .thm-btn .hover-btn {
    background: var(--lawstart-white);
}