
@import url("https://fonts.googleapis.com/css2?family=Tilt+Neon&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Play:wght@700&display=swap');
/***************************

main

***************************/
*,z
*:before,
*:after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}

body {
    pointer-events: all;
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    line-height: 160%;
}

.mil-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mil-relative {
    position: relative;
}

/***************************

typography

***************************/
a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

ul {
    padding: 0;
    margin: 0;
}

    ul li {
        list-style-type: none;
    }

blockquote {
    border-left: solid 2px #9fca49;
    padding: 30px;
    background-color: rgb(233, 234, 235);
    font-style: italic;
    color: rgb(38, 50, 56);
}

    blockquote * {
        color: rgb(38, 50, 56) !important;
    }

.mil-divider {
    border-top: dashed 1px rgb(190, 193, 195);
}

.mil-deco {
    height: 2px;
    width: 30px;
    border-radius: 4px;
    background-color: #9fca49;
    margin: auto
}

h1,
h2,
h3,
h4,
h5,
h6,
.mil-h1,
.mil-h2,
.mil-h3,
.mil-h4,
.mil-h5,
.mil-h6 {
    font-family: "Tilt Neon", cursive;
    line-height: 120%;
    color: rgb(38, 50, 56);
    font-weight: 400;
    font-smoothing: antialiased;
}

@media screen and (max-width: 768px) {
    h1 br,
    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br,
    .mil-h1 br,
    .mil-h2 br,
    .mil-h3 br,
    .mil-h4 br,
    .mil-h5 br,
    .mil-h6 br {
        display: none;
    }
}

h1,
.mil-h1 {
    font-size: 92px;
}

@media screen and (max-width: 768px) {
    h1,
    .mil-h1 {
        font-size: 72px;
    }
}

h2,
.mil-h2 {
    font-size: 72px;
}

@media screen and (max-width: 768px) {
    h2,
    .mil-h2 {
        font-size: 48px;
    }
}

h3,
.mil-h3 {
    font-size: 48px;
}

@media screen and (max-width: 768px) {
    h3,
    .mil-h3 {
        font-size: 36px;
    }
}

h4,
.mil-h4 {
    font-size: 36px;
}

@media screen and (max-width: 768px) {
    h4,
    .mil-h4 {
        font-size: 24px;
    }
}

h5,
.mil-h5 {
    font-size: 24px;
}

@media screen and (max-width: 768px) {
    h5,
    .mil-h5 {
        font-size: 18px;
    }
}

h6,
.mil-h6 {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    h6,
    .mil-h6 {
        font-size: 16px;
    }
}

.mil-text-xs,
.mil-text-sm,
.mil-text-md,
.mil-text-lg,
.mil-text-xl {
    font-weight: 300;
    line-height: 160%;
    color: rgb(146, 152, 155);
    font-smoothing: antialiased;
}

.mil-text-xs {
    font-size: 11px;
}

.mil-text-sm {
    font-size: 14px;
}

.mil-text-md {
    font-size: 17px;
}

.mil-text-lg {
    font-size: 19px;
}

.mil-text-xl {
    font-size: 22px;
}

.mil-bold {
    font-weight: 600;
}

.mil-thin {
    font-weight: 200;
}

.mil-shortened {
    width: 80%;
}

@media screen and (max-width: 992px) {
    .mil-shortened {
        width: 100%;
    }
}

.mil-shortened-50 {
    width: 50%;
}

@media screen and (max-width: 992px) {
    .mil-shortened-50 {
        width: 100%;
    }
}

.mil-light {
    color: rgb(255, 255, 255) !important;
    fill: rgb(255, 255, 255) !important;
}

.mil-dark,
.mil-dark * {
    color: rgb(38, 50, 56) !important;
    fill: rgb(38, 50, 56) !important;
}

.mil-softened-5 {
    color: rgb(244, 245, 245) !important;
    fill: rgb(244, 245, 245) !important;
}

.mil-softened-10 {
    color: rgb(233, 234, 235) !important;
    fill: rgb(233, 234, 235) !important;
}

.mil-softened-20 {
    color: rgb(212, 214, 215) !important;
    fill: rgb(212, 214, 215) !important;
}

.mil-softened-30 {
    color: rgb(190, 193, 195) !important;
    fill: rgb(190, 193, 195) !important;
}

.mil-softened-40 {
    color: rgb(168, 173, 175) !important;
    fill: rgb(168, 173, 175) !important;
}

.mil-softened-50 {
    color: rgb(146, 152, 155) !important;
    fill: rgb(146, 152, 155) !important;
}

.mil-softened-60 {
    color: rgb(125, 132, 136) !important;
    fill: rgb(125, 132, 136) !important;
}

.mil-softened-70 {
    color: rgb(103, 112, 116) !important;
    fill: rgb(103, 112, 116) !important;
}

.mil-softened-80 {
    color: rgb(81, 91, 96) !important;
    fill: rgb(81, 91, 96) !important;
}

.mil-softened-90 {
    color: rgb(60, 71, 76) !important;
    fill: rgb(60, 71, 76) !important;
}

.mil-softened-95 {
    color: rgb(49, 60, 66) !important;
    fill: rgb(49, 60, 66) !important;
}

.mil-accent,
.mil-accent * {
    color: #9fca49 !important;
    fill: #9fca49 !important;
}

.mil-accent-hover {
    -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

    .mil-accent-hover:hover {
        color: #9fca49 !important;
    }

b {
    font-weight: 600;
}

.mil-first-letter::first-letter {
    color: rgb(38, 50, 56);
    font-weight: 400;
    padding-right: 25px;
    line-height: 100%;
    color: #192781;
    float: left;
    font-size: 72px;
    font-family: "Tilt Neon", cursive;
}

.mil-text-stroke {
    color: rgb(38, 50, 56);
    text-shadow: -0.4px -0.4px 0 rgb(255, 255, 255), 0.4px -0.4px 0 rgb(255, 255, 255), -0.4px 0.4px 0 rgb(255, 255, 255), 0.4px 0.3px 0 rgb(255, 255, 255);
}

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

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

.mil-dot-divider {
    margin: 0 10px;
}

.mil-simple-list {
    padding: 0;
    margin: 0;
}

    .mil-simple-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 150%;
        list-style-type: none;
    }

        .mil-simple-list li:before {
            content: "";
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background-color: #9fca49;
            margin-right: 20px;
        }

.mil-inline-list {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .mil-inline-list li {
        list-style-type: none;
        margin-right: 50px;
    }

        .mil-inline-list li:last-child {
            margin: 0;
        }

.mil-2-half-list {
    width: 100%;
}

    .mil-2-half-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 15px;
    }

        .mil-2-half-list li:last-child {
            margin-bottom: 0;
        }


/****
    main style start
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


body {
    /*background-image: url('../img/main/bg-body.png');*/

    color: #444444;
    height: 100%;
    width: 100%;
}

.bg-gradient {
    background: linear-gradient(to right, #000000, #000029, #00005D) !important;
    z-index: -11111;
    position: relative;
}

.clip {
    /* padding: 5rem; */
    background-image: url('../img/main/bg-body1.png');
    /*background-image: url('../img/main/bg-body2.png');*/
    background-size: cover;
    height: 100%;
    width: 100%;
    margin-top: 70px;
}

#main {
}

.bg-pages {
    background-image: url('../img/main/bg-page2.jpg');
    background-size: contain;
}
/*.clip:before {
    content: "";
    height: 100%;
    clip-path: polygon(0% 0%, 25% 28%, 0% 53%, 27% 72%, 2% 99%, 73% 100%, 99% 71%, 72% 49%, 99% 29%, 70% 1%);
    background-color: rgb(180, 197, 27);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}*/
a {
    color: #9fca49;
    text-decoration: none;
}

    a:hover {
        color: #192780;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Outfit", sans-serif;
}

p {
    color: #2c2b2a;
    /*color: #9b9c9d;*/
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #9fca49;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #151515;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #151515;
    }

        .back-to-top:hover i {
            color: #9fca49;
        }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.navbar-nav .nav-link {
    color: #fff;
}

.dropend .dropdown-toggle {
    color: salmon;
    margin-left: 1em;
}

.dropdown-item:hover {
    background-color: lightsalmon;
    color: #fff;
}

.dropdown .dropdown-menu {
    display: none;
}

.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
}

@media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: 0.5em;
    }
}



#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
    background: rgb(255 255 255);
}

    #header.header-scrolled,
    #header.header-inner-pages {
        background: rgb(255 255 255);
        box-shadow: 0px 0px 7px #b3b3b3;
    }

    #header .logo {
        font-size: 32px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

        #header .logo a {
            color: #fff;
        }

            #header .logo a span {
                color: #9fca49;
            }

        #header .logo img {
            max-height: 40px;
        }

/*--------------------------------------------------------------
#  Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
    color: #192780;
    border-radius: 4px;
    padding: 7px 25px 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
    border: 2px solid #9fca49;
}

    .get-started-btn:hover {
        background: #ffbb38;
        color: #343a40;
    }

@media (max-width: 992px) {
    .get-started-btn {
        padding: 7px 20px 8px 20px;
        margin-right: 15px;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 30px;
        font-size: 15px;
        font-weight: 600;
        color: #192780;
        white-space: nowrap;
        transition: 0.3s;
    }

        .navbar a i,
        .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar a:hover,
        .navbar .active,
        .navbar .active:focus,
        .navbar li:hover > a {
            color: #9fca49;
        }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            font-size: 14px;
            text-transform: none;
            color: #151515;
            font-weight: 400;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover,
            .navbar .dropdown ul .active:hover,
            .navbar .dropdown ul li:hover > a {
                background-color: #9fca49;
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #9fca49;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #151515;
    }

        .navbar-mobile a:hover,
        .navbar-mobile .active,
        .navbar-mobile li:hover > a {
            color: #151515;
            background-color: #9fca49;
        }

    .navbar-mobile .getstarted,
    .navbar-mobile .getstarted:focus {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
            color: #151515;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover,
            .navbar-mobile .dropdown ul .active:hover,
            .navbar-mobile .dropdown ul li:hover > a {
                background-color: #9fca49;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 85vh;
    /*background: url("../img/main/slide.jpg") top center;*/
    /*clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);*/
    /*background-size: cover;*/
    position: relative;
    animation: animatedBackground 3s linear;
    -webkit-animation: animatedBackground .5s linear;
}

.hero-bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #ffffff00 20%, #ffffff00);
    /*background: linear-gradient(0deg, rgb(255 255 255) 3%, rgb(255 255 255) 36%, rgba(255,255,255,1) 100%);*/
}

.banner-img {
    top: 35px;
    position: relative;
}

.zoom {
    overflow: hidden;
    background-size: 100% 100%;
}

.zoom2 {
    background-size: 100% 100%;
}


@keyframes animatedBackground {
    0% {
        background-position: -300px 0;
    }

    100% {
        background-position: 0px 0;
    }
}

@-webkit-keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -300px 0;
    }
}

#hero:before {
    content: "";
    background: #ffffff00;
    background-size: cover;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero .container {
    /* position: relative;
    padding-top: 74px;
    text-align: center;*/
    padding-top: 100px;
}

    #hero .container .hero-text {
        padding-top: 120px;
    }

#hero h1 {
    margin: 0;
    font-size: 45px;
    font-weight: 700;
    line-height: 64px;
    color: #192780;
    /*color: #ffffff;*/
    font-family: "Poppins", sans-serif;
}

#hero h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 64px;
    color: #192780;
    /*color: #ffffff;*/
    font-family: "Poppins", sans-serif;
}

#hero h1 span {
    color: #9fca49;
}

#hero h2 {
    color: rgb(159 202 73);
    margin: 10px 0 0 0;
    font-size: 24px;
}

#hero .icon-box {
    padding: 30px 20px;
    transition: ease-in-out 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 100%;
    text-align: center;
}

    #hero .icon-box i {
        font-size: 32px;
        line-height: 1;
        color: #9fca49;
    }

    #hero .icon-box h3 {
        font-weight: 700;
        margin: 10px 0 0 0;
        padding: 0;
        line-height: 1;
        font-size: 20px;
        line-height: 26px;
    }

        #hero .icon-box h3 a {
            color: #fff;
            transition: ease-in-out 0.3s;
        }

            #hero .icon-box h3 a:hover {
                color: #9fca49;
            }

    #hero .icon-box:hover {
        border-color: #9fca49;
    }

.hero-text img {
    width: 80px;
}

@media (min-width: 1024px) {
    #hero {
        /*background-attachment: fixed;*/
    }
}

@media (max-width: 768px) {
    #hero {
        height: 60vh;
    }

        #hero h1 {
            font-size: 28px;
            line-height: 36px;
        }

        #hero h2 {
            font-size: 20px;
            line-height: 24px;
        }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-title {
    padding-bottom: 40px;
}

    .section-title h2 {
        font-size: 14px;
        font-weight: 500;
        padding: 0;
        line-height: 1px;
        margin: 0 0 5px 0;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #32b4c2;
        font-family: "Poppins", sans-serif;
    }

    .section-title h4 {
        font-weight: 600;
        color: #192781;
    }

    .section-title h2::after {
        content: "";
        width: 120px;
        height: 3px;
        display: inline-block;
        background: #9fca49;
        margin: 4px 10px;
    }

    .section-title p {
        font-size: 40px;
        font-weight: 700;
        line-height: 45px;
        text-transform: capitalize;
        font-family: 'Play', sans-serif;
        color: #bff100;
        padding-top: 10px;
        -webkit-text-stroke: 0.7px #3449d3;
        /*background: linear-gradient(0deg, #00F260, #0575E6, #00F260);
    background-size: 200% 200%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-animation: freshGlow 2s ease infinite;
    -moz-animation: freshGlow 2s ease infinite;
    -o-animation: freshGlow 2s ease infinite;
    animation: freshGlow 2s ease infinite;*/
    }

.bg-pages .section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #9fca49;
    font-family: "Poppins", sans-serif;
}

.bg-pages .section-title h4 {
    font-weight: 600;
    color: #192781;
}

.bg-pages .section-title h2::after {
    content: "";
    width: 120px;
    height: 3px;
    display: inline-block;
    background: #192781;
    margin: 4px 10px;
}

.bg-pages .section-title p {
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
    text-transform: capitalize;
    font-family: 'Play', sans-serif;
    color: #192781;
    padding-top: 10px;
    -webkit-text-stroke: 0.7px #001fea;
    /*background: linear-gradient(0deg, #00F260, #0575E6, #00F260);
    background-size: 200% 200%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-animation: freshGlow 2s ease infinite;
    -moz-animation: freshGlow 2s ease infinite;
    -o-animation: freshGlow 2s ease infinite;
    animation: freshGlow 2s ease infinite;*/
}

@-webkit-keyframes freshGlow {
    0% {
        background-position: 50% 0%
    }

    50% {
        background-position: 50% 100%
    }

    100% {
        background-position: 50% 0%
    }
}

@-moz-keyframes freshGlow {
    0% {
        background-position: 50% 0%
    }

    50% {
        background-position: 50% 100%
    }

    100% {
        background-position: 50% 0%
    }
}

@-o-keyframes freshGlow {
    0% {
        background-position: 50% 0%
    }

    50% {
        background-position: 50% 100%
    }

    100% {
        background-position: 50% 0%
    }
}

@keyframes freshGlow {
    0% {
        background-position: 50% -20%
    }

    50% {
        background-position: 50% 120%
    }

    100% {
        background-position: 50% -20%
    }
}
/*    
.services-title {
    padding-top: 30px;
    position: absolute;
    left: 5%;
    z-index: 111;
}*/
.services-title p {
    /*color: #ffffff;*/
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.bg-rotate {
    background: aliceblue;
    height: 370px;
    width: 210px;
    position: absolute;
    top: 60px;
    left: 80%;
    border-radius: 0px 0px 120px 120px;
}

.circular-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    top: 45%;
    position: relative;
    animation: animName 6s linear infinite;
    /*   position: fixed;
    top: calc(100vh - 200px);
    right: 0;*/
}

