* {
    font-family: muli, sans-serif
}

body {
    font-family: muli, sans-serif
}


/* CSS for carousal */

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
}

.carousel-indicators li,
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: grey;
}

.carousel-indicators {
    bottom: -20%;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.carousel-control-next,
.carousel-control-prev {
    width: 6%;
    font-size: 50px;
    margin-left: 15px;
    margin-right: 15px;
    opacity: 1;
    transition: opacity .15s ease;
}

.fa-angle-left:before,
.fa-angle-right:before {
    color: grey;
    font-weight: 300;
}

.carousel-inner>.carousel-item {
    padding: 5px;
    vertical-align: middle;
}


/* CSS for newhomescreen starts
 */

.top-header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(../images/top_header.jpg);
    background-position-y: -68%;
    background-size: cover;
}

.top-text {
    margin-top: 10%;
}

#form_section h3 {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 40px
}

#form_section {
    font-size: 1.1rem;
    padding-bottom: 4rem
}

.program_title {
    padding-top: 160px;
    /* text-align: center; */
    color: white;
    font-size: 22px;
    font-weight: bolder;
    padding-left: 1rem;
}

.program_title2 {
    padding-top: 145px;
    color: white;
    font-size: 22px;
    font-weight: bolder;
    padding-left: 1rem;
}

.program3 .program_title {
    padding-top: 140px;
    line-height: 25px
}

.trainer_title {
    font-weight: bolder;
    text-align: center;
    margin-top: 10%;
    font-size: 1.2rem;
}

.trainer_title2 {
    font-weight: bolder;
    text-align: center;
    margin-top: 10%;
    font-size: 1.2rem;
}

.col-md-3 {
    text-align: center;
}

.trainer_subtitle {
    text-align: center;
    font-size: 0.8rem;
    color: black;
}

.card-img {
    -webkit-box-shadow: 0px 0px 15px 3px rgba(117, 117, 117, 0.8);
    box-shadow: 0px 0px 15px 3px rgba(117, 117, 117, 0.8);
    height: 200px;
    width: 200px;
}

.card-img2 {
    -webkit-box-shadow: 0px 0px 15px 3px rgba(117, 117, 117, 0.8);
    box-shadow: 0px 0px 15px 3px rgba(117, 117, 117, 0.8);
    height: 200px;
    width: 330px;
}

#big_section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/bigaudience.png);
    padding: 7rem 2rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -100px;
    color: white;
    font-size: 1.1rem;
}

#big_section h3 {
    font-size: 1.6rem
}

.wd-90 {
    width: 90% !important
}

#train-program-small {
    display: none
}

#train-program {
    display: block;
}

#big_section p {
    line-height: 1.8rem;
}

#app_section {
    padding: 6rem 2rem
}

#app_section h3 {
    font-size: 1.8rem
}

#app_section .row {
    width: 100%
}

.app_section_img {
    background: url('../images/appsection.png');
    width: auto;
    height: 363px;
    background-repeat: no-repeat;
    background-size: cover;
}

.li_list {
    font-size: 1.2rem;
    font-weight: 500
}

.li_list li {
    line-height: 2rem;
    list-style: none;
    margin-left: -21px
}

.li_list li::before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: orange;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1.5em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
}

#instructor_section_desk {
    padding: 2rem 1rem
}

#instructor_section_desk .trainer_img {
    background: url('../images/adamfrater.png');
    height: 150px;
    width: auto;
    background: cover;
    background-repeat: no-repeat
}

#banner_section {
    /* background: url(../images/bannerimg.png); */
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/about-us-header2.png');
    background-size: cover;
    height: 564px;
    color: white;
    background-position: 0px;
}

#banner_section h1 {
    font-weight: 600;
    font-size: 4.2rem;
    margin-top: 6rem;
    line-height: 3.5rem;
    font-family: muli;
}

#banner_section h3 {
    font-family: muli;
    font-weight: 300;
    margin-top: 4%;
    text-align: initial;
}

#our-team {
    margin-top: 5%;
}

#our-team2 {
    margin-top: 10%;
}

#our-team2 h3 {
    margin-top: 25%;
}

#our-team2 h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10%;
    margin-top: 1%;
}

#our-team2 .card {
    height: 600px;
    -webkit-box-shadow: 0px 0px 13px 2px #80808078;
    box-shadow: 0px 0px 13px 2px #80808078;
    border: none;
    padding: 10%;
    text-align: initial;
}

