/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYA.ttf) format('truetype');
}
body p {
    margin: 0;
}
dd, ol, ul {
    margin: 0;
}
a:hover {
    cursor: pointer;
}

/* Register Page CSS START */
body.register.buddypress, body.register.buddypress .site, body.activate.buddypress{
    background-color: #1e2132;
    
}
body.buddypress.register .site-content {
    background-image: url('../images/Khumba_web.png');
    background-size: cover;
    /* background-position: right 0px top 115px; */
    background-position: top top;
    background-repeat: no-repeat;
}
body.buddypress.register .site-content .content-area {
    padding-top: 94px;
    padding-bottom: 134px;
}
body.buddypress.register .register-section-logo {
    display: none;
}
body.buddypress.register article.bp_register {
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter : blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 10px;
    max-width: 748px;
}
.bs-bp-container-reg #buddypress #signup-form.standard-form {
    margin-top: 0px;
    margin-bottom: 0px;
}
body.register #page #primary .entry-header {
    max-width: 100%;
    padding: 43px 53px 40px 54px;
    margin: 0 auto;
    align-items: center;
    flex-wrap: nowrap;
}
body.register .buddypress-wrap {
    max-width: 100%;
    padding: 0px 53px 82px 54px;
}
.buddypress-wrap .register-page .layout-wrap {
    display: flex;
    flex-direction: column-reverse;
}
/*.bs-bp-container-reg #buddypress #signup-form.standard-form #profile-details-section.register-section .field_nickname {
    display: none;
}*/
body.buddypress.register article.page>.entry-header .entry-title,
body.buddypress.register article.bp_register .entry-header h1 {
    font-family: Oswald;
    font-size: 45px;
    font-weight: 500;
    color: #033349;
    font-style: normal;
    letter-spacing: 0.23px;
    line-height: 65px;
    text-transform: uppercase;
}
body.register #page #primary .entry-header span {
    font-family: "Roboto";
    font-size: 24px;
    font-weight: 400;
    color: #033349;
    font-style: normal;
    letter-spacing: 0.12px;
    line-height: 30px;
    text-align: left;
}
body.register #page #primary .entry-header span > a  {
    font-family: "Oswald";
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.12px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 24px 12px 23px;
    outline: none;
    border: 1px solid #1a3552;
    background-color: transparent;
    color: #1A3552;
    border-radius: 10px;
    margin-left: 33px;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    
}
body.register #page #primary .entry-header span > a:hover  {
    color: #fff;
    background-color: #1a3552;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}

.bs-bp-container-reg #buddypress #signup-form.standard-form label, 
.bs-bp-container-reg #buddypress #signup-form.standard-form legend,  
body.buddypress.activation article.bp_activate label, 
body.register.buddypress #primary label {
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 400;
    color: #3a3534;
    font-style: normal;
    letter-spacing: 0.09px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 15px;
}
.bs-bp-container-reg #buddypress #signup-form.standard-form label {
}
body.register .bs-bp-container-reg #buddypress #signup-form.standard-form input {
    height: 65px;
    margin-bottom: 18px;
    padding: 0px 60px 0px 20px;
} 
#buddypress .bb-password-wrap a.bb-toggle-password {
    height: 65px;
    width: 56px ;
    color: rgba(0, 0, 0, 0.28);
}
.bb-password-wrap a.bb-toggle-password .bb-icon-eye {
    font-size: 27px;
}
.bs-bp-container-reg #buddypress #signup-form.standard-form .submit {
    padding-top: 30px;
}
.bs-bp-container-reg #buddypress #signup-form.standard-form .submit input[type=submit] {
    font-family: Oswald;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    font-style: normal;
    letter-spacing: 0.24px;
    line-height: 36px;
    text-transform: uppercase;
    background-color: #d77543 !important;
    border: 1px solid transparent;
    border-radius: 10px;
    height: auto;
    padding: 15px 0px 17px 0px; 
    margin-bottom: 0px;
}
.bs-bp-container-reg #buddypress #signup-form.standard-form .submit input[type=submit]:hover {
    background-color: #033349 !important;
}
.bs-bp-container-reg #buddypress #signup-form.standard-form>p>a,.bs-bp-container-reg #buddypress #signup-form.standard-form>p {
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #3b3b3b;
    letter-spacing: 0.09px;
    line-height: 26px;
    max-width: 383px;
    margin: 0 auto;
    text-align: center;
    padding-top: 12px;
}
.bs-bp-container-reg #buddypress #signup-form.standard-form .popup-modal-register {
    font-weight: 400;
}


/* Register Page CSS END */

/* Sign In Page CSS Start */
body.login #login .user-pass-wrap .wp-pwd .dashicons {
    font-size: 27px;
    line-height: 65px;
}
body.login .user-pass-wrap .wp-pwd input[type=text] {
    margin-bottom: 33px !important;
}
body  footer .custom-newsletter {margin-bottom: 64px;}
body  footer form {margin-bottom: 0px;}
body.login {
    background-color: #1e2132;
}
body.login .site-content {
    background-image: url('../images/Khumba_web.png');
    background-size: cover;
    /* background-position: right 0px top 115px; */
    background-position: top center;
    background-repeat: no-repeat;
}
body.login .site-content {
    padding-top: 94px;
    padding-bottom: 119px;
}
body.login .site-content .bb-grid {
    margin-left: auto;
    margin-right: auto;
}
body.login .site-content .bb-grid>* {
    flex:  0 0 100%;
}
body.login form {
    background-color: transparent !important;
}
.login.bb-login #login>h1>a {
    display: none;
    background-color: red;
}
body.login #login {
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter : blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 10px;
    max-width: 748px;
    margin: 0 auto;
}

body.login.bb-login #login {
    padding: 41px 52px 57px 54px ;
}
.login .login-heading {
    margin-top: 0px;
}
.login .login-heading h2 {
    font-family: Oswald;
    font-size: 45px;
    font-weight: 500;
    color: #033349;
    font-style: normal;
    letter-spacing: 0.23px;
    line-height: 65px;
    text-transform: uppercase;
}
body.login .login-heading span {
    font-family: "Roboto";
    font-size: 24px;
    font-weight: 400;
    color: #033349;
    font-style: normal;
    letter-spacing: 0.12px;
    line-height: 30px;
    text-align: left;
}
body.login .login-heading span > a {
    font-family: "Oswald";
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.12px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 29px 12px 29px;
    outline: none;
    border: 1px solid #1a3552;
    background-color: transparent;
    color: #1A3552;
    border-radius: 10px;
    margin-left: 33px;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}

body.login .login-heading span a:hover {
    color: #fff;
    background-color: #1a3552;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;

}
body.login #login form#loginform label{
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 400;
    color: #000;
    font-style: normal;
    letter-spacing: 0.09px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 13px;
}
body.login #login form#loginform input {
    height: 65px;
    margin-bottom: 20px;
    padding: 0px 60px 0px 20px;
}
body.login #login form#loginform input[type=password] {
    margin-bottom: 33px;
}
body.login #login form#loginform label:before {
    display: none;
}
body.login #login .user-pass-wrap .wp-pwd:before {
    display: none;
}
body.login #login .user-pass-wrap .wp-pwd .dashicons {
    height: 65px;
    width: 53px;
    color: rgba(0, 0, 0, 0.28);
    top: 0;
    left: 0;
}
body.login #login .user-pass-wrap .wp-pwd .dashicons-visibility:before {
    font-size: 27px;
    line-height: 65px;
}
body.login #login .button.wp-hide-pw {
    width: 70px;
}

body.login #login form#loginform  .forgetmenot input[type=checkbox] {
    width: 31px;
    height: 32px;
    border-radius: 10px;
}
body.login #login form#loginform  .forgetmenot span.checkbox {
    width: 31px;
    height: 32px;
    border-radius: 10px;
    /* 18072023 */
    display: flex;
    align-items: center;
    justify-content: center;
    /* 18072023 */
}
/* 18072023 */
.login.bb-login form .forgetmenot span.checkbox::before{
    left: 3px;
    margin-right: 0;
}
/* 18072023 */
/* .login.bb-login form .forgetmenot input[type=checkbox]:before {
    content: "";
    background-image: url('../images/checked-loginsvg.svg');
    background-repeat: no-repeat;
    background-size: cover;
} */
body.login #login .lostmenot a {
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    font-style: normal;
    letter-spacing: 0.09px;
    line-height: 30px;
    text-align: left;
}
body.login #login form#loginform .submit input[type=submit] {
    font-family: Oswald;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    font-style: normal;
    letter-spacing: 0.24px;
    line-height: 36px;
    text-transform: uppercase;
    background-color: #d77543 !important;
    border: 1px solid transparent;
    border-radius: 10px;
    height: auto;
    padding: 15px 0px 17px 0px; 
    margin-bottom: 0px;
}
body.login #login form#loginform .submit input[type=submit]:hover {
    background-color: #033349 !important;
}
body.login .privacy-policy-page-link {
    color: #000000;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-style: normal;
    letter-spacing: 0.09px;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 0px;
}
body.login .privacy-policy-page-link a {
    color: #000000;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-style: normal;
    letter-spacing: 0.09px;
    text-align: left;
    text-decoration: underline;
}
body.login .footer-bottom .footer_form_btn input[type="submit"] {
    margin-bottom: 16px;
}
/* Sign In Page CSS End */

#navbar-collapse.hasItems a.more-button {
    height: auto;
}
/* body.login form {
    background-color: white!important;
    padding: 0;
    border: none;
    box-shadow: none;
} */
body.sticky-header .site-content {
    /* padding-top: 115px;
    padding-top: 140px; */
    padding-top: 100px;
}
.container.site-header-container.flex.default-header {
    /* padding-top: 25px;
    padding-bottom: 25px; */
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: all .3s cubic-bezier(0, 0, .2, 1);
    transition: all .3s cubic-bezier(0, 0, .2, 1);
    will-change: transfrom;
}
body .site-header .site-header-container {
    height: auto;
}
body .site-header.has-scrolled .container.site-header-container.flex.default-header{
    /* padding-top: 10px; */
    padding-top: 5px;
    -webkit-transition: all .3s cubic-bezier(0, 0, .2, 1);
    transition: all .3s cubic-bezier(0, 0, .2, 1);
    will-change: transfrom;
}
body .site-branding {
    height: auto;
    padding-right: 0px;
}
body .site-title img {
    padding: 0px;
}

body #site-navigation .primary-menu {
    height: auto;
}
#primary-navbar {
    align-items: center;
}

body nav.main-navigation {
    padding: 0px 15px 0px 70px ;
}
body.bb-template-v2 .primary-menu>li {
    padding: 0px;
}
body.bb-template-v2 .primary-menu>li:not(:last-child) {
    padding-right: 45px;
}
body.bb-template-v2 .primary-menu a {
    font-family: 'Oswald';
    font-size: 22px;
    font-weight: 400 !important;
    line-height: 32px;
    text-transform: uppercase;
    position : relative;
    padding: 0px;
}
body.bb-template-v2 .primary-menu > li.current_page_item > a {
    border :none;
    font-weight : inherit;
}

body.bb-template-v2 .primary-menu > li > a {
    position : relative;
    border-bottom : none;
    height :auto;
}
body.bb-template-v2 .primary-menu > li > a::after {
    position: absolute;
    content: "";
    top: 100%;
    left : 0;
    right : 0 ;
    width: 50%;
    margin: 0 auto ;
    height: 2px;
    margin-top: 8px;
    background-color : #1a3552;
    transition: transform 0.5s;
    transform: scaleX(0);
    transform-origin: right;
}
body.bb-template-v2 .primary-menu > li >a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
body.bb-template-v2 .primary-menu > li.current_page_item > a::after {
    position: absolute;
    content: "";
    top: 100%;
    width: 50%;
    height: 2px;
    margin-top: 8px;
    background-color: #1a3552;
    transform: scaleX(1);
    transform-origin: right;
}
.bb-template-v2 .bb-header-buttons a.button.outline {
    font-weight: 400;
}
body .bb-header-buttons .button.link , body .bb-header-buttons .button{
    color: #1a3552;
    font-family: "Oswald";
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.22px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    padding: 18px 33px;
    outline: none;
    border: 3px solid transparent;

}
body .bb-header-buttons .button.link.signin-button:hover {
    background-color: #1A3552;
    color: #fff;
    border-radius: 10px;
}

body .bb-header-buttons .button.signup {
    border: 3px solid #1A3552;
    background-color: transparent;
    color: #1A3552;
    border-radius: 10px;
    padding: 18px 33px;
}
body .bb-header-buttons .button.signup:hover {
    background-color: #1A3552;
    color: #fff;
}
.home-page .home_banner .elementor-container {
    padding: 0 0px 0 170px;
}


.home-page .home_courses {}

.home-page .home_courses form {
    margin-bottom: 0px;
}
.home-page .home_courses .sfwd-courses-filters {
    display: none;
}
body .home_courses .bb-grid>:not(.no-gutter) {
    padding-left: 17px;
    padding-right: 17px;
}
body .home_courses .bb-course-items .bb-course-cover {
    border-radius: 30px 30px 0 0;
}
.home_courses .bb-course-items .bb-cover-wrap {
    min-height: 238px;
}
.home_courses .bb-course-items .bb-course-cover .bb-cover-wrap img {
    height: 100%;
    object-fit: cover !important;
    box-shadow: inset 0px 900px 99px #44AB9280;
}
body .home_courses .bb-card-course-details {
    min-height: 282px;
    padding: 30px;
    position: relative;
}

body .home_courses .course-lesson-count {
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.16px;
    color: #fff;
    text-transform: uppercase;
}
body .home_courses .course-lesson-count {
    position: absolute;
    margin-top: -66px;
    z-index: 5;
}
body .home_courses .bb-course-title {
    text-transform: uppercase;
    max-width: 160px;
}
/* body .home_courses .bb-course-items .bb-cover-list-item {
    border: 0px;
} */
body .home_courses .bb-course-excerpt {
    max-width: 216px;
}

body .home-partner .gallery{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
} 
.home-partner .gallery figure img{
    width: auto;
}
.expert-heading {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 85px;
}
.ex-title {
    width: 50%;
}
.ex-title h2 {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 0.23px;
    text-transform: uppercase;
    margin: 0;
}
.ex-btn-right {
    width: 50%;
    text-align: right;
}
.ex-btn-right .elementor-button {
    font-family: "Oswald", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 0.24px;
    fill: #033349;
    color: #033349;
    background-color: transparent;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-radius: 10px 10px 10px 10px;
    margin: 0;
    padding: 16px 23px;
    background-color: transparent;
}
.ex-btn-right .elementor-button i {
    margin-left: 45px;
}

.ex-btn-right .elementor-button:hover {
    color: #fff;
    fill: #fff;
    background-color: #033349 ;
    border-color: #033349;
}

