body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: rgba(198, 198, 198, 0.238);
}

header{
    background: radial-gradient(at center center, rgb(0, 131, 171) 0%, rgb(0, 131, 171) 46%, rgb(0, 97, 135) 70%, rgb(0, 97, 135) 100%);
    height: 100%;
}
header .section-header{
    padding: 20px 20px 0 20px;
    /* background: red; */
    display: flex;
}
header .section-header .float-topic{
    z-index: 1;
    width: 60%;
    padding: 10px;
    position: relative;
    left: 150px;
    /* background-color: aliceblue; */
    top: 100px;
    color: #ffffff;
    max-width: 45%;
    height: 50%;
}

header .section-header .float-topic h4{
    font-weight: 200;
    font-size: 28px;
}

header .section-header .float-topic span {
    text-decoration: underline;
}
header .section-header .float-topic .attn-text{
    padding-top: 40px;
}
header .section-header .float-topic p{

   font-size: 45px;
   font-weight: 500;
}
header .section-header .float-topic h1{

    font-size: 83px;
    font-weight: 600;
}
header .section-header .float-topic .button-sect{
    margin-top: 60px;
    cursor: pointer;
    /* background-color: red; */
}
/* header .section-header .float-topic .button-sect:hover{

} */
header .section-header .float-topic .button-sect .fa{
    font-size: 30px;
    /* z-index: 5; */
    margin-right: 10px;
}
header .section-header .float-topic .button-sect h3{
    margin-left: 10px;
    padding: 10px;
    text-align: center;
    border-radius: 40px;
    border:  2px solid #ffffff;
    font-size: 28px;
    font-weight: 600;
    width: 62%;


}
header .section-header .float-topic .button-sect h3:hover{
    background-color: #ffffff;
    color: #00afd6;
    width: 82%;
    transform: scaleY(130%);
    transition:  2s;
}


header .section-header .picture-id{
    max-width: 55%;
}
header .section-header img{
    width: 100%;
}

    .arrow-up{
        z-index: 1;
        font-size: 40px;
        background: grey;
        color: #ffffff;
        position:fixed;
        bottom: 80px;
        right: 3%;
        width: 50px;
        text-align: center;
        float: right;
        border: 2px solid #ffffff;
        cursor: pointer;
        transition: all 0.5s ease 0s;
    }
    .arrow-up:hover{
        background: #ffffff;
        color: #00afd6;
        border: 4px solid #00afd6;
    }
/* ______________________JAVASCRIPT ADDED________________ */

.email-modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.7);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in-out;
    visibility: hidden;
    opacity: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 700;


}
.email-modal--visible{
    visibility: visible;
    opacity: 1;
    z-index: 2;

}
.email-modal__close-btn{
    position: fixed;
    top: 0;
    right: 0;
    padding: 20px;
    cursor: pointer;
    background:#00afd6;
}
.email-modal .gg-close{
    color: white;
}
.gg-close{
    --ggs:2;
}

.email-modal__container{
    max-width: 600px;
    width: 100%;
    color: #006990;
    display: flex;
    position: relative;
    overflow: hidden;
    padding: 20px;
    background: #f6f4f4;
    border-bottom: 20px solid #00afd6;
}
.email-modal__info{
    width: 100%;
    padding: 15px;
}
.email-modal h2{
    padding-top: 10px;
    font-size: 1.8rem;

}
.email-modal.email-modal--visible .email-modal__container .email-modal__info .head-mod{
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}
.email-modal.email-modal--visible .email-modal__container .email-modal__info #top-first-side{
    font-size: 50px;
}

.email-modal.email-modal--visible .email-modal__container .email-modal__info #top-sec-side h4{
    color: #00afd6;
    font-size: 18px;
    padding-bottom: 10px;
}
.email-modal #divider{
    border-bottom: 1px dashed #006990;
    border-top: 1px dashed #006990;
    height: 5px;
    display: block;
    width: 100%;
}
.email-modal.email-modal--visible .email-modal__container .email-modal__info #prog-select{
    background: #ffffff;
    width: 100%;
    height: 40px;
    border: 0px solid;
}
.email-modal.email-modal--visible .email-modal__container .email-modal__info .input-names{
   display: flex;
   justify-content: space-between;
   height: 40px;
   margin-top: 10px;
   margin-bottom: 10px;
}
.email-modal.email-modal--visible .email-modal__container .email-modal__info .input-names #name-input{
    width: 49%;
    border: 0px solid;
}
.email-modal.email-modal--visible .email-modal__container .email-modal__info #num-input{
    height: 40px;
    margin-bottom: 10px;
    border: 0px solid;
    width: 100%;
}
.email-modal__message{
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    padding: 20px 0;
    color: #11225c;
    text-align: center;
}
.email-modal__form-group{
    background: white;
    display: flex;
    padding: 5px;
    margin-bottom: 1.2rem;

}
.email-modal__form-group--error{
    border: 1px solid red;
}
.email-modal__input{
    background: #ffffff;
    border: 0px solid;
    width: 100%;
    height: 40px;
    display: flex;
}

.email-modal__button{
    background: #006990;
    color: white;
    border: 0;
    height: 40px;
    width: 100%;
    cursor: pointer;
    border: 2px solid #11225c;
    font-size: 20px;
}
.email-modal__error-message{
    color: red;
    margin-bottom: .7rem;
    font-size: .8rem;
    display: none;
}
.email-modal__error-message--active{
    display: block;
}
.email-modal__decline-offer{
    color: #11225c;
    text-decoration: underline;
    font-size: .9rem;
    cursor: pointer;
    transition: color .3s ease-in-out;
}
.email-modal__decline-offer:hover{
    color:white;
}

