/*=== HEADER ===*/
#header{
    height: 0;
}
.header-wrapper{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 120;
    padding: 55px 0;
}
.header-wrapper .container{
    max-width: 1630px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.logo-wrapper{
    width: 480px;
    flex-shrink: 0;
}
.logo-wrapper .logo,
.logo-wrapper .logo img{
    display: block;
}
.header-wrapper .btn{
    padding-left: 35px;
    padding-right: 35px;
}
.header-wrapper .btn i{
    display: none;
    margin-left: 10px;
}
#nav-btn,
.mob-search-btn{
    display: none;
}
.main-nav{
    padding-left: 15px;
    margin-left: auto;
}
.nav-menu{
    font-size: 0;
    margin-right: 0;
}
.nav-menu > li{
    display: inline-block;
    position: relative;
    margin-right: 50px;
}
.nav-menu > li:last-child{
    padding-right: 0;
}
.nav-menu li a{
    font-size: 24px;
    font-weight: bold;
}
.nav-menu > li.active > a,
.nav-menu li a:hover,
.sub-menu li a:hover{
    color: #00717D;
}
.nav-menu > li > a{
    white-space: nowrap;
    position: relative;
    padding: 5px 0;
}
.sub-menu{
    width: 280px;
    padding: 20px 30px 27px;
    text-align: left;
    position: absolute;
    top: 100%;
    left: -30px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    color: #000;
    background: #F2F1EC;
    box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.15);
}
li.has-child:hover .sub-menu{
    opacity: 1;
    visibility: visible;
}
.sub-menu li{
    margin-bottom: 12px;
}
.sub-menu li a{
    display: block;
    font-size: 20px;
}
.sub-menu li:last-child{
    margin-bottom: 0;
}
/*=== FIXED AND INNER HEADER ===*/
#inner #header{
    height: 166px;
    background: #F2F1EC;
}
#inner .header-wrapper{
    background: #F2F1EC;
}
.fixed .header-wrapper{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 120;
    background: #F2F1EC;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
    padding: 20px 0;
}
#dashboard.fixed  .header-wrapper{
    padding: 20px 0;
}
/*=== TOP BANNER ===*/
.banner{
    position: relative;
    min-height: 680px;
    height: 100vh;
}
.banner .top-slider {
    height: 100%;
}
.banner .single-banner {
    height: 100%;
    background-position: top center;
    background-attachment: fixed;
}
.banner .container{
    align-items: center;
    height: 100%;
    padding: 160px 15px 40px;
    z-index: 2;
}
.banner-text{
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    text-align: center;
}
.banner-content{
    display: block;
    vertical-align: top;
    max-width: 736px;
    margin: 0 auto 45px;
}
.banner-content p:last-child{
    margin-bottom: 0;
}
.sub-banner .large-text{
    font-size: 40px;
}
/*=== ABOUT SECTION ===*/
.about-wrapper{
    padding: 165px 0 50px;
}
.about-wrapper > .flexbox > div{
    width: 50%;
}
.about-wrapper > .flexbox > div:first-child{
    padding: 20px 70px 0 0;
}
.about-wrapper > .flexbox > div:not(:only-child):last-child{
    display: flex;
    justify-content: flex-end;
}
/*=== QUICK LINKS ===*/
.quick-links{
    max-width: 610px;
    align-self: flex-start;
}
.quick-links li{
    width: 50%;
    text-align: center;
}
.quick-links li:nth-child(odd){
    border-right: 3px solid rgba(51, 51, 51, 0.2);
}
.quick-links li:nth-child(n + 3){
    border-top: 3px solid rgba(51, 51, 51, 0.2);
}
.quick-links i{
    vertical-align: top;
    font-size: 52px;
    color: #00717D;
    margin-bottom: 20px;
}
.quick-links a{
    display: block;
    width: 100%;
    height: 100%;
    min-height: 260px;
    padding: 55px 40px 15px;
}
.quick-links li:nth-child(n + 3) a{
    padding-top: 40px;
}
.quick-links a:hover i{
    color: #F37121;
}
.quick-links h3{
    margin-bottom: 6px;
}
.quick-links p{
    color: rgba(51, 51, 51, 0.4);
    margin-bottom: 0;
}
/*=== COURSES SECTION ===*/
.courses-wrapper{
    padding: 60px 0;
}
.courses-wrapper .section-title{
    margin-bottom: 125px;
}
.course-box{
    background: #fff;
    color: #333;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    font-size: 20px;
 
}
.courses-tile .course-box{
	 width: 30.5%;
}
.course-box:hover{
    background: #00717D;
    color: #fff;
}
.course-box > a{
    display: flex;
    height: 100%;
    width: 100%;
    transition: none;
    flex-direction: column;
}
.courses-tile .course-box:nth-child(3n){
	margin-right: 0;
}
.courses-tile .course-box{
	margin: 0 4.25% 64px 0;
}
.course-box .course-top{
    padding: 40px 35px 0;
}
.course-box .course-top > span{
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1.98px;
    display: block;
    margin-bottom: 10px;
}
.course-box h3{
    color: #00717D;
    margin-bottom: 25px;
}
.course-box p{
    color: rgba(51, 51, 51, 0.4);
    margin-bottom: 15px;
}
.course-box:hover p{
    color: rgba(255, 255, 255, 0.4);
}
.course-box .course-features{
    display: flex;
    padding: 10px 35px 18px;
    margin-top: auto;
}
.course-box .img-box{
    background-position: center top;
    height: 315px;
}
.course-box .course-features li{
    text-align: center;
    font-weight: 300;
    letter-spacing: 0.4px;
    padding: 8px 27px 5px;
    flex-grow: 1;
    -webkit-transition: border-color 0.5s ease 0s;
        transition: border-color 0.5s ease 0s;
}
.course-box .course-features li:nth-child(2){
    border-left: 1px solid rgba(112, 112, 112, 0.3);
    border-right: 1px solid rgba(112, 112, 112, 0.3);
}
.course-box:hover .course-features li{
    border-color: rgba(255, 255, 255, 0.3);
}
.course-box .course-features li:first-child{
    padding-left: 0;
    flex-grow: 0;
}
.course-box .course-features li:last-child{
    padding-right: 0;
}
.course-box .course-features i{
    color: #00717D;
    vertical-align: top;
    margin-bottom: 5px;
}
.course-box:hover .course-features i,
.course-box:hover h3{
    color: #fff;
}
.course-box .course-features span{
    display: block;
    white-space: nowrap;
}
.course-box .img-box{
    display: block;
}
.courses-tile + .align-center .btn{
    margin-top: 30px;
}
/*=== TESTIMONIALS SECTION ===*/
.testimonials-wrapper {
    padding: 100px 0 115px;
    background-position: center top;
}
.testimonials-wrapper:after{
    background: rgba(242, 241, 236, 0.55);
}
.testimonials-wrapper .container{
    max-width: 1300px;
    background: #fff; 
    padding: 110px 25px 105px;
}
.testimonials-wrapper .inner-box{
    position: relative;
    max-width: 1010px;
    margin: 0 auto;
}
.testimonials-wrapper .author-box{
    display: flex;
    flex-direction: column;
    border-left: 3px solid #F37121;
    padding: 2px 0 4px 20px;
    text-transform: uppercase;
}
.testimonials-wrapper .author-box p{
    letter-spacing: 2px;
    font-weight: 900;
    margin-bottom: 0;
}
.testimonials-wrapper .author-box span{
    font-size: 14px;
    line-height: 1.2;
    font-style: italic;
    opacity: 0.4;
}
.testimonials-wrapper p{
    margin-bottom: 35px;
}
/*=== CALLOUT BANNERS ===*/
.bar-callout{
    background-color: #00717D;
    color: #fff;
    padding: 20px 0;
    height: 150px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.bar-callout:hover{
    background: #F37121;
}
.bar-callout span{
    display: block;
    font-size: 42px;
    font-weight: 900;
    text-transform: uppercase;
}
/*=== FOOTER ===*/
.footer-wrapper{
    height: auto;
    background: #F2F1EC;
    padding: 85px 0 65px;
}
.footer-wrapper .logo{
    max-width: 480px;
}
.footer-wrapper .flexbox{
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.footer-wrapper .flexbox + .flexbox{
    margin-top: 30px;
}
.footer-wrapper .flexbox:last-child{
    align-items: flex-end;
}
.footer-wrapper .flexbox:first-child > div:nth-child(2){
    flex-grow: 1;
    padding: 0 15px;
    display: flex;
    justify-content: center;
}
.footer-wrapper .flexbox > div:nth-last-child(2){
    width: 285px;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 15px;
    margin-left: auto;
}
.footer-wrapper .flexbox > div:last-child{
    width: 135px;
    text-align: right;
    flex-grow: 0;
    flex-shrink: 0;
}
.footer-wrapper .social li{
    vertical-align: top;
    display: inline-block;
}
.footer-wrapper .social li:not(:last-child){
    margin-right: 20px;
}
.footer-wrapper .social a{
    color: #00717D;
}
.footer-wrapper .contact a{
    text-transform: uppercase;
    font-weight: 900;
    color: #00717D;
}
.footer-wrapper .flexbox:last-child ul,
.footer-wrapper .flexbox:last-child ul li{
	display: inline-block;
}
.footer-wrapper .sep{
    margin: 0 5px;
}
.jbsystems {
    display: block;
    width: 133px;
    height: 50px;
    background: url(../images/layout/logo-JB-Systems.png) no-repeat;
    background-size: contain;
}
/*=== SUB PAGES ===*/
.main-content{
    position: relative;
    padding: 50px 0;
}
.main-content .container{
    max-width: 1630px;
}
.main-content .content ul,
.main-content .content ol{
    margin-bottom: 30px;
    text-align: left;
}
.main-content .sidebar{
    width: 320px;
    padding-left: 45px;
}
.main-content h1:after{
    margin: 50px auto 110px;
}
.main-content .content h3{
    margin: 30px 0 20px;
}
.sidebar > *:not(:last-child){
    margin-bottom: 30px;
}
.sidebar .callout-box {
    flex-direction: column;
    text-align: center;
    padding: 30px 15px;
}
/* Article Section */
.article{
    margin-bottom: 115px;
}
.article > .article-content,
.article-reverse > .article-photo{
    width: 49%;
}
.article > .article-photo,
.article-reverse > .article-content{
    width: 51%;
}
.article > .article-content:first-child{
    padding-right: 115px;
}
.article > .article-content:last-child{
    padding-left: 115px;
}
.article .article-photo > .img-box{
    height: 100%;
    max-height: 650px;
    background-position: center top;
}
.article-details,
.course-details{
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1.98px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.article-details span,
.course-details span{
    font-weight: bold;
    color: #F37121;
}
.article .article-content p:last-child{
    margin-bottom: 0;
}
.article h2{
    margin-bottom: 45px;
}
.article > .content-left .btn{
    margin-top: 20px;
}
.article + .article{
    margin-top: 160px;
}
.article-author{
    font-size: 18px;
    font-weight: 300;
    color: rgba(51, 51, 51, 0.4);
}
/* Blog Section */
.blog-tile > div{
    width: 28.5%;;
    margin: 0 6% 100px 0;
}
.blog-tile > div:nth-child(3n){
	margin-right: 0;
}
.article-preview .img-box{
    height: 315px;
    background-position: center top;
}
.article-preview-content{
    padding: 25px 35px 15px;
}
.article-preview-content .article-details{
    margin-bottom: 10px;
}
.article-preview h3{
    margin-bottom: 10px;
}
.article-preview .img-box span{
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #00717D; 
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}
.article-preview:hover .img-box span{
    opacity: 1;
    visibility: visible;
}
.blog-tile .categories-list{
    flex-grow: 1;
    max-width: 470px;
}
.categories-list h2{
    margin-bottom: 60px;
}
.categories-list a{
    display: block;
    font-size: 28px;
    border-top: 2px solid #00717D;
    padding: 17px 52px 17px 22px;
    position: relative;
}
.categories-list li:last-child a{
    border-bottom: 2px solid #00717D;
}
.categories-list a:after{
    content: "\f0a9";
    font: normal 28px/1 Font Awesome\ 5 Pro;
    color: #00717D;
    right: 22px;
    position: absolute;
    top: 24px;
}
.categories-list.pdf-list a:after{
    content: "\f0c1";
}
/*=== DASHBOARD  ===*/

/*  General */
#dashboard #header{
    height: 176px;
    background: #F5F8F8;
}
#dashboard .header-wrapper{
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
    padding: 38px 0;
    background: #fff;
}
#dashboard .logo-wrapper{
    margin-left: 30px;
}
#dashboard .container{
    max-width: 1530px;
}
#dashboard #main{
    background: #F5F8F8;
}
#dashboard .footer-wrapper{
    background: #fff;
    padding: 50px 0;
}
#dashboard .footer-wrapper .flexbox > div:last-child{
    width: 230px;
    text-align: left;
}
.dashboard-content h1:after{
    margin: 50px auto 90px;
}
.dashboard-content .article > .article-content,
.dashboard-content .article.article-reverse > .article-photo{
    width: 46%;
}
.dashboard-content .article > .article-photo,
.dashboard-content .article.article-reverse > .article-content{
    width: 54%;
}
.dashboard-content .article > .article-content:first-child{
    padding-right: 50px;
}
.dashboard-content .article > .article-content:last-child{
    padding-left: 80px;
}
.dashboard-content .article{
    margin-bottom: 75px;
}
.pagination{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.pagination:not(:last-child){
    margin-bottom: 35px;
}
.pagination a{
    font-size: 40px;
}
.pagination a.inactive{
    color: rgba(51, 51, 51, 0.4);
}
.pagination span{
    font-size: 28px;
    font-weight: 900;
    margin: 0 35px;
}
.align-center + .pagination{
    margin-top: -50px;
}
.courses-tile + .pagination{
    margin-top: -20px;
}
/* Menu */
#dashboard .header-wrapper,
#dashboard #main,
#dashboard #footer{
    padding-left: 100px !important;
}
#dashboard #nav-btn{
    display: inline-block !important;
}
#nav-btn{
    text-transform: uppercase;
    text-align: center;
    width: 62px;
    margin-bottom: 95px;
}
#nav-btn strong{
    font-size: 20px;
    font-weight: 500;
}
#nav-btn span{
    display: block;
    width: 100%;
    height: 4px;
    background: #fff;
}
#nav-btn:hover span{
    background: #F37121;
}
#nav-btn:hover{
    color: #F37121;;
}
#nav-btn span:nth-child(2){
    margin-top: 7px;
}
#nav-btn span:not(:last-child){
    margin-bottom: 13px;
}
.dashboard-menu{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    background: #00717D;
    color: #fff;
    z-index: 130;
    text-align: center;
}
.menu-open .dashboard-menu{
    width: 173px
}
.dashboard-menu .inner-box{
    padding: 55px 10px 50px;
    position: relative;
    position: absolute;
    width: 100%;
    top: 0;
    overflow-y: auto;
    height: 100%;
}
.dashboard-menu ul i{
    display: block;
    font-size: 48px;
    margin-bottom: 10px;
}
.dashboard-menu li:not(:last-child){
    margin-bottom: 50px;
}
.dashboard-menu li a{
    font-size: 18px;
    text-transform: uppercase;
}
.dashboard-menu li a span{
    display: inline-block;
    width: 0;
    white-space: nowrap;
    position: relative;
    bottom: -20px;
    opacity: 0;
    overflow: hidden;
}
.menu-open .dashboard-menu li a span{
    width: auto;
    bottom: 0;
    opacity: 1;
}
/* Header */
.search-box{
    position: relative;
    flex-grow: 1;
    margin: 0 40px 0 30px;
}
.search-box input[type=text]{
    font: 500 24px/1.2 'Avenir';
    color: rgba(51, 51, 51, 0.4);
    background: rgba(0, 113, 125, 0.05);
    padding: 23px 35px 23px 75px;
    width: 100%;
}
.search-box input[type=text]::-webkit-input-placeholder{
    color: rgba(51, 51, 51, 0.4);
}
.search-box input[type=text]::-webkit-input-placeholder{
    color: rgba(51, 51, 51, 0.4);
}
.search-box input[type=text]::-webkit-input-placeholder{
    color: rgba(51, 51, 51, 0.4);
}
.search-box button{
    border: none;
    background: none;
    margin-left: 10px;
    cursor: pointer;
    display: none;
}

