.theme-bg-default {
    background: #DA251C;
}

.theme-color-default {
    color: #215968;
}

.widget-title {
    color: #215968;
    margin-bottom: 32px;
}

.theme-bg-three {
    background: #DA251C;
}

.transparent-bg {
    background: rgba(255, 255, 255, 0.99);
}

.sub-heading {
    color: #6d70a6;
}

.heading-title {
    color: #273272;
}

.header-area .is-sticky {
    background-color: #ffffff;
}

.ht-btn {
    background: #DA251C;
    line-height: 1;
    color: #ffffff;
    -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
                    transform: translateY(0px);
}

.footer-bg--overlay::before {
  /*  background-color: #1C2945;  */
    background-color: #DA251C;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.98;
}

.footer-copyright-area  {
    background-color: #ffffff;
}

