@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: "Dubai";
    src: url('../font/Dubai-Medium.ttf') format('ttf'),
    url('../font/Dubai-Medium.ttf') format('ttf');
}
.c_list {
    flex-basis: calc( (100% - (var(--gap-card-grid) * 5)) / 5 ); border-top-width: 0px; border-left-width: var(--gap-card-grid) !important;
}
.tui-totara_program-courseSet__courseCard .list__ ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    margin-top: 12px;
    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;
}
.pr
html[dir="rtl"] body * {
    font-family: "Droid Arabic Kufi";
}
h1,h2,h3,h4,h5,h6{
/*font-family:"ExpoArabicBold" !important;*/
}
.container.medium {
    max-width: 1330px;
}
#page-site-index {
    background: url(../images/main_page_pattern.svg) !important;
    background-size: auto;
    background-repeat: repeat;
    background-position: center;
}
#page-site-index .container.longer,
#page-site-index .container{
    max-width: 1680px;
    width: 100%;
    /* background-color: #fff; */
}
#page-site-index #page-content {
    padding-top: 0;
}

/* Customize the label (the container__checkbox) */
.container__checkbox {
    display: block;
    position: relative;
    padding-left: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 12px;
    line-height: 16px;
    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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

/* Hide the browser's default checkbox */
.container__checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: relative;
    top: 0;
    left: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 11px;
    max-width: 11px;
    min-height: 11px;
    max-height: 11px;
    border-radius: 250px;
    background-color: #eee;
    margin-right: 7px;
}

/* When the checkbox is checked, add a blue background */
.container__checkbox input:checked ~ .checkmark {
    background-color: #d19537;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container__checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container__checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sign__box {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url("../images/loginback.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #f1f1f1;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.sign__box .box__register {
    max-width: 425px;
    margin-left: auto;
    margin-right: auto;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 640px;
}
.sign__box .box__register .register__ {
    margin: 40px 0px;
}
.sign__box .box__register .step__ .thanks {
    text-align: center;
}
.sign__box .box__register .step__ .thanks .button__wrapper {
    display: -webkit-box;
    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-top: 35px;
}
.sign__box .box__register .step__ .thanks .button__wrapper > a {
    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;
    width: 100%;
    min-height: 55px;
    background: #AE8439;
    border-radius: 3px;
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}
.sign__box .box__register .step__ .thanks .button__wrapper > a:hover {
    background-color: #b0823b;
}
.sign__box .box__register .step__ .thanks > p {
    margin: 0px;
    font-size: 14px;
    line-height: 18px;
    color: #4E4E4E;
}
.sign__box .box__register .step__ .thanks > span {
    display: -webkit-box;
    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: 30px;
}
.sign__box .box__register .step__ .thanks > h6 {
    margin-top: 0px;
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 600;
    color: #2E2E2E;
    text-align: center;
}
.sign__box .box__register .step__ .double__group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    margin-bottom: 15px;
}
.sign__box .box__register .step__ .double__group > .group__input {
    margin-bottom: 0px;
}
.sign__box .box__register .step__ .double__controls {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sign__box .box__register .step__ .double__controls > button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 55px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 130px;
}
.sign__box .box__register .step__ .double__controls > button.next__button {
    background: #d19537;
    border-radius: 3px;
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}
.sign__box .box__register .step__ .double__controls > a.next__button:hover {
    opacity: .7;
}
.sign__box .box__register .step__ .double__controls > button.back__button {
    background: #7E8389;
    border-radius: 3px;
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}
.sign__box .box__register .step__ .double__controls > a.back__button:hover {
    opacity: .7;
}
.sign__box .box__register .step__ .password__desc {
    text-align: center;
    margin-top: 20px;
}
.sign__box .box__register .step__ .password__desc > span {
    display: block;
    text-align: center;
    font-size: 11px;
    line-height: 15px;
    color: #7e8389;
}
.sign__box .box__register .step__ > h6 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #2E2E2E;
    line-height: 24px;
}
.sign__box .box__register .step__ .info__desc {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sign__box .box__register .step__ .info__desc .button__wrapper {
    display: -webkit-box;
    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-top: 35px;
    width: 100%;
}
.sign__box .box__register .step__ .info__desc .button__wrapper > button {
    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;
    min-height: 55px;
    width: 100%;
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    border: 0px;
}
.sign__box .box__register .step__ .info__desc .button__wrapper > a:hover {
    opacity: .7;
}
.sign__box .box__register .step__ .info__desc > p {
    text-align: center;
    margin: 0px;
    font-size: 14px;
    line-height: 19px;
    color: #4e4e4e;
    font-weight: 400;
}
.sign__box .box__register .step__ .info__desc > h6 {
    margin-top: 0px;
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #2e2e2e;
}
.sign__box .box__register .steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 230px;
}
.sign__box .box__register .steps.hidden {
    opacity: 0;
    pointer-events: none;
}
.sign__box .box__register .steps > .elem__step {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}
.sign__box .box__register .steps > .elem__step:last-child:after {
    content: none;
    display: none;
}
.sign__box .box__register .steps > .elem__step:last-child:before {
    content: none;
}
.sign__box .box__register .steps > .elem__step:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0px;
    left: 25px;
    height: 1px;
    background-color: #d19537;
    z-index: 1;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}
.sign__box .box__register .steps > .elem__step:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
    left: 25px;
    height: 1px;
    background-color: #f1f1f1;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}
.sign__box .box__register .steps > .elem__step.finish > span {
    color: white;
    background-color: #d19537;
    border-color: #d19537;
}
.sign__box .box__register .steps > .elem__step.current:after {
    width: 80px;
}
.sign__box .box__register .steps > .elem__step.current > span {
    color: white;
    background-color: #d19537;
    border-color: #d19537;
}
.sign__box .box__register .steps > .elem__step > span {
    min-width: 25px;
    max-width: 25px;
    min-height: 25px;
    max-height: 25px;
    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;
    border: 1px solid #E1DFDD;
    position: relative;
    z-index: 2;
    border-radius: 250px;
    font-size: 14px;
    line-height: 18px;
    color: #e1dfdd;
    font-weight: 600;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    background-color: #fff;
}
.sign__box .box__register .logo__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sign__box > .float__left {
    position: absolute;
    left: 25px;
    top: 25px;
    max-width: 380px;
    pointer-events: none;
}
.sign__box > .float__right {
    position: absolute;
    right: 25px;
    top: 25px;
    max-width: 380px;
    pointer-events: none;
}
.sign__box form {
    width: 100%;
}
.sign__box .inner__box {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 550px;
    position: relative;
    z-index: 2;
    padding-top: 35px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 34px rgba(208, 198, 181, 0.51);
    box-shadow: 0px 4px 34px rgba(208, 198, 181, 0.51);
    border-radius: 10px;
}
.sign__box .inner__box .sign__button {
    margin-top: 25px;
}
.sign__box .inner__box .sign__button > p {
    margin-bottom: 23px;
    font-size: 12px;
    line-height: 16px;
    color: #4e4e4e;
}
.sign__box .inner__box .sign__button > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 55px;
    background: #F0F0F0;
    border-radius: 3px;
    font-size: 14px;
    line-height: 17px;
    color: #4e4e4e;
    font-weight: 500;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}
.sign__box .inner__box .sign__button > a:hover {
    opacity: .7;
}
.sign__box .inner__box .group__submit > button {
    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;
    background: #AE8439;
    border-radius: 3px;
    height: 55px;
    cursor: pointer;
    border: 0px;
    outline: none;
    font-size: 16px;
    line-height: 21px;
    color: white;
    font-weight: bold;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}
.sign__box .inner__box .group__submit > button:hover {
    opacity: .7;
}
.sign__box .inner__box .double__info {
    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: 25px 0px;
}
.sign__box .inner__box .double__info > a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    color: #AE8439;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}
.sign__box .inner__box .double__info > a:hover {
    opacity: .7;
}
.sign__box .inner__box .login__ {
    margin-top: 100px;
    padding-bottom: 100px;
}
.sign__box .inner__box .box__ {
    max-width: 425px;
    margin-left: auto;
    margin-right: auto;
}
.sign__box .inner__box .box__ .logo__ {
    display: -webkit-box;
    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;
}

.group__input {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.group__input.group__dropdown {
    position: relative;
}
.group__input.group__dropdown > .dropdown__box {
    position: absolute;
    left: 0px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
    top: 58px;
    width: 100%;
    background-color: #F0F0F0;
    border-radius: 3px;
    bottom: auto;
    z-index: 3;
    max-height: 160px;
    overflow-y: auto;
}
.group__input.group__dropdown > .dropdown__box::-webkit-scrollbar {
    width: 6px;
}
.group__input.group__dropdown > .dropdown__box::-webkit-scrollbar-thumb {
    background-color: #cfcfcf;
    border-radius: 5px;
}
.group__input.group__dropdown > .dropdown__box ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
}
.group__input.group__dropdown > .dropdown__box ul > li {
    margin-bottom: 0px;
}
.group__input.group__dropdown > .dropdown__box ul > li > a {
    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;
    padding: 7px 15px;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}
.group__input.group__dropdown > .dropdown__box ul > li > a:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.group__input.group__dropdown > .dropdown__box ul > li:last-child {
    margin-bottom: 0px;
}
.group__input.group__dropdown > a {
    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;
    position: relative;
    width: 100%;
    background: #F0F0F0;
    border-radius: 3px;
    min-height: 55px;
    text-decoration: none;
}
.group__input.group__dropdown > a.opened > img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.group__input.group__dropdown > a.picked > span {
    color: #000;
}
.group__input.group__dropdown > a > span {
    color: #4E4E4E;
    padding-left: 15px;
    padding-right: 35px;
    overflow: hidden;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    width: 100%;
    -webkit-box-orient: vertical;
}
.group__input.group__dropdown > a > img {
    position: absolute;
    right: 15px;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}
.group__input > .icon {
    border-right: 1px solid #D0C6B5;
    padding-right: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 27px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 14px;
}
.group__input > .icon + input {
    padding-left: 55px;
}
.group__input > input {
    width: 100%;
    height: 55px;
    background: #F0F0F0;
    border-radius: 3px;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    border: 0px;
    font-size: 14px;
    line-height: 19px;
    color: #000;
}
.group__input > input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #4e4e4e;
}
.group__input > input::-moz-placeholder {
    /* Firefox 19+ */
    color: #4e4e4e;
}
.group__input > input:-ms-input-placeholder {
    /* IE 10+ */
    color: #4e4e4e;
}
.group__input > input:-moz-placeholder {
    /* Firefox 18- */
    color: #4e4e4e;
}

.colored__back {
    background-color: #F5EFE7;
}

.background {
    background: url("../images/backrect.svg");
    background-size: auto;
    background-repeat: repeat;
    background-position: center;
}
.background.colored__back {
    background-color: #F5EFE7;
}

header {
    /* background-color: #fff; */
    border-bottom: 1px solid #f5efe7;
}
header .outer__header {
    padding: 15px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header .outer__header .header__right {
    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;
}
header .outer__header .header__right > .logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}
header .outer__header .header__right > .logo:hover {
    opacity: .7;
}
header .outer__header .header__right > .logo > img {
    max-height: 70px;
}
header .outer__header .header__right .profile__wrapper {
    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;
}
header .outer__header .header__right .profile__wrapper .profile__main {
    position: relative;
}
header .outer__header .header__right .profile__wrapper .profile__main > a {
    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: #F5EFE7;
    border-radius: 30px;
    padding: 4px;
    font-size: 13px;
    line-height: 17px;
    color: #4e4e4e;
    text-decoration: none;
    padding-right: 30px;
}
header .outer__header .header__right .profile__wrapper .profile__main > a > img {
    position: absolute;
    right: 8px;
}
header .outer__header .header__right .profile__wrapper .profile__main > a > span {
    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: 28px;
    max-width: 28px;
    min-height: 28px;
    max-height: 28px;
    border-radius: 250px;
    border: 1px solid #fff;
    margin-right: 12px;
    border-radius: 250px;
}
header .outer__header .header__right .profile__wrapper .profile__main > a > span > img {
    min-width: 27px;
    max-width: 27px;
    min-height: 27px;
    max-height: 27px;
    border-radius: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}
