body,
html {
  margin: 0px;
  padding: 0px;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

@font-face {
  font-family: "Dubai";
  src: url("../font/Dubai-Medium.ttf");
}
.container.medium {
  max-width: 1330px;
}
#page-site-index {
  background: url(../images/backrect.svg) !important;
  background-size: auto;
  background-repeat: repeat;
  background-position: center;
}
#page-site-index .container.longer,
#page-site-index .container {
  max-width: 1650px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
#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: #d19537;
  border-radius: 3px;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.4s ease all;
  transition: 0.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: 0.4s ease all;
  transition: 0.4s ease all;
}
.sign__box .box__register .step__ .double__controls > a.next__button:hover {
  opacity: 0.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: 0.4s ease all;
  transition: 0.4s ease all;
}
.sign__box .box__register .step__ .double__controls > a.back__button:hover {
  opacity: 0.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;
}
.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: #d19537;
  border-radius: 3px;
  min-height: 55px;
  width: 100%;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  border: 0px;
}
.sign__box .box__register .step__ .info__desc .button__wrapper > a:hover {
  opacity: 0.7;
}
.sign__box .box__register .step__ .info__desc > p {
  text-align: left;
  margin: 0px;
  font-size: 14px;
  line-height: 19px;
  color: #4e4e4e;
  font-weight: 400;
}
.sign__box .box__register .step__ .info__desc > ul {
  font-size: 14px;
  line-height: 19px;
  color: #4e4e4e;
  font-weight: 400;
}
.sign__box .box__register .step__ .info__desc > h6 {
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  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: 0.4s ease all;
  transition: 0.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: 0.4s ease all;
  transition: 0.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: 0.4s ease all;
  transition: 0.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: 0.4s ease all;
  transition: 0.4s ease all;
}
.sign__box .inner__box .sign__button > a:hover {
  opacity: 0.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: #d19537;
  border-radius: 3px;
  height: 55px;
  cursor: pointer;
  border: 0px;
  outline: none;
  font-size: 16px;
  line-height: 21px;
  color: white;
  font-weight: bold;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.sign__box .inner__box .group__submit > button:hover {
  opacity: 0.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: #d19537;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.sign__box .inner__box .double__info > a:hover {
  opacity: 0.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: 0.4s ease all;
  transition: 0.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: 0.4s ease all;
  transition: 0.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: #f1f1f1;
}

.background {
  background: url("../images/backrect.svg");
  background-size: auto;
  background-repeat: repeat;
  background-position: center;
}
.background.colored__back {
  background-color: #f1f1f1;
}

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: 0.4s ease all;
  transition: 0.4s ease all;
}
header .outer__header .header__right > .logo:hover {
  opacity: 0.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: #f1f1f1;
  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: 0.4s ease all;
  transition: 0.4s ease all;
}
header .outer__header .header__right .menu__wrapper ul > li > a:hover {
  color: #d19537;
}
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: 0.4s ease all;
  transition: 0.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: 0.7;
}

.overview__block {
  margin-bottom: 15px;
}
.overview__block .outer__overview {
  padding: 35px 60px;
  background: #d19537;
  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;
}
.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;
  -webkit-transition: 0.4s ease all;
  transition: 0.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: #d19537;
  border-radius: 3px;
  font-size: 14px;
  line-height: 19px;
  color: white !important;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.learning__wrapper
  .outer__learning
  .learning__banner
  .learning__desc
  > a:hover {
  opacity: 0.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;
}
.courses__list .outer__courses .course__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 20px;
}
.courses__list .outer__courses .course__grid > .elem__course {
  background: #f1f1f1;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.courses__list .outer__courses .course__grid > .elem__course:hover {
  opacity: 0.7;
}
.courses__list .outer__courses .course__grid > .elem__course .details__ {
  padding: 25px 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;
}
.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;
}
.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: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  color: #4e4e4e;
  font-family: "Dubai", sans-serif;
  font-weight: 500;
}
.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: 10px;
}
.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-family: "Dubai", sans-serif;
  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__ > 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: 0.4s ease all;
  transition: 0.4s ease all;
}
.courses__list
  .outer__courses
  .course__grid
  > .elem__course
  .details__
  > p:hover {
  opacity: 0.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: 275px;
  -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;
}
.courses__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: 0.4s ease all;
  transition: 0.4s ease all;
}
footer
  .outer__footer
  .bottom__part
  .info__
  > .info__left
  > .info__main
  > .logo:hover {
  opacity: 0.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: 0.8em;
  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: #d19537;
  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: 0.4s ease all;
  transition: 0.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;
}

