header {
    display: none !important;
}

#realMain {
    margin: 0px !important;
}

flx-module .cntBody {
    padding: 0px !important;
    padding-left: 0px !important;
}

#mainBlock {
    height: 100%;
}
::-webkit-scrollbar {
    width: 0px !important;
    height: 6px;
    background-color: #ccc;
}
.scrolling-text,
.scrolling-text2,
.scrolling-text3 {
    margin: 0 auto !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    position: absolute !important;
}

.scrolling-text,
.scrolling-text2 {
    animation: scroll-left 10s linear infinite;
}

.scrolling-text2 {
    animation: scroll-left2 10s linear infinite;
}

@keyframes scroll-left {
    from {
        left: 0%;
    }

    to {
        left: -100%;
    }
}

@keyframes scroll-left2 {
    from {
        left: 100%;
    }

    to {
        left: 0%;
    }
}

.scrolling-text3 span {
    display: inline-block !important;
    padding-left: 1em !important;
    animation: scroll-left3 10s linear infinite !important;
}

@keyframes scroll-left3 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

.slideshow-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 147px);
}

.slides {
    width: 100%;
}

.slides .slide {
    width: 100%;
}

.slides .slide>div>img {
    width: 100%;
    height: auto;
    display: block;
}

.col-12 {
    padding: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.col-6 {
    padding: 0px
}

.row {
    padding-top: 0.5em;
    padding: 0px
}