body {
    margin-top: 0 !important;
    overflow-x: hidden;
}

.parent {
    padding-top: 80px;
    padding-bottom: 40px;
}

/*
ELEMENTS
--------------------------------------------------------------------------------------------- */

/*
Button
-------------------------------------------------- */

.button.button-lp {
    display: block;
    width: 380px;
    text-align: center;
    max-width: 100%;
    background: #0081c9;
    line-height: 60px !important;
    padding: 0 10px;
    border-radius: 10px;
    color: #fff;
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
}

.button-lp:after {
    display: none;
}

.button.button-lp.light {
    color: #0081c9;
    background: #fff;
}

.button.button-lp .icon-wrap {
    position: relative;
    transition: all .3s ease;
    right: 0;
}

.button.button-lp:hover .icon-wrap {
    right: -6px;
}

.button.button-lp:hover svg {
    transform: none !important;
}

.button-helptext {
    position: absolute;
    opacity: .6;
    margin: -11.5px 0 0 20px;
    font-style: italic;
    top: 50%;
    white-space: nowrap;
}

.button-helptext.nofloat {
    position: relative;
    display: block;
    margin: 0 0 0;
    padding-top: 16px;
    clear: both;
    top: auto;
}

/*
Video
-------------------------------------------------- */

/*
Border */

.video-border {
    position: relative;
}

.video-border:before,
.video-border:after {
    content: '';
    position: absolute;
    top: -25px;
    right: -25px;
    width: 40%;
    height: 40%;
    border: solid 6px #fff;
    border-width: 6px 6px 0 0;
    border-radius: 0 10px 0 0;
}

.video-border:after {
    top: auto;
    right: auto;
    bottom: -25px;
    left: -25px;
    border-width: 0 0 6px 6px;
    border-radius: 0 0 0 10px;
}

.video-border .video-play,
.video-border video {
    border-radius: 10px;
    overflow: hidden;
}

.video-border video {
    display: block;
    width: 100%;
    height: auto;
    outline: none;
}

.video-border .video-play svg {
    background: #fff;
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px;
    color: #0081c9;
    padding: 24px;
    -webkit-animation: video_ripple 3s infinite;
    animation: video_ripple 3s infinite;
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 1.3, 1);
    animation-timing-function: cubic-bezier(0.65, 0, 1.3, 1);
}

@-webkit-keyframes video_ripple {
    from{
        -webkit-transform:scale3d(0.75, 0.75, 1);
        transform:scale3d(0.75, 0.75, 1)
    }
    to {
        -webkit-transform:scale3d(1.5, 1.5, 1);
        transform:scale3d(1.5, 1.5, 1);
    }
}

@keyframes video_ripple {
    0%, 50%, 100%{
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
    25% {
        -webkit-transform:scale3d(1.1, 1.1, 1);
        transform:scale3d(1.1, 1.1, 1);
    }
}

/*
Ttiles
-------------------------------------------------- */

.subtitle {
    color: #0081c9;
    margin-bottom: 10px;
}

.lp-title {
    font-size: 26px;
    color: #3c3c3b;
    width: 800px;
    max-width: 100%;
    margin-bottom: 60px;
}

.lp-title.txt-white {
    color: #fff;
}

/*
Testimonials
--------------------------------------------------- */

.testimonial-flex .col-md-4 {
    margin-bottom: 0 !important;
}

.testimonial-flex .testimonial-card {
    margin-bottom: 30px;
}

.testimonial-flex .quote {
    background: #fff;
    border: 1px solid #efefef;
    box-sizing: border-box;
    box-shadow: 0 4px 10px rgb(0 0 0 / 9%);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}

.testimonial-flex .cert .image-wrap {
    width: 60px;
    margin-right: 10px;
}

.testimonial-flex .cert img {
    border-radius: 50%;
}

.testimonial-flex .cert .name {
    font-size: 12px;
}

/*
Performances 
--------------------------------------------------- */

/*
Performances 
--------------------------------------------------- */

.sf-class-performances {
    position: relative;
    overflow: hidden;
    height: 50vh;
}

.sf-class-performances .play-wrap {
    cursor: pointer
}

.sf-class-performances.playing {
    height: 80vh;
}

.sf-class-performances.playing .relative {
    position: static
}

.sf-class-performances.playing .play-icon {
    display: none;
}

.vimeo-play-wrap {
    transform: translateY(-50%);
}

.sf-class-performances iframe {
    position: absolute;
    left: 50%; /* % of surrounding element */
    top: 50%;
    transform: translate(-50%, -50%); /* % of current element */
    display: block;
    width: 100%;
    height: 100%;
}

.sf-class-performances .play-icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #0081c9;
    border: solid 2px #0081c9;
    padding: 25px;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    z-index: 2;
}

