.testimonial {
    background-image: url(../images/testi-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:20px 20px 0;
}
.testi-head h2 {
    font-size: 30px !important;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #1e1e1e;
    padding-bottom: 25px;
    margin-bottom:0;
}
.testi-card.card {
    background: #ffffff;
    padding: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 30px;
    min-height: 24rem;
    display: block;
}
.ourstudent-review {
    position: relative;
    overflow: hidden;
}
.ourstudent-review img {
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: 1s ease-in-out;
}
.ourstudent-review img:hover{
    transform: scale(1.1);
    transition: 1s ease-in-out;
}
.testi-card.card p {
    font-size: 14px;
    font-weight: 400;
    color: #212529;
    margin: 10px 0 0;
}
.video-thumbnail video{
    width:100%;
}
.testimonial p.modal-title {
    font-size: 18px;
    font-weight: 400;
    color: #212529;
    margin-bottom:0;
}
.testimonial .modal .modal-content {
    border-radius: 0;
}
/* .our-student-says {
    margin-bottom: 30px;
} */
#page-local-testimonial #page.drawers {
    margin-top: 0;
    padding: 0;
}
#page-local-testimonial #page-content {
    padding-bottom: 0 !important;
}
#page-local-testimonial header#page-header {
    display: none;
}
#page-local-testimonial .main-inner{
    padding:0 !important;
    margin:0 !important;
}

@media(max-width:1024px){

    .testi-card.card{
        min-height: 20rem;
    }
}

@media(max-width:991px){

    .testi-card.card {
        min-height: 19rem;
    }
}
@media(max-width:767px){

    .testimonial p.modal-title {
        font-size: 16px;
    }
    .testi-head h2 {
        font-size: 20px !important;
    }
    .testimonial{
        padding:20px 15px 0;
    }
}