header .outer__header .header__right .profile__wrapper > p {
    margin: 0px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 21px;
    color: #4E4E4E;
}
header .outer__header .header__right .spacer {
    height: 37px;
    width: 1px;
    background-color: #f5efe7;
    margin: 0px 20px;
}
header .outer__header .header__right .menu__wrapper 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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
header .outer__header .header__right .menu__wrapper ul > li {
    margin-right: 25px;
}
header .outer__header .header__right .menu__wrapper ul > li > a {
    font-size: 14px;
    line-height: 21px;
    color: #4e4e4e;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}
header .outer__header .header__right .menu__wrapper ul > li > a:hover {
    color: #AE8439;
}
header .outer__header .header__right .menu__wrapper ul > li:last-child {
    margin-right: 0px;
}
header .outer__header .header__logo {
    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;
}
header .outer__header .header__logo > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
header .outer__header .header__logo > span > img {
    max-width: 60px;
}
header .outer__header .header__logo > a {
    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;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    margin-right: 25px;
}
header .outer__header .header__logo > a:nth-child(1) > img {
    max-width: 225px;
}
header .outer__header .header__logo > a:last-child {
    margin-right: 0px;
}
header .outer__header .header__logo > a:hover {
    opacity: .7;
}

.overview__block {
    margin-bottom: 15px;
}
.overview__block .outer__overview {
    padding: 35px 60px;
    background: #CDA76E;
    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;
    border-radius: 10px;
}
.overview__block .outer__overview > .spacer {
    border-right: 1px dashed #9E6F24;
    margin-left: 120px;
    margin-right: 35px;
    position: absolute;
    right: 320px;
    height: calc(100% - 70px);
}
.overview__block .outer__overview .overview__right {
    min-width: 260px;
    max-width: 260px;
    margin-bottom: 0px !important;
}
.overview__block .outer__overview .overview__right .overview__slider {
    margin-bottom: 0px;
}
.overview__block .outer__overview .overview__right .slick-dots {
    bottom: 0px;
    position: static;
    margin-top: 10px;
}
.overview__block .outer__overview .overview__right .slick-dots li {
    width: auto;
    height: auto;
}
.overview__block .outer__overview .overview__right .slick-dots li.slick-active > button {
    background-color: white !important;
}
.overview__block .outer__overview .overview__right .slick-dots li button {
    width: auto;
    height: auto;
    min-width: 10px;
    max-width: 10px;
    min-height: 10px;
    max-height: 10px;
    border-radius: 250px;
    background-color: #d9d9d9 !important;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}
.overview__block .outer__overview .overview__right .slick-dots li button:before {
    content: none;
}
.overview__block .outer__overview .overview__right .elem__overview {
    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;
}
.overview__block .outer__overview .overview__right .elem__overview .overview__desc {
    text-align: center;
}
.overview__block .outer__overview .overview__right .elem__overview .overview__desc > p {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 26px;
    font-weight: bold;
    color: white;
}
.overview__block .outer__overview .overview__right .elem__overview .overview__desc > span {
    font-size: 13px;
    line-height: 18px;
    color: white;
    font-weight: 400;
}
.overview__block .outer__overview .overview__right .elem__overview > .overview__circle {
    position: relative;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.19);
    border-radius: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 140px;
    margin-bottom: 20px;
}
.overview__block .outer__overview .overview__right .elem__overview > .overview__circle > p {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0px;
    font-size: 18px;
    line-height: 25px;
    color: white;
    font-weight: bold;
}
.overview__block .outer__overview .overview__left {
    width: calc(100% - 400px);
}
.overview__block .outer__overview .overview__left .overview__desc {
    margin-top: 35px;
}
.overview__block .outer__overview .overview__left .overview__desc > p {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 31px;
    color: #FFFFFF;
    font-weight: 600;
}
.overview__block .outer__overview .overview__left .overview__desc .course__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 8px 15px;
    background: #FFFFFF;
    border-radius: 100px;
}
.overview__block .outer__overview .overview__left .overview__desc .course__info > .spacer {
    border-right: 1px dashed #d19537;
    width: 1px;
    margin: 0px 20px;
}
.overview__block .outer__overview .overview__left .overview__desc .course__info .elem__course {
    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;
    width: 33%;
}
.overview__block .outer__overview .overview__left .overview__desc .course__info .elem__course .desc__ {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.overview__block .outer__overview .overview__left .overview__desc .course__info .elem__course .desc__ > span {
    font-size: 12px;
    line-height: 18px;
    color: #4e4e4e;
    font-weight: 400;
}
.overview__block .outer__overview .overview__left .overview__desc .course__info .elem__course .desc__ > p {
    margin: 0px;
    font-size: 20px;
    line-height: 31px;
    color: #4e4e4e;
    font-weight: 600;
}
.overview__block .outer__overview .overview__left .overview__desc .course__info .elem__course > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 15px;
}
.overview__block .outer__overview .overview__left > h2 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 39px;
    line-height: 48px;
    font-weight: 600;
    color: #FFFFFF;
    max-width: 700px;
}
.overview__block .outer__overview .overview__left > p {
    margin: 0px;
    font-size: 13px;
    line-height: 21px;
    font-weight: 600;
    color: #FFFFFF;
    max-width: 700px;
}

.learning__wrapper {
    margin-bottom: 15px;
}
.learning__wrapper .outer__learning {
    border-radius: 10px;
    padding: 18px 24px;
    background: #FFFFFF;
}
.learning__wrapper .outer__learning .learning__info {
    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;
}
.learning__wrapper .outer__learning .learning__info .right__learning {
    margin-left: 15px;
}
.learning__wrapper .outer__learning .learning__info .right__learning > 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;
}
.learning__wrapper .outer__learning .learning__info .right__learning > ul > li {
    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: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #4e4e4e;
    white-space: nowrap;
}
.learning__wrapper .outer__learning .learning__info .right__learning > ul > li.spacer {
    margin: 0px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0px 10px;
    min-width: 1px;
    min-height: 19px;
    background-color: #e2dede;
    padding: 0;
}
.learning__wrapper .outer__learning .learning__info .right__learning > ul > li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 7px;
}
.learning__wrapper .outer__learning .learning__info .left__learning {
    width: 100%;
    max-width: 875px;
    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;
}
.learning__wrapper .outer__learning .learning__info .left__learning > .progress {
    width: 100%;
    height: 17px;
    background: #D9D9D9;
    border-radius: 100px;
    position: relative;
	border: 0px solid #d19537;
    box-shadow: inset 0 0px 0px 0;
}
.learning__wrapper .outer__learning .learning__info .left__learning > .progress .active {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    border-radius: 250px;
    background-color: #d19537;
}
.learning__wrapper .outer__learning .learning__info .left__learning > p {
    margin: 0px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #4E4E4E;
    white-space: nowrap;
}
.learning__wrapper .outer__learning .learning__info .left__learning > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0px 18px;
    height: 39px;
    min-width: 1px;
    background-color: #E2DEDE;
}
.learning__wrapper .outer__learning .learning__banner {
    height: 440px;
    position: relative;
    width: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 3px;
    background-position: center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 80px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 3px;
    padding-bottom: 50px;
    margin-bottom: 24px;
}
.learning__wrapper .outer__learning .learning__banner .learning__desc {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}
.learning__wrapper .outer__learning .learning__banner .learning__desc > p {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 27px;
    color: white;
    font-weight: bold;
}
.learning__wrapper .outer__learning .learning__banner .learning__desc > a {
    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;
    padding: 5px 20px;
    min-height: 43px;
    background: #AE8439;
    border-radius: 3px;
    font-size: 14px;
    line-height: 19px;
    color: white !important;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}
.learning__wrapper .outer__learning .learning__banner .learning__desc > a:hover {
    opacity: .7;
}
.learning__wrapper .outer__learning .learning__banner .time {
    position: absolute;
    right: 25px;
    top: 25px;
    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: #FFFFFF;
    border-radius: 60px;
}
.learning__wrapper .outer__learning .learning__banner .time > span {
    padding: 10px 13px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 21px;
    font-weight: 400;
    color: #4e4e4e;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.learning__wrapper .outer__learning .learning__banner .time > span > img {
    margin-right: 7px;
}
.learning__wrapper .outer__learning .learning__banner:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 3px;
}

.courses__list .outer__courses {
    padding: 26px 22px;
    background: #FFFFFF;
    border-radius: 10px;
}
body.format-site .main__left .article .article__main,
.courses__list .outer__courses .course__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 20px;
}
body.format-site .main__left .article .article__main .article__desc {
    margin: auto;
}
.programprogress > .overview__circle {
    position: relative;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.19);
    border-radius: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 140px;
    right: 40px;
    float: right;
    background: #17253C;
    clear: both;
    bottom: 288px !important;
}
[dir="rtl"] .programprogress > .overview__circle {
    position: relative;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.19);
    border-radius: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 140px;
    right: -40px;
    float: left;
    background: #17253C;
    clear: both;
    bottom: 300px;
}
.courses__list .outer__courses .course__grid .elem__course {
    background: #F5EFE7;
    border-radius: 4px;
    text-decoration: none;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}
.courses__list .outer__courses .course__grid .elem__course:hover {
    opacity: .7;
}
.courses__list .outer__courses .course__grid .elem__course .details__ {
    padding: 15px;
}
.courses__list .outer__courses .course__grid .elem__course .details__ .progress {
    position: relative;
    margin-top: 20px;
    height: 12px;
    background: #FFFFFF;
    border-radius: 100px;
}
.courses__list .outer__courses .course__grid .elem__course .details__ .progress > .active {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    background-color: #d19537;
    border-radius: 250px;
}
.block_current_learning-tile__content .details__ ul ,
.block_current_learning-tile__content .list__ ul ,
.courses__list .outer__courses .course__grid .elem__course .details__ ul,
.courses__list .outer__courses .course__grid .elem__course .details__ .list__ ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    margin-top: 12px;
    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;
}
.block_current_learning-tile__content .details__ ul  li,
.block_current_learning-tile__content .list__ ul li,
.courses__list .outer__courses .course__grid .elem__course .details__ ul  li,
.courses__list .outer__courses .course__grid .elem__course .details__ .list__ ul  li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    color: #4e4e4e;
    
    font-weight: 500;
}
.courses__list .outer__courses .course__grid.current_courses.rtl .elem__course .details__ ul > li,
.courses__list .outer__courses .course__grid.current_courses.rtl .details__ .list__ ul > li {
    margin-left: 20px;
}
.block_current_learning-tile__content .list__ ul > li span,
.courses__list .outer__courses .course__grid .elem__course .details__ ul > li span,
.courses__list .outer__courses .course__grid .elem__course .details__ .list__ ul > li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 2px;
}
.courses__list .outer__courses .course__grid .elem__course .details__ .list__ > p {
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
    font-size: 14px;
    line-height: 20px;
    color: #4e4e4e;
    font-weight: 500;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.courses__list .outer__courses .course__grid .elem__course .details__ .list__ > p > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 10px;
}
.courses__list .outer__courses .course__grid .elem__course .details__ > div.categoryname {
    margin-bottom: 15px;
}
.courses__list .outer__courses .course__grid .elem__course .details__ > p {
    margin: 0px;
    text-decoration: none;
    /* margin-bottom: 15px; */
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    color: #4e4e4e;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    height: 3em;
}
.courses__list .outer__courses .course__grid .elem__course .details__ > p:hover {
    opacity: .7;
}
.courses__list .outer__courses .course__grid .elem__course .course__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.courses__list .outer__courses .course__grid .elem__course .course__media > img {
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    border-radius: 4px;
}
.courses__list .outer__courses h6 {
    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;
    float: left;
}
html[dir="rtl"] .courses__list .outer__courses h6 {
    float: right;
}
.courses__list .outer__courses h6 > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 12px;
}

.program__list .outer__courses {
    background: #FFFFFF;
    border-radius: 10px;
}
.program__list .outer__courses .course__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 20px;
}
.program__list .outer__courses .course__grid .elem__course {
    background: #F5EFE7;
    border-radius: 4px;
    text-decoration: none;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}
.program__list .outer__courses .course__grid .elem__course:hover {
    opacity: .7;
}
.program__list .outer__courses .course__grid .elem__course .details__ {
    padding: 15px;
}
.program__list .outer__courses .course__grid .elem__course .details__ .progress {
    position: relative;
    margin-top: 10px;
    height: 12px;
    background: #FFFFFF;
    border-radius: 100px;
}
.program__list .outer__courses .course__grid .elem__course .details__ .progress > .active {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    background-color: #d19537;
    border-radius: 250px;
}
.program__list .outer__courses .course__grid .elem__course .details__ .list__ ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    margin-top: 12px;
    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;
}
.elem__course .list__ ul > li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    color: #4e4e4e;
    
    font-weight: 500;
}
.program__list .outer__courses .course__grid .elem__course .details__ .list__ ul > li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 10px;
}
.program__list .outer__courses .course__grid .elem__course .details__ .list__ > p {
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
    font-size: 14px;
    line-height: 20px;
    color: #4e4e4e;
    font-weight: 500;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.program__list .outer__courses .course__grid .elem__course .details__ .list__ > p > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 10px;
}
.program__list .outer__courses .course__grid .elem__course .details__ > div.categoryname {
    margin-bottom: 15px;
}
.program__list .outer__courses .course__grid .elem__course .details__ > p {
    margin: 0px;
    text-decoration: none;
    /* margin-bottom: 15px; */
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    color: #4e4e4e;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}
.program__list .outer__courses .course__grid .elem__course .details__ > p:hover {
    opacity: .7;
}
.program__list .outer__courses .course__grid .elem__course .course__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.program__list .outer__courses .course__grid .elem__course .course__media > img {
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    border-radius: 4px;
}
.program__list .outer__courses h6 {
    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;
    float: left;
}
.program__list .outer__courses h6 > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 12px;
}

