@charset "utf-8";
/* CSS Document */

/******************************
[Table of Contents]
1. Fonts
2. Body and some general stuff
3. Header
	3.1 Top Bar
	3.2 Header Content
	3.3 Logo
	3.4 Main Nav
	3.5 Hamburger
4. Menu
5. Home
6. Featured Course
7. Courses
8. Milestones
9. Why Choose Us - Accordions
10. Events
11. News
12. Video
13. Join
14. Footer


******************************/

.page_container {
    padding-top: 200px;
}

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,600,700,800,900');

/*********************************
2. Body and some general stuff
*********************************/
* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    background: #FFFFFF;
    color: #6c6a74;
}

div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin-bottom: 0px;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.85;
    font-weight: 500;
    color: #6c6a74;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

    p a {
        display: inline;
        position: relative;
        color: inherit;
        border-bottom: 1px solid transparent;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    p:last-of-type {
        margin-bottom: 0;
    }

a, a:hover, a:visited, a:active, a:link {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

.form-control {
    color: #6c6a74;
}

section {
    display: block;
    position: relative;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.fill_height {
    height: 100%;
}

.super_container {
    width: 100%;
    overflow: hidden;
}

.prlx_parent {
    overflow: hidden;
}

.prlx {
    height: 130% !important;
}

.nopadding {
    padding: 0px !important;
}

.button {
    width: 163px;
    height: 52px;
    background: #ff8a00;
    text-align: center;
    border-radius: 3px;
}

    .button a {
        display: block;
        font-size: 14px;
        font-weight: 600;
        color: #FFFFFF;
        text-transform: uppercase;
        line-height: 52px;
    }

.section_title {
}

    .section_title h2 {
        font-size: 48px;
        font-weight: 800;
        color: #384158;
        text-transform: uppercase;
    }

.section_subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #6c6a74;
    margin-top: 14px;
}


/*********************************
3. Header
*********************************/

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.05);
    background: white;
}

    .header.scrolled .top_bar {
        height: 0;
    }

/*********************************
3.1 Top Bar
*********************************/

.top_bar {
    width: 100%;
    height: 47px;
    background: #384158;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.top_bar_container {
    width: 100%;
}

.top_bar_content {
    height: 47px;
}

.top_bar_contact_list li {
    display: inline-block;
}

    .top_bar_contact_list li:not(:last-child) {
        margin-right: 40px;
    }

    .top_bar_contact_list li > div {
        font-size: 12px;
        font-weight: 500;
        color: #FFFFFF;
    }

.question {
    font-weight: 600 !important;
}

.top_bar_login {
}

/* Header Structure */
.header_main {
    padding: 20px 0;
    text-align: center;
}

.logo_container {
    display: inline-block;
}

.logo_content {
}

.logo_img {
    width: 70%;
    height: 100px;
}

    .logo_img img {
        max-width: 100%;
    }

.logo_text {
    font-size: 24px;
    font-weight: 800;
    color: #384158;
    text-transform: uppercase;
    line-height: 0.75;
    margin-left: 10px;
}

/* Navigation Section */
.nav_section {
    width: 100%;
    background: #ff8a00;
}

.main_nav_container {
    width: 100%;
}

.main_nav {
    width: 100%;
    display: flex;
    justify-content: center;
}

    .main_nav > li {
        display: inline-block;
        position: relative;
        background: transparent !important;
    }

        .main_nav > li:not(:last-child) {
            margin-right: 25px;
        }

        .main_nav > li > a {
            font-size: 14px;
            font-weight: 600;
            color: #FFFFFF;
            text-transform: uppercase;
            line-height: 1;
            padding: 15px 5px;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }

            .main_nav > li > a > i {
                display: inline-block;
                margin-left: 5px;
            }

        .main_nav > li.active > a,
        .main_nav > li:hover > a {
            color: #384158;
            background-color: transparent !important;
        }

        .main_nav > li > ul {
            display: none;
            position: absolute;
            left: 0;
            background: #FFFFFF;
            padding-top: 10px;
            padding-bottom: 10px;
            box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
            margin-top: 15px;
        }

            .main_nav > li > ul > li {
                width: 200px;
            }

                .main_nav > li > ul > li > a {
                    display: block;
                    font-size: 14px;
                    font-weight: 500;
                    color: #6c6a74;
                    padding: 8px 20px;
                    line-height: 1.5;
                    white-space: nowrap;
                    -webkit-transition: all 200ms ease;
                    -moz-transition: all 200ms ease;
                    -ms-transition: all 200ms ease;
                    -o-transition: all 200ms ease;
                    transition: all 200ms ease;
                }

                    .main_nav > li > ul > li > a:hover {
                        background: #f2f1f8;
                    }