.email-thank{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00afd6;
    transform: translate3d(100%, 0, 0);
    transition: all .4s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 15px solid #ffffff;
}
.email-thank--success{
    transform: translate3d(0,0,0);
}
.email-thank__title{
    color: #ffffff;
    font-size: 3rem;
    font-weight:700;
    margin-bottom: 1.5rem;
    opacity: 0;
    transition: opacity .3s ease-in-out .4s;
}
.email-thank__message{
    text-align: center;
    color: #ffffff;
    font-weight: 300;
    font-size: 1rem;
    opacity: 0;
    transition: opacity .3s ease-in-out .7s;
}
.email-thank--success .email-thank__title, .email-thank--success .email-thank__message{
    opacity:1;
}
input:focus {
    background-color: rgb(243, 248, 250);

}



/* Javascript added slide ABOVE*/









/* SECTION CREATION */
section {
    /* padding: 20px; */
    border-radius: 10px;
    z-index: 1;
    width: 85%;
    margin: 0 auto;
    border: 1px solid #ebebeb;

    /* position: absolute */
    position: relative;
    bottom: 80px
}

/* SKILLSET ROW */
section .row-skillset{
    background-color: #00afd6;
    background: #00afd6;
    display: flex;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    color: #ffffff;

}
section .row-skillset .skill-type{
    line-height: 25px;
    padding: 40px;
}
section  .row-skillset  .skill-type .skill-img{
    padding: 10px;
}
section .row-skillset  .skill-type h3{
    font-size: 25px;
    padding: 40px 0;
}
section .row-skillset  .skill-type p{
    font-weight: 400;
    font-size: 15px;
}


/* ABOUT-US ROW */
section .row-about-us{
    /* background-color: red; */
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    background: #ffffff;
}
section .row-about-us .signage-txt{
    width: 50%;
    padding: 60px 20px;
    line-height: 24px;

}
section .row-about-us .signage-txt h1{
    padding: 10px 0;
    font-size: 30px;
    color: #11225c;
    font-weight: 300;
}
section .row-about-us .signage-txt h2{
    font-size: 22px;
    font-weight: 300;
    color: #00afd6;
    padding-bottom: 30px;
}
section .row-about-us .signage-txt p, ul{
    font-size: 18px;
    color: #52627c;
    padding-bottom: 30px;
    font-weight: 200;
}
section .row-about-us .signage-txt ul{
    list-style:square;
}
section .row-about-us .signage-txt li{
    margin-left: 25px;
    padding-left: 20px;

}
section .row-about-us .signage-txt .img-box{
    display: flex;
    justify-content: right;
}
section .row-about-us .double-photos{
    padding: 60px 10px;
}

/* E-BOOK ROW */
section .row-e-book-sect{
    /* background-color: red; */
    display: flex;
    justify-content: center;
    background-color: #cbeef5;
    /* background: #52627c; */
    color: #11225c;
    padding: 20px 30px;
}
section .row-e-book-sect .book-photos{
    width: 40%;
    padding: 20px;
    /* background-color: red; */
    display: flex;
    justify-content: center;
}
section .row-e-book-sect .book-photos img{
    width: 100%;
}
section .row-e-book-sect .free-copy{
    width: 40%;
    padding: 20px;
    line-height: 30px;
}
section .row-e-book-sect .free-copy h1{
    padding: 10px 0;
    font-size: 30px;
    font-weight: 300;
}
section .row-e-book-sect .free-copy h3{
    font-size: 22px;
    font-weight: 300;
    padding-bottom: 30px;
}
section .row-e-book-sect .free-copy p{
    font-size: 18px;
    color: #52627c;
    padding-bottom: 30px;
    font-weight: 200;
}
section .row-e-book-sect .button-sect h3{
    padding: 10px;
    text-align: center;
    border-radius: 40px;
    background-color:#00afd6;
    font-size: 20px;
    font-weight: 300;
    width: 60%;
    cursor: pointer;
}
section .row-e-book-sect .free-copy #click-txt{
    color: #ffffff;
}
section .row-e-book-sect .free-copy #click-txt .fa{
    font-size: 24px;
    font-weight: 300;
    margin-right: 10px;
}