.sub-para {
    font-weight: 100;
    font-family: muli;
    line-height: inherit;
    color: black;
    font-size: 1rem;
}

.img-circular {
    left: 32%;
    top: -10%;
    position: absolute;
    width: 120px;
    height: 120px;
    background-size: cover;
    background-position: -60px;
    display: block;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

.img-circular.mike {
    background-image: url(../images/Mike.jpg);
    background-position: 4px;
}

.img-circular.adam {
    background-image: url(../images/adam.jpeg);
    background-position: 0px;
    background-size: contain;
}

.img-circular.sarah {
    background-image: url(../images/sarahheadshot.jpeg);
    background-position: -2px;
}

.img-circular.jeremy {
    background-image: url(../images/jeremy.png);
    background-position: -2px;
}

.img-circular.obi {
    background-image: url(../images/obi.jpeg);
    background-position: -2px;
}

.img-circular.megan {
    background-image: url(../images/megan.jpg);
    background-position: -4px -29px;
}

.img-circular.jarvis {
    background-image: url(../images/jarvis.jpg);
    background-position: -2px;
}

#train-program {
    display: block;
    padding-bottom: 20px;
    background-color: #b5b5b538;
    padding-top: 10px;
}

#train-program .message-title {
    font-size: 1.6rem;
    font-weight: bold;
    font-family: muli;
    font-weight: bold;
}


/* CSS for newhomescreen ends
 */

#formcard {
    margin: 10px;
    padding: 25px
}

#pre_footer {
    margin-top: 70px;
    margin-bottom: 40px;
}

#main_card {
    width: 50%;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 80px;
    text-align: center;
    margin-bottom: 40px
}

#form_card {
    width: 50%;
    margin: auto;
    box-shadow: 1px 1px 11px 1px grey;
    padding: 10px;
    border-radius: 7px
}

input,
select,
textarea {
    padding: 10px;
}

select {
    width: 100%;
    height: 40px;
    border: none;
    color: #7d7d7d;
    padding-left: 5px;
    background: white;
    border-bottom: 1px solid grey;
}


/* footer code*/

footer {
    background: #151416;
    padding: 4rem 4rem;
    color: white;
    position: absolute;
    left: 0;
    right: 0;
}

footer h5 {
    color: #ffffff9e;
    font-size: 1.109rem;
    font-weight: 500;
}

.ca-list {
    list-style: none;
    padding: .2rem 0;
    font-size: 0.9rem;
}

.ca-list a {
    color: #ffffffdb !important;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

footer img {
    width: 25px
}

footer .logo {
    width: 80px
}

.mobileview {
    display: none
}

@media screen and (max-width: 769px) {
    /* footer img{
        width:50% !important
    } */
    .downloadbutton {
        width: 50% !important;
        display: block
    }
    .mobileview {
        display: block
    }
    .mobile-50 {
        width: 50%
    }
    .non-mobile {
        display: none
    }
    footer {
        padding: 0;
        padding-top: 2rem;
        padding-left: 1rem
    }
    footer .container .row div {
        padding-bottom: 1rem;
    }
    #our-team2 {
        margin-bottom: 10%;
    }
    #our-team2 .card {
        margin-top: 25%;
    }
    #creator-message-small {
        display: block !important
    }
    #train-program-small h3 {
        width: 90%;
        font-size: 30px
    }
    #train-program-small .carousel-indicators {
        margin-bottom: -30px !important;
    }
    #train-program-small .trainer_title {
        margin-top: 0;
        margin-bottom: 0;
        color: white;
        position: absolute;
        bottom: 10px;
    }
    #train-program-small .trainer_title2 {
        margin-top: 0;
        margin-bottom: 0;
        color: white;
        position: absolute;
        bottom: 20px;
    }
    #app_section {
        padding: 2rem 0rem !important;
        margin: 0 !important;
        padding-top: 0 !important
    }
    #app_section .container {
        padding: 0px !important;
        margin: 0 !important
    }
    #app_section .col-sm-12 {
        padding: 0px !important;
        margin: 0 !important
    }
    #app_section .sm-text {
        text-align: left;
        padding-top: 2rem !important
    }
    .app_section_img {
        height: 301px;
    }
    #train-program-small {
        display: block;
        background: gainsboro;
        padding: 6rem 1rem;
        margin-top: 60px;
        padding-top: 1rem
    }
    #train-program {
        display: none;
    }
    #banner_section {
        height: 485px;
        background-position-y: 44px;
    }
    #banner_section .container {
        padding: 0 !important;
        margin: 0 !important
    }
    #banner_section h1 {
        text-align: left;
        font-size: 3rem;
        bottom: 50px;
        font-weight: bolder;
    }
    #banner_section h3 {
        margin-top: 8%;
        font-weight: 300;
        font-size: 1.3rem;
        line-height: initial;
    }
    .mw-100.h-100.pl-5 {
        padding-left: 10px!important;
    }
    .top-text {
        margin-top: 20%;
    }
}

