﻿.about-text {
    text-align: justify;
    color: #575758!important;
}
.text-dark-2 {
    color: #000;
}
.section-subtitle {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #ffaa19;
    margin-bottom: 30px;
}

    .section-subtitle:after {
        content: "";
        position: absolute;
        height: 8px;
        width: 8px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #ffaa19;
        bottom: -12px;
        left: 50%;
        margin-left: -10px;
    }

    .section-subtitle:before {
        content: "";
        position: absolute;
        height: 8px;
        width: 8px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #ffaa19;
        bottom: -12px;
        left: 50%;
        margin-left: 0px;
        z-index: 11;
    }

    .section-subtitle span {
        position: absolute;
        width: 100%;
        background: #ffaa19;
        height: 1px;
        bottom: -8px;
        left: 0px;
    }
.cm-page-header.overlay-dark::after {
    background-color: #000;
    opacity: 0.45;
}
.cm-features .block {
    margin-top: 89px;
    padding: 30px 35px;
    -webkit-box-shadow: 0 5px 25px -5px #eee;
    box-shadow: 0 5px 25px -5px #eee;
    background-color: #ffffff;
}

.btn-primary {
    color: #ffffff !important;
    background-color: #040a16!important;
}