@keyframes animName {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.about-text {
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    color: #192780;
}

.index-about {
    color: #e4e4e4;
}

.arrow {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    background: #030387;
    border-radius: 50%;
    padding: 10px;
}

    .arrow svg {
        display: block;
        width: 100%;
        height: 100%;
        fill: #9fca49;
    }

.mission {
    background-image: url('../img/main/missionbg.jpg');
    background-position: center top;
    background-size: cover;
    /*background-color: #192780;*/
    padding: 130px 30px 30px 30px;
    height: 460px;
    box-shadow: 2px 2px 5px #8c8d91;
    /*height: 730px;*/
}

    .mission h3 {
        color: #fff
    }

    .mission p {
    }

.btn-mission {
    background-color: #5c474700;
}

.mv-img {
    width: 100%;
    max-width: 200px;
}

.vision {
    background-image: url('../img/main/visionbg.jpg');
    background-size: cover;
    background-position: center top;
    /*background-color: #9fca49;*/
    padding: 130px 30px 30px 30px;
    height: 460px;
    box-shadow: 2px 2px 5px #8c8d91;
    /*height: 730px;*/
    width: 100%;
}

    .vision h3 {
        color: #fff
    }

    .vision p {
        /*color: #fff*/
    }

.about .content h3 {
    font-weight: 500;
    font-size: 25px;
    margin-top: 0;
    text-align: left;
    color: #9fca49;
    /* background: #ffffff7d;
    background: #ffffffb3;
    backdrop-filter: blur(5px);*/
    padding: 7px;
}

.about-img img {
    clip-path: polygon(53% 0%, 100% 0%, 49% 100%, 0% 100%);
}

.about .content ul {
    list-style: none;
}

    .about .content ul li {
        padding: 0 0 8px 26px;
        position: relative;
    }

    .about .content ul i {
        position: absolute;
        font-size: 20px;
        left: 0;
        top: -3px;
        color: #9fca49;
    }

.about .content p:last-child {
    margin-bottom: 0;
}

.about-img:before {
    content: "";
    /*  background: linear-gradient(rgb(153 204 51 / 60%), #6b9e05cf);
    clip-path: polygon(53% 0%, 98% 0%, 49% 100%, 2% 100%);*/
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 111;
}

/*--------------------------------------------------------------
# Solutions
--------------------------------------------------------------*/
.solution {
    /*background: linear-gradient(to right, #00009561, #97b7ff52);*/
    /*background: linear-gradient(to right, #00007d96, #0753ff4a);*/
    height: 100%;
}

.slider-container {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 75vh;
}

/*.right-slide {
    height: 100%;
    width: 65%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.5s ease-in-out;
}*/
.right-slide {
    height: 100%;
    width: 40%;
    position: absolute;
    top: 10%;
    left: 5%;
    transition: transform 0.5s ease-in-out;
}

.left-slide .text-side {
    background: #ffffff0f;
    backdrop-filter: blur(3px);
    /*padding: 60px 150px;*/
    padding: 60px 60px 60px 370px;
}

.left-slide > div {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.left-slide h1 {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 35px;
    text-transform: capitalize;
    color: #84be12;
    font-weight: 600;
}

.left-slide p {
    /*color: #151515;*/
    color: #d8d8d8;
    text-align: end;
}

/*.left-slide {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    width: 65%;
    transition: transform 0.5s ease-in-out;
    text-align: center;
}*/
.left-slide {
    height: 100%;
    position: absolute;
    top: 0;
    left: 31%;
    width: 69%;
    transition: transform 0.5s ease-in-out;
    text-align: center;
}

.right-slide img {
    width: 100%;
    max-width: 400px;
}

.right-slide > div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
}

button {
    background-color: #192780;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 15px;
}

    button:hover {
        color: #222;
    }

    button:focus {
        outline: none;
    }

.slider-container .action-buttons button {
    position: absolute;
    left: 31%;
    top: 50%;
    z-index: 100;
}

.slider-container .action-buttons .down-button {
    transform: translateX(-100%);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.slider-container .action-buttons .up-button {
    transform: translateY(-100%);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 111;
}
/*.right-slide:before {
    content: "";
    background: linear-gradient(rgb(153 204 51 / 60%), #6b9e05cf);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 111;
}*/
.left-slide h1::after {
    content: "";
    width: auto;
    display: block;
    border-bottom: 2px solid #192780;
    margin: 6px 0px;
}

.jquery-background-video {
    width: 100%
}

.solution-slider {
    background-color: #5072a700;
    padding: 3em 2em;
}

    .solution-slider .mil-about-slider {
        width: 100%;
        overflow: hidden;
    }

.solution-title {
    color: #fff;
}

    .solution-title h2 {
        padding-left: 0.2em;
    }

.solution-slider .card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    height: 100%;
    background: #eaebffbd;
    backdrop-filter: blur(4px);
    height: 440px;
}

    .solution-slider .card p {
        color: #2c2b2a;
        margin-bottom: 0;
    }

    .solution-slider .card h5 {
        font-size: 22px;
        color: #00007c;
        padding-top: 0px;
    }

    .solution-slider .card .img-wrapper {
        /*justify-content: center;*/
        display: flex;
        padding: 20px;
        filter: drop-shadow(0px 0px 3px #000);
    }

    .solution-slider .card img {
        max-width: 220px;
        height: 180px;
    }

.solution-slider .mil-star-2 {
    filter: drop-shadow(0px 0px 10px #000);
}

.carousel-control-prev, .carousel-control-next {
    background-color: #fff;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    top: 60%;
    transform: translateY(-50%);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 1rem !important;
    height: 1rem !important;
}

@media (min-width: 576px) {
    .carousel-item {
        margin-right: 0;
        flex: 0 0 100%;
        display: block;
    }

    .carousel-inner {
        display: flex;
    }
}

@media (min-width: 768px) {
    .carousel-inner {
        padding: 1em;
    }

    .carousel-control-prev,
    .carousel-control-next {
        opacity: 1;
        position: absolute;
        left: 90%;
        top: 90%;
        transform: translateY(-50%);
    }

    .carousel-control-next {
        left: 95%;
    }
}
/*--------------------------------------------------------------
# Solution end
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
    padding-top: 20px;
}

    .clients .swiper-slide img {
        opacity: 0.5;
        transition: 0.3s;
        filter: grayscale(100);
    }

        .clients .swiper-slide img:hover {
            filter: none;
            opacity: 1;
        }

    .clients .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .clients .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            background-color: #ddd;
        }

        .clients .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #9fca49;
        }

.client-section {
    background: #03001dd9;
    backdrop-filter: blur(5px);
    border: 1px solid #00005b;
    box-shadow: 2px 2px 5px #050035;
    text-align: center;
    padding: 30px 20px;
}

    .client-section p {
        color: #dfdfdf;
        text-align: left;
    }
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
    padding-top: 20px;
}

    .features .icon-box {
        padding-left: 15px;
    }

        .features .icon-box h4 {
            font-size: 20px;
            font-weight: 700;
            margin: 5px 0 10px 60px;
        }

        .features .icon-box i {
            font-size: 48px;
            float: left;
            color: #9fca49;
        }

        .features .icon-box p {
            font-size: 15px;
            color: #848484;
            margin-left: 60px;
        }

    .features .image {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 400px;
    }

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    text-align: center;
    border: 1px solid #ebebeb;
    padding: 80px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
}

    .services .icon-box .icon {
        margin: 0 auto;
        width: 64px;
        height: 64px;
        background: #9fca49;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        transition: 0.3s;
    }

        .services .icon-box .icon i {
            color: #151515;
            font-size: 28px;
            transition: ease-in-out 0.3s;
        }

    .services .icon-box h4 {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 24px;
    }

        .services .icon-box h4 a {
            color: #151515;
            transition: ease-in-out 0.3s;
        }

            .services .icon-box h4 a:hover {
                color: #9fca49;
            }

    .services .icon-box p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .services .icon-box:hover {
        border-color: #fff;
        box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
        transform: translateY(-10px);
    }

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: url("../img/main/bg-quote3.png");
    background-position: center center;
    padding: 60px 0;
    background-size: cover;
}

    .cta h2 {
        color: #fff;
        font-size: 27px;
        font-weight: 700;
        line-height: 60px;
    }

        .cta h2 span {
            color: #fff;
            font-size: 38px;
            font-weight: 700;
        }

    .cta p {
        color: #fff;
    }

    .cta .cta-btn {
        font-family: "Outfit", sans-serif;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 28px;
        border-radius: 4px;
        transition: 0.5s;
        margin-top: 10px;
        border: 2px solid #fff;
        color: #fff;
    }

        .cta .cta-btn:hover {
            background: #9fca49;
            border-color: #9fca49;
            color: #151515;
        }


.quote-cta {
    position: relative;
    text-align: center;
    color: white;
    /*background-image: url('../img/main/quotePen.png');*/
    /*background: #0432007a;*/
    backdrop-filter: blur(1px);
    /*text-align: center;*/
    /*padding: 70px 180px;*/
    /*margin: 0 auto;
    border-radius: 0 50px;*/
    /* box-shadow: -5px -5px 5px rgba(0,0,0,0.15), -10px -10px 0 #0000e3; */
    /*overflow: hidden;
    position: relative;
    z-index: 1;*/
}

    .quote-cta .centered {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
/*.quote:after{
    content: '';
    background: #002ab4;
    width: 100px;
    height: 100px;
    box-shadow: inset 0 0 15px rgb(0,0,0,0.6);
    transform: rotate(45deg);
    position: absolute;
    top: auto;
    bottom: -50px;
    right: -50px;
}*/

.wmd {
    background: url('../img/main/wmd.jpg');
    background-position: center center;
    padding: 60px 0;
    background-size: cover;
}

    .wmd h3 {
        color: #fff;
        font-size: 27px;
        font-weight: 700;
    }

        .wmd h3 span {
            color: #fff;
            font-size: 38px;
            font-weight: 700;
        }

    .wmd p {
        color: #fff;
    }

    .wmd .wmd-btn {
        font-family: "Outfit", sans-serif;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 28px;
        border-radius: 4px;
        transition: 0.5s;
        margin-top: 10px;
        border: 2px solid #fff;
        color: #fff;
    }

        .wmd .wmd-btn:hover {
            background: #9fca49;
            border-color: #9fca49;
            color: #151515;
        }


.quote-wmd {
    background: #083d007a;
    /*background: #000b52b3;*/
    backdrop-filter: blur(5px);
    text-align: center;
    padding: 70px 180px;
    margin: 0 auto;
    border-radius: 0 50px;
    /* box-shadow: -5px -5px 5px rgba(0,0,0,0.15), -10px -10px 0 #0000e3; */
    overflow: hidden;
    position: relative;
    z-index: 1;
}

/*--------------------------------------------------------------
# brands
--------------------------------------------------------------*/
.brands {
    background: rgb(255 255 255 / 72%);
    backdrop-filter: blur(5px);
}

    .brands h1, .brands h5, .brands h3 {
        color: #192781;
    }

    .brands h1 {
        text-shadow: 4px 6.36px 4.896px #87878f, 0 -2px 1px #d7d6ff;
    }
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    padding: 100px 0;
}

    .counts .content {
        padding: 10px 0;
    }

        .counts .content h3 {
            font-weight: 800;
            font-size: 17px;
            color: #ffffff;
            background: #1927817a;
            backdrop-filter: blur(3px);
            padding: 5px 0;
        }

        .counts .content p {
            margin-bottom: 0;
        }

        .counts .content .count-box {
            padding: 20px 0;
            width: 100%;
            text-align: center
        }

            .counts .content .count-box i {
                display: block;
                font-size: 30px;
                color: #9fca49;
                float: left;
            }

            /*.counts .content .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #474747;
  margin-left: 40px;
}*/

            .counts .content .count-box p {
                padding: 10px 0 0 0;
                margin: 0 0 0 40px;
                font-family: "Outfit", sans-serif;
                font-size: 14px;
                color: #a3a3a3;
            }

            .counts .content .count-box a {
                font-weight: 600;
                display: block;
                margin-top: 20px;
                color: #3b3b3b;
                font-size: 15px;
                font-family: "Poppins", sans-serif;
                transition: ease-in-out 0.3s;
            }

                .counts .content .count-box a:hover {
                    color: #626262;
                }

    .counts .image {
        background: url("../img/counts-img.jpg") center center no-repeat;
        background-size: cover;
        min-height: 400px;
    }

@media (max-width: 991px) {
    .counts .image {
        text-align: center;
    }

        .counts .image img {
            max-width: 80%;
        }
}

@media (max-width: 667px) {
    .counts .image img {
        max-width: 100%;
    }
}

.heading-section {
    position: relative;
}

    .heading-section .subheading {
        position: absolute;
        top: -65px;
        left: 0;
        right: 0;
        font-weight: 900;
        font-size: 140px;
        display: block;
        margin-bottom: 0;
        color: #192781;
        line-height: 1;
        margin-top: 0;
        text-shadow: 4px 6.36px 4.896px #365a00, 0 -2px 1px #ffffff;
        /*z-index: -1;*/
    }

    .heading-section h2 {
        font-size: 50px;
        font-weight: 900;
        line-height: 1.2;
    }

/*--------------------------------------------------------------
# testimonial-slider
--------------------------------------------------------------*/
.border-right {
    border-right: 3px solid #9a9a9a;
}
/*.testimonial {*/
/*padding: 100px 40px 60px;*/
/*margin: 50px 30px 30px;
    border: 3px solid #9fca49;
    border-radius: 25px;
    position: relative;
    background: #00005a;
    height: 400px;

}*/

#testimonial-slider .testimonial-container .testimonail {
    border-radius: 9px;
    overflow: hidden;
    /*box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.1);*/
    background-color: #00002d99;
    backdrop-filter: blur(5px);
    transition: 0.3s ease;
}


    #testimonial-slider .testimonial-container .testimonail .text {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        padding: 20px;
        height: 320px;
    }

        #testimonial-slider .testimonial-container .testimonail .text .quote {
            font-size: 100px;
            color: #9fca46;
            padding-top: 10px;
        }

        #testimonial-slider .testimonial-container .testimonail .text .review {
            text-align: center;
            color: #ffffff;
            /* 210 */
            /*transform: translateY(-36%);*/
            font-size: 17px;
            /* 170 */
            /* 490 */
        }

    #testimonial-slider .testimonial-container .testimonail .info {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #9fca49;
        position: relative;
        width: 100%;
        padding: 50px 0px 50px 0;
        border-top-left-radius: 9px;
        border-top-right-radius: 9px;
        /* 490 290 */
        transition: 0.3s ease;
    }

        #testimonial-slider .testimonial-container .testimonail .info .pfp img {
            aspect-ratio: 1 / 1;
            object-fit: cover;
            z-index: 10;
            width: 100%;
            max-width: 100%;
            min-width: 100%;
            min-height: 130%;
            height: 130%;
        }

        #testimonial-slider .testimonial-container .testimonail .info .pfp {
            width: 120px;
            position: absolute;
            border-radius: 50%;
            border: 5px solid #fff;
            overflow: hidden;
            top: -65px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        #testimonial-slider .testimonial-container .testimonail .info .information {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-direction: column;
            transform: translateY(15px);
        }

            #testimonial-slider .testimonial-container .testimonail .info .information .name {
                font-size: 23px;
                color: #fff;
                font-family: var(--title-font);
            }

            #testimonial-slider .testimonial-container .testimonail .info .information .social {
                font-size: 23px;
            }

                #testimonial-slider .testimonial-container .testimonail .info .information .social a {
                    color: #ededed;
                    text-decoration: none;
                    transition: 0.3s ease;
                }

                #testimonial-slider
                .testimonial-container
                .testimonail
                .info
                .information
                .social:hover
                a {
                    opacity: 0.5;
                }

                #testimonial-slider
                .testimonial-container
                .testimonail
                .info
                .information
                .social
                a:hover {
                    opacity: 1;
                }

@media (max-width: 1150px) {
    #testimonial-slider {
        height: 100%;
    }

        #testimonial-slider .testimonial-container {
            grid-template-columns: 1fr 1fr;
            place-items: center;
        }
}

@media (max-width: 780px) {
    #testimonial-slider {
        height: 100%;
    }

        #testimonial-slider .testimonial-container {
            grid-template-columns: 1fr;
        }
}

