.row testimonial-active1{
    width:100%;
}
.student-column{
    width:90%;
    height:90px;
    border-radius: 8px;
    border: 2px solid #a4a4a4;
    float:left;
    margin-right: 1%;
    margin-left: 4%;
    margin-top: 20px;
    padding-top:10px;
    overflow: hidden;
    position: relative;
}
.student-column p{
    margin-top: 5px;
    margin-left: 4%;
    width:90%;
    margin-right: 3%;
    font-size: 20px;
    color: #2f2e2e;
}
.student-column span{
    position: absolute;
    bottom: 0.5px;
    float:right;
    right: 2%;
}
.teacher-column{
    /* width:27%;*/
    margin-right: 1%;
    margin-left: 4.5%;
    margin-top: 40px;
    height:200px;
    float: left;
    background-color: #FFFFFF;
    border-radius: 8px;
}
testimonial-active1{
    padding-bottom: 30px;
}
.shadow{
    width:100%;
    height:200px;
    margin-right: 5%;
    margin-top: 5%;
    height:200px;
    float: right;
    background-color: rgba(218, 218, 218, 0.54);
    border-radius: 8px;
    backdrop-filter: blur(6px);
    text-align: center;
}
.shadow p {
    width:70%;
    text-align: center;
    margin-right: 3%;
    margin-left: 15%;
    margin-top: 50px;
    font-size: 20px;
    color: #9b0202;
}
.shadow span{
    text-align: center;
    margin-top: 50px;
    font-size: 15px;
    color: #675d5d;
}

.links a{
    float:left;
    width:30%;
    margin-left: 15%;
    margin-right: 1%;
    font-size: 18px;
    font-weight: lighter;
}
.standby-template{
    width:100%;
    float:left;
}
.standby-template ul li{
    width:43.5%;
    float:left;
    margin-left: 3%;
    margin-right: 1%;
    margin-top: 10px;
    border: #a4a4a4 1px solid;
    border-radius: 8px;
    min-height:80px

}
.standby-template ul li {
    display: table;
}
.standby-template ul li h7{
    display: table-cell;
    vertical-align: middle;
}
.standby-template ul li h7{

    padding:10px;
    margin-left: 15%;
    margin-bottom: 10px;
    transition:all 0.5s;


}
.standby-template ul li  span{
    width: 70px;
    height: 75px;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    background-color: #B70031;
    color: #fff;
    float: left;
    transition: all 0.5s;
    border-radius: 5px;
    margin-bottom:8px;
    margin-top: 7px;
    margin-left: 7%;

}
.standby-template-data{
    margin-top:15px ;
}
.justify-content-center1{
    -webkit-box-pack: center!important;
}
.btn_center1{
    position:absolute;
    right:6%;
    top:12px

}
.btn_center2{
    position:absolute;
    right:2%;
    top:15px

}
.btn_center3{
    position:absolute;
    left:37%;
    top:12px

}
.btn_center4{
    position:absolute;
    right:7%;
    top:12px

}
.window1{
    float:left;
}
.standby-content{
    width:89%;
    margin-left: 4%;
    margin-right: 5px;

}
/*.standby-content {*/
/*    !*margin-top: 10px;*!*/
/*    background-color: #eee;*/
/*}*/
.standby-content ul li a{
    display: table;
    margin-top: 10px;
    float:left;
    width:100%;
    background-color: #eee;
}
.standby-content ul li a{
    width:100%;

}
.standby-content ul li a:hover{
    background-color: #b70031;
    color:#FFFFFF!important;
}
.standby-content ul li a:hover div{

    color:#FFFFFF!important;
}
.standby-content .news_title{
    width: 70%;
    color: #333;
    float: left;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    margin-left: 10px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.news_title:hover{
    color:#FFFFFF!important;
}
.standby-content .news_date{
    color: #B70031;
    float: right;
    margin-right: 10px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.column{
    float:left;
    /*margin-right: 60px;*/
    /*margin-left: 60px;*/
    /*width:440px;*/
    width:50%;
}
@media screen and (max-width: 1200px){
    .column {
        width:1170px!important;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1200px){
    .column {
        width: 100%!important;
        margin: 0 auto;
    }
}