.inner-page-banner{
    background-position: center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    text-align: center;
    color:#fff !important;
    background-repeat: round;
}

.inner-page-banner .row{
    min-height: 40vh;
    align-items: center;
}

.inner-page-banner .title{
    font-size: 4rem;
}

.inner-page-banner a:hover{
    text-decoration: none;
    color: #fff;
}
.inner-page-banner a{
    color:#fff;
    text-decoration: none;
    
}

.Custom2 p {
    color: #fff;
}

.award2 img {
    height: 82px;
    width: 71px;
    margin-right: 2.5rem;
}

.award2 {
    display: flex;
    /* align-items: center; */
    margin-bottom: 1.5rem;
}


.reverse-Row {
    display: flex;
    flex-direction: row-reverse;
}

.padding2 {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}

.team-person img {
    border-radius: 50%;
    border: 2px dotted #00b0eb;
    width: 100px;
}

.team-person div{
    margin-left: 10px;
    text-align:left;
}
.team-person {
    align-items: center;
/*    justify-content: space-around;    */
}

.member {
    border-bottom: 1px solid #00b0eb;
}

.team-person h3 {
    margin-left: 10px;
}



.feedback {
    background: #fff;
    box-shadow: 1px 1px 20px #efefef;
    padding: 1.5rem 1rem 1rem;
    border-radius: 20px;
/*    margin-top: 0.5rem;*/
    height:100%;
/*    margin-bottom: 1.5rem;*/
}

.feedback-student {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.feedback h5 {
    color: #0090f7;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}

.feedback-img {
    width: 100%;
    text-align: center;
}

.feedback p strong{
    font-size: 14px;
    text-transform: uppercase;
}

.card2 p {
    text-align: left;
}

.team-ul li, .team-ul2 li{
    line-height: 2rem;
}
.team-ul {
    list-style: none;
    text-align: left;
    padding: 0rem;
}

.team-ul2 {
    text-align: left;
    padding-left: 19px;
}

.bg-title {
    background: #00b0eb;
}

.feedback2 {
    background: #fff;
    box-shadow: 1px 1px 20px #efefef;
    padding: 1rem 1rem 1rem;
    border-radius: 10px;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

.feedback2 h5 {
    color: #0090f7;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    margin-top: 3px;
}



@media (max-width:720px){
    
    
    
    .client {
        width: 150px !important;
        height: 100px;
        border-radius: 5%;
    } 
    
    .inner-page-banner .title{
        font-size: 2.5rem;
    }
    .inner-page-banner .row{
        min-height: 35vh;
    }
    .award2 {
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
    }
    .award2 img {
         margin-right:0; 
        margin-bottom: 1rem;
    }
    .padding2 {
        padding-bottom: 2rem;
    }
    
    
}