/* Global Styles */
h2, .mil-h2 {
    font-size: 3.6rem;
}
.sec-space {
    padding: 90px 0;
}
@media (max-width: 767px) {
    h2, .mil-h2 {
        font-size: 2.5rem;
    }
    .sec-space {
       padding: 50px 0;
    }
}
.text-white {
    color: #fff !important;
}

.mil-button {
    padding: 7px 10px 7px 20px;
    height: inherit;
}

.mil-button svg {
    width: 35px;
    height: 35px;
}

.mil-up.mil-up-completed {
    opacity: 1 !important;
    transform: inherit !important;
}

/* Header */
.mil-menu-frame .mil-frame-top {
    padding: 0;
}

.header.scrolled {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1201px) {
    .mil-menu-frame {
        z-index: inherit;
    }
}
@media (max-width: 1200px) {
    .mil-frame .mil-frame-top {
        background-color: #fff;
        height: 64px;
    }
    .mil-main-menu ul li.mil-has-children ul li a {
        color: #ddd;
    }
    .header > div {
        padding-top: 8px;
    } 
}

/* Body */
.mil-frame {
    padding: 0;
}

/* Services Card Animation  */
.service-slider-section {
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
    will-change: transform;
    min-height: 100vh;
}
.service-card-inner {
    background: #fff;
    border-radius: 15px;
    max-width: 400px;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.service-slider-section > div.row {
    min-height: 100%;
    padding-top: 90px;
    align-items: center;
}
.service-card-content {
    padding: 25px;
}
.service-slider-section h2 {
    margin-bottom: 25px;
}
.service-card-content h4 {
    margin-bottom: 15px;
}
.service-card-content h4 span {
    font-weight: 200;
}
.service-card-content p {
    font-size: 14px;
    line-height: 1.6em;
}
@media (max-width: 1199px) {
    .service-slider {
        padding: 0 35px;
    }
}
@media (max-width: 1400px) {
    .service-card-inner {
        max-width: 370px;
    }
    .service-card-content {
        padding: 10px 25px 20px;
    }
    .service-card-content h4 {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    .service-card-content p {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .service-slider-section {
        padding: 50px 0;
        min-height: inherit;
    }
    .service-card-content h4 {
        font-size: 1.3rem;
    }
    .service-slider-section > div.row {
        padding-top: 0;
    }
}

/* Testimonials */
.mil-revi-pagination.mil-mb-60 {
    margin-bottom: 0;
}

/* Client Marqee */
a.mil-partner-frame {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    min-height: 120px;
    display: flex;
    align-items: center;
}