@font-face {
    font-family: "Droid Arabic Kufi";
    src: url('../font/Droid.Arabic.Kufi_DownloadSoftware.iR_.ttf') format('ttf'),
        font-family: 'Droid Arabic Kufi';
    src: url('../font/DroidArabicKufi.woff2') format('woff2'),
        url('../font/DroidArabicKufi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ExpoArabicMedium";
    src: url('../font/ExpoArabicMedium.ttf') format('ttf'),
        url('../font/ExpoArabicMedium.ttf') format('ttf');
}
@font-face {
    font-family: "ExpoArabicBold";
    src: url('../font/ExpoArabicBold.ttf') format('ttf'),
        url('../font/ExpoArabicBold.ttf') format('ttf');
}




@font-face {
    font-family: "Dubai";
    src: url('../font/Dubai-Medium.ttf') format('ttf'),
        url('../font/Dubai-Medium.ttf') format('ttf');
}

body,
html {
    background: #F5EFE7 !important;
}

html[dir="ltr"] body * {
    /* font-family: "Dubai"; */
}

html[dir="rtl"] body * {
    font-family: "Droid Arabic Kufi";
}
h1,h2,h3,h4,h5,h6{
 /*font-family:"ExpoArabicBold" !important; */
}
.login__wrapper {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    background-color: #F5EFE7;
    position: relative;
    padding-right: 25px;
    background-size: cover;
    background-position: center;
    background-image: url('../images/login_bg.jpg');
}

.login__wrapper .login__media {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.login__wrapper .login__media>img {
    max-width: 640px;
}

.login__wrapper .login__container {
    padding-top: 35px;
    padding-bottom: 35px;
    z-index: 999;
}

.login__wrapper .login__box {
    background-color: #fff;
    border-radius: 10px;
    min-width: 550px;
    min-height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
}

.login__wrapper .login__box .login_btn {
    float: left;
    width: 100%;
    max-width: 425px;
}

.login__wrapper .login__box form {
    width: 100%;
    max-width: 800px;
}

.login__wrapper .login__box form .group__submit {
    display: -ms-flexbox;
    display: flex; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}

.login__wrapper .login__box form .group__submit>button {
    width: 100%;
    height: 55px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #AE8439;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    font-weight: 500;
    outline: none;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    border: 0px;
}

.login__wrapper .login__box form .group__submit>button:hover {
    opacity: .7;
}

.login__wrapper .login__box form .remember__me {
    margin-top: 25px;
    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;
}

.login__wrapper .login__box form .remember__me>a {
    font-size: 12px;
    line-height: 14px;
    color: #000;
    text-decoration: none;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}

.login__wrapper .login__box form .remember__me>a:hover {
    opacity: .7;
}

.login__wrapper .login__box form .group__input {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

html[dir=ltr] .login__wrapper .login__box form .group__input>.spacer {
    position: absolute;
    left: 43px;
    height: 27px;
    min-width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #D1CDBD;
}

html[dir=rtl] .login__wrapper .login__box form .group__input>.spacer {
    position: absolute;
    right: 43px;
    height: 27px;
    min-width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #D1CDBD;
}

html[dir=ltr] .login__wrapper .login__box form .group__input>input {
    width: 100%;
    height: 55px;
    padding-left: 55px;
/*    background: #E1DDD0; */
    border-radius: 3px;
    outline: none;
    border: 0px;
    color: #000;
    font-size: 14px;
    line-height: 17px;
}
html[dir=rtl] .login__wrapper .login__box form .group__input>input {
    width: 100%;
    height: 55px;
    padding-right: 55px;
   /* background: #E1DDD0; */
    border-radius: 3px;
    outline: none;
    border: 0px;
    color: #000;
    font-size: 14px;
    line-height: 17px;
}
html[dir=ltr] .login__wrapper .login__box form .group__input>input.email__input {
    background: url("../images/mail.svg");
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: left 15px bottom 20px !important;
    background-position: 15px center;
    background-color: #F0F0F0 !important;
}
html[dir=rtl] .login__wrapper .login__box form .group__input>input.email__input {
    background: url("../images/mail.svg");
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: right 15px bottom 20px !important;
    background-position: 15px center;
    background-color: #F0F0F0 !important;
}

html[dir=ltr] .login__wrapper .login__box form .group__input>input.password__input {
    background: url("../images/pass.svg");
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: left 15px bottom 20px !important;
    background-position: 15px center;
    background-color: #F0F0F0 !important;
}

html[dir=rtl] .login__wrapper .login__box form .group__input>input.password__input {
    background: url("../images/pass.svg");
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: right 15px bottom 20px !important;
    background-position: 15px center;
    background-color: #F0F0F0 !important;
}


.login__wrapper .login__box form>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 35px;
    justify-content: center;
}

.login__wrapper .login__box form>h6 {
    margin: 0px;
    margin-bottom: 35px;
    font-size: 19px;
    line-height: 27px;
    color: #113F6B;
    font-weight: 500;
}

.container__check {
    display: block;
    position: relative;
    padding-left: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 12px;
    color: #4e4e4e;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
}

/* Hide the browser's default checkbox */
.container__check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: static;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    top: 0;
    left: 0;
    min-height: 11px;
    max-height: 11px;
    min-width: 11px;
    max-width: 11px;
    border-radius: 250px;
    background-color: #D9D9D9;
    margin-right: 7px;
}

/* When the checkbox is checked, add a blue background */
.container__check input:checked~.checkmark {
    background-color: #AE8439;
}

.breadcrumbs__block .container,
footer .container {
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 1680px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

header .outer__header {
    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;
    position: relative;
    padding: 25px 24px;
    padding-left: 14px;
    background: #F8F8F8;
    border-radius: 10px;
}

header .outer__header .search__wrapper form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

header .outer__header .search__wrapper form>button {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border: 0px;
    background-color: transparent;
}

header .outer__header .search__wrapper form>span {
    position: absolute;
    left: 47px;
    height: 23px;
    width: 1px;
    background-color: #E1E9F0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

header .outer__header .search__wrapper form>input {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E1DDD0;
    border-radius: 30px;
    height: 50px;
    padding-left: 60px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    outline: none;
    border: 0px;
}

header .outer__header>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    z-index: 2;
}

header .outer__header>a img {
    max-width: 95px;
}

header .outer__header .profile {
    position: relative;
    z-index: 2;
}

header .outer__header .profile>a {
    background: #E1DDD0;
    border-radius: 60px;
    padding-left: 5px;
    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;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    color: #2E2E2E;
    font-weight: 400;
    position: relative;
    min-width: 170px;
    min-height: 50px;
    padding-right: 35px;
}

header .outer__header .profile>a>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 13px;
}

header .outer__header .profile>a>span>img {
    min-width: 39px;
    max-width: 39px;
    border-radius: 250px;
    border: 1px solid #FFFFFF;
}

header .outer__header .profile>a>img {
    position: absolute;
    right: 14px;
}

header .outer__header .search__wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 445px;
}

footer .outer__footer {
    padding: 25px;
    background: #F8F8F8;
    /* border-radius: 10px 10px 0px 0px; */
    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;
}

footer .outer__footer>p {
    margin: 0px;
    font-size: 14px;
    line-height: 21px;
    color: #2E2E2E;
}

.page-footer>ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto;
}

.page-footer>ul>li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 15px;
}

.page-footer>ul>li>a {
    text-decoration: none;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}

.page-footer>ul>li>a img {
    position: relative;
    top: 4px;
}

.page-footer>ul>li>a:hover {
    opacity: .7;
}

.page-footer>ul>li:last-child {
    margin-right: 0px;
}

.main__box {
    /* padding-top: 30px;*/
    /*margin-bottom: 30px;*/
}

.main__box .outer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

body.pagelayout-course .main__left {
    width: 100%;
    /* margin-right: 15px; */
}

body.pagelayout-course .main__left .give__feedback {
    padding: 64px 15px;
    border-radius: 10px;
    background: #AE8439;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-image: url('../images/feedback_round.svg');
}

/* body.pagelayout-course .main__left .give__feedback:before {
	content: url('../images/feedback_left.svg');
    }
    body.pagelayout-course .main__left .give__feedback:after {
	content: url('../images/feedback_right.svg');
} */
body.pagelayout-course .main__left .give__feedback>h2 {
    margin-top: 0px;
    margin-bottom: 7px;
    font-size: 30px;
    line-height: 34px;
    color: white;
    font-weight: 600;
}

