/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */


img {
    vertical-align: middle
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: inline;
    max-width: 30%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}



.circle-animation-wrapper {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    overflow: hidden
}

@media screen and (max-width:1200px) {
    .circle-animation-wrapper {
        display: none
    }
}

.circle-animation-wrapper .circle-before {
    position: relative;
    top: 50vh;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vh;
    height: 100vh
}

@media(orientation:portrait) {
    .circle-animation-wrapper .circle-before {
        width: 100vw;
        height: 100vw
    }
}

.circle-animation-wrapper .circle-before .wrapper * {
    box-sizing: border-box
}

.circle-animation-wrapper .circle-before .wrapper .pie {
    width: 50%;
    height: 100%;
    transform-origin: 100% 50%;
    position: absolute;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3)
}

.circle-animation-wrapper .circle-before .wrapper .spinner,
.circle-animation-wrapper .circle-before .wrapper:hover .filler,
.circle-animation-wrapper .circle-before .wrapper:hover .mask {
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    z-index: 0;
    border-right: 0;
    -webkit-animation: rota 5s linear infinite
}

.circle-animation-wrapper .circle-before .wrapper:hover .spinner,
.circle-animation-wrapper .circle-before .wrapper:hover .filler,
.circle-animation-wrapper .circle-before .wrapper:hover .mask {
    animation-play-state: running
}

.circle-animation-wrapper .circle-before .wrapper .filler {
    border-radius: 0 100% 100% 0 / 0 50% 50% 0;
    left: 50%;
    opacity: 0;
    -webkit-animation: opa 5s steps(1, end) infinite reverse;
    border-left: 0
}

.circle-animation-wrapper .circle-before .wrapper .mask {
    width: 50%;
    height: 100%;
    position: absolute;
    background: inherit;
    opacity: 1;
    -webkit-animation: opa 5s steps(1, end) infinite
}

@keyframes rota {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg);
        z-index: 0
    }
}

@keyframes opa {
    0% {
        opacity: 1
    }

    50%,
    100% {
        opacity: 0
    }
}

.circle-animation-wrapper .first-line {
    position: absolute;
    top: 0;
    left: calc(50% - 50vh);
    width: 1px;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.3);
    animation: first-move infinite 5s;
    animation-delay: 1s;
    transform-origin: top
}

.circle-animation-wrapper .second-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.3);
    animation: second-move infinite 5s;
    animation-delay: 1s;
    transform-origin: bottom
}

.circle-animation-wrapper .third-line {
    position: absolute;
    top: 0;
    right: calc(50% - 50vh);
    width: 1px;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.3);
    animation: first-move infinite 5s;
    animation-delay: 1s;
    transform-origin: top
}

.circle-animation-wrapper .horizontal-line {
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    animation: horizontal-move infinite 5s;
    animation-delay: 1s;
    transform-origin: left
}

@keyframes first-move {
    0% {
        transform: scaleY(0)
    }

    100% {
        transform: scaleY(1)
    }
}

@keyframes second-move {
    0% {
        transform: scaleY(0)
    }

    100% {
        transform: scaleY(1)
    }
}

@keyframes horizontal-move {
    0% {
        transform: scaleX(0)
    }

    100% {
        transform: scaleX(1)
    }
}



.mnf-process-sec {
    /* background-color: #121212 */
}

.mnf-process-sec .process-box {
    opacity: 0;
    position: relative;
    transition: all .3s linear
}

.mnf-process-sec .process-box .icon-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    position: relative
}

.mnf-process-sec .process-box .icon-row .box {
    font-family: "Exo", sans-serif;
    font-size: 16px;
    color: #c4c4c4;
    position: relative;
    z-index: 1;
    opacity: 0;
    transition: all .4s ease-in-out
}

@media screen and (min-width:993px) and (max-width:1200px) {
    .mnf-process-sec .process-box .icon-row .box {
        width: 120px
    }
}

@media screen and (max-width:992px) {
    .mnf-process-sec .process-box .icon-row .box {
        width: 100px;
        font-size: 14px
    }
}

@media screen and (max-width:767px) {
    .mnf-process-sec .process-box .icon-row .box {
        width: 50px;
        font-size: 12px
    }
}

.mnf-process-sec .process-box .icon-row .box .title-icon {
    margin: 20px 0;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #002c46;
}

.mnf-process-sec .process-box .icon-row .box .title-icon .head {
    font-weight: 600;
    margin-bottom: 5px;
    color: #002c46;
}

