.container-padding {
    padding: 0px 200px;
}

.inner-container-padding {
    padding: 0px 170px;
}

.inner-secondary-title {
    padding-top: 150px;
}

.laboratory-border-bottom {
    border-bottom: 1px solid #002066;
}

.banner-bg {
    background: #151F34;
    width: 100%;
    height: 300px;
}

.bg-second {
    background: #151F34;
}

.inner-banner .inner-banner-content {
    position: absolute;
    top: 80%;
    transform: translateY(-50%);
    left: 10%;
    color: #fff;
}

.inner-banner .inner-banner-image {
    width: 100%;
    height: 400px;
    margin-top: 170px;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    background-repeat: no-repeat;
}

.announcement_viewall_btn {
    position: absolute;
    top: 70px;
    right: 180px;
    background: none;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
}

.announcement_viewall_btn:hover {
    color: #FFF;
}

.research_viewall_btn {
    position: absolute;
    top: 15px;
    right: 190px;
    background: none;
    border: none;
    outline: none;
    color: #051025;
}

.campuslife_btn {
    position: absolute;
    top: 90px;
    right: 50px;
    background: none;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
}

.campuslife_btn:hover {
    color: #fff;
}

.number {
    color: #051025;
    font-size: 3rem;
    font-weight: bold;
    display: inline;
    margin-right: 1rem;
    line-height: 100%;
}

.page {
    list-style: none;
    padding: 0;
}

.page li {
    margin-bottom: 10px;
}

.pagination {
    text-align: center;
    margin-top: 20px;
    background-color: white;
    width: 100%;
    height: 4rem;
    border-radius: 2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
}

button {
    color: #051025;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0 5px;
}

.arrow {
    font-size: 1.2em;
}

.nav-text {
    font-size: 0.7em;
    letter-spacing: 0.3em;
}

.num__btns {
    position: relative;
    display: flex;
    flex-direction: row;
}

.num__btn {
    width: 3rem;
    height: 3rem;
    margin: .5rem;
    color: #051025;
    position: relative;
    z-index: 2;
    font-size: 1.4rem;
    transform: all 1ss;
}

.num__btn--active {
    color: white;
}

.active__indicator {
    background-color: #051025;
    position: absolute;
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    top: .5rem;
    left: .5rem;
    transition: transform .5s ease-in-out;
    transform: translateX(0rem);
}

button:hover {
    color: #051025;
}

button:disabled {
    color: #ccc;
    cursor: not-allowed;
}

.image-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
}

.image-gallery img {
    width: 100%;
    height: 250px;
}