/*
Extra Performances */

.sf-class-performances.playing + .sf-more-performances_wrap {
    opacity: .2;
}

.sf-more-performances_wrap:hover {
    opacity: 1 !important
}

.video-toggles_wrap {
    opacity: .95;
}

.video-toggles_wrap:hover {
    opacity: 1 !important;
}

.sf-more-performances {
    position: absolute;
    bottom: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 100%;
}

.sf-more-performances .video-toggle-item:before {
    left: 10px;
    right: 10px;
}

.sf-more-performances .video-toggle-item svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    color: #fff;
}

.sf-more-performances .video-toggle-item.active svg {
    visibility: hidden;
}

.sf-more-performances .video-toggle-item .name {
    display: none;
}

.sf-more-performances .bg-cover {
    height: 200px;
    border: solid 4px #000;
}

.sf-more-performances .arrow {
    position: absolute;
    top: 50%;
    left: -80px;
    width: 60px;
    height: 60px;
    background: #0081c9;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin-top: -30px;
    cursor: pointer;
    padding: 15px;
}

.sf-more-performances .arrow.right {
    left: auto;
    right: -80px;
}

/*
PAGE TITLE
--------------------------------------------------------------------------------------------- */

.page-title_lp {
    background: rgb(0,129,201);
    background: -webkit-linear-gradient(21deg, rgba(0,129,201,1) 0%, rgba(173,32,142,1) 71%);
    background: -o-linear-gradient(21deg, rgba(0,129,201,1) 0%, rgba(173,32,142,1) 71%);
    background: linear-gradient(111deg, rgba(0,129,201,1) 0%, rgba(173,32,142,1) 71%);
    padding: 100px 60px;
}

.page-title_lp:after {
    content: '';
    clear: both;
    display: block;
}

/*
Content
-------------------------------------------------- */

.page-title_lp .content {
    max-width: 40%;
    float: left;
    margin-bottom: 60px;
}

.page-title_lp h1,
.page-title_lp .content p {
    margin-bottom: 40px;
}

.page-title_lp .content p {
    width: 560px;
    max-width: 100%;
}

.page-title_lp .content p.lead {
    font-size: 20px;
}

/*
Video
-------------------------------------------------- */

/*
Border */

.page-title_lp .video-border {
    opacity: 0;
    z-index: 2;
}

.page-title_lp .video-border.in-vp {
    opacity: 1;
}

.page-title_lp .video-border:before,
.page-title_lp .video-border:after {
    transform: scale(0);
    transition: all .4s ease;
    transition-delay: .6s;
    z-index: -1;
}

.page-title_lp .video-border.in-vp:before,
.page-title_lp .video-border.in-vp:after {
    transform: scale(1);
}

/*
Video */

.page-title_lp .video {
    width: 1024px;
    max-width: 50%;
    float: right;
    margin-bottom: 60px;
}

/*
Reviews
-------------------------------------------------- */

.page-title_lp .reviews.large-show {
    margin-top: 80px;
    display: none;
}