.li_list li {
    line-height: 2.6rem;
}

#big_section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/bigaudience.png);
    padding-top: 5rem;
    padding-left: 1rem;
    padding-bottom: 6rem;
    padding-right: 3rem;
    background-repeat: no-repeat;
    background-position-y: 0;
    text-align: left;
    background-position: center;
}

#big_section .col-sm-12 {
    text-align: left;
}

#big_section a {
    margin-top: 10px
}

.creator-message {
    display: none
}

.div-block {
    display: none
}

#creator-message-small {
    display: block;
}

#banner2 {
    background-position-x: 10%;
    height: 90%;
    background-size: cover
}

#non_small {
    display: none;
}

#div_banner2 {
    width: 100%
}


}
@media screen and (max-width: 479px) {
    #form_card {
        width: 70%;
        margin: auto;
        box-shadow: 1px 1px 11px 1px grey;
        padding: 10px;
        border-radius: 7px
    }
    
    .creator-message {
        display: none
    }
    
    #creator-message-small {
        display: block
    }
    
    .hero {
        height: 90vh
    }
    
    #non_small {
        display: none;
    }
    
    #banner2 {
        background-position-x: 25% !important;
        height: 90%;
        background-size: cover;
        height: 60vh !important;
    }
    
    .div-block {
        display: none
    }
    
    #div_banner2 {
        width: 100%
    }
}
h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 44px;
    font-weight: 300
}
.section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none
}
.nav-link {
    margin-right: 10px;
    margin-left: 10px;
    color: #fff;
    text-decoration: none
}
.nav-item {
    margin-right: 10px;
    margin-left: 10px
}
.link {
    color: #fff;
    font-size: 28px;
    text-decoration: none
}
.nav {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}
.section-2 {
    height: 800px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 3, 3, 0.28)), to(rgba(3, 3, 3, 0.28))), url(../images/scott-webb-5IsdIqwwNP4-unsplash.jpg);
    background-image: linear-gradient(180deg, rgba(3, 3, 3, 0.28), rgba(3, 3, 3, 0.28)), url(../images/scott-webb-5IsdIqwwNP4-unsplash.jpg);
    background-position: 0 0px, 0 0;
    background-size: auto, cover
}
.hero {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 90vh;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url(https://res.cloudinary.com/dfwdupg1x/image/upload/v1565762211/home_assets/image5_b1ryqo.jpg);
    background-size: cover;
    background-position: 0 50%;
}
.hero2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 800px;
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../images/handstand2.png);
    background-position: 0 0
}
.hero3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 800px;
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../images/handstand3.png);
    background-position: 0 -20rem
}
.hero-text {
    margin-left: 10%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 650px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff
}
.scroll {
    display: none;
}
.footer.container.row ul li {
    line-height: 20px;
    width: 100%
}

/* li{
     height:20px;
     width:100%
 } */
