body,
html {
    padding: 0;
    margin: 0;
    overscroll-behavior: none;
    scroll-behavior: smooth;
    font-family: var(--font-primary), sans-serif;
    color: #898d96;
    font-size: 18px;
    font-weight: 300;
    line-height: 160%
}

*,
:after,
:before {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

.mil-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    background-color: #212121
}

.mil-content {
    background-color: #fff;
    pointer-events: all;
    transition: .3s cubic-bezier(0, 0, .3642, 1)
}

.mil-content.mil-active {
    pointer-events: none;
    opacity: .3
}

.mil-relative {
    position: relative
}

.mil-displacement {
    padding-top: 200px
}

.container.btm-spacing.mil-p-0-200 {
    padding-bottom: 10px
}

.mil-bg-dark.mil-deco-line {
    padding-bottom: 130px
}

@media screen and (min-width:1200px) {
    .swiper-slide img {
        width: 80%;
        margin: auto;
        display: block;
        height: 100%;
        object-fit: contain
    }
}

@media screen and (min-width:767px) and (max-width:1200px) {
    .swiper-slide img {
        padding: 0 42px !important
    }

    .outterContainer {
        height: auto !important
    }
}

@media screen and (max-width:767px) {
    .swiper-slide img {
        width: 90%;
        margin: auto;
        display: block;
        padding: 0 42px !important
    }

    .mil-soft-2.mil-mb-20.mil-up {
        margin-bottom: 0 !important
    }

    .col-xl-3.mil-mb-100 {
        margin-bottom: 15px !important
    }

    footer a {
        color: #ffbd30 !important
    }

    .mil-service-list li:before {
        margin-right: -2px !important
    }

    .mil-suptitle.mil-sm.mil-accent.mil-mb-30.mil-up {
        margin-top: 20px;
        text-align: left;
        font-size: 20px;
        margin-bottom: 11px;
        color: #5d5c5c
    }

    .mil-bg-dark.blue-section-bg.mil-p-100-80,
    .mil-bg-dark.mil-deco-line {
        padding-bottom: 0 !important
    }

    .outterContainer {
        height: auto !important
    }
}

@media (max-width:768px) {
    .mil-displacement {
        padding-top: 0
    }
}

.mil-bg-soft {
    background-color: #fff
}

.swiper-button-next,
.swiper-button-prev {
    display: none !important
}

.mil-service-item.last {
    border-bottom: none !important
}

.mil-up a.mil-light {
    color: #ffbd30 !important
}

.mil-footer-list .mil-up a {
    color: #fff !important
}

.mil-bg-soft.mil-half-bg {
    background-color: transparent
}

.mil-bg-accent {
    background-color: #00318e
}

.mil-bg-accent.mil-half-bg {
    background-color: transparent
}

.mil-bg-dark {
    background-color: #dfdacb
}

.mil-bg-image {
    background-size: cover;
    background-position: 50%
}

.mil-half-bg {
    position: relative
}

.mil-half-bg:before {
    content: "";
    display: block;
    width: 100vw;
    height: calc(50% - 100px);
    position: absolute;
    top: 0;
    left: 0
}

.mil-half-bg.mil-bg-soft:before {
    background-color: #f8f8f8
}

.mil-half-bg .mil-bg-accent:before {
    background-color: #00318e
}

.mil-deco-line {
    position: relative
}

.mil-deco-line:after {
    content: "";
    display: block;
    height: 100px;
    width: 100vw;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #dfdacb
}

.mil-large-title {
    width: calc(100% - 60px);
    position: absolute;
    top: -75%;
    left: 30px
}

@media (max-width:1400px) {
    .mil-large-title {
        display: none
    }
}

a {
    text-decoration: none;
    color: inherit
}

.mil-text-link {
    color: #00318e;
    position: relative
}

.mil-text-link:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #00318e;
    transition: .3s cubic-bezier(0, 0, .3642, 1)
}

.mil-text-link:hover:after {
    width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-secondary), sans-serif;
    color: #02318d;
    font-weight: 500;
    letter-spacing: -.06em;
    line-height: 110%
}

.mil-display-1 {
    font-size: 135px
}

@media (max-width:1200px) {
    .mil-display-1 {
        font-size: 100px
    }
}

@media (max-width:768px) {
    .mil-display-1 {
        font-size: 77px
    }
}

.mil-display-2 {
    font-size: 100px
}

@media (max-width:1200px) {
    .mil-display-2 {
        font-size: 77px
    }
}

@media (max-width:768px) {
    .mil-display-2 {
        font-size: 57px
    }
}

.mil-h1,
h1 {
    font-size: 77px
}

@media (max-width:1200px) {

    .mil-h1,
    h1 {
        font-size: 57px
    }
}

@media (max-width:768px) {

    .mil-h1,
    h1 {
        font-size: 43px
    }
}

h2 {
    font-size: 57px
}

.mil-h2,
h2 {
    font-size: 47px
}

@media (max-width:1200px) {

    .mil-h2,
    h2 {
        font-size: 43px
    }
}

@media (max-width:768px) {

    .mil-h2,
    h2 {
        font-size: 32px
    }
}

.mil-h3,
h3 {
    font-size: 43px
}

@media (max-width:1200px) {

    .mil-h3,
    h3 {
        font-size: 32px
    }
}

@media (max-width:768px) {

    .mil-h3,
    h3 {
        font-size: 24px
    }
}

.mil-h4,
h4 {
    font-size: 32px;
    letter-spacing: -.03em
}

@media (max-width:1200px) {

    .mil-h4,
    h4 {
        font-size: 24px
    }
}

@media (max-width:768px) {

    .mil-h4,
    h4 {
        font-size: 18px
    }
}

.mil-h5,
h5 {
    font-size: 24px;
    letter-spacing: -.03em
}

@media (max-width:1200px) {

    .mil-h5,
    h5 {
        font-size: 18px
    }
}

.mil-h6,
h6 {
    font-size: 18px;
    letter-spacing: -.03em
}

.mil-suptitle {
    font-size: 18px;
    text-transform: uppercase;
    color: #212121
}

.mil-suptitle.mil-sm {
    font-size: 20px
}

.mil-suptitle.mil-accent {
    color: #00318e
}

@media (max-width:1200px) {
    .mil-suptitle {
        font-size: 16px
    }

    .mil-suptitle.mil-sm {
        font-size: 12px
    }
}

.mil-text-14 {
    font-size: 14px
}

.mil-text-16 {
    font-size: 16px
}

.mil-text-22 {
    font-size: 22px
}

.mil-text-18 {
    font-size: 18px
}

@media (max-width:1200px) {
    .mil-text-22 {
        font-size: 18px
    }
}

.mil-text-30 {
    font-size: 30px;
    line-height: 150%
}

@media (max-width:1200px) {
    .mil-text-30 {
        font-size: 22px
    }
}

.mil-soft {
    color: #898d96
}

.mil-soft-2 {
    color: #c4c4c4
}

.mil-accent {
    color: #00318e
}

.mil-light {
    color: #fff
}

.mil-dark {
    color: #212121
}

.mil-text-center {
    text-align: center
}

.mil-text-right {
    text-align: right
}

@media (max-width:992px) {
    .mil-text-right {
        font-size: 22px
    }

    .mil-text-right.text-sm-left {
        text-align: left
    }
}

.mil-breadcrumbs {
    display: flex
}

.mil-breadcrumbs li {
    display: flex;
    align-items: flex-end;
    list-style-type: none
}

