/* Start custom CSS */.orangeCTA a{
    background-color: transparent;
    background-image: linear-gradient(to right, #F05D0F 0%, #EF9A03 100%);
    transition: all 0.3s ease;
}

.orangeCTA a:hover{
    background-image: linear-gradient(to right, #F05D0F 0%, #F05D0F 100%);
    transition: all 0.3s ease;
}

.blueCTA a{
    background-color: transparent;
    background-image: linear-gradient(to right, #F05D0F 0%, #EF9A03 100%);
    transition: all 0.3s ease;
}

.orangeCTA a:hover{
    background-image: linear-gradient(to right, #F05D0F 0%, #F05D0F 100%);
    transition: all 0.3s ease;
}

.obox > div{
overflow: hidden !important;
}

.heroList i, .yourList i{
    background-image: linear-gradient(to right, #F05D0F 0%, #EF9A03 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
}

.blueHigh{
    background-color: #020D66;
    color: #fff;
    font-weight: 700;
    padding: 0 5px;
}

.orangeHigh{
    background-color: #F05D0F;
    color: #fff;
    font-weight: 700;
    padding: 0 5px;
}

#review .elementor-testimonial__header{
    background-image: linear-gradient(to right, #F05D0F 0%, #EF9A03 100%);
}

@media screen and (max-width: 1024px){
    .yourList ul{
        column-count: 1;
    }
}/* End custom CSS */