/* +++++++++++++ CLIENTS ROW +++++++++++++++++++++++++++++++++ */
section .container-fluid{
    padding: 50px 100px;
}
section .container-fluid .row {
    /* background-color: red; */
}
/* section .container-fluid .row img{
    border-radius: 5px;
    margin-top: 35px;

} */
section .col-lg-3, .col-md-6{
    /* background-color: red; */

}
section .container-fluid .row  .container-bg{
    border-radius: 5px;
    margin-top: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

section .container-fluid .row  .container-info{
    color: #ffffff;
    text-align: center;
    background: linear-gradient(#006990, #00afd6);
    opacity: 0.8;
    padding: 80px 0;
    transform:translateY(-100%);
    /* visibility: hidden; */
}
section .container-fluid .row  .container-bg:hover .container-info{
    /* visibility: visible; */
    transform: translateX(0%);
    transition: transform 1s;
}
section .container-fluid .row  .container-bg .container-info h3{
    font-size: 22px;
}
section .container-fluid .row  .container-bg .container-info h4{
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 20px;
}
section .container-fluid .row  .container-bg .container-info a{
    text-decoration: none;
}

section .container-fluid .row  .container-bg .container-info i{
    border: 2px solid #ffffff;
    padding: 5px 7px;
    color: #ffffff;
    border-radius: 50%;
}
section .container-fluid .row  .container-bg .container-info i:hover{
    background: #ffffff;
    color: #00afd6;
}

section .container-fluid .row div .testimonials{
    border-radius: 5px;
    border: 2px solid #00afd6;
    margin-top: 4.25%;
    padding: 30px;
    height: 92%;
}
section .container-fluid .row div .testimonials h1{
    padding: 10px 0;
    font-weight: 300;
    color: #00afd6;
    font-size: 30px;
}
section .container-fluid .row div .testimonials h2{
    font-size: 22px;
    color: #11225c;
    font-weight: 400;
    padding-bottom: 20px;
}
section .container-fluid .row div .testimonials p{
    font-size: 16px;
    color: #52627c;
    font-weight: 200;
}

/************ Personal Newsletter EMAIL SIGN UP **************/
section .row-personal-newsletter {
    display: flex;
    justify-content: space-evenly;
    background-color: #ebebeb;
    background: #ebebeb;
    border-bottom: 10px solid #00afd6;
    width: 85%;
    margin: 0 auto;
    padding: 50px;
}
section .row-personal-newsletter .email-error-msg{
    color: red;
    margin-bottom: .7rem;
    display: none;
}
section .row-personal-newsletter .group--error{
    border: 2px solid red
}
section .row-personal-newsletter .email-error-msg--active{
    display: block;
}
section .row-personal-newsletter .form-info{
    padding: 20px;
    width: 80%;
}
section .row-personal-newsletter .form-info h1{
    padding: 10px 0;
    font-weight: 300;
    color: #00afd6;
    font-size: 30px;
}
section .row-personal-newsletter .form-info h2{
    font-size: 22px;
    color: #11225c;
    font-weight: 400;
    padding-bottom: 20px;
}
section .row-personal-newsletter .email-txt{
    width: 65%;
    border-radius: 5px 0px 0px 5px;
    padding: 9px;
    font-size: 19px;
}
section .row-personal-newsletter button{
    width: 20%;
    border-radius: 0px 5px 5px 0px;
    margin-left: -5px;
    border: 2px solid #00afd6;
    background-color: #00afd6;
    background: #00afd6;
    color: #ffffff;
    padding: 9px;
    font-size: 19px;
    letter-spacing: 1px;
    font-weight: 300;
}


/**************** Row Questions with Social Media Tags *******/
section .row-questions{
    background: #006990;
    background-color: #006990;
    padding: 40px 60px;
    position: relative;
    top: 70px;
    display: flex;
    justify-content: space-evenly;

}
section .row-questions .quest-txt{
    padding: 25px 50px;
    width: 55%;
    color: #ffffff;
    vertical-align: middle;
}
section .row-questions .quest-txt h1{
    margin-bottom: 10px;
    font-size: 50px;
}
section .row-questions .quest-txt h3{
    margin-bottom: 30px;
    font-weight: 300;
}
section .row-questions .quest-txt p{
    line-height: 28px;
    font-weight: 300;
}
section .row-questions .quest-socials{
    width: 45%;
    /* background-color: red; */
    padding: 25px 5px;
    position: relative;
    top: 80px;
}
body > section > div.row-questions > div.quest-socials > a:nth-child(1) > i{
    padding: 15px 28px;
}
section .row-questions .quest-socials .fa{
    color: #ffffff;
    border-radius: 50%;
    padding: 15px 19px;
    font-size: 50px;
    text-align: center;
    margin-right: 10px;
}
section .row-questions .quest-socials .fa:hover{
    background: #ffffff;
    color: #006990;
}

/******************* SESSIONS & ONLINE COURSES ***************/
section .row-services{
    margin-top: 50px;
    padding: 50px 100px;

}
section .row-services .pricing-sect{
    text-align: center;
    width: 100%;
    padding: 50px 0;
}
section .row-services .pricing-sect h1{
    font-weight: 400;
    color: #00afd6;
    font-size: 45px;
    letter-spacing: 1px;
}
section .row-services .pricing-sect h3{
    font-size: 30px;
    color: #11225c;
}
section .row-services .pboxes{
    display: flex;
    justify-content: center;
    padding: 40px 0;
}
section .row-services .price-box{
    padding: 40px;
    border: 2px solid #cbcbcb;
    border-radius: 10px;
    text-align: center;

}
section .row-services .price-box:hover{
    transform: scale(115%);
    transition: transform 2s;
    border: none;
    background: #eeeeee;
}
section .row-services .price-box h4{
    color: #11225c;
    font-size: 20px;
    padding: 20px 20px 0 20px;
}
section .row-services .price-box #dollar-sign{
    color: #00afd6;
    display: inline-block;
    vertical-align: 27px;
    font-size: 25px;
    font-weight: 300;
}
section .row-services .price-box span{
    display: inline-block;
    font-size: 100px;
    font-weight: 600;
    color: #00afd6;
}
section .row-services .price-box #mo{
    font-size: 25px;
    font-weight: 300;
}
section .row-services .price-box p{
    line-height: 30px;
    color: #52627c;
    font-weight: 300;
}
section .row-services .price-box .button-sect{
    padding: 20px 40px;
}
section .row-services .price-box .button-sect #click-txt{
    background-color:#00afd6;
    margin: 0 auto;
    border-radius: 35px;
    padding: 7px;
    color: #ffffff;
    transform: scale(95%);
    cursor: pointer;
}
section .row-services .price-box .button-sect #click-txt:hover{
    transform: scale(125%);
    background:#ffffff;
    box-shadow: 5px 5px 10px #5e5e5e;
    transition: transform 1s ease-out;
    color: #006990;
}

