[class*="col-"] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .col-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-3 { flex: 0 0 25%; max-width: 25%; }
    .col-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-6 { flex: 0 0 50%; max-width: 50%; }
    .col-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-9 { flex: 0 0 75%; max-width: 75%; }
    .col-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
    .col-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-12 { flex: 0 0 100%; max-width: 100%; }
    .pe-0 {
        padding-right: 0;
    }

    .ms-0 {
        margin-left: 0;
    }
    
    .mt-5 {
        margin-top: 3rem;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .pe-lg-5 {
        padding-right: 3.25rem;
    }

    .ms-lg-5 {
        margin-left: 3rem;
    }
    .col-lg-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-lg-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
    .col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-lg-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
    .col-lg-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-lg-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-lg-9 { flex: 0 0 75%; max-width: 75%; }
    .col-lg-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
    .col-lg-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-lg-12 { flex: 0 0 100%; max-width: 100%; }

    .offset-lg-0 { margin-left: 0; }
    .offset-lg-1 { margin-left: 8.333333%; }
    .offset-lg-2 { margin-left: 16.666667%; }
    .offset-lg-3 { margin-left: 25%; }
    .offset-lg-4 { margin-left: 33.333333%; }
    .offset-lg-5 { margin-left: 41.666667%; }
    .offset-lg-6 { margin-left: 50%; }
    .offset-lg-7 { margin-left: 58.333333%; }
    .offset-lg-8 { margin-left: 66.666667%; }
    .offset-lg-9 { margin-left: 75%; }
    .offset-lg-10 { margin-left: 83.333333%; }
    .offset-lg-11 { margin-left: 91.666667%; }
    .offset-lg-12 { margin-left: 100%; }
}
/**
  *  Single Training
  */

.container-lg {
    max-width: 90rem;
    margin: 0 auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.back-button {
    display: inline-block;
    position: relative;
    z-index: 1;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18.29" height="15.182" viewBox="0 0 18.29 15.182"><g transform="translate(18.29 14.634) rotate(180)"><path d="M14.085,7.035,7.524,0H6.561L0,7.035" transform="translate(17.54 0) rotate(90)" fill="none" stroke="%23fff" stroke-miterlimit="10" stroke-width="1.5"/><line x1="17.541" transform="translate(0 7.042)" fill="none" stroke="%23fff" stroke-miterlimit="10" stroke-width="1.5"/></g></svg>');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 44px;
    width: 44px;
    transition: .3s ease all;
    border: 2px solid #fff;
}

.back-button:hover {
    background-position: 40% 50%;
}

.section--hero {
    position: relative;
    padding: 6rem 0 10rem;
}

.section--hero .usp:nth-child(2) {
    margin: 0 2rem;
}

.section--hero::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 0;
}

.section--hero figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section--hero figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section--reviews {
    padding-top: 3rem;
    padding-bottom: 6rem;
}

.section--reviews h2 {
    margin-bottom: 3rem;
}

.m-0 {
    margin: 0 !important;
}

.mb-1 {
    margin-bottom: .5rem;
}

.text-center {
    text-align: center;
}

.ff-primary {
    font-family: "Teko", sans-serif;
}

.ff-secondary {
    font-family: "Poppins", sans-serif !important;
}

.color-white {
    color: #FFF;
} 

.fw-bold {
    font-weight: bold;
} 

.d-block {
    display: block;
}

.text-28 {
    font-size: 1.75rem;
}

.text-32 {
    font-size: 2rem;
    line-height: 3rem;
}

.text-48 {
    font-size: 3rem;
    line-height: 3rem;
}

.z-2 {
    z-index: 2;
}

.text-uppercase {
    text-transform: uppercase;
}

.position-relative {
    position: relative;
}

.bg-grey {
    background: #F0F0F0;
}

.color-dgrey  {
    color: #B5B5B5;
}

.training-form {
    display: flex;
    flex-wrap: wrap;
    background-color: #FFF;
    padding: 2rem 2.5rem 4rem 2.5rem;
    position: relative;
    top: -4rem;
}

.subscribe-form {
    padding: 1.5rem 2rem 2rem 2rem;
    background-color: #FED71F;
}

.subscribe_form_btn {
    text-transform: uppercase;
    position: static !important;
    margin-top: 2rem !important;
    display: inline-block !important;
    background: #181818 !important;
    color: #FED71F !important;
    border: 1px solid transparent !important;
    transition: .3s ease all;
}

.subscribe_form_btn:hover {
    background-color: #FED71F !important;
    color: #181818 !important;
    border: 1px solid #181818 !important;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.button {
    display: inline-block;
    padding: 1rem 2rem;
}

.button--grey {
    background-color: #F0F0F0;
    color: #181818; 
    text-transform: uppercase;
    height: 3.625rem;
    margin-left: 3rem;
}

.section--tabs {
    background-color: #F0F0F0;
}

.flickity-enabled {
    outline: none;
}

.flickity-page-dots {
    display: flex;
    position: absolute;
    right: 14rem;
    top: -4rem;
    counter-reset: count;
}

.flickity-page-dots li {
    position: relative;
    width: 50px;
    height: 2px;
    cursor: pointer;
    list-style-type: none;
    background: #D5D3D0;
}

.flickity-page-dots li:before {
    visibility: hidden;
    content: counter(count);
    counter-increment: count;
}

.flickity-page-dots li:first-child:before {
    visibility: hidden;
    content: '1';
    position: absolute;
    left: -20px;
    top: -18px;
    font-weight: 500;
}

.flickity-page-dots li:last-child:before {
    visibility: hidden;
    content: counter(count);
    position: absolute;
    right: -25px;
    top: -18px;
    font-weight: 500;
}

.flickity-page-dots li.is-selected {
    background: #FED71F;
}

.review-caroussel {
    position: relative;
}

.elementor-location-footer .elementor-element-136fdb8 {
    display: none !important;
}

.p-lg {
    padding: 4rem 0;
}

.bg-yellow {
    background-color: #FED71F;
}

#subscribe_form select {
    appearance: none;
    padding: 1rem 1.5rem;
    background-color: #FFF;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10.681" height="6.049" viewBox="0 0 10.681 6.049"><path d="M9.584,4.787,5.12,0H4.465L0,4.787" transform="translate(10.133 5.299) rotate(180)" fill="none" stroke="%23181818" stroke-miterlimit="10" stroke-width="1.5"/></svg>');
    background-repeat: no-repeat;
    background-position: 96%;
    border-radius: .325rem;
    border-color: #CCCCCC;
}

@media screen and (max-width: 767px) {
    .flex-sm-column {
        margin-top: 2rem;
        flex-direction: column;
    }

    .back-button {
        position: absolute;
        top: -4rem;
    }

    .button--grey {
        margin-left: 0;
        margin-top: 2rem;
        text-align: center;
    }

    .flickity-page-dots {
        top: -2rem;
    }

    .section--reviews h2 {
        margin-bottom: 4rem;
    }

    .section--hero .usp {
        width: 100%;
    }
}

.mb-0 {
    margin-bottom: -1rem;
}