.topsection {
    background-image: url(../image/classroom.jpg);
    width: 100%;
    height: 230px;
    position: relative;
    background-position: top;
}

.topsection .imagelayer {
    width: 100%;
    height: 230px;
    background: #07294d;
    opacity: .5;
}

.topsection .text {
    text-align: center;
}

.topsection .text h2 {
    font-size: 45px;
    font-weight: 600;
    font-family: auto;
}

.topsection .text i {
    margin-right: 5px;
    font-size: 15px;
}

.topsection .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* topsection */

.profile-section .social-icon .facebook {
    background-color: #3b5998;
    width: 40px;
    height: 40px;
    padding: 8px 12px;
    border-radius: 8px;
}

.profile-section .social-icon .twitter {
    background-color: #1ea1f3;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 8px;
    line-height: 39px;
}

.profile-section .social-icon .linkedin {
    background-color: #007bb6;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 8px;
    line-height: 39px;
}

.profile-section .social-icon .whatsapp {
    background-color: #01c854;
    width: 40px;
    height: 40px;
    padding: 8px 10px;
    border-radius: 8px;
    line-height: 39px;
    color: #fff;
}

.profile-section .teachers-details h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: auto;
}

.profile-section .education-info .education-list li {
    display: block;
    position: relative;
    padding: 8px 0 8px 40px;
    margin-bottom: 10px;
}

.profile-section .education-info .education-list li i {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 10px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 36px;
    border-radius: 50px;
}


/* contant-inner */