.course__about>.elem__about h1,
.course__about>.elem__about h2,
.course__about>.elem__about h3,
.course__about>.elem__about h4,
.course__about>.elem__about h5,
.course__about>.elem__about h6 {
    font-size: 20px;
    line-height: 31px;
    font-weight: 600;
}

body.pagelayout-course .main__left .give__feedback>p {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
    color: white;
}

body.pagelayout-course .main__left .give__feedback>a {
    min-height: 55px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 195px;
    padding-left: 15px;
    padding-right: 15px;
    background: #17253C;
    -webkit-box-shadow: 0px 4px 4px rgba(190, 152, 52, 0.4);
    box-shadow: 0px 4px 4px rgba(190, 152, 52, 0.4);
    border-radius: 70px;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    font-size: 16px;
    line-height: 24px;
    color: white !important;
    font-weight: 600;
    text-decoration: none;
}

body.pagelayout-course .main__left .give__feedback>a:hover {
    opacity: .7;
}

body.pagelayout-course .main__left .course__about>.elem__about ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    margin-bottom: 15px;
}

body.pagelayout-course .main__left .course__about>.elem__about ul:last-child {
    margin-bottom: 0px;
}

body.pagelayout-course .main__left .course__about>.elem__about p {
    margin: 0px;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 15px;
}

.course__about>.elem__about ul>li {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: disc outside none;
    display: list-item;
}

body.pagelayout-course .main__left .article {
    padding-top: 30px;
    padding-right: 35px;
    padding-bottom: 35px;
    padding-left: 45px;
    background: #17253C;
    border-radius: 10px;
    margin-bottom: 20px;
}

body.pagelayout-course .main__left .article .article__bottom .article__time {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #AE8439;
    border-radius: 60px;
}

body.pagelayout-course .main__left .article .article__bottom .article__time>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

body.pagelayout-course .main__left .article .article__bottom .article__time>p {
    margin: 0 10px;
    font-size: 14px;
    line-height: 21px;
    color: white;
    font-weight: 400;
}

body.pagelayout-course .main__left .article .article__main {
    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;
    margin-top: 25px;
    margin-bottom: 25px
}

body.pagelayout-course .main__left .article .article__main .article__desc, body.pagelayout-incourse .main__left .article .article__main .article__desc {
    max-width: 600px;
}

body.pagelayout-course .main__left .article .article__main .article__desc>h2, body.pagelayout-incourse .main__left .article .article__main .article__desc>h2 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 31px;
    font-weight: 500;
    color: white;
}

body.pagelayout-course .main__left .article .article__main .article__desc>p, body.pagelayout-incourse .main__left .article .article__main .article__desc>p {
    margin: 0px;
    font-size: 14px;
    line-height: 21px;
    color: #2E2E2E;
    font-weight: 400;
}

body.pagelayout-course .main__left .article .article__main .article__media {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

body.pagelayout-course .article .article__main .article__media>img {
    max-width: 265px;
}

body.pagelayout-course .main__left .article .article__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;
}

body.pagelayout-course .main__left .article .article__top .tags__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;

}
html[dir="rtl"] body.pagelayout-course .main__left .article .article__top .tags__wrapper>.elem__tag {
 margin-left: 15px;
}
html[dir="ltr"] body.pagelayout-course .main__left .article .article__top .tags__wrapper>.elem__tag {
 margin-right: 15px;
}
body.pagelayout-course .main__left .article .article__top .tags__wrapper>.elem__tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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: #F8F8F8;
    border-radius: 60px;
    padding: 5px 6px;
    padding-right: 14px;
    font-weight: 600;
}

body.pagelayout-course .main__left .article .article__top .tags__wrapper>.elem__tag>span.activity {
    background-color: #AE8439;
}

body.pagelayout-course .main__left .article .article__top .tags__wrapper>.elem__tag>span.grade {
    background-color: #113F6B;
}

body.pagelayout-course .main__left .article .article__top .tags__wrapper>.elem__tag:last-child {
    margin-right: 0px;
}

body.pagelayout-course .main__left .article .article__top>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    color: #1E1E1E;
    font-weight: 400;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}

body.pagelayout-course .main__left .article .article__top>a:hover {
    opacity: .7;
}

body.pagelayout-course .main__left .article .article__top>a>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 5px;
}

body.pagelayout-course .main__right {
/*    min-width: 450px;
    max-width: 450px; */
}
.elem__about{
padding:20px !important; 
}
body.pagelayout-incourse .main__left {
    width: 100%;
    /* margin-right: 15px; */
}

body.pagelayout-incourse .main__left .give__feedback {
    padding: 64px 15px;
    border-radius: 10px;
    background: #AE8439;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-image: url('../images/feedback_round.svg');
}

body.pagelayout-incourse .main__left .give__feedback>h2 {
    margin-top: 0px;
    margin-bottom: 7px;
    font-size: 30px;
    line-height: 34px;
    color: white;
    font-weight: 600;
}

body.pagelayout-incourse .main__left .course__about>.elem__about .text_to_html>div>h1,
body.pagelayout-incourse .main__left .course__about>.elem__about .text_to_html>div>h2,
body.pagelayout-incourse .main__left .course__about>.elem__about .text_to_html>div>h3,
body.pagelayout-incourse .main__left .course__about>.elem__about .text_to_html>div>h4,
body.pagelayout-incourse .main__left .course__about>.elem__about .text_to_html>div>h5,
body.pagelayout-incourse .main__left .course__about>.elem__about .text_to_html>div>h6 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 31px;
    color: #2e2e2e;
    font-weight: 600;
}

body.pagelayout-incourse .main__left .give__feedback>p {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
    color: white;
}

body.pagelayout-incourse .main__left .give__feedback>a {
    min-height: 55px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 195px;
    padding-left: 15px;
    padding-right: 15px;
    background: #17253C;
    -webkit-box-shadow: 0px 4px 4px rgba(190, 152, 52, 0.4);
    box-shadow: 0px 4px 4px rgba(190, 152, 52, 0.4);
    border-radius: 70px;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    font-size: 16px;
    line-height: 24px;
    color: white !important;
    font-weight: 600;
    text-decoration: none;
}

body.pagelayout-incourse .main__left .give__feedback>a:hover {
    opacity: .7;
}

body.pagelayout-incourse .main__left .course__about {
    padding-top: 20px;
    padding-left: 25px;
  /*  padding-bottom: 50px; */
    padding-right: 25px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-bottom: 23px;
    border-radius: 10px;
}

body.pagelayout-incourse .main__left .course__about>.elem__about {
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #EDECEB;
}

body.pagelayout-incourse .main__left .course__about>.elem__about:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
}

body.pagelayout-incourse .main__left .course__about>.elem__about ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    margin-bottom: 15px;
}

body.pagelayout-incourse .main__left .course__about>.elem__about ul:last-child {
    margin-bottom: 0px;
}

body.pagelayout-incourse .main__left .course__about>.elem__about p {
    margin: 0px;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 15px;
}

body.pagelayout-incourse .main__left .course__about>.elem__about ul>li {
    font-size: 13px;
    line-height: 21px;
    color: #2e2e2e;
    margin-bottom: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: disc outside none;
    display: list-item;
    margin-left: 1em;
}

body.pagelayout-incourse .main__left .course__about>.elem__about ul>li>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 10px;
    max-width: 10px;
    min-height: 10px;
    max-height: 10px;
    border-radius: 250px;
    background-color: #AE8439;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

body.pagelayout-incourse .main__left .course__about>.elem__about ul>li:last-child {
    margin-bottom: 0px;
}

body.pagelayout-incourse .main__left .course__about>.elem__about>p {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 21px;
    color: #2E2E2E;
}

body.pagelayout-incourse .main__left .course__about>.elem__about>p:last-child {
    margin-bottom: 0px;
}

body.pagelayout-incourse .main__left .course__about>.elem__about>h6 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 31px;
    color: #2E2E2E;
    font-weight: 500;
}

body.pagelayout-incourse .main__left .article {
    padding-top: 30px;
    padding-right: 35px;
    padding-bottom: 35px;
    padding-left: 45px;
    background: #17253C;
    border-radius: 10px;
    margin-bottom: 20px;
}

body.pagelayout-incourse .main__left .article .article__bottom .article__time {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 9px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #AE8439;
    border-radius: 60px;
}

body.pagelayout-incourse .main__left .article .article__bottom .article__time>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 5px;
}