.page-title_lp .review {
    margin: 0 30px;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.page-title_lp .review.in-vp {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.page-title_lp .review {
    border: solid 1px #fff;
    padding: 20px;
    border-radius: 10px;
}

/*
Small */

.page-title_lp .reviews.small-show .review {
    margin: 0 30px 0 0;
    padding: 15px;
    border: none;
    padding: 0;
}

.page-title_lp .reviews.small-show .review > div {
    display: inline-block;
}

.page-title_lp .reviews.small-show .review .count {
    display: none;
}

.page-title_lp .reviews.small-show .review .stars {
    margin-right: 10px;
    position: relative;
    top: 2px;
}

/*
Stars */

.page-title_lp .stars .icon-wrap {
    display: inline-block;
    max-width: none;
}

.page-title_lp .stars svg {
    height: 20px;
    top: 0;
    padding: 0 4px;
}

/*
Count */

.page-title_lp .count {
    line-height: 30px;
    margin: 4px 0 6px 0;
    font-size: 16px;
    font-weight: 600;
}

/*
Company */

.page-title_lp .company svg {
    display: block;
    height: 30px;
    width: auto;
    margin: 0 auto;
}

.page-title_lp .review-facebook .company svg {
    padding-bottom: 6px;
}

/*
INTRO
--------------------------------------------------------------------------------------------- */

/*
Icon
-------------------------------------------------- */

.pt-circle-icon {
    background: #0081c9;
    color: #fff;
    border-radius: 10px;
    padding: 30px;
    height: 100%;
}

.pt-circle-icon .icon svg {
    display: block;
    height: 50px;
    max-width: 50px;
}

.pt-circle-icon p {
    padding-left: 25px;
}

.will-daryl .video-border:before,
.will-daryl .video-border:after {
    border-color: #0081c9;
}

/*
LP BOX
--------------------------------------------------------------------------------------------- */

.lp-box {
    display: block;
    padding: 30px;
    border-radius: 10px;
    background: #6f2c91;
    height: 100%;
}

.lp-box h4 svg {
    display: block;
    float: left;
    height: 24px;
    margin: 6px 10px 0 0;
    width: auto;
}

.lp-box.covid-19 {
    background: rgba(243,134,167,1);
}


/*
TESTIMONIAL
--------------------------------------------------------------------------------------------- */

/*
Stars
-------------------------------------------------- */

.lp-testimonial .stars {
    margin-bottom: 20px;
    color: #ad208e;
}

.lp-testimonial .stars svg {
    top: 0;
    height: 34px;
    margin-right: 10px;
    transform: rotate(-180deg) scale(0);
    transition: all .3s ease;
}

.lp-testimonial .in-vp .stars svg {
    transform: rotate(0) scale(1);
}

.lp-testimonial .in-vp .stars .icon-wrap:nth-child(2) svg {
    transition-delay: .05s;
}

.lp-testimonial .in-vp .stars .icon-wrap:nth-child(3) svg {
    transition-delay: .1s;
}

.lp-testimonial .in-vp .stars .icon-wrap:nth-child(4) svg {
    transition-delay: .15s;
}

.lp-testimonial .in-vp .stars .icon-wrap:nth-child(5) svg {
    transition-delay: .2s;
}

/*
Quote
-------------------------------------------------- */

.lp-testimonial .quote {
    font-size: 26px;
    line-height: 50px;
    font-style: italic;
}

/*
Image
-------------------------------------------------- */

.lp-testimonial img {
    border-radius: 50%;
}

/*

{
    position: absolute;
    height: 600px;
    border-radius: 50%;
    width: auto;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 100;
    box-shadow: 0 0 18px -2px rgb(0 0 0 / 30%);
}

/*
VIDEO BG
--------------------------------------------------------------------------------------------- */

.video-bg {
    display: block;
    padding: 30vh 0;
    overflow: hidden;
}

.video-bg video {
    position: absolute;
    top: 50%; 
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%; 
    min-height: 100%; 
    width: auto; 
    height: auto;
    z-index: -1000; 
    overflow: hidden;
}

.video-bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: #000;
    background: -webkit-linear-gradient(21deg, rgba(166,206,57,1) 0%, rgba(0,173,165,1) 71%);
    background: -o-linear-gradient(21deg, rgba(166,206,57,1) 0%, rgba(0,173,165,1) 71%);
    background: linear-gradient(111deg, rgba(166,206,57,1) 0%, rgba(0,173,165,1) 71%);
    opacity: .85;
}

/*
LIST
--------------------------------------------------------------------------------------------- */

.lp-list .subtitle,
.lp-list .video-play svg {
    color: #6f2c91 !important;
}

.lp-list .video-border:before,
.lp-list .video-border:after {
    border-color: #6f2c91;
}

.lp-list li {
    position: relative;
    list-style: none;
    margin-bottom: 30px;
    padding-left: 30px;
    font-size: 20px;
    color: #6f2c91;
    opacity: 0;
    transition: all .4s ease;
}

.txt-white .lp-list li {
    color: #fff;
}

.lp-list ul.in-vp li {
    opacity: 1;
}

.lp-list li .icon-wrap {
    position: absolute;
    border: solid 1px;
    top: 50%;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    height: 40px;
    max-width: none;
    left: -30px;
    margin-top: -20px;
}

.lp-list li .icon-wrap svg {
    display: block;
    height: 40px;
    padding: 10px;
    width: auto;
    margin: 0 auto;
    top: 0;
}

/*
GALLERY
--------------------------------------------------------------------------------------------- */

.lp-gallery {
    position: relative;
    background: rgb(173,32,142);
    background: -webkit-linear-gradient(21deg, rgba(173,32,142,1) 0%, rgba(111,44,145,1) 71%);
    background: -o-linear-gradient(21deg, rgba(173,32,142,1) 0%, rgba(111,44,145,1) 71%);
    background: linear-gradient(111deg, rgba(173,32,142,1) 0%, rgba(111,44,145,1) 71%);
    overflow: hidden;
    min-height: 47vh;
}

.lp-gallery .lp-gallery-side-image .img-lazy-wrap {
    position: static;
    padding-top: 0 !important;
}

.lp-gallery .lp-gallery-side-image img {
    width: auto;
    height: auto;
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
    max-width: 50%;
    min-height: 100%;
}

/*
BOYS & DANCE
--------------------------------------------------------------------------------------------- */

.boys-and-dance .video-border:before,
.boys-and-dance .video-border:after {
    border-color: #0081c9;
}

/*
PRICIPAL
--------------------------------------------------------------------------------------------- */

.lp-principal img {
    border-radius: 50%;
}

.lp-principal .content {
    padding: 50px 0;
}

.lp-principal .content:before {
    content: '';
    position: absolute;
    background: #0081c9;
    top: 0;
    left: -20%;
    right: -100vw;
    bottom: 0;
    z-index: -1;
}

/*
FINAL CTA
--------------------------------------------------------------------------------------------- */

.lp-final-cta {
    display: block;
    padding: 50px 0;

    background: rgb(0,129,201);
    background: -webkit-linear-gradient(21deg, rgba(0,129,201,1) 0%, rgba(173,32,142,1) 71%);
    background: -o-linear-gradient(21deg, rgba(0,129,201,1) 0%, rgba(173,32,142,1) 71%);
    background: linear-gradient(111deg, rgba(0,129,201,1) 0%, rgba(173,32,142,1) 71%);
}

/*
FORM
--------------------------------------------------------------------------------------------- */

.lp-form,
.lp-form .bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000000;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
}

