.mscroll a {
    position: relative;
}
.mscroll a.active {
    color: #8099e7 !important;
}
/* .header{
    z-index: 1090;
} */
footer{
    display: none !important;
}
footer.d-block{
    display: block !important;
}
html, body{
    height: 100%;
}
.overflowY-scroll{
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
.slides-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    overflow: hidden;
    z-index: 10;
}
.slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/* #slide-1 {
    background-color: #FFFFFF;
}
#slide-2 {
    background-color: #45959b;
}
#slide-3 {
    background-color: #778899;
}
#slide-4 {
    color: #FFFFFF;
    background-color: #291F37;
} */
.go-prev, .go-next {
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}
/* .bgnav{
    background-color: #00000063;
} */