.mil-breadcrumbs li:after {
    content: ">";
    color: #fff;
    opacity: .4;
    margin-right: 15px
}

.mil-breadcrumbs li a {
    margin: 0 15px 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #fff
}

.mil-breadcrumbs li:last-child {
    cursor: not-allowed
}

.mil-breadcrumbs li:last-child:after {
    display: none
}

.mil-breadcrumbs li:last-child a {
    opacity: .4;
    pointer-events: none
}

.mil-breadcrumbs.mil-dark li a,
.mil-breadcrumbs.mil-dark li:after {
    color: #212121
}

.mil-list-1 li {
    list-style-type: none
}

.mil-list-2 {
    border-bottom: 1px solid hsla(0, 0%, 77%, .5)
}

.mil-list-2 li {
    padding: 0 30px;
    height: 70px;
    display: flex;
    align-items: center;
    border: 1px solid hsla(0, 0%, 77%, .5);
    border-bottom: 0
}

.mil-list-2 li span {
    display: block
}

.mil-list-2 li span:first-child {
    width: 25%
}

.mil-list-3 li {
    align-items: center
}

.mil-list-3 li,
.mil-list-4 li {
    list-style-type: none;
    display: flex;
    justify-content: space-between
}

.mil-list-4 li {
    align-items: flex-start;
    margin-bottom: 40px
}

.mil-list-4 li span {
    display: block;
    width: 60%
}

.mil-list-4 li span:first-child {
    width: 40%;
    padding-right: 30px
}

.mil-btn {
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    font-weight: 600;
    color: #fff;
    border: none;
    align-items: center;
    height: 70px;
    border-radius: 2px;
    padding: 0 40px;
    background-color: #00318e;
    font-size: 18px;
    transition: .3s cubic-bezier(0, 0, .3642, 1)
}

.mil-btn.mil-left {
    float: right
}

.mil-btn:hover {
    filter: brightness(110%)
}

.mil-btn.mil-btn-border {
    color: #00318e;
    border: 2px solid #00318e;
    background-color: transparent
}

.mil-btn.mil-btn-border:hover {
    background-color: rgba(217, 70, 37, .1)
}

.mil-btn.mil-btn-sm {
    font-size: 14px;
    height: 60px;
    padding: 0 30px
}

.mil-btn.mil-light {
    background-color: #fff;
    color: #212121
}

.mil-btn.mil-light.mil-btn-border {
    border-color: #fff;
    color: #fff;
    background-color: transparent
}

.mil-btn.mil-light.mil-btn-border:hover {
    background-color: hsla(0, 0%, 100%, .1)
}

.mil-btn.mil-with-arrow:after {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    content: "\f061";
    font-size: 10px;
    margin-left: 30px;
    transition: .3s cubic-bezier(0, 0, .3642, 1)
}

.mil-btn.mil-with-arrow:hover:after {
    transform: translateX(5px)
}

.mil-link {
    font-size: 25px;
    font-weight: 600;
    display: flex;
    align-items: center
}

.mil-link,
.mil-link:before {
    transition: .3s cubic-bezier(0, 0, .3642, 1)
}

.mil-link:before {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    content: "\f061";
    font-size: 10px;
    margin-right: 10px
}

.mil-badge,
.mil-link:hover:before {
    margin-right: 15px
}

.mil-badge {
    padding: 8px 15px;
    background-color: #f8f8f8;
    color: #00318e
}

.mil-input {
    height: 70px;
    width: 100%;
    padding: 0 30px;
    border: 1px solid hsla(0, 0%, 77%, .6);
    border-radius: 2px;
    background-color: #fff;
    font-size: 18px;
    font-family: var(--font-primary), sans-serif;
    font-weight: 500;
    color: #212121
}

.mil-input:focus {
    outline: inherit
}

.mil-input::placeholder {
    color: #898d96;
    font-family: var(--font-primary), sans-serif
}

textarea {
    width: 100%;
    height: 200px;
    padding: 30px;
    border: 1px solid hsla(0, 0%, 77%, .6);
    border-radius: 2px;
    background-color: #fff;
    font-family: var(--font-primary), sans-serif;
    font-size: 18px;
    font-weight: 500
}

textarea:focus {
    outline: inherit
}

textarea::placeholder {
    color: #898d96;
    font-family: var(--font-primary), sans-serif
}

.mil-checkbox-frame {
    display: flex;
    align-items: center
}

.mil-checkbox-frame p {
    padding-left: 15px
}

.mil-checkbox {
    position: relative;
    height: 24px;
    width: 24px
}

.mil-checkbox label {
    background-color: #fff;
    border: 1px solid hsla(0, 0%, 77%, .6);
    border-radius: 2px;
    cursor: pointer;
    height: 24px;
    width: 24px;
    left: 0;
    position: absolute;
    top: 0
}

.mil-checkbox label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 5px;
    opacity: 0;
    position: absolute;
    top: 6px;
    transform: rotate(-45deg);
    width: 12px
}

.mil-checkbox input[type=checkbox] {
    visibility: hidden
}

.mil-checkbox input[type=checkbox]:checked+label {
    background-color: #00318e;
    border-color: #00318e
}

.mil-checkbox input[type=checkbox]:checked+label:after {
    opacity: 1
}

.mil-mb-10 {
    margin-bottom: 10px
}

.mil-mb-15 {
    margin-bottom: 15px
}

.mil-mb-20 {
    margin-bottom: 20px
}

.mil-mb-30 {
    margin-bottom: 30px
}

.mil-mb-40 {
    margin-bottom: 40px
}

.mil-mb-50 {
    margin-bottom: 50px
}

.mil-mb-60 {
    margin-bottom: 60px
}

.mil-mb-70 {
    margin-bottom: 70px
}

.mil-mb-100 {
    margin-bottom: 0
}

.mil-mb-200 {
    margin-bottom: 200px
}

@media (max-width:1200px) {
    .mil-mb-200 {
        margin-bottom: 100px
    }
}

.mil-p-200-200 {
    padding-top: 200px;
    padding-bottom: 200px
}

