:root {
    --headings-color: #9e0000;
    --sec-title-color: #e1d507;
}

.head-color {
    color: var(--headings-color);
}

.yellow {
    color: var(--sec-title-color);
}

/* nav-header */

.main-menu .navigation>li:before {
    bottom: 10px;
}

.pricing-box-items .pricing-list li {
    color: #292828 !important;
}

/* -----------------alignment------------------ */
/* d-flex */
.d-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-flex-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



.justify {
    text-align: justify;
}

section>.container,
section>.container-fluid {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

/* span color */
.sec-title .sub-title .triangle.triangle2 {
    border-left-color: #9e0000;
}

.re-work li a i,
.re-work li a span {
    border: 1px solid #e1d507;
    padding: 0px 6px;
    border-radius: 50%;
}


.contact-list li .lnr-icon-envelope {
    display: flex;
    align-items: center !important;
}

.fa-facebook-f {
    padding: 0px 9px !important;
}

/* responsive justify */
@media(max-width:767px) {
    .re-justify {
        text-align: justify !important;
    }

    body {
        overflow-x: hidden !important;
    }
}