.uni-home{
    top: 130px !important;
}

@media only screen and (max-width: 576px){
    .uni-home{
        top: 50px !important;
    }
    .admin-msg{
        margin-top: 5rem !important;
    }
}

.carousel-img, .carousel-item{
    height: 19rem ;
    width: 100%;
}

.slider-overlay{
    position: absolute;
    background-color:#000000b6;
    bottom: 0;
    width: 100%;
}

.carousel-indicators{
    bottom: -3rem;
}

.slide-desc, .msg-desc{
    white-space: nowrap;
    overflow: hidden;
    padding: 3px 0;
    text-overflow: ellipsis;
}

.carousel-indicators li {
    background-color: black;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.carousel-caption{
    bottom: 0;
    left: 0;
    right: 0;
}

.main-wrapper{
    top: 70px;
    width: 100%;
	padding-top: 93px;
	padding-bottom: 60px;
}


/*
|------------------------------------------
|history
|------------------------------------------
*/
.history{
    margin-top: 110px;
}

.mast-wrapper{
    position: relative;
    
}

.history-mast {
    width: 100%;
    height: 15rem;
    
}
.mast-title-wrapper{
    position: relative;
}
.mast-title{
    color: var(--light);
    position: absolute;
    top: 11rem;
}

.mast-overlay{
   position: absolute;
   width: 100%;
   height: 15rem;
   top: 0;
   z-index: 10;
   color: var(--primary);
   
   background-color: rgba(0, 0, 0, 0.438);
    
}

.menu-mm .dropdown-item{
    text-align: right !important;
}