@media (max-width:1200px) {
    .mil-p-200-200 {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.mil-p-0-200 {
    padding-bottom: 200px
}

@media (max-width:1200px) {
    .mil-p-0-200 {
        padding-bottom: 100px
    }
}

.mil-p-200-100 {
    padding-top: 200px;
    padding-bottom: 100px
}

.mil-p-50-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.mil-p-100-50 {
    padding-top: 100px;
    padding-bottom: 50px
}

@media (max-width:1200px) {
    .mil-p-200-100 {
        padding-top: 100px;
        padding-bottom: 0
    }
}

.mil-p-200-0 {
    padding-top: 200px
}

@media (max-width:1200px) {
    .mil-p-200-0 {
        padding-top: 100px
    }
}

.mil-p-0-170 {
    padding-bottom: 170px
}

@media (max-width:1200px) {
    .mil-p-0-170 {
        padding-bottom: 70px
    }
}

.mil-p-200-170 {
    padding-top: 100px;
    padding-bottom: 170px
}

.mil-p-100-75 {
    padding-top: 100px;
    padding-bottom: 10px
}

@media (max-width:1200px) {
    .mil-p-200-170 {
        padding-top: 100px;
        padding-bottom: 70px
    }
}

.mil-p-0-150 {
    padding-bottom: 150px
}

@media (max-width:1200px) {
    .mil-p-0-150 {
        padding-bottom: 50px
    }
}

.mil-p-0-100 {
    padding-bottom: 100px
}

.mil-p-0-200 {
    padding-top: 100px
}

@media (max-width:1200px) {
    .mil-p-0-100 {
        padding-bottom: 0
    }
}

.mil-p-200-150 {
    padding-top: 200px
}

.mil-p-100-80 {
    padding-top: 100px;
    padding-bottom: 80px
}

@media (max-width:1200px) {
    .mil-p-200-150 {
        padding-top: 100px
    }
}

.mil-banner-space {
    height: 150px
}

.mil-more-space {
    padding-top: 100px;
    margin-top: 100px
}

@media (max-width:1400px) {
    .mil-more-space {
        padding-top: 200px;
        margin-top: 0
    }
}

@media (max-width:1200px) {
    .mil-more-space {
        padding-top: 100px;
        margin-top: 0
    }
}

.mil-banner {
    height: 100vh;
    min-height: 900px;
    display: flex;
    align-items: center
}

.mil-banner>.container,
.mil-banner>.container>.row {
    height: 100%
}

.mil-banner .mil-banner-text-frame {
    height: calc(100% - 150px);
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    top: 150px;
    z-index: 1
}

.mil-banner .mil-banner-text-frame .mil-banner-text {
    margin-bottom: 90px;
    width: 100%;
    position: relative;
    z-index: 1
}

.mil-banner .mil-banner-image-frame {
    position: relative;
    overflow: hidden;
    z-index: 0;
    height: 100%;
    width: 100%
}

.mil-banner .mil-banner-image-frame img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom
}

.mil-banner.mil-banner-1 .mil-banner-image-frame {
    float: right;
    width: calc(100% + 330px)
}

.mil-banner.mil-banner-1 .mil-banner-image-frame:before {
    content: "";
    width: 31%;
    height: 40%;
    background-color: #f8f8f8;
    display: block;
    position: absolute;
    z-index: 2
}

.mil-banner.mil-banner-1 .mil-banner-image-frame:after {
    content: "";
    width: 30px;
    height: 101%;
    background-color: #f8f8f8;
    display: block;
    position: absolute;
    left: 31%;
    z-index: 2
}

.mil-banner.mil-banner-2 .mil-banner-image-frame {
    float: right;
    overflow: visible;
    width: 170%
}

.mil-banner.mil-banner-2 .mil-banner-image-frame img {
    width: 123%
}

.mil-banner.mil-banner-3 .mil-bg-pad {
    position: absolute;
    right: 0;
    width: 200%;
    height: 100%
}

.mil-banner.mil-banner-3 .mil-banner-image-frame {
    float: right;
    overflow: visible;
    width: 130%
}

.mil-banner.mil-banner-3 .mil-banner-image-frame img {
    width: 100%
}

.mil-banner.mil-banner-3 .mil-banner-image-frame .mil-bannet-content-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    height: 100%;
    padding-right: 100px;
    right: 0;
    padding-left: 50%
}

.mil-banner.mil-banner-4 .mil-banner-image-frame {
    float: right;
    overflow: visible;
    width: 130%
}

.mil-banner.mil-banner-4 .mil-banner-image-frame img {
    width: 100%
}

.mil-banner.mil-banner-4 .mil-banner-image-frame .mil-bannet-content-items {
    padding-top: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    height: 100%
}

.mil-banner.mil-banner-5 {
    background-size: cover;
    background-position: 0
}

.mil-banner.mil-banner-6 {
    position: relative;
    margin-bottom: 200px
}

.mil-banner.mil-banner-6 .mil-banner-text-frame {
    position: static;
    background-color: #212121;
    height: 100vh;
    top: 0;
    padding: 100px
}

.mil-banner.mil-banner-6 .mil-banner-text-frame .mil-banner-text {
    margin-bottom: 0;
    margin-top: 90px
}

.mil-banner.mil-banner-6 .mil-image-position-1 {
    position: absolute;
    top: 40%;
    left: 5%
}

.mil-banner.mil-banner-6 .mil-image-position-2 {
    position: absolute;
    bottom: -200px;
    right: 5%
}

.mil-banner.mil-banner-6 .mil-banner-fly-image {
    position: relative;
    overflow: hidden;
    width: 35vw;
    padding-bottom: 65%
}

.mil-banner.mil-banner-6 .mil-banner-fly-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

@media (max-width:1400px) {
    .mil-banner.mil-banner-6 {
        background-color: #212121;
        margin-bottom: 0
    }

    .mil-banner.mil-banner-6 .mil-image-position-1 {
        top: 20%;
        left: 0
    }

    .mil-banner.mil-banner-6 .mil-image-position-2 {
        right: 0;
        bottom: 100px
    }
}

@media (max-width:1200px) {
    .mil-banner {
        height: auto
    }

    .mil-banner .mil-banner-text-frame {
        height: 100%;
        top: 0;
        padding: 200px 0 100px
    }

    .mil-banner .mil-banner-text-frame .mil-banner-text {
        margin: 0
    }

    .mil-banner.mil-banner-1 .mil-banner-image-frame {
        width: 100%;
        height: 60vh
    }

    .mil-banner.mil-banner-1 .mil-banner-image-frame:after,
    .mil-banner.mil-banner-1 .mil-banner-image-frame:before {
        display: none
    }

    .mil-banner.mil-banner-2 .mil-suptitle {
        color: #212121
    }

    .mil-banner.mil-banner-2 .mil-banner-image-frame {
        width: 100%;
        height: 60vh
    }

    .mil-banner.mil-banner-2 .mil-banner-image-frame img {
        width: 100%
    }

    .mil-banner.mil-banner-3 .mil-bg-pad {
        display: none
    }

    .mil-banner.mil-banner-3 .mil-banner-image-frame {
        height: auto;
        width: 100%;
        background-color: #212121
    }

    .mil-banner.mil-banner-3 .mil-banner-image-frame img {
        width: 100%;
        opacity: .3
    }

    .mil-banner.mil-banner-3 .mil-banner-image-frame .mil-bannet-content-items {
        padding: 60px
    }

    .mil-banner.mil-banner-4 .mil-banner-image-frame {
        width: 100%;
        height: auto
    }

    .mil-banner.mil-banner-4 .mil-banner-image-frame .mil-bannet-content-items {
        padding: 0
    }

    .mil-banner.mil-banner-5,
    .mil-banner.mil-banner-5 .mil-banner-text-frame {
        height: 100vh
    }

    .mil-banner.mil-banner-5 .mil-banner-image-frame {
        width: 100%;
        height: 100vh
    }

    .mil-banner.mil-banner-6 {
        background-color: #212121;
        height: 100vh
    }

    .mil-banner.mil-banner-6 .mil-image-position-1,
    .mil-banner.mil-banner-6 .mil-image-position-2 {
        display: none
    }

    .mil-banner.mil-banner-6 .mil-banner-text-frame {
        height: 100vh;
        top: 0;
        padding: 200px 0 100px
    }

    .mil-banner.mil-banner-6 .mil-banner-text-frame .mil-banner-text {
        margin: 0
    }

    .mil-banner.mil-banner-6 .mil-banner-image-frame {
        width: 100%;
        height: auto
    }
}

.mil-banner-inner-page {
    background-size: cover;
    background-position: 0;
    height: 650px;
    padding-top: 150px;
    background-position: 0 150px
}

.mil-banner-inner-page .mil-overlay {
    background-color: rgba(33, 33, 33, .6);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center
}

@media (max-width:1200px) {
    .mil-banner-inner-page {
        padding-top: 100px;
        background-position: 0 100px
    }
}

.mil-back-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    background-color: #00318e;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 10px;
    position: fixed;
    bottom: 60px;
    right: 60px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    transform: translateY(30px);
    transition: .3s cubic-bezier(0, 0, .3642, 1)
}


