/* About Us */
.about-name-001 img.sppb-img-responsive {
    width: calc(100% - 30px);
}
.about-letter-001{
    box-shadow:3px 3px 10px rgb(0 0 0 / 40%) !important;
    padding:30px !important; 
}
.about-letter-001 .sppb-addon-content p {
    font-family: 'Caveat';
    font-size: 24px;
    line-height: 1.5;
}
.about-letter-001 .sppb-addon-content img{
    width:150px;
}
.about-letter-002 .sppb-addon-content p {
    font-family: 'Long Cang', cursive;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.5;
}



/* Courses */
.about-cambridge-001 img.sppb-img-responsive {
    width: 100px;
    border: 1px solid #ff1717;
    border-radius: 300px !important;
    padding: 10px;
    transition:0.5s;
}

.about-cambridge-001 .sppb-addon-content:hover img {
    scale:0.95;
    background:rgb(255 23 23 / 5%);
}



/* Teachers */
.teacher-intro-001 .sppb-addon-testimonial .sppb-addon-content {
    display: flex;
    flex-direction: column;
}

.teacher-intro-001 span.fa.fa-quote-left {
    order:2;
}

.teacher-intro-001 .sppb-addon-testimonial-review {
    order:3;
}

.teacher-intro-001 .sppb-addon-testimonial-footer {
    order:1;
    margin-bottom:30px;
}

.teacher-intro-001 .sppb-addon-testimonial-footer .sppb-addon-testimonial-content-wrap{
    display:flex;
    flex-direction:column !important;
    justify-content: center !important;
    align-items: center;
}

.teacher-intro-001 .sppb-addon-testimonial-footer img{
    width:150px !important;
    height:auto !important;
    background: #f4f4f4;
}

.teacher-intro-001 .sppb-addon-testimonial-footer span {
    display:flex;
    flex-direction:column;
    justify-content: center;
}

.teacher-intro-001 .sppb-addon-testimonial-footer span br{
    display:none;
}

.teacher-intro-001 .sppb-addon-testimonial-footer .sppb-addon-testimonial-client{
    font-size:30px;
    font-weight: 600;
    color: #ff1717;
    font-family: 'Rajdhani';
}

.teacher-intro-001 .sppb-addon-testimonial-footer .sppb-addon-testimonial-client-url{
    font-size:20px;
    font-weight: 600;
    font-family: 'Rajdhani';
}

.teacher-intro-001 .sppb-addon-testimonial-review{
    font-family:'Caveat';
    font-size:28px;
    padding: 0 50px;
}
.teacher-intro-002 .sppb-addon-testimonial-review{
    font-family: 'Long Cang', cursive;
    font-weight: 600;
}

@media (max-width:767px){
    .teacher-intro-001 .sppb-addon-testimonial-review br{
        display:none;
    }
}



/* News */
.news-article-001 .sppb-addon-articles .sppb-addon-article-layout-content img {
    height: 300px;
    border-radius: 5px;
}

.news-article-001 .sppb-addon-article-layout-content .sppb-article-info-wrap {
    padding: 5px 0 20px 0 !important;
}

.news-article-001 .sppb-addon-article-layout-content .sppb-article-info-wrap a {
    color:#000 !important;
    text-decoration:underline !important;
    font-size:20px;
    font-weight:600;
}



/* Blog */
.view-category .article-introtext, .view-category .article-info{
    display: none;
}

.view-category .article-intro-image {
    aspect-ratio: 4 / 3;
}

.view-category .blog {
    padding: 75px 0 50px 0;
}

.view-article .article-details {
    padding: 75px 0 75px 0;
}

.view-article h2 {
    font-family: 'Figtree';
    margin-bottom: 25px;
}

.view-article h1 {
    color: #ff1717;
    font-weight: 600;
}

.view-article .category-name a{
    font-family: 'Rajdhani';
    text-transform: uppercase;
    color: #000;
    font-size:14px;
    font-weight:500;
}

.view-article .category-name a:hover{
    color:#ff1717;
}

.view-article .article-details p {
    font-family: 'Figtree';
}

.view-article h3.related-article-title {
    font-size: 28px;
    font-weight: 600;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.view-article .article-header h2 a {
    font-family: 'Rajdhani';
    color: #000000 !important;
    font-size: 24px;
    font-weight: 600;
    text-decoration: underline;
    transition:0.5s;
}

.view-article .article-header h2 a:hover,.view-article .article-header h2 a:focus{
    color:#ff1414 !important;
}

.view-category .article-header a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    font-size: 20px;
}

.view-category .article-header a:focus, .view-category .article-header a:hover{
    color:#ff1414 !important;
}


/* Contact Us */
.contact-form-001 .form-group label {
    font-family: 'Figtree';
}

.contact-box-001 {
    padding: 30px;
    background:#ff1717 !important;
    height:fit-content;
    border-radius:5px;
}

.contact-box-001 p {
    margin: 0 !important;
    padding: 0 !important;
    color:#fff;
}

.contact-box-001 a{
    color:#fff;
  	font-family:'Figtree';
}

.contact-box-001 i{
    color:#fff;
}

.contact-box-001 .sppb-addon-text {
    padding:18px 0 15px 0;
}

.contact-box-001 h2.sppb-addon-title {
    color: #fff;
    padding: 0 0 20px 10px!important;
    font-size: 32px !important;
    font-weight: 600;
}

.contact-form-001 .sppb-addon.sppb-addon-header h3{
    color:#000;
    font-size: 32px !important;
    font-weight: 600;
}

textarea.inputbox {
    height: 150px !important;
}
