a{
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}
p:last-child {
    margin-bottom: 0px;
}
ul{
    margin: 0px;
    padding: 0px;
}
ul li{
    list-style: none;
}
.btn_1 {
    display: inline-block;
    vertical-align: middle;
    outline: none;
    border: none;
    line-height: 1;
    outline: none;
    color: #ffffff;
    text-align: center;
    min-width: 150px;
    background-color: #f69f1b;
    z-index: 141;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 500ms ease-in-out;
}
.btn_1:hover {
    background-color: #000000;
    color: #ffffff;
}
.btn_1 i.fa {
    margin-left: 5px;
}
.btn_1.large {
    min-width: 350px;
    height: 52px;
    padding: 18px 21px;
    color: #fff;
    font-size: 16px;
}
.btn_1.large:hover {
    color: #000000;
}
.btn_1.white {
    margin-right: 10px;
    border-color: #fff;
    color: #fff;
}
.btn_1.white:hover {
    background-color: #fff;
    color: #000;
}
.btn_2 {
    display: inline-block;
    vertical-align: middle;
    color: #ff3d35;
    outline: none;
    border: none;
    line-height: 1;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    outline: none;
    text-align: center;
    padding: 13px 20px;
    font-size: 15px;
    font-weight: 400;
    min-width: 140px;
    border: 2px solid #ff3d35;
    border-radius: 3px;
    color: #fff;
    font-weight: 400;
}
.btn_2:hover {
    background-color: #ff3d35;
    color: #fff;
}
#back-to-top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    width: 43px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-size: 24px;
    background: #0067b6;
    color: #fff;
}
#back-to-top:hover {
    background: #0067b6;
    color: #fff;
}
#back-to-top.show {
    opacity: 1;
}
.mobile_header {
    display: none;
}
.mobile_header_main {
    height: auto !important;
}
header.mobile_header {
    left: 0;
    z-index: 9999;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0px;
    background-color: #141414;
}
header.mobile_header.sticky {
    -webkit-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.36);
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.36);
}
.main_menu_wrap {
    position: relative;
    padding: 15px 0px;
}
img.alignleft {
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
}
img.alignright {
    float: right;
    margin-left: 25px;
    margin-bottom: 25px;
}
.sec {
    padding: 0px;
    position: relative;
    clear: both;
}
.sec.sec_bottom_space_none {
    padding-bottom: 0px;
}
.sec_title {
    margin-bottom: 50px;
    text-align: center;
}
.sec_title h2 {
    margin-bottom: 25px;
    color: #0c304a;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}
.sec h1 {
    line-height: 1.1;
    position: relative;
    color: #242424;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
}
.sec_title h1{
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 40px;
    color: #000000;
    text-transform:none;
}
.sec_title p {
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
}
.header_1_main {
    display: block;
}
.social_icons {
    display: block;
    margin-bottom: 0;
}
.social_icons a {
    display: inline-block;
    text-align: center;
    line-height: 36px;
    font-size: 15px;
    margin-right: 5px;
    margin-bottom: 0;
    width: 38px;
    height: 38px;
    background-color: #fff;
    color: #141414;
    border: 2px solid #efefef;
}
.social_icons a:hover {
    background-color: #ff9000;
    color: #fff;
}
.sec.resource_sec {
    background-color: #842695;
    padding: 30px 0px;
}
.resource_sec h1 {
    color: #fff;
}
.resource_sec ul li {
    margin-bottom: 8px;
    word-break: break-word;
}
.resource_sec ul li a {
    color: #fff;
}
.logo_sec {
    border-bottom: 1px solid #242424;
}
.logo_sec .inner_wrap {
    position: relative;
    padding: 20px 0px;
    padding-left: 215px;
}
.logo_sec .inner_wrap h3 {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 33px;
    margin: 0;
    padding-top: 39px;
}
.logo_sec .inner_wrap .logos_wrap {
}
.home_blog_wrap {
    margin-top: 50px;
}
.home_blog_wrap .inner_blog_wrap {
    display: block;
    color: inherit;
    position: relative;
    padding-left: 330px;
    text-decoration: none;
    border-bottom: 2px solid #22ff9a;
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home_blog_wrap .inner_blog_wrap figure {
    margin: 0px;
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
}
.home_blog_wrap .inner_blog_wrap figure img {
    border-radius: 3px;
}
.home_blog_wrap .inner_blog_wrap h3 {
    font-size: 24px;
    width: 80%;
    margin-bottom: 15px;
}
.home_blog_wrap .inner_blog_wrap p {
    margin-bottom: 10px;
}
.home_blog_wrap .inner_blog_wrap span.date {
    margin-bottom: 10px;
    display: block;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    color: #908f8f;
}
.home_blog_wrap .inner_blog_wrap span.date i.fa {
    margin-right: 10px;
    color: #141414;
}
.home_blog_wrap .inner_blog_wrap .link {
    color: #141414;
    font-size: 20px;
    font-weight: 700;
    display: block;
    text-align: right;
}
.home_blog_wrap .inner_blog_wrap .link:hover {
    color: #22ff9a;
}
.home_blog_wrap .inner_blog_wrap:last-of-type {
    border-bottom: none;
}
.bottom_black_bg .sec_title {
    color: #ffffff;
}
.banner_info_sec{
    padding: 60px 0px;
    background-size: cover !important;
}
.home_blog_sec{
    background-color: #303030;
    padding-top: 0px;
    padding-bottom: 30px;
}
.home_blog_sec .inner_blog_sec{
    color: #fff;
    padding: 85px 0px;
    background-size: cover !important;
}
.home_blog_sec .inner_blog_sec h2{
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
    margin: 0;
}
.footer_1 {
    background: #0C304A;
    padding: 20px 50px;
}
footer.footer_1 h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
}
footer.footer_1 .widget {
    margin-bottom: 0;
}
footer.footer_1 .widget.info {
    margin-bottom: 25px;
}
footer.footer_1 .widget.info img {
    margin-bottom: 20px;
    width: 165px;
}
footer p {
    font-size: 14px;
    color: #ffffff;
    word-break: break-all;
    letter-spacing: 1px;
}
footer.footer_1 .widget.links {
}
footer.footer_1 .widget.links ul{
    display: flex;
}
footer.footer_1 .widget.links li {
    list-style: none;
}
footer.footer_1 .widget.links li a {
    display: block;
    font-size: 14px;
    position: relative;
    line-height: 1.2;
    margin-bottom: 0;
    color: #fff;
    margin-right: 20px;
    letter-spacing: 0;
    font-weight: 600;
}
footer.footer_1 .widget.links li a:after {
}
footer.footer_1 .widget.links li a:hover {
    color: #1099c6;
    text-decoration: none;
}
.foot-social {
    display: flex;
    margin-bottom: 0;
    text-align: left;
    margin-top: 20px;
    justify-content: flex-end;
}
.foot-social a {
    display: inline-block;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    margin-left: 10px;
    margin-bottom: 0;
    width: 38px;
    height: 38px;
    color: #ff3d35;
    background-color: transparent;
    border: 2px solid #ff3d35;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.foot-social a:hover {
    background-color: #ff3d35;
    color: #ffffff;
}
footer.footer_1 .inner_wrap {
    margin-top: 50px;
}
footer.footer_1 .inner_wrap p {
    font-size: 14px;
}
.footer_top {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px;
    padding: 4px 0px;
    border-top: 1px solid #eeeeee;
}
.footer_top p {
    font-size: 15px;
    margin-top: 6px;
}
.indicade_sec{
}
.comtact_sec{
}
.comtact_sec .inner_wrap{
    padding: 0px 80px;
}
.breadcrumbs_wrap{
    background-color: #f8f8f8;
    overflow: hidden;
    position: relative;
    padding: 0px 100px;
}
.breadcrumbs_wrap ol{
    margin: 16px 0px;
    padding: 0;
}
.breadcrumbs_wrap ol li{
    color:#000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 14px;
}
.breadcrumbs_wrap ol li a{
    color:#000000;
    text-decoration:none;
}
.breadcrumbs_wrap ol li a:hover{
    color:#f69f1b;
    text-decoration:none;
}
.error_sec{
    padding: 150px 0px;
    background-size: cover !important;
}
.error_sec .sec_title h1{
    font-size: 100px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
}
.error_sec .sec_title p {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
}
.error_sec .sec_title p strong{
    color: #ff3d35;
}
.related_sec{
    background-size: cover !important;
    padding: 50px 0px;
}
@media (min-width: 767px) {
    .mobile_header_main {
        display: none !important;
   }
}
@media (max-width: 991px) {
    .error_sec .sec_title h1{
        font-size: 50px;
   }
}
@media (min-width: 768px) and (max-width: 991px) {
    .home_blog_wrap .inner_blog_wrap .link{
        font-size: 18px;
   }
    footer.footer_1 .widget.links li a {
        text-align: left;
   }
}
@media (max-width: 767px) {
    .mobile_header {
        display: block;
   }
    .container, .container-sm {
        max-width: 100%;
   }
    .home_blog_wrap .inner_blog_wrap .link{
        font-size: 18px;
   }
    footer.footer_1 .widget.links li a {
        text-align: left;
   }
    .contact_form_wrap{
        margin-top: 40px;
   }
    .categories_sidebar{
        margin-left: 0px;
        margin-top: 30px;
   }
}
@media (max-width: 600px) {
    .home_blog_wrap .inner_blog_wrap figure{
        position: static;
        width: 100%;
        margin-bottom: 25px;
   }
    .home_blog_wrap .inner_blog_wrap{
        padding-left: 0px;
   }
    .author_wrap{
        display: block;
   }
}
.content_icons_wrap{
    padding: 40px 25px;
    background-color: #0c304a;
    margin-bottom: 40px;
}
.content_icons_wrap .row{
    justify-content: center;
}
.content_icons_wrap h3{
    font-size: 1.4375rem;
    font-weight: 400;
    margin: 0px;
    margin-bottom: 10px;
    color: #fff;
}
.content_icons_wrap h4{
    text-align: center;
    color: #ffff;
    line-height: 1;
    font-size: 1.4375rem;
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
    font-weight: 400;
    margin-bottom: 35px;
}
.content_icons_wrap .inner_wrap{
    letter-spacing: 1px;
    margin-bottom: 35px;
    display: block;
    color: inherit;
    text-transform: none;
    text-align: center;
}
.content_icons_wrap .inner_wrap figure{
    margin-bottom: 1.25rem;
    color: #fff;
}
.content_icons_wrap .inner_wrap figure i{
    color: #fff;
}
.content_icons_wrap .inner_wrap p{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.content_icons_wrap .inner_wrap:hover *{
    color: #1099c6;
}
.page_course_head{
    margin-bottom: 40px;
    text-align: center;
}
.page_course_head img{
    width: 770px;
    display: block;
    margin: auto;
}
.page_course_head h1{
    font-family: "Caveat", arial, sans-serif !important;
    color: #1099c6;
    font-size: 2.75rem;
    font-weight: 400;
    text-transform: none;
    line-height: 1.5em;
}
.course_module_wrap{
    background-color: orange;
}
.course_module_wrap h3{
    font-weight: 400;
    margin: 0px;
    margin-bottom: 20px;
    text-align: center;
    color: #1099c6;
    font-size: 27px;
}
.course_module_wrap h4{
    line-height: 1;
    margin-top: 0.2rem;
    font-weight: 400;
    margin-bottom: 35px;
    text-align: center;
    color: #0c304a;
    font-size: 22px;
}
.course_module_wrap .inner_wrap{
    letter-spacing: 1px;
    margin-bottom: 30px;
    display: block;
    color: inherit;
    text-transform: none;
    text-align: center;
    background-color: #fafafa;
    padding: 20px 10px;
}
.course_module_wrap .inner_wrap figure{
    margin-bottom: 1.25rem;
    color: #0c304a;
}
.course_module_wrap .inner_wrap figure i{
    color: #0c304a;
}
.course_module_wrap .inner_wrap p{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
span.lesson_count{
    display: block;
    text-align: center;
    color: #0c304a;
    margin-bottom: 25px;
}
.course_module_wrap .inner_wrap:hover *{
}
.custom_progress_bar{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 10px 0px;
    font-size: 14px;
    font-weight: 400;
    color: #f69f1b;
}
.custom_progress_bar .inner_progress{
    background-color: #f69f1b;
    height: 30px;
    width: 220px;
    margin-left: 15px;
    position: relative;
    display: flex;
}
.custom_progress_bar .inner_progress .progress_value{
    position: absolute;
    top: 3px;
    right: 0;
    left: 0;
    height: 24px;
    background: #fff;
    font-weight: 500;
    color: #000;
    width: 65px;
    margin: auto;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
}
meta.foundation-mq-topbar {
    font-family: "/only screen and (min-width:40.0625em)/";
    width: 40.0625em 
}
.contain-to-grid {
    width: 100%;
    background: #333 
}
.contain-to-grid .top-bar {
    margin-bottom: 0 
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    left: 0 
}
.fixed.expanded:not(.top-bar) {
    height: auto;
    max-height: 100%;
    overflow-y: auto;
    width: 100% 
}
.fixed.expanded:not(.top-bar) .title-area {
    position: fixed;
    width: 100%;
    z-index: 99 
}
.fixed.expanded:not(.top-bar) .top-bar-section {
    margin-top: 2.8125rem;
    z-index: 98 
}
.top-bar {
    background: #0C304A;
    height: 80px;
    line-height: 2.8125rem;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    padding: 10px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-bar ul {
    list-style: none;
    margin-bottom: 0 
}
.top-bar .row {
    max-width: none 
}
.top-bar form,.top-bar input,.top-bar select {
    margin-bottom: 0 
}
.top-bar input,.top-bar select {
    font-size: .75rem;
    height: 1.75rem;
    padding-bottom: .35rem;
    padding-top: .35rem 
}
.top-bar .button,.top-bar button {
    font-size: .75rem;
    margin-bottom: 0;
    padding-bottom: .4125rem;
    padding-top: .4125rem 
}


@media only screen and (max-width: 40em) {
    .reveal-modal {
        min-height:100vh 
   }
    .top-bar .button,.top-bar button {
        position: relative;
        top: -1px 
   }
}
.top-bar .title-area {
    margin: 0;
    position: relative;
}

.top-bar .title-area img{width: 500px;}
.top-bar .name {
    font-size: 16px;
    margin: 0
}
.top-bar .name h1,.top-bar .name h2,.top-bar .name h3,.top-bar .name h4,.top-bar .name p,.top-bar .name span {
    font-size: 1.0625rem;
    line-height: 2.8125rem;
    margin: 0 
}
.top-bar .name h1 a,.top-bar .name h2 a,.top-bar .name h3 a,.top-bar .name h4 a,.top-bar .name p a,.top-bar .name span a {
    color: #FFF;
    display: block;
    font-weight: 400;
    padding: 0 .9375rem;
    width: 75% 
}
.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0
}
.top-bar .toggle-topbar a {
    color: #FFF;
    display: block;
    font-size: .8125rem;
    font-weight: 700;
    height: 2.8125rem;
    line-height: 2.8125rem;
    padding: 0 .9375rem;
    position: relative;
    text-transform: uppercase 
}
.subheader,.top-bar-section .dropdown li a.parent-link,.top-bar-section ul li>a,code,h1,h2,h3,h4,h5,h6,p {
    font-weight: 400;
}
.top-bar .toggle-topbar.menu-icon {
}
.top-bar .toggle-topbar.menu-icon a {
    color: #FFF;
    height: 34px;
    line-height: 33px;
    padding: 0 2.5rem 0 .9375rem;
    position: relative 
}
.top-bar .toggle-topbar.menu-icon a span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    margin-top: -8px;
    top: 50%;
    right: .9375rem;
    box-shadow: 0 0 0 1px #FFF,0 7px 0 1px #FFF,0 14px 0 1px #FFF;
    width: 16px 
}
.top-bar-section,.top-bar-section .has-dropdown {
    position: relative 
}
.top-bar .toggle-topbar.menu-icon a span:hover:after {
    box-shadow: 0 0 0 1px "",0 7px 0 1px "",0 14px 0 1px "" 
}
.top-bar.expanded {
   /* background: 0 0;
    */
    height: auto 
}
.top-bar-section ul li,.top-bar.expanded .title-area {
    background: #333 
}
.top-bar.expanded .toggle-topbar a {
    color: #888 
}
.top-bar.expanded .toggle-topbar a span::after {
    box-shadow: 0 0 0 1px #888,0 7px 0 1px #888,0 14px 0 1px #888 
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .top-bar.expanded .top-bar-section .dropdown,.top-bar.expanded .top-bar-section .has-dropdown.moved>.dropdown {
        clip:initial 
   }
    .top-bar.expanded .top-bar-section .has-dropdown:not(.moved)>ul {
        padding: 0 
   }
}
.top-bar-section {
    left: 0;
    width: auto;
    transition: left 300ms ease-out 
}
.top-bar-section ul {
    display: block;
    font-size: 16px;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left !important;
}
.top-bar-section ul li>a.button,.top-bar-section ul li>button {
    padding-left: .9375rem;
    padding-right: .9375rem;
    font-size: .8125rem 
}
.top-bar-section .divider,.top-bar-section [role=separator] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100% 
}
.top-bar-section ul li>a {
    color: #FFF;
    display: block;
    font-size: .8125rem;
    padding: 12px 0.9375rem 12px 0.9375rem;
    width: 100%;
    line-height: 1;
    font-weight: 500;
}
dl,ol,p,ul {
    font-family: inherit 
}
.top-bar-section ul li>a.button {
    background-color: #008CBA;
    border-color: #007095;
    color: #FFF 
}
.top-bar-section ul li>a.button:focus,.top-bar-section ul li>a.button:hover {
    background-color: #007095;
    color: #FFF 
}
.top-bar-section ul li>a.button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333 
}
.top-bar-section ul li>a.button.secondary:focus,.top-bar-section ul li>a.button.secondary:hover {
    background-color: #b9b9b9;
    color: #333 
}
.top-bar-section ul li>a.button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #FFF 
}
.top-bar-section ul li>a.button.success:focus,.top-bar-section ul li>a.button.success:hover {
    background-color: #368a55;
    color: #FFF 
}
.top-bar-section ul li>a.button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #FFF 
}
.top-bar-section ul li>a.button.alert:focus,.top-bar-section ul li>a.button.alert:hover {
    background-color: #cf2a0e;
    color: #FFF 
}
.top-bar-section ul li>a.button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #FFF 
}
.top-bar-section ul li>a.button.warning:focus,.top-bar-section ul li>a.button.warning:hover {
    background-color: #cf6e0e;
    color: #FFF 
}
.top-bar-section ul li>a.button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333 
}
.top-bar-section ul li>a.button.info:focus,.top-bar-section ul li>a.button.info:hover {
    background-color: #61b6d9;
    color: #FFF 
}
.top-bar-section ul li>button {
    background-color: #008CBA;
    border-color: #007095;
    color: #FFF 
}
.top-bar-section ul li>button:focus,.top-bar-section ul li>button:hover {
    background-color: #007095;
    color: #FFF 
}
.top-bar-section ul li>button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333 
}
.top-bar-section ul li>button.secondary:focus,.top-bar-section ul li>button.secondary:hover {
    background-color: #b9b9b9;
    color: #333 
}
.top-bar-section ul li>button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #FFF 
}
.top-bar-section ul li>button.success:focus,.top-bar-section ul li>button.success:hover {
    background-color: #368a55;
    color: #FFF 
}
.top-bar-section ul li>button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #FFF 
}
.top-bar-section ul li>button.alert:focus,.top-bar-section ul li>button.alert:hover {
    background-color: #cf2a0e;
    color: #FFF 
}
.top-bar-section ul li>button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #FFF 
}
.top-bar-section ul li>button.warning:focus,.top-bar-section ul li>button.warning:hover {
    background-color: #cf6e0e;
    color: #FFF 
}
.top-bar-section ul li>button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333 
}
.top-bar-section ul li>button.info:focus,.top-bar-section ul li>button.info:hover {
    background-color: #61b6d9;
    color: #FFF 
}
.top-bar-section ul li:hover:not(.has-form)>a {
    color: #FFF;
    background: #0C304A;
}
.top-bar-section ul li.active>a {
    background: #008CBA;
    color: #FFF 
}
.top-bar-section ul li.active>a:hover {
    background: #0078a0;
    color: #FFF 
}
.top-bar-section .has-form {
    padding: .9375rem 
}
.top-bar-section .has-dropdown>a:after {
    border: 5px inset;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent rgba(255,255,255,.4);
    border-left-style: solid;
    margin-right: .9375rem;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
    right: 0 
}
.top-bar-section .has-dropdown.moved {
    position: static 
}
.top-bar-section .has-dropdown.moved>.dropdown {
    height: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute!important;
    width: 100% 
}
.top-bar-section .has-dropdown.moved>a:after {
    display: none 
}
.top-bar-section .dropdown {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    display: block;
    padding: 0;
    top: 0;
    z-index: 99;
    left: 100% 
}
.top-bar-section .dropdown li {
    height: auto;
    width: 100% 
}
.top-bar-section .dropdown li a {
    font-weight: 400;
    padding: 8px .9375rem 
}
.top-bar-section .dropdown li.parent-link,.top-bar-section .dropdown li.title h5 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.125rem 
}
.top-bar-section .dropdown li.parent-link a,.top-bar-section .dropdown li.title h5 a {
    color: #FFF;
    display: block 
}
.top-bar-section .dropdown li.parent-link a:hover,.top-bar-section .dropdown li.title h5 a:hover {
    background: 0 0 
}
.top-bar-section .dropdown li.has-form {
    padding: 8px .9375rem 
}
.top-bar-section .dropdown li .button,.top-bar-section .dropdown li button {
    top: auto 
}
.top-bar-section .dropdown label {
    color: #777;
    font-size: .625rem;
    font-weight: 700;
    margin-bottom: 0;
    padding: 8px .9375rem 2px;
    text-transform: uppercase 
}
.js-generated {
    display: block 
}
@media only screen and (min-width: 40.0625em) {
    .top-bar,.top-bar.expanded {
        background: #0C304A;
   }
    .top-bar .title-area,.top-bar-section ul li {
   }
    .top-bar {
        overflow: visible 
   }
    .top-bar:after,.top-bar:before {
        /* content: " "; */
        display: table
   }
    .top-bar:after {
        clear: both 
   }
    .top-bar .toggle-topbar {
        display: none 
   }
    .top-bar .name h1 a,.top-bar .name h2 a,.top-bar .name h3 a,.top-bar .name h4 a,.top-bar .name h5 a,.top-bar .name h6 a {
        width: auto 
   }
    .top-bar .button,.top-bar button,.top-bar input,.top-bar select {
        font-size: .875rem;
        height: 1.75rem;
        position: relative;
        top: .53125rem 
   }
    .contain-to-grid .top-bar {
        margin: 0 auto;
        max-width: 62.5rem 
   }
    .top-bar-section {
        transition: none 0 0;
        left: 0!important 
   }
    .top-bar-section ul {
        display: inline;
        height: auto!important;
        width: auto 
   }
    .top-bar-section ul li .js-generated {
        display: none 
   }
    .top-bar-section li.hover>a:not(.button) {
        background: #222;
        color: #FFF 
   }
    .top-bar-section li:not(.has-form) a:not(.button) {
        background: #0C304A;
        line-height: 2.8125rem;
        padding: 0 .9375rem 
   }
    .top-bar-section li:not(.has-form) a:not(.button):hover {
        background: #222 
   }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
        background: #008CBA;
        color: #FFF;
        line-height: 2.8125rem;
        padding: 0 .9375rem 
   }
    .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #0078a0;
        color: #FFF 
   }
    .top-bar-section .has-dropdown>a {
        padding-right: 2.1875rem!important 
   }
    .top-bar-section .has-dropdown>a:after {
        border: 5px inset;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: rgba(255,255,255,.4)transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 1.40625rem 
   }
    .top-bar-section .has-dropdown.moved {
        position: relative 
   }
    .top-bar-section .has-dropdown.moved>.dropdown {
        clip: rect(1px,1px,1px,1px);
        height: 1px;
        overflow: hidden;
        position: absolute!important;
        width: 1px;
        display: block 
   }
    .top-bar-section .has-dropdown.hover>.dropdown,.top-bar-section .has-dropdown.not-click:hover>.dropdown,.top-bar-section .has-dropdown>a:focus+.dropdown {
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute!important 
   }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after {
        border: none;
        content: "\00bb";
        top: .1875rem;
        right: 5px 
   }
    .top-bar-section .dropdown {
        left: 0;
        background: 0 0;
        min-width: 100%;
        top: auto 
   }
    .top-bar-section .dropdown li a {
        background: #333;
        color: #FFF;
        line-height: 2.8125rem;
        padding: 12px .9375rem;
        white-space: nowrap 
   }
    .top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
        background: #333;
        color: #FFF 
   }
    .top-bar-section .dropdown li:not(.has-form):not(.active):hover>a:not(.button) {
        color: #FFF;
        background: #222 
   }
    .top-bar-section .dropdown li label {
        background: #333;
        white-space: nowrap 
   }
    .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0 
   }
    .top-bar-section>ul>.divider,.top-bar-section>ul>[role=separator] {
        border-right: solid 1px #4e4e4e;
        border-bottom: none;
        border-top: none;
        clear: none;
        height: 2.8125rem;
        width: 0 
   }
    .top-bar-section .has-form {
        background: #333;
        height: 2.8125rem;
        padding: 0 .9375rem 
   }
    .top-bar-section .right li .dropdown {
        left: auto;
        right: 0 
   }
    .top-bar-section .right li .dropdown li .dropdown {
        right: 100% 
   }
    .top-bar-section .left li .dropdown {
        right: auto;
        left: 0 
   }
    .top-bar-section .left li .dropdown li .dropdown {
        left: 100% 
   }
    .no-js .top-bar-section ul li:hover>a {
        background: #222;
        color: #FFF 
   }
    .no-js .top-bar-section ul li:active>a {
        background: #008CBA;
        color: #FFF 
   }
    .no-js .top-bar-section .has-dropdown:hover>.dropdown,.no-js .top-bar-section .has-dropdown>a:focus+.dropdown {
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute!important 
   }
}
.page_article{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 0 !important;
}
.plf2019-sticky-sidebar{
    border: none;
    font-family: 'Montserrat', sans-serif !important;
    text-transform: capitalize;
    width: 35%;
    max-width: 300px;
    min-width: 300px;
    position: relative;
}
.page_right_area{
    width: 100%;
    position: relative;
    min-height: 1500px;
    color: #000000;
    overflow: hidden;
    padding-bottom: 40px;
}
.page_right_area.full_width{
    min-height: 100%;
    min-height: 700px;
}
.page_right_area .page_inner_content{
    max-width: 1300px;
    padding: 0 35px;
    padding-top: 35px;
    margin: auto;
}
.left_sidebar_wrap{
    letter-spacing: 0px;
}