.div-block img {
    position: relative;
    top: 42vh;
    left: 5vh;
}
#div_banner2 {
    width: 35%;
    margin-left: 15%
}
select::after {
    /* border: none; */
}
#banner2 {
    background: url(https://res.cloudinary.com/dfwdupg1x/image/upload/v1565762204/home_assets/image11_r2dkme.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 80%;
    padding: 60px;
    height: 60vh
}
.get-course-button {
    margin-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 6px;
    background-color: transparent;
    text-align: center;
    text-transform: uppercase
}
.paragraph {
    margin-top: 20px;
    margin-bottom: 19px;
    font-weight: 400
}
.heading {
    font-size: 45px;
    letter-spacing: 2px
}
#cat {
    border-radius: 5px;
    height: 55vh
}
.img_1 {
    background: url(https://res.cloudinary.com/dfwdupg1x/image/upload/v1565762206/home_assets/image6_e8ohtr.jpg) no-repeat;
    position: relative;
    background-size: cover;
    background-position-x: 30%;
    background-position-y: 70%;
    /* background-position-x: 0 */
}
.img_3 {
    background: url(https://res.cloudinary.com/dfwdupg1x/image/upload/v1565762205/home_assets/image4_wffk8b.jpg) no-repeat;
    position: relative;
    background-size: cover;
    background-position-x: 45%;
    background-position-y: 40%;
    /* background-position-x: 0 */
}
.img_4 {
    background: url(https://res.cloudinary.com/dfwdupg1x/image/upload/v1565762206/home_assets/image10_pkroaq.jpg) no-repeat;
    position: relative;
    background-size: cover;
    /* background-position-x: 40%;
      */
    
    background-position-y: 40%;
    /* background-position-x: 0 */
}
.img_5 {
    background: url(https://res.cloudinary.com/dfwdupg1x/image/upload/v1565762204/home_assets/image3_n5io0r.jpg) no-repeat;
    position: relative;
    background-size: cover;
    background-position-x: 45%;
    background-position-y: 70%;
    /* background-position-x: 0 */
}
.img_2 {
    background: url(https://res.cloudinary.com/dfwdupg1x/image/upload/v1565762205/home_assets/image2_dwvoqi.jpg) no-repeat;
    position: relative;
    background-size: cover;
    background-position-x: 40%;
    background-position-y: 55%;
    /* background-position-x: 0 */
}
.creator-message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.message-title {
    margin-bottom: 25px;
    margin-top: 25px
}
.div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%
}
.message-par {
    margin-right: 25px;
    color: #495057;
    font-size: 16px;
    line-height: 20px
}
.course-button {
    width: 200px;
    margin-top: 25px;
    padding: 14px 20px 15px;
    border: 0 solid transparent;
    background-color: transparent;
    background-image: linear-gradient(137deg, #ef921a 24%, #c24700);
    color: #fff;
    font-weight: 500;
    text-align: center;
}
.course-description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fafafa
}
.desc-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 65%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}
.div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.desc-grid {
    width: 80%;
    grid-auto-flow: row;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto
}
.desc-grid-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.16);
    text-align: center
}
.body {
    max-width: 1800px;
    margin-right: auto;
    margin-left: auto;
    font-family: Montserrat, sans-serif
}
.image {
    max-width: 75px
}
.paragraph-2 {
    max-width: 800px;
    font-size: 16px;
    line-height: 32px
}
.section-title {
    margin-bottom: 50px;
    font-size: 32px;
    font-weight: 600
}
.section-title.for-you-title {
    color: #fff;
    font-weight: 400
}
.desc-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.desc-boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: 100%;
    margin-top: 50px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}
.desc-box {
    display: block;
    width: 45%;
    max-width: 650px;
    margin: 20px auto;
    padding-right: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 1px 2px 6px 2px hsla(0, 0%, 66%, 0.15)
}
.desc-box.desc-box-last {
    background-color: transparent;
    box-shadow: none
}
.desc-box-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 25%;
    padding-top: 0;
    padding-left: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}
