:root {
  --btn-color: "";
  --btn-hover-color: "";
  --profile-container-color: #240d73;
  --editor-content: '';
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #240d73;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --offset: 188.5;
  --lastOffset: 178.5;
  --middleOffset: 46;
  --duration: 1.8s;
  --strokeWidth: 5px;
  --size: 60px;
  --color: #4285F4;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.d-none {
  display: none;
}

.input {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  height: 20px;
  width: 20px;
}

.popover {
  z-index: 999999999999999999;
}

.in-video {
  padding: 0px 10px;
  width: 70%;
  position: absolute;
  bottom: 55px;
  opacity: 0.2;
  left: 15%;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 40%;
}

.in-video:hover {
  opacity: 0.85;
}

#show-chats {
  transform: scale(1);
  position: absolute;
  bottom: 55px;
  left: 15%;
  opacity: 0.5;
  display: none
}

#show-chats {
  opacity: 0.8
}

.message-content-inner:hover::-webkit-scrollbar {}

.message-content-inner:hover::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #3e416d;
}

#login-container {
  transition: all 0.7s
}

#login-header img {
  transition: all 0.7s
}

.ck-editor__main {
  position: relative;
}

.ck-editor__main:after {
  content: attr(placeholder);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.ck-placeholder {
  position: absolute;
  z-index: 9;
  color: rgba(128, 128, 128, 0.56);
  margin-top: 55px;
  user-select: none;
  margin-left: 10px;
}

.course-label {
  transform: rotateZ(45deg) scale(1.5, 1);
  position: absolute;
  top: 10px;
  right: -5px;
  font-size: .85rem;
  letter-spacing: 1px;
  height: 21px;
  width: 80px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6)
}

.course-label.second {
  width: 158px
}

.course-label-text {
  color: white;
  position: absolute;
  transform: scale(0.666, 1) translateX(-50%);
  left: 50%;
}

.course-label.second>.course-label-text {
  transform: scale(0.666, 1) translateX(-4%);
}

.course-card-thumbnail:hover .course-label {
  opacity: 0.3 !important;
}

@media (max-width:640px) {

  .login-container [type=submit] {
    width: 90% !important;
    margin-left: 5%;
  }

  .course-label {
    top: -16px;
    height: 17px;
  }

  .course-label.second {
    width: 140px
  }

  .course-label-text {
    transform: scale(0.666, 1) translateX(-50%) translateY(5%);
    left: 69%;
    font-size: .55rem;
  }

  .course-label.second>.course-label-text {
    transform: scale(0.666, 1) translateX(-40%);
  }
}

[ng-quill-editor],
ng-quill-editor {
  display: block;
}

.uk-label {
  background: transparent !important;
  color: black !important;
  font-size: 100% !important;
  text-transform: capitalize !important;
}

@font-face {
  font-family: gotham-rounded;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Gotham-Rounded.ttf) format('woff')
}

@font-face {
  font-family: gotham-rounded;
  font-style: bold;
  font-weight: 600;
  src: url(../fonts/Gotham-Rounded-Medium.ttf) format('woff');
}

@font-face {
  font-family: gotham-rounded;
  font-style: bolder;
  font-weight: 700;
  src: url(../fonts/Gotham-Rounded-Bold.ttf) format('woff');
}


*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: Muli, Poppins, Helvetica, sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

html {
  background-color: #fafafa !important;
}

body {
  margin: 0;
  height: auto;
  font-family: gotham-rounded, helvetica neue, helvetica !important;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: #29303b;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  background: #fafafa !important;
}

@media (max-width:960px) {
  body {
    background: white;
  }
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

a,
.uk-link {
  color: #949393;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link,
.uk-link-toggle:focus .uk-link {
  color: #141e34;
  text-decoration: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp,
:not(pre)>code,
:not(pre)>kbd,
:not(pre)>samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  color: #f0506e;
  white-space: nowrap;
  padding: 2px 6px;
  background: #f8f8f8;
}


pre {
  color: #666;
  -moz-tab-size: 4;
  tab-size: 4;
  /* 1 */
  overflow: auto;
  -ms-overflow-style: scrollbar;
  line-height: 23px;
  padding: 13px;
  /* border: 1px solid #e5e5e5; */
  border-radius: 3px;
  background: #fff;
  font-size: 14px;
}

pre code {
  font-family: Consolas, monaco, monospace;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}


/* Block elements
 ========================================================================== */
/*
 * Margins
 */
p,
ul,
ol,
dl,
pre,
address,
fieldset,
figure {
  margin: 0 0 10px 0;
}

/* Add margin if adjacent element */
*+p,
*+ul,
*+ol,
*+dl,
*+pre,
*+address,
*+fieldset,
*+figure {
  /* margin-top: 15px; */
}

/* Headings
  ========================================================================== */
h1,
.uk-h1,
h2,
.uk-h2,
h3,
.uk-h3,
h4,
.uk-h4,
h5,
.uk-h5,
h6,
.uk-h6,
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge {
  margin: 0 0 15px 0;
  font-weight: 600;
  color: #141e34;
  text-transform: capitalize;
}

/* Add margin if adjacent element */
*+h1,
*+.uk-h1,
*+h2,
*+.uk-h2,
*+h3,
*+.uk-h3,
*+h4,
*+.uk-h4,
*+h5,
*+.uk-h5,
*+h6,
*+.uk-h6,
*+.uk-heading-small,
*+.uk-heading-medium,
*+.uk-heading-large,
*+.uk-heading-xlarge,
*+.uk-heading-2xlarge {
  /* margin-top: 30px; */
}

/*
  * Sizes
  */
h1,
.uk-h1 {
  font-size: 21px;
  line-height: 1.2;
}

h2,
.uk-h2 {
  font-size: 19px;
  line-height: 1.3;
}

h3,
.uk-h3 {
  font-size: 17px;
  line-height: 1.4;
}

h4,
.uk-h4 {
  font-size: 16px;
  line-height: 1.4;
}

h5,
.uk-h5 {
  font-size: 16px;
  line-height: 1.5;
}

h6,
.uk-h6 {
  font-size: 14px;
  line-height: 1.4;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-margin-medium-right\@m {
    margin-right: 30px !important;
  }

  .uk-margin-medium-left\@m {
    margin-left: 30px !important;
  }

  h1,
  .uk-h1 {
    font-size: 35px;
    font-weight: 600;
  }

  h2,
  .uk-h2 {
    font-size: 27px;
    font-weight: 600;
  }

  h3,
  .uk-h3 {
    font-size: 25px;
    line-height: 1.4;
  }

  h4,
  .uk-h4 {
    font-size: 21px;
    line-height: 1.4;
  }

  h5,
  .uk-h5 {
    font-size: 17px;
    line-height: 1.4;
  }

  h6,
  .uk-h6 {
    font-size: 15.5px;
    line-height: 1.4;
  }

  .title-watchedPercent {
    display: inline-block;
    position: relative;
    transform: tr;
  }
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border: solid;
  margin: 0px 10px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 15px 0;
  font-weight: 600;
  color: #141e34;
  text-transform: capitalize;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.code-example {
  max-height: 350px !important;
  margin-top: 20px;
}

/* ---------------------------------- */
/* Forms Reset & Styles
------------------------------------- */
input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select {
  height: 46px;
  line-height: 45px;
  padding: 0px 17px;
  outline: none;
  font-size: 14px;
  color: #808080;
  margin: 0 0 16px 0;
  border: 1px solid #e2e5ec;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  display: block;
  font-weight: 500;
  opacity: 1;
  border-radius: 4px;
  /* border: none; */
  /* box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12); */
  /* background-color: #dee2e6; */
}

select {
  padding: 15px 18px;
  cursor: pointer;
}

input {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
  color: #808080;
  transition: box-shadow 0.2s !important;
  opacity: 1;
  border: none;
  /* box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12); */
}

input:-webkit-autofill:focus,
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  -webkit-text-fill-color: #808080 !important;
}

/* With Border */
input.with-border,
input[type="text"].with-border,
input[type="password"].with-border,
input[type="email"].with-border,
input[type="number"].with-border,
textarea.with-border,
select.with-border {
  border: 1px solid #e0e0e0;
  box-shadow: none;
}

input.with-border:focus,
input[type="text"].with-border:focus,
input[type="password"].with-border:focus,
input[type="email"].with-border:focus,
input[type="number"].with-border:focus,
textarea.with-border:focus {
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.08);
}

input[type="submit"] {
  border: none;
  padding: 11px 18px;
  width: auto;
}

input[type="checkbox"] {
  display: inline;
}

input[type="radio"] {
  width: 15px;
  height: 15px;
  cursor: pointer;
  box-shadow: none;
}


/* Input Placeholder Color */
::placeholder {
  color: #808080;
  opacity: 1;
}

textarea {
  height: auto;
  line-height: 27px;
  padding: 20px;
  min-height: 130px;
  transition: none !important;
  min-width: 100%;
}

label,
legend {
  display: block;
  font-weight: bold;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 8px;
}


label span,
legend span {
  font-weight: normal;
  font-size: 14px;
  color: #444;
}

fieldset {
  padding: 0;
  border: none;
}



/* ---------------------------------- */
/* Input With Icon
------------------------------------- */
.input-with-icon {
  display: block;
  position: relative;
}

.input-with-icon input {
  padding-right: 45px;
}

.input-with-icon i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-size: 20px;
  color: #a0a0a0;
  font-style: normal;
  cursor: normal;
  pointer-events: none;
}

.input-with-icon i.currency {
  font-size: 14px;
}


/* Input with boxed icon */
.input-with-icon-left {
  position: relative;
}

.input-with-icon-left input {
  padding-left: 65px;
}

.input-with-icon-left i {
  position: absolute;
  top: 0;
  color: #a0a0a0;
  text-align: center;
  line-height: 48px;
  width: 48px;
  height: 48px;
  font-size: 19px;
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  display: block;
  border-radius: 4px 0 0 4px;
}

.input-with-icon-left.no-border i {
  border: none;
}

/* Input with boxed icon */
.input-with-icon-right {
  position: relative;
}

.input-with-icon-right input {
  padding-right: 65px;
}

.input-with-icon-right i {
  position: absolute;
  top: 0;
  right: 0;
  color: #a0a0a0;
  text-align: center;
  line-height: 48px;
  width: 48px;
  height: 48px;
  font-size: 19px;
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  display: block;
  border-radius: 0 4px 4px 0;
}

.input-with-icon-right.no-border i {
  border: none;
}



/* 
 ========================================================================
   Component: Container
 ========================================================================== */
/*
 * 1. Box sizing has to be `content-box` so the max-width is always the same and
 *    unaffected by the padding on different breakpoints. It's important for the size modifiers.
 */
.container {
  /* 1 */
  box-sizing: content-box;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
}

/* Phone landscape and bigger */
@media (min-width: 960px) {
  .container {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 0px;
  }
}

/*
   * Micro clearfix
   */
.container::before,
.container::after {
  content: "";
  display: table;
}

.container::after {
  clear: both;
}

/*
   * Remove margin from the last-child
   */
.container> :last-child {
  margin-bottom: 0;
}

/*
   * Remove padding from nested containers
   */
.container .container {
  padding-left: 0;
  padding-right: 0;
}

/* Size modifier
   ========================================================================== */