.left_sidebar_wrap .inner-wrapper-sticky{

    padding-top: 10px;
    padding-bottom: 10px;

}
.left_sidebar_wrap .sidebar_inner{
    /* padding-top: 30px;
    padding-bottom: 25px; */
}
.left_sidebar_wrap ul{
    margin-bottom: 20px;
}
.left_sidebar_wrap ul li a{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    background-color: transparent;
    padding: 7.5px 30px 7.5px 0;
    padding-left: 30px;
    color: #ffffff;
    display: block;
}
.left_sidebar_wrap ul li ul li a{
    color: #0c304a;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 8px 30px 8px 60px;
    line-height: 22px;
    text-transform: capitalize;
    display: block;
    background: transparent;
}
.course_menu{
    margin-bottom:30px;
}
.course_menu>ul>li>a{
    background-color: #f1f1f1;
}
.left_sidebar_wrap ul li a:hover{
    color: #f69f1b;
}
.launched_wrap{
    margin-top:30px;
    display: none !important;
}
.launched_wrap{
    display: block;
    color: #fff;
    background-color: #f69f1b;
    padding: 28px 10px 28px 42px;
    border: none;
}
.launched_wrap h4{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.launched_wrap p{
    font-size: 11px;
    color: #fff;
}
.launched_wrap:hover{
    color: #fff;
}
html body.single-sfwd-courses .ld-course-status, html body.single-sfwd-courses .ld-item-list, html body.single-sfwd-courses .learndash_sidebar, html body.single-sfwd-courses .page_heading, html body.single-sfwd-lessons .page_heading{
    display: none !important;
}
.breadcrumbs_wrap .ld-progress-steps{
    display: none;
}
.breadcrumbs_wrap .row{
    align-items: center;
}
.breadcrumbs_wrap .learndash-wrapper.learndash-widget .ld-progress .ld-progress-bar{
    background: #fff;
    height: 15px;
    border-radius: 0px;
}
.breadcrumbs_wrap .learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage{
    background: #f69f1b;
    height: 15px;
    border-radius: 0px;
}
.breadcrumbs_wrap .learndash-wrapper.learndash-widget .ld-progress{
    margin: 0px;
    margin: 0;
    width: 150px;
    margin-left: 15px;
}
.breadcrumbs_wrap .learndash-wrapper.learndash-widget .ld-progress .ld-progress-heading{
    margin: 0px;
}
.breadcrumbs_wrap .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage{
    color: #000000;
}
html body.single-sfwd-lessons .resource_menu, html body.single-sfwd-lessons .course_menu, html body.single-sfwd-lessons .learndash_sidebar .ld-expand-button, html body.single-sfwd-lessons .learndash_sidebar .ld-lesson-item-expanded, html body.single-sfwd-lessons .learndash_sidebar .widget_course_return, html body.single-sfwd-lessons .ld-lesson-status, html body.single-sfwd-lessons .ld-table-list-header, html body.single-sfwd-lessons .launched_wrap {
    display: none !important;
}
html body.single-sfwd-lessons .learndash_sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-heading, html body.single-sfwd-topic .learndash_sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-heading, html body.single-sfwd-quiz .learndash_sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-heading{
    border: none;
}
html body.single-sfwd-lessons .ld-tabs-content{
    background-color: #fafafa;
    padding: 15px;
    font-size: 18px;
    margin-bottom: 40px;
}
@media only screen and (min-width: 40.0625em){
    html body.single-sfwd-lessons .ld-tabs-content{
       /* padding: 60px 90px;
        */
   }
}
html body.single-sfwd-lessons .learndash_sidebar .learndash-wrapper .ld-course-navigation .ld-lesson-item, html body.single-sfwd-topic .learndash_sidebar .learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview, html body.single-sfwd-quiz .learndash_sidebar .learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview{
    border: none;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 8px 30px 8px 30px;
    line-height: 22px;
    text-transform: capitalize;
    display: block;
    background: transparent;
    line-height: 1.3;
}
html body.single-sfwd-lessons .learndash_sidebar .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson, html body.single-sfwd-topic .learndash_sidebar .learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview.ld-is-current-item, html body.single-sfwd-quiz .learndash_sidebar .learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview.ld-is-current-item{
    background-color: #f1f1f1;
    color: #0c304a;
}
html body.single-sfwd-lessons .learndash_sidebar .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview{
    padding: 0px;
}
html body.single-sfwd-lessons .learndash_sidebar .ld-status-icon{
    display: none;
}
html body.single-sfwd-lessons .learndash_sidebar .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title{
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
}
html body.single-sfwd-lessons .learndash_sidebar .learndash-wrapper .ld-course-navigation .ld-lesson-item:hover .ld-lesson-title, html body.single-sfwd-topic .learndash_sidebar .learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview:hover .ld-topic-title, html body.single-sfwd-quiz .learndash_sidebar .learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview:hover .ld-topic-title{
    color: #f69f1b;
}
html body.single-sfwd-lessons .learndash_sidebar .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title, html body.single-sfwd-topic .learndash_sidebar .learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview.ld-is-current-item .ld-topic-title, html body.single-sfwd-quiz .learndash_sidebar .learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview.ld-is-current-item .ld-topic-title{
    font-size: 14px;
}
html body.single-sfwd-lessons .learndash_sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-home-link, html body.single-sfwd-topic .learndash_sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-home-link, html body.single-sfwd-quiz .learndash_sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-home-link{color: #ffffff;display: block;width: 100%;font-family: 'Montserrat', sans-serif;font-size: 14px;letter-spacing: 0px;padding-left: 30px;text-decoration: none;margin-bottom: 5px;font-weight: 400;}
.module_heading{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    padding-left: 60px;
    margin-bottom: 10px;
}
.custom_topic_row{
}
.custom_topic_row .topic_custom_info{
    width: 80%;
    letter-spacing: 0;
    position: relative;
}

.custom_topic_row .topic_custom_info h3.ld-topic-title{
    font-family: 'Montserrat', sans-serif;
    padding-right: 20px;
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
    text-transform: capitalize;
    letter-spacing: 0;
}
.custom_topic_row .topic_custom_info p{
    font-size: 15px;
    padding-right: 20px;
    color: #000;
}
.custom_topic_row .topic_custom_status{
    width: 6%;
    text-align: center;
}
.custom_topic_row .topic_custom_status .ld-status-icon {
}
.topic_custom_average_time{
    width: 20%;
    text-align: center;
}
html body.single-sfwd-lessons .ld-lesson-topic-list{
}
html body.single-sfwd-lessons .learndash-wrapper .ld-table-list .ld-table-list-items{
    font-size: 1.1em;
    border: none;
    padding: 0px;
}
html body.single-sfwd-lessons .learndash-wrapper .ld-table-list.ld-no-pagination{
    border-radius: 0px;
    margin: 0px;
    border: none;
}
html body.single-sfwd-lessons .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview{
    background-color: #f5f5f5;
    display: flex;
    margin-bottom: 12px;
    align-items: center;
    padding: 23px 18px;
    padding-left: 85px;
    border-radius: 10px;
    position: relative;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
    min-height: 70px;
}
.topic_header{
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    color: #0c304a;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.topic_header .col_1{
    text-align: left;
}
.topic_header .col_2{
    width: 140px;
    text-align: center;
}
.topic_header .col_3{
    width: 170px;
    text-align: center;
}
html body.single-sfwd-topic .ld-topic-status, html body.single-sfwd-topic .resource_menu, html body.single-sfwd-topic .course_menu, html body.single-sfwd-topic .page_heading, html body.single-sfwd-topic .module_heading, html body.single-sfwd-topic .learndash_sidebar .ld-expand-button, html body.single-sfwd-topic .learndash_sidebar .widget_course_return, html body.single-sfwd-topic .launched_wrap, html body.single-sfwd-topic .learndash_sidebar .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview .ld-status-icon, html body.single-sfwd-topic .learndash_sidebar .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview .ld-status-icon {
    display: none !important;
}
html body.single-sfwd-quiz .ld-topic-status, html body.single-sfwd-quiz .resource_menu, html body.single-sfwd-quiz .course_menu, html body.single-sfwd-quiz .page_heading, html body.single-sfwd-quiz .module_heading, html body.single-sfwd-quiz .learndash_sidebar .ld-expand-button, html body.single-sfwd-quiz .learndash_sidebar .widget_course_return, html body.single-sfwd-quiz .launched_wrap, html body.single-sfwd-quiz .learndash_sidebar .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview .ld-status-icon, html body.single-sfwd-quiz .learndash_sidebar .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview .ld-status-icon, html body.single-sfwd-quiz .learndash-wrapper .ld-breadcrumbs {
    display: none !important;
}
html body.single-sfwd-topic .learndash_sidebar .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-not-current-lesson, html body.single-sfwd-quiz .learndash_sidebar .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-not-current-lesson{
    display: none !important;
}
html body.single-sfwd-topic .learndash_sidebar .learndash-wrapper .ld-course-navigation .ld-lesson-item, html body.single-sfwd-quiz .learndash_sidebar .learndash-wrapper .ld-course-navigation .ld-lesson-item{
    border-bottom: none !important;
}
html body.single-sfwd-topic .learndash_sidebar .learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-items, html body.single-sfwd-quiz .learndash_sidebar .learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-items{
    background: transparent;
    padding: 0px;
    border-radius: 0px;
}
html body.single-sfwd-topic .learndash_sidebar .learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded.ld-expanded, html body.single-sfwd-quiz .learndash_sidebar .learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded.ld-expanded{
    background: transparent;
    padding: 0px;
    border-radius: 0px;
    margin: 0;
}
html body.single-sfwd-topic .learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded:before, html body.single-sfwd-quiz .learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded:before{
    display: none;
}
html body.single-sfwd-topic .learndash_sidebar .learndash-wrapper .ld-course-navigation .ld-status-icon, html body.single-sfwd-quiz .learndash_sidebar .learndash-wrapper .ld-course-navigation .ld-status-icon{
    display: none;
}
html body.single-sfwd-topic .learndash_sidebar .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title, html body.single-sfwd-quiz .learndash_sidebar .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title{
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 30px;
}
html .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview .ld-status-icon.ld-status-complete, html .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview .ld-status-icon.ld-quiz-complete {
    background: url(../images/checkbox_checked.png) no-repeat;
    border-radius: 0px;
    width: 33px;
    height: 33px;
}
html .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview .ld-status-icon.ld-status-complete .ld-icon, .learndash-wrapper .custom_topic_row .ld-status-icon .ld-icon{
    display: none;
}
html .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview .ld-status-icon.ld-status-incomplete, html .page_inner_content .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview .ld-status-icon.ld-quiz-incomplete{
    border-radius: 0px;
    border: 2px solid #f69f1b;
    background: transparent;
    width: 33px;
    height: 33px;
}
.download_btn_wrap {
    margin-bottom: 30px;
}
.tabs_wrap{
    margin-bottom:50px;
}
.tabs_wrap .tab_row{
}
.tabs_wrap .tab_row div.nav-tabs{
    border: none;
    justify-content: flex-end;
}
.tabs_wrap .tab_row div.nav-tabs .nav-link{
   border: none;
   padding-bottom: 5px;
   border-bottom: 3px solid transparent !important;
   font-family: 'Montserrat', sans-serif;
   font-size: 16px;
   text-transform: uppercase;
   padding: 0px 0px;
   display: block;
   margin: 14px 20px;
   color: #676767;
   padding-bottom: 5px;
}
.tabs_wrap .tab_row div.nav-tabs .nav-link.active{
   border-bottom: 3px solid #0c304a !important;
}
.tabs_wrap .tab-content{
}
.tabs_wrap .tab-content .tab-pane{
   color: #0c304a;
   padding: 40px 40px;
   background-color: #f8f8f8;
   font-family: 'Montserrat', sans-serif !important;
   color: #0c304a;
   font-size: 16px;
}
.tabs_wrap .tab-content .tab-pane .plyr--audio .plyr__controls{
    background: #0c304a;
    color: #fff;
}
.tabs_wrap .tab-content .tab-pane .downloads_wrap{
    padding: 15px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.tabs_wrap .tab-content .tab-pane .downloads_wrap .download_btn{
    width: 18%;
    background: transparent;
    color: #0c304a;
}
.tabs_wrap .tab-content .tab-pane .downloads_wrap .download_btn a{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #0c304a;
    background-color: #f0f0f0;
    padding: 30px;
    text-transform: uppercase;
    -webkit-transition: color 400ms;
    transition: color 400ms;
    padding: 15px;
    min-width: 180px;
}
.tabs_wrap .tab-content .tab-pane .downloads_wrap .download_btn a:hover{
    color: #f69f1b;
}
.tabs_wrap .tab-content .tab-pane .downloads_wrap .download_btn a i{
    display: block;
    margin-bottom: 10px;
    font-size: 2.5em;
}
.tabs_wrap .tab-content .tab-pane .downloads_wrap .download_btn a span{
    display: block;
    text-align: center;
}
.audio_wrap{
    font-size: 12px;
}
.audio_wrap p{
    margin-top: 5px;
}
#wpd-post-rating, .wpd-vote, .wpd-follow-link, .wpd-comment-share, .wpd-thread-filter {
   display: none!important;
}
#wpdcom .wpd-blog-subscriber .wpd-comment-author, #wpdcom .wpd-blog-subscriber .wpd-comment-author a {
   color: #f6a01b!important;
}
#wpdcom .wpd-blog-administrator .wpd-comment-author, #wpdcom .wpd-blog-administrator .wpd-comment-author a {
   color: #1099c6!important;
}
#wpdcom .wpd-prim-button, #wpdcom .wpd-blog-administrator .wpd-comment-label {
   background-color: #1099c6!important;
}
#wpdcom .wpd-comment .wpd-avatar img, #wpdcom .wpd-comment .wpd-avatar img.avatar {
   border: 1px solid #1099c6!important;
}
#wpdcom .wpd-comment .wpd-comment-label span {
    text-overflow: unset!important;
    overflow: visible!important;
}
#wpd-bubble, #wpd-bubble-wrapper{
    display: none !important;
}
.comments_wrap{
    padding: 10px 30px;
    background-color: transparent;
    color: #0c304a;
    letter-spacing: 0;
}
.comm-conversation{
    color: #1099c6;
    font-weight: 400;
    font-size: 1.4375rem;
}
.comments_wrap h3{
    font-size: 22px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 22px;
}
ul.top-bar-menu ul.dropdown ul.dropdown li.hide-for-medium-up{
    display: none !important;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    border-radius: 0.25rem;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.featured_video{
    margin-bottom: 50px;
    margin-top: -100px;
    position: relative;
    z-index: 9999;
    border-radius: 0.25rem;
}
.page-template-temp_plf-php .full_width{
   max-width: 1000px;
   margin: auto;
   min-height: 100%;
   overflow: inherit;
}
.plf_page_content h2{
    color: #1099c6;
    margin-bottom: 20px;
}
.plf_page_content h4{
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 17px;
    letter-spacing: 0;
}
.plf_page_content p{
    color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.6;
    margin-bottom: 20px;
}
.plf_page_content blockquote{
   background-color: #0C304A;
   border-radius: 0.25rem;
   color: #fff;
   margin: 2rem auto 2.5rem;
   padding: 1.5rem;
}
.plf_page_content blockquote p{
    font-size: 1.2rem;
    width: 100%;
    color: #fff;
}
.plf_page_content blockquote .author_info{
   letter-spacing: 0;
   display: flex;
   align-items: center;
}
.plf_page_content blockquote .author_info br{
    display:none;
}
.plf_page_content blockquote .author_info img{
   width: 44px;
   height: 44px;
   margin-right: 20px;
   border-radius:50%;
   border: 2px solid #1099c6;
}
.plf_sec_form{
    /* background-color: #0C304A; */
    padding: 50px 0px;
}
.plf_sec_form .full_width{
    min-height:100%;
    padding-bottom:0px;
}
.plf_form_wrap{
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
}
.inner_form_row{
    max-width: 450px;
   margin: auto;
   margin-top: 25px;
}
.inner_form_row .form-control{
   padding: 0.95rem;
   line-height: 1.5;
   color: #000000;
   border-radius: 0.25rem;
   font-weight: 600;
   outline: none;
   box-shadow: none;
   margin: 0;
   border: none;
   display: block;
   height: 60px;
   margin-right: 0.5rem;
   text-align: center;
   font-size: 1.25rem;
   min-width: 0;
}
.inner_form_row .form-control:last-child{
    margin-right:0px;
}
.inner_form_row .get_started_btn{
   width: 1;
   word-wrap: break-word;
   white-space: nowrap;
   margin-bottom: 0;
   line-height: 1;
   font-weight: 700;
   border: none;
   outline: none;
   font-size: 18px;
   padding: 0.8rem 1.25rem;
   width: 193px;
   margin-left: 10px;
   text-align: center;
   border-radius: 0.25rem;
   color: #ffff;
   background-color: #0C304A;
   width: 100%;
   margin: 0;
}
.inner_form_row .get_started_btn:hover{
    background-color: #000000;
    color: #ffffff;
}
.plf_banner{
   background-color: #1099c6;
   min-height: inherit;
   padding-bottom: 6.525rem;
   padding-top: 3.375rem;
   position: relative;
   z-index: 2;
   display: flex;
   justify-content: center;
   color: #fff;
}
.plf_banner .breadcrumb{
   color:#fff;
   letter-spacing:0px;
   padding: 0;
   justify-content: center;
}
.plf_banner .breadcrumb a, .plf_banner .breadcrumb-item+.breadcrumb-item::before, .plf_banner .breadcrumb li{
    color:#fff;
}
.plf_banner .full_width{
   min-height:100%;
   padding-bottom:0px;
   overflow: inherit !important;
}
@media (max-width: 768.98px){
    .plf_banner {
        padding-bottom: 4.5rem;
        padding-top: 2.025rem;
   }
}
.plf_banner h1{
   color: #fff;
   font-weight: 700;
   letter-spacing: 0;
   margin-bottom: 20px;
   text-align: center;
}
@media (max-width: 767px) {
    .inner_form_row {
        display: block;
        padding: 0px 25px;
   }
    .plf_form_wrap{
        max-width: 100%;
   }
    .inner_form_row .get_started_btn{
        width: 100%;
        margin-left: 0px;
        margin-top: 15px;
        height: 58px;
        display: flex;
        align-items: center;
        justify-content: center;
   }
    footer.footer_1 .widget.links ul{
        display: block;
   }
    footer.footer_1 .widget.links li a {
        text-align: left;
        margin-right: 0px;
        margin-bottom: 10px;
   }
    footer.footer_1 .text-right{
        text-align: left !important;
   }
    .top-bar{
        height: 55px;
        padding-left: 15px;
        padding-right: 15px;
   }
    .breadcrumbs_wrap{
        padding-left: 15px;
        padding-right: 15px;
   }
    .plf_banner h1{
        font-size:30px;
   }
    .featured_video{
        margin-top:-80px;
   }
    .plf_page_content h2{
        font-size:24px;
   }
}
.woocommerce-page .page_right_area, .woocommerce-checkout .page_right_area{
    min-height: 100%;
    min-height: 700px;
}
.woocommerce-page .left_sidebar_wrap, .woocommerce-checkout .left_sidebar_wrap{
    display: none !important;
}
.woocommerce-page .custom_progress_bar, .woocommerce-checkout .custom_progress_bar{
    display: none !important;
}
body.woocommerce-checkout .form-row{
    display: block;
}
.page-template-temp_course_main #full-width-page-wrapper{
    background-color: #eeeeee !important;
}
.course_main_wrap {
    padding: 50px 0;
    margin-bottom: 50px !important;
    padding-bottom: 20px;
}
.course_main_wrap h1{
    display: block;
    color: #0C304A!important;
    font-weight: 600;
    margin: 0 0 .5em;
    font-size: 32px;
}
.course_main_wrap .col-sm-4{
    padding-left: 15px;
    padding-right: 15px;
}
.course_main_wrap .inner_wrap {
   /* box-shadow: 0 3px 20px #00000029;
    */
    display: block;
    color: inherit;
    margin-bottom: 30px;
    background: #fff;
}
.course_main_wrap .inner_wrap figure {
    margin: 0;
   /* background-color: #0C304A;
    */
}
.course_main_wrap .inner_wrap figure img {
    width: 100%;
}
.course_main_wrap .inner_wrap article {
    padding: 20px 25px;
}
.course_main_wrap .inner_wrap article p{
   color: #36394D;
   font-size: 15px;
}
.course_main_wrap .inner_wrap article h3 {
    border-bottom: 1px solid #a8a8a8;
    color: #07294d;
    font-size: 21px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    color: #0C304A!important;
}
.course_main_wrap .inner_wrap article h3:hover {
    color: #f7931e;
}
.course_main_wrap .inner_wrap .course_addons {
    margin: 0;
    padding: 0;
    display: flex;
}
.course_main_wrap .inner_wrap .course_addons li {
    font-family: roboto, sans-serif;
    margin-right: 20px;
    list-style: none;
    color: #07294d;
    font-size: 14px;
    font-weight: 700;
}
.course_main_wrap .inner_wrap .course_addons li i {
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain !important;
}
.course_main_wrap .inner_wrap .course_addons li i.eye_icon {
    background: url(../images/course_eye_icon.svg) no-repeat;
    width: 19px;
    height: 16px;
}
.course_main_wrap .inner_wrap .course_addons li i.book_icon {
    background: url(../images/course_book_icon.svg) no-repeat;
    width: 19px;
    height: 16px;
}
.course_main_wrap nav {
    margin: 0;
    margin-bottom: 35px;
}
.course_main_wrap nav * {
    border: none !important;
}
.course_main_wrap nav a.nav-link {
    font-size: 22px;
    font-weight: 700;
    font-family: roboto, sans-serif;
    opacity: 0.45;
    color: #07294d !important;
    border: none !important;
    outline: none;
    border-bottom: 2px solid transparent !important;
}
.course_main_wrap nav a.nav-link.active {
    opacity: 1;
    border-bottom: 2px solid #f7931e !important;
}
.course_main_wrap nav a {
    padding: 0;
    margin-right: 20px;
}
/* .btn_1 {
    font-size: 15px;
    font-weight: 600;
    background-color: #0C304A;
    color: #fff;
    min-width: 102px;
    display: inline-block;
    vertical-align: middle;
    padding: 12px 10px;
    text-align: center;
    line-height: 1;
    border-radius: 4px;
    min-width: 120px;
}
.btn_1:hover {
    color: #fff;
    opacity: .75;
}
*/
#menu-module-navigation li.current-menu-item a {
    color: #ffffff;
    font-weight: bold;
}
.tml {
    margin: 0 auto 50px auto;
}
.tml label {
    display: block;
    text-align: left;
    color: #ffffff;
}
.tml input, .tml textarea, .tml select {
   /* margin: 0.5em 0;
    width: 100%;
    */
    border: 0;
    padding: 20px;
}
.tml-login .tml-submit-wrap input {
    margin: 0;
    width: auto;
    background: #a4d061;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.tml-button{
    margin: 0.5em 0;
    width: 100%;
    border: 0;
    padding: 15px 20px;
    border-radius: 5px;
    background-color: #f69f1b !important;
    color: #ffffff;
}
.tml-action-links {
    display: none !important;
}
.pdfjs-fullscreen {
    display: none;
}
form input[type="text"], form input[type="password"], #wp-submit {
    margin: 0.5em 0 !important;
    width: 100%;
    border: 0;
    padding: 20px !important;
}
body form{
    margin-top: 30px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 35%);
    background-color: #fff !important;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 10px;
}
body form label{
    color: #36394D !important;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
}
body form input[type="text"], body form input[type="password"]{
    border: 1px solid #36394D !important;
    height: 50px !important;
    font-weight: 500 !important;
}
.page_inner_content .row .col-sm-12{
    display: block !important;
    float: none !important;
    width: 100% !important;
}
.page_inner_content .row .col-sm-12>select{
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 16px 0px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0px 10px 16px 0px rgba(0,0,0,.06);
    box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 6%);
    height: 75px;
    border-color: rgb(0 0 0 / 17%);
    padding: 15px 20px;
    margin-bottom: 20px;
}
.page_inner_content .row .col-sm-12 .btn.btn-primary.btn-lg{
    border: none;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    background-color: #0C304A !important;
    border-radius: 4px;
    line-height: 1.2;
    vertical-align: middle;
}
button.dt-button, div.dt-button, a.dt-button, input.dt-button{
   border: none !important;
   color: white;
    line-height: 1.2;
    padding: 14px 25px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   font-size: 16px;
   background: #144681 !important;
   border-radius: 4px;
}
.page-link{
    color: #212529;
    z-index: 0;
}
.page_inner_content .row .col-sm-12 .btn.btn-primary.btn-lg:active{
    color: white;
    background: #0C304A !important;
}
.student_lists {
    margin-bottom: 40px;
    border-top: none;
}
.student_lists thead tr th {
    color: white;
    background: #0C304A !important;
    font-size: 13px;
}
.student_lists tr td {
    font-size: 13px;
}
.dataTables_wrapper {
    margin-bottom: 70px;
}
.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover{
    color: #fff;
    cursor: default;
    background-color: #0C304A;
    border-color: #0C304A;
}
.page-item {
    display: inline;
    font-size: 14px;
    color: #000;
}
.student_lists tr td, .student_lists tr th {
}
button.dt-button, div.dt-button, a.dt-button, input.dt-button{
   border: none !important;
   color: white;
   padding: 10px 25px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   font-size: 16px;
   background: #0C304A !important;
   border-radius: 4px;
}
.page-link{
    color: #212529;
    z-index: 0;
}
.page-link:focus, .page-link:hover{
    background-color: #0C304A !important;
    border-color: #0C304A !important;
    color: #fff !important;
}
div.dataTables_wrapper div.dataTables_info{
    font-size: 13px;
}
.ex_list_wrap{
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 35%);
    background-color: #fff !important;
    border-radius: 4px;
}
.ex_list_wrap .learndash_profile_quizzes .aaa{
    border-bottom: 1px solid #e2e7ed;
    padding: 0px 20px;
}
.ex_list_wrap .learndash_profile_quizzes .aaa:last-of-type{
    border:none;
}
.ex_list_wrap .learndash_profile_quizzes .aaa:nth-child(even){
    background-color: #F2F3F5 ;
}
.learndash_profile_heading {
    display: none !important;
}
#learndash_lesson_topics_list div ul > li .sn, #learndash_lesson_topics_list div > strong, #learndash_lessons, #learndash_profile a, #learndash_profile div, #learndash_quizzes, .expand_collapse, .learndash_profile_heading, .notavailable_message {
    font-size: 15px;
    font-weight: 500;
}
.learndash_profile_quizzes .aaa {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quiz_title {
   padding: 10px 10px !important;
   display: block;
   line-height: 1.4;
   position: relative;
   padding-left: 25px !important;
   display: flex;
   align-items: center;
}
.quiz_title input{
   position: absolute;
   left: 0px;
   top: 14px;
}
#learndash_profile .expand_collapse a, .expand_collapse a {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 5px;
}
#learndash_profile .learndash-course-link a {
    font-size: 16px;
}
.certificate, .flip .right, .scores, #learndash_mark_complete_button, .single-sfwd-courses .expand_collapse, .statistics, #learndash_quizzes {
    display: none !important;
}
.profile_info {
    display: none !important;
}
.tml-login-link {
    display: none !important;
}
.custom_progress_bar{
    display: none !important;
   /* remove important if want to active again */
}
body[class*="sfwd-"] .custom_progress_bar{
    display: flex;
}
.page-id-14492 .page_inner_content .row, .page-id-15555 .page_inner_content .row, .page-id-13276 .page_inner_content .row, .page-id-14492 .page_inner_content .row{
    display: block;
}
body.home .sec h1{
    text-align: center;
}
body.tml-action .left_sidebar_wrap{
    display: none;
}
html body .plf_form_wrap form{
    padding: 0;
    background: transparent !important;
    box-shadow: none !important;
    margin: 0;
}
body.page-template-temp_course_main_new .page_article{
    min-height: 700px;
}
.breadcrumbs_wrap{
    display: none !important;
}
.left_sidebar_wrap{
    background-color: #0e3049;
    margin-top: 1px;
    margin-bottom: 1px;
}
.course_heading_wrap{
    background-color: #0e3049;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
}
.course_heading_wrap h1{
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    text-transform: none;
    text-align: center;
    padding: 17px 10px;
    letter-spacing: 0;
    margin: 0;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lms_course_list_view{
}
.lms_course_list_view .inner_row{

    margin-bottom: 40px;
}
.lms_course_list_view .inner_row .inner_wrap{
    background-color: #f5f5f5;
    display: flex;
    margin-bottom: 12px;
    align-items: center;
    padding: 23px 18px;
    padding-left: 85px;
    border-radius: 10px;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    min-height: 70px;
}
.lms_course_list_view .inner_row .inner_wrap .course_icon{
    color: #0e3049;
    font-size: 29px;
    width: 30px;
    position: absolute;
    left: 18px;
}
.lms_course_list_view .inner_row .inner_wrap .course_img{

    color: #0e3049;
    position: absolute;
    left: 18px;

}
.lms_course_list_view .inner_row .inner_wrap .readmore{
    color: #0e3049;
    font-size: 29px;
    width: 30px;
    position: absolute;
    right: 18px;
}
.lms_course_list_view .inner_row .inner_wrap h4{
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
    text-transform: capitalize;
    letter-spacing: 0;
}
.lms_course_list_view .inner_row .inner_wrap span.lesson_count{
    color: #333333;
    font-size: 22px;
    font-weight: 600;
    margin: 0px;
    display: block;
    position: absolute;
    right: 20%;
}
.lms_course_list_view .inner_row .inner_wrap:hover{
    background-color:#0e3049;
    color: #ffffff;
}
.lms_course_list_view .inner_row .inner_wrap:hover .readmore, .lms_course_list_view .inner_row .inner_wrap:hover h4, .lms_course_list_view .inner_row .inner_wrap:hover figure i.fa, .lms_course_list_view .inner_row .inner_wrap:hover span.lesson_count, .lms_course_list_view .inner_row .inner_wrap:hover .course_icon{
    color: #fff;
}

.lms_course_list_view .inner_row .inner_wrap:hover .course_img{

    filter: brightness(0) invert(1);
    
}

.top-bar-section ul li.uo-login-logout-menu-item>a{

    position: relative;
    display: flex;
    align-items: center;
    padding-right: 30px !important;

}

.top-bar-section ul li.uo-login-logout-menu-item>a:after{


    content: "";
    width: 18px;
    height: 18px;
    background: url(../images/logout_icon.svg) no-repeat;
    position: absolute;
    position: absolute;
    right: 6px;

}


html body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_list>li{

    border-style: solid;
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 20px;
    padding: 25px;
    letter-spacing: 0;




}

html body.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_question{

    color: #333333;
    font-size: 18px;
    margin: 0px !important;
    padding: 0px !important;

}
html body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_list li .wpProQuiz_question_text{

font-weight: 600;
font-size: 18px;

}

html body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_list li .wpProQuiz_question_text p{
    font-weight: 600;
    font-size: 18px;

    
}

html body.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_listItem .wpProQuiz_question ul.wpProQuiz_questionList textarea{


        border-style: solid;
        border-width: 1px;
        border-color: rgb(179, 179, 179);
        border-radius: 6px;
        background-color: rgb(255, 255, 255);
        height: 99px;
        font-size: 16px;

}


html body.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_button{
    float: none !important;
    background-color: rgb(0, 0, 0) !important;
    width: 188px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    margin: auto;
      
}



html body.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_button:not(.wpProQuiz_button_reShowQuestion):not(.wpProQuiz_button_restartQuiz){

    background-color: rgb(0, 0, 0) !important;

}

.resource_menu h4{

    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 20px;

}

html body.single-sfwd-lessons .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview:hover{
    background-color: #0e3049;
    color: #ffffff;


}


html body.single-sfwd-lessons .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview .course_img{
    color: #0e3049;
    position: absolute;
    left: 18px


}


html body.single-sfwd-lessons .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview 
.readmore {
    color: #0e3049;
    font-size: 29px;
    width: 30px;
    position: absolute;
    right: 18px;
}

html body.single-sfwd-lessons .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview:hover .readmore, 
html body.single-sfwd-lessons .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview:hover h3.ld-topic-title{

    color: #FFFFFF;
}


html body.single-sfwd-lessons .ld-tabs{

    display: none !important;
}

html body.single-sfwd-lessons .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview:hover .course_img{

    filter: brightness(0) invert(1);

}

.topic_content_wrapper{

    padding: 0px 45px;
}

.topic_content_wrapper .inner_topic_wrap{

    border-style: solid;
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    padding: 30px;
    margin-bottom: 20px;
    text-align: left;

}

.topic_content_wrapper .inner_topic_wrap h3{


    font-size: 24px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 0;

}

.topic_content_wrapper .inner_topic_wrap .visual_content_wrap{

    text-align: left;
    letter-spacing: 0px;

}

.topic_content_wrapper .inner_topic_wrap .visual_content_wrap a{

    color: #0e3049;

}

.topic_content_wrapper .inner_topic_wrap .visual_content_wrap h4{

    color: #0e3049;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;

}

.topic_content_wrapper .inner_topic_wrap .visual_content_wrap p{

    margin-bottom: 20px;
}


.topic_content_wrapper .inner_topic_wrap .visual_content_wrap p:last-child{

    margin-bottom: 0px;

}

html body .learndash-wrapper .ld-button:not(.ld-button-reverse):not(.learndash-link-previous-incomplete):not(.ld-button-transparent){

    background-color: transparent !important;
    border: 1px solid #000000 !important;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    padding: 0.6em 1em;
}


html body .learndash-wrapper .ld-button:not(.ld-button-reverse):not(.learndash-link-previous-incomplete):not(.ld-button-transparent):hover{
    background-color: rgb(0, 0, 0) !important;
    color: #ffffff !important;


}


html body  .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label{

    margin-bottom: 10px;
    border-color: rgb(204, 204, 204);
    border-width: 1px;
    font-size: 15px;


}

html body .learndash-wrapper .ld-table-list{

border-radius: 0px;

}

html body .learndash-wrapper .ld-button .ld-text{

    padding: 0 0.5em;

}


body[class*="sfwd-"] .top-bar .toggle-topbar.menu-icon{

    display: none;

}


body[class*="sfwd-"] .top-bar .title-area{

position:static;
    
}


html body .learndash-wrapper .ld-course-navigation .ld-course-navigation-heading{

    padding-bottom: 6px;

}

.mobile_logout_menu{

    border-top: 1px solid rgb(255 255 255 / 52%);
    margin-top: 10px;
    padding-top: 5px;
    display: none;
      

}


.mobile_logout_menu ul li a{

    position: relative;
    display: inline-block;
    padding: 7.5px 30px 7.5px 0;
    margin: 0px 30px;

}


.mobile_logout_menu ul li a:after{

    content: "";
    width: 18px;
    height: 18px;
    background: url(../images/logout_icon.svg) no-repeat;
    position: absolute;
    right: 6px;
    right: 0;

}

.lms_mobile_menu{

    display: none;
}


.side_menu_toogle {
    width: 29px;
    height: 25px;
    margin: 0;
    display: inline-flex;
    vertical-align: top;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}
.side_menu_toogle span:after,
.side_menu_toogle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
}
.side_menu_toogle span:after {
    top: 9px;
}
.side_menu_toogle span {
    position: relative;
    display: block;
}