@media (max-width:768px) {
    .mil-back-to-top {
        right: 10px;
        width: 50px;
        height: 50px;
    }
}

.mil-back-to-top.mil-show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.mil-back-to-top:hover {
    cursor: pointer;
    filter: brightness(110%)
}

.mil-top-panel-frame {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    transition: .3s cubic-bezier(0, 0, .3642, 1)
}

.mil-top-panel-frame .mil-top-panel {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.mil-top-panel-frame .mil-top-panel .mil-logo {
    margin-right: 60px;
    width: 140px
}

.mil-top-panel-frame .mil-top-panel .mil-logo img {
    width: 100%
}

.mil-top-panel-frame .mil-left {
    display: flex;
    align-items: center
}

.mil-top-panel-frame .mil-right {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.mil-top-panel-frame.mil-scroll {
    background-color: #fff;
    height: 120px;
    border-bottom: 1px solid #f8f8f8
}

.mil-top-panel-frame .mil-navigation {
    display: flex
}

.mil-top-panel-frame .mil-navigation.mil-center {
    padding-left: 40%
}

.mil-top-panel-frame .mil-navigation li {
    list-style-type: none;
    margin-right: 15px;
    position: relative
}

.mil-top-panel-frame .mil-navigation li:last-child {
    margin-right: 0
}

.mil-top-panel-frame .mil-navigation li a {
    display: flex;
    align-items: center;
    height: 60px;
    font-weight: 500;
    padding: 0 15px;
    border-radius: 2px;
    text-decoration: none;
    color: #00318e;
    font-size: 14px;
    text-transform: uppercase;
    white-space: nowrap;
    transition: .3s cubic-bezier(0, 0, .3642, 1)
}

.mil-top-panel-frame .mil-navigation li a:hover {
    color: #212121
}

.mil-top-panel-frame .mil-navigation li.mil-current>a:before {
    content: "";
    display: block;
    height: 6px;
    width: 6px;
    margin-right: 8px;
    background-color: #00318e;
    border-radius: 50%
}

.mil-top-panel-frame .mil-navigation li ul {
    position: absolute;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transform: translateY(15px);
    top: 80px;
    min-width: 200px;
    left: -15px;
    padding: 30px;
    border-radius: 2px;
    background-color: #00318e;
    transition: .3s cubic-bezier(0, 0, .3642, 1)
}

.mil-top-panel-frame .mil-navigation li ul:before {
    content: "";
    position: absolute;
    top: -30px;
    height: 30px;
    width: 100%;
    opacity: 0;
    left: 0
}

.mil-top-panel-frame .mil-navigation li ul li {
    margin-right: 0;
    margin-bottom: 15px
}

.mil-top-panel-frame .mil-navigation li ul li:last-child {
    margin-bottom: 0
}

.mil-top-panel-frame .mil-navigation li ul li a {
    color: #fff;
    padding: 0;
    height: auto
}

.mil-top-panel-frame .mil-navigation li ul li a:hover {
    color: #fff
}

.mil-top-panel-frame .mil-navigation li:hover ul {
    pointer-events: all;
    opacity: 1;
    transform: translateY(0)
}

.mil-top-panel-frame .mil-navigation.mil-scroll li ul {
    top: 90px;
    border-radius: 0 0 2px 2px
}

.mil-top-panel-frame .mil-navigation.mil-white li a,
.mil-top-panel-frame .mil-navigation.mil-white li ul li a {
    color: #fff
}

.mil-top-panel-frame .mil-navigation.mil-white.mil-scroll li a {
    color: #898d96
}

.mil-top-panel-frame .mil-navigation.mil-white.mil-scroll li:hover>a {
    color: #212121
}

.mil-top-panel-frame .mil-navigation.mil-white.mil-scroll li ul li a {
    color: #fff
}

@media (max-width:1200px) {
    .mil-top-panel-frame .mil-navigation.mil-white.mil-scroll li ul li a {
        color: #898d96
    }
}

.mil-top-panel-frame .mil-navigation.mil-white.mil-scroll li ul li:hover a {
    color: #fff
}

@media (max-width:1200px) {
    .mil-top-panel-frame .mil-top-panel .mil-navigation {
        width: 100%;
        position: absolute;
        pointer-events: none;
        top: 100px;
        left: 0;
        flex-direction: column;
        background-color: #fff;
        padding: 30px 15px;
        opacity: 0;
        transform: translateY(-15px);
        border-bottom: 1px solid hsla(222, 6%, 56%, .2);
        transition: .3s cubic-bezier(0, 0, .3642, 1)
    }

    .mil-top-panel-frame .mil-top-panel .mil-navigation li {
        margin-right: 0;
        margin-bottom: 15px
    }

    .mil-top-panel-frame .mil-top-panel .mil-navigation li:last-child {
        margin-bottom: 0
    }

    .mil-top-panel-frame .mil-top-panel .mil-navigation li a {
        color: #898d96;
        padding: 0;
        height: auto
    }

    .mil-top-panel-frame .mil-top-panel .mil-navigation li ul {
        position: static;
        background-color: #f8f8f8;
        border-radius: 2px !important;
        opacity: 0;
        padding: 0 20px;
        max-height: 0;
        overflow: hidden;
        transition: .3s cubic-bezier(0, 0, .3642, 1)
    }

    .mil-top-panel-frame .mil-top-panel .mil-navigation li ul li a {
        color: #898d96
    }

    .mil-top-panel-frame .mil-top-panel .mil-navigation li ul li:first-child {
        margin-top: 15px
    }

    .mil-top-panel-frame .mil-top-panel .mil-navigation li ul li:last-child {
        margin-bottom: 15px
    }

    .mil-top-panel-frame .mil-top-panel .mil-navigation li:hover ul {
        opacity: 1;
        max-height: 400px;
        margin-top: 15px
    }

    .mil-top-panel-frame .mil-top-panel .mil-navigation.mil-active {
        pointer-events: all;
        opacity: 1;
        transform: translateY(0)
    }

    .mil-top-panel-frame.mil-scroll {
        background-color: #fff;
        height: 100px
    }
}

.mil-top-panel-frame.mil-dark-panel {
    background-color: #212121;
    border: none
}

.mil-top-panel-frame.mil-dark-panel .mil-navigation li a {
    color: #c4c4c4
}

.mil-top-panel-frame.mil-dark-panel .mil-navigation li:hover a {
    color: #fff
}

.mil-top-panel-frame.mil-dark-panel .mil-navigation li.mil-current>a {
    color: #00318e
}

@media (max-width:1200px) {
    .mil-top-panel-frame.mil-dark-panel .mil-navigation {
        background-color: #00318e
    }

    .mil-top-panel-frame.mil-dark-panel .mil-navigation li a {
        color: #fff
    }

    .mil-top-panel-frame.mil-dark-panel .mil-navigation li.mil-current {
        padding: 0
    }

    .mil-top-panel-frame.mil-dark-panel .mil-navigation li.mil-current>a {
        color: #fff
    }

    .mil-top-panel-frame.mil-dark-panel .mil-navigation li.mil-current>a:before {
        background-color: #fff
    }

    .mil-top-panel-frame.mil-dark-panel .mil-navigation li ul {
        background-color: #212121
    }
}

.mil-top-panel-frame.mil-light-panel {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid hsla(0, 0%, 77%, .3)
}

.mil-top-panel-frame.mil-light-panel .mil-navigation li a {
    color: #3b7cf5
}

.mil-top-panel-frame.mil-light-panel .mil-navigation li:hover>a {
    color: #212121
}

.mil-top-panel-frame.mil-light-panel .mil-navigation li ul {
    background-color: #212121
}

.mil-top-panel-frame.mil-light-panel .mil-navigation li ul li a {
    color: #fff
}

.mil-top-panel-frame.mil-light-panel .mil-navigation li ul li:hover a {
    color: #00318e !important
}

.mil-top-panel-frame.mil-light-panel .mil-navigation li.mil-current>a {
    color: #00318e
}

@media (max-width:1200px) {
    .mil-top-panel-frame.mil-light-panel .mil-navigation {
        background-color: #00318e
    }

    .mil-top-panel-frame.mil-light-panel .mil-navigation li a {
        color: #fff
    }

    .mil-top-panel-frame.mil-light-panel .mil-navigation li.mil-current {
        padding: 0
    }

    .mil-top-panel-frame.mil-light-panel .mil-navigation li.mil-current>a {
        color: #fff
    }

    .mil-top-panel-frame.mil-light-panel .mil-navigation li.mil-current>a:before {
        background-color: #fff
    }

    .mil-top-panel-frame.mil-light-panel .mil-navigation li ul {
        background-color: #212121
    }

    .mil-top-panel-frame.mil-light-panel .mil-navigation.mil-scroll li a,
    .mil-top-panel-frame.mil-light-panel .mil-navigation.mil-scroll li:hover a {
        color: #fff
    }

    .mil-top-panel-frame {
        height: 100px;
        background-color: #fff;
        border-bottom: 1px solid hsla(222, 6%, 56%, .2)
    }

    .mil-top-panel-frame .mil-leng {
        display: none !important;
        opacity: 0;
        pointer-events: none;
        visibility: hidden
    }
}

/* MOBILE: Force Services submenu visible */
@media (max-width: 768px) {

    .mil-navigation li.mil-has-children > ul {
        opacity: 1 !important;
        max-height: 1000px !important;
        visibility: visible !important;
        pointer-events: auto;
        margin-top: 15px;
    }

}



.mil-menu-btn {
    margin-left: 15px;
    background-color: #00318e;
    padding: 25px 15px;
    border-radius: 2px;
    height: 24px;
    cursor: pointer;
    display: none;
    justify-content: center;
    align-items: center;
    transition: .3s cubic-bezier(0, 0, .3642, 1)
}

@media screen and (max-width:1200px) {
    .mil-menu-btn {
        display: flex
    }
}

.mil-menu-btn span,
.mil-menu-btn span:after,
.mil-menu-btn span:before {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: inherit
}

.mil-menu-btn span {
    position: relative
}

.mil-menu-btn span:after,
.mil-menu-btn span:before {
    position: absolute
}

.mil-menu-btn span:before {
    top: -8px
}

.mil-menu-btn span:after {
    top: 8px
}

.mil-menu-btn.mil-active span {
    transform: rotate(45deg)
}

.mil-menu-btn.mil-active span:before {
    transform: translateY(8px) rotate(-90deg)
}

.mil-menu-btn.mil-active span:after {
    width: 24px;
    transform: translateY(-8px) rotate(-90deg)
}

.mil-mouse {
    position: relative;
    width: 40px;
    height: 63px;
    border: 2px solid #212121;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.mil-mouse:before {
    width: 2px;
    height: 30px;
    position: absolute;
    top: 0
}

.mil-mouse:after,
.mil-mouse:before {
    content: "";
    display: block;
    background-color: #212121
}

.mil-mouse:after {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    animation: mouse 1.5s cubic-bezier(0, 0, .3642, 1) infinite
}

.mil-mouse.mil-accent {
    border: 2px solid #3b7cf5
}

.mil-mouse.mil-accent:after,
.mil-mouse.mil-accent:before {
    background-color: #4d81e1
}

.mil-mouse.mil-light {
    border: 2px solid #fff
}

.mil-mouse.mil-light:after,
.mil-mouse.mil-light:before {
    background-color: #fff
}

@keyframes mouse {
    0% {
        transform: translateY(-10px)
    }

    50% {
        transform: translateY(-20px)
    }

    to {
        transform: translateY(-10px)
    }
}

.mil-counter-item {
    padding-top: 30px;
    border-top: 1px solid #fff;
    width: 100%
}

.mil-counter-item.mil-accent-border {
    border-top: 1px solid #00318e
}

.mil-counter-box {
    position: relative;
    padding-bottom: 90%
}

.mil-counter-box .mil-counter-text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.mil-counter-box .mil-counter-text .mil-number {
    font-size: 300px;
    font-family: var(--font-secondary), sans-serif;
    font-weight: 500;
    line-height: 70%;
    letter-spacing: -15px
}

.mil-counter-box img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200%;
    height: 80%;
    object-fit: cover;
    object-position: center
}

@media screen and (max-width:1200px) {
    .mil-counter-box {
        padding-bottom: 100%
    }

    .mil-counter-box .mil-counter-text .mil-number {
        font-size: 220px
    }
}

@media screen and (max-width:992px) {
    .mil-counter-box {
        padding-bottom: 0;
        height: auto
    }

    .mil-counter-box .mil-counter-text {
        padding: 60px;
        position: relative
    }

    .mil-counter-box .mil-counter-text .mil-number {
        font-size: 120px
    }

    .mil-counter-box img {
        width: 100%;
        height: 100%
    }
}

.mil-image-simple {
    position: relative;
    overflow: hidden;
    width: 100%
}

.mil-image-simple.mil-vert {
    padding-bottom: 130%
}

.mil-image-simple.mil-land {
    padding-bottom: 65%
}

.mil-image-simple.mil-land-plus {
    padding-bottom: 75%
}

.mil-image-simple.mil-land-short {
    padding-bottom: 55%
}

.mil-image-simple.mil-square {
    padding-bottom: 100%
}

.mil-image-simple img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.mil-fw-image {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 30%
}

.mil-fw-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.mil-out-image {
    width: 160%;
    position: relative;
    overflow: hidden;
    padding-bottom: 120%
}

.mil-out-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left
}