.upper {
    height: 150px;
    width: 100%;
    background-color: #1abc9c;
    border-radius: 10px 10px 0 0;
    clip-path: polygon(0% 0%, 0% 82.5%, 1.69492% 84.3293%, 3.38983% 86.1385%, 5.08475% 87.9078%, 6.77966% 89.6179%, 8.47458% 91.25%, 10.1695% 92.7862%, 11.8644% 94.2098%, 13.5593% 95.505%, 15.2542% 96.6578%, 16.9492% 97.6555%, 18.6441% 98.487%, 20.339% 99.1435%, 22.0339% 99.6176%, 23.7288% 99.9041%, 25.4237% 100%, 27.1186% 99.9041%, 28.8136% 99.6176%, 30.5085% 99.1435%, 32.2034% 98.487%, 33.8983% 97.6555%, 35.5932% 96.6578%, 37.2881% 95.505%, 38.9831% 94.2098%, 40.678% 92.7862%, 42.3729% 91.25%, 44.0678% 89.6179%, 45.7627% 87.9078%, 47.4576% 86.1385%, 49.1525% 84.3293%, 50.8475% 82.5%, 52.5424% 80.6708%, 54.2373% 78.8616%, 55.9322% 77.0922%, 57.6271% 75.3821%, 59.322% 73.75%, 61.017% 72.2138%, 62.7119% 70.7902%, 64.4068% 69.495%, 66.1017% 68.3422%, 67.7966% 67.3446%, 69.4915% 66.513%, 71.1864% 65.8565%, 72.8814% 65.3824%, 74.5763% 65.0959%, 76.2712% 65%, 77.9661% 65.0959%, 79.661% 65.3824%, 81.3559% 65.8565%, 83.0509% 66.513%, 84.7458% 67.3446%, 86.4407% 68.3422%, 88.1356% 69.495%, 89.8305% 70.7902%, 91.5254% 72.2138%, 93.2203% 73.75%, 94.9153% 75.3821%, 96.6102% 77.0922%, 98.3051% 78.8616%, 100% 80.6708%, 100% 0%);
    shape-outside: polygon(0% 0%, 0% 82.5%, 1.69492% 84.3293%, 3.38983% 86.1385%, 5.08475% 87.9078%, 6.77966% 89.6179%, 8.47458% 91.25%, 10.1695% 92.7862%, 11.8644% 94.2098%, 13.5593% 95.505%, 15.2542% 96.6578%, 16.9492% 97.6555%, 18.6441% 98.487%, 20.339% 99.1435%, 22.0339% 99.6176%, 23.7288% 99.9041%, 25.4237% 100%, 27.1186% 99.9041%, 28.8136% 99.6176%, 30.5085% 99.1435%, 32.2034% 98.487%, 33.8983% 97.6555%, 35.5932% 96.6578%, 37.2881% 95.505%, 38.9831% 94.2098%, 40.678% 92.7862%, 42.3729% 91.25%, 44.0678% 89.6179%, 45.7627% 87.9078%, 47.4576% 86.1385%, 49.1525% 84.3293%, 50.8475% 82.5%, 52.5424% 80.6708%, 54.2373% 78.8616%, 55.9322% 77.0922%, 57.6271% 75.3821%, 59.322% 73.75%, 61.017% 72.2138%, 62.7119% 70.7902%, 64.4068% 69.495%, 66.1017% 68.3422%, 67.7966% 67.3446%, 69.4915% 66.513%, 71.1864% 65.8565%, 72.8814% 65.3824%, 74.5763% 65.0959%, 76.2712% 65%, 77.9661% 65.0959%, 79.661% 65.3824%, 81.3559% 65.8565%, 83.0509% 66.513%, 84.7458% 67.3446%, 86.4407% 68.3422%, 88.1356% 69.495%, 89.8305% 70.7902%, 91.5254% 72.2138%, 93.2203% 73.75%, 94.9153% 75.3821%, 96.6102% 77.0922%, 98.3051% 78.8616%, 100% 80.6708%, 100% 0%);
}
/*.testimonial .pic {
        width: 130px;
        height: 130px;
        border-radius: 50%;
        border: 4px solid #9fca49;
        overflow: hidden;
        margin: 0 auto;
        position: absolute;
        top: -50px;
        left: 0;
        right: 0;
    }

        .testimonial .pic img {
            width: 100%;
            height: auto;
        }

.testimonial .description {
    font-size: 17px;
    color: #ffffff;
    line-height: 33px;
    text-align: center;
    margin: 0;
    position: relative;
    padding: 100px 40px 60px;
}

        .testimonial .description:before {
            font-weight: 900;
            font-size: 25px;
            color: #d7d7d7;
            position: absolute;
            top: 0;
            left: -2px;
        }

    .testimonial .title {
        display: inline-table;
        padding: 10px;
        margin: 0 auto;
        background: #fff;
        border: 2px solid #b3dc61;
        font-size: 20px;
        font-weight: 700;
        color: #192780;
        letter-spacing: 1px;*/
/*text-transform: uppercase;*/
/*position: absolute;
        bottom: -22px;
        left: 0;
        right: 0;
    }

    .testimonial .post {
        font-size: 15px;
        color: #671a36;
    }*/

.owl-theme .owl-controls {
    width: 100%;
    height: 50px;
    opacity: 1;
    position: absolute;
    top: 38%;
}

    .owl-theme .owl-controls .owl-buttons div {
        width: 50px;
        height: 50px;
        line-height: 40px;
        border-radius: 0;
        background: transparent;
    }

.owl-prev {
    position: absolute;
    left: -5%;
}

.owl-next {
    position: absolute;
    right: -5%;
}

    .owl-prev:after,
    .owl-next:after {
        content: "\f104";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 30px;
        color: #c7373c;
        opacity: 1;
    }

    .owl-next:after {
        content: "\f105";
    }

@media only screen and (max-width: 479px) {
    .testimonial {
        padding: 70px 10px 30px;
    }

        .testimonial .description:before {
            top: -20px
        }

        .testimonial .title {
            font-size: 12px;
        }

        .testimonial .post {
            font-size: 11px;
        }
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 45px 0;
    background-image: url('../img/bg-banner.jpg');
    background-size: cover;
    min-height: 40px;
    margin-top: 74px;
}

    .breadcrumbs:before {
        content: "";
        background: #ffffff47;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    .breadcrumbs h2 {
        font-size: 28px;
        font-weight: 600;
        color: #fff;
    }

    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .breadcrumbs ol li + li {
            padding-left: 10px;
            color: #fff;
        }

            .breadcrumbs ol li + li::before {
                display: inline-block;
                padding-right: 10px;
                color: #ffffff;
                content: "/";
            }

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 68px;
    }

        .breadcrumbs .d-flex {
            display: block !important;
        }

        .breadcrumbs ol {
            display: block;
        }

            .breadcrumbs ol li {
                display: inline-block;
            }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #192780;
    padding: 0 0 0px 0;
    color: #fff;
    font-size: 14px;
}

    #footer .footer-top {
        background: linear-gradient(rgb(92 138 0 / 72%), rgb(112 255 0 / 40%)), url(../img/main/footer-bg.jpg) center;
        background-size: cover;
        background-repeat: no-repeat;
        /*background: linear-gradient(to right, #9fca49, #9fca49);*/
        border-bottom: 1px solid #222222;
        padding: 60px 0 30px 0;
    }

        #footer .footer-top .footer-info {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-info h3 {
                font-size: 28px;
                margin: 0 0 20px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-weight: 700;
                text-transform: uppercase;
            }

                #footer .footer-top .footer-info h3 span {
                    color: #9fca49;
                }

            #footer .footer-top .footer-info p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: "Outfit", sans-serif;
                color: #fff;
            }

                #footer .footer-top .footer-info p i {
                    font-size: 20px;
                }

        #footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #9fca49;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 4px;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .footer-top .social-links a:hover {
                background: #9fca49;
                color: #192780;
                text-decoration: none;
            }

        #footer .footer-top h4 {
            font-size: 16px;
            font-weight: 600;
            color: #fff;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 2px;
                    color: #ffffff;
                    font-size: 18px;
                    line-height: 1;
                }

                #footer .footer-top .footer-links ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: center;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: #fff;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        color: #192780;
                        font-weight: 600;
                    }

        #footer .footer-top .footer-newsletter form {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 4px;
        }

            #footer .footer-top .footer-newsletter form input[type=email] {
                border: 0;
                padding: 4px;
                width: calc(100% - 110px);
            }

            #footer .footer-top .footer-newsletter form input[type=submit] {
                position: absolute;
                top: 0;
                right: -2px;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 20px;
                background: #9fca49;
                color: #151515;
                transition: 0.3s;
                border-radius: 0 4px 4px 0;
            }

                #footer .footer-top .footer-newsletter form input[type=submit]:hover {
                    background: #ffcd6b;
                }

    #footer .copyright {
        /*text-align: center;*/
        padding-top: 15px;
        color: #192780;
        font-weight: 600;
    }

        #footer .copyright a {
            color: #192780;
            font-weight: 600;
        }

    #footer .credits {
        padding-top: 10px;
        text-align: center;
        font-size: 13px;
        color: #fff;
    }


/**
 * Article Container
 */
.article-container {
    padding: 2rem;
}

/**
 * Article Block
 */
.article-block {
    text-align: center;
}

    .article-block .entry-content > p {
        color: #666;
    }



/**
 * Tabs Block
 */
.tabs-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

/**
 * Tabs
 */
.tabs {
    display: flex;
}

    .tabs > ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 15%;
    }

        .tabs > ul li {
            display: block;
        }


            .tabs > ul li a,
            .tabs > ul li a:visited {
                display: flex;
                border-bottom: none;
                text-decoration: none;
                background-color: #f6f6f600;
                color: #fff;
                padding: 1rem 1.5rem;
                transition: all 0.2s ease-in-out;
                word-wrap: break-word;
            }

                .tabs > ul li a:hover,
                .tabs > ul li a:focus,
                .tabs > ul li a:active {
                    border-bottom: none;
                    outline: 0;
                }

                .tabs > ul li a.active {
                    background-color: #e3efce;
                    color: #0067b8;
                    border-radius: 60px 0px 0px 60px;
                }

                .tabs > ul li a:hover:not(.active) {
                    color: #0067b8;
                }

                .tabs > ul li a > span {
                    width: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    text-align: center;
                }

                    .tabs > ul li a > span img {
                        width: 65px;
                    }

                    .tabs > ul li a > span.tab-label {
                        display: none;
                    }

    .tabs section {
        width: 85%;
        background-color: #e3efce;
        padding: 1rem;
        display: none;
        word-wrap: break-word;
        border-bottom: 6px solid #9fca49;
    }

.entry-content ul li b {
    font-size: 19px
}

.tabs section > * {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.2s, transform 0.2s;
}

    .tabs section > *:nth-child(1) {
        transition-delay: 0.2s;
    }

    .tabs section > *:nth-child(2) {
        transition-delay: 0.3s;
    }

    .tabs section > *:nth-child(3) {
        transition-delay: 0.4s;
    }

    .tabs section > *:nth-child(4) {
        transition-delay: 0.5s;
    }

    .tabs section > *:nth-child(5) {
        transition-delay: 0.6s;
    }

    .tabs section > *:nth-child(6) {
        transition-delay: 0.7s;
    }

    .tabs section > *:nth-child(7) {
        transition-delay: 0.8s;
    }

    .tabs section > *:nth-child(8) {
        transition-delay: 0.9s;
    }

    .tabs section > *:nth-child(9) {
        transition-delay: 1s;
    }

    .tabs section > *:nth-child(10) {
        transition-delay: 1.1s;
    }

    .tabs section > *:nth-child(11) {
        transition-delay: 1.2s;
    }

    .tabs section > *:nth-child(12) {
        transition-delay: 1.3s;
    }

    .tabs section > *:nth-child(13) {
        transition-delay: 1.4s;
    }

    .tabs section > *:nth-child(14) {
        transition-delay: 1.5s;
    }

    .tabs section > *:nth-child(15) {
        transition-delay: 1.6s;
    }

    .tabs section > *:nth-child(16) {
        transition-delay: 1.7s;
    }

    .tabs section > *:nth-child(17) {
        transition-delay: 1.8s;
    }

    .tabs section > *:nth-child(18) {
        transition-delay: 1.9s;
    }

    .tabs section > *:nth-child(19) {
        transition-delay: 2s;
    }

    .tabs section > *:nth-child(20) {
        transition-delay: 2.1s;
    }

.tabs section.active {
    display: block;
}

.tabs section.active-content > * {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 576px) {

    .tabs > ul {
        width: 150px;
    }

        .tabs > ul li a {
            flex-wrap: wrap;
        }

            .tabs > ul li a > span {
                width: 100%;
            }

                .tabs > ul li a > span.tab-label {
                    width: 100%;
                    display: block;
                    margin-top: 0.2rem;
                }

    .tabs section {
        width: calc(100% - 150px);
        padding: 5rem 2rem;
    }
}


@media (min-width: 992px) {

    .tabs {
        width: 100%;
    }
}


@media (max-width:1024px) {
    .left-slide .text-side {
        padding: 60px 30px 60px 47px;
    }

    .right-slide img {
        width: 100%;
        max-width: 250px;
    }

    .quote-wmd {
        padding: 70px 100px;
    }

    .button-container button {
        padding: 8px 30px;
    }

    #hero .container .hero-text {
        padding-top: 25px;
    }

    .hero-text img {
        width: 55px;
    }

    #hero {
        height: 60vh;
    }

    h1, .mil-h1 {
        font-size: 70px;
    }
}

@media only screen and (max-width:768px) {
    .right-slide {
        display: none
    }

    .left-slide {
        left: 7%;
        width: 93%;
    }

        .left-slide .text-side {
            padding: 60px 20px 60px 22px;
        }

    .slider-container .action-buttons button {
        left: 7%;
        top: 50%;
    }

    .heading-section .subheading {
        top: -50px;
        font-size: 110px;
    }

    .counts .content h3 {
        font-size: 12px;
    }

    .quote-cta {
        /*padding: 70px 100px;*/
    }

    .cta h3 {
        color: #fff;
        font-size: 24px;
    }

        .cta h3 span {
            font-size: 35px;
        }

    .section-title p {
        font-size: 30px;
    }

    .section-title h2 {
        font-size: 12px;
    }

        .section-title h2::after {
            content: "";
            width: 80px;
        }

    #testimonial-slider .testimonial-container .testimonail .text {
        height: 290px;
    }

    .clip {
        background-position: 26px 0px;
    }

    #hero .container {
        padding-top: 30px;
    }

    .hero-text img {
        width: 55px;
    }

    .solution-slider .card {
        height: 690px;
    }
}

ul.slidecls {
    overflow: hidden;
    max-width: 960px;
    margin: 20px auto 20px auto;
}

    ul.slidecls li {
        display: none;
    }

    ul.slidecls .active {
        display: block;
    }

ul.slideclsMiss {
    overflow: hidden;
    max-width: 960px;
    margin: 20px auto 20px auto;
}

    ul.slideclsMiss li {
        display: none;
        /*padding: 20px 0px;*/
    }

    ul.slideclsMiss .active {
        display: block;
    }

.button-container button {
    padding: 8px 65px;
    border: none;
    margin: 0 3px;
}

.button-container {
    text-align: center;
    position: fixed;
    bottom: 100px;
    display: flex;
    justify-content: space-between;
}

@media (max-width:1024px) {

    .button-container button {
        padding: 8px 30px;
    }

    .vision, .mission {
        padding: 75px 30px 30px 30px;
    }
}

