::-webkit-scrollbar { display: none; }

.LOGOCSS 
{
    /* padding: 0 1.5rem 1.5rem; */
    max-height: 190px!important;
    position: absolute;
    /* background: #fff;
    box-shadow: -6px 6px 8px 0px #dcdada */
}

.parallax {
        background-position: 50% 0px!important;
        /* background-position: 50% -120px!important; */
}

#AnimateIMG
{
    /* width: 200px;
    height: 100px; */
    -webkit-animation: rotation 6s infinite linear;
}

@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}

.justify{text-align: justify!important;}

.textP
{
    text-transform: uppercase;
    font-weight: 700!important;
    font-size: 17px;
}