/* CUSTOM RULES */

a {
    color: #c6a767;
    text-decoration: none;
}

.bold {
    font-weight: bold;
}

.gradient-1 {
    background-image: linear-gradient(120deg, #c6a767 10%, #857147 100%);
}

.gradient-2 {
    background-image: linear-gradient(120deg, #3f9916 10%, #327b10 100%);
}

.solid-duo.text-grape-fuchsia .fill-primary{
    fill:#c6a767
}
.solid-duo.text-grape-fuchsia .fill-secondary{
    fill:#3f9916
}

footer h4.widget-title {
    color: #fff;
}

footer nav.social a {
    color: #c6a767;
}

.page-bg {
    /* background-image: linear-gradient(120deg, #c6a767 10%, #857147 100%); */
    background-image: url('/storage/img/page/page-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.page-bg h1 {
    color: #fff;
}
.page-bg p {
    color: #d5d5d5;
}

.form-control, .form-select, .form-check-input {
    border-color: #c6a767;
}
.form-check-input:checked {
    background-color: #c6a767;
    border-color: #c6a767;
}

.error {
    color: #ef121c;
}

.progress-wrap:after {
    color: #857147;
}

.progress-wrap svg.progress-circle path {
    stroke: #857147;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all .2s linear;
}

/* DROPIFY */
.dropify-wrapper {
    border: 3px solid #c6a767 !important;
}