.e-postdata {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.expert-items {
    width: calc(33.33% - 23px);
    border-radius: 30px;
    margin-right: 34px;
    margin-bottom: 30px;
    box-shadow: -2px 20px 50px rgba(57, 121, 106, 0.25);
}
.expert-items:last-child {
    margin-right: 0px;
}
.expert-items .expert-bg-box img {
    object-fit: cover;
    border-radius: 30px 30px 0px 0px;
    min-height: 240px;
    object-fit: fill;
    width: 100%;
}
.expert-items .expert-bg-box  {
    border-radius: 30px 30px 0px 0px;
    box-shadow: inset 0px 900px 99px #44AB9280;
}


.expert-content-box {
    border-radius: 30px;
    background-color: #fff;
    padding: 0px 40px 30px 40px;
}
.expert-content-box .user-image {
    position: relative;
    margin-top: -65px;
    z-index: 5;
    margin-bottom: 16px;
}
.expert-content-box .expert-title h3 {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.2px;
    margin: 0;
    color: #253452;
}
.expert-content-box .expert-subtitle {
    min-height: 48px;
    margin-bottom: 10px;
}
.expert-content-box .expert-subtitle span {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.08px;
    margin: 0;
    color: #253452;
}
.expert-content-box .e-description {
    margin-bottom: 15px;
}
.expert-content-box .e-description p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.08px;
    margin: 0;
    color: #253452;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.expert-content-box .see-more a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.08px;
    margin: 0;
    color: #253452;
    text-decoration: underline;
}
.expert-content-box .see-more a:hover {
    color: #D77543;
}
footer .container {
    max-width: 1475px;
    padding: 0px 25px;
}
#page .footer-bottom {
    border: 0px !important;
    padding: 103px 0 107px 0 !important;
}
footer form.mc4wp-form-3764 {
    margin-bottom: 64px;
}
footer .footer-bottom-left {
    display: flex;
    align-items: center;
}
footer .footer-bottom-left .footer-logo-wrap {
    width: 38%;
    margin-bottom: 0px;
}
footer .footer-bottom-left .footer-copyright-wrap {
    width: 62%;
}
.bb-footer .footer-socials {
    justify-content: start;
}

.bb-footer .footer-socials i {
    font-size: 33px;
    font-weight: bolder;
}

.footer-bottom .container {
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap : wrap ;
}

