/*
Gloabl styles for all cta block 
*/
.cta-span {
    display: block;
}

:root .rul-gradient .has-background,
.rul-cta-btn {
    background: rgb(255, 52, 0);
    background: -o-linear-gradient(left, rgba(255, 52, 0, 1) 0%, rgba(248, 121, 39, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 52, 0, 1)), to(rgba(248, 121, 39, 1)));
    background: linear-gradient(90deg, rgba(255, 52, 0, 1) 0%, rgba(248, 121, 39, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3400", endColorstr="#f87927", GradientType=1);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    text-decoration: none;
}

:root .rul-gradient .has-background:hover,
.rul-cta-btn:hover {
    background: rgb(248, 121, 39);
    background: -webkit-gradient(linear, left top, right top, from(rgba(248, 121, 39, 1)), to(rgba(255, 52, 0, 1)));
    background: -o-linear-gradient(left, rgba(248, 121, 39, 1) 0%, rgba(255, 52, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(248, 121, 39, 1) 0%, rgba(255, 52, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f87927", endColorstr="#ff3400", GradientType=1);
    text-decoration: none;
    text-decoration: none;
}

/**
* CTA One
* CTA styles
*/

.wrapper {
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}

.wrapper .h2 {
    color: #2c3340;
    font-size: 1.8em;
    display: block;
}

.columns {
    position: relative;
    margin-top: 175px;
    overflow: hidden;
    display: flex;
}

.columns svg {
    position: absolute;
    z-index: 1;
}

.columns svg:nth-child(1) {
    top: -129px;
    left: 27px;
}

.columns svg:nth-child(2) {
    top: -129px;
    left: 50%;
}

.columns svg:nth-child(3) {
    top: -129px;
    right: 27px;
}

.columns .single-box {
    width: 33.33333333%;
    float: left;
    font-size: .8em;
    background-color: #ff6900;
    transition-property: transform;
    transition-duration: 1s, 1s, 0.7s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94), ease, ease;
    transition-delay: 0s, 0s, 0s;
    position: relative;
    z-index: 2;
    display: flex;
}

.columns .single-box:hover {
    z-index: 3;
    transform: scale(1.01);
    box-shadow: 1px 1px 4px 4px rgba(14, 8, 8, .18);
}

.columns .single-box .overlay-bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.columns .single-box.two {
    background-color: #fcb900;
}

.columns .single-box.three {
    background-color: #7bdcb5;
}

.columns .single-box .h3 {
    display: flex;
    width: 100%;
    padding: 35px 15%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 700;
    min-height: 250px;
    margin: 0;
    z-index: 2;
    position: relative;
}

.columns .single-box .h3 a {
    color: inherit;
    text-decoration: none;
}

.border-style .columns.one-clm .single-box {
    width: 100%;
}

.border-style .columns.two-clm .single-box {
    width: 50%;
}



/** 
 * CTA Border
 */
.wrapper.border-style {
    padding: 21px 0 35px;
    border-top: 3px solid #ddd;
    border-bottom: 3px solid #ddd;
    margin-top: 30px;
}

.wrapper.border-style .h2 {
    margin: 0 0 20px;
}

.wrapper.border-style .columns {
    margin-top: 0;
}

/**
* CTA Two Styles
*/
.rul-cta-two-box.defualt-cta-two-bg {
    background: #f87927;
    background: -webkit-gradient(linear, left top, right top, from(rgba(248, 121, 39, 1)), to(rgba(255, 52, 0, 1)));
    background: -o-linear-gradient(left, rgba(248, 121, 39, 1) 0%, rgba(255, 52, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(248, 121, 39, 1) 0%, rgba(255, 52, 0, 1) 100%);
    color: #fff;
}

:root .rul-cta-two-box a {
    color: #fff;
    text-decoration: none;
    display: block;
}

:root .rul-cta-two-box a:hover {
    color: inherit;
    text-decoration: none;
}

.cta-two-content-wrapper {
    text-align: center;
    padding: 19px 30px;
}

.cta-two-content-wrapper span:not(span[data-rich-text-placeholder]) {
    display: block;
    background: none !important;
}

.cta-two-content-one {
    font-size: 1.6rem;
    margin-bottom: 8px;
}
.cta-two-content-two {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
}

/*
CTA Three styles
*/
.cta-three-content-wrapper,
.cta-four-content-wrapper {
    text-align: center;
    padding: 20px 30px;
}

.cta-three-content-one {
    display: inline-block;
    text-decoration: underline;
    font-weight: bold;
}

/*
CTA Four styles
*/
.cta-four-content-one {
    display: inline-block;
    position: relative;
    font-size: 1.6rem;
    font-weight: normal;
}

.cta-four-content-one:before {
    position: absolute;
    left: -38px;
    top: 14px;
    content: "→";
    font-weight: bold;
    font-size: 34px;
    line-height: 0;
}

/*
CTA Five styles
*/
.defualt-cta-five-bg {
    background: #fff;
}

.cta-five-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 2px 8px #ccc;
    padding: 22px 14px;
}
.rul-cta-five-box a,
.rul-cta-five-box a:hover {
    text-decoration: none;
    color: inherit;
}

.cta-five-content-wrapper .left-content {
    max-width: 60%;
}
.cta-five-content-wrapper .rul-cta-btn {
    color: #fff !important;
    padding: 4px 14px;
    border-radius: 5px;
}
.cta-five-content-one {
    font-size: 1.4rem;
}
.cta-five-content-two {
    font-size: 15px;
    line-height: 18px;
    margin-top: 4px;
    font-weight: normal;
}
/*
CTA App One Style
*/
.defualt-cta-app-one-bg {
    background: #F6F6F6;
}

.rul-cta-app-one-box {
    padding: 20px 15px;
    border-radius: 15px;
}

.cta-app-one-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cta-app-one-content-wrapper .left-content {
    width: 100%;
}

.cta-app-one-content-wrapper .left-content .app-icon {
    float: left;
    padding-right: 13px;
}

.cta-app-one-content-wrapper .button-wrapper {
    padding-left: 15px;
    text-align: right;
}

.cta-app-one-content-wrapper .button-wrapper a {
    display: block;
    margin: 5px 0;
    border-radius: 10px;
    overflow: hidden;
    transition: .2s;
}

.cta-app-one-content-wrapper .button-wrapper a:hover {
    transform: scale(1.03);
}

.defualt-cta-app-one-bg .cta-app-one-content-one {
    color: #000;
}

.cta-app-one-content-one {
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 4px;
}

/*
CTA App Two Style
*/
.defualt-cta-app-two-bg {
    background: #FADF87;
}

.rul-cta-app-two-box {
    padding: 20px 15px;
    border-radius: 15px;
}

.rul-cta-app-two-box .button-wrapper a {
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    transition: .2s;
}

.rul-cta-app-two-box .button-wrapper a:hover {
    transform: scale(1.03);
}

.rul-cta-app-two-box .button-wrapper a:first-of-type {
    margin-right: 10px;
}
@media screen and (max-width: 991px) {
    .columns .single-box .h3 {
        font-size: 1.5em;
    }

    .columns .single-box .h3 {
        min-height: 180px;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 20px;
        padding-top: 40px;
        min-height: 180px;
    }
    /* CTA App One */
    .cta-app-one-content-wrapper {
        display: initial;
    }
    .cta-app-one-content-wrapper .left-content {
        overflow: hidden;
    }
    .cta-app-one-content-wrapper .button-wrapper {
        padding-left: 0;
        text-align: initial;
        display: flex;
    }
    .cta-app-one-content-two {
        display: table;
    }
}

@media (max-width: 767.98px) {
    .columns svg {
        display: none;
    }

    .columns {
        margin-top: 35px;
    }
    /* CTA Five */
    .cta-five-content-wrapper {
        display: block;
    }
    .cta-five-content-wrapper .left-content {
        max-width: initial;
        margin-bottom: 20px;
    }
    .cta-five-content-wrapper .rul-cta-btn {
        display: inline-block;
    }
}

@media (max-width: 575.98px) {
    .wrapper h2 {
        font-size: 1.3em;
    }

    .columns .single-box .h3 {
        font-size: 1em;
    }

    .columns .single-box .h3 {
        padding-right: 10%;
        padding-left: 10%;
        min-height: 100px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* CTA Button */
    .wp-block-buttons>.wp-block-button.wp-block-button__width-25.rul-gradient {
        width: calc(50% - .25em);
    }
    .wp-block-buttons>.wp-block-button.wp-block-button__width-50.rul-gradient {
        width: calc(80% - .25em);
    }
}
@media (max-width: 479.98px) {
    /* CTA Button */
    .wp-block-buttons>.wp-block-button.wp-block-button__width-25.rul-gradient {
        width: calc(100% - .25em);
    }

    .wp-block-buttons>.wp-block-button.wp-block-button__width-50.rul-gradient {
        width: calc(100% - .25em);
    }
}