.read-more .fa {
    display: none !important;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*contact-form*/

.contact-form-bg {
    background: #ffffff;
    padding: 30px !important;
    border-radius: 30px !important;
}
.contact-form-bg {
    animation-name            : shadow    ;
    animation-duration        : 0.9s     ;
    animation-iteration-count : infinite  , infinite  ;
    animation-direction       : alternate , alternate ;
}
@keyframes shadow {
    from { box-shadow: 0px 0px 5px #00a0e3; }
    to   { box-shadow: 0px 0px 20px #00a0e3; }
}

.feature-box-001 .sppb-column-addons {
    position: relative;
    z-index: 1;
    width: 100%;
    box-shadow: 0 0 10px #00000045;
    border-radius: 20px 20px 5px 5px;
}