.footer-bottom .custom-newsletter {
    width: 100%;
    flex: 100%;
}
.footer_inner {
    display: flex;
}
.footer_heading {
    width: 30%;
    padding: 0px 15px 0px 0px;
}
.footer_heading h3 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.12px;
    margin-bottom: 20px;
    text-transform: uppercase;

}
.footer_heading p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.08px;
    color: #494949;
}
.foot_data-form {
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.foot_form_container {
    display: flex;
    width: 73%;
    align-items: end;
}
.foot_form_container input[type="text"] {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    color: #494949;
    background-color: transparent;
    font-style: normal;
    letter-spacing: 0.08px;
    line-height: 30px;
    text-align: left;
    height: 57px;
    width: 335px;
    border-radius: 10px;
    border: 3px solid #494949;
    outline: none;
    max-width: 335px;
    padding: 10px 25px;
    margin-right: 32px;
}
.foot_form_container input[type="text"]:last-child{
    margin-right: 25px;
}
.foot_form_container input[type="text"]:focus{
    outline: 0;
    box-shadow: none;
}

.foot_form_container ::placeholder {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    color: #494949;
    background-color: transparent;
    font-style: normal;
    letter-spacing: 0.08px;
    line-height: 30px;
    text-align: left;
}
.footer_form_btn {
    width: 27%;
}
.footer-bottom .footer_form_btn input[type="submit"] {
    position: relative;
    font-family: "Oswald", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 0.24px;
    /* fill: #fff; */
    color: #fff;
    background-color: #033349;
    border-style: solid;
    border-color: #033349;
    border-width: 3px 3px 3px 3px;
    border-radius: 10px 10px 10px 10px;
    margin: 0;
    padding: 10px 27px;
    width: 246px;
    height: 57px;
    text-align: left;
    background-image: url("../images/banner_arrow.svg");
    background-repeat: no-repeat;
    background-position: center right 30px;

}
.footer_form_btn input[type="submit"] {
    /* position: absolute; */
}
.footer-bottom .footer-bottom-left {
    width: 80%;
    flex: 80%;
}
.footer-bottom .footer-bottom-right {
    width: 20%;
    flex : 25%;
    flex: 20%;
}




/* Course Page CSS Start */

.single-sfwd-lessons .lms-topic-sidebar-wrapper .ld-item-list-section-heading {
    display: none;
}
.page .courses_page {}
.page .courses_page .sfwd-courses-filters {
    position: relative;
    width: 100%;
}
.page .courses_page .bb-courses-directory .select-wrap {
    position: absolute;
    right: 0;
    margin-top: -190px;
}
.page .courses_page .bb-courses-directory .sfwd-courses-filters .select-wrap select {
    font-family: "Oswald", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 0.24px;
    fill: #033349;
    color: #033349;
    background-color: #00000000;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-radius: 10px 10px 10px 10px;
    padding: 18px 27px;
    border-color: #033349;
    height: auto;
    width: 254px;
}
.page .courses_page .bb-courses-directory .sfwd-courses-filters .select-wrap select {
    background-image: url("../images/arrow-down-blue.png");
    background-position: right 28px center;
}
.page .courses_page form {
    margin-bottom: 0px;
}

body .courses_page .bb-grid>:not(.no-gutter) {
    padding-left: 15px;
    padding-right: 15px;
}
body .courses_page .bb-course-items .bb-course-cover {
    border-radius: 30px 30px 0 0;
}
.courses_page .bb-course-items .bb-course-item-wrap {
    margin-bottom: 66px;
}
.courses_page .bb-course-items .bb-cover-wrap {
    min-height: 238px;
}
.courses_page .bb-course-items .bb-course-cover .bb-cover-wrap img {
    height: 100%;
    object-fit: cover !important;
}
body .courses_page .bb-card-course-details {
    min-height: 246px;
    padding: 30px;
    position: relative;
}

body .courses_page .course-lesson-count {
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.16px;
    color: #fff;
    text-transform: uppercase;
}
body .courses_page .course-lesson-count {
    position: absolute;
    margin-top: -66px;
    z-index: 5;
}
body .courses_page .bb-course-title {
    text-transform: uppercase;
    max-width: 160px;
    display: -webkit-box;
    max-height: 2.7em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    letter-spacing: 0.2px !important;
}
body .courses_page .bb-course-items .bb-cover-list-item {
    border: 0px;
    box-shadow: -2px 20px 50px #00000012;
}
body .courses_page .bb-course-items .bb-cover-list-item:hover {
    box-shadow: -2px 20px 50px rgba(0, 0, 0, 0.2);
}
body .courses_page .bb-course-excerpt {
    max-width: 216px;
}


/* Course Page CSS END */

/* Courses Detail Page CSS START */
  /*Common CSS For all Course Detail PAGE START */
  
.learndash-wrapper .ld-item-list .ld-item-list-item.expanced .ld-item-list-item-preview .ld-icon-arrow-down:before {
    filter: brightness(0) invert(1);
    transform: rotate(90deg);
    transition: 0.1s;
}
.bb-learndash-banner {
    background-color: transparent;
}
.bb-learndash-banner:before {
    content: unset;
}
.bb-course-banner-inner .bb-course-category {
    display: none;
}
/* Sticky Sidebar  */
.learndash .bb-ld-sticky-sidebar.is_stuck {
    position: unset !important;
    width: 100% !important;
} 
/* Course Status */
.learndash-wrapper .ld-course-status.ld-course-status-enrolled {
    display: none;    
}
.bb-learndash-banner {
    background-image: url("../images/career-advice-bg-1.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bb-learndash-banner .bb-course-banner-inner h1 {
    font-family: Oswald;
    font-size: 45px !important;
    font-weight: 500;
    color: #033349;
    font-style: normal;
    letter-spacing: 0.23px !important;
    line-height: 50px;
    text-align: left;
    text-transform: uppercase;
}
.bb-learndash-banner .bb-course-banner-inner .author_name {
    margin-bottom: 7px;
}
.bb-learndash-banner .bb-course-banner-inner .author_name > span  {
    font-family: Roboto;
    font-size: 16px !important;
    font-weight: 400;
    color: #3A3534;
    font-style: normal;
    letter-spacing: 0.08px !important;
    line-height: 30px;
    text-align: left;
    
}

.bb-learndash-banner .bb-course-banner-inner .author_name a > span {
    font-family: Roboto;
    font-size: 16px !important;
    font-weight: 700;
    color: #033349;
    font-style: normal;
    letter-spacing: 0.08px !important;
    line-height: 30px;
    text-align: left;
    text-decoration: underline;
}

.bb-learndash-banner .bb-course-banner-inner .bb-course-excerpt {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    color: #3a3534;
    font-style: normal;
    letter-spacing: 0.08px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 50px;
}
.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading {
    margin-bottom: 24px;
}
.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2  {
    font-family: Oswald;
    font-size: 24px;
    font-weight: 500;
    color: #033349;
    font-style: normal;
    letter-spacing: 0.12px;
    line-height: 28px;
    text-align: left;
    text-transform: uppercase;
}
.bb-course-points a.anchor-course-points {
    position: relative;
    font-family: Oswald;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    font-style: normal;
    letter-spacing: 0.24px;
    line-height: 28px;
    text-align: left;
    text-transform: uppercase;
    padding: 16px 77px 18px 27px ;
    border-radius: 10px;
    background-color: #D77543;

}
.bb-course-points a.anchor-course-points::before {
    position: absolute;
    content: " ";
    background-image: url("../images/course_banner-arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    right: 27px;
    width: 23px;
    height: 30px;

}
.bb-course-points a.anchor-course-points i {
    display: none;
}
.bb-course-points a.anchor-course-points:hover { 
    transition: transform 0.3s;
    background-color: #033349;
}
.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading .ld-item-list-actions {
    display: none;
}
.learndash-wrapper .ld-item-list .ld-item-list-item {
    background: transparent;
    border: 0px;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
    position: relative;
    z-index: 2;
    border-radius: 10px;
    background-color: #fff;
    padding: 23px 25px 25px 35px;
    margin-bottom: 1px;
    align-items: center !important;
}
.learndash-wrapper .ld-item-list .ld-item-list-item.expanced .ld-item-list-item-preview {
    background-color: #033349;
}
.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title {
 padding: 0px 10px 0px 24px;    
}
.learndash-wrapper .ld-expand-button {
    justify-content: flex-start;
}
.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon {
    flex: 0 0 9px;
    height: 12px;
    text-align: left;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-icon-arrow-down:before {
    content: "";
    background-image: url("../images/course-content-arrow.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 9px;
    height: 12px;
    position: absolute;
}
.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title {
    font-family: Oswald;
    font-size: 20px;
    font-weight: 500;
    color: #033349;
    font-style: normal;
    letter-spacing: 0.2px;
    line-height: 28px;
    text-align: left;
    text-transform: uppercase;
}
.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title .lms-is-locked-ico {
    display: none;
}
.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title .ld-item-components span {
    font-family: "Roboto";
    font-size: 13px;
    font-weight: 400;
    color: #033349;
    background-color: transparent;
    font-style: normal;
    letter-spacing: 0.07px;
    line-height: 24px;
    text-align: left;
    text-transform: initial;
}
.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.expanced .ld-item-list-item-preview .ld-item-name .ld-item-title {
    color: #fff;
}
.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.expanced .ld-item-list-item-preview .ld-item-name .ld-item-title .ld-item-components span {
    color: #fff;    
}
.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.expanced .ld-item-list-item-preview:hover .ld-item-name .ld-item-title .ld-item-components span {
    color: #fff;
}
.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-status-icon {
    display: none;
}
.learndash-wrapper .ld-lesson-list.ld-item-list .ld-item-list-item .ld-table-list {
    background-color: #E0F3FD;
    margin-top: -10px;
    z-index: -1;
    margin-bottom: 1px;
    border-radius: 0 0 10px 10px ;
}
.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-header {
    border-radius: 0px 0px 10px 10px;
    background-color: #fff;
    padding: 33px 52px 25px 73px;
    background-color: #BDD7E5 !important;
}
.learndash-wrapper .ld-table-list .ld-table-list-header .ld-text {
    font-family: Oswald;
    font-size: 20px;
    font-weight: 500;
    color: #033349;
    font-style: normal;
    letter-spacing: 0.2px;
    line-height: 28px;
    text-align: left;
    text-transform: uppercase;
}
.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-progress {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    color: #033349;
    font-style: normal;
    letter-spacing: 0.07px;
    line-height: 24px;
    text-align: left;
    border-color: #033349;
}
.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-steps {
    font-family: "Roboto - Regular";
    font-size: 14px;
    font-weight: 400;
    color: #033349;
    font-style: normal;
    letter-spacing: 0.07px;
    line-height: 24px;
    text-align: left;
}
.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-item {
    background-color: #E0F3FD;
    border-radius: 0 0 10px 10px;
    padding: 22px 52px 24px 72px;
}
.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview {
    padding: 0px;
    align-items: baseline;
    flex-direction: row-reverse;
    /* 21072023 */
    justify-content: start;
    /* 21072023 */
}
/* 21072023 */
.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item div.ld-table-list-item-quiz a.ld-table-list-item-preview{
    padding-left: 20px;
}
/* 21072023 */

.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-status-icon {
    display: none;
}
.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .goto-link {
    position: relative;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    color: #033349;
    background-color: transparent;
    font-style: normal;
    letter-spacing: 0.07px;
    line-height: 14px;
    text-align: left;
    display: flex;
    align-items: center;
    padding: 0 32px 0 0 ;
}
.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .goto-link::after {
    position: absolute;
    content: " ";
    background-image: url("../images/course_content-row-arrow.png");
    background-size: 20px 15px;
    right: 0;
    width: 20px;
    height: 15px;
}
/* 19072023 */
.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-item .ld-table-list-item-quiz .ld-item-title,
.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-topic-title {
    font-family: Oswald;
    font-size: 20px;
    font-weight: 300;
    color: #033349;
    font-style: normal;
    letter-spacing: 0.2px;
    line-height: 28px;
    text-align: left;
}
/* 19072023 */

.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-topic-title:before {
    display: none;
}
 /* Course Sidebar Buttons */

.bb-single-course-sidebar .bb-button-wrap {
    display: none;
}
.bb-single-course-sidebar .bb-course-status-wrap {
    display: none;    
}


.bb-single-course-sidebar .bb-button-wrap .bb-course-type {
    display: none;
}

.bb-single-course-sidebar .bb-course-status-wrap .bb-course-status-content {
    display: none;
}

.bb-single-course-sidebar a.btn-advance {
    background-color: #D77543;
    color: var(--bb-primary-button-text-regular);
    width: 100%;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    font-size: 20px;
    font-style: normal;
    display: inline-block;
    padding: 10px 19px;
    line-height: 1.471;
    font-family: Oswald;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 10px!important;
    border: 1px solid #d77543;
    border-bottom: 1px solid #d77543!important;
}


.bb-course-points {
    display: none;
}



.bb-single-course-sidebar .bb-course-preview-content {
    padding: 30px 30px 0px;
}
.bb-template-v2 .bb-single-course-sidebar h4 {
    font-family: Oswald;
    font-size: 18px;
    font-weight: 500;
    color: #033349;
    font-style: normal;
    letter-spacing: 0.09px;
    line-height: 28px;
    text-align: left;
    text-transform: uppercase;
}
.bb-single-course-sidebar .bb-course-volume-list li {
    font-family: Oswald;
    font-size: 16px;
    font-weight: 300;
    color: #033349;
    font-style: normal;
    letter-spacing: 0.08px;
    line-height: 26px;
    text-align: left;
    text-transform: uppercase;
    justify-content: space-between;
    margin-bottom: 7px;
}
.bb-single-course-sidebar .bb-course-volume-list li .course_include_counter .lesson_counter {
    background-color: #033349;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bb-single-course-sidebar .bb-course-volume-list li .course_include_counter .topic_counter {
    background-color: #033349;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bb-single-course-sidebar.bb-preview-wrap {
    margin:  0 0 0 auto !important;
    position: absolute;
    top: 98px;
    width: 100%;
    height: 415px;
    right: 0;
    padding: 0px;
    max-width: 350px;
    min-height: 415px;
}
.bb-single-course-sidebar.bb-preview-wrap > div {
    height: auto !important;
}
.bb-single-course-sidebar .widget {
    margin-bottom: 0px;
    box-shadow: -2px 20px 50px #00000012;
    border-radius: 30px;
}
.bb-course-preview-wrap.bb-thumbnail-preview {
    /* min-height: 238px; */
}
.bb-course-preview-wrap img {
    right: 0;
    left: 0;
    object-fit: fill;
}
.bb-learndash-content-wrap>div {
    margin-bottom: 0px;
}
.learndash-wrapper div.ld-item-list {
    margin-top: 120px;
    margin-bottom: 90px;
}
.bb-grid .bb-learndash-content-wrap {
    flex: 100%;
    padding: 0px 10px !important ;
}
  /*Common CSS For all Course Detail PAGE END */
.learndash-wrapper {
    position: relative;
}
body.postid-3507 .site-content{
    padding-bottom: 130px;
}
.postid-3507 .site-content .container:nth-child(1)::after {
    position: absolute;
    content: "";
    background-image: url("../images/whale.png");
    background-repeat: no-repeat;
    width: 321px;
    height: 157px;
    transform: translateY(35px) translateX(50%);
    right: 20%;
} 

.learndash-cpt-sfwd-courses {
    background-color: #d3e2ea;
}
.sfwd-courses-template-default .expert-items .expert-bg-box img {
    max-height: 240px;
}
.sfwd-courses-template-default .experts-data-posts .ex-title h2 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.12px;
}

.bb-learndash-banner {
    margin-bottom: 70px;
}


.bb-single-course-sidebar #btn-join, .bb-single-course-sidebar .btn-join  {
   
    background-color: #D77543;
    color: var(--bb-primary-button-text-regular);
    width: 100%;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    font-size: 20px;
    font-style: normal;
    display: inline-block;
    padding: 10px 19px;
    line-height: 1.471;
    font-family: Oswald;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 10px!important;
    border: 1px solid #d77543;
    border-bottom: 1px solid #d77543!important;
}



/* Courses Detail Page CSS END */

/* Lesson Inner Page CSS START*/
/* 19072023 */
body.single-sfwd-quiz .entry-content .learndash-wrapper .learndash_content_wrap #learndash-course-header,
.single-sfwd-topic .learndash_post_sfwd-topic .elementor-section > .elementor-container {
    max-width: 1083px !important;
}
/* 19072023 */
.bb-sfwd-aside .site-content .container .content-area {
    padding-left: 0px;
    padding-right: 0px;
}
.learndash_post_sfwd-topic .learndash-content-body {
    padding-bottom: 60px;
    padding-top: 64px;
}
.header-aside-inner #bb-toggle-theme {
    display: none;
}
.header-aside #bb-toggle-theme {
    display: none;
}
.learndash .lms-topic-sidebar-wrapper {
    max-width: 432px;
    background-color: #fff;
    border-color: #fff;
    margin-top: 1px;

}
.learndash .lms-topic-sidebar-wrapper .lms-topic-sidebar-data {
    position: unset;
    width: 100%;
    max-width: 432px;
    max-height: 100% !important;
    top : unset !important; 
    height: 100%;
}
.learndash .lms-topic-sidebar-course-navigation a.course-entry-link {
    
    font-family: Oswald;
    font-size: 24px;
    font-weight: 500;
    color: #A7C1D0;
    font-style: normal;
    letter-spacing: 0.24px;
    line-height: 28px;
    text-align: left;
    text-transform: uppercase;
    background-color: transparent;
    padding: 1px 15px 1px 39px;
}
.learndash .lms-topic-sidebar-course-navigation a .bb-icon-chevron-left::before {
    /* display: none; */
}
.learndash .lms-topic-sidebar-course-navigation a i{
    position: relative;
}
.learndash .lms-topic-sidebar-course-navigation a i::before {
    font-family: bb-icons;
    content: "\e85f";
    position: absolute;
    content : " "; 
    background-image:url('../images/bb-arrow-left.png') ;
    background-size: 25px 20px;
    width: 25px;
    height: 20px;
    background-position: center center;
    left: -38px;
    margin: 4px 0px;
}
.learndash .lms-topic-sidebar-course-navigation .ld-course-navigation {
    margin: 15px 40px;
}
.learndash_post_sfwd-topic li.lms-topic-item.current {
    border: 0px;
}
.learndash .lms-topic-sidebar-course-navigation .ld-course-navigation .course-entry-title {
    font-family: Oswald;
    font-size: 45px;
    font-weight: 500;
    color: #033349;
    font-style: normal;
    letter-spacing: 0.23px;
    line-height: 50px;
    text-align: left;
    text-transform: uppercase;
    background-color: transparent;
}
.lms-topic-sidebar-progress .course-progress-wrap {
    margin: 30px 40px 15px;
    border: 0px;
}
.learndash .ld-progress-bar {
    height: 10px;
    background-color: #d3e2ea;
    border-radius: 25px;
}
.ld-progress-bar .ld-progress-bar-percentage {
    background-color: #033349;
    border-radius: 10px;
    height: 10px;
}
.lms-topic-sidebar-progress .course-progress-wrap .ld-progress-stats {
    display: flex;   
    padding: 22px 0 0 0 ;
    margin: 0;
}
.lms-topic-sidebar-progress .course-completion-rate {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    color: #033349;
    font-style: normal;
    letter-spacing: 0.08px;
    line-height: 24px;
    text-align: left;
    margin: 0;
    border-right: 2px solid #033349;
    padding:  0 10px 0 0;
}
.lms-topic-sidebar-progress .ld-progress-steps {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 700;
    color: #033349;
    font-style: normal;
    letter-spacing: 0.08px;
    line-height: 24px;
    text-align: left;
    margin: 0;
    padding:  0 0px 0 10px;
}
.lms-lesson-item .lms-toggle-lesson {
    top: 7px;
    width: auto;
    height: auto;
}
/* .lms-lesson-item.current.lms-not-locked.lms-lesson-turnover:not(.bb-lesson-item-no-topics) .lms-toggle-lesson i::before {
    position: absolute;
    content: " ";
    background-image: url('../images/caret-down.png');
    width: 19px;
    height: 9px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform : rotate(-90deg);
    -ms-transform : rotate(-90deg);
    transform: rotate(-90deg);
} */
.lms-lesson-item.lms-not-locked .lms-toggle-lesson i::before {
    position: absolute;
    content: " ";
    background-image: url('../images/caret-down.png');
    width: 12px;
    height: 9px;
    background-size: cover;
    background-repeat: no-repeat;
}
.lms-lesson-item.lms-not-locked .lms-toggle-lesson i {
    left: 40px;
}
.lms-lesson-turnover:not(.bb-lesson-item-no-topics) .lms-toggle-lesson i {
    -webkit-transform : rotate(0deg);
    -ms-transform : rotate(0deg);
    transform: rotate(0deg);
}
.lms-lesson-turnover:not(.bb-lesson-item-no-topics) .lms-toggle-lesson i::before {
    position: absolute;
    content: " ";
    background-image: url('../images/caret-right.png');
    width: 9px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: cover;
}
.learndash .i-progress.i-progress-completed {
    background-color: transparent;
}
.i-progress.i-progress-completed .bb-icon-check::before {
    position: absolute;
    content: " ";
    background-image: url('../images/progress-completed.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 31px;
    height: 31px;
    left: 0;
}
.lms-topic-sidebar-wrapper .lms-lessions-list>ol.bb-lessons-list>li.lms-lesson-item {
    border-bottom: 1px solid #e3e3e3;
    padding: 0px;
}
/* .lms-topic-sidebar-wrapper .lms-lesson-item.lms-not-lockedl.ms-lesson-turnover {
    background-color: transparent;
}    */
.lms-topic-sidebar-wrapper .lms-lesson-item.lms-not-locked .bb-lesson-head {
    color: #fff;
    background-color: #033349;
    padding: 29px 40px 24px 79px;
    margin-bottom: 0px;
}
/* .lms-topic-sidebar-wrapper .lms-lesson-item.lms-not-locked .bb-lesson-title {
    color: #fff;
} */
.learndash li.lms-lesson-item.lms-not-locked.lms-lesson-turnover .bb-lesson-head  {
    font-family: Oswald;
    font-size: 20px;
    font-weight: 500;
    color: #033349;
    font-style: normal;
    letter-spacing: 0.2px;
    line-height: 28px;
    text-align: left;
    text-transform: uppercase;
    background-color: #fff;
    padding: 29px 40px 24px 79px;
}
.learndash li.lms-lesson-item.lms-not-locked.lms-lesson-turnover .bb-lesson-head .bb-lesson-title  {
    color: #033349;
}
.learndash .lms-lesson-item .bb-lesson-title {
    font-family: Oswald;
    font-size: 20px;
    font-weight: 500;
    color: #033349;
    font-style: normal;
    letter-spacing: 0.2px;
    line-height: 28px;
    text-align: left;
    text-transform: uppercase;
}
.learndash .lms-topic-sidebar-wrapper .lms-lessions-list > ol li a.bb-lesson-head:hover {
    color: #fff;
}
.lms-topic-sidebar-wrapper .lms-lesson-item.lms-not-locked .bb-lesson-head .bb-lesson-title {
    color: #fff;
}
/* .learndash .lms-lesson-item.current > .bb-lesson-head {
    color: #fff;
    background: transparent;
    background-color: #033349;
} */
.learndash li.lms-lesson-item .bb-lesson-head .bb-lesson-topics-count {
    display: none;
}
.learndash li.lms-lesson-item .bb-lesson-head .bb-check-completed {
    display: none;
}
.learndash li.lms-lesson-item .bb-lesson-head .bb-check-not-completed {
    display: none;
}
.learndash .lms-topic-sidebar-wrapper .bb-lms-title-wrap {    
    background-color: #ffffff;
    padding: 23px 40px 30px 79px;
}
.learndash .lms-topic-item.current>.bb-lms-title-wrap {
    background: #EAF6FC;
}
.lms-topic-sidebar-wrapper .bb-lms-title {
    font-family: Oswald;
    font-size: 20px;
    font-weight: 500;
    color: #033349;
    font-style: normal;
    letter-spacing: 0.2px;
    line-height: 28px;
    text-align: left;
    text-transform: uppercase;
    background-color: transparent;
}
.learndash .lms-topic-sidebar-wrapper span.bb-lms-ico.bb-lms-ico-topic {
    display: none;
}

.learndash_post_sfwd-lessons {
    background-color: #D3E2EA;
}

.learndash_post_sfwd-topic {
    background-image: url('../images/Our_topic_bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #D3E2EA;
}
#learndash-page-content {
    background-color: inherit;
}
.learndash_post_sfwd-topic .elementor-widget-video.fitvidsignore, .elementor-widget-video {
    background-color: #fff;
    border-radius: 30px 30px 0px 0px;
    border-top: 0px;

}
.learndash_post_sfwd-topic .fitvidsignore .elementor-widget-container, .elementor-widget-video .elementor-widget-container {
    max-width: 100% !important;
    border-radius: 15px 15px 0px 0px;
}
.learndash_post_sfwd-topic .elementor-section .elementor-container .elementor-column {
    background-color: #fff;
    border-radius: 30px 30px 0px 0px; 
    padding: 28px 26px 3px 26px;
    border-style: solid ;
    border-color: #dedede;
    border-width: 1px 1px 0px 1px;
}

.learndash_post_sfwd-topic .elementor-section .elementor-container .elementor-column .elementor-widget.elementor-widget-text-editor {
    max-width: 100% !important;
    padding: 20px 32px 0px 32px !important;
    width: calc(100% - 23%) !important;
    margin: 0 auto 0 0 !important;
}
.learndash_post_sfwd-topic .elementor-section .elementor-container .elementor-column .elementor-widget.elementor-widget-text-editor h2{
    font-family: Oswald;
    font-size: 45px;
    font-weight: 500;
    font-style: normal;
    color: #033349;
    letter-spacing: 0.23px;
    line-height: 50px;
    text-align: left;
    text-transform: uppercase;
    
}

.learndash_post_sfwd-topic .elementor-section .elementor-container .elementor-column .elementor-text-editor p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    color: #3a3534;
    font-style: normal;
    letter-spacing: 0.08px;
    line-height: 30px;
    text-align: left;
}


.single .learndash_post_sfwd-topic #learndash-course-header {
    background-color: #fff;
    max-width: 1083px !important;
    margin: 0 auto !important;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #dedede;
    border-radius: 0 0 30px 30px;
    padding: 0px 59px !important;
}
.learndash_post_sfwd-topic .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs {
    border-width: 0px 0px 1px 0px ;
    border-style: solid;
    border-color: #888888;
}
.learndash_post_sfwd-topic .learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments {
    display: none;
}
.learndash_post_sfwd-topic .bb-lms-header .bb-position {
    align-items: center !important;
    justify-content: center;
    padding: 30px 0px;
}
.learndash_post_sfwd-topic .bb-lms-header .sfwd-course-position {
    display: none;
}
.learndash_post_sfwd-topic .learndash-wrapper .bb-ld-info-bar {
    /* display: none; */
    margin: 0px;
}
.learndash_post_sfwd-topic #learndash-page-content .sfwd-course-nav .learndash_next_prev_link a {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    margin: 0px 6.5px;
}
.learndash_post_sfwd-topic #learndash-page-content .sfwd-course-nav .learndash_next_prev_link a.next-link {
    background-color: #033349;
}
.learndash_post_sfwd-topic #learndash-page-content .sfwd-course-nav .learndash_next_prev_link a.prev-link {
    background-color: #A7C1CF;
}
.learndash_post_sfwd-topic #learndash-page-content .sfwd-course-nav .learndash_next_prev_link a.next-link:after {
    font-size: 32px;
    font-weight: 400;
    content: "\ee0b";
    padding: 0px 0px 0px 3px;
}
.learndash_post_sfwd-topic #learndash-page-content .sfwd-course-nav .learndash_next_prev_link a.prev-link::before {
    font-size: 32px;
    font-weight: 400;
    content: "\ee0a";
    padding: 0px 3px 0px 0px;
}
.learndash_post_sfwd-topic .bb-ld-status {
    position: absolute;
    right: 0;
    transform: translateX(-39px);   
}
.learndash_post_sfwd-topic .learndash-wrapper .bb-ld-status .ld-status.ld-status-progress {
    font-family: Oswald;
    font-size: 24px;
    font-weight: 500;
    color: #d77543;
    font-style: normal;
    letter-spacing: 0.24px;
    line-height: 28px;
    text-align: left;
    background-color: transparent;
    text-transform: uppercase;
}
.learndash_post_sfwd-topic .learndash-wrapper .bb-ld-status .ld-status.ld-status-complete {
    font-family: Oswald;
    font-size: 24px;
    font-weight: 500;
    color: #1CD991;
    font-style: normal;
    letter-spacing: 0.24px;
    line-height: 28px;
    text-align: left;
    text-transform: uppercase;
    background-color: transparent;
}
.bb-template-v2 .author-box {
    padding: 30px 32px 0px 32px;
}
.bb-template-v2 .author-box > .elementor-widget-container {
    display: flex;
    align-items: center;
}
.bb-template-v2 .author-box > .elementor-widget-container .post-author-head img {
    display: none;
}
.bb-template-v2 .author-box > .elementor-widget-container h5 {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    color: #3A3534;
    font-style: normal;
    letter-spacing: 0.08px;
    line-height: 28px;
    text-align: left;
    background-color: transparent;
    margin-bottom: 0px;
}
.bb-template-v2 .author-box > .elementor-widget-container .post-author-head a {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    color: #1725C9;
    font-style: normal;
    letter-spacing: 0.08px;
    line-height: 28px;
    text-align: left;
    background-color: transparent;
    text-decoration: underline;
    margin-bottom: 0px;padding: 0px 10px;
}
.bb-template-v2 .author-box > .elementor-widget-container .post-author-head .post-author {
    color: #1725C9;
    font-size: inherit;
}
/* Lesson Inner Page CSS END*/


