

.program-page {
    width: 100%;
    background-color: #292B2C;
}

#page-totara-program-view .bg-black {
    width: 100%;
    background-color: #028755;
    background-size: cover;
    display: flex;
    align-items: center;
    width: 100%;
}

#page-totara-program-view .full-h {
    width: 100%;
    height: 100vh;
    background-size: cover;
    display: flex;
    align-items: center;
    width: 100%;
}

#page-totara-program-view .bg-org {
    background-image: url(../img/bg_org-new.png);
    background-size: cover;
}



.program-page h1 {
    color: var(--color-white);
    font-size: calc(1em + 3vw);
    font-weight: bold;
    text-align: right;
    line-height: 1.5;
    margin-bottom: 7%;
}

.program-page .progress {
    width: 95%;

}

.program-page .courses-details-sml {
    justify-content: center;
}




.progress-bar {
    background: var(--color-orange);
}

.program-page .progress-val {
    color: #fff;
}

.program-page .info {
    width: 100%;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 7%;
    float: left;
    background-color: transparent;
    padding: 0;
}

.program-page .info>.el {
    padding: 10px 15px;
    border-radius: 6px;
    margin-left: 10px;
    background: #1A1A1A;
    color: #fff;
}

.program-page .info>.el p {
    margin-bottom: 0;
    font-size: 18px;
}

.program-page .course_progress_bar_div {
    float: right;
    width: 70%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 15px;
}


/* Prevent scrollbars to appear when waves go out of bound */

.sonar-wrapper {
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 8rem 0;
}


/* The circle */

.sonar-emitter {
    position: relative;
    margin: 0 auto;
    width: 375px;
    height: 375px;
    border-radius: 9999px;
    background-color: #323334;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* the 'wave', same shape and size as its parent */

.sonar-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-color: #353536;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}

.img-program-banner {
    border-radius: 100px;
    width: 335px;
    height: 335px;
}

.img-program-banner img {
    width: 100%;
    border-radius: 100%;
    height: 100%;
    object-fit: cover;
}


/*
  Animate!
  NOTE: add browser prefixes where needed.
*/

.sonar-wave {
    animation: sonarWave 2s linear infinite;
}

@keyframes sonarWave {
    from {
        opacity: 0.7;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

.program-page-banner {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.full-h-7 {
    height: 87vh;
}

.Course-outline {
    display: flex;
    align-items: center;
    width: 100%;
}

.backgroun_line {
    position: absolute;
    z-index: 0;
    width: 100%;
    right: 0;
    left: 0;
}

.backgroun_line img {
    width: 100%;
}

.Course-outline .carousel-wrap .item {
    margin: 5%;
}

.bg-gray_card {
    background: #F7F7F7;
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.15);
    padding: 30px;
    border-radius: 15px;
    z-index: 1;
    height: 100%;
    width: 100%;
    min-height: 370px;
    text-align: right;
}

.titile_course_outline {
    float: left;
    width: 100%;
    text-align: right;
}

.titile_course_outline h3 {
    font-size: 30px;
    color: #000;
    margin: 10px 0px;
    padding: 0;
    font-weight: bold;
}

.course_outline_inner ul {
    padding-right: 15px;
    padding-right: 15px;
    line-height: 2.5;
}

.course_outline_inner li {
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
}

.course_outline__wrapper .slick-dots li button:before {
    background: #ff8200;
    border-radius: 100px;
    width: 15px;
    height: 15px;
    font-size: 0;
}

.line_text {
    width: 89px;
    height: 3px;
    background: #FF8200;
    margin-bottom: 15px;
}

.course_outline_inner {
    float: left;
    width: 100%;
}

.button-course-outline {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.button-course-outline .button--bestia .button__bg {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-orange);
    border-radius: 100px;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.button-course-outline .button--bestia span {
    color: #fff;
    font-weight: bold;
}

.bg-black-color {
    background-color: var(--color-black);
}

.programs_list {
    display: flex;
    align-items: center;
    width: 100%;
}

.path-totara-program .programs_list .main-title h2 {
    text-align: center;
    margin-top: 0px;
    font-size: 32px !important;
    line-height: 70px;
    font-weight: bold;
}

.bg-black-color .main-title h2 {
    color: #fff;
}

.programs_list .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 25px;
    background: #afd5c7;
    border-radius: 10px;
}

.programs_list .top>p {
    margin: 0px;
    font-size: 24px;
    line-height: 31px;
    font-weight: bold;
    color: #000;
    margin-left: 15px;
}

.programs_list .top .progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: none;
    height: 60px;
	box-shadow:none !important;
}

.programs_list .top .progress>span {
    font-size: 11px;
    line-height: 15px;
    font-weight: 600;
    color: #434646;
}

.programs_list .top .progress>.bar {
    margin: 0px 17px;
    width: 385px;
    position: relative;
    height: 12px;
    border-radius: 100px;
    background-color: #F7F7F7;
}

.programs_list .top .progress>.bar .active {
    position: absolute;
    right: 0px;
    height: 100%;
    border-radius: 100px;
    background-color: #FF8200;
}

.programs_list .top .progress>span {
    font-size: 16px;
    line-height: 15px;
    font-weight: normal;
    color: #919191;
}

.programs-cards {
    float: left;
    width: 100%;
    margin-top: 4em;
}

.bg-black-color .owl-carousel .card-main {
    border: solid 1px #484B4C;
}

.bg-black-color .courses-main-cnt-inner h5 {
    font-size: calc(1em + 1vw);
    color: #fff;
    text-align: center;
}

.bg-black-color .courses-details-sml {
    color: #fff;
    justify-content: center;
}



.bg-white-color .courses-details-sml {
    color: #fff;
    justify-content: center;
}

#page-totara-program-view .Modules-icon-cnt p {
    font-size: 16px;
}

#page-totara-program-view .Modules-icon-time p {
    font-size: 16px;
}