.lp-form .bg {
    position: absolute;
    background: rgba(0,0,0,.6);
    z-index: 0;
    backdrop-filter: blur(6px);
}

.lp-form .inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 900px;
    max-width: 100%;
    padding: 60px 40px;
    transform: translateX(100%);

    background: rgb(0,129,201);
    background: -webkit-linear-gradient(21deg, rgba(0,129,201,1) 0%, rgba(173,32,142,1) 71%);
    background: -o-linear-gradient(21deg, rgba(0,129,201,1) 0%, rgba(173,32,142,1) 71%);
    background: linear-gradient(111deg, rgba(0,129,201,1) 0%, rgba(173,32,142,1) 71%);
    overflow: auto;
}

.lp-form .inner::-webkit-scrollbar {
    display: none;
}

.lp-form label {
    color: #fff !important;
}

.lp-form input[type="checkbox"] {
    margin-right: 15px;
}

#lp_form.open,
#lp_form.open .bg {
    opacity: 1;
    visibility: visible;
}

#lp_form.open .inner {
    transform: translateX(0%);
    transition-delay: .4s;
}

@media ( min-width: 800px ) {
    
    .close-lp-form {
        display: none;
    }
    
}

.close-lp-form svg {
    height: 40px;
}

.lp-form .input-error {
    color: #fff !important;
}

/*
RESPONSIVE
--------------------------------------------------------------------------------------------- */

.arts-students-same > .title-wrap {
    display: none;
}

@media ( max-width: 1400px ) {
    
    #pageTitle_LP .button-helptext {
        position: relative;
        display: block;
        margin: 0 0 0;
        padding-top: 16px;
        clear: both;
        top: auto;
    }
    
    .pt-circle-icons .col-md-3 {
        width: 50%;
    }
    
}