.container-xsmall {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.container-large {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.container-expand {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}


/* Expand modifier
 ========================================================================== */
/*
* Expand one side only
*/
.container-expand-left {
  margin-left: 0;
}

.container-expand-right {
  margin-right: 0;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-margin-medium-right\@s {
    margin-right: 30px !important;
  }

  .uk-margin-medium-left\@s {
    margin-left: 30px !important;
  }

  .container-expand-left.container-xsmall,
  .container-expand-right.container-xsmall {
    max-width: calc(50% + (750px / 2) - 30px);
  }

  .container-expand-left.container-small,
  .container-expand-right.container-small {
    max-width: calc(50% + (900px / 2) - 30px);
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {

  .container-expand-left,
  .container-expand-right {
    max-width: calc(50% + (1200px / 2) - 40px);
  }

  .container-expand-left.container-xsmall,
  .container-expand-right.container-xsmall {
    max-width: calc(50% + (750px / 2) - 40px);
  }

  .container-expand-left.container-small,
  .container-expand-right.container-small {
    max-width: calc(50% + (900px / 2) - 40px);
  }

  .container-expand-left.container-large,
  .container-expand-right.container-large {
    max-width: calc(50% + (1600px / 2) - 40px);
  }
}


/* ---------------------------------- */
/* section
------------------------------------- */

.section {
  box-sizing: border-box;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Desktop and bigger */
@media (min-width: 960px) {
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

/*
 * Micro clearfix
 */
.section::before,
.section::after {
  content: "";
  display: table;
}

.section::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
.section> :last-child {
  margin-bottom: 0;
}


/* Size modifiers
 ========================================================================== */
/*
* Small
*/
.section-small {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

/*
* Large
*/
.section-large {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

/*
* XLarge
*/
.section-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .section-small {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
  }

  .section-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }

  .section-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

/* ---------------------------------- */
/* section-header
------------------------------------- */

.section-header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  align-items: flex-end;
}

.section-header-left {
  flex: 1;
  min-width: 1px;
}

.section-header-left>* {
  margin-bottom: 0;
  color: #141e34;
}

.section-header-right {
  width: auto;
  align-items: center;
  display: flex;
  justify-content: center;
}

.section-header-right>* {
  margin-left: 10px;
}

.section-header-right a.see-all {
  position: relative;
  padding-right: 23px;
  color: #9799b1;
  line-height: 13px;
  font-size: 14px;
}

.section-header-right a.see-all:hover {
  color: #141e34;
}

.section-header-right a.see-all::after {
  font-family: "Feather-Icons";
  content: '\e930';
  font-size: 18px;
  right: 0;
  position: absolute;
}


/* ---------------------------------- */
/* home slider
------------------------------------- */

.home-hero {
  padding: 105px 0;
  position: relative;
  background-size: cover;
  height: 530px;
  background-position: 0px -175px;
  align-items: center;
  justify-content: center;
  display: flex;
  align-items: center;
}

.home-hero:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  /* z-index: 0; */
  /* background: linear-gradient(45deg, #36426b, transparent); */
}


/* Tablet landscape and smaller */
@media (max-width: 768px) {
  .section-header {
    /* display:block; */
    margin-bottom: 10px;
    padding-bottom: 13px;
    align-items: center;
  }

  .section-header-title>* {
    font-size: 17px;
    line-height: 1;
  }

  .section-header-link a {
    font-size: 14px;
    bottom: 0;
  }

}

/* ---------------------------------- */
/* header
------------------------------------- */

.header {
  top: 0;
  z-index: 1000;
  padding: 0;
  height: 70px;
  display: flex;
  align-items: center;
  transition: 0.3s;
  padding-left: 70px !important;
}

.page-menu~.header {
  margin-left: 250px;
  padding-left: 0px !important;
  width: calc(100% - 250px);
}

.page-menu~.header .container {
  padding: 30px;
}

.page-menu.menu-large~.header {
  margin-left: 70px;
  width: calc(100% - 70px);
}

.header.header-transparent {
  position: absolute;
  width: 100%
}

/* Header horizontal */

.header.header-horizontal {
  width: 100% !important;
  padding-left: 0 !important;
  background-color: #fff;
  position: fixed;
  box-shadow: 0px 2px 6px 0px #00000017;
}



.header.header-horizontal .logo {
  display: flex !important;
}

/* Header sticky */

.header-sticky {
  -webkit-box-shadow: 0 .5rem .5rem -.5rem rgba(0, 0, 0, .2) !important;
  box-shadow: 0 .5rem .5rem -.5rem rgba(0, 0, 0, .2) !important;
  background: rgba(255, 255, 255, 0.96);
  position: fixed;
  z-index: 1000;
}

.header .container {
  padding: 0px 16px;
  width: 100%;
}

.header .uk-navbar {
  align-items: center;
}

.header .logo {
  display: none;
  align-items: center;
}

.header .logo img {
  width: 30px
}

.header .logo span {
  font-size: 19px;
  margin-left: 10px;
  display: none
}

.page-content .header {
  padding-left: 0 !important
}

/* header admin */

.admin-panel .header {
  background: #141e34 !important;
  position: fixed;
}


.admin-panel .page-menu .btn-menu-trigger {
  left: 20px;
}

.admin-panel .page-menu.menu-large .btn-menu-trigger {
  left: 206px;
}

.admin-panel .page-menu .logo {
  background: #141e34;
  height: 70px;
  border-bottom: 0;
}

.admin-panel .page-menu .logo span {
  font-size: 18px;
  font-weight: 800;
  background-image: linear-gradient(45deg, #b2b5ee 0, #d9dbfd 35%, #a7b9da 60%, #6d74ff 100%) !important;
}

.admin-panel .page-menu.menu-large .logo span {
  background-image: linear-gradient(45deg, #b2b5ee 0, #b2b5ee 35%, #a7b9da 60%, #6d74ff 100%) !important;
}

.admin-panel .searchbox {
  border-radius: 4px !important;
  background: #ffffff2e !important;
  border-color: transparent !important;
  min-width: 426px;
  padding: 5px 18px;
}

.admin-panel .searchbox .uk-search-input {
  padding: 0px 0px !important;
}

.admin-panel .dropdown-search {
  min-width: 426px;
}

.admin-panel .dropdown-user-details {
  padding: 0px 16px;
  border: 0;
  padding-top: 10px;
}

.admin-panel .dropdown-user-details .dropdown-user-name span {
  color: #ffffffb3;
  font-size: 11.7px;
}

.admin-panel .dropdown-user-details .dropdown-user-name {
  color: white;
  padding-bottom: 0;
}

/* arrow indicator */
.admin-panel .dropdown-user-details::before {
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: "Feather-Icons";
  content: "\e92e";
  right: 0;
  position: absolute;
}

.admin-panel .dropdown-user-details.uk-open::before {
  transform: rotate(180deg);
  background-image: none !important;
}

@media (min-width: 1220px) {
  .admin-panel .page-menu {
    background: transparent;
    box-shadow: none;
  }

  .admin-panel .page-content {}
}

.admin-panel .page-menu.menu-large {
  background: white;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .04);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .04);
  z-index: 1001;
}

.admin-panel .page-menu .page-menu-inner {
  overflow-y: auto;
  height: calc(100% - 70px);
}

.admin-panel .header .header-widget {
  background: #141e34;
}

.admin-panel .header.uk-light .header-widget .header-widget-icon {
  color: rgba(255, 255, 255, 0.7) !important;
}

@media (max-width: 960px) {
  .header .logo span {
    display: inline
  }
}

@media (max-width: 1220px) {
  .header {
    height: 60px;
    padding-left: 0 !important;
    background-color: #fff;
    position: fixed;
    box-shadow: 0px 2px 6px 0px #00000017;
    width: 100% !important;
    margin-left: 0 !important;
  }

  .header .header-widget {
    top: 0 !important;
    left: 0 !important;
    right: unset !important;
    bottom: 0 !important;
  }

  .header .logo {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }

}

.display-as-2,
.display-as {
  border-radius: 7px;
  display: flex;
  background: #e0e0e0;
}

.display-as-2 {
  list-style-type: none;
  padding-left: 1px;
}

.display-as-2 li a,
.display-as a {
  padding: 10px 11px;
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  color: #040404;
}

.display-as-2 li.uk-active a,
.display-as a.active {
  background: #efefef;
  color: #ffffff;
  border-radius: 5px;
  cursor: auto;
  background: #141e34;
  box-shadow: 0px 2px 8px -6px rgba(0, 0, 0, 0.3);
}

@media (max-width: 640px) {

  .display-as-2 a,
  .display-as a {
    padding: 7px 8px;
    font-size: 16px;
  }

}




/* ---------------------------------- */
/* layouts
------------------------------------- */

.page-content {
  display: block;
  position: relative;
  margin-top: 60px;
}

.page-content-inner {
  max-width: 1150px;
  margin: auto;
  padding: 30px;
  padding-bottom: 0;
  position: relative;
}

.side-nav~.page-content {
  margin-left: 70px;
}

.header-horizontal~.page-content {
  margin-top: 70px;
}

@media (max-width:1220px) {
  .header-horizontal~.page-content {
    /* margin-top: 40px; */
  }

}


/* ---------------------------------- */
/*  Page Menu
------------------------------------- */

.page-menu {
  width: 250px;
  height: 100%;
  background: #ffffff;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 100;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .04);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .04);
  transition: all 300ms 0s ease-in-out;
}

.page-menu .page-menu-inner {
  overflow-y: auto;
  height: calc(100% - 40px);
}

.page-menu .simplebar-scrollbar {
  width: 5px
}

.page-menu .simplebar-track.simplebar-vertical:hover {
  width: 17px !important
}

.page-menu~.page-content {
  margin-left: 250px;
}

.page-menu.menu-large~.page-content {
  margin-left: 80px;
}

.page-menu .logo {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 17.5px 30px;
  background-color: transparent;
  /* padding-bottom: 0; */
  border-bottom: 1px solid #f2f2f2;
}

.page-menu .logo i {
  font-size: 28px;
  color: #141e34;
}

.page-menu .logo span {
  font-size: 18px;
  font-weight: 800;
  background-image: linear-gradient(45deg, #141e34 0, #7f85ab 35%, #a7b9da 60%, #b2b5ee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  color: #141e34 !important;
  padding-left: 10px !important;
}

.page-menu .logo img {
  width: 33px;
}

/* ---------------------------------- */
/* Page menu Navigation  
------------------------------------- */
.page-menu ul {
  list-style: none;
  padding: 0;
  margin: 21px 0 0 0;
  padding-top: 23px;
}

.page-menu ul:before {
  content: attr(data-submenu-title);
  padding: 0 35px;
  margin-top: -25px;
  display: block;
  color: #66676b;
  font-weight: 600;
  font-size: 14px;
}

/* 1st Level */
.page-menu ul li {
  display: block;
  transition: 0.3s;
  line-height: 25px;
  font-size: 15px;
}

.page-menu ul li a {
  color: #707070;
  display: flex;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  padding: 13px 32px;
}

.page-menu ul li a i {
  margin-right: 20px;
  width: 20px;
  font-size: 22px;
  color: #909090;
  transition: 0.3s;
  position: relative;
  top: 2px;
  display: inline-block;
}


.page-menu ul li.active-submenu a i,
.page-menu ul li.active a i,
.page-menu ul li:hover a i {
  color: #66676b;
}

.page-menu ul li.active-submenu,
.page-menu ul li.active,
.page-menu ul li:hover {
  background-color: rgba(102, 103, 107, 0.04);
  width: 100%;
}


.page-menu ul li.active-submenu a,
.page-menu ul li:hover a,
.page-menu ul li.active a {
  color: #66676b;
}

/* Dropdown Styles */
.page-menu ul li ul {
  padding: 0;
  margin: 0;
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  line-height: 0;
  transition: 0.3s;
  pointer-events: none;
  display: none;
}

.page-menu ul li.active-submenu ul {
  visibility: visible;
  padding: 0px 0 13px 0;
  line-height: 24px;
  opacity: 1;
  max-height: 200px;
  pointer-events: all;
  margin-top: 0 !important;
  padding-top: 0 !important;
  display: inline-block;
}

.page-menu ul li ul li {
  background-color: transparent;
  border: none;
  padding-left: 63px;
  position: relative;
  margin: 0;
}

.page-menu ul li ul li a {
  padding: 9px 0 !important;
}

.page-menu ul li ul li:hover {
  border: none;
  background-color: transparent;
}

/* Indicator Arrow */
.page-menu ul li a:after {
  font-family: "Feather-Icons";
  content: '\e92e';
  opacity: 1;
  font-size: 16px;
  transition: 0.3s;
  opacity: 1;
  line-height: 17px;
  width: 17px;
  height: 17px;
  color: #a8a8a8;
  display: inline-block;
  border-radius: 3px;
  margin-left: 7px;
  text-indent: 0;
  top: 1px;
  position: absolute;
  right: 35px;
  top: 15px;
}

.page-menu ul li.active-submenu a:after {
  content: '\e931';
}

.page-menu ul li.active-submenu a:after,
.page-menu ul li.active a:after,
.page-menu ul li:hover a:after {
  color: #66676b;
  opacity: 0.8;
}

.page-menu ul li ul:before,
.page-menu ul li a:only-child:after {
  content: '';
  display: none;
}

.page-menu ul li ul li a:after {
  display: none !important;
}

/* menu toggle btn */
.btn-menu-trigger {
  width: 40px;
  height: 40px;
  position: relative;
}

.btn-menu-trigger {
  display: inline;
  left: 206px;
  position: absolute;
  border-radius: 100%;
  margin-top: 13px;
  color: #929292;
  z-index: 10;
  cursor: pointer;
}

.btn-menu-trigger::before {
  font-family: "unicons";
  font-size: 23px;
  content: '\ebf0';
  line-height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.admin-panel .page-menu .btn-menu-trigger::before {
  content: '\e872';
  color: white;
}

.admin-panel .page-menu.menu-large .btn-menu-trigger::before {
  content: '\ebf1';
  color: #929292;
}


/* only large screen */

@media (min-width:1220px) {

  .page-menu.menu-large {
    width: 80px;
    overflow: hidden;
  }

  .page-menu.menu-large:hover {
    width: 250px;
    transition: all 300ms 0s ease-in-out;
    z-index: 10001;
  }

  .page-menu.menu-large .logo {
    padding: 17.5px 30px;
    background-color: #f9f9f9;
  }

  .page-menu.menu-large:hover .logo {
    padding: 14px 30px;
    /* background-color: transparent; */
  }

  .page-menu.menu-large:hover .logo a span {
    padding-left: 14px !important;
  }

  .page-menu.menu-large ul li a {
    padding: 17px 30px;
  }

  .page-menu.menu-large:hover ul li a {
    justify-content: initial !important;
  }

  .page-menu.menu-large:hover ul li a i {
    font-size: 20px
  }

  .page-menu.menu-large ul:before,
  .page-menu.menu-large ul li a span,
  .page-menu.menu-large .logo a span {
    position: absolute;
    padding-left: 30px;
  }

  .page-menu.menu-large ul:before,
  .page-menu.menu-large ul li a span,
  .page-menu.menu-large ul li a:after,
  .page-menu.menu-large .logo a span,
  .page-menu.menu-large .btn-menu-trigger,
  .page-menu.menu-large li.active-submenu {
    display: none;
  }

  .page-menu.menu-large:hover ul:before,
  .page-menu.menu-large:hover ul li a span,
  .page-menu.menu-large:hover.page-menu ul li a:after,
  .page-menu.menu-large:hover .logo a span,
  .page-menu.menu-large:hover .btn-menu-trigger,
  .page-menu.menu-large:hover li.active-submenu {
    display: inline-block;
  }

  .page-menu.menu-large:hover ul * li * a {
    padding: 11px 32px;
    justify-content: flex-start;
    align-items: initial;
  }

  .page-menu.menu-large ul {
    margin-top: 0;
    padding-top: 0;
  }

  .page-menu.menu-large:hover ul {
    margin: 21px 0 0 0;
    padding-top: 23px;
  }

}


@media (max-width: 1220px) {

  .page-menu {
    margin-left: -250px
  }

  

  .btn-menu-close {
    width: 40px;
    height: 40px;
    position: relative;
  }

  

  .btn-menu-close::before {
    font-family: "Feather-Icons";
    font-size: 22px;
    content: '\e92f';
    line-height: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }

  .btn-menu-trigger {
    display: none
  }

}


/* ---------------------------------- */
/* Side Nav 
------------------------------------- */

.side-nav .side-nav-bg {
  width: 70px;
  height: 100%;
  background: #ffffff;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .04);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .04);
}

.side-nav {
  position: relative;
  height: 100%;
}

.side-nav {
  position: fixed;
  width: 70px;
  height: 100%;
  left: 0;
  top: 0;
  background: #ffffff;
  z-index: 999999;
  transition: all 300ms 0s cubic-bezier(0.24, 0.49, 0.61, 0.31);
  /* -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.04); */
  /* box-shadow: 0 5px 15px rgba(0,0,0,.04); */
}

.side-nav .logo {
  padding: 18.5px 0;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f9f9f9;
}

.side-nav .logo i {
  font-size: 28px;
  opacity: 1;
  color: #141e34;
}

.side-nav .logo img {
  width: 33px;
}

.side-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-nav ul li {
  display: block;
}

.side-nav>ul>li>a {
  display: block;
  position: relative;
  z-index: 1000;
  color: #141e34;
  padding: 10px 0px;
  font-size: 19px;
  margin: 17px 15px;
  display: flex;
  justify-content: center;
  border-radius: 12px;
}


.side-nav ul li .side-menu-slide {
  position: fixed;
  height: 100%;
  width: 300px;
  left: -300px;
  top: 0;
  padding-left: 70px;
  display: block;
  background: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
  box-shadow: 8px 22px 23px rgba(0, 0, 0, .08);
  -webkit-transition: all .34s ease-in;
  transition: all .34s ease-in;
}

.side-nav ul li .side-menu-slide ul li a {
  width: 100%;
  padding: 16px 14px;
  padding-left: 26px;
  color: #83839c;
  margin: 0;
  font-weight: 500;
  text-align: left;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  border-bottom: 1px solid #f7f7fc;
  font-size: 15px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.side-nav ul li:hover .side-menu-slide {
  left: 0;
  -webkit-transition: all .34s ease-out;
  transition: all .34s ease-out;
}

.side-nav ul li .side-menu-slide ul li a:hover {
  color: #007791;
  padding-left: 34px;
  background: rgba(66, 133, 244, 0.04);
}

.side-nav ul li .side-menu-slide ul li a i {
  margin-right: 9px;
  margin-left: -1px;
}

.side-nav ul li .side-menu-slide ul li a:hover:after {
  opacity: 1;
  right: 20px;
}

.side-nav ul li .side-menu-slide .side-menu-slide-content {
  left: -300px;
  height: 100vh;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.side-nav .tooltips {
  position: absolute;
  left: 100%;
  display: inline-block;
  line-height: 26px;
  margin-left: 25px;
  background: #141e34;
  color: #fff;
  padding: 0px 10px;
  border-radius: 6px;
  font-size: 11px;
  white-space: nowrap;
  opacity: 0;
  -webkit-transform: scale(.7);
  transform: scale(.7);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  pointer-events: none;
  -webkit-transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, transform .2s, -webkit-transform .2s;
}

.side-nav ul li a:hover .tooltips {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.side-nav .tooltips:before {
  position: absolute;
  top: 50%;
  left: -3px;
  margin-top: -3px;
  content: "";
  display: inline-block;
  border-top: 3px solid transparent;
  border-right: 3px solid #141e34;
  border-bottom: 3px solid transparent;
}

/* chenge to white color if .uk-light */
.uk-light.side-nav .logo i,
.uk-light.side-nav ul li a {
  color: white
}

/* simplebar scrollbar */

.side-menu-slide-content .simplebar-vertical .simplebar-scrollbar:before {
  background: #b6babf;
}

/* accordion */
.side-menu-slide-content .uk-accordion li {
  margin-top: 0
}

.side-menu-slide-content .uk-accordion-content {
  border-right: 5px solid #9ac9d5;
  margin-top: 0
}

.side-menu-slide-content .uk-accordion-title::after {
  margin-right: 12px;
}

.side-menu-slide-content .uk-accordion-title::before {
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: "Feather-Icons";
  content: "\e930";
  background-image: none !important;
  color: rgba(0, 0, 0, 0.54);
}

.side-nav .uk-drop {
  width: 250px;
  margin-left: 11px;
}

@media (max-width: 1220px) {

  .page-content {
    margin-left: -0px !important;
    margin-top: 60px !important;
  }

  .page-content-inner {
    padding: 15px;
  }

  .side-nav {
    margin-left: -70px
  }

  

  .side-overly {
    position: fixed;
    display: none;
    width: 100%;
    top: 0;
    z-index: 1;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
  }

  



  .logo .logo-flip {
    display: none
  }

  /* tragger */
  .btn-mobile {
    border-radius: 5px;
    background: #ffffff;
    width: 40px;
    height: 40px;
    position: relative;
  }

  .btn-mobile::before {
    font-family: "Feather-Icons";
    font-size: 22px;
    content: '\e98f';
    line-height: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }

  

  

  active.menu-small .btn-mobile,
  

  


}



/* ---------------------------------- */
/* header widget menu icon 
------------------------------------- */


.header-widget {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-widget .header-widget-icon {
  align-items: center;
  border: 1px solid transparent;
  font-weight: 400;
  padding: 8px;
  white-space: nowrap;
  margin-left: 6px;
  position: relative;
  border-radius: 50%;
  color: #141e34;
}

/* for horizontal layout */
.header.header-horizontal .header-widget-icon {
  color: #b0b2be;
}

.uk-light .header-widget .header-widget-icon {
  color: rgba(255, 255, 255, 0.7)
}

.uk-light .header-widget .header-widget-icon:hover {
  color: white !important
}

.header-widget .header-widget-icon i {
  position: relative;
  text-align: center;
  flex: 1;
  font-size: 28px;
  padding: 0 !important;
  display: block;
}

.header-widget .header-widget-icon span {
  position: absolute !important;
  display: block;
  top: 2px;
  margin-left: -10px;
  font-weight: 700;
  height: 16px;
  width: 16px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  background-color: #ec5252;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  right: 3px;
  top: 3px;
}


.header-widget .header-widget-icon:not(.profile-icon):hover,
.header-widget .header-widget-icon:not(.profile-icon):focus {
  /* background: rgba(20, 23, 28, .05); */
  /* border-color: rgba(20, 23, 28, .05); */
  color: mediumslateblue !important;
}

.header-widget .header-widget-icon.btn-my-courses {
  border-radius: 5px;
  padding: 6px 11px;
  font-weight: 600;
  color: #b0b2be;
}

@media (min-width: 640px) and (max-width:1099px) {
  .header-widget {
    /* border-radius: 9px; */
    /*position: absolute;*/
    top: 18px !important;
    z-index: 1;
    /*background: white;*/
    right: 130px !important;
  }

  /* in horizontal version */
  .header .header-widget {
    top: 0 !important;
    left: 0 !important;
    right: unset !important;
    bottom: 0 !important;

  }
}

@media (min-width: 1099px) and (max-width:1220px) {
  .header-widget {
    /* border-radius: 9px; */
    /*position: absolute;*/
    top: 18px !important;
    z-index: 1;
    /*background: white;*/
    right: 130px !important;
  }

  /* in horizontal version */
  .header .header-widget {
    top: 11px !important;
    left: 0;
    padding-left: 0 !important;
    right: unset !important;
  }
}


@media (max-width: 640px) {

  .header-widget {
    width: 100%;
    justify-content: space-around;
    display: none;
    background: whitesmoke;
    padding: 6px 0;
    /*margin-top: 25px; */
    /* margin-bottom: 13px; */
  }

  .is-active.header-widget {
    position: absolute;
    display: inline-flex;
    width: 100%;
    background: #141e34 !important;
    ;
  }

  .night-mode .is-active.header-widget {
    background: #201f23 !important;
    ;
  }

  .header-widget .header-widget-icon {
    margin-left: 0px;
    padding-top: 14px;
    color: mediumslateblue !important;
  }

  .header-widget .header-widget-icon i {
    font-size: 22px;
  }

  /* for horizontal layout  */
  .header .header-widget-icon {
    color: #b0b2be !important;
  }

  .header-profile-icon {
    width: 35px !important;
  }

  .header-widget .header-widget-icon.btn-my-courses {
    display: none !important
  }
}

@media (max-width: 1220px) {

  .header-widget .header-widget-icon,
  .btn-mobile,
  .header.uk-light .uk-navbar-toggle,
  .header.uk-light .uk-navbar a {
    color: #b0b2be !important;
  }
}

/* ---------------------------------- */
/* Dropdown Notification box on header
------------------------------------- */

.dropdown-notifications {
  width: 355px;
  border-radius: 4px;
  padding: 0 !important;
}

.dropdown-notifications_ar {
  width: 355px;
  border-radius: 4px;
  padding: 0 !important;
}

.dropdown-notifications.large {
  width: 420px;
}

.dropdown-notifications_ar.large {
  width: 420px;
}

.dropdown-notifications.small {
  width: 230px;
}

.dropdown-notifications_ar.small {
  width: 230px;
}

.header-widget .dropdown-notifications:before {
  content: "";
  position: absolute;
  right: 8px;
  top: -13px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 13px solid #e8e9eb;
  border-color: transparent transparent #eaeaea transparent;
  top: -13px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 13px solid #e8e9eb;
  border-color: transparent transparent #eaeaea transparent;
}

.header-widget .dropdown-notifications_ar:before {
  content: "";
  position: absolute;
  left: 8px;
  top: -13px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 13px solid #e8e9eb;
  border-color: transparent transparent #eaeaea transparent;
  top: -13px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 13px solid #e8e9eb;
  border-color: transparent transparent #eaeaea transparent;
}

.night-mode .header-widget .dropdown-notifications_ar:before {
  border-color: transparent transparent hsl(255deg 6% 38%) transparent;
}

.dropdown-notifications-headline {
  padding: 12px 20px;
  line-height: 24px;
  border-bottom: 1px solid #e6e6e6;
  color: #29303b;
}

.dropdown-notifications-headline h4 {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14.4px;
  font-weight: 600;
  color: #666 !important;
}

.dropdown-notifications-headline a {
  float: right;
  position: relative;
  border-radius: 4px;
  height: 32px;
  text-align: center;
  line-height: 36px;
  top: -4px;
  right: -8px;
  color: #888;
  transition: 0.25s;
  outline: 0;
  border: 0;
  font-size: 16px;
  background: transparent !important;
}

button.mark-as-read:hover {
  background-color: #f2f2f2 !important;
  color: #888;
}

.dropdown-notifications-content {
  display: block;
  width: 100%;
  height: 315px !important;
}

.dropdown-notifications-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dropdown-notifications-content ul li {
  border-bottom: 1px solid #f3f3f3;
  transition: 0.25s;
  margin-right: 0;
  position: relative;
}

.dropdown-notifications-content ul li:last-child {
  border-bottom: 1px solid transparent;
}

.dropdown-notifications-content ul li:hover,
.notifications-not-read {
  background-color: #f7f8fa;
}

.dropdown-notifications-content ul li a {
  display: flex !important;
  flex-wrap: wrap;
  color: #666 !important;
  position: relative;
  padding: 16px 20px;
}

.dropdown-notifications-content .notification-image {
  height: auto;
  max-width: 105px;
  display: inline-block;
  text-align: center;
  color: #a0a0a0;
  transition: 0.25s;
  position: relative;
}

.dropdown-notifications-content .notification-image img {
  border-radius: 5px;
}

.dropdown-notifications-content .notification-image::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 62px;
  top: 0;
  z-index: 999;
  background: url(../images/icon-play.svg) no-repeat;
  background-size: auto 50%;
  background-position: center;
}

.dropdown-notifications-content .notification-image,
.dropdown-notifications-content .notification-text {
  flex: 1;
}

.notification-text,
.dropdown-notifications-content .notification-text {
  padding-left: 16px;
  padding-right: 5px;
  display: inline-block;
  line-height: 23px;
  font-size: 13.7px;
}

.dropdown-notifications-content .notification-text .time-ago {
  font-size: 12.7px;
  color: #a0a0a0;
}

.dropdown-notifications-content .notification-text.notification-msg-text .time-ago {
  position: absolute;
  top: 14px;
  display: inline-block;
  right: 16px;
  font-size: 11.5px;
}

.dropdown-notifications-content .notification-avatar {
  height: 42px;
  width: 42px;
  max-width: 42px;
  display: inline-block;
  border-radius: 50%;
  overflow: visible;
  align-self: flex-start;
}

.dropdown-notifications-content .notification-icon {
  font-size: 22px;
  height: 37px;
  width: 37px;
  padding: 0;
  max-width: 40px;
  display: inline-block;
  background-color: #f2f2f2;
  border-radius: 10px;
  line-height: 42px;
  text-align: center;
  color: white;
  transition: 0.25s;
  position: relative;
}

.dropdown-notifications-content .notification-icon i {
  position: relative;
}

.dropdown-notifications-content .notification-avatar img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
  border-radius: 50%;
}

.dropdown-notifications-content .notification-msg-text p {
  display: inline-block;
  line-height: 23px;
  font-size: 14px;
  margin: 4px 0;
}

.dropdown-notifications-footer {
  background: #f7f8fa;
  height: 51px;
  display: flex;
  justify-content: center;
  border-top: 1px solid #ebeef3;
  border-radius: 0 0 4px 4px;
}

.dropdown-notifications-footer a {
  color: #007791 !important;
  display: block;
  font-size: 13px;
  font-weight: 600;
  padding: 16px 15px;
  width: 100%;
  text-align: center;
}

/* customize scrollbar */
.dropdown-notifications-content .simplebar-scrollbar {
  right: 4px !important;
}

.dropdown-notifications-content .simplebar-scrollbar:before {
  background-color: #d0d0d0;
}

/* my course dropdown */
.my-courses-dropdown:before {
  display: none
}

.my-courses-dropdown .course-title {
  font-weight: bolder;
  display: block;
}

.my-courses-dropdown .course-number {
  font-size: 13px;
  letter-spacing: 2px;
}

.my-courses-dropdown .course-instructor {
  color: #929292;
  font-size: 13px;
}

.my-courses-dropdown .course-progressbar {
  margin-top: 3px;
}

/* header search box */
.searchbox {
  padding: 6px 19px;
  width: 100%;
  min-width: 220px;
  background: #f2f3f5;
  border-radius: 36px;
  position: relative;
}

.uk-light .searchbox {
  background-color: rgba(255, 255, 255, 0.0784313725490196);
  border: 2px solid rgba(255, 255, 255, 0.15);
}

.searchbox .uk-search-input {
  background: rgb(243, 243, 243) !important;
  background: transparent !important;
  font-weight: 600;
  border: none;
  height: auto;
}

.searchbox .btn-searchbox {
  position: absolute;
  right: 8px;
  border: 0;
  top: 4px;
  background: transparent;
}

.searchbox .btn-cancel {
  position: absolute;
  right: 8px;
  border: 0;
  top: 4px;
  background: transparent;
}

.searchbox .btn-cancel::after {
  font-family: "Line-Awesome";
  position: absolute;
  text-align: center;
  content: "\f191";
  color: darkgrey;
  z-index: 2;
  line-height: 29px;
  right: 10px;
  font-weight: 700;
  font-size: 18px;
}

.searchbox .btn-searchbox::after {
  font-family: "Feather-Icons";
  position: absolute;
  text-align: center;
  content: "\e9c1";
  color: darkgrey;
  z-index: 2;
  line-height: 29px;
  font-weight: 700;
  font-size: 18px;
  right: 10px
}

.dropdown-search {
  border-radius: 4px;
  padding: 0 !important;
  width: 280px !important;
  margin-left: -22px;
}

/* dropdown-search Nav */

ul.dropdown-search-list .list-title {
  transition: 0.3s;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .3px;
  color: #9799a2;
  padding: 7px 14px;
  background: #f5f6f7;
  border-bottom: 1px solid #e9eaed;
}

ul.dropdown-search-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 6px;
}

ul.dropdown-search-list li {
  margin: 0;
  padding: 0;
  display: block !important;
}

ul.dropdown-search-list li a {
  display: block;
  font-size: 13px;
  transition: 0.3s;
  color: #9799a2;
  padding: 7px 18px;
  /* font-weight: 600; */
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

ul.dropdown-search-list li a:hover {
  background-color: #f0f5fd;
  color: #2f3152;
}

ul.dropdown-search-list .menu-divider {
  margin: 4px 0;
  border: .3px solid rgba(222, 223, 224, .45);
}


/* header profile icon */
.profile-icon {
  padding: 0 !important;
  margin-left: 14px !important;
}

.header-profile-icon {
  width: 32px;
  padding: 0 !important;
  border-radius: 100%;
  position: relative;
}

/* for horizontal layout */
.header-horizontal .header-profile-icon {
  width: 56px;
}

/* User Menu Small Nav */
ul.dropdown-user-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 6px 0px;
}

ul.dropdown-user-menu li {
  margin: 0;
  padding: 0;
  display: block !important;
}

ul.dropdown-user-menu li a {
  display: block;
  font-size: 13px;
  transition: 0.3s;
  color: #9799a2;
  padding: 7px 17px;
  font-weight: 600;
}

ul.dropdown-user-menu li a:hover {
  background-color: #f0f5fd;
  color: #2f3152;
}

ul.dropdown-user-menu li a i {
  font-size: 19px;
  position: relative;
  top: 1px;
  margin-right: 7px;
  -webkit-font-smoothing: antialiased;
  transition: 0.3s;
}

ul.dropdown-user-menu .menu-divider {
  margin: 4px 0;
  border: .3px solid rgba(222, 223, 224, .45);
  padding: 0px;
}

/* dropdown User Details */
.dropdown-user-details {
  display: flex;
  padding: 21px 16px;
  padding-bottom: 9px;
  border-bottom: 1px solid #e6e6e6;
}

/* Avatar */
.dropdown-user-avatar {
  display: inline-block;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  position: relative;
}

.dropdown-user-avatar img {
  width: 100%;
  display: inline-block;
  border-radius: 50%;
  image-rendering: -webkit-optimize-contrast;
}

.dropdown-user-name {
  line-height: 20px;
  padding: 2px 0 0 15px;
  width: 100%;
  padding-bottom: 8px;
  font-weight: 600;
  color: #333;
  font-size: 18px;
}

.dropdown-user-details span {
  display: block;
  font-size: 13.7px;
  color: #888;
  font-weight: 500;
}

/* button option menu  */
.btn-option {
  position: absolute !important;
  top: 8px;
  right: 4px;
  font-size: 21px;
  padding: 5px 3px !important;
}

/* dropdown option menu */
.dropdown-option-nav {
  padding: 0 !important;
}

.dropdown-option-nav:before {
  content: "";
  position: absolute;
  right: 8px;
  top: -13px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #e8e9eb;
  border-color: transparent transparent #eaeaea transparent;
  top: -10px;
}

.uk-dropdown-top-right.dropdown-option-nav:before {
  right: 5px;
  top: -13px;
  border-bottom: 0;
  top: auto;
  bottom: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #d4d4d4;
}

.dropdown-option-nav ul {
  list-style: none;
  margin: 0;
  padding: 6px 0px;
  position: relative;
}

.dropdown-option-nav ul li {
  margin: 0;
  padding: 0;
  display: block !important;
}

.dropdown-option-nav .divider-line {
  margin: 4px 0;
  border: .3px solid rgba(222, 223, 224, .45);
}

.dropdown-option-nav ul li span {
  display: flex;
  align-items: center;
  font-size: 13px;
  transition: 0.3s;
  color: #9799a2;
  padding: 9px 14px;
}

.dropdown-option-nav ul li>span:hover {
  background-color: #f0f5fd;
}

.dropdown-option-nav ul li>span i {
  font-size: 19px;
  position: relative;
  top: 1px;
  margin-right: 7px;
  -webkit-font-smoothing: antialiased;
  transition: 0.3s;
}

.dropdown-option-nav ul li>span:hover {
  color: #2f3152;
}

@media (max-width: 640px) {

  .user-menu .dropdown-notifications,
  .dropdown-notifications {
    width: 100% !important;
    margin: auto;
    margin: auto;
    margin: auto;
    right: 10px !important;
    margin: auto;
    left: auto !important;
    margin: auto;
    max-width: 400px;
    top: 56px !important;
  }

  .dropdown-notifications:before,
  .dropdown-option-nav:before {
    display: none
  }

}

@media (max-width: 420px) {

  /*.user-menu .dropdown-notifications */
  .dropdown-notifications {
    width: 100% !important;
    margin: auto;
    margin: auto;
    margin: auto;
    right: 0 !important;
    margin: auto;
    left: 0 !important;
    margin: auto;
    max-width: 360px;
    top: 60px !important;
  }

  .dropdown-notifications-content .notification-text .time-ago {
    font-size: 13px;
  }

  .btn-option {
    top: -4px;
    right: -5px;
    padding: 5px 3px;
  }

  [dir=rtl] .btn-option {
    left: -5px;
  }
}




.nav-courses li a {
  padding: 10px 40px 10px 50px !important;
  border-radius: 7px;
}

.nav-courses li a i {
  left: 16px;
  top: 11px !important;
  font-size: 22px !important;
  position: absolute !important;
  bottom: 12px;
  display: block;
}



@media (max-width: 1099px) {
  .dropdown-nav li a i {
    display: none
  }

  .course-path-info ul {
    column-count: 1;
  }
}




/* Breadcrumbs */
#breadcrumbs {
  display: inline-block;
  border-radius: 5px;
  font-weight: 600;
  color: #062e69;
  font-size: 14px;
}

#breadcrumbs ul {
  margin: 0;
  padding: 0 8px 0px 0;
  line-height: 25px;
  font-weight: 500;
}

#breadcrumbs ul li a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #15307d;
  opacity: .7;
}

#breadcrumbs ul li a:hover {
  color: #66676b;
}

.uk-light #breadcrumbs ul li a,
.uk-light #breadcrumbs ul {
  color: white;
}

.uk-light #breadcrumbs ul li:before {
  color: rgba(255, 255, 255, 0.63);
}

#breadcrumbs ul li {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 2px;
  position: relative;
}

#breadcrumbs ul li:first-child:before {
  display: none;
}

#breadcrumbs ul li:first-child {
  margin-left: 0;
}

#breadcrumbs ul li:before {
  display: inline-block;
  font-size: 11px;
  margin-right: 4px;
  font-family: "Feather-Icons";
  font-weight: 700;
  transform: translate(0%, 5%);
  content: "\e930";
}

#breadcrumbs ul li.home-icon a {
  opacity: 1;
  font-size: 24px;
  top: 4px;
  position: relative;
  line-height: 0;
  padding: 0;
  display: inline-block;
}

#breadcrumbs ul li.home-icon i {
  line-height: 0;
}

@media(max-width:640px) {
  .comments-avatar {
    position: static !important;
  }

  .comment-content {
    color: #666;
    padding: 0 70px 0 0 !important;
  }

  #breadcrumbs {
    display: none
  }
}

/* ---------------------------------- */
/* Course details
------------------------------------- */
.course-details {
  margin: 20px 0;
  margin-bottom: 40px;
  padding: 20px
}

.course-details .container {
  padding: 0
}

.course-details h1 {
  margin-bottom: 10px;
  font-size: 30px;
}

.course-details p {
  letter-spacing: .2px;
  font-size: 16px;
  line-height: 25px;
  color: #656565;
}

.course-details-info {
  margin: 4px 0;
}

.course-details-info ul {
  display: flex;
  margin-top: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 15px;
}

.course-description-content {
  padding: 10px;
}

.course-description-content h4 {
  font-weight: 600;
}

.course-description-content h4:not(:first-child) {
  margin-top: 28px;
  font-weight: 600
}

.course-details-sticky {
  top: 0;
  right: 0;
}

/* light color */
.uk-light .course-details p,
.uk-light .course-details-info ul li {
  color: rgba(255, 255, 255, 0.7) !important
}


@media (max-width: 768px) {
  #course-reg-modal {
    width: 100% !important;
    height: 100% !important;

  }

  .mds-popup.active {
    width: 90% !important;
  }

  .mdp-datepicker .mds-popup.active,
  .mdp-timepicker .mds-popup.active {
    width: auto !important;
  }

  .course-details {
    margin: 0
  }

  .course-details h1 {
    font-size: 22px
  }

  .course-details-info {
    margin: 10px 0;
    margin-bottom: 0;
  }

  .course-details-info ul {
    display: block;
    flex-wrap: wrap;
  }

  .course-details-info {
    font-size: 15px;
  }

  .star-rating .star.half:after,
  .star-rating .star:before {
    font-size: 16px !important;
  }

  .star-rating .avg {
    font-size: 10px !important;
    line-height: 12px !important;
    padding: 5px 5px !important;
    margin-right: 6px !important;
  }
}

.course-details-info ul li {
  margin-right: 15px;
  color: #808080;
  display: block;
}

.course-details-info ul li:last-child {
  margin-right: 20px;
}

.course-details-info ul li .star-rating {
  top: -2px;
  position: relative;
}

.course-details-info ul li i {
  margin-right: 3px;
  position: relative;
  top: 0;
}

.course-details-info a {
  color: #dcdfe5;
  font-weight: 600;
}

.course-card .course-details-info a {
  color: #141e34;
  font-weight: 600;
}

ul:last-child li .course-details-info a[target=_blank] {
  color: white !important;
  font-weight: 600;
}

.night-mode .course-details-info a {
  color: #000;
}

.about .uk-text-lead {
  font-size: 1.2rem;
}

.about strong {
  font-size: 1.7rem;
}

.course-details-info a:hover {
  color: #66676b;
}


/* course description contetns */
.course-description-content h3:not(:first-child) {
  margin-top: 28px;
}


/* course info list */
.course-info-list {
  margin: 15px 0 0;
}

.course-info-list-single {
  display: flex;
  padding: 11px 10px 3px 9px;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
}

.course-info-list-single-icon {
  margin-left: auto;
  color: #141e34;
  font-size: 23px;
}

.course-info-list-single-label>* {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
}

.btn-course-start {
  position: relative !important;
  display: inline-block !important;
  color: #141e34 !important;
  background-color: rgb(255, 255, 255);
  align-items: center;
  font-size: 1rem !important;
  padding: 13px 17px !important;
  line-height: 26px !important;
  max-height: 54px;
}

.btn-course-start:hover {
  background-color: #141e34;
  color: white !important
}

.btn-course-start-2 {
  position: relative;
  display: inline-block;
  color: #141e34;
  font-size: 22px;
  font-weight: 600;
}

.btn-course-start-2 i {
  font-size: 18px;
  font-weight: 700;
}


/* course-card-trailer in course resume page */
.course-card-trailer {
  margin-top: -300px !important;
  padding: 10px;
  border-radius: 10px;
  background-color: white;
  box-shadow: -12px 12px 21px -5px rgba(25, 42, 70, .13);
}

.course-resume-wrapper {
  margin-top: -65px;
  padding-top: 75px;
  padding-right: 20px;
  padding-bottom: 40px;
  background-size: contain;
  background-image: url(../images/bg-shapes/course-dhashboard-bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.night-mode .course-resume-wrapper {
  background-image: url(../images/bg-shapes/course-dhashboard-bg-dark.jpg);
}

.night-mode label span,
.night-mode legend span {
  color: aliceblue !important;
}

.night-mode p,
.night-mode p span,
.night-mode strong {
  color: rgba(255, 255, 255, 0.9) !important
}

.night-mode .btn-default {
  background: hsl(180deg 0% 100%) !important;
  color: black !important;
  font-weight: bold;
}

.night-mode #sidenav,
.night-mode #sidenav .list-group-item {
  background-color: #201f23a8;
}

.course-resume-wrapper .subnav {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 8px 0px;
  border-radius: 0px 20px 20px;
  max-width: 750px;
  margin-top: 30px;
  padding-top: 6px;
  background: white;
  overflow: hidden;
}

.course-resume-wrapper .subnav i {
  display: none;
}

@media (max-width:960px) {
  .course-details-wrapper {
    margin-top: -20px;
  }

  .course-card-trailer {
    margin-top: 0px !important;
  }

  .course-resume-wrapper {
    background-image: none;
    padding: 0;
    padding-bottom: 0px;
    padding-top: 90px;
    margin-bottom: 20px;
  }

  .course-resume-wrapper .subnav {
    margin-top: 23px;
    border-radius: 10px;
    margin-bottom: -18px;
  }

  .course-resume-wrapper .subnav span {
    display: none
  }

  .course-resume-wrapper .subnav i {
    display: block;
    font-size: 21px;
  }

  .btn-course-start-2 {
    font-size: 18px
  }
}

/* ---------------------------------- */
/* course curriculum list
------------------------------------- */

ul.course-curriculum-list {
  padding: 0;
  list-style: none;
}

.course-curriculum-list>li {
  display: block;
  padding: 14px 55px 14px 65px;
  line-height: 27px;
  font-size: 15.5px;
  font-weight: 600;
  position: relative;
  color: #666;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.course-curriculum-list>li:hover {
  background-color: #f9fafe;
}

.course-curriculum-list>li>a {
  padding: 3px 7px;
  margin-left: 15px;
  border-radius: 4px;
  background-color: #4ed7a8;
  color: #fff;
  font-size: 13px;
}

.course-curriculum-list>li:before {
  transition: transform 0.4s cubic-bezier(.8, -.41, .19, 2.5);
  font-family: "unicons";
  position: absolute;
  left: 20px;
  text-align: center;
  width: 27px;
  height: 27px;
  line-height: 27px;
  content: "\eb1d";
  background: #474a58;
  color: white;
  border-radius: 100%;
  z-index: 2;
}

.course-curriculum-list li>span {
  font-size: 13px;
  font-weight: 600;
  color: #989898;
  position: absolute;
  right: 12px;
}

@media (max-width:960px) {
  .course-curriculum-list>li {
    font-size: 13px;
    padding: 10px 5px 10px 50px;
  }

  .course-curriculum-list>li:before {
    left: 13px;
  }
}

/* ---------------------------------- */
/* course curriculum list accordion
------------------------------------- */

.course-curriculum>li {
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .06) !important;
  border-radius: 6px !important;
  overflow: hidden;
}