/* +++++++++++++++ TITLE FOR COACHING SERVICES ++++++++++ */
section .row-services .pricing-sect h2{
    font-size: 34px;
    color: #00afd6;
    font-weight: 300;
}
section .row-services .pricing-sect h4{
    color: #11225c;
}

/* +++++++++++++++ ADDITIONAL COACHING SERVICES ++++++++++ */
section .row-services .courses{
    display: flex;
    justify-content: center;
    padding: 30px 20px 0 20px;
    /* background-color: red; */
}
section .row-services .courses .course-info{
    width: 50%;
    display: flex;
}
section .row-services .courses .course-info .type{
    padding: 0 40px;
}
section .row-services .courses .course-info .type h5{
    color: #00afd6;
    line-height: 28px;
}
section .row-services .courses .course-info .type h6{
    padding-bottom: 20px;
    font-weight: 400;
}
section .row-services .courses .course-info .type p{
    line-height: 30px;
    color: #52627c;
    font-weight: 300;
}
section .row-services .courses .course-info .type .button-sect{
    padding: 0 50px 0 0;
    /* background-color: red; */
}
section .row-services .courses .course-info .type .button-sect #click-txt{
    color: #ffffff;
    background-color:#00afd6;
    border-radius: 35px;
    padding: 9px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}
section .row-services .courses .course-info .type .button-sect #click-txt .fa{
    margin-right: 5px;
}
section .row-services .courses .course-info .type .button-sect #click-txt:hover{
    box-shadow: 2px 5px 10px #5e5e5e;
    background: #ffffff;
    color: #006990;
}
/* +++++++++++++++++++++++++++ DIVIDER ++++++++++++++++++++++++++++++++ */

section .row-services #divider{
    border-bottom: 2px dashed #F0F2F7;
    padding: 30px 0;
    border-color: #52627c;
}

/* Courses bottom third */

section .row-services .extra-info{
    display: flex;
    padding-top: 50px;
    justify-content: center;
}
section .row-services .extra-info .info-side-half{
    padding: 30px;
}
section .row-services .extra-info .info-side-half #side-row{
    display: flex;
    justify-content: center;
    padding: 0 20px 60px 20px;
}
section .row-services .extra-info .info-side-half #side-row .fa{
    margin-right: 25px;
    font-size: 50px;
    color: #00afd6;
    padding: 5px;
}
section .row-services .extra-info .info-side-half #side-row #side2-row h3{
    font-size: 19px;
    padding: 10px 0;
}
section .row-services .extra-info .info-side-half #side-row #side2-row p{
    line-height: 30px;
    color: #52627c;
    font-weight: 300;
}

/* ++++++++++++++++++++++++ BOTTOM BORDER +++++++++++++++++++++++++++++++++++++ */

section .row-bottom-clip{
    position: relative;
    background-color:#00afd6;
    background-color: #00afd6;
    display: flex;
    justify-content: center;
    color: #ffffff;
    padding: 50px;
    box-sizing: border-box;
}
section .row-bottom-clip:after{
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 100%;
    left: 50%;
    content: '';
    transform: rotate(45deg) translate(0%, 70%);
    background: #00afd6;
    background-color: #00afd6;
}
section .row-bottom-clip #side1{
    width: 50%;
    padding: 20px;
    text-align: center;
}
section .row-bottom-clip .button-sect{
    width: 50%;
    padding: 20px 0;
    text-align: center;
}
section .row-bottom-clip .button-sect h3{
    padding: 10px;
    border-radius: 40px;
    border:  2px solid #ffffff;
    font-size: 24px;
    width: 60%;
    margin: 0 auto;
    cursor: pointer;
}
section .row-bottom-clip .button-sect h3:hover{
    background-color: #ffffff;
    color: #00afd6;
    transform: scale(130%);
    transition:  2s;
}
section .row-bottom-clip .button-sect .fa{
    margin-right: 10px;
}


/* +++++++++++++++++++++++++++ FOOTER SECTION ++++++++++++++++++++++++++++++++ */
footer{
    /* background-color: red; */
    padding: 10px 80px 60px 80px;
}
footer .sandwich-bar{
    width: 50%;
    margin: 0 auto;
    cursor: pointer;
    background-color: #00afd6;
    display: none;
}
footer .sandwich-bar i{
    color: #ffffff;
    font-size: 40px;
}

footer .navbar ul{
    margin: 0 auto;
    /* display: block; */

    display: flex;
    padding: 20px;
}
footer .navbar ul li {
    margin-right: 60px;
}
footer .navbar ul li a{
    color: #5e5e5e;
    text-decoration: none;
    font-weight: 300;
    font-size: 20px;
}
footer .social-links{
    display: flex;
    margin-left: 100px;
    /* background-color: #11225c; */
    width: 25%;
    padding: 50px 0;
}
footer .social-links .fa{
    margin-right: 5px;
    color: #00afd6;
    font-size: 40px;

}
footer .copyright-info{
  text-align: center;
    /* background-color: #ffffff; */
    color: #00afd6;
}
footer .copyright-info a{
    text-decoration: none;
    color: #00afd6;
}










