/* color: #ffc81f; */
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Barlow', Sans-Serif;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.no-js #loader {
    display: none;
}
.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../../images/loader/preloader.gif) center no-repeat #fff;
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    color: #ffc81f;
    text-decoration: none;
}
.active {
    display: block;
}
.fun-underline {
    background-image: linear-gradient(0deg, #ffc81f 0%, #ffc81f 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.3em;
    background-position: 0 88%;
    transition: background-size 0.25s ease-in;
}
.svg-border-rounded svg {
    bottom: 0;
    left: 0;
    height: 1.5rem;
    width: 100%;
}
@media (min-width: 576px) {
    .svg-border-rounded svg {
        height: 1.5rem;
    }
}
@media (min-width: 768px) {
    .svg-border-rounded svg {
        height: 2rem;
    }
}
@media (min-width: 992px) {
    .svg-border-rounded svg {
        height: 2.5rem;
    }
}
@media (min-width: 1200px) {
    .svg-border-rounded svg {
        height: 3rem;
    }
}

/*****************************************************************************/
/* NAVBAR */
.navigation {
    border-bottom: solid 1px #ffc81f;
    background: #fff;
}
.navbar-brand {
    font-size: 24px;
    margin: 0;
    padding: 0;
}
.navbar-brand img {
    width: 38px;
    height: auto;
    margin-top: -5px;
    margin-right: 10px;
}
.navbar-toggler {
    border: none;
    outline: none;
    color: #ffc81f;
    margin: 0;
    padding: 0;
}
.navbar-toggler-icon {
    background-image: none !important;
    margin-top: 5px;
}
.navbar-toggler-icon .fa-bars {
    color: #555;
}
.navbar-toggler-icon .fa-bars:hover,
.navbar-toggler-icon .fa-bars:focus {
    color: #ffc81f;
    transition: color 0.2s;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
.nav-link {
    font-size: 13px;
    text-transform: uppercase;
}
.nav-link:hover {
    color: #ffc81f !important;
    transition: color 0.2s;
}
.navbar-nav > li {
    padding-left: 15px;
    padding-right: 15px;
}
.navbar .btn-signin {
    border: solid 1px #ffc81f;
    background: none;
    text-align: center;
    border-radius: 3px;
    padding: 8px 15px;
    color: #555;
    font-size: 13px;
}
.navbar .btn-signin:hover {
    border: solid 1px #ffc81f;
    background: #ffc81f;
    transition: background 0.2s;
    color: #222;
}
.spacing-navbar {
    margin-top: 55px;
}

/*****************************************************************************/
/* BANNER HERO */
.hero h1 {
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 1;
}
@media screen and (min-width: 768px) {
    .hero h1 {
        font-size: 3.0rem;
        line-height: 1.3;
    }
}
.hero .btn-viewcourses {
    margin-top: 15px;
    border: solid 1px #ffc81f;
    background: #ffc81f;
    text-align: center;
    border-radius: 3px;
    padding: 8px 15px;
    color: #555;
    font-size: 15px;
}
.hero .btn-viewcourses:hover {
    border: solid 1px #ffc81f;
    background: #ffc81f;
    transition: background 0.2s;
    color: #222;
}
.hero .signature {
    top: 82%;
    left: 20px;
    opacity: 0.9;
}
@media screen and (min-width: 576px) and (min-width: 768px) {
    .hero .signature {
        display: inline-block;
        left: -170px;
        top: 180px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .hero .signature {
        display: inline-block;
        left: 0px;
        top: 480px;
    }
}
@media screen and (min-width: 992px) {
    .hero .signature {
        display: inline-block;
        left: -160px;
        top: 210px;
    }
}

/*****************************************************************************/
/* CERTIFICATION */
.certifications {
    background: #111;
}
.certifications .opacity-80 {
    opacity: 0.4;
}

/*****************************************************************************/
/* COURSE TILES */
.courses {
    text-align: center;
    margin: 40px 0px 0px 0px;
    padding: 0;
}
.courses .boxes {
    width:100%;
    max-width: 800px;
    height: auto;
    margin-bottom: 20px;
}
.courses h2 {
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
}
.courses .course-quote {
    margin: 0 auto;
    max-width: 850px;
    line-height: 1.3rem;
    font-size: 1.3em;
    font-style: italic;
    margin-bottom: 10px;
    color: #444;
    font-size: 1rem;
}
@media screen and (min-width: 992px) {
    .courses .course-quote {
        font-size: 1.3rem;
        line-height: 1.6rem;
    }
}
.courses .course-quote-author {
    margin: 0 auto;
    font-size: 1.0em;
    font-style: italic;
    margin-bottom: 30px;
    color: #777;
}
.courses .card {
    max-width: 300px;
    background: white;
    display: inline-block;
    border: none;
    border-radius: 10px;
    position: relative;
    text-align: left;
    margin: 20px 20px 30px 15px;
    box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
}
.courses .card-image {
    position: relative;
    max-width: 300px;
    height: 170px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.courses .card-image img {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.courses .card .card-text {
    padding: 12px 20px 0px 20px;
}
.courses .card a {
    color: #444444;
}
.courses .card a:hover {
    color: #000;
}
.courses .divider {
    width: 100%;
    margin: 15px auto 0px auto;
    border-bottom: solid 1px #efefef;
}
.courses .card .card-text h3 {
    font-size: 24px;
    font-weight: bold;
}
.courses .course-info {
    padding: 0px 0px 0px 0px;
    font-size: 13px;
    color: #5a5a5a;
}
.courses .course-icon {
    font-size: 11px;
    margin-right: 3px;
}
.courses .card .card-text .course-description {
    margin: 10px 0px 5px 0px;
    color: #585858;
    line-height: 20px;
    font-size: 14px;
    font-weight: lighter;
    overflow: hidden;
}
.courses .price {
    width: 100%;
    font-size: 28px;
    line-height: 25px;
    text-align: right;
    font-weight: lighter;
}
.courses .price-text {
    height: 28px;
}
.courses .price .currency {
    color: #555;
    font-size: 0.7em;
    font-weight: lighter;
    margin-right: 4px;
}
.courses .price img.credit {
    height: 18px;
    opacity: 0.8;
}
.courses .price img.paypal {
    height: 12px;
    opacity: 0.8;
}
.courses .price img.free {
    opacity: 0;
}
.courses button {
    display: block;
    height: 50px;
    width: 100%;
    margin: 10px 0px 0px 0px;
    box-sizing: border-box;
    border: transparent;
    border-radius: 0px 0px 7px 7px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #ffc81f;
    background: #111;
    cursor: pointer;
    outline: none;
}
.courses button:hover {
    background: #ffc81f;
    color: #000;
    transition: all 0.2s;
}

/*****************************************************************************/
/* INCLUDES */
.includes h2 {
    text-align: center;
    font-weight: bold;
    font-size: 3.0rem;
}
.includes h3 {
    font-size: 1.1em;
    font-weight: bold;
}
.includes .icon-stack {
    width: 70px;
    height: 70px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: #fff;
    border: solid 1px #ffc81f;
    padding: 15px;
    color: #ffc81f !important;
}

/*****************************************************************************/
/* BASICS */
.basics h2 {
    text-align: left;
    font-weight: bold;
    font-size: 3.0rem;
}
.basic .item {
    margin-bottom: 1.5rem;
}
.basic .item-title {
    font-size: 1.125rem;
    font-weight: bold;
}
.basic .item-icon {
    font-size: 1.25rem;
    color: #7FCDB8;
}

/*****************************************************************************/
/* TESTIMONIALS */
.testimonials h2 {
    font-size: 3.0rem;
    font-weight: bold;
}
.testimonials .icon-holder {
    position: absolute;
    right: 28px;
    top: 28px;
    margin-left: -18px;
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 50%;
    padding-top: 6px;
    background: #fff;
}
.testimonials .review {
    color: #111;
}
.testimonials .twitter {
    color: #00acee;
}
.testimonials .avatar {
    width: 50px;
    border-radius: 100%;
}
.testimonials .student-name {
    font-size: 0.8em;
    font-weight: bold;
}
.testimonials .student-tag {
    font-size: 0.7em;
    font-weight: normal;
    color: #00acee;
}
.testimonials .student-title {
    font-size: 0.7em;
    font-weight: light;
}
.testimonials .course-name {
    font-size: 0.9em;
    font-weight: light;
    width: 100%;
    color: #aaa;
    text-align: left;
    margin-bottom: 5px;
}
.testimonials .review-date {
    font-size: 0.9em;
    font-weight: light;
    color: #aaa;
}
.testimonials .quote {
    font-style: italic;
    color: #555;
    line-height: 20px;
    margin-bottom: 10px;
}
.testimonials .review-stars {
    color: #ffc81f;
    font-size: 11px;
}
.testimonials .btn-viewreviews {
    margin-top: 15px;
    border: solid 1px #ffc81f;
    background: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 8px 15px;
    color: #555;
    font-size: 15px;
    margin: 0 auto;
    text-align: center;
}
.testimonials .btn-viewreviews:hover {
    border: solid 1px #ffc81f;
    background: #fff;
    transition: background 0.2s;
    color: #222;
}
.testimonial-quote .testimonial {
    max-width: 780px;
    margin: 0 auto;
}
.testimonial-quote .testimonial-quote {
    font-size: 1.9rem;
    font-weight: 300;
    font-style: italic;
}
.testimonial-quote .divider-right {
    border-right: 0.0625rem solid #555;
}
.testimonial-quote .testimonial-name {
    color: #666;
    font-style: italic;
    font-weight: light;
}

/*****************************************************************************/
/* PAGINATION */
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 10px;
}
.pagination-reviews .page-item {
    background: transparent;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.pagination-reviews .page-item:first-child {
    margin-left: 0;
}
.pagination-reviews .page-item:last-child {
    margin-right: 0;
}
.pagination-reviews .page-item .page-link {
    border-radius: 0.35rem;
    border: none;
    padding: 0.75rem 1rem;
    font-weight: 700;
    font-size: 0.9rem;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ffc81f;
    background-color: #fff;
    border: 1px solid #d4dae3;
}
.page-link:hover {
    z-index: 2;
    color: #000;
    text-decoration: none;
    background-color: #e0e5ec;
    border-color: #d4dae3;
}
.page-link:focus {
    z-index: 3;
    outline: 0;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ffc81f;
    border-color: #ffc81f;
}
.page-item.disabled .page-link {
    color: #6c7279;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #d4dae3;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
 }
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

/*****************************************************************************/
/* SUBSCRIBE */
.subscribe {
    margin-bottom: 100px;
    color: #a7aeb8 !important;
}
.subscribe h2 {
    color: #222 !important;
    font-size: 3.0rem;
    font-weight: bold;
}
.subscribe .card {
    border: none;
    box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
    border-radius: 0.35rem;
}
.subscribe h4 {
    font-weight: bold;
    color: #000;
}
.subscribe input {
    padding: 20px 10px;
    background-color: #eef2f8;
    border-color: #eef2f8;
}
.subscribe button {
    background: #ffc81f;
    color: #222;
    outline: 0;
    font-size: 0.875rem;
    line-height: 1;
    border-radius: 0.35rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.subscribe button:focus {
    color: #222;
    outline: none;
    outline: none !important;
}
.subscribe button:hover {
    color: #000;
    outline: none !important;
}
.subscribe button:focus {
    outline: none !important;
}

/*****************************************************************************/
/* ABOUT */
.about {
    padding: 80px 0px 0px 0px;
    text-align: justify;
}
.about h2 {
    font-size: 3.0rem;
    font-weight: bold;
    text-align: left;
}
.about p {
    text-align: left;
    font-size: 1.1em;
}
.about p .quote {
    color: #333;
    font-style: italic;
    margin-right: 5px;
}
.about .box-quote {
    font-weight: normal;
    font-style: italic;
    color: #666;
    max-width: 610px;
    padding: 8px 15px;
    background: #f6f6f6;
    line-height: 1.5rem;
    margin: 0 auto;
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 15px;
    border-radius: 4px;
}
.about .heart {
    color:rgba(246, 8, 56, 0.895);
}
.about a {
    text-decoration: underline;
}
.about .difference-items h3 {
    font-size: 1.1em;
    font-weight: bold;
}
.about .difference-items p {
    font-size: 1em;
    color: #666;
}

/*****************************************************************************/
/* FAQ */
.faq {
    padding: 90px 0px 70px 0px;
}
.faq h2 {
    font-size: 3.0rem;
    font-weight: bold;
    text-align: left;
}
.faq p {
    color: #888;
}
.faq a {
    text-decoration: underline;
}

/*****************************************************************************/
/* CONTACT */
.contact {
    padding: 120px 0px 0px 0px;
    text-align: center;
}
.contact hr {
    margin: 100px 0px;
}
.contact h2 {
    font-size: 3.0rem;
    font-weight: bold;
}
.contact h5 {
    margin-top: 40px;
    font-weight: bold;
}
.contact p {
    text-align: justify;
}
.contact p a {
    text-decoration: underline;
}

/*****************************************************************************/
/* LAUREL */
.laurel {
    vertical-align: top;
    margin: 0 auto;
    text-align: center;
}

.laurel-body {
    width: 300px;
    height: 162px;
    vertical-align: top;
    display: inline-block;
    margin: 0 auto;
    background: url(../../images/hero/laurel.png) center no-repeat #fff;
    font-size: 1.1em;
    line-height: 1.2;
}

.discount-body {
    height: 162px;
    vertical-align: top;
    display: inline-block;
    margin: 0 auto;
    width: 300px;
    height: 162px;
    background: #fff;
    font-size: 1.1em;
    line-height: 1.2;
}

.laurel-body p {
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    width: 140px;
}

.laurel-body span {
    font-weight: bold;
    font-size: 1.6em;
    display: block;
    margin-bottom: 10px;
}

.discount-body p {
    margin: 0px auto 0px auto;
    text-align: center;
    width: 200px;
}

.discount-body img {
    display: block;
    margin: 30px auto 10px auto;
    width: 50px;
}

/*****************************************************************************/
/* REFUND */
.refund {
    padding: 120px 0px 80px 0px;
    text-align: left;
}
.refund .container {
    max-width: 640px;
}
.refund .card {
    margin: 0 auto;
    border: none;
    box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
}
.refund hr {
    margin: 30px 0px;
}
.refund h2 {
    font-size: 3.0rem;
    font-weight: bold;
}
.refund h5 {
    margin-top: 40px;
    font-weight: bold;
}
.refund p {
    text-align: left;
}
.refund .btn {
    background: #ffc81f;
    border: solid 1px #ffc81f;
    color: #444;
}
.refund .btn:hover {
    color: #000;
    transition: color 0.2s, box-shadow 0.2s;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
}

/*****************************************************************************/
/* REFUND RESULT */
.refund-result {
    padding: 120px 0px 80px 0px;
    text-align: center;
}
.refund .container {
    max-width: 640px;
}
.refund-result h2 {
    font-size: 3.0rem;
    font-weight: bold;
}
.refund-result .success-icon {
    color: #28a745;
}
.refund-result .error-icon {
    color: #dc3545;
}

/*****************************************************************************/
/* TERMS */
.terms {
    padding: 120px 0px 0px 0px;
    text-align: center;
}
.terms hr {
    margin: 100px 0px;
}
.terms h2 {
    font-size: 3.0rem;
    font-weight: bold;
}
.terms h5 {
    margin-top: 40px;
    font-weight: bold;
}
.terms p {
    text-align: left;
    font-size: 1em;

}
.terms p a {
    text-decoration: underline;
}
.terms .list {
    text-align: left;
    padding-left: 30px;
    font-style: italic;
}

/*****************************************************************************/
/* PRIVACY */
.privacy {
    padding: 120px 0px 0px 0px;
    text-align: center;
}
.privacy hr {
    margin: 100px 0px;
}
.privacy h2 {
    font-size: 3.0rem;
    font-weight: bold;
}
.privacy h5 {
    margin-top: 40px;
    font-weight: bold;
}
.privacy p {
    text-align: left;
    font-size: 1em;
}
.privacy p a {
    text-decoration: underline;
}

/*****************************************************************************/
/* FOOTER */
.footer {
    font-size: 0.875rem;
    background: #111;
    padding-top: 4.0rem;
    padding-bottom: 2.5rem;
}
.footer .footer-brand {
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 0.25rem;
}
.footer-brand img {
    width: 32px;
    height: auto;
    margin-top: -5px;
    margin-right: 10px;
}
.footer .footer-brand svg {
    height: 1rem;
}
.footer .icon-list-social {
    font-size: 18px;
}
.footer.footer-dark {
    color: rgba(255, 255, 255, 0.6);
}
.footer.footer-dark hr {
    border-color: rgba(255, 255, 255, 0.1);
}
.footer.footer-light {
    color: #a7aeb8;
}