.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: 100px;
  height: calc(100% - 275px);
}

.our__progress {
  margin-bottom: 20px;
}
.our__progress .outer__progress {
  background: #d19537;
  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: 150px;
}
.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;
  margin-bottom: 10px;
}
.our__progress .outer__progress .content__ > .elem__ > span > img {
  max-width: 100%;
  border-radius: 50%;
}
.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: 0;
}
.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;
  max-width: 325px;
  width: 100%;
  min-width: 320px;
  padding-left: 25px;
  padding-right: 25px;
  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 .desc__ > h6 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 32px;
  color: #d19537;
  font-weight: 600;
}
.double__info--wrapper .outer__double .elem__info .desc__ > p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 25px;
  color: #4e4e4e;
  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__ {
  width: 100%;
  height: 450px;
}
.double__info--wrapper .outer__double .elem__info .media__ > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top__slider {
  margin-bottom: 20px;
}
.top__slider .outer__slider {
  background-color: #fff;
}
.top__slider .small__desc {
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 25px;
}
.top__slider .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;
}
.top__slider .small__desc .grid__desc .spacer {
  margin: 0px 90px;
  width: 1px;
  height: 90px;
  background-color: #e7e5e5;
  position: relative;
  top: 12px;
}
.top__slider .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;
  font-family: "Dubai", sans-serif;
}
.top__slider .small__desc .grid__desc .el__ > p {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Dubai", sans-serif;
  font-weight: 500;
  color: #4e4e4e;
}
.top__slider .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: 0.4s ease all;
  transition: 0.4s ease all;
  border-radius: 50%;
  opacity: 0.7;
}
.top__slider .slider__big .slick-prev:hover {
  opacity: 0.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: 0.4s ease all;
  transition: 0.4s ease all;
  border-radius: 50%;
  opacity: 0.7;
}
.top__slider .slider__big .slick-next:hover {
  opacity: 0.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: 450px;
  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;
}
.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: #ffffff;
  border-radius: 76px;
  text-decoration: none;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  font-family: "Dubai", sans-serif;
  font-size: 16px;
  line-height: 21px;
  padding-left: 15px;
  padding-right: 15px;
  color: #4e4e4e !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: 0.7;
}
.top__slider .slider__big .elem__big .box > p {
  margin: 0px;
  font-size: 15px;
  line-height: 21px;
  color: white;
  font-weight: 600;
}
.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 {
  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: 0.4s ease all;
  transition: 0.4s ease all;
  background: #d19537;
  border-radius: 76px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff !important;
  font-family: "Dubai", sans-serif;
  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: #d19537;
  padding: 25px 20px;
}
.path__wrapper .outer__path .elem__path {
  position: relative;
}
.sign__box .box__register .logo__ > a > img,
.login__box > form > a > img {
  width: 340px;
}
.totaraNav_prim--side {
  display: contents !important;
}
.path__wrapper .outer__path .elem__path .path__slider {
  /* the parent */
}
.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: 0.4s ease all;
  transition: 0.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;
  min-height: 140px;
}
.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: #f1f1f1;
  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: 0.4s ease all;
  transition: 0.4s ease all;
}
.path__wrapper .outer__path .elem__path .controls > a:hover {
  opacity: 0.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: #d19537;
  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: #d19537;
}
.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: 0.4s ease all;
  transition: 0.4s ease all;
  text-decoration: none;
  color: white;
}
.course__main .outer__course .course__container .banner .top__ > a:hover {
  opacity: 0.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: #d19537;
}
.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: #d19537;
  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: 0.4s ease all;
  transition: 0.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: 0.4s ease all;
  transition: 0.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: #d19537;
  background-color: #d19537;
  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: #d19537;
  background-color: #d19537;
  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;
  font-family: "Dubai", sans-serif;
  border-radius: 250px;
  -webkit-transition: 0.4s ease all;
  transition: 0.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: #f1f1f1;
  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: 0.4s ease all;
  transition: 0.4s ease all;
}
.course__main
  .outer__course
  .course__side
  > .course__progress
  .progress__container
  > .elem__progress
  .content__
  ul
  > li
  > a:hover {
  opacity: 0.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: 0.4s ease all;
  transition: 0.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: #f1f1f1;
  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: 0.4s ease all;
  transition: 0.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: #d19537;
  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: #f1f1f1;
  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: #d19537;
}
.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: #f1f1f1;
  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: 0.4s ease all;
  transition: 0.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: 0.4s ease all;
  transition: 0.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: 0.4s ease all;
  transition: 0.4s ease all;
}
.info__slider .outer__info--slider .controls > a:hover {
  opacity: 0.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 #f1f1f1;
}
.info__slider .outer__info--slider .elem__info--slider > .header__ > p {
  margin: 0px;
  font-size: 20px;
  line-height: 26px;
  color: #d19537;
  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;
  }

  .double__info--wrapper .outer__double .elem__info .media__ {
    height: 340px;
  }

  .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(2, 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) {
  .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;
    grid-row-gap: 15px;
  }

  .double__info--wrapper .outer__double .elem__info .media__ {
    max-width: 440px;
  }

  .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);
  }

  .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: 0.4s ease all;
    transition: 0.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: 0.7s ease all;
    transition: 0.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;
  }

  .top__slider .small__desc > p {
    font-size: 16px;
    line-height: 24px;
  }

  .top__slider .small__desc .grid__desc .spacer {
    margin: 0px 40px;
  }

  .top__slider .small__desc .grid__desc .el__ > span {
    font-size: 45px;
    line-height: 60px;
  }

  .top__slider .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;
  }

  .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;
  }

  .top__slider .small__desc .grid__desc .el__ > span {
    font-size: 40px;
    line-height: 50px;
  }

  .top__slider .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;
  }

  .top__slider .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;
  }

  .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;
  }
}
@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;
  }

  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;
}
/* .our__progress:after {
  content: "";
  display: block;
  height: 20px;
  background-image: url(../images/backrect.svg);
  background-position: center bottom;
} */
#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: 180px;
  left: 25px;
  height: 1px;
  background-color: #d19537 !important;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.block_partners .info__right .slider__ .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;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  border-radius: 50%;
  opacity: 0.8;
}
.block_partners .info__right .slider__ .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;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  border-radius: 50%;
  opacity: 0.8;
}
.info__right .slider__ .slick-prev:before,
.info__right .slider__ .slick-next:before {
  display: none;
}
.slider__.slick-initialized.slick-slider img {
  max-width: 100%;
  height: auto;
  margin: auto;
  min-height: 120px;
}