.side_menu_toogle span:before{top: 18px;}

.side_menu_toogle span:after{



    
}


.side_menu_toogle.active span:before{top: -9px;}

.side_menu_toogle.active span:after{



    
}
.side_menu_toogle span,
.side_menu_toogle span:after,
.side_menu_toogle span:before {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transition: all 0.3s;
    backface-visibility: hidden;
    display: inline-block;
}
/* on activation */
.side_menu_toogle.active span {
    background-color: transparent;
}
.side_menu_toogle.active span:before {
    transform: rotate(45deg) translate(12px, 15px);
    -webkit-transform: rotate(45deg) translate(12px, 15px);
    -moz-transform: rotate(45deg) translate(12px, 15px);
}
.side_menu_toogle.active span:after {
    transform: rotate(-45deg) translate(-2px, -2px);
    -webkit-transform: rotate(-45deg) translate(-2px, -2px);
    -moz-transform: rotate(-45deg) translate(-2px, -2px);
}
.side_menu_toogle.active {
    opacity: 1;
    visibility: visible;
}

html body .learndash-wrapper .ld-content-actions{

    display: none !important;
}


html body .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem textarea.wpProQuiz_questionEssay{

    max-height: inherit;
}

html body .wpProQuiz_content{

    padding: 0px 60px;

}