.course-curriculum .uk-accordion-title {
  padding: 18px 20px;
  font-size: 17px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.54);
}

/* accordion indicator */
.course-curriculum .uk-accordion-title::before {
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: "Feather-Icons";
  content: "\e92e";
  background-image: none !important;
  color: rgba(0, 0, 0, 0.54);
}

.course-curriculum .uk-open>.uk-accordion-title::before {
  transform: rotate(180deg);
  background-image: none !important;
}

.course-curriculum .uk-accordion-content {
  margin: 0;
}


@media (max-width:960px) {
  .course-curriculum .uk-accordion-title {
    padding: 12px 18px;
    font-size: 14px;
  }
}

/* ---------------------------------- */
/* course faq accordion
------------------------------------- */

.course-faq>li.uk-open {
  background-color: #ffffff;
  border-radius: 7px;
  box-shadow: 0 4px 11px -4px rgba(0, 0, 0, 0.2);
}

.course-faq>li {
  overflow: hidden;
  margin-top: 0 !important;
}

.course-faq .uk-accordion-title {
  padding: 16px 20px;
  font-size: 17px;
  padding-left: 3px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.54);
}

/* accordion indicator */
.course-faq .uk-accordion-title::before {
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: "Feather-Icons";
  content: "\e930";
  background-image: none !important;
  color: rgba(0, 0, 0, 0.54);
  float: left;
  margin-right: 6px;
  margin-left: 0;
}

.course-faq .uk-open>.uk-accordion-title::before {
  transform: rotate(90deg) !important;
  background-image: none !important;
}

.course-faq .uk-accordion-content {
  margin: 0;
  padding: 18px 20px;
  border-top: 1px solid #e4e4e4;
}



/* ---------------------------------- */
/* review summary
------------------------------------- */

.review-summary-title {
  font-size: 18px;
  font-weight: 600;
}

.review-summary-container,
.review-summary-rating-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.review-summary-avg .star-rating .star:before,
.review-summary-avg .star-rating .star.half:after {
  color: #666666;
}

.review-summary-avg {
  width: auto;
  align-items: center;
  flex-direction: column;
  margin-right: 30px;
  display: flex;
  background: #f0f3fa;
  padding: 20px 30px;
  border-radius: 10px;
  border: 1px solid #daebf9;
}

.review-summary-avg .avg-number {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
}

.review-summary-rating .review-summary-rating-wrap {
  align-items: center;
  margin-bottom: 2px;
}

.review-summary-rating,
.review-bars {
  flex: 1;
  min-width: 1px;
  align-items: center;
}

.review-bars .full_bar {
  position: relative;
  width: 100%;
  height: 8px;
  border-radius: 8px;
  background-color: #e2e2e2;
}

.review-bars .full_bar .bar_filler {
  position: absolute;
  top: -1px;
  left: 0;
  right: -1px;
  bottom: -1px;
  height: auto;
  background-color: #141e34;
  border-radius: 8px;
}

.review-stars,
.review-avgs {
  width: auto;
  padding-left: 15px;
}

.review-stars .star-rating .star:before {
  line-height: 15px;
}

@media (max-width: 768px) {
  .course-details-info ul li:last-child {
    margin-right: 15px !important;
  }

  .review-summary-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
  }

  .review-summary-container {
    display: inline;
  }

  .review-summary-avg {
    background: transparent;
    padding: 0;
    border: 0;
    flex-direction: row;
  }

  .review-summary-avg span {
    display: block;
  }

  .review-summary-avg .avg-number {
    font-size: 40px;
    margin-right: 16px;
  }

  .review-summary-avg .review-star {
    display: none
  }

  .review-summary-rating .review-summary-rating-wrap {
    margin-bottom: 5px;
  }

  .review-bars .full_bar {
    height: 8px;
    border-radius: 2px;
  }
}




/* ---------------------------------- */
/* Comments
------------------------------------- */
.comments {
  margin: 40px 0px;
}

.comments ul {
  padding-left: 0;
}

.comments ul li {
  display: block;
}

.comments ul li,
.comments ul li ul li,
.comments ul li ul li ul li,
.comments ul li ul li ul li {
  margin: 30px 0 0 0px;
}

.comments ul li ul {
  margin: 0 0 0 100px;
}

.comment-content {
  padding: 0 0 0 90px;
}

.comment-content_ar {
  padding: 0 90px 0 0;
}

.comment-content p {
  margin: 3px 0 0 0;
  line-height: 26px;
  padding: 5px 0;
}

.comment-content_ar p {
  margin: 3px 0 0 0;
  line-height: 26px;
  padding: 5px 0;
}

.comments ul li {
  position: relative;
}

.comment-content strong {
  padding-right: 5px;
  color: #666;
}

.comment-content_ar strong {
  padding-left: 5px;
  color: #666;
}

.comment-content span {
  color: #888;
}

.comment-content_ar span {
  color: #888;
}

.comments-amount {
  color: #888;
  font-weight: 500;
  margin-left: 8px;
}

.comments-avatar {
  display: inline-block;
  padding: 0 17px 0 0;
  position: absolute;
  left: 0px;
  top: -5px;
}

.comments-avatar_ar {
  display: inline-block;
  padding: 0 0 0 17px;
  position: absolute;
  right: 0px;
  top: -5px;
}

.comments-avatar img {
  max-width: 60px;
  border-radius: 50%;
}

.comments-avatar_ar img {
  max-width: 60px;
  border-radius: 50%;
}

.comment-by {
  width: 100%;
  padding-bottom: 8px;
  font-weight: 600;
  color: #333;
  font-size: 16px;
}

.comment-by_ar {
  width: 100%;
  padding-bottom: 8px;
  font-weight: 600;
  color: #333;
  font-size: 16px;
}

.comment-by .comment-stars {
  display: inline;
  line-height: 22px;
  font-weight: 500;
  position: static;
  right: 0;
  top: 0px;
  float: right
}

.comment-by_ar .comment-stars {
  display: inline;
  line-height: 22px;
  font-weight: 500;
  position: static;
  left: 0;
  top: 0px;
  float: left
}

.comment-by h5 {
  margin: 0 0 7px 0;
}

.comment-by_ar h5 {
  margin: 0 0 7px 0;
}

.comment-by a.reply {
  transition: all 0.3s;
}

.comment-by_ar a.reply {
  transition: all 0.3s;
}

.comment-by a.reply {
  display: inline;
  background-color: rgba(62, 65, 109, 0.18);
  padding: 6px 15px;
  line-height: 22px;
  font-size: 14px;
  color: #141e34;
  position: absolute;
  right: 0;
  top: 14px;
  border-radius: 4px;
}

.comment-by_ar a.reply {
  display: inline;
  background-color: rgba(62, 65, 109, 0.18);
  padding: 6px 15px;
  line-height: 22px;
  font-size: 14px;
  color: #141e34;
  position: absolute;
  left: 0;
  top: 14px;
  border-radius: 4px;
}

.comment-by a.reply i {
  font-size: 12px;
  margin-right: 1px;
}

.comment-by_ar a.reply i {
  font-size: 12px;
  margin-left: 1px;
}

.comment-by a.reply:hover {
  background-color: #141e34;
  color: #fff;
}

.comment-by_ar a.reply:hover {
  background-color: #141e34;
  color: #fff;
}


.comment-by span {
  color: #888;
  font-weight: 500;
  margin: 0px 0 0 0;
  float: none;
  display: block;
  text-align: left;
  font-size: 12px;
}

.comment-by_ar span {
  color: #888;
  font-weight: 500;
  margin: 0px 0 0 0;
  float: none;
  display: block;
  text-align: right;
  font-size: 12px;
}

.comment-footer {
  margin-top: 13px
}

.comment-footer span {
  font-size: 15px;
  margin-right: 12px;
}

.comment-footer a {
  font-weight: 600;
  color: #989898;
  font-size: 12px;
}

.comment-footer a:hover {
  color: #656565;
}

.comment-footer button {
  background: #f0f4fa;
  border: 1px solid #dae7f9;
  padding: 4px 8px;
  border-radius: 4px;
  color: #333333;
  cursor: pointer;
  margin-right: 4px;
  font-size: 11px;
}

@media (max-width: 768px) {

  /* Media Queries for Comments */
  .comments ul li ul {
    margin: 0;
  }

  .comments-avatar {
    top: 3px;
  }


  .comments-avatar img {
    max-width: 50px;
    border-radius: 50%;
    top: 5px;
  }

  .comment-by {
    width: 100%;
    font-size: 17px;
  }

  .comment-by_ar {
    width: 100%;
    font-size: 17px;
  }

  .comment-stars .star-rating .star.half:after,
  .comment-stars .star-rating .star:before {
    color: #febe42;
    font-size: 14px !important;
  }

  .comment-by a.reply {
    /* position: relative; */
    margin: 10px 2px 0 0;
    top: 0;
    display: inline-block;
  }

  .comment-by_ar a.reply {
    /* position: relative; */
    margin: 10px 0 0 2px;
    top: 0;
    display: inline-block;
  }

}







/* ---------------------------------- */
/* course card   
------------------------------------- */

.course-card {
  height: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  box-shadow: -10px 10px 14px -5px rgba(25, 42, 70, .13);
  display: flex;
  flex-direction: column
}

.course-card-thumbnail {
  flex: 0 0 auto;
  max-width: none;
  max-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 150px;
}

.course-card-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.course-card-thumbnail .item-tag {
  left: 16px;
  margin: 0;
  top: 15px;
}

.course-card span.catagroy {
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 7px;
  border-radius: 4px;
}

.course-card-body {
  padding: 16px 17px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}

.course-card-body .course-card-info {
  display: flex;
  justify-content: space-between;
}

.course-card h4 {
  color: #141e34;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.course-card p {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  color: #686f7a;
  line-height: 23px;
}

.course-card-footer {
  padding: 11px 15px;
  border-top: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px -16px;
  margin-top: 9px;
  margin-bottom: -15px;
  font-weight: 600;
}

.course-card-footer h5 {
  color: #909090;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 12.8px;
  margin-right: 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.course-card-footer h5 i {
  margin-right: 5px;
}

/*course-tags */
.course-catagory-tag {
  padding: 4px 9px;
  line-height: 12px;
  display: inline-block;
  position: absolute;
  top: 118px;
  color: white;
  font-weight: 700;
  font-size: 14px;
  border-radius: 5px;
}


/* play button on hover course card image*/

.course-card-thumbnail .play-button-trigger {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/icon-play.svg) no-repeat;
  background-size: auto 50%;
  background-position: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 150ms ease-in-out;
  -moz-transition: opacity 150ms ease-in-out;
  -ms-transition: opacity 150ms ease-in-out;
  -o-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  -moz-transition: -moz-transform 150ms ease-in-out;
  -o-transition: -o-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
}

.course-card-thumbnail:hover .play-button-trigger,
.play-button-trigger.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* course pgrressbar */
.course-progressbar {
  position: relative;
  width: 100%;
  height: 4px;
  /* margin-top: 3px; */
  border-radius: 8px;
  background-color: #e6e8ec;
}

.course-progressbar .course-progressbar-filler {
  position: absolute;
  top: -1px;
  left: 0;
  right: -1px;
  bottom: -1px;
  height: auto;
  background-color: #17d292;
  border-radius: 8px;
}

@media (max-width: 640px) {
  .course-card h4 {
    font-size: 17px;
  }

  .course-card p {
    font-size: 15px;
  }
}



/* ---------------------------------- */
/*   course card list
------------------------------------- */

.course-card-list.course-card {
  padding-top: 15px;
  margin-bottom: 30px;
  border-radius: 6px
}

/* make small the rating stars */
.course-card-list.course-card .star-rating .star.half:after,
.course-card-list.course-card .star-rating .star:before {
  font-size: 18px;
}

.course-card-list.course-card .course-details-info ul li .star-rating {
  top: 4px;
}

.course-card-list.course-card .star-rating .avg {
  font-size: 12px;
  line-height: 12px;
  padding: 4px 6px;
  margin-right: 5px;
}

/* episode-card */
.episode-card.course-card .course-card-body {
  padding: 10px 15px;
}

.episode-card.course-card .course-card-body h4 {
  font-size: 14px;
  line-height: 24px;
}


@media (max-width: 640px) {
  .course-card.course-card-list {
    margin-bottom: 13px !important
  }

  .course-card.course-card-list h4 {
    font-size: 15px !important;
    line-height: 18px !important;
  }

  .course-card.course-card-list p {
    font-size: 15px !important;
    line-height: 21px !important;
    height: 66px;
    overflow: hidden;
  }
}

@media (min-width: 640px) {
  .course-card-list.course-card {
    display: flex;
    border-radius: 0;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 0px;
    margin-bottom: 20px !important;
    box-shadow: none;
    background: transparent;
    padding-left: 15px;
    padding-right: 15px;
    flex-direction: row;
  }

  .course-card-list.course-card .course-card-thumbnail {
    width: 180px;
    height: 110px;
    border-radius: 8px;
  }

  .course-card-list.course-card .course-card-body {
    padding: 17px 20px;
    padding-top: 0;
    max-width: 654px;
  }

  .course-card-list.course-card h4 {
    font-size: 20px;
  }

  .course-card-list.course-card p {
    margin-bottom: 14px;
  }

}

/* .episode card */
.episode-card.course-card span.item-tag {
  padding: 1px 7px;
}

/* course card on small device */
@media (max-width: 640px) {
  .course-card {
    display: flex;
    border-radius: 0;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 13px;
    margin-bottom: 10px !important;
    box-shadow: none;
    background: transparent;
    flex-direction: row;
  }

  .course-card .course-card-thumbnail {
    width: 80px;
    height: 70px;
    border-radius: 5px;
    box-shadow: 0px 2px 7px -3px #0000001a;
    margin-left: 5px;
  }

  .course-card .course-card-body {
    padding: 0 10px;
    flex: 1;
    min-width: 1px;
  }

  .course-card .course-card-body h4 {
    font-size: 14px;
    line-height: 20px;
  }

  .course-card .course-card-body p {
    font-size: 13px;
    line-height: 19px;
  }

  .course-card .course-card-footer {
    padding-top: 0;
    border: 0;
  }

  .course-card .course-card-footer h5 i {
    display: none
  }

  .course-card span.catagroy {
    font-size: 12px;
    margin-bottom: 2px;
  }

  .course-card .course-card-info {
    display: block !important;
    font-size: 12px;
    margin-top: 0 !important;
    padding: 5px
  }


  .episode-card.course-card {
    display: inherit;
  }

  .episode-card.course-card .course-card-thumbnail {
    width: 100%;
    height: 170px;
  }

  .episode-card.course-card .course-card-body {
    padding: 11px 0;
    padding-bottom: 0;
    /* margin-bottom: 18px; */
  }

  .episode-card.course-card .course-card-body h4 {
    font-size: 14px;
  }

  .episode-card.course-card span.item-tag {
    padding: 0px 5px;
    font-size: 10px;
  }
}



/* course card grid */
.course-card-grid>* {
  padding-left: 25px !important;
}

.course-card-grid {
  margin-left: -25px !important;
}

.course-card-grid .uk-grid-margin {
  margin-top: 15px !important;
}


/* ---------------------------------- */
/*  coures grid slider
------------------------------------- */

.course-grid-slider {
  position: relative;
  padding-bottom: 16px;
}

@media (max-width: 960px) {
  .course-grid-slider>*>* {
    padding-left: 25px !important;
  }

  .course-grid-slider>* {
    margin-left: -25px !important;
  }

  .course-grid-slider {
    margin: 0 -15px;
    padding-left: 15px;
  }

  .course-grid-slider ul li {
    width: 220px;
  }

  .course-grid-slider .course-card {
    display: block;
    border: 0;
    margin-bottom: 0 !important;
    padding-bottom: 0;
  }

  .course-grid-slider .course-card .course-card-thumbnail {
    width: 100%;
    height: 115px;
    border-radius: 5px;
    box-shadow: 0px 2px 7px -3px #0000001a;
  }

  .course-grid-slider .course-card .course-card-body {
    padding: 10px 0px;
  }

}



/* ---------------------------------- */
/*  course path card
------------------------------------- */

.course-path-card {
  background: white;
  overflow: hidden;
  border-radius: 5px;
  transition: 0.3s;
  position: relative;
  box-shadow: -10px 10px 14px -9px rgba(25, 42, 70, .13);
}

.course-path-card:hover {
  box-shadow: -10px 10px 14px -5px rgba(25, 42, 70, .13);
}

.course-path-card-contents {
  padding: 15px 20px;
  padding-top: 12px;
  position: relative;
}


.course-path-card-contents h3 {
  font-size: 17px;
  margin-bottom: 7px;
}


.course-path-card-contents p {
  color: #908d8d;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
}

.course-path-card-footer {
  padding: 10px 10px;
  background: #eaf9e9;
  background: white;
  padding: 10px 20px;
  border-radius: 0 0 13px 13px;
  border-top: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.course-path-card-footer h5 {
  color: #909090;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 13px;
}


.course-path-info ul {
  column-gap: 50px;
  column-count: 3;
  -webkit-column-break-inside: avoid;
  padding-left: 0;
}

.course-path-info ul li {
  padding-left: 0;
  font-weight: 400;
  margin-bottom: 16px;
  font-size: 15px;
  list-style-type: disc;
  margin-left: 18px;
}

@media screen and (max-width: 1024px) and (min-width: 641px) {

  .course-path-info ul {
    column-count: 2;
  }
}


@media screen and (max-width: 641px) {
  .course-path-info ul {
    column-count: 1;
  }
}



/* ---------------------------------- */
/* course path slider
------------------------------------- */

.path-wrap .course-grid-slider>*>* {
  padding-left: 25px !important;
}

.path-wrap .course-grid-slider>* {
  margin-left: -25px !important;
}

.path-wrap .course-card {
  border-radius: 7px;
}

.path-wrap .course-card-thumbnail {
  flex: 0 0 auto;
  max-width: none;
  max-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 120px;
}

.path-wrap .course-catagory-tag {
  display: none;
}

.path-wrap .course-card .uk-progress {
  height: 6px;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0px !important;
}

.path-wrap .course-card span.duration {
  background-color: rgba(62, 62, 62, 0.74);
  padding: 1px 8px;
  border-radius: 4px;
  font-size: 12px;
  color: white;
  letter-spacing: 1px;
  position: absolute;
  bottom: 7px;
  right: 8px;
}

.path-wrap .course-card-body {
  padding: 14px 13px;
}

.path-wrap .course-card.completed .course-card-body {
  border-top: 6px solid #62d76b;
}

.path-wrap .course-card-body h4 {
  font-size: 14.5px;
}

.path-wrap .course-card-body p {
  font-size: 13.5px;
  line-height: 20px;
}

.path-wrap .course-card-body span.completed-text {
  color: white;
  background: #62d76b;
  padding: 2px 10px;
  position: absolute;
  margin-top: -29px;
  right: 17px;
  border-radius: 10px;
  font-size: 12px;
  margin-left: -4px;
  z-index: 1000;
}

@media (max-width: 768px) {
  .path-wrap .course-card {
    border-radius: 0px;
  }
}


/* ---------------------------------- */
/* course path accordion
------------------------------------- */

.course-path-level>li {
  margin-top: 0 !important;
}

.course-path-level .uk-accordion-title {
  padding-bottom: 20px;
  padding-top: 15px;
  font-size: 19px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.54);
  border-bottom: 1px solid #ececec;
}

.course-path-level .uk-open .uk-accordion-title {
  border-bottom: 0;
}

/* accordion indicator */
.course-path-level .uk-accordion-title::before {
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: "Feather-Icons";
  content: "\e930";
  background-image: none !important;
  color: rgba(0, 0, 0, 0.54);
  float: left;
  margin-right: 6px;
  margin-left: 0;
}

.course-path-level .uk-open>.uk-accordion-title::before {
  transform: rotate(90deg) !important;
  background-image: none !important;
}

.course-path-level .uk-accordion-content {
  margin: 0;
  padding: 17px 0;
  padding-top: 0;
}


@media only screen and (max-width: 960px) {
  .course-path-level .uk-accordion-title {
    padding-bottom: 17px;
    padding-top: 13px;
    font-size: 15px;
  }

  .course-path-level .uk-accordion-content {
    padding-top: 0
  }
}


/* course card resume */
.course-card-resume {
  box-shadow: -10px 10px 14px -7px rgba(25, 42, 70, .13);
  background: white;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}

.course-card-resume-thumbnail {
  flex: 0 0 auto;
  max-width: none;
  max-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100px;
}

.course-card-resume-body {
  padding: 12px;
  padding-bottom: 10px;
}

.course-card-resume h5 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}

.course-card-resume span {
  font-weight: 600;
  color: #afafaf;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

/* coure progressbar in resume card */
.course-card-resume .course-progressbar {
  margin: 6px 0 0 -13px;
  margin-bottom: -10px;
  width: 113%;
  border-radius: 0px 0px 16px 16px;
  height: 6px !important;
}


@media (max-width: 768px) {

  .course-resume-grid-slider ul li {
    width: 205px;
    padding-left: 15px;
  }

}




/* ---------------------------------- */
/* course-watch-page
------------------------------------- */

.course-watch-page {
  overflow: hidden;
}

.course-layouts {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: 0.3s;
  height: 100vh;
}

.course-header {
  width: 100%;
  max-width: 100%;
  transition: 0.3s;
  box-shadow: 0px 2px 6px 0px #00000017;
  padding: 20px 1.6%;
  padding-left: 14px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.course-header h4 {
  margin: 0;
  font-size: 20px;
}

.course-header .btn-back {
  margin-right: 9px;
}

.course-header .btn-back i {
  display: block;
  padding: 8px 8px;
  margin-right: 9px;
  font-size: 23px;
  border-radius: 100%;
  background: transparent;
  color: #dedede;
}

.course-header .btn-back i:hover,
.course-header .btn-back i:hover,
.course-header .btns:hover {
  background: rgba(255, 255, 255, 0.28);
}

.course-header .btn-back i::before {
  transition: transform 0.4s cubic-bezier(.8, -.41, .19, 2.5);
  font-family: "Feather-Icons";
  content: "\e92f";
  border-radius: 100%;
  z-index: 2;
}

/* chenge the traiger when the sidebar collapsed */
.course-layouts.course-sidebar-collapse .course-header .btn-back i::before {
  content: "\e98f";
}

.course-header .btns {
  padding: 8px 8px;
  margin-left: 9px;
  font-size: 23px;
  border-radius: 100%;
  background: transparent;
  color: #dedede;
}


/* video sidebar */
.course-sidebar {
  height: auto;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 2px 6px 0px #00000017;
  margin: 0;
  padding: 0;
  order: 1;
  z-index: 1;
  transition: 0.3s;
}

.course-sidebar-title {
  background: #f8fbff;
  width: 100%;
  padding: 0px 15px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 65px;
}

.course-sidebar-title h3 {
  margin-bottom: 0;
  font-size: 1rem;
}

/* if toggle hidden sidebar */
.course-layouts.course-sidebar-collapse .course-sidebar {
  transition: 0.3s;
  width: 0;
}

.course-layouts.course-sidebar-collapse .course-sidebar .course-sidebar-title {
  display: none;
}


.course-sidebar-container {
  width: 100% !important;
  height: calc(99vh - 60px) !important;
}


ul.course-video-list {
  margin: 0 !important;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.course-video-list li>a {
  display: block;
  padding: 14px 55px 14px 60px;
  line-height: 26px;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  color: #afafaf;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.course-video-list li>a>span {
  font-size: 11px;
  font-weight: 300;
  color: #989898;
  position: absolute;
  right: 12px;
}

.navigation-main ul>li>a>i {
  color: #b0b2be;
}

.course-video-list li:nth-child(2n) {
  background: #f0f5fd;
  background: #f8fbff;
}

.course-video-list li>a:before {
  transition: transform 0.4s cubic-bezier(.8, -.41, .19, 2.5);
  font-family: "Feather-Icons";
  position: absolute;
  left: 20px;
  text-align: center;
  width: 25px;
  height: 25px;
  top: 31%;
  line-height: 25px;
  content: "\e987";
  background: #474a58;
  background: #efefef;
  color: darkgrey;
  border-radius: 100%;
  z-index: 2;
}

.course-video-list li>a:after {
  content: '';
  width: 2px;
  height: 100%;
  top: -18px;
  z-index: 1;
  left: 33px;
  background: #e3e6ec00;
  position: absolute;
  transition: color 150ms ease-in, top 100ms ease-out;
}

.highlight-watched a:before {
  content: "\e9af" !important;
}

.highlight-watched .watched a,
.highlight-watched .watched.uk-active a {
  background: #e5f0ff !important;
  color: #141e34 !important;
}

.highlight-watched .watched a:before {
  background: #62d76b !important;
  border-radius: 50px;
  content: "✓" !important;
  color: white !important;
}

.highlight-watched .watched.uk-active a:before {
  background: #ffbc00 !important;
  border-radius: 50px;
  content: "⏸" !important;
  color: white !important;
  /* box-shadow: 0 0 0 4px #4ece58 !important; */
}

.highlight-watched .watched a:after {
  background: #62d76b !important;
}

.video-list ul>li>a span {
  font-size: 13px;
  font-weight: 700;
  color: #989898;
  position: absolute;
  right: 12px;
}


/* ---------------------------------- */
/* courses filter list
------------------------------------- */

.simplebar-content {
  overflow-y: auto !important;
  padding-left: 4px;

}

.simplebar-content::-webkit-scrollbar {
  width: 10px !important;
}

.simplebar-content::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.0);
  border-radius: 12px;
}

.simplebar-content::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background-color: #d8d8d8;
}

.course-video-list-section>li {
  overflow: hidden;
  margin-top: 0 !important;
}

.course-video-list-section .uk-accordion-title {
  padding: 17px 20px;
  font-size: 15px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.54);
  border-bottom: 1px solid #efefef;
}

.course-video-list-section .uk-open .uk-accordion-title {
  border-bottom: 0
}

/* accordion indicator */
.course-video-list-section .uk-accordion-title::before {
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: "Feather-Icons";
  content: "\e92e";
  background-image: none !important;
  color: rgba(0, 0, 0, 0.54);
  margin-left: 0;
}

/* accordion active */
.course-video-list-section .uk-open>.uk-accordion-title::before {
  content: "\e931";
}

.course-video-list-section .uk-accordion-content {
  margin: 0;
  padding-bottom: 10px;
}


/* ---------------------------------- */
/* course-video-list-2
------------------------------------- */

ul.course-video-list-2 {
  margin: 0;
  padding: 0;
}

ul.course-video-list-2 li {
  position: relative;
  display: block;
  clear: both;
}

ul.course-video-list-2 li a {
  padding: 10px;
  border-bottom: 1px solid #e6e6e6;
  display: block;
  font-weight: 600;
}

ul.course-video-list-2 li img {
  width: 100px;
  height: auto;
  float: left;
  margin-right: 15px;
  border-radius: 6px;
  border: 3px solid transparent;
}