.mnf-process-sec .process-box .icon-row .border-div {
    position: absolute;
    width: 100%;
    top: 82px;
    transform: translateY(-50%);
    transition: all .6s ease-out;
    overflow: hidden
}

@media screen and (min-width:993px) and (max-width:1200px) {
    .mnf-process-sec .process-box .icon-row .border-div {
        top: 60px
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .mnf-process-sec .process-box .icon-row .border-div {
        top: 50px
    }
}

@media screen and (max-width:767px) {
    .mnf-process-sec .process-box .icon-row .border-div {
        top: 30px
    }
}

.mnf-process-sec .process-box .icon-row .border-div.active {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.mnf-process-sec .process-box .icon-row .border-div .line-border {
    width: calc(100% - 166px);
    left: 83px;
    position: absolute;
    height: 3px;
    top: 50%;
    transform: translateY(-50%);
    background-image: linear-gradient(to right, transparent 50%, #002c46 50%);
    background-size: 40px 100%;
    transform-origin: left;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0)
}

@media screen and (max-width:767px) {
    .mnf-process-sec .process-box .icon-row .border-div .line-border {
        width: calc(100% - 50px);
        left: 20px
    }
}

.mnf-process-sec .process-box .icon-row .border-div .circle-dots-div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding: 10px 0
}

.mnf-process-sec .process-box .icon-row .border-div .circle-dots-div .box-circle {
    width: 25.5%;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:767px) {
    .mnf-process-sec .process-box .icon-row .border-div .circle-dots-div .box-circle {
        width: 20.5%;
        display: none
    }
}

.mnf-process-sec .process-box .icon-row .border-div .circle-dots-div .box-circle:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 50px;
    background: #fff;
    border: 10px solid #002c46
}

@media screen and (min-width:768px) {
    .mnf-process-sec .process-box .icon-row .border-div .circle-dots-div .box-circle:before {
        animation: circle-scale infinite;
        animation-timing-function: ease-out;
        animation-duration: 3s;
        animation-delay: 1.5s
    }
}

@media screen and (min-width:768px) and (max-width:1200px) {
    .mnf-process-sec .process-box .icon-row .border-div .circle-dots-div .box-circle:before {
        width: 20px;
        height: 20px;
        border: 1px solid #002c46
    }
}

@media screen and (max-width:767px) {
    .mnf-process-sec .process-box .icon-row .border-div .circle-dots-div .box-circle:before {
        width: 10px;
        height: 10px;
        border: 0
    }
}

@keyframes circle-scale {
    0% {
        box-shadow: 0 0 0 0 #002c46;
        opacity: .4
    }

    70% {
        box-shadow: 0 0 0 10px #002c46;
        opacity: .6
    }

    100% {
        box-shadow: 0 0 0 0 #002c46;
        opacity: 1
    }
}

.mnf-process-sec .process-box .icon-row.second-row {
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 100px 0;
    position: relative
}

@media screen and (max-width:1200px) {
    .mnf-process-sec .process-box .icon-row.second-row {
        padding: 50px 0
    }
}