body.pagelayout-incourse .main__left .article .article__bottom .article__time>p {
    margin: 0px;
    font-size: 14px;
    line-height: 21px;
    color: white;
    ;
    font-weight: 400;
}

body.pagelayout-incourse .main__left .article .article__main {
    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;
    margin-top: 25px;
    margin-bottom: 25px
}

body.pagelayout-incourse .main__left .article .article__main .article__media {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

body.pagelayout-incourse .article .article__main .article__media>img {
    max-width: 265px;
}

body.pagelayout-incourse .main__left .article .article__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;
}

body.pagelayout-incourse .main__left .article .article__top .tags__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

body.pagelayout-incourse .main__left .article .article__top .tags__wrapper>.elem__tag {
    margin-right: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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: #F8F8F8;
    border-radius: 60px;
    padding: 5px 6px;
    padding-right: 14px;
}

body.pagelayout-incourse .main__left .article .article__top .tags__wrapper>.elem__tag>p, body.pagelayout-course .main__left .article .article__top .tags__wrapper>.elem__tag>p {
    margin: 0px;
    padding: 10px;
    font-size: 14px;
    line-height: 17px;
    color: #2E2E2E;
}

body.pagelayout-incourse .main__left .article .article__top .tags__wrapper>.elem__tag>span, body.pagelayout-course .main__left .article .article__top .tags__wrapper>.elem__tag>span{
    border-radius: 250px;
    min-height: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    font-weight: 500;

}

body.pagelayout-incourse .main__left .article .article__top .tags__wrapper>.elem__tag>span, body.pagelayout-course .main__left .article .article__top .tags__wrapper>.elem__tag>span{
	margin: 0 10px;
}

body.pagelayout-incourse .main__left .article .article__top .tags__wrapper>.elem__tag>span.activity, body.pagelayout-course .main__left .article .article__top .tags__wrapper>.elem__tag>span.activity{
	padding: 0 13px;
    background-color: #AE8439;
}

body.pagelayout-incourse .main__left .article .article__top .tags__wrapper>.elem__tag>span.grade {
    background-color: #113F6B;
}

body.pagelayout-incourse .main__left .article .article__top>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    color: #1E1E1E;
    font-weight: 400;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}

body.pagelayout-incourse .main__left .article .article__top>a:hover {
    opacity: .7;
}

body.pagelayout-incourse .main__left .article .article__top>a>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 5px;
}

body.pagelayout-incourse .main__right {
    min-width: 450px;
    max-width: 450px;
}