ul.course-video-list-2 li a span.now-playing {
  position: absolute;
  left: 10px;
  bottom: 12px;
  background: #141e34;
  color: #fff;
  padding: 3px 7px;
  display: none;
  font-size: 9px;
  font-weight: 700;
  border-radius: 0 9px;
}

ul.course-video-list-2 li a span.video-title {
  color: #141e34;
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  text-decoration: none;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}

ul.course-video-list-2 li a time {
  font-size: 12px;
  color: #888;
  position: relative;
  top: -5px;
}

ul.course-video-list-2 li a:after {
  content: '';
  display: block;
  clear: both;
}

ul.course-video-list-2 li:nth-child(2n) {
  background: #f8fbff;
}

/* if list is is active or selected */
ul.course-video-list-2 li.uk-active a span.now-playing {
  display: block;
}

ul.course-video-list-2 li.uk-active a img {
  border-color: #141e34;
  border-radius: 6px;
}

ul.course-video-list-2 li a:hover,
ul.course-video-list-2 li.uk-active a {
  background-color: #e2ecff;
}


/* ---------------------------------- */
/* video contents
------------------------------------- */

.course-content {
  flex: 1;
  min-width: 1px;
  order: 2;
  background-color: #f8fbff;
  transition: 0.3s;
}

.course-content-inner {
  max-width: 1024px;
  height: calc(99vh - 90px) !important;
  margin: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: 0.3s;
  position: relative;
}


@media (max-width: 768px) {
  .course-watch-page {
    overflow-x: hidden;
    overflow-y: visible;
  }

  .course-layouts {
    display: inline;
    flex-wrap: unset;
  }

  .course-header {
    padding: 15px 10px;
  }

  .course-header h4 {
    font-size: 17px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .course-header .btn-back {
    display: none;
  }

  .course-header .btn-back i {
    padding: 5px;
  }

  /* sidebar */
  .course-sidebar {
    width: 100%;
  }

  .course-content-inner {
    height: auto !important;
  }

  .course-content {
    min-height: auto;
    padding: 0;
  }
}


.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  display: contents;
  padding: 20px;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 20px;
}

@media (max-width: 768px) {
  .video-responsive {
    padding: 0;
  }

  .video-responsive iframe {
    position: relative;
    padding: 0px;
    height: 40vw;
    width: 100vw;
  }
}

@media (max-width: 520px) {

  .mds-toast {
    position: fixed;
    border-radius: 0;
    top: unset !important;
    bottom: 0 !important;
    left: 0;
    max-width: 100%;
    min-width: 0;
    padding: 0;
    right: 0;
    width: 100%;
  }

  .video-responsive iframe {
    position: relative;
    padding: 0px;
    height: 55vw;
    width: 100vw;
  }
}



/* ---------------------------------- */
/* courses video-list-3
------------------------------------- */
@media (min-width: 960px) {

  .vidlist-3-container {
    box-shadow: 4px 0px 9px 4px #e6e6e6;
  }

}

@media (max-width: 960px) {

  .vidlist-3-container {
    position: fixed;
    right: -330px;
    top: 0;
    height: 100%;
    width: 330px !important;
    background: #f9f9fc;
    overflow-y: scroll;
    z-index: 9;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;

  }

  .is-open .vidlist-3-container {
    right: 0;
    -webkit-box-shadow: -2px 0 30px rgba(0, 0, 0, .2);
    box-shadow: -2px 0 30px rgba(0, 0, 0, .2);
  }

  /* tragger */
  .btn-vidlist-3 {
    border-radius: 5px;
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 10000000;
    top: 50%;
    right: 10px;
    display: block;
    background: #525e69;
    color: white;
    border-radius: 100%;
  }

  .btn-vidlist-3::before {
    font-family: "Feather-Icons";
    font-size: 20px;
    content: '\e9f7';
    line-height: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }

  .is-open .btn-vidlist-3::before {
    content: '\ea02';
  }

  .is-open .btn-vidlist-3 {
    background: #515d67;
    position: fixed;
    top: 50%;
    right: 326px;
    z-index: 10;
  }

}

/* ---------------------------------- */
/* course lesson  3  
------------------------------------- */

.vidlist-3-content {
  height: calc(99vh - 90px) !important;
}

.vidlist-3-section>li {
  overflow: hidden;
  margin-top: 0 !important;
}

.vidlist-3-section .uk-accordion-title {
  padding: 13px 16px;
  font-size: 15px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.54);
  border-bottom: 1px solid #efefef;
}

.vidlist-3-section .uk-open .uk-accordion-title {
  border-bottom: 0
}

/* accordion indicator */
.vidlist-3-section .uk-accordion-title::before {
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: "Feather-Icons";
  content: "\e92e";
  background-image: none !important;
  color: rgba(0, 0, 0, 0.54);
  margin-left: 0;
}

/* accordion active */
.vidlist-3-section .uk-open>.uk-accordion-title::before {
  content: "\e931";
}

.vidlist-3-section .uk-accordion-content {
  margin: 0;
  padding-bottom: 10px;
}


/* video list 3 */
ul.vidlist-3 {
  margin: 0 !important;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

ul.vidlist-3_ar {
  margin: 0 !important;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.vidlist-3 li>a {
  display: block;
  padding: 10px 40px 10px 50px;
  line-height: 29px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  max-width: 100%;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vidlist-3_ar li>a {
  display: block;
  padding: 10px 50px 10px 40px;
  line-height: 29px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  max-width: 100%;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  white-space: nowrap;
}


.vidlist-3 li>a:before {
  left: 13px;
  text-align: center;
  width: 26px;
  height: 26px;
  top: 25%;
  line-height: 26px;
  content: "";
  z-index: 2;
  position: absolute;
  background: url(../images/icon-play.svg);
}

.vidlist-3_ar li>a:before {
  right: 13px;
  text-align: center;
  width: 26px;
  height: 26px;
  top: 25%;
  line-height: 26px;
  content: "";
  z-index: 2;
  position: absolute;
  background: url(../images/icon-play.svg);
}

.vidlist-3 li>a:hover,
.vidlist-3 li>a:active,
.vidlist-3 li>a:focus,
.vidlist-3 li.uk-active a {
  background-color: rgba(71, 74, 88, 0.0784313725490196);
}

.vidlist-3_ar li>a:hover,
.vidlist-3_ar li>a:active,
.vidlist-3_ar li>a:focus,
.vidlist-3_ar li.uk-active a {
  background-color: rgba(71, 74, 88, 0.0784313725490196);
}

.vidlist-3 li>a span {
  font-size: 11px;
  font-weight: 600;
  color: #989898;
  position: absolute;
  right: 12px;
}

.vidlist-3_ar li>a span {
  font-size: 11px;
  font-weight: 600;
  color: #989898;
  position: absolute;
  left: 12px;
}

@media (max-width:960px) {

  .vidlist-3-section .uk-accordion-title,
  .vidlist-3 li>a {
    font-size: 12px;
  }

  .vidlist-3_ar li>a {
    font-size: 12px;
  }
}

/* ---------------------------------- */
/* skil card list
------------------------------------- */

.skill-card {
  display: flex;
  position: relative;
  color: #545e6f;
  transition: transform .2s ease-in-out;
  background: white;
  border-radius: 9px;
  transition: 0.3s;
  position: relative;
  padding: 20px;
  box-shadow: -10px 10px 14px -9px rgba(25, 42, 70, .13);
  align-items: center;
}

.skill-card:hover {
  transform: translate(0, -4px);
}

.skill-card-icon {
  font-size: 35px;
  width: auto;
  margin: 0 17px 0 0;
}

.skill-card-title {
  font-weight: 400;
  font-size: 17.5px;
  margin-top: 2px;
  margin-bottom: 5px;
  position: relative;
  line-height: 20px;
  color: #545e6f;
}

.skill-card-subtitle {
  font-size: 13.4px;
  color: rgba(84, 94, 111, .6);
  line-height: 16px;
  font-weight: 400;
  margin: 0;
}

.skill-card-bullet {
  color: rgba(84, 94, 111, .2);
  display: inline-block;
  margin: 0 1px;
}



/* ---------------------------------- */
/* sidebar-filter
------------------------------------- */

.sidebar-filter h4 {
  margin-bottom: 0;
  padding-bottom: 11px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  /* border-bottom: 1px solid #dadada; */
}

.btn-sidebar-filter {
  display: none
}

@media (max-width: 768px) {

  .sidebar-filter.sidebar-filter-visible .sidebar-filter-contents {
    display: block !important;
  }

  .btn-sidebar-filter {
    width: 150px;
    margin: 0;
    margin-top: 15px;
    background-color: #f3f3f3;
    border-radius: 5px;
    color: #454872;
    padding: 12px 17px;
    padding-left: 45px;
    text-align: left;
    font-weight: 600;
    transition: 0.2s;
    display: block;
    line-height: 20px;
    border: 0;
    position: relative;
    display: block
  }

  .btn-sidebar-filter::after {
    font-family: "Feather-Icons";
    content: '\e9d1';
    font-size: 18px;
    left: 17px;
    position: absolute;
  }

  .sidebar-filter-visible .btn-sidebar-filter::after {
    font-family: "Feather-Icons";
    content: '\ea02';
  }

  .sidebar-filter h4 {
    margin-top: 0px;
  }
}

/* courses filter list  accordion */

.btn-filter {
  padding: 8px 11.5px;
  background: #edeff5;
  border-radius: 6px;
  color: #141e34;
  box-shadow: 0px 2px 8px -10px rgba(0, 0, 0, 0.3);
}

.btn-filter:hover {
  color: #fff;
  background: #141e34;
}

@media (max-width: 640px) {

  .mdp-timepicker .popup-content,
  .mdp-datepicker .popup-content {
    flex-direction: column !important;
  }

  .btn-filter {
    padding: 5px 10.5px;
  }
}

.sidebar-filter-list>li {
  overflow: hidden;
  margin-top: 0 !important;
}

.sidebar-filter-list .uk-accordion-title {
  padding: 13px 2px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.54);
  border-bottom: 1px solid #e6e6e6;
}

.sidebar-filter-list .uk-open .uk-accordion-title {
  border-bottom: 0;
}

/* accordion indicator */
.sidebar-filter-list .uk-accordion-title::before {
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: "Feather-Icons";
  content: "\e930";
  background-image: none !important;
  color: rgba(0, 0, 0, 0.54);
  margin-left: 0;
}

.sidebar-filter-list .uk-open>.uk-accordion-title::before {
  transform: rotate(270deg) !important;
  background-image: none !important;
}

.sidebar-filter-list .uk-accordion-content {
  margin: 0;
  padding-bottom: 10px;
}

.sidebar-filter-list .uk-form-controls label {
  display: block;
  padding: 8px 0;
  font-weight: 400;
  cursor: pointer;
  font-size: 15px;
  margin-bottom: 0;
}

.sidebar-filter-list .uk-form-controls label span span {
  font-size: 14px;
}

.sidebar-filter-list .uk-form-controls label .uk-radio {
  margin-right: 9px;
}

.btn-sidebar-filter {
  display: none
}

@media (max-width: 768px) {
  .sidebar-filter .sidebar-filter-contents {
    padding: 20px 0;
    display: none;
  }

  .sidebar-filter.sidebar-filter-visible .sidebar-filter-contents {
    display: block !important;
  }

  .btn-sidebar-filter {
    width: 150px;
    margin: 0;
    margin-top: 15px;
    background-color: #f3f3f3;
    border-radius: 5px;
    color: #454872;
    padding: 12px 17px;
    padding-left: 45px;
    text-align: left;
    font-weight: 600;
    transition: 0.2s;
    display: block;
    line-height: 20px;
    border: 0;
    position: relative;
    display: block
  }

  .btn-sidebar-filter::after {
    font-family: "Feather-Icons";
    content: '\e9d1';
    font-size: 18px;
    left: 17px;
    position: absolute;
  }

  .sidebar-filter-visible .btn-sidebar-filter::after {
    font-family: "Feather-Icons";
    content: '\ea02';
  }

  .sidebar-filter h4 {
    margin-top: 0px;
  }
}

/* ---------------------------------- */
/* admin course creatore
------------------------------------- */
.c-curriculum .uk-accordion-title::before {
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: "Feather-Icons";
  content: "\e92e";
  background-image: none !important;
  color: rgba(0, 0, 0, 0.54);
}

.c-curriculum .uk-open>.uk-accordion-title::before {
  transform: rotate(180deg);
  background-image: none !important;
}

.c-curriculum li.uk-open .action-btn {
  display: inline
}

.c-curriculum>li {
  background: #f1f1f1;
  border-radius: 10px;
  /* border: 2px solid #6d7098; */
  padding: 13px 10px;
  position: relative;
}

.c-curriculum .uk-accordion-title {
  padding: 3px 6px;
  font-size: 15px;
}

.c-curriculum .uk-accordion-title i {
  margin-right: 8px;
}

.rows {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

ul.sec-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sec-list-item {
  display: flex;
  background-color: #ffffff;
  border: 1px solid #d4d4d4;
  margin-bottom: 7px;
  padding: 6px 10px;
  border-radius: 10px;
  justify-content: space-between;
}

.sec-list-item * {
  display: flex;
  align-items: center;
}

.sec-list-item>*>.uk-sortable-handle {
  margin-right: 5px;
}

.sec-list-item * p {
  margin-bottom: 0
}

.sec-list-item .uk-checkbox {
  box-shadow: none;
  background-color: white;
}

.action-btn {
  position: absolute;
  right: 45px;
  top: 14px;
  display: none;
}

.action-btn a {
  background: #141e3426;
  margin-left: 10px;
  box-shadow: 0px -3.5px 0px 0px #c1c1c1 inset;
  padding: 8px 10px;
  color: #141e34;
  font-size: 12px;
  border-radius: 3px;
}

.btn-act a:hover {
  background-color: #d0d3ff;
  color: #141e34;
}

.btn-act a {
  padding: 7px;
  color: #676565;
  font-size: 14px;
  margin: 0 5px;
  border-radius: 100px;
  transition: 300ms all ease;
}

/*  User Details */
.user-details-card {
  display: flex;
  padding: 20px 0px;
  align-items: center;
}

/* Avatar */
.user-details-card-avatar {
  display: inline-block;
  border-radius: 50%;
  position: relative;
  max-width: 60px;
}

.user-details-card-avatar img {
  width: 100%;
  display: inline-block;
  border-radius: 50%;
  image-rendering: -webkit-optimize-contrast;
}

.user-details-card-name {
  font-weight: 500;
  color: #333;
  line-height: 20px;
  padding: 2px 15px 0 15px;
  font-weight: 600;
}

.user-details-card-name_ar {
  font-weight: 500;
  color: #333;
  line-height: 20px;
  padding: 2px 15px 0 0;
  font-weight: 600;
}

.user-details-card span {
  display: block;
  font-size: 13.7px;
  color: #888;
  font-weight: 500;
}

.user-details-card span span {
  display: inline;
  margin-left: 6px;
  color: #afafaf;
}

@media (max-width: 768px) {
  .user-details-card-avatar {
    max-width: 50px;
  }
}


/* ---------------------------------- */
/* Star Rating
------------------------------------- */
.star-rating {
  display: inline-block;
  position: relative;
}

.star-rating .star {
  display: inline-block;
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 0;
  position: relative;
  line-height: 1;
}

.star-rating .star.half:after,
.star-rating .star:before {
  font-family: "Material-Icons";
  content: "\e988";
  display: block;
  color: #febe42;
  font-size: 19px;
}

.star-rating .star.empty:before {
  color: #ddd;
}

.rating:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.star-rating .star.half:before {
  color: #ddd;
}

.star-rating .star.half:after {
  color: #febe42;
  position: absolute;
  top: 0;
  width: 50%;
  display: block;
  height: 100%;
  overflow: hidden;
}

/* average rating before stars */
.star-rating .avg {
  float: left;
  border-radius: 4px;
  background-color: #e69f1a;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
  padding: 3px 7px;
  position: relative;
  margin-right: 10px;
}

/* No stars */
.star-rating.no-stars .star {
  display: none;
}

.star-rating.no-stars:before {
  margin-right: 0;
}




/* ---------------------------------- */
/* Blog Post
------------------------------------- */
.blog-post {
  display: flex;
  background: #fff;
  margin-bottom: 35px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 0px 2px 7px -3px #0000001a;
}

.blog-post:hover {
  box-shadow: 0 3px 28px rgba(0, 0, 0, 0.1);
}

.blog-post-thumbnail {
  flex: 0 0 auto;
  max-width: none;
  max-height: 100%;
  overflow: hidden;
  position: relative;
  width: 30%;
}

.blog-post-thumbnail-inner {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}

.blog-post-thumbnail-inner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.blog-post-thumbnail-inner .blog-item-tag {
  bottom: auto;
  left: 20px;
  top: 20px;
  margin: 0;
}

span.blog-item-tag {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  padding: 5px 12px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 9px;
  position: absolute;
  top: 30px;
  left: 32px;
  z-index: 20;
  transition: 0.4s;
}

.blog-post-content {
  flex: 1;
  padding: 25px;
}

.blog-post-content h3,
.blog-post-content h3 a {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 7px;
  display: block;
}

.blog-post:hover .blog-post-content h3 {
  transition: 0.3s;
  color: #0610a0;
}


a.blog-post-info,
.blog-post-info,
.blog-post-date {
  font-size: 11px;
  color: #888;
  margin-bottom: 10px;
  display: inline-block;
  background-color: #f0f0f0;
  border-radius: 4px;
  line-height: 18px;
  padding: 4px 9px;
  margin-right: 3px;
  transition: 0.3s;
}

a.blog-post-info:hover {
  background-color: #141e34;
  color: white
}

.blog-post-content-info {
  align-items: center;
  justify-content: space-between;
  display: flex;
  margin-bottom: 9px;
}

span.blog-post-info-date {
  font-weight: 600;
  color: #909090;
  font-size: 12px;
}

span.blog-post-info-tag {
  display: inline-block !important;
  padding: 0.26rem 0.6rem !important;
  font-size: 0.7rem !important;
  font-weight: 600 !important;
  border-radius: 10rem !important;
  line-height: 1 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  /* height: 15px; */
}

.blog-post-content p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  display: block;
  color: #808080;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 6px !important;
}


/* Media Queries for Blog Post */
@media (max-width: 768px) {

  .blog-post {
    flex-direction: column;
  }

  .blog-post-thumbnail {
    width: 100%;
    height: 220px;
  }

  .blog-post-content {
    padding: 20px
  }

  .blog-post-content h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 7px;
  }

  .blog-post-content p {
    font-size: 15px;
  }
}

/* blog post card */
.blog-post.blog-post-card {
  display: block;
}

.blog-post.blog-post-card .blog-post-thumbnail {
  width: 100%;
  height: 170px;
}

.blog-post.blog-post-card .blog-post-content {
  padding: 17px 20px;
  padding-bottom: 6px;
}

.blog-post.blog-post-card .blog-post-content h3 {
  font-size: 20px;
  line-height: 31px;
  font-weight: 600;
  margin-bottom: 7px;
}

.blog-post.blog-post-card .blog-post-content p {
  font-size: 15px;
}

.blog-post.blog-post-card span.blog-post-info-tag {
  padding: 6px 12px;
  font-size: 12px;
}

.blog-post.blog-post-card span.blog-post-info-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}

.blog-post.blog-post-card .blog-post-footer {
  padding: 10px 17px;
  border-top: 1px solid #f0f4fa;
}

.blog-post.blog-post-card .blog-post-content-info {
  margin-bottom: 0
}


/* Single Post Styles */
.blog-post.single-post {
  flex-direction: column;
}

.blog-post.single-post:hover {
  transform: none;
}

.blog-post.single-post .blog-post-content h3 {
  color: #141e34;
}

.blog-post.single-post p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .blog-post.single-post .blog-post-thumbnail {
    width: 100%;
    height: 380px;
  }

  .blog-post.single-post .blog-post-content h4:not(:first-child) {
    margin-top: 26px;
  }
}



/* blog artical */
.blog-article {
  position: relative;
  margin-bottom: 45px;
}

.blog-article ul.blog-article-meta {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.04em;
  z-index: 20;
  position: relative;
  color: rgba(48, 48, 48, 0.66);
}


.blog-article-thumbnail {
  width: 100%;
  height: 380px;
  max-width: none;
  max-height: 100%;
  position: relative;
}

.blog-article-thumbnail-inner {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
  border-radius: 8px;
}

.blog-article-thumbnail-inner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  overflow: hidden;
  left: 0;
  border-radius: 8px;
}

.blog-article-meta {
  padding: 0;
  line-height: 1.2;
  margin: 15px 0px;
  text-transform: uppercase;
  font-size: 13px !important;
}

.blog-article-meta strong {
  color: #a0a0a0;
  padding-right: 10px;
  border-right: 1px solid #d0d0d0;
}

.blog-article-meta a {
  padding-left: 8px;
  color: #141e34;
  font-weight: 600;
}

.blog-article-meta span {
  color: #ababab;
  padding-left: 20px;
  position: relative;
  font-weight: 600;
}

.blog-article-meta span::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 5px;
  top: 0;
}

.blog-article-content {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 20px;
  color: #868686;
}

.blog-article-content a {
  font-weight: 700;
  font-size: 14px;
  margin-left: 5px;
}

.blog-article-content-read {
  background-color: white;
  border-radius: 16px;
  margin-top: -80px;
  position: relative;
  padding: 30px;
}

.blog-article-content-read h4 {
  margin-top: 28px;
}

.blog-article-content-read p {
  line-height: 1.8;
  font-size: 15px;
  letter-spacing: .2px;
}

/*  blog Single post  article */
.blog-article-single {
  width: 100%;
  height: 430px;
  position: relative;
  display: flex;
  background-size: cover;
  align-items: center;
  background-blend-mode: color-burn;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  border-radius: 0 0 30px 30px;
  padding-bottom: 70px;
}

.blog-article-single .blog-article-meta {
  margin: 15px 0 !important;
  color: white;
}

.blog-article-single .blog-article-meta span::before {
  display: none;
}

.blog-article-single h1 {
  margin: 36px 0;
  font-size: 35px;
  max-width: 880px;
}

.blog-article-single h1,
.blog-article-single .blog-article-meta strong,
.blog-article-single .blog-article-meta a,
.blog-article-single .blog-article-meta span {
  color: white;
}

.blog-article-auther img {
  width: 100%;
  display: inline-block;
  border-radius: 50%;
  image-rendering: -webkit-optimize-contrast;
  width: 50px;
  height: 50px;
}

.blog-auther-user-name {
  line-height: 18px;
  padding: 15px 0;
  width: 100%;
  padding-bottom: 8px;
  /* font-weight: 600; */
  display: block;
  color: white;
  font-size: 18px;
}


/* Media Queries for Blog Post */
@media (max-width: 768px) {
  .blog-article {
    margin-bottom: 20px;
  }

  .blog-article .blog-article-thumbnail {
    height: 220px
  }

  .blog-article h2 {
    font-size: 22px;
  }

  .blog-article .blog-article-meta {
    font-size: 12px;
    margin: 10px 0;
  }

  .blog-article .blog-article-content {
    font-size: 18px
  }

  .blog-article-single {
    width: 100%;
    height: 300px;
  }

  .blog-article-single h1 {
    font-size: 25px;
    margin: 30px 0;
  }

  .blog-article-content-read {
    border-radius: 0
  }

  .blog-article-content-read h2 {
    font-size: 1.2rem;
  }

  .blog-article-meta {
    font-size: 12px !important
  }

  .blog-article-content-read h4 {
    margin: 0
  }

}




/* ---------------------------------- */
/* profile 
------------------------------------- */

.profile-container {
  padding: 20px 20px 0px 20px;
  /* background: #240d73; */
  background-color: var(--profile-container-color);
}



.profile-container .contents-inner {
  padding: 0
}

.profile-layout {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 10px;
}

.profile-layout-content {
  flex: 1;
  min-width: 1px;
}

.profile-layout-content h1 {
  font-size: 35px;
  margin: 15px 0 9px 0;
}

.profile-layout-content h5 {
  color: #8a8a8a;
}


/* profile badge */
.profile-layout-badge {
  width: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 19px;
  align-items: center;
}

.profile-layout-badge * {
  padding: 2px 10px;
  text-align: center;
  font-weight: 600;
  color: white;
}

.profile-layout-badge-num {
  font-size: 28px;
}


/* profile avature */
.profile-layout-avature {
  width: auto;
}

.user-profile-photo {
  flex: 0 0 auto;
  max-width: none;
  max-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100px;
  height: 100px;
}

.user-profile-photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  /* border: 9px solid #edfff3; */
}



.profile-cards {
  background: white;
  padding: 10px;
  border-radius: 7px;
  box-shadow: 0px 2px 10px 0px #0000001a;
  text-align: center;
}

.profile-cards .user-profile-photo {
  width: 120px;
  height: 120px;
  box-shadow: 0px 2px 10px 0px #0000001a;
  border-radius: 100%;
  margin: 15px auto;
}

.profile-cards h2 {
  font-size: 22px;
  margin: 20px 0 7px 0;
}

.profile-cards .profile-cards-footer a {
  color: #141e34;
  font-weight: 600;
}

.profile-cards .profile-cards-footer {
  border-top: 1px solid #e8eaef;
  background: #f9fafe;
  margin: 0px -10px -10px;
  border-radius: 0 0 7px 7px;
  padding: 13px 0;
}

.profile-cards .social-icons {
  margin: 18px 0;
}

.profile-cards .social-icons i {
  font-size: 19px;
  color: #cacaca;
  padding: 5px;
}

.profile-icon-back {
  position: absolute;
  left: 4%;
  background: #f3f3f3;
  border-radius: 50%;
  color: #b0b2be;
  border: .0625rem solid rgba(20, 23, 28, .05);
  background-color: rgba(20, 23, 28, .05);
  padding: 10px;
  line-height: 1;
}

.profile-icon-back:hover {
  background: rgba(20, 23, 28, 0.1);
  color: #b0b2be;
}

.profile-icon-back i {
  font-size: 24px;
}

@media only screen and (max-width: 768px) {

  .profile-container,
  .profile-container .contents-inner {
    padding: 0;
    padding-bottom: 0;
  }

  .profile-layout {
    display: inline;
  }

  .profile-layout-avature {
    width: auto;
  }

  .profile-layout-avature .user-profile-photo {
    margin: auto;
    width: 150px;
    height: 150px;
  }

  .profile-layout-content {
    padding-top: 12px;
    text-align: center
  }

  .profile-layout-content h1 {
    font-size: 23px
  }

  .profile-layout-content h5 {
    font-size: 13px;
  }

  .profile-layout-content .bio-content {
    display: none
  }

  .profile-icon-back {
    display: none
  }
}





/* button option menu  */
.btn-option {
  position: absolute !important;
  top: 8px;
  right: 4px;
  font-size: 21px;
  padding: 5px 3px !important;
  z-index: 1;
}

.btn-option_ar {
  position: absolute !important;
  top: 8px;
  left: 4px;
  font-size: 21px;
  padding: 5px 3px !important;
  z-index: 1;
}

/* dropdown option menu */
.dropdown-option-nav {
  padding: 0 !important;
  min-width: 185px !important;
  margin-top: 3px !important;
}

.dropdown-option-nav:before {
  content: "";
  position: absolute;
  right: 8px;
  top: -13px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #e8e9eb;
  border-color: transparent transparent #eaeaea transparent;
  top: -10px;
}

.uk-dropdown-top-right.dropdown-option-nav:before {
  right: 5px;
  top: -13px;
  border-bottom: 0;
  top: auto;
  bottom: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #d4d4d4;
}

.dropdown-option-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 6px 0px;
}

.dropdown-option-nav ul li {
  margin: 0;
  padding: 0;
  display: block !important;
}

.dropdown-option-nav .divider-line {
  margin: 4px 0;
  border: .3px solid rgba(222, 223, 224, .45);
}

.dropdown-option-nav ul li a {
  display: block;
  font-size: 14px;
  transition: 0.3s;
  color: #9799a2;
  padding: 9px 19px;
  font-weight: 600;
}

.dropdown-option-nav ul li a:hover {
  background-color: #f0f5fd;
}