footer .outer__footer {
    padding: 20px;
    padding-bottom: 0px;
    background-color: #fff;
    margin-top: 15px;
    display: block;
    border-radius: 10px;
}
footer .outer__footer .bottom__part {
    padding: 25px 40px;
    background-color: #F0F0F0;
    padding-bottom: 0px;
}
footer .outer__footer .bottom__part .info__ {
    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-bottom: 20px;
}
footer .outer__footer .bottom__part .info__ .info__right .slider__ {
    border: 1px solid #dbdbdb;
    width: 100%;
    max-width: 300px;
    min-width: 300px;
}
footer .outer__footer .bottom__part .info__ .info__right .slider__ .slick-prev {
    left: 5px;
    background: url("../images/chevronleft.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    margin-top: 2px;
    background-color: transparent !important;
}
footer .outer__footer .bottom__part .info__ .info__right .slider__ .slick-prev:before {
    content: none;
}
footer .outer__footer .bottom__part .info__ .info__right .slider__ .slick-next {
    right: 5px;
    background: url("../images/chevronleft.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg) translate(0, 30%);
    transform: rotate(180deg) translate(0, 30%);
    width: 15px;
    height: 15px;
    background-color: transparent !important;
}
footer .outer__footer .bottom__part .info__ .info__right .slider__ .slick-next:before {
    content: none;
}
footer .outer__footer .bottom__part .info__ .info__right .slider__ .elem__ > a {
    display: -webkit-box;
    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;
    height: 72px;
}
footer .outer__footer .bottom__part .info__ .info__right .slider__ .elem__ > a > img {
    max-width: 100%;
    max-height: 65px;
}
footer .outer__footer .bottom__part .info__ .info__right > .button__ {
    display: block;
    width: 100%;
    max-width: 300px;
    min-width: 300px;
    margin-top: 10px;
}
footer .outer__footer .bottom__part .info__ .info__right > .button__ > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
footer .outer__footer .bottom__part .info__ .info__right > .button__ > a > img {
    max-width: 100%;
}
footer .outer__footer .bottom__part .info__ > .info__left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: 15px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
footer .outer__footer .bottom__part .info__ > .info__left > .desc__ {
    margin-top: 50px;
}
footer .outer__footer .bottom__part .info__ > .info__left > .desc__ .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
footer .outer__footer .bottom__part .info__ > .info__left > .desc__ .button > a {
    color: #434343 !important;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
footer .outer__footer .bottom__part .info__ > .info__left > .desc__ > p {
    margin: 0px;
    font-size: 14px;
    color: #4e4e4e;
}
footer .outer__footer .bottom__part .info__ > .info__left > .info__main {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: auto;
    margin-right: 25px;
}
footer .outer__footer .bottom__part .info__ > .info__left > .info__main > span {
    font-weight: bold;
    font-size: 13px;
    color: #434343;
}
footer .outer__footer .bottom__part .info__ > .info__left > .info__main > .logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 10px;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}
footer .outer__footer .bottom__part .info__ > .info__left > .info__main > .logo:hover {
    opacity: .7;
}
footer .outer__footer .bottom__part .info__ > .info__left > .info__main > .logo > img {
    max-width: 205px;
}
footer .outer__footer .bottom__part .copyright {
    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: 15px 0px;
    padding-bottom: 0px;
}
footer .outer__footer .bottom__part .copyright .list__ {
    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;
}
footer .outer__footer .bottom__part .copyright .list__ 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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
footer .outer__footer .bottom__part .copyright .list__ ul > li {
    margin-right: 10px;
}
footer .outer__footer .bottom__part .copyright .list__ ul > li > a {
    text-decoration: none;
    color: #434343 !important;
}
footer .outer__footer .bottom__part .copyright .list__ ul > li > a:hover {
    color: #cf9234;
}
footer .outer__footer .bottom__part .copyright .list__ ul > li:last-child {
    margin-right: 0px;
}
footer .outer__footer .bottom__part .copyright .list__ > .spacer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0px 10px;
    height: 15px;
    min-width: 1px;
    background-color: #d1d1d1;
}
footer .outer__footer .bottom__part .copyright .list__ > p {
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #919191;
}
footer .outer__footer .bottom__part .copyright > p {
    margin: 0px;
    font-size: 14px;
    color: #434343;
}
footer .outer__footer .bottom__part .links {
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    padding: 20px 0px;
}
footer .outer__footer .bottom__part .links > 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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
}
footer .outer__footer .bottom__part .links > ul > li.spacer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 10px;
    min-width: 1px;
    background-color: #d1d1d1;
    position: relative;
    top: 2px;
}
footer .outer__footer .bottom__part .links > ul > li > a {
    font-size: .80em;
    color: #4e4e4e !important;
    text-decoration: none;
    padding: 0px 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
footer .outer__footer .bottom__part .links > ul > li > a:hover {
    text-decoration: underline;
    color: #cf9234;
}
footer .outer__footer .top__part {
    padding: 20px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
footer .outer__footer .top__part > a.elem__top:hover > .el__desc > span {
    text-decoration: underline;
}
footer .outer__footer .top__part > a.elem__top:hover > .el__desc > p {
    text-decoration: underline;
}
footer .outer__footer .top__part > .elem__top {
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px dashed #9e6f24;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}
footer .outer__footer .top__part > .elem__top:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px;
}
footer .outer__footer .top__part > .elem__top .subscribe {
    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;
}
footer .outer__footer .top__part > .elem__top .subscribe > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #AE8439;
    font-size: 14px;
    line-height: 19px;
    border-radius: 3px;
    color: #fff !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}
footer .outer__footer .top__part > .elem__top .subscribe > a:hover {
    background-color: #b0823b;
}
footer .outer__footer .top__part > .elem__top .subscribe > p {
    margin: 0px;
    font-size: 14px;
    text-transform: uppercase;
    color: #4e4e4e;
    max-width: 145px;
}
footer .outer__footer .top__part > .elem__top .subscribe > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 12px;
}
footer .outer__footer .top__part > .elem__top > p {
    margin: 0px;
    font-size: 14px;
    color: #4e4e4e;
    font-weight: 400;
    line-height: 20px;
}
footer .outer__footer .top__part > .elem__top > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 12px;
}
footer .outer__footer .top__part > .elem__top > .el__desc {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
footer .outer__footer .top__part > .elem__top > .el__desc > span {
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    font-size: 14px;
}
footer .outer__footer .top__part > .elem__top > .el__desc > p {
    margin: 0px;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
}

.courses__list .outer__courses .course__grid .elem__course .details__ .progress {
    position: absolute;
    bottom: 25px;
    width: calc(100% - 30px);
    border: 0px solid #007ab8;
    box-shadow: inset 0 0px 0px 0;
}

.block_current_learning-tile__content .list__ ,
.courses__list .outer__courses .course__grid .elem__course .details__ .list__ {
    position: absolute;
    bottom: 50px;
}

.courses__list .outer__courses .course__grid .elem__course .details__ {
    position: relative;
    padding-bottom: 70px;
    height: calc(100% - 108px);
}

.courses__list .outer__courses .course__grid.newcourses .elem__course .details__ {
    position: relative;
    padding-bottom: 40px;
    height: calc(100% - 85px);
}

.program__list .outer__courses .course__grid .elem__course .details__ .progress {
    position: relative;
    border: 0px solid #007ab8;
    box-shadow: inset 0 0px 0px 0;
}

.program__list .outer__courses .course__grid .elem__course .details__ .list__ {
    /* position: absolute; */
    bottom: 50px;
}

.program__list .outer__courses .course__grid .elem__course .details__ {
    position: relative;
    /* padding-bottom: 100px; */
    height: calc(100% - 180px);
}

.our__progress {
    margin-bottom: 20px;
}
.our__progress .outer__progress {
    background: #CDA76E;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
}
.our__progress .outer__progress .content__ {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    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;
}
.our__progress .outer__progress .content__ > .elem__ {
    text-align: center;
    max-width: 305px;
}
.our__progress .outer__progress .content__ > .elem__ .desc__ {
    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;
}
.our__progress .outer__progress .content__ > .elem__ .desc__ > span {
    font-size: 16px;
    line-height: 24px;
    color: #4e4e4e;
    font-weight: 600;
    display: block;
    text-align: center;
    margin-bottom: 6px;
}
.our__progress .outer__progress .content__ > .elem__ .desc__ > p {
    margin: 0px;
    font-size: 13px;
    line-height: 19px;
    color: white;
    font-weight: 600;
}
.our__progress .outer__progress .content__ > .elem__ > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 120px;
    max-width: 120px;
    min-height: 120px;
    max-width: 120px;
    border-radius: 250px;
    background: #FFFFFF;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    margin-bottom: 10px;
}
.our__progress .outer__progress .content__ > .elem__ > span > img {
    max-width: 100%;
}
.our__progress .outer__progress .head__ {
    text-align: center;
    margin-bottom: 40px;
}
.our__progress .outer__progress .head__ > p {
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    color: white;
    font-weight: 400;
}
.our__progress .outer__progress .head__ > h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 38px;
    color: #FFFFFF;
    font-weight: 600;
}

.double__info--wrapper {
    margin-bottom: 20px;
}
.double__info--wrapper .outer__double {
    /*   display: grid;
        grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px; */
}
.double__info--wrapper .outer__double .elem__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #FFFFFF;
}
.double__info--wrapper .outer__double .elem__info .desc__ {
    position: relative;
    width: 100%;
    min-width: 320px;
    padding: 0 80px;
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(../images/about_bg.png);
    background-size: auto;
    background-repeat: repeat;
    background-position: center;
}
.double__info--wrapper .outer__double .elem__info .desc__ > h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 50px;
    color: #17253C;
    font-weight: 600;
}
.double__info--wrapper .outer__double .elem__info .desc__ > p {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
    color: #17253C;
    /* font-weight: 600; */
}
.double__info--wrapper .outer__double .elem__info .desc__ > p:last-child {
    margin-bottom: 0px;
}
.double__info--wrapper .outer__double .elem__info .desc__ > img {
    position: absolute;
    height: 55px;
    left: 0px;
    top: 0px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.double__info--wrapper .outer__double .elem__info .media__ {
    position: relative;
    max-width: 380px;
    width: 100%;
    min-width: 320px;
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.double__info--wrapper .outer__double .elem__info .media__ > img {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}

.top__slider {
    margin-bottom: 20px;
}
.top__slider .outer__slider {
    background-color: #fff;
}
.double__info--wrapper .small__desc {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
}
.double__info--wrapper .small__desc .grid__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.double__info--wrapper .small__desc .grid__desc .spacer {
    margin: 0px 50px;
    width: 1px;
    height: 90px;
    background-color: #A68555;
    position: relative;
    top: 12px;
}
.double__info--wrapper .small__desc .grid__desc .el__ > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 56px;
    line-height: 80px;
    color: #d19537;
    
}
.double__info--wrapper .small__desc .grid__desc .el__ > p {
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    
    font-weight: 500;
    color: #4e4e4e;
}
.double__info--wrapper .small__desc > p {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 0px;
    font-size: 19px;
    line-height: 31px;
    font-style: italic;
    font-weight: 600;
    color: black;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.top__slider .slider__big .slick-prev {
    min-width: 46px;
    max-width: 46px;
    min-height: 46px;
    max-height: 46px;
    background: url("../images/leftbig.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 2;
    left: 40px;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    border-radius: 50%;
    opacity: .7;
}
.top__slider .slider__big .slick-prev:hover {
    opacity: .7;
}
.top__slider .slider__big .slick-prev:before {
    content: none;
}
.top__slider .slider__big .slick-next {
    min-width: 46px;
    max-width: 46px;
    min-height: 46px;
    max-height: 46px;
    background: url("../images/rightbig.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 2;
    right: 40px;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    border-radius: 50%;
    opacity: .7;
}
.top__slider .slider__big .slick-next:hover {
    opacity: .7;
}
.top__slider .slider__big .slick-next:before {
    content: none;
}
.top__slider .slider__big .elem__big {
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.top__slider .slider__big .elem__big:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.41);
}
.top__slider .slider__big .elem__big .box {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 950px;
    padding-right: 150px;
    margin-left: 150px;
    position: relative;
    z-index: 2;
}
.hero__top .container .box .button__wrapper,
.top__slider .slider__big .elem__big .box .button__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-cotnent: flex-start;
    margin-top: 30px;
}
.top__slider .slider__big .elem__big .box .button__wrapper > a {
    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: 50px;
    min-width: 160px;
    background: #AE8439;
    border-radius: 76px;
    text-decoration: none;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    
    font-size: 16px;
    line-height: 21px;
    padding-left: 15px;
    padding-right: 15px;
    color: #FFF !important;
    font-weight: 500;
}
.top__slider .slider__big .elem__big .box .button__wrapper > a span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 15px;
}
.top__slider .slider__big .elem__big .box .button__wrapper > a:hover {
    opacity: .7;
}
.hero__top .container .box > p,
.top__slider .slider__big .elem__big .box > p {
    margin: 0px;
    font-size: 15px;
    line-height: 21px;
    color: white;
    font-weight: 600;
}
.hero__top .container .box > h2,
.top__slider .slider__big .elem__big .box > h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 43px;
    line-height: 58px;
    color: white;
    font-weight: bold;
}