@media ( max-width: 1100px ) {
    
    /*
    Page Title
    -------------------------------------------------- */
    
    #pageTitle_LP {
        padding: 50px 30px;
        text-align: center;
    }
    
    #pageTitle_LP > .flex {
        display: block;
    }
    
    .page-title_lp .content {
        width: 100%;
        max-width: 100%;
    }
    
    .page-title_lp .video {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    
    .page-title_lp .content p.lead {
        margin-left: auto;
        margin-right: auto;
    }
    
    .page-title_lp .content a {
        margin: 0 auto;
        float: none !important;
    }
    
    .page-title_lp h1 {
        font-size: 38px;
    }
    
    /*
    Will & Daryl
    -------------------------------------------------- */
    
    .will-daryl .col-md-4 {
        width: 36%;
    }
    
    /*
    Video BG
    -------------------------------------------------- */
    
    .video-bg {
        padding: 25vh 0;
    }
    
    /*
    Students The Same
    -------------------------------------------------- */
    
    .arts-students-same > .title-wrap {
        display: block;
        text-align: center;
    }
    
    .arts-students-same > .title-wrap p {
        margin: 0 auto 60px;
    }
    
    .arts-students-same .col-md-4 .title-wrap {
        display: none;
    }
    
    /*
    Gallery
    -------------------------------------------------- */
    
    .lp-gallery.parent {
        padding-top: 0;
    }
    
    .lp-gallery {
        background: rgb(173,32,142)
    }
    
    .lp-gallery .lp-gallery-side-image {
        position: relative;
    }
    
    .lp-gallery .lp-gallery-side-image img {
        position: relative;
        width: 100%;
        transform: none;
        top: 0;
        max-width: 100%;
    }
    
    .lp-gallery .lp-gallery-side-image:before {
        content: '';
        position: absolute;
        height: 30%;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: -webkit-linear-gradient(rgba(255,0,0,0), rgb(173,32,142));
        background-image: -o-linear-gradient(rgba(255,0,0,0), rgb(173,32,142));
        background-image: linear-gradient(rgba(255,0,0,0), rgb(173,32,142));
        z-index: 10;
    }
    
    .lp-gallery .col-md-4 {
        width: 100%;
        text-align: center;
    }
    
    .lp-gallery .col-md-4 .lp-title {
        width: 100%;
    }
    
    .lp-gallery .button.button-lp {
        float: none !important;
        margin: 0 auto;
    }
    
}

