/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

.hidden {
    display: none !important;
    visibility: hidden;
}


/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

.container {
    width: 1280px;
}

body {
    font-family: montserratregular, arial;
    font-size: 16px;
    line-height: 22px;
    outline: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input,
button {
    outline: none;
}

img,
a:link,
a:focus {
    outline: none;
}

.fix {
    overflow: hidden
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.slicknav_menu {
    display: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav {
    margin-top: 7px;
}

#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav ul li {
    float: left;
}

#nav ul li a {
    display: block;
    padding: 10px 25px;
    color: #231f20;
    font-family: montserratlight;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
}

#nav ul li a:hover {}

.header_top.page_scroll {
    background: none repeat scroll 0 0 #fff;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 500ms ease 0s;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid#d1d1d1;
    padding: 10px 70px;
}

.header_top.page_scroll #nav {
    margin-top: 0px;
}

section {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 60px;
    position: relative;
    z-index: 0;
}

.header_area {
    background: url(img/header_bg.png) no-repeat center center / cover;
    margin-bottom: 60px;
    padding-bottom: 215px;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
}

.header {
    margin-top: 20px;
    position: relative;
}

.header_top {
    margin-bottom: 35px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.logo {}

.logo img {
    width: 30%;
}

.page_scroll .logo img {
    width: 18%;
}

.header_bottom {
    margin-top: 120px;
    padding-bottom: 25px;
    color: #231f20;
}

.header_bottom h2 {
    font-size: 53px;
    line-height: 60px;
    margin-bottom: 45px;
}

.header_bottom p {
    font-family: montserratlight;
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 50px;
}

.btn_learn {
    text-transform: uppercase;
    font-family: montserratbold;
    font-size: 20px;
    letter-spacing: 2px;
    color: #fff;
    background: #e98004;
    padding: 12px 35px;
    border-radius: 5px;
}

a.btn_learn:hover {
    -webkit-transition: color 0.5s ease, background-color 0.5s ease;
    -moz-transition: color 0.5s ease, background-color 0.5s ease;
    -o-transition: color 0.5ms ease, background-color 0.5s ease;
    transition: color 0.5s ease, background-color 0.5s ease;
    color: #000;
    background-color: #70b636;
}

.header_bottom_right {}

.header_bottom_right img {}

.about_course_area {}

.section_details {}

.section_details p {
    font-family: montserratlight;
    font-size: 18px;
    line-height: 35px;
    color: #777777;
}

.section_details a {
    color: #777777;
    text-decoration: underline;
}

.title {
    font-family: montserratbold;
    font-size: 35px;
    letter-spacing: 1px;
    margin-bottom: 45px;
}

.sec_img {}

.sec_img img {
    margin-left: 20px;
    padding-top: 75px;
}

.new_product_area {}

.contact_area {}

.footer {
    color: #777777;
    font-size: 14px;
    margin-bottom: 15px;
}

.links {}

.links ul {}

.links ul li {
    float: left;
}

.links ul li a {
    color: #777;
    padding: 10px;
    display: inline-block;
}

.copyright_text {
    padding-left: 10px;
}

footer {
    width: 100%;
    position: relative;
    background: #f0eee8;
    margin-top: 150px;
}

footer::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    bottom: 0;
    transform-origin: 100%;
    transform: skewY(3deg);
}


/* video_lesson page css */

body.video_lesson_page .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

body.video_lesson_page .row {
    margin-left: 0;
    margin-right: 0;
}

body.video_lesson_page section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    position: relative;
    z-index: 0;
}

.header_video_lesson .nav-tabs>li.active>a,
.header_video_lesson .nav-tabs>li>a,
.header_video_lesson .nav-tabs>li.active>a:focus,
.header_video_lesson .nav-tabs>li.active>a:hover {
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 1px;
    border-right-style: solid;
    border-color: #8fd555;
}

.header_video_lesson .nav-tabs>li:last-child>a {
    border-right: 0px solid #8fd555;
}

.header_video_lesson {}

.header_video_lesson [class*="col-lg"],
.video_lessons_area [class*="col-lg"] {
    padding-left: 0;
    padding-right: 0;
}

.lession_logo {
    background: #ededed;
    text-align: center;
    padding: 10px 0;
}

.lession_logo img {}

.category_tab {}

.category_tab ul {
    border-bottom: 0;
}

.category_tab ul li {}

.category_tab ul li a {
    font-size: 15px;
    color: #fff;
    margin-right: 0px;
    border: 0px solid transparent;
    border-radius: 0;
    padding: 25px 20px;
}

.category_tab ul li a span {
    color: #7bc142;
    margin-right: 20px;
    position: relative;
    z-index: 1;
}

.category_tab ul li a span::before {
    content: "";
    background: url(img/dot_bg.png) no-repeat scroll 0 0;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    margin-left: -14px;
    margin-top: -8px;
}

.video_lessons_area {}

.video_lessons_menu {
    height: 678px;
    overflow-y: auto;
}

.video_lessons_menu ul {
    border-right: 1px solid#e1e1e1;
}

.video_lessons_menu ul li {
    padding: 10px;
    padding-left: 20px;
}

.video_lessons_menu ul li a {
    font-size: 16px;
    color: #464646;
}

.video_lessons_menu ul li a i {
    margin-right: 20px;
}

.video_lessons_menu ul li:hover {
    background: #dfedd4;
}

.video_title_cat {
    font-size: 24px;
    color: #fff;
}

.video_lessons {
    margin-left: 30px;
    margin-right: 30px;
}

.tab-content {}

.video_lesson_details {}

.video_lesson_details p {font-size: 16px;
    line-height: 30px;}

.video_lesson_title {
    color: #464646;
    font-size: 24px;
    margin-top: 20px;

}

.video_embed{
    margin: 20px 0;
}

.video_embed iframe{
    
}