.top-bar .toggle-topbar{

    display: none;
}

.video-container{

    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;

}

.video-container iframe{


    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.resource_menu img{

    display: none !important;

}

.dynamic_resource_menu ul li a{
    background-color: #f5f5f5;
    display: flex;
    margin-bottom: 12px;
    align-items: center;
    padding: 23px 18px;
    padding-left: 85px;
    border-radius: 10px;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    min-height: 70px;
}

.dynamic_resource_menu ul li a:after{
    content: "\f0a9";
    font-family: "Font Awesome 5 Free";
    color: #0e3049;
    font-size: 29px;
    width: 30px;
    position: absolute;
    right: 18px;
    font-weight: 900;
}

.dynamic_resource_menu ul li a img{
    color: #0e3049;
    position: absolute;
    left: 18px;
    display: block;
    padding: 0px !important;
}
.dynamic_resource_menu ul li a span{

    color: #333333;
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
    text-transform: capitalize;
    letter-spacing: 0;
    padding: 0 !important;

}
.dynamic_resource_menu ul li a:hover {
    background-color: #0e3049;
    color: #ffffff;
}

.dynamic_resource_menu ul li a:hover img{
    filter: brightness(0) invert(1);
}

.dynamic_resource_menu ul li a:hover span, 
.dynamic_resource_menu ul li a:hover:after{
    color: #fff;
}

html body.single-sfwd-courses .lms_course_list_view .inner_row .inner_wrap h4{width: 61%;}

@media (max-width: 1200px) {

    .lms_course_list_view .inner_row .inner_wrap{

        flex-direction: column;
        align-items: flex-start;
        justify-content: center;

    }

    .lms_course_list_view .inner_row .inner_wrap span.lesson_count{

        position: static;
        text-align: left;
        
    }

    html body.single-sfwd-courses .lms_course_list_view .inner_row .inner_wrap h4{width: 77%;}
    

}




@media (max-width: 991px) {

    html body .wpProQuiz_content{

        padding: 0px;
    
    }

body[class*="sfwd-"] .left_sidebar_wrap{

    position: absolute;
    z-index: 9999;
    height: 100%;
    left: -350px;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}

body[class*="sfwd-"] .left_sidebar_wrap.active{

    left: 0px;

}
body[class*="sfwd-"] .left_sidebar_wrap .inner-wrapper-sticky{

    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;


}
body[class*="sfwd-"] .left_sidebar_wrap.active .inner-wrapper-sticky{

    left: 0 !important;


}


body[class*="sfwd-"] .top-bar-section ul{

    display: none;
}

.page_right_area .page_inner_content{

    padding: 20px;
}

.lms_course_list_view .inner_row .inner_wrap span.lesson_count{

    position: static;
    text-align: left;
    font-size: 18px;
}

.lms_course_list_view .inner_row .inner_wrap h4, 
.custom_topic_row .topic_custom_info h3.ld-topic-title{

    font-size: 20px;
    padding-right: 0;
}


.lms_course_list_view .inner_row .inner_wrap{

    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 58px;
    padding-right: 55px;
}

.dynamic_resource_menu ul li a{

    padding-left: 58px;
    padding-right: 55px;

}



.dynamic_resource_menu ul li a:after{

    height: 30px;
    right: 15px;

}

html body.single-sfwd-lessons .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview{

    padding-left: 58px;
    /* padding-right: 55px; */


}

.lms_course_list_view .inner_row .inner_wrap .readmore, 
html body.single-sfwd-lessons .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview .readmore{

    height: 30px;
    right: 15px;
}

.lms_course_list_view .inner_row .inner_wrap .course_img, 
html body.single-sfwd-lessons .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview .course_img, 
.dynamic_resource_menu ul li a img{

    width: 26px;
}

.course_heading_wrap h1{

    font-size: 24px;
    min-height: 100%;
}


.custom_topic_row .topic_custom_info{

    width: 100%;
}

.topic_content_wrapper{

    padding: 0px;
}


.mobile_logout_menu{
    display: block;
}

body[class*="sfwd-"] .lms_mobile_menu{display: block;width: 29px;height: 31px;position: absolute;right: 20px;top: 32px;margin-top: 0;overflow: hidden;}

html body.single-sfwd-courses .lms_course_list_view .inner_row .inner_wrap h4{width: 100%;}


}
@media (max-width: 767px) {



    .lms_course_list_view .inner_row .inner_wrap h4, 
    .custom_topic_row .topic_custom_info h3.ld-topic-title, 
    .dynamic_resource_menu ul li a span{

        font-size: 18px;

    }

    .lms_course_list_view .inner_row .inner_wrap span.lesson_count{
        font-size: 16px;
    }


    .course_heading_wrap h1{

        font-size: 22px;
    }

    .topic_content_wrapper .inner_topic_wrap{

        padding: 20px;
    }
    
    .topic_content_wrapper .inner_topic_wrap h3{

        font-size: 22px;
    }

    html body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_list li .wpProQuiz_question_text p{


        font-size: 16px;
    }

        .top-bar .title-area img {
        width: 300px;
    }

    body[class*="sfwd-"] .lms_mobile_menu{


        top:19px;
    }

    html body.single-sfwd-courses .lms_course_list_view .inner_row .inner_wrap h4{width: 100%;}

}

@media (max-width: 600px) {

    html body.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_button{
        width: 100% !important;
    }

    .course_heading_wrap h1 {
        font-size: 20px;
    }


}

 

html body #wpdcom .wpd-prim-button {
    background-color: transparent !important;
    border: 1px solid #000000 !important;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    padding: 0.6em 1em;
    font-family: 'Montserrat', sans-serif;
    border-radius: 20px;
}

