.mil-portfolio-slide .mil-cover {
    width: 100%;
}

.mil-portfolio-slide .mil-cover img,
.mil-portfolio-slide .mil-cover video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.services-with-pic {
    display: flex;
    align-items: center;
}
.services-with-pic p {
    min-height: 300px;
    align-items: center;
    display: flex;
}
.services-with-pic img {
    max-height: 400px;
    height: 100%;
    max-width: 40%;
    object-fit: contain;
}

.glow-header p {
    font-size: 18px;
    line-height: 160%;
}
.bottom-menu-container {
    display: flex;
    gap: 30px;
    list-style: none;
    color: white;
}
.mil-top-panel .mil-header-main-menu {
    display: flex;
    flex-direction: row;
    padding: 0;
    color: white;
    gap: 30px;
    list-style: none;
    flex: 1;
    justify-content: flex-end;
}
.mil-buttons-frame {
    display: none;
}

.mil-top-panel .mil-header-main-menu li {
    margin-bottom: 0;
}
.mil-top-panel .mil-header-main-menu li a {
    font-weight: 700;
}
.mil-top-panel .mil-header-main-menu li.active a {
    color: var(--main-color1);
    text-decoration: underline;
}
.mil-top-panel .mil-aic {
    gap: 40px;
}
.glow-header {
    display: flex;
    gap: 30px;
}
.glow-header img {
    object-fit: contain;
}
.mil-banner-inner-no-img {
    height: auto;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.list-unstyled {
    list-style-type: none;
}

.mil-main-menu li.active a, footer .mil-footer-menu li.active a {
    color: var(--main-color1);
}

/* Base Alert Styles */
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.375rem;
}

.alert-dismissible {
    padding-right: 3rem;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    z-index: 1;
}

/* Alert Variants */
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d6d6;
    border-color: #c6c8ca;
}

/* Alert Dismiss Button */
.btn-close {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background: 0 0;
    border: 0;
    padding: 0;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

.btn-close:focus {
    outline: 0;
}

.btn-close::focus {
    box-shadow: none;
}

.btn-close:hover {
    color: #000;
}

.btn-close::after {
    content: "×";
    font-size: 1.5rem;
    line-height: 1;
}

/* Alert Transition */
.alert-fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.alert-show {
    opacity: 1;
}

ul.mil-footer-list li {
    line-height: 1.25;
    margin-bottom: 30px;
}

.mil-mt90 {
    margin-top: 90px;
}

.mil-logo:after {
    content: none;
}

.mil-top-panel img.default-logo {
    max-width: 5em;
}

footer img.default-logo {
    max-width: 18em;
    display: block;
    margin: 0 auto;
}

@media(max-width: 1550px) {}

@media(max-width: 1200px) {}

@media(max-width: 1199px) {
    .mil-fs68 {
        font-size: 48px;
    }
    .mil-p-180-180 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .mil-banner-inner .mil-banner-text {
        height: 40vh;
        padding-top: 165px;
    }
    footer img.default-logo {
        max-width: 7em; 
    }
    .mil-banner-inner .mil-banner-img {
        height: 40vh;
    }
}

@media(max-width: 1024px) {}

@media(max-width: 992px) {
    .mil-top-panel .mil-header-main-menu {
        display: none;
    }
    .mil-buttons-frame {
        display: block;
    }
    .mil-top-panel .mil-aic {
        flex: 1;
    }
}

@media(max-width: 991px) {
    .mil-about-img img, .mil-just-image img {
        max-height: 500px;
        object-fit: contain;
        position: relative;
    }
    .mil-about-text {
        margin-top: 40px;
    }
    .mil-about-image-frame {
        order: 1;
    }
    .mil-about-img {
        background: none;
    }
    .mil-just-image.mil-s {
        padding-bottom: 50px;
    }
    .mil-portfolio-slide .mil-cover img, .mil-portfolio-slide .mil-cover video {
        object-fit: contain;
    }
    .mil-fs68 {
        font-size: 40px;
    }
    .services-with-pic {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .services-with-pic p {
        min-height: auto;
    }
    .services-with-pic img {
        max-height: 450px;
        /* height: 350px; */
        max-width: 100%;
        object-fit: contain;
        position: relative;
    }
    .glow-header {
        flex-direction: column;
    }
    .glow-header img {
        max-height: 500px;
    }
    .mil-mb90 {
        margin-bottom: 45px;
    }
    .mil-mb60 {
        margin-bottom: 30px;
    }
    footer img.default-logo {
        margin: 0;
    }
    .mil-portfolio-fs-slider {
        height: auto;
    }
}

@media(max-width: 850px) {}

@media(max-width: 768px) {
    .mil-top-panel img.default-logo {
        max-width: 3em;
    }
    .mil-portfolio-slide .mil-cover img, .mil-portfolio-slide .mil-cover video {
        position: relative;
    }
    .mil-portfolio-slide .mil-cover {
        padding-bottom: 50px;
    }
    .mil-fs68 {
        font-size: 30px;
    }
    .mil-p-120-90 {
        padding-top: 60px;
        padding-bottom: 45px;
    }
    .mil-banner-inner .mil-banner-text {
        height: auto;
        padding-top: 150px;
        padding-bottom: 40px;
    }
    .mil-banner-inner .mil-banner-img {
        height: 350px;
    }
    .mil-banner-inner {
        height: auto;
    }
    .mil-about-text {
        padding-bottom: 40px;
    }
    .mil-main-menu li a {
        font-size: 23px;
    }
}

@media(max-width: 767px) {}

@media(max-width: 650px) {}

@media(max-width: 575px) {
}

@media(max-width: 576px) {}

@media(max-width: 500px) {}

@media(max-width: 450px) {}

@media(max-width: 400px) {}

@media(max-width: 350px) {}

@media(max-width: 300px) {}