.mil-out-image.mil-left {
    float: right
}

.mil-out-image.mil-left img {
    object-position: right
}

@media (max-width:992px) {
    .mil-out-image {
        width: 100%;
        padding-bottom: 65%
    }
}

.mil-illustration-1 {
    position: relative;
    padding-bottom: 110%
}

.mil-illustration-1 .mil-image-position {
    position: absolute;
    z-index: 1;
    width: 70%;
    right: 0
}

.mil-illustration-1 .mil-image-position .mil-image-frame {
    position: relative;
    overflow: hidden;
    padding-bottom: 135%
}

.mil-illustration-1 .mil-image-position .mil-image-frame img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
    object-position: center
}

.mil-illustration-1 .mil-image-position:last-child {
    width: 40%;
    z-index: 0;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0
}

.mil-illustration-1 .mil-image-position:last-child .mil-image-frame img {
    width: 100%
}

.mil-illustration-2 {
    position: relative;
    height: auto
}

.mil-illustration-2 .mil-image-frame {
    position: relative;
    overflow: hidden;
    padding-bottom: 135%;
    height: 100%
}

.mil-illustration-2 .mil-image-frame img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
    object-position: center
}

.mil-illustration-2:before {
    content: "";
    display: block;
    height: 200px;
    width: 400%;
    position: absolute;
    bottom: -1px;
    left: -200%
}