.mnf-process-sec .process-box .icon-row.second-row .mnf-abs {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.mnf-process-sec .process-box .icon-row.second-row .mnf-abs .icon {
    margin-right: 30px
}

@media screen and (max-width:767px) {
    .mnf-process-sec .process-box .icon-row.second-row .mnf-abs .icon {
        margin-right: 10px;
        width: 100px
    }
}

.mnf-process-sec .process-box .icon-row.second-row .mnf-abs .mnf-title {
    color: #80CC28;
    font-size:33px;
    font-family: "Exo", sans-serif;
    font-weight: 800;
    text-align: left
}

@media screen and (min-width:768px) and (max-width:1200px) {
    .mnf-process-sec .process-box .icon-row.second-row .mnf-abs .mnf-title {
        font-size: 50px
    }
}

@media screen and (max-width:767px) {
    .mnf-process-sec .process-box .icon-row.second-row .mnf-abs .mnf-title {
        font-size: 20px
    }
}

.mnf-process-sec .process-box .icon-row.second-row .border-div {
    transform: rotate(90deg);
    left: 55%;
    width: 74%;
    top: 190px
}

@media screen and (min-width:993px) and (max-width:1200px) {
    .mnf-process-sec .process-box .icon-row.second-row .border-div {
        left: 58%;
        width: 71%;
        top: 70px
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .mnf-process-sec .process-box .icon-row.second-row .border-div {
        left: 53%;
        width: 80%;
        top: 50px
    }
}

@media screen and (max-width:767px) {
    .mnf-process-sec .process-box .icon-row.second-row .border-div {
        left: 42%;
        width: 100%;
        top: 45px
    }
}

.mnf-process-sec .process-box .icon-row.second-row .border-div .circle-dots-div .box-circle {
    width: 25.5%
}

.mnf-process-sec .process-box .icon-row.third-row {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.mnf-process-sec .process-box .icon-row.fourth-row {
    margin: 225px 0 0px
}

@media screen and (max-width:1200px) {
    .mnf-process-sec .process-box .icon-row.fourth-row {
        margin: 175px 0 100px
    }
}

.mnf-process-sec .process-box .icon-row.empty-row .border-div {
    transform: rotate(90deg);
    width: 50%;
    top: 90px;
    left: -18%
}

@media screen and (min-width:993px) and (max-width:1200px) {
    .mnf-process-sec .process-box .icon-row.empty-row .border-div {
        width: 59%;
        top: 35px;
        left: -23%
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .mnf-process-sec .process-box .icon-row.empty-row .border-div {
        width: 70%;
        top: 0;
        left: -28%
    }
}

@media screen and (max-width:767px) {
    .mnf-process-sec .process-box .icon-row.empty-row .border-div {
        width: 100%;
        top: 34px;
        left: -42%
    }
}

.mnf-process-sec .process-box.animate_process_box {
    opacity: 1
}

.mnf-process-sec .process-box.animate_process_box .first-row .box:nth-child(1) {
    transition-delay: .3s;
    opacity: 1
}

.mnf-process-sec .process-box.animate_process_box .first-row .box:nth-child(2) {
    transition-delay: .6s;
    opacity: 1
}

.mnf-process-sec .process-box.animate_process_box .first-row .box:nth-child(3) {
    transition-delay: .9s;
    opacity: 1
}

.mnf-process-sec .process-box.animate_process_box .first-row .box:nth-child(4) {
    transition-delay: 1.2s;
    opacity: 1
}

.mnf-process-sec .process-box.animate_process_box .first-row .line-border {
    transition: all 1.6s linear;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.mnf-process-sec .process-box.animate_process_box .second-row .box:nth-child(1) {
    transition-delay: 1.5s;
    opacity: 1
}

.mnf-process-sec .process-box.animate_process_box .second-row .line-border {
    transition: all 1.9s linear;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.mnf-process-sec .process-box.animate_process_box .third-row .box:nth-child(1) {
    transition-delay: 1.8s;
    opacity: 1
}

.mnf-process-sec .process-box.animate_process_box .third-row .box:nth-child(2) {
    transition-delay: 2.1s;
    opacity: 1
}

.mnf-process-sec .process-box.animate_process_box .third-row .box:nth-child(3) {
    transition-delay: 2.4s;
    opacity: 1
}

.mnf-process-sec .process-box.animate_process_box .third-row .box:nth-child(4) {
    transition-delay: 2.7s;
    opacity: 1
}

.mnf-process-sec .process-box.animate_process_box .third-row .line-border {
    transition: all 3.2s linear;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.mnf-process-sec .process-box.animate_process_box .fourth-row .box:nth-child(1) {
    transition-delay: 3s;
    opacity: 1
}

.mnf-process-sec .process-box.animate_process_box .fourth-row .box:nth-child(2) {
    transition-delay: 3.3s;
    opacity: 1
}

.mnf-process-sec .process-box.animate_process_box .fourth-row .box:nth-child(3) {
    transition-delay: 3.6s;
    opacity: 1
}

.mnf-process-sec .process-box.animate_process_box .fourth-row .box:nth-child(4) {
    transition-delay: 3.9s;
    opacity: 1
}

.mnf-process-sec .process-box.animate_process_box .fourth-row .line-border {
    transition: all 5.5s linear;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.mnf-process-sec .process-box.animate_process_box .empty-row .line-border {
    transition: all 3.5s linear;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.mnf-process-sec .section-content {
    width: 100%;
    height: 100%;
    padding: 100px 0 0
}

@media screen and (min-width:1201px) {
    .mnf-process-sec .section-content {
        margin-top: -100vh
    }
}

.mnf-process-sec .circle-animation-wrapper {
    position: -webkit-sticky;
    position: sticky
}

.mnf-process-sec .circle-animation-wrapper .circle-animation-wrapper-inner {
    position: relative
}
/* 
.icon_1 i {
    font-size: 48px !important;
    line-height: 1 !important;
    color: #fff !important;
    transition: all 0.3s ease-in-out !important;
} */