.hidden{
    display: none;
}

.text-core{
    height:139px !important;
}
.text-core .text-wrap {
    width: 100%!important;
    height:139px !important;
}

.text-core .text-wrap .text-dropdown{
    color: #000!important;
}

.loader.loader--style3 {
    position: absolute;
    bottom:0;
}

.loader svg path,
.loader svg rect{
    fill: #FF6700;
}

.loader.loader--style3.hidden {
    background: #6b5f5f1c;
    position: fixed;
    width: 100%;
    height: 100%;
}
svg#loader-1 {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.loader .text {
    position: absolute;
    top: 18%;
    left: 40%;
    background: #dc22226b;
    padding: 50px;
    transform: translate(-50%,-50%);
}

.loader .text h3 {
    font-size: 25px;
    color: #444;
    text-transform: uppercase;
}