﻿.sub-heading {
    font-size: 30px;
    color: #0f8ed8;
    margin-bottom:15px;
    text-align:center;
}
.play-demo-anchor,
.play-demo-anchor:link {
    display: flex;
    height: 55px;
    background-color: #0f8ed8;
    text-decoration: none;
    position: relative;
    padding: 5px 10px 5px 10px;
    min-width: 200px;
    border-radius: 10px;
    color: #fff;
    justify-content: flex-end;
    font-size: 17px;
    transition: all ease 0.3s;
}
.play-demo-anchor .icon-container {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: rgba(15, 142, 216, 1);
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    line-height:1;
    box-shadow: rgba(0,0,0,0.5) 1px 1px 5px;
    transition: all ease 0.3s;
}
.play-demo-anchor .icon-container::before {
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: rgba(15, 142, 216, 0.5);
    z-index: 0;
    border-radius: 100%;
    transition: all ease 0.5s;
}
.play-demo-anchor .icon-container i{
    position:relative;
    z-index:1;
}
.play-demo-anchor .title-container {
    display: flex;
    align-items: center;
    width: calc(100% - 55px);
    justify-content: center;
    text-align:center;
}
.play-demo-anchor:hover {
    background-color: #1283c5;
    transition: all ease 0.3s;
}
.play-demo-anchor:hover .icon-container {
    width: 90px;
    height: 90px;
    left: -35px;
    transition: all ease 0.3s;
}
.play-demo-anchor:hover .icon-container::before {
    width: 115px;
    height: 115px;
    transition: all ease 0.5s;
}
.page-header-section {
    position: relative;
    padding-top: 80px;
    min-height: 400px;
    background-color: #2b3d87;
    background-image: url(../assets/recorded-topics-bg.png);
    background-size: cover;
    background-position: center 0px;
    display: flex;
    margin-top: 60px;
}
.page-header-section > .inner-row{
    padding-top:100px;
    padding-bottom:100px;
}
.page-header-section > .inner-row > .title-col{
    display:inline-flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
.page-header-section > .inner-row > .title-col h1{
    font-size: 46px;
    line-height: 1;
    color: #fff;
    margin-bottom: 0px;
    text-align: center;
}
.page-header-section > .inner-row > .title-col h1 span {
    font-size: smaller;
    color: #c7c7c7;
    font-family: 'Myriad Pro Light';
    margin-bottom: 0px;
    display: block;
}
.page-header-section > .inner-row > .title-col div.specs-holder {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}
.page-header-section > .inner-row > .title-col div.specs-holder .accreditation-holder {
    display: none;
    width: 120px;
    min-width: 120px;
    height: 100px;
    min-height: 75px;
    background-size: 120px 80px;
    background-position: right 15px;
    background-repeat: no-repeat;
}
.page-header-section > .inner-row > .title-col div.specs-holder .accreditation-holder.showLogo {
    display: block;
}
.page-header-section > .inner-row > .title-col div.specs-holder .list-group-holder {
    display: flex;
    flex-direction: column;
    width: auto;
    padding: 0px 0px 20px 0px;
}
.page-header-section > .inner-row > .title-col div.specs-holder > .showLogo + .list-group-holder {
    padding: 0px;
}
.page-header-section > .inner-row > .title-col div.specs-holder .list-group-holder > ul {
    margin:0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width:280px;
}
.page-header-section > .inner-row > .title-col div.specs-holder .list-group-holder > ul:first-child{
    margin-top:20px;
}
.page-header-section > .inner-row > .title-col div.specs-holder .list-group-holder > ul:last-child {
    margin-bottom: 20px;
}
.page-header-section > .inner-row > .title-col div.specs-holder .list-group-holder > ul > li {
    width: 100%;
    color: #fff;
    list-style-type: none;
    min-height: 40px;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.page-header-section > .inner-row > .title-col div.specs-holder .list-group-holder > ul > li:nth-child(1) {
    max-width: 160px;
    color: #bebebe;
    display: none;
}
.page-header-section > .inner-row > .title-col div.specs-holder .list-group-holder > ul > li span {
    color: rgba(249,197,30,1);
    margin: 0px 2px;
}
.page-header-section > .inner-row > .title-col div.specs-holder .list-group-holder > ul > li label {
    border: solid 1px #bebebe;
    color: #fff;
    padding: 1px 10px;
    border-radius: 50px;
    min-height: 30px;
    display: inherit;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0px 2px;
    min-width: 90px;
    font-size: 14px;
}
.page-header-section > .inner-row > .title-col div.specs-holder .list-group-holder > ul > li label.online > a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    transition: all ease 0.3s;
}
.page-header-section > .inner-row > .title-col div.specs-holder .list-group-holder > ul > li label.online {
    background-color: transparent;
    padding: 1px 1px;
    transition: all ease 0.3s;
}
.page-header-section > .inner-row > .title-col div.specs-holder .list-group-holder > ul > li label.online:hover {
    background-color: #fff;
    transition: all ease 0.3s;
}
.page-header-section > .inner-row > .title-col div.specs-holder .list-group-holder > ul > li label.online:hover > a {
    color: black;
    transition: all ease 0.3s;
}
.page-header-section > .inner-row > .title-col div.specs-holder .list-group-holder > ul > li span .fa-star-half-o,
.page-header-section > .inner-row > .title-col div.specs-holder .list-group-holder > ul > li span .fa-star-o {
    color: #bebebe;
}
.enrolled-label {
    display: flex;
    justify-content: center;
    color: #fff;
    margin-top:20px;
}
.enrolled-label span {
    color: #f9c51e;
}
.page-header-section > .inner-row > .cta-col {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.page-header-section > .inner-row > .cta-col .cta-row .price{
    text-align:center;
    margin-bottom:20px;
}
.page-header-section > .inner-row > .cta-col .cta-row .price del {
    display: block;
    font-size: 16px;
    font-family: 'Myriad Pro Light';
    margin: 0px;
    line-height: 1.1;
}
.page-header-section > .inner-row > .cta-col .cta-row .price strong {
    display: block;
    font-size: 40px;
    margin: 0px;
    line-height: 1.1;
    padding-left:0px;
    padding-right:10px;
}
.page-header-section > .inner-row > .cta-col .cta-row .price del::after {
    font-size: 13px;
    font-family: 'Myriad Pro Light';
}
.page-header-section > .inner-row > .cta-col .cta-row .price strong::after {
    font-size: 28px;
    font-family: 'Myriad Pro Light';
}
.page-body-section > .inner-row{
    padding-top:40px;
    padding-bottom:40px;
}
.page-body-section > .inner-row > .overview-col {
        padding: 0px;
        margin-top: -120px;
    }
.page-body-section > .inner-row > .overview-col > .video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40vh;
    min-height: 280px;
    background-size: auto 110% !important;
    background-position: center !important;
    border: solid 5px #fff;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
    margin: 0px auto 20px;
    transition: all ease 1s;
}
.page-body-section > .inner-row > .overview-col > .video-container:hover {
    background-size: auto 130%!important;
    transition: all ease 1s;
}
.page-body-section > .inner-row > .overview-col > .video-container > a {
    display: block;
    width: 128px;
    height: 128px;
    text-decoration: none;
    border-radius: 100px;
    overflow: hidden;
    box-shadow: inset rgba(255, 255,255,0) 0px 0px 10px;
    transition: all ease 0.3s;
}
.page-body-section > .inner-row > .overview-col > .video-container > a:hover {
    box-shadow: inset rgba(255, 255, 255,1) 0px 0px 20px;
    transition: all ease 0.3s;
}
.page-body-section > .inner-row > .overview-col > .video-container > a > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.page-body-section > .inner-row > .overview-col .overview-container{
    text-align:center;
}
.page-body-section > .inner-row > .overview-col .overview-container * {
    font-size: 17px !important;
    color: #2e3336 !important;
}
.page-body-section > .inner-row > .overview-col .objectives-container{}
.page-body-section > .inner-row > .overview-col .objectives-container ul{
    margin:0px;
    padding:0px;
}
.page-body-section > .inner-row > .overview-col .objectives-container ul li {
    list-style-type: none;
    font-size: 17px !important;
    color: #2e3336 !important;
    margin-bottom: 20px;
    padding: 0px;
    font-family: 'Myriad Pro Light' !important;
    border-bottom: dashed 1px #c5c5c5;
    padding-bottom: 10px;
    text-align:center;
}
.page-body-section > .inner-row > .overview-col .recorded-features-container {
}
.page-body-section > .inner-row > .overview-col .recorded-features-container > ul{
    margin:0px;
    padding:0px;
}
.page-body-section > .inner-row > .overview-col .recorded-features-container > ul > li{
    list-style-type:none;
    display:flex;
    flex-wrap:nowrap;
    align-items: center;
    margin-bottom:5px;
}
.page-body-section > .inner-row > .overview-col .recorded-features-container > ul > li .icon-container {
    width: 30px;
    min-width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    color: #0f8ed8;
}
.page-body-section > .inner-row > .overview-col .recorded-features-container > ul > li .feature-text {
    font-family: 'Myriad Pro SemiBold';
    font-size:18px;
}
.page-body-section > .inner-row > .overview-col .certificates-container {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
}
.page-body-section > .inner-row > .overview-col .certificates-container .certificates-container-item {
    padding: 0px 10px 20px;
    width: 210px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #2e3336;
}
.page-body-section > .inner-row > .overview-col .certificates-container .certificates-container-item > .image-holder{
    width:150px;
    height:110px;
    background-color:black;
    box-shadow:rgba(0, 0, 0, 0.15) 0px 1px 3px;
    margin-bottom:10px;
    position:relative;
}
.page-body-section > .inner-row > .overview-col .certificates-container .certificates-container-item > .image-holder.optional::after {
    content: '';
    position:absolute;
    display:block;
    z-index: 1;
    left: -4px;
    bottom: -4px;
    width: 90px;
    height: 90px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../assets/optionalCertificate.svg);
}
.page-body-section > .inner-row > .overview-col .certificates-container .certificates-container-item > .image-holder > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-body-section > .inner-row > .overview-col .certificates-container .certificates-container-item p {
    text-align: center;
    line-height: 1.3;
    font-family: 'Myriad Pro SemiBold';
    font-size:14px;
}
.page-body-section > .inner-row > .overview-col .certificates-container .certificates-container-item p span {
    display: block;
    font-family: 'Myriad Pro Regular';
    color: #0f8ed8;
}
.page-body-section > .inner-row > .topics-col {
    padding: 0px;
}
.page-body-section > .inner-row > .topics-col .topics-container {
    background-color: rgba(255, 255, 255, 0.85);
    border:solid 2px #fff;
    padding: 20px 10px;
    border-radius: 10px;
    display: inline-flex;
    flex-direction:column;
    /*min-height: calc(100% - 50px);*/
    width: 100%;
}
.page-body-section > .inner-row > .topics-col .topics-container .topic-box {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 7px;
}
.page-body-section > .inner-row > .topics-col .topics-container .topic-box > div:not(.course-topics-collapse){
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 6px;
    padding: 0px 10px;
    border-radius: 5px;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
}
.page-body-section > .inner-row > .topics-col .topics-container .topic-box > div.course-topics-collapse > ul {
    margin: 0px;
    padding: 20px;
    background-color: #e4f1f9;
}
.page-body-section > .inner-row > .topics-col .topics-container .topic-box > div.course-topics-collapse > ul > li{
    list-style-type:none;
}
.page-body-section > .inner-row > .topics-col .topics-container .topic-box > div::before,
.page-body-section > .inner-row > .topics-col .topics-container .topic-box > div::after {
    content: '';
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0px;
    border-radius: 5px;
}
.page-body-section > .inner-row > .topics-col .topics-container .topic-box > div::before {
    bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 1px;
}
.page-body-section > .inner-row > .topics-col .topics-container .topic-box > div::after {
    bottom: 3px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px;
}
.page-body-section > .inner-row > .topics-col .topics-container .topic-box > div .toe {
    width: 30px;
    min-width: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 24px;
    color: #0f8ed8;
}
.page-body-section > .inner-row > .topics-col .topics-container .topic-box > div .toe i{
    position:relative;
    top: -5px;
    line-height:1;
}
.page-body-section > .inner-row > .topics-col .topics-container .topic-box > div .topic-title {
    padding: 10px;
    width: calc(100% - 30px);
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-family: 'Myriad Pro SemiBold';
    position: relative;
    z-index: 1;
}

    .page-body-section > .inner-row > .topics-col .topics-container .topic-box > div .topic-lectures {
        padding: 10px 30px;
        width: calc(100% - 30px);
        display: flex;
        align-items: center;
        text-transform: capitalize;
        font-family: 'Myriad Pro SemiBold';
        position: relative;
        z-index: 1;
        font-size: 12px;
        color: #0f8ed8;
        justify-content:space-between
    }

        .page-body-section > .inner-row > .topics-col .topics-container .topic-box > div .topic-lectures span {
            padding: 0 10px;
        }