@media (max-width:992px) {
    .mil-illustration-2 {
        height: auto
    }

    .mil-illustration-2:before {
        height: 0
    }

    .mil-illustration-2 .mil-image-frame {
        margin-bottom: 100px
    }
}

.mil-illustration-3 .mil-image-frame {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%
}

.mil-illustration-3 .mil-image-frame img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
    object-position: top
}

.mil-illustration-4 {
    position: relative;
    overflow: hidden;
    padding-bottom: 110%
}

.mil-illustration-4 .mil-image-position {
    position: absolute;
    z-index: 1;
    width: 84%;
    top: 24%;
    left: 0
}

.mil-illustration-4 .mil-image-position .mil-image-frame {
    position: relative;
    overflow: hidden;
    padding-bottom: 70%
}

.mil-illustration-4 .mil-image-position .mil-image-frame img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
    object-position: center
}

.mil-illustration-4 .mil-image-position:last-child {
    width: 75%;
    z-index: 0;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0
}

.mil-illustration-4 .mil-image-position:last-child .mil-image-frame {
    padding-bottom: 150%
}

.mil-illustration-4 .mil-image-position:last-child .mil-image-frame img {
    width: 100%
}

.mil-illustration-5 {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%
}

.mil-illustration-5 .mil-image-position {
    position: absolute;
    z-index: 1;
    width: 84%;
    bottom: 0;
    left: 0
}

.mil-illustration-5 .mil-image-position .mil-image-frame {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%
}

.mil-illustration-5 .mil-image-position .mil-image-frame img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
    object-position: center
}

.mil-illustration-5 .mil-image-position:last-child {
    width: 55%;
    z-index: 0;
    top: auto;
    left: auto;
    top: 0;
    right: 0
}

.mil-illustration-5 .mil-image-position:last-child .mil-image-frame {
    padding-bottom: 130%
}

.mil-illustration-5 .mil-image-position:last-child .mil-image-frame img {
    width: 100%
}

.mil-iconbox {
    cursor: -webkit-grab;
    cursor: grab
}

.mil-icon {
    width: 64px
}

.mil-icon img {
    width: 100%
}

@media (max-width:992px) {
    .mil-icon {
        width: 48px
    }
}

.mil-project-card {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden
}

.mil-project-card .mil-cover-frame {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%
}

.mil-project-card .mil-cover-frame .mil-hover-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s cubic-bezier(0, 0, .3642, 1)
}

.mil-project-card .mil-cover-frame .mil-hover-frame img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: top
}

.mil-project-card .mil-descr {
    padding: 30px 30px 0
}

.mil-project-card .mil-descr.mil-border {
    border-bottom: 1px solid rgba(33, 33, 33, .2);
    padding: 30px
}

.mil-project-card .mil-descr.mil-with-bg {
    background-color: #fff;
    border: none;
    padding: 30px
}

.mil-project-card .mil-descr.mil-inner {
    min-width: 60%;
    position: absolute;
    bottom: -1px;
    left: 0;
    padding: 30px
}

.mil-project-card .mil-descr.mil-hover {
    bottom: -50px;
    opacity: 0;
    transition: .3s cubic-bezier(0, 0, .3642, 1)
}

.mil-project-card .mil-descr.mil-p-0 {
    padding-left: 0
}

.mil-project-card .mil-descr.mil-pad-0 {
    padding: 30px 0 0
}

.mil-project-card.mil-long .mil-cover-frame {
    padding-bottom: 140%
}

.mil-project-card.mil-long-m .mil-cover-frame {
    padding-bottom: 120%
}

.mil-project-card.mil-land .mil-cover-frame {
    padding-bottom: 65%
}

.mil-project-card.mil-land-m .mil-cover-frame {
    padding-bottom: 45%
}

.mil-project-card:hover .mil-hover-frame {
    transform: scale(1.03) translateY(2%)
}

.mil-project-card:hover .mil-descr.mil-hover {
    opacity: 1;
    bottom: -1px
}

.mil-projects-1 {
    position: relative
}

.mil-projects-1 .swiper-slide {
    transform: scale(.7) translateX(-62%) translateY(-21%)
}

.mil-projects-1 .swiper-slide.swiper-slide-active {
    transform: scale(1)
}

.mil-projects-1 .swiper-slide.swiper-slide-next {
    transform: scale(.7) translateX(-20%) translateY(-21%)
}

.mil-projects-4 {
    position: relative
}

.mil-projects-4 .swiper-slide {
    transform: scale(.82) translateX(-55%) translateY(-11.2%)
}

.mil-projects-4 .swiper-slide.swiper-slide-active {
    transform: scale(1)
}

.mil-projects-4 .swiper-slide.swiper-slide-next {
    transform: scale(.82) translateX(-10%) translateY(-11.2%)
}

.mil-slider-nav {
    display: flex;
    z-index: 9
}

.mil-slider-nav .mil-nav-btn {
    background-color: #00318e;
    width: 100px;
    height: 100px;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s cubic-bezier(0, 0, .3642, 1)
}

.mil-slider-nav .mil-nav-btn.mil-next {
    background-color: #212121
}

.mil-slider-nav .mil-nav-btn:hover {
    filter: brightness(110%)
}

.mil-slider-nav.mil-position-1 {
    position: absolute;
    bottom: 0;
    right: 30px
}

.sliderContainer.container::-webkit-scrollbar {
    display: none
}

.outterContainer {
    width: 100%;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.sliderContainer.container {
    width: 550px;
    height: 90vw;
    overflow-y: auto;
    overflow-x: hidden;
    transform: rotate(-90deg) translateY(0);
    display: flex;
    flex-direction: column;
    gap: 175px;
    padding: 100px 0
}

.slider-img-container p {
    margin-bottom: 30px;
    color: #00318e;
    font-weight: 300;
    font-size: 26px;
    text-align: left
}

.sliderContainer .slider-img-container {
    width: 562px;
    transform: rotate(90deg)
}

.sliderContainer .slider-img-container img {
    object-fit: cover;
    border-radius: 10px;
    width: 100%
}

.slider-img-container {
    display: flex;
    flex-direction: column
}

@media (max-width:992px) {
    .mil-slider-nav.mil-position-1 {
        margin-top: 50px;
        position: relative;
        left: 0;
        right: auto
    }
}

.mil-slider-nav.mil-position-2 {
    position: absolute;
    bottom: 0;
    left: -85px
}

@media (max-width:992px) {
    .mil-slider-nav.mil-position-2 {
        left: 15px
    }
}

.mil-team-card {
    width: 100%
}

.mil-team-card .mil-cover-frame {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%
}

.mil-team-card .mil-cover-frame .mil-hover-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s cubic-bezier(0, 0, .3642, 1)
}

.mil-team-card .mil-cover-frame .mil-hover-frame img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: top
}

.mil-team-card .mil-descr {
    padding-top: 30px
}

.mil-team-card.mil-long .mil-cover-frame {
    padding-bottom: 142%
}

.mil-team-card:hover .mil-hover-frame {
    transform: scale(1.03) translateY(2%)
}

.mil-video-frame {
    width: 100%;
    padding-bottom: 50%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.mil-video-frame img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center
}

