.block-quote:before{
    content:"";
    background: url(../svg/quote.svg) center / 100% no-repeat;
    height: 25px;
    width: 33px;
    position: absolute;
    top: -3px;
    left: 0;
    z-index: 1;
    display: block;
}
.block-quote p{
    text-indent: 40px;
}

.link-arrow a {
    color: #1152f7 !important;
    font-weight: 500;
}

.link-arrow a:after {
    content: "";
    background: url(../svg/arrow-right-blue.svg) center right / 18px 12px no-repeat;
    width: 18px;
    height: 12px;
    display: inline-block;
    margin-left: 5px;
}

.bgtopmargin{
    background-position: center 45px !important;
}



.btn-updated-border .elementor-button {
    border: 2px solid #1152F7;
    height: 50px;
    background-color: transparent !important;
    padding: 12px 24px;
}
.btn-updated-border .elementor-button .elementor-button-text{
    color: #1152F7;
}
.btn-updated-border .elementor-button .elementor-button-text::after{
    display: none;
}
