img.img-fluid.team-image {
    border-radius: 20px;
}

.pt-10 {
    padding-top: 10px;
}

.trainer-image {
    position: relative;
}

.trainer-img {
    position: relative;
    display: inline-block;
}

.trainer-img:hover .linkedin-icon {
    opacity: 1;
}
span.pre-title {
    color: #808080;
}
span.blue {
    color: #2a569f!important;
}
.linkedin-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.linkedin-icon i {
    font-size: 30px;
    color: #0077b5;
}

.section.bottom-paddings.wf-section.faculty {
    background-color: antiquewhite;
}

.about-content.ab {
    padding-left: 0px;
    padding-right: 30px;
}
 
 .section.light-gray.wf-section.bg-orange-about {
    /* background: linear-gradient(to bottom, #f37122, #ff8c51, #ffa979);*/
}
 .section.first-section.about.wf-section {
     background-size: cover;
     background-repeat: no-repeat;
}
 .team-portrait-with-icon {
     position: relative;
}
 .team-member:hover .overlay {
     visibility: visible;
}
 .overlay {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     visibility: hidden;
     opacity: 0;
     transition: all 0.3s ease-in-out;
     background-color: rgba(0, 0, 0, 0.6);
}
 .linkedin-icon {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     width: 32px;
     height: 32px;
     visibility: hidden;
}
 .team-member:hover .linkedin-icon {
     visibility: visible;
}
 h2.b-10 {
     padding-bottom: 10px;
}
 .w-inline-block {
     max-width: 100%;
     display: inline-block!important;
}
/*cards desing*/
 .cards {
     padding: 33px;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     border-radius: 40px;
     background-color: #fff;
     box-shadow: 2px 5px 6px 0 rgb(0 0 0 / 11%);
     margin-bottom: 12px;
}
 span.counter {
     text-transform: none;
}
 span.icon {
     font-size: 32px;
     color: #f37122;
}
 .icon {
     display: block;
}
 .section.vision {
     background-color: #f7f5f2;
}
 .b-15 {
     padding-bottom: 15px;
}
 .section.less-top-padding.wf-section.orange {
     background-color: #f37122;
}
 .light-gray {
     background-color: #e9ecef;
}
 h2.bottom-padding {
     line-height: 34px!important;
}
 .visual-content.ghana {
     height: 300px;
     margin-top: 60px;
     background-image: url(../images/Ghana-education.png);
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
}
 .visual-content.teaching {
     height: 300px;
     margin-top: 60px;
     background-image: url(../images/skills.JPG);
     background-position: 50% 50%;
     background-size: contain;
     background-repeat: no-repeat;
}
 .border-bottom {
     border-bottom: 1px solid #dee2e6!important;
}
 .section.first-section.about.wf-section{
     background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/about-banner.jpg);
     background-size: cover;
     background-repeat: no-repeat;
}
 .third-title{
     line-height: 53px!important;
}
 @media screen and (max-width: 767px) {
     .section.first-section.about.wf-section{
         background-image: url("../images/about-mob.jpg");
         background-size: cover;
    }
     .third-title.white.center{
         line-height: 41px!important;
    }
}