.mil-video-frame .mil-play {
    position: absolute;
    top: calc(50% - 150px);
    left: calc(50% - 150px);
    background-color: #002c7f;
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.row-clients {
    justify-content: center
}

.mil-video-frame .mil-play:before {
    content: "";
    width: 100%;
    height: 300px;
    background-color: #00318e;
    position: absolute;
    top: -100%
}

.mil-video-frame .mil-play .mil-play-icon {
    display: block;
    border: 1px solid #fff;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
    transition: .3s cubic-bezier(0, 0, .3642, 1)
}

.mil-video-frame .mil-play .mil-play-icon svg {
    margin-top: 36%;
    margin-left: 4%;
    transition: .3s cubic-bezier(0, 0, .3642, 1)
}

.mil-video-frame .mil-play .mil-play-icon:hover {
    border: 3px solid #fff
}

.mil-video-frame .mil-play .mil-play-icon:hover svg {
    transform: scale(1.1)
}

.mil-video-frame.mil-video-2 {
    padding-bottom: 70%
}

.mil-video-frame.mil-video-2 img {
    width: 85%
}

.mil-video-frame.mil-video-2 .mil-play {
    right: 0;
    left: auto;
    transform: scale(.8)
}

@media (max-width:768px) {

    .mil-video-frame,
    .mil-video-frame.mil-video-2 {
        padding-bottom: 100%
    }

    .mil-video-frame.mil-video-2 img {
        width: 100%
    }

    .mil-video-frame.mil-video-2 .mil-play {
        right: auto;
        left: auto
    }
}

.mil-play-sm,
.mil-play-sm .mil-play-icon {
    display: flex;
    align-items: center
}

.mil-play-sm .mil-play-icon {
    border: 1px solid #00318e;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    justify-content: center;
    margin-right: 30px
}

.mil-play-sm .mil-play-icon svg {
    margin-left: 4%
}

@media (max-width:768px) {
    .mil-play-sm .mil-play-icon {
        width: 70px;
        height: 70px;
        margin-right: 20px
    }
}

.mil-brand-frame {
    background-color: hsla(0, 0%, 77%, .1);
    height: 121px;
    width: 186px;
    margin: 0 !important;
    padding: 0 4px;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center
}

.mil-brand-frame img {
    width: 150%;
    max-width: 150px;
    transition: .3s cubic-bezier(0, 0, .3642, 1)
}

.mil-brand-frame:hover img {
    width: 170%;
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.03)
}

@media (max-width:992px) {
    .mil-brand-frame {
        padding: 0 30px
    }

    .mil-brand-frame img {
        width: 80%
    }
}

.mil-review-card {
    position: relative;
    background-color: #f8f8f8;
    padding: 60px;
    border-left: 5px solid #00318e
}

.mil-review-card .mil-card-info {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.mil-review-card .mil-card-info .mil-user-name p {
    line-height: 100%
}

.mil-review-card .mil-card-info .mil-review-author {
    display: flex;
    align-items: center
}

.mil-review-card .mil-card-info .mil-review-author img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 20px
}

.mil-review-card.mil-deco:before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 100vw;
    height: 200px;
    bottom: -201px;
    left: calc(-100vw - 5px)
}

@media (max-width:768px) {
    .mil-review-card .mil-card-info svg {
        display: none
    }
}

.mil-service-list li {
    display: flex;
    list-style-type: none;
    width: 100%;
    transition: .3s cubic-bezier(0, 0, .3642, 1)
}

.mil-service-list li:before {
    content: "" attr(data-count) "";
    margin-right: 30px;
    color: #00318e
}

.mil-service-list li .mil-service-item {
    display: block;
    padding-bottom: 50px;
    border-bottom: 1px solid hsla(0, 0%, 77%, .2);
    width: 100%;
    transition: .3s cubic-bezier(0, 0, .3642, 1)
}

.mil-service-list.mil-hover li .mil-service-item {
    opacity: .6
}

.mil-service-list.mil-hover li:hover {
    padding-left: 30px
}

.mil-service-list.mil-hover li:hover .mil-service-item {
    opacity: 1
}

.mil-service-side {
    display: block;
    border-bottom: 1px solid hsla(0, 0%, 77%, .6);
    padding-bottom: 50px
}

.mil-service-side h5 {
    transition: .3s cubic-bezier(0, 0, .3642, 1)
}

.mil-service-side:hover h5 {
    color: #00318e
}

.mil-cta-box.mil-item-1 {
    padding-right: 100px
}

.mil-cta-box.mil-item-2 {
    padding-left: 100px;
    border-left: 1px solid hsla(0, 0%, 100%, .2)
}

@media (max-width:1200px) {
    .mil-cta-box {
        font-size: 18px
    }

    .mil-cta-box.mil-item-1,
    .mil-cta-box.mil-item-2 {
        padding: 0;
        border: none
    }
}

.mil-store-card {
    display: block
}

.mil-store-card .mil-cover {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%
}

.mil-store-card .mil-cover img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s cubic-bezier(0, 0, .3642, 1)
}

.mil-store-card .mil-descr {
    padding-top: 30px
}

.mil-store-card:hover .mil-cover img {
    transform: scale(1.05)
}