.desc-box-text {
    margin: 20px 20px 20px 85px;
    color: #a5a5a5;
    font-size: 16px;
    line-height: 28px;
    text-align: left
}
.desc-box-title {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
    color: #eb5b26;
    font-size: 21px;
    font-weight: 600
}
.desc-box-title.last {
    color: #000;
    font-size: 18px;
    font-weight: 500
}
.results {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.results-heading {
    margin-bottom: 50px;
    font-size: 36px;
    font-weight: 600
}
.slider {
    width: 100%
}
.result-images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 350px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}
.result-img {
    margin-right: 10px;
    margin-left: 10px
}
.macro-breakdown.course-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.dual-par {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    margin-bottom: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}
.paragraph-3 {
    color: #7d7d7d;
    font-weight: 300
}
.paragraph-4 {
    margin-left: 20px;
    color: #7d7d7d
}
.for-you {
    padding-top: 100px
}
.course-section {
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px
}
.course-section.get-course {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 800px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* background-image: url(https://res.cloudinary.com/simplifiidevops/image/upload/f_auto,q_70/v1564248644/fit/landling_pages/chelsey/rect.jpg); */
    
    background-position: 0 0;
    background-size: cover;
    font-weight: 400
}
.for-you-box {
    width: 50%;
    max-width: 650px;
    padding: 20px 50px;
    border-radius: 6px;
    background-color: #fff
}
.bold-text {
    font-weight: 300
}
.bold-text-2 {
    margin-right: 20px;
    font-weight: 300
}
.dual-par-par {
    width: 50%;
    padding-right: 20px;
    padding-left: 20px;
    height: 100%;
}
.dual-par-par img {
    position: relative;
    height: 35vh;
    width: auto;
}
.paragraph-5 {
    color: #7d7d7d;
    font-size: 16px;
    line-height: 32px
}
.paragraph-6 {
    color: #7d7d7d;
    font-size: 16px;
    line-height: 32px
}
.sample-format {
    background-color: #fafafa
}
.sample-format.course-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.sample-format-box {
    width: 60%;
    padding: 50px 40px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1)
}
.footer li {
    list-style: none
}
.form-card {
    width: 50%;
    margin: auto
}
.testimonials.course-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
path {
    stroke: #eb5429
}
.icon .border {
    stroke: #eb5429
}
.success-popup {
    transition: .3s ease all;
    font-family: 'Roboto', sans-serif;
}
select,
input,
textarea {
    display: block;
    border: none;
    border-bottom: 1px #80808094 solid;
    width: 100%;
    margin-bottom: 40px
}
textarea {
    border: 1px #80808094 solid;
}
.testimonial-row {
    display: -webkit-box;
    width: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.testimonial {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 250px;
    max-width: 350px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-radius: 6px;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.09)
}
.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 70px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #222;
    color: #fff
}
.footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.footer-link {
    margin-right: 10px;
    margin-left: 10px;
    color: #fff;
    text-decoration: none
}
.paragraph-7 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: center
}
.div-block-4 {
    width: 50px;
    height: 100%
}
.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}
.utility-page-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}
.div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.cart-button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    text-align: center
}
.cart-quantity {
    margin-left: 0;
    background-color: transparent;
    color: #fff;
    font-size: 14px
}
.cart-quantity-2 {
    color: #000
}
.text-block {
    color: #333;
    font-weight: 600
}
.text-block-2 {
    color: #333
}
.cart-line-item {
    color: #333
}
.heading-2 {
    color: #333;
    font-weight: 600
}
.submit-button {
    background-color: #62ac57
}
.program-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.program-text {
    margin-left: 20px;
    font-size: 16px;
    font-weight: 500
}
.bold-text-3 {
    font-weight: 600
}
.text-block-3 {
    font-weight: 600
}
.text-block-4 {
    font-weight: 600
}
.bold-text-4 {
    font-weight: 600
}
.navbar {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent
}
.container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.nav-link-2 {
    color: #fff
}
.nav-link-3 {
    color: #fff
}
.nav-link-4 {
    color: #fff
}
.nav-link-5 {
    color: #fff
}
.cart-button-2 {
    background-color: transparent
}
.cart-quantity-3 {
    margin-left: 0;
    background-color: transparent;
    color: #fff;
    font-size: 14px
}
.navbar-2 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    background-color: transparent
}
.container-3 {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto
}
.nav-link-6 {
    color: #fff
}
.nav-link-7 {
    color: #fff
}
.nav-link-8 {
    color: #fff
}
.image-2 {
    margin-top: 15px
}
.image-3 {
    width: 25px;
    max-width: none
}
.image-4 {
    width: 35px
}
.image-5 {
    width: 25px
}
.section-3 {
    height: 800px;
    background-color: #1b1b1b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 31, 31, 0.5)), to(rgba(31, 31, 31, 0.5))), url(../images/scott-webb-5IsdIqwwNP4-unsplash.jpg);
    background-image: linear-gradient(180deg, rgba(31, 31, 31, 0.5), rgba(31, 31, 31, 0.5)), url(../images/scott-webb-5IsdIqwwNP4-unsplash.jpg);
    background-position: 0 0px, 0 0;
    background-size: auto, cover
}
.add-to-cart-button {
    width: 150px;
    margin-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 6px;
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    text-align: center;
    text-transform: uppercase
}
.atc {
    width: 200px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px;
    background-image: linear-gradient(119deg, #ee9219, #cb5705);
    text-transform: uppercase
}
.body-2 {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto
}
.cart-button-3 {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent
}
.cart-quantity-4 {
    margin-left: 0;
    background-color: transparent;
    font-size: 14px
}
.cart-item {
    color: #333
}
.cart-footer {
    color: #333
}
.cart-wrapper {
    color: #333
}
.categories-hero {
    height: 500px
}
#creator-message-small {
    display: none
}
.landing-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #222
}
@media (max-width: 991px) {
    .creator-message {
        display: none
    }
    
    #banner2 {
        background-position-x: 10%;
        background-size: cover;
        height: 120vh;
    }
    
    .hero {
        height: 90vh;
        background-position: 50% 50%;
        background-size: cover
    }
    
    .hero2 {
        height: 80vh;
        background-image: url(../images/handstand2.png);
        background-position: 50% 50%;
        background-size: cover
    }
    
    .hero3 {
        height: 80vh;
        background-image: url(../images/handstand3.png);
        background-position: 50% 50%;
        background-size: cover
    }
    
    .creator-message {
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px
    }
    
    .message-par {
        font-size: 14px
    }
    
    .desc-box {
        width: 100%
    }
    
    .results {
        overflow: hidden
    }
    
    .dual-par {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center
    }
    
    .for-you-box {
        width: 75%
    }
    
    .dual-par-par {
        width: 100%;
        margin-bottom: 20px
    }
    
    .paragraph-5 {
        font-size: 14px
    }
    
    .paragraph-6 {
        font-size: 14px
    }
    
    .testimonial-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    
    .testimonial {
        margin-top: 20px;
        margin-bottom: 20px
    }
    
    .heading-3 {
        font-size: 26px;
        text-align: center
    }
    
    .menu-button {
        color: #fff
    }
    
    .container-3 {
        padding-right: 0;
        padding-left: 10px
    }
    
    .menu-button-2 {
        color: #fff
    }
    
    #cat {
        height: 80vh;
    }
}
#creator-message-small {
    display: none
}
@media (max-width: 479px) {
    .creator-message {
        display: none
    }
    
    #form_card {
        width: 70%;
        margin: auto;
        box-shadow: 1px 1px 11px 1px grey;
        padding: 10px;
        border-radius: 7px
    }
    
    #creator-message-small {
        display: block
    }
    
    .creator-message {
        display: none
    }
    
    .hero {
        height: 90vh;
    }
    
    #non_small {
        display: none;
    }
    
    #div_banner2 {
        width: 72%;
        margin-left: 0px;
    }
    
    #banner2 {
        padding: 30px;
        background-position-x: 45%;
        background-size: cover
    }
    /* background-image: url(https://res.cloudinary.com/simplifiidevops/image/upload/f_auto/v1564205037/fit/landling_pages/chelsey/chelsey_ff_bg.jpg); */
    /* background-position: 50% 50%;
         background-size: cover
     } */
    
    .hero2 {
        height: 60vh;
        background-image: url(../images/handstand2.png);
        background-position: 50% 50%;
        background-size: cover
    }
    
    .hero3 {
        height: 60vh;
        background-image: url(../images/handstand3.png);
        background-position: 50% 50%;
        background-size: cover
    }
    
    .hero-text {
        margin-left: 20px;
        margin-top: 110%;
    }
    
    .get-course-button {
        margin-right: auto;
        margin-left: auto
    }
    
    .paragraph {
        padding-right: 76px;
        padding-left: 10px;
        margin-top: 0px;
    }
    
    .message-par {
        margin-right: 0;
        margin-left: 0;
    }
    
    .course-description {
        width: 100%;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    
    .desc-title {
        max-width: 80%
    }
    
    .image {
        width: 50px
    }
    
    .paragraph-2 {
        font-size: 12px
    }
    
    .section-title {
        font-size: 24px;
        text-align: center
    }
    
    .section-title.for-you-title {
        font-size: 20px
    }
    
    .desc-box {
        padding-right: 0
    }
    
    .desc-box-header {
        padding-right: 10px;
        padding-left: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    
    .desc-box-text {
        margin-right: 15px;
        margin-left: 15px;
        font-size: 14px
    }
    
    .desc-box-title.last {
        margin-left: 0;
        text-align: center
    }
    
    .results {
        overflow: scroll
    }
    
    .course-section.get-course {
        height: auto;
        background-position: 50% 50%;
        background-size: cover
    }
    
    .for-you-box {
        width: 85%;
        padding-right: 10px;
        padding-left: 20px
    }
    
    .dual-par-par {
        padding-right: 0;
        padding-left: 0
    }
    
    .sample-format.course-section {
        padding-top: 50px;
        padding-bottom: 50px
    }
    
    .sample-format-box {
        width: 85%;
        padding: 25px 10px
    }
    
    .footer {
        padding: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 10px
    }
    
    .heading-4 {
        margin-right: auto;
        margin-left: auto;
        font-size: 38px
    }
    
    .program-text {
        font-size: 12px
    }
    
    .container-2 {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto
    }
    
    .menu-button {
        padding-left: 18px;
        color: #fff
    }
    
    .menu-button-2 {
        color: #fff
    }
}