.course__wrapper {
    padding-top: 25px;
    padding-right: 23px;
    padding-left: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.course__wrapper>.course__progress {
    min-width: 8px;
    margin-right: 23px;
    position: relative;
}

.course__wrapper>.course__progress>span {
    height: calc(100% - 80px);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 25px;
    width: 1px;
    background-color: #E1DDD0;
}

.course__wrapper>.course__progress>span>span {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background-color: green;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

body.pagelayout-course .main__right .course__wrapper .course__elem {
    background-color: #FFFFFF;
    border-radius: 3px;
    position: relative;
    width: 100%;
}

body.pagelayout-course .main__right .course__wrapper .course__elem:last-child:after {
    position: absolute;
    content: "";
    left: -28px;
    width: 3px;
    height: calc(100% - 15px);
    background-color: #F8F8F8;
    bottom: 0px;
}

body.pagelayout-incourse .main__right .course__wrapper .course__elem {
    background-color: #FFFFFF;
    border-radius: 3px;
    position: relative;
    width: 100%;
}

body.pagelayout-incourse .main__right .course__wrapper .course__elem:last-child:after {
    position: absolute;
    content: "";
    left: -28px;
    width: 3px;
    height: calc(100% - 15px);
    background-color: #F8F8F8;
    bottom: 0px;
}

.course__wrapper .course__grid .section-group .section .allpagination .course__active .allsectionnames :before {
    content: "";
    position: absolute;
    left: -27.5px;
    width: 1px;
    /*background-color: #AE8439;*/
    height: calc(100%);
    bottom: -35px;
}

.course__wrapper .section-group .section-default .course__active:before {
    background: url("../images/courseactive.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

body.pagelayout-course .main__right .course__wrapper .course__elem:before {
    content: "";
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
    position: absolute;
    left: -39px;
    background: url("../images/courseinactive.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 250px;
    top: 15px;
    background-position: center;
    background-color: #fff;
    z-index: 2;
}

body.pagelayout-incourse .main__right .course__wrapper .course__elem:before {
    content: "";
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
    position: absolute;
    left: -39px;
    background: url("../images/courseinactive.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 250px;
    top: 15px;
    background-position: center;
    background-color: #fff;
    z-index: 2;
}

.course__wrapper .section-group .section-default:before {
    content: "";
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
    position: absolute;
    left: -39px;
    background: url("../images/courseinactive.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 250px;

    background-position: center;
    background-color: #fff;
    z-index: 2;
}

.course__wrapper .section-group .course__active:before {
    background: url("../images/courseactive.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.course__wrapper .section-group .course__active .module-navigation-section-heading:before {
    content: "";
    position: absolute;
    left: -27.5px;
    width: 1px;
    background-color: #AE8439;
    height: calc(100%);
    bottom: -10px;
}

.block_course_modulenavigation .course__wrapper {
    width: 100%;
    background: #ffffff;
    margin-bottom: 10px;
    border-radius: 0 0 10px 10px;
}

.block.block_course_modulenavigation .section-group .section {
    background: #F5EFE7 !important;
    margin-bottom: 0;
}

.course__wrapper .section-group .course__active .module-navigation-section-heading:last-child::after {

    bottom: 0px;
}

body.pagelayout-course .main__right .course__wrapper .course__elem.active .course__header>span {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

body.pagelayout-course .main__right .course__wrapper .course__elem .course__header {
    cursor: pointer;
}

body.pagelayout-course .main__right .course__wrapper .course__elem .course__header>span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

body.pagelayout-course .main__right .course__wrapper .course__elem .course__content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 16px;
}

body.pagelayout-course .main__right .course__wrapper .course__elem .course__content>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #F8F5ED;
    border-radius: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
    color: #575555;
    font-weight: 400;
    padding: 3px 7px;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body.pagelayout-course .main__right .course__wrapper .course__elem .course__content>a:hover {
    opacity: .7;
}

body.pagelayout-course .main__right .course__wrapper .course__grid .course__elem .course__content>a span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 5px;
}

body.pagelayout-course .main__right .course__wrapper .course__grid .course__elem .course__content>p {
    margin-top: 0px;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 16px;
    color: #575555;
}

body.pagelayout-course .main__right .course__wrapper .course__grid .course__elem .course__header {
    padding: 12px 20px;
    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;
}

body.pagelayout-course .main__right .course__wrapper .course__elem .course__header h6 {
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    color: #2E2E2E;
    font-weight: 500;
}

body.pagelayout-course .main__right .course__wrapper .course__elem .course__header>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    margin-left: 10px;
}

body.pagelayout-course .main__right .course__wrapper .course__elem:last-child {
    margin-bottom: 0px;
}

body.pagelayout-incourse .main__right .course__wrapper .course__elem.active .course__header>span {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

body.pagelayout-incourse .main__right .course__wrapper .course__elem .course__header {
    cursor: pointer;
}

body.pagelayout-incourse .main__right .course__wrapper .course__elem .course__header>span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

body.pagelayout-incourse .main__right .course__wrapper .course__elem .course__content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 16px;
}

body.pagelayout-incourse .main__right .course__wrapper .course__elem .course__content>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #F8F5ED;
    border-radius: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
    color: #575555;
    font-weight: 400;
    padding: 3px 7px;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body.pagelayout-incourse .main__right .course__wrapper .course__elem .course__content>a:hover {
    opacity: .7;
}

body.pagelayout-incourse .main__right .course__wrapper .course__grid .course__elem .course__content>a span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 5px;
}

body.pagelayout-incourse .main__right .course__wrapper .course__grid .course__elem .course__content>p {
    margin-top: 0px;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 16px;
    color: #575555;
}

body.pagelayout-incourse .main__right .course__wrapper .course__grid .course__elem .course__header {
    padding: 12px 20px;
    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;
}

body.pagelayout-incourse .main__right .course__wrapper .course__elem .course__header h6 {
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    color: #2E2E2E;
    font-weight: 500;
}

body.pagelayout-incourse .main__right .course__wrapper .course__elem .course__header>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    margin-left: 10px;
}

body.pagelayout-incourse .main__right .course__wrapper .course__elem:last-child {
    margin-bottom: 0px;
}

.block_course_modulenavigation .head__course,
.block_facilitator_list .head__course,
.block_news_items .head__course {
    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: 14px 13px;
    background: #113F6B;
    border-radius: 10px 10px 0px 0px;
}

.block_course_modulenavigation .head__course>span,
.block_facilitator_list .head__course>span,
.block_news_items .head__course>span {
    padding: 5px 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 30px;
    background: #AE8439;
    border-radius: 50px;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    font-weight: 400;
}

.block_course_modulenavigation .head__course>h6,
.block_facilitator_list .head__course>h6,
.block_news_items .head__course>h6 {
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px !important;
    line-height: 31px;
    color: #FFFFFF;
    font-weight: 500;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.block_course_modulenavigation .head__course>h6 span,
.block_facilitator_list .head__course>h6 span,
.block_news_items .head__course>h6 span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 13px;
}

.core__forgotpassword{
margin-top:50px !important;
margin-bottom:50px !important;
}

@media (max-width: 1640px) {
    .login__wrapper .login__box {
        min-width: 800px;
	padding: 50px 40px 40px 30px;
    }

    .login__wrapper .login__media>img {
        max-width: 480px;
    }
}

@media (max-width: 1440px) {
    .main__box .outer__main .main__right {
        min-width: 380px;
        max-width: 380px;
    }
}

@media (max-width: 1200px) {
    .main__box .outer__main .main__left .course__about {
        padding: 35px 30px;
    }

    .main__box .outer__main .main__left .article .article__main {
        margin-top: 30px;
    }

    .main__box .outer__main .main__left .article .article__main .article__media>img {
        max-width: 200px;
    }

    .main__box .outer__main .main__left .article {
        padding-left: 20px;
        padding-right: 20px;
    }

    .login__wrapper>img {
        max-width: 140px;
    }

    .login__wrapper .login__box {
        min-width: 440px;
    }

    .login__wrapper .login__media>img {
        max-width: 380px;
    }
}

@media (max-width: 1040px) {
    .main__box .outer__main .main__right .course__wrapper {
        padding-top: 35px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .main__box .outer__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .main__box .outer__main .main__right {
        min-width: 0px;
        max-width: 100%;
        width: 100%;
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    header .outer__header>a img {
        max-width: 145px;
    }

    footer .outer__footer {
        padding: 15px;
    }

    header .outer__header {
        padding: 15px;
    }

    header .outer__header .search__wrapper {
        max-width: 360px;
    }

    header .outer__header .profile>a {
        font-size: 0px;
    }

    header .outer__header .profile>a {
        min-width: 0px;
    }

    header .outer__header .profile>a>span {
        margin-right: 0px;
    }

    .login__container {
        position: relative;
    }

    .login__wrapper .login__media>img {
        max-width: 290px;
    }

    .login__wrapper .login__container {
        padding-bottom: 0px;
    }

    .login__wrapper .login__box {
        min-width: 100%;
        max-width: 440px;
    }

    .login__wrapper .login__box form>h6 {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .login__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 25px 15px;
    }

    .login__wrapper .login__box form .group__submit {
        margin-top: 35px;
    }

    .main__box .outer__main .main__left {
        margin-right: 0px;
    }
}

/*Sujana*/
@media only screen and (max-width: 1400px) {
    .totaraNav_prim {
        padding-bottom: 75px !important;

    }

    .totaraNav_prim .search__wrapper {
        /*max-width: 100% !important;*/
        width: calc(100% - 30px) !important;
        bottom: 15px !important;
        /*top: auto !important;*/
        -webkit-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
    }


}

@media (max-width: 767px) {
    .main__box .outer__main .main__left .article .article__main .article__desc>h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .main__box .outer__main .main__left .article {
        padding: 20px 15px;
    }

    .block_course_modulenavigation .head__course>h6 {
        font-size: 18px;
    }

    .block_course_modulenavigation .head__course>h6>span {
        margin-right: 7px;
    }

    .block_course_modulenavigation .head__course>h6>span img {
        max-width: 34px;
    }

    /*header .outer__header > a img {
        max-width: 130px;
    }*/
    .totaraNav_prim .masthead_logo--header_img {
        max-width: 130px !important;
    }

    .totaraNav_prim {
        padding-bottom: 75px !important;

    }

    header .outer__header {
        padding-bottom: 75px;
    }

    .totaraNav_prim .search__wrapper {
        /*max-width: 100% !important;*/
        width: calc(100% - 30px) !important;
        bottom: 15px !important;
        /*top: auto !important;*/
        -webkit-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
        left: 50% !important;
    }

    .totaraNav_prim .search__wrapper form>input {
        height: 45px;
    }

    .main__box .outer__main .main__left .give__feedback {
        padding: 34px 15px;
    }

    .main__box .outer__main .main__left .give__feedback>h2 {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (max-width: 640px) {
    .main__box .outer__main .main__left .course__about {
        padding: 20px 15px;
    }

    .main__box .outer__main .main__left .course__about>.elem__about>h6 {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 8px;
    }

    .main__box .outer__main .main__left .course__about>.elem__about {
        padding-bottom: 14px;
        margin-bottom: 14px;
    }

    .main__box .outer__main .main__left .article .article__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;








    }

    .main__box .outer__main .main__left .article .article__top>a {
        margin-bottom: 10px;
    }

    .main__box .outer__main .main__left .article .article__main {
        margin-top: 20px;
    }

    .main__box .outer__main .main__left .article .article__top .tags__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -7px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .main__box .outer__main .main__left .article .article__top .tags__wrapper>.elem__tag {
        margin: 5px 7px;
    }

    .main__box .outer__main .main__left .article .article__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main__box .outer__main .main__left .article .article__main .article__desc {
        margin-right: 0px;
        margin-bottom: 25px;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .block_course_modulenavigation .head__course>span {
        padding: 3px 10px;
        min-height: 24px;
        font-size: 11px;
    }

    .block_course_modulenavigation .head__course>h6 {
        font-size: 16px;
    }

    .block_course_modulenavigation .head__course>h6>span img {
        max-width: 28px;
    }

    footer .outer__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    footer .outer__footer>p {
        margin-top: 10px;
    }

    .login__wrapper .login__box form>a img {
        max-width: 140px;
    }

    .login__wrapper .login__media>img {
        max-width: 200px;
    }

    .login__wrapper .login__box form .group__submit {
        margin-top: 25px;
    }
}

/*Sujana*/

.totaraNav_prim .masthead_logo--header_img {
    width: 400px !important;
    height: auto !important;
}

.totaraNav_prim {
    background: #F8F8F8 !important;
    border-radius: 10px !important;

}

.totaraNav {
    border-radius: 10px !important;
    box-shadow: unset !important;
}

.totaraNav_prim .search__wrapper {

    position: absolute;
    left: 58%;
    top: 53%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 445px;

}

.totaraNav_prim form {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

nav.totaraNav_prim.container-fluid {
    background: #fff !important;
}

.totaraNav_prim .search__wrapper form>button {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border: 0px;
    background-color: transparent;
    cursor: pointer;

}

.totaraNav_prim .search__wrapper form>button:hover {
    box-shadow: unset !important;
}

.totaraNav_prim .search__wrapper form>input {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E1DDD0;
    border-radius: 30px;
    height: 50px;
    padding-left: 60px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    outline: none;
    border: 0px;
    max-width: 100% !important;

}

.totaraNav_prim .search__wrapper form>span {
    position: absolute;
    left: 47px;
    height: 23px;
    width: 1px;
    background-color: #E1E9F0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.totaraNav_prim .search__wrapper form>button:active {
    outline: unset !important;

}



.totaraNav_prim .search__wrapper form>button:focus-visible {
    outline: none !important;


}

.totaraNav_prim .search__wrapper form>button>img:focus-visible {
    outline: none !important;


}

#page-footer {
    border-top: none !important;
    padding: 15px 0 !important;
    justify-content: space-between;
    display: flex;
}

.page-footer-poweredby {
    margin: 0px !important;
    font-size: 14px !important;
    line-height: 21px !important;
    color: #2E2E2E !important;
}

.usermenu #action-menu-toggle-0 {
    background: #F5EFE7;
    border-radius: 60px;
    padding-left: 5px;
    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;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    color: #2E2E2E;
    font-weight: 400;
    position: relative;
    min-width: 170px;
    min-height: 50px;
    padding-right: 35px;

}

.totaraNav_prim--side .usermenu .userpicture {
    width: 30px !important;
    height: 30px !important;
    border-radius: 250px;
    border: 1px solid #FFFFFF;
}

.totaraNav_prim--side .usermenu .userbutton {
    flex-direction: row-reverse;
}

.totaraNav_prim--side .usermenu .usertext {
    padding: 7px !important;

}

body.pagelayout-course .tw-formatTopics__collapse_link {
    float: right !important;
}

body.pagelayout-course .mod-indent-outer {
    padding-bottom: 10px;

}

body.pagelayout-course .main__right .content h3 {
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    color: #2E2E2E;
    font-weight: 500;
}

body.pagelayout-course .course__header {
    margin-bottom: 2%;
}

body.pagelayout-incourse .tw-formatTopics__collapse_link {
    float: right !important;
}

body.pagelayout-incourse .mod-indent-outer {
    padding-bottom: 10px;

}

body.pagelayout-incourse .main__right .content h3 {
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    color: #2E2E2E;
    font-weight: 500;
}

body.pagelayout-incourse .course__elem .course__header {

    padding: 12px 20px;
}

.path-course-view .completionprogress {
    margin-left: 25px;
    display: block;
    float: unset !important;
    height: 20px;
    text-align: right;
}

body.pagelayout-course .tw-formatTopics__collapse_link_icon {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #2e2e2e !important
}

body.pagelayout-course #block-region-side-post {
    width: 100% !important;
    padding-right: 0;
}

body.pagelayout-course .course-content ul li.section.main {
    border-bottom: unset !important;
}

body.pagelayout-incourse .tw-formatTopics__collapse_link_icon {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #2e2e2e !important
}

body.pagelayout-incourse #block-region-side-post {
    width: 100% !important;
    padding-right: 0;
}

body.pagelayout-incourse .course-content ul li.section.main {
    border-bottom: unset !important;
}

#page-login-index .register_btn {

    width: 100%;
    height: 55px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #F0F0F0;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    font-weight: 500;
    outline: none;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    border: 0px;
    margin-top: 12px;
    color: #000000bd;


}

#page-login-index .register_btn a {
    text-decoration: none;
    color: #150017 !important;
    font-weight: 400;

}

body.pagelayout-course .breadcrumbs__block {
    padding-right: 15px;
}

body.pagelayout-course .set_width {
    width: 100%;
}

body.pagelayout-course .section .activity .activityinstance,
.section .activity .activityinstance div {
    padding-left: 10px
}

body.pagelayout-incourse .breadcrumbs__block {
    padding-right: 15px;
}

body.pagelayout-incourse .set_width {
    width: 100%;
    padding-bottom: 20px;
}

body.pagelayout-incourse .section .activity .activityinstance,
.section .activity .activityinstance div {
    padding-left: 10px
}

#page-login-index .text__class {

    text-align: center;
}

#page-login-index .text__class a {

    text-decoration: none;
    color: #04aeaa;
}

#page-login-signup #page {

    width: 98% !important;
    border-radius: 10px;

}