.totaraNav_prim--side__separator {
  display: none !important;
}
.totaraNav_prim--side .langmenu {
  margin: 12px !important;
}

.slider__.slick-initialized.slick-slider .slick-list.draggable {
  max-width: 1100px;
  margin: auto;
}
.slider__.slick-initialized.slick-slider .slick-track {
    min-width: 200px !important;
}
.slider__.slick-initialized.slick-slider {
  max-width: 1360px;
  width: auto;
  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;
}
.elem__.slick-slide {
  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;
}
footer .col-sm-4.links li,
footer .col-sm-4.poweredby li {
  margin: 20px;
  margin-left: 0;
  text-align: center;
}
footer .col-sm-4.links ul,
footer .col-sm-4.poweredby ul {
  display: flex;
  list-style: none;
}
footer .col-sm-4.logo img {
  max-width: 14em;
}
footer .container {
  padding: 10px 20px;
  background-color: #f0f0f0;
  border-top: 2px solid #fff;
}

.default__title {
  margin-bottom: 35px;
}
.default__title > h2 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 900;
  color: #d19537 !important;
  margin: 0px;
}
.contact__us {
  margin-bottom: 30px;
  /* max-width: 580px; */
}
.faq__grid {
  clear: both;
}
.contact__us > h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 42px;
  font-weight: bold;
  color: #8b8b8b !important;
  line-height: 58px;
}
.contact__us > p {
  margin: 0px;
  font-size: 18px;
  line-height: 26px;
  color: #606060 !important;
  font-weight: bold;
}
.contact__us > a {
  margin-top: 20px;
  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;
  width: 100%;
  max-width: 350px;
  text-decoration: none;
  border-radius: 24px;
  background: #d19537;
  color: #fff !important;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.faq__block {
  padding-top: 30px;
  position: relative;
}
.faq__block .faq__wrapper .faq__grid .faq__elem {
  border-bottom: 2px solid #cfcfcf;
}
.faq__block
  .faq__wrapper
  .faq__grid
  .faq__elem.active__faq
  .faq__head
  .faq__status {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.faq__block .faq__wrapper .faq__grid .faq__elem .faq__content {
  padding-bottom: 30px;
}
.faq__block .faq__wrapper .faq__grid .faq__elem .faq__content > p {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 32px;
  color: #3d3d3d;
}
.faq__block .faq__wrapper .faq__grid .faq__elem .faq__content > p:last-child {
  margin-bottom: 0px;
}
.faq__block .faq__wrapper .faq__grid .faq__elem .faq__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;
  padding-bottom: 30px;
  padding-top: 30px;
}
.faq__block .faq__wrapper .faq__grid .faq__elem .faq__head .faq__status {
  margin-left: 10px;
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  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: 0.4s ease all;
  transition: 0.4s ease all;
  position: relative;
}
.faq__block
  .faq__wrapper
  .faq__grid
  .faq__elem
  .faq__head
  .faq__status
  > span:nth-child(1) {
  height: 2px;
  border-radius: 5px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 16px;
  background-color: #000000;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.faq__block
  .faq__wrapper
  .faq__grid
  .faq__elem
  .faq__head
  .faq__status
  > span:nth-child(2) {
  height: 16px;
  border-radius: 5px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 2px;
  background-color: #000000;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.faq__block .faq__wrapper .faq__grid .faq__elem .faq__head > p {
  margin: 0px;
  color: #606060;
  font-size: 18px;
  font-weight: bold;
}
.faq__block .faq__wrapper .faq__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;
  margin-bottom: 0px;
  padding-bottom: 40px;
  float: right;
}
.faq__block .faq__wrapper .faq__top > h2 {
  margin: 0px;
  color: #8b8b8b !important;
  font-size: 48px;
  line-height: 58px;
  font-weight: bold;
}
.faq__block .faq__wrapper .faq__top > 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-width: 145px;
  min-height: 48px;
  border-radius: 250px;
  background-color: #d19537;
  border-radius: 24px;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  text-decoration: none;
  color: #fff !important;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.faq__block .faq__wrapper .faq__top > a:hover {
  opacity: 0.7;
}
#page-site-index.editing .box.generalbox.sitetopic {
  display: block;
  visibility: 1;
}
#page-site-index .box.generalbox.sitetopic {
  display: none;
  visibility: 0;
}
.faq__block .faq__wrapper {
  background-color: #f0f0f0;
  padding: 0 40px;
}
#page-mod-page-view span.login > a,
#page-blocks-faq-index span.login > a {
  color: #ffffff !important;
}
footer {
  margin-top: 20px;
}

