.gradient-text-001 .sppb-addon-title {
    letter-spacing: 1px;
    background: -webkit-linear-gradient(50deg, #ef713a 31%, #edd61b 74%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-text-001 h3.sppb-addon-title {
    height: 35px;
}

.img-pattern-001 img {
    position: relative;
}

.img-pattern-001:after {
      content: "";
      position: absolute;
      background: -webkit-linear-gradient(-50deg, #ef713a 31%, #edd61b 74%);
      width: 100%;
      z-index: -99999 !important;
      height: 97%;
      top: -10px;
      left: 10px;
      transition:0.6s;
}

.img-pattern-001:hover:after {
     left: 5px;
     top: -5px; 
}
@media(max-width:991px){
.img-pattern-001:after {
      content: "";
      position: absolute;
      background: -webkit-linear-gradient(-50deg, #ef713a 31%, #edd61b 74%);
      width: 98%;
      z-index: -99999 !important;
      height: 60%;
      top: 19px;
      left: -6px;
      transition:0.6s;
}}

/*box*/
.box-style-001 {
    position: relative;
}

.box-style-001:before {
    position: absolute;
    content: '';
    width: 15px;
    z-index: 99;
    height: 80%;
    bottom: 0px;
    top: 0px;
    margin: auto;
    background: -webkit-linear-gradient(-50deg, #ef713a 31%, #edd61b 74%);
    right: 0px !important;
    transition:0.3s;
}
@media(max-width:991px){
.box-style-001:before {
    width: 3px;
    height: 20%;
    top: 59px;
     bottom: unset;
}}

.box-style-002 {
    position: relative;
}

.box-style-002:after {
    position: absolute;
    content: '';
    width: 46%;
    z-index: 99;
    height: 10px;
    bottom: 91px;
    margin: auto;
    background: -webkit-linear-gradient(-50deg, #ef713a 31%, #edd61b 74%);
    left: 0px !important;
    transition:0.3s;
}

@media(max-width:991px){
.box-style-002:after {
    display: none;
}}



.box-style-003 {
    position: relative;
}

.box-style-003:before {
    position: absolute;
    content: '';
    width: 15px;
    z-index: 99;
    height: 80%;
    bottom: 0px;
    top: 0px;
    margin: auto;
    background: -webkit-linear-gradient(-50deg, #ef713a 31%, #edd61b 74%);
    left: 0px !important;
    transition:0.3s;
}
@media(max-width:991px){
.box-style-003:before {
    width: 3px;
    height: 20%;
    top: 59px;
     bottom: unset;
}}


.cta-pattern-001 img {
    position: relative;
}

.cta-pattern-001:after {
      content: "";
      position: absolute;
      background: -webkit-linear-gradient(-50deg, #ef713a 31%, #edd61b 74%);
      width: 100%;
      z-index: -99999 !important;
      height: 97%;
      top: -10px;
      left: 10px;
      transition:0.6s;
}

.cta-pattern-001:hover:after {
     left: 5px;
     top: -5px; 
}
@media(max-width:991px){
.cta-pattern-001:after {
      content: "";
      position: absolute;
      background: -webkit-linear-gradient(-50deg, #ef713ae0 31%, #edd61b 74%);
      width: 94%;
      z-index: -99999 !important;
      height: 6px;
      top: unset;
      bottom: 19px;
      z-index: 99999 !important;
      left: -6px;
      transition:0.6s;
}}