/* RESPONSIVE LAYOUT */
@media screen and (max-width: 1592px){

    header .section-header .float-topic .button-sect h3 {
        font-size: 24px;
    }
    section .row-e-book-sect .button-sect h3 {
        font-size: 18px;
    }
    section .row-e-book-sect .free-copy #click-txt .fa {
        font-size: 18px;
    }
    section .row-services .price-box .button-sect #click-txt {
        font-size: 14px;
    }
    section .row-services .courses .course-info .type .button-sect #click-txt .fa {
        font-size: 14px;
    }
}
@media screen and (max-width: 1440px){

    header .section-header .float-topic h1 {
        font-size: 65px;
    }
    body > header > div > div.float-topic > div.attn-text > p{
        font-size: 35px;
    }
    header .section-header .float-topic .button-sect {
        margin-top: 30px;
    }
    section .row-bottom-clip .button-sect h3 {
        width: 65%;
    }
    section .row-services .courses .course-info .type .button-sect {
        padding: 0;
    }
    section .row-services .courses .course-info .type {
        padding: 0 20px;
    }

}
@media screen and (max-width: 1325px){

    header .section-header .float-topic .button-sect h3 {
        font-size: 24px;
    }
    header .section-header .float-topic .button-sect h3 {
        width: 80%;
    }
    section .row-e-book-sect .book-photos {
        width: 50%;
    }
    section .row-e-book-sect .button-sect h3 {
        width: 75%;
    }
    section .container-fluid .row div .testimonials {
        padding: 0px 15px;
    }
    section .row-services .price-box .button-sect {
        padding: 0;
    }
    body > section > div.row-services > div.courses > div:nth-child(1) > div.display-img{
        width: 120%;
    }
    body > section > div.row-services > div.courses > div:nth-child(1) > div.display-img > img{
        width: 100%;
    }
    body > section > div.row-services > div.courses > div:nth-child(2) > div.display-img{
        width: 120%;
    }
    body > section > div.row-services > div.courses > div:nth-child(2) > div.display-img > img{
        width: 100%;
    }
    section .row-bottom-clip .button-sect h3 {
        width: 80%;
    }
}
@media screen and (max-width: 1279px){

    header .section-header .float-topic h4 {
        font-size: 20px;
    }

    header .section-header .float-topic .attn-text {
        padding-top: 10px;
    }
}
@media screen and (max-width: 1146px){

    body > header > div > div.float-topic > div.attn-text > p {
        font-size: 30px;
    }
    header .section-header .float-topic h1 {
        font-size: 50px;
    }
    header .section-header .float-topic .button-sect h3 {
        margin-left: 0;
    }
    section .row-e-book-sect .button-sect h3 {
        width: 100%;
    }
    section .row-e-book-sect .book-photos {
        padding: 80px 0;
    }
    section .container-fluid .row div .testimonials {
        padding: 0px 10px;
    }
    section .container-fluid .row div .testimonials h1 {
        font-size: 24px;
    }
    section .container-fluid .row div .testimonials h2 {
        font-size: 18px;
        padding-bottom: 10px;
    }
    section .container-fluid .row div .testimonials p {
        font-size: 14px;
    }
    body > section > div.row-personal-newsletter > div.book-photos > img{
        width: 80%;
    }
    section .row-questions .quest-txt {
        padding: 25px 0px;
        text-align: center;
        width: 100%;
    }
    section .row-questions {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 40px 80px;
    }
    section .row-questions .quest-socials {
        width: 100%;
        padding: 0px 5px;
        position: static;
        height: 85px;
        text-align: center;
    }
    section .row-services .extra-info .info-side-half #side-row {
        padding: 0 20px 30px 20px;
    }
    section .row-services .price-box h4 {
        padding: 0px 20px 0 20px;
    }
    section .row-services .price-box #dollar-sign {
        vertical-align: 13px;
        /* font-size: 25px; */
    }
    section .row-services .price-box span {
        font-size: 60px;
    }
    section .row-services .price-box .button-sect #click-txt {
       padding: 3px;
    }
}
@media screen and (max-width: 1047px){
    header .section-header .float-topic {
        top: 30px;
    }
    header .section-header .float-topic .button-sect h3 {
        width: 92%;
    }
    section .row-about-us .signage-txt {
        width: 100%;
        vertical-align: baseline;
    }
    section .row-about-us .double-photos {
        padding: 170px 10px 0 10px;
        vertical-align: baseline;
    }
    section .row-e-book-sect .book-photos {
        padding: 100px 0;
    }
    section .container-fluid .row div .testimonials h1 {
        font-size: 20px;
        padding: 10px 0 0 0;
    }
    section .container-fluid .row div .testimonials h2 {
        font-size: 15px;
    }
    section .row-personal-newsletter button {
        width: 25%;
    }
    section .row-services .pricing-sect h3 {
        font-size: 24px;
    }
    section .row-services .price-box {
        padding: 40px 10px;
    }
    section .row-services .pricing-sect h2 {
        font-size: 32px;
    }
    section .row-bottom-clip .button-sect h3 {
        width: 90%;
    }
    section .row-services .extra-info .info-side-half {
        padding: 30px 10px;
    }
    section .row-services .extra-info .info-side-half #side-row #side2-row p {
        line-height: 24px;
    }
    section .row-services .pricing-sect h4 {
        font-size: 22px;
    }
}