footer .container.longer {
    max-width: 1580px;
    width: calc(100% -  30px);
    background-color: #fff;
}
footer .container.longer .outer__footer {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
}

.watch__wrapper {
    margin-top: 15px;
}
.watch__wrapper .outer__watch {
    max-width: 1200px;
    margin: auto;
    width: 100%;
    height: 560px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    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;
}
.watch__wrapper .outer__watch > a {
    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: 48px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.11);
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    background: #AE8439;
    border-radius: 76px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF !important;
    
    text-decoration: none;
}
.watch__wrapper .outer__watch > a:hover {
    background-color: #b0823b;
}
.watch__wrapper .outer__watch > a span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 15px;
}

.path__wrapper .outer__path {
    background: #AE8439;
    padding: 25px 20px;
}
.path__wrapper .outer__path .elem__path {
    position: relative;
}
.sign__box .box__register .logo__ > a > img,
.login__box > form > a > img {
    width: 60%;
}
.path__wrapper .outer__path .elem__path .path__slider .slick-prev {
    opacity: 0;
    pointer-events: none;
}
.path__wrapper .outer__path .elem__path .path__slider .slick-next {
    opacity: 0;
    pointer-events: none;
}
.path__wrapper .outer__path .elem__path .path__slider.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.path__wrapper .outer__path .elem__path .path__slider .slick-dots {
    position: static;
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.path__wrapper .outer__path .elem__path .path__slider .slick-dots > li {
    margin: 3px;
    width: auto;
    height: auto;
}
.path__wrapper .outer__path .elem__path .path__slider .slick-dots > li:last-child {
    margin-right: 0px;
}
.path__wrapper .outer__path .elem__path .path__slider .slick-dots > li.slick-active > button {
    background-color: #FFFFFF;
}
.path__wrapper .outer__path .elem__path .path__slider .slick-dots > li > button {
    width: auto;
    height: auto;
    min-width: 13px;
    max-width: 13px;
    min-height: 13px;
    max-height: 13px;
    border-radius: 250px;
    background-color: #B6802C;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}
.path__wrapper .outer__path .elem__path .path__slider .slick-dots > li > button:before {
    content: none;
}
.path__wrapper .outer__path .elem__path .path__slider .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.path__wrapper .outer__path .elem__path .path__slider .slick-slide {
    height: inherit !important;
}
.path__wrapper .outer__path .elem__path .path__slider .slick-slide {
    margin: 0 8px;
}
.path__wrapper .outer__path .elem__path .path__slider .slick-list {
    margin: 0 -8px;
}
.path__wrapper .outer__path .elem__path .path__slider .path__slide {
    width: 100%;
    background: #FFFFFF;
    border-radius: 4px;
}
.path__wrapper .outer__path .elem__path .path__slider .path__slide .content__ {
    padding-top: 16px;
    padding-left: 15px;
    padding-bottom: 20px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: calc(100% - 45px);
    position: relative;
    padding-left: 175px;
}
.path__wrapper .outer__path .elem__path .path__slider .path__slide .content__ .desc__ > p {
    margin: 0px;
    font-size: 12px;
    line-height: 16px;
    color: #4e4e4e;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}
.path__wrapper .outer__path .elem__path .path__slider .path__slide .content__ .desc__ .tag {
    border-left: 2px solid #d19537;
    padding-left: 9px;
    min-height: 32px;
    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;
}
.path__wrapper .outer__path .elem__path .path__slider .path__slide .content__ .desc__ .tag > p {
    font-size: 12px;
    line-height: 16px;
    color: black;
    margin: 0px;
}
.path__wrapper .outer__path .elem__path .path__slider .path__slide .content__ .desc__ > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    color: #d19537;
    text-transform: uppercase;
}
.path__wrapper .outer__path .elem__path .path__slider .path__slide .content__ .media {
    position: absolute;
    left: 0px;
    width: 140px;
    height: calc(100% - 36px);
    left: 15px;
    top: 15px;
}
.path__wrapper .outer__path .elem__path .path__slider .path__slide .content__ .media > img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover;
}
.path__wrapper .outer__path .elem__path .path__slider .path__slide .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;
    padding: 10px 15px;
    border-bottom: 1px solid #f1f1f1;
}
.path__wrapper .outer__path .elem__path .path__slider .path__slide .header__ .right__ {
    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;
    min-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    background: #F5EFE7;
    border-radius: 100px;
}
.path__wrapper .outer__path .elem__path .path__slider .path__slide .header__ .right__ > span {
    font-size: 12px;
    line-height: 16px;
    color: #4e4e4e;
    font-weight: 600;
}
.path__wrapper .outer__path .elem__path .path__slider .path__slide .header__ .right__ > p {
    margin: 0px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 10px;
    line-height: 13px;
    color: #4e4e4e;
    font-weight: 600;
    margin-right: 10px;
}
.path__wrapper .outer__path .elem__path .path__slider .path__slide .header__ .right__ > p > img {
    min-width: 13px;
    max-width: 13px;
    margin-right: 4px;
}
.path__wrapper .outer__path .elem__path .path__slider .path__slide .header__ .left__ {
    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;
}
.path__wrapper .outer__path .elem__path .path__slider .path__slide .header__ .left__ > img {
    max-width: 18px;
}
.path__wrapper .outer__path .elem__path .path__slider .path__slide .header__ .left__ > p {
    margin: 0px;
    font-size: 14px;
    line-height: 19px;
    color: #4e4e4e;
    font-weight: bold;
}
.path__wrapper .outer__path .elem__path .path__slider .path__slide .header__ .left__ > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0px 10px;
    width: 1px;
    height: 19px;
    background-color: #f1f1f1;
}
.path__wrapper .outer__path .elem__path .controls {
    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;
    position: absolute;
    top: 0px;
    right: 0px;
}
.path__wrapper .outer__path .elem__path .controls > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 10px;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}
.path__wrapper .outer__path .elem__path .controls > a:hover {
    opacity: .7;
}
.path__wrapper .outer__path .elem__path .controls > a:last-child {
    margin-right: 0px;
}
.path__wrapper .outer__path .elem__path .head__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
}
.path__wrapper .outer__path .elem__path .head__ > p {
    margin: 0px;
    max-width: 740px;
    font-size: 14px;
    line-height: 19px;
    color: white;
    font-weight: 400;
}
.path__wrapper .outer__path .elem__path .head__ > h6 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 27px;
    color: white;
    font-weight: 600;
    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;
}
.path__wrapper .outer__path .elem__path .head__ > h6 span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 8px;
}

.course__main {
    margin-top: 25px;
    margin-bottom: 25px;
}
.course__main .outer__course {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.course__main .outer__course .course__container {
    width: 100%;
    margin-right: 20px;
}
.course__main .outer__course .course__container .banner {
    padding: 17px 25px;
    padding-bottom: 45px;
    background: #818486;
    border-radius: 4px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    margin-bottom: 20px;
    position: relative;
}
.course__main .outer__course .course__container .banner > img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    pointer-events: none;
}
.course__main .outer__course .course__container .banner .content__ {
    margin-top: 80px;
    max-width: 610px;
    position: relative;
    z-index: 2;
}
.course__main .outer__course .course__container .banner .content__ .time {
    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;
    margin-top: 50px;
    min-height: 35px;
    background: #AE8439;
    border-radius: 60px;
    font-size: 12px;
    line-height: 18px;
    color: white;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 20px;
}
.course__main .outer__course .course__container .banner .content__ .time span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 6px;
}
.course__main .outer__course .course__container .banner .content__ .time p {
    margin: 0px;
}
.course__main .outer__course .course__container .banner .content__ > h6 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 29px;
    line-height: 34px;
    font-weight: bold;
    color: #FFFFFF;
}
.course__main .outer__course .course__container .banner .content__ > p {
    margin: 0px;
    font-size: 16px;
    line-height: 21px;
    color: #EEEEEE;
}
.course__main .outer__course .course__container .banner .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;
}
.course__main .outer__course .course__container .banner .top__ .tags {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-top: -3px;
}
.course__main .outer__course .course__container .banner .top__ .tags > .elem__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 3px 5px;
    padding: 3px 4px;
    padding-right: 13px;
    background: #F8F8F8;
    border-radius: 60px;
}
.course__main .outer__course .course__container .banner .top__ .tags > .elem__tag > span {
    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;
    font-size: 14px;
    line-height: 19px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 250px;
    margin-right: 8px;
}
.course__main .outer__course .course__container .banner .top__ .tags > .elem__tag > span.light {
    color: #fff;
    background-color: #AE8439;
}
.course__main .outer__course .course__container .banner .top__ .tags > .elem__tag > span.dark {
    color: #fff;
    background-color: #818486;
}
.course__main .outer__course .course__container .banner .top__ .tags > .elem__tag p {
    margin: 0px;
    font-size: 13px;
    line-height: 17px;
    color: #2e2e2e;
    font-weight: 400;
}
.course__main .outer__course .course__container .banner .top__ .tags > .elem__tag:last-child {
    margin-right: 0px;
}
.course__main .outer__course .course__container .banner .top__ > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    line-height: 19px;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    text-decoration: none;
    color: white;
}
.course__main .outer__course .course__container .banner .top__ > a:hover {
    opacity: .7;
}
.course__main .outer__course .course__container .banner .top__ > a span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 5px;
}
.course__main .outer__course .course__container .feedback__wrapper {
    border-radius: 4px;
    background: #AE8439;
}
.course__main .outer__course .course__container .feedback__wrapper .inner__feedback {
    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;
    min-height: 265px;
    background: #AE8439;
    padding: 25px 15px;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
}
.course__main .outer__course .course__container .feedback__wrapper .inner__feedback .button__wrapper {
    display: -webkit-box;
    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;
}
.course__main .outer__course .course__container .feedback__wrapper .inner__feedback .button__wrapper > 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: #828587;
    -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;
    font-weight: 600;
    text-decoration: none;
}
.course__main .outer__course .course__container .feedback__wrapper .inner__feedback .button__wrapper > a:hover {
    background-color: #5d6062;
}
.course__main .outer__course .course__container .feedback__wrapper .inner__feedback > h6 {
    margin-top: 0px;
    margin-bottom: 7px;
    font-size: 30px;
    line-height: 34px;
    color: white;
    font-weight: 600;
}
.course__main .outer__course .course__container .feedback__wrapper .inner__feedback > p {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
    color: white;
}
.course__main .outer__course .course__container .course__description {
    padding-top: 20px;
    padding-left: 25px;
    padding-bottom: 50px;
    padding-right: 25px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-bottom: 23px;
}
.course__main .outer__course .course__container .course__description:last-child {
    margin-bottom: 0px;
}
.course__main .outer__course .course__container .course__description .elem__description {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #edeceb;
}
.course__main .outer__course .course__container .course__description .elem__description:last-child {
    border-bottom: 0px;
}
.course__main .outer__course .course__container .course__description .elem__description ul {
    padding: 0px;
    list-style-type: none;
    margin-bottom: 15px;
}
.course__main .outer__course .course__container .course__description .elem__description 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;
}
.course__main .outer__course .course__container .course__description .elem__description ul > li > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 8px;
    max-width: 8px;
    min-height: 8px;
    max-height: 8px;
    border-radius: 250px;
    background-color: #000000;
    position: relative;
    top: 6.5px;
    margin-right: 7px;
}
.course__main .outer__course .course__container .course__description .elem__description ul > li:last-child {
    margin-bottom: 0px;
}
.course__main .outer__course .course__container .course__description .elem__description ul:last-child {
    margin-bottom: 0px;
}
.course__main .outer__course .course__container .course__description .elem__description > p {
    margin: 0px;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 15px;
}
.course__main .outer__course .course__container .course__description .elem__description > p:last-child {
    margin-bottom: 0px;
}
.course__main .outer__course .course__container .course__description .elem__description > h6 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 31px;
    color: #2e2e2e;
    font-weight: 600;
}
.course__main .outer__course .course__container .course__description .elem__description:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.course__main .outer__course .course__side {
    min-width: 390px;
    max-width: 390px;
    background: #FFFFFF;
    overflow: hidden;
    border-radius: 4px;
}
.course__main .outer__course .course__side .course__steps {
    margin-top: 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;
}
.course__main .outer__course .course__side .course__steps > .elem__step {
    position: relative;
}
.course__main .outer__course .course__side .course__steps > .elem__step:last-child:before {
    content: none;
}
.course__main .outer__course .course__side .course__steps > .elem__step:last-child:after {
    content: none;
}
.course__main .outer__course .course__side .course__steps > .elem__step:after {
    content: "";
    position: absolute;
    width: 105px;
    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__main .outer__course .course__side .course__steps > .elem__step:before {
    content: "";
    position: absolute;
    width: 105px;
    height: 1px;
    background-color: #e1ddd0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    left: 10px;
}
.course__main .outer__course .course__side .course__steps > .elem__step.active > span {
    border-color: #AE8439;
    background-color: #AE8439;
    color: #fff;
}
.course__main .outer__course .course__side .course__steps > .elem__step.current:after {
    width: 105px;
}
.course__main .outer__course .course__side .course__steps > .elem__step.current > span {
    border-color: #AE8439;
    background-color: #AE8439;
    color: #fff;
}
.course__main .outer__course .course__side .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;
    
    border-radius: 250px;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}