.dropdown-option-nav ul li a i {
  font-size: 19px;
  position: relative;
  top: 1px;
  margin-right: 7px;
  -webkit-font-smoothing: antialiased;
  transition: 0.3s;
}

.dropdown-option-nav ul li a:hover {
  color: #2f3152;
}


@media (max-width: 420px) {

  .btn-option {
    top: -4px;
    right: -5px;
    padding: 5px 3px;
  }
}



/* User Menu Small dropdown  */
ul.dropdown-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 6px 0px;
}

ul.dropdown-menu li {
  margin: 0;
  padding: 0;
  display: block !important;
}

ul.dropdown-menu li a {
  display: block;
  font-size: 14px;
  transition: 0.3s;
  color: #9799a2;
  padding: 9px 20px;
  font-weight: 600;
}

ul.dropdown-menu li a:hover {
  /* background-color: #f0f5fd; */
  color: #2f3152;
}

ul.dropdown-menu li a i {
  font-size: 18px;
  position: relative;
  top: 1px;
  margin-right: 7px;
  -webkit-font-smoothing: antialiased;
  transition: 0.3s;
}

ul.dropdown-menu .menu-divider {
  margin: 4px 0;
  border: .3px solid rgba(222, 223, 224, .45);
}



ul.dropdown-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 6px 0px;
}


ul.dropdown-nav li {
  display: block;
  font-size: 13.5px;
  transition: 0.3s;
  display: flex;
  color: #9799a2;
  padding: 9px 22px;
  justify-content: space-between;
  align-items: center;
}

ul.dropdown-nav li:hover {
  color: #2f3152;
}

ul.dropdown-nav li a i {
  font-size: 18px;
  position: relative;
  top: 1px;
  -webkit-font-smoothing: antialiased;
  transition: 0.3s;
}

ul.dropdown-nav .menu-divider {
  margin: 3px 0;
  border-top: 1px solid rgba(222, 223, 224, .45);
  padding: 0px;
}



/* dropdown User Details */
.dropdown-user-details {
  display: flex;
  padding: 21px 16px;
  padding-bottom: 9px;
  border-bottom: 1px solid #e6e6e6;
}

/* dropdown User Details */
.dropdown-user-details {
  display: flex;
  padding: 16px 16px;
  padding-bottom: 9px;
  border-bottom: 1px solid #e6e6e6;
  /* width: 100%; */
}

/* Avatar */
.dropdown-user-avatar {
  display: inline-block;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  position: relative;
}

.dropdown-user-avatar img {
  width: 100%;
  display: inline-block;
  border-radius: 50%;
  image-rendering: -webkit-optimize-contrast;
}

.dropdown-user-name {
  line-height: 20px;
  padding: 2px 0 0 15px;
  width: 100%;
  padding-bottom: 8px;
  font-weight: 600;
  color: #333;
  font-size: 17px;
}

.dropdown-user-details span {
  display: block;
  font-size: 12.7px;
  color: #888;
  font-weight: 500;
}


/* ---------------------------------- */
/* responsive tab
------------------------------------- */

.responsive-tab {
  position: relative;
  z-index: 1;
  clear: both;
  width: 100%;
  height: 52px;

  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.responsive-tab ul,
.responsive-tab li,
.responsive-tab a {
  height: 100%;
}

.responsive-tab ul {
  /* enables a flex context for all its direct children */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.responsive-tab ul::after {
  clear: both;
  content: "";
  display: block;
}

.responsive-tab li {
  display: inline-block;
  float: left;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.responsive-tab a {
  display: block;
  color: #8e8e8e;
  opacity: .6;
  line-height: 50px;
  padding-right: 17px;
  padding-left: 0;
  font-weight: 500;
  font-size: 15px;
  position: relative;
}

.responsive-tab a i {
  font-weight: 700;
  margin-right: 9px;
}

.responsive-tab li a:hover {
  color: #141e34;
  opacity: .8;
}

.responsive-tab .uk-active,
.responsive-tab .uk-active a {
  color: #141e34;
  opacity: 1;
}

.uk-light .responsive-tab:before {
  background: transparent;
}

.uk-light .responsive-tab .uk-active a,
.uk-light .responsive-tab li a:hover {
  color: white
}

.uk-light .responsive-tab .uk-active a:before {
  background-color: white
}

@media only screen and (min-width: 1024px) {

  .responsive-tab {
    height: 56px;
    overflow: visible;
  }




  .responsive-tab a {
    font-size: 15px;
    margin-right: 20px;
    padding: 0;
    line-height: 55px;
  }
}

/* ---------------------------------- */
/* style-3
------------------------------------- */

@media only screen and (min-width: 1024px) {

  .responsive-tab.style-1:before {
    background: transparent;
  }

  .responsive-tab.style-1 {
    height: 38px;
  }

  .responsive-tab.style-1 li a {
    background: #eaeaea;
    border-radius: 97px;
    line-height: 38px;
    color: black;
    font-size: 13px;
    padding: 0px 22px;
    margin-right: 10px;
  }

  .responsive-tab.style-1 li.uk-active a {
    background-color: #141e34;
    color: white;
  }

  .responsive-tab.style-1 .uk-active a:before {
    background-color: transparent;
  }
}

/* ---------------------------------- */
/* style-2
------------------------------------- */
.responsive-tab.style-2 :before {
  position: absolute;
  bottom: 0;
  content: '';
  width: 100%;
  height: 1px;
  border-radius: 27px;
}

.responsive-tab.style-2 .uk-active a:before {
  width: 100%;
  width: 20%;
  height: 4px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #141e34;
}

.responsive-tab.style-2:before {
  background: transparent;
}

.responsive-tab.style-2 .uk-active {
  color: #0a0a0a;
}

/* ---------------------------------- */
/* style-3
------------------------------------- */
.responsive-tab.style-3 .uk-active a:before,
.responsive-tab.style-3:before {
  display: none;
}

@media only screen and (min-width: 1024px) {

  .responsive-tab.style-3 {
    height: auto;
  }

  .responsive-tab.style-3 li a {
    font-size: 17px;
    font-weight: 600;
    line-height: 44px;
  }

  .responsive-tab.style-3 li {
    display: block;
  }

  .responsive-tab.style-3 ul,
  .responsive-tab.style-3 li,
  .responsive-tab.style-3 a {
    height: 100%;
  }

  .responsive-tab.style-3 li .responsive-tab.style-3 a {
    height: 100%;
  }

}


/* ---------------------------------- */
/* style-4
------------------------------------- */
.responsive-tab.style-4 :before {
  position: absolute;
  bottom: 0;
  content: '';
  background: #e8e8e8;
  width: 100%;
  height: 1px;
  border-radius: 27px;
}

.responsive-tab.style-4 a {
  margin-right: 12px;
  padding: 0 10px;
}

.responsive-tab.style-4 .uk-active a:before {
  position: absolute;
  bottom: 0;
  content: '';
  background: #007791;
  width: 100%;
  height: 5px;
  left: 0;
  background: #141e34;
}

.uk-light .responsive-tab.style-4 .uk-active a:before {
  background-color: white
}


/* ---------------------------------- */
/* style-5
------------------------------------- */
.responsive-tab.style-5 {
  height: 47px;
}

.responsive-tab.style-5 li a {
  line-height: 47px;
  padding: 0px 20px;
  margin: 0px;
}

.responsive-tab.style-5 li.uk-active a {
  padding: 0px 13px;
  margin: 0px 36px;
  background-color: #edeff0;
  color: #141e34;
}

.responsive-tab.style-5 li.uk-active a:hover {
  background-color: #edeff0;
  opacity: 1;
}

.responsive-tab.style-5 li.uk-active a:before {
  background: url(../images/bg-shapes/tab-border-left.png) no-repeat;
  background-size: cover;
  content: '';
  position: absolute;
  left: -35px;
  top: 0;
  font-size: 31px;
  height: 47px;
  width: 36px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.responsive-tab.style-5 .uk-active a:after {
  background: url(../images/bg-shapes/tab-border-right.png) no-repeat;
  background-size: cover;
  content: '';
  position: absolute;
  right: -35px;
  top: 0;
  color: #f91629;
  height: 47px;
  width: 36px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

/* ---------------------------------- */
/* List Styles
------------------------------------- */
.list-3,
.list-2,
.list-1 {
  padding: 3px 0 0 0;
  font-size: 15px;
}

.list-3_ar,
.list-2_ar,
.list-2_ar {
  padding: 3px 0 0 0;
  font-size: 15px;
}

.list-3 li,
.list-2 li,
.list-1 li {
  list-style: none;
  margin: 10px 0;
  line-height: 27px;
  margin-left: 20px;
  position: relative;
}

[dir=rtl] .list-3 li,
[dir=rtl] .list-2 li,
[dir=rtl] .list-1 li {
  margin-right: 20px;
}

.list-3_ar li,
.list-2_ar li,
.list-2_ar li {
  list-style: none;
  margin: 10px 0;
  line-height: 27px;
  margin-right: 20px;
  position: relative;
}

.list-3 li:first-child,
.list-2 li:first-child,
.list-1 li:first-child {
  margin-top: 0;
}

.list-3_ar li:first-child,
.list-2_ar li:first-child,
.list-1_ar li:first-child {
  margin-top: 0;
}

.list-4 li:before,
.list-3 li:before,
.list-2 li:before,
.list-1 li:before {
  margin: 0;
  position: relative;
  color: #66676b;
  float: left;
  margin-left: -20px;
  display: block;
}

[dir=rtl] .list-4 li:before,
[dir=rtl] .list-3 li:before,
[dir=rtl] .list-2 li:before,
[dir=rtl] .list-1 li:before {
  float: right;
  right: -20px
}

.list-4_ar li:before,
.list-3_ar li:before,
.list-2_ar li:before,
.list-1_ar li:before {
  margin: 0;
  position: relative;
  color: #66676b;
  float: right;
  margin-right: -20px;
  display: block;
}

.list-1.gray li:before {
  color: #777;
}

.list-1_ar.gray li:before {
  color: #777;
}

.list-2 li,
.list-2 li {
  margin-left: 28px;
}

.list-2_ar li,
.list-2_ar li {
  margin-left: 28px;
}

.list-3 li:before,
.list-2 li:before {
  font-family: "Material-Icons";
  content: "\e928";
  font-size: 18px;
  font-weight: 600;
  position: relative;
  top: -2px;
  margin-left: -28px;
}

.list-3_ar li:before,
.list-2_ar li:before {
  font-family: "Material-Icons";
  content: "\e928";
  font-size: 18px;
  font-weight: 600;
  position: relative;
  top: -2px;
  margin-right: -28px;
}

.list-3 li:before {
  content: "\e912";
  font-family: "Feather-Icons";
  font-weight: 500;
  font-size: 18px;
}

.list-3_ar li:before {
  content: "\e912";
  font-family: "Feather-Icons";
  font-weight: 500;
  font-size: 18px;
}

.list-1 li:before {
  content: "";
  height: 6px;
  width: 6px;
  background-color: #66676b;
  border-radius: 2px;
  position: relative;
  top: 9px;
}

.list-1_ar li:before {
  content: "";
  height: 6px;
  width: 6px;
  background-color: #66676b;
  border-radius: 2px;
  position: relative;
  top: 9px;
}

/* ---------------------------------- */
/* setting menu list in admin panel
------------------------------------- */
.setting-menu {
  color: #474747;
}

.setting-menu ul li {
  padding-left: 0
}

.setting-menu ul li a,
.setting-menu .uk-active.li a {
  padding: 4px 20px;
  margin-right: 0px;
  font-size: 15px !important;
  border: 0;
  text-align: left;
}

.setting-menu ul li a:hover {
  background-color: #ededed;
}

@media (max-width:960px) {
  .setting-menu ul li a {
    padding: 0px 15px;
  }

  .responsive-tab a i {
    margin-right: 5px;
  }
}



/* ---------------------------------- */
/* Pricing
------------------------------------- */

/* Pricing Plans Container */
.pricing-plans-container {
  border-radius: 4px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  display: flex;
  background: white;
  margin-top: 70px;
}

.pricing-plan {
  flex: 1;
  padding: 35px 17px;
  position: relative;
}

.pricing-plan:first-of-type {
  padding-left: 35px;
}

.pricing-plan:last-of-type {
  padding-right: 35px;
}

.pricing-plan h3 {
  font-size: 22px;
  font-weight: 600;
}

.pricing-plan p {
  margin: 0;
}


/* Pricing Plan Label */
.pricing-plan-label {
  background: #f6f6f6;
  border-radius: 4px;
  font-size: 18px;
  color: #888;
  text-align: center;
  line-height: 24px;
  padding: 15px;
  margin: 22px 0;
}

.pricing-plan-label strong {
  font-size: 32px;
  font-weight: 700;
  color: #141e34;
  margin-right: 5px;
  line-height: 30px;
}

.recommended .pricing-plan-label {
  background-color: rgba(102, 103, 107, 0.06);
  color: #66676b;
}

.recommended .pricing-plan-label strong {
  color: #141e34;
}

/* Pricing Plan Features */
.pricing-plan-features strong {
  color: #333;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 24px;
  display: inline-block;
  margin-top: 5px;
}

.pricing-plan-features ul {
  padding: 0;
  margin: 0;
}

.pricing-plan-features ul li {
  display: block;
  margin: 0;
  padding: 3px 0;
  line-height: 24px;
}

/* Pricing Plan Button */
.pricing-plan .button:hover,
.pricing-plan.recommended .button {
  color: #fff;
  background-color: #66676b;
  box-shadow: 0 4px 12px rgba(102, 103, 107, 0.15);
}

.pricing-plan .btns {
  color: #141e34;
  background-color: #fff;
  border: 1.5px solid #141e34;
  box-shadow: 0 4px 12px rgba(102, 103, 107, 0.1);
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 6px 0;
  text-align: center;
  line-height: 28px;
  border-radius: 5px;
  margin-top: 15px;
  font-weight: 600;
}


.pricing-plan .button:hover,
.recommended .btns {
  box-shadow: 0 4px 12px rgba(102, 103, 107, 0.15);
  background: #141e34;
  color: white;
  border-color: #141e34;
}

/* Recommended Plan */
.pricing-plan.recommended {
  box-shadow: 0 0px 45px rgba(0, 0, 0, 0.09);
  padding: 35px;
  margin: 0 15px;
}

.pricing-plan .recommended-badge {
  background-color: #141e34;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 45px;
  top: -45px;
  left: 0;
  text-align: center;
  border-radius: 4px 4px 0 0;
  font-weight: 600;
  line-height: 45px;
}

.pricing-swicher {
  width: max-content;
  padding: 10px !important;
  border-radius: 8px;
  margin: auto !important;
}

.pricing-swicher> :first-child {
  padding-left: 0px !important
}

.pricing-swicher li {
  padding-left: 10px !important;
  opacity: 0.4;
}

.pricing-swicher li a {
  font-size: 15px !important;
  font-weight: 700;
  position: relative;
  padding: 6px 12px;
}


.pricing-swicher>li.uk-active {
  opacity: 1;
}

.pricing-swicher>.uk-active>a {
  color: #141e34 !important;
}

.pricing-swicher li a span {
  top: -10px;
  margin-left: 10px;
  background: #141e34;
  font-size: 11px;
  padding: 3px 5px;
  font-weight: 400;
  color: white;
  border-radius: 4px;
}

/* Media Queries for Pricing Plans */
@media (max-width: 992px) {
  .pricing-plans-container {
    box-shadow: none;
    display: block;
    margin-top: -10px;
  }

  .pricing-plan {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    flex: auto;
    border-radius: 4px;
    padding: 35px;
  }

  .pricing-plan.recommended {
    padding: 35px;
    margin: 0 0 40px 0;
  }

  .recommended.pricing-plan {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    margin-top: 80px;
  }
}



/* Pricing table  */
.bg-pricing {
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}

.pricing {
  margin: 40px 0;
}

.pricing h1,
.pricing h5,
.pricing h6 {
  text-align: left;
}

.pricing h5 {
  margin: 20px 0;
  color: #a2a2a2;
}

.pricing .pricing-card {
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 2px 10px 0px #0000001a;
  overflow: hidden;
  display: flex;
  max-width: 800px;
  margin: 25px auto;
  align-items: center;
}

.pricing .pricing-card>* {
  flex: 1;
  padding: 35px 17px;
  position: relative;
}


.pricing .pricing-card .plan-name {
  margin-bottom: 0px;
}

.pricing .pricing-card .price {
  font-size: 180%;
  margin: 0;
  display: flex;
  align-items: end;
  justify-content: center;
}

iframe {
  max-width: 100%;
  width: 100%;
  color: #666 !important;
  border: 1px solid #eceff5 !important;
  border-radius: 7px !important;
  transition: 0.2s ease-in-out !important;
  transition-property: color, background-color, border !important;
  height: 41px !important;
  vertical-align: middle !important;
  display: inline-block !important;
}

iframe input {
  background-color: blue !important;
}

.pricing .pricing-card .price span {
  font-size: 18px;
  margin-top: 25px;
  display: block;
  margin-right: 9px;
}

.pricing .pricing-card .price-type {
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
  color: #b1b1b1;
}

.pricing .pricing-card ul.list-2 li {
  margin: 16px 0;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .pricing .pricing-card {
    display: block;
  }

  .pricing .pricing-card>* {
    padding: 30px 17px;
  }

  .pricing .pricing-card ul.list-2 li {
    margin: 13px 0;
    font-size: 15px;
  }
}



/* ---------------------------------- */
/*  embed video responsive 
------------------------------------- */

.embed-video {
  overflow: hidden;
  /*padding-bottom: 56.25%;*/
  position: relative;
  height: 0;
}

.embed-video iframe {
  left: 0;
  top: 0;
  height: 100% !important;
  width: 100%;
  position: absolute;
  /* padding: 20px */
}

/* ---------------------------------- */
/* countdown
------------------------------------- */

.countdown .box .countdown-text p {
  margin-bottom: 0;
}

.countdown .box .countdown-text {
  background: #f2f4fb;
  padding: 10px;
  color: #46515a;
  text-align: center;
  font-size: 13px;
}

.countdown .box .uk-countdown-number {
  padding: 25px;
  font-size: 50px;
  color: #525e68;
}

.countdown .box {
  background: white;
  border-radius: 7px;
  overflow: hidden;
}

.countdown-form {
  background: #ffffff;
  padding: 8px 14px !important;
  border-radius: 33px;
}

@media (max-width: 640px) {
  .countdown .box {
    background: white;
    border-radius: 6px;
    overflow: hidden;
  }

  .countdown .box .uk-countdown-number {
    padding: 15px 2px;
    font-size: 24px;
    color: #4f5a64;
  }

  .countdown .box .countdown-text {
    padding: 5px;
    font-size: 9px;
  }

  .countdown-form {
    padding: 8px 14px !important;
  }
}

/* ---------------------------------- */
/* Footer
------------------------------------- */
.footer {
  margin-top: 50px;
  padding: 25px 15px;
  padding-bottom: 0;
  border-top: 1px solid #e4e4e4;
}

.footer p {
  color: #656565;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links.footer-nav ul li {
  display: inline-block !important;
  padding-right: 14px;
}

.footer-links ul li a {
  color: #6f6f6f;
  line-height: 25px;
  padding: 4px 0;
  font-size: 14px;
  font-weight: 600;
}

.footer-links ul li a {
  display: inline-block;
}

.footer-links ul li a:hover {
  color: #000;
}

.footer-description {
  color: #6f6f6f;
  font-weight: 500;
}

.uk-light .footer-links ul li a,
.uk-light .footer-description {
  color: rgba(255, 255, 255, 0.7) !important;
}


.uk-light .footer-links h3,
.uk-light .footer-links ul li a:hover {
  color: white !important;
}


.footer-nav-icon a {
  color: #757575;
  font-weight: 400;
  display: block;
  padding: .5rem 0.8rem;
  font-size: 15px;
}

.footer-nav-icon ul {
  list-style: none;
  padding: 0
}

.footer-nav-icon ul li {
  display: inline-block;
}

.footer-nav-icon ul li a {
  color: #757575;
  font-weight: 400;
  display: block;
  padding: .5rem 0.6rem;
  font-size: 15px;
}

.uk-light .footer-nav-icon ul li a {
  color: rgba(255, 255, 255, 0.7)
}

.uk-light .footer-nav-icon ul li a:hover {
  color: white
}

@media (max-width: 768px) {
  .footer {
    padding: 30px 15px;
    margin-top: 15px;
    padding-bottom: 0px;
  }
}

/* ---------------------------------- */
/* general
------------------------------------- */

.shadow {
  box-shadow: 0px 2px 7px -3px #0000001a
}

.shadow-0 {
  box-shadow: none
}

.rounded-sm {
  border-radius: 7px;
}

.rounded {
  border-radius: 8px
}

.rounded-lg {
  border-radius: 14px
}

.circle {
  border-radius: 100%
}



/* course thunbail general img */

.course-thumbnail {
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
  position: relative;
  border-radius: 8px;
}


/* play icon */
.course-thumbnail .play-button-trigger {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/icon-play.svg) no-repeat;
  background-size: auto 50%;
  background-position: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 150ms ease-in-out;
  -moz-transition: opacity 150ms ease-in-out;
  -ms-transition: opacity 150ms ease-in-out;
  -o-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  -moz-transition: -moz-transform 150ms ease-in-out;
  -o-transition: -o-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
}

.course-thumbnail:hover .play-button-trigger,
.play-button-trigger.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

span.item-tag {
  font-size: 12.5px;
  font-weight: 600;
  color: #696969;
  background-color: #fff;
  border-radius: 4px;
  padding: 5px 12px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 9px;
  position: absolute;
  top: 30px;
  left: 32px;
  z-index: 110;
  transition: 0.4s;
}



/* ---------------------------------- */
/* animation   
------------------------------------- */

.transition-3d-hover,
.animate-this {
  transition: all 0.2s ease-in-out;
}

.transition-3d-hover:hover,
.transition-3d-hover:focus {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.animate-this:hover,
.animate-this:focus {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}



/* ---------------------------------- */
/* Back to top
------------------------------------- */
#backtotop {
  position: fixed;
  right: 0;
  opacity: 0;
  visibility: hidden;
  bottom: 25px;
  margin: 0 25px 0 0;
  z-index: 999;
  transition: 0.35s;
  transform: translateY(10px);
}

#backtotop.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#backtotop a {
  text-decoration: none;
  border: 0 none;
  display: block;
  width: 46px;
  height: 46px;
  background-color: #141e34;
  opacity: 1;
  transition: all 0.3s;
  border-radius: 100%;
  text-align: center;
  font-size: 26px;
}

body #backtotop a {
  color: #fff;
}

#backtotop a:after {
  content: "\e931";
  font-family: "Feather-Icons";
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  #backtotop {
    display: none;
  }
}




/* books*/

.book-card .book-cover {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  height: 240px;
}


.book-card .book-cover img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}


.book-card .book-content {
  margin-top: 6px;
}


.book-card .book-content h5 {
  font-weight: 500;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 16px;
}

@media (max-width:960px) {
  .book-card .book-cover {
    height: 180px;
  }

}

#book-popular .book-popular-card>* {
  width: auto;
}

#book-popular .book-popular-card {
  border: 0;
  box-shadow: 0 4px 11px -4px rgba(0, 0, 0, 0.2);
  margin: 24px 0 27px;
  padding: 16px 9px;
  padding-right: 15px;
  background-color: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

#book-popular .book-popular-card .book-details {
  margin-left: 12px;
  flex: 1;
  min-width: 1px;
}

#book-popular .book-popular-card .book-details h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: #393939;
  font-size: 15px;
  margin: 0;
  transition: all 0.2s;
}

#book-popular .book-popular-card .book-details p {
  margin: 0;
  font-size: 13px;
  color: #8d8d8d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 4px;
  font-weight: 500;
  line-height: 1;
  transition: all 0.2s;
}

#book-popular .book-popular-card .cover-img {
  border-radius: 6px;
  width: 65px;
  height: 78px;
  margin-top: -24px;
  box-shadow: 0 3px 11px -2px rgba(0, 0, 0, 0.33);
}

@media (max-width: 768px) {
  .book-card-grid .book-card .book-cover {
    height: 200px;
  }
}



/* grid slider header and their icon sliders */
.grid-slider-header {
  margin-bottom: 10px;
}

.grid-slider-header h4 {
  overflow: hidden;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0 !important;
  line-height: 33px;
}

.grid-slider-header,
.grid-slider-header-link {
  display: flex;
  justify-content: space-between;
  align-content: center;
  padding: 0 !important;
}

.grid-slider-header .slide-nav-prev.uk-invisible,
.grid-slider-header .slide-nav-next.uk-invisible {
  visibility: visible !important;
  opacity: .15;
  color: white;
  cursor: default;
}

.grid-slider-header .slide-nav-prev,
.grid-slider-header .slide-nav-next {
  background: #141e34;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: relative;
  margin-left: 5px;
  color: #ffffff;
}

.grid-slider-header .slide-nav-prev:hover,
.grid-slider-header .slide-nav-next:hover {
  background-color: #141e34;
  color: #fff;
}

