/* our why css starts */
body {
    counter-reset: list-style;
}
body #et-main-area{
    overflow-x: hidden;
}
.list-style ul li{
    list-style: none;
    margin-bottom: 8px;
    display: inline-flex;
}
.list-style ul {
    padding-left: 3rem !important;
}
.list-style ul li::before {
    counter-increment: list-style;
    content: counter(list-style);
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
    padding: 0px 4px;
    position: relative;
    top: 0px;
    border-radius: 50%;
    background-color: #DE2F2D;
    height: 28px;
    width: 28px;
    margin-right: 10px;
    text-align: center;
    flex: 0 0 28px
}

/*crew page css starts here*/
.toggle-text p, .our-why-toggle-text h2, .testimonial-toggle-text p{
    position: relative;
}
.toggle-text p:after, .our-why-toggle-text h2:after, .testimonial-toggle-text p:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 23px solid #de2f2d;
    transform: rotate(90deg);
    transition:0.5s;
    margin: 3px 0 5px 8px;
}
.our-why-toggle-text h2:after{
    top: 20%;
    margin: 0 0 0 20px
}
.toggle-text.open-toggle p:after, .our-why-toggle-text.open-toggle h2:after{
    transform: rotate(180deg);
    transition:0.5s;
}
/*crew page css ends here*/

/*groups page css sterts here*/
.accordion-wrapper h5.et_pb_toggle_title{
    padding-left:15px;
    padding-right: 0;
}
.accordion-wrapper .et_pb_toggle_title:before{
    content: '';
    width: 23px;
    height: 23px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 23px solid #de2f2d;
    transform: rotate(90deg);
    transition: 0.2s;
    left: -20px;
    top: 50%;
    margin-right: 15px;
}
.pa-add-accordion-icon .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {
    display: block;
    transform: rotate(180deg);
    transition: 0.2s;
}
.accordion-wrapper .et_pb_accordion_0.et_pb_accordion .et_pb_accordion_item:last-child {
   border-bottom: 0;
}
.accordion-wrapper .et_pb_toggle_content {
   padding-left: 15px;
}
.accordion-wrapper ul {
    list-style: none;
}
.accordion-wrapper ul li{
    position: relative;
}
.accordion-wrapper li::before {
    content: "";
    color: red;
    display: inline-block;
    margin-left: -1em;
    width: 8px;
    height: 8px;
    background-color: #DE2F2D;
    border-radius: 50%;
    position: absolute;
    top: 10px;
}
/*crew page css ends here*/

/*contact page css*/
.ninja-forms-req-symbol {
    display: none;
}
.nf-before-form-content {
   display: none;
}
.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type="button"]), .nf-form-content textarea {
   background: transparent !important;
   border: 2px solid #DE2F2D !important;
}
.nf-form-content input[type="button"] {
   background: #DE2F2D !important;
   width: 100% !important;
   font-weight: 500;
   font-size: 1.125rem;
   line-height: 110%;   
   cursor: pointer;
}
.nf-form-content input[type="button"]:hover{
   background-color: rgba(221,10,6,0.9) !important;
   color: #fff;
}
.nf-form-content input:not([type=button])::placeholder, .nf-form-content textarea::placeholder{
    color: #fff;
    opacity: 1;
    font-size: 1.25rem;
    line-height: 110%;
}
.nf-response-msg p {
   color: #fff;
}
.nf-form-content textarea, .nf-form-content textarea:focus, .nf-form-content input, .nf-form-content input:focus{
    color: #fff !important;
    opacity: 1;
    font-size: 1.25rem;
    line-height: 110%;
}

/*testimonials page css starts*/
body{
    color: #fff;
}
.testimonials-area {
  padding: 12rem 0 5rem;
}
.testimonials-area .container{
    max-width: 1080px;
    width: 80%;
}
.testimonial-image-wrapper{
    text-align: right;
    position: relative;
}
.testimonial-image-wrapper img{
    position: absolute;
    right: 25px;
    top: -140px;
}
.testimonials-area .container-fluid{
    background-color: rgba(222,47,45,0.3);
    margin: 1rem 0 2rem;
    padding: 20px 0 80px;
}
.testimonial-name-wrapper h2, .testimonial-mobile-title h2 {

    font-weight: 800;
    font-size: 2.5rem;
    line-height: 1.2;
    text-transform: uppercase;
}
.testimonial-name-wrapper {
  padding: 15px;
}
.testimonials-wrapper {
  padding: 15px 0;
}
.coach-name {
  font-family: Muller;
  font-size: 1.125rem;
  line-height: 1.6;
  text-transform: uppercase;
  color: #DE2F2D;
}
.coach-quote {
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.6;
}
.row.page-navigation-row {
  text-align: center;
  padding: 15px;
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #fff;
  border: none;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 2.1;
}
.wp-pagenavi a:hover{
    text-decoration: none;
    color: #DE2F2D;
}
.wp-pagenavi span.current {
  font-weight: normal;
  border: none;
  color: #DE2F2D;
}
.previouspostslink, .nextpostslink{
    position: relative;
    visibility: hidden;
}
.previouspostslink:hover, .nextpostslink:hover{
    opacity: 0.7;
}
.wp-pagenavi .previouspostslink::before{
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #de2f2d;
    transform: rotate(-90deg);
    transition: 0.2s;
    left: -10px;
    top: 0;
    visibility: visible;
}
.wp-pagenavi .nextpostslink::after{
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #de2f2d;
    transform: rotate(90deg);
    transition: 0.2s;
    right: -10px;
    top: 0;
    visibility: visible;
}
.testimonial-mobile-title{
    display: none;
}
/*media css starts here*/
@media (max-width: 1024px){
    .testimonial-name-wrapper {
        max-width: 100%;
    }
}
@media (min-width: 991px){
    .testimonials-area  .container{
        max-width: 1080px;
        width: 80%;
        padding: 0 100px 0 100px;
    }
    .testimonials-area .container-fluid .row{
        max-width: 1080px;
        width: 80%;
        margin: auto;
    }
}
@media (max-width: 767.5px){
    .container {
        width: 100%;
    }
    .testimonial-image-wrapper {
        text-align: center;
    }
    .testimonial-image-wrapper img {
        position: relative;
        right: 0;
        top: 0;
    }
    .order-small-1{
        order: 1;
        position: relative;
    }
    .order-small-2{
        order: 2;
    }
    .testimonial-name-wrapper {
        position: absolute;
        top: -180px;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .testimonials-area .container-fluid {
        padding-top: 0px;
        padding-bottom: 35px;
    }
    .testimonials-area .container {
      width: 100%;
    }
    .testimonial-name-wrapper h2, .testimonial-mobile-title h2{
        padding-left: 15px;
        padding-right: 15px;
        word-break: break-word;
    }
    .wp-pagenavi a.page, .wp-pagenavi .current {
        display: none;
    }
    .wp-pagenavi{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }
    .testimonial-mobile-title{
        display: block;
        text-align: center;
        margin-bottom: 2rem;
    }
    .testimonial-name-wrapper{
        display: none;
    }
    .testimonials-area {
        padding: 3rem 0 5rem;
    }
}
@media (max-width: 536.5px){
    .our-why-toggle-text h2:after {
        top: 35%;
        margin: 0 0 0 22px;
    }
    .thelong-text h2 {
        margin-left: -23px;
    }
}
@media (max-width: 450px){
    .visitusonfavebook-part{
        width: 100% !important;
    }
}