.programs_list .main-title {
    margin-bottom: 4%;
}

.programs_list .courses-img-card {
    height: 230px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.programs_list .card-main:hover .courses-img-card {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.bg-black-color .button-course-outline .button--bestia .button__bg {
    background: var(--color-white);
}

.bg-black-color .button-course-outline .button--bestia span {
    color: #000;
    font-weight: bold;
}

.programs-cards .button-course-outline {
    margin-bottom: 15px;
}

.bg-black-color .programs-cards .button--bestia:hover span {
    color: var(--color-white);
}

.tag-courdes {
    position: absolute;
    z-index: 1;
    padding: 10px;
    background: #ff8200;
    border-radius: 10px;
    margin: 10px;
    color: #fff;
    font-size: 12px;
}

.bg-white-color {
    background: var(color-white);
}



.bg-white-color .top>p {
    color: var(--color-black);
}

.bg-white-color .top .progress>span {
    color: var(--color-black);
}

.bg-white-color .button-course-outline .button--bestia .button__bg {
    background: var(--color-black);
}

.navbar-toggler {
    float: right;
}


#page-totara-program-view .courses-main-cnt-inner .main-title h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#page-totara-program-view .bg-black-color .main-title h2 {
    font-size: calc(1em + 2.5vw) !important;

}

#page-totara-program-view .bg-white-color .main-title h2 {
    font-size: calc(1em + 2.5vw) !important;

}

#page-totara-program-view .nextsetoperator-group-and {
    border: 0;
}




.path-totara-program #region-main,
.path-totara-program div.nextsetoperator-group-and {
    padding: 0px !important;
    margin: 0;
}

.path-totara-program .button-course-outline a {
    background: transparent !important;
}

.path-totara-program .Modules-icon-time p,
.path-totara-program .Modules-icon-cnt p {
    display: flex;
    gap: 4px;
}

.path-totara-program .bg-white-color .Modules-icon-time p,
.path-totara-program .bg-white-color .Modules-icon-cnt p {
    color: var(--color-black);
}

.path-totara-program .bg-black-color .Modules-icon-time p,
.path-totara-program .bg-black-color .Modules-icon-cnt p {
    color: var(--color-white);
}

.bg-white-color .card-main {
    background: var(--color-white);
}

.bg-black-color .card-main {
    background: var(--color-black);
}

.bg-black-color .courses-main-cnt-inner h5 {
    font-size: calc(1em + 1vw);
    color: #fff;
}

.courses-main-cnt-inner h5 {
    font-size: calc(1em + 1vw);
    color: #000;
    text-align: center;
}


#page-totara-program-view .summary .button-course-outline a {
     background:#FF8200 !important; 
   border-radius: 100px !important; 
}

#page-totara-program-view .program__box {
    padding-top: 40px;
    padding-bottom: 0px;
}



@media only screen and (max-width: 750px) {
    .container-fluid {
        width: 100% !important;
    }

    .full-h-7 {
        height: auto;
        padding: 3em 0;
    }

    .program-page .col-md-7 {
        order: 2;
    }

    .bg-gray_card {
        float: left;
    }

    .programs_list .top {
        flex-direction: column;
        float: left;
    }

    .programs_list .top .progress>.bar {
        width: 200px;
    }

    .programs_list .top .progress {
        display: flex;
        flex-direction: column;
        height: auto;
        gap: 10px;
        margin-top: 30px;
        align-items: center;
        text-align: center;
		box-shadow:none !important;
    }

    .programs_list .full-h-7 {
        height: auto;
    }

    .program-page .info {
        width: 100%;
        border-radius: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 7%;
        float: left;
        background-color: transparent;
        padding: 0;
        flex-direction: row;
    }
}


.navbutton {
    padding: 0 25px;
}



#page-totara-program-view #page-content{
    width: 100%;
    margin: 0 auto;
}