.mil-review .mil-author img {
    object-fit: cover !important;
}
.mil-message-newsletter {
    color: #fff !important;
    margin-left: 22px !important;
    margin-top: 5px !important;
}
.overlay {
    background-color: transparent;
    background-image: linear-gradient(180deg, #181e26 0%, #181e264d 100%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.project-header {
    filter: none !important;
    opacity: 1 !important;
}
.text-white-banner a, .text-white-banner h2 {
    color: #fff !important;
}
.text-dark {
    color: #343a40 !important;
}
.mil-post-sm .mil-description{
    width: 100% !important;
}
.text-danger-message{
    color: #dc3545 !important;
}
.text-success-message{
    color: #28a745 !important;
}
.active{
    color: rgb(245, 124, 0) !important;
}
@media screen and (max-width: 768px) {
    .mil-top-res-100{
        margin-top: 100px !important;
    }
}
.mil-button.mil-icon-button{
    width: 45px !important;
    height: 45px !important;
}
.text-gray-500{
    color: #8c8e91 !important;
}
.mil-mt-10{
    margin-top: 10px !important;
}