/* Hamburger Menu (for mobile) */
.hamburger {
    display: none;
    cursor: pointer;
}

    .hamburger i {
        font-size: 24px;
        color: #384158;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    .hamburger:hover i {
        color: #ff8a00;
    }

/*********************************
4. Menu
*********************************/

.menu {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: #FFFFFF;
    z-index: 101;
    padding-right: 60px;
    padding-top: 100px;
    padding-left: 60px;
}

    .menu.active {
        right: 0;
    }

.menu_close_container {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 21px;
    height: 21px;
    cursor: pointer;
}

.menu_close {
}

    .menu_close div {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 1px;
        background: #384158;
    }

        .menu_close div:first-child {
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
        }

        .menu_close div:last-child {
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        }

.menu .logo {
    margin-bottom: 60px;
}

.menu_nav ul li {
    margin-bottom: 10px;
}

    .menu_nav ul li a {
        font-size: 14px;
        font-weight: 600;
        color: #384158;
        text-transform: uppercase;
    }

        .menu_nav ul li a:hover {
            color: #ff8a00;
        }

    .menu_nav ul li ul {
        padding-left: 20px;
        margin-top: 10px;
    }

/*********************************
5. Home
*********************************/

.home {
    width: 100%;
    height: 450px;
}

.home_slider_container {
    width: 100%;
    height: 100%;
}

.home_slider_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.home_slider_content_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home_slider_content {
}

    .home_slider_content h1 {
        font-size: 72px;
        font-weight: 800;
        color: #FFFFFF;
        text-transform: uppercase;
    }

    .home_slider_content .button {
        margin-top: 40px;
    }