/* ___________________________MOBILE DEVICES_______________________________ */
@media screen and (max-width: 993px){
    header .section-header .float-topic {
        top: 0px;
    }
    section .row-skillset {
       display: block;
    }
    body > section > div.row-skillset > div:nth-child(1){
        padding: 40px 80px;
    }
    body > section > div.row-skillset > div:nth-child(2){
        width: 45%;
        display: inline-block;
        padding: 10px 20px;
    }
    body > section > div.row-skillset > div:nth-child(3){
        width: 40%;
        display: inline-block;
        padding:  10px 20px;
    }
    section .row-about-us {
        display: block;
        padding: 0 50px;
    }
    body > header > div > div.float-topic > div.attn-text > p {
        font-size: 26px;
    }
    section .row-about-us .signage-txt {
        padding: 60px 0px;
    }
    section .row-about-us .double-photos {
        padding: 0px 0px 60px 0;
    }
    section .row-e-book-sect {
        padding: 0;
    }
    section .container-fluid .row div .testimonials h1 {
        font-size: 24px;
    }
    section .container-fluid .row div .testimonials h2 {
        font-size: 18px;
    }
    section .container-fluid .row div .testimonials p {
        font-size: 16px;
    }
    section .row-services .pboxes {
        display: block;
        padding: 0;
        text-align: center;
    }
    body > section > div.row-services > div.pboxes > div:nth-child(2){
        width: 49%;
        display: inline-block;
    }
    body > section > div.row-services > div.pboxes > div:nth-child(3){
        width: 49%;
        display: inline-block;
    }
    section .row-services .pricing-sect h2 {
        font-size: 28px;
    }
    section .row-services .pricing-sect h4 {
        font-size: 19px;
    }
    section .row-services .courses {
        display: block;
        padding: 0px 20px;
    }
    section .row-services .courses .course-info {
        width: 49%;
        display: inline-block;
    }
    body > section > div.row-services > div.courses > div:nth-child(1) > div.display-img {
        width: 80%;
        margin: 0 auto;
    }
    body > section > div.row-services > div.courses > div:nth-child(2) > div.display-img {
        width: 80%;
        margin: 0 auto;
    }
    section .row-services .courses .course-info .type h5 {
        padding-top: 20px;
    }
    section .row-bottom-clip .button-sect h3 {
        width: 100%;
    }
}
@media screen and (max-width: 920px){
    header .section-header .float-topic {
        left: 100px;
    }
    header .section-header .float-topic h4 {
        font-size: 17px;
    }
    body > header > div > div.float-topic > div.attn-text > p {
        font-size: 20px;
    }
    header .section-header .float-topic h1 {
        font-size: 35px;
    }
    header .section-header .float-topic .button-sect h3 {
        width: 100%;
    }
    body > header > div > div.float-topic > div.button-sect > h3{
        font-size: 20px;
    }
    header .section-header .float-topic .button-sect .fa {
        font-size: 20px;
    }
    section .row-personal-newsletter {
        display: block;
    }
    section .row-personal-newsletter .book-photos {
        padding: 20px;
        width: 100%;
        text-align: center;
    }
    body > section > div.row-personal-newsletter > div.book-photos > img {
        width: 50%;
    }
    section .row-personal-newsletter .form-info {
        padding: 20px;
        width: 100%;
    }
    section .row-personal-newsletter button {
        width: 30%;
    }
    body > footer > div.navbar > ul > li {
        margin-right: 10px;
    }
}

@media screen and (max-width: 820px){
    section {
        bottom: 50px;
    }

    header .section-header .float-topic .button-sect h3 {
        padding: 10px 0;
    }
    section .row-about-us .signage-txt {
        padding: 60px 25px 0 25px;
    }
    section .row-about-us {
        padding: 0 25px;
    }
    section .row-e-book-sect .book-photos {
        padding: 180px 0px;
        width: 40%;
    }
    section .row-e-book-sect .free-copy #click-txt {
        padding: 10px 0;
    }
    section .row-services .pricing-sect h1 {
        font-size: 36px;
    }
    section .row-services .pricing-sect h3 {
        font-size: 20px;
    }
    section .row-services .extra-info .info-side-half #side-row {
        display: block;
    }

    section .row-bottom-clip .button-sect {
        padding: 10px 0;
        margin: auto;
    }
    body > footer > div.navbar > ul > li:nth-child(1){
        margin-right: 30px;
    }
    footer .navbar ul {
        display: flex;
        justify-content: center;
    }
    footer .navbar ul li {
        margin-right: 25px;
    }

    footer .social-links {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-left: 0;
    }

}

@media screen and (max-width: 795px){

    header .section-header .float-topic h4 {
        font-size: 14px;
    }
    header .section-header .float-topic .attn-text {
        padding-top: 0px;
    }
    body > header > div > div.float-topic > div.attn-text > p {
        font-size: 20px;
        margin: 0;
    }
    header .section-header .float-topic .button-sect h3 {
        width: 78%;
    }
    section .row-e-book-sect {
        display: block;
    }
    section .row-e-book-sect .book-photos {
        width: 100%;
    }
    book-sect .book-photos img {
        width: 50%;
    }
    section .row-e-book-sect .free-copy {
        text-align: center;
    }
    section .row-e-book-sect .button-sect h3 {
        width: 50%;
        margin: 0 auto;
    }
    section .row-personal-newsletter .form-info {
        padding: 20px 0;
    }
    section .row-services .courses {
        padding: 0px;
    }
    section .row-services .extra-info .info-side-half {
        padding: 30px 0px;
    }
    section .row-services .extra-info .info-side-half #side-row {
        padding: 0 0 20px 0;
    }
    section .row-services .extra-info .info-side-half #side-row .fa {
        margin-right: 10px;
        font-size: 30px;
        padding: 5px 0 0 0;
    }

    #side1 > h2{
        font-size: 18px;
    }

    section .row-bottom-clip .button-sect h3 {
        font-size: 18px;
    }

}










