.featured-works .box-with-img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    background-size: cover;
    opacity: 0;
    display: block;
    transition: all .5s;
    z-index: 23;
}

.hidden {
    display: none!important;
}


.mt-20{
    margin-top: 20px;
}

.mb-20{
    margin-bottom: 20px;
}


.is-invalid{
    margin-bottom: 0!important;
}

.text-danger, small {
    font-size: 100% !important;
    font-weight: 400;
}


.white-popup {
    position: relative;
    /*background: #FFF;*/
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.mfp-title {
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    margin-left: 10px;
}

.mfp-counter {
    margin-right: 10px;
}

.list-images{
    max-width: 40px;
    max-height: 40px
}