/* Compitions page CSS START */
.page-id-3530  .compition-banner-label .elementor-container {
    margin: 0 auto 0 0 ;
}
.page-id-3530  .compitions-heading .elementor-container { 
    margin: 0 auto 0 0;
}





.compition_card:nth-child(2) {
    max-height: 410px;
}
.sneakytip_container {
    background-repeat: no-repeat;
    background-position: top 0 left 103px;
    background-size: auto;
    background-image: url("../images/Sneaky-tip-bg.png");
}
.sneakytip_section {
    position: relative;
    z-index: 5;
}
.sneakytip_section::after {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 411px;
    height: 235px;
    z-index: -1;
    background-image: url("../images/sneakytip-bg.png");
    background-repeat: no-repeat;
    background-size: 411px 235px;
}
.sneakytip_container .sneakytip_section .elementor-text-editor a {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    color: #033349;
    line-height: 30px;
    letter-spacing: 0.08px;
    text-align: left;
    font-style: normal;
    text-decoration: underline;
}
.sneakytip_container .sneakytip_section .elementor-text-editor a:hover { 
    color: #D77543;
}
.sneakytip_accordion {
    position: relative;
    width: 100%;
    height: 100%;
}
/* .sneakytip_accordion .accordion-inner-section {
    position: absolute;
    top: -129px;
    width: 466px;
    height: 100%;
    border-radius: 30px 30px 0px 0px;
} */
/* .sneakytip_accordion .elementor-tab-title-1061{
    position: absolute;
    top: -129px;
    width: 466px;
    height: 100%;
    border-radius: 30px 30px 0px 0px;
} */
.accordion-section .elementor-tab-title{
    position: absolute;
    top: -123px;
    left: 0;
    right: 0;
    width: 466px;
    margin: 0 auto ;
    height: auto;
    border-radius: 30px 30px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 43px 56px 45px 39px;
    border-radius: 30px 30px 0px 0px;
}
.sneakytip_accordion .accordion-section .elementor-tab-title .elementor-toggle-icon-opened {
    margin-left: -2px;
} 
.sneakytip_accordion .accordion-section .elementor-tab-content span.custom_title {
    display: block;
    margin:  30px 0 30px -15px;
}
.sneakytip_accordion .accordion-section .elementor-tab-content span.custom_title:last-child {
    margin-bottom: 0px;
}
.competitions_winner_container {}
.cm_winner_section {}
.competitions_winner_container .cm_winner_section .aiovg-grid .aiovg-col {
    background-color: #fff;
    box-shadow: -2px 20px 50px rgba(0, 0, 0, 0.07);
    border-radius: 30px;
}
.competitions_winner_container .cm_winner_section .aiovg-grid .aiovg-col-3 {
    width: calc(33.333% - 35px);
    margin: 0 17.5px;
}
.competitions_winner_container .cm_winner_section .aiovg-grid .aiovg-thumbnail {
    padding: 0px;
    margin: 0px;
}
.competitions_winner_container .cm_winner_section .aiovg-grid .aiovg-thumbnail a {
    border-radius: 30px 30px 0px 0px;
}
.competitions_winner_container .cm_winner_section .aiovg-grid .aiovg-thumbnail svg.aiovg-svg-icon-play {
    display: none;
}
.competitions_winner_container .cm_winner_section .aiovg-grid .aiovg-thumbnail img{
    border-radius: 30px 30px 0px 0px ;
}
.competitions_winner_container .cm_winner_section .aiovg-grid .aiovg-thumbnail .aiovg-caption {
    padding: 30px 37px 30px;
}
.competitions_winner_container .cm_winner_section .aiovg-grid .aiovg-thumbnail .aiovg-caption .aiovg-title a {
    font-family: Oswald;
    font-size: 20px;
    font-weight: 500;
    color: #253452;
    font-style: normal;
    letter-spacing: 0.2px;
    line-height: 22px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}

/* Compitions page CSS END */
/* start 06-sep */
.bb-course-banner-inner .bb-button-wrap a {
    position: relative;
    font-family: 'Oswald';
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    font-style: normal;
    letter-spacing: 0px;
    line-height: normal!important;
    text-align: left;
    text-transform: uppercase;
    padding: 16px 77px 18px 27px ;
    border-radius: 10px;
    background-color: #D77543;

}
.bb-course-banner-inner .bb-button-wrap a:hover { 
    transition: transform 0.3s;
    background-color: #033349;
}
.bb-course-banner-inner .bb-button-wrap a::before {
    position: absolute;
    content: " ";
    background-image: url("../images/course_banner-arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    right: 27px;
    width: 23px;
    height: 30px;
    /* 18072023 */
    top: 50%;
    transform: translateY(-50%);
    /* 18072023 */
}

    /* 09-09-2022  */
.single-sfwd-courses .learndash-wrapper .btn-join ,.single-sfwd-courses .learndash-wrapper #btn-join {
    position: relative;
    font-family: 'Oswald';
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    font-style: normal;
    letter-spacing: 0.24px;
    line-height: 28px;
    text-align: left;
    text-transform: uppercase;
    padding: 16px 77px 18px 27px ;
    border-radius: 10px;
    background-color: #D77543;
    border: 0px !important ;
    transition: transform 0.3s;
    max-width: 295px;
}
.single-sfwd-courses .learndash-wrapper .btn-join:hover ,.single-sfwd-courses .learndash-wrapper #btn-join:hover {
    opacity: 1;
    transition: transform 0.3s;
    background-color: #033349;
}
.single-sfwd-courses .learndash-wrapper .btn-join::before ,.single-sfwd-courses .learndash-wrapper #btn-join::before {
    position: absolute;
    content: " ";
    background-image: url("../images/course_banner-arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    right: 27px;
    width: 23px;
    height: 30px;
}
.bb-course-banner-inner .bb-course-status-content {
    display: none;
}    

.bb-single-course-sidebar .bb-course-volume-list li .quiz_include_counter .quiz_counter {
    background-color: #033349;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* magnificent pop course preview lightbox */


body .mfp-bg {
    opacity: 1;
    z-index: 1024;
    background: #a7c1cfed!important;
}
body.single-sfwd-quiz .entry-content .learndash-wrapper .learndash_content_wrap .bb-lms-header {
    /* max-width: 800px !important; */
    max-width: 1083px !important;
    padding: 0 59px !important;
}
body.single-sfwd-quiz .entry-content .learndash-wrapper .learndash_content_wrap .bb-lms-header .sfwd-course-nav {
    width: 100%;
    justify-content: center;
    flex-direction: row-reverse;
}
article.sfwd-quiz .learndash-content-body ol li ul li label {
    display: flex !important;
    /* align-items: flex-start !important;*/
}
body.single-sfwd-quiz .entry-content .learndash-wrapper .learndash_content_wrap .bb-lms-header .bb-position{
    /* padding: 30px 0; */
    padding: 30px 0 20px 0;
    border-top: 1px solid #888888;
    position: relative;
}
article.sfwd-quiz .learndash-content-body ol li ul li label img {
    width: 100%;
    display: flex;
    max-width: calc(100% - 30px);
}
body.single-sfwd-quiz .entry-content .learndash-wrapper .learndash_content_wrap .bb-lms-header .bb-position .sfwd-course-nav .bb-ld-status {
    position: absolute;
    right: 0;
    margin-right: 0;
}
body.single-sfwd-quiz .entry-content .learndash-wrapper .learndash_content_wrap .bb-lms-header .sfwd-course-nav .learndash_next_prev_link {
    width: 100%;
    justify-content: center;
    align-items: center;
}
body.single-sfwd-quiz .entry-content .learndash-wrapper .learndash_content_wrap .sfwd-course-nav a.next-link {
    margin: 0px 6.5px !important;
}
/*body.single-sfwd-quiz .entry-content .learndash-wrapper .learndash_content_wrap .bb-lms-header .bb-position .sfwd-course-nav .bb-ld-status .ld-status {
    font-family: Oswald;
    font-size: 24px;
    font-weight: 500;
    color: #1CD991;
    font-style: normal;
    letter-spacing: 0.24px;
    line-height: 28px;
    text-align: left;
    text-transform: uppercase;
    background-color: transparent;
    padding: 0;
}*/
article.sfwd-quiz .learndash-content-body input[name="next"] {
    margin-right: 20px;
}



.home-page .experts-data-posts .ex-title h2{
    color: #033349;
}


.aiovg-single-video {
    margin-top: 5em!important;
    margin-bottom: 5em!important;
}



/* Expert Profile Contributors page Date : 13/09/2022 */
.expert-template-default .container {
    max-width: 1920px;
}

body.expert-template-default .site-content {
    background-image: url('../images/profile_contributors_bg.png');
    background-position: top 115px center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #b9dbcb;
    position: relative;
    z-index: 2;
}
body.expert-template-default .site-content::after {
    position: absolute;
    content: "";
    background-image: url('../images/M_010_S045_v009.0103.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 337px;
    height: 360px;
    background-size: 337px 360px;
    bottom: 0;
    right: 0;
    transform: translateX(-140px);
    z-index: -1;
}

.ex_contributors {
    margin-top: 60px;
    margin-bottom: 130px;
}
.ex_contributors h2 {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 0.23px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 45px;
    color: #033349;
}
.ex_contributors .expert_profile_container {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0px 50px;
}
.ex_contributors .expet_profile_item {
    padding: 57px 65px 60px;
    background-color: #fff;
    border-radius: 30px;
}

.ex_contributors .expert_profile_data-post {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 70px;
}
.ex_contributors .expert_profile-image {
    width: 25%;
}
.ex_contributors .expert_profile-img {
    width: 221px;
    height: 221px;
    margin-bottom: 35px;
}
.ex_contributors .expert_profile-img img{
    width: 100%;
    height: 100%;
}
.ex_contributors .expert_profile_details {
    width: 75%;
    max-width: 705px;
    padding-left: 50px;
}
.ex_contributors .expert_profile_details .expert_profile-title h3 {
    font-size: 45px;
    line-height: 67px;
    letter-spacing: 0.23px;
    text-transform: uppercase;
    margin: 0;
    color: #253452;
}
.ex_contributors .expert_profile_details .expert_profile-subtitle {
    margin-bottom: 45px;
}
.ex_contributors .expert_profile_details .expert_profile-subtitle span {
    font-family: Oswald;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.09px;
    margin: 0;
    color: #253452;
}
.ex_contributors .expert_profile-description   {
    font-family: "Roboto";
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: inherit;
    letter-spacing: 0.08px;
    margin: 0;
    color: #253452;
}
.ex_contributors .expert_profile-description p:not(:last-of-type) {
    margin-bottom: 30px;
}



.ex_contributors .expert_portfolio_data-post h2 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.12px;
    text-transform: uppercase;
    margin: 0;
    color: #033349;
    margin-bottom: 5px;
    margin-left: 9px;
}
.ex_contributors .expert_portfolio_data-post .ex_portfolio_inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.ex_contributors .expert_portfolio_data-post .ex_portfolio_item {
    padding: 9px;
}
.ex_contributors .expert_portfolio_data-post .ex_portfolio_image img {
    border-radius: 30px;
    height: 199px;
    object-fit: fill;
}
.ex_contributors .expert_portfolio_data-post .ex_portfolio-title h3 {
    font-family: "Roboto";
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.08px;
    margin: 0;
    margin-top: 25px;
    color: #253452;
}
/* Expert Profile Contributors page Date : 13/09/2022 */


/* Expert Profile Contributors page Date : 14/09/2022 */

.ex_contributors .ex_socials-media {}

.ex_contributors .ex_socials-media {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    list-style-type: none;
    margin: 0;
}

.ex_contributors .ex_socials-media li {

}

.ex_contributors .ex_socials-media li i {
    font-size: 30px;
    font-weight: bolder  ;
}

.other_expert_single {
    margin-bottom: 170px;
}
.other_expert_single .experts-container {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0px 50px;
}
.other_expert_single .ex-title  {
    width: 100%                                                                             ;
}
.other_expert_single .expert-heading {
    margin-bottom: 0px;
}
.other_expert_single .ex-title h2 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.12px;
    text-transform: uppercase;
    margin: 0;
    color: #033349;
    margin-bottom: 35px;
}

.other_expert_single .e-postdata {
    align-items: baseline;
}



/* Expert Profile Contributors page Date : 14/09/2022 */