#page-login-signup #region-main div[role=main]>h2:first-of-type {
    text-align: center;
    font-size: 24px;
    font-weight: normal;

}

#page-login-signup .collapsible-actions {
    display: none !important;
}

#page-login-signup .fdescription {
    display: none !important;


}

#page-login-signup form input[type=text],
#page-login-signup form input[type=password],
#page-login-signup form input[type=number],
#page-login-signup form.atto_form input[type=url],
#page-login-signup select.singleselect {
    width: 100% !important;
}

#page-login-signup #fitem_id_passwordpolicyinfo .fstatic {
    width: 40%;
    font-size: 16px;
}

#page-login-signup .moreinfo {

    margin-top: 0px;
    padding: 8px;
    text-align: center;
    color: #ffffff;
    background-color: #0ca7a2;
    margin-bottom: 39px;
    font-size: 24px;
    font-weight: normal;
    margin-right: -15px;
    margin-left: -15px;
}

#page-login-signup .breadcrumb-nav {

    display: none;
}

#page-login-signup #region-main {
    margin-top: 15px;
}



#page-login-signup form select,
#page-login-signup form input[type="text"],
#page-login-signup form input[type="password"],
#page-login-signup form input[type="number"],
#page-login-signup #page-login-signup form.atto_form input[type="url"],
#page-login-signup select.singleselect {

    width: 100% !important;

}

#page-login-signup #fitem_id_profile_field_reason {
    display: none;

}


.block_course_modulenavigation .block-title,
.block_facilitator_list .block-title,
.block_news_items .block-title,
.block_masary_tv .block-title {

    padding: 14px 13px;
    background: #AE8439;
    border-radius: 10px 10px 0px 0px;


}

.block_course_modulenavigation .block-header h2,
.block_facilitator_list .block-header h2,
.block_news_items .block-header h2,
.block_masary_tv .block-header h2 {
    vertical-align: middle;
    font-size: 12.6px;
    padding: 3px 0;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px !important;
    line-height: 31px;
    color: #FFFFFF !important;
    font-weight: 500;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-transform: none !important;
}


/* .accordion-toggle*/

.accordion-toggle:after {
    font-family: FontAwesome;
    content: "\f106";
    float: right;
    color: #2e2e2e;
    font-size: 22px;
}

.accordion-toggle.collapsed:after {
    content: "\f107";
}

#page-login-signup .search__wrapper,
#page-login-signup .totaraNav_prim--list,
#page-login-forgot_password .search__wrapper,
#page-login-forgot_password .totaraNav_prim--list {
    display: none;

}

.block_course_modulenavigation .content h6,
.block_facilitator_list .content h6,
.block_news_items .content h6,
.block_masary_tv .content h6 {

    margin-bottom: unset !important;
}

html[dir="ltr"] #page-login-index .needsignup {
    text-align: left;
    color: black;
    font-size: 12px;
/*    margin-top: 20px; */
    margin-bottom: 0;
}

html[dir="rtl"] #page-login-index .needsignup {
    text-align: right;
    color: black;
    font-size: 12px;
/*    margin-top: 20px; */
    margin-bottom: 0;
}
.container-fluid {
    width: 100%;
}

#page-login-forgot_password #page {
    background-color: #fff !important;
}

.block_similarcourses .tw-catalog__primaryFilter {
    display: none;
}

.block_similarcourses .tw-selectRegionPanel {
    display: none;
}

.block_similarcourses .tw-catalog__results {
    width: 100% !important;
}

.block_similarcourses .tw-grid__item--multi-column {
    flex-basis: 33% !important;
    background: #F5EFE7;
    border-radius: 4px;
    text-decoration: none;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    padding: 0;
}

.block_similarcourses .tw-catalogItemNarrow__title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px !important;
    line-height: 29px;
    color: #000 !important;
    font-weight: 600 !important;
    /*min-height: 31px !important;*/
    height: 1.75em;

}

.block_similarcourses .tw-catalogItemNarrow__image,
#page-totara-catalog-index .tw-catalogItemNarrow__image {
    padding-top: 100% !important;

}

.block_similarcourses .tw-catalogItemNarrow__progress {

    margin-top: 10px !important;
}

.block_similarcourses .progress,
.dndupload-progress-outer {
    border: none !important;
    border-radius: 11px !important;
    height: 15px !important;
    box-shadow: unset !important;
}

.block_similarcourses .progressbar__text {

    display: none !important;
}

.block_similarcourses .progress .bar {}

.block_similarcourses .tw-catalogManageBtns {

    display: none;
}

.block_similarcourses .tw-catalog__results_overview {

    display: none;

}

#page-login-index form input[type=text],
#page-login-index form input[type=password] {

    max-width: unset !important;

}

.block_similarcourses .progress .bar {
    background-color: #000 !important;
    box-shadow: none;
}

.search__wrapper {

    display: none !important;

}

#page-footer ul {
    display: none !important;
}

.page-footer-poweredby a {
    text-decoration: none !important;
}

.block_similarcourses .tw-toggleFilterPanel__trigger {
    display: none !important;


}

.block.block_course_modulenavigation .pagination>li a,
.block.block_course_modulenavigation .allpagination>li a {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #4e4e4e !important;
}

.block.block_course_modulenavigation ul.activities li {
    color: #4e4e4e !important;
}

.block.block_course_modulenavigation ul.activities .completioncheck.completed {
    background-color: #AE8439 !important;
    border: 1px solid #AE8439 !important;
}

.block.block_course_modulenavigation ul.activities .session_table {
    padding-left: 15px;
}

