.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: sideways;
    transform: rotate(180deg);
}

.underline-home {
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
}

#home-page h1 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-top: 100px;
    margin-bottom: 50px;
}

#home-page h2 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    margin-top: 30px;
}
#home-page h3 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 400;
}
#home-page #down img {
    margin-top: 25px;
}
@media (max-width: 991px) {
    .dp-none-992{
        display: none;
    }
}
@media (max-width: 991px) {
    .text-center-992{
        text-align: center;
    }
}
#loading {
    background: url('../img/103.svg') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    flex-flow: row nowrap;
}