/* Expert Profile page Date : 19/09/2022 */
.expert-template {
    padding-top: 160px;
}
.page-template-expert-template .container {
    max-width: 1920px;
}
body.page-template-expert-template .site-content {
    overflow: hidden;
}
body.page-template-expert-template .site-content {
    background-image: url('../images/expert-temlate-top-bg.png');
    background-position: top 115px center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #b9dbcb;
    position: relative;
    z-index: 2;
}
body.page-template-expert-template .site-content::before {
    position: absolute;
    content: "";
    background-image: url('../images/Cinderella.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 304px;
    height: 500px;
    background-size: 304px 500px;
    top: 120px;
    right: 16%;
    transform: translateX(-45%);
    z-index: -1;
}
body.page-template-expert-template .site-content::after {
    position: absolute;
    content: "";
    background-image: url('../images/expert_template-bottom-bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 337px;
    height: 360px;
    background-size: 337px 360px;
    bottom: -40px;
    right: 0;
    transform: translateX(-140px);
    z-index: -1;
}
.expert-template {
    margin-bottom: 170px;
}
.expert-template .experts-container {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0px 50px;
}
.expert-template .e-postdata {
    align-items: baseline;
    gap: 34px;
}
.expert-template .e-postdata .expert-items {
    margin-right: 0px;
}
.expert-template .expert-content-box .user-image {
    width: 134px;
}
.expert-template .ex-title  {
    width: 100%                                                                             ;
}
.expert-template .expert-heading {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 155px;
}
.expert-template .ex-btn-right {
    width: 50%;
    text-align: left;
}
.expert-template .ex-btn-right p {
    color: #3A3534;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.09px;
}
    .expert-template .ex-title h2 {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 0.23px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 30px;
    color: #033349;
}
.expert-template .expert-content-box .expert-title h3 {
    color: #253452;
}


/* 19072023 */
/* Expert Profile page Date : 19/09/2022 */

/* course-details-section  Date : 27/09/2023 */



.cards-section .expert-items {
    width: 100%;
}
/* course-details-section  Date : 27/09/2023 */

.banner-slider-triggerfish .elementor-slides-wrapper .swiper-wrapper .swiper-slide:first-of-type .swiper-slide-bg{
    min-height: calc(100% + 120px );

}
.banner-slider-triggerfish .elementor-slides-wrapper .swiper-wrapper .swiper-slide .swiper-slide-bg {
    background-position: top;
}

.banner-slider-triggerfish .elementor-slides-wrapper .swiper-wrapper .swiper-slide:first-of-type,
.banner-slider-triggerfish .elementor-slides-wrapper {
    overflow: visible;
}

.banner-slider-triggerfish .elementor-slides-wrapper .swiper-wrapper .swiper-slide-inner{
    max-width: 1520px;
}


/* Quizzes Front-End DIV white Background - 12052023  */
article.sfwd-quiz .learndash-content-body ol li div p {
    /* padding: 0 20px; */
    padding: 0 ;
    color: #1A3552;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 18px;
}
article.sfwd-quiz  .learndash-content-body input[name="checkSingle"] {
    margin-right: 20px;
}
body.single-sfwd-quiz .entry-content .learndash-wrapper .learndash_content_wrap {
    background-color: white;
    border-radius: 30px;
    overflow: hidden;
    margin: 64px auto 125px;
    /* max-width: 800px ; */
    max-width: 1083px !important ;
    
}
body.single-sfwd-quiz .entry-content .learndash-wrapper .learndash_content_wrap .sfwd-course-nav a {
    background: #033349 !important;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    margin: 0px 6.5px;
}
body.single-sfwd-quiz .entry-content .learndash-wrapper .learndash_content_wrap .sfwd-course-nav a.prev-link::before,
body.single-sfwd-quiz .entry-content .learndash-wrapper .learndash_content_wrap .sfwd-course-nav a.next-link::before {
    font-size: 32px !important;
    font-weight: 400;
    content: " ";  
    padding: 0px 0px 0px 3px;
    font-family: "bb-icons";
    display: flex;
}

body.single-sfwd-quiz .entry-content .learndash-wrapper .learndash_content_wrap .sfwd-course-nav a.prev-link::before {
    content: "\ee0a";
}
body.single-sfwd-quiz .entry-content .learndash-wrapper .learndash_content_wrap .sfwd-course-nav a.next-link::before {
    content: "\ee0b";
}
body.single-sfwd-quiz .entry-content .learndash-wrapper .learndash_content_wrap .sfwd-course-nav a.next-link::after{
    display: none;
}

body.single-sfwd-quiz .entry-content .learndash {
    background-image: url(../images/Our_topic_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #D3E2EA;
}
body.single-sfwd-quiz .entry-content .learndash-wrapper .learndash_content_wrap .wpProQuiz_catOverview{
    padding: 0 20px;
}
body.single-sfwd-quiz .entry-content .learndash-wrapper .learndash_content_wrap div ol {
    margin: 0;
    padding: 28px 26px 3px 26px;
}
body.single-sfwd-quiz .entry-content .learndash-wrapper .wpProQuiz_question,
body.single-sfwd-quiz .entry-content .learndash-wrapper .wpProQuiz_content {
    margin-top:0 !important;
}
body.single-sfwd-quiz .entry-content .learndash-wrapper ul li {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Quizzes Front-End DIV white Background - 12052023  */
/* 19072023 */


/* finish */

/* 21072023 */
.home-page section.elementor-section .swiper-wrapper {
    overflow: visible;
}
/* 21072023 */

@media (max-width : 1550px){
    /* 19072023 */
    body.single-sfwd-quiz .entry-content .learndash-wrapper .learndash_content_wrap #learndash-course-header,
    .single-sfwd-topic .learndash_post_sfwd-topic .elementor-section > .elementor-container ,
    .single .learndash_post_sfwd-topic #learndash-course-header ,
    body.single-sfwd-quiz .entry-content .learndash-wrapper .learndash_content_wrap {
        max-width: 900px !important;
    }
    /* 19072023 */
}
@media (max-width : 1379px){
    body nav.main-navigation {
        padding: 0px 15px 0px 56px;
    }
    body.bb-template-v2 .primary-menu>li:not(:last-child){
        padding-right: 35px;
    }
    .home-page .home_banner .elementor-container {
        padding: 0 0px 0 130px;
    }
    .elementor-3181 .elementor-element.elementor-element-edebc29 > .elementor-element-populated > .elementor-widget-wrap {
        padding: 100px 10px 10px 10px;
    }
    .elementor-3181 .elementor-element.elementor-element-e641284 {
        max-width: 420px;
    }
    .home_banner h1 {
        font-size: 42px;
    }
    .elementor-3181 .elementor-element.elementor-element-b11db41 > .elementor-widget-container {
        margin-bottom: 20px;
    }
    .single-sfwd-topic .learndash_post_sfwd-topic .elementor-section > .elementor-container {
        max-width: 800px !important;
    }
    /* 19072023 */
    body.single-sfwd-quiz .entry-content .learndash-wrapper .learndash_content_wrap,
    .single .learndash_post_sfwd-topic #learndash-course-header {
        max-width: 800px !important;
    }
    /* 19072023 */
    .learndash .lms-topic-sidebar-wrapper {
        max-width: 382px;
    }
    .learndash .lms-topic-sidebar-wrapper .lms-topic-sidebar-data {
        max-width: 382px;
    }
    .learndash .lms-topic-sidebar-course-navigation .ld-course-navigation .course-entry-title {
        font-size: 38px;
        line-height: 46px;
    }
    .lms-lesson-item.lms-not-locked .lms-toggle-lesson i {
        left: 35px;
    }
    
}
/* 19072023 */
@media (max-width : 1379px) {
    body.page-template-expert-template .site-content::before {
        transform: translateX(15%);
    }
}
@media (max-width : 1379px){ 
    body.expert-template-default .site-content::after{
        transform: translateX(80px);
    }
}
/* 19072023 */
@media (max-width : 1250px){
    .elementor-3181 .elementor-element.elementor-element-edebc29 > .elementor-element-populated > .elementor-widget-wrap{
        padding: 70px 10px 10px 10px;
    }
    .home-page .home_banner .elementor-container {
        padding: 0 0px 0 80px;
    }
    .elementor-3181 .elementor-element.elementor-element-e97ae45 {
        margin-top: -120px;
    }
    .foot_form_container input[type="text"] {
        width: 280px;
    }
    .footer-bottom .footer_form_btn input[type="submit"] {
        width: 225px;
    }
    /* Competitions page css Start */
    .page-id-3530  .competitions_banner .compitions-heading .elementor-heading-title {
        font-size: 70px;
        line-height: 75px;
    }
    .page-id-3530 .competitions_banner .compitions-heading {
      
    }
    
    /* Competitions page css End */
}
@media (max-width : 1200px) {
    /* 19072023 */
    body.single-sfwd-quiz .entry-content .learndash-wrapper .learndash_content_wrap{
        max-width: 700px !important;  
    }
    /* 19072023 */
    .courses_page .elementor-container .elementor-section > .elementor-container {
        padding: 0px ;   
    }
    .learndash_post_sfwd-topic .elementor-section.couse_topic_container > .elementor-container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .single-sfwd-topic .learndash_post_sfwd-topic .elementor-section > .elementor-container {
        max-width: 700px !important;  
        padding-left: 0px;
        padding-right: 0px;      
    }
    .single .learndash_post_sfwd-topic #learndash-course-header {
        max-width:700px !important;
    }
    .learndash_post_sfwd-topic .elementor-section .elementor-container .elementor-column .elementor-widget.elementor-widget-text-editor h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .learndash .lms-topic-sidebar-wrapper {
        max-width: 320px;
    }
    .learndash .lms-topic-sidebar-wrapper .lms-topic-sidebar-data {
        max-width: 320px;
    }
    .learndash .lms-topic-sidebar-course-navigation .ld-course-navigation {
        margin: 15px 20px;
    }
    .learndash .lms-topic-sidebar-course-navigation .ld-course-navigation .course-entry-title {
        font-size: 30px;
        line-height: 38px;
    }
    .lms-topic-sidebar-progress .course-progress-wrap {
        margin: 30px 20px 15px;
    }
    .learndash li.lms-lesson-item .bb-lesson-head {
        padding: 29px 40px 24px 49px;
    }
    .learndash .lms-topic-sidebar-wrapper .bb-lms-title-wrap {
        padding: 23px 40px 30px 49px;
    }
    .lms-topic-sidebar-wrapper .lms-lesson-item.lms-not-locked .bb-lesson-head {
        padding: 29px 40px 24px 49px;
    }
    .learndash li.lms-lesson-item.lms-not-locked.lms-lesson-turnover .bb-lesson-head {
        padding: 29px 40px 24px 49px;
    }
    .learndash .lms-lesson-item .bb-lesson-title {
        font-size: 18px;
    }
    .lms-topic-sidebar-wrapper .bb-lms-title {
        font-size: 18px;
    }
    .i-progress.i-progress-completed .bb-icon-check::before {
        width: 25px;
        height: 25px;
        top: 3px;
    }
    .lms-lesson-item.lms-not-locked .lms-toggle-lesson i {
        left: 20px;
    }
    .page-id-3530  .competitions_banner.elementor-section .elementor-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .elementor-1318 .elementor-element.elementor-element-c0c1dc0 > .elementor-widget-container {
        padding: 30px 15px 20px;
    }
    .page-id-3530  .whattodo_container .elementor-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width : 1140px){
    /* 19072023 */
    body.single-sfwd-quiz .entry-content .learndash-wrapper .learndash_content_wrap{
        max-width: 650px !important;  
    }
    /* 19072023 */    
    .home-page .home_banner .elementor-container {
        padding: 0 0px 0 50px;
    }
    .home_banner h1 {
        font-size: 36px;
    }
    .elementor-3181 .elementor-element.elementor-element-e97ae45 {
        margin-top: -115px;
    }
    .expert-content-box {
        padding: 0px 30px 30px 30px;
    }
    .footer_heading {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .footer_heading h3 {
        margin-bottom: 5px;
    }

    .foot_data-form {
        width: 100%;
        max-width: 820px;
        margin: 0 auto;
    }
    .foot_form_container {
        width: 70%;
    }
    .foot_form_container input[type="text"] {
        width: 260px;
        margin-right: 25px;
    }
    .footer_form_btn {
        width: 30%;
    }
    .footer_inner {
        flex-direction: column;
        align-items: center;
    }
    .single-sfwd-topic .learndash_post_sfwd-topic .elementor-section > .elementor-container {
        max-width: 650px !important; 
    }
    .single .learndash_post_sfwd-topic #learndash-course-header {
        max-width: 650px !important; 
    }
    .page-id-3530  .competitions_banner .compitions-heading .elementor-heading-title {
        font-size: 60px;
        line-height: 65px;
    }
}
/* 19072023 */
@media (max-width : 1100px) { 
    .course-details-section .course-heading{
        min-width: 150px;
        width: auto;
    }
    .course-details-section  .course-content{
        width: 100%;
        max-width: calc(100% - 150px);
    }
}
/* 19072023 */

/* 19072023 */
@media (max-width : 1023px) {
    body #learndash-page-content {
        min-height: 100vh !important;
    }
    /* body #learndash-page-content {
        min-height: unset !important;
    } */
   body.single-sfwd-quiz .entry-content .learndash-wrapper .learndash_content_wrap .sfwd-course-nav a {
        height: 50px;
        width: 50px;
    }
    body.single-sfwd-quiz .entry-content .learndash .container-full > .bb-grid {
        flex-direction: column-reverse;
    }
    body.single-sfwd-quiz .entry-content .learndash .container-full .bb-grid .lms-topic-sidebar-wrapper {
        margin-top: 0;
        width: 100%;
        max-width: 100%;
        flex: unset !important;
        min-height: unset !important;
    }
    body.single-sfwd-quiz .entry-content .learndash-wrapper .learndash_content_wrap {
        max-width: 90% !important;
    }
    /* body.single-sfwd-quiz .entry-content .learndash-wrapper .learndash_content_wrap {
        max-width: fit-content;
     
    } */
}
@media (max-width : 1023px) and (min-width : 767px){
    article.sfwd-quiz .learndash-content-body .wpProQuiz_quiz {
        width: 100%;
    }
    article.sfwd-quiz .learndash-content-body ol li ul li label img {
        height: 400px;
    }
    body.single-sfwd-quiz .entry-content .learndash-wrapper .wpProQuiz_content {
        display: flex;
    }

}
/* 19072023 */

@media (max-width : 1023px){

    /* 1907223 */
    .learndash .lms-topic-sidebar-wrapper .lms-topic-sidebar-data
    .learndash .lms-topic-sidebar-wrapper{
        min-height: auto;
    }
    .ex_contributors .expet_profile_item {
        padding: 47px 40px 40px;
    }
    .ex_contributors .expert_profile_details {
        padding-left: 30px;
    }
    .ex_contributors .expert_profile-img {
        width: 160px ;
        height: 160px;
    }
    .ex_contributors .expert_profile_data-post {
        margin-bottom: 40px;
    }
    .ex_contributors .expert_portfolio_data-post .ex_portfolio_item {
        flex:  0 0 50%;
    }
    .ex_contributors .expert_portfolio_data-post .ex_portfolio_image img {
        width: 100%;
    }
    body.single-sfwd-quiz .entry-content .learndash-wrapper .learndash_content_wrap .bb-lms-header .bb-position{
        padding: 15px 0;
    }
    /* 1907223 */

    .home-page .home_banner .elementor-container {
        padding: 0 0px 0 10px;
    }
    .home-experts .ex-title h2 {
        font-size: 36px;
        line-height: 42px;
    }
    body .home_courses .bb-card-course-details {
        min-height: 200px;
    }
    body .bb-header-buttons .button.link, body .bb-header-buttons .button {
        padding: 10px 20px;
    }
    body .bb-header-buttons .button.signup {
        padding: 10px 20px;
    }
    .courses_page .sfwd-courses-filters .select-wrap {
        width: auto;
        margin-top: -195px;
    }
    .courses_page .bb-course-items .bb-course-cover .bb-cover-wrap img {
        object-fit: fill !important;
    }
    /* Course Inner page start */
    .learndash-theme.single-sfwd-courses .bb-course-banner-inner{
        max-width: calc(100% - 420px);
        width: calc(100% - 420px);
    }
    .bb-learndash-banner .bb-course-banner-inner h1 {
        font-size: 40px !important;
    }
    .page .courses_page .bb-courses-directory .select-wrap {
        margin-top: -202px;
    }
    /* Course Inner page End */
    .bb-sfwd-aside .site-content .container .content-area {
        padding: 0px;
    }
    .learndash_post_sfwd-topic .learndash-content-body {
        padding-bottom: 30px;
    }
    .learndash_post_sfwd-topic #learndash-page-content {
        border: 0px;
    }
    .learndash_post_sfwd-topic .bb-grid {
        flex-direction: column-reverse;
    }
    .learndash_post_sfwd-topic .bottom_sidebar {
        /* display: block !important; */
    }

    .lms-topic-sidebar-wrapper .lms-topic-sidebar-data {
        position: unset;
    }
    .single-sfwd-topic .learndash_post_sfwd-topic .elementor-section > .elementor-container {
        max-width: 90% !important;        
    }
    .single .learndash_post_sfwd-topic #learndash-course-header {
        max-width: 90% !important;
    }
    .learndash_post_sfwd-topic .bb-lms-header .bb-position {
        padding: 15px 0px;
    }
    .learndash_post_sfwd-topic #learndash-page-content .sfwd-course-nav .learndash_next_prev_link a {
        width: 50px;
        height: 50px;
    }
    .learndash_post_sfwd-topic #learndash-page-content .sfwd-course-nav .learndash_next_prev_link a.prev-link::before {
        font-size: 28px;        
    }
    .learndash_post_sfwd-topic #learndash-page-content .sfwd-course-nav .learndash_next_prev_link a.next-link:after {
        font-size: 28px;
    }
    .learndash .lms-topic-sidebar-wrapper {
        max-width: 100%;
        margin-top: 50px;
    }
    .learndash .lms-topic-sidebar-wrapper .lms-topic-sidebar-data {
        max-width: 100%;
        height: 100% !important;
        padding: 0px;
    }
    .learndash .lms-topic-sidebar-course-navigation .ld-course-navigation {
        margin: 15px 30px;
    }
    .lms-topic-sidebar-progress .course-progress-wrap {
        margin: 30px 30px 15px;
    }
    .learndash_post_sfwd-topic .elementor-section .elementor-container .elementor-column .elementor-text-editor p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        min-height: 100px;
        overflow: hidden;
        line-height: 24px;
    }
      

}
/* 19072023 */
@media (max-width : 991px) {
    .home_banner{
        min-height: 500px !important;
    }
    /* .cards-section .elementor-element .elementor-container {
        padding: 0;
    } */
}
@media (max-width : 989px) {
    .expert-template .experts-container {
        padding: 0px 15px;
    }
    body.page-template-expert-template .site-content::before {
        transform: translateX(33%);
    }
}
/* 19072023 */