.block_similarcourses .select_events {
    color: #ffffff;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 400;
    background-color: #113f6b;
    justify-content: space-between;
    padding: 15px 10px;
    border-radius: 3px;

}

.block_similarcourses .select_events:hover {

    color: #ffffff;

}

#page-totara-catalog-index .select_events {
    display: none;

}

.session_table table {

    font-size: 13px !important;
}

.session_table table .mod_facetoface__sessionlist__action__eventinfo {
    margin-bottom: 2px;

}

.session_table table .mod_facetoface__sessionlist__action__buttons {

    display: block !important;
}

.session_table table a:hover {
    text-decoration: none !important;

}

.session_table .mod_facetoface__sessionlist__table>thead>tr>th,
.session_table .mod_facetoface__sessionlist__table>thead>tr>td,
.session_table .mod_facetoface__sessionlist__table>tbody>tr>th,
.session_table .mod_facetoface__sessionlist__table>tbody>tr>td,
.session_table .mod_facetoface__sessionlist__table>tfoot>tr>th,
.session_table .mod_facetoface__sessionlist__table>tfoot>tr>td {

    padding: 6px !important;



}

.block_course_modulenavigation .availableinfo ul li {
    padding-bottom: 2px;
    padding-top: 2px;

}

.session_table .mod_facetoface__sessionlist__table>thead,
.session_table .mod_facetoface__sessionlist__table>tbody {

    border-bottom: 1px solid #dde1e5 !important;

}

.block.block_course_modulenavigation a:hover {
    text-decoration: none !important;
}

.session_table .mod_facetoface__sessionlist__table>thead>tr>th {


    border-bottom: unset !important;
}

.block.block_course_modulenavigation ul.activities .activityname {

    padding-bottom: 5px;
}

.main_select_events {


    padding-top: 10px;

}

.give__feedback ul li {

    list-style: none !important;
}

a:hover {
    text-decoration: none !important;
}

.block_course_modulenavigation .block-title,
.block_facilitator_list .block-title,
.block_news_items .block-title,
.block_masary_tv .block-title {

    display: flex !important;
}

.block_course_modulenavigation .block-title h2,
.block_facilitator_list .block-title h2,
.block_news_items .block-title h2,
.block_masary_tv .block-title h2 {
    padding-left: 12px !important;
}

#page-login-signup #fitem_id_profile_field_uaenational {

    display: none;
}

#page-login-signup #fitem_id_email2 {

    display: none;
}

@media only screen and (max-width: 600px) {


    #page-login-signup #fitem_id_passwordpolicyinfo .fstatic {
        width: 100% !important;
        font-size: 16px;
    }

}

#page-login-index .register_btn {
    background-color: #f0f0f0 !important;
    color: #000 !important;
}

#page-login-index .login-side-image {
    position: absolute;
    left: 50px;
    top: 0px;
    max-width: 300px;

}

#page-login-index .login-side-right {
    position: absolute;
    right: 50px;
    top: 0px;
    max-width: 300px;
}

#page-login-signup #page-content {
    width: 100%;
    margin: 0 auto;
}

#page-login-signup #page-content>.row {
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

#page-login-signup #page {
    background: none;
}

#page-login-signup {
    background-color: #F5EFE7;
    background-image: url('../images/background_pattern.png');
}

#page-login-signup #page-footer {
    display: none;
}

#page-login-signup .mform .fitem {
    margin-bottom: 5px !important;
    display: flex;
}

#page-login-signup .fstatic {
    display: none;
}

#page-login-signup #region-main div[role=main]>h2:first-of-type {
    color: #AE8439;
    font-size: 28px;
}

input.form-submit,
input#id_submitbutton,
input#id_submitbutton2,
.path-admin .buttons input[type=submit],
td.submit input {
    color: #fff !important;
    background-color: #AE8439 !important;
    border-color: #AE8439 !important;
}

#fitem_id_passwordpolicyinfo {
    display: none;
}

button,
input.form-submit,
input[type=button],
input[type=submit],
input[type=reset] {
    background-color: #AE8439 !important;
    border-color: #AE8439 !important;
    color: #fff !important;
}

#page-login-signup #id_submitbutton {
    border-radius: 4px;
    padding: 10px 20px 10px 20px;
}

#page-login-signup #id_cancel {
    background: #fff !important;
    padding: 10px 25px 10px 25px !important;
    color: #000 !important;

}

#page-login-signup form input[type="text"],
#page-login-signup form input[type="text"] {
    height: 39px;
    border-radius: 3px;
}

#page-login-signup .fheader {
    font-size: 18px;
    font-weight: 700 !important;
}

#page-login-signup .fheader span {
    display: none;
}

#page-login-signup legend {
    border: none;
}

#page-login-signup label {
    font-weight: 500 !important;
}

#page-login-index .login-side-image,
#page-login-signup .login-side-image,
#page-login-index .login-side-right,
#page-login-signup .login-side-right {
    padding-top: 35px;
    padding-bottom: 35px;
}

#page-login-index .login-side-image,
#page-login-signup .login-side-image {
    position: absolute;
    left: 50px;
    top: 0px;
    max-width: 300px;
}

#page-login-index .login-side-right,
#page-login-signup .login-side-right {
    position: absolute;
    right: 50px;
    top: 0px;
    max-width: 300px;
}

.login__box form {
    text-align: center;
}

a {
    color: #AE8439 !important;

}

#page-site-index span.login a.btn.btn-primary.btn-xs,
#page-login-signup span.login a.btn.btn-primary.btn-xs {
    color: #fff !important;
}

.totaraNav_prim ul li a {
    color: #000 !important;
}

.totaraNav_prim--list_item_selected .totaraNav_prim--list_item_label::after {
    border-color: #AE8439 !important;
}

.tw-grid__item [tabindex] {
    cursor: pointer;
    background: #F5EFE7;
}

@media (min-width: 768px) {
    .tw-grid {
        padding: 26px 22px !important;
    }
}

.tw-catalogItemNarrow__content {
    padding: 25px 15px !important;
}

.course__steps {
    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-right: 23px;
    padding-left: 23px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 10px;
}

.course__steps .elem__step span {
    position: relative;
    z-index: 3;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 25px;
    max-width: 25px;
    min-height: 25px;
    max-height: 25px;
    background: #FFFFFF;
    border: 1px solid #E1DFDD;
    font-size: 14px;
    line-height: 18px;
    color: #e1dfdd;
    font-family: "Expo Arabic Book";
    border-radius: 250px;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}

.course__steps .elem__step {
    position: relative;
}

.course__steps .elem__step:after {
    content: "";
    position: absolute;
    width: 124px;
    height: 1px;
    background-color: #cda76e;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    left: 10px;
    z-index: 2;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    width: 0px;
}

.course__steps .elem__step:before {
    content: "";
    position: absolute;
    width: 124px;
    height: 1px;
    background-color: #e1ddd0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    left: 10px;
}

.course__steps .elem__step.active>span {
    border-color: #AE8439;
    background-color: #AE8439;
    color: #fff;
}

.course__steps .elem__step.active:before {
    content: "";
    position: absolute;
    width: 124px;
    height: 1px;
    background-color: #cda76e;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    left: 10px;
    z-index: 2;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    width: 124px;
}

.course__steps .elem__step:last-child:before {
    display: none;
}


div.editor_atto_toolbar button {
    padding: 4px 9px;
    background: none;
    border: 0;
    margin: 0;
    border-radius: 0;
    cursor: pointer;
    color: #999 !important;
    background: #fff !important;
}

body.pagelayout-course .completionprogress,
body.pagelayout-course .course-content ul.topics,
body.pagelayout-course .accesshide {
/*     display: none;  */
}

a.tw-containerCourse-enrolmentBanner__enrolButton {
    color: #fff !important;
}

body.pagelayout-course.editing .completionprogress,
body.pagelayout-course.editing .course-content ul.topics,
body.pagelayout-course.editing .accesshide {
    display: block !important;
}

.block.chromeless.block {
    box-shadow: none;
    border-radius: 10px !important;
}

.block {
    border-radius: 10px !important;
    border: 0 !important;
}

.block.chromeless .content {
    padding: 0;
    border-radius: 10px;
}

nav.totaraNav_sub {
    display: none;
}

body.format-site #page-content {
    padding-top: 0;
}

#page-site-index footer .outer__footer {
    border-radius: 0 !important;
}