.home_slider_nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 48px;
    z-index: 11;
}

    .home_slider_nav i {
        font-size: 24px;
        color: #FFFFFF;
        cursor: pointer;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    .home_slider_nav:hover i {
        color: #ff8a00;
    }

/*********************************
6. Featured Course
*********************************/

.featured {
    padding-top: 100px;
    padding-bottom: 100px;
}

.featured-overlap {
    margin-top: -120px;
    position: relative;
    z-index: 10;
    padding-top: 0;
    padding-bottom: 50px;
}

    .featured-overlap .featured_container {
        background-color: white;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        border: none;
    }

.featured_row {
    margin-top: 88px;
}

.featured_container {
    width: 100%;
    height: 100%;
    border: solid 2px #e5e5e5;
    border-radius: 5px;
    overflow: hidden;
}

.featured_video_container {
    width: 100%;
}

.featured_video {
    width: 100%;
    height: 100%;
}

.featured_video_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.video-js .vjs-big-play-button {
    width: 90px;
    height: 90px;
    background: #ff8a00;
    border-radius: 50%;
    border: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

    .video-js .vjs-big-play-button:focus,
    .video-js:hover .vjs-big-play-button {
        background: #ff8a00;
    }

.featured_content {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}

.featured_title h3 {
    font-size: 24px;
    font-weight: 800;
    color: #384158;
}

.featured_text {
    margin-top: 25px;
}

.featured_footer {
    margin-top: 36px;
}

.featured_author_image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

    .featured_author_image img {
    }

.featured_author_name {
    font-size: 14px;
    font-weight: 500;
    color: #6c6a74;
    margin-left: 20px;
}

    .featured_author_name a {
        color: #ff8a00;
    }

.featured_price {
    font-size: 24px;
    font-weight: 800;
    color: #384158;
}

    .featured_price span {
        font-size: 14px;
        font-weight: 500;
        color: #6c6a74;
        margin-left: 2px;
    }

/*********************************
7. Courses
*********************************/

.courses {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f2f1f8;
}

.courses_row {
    margin-top: 88px;
}

.course {
    margin-bottom: 30px;
}

    .course:last-child {
        margin-bottom: 0;
    }

.course_image {
    width: 100%;
}

    .course_image img {
        max-width: 100%;
    }

.course_body {
    width: 100%;
    background: #FFFFFF;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 25px;
}

.course_title a {
    font-size: 20px;
    font-weight: 800;
    color: #384158;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .course_title a:hover {
        color: #ff8a00;
    }

.course_teacher {
    font-size: 14px;
    font-weight: 500;
    color: #6c6a74;
    margin-top: 10px;
}

.course_text {
    margin-top: 20px;
}

.course_footer {
    margin-top: 26px;
}

.course_footer_content {
}

.course_info {
    display: inline-block;
}

    .course_info:not(:last-child) {
        margin-right: 15px;
    }

    .course_info > i {
        color: #ff8a00;
        margin-right: 8px;
    }

    .course_info > span {
        font-size: 12px;
        font-weight: 500;
        color: #6c6a74;
    }

.course_price {
    font-size: 18px;
    font-weight: 800;
    color: #384158;
}

    .course_price span {
        font-size: 14px;
        font-weight: 500;
        color: #6c6a74;
        margin-left: 2px;
    }

/*********************************
8. Milestones
*********************************/

.milestones {
    padding-top: 100px;
    padding-bottom: 100px;
}

.milestones_row {
    margin-top: 88px;
}

.milestone {
}

.milestone_icon {
}

    .milestone_icon img {
        max-width: 70px;
        height: auto;
    }

.milestone_counter {
    font-size: 48px;
    font-weight: 800;
    color: #384158;
    margin-top: 26px;
}

.milestone_text {
    font-size: 16px;
    font-weight: 600;
    color: #6c6a74;
    margin-top: 14px;
}

/*********************************
9. Why Choose Us - Accordions
*********************************/

.why {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.why_row {
    margin-top: 88px;
}

.why_image {
    width: 100%;
}

    .why_image img {
        max-width: 100%;
    }

.why_content {
}

.why_title h2 {
    color: #FFFFFF;
}

.why_text {
    margin-top: 40px;
    color: #FFFFFF;
}

.accordions {
    margin-top: 50px;
}

    .accordions .accordion_container:not(:last-child) {
        margin-bottom: 8px !important;
    }

.accordion {
    width: 100%;
    background: #FFFFFF;
    height: 60px;
    line-height: 60px;
    border-radius: 3px;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #384158;
    cursor: pointer;
}

    .accordion div {
        display: inline-block;
    }

        .accordion div:last-child {
            float: right;
            padding-right: 20px;
            line-height: 60px;
        }

            .accordion div:last-child i {
                line-height: 60px;
                color: #ff8a00;
            }

.accordion_panel {
    width: 100%;
    background: #FFFFFF;
    margin-top: 5px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .accordion_panel p {
        font-size: 14px;
        font-weight: 500;
        color: #6c6a74;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

.accordion.active {
}

/*********************************
10. Events
*********************************/

.events {
    padding-top: 100px;
    padding-bottom: 100px;
}

    .events .event .event_date {
        background: #ff8a00 !important;
    }

.events_row {
    margin-top: 88px;
}

.event {
}

.event_image {
}

    .event_image img {
        max-width: 100%;
    }

.event_body {
    padding-left: 20px;
}

.event_title {
}

    .event_title a {
        font-size: 20px;
        font-weight: 800;
        color: #384158;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

        .event_title a:hover {
            color: #ff8a00;
        }

.event_info {
    margin-top: 15px;
}

.event_info_row {
}

.event_info_col:first-child {
}

    .event_info_col:first-child span {
        margin-right: 15px;
    }

.event_info_col:last-child span {
    margin-right: 15px;
}

.event_info_col > div > i {
    color: #ff8a00;
}

.event_info_col > div > span {
    font-size: 12px;
    font-weight: 500;
    color: #6c6a74;
    margin-left: 8px;
}

.event_text {
    margin-top: 20px;
}

/*********************************
11. News
*********************************/

.news {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f2f1f8;
}

.news_row {
    margin-top: 88px;
}

.news_post {
}

.news_post_image {
    width: 100%;
}

    .news_post_image img {
        max-width: 100%;
    }

.news_post_body {
    padding-top: 30px;
    padding-bottom: 25px;
}

.news_post_date a {
    font-size: 14px;
    font-weight: 500;
    color: #ff8a00;
}

.news_post_title a {
    font-size: 20px;
    font-weight: 800;
    color: #384158;
    margin-top: 6px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .news_post_title a:hover {
        color: #ff8a00;
    }

.news_post_author {
    margin-top: 12px;
}

    .news_post_author a {
        font-size: 12px;
        font-weight: 500;
        color: #6c6a74;
    }

.news_post_text {
    margin-top: 20px;
}

/*********************************
12. Video
*********************************/

.video {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.video_row {
    margin-top: 88px;
}

.video_content {
    padding-right: 30px;
}

.video_title h2 {
    color: #FFFFFF;
}

.video_text {
    color: #FFFFFF;
    margin-top: 40px;
}

.video_container {
    width: 100%;
}

.video_container-inner {
    width: 100%;
    padding-bottom: 56.25%;
}

/*********************************
13. Join
*********************************/

.join {
    width: 100%;
    padding-top: 75px;
    padding-bottom: 75px;
    background: #ff8a00;
}

.join_content {
}

.join_title {
    font-size: 36px;
    font-weight: 800;
    color: #FFFFFF;
}

    .join_title span {
        color: #384158;
    }

.join_button {
    width: 163px;
    height: 52px;
    background: #384158;
    text-align: center;
    border-radius: 3px;
}

    .join_button a {
        display: block;
        font-size: 14px;
        font-weight: 600;
        color: #FFFFFF;
        text-transform: uppercase;
        line-height: 52px;
    }

/*********************************
14. Footer
*********************************/

.footer {
    width: 100%;
    background: #f2f1f8;
    padding-top: 108px;
    padding-bottom: 90px;
}

    .footer .logo_container {
        position: absolute;
        top: -10px;
        left: 0;
    }

.footer_about_text {
    padding-top: 49px;
}

.footer_social {
    margin-top: 22px;
}

    .footer_social ul li {
        display: inline-block;
    }

        .footer_social ul li:not(:last-child) {
            margin-right: 24px;
        }

        .footer_social ul li a i {
            font-size: 16px;
            color: #ff6600;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }

            .footer_social ul li a i:hover {
                color: #ffae00;
            }

.copyright {
    font-size: 12px;
    font-weight: 500;
    color: #b3b3b3;
    margin-top: 70px;
}

.footer_title {
    font-size: 18px;
    font-weight: 800;
    color: #384158;
    text-transform: uppercase;
}

.footer_list {
    margin-top: 40px;
}

    .footer_list li:not(:last-child) {
        margin-bottom: 11px;
    }

    .footer_list li a {
        font-size: 14px;
        font-weight: 500;
        color: #6c6a74;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

        .footer_list li a:hover {
            color: #ff8a00;
        }

.footer_contact_info {
    margin-top: 40px;
}

.footer_contact_item {
}

    .footer_contact_item:not(:last-child) {
        margin-bottom: 11px;
    }

.footer_contact_title {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #6c6a74;
    width: 80px;
}

.footer_contact_line {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #6c6a74;
}