@media (max-width : 989px){
    .elementor-3181 .elementor-element.elementor-element-edebc29 > .elementor-element-populated > .elementor-widget-wrap {
        padding: 60px 10px 10px 10px;
    }
    .home_banner h1 {
        font-size: 32px;
    }
    body .home-partner .gallery {
        flex-wrap: wrap;
    }
    .elementor-image-gallery .gallery-columns-7 .gallery-item {
        max-width: 100%;
        width: 20%;
    }
    /* .home-experts .elementor-section.elementor-section-boxed>.elementor-container {
        padding: 0px;
    } */
    
    .expert-heading {
        margin-bottom: 40px;
    }
    footer .container {
        padding: 0px 15px;
    }
    #page .footer-bottom {
        padding: 50px 0px !important;
    }
    footer form {
        margin-bottom: 45px;
    }
    footer .footer-bottom-left .footer-logo-wrap {
        justify-content: center;
    }
    .footer-bottom .footer-bottom-left {
        width: 75%;
        flex: 75%;
    }
    .footer-copyright-wrap .footer-menu {
        justify-content: center;
    }
    .footer-bottom .footer-bottom-right{
        width: 25%;
        flex : 25%;
    }
    .bb-footer.style-2 .footer-socials {
        justify-content: center;
    }
    /* Course Inner page start */
    .bb-learndash-banner {
        padding: 0px 15px;
    }
    .bb-grid .bb-learndash-content-wrap {
        padding: 0px 15px !important;
    }
    .learndash-theme.single-sfwd-courses .bb-course-banner-inner{
        max-width: 100%;
        width: 100%;
    }
    .bb-single-course-sidebar.bb-preview-wrap {
        position: unset !important;
        margin: 0 auto !important;
        order: 1;
    }
    .bb-grid .bb-learndash-content-wrap {
    order: 2;
    }
    .learndash-wrapper div.ld-item-list {
        margin-top: 20px;
    }
}
/* 19072023 */
@media screen and (max-width: 820px) {
    .e-postdata {
        justify-content: space-between;
    }    
    .expert-items {
        width: calc(50% - 20px);
        margin-right: 0px;
        margin-bottom: 40px;
    }
    .expert-items:last-child {
        margin-bottom: 0px;
    }
    .foot_data-form {
        flex-direction: column;
        align-items: center;
    }
    .foot_form_container {
        flex-direction: column;
        align-items: center;
    }
    .foot_form_container br {
        display: none;
    }
    .foot_form_container input[type="text"] , .foot_form_container input[type="text"]:last-child {
        margin-right: 0px;
        margin-bottom: 20px;
        height: 50px;
    }
    .footer_form_btn {
        width: 100%;
        max-width: 260px;
        margin: 0 auto;
    }
    .footer-bottom .footer_form_btn input[type="submit"]{
        width: 260px;
        height: 50px;
        padding: 7px 27px;
    }
    .learndash-theme.single-sfwd-courses .bb-single-course-sidebar {
        max-width: 350px;
    }
    .learndash-wrapper div.ld-item-list {
        margin-top: 20px;
    }
}
@media (max-width : 820px) { 
    .expert-template .e-postdata .expert-items {
        margin-bottom: 0px;
    }
}
/* 19072023 */

@media (max-width : 800px){                                                         

    .bb-mobile-panel-wrapper a.bb-close-panel i {
        color: #1a3552;
    }
    .bb-mobile-panel-wrapper {
        width: 60%;
    }
    body.sticky-header .site-content {
        /* padding-top: 100px; */
        padding-top: 95px;
    }
    .bb-mobile-header {
        align-items: center;
        height: auto !important;
    }
    body.bp-search .site-header {
        padding: 20px 0px;
    }
    body.login .site-header {
        padding: 20px 0px;
    }
    .elementor-3181 .elementor-element.elementor-element-edebc29 > .elementor-element-populated > .elementor-widget-wrap{
        padding: 10px;
    }
    .site-header .bb-left-panel-mobile>i {
        font-size: 33px;
    }
    body nav.main-navigation {
        padding: 0px 0px 0px 0px;
    }
    .footer-bottom .footer-bottom-left {
        width: 70%;
        flex: 70%;
    }
    .footer-bottom .footer-bottom-right {
        width: 30%;
        flex : 25%;
        flex:100%;
    }
    body.buddypress.register article.page>.entry-header .entry-title, body.buddypress.register article.bp_register .entry-header h1 {
        font-size: 32px;
    }
    
}
/* 19072023 */
@media (max-width : 767px) {
    .expert-template .ex-title h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .course-details-section .course-heading{
        min-width: 100%;
    }
    .course-details-section  .course-content{
        max-width:100%;
    }
    .home_banner{
        min-height: 400px !important;
    }
    .cards-section .expert-items{
        width: 100%;
    }
    .sign-up-section h1.form-header {
        font-size: 36px !important;
    }
    .sign-up-section .header-large {
        padding: 20px !important;
    }
    .sign-up-section .form-line {
        padding: 0px 15px;
    }
    .sign-up-section .form-textbox {
        height: 50px !important;
        margin-bottom: 12px !important;
        padding: 12px !important;
    }
    .sign-up-section .form-submit-button {
        line-height: 20px;
        padding: 15px;
    }
    .sign-up-section .filter-container,
    .sign-up-section .form-label:empty{
        display: none !important;
    }
    .sign-up-section .form-product-item-detail {
        padding: 0 !important;
    }
}
@media (max-width: 767px) {
    .banner-slider-triggerfish .elementor-slides-wrapper .swiper-wrapper .swiper-slide-inner {
        /* align-items: end !important; */
        text-align: center !important;
    }
    .banner-slider-triggerfish .elementor-slides-wrapper .swiper-wrapper .swiper-slide .swiper-slide-bg {
        background-position: right;
        background-size: 100%  50% !important;
        display: none;
    }
    .competitions_winner_container .cm_winner_section .aiovg-grid .aiovg-col-3 {
        width: 100%;
        margin: 0 10px 30px 10px;
    }
  
    .aiovg-grid .aiovg-col-3 {
        width: 100%;
        margin: 0 10px 30px 10px;
    }       
    .sneakytip_section::after {
        left: -8px;
        width: 355px;
        height: 235px;
        background-size: 355px 100%;
    }
    .elementor-1318 .elementor-element.elementor-element-f1920d3 > .elementor-widget-container {
        padding: 0px 30px 0px 0px;
    }
    .elementor-1318 .elementor-element.elementor-element-6603af2 .elementor-toggle-title {
        font-size: 17px;
        line-height: 24px;
    }
    .accordion-section .elementor-tab-title{
        width: 95%;
        top: -64px;
        padding: 20px 14px;
    }
    body.login #login form#loginform .forgetmenot label {
        font-size: 13px;
    }
    body.login #login .lostmenot {
        padding: 3px 0 0;
    }
    body.login #login .lostmenot a {
        font-size: 13px;
    }
    #learndash-page-content div.bb-lms-header .bb-position .sfwd-course-nav {
        align-items: center;
    }
    .learndash_post_sfwd-topic .bb-lms-header .bb-position {
        align-items: flex-start !important;
        justify-content: space-between;
    }
}
/* 19072023 */

@media (max-width : 767px){
    .page .site-title img.bb-mobile-logo {
        width: auto;
        max-height: 100%;
        min-height: auto;
    }
    .login .site-title img.bb-mobile-logo{
        width: auto;
        max-height: 100%;
        min-height: auto;

    }
    .elementor-1318 .elementor-element.elementor-element-1058e89 {
        color: #fff;
        text-shadow: 2px 2px #000;
    }
    .home-page .home_banner .elementor-container {
        padding: 0px;
    }
    .elementor-3181 .elementor-element.elementor-element-e641284 {
        max-width: 100%;
        width: 100%;
    }
    .elementor-3181 .elementor-element.elementor-element-e97ae45 {
        margin-top: 0;
    }

    .home_courses .bb-courses-header {
        margin-bottom: 0px;
    }
    .home_courses .ld-secondary-header .bb-secondary-list-tabs {
        margin: 0;
    }
    .home-partner .elementor-image-gallery .gallery-columns-7 .gallery-item {
        width: 50%;
    }
    .home-experts .expert-heading {
        flex-wrap: wrap;
    }
    .home-experts .ex-title {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .home-experts .ex-btn-right {
        width: 100%;
        text-align: center;
    }
    .footer_heading {
        padding: 0px 0px 0px 0px;
    }
    .footer_heading p {
        line-height: 20px;
    }
    .ex-btn-right .elementor-button {
        font-size: 20px;
        padding: 10px 20px;    
    }
    .foot_data-form {
        max-width: 100%;
    }
    .foot_form_container {
        width: 100%;
    }
    .foot_form_container input[type="text"] {
        width: 100%;
    }
    .footer-bottom .footer-bottom-left {
        flex-direction: column;
        width: 100%;
    }
    footer .footer-bottom-left .footer-logo-wrap {
        width: 100%;
    }
    footer .footer-bottom-left .footer-copyright-wrap {
        width: 100%;
    }
    .footer-bottom .footer-bottom-right {
        width: 100%;
        flex : 25%;
        flex:100%;
    }
    .footer-bottom-right {
        padding-left: 0;
    }
    .page .courses_page .sfwd-courses-filters {
        position: unset;
        width: auto;
        margin: 0 auto;
    }
    .page .courses_page .bb-courses-directory .select-wrap {
        position: unset;
        margin-top: unset;
    }
    .page .courses_page .bb-courses-directory .sfwd-courses-filters .select-wrap select {
        font-size: 20px;
        padding: 10px 20px;
    }
    .page .courses_page .bb-courses-directory .sfwd-courses-filters .select-wrap select {
        background-position: right 20px center;
        background-size: 16px;
    }
    .courses_page .bb-course-items .bb-course-item-wrap {
        margin-bottom: 34px;
    }
    .bb-learndash-banner {
        padding: 0px;
    }
    .bb-learndash-banner .bb-course-banner-inner h1 {
        font-size: 36px !important;
        text-align: center;
    }
    .bb-learndash-banner .bb-course-banner-inner .bb-course-excerpt {
        text-align: center;
        margin-bottom: 30px;
        line-height: 24px;
    }

    .bb-learndash-banner .bb-course-points {
        text-align: center;
    }
    .bb-course-points a.anchor-course-points {
        font-size: 20px;
        padding: 10px 77px 12px 27px;
    }
    .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
        padding: 23px 20px 25px;
    }
    .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name {
        flex:  0 0 100%;
    }
    .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title {
        font-size: 18px;        
        padding: 0px 10px 0px 15px;
    }
    .learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-header {
        padding: 33px 30px 25px 52px;
    }
    .learndash-wrapper .ld-table-list .ld-table-list-header .ld-text {
        font-size: 18px;
    }
    .learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-item {
        padding: 22px 30px 24px 52px;
    }
    .sfwd-courses-template-default .experts-data-posts .expert-heading {
        justify-content: center;
        text-align: center;
    }
    .sfwd-courses-template-default .experts-data-posts .expert-heading .ex-title {
        width: 100%;
    }
    .postid-3507 .site-content .container:nth-child(1)::after {
        transform: translateY(55px) translateX(50%);
        right: 70px;
        background-size: 230px 80%;
    }
    .learndash_post_sfwd-topic .elementor-section .elementor-container .elementor-column .elementor-widget.elementor-widget-text-editor h2 {
        font-size: 32px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    .learndash_post_sfwd-topic .elementor-section .elementor-container .elementor-column .elementor-text-editor p {
        line-height: 24px;
        min-height: auto;
        -webkit-line-clamp:unset;
    }
    .lms-topic-sidebar-wrapper.lms-topic-sidebar-close .lms-topic-sidebar-data {
        left: 0;
    }
    .learndash_post_sfwd-topic .elementor-section .elementor-container .elementor-column .elementor-widget.elementor-widget-text-editor {
        width: 100% !important;
    }
    
    .learndash_post_sfwd-topic .elementor-section .elementor-container .elementor-column .elementor-widget.elementor-widget-text-editor {
        padding: 20px 0px 0px 0px !important;
    }
    .lms-topic-sidebar-progress .course-progress-wrap {
        margin: 20px 30px 0px;
    }
    body.register #page #primary .entry-header {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        padding: 30px 30px 15px;
    }
    
    body.buddypress.register article.page>.entry-header .entry-title, body.buddypress.register article.bp_register .entry-header h1 {
        margin-right: 0px;
        margin-bottom: 20px;        
    }
    body.register #page #primary .entry-header span > a {
        font-size: 22px;
        padding: 10px 20px;
    }
    body.register .buddypress-wrap {
        padding: 0px 30px 50px;
    }
    body.register .bs-bp-container-reg #buddypress #signup-form.standard-form input {
        height: 50px;
    }
    .bs-bp-container-reg #buddypress #signup-form.standard-form .submit input[type=submit] {
        font-size: 22px;
        padding: 10px 0px 12px 0px;
    }
    body.register #page #primary .entry-header span {
        margin-bottom: 20px;
    }
    .page-id-3530  .competitions_banner.elementor-section .elementor-container {
        padding: 0px;
    }
    .page-id-3530  .compition-banner-label .elementor-container {
        margin: 0 auto;
    }
    .elementor-1318 .elementor-element.elementor-element-02e2c6b .elementor-button .elementor-align-icon-right {
        margin-left: 50px;
    }
    .elementor-1318 .elementor-element.elementor-element-8693722 > .elementor-container {
        margin: 0 auto;
    }
    .page-id-3530 .whattodo_container .elementor-container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .sneakytip_section::after {
        right: 0;
        margin: 0 auto;
    }
    .accordion-section .elementor-tab-title {
        top: -83px;
        width: 385px;
        padding: 30px;
    }
    .competitions_winner_container .cm_winner_section .aiovg-grid .aiovg-col-3 {
        width: 100%;
        margin: 0 10px 30px 10px;
    }
    body.login.bb-login #login {
        padding: 41px 42px 57px 44px;
    }
    body.login .login-heading span > a {
        margin-left: 20px;
    }
}
/* 19072023 */
@media (max-width : 767px) { 
    body.single-sfwd-quiz .entry-content .learndash-wrapper .learndash_content_wrap {
        /*margin: 64px auto 30px auto;*/
        margin: 64px auto 90px auto;
    }
    .learndash .lms-topic-sidebar-wrapper,
    body.single-sfwd-quiz .entry-content .bottom_sidebar .lms-topic-sidebar-wrapper{
        width: 100% !important;
    }
    .ex_contributors .expert_profile-img {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .ex_contributors {
        margin-top: 30px;
        margin-bottom: 70px;
    }
    .ex_contributors h2 {
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 30px;
        text-align: center;
    }
    .ex_contributors .expet_profile_item {
        padding: 47px 15px 40px;
    }
    .ex_contributors .expert_profile_data-post {
        flex-direction: column;
    }
    .ex_contributors .expert_profile-image {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .ex_contributors .ex_socials-media {
        justify-content: center;
    }

    .ex_contributors .expert_profile_details {
        width: 100%;
        padding-left: 0px;
        text-align: center;
    }
    .ex_contributors .expert_profile_details .expert_profile-title h3 {
        font-size: 38px;
        line-height: 52px;
    }
    .ex_contributors .expert_profile_details .expert_profile-subtitle {
        margin-bottom: 25px;
    }
    .ex_contributors .expert_profile_details .expert_profile-subtitle span {
        font-size: 17px;
    }
    .ex_contributors .expert_profile-description {
        font-size: 15px;
        line-height: 22px;
    }
    .other_expert_single .ex-title h2 {
        text-align: center;
    }
}
@media (max-width : 767px) { 
    .expert-template .experts-container {
        padding: 0px 0px;
    }
    body.page-template-expert-template .site-content {
        background-position: top 98px center;
    }
    body.page-template-expert-template .site-content::after {
        transform: translateX(-20px);
    }
    .expert-template {
        padding-top: 70px;
    }
    .expert-template .expert-heading {
        margin-bottom: 55px;
    }
    .expert-template .ex-title h2 {
        font-size: 36px;
        line-height: 40px;
        text-align: center;
    }
    .expert-template .ex-btn-right {
        width: 100%;
        text-align: center;
    }
    body.single-sfwd-quiz .entry-content .learndash-wrapper .learndash_content_wrap .bb-lms-header .sfwd-course-nav .learndash_next_prev_link {
        justify-content: start;
    }
    body.single-sfwd-quiz .entry-content .learndash-wrapper .learndash_content_wrap .bb-lms-header .bb-position {
        padding: 15px 0 5px 0;
    }
}
@media (max-width : 640px) { 

    .other_expert_single .expert-items {
        box-shadow: none;
        width: 100%;
    }
    .expert-items .expert-bg-box {
        box-shadow: none;
    }
}
/* 19072023 */

@media (max-width : 574px){
    .bb-mobile-panel-wrapper {
        width: 100%;
    }
    .expert-items {
        box-shadow: none;
        width: 100%;
    }                   
    .expert-items .expert-bg-box {
        box-shadow: none;
    }
    .expert-items .expert-bg-box img {
        min-height: auto;
    }
    .expert-content-box {
        padding: 0px 15px 30px 15px;
    }
    .expert-content-box .expert-subtitle {
        min-height: auto;
    }
    .copyright, .footer-bottom .footer-menu.secondary {
        flex-direction: column;
        align-items: center;
    }                         
    .bb-footer .footer-menu a {
        margin: 0 !important;
    }                          
    .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title {
        padding: 0 0 0 10px;
    }
    body.buddypress.register article.bp_register {
        max-width: 100%;
        width: 100%;
    }
    body.register #page #primary .entry-header {
        padding: 30px 15px 15px;
    } 
    body.register .buddypress-wrap {
        padding: 0px 15px 50px;
    }
    body.buddypress.register article.page>.entry-header .entry-title, body.buddypress.register article.bp_register .entry-header h1 {
        font-size: 30px;
    }    
    .login .login-heading {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .login .login-heading h2 {
        font-size: 38px;
        line-height: 45px;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    body.login .login-heading span > a {
        font-size: 20px;
        padding: 8px 19px 8px 19px;
        margin-left: 10px;
    }
    body.login #login form#loginform label {
        font-size: 15px;
        line-height: 20px;    
    }
    body.login #login .lostmenot a {
        font-size: 15px;
        line-height: 20px;  
    }
    body.login #login form#loginform input {
        height: 50px;
    }
    body.login #login .user-pass-wrap .wp-pwd .dashicons-visibility:before {
        line-height: 50px;
    }
    body.login #login form#loginform .submit input[type=submit] {
        font-size: 20px;
        line-height: 33px;
        padding: 7px 0px 9px 0px;
    }
    body.login #login form#loginform .forgetmenot span.checkbox {
        width: 20px;
        height: 21px;
        border-radius: 5px;
    }
    body.login .privacy-policy-page-link {
        font-size: 15px;
    }
    body.login .privacy-policy-page-link a {
        font-size: 15px;
    }
    .learndash_post_sfwd-topic .bb-ld-status {
        top: unset;
        transform: translateX(-39px);
        margin-right: 0px;
    }

    .learndash_post_sfwd-topic .learndash-wrapper .bb-ld-status .ld-status.ld-status-complete{
            font-size: 20px;
    }