html body #wpdcom .wpd-prim-button:hover{

    background-color: #000000 !important;
    color: #ffffff;


}


html body #comments{


    margin: 0px;
}
  



html body #wpdcom .wpd-comment.wpd-reply .wpd-comment-header .wpd-comment-author, 
html body #wpdcom .wpd-comment.wpd-reply .wpd-comment-header .wpd-comment-author a, 
html body #wpdcom .wpd-blog-administrator .wpd-comment-author, 
html body #wpdcom .wpd-blog-administrator .wpd-comment-author a{

    color: #0e3049 !important;
    font-weight: 700;

}

html body #wpdcom .wpd-comment-text p {
    color: #0e3049;
    font-size: 15px;
}

html body #wpdcom .wpd-comment .wpd-reply-to a, 
html body #comments #wpdcom span, 
html body #respond #wpdcom span, 
html body #wpdcom span{

    color: #0e3049 !important;

}

html body  #wpdcom .wpd-blog-administrator .wpd-comment-label{

    color: #ffffff !important;
    background-color: #0e3049 !important;

}

html body #wpdcom .wpd-form .wpdiscuz-textarea-wrap{

padding: 0px;

}

html body #wpdcom .wpd-prim-button.wc_comm_submit {

    font-size: 12px;
    line-height: 24px;
    padding: 3px 15px;

}

