/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav{margin-top:10px}
.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px;position: absolute;}
.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}
.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

/* v23 refinements: consistent feature-card icon spacing */
.feature-card i, .service-card i, .about-card i, .icon-card i, .feature-box i, .services-item i {
    display:block;
    width:64px;
    height:64px;
    line-height:64px;
    margin:0 0 22px 0 !important;
    text-align:left;
}
.feature-card h3, .service-card h3, .about-card h3, .icon-card h3, .feature-box h3, .services-item h3 {
    margin-top:0 !important;
}
.female-teacher-icon, .real-teacher-icon {
    width:64px !important;
    height:64px !important;
    margin-bottom:22px !important;
    display:block;
}
@media (max-width:768px){
    .feature-card i, .service-card i, .about-card i, .icon-card i, .feature-box i, .services-item i,
    .female-teacher-icon, .real-teacher-icon {
        width:58px !important;
        height:58px !important;
        line-height:58px !important;
        margin-bottom:18px !important;
    }
}


/* v24: equal spacing between feature icons and card headings */
.fol-card .icon {
    display: block !important;
    width: 64px !important;
    height: 64px !important;
    line-height: 64px !important;
    margin: 0 0 34px 0 !important;
    padding: 0 !important;
    text-align: left !important;
}
.fol-card .icon svg {
    display: block !important;
    width: 58px !important;
    height: 58px !important;
}
.fol-card .icon span {
    display: block !important;
    width: 64px !important;
    height: 64px !important;
    line-height: 64px !important;
    font-size: 58px !important;
}
.fol-card h4 {
    margin-top: 0 !important;
    clear: both !important;
}
@media (max-width: 768px) {
    .fol-card .icon {
        width: 58px !important;
        height: 58px !important;
        line-height: 58px !important;
        margin-bottom: 30px !important;
    }
    .fol-card .icon svg {
        width: 52px !important;
        height: 52px !important;
    }
    .fol-card .icon span {
        width: 58px !important;
        height: 58px !important;
        line-height: 58px !important;
        font-size: 52px !important;
    }
}


/* v27 testimonials: keep original carousel/speech-box styling but remove fake photos */
#testimonials-section figure,
#testimonials-section img {
  display: none !important;
}
#testimonials-section .block-testimony-1 h3 {
  margin-top: 28px !important;
}
#testimonials-section .block-testimony-1 blockquote p {
  max-height: none !important;
}