.course__main .outer__course .course__side > .course__progress {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 20px;
}
.course__main .outer__course .course__side > .course__progress .progress__container > .elem__progress {
    margin-top: 10px;
    padding: 11px 18px;
    background: #F5EFE7;
    border-radius: 3px;
}
.course__main .outer__course .course__side > .course__progress .progress__container > .elem__progress .content__ {
    margin-top: 10px;
}
.course__main .outer__course .course__side > .course__progress .progress__container > .elem__progress .content__ 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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -4px;
}
.course__main .outer__course .course__side > .course__progress .progress__container > .elem__progress .content__ ul > li {
    margin: 4px;
}
.course__main .outer__course .course__side > .course__progress .progress__container > .elem__progress .content__ ul > li > a {
    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: #FFFFFF;
    border-radius: 30px;
    min-height: 21px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 11px;
    line-height: 14px;
    color: #17253c;
    text-decoration: none;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}
.course__main .outer__course .course__side > .course__progress .progress__container > .elem__progress .content__ ul > li > a:hover {
    opacity: .7;
}
.course__main .outer__course .course__side > .course__progress .progress__container > .elem__progress .content__ ul > li > a > img {
    margin-right: 6px;
    min-width: 13px;
    max-width: 13px;
}
.course__main .outer__course .course__side > .course__progress .progress__container > .elem__progress .content__ > p {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 16px;
    color: rgba(78, 78, 78, 0.91);
}
.course__main .outer__course .course__side > .course__progress .progress__container > .elem__progress .content__ > p:last-child {
    margin-bottom: 0px;
}
.course__main .outer__course .course__side > .course__progress .progress__container > .elem__progress .head__ {
    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;
    cursor: pointer;
}
.course__main .outer__course .course__side > .course__progress .progress__container > .elem__progress .head__.active > span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.course__main .outer__course .course__side > .course__progress .progress__container > .elem__progress .head__ > h6 {
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #4e4e4e;
}
.course__main .outer__course .course__side > .course__progress .progress__container > .elem__progress .head__ > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}
.course__main .outer__course .course__side > .course__progress > .head__ {
    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: 10px 18px;
    cursor: pointer;
    background: #F5EFE7;
    border-radius: 3px;
}
.course__main .outer__course .course__side > .course__progress > .head__.active > span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.course__main .outer__course .course__side > .course__progress > .head__ span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}
.course__main .outer__course .course__side > .course__progress > .head__ > p {
    margin: 0px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #4E4E4E;
}
.course__main .outer__course .course__side > .course__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;
    background: #AE8439;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 18px;
    padding-bottom: 18px;
}
.course__main .outer__course .course__side > .course__header > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    line-height: 15px;
    color: #4e4e4e;
    min-height: 28px;
    background: #F5EFE7;
    border-radius: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 12px;
    padding-right: 12px;
}
.course__main .outer__course .course__side > .course__header > h6 {
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    font-size: 20px;
    line-height: 31px;
    color: white;
    font-weight: 600;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.course__main .outer__course .course__side > .course__header > h6 > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 20px;
}
.course__main .outer__course .course__side > .course__header > h6 > span > img {
    min-width: 35px;
    max-width: 35px;
}

.info__slider {
    margin-bottom: 20px;
}
.info__slider .outer__info--slider {
    background: #FFFFFF;
    position: relative;
}
.info__slider .outer__info--slider .info__slider--grid {
    border-bottom: 1px solid #f1f1f1;
}
.info__slider .outer__info--slider .info__slider--grid .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.info__slider .outer__info--slider .info__slider--grid .content > .wrapper {
    width: 50%;
    position: relative;
    background: #F8F8F8;
    border-right: 1px solid #f1f1f1;
}
.info__slider .outer__info--slider .info__slider--grid .content > .wrapper:before {
    content: "";
    position: absolute;
    right: -14px;
    min-width: 28px;
    max-width: 28px;
    min-height: 28px;
    max-height: 28px;
    background: url("../images/polygon.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.info__slider .outer__info--slider .info__slider--grid .content > .wrapper .elem__wrapper {
    height: 100%;
}
.info__slider .outer__info--slider .info__slider--grid .content > .wrapper .elem__wrapper > .box {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.info__slider .outer__info--slider .info__slider--grid .content > .wrapper .elem__wrapper > .box > .image__ {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.info__slider .outer__info--slider .info__slider--grid .content > .wrapper .elem__wrapper > .box > .image__ > img {
    max-width: 100%;
    min-height: 405px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.info__slider .outer__info--slider .info__slider--grid .content > .wrapper .elem__wrapper > .box > .desc__ {
    width: 55%;
    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;
    padding: 40px 20px;
}
.info__slider .outer__info--slider .info__slider--grid .content > .wrapper .elem__wrapper > .box > .desc__ > .content__wrapper {
    width: 100%;
    max-width: 365px;
}
.info__slider .outer__info--slider .info__slider--grid .content > .wrapper .elem__wrapper > .box > .desc__ > .content__wrapper .controls__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 30px;
}
.info__slider .outer__info--slider .info__slider--grid .content > .wrapper .elem__wrapper > .box > .desc__ > .content__wrapper .controls__ > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 10px;
}
.info__slider .outer__info--slider .info__slider--grid .content > .wrapper .elem__wrapper > .box > .desc__ > .content__wrapper .controls__ > a:last-child {
    margin-right: 0px;
}
.info__slider .outer__info--slider .info__slider--grid .content > .wrapper .elem__wrapper > .box > .desc__ > .content__wrapper > p {
    margin: 0px;
    font-size: 14px;
    line-height: 18px;
    color: #434343;
}
.info__slider .outer__info--slider .info__slider--grid .content > .wrapper .elem__wrapper > .box > .desc__ > .content__wrapper > h6 {
    margin: 0px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #434343;
}
.info__slider .outer__info--slider .info__slider--grid .content > .wrapper .elem__wrapper > .box > .desc__ > .content__wrapper > h3 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 600;
    color: #AE8439;
}
.info__slider .outer__info--slider .info__slider--grid .content > .wrapper > p {
    position: absolute;
    top: 11px;
    right: 11px;
    margin: 0px;
    font-size: 16px;
    line-height: 21px;
    color: #4e4e4e;
    font-weight: 600;
}
.info__slider .outer__info--slider .info__slider--grid .content > .wrapper > p span.current {
    color: #d19537;
}
.info__slider .outer__info--slider .info__slider--grid .content > .text__ {
    width: 50%;
    padding: 35px 20px;
}
.info__slider .outer__info--slider .info__slider--grid .content > .text__ .text__elem {
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.info__slider .outer__info--slider .info__slider--grid .content > .text__ .text__elem > p {
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 21px;
    color: #434343;
}
.info__slider .outer__info--slider .info__slider--grid .content > .text__ .text__elem > p:last-child {
    margin-bottom: 0px;
}
.info__slider .outer__info--slider .info__slider--grid .content > .text__ .text__elem > h6 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
    color: #d19537;
}
.info__slider .outer__info--slider .bottom__controls {
    padding-top: 15px;
    padding-bottom: 15px;
    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;
}
.info__slider .outer__info--slider .bottom__controls > ul {
    padding: 6px;
    background: #F5EFE7;
    border-radius: 100px;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.info__slider .outer__info--slider .bottom__controls > ul > li {
    margin-right: 15px;
}
.info__slider .outer__info--slider .bottom__controls > ul > li.active > a {
    color: #fff !important;
    background-color: #d19537;
}
.info__slider .outer__info--slider .bottom__controls > ul > li.active > a > span {
    background-color: #4e4e4e;
    color: #fff;
}
.info__slider .outer__info--slider .bottom__controls > ul > li > a {
    border-radius: 250px;
    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: 40px;
    font-size: 14px;
    line-height: 19px;
    color: #4e4e4e;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    font-weight: 600;
    text-decoration: none;
    padding-right: 15px;
    padding-left: 6px;
}
.info__slider .outer__info--slider .bottom__controls > ul > li > a span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 10px;
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
    background: #FFFFFF;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 250px;
    font-size: 14px;
    line-height: 19px;
    color: #4e4e4e;
    font-weight: 600;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}
.info__slider .outer__info--slider .bottom__controls > ul > li:last-child {
    margin-right: 0px;
}
.info__slider .outer__info--slider .controls {
    position: absolute;
    top: 14px;
    right: 24px;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.info__slider .outer__info--slider .controls > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 12px;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}
.info__slider .outer__info--slider .controls > a:hover {
    opacity: .7;
}
.info__slider .outer__info--slider .controls > a:last-child {
    margin-right: 0px;
}
.info__slider .outer__info--slider .elem__info--slider > .header__ {
    padding: 15px 20px;
    border-bottom: 1px solid #F5EFE7;
}
.info__slider .outer__info--slider .elem__info--slider > .header__ > p {
    margin: 0px;
    font-size: 20px;
    line-height: 26px;
    color: #AE8439;
    font-weight: 600;
    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;
}
.info__slider .outer__info--slider .elem__info--slider > .header__ > p > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 8px;
}

