.mil-p-120-90 {
    padding-top: 120px;
    padding-bottom: 90px;
}

.mt-90 {
    margin-top: 30px;
}

.mil-background-grid.mil-softened {
    opacity: .05;
}

.mil-background-grid {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 30px;
    right: 0;
    width: calc(100% - 60px);
    height: 100%;
    display: flex;
    justify-content: center;
    opacity: .3;
}

.mil-background-grid.mil-softened:before {
    content: "";
    height: 100%;
    width: 34.3%;
}

.mil-background-grid,
.mil-background-grid:before {
    border-left: 1px solid #545454;
    border-right: 1px solid #545454;
}

.mil-mb-90 {
    margin-bottom: 20px;
}

.mil-text-center {
    text-align: center;
}

.mil-suptitle.mil-suptitle-2 {
    font-size: 3rem;
    position: relative;
    padding-left: 15px;
    font-weight: 600;
}

.mil-mb-30 {
    margin-bottom: 8px !important;
}

.mil-suptitle {
    display: inline-block;
    color: #121820;
    font-weight: 500;
}

.mil-accent {
    color: #cd0000;
}

.height {
    font-size: 20px;
}

.mil-text-lg {
    font-size: 17px;
    line-height: 220%;
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

.mil-box-center {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.mil-icon-frame {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.mil-icon-frame.mil-icon-bg {
    width: 70px;
    border-radius: 50%;
    background-color: rgba(18, 24, 32, .05);
    height: 70px;
}

.mil-icon-frame:before {
    content: "";
    background-color: #f57c00;
    border-radius: 50%;
    position: absolute;
    bottom: -2px;
    right: -3px;
}

.mil-icon-frame.mil-icon-bg.mil-icon-frame-md.mil-mb-30 h3 {
    margin-bottom: 0;
    color: #cd0000;
}

.mil-mb-20 {
    margin-bottom: 20px !important;
}

.mil-icon-frame.mil-icon-bg h5 {
    font-size: 18px;
}

.mil-box-center h5 {
    font-size: 18px;
}

.custom-divider {
    height: 2px;
    background: linear-gradient(90deg,
            #cd0000 0%,
            #cd0000 1%,
            #ffffff 1%,
            #ffffff 2%,
            #ececec 2%,
            #ececec 98%,
            #ffffff 98%,
            #ffffff 99%,
            #cd0000 99%,
            #cd0000 100%);
    margin: 10px 0;
    width: 100%;
    border-radius: 2px;

}


section.about-mission {
    padding: 25px 0;
    position: relative;
    background-color: rgba(18, 24, 32, .05);
}

h2.subtitle.mission-h2.text-dark {
    font-size: 3rem;
    color: #222529;
    margin-bottom: 0px !important;
}

.mil-icon-frame.mil-icon-bg {
    width: 70px;
    border-radius: 50%
}

.mil-icon-frame.mil-icon-bg:before {
    bottom: 10px;
    right: 12px
}

.mil-icon-frame {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.mil-icon-frame:before {
    content: "";
    background-color: #cd0000;
    border-radius: 50%;
    position: absolute;
    bottom: -2px;
    right: -3px
}

.mil-icon-frame.mil-icon-frame-md.mil-icon-bg.mil-mb-30 i {
    color: #cd0000;
    font-size: 25px;
}

.features-section {
    padding: 21px 0 0px;
}

section.qoute-section {
    padding: 0 0 10px 0;
}

.quote-h2 {
    /* padding: 30px 0 0; */
    font-size: 20px;
    font-weight: 600;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.mil-box-left {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.mil-box-left h5 {
    font-size: 18px
}

.mil-box-left p {
    font-size: 1.5rem;
    line-height: 1.8;
}

.features-section .row>.col-lg-6:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -1px;
    top: 15%;
    bottom: 15%;
    width: 2px;
    background: linear-gradient(180deg,
            #cd0000 0%,
            #cd0000 1%,
            #ffffff 1%,
            #ffffff 2%,
            #ececec 2%,
            #ececec 98%,
            #ffffff 98%,
            #ffffff 99%,
            #cd0000 99%,
            #cd0000 100%);
    z-index: 2;
}

.divider-horizontal {
    height: 2px;
    margin: 10px 0;
    background: linear-gradient(90deg,
            #cd0000 0%,
            #cd0000 1%,
            #ffffff 1%,
            #ffffff 2%,
            #ececec 2%,
            #ececec 98%,
            #ffffff 98%,
            #ffffff 99%,
            #cd0000 99%,
            #cd0000 100%);
}

.col-lg-6 {
    position: relative;
    padding: 0.7rem;
    background: #fff;
}

.mil-box-left p {
    font-size: 1.5rem;
    line-height: 1.8;
}

@media (max-width: 767px) {
    .row>.col-lg-6::after {
        display: none;
    }

    .mil-text-lg {
        font-size: 1.5rem;
        line-height: 190%;
        width: 100%;
    }

    .mil-box-left h5 {
        font-size: 15px;
    }

    /* .mt-90 {
        margin: 60px 0;
    } */

    .mb-5 {
        margin-bottom: -5rem !important;
        margin-top: 7rem !important;
    }

    .mil-mb-30 {
        margin-bottom: 8px !important;
    }

    .mb-remove {
        margin-bottom: -17px;
        font-size: 18px;
    }

    h2.subtitle.mission-h2.text-dark {
        font-size: 18px;
    }

    .features-section {
        padding: 12px 0 5px;
    }

    .mb-heading2 {
        margin-bottom: 0px !important;
    }

    .mil-box-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 5px 15px 0px 15px;
    }

    .mil-box-left p {
        margin-bottom: 2px !important;
    }

    .mil-icon-frame {
        margin: 0 auto 15px;
    }

    .quote-h2 {
        font-size: 16px;
    }

    .mil-mb-90 {
        margin-top: 0px;
    }

    .mt-90 {
        margin-top: 0px;
    }

    .mil-suptitle.mil-suptitle-2 {
        font-size: 18px;
        padding-top: 10px;
    }

    .mar-bot {
        margin-top: 3rem !important;
    }

    .mil-icon-frame.mil-icon-bg {
        width: 50px;
    }

    .mil-icon-frame.mil-icon-bg {
        height: 50px;
    }

    .mil-box-center h5 {
        font-size: 15px;
    }

    .mil-mb-20 {
        margin-bottom: 0px !important;
    }

    section.about-mission {
        padding: 10px 0 12px 0;
    }
}