/* body.path-mod-quiz {
  background-color: #d19537 !important;
}
body.path-mod-quiz #region-main,
body.path-mod-quiz #region-main {
  border-bottom: 0 !important;
  width: 100%;
}
body.path-mod-quiz .totaraNav {
  display: none !important;
}
body.path-mod-quiz .totaraNav_prim {
  display: none !important;
}
body.path-mod-quiz .breadcrumb-container a {
  color: #d19537 !important;
}
body.path-mod-quiz .breadcrumb-container {
  background: #f1f1f1 !important;
  border-radius: 10px;
  max-width: 1200px;
  margin: 20px auto;
}
body.path-mod-quiz footer {
  display: none !important;
}
body.path-mod-quiz a {
  color: #ffffff !important;
}
body.path-mod-quiz table.generaltable td.cell,
body.path-mod-quiz table.generaltable th.cell,
body.path-mod-quiz table.generaltable tr {
  background-color: unset !important;
}
#page-mod-quiz-view .quizinfo,
#page-mod-quiz-view #page .quizgradefeedback,
#page-mod-quiz-view #page .quizattempt {
  text-align: left !important;
}
body.path-mod-quiz #page {
  margin: 2% auto;
  width: 100%;
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  color: white !important;
}
body.path-mod-quiz #start_attempt,
body.path-mod-quiz .que .info {
  display: none !important;
}
body.path-mod-quiz #block-region-side-pre,
body.path-mod-quiz #block-region-side-post {
  display: none !important;
}
body.path-mod-quiz .formulation .incorrect {
  background: unset !important;
}
body.path-mod-quiz .tfont-var-x:before {
  color: #ff0000 !important;
  font-weight: bold;
}
body.path-mod-quiz .generaltable > tbody > tr > th,
body.path-mod-quiz .generaltable > tbody > tr > td {
  border-top: unset !important;
}
body.path-mod-quiz .quizreviewsummary {
  width: 100% !important;
  margin: 0 auto !important;
  margin-bottom: 30px !important;
}
#page-mod-quiz-view .generalbox#feedback {
  width: 100% !important;
}
body.path-mod-quiz .generaltable > tbody > tr > td,
body.path-mod-quiz .generaltable > thead > tr > th {
  text-align: left !important;
}
body.path-mod-quiz table.quizreviewsummary th.cell {
  padding: 0px 0.5em 1px 0em;
  font-weight: bold;
  text-align: left;
  width: 10em;
  background: #f0f0f0;
}
body.path-mod-quiz .outcome {
  background: none !important;
  border-width: 0px 0px 0px 0px !important;
}
body.path-mod-quiz input[type="submit"],
body.path-mod-quiz input[type="button"] {
  border: 2px solid #fafafa !important;
}
body.path-mod-quiz .que .content {
  margin: 0;
} */

