.inner-banner {
    background: url(/images/inner-page/banner.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden;
    direction: rtl;
}

.inner-banner .opacity {
    background: rgba(0, 0, 0, 0.6);
    padding: 240px 0 95px 0;
}

.inner-banner .opacity h2 {
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.inner-banner .opacity ul li {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin: 0 2px;
    text-transform: capitalize;
}

.inner-banner .opacity ul li a {
    color: #fff;
    font-family: "ExpoArabic-Book";
}

ul {
    list-style-type: none;
}
h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0;
    padding: 0;
}


.our-instructor .single-member .image {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    height: 227px;
}

.our-instructor .single-member img {
    width: 95%;
    min-height: 90px;
    object-position: center;
    object-fit: cover;
}
h6 {
    font-size: 16px;
    font-weight: 400;
}
.our-instructor .single-member h6 a {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    display: block;
    margin: 30px 0 3px 0;
}
a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
}
p {
    line-height: 28px;
}
.our-instructor .single-member {
    text-align: center;
    margin-bottom: 60px;
}