.grid-slider-header .slide-nav-prev:before,
.grid-slider-header .slide-nav-next:before {
  font-family: "Feather-Icons";
  font-weight: 600;
  font-size: 19px;
  line-height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.grid-slider-header .slide-nav-prev:before {
  content: "\e92f";
}

.grid-slider-header .slide-nav-next:before {
  content: "\e930";
}

@media (max-width: 768px) {

  .grid-slider-header,
  .grid-slider-header-link {
    padding-right: 10px !important;
  }

  .grid-slider-header .slide-nav-prev,
  .grid-slider-header .slide-nav-next {
    width: 32px;
    height: 32px;
  }

}



/* Slider custom icon */

.slidenav-next,
.slidenav-prev {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 38px !important;
  font-weight: 700;
  height: 38px;
  line-height: 38px;
  color: #999;
  border: 1px solid rgba(20, 23, 28, .05);
  border-radius: 100%;
  background-color: white;
}

.slidenav-next:hover,
.slidenav-prev:hover {
  background-color: rgba(20, 23, 28, .05);
}

.slidenav-next:before,
.slidenav-prev:before {
  font-family: "Feather-Icons";
  font-weight: 600;
  text-align: center;
  margin: 0;
  margin-left: 0;
  color: #7d7d7d;
  position: absolute;
  font-size: 19px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slidenav-prev:before {
  content: "\e92f";
}

.slidenav-next:before {
  content: "\e930";
}

/* if they are inside the card */
.uk-position-center-left.slidenav-prev,
.uk-position-center-right.slidenav-next {
  background-color: white;
  box-shadow: 0 0 8px -6px black;
}

.uk-position-center-left.slidenav-prev {
  margin-left: 0px !important;
}

.uk-position-center-right.slidenav-next {
  margin-right: 0px !important;
}

@media (max-width: 768px) {

  .slidenav-next,
  .slidenav-prev {
    background: white;
  }

  .uk-position-small[class*='slidenav-next'],
  .uk-position-small[class*='slidenav-prev'] {
    margin-left: -10px;
    margin-right: -10px;
  }
}

/* Search overlay */

.is-active .search-input-wrapper {
  left: 80px;
  display: inline;
}

.search-input-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
}


.search-overlay {
  position: fixed;
  top: -100px;
  left: -100px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  transition: all .4s;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 1000;
}

.is-active .search-overlay {
  -webkit-transform: scale(50);
  transform: scale(50);
}

.search-input-container {
  position: relative;
  top: 25%;
  padding: 0 18%;
}

.search-input-control {
  position: relative;
  width: 100%;
  transition: all 1.3s 1s;
  font-size: 1rem;
  position: relative;
  text-align: left;
  transition-duration: 1.2s;
}

.search-input-control input {
  width: 94%;
  height: 155px;
  padding-right: 43px;
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0;
  border-bottom: 3px solid #2b2d3a;
  background: transparent;
  font-size: 5rem;
  font-weight: 200;
  font-family: 'Alegreya Sans SC', sans-serif;
  text-transform: uppercase;
  padding-bottom: 10px;
  outline: none;
}

.search-input-control .search-help {
  display: block;
  color: #1b245f;
  font-size: 1.3rem;
  padding-top: 20px;
}

.search-input-control .btn-close {
  font-size: 30px;
  position: absolute;
  right: 0;
  top: 16px;
  z-index: 10;
  cursor: pointer;
  padding: 10px;
  padding-right: 0;
}



/* ---------------------------------- */
/* syntax highlighter
------------------------------------- */

.hljs-string,
.hljs-bullet {
  color: #4FC1EA;
}

.hljs {
  display: block;
  overflow-x: auto;
  padding: 1.5em;
  background: #f3f3f3;
  color: #9c9c9c;
  margin: -10px;
}

.hljs-name,
.hljs-strong {
  /* font-weight: bold; */
  color: #f35a00;
}

.hljs-attr {
  color: #68BB88;
}



/* ---------------------------------- */
/* btn source code previewer
------------------------------------- */

.Markup-botton {
  padding-left: 44px !important;
  font-size: 14px !important;
  background: #f0f0f0;
  text-transform: capitalize !important;
  color: #565656;
  border: 0 !important;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
}

.Markup-botton::before {
  font-family: "Feather-Icons";
  font-size: 14px;
  content: '\e940';
  left: 0px;
  width: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  top: 0px;
  color: white;
  background: #bdbcbc;
  position: absolute;
}

.Markup-botton:hover,
.Markup-botton:focus {
  background: #c7c7c7;
}


@media (min-width: 1099px) {
  .Markup-botton {
    margin: 20px 0 !important;
  }
}

.docs-list a {
  color: #999 !important;
  padding: 3px 0 !important;
  font-size: 0.9rem !important;
  display: block;
}

.docs-list a:hover,
.docs-list a:active,
.docs-list a:focus {
  color: #000 !important
}


/* ---------------------------------- */
/* Background   
------------------------------------- */
.bg-primary {
  background-color: #240d73 !important;
}

.bg-secondary {
  background-color: #77838f !important;
}

.bg-success {
  background-color: #62d76b !important;
}

.bg-info {
  background-color: #00dffc !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #ff3b30 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-grey {
  background-color: #141e34 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-dark {
  background-color: #000 !important;
}

.bg-transparent {
  background-color: transparent !important;
}


/* ---------------------------------- */
/* gradient Backgrounds  
------------------------------------- */
.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient-primary {
  background: linear-gradient(80deg, #78a6fc, #377dff 100%) !important
}

.bg-gradient-secondary {
  background: linear-gradient(80deg, #fafafa 0, #fafafa 100%) !important
}

.bg-gradient-success {
  background: linear-gradient(80deg, #4cd964 0, #50d94c 100%) !important
}

.bg-gradient-info {
  background: linear-gradient(80deg, #24b7fa 0, #24e2fa 100%) !important
}

.bg-gradient-warning {
  background: linear-gradient(80deg, #ff9500 0, #ff6200 100%) !important
}

.bg-gradient-danger {
  background: linear-gradient(80deg, #ff3b30 0, #ff304e 100%) !important
}

.bg-gradient-light {
  background: linear-gradient(80deg, #ced4da 0, #ced6da 100%) !important
}

.bg-gradient-grey {
  background: linear-gradient(80deg, rgb(62, 71, 79) 0, rgb(95, 109, 121) 100%) !important
}

.bg-gradient-dark {
  background: linear-gradient(80deg, #05172a 0, #051e2a 100%) !important
}

.bg-gradient-1 {
  background-color: rgba(62, 62, 62, 0.52);
  background-blend-mode: color-burn;
}

.bg-gradient-2 {
  background-image: linear-gradient(-225deg, #5D9FFF 0%, #B8DCFF 48%, #6BBBFF 100%);
  background-blend-mode: color-burn;
}

.bg-gradient-3 {
  background-image: linear-gradient(to top, #0d8464 0%, #4c8bb1 100%);
  background-blend-mode: color-burn;
}

.bg-color-burn {
  background-color: rgba(62, 62, 62, 0.52);
  background-blend-mode: color-burn;
}


.bg-image-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border-radius: inherit;
}


/* ---------------------------------- */
/* topic- Backgrounds  
------------------------------------- */

.topic-1 {
  background-color: #240d73 !important;
}

.topic-kam {
  background-color: #240d73 !important;
}

.topic-afro-tech {
  background-color: #141e34 !important;
}

.topic-2 {
  background-color: #9b3b5a !important;
}

.topic-3 {
  background-color: #890ca1 !important;
}

.topic-4 {
  background-color: #30826C !important;
}

.topic-5 {
  background-color: #4a4290 !important;
}

.topic-6 {
  background-color: rgb(122, 130, 48) !important;
}

.topic-7 {
  background-color: rgb(201, 37, 146) !important;
}

.topic-8 {
  background-color: rgb(130, 97, 48) !important;
}

.topic-9 {
  background-color: #30826C !important;
}

.topic-10 {
  background-color: rgb(130, 48, 48) !important;
}



/* ---------------------------------- */
/* Background Soft Colors  
------------------------------------- */
.bg-soft-primary {
  background-color: rgba(55, 125, 255, 0.1) !important;
}

.bg-soft-secondary {
  background-color: rgba(119, 131, 143, 0.1) !important;
}

.bg-soft-success {
  background-color: rgba(0, 201, 167, 0.1) !important;
}

.bg-soft-info {
  background-color: rgba(0, 223, 252, 0.1) !important;
}

.bg-soft-warning {
  background-color: rgba(255, 193, 7, 0.1) !important;
}

.bg-soft-danger {
  background-color: rgba(222, 68, 55, 0.1) !important;
}

.bg-soft-light {
  background-color: rgba(248, 249, 250, 0.1) !important;
}

.bg-soft-dark {
  background-color: rgba(30, 32, 34, 0.1) !important;
}

.bg-soft-white {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.bg-soft-indigo {
  background-color: rgba(45, 21, 130, 0.1) !important;
}

.bg-soft-facebook {
  background-color: rgba(59, 89, 152, 0.1) !important;
}

.bg-soft-google {
  background-color: rgba(209, 65, 48, 0.1) !important;
}

.bg-soft-twitter {
  background-color: rgba(29, 161, 242, 0.1) !important;
}

.bg-soft-instagram {
  background-color: rgba(63, 114, 155, 0.1) !important;
}

.bg-soft-github {
  background-color: rgba(36, 41, 46, 0.1) !important;
}

.bg-soft-gray {
  background-color: rgba(248, 250, 253, 0.1) !important;
}


.bg-color-burn {
  background-color: rgba(62, 62, 62, 0.52);
  background-blend-mode: color-burn;
}



/* ---------------------------------- */
/* button  
------------------------------------- */

.but ton {
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 1.5px solid transparent;
  position: relative;
  color: #223ca9;
  background: #f2f4fb;
  font-size: 14px;
  line-height: 35px;
  padding: 0 20px;
  border-radius: 6px;
  margin: 0 5px;
  height: 36px;
}


/* ---------------------------------- */
/* Button size  
------------------------------------- */
.button.small {
  font-size: 13px;
  line-height: 30px;
  padding: 0 17px;
  height: 32px;
}

.button.large {
  font-size: 15px;
  line-height: 45px;
  padding: 0px 23px;
  height: 48px;
}

.button.xlarge {
  font-size: 15px;
  line-height: 45px;
  padding: 0px 22px;
  height: 47px;
}


/* ---------------------------------- */
/* delimiter  
------------------------------------- */
.delimiter:before {
  left: 50%;
  display: block;
  width: 80%;
  margin: auto;
  height: 1px;
  content: '';
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, .2) 0, rgba(255, 255, 255, 0) 75%)
}

.delimiter {
  border: 0 !important
}


.delimiter-bottom,
.delimiter-top {
  position: relative
}

.delimiter-top:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 80%;
  height: 1px;
  margin-left: -40%;
  content: '';
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, .2) 0, rgba(255, 255, 255, 0) 75%)
}

.delimiter-bottom:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 80%;
  height: 1px;
  margin-left: -40%;
  content: '';
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, .2) 0, rgba(255, 255, 255, 0) 75%)
}











/* ---------------------------------- */
/* admin chats
------------------------------------- */
.chats-container {
  margin: 0;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  background-color: #fff;
}


/* Scrollbar Adjustments */
.chats-inbox ul {
  max-height: 875px;
}

.message-content-inner {
  max-height: 750px;
}

.message-content,
.chats-container-inner .chats-inbox {
  /* overflow: hidden; */
}

.message-content-inner,
.chats-container-inner .chats-inbox ul {
  overflow-y: scroll;
  width: calc(100% + 18px)
}

.message-content-inner::-webkit-scrollbar,
.chats-container-inner .chats-inbox ul::-webkit-scrollbar {
  width: 17px;
}

/*  Scrollbar Hide - End */

.chats-headline {
  max-height: 82px;
  font-size: 16px;
  margin: 0;
  padding: 22px 30px;
  color: #333;
  background-color: #fff;
  display: block;
  border-bottom: 1px solid #eaeaea;
  border-radius: 4px 4px 0 0;
  position: relative;
}

.chats-headline input {
  background-color: #f6f6f6;
  box-shadow: none;
  height: 38px;
  padding: 14px;
  font-size: 14px;
  margin: 0;
}

.chats-headline input:focus {
  box-shadow: none;
}

.chats-headline .input-with-icon i {
  font-size: 18px;
  right: 14px;
}

.chats-headline h4 {
  font-size: 16px;
  color: #333;
  padding: 6px 0;
  padding-bottom: 0;
  margin: 0;
  font-weight: 600;
  display: inline-block;
}

.chats-headline h4 span {
  display: block;
  font-size: 10px;
}

.message-action {
  border-radius: 50px;
  font-size: 13px;
  color: #666;
  font-weight: 500;
  display: inline-block;
  transition: 0.3s;
  color: #666;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.message-action i {
  position: relative;
  top: 1px;
  margin-right: 1px;
}


/* List */
.chats-inbox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.message-avatar img {
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

.chats-inbox ul li a {
  position: relative;
  display: block;
  padding: 30px;
}

.chats-inbox ul li {
  transition: 0.2s;
  position: relative;
}

.chats-inbox ul li:nth-child(2n) {
  /* background-color: #fafafa; */
}

.chats-inbox ul li:last-child {
  border-bottom: none;
}

.chats-inbox ul li.active-message {
  background-color: #fafafa;
}

.chats-inbox ul li:before {
  position: absolute;
  top: 0;
  left: -4px;
  width: .25rem;
  height: 100%;
  background-color: #00d27a;
  display: block;
  content: "";
  opacity: 0;
  transition: 0.3s;
}

.chats-inbox ul li:hover:before,
.chats-inbox ul li.active-message:before {
  opacity: 1;
  left: 0px;
}

.chats-inbox .message-avatar {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.status-icon.status-online,
.status-online:after {
  background-color: #38b653;
}

.status-icon,
.user-avatar:after {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  background-color: #c0c0c0;
  bottom: 0;
  right: 0;
  display: block;
  border: 2px solid #fff;
  border-radius: 50%;
}

.chats-inbox .message-by {
  margin-left: 85px;
  font-size: 15px;
  color: #666;
}

.chats-inbox .message-by p {
  margin: 0;
  padding: 0;
  line-height: 25px;
  font-size: 15px;
}

.message-by-headline h5,
.message-by-headline span {
  display: inline-block;
}

.message-by-headline span {
  float: right;
  color: #969595;
  font-size: 14px;
}

.message-by-headline h5 {
  font-weight: 600;
  color: #888;
  margin: 0 0 7px 0;
  padding: 0;
}

.message-by-headline:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.message-by h5 i {
  background-color: #66676b;
  border-radius: 4px;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  padding: 3px 8px;
  margin-left: 3px;
}


/* Single Message */
.chats-container-inner {
  display: flex;
}

.chats-container-inner .chats-inbox,
.chats-container-inner .message-content {
  flex: 1;
}

.chats-container-inner .message-content-inner {
  padding: 30px;
  padding-bottom: 0;
  flex-grow: 1;
}

.chats-container-inner .message-content {
  display: flex;
  flex-direction: column;
}

.chats-container-inner .chats-inbox {
  max-width: 340px;
  border-right: 1px solid #eaeaea;
}

.chats-container-inner .chats-inbox ul li a {
  padding: 17px 20px;
}

.chats-container-inner .chats-inbox .message-by p {
  height: 26px;
  max-width: 205px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  color: #888;
}

.chats-container-inner .message-avatar img {
  width: 40px;
  height: 40px;
}

.chats-container-inner .chats-inbox .message-avatar {
  left: 25px;
}

.chats-container-inner .chats-inbox .message-by {
  margin-left: 60px;
}

.chats-container-inner .chats-inbox .message-readed {
  float: right;
  margin-top: -21px;
  color: #0ae489;
}

.chats-container-inner .message-by-headline h5 {
  font-size: 14px;
  margin-bottom: 2px;
  max-width: 160px;
  line-height: 23px;
}

.chats-container-inner .message-by-headline span {
  font-size: 12.5px;
  position: absolute;
  top: 20px;
  right: 25px;
}

.chats-container-inner .active-message .message-by-headline h5,
.chats-container-inner .active-message .message-by p {
  color: black;
}

/* Message Bubbles */
.message-bubble {
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.message-bubble .message-avatar {
  position: absolute;
  left: 0;
  top: 0;
}

.message-bubble .message-avatar img {
  width: 50px;
  height: 50px;
}

.message-bubble .message-text {
  margin-left: 62px;
  background-color: #f4f4f4;
  border-radius: 4px;
  padding: 10px 16px;
  position: relative;
  display: inline-block;
  float: left;
  line-height: 23px;
  max-width: 70%;
}

.message-bubble .message-text.message-trainer {
  background-color: #00bcd4;
  color: white
}

.message-bubble.me .message-text {
  float: right;
}

.message-bubble .message-text p {
  font-size: 15px;
  padding: 0;
  margin: 0;
  line-height: 25px;
}


/* Message Bubble "me" */
.message-bubble.me .message-avatar {
  left: auto;
  right: 0;
}

.message-bubble.me .message-text {
  margin-left: 0;
  margin-right: 62px;
  background-color: #141e34;
  color: #fff;
  position: relative;
}

/* Arrow */
.message-bubble .message-text.message-trainer:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 10px solid #00bcd4;
  left: -8px;
  right: auto;
  top: 0px;
  position: absolute;
}

.message-bubble .message-text:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 10px solid #f4f4f4;
  left: -8px;
  right: auto;
  top: 0px;
  position: absolute;
}

.message-bubble.me .message-text:before {
  border-top: 0px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 9px solid #141e34;
  border-right: none;
  right: -7px;
  left: auto;
}

/* Message Time Sign */
.message-time-sign {
  text-align: center;
  display: block;
  position: relative;
  margin-bottom: 25px;
}


.message-time-sign span {
  background-color: #fff;
  font-size: 14px;
  color: #888;
  z-index: 11;
  position: relative;
  padding: 0 10px;
}

/* Reply */
.message-reply {
  border-top: 1px solid #eaeaea;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
}

.message-reply textarea {
  min-width: auto;
  height: 48px;
  min-height: 48px;
  padding: 10px 0;
  margin: 0 15px 0 0;
  flex: 1;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  box-shadow: none;
  border: none;
  box-sizing: border-box;
  resize: none;
}

.message-reply button {
  border-radius: 4px;
  flex: auto;
  flex-grow: 0;
  height: 44px;
  text-align: center;
  align-self: center;
  padding: 0 25px;
}

.message-reply i {
  padding: 0;
  margin: 0;
}


/* Typing Indicastor */
.typing-indicator {
  width: auto;
  height: 24px;
  padding-top: 8px;
}

.typing-indicator span {
  height: 5px;
  width: 5px;
  float: left;
  margin: 0 1.5px;
  background-color: #060606;
  display: block;
  border-radius: 50%;
  opacity: 0.4;
}

.typing-indicator span:nth-of-type(1) {
  animation: 1s blink infinite 0.33333s;
}

.typing-indicator span:nth-of-type(2) {
  animation: 1s blink infinite 0.66666s;
}

.typing-indicator span:nth-of-type(3) {
  animation: 1s blink infinite 0.99999s;
}

@keyframes blink {
  50% {
    opacity: 1;
  }
}

/* chats Media Queries */
@media (max-width: 992px) {
  .chats-container-inner .chats-inbox {
    max-width: 300px;
  }
}

@media (max-width: 768px) {
  .chats-container-inner {
    display: block;
  }

  .chats-container-inner .chats-inbox {
    max-width: 100%;
    border-bottom: 1px solid #e4e4e4;
    border-right: none;

  }

  .chats-inbox ul {
    max-height: 500px;
  }

  .chats-container-inner .message-by-headline span {
    position: relative;
    top: 0;
    right: 0;
    display: block;
    float: none;
    padding: 0;
    margin: -4px 0 0 0;
  }

  .message-action {
    display: block;
    position: relative;
    right: 0;
    top: 0;
    transform: none;
    margin-top: -5px;
  }

  .chats-headline {
    max-height: 120px;
  }
}



/* ---------------------------------- */
/* Navigation for horizontal layout
------------------------------------- */


.navigation-main {
  margin-left: 10px;
}

.navigation-main ul {
  padding: 0;
  margin: 0;
}

* .navigation-main ul li {
  display: inline-block;
}

.navigation-main ul li {
  position: relative;
  float: left;
  /* margin: 0; */
  padding: 0;
}

.navigation-main ul>li>a {
  color: #b0b2be;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  line-height: 70px;
  padding: 0 13px;
  font-size: 17px;
  font-weight: 600;
}


.navigation-main li>a:hover,
.navigation-main li .nav-active {
  color: #141e34;
}

.uk-light .navigation-main ul>li>a {
  color: rgba(255, 255, 255, 0.77)
}

.uk-light.navigation-main li>a:hover,
.uk-light.navigation-main li .nav-active {
  color: white;
}

.navigation-main ul>li>a i {
  padding-right: 7px;
}


.navigation-main ul li ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 9px;
  padding: 0;
  z-index: 99999;
}

.navigation-main ul ul li {
  float: none;
}

.navigation-main ul ul li a {
  color: #b0b2be !important;
  display: block;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
}

.navigation-main ul ul li a:hover {
  background-color: #f0f5fd;
  color: #2f3152 !important;
}

.navigation-main ul ul ul {
  top: 0;
  left: 100%;
  margin: 0 0 0 15px;
}

.navigation-main ul ul {
  margin: 0;
}

.navigation-main ul ul ul {
  pointer-events: none;
}

.navigation-main ul ul li:hover>ul {
  pointer-events: all;
}


.navigation-main ul ul ul:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 100%;
  left: -15px;
  top: 0;
  opacity: 0;
}

.navigation-main ul li:hover>ul {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}



/* if the header is transparent chenge the navigation link  to light */
.uk-light .navigation-main li .nav-item {
  color: rgba(255, 255, 255, 0.69)
}

.uk-light .navigation-main>li>.nav-item:hover,
.uk-light .navigation-main>li>.nav-active {
  color: white;
}


.navigation-main .angle-right:after {
  content: '\f105';
  font-family: "Font Awesome ";
  position: absolute;
  font-size: 16px;
  color: #bbb;
  opacity: 1;
  right: 25px;
}

/* Indicator Arrow */
.uk-navbar-nav li a:after,
.uk-navbar-nav ul ul li a:after,
.navigation-main ul li a:after,
.navigation-main ul ul li a:after {
  font-family: "Feather-Icons";
  opacity: 0.5;
  font-size: 12px;
}

.uk-light .uk-navbar-nav li a:after,
.uk-light .navigation-main ul li a:after {
  opacity: 1
}

.uk-navbar-nav li a:after,
.navigation-main ul li a:after {
  content: '\e92e';
  padding-left: 7px;
}

.uk-navbar-nav ul li a:after,
.navigation-main ul ul li a:after {
  content: '\e930';
  position: absolute;
  color: #bbb;
  opacity: 1;
  right: 17px;
  font-size: 16px;
}

.uk-navbar-nav ul li a:only-child:after,
.uk-navbar-nav ul ul li a:only-child:after,
.navigation-main ul li a:only-child:after,
.navigation-main ul ul li a:only-child:after {
  content: '';
  display: none;
}


/* Dropdown Styles
------------------------------------- */
.navigation-main ul ul {
  background-color: #fff;
  box-shadow: 0px 2px 7px -1px rgba(0, 0, 0, 0.06);
  border-radius: 7px;
}

.navigation-main ul ul li {
  border-radius: 4px;
}

.navigation-main ul ul li:last-child {
  border-bottom: none;
}

.navigation-main ul li:hover ul a,
.navigation-main ul ul a {
  padding: 7px 35px 7px 20px;
  line-height: 26px;
}

.navigation-main ul ul:after {
  content: "";
  position: absolute;
  left: 25px;
  top: -7px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ffffff;
}

body .navigation-main ul ul {
  padding: 9px 0;
  box-sizing: border-box;
  margin-top: 12px;
  box-shadow: 0px 2px 9px -3px #0000002b;
}

body .navigation-main ul ul ul {
  margin-top: 0;
}

.navigation-main ul ul ul:before {
  width: calc(100% + 15px);
  left: -15px;
}

.navigation-main ul ul li {
  width: 215px;
}

.navigation-main ul ul li:hover {
  border-radius: 0;
}

.navigation-main ul ul li:first-child {
  border-radius: 4px 4px 0 0;
}

.navigation-main ul ul li:last-child {
  border-radius: 0 0 4px 4px;
}

.navigation-main ul ul {
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s;
  transform: translate3d(0, 15px, 0);
}

.navigation-main ul ul ul {
  transform: translate3d(15px, 0, 0);
}

.navigation-main ul li ul {
  z-index: 10;
}

.navigation-main ul li:hover ul {
  z-index: 20;
}

.navigation-main ul li:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.navigation-main ul ul li {
  margin: 0;
  font-size: 14.6px;
}


/* nav course dropdown */
.navigation-main ul ul.nav-large {
  width: 446px;
  padding: 5px;
}


/* ---------------------------------- */
/* mmenu.js - mobile menu
------------------------------------- */

.mm-hidden {
  display: none !important
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative
}

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0
}

.mm-panels,
.mm-panels>.mm-panel {
  background: inherit;
  border-color: inherit;
  box-sizing: border-box;
  margin: 0;
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  z-index: 0
}

.mm-panels {
  overflow: hidden
}

.mm-panel {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left
}

.mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0)
}

.mm-panel.mm-highest {
  z-index: 1
}

.mm-panel.mm-noanimation {
  -webkit-transition: none !important;
  transition: none !important
}

.mm-panel.mm-noanimation.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-panels>.mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px
}

.mm-panels>.mm-panel.mm-hasnavbar {
  padding-top: 40px
}

.mm-panels>.mm-panel:not(.mm-hidden) {
  display: block
}

.mm-panels>.mm-panel:after,
.mm-panels>.mm-panel:before {
  content: '';
  display: block;
  height: 20px
}

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
  border-color: transparent
}

.mm-vertical li.mm-opened>.mm-panel,
li.mm-vertical.mm-opened>.mm-panel {
  display: block
}

.mm-listview>li.mm-vertical>.mm-next,
.mm-vertical .mm-listview>li>.mm-next {
  box-sizing: border-box;
  height: 40px;
  bottom: auto
}

.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,
.mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px
}

.mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 50px;
  position: absolute;
  top: 0;
  z-index: 1
}

.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.mm-clear:before,
.mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px
}

.mm-clear:after,
.mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px
}

.mm-next:after,
.mm-prev:before {
  content: '';
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0
}

.mm-prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto
}

.mm-next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 30px;
  height: 50px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.mm-navbar>* {
  display: block;
  padding: 10px 0
}

.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none
}

.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.mm-navbar .mm-btn:first-child {
  left: 0
}

.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0
}

.mm-panel .mm-navbar {
  display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
  background-color: #262626;
}

.mm-listview,
.mm-listview>li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0
}

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px
}

.mm-listview a,
.mm-listview a:hover {
  text-decoration: none
}

.mm-listview>li {
  position: relative
}

.mm-listview>li,
.mm-listview>li .mm-next,
.mm-listview>li .mm-next:before,
.mm-listview>li:after {
  border-color: inherit
}

.mm-listview>li {
  border-bottom: 1px solid #404040;
}

.mm-listview>li,
.mm-listview>li>span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 15px 10px 15px 23px !important;
  margin: 0;
}

.mm-listview>li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.mm-listview>li:not(.mm-divider):after {
  left: 20px
}

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2
}

.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0
}

.mm-listview .mm-next+a,
.mm-listview .mm-next+span {
  margin-right: 50px
}

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none
}

.mm-listview .mm-next.mm-fullsubopen+a,
.mm-listview .mm-next.mm-fullsubopen+span {
  padding-right: 50px;
  margin-right: 0
}

.mm-panels>.mm-panel>.mm-listview {
  margin: 20px -20px
}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
  margin-top: -10px;
}

.mm-menu {
  background: #2a2a2a;
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu .mm-listview {
  border-color: #2a2a2a
}

.mm-menu .mm-listview>li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu .mm-listview>li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, .5);
  tap-highlight-color: rgba(255, 255, 255, .5)
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu .mm-listview>li.mm-selected>span {
  background: rgba(255, 255, 255, .05)
}

.mm-menu .mm-listview>li {
  transition: 0.2s;
}

.mm-menu .mm-listview>li:hover {
  background: rgba(255, 255, 255, .03)
}

.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
  background: rgba(0, 0, 0, .05)
}

.mm-menu .mm-divider {
  background: rgba(0, 0, 0, .05)
}

.mm-page {
  box-sizing: border-box;
  position: relative;
  top: -40px;
}

.mm-slideout {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  z-index: 1
}

html.mm-opened {
  overflow-x: hidden;
  position: relative
}

html.mm-blocking {
  overflow: hidden
}

html.mm-blocking body {
  overflow: hidden
}

html.mm-background .mm-page {
  background: inherit
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2
}

html.mm-blocking #mm-blocker {
  display: block
}

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed
}

.mm-menu.mm-offcanvas.mm-opened {
  display: block
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
  z-index: 10
}

.mm-menu.mm-offcanvas {
  width: 80%;
  min-width: 140px;
  max-width: 440px
}

html.mm-opening .mm-menu.mm-opened~.mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width:175px) {
  html.mm-opening .mm-menu.mm-opened~.mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width:550px) {
  html.mm-opening .mm-menu.mm-opened~.mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0)
  }
}

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important
}

em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%
}

em.mm-counter+a.mm-next {
  width: 90px
}

em.mm-counter+a.mm-next+a,
em.mm-counter+a.mm-next+span {
  margin-right: 90px
}

em.mm-counter+a.mm-fullsubopen {
  padding-left: 0
}

em.mm-counter+a.mm-fullsubopen+a,
em.mm-counter+a.mm-fullsubopen+span {
  padding-right: 90px
}

.mm-listview em.mm-counter+.mm-next.mm-fullsubopen+a,
.mm-listview em.mm-counter+.mm-next.mm-fullsubopen+span {
  padding-right: 90px;
}

.mm-vertical>.mm-counter {
  top: 12px;
  margin-top: 0
}

.mm-vertical.mm-spacer>.mm-counter {
  margin-top: 40px
}

.mm-nosubresults>.mm-counter {
  display: none
}

.mm-menu em.mm-counter {
  background-color: rgba(0, 0, 0, 0.3);
  height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  line-height: 21px;
  font-size: 10px;
  font-weight: 600;
}

.mm-menu em.mm-counter {
  background-color: #66676b;
}

/* Trigger Styles */
.mmenu-trigger {
  height: 46px;
  width: 46px;
  display: none;
  position: relative;
  margin: 0;
  border-radius: 4px;
  cursor: pointer;
}

