.header-style-two .header-upper{
    background-color: #00aa55;
}
.header-upper .main-menu .navigation>li.current>a{
    color: #000000 !important;
}

.form-preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0);
    display: none;
}

.form-preloader .icon {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.form-preloader:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgb(0 0 0 / 20%);
    z-index: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.form-preloader:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgb(0 0 0 / 20%);
    z-index: 2;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.form-dropzone{
    border: dashed 2px !important;
}
.form-dropzone .dz-preview{
    margin: 0px !important;
}
.form-dropzone .dz-preview .dz-details,
.form-dropzone .dz-preview .dz-progress,
.form-dropzone .dz-preview .dz-error-message,
.form-dropzone .dz-preview .dz-success-mark,
.form-dropzone .dz-preview .dz-error-mark{
    display: none;
}
.dropzone .dz-preview .dz-image{
    width: 170px !important;
    height: 170px !important;
    border-radius: 0px !important;
}