#page-mod-quiz-view,
#page-mod-quiz-summary,
#page-mod-quiz-review,
#page-mod-quiz-attempt {
  background-color: #d19537 !important;
}
#page-mod-quiz-view #region-main,
#page-mod-quiz-summary #region-main,
#page-mod-quiz-review #region-main,
#page-mod-quiz-attempt #region-main {
  border-bottom: 0 !important;
  width: 100%;
}
#page-mod-quiz-view .totaraNav,
#page-mod-quiz-summary .totaraNav,
#page-mod-quiz-review .totaraNav,
#page-mod-quiz-attempt .totaraNav,
#page-mod-quiz-view .totaraNav_prim,
#page-mod-quiz-summary .totaraNav_prim,
#page-mod-quiz-review .totaraNav_prim,
#page-mod-quiz-attempt .totaraNav_prim,
#page-mod-quiz-view footer,
#page-mod-quiz-summary footer,
#page-mod-quiz-review footer,
#page-mod-quiz-attempt footer,
#page-mod-quiz-view #start_attempt,
#page-mod-quiz-view .que .info,
#page-mod-quiz-summary #start_attempt,
#page-mod-quiz-summary .que .info,
#page-mod-quiz-review #start_attempt,
#page-mod-quiz-review .que .info,
#page-mod-quiz-attempt #start_attempt,
#page-mod-quiz-attempt .que .info,
#page-mod-quiz-view #block-region-side-pre,
#page-mod-quiz-view #block-region-side-post,
#page-mod-quiz-summary #block-region-side-pre,
#page-mod-quiz-summary #block-region-side-post,
#page-mod-quiz-review #block-region-side-pre,
#page-mod-quiz-review #block-region-side-post,
#page-mod-quiz-attempt #block-region-side-pre,
#page-mod-quiz-attempt #block-region-side-post {
  display: none !important;
}
#page-mod-quiz-view .breadcrumb-container a,
#page-mod-quiz-summary .breadcrumb-container a,
#page-mod-quiz-review .breadcrumb-container a,
#page-mod-quiz-attempt .breadcrumb-container a {
  color: #d19537 !important;
}
#page-mod-quiz-view .breadcrumb-container,
#page-mod-quiz-summary .breadcrumb-container,
#page-mod-quiz-review .breadcrumb-container,
#page-mod-quiz-attempt .breadcrumb-container {
  background: #f1f1f1 !important;
  border-radius: 10px;
  max-width: 1200px;
  margin: 20px auto;
}
#page-mod-quiz-view a,
#page-mod-quiz-summary a,
#page-mod-quiz-attempt a {
  color: #ffffff !important;
}
#page-mod-quiz-view table.generaltable td.cell,
#page-mod-quiz-view table.generaltable th.cell,
#page-mod-quiz-view table.generaltable tr,
#page-mod-quiz-summary table.generaltable td.cell,
#page-mod-quiz-summary table.generaltable th.cell,
#page-mod-quiz-summary table.generaltable tr,
#page-mod-quiz-review table.generaltable td.cell,
#page-mod-quiz-review table.generaltable th.cell,
#page-mod-quiz-review table.generaltable tr,
#page-mod-quiz-attempt table.generaltable td.cell,
#page-mod-quiz-attempt table.generaltable th.cell,
#page-mod-quiz-attempt table.generaltable tr {
  background-color: unset !important;
}
#page-mod-quiz-view .quizinfo,
#page-mod-quiz-view #page .quizgradefeedback,
#page-mod-quiz-view #page .quizattempt,
#page-mod-quiz-summary .quizinfo,
#page-mod-quiz-summary #page .quizgradefeedback,
#page-mod-quiz-summary #page .quizattempt,
#page-mod-quiz-review .quizinfo,
#page-mod-quiz-review #page .quizgradefeedback,
#page-mod-quiz-review #page .quizattempt,
#page-mod-quiz-attempt .quizinfo,
#page-mod-quiz-attempt #page .quizgradefeedback,
#page-mod-quiz-attempt #page .quizattempt {
  text-align: left !important;
}
#page-mod-quiz-view #page,
#page-mod-quiz-summary #page,
#page-mod-quiz-review #page,
#page-mod-quiz-attempt #page {
  margin: 2% auto;
  width: 100%;
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  color: white !important;
}
#page-mod-quiz-view .formulation .incorrect,
#page-mod-quiz-summary .formulation .incorrect,
#page-mod-quiz-review .formulation .incorrect,
#page-mod-quiz-attempt .formulation .incorrect {
  background: unset !important;
}
#page-mod-quiz-view .tfont-var-x:before,
#page-mod-quiz-summary .tfont-var-x:before,
#page-mod-quiz-review .tfont-var-x:before,
#page-mod-quiz-attempt .tfont-var-x:before {
  color: #ff0000 !important;
  font-weight: bold;
}
#page-mod-quiz-view .generaltable > tbody > tr > th,
#page-mod-quiz-view .generaltable > tbody > tr > td,
#page-mod-quiz-summary .generaltable > tbody > tr > th,
#page-mod-quiz-summary .generaltable > tbody > tr > td,
#page-mod-quiz-review .generaltable > tbody > tr > th,
#page-mod-quiz-review .generaltable > tbody > tr > td,
#page-mod-quiz-attempt .generaltable > tbody > tr > th,
#page-mod-quiz-attempt .generaltable > tbody > tr > td {
  border-top: unset !important;
}
#page-mod-quiz-view .quizreviewsummary,
#page-mod-quiz-summary .quizreviewsummary,
#page-mod-quiz-review .quizreviewsummary,
#page-mod-quiz-attempt .quizreviewsummary {
  width: 100% !important;
  margin: 0 auto !important;
  margin-bottom: 30px !important;
}
#page-mod-quiz-view .generalbox#feedback,
#page-mod-quiz-summary .generalbox#feedback,
#page-mod-quiz-review .generalbox#feedback,
#page-mod-quiz-attempt .generalbox#feedback {
  width: 100% !important;
}
#page-mod-quiz-view .generaltable > tbody > tr > td,
#page-mod-quiz-view .generaltable > thead > tr > th,
#page-mod-quiz-summary .generaltable > tbody > tr > td,
#page-mod-quiz-summary .generaltable > thead > tr > th,
#page-mod-quiz-review .generaltable > tbody > tr > td,
#page-mod-quiz-review .generaltable > thead > tr > th,
#page-mod-quiz-attempt .generaltable > tbody > tr > td,
#page-mod-quiz-attempt .generaltable > thead > tr > th {
  text-align: left !important;
}
#page-mod-quiz-view table.quizreviewsummary th.cell,
#page-mod-quiz-summary table.quizreviewsummary th.cell,
#page-mod-quiz-review table.quizreviewsummary th.cell,
#page-mod-quiz-attempt table.quizreviewsummary th.cell {
  padding: 0px 0.5em 1px 0em;
  font-weight: bold;
  text-align: left;
  width: 10em;
  background: #f0f0f0;
}
#page-mod-quiz-view .outcome,
#page-mod-quiz-summary .outcome,
#page-mod-quiz-review .outcome,
#page-mod-quiz-attempt .outcome {
  background: none !important;
  border-width: 0px 0px 0px 0px !important;
}
#page-mod-quiz-view input[type="submit"],
#page-mod-quiz-view input[type="button"],
#page-mod-quiz-summary input[type="submit"],
#page-mod-quiz-summary input[type="button"],
#page-mod-quiz-review input[type="submit"],
#page-mod-quiz-review input[type="button"],
#page-mod-quiz-attempt input[type="submit"],
#page-mod-quiz-attempt input[type="button"] {
  border: 2px solid #fafafa !important;
}
#page-mod-quiz-view .que .content,
#page-mod-quiz-summary .que .content,
#page-mod-quiz-review .que .content,
#page-mod-quiz-attempt .que .content {
  margin: 0;
}
body.path-mod-quiz div.submitbtns a.mod_quiz-next-nav {
    color: #fff !important;
    padding: 10px;
    border: 1px solid;
    border-radius: 10px;
}
div#breadcrumbs__block .container {
    float: left;
}
.block_partners .head__ > h3 {
  font-size: 30px !important;
  line-height: 38px;
  color: #cf9233;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
}
.block_partners .info__right {
  padding: 20px 0;
}
#page-site-index .block.chromeless.block {
  border-radius: 0px !important;
}
.block_programs_learning .info__slider {
  display: none;
}
body.path-mod .main__left, #page-course-view-topics .main__left {
    width: 100%;
    margin-right: 15px;
}
.double__info--wrapper .outer__double .elem__info .desc__{
    padding-top: 13%;
    display: flex;
    justify-content: flex-start;
}
body.path-mod #block-region-side-post,
#page-course-view-topics #block-region-side-post {
    width: 100% !important;
    padding-right: 0;
}
#page-enrol-index #block-region-side-post,
#page-enrol-index #block-region-side-pre {
    width: 100%;
}
body.pagelayout-incourse .main__left {
    width: 100%;
    margin-right: 15px;
}
body.pagelayout-incourse .main__right {
    min-width: 500px;
    max-width: 500px;
    border-radius: 10px !important;
}