/* Hamburger Icon */
.hamburger {
  padding: 0;
  top: 7px;
  left: 12px;
  transform: scale(0.67);
  -moz-transform: scale(0.70) translateY(4px);
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger-box {
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 33px;
  height: 4px;
  background-color: #777676;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}



/* Media Queries Menu */
@media (max-width: 1099px) {

  /* Header Responsive Styles */
  .responsive-menu {
    display: none;
  }

  .mmenu-trigger {
    display: inline-block !important;
  }

  .mmenu-trigger {
    top: 0px;
    margin-right: 5px;
  }

  .mm-page {
    top: 0px;
  }

}




















/* ---------------------------------- */
/* Icons Cheatsheet Styles
------------------------------------- */
.icon-set-container {
  display: block;
  width: calc(100% + 30px);
  left: -15px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.icon-set-container_ar {
  display: block;
  width: calc(100% + 30px);
  right: -15px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.glyph.fs1 {
  position: relative;
  font-size: 20px;
  margin: 10px 15px;
  background-color: #fff;
  box-shadow: -10px 8px 10px -7px rgba(25, 42, 70, .13);
  border-radius: 4px;
  flex: 1 1 calc(48% - 36px);
  align-content: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 15px 15px;
  padding-left: 0;
  transition: 0.3s;
  color: #666;
  border-radius: 6px;
  overflow: hidden;
}

.glyph_ar.fs1_ar {
  position: relative;
  font-size: 20px;
  margin: 10px 15px;
  background-color: #fff;
  box-shadow: -10px 8px 10px -7px rgba(25, 42, 70, .13);
  border-radius: 4px;
  flex: 1 1 calc(48% - 36px);
  align-content: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 15px 15px;
  padding-right: 0;
  transition: 0.3s;
  color: #666;
  border-radius: 6px;
  overflow: hidden;
}


.glyph.fs1:hover {
  transform: translateY(-5px);
  background-color: #f5f5f5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.glyph_ar.fs1_ar:hover {
  transform: translateY(-5px);
  background-color: #f5f5f5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.glyph.fs1:hover span:not([class*="mls"]) {
  background-color: #fff;
  color: #333;
}

.glyph_ar.fs1_ar:hover span:not([class*="mls"]) {
  background-color: #fff;
  color: #333;
}

.glyph.fs1 .fs0,
.glyph.fs1 fieldset {
  display: none;
}

.glyph_ar.fs1_ar .fs0,
.glyph_ar.fs1_ar fieldset {
  display: none;
}

.glyph.fs1 span:not([class*="mls"]) {
  vertical-align: middle;
  top: -4px;
  height: 100%;
  width: 52px;
  background: rgba(0, 0, 0, 0.04);
  display: inline-block;
  /* line-height: 40px; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-radius: 4px; */
  font-size: 24px;
  transition: 0.3s;
  position: relative;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.glyph_ar.fs1_ar span:not([class*="mls"]) {
  vertical-align: middle;
  top: -4px;
  height: 100%;
  width: 52px;
  background: rgba(0, 0, 0, 0.04);
  display: inline-block;
  /* line-height: 40px; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-radius: 4px; */
  font-size: 24px;
  transition: 0.3s;
  position: relative;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.glyph.fs1 .mls:not([class*="icon-"]) {
  max-width: 80%;
  display: inline-block;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
  top: 0;
  vertical-align: middle;
  padding-left: 65px;
}

.glyph_ar.fs1_ar .mls:not([class*="icon-"]) {
  max-width: 80%;
  display: inline-block;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
  top: 0;
  vertical-align: middle;
  padding-right: 65px;
}


@media (max-width: 768px) {
  .glyph.fs1 {
    box-shadow: -10px 8px 10px -7px rgba(25, 42, 70, .13);
    flex: 1 1 calc(97% - 30px);
  }
}

@media (max-width: 417px) {
  #login-bar {
    display: none;
  }
}








/****************
Simplebar  Styles
****************/
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  width: inherit;
  height: inherit;
  /*max-width: inherit;*/
  max-height: inherit;
  height: 100%;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  visibility: visible;
  overflow: scroll;
  max-width: 100%;
  max-height: 100%;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.simplebar-scrollbar {
  position: absolute;
  right: 0px;
  width: 5px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity .2s linear;
  transition: opacity 0.2s, background-color 0.3s;
  background-color: #545252;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  opacity: .5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 10px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}







/* ---------------------------------- */
/* nprogress
------------------------------------- */

/* Make clicks pass-through  */
#nprogress {
  pointer-events: none;
  -webkit-pointer-events: none;
}

#nprogress .bar {
  background: #141e34;
  position: fixed;
  z-index: 111000;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
}

/* Fancy blur effect   */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #6de877, 0 0 5px #8bca90;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner  */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 110000;
  top: 25px;
  right: 25px;
}

/* spinner
#nprogress .spinner-icon {
  width: 14px;
  height: 14px;
  border: solid 3px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 78px;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  -moz-animation: nprogress-spinner 400ms linear infinite;
  -ms-animation: nprogress-spinner 400ms linear infinite;
  -o-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

@-webkit-keyframes nprogress-spinner {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@-moz-keyframes nprogress-spinner {
  0% {
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      -moz-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@-o-keyframes nprogress-spinner {
  0% {
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@-ms-keyframes nprogress-spinner {
  0% {
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
      transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

*/





/* ---------------------------------- */
/* Bootstrap-select
------------------------------------- */
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select .btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select>.dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active {
  color: #808080;
}

.bootstrap-select>select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select>select

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: flex;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.checkbox .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.checkbox-lg .bootstrap-select.btn-group.form-control,
.checkbox-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.checkbox-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.checkbox-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group>.disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group>.disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  overflow: hidden;
  width: 100%;
  line-height: 42px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  float: left;
  height: 42px;
  display: block;
}

.bootstrap-select.btn-group .dropdown-menu li.hidden {
  display: none;
}

.language-switcher.bootstrap-select.btn-group .dropdown-toggle .filter-option,
.sort-by .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  max-width: 100%;
  float: left;
}

.sort-by .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  line-height: 20px;
  height: auto;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -2px;
  vertical-align: middle;
  transition: 0.35s;
}

.bootstrap-select.open .dropdown-toggle .caret {
  transform: rotate(180deg)
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0 5px;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
  margin-bottom: 1px;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled {
  opacity: 0.75;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 7px;
  opacity: 0.8;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: calc(100% - 20px);
  margin: 0;
  min-height: 26px;
  padding: 3px 5px;
  pointer-events: none;
  padding: 5px 10px;
  background: #333;
  color: #fff;
  margin: 5px;
  margin-bottom: 5px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 14px;
  border: none;
}

.bootstrap-select.btn-group .no-results {
  padding: 5px 10px;
  background: #f6f6f6;
  margin: 5px 0;
  margin-bottom: 0;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 14px;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  white-space: normal;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 0 5px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  margin-bottom: 10px;
  margin-top: -5px;
}

.bs-actionsbox div {
  display: flex;
}

.bootstrap-select.btn-group .bs-actionsbox div button {
  flex: 1;
  background: #f6f6f6;
  box-shadow: none;
  padding: 5px;
  height: 36px;
  font-size: 14px;
  color: #777;
  transition: 0.3s;
}

.bootstrap-select.btn-group .bs-actionsbox div button:first-child {
  border-radius: 4px 0 0 4px;
  background-color: #f0f0f0;
}

.bootstrap-select.btn-group .bs-actionsbox div button:last-child {
  border-radius: 0 4px 4px 0;
}

.bootstrap-select.btn-group .bs-actionsbox div button:hover {
  background: #66676b;
  color: #fff;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox+.bs-actionsbox {
  padding: 0;
}

.bs-searchbox .form-control:focus,
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
  box-shadow: none;
  background: #f4f4f4;
  margin: -5px 0 10px 0;
  height: 38px;
  line-height: 38px;
  padding: 10px;
}

.bs-searchbox {
  position: relative;
}

.bs-searchbox:after {
  font-family: "Material-Icons";
  content: "\e982";
  font-size: 20px;
  width: 20px;
  height: 20px;
  line-height: 0;
  display: inline-block;
  position: absolute;
  margin: 0;
  color: #a0a0a0;
  right: 15px;
  top: 18px;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid #aaa;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 10px 5px !important;
  margin: -4px 0 0 0 !important;
  font-size: 15px;
  text-align: left;
  list-style: none !important;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  display: none;
}

.dropdown-menu>li>a {
  display: block;
  padding: 7px 10px;
  padding-right: 35px;
  clear: both;
  font-weight: normal;
  line-height: 21px;
  color: #808080;
  border-radius: 4px;
}


.bootstrap-select:before {
  content: "";
  position: absolute;
  z-index: 2100;
  bottom: 0px;
  left: 0;
  height: 8px;
  width: 100%;
  background-color: #fff;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}

.bootstrap-select.open:before {
  opacity: 1;
}


.dropdown-menu>li>a:hover,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover {
  color: #66676b;
  text-decoration: none;
  background-color: rgba(102, 103, 107, 0.07);
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover {
  color: #777;
}

.dropdown-menu>.disabled>a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
}

/* Custom Scrollbar for -wekbit */
.dropdown-menu.inner::-webkit-scrollbar {
  width: 5px;
}

.dropdown-menu.inner::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.0);
  border-radius: 12px;
}

.dropdown-menu.inner::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background-color: #d8d8d8;
}

.dropdown-menu.inner::-webkit-scrollbar-thumb:hover {
  border-radius: 12px;
  background-color: #c8c8c8;
}


.bootstrap-select .dropdown-menu {
  opacity: 0;
  transition: 0.4s;
  display: block;
  pointer-events: none;
  visibility: hidden;
  cursor: default;
  min-width: 140px;
}

.bootstrap-select.open .dropdown-menu {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 7px 10px;
  line-height: 20px;
  white-space: nowrap;
  background: #f6f6f6;
  color: #777;
  border-radius: 4px;
  margin-bottom: 1px;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: 100%;
  bottom: auto;
  margin-bottom: 2px;
}

@media (min-width: 767px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.bootstrap-select.btn-group {
  position: relative;
}

.bootstrap-select.btn-group button {
  position: relative;
  display: inline-block;
  height: 43px;
  padding: 0 20px;
  margin: 0;
  outline: none;
  font-size: 15px;
  color: #808080;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  display: block;
  border: 1px solid #e2e5ec;
  background-color: #fff;
  font-weight: 500;
  opacity: 1;
  border-radius: 4px;
  /* border: none; */
  /* box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12); */
  min-width: 140px;
}

.bootstrap-select .dropdown-toggle::after {
  display: none !important
}

/* Select Check Icon */
.hide-tick .check-mark {
  display: none !important;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  line-height: 0;
  width: 20px;
  height: 20px;
  text-align: center;
}

.bootstrap-select.btn-group .dropdown-menu li span.check-mark:before {
  font-family: "Feather-Icons";
  content: "\e92b";
  font-size: 18px;
  transition: all 0.3s;
  display: inline-block;
  top: 50%;
  right: 0;
  position: absolute;
  margin: 0;
  opacity: 0;
  transform: scale(0.5);
}

.bootstrap-select.btn-group .dropdown-menu li.selected span.check-mark:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.35s cubic-bezier(0.3, -.41, .19, 2), opacity 0.3s;
}

.bootstrap-select .dropdown-menu li.selected a span.check-mark:before,
.bootstrap-select .dropdown-menu li.selected:hover a span.check-mark:before {
  color: #66676b;
}

/* Icons*/
.bootstrap-select .glyphicon:not(.check-mark) {
  font-size: 17px;
  line-height: 0;
  position: relative;
  top: 1px;
  margin-right: 3px;
}

.bootstrap-select .filter-option .glyphicon {
  position: relative;
  top: 1px;
}

/* Styles with border */
.with-border .dropdown-menu,
.with-border.bootstrap-select.btn-group button {
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
}

.with-border.bootstrap-select:before {
  width: calc(100% - 2px);
  left: 1px;
}


.responsive-menu>li:hover>a {
  color: #6196ff !important;
  text-shadow: 0px 0px 2px #262262;
}


.filter.ng-enter {
  transform: scale(0, 0);
  opacity: 0;
  transition: all 0.7s;
}

.filter.ng-enter-active {
  transform: scale(1, 1);
  opacity: 1;
}

.filter.ng-leave {
  transform: scale(1, 1);
  opacity: 1;
  transition: all 0.7s;
}

.filter.ng-leave-active {
  transform: scale(0, 0);
  opacity: 0;
}

.filter.ng-move {
  transform: rotate(-20deg);
  transition: all 0.7s
}

.filter.ng-move-active {
  transform: rotate(0deg);
}


.show-with-fade.ng-enter {
  position: absolute;
  transform: scale(0.7, 0.7);
  opacity: 0;
  transition: all 0.7s;
}

.show-with-fade.ng-enter-active {
  position: relative;
  transform: scale(1, 1);
  opacity: 1;
}

.show-with-fade.ng-leave {
  position: absolute;
  transform: scale(1, 1);
  opacity: 1;
  transition: all 0.7s;
}

.show-with-fade.ng-leave-active {
  transform: scale(0.7, 0.7);
  opacity: 0;
  position: relative;
}

.questions-container {
  padding: 16px;
  border: grey 2px;
  border-radius: 12px
}

.mcq:first-child {
  margin-top: 15px !important;
}

.mcq {
  margin-bottom: 39px !important;
}

.ace_editor {
  height: 150px;
}


.selectdemoSelectHeader {
  /* Please note: All these selectors are only applied to children of elements with the 'selectdemoSelectHeader' class */
}

.selectdemoSelectHeader .demo-header-searchbox {
  border: none;
  outline: none;
  height: 100%;
  width: 100%;
  padding: 0;
}

.selectdemoSelectHeader .demo-select-header {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
  padding-left: 10.667px;
  height: 48px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
}

label[ng-click="delegateClick()"] {
  display: none
}

.ql-editor {
  background-color: #ffffff;
}

.blog-post-thumbnail-inner .uk-position-relative,
.blog-post-thumbnail-inner .uk-form-custom {
  width: 100%;
  height: 100%
}

.blog-post-thumbnail-inner .uk-position-center {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}


.night-mode label {
  color: #dbdbdb !important
}

.hint {
  position: absolute;
  bottom: -7px;
  font-size: 14px;
  line-height: 14px;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  color: grey;
}


.mds-fab {
  position: relative;
  z-index: 9;
  height: 60px;
}

.night-mode .mds-fab .mds-fab-actions {
  background: #ffffff;
}

.mds-fab .mds-fab-actions {
  position: absolute;
  background: #141e34;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  z-index: 10;
  top: 0;
  height: 60px;
  width: 0%;
  opacity: 0;
  border-radius: 50%;
  transition: all 0.3s
}

.mds-fab.active .mds-fab-actions {
  width: 100%;
  border-radius: 0;
  opacity: 1
}

.mds-fab .mds-fab-actions button {
  padding: 0px;
  width: 24px;
  transform: scale(0);
  visibilty: hidden;
  border-radius: 2px;
  transition: transform 0.1s;
  transition-delay: 0.3s;
}

.mds-fab.active .mds-fab-actions button {
  transform: scale(1);
  visibilty: visible;
}

.mds-rounded {
  width: 60px;
  height: 60px;
  border-radius: 50% !important;
  box-shadow: 0 2px 2px grey;
  transition: all 0.3s;
  border: none !important
}

.mds-rounded.mds-sm {
  width: 50px;
  height: 50px;
  min-width: unset;
  min-height: unset;
}

.mds-rounded:active {
  border: none !important
}

.mds-fab.active>button {
  border-radius: 0%;
  width: 30px;
  height: 30px;
  margin-top: 15px;
  box-shadow: 0 2px 2px grey
}



.time-running-out {
  background: red;
  animation: mymove 5s infinite;
}

@keyframes mymove {
  0% {
    background-color: blue;
    color: white;
  }

  25% {
    background-color: yellow;
    color: black
  }

  50% {
    background-color: red;
    color: white
  }

  75% {
    background-color: yellow;
    color: black
  }

  100% {
    background-color: blue;
    color: white
  }
}

.night-mode .profile-container,
.night-mode .add-post {
  background-color: #060505;
}

#login-bar {
  visibility: visible !important;
  display: block;
}

.video-js-responsive-container.vjs-hd {
  padding-top: 56.25%;
}

.video-js-responsive-container.vjs-sd {
  padding-top: 75%;
}

.video-js-responsive-container {
  width: 100%;
  position: relative;
}

.video-js-responsive-container .video-js {
  height: 100% !important;
  width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.getting-started {
  margin-left: 1px;
  background-color: #141e3470;
  padding: 5px;
  border-radius: 5px;
  margin-top: 15px !important;
}

.getting-started:hover {
  color: white;
  margin-left: 1px;
  background-color: #141e34;
  padding: 5px;
  border-radius: 5px;
}

.ciuis-custom-list-item {
  display: block;
  overflow: hidden;
  width: 100%;
  background: white;
  border-radius: 5px;
  box-shadow: 0 2px 20px 4px rgba(30, 30, 30, 0.05);
  margin: 10px auto;
  padding: 0;
  line-height: 30px;
  cursor: pointer;
}

.ciuis-custom-list-item:hover {
  display: block;
  overflow: hidden;
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 16px 13px rgba(30, 30, 30, 0.05);
  margin: 10px auto;
  padding: 0;
  line-height: 30px;
  cursor: pointer;
}

.ciuis-custom-list-item .list-item-for-custom-list {
  padding: 0;
  list-style: none;
}

.ciuis-custom-list-item .list-item-for-custom-list li.ciuis-custom-list-item-item {
  padding: 15px 15px 20px 15px;
  border-bottom: solid 1px rgba(235, 235, 235, 0.56);
  display: flex;
  width: 100%;
  vertical-align: middle;
  align-content: center;
  align-items: center;
  position: relative
}

/* Special List Item Custom */
.ciuis-custom-list-item-customer {
  display: block;
  overflow: hidden;
  width: 100%;
  min-width: 400px;
  background: white;
  border-radius: 0px;
  box-shadow: 0 2px 20px 4px rgba(230, 230, 230, 0.28);
  margin: 0px auto;
  padding: 0;
  line-height: 30px;
  cursor: pointer;
}

.ciuis-custom-list-item-customer .list-item-for-custom-list {
  padding: 0;
  list-style: none;
}

.ciuis-custom-list-item-customer .list-item-for-custom-list li.ciuis-custom-list-item-item {
  padding: 15px 15px 20px 15px;
  border-bottom: solid 1px rgba(235, 235, 235, 0.56);
  display: flex;
  width: 100%;
  vertical-align: middle;
  align-content: center;
  align-items: center;
}

#privacy-tab p,
#privacy-tab li {
  font-size: 112%;
  line-height: 1.6
}

.close-fav {
  position: absolute;
  right: 0;
  top: 0;
  color: red;
  font-weight: bold;
  font-size: 25px;
  z-index: 99999999999;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(40%, -40%);
  background: white;
  box-shadow: 0px 0px 2px grey;
  transition: 0.3s;
}

.close-fav:hover {
  transform: scale(1.1, 1.1) translate(35%, -35%);
  box-shadow: 0px 0px 3px grey;
  color: red
}

.workshop {
  margin-top: 60px;
}

.workshop .workshop_card {
  position: relative;
  max-width: 300px;
  height: 215px;
  background-color: white;
  margin: 30px 10px;
  padding: 20px 15px;
  flex-direction: column;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  transition: 0.3s ease-in-out;
}

.workshop .workshop_card:hover {
  height: 500px;
}

.workshop .workshop_card .imgBox {
  position: relative;
  width: 260px;
  height: 260px;
  margin-bottom: 50px;
  top: -50px;
  left: 6px;
  /* box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1); */
}

.workshop .workshop_card .imgBox img {
  width: 100%;
  height: 190px;
  border-radius: 5px;
}

.workshop .workshop_card .imgBox h4 {
  margin: 20px 0;
  text-align: center;
}

.workshop .workshop_card .workshop_content {
  position: relative;
  margin-top: -115px;
  padding: 2px 2px;
  text-align: center;
  color: #111;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

/* .workshop .workshop_card .workshop_content .workshop-details{
	position: relative;
} */
.workshop .workshop_card:hover .workshop_content {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.1s;
}

.how_to .box-image-small {
  display: flex;
  flex-direction: column;
}

.how_to .box-image-small .item-image {
  width: 100%;
  flex-shrink: 0;
  min-height: 180px;
}

.how_to .box-image-small .item-body {
  padding-top: 17px;
}

.how_to .box-image-small *+.list-marked {
  margin-top: 12px;
}

.how_to .box-image-small *+h6,
.how_to .box-image-small *+.heading-6 {
  margin-top: 12px;
}

.how_to .box-image-small h6+.list-marked,
.how_to .box-image-small .heading-6+.list-marked {
  margin-top: 8px;
}

@media (min-width: 768px) {
  .how_to .box-image-small {
    flex-direction: row;
  }

  .how_to .box-image-small .item-image,
  .how_to .box-image-small .item-body {
    width: 50%;
  }

  .how_to .box-image-small .item-body {
    padding: 25px 0;
  }

  .how_to .box-image-small h3+p {
    margin-top: 21px;
  }

  .how_to .box-image-small-left .item-body {
    padding-left: 20px;
  }

  .how_to .box-image-small-right {
    flex-direction: row-reverse;
  }

  .how_to .box-image-small-right .item-body {
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .how_to .box-image-small .item-body {
    padding: 45px 0;
  }

  .how_to .box-image-small-left .item-body {
    padding-left: 30px;
  }

  .how_to .box-image-small-right .item-body {
    padding-right: 30px;
  }
}

@media (min-width: 1200px) {
  .how_to .box-image-small .item-body {
    padding: 66px 0 97px;
  }

  .how_to .box-image-small *+.list-marked {
    margin-top: 24px;
  }

  .how_to .box-image-small *+h6,
  .how_to .box-image-small *+.heading-6 {
    margin-top: 25px;
  }

  .how_to .box-image-small h6+.list-marked,
  .how_to .box-image-small .heading-6+.list-marked {
    margin-top: 5px;
  }

  .how_to .box-image-small-left .item-body {
    padding-left: 50px;
  }

  .how_to .box-image-small-right .item-body {
    padding-right: 50px;
  }

  .how_to .box-image-small-1.box-image-small-left .item-body {
    padding-left: 110px;
  }
}

*+.how_to .box-image-small {
  margin-top: 30px;
}

.how_to .box-image-small+.box-image-small {
  margin-top: 35px;
}

@media (min-width: 768px) {
  *+.how_to .box-image-small {
    margin-top: 30px;
  }

  .how_to .box-image-small+.box-image-small {
    margin-top: 0;
  }
}

@media (min-width: 1600px) {
  *+.how_to .box-image-small {
    margin-top: 40px;
  }
}

.how_to .bg-image {
  background-size: cover;
  background-position: center;
}

.section-xs {
  padding: 25px 0;
}

.section-sm,
.section-md,
.section-lg,
.section-xl {
  padding: 50px 0;
}

.section-collapse+.section-collapse {
  padding-top: 0;
}

.section-collapse:last-child {
  padding-bottom: 0;
}

html [class*='section-'].section-bottom-0 {
  padding-bottom: 0;
}

@media (max-width: 767.98px) {
  .swiper-container .section-lg {
    padding: 80px 0;
  }
}

@media (max-width: 991.98px) {

  section.section-sm:first-of-type,
  section.section-md:first-of-type,
  section.section-lg:first-of-type,
  section.section-xl:first-of-type,
  section.section-xxl:first-of-type {
    padding-top: 40px;
  }
}

@media (min-width: 768px) {
  .section-sm {
    padding: 60px 0;
  }

  .section-md {
    padding: 70px 0;
  }

  .section-lg {
    padding: 85px 0;
  }

  .section-lg-top-50 {
    padding-top: 50px;
  }

  .section-xl {
    padding: 90px 0;
  }
}

@media (min-width: 992px) {
  .section-sm {
    padding: 70px 0;
  }

  .section-sm-bottom-100 {
    padding-bottom: 100px;
  }

  .section-md {
    padding: 90px 0;
  }

  .section-lg {
    padding: 100px 0;
  }

  .section-lg-top-50 {
    padding-top: 50px;
  }

  .section-xl {
    padding: 110px 0;
  }
}

@media (min-width: 1600px) {
  .section-lg {
    padding: 110px 0;
  }

  .section-lg-top-50 {
    padding-top: 50px;
  }

  .section-lg-top-100 {
    padding-top: 100px;
  }

  .section-xl {
    padding: 130px 0;
  }
}

.section-title {
  padding: 30px 0;
}

.section-empty {
  padding: 100px 0;
}

@media (min-width: 768px) {
  .section-empty {
    padding: 200px 0;
  }
}

@media (min-width: 1600px) {
  .section-empty {
    padding: 383px 0;
  }
}

.section-single *+h5 {
  margin-top: 15px;
}

.section-single *+p {
  margin-top: 12px;
}

@media (min-width: 1600px) {
  .section-single *+h5 {
    margin-top: 29px;
  }

  .section-single *+p {
    margin-top: 22px;
  }
}

.section-banner {
  display: block;
  background-position: center right;
  background-size: cover;
  text-align: center;
}

.section-banner img {
  max-width: 100%;
  height: auto;
}

.night-mode .about {
  background: #131313 !important;
}

.is-active #videos-btn {
  display: none;
}

.header-widget.is-active {
  justify-content: end;
}


.fullscreen-video.video-container #video-parent {
  padding: 0 !important;
  margin: 0 !important;
  left: 0px !important;
  top: 0px !important;
  width: 100% !important;
  height: 100% !important;
}

.ui-keyboard {
  min-height: 20px;
  padding: 19px;
  margin: 0 !important;
  ;
  background-color: #303030;
  border: 1px solid transparent;
  border-radius: 4px;
  position: fixed;
  left: 50% !important;
  transform: scale(1.3) translate(-45%, -150%) !important;
  z-index: 9999999999999999999999;
}

.ui-keyboard .btn-default {
  color: #ffffff;
  background-color: #464545;
  border-color: #464545;
}

.fullscreen-video {
  padding: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  z-index: 99999999999999999;
  top: calc(50vh - 50vw) !important;
  left: calc(50vw - 50vh) !important;
  right: 0 !important;
  bottom: 0 !important;
  transform: rotate(90deg);
  min-width: calc(100vh) !important;
  max-width: calc(100vh) !important;
  width: calc(100vh) !important;
  min-height: 100vw !important;
  max-height: 100vw !important;
  height: 100vw !important;
  touch-action: none;
}

.fullscreen-video+* {
  touch-action: none
}

.waiting-video-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 77;
  background-color: rgba(255, 255, 255, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.waiting-video-overlay h4 {
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 2px;
}

body,
html {
  margin: 0 !important;
  padding: 0 !important;
}


.course-details-wrapper .responsive-tab a {
  color: white
}

.course-video-list-section .uk-accordion-title {
  transition: font-size 0.3s, background 0.3s;
}

.course-video-list-section .uk-open>.uk-accordion-title.live,
.course-video-list-section .uk-open>.uk-accordion-title.offline {
  font-width: bold;
  font-size: 1.05rem;
  background: rgba(0, 0, 0, 0.2);
}

.course-video-list-section .uk-open>.uk-accordion-title.live::before,
.course-video-list-section .uk-accordion-title.live::before {
  content: "\e9be";
}

.course-video-list-section .uk-open>.uk-accordion-title.offline::before,
.course-video-list-section .uk-accordion-title.offline::before {
  content: "\e98c";
}

.live-test .vjs-theme-fantasy,
.live-test #video-parent+.uk-grid-small {
  width: 80% !important;
  height: 80% !important;
  transform: translateX(10%);
  margin-left: 0;
}

.live-test #video-parent+.uk-grid-small {
  transform: translate(10%, -5%)
}

.live-test .course-details {
  margin: 10px 0;
  padding: 10px;
}


.full-screen-controls {
  position: absolute;
  top: 15px
}

.mds-toast {
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
  visibility: hidden;
  min-width: 250px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px 30px;
  position: fixed;
  z-index: 999999999999999999999999999999999;
  font-size: 17px;
  transition: all 1s
}



.video-js.vjs-hls-quality-selector {
  display: block
}




.about-position {
  display: block;
  text-transform: uppercase;
  font-family: Roboto;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 2px;
}

.about-testimonial {
  display: flex;
  flex-direction: column;
}

.about-testimonial .media-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.about-quota {
  position: relative;
  text-align: right;
  font-size: 47px;
  color: #4582ff;
  line-height: 54px;
}

.about-comment-parent {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-comment {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #000;
  opacity: 0.8;
}

.enrollment {
  padding: 90px 0;
  color: #fff;
  position: relative;
  background: url('../img/DD_11.jpg') no-repeat center center;
  background-size: cover
}

.enrollment .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8)
}

