.aboutImg-wrap {
    position: relative;
    max-width: 600px;
    margin: 50px auto;
}
.aboutImg-wrap img {
    position: relative;
    z-index: 1;
}
.aboutImg-wrap:before {
    content: '';
    position: absolute;
    right: 7%;
    top: 7%;
    width: 100%;
    height: 100%;
    background-color: rgba(86, 86, 86, 0.13);
}
@media (min-width: 1356px) {
    .flex-row {
        display: flex;
        align-items: center;
    }
}
/*=====================starts stat data=====================*/
.stat-data{
    padding: 30px 0 50px 0;
}
.data-wrap {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.data-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1.5px;
    width: 150px;
    background-color: #3eaac3;
}
.stat-data strong{
    display: block;
    margin:20px 0;
    color:#3eaac3;
    font-size:30px;
    font-weight: 600;
}
.stat-data small{
    font-size:14px;
    color: #066c84;
}
@media(min-width:768px){
    .data-wrap:after {
        width: 200px;
    }
    .stat-data strong{
        font-size:60px;
    }
    .stat-data small{
        font-size: 18px; 
    }
}
/*=====================ends stat data=====================*/
/*=====================starts the ceo's speech video================*/
.aboutVideo-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 32%;
    min-height: 350px;
}
.videoDescription {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
}
.videoDescription h2 {
    color: #fff;
    font-size: 48px;
}
.videoDescription strong {
    display: inline-block;
    margin-bottom: 15px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.videoDescription a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
    display: inline-block;
    border-bottom: 2px solid #fff;
    padding-bottom: 6px;
}
.videoDescription a i {
    font-size: 18px;
    margin-left: 10px;
}
@media (max-width: 767px) {
    .videoDescription strong {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .videoDescription h2 {
        font-size: 24px;
    }
    .videoDescription a {
        margin-top: 15px;
    }
}
/*=====================starts the ceo's speech video================*/

/*=====================starts the members gallery================*/
.board-members {
    padding: 40px 0 40px 0;
    /*text-align: center;*/
}
.board-members h2{
    margin-bottom:20px;
}
.members{
    position: relative;
    margin:40px 0 40px 0;
    text-align: left;
}
/* .member-detail {
    display: inline-block;
    position: absolute;
    bottom: -20px;
    left: 0;
    padding: 10px 15px;
    background-color: #4e8fa8;
    color: #fff;
    text-align: left;
} 

.member-detail strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
}
.member-detail small {
    font-size: 14px;
}
*/
.member-detail {
    display: inline-block;
    width: 100%;
    padding: 15px 4px 0;
    color: #fff;
    text-align: center;
    line-height: 22px;
}
.member-detail small {
    font-size: 13px;
}
.member-detail strong {
    display: block;
    font-size: 15px;
    font-weight: 500;
}
@media(min-width:768px){
    .board-members,
    .members{
        text-align: center;
    }

    .members .img-responsive{
        display: inline-block;
    }
    .member-detail {
        left: 69px;
    }
}
@media(min-width:1024px){
    .team-row {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .members .img-responsive{
        display: block;
    }
    .member-detail {
        left: 0;
    }
}

@media(min-width: 768px) and (max-width: 1023px) {
    .team-row {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .col-md-2 {
        width: 25%;
    }
}

@media(max-width: 767px) {
    .team-row {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .col-md-2 {
        width: 50%;
    }
}
/*=====================starts the members gallery================*/