@media screen and (max-width: 768px){

    header .section-header .float-topic .button-sect h3:hover {
        background-color: #ffffff;
        color: #00afd6;
        width: auto;
        transform: none;
        transition: none;
    }
    section {
        bottom: 30px;
    }
    header .section-header .float-topic {
        top: 40px;
    }

    body > header > div > div.float-topic > div.button-sect > h3{
        font-size: 18px !important;
        width: 100% !important;
    }
    body > section > div.row-skillset > div:nth-child(1) {
        display: block;
        width: 100%;
        padding: 40px 80px;
    }
    body > section > div.row-skillset > div:nth-child(2) {
        display: block;
        width: 100%;
        padding: 40px 80px
    }
    body > section > div.row-skillset > div:nth-child(3) {
        display: block;
        width: 100%;
        padding: 40px 80px
    }
    section .row-e-book-sect .book-photos {
        width: 50%;
        margin: 0 auto;
        display: block;
    }
    section .row-e-book-sect .free-copy {
       width: 100%;
    }
    section .row-e-book-sect .free-copy {
        padding: 20px 60px;
    }
    section .row-e-book-sect .button-sect h3 {
        padding: 15px;
    }
    body > section > div.row-personal-newsletter > div.book-photos > img {
        width: 40%;
    }
    body > section > div.row-questions > div.quest-txt > h3{
        font-size: 20px;
    }
    section .row-services {
        margin-top: 50px;
        padding: 50px;
    }
    body > section > div.row-services > div.pboxes > div:nth-child(2) {
        display: block;
        width: 100%;
        padding: 40px 10px;
    }
    body > section > div.row-services > div.pboxes > div:nth-child(3) {
        display: block;
        width: 100%;
        padding: 40px 10px;
    }
    section .row-services .pricing-sect h1 {
        font-size: 30px;
    }
    section .row-services .pricing-sect h3 {
        font-size: 18px;
    }
    section .row-services .pricing-sect h2 {
        font-size: 26px;
    }
    section .row-services .pricing-sect h4 {
        font-size: 18px;
    }
    section .row-services .price-box:hover {
        transform: none;
        transition: none;
        border: 2px solid #cbcbcb;
        background: none;
    }
    section .row-services .price-box .button-sect #click-txt {
        padding: 5px;
        width: 50%;
    }
    section .row-services .price-box .button-sect #click-txt:hover {
        transform: none;
        transition: none;
        box-shadow: none;
        background: #006990;
        color: #ffffff;
    }
    section .row-services .courses .course-info {
        width: 100%;
        display: block;
        padding: 20px 0;
    }
    body > section > div.row-services > div.courses > div:nth-child(1) > div.display-img {
        width: 50%;
        margin: 0 auto;
    }
    body > section > div.row-services > div.courses > div:nth-child(2) > div.display-img {
        width: 50%;
        margin: 0 auto;
    }
    section .row-services .courses .course-info .type .button-sect #click-txt {
        width: 50%;
        margin: 0 auto;
    }
    section .row-services .courses .course-info .type .button-sect #click-txt:hover {
        box-shadow: none;
        background:#006990;
        color: #ffffff;
    }
    section .row-services .courses .course-info .type {
        padding: 20px 10px;
    }
    section .row-services .extra-info {
        display: block;
    }
    section .row-services .extra-info .info-side-half {
        padding: 0;
    }
    section .row-bottom-clip {
        width: 100%;
        display: block;
    }
    section .row-bottom-clip #side1 {
        width: 100%;
    }
    section .row-bottom-clip .button-sect {
        width: 50%;
        margin: 0 auto;
    }
    section .row-bottom-clip .button-sect h3:hover {
        background-color: #ffffff;
        color: #00afd6;
        transform: none;
        transition: none;
    }

   .arrow-up {
        display: none;
    }


}

@media screen and (max-width: 708px){

    section{
        position: static;
        width: 95%;
    }
    header .section-header {
       display: block;
    }
    header .section-header .float-topic {
        position: relative;
        width: 100%;
        max-width: none;
        text-align: center;
        top: 415px;
        color: #ffffff;
        left: 0%;
        line-height: 20px;
    }

    header .section-header .picture-id {
        width: 80%;
        max-width: none;
        position: relative;
        right: 0%;
        top: -200px;
    }
}

@media screen and (max-width: 673px){
    header .section-header .float-topic {
        top: 345px;
    }
    section .row-questions {
        padding: 40px;
    }
}
@media screen and (max-width: 557px){
    header .section-header .float-topic {
        top: 320px;
    }
}