.enrollment .section-right {
  position: relative;
}

.enrollment .top-part {
  margin-bottom: 40px;
  color: #fff !important;
}

.enrollment .step {
  padding-left: 70px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.enrollment .text-right .step {
  padding-right: 70px;
  padding-left: unset;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 10px;
}



.enrollment .step-number {
  color: #fff;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  text-align: center;
  border-radius: 50px;
  background: #141e34;
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
}

.enrollment .step-number_ar {
  color: #fff;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  text-align: center;
  border-radius: 50px;
  background: #141e34;
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
}

.enrollment .step-title {
  font-weight: 800;
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
}

.step-title+p {
  font-size: 16px;
}

.step-title+p+ul>li {
  font-size: 15px;
}



.enrollment .section-left {
  position: relative;
}



.enrollment .paragraph {
  color: #fff;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 1rem;
}

.enrollment .paragraph::after {
  position: absolute;
  content: '';
  height: calc(100% - 45px);
  left: 20px;
  top: 48px;
  border-left: 1px dashed #6c6e70;
}

.enrollment .paragraph_ar {
  color: #fff;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 1rem;
}

.enrollment .paragraph_ar::after {
  position: absolute;
  content: '';
  height: calc(100% - 45px);
  right: 20px;
  top: 48px;
  border-left: 1px dashed #6c6e70;
}


/*courses Section*/
.courses-section.spad {
  padding: 90px 0;
}

.courses-section .section-title {
  margin-bottom: 70px;
}

.courses-section .section-title h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.courses-section .section-title p {
  margin-bottom: 0;
}

.courses-section .course-item {
  margin-bottom: 50px;
}

.courses-section .course-item .course-thumb {
  margin-bottom: 45px;
  position: relative;
  height: 270px;
}

.courses-section .course-item .course-thumb img {
  /*min-width:100%;*/
  width: 100%;
  height: 100%;
}

.courses-section .course-item .course-thumb .course-cat {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  bottom: -30px;
}

.courses-section .course-item .course-thumb .course-cat span {
  min-width: 150px;
  bottom: 0;
  background: #141e34;
  padding: 10px 15px;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  border-radius: 50px;
  letter-spacing: 2px;
}

.courses-section .course-item .course-info {
  text-align: center;
  margin: 0 -15px;
  padding: 0 20px 10px;
}

.courses-section .course-item .course-info .date {
  color: #f6783a;
  font-size: 14px;
  margin-bottom: 10px;
}

.courses-section .course-item .course-info h4 {
  font-weight: 400;
  line-height: 1.3;
}

.courses-section .course-item .course-info .course-price {
  padding-top: 15px;
  color: #f6783a;
}

.courses-section .course-item .course-info .course-price span {
  font-size: 14px;
  font-weight: 500;
  color: #b7b7b7;
}

.courses-section .more-courses {
  margin: 0 !important;
  border: 3px solid #273044;
  background-color: #fff;
  color: #273044;
  padding-top: 18px;
  padding-right: 28px;
  padding-bottom: 18px;
  padding-left: 28px;
  border-radius: 30px;
  line-height: 14px;
  font-size: 14px;
  transition: all .25s ease;
  display: inline-block;
  min-width: 135px;
  margin-bottom: 0;
  /*font-size: 14px;*/
  font-weight: 700;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  /*padding: 12.5px 15px;*/
  /*color: #fff;*/
  /*border: 2px solid #48a7d4;*/
  /*border: 0;*/
  /*background-color: #48a7d4;*/
  /*border-radius: 0;*/
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  outline: none !important;
  /*font-weight: 700;*/
  /*color: #273044;*/
}

/*our trainers*/
/*.trainers-section{*/
/*background-color: #f2f3f7 !important;*/
/*padding: 50px 0;*/
/*}*/
/*.trainers-section h1{*/
/*margin-bottom: 30px;*/
/*line-height: 38px;*/
/*font-weight: 700;*/
/*font-size: 36px;*/
/*!*font-family: Exo;*!*/
/*color: #273044;*/
/*text-transform: uppercase;*/
/*}*/
/*.trainers-section h1::after{*/
/*content: '';*/
/*display: block;*/
/*width: 99px;*/
/*border-bottom: 3px solid #f6783a;*/
/*margin: auto;*/
/*margin-top: 28px;*/
/*}*/
/*.trainers-section .trainer-img{*/
/*!*background: url("../images/about6.jpg") no-repeat center center ;*!*/
/*!*background-size: contain;*!*/
/*width: 100%;*/
/*display: inline-block;*/
/*!*max-width: 100%;*!*/
/*!*vertical-align: top;*!*/
/*position: relative;*/
/*overflow: hidden;*/
/*height: 229.28px;*/

/*}*/

/*.trainers-section .trainer-img .expert_socials{*/

/*transition: all .25s cubic-bezier(.66,.36,.17,.91);*/
/*position: absolute;*/
/*width: 100%;*/
/*left: 0;*/
/*bottom: -100px;*/
/*opacity: 0;*/
/*z-index: 13;*/
/*}*/
/*.trainers-section .trainer-img:hover .expert_socials{*/
/*opacity: 1;*/
/*bottom: 15px;*/
/*}*/

/*.trainers-section .trainer-img .expert_socials a{*/
/*position: relative;*/
/*top: 0;*/
/*display: inline-block;*/
/*margin: 5px 4px;*/
/*height: 29px;*/
/*width: 29px;*/
/*font-size: 13px;*/
/*color: #fff;*/
/*border-radius: 50%;*/
/*text-align: center;*/
/*line-height: 29px;*/
/*transition: all .25s ease;*/
/*}*/

/*.trainers-section .trainer-img .expert_socials a.expert-social-facebook{*/
/*background-color: #3684e3;*/
/*}*/
/*.trainers-section .trainer-img .expert_socials a.expert-social-linkedin {*/
/*background-color: #2437ab;*/
/*}*/
/*.trainers-section .trainer-img .expert_socials a.expert-social-twitter {*/
/*background-color: #53c8ff;*/
/*}*/
/*.trainers-section .trainer-img .expert_socials a.expert-social-google-plus {*/
/*background-color: #dd4b39;;*/
/*}*/
/*.trainers-section .trainer-img>img{*/
/*width: 100%;*/
/*height: 100%;*/
/*}*/

/*.trainers-section .trainer-img:hover:after{*/
/*content: '';*/
/*display: block;*/
/*position: absolute;*/
/*width: 100%;*/
/*height: 100%;*/
/*z-index: 10;*/
/*top: 0;*/
/*left: 0;*/
/*background-color: rgba(0,0,0,.2);*/
/*!*opacity: 0;*!*/
/*!*cursor: pointer;*!*/
/*transition: all .25s cubic-bezier(.66,.36,.17,.91);*/
/*}*/
/*.trainers-section .trainers span{*/
/*color: #273044;*/
/*}*/
/*.trainers-section .trainers p{*/
/*font-size: 13px;*/
/*line-height: 18px;*/
/*margin-bottom: 30px;*/
/*color: #273044;*/
/*}*/
/*.trainers-section .blue-button{*/
/*color: #273044;*/
/*}*/
/*.trainers-section .blue-button a{*/
/*color: #ffffff;*/
/*background-color: #002e5b;*/
/*border-color: #002e5b;*/
/*padding-top: 18px;*/
/*padding-right: 25px;*/
/*padding-bottom: 18px;*/
/*padding-left: 25px;*/
/*line-height: 14px;*/
/*font-size: 14px;*/
/*display: inline-block;*/
/*min-width: 135px;*/
/*margin-bottom: 0;*/
/*!*font-size: 14px;*!*/
/*font-weight: 700;*/
/*white-space: nowrap;*/
/*!*vertical-align: middle;*!*/
/*touch-action: manipulation;*/
/*cursor: pointer;*/
/*-webkit-user-select: none;*/
/*-moz-user-select: none;*/
/*-ms-user-select: none;*/
/*user-select: none;*/
/*background-image: none;*/
/*!*padding: 12.5px 15px;*!*/
/*!*color: #fff;*!*/
/*!*border: 2px solid #48a7d4;*!*/
/*border: 0;*/
/*!*background-color: #48a7d4;*!*/
/*border-radius: 0;*/
/*text-transform: uppercase;*/
/*letter-spacing: 1px;*/
/*text-align: center;*/
/*outline: none !important;*/
/*}*/

/*.trainers-section .blue-button a span{*/
/*background-color: transparent !important;*/
/*font-size: 14px;*/
/*text-transform: uppercase;*/
/*line-height: 14px;*/
/*}*/
.trainers-section {
  position: relative;
  background-color: #f2f6fb;
  padding: 90px 0;
  margin-bottom: -50px;
}

.trainers-section .trainers-head {
  align-items: center;
  padding: 0 15px;
  margin: 0 0 17px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 25px;
}

.trainers-section .trainers-head h2 {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 20px;
  margin-right: 60px;
  color: #273044;
}

.trainers-section .trainers-head .head-buttons {
  text-align: center;
  font-size: 0;
  z-index: 20;
  margin: 0;
}

.trainers-section .trainers-head .head-buttons .left-button {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-color: #2dd675;
  color: #2dd675;
  border-radius: 4px;
  line-height: 38px;
  display: inline-block;
  vertical-align: top;
  /*width: 46px;*/
  /*height: 46px;*/
  /*line-height: 44px;*/
  text-align: center;
  font-size: 14px;
  /*color: #e0e0e0;*/
  border: 1px solid #e0e0e0;
  cursor: pointer;
  transition: .3s ease;
  background-color: #fff;
}

.trainers-section .trainers-head .head-buttons .right-button {
  width: 40px;
  height: 40px;
  border-color: #2dd675;
  color: #2dd675;
  border-radius: 4px;
  line-height: 38px;
  display: inline-block;
  vertical-align: top;
  /*width: 46px;*/
  /*height: 46px;*/
  /*line-height: 44px;*/
  text-align: center;
  font-size: 14px;
  /*color: #e0e0e0;*/
  border: 1px solid #e0e0e0;
  cursor: pointer;
  transition: .3s ease;
  background-color: #fff;
}

.trainers-section .trainer-card {
  width: 100%;
  box-shadow: none !important;
  display: block;
  padding: 32px 15px 15px;
  border-radius: 9px;
  position: relative !important;
  opacity: 1;
  visibility: visible;
}

.trainers-section .trainer-card .inside-card {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .18);
  overflow: hidden;
  text-align: center;
  background: #fff;
  padding: 0;
  margin: 0 auto;
}

.trainers-section .trainer-card .inside-card .trainer-avatar {
  position: relative;
  margin-bottom: 26px;
  overflow: hidden;
  height: 258px;
}

.trainers-section .trainer-card .inside-card .trainer-avatar a {
  outline: 0 !important;
  color: #8464ea;
  transition: all .25s ease;
}

.trainers-section .trainer-card .inside-card .trainer-avatar a img {
  border-radius: 0;
  padding: 0;
  max-width: 100%;
  max-height: 100%;
  transition: .3s;
  display: block;
  width: 100%;
  vertical-align: top;
  /*height: auto;*/
  border: 0;
  height: 100%;
}

.trainers-section .trainer-card .inside-card .trainer-name {
  outline: 0 !important;
  color: #273044;
}

.trainers-section .trainer-card .inside-card .trainer-name h3 {
  color: #273044;
}

.trainers-section .trainer-card .inside-card h5 {
  font-size: 14px;
  color: #555;
  font-style: italic;
  font-weight: 300;
  opacity: .6;
  display: block;
  padding: 0 10px 10px;
  /*font-family: "Open Sans";*/
  line-height: 14px;
}

.trainers-section .trainer-card .inside-card .trainer-avatar .expert_socials {

  transition: all .25s cubic-bezier(.66, .36, .17, .91);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -100px;
  opacity: 0;
  z-index: 13;
}

.trainers-section .trainer-card .inside-card .trainer-avatar:hover .expert_socials {
  opacity: 1;
  bottom: 15px;
}

.trainers-section .trainer-card .inside-card .trainer-avatar .expert_socials a {
  position: relative;
  top: 0;
  display: inline-block;
  margin: 5px 4px;
  height: 29px;
  width: 29px;
  font-size: 13px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 29px;
  transition: all .25s ease;
}

.trainers-section .trainer-card .inside-card .trainer-avatar .expert_socials a.expert-social-facebook {
  background-color: #3684e3;
}

.trainers-section .trainer-card .inside-card .trainer-avatar .expert_socials a.expert-social-linkedin {
  background-color: #2437ab;
}

.trainers-section .trainer-card .inside-card .trainer-avatar .expert_socials a.expert-social-twitter {
  background-color: #53c8ff;
}

.trainers-section .trainer-card .inside-card .trainer-avatar .expert_socials a.expert-social-google-plus {
  background-color: #dd4b39;
  ;
}

.trainers-section .trainer-card .inside-card .trainer-avatar:hover:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .2);
  /*opacity: 0;*/
  /*cursor: pointer;*/
  transition: all .25s cubic-bezier(.66, .36, .17, .91);
}


.floating-chat {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(0 0 0 / 87%);
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  transform: translateY(70px);
  transition: all 250ms ease-out;
  border-radius: 50%;
  opacity: 0;
  /* background: -moz-linear-gradient(-45deg, #183850 0, #183850 25%, #192C46 50%, #22254C 75%, #22254C 100%);
  background: -webkit-linear-gradient(-45deg, #183850 0, #183850 25%, #192C46 50%, #22254C 75%, #22254C 100%); */
  background: #fafafa;
  /* modifaction 1*/

  background-repeat: no-repeat;
  background-attachment: fixed;
}

.floating-chat.enter:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  opacity: 1;
}

.floating-chat.enter {
  transform: translateY(0);
  opacity: 0.6;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.14);
}

.floating-chat.expand {
  width: 250px;
  max-height: 400px;
  height: 400px;
  border-radius: 5px;
  cursor: auto;
  opacity: 1;
}

.floating-chat :focus {
  outline: 0;
  box-shadow: 0 0 3pt 2pt rgba(14, 200, 121, 0.3);
}

.floating-chat button {
  background: #141e34;
  ;
  border: 0;
  color: #fffffd;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
}

.floating-chat .chat {
  display: flex;
  flex-direction: column;
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  transition: all 250ms ease-out;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.floating-chat .chat.enter {
  opacity: 1;
  border-radius: 0;
  margin: 10px;
  width: auto;
  height: auto;
}

.floating-chat .chat .headerChat {
  flex-shrink: 0;
  padding-bottom: 10px;
  display: flex;
  background: transparent;
}

.floating-chat .chat .headerChat .Ramdan {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 0px;
}

.floating-chat .chat .headerChat button {
  flex-shrink: 0;
}

.floating-chat .chat .messages {
  padding: 10px;
  margin: 0;
  list-style: none;
  overflow-y: scroll;
  overflow-x: hidden;
  flex-grow: 1;
  border-radius: 4px;
  background: #ccc;
}

.floating-chat .chat .messages::-webkit-scrollbar {
  width: 5px;
}

.floating-chat .chat .messages::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.1);
}

.floating-chat .chat .messages::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgb(62 65 109);
}

.floating-chat .chat .messages li {
  position: relative;
  clear: both;
  display: inline-block;
  padding: 14px;
  margin: 0 0 20px 0;
  font: 12px/16px "Noto Sans", sans-serif;
  border-radius: 10px;
  background-color: rgb(62 65 109);
  word-wrap: break-word;
  max-width: 81%;
}

.floating-chat .chat .messages li:before {
  position: absolute;
  top: 0;
  width: 35px;
  height: 35px;
  border-radius: 25px;
  content: "";
  background-size: cover;
}

.floating-chat .chat .messages li:after {
  position: absolute;
  top: 10px;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid rgba(25, 147, 147, 0.2);
}

.floating-chat .chat .messages li.other {
  animation: show-chat-odd 0.15s 1 ease-in;
  -moz-animation: show-chat-odd 0.15s 1 ease-in;
  -webkit-animation: show-chat-odd 0.15s 1 ease-in;
  float: right;
  margin-right: 45px;
  color: rgb(250, 250, 250);
}

.floating-chat .chat .messages li.other:before {
  right: -45px;
  background-image: url(../img/admin.png);
}

.floating-chat .chat .messages li.other:after {
  border-right: 10px solid transparent;
  right: -10px;
}

.floating-chat .chat .messages li.self {
  animation: show-chat-even 0.15s 1 ease-in;
  -moz-animation: show-chat-even 0.15s 1 ease-in;
  -webkit-animation: show-chat-even 0.15s 1 ease-in;
  float: left;
  margin-left: 45px;
  color: rgb(62 65 109);
  background-color: rgb(250 250 250);
}

.floating-chat .chat .messages li.self:after {
  border-left: 10px solid transparent;
  left: -10px;
}

.floating-chat .chat .footer {
  flex-shrink: 0;
  display: flex;
  max-height: 90px;
  background: transparent;
  margin-top: 15px;
  padding: 0;
  height: 35px;
}

.floating-chat .chat .footer .text-box {
  background: #ccc;
  min-height: 100%;
  width: 100%;
  margin-right: 5px;
  color: rgb(62 65 109);
  ;
  overflow-y: auto;
  padding: 2px 5px;
}

.floating-chat .chat .footer .text-box::-webkit-scrollbar {
  width: 5px;
}

.floating-chat .chat .footer .text-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.1);
}

.floating-chat .chat .footer .text-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.2);
}

@keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }

  100% {
    margin-left: 0;
  }
}

@-moz-keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }

  100% {
    margin-left: 0;
  }
}

@-webkit-keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }

  100% {
    margin-left: 0;
  }
}

@keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }

  100% {
    margin-right: 0;
  }
}

@-moz-keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }

  100% {
    margin-right: 0;
  }
}

@-webkit-keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }

  100% {
    margin-right: 0;
  }
}

/* this my css code*/
.floating-chat .chat .issues {
  padding: 10px;
  margin: 0;
  list-style: none;
  overflow-y: scroll;
  overflow-x: hidden;
  flex-grow: 1;
  border-radius: 4px;
  background: #ccc;
}

.floating-chat .chat .issues::-webkit-scrollbar {
  width: 5px;
}

.floating-chat .chat .issues::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.1);
}

.floating-chat .chat .issues::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgb(62 65 109);
}

.btn-default {
  color: white;
  background-color: var(--btn-color)
}

.btn-default:hover {
  color: white !important;
  background-color: var(--btn-hover-color)
}


/*About us css*/

.about-h2 {
  line-height: 60px;
  font-size: 40px;
  margin-top: 20px;
  color: #141e34 !important;
  font-weight: bold;
  color: white;
  background: rgba(255, 255, 255, 0.4);
  padding: 10px 10px;
  border-radius: 10px;
  box-shadow: 0 2px 2px rgb(255 255 255 / 40%);
}

.about-a-play {
  position: absolute;
  z-index: 30;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 135px;
  width: 135px;
  border-radius: 50%;
  line-height: 135px;
  font-size: 36px;
  display: block;
  text-align: center;
  color: #000;
  background-color: #141e34;
  margin: auto;
}

.about-a-play:hover {
  background-color: #4582ff;
}

.about-read-more {
  background-color: #4582ff;
  padding: 18px 50px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  outline: 0;
  cursor: pointer;
  border-width: 0;
  transition: all .2s ease-in-out 0s;
  white-space: nowrap;
  border-style: solid;
  border-color: transparent;
  line-height: 1.42857;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  overflow: hidden;
  vertical-align: middle;
}

.about-read-more:hover {
  background-color: #fea116;
}

.title {
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 10px;
}

.text {
  font-weight: 400;
  color: #6e758d;
  font-size: 18px;
  line-height: 32px;
}

.section-head p.text {
  font-weight: 400;
  color: #6e758d;
  font-size: 18px;
  line-height: 32px;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  padding-top: 0;
}

.li-width-height {
  height: 350px;
}

.our-new-session {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 15px;
  font-weight: 600;
}

.text-yellow {
  display: block;
  margin: 14px;
  font-size: 40px;
  color: #ffb822;
  font-weight: 500;
  line-height: 60px;
}

.about-testimonial {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 0;
  padding: 30px 10px 10px 10px;
  border: 1px solid #ccc;
  height: 100% !important;
}

.about-person>h4 {
  font-size: 1.1rem;
  color: #666;
}

.video-play-icon {
  /*transform: translateY(18vh);*/
  height: 100%;
}

.margin-auto-vertical {
  height: 100%;
}

@media (max-width: 959px) {
  .video-play-icon {
    /*transform: translateY(4vh);*/
  }

  .Certificate {
    margin-top: 75px;
  }

  #about_vid {
    margin-right: 15px;
  }

  #about_vid_en {
    margin-left: 15px;
  }
}

.mds-dialog {
  z-index: 99999 !important;
}

.mds-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 250ms;
  z-index: 70
}

.mds-overlay .mds-popup {
  background: #fff;
  border-radius: 7px;
  min-width: 30%;
  position: relative;
  transform: scale(0);
  transition: all 250ms linear;
  box-shadow: 0 7px 8px -4px rgb(0 0 0 / 20%), 0 13px 19px 2px rgb(0 0 0 / 14%), 0 5px 24px 4px rgb(0 0 0 / 12%);
}

mds-modal .mds-overlay .mds-popup {
  min-width: 40%;
}

.mds-overlay .popup-header {
  background: #273a63;
  border-radius: 5px 5px 0 0;
}

.night-mode .mds-overlay .popup-header {
  background: #65666a;
  border-radius: 5px 5px 0 0;
}

mds-modal .popup-header {
  padding: 5px;
}

.mds-overlay .popup-header h2 {
  border-radius: 5px 5px 0 0;
  color: white;
  padding: 12px;
  font-size: 19px;
  display: inline-block;
  width: calc(100% - 30px);
}

mds-modal-title h2 {
  margin: 0 !important;
  padding: 0 !important
}

mds-modal-body .uk-form-group {
  line-height: unset !important;
  margin-bottom: 0 !important;
}

.mds-overlay .popup-header span {
  padding: 5px;
  height: 100% !important;
  display: block
}

.mds-overlay .popup-content {
  padding: 15px;
  overflow-y: auto;
  max-height: 80vh !important;
}

.night-mode .mds-overlay .popup-content {
  color: black
}

.mds-overlay .popup-buttons {
  padding-top: 10px;
}

[dir=rtl] .mds-overlay .popup-buttons {
  float: left
}

.mds-overlay .popup-buttons>* {
  float: right;
  margin: 5px;
}

.night-mode .mds-overlay .popup-buttons button {
  background: #908e8e !important;
  color: white !important;
}

.night-mode mds-modal .uk-label {
  color: black !important;
}

.mds-popup.active {
  transform: scale(1);
}

.mds-close {
  position: absolute;
  cursor: pointer;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #babababa !important;
  top: -5px;
  right: 10px;
}

.text-right .mds-close {
  right: unset;
  left: 10px
}

.mds-close:hover {
  color: #bababa;
}

.mds-toast .mds-close {
  top: 5px;
  right: 5px
}

.course-card-trailer {
  z-index: 45 !important;
}

.uk-card {
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 12%) !important;
  margin-bottom: 12px;
}

@keyframes growProgressBar {

  0%,
  33% {
    --pgPercentage: 0;
  }

  100% {
    --pgPercentage: var(--value);
  }
}

@property --pgPercentage {
  syntax: '<number>';
  inherits: false;
  initial-value: 0;
}

div[role="progressbar"] {
  --size: 4rem;
  --fg: #369;
  --bg: #def;
  --pgPercentage: var(--value);
  animation: growProgressBar 3s 1 forwards;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(closest-side, white 80%, transparent 0 99.9%, white 0),
    conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
  font-family: Helvetica, Arial, sans-serif;
  font-size: calc(var(--size) / 5);
  color: var(--fg);
}

div[role="progressbar"]::before {
  counter-reset: percentage var(--value);
  content: counter(percentage) '%';
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

[mds-layout="row"] {
  flex-direction: row;
}

[mds-layout="column"] {
  flex-direction: column;
}

@media (max-width:600px) {
  [mds-layout-xs="row"] {
    flex-direction: row;
  }

  [mds-layout-xs="column"] {
    flex-direction: column;
  }
}

.text-right {
  text-align: right !important;
}

.btn {
  position: relative;
  display: inline-block;
  font-weight: 600;
  /* color: #ffffff; */
  /* background-color: #d4d4d4; */
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* box-shadow: 0 4px 12px rgba(102,103,107,0.15); */
  border: 1px solid transparent;
  padding: 10px 17px;
  line-height: 17px;
  font-size: 13px;
  border-radius: 6px;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.px-3 {
  padding-left: 12px;
  padding-left: 12px
}

.badge {
  display: inline-block;
  padding: .25rem .5rem;
  font-size: 80%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.badge-success {
  color: #fff;
  background-color: #36b37e
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}


.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}



.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}


.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.bg-danger {
  background-color: #ff5630 !important
}

.bg-success {
  background-color: #36b37e !important
}

.bg-warning {
  background-color: #ffab00 !important
}

.bg-info {
  background-color: #00b8d9 !important
}

.bg-dark {
  background-color: #273444 !important
}

.bg-light,
.bg-secondary {
  background-color: #eff2f7 !important
}



.btn-light {
  color: #273444;
  background-color: #eff2f7;
  border-color: #eff2f7;
  -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15);
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15)
}

.mdp-clock .mds-button {
  box-shadow: none !important;
  background-color: transparent;
  display: block;
  position: absolute;
  min-height: 32px;
  width: 32px;
  height: 32px;
  font-size: 12px;
  line-height: 32px;
  margin: 0;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  outline: none !important;
  border: none !important;
}

.mds-button.md-icon-button {
  min-width: 0;
  border-radius: 50%;
}

.mds-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  min-height: 36px;
  min-width: 88px;
  line-height: 36px;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  border-radius: 2px;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none !important;
  border: none !important;
  padding: 0 6px;
  margin: 6px 8px;
  background: transparent;
  color: currentColor;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-style: inherit;
  font-variant: inherit;
  font-family: inherit;
  text-decoration: none;
  overflow: hidden;
  letter-spacing: .01em;
  -webkit-transition: box-shadow .4s cubic-bezier(.25, .8, .25, 1), background-color .4s cubic-bezier(.25, .8, .25, 1);
  transition: box-shadow .4s cubic-bezier(.25, .8, .25, 1), background-color .4s cubic-bezier(.25, .8, .25, 1);
}

.mds-button.md-primary {
  color: rgba(0, 0, 0, 0.9) !important;
  background: rgba(0, 0, 0, 0.1);
}


.mdp-datepicker .popup-content,
.mdp-timepicker .popup-content {
  padding: 0;
  display: flex;
  flex-direction: row;
  overflow: hidden;
}

.mdp-timepicker .mds-button.md-primary {
  color: white !important;
}

.mds-button[disabled] {
  color: rgba(0, 0, 0, 0.38);
}

.mds-button.md-accent.md-raised {
  color: rgb(255, 255, 255);
  background-color: rgb(255, 64, 129);
}

.closing-button {
  transition: all 0.5s;
}

.profile__img img {
  margin: auto;
}

.profile-layout-wrapper {
  width: 100% !important;
  display: flex !important;
  align-items: center;
}

.profileImg {
  max-height: 20em !important;
  width: 15em;
  justify-content: center;
  align-items: center;
}

@media (max-width:640px) {

  .Profile-Wrapper {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .profileImg,
  .profileImg img {
    width: 95% !important;
  }

  .Profile-Wrapper .m-3 {

    margin: 0 !important;
  }

  .profile-layout,
  .profile-layout-wrapper .profile-layout .content,
  .Profile-Wrapper,
  .Profile-Wrapper .profile {
    padding: 0 !important;
    margin: 0px !important;
  }

  .profileImg img {
    height: 75%;
  }
}

.RunningCourses {
  margin-top: 40px;
}

.about-us-points {
  margin: 2rem 0;
}

.uk-button-danger {
  background-color: #af0000 !important;
  color: #fff;
}

.uk-button-danger:focus,
.uk-button-danger:hover {
  background-color: #cc4848 !important;
  color: #fff;
}

.comment-input-body {
  display: flex;
  justify-content: center;
  align-items: center;

}

.uk-article {
  text-align: justify;
}