@media only screen and (max-width: 426px) {
    #hero .container {
        padding-top: 20px;
    }

    .hero-text img {
        display: none
    }

    .quote-wmd {
        padding: 70px 40px;
    }

    .quote {
        padding: 40px 50px;
    }

    .banner-img {
        top: 60px;
    }
    /*  #hero:before {
            content: "";
            background-image: url(../img/main/overlay.png);
            background-size: cover;
            background-position: 35px 0px;
            position: absolute;
            bottom: 0px;
            top: 80px;
            left: 0px;
            right: 0px;
        }*/
    .clip {
        background-position: -200px 0px;
    }

    #hero h3 {
        font-size: 16px;
    }

    #hero .container .hero-text {
        padding-top: 35px;
    }

    #header {
        padding: 25px 0;
    }

    #testimonial-slider {
        height: 100vh;
    }

        #testimonial-slider .testimonial-container .testimonail .text {
            height: 470px;
        }

    .quote-cta {
        padding: 0px 0px;
    }

    .heading-section .subheading {
        position: absolute;
        top: -45px;
        left: 0;
        right: 0;
        font-size: 100px;
    }

    .counts .content h3 {
        font-size: 16px;
    }

    .left-slide .text-side {
        background: #1927800f;
        padding: 60px 20px 60px 30px;
    }

    .services-title {
        left: 20%;
        padding-top: 10px;
    }

    .left-slide h1 {
        font-size: 14px;
        margin-top: 85px;
        margin-bottom: 0px;
    }

    button {
        padding: 5px;
    }

    .section-title p {
        font-size: 25px;
    }

    .about .content h3 {
        padding-top: 60px;
        font-size: 18px;
    }

    p {
        font-size: 14px;
    }

    .section-title h2 {
        font-size: 11px;
    }

        .section-title h2::after {
            content: "";
            width: 40px;
        }

    .bg-pages .section-title h2::after {
        width: 80px;
    }

    .right-slide {
        display: none;
    }

    .left-slide {
        left: 8%;
        width: 92%;
    }

    .slider-container .action-buttons button {
        left: 8%;
        top: 50%;
    }

    .cta h3 {
        font-size: 13px;
    }

        .cta h3 span {
            font-size: 23px;
        }

    .bg-pages .section-title p {
        font-size: 30px;
        line-height: 35px;
    }

    .tabs > ul li a > span img {
        width: 44px;
    }

    .tabs > ul {
        width: 23%;
    }

    #hero {
        height: 70vh;
    }

    ul.slidecls li {
        display: none;
    }

    .vision, .mission {
        padding: 100px 30px 30px 30px;
        height: 415px;
    }

    .button-container {
        display: none;
    }
}

/****
    main style end
*/


/***************************

images

***************************/
img {
    pointer-events: none;
}

.mil-just-image {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.gallery {
    border: 2px solid #9fca49;
}

.mil-just-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    /*  -o-object-fit: cover;
     object-fit: cover;*/
}

.mil-image-vert {
    padding-bottom: 68%;
}

.mil-image-square {
    padding-bottom: 78%;
}

.mil-image-hori {
    padding-bottom: 65%;
}

.mil-youtube-video {
    width: 100%;
    height: 550px;
}

@media screen and (max-width: 992px) {
    .mil-youtube-video {
        height: 250px;
    }
}

#videoWrapper {
    height: 570px;
    overflow: hidden;
    position: relative;
}

    #videoWrapper video {
        position: absolute;
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        height: auto;
        object-fit: cover;
        z-index: -100;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    #videoWrapper .caption {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }

        #videoWrapper .caption .contents {
            width: 100%;
            color: #fff;
            text-align: center;
            padding: 2rem;
        }

@media only screen and (max-width: 426px) {
    #videoWrapper {
        height: 187px;
    }
}

@media only screen and (max-width:768px) {
    #videoWrapper {
        height: 320px;
    }
}

.trigger {
    text-align: center;
    padding: 7px 13px;
    background: #3e3e3e;
    color: #fff;
    font-size: 15px;
    outline: none;
    border: none;
    border-radius: 5px;
    font-family: cursive;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 24rem;
    border-radius: 0.5rem;
}

.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}

    .close-button:hover {
        background-color: darkgray;
    }

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
/*.show {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 40px;
    margin-top: -20px;
    margin-left: -75px;
    background: #e74c3c;
    color: #fff;
    border-radius: 5px;
    border: 0;
    border-bottom: 2px solid #c0392b;
    cursor: pointer;
}

    .show:hover {
        background: #c0392b;
    }

    .show:active {
        transform: scale(0.9);
    }*/

.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 30px;
    background: #030387;
    color: #fff;
    cursor: pointer;
    border: 0;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 73, 94, 0.8);
    z-index: 50;
    visibility: hidden;
    opacity: 0;
    transition: 0.7s;
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 300px;
    margin-left: -200px;
    margin-top: -150px;
    background: #bdc3c7;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease-out;
    transform: translateY(45px);
}