/* 19072023 */
    body.single-sfwd-quiz .entry-content .learndash-wrapper .learndash_content_wrap .bb-lms-header .bb-position .sfwd-course-nav .bb-ld-status .ld-status {
        font-size: 20px;
    }
}
@media (max-width : 574px) {
    .ex_contributors .expert_profile_container {
        padding: 0px 15px;
    }
    .ex_contributors .expet_profile_item {
        padding: 30px 15px 30px;
    }
    .ex_contributors .expert_portfolio_data-post .ex_portfolio_item {
        flex:  0 0 100%;
        margin-bottom: 10px;
    }
    .ex_contributors .expert_portfolio_data-post .ex_portfolio_image img {
        height: 230px;
    }
    .ex_contributors .expert_portfolio_data-post .ex_portfolio-title h3 {
        padding-left: 9px;
        margin-top: 10px;
    }
    .other_expert_single .experts-container {
        padding: 0px 15px;
    }
}
/* 19072023 */

@media screen and (max-width: 544px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        padding-left: 10px;
        padding-right: 10px;

    }
}
@media (max-width : 480px){
    /* 19072023 */
    body.single-sfwd-quiz .entry-content .learndash-wrapper .learndash_content_wrap div ol {
        padding: 28px 10px 3px 10px;
    }
   
    body.single-sfwd-quiz .entry-content .learndash-wrapper .learndash_content_wrap .sfwd-course-nav a {
        margin: 0px 4px;
    }
    body.single-sfwd-quiz .entry-content .learndash-wrapper .learndash_content_wrap .bb-lms-header {
        padding: 0 20px !important;
    }
    /* 19072023 */

    .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview {
        padding: 0px;
    }
    .learndash_post_sfwd-topic .elementor-widget-video.fitvidsignore, .elementor-widget-video {
        padding: 0px !important;
    }
    .bb-template-v2 .author-box {
        padding: 30px 0 0 0 ;
    }
    .single .learndash_post_sfwd-topic #learndash-course-header {
        padding: 0px 20px !important ;
    }
    .learndash_post_sfwd-topic .bb-ld-status {
        transform: translateX(-18px);
        margin-right: 0px;
    }
    .learndash_post_sfwd-topic .elementor-section .elementor-container .elementor-column .elementor-widget.elementor-widget-text-editor h2 {
        font-size: 28px;
    }
    .learndash_post_sfwd-topic .elementor-section .elementor-container .elementor-column {
        padding: 28px 10px 3px 10px;
    }
    .accordion-section .elementor-tab-title {
        width: 90%;
    }
    body.login.bb-login #login {
        padding: 30px 15px;
    }
}
/* 19072023 */

@media (max-width : 480px) {
    .ex_contributors .expert_profile_container {
        padding: 0px 0px;
    }
    .ex_contributors h2{
        font-size: 29px;
        line-height: 35px;
    }
    .ex_contributors .expert_profile_details .expert_profile-title h3 {
        font-size: 34px;
        line-height: 45px;
    }
    .ex_contributors .expert_portfolio_data-post .ex_portfolio_item {
        padding: 0px;
        margin-bottom: 20px;
    }
    .other_expert_single .experts-container {
        padding: 0px 0px;
    }
}
@media (max-width : 380px){
    .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header {
        display: block;
    }
}
/* 19072023 */

@media (max-width : 380px){

    .learndash-theme.single-sfwd-courses .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header {
        display: block;
    }
    
    
    
@media (max-width: 767px)
.competitions_winner_container .cm_winner_section .aiovg-grid .aiovg-col-3 {
    width: 100%;
    margin: 0 10px 30px 10px;
}   
    
    
@media (max-width: 767px)
.aiovg-grid .aiovg-col-3 {
    width: 100%;
    margin: 0 10px 30px 10px;
}       
    
    
    .sneakytip_section::after {
        left: -8px;
        width: 355px;
        height: 235px;
        background-size: 355px 100%;
    }
    .elementor-1318 .elementor-element.elementor-element-f1920d3 > .elementor-widget-container {
        padding: 0px 30px 0px 0px;
    }
    .elementor-1318 .elementor-element.elementor-element-6603af2 .elementor-toggle-title {
        font-size: 17px;
        line-height: 24px;
    }
    .accordion-section .elementor-tab-title{
        width: 95%;
        top: -64px;
        padding: 20px 14px;
    }
    body.login #login form#loginform .forgetmenot label {
        font-size: 13px;
    }
    body.login #login .lostmenot {
        padding: 3px 0 0;
    }
    body.login #login .lostmenot a {
        font-size: 13px;
    }
    #learndash-page-content div.bb-lms-header .bb-position .sfwd-course-nav {
        align-items: center;
    }
    .learndash_post_sfwd-topic .bb-lms-header .bb-position {
        align-items: flex-start !important;
        justify-content: space-between;
    }
}

.home-page .experts-data-posts .ex-title h2{
    color: #033349;
}


.aiovg-single-video {
    margin-top: 5em!important;
    margin-bottom: 5em!important;
}



/* Expert Profile Contributors page Date : 13/09/2022 */
.expert-template-default .container {
    max-width: 1920px;
}

body.expert-template-default .site-content {
    background-image: url('../images/profile_contributors_bg.png');
    background-position: top 115px center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #b9dbcb;
    position: relative;
    z-index: 2;
}
body.expert-template-default .site-content::after {
    position: absolute;
    content: "";
    background-image: url('../images/M_010_S045_v009.0103.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 337px;
    height: 360px;
    background-size: 337px 360px;
    bottom: 0;
    right: 0;
    transform: translateX(-140px);
    z-index: -1;
}

.ex_contributors {
    margin-top: 60px;
    margin-bottom: 130px;
}
.ex_contributors h2 {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 0.23px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 45px;
    color: #033349;
}
.ex_contributors .expert_profile_container {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0px 50px;
}
.ex_contributors .expet_profile_item {
    padding: 57px 65px 60px;
    background-color: #fff;
    border-radius: 30px;
}

.ex_contributors .expert_profile_data-post {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 70px;
}
.ex_contributors .expert_profile-image {
    width: 25%;
}
.ex_contributors .expert_profile-img {
    width: 221px;
    height: 221px;
    margin-bottom: 35px;
}
.ex_contributors .expert_profile-img img{
    width: 100%;
    height: 100%;
}
.ex_contributors .expert_profile_details {
    width: 75%;
    max-width: 705px;
    padding-left: 50px;
}
.ex_contributors .expert_profile_details .expert_profile-title h3 {
    font-size: 45px;
    line-height: 67px;
    letter-spacing: 0.23px;
    text-transform: uppercase;
    margin: 0;
    color: #253452;
}
.ex_contributors .expert_profile_details .expert_profile-subtitle {
    margin-bottom: 45px;
}
.ex_contributors .expert_profile_details .expert_profile-subtitle span {
    font-family: Oswald;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.09px;
    margin: 0;
    color: #253452;
}
.ex_contributors .expert_profile-description   {
    font-family: "Roboto";
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: inherit;
    letter-spacing: 0.08px;
    margin: 0;
    color: #253452;
}
.ex_contributors .expert_profile-description p:not(:last-of-type) {
    margin-bottom: 30px;
}



.ex_contributors .expert_portfolio_data-post h2 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.12px;
    text-transform: uppercase;
    margin: 0;
    color: #033349;
    margin-bottom: 5px;
    margin-left: 9px;
}
.ex_contributors .expert_portfolio_data-post .ex_portfolio_inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.ex_contributors .expert_portfolio_data-post .ex_portfolio_item {
    padding: 9px;
}
.ex_contributors .expert_portfolio_data-post .ex_portfolio_image img {
    border-radius: 30px;
    height: 199px;
    object-fit: fill;
}
.ex_contributors .expert_portfolio_data-post .ex_portfolio-title h3 {
    font-family: "Roboto";
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.08px;
    margin: 0;
    margin-top: 25px;
    color: #253452;
}
/* Expert Profile Contributors page Date : 13/09/2022 */


/* Expert Profile Contributors page Date : 14/09/2022 */

.ex_contributors .ex_socials-media {}

.ex_contributors .ex_socials-media {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    list-style-type: none;
    margin: 0;
}

.ex_contributors .ex_socials-media li {

}

.ex_contributors .ex_socials-media li i {
    font-size: 30px;
    font-weight: bolder  ;
}

.other_expert_single {
    margin-bottom: 170px;
}
.other_expert_single .experts-container {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0px 50px;
}
.other_expert_single .ex-title  {
    width: 100%                                                                             ;
}
.other_expert_single .expert-heading {
    margin-bottom: 0px;
}
.other_expert_single .ex-title h2 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.12px;
    text-transform: uppercase;
    margin: 0;
    color: #033349;
    margin-bottom: 35px;
}

.other_expert_single .e-postdata {
    align-items: baseline;
}