@media ( max-width: 991px ) {
    
    .video-border:before {
        top: -15px;
        right: -15px;
        border-width: 3px 3px 0 0 ;
    }
    
    .video-border:after {
        bottom: -15px;
        left: -15px;
        border-width: 0 0 3px 3px;
    }
    
    .lp-title {
        font-size: 22px;
    }
    
    /*
    Page Title
    -------------------------------------------------- */
    
    .page-title_lp .video {
        max-width: 100%;
    }
    
    /*
    Will & Daryl
    -------------------------------------------------- */
    
    .will-daryl .col-md-4 {
        width: 100%;
        margin-bottom: 60px;
        text-align: center;
    }
    
    .will-daryl .col-md-4 .button.button-lp {
        float: none !important;
        margin: 0 auto;
    }
    
    /*
    Quote
    -------------------------------------------------- */
    
    .lp-testimonial .quote {
        font-size: 24px;
    }
    
    .arts-students-same .col-md-7 {
        margin-bottom: 60px;
    }
    
    /*
    Principal
    -------------------------------------------------- */
    
    .lp-principal .col-md-3 {
        margin-bottom: -12.5%;
    }
    
    .lp-principal .col-md-9 {
        clear: both;
    }
    
    .lp-principal .col-md-9 .content {
        padding-top: calc(12.5% + 50px);
    }
    
    /*
    Final CTA
    -------------------------------------------------- */
    
    .lp-final-cta .col-md-8 {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .lp-final-cta .col-md-3 .button.button-lp {
        float: none !important;
        margin: 0 auto;
    }
    
}

@media ( max-width: 767px ) {
    
    .video-border .video-play svg {
        width: 60px;
        height: 60px;
        margin: -30px 0 0 -30px;
        padding: 12px;
    }
    
    .parent {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    
    /*
    Page Title
    -------------------------------------------------- */
    
    .page-title_lp h1 {
        font-size: 30px;
    }
    
    .page-title_lp h1 br {
        display: none;
    }
    
    .reviews.flex {
        display: block;
    }
    
    .page-title_lp .reviews.small-show .review {
        margin-right: 0;
        justify-content: space-evenly;
    }
    
    .page-title_lp .reviews.small-show .review-google {
        margin-bottom: 30px;
    }
    
    /*
    Testiminial
    -------------------------------------------------- */
    
    .lp-testimonial .col-md-7 {
        text-align: center;
    }
    
    /*
    Page Title
    -------------------------------------------------- */
    
    .pt-circle-icons .col-md-3 {
        width: 100%;
    }
    
    .pt-circle-icon .icon svg {
        width: 50px;
    }
    
    .video-bg {
        padding: 15vh 15px;
    }
    
    .lp-form .inner {
        padding: 40px 30px;
    }
    
    /*
    Principal
    -------------------------------------------------- */
    
    .lp-principal .col-md-3 {
        margin-bottom: -50%;
    }
    
    .lp-principal .col-md-9 .content {
        padding-top: calc(50% + 50px)
    }
    
}

@media ( max-width: 320px ) {
    
    .button.button-lp {
        font-size: 12px;
    }
    
}
@media ( max-width: 767px ) {
    
    .sf-more-performances_wrap {
        margin-bottom: 80px;
    }
    
    .sf-class-performances .play-icon svg {
        padding: 15px;
        width: 90px;
        height: 90px;
        margin: -35px 0 0 -35px;
    }
    
    .sf-class-performances .more-perforamances > .toggle {
        font-size: 12px;
        top: 10px;
    }
    
    .sf-class-performances .more-perforamances > .toggle .icon-wrap > svg {
        top: 2.5px;
    }
    
    .sf-class-performances.playing .more-perforamances > .toggle {
        opacity: .3;
    }
    
    .sf-class-training .flex {
        width: 100%;
    }
    
    .sf-class-prospectus-inner .flex {
        display: block;
    }
    
    .sf-class-prospectus-inner .flex .col-md-8 {
        margin-top: 30px;
    }
    
    .testimonial-flex .col-md-4 {
        width: 100%;
    }
    
}

/*
Responsive
--------------------------------------------------- */

@media ( max-width: 1200px ) {
    
    .sf-more-performances .bg-cover .name {
        font-size: 16px;
    }
    
    .sf-more-performances .bg-cover {
        height: 120px;
    }
    
    .sf-class-training {
        padding-top: 120px;
    }
    
    .sf-more-performances .arrow {
        bottom: -60px;
        left: 15px;
        top: auto;
        height: 40px;
        width: 40px;
        padding: 10px;
    }
    
    .sf-more-performances .arrow.right {
        left: auto;
        right: 10px;
    }
    
}

@media ( max-width: 991px ) {
    
    .sf-class-intro2 {
        display: block;
        height: auto;
    }
    
    .sf-class-intro2 .left {
        display: none;
    }
    
    .sf-class-intro2 svg#Layer_1 {
        z-index: 0;
    }
    
    .sf-class-intro2 .right {
        width: 100%;
        height: auto;
        padding: 60px 0;
    }
    
    .sf-class-training .flex {
        width: 80%;
        margin: 0 auto;
    }
    
    .gradient-cta .txt-right {
        text-align: left;
    }
    
    .testimonial-flex .col-md-4 {
        width: 50%;
        float: left;
    }
    
    .sf-more-performances .scroller-wrap,
    .sf-more-performances .bg-cover {
        height: 80px !important;
    }
    
    .sf-more-performances .video-toggle-item svg {
        height: 60px;
        width: 60px;
    }
    
}

@media ( orientation: portrait ) {
    
    .sf-class-performances {
        height: auto;
    }
    
}

@media ( max-width: 767px ) {
    
    .sf-class-performances .play-icon svg {
        padding: 15px;
        width: 90px;
        height: 90px;
        margin: -35px 0 0 -35px;
    }
    
    .sf-class-performances .more-perforamances > .toggle {
        font-size: 12px;
        top: 10px;
    }
    
    .sf-class-performances .more-perforamances > .toggle .icon-wrap > svg {
        top: 2.5px;
    }
    
    .sf-class-performances.playing .more-perforamances > .toggle {
        opacity: .3;
    }
    
    .sf-class-training .flex {
        width: 100%;
    }
    
    .sf-class-prospectus-inner .flex {
        display: block;
    }
    
    .sf-class-prospectus-inner .flex .col-md-8 {
        margin-top: 30px;
    }
    
    .testimonial-flex .col-md-4 {
        width: 100%;
    }
    
}