.header-wrapper .fa-search,
.mob-search-btn .fa-times{
    font-size: 30px;
    font-weight: normal;
    color: #00717D;
    transition: none;
}
.search-box > .fa-search{
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
}
.profile-box{
    display: flex;
    align-items: center;
}
.profile-avatar{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.profile-box .profile-cart,
.profile-box .profile-notif{
    font-size: 40px;
    position: relative;
    margin-right: 35px;
}
.profile-box > a:nth-child(2){
    margin-right: 28px;
}
.profile-box .profile-cart.active:after,
.profile-box .profile-notif.active:after,
.profile-menu.active-items:after{
    content: '';
    width: 16px;
    height: 16px;
    background: #F37121;
    border-radius: 50%;
    position: absolute;
    right: -4px;
    top: 14px;
    z-index: 1;
}
.profile-menu.active-items:after{
    display: none;
}
.profile-menu-inner{
    padding-right: 35px;
    cursor: pointer;
}
.profile-menu-inner:after{
    content: '\f078';
    font: normal 24px/1 Font Awesome\ 5 Pro;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.profile-menu .sub-menu{
    background: #fff;
    left: auto;
    right: -30px;
    text-align: right;
}
.profile-menu.sub-open .sub-menu{
    opacity: 1;
    visibility: visible;
}
.profile-menu.sub-open .profile-menu-inner:after{
    content: '\f077';
}
/* Main Content */
.dashboard-content{
    padding: 55px 0 60px;
}
.dashboard-content .column:first-child{
    width: 52%;
    margin-right: 3.5%;
}
.dashboard-content .column:last-child{
    width: 44.5%;
}
.dashboard-content .btn-sm{
    min-width: 150px;
}
.dashboard-content h1{
    margin-top: 25px;
}
.dashboard-content .article h2{
    margin-bottom: 25px;
}
.dashboard-box{
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    padding: 40px 35px 35px;
    margin-bottom: 55px;
}
.dashboard-box:last-child{
    margin-bottom: 0;
}
.dashboard-box.padd-lg{
    padding: 50px 60px 35px;
}
.course-details span{
    font-weight: 900;
}
.course-preview{
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.course-preview.extended{
    display: block;
    padding-right: 40px;
}
.section-title + .course-preview.extended{
    margin-top: -5px;
}
.course-preview:last-child{
    margin-bottom: 25px;
}
.course-preview > div:first-child{
    padding-right: 35px;
}
.course-preview > div:last-child{
    width: 160px;
    flex-grow: 0;
    flex-shrink: 0;
}
.course-preview.extended > div:first-child{
    padding-right: 0;
}
.course-preview .course-details{
    margin-bottom: 10px;
}
.course-preview h3{
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 20px;
}
.course-preview.extended p{
    color: rgba(51, 51, 51, 0.4);
}
.progress-bar{
    background: rgba(0, 113, 125, 0.2);
    border-radius: 100px;
    height: 11px;
}
.progress-bar span{
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #00717D;
}
.profile-stat{
    display: flex;
}
.profile-stat li{
    width: 50%;
    text-align: center;
}
.profile-stat li:first-child{
    border-right: 3px solid rgba(51, 51, 51, 0.2);
    padding-right: 25px;
}
.profile-stat li:last-child{
    padding-left: 10px;
}
.profile-stat span{
    font-size: 68px;
    font-weight: 900;
    color: #00717D;
    white-space: nowrap;
}
.profile-stat i{
    font-size: 81px;
    margin-right: 13px;
    vertical-align: top;
    position: relative;
    top: 10px;
}
.profile-stat p{
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 1.98px;
}
.price-box{
    display: flex;
    align-items: center;
}
.price-box span{
    font-size: 40px;
    font-weight: 900;
    color: #00717D;
    margin-right: 20px;
}
.price-box span sup{
    font-size: 22px;
}
.article .price-box{
    margin-bottom: 20px;
}
.dashboard-box .categories-list{
    margin-bottom: 55px;
}
.dashboard-content .content-slider-wrapper{
    margin: 90px 0 50px;
}
.dashboard-content .content-slider{
    height: 690px;
}
.fixed-price-box{
    position: fixed;
    top: 175px;
    background: #333333;
    color: #fff;
    width: calc(100% - 130px);
    max-width: 1500px;
    z-index: 100;
    display: flex;
    align-items: center;
    border-radius: 0px 0px 5px 5px;
    padding: 25px 30px 15px 50px;
}
.fixed-price-box > a{
    display: block;
    padding-right: 15px;
}
.fixed-price-box h3{
    font-size: 29px;
    font-weight: 900;
}
.fixed-price-box .price-box{
    margin-left: auto;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 25px;
}
.fixed-price-box .price-box span{
    color: #fff;
}
.fixed-price-box .btn{
    border-color: #fff;
    color: #fff;
}
.fixed .fixed-price-box{
    top: 140px;
}
#scorm-div {
    min-height:600px;
}
#scorm-iframe {
    overflow:hidden; 
    display:block; 
    margin:10px auto; 
    height: 500px; 
    width: 700px;
}