@media (min-width: 992px){
    .horizontal .side-menu {
        display: flex;
        overflow: hidden;
        padding: 0;
    }
}
.horizontal .side-menu {
    overflow: unset;
    z-index: 1;
}
ul {
    list-style: none;
}
ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.side-menu {
    margin-bottom: 0;
    padding: 0 10px 0 10px;
}
.horizontal .side-menu>li>a {
    display: flex;
    margin: -3px -4px !important;
    text-decoration: none;
    position: relative;
    color: #7b8191;
    padding: 16px 16px !important;
    font-weight: 400;
}
.website-wrap {
    min-height: 100vh !important;
}

.website-section:hover {
    background: none;
}

#global-loader,#job-loader {
    position: fixed;
    z-index: 50000;
    background: white;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#global-loader,#job-loader {
    background: #f0f0f5;
    opacity: 0.7;
}
.giigloader {
    height: 264px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.lds-ring {
    position: relative;
    width: 64px;
    height: 64px;
    margin: 100px auto;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.lds-ring div {
    border: 6px solid #ff5b02;
    border-color:#ff5b02 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}