html body #wpdcom .wpd-form-head{

    display: none !important;
}

html body .wpd_main_comm_form{


    box-shadow: none;
    margin-bottom: 15px;
}

html body #wpdcom{

    max-width: inherit;
}

.comments_wrap{


    max-width: 700px;
    margin: auto;
}


html body #wpdcom .wpd-form.wpd-secondary-form-wrapper .wpdiscuz-textarea-wrap{

    padding-top: 0px;
}

html body #wpdcom.wpd-layout-1 .wpd-comment .wpd-blog-administrator .wpd-avatar img{

border-color: #0e3049 !important;

}



html body.single-sfwd-lessons .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview{

    justify-content: space-between;
}
 .video_info{
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    padding-right: 90px;
 }
 .video_info .video_time{
    color: #333333;
    font-weight: 700;
    font-size: 18px;
 }


 html body.single-sfwd-lessons .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview:hover  .video_info .video_time{

    color: #ffffff;


 }
 /* .video_info .watched_video_check{
     background: url(../images/green_check.svg) no-repeat;
     width: 26px;
     height: 20px;
     display: none;
 } */
 html body.single-sfwd-lessons .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item.learndash-complete .ld-table-list-item-preview  .video_info .watched_video_check{

    display: block;


 }


 @media (max-width: 1100px) {

    .video_info{

        padding-right: 40px;
    }


 }
 .checkout_wrap{

    padding: 70px 0px;
 }

 .checkout_wrap h3{

    color: #4b5563;

 }

 .checkout_wrap p{

    color: #4b5563;
    letter-spacing: 0;
    font-size: 14px;
 }
 .checkout_form_part{

    margin-bottom: 40px;

 }

 .checkout_content_area{

    background-color: #e2e8f0;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 25px;


 }

 .checkout_content_area h3{

    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 0;
    color: #414243;

 }


 .checkout_content_area ul{

    letter-spacing: 0;
    font-size: 14px;
    padding: 0;
    list-style: none;
    margin: 0;
    margin-bottom: 30px;

 }


 .checkout_content_area ul li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    color: #4b5563;

 }


 .checkout_content_area ul li:after{

    content: "";
    width: 15px;
    height: 11px;
    background: url(../images/check_icon.png) no-repeat;
    position: absolute;
    left: 0;
    top: 5px;

 }

 .checkout_wrap .checkout_form_part .woocommerce .col2-set .col-1, 
 .checkout_wrap .checkout_form_part .woocommerce-page .col2-set .col-1, 
 .checkout_wrap .checkout_form_part .woocommerce .col2-set .col-2, 
 .checkout_wrap .checkout_form_part .woocommerce-page .col2-set .col-2{

    float: none;
    width: 100%;

 }

 .checkout_wrap .bottom_content_area{



 }


 .checkout_wrap .bottom_content_area .inner_bottom_content{
    margin-bottom: 15px;
    background-color: #e2e8f0;
    border-radius: 8px;
    padding: 20px;
    letter-spacing: 0;
 }

 .checkout_wrap .bottom_content_area .inner_bottom_content p{

   margin-bottom: 0px;
   font-size: 14px;

 }

 .bottom_copyright_sec{

    margin-bottom: 25px;
    letter-spacing: 0;
    border-top: 1px solid #c3cbd7;
    margin-top: 40px;
    padding-top: 40px;

 }

 .page-template-temp_checkout-php.woocommerce-checkout #payment{


    background-color: #e2e8f0;

 }

 .page-template-temp_checkout-php.woocommerce-checkout #payment div.payment_box{


    background-color: transparent;
    padding: 0px;

 }
 body.page-template-temp_checkout-php form{

    box-shadow: none;
    border-radius: 0px !important;

 }


 body.page-template-temp_checkout-php input[type="text"], 
 body.page-template-temp_checkout-php input[type="password"]{

border-color: #d8d8d8 !important;

 }

 body.page-template-temp_checkout-php.woocommerce-checkout #payment div.payment_box::before{

    display: none !important;

 }

 body.page-template-temp_checkout-php.woocommerce-checkout #payment #place_order {
    float: none;
    width: 100%;
    padding: 1.3em 1em;
    background-color: #0e3049;
}

body.page-template-temp_checkout-php.woocommerce-checkout .woocommerce-info {
    border-top-color: #1e85be;
    background-color: #e2e8f0;
}