.page-body-section > .inner-row > .topics-col .total-recorded-duration {
    color: #09212d;
    font-size: 13px;
}
.page-body-section > .inner-row > .topics-col .total-recorded-duration span{
    font-size: 18px;
    font-family: 'Myriad Pro Semibold';
}
.halfs-row > .half-col:nth-child(1) {
    padding: 0px 0px 0px 0px;
}
.halfs-row > .half-col:nth-child(2) {
    padding: 0px 0px 0px 0px;
}
.offers-section {
    position: relative;
    min-height: 100px;
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 0px;
}
.offers-section > .inner-row {
    padding-left: 20px;
    padding-right: 20px;
}
.offers-section .heading {
    font-size: 32px;
    color: #0f8ed8;
    margin-bottom: 0px;
    text-align: center;
}
.offers-section .heading > span {
    display: block;
    font-size: 28px;
    color: #1a1e20;
}
.offers-section .subheading {
    font-size: 28px;
    color: #1a1e20;
    font-family: 'Myriad Pro Regular';
    text-align: center;
    display: block;
}
.offers-section .offer-holder {
    width: 100%;
    max-width: 640px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.offers-section .halfs-row {
    flex-direction: column;
}
.offers-section .offer-holder .offer-image-holder {
    width: 180px;
    min-width: 180px;
    height: 180px;
    border-radius: 15px;
    background-color: #eee;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: solid 3px rgba(255, 255, 255, 0.5);
    box-shadow: rgba(0,0,0,0.15) 0px 1px 10px;
}
.offers-section .offer-holder .offer-image-holder > img {
    width: auto;
    height: 100%;
}
.offers-section .offer-holder .offer-details-holder {
    width: 100%;
    padding: 20px 0px 0px 0px;
}
.offers-section .offer-holder .offer-details-holder h4 {
    font-size: 20px;
    color: #1a1e20;
    text-align: center;
}
.offers-section .offer-holder .offer-details-holder .discount-percentage {
    width: 100%;
    min-width: 180px;
    margin-top: 10px;
    text-align: center;
}
.offers-section .offer-holder .offer-details-holder .discount-percentage span {
    font-size: 80px;
    line-height: 40px;
    color: #0f8ed8;
    font-family: 'Myriad Pro Semibold';
    letter-spacing: 0px;
}
.offers-section .offer-holder .offer-details-holder .discount-percentage span::after {
    content: '%';
    font-size: 60px;
}
.offers-section .offer-holder .offer-details-holder .discount-expiry {
    width: 100%;
    text-align: center;
}
.offers-section .expiryTimer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    direction: ltr;
    align-items: flex-end;
    justify-content: center;
}
.offers-section .expiryTimer > span {
    font-size: 40px;
    font-family: 'Myriad Pro Light';
    display: inline-flex;
    margin-right: 10px;
    line-height: 50px;
}
.offers-section .expiryTimer > span::after {
    content: ':';
    font-size: 20px;
}
.offers-section .expiryTimer > span:last-child {
    font-size: 24px;
    margin-right: 0px;
    line-height: 42px;
}
.offers-section .expiryTimer > span:last-child::after {
    content: '';
}
.offer-decription {
    font-size: 15px;
    color: #5d676c;
    text-align: center;
    padding: 0px 20px;
}
.offers-section .product-info {
    max-width: 460px;
    text-align: center;
}
.offers-section .product-info ul {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin: 0px 0px 10px;
    padding: 0px;
}
.offers-section .product-info ul li {
    list-style-type: none;
    width: 50%;
    min-height: 35px;
    display: inline-flex;
    align-items: flex-end;
    border-bottom: solid 1px #eee;
    font-size: 15px;
    color: #2e3336;
}
.offers-section .product-info ul li label {
    display: inline-flex;
    margin: 2px 2px;
    padding: 2px 10px;
    border: solid 1px #85939a;
    border-radius: 50px;
    min-width: 70px;
    justify-content: center;
    font-size: 12px;
}
.offers-section .product-info ul li.price {
    font-size: 21px;
}
.offers-section .product-info ul li.price del {
    color: #85939a;
    font-size: 17px;
}
.offers-section .product-info ul li.price::after {
    font-size: 14px;
}
.subscription-form {
    min-width: 100%;
    display: inline-flex;
    flex-direction: row;
    max-width: 0px;
    flex-wrap: nowrap;
    justify-content: center;
}
.subscription-form .dark-input {
    min-height: 48px;
    width: 100%;
    max-width: 240px;
    margin: 0px 5px 0px 0px;
    border-radius: 5px;
    border: solid 2px #d6e2e8;
    outline: none !important;
    padding: 0px 10px;
    background-color: rgba(214, 226, 232, 1);
    transition: all ease 0.3s;
}
.subscription-form .dark-input:focus {
    background-color: rgba(214, 226, 232, 0);
    transition: all ease 0.3s;
}
.share-holder {
    min-width: 300px;
    min-height: 80px;
    border-top: solid 1px #d6e2e8;
    border-right: solid 1px #d6e2e8;
    border-left: solid 1px #d6e2e8;
    border-radius: 14px 14px 0px 0px;
    margin-top: 30px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.send-newsletter-button {
    background-image: url(../assets/footer-email-icon.svg);
    background-size: 32px;
    background-position: center;
    background-repeat: no-repeat;
}
.send-newsletter-button:hover {
    background-color: rgba(15,142,216,1);
}
body.rtl-body .page-header-section > .inner-row > .title-col h1{
    line-height:1.3;
}

.st-btn > span {
    display: none !important;
}

.st-btn {
    min-width: unset !important;
    display: inline-block !important;
}

@media only screen and (min-width:426px) {
    .page-header-section > .inner-row > .title-col div.specs-holder .list-group-holder > ul > li {
        width: 50%;
    }
    .page-header-section > .inner-row > .title-col div.specs-holder .list-group-holder > ul > li:nth-child(1) {
        display: inline-flex;
        justify-content: flex-end;
        text-align: right;
        padding: 0px 10px 0px 0px;
    }
    .page-header-section > .inner-row > .title-col div.specs-holder .list-group-holder > ul > li:nth-child(2) {
        justify-content: flex-start;
    }
}
@media only screen and (min-width:576px) {
    .page-body-section > .inner-row > .overview-col > .video-container {
        min-height: 360px;
    }
}
@media only screen and (min-width:768px) {
    .page-header-section > .inner-row > .title-col h1 {
        font-size: 51px;
    }
    .page-header-section > .inner-row > .cta-col .cta-row {
        min-width: 360px;
    }
    .offers-section .halfs-row {
        flex-direction: row;
    }
}
@media only screen and (min-width:992px) {
    .page-header-section {
        margin-top: 0px;
    }
    .page-header-section > .inner-row {
        padding-top:90px;
        padding-bottom: 50px;
    }
    .page-header-section > .inner-row > .title-col {
        align-items: flex-start;
    }
    .page-header-section > .inner-row > .title-col h1 {
        font-size: 56px;
        text-align:left;
    }
    .page-header-section > .inner-row > .title-col div.specs-holder .list-group-holder > ul > li:nth-child(1) {
        justify-content: flex-start;
        text-align: left;
    }
    .page-header-section > .inner-row > .cta-col {
        justify-content: flex-end;
    }
    .page-header-section > .inner-row > .cta-col .cta-row .price del,
    .page-header-section > .inner-row > .cta-col .cta-row .price strong {
        text-align: left;
    }

    .page-body-section > .inner-row{
        flex-direction:row-reverse;
    }
    .page-body-section > .inner-row > .overview-col{
        padding:0px 0px 0px 20px;
    }
    .page-body-section > .inner-row > .overview-col > .video-container{
        margin:0px 0px 20px auto;
    }
    .page-body-section > .inner-row > .overview-col .objectives-container ul li{
        text-align:left;
    }
    .page-body-section > .inner-row > .topics-col {
        padding: 0px 20px 0px 0px;
    }

    .halfs-row > .half-col:nth-child(1) {
        padding: 0px 15px 0px 0px;
    }
    .halfs-row > .half-col:nth-child(2) {
        padding: 0px 0px 0px 15px;
    }
    .halfs-row > .half-col .subheading {
        margin-bottom: 10px;
    }

    .page-body-section > .inner-row > .overview-col .overview-container {
        text-align: left;
    }
    .enrolled-label{
        justify-content:flex-start;
        margin-top:0px;
    }
}
@media only screen and (min-width:1200px) {
    .page-header-section > .inner-row > .title-col h1 {
        font-size: 62px;
    }
}