a.tui-actionLink.tui-emptySpacesHeader__actionLink.tui-actionLink--prim {
    color: white !important;
}

.progress,
.dndupload-progress-outer {
    border: 1px solid #947744 !important;
    box-shadow: inset 0 0px 0px 0 !important;
}

.progress-bar,
.progress .bar,
.dndupload-progress-outer .bar,
.dndupload-progress-inner {
    background-color: #AE8439 !important;
}

.alert-info .alert-icon,
#page-admin-index .adminwarning.availableupdatesinfo .alert-icon,
#page-admin-index .releasenoteslink .alert-icon {
    background: #d19537 !important;
}

.alert-info,
#page-admin-index .adminwarning.availableupdatesinfo,
#page-admin-index .releasenoteslink {
    border-color: #d19537 !important;
}

.alert .alert-close .flex-icon,
#page-admin-index .releasenoteslink .alert-close .flex-icon,
#page-admin-index .adminwarning .alert-close .flex-icon,
#page-admin-index .maturitywarning .alert-close .flex-icon,
#page-admin-index .testsitewarning .alert-close .flex-icon,
#page-admin-index .maturityinfo .alert-close .flex-icon,
#page-admin-roles-assign div.box.generalbox .alert-close .flex-icon,
.que .outcome .alert-close .flex-icon,
.que .comment .alert-close .flex-icon {
    color: white !important;
}

.tui-engageNavigationPanel__link--active>a {
    color: white !important;
}

#page-admin-tool-smtp_test-index table {
    width: 100%;
}

@media screen and (max-width: 1040px) {

    #block-region-side-pre.block-region,
    body.pagelayout-course #block-region-side-post {
        padding-left: 0 !important;
    }

    body.pagelayout-course .main__right {
        min-width: 100%;
        max-width: 100%;
        border-radius: 10px !important;
    }
}

.block .block-title {
    box-shadow: none !important;
}

.block .header .title>h2 {
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    color: #17253c;
    font-weight: 600;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-transform: capitalize !important;
}

html[dir="rtl"] body.pagelayout-dashboard .block .header .title>h2:before {
    margin-left: 12px;
    margin-right: 0;
}

body.pagelayout-dashboard .block .header .title>h2:before {
    content: url('../images/courseclock.svg');
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 12px;
}

@media (min-width: 1400px) {
    .tw-catalogItemNarrow__image_ratio_img {
        height: 275px !important;
        -o-object-fit: cover !important;
        object-fit: cover !important;
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 4px !important;
    }

    .block_similarcourses .tw-catalogItemNarrow__image,
    #page-totara-catalog-index .tw-catalogItemNarrow__image {
        padding-top: 66% !important;
    }
}

section.tw-selectRegionPanel.tw-selectRegionPanel__hiddenOnSmall {
    background: white;
}

.tw-selectSearchText__field input[type=text].tw-selectSearchText__field_input {
    max-width: none;
    border-radius: 50px;
    padding-left: 20px;
}

.tw-selectSearchText button.tw-selectSearchText__btn {
    display: none;
}

.tw-selectSearchText__field:after {
    content: '';
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    background-image: url('../images/search.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 20px;
    width: 20px;
}


html[dir="rtl"] .button__wrapper>a span {
    transform: rotate(182deg);
}

html[dir="rtl"] .hero__top .container .annou>p {
    display: flex;
}

html[dir="rtl"] .hero__top .container .annou>p>heading {
    display: flex;
    align-items: center;
    min-width: 170px;
    direction: rtl;
    float: right;
    justify-content: space-around;
}


[dir="rtl"] .overview__block .outer__overview .overview__left .overview__desc .course__info .elem__course>span {
    margin-left: 15px;
}

[dir="rtl"] .overview__block .outer__overview>.spacer {
    left: 320px;
    right: auto;
}

[dir="rtl"] .block .block_action {
    margin-left: 15px;
}

[dir="rtl"] .course__wrapper>.course__progress>span {
    right: -20px;
}

[dir="rtl"] .course__wrapper .section-group .course__active .module-navigation-section-heading:before {
    right: -27.5px;
}

[dir="rtl"] .course__wrapper .section-group .section-default:before {
    right: -39px;
}

[dir="rtl"] body.pagelayout-incourse #block-region-side-post,
[dir="rtl"] body.pagelayout-course #block-region-side-post,
[dir="rtl"] #block-region-side-pre.block-region{
    padding-right: 15px;
    padding-left: 0;
}

body.pagelayout-course .course__about {
	padding: 15px;
}

[dir="rtl"] body.pagelayout-course .course__about {
	margin-right: 15px;
}
[dir="ltr"] body.pagelayout-course .course__about {
        margin-left: 15px;
}

[dir="rtl"] body.pagelayout-course .breadcrumbs__block {
    padding: 0 15px;
}

[dir="rtl"] .usermenu #action-menu-toggle-0 {
    padding-right: 0;
}

[dir="rtl"] #page-site-index .double__info--wrapper .slick-next {
    right: auto;
    left: -25px;
}

body.format-site .outer__main .main__left .article,
body.format-site .outer__main .main__left .course__about {
    display: none;
}

.progress,
.dndupload-progress-outer {
    border-radius: 100px !important;
}


#page-totara-program-view #view-program-content .program {
    padding: 0;
}

.login__wrapper {
    align-items: center;
}

#page-totara-program-view #view-program-content .article__media {
    height: 310px;
    border-radius: 4px;
}

#page-totara-program-view #view-program-content .article__media img {
    max-width: max-content;
    object-fit: cover;
    border-radius: 4px;
}

.programprogress>.overview__circle {
    bottom: 330px !important;
}

#page-totara-program-view .programprogress .item {
    padding-top: 10px;
    text-align: left;
    width: auto;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    background: #f5efe7;
    border-radius: 100px;
    padding: 10px 15px;
    text-align: center;
    font-size: 13px;
}

#page-totara-program-view .summary p {
    font-size: 14px;
}

html[dir="ltr"] #page-totara-program-view .notifymessage {
    border-left: solid 3px #ae8439;
    padding-left: 10px;
    margin-bottom: 15px;
}

html[dir="rtl"] #page-totara-program-view .notifymessage {
    border-right: solid 3px #ae8439;
    padding-right: 10px;
    margin-bottom: 15px;
}

html[dir="ltr"] #page-login-index .buttons__group {
    text-align: left;
}
html[dir="rtl"] #page-login-index .buttons__group {
    text-align: right;
}

#page-login-forgot_password #page {

    border-radius: 10px !important;
}





.tw-selectSearchText button.tw-selectSearchText__btn {
    display: initial;
    border-radius: 20px;
}

html[dir="rtl"] .tw-selectSearchText__field input[type=text].tw-selectSearchText__field_input {
    padding-right: 50px !important;
}

.hero__top .container .how-img>img.img-fluid {
    width: 80%;
}