.mil-store-loader {
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.mil-store-loader .mil-loader {
    margin-bottom: 15px;
    animation: loader 1s infinite
}

@media (max-width:1200px) {
    .mil-store-loader {
        margin-top: 50px
    }
}

@keyframes loader {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.mil-cart-item {
    position: relative;
    padding: 40px 30px;
    border-top: 1px solid hsla(0, 0%, 77%, .5);
    border-bottom: 1px solid hsla(0, 0%, 77%, .5);
    justify-content: space-between
}

.mil-cart-item,
.mil-cart-item .mil-close,
.mil-cart-item .mil-left,
.mil-cart-item .mil-right {
    display: flex;
    align-items: center
}

.mil-cart-item .mil-close {
    width: 50px;
    height: 50px;
    justify-content: center;
    color: #00318e;
    font-size: 14px;
    border: 1px solid hsla(0, 0%, 77%, .5);
    margin-right: 40px;
    border-radius: 2px
}

.mil-cart-item .mil-close,
.mil-cart-item .mil-close i {
    transition: .3s cubic-bezier(0, 0, .3642, 1)
}

.mil-cart-item .mil-close:hover {
    border: 1px solid #00318e
}

.mil-cart-item .mil-close:hover i {
    transform: scale(1.1)
}

.mil-cart-item .mil-cart-item-cover {
    width: 150px;
    height: 150px;
    margin-right: 40px
}

.mil-cart-item .mil-cart-item-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.mil-cart-item .mil-input {
    width: 100px;
    margin-right: 40px
}

.mil-cart-item .mil-mr-40 {
    margin-right: 40px
}

@media screen and (max-width:1200px) {
    .mil-cart-item {
        flex-direction: column;
        padding: 20px 0
    }

    .mil-cart-item .mil-left,
    .mil-cart-item .mil-right {
        width: 100%
    }

    .mil-cart-item .mil-left {
        margin-bottom: 40px
    }

    .mil-cart-item .mil-close {
        position: absolute;
        top: 40px;
        right: 0;
        margin-right: 0
    }

    .mil-cart-item .mil-cart-item-cover {
        width: 100px;
        height: 100px;
        margin-right: 15px
    }
}

@media screen and (max-width:768px) {
    .mil-cart-item .mil-close {
        top: -15px;
        right: 0;
        width: 30px;
        height: 30px;
        background-color: #00318e;
        color: #fff;
        border: none
    }

    .mil-cart-item .mil-input {
        height: 50px;
        width: 60px;
        padding: 0 15px;
        margin-right: 15px
    }

    .mil-cart-item .mil-mr-40 {
        margin-right: 15px
    }
}

.mil-discount {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.mil-discount .mil-input {
    width: 200px;
    margin: 0 30px
}

@media screen and (max-width:992px) {
    .mil-discount {
        flex-direction: column;
        align-items: flex-start
    }

    .mil-discount .mil-input {
        margin: 30px 0
    }
}

.mil-checkout {
    padding: 40px 30px;
    border-top: 1px solid hsla(0, 0%, 77%, .5)
}

@media screen and (max-width:1200px) {
    .mil-checkout {
        padding: 20px 0
    }
}

.mil-comments {
    padding-top: 60px;
    border-top: 1px solid hsla(0, 0%, 77%, .5)
}

.mil-comments.mil-no-deco {
    padding-top: 0;
    border-top: none
}

.mil-comments li {
    list-style-type: none
}

.mil-comments li .mil-comment {
    position: relative;
    display: flex;
    margin-bottom: 60px
}

.mil-comments li .mil-comment .mil-avatar {
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: relative
}

.mil-comments li .mil-comment .mil-avatar img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top
}

.mil-comments li .mil-comment .mil-comment-text {
    padding-left: 30px;
    width: 90%
}

.mil-comments li .mil-comment .mil-comment-text .mil-reply {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 600;
    font-size: 16px;
    font-family: var(--font-secondary), sans-serif;
    color: #00318e
}

.mil-comments li ul {
    padding-left: 90px
}

@media screen and (max-width:768px) {
    .mil-comments li .mil-comment .mil-avatar {
        width: 40px;
        height: 40px
    }

    .mil-comments li .mil-comment .mil-comment-text {
        padding-left: 15px;
        width: calc(100% - 40px)
    }

    .mil-comments li ul {
        padding-left: 55px
    }
}

.mil-tab-container {
    padding: 60px 0;
    border-top: 1px solid hsla(0, 0%, 77%, .5);
    display: flex;
    justify-content: space-between
}

.mil-tab {
    opacity: .4;
    cursor: pointer;
    transition: .3s cubic-bezier(0, 0, .3642, 1)
}

.mil-tab:hover {
    opacity: 1
}

.mil-tab-content {
    display: none;
    border-bottom: 1px solid hsla(0, 0%, 77%, .5)
}

.mil-active-tab {
    opacity: 1;
    color: #00318e
}

.mil-active-content {
    display: block
}

.mil-accordion {
    width: 100%
}

.mil-accordion .mil-accordion-group .mil-accordion-menu {
    color: #212121;
    padding: 30px 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

@media screen and (max-width:992px) {
    .mil-accordion .mil-accordion-group .mil-accordion-menu {
        align-items: flex-start
    }
}

.mil-accordion .mil-accordion-group .mil-accordion-menu h5 {
    width: calc(100% - 45px)
}

.mil-accordion .mil-accordion-group .mil-accordion-menu .mil-accordion-icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    font-size: 14px;
    color: #c4c4c4;
    transition: .3s cubic-bezier(0, 0, .3642, 1)
}

@media screen and (max-width:992px) {
    .mil-accordion .mil-accordion-group .mil-accordion-menu .mil-accordion-icon {
        width: 30px;
        height: 30px
    }
}

.mil-accordion .mil-accordion-group .mil-accordion-menu .mil-accordion-icon.mil-active {
    background-color: #00318e
}

.mil-accordion .mil-accordion-group .mil-accordion-menu .mil-accordion-icon.mil-active i {
    color: #fff
}

.mil-accordion .mil-accordion-group .mil-accordion-content {
    padding-right: 100px;
    height: 0;
    overflow: hidden;
    margin-bottom: 15px
}

@media screen and (max-width:992px) {
    .mil-accordion .mil-accordion-group .mil-accordion-content {
        padding-right: 0
    }
}

.mil-accordion .mil-accordion-group:last-child .mil-accordion-content {
    margin-bottom: 0
}

.mil-blog-card {
    width: 100%;
    position: relative;
    overflow: hidden
}

.mil-blog-card .mil-cover-frame {
    position: relative;
    overflow: hidden;
    padding-bottom: 65%
}

.mil-blog-card .mil-cover-frame .mil-hover-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s cubic-bezier(0, 0, .3642, 1)
}

.mil-blog-card .mil-cover-frame .mil-hover-frame img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: top
}

.mil-blog-card .mil-descr {
    padding: 30px 0 0
}

.mil-blog-card:hover .mil-hover-frame {
    transform: scale(1.03) translateY(2%)
}

.mil-blog-card:hover .mil-descr.mil-hover {
    opacity: 1;
    bottom: -1px
}

.mil-post-info {
    display: flex;
    align-items: center
}

.mil-post-info * {
    margin-right: 30px
}

@media screen and (max-width:768px) {
    .mil-post-info {
        flex-direction: column;
        align-items: flex-start
    }

    .mil-post-info * {
        margin-right: 0;
        margin-bottom: 10px
    }
}

.mil-nav-frame {
    padding: 100px 0;
    border-top: 1px solid hsla(0, 0%, 77%, .5);
    border-bottom: 1px solid hsla(0, 0%, 77%, .5)
}

@media screen and (max-width:768px) {
    .mil-nav-frame {
        padding: 50px 0
    }
}

.mil-post-nav {
    display: flex;
    align-items: center
}

.mil-post-nav .mil-cover {
    width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden
}

.mil-post-nav .mil-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .3s cubic-bezier(0, 0, .3642, 1)
}

.mil-post-nav .mil-descr {
    padding: 0 30px
}

.mil-post-nav.mil-next {
    flex-direction: row-reverse
}

.mil-post-nav:hover .mil-cover img {
    transform: scale(1.05)
}

@media screen and (max-width:768px) {
    .mil-post-nav .mil-cover {
        width: 100px;
        height: 100px
    }

    .mil-post-nav .mil-descr {
        padding: 0 0 0 30px
    }

    .mil-post-nav.mil-next {
        margin-top: 30px;
        flex-direction: row
    }
}

footer {
    background-color: #0c1e42
}

footer .mil-footer-logo {
    width: 200px
}

footer .mil-footer-logo img {
    width: 100%
}

footer .mil-footer-logo-new img {
    width: 120px;
    max-width: none;
    height: auto;
}


footer a {
    transition: .3s cubic-bezier(0, 0, .3642, 1)
}

footer a:hover {
    color: #ffbd30
}

footer .mil-footer-list li {
    list-style-type: none;
    margin-bottom: 10px
}

footer .mil-footer-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid hsla(222, 6%, 56%, .3);
    display: flex;
    justify-content: space-between
}

.blue-section-bg p {
    color: #fff !important
}

@media (max-width:768px) {
    footer .mil-footer-bottom {
        flex-direction: column
    }
}

.mil-brand-scroller {
    width: 100%;
    overflow: hidden;
    position: relative
}

.mil-scroller-track {
    display: flex;
    animation: scrollBrands 20s linear infinite
}

.mil-brand-frame {
    min-width: 200px;
    margin: 0 20px;
    text-align: center
}

@keyframes scrollBrands {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}


@media (max-width: 1200px) {

    /* Always show Services submenu on mobile */
    .mil-top-panel-frame .mil-navigation li.mil-services ul {
        opacity: 1 !important;
        max-height: 500px !important;
        pointer-events: all !important;
        margin-top: 15px;
    }

    /* Remove hover dependency on mobile */
    .mil-top-panel-frame .mil-navigation li:hover ul {
        opacity: unset;
        max-height: unset;
    }
}


@media (max-width: 1200px) {

    .mil-services ul {
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease, opacity .3s ease;
    }

    .mil-services.mil-open ul {
        opacity: 1;
        max-height: 500px;
        margin-top: 15px;
        pointer-events: all;
    }
}