@media (max-width: 1440px) {
    .sign__box .box__register {
        padding-bottom: 30px;
    }
    
    .sign__box .box__register {
        min-height: 560px;
    }
    
    .sign__box .inner__box {
        padding-bottom: 0px;
    }
    
    .sign__box > .float__left {
        max-width: 240px;
        left: 10px;
        top: 10px;
    }
    
    .sign__box > .float__right {
        max-width: 240px;
        right: 10px;
        top: 10px;
    }
    
    .sign__box .inner__box .login__ {
        margin-top: 50px;
        padding-bottom: 50px;
    }
}
@media (max-width: 1340px) {
    footer .outer__footer .top__part > .elem__top {
        margin-right: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 1240px) {
    footer .outer__footer .top__part > .elem__top > p {
        font-size: 12px;
        line-height: 16px;
    }
    
    footer .outer__footer .top__part > .elem__top .subscribe > p {
        font-size: 12px;
        max-width: 130px;
    }
    
    footer .outer__footer .top__part {
        padding: 20px 0px;
    }
}
@media (max-width: 1200px) {
    .course__main .outer__course .course__side > .course__header > h6 {
        font-size: 17px;
        line-height: 24px;
    }
    
    .course__main .outer__course .course__side {
        min-width: 320px;
        max-width: 320px;
    }
    
    .course__main .outer__course .course__side > .course__header > h6 > span {
        margin-right: 10px;
    }
    
    .top__slider .slider__big .slick-prev {
        left: 15px;
    }
    
    .top__slider .slider__big .slick-next {
        right: 15px;
    }
    
    .top__slider .slider__big .elem__big .box {
        margin-left: 80px;
        padding-right: 80px;
    }
    
    .top__slider .slider__big .elem__big .box > h2 {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 15px;
    }
    
    .watch__wrapper .outer__watch {
        height: 420px;
    }
    
    .double__info--wrapper .outer__double .elem__info .desc__ {
        min-width: 280px;
        /* max-width: 280px; */
        padding: 15px;
    }
    
    .double__info--wrapper .outer__double .elem__info .desc__ > img {
        height: 40px;
    }
    
    .double__info--wrapper .outer__double .elem__info .desc__ > h6 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    
    .courses__list .outer__courses .course__grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .program__list .outer__courses .course__grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .overview__block .outer__overview > .spacer {
        right: 262px;
        height: calc(100% - 50px);
        top: 25px;
    }
    
    .overview__block .outer__overview .overview__left {
        width: calc(100% - 300px);
    }
    
    .overview__block .outer__overview {
        padding: 25px;
    }
    
    header .outer__header .header__right .spacer {
        margin: 0px 15px;
    }
    
    header .outer__header .header__right .menu__wrapper ul > li {
        margin-right: 20px;
    }
    
    header .outer__header .header__logo > a:nth-child(1) > img {
        max-width: 170px;
    }
    
    header .outer__header .header__logo > span > img {
        max-width: 50px;
    }
    
    header .outer__header .header__right > .logo > img {
        max-height: 60px;
    }
    
    footer .outer__footer .bottom__part {
        padding: 25px;
    }
    
    .sign__box > .float__left {
        max-width: 180px;
        left: 10px;
        top: 10px;
    }
    
    .sign__box > .float__right {
        max-width: 180px;
        right: 10px;
        top: 10px;
    }
    
    footer .outer__footer {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    header .outer__header .header__logo > a {
        margin-right: 15px;
    }
}
footer .outer__footer .top__part {
    padding-top: 0px;
}

@media (max-width: 1140px) {
    footer .outer__footer .top__part > .elem__top:nth-child(3) {
        padding-bottom: 15px;
        border-bottom: 0px;
        margin-bottom: 0px;
    }
    
    footer .outer__footer .top__part > .elem__top {
        margin-right: 0px;
        padding-right: 0px;
        border-bottom: 1px dashed #9e6f24;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-right: 0px;
        width: 100%;
    }
    footer .outer__footer .top__part > .elem__top:last-child {
        border-bottom: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    
    footer .outer__footer .top__part > .elem__top > span {
        min-width: 50px;
    }
    
    footer .outer__footer .top__part {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.menu__button {
    display: none;
}

@media (max-width: 991px) {
    .program__list .outer__courses .course__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .double__info--wrapper .outer__double .elem__info .media__ {
        height: 340px;
    }
    .double__info--wrapper .outer__double .elem__info .media__ > img {
        width: 100%;
        height: 100%;
        -o-object-fit: fill;
        object-fit: fill;
    }
    .info__slider .outer__info--slider .info__slider--grid .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .info__slider .outer__info--slider .info__slider--grid .content > .wrapper:before {
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(90deg);
        transform: translateX(-50%) rotate(90deg);
        bottom: -20px;
        top: auto;
    }
    
    .info__slider .outer__info--slider .info__slider--grid .content > .wrapper {
        width: 100%;
    }
    
    .info__slider .outer__info--slider .info__slider--grid .content > .text__ {
        width: 100%;
    }
    
    .course__main .outer__course .course__container {
        margin-right: 0px;
    }
    
    .course__main .outer__course .course__container .feedback__wrapper .inner__feedback > h6 {
        font-size: 24px;
        line-height: 30px;
    }
    
    .course__main .outer__course .course__container .feedback__wrapper .inner__feedback > p {
        margin-bottom: 16px;
    }
    
    .course__main .outer__course .course__container .feedback__wrapper .inner__feedback > p {
        max-width: 440px;
    }
    
    .course__main .outer__course {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    
    .course__main .outer__course .course__side {
        min-width: 0px;
        max-width: 540px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    
    .course__main .outer__course .course__side .course__steps > .elem__step:before {
        width: 170px;
    }
    
    .course__main .outer__course .course__side .course__steps > .elem__step.current:after {
        width: 170px;
    }
    
    .our__progress .outer__progress .content__ > .elem__ {
        max-width: 31%;
    }
    
    .our__progress .outer__progress .head__ > h2 {
        font-size: 30px;
        line-height: 36px;
    }
    
    .double__info--wrapper .outer__double {
        grid-template-columns: 1fr;
        display: grid;
    }
    .double__info--wrapper .outer__double .elem__info {
        grid-template-columns: 1fr;
        display: grid;
    }
    
    .double__info--wrapper .outer__double .elem__info .media__ {
        max-width: 100%;
    }
    #page-site-index .double__info--wrapper {
        padding: 80px 0 !important;
    }
    .hero__top .container .annou > p {
        display: grid;
    }
    .hero__top .container .annou > p > span {
        display: flex;
        margin: 5px 20px;
    }
    .double__info--wrapper .outer__double .elem__info .desc__ {
        min-width: 0px;
        max-width: 100%;
        width: 100%;
    }
    
    .courses__list .outer__courses {
        padding: 15px;
    }
    
    .courses__list .outer__courses .course__grid .elem__course .course__media > img {
        height: 200px;
    }
    
    .courses__list .outer__courses .course__grid .elem__course .details__ {
        height: calc(100% - 200px);
    }
    
    .program__list .outer__courses {
        padding: 15px;
    }
    
    .program__list .outer__courses .course__grid .elem__course .course__media > img {
        height: 180px;
    }
    
    .program__list .outer__courses .course__grid .elem__course .details__ {
        height: calc(100% - 200px);
    }
    
    .learning__wrapper .outer__learning .learning__banner {
        padding-top: 50px;
    }
    
    .learning__wrapper .outer__learning .learning__banner .time > span {
        padding: 5px 8px;
    }
    
    .learning__wrapper .outer__learning .learning__banner {
        height: 340px;
        padding-bottom: 25px;
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .learning__wrapper .outer__learning .learning__banner .time {
        right: 12px;
        top: 12px;
    }
    
    .learning__wrapper .outer__learning .learning__banner .learning__desc > p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px;
    }
    
    .learning__wrapper .outer__learning {
        padding: 15px;
    }
    
    .learning__wrapper .outer__learning .learning__info {
        -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;
    }
    
    .learning__wrapper .outer__learning .learning__info .right__learning {
        margin-left: 0px;
        margin-top: 10px;
    }
    
    .learning__wrapper .outer__learning .learning__info .left__learning > p {
        font-size: 16px;
        line-height: 22px;
    }
    
    .learning__wrapper .outer__learning .learning__info .left__learning > span {
        height: 25px;
    }
    
    .learning__wrapper .outer__learning .learning__banner {
        margin-bottom: 12px;
    }
    
    .learning__wrapper .outer__learning .learning__info .left__learning > span {
        margin: 0px 9px;
    }
    
    .overview__block .outer__overview .overview__left > h2 {
        font-size: 30px;
        line-height: 36px;
    }
    
    .overview__block .outer__overview .overview__left .overview__desc {
        margin-top: 20px;
    }
    
    .overview__block .outer__overview .overview__left .overview__desc > p {
        margin-bottom: 15px;
        line-height: 24px;
    }
    
    .overview__block .outer__overview .overview__left .overview__desc .course__info {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 15px;
        border-radius: 20px;
    }
    .overview__block .outer__overview .overview__left .overview__desc .course__info > .spacer {
        display: none;
    }
    
    .menu__button {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: relative;
        z-index: 4;
    }
    .menu__button > a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-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;
    }
    .menu__button > a.active > span:nth-child(1) {
        top: 8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .menu__button > a.active > span:nth-child(3) {
        bottom: 8px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .menu__button > a.active > span:nth-child(2) {
        opacity: 0;
    }
    .menu__button > a > span {
        min-width: 28px;
        min-height: 3px;
        border-radius: 5px;
        background-color: #000;
        margin-bottom: 5px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: relative;
        -webkit-transition: .4s ease all;
        transition: .4s ease all;
        top: 0px;
        bottom: auto;
    }
    .menu__button > a > span:last-child {
        top: auto;
        bottom: 0px;
        margin-bottom: 0px;
    }
    
    header .outer__header .header__right {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 4;
        -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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        top: -100%;
        -webkit-transition: .7s ease all;
        transition: .7s ease all;
    }
    header .outer__header .header__right .menu__wrapper > ul {
        -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;
    }
    header .outer__header .header__right .menu__wrapper > ul > li {
        margin-right: 0px;
        margin-bottom: 12px;
    }
    header .outer__header .header__right .menu__wrapper > ul > li:last-child {
        margin-bottom: 0px;
    }
    header .outer__header .header__right > .spacer {
        display: none;
    }
    header .outer__header .header__right > .profile__wrapper {
        margin: 15px 0px;
    }
    
    footer .outer__footer .bottom__part .links {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    footer .outer__footer .bottom__part .info__ {
        -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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    footer .outer__footer .bottom__part .info__ > .info__left {
        margin-top: 15px;
        padding-top: 15px;
        width: calc(100% + 30px);
        margin-left: 0px;
        padding-left: 15px;
        padding-right: 15px;
        border-top: 1px solid #D6D6D6;
    }
    
    footer .outer__footer .bottom__part .info__ > .info__left > .desc__ {
        border-top: 1px solid #D6D6D6;
        margin-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        width: calc(100% + 30px);
    }
    
    footer .outer__footer .bottom__part .info__ > .info__left > .desc__ > p {
        text-align: center;
        font-size: 12px;
    }
    
    footer .outer__footer .bottom__part .info__ > .info__left {
        margin-right: 0px;
        -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;
    }
    
    footer .outer__footer .bottom__part .info__ > .info__left > .info__main {
        margin-right: 0px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    footer .outer__footer .bottom__part .copyright > p {
        text-align: center;
    }
    
    footer .outer__footer .bottom__part {
        padding: 20px 15px;
    }
    
    footer .outer__footer .bottom__part .links {
        padding: 12px 0px;
    }
    
    footer .outer__footer .bottom__part .copyright {
        -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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    footer .outer__footer .bottom__part .copyright > p {
        margin-top: 10px;
    }
    
    header .outer__header {
        padding: 10px 0px;
    }
    
    header .outer__header .header__logo > a:nth-child(1) > img {
        max-width: 120px;
    }
    
    header .outer__header .header__logo > span > img {
        max-width: 40px;
    }
    
    .double__info--wrapper .small__desc > p {
        font-size: 16px;
        line-height: 24px;
    }
    
    .double__info--wrapper .small__desc .grid__desc .spacer {
        margin: 0px 40px;
    }
    
    .double__info--wrapper .small__desc .grid__desc .el__ > span {
        font-size: 45px;
        line-height: 60px;
    }
    
    .double__info--wrapper .small__desc .grid__desc .spacer {
        height: 70px;
        top: 11px;
    }
}
@media (max-width: 767px) {
    .info__slider .outer__info--slider .elem__info--slider > .header__ > p {
        font-size: 17px;
        line-height: 23px;
    }
    body.format-site .main__left .article .article__main {
        grid-template-columns: repeat(1, 1fr);
    }
    body.format-site .main__left  .article .article__main .article__desc {
        margin: 0;
    }
    [dir="rtl"] .programprogress > .overview__circle {
        bottom: 340px;
        right: 0;
    }
    .programprogress > .overview__circle {
        bottom: 340px;
        right: 0;
    }
    .info__slider .outer__info--slider .elem__info--slider > .header__ {
        padding: 15px;
        padding-right: 105px;
    }
    
    .info__slider .outer__info--slider .controls {
        right: 10px;
    }
    .info__slider .outer__info--slider .controls > a {
        margin-right: 6px;
    }
    
    .course__main .outer__course .course__container .course__description {
        padding: 20px 15px;
    }
    
    .course__main .outer__course .course__container .feedback__wrapper .inner__feedback {
        min-height: 200px;
    }
    
    .path__wrapper .outer__path .elem__path .path__slider .slick-track {
        display: block !important;
    }
    
    .path__wrapper .outer__path .elem__path .path__slider .slick-slide {
        height: 100% !important;
    }
    
    .double__info--wrapper .small__desc .grid__desc .el__ > span {
        font-size: 40px;
        line-height: 50px;
    }
    
    .double__info--wrapper .small__desc .grid__desc {
        -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;
    }
    
    .double__info--wrapper .small__desc .grid__desc .spacer {
        margin: 20px 0px;
        width: 70px;
        height: 1px;
        top: 0px;
    }
    
    .top__slider .slider__big .slick-prev {
        min-width: 30px;
        max-width: 30px;
        min-height: 30px;
        max-height: 30px;
        left: -15px;
    }
    
    .top__slider .slider__big .elem__big .box {
        margin-left: 30px;
        padding-right: 30px;
    }
    
    .top__slider .slider__big .slick-next {
        min-width: 30px;
        max-width: 30px;
        min-height: 30px;
        max-height: 30px;
        right: -15px;
    }
    
    .top__slider .slider__big .elem__big .box .button__wrapper > a {
        min-height: 40px;
        min-width: 0px;
    }
    
    .top__slider .slider__big .elem__big .box {
        min-height: 420px;
    }
    
    .top__slider .slider__big .elem__big .box > h2 {
        font-size: 30px;
        line-height: 36px;
    }
    
    .top__slider .slider__big .elem__big .box > p {
        font-size: 14px;
        line-height: 19px;
    }
    
    .top__slider .slider__big .elem__big .box .button__wrapper {
        margin-top: 15px;
    }
    
    .our__progress .outer__progress {
        padding: 30px 15px;
    }
    
    .our__progress .outer__progress .head__ {
        margin-bottom: 25px;
    }
    
    .our__progress .outer__progress .content__ > .elem__ {
        max-width: 100%;
    }
    
    .our__progress .outer__progress .content__ {
        -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;
    }
    .our__progress .outer__progress .content__ > .elem__ {
        max-width: 240px;
        margin-bottom: 40px;
    }
    .our__progress .outer__progress .content__ > .elem__:last-child {
        margin-bottom: 0px;
    }
    
    .our__progress .outer__progress .head__ > h2 {
        font-size: 24px;
        line-height: 30px;
    }
    
    .watch__wrapper .outer__watch {
        height: 340px;
    }
    
    .learning__wrapper .outer__learning .learning__banner {
        height: 240px;
        padding-left: 12px;
        padding-bottom: 12px;
        padding-right: 12px;
    }
    
    .learning__wrapper .outer__learning .learning__banner .learning__desc > p {
        font-size: 16px;
        line-height: 22px;
    }
    
    .overview__block .outer__overview {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .overview__block .outer__overview .overview__right {
        min-width: 0px;
        max-width: 100%;
    }
    
    .overview__block .outer__overview .overview__left {
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px dashed #9E6F24;
    }
    
    .overview__block .outer__overview > .spacer {
        display: none;
    }
    
    .sign__box .box__register .step__ .thanks .button__wrapper > a {
        min-height: 45px;
    }
    
    .sign__box .box__register .step__ .thanks .button__wrapper {
        margin-top: 20px;
    }
    
    .sign__box .box__register .step__ .thanks > span {
        margin-bottom: 15px;
    }
    
    .sign__box .box__register .step__ .thanks > h6 {
        margin-bottom: 15px;
    }
    
    .sign__box .box__register .step__ > h6 {
        font-size: 16px;
        margin-bottom: 15px;
        line-height: 20px;
    }
    
    .sign__box .box__register .step__ .double__controls {
        margin-top: 15px;
    }
    
    .sign__box .box__register {
        min-height: 480px;
    }
    
    .sign__box .box__register .logo__ img {
        max-width: 240px;
    }
    
    .sign__box .box__register .step__ .info__desc .button__wrapper > a {
        min-height: 45px;
    }
    
    .sign__box .box__register .step__ .double__controls > a.next__button {
        min-height: 45px;
        min-width: 100px;
        max-width: 100px;
    }
    
    .sign__box .box__register .step__ .double__controls > a.back__button {
        min-height: 45px;
        min-width: 100px;
        max-width: 100px;
    }
    
    .sign__box > .float__right, .sign__box > .float__left {
        display: none;
    }
    
    .sign__box .inner__box .box__ .logo__ img {
        max-width: 100%;
    }
    
    .group__input > input {
        height: 45px;
    }
    
    .sign__box .inner__box .group__submit > button {
        height: 45px;
    }
    
    .sign__box .inner__box .sign__button > a {
        height: 45px;
    }
    
    .sign__box .inner__box .sign__button > p {
        margin-bottom: 10px;
    }
    
    .sign__box .inner__box .double__info {
        margin: 15px 0px;
    }
    
    .sign__box .inner__box .box__ .logo__ img {
        max-width: 240px;
    }
    
    .sign__box .inner__box {
        max-width: 380px;
    }
    
    .group__input.group__dropdown > a {
        min-height: 45px;
    }
    
    .sign__box .box__register .register__ {
        margin: 25px 0px;
    }
    
    .path__wrapper .outer__path .elem__path .head__ > h6 {
        margin-bottom: 12px;
        font-size: 18px;
        line-height: 24px;
    }
    
    .path__wrapper .outer__path {
        padding: 25px 15px;
    }
    
    .path__wrapper .outer__path .elem__path .head__ {
        margin-bottom: 15px;
    }
    
    .path__wrapper .outer__path .elem__path .controls {
        top: -15px;
        right: -5px;
    }
    .path__wrapper .outer__path .elem__path .controls > a {
        margin-right: 5px;
    }
    
    .path__wrapper .outer__path .elem__path .head__ {
        padding-top: 10px;
    }
    
    .course__main .outer__course .course__container .course__description .elem__description > h6 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 12px;
    }
    
    .course__main .outer__course .course__container .course__description .elem__description {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}
@media (max-width: 640px) {
    .info__slider .outer__info--slider .info__slider--grid .content > .wrapper .elem__wrapper > .box > .image__ {
        width: 50%;
    }
    
    .info__slider .outer__info--slider .info__slider--grid .content > .wrapper .elem__wrapper > .box > .desc__ {
        width: 50%;
    }
    
    .course__main .outer__course .course__container .banner .top__ .tags {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    
    .course__main .outer__course .course__container .banner .content__ > h6 {
        font-size: 24px;
        line-height: 28px;
    }
    
    .course__main .outer__course .course__container .banner .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;
    }
    
    .course__main .outer__course .course__container .banner .top__ > a {
        margin-bottom: 10px;
    }
    
    .course__main .outer__course .course__container .banner {
        padding: 17px 20px;
        padding-bottom: 35px;
    }
    
    .course__main .outer__course .course__container .banner > img {
        max-width: 180px;
    }
    
    .course__main .outer__course .course__container .banner .content__ .time {
        margin-top: 25px;
    }
    
    .course__main .outer__course .course__container .banner .content__ {
        margin-top: 30px;
    }
    
    .course__main .outer__course .course__side {
        max-width: 290px;
    }
    
    .course__main .outer__course .course__side > .course__header {
        -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;
    }
    
    .course__main .outer__course .course__side > .course__header > h6 {
        margin-right: 0px;
        -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;
        margin-bottom: 15px;
    }
    .course__main .outer__course .course__side > .course__header > h6 > span {
        margin-right: 0px;
        margin-bottom: 5px;
    }
    
    .course__main .outer__course .course__side > .course__progress > .head__ > p {
        font-size: 15px;
        line-height: 21px;
    }
    
    .course__main .outer__course .course__side > .course__progress .progress__container > .elem__progress .head__ > h6 {
        font-size: 13px;
        line-height: 20px;
    }
    
    .course__main .outer__course .course__side > .course__progress > .head__ {
        padding: 10px 12px;
    }
    
    .course__main .outer__course .course__side > .course__progress .progress__container > .elem__progress {
        padding: 10px 12px;
    }
    
    .top__slider .slider__big .elem__big .box > p {
        font-size: 13px;
        line-height: 18px;
    }
    
    .top__slider .slider__big .elem__big .box > h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    
    .watch__wrapper .outer__watch {
        height: 290px;
    }
    
    .program__list .outer__courses .course__grid {
        grid-template-columns: 1fr;
    }
    
    .program__list .outer__courses .course__grid .elem__course .details__ {
        height: auto;
    }
    
    .program__list .outer__courses .course__grid .elem__course .details__ {
        padding-bottom: 25px;
    }
    
    .program__list .outer__courses .course__grid .elem__course .course__media > img {
        height: 180px;
    }
    
    .program__list .outer__courses .course__grid .elem__course .details__ .list__ {
        position: static;
    }
    
    .program__list .outer__courses .course__grid .elem__course .details__ .progress {
        position: relative;
        width: 100%;
        bottom: 0px;
    }
    
    .courses__list .outer__courses .course__grid {
        grid-template-columns: 1fr;
    }
    
    .courses__list .outer__courses .course__grid .elem__course .details__ {
        height: auto;
    }
    
    .courses__list .outer__courses .course__grid .elem__course .details__ {
        padding-bottom: 25px;
    }
    
    .courses__list .outer__courses .course__grid .elem__course .course__media > img {
        height: 240px;
    }
    
    .courses__list .outer__courses .course__grid .elem__course .details__ .list__ {
        position: static;
    }
    
    .courses__list .outer__courses .course__grid .elem__course .details__ .progress {
        position: relative;
        width: 100%;
        bottom: 0px;
    }
    
    .info__slider .outer__info--slider .bottom__controls > ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        max-width: 240px;
        border-radius: 25px;
    }
    .info__slider .outer__info--slider .bottom__controls > ul > li {
        margin-right: 0px;
        width: 100%;
    }
    .info__slider .outer__info--slider .bottom__controls > ul > li > a {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media (max-width: 540px) {
    .double__info--wrapper .outer__double .elem__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .double__info--wrapper .outer__double .elem__info .media__ {
        max-width: 100%;
        height: 345px;
    }
    
    .double__info--wrapper .outer__double .elem__info .desc__ {
        padding-top: 60px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 25px;
    }
}
@media (max-width: 480px) {
    .info__slider .outer__info--slider .info__slider--grid .content > .wrapper > p {
        top: auto;
        bottom: 11px;
    }
    
    .info__slider .outer__info--slider .info__slider--grid .content > .wrapper .elem__wrapper > .box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .info__slider .outer__info--slider .info__slider--grid .content > .wrapper .elem__wrapper > .box > .image__ {
        width: 100%;
    }
    
    .info__slider .outer__info--slider .info__slider--grid .content > .wrapper .elem__wrapper > .box > .desc__ {
        width: 100%;
    }
    
    .info__slider .outer__info--slider .info__slider--grid .content > .wrapper .elem__wrapper > .box > .desc__ > .content__wrapper {
        max-width: 100%;
    }
    
    .info__slider .outer__info--slider .info__slider--grid .content > .wrapper .elem__wrapper > .box > .desc__ {
        padding: 30px 15px;
    }
    
    .info__slider .outer__info--slider .info__slider--grid .content > .wrapper .elem__wrapper > .box > .image__ > img {
        min-height: none;
    }
    
    .info__slider .outer__info--slider .info__slider--grid .content > .text__ {
        padding: 30px 15px;
    }
    
    .course__main .outer__course .course__container .banner > img {
        max-width: 120px;
    }
    
    .course__main .outer__course .course__container .banner {
        padding: 15px;
    }
    
    .course__main .outer__course .course__container .banner .content__ {
        margin-top: 15px;
    }
    
    .course__main .outer__course .course__container .banner .content__ > h6 {
        font-size: 20px;
        line-height: 25px;
    }
    
    .path__wrapper .outer__path .elem__path .path__slider .path__slide .header__ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .path__wrapper .outer__path .elem__path .path__slider .path__slide .header__ > .left__ {
        margin-bottom: 7px;
    }
    
    .path__wrapper .outer__path .elem__path .path__slider .path__slide .content__ {
        padding-left: 15px;
    }
    
    .path__wrapper .outer__path .elem__path .path__slider .path__slide .content__ .media {
        position: static;
        height: auto;
        margin-bottom: 15px;
    }
    
    .path__wrapper .outer__path .elem__path .path__slider .path__slide .content__ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .watch__wrapper .outer__watch > a {
        min-height: 40px;
        padding-left: 12px;
        padding-right: 12px;
    }
    
    .watch__wrapper .outer__watch > a span {
        margin-left: 8px;
    }
    .watch__wrapper .outer__watch > a span img {
        max-width: 19px;
    }
    
    .watch__wrapper .outer__watch {
        height: 210px;
    }
    
    .learning__wrapper .outer__learning .learning__info .left__learning {
        -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;
    }
    .learning__wrapper .outer__learning .learning__info .left__learning > span {
        display: none;
    }
    .learning__wrapper .outer__learning .learning__info .left__learning > p {
        margin-bottom: 7px;
    }
    
    .overview__block .outer__overview .overview__left > h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    
    .overview__block .outer__overview {
        padding: 25px 15px;
    }
    
    .overview__block .outer__overview .overview__left .overview__desc .course__info {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 25px;
        padding: 20px 15px;
    }
    
    .overview__block .outer__overview .overview__left .overview__desc .course__info .elem__course {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .overview__block .outer__overview .overview__left .overview__desc .course__info .elem__course > span {
        margin-right: 0px;
    }
    
    .overview__block .outer__overview .overview__left .overview__desc .course__info .elem__course .desc__ {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    footer .outer__footer .bottom__part .info__ .info__right .slider__ {
        min-width: 260px;
        max-width: 260px;
    }
    
    footer .outer__footer .bottom__part .info__ .info__right > .button__ {
        max-width: 260px;
        min-width: 260px;
    }
    
    footer .outer__footer .bottom__part .copyright > p {
        font-size: 13px;
    }
    
    footer .outer__footer .bottom__part .copyright .list__ {
        -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;
    }
    footer .outer__footer .bottom__part .copyright .list__ > .spacer {
        display: none;
    }
    footer .outer__footer .bottom__part .copyright .list__ > .spacer > ul {
        margin-top: 5px;
    }
    
    .sign__box .box__register .step__ .double__group {
        grid-template-columns: 1fr;
        grid-row-gap: 10px;
    }
    
    .sign__box .box__register .step__ .double__group {
        margin-bottom: 10px;
    }
    
    .group__input {
        margin-bottom: 10px;
    }
}
@media (max-width: 440px) {
    .courses__list .outer__courses .course__grid .elem__course .course__media > img {
        height: 210px;
    }
    .program__list .outer__courses .course__grid .elem__course .course__media > img {
        height: 180px;
    }
}
@media (max-width: 400px) {
    .double__info--wrapper .outer__double .elem__info .media__ {
        height: 290px;
    }
    
    .courses__list .outer__courses .course__grid .elem__course .course__media > img {
        height: 180px;
    }
    .program__list .outer__courses .course__grid .elem__course .course__media > img {
        height: 180px;
    }
    
    footer .outer__footer .top__part > .elem__top .subscribe {
        width: 100%;
    }
    
    footer .outer__footer .top__part > .elem__top .subscribe {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    footer .outer__footer .top__part > .elem__top .subscribe > a {
        width: 100%;
        margin-top: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 360px) {
    footer .outer__footer .bottom__part .info__ .info__right .slider__ {
        min-width: 240px;
        max-width: 240px;
    }
    
    footer .outer__footer .bottom__part .info__ .info__right > .button__ {
        max-width: 240px;
        min-width: 240px;
    }
}
.mform div.group__input.error span.error {
	width: 100%;
	padding: 10px 0px 15px 10px;
}
.sign__box .box__register div.group__input.error {
	border: 1px solid #cc2428;
	background: #fee6e6;
}
.sign__box .box__register div.group__input.error.hide {
    display: none;
}
.sign__box .box__register ul#errors1 li {
	color: #cc2428;
	padding-bottom: 10px;
}
.sign__box .box__register select.invalid {
    background-color: #ffdddd;
}
.mform span.error {
    font-weight: 400;
    font-size: var(--font-size-13);
    line-height: 1.15;
    padding: var(--gap-1) var(--gap-2);
    color: #cc2428;
    background: #fee6e6;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
}
.group__input.error .icon {
    top: 50px;
}
.sign__box .box__register input.invalid {
    background-color: #ffdddd;
}
.sign__box .box__register button {
    cursor: pointer;
    border: 0px;
}
.sign__box .box__register select {
    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;
    position: relative;
    width: 100%;
    background: #F0F0F0;
    border-radius: 3px;
    min-height: 55px;
    text-decoration: none;
    border: 0;
    padding-left: 12px;
    color: #4E4E4E;
}
/* #page-site-index #page, 
#page-site-index #page-footer {
    max-width: 1680px;
} */
#page-site-index .container.longer {
    padding: 0 !important;
}
#page-site-index .skip-block-to {
    display: none !important;
}
#page-site-index .totaraNav,
#page-site-index .totaraNav_prim {
    border-radius: 0 !important;
}
.sign__box .box__register .steps > .elem__step.finish:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
    left: 25px;
    height: 1px;
    background-color: #d19537 !important;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}
#page-site-index .double__info--wrapper .container.longer {
    background-color: transparent;
}
#page-site-index .double__info--wrapper {
    padding: 80px;
    background: url(../images/about_pattern.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #f4ede4 !important;
}
#page-site-index .double__info--wrapper .slick-prev:before,
#page-site-index .double__info--wrapper .slick-next:before {
    display: none;
}
#page-site-index .double__info--wrapper .slick-prev {
    min-width: 46px;
    max-width: 46px;
    min-height: 46px;
    max-height: 46px;
    background: url(../images/leftbig.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 2;
    left: 40px;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    opacity: .7;
    border-radius: 50%;
}
#page-site-index .double__info--wrapper .slick-next {
    min-width: 46px;
    max-width: 46px;
    min-height: 46px;
    max-height: 46px;
    background: url(../images/rightbig.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 2;
    right: 40px;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    opacity: .7;
    border-radius: 50%;
}
#page-site-index .double__info--wrapper .slick-list.draggable {
    max-width: 80%;
    margin: auto;
}
#page-site-index .double__info--wrapper .slick-list.draggable {
    max-width: 80%;
    margin: auto;
}
.double__info--wrapper .outer__double .elem__info .desc__ .button__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-cotnent: flex-start;
}
.double__info--wrapper .outer__double .elem__info .desc__ .button__wrapper > a {
    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: 50px;
    min-width: 160px;
    background: #AE8439;
    border-radius: 76px;
    text-decoration: none;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    
    font-size: 16px;
    line-height: 21px;
    padding-left: 15px;
    padding-right: 15px;
    color: #FFFFFF !important;
    font-weight: 500;
    margin-bottom: 15px;
}
.double__info--wrapper .outer__double .elem__info .desc__ .button__wrapper > a span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 15px;
}
.hero__top .container {
    background: url(../images/main_page_pattern.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #f4ede4 !important;
}

.hero__top .container .box {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 950px;
    padding: 10%;
    position: relative;
    z-index: 2;
}
.hero__top .container .box > p,
.hero__top .container .box > h2 {
    color: #17253C !important;
}
.hero__top .container .box .button__wrapper > a {
    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: 50px;
    min-width: 160px;
    background: #AE8439;
    border-radius: 76px;
    text-decoration: none;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    
    font-size: 16px;
    line-height: 21px;
    padding-left: 15px;
    padding-right: 15px;
    color: #FFFFFF !important;
    font-weight: 500;
}
.hero__top .container .how-img > img.img-fluid {
    border-bottom-left-radius: 80px;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
#page-site-index .block {
    background-color: transparent !important;
}
.hero__top .container .annou > p {
    margin: auto;
    width: 70%;
    background: #B40605;
    padding: 10px;
    color: #FFFFFF;
    font-size: 10px;
    border-radius: 4px;
}
.hero__top .container .annou > p > heading {
    font-size: 14px;
    display: flex;
    float: left;
    margin: -4px 10px;
    text-transform: uppercase;
}
.hero__top .container .col-md-12.annou {
    margin: 2% 0;
}
.hero__top .container .box > h4 {
    color: #AE8439 !important;
    font-weight: 600;
}
.hero__top .container .box .button__wrapper > a span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 15px;
}
.slick-dotted.slick-slider li.slick-active > button {
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background-color: #ae8439 !important;
}
.slick-dotted.slick-slider li > button {
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background-color: #FFF !important;
}
.hero__top .container .annou > p > span {
    display: flex;
}
.group__submit.border {
/*    border: 2px solid #f0f0f0;
    padding: 10px; */
}
.recent_updates.slick-initialized .slick-slide {
    margin: 10px;
}
.recent_updates.slick-initialized .slick-slide img {
    max-width: 100%;
    min-height: 240px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.recent_updates.slick-initialized .slick-slide .desc__ span {
    color: #ae8439;
    margin-bottom: 10px;
}
.recent_updates.slick-initialized .slick-slide .desc__ > p > a {
    color: #2E2E2E !important;
    font-weight: 600;
}
.recent_updates.slick-initialized .slick-slide .desc__ {
    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;
    padding: 30px;
    background: #fff;
    min-height: 120px;
}
.our__progress .outer__progress .recent_updates {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    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;
}
.overview__block .outer__overview .overview__left .overview__desc .course__info a {
    display: contents;
}
.totaraNav_prim .masthead_logo {
    margin: auto !important;
}

.program__list .outer__courses .course__grid > .elem__course .details__ ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.program__list .outer__courses .course__grid > .elem__course .details__ ul > li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    
    font-weight: 500;
}
.path-totara-program .display-program {
    background: #FFFFFF;
}
.programprogress > .overview__circle > p {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0px;
    font-size: 18px;
    line-height: 25px;
    color: #FFF;
    font-weight: bold;
}
.program__list > .overview__circle {
    position: relative;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.19);
    border-radius: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 140px;
    margin-bottom: 20px;
    float: right;
    background: #f5efe7;
    clear: both;
    bottom: 480px;
    right: -22px;
}
.program__list > .overview__circle > p {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0px;
    font-size: 18px;
    line-height: 25px;
    color: #ae8439;
    font-weight: bold;
}
.totaraNav_prim--side {
/* margin: 0 !important; */
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
    color: transparent!important;
}

[dir="rtl"] .courses__list .outer__courses h6 > span {
    margin-left: 12px;
}
[dir="rtl"] .courses__list .outer__courses .course__grid .elem__course .details__ ul > li span,
[dir="rtl"] .courses__list .outer__courses .course__grid .elem__course .details__ .list__ ul > li span {
    margin-left: 10px;
}

body.format-site .main__left .article {
    padding-top: 30px;
    padding-right: 35px;
    padding-bottom: 35px;
    padding-left: 45px;
    background: #17253C;
    border-radius: 10px;
	margin-bottom: 20px;
}
body.format-site .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.format-site .main__left .article .article__main .article__desc > p {
    margin: 0px;
    font-size: 14px;
    line-height: 21px;
    color: #2E2E2E;
    font-weight: 400;
}
body.format-site  .main__left .article .article__main .article__media {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
body.format-site .article .article__main .article__media > img {
    max-width: 265px;
}
body.format-site  .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.format-site .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.format-site .main__right {
    min-width: 40%;
    max-width: 500px;
    border-radius: 10px !important;
}
body.format-site .outer__main .main__left .article.program {
    display: block;
}
#view-program-content .totara-program {
    border-radius: 6px;
    margin-bottom: 10px;
    padding: 20px 10px 3px;
    background: #fff;
}
.mod_facetoface__eventinfo__card__toggle, .mod_facetoface__eventinfo__card__toggle:active, .mod_facetoface__eventinfo__card__toggle:focus, .mod_facetoface__eventinfo__card__toggle:hover, .mod_facetoface__eventinfo__card__toggle:active:focus, .mod_facetoface__eventinfo__card__toggle:active:hover {
    padding: 6px 12px !important;
    border-radius: 6px !important;
}
a.tui-actionLink.tui-actionLink--prim,
a.btn.btn-primary {
    color: #fff !important;
}
[dir="rtl"] .path-totara-program .display-program div.progressbar_container {
    float: left;
}
.path-totara-program .display-program div.progressbar_container {
    float: right;
    margin-top: -32px;
}
.block-prog-completions-list div.value {
    display: contents !important;
}

body.format-site .main__left .article .article__main, .courses__list .outer__courses .course__grid.current_courses {
    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;
}
[dir=rtl] .courses__list .outer__courses .course__grid.current_courses .elem__course.slick-slide {
    float: right;
}
.courses__list .outer__courses .course__grid.current_courses .elem__course {
    margin: 10px;
}
.course__grid.current_courses.ltr .slick-prev {
    left: -20px;
}
.course__grid.current_courses.rtl .slick-prev {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    background: url(../images/rightbig.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 2;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    border-radius: 50%;
    opacity: .8;
}
.course__grid.current_courses .slick-prev {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    background: url(../images/leftbig.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 2;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    border-radius: 50%;
    opacity: .8;
}
.course__grid.current_courses.ltr .slick-next {
    right: -20px;
}
.course__grid.current_courses.rtl .slick-next {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    background: url(../images/leftbig.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 2;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    border-radius: 50%;
    opacity: .8;
}
.course__grid.current_courses .slick-next {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    background: url(../images/rightbig.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 2;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    border-radius: 50%;
    opacity: .8;
}
.course__grid.current_courses .slick-prev:before,
.course__grid.current_courses .slick-next:before {
    display: none;
}
.pagination>.active>a, .pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span, .pagination>.active>span:hover, .pagination>.active>span:focus {
    color: #FFF !important;
}
.course__grid.current_courses.ltr .slick-track {
    min-width: 4922px !important;
}
.course__grid.current_courses.rtl .slick-track {
    min-width: 2670px; 
}
.block_current_learning li.block_current_learning-tile.filterDiv {
  display: none !important;
}
.block_current_learning li.block_current_learning-tile.filterDiv.show {
  display: block !important;
}
/* Style the buttons */
.block_current_learning #myBtnContainer button.filterdata {
    background-color: transparent !important;
    color: #b28c53 !important;
    outline: none !important;
    margin-bottom: 4px !important;
}
.block_current_learning #myBtnContainer button.filterdata.active {
  background-color: #b28c53 !important;
  color: white !important;
}
html[dir="ltr"] div#myBtnContainer {
    float: right;
    margin: auto 15px;
}
html[dir="rtl"] div#myBtnContainer {
    float: left;
    margin: auto 15px;
}
.progress .bar {
    line-height: 14px !important;
}
.progress.progress-striped.active {
    height: 15px !important;
}
.block_current_learning-tiles {
    clear: both;
}
.tw-evidence__select_type_info_buttons>.tw-evidence__select_type_info_button_primary {
    color: var(--btn-prim-text-color) !important;
}
html[dir="rtl"] .block_current_learning-tile__content .list__ ul > li span,
html[dir="rtl"] .courses__list .outer__courses .course__grid .elem__course .details__ ul > li span,
html[dir="rtl"] .courses__list .outer__courses .course__grid .elem__course .details__ .list__ ul > li span {
    margin-right: 0;
    margin-left: 2px;
}
html[dir="rtl"] .block_current_learning-tile__content .details__ ul > li,
html[dir="rtl"] .block_current_learning-tile__content .list__ ul > li,
html[dir="rtl"] .courses__list .outer__courses .course__grid .elem__course .details__ ul > li,
html[dir="rtl"] .courses__list .outer__courses .course__grid .elem__course .details__ .list__ ul > li {
    margin-right: 0;
    margin-left: 10px;
}
.tw-catalogResultsShare {
    display: none;
}

#id_supplyinfo .fcontainer.clearfix {
    display: grid;
    grid-template-columns: 50% 50%;
}
