
.liststudents-block{
    margin-top: 60px;
    margin-bottom: 100px;
}
.liststudents-block:before{
    content: "";
    display: block;
    background: url("../../../assets/images/left-overlay.svg");
    background-size: cover;
    position: absolute;
    left: 5vw;
    top: 20vh;
    width: 39vw;
    height: 37.6vw;
    z-index: 0;
    position: absolute;
}
.wrapper-list{
    width: 1360px;
    margin: 0 auto;
}
.title-students{
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
}
.title-students:before{
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #BC1E21;
    margin-bottom: 15px;
}
.students-list{
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
}
.student-box{
    background: url('../../../assets/images/student-list-image.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    flex: 0 0 31%;
    height: 420px;

    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
    justify-content: flex-start;
}
.student-box::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: #BC1E21;
    opacity: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.student-box:hover:after{
    opacity: 0.85;
}

.student-box img{
    width: 100%;
    height: 100%;
    object-fit: none;
    display: block;
}
.student-box .person-image {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.student-box .person-image:before{
    content: "";
    background: linear-gradient(0deg, #254D59 0%, rgba(217, 217, 217, 0) 100%);
    mix-blend-mode: multiply;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.student-box .person-text{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 25px;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.student-box .person-text .details-person{
    border-left: 3px solid #BC1E21;
    padding-left: 25px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.student-box:hover .person-text .details-person{
    border-color:#fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.student-box .person-text .person-meet{
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.student-box .person-text .person-title{
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 29px;
    line-height: 32px;
    color: #FFFFFF;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    display: block;
}
.student-box .person-text .person-year{
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.student-box .person-text .hidden-content{
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    overflow: hidden;
}
.student-box:hover .person-text .hidden-content{
    visibility: visible;
    opacity: 1;
    height: 250px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.student-box .person-text .hidden-content .excerpt{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 33px;
    color: #fff;
    margin-top: 10px;
}
.student-box .person-text .hidden-content .link-video{
    margin-top: 10px;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
}
.student-box .person-text .hidden-content .link-video .video-person{
    font-weight: 500;
    font-size: 12.5px;
    line-height: 16px;
    letter-spacing: 1.78571px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 10px;
}
.student-box .person-text .hidden-content .link-video .video-person i,
.student-box .person-text .hidden-content .link-video .video-person svg{
    font-weight: 400;
    font-size: 10.7143px;
    line-height: 20px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.student-box .person-text .hidden-content .link-video .video-person:after{
    content: "";
    height: 2px;
    background: #fff;
    width: 0;
    display: block;
    position: absolute;
    bottom: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.student-box .person-text .hidden-content .link-video .video-person:hover:after{
    width: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.student-box .person-text .hidden-content .link-video .view-profile-person{
    font-weight: 500;
    font-size: 12.5px;
    line-height: 16px;
    letter-spacing: 1.78571px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 10px;
}
.student-box .person-text .hidden-content .link-video .view-profile-person:after{
    content: "";
    height: 2px;
    background: #fff;
    width: 0;
    display: block;
    position: absolute;
    bottom: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.student-box .person-text .hidden-content .link-video .view-profile-person:hover:after{
    width: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}



.page-load-status {
    display: none; /* hidden by default */
    padding-top: 20px;
    border-top: 1px solid #DDD;
    text-align: center;
    color: #777;
}
.loader-ellips {
    font-size: 20px; /* change size here */
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto;
}
.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    background: #555; /* change color here */
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}
.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0;
}
.loader-ellips__dot:nth-child(3) {
    left: 1.5em;
}
.loader-ellips__dot:nth-child(4) {
    left: 3em;
}
.load-more-button span{
    color: #fff;
}
@keyframes reveal {
    from {
        transform: scale(0.001);
    }
    to {
        transform: scale(1);
    }
}
@keyframes slide {
    to {
        transform: translateX(1.5em)
    }
}
.loader-ellips__dot:nth-child(1) {
    animation-name: reveal;
}
.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide;
}
.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}

.infinite-scroll-nav{
    display: none;
}
.load-more-box{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.load-more{
    cursor: pointer;
}
@media only screen and (max-width: 1400px) {
    .wrapper-list{
        width: 100%;
        margin: 0 auto;
        padding: 0 5vw;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 1024px) {

    .liststudents-block .wrapper{
        padding: 0;
    }

    .student-box{
        flex: 0 0 48%;
        max-width: 48%;

    }
    .student-icon{
        width: 100%;
        height: auto;
    }
}
@media only screen and (max-width: 600px) {
    .subjects-list{
        flex-direction: column;
        flex-wrap: initial;
    }
    .student-box{
        flex: 0 0 100%;
        max-width: inherit;
        margin-right: 0;
    }

}