@media (max-width : 1379px){ 
    body.expert-template-default .site-content::after{
        transform: translateX(80px);
    }
}
@media (max-width : 1023px) {
    .ex_contributors .expet_profile_item {
        padding: 47px 40px 40px;
    }
    .ex_contributors .expert_profile_details {
        padding-left: 30px;
    }
    .ex_contributors .expert_profile-img {
        width: 160px ;
        height: 160px;
    }
  .ex_contributors .expert_profile_data-post {
    margin-bottom: 40px;
  }
  .ex_contributors .expert_portfolio_data-post .ex_portfolio_item {
    flex:  0 0 50%;
  }
  .ex_contributors .expert_portfolio_data-post .ex_portfolio_image img {
    width: 100%;
  }
}
@media (max-width : 767px) { 
    .ex_contributors .expert_profile-img {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .ex_contributors {
        margin-top: 30px;
        margin-bottom: 70px;
    }
    .ex_contributors h2 {
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 30px;
        text-align: center;
    }
    .ex_contributors .expet_profile_item {
        padding: 47px 15px 40px;
    }
    .ex_contributors .expert_profile_data-post {
        flex-direction: column;
    }
    .ex_contributors .expert_profile-image {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .ex_contributors .ex_socials-media {
        justify-content: center;
    }

    .ex_contributors .expert_profile_details {
        width: 100%;
        padding-left: 0px;
        text-align: center;
    }
    .ex_contributors .expert_profile_details .expert_profile-title h3 {
        font-size: 38px;
        line-height: 52px;
    }
    .ex_contributors .expert_profile_details .expert_profile-subtitle {
        margin-bottom: 25px;
    }
    .ex_contributors .expert_profile_details .expert_profile-subtitle span {
        font-size: 17px;
    }
    .ex_contributors .expert_profile-description {
        font-size: 15px;
        line-height: 22px;
    }
    .other_expert_single .ex-title h2 {
        text-align: center;
    }
}
@media (max-width : 640px) { 

    .other_expert_single .expert-items {
        box-shadow: none;
        width: 100%;
    }
    .expert-items .expert-bg-box {
        box-shadow: none;
    }
}
@media (max-width : 574px) {
    .ex_contributors .expert_profile_container {
        padding: 0px 15px;
    }
    .ex_contributors .expet_profile_item {
        padding: 30px 15px 30px;
    }
    .ex_contributors .expert_portfolio_data-post .ex_portfolio_item {
        flex:  0 0 100%;
        margin-bottom: 10px;
    }
    .ex_contributors .expert_portfolio_data-post .ex_portfolio_image img {
        height: 230px;
    }
    .ex_contributors .expert_portfolio_data-post .ex_portfolio-title h3 {
        padding-left: 9px;
        margin-top: 10px;
    }
    .other_expert_single .experts-container {
        padding: 0px 15px;
    }
}
@media (max-width : 480px) {
    .ex_contributors .expert_profile_container {
        padding: 0px 0px;
    }
    .ex_contributors h2{
        font-size: 29px;
        line-height: 35px;
    }
    .ex_contributors .expert_profile_details .expert_profile-title h3 {
        font-size: 34px;
        line-height: 45px;
    }
    .ex_contributors .expert_portfolio_data-post .ex_portfolio_item {
        padding: 0px;
        margin-bottom: 20px;
    }
    .other_expert_single .experts-container {
        padding: 0px 0px;
    }
}
/* Expert Profile Contributors page Date : 14/09/2022 */

/* Expert Profile page Date : 19/09/2022 */
.expert-template {
    padding-top: 160px;
}
.page-template-expert-template .container {
    max-width: 1920px;
}
body.page-template-expert-template .site-content {
    overflow: hidden;
}
body.page-template-expert-template .site-content {
    background-image: url('../images/expert-temlate-top-bg.png');
    background-position: top 115px center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #b9dbcb;
    position: relative;
    z-index: 2;
}
body.page-template-expert-template .site-content::before {
    position: absolute;
    content: "";
    background-image: url('../images/Cinderella.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 304px;
    height: 500px;
    background-size: 304px 500px;
    top: 120px;
    right: 16%;
    transform: translateX(-45%);
    z-index: -1;
}
body.page-template-expert-template .site-content::after {
    position: absolute;
    content: "";
    background-image: url('../images/expert_template-bottom-bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 337px;
    height: 360px;
    background-size: 337px 360px;
    bottom: -40px;
    right: 0;
    transform: translateX(-140px);
    z-index: -1;
}
.expert-template {
    margin-bottom: 170px;
}
.expert-template .experts-container {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0px 50px;
}
.expert-template .e-postdata {
    align-items: baseline;
    gap: 34px;
}
.expert-template .e-postdata .expert-items {
    margin-right: 0px;
}
.expert-template .expert-content-box .user-image {
    width: 134px;
}
.expert-template .ex-title  {
    width: 100%                                                                             ;
}
.expert-template .expert-heading {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 155px;
}
.expert-template .ex-btn-right {
    width: 50%;
    text-align: left;
}
.expert-template .ex-btn-right p {
    color: #3A3534;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.09px;
}
    .expert-template .ex-title h2 {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 0.23px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 30px;
    color: #033349;
}
.expert-template .expert-content-box .expert-title h3 {
    color: #253452;
}
@media (max-width : 1379px) {
    body.page-template-expert-template .site-content::before {
        transform: translateX(15%);
    }
}

@media (max-width : 989px) {
    .expert-template .experts-container {
        padding: 0px 15px;
    }
    body.page-template-expert-template .site-content::before {
        transform: translateX(33%);
    }
}
@media (max-width : 820px) { 
    .expert-template .e-postdata .expert-items {
        margin-bottom: 0px;
    }
}
@media (max-width : 767px) { 
    .expert-template .experts-container {
        padding: 0px 0px;
    }
    body.page-template-expert-template .site-content {
        background-position: top 98px center;
    }
    body.page-template-expert-template .site-content::after {
        transform: translateX(-20px);
    }
    .expert-template {
        padding-top: 70px;
    }
    .expert-template .expert-heading {
        margin-bottom: 55px;
    }
    .expert-template .ex-title h2 {
        font-size: 36px;
        line-height: 40px;
        text-align: center;
    }
    .expert-template .ex-btn-right {
        width: 100%;
        text-align: center;
    }
}
@media (max-width : 767px) { 
    .expert-template .ex-title h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

/* Expert Profile page Date : 19/09/2022 */

/* course-details-section  Date : 27/09/2023 */

@media (max-width : 1100px) { 
    .course-details-section .course-heading{
        min-width: 150px;
        width: auto;
    }
    .course-details-section  .course-content{
        width: 100%;
        max-width: calc(100% - 150px);
    }
}

@media (max-width : 991px) {
    .home_banner{
        min-height: 500px !important;
    }
    /* .cards-section .elementor-element .elementor-container {
        padding: 0;
    } */
}
@media (max-width : 767px) {
    .course-details-section .course-heading{
        min-width: 100%;
    }
    .course-details-section  .course-content{
        max-width:100%;
    }
    .home_banner{
        min-height: 400px !important;
    }
    .cards-section .expert-items{
        width: 100%;
    }
    .sign-up-section h1.form-header {
        font-size: 36px !important;
    }
    .sign-up-section .header-large {
        padding: 20px !important;
    }
    .sign-up-section .form-line {
        padding: 0px 15px;
    }
    .sign-up-section .form-textbox {
        height: 50px !important;
        margin-bottom: 12px !important;
        padding: 12px !important;
    }
    .sign-up-section .form-submit-button {
        line-height: 20px;
        padding: 15px;
    }
    .sign-up-section .filter-container,
    .sign-up-section .form-label:empty{
        display: none !important;
    }
    .sign-up-section .form-product-item-detail {
        padding: 0 !important;
    }
}
.cards-section .expert-items {
    width: 100%;
}
/* course-details-section  Date : 27/09/2023 */

.banner-slider-triggerfish .elementor-slides-wrapper .swiper-wrapper .swiper-slide:first-of-type .swiper-slide-bg{
    min-height: calc(100% + 120px );

}
.banner-slider-triggerfish .elementor-slides-wrapper .swiper-wrapper .swiper-slide .swiper-slide-bg {
    background-position: top;
}

.banner-slider-triggerfish .elementor-slides-wrapper .swiper-wrapper .swiper-slide:first-of-type,
.banner-slider-triggerfish .elementor-slides-wrapper {
    overflow: visible;
}

.banner-slider-triggerfish .elementor-slides-wrapper .swiper-wrapper .swiper-slide-inner{
    max-width: 1520px;
}
.triggerfish-banner-video .elementor-container .elementor-column:first-of-type {
    position: relative;
    width: 100%;
}
body .triggerfish-banner-video .elementor-container .elementor-column:first-of-type .elementor-widget-container {
    max-width: 100% !important;
}
.triggerfish-banner-video .elementor-container .elementor-column:last-of-type {
    position: absolute;
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: inline-block;
}

.triggerfish-banner-video .elementor-container .elementor-column:last-of-type .elementor-widget-wrap {
    max-width: 730px;
}
.triggerfish-banner-video .elementor-container .elementor-column .elementor-widget-heading {
    margin-bottom: 22px;
}
.triggerfish-banner-video .elementor-container .elementor-column .elementor-widget-wrap .elementor-button-wrapper .elementor-button-link,
.triggerfish-banner-video .elementor-container .elementor-column .elementor-widget-wrap .eael-lightbox-btn > span {
    background: transparent;
    min-width: 260px;
    text-align: left;
}
.triggerfish-banner-video .elementor-container .elementor-column .elementor-widget-wrap .elementor-button-wrapper .elementor-button-link:hover,
.triggerfish-banner-video .elementor-container .elementor-column .elementor-widget-wrap .eael-lightbox-btn > span:hover{
    background: #033349;
}
/* .home-page .eael-lightbox-popup-window iframe {
    width: 100%; */
    /* aspect-ratio: 16/9 !important; */
    /* height: 100vh ;
    object-fit: cover;
} */
.home-page .eael-lightbox-popup-window .mfp-close:hover{
    color: #fff;
}
.home-page  .mfp-wrap .mfp-content{
    max-width: 853px;
    margin: 0 auto;
    line-height: 0;
}
.home-page  .mfp-wrap .mfp-content iframe{
    width:100%;
    max-width:853px;
    height: 480px;
}
.triggerfish-banner-video .elementor-background-video-container {
    width: 100%;
    height: calc(100vh - 100px);
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
}
.home-page .triggerfish-banner-video iframe.elementor-background-video-embed {
    /* width: 100% !important;
    height: 100vh !important; */
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    margin: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    transform: none;
}
/* .home-page  iframe.elementor-background-video-embed { */
    /* width: 100vh !important; */
    /* height: 100%; */
    /* aspect-ratio: 16/9 !important; */
/* } */
body .triggerfish-banner-video {
    height: calc(100vh - 100px) !important;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}
/* @media (min-width:1500px) {
    .triggerfish-banner-video .elementor-container {
        height:calc((100vh - 100px) * (9/16));
    }
  } */

  /*Hide text when user logged in*/
.logged-in .hide-signup p:last-of-type{
    display: none;
}
.experts-data-posts .e-postdata .expert-items:nth-of-type(3n) {
    margin-right: 0;
}

.logged-in .get-started-btn .elementor-widget-container  {
display: none;
}



@media (max-width : 767px) {
    .banner-slider-triggerfish .elementor-slides-wrapper .swiper-wrapper .swiper-slide-inner {
        /* align-items: end !important; */
        text-align: center !important;
    }
    .banner-slider-triggerfish .elementor-slides-wrapper .swiper-wrapper .swiper-slide .swiper-slide-bg {
        background-position: right;
        background-size: 100%  50% !important;
        display: none;
    }
    .studio-africa-section .elementor-container .elementor-column .elementor-widget-heading h2,
    .triggerfish-banner-video .elementor-container .elementor-column .elementor-widget-heading h2 {
        font-size: 28px;
        line-height: 39px;
    }
    .triggerfish-banner-video .elementor-container .elementor-column .elementor-widget-heading {
        margin-bottom: 18px;
    }
    .triggerfish-banner-video .elementor-container .elementor-column .elementor-widget-wrap .elementor-button-wrapper .elementor-button-link,
    .triggerfish-banner-video .elementor-container .elementor-column .elementor-widget-wrap .eael-lightbox-btn > span {
        min-width: 145px;
    }
    .triggerfish-banner-video .elementor-container .elementor-column video.elementor-video {
        /* min-height: 624px; */
        min-height: 550px;
    }
    .triggerfish-banner-video .elementor-container .elementor-column:last-of-type {
        bottom: 54px;
        transform: translate(-50% ,0);
        top: auto;
        left: 50%;
        height: auto !important;
    }
    /* .home-page .triggerfish-banner-video .elementor-container .elementor-column{
        height:100vh
    } */
    .triggerfish-banner-video .elementor-container .elementor-column,
    .triggerfish-banner-video .elementor-background-video-container,
    body .triggerfish-banner-video {
        height: calc(550px - 96px) !important;
    }
    .home-page  .mfp-wrap .mfp-content iframe {
        width: 100%;
        max-width: 400px;
        height: 225px;
    }
    .home-page  .mfp-wrap .mfp-content .fluid-width-video-wrapper {
        padding: 0 !important;
        height: 225px;
    }
} 
@media (max-width:480px) {
    .home-page  .mfp-wrap .mfp-content .fluid-width-video-wrapper {
        padding: 0 !important;
        height: 169px;
        max-width: 300px;
    }
}

/* slick arrow */

.slick-slider .slick-arrow {
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0px;
}

.slick-slider .slick-arrow.slick-prev {
    left: 10px;
}

.slick-slider .slick-arrow.slick-next {
    right: 10px;
    left: auto;
}

@media (max-width : 1600px) {
    .triggerfish-banner-video .elementor-container .elementor-column:last-of-type .elementor-widget-wrap {
        padding: 0px 30px 0px 80px;
    }
}

@media (max-width : 1199px) {
    .triggerfish-banner-video .elementor-container .elementor-column:last-of-type .elementor-widget-wrap {
        padding: 0px 30px 0px 60px;
    }
}

@media (max-width : 767px) {
    .triggerfish-banner-video .elementor-container .elementor-column:last-of-type .elementor-widget-wrap {
        padding: 0px 50px 0px 50px;
    }
}


.home_courses .eael-learndash-wrapper .eael-learn-dash-course .eael-learn-dash-course-inner .eael-learn-dash-course-thumbnail img {
    max-height: 189px;
    object-fit: cover;
}
.home_courses .eael-learndash-wrapper{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    row-gap: 30px;
    
}
.home_courses .eael-learndash-wrapper .eael-learn-dash-course{
    padding: 0 15px;
    height: auto;
}

.home_courses .eael-learndash-wrapper .eael-learn-dash-course .eael-learn-dash-course-inner{
    height: 100%;
    margin: 0px !important;
}

.courses_page .eael-learndash-wrapper .eael-learn-dash-course .eael-learn-dash-course-inner .eael-learn-dash-course-thumbnail img {
    max-height: 189px;
    object-fit: cover;
}
.courses_page .eael-learndash-wrapper{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    row-gap: 30px;
    
}
.courses_page .eael-learndash-wrapper .eael-learn-dash-course{
    padding: 0 15px;
    height: auto;
}

.courses_page .eael-learndash-wrapper .eael-learn-dash-course .eael-learn-dash-course-inner{
    height: 100%;
    margin: 0px !important;
}


@media only screen and (max-width: 1024px){
    .home_courses .eael-learndash-wrapper .eael-learn-dash-course .eael-learn-dash-course-inner .eael-learn-dash-course-thumbnail img {
    max-height: 100%;
}
    .courses_page .eael-learndash-wrapper .eael-learn-dash-course .eael-learn-dash-course-inner .eael-learn-dash-course-thumbnail img {
    max-height: 250px;
}
}
@media only screen and (max-width: 767px){
    .home_courses .eael-learndash-wrapper .eael-learn-dash-course .eael-learn-dash-course-inner .eael-learn-dash-course-thumbnail img {
    max-height: 100%;
}
    .courses_page .eael-learndash-wrapper .eael-learn-dash-course .eael-learn-dash-course-inner .eael-learn-dash-course-thumbnail img {
    max-height: 100%;
}
}