.nc-width__full {
    max-width: none!important;
    width: 100%;
}

.nc-width__1080 {
    max-width: 1080px;
    margin: 0 auto;
}

.nc-width__700 {
     max-width: 700px;
     margin: 0 auto;
 }

.nc-relative {
    position: relative;
}

.mfp-close {
    margin-top: 0;
}

.nc-text-decoration__none {
    text-decoration: none!important;
}

.nc-text-decoration__none a {
    text-decoration: none!important;
}

.nc-uppercase-text {
    text-transform: uppercase;
}

.nc-bold {
    font-weight: bold;
}

.text-justify {
    text-align: justify;
    text-justify: inter-word;
}

.nc-background-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.nc-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
}
