.text-primary {
    color: #6e1946 !important;
}
.text-primary:hover {
    color: #6e1946 !important;
}

.butn.style-one.fill {
    background: #6e1946 !important;
    color: #e3fff3;
    box-shadow: 0px 15px 25px 0px rgb(0 0 30 / 15%);
}

.butn {
    background: linear-gradient(-45deg, #ed2c2c, #fd8585);
}
.service-icon {
    color: #ed2c2c;
    background: rgb(237 44 44 / 15%);
}
.hover-icon:hover .service-icon {
    background: linear-gradient(-45deg, #ed2c2c, #fd8585);
}
.section-heading2 span {
    color: #ed2c2c;
}
constructed stylesheet
.section-heading2 h1:after, .section-heading2 h2:after, .section-heading2 h3:after, .section-heading2 h4:after, .section-heading2 h5:after, .section-heading2 h6:after {
    background: linear-gradient(-45deg, #ed2c2c, #fd8585);
}
.btn-primary {
    color: #fff;
    background-color: #b00000;
    border-color: #c07777;
}
.text-dark{
    color: #5f5f5f;
}