.s-about {
    padding: 60px 0 0;
}
.s-banner {
    position: relative;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.s-banner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(0deg, #121212BF 0%, #121212BF 50%);
}
.s-banner .top-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 30%, rgba(26, 44, 50, 0.83) 55%, rgba(26, 44, 50, 1) 80%, rgba(26, 44, 50, 1) 99%);
}
.s-banner .s-thumb {
    position: absolute;
    z-index: 2;
    width: 60%;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.s-info-2 {
    padding: 50px 0;
}
.b-card-3 {
    margin-top: 20px;
    text-align: center;
}
.b-card-3 .b_title {
    font-size: 18px;
    font-weight: bold;
    color: var(--color-primaary);
    margin-top: 20px;
}
.s-testimonials {
        padding: 80px 0 60px;
        background: #1b2629;
}
.s-testimonials .item{
    margin: 0 10px;
}
.s-testimonials .slick-dots {
  width: 100%;
}
.s-testimonials .slick-dots li.slick-active {
  /* border: 1px solid #fff; */
}
.s-testimonials .slick-dots li.slick-active button {
  background-color: var(--color-secondary);
}
.s-testimonials .slick-dots li button {
  font-size: 4px;
  margin: 5px;
  color: transparent;
  background-color: #aaa;
  border-radius: 0;
  width: 3em;
  height: 3em;
  border-radius: 50%;
}
.s-testimonials .heading-3 {
    padding-top: 15px;
}
.s-testimonials .heading-3 .title-1{
    color: #fff;
    text-transform: uppercase;
    font-size: 33px;
    font-family: 'Roboto Slab';
}

/* begin card 99 */
.b-card-99 {
    box-shadow: 0px 4px 16px 0px #211C191A;
    border-radius: 24px;
    padding: 20px 20px 23px;
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
    background: #fff;
}
.b-card-99 .b_info {
    gap: 16px;
    display: flex
}
.b-card-99 .b_thumb {
    width: 50px;
    height: 50px;
}
.b-card-99 .b_thumb img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.b-card-99 .b_quote {
    position: absolute;
    right: 24px;
    width: 28px;
}
.b-card-99 .b_student-info .name {
    font-size: 20px;
    line-height: 32px;
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: 0;
}
.b-card-99 .b_student-info .stars span {
    color: #F87614;
}
.b-card-99 .b_student-info .l-stars{
        font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
}
.b-card-99 .b_student-info .l-stars::before {
    content: '|';
    font-family: Averta;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
    margin-right: 8px;
}
.b-card-99 .b_content .desc {
    color: #363230;
    font-size: 15px;
    line-height: 23px;
    margin: 15px 0 24px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.b-card-99 .b_cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.b-card-99 .btn-detail {
    color: #4195F1;
    font-size: 16px;
    line-height: 25.6px;
    font-weight: 700;
}
.b-card-99 .btn-detail i {
    margin-left: 12px;
    margin-right: 5px;
}
@media screen and (max-width: 479px) {
    .b-card-99 .b_student-info .name {
        font-size: 15px;
    }
    .b-card-99 .b_info {
        flex-wrap: wrap;
        justify-content: center;
    }
    .b-card-99 .b_cta img {
        display: none;
    }
    .b-card-99 .b_student-info .l-stars {
        justify-content: center;
    }
    .b-card-99 .b_student-info .l-stars::before {
        display: none;
    }
}
/* end b-card-99 */
.s-faq {
    padding: 60px 0;
}
/* BEGIN s-faq-1 */
.s-faq-1 .item {
    margin-bottom: 10px;
}
.s-faq-1 .item-title {
    font-size: 16px;
    padding: 12px 11px 16px;
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #646363;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.s-faq-1 .item-title>i:first-child {
    color: #05a;
    font-size: 1.429em;
}
.s-faq-1 .item-title>i:last-child {
    position: relative;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}
.s-faq-1 .item-title>span {
    width: 100%;
    padding-right: 15px;
}
.s-faq-1 .item-title:hover {
    color: var(--color-secondary);
}
.s-faq-1 .item-body {
    display: none;
    overflow: hidden;
    margin-top: 10px;
    color: var(--color-primary);
    background: #ffffffe6;
    padding: 20px;
    border-radius: 12px;
}
.s-faq-1 .item.is-active .item-title {
    color: var(--color-secondary);
}
.s-faq-1 .item.is-active .item-title>i:last-child {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* END s-faq-1 */
.heading-3 {
    position: relative;
    height: 100%;
    width: 100%;
    padding-left: 20px;
}
.heading-3 .thumb {
    /* position: absolute; */
    /* bottom: 0; */
}
.heading-3 .thumb img {
    width: 62%;
    position: absolute;
    bottom: -55px;
    right: 0;
}
@media screen and (max-width: 992px) {
    .b_student-info {
        width: 100%;
        text-align: center;
    }
    .s-testimonials .heading-3 .title-1 {
        font-size: 26px;
        margin-bottom: 40px;
    }
    .s-faq .row {
        flex-direction: column-reverse;
    }
    .s-faq .heading-3 .thumb img {
        display: none;
    }
    .s-faq .heading-3 {
        text-align: center;
    }
}