@media screen and (max-width: 540px){
    header .section-header .float-topic {
        top: 310px;
    }

    .email-modal.email-modal--visible .email-modal__container .email-modal__info .head-mod {
        display: block;
    }

    .email-modal__container{
        width: 75%;
    }
    .email-modal.email-modal--visible .email-modal__container .email-modal__info .input-names {
        display: block;
        margin-bottom: 32px;
    }
    section .row-personal-newsletter .email-txt {
        width: 100%;
    }
    .email-modal.email-modal--visible .email-modal__container .email-modal__info .input-names #name-input {
        width: 100%;
        margin-bottom: 10px;
    }

    section .row-e-book-sect .book-photos {
        width: 80%;
        margin: 0 auto;
        display: block;
        padding: 10px 20px;
    }
    section .row-e-book-sect .free-copy h1 {
        font-size: 26px;
    }
    section .row-e-book-sect .free-copy h3 {
        font-size: 18px;
        font-weight: 300;
        padding-bottom: 30px;
    }
    section .row-e-book-sect .free-copy p {
        font-size: 16px;
    }
    section .row-e-book-sect .button-sect h3 {
        width: 100%;
    }

    section .container-fluid {
        padding: 50px 25px;
    }
    section .row-personal-newsletter {
        padding: 50px 25px;
        text-align: center;
    }
    section .row-personal-newsletter input {
        width: 100%;
        display: block;
        border-radius: 5px;
    }
    section .row-personal-newsletter button {
        width: 100%;
        display: block;
        margin: 0;
        border-radius: 5px;
    }
    section .row-services .courses .course-info .type .button-sect #click-txt {
        width: 100%;
        margin: 0 auto;
    }
    section .row-questions {
        padding: 40px 20px;
    }
    section .row-questions {
        padding: 40px 15px;
    }
    section .row-questions .quest-socials {
        margin-left: 0px;
        padding: 0;
    }
    section .row-services .pricing-sect h1 {
        font-size: 26px;
    }
    section .row-services {
        padding: 50px 40px;
    }
    section .row-services .pricing-sect h2 {
        font-size: 22px;
    }
    section .row-services .pricing-sect h4 {
    font-size: 16px;
    }
    section .row-bottom-clip .button-sect {
        width: 100%;
        margin: 0 auto;
    }
    footer {
        padding: 10px 40px 60px 40px;
    }
    footer .navbar ul {
        display: flex;
        justify-content: space-evenly;
        padding: 0;
        text-align: center;
    }
    body > footer > div.navbar > ul > li {
        margin-right: 15px;
    }
    footer .navbar ul li a {
        color: #5e5e5e;
        text-decoration: none;
        font-weight: 300;
        font-size: 16px;
    }
}

@media screen and (max-width: 519px){
    header .section-header .float-topic {
        top: 295px;
    }
}

@media screen and (max-width: 500px){
    header .section-header .float-topic {
        top: 285px;
    }
}
@media screen and (max-width: 412px){

    header .section-header .picture-id {
        right: 30px;
    }
    header .section-header .float-topic {
        position: relative;
        width: 100%;
        max-width: none;
        text-align: center;
        top: 300px;
        color: #ffffff;
        left: 0;
    }

    body > section > div.row-skillset > div:nth-child(1) {
        padding: 40px 30px;
    }
    body > section > div.row-skillset > div:nth-child(2) {
        padding: 40px 30px;
    }
    body > section > div.row-skillset > div:nth-child(3) {
        padding: 40px 30px;
    }
    section .row-about-us .signage-txt {
        padding: 60px 0 10px 0;
    }
    section .row-e-book-sect .free-copy {
        padding: 20px 30px;
    }
    section .row-questions .quest-socials {
       height: auto;
    }
    section .row-questions .quest-txt h1 {
        margin-bottom: 10px;
        font-size: 40px;
    }
    body > section > div.row-questions > div.quest-txt > h3 {
        font-size: 18px;
    }
    section .row-questions .quest-txt p {
        line-height: 28px;
        font-size: 16px;
        font-weight: 300;
    }
    section .container-fluid {
        padding: 50px 0px;
    }
    section .row-personal-newsletter {
        padding: 50px 0px;
    }
    section .row-services {
        padding: 50px 10px;
    }
    section .row-services .price-box .button-sect #click-txt {
        width: 80%;
    }
    section .row-bottom-clip {
        padding: 50px 0;
    }
    section .row-bottom-clip .button-sect {
        width: 80%;
    }

    footer .navbar ul {
        display: block;

    }
    body > footer > div.navbar > ul > li:nth-child(1) {
       margin-right: 0px;
    }
    body > footer > div.navbar > ul > li {
        margin-right: 0;
    }
    footer {
        padding: 30px 40px;
    }
    footer .sandwich-bar{
        display: flex;
        justify-content: center;
    }
    footer .navbar li{
        border-bottom: 2px solid #00afd6;
    }
    footer .navbar{
        display: none;
    }
    footer .turn-on{
        display: flex;
    }

}
@media screen and (max-width: 390px){

    header .section-header .picture-id {
        right: 0%;
        width: 90%;
    }

    header .section-header .float-topic {
        top: 235px;
    }
    .email-modal__container{
        width: 96%;
    }

.email-modal.email-modal--visible .email-modal__container .email-modal__info .input-names {
    display: block;
    margin-bottom: 50px;
}
.email-modal.email-modal--visible .email-modal__container .email-modal__info .input-names #name-input {
    width: 100%;
    margin-bottom: 20px;
}

    section .row-bottom-clip .button-sect {
        width: 95%;
    }

    footer .social-links {
        padding: 25px 0;
    }

}