html[dir="ltr"] .hero__top .container .box .button__wrapper>a {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.hero__top .container .box .button__wrapper>a {
    font-family: "Droid Arabic Kufi";
}




html[dir="ltr"] .double__info--wrapper .outer__double .elem__info .desc__ .button__wrapper>a {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

html[dir="ltr"] .el__ span {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

html[dir="ltr"] .el__ p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.double__info--wrapper .outer__double .elem__info .media__>img {
    object-fit: cover;
}

html[dir="ltr"] .watch__wrapper .outer__watch>a {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

#page-totara-program-view .display-program strong {
    width: auto;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    background: #f5efe7;
    border-radius: 100px;
    padding: 10px 15px;
    text-align: center;
    font-size: 13px;
}

.program__list .outer__courses .course__grid {
    grid-template-columns: repeat(6, 1fr) !important;

}

.block_current_courses .courses__list .outer__courses .course__grid>.elem__course .details__ ul {

    display: none !important;
}

.tw-grid__item [tabindex] {
    cursor: pointer;
    background: #fff !important;
}


html[dir="rtl"] .tw-catalogItemNarrow__hero_text {
    font-size: 11px;
    word-break: break-all;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    width: 100%;
}

.program__list .outer__courses .course__grid .elem__course .details__>p {
    min-height: 48px;
}

html[dir="rtl"] .double__info--wrapper .outer__double .elem__info .desc__ .button__wrapper>a {

    font-family: "Droid Arabic Kufi" !important;
}

html[dir="rtl"] .program__list .outer__courses .course__grid>.elem__course .details__ ul>li {
    font-family: "Droid Arabic Kufi" !important;
}

.courses__list .outer__courses .course__grid .elem__course .details__ ul>li {
    font-family: "Droid Arabic Kufi" !important;
}

.double__info--wrapper .small__desc .grid__desc .el__>p {
    font-family: "Droid Arabic Kufi" !important;
}

html[dir="rtl"] .double__info--wrapper .small__desc .grid__desc .el__>span {

    font-family: "Droid Arabic Kufi" !important;
}


html[dir="rtl"] .watch__wrapper .outer__watch>a {
    font-family: "Droid Arabic Kufi" !important
}


#page-totara-catalog-index .tw-catalogItemNarrow__hero {
    position: absolute;
    top: auto;
    margin-top: -72px;
}

#page-totara-catalog-index .tw-catalogItemNarrow__hero_text {
    background: #ae8439ab;
    box-shadow: none;
    margin: 0px 10px;
    display: flex;
    align-items: center;
    font-size: 10px;
    width: 95%;
}

@media only screen and (max-width: 1000px) {


    #page-totara-catalog-index .tw-catalogItemNarrow__hero_text {

        font-size: 16px;

    }



    #page-totara-dashboard-1 .overview__block .outer__overview .overview__left .overview__desc .course__info .elem__course {
        width: 100%;

    }

    .totaraNav_prim {
        padding-bottom: 15px !important;
    }

    .has-region-side-pre #region-main,
    .has-region-side-post #region-main {
        padding-bottom: 0em;
    }

    .program__list .outer__courses .course__grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    #view-program-content .article__media {
        width: 100%;
    }

    #page-totara-program-view .article__main {
        display: flex;
        flex-direction: column;

    }

    #page-totara-program-view #view-program-content .article__media img {
        width: 100%;
        height: 240px;
    }

    #page-totara-program-view .programprogress .item {
        margin-bottom: 5px;
    }

    [dir="rtl"] .path-totara-program .display-program div.progressbar_container {
        float: right;
        width: 100% !important;
        text-align: right;
        margin: 10px 0;
    }

    #page-totara-program-view #view-program-content .article__media {
        height: 400px;
        border-radius: 4px;
    }

    #page-totara-program-view .programprogress>.overview__circle {
        bottom: 430px !important;
        right: -90px;
    }

    #page-totara-program-view .main__left .article .article__main .article__desc {
        margin: 0;
        text-align: center;
        width: 100%;
    }

    .totaraNav_prim .masthead_logo--header_img {
        max-width: 290px !important;
        margin-bottom: 5px;
    }

    .totaraNav_prim--side {

        width: 100%;
        justify-content: space-around;
    }

    .login__wrapper .login__box form>a img {
        max-width: 100%;
    }

    .login__wrapper .login__box {
        min-height: auto;
    }

    [dir="rtl"] .overview__block .outer__overview .overview__left .overview__desc .course__info .elem__course>span {
        margin-left: 0;
    }

    .login__wrapper .login__container {
        padding: 0;
    }

    .login__wrapper {
        min-height: 100svh;
    }

    #page-site-index .hero__top .container .box {
        max-width: 100%;
        padding: 15px;
        min-height: auto;
    }

    #page-site-index .hero__info .row {
        display: flex;
        flex-direction: column-reverse;
    }

    #page-site-index .hero__top .container .box>h2 {
        font-size: 31px;
        line-height: 38px;
    }

    .nextsetoperator-group-and {
        padding: 0 !important;
        border: 0 !important;
    }

    #page-totara-program-view .program__list .outer__courses {
        padding: 0px;
    }

    #page-course-view-topics .course__grid {
        width: 90%;
    }

    #region-main div[role=main] h2.tw-catalog__title {
        font-size: 16px;
    }

    .tw-selectSearchText button.tw-selectSearchText__btn {
        border-radius: 50px;
        width: 40px;
        height: 40px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 5px;
    }

    html[dir="rtl"] .tw-selectSearchText__field input[type=text].tw-selectSearchText__field_input {
        padding-right: 50px !important;
        height: 40px;
        border: solid 1px#c7c7c7;
    }

    .tw-catalog__primaryFilter {
        border-bottom: 1px solid #e4dfd7;
        border-top: 1px solid #e4dfd7;
        font-size: 1.8rem;
        margin: 5px 0;
        padding: 0px 0;
    }

    html[dir="rtl"] div#myBtnContainer {
        position: unset;
        padding: 0 10px;
    }

}

.program__list .outer__courses .course__grid .elem__course .details__ .list__ ul>li span {
    margin-right: 0;
    margin-left: 3px;
}
.block.block_course_modulenavigation ul.activities .completionbox {
    padding: 0 15px;
}
.elem__tag > span > span {
    color: #333;
}
.elem__tag > span > span:before {
    display: inline-flex;
}
html[dir="ltr"] a.modulenavigationlabel {
    margin-left: 15px;
}
html[dir="rtl"] a.modulenavigationlabel {
    margin-right: 15px;
}
html[dir="ltr"] .article__progress {
    float: right;
}
html[dir="rtl"] .article__progress {
    float: left;
}
.article__progress {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 9px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 60px;
    width: 60%;
}
.article__progress .progressbar_container {
    width: 100%;
}
.article__progress .progressbar_container .progress .bar {
    text-align: right;
    box-shadow: none;
    font-size: 18px;
}
.article__progress .progressbar_container .progress.progress-striped.active {
    height: 20px !important;
}
html[dir="ltr"] .article__progress .progressbar_container .progressbar__text {
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
}
html[dir="rtl"] .article__progress .progressbar_container .progressbar__text {
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    float: left;
    line-height: 20px;
}
.course__wrapper .section-group .section-default:last-child::after {
    position: absolute;
    content: "";
    left: -28px;
    width: 3px;
    height: calc(100%);
    background-color: #fff;
    bottom: -10px;
}
#page-user-editadvanced div#fitem_id_profile_field_entity,
#page-user-edit div#fitem_id_profile_field_entity {
    display: none;
}

html[dir="ltr"] .ncema_form .form-title , html[dir="ltr"] .ncema_employee_form .form-title{
    color: #CDA76E;
    font-size: 22px;
    text-align:left !important;
}
html[dir="rtl"] .ncema_form .form-title , html[dir="rtl"] .ncema_employee_form .form-title{
    color: #CDA76E;
    font-size: 22px;
    text-align:right !important;
}

html[dir="ltr"] .ncema_form .form-title span, html[dir="ltr"] .ncema_employee_form .form-title span {
    margin-right: 5px;
}

html[dir="rtl"] .ncema_form .form-title span, html[dir="rtl"] .ncema_employee_form .form-title span {
    margin-left: 5px;
}

.ncema_form .form-title img,.ncema_employee_form img {
vertical-align: inherit !important;	
}
html[dir="ltr"] .ncema_form p , html[dir="ltr"] .ncema_employee_form p {
    color: #737677;
    font-size: 14px;
    text-align:left;
    padding: 10px 0px 10px 0px;
}
html[dir="rtl"] .ncema_form p , html[dir="rtl"] .ncema_employee_form p {
    color: #737677;
    font-size: 14px;
    text-align:right;
    padding: 10px 0px 10px 0px;
}
html[dir="ltr"] .ncema_form{
float: left;
    width: 70%;
    height: 100%;
    padding: 15px;
   /* border-left: solid 1px #ccc;	*/
}
html[dir="rtl"] .ncema_form{
float: right;
    width: 70%;
    height: 100%;
    padding: 15px;
/*    border-right: solid 1px #ccc; */
}


html[dir="rtl"] #page-login-index .uaepassen {
	display: none;
}
html[dir="ltr"] #page-login-index .uaepassar {
        display: none;
}

#page-login-index .subcontent.guestsub {
    display: none;
}

.ncema_employee_form{
padding:15px !important;	
}
.group__submit img {
width:85%;
}

.remember__me{
margin-bottom:15px;	
}
.container__check .checkmark{
margin:6px;
}
.login__box{
    padding: 40px 30px 30px 30px !important;	
}

/*Enrollmnt report*/

html[dir="ltr"] #page-totara-reportbuilder-report #month-dropdown{

    margin-right: 8px !important;
}

html[dir="rtl"] #page-totara-reportbuilder-report #month-dropdown{

    margin-left: 8px !important;
}

#page-totara-reportbuilder-report #room{
    width:150px;
}

#page-totara-reportbuilder-report #month-dropdown{
    width:70px;
}

#page-totara-reportbuilder-report #year-dropdown{
    width:80px;
}
/*Enrollment Report*/