.active {
    visibility: visible;
    opacity: 1;
}

    .active + .modal {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

/***************************

social

***************************/
.mil-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .mil-social li {
        list-style-type: none;
        margin-right: 15px;
    }

        .mil-social li:last-child {
            margin-right: 0;
        }

        .mil-social li a {
            color: rgb(38, 50, 56);
        }

            .mil-social li a i {
                font-size: 16px;
                -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
                transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
            }

            .mil-social li a svg {
                width: 20px;
            }

                .mil-social li a svg path {
                    -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
                    transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
                }

            .mil-social li a:hover {
                color: #9fca49 !important;
            }

                .mil-social li a:hover svg path {
                    fill: #9fca49;
                }

    .mil-social.mil-right {
        text-align: right;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .mil-social.mil-left {
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

/***************************

color backgrounds

***************************/
.mil-accent-bg {
    background-color: #192781;
}

.mil-dark-bg {
    background-color: rgb(38, 50, 56);
}

.mil-gray-bg {
    background-color: rgb(233, 234, 235);
}

/***************************

button

***************************/
.mil-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background-color: #9fca49;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgb(38, 50, 56);
    font-size: 11px;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    margin-right: 5px;
    border: solid 0px transparent;
    -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

    .mil-button span {
        white-space: nowrap;
        -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
        transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .mil-button span i {
            font-size: 17px;
            margin-right: 10px;
        }

    .mil-button:last-child {
        margin-right: 0;
    }

    .mil-button.mil-button-sm {
        height: 40px;
        padding: 0 25px;
    }

        .mil-button.mil-button-sm.mil-icon {
            width: 40px;
        }

    .mil-button.mil-button-md {
        height: 50px;
        padding: 0 30px;
    }

        .mil-button.mil-button-md.mil-icon {
            width: 50px;
        }

    .mil-button.mil-button-lg {
        height: 70px;
        padding: 0 35px;
    }

        .mil-button.mil-button-lg.mil-icon {
            width: 70px;
        }

    .mil-button.mil-button-xl {
        height: 90px;
        padding: 0 45px;
    }

        .mil-button.mil-button-xl.mil-icon {
            width: 90px;
        }

    .mil-button.mil-button-dark {
        background-color: #9fca46;
        color: rgb(255, 255, 255);
        font-size: 13px;
    }

    .mil-button.mil-button-light {
        background-color: rgb(255, 255, 255);
        color: rgb(38, 50, 56);
        font-size: 13px;
    }

    .mil-button.mil-button-rounded {
        border-radius: 100px;
    }

    .mil-button.mil-icon {
        padding: 0;
    }

        .mil-button.mil-icon span i {
            margin: 0;
        }

    .mil-button.mil-button-linear {
        background-color: transparent;
        border: solid 2px #9fca49;
        color: #9fca49;
    }

        .mil-button.mil-button-linear.mil-button-dark {
            background-color: transparent;
            border: solid 2px rgb(38, 50, 56);
            color: rgb(38, 50, 56);
        }

        .mil-button.mil-button-linear.mil-button-light {
            background-color: transparent;
            border: solid 2px rgb(255, 255, 255);
            color: rgb(255, 255, 255);
        }

        .mil-button.mil-button-linear.mil-button-rounded {
            border-radius: 100px;
        }

    .mil-button:hover {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

        .mil-button:hover span {
            -webkit-transform: scale(1.05);
            transform: scale(1.05);
        }

.mil-buttons-space {
    margin-right: 30px;
    color: #9fca46;
}

    .mil-buttons-space:last-child {
        margin-right: 0;
        color: #9fca46;
        text-shadow: 5px 5px 4px #000000, 0 -2px 1px #e5ffae;
    }

@media screen and (max-width: 576px) {
    .mil-buttons-space {
        margin-bottom: 30px;
        margin-right: 100%;
    }

        .mil-buttons-space:last-child {
            margin-bottom: 0;
        }
}

/***************************

link

***************************/
.mil-link,
.mil-link-hover,
.mil-link-arrow {
    line-height: 100%;
    display: inline-block;
    color: rgb(38, 50, 56);
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
}

    .mil-link:hover, .mil-link-arrow:hover {
        color: #9fca49;
    }

    .mil-link:after,
    .mil-link-hover:after,
    .mil-link-arrow:after {
        content: "";
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #9fca49;
        -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
        transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    }

    .mil-link.mil-active:after,
    .mil-link-hover.mil-active:after,
    .mil-link-arrow.mil-active:after {
        width: 100%;
    }

.mil-link-hover {
    -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

    .mil-link-hover.mil-active:after {
        width: 100%;
    }

    .mil-link-hover:hover:after {
        width: 100%;
    }

    .mil-link-hover.mil-softened-50:hover {
        color: rgb(255, 255, 255) !important;
    }

.mil-link-arrow {
    position: relative;
    padding-right: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

    .mil-link-arrow:before {
        position: absolute;
        right: 0;
        font-size: 9px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f061";
        color: #9fca49;
        -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
        transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    }

    .mil-link-arrow:hover:before {
        right: -5px;
    }

/***************************

badge

***************************/
.mil-badge {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    font-family: "Tilt Neon", cursive;
    line-height: 100%;
    font-weight: 600;
    color: rgb(38, 50, 56);
    background-color: #9fca49;
    padding: 8px 15px;
    margin-right: 5px;
}

    .mil-badge:last-child {
        margin-right: 0;
    }

    .mil-badge.mil-badge-rounded {
        border-radius: 30px;
    }

    .mil-badge.mil-badge-dark {
        background-color: rgb(38, 50, 56);
        color: #9fca49;
    }

    .mil-badge.mil-badge-light {
        background-color: rgb(255, 255, 255);
    }

.mil-badges-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .mil-badges-frame .mil-badge {
        margin-bottom: 5px;
    }

/***************************

spaces

***************************/
.mil-mr-15 {
    margin-right: 15px;
}

.mil-mr-30 {
    margin-right: 30px;
}

.mil-mt-55 {
    margin-top: 55px;
}

.mil-mt-55-adapt {
    margin-top: 55px;
}

@media screen and (max-width: 1200px) {
    .mil-mt-55-adapt {
        margin-top: 0;
    }
}

.mil-mb-120 {
    margin-bottom: 120px;
}

@media screen and (max-width: 992px) {
    .mil-mb-120 {
        margin-bottom: 60px;
    }
}

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

@media screen and (max-width: 992px) {
    .mil-mb-90 {
        margin-bottom: 30px;
    }
}

.mil-mb-60 {
    margin-bottom: 60px;
}

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

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

.mil-mb-15 {
    margin-bottom: 15px;
}

.mil-mb-10 {
    margin-bottom: 10px;
}

.mil-mb-5 {
    margin-bottom: 5px;
}

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

.mil-p-60-30 {
    padding-top: 60px;
    padding-bottom: 30px;
}

.mil-mb-120 {
    margin-bottom: 120px;
}

@media screen and (max-width: 992px) {
    .mil-mb-120 {
        margin-bottom: 60px;
    }
}

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

@media screen and (max-width: 992px) {
    .mil-p-120-120 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

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

@media screen and (max-width: 992px) {
    .mil-p-0-120 {
        padding-bottom: 60px;
    }
}

.mil-p-120-0 {
    padding-top: 70px;
}

@media screen and (max-width: 992px) {
    .mil-p-120-0 {
        padding-top: 60px;
    }
}

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

@media screen and (max-width: 992px) {
    .mil-p-90-120 {
        padding-top: 30px;
        padding-bottom: 60px;
    }
}

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

@media screen and (max-width: 992px) {
    .mil-p-120-90 {
        padding-top: 60px;
        padding-bottom: 30px;
    }
}

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

@media screen and (max-width: 992px) {
    .mil-p-0-90 {
        padding-bottom: 30px;
    }
}

.mil-p-0-60 {
    padding-bottom: 60px;
}

/***************************

main

***************************/
.mil-content {
    overflow: visible;
    width: 100%;
    will-change: transform;
    background-color: rgb(244 245 245 / 0%);
}

/***************************

preloader

***************************/
.mil-preloader-1 {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(38, 50, 56);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99999;
}

    .mil-preloader-1 .mil-preloader-content {
        width: 100%;
        position: relative;
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        margin-bottom: 30px;
    }

        .mil-preloader-1 .mil-preloader-content .mil-ticker {
            white-space: nowrap;
        }

            .mil-preloader-1 .mil-preloader-content .mil-ticker span {
                margin: 0 30px;
            }

            .mil-preloader-1 .mil-preloader-content .mil-ticker b {
                font-weight: inherit;
            }

    .mil-preloader-1 .mil-preloader-load-track {
        width: 100%;
        height: 4px;
        background-color: #000;
        position: absolute;
        bottom: 0;
        left: 0;
    }

        .mil-preloader-1 .mil-preloader-load-track .mil-preloader-load {
            width: 0;
            height: 100%;
            background-color: #9fca49;
        }

    .mil-preloader-1.mill-light-preloader {
        background-color: rgb(255, 255, 255);
        -webkit-filter: brightness(100%);
        filter: brightness(100%);
    }

/***************************

cursor

***************************/
.mil-cursor {
    width: 25px;
    height: 25px;
    position: fixed;
    opacity: 0.1;
    background-color: rgb(153 204 51);
    border-radius: 50%;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    will-change: transform;
    z-index: 99999999999;
}

@media screen and (max-width: 992px) {
    .mil-cursor {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}

.mil-cursor span {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
    position: absolute;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

    .mil-cursor span svg {
        width: 35px;
        display: block;
    }

        .mil-cursor span svg path {
            fill: rgb(255, 255, 255);
        }

/***************************

custom scrollbar

***************************/
::-webkit-scrollbar {
    display: none;
}

.mil-progress-track {
    position: fixed;
    z-index: 999999999999;
    top: 0;
    right: 0;
    height: 100%;
    width: 4px;
    background-color: #000;
}

@media screen and (max-width: 992px) {
    .mil-progress-track {
        display: none;
    }
}

.mil-progress-track .mil-progress {
    background-color: #9fca49;
    height: 0;
    width: 4px;
    -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

/***************************

page transitions

***************************/
html .mil-main-transition {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

html .mil-top-bar-transition {
    opacity: 1;
    -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

    html .mil-top-bar-transition .mil-link.mil-active:after {
        width: 100%;
    }

html.is-animating .mil-main-transition {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

html.is-animating .mil-top-bar-transition {
    opacity: 0.999;
}

    html.is-animating .mil-top-bar-transition .mil-link.mil-active:after {
        width: 0;
    }

@media screen and (min-width: 1200px) {
    html.is-animating .mil-top-bar-transition ul li ul {
        opacity: 0 !important;
        -webkit-transform: translateY(10px) !important;
        transform: translateY(10px) !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 992px) {
    html.is-animating .mil-top-bar-transition ul li ul {
        opacity: 1 !important;
        -webkit-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }
}

html.is-animating .mil-progress-track .mil-progress {
    height: 0;
}

html.is-changing body {
    pointer-events: none;
}

/***************************

dots

***************************/
.mil-dots {
    background-image: radial-gradient(rgba(255, 255, 255, 0.2) 15%, transparent 0);
    background-size: 10px 10px;
}

/***************************

cover

***************************/
.blog-card {
    background: #d4d4d43d;
    backdrop-filter: blur(5px);
    padding: 30px;
    height: 565px;
}

.mil-cover {
    width: 100%;
    padding-bottom: 70%;
    position: relative;
    overflow: hidden;
}

    .mil-cover.mil-square {
        /*padding-bottom: 100%;*/
    }

    .mil-cover.mil-long {
        padding-bottom: 130%;
    }

    .mil-cover .mil-badges-frame {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        padding: 30px;
    }

/***************************

image frame

***************************/
.team .mil-image-frame {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-height: 395px;
}

.mil-image-frame {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    /*max-height: 215px;*/
    position: absolute;
    z-index: 0;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgb(233, 234, 235);
    -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    box-shadow: 2px 2px 5px #b6b6b6;
}

    .mil-image-frame img, .mil-image-frame .mil-video-background {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .mil-image-frame .mil-overay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(38, 50, 56, 0.95);
    }

/***************************

cards

***************************/
.icon-circle {
    text-align: center;
    background: #ebebeb;
    padding: 10px;
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

    .icon-circle img {
        width: 70px;
    }

.mil-card-1 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height:100%;
}

    .mil-card-1 a {
        width: 100%;
        height:100%;
    }

    .mil-card-1 .mil-overlay {
        width: 100%;
        -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
        transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    }

        .mil-card-1 .mil-overlay .mil-description {
            padding: 30px 0 0;
            -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
            transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
        }

        .mil-card-1 .mil-overlay .mil-icon {
            width: 50px;
        }

            .mil-card-1 .mil-overlay .mil-icon svg, .mil-card-1 .mil-overlay .mil-icon img {
                width: 100%;
            }

        .mil-card-1 .mil-overlay.mil-with-bg {
            background-color: rgb(255, 255, 255);
            height:100%;
        }

            .mil-card-1 .mil-overlay.mil-with-bg .mil-description {
                   padding: 30px 12px;
            }

        .mil-card-1 .mil-overlay.mil-inside {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }

            .mil-card-1 .mil-overlay.mil-inside.mil-between {
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
            }

            .mil-card-1 .mil-overlay.mil-inside.mil-gradient-overlay {
                background: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 50, 56, 0.1)), color-stop(80%, rgba(38, 50, 56, 0.7)), to(rgba(38, 50, 56, 0.95)));
                background: linear-gradient(180deg, rgba(38, 50, 56, 0.1) 0%, rgba(38, 50, 56, 0.7) 80%, rgba(38, 50, 56, 0.95) 100%);
            }

            .mil-card-1 .mil-overlay.mil-inside.mil-dark-overlay {
                background: rgba(38, 50, 56, 0.6);
            }

            .mil-card-1 .mil-overlay.mil-inside .mil-description {
                padding: 30px;
            }

        .mil-card-1 .mil-overlay.mil-hover-show {
            opacity: 0;
        }

            .mil-card-1 .mil-overlay.mil-hover-show .mil-description {
                -webkit-transform: translateY(20px);
                transform: translateY(20px);
            }

    .mil-card-1.mil-complex-hover .mil-overlay {
        padding: 30px;
    }

        .mil-card-1.mil-complex-hover .mil-overlay .mil-top-hidden {
            -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
            opacity: 0;
            -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
            transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
        }

        .mil-card-1.mil-complex-hover .mil-overlay .mil-bottom-hidden {
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
            opacity: 0;
            -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
            transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
        }

        .mil-card-1.mil-complex-hover .mil-overlay .mil-bottom-part-hidden {
            -webkit-transform: translateY(calc(100% - 30px));
            transform: translateY(calc(100% - 30px));
            -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
            transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
        }

            .mil-card-1.mil-complex-hover .mil-overlay .mil-bottom-part-hidden.mil-1-line-title {
                -webkit-transform: translateY(calc(100% - 30px));
                transform: translateY(calc(100% - 30px));
            }

            .mil-card-1.mil-complex-hover .mil-overlay .mil-bottom-part-hidden.mil-2-line-title {
                -webkit-transform: translateY(calc(100% - 60px));
                transform: translateY(calc(100% - 60px));
            }

            .mil-card-1.mil-complex-hover .mil-overlay .mil-bottom-part-hidden .mil-hidden-part {
                opacity: 0;
                -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
                transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
                -webkit-transition-delay: 0s;
                transition-delay: 0s;
            }

    .mil-card-1:hover .mil-cover .mil-image-frame, .mil-card-1.mil-active .mil-cover .mil-image-frame {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    .mil-card-1:hover .mil-hover-show, .mil-card-1.mil-active .mil-hover-show {
        opacity: 1;
    }

        .mil-card-1:hover .mil-hover-show .mil-description, .mil-card-1.mil-active .mil-hover-show .mil-description {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

    .mil-card-1:hover.mil-complex-hover .mil-overlay, .mil-card-1.mil-active.mil-complex-hover .mil-overlay {
        background: rgba(38, 50, 56, 0.8);
    }

        .mil-card-1:hover.mil-complex-hover .mil-overlay .mil-top-hidden, .mil-card-1:hover.mil-complex-hover .mil-overlay .mil-bottom-hidden, .mil-card-1.mil-active.mil-complex-hover .mil-overlay .mil-top-hidden, .mil-card-1.mil-active.mil-complex-hover .mil-overlay .mil-bottom-hidden {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }

        .mil-card-1:hover.mil-complex-hover .mil-overlay .mil-bottom-part-hidden, .mil-card-1.mil-active.mil-complex-hover .mil-overlay .mil-bottom-part-hidden {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

            .mil-card-1:hover.mil-complex-hover .mil-overlay .mil-bottom-part-hidden .mil-hidden-part, .mil-card-1.mil-active.mil-complex-hover .mil-overlay .mil-bottom-part-hidden .mil-hidden-part {
                opacity: 1;
                -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s;
            }

@media screen and (max-width: 992px) {
    .mil-card-1 .mil-cover .mil-image-frame {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    .mil-card-1 .mil-hover-show {
        opacity: 1;
    }

        .mil-card-1 .mil-hover-show .mil-description {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

    .mil-card-1.mil-complex-hover .mil-overlay {
        background: rgba(38, 50, 56, 0.8);
    }

        .mil-card-1.mil-complex-hover .mil-overlay .mil-top-hidden, .mil-card-1.mil-complex-hover .mil-overlay .mil-bottom-hidden {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }

        .mil-card-1.mil-complex-hover .mil-overlay .mil-bottom-part-hidden {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

            .mil-card-1.mil-complex-hover .mil-overlay .mil-bottom-part-hidden .mil-hidden-part {
                opacity: 1;
                -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s;
            }
}

.mil-post-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .mil-post-info.mil-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.mil-author {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .mil-author img {
        width: 40px;
        height: 40px;
        margin-right: 15px;
        border-radius: 50%;
    }

/***************************

overlay

***************************/
.mil-overlay-50,
.mil-overlay-60,
.mil-overlay-70,
.mil-overlay-80,
.mil-overlay-90,
.mil-overlay-95,
.mil-gradient-overlay,
.mil-gradient-overlay-reverse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(38, 50, 56, 0.1)), color-stop(70%, rgba(38, 50, 56, 0.7)), to(rgba(38, 50, 56, 0.95)));
    background: linear-gradient(180deg, rgba(38, 50, 56, 0.1) 30%, rgba(38, 50, 56, 0.7) 70%, rgba(38, 50, 56, 0.95) 100%);
}

.mil-gradient-overlay-reverse {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(38, 50, 56, 0.3)), color-stop(70%, rgba(38, 50, 56, 0.7)), to(rgba(38, 50, 56, 0.95)));
    background: linear-gradient(360deg, rgba(38, 50, 56, 0.3) 30%, rgba(38, 50, 56, 0.7) 70%, rgba(38, 50, 56, 0.95) 100%);
}

.mil-overlay-50 {
    background: rgba(38, 50, 56, 0.5);
}

.mil-overlay-60 {
    background: rgba(38, 50, 56, 0.6);
}

.mil-overlay-70 {
    background: rgba(38, 50, 56, 0.7);
}

.mil-overlay-80 {
    background: rgba(38, 50, 56, 0.8);
}

.mil-overlay-90 {
    background: rgba(38, 50, 56, 0.9);
}

.mil-overlay-95 {
    background: rgba(38, 50, 56, 0.95);
}

/***************************

portfolio items

***************************/
.bg-report {
    background-image: url('../img/main/bg-reports.png');
    background-size: cover;
}

.mil-portfolio-item {
    display: block;
    position: relative;
    overflow: hidden;
}

    .mil-portfolio-item .mil-item-description {
        position: absolute;
        bottom: 20px;
        left: 20px;
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
        transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    }

        .mil-portfolio-item .mil-item-description .mil-text-bg {
            background-color: rgb(38, 50, 56);
            padding: 5px 10px;
            display: inline-block;
        }

    .mil-portfolio-item .mil-zoom-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        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: absolute;
        top: 30px;
        border-radius: 50%;
        right: 30px;
        width: 50px;
        height: 50px;
        background-color: #9fca49;
        -webkit-transform: translateY(-20px) scale(1);
        transform: translateY(-20px) scale(1);
        opacity: 0;
        -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
        transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    }

        .mil-portfolio-item .mil-zoom-icon img {
            width: 22px;
        }

        .mil-portfolio-item .mil-zoom-icon svg {
            width: 28px;
        }

            .mil-portfolio-item .mil-zoom-icon svg path {
                fill: rgb(38, 50, 56);
            }

    .mil-portfolio-item:hover .mil-cover .mil-image-frame {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    .mil-portfolio-item:hover .mil-item-description {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .mil-portfolio-item:hover .mil-zoom-icon {
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }

        .mil-portfolio-item:hover .mil-zoom-icon:hover {
            -webkit-transform: translateY(0) scale(1.1);
            transform: translateY(0) scale(1.1);
        }

/***************************

partners

***************************/
.mil-partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .mil-partners .mil-partner-frame {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .mil-partners .mil-partner-frame img {
            -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
            transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
        }

            .mil-partners .mil-partner-frame img.mil-grayscale {
                -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
            }

            .mil-partners .mil-partner-frame img.mil-opacity {
                opacity: 0.6;
            }

        .mil-partners .mil-partner-frame:hover img {
            -webkit-filter: grayscale(0);
            filter: grayscale(0);
            opacity: 1;
        }

    .mil-partners.mil-partners-with-hover .mil-partner-frame:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .mil-partners.mil-partners-framed {
        -webkit-box-shadow: -0.5px -0.5px 0 1px rgba(38, 50, 56, 0.05);
        box-shadow: -0.5px -0.5px 0 1px rgba(38, 50, 56, 0.05);
    }

        .mil-partners.mil-partners-framed .mil-partner-frame {
            -webkit-box-shadow: 0.5px 0.5px 0 1px rgba(38, 50, 56, 0.05);
            box-shadow: 0.5px 0.5px 0 1px rgba(38, 50, 56, 0.05);
            height: 200px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

    .mil-partners.mil-row-4 .mil-partner-frame {
        width: 25%;
    }

    .mil-partners.mil-row-3 .mil-partner-frame {
        width: 33.333%;
    }

/***************************

icon box

***************************/
.mil-icon-box .mil-icon {
    width: 20%;
}

    .mil-icon-box .mil-icon img, .mil-icon-box .mil-icon svg {
        width: 100%;
    }

.mil-icon-box.mil-box-hori {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .mil-icon-box.mil-box-hori .mil-icon-box-text {
        margin-left: 30px;
        width: 80%;
    }

        .mil-icon-box.mil-box-hori .mil-icon-box-text h6 {
            color: #9fca49;
        }
/***************************

fields

***************************/
.mil-styled-input {
    width: 100%;
    margin-right: 30px;
    position: relative;
}

@media screen and (max-width: 992px) {
    .mil-styled-input {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.mil-styled-input label {
    position: absolute;
    top: 25px;
    left: 20px;
    color: rgb(38, 50, 56);
    pointer-events: none;
    -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-styled-input textarea {
    height: 120px;
    padding: 30px 20px 0;
}

input.mil-keep ~ label,
textarea.mil-keep ~ label, input:valid ~ label,
textarea:valid ~ label, input:focus ~ label,
textarea:focus ~ label {
    color: #9fca49;
    top: 0;
    font-size: 9px;
    left: 0;
}

input,
textarea {
    width: 100%;
    background-color: transparent;
    padding: 4px 20px 0;
    height: 60px;
    border: none;
    color: rgb(38, 50, 56);
    border-bottom: solid 1px rgb(212, 214, 215);
}

    input ~ span,
    textarea ~ span {
        display: block;
        width: 0;
        height: 1px;
        background-color: #9fca49;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
        transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    }

    input:focus,
    textarea:focus {
        outline: 0;
    }

        input:focus ~ span,
        textarea:focus ~ span {
            width: 100%;
        }

    input:valid ~ span,
    textarea:valid ~ span {
        width: 100%;
    }

    textarea ~ span {
        bottom: 8px;
    }

/***************************

reviews

***************************/
.mil-review {
    padding: 30px;
    background-color: rgb(255, 255, 255);
}

    .mil-review i {
        font-size: 18px;
        color: #9fca49;
    }

    .mil-review .mil-user-details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .mil-review .mil-user-details .mil-avatar {
            border-radius: 50%;
            width: 100px;
            height: 100px;
            overflow: hidden;
        }

            .mil-review .mil-user-details .mil-avatar img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                -o-object-position: center;
                object-position: center;
            }

/***************************

pagination

***************************/
.mil-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mil-pagination-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: rgb(38, 50, 56);
    width: 60px;
    height: 60px;
    margin: 0 5px;
    -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

    .mil-pagination-link:hover {
        background-color: rgb(233, 234, 235);
    }

.mil-pagination-link--active {
    background-color: #9fca49;
}

.mil-pagination-link--prev {
    margin-right: 10px;
}

.mil-pagination-link--next {
    margin-left: 10px;
}

/***************************

accordion

***************************/
.mil-accordion {
    width: 100%;
    border-bottom: solid 4px rgb(255, 255, 255);
}

.mil-accordion-menu {
    background: rgb(255, 255, 255);
    color: rgb(38, 50, 56);
    padding: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    margin-bottom: 10px;
    -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-accordion-content {
    height: 0;
    overflow: hidden;
}

.mil-mil-accordion-content.expanded {
    height: 0;
    overflow: hidden;
    padding: 30px;
}

.mil-accordion-plus,
.mil-accordion-minus {
    text-align: center;
    line-height: 10px;
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 22px;
    padding-top: 10px;
    width: 30px;
    height: 30px;
    background-color: rgb(233, 234, 235);
    border-radius: 50%;
}

.mil-accordion-minus {
    line-height: 6px;
    background-color: #9fca49;
}

.mil-accordion-content {
    height: 0;
    overflow: hidden;
}

    .mil-accordion-content p {
        padding: 20px 0 30px;
    }

/***************************

prices

***************************/
.mil-price-card {
    padding: 60px;
    background-color: rgb(255, 255, 255);
}

@media screen and (max-width: 768px) {
    .mil-price-card {
        padding: 30px;
    }
}

.mil-price-card .mil-price-number {
    font-family: "Tilt Neon", cursive;
    font-size: 72px;
    color: rgb(38, 50, 56);
    font-weight: 400;
    line-height: 100%;
}

    .mil-price-card .mil-price-number span {
        font-size: 24px;
        color: rgb(146, 152, 155);
    }

@media screen and (max-width: 768px) {
    .mil-price-card .mil-price-number {
        font-size: 48px;
    }

        .mil-price-card .mil-price-number span {
            font-size: 18px;
        }
}

.mil-price-card ul li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

    .mil-price-card ul li svg {
        width: 20px;
        height: 20px;
        margin-right: 15px;
        fill: #9fca49;
    }

    .mil-price-card ul li.mil-empty {
        opacity: 0.3;
    }

        .mil-price-card ul li.mil-empty svg {
            fill: rgb(190, 193, 195);
        }

        .mil-price-card ul li.mil-empty:after {
            content: "";
            width: 17px;
            height: 17px;
            background-color: rgb(190, 193, 195);
            position: absolute;
            border-radius: 50%;
            top: 5px;
            left: 1.5px;
        }

/***************************

404

***************************/
.mil-404-frame {
    padding-top: 100px;
    height: 100vh;
    width: 100%;
    background-color: rgb(255, 255, 255);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mil-404-text {
    display: block;
    font-size: 24px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: 400;
}

.mil-scale-frame {
    -webkit-transform: scale(2.3);
    transform: scale(2.3);
    text-align: center;
    margin-bottom: 90px;
}

@media screen and (max-width: 530px) {
    .mil-scale-frame {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        margin-bottom: 50px;
    }
}

.mil-404 {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 6em;
    font-weight: 700;
    animation: glitch-skew 1s infinite linear alternate-reverse;
}

    .mil-404::before {
        content: attr(data-text);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        left: 2px;
        text-shadow: -2px 0 #9fca49;
        clip: rect(44px, 450px, 56px, 0);
        animation: glitch-anim 5s infinite linear alternate-reverse;
    }

    .mil-404::after {
        content: attr(data-text);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        left: -2px;
        text-shadow: -2px 0 rgb(168, 173, 175), 2px 2px rgb(233, 234, 235);
        animation: glitch-anim2 1s infinite linear alternate-reverse;
    }

@-webkit-keyframes glitch-anim {
    0% {
        clip: rect(12px, 9999px, 93px, 0);
        -webkit-transform: skew(0.08deg);
        transform: skew(0.08deg);
    }

    5% {
        clip: rect(63px, 9999px, 99px, 0);
        -webkit-transform: skew(0.62deg);
        transform: skew(0.62deg);
    }

    10% {
        clip: rect(13px, 9999px, 18px, 0);
        -webkit-transform: skew(0.11deg);
        transform: skew(0.11deg);
    }

    15% {
        clip: rect(31px, 9999px, 92px, 0);
        -webkit-transform: skew(0.97deg);
        transform: skew(0.97deg);
    }

    20% {
        clip: rect(75px, 9999px, 43px, 0);
        -webkit-transform: skew(0.39deg);
        transform: skew(0.39deg);
    }

    25% {
        clip: rect(22px, 9999px, 82px, 0);
        -webkit-transform: skew(0.35deg);
        transform: skew(0.35deg);
    }

    30% {
        clip: rect(31px, 9999px, 73px, 0);
        -webkit-transform: skew(0.74deg);
        transform: skew(0.74deg);
    }

    35% {
        clip: rect(88px, 9999px, 80px, 0);
        -webkit-transform: skew(0.99deg);
        transform: skew(0.99deg);
    }

    40% {
        clip: rect(26px, 9999px, 94px, 0);
        -webkit-transform: skew(0.02deg);
        transform: skew(0.02deg);
    }

    45% {
        clip: rect(13px, 9999px, 52px, 0);
        -webkit-transform: skew(0.63deg);
        transform: skew(0.63deg);
    }

    50% {
        clip: rect(45px, 9999px, 46px, 0);
        -webkit-transform: skew(0.86deg);
        transform: skew(0.86deg);
    }

    55% {
        clip: rect(55px, 9999px, 84px, 0);
        -webkit-transform: skew(0.63deg);
        transform: skew(0.63deg);
    }

    60% {
        clip: rect(69px, 9999px, 84px, 0);
        -webkit-transform: skew(0.44deg);
        transform: skew(0.44deg);
    }

    65% {
        clip: rect(90px, 9999px, 55px, 0);
        -webkit-transform: skew(0.96deg);
        transform: skew(0.96deg);
    }

    70% {
        clip: rect(24px, 9999px, 28px, 0);
        -webkit-transform: skew(0.5deg);
        transform: skew(0.5deg);
    }

    75% {
        clip: rect(79px, 9999px, 54px, 0);
        -webkit-transform: skew(0.79deg);
        transform: skew(0.79deg);
    }

    80% {
        clip: rect(79px, 9999px, 43px, 0);
        -webkit-transform: skew(0.84deg);
        transform: skew(0.84deg);
    }

    85% {
        clip: rect(56px, 9999px, 54px, 0);
        -webkit-transform: skew(0.05deg);
        transform: skew(0.05deg);
    }

    90% {
        clip: rect(93px, 9999px, 67px, 0);
        -webkit-transform: skew(0.09deg);
        transform: skew(0.09deg);
    }

    95% {
        clip: rect(26px, 9999px, 74px, 0);
        -webkit-transform: skew(0.42deg);
        transform: skew(0.42deg);
    }

    100% {
        clip: rect(36px, 9999px, 42px, 0);
        -webkit-transform: skew(0.69deg);
        transform: skew(0.69deg);
    }
}

@keyframes glitch-anim {
    0% {
        clip: rect(12px, 9999px, 93px, 0);
        -webkit-transform: skew(0.08deg);
        transform: skew(0.08deg);
    }

    5% {
        clip: rect(63px, 9999px, 99px, 0);
        -webkit-transform: skew(0.62deg);
        transform: skew(0.62deg);
    }

    10% {
        clip: rect(13px, 9999px, 18px, 0);
        -webkit-transform: skew(0.11deg);
        transform: skew(0.11deg);
    }

    15% {
        clip: rect(31px, 9999px, 92px, 0);
        -webkit-transform: skew(0.97deg);
        transform: skew(0.97deg);
    }

    20% {
        clip: rect(75px, 9999px, 43px, 0);
        -webkit-transform: skew(0.39deg);
        transform: skew(0.39deg);
    }

    25% {
        clip: rect(22px, 9999px, 82px, 0);
        -webkit-transform: skew(0.35deg);
        transform: skew(0.35deg);
    }

    30% {
        clip: rect(31px, 9999px, 73px, 0);
        -webkit-transform: skew(0.74deg);
        transform: skew(0.74deg);
    }

    35% {
        clip: rect(88px, 9999px, 80px, 0);
        -webkit-transform: skew(0.99deg);
        transform: skew(0.99deg);
    }

    40% {
        clip: rect(26px, 9999px, 94px, 0);
        -webkit-transform: skew(0.02deg);
        transform: skew(0.02deg);
    }

    45% {
        clip: rect(13px, 9999px, 52px, 0);
        -webkit-transform: skew(0.63deg);
        transform: skew(0.63deg);
    }

    50% {
        clip: rect(45px, 9999px, 46px, 0);
        -webkit-transform: skew(0.86deg);
        transform: skew(0.86deg);
    }

    55% {
        clip: rect(55px, 9999px, 84px, 0);
        -webkit-transform: skew(0.63deg);
        transform: skew(0.63deg);
    }

    60% {
        clip: rect(69px, 9999px, 84px, 0);
        -webkit-transform: skew(0.44deg);
        transform: skew(0.44deg);
    }

    65% {
        clip: rect(90px, 9999px, 55px, 0);
        -webkit-transform: skew(0.96deg);
        transform: skew(0.96deg);
    }

    70% {
        clip: rect(24px, 9999px, 28px, 0);
        -webkit-transform: skew(0.5deg);
        transform: skew(0.5deg);
    }

    75% {
        clip: rect(79px, 9999px, 54px, 0);
        -webkit-transform: skew(0.79deg);
        transform: skew(0.79deg);
    }

    80% {
        clip: rect(79px, 9999px, 43px, 0);
        -webkit-transform: skew(0.84deg);
        transform: skew(0.84deg);
    }

    85% {
        clip: rect(56px, 9999px, 54px, 0);
        -webkit-transform: skew(0.05deg);
        transform: skew(0.05deg);
    }

    90% {
        clip: rect(93px, 9999px, 67px, 0);
        -webkit-transform: skew(0.09deg);
        transform: skew(0.09deg);
    }

    95% {
        clip: rect(26px, 9999px, 74px, 0);
        -webkit-transform: skew(0.42deg);
        transform: skew(0.42deg);
    }

    100% {
        clip: rect(36px, 9999px, 42px, 0);
        -webkit-transform: skew(0.69deg);
        transform: skew(0.69deg);
    }
}

@-webkit-keyframes glitch-anim2 {
    0% {
        clip: rect(5px, 9999px, 44px, 0);
        -webkit-transform: skew(0.63deg);
        transform: skew(0.63deg);
    }

    5% {
        clip: rect(24px, 9999px, 99px, 0);
        -webkit-transform: skew(0.38deg);
        transform: skew(0.38deg);
    }

    10% {
        clip: rect(26px, 9999px, 96px, 0);
        -webkit-transform: skew(0.81deg);
        transform: skew(0.81deg);
    }

    15% {
        clip: rect(89px, 9999px, 3px, 0);
        -webkit-transform: skew(0.63deg);
        transform: skew(0.63deg);
    }

    20% {
        clip: rect(81px, 9999px, 8px, 0);
        -webkit-transform: skew(0.96deg);
        transform: skew(0.96deg);
    }

    25% {
        clip: rect(78px, 9999px, 28px, 0);
        -webkit-transform: skew(0.85deg);
        transform: skew(0.85deg);
    }

    30% {
        clip: rect(13px, 9999px, 47px, 0);
        -webkit-transform: skew(0.33deg);
        transform: skew(0.33deg);
    }

    35% {
        clip: rect(98px, 9999px, 1px, 0);
        -webkit-transform: skew(0.47deg);
        transform: skew(0.47deg);
    }

    40% {
        clip: rect(58px, 9999px, 69px, 0);
        -webkit-transform: skew(0.94deg);
        transform: skew(0.94deg);
    }

    45% {
        clip: rect(53px, 9999px, 43px, 0);
        -webkit-transform: skew(0.93deg);
        transform: skew(0.93deg);
    }

    50% {
        clip: rect(56px, 9999px, 46px, 0);
        -webkit-transform: skew(0.2deg);
        transform: skew(0.2deg);
    }

    55% {
        clip: rect(63px, 9999px, 40px, 0);
        -webkit-transform: skew(0.64deg);
        transform: skew(0.64deg);
    }

    60% {
        clip: rect(43px, 9999px, 5px, 0);
        -webkit-transform: skew(0.88deg);
        transform: skew(0.88deg);
    }

    65% {
        clip: rect(98px, 9999px, 91px, 0);
        -webkit-transform: skew(0.83deg);
        transform: skew(0.83deg);
    }

    70% {
        clip: rect(42px, 9999px, 63px, 0);
        -webkit-transform: skew(0.66deg);
        transform: skew(0.66deg);
    }

    75% {
        clip: rect(22px, 9999px, 85px, 0);
        -webkit-transform: skew(0.23deg);
        transform: skew(0.23deg);
    }

    80% {
        clip: rect(39px, 9999px, 15px, 0);
        -webkit-transform: skew(0.56deg);
        transform: skew(0.56deg);
    }

    85% {
        clip: rect(15px, 9999px, 28px, 0);
        -webkit-transform: skew(0.34deg);
        transform: skew(0.34deg);
    }

    90% {
        clip: rect(59px, 9999px, 41px, 0);
        -webkit-transform: skew(0.26deg);
        transform: skew(0.26deg);
    }

    95% {
        clip: rect(39px, 9999px, 71px, 0);
        -webkit-transform: skew(0.41deg);
        transform: skew(0.41deg);
    }

    100% {
        clip: rect(99px, 9999px, 54px, 0);
        -webkit-transform: skew(0.72deg);
        transform: skew(0.72deg);
    }
}

@keyframes glitch-anim2 {
    0% {
        clip: rect(5px, 9999px, 44px, 0);
        -webkit-transform: skew(0.63deg);
        transform: skew(0.63deg);
    }

    5% {
        clip: rect(24px, 9999px, 99px, 0);
        -webkit-transform: skew(0.38deg);
        transform: skew(0.38deg);
    }

    10% {
        clip: rect(26px, 9999px, 96px, 0);
        -webkit-transform: skew(0.81deg);
        transform: skew(0.81deg);
    }

    15% {
        clip: rect(89px, 9999px, 3px, 0);
        -webkit-transform: skew(0.63deg);
        transform: skew(0.63deg);
    }

    20% {
        clip: rect(81px, 9999px, 8px, 0);
        -webkit-transform: skew(0.96deg);
        transform: skew(0.96deg);
    }

    25% {
        clip: rect(78px, 9999px, 28px, 0);
        -webkit-transform: skew(0.85deg);
        transform: skew(0.85deg);
    }

    30% {
        clip: rect(13px, 9999px, 47px, 0);
        -webkit-transform: skew(0.33deg);
        transform: skew(0.33deg);
    }

    35% {
        clip: rect(98px, 9999px, 1px, 0);
        -webkit-transform: skew(0.47deg);
        transform: skew(0.47deg);
    }

    40% {
        clip: rect(58px, 9999px, 69px, 0);
        -webkit-transform: skew(0.94deg);
        transform: skew(0.94deg);
    }

    45% {
        clip: rect(53px, 9999px, 43px, 0);
        -webkit-transform: skew(0.93deg);
        transform: skew(0.93deg);
    }

    50% {
        clip: rect(56px, 9999px, 46px, 0);
        -webkit-transform: skew(0.2deg);
        transform: skew(0.2deg);
    }

    55% {
        clip: rect(63px, 9999px, 40px, 0);
        -webkit-transform: skew(0.64deg);
        transform: skew(0.64deg);
    }

    60% {
        clip: rect(43px, 9999px, 5px, 0);
        -webkit-transform: skew(0.88deg);
        transform: skew(0.88deg);
    }

    65% {
        clip: rect(98px, 9999px, 91px, 0);
        -webkit-transform: skew(0.83deg);
        transform: skew(0.83deg);
    }

    70% {
        clip: rect(42px, 9999px, 63px, 0);
        -webkit-transform: skew(0.66deg);
        transform: skew(0.66deg);
    }

    75% {
        clip: rect(22px, 9999px, 85px, 0);
        -webkit-transform: skew(0.23deg);
        transform: skew(0.23deg);
    }

    80% {
        clip: rect(39px, 9999px, 15px, 0);
        -webkit-transform: skew(0.56deg);
        transform: skew(0.56deg);
    }

    85% {
        clip: rect(15px, 9999px, 28px, 0);
        -webkit-transform: skew(0.34deg);
        transform: skew(0.34deg);
    }

    90% {
        clip: rect(59px, 9999px, 41px, 0);
        -webkit-transform: skew(0.26deg);
        transform: skew(0.26deg);
    }

    95% {
        clip: rect(39px, 9999px, 71px, 0);
        -webkit-transform: skew(0.41deg);
        transform: skew(0.41deg);
    }

    100% {
        clip: rect(99px, 9999px, 54px, 0);
        -webkit-transform: skew(0.72deg);
        transform: skew(0.72deg);
    }
}

@-webkit-keyframes glitch-skew {
    0% {
        -webkit-transform: skew(5deg);
        transform: skew(5deg);
    }

    10% {
        -webkit-transform: skew(3deg);
        transform: skew(3deg);
    }

    20% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg);
    }

    30% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    40% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    50% {
        -webkit-transform: skew(-1deg);
        transform: skew(-1deg);
    }

    60% {
        -webkit-transform: skew(1deg);
        transform: skew(1deg);
    }

    70% {
        -webkit-transform: skew(-3deg);
        transform: skew(-3deg);
    }

    80% {
        -webkit-transform: skew(2deg);
        transform: skew(2deg);
    }

    90% {
        -webkit-transform: skew(-1deg);
        transform: skew(-1deg);
    }

    100% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }
}

@keyframes glitch-skew {
    0% {
        -webkit-transform: skew(5deg);
        transform: skew(5deg);
    }

    10% {
        -webkit-transform: skew(3deg);
        transform: skew(3deg);
    }

    20% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg);
    }

    30% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    40% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    50% {
        -webkit-transform: skew(-1deg);
        transform: skew(-1deg);
    }

    60% {
        -webkit-transform: skew(1deg);
        transform: skew(1deg);
    }

    70% {
        -webkit-transform: skew(-3deg);
        transform: skew(-3deg);
    }

    80% {
        -webkit-transform: skew(2deg);
        transform: skew(2deg);
    }

    90% {
        -webkit-transform: skew(-1deg);
        transform: skew(-1deg);
    }

    100% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }
}
/***************************

navigation

***************************/
.mil-top-panel {
    position: fixed;
    width: 100%;
    z-index: 9;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgb(255 255 255);
    color: rgb(38, 50, 56);
}

    .mil-top-panel .container, .mil-top-panel .container-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .mil-top-panel .mil-logo {
        margin-right: 60px;
    }

        .mil-top-panel .mil-logo img {
            width: 100%;
            max-width: 250px;
        }

        .mil-top-panel .mil-logo svg {
            width: 70px;
        }

            .mil-top-panel .mil-logo svg path {
                fill: rgb(38, 50, 56);
            }

            .mil-top-panel .mil-logo svg .mil-accent {
                fill: rgb(38, 50, 56);
            }

    .mil-top-panel .mil-mobile-dropdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .mil-top-panel .mil-mobile-dropdown.mil-menu-right {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

        .mil-top-panel .mil-mobile-dropdown.mil-menu-left {
            width: 100%;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .mil-top-panel .mil-mobile-dropdown.mil-menu-center {
            width: 73%;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .mil-top-panel .mil-mobile-dropdown .mil-social {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-left: 60px;
        }

@media screen and (max-width: 1200px) {
    .mil-top-panel .mil-mobile-dropdown .mil-social {
        margin: 0;
        width: 100%;
        display: block;
        padding: 30px 30px 0;
    }

        .mil-top-panel .mil-mobile-dropdown .mil-social li {
            padding: 0;
            margin-right: 15px;
            width: auto;
            display: inline-block;
        }
}

.mil-top-panel .mil-mobile-dropdown ul li {
    position: relative;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .mil-top-panel .mil-mobile-dropdown ul li.mil-has-children {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .mil-top-panel .mil-mobile-dropdown ul li.mil-has-children > a {
            position: relative;
            margin-right: 12px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .mil-top-panel .mil-mobile-dropdown ul li.mil-has-children > a:before {
                position: absolute;
                right: -12px;
                content: "+";
                color: #9fca49;
                -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
                transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
            }

    .mil-top-panel .mil-mobile-dropdown ul li ul {
        pointer-events: none;
        opacity: 0;
        border-top: solid 1px rgb(255, 255, 255);
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        min-width: 200px;
        padding: 30px;
        position: absolute;
        top: 80px;
        left: -30px;
        background-color: rgb(255, 255, 255);
        -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
        transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    }

        .mil-top-panel .mil-mobile-dropdown ul li ul li {
            white-space: nowrap;
            height: auto;
            margin: 0;
            margin-bottom: 30px;
        }

            .mil-top-panel .mil-mobile-dropdown ul li ul li:last-child {
                margin: 0;
            }

    .mil-top-panel .mil-mobile-dropdown ul li:hover ul {
        pointer-events: all;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

@media screen and (max-width: 1200px) {
    .mil-top-panel .mil-mobile-dropdown {
        pointer-events: none;
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 60px 30px 30px;
        background-color: rgb(255, 255, 255);
        position: absolute;
        z-index: 10;
        top: 100px;
        left: 0;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        width: 100% !important;
        -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
        transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    }

        .mil-top-panel .mil-mobile-dropdown ul {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center;
        }

            .mil-top-panel .mil-mobile-dropdown ul li {
                height: auto;
                margin-right: 0;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                width: 100vw;
            }

                .mil-top-panel .mil-mobile-dropdown ul li a {
                    margin-bottom: 30px;
                    margin-right: 0 !important;
                }

                .mil-top-panel .mil-mobile-dropdown ul li:last-child {
                    margin: 0;
                }

                .mil-top-panel .mil-mobile-dropdown ul li ul {
                    opacity: 0;
                    padding: 0;
                    max-height: 0;
                    overflow: hidden;
                    -webkit-transform: translateY(0);
                    transform: translateY(0);
                    left: 0;
                    top: 0;
                    position: relative;
                    -webkit-transform: none;
                    transform: none;
                    background-color: rgb(244, 245, 245);
                    width: 100%;
                }

                    .mil-top-panel .mil-mobile-dropdown ul li ul li a {
                        margin-bottom: 0;
                    }

                    .mil-top-panel .mil-mobile-dropdown ul li ul li:first-child {
                        padding-top: 30px;
                    }

                    .mil-top-panel .mil-mobile-dropdown ul li ul li:last-child {
                        padding-bottom: 30px;
                    }

                .mil-top-panel .mil-mobile-dropdown ul li:hover ul {
                    opacity: 1;
                    max-height: 370px;
                    margin-bottom: 30px;
                    overflow: scroll;
                }

        .mil-top-panel .mil-mobile-dropdown.mil-active {
            pointer-events: all;
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
}

.mil-top-panel.mil-with-shadow {
    -webkit-box-shadow: 0px 2px 3px 0px rgba(38, 50, 56, 0.05);
    box-shadow: 0px 2px 3px 0px rgba(38, 50, 56, 0.05);
}

@media screen and (max-width: 1200px) {
    .mil-top-panel.mil-with-shadow .mil-mobile-dropdown {
        -webkit-box-shadow: 0px 2px 3px 0px rgba(38, 50, 56, 0.05);
        box-shadow: 0px 2px 3px 0px rgba(38, 50, 56, 0.05);
    }
}

.mil-top-panel.mil-with-shadow .mil-mobile-dropdown ul ul {
    -webkit-box-shadow: 0px 2px 3px 0px rgba(38, 50, 56, 0.05);
    box-shadow: 0px 2px 3px 0px rgba(38, 50, 56, 0.05);
}

@media screen and (max-width: 1200px) {
    .mil-top-panel.mil-with-shadow .mil-mobile-dropdown ul ul {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.mil-top-panel.mil-transparent-nav, .mil-top-panel.mil-invert-nav {
    border-bottom: solid 1px rgba(255, 255, 255, 0.05);
}

    .mil-top-panel.mil-transparent-nav a, .mil-top-panel.mil-invert-nav a {
        color: rgb(255, 255, 255);
    }

    .mil-top-panel.mil-transparent-nav .mil-logo, .mil-top-panel.mil-invert-nav .mil-logo {
        margin-right: 75px;
    }

        .mil-top-panel.mil-transparent-nav .mil-logo *, .mil-top-panel.mil-invert-nav .mil-logo * {
            color: rgb(255, 255, 255);
        }

        .mil-top-panel.mil-transparent-nav .mil-logo svg, .mil-top-panel.mil-invert-nav .mil-logo svg {
            width: 70px;
        }

            .mil-top-panel.mil-transparent-nav .mil-logo svg path, .mil-top-panel.mil-invert-nav .mil-logo svg path {
                fill: rgb(255, 255, 255);
            }

            .mil-top-panel.mil-transparent-nav .mil-logo svg .mil-accent, .mil-top-panel.mil-invert-nav .mil-logo svg .mil-accent {
                fill: rgb(255, 255, 255);
            }

@media screen and (max-width: 1200px) {
    .mil-top-panel.mil-transparent-nav .mil-mobile-dropdown, .mil-top-panel.mil-invert-nav .mil-mobile-dropdown {
        background-color: rgb(38, 50, 56);
    }
}

.mil-top-panel.mil-transparent-nav .mil-mobile-dropdown .mil-has-children ul, .mil-top-panel.mil-invert-nav .mil-mobile-dropdown .mil-has-children ul {
    border-color: #9fca49;
    background-color: #9fca49;
}

    .mil-top-panel.mil-transparent-nav .mil-mobile-dropdown .mil-has-children ul a, .mil-top-panel.mil-invert-nav .mil-mobile-dropdown .mil-has-children ul a {
        color: rgb(38, 50, 56);
    }

.mil-top-panel.mil-invert-nav {
    background-color: rgb(38, 50, 56);
}

.mil-top-panel.mil-transparent-nav {
    background-color: transparent;
}

.mil-menu-btn {
    height: 24px;
    cursor: pointer;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.dropdown-menu {
    background-color: #000176 !important;
}
    .dropdown-menu .mil-link, .dropdown-menu .mil-link-hover, .dropdown-menu .mil-link-arrow {
        color: #fff !important;
    }
@media all and (min-width: 992px) {
    .dropdown-menu {
        width: 13rem;
        top: -15px !important;
        left: 80px !important;
        background-color: #000176 !important;
    }

        .dropdown-menu .mil-link, .dropdown-menu .mil-link-hover, .dropdown-menu .mil-link-arrow {
            color: #fff !important
        }

        .dropdown-menu li {
            margin-bottom: 15px !important;
        }

        .dropdown-menu > li:hover > .submenu,
        .dropdown:hover > .dropdown-menu {
            display: block;
            padding: 15px !important;
        }
}

@media screen and (max-width: 1200px) {
    .mil-menu-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.mil-menu-btn span, .mil-menu-btn span:after, .mil-menu-btn span:before {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: rgb(38, 50, 56);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: inherit;
    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 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

    .mil-menu-btn.mil-active span:before {
        -webkit-transform: translate(0px, 8px) rotate(-90deg);
        transform: translate(0px, 8px) rotate(-90deg);
    }

    .mil-menu-btn.mil-active span:after {
        width: 24px;
        -webkit-transform: translate(0px, -8px) rotate(-90deg);
        transform: translate(0px, -8px) rotate(-90deg);
    }

.mil-menu-btn:hover span, .mil-menu-btn:hover span:after, .mil-menu-btn:hover span:before {
    background: rgb(38, 50, 56);
}

.mil-transparent-nav .mil-menu-btn span, .mil-transparent-nav .mil-menu-btn span:after, .mil-transparent-nav .mil-menu-btn span:before,
.mil-invert-nav .mil-menu-btn span,
.mil-invert-nav .mil-menu-btn span:after,
.mil-invert-nav .mil-menu-btn span:before {
    background-color: rgb(255, 255, 255);
}

/***************************

partners

***************************/
.mil-partners.mil-partners-slider {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

/***************************

counters

***************************/
.mil-counter-1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .mil-counter-1 .mil-counter {
        width: 100%;
        text-align: center;
        color: rgb(190, 193, 195);
        font-size: 120px;
        opacity: 0.3;
    }

    .mil-counter-1 .mil-h6 {
        position: absolute;
    }

.mil-counter-2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .mil-counter-2 .mil-counter {
        width: 100%;
        text-align: center;
    }

    .mil-counter-2 .mil-link {
        margin-left: 15px;
    }

/***************************

about

***************************/
.mil-signature {
    width: 150px;
}

.mil-collage-1 {
    position: relative;
}

    .mil-collage-1 .mil-image-1 {
        width: 80%;
        margin-left: auto;
        box-shadow: 3px 3px 7px #9a9a9a;
    }

    .mil-collage-1 .mil-image-2 {
        width: 80%;
        position: absolute;
        bottom: 0;
        left: 0;
    }

        .mil-collage-1 .mil-image-2 .mil-just-image {
            padding-bottom: 80%;
        }

@media screen and (max-width: 992px) {
    .mil-collage-1 .mil-circle-text-position {
        left: 0 !important;
        top: 13%;
    }
}

@media screen and (max-width: 768px) {
    .mil-collage-1 .mil-circle-text-position {
        display: none;
    }

    .mil-collage-1 .mil-image-1 {
        display: none;
    }

    .mil-collage-1 .mil-image-2 {
        width: 100%;
        position: relative;
    }

    #hero .container .hero-text {
        padding-top: 60px;
    }
}

.mil-collage-2 {
    position: relative;
}

    .mil-collage-2 .mil-text-frame {
        width: 50%;
        position: absolute;
        bottom: -1px;
        left: 0;
        background-color: rgb(244, 245, 245);
        padding: 30px 30px 0 0;
    }

    .mil-collage-2:before {
        content: "";
        width: calc(50% + 30px);
        height: calc(50% + 30px);
        background-color: rgb(233, 234, 235);
        position: absolute;
        bottom: -30px;
        right: -30px;
    }

.mil-collage-3 {
    position: relative;
    padding-top: 18%;
}

    .mil-collage-3 .mil-image-1 {
        width: 70%;
        position: absolute;
        top: 0;
    }

    .mil-collage-3 .mil-image-2 {
        position: relative;
        width: 80%;
        margin-top: auto;
        margin-left: auto;
    }

    .mil-collage-3:before {
        content: "";
        width: 80%;
        height: 80%;
        background-color: rgb(233, 234, 235);
        position: absolute;
        top: 10%;
        right: 10%;
    }

.mil-circle-text-position {
    position: absolute;
    z-index: 2;
}

.mil-circle-text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 150px;
    height: 150px;
}

    .mil-circle-text svg {
        -webkit-transform: scale(2);
        transform: scale(2);
        width: 150px;
        height: 150px;
    }

        .mil-circle-text svg text {
            fill: #9fca49;
        }

    .mil-circle-text:after {
        content: "+";
        position: absolute;
        width: 80px;
        height: 80px;
        color: rgb(255, 255, 255);
        font-size: 32px;
        font-weight: 100;
        background-color: rgb(233, 234, 235);
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .mil-circle-text.mil-dark-inside:after {
        background-color: rgb(38, 50, 56);
    }

    .mil-circle-text.mil-accent-inside:after {
        background-color: rgb(153 204 51);
    }

.mil-rotate-infinite {
    -webkit-animation: rotate 4s infinite linear;
    animation: rotate 4s infinite linear;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/***************************

footers

***************************/
.mil-footer-1 {
    position: relative;
}

.mil-footer-content {
    position: relative;
}

.mil-footer-bottom {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
    position: relative;
    height: 100px;
    background-color: rgb(38, 50, 56);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .mil-footer-bottom .container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

@media screen and (max-width: 992px) {
    .mil-footer-bottom .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.mil-footer-bottom a {
    -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

    .mil-footer-bottom a:hover {
        color: #9fca49;
    }

.mil-footer-2 {
    background-color: rgb(255, 255, 255);
    width: 100%;
    padding: 60px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .mil-footer-2 .container {
        height: auto !important;
    }

@media screen and (max-width: 992px) {
    .mil-footer-2 {
        text-align: center;
    }

        .mil-footer-2 .mil-social {
            -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
            justify-content: center !important;
        }
}

/***************************

instagram

***************************/
.bg-wellwisher {
    background-image: url('../img/main/bg-wellwisher.png');
    background-size: cover;
}

.mil-instagram-frame {
    position: relative;
}

    .mil-instagram-frame .mil-button-positions {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.mil-instagram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.mil-instagram-item {
    position: relative;
    overflow: hidden;
    width: 16.666%;
    padding-bottom: 16.666%;
}

    .mil-instagram-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

@media screen and (max-width: 992px) {
    .mil-instagram-slider .mil-instagram-item {
        width: 33.333%;
        padding-bottom: 33.333%;
    }
}

@media screen and (max-width: 768px) {
    .mil-instagram-slider .mil-instagram-item {
        width: 50%;
        padding-bottom: 50%;
    }
}

@media screen and (max-width: 992px) {
    .mil-footer-instagram {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 992px) {
    .mil-footer-instagram .mil-instagram-item {
        width: 33.333%;
        padding-bottom: 33.333%;
    }
}

/***************************

services

***************************/
.mil-services-1 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .mil-services-1 .mil-section-bg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

    .mil-services-1 .mil-card-1 {
        border-right: solid 1px rgba(255, 255, 255, 0.2);
    }

@media screen and (max-width: 992px) {
    .mil-services-1 .mil-card-1 {
        border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    }

        .mil-services-1 .mil-card-1 .mil-cover {
            padding-bottom: 90% !important;
        }
}

@media screen and (max-width: 576px) {
    .mil-services-1 .mil-card-1 {
        border-right: none;
    }

        .mil-services-1 .mil-card-1 .mil-cover {
            padding-bottom: 70% !important;
        }

    .solution-slider {
        padding: 2em 0em;
    }

    .brands h1 {
        font-size: 45px;
    }

    .brands h5, .brands h3 {
        font-size: 20px;
    }

    .cta h2 {
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
    }

        .cta h2 span {
            color: #fff;
            font-size: 17px;
            font-weight: 700;
        }
}

/***************************

video

***************************/
.mil-video-section {
    position: relative;
    display: block;
}

    .mil-video-section .mil-image-frame {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .mil-video-section .mil-inner-text {
        position: relative;
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

/***************************

reviews

***************************/
.mil-reviews-slider .swiper-wrapper {
    /*background-color: rgb(233, 234, 235);*/
}

/***************************

subscribe

***************************/
.mil-float-right {
    float: right;
}

@media screen and (max-width: 992px) {
    .mil-float-right {
        float: none;
    }
}

/***************************

map

***************************/
.mil-map-frame {
    position: relative;
    overflow: hidden;
    padding-bottom: 30%;
}

    .mil-map-frame iframe {
        width: 250%;
        height: 250%;
        position: absolute;
        left: -75%;
        top: -75%;
    }

@media screen and (max-width: 992px) {
    .mil-map-frame {
        padding-bottom: 60%;
    }
}

/***************************

portfolio

***************************/
.mil-portfolio-slider .swiper-wrapper .swiper-slide {
    width: 35% !important;
}

    .mil-portfolio-slider .swiper-wrapper .swiper-slide:nth-child(even) {
        width: 50% !important;
    }

@media screen and (max-width: 992px) {
    .mil-portfolio-slider .swiper-wrapper .swiper-slide {
        width: 100% !important;
    }

        .mil-portfolio-slider .swiper-wrapper .swiper-slide:nth-child(even) {
            width: 100% !important;
        }
}

.mil-portfolio-slider .swiper-wrapper .swiper-slide .mil-portfolio-item .mil-cover {
    padding-bottom: 100%;
}

.mil-portfolio-slider .swiper-wrapper .swiper-slide:nth-child(even) .mil-portfolio-item .mil-cover {
    padding-bottom: 70%;
}

@media screen and (max-width: 992px) {
    .mil-portfolio-slider .swiper-wrapper .swiper-slide .mil-portfolio-item .mil-cover {
        padding-bottom: 70%;
    }

    .mil-portfolio-slider .swiper-wrapper .swiper-slide:nth-child(even) .mil-portfolio-item .mil-cover {
        padding-bottom: 70%;
    }
}

/***************************

fancybox

***************************/
.fancybox-fx-slide-in-out.fancybox-slide--previous {
    -webkit-transform: translateY(60px) scale(0.98);
    transform: translateY(60px) scale(0.98);
    opacity: 0;
}

.fancybox-fx-slide-in-out.fancybox-slide--next {
    -webkit-transform: translateY(60px) scale(0.98);
    transform: translateY(60px) scale(0.98);
    opacity: 0;
}

.fancybox-fx-slide-in-out.fancybox-slide--current {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.fancybox-fx-fade-in-out.fancybox-slide--previous {
    -webkit-transform: translateX(-35%) scale(0.9);
    transform: translateX(-35%) scale(0.9);
    opacity: 0;
}

.fancybox-fx-fade-in-out.fancybox-slide--next {
    -webkit-transform: translateX(35%) scale(0.9);
    transform: translateX(35%) scale(0.9);
    opacity: 0;
}

.fancybox-fx-fade-in-out.fancybox-slide--current {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.fancybox-button {
    background: rgb(38, 50, 56);
    opacity: 1;
}

    .fancybox-button,
    .fancybox-button:link,
    .fancybox-button:visited {
        color: rgb(255, 255, 255);
    }

        .fancybox-button:hover {
            color: rgb(255, 255, 255);
        }

        .fancybox-button[disabled] {
            color: rgb(255, 255, 255);
            opacity: 0 !important;
        }

            .fancybox-button[disabled]:hover {
                color: rgb(255, 255, 255);
                opacity: 0;
            }

.fancybox-bg {
    background: rgb(38, 50, 56);
}

.fancybox-progress {
    bottom: 0;
    top: auto;
    height: 4px;
    background-color: #9fca49;
}

.fancybox-infobar {
    color: rgb(255, 255, 255);
    padding: 0 15px;
    width: auto;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    font-family: "Tilt Neon", cursive;
    font-weight: 600;
}

.fancybox-image {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
}

.fancybox-slide--video {
    padding: 180px 20px;
}

/***************************

swiper

***************************/
.mil-pagination-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 45px;
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
}

    .mil-pagination-frame .mil-slider-pagination {
        margin: 0;
        width: auto;
    }

        .mil-pagination-frame .mil-slider-pagination .swiper-pagination-bullet {
            background-color: rgb(188 255 54);
            -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
            transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
            margin: 0 6px;
        }

            .mil-pagination-frame .mil-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                position: relative;
                -webkit-transform: scale(1.5);
                transform: scale(1.5);
                margin: 0 8px;
                background-color: #9fca49;
            }

@media screen and (max-width: 992px) {
    .mil-pagination-frame {
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px);
    }
}

/***************************

logo

***************************/
.mil-logo .mil-h5 {
    font-size: 26px;
    font-weight: 500;
}

/***************************

hero

***************************/
.mil-hero-1 {
    position: relative;
    padding-top: 100px;
    background-color: rgb(233, 234, 235);
}

@media screen and (max-width: 1200px) {
    .mil-hero-1 {
        padding-top: 100px;
    }
}

.mil-hero-1 .mil-image-frame {
    height: 100vh;
}

@media screen and (max-width: 992px) {
    .mil-hero-1 .mil-image-frame {
        height: 90vh;
    }
}

.mil-hero-1 .container {
    position: relative;
}

    .mil-hero-1 .container h1 {
        font-size: 72px;
    }

@media screen and (max-width: 992px) {
    .mil-hero-1 .container h1 {
        font-size: 48px;
        margin-bottom: 30px;
    }
}

.mil-hero-1 .container .mil-dots {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 90vh;
}

@media screen and (max-width: 992px) {
    .mil-hero-1 .container .mil-dots {
        right: 15px;
        left: auto;
    }
}

.mil-hero-1 .container .mi-suptitle {
    text-align: right;
}

@media screen and (max-width: 992px) {
    .mil-hero-1 .container .mi-suptitle {
        text-align: left;
        margin-top: 0;
        margin-bottom: 30px;
    }
}

.mil-hero-1 .container .mil-scroll-animation-1 {
    float: right;
}

@media screen and (max-width: 992px) {
    .mil-hero-1 .container .mil-scroll-animation-1 {
        float: none;
    }
}

.mil-hero-1 .container .mil-just-image {
    padding-bottom: 50%;
}

@media screen and (max-width: 992px) {
    .mil-hero-1 .container .mil-just-image {
        padding-bottom: 80%;
    }
}

.mil-hero-1 .container .mil-infinite-show {
    padding: 60px 0;
}

@media screen and (max-width: 768px) {
    .mil-hero-1 .container .mil-infinite-show {
        padding: 20px 0;
    }

        .mil-hero-1 .container .mil-infinite-show .mil-partner-frame img {
            -webkit-transform: scale(0.7);
            transform: scale(0.7);
        }
    .mil-top-panel .mil-mobile-dropdown {
        top: 70px;
    }
}

/***************************

scroll hint 1

***************************/
.mil-scroll-animation-1 i {
    display: block;
    color: rgb(255, 255, 255);
    margin-bottom: 5px;
    -webkit-animation: strob 1.6s ease-in-out infinite;
    animation: strob 1.6s ease-in-out infinite;
}

    .mil-scroll-animation-1 i:nth-child(2) {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .mil-scroll-animation-1 i:nth-child(3) {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .mil-scroll-animation-1 i:nth-child(4) {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }

@-webkit-keyframes strob {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes strob {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/***************************

small banner

***************************/
.mil-small-banner {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
}

    .mil-small-banner .mil-image-frame {
        height: 40vh;
    }

@media screen and (max-width: 992px) {
    .mil-small-banner .mil-image-frame {
        height: 170px;
    }

        .mil-small-banner .mil-image-frame .mil-gradient-overlay-reverse {
            background: rgba(38, 50, 56, 0.9);
        }
}

.mil-spacer {
    height: 200px;
}

@media screen and (max-width: 992px) {
    .mil-spacer {
        height: 100px;
    }
}

.mil-spacer-100 {
    height: 100px;
}

    .mil-spacer-100.mil-spacer-dark {
        background-color: rgb(38, 50, 56);
    }

/***************************

content frame

***************************/
.mil-content-frame {
    position: relative;
    background-color: rgb(244 245 245 / 0%);
}

    .mil-content-frame img {
        filter: drop-shadow(1px 1px 3px gray);
    }
/*.mil-content-frame:before {
  content: "";
  width: 90px;
  height: 70vh;
  background-color: rgb(244, 245, 245);
  position: absolute;
  left: -90px;
  top: 0;
}*/
/*.mil-content-frame:after {
  content: "";
  width: 90px;
  height: 70vh;
  background-color: rgb(244, 245, 245);
  position: absolute;
  right: -90px;
  top: 0;
}*/

/***************************

team

***************************/
.mil-team-section {
    background-color: rgb(233, 234, 235);
}

    .mil-team-section .mil-card-1 .mil-overlay.mil-with-bg {
        background-color: rgb(244, 245, 245);
    }

/***************************

reviews

***************************/
.mil-reviews-section {
    background-color: rgb(233, 234, 235);
}

    .mil-reviews-section .mil-review {
        padding: 30px;
        background-color: rgb(244, 245, 245);
    }

/***************************

hero 2

***************************/
.mil-hero-2 {
    height: 100vh;
    padding-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-color: rgb(233, 234, 235);
}

@media screen and (max-width: 992px) {
    .mil-hero-2 {
        height: auto;
        padding: 160px 0 60px;
    }
}

.mil-hero-2 .mil-hero-text {
    margin-bottom: 60px;
    position: relative;
    z-index: 9;
}

@media screen and (max-width: 1400px) {
    .mil-hero-2 .mil-hero-text {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 992px) {
    .mil-hero-2 .mil-hero-text {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 1200px) {
    .mil-hero-2 .mil-hero-text h1 {
        font-size: 48px;
    }
}

.mil-hero-2 .mil-hero-text .mil-hero-avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .mil-hero-2 .mil-hero-text .mil-hero-avatar img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin-right: 15px;
        background-color: rgb(212, 214, 215);
        border: solid 5px rgb(212, 214, 215);
    }

.mil-hero-illustration {
    width: 85%;
    margin-left: auto;
    position: relative;
    padding-bottom: 140%;
}

@media screen and (max-width: 992px) {
    .mil-hero-illustration {
        margin-right: auto;
    }
}

@media screen and (max-width: 768px) {
    .mil-hero-illustration {
        width: 100%;
        padding-bottom: 150%;
    }
}

.mil-hero-illustration .mil-gradient {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(255, 255, 255) 20%, transparent 55%);
}

.mil-hero-illustration svg {
    width: 200%;
    height: 200%;
    left: -50%;
    top: -50%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

    .mil-hero-illustration svg path {
        stroke: rgb(233, 234, 235);
    }

.mil-hero-illustration .mil-bg {
    width: 100%;
    height: 90%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #9fca49;
    border-radius: 300px;
}

.mil-hero-illustration .mil-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    border-bottom-left-radius: 300px;
    border-bottom-right-radius: 300px;
}

/***************************

hero 3

***************************/
.mil-hero-3 {
    position: relative;
    overflow: hidden;
    padding-top: 200px;
    height: 100vh;
    background-color: rgb(233, 234, 235);
}

@media screen and (max-width: 1440px) {
    .mil-hero-3 {
        height: auto;
    }
}

@media screen and (max-width: 992px) {
    .mil-hero-3 {
        padding: 160px 0 0;
    }
}

.mil-hero-3 h1 {
    font-size: 56px;
}

@media screen and (max-width: 992px) {
    .mil-hero-3 h1 {
        font-size: 48px;
    }
}

.mil-hero-3 .container {
    position: relative;
}

.mil-hero-3 .mil-dots {
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 100vh;
    background-image: radial-gradient(rgba(38, 50, 56, 0.2) 15%, transparent 0);
}

@media screen and (max-width: 992px) {
    .mil-hero-3 .mil-dots {
        right: 15px;
        left: auto;
    }
}

.mil-hero-3 .mil-star-1 {
    width: 200px;
    position: absolute;
    top: 500px;
    right: -50px;
}

.mil-hero-3 .mil-star-2 {
    width: 80px;
    position: absolute;
    top: 300px;
    right: 30%;
}

@media screen and (max-width: 992px) {
    .mil-hero-3 .mil-star-2 {
        right: -5%;
    }
}

.mil-hero3-image-position {
    width: 100%;
}

@media screen and (max-width: 1500px) {
    .mil-hero3-image-position {
        padding-top: 90px;
    }
}

@media screen and (max-width: 992px) {
    .mil-hero3-image-position {
        padding-top: 30px;
    }
}

.mil-hero3-image-position .mil-hero3-image-frame {
    position: relative;
    overflow: hidden;
    top: 70px;
    left: -23.3%;
    width: 125%;
    height: 395px;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    background-color: rgb(190, 193, 195);
}

@media screen and (max-width: 1500px) {
    .mil-hero3-image-position .mil-hero3-image-frame {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 500px;
    }
}

@media screen and (max-width: 992px) {
    .mil-hero3-image-position .mil-hero3-image-frame {
        width: calc(100% + 60px);
        left: -30px;
        height: 395px;
    }
}

.mil-hero3-image-position .mil-hero3-image-frame:before {
    content: "";
    width: 100px;
    height: 110%;
    background-color: rgb(233, 234, 235);
    position: absolute;
    z-index: 2;
    top: -10%;
    left: -80px;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}

@media screen and (max-width: 1500px) {
    .mil-hero3-image-position .mil-hero3-image-frame:before {
        display: none;
        background-color: transparent;
    }
}

.mil-hero3-image-position .mil-hero3-image-frame:after {
    content: "";
    width: 100px;
    height: 110%;
    background-color: rgb(233, 234, 235);
    position: absolute;
    top: 0;
    right: -80px;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}

@media screen and (max-width: 1500px) {
    .mil-hero3-image-position .mil-hero3-image-frame:after {
        display: none;
        background-color: transparent;
    }
}

.mil-hero3-image-position .mil-hero3-image-frame img {
    width: 110%;
    height: 150%;
    position: absolute;
    top: -20%;
    left: -5%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}

@media screen and (max-width: 1500px) {
    .mil-hero3-image-position .mil-hero3-image-frame img {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.mil-hero3-image-position .mil-hero-text-line {
    width: 200%;
    height: 60px;
    background-color: #9fca49;
    position: absolute;
    bottom: -10%;
    left: -50%;
    z-index: 3;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    text-transform: uppercase;
}

@media screen and (max-width: 1500px) {
    .mil-hero3-image-position .mil-hero-text-line {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        top: auto;
        bottom: 0;
    }
}

.mil-hero3-image-position .mil-hero-text-line div {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mil-hero3-image-position .mil-hero-text-line .mil-link {
    white-space: nowrap;
}

.mil-hero3-image-position .mil-hero-text-line span {
    margin-left: 30px;
    margin-right: 30px;
    color: rgb(38, 50, 56);
    font-size: 14px;
}

/***************************

scroll hint 2

***************************/
.mil-hero-scroll-hint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    padding-bottom: 15px;
    top: -130px;
    right: 75px;
    width: 170px;
    height: 400px;
    background-color: rgb(0 1 118);
    border-radius: 100px;
}

@media screen and (max-width: 1200px) {
    .mil-hero-scroll-hint {
        display: none;
    }
}

/***************************

service card

***************************/
.mil-service-card {
    position: relative;
    background: linear-gradient( #9fca4678, #9fca4678 ), url("../img/main/stockbg.png");
    /*background: #9fca4678, url('../img/main/stockbg.png');*/
    background-size: cover;
    backdrop-filter: blur(3px);
    width: 100%;
    /*padding-bottom: 103%;*/
}

.mil-service-card-pms {
    height: 250px;
}

.mil-service-card-aif {
    height: 470px
}

.mil-magzine-card {
}

@media screen and (max-width: 992px) {
    .mil-service-card {
        padding-bottom: 0;
        height: auto;
    }
}

.mil-service-card .mil-card-content {
    /*position: absolute;*/
    width: 100%;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .mil-service-card .mil-card-content .mil-card-icon {
        width: 80px;
        margin-bottom: 30px;
    }

    .mil-service-card .mil-card-content h5 {
        font-weight: 700;
        color: #293c00;
        text-align: end
    }

@media screen and (max-width: 992px) {
    .mil-service-card .mil-card-content {
        position: relative;
    }
}

/***************************

project info

***************************/
.mil-project-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 992px) {
    .mil-project-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/*------------------------------------------popup------------------------*/
.hide {
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
    -o-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
}

.popup .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 51px;
    height: 51px;
    font-size: 0;
    cursor: pointer;
}

    .popup .close:before, .close:after {
        content: '';
        position: absolute;
        background: #fff;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        -o-border-radius: 1px;
        border-radius: 1px;
        left: 14px;
        right: 14px;
        top: 30px;
        height: 3px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: all 100ms ease-in;
        -moz-transition: all 100ms ease-in;
        -webkit-transition: all 100ms ease-in;
        -o-transition: all 100ms ease-in;
    }

    .popup .close:after {
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.popup {
    position: absolute;
    top: 0%;
    left: 0;
    background: #FAFDFF;
    border-radius: 5px;
    width: 100%;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.09), 0px 11px 12px 7px rgba(0, 0, 0, 0.02);
    -moz-transition: all 120ms;
    -o-transition: all 120ms;
    z-index: 99;
}

.popup-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    /*  left: -320px; */
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
    overflow-y: auto;
}

.popup-content {
    overflow-y: auto;
    padding: 100px;
    height:100%;
}

.left-pop {
    background: #030387;
}

.right-pop {
    background: #99cc33;
    padding: 100px;
}

    .right-pop img {
        width: 100%
    }

@media screen and (max-width: 1000px) {
    .popup {
        width: 80%;
    }
}

.popup-header {
    text-transform: uppercase;
    font-size: 18px;
}

@media screen and (min-width: 2000px) and (max-width: 2560px) {

    .bg-pages {
        padding-top: 500px;
    }
}
/*# sourceMappingURL=style-sm.css.map */

/*@media screen and (min-width: 992px) and (max-width: 1199px) {*/
/*    .mil-card-1 .mil-overlay.mil-with-bg .mil-description {*/
/*        padding: 30px  11px;*/
/*    }*/
/*}*/

@media screen and (max-width: 1199px) {
    .team .mil-image-frame{
        max-height: 100%;
    }
}