:root {
    --blue: #ffff;
    --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: #ffff;
    --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;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, "Helvetica Neue", Arial, "Noto Sans", 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;
  }
  
  *,
  ::after,
  ::before {
    box-sizing: border-box;
  }
  
  html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
  }
  
  article,
  aside,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  nav,
  section {
    display: block;
  }
  
  body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
      helvetica neue, Arial, noto sans, sans-serif, apple color emoji,
      segoe ui emoji, segoe ui symbol, noto color emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
  }
  
  [tabindex="-1"]:focus {
    outline: 0 !important;
  }
  
  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[data-original-title],
  abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
  }
  
  address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
  }
  
  dl,
  ol,
  ul {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  
  ol ol,
  ol ul,
  ul ol,
  ul ul {
    margin-bottom: 0;
  }
  
  dt {
    font-weight: 700;
  }
  
  dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
  }
  
  blockquote {
    margin: 0 0 1rem;
  }
  
  b,
  strong {
    font-weight: 500;
  }
  
  small {
    font-size: 80%;
  }
  
  sub,
  sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  a {
    color: #ffff;
    text-decoration: none;
    background-color: transparent;
  }
  
  a:hover {
    color: #143278;
    text-decoration: underline;
  }
  
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
  }
  
  a:not([href]):not([tabindex]):focus,
  a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
  }
  
  a:not([href]):not([tabindex]):focus {
    outline: 0;
  }
  
  code,
  kbd,
  pre,
  samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, liberation mono,
      courier new, monospace;
    font-size: 1em;
  }
  
  pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
  }
  
  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;
  }
  
  button {
    border-radius: 0;
  }
  
  button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }
  
  button,
  input,
  optgroup,
  select,
  textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  
  button,
  input {
    overflow: visible;
  }
  
  button,
  select {
    text-transform: none;
  }
  
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner,
  button::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
  
  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  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: 0.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;
  }
  
  [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-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
  }
  
  .h1,
  h1 {
    font-size: 2.5rem;
  }
  
  .h2,
  h2 {
    font-size: 2rem;
  }
  
  .h3,
  h3 {
    font-size: 1.75rem;
  }
  
  .h4,
  h4 {
    font-size: 1.5rem;
  }
  
  .h5,
  h5 {
    font-size: 1.25rem;
  }
  
  .h6,
  h6 {
    font-size: 1rem;
  }
  
  .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;
  }
  
  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 {
    width: 100%;
    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;
    }
  }
  
  @media (min-width: 1365px) {
    .container {
      max-width: 1200px;
    }
  }
  
  @media (min-width: 1400px) {
    .container {
      max-width: 1340px;
    }
  }
  
  .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  
  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  
  .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  
  .col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  
  .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  
  .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  
  .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  
  .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  
  .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  
  .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  
  .col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  
  .col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  
  .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .order-first {
    -ms-flex-order: -1;
    order: -1;
  }
  
  .order-last {
    -ms-flex-order: 13;
    order: 13;
  }
  
  .order-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  
  .order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  
  .order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  
  .order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  
  .order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  
  .order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  
  .order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  
  .order-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  
  .order-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  
  .order-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  
  .order-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  
  .order-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  
  .order-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  
  .offset-1 {
    margin-left: 8.333333%;
  }
  
  .offset-2 {
    margin-left: 16.666667%;
  }
  
  .offset-3 {
    margin-left: 25%;
  }
  
  .offset-4 {
    margin-left: 33.333333%;
  }
  
  .offset-5 {
    margin-left: 41.666667%;
  }
  
  .offset-6 {
    margin-left: 50%;
  }
  
  .offset-7 {
    margin-left: 58.333333%;
  }
  
  .offset-8 {
    margin-left: 66.666667%;
  }
  
  .offset-9 {
    margin-left: 75%;
  }
  
  .offset-10 {
    margin-left: 83.333333%;
  }
  
  .offset-11 {
    margin-left: 91.666667%;
  }
  
  @media (min-width: 576px) {
    .col-sm {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
  
    .col-sm-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
  
    .col-sm-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
  
    .col-sm-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
  
    .col-sm-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
  
    .col-sm-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
  
    .col-sm-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
  
    .col-sm-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
  
    .col-sm-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
  
    .col-sm-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
  
    .col-sm-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
  
    .col-sm-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
  
    .col-sm-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
  
    .col-sm-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .order-sm-first {
      -ms-flex-order: -1;
      order: -1;
    }
  
    .order-sm-last {
      -ms-flex-order: 13;
      order: 13;
    }
  
    .order-sm-0 {
      -ms-flex-order: 0;
      order: 0;
    }
  
    .order-sm-1 {
      -ms-flex-order: 1;
      order: 1;
    }
  
    .order-sm-2 {
      -ms-flex-order: 2;
      order: 2;
    }
  
    .order-sm-3 {
      -ms-flex-order: 3;
      order: 3;
    }
  
    .order-sm-4 {
      -ms-flex-order: 4;
      order: 4;
    }
  
    .order-sm-5 {
      -ms-flex-order: 5;
      order: 5;
    }
  
    .order-sm-6 {
      -ms-flex-order: 6;
      order: 6;
    }
  
    .order-sm-7 {
      -ms-flex-order: 7;
      order: 7;
    }
  
    .order-sm-8 {
      -ms-flex-order: 8;
      order: 8;
    }
  
    .order-sm-9 {
      -ms-flex-order: 9;
      order: 9;
    }
  
    .order-sm-10 {
      -ms-flex-order: 10;
      order: 10;
    }
  
    .order-sm-11 {
      -ms-flex-order: 11;
      order: 11;
    }
  
    .order-sm-12 {
      -ms-flex-order: 12;
      order: 12;
    }
  
    .offset-sm-0 {
      margin-left: 0;
    }
  
    .offset-sm-1 {
      margin-left: 8.333333%;
    }
  
    .offset-sm-2 {
      margin-left: 16.666667%;
    }
  
    .offset-sm-3 {
      margin-left: 25%;
    }
  
    .offset-sm-4 {
      margin-left: 33.333333%;
    }
  
    .offset-sm-5 {
      margin-left: 41.666667%;
    }
  
    .offset-sm-6 {
      margin-left: 50%;
    }
  
    .offset-sm-7 {
      margin-left: 58.333333%;
    }
  
    .offset-sm-8 {
      margin-left: 66.666667%;
    }
  
    .offset-sm-9 {
      margin-left: 75%;
    }
  
    .offset-sm-10 {
      margin-left: 83.333333%;
    }
  
    .offset-sm-11 {
      margin-left: 91.666667%;
    }
  }
  
  @media (min-width: 768px) {
    .col-md {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
  
    .col-md-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
  
    .col-md-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
  
    .col-md-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
  
    .col-md-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
  
    .col-md-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
  
    .col-md-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
  
    .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
  
    .col-md-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
  
    .col-md-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
  
    .col-md-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
  
    .col-md-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
  
    .col-md-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
  
    .col-md-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .order-md-first {
      -ms-flex-order: -1;
      order: -1;
    }
  
    .order-md-last {
      -ms-flex-order: 13;
      order: 13;
    }
  
    .order-md-0 {
      -ms-flex-order: 0;
      order: 0;
    }
  
    .order-md-1 {
      -ms-flex-order: 1;
      order: 1;
    }
  
    .order-md-2 {
      -ms-flex-order: 2;
      order: 2;
    }
  
    .order-md-3 {
      -ms-flex-order: 3;
      order: 3;
    }
  
    .order-md-4 {
      -ms-flex-order: 4;
      order: 4;
    }
  
    .order-md-5 {
      -ms-flex-order: 5;
      order: 5;
    }
  
    .order-md-6 {
      -ms-flex-order: 6;
      order: 6;
    }
  
    .order-md-7 {
      -ms-flex-order: 7;
      order: 7;
    }
  
    .order-md-8 {
      -ms-flex-order: 8;
      order: 8;
    }
  
    .order-md-9 {
      -ms-flex-order: 9;
      order: 9;
    }
  
    .order-md-10 {
      -ms-flex-order: 10;
      order: 10;
    }
  
    .order-md-11 {
      -ms-flex-order: 11;
      order: 11;
    }
  
    .order-md-12 {
      -ms-flex-order: 12;
      order: 12;
    }
  
    .offset-md-0 {
      margin-left: 0;
    }
  
    .offset-md-1 {
      margin-left: 8.333333%;
    }
  
    .offset-md-2 {
      margin-left: 16.666667%;
    }
  
    .offset-md-3 {
      margin-left: 25%;
    }
  
    .offset-md-4 {
      margin-left: 33.333333%;
    }
  
    .offset-md-5 {
      margin-left: 41.666667%;
    }
  
    .offset-md-6 {
      margin-left: 50%;
    }
  
    .offset-md-7 {
      margin-left: 58.333333%;
    }
  
    .offset-md-8 {
      margin-left: 66.666667%;
    }
  
    .offset-md-9 {
      margin-left: 75%;
    }
  
    .offset-md-10 {
      margin-left: 83.333333%;
    }
  
    .offset-md-11 {
      margin-left: 91.666667%;
    }
  }
  
  @media (min-width: 992px) {
    .col-lg {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
  
    .col-lg-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
  
    .col-lg-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
  
    .col-lg-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
  
    .col-lg-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
  
    .col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
  
    .col-lg-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
  
    .col-lg-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
  
    .col-lg-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
  
    .col-lg-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
  
    .col-lg-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
  
    .col-lg-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
  
    .col-lg-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
  
    .col-lg-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .order-lg-first {
      -ms-flex-order: -1;
      order: -1;
    }
  
    .order-lg-last {
      -ms-flex-order: 13;
      order: 13;
    }
  
    .order-lg-0 {
      -ms-flex-order: 0;
      order: 0;
    }
  
    .order-lg-1 {
      -ms-flex-order: 1;
      order: 1;
    }
  
    .order-lg-2 {
      -ms-flex-order: 2;
      order: 2;
    }
  
    .order-lg-3 {
      -ms-flex-order: 3;
      order: 3;
    }
  
    .order-lg-4 {
      -ms-flex-order: 4;
      order: 4;
    }
  
    .order-lg-5 {
      -ms-flex-order: 5;
      order: 5;
    }
  
    .order-lg-6 {
      -ms-flex-order: 6;
      order: 6;
    }
  
    .order-lg-7 {
      -ms-flex-order: 7;
      order: 7;
    }
  
    .order-lg-8 {
      -ms-flex-order: 8;
      order: 8;
    }
  
    .order-lg-9 {
      -ms-flex-order: 9;
      order: 9;
    }
  
    .order-lg-10 {
      -ms-flex-order: 10;
      order: 10;
    }
  
    .order-lg-11 {
      -ms-flex-order: 11;
      order: 11;
    }
  
    .order-lg-12 {
      -ms-flex-order: 12;
      order: 12;
    }
  
    .offset-lg-0 {
      margin-left: 0;
    }
  
    .offset-lg-1 {
      margin-left: 8.333333%;
    }
  
    .offset-lg-2 {
      margin-left: 16.666667%;
    }
  
    .offset-lg-3 {
      margin-left: 25%;
    }
  
    .offset-lg-4 {
      margin-left: 33.333333%;
    }
  
    .offset-lg-5 {
      margin-left: 41.666667%;
    }
  
    .offset-lg-6 {
      margin-left: 50%;
    }
  
    .offset-lg-7 {
      margin-left: 58.333333%;
    }
  
    .offset-lg-8 {
      margin-left: 66.666667%;
    }
  
    .offset-lg-9 {
      margin-left: 75%;
    }
  
    .offset-lg-10 {
      margin-left: 83.333333%;
    }
  
    .offset-lg-11 {
      margin-left: 91.666667%;
    }
  }
  
  @media (min-width: 1200px) {
    .col-xl {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
  
    .col-xl-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
  
    .col-xl-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
  
    .col-xl-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
  
    .col-xl-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
  
    .col-xl-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
  
    .col-xl-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
  
    .col-xl-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
  
    .col-xl-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
  
    .col-xl-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
  
    .col-xl-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
  
    .col-xl-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
  
    .col-xl-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
  
    .col-xl-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .order-xl-first {
      -ms-flex-order: -1;
      order: -1;
    }
  
    .order-xl-last {
      -ms-flex-order: 13;
      order: 13;
    }
  
    .order-xl-0 {
      -ms-flex-order: 0;
      order: 0;
    }
  
    .order-xl-1 {
      -ms-flex-order: 1;
      order: 1;
    }
  
    .order-xl-2 {
      -ms-flex-order: 2;
      order: 2;
    }
  
    .order-xl-3 {
      -ms-flex-order: 3;
      order: 3;
    }
  
    .order-xl-4 {
      -ms-flex-order: 4;
      order: 4;
    }
  
    .order-xl-5 {
      -ms-flex-order: 5;
      order: 5;
    }
  
    .order-xl-6 {
      -ms-flex-order: 6;
      order: 6;
    }
  
    .order-xl-7 {
      -ms-flex-order: 7;
      order: 7;
    }
  
    .order-xl-8 {
      -ms-flex-order: 8;
      order: 8;
    }
  
    .order-xl-9 {
      -ms-flex-order: 9;
      order: 9;
    }
  
    .order-xl-10 {
      -ms-flex-order: 10;
      order: 10;
    }
  
    .order-xl-11 {
      -ms-flex-order: 11;
      order: 11;
    }
  
    .order-xl-12 {
      -ms-flex-order: 12;
      order: 12;
    }
  
    .offset-xl-0 {
      margin-left: 0;
    }
  
    .offset-xl-1 {
      margin-left: 8.333333%;
    }
  
    .offset-xl-2 {
      margin-left: 16.666667%;
    }
  
    .offset-xl-3 {
      margin-left: 25%;
    }
  
    .offset-xl-4 {
      margin-left: 33.333333%;
    }
  
    .offset-xl-5 {
      margin-left: 41.666667%;
    }
  
    .offset-xl-6 {
      margin-left: 50%;
    }
  
    .offset-xl-7 {
      margin-left: 58.333333%;
    }
  
    .offset-xl-8 {
      margin-left: 66.666667%;
    }
  
    .offset-xl-9 {
      margin-left: 75%;
    }
  
    .offset-xl-10 {
      margin-left: 83.333333%;
    }
  
    .offset-xl-11 {
      margin-left: 91.666667%;
    }
  }
  
  .table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
  }
  
  .table td,
  .table th {
    padding: 0.75rem;
    vertical-align: top;
    border: 1px solid #9c83e6;
  }
  
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
  }
  
  .table tbody + tbody {
    border-top: 2px solid #dee2e6;
  }
  
  .table .table {
    background-color: #fff;
  }
  
  .table-sm td,
  .table-sm th {
    padding: 0.3rem;
  }
  
  .table-bordered {
    border: 1px solid #dee2e6;
  }
  
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6;
  }
  
  .table-bordered thead td,
  .table-bordered thead th {
    border-bottom-width: 2px;
  }
  
  .table-borderless tbody + tbody,
  .table-borderless td,
  .table-borderless th,
  .table-borderless thead th {
    border: 0;
  }
  
  .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
  }
  
  .table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
  }
  
  .table-primary,
  .table-primary > td,
  .table-primary > th {
    background-color: #b8daff;
  }
  
  .table-primary tbody + tbody,
  .table-primary td,
  .table-primary th,
  .table-primary thead th {
    border-color: #7abaff;
  }
  
  .table-hover .table-primary:hover {
    background-color: #9fcdff;
  }
  
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff;
  }
  
  .table-secondary,
  .table-secondary > td,
  .table-secondary > th {
    background-color: #d6d8db;
  }
  
  .table-secondary tbody + tbody,
  .table-secondary td,
  .table-secondary th,
  .table-secondary thead th {
    border-color: #b3b7bb;
  }
  
  .table-hover .table-secondary:hover {
    background-color: #c8cbcf;
  }
  
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
  }
  
  .table-success,
  .table-success > td,
  .table-success > th {
    background-color: #c3e6cb;
  }
  
  .table-success tbody + tbody,
  .table-success td,
  .table-success th,
  .table-success thead th {
    border-color: #8fd19e;
  }
  
  .table-hover .table-success:hover {
    background-color: #b1dfbb;
  }
  
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb;
  }
  
  .table-info,
  .table-info > td,
  .table-info > th {
    background-color: #bee5eb;
  }
  
  .table-info tbody + tbody,
  .table-info td,
  .table-info th,
  .table-info thead th {
    border-color: #86cfda;
  }
  
  .table-hover .table-info:hover {
    background-color: #abdde5;
  }
  
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5;
  }
  
  .table-warning,
  .table-warning > td,
  .table-warning > th {
    background-color: #ffeeba;
  }
  
  .table-warning tbody + tbody,
  .table-warning td,
  .table-warning th,
  .table-warning thead th {
    border-color: #ffdf7e;
  }
  
  .table-hover .table-warning:hover {
    background-color: #ffe8a1;
  }
  
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
  }
  
  .table-danger,
  .table-danger > td,
  .table-danger > th {
    background-color: #f5c6cb;
  }
  
  .table-danger tbody + tbody,
  .table-danger td,
  .table-danger th,
  .table-danger thead th {
    border-color: #ed969e;
  }
  
  .table-hover .table-danger:hover {
    background-color: #f1b0b7;
  }
  
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
  }
  
  .table-light,
  .table-light > td,
  .table-light > th {
    background-color: #fdfdfe;
  }
  
  .table-light tbody + tbody,
  .table-light td,
  .table-light th,
  .table-light thead th {
    border-color: #fbfcfc;
  }
  
  .table-hover .table-light:hover {
    background-color: #ececf6;
  }
  
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6;
  }
  
  .table-dark,
  .table-dark > td,
  .table-dark > th {
    background-color: #c6c8ca;
  }
  
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #95999c;
  }
  
  .table-hover .table-dark:hover {
    background-color: #b9bbbe;
  }
  
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
  }
  
  .table-active,
  .table-active > td,
  .table-active > th {
    background-color: rgba(0, 0, 0, 0.075);
  }
  
  .table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
  }
  
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
  }
  
  .table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
  }
  
  .table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
  }
  
  .table-dark {
    color: #fff;
    background-color: #8561FF;
  }
  
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #32383e;
  }
  
  .table-dark.table-bordered {
    border: 0;
  }
  
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
  }
  
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
  }
  
  @media (max-width: 575.98px) {
    .table-responsive-sm {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
    }
  
    .table-responsive-sm > .table-bordered {
      border: 0;
    }
  }
  
  @media (max-width: 767.98px) {
    .table-responsive-md {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
    }
  
    .table-responsive-md > .table-bordered {
      border: 0;
    }
  }
  
  @media (max-width: 991.98px) {
    .table-responsive-lg {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
    }
  
    .table-responsive-lg > .table-bordered {
      border: 0;
    }
  }
  
  @media (max-width: 1199.98px) {
    .table-responsive-xl {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
    }
  
    .table-responsive-xl > .table-bordered {
      border: 0;
    }
  }
  
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  
  .table-responsive > .table-bordered {
    border: 0;
  }
  
  .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none;
    }
  }
  
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
  }
  
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
  }
  
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
  }
  
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
  }
  
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
  }
  
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
  }
  
  .form-control:disabled,
  .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
  }
  
  select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
  }
  
  .form-control-file,
  .form-control-range {
    display: block;
    width: 100%;
  }
  
  .col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
  }
  
  .col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
  }
  
  .col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
  }
  
  .form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
  }
  
  .form-control-plaintext.form-control-lg,
  .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
  }
  
  .form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }
  
  .form-control-lg {
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
  }
  
  select.form-control[multiple],
  select.form-control[size] {
    height: auto;
  }
  
  textarea.form-control {
    height: auto;
  }
  
  .form-group {
    margin-bottom: 1rem;
  }
  
  .form-text {
    display: block;
    margin-top: 0.25rem;
  }
  
  .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
  }
  
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  
  .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
  }
  
  .form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
  }
  
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
  }
  
  .form-check-label {
    margin-bottom: 0;
  }
  
  .form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
  }
  
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
  }
  
  .valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
  }
  
  .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
  }
  
  .form-control.is-valid,
  .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMyOGE3NDUnIGQ9J00yLjMgNi43M0wuNiA0LjUzYy0uNC0xLjA0LjQ2LTEuNCAxLjEtLjhsMS4xIDEuNCAzLjQtMy44Yy42LS42MyAxLjYtLjI3IDEuMi43bC00IDQuNmMtLjQzLjUtLjguNC0xLjEuMXonLz48L3N2Zz4=);
  }
  
  .form-control.is-valid:focus,
  .was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }
  
  .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip,
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip {
    display: block;
  }
  
  .was-validated textarea.form-control:valid,
  textarea.form-control.is-valid {
    padding-right: 2.25rem;
    background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
  }
  
  .custom-select.is-valid,
  .was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: 3.4375rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
        no-repeat right 0.75rem center/8px 10px,
      url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
        no-repeat center right 1.75rem/1.125rem 1.125rem;
  }
  
  .custom-select.is-valid:focus,
  .was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }
  
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip,
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip {
    display: block;
  }
  
  .form-control-file.is-valid ~ .valid-feedback,
  .form-control-file.is-valid ~ .valid-tooltip,
  .was-validated .form-control-file:valid ~ .valid-feedback,
  .was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block;
  }
  
  .form-check-input.is-valid ~ .form-check-label,
  .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745;
  }
  
  .form-check-input.is-valid ~ .valid-feedback,
  .form-check-input.is-valid ~ .valid-tooltip,
  .was-validated .form-check-input:valid ~ .valid-feedback,
  .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
  }
  
  .custom-control-input.is-valid ~ .custom-control-label,
  .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745;
  }
  
  .custom-control-input.is-valid ~ .custom-control-label::before,
  .was-validated .custom-control-input:valid ~ .custom-control-label::before {
    border-color: #28a745;
  }
  
  .custom-control-input.is-valid ~ .valid-feedback,
  .custom-control-input.is-valid ~ .valid-tooltip,
  .was-validated .custom-control-input:valid ~ .valid-feedback,
  .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block;
  }
  
  .custom-control-input.is-valid:checked ~ .custom-control-label::before,
  .was-validated
    .custom-control-input:valid:checked
    ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
  }
  
  .custom-control-input.is-valid:focus ~ .custom-control-label::before,
  .was-validated
    .custom-control-input:valid:focus
    ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }
  
  .custom-control-input.is-valid:focus:not(:checked)
    ~ .custom-control-label::before,
  .was-validated
    .custom-control-input:valid:focus:not(:checked)
    ~ .custom-control-label::before {
    border-color: #28a745;
  }
  
  .custom-file-input.is-valid ~ .custom-file-label,
  .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745;
  }
  
  .custom-file-input.is-valid ~ .valid-feedback,
  .custom-file-input.is-valid ~ .valid-tooltip,
  .was-validated .custom-file-input:valid ~ .valid-feedback,
  .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block;
  }
  
  .custom-file-input.is-valid:focus ~ .custom-file-label,
  .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }
  
  .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
  }
  
  .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
  }
  
  .form-control.is-invalid,
  .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNkYzM1NDUnIHZpZXdCb3g9Jy0yIC0yIDcgNyc+PHBhdGggc3Ryb2tlPScjZDk1MzRmJyBkPSdNMCAwbDMgM20wLTNMMCAzJy8+PGNpcmNsZSByPScuNScvPjxjaXJjbGUgY3g9JzMnIHI9Jy41Jy8+PGNpcmNsZSBjeT0nMycgcj0nLjUnLz48Y2lyY2xlIGN4PSczJyBjeT0nMycgcj0nLjUnLz48L3N2Zz4=);
  }
  
  .form-control.is-invalid:focus,
  .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  }
  
  .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block;
  }
  
  .was-validated textarea.form-control:invalid,
  textarea.form-control.is-invalid {
    padding-right: 2.25rem;
    background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
  }
  
  .custom-select.is-invalid,
  .was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: 3.4375rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
        no-repeat right 0.75rem center/8px 10px,
      url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")
        no-repeat center right 1.75rem/1.125rem 1.125rem;
  }
  
  .custom-select.is-invalid:focus,
  .was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  }
  
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip,
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip {
    display: block;
  }
  
  .form-control-file.is-invalid ~ .invalid-feedback,
  .form-control-file.is-invalid ~ .invalid-tooltip,
  .was-validated .form-control-file:invalid ~ .invalid-feedback,
  .was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block;
  }
  
  .form-check-input.is-invalid ~ .form-check-label,
  .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
  }
  
  .form-check-input.is-invalid ~ .invalid-feedback,
  .form-check-input.is-invalid ~ .invalid-tooltip,
  .was-validated .form-check-input:invalid ~ .invalid-feedback,
  .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
  }
  
  .custom-control-input.is-invalid ~ .custom-control-label,
  .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545;
  }
  
  .custom-control-input.is-invalid ~ .custom-control-label::before,
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    border-color: #dc3545;
  }
  
  .custom-control-input.is-invalid ~ .invalid-feedback,
  .custom-control-input.is-invalid ~ .invalid-tooltip,
  .was-validated .custom-control-input:invalid ~ .invalid-feedback,
  .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block;
  }
  
  .custom-control-input.is-invalid:checked ~ .custom-control-label::before,
  .was-validated
    .custom-control-input:invalid:checked
    ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
  }
  
  .custom-control-input.is-invalid:focus ~ .custom-control-label::before,
  .was-validated
    .custom-control-input:invalid:focus
    ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  }
  
  .custom-control-input.is-invalid:focus:not(:checked)
    ~ .custom-control-label::before,
  .was-validated
    .custom-control-input:invalid:focus:not(:checked)
    ~ .custom-control-label::before {
    border-color: #dc3545;
  }
  
  .custom-file-input.is-invalid ~ .custom-file-label,
  .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545;
  }
  
  .custom-file-input.is-invalid ~ .invalid-feedback,
  .custom-file-input.is-invalid ~ .invalid-tooltip,
  .was-validated .custom-file-input:invalid ~ .invalid-feedback,
  .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block;
  }
  
  .custom-file-input.is-invalid:focus ~ .custom-file-label,
  .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  }
  
  .form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .form-inline .form-check {
    width: 100%;
  }
  
  @media (min-width: 576px) {
    .form-inline label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 0;
    }
  
    .form-inline .form-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 0;
    }
  
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
    }
  
    .form-inline .form-control-plaintext {
      display: inline-block;
    }
  
    .form-inline .custom-select,
    .form-inline .input-group {
      width: auto;
    }
  
    .form-inline .form-check {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: auto;
      padding-left: 0;
    }
  
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0;
    }
  
    .form-inline .custom-control {
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    .form-inline .custom-control-label {
      margin-bottom: 0;
    }
  }
  
  .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    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;
  }
  
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none;
    }
  }
  
  .btn:hover {
    color: #212529;
    text-decoration: none;
  }
  
  .btn.focus,
  .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  
  .btn.disabled,
  .btn:disabled {
    opacity: 0.65;
  }
  
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
  }
  
  a.btn.disabled,
  fieldset:disabled a.btn {
    pointer-events: none;
  }
  
  .btn-primary {
    color: #fff;
    background-color: #ffff;
    border-color: #ffff;
  }
  
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
  }
  
  .btn-primary.focus,
  .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  
  .btn-primary.disabled,
  .btn-primary:disabled {
    color: #fff;
    background-color: #ffff;
    border-color: #ffff;
  }
  
  .btn-primary:not(:disabled):not(.disabled).active,
  .btn-primary:not(:disabled):not(.disabled):active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
  }
  
  .btn-primary:not(:disabled):not(.disabled).active:focus,
  .btn-primary:not(:disabled):not(.disabled):active:focus,
  .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  
  .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }
  
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
  }
  
  .btn-secondary.focus,
  .btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  }
  
  .btn-secondary.disabled,
  .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }
  
  .btn-secondary:not(:disabled):not(.disabled).active,
  .btn-secondary:not(:disabled):not(.disabled):active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
  }
  
  .btn-secondary:not(:disabled):not(.disabled).active:focus,
  .btn-secondary:not(:disabled):not(.disabled):active:focus,
  .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  }
  
  .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
  }
  
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
  }
  
  .btn-success.focus,
  .btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  }
  
  .btn-success.disabled,
  .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
  }
  
  .btn-success:not(:disabled):not(.disabled).active,
  .btn-success:not(:disabled):not(.disabled):active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
  }
  
  .btn-success:not(:disabled):not(.disabled).active:focus,
  .btn-success:not(:disabled):not(.disabled):active:focus,
  .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  }
  
  .btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
  }
  
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
  }
  
  .btn-info.focus,
  .btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  }
  
  .btn-info.disabled,
  .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
  }
  
  .btn-info:not(:disabled):not(.disabled).active,
  .btn-info:not(:disabled):not(.disabled):active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
  }
  
  .btn-info:not(:disabled):not(.disabled).active:focus,
  .btn-info:not(:disabled):not(.disabled):active:focus,
  .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  }
  
  .btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
  }
  
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
  }
  
  .btn-warning.focus,
  .btn-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  }
  
  .btn-warning.disabled,
  .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
  }
  
  .btn-warning:not(:disabled):not(.disabled).active,
  .btn-warning:not(:disabled):not(.disabled):active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
  }
  
  .btn-warning:not(:disabled):not(.disabled).active:focus,
  .btn-warning:not(:disabled):not(.disabled):active:focus,
  .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  }
  
  .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
  }
  
  .btn-danger.focus,
  .btn-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  }
  
  .btn-danger.disabled,
  .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  
  .btn-danger:not(:disabled):not(.disabled).active,
  .btn-danger:not(:disabled):not(.disabled):active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
  }
  
  .btn-danger:not(:disabled):not(.disabled).active:focus,
  .btn-danger:not(:disabled):not(.disabled):active:focus,
  .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  }
  
  .btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }
  
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
  }
  
  .btn-light.focus,
  .btn-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  }
  
  .btn-light.disabled,
  .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }
  
  .btn-light:not(:disabled):not(.disabled).active,
  .btn-light:not(:disabled):not(.disabled):active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
  }
  
  .btn-light:not(:disabled):not(.disabled).active:focus,
  .btn-light:not(:disabled):not(.disabled):active:focus,
  .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  }
  
  .btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }
  
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
  }
  
  .btn-dark.focus,
  .btn-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  }
  
  .btn-dark.disabled,
  .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }
  
  .btn-dark:not(:disabled):not(.disabled).active,
  .btn-dark:not(:disabled):not(.disabled):active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
  }
  
  .btn-dark:not(:disabled):not(.disabled).active:focus,
  .btn-dark:not(:disabled):not(.disabled):active:focus,
  .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  }
  
  .btn-outline-primary {
    color: #ffff;
    border-color: #ffff;
  }
  
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #ffff;
    border-color: #ffff;
  }
  
  .btn-outline-primary.focus,
  .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  }
  
  .btn-outline-primary.disabled,
  .btn-outline-primary:disabled {
    color: #ffff;
    background-color: transparent;
  }
  
  .btn-outline-primary:not(:disabled):not(.disabled).active,
  .btn-outline-primary:not(:disabled):not(.disabled):active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #ffff;
    border-color: #ffff;
  }
  
  .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
  .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
  .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  }
  
  .btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
  }
  
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }
  
  .btn-outline-secondary.focus,
  .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }
  
  .btn-outline-secondary.disabled,
  .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
  }
  
  .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .btn-outline-secondary:not(:disabled):not(.disabled):active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }
  
  .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
  .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
  .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }
  
  .btn-outline-success {
    color: #28a745;
    border-color: #28a745;
  }
  
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
  }
  
  .btn-outline-success.focus,
  .btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  }
  
  .btn-outline-success.disabled,
  .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
  }
  
  .btn-outline-success:not(:disabled):not(.disabled).active,
  .btn-outline-success:not(:disabled):not(.disabled):active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
  }
  
  .btn-outline-success:not(:disabled):not(.disabled).active:focus,
  .btn-outline-success:not(:disabled):not(.disabled):active:focus,
  .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  }
  
  .btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
  }
  
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
  }
  
  .btn-outline-info.focus,
  .btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  }
  
  .btn-outline-info.disabled,
  .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
  }
  
  .btn-outline-info:not(:disabled):not(.disabled).active,
  .btn-outline-info:not(:disabled):not(.disabled):active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
  }
  
  .btn-outline-info:not(:disabled):not(.disabled).active:focus,
  .btn-outline-info:not(:disabled):not(.disabled):active:focus,
  .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  }
  
  .btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
  }
  
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
  }
  
  .btn-outline-warning.focus,
  .btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  }
  
  .btn-outline-warning.disabled,
  .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
  }
  
  .btn-outline-warning:not(:disabled):not(.disabled).active,
  .btn-outline-warning:not(:disabled):not(.disabled):active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
  }
  
  .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
  .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
  .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  }
  
  .btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
  }
  
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  
  .btn-outline-danger.focus,
  .btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  }
  
  .btn-outline-danger.disabled,
  .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
  }
  
  .btn-outline-danger:not(:disabled):not(.disabled).active,
  .btn-outline-danger:not(:disabled):not(.disabled):active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  
  .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
  .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
  .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  }
  
  .btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
  }
  
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }
  
  .btn-outline-light.focus,
  .btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  }
  
  .btn-outline-light.disabled,
  .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
  }
  
  .btn-outline-light:not(:disabled):not(.disabled).active,
  .btn-outline-light:not(:disabled):not(.disabled):active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }
  
  .btn-outline-light:not(:disabled):not(.disabled).active:focus,
  .btn-outline-light:not(:disabled):not(.disabled):active:focus,
  .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  }
  
  .btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
  }
  
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }
  
  .btn-outline-dark.focus,
  .btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  }
  
  .btn-outline-dark.disabled,
  .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
  }
  
  .btn-outline-dark:not(:disabled):not(.disabled).active,
  .btn-outline-dark:not(:disabled):not(.disabled):active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }
  
  .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
  .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
  .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  }
  
  .btn-link {
    font-weight: 400;
    color: #ffff;
  }
  
  .btn-link:hover {
    color: #ffff;
    text-decoration: underline;
  }
  
  .btn-link.focus,
  .btn-link:focus {
    text-decoration: underline;
    box-shadow: none;
  }
  
  .btn-link.disabled,
  .btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
  }
  
  .btn-group-lg > .btn,
  .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
  }
  
  .btn-group-sm > .btn,
  .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }
  
  .btn-block {
    display: block;
    width: 100%;
  }
  
  .btn-block + .btn-block {
    margin-top: 0.5rem;
  }
  
  input[type="button"].btn-block,
  input[type="reset"].btn-block,
  input[type="submit"].btn-block {
    width: 100%;
  }
  
  .fade {
    transition: opacity 0.15s linear;
  }
  
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none;
    }
  }
  
  .fade:not(.show) {
    opacity: 0;
  }
  
  .collapse:not(.show) {
    display: none;
  }
  
  .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
  }
  
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none;
    }
  }
  
  .dropdown,
  .dropleft,
  .dropright,
  .dropup {
    position: relative;
  }
  
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  
  .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
  }
  
  .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  
  @media (min-width: 576px) {
    .dropdown-menu-sm-right {
      right: 0;
      left: auto;
    }
  }
  
  @media (min-width: 768px) {
    .dropdown-menu-md-right {
      right: 0;
      left: auto;
    }
  }
  
  @media (min-width: 992px) {
    .dropdown-menu-lg-right {
      right: 0;
      left: auto;
    }
  }
  
  @media (min-width: 1200px) {
    .dropdown-menu-xl-right {
      right: 0;
      left: auto;
    }
  }
  
  .dropdown-menu-left {
    right: auto;
    left: 0;
  }
  
  @media (min-width: 576px) {
    .dropdown-menu-sm-left {
      right: auto;
      left: 0;
    }
  }
  
  @media (min-width: 768px) {
    .dropdown-menu-md-left {
      right: auto;
      left: 0;
    }
  }
  
  @media (min-width: 992px) {
    .dropdown-menu-lg-left {
      right: auto;
      left: 0;
    }
  }
  
  @media (min-width: 1200px) {
    .dropdown-menu-xl-left {
      right: auto;
      left: 0;
    }
  }
  
  .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
  }
  
  .dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
  }
  
  .dropup .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  
  .dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
  }
  
  .dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
  }
  
  .dropright .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  
  .dropright .dropdown-toggle::after {
    vertical-align: 0;
  }
  
  .dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
  }
  
  .dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
  }
  
  .dropleft .dropdown-toggle::after {
    display: none;
  }
  
  .dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
  }
  
  .dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  
  .dropleft .dropdown-toggle::before {
    vertical-align: 0;
  }
  
  .dropdown-menu[x-placement^="bottom"],
  .dropdown-menu[x-placement^="left"],
  .dropdown-menu[x-placement^="right"],
  .dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
  }
  
  .dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
  }
  
  .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }
  
  .dropdown-item:first-child {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
  }
  
  .dropdown-item:last-child {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
  }
  
  .dropdown-item:focus,
  .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
  }
  
  .dropdown-item.active,
  .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ffff;
  }
  
  .dropdown-item.disabled,
  .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
  }
  
  .dropdown-menu.show {
    display: block;
  }
  
  .dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
  }
  
  .dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
  }
  
  .btn-group,
  .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
  }
  
  .btn-group-vertical > .btn,
  .btn-group > .btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  
  .btn-group-vertical > .btn:hover,
  .btn-group > .btn:hover {
    z-index: 1;
  }
  
  .btn-group-vertical > .btn.active,
  .btn-group-vertical > .btn:active,
  .btn-group-vertical > .btn:focus,
  .btn-group > .btn.active,
  .btn-group > .btn:active,
  .btn-group > .btn:focus {
    z-index: 1;
  }
  
  .btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  
  .btn-toolbar .input-group {
    width: auto;
  }
  
  .btn-group > .btn-group:not(:first-child),
  .btn-group > .btn:not(:first-child) {
    margin-left: -1px;
  }
  
  .btn-group > .btn-group:not(:last-child) > .btn,
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .btn-group > .btn-group:not(:first-child) > .btn,
  .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
  }
  
  .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after {
    margin-left: 0;
  }
  
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0;
  }
  
  .btn-group-sm > .btn + .dropdown-toggle-split,
  .btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
  }
  
  .btn-group-lg > .btn + .dropdown-toggle-split,
  .btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  
  .btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%;
  }
  
  .btn-group-vertical > .btn-group:not(:first-child),
  .btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px;
  }
  
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  
  .btn-group-toggle > .btn,
  .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
  }
  
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
  }
  
  .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
  }
  
  .input-group > .custom-file,
  .input-group > .custom-select,
  .input-group > .form-control,
  .input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
  }
  
  .input-group > .custom-file + .custom-file,
  .input-group > .custom-file + .custom-select,
  .input-group > .custom-file + .form-control,
  .input-group > .custom-select + .custom-file,
  .input-group > .custom-select + .custom-select,
  .input-group > .custom-select + .form-control,
  .input-group > .form-control + .custom-file,
  .input-group > .form-control + .custom-select,
  .input-group > .form-control + .form-control,
  .input-group > .form-control-plaintext + .custom-file,
  .input-group > .form-control-plaintext + .custom-select,
  .input-group > .form-control-plaintext + .form-control {
    margin-left: -1px;
  }
  
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
  .input-group > .custom-select:focus,
  .input-group > .form-control:focus {
    z-index: 3;
  }
  
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
  }
  
  .input-group > .custom-select:not(:last-child),
  .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .input-group > .custom-select:not(:first-child),
  .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .input-group > .custom-file:not(:last-child) .custom-file-label,
  .input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .input-group-append,
  .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
  }
  
  .input-group-append .btn,
  .input-group-prepend .btn {
    position: relative;
    z-index: 2;
  }
  
  .input-group-append .btn:focus,
  .input-group-prepend .btn:focus {
    z-index: 3;
  }
  
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px;
  }
  
  .input-group-prepend {
    margin-right: -1px;
  }
  
  .input-group-append {
    margin-left: -1px;
  }
  
  .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
  }
  
  .input-group-text input[type="checkbox"],
  .input-group-text input[type="radio"] {
    margin-top: 0;
  }
  
  .input-group-lg > .custom-select,
  .input-group-lg > .form-control:not(textarea) {
    height: calc(2.875rem + 2px);
  }
  
  .input-group-lg > .custom-select,
  .input-group-lg > .form-control,
  .input-group-lg > .input-group-append > .btn,
  .input-group-lg > .input-group-append > .input-group-text,
  .input-group-lg > .input-group-prepend > .btn,
  .input-group-lg > .input-group-prepend > .input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
  }
  
  .input-group-sm > .custom-select,
  .input-group-sm > .form-control:not(textarea) {
    height: calc(1.8125rem + 2px);
  }
  
  .input-group-sm > .custom-select,
  .input-group-sm > .form-control,
  .input-group-sm > .input-group-append > .btn,
  .input-group-sm > .input-group-append > .input-group-text,
  .input-group-sm > .input-group-prepend > .btn,
  .input-group-sm > .input-group-prepend > .input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }
  
  .input-group-lg > .custom-select,
  .input-group-sm > .custom-select {
    padding-right: 1.75rem;
  }
  
  .input-group
    > .input-group-append:last-child
    > .btn:not(:last-child):not(.dropdown-toggle),
  .input-group
    > .input-group-append:last-child
    > .input-group-text:not(:last-child),
  .input-group > .input-group-append:not(:last-child) > .btn,
  .input-group > .input-group-append:not(:last-child) > .input-group-text,
  .input-group > .input-group-prepend > .btn,
  .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .input-group > .input-group-append > .btn,
  .input-group > .input-group-append > .input-group-text,
  .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
  .input-group
    > .input-group-prepend:first-child
    > .input-group-text:not(:first-child),
  .input-group > .input-group-prepend:not(:first-child) > .btn,
  .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
  }
  
  .custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
  }
  
  .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #ffff;
    background-color: #ffff;
  }
  
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff;
  }
  
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
  }
  
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
  }
  
  .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
  }
  
  .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
  }
  
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
  }
  
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
  }
  
  .custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
  }
  
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyNmZmYnIGQ9J002LjU2NC43NWwtMy41OSAzLjYxMi0xLjUzOC0xLjU1TDAgNC4yNiAyLjk3NCA3LjI1IDggMi4xOTN6Jy8+PC9zdmc+);
  }
  
  .custom-checkbox
    .custom-control-input:indeterminate
    ~ .custom-control-label::before {
    border-color: #ffff;
    background-color: #ffff;
  }
  
  .custom-checkbox
    .custom-control-input:indeterminate
    ~ .custom-control-label::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDQnPjxwYXRoIHN0cm9rZT0nI2ZmZicgZD0nTTAgMmg0Jy8+PC9zdmc+);
  }
  
  .custom-checkbox
    .custom-control-input:disabled:checked
    ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
  }
  
  .custom-checkbox
    .custom-control-input:disabled:indeterminate
    ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
  }
  
  .custom-radio .custom-control-label::before {
    border-radius: 50%;
  }
  
  .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjZmZmJy8+PC9zdmc+);
  }
  
  .custom-radio
    .custom-control-input:disabled:checked
    ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
  }
  
  .custom-switch {
    padding-left: 2.25rem;
  }
  
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
  }
  
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 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;
    transition: transform 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,
      -webkit-transform 0.15s ease-in-out;
  }
  
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
      transition: none;
    }
  }
  
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
  }
  
  .custom-switch
    .custom-control-input:disabled:checked
    ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
  }
  
  .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
  }
  
  .custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
  }
  
  .custom-select[multiple],
  .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
  }
  
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
  }
  
  .custom-select::-ms-expand {
    opacity: 0;
  }
  
  .custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
  }
  
  .custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
  }
  
  .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
  }
  
  .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
  }
  
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
  }
  
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
  }
  
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
  }
  
  .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
  }
  
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
  }
  
  .custom-range {
    width: 100%;
    height: calc(1rem + 0.4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .custom-range:focus {
    outline: 0;
  }
  
  .custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  
  .custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  
  .custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  
  .custom-range::-moz-focus-outer {
    border: 0;
  }
  
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #ffff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
  }
  
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
      transition: none;
    }
  }
  
  .custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
  }
  
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
  }
  
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #ffff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
  }
  
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
      transition: none;
    }
  }
  
  .custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
  }
  
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
  }
  
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #ffff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
    appearance: none;
  }
  
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
      transition: none;
    }
  }
  
  .custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
  }
  
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
  }
  
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
  }
  
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
  }
  
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
  }
  
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
  }
  
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
  }
  
  .custom-range:disabled::-moz-range-track {
    cursor: default;
  }
  
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
  }
  
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
  }
  
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none;
    }
  }
  
  .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  
  .nav-link {
    display: block;
    padding: 0.5rem 1rem;
  }
  
  .nav-link:focus,
  .nav-link:hover {
    text-decoration: none;
  }
  
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
  }
  
  .nav-tabs {
    border-bottom: 1px solid #dee2e6;
  }
  
  .nav-tabs .nav-item {
    margin-bottom: -1px;
  }
  
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  
  .nav-tabs .nav-link:focus,
  .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
  }
  
  .nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
  }
  
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
  }
  
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  
  .nav-pills .nav-link {
    border-radius: 0.25rem;
  }
  
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #ffff;
  }
  
  .nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
  }
  
  .nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
  }
  
  .tab-content > .tab-pane {
    display: none;
  }
  
  .tab-content > .active {
    display: block;
  }
  
  .navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
  }
  
  .navbar > .container,
  .navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
  }
  
  .navbar-brand:focus,
  .navbar-brand:hover {
    text-decoration: none;
  }
  
  .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  
  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  
  .navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  
  .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }
  
  .navbar-toggler:focus,
  .navbar-toggler:hover {
    text-decoration: none;
  }
  
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
  }
  
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
  }
  
  @media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      padding-right: 0;
      padding-left: 0;
    }
  }
  
  @media (min-width: 576px) {
    .navbar-expand-sm {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
  
    .navbar-expand-sm .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row;
    }
  
    .navbar-expand-sm .navbar-nav .dropdown-menu {
      position: absolute;
    }
  
    .navbar-expand-sm .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
  
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
  
    .navbar-expand-sm .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
    }
  
    .navbar-expand-sm .navbar-toggler {
      display: none;
    }
  }
  
  @media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      padding-right: 0;
      padding-left: 0;
    }
  }
  
  @media (min-width: 768px) {
    .navbar-expand-md {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
  
    .navbar-expand-md .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row;
    }
  
    .navbar-expand-md .navbar-nav .dropdown-menu {
      position: absolute;
    }
  
    .navbar-expand-md .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
  
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
  
    .navbar-expand-md .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
    }
  
    .navbar-expand-md .navbar-toggler {
      display: none;
    }
  }
  
  @media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      padding-right: 0;
      padding-left: 0;
    }
  }
  
  @media (min-width: 992px) {
    .navbar-expand-lg {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
  
    .navbar-expand-lg .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row;
    }
  
    .navbar-expand-lg .navbar-nav .dropdown-menu {
      position: absolute;
    }
  
    .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
  
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
  
    .navbar-expand-lg .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
    }
  
    .navbar-expand-lg .navbar-toggler {
      display: none;
    }
  }
  
  @media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      padding-right: 0;
      padding-left: 0;
    }
  }
  
  @media (min-width: 1200px) {
    .navbar-expand-xl {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
  
    .navbar-expand-xl .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row;
    }
  
    .navbar-expand-xl .navbar-nav .dropdown-menu {
      position: absolute;
    }
  
    .navbar-expand-xl .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
  
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
  
    .navbar-expand-xl .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
    }
  
    .navbar-expand-xl .navbar-toggler {
      display: none;
    }
  }
  
  .navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  
  .navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  
  .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
  }
  
  .navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  
  .navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  
  .navbar-expand .navbar-toggler {
    display: none;
  }
  
  .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
  }
  
  .navbar-light .navbar-brand:focus,
  .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
  }
  
  .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
  }
  
  .navbar-light .navbar-nav .nav-link:focus,
  .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
  }
  
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
  }
  
  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, 0.9);
  }
  
  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
  }
  
  .navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDAsIDAsIDAsIDAuNSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+);
  }
  
  .navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
  }
  
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
  }
  
  .navbar-light .navbar-text a:focus,
  .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
  }
  
  .navbar-dark .navbar-brand {
    color: #fff;
  }
  
  .navbar-dark .navbar-brand:focus,
  .navbar-dark .navbar-brand:hover {
    color: #fff;
  }
  
  .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
  }
  
  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
  }
  
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
  }
  
  .navbar-dark .navbar-nav .active > .nav-link,
  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
  }
  
  .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
  }
  
  .navbar-dark .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+);
  }
  
  .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
  }
  
  .navbar-dark .navbar-text a {
    color: #fff;
  }
  
  .navbar-dark .navbar-text a:focus,
  .navbar-dark .navbar-text a:hover {
    color: #fff;
  }
  
  .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
  }
  
  .card > hr {
    margin-right: 0;
    margin-left: 0;
  }
  
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  
  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
  }
  
  .card-title {
    margin-bottom: 0.75rem;
  }
  
  .card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
  }
  
  .card-text:last-child {
    margin-bottom: 0;
  }
  
  .card-link:hover {
    text-decoration: none;
  }
  
  .card-link + .card-link {
    margin-left: 1.25rem;
  }
  
  .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    color: inherit;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  }
  
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0;
  }
  
  .card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
  }
  
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
  }
  
  .card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
  }
  
  .card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
  
  .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
  }
  
  .card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
  }
  
  .card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
  }
  
  .card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
  }
  
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .card-deck .card {
    margin-bottom: 15px;
  }
  
  @media (min-width: 576px) {
    .card-deck {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px;
    }
  
    .card-deck .card {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px;
    }
  }
  
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .card-group > .card {
    margin-bottom: 15px;
  }
  
  @media (min-width: 576px) {
    .card-group {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
    }
  
    .card-group > .card {
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      margin-bottom: 0;
    }
  
    .card-group > .card + .card {
      margin-left: 0;
      border-left: 0;
    }
  
    .card-group > .card:first-child {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
  
    .card-group > .card:first-child .card-header,
    .card-group > .card:first-child .card-img-top {
      border-top-right-radius: 0;
    }
  
    .card-group > .card:first-child .card-footer,
    .card-group > .card:first-child .card-img-bottom {
      border-bottom-right-radius: 0;
    }
  
    .card-group > .card:last-child {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  
    .card-group > .card:last-child .card-header,
    .card-group > .card:last-child .card-img-top {
      border-top-left-radius: 0;
    }
  
    .card-group > .card:last-child .card-footer,
    .card-group > .card:last-child .card-img-bottom {
      border-bottom-left-radius: 0;
    }
  
    .card-group > .card:only-child {
      border-radius: 0.25rem;
    }
  
    .card-group > .card:only-child .card-header,
    .card-group > .card:only-child .card-img-top {
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem;
    }
  
    .card-group > .card:only-child .card-footer,
    .card-group > .card:only-child .card-img-bottom {
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
    }
  
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
      border-radius: 0;
    }
  
    .card-group
      > .card:not(:first-child):not(:last-child):not(:only-child)
      .card-footer,
    .card-group
      > .card:not(:first-child):not(:last-child):not(:only-child)
      .card-header,
    .card-group
      > .card:not(:first-child):not(:last-child):not(:only-child)
      .card-img-bottom,
    .card-group
      > .card:not(:first-child):not(:last-child):not(:only-child)
      .card-img-top {
      border-radius: 0;
    }
  }
  
  .card-columns .card {
    margin-bottom: 0.75rem;
  }
  
  @media (min-width: 576px) {
    .card-columns {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 1.25rem;
      -moz-column-gap: 1.25rem;
      column-gap: 1.25rem;
      orphans: 1;
      widows: 1;
    }
  
    .card-columns .card {
      display: inline-block;
      width: 100%;
    }
  }
  
  .accordion .card {
    overflow: hidden;
  }
  
  .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
  }
  
  .accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
  }
  
  .accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  
  .accordion .card .card-header {
    margin-bottom: -1px;
  }
  
  .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
  }
  
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
  }
  
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
  }
  
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
  }
  
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
  }
  
  .breadcrumb-item.active {
    color: #6c757d;
  }
  
  .pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
  }
  
  .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ffff;
    background-color: #fff;
    border: 1px solid #dee2e6;
  }
  
  .page-link:hover {
    z-index: 2;
    color: #ffff;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
  }
  
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
  }
  
  .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  
  .page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  
  .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #183558;
    border-color: #183558;
  }
  
  .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
  }
  
  .pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  
  .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
  }
  
  .pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
  }
  
  .pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  
  .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
  }
  
  .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  
  .badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
  }
  
  a.badge:focus,
  a.badge:hover {
    text-decoration: none;
  }
  
  .badge:empty {
    display: none;
  }
  
  .btn .badge {
    position: relative;
    top: -1px;
  }
  
  .badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
  }
  
  .badge-primary {
    color: #fff;
    background-color: #ffff;
  }
  
  a.badge-primary:focus,
  a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc;
  }
  
  .badge-secondary {
    color: #fff;
    background-color: #6c757d;
  }
  
  a.badge-secondary:focus,
  a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62;
  }
  
  .badge-success {
    color: #fff;
    background-color: #28a745;
  }
  
  a.badge-success:focus,
  a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34;
  }
  
  .badge-info {
    color: #fff;
    background-color: #17a2b8;
  }
  
  a.badge-info:focus,
  a.badge-info:hover {
    color: #fff;
    background-color: #117a8b;
  }
  
  .badge-warning {
    color: #212529;
    background-color: #ffc107;
  }
  
  a.badge-warning:focus,
  a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00;
  }
  
  .badge-danger {
    color: #fff;
    background-color: #dc3545;
  }
  
  a.badge-danger:focus,
  a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130;
  }
  
  .badge-light {
    color: #212529;
    background-color: #f8f9fa;
  }
  
  a.badge-light:focus,
  a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5;
  }
  
  .badge-dark {
    color: #fff;
    background-color: #343a40;
  }
  
  a.badge-dark:focus,
  a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124;
  }
  
  .jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
  }
  
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem;
    }
  }
  
  .jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
  }
  
  .alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }
  
  .alert-heading {
    color: inherit;
  }
  
  .alert-link {
    font-weight: 700;
  }
  
  .alert-dismissible {
    padding-right: 4rem;
  }
  
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
  }
  
  .alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
  }
  
  .alert-primary hr {
    border-top-color: #9fcdff;
  }
  
  .alert-primary .alert-link {
    color: #002752;
  }
  
  .alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
  }
  
  .alert-secondary hr {
    border-top-color: #c8cbcf;
  }
  
  .alert-secondary .alert-link {
    color: #202326;
  }
  
  .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
  }
  
  .alert-success hr {
    border-top-color: #b1dfbb;
  }
  
  .alert-success .alert-link {
    color: #0b2e13;
  }
  
  .alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
  }
  
  .alert-info hr {
    border-top-color: #abdde5;
  }
  
  .alert-info .alert-link {
    color: #062c33;
  }
  
  .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
  }
  
  .alert-warning hr {
    border-top-color: #ffe8a1;
  }
  
  .alert-warning .alert-link {
    color: #533f03;
  }
  
  .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
  }
  
  .alert-danger hr {
    border-top-color: #f1b0b7;
  }
  
  .alert-danger .alert-link {
    color: #491217;
  }
  
  .alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
  }
  
  .alert-light hr {
    border-top-color: #ececf6;
  }
  
  .alert-light .alert-link {
    color: #686868;
  }
  
  .alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
  }
  
  .alert-dark hr {
    border-top-color: #b9bbbe;
  }
  
  .alert-dark .alert-link {
    color: #040505;
  }
  
  @-webkit-keyframes progress-bar-stripes {
    from {
      background-position: 1rem 0;
    }
  
    to {
      background-position: 0 0;
    }
  }
  
  @keyframes progress-bar-stripes {
    from {
      background-position: 1rem 0;
    }
  
    to {
      background-position: 0 0;
    }
  }
  
  .progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
  }
  
  .progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #8561ff;
    transition: width 0.6s ease;
  }
  
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none;
    }
  }
  
  .progress-bar-striped {
    background-image: linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
    );
    background-size: 1rem 1rem;
  }
  
  .progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
  }
  
  .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .media-body {
    -ms-flex: 1;
    flex: 1;
  }
  
  .list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
  }
  
  .list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
  }
  
  .list-group-item-action:focus,
  .list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
  }
  
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
  }
  
  .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
  }
  
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  
  .list-group-item:focus,
  .list-group-item:hover {
    z-index: 1;
    text-decoration: none;
  }
  
  .list-group-item.disabled,
  .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
  }
  
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #ffff;
    border-color: #ffff;
  }
  
  .list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
  
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px;
  }
  
  .list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
  }
  
  .list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
  }
  
  .list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
  }
  
  .list-group-item-primary.list-group-item-action:focus,
  .list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff;
  }
  
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
  }
  
  .list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
  }
  
  .list-group-item-secondary.list-group-item-action:focus,
  .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf;
  }
  
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
  }
  
  .list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
  }
  
  .list-group-item-success.list-group-item-action:focus,
  .list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb;
  }
  
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
  }
  
  .list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
  }
  
  .list-group-item-info.list-group-item-action:focus,
  .list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5;
  }
  
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
  }
  
  .list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
  }
  
  .list-group-item-warning.list-group-item-action:focus,
  .list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1;
  }
  
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
  }
  
  .list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
  }
  
  .list-group-item-danger.list-group-item-action:focus,
  .list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7;
  }
  
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
  }
  
  .list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
  }
  
  .list-group-item-light.list-group-item-action:focus,
  .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6;
  }
  
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
  }
  
  .list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
  }
  
  .list-group-item-dark.list-group-item-action:focus,
  .list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe;
  }
  
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
  }
  
  .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
  }
  
  .close:hover {
    color: #000;
    text-decoration: none;
  }
  
  .close:not(:disabled):not(.disabled) {
    cursor: pointer;
  }
  
  .close:not(:disabled):not(.disabled):focus,
  .close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
  }
  
  button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  a.close.disabled {
    pointer-events: none;
  }
  
  .toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
  }
  
  .toast:not(:last-child) {
    margin-bottom: 0.75rem;
  }
  
  .toast.showing {
    opacity: 1;
  }
  
  .toast.show {
    display: block;
    opacity: 1;
  }
  
  .toast.hide {
    display: none;
  }
  
  .toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  
  .toast-body {
    padding: 0.75rem;
  }
  
  .modal-open {
    overflow: hidden;
  }
  
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
  }
  
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
  }
  
  .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
  
  @media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
      transition: none;
    }
  }
  
  .modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
  }
  
  .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
  }
  
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: "";
  }
  
  .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
  }
  
  .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
  }
  
  .modal-backdrop.fade {
    opacity: 0;
  }
  
  .modal-backdrop.show {
    opacity: 0.5;
  }
  
  .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
  }
  
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
  }
  
  .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
  }
  
  .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
  }
  
  .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
  }
  
  .modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
  }
  
  .modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
  }
  
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  
  @media (min-width: 576px) {
    .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto;
    }
  
    .modal-dialog-centered {
      min-height: calc(100% - (1.75rem * 2));
    }
  
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2));
    }
  
    .modal-sm {
      max-width: 300px;
    }
  }
  
  @media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
      max-width: 800px;
    }
  }
  
  @media (min-width: 1200px) {
    .modal-xl {
      max-width: 1140px;
    }
  }
  
  .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
      helvetica neue, Arial, noto sans, sans-serif, apple color emoji,
      segoe ui emoji, segoe ui symbol, noto color emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
  }
  
  .tooltip.show {
    opacity: 0.9;
  }
  
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
  }
  
  .tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
  }
  
  .bs-tooltip-auto[x-placement^="top"],
  .bs-tooltip-top {
    padding: 0.4rem 0;
  }
  
  .bs-tooltip-auto[x-placement^="top"] .arrow,
  .bs-tooltip-top .arrow {
    bottom: 0;
  }
  
  .bs-tooltip-auto[x-placement^="top"] .arrow::before,
  .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
  }
  
  .bs-tooltip-auto[x-placement^="right"],
  .bs-tooltip-right {
    padding: 0 0.4rem;
  }
  
  .bs-tooltip-auto[x-placement^="right"] .arrow,
  .bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
  }
  
  .bs-tooltip-auto[x-placement^="right"] .arrow::before,
  .bs-tooltip-right .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
  }
  
  .bs-tooltip-auto[x-placement^="bottom"],
  .bs-tooltip-bottom {
    padding: 0.4rem 0;
  }
  
  .bs-tooltip-auto[x-placement^="bottom"] .arrow,
  .bs-tooltip-bottom .arrow {
    top: 0;
  }
  
  .bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
  .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
  }
  
  .bs-tooltip-auto[x-placement^="left"],
  .bs-tooltip-left {
    padding: 0 0.4rem;
  }
  
  .bs-tooltip-auto[x-placement^="left"] .arrow,
  .bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
  }
  
  .bs-tooltip-auto[x-placement^="left"] .arrow::before,
  .bs-tooltip-left .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
  }
  
  .tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
  }
  
  .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
      helvetica neue, Arial, noto sans, sans-serif, apple color emoji,
      segoe ui emoji, segoe ui symbol, noto color emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
  }
  
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
  }
  
  .popover .arrow::after,
  .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
  }
  
  .bs-popover-auto[x-placement^="top"],
  .bs-popover-top {
    margin-bottom: 0.5rem;
  }
  
  .bs-popover-auto[x-placement^="top"] .arrow,
  .bs-popover-top .arrow {
    bottom: calc((0.5rem + 1px) * -1);
  }
  
  .bs-popover-auto[x-placement^="top"] .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-top .arrow::before {
    border-width: 0.5rem 0.5rem 0;
  }
  
  .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25);
  }
  
  .bs-popover-auto[x-placement^="top"] .arrow::after,
  .bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #fff;
  }
  
  .bs-popover-auto[x-placement^="right"],
  .bs-popover-right {
    margin-left: 0.5rem;
  }
  
  .bs-popover-auto[x-placement^="right"] .arrow,
  .bs-popover-right .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
  }
  
  .bs-popover-auto[x-placement^="right"] .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-right .arrow::before {
    border-width: 0.5rem 0.5rem 0.5rem 0;
  }
  
  .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25);
  }
  
  .bs-popover-auto[x-placement^="right"] .arrow::after,
  .bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #fff;
  }
  
  .bs-popover-auto[x-placement^="bottom"],
  .bs-popover-bottom {
    margin-top: 0.5rem;
  }
  
  .bs-popover-auto[x-placement^="bottom"] .arrow,
  .bs-popover-bottom .arrow {
    top: calc((0.5rem + 1px) * -1);
  }
  
  .bs-popover-auto[x-placement^="bottom"] .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-bottom .arrow::before {
    border-width: 0 0.5rem 0.5rem;
  }
  
  .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25);
  }
  
  .bs-popover-auto[x-placement^="bottom"] .arrow::after,
  .bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #fff;
  }
  
  .bs-popover-auto[x-placement^="bottom"] .popover-header::before,
  .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
  }
  
  .bs-popover-auto[x-placement^="left"],
  .bs-popover-left {
    margin-right: 0.5rem;
  }
  
  .bs-popover-auto[x-placement^="left"] .arrow,
  .bs-popover-left .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
  }
  
  .bs-popover-auto[x-placement^="left"] .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-left .arrow::before {
    border-width: 0.5rem 0 0.5rem 0.5rem;
  }
  
  .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25);
  }
  
  .bs-popover-auto[x-placement^="left"] .arrow::after,
  .bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: #fff;
  }
  
  .popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
  }
  
  .popover-header:empty {
    display: none;
  }
  
  .popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
  }
  
  .carousel {
    position: relative;
  }
  
  .carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
  }
  
  .carousel-inner {
    position: relative;
    width: 60%;
    overflow: hidden;
    margin: 0 auto;
  }
  
  .carousel-inner::after {
    display: block;
    clear: both;
    content: "";
  }
  
  .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
  
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none;
    }
  }
  
  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active {
    display: block;
  }
  
  .active.carousel-item-right,
  .carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  
  .active.carousel-item-left,
  .carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  
  .carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
  }
  
  .carousel-fade .carousel-item-next.carousel-item-left,
  .carousel-fade .carousel-item-prev.carousel-item-right,
  .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
  }
  
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s 0.6s opacity;
  }
  
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none;
    }
  }
  
  .carousel-control-next,
  .carousel-control-prev {
    position: absolute;
    top: 43%;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #193759;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
    font-size: 28px;
    border: 1px solid #193759;
    border-radius: 50px;
  }
  
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
      transition: none;
    }
  }
  
  .carousel-control-next:focus,
  .carousel-control-next:hover,
  .carousel-control-prev:focus,
  .carousel-control-prev:hover {
    color: #193759;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
  }
  
  .carousel-control-prev {
    left: 13%;
  }
  
  .carousel-control-next {
    right: 13%;
  }
  
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
  }
  
  .carousel-control-prev-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J001LjI1IDBsLTQgNCA0IDQgMS41LTEuNS0yLjUtMi41IDIuNS0yLjUtMS41LTEuNXonLz48L3N2Zz4=);
  }
  
  .carousel-control-next-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J00yLjc1IDBsLTEuNSAxLjUgMi41IDIuNS0yLjUgMi41IDEuNSAxLjUgNC00LTQtNHonLz48L3N2Zz4=);
  }
  
  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -50px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
  }
  
  .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #193759;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
  }
  
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
      transition: none;
    }
  }
  
  .carousel-indicators .active {
    opacity: 1;
  }
  
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
  }
  
  @-webkit-keyframes spinner-border {
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @keyframes spinner-border {
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  .spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
  }
  
  .spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
  }
  
  @-webkit-keyframes spinner-grow {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  
    50% {
      opacity: 1;
    }
  }
  
  @keyframes spinner-grow {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  
    50% {
      opacity: 1;
    }
  }
  
  .spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow 0.75s linear infinite;
    animation: spinner-grow 0.75s linear infinite;
  }
  
  .spinner-grow-sm {
    width: 1rem;
    height: 1rem;
  }
  
  .align-baseline {
    vertical-align: baseline !important;
  }
  
  .align-top {
    vertical-align: top !important;
  }
  
  .align-middle {
    vertical-align: middle !important;
  }
  
  .align-bottom {
    vertical-align: bottom !important;
  }
  
  .align-text-bottom {
    vertical-align: text-bottom !important;
  }
  
  .align-text-top {
    vertical-align: text-top !important;
  }
  
  .bg-primary {
    background-color: #ffff !important;
  }
  
  a.bg-primary:focus,
  a.bg-primary:hover,
  button.bg-primary:focus,
  button.bg-primary:hover {
    background-color: #0062cc !important;
  }
  
  .bg-secondary {
    background-color: #6c757d !important;
  }
  
  a.bg-secondary:focus,
  a.bg-secondary:hover,
  button.bg-secondary:focus,
  button.bg-secondary:hover {
    background-color: #545b62 !important;
  }
  
  .bg-success {
    background-color: #28a745 !important;
  }
  
  a.bg-success:focus,
  a.bg-success:hover,
  button.bg-success:focus,
  button.bg-success:hover {
    background-color: #1e7e34 !important;
  }
  
  .bg-info {
    background-color: #17a2b8 !important;
  }
  
  a.bg-info:focus,
  a.bg-info:hover,
  button.bg-info:focus,
  button.bg-info:hover {
    background-color: #117a8b !important;
  }
  
  .bg-warning {
    background-color: #ffc107 !important;
  }
  
  a.bg-warning:focus,
  a.bg-warning:hover,
  button.bg-warning:focus,
  button.bg-warning:hover {
    background-color: #d39e00 !important;
  }
  
  .bg-danger {
    background-color: #dc3545 !important;
  }
  
  a.bg-danger:focus,
  a.bg-danger:hover,
  button.bg-danger:focus,
  button.bg-danger:hover {
    background-color: #bd2130 !important;
  }
  
  .bg-light {
    background-color: #f8f9fa !important;
  }
  
  a.bg-light:focus,
  a.bg-light:hover,
  button.bg-light:focus,
  button.bg-light:hover {
    background-color: #dae0e5 !important;
  }
  
  .bg-dark {
    background-color: #343a40 !important;
  }
  
  a.bg-dark:focus,
  a.bg-dark:hover,
  button.bg-dark:focus,
  button.bg-dark:hover {
    background-color: #1d2124 !important;
  }
  
  .bg-white {
    background-color: #fff !important;
  }
  
  .bg-transparent {
    background-color: transparent !important;
  }
  
  .border {
    border: 1px solid #dee2e6 !important;
  }
  
  .border-top {
    border-top: 1px solid #dee2e6 !important;
  }
  
  .border-right {
    border-right: 1px solid #dee2e6 !important;
  }
  
  .border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
  
  .border-left {
    border-left: 1px solid #dee2e6 !important;
  }
  
  .border-0 {
    border: 0 !important;
  }
  
  .border-top-0 {
    border-top: 0 !important;
  }
  
  .border-right-0 {
    border-right: 0 !important;
  }
  
  .border-bottom-0 {
    border-bottom: 0 !important;
  }
  
  .border-left-0 {
    border-left: 0 !important;
  }
  
  .border-primary {
    border-color: #ffff !important;
  }
  
  .border-secondary {
    border-color: #6c757d !important;
  }
  
  .border-success {
    border-color: #28a745 !important;
  }
  
  .border-info {
    border-color: #17a2b8 !important;
  }
  
  .border-warning {
    border-color: #ffc107 !important;
  }
  
  .border-danger {
    border-color: #dc3545 !important;
  }
  
  .border-light {
    border-color: #f8f9fa !important;
  }
  
  .border-dark {
    border-color: #343a40 !important;
  }
  
  .border-white {
    border-color: #fff !important;
  }
  
  .rounded {
    border-radius: 0.25rem !important;
  }
  
  .rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  
  .rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  
  .rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  
  .rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  
  .rounded-circle {
    border-radius: 50% !important;
  }
  
  .rounded-pill {
    border-radius: 50rem !important;
  }
  
  .rounded-0 {
    border-radius: 0 !important;
  }
  
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
  
  .d-none {
    display: none !important;
  }
  
  .d-inline {
    display: inline !important;
  }
  
  .d-inline-block {
    display: inline-block !important;
  }
  
  .d-block {
    display: block !important;
  }
  
  .d-table {
    display: table !important;
  }
  
  .d-table-row {
    display: table-row !important;
  }
  
  .d-table-cell {
    display: table-cell !important;
  }
  
  .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  
  .d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  
  @media (min-width: 576px) {
    .d-sm-none {
      display: none !important;
    }
  
    .d-sm-inline {
      display: inline !important;
    }
  
    .d-sm-inline-block {
      display: inline-block !important;
    }
  
    .d-sm-block {
      display: block !important;
    }
  
    .d-sm-table {
      display: table !important;
    }
  
    .d-sm-table-row {
      display: table-row !important;
    }
  
    .d-sm-table-cell {
      display: table-cell !important;
    }
  
    .d-sm-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
  
    .d-sm-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  
  @media (min-width: 768px) {
    .d-md-none {
      display: none !important;
    }
  
    .d-md-inline {
      display: inline !important;
    }
  
    .d-md-inline-block {
      display: inline-block !important;
    }
  
    .d-md-block {
      display: block !important;
    }
  
    .d-md-table {
      display: table !important;
    }
  
    .d-md-table-row {
      display: table-row !important;
    }
  
    .d-md-table-cell {
      display: table-cell !important;
    }
  
    .d-md-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
  
    .d-md-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  
  @media (min-width: 992px) {
    .d-lg-none {
      display: none !important;
    }
  
    .d-lg-inline {
      display: inline !important;
    }
  
    .d-lg-inline-block {
      display: inline-block !important;
    }
  
    .d-lg-block {
      display: block !important;
    }
  
    .d-lg-table {
      display: table !important;
    }
  
    .d-lg-table-row {
      display: table-row !important;
    }
  
    .d-lg-table-cell {
      display: table-cell !important;
    }
  
    .d-lg-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
  
    .d-lg-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  
  @media (min-width: 1200px) {
    .d-xl-none {
      display: none !important;
    }
  
    .d-xl-inline {
      display: inline !important;
    }
  
    .d-xl-inline-block {
      display: inline-block !important;
    }
  
    .d-xl-block {
      display: block !important;
    }
  
    .d-xl-table {
      display: table !important;
    }
  
    .d-xl-table-row {
      display: table-row !important;
    }
  
    .d-xl-table-cell {
      display: table-cell !important;
    }
  
    .d-xl-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
  
    .d-xl-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  
  @media print {
    .d-print-none {
      display: none !important;
    }
  
    .d-print-inline {
      display: inline !important;
    }
  
    .d-print-inline-block {
      display: inline-block !important;
    }
  
    .d-print-block {
      display: block !important;
    }
  
    .d-print-table {
      display: table !important;
    }
  
    .d-print-table-row {
      display: table-row !important;
    }
  
    .d-print-table-cell {
      display: table-cell !important;
    }
  
    .d-print-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
  
    .d-print-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  
  .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  
  .embed-responsive::before {
    display: block;
    content: "";
  }
  
  .embed-responsive .embed-responsive-item,
  .embed-responsive embed,
  .embed-responsive iframe,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  
  .embed-responsive-21by9::before {
    padding-top: 42.857143%;
  }
  
  .embed-responsive-16by9::before {
    padding-top: 56.25%;
  }
  
  .embed-responsive-3by4::before {
    padding-top: 133.333333%;
  }
  
  .embed-responsive-1by1::before {
    padding-top: 100%;
  }
  
  .flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  
  .flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  
  .flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  
  .flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  
  .flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  
  .flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  
  .flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  
  .flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  
  .flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  
  .flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  
  .flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  
  .flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  
  .justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  
  .justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  
  .justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  
  .justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  
  .justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  
  .align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  
  .align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  
  .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  
  .align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  
  .align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  
  .align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  
  .align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  
  .align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  
  .align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  
  .align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  
  .align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  
  .align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  
  .align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  
  .align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  
  .align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  
  .align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  
  .align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  
  @media (min-width: 576px) {
    .flex-sm-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important;
    }
  
    .flex-sm-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important;
    }
  
    .flex-sm-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
    }
  
    .flex-sm-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
    }
  
    .flex-sm-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
    }
  
    .flex-sm-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
    }
  
    .flex-sm-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
    }
  
    .flex-sm-fill {
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
    }
  
    .flex-sm-grow-0 {
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
    }
  
    .flex-sm-grow-1 {
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
    }
  
    .flex-sm-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
    }
  
    .flex-sm-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
    }
  
    .justify-content-sm-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
    }
  
    .justify-content-sm-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
    }
  
    .justify-content-sm-center {
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
  
    .justify-content-sm-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
    }
  
    .justify-content-sm-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
    }
  
    .align-items-sm-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important;
    }
  
    .align-items-sm-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important;
    }
  
    .align-items-sm-center {
      -ms-flex-align: center !important;
      align-items: center !important;
    }
  
    .align-items-sm-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
    }
  
    .align-items-sm-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
    }
  
    .align-content-sm-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
    }
  
    .align-content-sm-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
    }
  
    .align-content-sm-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
    }
  
    .align-content-sm-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
    }
  
    .align-content-sm-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
    }
  
    .align-content-sm-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
    }
  
    .align-self-sm-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
    }
  
    .align-self-sm-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
    }
  
    .align-self-sm-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
    }
  
    .align-self-sm-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
    }
  
    .align-self-sm-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
    }
  
    .align-self-sm-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
    }
  }
  
  @media (min-width: 768px) {
    .flex-md-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important;
    }
  
    .flex-md-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important;
    }
  
    .flex-md-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
    }
  
    .flex-md-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
    }
  
    .flex-md-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
    }
  
    .flex-md-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
    }
  
    .flex-md-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
    }
  
    .flex-md-fill {
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
    }
  
    .flex-md-grow-0 {
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
    }
  
    .flex-md-grow-1 {
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
    }
  
    .flex-md-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
    }
  
    .flex-md-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
    }
  
    .justify-content-md-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
    }
  
    .justify-content-md-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
    }
  
    .justify-content-md-center {
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
  
    .justify-content-md-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
    }
  
    .justify-content-md-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
    }
  
    .align-items-md-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important;
    }
  
    .align-items-md-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important;
    }
  
    .align-items-md-center {
      -ms-flex-align: center !important;
      align-items: center !important;
    }
  
    .align-items-md-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
    }
  
    .align-items-md-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
    }
  
    .align-content-md-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
    }
  
    .align-content-md-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
    }
  
    .align-content-md-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
    }
  
    .align-content-md-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
    }
  
    .align-content-md-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
    }
  
    .align-content-md-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
    }
  
    .align-self-md-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
    }
  
    .align-self-md-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
    }
  
    .align-self-md-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
    }
  
    .align-self-md-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
    }
  
    .align-self-md-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
    }
  
    .align-self-md-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
    }
  }
  
  @media (min-width: 992px) {
    .flex-lg-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important;
    }
  
    .flex-lg-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important;
    }
  
    .flex-lg-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
    }
  
    .flex-lg-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
    }
  
    .flex-lg-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
    }
  
    .flex-lg-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
    }
  
    .flex-lg-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
    }
  
    .flex-lg-fill {
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
    }
  
    .flex-lg-grow-0 {
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
    }
  
    .flex-lg-grow-1 {
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
    }
  
    .flex-lg-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
    }
  
    .flex-lg-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
    }
  
    .justify-content-lg-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
    }
  
    .justify-content-lg-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
    }
  
    .justify-content-lg-center {
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
  
    .justify-content-lg-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
    }
  
    .justify-content-lg-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
    }
  
    .align-items-lg-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important;
    }
  
    .align-items-lg-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important;
    }
  
    .align-items-lg-center {
      -ms-flex-align: center !important;
      align-items: center !important;
    }
  
    .align-items-lg-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
    }
  
    .align-items-lg-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
    }
  
    .align-content-lg-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
    }
  
    .align-content-lg-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
    }
  
    .align-content-lg-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
    }
  
    .align-content-lg-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
    }
  
    .align-content-lg-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
    }
  
    .align-content-lg-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
    }
  
    .align-self-lg-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
    }
  
    .align-self-lg-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
    }
  
    .align-self-lg-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
    }
  
    .align-self-lg-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
    }
  
    .align-self-lg-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
    }
  
    .align-self-lg-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
    }
  }
  
  @media (min-width: 1200px) {
    .flex-xl-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important;
    }
  
    .flex-xl-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important;
    }
  
    .flex-xl-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
    }
  
    .flex-xl-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
    }
  
    .flex-xl-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
    }
  
    .flex-xl-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
    }
  
    .flex-xl-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
    }
  
    .flex-xl-fill {
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
    }
  
    .flex-xl-grow-0 {
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
    }
  
    .flex-xl-grow-1 {
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
    }
  
    .flex-xl-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
    }
  
    .flex-xl-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
    }
  
    .justify-content-xl-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
    }
  
    .justify-content-xl-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
    }
  
    .justify-content-xl-center {
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
  
    .justify-content-xl-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
    }
  
    .justify-content-xl-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
    }
  
    .align-items-xl-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important;
    }
  
    .align-items-xl-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important;
    }
  
    .align-items-xl-center {
      -ms-flex-align: center !important;
      align-items: center !important;
    }
  
    .align-items-xl-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
    }
  
    .align-items-xl-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
    }
  
    .align-content-xl-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
    }
  
    .align-content-xl-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
    }
  
    .align-content-xl-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
    }
  
    .align-content-xl-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
    }
  
    .align-content-xl-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
    }
  
    .align-content-xl-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
    }
  
    .align-self-xl-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
    }
  
    .align-self-xl-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
    }
  
    .align-self-xl-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
    }
  
    .align-self-xl-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
    }
  
    .align-self-xl-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
    }
  
    .align-self-xl-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
    }
  }
  
  .float-left {
    float: left !important;
  }
  
  .float-right {
    float: right !important;
  }
  
  .float-none {
    float: none !important;
  }
  
  @media (min-width: 576px) {
    .float-sm-left {
      float: left !important;
    }
  
    .float-sm-right {
      float: right !important;
    }
  
    .float-sm-none {
      float: none !important;
    }
  }
  
  @media (min-width: 768px) {
    .float-md-left {
      float: left !important;
    }
  
    .float-md-right {
      float: right !important;
    }
  
    .float-md-none {
      float: none !important;
    }
  }
  
  @media (min-width: 992px) {
    .float-lg-left {
      float: left !important;
    }
  
    .float-lg-right {
      float: right !important;
    }
  
    .float-lg-none {
      float: none !important;
    }
  }
  
  @media (min-width: 1200px) {
    .float-xl-left {
      float: left !important;
    }
  
    .float-xl-right {
      float: right !important;
    }
  
    .float-xl-none {
      float: none !important;
    }
  }
  
  .overflow-auto {
    overflow: auto !important;
  }
  
  .overflow-hidden {
    overflow: hidden !important;
  }
  
  .position-static {
    position: static !important;
  }
  
  .position-relative {
    position: relative !important;
  }
  
  .position-absolute {
    position: absolute !important;
  }
  
  .position-fixed {
    position: fixed !important;
  }
  
  .position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  
  .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  
  .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
  }
  
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }
  
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  
  .sr-only-focusable:active,
  .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
  
  .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
  
  .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
  
  .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  }
  
  .shadow-none {
    box-shadow: none !important;
  }
  
  .text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, liberation mono,
      courier new, monospace;
  }
  
  .text-justify {
    text-align: justify !important;
  }
  
  .text-wrap {
    white-space: normal !important;
  }
  
  .text-nowrap {
    white-space: nowrap !important;
  }
  
  .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .text-left {
    text-align: left !important;
  }
  
  .text-right {
    text-align: right !important;
  }
  
  .text-center {
    text-align: center !important;
  }
  
  @media (min-width: 576px) {
    .text-sm-left {
      text-align: left !important;
    }
  
    .text-sm-right {
      text-align: right !important;
    }
  
    .text-sm-center {
      text-align: center !important;
    }
  }
  
  @media (min-width: 768px) {
    .text-md-left {
      text-align: left !important;
    }
  
    .text-md-right {
      text-align: right !important;
    }
  
    .text-md-center {
      text-align: center !important;
    }
  }
  
  @media (min-width: 992px) {
    .text-lg-left {
      text-align: left !important;
    }
  
    .text-lg-right {
      text-align: right !important;
    }
  
    .text-lg-center {
      text-align: center !important;
    }
  }
  
  @media (min-width: 1200px) {
    .text-xl-left {
      text-align: left !important;
    }
  
    .text-xl-right {
      text-align: right !important;
    }
  
    .text-xl-center {
      text-align: center !important;
    }
  }
  
  .text-lowercase {
    text-transform: lowercase !important;
  }
  
  .text-uppercase {
    text-transform: uppercase !important;
  }
  
  .text-capitalize {
    text-transform: capitalize !important;
  }
  
  .font-weight-light {
    font-weight: 300 !important;
  }
  
  .font-weight-lighter {
    font-weight: lighter !important;
  }
  
  .font-weight-normal {
    font-weight: 400 !important;
  }
  
  .font-weight-bold {
    font-weight: 700 !important;
  }
  
  .font-weight-bolder {
    font-weight: bolder !important;
  }
  
  .font-italic {
    font-style: italic !important;
  }
  
  .text-white {
    color: #fff !important;
  }
  
  .text-primary {
    color: #ffff !important;
  }
  
  a.text-primary:focus,
  a.text-primary:hover {
    color: #ffff !important;
  }
  
  .text-secondary {
    color: #6c757d !important;
  }
  
  a.text-secondary:focus,
  a.text-secondary:hover {
    color: #494f54 !important;
  }
  
  .text-success {
    color: #28a745 !important;
  }
  
  a.text-success:focus,
  a.text-success:hover {
    color: #19692c !important;
  }
  
  .text-info {
    color: #17a2b8 !important;
  }
  
  a.text-info:focus,
  a.text-info:hover {
    color: #0f6674 !important;
  }
  
  .text-warning {
    color: #ffc107 !important;
  }
  
  a.text-warning:focus,
  a.text-warning:hover {
    color: #ba8b00 !important;
  }
  
  .text-danger {
    color: #dc3545 !important;
  }
  
  a.text-danger:focus,
  a.text-danger:hover {
    color: #a71d2a !important;
  }
  
  .text-light {
    color: #f8f9fa !important;
  }
  
  a.text-light:focus,
  a.text-light:hover {
    color: #cbd3da !important;
  }
  
  .text-dark {
    color: #343a40 !important;
  }
  
  a.text-dark:focus,
  a.text-dark:hover {
    color: #121416 !important;
  }
  
  .text-body {
    color: #212529 !important;
  }
  
  .text-muted {
    color: #6c757d !important;
  }
  
  .text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
  }
  
  .text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  
  .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  
  .text-decoration-none {
    text-decoration: none !important;
  }
  
  .text-reset {
    color: inherit !important;
  }
  
  .visible {
    visibility: visible !important;
  }
  
  .invisible {
    visibility: hidden !important;
  }
  
  @media print {
    *,
    ::after,
    ::before {
      text-shadow: none !important;
      box-shadow: none !important;
    }
  
    a:not(.btn) {
      text-decoration: underline;
    }
  
    abbr[title]::after {
      content: " (" attr(title) ")";
    }
  
    pre {
      white-space: pre-wrap !important;
    }
  
    blockquote,
    pre {
      border: 1px solid #adb5bd;
      page-break-inside: avoid;
    }
  
    thead {
      display: table-header-group;
    }
  
    img,
    tr {
      page-break-inside: avoid;
    }
  
    h2,
    h3,
    p {
      orphans: 3;
      widows: 3;
    }
  
    h2,
    h3 {
      page-break-after: avoid;
    }
  
    @page {
      size: a3;
    }
  
    body {
      min-width: 992px !important;
    }
  
    .container {
      min-width: 992px !important;
    }
  
    .navbar {
      display: none;
    }
  
    .badge {
      border: 1px solid #000;
    }
  
    .table {
      border-collapse: collapse !important;
    }
  
    .table td,
    .table th {
      background-color: #fff !important;
    }
  
    .table-bordered td,
    .table-bordered th {
      border: 1px solid #dee2e6 !important;
    }
  
    .table-dark {
      color: inherit;
    }
  
    .table-dark tbody + tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
      border-color: #dee2e6;
    }
  
    .table .thead-dark th {
      color: inherit;
      border-color: #dee2e6;
    }
  }
  
  .owl-carousel,
  .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
  }
  
  .owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
  }
  
  .owl-carousel .owl-stage {
    position: relative;
  }
  
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
  }
  
  .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-touch-callout: none;
  }
  
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
  }
  
  .owl-carousel .owl-dots.disabled,
  .owl-carousel .owl-nav.disabled {
    display: none;
  }
  
  .owl-carousel .owl-dot,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .owl-carousel.owl-loaded {
    display: block;
  }
  
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block;
  }
  
  .owl-carousel.owl-hidden {
    opacity: 0;
  }
  
  .owl-carousel.owl-refresh .owl-item {
    display: none;
  }
  
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
  }
  
  .owl-carousel.owl-rtl {
    direction: rtl;
  }
  
  .owl-carousel.owl-rtl .owl-item {
    float: right;
  }
  
  .no-js .owl-carousel {
    display: block;
  }
  
  .owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  
  .owl-carousel .owl-animated-in {
    z-index: 0;
  }
  
  .owl-carousel .owl-animated-out {
    z-index: 1;
  }
  
  .owl-carousel .fadeOut {
    animation-name: fadeOut;
  }
  
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
    }
  }
  
  .owl-height {
    transition: height 0.5s ease-in-out;
  }
  
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
  }
  
  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
  }
  
  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    transition: transform 0.1s ease;
  }
  
  .owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
  
  .owl-carousel .owl-video-playing .owl-video-play-icon,
  .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
  }
  
  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
  }
  
  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
  }
  
  .owl-theme .owl-dots,
  .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
  }
  
  .owl-theme .owl-nav {
    margin-top: 10px;
  }
  
  .owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
  }
  
  .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
  }
  
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
  }
  
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
  }
  
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
  }
  
  .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    transition: opacity 0.2s ease;
    border-radius: 30px;
  }
  
  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
  }
  
  .xdsoft_datetimepicker {
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
    background: #fff;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    padding: 8px;
    padding-left: 0;
    padding-top: 2px;
    position: absolute;
    z-index: 9999;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
  }
  
  .xdsoft_datetimepicker.xdsoft_rtl {
    padding: 8px 0 8px 8px;
  }
  
  .xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: 0 0;
    border: 0;
  }
  
  .xdsoft_datetimepicker button {
    border: none !important;
  }
  
  .xdsoft_noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  
  .xdsoft_noselect::selection {
    background: 0 0;
  }
  
  .xdsoft_noselect::-moz-selection {
    background: 0 0;
  }
  
  .xdsoft_datetimepicker.xdsoft_inline {
    display: inline-block;
    position: static;
    box-shadow: none;
  }
  
  .xdsoft_datetimepicker * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  
  .xdsoft_datetimepicker .xdsoft_datepicker,
  .xdsoft_datetimepicker .xdsoft_timepicker {
    display: none;
  }
  
  .xdsoft_datetimepicker .xdsoft_datepicker.active,
  .xdsoft_datetimepicker .xdsoft_timepicker.active {
    display: block;
  }
  
  .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 224px;
    float: left;
    margin-left: 8px;
  }
  
  .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0;
  }
  
  .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
    width: 256px;
  }
  
  .xdsoft_datetimepicker .xdsoft_timepicker {
    width: 58px;
    float: left;
    text-align: center;
    margin-left: 8px;
    margin-top: 0;
  }
  
  .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0;
  }
  
  .xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
    margin-top: 8px;
    margin-bottom: 3px;
  }
  
  .xdsoft_datetimepicker .xdsoft_monthpicker {
    position: relative;
    text-align: center;
  }
  
  .xdsoft_datetimepicker .xdsoft_label i,
  .xdsoft_datetimepicker .xdsoft_prev,
  .xdsoft_datetimepicker .xdsoft_next,
  .xdsoft_datetimepicker .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
  }
  
  .xdsoft_datetimepicker .xdsoft_label i {
    opacity: 0.5;
    background-position: -92px -19px;
    display: inline-block;
    width: 9px;
    height: 20px;
    vertical-align: middle;
  }
  
  .xdsoft_datetimepicker .xdsoft_prev {
    float: left;
    background-position: -20px 0;
  }
  
  .xdsoft_datetimepicker .xdsoft_today_button {
    float: left;
    background-position: -70px 0;
    margin-left: 5px;
  }
  
  .xdsoft_datetimepicker .xdsoft_next {
    float: right;
    background-position: 0 0;
  }
  
  .xdsoft_datetimepicker .xdsoft_next,
  .xdsoft_datetimepicker .xdsoft_prev,
  .xdsoft_datetimepicker .xdsoft_today_button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: 0.5;
    outline: medium;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 20px;
    min-width: 0;
  }
  
  .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
  .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    float: none;
    background-position: -40px -15px;
    height: 15px;
    width: 30px;
    display: block;
    margin-left: 14px;
    margin-top: 7px;
  }
  
  .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
  .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
    float: none;
    margin-left: 0;
    margin-right: 14px;
  }
  
  .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    background-position: -40px 0;
    margin-bottom: 7px;
    margin-top: 0;
  }
  
  .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 151px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
  }
  
  .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: center;
    border-collapse: collapse;
    cursor: pointer;
    border-bottom-width: 0;
    height: 25px;
    line-height: 25px;
  }
  
  .xdsoft_datetimepicker
    .xdsoft_timepicker
    .xdsoft_time_box
    > div
    > div:first-child {
    border-top-width: 0;
  }
  
  .xdsoft_datetimepicker .xdsoft_today_button:hover,
  .xdsoft_datetimepicker .xdsoft_next:hover,
  .xdsoft_datetimepicker .xdsoft_prev:hover {
    opacity: 1;
  }
  
  .xdsoft_datetimepicker .xdsoft_label {
    display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    background-color: #fff;
    float: left;
    width: 182px;
    text-align: center;
    cursor: pointer;
  }
  
  .xdsoft_datetimepicker .xdsoft_label:hover > span {
    text-decoration: underline;
  }
  
  .xdsoft_datetimepicker .xdsoft_label:hover i {
    opacity: 1;
  }
  
  .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 101;
    display: none;
    background: #fff;
    max-height: 160px;
    overflow-y: hidden;
  }
  
  .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
    right: -7px;
  }
  
  .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
    right: 2px;
  }
  
  .xdsoft_datetimepicker
    .xdsoft_label
    > .xdsoft_select
    > div
    > .xdsoft_option:hover {
    color: #fff;
    background: #ff8000;
  }
  
  .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
    padding: 2px 10px 2px 5px;
    text-decoration: none !important;
  }
  
  .xdsoft_datetimepicker
    .xdsoft_label
    > .xdsoft_select
    > div
    > .xdsoft_option.xdsoft_current {
    background: #3af;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700;
  }
  
  .xdsoft_datetimepicker .xdsoft_month {
    width: 100px;
    text-align: right;
  }
  
  .xdsoft_datetimepicker .xdsoft_calendar {
    clear: both;
  }
  
  .xdsoft_datetimepicker .xdsoft_year {
    width: 48px;
    margin-left: 5px;
  }
  
  .xdsoft_datetimepicker .xdsoft_calendar table {
    border-collapse: collapse;
    width: 100%;
  }
  
  .xdsoft_datetimepicker .xdsoft_calendar td > div {
    padding-right: 5px;
  }
  
  .xdsoft_datetimepicker .xdsoft_calendar th {
    height: 25px;
  }
  
  .xdsoft_datetimepicker .xdsoft_calendar td,
  .xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
    padding: 0;
    border-collapse: collapse;
    cursor: pointer;
    height: 25px;
  }
  
  .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
  .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
    width: 12.5%;
  }
  
  .xdsoft_datetimepicker .xdsoft_calendar th {
    background: #f1f1f1;
  }
  
  .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #3af;
  }
  
  .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000;
  }
  
  .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000;
  }
  
  .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
  .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
  .xdsoft_datetimepicker
    .xdsoft_timepicker
    .xdsoft_time_box
    > div
    > div.xdsoft_current {
    background: #3af;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700;
  }
  
  .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
  .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
  .xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
    opacity: 0.5;
    cursor: default;
  }
  
  .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
    opacity: 0.2;
  }
  
  .xdsoft_datetimepicker .xdsoft_calendar td:hover,
  .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
  }
  
  .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
  .xdsoft_datetimepicker
    .xdsoft_timepicker
    .xdsoft_time_box
    > div
    > div.xdsoft_current.xdsoft_disabled:hover {
    background: #3af !important;
    box-shadow: #178fe5 0 1px 3px 0 inset !important;
    color: #fff !important;
  }
  
  .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
  .xdsoft_datetimepicker
    .xdsoft_timepicker
    .xdsoft_time_box
    > div
    > div.xdsoft_disabled:hover {
    color: inherit !important;
    background: inherit !important;
    box-shadow: inherit !important;
  }
  
  .xdsoft_datetimepicker .xdsoft_calendar th {
    font-weight: 700;
    text-align: center;
    color: #999;
    cursor: default;
  }
  
  .xdsoft_datetimepicker .xdsoft_copyright {
    color: #ccc !important;
    font-size: 10px;
    clear: both;
    float: none;
    margin-left: 8px;
  }
  
  .xdsoft_datetimepicker .xdsoft_copyright a {
    color: #eee !important;
  }
  
  .xdsoft_datetimepicker .xdsoft_copyright a:hover {
    color: #aaa !important;
  }
  
  .xdsoft_time_box {
    position: relative;
    border: 1px solid #ccc;
  }
  
  .xdsoft_scrollbar > .xdsoft_scroller {
    background: #ccc !important;
    height: 20px;
    border-radius: 3px;
  }
  
  .xdsoft_scrollbar {
    position: absolute;
    width: 7px;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
  }
  
  .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
    left: 0;
    right: auto;
  }
  
  .xdsoft_scroller_box {
    position: relative;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark {
    box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
    background: #000;
    border-bottom: 1px solid #444;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    color: #ccc;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
    border-bottom: 1px solid #222;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark
    .xdsoft_timepicker
    .xdsoft_time_box
    > div
    > div {
    background: #0a0a0a;
    border-top: 1px solid #222;
    color: #999;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
    background-color: #000;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
    border: 1px solid #333;
    background: #000;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark
    .xdsoft_label
    > .xdsoft_select
    > div
    > .xdsoft_option:hover {
    color: #000;
    background: #007fff;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark
    .xdsoft_label
    > .xdsoft_select
    > div
    > .xdsoft_option.xdsoft_current {
    background: #c50;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
  }
  
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0a0a0a;
    border: 1px solid #222;
    color: #999;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0e0e0e;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
    color: #c50;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark
    .xdsoft_calendar
    td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
  .xdsoft_datetimepicker.xdsoft_dark
    .xdsoft_timepicker
    .xdsoft_time_box
    > div
    > div.xdsoft_current {
    background: #c50;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
  .xdsoft_datetimepicker.xdsoft_dark
    .xdsoft_timepicker
    .xdsoft_time_box
    > div
    > div:hover {
    color: #000 !important;
    background: #007fff !important;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    color: #666;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
    color: #333 !important;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
    color: #111 !important;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
    color: #555 !important;
  }
  
  .xdsoft_dark .xdsoft_time_box {
    border: 1px solid #333;
  }
  
  .xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
    background: #333 !important;
  }
  
  .xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #ddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
  }
  
  .xdsoft_datetimepicker .blue-gradient-button {
    font-family: museo-sans, book antiqua, sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #82878c;
    height: 28px;
    position: relative;
    padding: 4px 17px 4px 33px;
    border: 1px solid #d7d8da;
    background: -moz-linear-gradient(top, #fff 0, #f4f8fa 73%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #fff),
      color-stop(73%, #f4f8fa)
    );
    background: -webkit-linear-gradient(top, #fff 0, #f4f8fa 73%);
    background: -o-linear-gradient(top, #fff 0, #f4f8fa 73%);
    background: -ms-linear-gradient(top, #fff 0, #f4f8fa 73%);
    background: linear-gradient(to bottom, #fff 0, #f4f8fa 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f8fa', GradientType=0);
  }
  
  .xdsoft_datetimepicker .blue-gradient-button:hover,
  .xdsoft_datetimepicker .blue-gradient-button:focus,
  .xdsoft_datetimepicker .blue-gradient-button:hover span,
  .xdsoft_datetimepicker .blue-gradient-button:focus span {
    color: #454551;
    background: -moz-linear-gradient(top, #f4f8fa 0, #fff 73%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #f4f8fa),
      color-stop(73%, #fff)
    );
    background: -webkit-linear-gradient(top, #f4f8fa 0, #fff 73%);
    background: -o-linear-gradient(top, #f4f8fa 0, #fff 73%);
    background: -ms-linear-gradient(top, #f4f8fa 0, #fff 73%);
    background: linear-gradient(to bottom, #f4f8fa 0, #fff 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa', endColorstr='#FFF', GradientType=0);
  }
  
  .xdsoft_datetimepicker {
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
    background: #fff;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    padding: 8px;
    padding-left: 0;
    padding-top: 2px;
    position: absolute;
    z-index: 9999;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
  }
  
  .xdsoft_datetimepicker.xdsoft_rtl {
    padding: 8px 0 8px 8px;
  }
  
  .xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: 0 0;
    border: 0;
  }
  
  .xdsoft_datetimepicker button {
    border: none !important;
  }
  
  .xdsoft_noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  
  .xdsoft_noselect::selection {
    background: 0 0;
  }
  
  .xdsoft_noselect::-moz-selection {
    background: 0 0;
  }
  
  .xdsoft_datetimepicker.xdsoft_inline {
    display: inline-block;
    position: static;
    box-shadow: none;
  }
  
  .xdsoft_datetimepicker * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  
  .xdsoft_datetimepicker .xdsoft_datepicker,
  .xdsoft_datetimepicker .xdsoft_timepicker {
    display: none;
  }
  
  .xdsoft_datetimepicker .xdsoft_datepicker.active,
  .xdsoft_datetimepicker .xdsoft_timepicker.active {
    display: block;
  }
  
  .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 224px;
    float: left;
    margin-left: 8px;
  }
  
  .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0;
  }
  
  .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
    width: 256px;
  }
  
  .xdsoft_datetimepicker .xdsoft_timepicker {
    width: 58px;
    float: left;
    text-align: center;
    margin-left: 8px;
    margin-top: 0;
  }
  
  .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0;
  }
  
  .xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
    margin-top: 8px;
    margin-bottom: 3px;
  }
  
  .xdsoft_datetimepicker .xdsoft_monthpicker {
    position: relative;
    text-align: center;
  }
  
  .xdsoft_datetimepicker .xdsoft_label i,
  .xdsoft_datetimepicker .xdsoft_prev,
  .xdsoft_datetimepicker .xdsoft_next,
  .xdsoft_datetimepicker .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
  }
  
  .xdsoft_datetimepicker .xdsoft_label i {
    opacity: 0.5;
    background-position: -92px -19px;
    display: inline-block;
    width: 9px;
    height: 20px;
    vertical-align: middle;
  }
  
  .xdsoft_datetimepicker .xdsoft_prev {
    float: left;
    background-position: -20px 0;
  }
  
  .xdsoft_datetimepicker .xdsoft_today_button {
    float: left;
    background-position: -70px 0;
    margin-left: 5px;
  }
  
  .xdsoft_datetimepicker .xdsoft_next {
    float: right;
    background-position: 0 0;
  }
  
  .xdsoft_datetimepicker .xdsoft_next,
  .xdsoft_datetimepicker .xdsoft_prev,
  .xdsoft_datetimepicker .xdsoft_today_button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: 0.5;
    outline: medium;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 20px;
    min-width: 0;
  }
  
  .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
  .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    float: none;
    background-position: -40px -15px;
    height: 15px;
    width: 30px;
    display: block;
    margin-left: 14px;
    margin-top: 7px;
  }
  
  .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
  .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
    float: none;
    margin-left: 0;
    margin-right: 14px;
  }
  
  .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    background-position: -40px 0;
    margin-bottom: 7px;
    margin-top: 0;
  }
  
  .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 151px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
  }
  
  .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: center;
    border-collapse: collapse;
    cursor: pointer;
    border-bottom-width: 0;
    height: 25px;
    line-height: 25px;
  }
  
  .xdsoft_datetimepicker
    .xdsoft_timepicker
    .xdsoft_time_box
    > div
    > div:first-child {
    border-top-width: 0;
  }
  
  .xdsoft_datetimepicker .xdsoft_today_button:hover,
  .xdsoft_datetimepicker .xdsoft_next:hover,
  .xdsoft_datetimepicker .xdsoft_prev:hover {
    opacity: 1;
  }
  
  .xdsoft_datetimepicker .xdsoft_label {
    display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    background-color: #fff;
    float: left;
    width: 182px;
    text-align: center;
    cursor: pointer;
  }
  
  .xdsoft_datetimepicker .xdsoft_label:hover > span {
    text-decoration: underline;
  }
  
  .xdsoft_datetimepicker .xdsoft_label:hover i {
    opacity: 1;
  }
  
  .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 101;
    display: none;
    background: #fff;
    max-height: 160px;
    overflow-y: hidden;
  }
  
  .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
    right: -7px;
  }
  
  .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
    right: 2px;
  }
  
  .xdsoft_datetimepicker
    .xdsoft_label
    > .xdsoft_select
    > div
    > .xdsoft_option:hover {
    color: #fff;
    background: #ff8000;
  }
  
  .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
    padding: 2px 10px 2px 5px;
    text-decoration: none !important;
  }
  
  .xdsoft_datetimepicker
    .xdsoft_label
    > .xdsoft_select
    > div
    > .xdsoft_option.xdsoft_current {
    background: #3af;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700;
  }
  
  .xdsoft_datetimepicker .xdsoft_month {
    width: 100px;
    text-align: right;
  }
  
  .xdsoft_datetimepicker .xdsoft_calendar {
    clear: both;
  }
  
  .xdsoft_datetimepicker .xdsoft_year {
    width: 48px;
    margin-left: 5px;
  }
  
  .xdsoft_datetimepicker .xdsoft_calendar table {
    border-collapse: collapse;
    width: 100%;
  }
  
  .xdsoft_datetimepicker .xdsoft_calendar td > div {
    padding-right: 5px;
  }
  
  .xdsoft_datetimepicker .xdsoft_calendar th {
    height: 25px;
  }
  
  .xdsoft_datetimepicker .xdsoft_calendar td,
  .xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
    padding: 0;
    border-collapse: collapse;
    cursor: pointer;
    height: 25px;
  }
  
  .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
  .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
    width: 12.5%;
  }
  
  .xdsoft_datetimepicker .xdsoft_calendar th {
    background: #f1f1f1;
  }
  
  .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #3af;
  }
  
  .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000;
  }
  
  .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000;
  }
  
  .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
  .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
  .xdsoft_datetimepicker
    .xdsoft_timepicker
    .xdsoft_time_box
    > div
    > div.xdsoft_current {
    background: #3af;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700;
  }
  
  .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
  .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
  .xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
    opacity: 0.5;
    cursor: default;
  }
  
  .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
    opacity: 0.2;
  }
  
  .xdsoft_datetimepicker .xdsoft_calendar td:hover,
  .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
  }
  
  .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
  .xdsoft_datetimepicker
    .xdsoft_timepicker
    .xdsoft_time_box
    > div
    > div.xdsoft_current.xdsoft_disabled:hover {
    background: #3af !important;
    box-shadow: #178fe5 0 1px 3px 0 inset !important;
    color: #fff !important;
  }
  
  .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
  .xdsoft_datetimepicker
    .xdsoft_timepicker
    .xdsoft_time_box
    > div
    > div.xdsoft_disabled:hover {
    color: inherit !important;
    background: inherit !important;
    box-shadow: inherit !important;
  }
  
  .xdsoft_datetimepicker .xdsoft_calendar th {
    font-weight: 700;
    text-align: center;
    color: #999;
    cursor: default;
  }
  
  .xdsoft_datetimepicker .xdsoft_copyright {
    color: #ccc !important;
    font-size: 10px;
    clear: both;
    float: none;
    margin-left: 8px;
  }
  
  .xdsoft_datetimepicker .xdsoft_copyright a {
    color: #eee !important;
  }
  
  .xdsoft_datetimepicker .xdsoft_copyright a:hover {
    color: #aaa !important;
  }
  
  .xdsoft_time_box {
    position: relative;
    border: 1px solid #ccc;
  }
  
  .xdsoft_scrollbar > .xdsoft_scroller {
    background: #ccc !important;
    height: 20px;
    border-radius: 3px;
  }
  
  .xdsoft_scrollbar {
    position: absolute;
    width: 7px;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
  }
  
  .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
    left: 0;
    right: auto;
  }
  
  .xdsoft_scroller_box {
    position: relative;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark {
    box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
    background: #000;
    border-bottom: 1px solid #444;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    color: #ccc;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
    border-bottom: 1px solid #222;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark
    .xdsoft_timepicker
    .xdsoft_time_box
    > div
    > div {
    background: #0a0a0a;
    border-top: 1px solid #222;
    color: #999;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
    background-color: #000;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
    border: 1px solid #333;
    background: #000;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark
    .xdsoft_label
    > .xdsoft_select
    > div
    > .xdsoft_option:hover {
    color: #000;
    background: #007fff;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark
    .xdsoft_label
    > .xdsoft_select
    > div
    > .xdsoft_option.xdsoft_current {
    background: #c50;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
  }
  
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0a0a0a;
    border: 1px solid #222;
    color: #999;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0e0e0e;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
    color: #c50;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark
    .xdsoft_calendar
    td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
  .xdsoft_datetimepicker.xdsoft_dark
    .xdsoft_timepicker
    .xdsoft_time_box
    > div
    > div.xdsoft_current {
    background: #c50;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
  .xdsoft_datetimepicker.xdsoft_dark
    .xdsoft_timepicker
    .xdsoft_time_box
    > div
    > div:hover {
    color: #000 !important;
    background: #007fff !important;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    color: #666;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
    color: #333 !important;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
    color: #111 !important;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
    color: #555 !important;
  }
  
  .xdsoft_dark .xdsoft_time_box {
    border: 1px solid #333;
  }
  
  .xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
    background: #333 !important;
  }
  
  .xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #ddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
  }
  
  .xdsoft_datetimepicker .blue-gradient-button {
    font-family: museo-sans, book antiqua, sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #82878c;
    height: 28px;
    position: relative;
    padding: 4px 17px 4px 33px;
    border: 1px solid #d7d8da;
    background: -moz-linear-gradient(top, #fff 0, #f4f8fa 73%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #fff),
      color-stop(73%, #f4f8fa)
    );
    background: -webkit-linear-gradient(top, #fff 0, #f4f8fa 73%);
    background: -o-linear-gradient(top, #fff 0, #f4f8fa 73%);
    background: -ms-linear-gradient(top, #fff 0, #f4f8fa 73%);
    background: linear-gradient(to bottom, #fff 0, #f4f8fa 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f8fa', GradientType=0);
  }
  
  .xdsoft_datetimepicker .blue-gradient-button:hover,
  .xdsoft_datetimepicker .blue-gradient-button:focus,
  .xdsoft_datetimepicker .blue-gradient-button:hover span,
  .xdsoft_datetimepicker .blue-gradient-button:focus span {
    color: #454551;
    background: -moz-linear-gradient(top, #f4f8fa 0, #fff 73%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #f4f8fa),
      color-stop(73%, #fff)
    );
    background: -webkit-linear-gradient(top, #f4f8fa 0, #fff 73%);
    background: -o-linear-gradient(top, #f4f8fa 0, #fff 73%);
    background: -ms-linear-gradient(top, #f4f8fa 0, #fff 73%);
    background: linear-gradient(to bottom, #f4f8fa 0, #fff 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa', endColorstr='#FFF', GradientType=0);
  }
  
  .smk-alert,
  .smk-confirm,
  .smk-prompt {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  
  .panel-full,
  .panel-full > .panel-heading {
    border-radius: 0;
  }
  
  .has-feedback .smk-error-msg {
    position: absolute;
    right: 0;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .smk-select .smk-error-icon {
    right: 10px;
  }
  
  .smk-checkbox .smk-error-msg,
  .smk-radio .smk-error-msg {
    margin-top: -12px;
  }
  
  .form-horizontal .has-feedback .smk-error-msg {
    right: 15px;
  }
  
  .form-horizontal .smk-select .smk-error-icon {
    right: 25px;
  }
  
  .form-horizontal .smk-checkbox .smk-error-msg,
  .form-horizontal .smk-radio .smk-error-msg {
    margin-top: 0;
  }
  
  .smk-alert-content {
    position: fixed;
    width: 360px;
    z-index: 2060;
  }
  
  .smk-alert-content-top-right {
    top: 20px;
    right: 20px;
  }
  
  .smk-alert-content-top-center {
    top: 20px;
    margin: 0 0 0 -180px;
    left: 50%;
  }
  
  .smk-alert-content-top-left {
    top: 20px;
    left: 20px;
  }
  
  .smk-alert-content-bottom-right {
    bottom: 0;
    right: 20px;
  }
  
  .smk-alert-content-bottom-center {
    bottom: 0;
    margin: 0 0 0 -180px;
    left: 50%;
  }
  
  .smk-alert-content-bottom-left {
    bottom: 0;
    left: 20px;
  }
  
  .smk-alert .glyphicon {
    font-size: 20px;
    float: left;
    margin-right: 14px;
  }
  
  .smk-alert p {
    display: table;
  }
  
  .smk-confirm-back {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
  }
  
  .smk-confirm,
  .smk-prompt {
    position: absolute;
    top: -500px;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 440px;
    z-index: 2060;
    box-shadow: 0 5px 25px -1px #333;
    -webkit-box-shadow: 0 5px 25px -1px #333;
    -moz-box-shadow: 0 5px 25px -1px #333;
  }
  
  .smk-confirm:focus,
  .smk-prompt:focus {
    outline: 0;
    box-shadow: 0 5px 25px -1px #333;
    -webkit-box-shadow: 0 5px 25px -1px #333;
    -moz-box-shadow: 0 5px 25px -1px #333;
  }
  
  .smk-confirm .panel-body,
  .smk-prompt .panel-body {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  
  .smk-progressbar {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
  }
  
  .smk-progressbar .progress {
    width: 100%;
    height: 4px;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
  }
  
  .smk-progressbar-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  
  .panel-full {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2050;
  }
  
  .smk-btn-group-panel-title {
    top: -22px;
    right: -4px;
  }
  
  .smk-btn-group-panel {
    top: -4px;
    right: -4px;
  }
  
  a.smk-full,
  a.smk-full:focus,
  a.smk-min,
  a.smk-min:focus,
  a.smk-remove,
  a.smk-remove:focus {
    color: inherit;
  }
  
  .smk-show-pass {
    position: relative;
  }
  
  .smk-btn-show-pass {
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
  }
  
  .smk-sizing {
    box-sizing: border-box;
  }
  
  .smk-transition1 {
    transition: all 0.2s ease-in-out;
    -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;
  }
  
  .smk-transition2 {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
  }
  
  .smk-shadow {
    box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
  }
  
  .smk-animation {
    animation: fadeOut 3.5s;
    -webkit-animation: fadeOut 3.5s;
    -moz-animation: fadeOut 3.5s;
    -o-animation: fadeOut 3.5s;
    -ms-animation: fadeOut 3.5s;
  }
  
  .smk-translate {
    transform: translate(50px, 100px);
    -webkit-transform: translate(50px, 100px);
    -moz-transform: translate(50px, 100px);
    -o-transform: translate(50px, 100px);
    -ms-transform: translate(50px, 100px);
  }
  
  .smk-rotate {
    transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
  }
  
  a.meanmenu-reveal {
    display: none;
  }
  
  .mean-container .mean-bar {
    float: left;
    min-height: 42px;
    padding: 0;
    left: 0;
    right: 0;
    position: fixed;
    width: 100%;
    z-index: 999999;
  }
  
  .mean-container a.meanmenu-reveal {
    float: none;
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    float: right;
  }
  
  .mean-container a.meanmenu-reveal span {
    display: block;
    background: #000;
    height: 3px;
    margin-top: 3px;
  }
  
  .mean-container .mean-nav {
    float: none;
    width: 100%;
    background: 0 0;
  }
  
  .mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
  }
  
  .mean-container .mean-nav ul li {
    background: #f8f8f8 none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 100%;
    border-top: 1px solid#ddd;
  }
  
  .mean-container .mean-nav ul li a {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #333;
    display: block;
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 0.6em 5%;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
    font-weight: 700;
  }
  
  .mobile-menu-area {
    background: #262626;
  }
  
  .mean-container .mean-nav ul li li a {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    opacity: 0.75;
    padding: 0.6em 10%;
    text-shadow: none !important;
    visibility: visible;
    width: 80%;
    font-weight: 400;
    text-transform: capitalize;
    color: #444;
  }
  
  .mean-container .mean-nav ul li.mean-last a {
    border-bottom: 0;
    margin-bottom: 0;
  }
  
  .mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 0.6em 15%;
  }
  
  .mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%;
  }
  
  .mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%;
  }
  
  .mean-container .mean-nav ul li a:hover {
    background: #f8f8f8 none repeat scroll 0 0;
  }
  
  .mean-container .mean-nav ul li a.mean-expand {
    width: 26px;
    height: 15px;
    margin-top: 1px;
    padding: 8px 12px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.1);
    border: 0 !important;
    background: #f8f8f8;
  }
  
  .mean-container .mean-nav ul li a.mean-expand:hover {
    background: #f8f8f8;
  }
  
  .mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
  }
  
  .mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  
  .mean-container .mean-bar,
  .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  
  /*********************************padding-right  1 to 100%*************************************************/
  ul {
    margin: 0;
    padding: 0;
  }
  
  li {
    list-style: none;
  }
  
  img {
    max-width: 100%;
  }
  
  a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .fl-none {
    float: none;
  }
  
  p {
    /*font-family: "Roboto", sans-serif;*/
    font-size: 14px;
  }
  
  .bor-5 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  
  .bor-10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  
  .bor-25 {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
  }
  
  .bor-0 {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  }
  
  .p-relative {
    position: relative !important;
  }
  
  .d-none {
    display: none;
  }
  
  .full {
    float: left;
    width: 100%;
  }
  
  .form-control::-webkit-input-placeholder {
    color: #3c3c3c;
  }
  
  .form-control:-moz-placeholder {
    color: #3c3c3c;
  }
  
  .form-control::-moz-placeholder {
    color: #3c3c3c;
  }
  
  .form-control:-ms-input-placeholder {
    color: #3c3c3c;
  }
  
  footer .row .fo4 .form-control::-webkit-input-placeholder {
    color: white;
  }
  
  footer .row .fo4 .form-control::-moz-placeholder {
    color: white;
  }
  
  footer .row .fo4 .form-control::-ms-input-placeholder {
    color: white;
  }
  
  .footer-newsletter .subscribe form .inpad::-webkit-input-placeholder {
    color: white;
  }
  
  .footer-newsletter .subscribe form .inpad::-moz-placeholder {
    color: white;
  }
  
  .footer-newsletter .subscribe form .inpad::-ms-input-placeholder {
    color: white;
  }
  

.sample-program.sample-details ul {
    list-style: disc;
    margin-left: 20px;
}
/* Reviews & rating  */
.review-box {
    margin-top: 30px;
    background: #fff;
    padding: 1px 10px 10px;
    border-radius: 15px;
}
.review-box .rating_reviews{
    margin-top: 10px;
}
.services_assignment .rating_reviews {
    padding: 10px 10px 10px;
}

.rating_reviews {
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
}

.services_assignment .review-imgb {
    float: none;
    width: 48px;
    height: 48px;
    line-height: 42px;
    margin: 0 auto;
    background: #fff;
    padding: 2px;
    border-radius: 50%;
    overflow: hidden;
}
.services_assignment .rating_reviews img {
    width: 36px;
    padding: 0;
}
.services_assignment .review-txtbs {
    float: none;
    width: auto;
    padding-top: 5px;
}
.services_assignment .rating_reviews p {
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #fff !important;
    max-width: 100%;
    text-align: center !important;
    margin: 4px 0 4px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 15px;
}
.services_assignment .rating_reviews h4 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: -2px 0 0;
    letter-spacing: -1.5px;
}
.rating_reviews.three {
    background: linear-gradient(270deg, #0d1f42 , #0d1f42 , #072a6e);
}
.rating_reviews.one {
    background: linear-gradient(270deg, #ff9800, #f89804, #ffab2f);
}
.rating_reviews.two {
    background: linear-gradient(270deg,  #e3431b , #e14017, #ff704d);
}
.rating_reviews.four {
    background: linear-gradient(270deg, #518ef8 , #568cf1, #6789e0);
}
.rating_reviews.three:hover {
    box-shadow: 0 8px 8px -4px #c3c3c3;
}
.rating_reviews.one:hover {
    box-shadow: 0 8px 8px -4px #c3c3c3;
}
.rating_reviews.two:hover {
    box-shadow: 0 8px 8px -4px #c3c3c3;
}
.rating_reviews.four:hover {
    box-shadow: 0 8px 8px -4px #c3c3c3;
}
.moretext-upload, .moretext-pay, .moretext-download {
  display: none;
}
span.moreless-upload, span.moreless-pay ,span.moreless-download {
    color: #0b66d5;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
}
.step-boxb p.paragraph {
    text-align: center;
}
.min-height-index {
    display: block;
    min-height: 40px;
}

.y-us-section {
    padding: 50px 0;
}
.sample-program.sample-details ul li {
    padding-left: 0;
    position: relative;
    list-style: disc;
    line-height: 1.67;
}

.sample-program.sample-details ul li::after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: .5em;
    background-color: #173557;
    border-radius: 50%;
}
button:focus {
     
    outline: none !important;
}
span.span {
    color: #ff9800; 
}
p.references {
    text-align: left;
    margin-bottom: 20px;
}

#expertList {
    display: flex !important;
}
.mb-6 {
    margin-bottom: 30px;
}


body,
html {
    height: 100%;
    font-family: 'Heebo', sans-serif;
    line-height: 1.5;
    font-weight: 400;
    vertical-align: baseline;
    background: #fff;
    color: #202020;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    
    line-height: 1.2;
    font-weight: 400;
    margin: 0 0 20px;
    color: #212121;
}

h1 {
    font-size: 56px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

p {
    line-height: 1.5;
    margin: 0 0 10px;
    text-align: justify;
    font-size: 16px;
}

a {
    text-decoration: none;
}

a:active,
a:focus,
a:hover {
    text-decoration: none;
}

a:active,
a:focus,
a:hover {
    outline: 0;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.clear:after {
    clear: both;
    content: "";
    display: block;
}

#wrapper {
    overflow: hidden;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.video-margin-top {
    margin-top: 12px;
}

.margin-bottom-none {
    margin-bottom: 0 !important;
}

.margin-bottom-sidebar {
    margin-bottom: 30px;
}

.bg-common-style {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
}

.section-divider {
    height: 1px;
    width: 100%;
    background: #bdbdbd;
}

.solid-underline {
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 35px;
}

.solid-underline:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #e3e3e3;
    left: 0;
    bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-40 {
    margin-bottom: 40px;
}

.btn-view {
    color: #fdc800;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.btn-view:hover {
    color: #8561FF;
}

.section-space {
    padding: 100px 0;
}

.mb-none {
    margin-bottom: 0 !important;
}

.accent-bg {
    background-color: #f5f5f5;
}

.bg-primary {
    background: #8561FF;
    color: #fff;
}

.bg-textPrimary {
    background: #fff;
    color: #8561FF;
}

.overlay-primaryColor {
    position: relative;
}

.overlay-primaryColor:before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    background-color: rgba(0, 33, 71, .7);
}

.overlay-video {
    position: relative;
}

.overlay-video:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    background-color: rgba(0, 33, 71, .88);
    height: 100%;
    width: 100%;
}

.title-bar-medium-left {
    position: relative;
}

.title-bar-medium-left:before {
    content: "";
    height: 1px;
    width: 90px;
    background: #fdc800;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: 1;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.title-bar-high {
    position: relative;
}

/*.title-bar-high:before {
    content: "";
    height: 3px;
    width: 40px;
    background: #fdc800;
    position: absolute;
    left: 0;
    bottom: -15px;
    z-index: 1;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}*/

.title-bar-big-high {
    position: relative;
}

.title-bar-big-high:before {
    content: "";
    height: 3px;
    width: 40px;
    background: #fdc800;
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 1;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.title-bar-sm-high {
    position: relative;
}

.title-bar-sm-high:before {
    content: "";
    height: 3px;
    width: 40px;
    background: #fdc800;
    position: absolute;
    left: 0;
    bottom: -20px;
    z-index: 1;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.title-bar-big-left-close {
    position: relative;
}

.title-bar-big-left-close:before {
    content: "";
    height: 4px;
    width: 45px;
    background: #fdc800;
    position: absolute;
    left: 0;
    bottom: -20px;
    z-index: 1;
}

.title-bar-footer {
    position: relative;
}

.title-bar-footer:before {
    content: "";
    height: 3px;
    width: 45px;
    background: #8561FF;
    position: absolute;
    left: 0;
    bottom: -20px;
    z-index: 1;
}

.title-bar-small-center {
    position: relative;
}

.title-bar-small-center:before {
    content: "";
    height: 2px;
    width: 40px;
    background: #8561FF;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    margin: 0 auto;
    z-index: 1;
}

.title-bar-small-left {
    position: relative;
}

.title-bar-small-left:before {
    content: "";
    height: 3px;
    width: 45px;
    background: #8561FF;
    position: absolute;
    left: 0;
    bottom: -35px;
    z-index: 1;
}

.title-bar-sidebar {
    position: relative;
}

.title-bar-sidebar:before {
    content: "";
    height: 4px;
    width: 45px;
    background: #8561FF;
    position: absolute;
    left: 0;
    bottom: -15px;
    z-index: 1;
}

.title-bar-full-width {
    position: relative;
}

.title-bar-full-width:before {
    content: "";
    height: 2px;
    width: 100%;
    background: #8561FF;
    position: absolute;
    left: 0;
    bottom: -12px;
    z-index: 1;
}

.title-default-center {
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
    margin-bottom: 35px;
    color: #8561FF;
}

.design-based img.small-img {
    width: auto;
    height: 230px;
    position: absolute;
    bottom: -50px;
    right: -25px;
    border: 4px solid #fff;
}

.pr-0 {
    padding-right: 0;
}

.pl-0 {
    padding-left: 0;
}

.form-wizard {
    color: #888;
    padding: 5px 0;
    margin-bottom: 40px;
}

.form-wizard .wizard-form-radio {
    display: inline-block;
    margin-left: 5px;
    position: relative;
}

.form-wizard .wizard-form-radio input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #ddd;
    height: 25px;
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.form-wizard .wizard-form-radio input[type=radio]:focus {
    outline: 0;
}

.form-wizard .wizard-form-radio input[type=radio]:checked {
    background-color: #fb1647;
}

.form-wizard .wizard-form-radio input[type=radio]:checked::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    left: 1px;
    right: 0;
    margin: 0 auto;
    top: 8px;
}

.form-wizard .wizard-form-radio input[type=radio]:checked::after {
    content: "";
    display: inline-block;
    -moz-animation: click-radio-wave .65s;
    animation: click-radio-wave .65s;
    background: #000;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
    border-radius: 50%;
}

.form-wizard .wizard-form-radio input[type=radio]~label {
    padding-left: 10px;
    cursor: pointer;
}

.form-wizard .form-wizard-header {
    text-align: center;
}

.form-wizard .form-wizard-next-btn,
.form-wizard .form-wizard-previous-btn,
.form-wizard .form-wizard-submit {
    background-color: #d65470;
    color: #fff;
    display: inline-block;
    min-width: 100px;
    min-width: 120px;
    padding: 10px;
    text-align: center;
}

.form-wizard .form-wizard-next-btn:focus,
.form-wizard .form-wizard-next-btn:hover,
.form-wizard .form-wizard-previous-btn:focus,
.form-wizard .form-wizard-previous-btn:hover,
.form-wizard .form-wizard-submit:focus,
.form-wizard .form-wizard-submit:hover {
    color: #fff;
    opacity: .6;
    text-decoration: none;
}

.form-wizard .wizard-fieldset {
    display: none;
}

.form-wizard .wizard-fieldset.show {
    display: block;
}

.form-wizard .wizard-form-error {
    display: none;
    background-color: #d70b0b;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
}

.form-wizard .form-wizard-previous-btn {
    background-color: #fb1647;
}

.form-wizard .form-control {
    font-weight: 300;
    height: auto !important;
    padding: 15px;
    color: #888;
    background-color: #f1f1f1;
    border: none;
}

.form-wizard .form-control:focus {
    box-shadow: none;
}

.form-wizard .form-group {
    position: relative;
    margin: 25px 0;
}

.form-wizard .wizard-form-text-label {
    position: absolute;
    left: 10px;
    top: 16px;
    transition: .2s linear all;
}

.form-wizard .focus-input .wizard-form-text-label {
    color: #d65470;
    top: -18px;
    transition: .2s linear all;
    font-size: 12px;
}

.form-wizard .form-wizard-steps {
    margin: 30px 0;
}

.form-wizard .form-wizard-steps li {
    width: 33%;
    float: left;
    position: relative;
    text-align: left;
}

.form-wizard .form-wizard-steps li::after {
    background-color: #f3f3f3;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.form-wizard .form-wizard-steps li span {
    background-color: #ddd;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 1;
}
#pagination-container {
    margin-top: 30px;
}
.form-wizard .form-wizard-steps li:last-child::after {
    width: 100%;
}

.form-wizard .form-wizard-steps li.activated span,
.form-wizard .form-wizard-steps li.active span {
    background-color: #fdc800;
    color: #fff;
}

.form-wizard .form-wizard-steps li.activated::after,
.form-wizard .form-wizard-steps li.active::after {
    background-color: #fdc800;
    left: 0;
    width: 100%;
    border-color: #fdc800;
}

.form-wizard .form-wizard-steps li.activated::after {
    width: 100%;
    border-color: #d65470;
}

.form-wizard .form-wizard-steps li:last-child::after {
    left: 0;
}

.form-wizard .wizard-password-eye {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

@keyframes click-radio-wave {
    0% {
        width: 25px;
        height: 25px;
        opacity: .35;
        position: relative;
    }
    100% {
        width: 60px;
        height: 60px;
        margin-left: -15px;
        margin-top: -15px;
        opacity: 0;
    }
}

.pay-now-section {
    padding: 170px 0 60px;
}

.payment-section {
    background: #092649;
    padding: 40px 30px;
}

.payment-section p {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}

.form-payment input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    
    color: #2c3e50;
    font-size: 14px;
    font-weight: 600;
}

.form-payment button.btn:hover {
    background: #f7eba8;
    width: 100%;
    font-weight: 600;
}

.form-payment:last-child button {
    margin: 10px 0;
    border-radius: 53px;
    background: #fdc800;
    width: 100%;
    padding: 10px;
    font-weight: 600;
}

.form-payment label {
    color: #fff;
    font-size: 15px;
}

.form-payment {
    margin-bottom: 10px;
}

.form-wizard .form-wizard-steps li p {
    font-size: 12px;
    position: absolute;
    text-align: left;
    margin-top: 10px;
    font-weight: 100;
    width: 100%;
}

.payment-note {
    font-size: 14px !important;
    text-align: left !important;
    font-weight: 100 !important;
}

.payment-rightt {
    background: url(../images/mobile-payments.jpg) center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.payment-rightt ul {
    margin-top: 15px;
}

.payment-rightt ul li {
    font-size: 24px;
    color: #fff;
    font-style: italic;
    margin-bottom: 10px;
}

.payment-rightt ul li i {
    padding-right: 10px;
}

.payment-rightt .termboxx-1 {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.payment-rightt img {
    width: 160px;
}

.form-wizard .form-wizard-steps li:nth-child(3) {
    text-align: right;
}

.form-wizard .form-wizard-steps li:nth-child(2) {
    text-align: center;
}

.form-wizard .form-wizard-steps li:nth-child(2) p {
    text-align: center;
}

.form-wizard .form-wizard-steps li:nth-child(3) p {
    text-align: right;
}

.form-wizard .form-wizard-steps li:nth-child(1) {
    padding-right: 5px;
}

.secure_payment {
    padding: 15px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.secure_payment h3 {
    color: #000;
    font-weight: 600;
}

.secure_pay {
    padding: 15px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.secure_section {
    background: #e6e6e6;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.secure_pay p {
    text-transform: uppercase;
    text-align: left;
    padding: 15px 0;
}

.secure_pay ul {
    list-style-type: circle;
    margin-left: 20px;
}

.secure_pay ul li {
    text-align: left;
    font-weight: 100;
    font-size: 15px;
    list-style-type: circle;
}

.form-payment select {
    width: 100%;
    background: #fff;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
}

.payment-rightt img {
    background: #fff;
    padding: 10px;
    border-radius: 16px;
    width: 220px;
}

.accordion-container article.content-entry {
    margin-bottom: 20px;
    letter-spacing: .5px;
    border-radius: 0;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%), 0 0 3px rgb(0 0 0 / 10%);
    position: relative;
    background: #fff;
}

.accordion-container .article-title {
    display: block;
    position: relative;
    margin: 0;
    padding: .925em 3.2em .925em 4em;
    font-size: 1.25em;
    color: #626262;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    background: #fff;
    
}

.accordion-container .content-entry i {
    position: absolute;
    top: 50%;
    right: 0;
    font-style: normal;
    font-size: 1.625em;
    color: #193759;
    background: 0 0;
    
    height: 49px;
    width: 50px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(0, -50%);
}

.article-title .faq_no {
    position: absolute;
    top: 50%;
    left: 0;
    font-style: normal;
    font-size: 1.2em;
    color: #193759;
    background: 0 0;
    border-right: 1px solid #dfdfdf;
    height: 49px;
    width: 50px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(0, -50%);
}
.accordion-container .content-entry:hover .article-title {
    color: #154279;
}
article.content-entry.open h4.article-title {
    border-bottom: 1px solid #ececec;
}
.accordion-container .content-entry:hover i {
    background: #fff;
}

.accordion-container .content-entry i:before {
    content: "+ ";
}

.accordion-container .content-entry.open i:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 13px;
    border: 1px solid #0d1f42;
    background: #183558;
}

.accordion-content {
    display: none;
    padding: 15px;
    background: #fff;
}

/*#description,
.accordion-container {
    margin: 1.875em auto;
}*/

#description p {
    line-height: 1.5;
}

#description h2 {
    text-align: center;
}

.login-block {
    background: 0 0;
}

.contain-new {
    box-shadow: none;
    background: 0 0;
    border-radius: 0;
}
#form_login .form-group {
    position: relative;
}
#form_login .awesome {
    position: absolute;
    bottom: 10px;
    font-size: 18px;
}
#form_login .form-control {
   background: #F9F7FF !important;
    border: none !important;
    border-bottom: 0px solid #000000 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding-left: 10px !important;
    outline: 0 !important;
    font-size: 14px;
}
.login-sec h2:after {
    content: none;
}

.login-sec h2 {
    padding: 8px 10px;
    border-radius: 5px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #092649;
    margin-bottom: 0;
}

.btn-login {
       background: #8561FF;
    color: #ffffff !important;
    font-weight: 500 !important;
    width: 100%;
    margin-top: 15px !important;
    font-size: 16px !important;
    text-transform: uppercase;
    margin-bottom: 15px !important;
    padding: 14px 15px !important;
}

.login-title+p {
    font-size: 16px;
    text-align: center;
   
    color: #000;
    margin-bottom: 15px;
}

.login-block .form-check {
    position: relative;
    display: block;
    padding-left: 0;
    float: left;
    width: 100%;
}

.login-title+p a {
    color: #000;
    font-weight: 600;
    display: block;
}

.login-title+p a:hover {
    text-decoration: underline;
}

.login-sec {
    background: #ffffff;
    color: #000;
  
}

.login-sec a img {
    background: #fff;
    padding: 8px 24px;
    border-radius: 5px;
}

.login-sec>a {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}

section.login-block form a {
    color: #d6d6d6 !important;
    font-size: 13px;
    letter-spacing: .5px;
}

.login-info-list {
    position: relative;
    padding: 10px 30px 10px 30px;
    z-index: 9;
    margin-top: 0;
    background: #0000006e;
}
.login-info-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.login-info-list ul li {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    position: relative;
    text-align: center;
    color: #fff;
}

.login-info-list ul li span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fdc800;
    line-height: 30px;
    text-transform: uppercase;
    padding: 10px 0;
}

.login-info-list ul li small {
    display: block;
    font-size: 14px;
}

.login-info-list ul li+li::before {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 1px;
    height: 172px;
}

.login-info-list ul li .loginicon.loginicon1 {
    background-position: 0 0;
}

.login-info-list ul li .loginicon.loginicon2 {
    background-position: -205px 0;
}

.login-info-list ul li .loginicon.loginicon3 {
    background-position: -100px 0;
}

.login-info-list ul li .loginicon {
    width: 64px;
    height: 64px;
    margin: auto;
    background-image: url(login-sprites.png);
    background-repeat: no-repeat;
}

.login-info-list h2 {
    color: #fff;
    text-align: center;
    font-size: 40px;
    margin: 0px 0 50px;
    padding: 0 5px;position: relative;
}
.login-info-list h2::before{    content: '';
    background: white;
    position: absolute;
    height: 2px;
    width: 115px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;}
.heading_online {
    color: #ffffff;
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    display: block;
}

.login-overlay-cls{background: #8561ffcc;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;}

.login-sec input:focus {
    background: #fff;
    outline: 0 !important;
    box-shadow: none;
    color: #000 !important;
    border-bottom: 2px solid #fdc800 !important;
}

.login-sec label {
    letter-spacing: 0;
    color: #000000;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;cursor: pointer;
}

.login-sec input::placeholder {
    color: #909090;
    outline: 0;
}

button.btn.btn-login:hover {
    background: #592dbf;
    color: #092649;
}

.login-sec input {
    background: #fff;
    padding: 16px 10px;
    outline: 0 !important;
    color: #000 !important;margin-right: 0 !important;
}

.login-sec .form-group {
    margin-bottom: 20px;
    position: relative;
}
textarea.form-control {
    height: 120px;
}
.login-spa{    font-family: Roboto, sans-serif;
    font-weight: 500;
    display: block;
    font-size: 15px;
    text-align: center;}

    
    .file-order{
    background-color: #F9F7FF !important;    padding: 40px 25px !important;
    border: 2px dashed #e5e5e5 !important;
 
}


    .login-social {
    text-align: center;
}
.login-social li {
    display: inline-block;
}
.login-social li a {
    background: red;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    font-size: 27px;
    line-height: 54px;
    margin: 0 10px;
    color: white;
    text-align: center;
}
.banner-text h2:after {
    margin-top: 10px;
    margin-bottom: 15px;
    position: relative;
    left: 50%;
    display: block;
    transform: translate(-50%, 0);
}

.banner-text {
    width: 100%;
}

.forget_pwd:hover {
    color: #8561FF !important; transition: 0.3s;
}

.modal-newsletter .modal-content {
    padding: 10px;
    border-radius: 0;
    border: none;
    background-image: none;
    background: #092649;
}

button#resetPassword {
    background: #8561FF;
    border: none;
    border-radius: 0;
}
.form-group {
    margin-bottom: 17px;
    position: relative;
}
.forget-hide .awesome {
    position: absolute;
    bottom: 10px;
    font-size: 18px;
}
input#frgtPass {
    border: none;
    border-radius: 0;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #000000 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding-left: 20px !important;
    outline: 0 !important;
}

#recovery_password_modal .modal-newsletter .modal-header {
    position: absolute;
    right: 0;
}

#recovery_password_modal .modal-body {
    margin-top: 15px;
}

#recovery_password_modal .modal-newsletter .input-group {
    margin: 20px 0 15px;
}

#recovery_password_modal .modal-newsletter .close span {
    color: #fff;
}

#recovery_password_modal .modal-header .close {
    outline: 0;
}

#change-password-modal .modal-dialog {
    width: 100%;
}

#change-password-modal .modal-content {
    padding: 15px 30px;
}

#change-password-modal .modal-header {
    background: #fff;
    padding: 10px 0 0;
    border-bottom: 0;
}

#change-password-modal .modal-header h4 {
    color: #2f76bd;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 600;
     
    font-size: 28px;
}

#change-password-modal input:active {
    outline: 0;
    box-shadow: none;
}

#change-password-modal input:focus {
    outline: 0;
    box-shadow: none;
}

#change-password-modal .modal-footer {
    border: none;
    padding: 5px 0 15px;
    margin: 0;
}

#change-password-modal .modal-tagline {
    text-align: center;
    margin-bottom: 0;
}

#change-password-modal input {
    border-radius: 0 !important;
    border: none;
    border-bottom: 1px solid #989898;
    padding: 14px 0;
    text-align: center;
}

#change-password-modal .btn.btn-default {
    position: absolute;
    right: 0;
    top: 0;
}

#change-password-modal .modal-footer .btn.btn-default {
    background: #313131;
    color: #fff;
    border-radius: 0;
    padding: 6px 20px;
}

#changePasswordModal {
    background: #00000085;
}

#changePasswordModal .modal-content {
    border-radius: 0 !important;
    background-color: #f1f1f1;
}

#changePasswordModal .modal-header {
    border-radius: 0 !important;
}

#changePasswordModal {
    background: #2f76bd !important;
    border-radius: 0 !important;
    width: 100%;
}

#change-password-modal .modal-body .form-group:nth-child(2) {
    margin-bottom: 5px;
}

.modal.show .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .2s ease;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: #ffffffd6;
}

.modal-newsletter .close span {
    position: relative;
    top: -20px;
    margin-left: -5px;
}

.boxed-login-cont h3 {
    color: #e9ecef;
    font-weight: 600;
    margin: 20px 0 10px;
    font-size: 20px;
}

.boxed-login-cont {
    color: #fff;
}
.boxed-login-cont p{
    text-align: center;
}
.boxed-login-img {
    background: #fff;
    padding: 5px;
    border-radius: 51px;
    height: 90px;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 2s ease-in-out;
    margin: 0 auto;
}

.boxed-login-page:hover img {
    transform: rotate(360deg);
    transition: 2s;
}

.boxed-login-page {
    margin-bottom: 30px;
    padding: 0;
    /* float: left; */
    width: 100%;
    text-align: center;
}

.logo-login {
    text-align: center;
    margin-bottom: 0px;
	padding-top: 1rem;
}

.logo-login a img {
    width: 150px;
    margin-bottom: 15px;
}

.log-form-gr-mr-btm{margin-bottom: 5px !important;}

.link.forget_pwd {
   
    float: right;letter-spacing: 0;
    color: #000000;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}

.forget-hide {
    display: none;
}

.back_login {
    color: #000;
}
.back_login {
    font-size: 14px;
}
.back_login:hover{
    color:#8561ff;
}

.btn-resetPassword {
    background: #8561FF;
    color: #fff;
    font-weight: 500;
    width: 100%;
    margin-top: 14px !important;
    font-size: 16px !important;
    border-radius: 5px;
}

#passwordNotificationLabel {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.notification_reset_pwd h5 {
    color: #fdc800;
    margin-bottom: 10px;
}

.notification_reset_pwd p {
    margin-bottom: 10px;
}

.notification_reset_pwd {
    display: none;
}

.notification_reset_pwd.pwd_notify {
    float: left;
    margin-top: 10px;
}

.pwd_notify a {
    position: relative;
    top: 15px;
    color: #fdc800;
}

.notification_reset_error h5 {
    color: #fff;
    position: relative;
    float: left;
    top: 15px;
    font-size: 16px !important;
}

.back_home {
    color: #000;
    font-size: 14px;
}

.back_home:hover {
    color: #8561FF;
}

.log_back_forget {
    position: relative;
    top: 10px;
    float: left;
    margin:0 4px 7px 4px;z-index: 9;
    width: 100%;
}

.msg_count b {
    background: #fdc800;
    padding: 4px 6px;
    position: relative;
    top: 0;
    left: 0;
    font-size: 11px;
    color: #8561FF;
    font-weight: 600;
    border-radius: 2px;
    margin: 0 0 0 6px;
}

.msg_count b:before {
    content: '';
    border-bottom: 13px solid #fdc800;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: 3px;
    right: 11px;
    transform: rotate(270deg);
}

span.notif_msg i {
    margin-right: 10px;
}

.notif_msg p {
    font-size: 12px;
    margin-left: 30px;
    text-align: left;
    text-transform: capitalize;
}

.msg_dropdown {
    left: -100px !important;
    min-width: 350px !important;
    background: #ececec !important;
    border-top: 3px solid #fdc800 !important;
    max-height: 424px;
    overflow: scroll;
}

.msg_dropdown li a {
    color: #8561FF !important;
}

.unread_msg_drop:hover span.drop_arrow:after {
    content: '';
    border-bottom: 20px solid #fdc800;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    top: 50px;
    left: 20%;
    z-index: 99;
}

span.notif_msg span {
    font-size: 12px;
}

.notif_msg .msg_order_id {
    font-weight: 600;
}

.msg_dropdown li:hover a {
    color: #fff !important;
}

.msg_dropdown::-webkit-scrollbar {
    -webkit-appearance: none;
    display: none;
}

.msg_dropdown::-webkit-scrollbar:vertical {
    width: 11px;
}

.msg_dropdown::-webkit-scrollbar:horizontal {
    height: 11px;
}

.msg_dropdown::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid #fff;
    background-color: rgba(0, 0, 0, .5);
}

.counter_textarea {
    float: left;
    width: 80%;
}

textarea#counter-text {
    border-radius: 5px;
}

.output.row {
    width: 20% !important;
    border: none !important;
    margin: 0 !important;
    float: left;
    display: grid;
    background: 0 0 !important;
}

.output.row div {
    width: 100% !important;
    padding: 0 15px !important;
    margin: 0 !important;
    text-align: center;
    font-size: 16px;
    padding-bottom: 15px !important;
}

span#counter-words {
    display: block;
    font-size: 45px;
    font-weight: 600;
    line-height: 40px;
}

span#counter-chars {
    display: block;
    font-size: 45px;
    font-weight: 600;
    line-height: 40px;
}

.total_words_count {
    display: inline-block;
    background: #2072d4;
    padding: 15px 30px 12px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    min-width: 165px;
}

.total_words_chars {
    display: inline-block;
    background: #235a9c;
    padding: 15px 30px 12px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    min-width: 165px;
}

.clear_cont input {
    padding: 10px 30px;
    border: none;
    font-size: 18px;
    border-radius: 60px;
    cursor: pointer;
    color: #353535;
    font-weight: 600;
    background: #fdc800;
    
}

.clear_cont {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.boxed_words_counter {
    padding: 60px 0;
}

.boxed_words_counter h1 {
    padding: 10px 0;
    text-align: center;
    color: #2f2f2f;
    
    font-weight: 600;
    font-size: 28px;
}

.heading_words_check p {
    
    
    max-width: 608px;
    margin: 0 auto;
}

.boxed_words_counter #wrapper {
    padding: 30px 15px;
}

.my_table_responsive thead.table-dark tr th {
    vertical-align: middle;
    text-align: center;
    font-weight: 500;
}

.my_table_responsive tbody tr td:first-child {
    font-weight: 600;
}

.my_table_responsive tbody tr td:last-child {
    vertical-align: middle;
}

.my_table_responsive tbody tr td:last-child a {
    background: #fdc800;
    padding: 10px;
    color: #212121;
    font-weight: 600;
    border-radius: 5px;
}

.my_table_responsive tbody tr td:last-child a:hover {
    background: #e8c336;
}

#userOrderList .col-md-12.col-lg-12 {
    padding: 0 !important;
}

.my_table_responsive {
    font-size: 14px;
    text-align: center;
    
    font-weight: 400;
}

.text_white {
    color: #fff;
}

.cont_show_assignment label {
    color: #212121;
}

.cont_show_assignment .table_order_page .form-group p {
    color: #212121;
    text-align: left;
}

.price_awaiting_assignment a {
    background: #2196f3;
    padding: 10px 20px;
    border-radius: 31px;
    color: #fff;
    border: 2px solid #2196f3;
    font-weight: 600;
}

.price_awaiting_assignment a:focus {
    box-shadow: none !important;
}

.cont_show_assignment .btn-pay-to {
    background: #8bc34a;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border: none !important;
}

.price_awaiting_assignment {
    display: flex;
    align-items: center;
}

.price_awaiting_assignment .price_heading {
    text-align: center;
    background: 0 0;
    border-top: 2px dashed #2196f3;
    border-right: 2px dashed #2196f3;
    border-left: 2px dashed #2196f3;
    border-bottom: 2px dashed #2196f3;
    border-radius: 55px;
    height: 90px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #000;
}

.view_details_order {
    display: flex;
    align-items: center;
}

.cont_show_assignment {
    margin-top: 15px;
}

.cont_show_assignment label {
    font-weight: 600;
}

.cont_show_assignment .btn-pay-to:hover {
    background: #5ba704;
    border: none !important;
}

.cont_show_assignment .btn-pay-to:focus {
    background: #79bf28;
    box-shadow: none !important;
}

.cont_show_assignment .btn-pay-to:active {
    background: #63b108 !important;
    border: none !important;
}

.desp_order_id {
    height: 150px;
    padding: 12px;
    resize: none;
    overflow-y: scroll;
    width: 100%;
    overflow-y: scroll;
    word-break: break-all;
}

.message-row .card .card-header h6 {
    color: #fff !important;
    font-size: 20px;
    font-weight: 600;
}

.message-row .card-body .form-check {
    display: inline-block;
    margin-right: 20px;
}

.message-row .card .card-header {
    background: #8561FF;
}

.message-row textarea#msg {
    margin-top: 15px;
}

.price_awaiting_assignment .btn-pay-to:hover {
    background: #0c73c5 !important;
    border-color: transparent !important;
}

.portlet.box.assignment-info-wrap .sub-detail {
    background: #ff9800;
    padding: 10px 20px;
    font-size: 14px;
    white-space: unset;
    border: none;
    border-radius: 50px;
}

.portlet.box.assignment-info-wrap .sub-detail:focus {
    box-shadow: none !important;
}

#userConversationSection::-webkit-scrollbar {
    width: 15px;
    background: #d39e00;
    border-radius: 51px;
}

#userConversationSection::-webkit-scrollbar-thumb {
    background-color: #8561FF;
    outline: 1px solid #8561FF;
    border-radius: 51px;
}

.message-row button#sendMessageButton {
    background: #8561FF !important;
    border-radius: 50px;
    padding: 10px 20px;
}

#content #accordion {
    margin-bottom: 60px;
}

#orderList .student-order-tab .nav-item .nav-link .label {
    border: 2px solid #212529;
    padding: 1px 8px;
    color: #212529;
    border-radius: 21px;
}

#all.active #countAll {
    border: 2px solid #2196f3;
    padding: 1px 8px;
    color: #2196f3;
    border-radius: 21px;
}

#unpaid.active #countUnpaid {
    border: 2px solid #f44336;
    padding: 1px 5px;
    color: #f44336;
    border-radius: 21px;
}

#progress.active #countProgress {
    border: 2px solid #ff9800;
    padding: 1px 5px;
    color: #ff9800;
    border-radius: 21px;
}

#completed.active #countCompleted {
    border: 2px solid #4caf50;
    padding: 1px 5px;
    color: #4caf50;
    border-radius: 21px;
}

.tab-header .student-order-tab .nav-item #all.active {
    font-weight: 600;
    color: #2196f3;
    border-bottom: 2px solid #2196f3;
}

.tab-header .student-order-tab .nav-item #unpaid.active {
    font-weight: 600;
    color: #f44336;
    border-bottom: 2px solid #f44336;
}

.tab-header .student-order-tab .nav-item #progress.active {
    font-weight: 600;
    color: #ff9800;
    border-bottom: 2px solid #ff9800;
}

.tab-header .student-order-tab .nav-item #completed.active {
    font-weight: 600;
    color: #4caf50;
    border-bottom: 2px solid #4caf50;
}

.my_table_responsive .label-danger {
    border-radius: 58px !important;
    padding: 8px 15px !important;
    font-weight: 500 !important;
    font-size: 14px;
}

.my_table_responsive .btn {
    border-radius: 34px;
}

.portlet.box.assignment-info-wrap {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: -1px 2px 4px 0 #b1b1b1;
}

.message-row {
    padding: 20px;
    background: #eaeaea;
    margin-top: 30px;
}

.card-footer.chat-back {
    padding: 0;
    background: 0 0;
    border-top: 0;
}

.new-footer .navbar-nav {
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-direction: unset;
    flex-direction: unset !important;
}

.breadcrumb_order_details {
    margin-top: 70px;
}

.space-tb {
    margin: 10px 0 8px;
}

.download_data_assignment {
    margin-left: 5px;
    width: 30px;
}

.head_banner_cont {
    padding: 0 40px;
}

#order_rate_modal .modal-header.sub-feedback {
    background: #2f76bd;
    border-radius: 0;
    border-bottom: none;
    position: relative;
}

#order_rate_modal .modal-header.sub-feedback h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
     
}

#order_rate_modal .modal-header.sub-feedback button.close {
    opacity: 1;
    color: #fff;
    text-shadow: none;
}

#order_rate_modal {
    background: #00000085;
}

#order_rate_modal .modal-footer .btn.btn-primary {
    width: 100%;
    background: #ffc107;
    border-radius: 0;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    
    font-size: 16px;
    margin-bottom: 15px;
    margin-left: 0
}

#order_rate_modal .modal-footer .btn.btn-primary:focus {
    box-shadow: none;
    outline: 0;
}

#order_rate_modal .modal-footer .btn.btn-primary:hover {
    border-color: transparent;
    background: #2b2b2b;
    color: #fff;
    
}

#order_rate_modal .modal-body textarea.form-control {
    height: auto;
    border-radius: 0;
    margin-left: 15px;
    width: 96%;
}

#order_rate_modal .modal-body {
    margin-top: 20px;
}

#order_rate_modal .rating_question {
    text-transform: capitalize;
    font-size: 16px;
}

#order_rate_modal .modal-body textarea.form-control:focus {
    box-shadow: none;
}

#order_rate_modal .modal-dialog {
    box-shadow: 0 0 2px #b3b3b3;
}

#order_rate_modal .modal-content {
    border-radius: 0;
    border: 0;
}

#order_rate_modal .modal-footer {
    border: none;
    padding-top: 0;
}

#order_rate_modal .rating_question i {
    font-weight: 900;
    color: #101010;
    margin-right: 5px;
}

#order_rate_modal .radio_btn_feedback {
    margin-left: 15px;
}

#order_rate_modal fieldset.rating {
    margin-left: 10px;
}

#order_rate_modal .modal-header.sub-feedback:before {
    content: '';
    border-top: 20px solid #2f76bd;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    top: 50px;
    left: 50%;
}

.form_order_design .card-header {
    background: #8561FF;
    padding: 25px 0 20px;
}

.form_order_design .card-header h3 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px;
}

.form_order_design .card-header p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 5px;
}

.form_order_design .new-card.card-design {
    box-shadow: 0 3px 12px #d0d0d0c9;
    border: 0;
}

.order_img_design {
    position: absolute;
    z-index: 9;
    top: -120px;
    width: 70%;
    text-align: right;
    right: 20px;
}

.order_img_design img {
    width: 60%;
}
.form_order_design input#orderBtn {
       margin-bottom: 5px;
    background: #8561FF;
    padding: 13px 0;
    font-size: 15px;margin-top: 0;
    
}

.form_order_design input#orderBtn:hover {
  background: #ffffff;
    border: 1px solid #8561FF;
    color: #000;
    box-shadow: none;
}

 
.form-control:focus {
    
    border-color: #062244;
    box-shadow: 0 2px 5px 0px rgb(8 36 72 / 14%);
}
 

 

.form_order_design .form-group .order-label {
    font-size: 13px;
    margin-bottom: .25rem;
    color: #009688;
    text-transform: capitalize;
}


#msg_expert_talk #uploadFiles3 {
    border-radius: 50px;
    padding: 10px 20px;
    background: #ff9800;
    color: #fff;
}

#msg_expert_talk .card {
    border-radius: 10px;
    box-shadow: -1px 2px 4px 0 #b1b1b1;
    border: 0;
}

#msg_expert_talk .message-row .card .card-header {
    background: #8561FF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 0;
}

 
.form_grammerly {
    padding: 0 15px;
   
    border-radius: 5px;
}

.heading_grammerly_check {
    margin-bottom: 40px;
}

.form_grammerly input[type=submit] {
    border-radius: 45px;
    padding: 8px 15px;
    color: #353535;
    font-weight: 600;
    background: #fdc800;
    margin: 0 auto;
    border: 0;
    letter-spacing: inherit;
    width: auto;
    text-transform: uppercase;
    font-size: 16px;
}

.grammer_checking {
    width: 100%;
    text-align: center;
}

#checktext #checktext_ifr #tinymce {
    margin: 15px 5px !important;
}

.side-grammer-cont {
    text-align: center;
    margin-bottom: 30px;
}
.side-grammer-cont:last-child {
    margin-bottom: 0;
}


.heading_grammerly_check h1 {
    padding: 10px 0;
    text-align: center;
    color: #2f2f2f;
    
    font-weight: 600;
    font-size: 28px;
}

.heading_grammerly_check p {
    text-align: center;
    
    
    max-width: 608px;
    margin: 0 auto;
}

.form_grammerly select {
    display: inline-block;
    width: auto;
    background: #fff;
    color: #000;
    padding: 8px 20px;
}

.form_grammerly textarea#checktext table tbody {
    line-height: 0;
}

.form_grammerly #tinymce {
    margin-bottom: 0;
}

.form_grammerly .defaultSkin iframe {
    display: block;
    border: 0 solid #cecece;
    border-radius: 10px;
    height: 200px !important;
}

div#feedbackErrorMessage {
    margin: 15px 0;
}

.side-grammer-cont div {
    display: inline-block;
}

.side-grammer-cont img {
    width: 80px;
    display: block;
    margin: 0 auto;
}

.order_page_sidebar h3 {
    text-align: center;
    margin-bottom:14px;
    font-weight: 400;
}

.order_icon_page {
    background: #fdc800;
    padding: 15px;
    text-align: center;
    border-radius: 75px;
    height: 70px;
    width: 70px;
    border: 1px solid #b38d00;
    margin: 0 auto;
}

.order_icon_contpage {
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
}

.order_icon_contpage span {
    
    font-weight: 500;
}

.order_page_sidebar {
    padding: 30px 20px;
    border-radius: 3px;
    box-shadow: 0 3px 12px #d0d0d0c9;
}

.order_page_details h3 {
    text-align: center;
}

.order_page_details {
    margin-top: 30px;
}

.order_student_prefer h4 {
    font-size: 15px;
    text-align: center;
}

.order_student_prefer img {
    margin-bottom: 8px;
}

.order_student_prefer h4 {
    
font-weight: 500;
}

.order_student_prefer .col-sm-2 {
    padding: 10px;
}

#orderForm #uploadFiles3 img {
    width: 45px;
}

#orderForm #uploadFiles3:focus {
    box-shadow: none;
}

#orderForm #uploadFiles3 {
    background: 0 0;
    border: 0;
}

#orderForm #extraMsg {
    font-weight: 600;
}

#orderForm #uploadFiles3:hover {
    border: transparent;
}

.price_awaiting_assignment .btn-info[name=download] {
    background: #03a9f4 !important;
    padding: 10px 20px;
    font-size: 14px;
    white-space: unset;
    border: none;
    border-radius: 50px;
}

.price_awaiting_assignment .btn-info[name=download]:hover {
    background: #2196f3 !important;
}

.price_awaiting_assignment .btn-info i.fa.fa-download {
    height: auto;
    width: auto;
    background: 0 0;
    font-size: 16px;
    line-height: 1;
    margin-right: 5px;
}

.featured-box2:hover .price_awaiting_assignment .btn-info i.fa.fa-download {
    color: #fff;
}

#all_reviews_page #columns {
    column-width: 320px;
    column-gap: 15px;
    width: 100%;
    
    margin: 0 auto;
}
.students-say-area.reviews #all_reviews_page div#columns figure {
    min-height: 250px;
}
.students-say-area.reviews #all_reviews_page p {
    padding-top: 10px;
}
.students-say-area.reviews #all_reviews_page span.item-title a {
    font-size: 20px;
    color: #8561FF;
    font-weight: 500;
}

.students-say-area.experts figure{
    min-height: 350px; 
}
.students-say-area.reviews figure{
    min-height:220px; 
}
#all_reviews_page div#columns figure img {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 5px;
}

#all_reviews_page div#columns figure figcaption {
    font-size: .9rem;
    color: #444;
    line-height: 1.5;
}

#all_reviews_page div#columns small {
    font-size: 1rem;
    float: right;
    text-transform: uppercase;
    color: #aaa;
}

#all_reviews_page div#columns small a {
    color: #666;
    text-decoration: none;
    transition: .4s color;
}

#all_reviews_page .review {
    margin-top: 0;
}

#all_reviews_page .item-content:after {
    display: none;
}

#all_reviews_page .item-content {
    background: 0 0;
    padding: 0 15px;
}

#all_reviews_page span.item-title a {
    font-size: 18px;
    color: #000;
    
    font-weight: 500;
}

#all_reviews_page .review_title_rating {
    margin-bottom: 10px;
}

#all_reviews_page .review_subtitle_desc {
    border-bottom: 1px solid #efefef;
    margin-bottom: 5px;
    padding-bottom: 0;
}
#all_reviews_page .review_title_rating span.item-title {
    font-weight: 500;
    color: #8561FF;
    font-size: 20px;
}
#all_reviews_page .review_subtitle_desc span {
    
    font-size: 14px;
    text-transform: uppercase;
    color: #1c2a44;
    margin-bottom: 5px;
    display: block;
    font-weight: 500;
}

#all_reviews_page p {
    
    font-size: 14px;
    line-height: 24px;
    color: #343434;
}
.paginations {
    padding-bottom: 0;
    background: #ffffff;
}
.stickey_reviews_form {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
}

.new-form.rating_reviews_form {
    border: 1px solid #bfbfbf;
    padding: 20px;
    background: #36373a;
}

.rating_reviews_form h3 {
    text-align: center;
    text-transform: uppercase;
    
    font-weight: 600;
    margin-bottom: 15px;
}

.rating_reviews_form .card.new-card {
    background: 0 0;
}

.rating_reviews_form .pull-left {
    width: 100% !important;
}

.reviews_rating_distribute {
    padding-top: 50px;
    padding-bottom: 60px;
    background: #f6f6f6;
}

.reviews_section_col {
    float: left;
    width: 20%;
    padding: 0 15px;
}

.reviews_rating_distribute .progress-bar {
    width: 100%;
}

.reviews_rating_distribute .reviews_bar_sec {
    width: 100%;
    color: #193659;
}

.reviews_section_col .progress {
    height: 10px;
    margin-bottom: 5px;
}

.reviews_section_stars {
    width: 100%;
}

.reviews_stars {
    margin: 5px 0;
    color: #102e51;
}

.reviews_stars .fa-star {
    color: #8561FF;
    padding: 2px;
}

.reviews_rating_distribute .new-card {
    background: #ffffff;
    padding: 20px 15px;
    float: left;
    width: 100%;
    border-radius: 10px;
    box-shadow: 1px 2px 6px 2px #00000017;
}

.rating_review_page {
    display: flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    position: relative;
}

.rating_review_page:after {
    position: absolute;
    content: '';
    border: .5px solid #fdfdfd;
    height: 70px;
    right: 0;
}

.rating_review_page .rating_star_all {
    font-size: 50px;
    color: #fff;
    padding: 0 10px 0 0;
    font-weight: 300;
    
}

.rating_review_users {
    background: #828282ad;
    display: -webkit-inline-box;
    margin: 15px auto;
    text-align: center;
    
    border-radius: 5px;
}

.user_reviews {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-weight: 400;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
}

.overall_rating {
    font-weight: 400;
    color: #fff;
}

.user_reviews_count {
    font-size: 50px;
    margin-right: 10px;
    font-weight: 300;
    color: #fff;
    
}

.rat_stars_count .rating_star_star .fa-star {
    color: #8561FF;
    padding: 2px;
}

.fa-star {
    color: #8561FF;
    padding: 1px;
}

.sample-program {
    padding: 130px 0 50px;
    background: linear-gradient( 90deg, #f8f8fe, rgb(250 240 226), rgb(254 252 249/61%));
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-30:last-child {
    margin-bottom: 0;
}

.service__content--h2 h4.white-color.hover-color-light, .service__content--h2 h1.white-color.hover-color-light {
    font-size: 24px;
    text-align: left;
    margin-bottom: 15px;
    font-weight: 500;
}

.service__content--h2 h4.white-color.hover-color-light a {
    color: #212121;
}

.theme.text-center h2 {
    font-weight: 700;
    margin-bottom: 40px;
	    margin-top: 30px;
}

.sample-program.sample-list {
    background: linear-gradient( 358deg, #f8f8fe, rgb(250 240 226), rgb(254 252 249/61%));
}

.sample-program.sample-details .service__content--h2 {
    width: 100%;
    padding: 15px;
    background: #b5d1ff;
    margin-bottom: 0;
}
.all-content {
    padding: 15px;
}
.sample-program.sample-details .all-content h3:first-child {
    margin-top: 0;
}
.sample-program.sample-details .all-content h3 {
    margin-top: 20px;
    padding-top: 0;
}
.sample-program.sample-details .service__content--h2 h4 {
    margin-bottom: 0;
    margin-top: 5px;
}

.sample-program.sample-details .listing-bottom.row {
    margin-bottom: 10px;
}

.sample-program.sample-details ol {
    margin-left: 20px;
    counter-reset: list;
    padding: 5px 0 0;
}

.sample-program.sample-details ol li {
    padding-left: 35px;
    position: relative;
    list-style: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
}

.sample-program.sample-details ol li+li,
.sample-program.sample-details ul li+li {
    margin-top: 15px;
    margin-bottom: 0;
}

.sample-program.sample-details ol li:before {
    background-color: #173557;
    width: 1.7em;
    height: 1.7em;
    counter-increment: list;
    position: absolute;
    left: 0;
    top: 1px;
    border-radius: 35px;
    content: counter(list);
    font-size: .875em;
    line-height: 1.67;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

.sample-program.sample-details h3 {
    font-size: 24px;
    margin: 30px 0 15px;
    line-height: 1.42;
}

.sample-program.sample-details h4 {
    font-size: 18px;
    margin: 30px 0 15px;
    line-height: 1.42;
}

.service__content--h2 {
    text-align: left;
    margin-bottom: 5px;
    padding-left: 0;
}

.listing-bottom.row {
    padding-top: 10px;
    background: #f0f6ff;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 10px;
}

.listing-bottom.row p {
    margin: 0;
}

.btn-info {
    color: #fff;
    background-color: #f67241;
    border-color: #f67241;
}

.btn-info:hover {
    color: #e9f1ff;
    background-color: #e65151;
    border-color: #e65151;
}

.black-color {
    color: #000;
}

.btn {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 8px 15px;
    border-radius: 35px;
    display: inline-flex;
    align-items: center;
}

.form_order_home {
    margin: 0;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 5px;
    box-shadow: 2px 2px 7px rgb(0 0 0/35%);
}
.courses-list .form_order_home {
    margin: 0 0 30px;
}
.form_top_sec {
    padding: 10px 15px;
    text-align: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.form_order_home h2 {
    font-weight: 700;
    font-size: 22px;
    text-align: left;
    margin-bottom: 10px;
    color: #000;
    text-align: center;
    margin-top: 5px;
}

.form_top_sec p {
    margin-bottom: 5px;
    font-size: 14px;
    
}

.form_inputs_feild {
    padding: 10px 20px;
}

.form_order_home .form-group label {
    color: #7d7d7d;
    letter-spacing: .5px;
    font-weight: 400;
    display: none;
}



.btn:active {
    background-color:#8561FF !important;
    border-color: #8561FF !important;
    outline: 0;
    box-shadow: none;
}



.submit-btns {
    padding-top: 5px;
}

.submit-btns button:hover {
    background: #1c2a44;
    color: #fff;
}

.submit-btns button {
    background: #fdc800;
    padding: 8px 20px;
    width: 100%;
    color: #000;
    border-radius: 40px;
    border: none;
    font-size: 18px;
    letter-spacing: -.7px;
}

.service-categories {
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 0;
    box-shadow: 1px 1px 6px 0 rgb(0 0 0/2%);
    margin-bottom: 30px;
    overflow: hidden;
}

.service-categories:hover {
    box-shadow: 1px 1px 11px 0 rgb(0 0 0/15%);
}

.service-thumb {
  width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #0d1f42;
    padding: 5px;
    position: relative;
    display: block;
    display: table-cell;
    background: #8561FF;
    width: 15%;
    font-size: 28px;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
    border-radius: 0;
}

.service-thumb:after {
    content: "";
    border: 12px solid transparent;
    border-top-color: #0d1f42;
    display: inline-block;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    right: auto;
    top: 100%;
    bottom: 0;
    z-index: 0;
    transform: translateX(-50%);
}

.service-thumb h3 {
    font-size: 36px;
    background: -webkit-linear-gradient(#ff9800, #fdc800);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    padding: 0;
}

.service-thumb img {
    width: 64px;
    padding: 5px;
}

.service-content-box {
    padding: 15px;background: #F9F7FF;
}

.service-content-box li {
    font-size: 15px;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 500;
    color: #221f3c;
    list-style: none;
    margin-left: 15px;
}

.service-content-box li a {
    color: #221f3c;
}

.service-content-box li+li {
    margin-bottom: 10px;
}

.service-content-box li:hover a {
    color: #6347f9;
}

.service-content-box li span {
    text-align: right;
    float: right;
    display: block;
    background: #676769;
    border-radius: 30px;
    padding: 1px 10px;
    color: #fff;
    font-size: 13px;
}

.sample-program.sample-details .service__block--h2.position-relative:hover {
    box-shadow: 1px 1px 6px 0 rgb(0 0 0/7%);
}
.sample-program.sample-details .service__block--h2.position-relative {
     padding: 0;
} 
.service__block--h2.position-relative {
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 15px;
    box-shadow: 1px 1px 6px 0 rgb(0 0 0/7%);
    overflow: hidden;
}

.service__block--h2:hover {
    box-shadow: 1px 1px 11px 0 rgb(0 0 0/15%);
}
.service__thumb--h2.fix img {
    width: 64px;
    padding: 5px;
}
.listing-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-left: 1px solid #b5d1ff;
}
.listing-bottom p {
    font-size: 14px;
    font-weight: 500;
}
.service__block {
    padding-right: 0;
}

.btn-success {
    color: #fff;
    background-color: #196846;
    border-color: #196846;
}

.placed-order {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    padding: 20px 15px;
    background-color: #fdc800;
    text-align: center;
    margin: 20px 0 0;
    border-radius: 10px;
}
.placed-order h4{
	font-size: 18px;
    margin: 10px 0 15px;
    line-height: 1.42;
}
 .placed-order h3 {
    margin: 0;
    line-height: 30px;
    font-size: 28px;
}
.placed-order .placed-textb {
    text-align: left;
}
.sample-program.sample-details .placed-order h3 {
    margin: 0;
    line-height: 30px;
    font-size: 28px;
}

.sample-program.sample-details .placed-order h4 {
    margin: 15px 0 0px;
    font-size: 16px;
}
.buttons-assign {
    padding: 30px 0;
    border-left: 1px solid #fbf3e9;
}

.download_dashboard_btn {
    background: 0 0;
    box-shadow: none;
    border: none;
}

.download_dashboard_btn:focus {
    background: 0 0;
    box-shadow: none;
    border: none;
}

.download_dashboard_btn:hover {
    background: 0 0;
    box-shadow: none;
    border: none;
}

.download_dashboard_btn:active {
    background: 0 0 !important;
    box-shadow: none !important;
    border: none;
}

.download_dashboard_btn:visited {
    box-shadow: none !important;
    border: none;
}

.home_banner_backg {
    background: url(../images/home--banner-backg.svg) fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.home_banner_opacity {
    background: #e0e0e09c;
    padding: 190px 0 70px;
    min-height: 680px;
}
 
.home_banner_opacity.experts, .home_banner_opacity.reviews {
    background: #e0e0e09c;
    padding: 240px 0 190px;
    min-height: auto;
}
.home_banner_opacity.grammar_check, .home_banner_opacity.word_counter {
    background: #e0e0e09c;
    min-height: auto;
}
.home_banner_opacity.indexs {
    background: #e0e0e09c;
    padding: 170px 0 60px 0;
     min-height: auto;
}

.home_banner_leftcont h1 {
font-size: 32px;
font-weight: 600;
text-transform: uppercase;
color: #0d1f42;
line-height: 40px;
text-align: left;
display: block;
display: -webkit-box;
margin: 0 auto 15px;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.home_banner_backg .home_banner_leftcont p {
    color: #fff;
    text-align: center;
}
.services_page_header .home_banner_backg p {
    color: #000;
    text-align: left;
}
.home_banner_backg .home_banner_leftcont p.text-center {
    color: #000;
}
.home_banner_leftcont p {
    text-align: left;
    margin: 0 auto;
    font-size: 16px;
    max-width: 940px;
    font-weight: 400;
    color: #373737;
    
}

.boxed_type_form {
    background: #0d1f43;
    border-radius: 5px;
    position: absolute;
    top: -80px;
    width: 75%;
    box-shadow: 0 0 14px 2px #cacaca;
}
.boxed_type_form.indexs {
    width: 97.5%;
     
}
.boxed_icon_homer {
    padding: 20px 30px;
}

.home_form_headtitle h2 {
    text-align: center;
    font-weight: 600;
    
}

.home_form_headtitle p {
    text-align: center;
    
    
    margin-top: 15px
}

.home_orderform {
    padding: 0px 0px;
    background: #fff
}
.home_banner_opacity.indexs .home_orderform {
    padding: 20px 20px 10px;
        border-radius: 5px 0 0 5px;
}
.home_banner_leftcont {
    padding: 0 0 130px;
}

.main-menu-area .apply-btn-area a {
    padding: 7px 15px !important;
    border-radius: 50px;
    font-weight: 600 !important;
    font-size: 13px !important;
}

.header-top-left ul li {
    margin-top: 10px;
}

.header-top-right {
    margin-top: 10px;
}

 

.rotate_boxes_icon {
    height: 60px;
    width: 60px;
    background: #fff;
    transform: rotate(45deg);
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 18px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 2s ease-in-out;
    box-shadow: 0 0 1px 2px #0d1f43, 0 0 0 5px #fff, 0 0 0 8px #fff;
    overflow: hidden;
}

.rotate_boxes_home {
     transition: 2s ease-in-out;
    margin-bottom: 8px;
}


.rotate_boxes_home:hover .rotate_order_icon {
    background: #8561FF;
}

.rotate_boxes_icon:hover img {
    transform: rotate(360deg);
    transition: 2s;
}

.rotate_boxes_home p {
    text-align: center;
    color: #0a0a0a;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
}

.home_banner_leftcont h1 span {
    color: #ff9800;
}



.home_orderform input:focus {
    box-shadow: none;
}



.home_orderform select:focus {
    box-shadow: none;
}

.home_form_headtitle {
    margin-bottom: 30px;
    position: relative;
}

.home_orderform form .shake-error input {
    border-bottom: 1px solid red !important;
    border-radius: 5px;
}

.my_title_bar {
    
    font-size: 28px;
    position: relative;
    margin-bottom: 20px !important;
    padding-bottom: 20px;
    margin-top: 0 !important;
}

.my_title_bar:after {
    content: '';
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 1px;
    background: #333;
}
.title-default-center.my_title_bar:after {
    content: '';
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    height: 1px;
    background: #333;
    transform: translateX(-50%);
}
.counter_section_boxes {
    background: #ececec;
    padding: 80px 0;
}

.counter_img_home .inner_counter_img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    background: #fdc800;
    clip: polygon(50%, 50%, 50%, 50%);
    clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
}

.counter_div_home:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 145px;
    background: url(../images/boxed-top.svg);
    background-size: cover;
}

.counter_div_home p {
    text-align: center;
    color: #0d1f42;
    text-transform: uppercase;
    
    position: relative;
}

.about-counter.title-bar-counter {
    font-weight: 600;
    font-size: 30px;
    color: #0d1f42;
    position: relative;
}

.counter_img_home {
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    padding: 15px 0 0;
}

.boxes_counter_stroke {
    border-bottom: 2px solid #525354;
    padding: 6px 0 22px;
    transition: 1s;
    background: #193759;
}

.boxes_counter_stroke:hover {
    transform: translateY(-5%);
    transition: 1s;
}

.counter_div_home {
    position: relative;
    padding-top: 45px;
}

.order_pay_featurespage .row{margin: 0;
    padding: 25px 4px;
    background-color: #F9F7FF;}

.home_orderform h2.my_title_bar_center {
    padding: 10px;
    background: #0d1f42;
    color: #fff;
    margin-bottom: 40px !important;
    position: relative;
}
.my_title_bar_center {
       font-size: 24px;    text-align: left !important;
    position: relative;
    margin-bottom: 0px !important;
    padding-bottom: 10px;padding-left: 10px;
    margin-top: 0 !important;
    padding-top: 10px;
}

.my_title_bar_center.text-left:after {
    content: '';
    height: 1px;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background: #000;
    transform: none;
}
/* .my_title_bar_center:after {
    content: '';
    height: 1px;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: -webkit-linear-gradient(right, #ffffff, #193659, #193659, #ffffff);
    display: block;
    transform: translateX(-50%);
    z-index: 1;
} */
.boxed_type_form.indexs .home_orderform .my_title_bar_center:after {
    background: -webkit-linear-gradient(right, #ffffff, #193659, #193659, #ffffff);    
}
.home_orderform .my_title_bar_center:after {
    background: -webkit-linear-gradient(right,  #193659, #ffffff, #ffffff,  #193659);    
}
.bg_dot .my_title_bar_center:after {
    background: -webkit-linear-gradient(right, #ffffff, #193659, #193659, #ffffff);
}
.section_uk_3 .my_title_bar_center:after, .faq_home_content .my_title_bar_center:after, .students-say-area .my_title_bar_center:after  {
    background: -webkit-linear-gradient(right,#ffffff, #262626, #262626, #ffffff);
}

.section_two_home, .section_au_2 {
    background: #faf9f8 !important;
    padding: 50px 0;
}
h2.title-default-left.text-white.text-center {
    position: relative;
    margin-bottom: 30px !important;
    padding-bottom: 20px;
    margin-top: 0 !important;
}
h2.title-default-left.text-white.text-center:after {
    content: '';
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 1px;
    background: -webkit-linear-gradient(right,#ffffff, #193659, #193659, #ffffff);
    right: 0;
    margin: 0 auto;
}

.my_title_bar_center_White {
    
    font-size: 28px;
    position: relative;
    margin-bottom: 30px !important;
    padding-bottom: 20px;
    margin-top: 0 !important;
}
.section-heading2 p:last-child {
    margin-bottom: 50px;
}
.section-heading2 .text-center {
    max-width: 80%;
    margin: 0 auto;
    padding-bottom: 10px;
} 
.hire_experts_btn h4.my_title_bar_center_White:after {
    background: -webkit-linear-gradient(right, #ff5d20, #ffffff, #ffffff, #ff5e1e);
}
.my_title_bar_center_White:after {
    content: '';
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 1px;
    background: #fdc800;
}
.fretures {
    padding: 50px 0px;
}
.why-choose-banner img {
    width: 300px;
    margin: 40px auto;
    display: block;
}
.fretures .my_title_bar_center_White:after{
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.section-heading2.border-center .my_title_bar_center_White:after{
    margin: 0 auto;
    right: 0;
}
.subjects .my_title_bar_center_White:after {
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.section_two_home .my_title_bar_center_White:after {
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.svg_code_graphics .carousel .carousel-indicators li {
    box-sizing: initial;
    width: 100px;
    height: 60px;
    flex: none;
    text-indent: initial;
    margin: 0;
    background: 0 0;
    border: none;
    opacity: 1;
    transition: initial;
}

.svg_code_graphics .carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
}

.svg_code_graphics .carousel-indicators .active svg polygon {
    fill: #fdc800;
}

.svg_code_graphics .carousel-inner .carousel-item {
    background: #193759;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    margin-top: 15px;
    min-height: 102px;
}

.svg_section_home {
    padding: 60px 0;
}
.section_three_home.featured-page.country {
    padding: 50px 0px;
}
.section_three_home.featured-page {
    background: #e7e1fc9e!important;

}
.section_three_home.featured-page .my-text-center {
    margin-bottom: 50px;
    text-align: center;
}
.section_three_home.featured-page .my_title_bar_features {
    margin-top: 0 !important;
    text-transform: capitalize;
    color: #292929;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
}
.section_three_home.featured-page .y-us-section .col-lg-4 {
    margin-bottom: 30px;
}
.section_three_home.featured-page .boxed_featured_thumb {
    margin: 0 auto;
}
.section_three_home.featured-page .boxed_featured_home {
    background: #fff;
    border-radius: 8px;
    padding: 20px 0px 10px;
    position: relative;
    margin-top: 50px;
    display: block;
    box-shadow: 0px 2px 4px 0px rgb(0 34 55 / 8%);
    min-height: 270px;
}
.section_three_home.featured-page .boxed_featured_home:hover {
    box-shadow: 0px 5px 12px 0px rgb(0 34 55 / 16%);
}
.section_three_home.featured-page .boxed_featured_thumb {
    border: 1px solid #fdc800;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    border-radius: 100%;
    padding: 5px;
    width: 75px;
    margin: 0 auto;
    height: 75px;
    background: #fff;
    overflow: hidden;
}
.section_three_home.featured-page .boxed_featured_thumb img {
    width: auto;
    transition: .6s;
    
    height: 65px;
    padding: 10px;
}
.section_three_home.featured-page .boxed_featured_thumb:hover img {
    transform: scale(1.15) rotate(360deg);
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -ms-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}
.section_three_home.featured-page .boxed_featured_textb {
    z-index: 11;
    position: relative;
    bottom: 0;
    padding: 25px 0px 0px;
    width: 100%;
}
.section_three_home.featured-page .boxed_featured_textb h3, .section_three_home.featured-page .boxed_featured_textb h4{
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 500;
    color: #0d1f42;
    padding: 10px 10px 0px;
    position: relative;
    min-height: auto;
}
.section_three_home.featured-page .boxed_featured_textb p {
    margin-bottom: 10px;
    color: #2f2f2f;
    line-height: 24px;
    padding: 0px 15px 0;
    min-height: auto;
}
.section_three_home.featured-page .books_feature_home_sec {
    display: flex;
    justify-content: center;
    align-items: center;
}
.assignment_help {
    margin: 30px 0px;
    background: #fff;
    padding: 15px 30px 15px 50px;
    border-radius: 5px;
    box-shadow: 1px 1px 32px 0 rgb(0 0 0 / 8%);
    position: relative;
    min-height: 210px;
}
.assignment_help:last-child {
    margin-bottom: 15px;
}
.assignment_help:before {
    content: '';
    display: block;
    position: absolute;
    left: 25px;
    top: 27px;
    width: 5px;
    height: 20px;
    background: #ff9800;
}
.assignment_help h3 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 21px;
    color: #00418f;
    padding-top: 10px;
}
.assignment_help p {
    min-height: auto;
}
.min-heights .assignment_help p {
    min-height: 200px;
}
/* Easy Solution  */
.section_home_010 {
    background: #faf9f8;
   
}
.section-title-black {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: 500;
    display: block;
    position: relative;
    color: #8561FF;
}
.section-title-black:after {
    content: '';
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 1px;
    background: #193557;
}
.counter_new_wow .row .wow.fadeInUp {
    padding-top: 30px;
}
.counter_new_wow.flat-design {
margin-top: 30px;
margin-left: 0;
}
.counter_new_wow {
    margin-left: 50px;
}
.counter_new_wow .row .wow.fadeInUp:nth-child(1) {
    border-right: 1px solid #e3e5e8;
    border-bottom: 1px solid #e3e5e8;
}
.counter_new_wow.flat-design .row .wow.fadeInUp:nth-child(1) {
    border-right: 1px solid #e3e5e8;
    border-bottom: none;
}
.counter_new_wow.flat-design .row .wow.fadeInUp:nth-child(2) {
    border-bottom: none;
    border-right: 1px solid #e3e5e8;
}
.counter_new_wow .row .wow.fadeInUp:nth-child(2) {
    border-bottom: 1px solid #e3e5e8;
}
.counter_new_wow .row .wow.fadeInUp:nth-child(3) {
    border-right: 1px solid #e3e5e8;
}
.gradient_border_counter {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    transition: 1s ease-in-out;
    
    border-radius: 3px;
}
.gradient_border_counter:hover {
    transform: rotate(360deg);
    transition: 1s;
}
.counter_new_wow .inner_counter_img {
    background: #1936591a;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 4px 1px #2d2d2d40;
}
.counter_wow_delay {
    padding: 15px 0;
    text-align: center;
}
.counter_wow_delay .about-counter {
    color: #ff9800 !important;
    font-size: 35px !important;
}
.about-counter.title-bar-counter {
    font-weight: 600;
    font-size: 30px;
    color: #0d1f42;
    position: relative;
}
.counter_wow_delay p {
    text-align: center;
}
.space {
    display: block;
    padding: 30px 0px;
    width: 100%;
}
/* Free Structure  */
.home_about_forms {
    padding: 0;
    box-shadow: 0 2px 4px 0px #d2cfc775;
    border-radius: 10px;
    background-color: #ffffff;
    border: #dbd6ca 1px solid;
    margin-bottom: 30px;
    overflow: hidden;
}
.free-structures h3 {
    color: #193659;
    font-weight: bold;
    font-size: 24px;
    padding-top: 10px;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}
.free-structures h3:after {
    content: '';
    height: 1px;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: -webkit-linear-gradient(right,#ffffff, #193659, #193659, #ffffff);
    transform: none;
    margin: 0 auto;
}
.free-list-last {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    text-align: left;
    padding: 10px 17px 10px 20px;
    border-top: 0;
    position: relative;
}
.free-list-last p {
    color: #191919;
    display: inline-block;
    max-width: 220px;
    float: left;
    font-size: 16px;
    vertical-align: bottom;
        line-height: 20px;
}
.free-list-last span {
    color: #0bb06d;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    float: right;
    padding: 0;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.free-list-last p.totals {
    font-size: 18px;
    font-weight: 500;
}
.free-list {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    text-align: left;
    padding: 5px 17px 5px 40px;
    border-bottom: 1px solid #edeae3;
    position: relative;
}
.free-list:before {
    position: absolute;
    content: '';
    display: block;
    background-image: url(../../static/images/tick.png);
    left: 15px;
    top: 25%;
    margin-top: -1px;
    border-radius: 0%;
    background-size: 15px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
.free-list p {
    color: #191919;
    max-width: 50%;
    float: left;
    font-size: 15px;
    vertical-align: bottom;
    line-height: 20px;
    text-align: initial;
    padding: 0;
    margin: 0 !important;
}
.free-list p b {
   
    margin-left: 25px;
    line-height: 30px;
}
.free-list span {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    background: #18bc79;
    padding: 2px 10px;
    border-radius: 3px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    float: right;
}
.free-list-order {
    padding: 0px 15px 15px;
}
.free-list-order .apply-now-btn {
    border-radius: 25px;
    margin: 0 auto;
    display: block;
    font-size: 16px;
    padding: 6px 20px;
    width: 100%;
}
.free-list-order .apply-now-btn:hover {
    color: #193659 !important;
}
.free-structures h4 {
    color: #193659;
    font-weight: bold;
    font-size: 24px;
    padding-top: 15px;
    text-transform: uppercase;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    background: #efefef;
}
.free-structures h4:after {
    content: '';
    height: 1px;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: -webkit-linear-gradient(right,#ffffff, #193659, #193659, #ffffff);
    transform: none;
    margin: 0 auto;
    bottom: 10px;
}
.pay-list {
    margin: 0px auto;
    text-align: center;
    background: #efefef;
    padding: 10px 0;
}
.pay-list li {
    display: inline-block;
    width: 48px;
    margin: 2px;
}
.guarantee-pay-list {
    text-align: center;
    padding-top: 15px;
}
.guarantee-pay-list li {
    width: 45%;
    display: inline-block;
    border-right: 1px solid #efefef;
    padding: 10px;
}
.guarantee-pay-list li:last-child {
    border: none;
}
.guarantee-pay-list li img {
    width: 90px;
    margin: 0 auto;
    display: block;
}
.banner-indenets {
    margin-top: 25px;
}
.icon-text .icons-box {
    width: 23%;
    float: left;
    padding: 5px 0 5px 0;
    text-align: left;
    border-right: 1px solid #fdc800;
}
.imgb-boxss {
    background: #fff;
    margin-right: 0;
    text-align: center;
    width: 64px;
    height: 64px;
    line-height: 54px;
    border-radius: 30px;
    border: 1px solid #e5e6e9;
    padding: 3px;
}
.icons-box img {
    padding: 0 !important;
    margin: 0 auto;
}
.icon-text .textb-box {
    width: 75%;
    float: left;
    padding-left: 20px;
}
.icon-text .textb-box h4 {
    font-size: 20px;
    margin: 0;
    color: #0d1f42;
    padding-bottom: 5px;
    font-weight: 500;
}
.icon-text .textb-box p {
    font-size: 16px;
    font-weight: normal;
    padding: 0 0 10px;
    color: #373737;
    line-height: 22px;
}
/* sidebar details page of services  */
.sidebar .home_about_forms {
    padding: 0;
    box-shadow: 0 6px 11px 0 #00000005;
    border-radius: 2px;
    background-color: #ffffff;
    border: 1px solid #c3c3c3;
    margin-bottom: 15px;
    overflow: hidden;
}
.sidebar .free-structures h3 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
}
.sidebar .free-structures h3:after {
    content: '';
    width: 60%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%);
    background: -webkit-linear-gradient(right,#fff,#5a5a5a,#5a5a5a,#fff);
}
/* Sticky our navbar on window scroll */
 #sidebar-nav.sticky {
    position: sticky;
    top: 80px;
    width: 100%;
    padding-left: 30px;
}
.sidebar .free-structures .free-list p b {
    margin-left: 5px;
    line-height: 23px;
    font-weight: 500;
    font-size: 14px;
}
.sidebar .free-structures .free-list span {
    font-weight: 400;
    padding: 0px 4px;
    margin-left: 5px;
}

.sidebar .free-structures .free-list p.free {
    float: right;
}
.sidebar .free-structures .free-list-last{
    padding: 5px 10px;
}
.sidebar .free-structures .free-list-last p.totals {
    width: 70%;
    text-align: left;
    font-size: 15px;
    float: left;
}
.sidebar .free-structures .free-list-last p.free {
    max-width: 30%;
    text-align: right;
    display: block;
    float: right;
    padding-right: 10px;
}
/* WHY STUDENT PREFER US?  */
.whystudent-prefer {
    background: linear-gradient(262deg, #f1f1f1 78%, #0d1f42 20%);
}
.flex-items-center {
    display: flex;
    align-items: center;
    background: #0d1f42;
}
.home_student_prefer {
    padding: 20px;
    text-align: center;
    border-radius: 50px;
	color: #fff;
}
.home_student_prefer strong {
    color: #fff;
    font-weight: 600;
    font-size: 28px;
}
.home_student_prefer span {
    clip-path: polygon(0 0, 20% 49%, 20% 49%, 0% 100%);
    background: #0d1f42;
    position: absolute;
    right: 0;
    height: 100%;
    width: 200px;
    left: 100%;
    top: 0;
    z-index: 9;
}
.bg_student_prefer {
    background: #f1f1f1;
}

.student_prefer_icons:hover .rotate_icons {
    box-shadow: 0px 2px 4px 0px #0d1f4221;
    border:#8561ff;
    transform: rotate(360deg);
}
.student_prefer_icons:nth-child(1) .rotate_icons {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    background: url(../images/sprite-images.png) no-repeat;
    top: 25px;
    left: 5.5%;
    background-repeat: no-repeat;
    background-position: -3px -47px;
    background-size: 477px 499px;
}
.student_prefer_icons p {
    text-align: center;
}
.student_prefer_icons:hover p {
    font-weight: 500;
}
.student_prefer_icons {
    width: 16.6%;
    float: left;
    text-align: center;
    color: #0a0a0a;
    padding: 100px 10px 15px 10px;
}
.student_prefer_icons .rotate_icons {
    border: 1px solid #8b8b8b;
    border-radius: 50px;
    transition: 0.9s;
}
.student_prefer_icons:nth-child(2) .rotate_icons {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    background: url(../images/sprite-images.png) no-repeat;
    top: 25px;
    left: 21.5%;
    background-repeat: no-repeat;
    background-position: -316px -47px;
    background-size: 477px 499px;
}
.student_prefer_icons:nth-child(3) .rotate_icons {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    background: url(../images/sprite-images.png) no-repeat;
    top: 25px;
    left: 37.5%;
    background-repeat: no-repeat;
    background-position: -212px -47px;
    background-size: 477px 499px;
}
.student_prefer_icons:nth-child(4) .rotate_icons {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    background: url(../images/sprite-images.png) no-repeat;
    top: 25px;
    left: 53.5%;
    background-repeat: no-repeat;
    background-position: -149px -47px;
    background-size: 477px 499px;
}
.student_prefer_icons:nth-child(5) .rotate_icons {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    background: url(../images/sprite-images.png) no-repeat;
    top: 25px;
    left: 69.5%;
    background-repeat: no-repeat;
    background-position: -263px -45px;
    background-size: 477px 499px;
}
.student_prefer_icons:nth-child(6) .rotate_icons {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    background: url(../images/sprite-images.png) no-repeat;
    top: 25px;
    left: 85.5%;
    background-repeat: no-repeat;
    background-position: -74px -47px;
    background-size: 477px 499px;
}
/* Subject Box  */
.subject-bxbs {
    margin-top: 40px;
}
.sub_boxb {
    margin-bottom: 30px;
    background: #ffffff;
    padding: 15px 15px 10px 15px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border-radius: 5px;
    border: 1px solid #f8f6f6;
    box-shadow:0px 3px 7px 0px rgb(0 34 55 / 5%);
    position: relative;
}
.sub_boxb:hover {
   box-shadow: 0px 5px 12px 0px rgb(0 34 55 / 16%);
}
.assistance-available .sub_boxb .sub_boxb_thumb img {
    margin: 0;
}
.assistance-available .sub_boxb_textb h3 {
    text-align: left;
}
.assistance-available .sub_boxb_textb p {
    min-height: 270px;
}
.adjust-height .assignment_help {
    min-height: 230px;
}
.min-heights .assignment_help:before {
    content: '';
    display: block;
    position: absolute;
    left: 30px;
    top: 55px;
    width: 60px;
    height: 1px;
    background: #193558;
}
.min-heights .assignment_help {
    padding: 15px 30px 15px 30px;
}
.sub_boxb .sub_boxb_thumb img {
    display: block;
    width: 70px;
}
.sub_boxb_textb h3 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}
.sub_boxb_textb h3:after {
    content: '';
    display: block;
    width: 85px;
    height: 1px;
    background: -webkit-linear-gradient(right,#ffffff, #193659, #193659, #193659);
    position: absolute;
    bottom: 0;
    left: 0;
}
.sub_boxb_textb p {
    min-height: 215px;
}
.sub_boxb_textb{
    padding-top: 15px;
}
.boxed_af_1 {
    position: relative;
}

.boxed_af_1:after {
    content: '';
    border: 1px dashed #000;
    position: absolute;
    width: 80px;
    bottom: -35px;
    transform: rotate(90deg);
    left: 40%;
}

.boxed_af_2 {
    position: relative;
}

.boxed_af_2:after {
    content: '';
    border: 1px dashed #000;
    position: absolute;
    width: 120px;
    top: 40%;
    transform: rotate(15deg);
    left: 100%;
}

.boxed_af_3 {
    position: relative;
}

.boxed_af_3:after {
    content: '';
    border: 1px dashed #000;
    position: absolute;
    width: 150px;
    top: 15%;
    transform: rotate(185deg);
    left: 80%;
}

.boxed_af_4 {
    position: relative;
}

.boxed_af_4:after {
    content: '';
    border: 1px dashed #000;
    position: absolute;
    width: 155px;
    top: 28%;
    transform: rotate(165deg);
    right: 90%;
}

.boxed_af_5 {
    position: relative;
}

.boxed_af_5:after {
    content: '';
    border: 1px dashed #000;
    position: absolute;
    width: 175px;
    top: 2px;
    transform: rotate(8deg);
    right: 78%;
}

.boxed_af_6 {
    position: relative;
}

.boxed_af_6:before {
    content: '';
    border: 1px dashed #000;
    position: absolute;
    width: 120px;
    bottom: 92%;
    transform: rotate(90deg) translate(-60%);
    right: 30%;
}

.books_feature_home_sec img {
    z-index: 9;
    position: relative;
}

.my_title_bar_features {
    font-size: 28px;
    position: relative;
    margin-bottom: 10px !important;
    padding-bottom: 0px;
    margin-top: 0 !important;
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
    color: #8561FF !important;
}
.country .my_title_bar_center_White:after{
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.my_title_bar_features+p {
    position: relative;
    margin-bottom: 30px !important;
    padding-bottom: 20px;
}
.students-say-area .easy_imgb {
    padding-top: 50px;
} 
.my_title_bar_features+p:after {
    content: '';
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    transform: translate(-50%);
    background: -webkit-linear-gradient(right,#ffffff, #193659, #193659, #ffffff);
    height: 1px;
}
.featured-page .my_title_bar_center_White:after {
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.section_three_home .my_title_bar_features+p:after, .section_five_home .title-default-center.my_title_bar:after,
 .section_two_home .my_title_bar_center_White:after, .my_title_bar_center.text-left:after, .section-title-black:after, .my_title_bar:after,
 .my_title_bar_center_White:after {
    background: -webkit-linear-gradient(right,#ffffff, #193659, #193659, #ffffff);
}
.section_two_home .my_title_bar_center_White:after{
    background: -webkit-linear-gradient(right, #193659, #ffffff, #ffffff, #193659);
}
ul.icon_indent {
    padding: 10px 0 0 10px;
} 
.icon_indent li {
    margin-left: 30px;
    text-indent: -10px;
}
.icon_indent li .fa-check {
    color: #ff9800;
}

.section_four_home {
    background: #faf9f8;
}
.section_four_home p.text-white.text-center {
    color: #000 !important;
}
.bg_dot {
    background: url(../images/bg-dot.png) repeat;
    background-size: contain;
}

.section_four_opactiy {
    background: #ffffffc7;
    padding: 50px 0;
}

.section_five_home {
    
background: #faf9f8;
}
.section_five_home.bg-white {
    
background: #fff;
}

.section_three_home {
    background: #fff;
}

.faq_home_content {
    padding: 50px 0;
}
.faq_home_content.faq-main-pages{
    padding: 50px 0px;
}
#accordion article.content-entry .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    z-index: 1;
    position: relative;
}

#accordion article.content-entry .panel-heading:before {
    content: "";
    width: 35%;
    height: 20%;
   
    position: absolute;
    bottom: 12px;
    left: 0;
    transform: rotate(-3deg);
    z-index: -1;
}

#accordion article.content-entry .panel-heading:after {
    content: "";
    width: 35%;
    height: 20%;
   
    position: absolute;
    bottom: 12px;
    right: 0;
    transform: rotate(3deg);
    z-index: -1;
}

.footer_top_section {
    background: #fdc800;
    padding: 30px 40px;
    border-radius: 5px;
    position: relative;
    top: 30px;
}

.footer_top_left h2 {
    font-size: 24px;
    
    font-weight: 600;
    line-height: 32px;
}

.footer_top_right {
    text-align: center;
    padding: 16px 0;
    position: relative;
    top: 20px;
}

.footer_top_right a {
    background: #8561FF;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
}

.footer_top_section {
    position: relative;
}

.footer_top_section:before {
    content: '';
    position: absolute;
    background: url(../images/24x7-footer.svg) no-repeat;
    background-size: cover;
    width: 285px;
    height: 62px;
    bottom: 62%;
    right: 13%;
}

.footer-area-top h3 {
    font-size: 20px;
    margin-bottom: 30px;
    color: #fff;
}

.my_title_bar_footer {
    position: relative;
    padding-bottom: 15px;
	color: #fff;
    
}

.my_title_bar_footer:after {
    content: '';
    border: .5px solid #d6d6d6;
    width: 68px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
	margin: 10px 0;
}

.footer_flags_country li a {
    margin-left: 45px;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    position: relative;
    top: -2px;
}

.footer_flags_country li:nth-child(1) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: 0 0;
}

.footer_flags_country li:nth-child(2) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -38px 0;
}

.footer_flags_country li:nth-child(3) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -73px 0;
}

.footer_flags_country li:nth-child(4) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -108px 0;
}

.footer_flags_country li:nth-child(5) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -142px 0;
}

.footer_flags_country li:nth-child(6) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -183px 0;
}

.footer_flags_country li:nth-child(7) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -433px 0;
}

.footer_flags_country li:nth-child(8) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -503px 0;
}

.footer_flags_country.right-flag li:nth-child(1) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -217px 0;
}

.footer_flags_country.right-flag li:nth-child(2) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -254px 0;
}

.footer_flags_country.right-flag li:nth-child(3) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -290px 0;
}

.footer_flags_country.right-flag li:nth-child(4) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -327px 0;
}

.footer_flags_country.right-flag li:nth-child(5) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -362px 0;
}

.footer_flags_country.right-flag li:nth-child(6) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -395px 0;
}

.footer_flags_country.right-flag li:nth-child(7) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -468px 0;
}

.footer_flags_country.right-flag li:nth-child(8) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -542px 0;
}

.footer-area-top .footer-social li:hover:nth-child(1) {
    background: #3b579d;
}

.footer-area-top .footer-social li:hover:nth-child(2) {
    background: #2caae1;
}

.footer-area-top .footer-social li:hover:nth-child(3) {
    background: #007bb6;
}

.footer-area-top .footer-social li:hover:nth-child(4) {
    background: #e6001a;
}

.mega-rel-unset {
    position: unset !important;
}

.header3-area nav#desktop-nav>ul>li ul.mega-menu-area {
    left: 0;
    background: #fff;
}

ul.split_menu_ul {
    column-count: 2 !important;
    width: 500px !important;
}

.mega_menu_dropdown {
    position: relative;
}

#desktop-nav ul li:hover .mega_menu_dropdown:before {
    content: '';
    border-bottom: 15px solid #efefef;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    right: 24px;
    background: 0 0;
    top: 57px;
    border-top: none;
}

.tools-menu a {
    padding: 15px 30px !important;
}

.tools-menu {
    display: inline-flex;
    background: #445b93;
    border-radius: 10px;
    border: 1px dashed #fff;
}

.services_page_header h1.title_spheader {
    font-size: 32px;
	font-weight: 600;
	text-transform: uppercase;
	color: #0d1f42;
	line-height: 36px;
	margin-bottom: 10px;
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;

}

.title_spheader_subtitle {
    font-size: 20px !important;
    position: relative;
    margin-bottom: 15px !important;
    padding-bottom: 5px;
}
 
.services_page_header .title_spheader+p {
    font-size: 16px;
    max-width: 940px;
    font-weight: 400;
    color: #373737;
}

.services_page_header .title_spheader span {
    color: #8561FF;
}

.services_page_header .boxed_type_form.indexs .home_orderform {
    padding: 20px 20px 15px 20px;
    border-radius: 10px;
}
.padd-space{
    padding: 0px 15px;
}
.services_page_header .boxed_type_form.indexs .home_orderform h2.my_title_bar_center {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 20px !important;
    color: #8561FF;
    background: none;
}
.form-design-style {
    clip-path: polygon(0 66%, 100% 66%, 50% 100%, 50% 100%);
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0px;
    background: #0d1f42;
    left: 0;
}
.services_page_header .boxed_type_form.indexs {
    background: #fff;
    top: -25px;
    box-shadow: 0 6px 11px 0 #0000006b;
    right: 0;
    overflow: unset;
    
}
.services_page_header .boxed_type_form {
    background: #fff;
    top: 0px;
    box-shadow: 0 6px 11px 0 #0000006b;
    right: 0;
    overflow: hidden;
}

.services_page_header .home_banner_leftcont {
    padding: 0 0 50px 0;
}

.services_page_header .home_banner_opacity {
    background: linear-gradient( 360deg , #0d1f421a , #ffffff5c , #ffffff36);
}

.services_page_header .title_header_reviews {
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0d1f42;
}

.services_page_header .title_header_reviews+p {
    color: #2a2a2a;
    text-align: center;
}

/*.inner_banner_backg {
    background: url(../images/home--banner-backg.png) fixed;
    background-repeat: no-repeat;
    background-size: cover;
}*/

.inner_banner_opacity {
    background: #b5b5b557;
    padding: 200px 0 80px;
}
.inner_banner_backg {
    background: url(../images/home--banner-backg.svg) fixed;
    background-repeat: no-repeat;
    background-size: 100%;
}
.inner_banner_backg h1 {
    color: #0d1f42;
    text-transform: uppercase;
    font-weight: 600;
}

.price-table-box1 {
    padding: 20px;
    position: relative;
    
}

.price-table-inner {
    background: #fff;
    padding: 30px 15px;
    box-shadow: 0 0 20px #d8d8d8;
    border-radius: 5px;
}

.price_table_pages {
    margin-top: 70px;
    text-align: center;
    text-transform: uppercase;
}

.price_report_writing {
    font-size: 24px;
    
    text-transform: uppercase;
    font-weight: 600;
    background: #3c3c3c;
    color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.price_table_pages h2 {
    font-weight: 600;
    
    word-break: break-all;
}

.arrow_price_report:after {
    content: '';
    border-bottom: 30px solid #fdc80000;
    border-left: 20px solid #3c3c3c;
    border-right: 0 solid #000;
    border-top: 20px solid #d64a4a00;
    position: absolute;
    right: 0;
    background: 0 0;
    top: 85px;
}

.arrow_price_report:before {
    content: '';
    border-bottom: 30px solid #fdc80000;
    border-left: 0 solid transparent;
    border-right: 20px solid #000;
    border-top: 20px solid #d64a4a00;
    position: absolute;
    left: 0;
    background: 0 0;
    top: 85px;
}

.price-table1-area {
    padding: 15px 0 60px;
    background: #f5f5f5;
}

.price-table-service p {
    text-align: center;
    font-weight: 300;
    position: relative;
    padding-bottom: 10px;
}

.price-table-service p:after {
    content: '';
    background: linear-gradient(to right, #fff, #3c3c3c, #2f2f2f, #fff);
    background: -ms-linear-gradient(right, #fff, #3c3c3c, #2f2f2f, #fff);
    background: -o-linear-gradient(right, #fff, #3c3c3c, #2f2f2f, #fff);
    background: -webkit-linear-gradient(right, #fff, #3c3c3c, #2f2f2f, #fff);
    background: -moz-linear-gradient(right, #fff, #3c3c3c, #2f2f2f, #fff);
    width: 60%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
}

.text-black {
    color: #000;
}

.price-table-service {
    margin: 15px 0;
}

.pricetable-btn a {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.price_bgbox_2 .price_report_writing {
    background: #fdc800;
    color: #000;
}

.price_bgbox_2 .arrow_price_report:before {
    border-right-color: #e0b100;
}

.price_bgbox_2 .arrow_price_report:after {
    border-left-color: #e0b100;
}

.price_bgbox_3 .price_report_writing {
    background: #3c3c3c;
}

.price_bgbox_3 .arrow_price_report:before {
    border-right-color: #000;
}

.price_bgbox_3 .arrow_price_report:after {
    border-left-color: #000;
}

.price_bgbox_1 .pricetable-btn {
    background: #3c3c3c;
    border-color: #3c3c3c;
    color: #fff;
    height: auto;
}

.price_bgbox_1 .pricetable-btn a {
    color: #fff;
}

.price_bgbox_2 .pricetable-btn {
    background: #fdc800;
    border-color: #fdc800;
}

.price_bgbox_2 .pricetable-btn a {
    color: #383838;
}

.price_bgbox_3 .pricetable-btn {
    background: #3c3c3c;
    border-color: #3c3c3c;
}

.price_bgbox_3 .pricetable-btn a {
    color: #fff;
}

.price_table_pages img {
    width: 90px;
    margin-bottom: 15px;
}

.price-table-box2 {
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #fff;
}

.box2_table_pricing h3 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    word-break: break-all;
    text-transform: uppercase;
    padding: 0 20px;
    
    font-weight: 600;
    letter-spacing: .7px;
}

.box2_table_pricing>span {
    position: absolute;
    top: 20px;
    background: 0 0;
    color: #fff;
    font-size: 16px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 76px;
    padding: 5px 15px;
    
    border: 2px dotted #fff;
    font-style: italic;
    font-weight: 300;
}

.box2_table_pricing h3>span {
    display: block;
}

.box2_table_pricing {
    background: #03a9f4;
    padding: 70px 15px 30px;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    clip-path: polygon(0 75%, 0 0, 100% 0, 100% 75%, 50% 100%);
}

.price-table-box2 ul {
    margin: 20px 0;
}

.price-table-box2 ul li {
    text-align: center;
    padding: 10px 15px;
    position: relative;
    margin-bottom: 0;
    
    font-weight: 300;
}

.price-table-box2 ul li:after {
    content: '';
    background: linear-gradient(to right, #fff, #3c3c3c, #2f2f2f, #fff);
    background: -ms-linear-gradient(right, #fff, #3c3c3c, #2f2f2f, #fff);
    background: -o-linear-gradient(right, #fff, #3c3c3c, #2f2f2f, #fff);
    background: -webkit-linear-gradient(right, #fff, #3c3c3c, #2f2f2f, #fff);
    background: -moz-linear-gradient(right, #fff, #3c3c3c, #2f2f2f, #fff);
    width: 60%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
}

.price-table4-area {
    padding: 60px 0 120px;
    background: #f5f5f5;
}

.pricing_table4_btn {
    padding-bottom: 20px;
    text-align: center;
}

.pricing_table4_btn a {
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: .8px;
    
    background: #03a9f4;
    border: 1px solid #000;
}

.price-table-box2.price_scale2 {
    transform: scale(1.11);
    z-index: 9;
    position: inherit;
}

.price-table-box2.price_scale2 .box2_table_pricing {
    background: #8561ff;
}

.price-table-box2.price_scale2 .pricing_table4_btn a {
    background: #8561ff;
}

.price-table-box2.price_scale2 .pricing_table4_btn a:hover {
    color: #193759;
    background: #fdc800;
}

.price-table4-area .col-lg-3:nth-child(1) .price-table-box2 .box2_table_pricing {
    background: #193759;
}

.price-table4-area .col-lg-3:nth-child(1) .price-table-box2 .pricing_table4_btn a {
    background: #193759;
}

.price-table4-area .col-lg-3:nth-child(2) .price-table-box2 .box2_table_pricing {
    background: #193759;
}

.price-table4-area .col-lg-3:nth-child(2) .price-table-box2 .pricing_table4_btn a {
    background: #193759;
}

.price-table4-area .col-lg-3:nth-child(3) .price-table-box2 .box2_table_pricing {
    background: #fdc800;
}

.price-table4-area .col-lg-3:nth-child(3) .price-table-box2 .pricing_table4_btn a {
    background: #fdc800;
    color: #000;
    border-color: #fdc800;
}

.price-table4-area .col-lg-3:nth-child(3) .price-table-box2 .pricing_table4_btn:hover a {
    border-color: #193759;
}

.price-table4-area .col-lg-3:nth-child(4) .price-table-box2 .box2_table_pricing {
    background: #193759;
}

.price-table4-area .col-lg-3:nth-child(4) .price-table-box2 .pricing_table4_btn a {
    background: #193759;
}

.price-table-box2:hover {
    background: #f7f7f7;
}

.price-table4-area .price-table-box2 .pricing_table4_btn:hover a {
    color: #193759;
    background: #fff !important;
    border: 1px solid #000;
}

.about_box_page h2 {
    color: #193759;
    font-weight: 700;
    text-transform: uppercase;
}
.about_box_page ul {
    margin-top: 20px;
}
.about_box_page ul li i {
    color: #ff9800;
}
.about_box_page h2 span {
    color: #ff9800;
}

.about_box_page h2:after {
    border-color: #193759;
}

section.about_section_1 {
    padding: 20px 0 60px;
}



.about-page3-bg {
   background: #f3f3f3;
    padding: 50px 0px;
}

.about-page3-bg .about-page3-inner .about-box h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #193759;
    font-weight: 500;
}



.about-page3-bg .about_cont_sec h2:before {
    background: -webkit-linear-gradient(right, #ffffff, #193659, #193659,  #ffffff);
}

.about-page3-bg .about-box {
    margin-bottom: 0;
}

.about-page3-bg .about-box p {
    color: #2b2b2b;
    text-align: left;
    padding-left: 55px;
}

.about-page3-bg .about-page3-inner .about-box h2 a {
    color: #8561FF;
}

.about-slider-area {
    padding: 100px 0;
}

.about-page3-bg .about_cont_sec {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.about-page3-bg .about_cont_sec img {
    margin-right: 15px;
    width: 40px;
    border: 1px solid #acaaaa;
    padding: 5px;
    border-radius: 5px;
    background: #fff;
}

.section_recent_blog {
    padding: 80px 0;
    background: linear-gradient(0deg, #f2f9fe, #f2f9fe, rgb(21 30 64/0%));
}

.blog-txtbs {
    padding: 15px;
}

.blog-txtbs h4 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 1.47;
}

.blog-boxs {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    box-shadow: 0 2px 1px hsl(0deg 0% 80%/33%);
    background: #fff;
}

.blog-txtbs span {
    font-size: 12px;
    padding-right: 10px;
}

.blog-txtbs span img {
    width: 12px;
    margin-right: 1px;
    margin-top: -3px;
}

.blog-txtbs p {
    margin-top: 10px;
    min-height: 170px;
    font-size: 15px;
    border-top: 1px solid #d9d9d9;
    padding-top: 10px;
}

.blog-txtbs a {
    color: #0251b0;
    font-weight: 500;
    font-size: 15px;
}

.blog-txtbs a img {
    width: 10px;
}

.button-box {
    margin: 35px auto 0;
    text-align: center;
}

.button-box a {
    margin-right: 10px;
}

.service-box4 {
    text-align: center;
    background: #183658;
    padding: 30px 15px;
    border-radius: 10px;
    min-height: 305px;
    color: #fff;
}

.service-box4 h3 {
    color: #fff;
}

.service-box4 .service-box-icon i {
    color: #183658;
    font-size: 40px;
    background: #fff;
    border-radius: 50px;
    padding: 20px;
    height: 90px;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.service-box-icon i {
    font-size: 40px;
}

.service_box_contents p {
    text-align: center;
    margin-top: 10px;
}

.service_box_contents {
    text-align: center;
    padding: 15px;
    
}
.service-box-about{
    transition: .6s;
}
.service-box-about:hover img {
    transform: scale(1.05) rotate( 
360deg);
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -ms-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}
.service-box-icon {
    padding: 15px;
    border: 2px;
    border: 2px dashed #000;
    background: #fff;
    border-radius: 56px;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.service_box_contents h3 {
    
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
}

.bg_about_stylish {
    background: #fdc800;
}

.bg_about_stylish h3,
.bg_about_stylish p {
    color: #000;
}

.bg_about_stylish .service-box-icon i {
    background: #000;
    color: #fff;
}

.how-it-works-page {
    padding: 60px 0 36px;
}

.how-it-works-page .carousel-item:after {
    content: '';
    background: linear-gradient(to right, #fff, #3c3c3c, #2f2f2f, #fff);
    background: -ms-linear-gradient(right, #fff, #3c3c3c, #2f2f2f, #fff);
    background: -o-linear-gradient(right, #fff, #3c3c3c, #2f2f2f, #fff);
    background: -webkit-linear-gradient(right, #fff, #3c3c3c, #2f2f2f, #fff);
    background: -moz-linear-gradient(right, #fff, #3c3c3c, #2f2f2f, #fff);
    width: 60%;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%);
}

.how-it-works-page .carousel-item {
    background: 0 0 !important;
}

.how-it-works-page .carousel-item h2 {
    
    font-weight: 600;
    text-transform: uppercase;
}

.how-it-works-page .carousel-item p {
    
    font-weight: 400;
    color: #484848;
    text-align: center;
    margin-top: 15px;
}

.bg_svg_how_works {
    background: #f1f1f1;
    min-height: 360px;
}

.how-works-section {
    padding: 60px 0;
}

.dashboard_order_click_page {
    margin-top: 70px;
}

.section-experts-page {
    padding: 60px 0;
}

.australia_banner_backg {
    background: url(../images/australia.jpg) no-repeat;
    background-size: cover;
}

.australia_banner_backg .home_banner_opacity {
    background: #0000007a;
}

.melbourne_banner_backg {
    background: url(../images/melbourne.jpg) no-repeat;
    background-size: cover;
}

.melbourne_banner_backg .home_banner_opacity {
    background: #0000007a;
}

.melbourne_banner_backg .home_banner_leftcont h1 {
    color: #fff;
}

.australia_banner_backg .home_banner_leftcont {
    color: #fff;
}

.australia_banner_backg .home_banner_leftcont h1 {
    color: #fff;
}

.australia_banner_backg .boxed_type_form {
    box-shadow: 0 0 14px 2px #00000040;
}

.uk_banner_backg {
    background: url(../images/uk.jpg) no-repeat;
    background-size: cover;
}

.uk_banner_backg .home_banner_opacity {
    background: #0000007a;
}

.uk_banner_backg .home_banner_leftcont {
    color: #fff;
}

.uk_banner_backg .home_banner_leftcont h1 {
    color: #fff;
}

.uk_banner_backg .boxed_type_form {
    box-shadow: 0 0 14px 2px #00000040;
}

.saudi_arabia_banner_backg {
    background: url(../images/saudi-arabia.jpg) no-repeat;
    background-size: cover;
}

.saudi_arabia_banner_backg .home_banner_opacity {
    background: #0000007a;
}

.saudi_arabia_banner_backg .home_banner_leftcont {
    color: #fff;
}

.saudi_arabia_banner_backg .home_banner_leftcont h1 {
    color: #fff;
}

.saudi_arabia_banner_backg .boxed_type_form {
    box-shadow: 0 0 14px 2px #00000040;
}

.my_banner_backg {
    background: url(../images/malaysia.jpg) no-repeat;
    background-size: cover;
}

.my_banner_backg .home_banner_opacity {
    background: #0000007a;
}

.my_banner_backg .home_banner_leftcont {
    color: #fff;
}

.my_banner_backg .home_banner_leftcont h1 {
    color: #fff;
}

.my_banner_backg .boxed_type_form {
    box-shadow: 0 0 14px 2px #00000040;
}

.sg_banner_backg {
    background: url(../images/singapore.jpg) no-repeat;
    background-size: cover;
}

.sg_banner_backg .home_banner_opacity {
    background: #0000007a;
}

.sg_banner_backg .home_banner_leftcont {
    color: #fff;
}

.sg_banner_backg .home_banner_leftcont h1 {
    color: #fff;
}

.sg_banner_backg .boxed_type_form {
    box-shadow: 0 0 14px 2px #00000040;
}

.bh_banner_backg {
    background: url(../images/bahrain.jpg) no-repeat;
    background-size: cover;
}

.bh_banner_backg .home_banner_opacity {
    background: #0000007a;
}

.bh_banner_backg .home_banner_leftcont {
    color: #fff;
}

.bh_banner_backg .home_banner_leftcont h1 {
    color: #fff;
}

.bh_banner_backg .boxed_type_form {
    box-shadow: 0 0 14px 2px #00000040;
}

.qa_banner_backg {
    background: url(../images/qatar.jpg) no-repeat;
    background-size: cover;
}

.qa_banner_backg .home_banner_opacity {
    background: #0000007a;
}

.qa_banner_backg .home_banner_leftcont {
    color: #fff;
}

.qa_banner_backg .home_banner_leftcont h1 {
    color: #fff;
}

.qa_banner_backg .boxed_type_form {
    box-shadow: 0 0 14px 2px #00000040;
}

.nz_banner_backg {
    background: url(../images/new-zealand.jpg) no-repeat;
    background-size: cover;
}

.nz_banner_backg .home_banner_opacity {
    background: #0000007a;
}

.nz_banner_backg .home_banner_leftcont {
    color: #fff;
}

.nz_banner_backg .home_banner_leftcont h1 {
    color: #fff;
}

.nz_banner_backg .boxed_type_form {
    box-shadow: 0 0 14px 2px #00000040;
}

.uae_banner_backg {
    background: url(../images/uae.jpg) no-repeat;
    background-size: cover;
}

.uae_banner_backg .home_banner_opacity {
    background: #0000007a;
}

.uae_banner_backg .home_banner_leftcont {
    color: #fff;
}

.uae_banner_backg .home_banner_leftcont h1 {
    color: #fff;
}

.kuwait_banner_backg {
    background: url(../images/kuwait.jpg) no-repeat;
    background-size: cover;
}

.kuwait_banner_backg .home_banner_opacity {
    background: #0000007a;
}

.kuwait_banner_backg .home_banner_leftcont {
    color: #fff;
}

.kuwait_banner_backg .home_banner_leftcont h1 {
    color: #fff;
}

.ca_banner_backg {
    background: url(../images/canada.jpg) no-repeat;
    background-size: cover;
}

.ca_banner_backg .home_banner_opacity {
    background: #0000007a;
}

.ca_banner_backg .home_banner_leftcont {
    color: #fff;
}

.ca_banner_backg .home_banner_leftcont h1 {
    color: #fff;
}

 .boxed_type_form {
    box-shadow: 0 0 14px 2px #00000040;
}

.om_banner_backg {
    background: url(../images/oman.jpg) no-repeat;
    background-size: cover;
}

.om_banner_backg .home_banner_opacity {
    background: #0000007a;
}

.om_banner_backg .home_banner_leftcont {
    color: #fff;
}

.om_banner_backg .home_banner_leftcont h1 {
    color: #fff;
}

.om_banner_backg .boxed_type_form {
    box-shadow: 0 0 14px 2px #00000040;
}

.ie_banner_backg {
    background: url(../images/ireland.jpg) no-repeat;
    background-size: cover;
}

.ie_banner_backg .home_banner_opacity {
    background: #0000007a;
}

.ie_banner_backg .home_banner_leftcont {
    color: #fff;
}

.ie_banner_backg .home_banner_leftcont h1 {
    color: #fff;
}

.ie_banner_backg .boxed_type_form {
    box-shadow: 0 0 14px 2px #00000040;
}

.hk_banner_backg {
    background: url(../images/hong-kong.jpg) no-repeat;
    background-size: cover;
}

.hk_banner_backg .home_banner_opacity {
    background: #0000007a;
}

.hk_banner_backg .home_banner_leftcont {
    color: #fff;
}

.hk_banner_backg .home_banner_leftcont h1 {
    color: #fff;
}

.hk_banner_backg .boxed_type_form {
    box-shadow: 0 0 14px 2px #00000040;
}

.jo_banner_backg {
    background: url(../images/jordan.jpg) no-repeat;
    background-size: cover;
}

.jo_banner_backg .home_banner_opacity {
    background: #0000007a;
}

.jo_banner_backg .home_banner_leftcont {
    color: #fff;
}

.jo_banner_backg .home_banner_leftcont h1 {
    color: #fff;
}

.jo_banner_backg .boxed_type_form {
    box-shadow: 0 0 14px 2px #00000040;
}

.services_form_breadcrumb {
    
    background: #fbfbfb;
}

.faq_page_content {
    padding: 50px 0;
}

.footer_flex_order {
    display: flex;
    align-items: center;
    justify-content: center;
}



.services_content_design .course-details-inner {
    padding: 0 0 15px;
}

.services_content_design h2:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background: -webkit-linear-gradient(right,#ffffff, #193659, #193659, #ffffff);
    width: 120px;
    height: 1px;
	bottom:-10px;
}

.hire_experts_btn {
    padding: 15px 0;
    text-align: center;
}

.hire_experts_btn a {
    background: #fdc800;
    padding: 7px;
    display: initial;
    padding: 7px 20px;
    color: #193759;
    font-weight: 700;
    border: 1px solid #fff;
    border-radius: 40px;
    display: table;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 1px 0px 6px 4px #ff592185;
}

.hire_experts_btn a:hover {
    background: #ff9800;
    color: #0b66d5;
    border: 1px solid #fff;
    border-radius: 40px;
}
.services_content_design .course-details-inner h3.services_space_mtb15 {
    padding-left: 0;
    color: #8561FF;
    
}
.services_content_design .course-details-inner .services_space_mtb15 i.fa {
    display: none;
}
.services_space_mtb15, h3.title-default {
    margin: 20px 0px 10px;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    padding-left: 0px;
}
h4.services_space_mtb15 {
    font-size: 17px;
    margin-bottom: 5px;
    color: #12427a;
}
.services_space_mtb15 i.fa,  h3.title-default i.fa{
    color: #193659;
    position: absolute;
    left: 2px;
    top: 2px;
	display:none;
}
h3.title-default, h4.title-default {
    margin: 20px 0 10px;
    font-size: 20px;
    font-weight: 500;
}
.howitwork .work-box h3 i.fa {
    display: none;
}
.services_caret_arrow {
    margin-left: 30px;
    margin-top: 15px;
    padding-top: 1px;
}

.services_caret_arrow li:before {
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
}

.services_caret_arrow li {
    text-indent: 0px;
    padding-left: 5px;
}

.grab_coupon_code h2::after {
    content: '';
    background: linear-gradient(to right,#fff,#5a5a5a,#5a5a5a,#fff);
    background: -ms-linear-gradient(right,#fff,#5a5a5a,#5a5a5a,#fff);
    background: -o-linear-gradient(right,#fff,#5a5a5a,#5a5a5a,#fff);
    background: -webkit-linear-gradient(right,#fff,#5a5a5a,#5a5a5a,#fff);
    background: -moz-linear-gradient(right,#fff,#5a5a5a,#5a5a5a,#fff);
}

.sidebar .sidebar_other_services ul li {
    margin-bottom: 5px;
    text-align: left;
}

.sidebar .sidebar_other_services ul li a {
    color: #000 !important;
    font-size: 14px;
    text-transform: capitalize;
}

.sidebar_other_services .services_caret_arrow {
    margin-left: 15px;
}

.sidebar_other_services {
    margin-bottom: 30px;
}
.plagiarism_img_sidebar img {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.services_content_design h2 {
    font-size: 28px;
    padding-left: 0;
    color: #8561FF;
    margin: 20px 0px 30px;
	padding-bottom: 15px;
}
.hire_experts_btn {
    padding: 15px 15px 15px;
    text-align: left;
    background: linear-gradient( 130deg , #ff5e1e , #ff7e0e , #ff5b20);
    color: #fff;
    border-radius: 5px;
    margin: 25px 0px;
    position: relative;
   z-index: 9;
overflow: hidden;
}
.hire_experts_btn:after {
    background-image: url(../../static/images/place-order.png);
    -webkit-background-image: url(../../static/images/place-order.png);
     -moz-background-image: url(../../static/images/place-order.png);
position: absolute;
content: '';
right: -15px;
top: 0px;
background-repeat: no-repeat;
background-size: contain;
z-index: -1;
opacity: 0.5;
width: 150px;
height: 150px;
transform: rotate( -30deg);
}
.hire_experts_btn h4 {
    color: #fff;
    margin-bottom: 10px !important;
    padding-bottom: 10px;
    font-size: 25px;
    font-weight: 600;
}

.hire_experts_btn p {
    text-align: left;
    margin-bottom: 0px;
}

.grab_coupon_code h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 22px !important;
    border-bottom: none !important;
    padding-bottom: 5px;
    font-weight: 400;
    padding: 5px;
    position: relative;
}

.grab_coupon_code h2:after {
    content: '';
    
    width: 60%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translate(-50%);
}

.grab_coupon_code .coupon_text {
    font-size: 24px;
    font-weight: 600;
    border: 1px dashed #fff;
    text-align: center;
    background: #fca311!important;
    padding: 5px;
    transform: rotate(-3deg);
    width: 85%;
    color: #fff;
    margin: 0 auto;
    margin-top: 15px;
}



.grab_coupon_code p {
    display: grid;
    text-align: center;
    margin: 10px;
    color: #fff;
     
    font-style: italic;
    line-height: 1.2;
    
}
.grab_coupon_code p {
    margin: 10px 10px 20px;
    color: #272727;
    font-size: 18px;
}
.grab_coupon_code p span:last-child {
    font-size: 30px;
    text-transform: uppercase;
    color: #fdc800;
    
    font-weight: 800;
}
.grab_coupon_code p span:last-child {
    font-size: 30px;
    text-transform: uppercase;
    color: #fdc800;
    
    font-weight: 800;
}
.grab_coupon_code {
    background: #ffffff;
    padding: 15px 10px;
    margin-bottom: 15px;
    box-shadow: 0 6px 11px 0 #00000005;
    border-radius: 2px;
    border: 1px solid #c3c3c3;
}
.grab_coupon_code h2 {
    font-size: 22px;
    color: #565656 !important;
}
.grab_coupon_code h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 22px !important;
    border-bottom: none !important;
    padding-bottom: 5px;
    
    font-weight: 600;
    font-size: 22px;
    
    padding: 5px;
    position: relative;
}
.grab_coupon_code .services_caret_arrow {
    margin-left: 0;
}

.grab_coupon_code .sidebar_order_btn {
    margin: 0 auto;
    text-align: center;
    padding: 10px 0 15px;
}

.grab_coupon_code .sidebar_order_btn a {
    border-radius: 50px;
    background: #fdc800;
    padding: 12px 25px;
    text-align: center;
    color: #0d1f42;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.grab_coupon_code .sidebar_order_btn a {
    background: #8561FF;
    padding: 10px 30px;
    color: #fff;
}
.grab_coupon_code .sidebar_order_btn a:hover {
    background: transparent;
    color: #000;
    border: 2px solid #8561ff !important;
}
.delivery_sidebar_sec {
    background: #0d1f42;
}

.delivery_sidebar_sec h2 {
    padding: 10px;
    text-align: center;
    margin-bottom: 15px !important;
    border-bottom: none !important;
    color: #fff !important;
    position: relative;
}

.delivery_sidebar_sec h2:after {
    content: '';
    background: linear-gradient(to right, #0d1f42, #fff, #fff, #0d1f42);
    background: -ms-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    background: -o-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    background: -webkit-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    background: -moz-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    width: 60%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translate(-50%);
}

.delivery_sidebar_sec img {
    background: #fff;
}

.delivery_sidebar_sec p {
    padding: 0 15px 15px;
    color: #fff;
}

.delivery_sidebar_sec .services_caret_arrow {
    color: #fff;
    padding: 0 15px;
    padding-bottom: 15px;
}

.plagiarism_sidebar_box {
    background: #ffffff;
}

.plagiarism_sidebar_sec .plagiarism_img_sidebar {
    background: #fff;
    text-align: center;
}

.plagiarism_sidebar_sec h2 {
    text-align: center;
    padding: 15px 10px 10px;
    border-bottom: none !important;
    color: #fff !important;
    position: relative;
    margin-bottom: 20px !important;
}

.plagiarism_sidebar_sec h2:after {
    content: '';
    background: linear-gradient(to right, #0d1f42, #fff, #fff, #0d1f42);
    background: -ms-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    background: -o-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    background: -webkit-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    background: -moz-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    width: 60%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translate(-50%);
}

.plagiarism_sidebar_sec p {
    color: #fff;
    padding: 0 15px;
}

.plagiarism_sidebar_sec ul {
    color: #fff;
    padding: 0 15px 15px;
}

.services_link_sidebar {
    padding: 0;
    box-shadow: 0 6px 11px 0 #00000005;
    border-radius: 2px;
    background-color: #ffffff;
    border: 1px solid #c3c3c3;
    margin-bottom: 30px;
    overflow: hidden;
}

.services_link_sidebar ul li a {
    color: #fff !important;
}

.services_link_sidebar h2 {
    text-align: center;
    padding: 15px 10px 10px;
    border-bottom: none !important;
    color: #0c2041 !important;
    position: relative;
    margin-bottom: 20px !important;
    text-transform: uppercase;
    font-size: 24px;
}

.services_link_sidebar h2:after {
    content: '';
    width: 60%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%);
    background: -webkit-linear-gradient(right,#fff,#5a5a5a,#5a5a5a,#fff);
}

.services_link_sidebar .plagiarism_sidebar_box ul {
    padding: 0 15px 15px;
}

.nav-tabs-service {
    border-bottom: 2px solid #8561FF;
    margin: 30px 0;
}

.nav-tabs-service .nav-pills li {
    width: 33.333%;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 0;
}

.nav-tabs-service .tab-content {
    margin-top: 0;
    border: 1px solid #e8e8e8;
    border-top: 1px;
    background-color: #f1f1f178;
}

.nav-pills .show>.nav-link,
.nav-tabs-service .nav-pills .nav-link.active {
    color: #ff9800;
    background-color: #f1f1f178;
    position: relative;
    border-top: 2px solid #ff9800;
    border-bottom: none;
}

.nav-tabs-service .nav-pills li:last-child a {
    border-right: 1px solid #e8e8e8;
}

.nav-tabs-service .tab-content>.tab-pane {
    padding: 20px;
}
.nav-pills .show > .nav-link, .nav-tabs-service .nav-pills .nav-link.active {
    color: #8561FF;
    border-top: 2px solid #8561FF;
}

.nav-tabs-service .nav-pills .nav-link {
    border-radius: 0;
    color: #0d1f42;
    
    padding: 12px 0;
    background: 0 0;
    border: 1px solid #e8e8e8;
    border-right: 1px solid #fff;
}

.nav-tabs-service .tab_service_box p {
    text-align: center;
    font-size: 14px;
}

.nav-tabs-service .tab_service_box {
    text-align: center;
    
}

.nav-tabs-service .tab_service_box h3 {
    margin-bottom: 10px;
    
    font-size: 18px;
    color: #8561FF;
}
.tab-content > .tab-pane h3::after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background:#8561FF;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    right: 0;
}
.nav-tabs-service .tab_service_box_img {
    width: 75px;
    height: 75px;
    border-radius: 60px;
    background: 0 0;
    margin: 0 auto;
    border: 1px dashed #ff9800;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-tabs-service .tab_service_box_img img {
    width: 100%;
    padding: 15px;
}

.nav-tabs-service .tab_service_box:after {
    content: '';
    background: linear-gradient(to top, #ffffff00, #ff9800, #ff9800, #0d1f4200);
    background: -ms-linear-gradient(top, #ffffff00, #ff9800, #ff9800, #0d1f4200);
    background: -o-linear-gradient(top, #ffffff00, #ff9800, #ff9800, #0d1f4200);
    background: -webkit-linear-gradient(top, #ffffff00, #ff9800, #ff9800, #0d1f4200);
    background: -moz-linear-gradient(top, #ffffff00, #ff9800, #ff9800, #0d1f4200);
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.nav-tabs-service .tab-content .col-md-4:last-child .tab_service_box:after {
    content: '';
    background: 0 0;
}

.menu_rating_reviews>span {
    font-size: 12px;
}

.menu_rating_reviews {
    background: #ff9800;
    padding: 2px 8px;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin-left: 10px;
    
    letter-spacing: 1px;
}

.menu-star-rating i {
    color: #fdc800;
}

.menu-star-rating {
    position: absolute;
    top: 10px;
    font-size: 12px;
    left: 6px;
}
.grammer-checks {
    padding: 120px 0px 60px;
}


.select_experts_person span.input-group-addon {
    background: #ff9800;
    padding: 0 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
}

.select_experts_person .filter_experts .form-control {
    border-radius: 0;
    border-right: none;
}

.select_experts_person .filter_experts>div:last-child .form-control {
    border-radius: 0;
    border-right: 1px solid #ced4da !important;
}

.no-gutters>.col-md-4:last-child .form-control {
    border-right: 1px solid #ced4da !important;
}

.filter_experts {
    margin-bottom: 20px;
}

.select_experts_person .filter_experts .form-control:focus {
    box-shadow: none;
}



.boxes_experts_hire {
    background: #fff;
    padding: 30px 15px;
    box-shadow: 0 0 7px #c7c7c7;
    margin-bottom: 30px;
}

.boxes_experts_hire .person_hire_img img {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    object-fit: cover;
}

.boxes_experts_hire .person_hire_stars i.fa {
    font-size: 12px;
    color: #8561FF;
    -webkit-text-stroke-width: .2px;
    -webkit-text-stroke-color: #8561FF;
    padding: 0;
}

.expers_info_designation ul li {
    list-style-type: initial !important;
    margin: 0 0 0 20px;
}

.experts_info_right i.fa {
    color:#8561ff;
}

.person_details_experts h5 {
    font-size: 14px;
    
    margin: 6px 0;
    font-weight: 500;
}

.person_details_experts h4 {
    font-size: 16px;
    font-weight: 500;
    
    color: #ff9800;
}

.person_rating_experts {
    text-align: center;
}

.person_details_experts .order-status {
    font-size: 14px;
    
}

.person_details_content p {
    font-size: 14px;
    
    text-align: left;
}

.person_details_content {
    border-top: 1px dashed #000;
    padding-top: 10px;
    margin-top: 10px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 100px;
    font-size: 14px;
    line-height: 1;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn_hire_me_experts {
    margin-top: 20px;
}

.btn_hire_me_experts a {
    background: #ff9800;
    padding: 10px 30px;
    border-radius: 5px;
    color: #fff;
}

.experts_hiring_details {
    padding: 30px 0;
}

.expert-img {
    background: #fff;
    padding: 1px;
    text-align: center;
}

.sidebar_boxexpert_category .expert-img img {
    border-radius: 60px;
    height: 70px;
    width: 70px;
    object-fit: cover;
}

.experts_info_right p {
    margin-bottom: 5px;
    font-size: 14px;
}

.experts_info_right h4 {
    
    font-size: 24px;
    font-weight: 600;
    color: #ff9800;
    text-transform: uppercase;
}

.expers_info_designation {
    border-top: 1px dashed #ccc;
    margin-top: 15px;
    padding-top: 15px;
}

.expers_info_designation h4 {
    margin-bottom: 10px;
    
}

.experts_info_right .text-right {
    position: absolute;
    right: 15px;
    top: 5px;
}

.sidebar_experts_category h5 {
    
    margin-bottom: 0;
    font-size: 16px;
}

.sidebar_experts_category h5 a {
    color: #000;
}

.sidebar_experts_category p {
    font-size: 14px;
}

.sidebar_boxexpert_category {
    border-bottom: 1px dashed #c1c1c1;
    padding-bottom: 20px;
    margin-bottom: 15px;
    padding-left: 25px;
    padding-right: 20px;
}

.sidebar_boxexpert_category:last-child {
    border-bottom: none;
}

.sidebar_experts_title {
    padding: 15px 10px 10px;
    color: #193759;
    margin-bottom: 15px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}

.experts_info_right h5 {
    margin-bottom: 5px;
}

.experts_profile_sidebar {
    box-shadow: 0 0 6px #ababab;
    margin-bottom: 30px;
}

.sidebar_experts_hire_me a {
    background: #ff9800;
    padding: 6px 15px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}

.sidebar_experts_category p {
    margin-bottom: 5px;
}

.sidebar_boxexpert_category .col-md-4 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 auto;
}

.experts_profile_sidebar .sidebar_experts_title:after {
    content: '';
    background: linear-gradient(to right, #0d1f42, #fff, #fff, #0d1f42);
    background: -ms-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    background: -o-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    background: -webkit-linear-gradient(right, #fff, #042041, #052041, #fff);
    background: -moz-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    width: 60%;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translate(-50%);
}

.career_page_design h2 {
    padding: 10px 0;
    
    word-break: break-all;
}

.career_page_design h3 {
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}
.jobs_section {
    padding: 40px 0;
}
.jobs_career_info {
    padding: 0;
}
.jobs_career_info h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: 500;
    display: block;
    position: relative;
    color: #8561FF;
}
.jobs_career_info h2:after {
    content: '';
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 1px;
    background: -webkit-linear-gradient(left,#193659, #193659, #193659, #ffffff);
}
.jobs_career_info .h3 {
    margin-bottom: 10px;
    margin-top: 20px;
    position: relative;
    padding-bottom: 0px;
    font-size: 20px;
    font-weight: 500;
}
.career_page_design h3:after {
    content: '';
    border: .5px dashed #b5acac;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
}

.jobs_form_sidebar {
    background: #163456;
    padding: 15px;
}

.jobs_form_sidebar label {
    text-align: left;
}

.jobs_form_sidebar label {
    text-align: left !important;
    width: 100%;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-size: 1rem;
    left: 0;
    padding: 0 5px;
    top: -12px;
    position: absolute;
    color: #999;
    
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(.9) translateY(100%);
    transform: scale(.9) translateY(100%);
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
}

.jobs_form_sidebar .form-group {
    margin-bottom: 25px;
    display: flow-root;
    position: relative;
}

.jobs_form_sidebar input, .jobs_form_sidebar select {
    padding: 4px;
    border: none !important;
    border-bottom: 1px solid #cecece !important;
    background: 0 0;
    box-shadow: none !important;
    border-radius: 0;
        color: #000;
}

.jobs_form_sidebar h2 {
    color: #173557;
    
    margin-bottom: 15px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
}

.jobs_form_sidebar h2:after {
    content: '';
    background: linear-gradient(to right, #0d1f42, #fff, #fff, #0d1f42);
    background: -ms-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    background: -o-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    background: -webkit-linear-gradient(right, #0d1f4200, #0d1f42, #0d1f42, #0d1f4200);
    background: -moz-linear-gradient(right, #0d1f42, #fff, #fff, #0d1f42);
    width: 60%;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
}

.jobs_form_sidebar {
    background: #fff;
    padding: 15px;
    box-shadow: 0px 3px 11px 0 #00000059;
    position: sticky;
    top: 110px;
    margin-bottom: 40px;
    border-radius: 15px;
}

.jobs_form_sidebar form {
    padding: 0;
}

.btn.btn_job_career {
    background: #193759;
    width: 100%;
    padding: 8px;
    color: #fff;
    font-size: 16px;
    margin: 10px 0;
}

.jobs_form_sidebar input.form-control-file {
    color: #999;
    border-bottom: 0 !important;
}
.career_page_design {
    margin: 20px 0 40px;
}
.career_steps_box {
    text-align: center;
    margin: 30px 0 60px;
}
.career_page_design ul li strong {
    color: #8561FF;
}
.career_steps_content {
    margin-top: 10px;
}

.career_steps_content h4 {
    font-size: 16px;
    
}

.career_steps_img {
    position: relative;
}

.career_steps_img:after {
    content: '';
    position: absolute;
    top: 50%;
    border: .5px dashed #504a4a;
    width: 40%;
    transform: translate(-50%, -50%);
    right: -55%;
}

.col-md-2:last-child .career_steps_img:after {
    border: 0;
}

.jobs_form_sidebar .form-control:focus {
    background: 0 0;
    box-shadow: none;
    border-color: red !important;
}

.animate-label {
    position: absolute;
    top: -35px !important;
    width: 100%;
    box-sizing: border-box;
}

.jobs_form_sidebar .form-group label {
    transition: .5s ease-in-out;
}

.jobs_form_sidebar form .form-group:nth-child(8) {
    margin-bottom: 0 !important;
}

.jobs_banner_backg {
    background: url(../images/jobs.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.jobs_banner_career {
    padding: 89px 0;
    margin-top: 113px;
}

.spinner {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.spinner div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border-color: #000 transparent transparent transparent;
}

.spinner div:nth-child(1) {
    animation-delay: -.45s;
}

.spinner div:nth-child(2) {
    animation-delay: -.3s;
}

.spinner div:nth-child(3) {
    animation-delay: -.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.person_details_experts a {
    color: #ff9800;
}

.sidebar_experts_category i.fa {
    font-size: 12px;
    color: #8561FF;
    -webkit-text-stroke-width: .2px;
    -webkit-text-stroke-color: #8561FF;
    padding: 0;
}

.career_page_design ul li {
    text-align: left;
}

.resume_writing_banner_backg {
    background: url(../images/resume-writing.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

section.resume_writing_01 {
    padding: 60px 0;
}

.resume_writing_left_sec h2 {
    margin-bottom: 15px;
}

.resume_writing_right_sec {
    text-align: center;
}

.resume_writing_right_sec img {
    width: 85%;
}

.color_orange {
    color: #ff9800;
}

.resume_writing_02 {
    background: #f3f3f3;
    padding: 60px 0;
}

.boxes_resume_writing {
    background: #fff;
    padding: 15px;
    text-align: center;
    box-shadow: 0 0 20px #dadada;
    margin-top: 10px;
}

.boxes_resume_writing:hover {
    animation: nudge 1s linear;
    background: #ff9800;
    color: #fff;
}

.boxes_resume_writing:hover h3 {
    color: #fff;
}

.boxes_rw_img img {
    max-width: 80px;
}

.boxes_rw_cont h3 {
    padding-bottom: 5px;
    margin-top: 10px;
    
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ff9800;
}

@keyframes nudge {
    0% {
        transform: rotate(-7deg);
    }
    33% {
        transform: rotate(7deg);
    }
    66% {
        transform: rotate(-7deg);
    }
}

section.resume_writing_03 {
    padding: 60px 0;
}

.boxes_resume_pattern {
    border: 1px solid #dadada;
    overflow: hidden;
    max-height: 255px;
    padding: 5px;
    margin-top: 20px;
}

.boxes_rp_design {
    position: relative;
    transition: all .3s ease 0s;
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
    cursor: pointer;
}

.btn_close_resume {
    position: absolute;
    right: -40px;
    top: -10px;
    z-index: 9;
    font-size: 20px !important;
    color: #fff !important;
}

.btn_close_resume:focus {
    box-shadow: none;
}

.resume_writing_03 .modal-dialog {
    margin: 0;
}

.resume_writing_03 #myModal {
    background: #0000008f;
}

.resume_pattern_rightside_cont {
    margin-top: 15px;
}

.resume_pattern_rightside_cont h3 {
    margin-bottom: 5px;
}

.btn_resume_contact a {
    background: #ff9800;
    padding: 15px 30px;
    color: #fff;
    border-radius: 50px;
    
    font-style: italic;
    font-size: 18px;
}

.btn_resume_contact {
    text-align: center;
    margin: 40px 0 10px;
}

.menu_desktop_left {
    float: left;
}

.menu_desktop_right {
    float: right;
}

.main_menu_cat a:before {
    display: none;
}

.main_menu_cat a i {
    float: right;
    padding: 5px 10px 5px 0;
}

.main_menu_cat ul {
    display: none;
}

.main_menu_cat:hover ul {
    display: block;
    position: absolute !important;
    left: 100% !important;
    top: 0 !important;
}

.main_menu_cat ul li ul {
    display: none;
}

.main_menu_cat:hover ul li ul {
    display: none;
}

.main_menu_cat ul li:hover ul {
    display: block;
    min-width: 660px !important;
}

.main_menu_cat ul li {
    position: initial !important;
}

.mega-menu-area {
    background: #ececec !important;
}

.main_menu_cat ul {
    background: #f1f1f1 !important;
}

.main_menu_cat>ul>li ul {
    background: #fff !important;
}

.mega-menu-area,
.mega-menu-area ul {
    min-height: 500px;
}

.menu_desktop_left ul li {
    position: initial !important;
}

nav#desktop-nav ul li:hover>a {
    color: #fff !important;
}

nav#desktop-nav ul li>ul>li:hover>a {
    color: #fff;
    background: #8561FF;
}

.section_dash_profile {
    padding-top: 90px;
    background: #ececec;
}

.form_update_profile {
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
    margin-top: 30px;
    background: #fff;
}

.form_up_details {
    padding: 25px 20px 5px;
}

.form_update_profile input {
    display: block;
    border-radius: 5px;
}
.form-control {
    border: 1px solid #535f79;
   padding: 13px 15px;
    background: #F9F7FF;
    background: #fff;
}
.form_update_profile input:focus {
    box-shadow: none;
    border-bottom: 2px solid #ff9800 !important;
}

.form_update_profile textarea:focus {
    box-shadow: none;
    border-bottom: 2px solid #ff9800 !important;
}

.user_profile_upload input {
    padding: 10px;
    height: 50px;
    border-color: #fff;
}

.form_update_profile .form-group {
    margin-bottom: 15px;
}

.submit_form_update {
    background: #193759 !important;
    border-radius: 40px;
    border: 0;
    box-shadow: -1px 4px 6px #bfbfbf;
    margin-top: 8px !important;
}

.submit_form_update:hover {
    background: #fdc800 !important;
    color: #000 !important;
    border: 0 !important;
}

.form_update_profile select {
     
    color: #000;
    width: 100%;
    
}

.user_profile_pic {
    text-align: center;
}

.user_profile_pic img {
    margin-bottom: 15px;
    width: 160px;
    border: 1px dashed #c3c3c3;
    border-radius: 110px;
    padding: 5px;
    border-width: 2px;
}

.form_update_profile h2 {
    background: #8561FF;
    padding: 10px;
    color: #fff;
    text-align: center;
    
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.profile_update_cp {
    padding: 20px;
    border: 1px solid #e2e2e2;
    margin-bottom: 60px;
    background: #fff;
}

.profile_update_cp h2 {
    padding: 10px;
    margin-bottom: 15px;
    color: #000;
    text-align: center;
    
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.profile_update_cp input:focus {
    box-shadow: none;
    border-bottom: 2px solid #ff9800 !important;
}

.profile_update_cp label {
    color: #0d1f42;
    font-size: 14px;
    font-weight: 500;
}

.form_update_pp {
    margin-bottom: 30px;
    background: #fff;
    padding: 20px;
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
    margin-top: 30px;
}

.form_update_pp h2 {
    background: #0d1f42;
    padding: 10px;
    margin-bottom: 15px;
    color: #0d1f42;
    text-align: center;
    
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.profile_update_cp .submit_form_cp {
    background: #8561FF !important;
    padding: 6px;
    
    border: none !important;
    border-radius: 50px;
    margin-top: 5px;
    letter-spacing: 1px;
}

.profile_update_cp .submit_form_cp:hover {
    border: 0;
    background: #fdc800 !important;
}

.form_update_pp h2 {
    background: 0 0;
    margin-bottom: 15px;
    padding: 0;
}
.profile_update_cp label {
    margin-bottom: 0;
}

.form_update_profile label {
    margin-bottom: 5px;
    color: #0d1f42;
    font-size: 14px;
    font-weight: 500;
}

.form_update_profile textarea {
    overflow-x: hidden;
    color: #000;
     
}

.boxes_pd_cont img {
    width: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.boxes_pd_cont a {
    display: grid;
    text-align: center;
    background: #fff;
    padding: 20px 0;
    color: #000;
    font-weight: 600;
    
    border-top: 5px solid #ff9800;
}

.boxes_pd_cont a:hover {
    background: #ff9800;
    box-shadow: 1px 6px 14px 0 #b9b9b9;
}

.boxes_pd_cont a:hover span {
    color: #fff;
}

.order-dashboard-wrapper {
    padding-top: 130px;
    padding-bottom: 60px;
    background: #ececec;
}

.order_page_dashboard-sidebar {
    border: 0 solid #e2e2e2;
    padding: 45px 20px;
    background: #000000bf;
    min-height: 620px;
}

.order-dashboard-wrapper .card-header {
    padding: 20px 20px;
    position: relative;
    background: #fdc800;
    border-radius: 0 !important;
}

.order-dashboard-wrapper .card-header:after {
    content: '';
    border-left: 20px solid #e8000000;
    border-right: 20px solid #ffbaba00;
    border-top: 20px solid #403e3e00;
    border-bottom: 20px solid #fff;
    position: absolute;
    bottom: -10px;
    left: 10%;
}

.order-dashboard-wrapper .card-header h3 {
    color: #2d2d2d;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    
}

.order-dashboard-wrapper .card-header p {
    color: #3e3e3e;
    text-align: left;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 0;
     
}
.order-dashboard-wrapper .form-group select {
    float: none;
}

.order-dashboard-wrapper .new-card.card-design {
    box-shadow: none;
    border-radius: 0 !important;
    min-height: 620px;
}

.order_page_dashboard-sidebar h3 {
    text-align: center;
    margin-bottom: 35px;
    color: #fff;
    font-size: 28px;
    margin-top: 20px;
}

.order-dashboard-wrapper .order_icon_contpage {
    color: #fff;
}



.order-dashboard-wrapper .row.no-gutters {
    display: flex;
    flex-direction: row-reverse;
}

.order_dashboard-1 {
    background: url(../images/bg-new-order.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.order-dashboard-wrapper .order_student_prefer h4 {
    color: #fff;
}

#msform {
    width: 100%;
    margin: 50px auto;
    position: relative;
    
}

#msform fieldset .resume_boxes_1 {
    background: #193759;
    border: 1px solid #e2e2e2;
    border-radius: 13px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    min-height: 360px;
    margin-top: 60px;
    margin-bottom: 15px;
    color: #fff;
}

.resume_title_box {
    padding: 30px 30px 20px;
    background: #fdc800;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.resume_boxes_radiobtn {
    padding: 30px 30px 20px;
}

.resume_img_box {
    position: absolute;
    bottom: 90%;
    left: 50%;
    transform: translate(-50%);
    background: #eaeaea;
    padding: 15px;
    border-radius: 100px;
    height: 75px;
    width: 75px;
    box-shadow: 0 0 0 2px #fff, 0 0 0 5px #fff;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform input,
#msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-right: 15px;
    box-sizing: border-box;
    
    color: #2c3e50;
    font-size: 13px;
}

#msform .action-button {
    width: 100px;
    background: #27ae60;
    font-weight: 700;
    color: #fff;
    border: 0;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    float: right;
    background: #fdc800 !important;
    color: #000 !important;
}

#msform .action-button:focus,
#msform .action-button:hover {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #27ae60;
}

.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2c3e50;
    margin-bottom: 10px;
}

.fs-subtitle {
    font-weight: 400;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    text-transform: uppercase;
    color: #949494;
    font-size: 14px;
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
    font-family: poppins;
}

#progressbar li.active {
    color: #ff9800;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 40px;
    line-height: 40px;
    display: block;
    font-size: 16px;
    color: #949494;
    background: #fff;
    border: 1px solid #949494;
    border-radius: 3px;
    margin: 0 auto 5px;
    position: relative;
    z-index: 9;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #d8d8d8;
    position: absolute;
    left: -50%;
    top: 20px;
}

#progressbar li:first-child:after {
    content: none;
}

#progressbar li.active:after,
#progressbar li.active:before {
    background: #ff9800;
    color: #fff;
    border-color: #ff9800;
}

.resume_input_box span:last-child {
    margin-left: 30px;
    font-size: 13px;
    display: block;
}

.resume_input_box {
    margin-bottom: 10px;
    text-align: left;
}

#msform .resume_boxes_1 h2 {
    font-size: 20px;
    
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 30px;
    text-align: left;
}

#msform .resume_boxes_1 p {
    text-align: left;
    color: #193759;
}

.resume_second_box h2 {
    margin-bottom: 10px;
    
}

.resume_second_box {
    margin: 15px 0;
}
.resume_upload_btn_file input {
    padding: 5px !important;
    margin-top: 10px;
}

#msg_expert_talk {
    padding-top: 40px;
}

.know_more_btn i {
    background: #193759;
    border-radius: 30px;
    padding: 2px 5px;
    position: relative;
    left: 10px;
}

.know_more_btn {
    color: #fff;
    background: #ff9800;
    padding: 10px 20px;
    border-radius: 50px;
}

.know_more_togglecont {
    display: none;
}

.know_more_btn:hover {
    color: #3c3c3c;
    background: #fdc800;
}

.know_more_btn:hover i {
    color: #fff;
    background: #193759;
}

#fileUpload3 .file-left .progressBar {
    width: 100px;
    height: 15px;
    border-radius: 0;
    position: relative;
    top: 5px;
}

#fileUpload3 .file-left .progressBar div {
    background: #ff9800;
}

#fileUpload3 .file-left {
    background: #e0e0e0;
    padding: 8px 10px;
    margin: 5px 0;
}

#fileUpload3 a {
    color: #0d1f42;
}

#fileUpload3 {
    padding: 0;
}

#fileUpload3 p.file-success-name {
    color: #0d1f42;
    margin: 0;
}

#fileUpload3 .file-left p {
    margin: 0;
}

.invoice-footer {
    padding: 15px 30px;
    border-top: 1px solid #ccc;
    text-align: center;
}

#invoiceModal .modal-dialog {
    max-width: 700px;
    
}

.invoice-footer h2 {
    font-weight: 600;
    
    text-transform: uppercase;
    font-size: 20px;
}

.invoice-footer p {
    text-align: center;
    margin-top: 5px;
}

.invoice-body {
    text-align: center;
    background: #f7f7f7;
}

.invoice-body img {
    width: 40%;
}

#invoiceModal .modal-header .modal-title {
    font-weight: 600;
    
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #fff;
}

#invoiceModal .modal-content {
    border: 0;
}

.invoice_table_summary {
    margin: 10px 0;
    width: 100%;
}

.invoice_table_summary tr td {
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0;
    text-align: left;
}

.invoice_table_summary tr th {
    border-bottom: 1px solid #e4e4e4;
    padding: 5px 0;
    min-width: 112px;
    color: #383838;
    font-weight: 600;
    text-align: left;
}

.invoice_total_amount {
    color: #ff9800;
    font-weight: 500;
}

.invoice_pay_now {
    margin: 15px 0;
}

.invoice_pay_now input[type=submit] {
    background: #f8981d;
    padding: 5px 20px;
    color: #fff;
    font-size: 18px;
    margin: 0;
    box-shadow: none;
    border: none;
    
    font-weight: 500;
    border-radius: 40px;
}

.invoice_pay_now input[type=submit]:hover {
    border: 0;
    background: #454748;
    border-radius: 40px;
}

#invoiceModal .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

#invoiceModal .modal-header {
    position: absolute;
    right: -30px;
    top: -40px;
}

.invoice_left_details {
    background: #3295ff;
    padding: 15px;
}

.invoice_right_details {
    background: #fff;
    padding: 15px;
}

#invoiceModal .col-sm-8 {
    min-width: 345px;
}

.invoice_left_details .oAmount {
    font-size: 24px;
    color: #fff;
    padding: 20px 0;
}

.invoice_gah {
    color: #fff;
    padding: 40px 0 70px;
    margin-bottom: 25px;
}

.invoice_gah p {
    text-align: left;
}

.invoice_order_id .oOrderId {
    color: #fff;
    font-size: 15px;
}

.invoice_order_id p {
    color: #fff;
    margin: 0;
    font-weight: 600;
}

.invoice_order_id {
    position: absolute;
    bottom: 10px;
}

.payment-note-invoice {
    font-size: 13px;
    text-align: left;
    margin-bottom: 15px;
    position: absolute;
    bottom: 0;
    padding: 0 15px 0 0;
}

.oSubject {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.invoice_left_details img {
    width: 150px;
}

#file-result li {
    text-align: left;
}

.text_stylish_home {
    text-align: center;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 15px;
}

.home_about_img2 img {
    width: 100%;
}

.home_about_img2 {
    text-align: center;
    margin-top: 10px;
}

.form_order_design .form-group input.shake-error {
    border: none !important;
    border-bottom: 2px solid red !important;
}

.msg_dropdown span.no-messages {
    line-height: 40px;
    padding: 15px;
    text-transform: capitalize;
    
}

.download_completed_data {
    display: flex;
    justify-content: center;
}

.download_completed_data button {
    padding: 10px;
    margin-left: 10px;
}

.download_completed_data form {
    float: right;
}

span.download_icon_dash {
    position: relative;
    bottom: 10px;
    right: 10px;
}

.download_icon_dash:before {
    content: '';
    background: url(../images/download-box.svg) no-repeat;
    position: absolute;
    background-size: contain;
    height: 20px;
    width: 20px;
}

.download_icon_dash:after {
    content: '';
    position: absolute;
    background: url(../images/download-icon.svg) no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    -webkit-animation: scroll-mouse 1.5s;
    animation: scroll-mouse 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes scroll-inner {
    from {
        margin-top: 8%;
    }
    to {
        margin-top: 50%;
    }
}

@keyframes scroll-inner {
    from {
        margin-top: 8%;
    }
    to {
        margin-top: 50%;
    }
}

@-webkit-keyframes scroll-mouse {
    from {
        margin-top: 0;
    }
    to {
        margin-top: 8px;
    }
}

@keyframes scroll-mouse {
    from {
        margin-top: 0;
    }
    to {
        margin-top: 8px;
    }
}

button.btn.download_dashboard_btn {
    border-radius: 0;
    border: 0;
}

.download_icon_dash_inner:before {
    background: url(../images/download-box-white.svg) no-repeat;
}

.download_icon_dash_inner:after {
    background: url(../images/download-icon-white.svg) no-repeat;
}

.download_icon_dash_inner {
    position: relative;
    top: 0;
    margin-right: 15px;
    padding: 5px 2px 5px 8px;
}

.table_order_pay {
    margin-bottom: 30px;
    width: 100%;
}

.table_order_pay tr td {
    padding: 15px;
    border: 1px solid #e2e2e2;
}

.table_order_pay tr th {
    padding: 15px;
    border: 1px solid #e2e2e2;
    width: 150px;
}

.title_pay_order {
   background: #8561FF;
    color: #fff;
    border: 1px solid #8561FF;
    text-align: left;
    padding: 8px !important;
    font-size: 24px;
    
    font-weight: 500;
}

.order_pay_now_page {
padding: 60px 0 60px 0;
    margin-top: 70px;
}

.btn_price_orderpay {
    padding: 35px 0 5px;
    text-align: center;
    width: 100%;
}

.form_pay_method {
    margin: 0 auto;
}

.btn_price_orderpay {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background: #f2c314;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    margin-top: 5px;
}

.tooltip_space_bottom {
    margin-bottom: 25px;
}

.order_pay_usd {
    font-size: 30px;
    margin-top: 5px;
    color: #ff9800;
    
    font-weight: 600;
}

.boxes_order_pay {
    background: #f3f3f3;
    padding: 30px;
    color: #000;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #dedede;
}

.boxes_order_pay_1 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    
}

.boxes_order_pay_1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #f3f3f3, #045b77, #075a78, #f3f3f3);
    background: -ms-linear-gradient(right, #f3f3f3, #045b77, #075a78, #f3f3f3);
    background: -o-linear-gradient(right, #f3f3f3, #045b77, #075a78, #f3f3f3);
    background: -webkit-linear-gradient(right, #f3f3f3, #045b77, #075a78, #f3f3f3);
    background: -moz-linear-gradient(right, #f3f3f3, #045b77, #075a78, #f3f3f3);
}

.boxes_order_pay_1 span {
    font-weight: 500;
}

.table_order_pay tr:nth-child(odd) {
    background: #F9F7FF;
}

.boxes_order_pay.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #000;
}

.tooltip {
    opacity: 1;
    width: 100%;
    text-align: center;
    left: 0;
}

.boxes_order_pay .tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #8561FF;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 15px 20px;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: -110px;
    margin-left: -90px;
    transition: opacity .3s;
	margin-top: -1.2rem;
}

.boxes_order_pay .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.boxes_order_pay .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.boxes_order_pay .tooltip .tooltiptext h3.popover-title strong {
    color: #f2c314 !important;
}

.boxes_order_pay .tooltip .tooltiptext h3.popover-title {
    color: #fff;
    font-size: 16px;
}

.image_payment_card_order {
    padding-top: 15px;
    text-align: center;
    width: 100%;
}

.expert_hire_great {
    border: 1px solid #afafaf;
    padding: 5px 15px 5px 6px;
    display: inline-flex;
    float: right;
}

.expert_hire_great img {
    width: 50px;
    border-radius: 72px;
}

.expert_hire_great .expert_hire_order_data {
    display: grid;
    font-size: 13px;
    padding: 0 12px;
    line-height: 13px;
}

.expert_hire_great .expert_hire_order_data span i {
    font-size: 11px;
    color: #8561FF;
    padding: 0;
}

.boxed_ans_section {
    border: 1px solid #d2d2d2;
    padding: 60px 20px 20px;
    margin-top: 60px;
    
    border-radius: 10px;
    border-bottom-right-radius: 50px;
}

.boxed_ans_section:hover {
    box-shadow: 1px 2px 20px 2px #e8e8e8;
}

.ans_list_point span {
    float: right;
}

.ans_list_point:last-child {
    border-bottom: none;
}

.ans_list_point a {
    color: #8e8e8e;
}

.ans_list_point {
    border-bottom: 1px solid #d2d2d2;
    padding: 10px 0;
}

.answer_symbol {
    position: absolute;
    top: 10%;
    left: 50%;
    background: #fff;
    height: 80px;
    width: 80px;
    color: #424242;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    font-weight: 700;
    
    border-radius: 50px;
    transform: translate(-50%, 0);
    border: 1px dotted #828282;
    box-shadow: 0 0 0 4px #fff, 0 0 0 4px #909090, 0 0 0 6px #6b6b6b;
}

.ansers_tags ul li {
    display: inline-block;
    border: 1px solid #d2d2d2;
    padding: 0 10px;
    border-radius: 50px;
    font-size: 13px;
}

.ansers_tags {
    padding: 10px 0;
}

.section_ansers_content {
    border: 1px solid #cacaca;
    margin-bottom: 30px;
}

.section_ans_title p {
    margin-bottom: 0;
}

.section_ans_title {
    border-bottom: 1px solid #c5c5c5;
    padding: 15px;
    background: #193759;
    color: #fff;
}

.section_ans_title h3 {
    color: #fff;
    
}

.ans_course_details {
    font-size: 13px;
    padding: 10px 15px;
}

.section_ans_title p {
    
    font-size: 13px;
    font-style: italic;
    letter-spacing: 1px;
    padding-top: 3px;
    color: #fdc800;
}

.ans_course_study p {
    padding: 10px 15px;
    line-height: 30px;
    
    border-top: 1px solid #bfbfbf;
}

.ans_read_more {
    background: #193759;
    padding: 8px 15px;
    display: inline-block;
    color: #fff;
    margin: 0 15px 10px;
    border-radius: 40px;
    font-size: 13px;
}

.ans_read_more+.ansers_tags ul li {
    background: #ff9800;
    color: #fff;
    padding: 3px 15px;
    border: none;
}

.ans_read_more+.ansers_tags {
    padding: 0 15px;
}

.answers_page_design {
    margin-top: 60px;
    background: #fff !important;
}

.answers_orderform_sidebar h2 {
    color: #fff;
    font-weight: 200;
}

.answers_orderform_sidebar {
    padding: 35px 20px;
    background: #0d1f42;
}

.answers_orderform_sidebar .my_title_bar_center:after {
    content: '';
    border: .5px solid #fff;
}

.answers_orderform_sidebar h2 {
    padding-bottom: 10px;
    margin-bottom: 20px !important;
}

.sidebar_features_sec {
    border: 1px solid #cacaca;
    padding: 15px;
    margin: 30px 0;
}

.anssidebar_feature {
    display: flex;
    margin: 15px 0;
    border-bottom: 1px solid #cacaca;
    
}

.ansside_feature_img img {
    width: 100px;
    padding-right: 15px;
}

.ansside_feature_cont p {
    text-align: left;
    font-size: 14px;
}

.ansside_feature_cont h3 {
    
    font-size: 20px;
    padding-bottom: 7px;
}

.anssidebar_feature:last-child {
    border-bottom: none;
}

.ansside_feature_cont {
    width: 100%;
}

.ans_sidebar_testimonials {
    border: 1px solid #cacaca;
    padding: 15px 0 !important;
}

.ans_sidebar_testimonials .owl-controls .owl-dots {
    margin-top: 15px !important;
}

.section_ans_title h3 a {
    color: #fff;
}

.ans_read_more a {
    color: #fff;
}

.ans_course_study_details ul li {
    padding: 0 15px;
}

.ans_course_study_details p {
    padding: 0 15px;
}

.boxed_icon_homer .col-md-3 .rotate_boxes_icon:after {
    content: '';
    position: absolute;
    transform: rotate(-45deg);
    transition: 2s ease-in-out;
    width: 136px;
    height: 90px;
    background: url(https://www.greatassignmenthelp.com/static/images/split-icons.png) no-repeat;
}

.boxed_icon_homer .col-md-3 .rotate_boxes_icon:after:hover img {
    transform: rotate(400deg);
    transition: 2s;
}

.boxed_icon_homer .col-md-3:nth-child(1) .rotate_boxes_icon:after {
    top: -10px;
    left: -7px;
    background-repeat: no-repeat;
    background-position: 9px 17px;
    background-size: 255px 200px;
    width: 70px;
    height: 70px;
}

.boxed_icon_homer .col-md-3:nth-child(2) .rotate_boxes_icon:after {
    top: -10px;
    left: -7px;
    background-position: -40px 17px;
    background-size: 230px 186px;
    width: 70px;
    height: 70px;
}

.boxed_icon_homer .col-md-3:nth-child(3) .rotate_boxes_icon:after {
    top: -6px;
    left: -6px;
    width: 70px;
    height: 70px;
    background-position: -113px 14px;
    background-size: 265px 205px;
}

.boxed_icon_homer .col-md-3:nth-child(4) .rotate_boxes_icon:after {
    top: -7px;
    left: -7px;
    background-position: -168px 15px;
    background-size: 255px 200px;
    transform: rotate(-45deg);
    transition: 2s ease-in-out;
    width: 70px;
    height: 70px;
}

.boxed_icon_homer .col-md-3 .rotate_boxes_icon:after:hover img {
    transform: rotate(400deg);
    transition: 2s;
}

.counter_section_boxes .counter1-box .inner_counter_img:after {
    content: '';
    position: absolute;
    transition: 2s ease-in-out;
    background: url(https://www.greatassignmenthelp.com/static/images/split-icons.png) no-repeat;
    width: 120px;
    height: 120px;
}

.counter_section_boxes .counter1-box:nth-child(1) .inner_counter_img:after {
    top: 0;
    left: inherit;
    background-position: 20px -108px;
    background-size: 630px 490px;
}

.counter_section_boxes .counter1-box:nth-child(2) .inner_counter_img:after {
    top: 0;
    left: inherit;
    background-position: -63px -125px;
    background-size: 685px 530px;
}

.counter_section_boxes .counter1-box:nth-child(3) .inner_counter_img:after {
    top: 0;
    left: inherit;
    background-position: -150px -125px;
    background-size: 685px 530px;
}

.counter_section_boxes .counter1-box:nth-child(4) .inner_counter_img:after {
    top: 0;
    left: inherit;
    background-position: -238px -125px;
    background-size: 685px 530px;
}

.students-say-area .owl-stage-outer .owl-stage .owl-item .profile-img-wrapper .profile-img {
    overflow: hidden;
    height: 100px;
}

.students-say-area .owl-stage-outer .owl-stage .owl-item .profile-img-wrapper .profile-img:after {
    content: '';
    position: absolute;
    transition: 2s ease-in-out;
    width: 115px;
    height: 110px;
}

.testimonial_profile_1:after {
    top: 80px;
    left: 0;
    background: url(https://www.greatassignmenthelp.com/static/images/split-icons.png) no-repeat;
    background-position: -245px -270px;
    background-size: 710px 560px;
}

.testimonial_profile_2:after {
    top: 80px;
    left: 0;
    background: url(https://www.greatassignmenthelp.com/static/images/split-icons.png) no-repeat;
    background-position: -130px -270px;
    background-size: 710px 560px;
}

.testimonial_profile_3:after {
    top: 80px;
    left: 0;
    background: url(https://www.greatassignmenthelp.com/static/images/split-icons.png) no-repeat;
    background-position: -16px -270px;
    background-size: 710px 560px;
}

.testimonial_profile_4:after {
    top: 80px;
    left: 0;
    background: url(https://www.greatassignmenthelp.com/static/images/split-icons.png) no-repeat;
    background-position: -370px -270px;
    background-size: 710px 560px;
}

.testimonial_profile_5:after {
    top: 80px;
    left: 0;
    background: url(https://www.greatassignmenthelp.com/static/images/split-icons.png) no-repeat;
    background-position: -485px -270px;
    background-size: 710px 560px;
}

.testimonial_profile_6:after {
    top: 80px;
    left: 0;
    background: url(https://www.greatassignmenthelp.com/static/images/split-icons.png) no-repeat;
    background-position: -592px -270px;
    background-size: 710px 560px;
}

.boxed_order_paynow {
  text-align: left;
   
    padding: 20px 15px;
    border-radius: 10px;
   
    margin-bottom: 20px;
    border: 1px solid #112359;
    padding: 22px;
    position: relative;
    height: auto;margin-left: 18px;
    margin: 0 0px 33px 22px;
}

.price-box {
    text-align: center;
    background: white;
    box-shadow: 0px 0px 5px 2px #ededed;
    padding: 35px;
}
.price-img-box img{    margin: auto;margin-top: 21px;
    display: block;}
.price-box p {
    margin-bottom: 0;text-align: center;
}
.price-box p del {
    color: #ff0000;
    padding: 0 14px;
}
.sub-para-btn-usd{
	 padding: 1rem;
}
.sub-para-btn-usd button{ background:#8561FF;
    padding: 11px;
    border-radius: 4px;
    margin: 5px 0 5px;
    border: 0;
    display: block;
    width: 100%;}
.price-box .main-price-usd {
    color: #ffd800;
    font-size: 30px;
    display: block;
    font-weight: 800;
}
.boxed_order_paynow img {
  width: 52px;
    margin-bottom: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    position: absolute;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    background-color:#8561FF;
    padding: 7px 7px;
    border: 3px solid white;
    bottom: 19px;
    left: -33px;
}



.boxed_order_paysidebar {
    position: sticky;
    top: 70px;
}

.order_pay_featurespage .row{
    margin: 0;
    padding: 32px 4px 10px 4px;
    background-color: #ffffff;}

.order_pay_features_cont h3 {
    font-size: 18px;
    margin-bottom: 6px;
    
    font-weight: 500;
}

.order_pay_features_cont p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
}

.country_assignment_services li i {
    padding: 10px 12px;
    font-size: 22px;
    border-right: 1px solid #d8d8d8;
    color: #8561FF;
    margin-right: 10px;
}

.country_assignment_services li span {
    padding: 15px;
}

.feature_au h3 {
    
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #193659;
    position: relative;
    padding-bottom: 15px;
}

.feature_au h3:after {
    content: '';
    border: 1px dashed #193659;
    width: 150px;
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    transform: translate(-50%);
}

.feature_au p {
    
    text-align: center;
}

.feature_au {
    margin-bottom: 30px;
}

.features-au-img {
    text-align: center;
    padding-top: 40px;
}

.section_uk_1 h2 {
    margin-top: 0;
}

.section_uk_2 {
    padding: 60px 0;
    background: #f3f3f3;
}

.active-process path:nth-child(1) {
    fill: #fdc800;
}

.active-process path:nth-child(2) {
    fill: #fdc800;
}

.active-process text {
    fill: #000;
    stroke: #000;
}

.active-process .svg_steps_number {
    fill: #fff;
}

.section_steps_works {
    display: none;
}

.section_steps_works:nth-child(1) {
    display: block;
}

.content-process {
    background: #fff;
    padding: 60px;
    font-size: 20px;
    line-height: 40px;
    border: 1px solid #dedede;
    margin: 60px 0;
    border-left: 5px solid #193659;
}

.svg_steps_title:after {
    content: '';
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #193659;
}

.svg_steps_title {
    font-size: 28px;
    color: #193659;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
section.section_uk_4 {
    background: #193759;
    color: #fff;
    padding: 60px 0;
}

section.section_uk_4 p {
    text-align: center;
    color: #fff;
}

.section_uk_5 {
    padding: 60px;
}

.boxes_section_uk {
    margin-bottom: 15px;
    padding: 10px;
}

.boxes_col_section_uk {
    border: 1px dashed #c7c7c7;
}

.section_uk_6 {
    background: #193759;
    color: #fff;
    padding: 60px 0;
}

.assignment_malaysia_img {
    position: relative;
}

.assignment_malaysia_img:after {
    content: '';
    background: url(../images/assignment-hand.png) no-repeat;
    position: absolute;
    bottom: -5px;
    left: 34%;
    z-index: 999;
    width: 100px;
    height: 100px;
    animation: write 3s infinite;
}

@keyframes write {
    from {
        left: 34%;
    }
    to {
        left: 30%;
    }
}

.section_my_1 {
    padding: 50px 0;
}
.title-default-left.my_title_bar_center.text-yellow.text-left:after {
    background: -webkit-linear-gradient(right,#ffffff, #193659, #193659, #ffffff);
}
.section_my_3 {
    padding: 50px 0;
}
.section_my_2 {
    padding: 50px 0;
}
.subject_assignment li {
    background: #efefef;
    padding: 6px 10px;
    color: #173557;
    margin-bottom: 15px;
    border-radius: 5px;
}

.subject_assignment li img {
    width: 50px;
    padding-right: 10px;
}

.boxes_malaysia {
    border: 1px dashed #ccc;
    padding: 25px 15px;
    margin-bottom: 15px;
    min-height: 220px;
    text-align: center;
    background: #fff;
}

.boxes_malaysia:hover {
    box-shadow: 0 0 13px 5px #e4e4e4;
}

.section_my_4 {
    padding: 60px 0;
    background: #f5f5f5;
    margin-top: 60px;
}

.section_my_5 {
    padding: 60px 0;
    background: #efefef;
}

.section_my_5 h2 {
    color: #fff;
}

.section_sg_1 {
    padding: 60px 0;
}

.section_sg_2 {
    padding: 60px 0;
}

.section_sg_3 {
    padding: 60px 0;
}

.section_ca_1 {
    padding: 60px 0;
}

.bg_grey {
    background: #f5f5f5;
}

.section_kw_1 {
    padding: 60px 0;
}

.section_nz_1 {
    padding: 60px 0;
}

.assignment_work_steps {
    background: #efefef;
    padding: 20px 15px;
    color: #fff;
    text-align: center;
    min-height: 312px;
}
.assignment_work_steps img {
    border: 1px solid #193659;
    border-radius: 5px;
    padding: 2px;
    width: 64px;
    background: #193659;
    margin-bottom: 15px;
}
.assignment_work_steps h3, .assignment_work_steps h4 {
    
    text-align: center;
}

.assignment_work_steps p {
    color: #000;
    text-align: center;
}

.section_nz_2 {
    padding: 60px 0px;
}

.section_ie_1 {
    padding: 60px 0;
}

.section_om_1 {
    padding: 60px 0;
}

.section_hk_1 {
    padding: 60px 0;
}

.section_sa_1 {
    padding: 60px 0;
}

.section_ae_1 {
    padding: 60px 0;
}

.assignment_work_steps_ie {
    background: #183658;
    padding: 20px 15px;
    color: #fff;
    text-align: center;
    min-height: 400px;
}

.assignment_work_steps_ie h3 {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.assignment_work_steps_ie p {
    color: #fff;
    text-align: center;
}

.checksign-box {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.halfamountpay {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark-sign-box {
    position: absolute;
    top: 1px;
    left: 28px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #c7c7c7;
}

.checksign-box:hover input~.checkmark-sign-box {
    background-color: #ccc;
}

.checksign-box input:checked~.checkmark-sign-box {
    background-color: #2196f3;
}

.checkmark-sign-box:after {
    content: "";
    position: absolute;
    display: none;
}

.checksign-box input:checked~.checkmark-sign-box:after {
    display: block;
}

.checksign-box .checkmark-sign-box:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

span.order-line-through {
    color: #8561FF;
    text-decoration: line-through;
    font-size: 14px;
    padding: 0 2px;
}

.order-academic-level {
    display: flex;
}

.order-academic-level li input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.order-academic-level li {
    margin-bottom: 0;
}

.order-academic-level li label {
    display: block;
    position: relative;
    margin-bottom: 0;
    z-index: 9;
    cursor: pointer;
    background: #fff;
    margin-right: 5px;
    padding: 5px 15px;
    color: #313131;
    border: 1px solid #4a4a4a;
    border-radius: 60px;
    font-size: 14px;
}

.order-academic-level li:hover label {
    color: #fff;
    background: #ff9800;
    border-color: #ff9800;
}

.order-academic-level li .check {
    display: block;
    position: absolute;
    border: 5px solid #aaa;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 30px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.order-academic-level li:hover .check {
    border: 5px solid #fff;
}

.order-academic-level li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 5px;
    left: 5px;
    margin: auto;
    transition: background .25s linear;
    -webkit-transition: background .25s linear;
}

.order-academic-level input[type=radio]:checked~.check {
    border: 5px solid #0dff92;
}

.order-academic-level input[type=radio]:checked~.check::before {
    background: #0dff92;
}

.order-academic-level input[type=radio]:checked~label {
    color: #fff;
    background: #ff9800;
    border-color: #ff9800;
}

.jobs_thankyou {
    padding: 190px 0 80px;
}

.rotate_order_icon {
       height: 100px;
    width: 100%;
    background: #F9F7FF;
    transform: rotate(0deg);
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 18px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 2s ease-in-out;
   
    overflow: hidden;
}

.rotate_boxes_home:hover img {
    transform: rotate(360deg);
    transition: 2s;
  
}

.rotate_order_icon+p {
    color: #59AC23;
    font-size: 16px;
    font-weight: 600;
}

.rotate_order_icon+p+p {
    color: #0a0a0a;
}

.rotate_order_icon img {
        width: 45px;
    transition: 2s ease-in-out;
    margin-bottom: 0;
}

.rotate_order_icon+h4 {
    color: #8561FF;
}

.bg_blue_sidebar {
    background: #fff;
    border: 1px solid #d2d2d2;
}

.bg_blue_sidebar h3 {
    color: #505050;
}

.st0 {
    fill: #fff;
    stroke: #000;
    stroke-width: 2;
    stroke-miterlimit: 10;
}

.st1 {
    font-family: Poppins-Medium;
}

.st2 {
    font-size: 19.5034px;
}

.st3 {
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10;
}

.st4 {
    font-size: 20.1586px;
}

.st5 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #707070;
}

.st6 {
    fill: #262525;
}

.st7 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #262525;
}

.mega-menu-area>.angle_right_menu>a:after {
    content: '';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    position: absolute;
    right: 10px;
    padding-top: 7px;
    font-weight: 600;
}

.sub-angle_right_menu>li>a:after {
    content: '';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    position: absolute;
    right: 10px;
    padding-top: 7px;
    font-weight: 600;
}

.btn_claim_close {
    position: absolute;
    right: 0;
    bottom: 100%;
    color: #fff;
    opacity: 1;
}

.claim_popup h2 {
    font-size: 30px;
    
    font-weight: 600;
    color: #525252;
    text-align: center;
}

.claim_popup_img {
    text-align: center;
}

.claim_offer {
    background: #fff;
    padding: 20px;
    border-radius: 30px;
}

#ModalClaim .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .2s ease;
}

#ModalClaim .modal-content {
    background: 0 0;
    border: none;
}

.claim_popup_box button {
    background: #ff9800;
    border: none;
    padding: 10px;
    width: 35%;
    font-size: 16px;
    
    border-radius: 50px;
}

.claim_popup_box input {
    width: 65% !important;
    padding: 11px;
    border: none !important;
    background: #f1f1f1;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.claim_popup_tagline {
    color: #616161;
    margin-top: 15px;
    text-align: center;
    
    font-size: 13px;
}

.claim_popup_box {
    margin: 10px 0;
    background: #f1f1f1;
    border-radius: 50px;
}

#ModalClaim {
    background: #1717179e;
    display: none;
}

.text_stylish_home {
    text-align: center;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 15px;
}

.modalclaimhide {
    display: none !important;
}

.footer_flags_country {
    position: relative;
}

.footer_flags_country li {
    display: flex;
}

.country-submenu {
    position: relative;
    right: 30px;
    bottom: 2px;
}


.dropdown-menu-city {
    position: absolute;
    top: -7px;
    left: 100px;
    background: #00336d;
    width: 135px;
    transform: translate3d(-30px, 0, 0);
    padding: 5px 10px;
    z-index: 99;
    color: #fff;
    display: none;
	height: 237px;
    overflow-y: scroll;
}

.dropdown-menu-city-my {
    position: absolute;
    top: -7px;
    left: 100px;
    background: #00336d;
    width: 135px;
    transform: translate3d(-30px, 0, 0);
    padding: 5px 10px;
    z-index: 99;
    color: #fff;
    display: none;
}

.dropdown-menu-city-us {
    position: absolute;
    top: -7px;
    left: 100px;
    background: #00336d;
    width: 135px;
    transform: translate3d(-30px, 0, 0);
    padding: 5px 10px;
    z-index: 99;
    color: #fff;
    display: none;
}

.dropdown-menu-city-ca {
    position: absolute;
    top: -35px;
    left: 100px;
    background: #00336d;
    width: 135px;
    transform: translate3d(-30px, 0, 0);
    padding: 5px 10px;
    z-index: 99;
    color: #fff;
    display: none;
}

.dropdown-menu-city-ae {
    position: absolute;
    top: -35px;
    left: 100px;
    background: #00336d;
    width: 135px;
    transform: translate3d(-30px, 0, 0);
    padding: 5px 10px;
    z-index: 99;
    color: #fff;
    display: none;
}

.dropdown-menu-city-ie {
    position: absolute;
    top: -35px;
    left: 100px;
    background: #00336d;
    width: 135px;
    transform: translate3d(-30px, 0, 0);
    padding: 5px 10px;
    z-index: 99;
    color: #fff;
    display: none;
}

.dropdown-menu-city-uk {
    position: absolute;
    top: -35px;
    left: 100px;
    background: #00336d;
    width: 135px;
    transform: translate3d(-30px, 0, 0);
    padding: 5px 10px;
    z-index: 99;
    color: #fff;
    display: none;
}

.dropdown-menu-city-us{
	height: 237px;
    overflow-y: scroll;
}
.dropdown-menu-city-my{
	height: 237px;
    overflow-y: scroll;
}

.dropdown-menu-city-ca{
	height: 237px;
    overflow-y: scroll;
}

.dropdown-menu-city-ae{
	height: 237px;
    overflow-y: scroll;
}
.dropdown-menu-city-ie{
	height: 237px;
    overflow-y: scroll;
}

.dropdown-menu-city-uk{
	height: 237px;
    overflow-y: scroll;
}

.dropdown-menu-city ul li {
    background: 0 0 !important;
    width: auto !important;
    height: auto !important;
    margin: 0;
}

.dropdown-menu-city-my ul li {
    background: 0 0 !important;
    width: auto !important;
    height: auto !important;
    margin: 0;
}

.dropdown-menu-city-us ul li {
    background: 0 0 !important;
    width: auto !important;
    height: auto !important;
    margin: 0;
}

.dropdown-menu-city-ca ul li {
    background: 0 0 !important;
    width: auto !important;
    height: auto !important;
    margin: 0;
}

.dropdown-menu-city-ae ul li {
    background: 0 0 !important;
    width: auto !important;
    height: auto !important;
    margin: 0;
}

.dropdown-menu-city-ie ul li {
    background: 0 0 !important;
    width: auto !important;
    height: auto !important;
    margin: 0;
}

.dropdown-menu-city-uk ul li {
    background: 0 0 !important;
    width: auto !important;
    height: auto !important;
    margin: 0;
}

.country-close {
    float: right;
    margin-right: 0;
    font-weight: 500;
    cursor: pointer;
}

.country-close-my {
    float: right;
    margin-right: 0;
    font-weight: 500;
    cursor: pointer;
}

.country-close-us {
    float: right;
    margin-right: 0;
    font-weight: 500;
    cursor: pointer;
}

.country-close-ca {
    float: right;
    margin-right: 0;
    font-weight: 500;
    cursor: pointer;
}

.country-close-ae {
    float: right;
    margin-right: 0;
    font-weight: 500;
    cursor: pointer;
}

.country-close-ie {
    float: right;
    margin-right: 0;
    font-weight: 500;
    cursor: pointer;
}

.country-close-uk {
    float: right;
    margin-right: 0;
    font-weight: 500;
    cursor: pointer;
}

.dropdown-menu-city ul li a {
    color: #fff;
    margin-left: 0;
    padding-left: 10px;
    margin-top: 5px;
}

.dropdown-menu-city-my ul li a {
    color: #fff;
    margin-left: 0;
    padding-left: 10px;
    margin-top: 5px;
}

.dropdown-menu-city-us ul li a {
    color: #fff;
    margin-left: 0;
    padding-left: 10px;
    margin-top: 5px;
}

.dropdown-menu-city-ca ul li a {
    color: #fff;
    margin-left: 0;
    padding-left: 10px;
    margin-top: 5px;
}

.dropdown-menu-city-ae ul li a {
    color: #fff;
    margin-left: 0;
    padding-left: 10px;
    margin-top: 5px;
}

.dropdown-menu-city-ie ul li a {
    color: #fff;
    margin-left: 0;
    padding-left: 10px;
    margin-top: 5px;
}

.dropdown-menu-city-uk ul li a {
    color: #fff;
    margin-left: 0;
    padding-left: 10px;
    margin-top: 5px;
}


/* howitworks  */
.how-does-work {
    padding: 50px 0;
    background: #fff ;
}
.how-does-work .circle-box.center-block.text-center {
    border-radius: 85px;
    transform: rotate(0);
    background: #193659;
    margin: 10px auto 20px;
    box-shadow: 1px 1px 4px 4px #fbfbfbfc;
}
.how-does-work .circle-box.center-block.text-center img {
    width: 36px;
    height: auto;
}
.how-does-work h3.heading-2 {
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    color: #0d1f42;
    display: block;
    padding: 10px 0 20px;
}
.how-does-work p.paragraph {
    font-weight: 400;
    color: #2c2c2c;
    display: block;
    padding-bottom: 20px;
    margin: 0 auto;
    line-height: 1.5;
    text-align: center;
}
/* Subjects  */
.howitwork {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 60px 0;
}
.howitwork .work-box {
    min-height: 325px;
    margin-bottom: 30px;
    background: #fff;
    padding: 30px 25px 15px;
    border-radius: 30px;
    min-height: 450px;
    transition: 0.3s;
    box-shadow: 1px -1px 6px 2px #dddddd66;
}
.howitwork .work-box:hover {
    box-shadow: 1px -1px 8px 0px rgb(0 34 55 / 27%);
}
.howitwork .work-box h3.title-default {
    padding-left: 0;
}
.howitwork .circle-box.lightorange {
    background: #d2ecff;
    box-shadow: 1px 4px 9px 3px #4daef726;
}
.howitwork .circle-box.bringle {
    background: #d2ecff;
    box-shadow: 1px 4px 9px 3px #4daef726;
}
.howitwork .circle-box.darksky {
    background: #d2ecff;
    box-shadow: 1px 4px 9px 3px #4daef726;
}
.howitwork .circle-box.blue {
    background: #d2ecff;
    box-shadow: 1px 4px 9px 3px #4daef726;
}
.howitwork .circle-box {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    border-radius: 15px;
    overflow: hidden;
    padding: 8px;
}
.howitwork .circle-box:after{
    display: none;
}
.howitwork .circle-box img {
    margin: auto;
    transform: rotate(0);
    width: 42px;
    transition: .6s;
}
.howitwork .heading-2 {
    font-weight: 600;
    font-size: 20px;
    text-align: left;
    color: #0a0a0a;
    display: block;
    padding: 15px 0 20px;
}
.howitwork .paragraph {
    font-weight: 400;
    text-align: left;
    color: #2c2c2c;
    display: block;
    width: 100%;
    margin: 0 auto;
}
/* Featured  */
.featured-page {
    padding: 60px 0px;
    background: #fff url(../images/bg_what_we_offer.png) no-repeat right top;
    background-size: 32% auto;
}
.featured-page .boxed_featured_home {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    position: relative;
    margin-top: 15px;
    display: block;
    box-shadow: 0px 2px 4px 0px rgb(0 34 55 / 8%);
    margin-bottom: 15px;
    transition: 0.3s;
}
.featured-page .boxed_featured_home:hover {
    box-shadow: 1px -1px 8px 0px rgb(0 34 55 / 12%);
}
.featured-page .boxed_featured_thumb {
    border: 1px solid transparent;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 5px;
    padding: 5px;
    width: 65px;
    height: 65px;
    background: #e3e3e3;
    overflow: hidden;
    box-shadow: 0px 5px 8px -2px #33333312;
    margin: 0;
}
.featured-page .boxed_featured_thumb img {
    width: auto;
    transition: .6s;
    height: 55px;
    padding: 5px;
}
.featured-page .boxed_featured_home:hover img {
    transform: scale(1.15) rotate( 
3deg);
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -ms-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}
.featured-page .boxed_featured_textb {
    z-index: 11;
    position: relative;
    bottom: 0;
    padding: 25px 0px 0px;
    width: 100%;
    text-align: left;
}
.featured-page .boxed_featured_textb h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
    color: #0d1f42;
    position: relative;
    min-height: auto;
    text-align: left;
    padding: 0px 0 5px;
}
.featured-page .boxed_featured_textb h4 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
    color: #0d1f42;
    position: relative;
    min-height: auto;
    text-align: left;
    padding: 0px 0 5px;
}
.featured-page .boxed_featured_textb p {
    margin-bottom: 0;
    color: #2f2f2f;
    line-height: 24px;
    min-height: 150px;
    font-size: 16px;
    padding: 0;
}

@media only screen and (max-width:767px),
(min-device-width:768px) and (max-device-width:1024px) {
    .sample-program {
        padding: 175px 0 50px;
    }
    .service__thumb--h2.fix {
        width: 25%;
    }
    .service__content--h2 {
        width: 75%;
    }
    .sample-program.sample-details ol {
        margin-left: 0;
    }
    .sample-program.sample-details h3 {
        margin: 15px 0 10px;
    }
    .sample-program.sample-details h4 {
        margin: 20px 0 15px;
    }
    .my_table_responsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
        display: block;
    }
    .my_table_responsive tr {
        margin: 0 0 1rem;
        display: block;
    }
    .my_table_responsive tr:nth-child(odd) {
        background: #ccc;
    }
    .my_table_responsive td {
        border: none;
        border-bottom: 1px solid #655a5a !important;
        position: relative;
        padding-left: 50% !important;
        word-break: break-all;
        display: block;
    }
    .my_table_responsive td:before {
        position: absolute;
        top: 0;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        padding: 12px 0;
        font-weight: 600;
        word-break: break-word;
    }
    .my_table_responsive td:nth-of-type(1):before {
        content: "Order ID";
    }
    .my_table_responsive td:nth-of-type(2):before {
        content: "Subject";
    }
    .my_table_responsive td:nth-of-type(3):before {
        content: "Deadline";
    }
    .my_table_responsive td:nth-of-type(4):before {
        content: "Payment";
    }
    .my_table_responsive td:nth-of-type(5):before {
        content: "Order Quote";
    }
    .my_table_responsive td:nth-of-type(6):before {
        content: "Offer";
    }
    .my_table_responsive td:nth-of-type(7):before {
        content: "Assignment Status";
    }
    .my_table_responsive td:nth-of-type(8):before {
        content: "Action";
    }
    .my_table_responsive.table-striped tbody tr:nth-of-type(odd) {
        background-color: #eaeaea;
        padding: 0 5px;
        text-align: left;
    }
    .my_table_responsive {
        text-align: left;
    }
}
@media only screen and (max-width:767px){
  .sample-program {
        padding: 15px 0 15px;
    }
	}

form.form_pay_method {
    margin: 0 auto;
}

.section_au_2 {
    background: #193759;
    padding: 60px 0;
    color: #fff;
}

.country_assignment_services li {
    margin-bottom: 10px;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    font-weight: 500;
    color: #193659;
}

.section_au_6 {
    padding: 60px 0;
    background: #f9f9f9;
}

.au_accordion .btn i {
    float: right;
}

.au_accordion .btn {
    width: 100%;
    text-align: left;
    color: #000;
    
    font-size: 15px;
    text-decoration: none;
}

.section_au_4 {
    padding: 60px 0;
    background: #f9f9f9;
}

.section_au_5 {
    padding: 60px 0;
}

.section_au_6 {
    padding: 60px 0;
}

.section_au_7 {
    padding: 60px 0;
}

@media(min-width:1200px) {
    .bg-home {
       background: #F9F7FF;
        background-size: cover;
        background-repeat: no-repeat;
        height: 100vh;
        position: relative;
      
    }
}

@media only screen and (max-width:1400px) {
    .login-block {
        padding: 20px 0 !important;
    }
    .header3-area nav#desktop-nav>ul>li ul.mega-menu-area {
        left: -2%;
    }
    .header3-area nav#desktop-nav>ul>li ul.mega-menu-area {
        min-width: 230px;
    }
}

@media only screen and (min-width:1025px) and (max-width:1199px) {
    .my_table_responsive tbody tr td:last-child {
        width: 155px;
    }
    .my_table_responsive tbody tr td:nth-child(3) {
        width: 110px;
    }
}

@media only screen and (max-width:1199px) {
    .register-full-page {
        width: 95%;
        margin: auto 0;
        padding: 160px 25px 60px !important;
    }
    .secure_pay p {
        font-size: 28px;
        text-transform: uppercase;
        text-align: center;
        padding: 30px 0;
        word-break: break-word;
    }
    .form_pay_method {
        padding: 0;
    }
    .login-sec form {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        align-self: center;
    }
    .bg-home {
        background: url(../images/bg-login.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: inherit;
    }
    .login-block {
        padding: 20px 0 !important;
    }
    .logo-login a img {
        width: 150px;
    }
    .boxed-login-img {
        height: 55px;
        width: 75px;
    }
    .total_words_count {
        min-width: 142px;
        display: table-caption;
    }
    .total_words_chars {
        min-width: 142px;
        display: table-caption;
    }
    .table_order_page {
        text-align: left;
    }
    .cont_show_assignment form.form-horizontal {
        padding-left: 0;
        padding-right: 0;
    }
    .cont_show_assignment .btn-pay-to {
        float: left;
    }
    .order_img_design {
        position: absolute;
        z-index: 9;
        top: 43px;
        width: 70%;
        text-align: right;
        right: 20px;
    }
    .boxed_af_1:after {
        content: '';
        border: 1px dashed #000;
        position: absolute;
        width: 125px;
        bottom: -60px;
        transform: rotate(90deg);
        left: 32%;
    }
    .boxed_af_6:before {
        content: '';
        border: 1px dashed #000;
        position: absolute;
        width: 180px;
        bottom: 92%;
        transform: rotate(90deg) translate(-60%);
        right: 13%;
    }
    .boxed_af_4:after {
        content: '';
        border: 1px dashed #000;
        position: absolute;
        width: 135px;
        top: 31%;
        transform: rotate(145deg);
        right: 97%;
    }
    .footer_top_section:before {
        right: 11%;
        bottom: 64%;
    }
    .reviews_rating_distribute {
        margin-top: 220px;
    }
    .price-table1-area {
        padding: 160px 0 70px;
    }
    .box2_table_pricing h3 {
        font-size: 22px;
    }
    .box2_table_pricing>span {
        bottom: 94%;
        font-size: 16px;
    }
    .services_form_breadcrumb {
        padding: 110px 0 0;
    }
    .boxes_counter_stroke {
        border: 0 dashed #c3c3c3;
    }
    .box2_table_pricing>span {
        padding: 5px 15px 28px;
    }
    .menu-star-rating {
        position: absolute;
        top: 10px;
        font-size: 12px;
        left: 3%;
    }
    .header3-area nav#desktop-nav>ul>li ul.mega-menu-area {
        left: -2%;
    }
    nav#desktop-nav ul li .mega-menu-area>li a {
        font-size: 12px !important;
    }
    nav#desktop-nav ul li .mega-menu-area>li a {
        padding: 8px 0 8px 10px !important;
    }
    .form_update_profile {
        padding: 0;
    }
    #invoiceModal .col-sm-8 {
        min-width: 320px;
    }
    .expert-pagination {
        padding: 0 15px;
    }
    .expert-pagination .pagination {
        display: unset;
    }
    .expert-pagination .pagination li {
        display: inline-block;
    }
    .expert-pagination .pagination li a {
        padding: 8px;
    }
}

@media only screen and (max-width:1080px) {
    .reviews_rating_distribute {
        margin-top: 0;
    }
    .price-table1-area {
        padding: 0 0 70px;
    }
    .services_form_breadcrumb {
        padding: 0;
    }
    .main_menu_cat ul li:hover ul {
        display: block;
        position: absolute !important;
        left: 100% !important;
        top: 0 !important;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        min-width: 500px !important;
        height: 100%;
        display: grid;
        overflow: scroll;
    }
    .header3-area nav#desktop-nav>ul>li ul.mega-menu-area {
        left: -2%;
    }
}

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

    .login-sec {
        border-radius: 10px;
        margin-bottom: -8px;
    }
	
.login-overlay-cls {
    /* background: #8561ffcc; */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
    .boxed-login-img {
        height: 75px;
        width: 75px;
    }
    .login-block {
        background: url(../images/bg-login.jpg) fixed;
        background-size: cover;
    }
    .banner-sec {
        border-radius: 10px;
    }
    .total_words_count {
        min-width: 120px;
        display: table-caption;
        padding: 15px 10px 12px;
        font-size: 20px;
        line-height: 25px;
    }
    .total_words_chars {
        min-width: 120px;
        display: table-caption;
        padding: 15px 10px 12px;
        font-size: 20px;
        line-height: 25px;
    }
    .portlet.box.assignment-info-wrap .sub-detail {
        background: #ff9800;
        padding: 10px 26px;
    }
    div#faq-accordian .featured-box2 {
        height: auto !important;
    }
    .assignment_data_box_cont .assign_order_id {
        text-align: left;
    }
    .assignment_data_box_cont .stu-btn {
        margin-right: 15px;
        text-align: left;
    }
    .order_img_design {
        position: absolute;
        z-index: 9;
        top: 25px;
        width: 65%;
        text-align: right;
        right: 35px;
    }
    .order_page_sidebar {
        border: 1px solid #d4d4d4;
        padding: 30px 20px;
        margin: 20px 0;
    }
    .stickey_reviews_form {
        position: relative;
        top: 0;
    }
    .boxed_af_1:after {
        display: none;
    }
    .boxed_af_2:after {
        display: none;
    }
    .boxed_af_3:after {
        display: none;
    }
    .boxed_af_4:after {
        display: none;
    }
    .boxed_af_5:after {
        display: none;
    }
    .boxed_af_6:before {
        display: none;
    }
    .books_feature_home_sec {
        display: none;
    }
    .boxed_featured_home {
        margin: 30px 15px;
    }
    .footer_top_section:before {
        bottom: 79%;
    }
    .footer_top_left {
        text-align: center;
        padding: 40px 0 20px;
    }
    .footer_top_right {
        text-align: center;
        padding: 16px 0;
        position: relative;
        top: 0;
    }
 
    .accordion-container .content-entry i {
        height: 43px;
    }
    .reviews_section_col {
        float: left;
        width: 33%;
        padding: 0 15px;
        margin: 10px 0;
    }
    .price-table-box2.price_scale2 {
        transform: scale(1)
    }
    .price-table-box2 {
        margin-bottom: 60px;
    }
    .price-table4-area .no-gutters>.col,
    .price-table4-area .no-gutters>[class*=col-] {
        padding-right: 15px;
        padding-left: 15px;
    }
    .price-table4-area {
        margin: 0 0 30px;
    }
    .bg_svg_how_works {
        background: #f1f1f1;
        min-height: 340px;
    }
    .grab_coupon_code {
        padding: 10px 10px;
    }
    .delivery_sidebar_sec img {
        background: #fff;
        width: 100%;
    }
    .plagiarism_img_sidebar img {
        width: 100%;
    }
    .price-table4-area {
        padding: 0;
    }
    .menu-star-rating {
        position: absolute;
        top: 20px;
        font-size: 10px;
        left: 1%;
    }
    .experts_hiring_details .expert_auto_hire {
        margin: 0 auto;
    }
    .experts_profile_sidebar {
        margin: 30px 0;
    }
    .header3-area nav#desktop-nav>ul>li ul.mega-menu-area {
        left: -35%;
    }

    .form_update_pp {
        margin-top: 0;
    }
    .form_update_profile {
        margin-top: 0;
    }
    .profile_update_cp {
        margin-bottom: 30px;
    }
    .profile_details_boxes .boxes_pd_cont {
        margin-bottom: 30px;
    }
    .section_dash_profile {
        padding-top: 60px;
    }
    .order-dashboard-wrapper .form_order_design {
        margin-bottom: 60px;
    }
    .mean-container .mean-nav ul li {
        margin-bottom: 0;
    }
    #invoiceModal .col-sm-8 {
        min-width: inherit;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #invoiceModal .col-sm-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .invoice_gah {
        display: none;
    }
    .invoice_order_id {
        position: relative;
        bottom: 0;
    }
    .invoice_left_details .oAmount {
        padding: 15px 0 5px;
    }
    .payment-note-invoice {
        position: relative;
    }
    .mean-container .mean-bar a {
        padding: 24px 16px;
    }
    .mean-container .mean-bar a img {
        padding: 8px 0;
    }
    .order-filter {
        margin-top: 0 !important;
    }
    .modal.show .modal-dialog {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        transition: .2s ease;
        width: 50%;
        margin-top: 115px;
    }
    .testimonial_profile_1:after {
        top: 5px;
        left: 0;
        background-position: -245px -270px;
    }
    .testimonial_profile_2:after {
        top: 5px;
        left: 0;
        background-position: -135px -270px;
    }
    .testimonial_profile_3:after {
        top: 5px;
        left: 0;
        background-position: -15px -270px;
    }
    .testimonial_profile_4:after {
        top: 5px;
        left: 0;
        background-position: -370px -267px;
    }
    .testimonial_profile_5:after {
        top: 5px;
        left: 0;
        background-position: -485px -270px;
    }
    .testimonial_profile_6:after {
        top: 5px;
        left: 0;
        background-position: -590px -270px;
    }
    .students-say-area .owl-stage-outer .owl-stage .owl-item .profile-img-wrapper .profile-img:after {
        content: '';
        position: absolute;
        transition: 2s ease-in-out;
        width: 115px;
        height: 116px;
    }
    .jobs_thankyou {
        padding: 120px 0 80px;
    }
}

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

     .order_pay_now_page {
    padding: 60px 0 20px 0;
    margin-top: 0;
}

    .header3-area {
        display: none;
    }
    .container, .container-fluid{
         width: auto;
    }
    .title-default-center {
        font-size: 24px;
    }
    .hidden_phone {
        display: none;
    }
    .boxes_order_pay {
        margin-bottom: 30px;
    }
    .order_details_reverse {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-direction: column-reverse;
    }
    .order-filter {
        margin-top: 70px !important;
    }
    .modal.show .modal-dialog {
        position: relative;
        top: 122px;
        left: 0;
        transform: none;
        transition: .2s ease;
        width: 88%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .mean-container .mean-bar a img {
        padding: 0;
    }
    .partner-mobi {
        display: none;
    }
    .login-sec {
        padding: 25px 30px 45px !important;
    }
    .pr-0 {
        padding-right: 15px !important;
    }
    .payment-rightt div {
        padding-top: 30px;
    }
    .secure_pay img {
        width: 200px;
    }
    .payment-rightt {
        margin: 15px;
    }
    .pl-0 {
        padding-left: 15px !important;
    }
    .boxed-login-page {
        display: block;
        text-align: center;
        padding: 0px 10px;
    }
    .boxed-login-img {
        height: 75px;
        width: 75px;
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .boxed-login-cont h3 {
        color: #e9ecef;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .boxed-login-cont p {
        text-align: center;
    }
    .counter_textarea {
        float: left;
        width: 100%;
    }
    .output.row {
        width: 100% !important;
        border: none !important;
        margin: 0 !important;
        float: left;
        display: block;
        display: block;
        text-align: center;
    }
    .output.row div {
        width: auto !important;
        padding: 0 15px !important;
        margin: 0 !important;
        text-align: center;
        font-size: 16px;
        padding-bottom: 15px !important;
        margin-top: 15px !important;
    }
    .clear_cont {
        text-align: center;
        margin-top: 0;
    }
    #userOrderList {
        padding: 0;
    }
    .mean-container #wrapper {
        padding-top: 25px !important;
        padding: 25px 0px;
    }
    .assignment_data_box_cont .stu-btn {
        margin-right: 15px;
        text-align: center;
        margin-bottom: 10px;
    }
    .assignment_data_box_cont .assign_order_id {
        margin-bottom: 10px;
        text-align: center;
    }
    .price_awaiting_assignment {
        display: block;
        align-items: center;
        text-align: center;
    }
    .price_awaiting_assignment .price_heading {
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .view_details_order {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }
    a#uploadFiles3 {
        float: none;
        width: 100%;
        text-align: left;
    }
    .message-row button#sendMessageButton {
        background: #8561FF !important;
        margin-top: 15px;
        float: none !important;
        width: 100%;
    }
    .faq-page-area {
        padding: 60px 0 !important;
    }
    .order_img_design {
        position: absolute;
        z-index: 9;
        top: 55px;
        width: 65%;
        text-align: right;
        right: 25px;
    }
    .order_student_prefer {
        text-align: center;
    }
    .order_student_prefer img {
        width: 45px;
    }
    .order_student_prefer .col-6 {
        margin-bottom: 15px;
    }
    .order_page_sidebar .col-6 {
        margin-bottom: 15px;
    }
    .form_order_design .card-header p {
        padding: 0 15px;
    }

    .footer_top_section:before {
        right: 20%;
    }
    .footer_top_section:before {
        bottom: 78.5%;
    }
    .footer_top_section {
        padding: 30px 10px;
    }
    .footer_top_left h2 {
        font-size: 20px;
        
        font-weight: 500;
        line-height: 32px;
    }
    .footer_flags_country li a {
        margin-left: 32px;
    }
    footer {
        font-size: 13px;
        text-align: left;
    }
    .footer-area-top .featured-links>li ul li {
        text-align: left;
    }
    .boxed_featured_home {
        margin: 15px 0;
    }
    .boxed_featured_home h3 {
        margin-bottom: 10px;
    }
    .counter1-box {
        border: 0 dashed #fff;
        padding: 5px 2px;
        border-right: 0 dashed #fff;
    }
    .reviews_rating_distribute {
        padding: 30px 0;
    }
    .rating_review_page .rating_star_all {
        font-size: 30px;
    }
    .user_reviews_count {
        font-size: 30px;
    }
    .rating_review_users {
        background: #828282ad;
        display: block;
    }
    .rating_review_page:after {
        position: absolute;
        content: '';
        border: .5px solid #fdfdfd;
        height: 1px;
        width: 92%;
        left: 50%;
        bottom: 0;
        transform: translate(-50%);
    }
    .price_table_pages h2 {
        font-size: 22px;
    }
    .price_report_writing {
        font-size: 20px;
        padding: 12.5px 0;
    }
    .svg_code_graphics .carousel-indicators {
        display: block;
    }
    .svg_code_graphics .carousel .carousel-indicators li {
        width: 33%;
        float: left;
        margin-bottom: 15px;
    }
    .svg_code_graphics .how-it-works-page .carousel-indicators li {
        width: 33%;
        float: left;
        margin-bottom: 34px;
        padding: 5px 0;
        height: 4%;
        margin: 0 auto;
        text-align: center;
    }
    .svg_code_graphics .how-it-works-page .carousel-indicators {
        display: block;
        padding: 0 20px;
    }
    .home_banner_opacity, .home_banner_opacity.indexs {
        padding: 60px 0;
    }

    .inner_banner_opacity {
        background: #b5b5b557;
        padding: 80px 0 50px
    }
    .boxes_counter_stroke {
        padding: 6px 5px 22px;
    }
    .nav-tabs-service .nav-pills .nav-link {
        font-size: 13px;
    }
    .person_details_experts {
        text-align: center;
    }
    .select_experts_person .filter_experts .form-control {
        border-radius: 0;
        border-right: 1px solid #ced4da;
    }
    .person_details_content p {
        text-align: center !important;
    }
    .experts-info-userimg .expert-img {
        margin-bottom: 15px;
    }
    .sidebar_boxexpert_category .col-md-4 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    .sidebar_experts_category .text-left {
        text-align: center !important;
    }
    .sidebar_experts_category {
        text-align: center;
    }
    .sidebar_experts_category p {
        text-align: center;
    }
    .career_steps_img:after {
        display: none;
    }
    .jobs_banner_career {
        margin-top: 15px;
    }
    .home_banner_leftcont p {
        
        font-size: 14px;
        max-width: 100%;
    }
    .resume_writing_03 .modal.show .modal-dialog {
        margin-bottom: 20px;
        width: 80%;
    }
    .resume_pattern_rightside_cont {
        margin: 20px 0;
    }
    .boxes_resume_pattern {
        max-height: 400px;
    }
    .counter_div_home:before {
        background: 0 0;
    }
    .about-counter.title-bar-counter {
        color: #fff;
    }
    .counter_div_home p {
        color: #f7f7f7;
    }
    .counter_div_home {
        position: relative;
        padding-top: 15px;
    }
    .expert_hire_great {
        border: 1px solid #afafaf;
        padding: 5px 15px 5px 2px;
        border-radius: 70px;
        display: inline-flex;
        float: none;
        position: absolute;
        top: 0;
        right: 15px;
    }
    .expert_hire_great img {
        width: 50px;
        border-radius: 72px;
        position: relative;
        left: 3px;
    }
    .order-academic-level {
        display: flex;
        flex-wrap: wrap;
    }
    .order-academic-level li label {
        margin-bottom: 10px;
    }
    .thanku-job-first {
        margin-bottom: 40px;
    }
    .jobs_thankyou {
        padding: 60px 0;
    }
}

@media(max-width:575px) {
    .expert-img {
        text-align: left;
    }
    .expert-img img {
        border-radius: 50%;
        height: 100px;
        width: 100px;
        text-align: left;
        object-fit: cover;
    }
    .experts_info_right .text-right {
        position: relative;
        right: unset;
        top: 5px;
        left: 0;
        text-align: left !important;
        margin-bottom: 5px;
    }
}

@media(max-width:550px) {
    .login-info-list ul li {
        width: 100%;
        margin-bottom: 30px;
    }
    .login-info-list ul li+li::before {
        content: none;
    }
    .login-block {
        padding: 30px 15px !important;
    }
    .login-info-list h2 {
        padding: 0;
    }
    .login-info-list {
        position: relative;
    }
    .banner-sec {
        border-radius: 10px;
        
    }

    .form_order_design {
        margin: 0 !important;
    }
    .form_grammerly input[type=submit] {
        width: 100%;
        margin-top: 15px;
    }
    .side-grammer-cont {
        text-align: center;
        margin: 15px 0;
        width: 50%;
        float: left;
    }

    .order-dashboard-wrapper .form_order_design {
        margin: 0 0 30px !important;
    }
}

@media only screen and (max-width:480px) {
    .title-default-center {
        font-size: 26px;
    }
    .price_awaiting_assignment a {
        background: #2196f3;
        padding: 10px 8px;
        border-radius: 31px;
        color: #fff;
        border: 2px solid #2196f3;
        font-weight: 600;
        white-space: normal;
        font-size: 13px;
    }
    .footer_top_section:before {
        bottom: 85%;
        width: 200px;
        left: 5px;
        height: 44px;
    }
    .reviews_section_col {
        float: left;
        width: 100%;
        padding: 0 15px;
        margin: 5px 0;
    }
    .reviews_rating_distribute .new-card {
        
        padding: 15px;
    }
}

@media only screen and (max-width:340px) {
    .my_table_responsive .label-danger {
        border-radius: 58px !important;
        padding: 8px 5px !important;
        font-weight: 500 !important;
        font-size: 14px;
    }
}
.benifits-box {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    position: relative;
    margin-top: 30px;
    display: block;
    box-shadow: 0px 2px 4px 0px rgb(0 34 55 / 8%);
    min-height: 180px;
}
.benifits-box .title-default-left {
    text-transform: capitalize;
    text-align: left;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0;
    color: #8561FF;
    font-size: 20px;
} 
.title-default-left {
    text-transform: capitalize;
    text-align: left;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 10px;
   color: #ffffff !important;
    position: relative;
    background: #8561FF;
}
.section_two_home p, .section_au_2 p {
    color: #000;
    text-align: center;
}
.title-default-h4 {
    padding-left: 30px;
    text-transform: capitalize;
    text-align: left;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #8561FF;
    width: 100%;
    font-size: 20px;
    position: relative;
}
.title-default-h4 i.fa {
    position: absolute;
    left: 0;
    top: 2px;
    border: 1px solid #193659;
    width: 20px;
    text-align: center;
    height: 20px;
    border-radius: 4px;
    line-height: 19px;
    background: #193659;
    color: #fff;
    font-size: 18px;
}
.courses-list p {
    margin-bottom: 10px;
    width: 100%;
}

@media only screen and (max-width:767px) {
    .title-default-left {
        margin-bottom: 10px;
        font-size: 24px;
    }
    .title-default-h4 {
        margin-bottom: 36px;
        font-size: 22px;
    }
    .y-us-title span {
        font-size: 24px;
    }
}

@media only screen and (max-width:480px) {
    .title-default-left {
        margin-bottom: 15px;
        font-size: 22px;
    }
    .title-default-h4 {
        margin-bottom: 30px;
        font-size: 20px;
    }
}

.title-default-left a {
    color: #8561FF;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.title-default-left a:hover {
    color: #fdc800;
}

.title-default-left-bold {
    font-size: 28px;
    text-transform: capitalize;
    text-align: left;
    font-weight: 600;
    margin-top: auto;
    margin-bottom: 35px;
    color: #8561FF;
}

@media(min-width:992px) and (max-width:1199px) {
    .title-default-left-bold {
        font-size: 28px;
    }
}



@media(min-width:480px) and (max-width:767px) {
    .title-default-left-bold {
        font-size: 24px;
    }
}

@media only screen and (max-width:479px) {
    .title-default-left-bold {
        font-size: 22px;
    }

}

.title-default-left-bold a {
    color: #8561FF;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.title-default-left-bold a:hover {
    color: #fdc800;
}

.title-default-left-bold-lowhight {
    text-transform: capitalize;
    text-align: left;
    font-weight: 500;
    margin-bottom: 20px;
    color: #8561FF;
}

@media only screen and (max-width:991px) {
    .title-default-left-bold-lowhight {
        font-size: 26px;
    }
}

@media only screen and (max-width:767px) {
    .title-default-left-bold-lowhight {
        font-size: 24px;
    }
}

@media only screen and (max-width:480px) {
    .title-default-left-bold-lowhight {
        font-size: 22px;
    }
}

.title-default-left-bold-lowhight a {
    color: #8561FF;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.title-default-left-bold-lowhight a:hover {
    color: #fdc800;
}

.title-news-left-bold {
    text-transform: capitalize;
    text-align: left;
    font-weight: 500;
    margin-bottom: 15px;
    color: #8561FF;
    font-size: 22px;
}

@media only screen and (max-width:767px) {
    .title-news-left-bold {
        font-size: 20px;
    }
}

@media only screen and (max-width:480px) {
    .title-news-left-bold {
        font-size: 18px;
    }
}

.title-news-left-bold a {
    color: #8561FF;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.title-news-left-bold a:hover {
    color: #fdc800;
}

.title-default-textPrimary-left {
    text-transform: capitalize;
    text-align: left;
    font-weight: 500;
    margin-bottom: 45px;
    color: #fff;
}

.about-title {
    font-size: 48px;
    color: #8561FF;
    margin-bottom: 15px;
    text-align: center;
}

@media(min-width:991px) and (max-width:1199px) {
    .about-title {
        font-size: 40px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .about-title {
        font-size: 36px;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .about-title {
        font-size: 32px;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .about-title {
        font-size: 28px;
    }
}

@media only screen and (max-width:320px) {
    .about-title {
        font-size: 26px;
    }
}

.title-center {
    font-weight: 500;
    font-size: 36px;
    color: #8561FF;
    text-align: center;
}

@media(min-width:991px) and (max-width:1199px) {
    .title-center {
        font-size: 34px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .title-center {
        font-size: 32px;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .title-center {
        font-size: 30px;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .title-center {
        font-size: 28px;
    }
}

@media only screen and (max-width:320px) {
    .title-center {
        font-size: 26px;
    }
}

.about-sub-title {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 60px;
    text-align: center;
}

@media only screen and (max-width:767px) {
    .about-sub-title {
        width: 100%;
    }
}

.sub-title-full-width {
    margin-bottom: 80px;
    text-align: center;
}

@media(min-width:991px) and (max-width:1199px) {
    .sub-title-full-width {
        margin-bottom: 70px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .sub-title-full-width {
        margin-bottom: 60px;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .sub-title-full-width {
        margin-bottom: 50px;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .sub-title-full-width {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width:320px) {
    .sub-title-full-width {
        margin-bottom: 30px;
    }
}

h3.sidebar-title {
    font-size: 21px;
    color: #8561FF;
    text-transform: capitalize;
    margin-bottom: 35px;
    position: relative;
    font-weight: 500;
}

@media(min-width:480px) and (max-width:1199px) {
    h3.sidebar-title {
        font-size: 19px;
    }
}

@media only screen and (max-width:479px) {
    h3.sidebar-title {
        font-size: 18px;
    }
}

h3.sidebar-title a {
    color: #8561FF;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

h3.sidebar-title a:hover {
    color: #fdc800;
}

h3.sidebar-title:before {
    content: "";
    height: 3px;
    width: 40px;
    position: absolute;
    left: 0;
    bottom: -15px;
    z-index: 1;
    background: #fdc800;
}

h2.sidebar-title {
    font-size: 30px;
    color: #8561FF;
    text-transform: capitalize;
    margin-bottom: 35px;
    position: relative;
    font-weight: 500;
}

@media(min-width:480px) and (max-width:1199px) {
    h2.sidebar-title {
        font-size: 19px;
    }
}

@media only screen and (max-width:479px) {
    h2.sidebar-title {
        font-size: 18px;
    }
}

h2.sidebar-title a {
    color: #8561FF;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

h2.sidebar-title a:hover {
    color: #fdc800;
}

h2.sidebar-title:before {
    content: "";
    height: 3px;
    width: 40px;
    position: absolute;
    left: 0;
    bottom: -15px;
    z-index: 1;
    background: #fdc800;
}
.placed-order .apply-now-btn {
    padding: 7px 20px;
    border-radius: 30px;
    font-size: 16px;
}
.apply-now-btn {
    text-align: center;
    color: #fff !important;
    padding: 8px 0;
    background: #8561FF;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    border: 2px solid #8561FF;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.apply-now-btn:hover {
    background: 0 0;
    color: #fff !important;
}

.apply-now-btn2 {
    text-align: center;
    color: #8561FF;
    padding: 10px 0;
    width: 104px;
    background: #fdc800;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.apply-now-btn2:hover {
    background: #8561FF;
    color: #fff !important;
}

.pricetable-btn {
    padding: 10px 0;
    text-align: center;
    color: #263238;
    height: 50px;
    width: 160px;
    background: #fdc800;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    border: 2px solid #fdc800;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.pricetable-btn:hover a {
    color: #fff;
}

.pricetable-btn:hover {
    background: #193759;
    color: #fff;
    border-color: #193759;
}

@media(min-width:480px) and (max-width:767px) {
    .pricetable-btn {
        height: 45px;
        width: 140px;
        font-size: 15px;
        padding: 9px 0;
    }
}

@media only screen and (max-width:479px) {
    .pricetable-btn {
        height: 40px;
        width: 130px;
        font-size: 14px;
        padding: 8px 0;
    }
}

.default-big-btn {
    color: #fff;
    padding: 15px 20px;
    background: #8561FF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    border: none;
    text-align: center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.default-big-btn:hover {
    background: #fdc800;
    color: #212121;
}

.default-full-width-btn {
    color: #fff;
    padding: 12px 0;
    background: #8561FF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    border: none;
    width: 100%;
    border: 2px solid #8561FF;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.default-full-width-btn:hover {
    background: 0 0;
    color: #8561FF;
}

.ghost-full-width-btn {
    color: #fff;
    padding: 14px 0;
    background: #8561FF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    border: none;
    width: 100%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.ghost-full-width-btn:hover {
    background: #fdc800;
    color: #8561FF;
}

.join-now-btn {
    color: #8561FF;
    padding: 13px 40px;
    background: #fdc800;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    border: none;
    border: 2px solid #fdc800;
    text-align: center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

@media(min-width:480px) and (max-width:767px) {
    .join-now-btn {
        padding: 10px 36px;
    }
}

@media only screen and (max-width:479px) {
    .join-now-btn {
        padding: 8px 26px;
    }
}

.join-now-btn:hover {
    background: 0 0;
    color: #fff;
}

.join-now-primary-btn {
    color: #fff;
    padding: 13px 0;
    background: #8561FF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    border: none;
    width: 148px;
    border: 2px solid #8561FF;
    text-align: center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.join-now-primary-btn:hover {
    background: 0 0;
    color: #8561FF;
}

.sidebar-search-btn {
    color: #fff;
    padding: 14px 40px;
    background: #8561FF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    border: none;
    text-align: center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.sidebar-search-btn:hover {
    background: #fdc800;
    color: #8561FF;
}

.sidebar-search-btn-full {
    color: #fff;
    padding: 13px 0;
    width: 100%;
    background: #8561FF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    border: none;
    border: 2px solid #8561FF;
    text-align: center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.sidebar-search-btn-full:hover {
    background: 0 0;
    color: #8561FF;
}

.view-all-accent-btn {
    text-align: center;
    color: #fff;
    padding: 12px 34px;
    background: #8561FF;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    border: none;
    font-weight: 500;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.view-all-accent-btn:focus {
    color: #fff;
}

.view-all-accent-btn:hover {
    background: #fdc800;
    color: #212121;
}

.details-accent-btn {
    text-align: center;
    color: #8561FF;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    border: none;
    font-weight: 500;
    border: 2px solid #fdc800;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.details-accent-btn:hover {
    background: #fdc800;
    color: #fff;
}

.view-all-primary-btn {
    text-align: center;
    color: #fff;
    padding: 12px 0;
    background: #8561FF;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    border: none;
    width: 130px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.view-all-primary-btn:hover {
    background: #fdc800;
    color: #030507;
}

.ghost-btn {
    border: 2px solid #fdc800;
    color: #fff;
    padding: 10px 30px;
    background: 0 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.ghost-btn:hover {
    background: #fdc800;
    color: #8561FF;
}

.ghost-btn-big {
    border: 2px solid #fdc800;
    color: #fff;
    padding: 12px 30px;
    background: 0 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.ghost-btn-big:hover {
    background: #fdc800;
    color: #8561FF;
}

.ghost-btn-big-primary {
    border: 2px solid #8561FF;
    color: #8561FF;
    padding: 12px 30px;
    background: 0 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.ghost-btn-big-primary:hover {
    background: #8561FF;
    color: #fff;
}

.sidebar-ghost-btn {
    text-align: center;
    color: #fff;
    padding: 8px 0;
    width: 160px;
    font-style: italic;
    background: 0 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    border: 2px solid #fdc800;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.sidebar-ghost-btn:hover {
    background: #fdc800;
    color: #8561FF;
}

.enroll-btn {
    color: #8561FF;
    padding: 18px 0;
    background: #fdc800;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    border: none;
    width: 100%;
    border: 2px solid #fdc800;
    text-align: center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.enroll-btn:hover {
    background: 0 0;
    color: #fdc800;
}

.download-btn {
    position: relative;
    color: #8561FF;
    padding: 18px 0;
    background: 0 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    border: none;
    width: 100%;
    border: 1px solid #8561FF;
    text-align: center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.download-btn:before {
    content: "\f019";
    position: absolute;
    font-family: FontAwesome;
    color: #8561FF;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 8%;
    z-index: 1;
}

.download-btn:hover {
    border: 1px solid #fdc800;
    background: #fdc800;
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.download-btn:hover:before {
    color: #fff;
}

.default-white-btn {
    border: none;
    color: #8561FF;
    padding: 13px 30px;
    background: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.default-white-btn:hover {
    color: #fff;
    background: #8561FF;
}

.isotop-btn {
    text-align: center;
    margin-bottom: 45px;
}

.isotop-btn:after {
    display: none;
}

.isotop-btn a {
    background: 0 0;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 500;
    color: #8561FF;
    margin: 0 0 5px;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #e0e0e0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

@media(min-width:768px) and (max-width:1199px) {
    .isotop-btn a {
        padding: 10px 26px;
    }
}

.isotop-btn a:hover {
    border: 1px solid #8561FF;
    background: #8561FF;
    color: #fff;
}

.isotop-btn .current {
    border: 1px solid #8561FF;
    background: #8561FF;
    color: #fff;
}

.play-btn {
    z-index: 2;
    border: 3px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

@media only screen and (max-width:480px) {
    .play-btn {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

.play-btn i {
    color: #fdc800;
    font-size: 20px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.play-btn:hover {
    border: 3px solid #fdc800;
}

.play-btn:hover i {
    color: #fff;
}

.isotop-btn-accent {
    text-align: center;
    margin-bottom: 45px;
}

.isotop-btn-accent:after {
    display: none;
}

.isotop-btn-accent a {
    background: 0 0;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 700;
    color: #8561FF;
    margin: 0 0 5px;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #e0e0e0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.isotop-btn-accent a:hover {
    border: 1px solid #fdc800;
    background: #fdc800;
    color: #fff;
}

.isotop-btn-accent .current {
    border: 1px solid #fdc800;
    background: #fdc800;
    color: #fff;
}

.default-btn {
    color: #fff;
    padding: 13px 30px;
    background: #8561FF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 30px;
    border: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.default-btn:hover {
    background: #00082e;
    color: #fff;
}

.quote-white-btn {
    border: none;
    color: #8561FF;
    padding: 10px 20px;
    background: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    border-radius: 30px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.quote-white-btn:hover {
    color: #212121;
}

.default-white-small-btn {
    color: #212121;
    padding: 8px 20px;
    background: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    border-radius: 30px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.default-white-small-btn:hover {
    color: #8561FF;
}

.submit-btn {
    color: #fff;
    padding: 12px 44px;
    background: #8561FF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    border-radius: 30px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.submit-btn:hover {
    background: #00082e;
    color: #fff;
}

.ghost-semi-color-btn {
    border: 2px solid #8561FF;
    color: #444;
    padding: 10px 30px;
    background: 0 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    border-radius: 30px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.ghost-semi-color-btn:hover {
    background: #8561FF;
    color: #fff;
}

.ghost-color-btn {
    border: 2px solid #8561FF;
    color: #8561FF;
    padding: 10px 44px;
    background: 0 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.ghost-color-btn i {
    margin-left: 10px;
    color: #8561FF;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.ghost-color-btn:hover {
    background: #8561FF;
    color: #fff;
}

.ghost-color-btn:hover i {
    color: #fff;
}

.ghost-text-color-btn {
    border: 2px solid #bdbdbd;
    color: #8561FF;
    padding: 10px 44px;
    background: 0 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.ghost-text-color-btn:hover {
    border: 2px solid #8561FF;
    background: #8561FF;
    color: #fff;
}

.ghost-on-hover-btn {
    border: 2px solid #8561FF;
    color: #fff;
    padding: 12px 40px;
    background: #8561FF;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.ghost-on-hover-btn:hover {
    background: 0 0;
    color: #8561FF;
}

.owl-controls .owl-nav {
    position: absolute;
    top: -88px;
    right: -2px;
}

@media only screen and (max-width:991px) {
    .owl-controls .owl-nav {
        top: -77px;
    }
}

@media only screen and (max-width:480px) {
    .owl-controls .owl-nav {
        position: inherit;
    }
}

.owl-controls i {
    margin-left: 0;
    color: #fff;
    display: block;
    line-height: 20px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.owl-controls .owl-prev {
    border: 1px solid #fdc800;
    background: #fdc800 !important;
    opacity: 1 !important;
    font-size: 18px !important;
    margin: 0 1px !important;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 0 !important;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

@media only screen and (max-width:480px) {
    .owl-controls .owl-prev {
        left: -15px;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        position: absolute;
    }
}

.owl-controls .owl-prev:hover {
    background: #8561FF !important;
    border: 1px solid #8561FF;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.owl-controls .owl-prev:hover i {
    color: #fff;
}

.owl-controls .owl-next {
    border: 1px solid #fdc800;
    right: -45px;
    background: #fdc800 !important;
    opacity: 1 !important;
    font-size: 18px !important;
    margin: 0 4px !important;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 0 !important;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

@media only screen and (max-width:480px) {
    .owl-controls .owl-next {
        right: -20px;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        position: absolute;
    }
}

.owl-controls .owl-next:hover {
    background: #8561FF !important;
    border: 1px solid #8561FF;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.owl-controls .owl-next:hover i {
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#scrollUp {
    background-color: #5a4c16;
    bottom: 150px;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    transition: all .5s cubic-bezier(0, 0, 0, 1) 0s;
    width: 45px;
    z-index: 99999;
    border-radius: 50%;
}

#scrollUp i {
    color: #8561FF;
}

#scrollUp:focus,
#scrollUp:hover {
    background-color: #8561FF;
}

#scrollUp:focus i,
#scrollUp:hover i {
    color: #8561FF;
}

#preloader {
    background: #8561FF url(img/preloader.gif) no-repeat scroll center center;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.inner-page-banner-area {
    padding: 150px 0 60px;
    background-size: cover;
}

.inner-page-banner-area:after {
    content: "";
    background: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.inner-page-banner-area .pagination-area {
    position: relative;
    z-index: 1;
}

.inner-page-banner-area .pagination-area h1 {
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 48px;
    color: #fff;
}

@media(min-width:480px) and (max-width:767px) {
    .inner-page-banner-area .pagination-area h1 {
        font-size: 42px;
    }
}

@media only screen and (max-width:479px) {
    .inner-page-banner-area .pagination-area h1 {
        font-size: 32px;
    }
}

.inner-page-banner-area .pagination-area ul li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.bread-crumb ul li {
    display: inline-block;
    color: #000;
    font-size: 15px;
    margin-top: 0;
    
}

.bread-crumb ul li i {
    font-size: 18px;
    color: #0d1f42;
}

.bread-crumb ul li:last-child {
    color: #ff9800;
    font-weight: 500;
}

.bread-crumb ul li i:hover {
    color: #007bff;
}

.inner-page-banner-area .pagination-area ul li a {
    color: #fdc800;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.inner-page-banner-area .pagination-area ul li a:hover {
    color: #fff;
}

.pagination-center {
    text-align: center;
    margin-top: 43px;
}

@media(min-width:992px) and (max-width:1199px) {
    .pagination-center {
        margin-top: 33px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .pagination-center {
        margin-top: 23px;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .pagination-center {
        margin-top: 13px;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .pagination-center {
        margin-top: 3px;
    }
}

@media only screen and (max-width:320px) {
    .pagination-center {
        margin-top: 0;
    }
}

.pagination-center li {
    display: inline-block;
}

.pagination-center li a {
    width: 42px;
    font-size: 16px;
    color: #fff;
    height: 40px;
    background: #8561FF;
    display: block;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.pagination-center li a:hover {
    background: #fdc800;
}

.pagination-center .active a {
    background: #fdc800;
}

.pagination-left {
    text-align: left;
    margin-top: 20px;
}

.pagination-left li {
    display: inline-block;
}

.pagination-left li a {
    width: 42px;
    font-size: 16px;
    color: #fff;
    height: 40px;
    background: #8561FF;
    display: block;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.pagination-left li a:hover {
    background: #fdc800;
}

.pagination-left .active a {
    background: #fdc800;
}

.overlay-default {
    position: relative;
}

.overlay-default:before {
    content: "";
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;
    right: 0;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.mt-30 {
    margin-top: 30px;
}

.main-menu-area {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: 10;
    border-bottom: 2px solid #8561FF;
}

.main-menu-area .logo-area {
    margin: 9px 0;
}

@media(min-width:992px) and (max-width:1199px) {
    .main-menu-area .logo-area {
        margin: 13px 0;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .main-menu-area .logo-area {
        margin: 22px 0;
    }
}

.main-menu-area .apply-btn-area {
    margin: 16px 0;
    text-align: right;
}

.login-form {
    position: absolute;
    z-index: 999;
    top: 38px;
    right: -20px;
    width: 540px;
    height: 444px;
    text-align: left;
    background: #fff;
    border: 1px solid #bdbdbd;
    padding: 40px;
}

@media only screen and (max-width:767px) {
    .login-form {
        margin-bottom: 15px;
    }
	.login-overlay-cls {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
    .inner-page-banner-area {
        padding: 90px 0 50px;
    }
}

.login-form label {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #8561FF;
}

.login-form input {
    height: 40px;
    padding: 0 10px;
    width: 100%;
    border-radius: 0;
    border: 1px solid #bdbdbd;
    margin-bottom: 15px;
    color: #8561FF;
    font-weight: 500;
    font-size: 15px;
}

.login-form span {
    margin-right: 15px;
    color: #8561FF;
}

@media(min-width:768px) and (max-width:991px) {
    .login-form span {
        font-size: 12px;
    }
}

@media only screen and (max-width:479px) {
    .login-form span {
        display: inline-block;
        margin-left: 0;
        margin-top: 15px;
    }
}

.login-form span input {
    width: inherit;
    height: inherit;
    margin-right: 10px;
    padding: 30px;
}

nav#desktop-nav ul {
    text-align: right;
}

nav#desktop-nav ul .active>a {
  color:#8561ff;
}

nav#desktop-nav ul li {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}

nav#desktop-nav ul li:hover ul {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}

nav#desktop-nav ul li:hover ul:before {
    width: 100%;
}

nav#desktop-nav ul li a {
    padding: 30px 20px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

@media(min-width:992px) and (max-width:1199px) {
    nav#desktop-nav ul li a {
        padding: 30px 12px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    nav#desktop-nav ul li a {
        padding: 30px 6px;
    }
}

nav#desktop-nav ul li a:hover {
    color: #fdc800;
}

nav#desktop-nav ul li .active {
    background-color: #1a3b61;
}

nav#desktop-nav ul li .active a {
    color: #fdc800;
}

nav#desktop-nav ul li>ul {
    position: relative;
    margin-top: 0;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all .5s ease 0s;
    width: 180px;
    z-index: 99999;
    background: #fff;
    padding: 0;
    left: 5px;
}

@media(min-width:992px) and (max-width:1199px) {
    nav#desktop-nav ul li>ul {
        left: -3px;
    }
}

@media only screen and (max-width:991px) {
    nav#desktop-nav ul li>ul {
        left: -9px;
    }
}

nav#desktop-nav ul li>ul:before {
    position: absolute;
    content: "";
    background-color: #efefef;
    margin: 0 auto;
    z-index: 12;
    height: 1px;
    top: 0;
    left: 0;
    width: 0%;
    right: 0;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;
}

nav#desktop-nav ul li>ul>li {
    padding: 0;
    display: block;
    border-bottom: .5px solid #e6e6e6;
}

nav#desktop-nav ul li>ul>li>a {
    padding: 10px 10px 10px 15px;
    display: block;
    font-size: 13px;
    color: #0d1f42;
}

nav#desktop-nav ul li>ul>li:last-child {
    border-bottom: none;
}

nav#desktop-nav ul li>ul>li .active,
nav#desktop-nav ul li>ul>li:hover {
    background: #1a3b61;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

nav#desktop-nav ul li>ul>li .active a:before,
nav#desktop-nav ul li>ul>li:hover a:before {
    opacity: 0;
}

nav#desktop-nav ul li .mega-menu-area {
    left: 5px;
}

@media(min-width:992px) and (max-width:1199px) {
    nav#desktop-nav ul li .mega-menu-area {
        left: -258px;
    }
}

@media only screen and (max-width:991px) {
    nav#desktop-nav ul li .mega-menu-area {
        left: -272px;
    }
}

nav#desktop-nav ul li .mega-menu-area>li {
    width: 100%;
    float: left;
    border-bottom: none;
    display: inline-block;
    text-align: left;
    border-bottom: 1px solid #dadada;
}

nav#desktop-nav ul li .mega-menu-area>li:hover {
    background: 0 0 !important;
}

nav#desktop-nav ul li .mega-menu-area>li:hover>a {
    color: #0d1f42;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

nav#desktop-nav ul li .mega-menu-area>li>a:hover:before {
    color: #fff;
}

nav#desktop-nav ul li .mega-menu-area>li:hover>a:hover {
    color: #fdc800;
    background: #0d1f42;
}

nav#desktop-nav ul li>ul.mega-menu-area>li .active a:before,
nav#desktop-nav ul li>ul.mega-menu-area>li:hover a:before {
    opacity: 1 !important;
}

nav#desktop-nav ul li .mega-menu-area>li a {
    padding: 8px 0 8px 20px;
    display: block;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    text-align: left;
}

nav#desktop-nav ul li .mega-menu-area>li>a:before {
    content: "\f105";
    position: absolute;
    left: 10px;
    font-family: FontAwesome;
    color: #0d1f42;
    top: 7px;
    left: 8px;
}

nav#desktop-nav ul li .mega-menu-area>li a:last-child {
    border-bottom: none;
}

nav#desktop-nav ul li .mega-menu-area>li:last-child {
    margin-right: 0;
}

nav#desktop-nav ul li .mega-menu-area>li .active {
    padding-left: 10px;
    background-color: #1a3b61;
    color: #fdc800;
}

nav#desktop-nav li.has-child-menu {
    position: relative;
}

nav#desktop-nav li.has-child-menu>a {
    color: #fff;
}

nav#desktop-nav li.has-child-menu>a:after {
    font-family: FontAwesome;
    content: "\f105";
    float: right;
}

nav#desktop-nav li.has-child-menu>ul.thired-level {
    position: absolute;
    left: 180px;
    top: 0;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all .5s ease 0s;
}

nav#desktop-nav li.has-child-menu>ul.thired-level li a {
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

nav#desktop-nav li.has-child-menu>ul.thired-level li:hover a {
    color: #fdc800;
}

nav#desktop-nav li.has-child-menu>ul.thired-level .active {
    background-color: #1a3b61;
}

nav#desktop-nav li.has-child-menu>ul.thired-level .active a {
    color: #fdc800;
}

nav#desktop-nav li.has-child-menu:hover ul.thired-level {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}

.main-menu-area {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.main-menu-area .header-search {
    margin: 30px 0;
    text-align: right;
}

.main-menu-area .header-search .search-form {
    display: none;
    position: absolute;
    bottom: -51px;
    right: 15px;
    z-index: 10;
    color: #fff;
    height: 50px;
    width: 500px;
    font-size: 18px;
    background: rgba(253, 200, 0, .7);
    border: 2px solid #fdc800;
    padding: 5px 18px 5px 10px;
    -webkit-box-shadow: inset 0 0 10px 5px rgba(253, 200, 0, .3);
    -moz-box-shadow: inset 0 0 10px 5px rgba(253, 200, 0, .3);
    box-shadow: inset 0 0 10px 5px rgba(253, 200, 0, .3);
}

.main-menu-area .header-search a i {
    color: #fdc800;
    border-left: 1px solid #d3d3d3;
    padding-left: 30px;
}

.main-menu-area .header-search input:focus {
    outline: 0;
}

.main-menu-area .header-search input::-webkit-input-placeholder {
    color: #fff;
}

.main-menu-area .header-search input::-moz-placeholder {
    color: #fff;
}

.main-menu-area .header-search input:-moz-placeholder {
    color: #fff;
}

.main-menu-area .header-search input:-ms-input-placeholder {
    color: #fff;
}

.stick {
    background: #8561FF;
    border-bottom: 2px solid #8561FF;
    position: fixed;
    height: 70px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

#header1 {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}

.slider1-area.index1 {
    margin-top: 82px;
}

@media only screen and (max-width:767px) {
    .slider1-area.index1 {
        margin-top: 0;
    }
}

.header2-area .header-top-area {
    background: #8561FF;
}

.header2-area .header-top-area .header-top-left {
    margin: 7px 0;
}

.header2-area .header-top-area .header-top-left ul li {
    display: inline-block;
    text-transform: lowercase;
    font-size: 13px;
    border-right: 1px solid #bdbdbd;
    margin-right: 15px;
    padding-right: 15px;
}

.header2-area .header-top-area .header-top-left ul li i {
    padding-right: 10px;
    color: #fdc800;
    font-size: 14px;
}

.header2-area .header-top-area .header-top-left ul li a {
    color: #d0d6dd;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.header2-area .header-top-area .header-top-left ul li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}

.header2-area .header-top-area .header-top-left ul li:hover a {
    color: #fdc800;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.header2-area .header-top-area .header-top-right {
    text-align: right;
}

.header2-area .header-top-area .header-top-right ul li {
    font-size: 13px;
    padding-right: 0;
    display: inline-block;
    margin-left: 15px;
    position: relative;
}

.header2-area .header-top-area .header-top-right ul li .login-btn-area {
    padding: 9px 15px;
    display: block;
    color: #bcc8d6;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.header2-area .header-top-area .header-top-right ul li .login-btn-area i {
    padding-right: 10px;
    font-size: 14px;
    color: #fdc800;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.header2-area .header-top-area .header-top-right ul li .login-btn-area:hover {
    color: #fdc800;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.header2-area .header-top-area .header-top-right ul li .apply-btn-area {
    text-align: right;
}

.header2-area .header-search a i {
    color: #444;
    border-left: 1px solid #d3d3d3;
    padding-left: 30px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.header2-area .header-search a:hover i {
    color: #fdc800;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.header2-area nav#desktop-nav>ul>li>a {
    padding: 24px 10px;
    color: #8561FF;
}

.header2-area nav#desktop-nav>ul>li>a:hover {
    color: #fdc800;
}

@media(min-width:992px) and (max-width:1199px) {
    .header2-area nav#desktop-nav>ul>li>a {
        padding: 30px 18px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .header2-area nav#desktop-nav>ul>li>a {
        padding: 30px 6px;
    }
    nav#desktop-nav ul li .mega-menu-area>li {
        float: left;
    }
    #desktop-nav ul li:hover .mega_menu_dropdown:before {
        content: '';
        border-bottom: 15px solid #fff;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        position: absolute;
        right: 24px;
        background: 0 0;
        top: 70px;
    }
}

.header2-area nav#desktop-nav>ul>li ul {
    left: 10px;
}

@media(min-width:992px) and (max-width:1199px) {
    .header2-area nav#desktop-nav>ul>li ul {
        left: 3px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .header2-area nav#desktop-nav>ul>li ul {
        left: -9px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .header2-area nav#desktop-nav>ul>li .mega-menu-area {
        left: -267px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .header2-area nav#desktop-nav>ul>li .mega-menu-area {
        left: -272px;
    }
}

.header2-area nav#desktop-nav>ul .active>a {
    color: #fdc800;
}

.header2-area .stick {
    background: rgba(255, 255, 255, .9);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out
}

.header3-area {
    position: fixed;
    z-index: 15;
    left: 0;
    right: 0;
    background: #8561FF;
}

.header3-area .header-top-area {
    background: 0 0;
}

.header3-area .header-top-area .top-bar-border {
    position: relative;
    padding: 8px 0;
}

.header3-area .header-top-area .top-bar-border:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #656565;
}

.header3-area .header-top-area .top-bar-border:after {
    clear: both;
    content: "";
    display: block;
}

.header3-area .header-top-area .header-top-left ul li {
    display: inline-block;
    font-size: 13px;
    border-right: 1px solid #bdbdbd;
    margin-right: 15px;
    padding-right: 15px;
}

.header3-area .header-top-area .header-top-left ul li i {
    padding-right: 10px;
    color: #fdc800;
    font-size: 14px;
}

.header3-area .header-top-area .header-top-left ul li a {
    color: #d0d6dd;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.header3-area .header-top-area .header-top-left ul li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}

.header3-area .header-top-area .header-top-left ul li:hover a {
    color: #fdc800;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.header3-area .header-top-area .header-top-right {
    text-align: right;
}

.header3-area .header-top-area .header-top-right ul li {
    position: relative;
    font-size: 13px;
    padding-right: 0;
    display: inline-block;
    margin-left: 15px;
}
.logo-area .img-responsive {
    width: 134px;
}
.header3-area .header-top-area .header-top-right ul li a {
    color: #ffffff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: 1px solid #fdc800;
    padding: 7px 20px;
    border-radius: 30px;
    text-transform: uppercase;
}

.header3-area .header-top-area .header-top-right ul li a i {
    padding-right: 10px;
    font-size: 16px;
    color: #fdc800;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.header3-area .header-top-area .header-top-right ul li a:hover {
    color: #fdc800;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.header3-area .header-top-area .header-top-right ul li .apply-btn-area {
    text-align: right;
}

.header3-area .header-divider {
    border-bottom: 1px solid #656565;
}

.header3-area nav#desktop-nav>ul>li>a {
    padding: 24px 10px;
    font-size: 14px;
}

@media(min-width:992px) and (max-width:1199px) {
    .header3-area nav#desktop-nav>ul>li>a {
        padding: 24px 5px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .header3-area nav#desktop-nav>ul>li>a {
        padding: 30px 6px;
        font-size: 12px;
    }
    .main-menu-area .apply-btn-area a {
        padding: 7px 15px !important;
        border-radius: 50px;
        font-weight: 600 !important;
        font-size: 13px !important;
    }
}

.header3-area nav#desktop-nav>ul>li ul {
    left: 10px;
    min-width: 300px;
}

@media(min-width:992px) and (max-width:1199px) {
    .header3-area nav#desktop-nav>ul>li ul {
        left: 3px;
        column-count: 1 !important;
    }
    .split_menu_ul {
        column-count: 1 !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .header3-area nav#desktop-nav>ul>li ul {
        left: -9px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .header3-area nav#desktop-nav>ul>li .mega-menu-area {
        left: -267px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .header3-area nav#desktop-nav>ul>li .mega-menu-area {
        left: -272px;
    }
}

.header4-area .header-top-area {
    padding: 10px 0 8px;
    background: #fff;
}

.header4-area .header-top-area .header-top-right {
    text-align: right;
}

.header4-area .header-top-area .header-top-right ul li {
    position: relative;
    font-size: 16px;
    padding-right: 0;
    display: inline-block;
    margin-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #212121;
}

.header4-area .header-top-area .header-top-right ul li:nth-child(3n) {
    border-right: none;
}

.header4-area .header-top-area .header-top-right ul li:nth-child(4n) {
    border-right: none;
    padding-right: 0;
}

@media(min-width:768px) and (max-width:991px) {
    .header4-area .header-top-area .header-top-right ul li:nth-child(4n) {
        display: none;
    }
}

.header4-area .header-top-area .header-top-right ul li i {
    padding-right: 10px;
    font-size: 18px;
    color: #fdc800;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.header4-area .header-top-area .header-top-right ul li a {
    color: #8561FF;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.header4-area .header-top-area .header-top-right ul li a:hover {
    color: #fdc800;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.header4-area .header-top-area .header-top-right ul li .apply-btn-area {
    text-align: right;
}

.header4-area .header-top-area .header-top-right .login-form {
    position: absolute;
    z-index: 999;
    top: 46px;
    right: -20px;
    width: 540px;
    height: 444px;
    text-align: left;
    background: #fff;
    border: 1px solid #bdbdbd;
    padding: 40px;
}

@media only screen and (max-width:767px) {
    .header4-area .header-top-area .header-top-right .login-form {
        margin-bottom: 15px;
    }
}

.header4-area .header-top-area .header-top-right .login-form label {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #8561FF;
}

.header4-area .header-top-area .header-top-right .login-form input {
    height: 40px;
    padding: 0 10px;
    width: 100%;
    border-radius: 0;
    border: 1px solid #bdbdbd;
    margin-bottom: 15px;
    color: #8561FF;
    font-weight: 500;
    font-size: 15px;
}

.header4-area .header-top-area .header-top-right .login-form span {
    font-size: 13px;
    margin-right: 15px;
    color: #8561FF;
}

@media(min-width:768px) and (max-width:991px) {
    .header4-area .header-top-area .header-top-right .login-form span {
        font-size: 12px;
    }
}

@media only screen and (max-width:479px) {
    .header4-area .header-top-area .header-top-right .login-form span {
        display: inline-block;
        margin-left: 0;
        margin-top: 15px;
    }
}

.header4-area .header-top-area .header-top-right .login-form span input {
    width: inherit;
    height: inherit;
    margin-right: 10px;
    padding: 30px;
}

.header4-area nav#desktop-nav>ul {
    text-align: left;
}

.header4-area nav#desktop-nav>ul>li>a {
    padding: 20px 35px;
}

@media(min-width:992px) and (max-width:1199px) {
    .header4-area nav#desktop-nav>ul>li>a {
        padding: 20px 24px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .header4-area nav#desktop-nav>ul>li>a {
        padding: 20px 11px;
    }
}

.header4-area nav#desktop-nav>ul>li ul {
    left: 20px;
}

@media(min-width:992px) and (max-width:1199px) {
    .header4-area nav#desktop-nav>ul>li ul {
        left: 9px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .header4-area nav#desktop-nav>ul>li ul {
        left: -3px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .header4-area nav#desktop-nav>ul>li .mega-menu-area {
        left: -68px;
    }
}

.header4-area .header-search {
    margin: 20px 0;
}

.mobile-menu-area {
    display: none;
}

.mean-container .mean-bar {
    float: none;
    background: #fff;
    box-shadow: 1px 2px 20px #3a3a3a61;
}

@media only screen and (max-width:767px) {
    .mean-container .mean-bar a {
        padding: 6px 16px;
        display: inline-block;
    }
    .mean-container .mean-nav ul li {
        margin-bottom: 0;
    }
}

@media only screen and (max-width:767px) {
    .mean-container .mean-bar .meanmenu-reveal {
        margin-top: 15px;
    }
    #change-password-modal .modal-header h4 {
        color: #2f76bd;
        margin: 0 auto;
        text-transform: uppercase;
        font-weight: 600;
        
        font-size: 20px;
        margin-bottom: 5px;
    }
}

.mean-container .mean-bar:after {
    content: "";
    clear: both;
    display: block;
}

.mean-container .mean-nav ul li a {
    color: #212121;
    font-weight: 700;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.mean-container .mean-nav ul li a:hover {
    color: #8561FF;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.mean-container .mean-nav>ul:after {
    content: '';
    display: block;
    clear: both;
}

.mean-container .mean-nav>ul {
    overflow-y: scroll;
}

.mean-container .mean-bar a.logo-mobile-menu {
    width: 60%;
}

.mean-container a.meanmenu-reveal {
    position: absolute;
}

.mean-container #wrapper {
    padding-top: 25px;
}

.mean-container .mean-nav ul li li a {
    color: #212121;
    border-bottom: .5px solid #cecece;
    opacity: 1;
}

.slider1-area .nivo-controlNav {
    display: none;
}

.slider1-area .nivo-directionNav a.nivo-prevNav {
    left: 8px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.slider1-area .nivo-directionNav a.nivo-prevNav:before {
    content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 18px;
    z-index: 9;
    height: 10px;
    width: 10px;
    left: 19px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.slider1-area .nivo-directionNav a.nivo-prevNav:hover {
    background-color: rgba(0, 33, 71, .6);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.slider1-area .nivo-directionNav a.nivo-prevNav:hover:before {
    background: 0 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.slider1-area .nivo-directionNav a.nivo-nextNav {
    right: 8px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.slider1-area .nivo-directionNav a.nivo-nextNav:before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 18px;
    z-index: 9;
    height: 10px;
    width: 10px;
    right: 19px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.slider1-area .nivo-directionNav a.nivo-nextNav:hover {
    background-color: rgba(0, 33, 71, .6);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.slider1-area .nivo-directionNav a.nivo-nextNav:hover:before {
    background: 0 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.slider1-area .nivo-caption {
    opacity: 1;
    top: -40px;
}

@media only screen and (max-width:991px) {
    .slider1-area .nivo-caption {
        top: 0;
    }
}

.slider1-area .slide-1 .title1,
.slider1-area .slide-2 .title1,
.slider1-area .slide-3 .title1 {
    color: #fff;
    text-transform: capitalize;
    font-size: 56px;
    margin-bottom: 10px;
}

@media(min-width:992px) and (max-width:1199px) {
    .slider1-area .slide-1 .title1,
    .slider1-area .slide-2 .title1,
    .slider1-area .slide-3 .title1 {
        font-size: 42px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .slider1-area .slide-1 .title1,
    .slider1-area .slide-2 .title1,
    .slider1-area .slide-3 .title1 {
        font-size: 38px;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .slider1-area .slide-1 .title1,
    .slider1-area .slide-2 .title1,
    .slider1-area .slide-3 .title1 {
        margin-bottom: 20px;
        font-size: 32px;
    }
}

@media only screen and (max-width:479px) {
    .slider1-area .slide-1 .title1,
    .slider1-area .slide-2 .title1,
    .slider1-area .slide-3 .title1 {
        font-size: 28px;
        margin-bottom: 10px;
        line-height: 1.25;
    }
}

@media only screen and (max-width:319px) {
    .slider1-area .slide-1 .title1,
    .slider1-area .slide-2 .title1,
    .slider1-area .slide-3 .title1 {
        font-size: 24px;
    }
}

.slider1-area .slide-1 p,
.slider1-area .slide-2 p,
.slider1-area .slide-3 p {
    font-size: 16px;
    margin-bottom: 50px;
}

@media(min-width:991px) and (max-width:1199px) {
    .slider1-area .slide-1 p,
    .slider1-area .slide-2 p,
    .slider1-area .slide-3 p {
        display: none;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .slider1-area .slide-1 p,
    .slider1-area .slide-2 p,
    .slider1-area .slide-3 p {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:767px) {
    .slider1-area .slide-1 p,
    .slider1-area .slide-2 p,
    .slider1-area .slide-3 p {
        display: none;
    }
}

@media only screen and (max-width:479px) {
    .slider1-area .slide-1 .slider-btn-area,
    .slider1-area .slide-2 .slider-btn-area,
    .slider1-area .slide-3 .slider-btn-area {
        display: none;
    }
}

.slider3-area .nivo-caption {
    opacity: 1;
    top: 0;
}

@media only screen and (max-width:1199px) {
    .slider3-area .nivo-caption {
        top: 0;
    }
}

@media only screen and (max-width:991px) {
    .slider3-area .nivo-caption .slide-1 p,
    .slider3-area .nivo-caption .slide-2 p,
    .slider3-area .nivo-caption .slide-3 p {
        display: none;
    }
}

.about1-area {
    padding: 30px 0 0;
    text-align: center;
}

@media(min-width:992px) and (max-width:1199px) {
    .about1-area {
        padding: 30px 0 0;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .about1-area {
        padding: 30px 0 0;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .about1-area {
        padding: 20px 0 0;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .about1-area {
        padding: 20px 0 0;
    }
}

@media only screen and (max-width:320px) {
    .about1-area {
        padding: 15px 0 0;
    }
}

.about-img-holder {
    text-align: center;
}

.about-img-holder img {
    margin: 0 auto;
}

.about2-area {
    padding: 81px 0 94px;
}

@media(min-width:992px) and (max-width:1199px) {
    .about2-area {
        padding: 74px 0 84px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .about2-area {
        padding: 66px 0 74px;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .about2-area {
        padding: 57px 0 34px;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .about2-area {
        padding: 49px 0 23px;
    }
}

@media only screen and (max-width:320px) {
    .about2-area {
        padding: 39px 0 14px;
    }
}

.about-img-holder {
    text-align: center;
}

.about-img-holder img {
    margin: 0 auto;
}

.about-page1-area {
    padding: 88px 0 100px;
}

@media(min-width:992px) and (max-width:1199px) {
    .about-page1-area {
        padding: 78px 0 53px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .about-page1-area {
        padding: 68px 0 43px;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .about-page1-area {
        padding: 58px 0 70px;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .about-page1-area {
        padding: 48px 0 60px;
    }
}

@media only screen and (max-width:320px) {
    .about-page1-area {
        padding: 38px 0 50px;
    }
}

.about-page1-inner .about-page-content-holder .content-box {
    margin-bottom: 30px;
}

.about-page1-inner .about-page-content-holder .content-box h2 {
    font-size: 30px;
    color: #8561FF;
    margin-bottom: 15px;
    font-weight: 700;
}

.about-page1-inner .about-page-content-holder .content-box p {
    color: #444;
}

.about-page1-inner .about-page-img-holder {
    margin-top: 12px;
}

.about-page2-area {
    padding: 88px 0 100px;
}

@media(min-width:992px) and (max-width:1199px) {
    .about-page2-area {
        padding: 78px 0 90px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .about-page2-area {
        padding: 68px 0 72px;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .about-page2-area {
        padding: 58px 0 70px;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .about-page2-area {
        padding: 48px 0 60px;
    }
}

@media only screen and (max-width:320px) {
    .about-page2-area {
        padding: 38px 0 50px;
    }
}

.about-page2-inner h2 {
    margin-bottom: 20px;
}

.about-page2-inner p {
    margin-bottom: 30px;
}

@media only screen and (max-width:767px) {
    .about-page2-inner ul {
        margin-bottom: 30px;
    }
}

.about-page2-inner ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
}

.about-page2-inner ul li a {
    color: #8561FF;
}

.about-page2-inner ul li:last-child {
    margin-bottom: 0;
}

.about-page2-inner ul li:before {
    content: "\f14a";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    color: #fdc800;
    font-family: FontAwesome;
}

.about-page2-inner .video-area {
    margin-top: 10px;
}

@media(min-width:992px) and (max-width:1199px) {
    .about-slider-area {
        padding: 90px 0;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .about-slider-area {
        padding: 80px 0;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .about-slider-area {
        padding: 70px 0 55px;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .about-slider-area {
        padding: 60px 0 45px;
    }
}

@media only screen and (max-width:320px) {
    .about-slider-area {
        padding: 50px 0 35px;
    }
}

.about-slider-area .slider1-area {
    margin-bottom: 45px;
}

.about-slider-area .slider1-area .nivo-directionNav a.nivo-nextNav {
    background-color: rgba(253, 200, 0, .9);
    width: 40px;
    height: 60px;
    border-radius: 0;
    line-height: 40px;
    right: 0 !important;
}

.about-slider-area .slider1-area .nivo-directionNav a.nivo-nextNav:before {
    color: #fff;
    right: 16px;
    top: 22px;
}

.about-slider-area .slider1-area .nivo-directionNav a.nivo-nextNav:hover {
    background-color: rgba(0, 33, 71, .8);
}

.about-slider-area .slider1-area .nivo-directionNav a.nivo-prevNav {
    background-color: rgba(253, 200, 0, .9);
    width: 40px;
    height: 60px;
    border-radius: 0;
    line-height: 40px;
    left: 0 !important;
}

.about-slider-area .slider1-area .nivo-directionNav a.nivo-prevNav:before {
    color: #fff;
    left: 16px;
    top: 22px;
}

.about-slider-area .slider1-area .nivo-directionNav a.nivo-prevNav:hover {
    background-color: rgba(0, 33, 71, .8);
}

.service-box1 {
    border-right: 1px solid #aaa;
    padding: 30px 30px 15px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background-color: rgba(0, 33, 71, .8);
}

@media(min-width:992px) and (max-width:1199px) {
    .service-box1 {
        padding: 30px 25px 15px;
    }
}

@media only screen and (max-width:767px) {
    .service-box1 {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width:991px) {
    .service-box1 {
        background-color: #8561FF;
        padding: 20px 20px 15px;
    }
}

.service-box1:last-child {
    border-right: none;
}

.service-box1 .service-box-content {
    -webkit-box-flex: 3;
    -moz-flex: 3;
    -webkit-flex: 3;
    flex: 3;
}

.service-box1 .service-box-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

@media(min-width:992px) and (max-width:1199px) {
    .service-box1 .service-box-content h3 {
        font-size: 20px;
    }
}

.service-box1 .service-box-content h3 a {
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.service-box1 .service-box-content p {
    color: #fff;
    font-weight: 400;
}

.service-box1 .service-box-icon {
    text-align: center;
    padding-top: 10px;
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.service-box1 .service-box-icon i {
    color: #fdc800;
    font-size: 36px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.service-box1:hover .service-box-content h3 a {
    color: #fdc800;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.service-box1:hover .service-box-content p {
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.service-box1:hover .service-box-icon i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.service-box2 {
    text-align: center;
}

@media only screen and (max-width:767px) {
    .service-box2 {
        margin-bottom: 30px;
    }
}

.service-box2 .service-box-icon {
    margin-bottom: 18px;
}

.service-box2 .service-box-icon a {
    border-radius: 50%;
    height: 90px;
    width: 90px;
    display: block;
    background: #eee;
    line-height: 100px;
    margin: 0 auto;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.service-box2 .service-box-icon a i {
    color: #8561FF;
    font-size: 36px;
}

.service-box2 h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500;
}

.service-box2 h3 a {
    color: #8561FF;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.service-box2 h3 a:hover {
    color: #fdc800;
}

.service-box2 p {
    width: 80%;
    margin: 0 auto;
}

@media only screen and (max-width:991px) {
    .service-box2 p {
        width: 100%;
    }
}

.service-box2:hover .service-box-icon a {
    background: #fdc800;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.service-box3 {
    text-align: center;
}

@media only screen and (max-width:991px) {
    .service-box3 {
        margin-bottom: 45px;
    }
}

@media only screen and (max-width:479px) {
    .service-box3 {
        margin-bottom: 30px;
    }
}

.service-box3 .service-box-icon {
    margin-bottom: 18px;
}

.service-box3 .service-box-icon a i {
    color: #8561FF;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    font-size: 70px;
}

.service-box3 h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}

.service-box3 h3 a {
    color: #8561FF;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.service-box3 h3 a:hover {
    color: #fdc800;
}

.service-box3:hover .service-box-icon a i {
    color: #fdc800;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.service-box4 {
    text-align: center;
}

@media only screen and (max-width:767px) {
    .service-box4 {
        margin-bottom: 30px;
    }
}

.service-box4 .service-box-icon a {
    border-radius: 50%;
    height: 90px;
    width: 90px;
    display: block;
    background: #fff;
    line-height: 100px;
    margin: 0 auto;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.service-box4 .service-box-icon a i {
    color: #8561FF;
    font-size: 36px;
}

.service-box4 h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500;
}

.service-box4 h3 a {
    color: #8561FF;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.service-box4 h3 a:hover {
    color: #fdc800;
}

.service-box4 p {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width:991px) {
    .service-box4 p {
        width: 100%;
    }
}

.service-box4:hover .service-box-icon a {
    background: #fdc800;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.service1-area {
    position: relative;
}

.service1-area .service1-inner-area {
    position: absolute;
    top: -153px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
}

@media only screen and (max-width:1199px) {
    .service1-area .service1-inner-area {
        top: -150px;
    }
}

@media only screen and (max-width:991px) {
    .service1-area .service1-inner-area {
        position: inherit;
        top: 0;
    }
}

.service1-area .service1-wrapper {
    margin-right: 0;
    margin-left: 0;
}

.service2-area {
    padding: 157px 0 74px;
    position: relative;
}

@media(min-width:992px) and (max-width:1199px) {
    .service2-area {
        padding: 147px 0 63px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .service2-area {
        padding: 137px 0 27px;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .service2-area {
        padding: 0 0 19px;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .service2-area {
        padding: 0 0 23px;
    }
}

@media only screen and (max-width:320px) {
    .service2-area {
        padding: 0 0 13px;
    }
}

.search-area {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
}

@media only screen and (max-width:767px) {
    .search-area {
        position: relative;
        top: 15px;
        margin-bottom: 80px;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .search-area {
        margin-bottom: 70px;
    }
}

@media only screen and (max-width:320px) {
    .search-area {
        margin-bottom: 60px;
    }
}

.search-area .search-inner {
    margin-left: 0;
    margin-right: 0;
    padding: 35px 20px;
    background: #8561FF;
    -webkit-box-shadow: 0 5px 11px -5px rgba(0, 0, 0, .89);
    -moz-box-shadow: 0 5px 11px -5px rgba(0, 0, 0, .89);
    box-shadow: 0 5px 11px -5px rgba(0, 0, 0, .89);
}

.search-area .search-inner .search-title {
    margin-top: 10px;
    text-align: left;
}

@media only screen and (max-width:767px) {
    .search-area .search-inner .search-title {
        text-align: center;
        margin-bottom: 10px;
    }
}

.search-area .search-inner .search-title span {
    color: #fff;
    font-size: 18px;
}

@media(min-width:768px) and (max-width:991px) {
    .search-area .search-inner .search-title span {
        font-size: 16px;
    }
}

.search-area .search-inner .search-title span i {
    margin-right: 10px;
    color: #fff;
}

@media only screen and (max-width:767px) {
    .search-area .search-inner .search-input {
        margin-bottom: 10px;
    }
}

.search-area .search-inner .search-input input {
    height: 52px;
    width: 100%;
    padding: 15px;
}

.search-area .search-inner .search-submit {
    text-align: right;
}

@media only screen and (max-width:767px) {
    .search-area .search-inner .search-submit {
        text-align: center;
    }
}

.students-say-area {
    background: #f6f6f6;
    padding: 50px 0px;
}
.bread-crumb {
    padding-top: 8px;
}

@media(min-width:992px) and (max-width:1199px) {
    .students-say-area {
        padding: 38px 0 80px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .students-say-area {
        padding: 30px 0 70px;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .students-say-area {
        padding: 25px 0 60px;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .students-say-area {
        padding: 25px 0 50px;
    }
}

@media only screen and (max-width:320px) {
    .students-say-area {
        padding: 20px 0 40px;
    }
}

.students-say-area .single-item-wrapper {
    position: relative;
    margin: 10px;
    padding: 0 10px;
}

.students-say-area .profile-img-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.students-say-area .profile-img-wrapper a img {
    border: 3px solid #fff;
    width: auto;
    margin: 0 auto;
    border-radius: 50px;
    position: relative;
    top: 10px;
}

.students-say-area .tlp-tm-content-wrapper .item-title {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
    color: #193759;
    
    
}

.students-say-area .tlp-tm-content-wrapper .item-title a {
    color: #8561FF;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.students-say-area .tlp-tm-content-wrapper .item-title a:hover {
    color: #fdc800;
}

.students-say-area .tlp-tm-content-wrapper .item-designation {
    margin-bottom: 5px;
    display: block;
    color: #646464;
}

.single-item-wrapper .border_testimonials .col-md-3 {
    margin: 0;
    padding: 0;
}

.single-item-wrapper .border_testimonials .col-md-9 {
    margin: 0;
    padding: 0;
}

.border_testimonials .tlp-tm-content-wrapper {
    padding: 50px 0 0 40px;
}

.students-say-area .item-content {
    position: relative;
    background: 0 0;
    color: #424141;
    margin-bottom: 15px;
    margin-top: 0px;
    
}

.single-item-wrapper:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: -5px;
    border: 15px solid;
    border-color: transparent #193759 #193759 #0d1f4200;
}
.single-item-wrapper:before {
    background: url(../../static/images/quote.webp);
    content: ' ';
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    background-size: 32px;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    z-index: 9;
    opacity: 0.25;
}
.single-item-wrapper .border_testimonials {
    border-left: 2px solid #ffffff;
    background: #fff;
    min-height: 230px;
    box-shadow: 0 -1px 20px 5px rgba(0, 0, 0, .06);
}

.students-say-area .rating-wrapper {
    margin-bottom: 10px;
}

.students-say-area .rating-wrapper li {
    display: inline;
    color: #8561ff;
}

.students-say-area .owl-controls .owl-nav {
    margin-top: 0;
}

.students-say-area .owl-controls .owl-dots {
    margin-top: 20px;
}

.students-say-area .owl-controls .owl-dots .owl-dot span {
    margin: 3px;
    width: 50px;
    height: 3px;
    border-radius: 2px;
    background: #dedede;
    display: block;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.students-say-area .owl-controls .owl-dots .owl-dot:hover span {
    background: #8561FF;
}

.students-say-area .owl-controls .owl-dots .active span {
    background: #8561FF;
}

.students-join1-area {
    background: #fdc800;
    padding: 100px 0;
}

@media(min-width:992px) and (max-width:1199px) {
    .students-join1-area {
        padding: 90px 0;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .students-join1-area {
        padding: 80px 0;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .students-join1-area {
        padding: 70px 0;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .students-join1-area {
        padding: 60px 0;
    }
}

@media only screen and (max-width:320px) {
    .students-join1-area {
        padding: 50px 0;
    }
}

.students-join1-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-shadow: 0 0 12px -1px rgba(0, 0, 0, .53);
    -moz-box-shadow: 0 0 12px -1px rgba(0, 0, 0, .53);
    box-shadow: 0 0 12px -1px rgba(0, 0, 0, .53);
}

@media only screen and (max-width:991px) {
    .students-join1-wrapper {
        display: block;
    }
}

.students-join1-wrapper .students-join1-left {
    -webkit-box-flex: 5;
    -moz-flex: 5;
    -webkit-flex: 5;
    flex: 5;
    border: 1px solid #fff;
}

.students-join1-wrapper .students-join1-left ul li {
    border: 2px solid #fff;
}

.students-join1-wrapper .students-join1-left .ri-grid {
    margin: 0;
}

.students-join1-wrapper .students-join1-right {
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2;
    text-align: center;
    background: #8561FF;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.students-join1-wrapper .students-join1-right>div {
    margin: 0 auto;
}

@media only screen and (max-width:991px) {
    .students-join1-wrapper .students-join1-right {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.students-join1-wrapper .students-join1-right h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.2;
    color: #fff;
}

@media(min-width:992px) and (max-width:1199px) {
    .students-join1-wrapper .students-join1-right h2 {
        font-size: 32px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .students-join1-wrapper .students-join1-right h2 {
        font-size: 30px;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .students-join1-wrapper .students-join1-right h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width:479px) {
    .students-join1-wrapper .students-join1-right h2 {
        font-size: 24px;
    }
}

.students-join1-wrapper .students-join1-right h2 span {
    font-weight: 700;
}

.students-join2-area {
    background: #f5f5f5;
    padding: 100px 0;
}

@media(min-width:992px) and (max-width:1199px) {
    .students-join2-area {
        padding: 90px 0;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .students-join2-area {
        padding: 80px 0;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .students-join2-area {
        padding: 70px 0;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .students-join2-area {
        padding: 60px 0;
    }
}

@media only screen and (max-width:320px) {
    .students-join2-area {
        padding: 50px 0;
    }
}

.students-join2-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-shadow: 0 0 12px -1px rgba(0, 0, 0, .53);
    -moz-box-shadow: 0 0 12px -1px rgba(0, 0, 0, .53);
    box-shadow: 0 0 12px -1px rgba(0, 0, 0, .53);
}

@media only screen and (max-width:991px) {
    .students-join2-wrapper {
        display: block;
    }
}

.students-join2-wrapper .students-join2-left {
    -webkit-box-flex: 5;
    -moz-flex: 5;
    -webkit-flex: 5;
    flex: 5;
    border: 1px solid #fff;
}

.students-join2-wrapper .students-join2-left ul li {
    border: 2px solid #fff;
}

.students-join2-wrapper .students-join2-left .ri-grid {
    margin: 0;
}

.students-join2-wrapper .students-join2-right {
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2;
    text-align: center;
    background: #fdc800;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.students-join2-wrapper .students-join2-right>div {
    margin: 0 auto;
}

@media only screen and (max-width:991px) {
    .students-join2-wrapper .students-join2-right {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.students-join2-wrapper .students-join2-right h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.2;
    color: #fff;
}

@media(min-width:992px) and (max-width:1199px) {
    .students-join2-wrapper .students-join2-right h2 {
        font-size: 32px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .students-join2-wrapper .students-join2-right h2 {
        font-size: 30px;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .students-join2-wrapper .students-join2-right h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width:479px) {
    .students-join2-wrapper .students-join2-right h2 {
        font-size: 24px;
    }
}

.students-join2-wrapper .students-join2-right h2 span {
    font-weight: 700;
    color: #8561FF;
}

.students-join3-area {
    background: #f5f5f5;
    padding: 100px 0;
}

@media(min-width:992px) and (max-width:1199px) {
    .students-join3-area {
        padding: 90px 0;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .students-join3-area {
        padding: 80px 0;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .students-join3-area {
        padding: 70px 0;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .students-join3-area {
        padding: 60px 0;
    }
}

@media only screen and (max-width:320px) {
    .students-join3-area {
        padding: 50px 0;
    }
}

.students-join3-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-shadow: 0 0 12px -1px rgba(0, 0, 0, .53);
    -moz-box-shadow: 0 0 12px -1px rgba(0, 0, 0, .53);
    box-shadow: 0 0 12px -1px rgba(0, 0, 0, .53);
}

@media only screen and (max-width:991px) {
    .students-join3-wrapper {
        display: block;
    }
}

.students-join3-wrapper .students-join3-left {
    -webkit-box-flex: 5;
    -moz-flex: 5;
    -webkit-flex: 5;
    flex: 5;
    border: 1px solid #fff;
}

.students-join3-wrapper .students-join3-left ul li {
    border: 2px solid #fff;
}

.students-join3-wrapper .students-join3-left .ri-grid {
    margin: 0;
}

.students-join3-wrapper .students-join3-right {
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2;
    text-align: center;
    background: #8561FF;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.students-join3-wrapper .students-join3-right>div {
    margin: 0 auto
}

@media only screen and (max-width:991px) {
    .students-join3-wrapper .students-join3-right {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.students-join3-wrapper .students-join3-right h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.2;
    color: #fff;
}

@media(min-width:992px) and (max-width:1199px) {
    .students-join3-wrapper .students-join3-right h2 {
        font-size: 32px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .students-join3-wrapper .students-join3-right h2 {
        font-size: 30px;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .students-join3-wrapper .students-join3-right h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width:479px) {
    .students-join3-wrapper .students-join3-right h2 {
        font-size: 24px;
    }
}

.students-join3-wrapper .students-join3-right h2 span {
    font-weight: 700;
    color: #fdc800;
}

.featured-box {
    overflow: hidden;
    background: #fff;
    margin-bottom: 30px;
}

.featured-box .featured-img-holder {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.featured-box .featured-img-holder img {
    width: 100%;
}

.featured-box .featured-img-holder:before {
    background-color: rgba(253, 200, 0, .8);
    z-index: 1;
}

.featured-box .featured-img-holder a {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 54px;
    background-color: rgba(0, 33, 71, .9);
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    opacity: 0;
    -moz-transform: scale(1) translateX(-400px);
    -webkit-transform: scale(1) translateX(-400px);
    -o-transform: scale(1) translateX(-400px);
    -ms-transform: scale(1) translateX(-400px);
    transform: scale(1) translateX(-400px);
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;
}

.featured-box .featured-img-holder a i {
    color: #fdc800;
    font-size: 20px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.featured-box .featured-img-holder a:hover i {
    color: #fff;
}

.featured-box .featured-img-holder:hover a {
    opacity: 1;
    -moz-transform: scale(1) translateX(0);
    -webkit-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -ms-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
}

.featured-box .featured-content-holder {
    padding: 10px 10px 5px 15px;
}

.featured-box .featured-content-holder h3 {
    font-size: 22px;
    margin-bottom: 5px;
}

.featured-box .featured-content-holder h3 a {
    color: #8561FF;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.featured-box .featured-content-holder h3 a:hover {
    color: #fdc800;
}

.featured-box .featured-content-holder p {
    margin-bottom: 10px;
}

.featured-box2 {
    width: 100%;
    background: #eaeaea;
    padding: 20px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: 1px solid #e0e0e0;
}

@media(min-width:768px) and (max-width:1199px) {
    .featured-box2 {
        text-align: center;
        padding: 25px 10px 15px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .featured-box2 {
        height: 198px;
    }
}

@media only screen and (max-width:479px) {
    .featured-box2 {
        text-align: center;
        padding: 10px;
    }
}

@media only screen and (max-width:767px) {
    .featured-box2 {
        margin-bottom: 15px;
    }
}

.featured-box2 i {
    float: left;
    margin-right: 20px;
    text-align: center;
    height: 60px;
    width: 60px;
    line-height: 58px;
    border-radius: 50%;
    background: #fdc800;
    font-size: 24px;
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

@media(min-width:768px) and (max-width:1199px) {
    .featured-box2 i {
        float: none;
        margin-right: 0;
    }
}

@media only screen and (max-width:479px) {
    .featured-box2 i {
        float: none;
        margin-right: 0;
    }
}

.featured-box2 h3 {
    margin-top: 12px;
    font-size: 22px;
    font-weight: 500;
}

.featured-box2 h3 a {
    color: #8561FF;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.featured-box2 h3 a:hover {
    color: #fff !important;
}

.featured-box2:before {
    background: #8561FF;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.featured-box2:hover i {
    background: #fff;
    color: #8561FF;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.featured-box2:hover h3 a {
    color: #fdc800;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.featured-area {
    padding: 88px 0 100px;
}

@media(min-width:992px) and (max-width:1199px) {
    .featured-area {
        padding: 78px 0 90px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .featured-area {
        padding: 68px 0 80px;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .featured-area {
        padding: 58px 0 70px;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .featured-area {
        padding: 48px 0 60px;
    }
}

@media only screen and (max-width:320px) {
    .featured-area {
        padding: 38px 0 50px;
    }
}

.featured-wrapper>div:first-child .featured-img-holder a {
    top: 50%;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;
}

.featured-wrapper>div:first-child .featured-img-holder:hover {
    -webkit-transition: all 1.2s ease-out;
    -moz-transition: all 1.2s ease-out;
    -ms-transition: all 1.2s ease-out;
    -o-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
}

.featured-wrapper>div:first-child .featured-content-holder {
    padding: 30px 30px 18px 40px;
}

.featured-wrapper>div:first-child .featured-content-holder h3 {
    margin-bottom: 10px;
}

.view-all-btn-area {
    text-align: center;
    margin-top: 30px;
}

.counter-area {
    text-align: center;
}

@media(min-width:992px) and (max-width:1199px) {
    .counter-area {
        padding: 120px 0 125px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .counter-area {
        padding: 110px 0 115px;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .counter-area {
        padding: 100px 0 105px;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .counter-area {
        padding: 60px 0;
    }
    .counter-area.counter_section_boxes {
        padding: 90px 15px 95px;
    }
}

@media only screen and (max-width:320px) {
    .counter-area {
        padding: 80px 0 85px;
    }
}

.video-area {
    padding: 108px 0 120px;
    position: relative;
}

@media(min-width:992px) and (max-width:1199px) {
    .video-area {
        padding: 88px 0 100px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .video-area {
        padding: 78px 0 90px;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .video-area {
        padding: 58px 0 70px;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .video-area {
        padding: 48px 0 60px;
    }
}

@media only screen and (max-width:320px) {
    .video-area {
        padding: 38px 0 50px;
    }
}

.video-area2 {
    padding: 178px 0;
    position: relative;
}

@media(min-width:992px) and (max-width:1199px) {
    .video-area2 {
        padding: 158px 0;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .video-area2 {
        padding: 148px 0;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .video-area2 {
        padding: 128px 0;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .video-area2 {
        padding: 118px 0;
    }
}

@media only screen and (max-width:320px) {
    .video-area2 {
        padding: 108px 0;
    }
}

.video-content {
    position: relative;
    text-align: center;
}

.video-content .video-title {
    letter-spacing: 1px;
    font-size: 36px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

@media only screen and (max-width:480px) {
    .video-content .video-title {
        font-size: 30px;
    }
}

.video-content .video-sub-title {
    color: #a3bed5;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 35px;
}

.lecturers-area {
    padding: 88px 0 100px;
}

@media(min-width:992px) and (max-width:1199px) {
    .lecturers-area {
        padding: 78px 0 90px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .lecturers-area {
        padding: 68px 0 80px;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .lecturers-area {
        padding: 58px 0 70px;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .lecturers-area {
        padding: 48px 0 50px;
    }
}

@media only screen and (max-width:320px) {
    .lecturers-area {
        padding: 38px 0 40px;
    }
}

.lecturers1-item-wrapper {
    text-align: center;
}

.lecturers-img-wrapper {
    overflow: hidden;
    margin-bottom: 20px;
}

.lecturers-img-wrapper img {
    width: 100%;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.lecturers-img-wrapper:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.lecturers-content-wrapper {
    text-align: center;
}

.lecturers-content-wrapper .item-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.lecturers-content-wrapper .item-title a {
    color: #8561FF;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.lecturers-content-wrapper .item-title a:hover {
    color: #fdc800;
}

.lecturers-content-wrapper .item-designation {
    margin-bottom: 20px;
    display: block;
}

.lecturers-content-wrapper .lecturers-social li {
    display: inline-block;
}

.lecturers-content-wrapper .lecturers-social li a {
    height: 30px;
    width: 35px;
    background: #fdc800;
    display: block;
    line-height: 30px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.lecturers-content-wrapper .lecturers-social li a i {
    color: #fff;
    font-size: 14px;
}

.lecturers-content-wrapper .lecturers-social li a:hover {
    background: #8561FF;
}

.lecturers-item-wrapper {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.lecturers-item-wrapper:before {
    background-image: url(img/team/back.png);
    background-repeat: repeat-x;
    background-position: bottom;
    width: 100%;
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    height: 100%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.lecturers-item-wrapper:after {
    opacity: 0;
    width: 100%;
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    height: 100%;
    background-color: rgba(0, 33, 71, .8);
    transform: translateY(300px);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.lecturers-item-wrapper a img {
    width: 100%;
}

.lecturers-item-wrapper .lecturers-content-wrapper {
    padding: 0 30px;
    position: absolute;
    top: 258px;
    z-index: 2;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

@media(min-width:992px) and (max-width:1199px) {
    .lecturers-item-wrapper .lecturers-content-wrapper {
        padding: 0 15px;
        top: 225px;
    }
}

@media only screen and (max-width:479px) {
    .lecturers-item-wrapper .lecturers-content-wrapper {
        top: 330px;
    }
}

@media only screen and (max-width:425px) {
    .lecturers-item-wrapper .lecturers-content-wrapper {
        top: 276px;
    }
}

@media only screen and (max-width:375px) {
    .lecturers-item-wrapper .lecturers-content-wrapper {
        top: 227px;
    }
}

@media only screen and (max-width:320px) {
    .lecturers-item-wrapper .lecturers-content-wrapper {
        top: 190px;
    }
}

.lecturers-item-wrapper .lecturers-content-wrapper h3 {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 22px;
}

.lecturers-item-wrapper .lecturers-content-wrapper h3 a {
    color: #fdc800;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.lecturers-item-wrapper .lecturers-content-wrapper h3 a:hover {
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.lecturers-item-wrapper .lecturers-content-wrapper span {
    color: #fff;
    margin-bottom: 42px;
    display: block;
    font-size: 18px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.lecturers-item-wrapper .lecturers-content-wrapper p {
    margin-bottom: 40px;
    color: #fff;
}

.lecturers-item-wrapper .lecturers-content-wrapper .lecturers-social li {
    display: inline-block;
    margin: 0 2px;
}

.lecturers-item-wrapper .lecturers-content-wrapper .lecturers-social li a {
    height: 40px;
    width: 45px;
    background: 0 0;
    display: block;
    line-height: 40px;
    border: 1px solid #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.lecturers-item-wrapper .lecturers-content-wrapper .lecturers-social li a i {
    color: #fdc800;
    font-size: 18px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.lecturers-item-wrapper .lecturers-content-wrapper .lecturers-social li a:hover {
    border: 1px solid #fdc800;
    background: #fdc800;
}

.lecturers-item-wrapper .lecturers-content-wrapper .lecturers-social li a:hover i {
    color: #fff;
}

.lecturers-item-wrapper:hover:after {
    opacity: 1;
    transform: translateY(0);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.lecturers-item-wrapper:hover:before {
    opacity: 0;
    -webkit-transition: all 3s ease-out;
    -moz-transition: all 3s ease-out;
    -ms-transition: all 3s ease-out;
    -o-transition: all 3s ease-out;
    transition: all 3s ease-out;
}

.lecturers-item-wrapper:hover .lecturers-content-wrapper {
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.lecturers-item-wrapper:hover .lecturers-content-wrapper span {
    margin-bottom: 20px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.lecturers-page-area {
    padding: 100px 0;
}

@media(min-width:992px) and (max-width:1199px) {
    .lecturers-page-area {
        padding: 90px 0;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .lecturers-page-area {
        padding: 80px 0;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .lecturers-page-area {
        padding: 70px 0;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .lecturers-page-area {
        padding: 60px 0;
    }
}

@media only screen and (max-width:320px) {
    .lecturers-page-area {
        padding: 50px 0;
    }
}

.lecturers-contact-info {
    text-align: center;
}

.lecturers-contact-info img {
    margin-bottom: 30px;
}

@media only screen and (max-width:767px) {
    .lecturers-contact-info img {
        margin: 0 auto 30px;
    }
}

.lecturers-contact-info h2 {
    font-size: 30px;
    color: #8561FF;
    margin-bottom: 5px;
    font-weight: 500;
}

.lecturers-contact-info h3 {
    color: #909090;
    font-size: 16px;
    margin-bottom: 25px;
}

.lecturers-contact-info .lecturers-social2 li {
    display: inline-block;
    margin: 0 2px;
}

.lecturers-contact-info .lecturers-social2 li a {
    height: 40px;
    width: 45px;
    background: #fdc800;
    display: block;
    line-height: 40px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.lecturers-contact-info .lecturers-social2 li a i {
    color: #fff;
    font-size: 14px;
}

.lecturers-contact-info .lecturers-social2 li a:hover {
    background: #8561FF;
}

.lecturers-contact-info .lecturers-contact {
    margin-top: 40px;
}

@media only screen and (max-width:767px) {
    .lecturers-contact-info .lecturers-contact {
        margin-bottom: 30px;
    }
}

.lecturers-contact-info .lecturers-contact li {
    padding: 25px 0 30px;
    border: 1px solid #e6e6e6;
    font-size: 18px;
    color: #8561FF;
    margin-bottom: 20px;
}

.lecturers-contact-info .lecturers-contact li i {
    color: #fdc800;
    position: relative;
    top: 5px;
    font-size: 30px;
    margin-right: 15px;
}

.lecturers-contact-info .lecturers-contact li:last-child {
    margin-bottom: 0;
}

ul.course-feature2 {
    margin-bottom: 30px;
}

ul.course-feature2:after {
    clear: both;
    content: "";
    display: block;
}

ul.course-feature2 li {
    width: 49%;
    box-sizing: border-box;
    float: left;
    padding-left: 30px;
    position: relative;
    margin-bottom: 12px;
    margin-right: 5px;
    color: #444;
}

@media only screen and (max-width:991px) {
    ul.course-feature2 li {
        width: 100%;
    }
}

ul.course-feature2 li:before {
    content: "\f058";
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    top: 0;
    font-size: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    line-height: 1.3;
    color: #fdc800;
}

.lecturers-page1-area {
    padding: 100px 0;
}

@media(min-width:992px) and (max-width:1199px) {
    .lecturers-page1-area {
        padding: 90px 0;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .lecturers-page1-area {
        padding: 80px 0;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .lecturers-page1-area {
        padding: 70px 0;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .lecturers-page1-area {
        padding: 60px 0;
    }
}

@media only screen and (max-width:320px) {
    .lecturers-page1-area {
        padding: 50px 0;
    }
}

.lecturers-page1-area .single-item {
    margin-bottom: 30px;
}

.lecturers-page2-area {
    padding: 100px 0 70px;
}

@media(min-width:992px) and (max-width:1199px) {
    .lecturers-page2-area {
        padding: 90px 0 60px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .lecturers-page2-area {
        padding: 80px 0 50px;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .lecturers-page2-area {
        padding: 70px 0 40px;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .lecturers-page2-area {
        padding: 60px 0 30px;
    }
}

@media only screen and (max-width:320px) {
    .lecturers-page2-area {
        padding: 50px 0 20px;
    }
}

.publications-area {
    padding: 88px 0 72px;
}

@media(min-width:992px) and (max-width:1199px) {
    .publications-area {
        padding: 78px 0 62px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .publications-area {
        padding: 68px 0 52px;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .publications-area {
        padding: 58px 0 42px;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .publications-area {
        padding: 50px 0 23px;
    }
}

@media only screen and (max-width:320px) {
    .publications-area {
        padding: 38px 0 12px;
    }
}

.publications-area .single-item-wrapper {
    margin-bottom: 20px;
}

.publications-area .single-item-wrapper:hover .publications-img-wrapper:before {
    opacity: 1;
    -webkit-transition: all .55s ease-out;
    -moz-transition: all .55s ease-out;
    -ms-transition: all .55s ease-out;
    -o-transition: all .55s ease-out;
    transition: all .55s ease-out;
}

.publications-area .single-item-wrapper:hover .buy-now-btn-area {
    -webkit-transform: skewX(0);
    -moz-transform: skewX(0);
    -ms-transform: skewX(0);
    -o-transform: skewX(0);
    transform: skewX(0);
    opacity: 1;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.publications-img-wrapper {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.publications-img-wrapper:before {
    opacity: 0;
    position: absolute;
    background-color: rgba(0, 33, 71, .8);
    z-index: 2;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -ms-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
}

.publications-img-wrapper img {
    width: 100%;
}

.publications-content-wrapper {
    text-align: center;
}

.publications-content-wrapper .item-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.publications-content-wrapper .item-title a {
    color: #8561FF;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.publications-content-wrapper .item-title a:hover {
    color: #fdc800;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.publications-content-wrapper .item-price {
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
    font-weight: 500;
    color: #fdc800;
}

.buy-now-btn-area {
    position: absolute;
    top: 30%;
    z-index: 3;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    transform: skewX(30deg);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.courses-page-top-area {
    border: 1px solid #e0e0e0;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.courses-page-top-area .courses-page-top-left {
    padding: 15px 0 0 30px;
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2;
}

@media only screen and (max-width:380px) {
    .courses-page-top-area .courses-page-top-left {
        padding: 18px 0 0 10px;
    }
}

.courses-page-top-area .courses-page-top-left p {
    font-size: 16px;
    color: #8561FF;
}

@media only screen and (max-width:380px) {
    .courses-page-top-area .courses-page-top-left p {
        font-size: 14px;
    }
}

.courses-page-top-area .courses-page-top-right {
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: right;
}

.courses-page-top-area .courses-page-top-right ul {
    margin-top: 10px;
    margin-right: 10px;
}

.courses-page-top-area .courses-page-top-right ul>li {
    display: inline-block;
    padding: 8px;
}

.courses-page-top-area .courses-page-top-right ul>li:hover a i {
    color: #fdc800;
}

.courses-page-top-area .courses-page-top-right ul>li>a>i {
    color: #b9b9b9;
}

.courses-page-top-area .courses-page-top-right ul>.active i {
    color: #fdc800;
}

.tab-content {
    margin-top: 30px;
}

.tab-content-new {
    margin-top: 5px;
}

.courses-box1 .single-item-wrapper {
    margin-bottom: 30px;
    overflow: hidden;
    background: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.courses-box1 .single-item-wrapper .courses-img-wrapper {
    position: relative;
}

.courses-box1 .single-item-wrapper .courses-img-wrapper img {
    width: 100%;
}

.courses-box1 .single-item-wrapper .courses-img-wrapper:before {
    background-color: rgba(253, 200, 0, .8);
    z-index: 1;
}

.courses-box1 .single-item-wrapper .courses-img-wrapper:hover a {
    opacity: 1;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.courses-box1 .single-item-wrapper .courses-img-wrapper a {
    opacity: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 3;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    color: #fff;
    display: block;
    background: #8561FF;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.courses-box1 .single-item-wrapper .courses-content-wrapper {
    padding: 20px 15px;
}

.courses-box1 .single-item-wrapper .courses-content-wrapper .item-title {
    font-size: 22px;
    margin-bottom: 10px;
}

.courses-box1 .single-item-wrapper .courses-content-wrapper .item-title a {
    color: #8561FF;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.courses-box1 .single-item-wrapper .courses-content-wrapper .item-title a:hover {
    color: #fdc800;
}

.courses-box1 .single-item-wrapper .courses-content-wrapper .courses-info li {
    line-height: 1.3;
    padding-right: 7px;
    margin-right: 2px;
    border-right: 1px solid #909090;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
}

.courses-box1 .single-item-wrapper .courses-content-wrapper .courses-info li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.courses-box2 .single-item-wrapper {
    margin-bottom: 30px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

@media(min-width:768px) and (max-width:1199px) {
    .courses-box2 .single-item-wrapper {
        display: block;
    }
}

@media only screen and (max-width:480px) {
    .courses-box2 .single-item-wrapper {
        display: block;
    }
}

.courses-box2 .single-item-wrapper .courses-img-wrapper {
    -webkit-box-flex: 9;
    -moz-flex: 9;
    -webkit-flex: 9;
    flex: 9;
    position: relative;
    width: 100%;
}

.courses-box2 .single-item-wrapper .courses-img-wrapper img {
    width: 100%;
}

.courses-box2 .single-item-wrapper .courses-img-wrapper:before {
    background-color: rgba(253, 200, 0, .8);
    z-index: 2;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.courses-box2 .single-item-wrapper .courses-img-wrapper:hover a {
    opacity: 1;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.courses-box2 .single-item-wrapper .courses-img-wrapper a {
    opacity: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 3;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    color: #fff;
    display: block;
    background: #8561FF;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.courses-box2 .single-item-wrapper .courses-content-wrapper {
    -webkit-box-flex: 10;
    -moz-flex: 10;
    -webkit-flex: 10;
    flex: 10;
    padding: 17px 15px 15px 28px;
}

.courses-box2 .single-item-wrapper .courses-content-wrapper .item-title {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 500;
}

.courses-box2 .single-item-wrapper .courses-content-wrapper .item-title a {
    color: #8561FF;
}

.courses-box2 .single-item-wrapper .courses-content-wrapper .courses-info li {
    line-height: 1.3;
    padding-right: 10px;
    margin-right: 8px;
    border-right: 1px solid #909090;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
}

@media only screen and (max-width:479px) {
    .courses-box2 .single-item-wrapper .courses-content-wrapper .courses-info li {
        margin-right: 5px;
        padding-right: 7px;
    }
}

.courses-box2 .single-item-wrapper .courses-content-wrapper .courses-info li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.courses-box2 .single-item-wrapper:hover {
    -webkit-box-shadow: 0 0 20px 5px rgba(218, 218, 218, .75);
    -moz-box-shadow: 0 0 20px 5px rgba(218, 218, 218, .75);
    box-shadow: 0 0 20px 5px rgba(218, 218, 218, .75);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.courses-box3 .single-item-wrapper {
    margin-bottom: 30px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

@media only screen and (max-width:991px) {
    .courses-box3 .single-item-wrapper {
        display: block;
    }
}

.courses-box3 .single-item-wrapper .courses-img-wrapper {
    position: relative;
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.courses-box3 .single-item-wrapper .courses-img-wrapper:before {
    background-color: rgba(253, 200, 0, .8);
    z-index: 1;
}

.courses-box3 .single-item-wrapper .courses-img-wrapper:hover a {
    opacity: 1;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.courses-box3 .single-item-wrapper .courses-img-wrapper a {
    opacity: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 3;
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    line-height: 50px;
    color: #fff;
    display: block;
    background: #8561FF;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.courses-box3 .single-item-wrapper .courses-content-wrapper {
    position: relative;
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2;
    padding: 18px 15px 10px 30px;
}

@media(min-width:992px) and (max-width:1199px) {
    .courses-box3 .single-item-wrapper .courses-content-wrapper {
        padding: 12px 15px 10px 30px;
    }
}

@media only screen and (max-width:479px) {
    .courses-box3 .single-item-wrapper .courses-content-wrapper {
        padding: 12px 15px 10px;
    }
}

.courses-box3 .single-item-wrapper .courses-content-wrapper .item-title {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 500;
}

.courses-box3 .single-item-wrapper .courses-content-wrapper .item-title a {
    color: #8561FF;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.courses-box3 .single-item-wrapper .courses-content-wrapper .item-title a:hover {
    color: #fdc800;
}

.courses-box3 .single-item-wrapper .courses-content-wrapper .item-content {
    margin-bottom: 12px;
}

.courses-box3 .single-item-wrapper .courses-content-wrapper .courses-info li {
    line-height: 1.3;
    padding-right: 10px;
    margin-right: 8px;
    border-right: 1px solid #909090;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
}

.courses-box3 .single-item-wrapper .courses-content-wrapper .courses-info li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.courses-box3 .single-item-wrapper .courses-content-wrapper .courses-fee {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 75px;
    height: 35px;
    padding: 3px;
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    background: #fdc800;
    color: #8561FF;
    z-index: 1;
}

@media only screen and (max-width:479px) {
    .courses-box3 .single-item-wrapper .courses-content-wrapper .courses-fee {
        top: 15px;
        bottom: inherit;
        font-size: 18px;
        height: 30px;
    }
}

.courses-box3 .single-item-wrapper:hover {
    -webkit-box-shadow: 0 0 20px 5px rgba(218, 218, 218, .75);
    -moz-box-shadow: 0 0 20px 5px rgba(218, 218, 218, .75);
    box-shadow: 0 0 20px 5px rgba(218, 218, 218, .75);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.courses1-area {
    padding: 88px 0 70px;
    background: #f5f5f5;
}

@media(min-width:992px) and (max-width:1199px) {
    .courses1-area {
        padding: 78px 0 60px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .courses1-area {
        padding: 68px 0 50px;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .courses1-area {
        padding: 58px 0 40px;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .courses1-area {
        padding: 48px 0 20px;
    }
}

@media only screen and (max-width:320px) {
    .courses1-area {
        padding: 38px 0 10px;
    }
}

.courses2-area {
    padding: 60px 0 30px;
    margin-top: 230px;
}
.courses2-area img, .section_uk_2 img{
    width: 100%;
}
.services_content_design {
    margin: 0 0 !important;
    padding: 50px 0;
}

@media(min-width:992px) and (max-width:1199px) {
    .courses2-area {
        padding: 60px 0 30px;
    }
    .y-us-section {
    padding: 30px 0;
}
}

@media(min-width:768px) and (max-width:991px) {
    .courses2-area {
            padding: 40px 0 25px;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .courses2-area {
        padding: 35px 0 50px;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .courses2-area {
        padding: 30px 0 40px;
    }
}

@media only screen and (max-width:320px) {
    .courses2-area {
        padding: 30px 0 40px;
    }
}

.courses-page-area1 {
    padding: 100px 0;
    background: #f5f5f5;
}

@media(min-width:992px) and (max-width:1199px) {
    .courses-page-area1 {
        padding: 90px 0;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .courses-page-area1 {
        padding: 80px 0;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .courses-page-area1 {
        padding: 70px 0;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .courses-page-area1 {
        padding: 60px 0;
    }
}

@media only screen and (max-width:320px) {
    .courses-page-area1 {
        padding: 50px 0;
    }
}

@media only screen and (max-width:767px) {
    .courses-page-area1 .courses-img-wrapper {
        display: block;
    }
}

@media only screen and (max-width:767px) {
    .courses-page-area1 .courses-img-wrapper img {
        width: 100%;
    }
}

.courses-page-area2 {
    padding: 100px 0 70px;
    background: #f5f5f5;
}

@media(min-width:992px) and (max-width:1199px) {
    .courses-page-area2 {
        padding: 90px 0 60px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .courses-page-area2 {
        padding: 80px 0 50px;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .courses-page-area2 {
        padding: 70px 0 40px;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .courses-page-area2 {
        padding: 60px 0 30px;
    }
}

@media only screen and (max-width:320px) {
    .courses-page-area2 {
        padding: 50px 0 20px;
    }
}

.courses-page-area3 {
    padding: 100px 0;
    background: #f5f5f5;
}

@media(min-width:992px) and (max-width:1199px) {
    .courses-page-area3 {
        padding: 90px 0;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .courses-page-area3 {
        padding: 80px 0;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .courses-page-area3 {
        padding: 70px 0;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .courses-page-area3 {
        padding: 60px 0;
    }
}

@media only screen and (max-width:320px) {
    .courses-page-area3 {
        padding: 50px 0;
    }
}

.course-details-inner {
    padding: 30px 60px;
    background: #fff;
}

.course-details-inner ul.course-feature:after {
    clear: both;
    content: "";
    display: block;
}

.course-details-inner ul.course-feature li {
    width: 32%;
    box-sizing: border-box;
    float: left;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    margin-right: 5px;
    color: #444;
}

@media only screen and (max-width:991px) {
    .course-details-inner ul.course-feature li {
        width: 100%;
    }
}

.course-details-inner ul.course-feature li:before {
    content: "\f058";
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    top: 0;
    font-size: 20px;
    border-radius: 50%;
    z-index: 1;
    line-height: 1.3;
    color: #fdc800;
}

.course-details-comments {
    margin-bottom: 50px;
}

.course-details-comments .media {
    padding-bottom: 8px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e3e3e3;
}

@media only screen and (max-width:479px) {
    .course-details-comments .media {
        margin-bottom: 0;
    }
}

.course-details-comments .media:last-child {
    border-bottom: 0;
}

@media only screen and (max-width:479px) {
    .course-details-comments .media a {
        float: none !important;
    }
}

.course-details-comments .media a img {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.course-details-comments .media a img:hover {
    opacity: .5;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.course-details-comments .media .media-body {
    position: relative;
    padding-left: 20px;
}

@media only screen and (max-width:479px) {
    .course-details-comments .media .media-body {
        padding-left: 0;
        padding-right: 5px;
    }
}

.course-details-comments .media .media-body h3 {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 500;
}

.course-details-comments .media .media-body h3 a {
    color: #8561FF;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.course-details-comments .media .media-body h3 a:hover {
    color: #fdc800;
}

.course-details-comments .media .media-body h4 {
    color: #fff;
    background: #8561FF;
    padding: 2px 10px;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
}

.course-details-comments .media .media-body p {
    color: #757575;
    text-align: justify;
}

.course-details-comments .media .media-body .replay-area {
    position: absolute;
    right: 0;
    top: 35px;
    z-index: 3;
}

@media only screen and (max-width:479px) {
    .course-details-comments .media .media-body .replay-area {
        right: 10px;
    }
}

.course-details-comments .media .media-body .replay-area ul li {
    display: inline-block;
}

.course-details-comments .media .media-body .replay-area ul li i {
    color: #fdc800;
}

.leave-comments .form-group {
    margin-bottom: 20px;
}

.leave-comments .form-group .form-control {
    border-radius: 0;
    background: #f9f9f9;
    box-shadow: none;
    border: none;
}

.leave-comments .form-group input {
    height: 45px;
    color: #212121;
    font-weight: 500;
    border-right: 1px solid #e5e5e5 !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

.leave-comments .form-group textarea {
    border-right: 1px solid #e5e5e5 !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

.leave-comments .rate-wrapper {
    display: inline-block;
    margin: 5px 0;
}

.leave-comments .rate {
    float: left;
    color: #f5f5f5;
    cursor: pointer;
}

.leave-comments .rate.selected,
.leave-comments .rate:hover {
    color: #fdc800;
}

.leave-comments .rate-label {
    float: left;
    color: #8561FF;
    margin-right: 10px;
    margin-left: 0;
}

.leave-comments .rate-item {
    float: left;
    cursor: pointer;
    margin: 0 5px;
}

.leave-comments .rate-item.active~.rate-item,
.leave-comments .rate-item:hover~.rate-item {
    color: #f5f5f5;
}

.courses-page-area4 {
    padding: 100px 0;
    background: #f5f5f5;
}

@media(min-width:992px) and (max-width:1199px) {
    .courses-page-area4 {
        padding: 90px 0;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .courses-page-area4 {
        padding: 80px 0;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .courses-page-area4 {
        padding: 70px 0;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .courses-page-area4 {
        padding: 60px 0;
    }
}

@media only screen and (max-width:320px) {
    .courses-page-area4 {
        padding: 50px 0;
    }
}

.course-details-inner {
    padding: 20px 30px 30px;
    background: #fff;
}

@media only screen and (max-width:479px) {
    .course-details-inner {
        padding: 20px 15px 30px;
    }
}

.course-details-inner .course-details-tab-area {
    margin: 30px 0 0;
    overflow: hidden;
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn {
    background: #f5f5f5;
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn>li {
    display: inline-block;
    margin: -1px;
    background: 0 0;
    border-right: 1px solid #cdcdcd;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn>li:last-child {
    border-right: 0;
}

@media only screen and (max-width:479px) {
    .course-details-inner .course-details-tab-area ul.course-details-tab-btn>li {
        display: block !important;
        padding: 0;
    }
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn>li a {
    display: block;
    color: #8561FF;
    padding: 20px 30px;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

@media(min-width:768px) and (max-width:1199px) {
    .course-details-inner .course-details-tab-area ul.course-details-tab-btn>li a {
        padding: 20px 17px;
    }
}

@media only screen and (max-width:479px) {
    .course-details-inner .course-details-tab-area ul.course-details-tab-btn>li a {
        display: block !important;
    }
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn>li:hover {
    background: #8561FF;
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn>li:hover a {
    color: #fff;
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn .active {
    background: #8561FF;
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn .active a {
    color: #fff;
    text-decoration: none;
}

.course-details-inner .course-details-tab-area .tab-content {
    padding: 35px 0 15px;
    margin-top: 0;
}

.course-details-inner .course-details-tab-area ul.course-feature:after {
    clear: both;
    content: "";
    display: block;
}

.course-details-inner .course-details-tab-area ul.course-feature li {
    width: 49%;
    box-sizing: border-box;
    float: left;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    margin-right: 5px;
    color: #444;
}

@media only screen and (max-width:991px) {
    .course-details-inner .course-details-tab-area ul.course-feature li {
        width: 100%;
    }
}

.course-details-inner .course-details-tab-area ul.course-feature li:before {
    content: "\f058";
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    top: 0;
    font-size: 20px;
    border-radius: 50%;
    z-index: 1;
    line-height: 1.3;
    color: #fdc800;
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

@media only screen and (max-width:991px) {
    .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li {
        display: block;
        text-align: center;
        clear: both;
        margin-bottom: 30px;
    }
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li:last-child {
    margin-bottom: 0;
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-img {
    -webkit-box-flex: 3;
    -moz-flex: 3;
    -webkit-flex: 3;
    flex: 3;
}

@media only screen and (max-width:991px) {
    .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-img img {
        margin: 0 auto 15px;
    }
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-content {
    -webkit-box-flex: 6;
    -moz-flex: 6;
    -webkit-flex: 6;
    flex: 6;
    margin-right: 10px;
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-content h4 {
    margin-bottom: 0;
    font-size: 18px;
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-content h4 a {
    color: #8561FF;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-content h4 a:hover {
    color: #fdc800;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule {
    -webkit-box-flex: 7;
    -moz-flex: 7;
    -webkit-flex: 7;
    flex: 7;
}

@media only screen and (max-width:991px) {
    .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule {
        float: left;
    }
}

@media only screen and (max-width:479px) {
    .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule {
        float: inherit;
    }
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule ul li {
    width: 100px;
    display: inline-block;
    border-right: 1px solid #cdcdcd;
    margin-right: 15px;
    height: 58px;
}

@media only screen and (max-width:479px) {
    .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule ul li {
        margin-right: 10px;
    }
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule ul li:last-child {
    border-right: none;
    margin-right: 0;
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule ul li h4 {
    font-size: 16px;
    color: #8561FF;
    margin-bottom: 5px;
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-details {
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2;
}

.related-courses-title-area {
    margin: 30px 0 0;
    background: #fff;
}

.related-courses-title-area h3 {
    padding: 12px 20px;
    color: #8561FF;
    font-size: 22px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
}

.related-courses-carousel .owl-controls .owl-nav {
    top: -74px;
    right: 25px;
}

.courses-breadcrumb {
    background: #f5f5f5;
}

.courses-page-area5 {
    background: #fff;
}
.services_content_design .col-lg-9.col-md-12.col-sm-12.col-xs-12 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}
.services_content_design .col-lg-3.col-md-12.col-sm-12.col-xs-12 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
@media(min-width:992px) and (max-width:1199px) {
    .courses-page-area5 {
        padding: 50px 0px;
    }
    .stu-form {
    width: 100%; 
    padding: 0;
}
.services_page_header {
    margin-bottom: 0;
}
.home_banner_opacity {
    padding: 200px 0 50px !important;
}
.order_img_design {
    top: -85px;
}
form {
     
    padding-left: 0;
    padding-right: 0;
    
}
#sidebar-nav.sticky {
    padding-left: 0;
}
.icon-text .icons-box {
    width: 30%;
    
}
.icon-text .textb-box {
    width: 70%;
}

}

@media(min-width:768px) and (max-width:991px) {
     
.form-design-style{
    display: none;
}
.stu-form {
    padding-left: 0;
    padding-right: 0;
}
.home_banner_opacity, .home_banner_opacity.indexs {
    padding: 180px 0 50px;
}
.my_banner_backg .home_banner_opacity {
    background: #000000cc;
}
.services_form_breadcrumb {
    padding: 10px 0 0;
}
.services_content_design h2 {
    padding-top: 0;
}
    .services_page_header h1.title_spheader {
        font-size: 28px;
        line-height: 36px;
    }
    .student_prefer_icons .rotate_icons {
    position: relative !important;
}
.student_prefer_icons{
    width: 33%;
    padding: 10px 10px 15px 10px;
}
.y-us-section {
    padding: 30px 0;
}
    .student_prefer_icons:nth-child(1) .rotate_icons, .student_prefer_icons:nth-child(2) .rotate_icons, .student_prefer_icons:nth-child(3) .rotate_icons, .student_prefer_icons:nth-child(4) .rotate_icons, .student_prefer_icons:nth-child(5) .rotate_icons, .student_prefer_icons:nth-child(6) .rotate_icons {
    top: 0;
    left: auto;
    right: auto;
    text-align: center;
    margin: 0 auto 15px;
}
.nav-tabs-service .nav-pills .nav-link img {
    display: block;
    margin: 0 auto 10px;
}
.hire_experts_btn a {
    top: 0;
    transform: none;
    margin-top: 15px;
}
.hire_experts_btn::after {
    top: auto;
    bottom: -20px;
}

.services_content_design h2 {
    font-size: 24px;
}
.services_caret_arrow {
    margin-left: 20px;
}
.bg_student_prefer {
    padding-top: 15px;
}
#sidebar-nav.sticky {
    position: relative;
    top: 0;
    padding-left: 0;
}
.home_student_prefer span{
    display: none;
}
.whystudent-prefer {
    background: linear-gradient(0deg, #f1f1f1 78%, #0d1f42 20%);
}
.flex-items-center {
    display: block;
}
}



.learning-outcomes li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    color: #444;
}

.learning-outcomes li:last-child {
    margin-bottom: 0;
}

.learning-outcomes li:before {
    content: "\f105";
    background: #8561FF;
    color: #fff;
    position: absolute;
    left: 0;
    top: 3px;
    padding: 2px 2px 2px 4px;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    line-height: 14px;
    text-align: center;
    z-index: 1;
    font-family: FontAwesome;
}

.curriculum-wrapper .panel-default {
    margin-top: 0 !important;
    border-radius: 0 !important;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #e2e2e2;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.curriculum-wrapper .panel-default:last-child {
    border-bottom: 0;
}

.curriculum-wrapper .panel-default .panel-heading {
    padding: 0;
    background: 0 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.curriculum-wrapper .panel-default .panel-heading .panel-title a {
    padding: 13px 15px 15px;
    display: block;
}

.curriculum-wrapper .panel-default .panel-heading .panel-title a ul li {
    border-top: none;
    display: inline-block;
}

.curriculum-wrapper .panel-default .panel-heading .panel-title a ul li:nth-child(1n) i {
    margin-right: 10px;
    color: #fdc800;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.curriculum-wrapper .panel-default .panel-heading .panel-title a ul li:nth-child(2n) {
    margin-right: 30px;
    color: #888;
}

.curriculum-wrapper .panel-default .panel-heading .panel-title a ul li:nth-child(3n) {
    font-size: 16px;
    color: #8561FF;
    font-weight: 500;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.curriculum-wrapper .panel-default .panel-heading .panel-title a ul li:nth-child(4n) {
    position: absolute;
    right: 50px;
}

@media only screen and (max-width:991px) {
    .curriculum-wrapper .panel-default .panel-heading .panel-title a ul li:nth-child(4n) {
        display: none;
    }
     .services_content_design .col-lg-9.col-md-12.col-sm-12.col-xs-12, .services_content_design .col-lg-3.col-md-12.col-sm-12.col-xs-12 {
    -ms-flex: auto;
    flex: auto;
    max-width: initial;
}

}

.curriculum-wrapper .panel-default .panel-heading .panel-title a ul li:nth-child(4n) i {
    margin-right: 10px;
    color: #888;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.curriculum-wrapper .panel-default .panel-heading .panel-title a ul li:nth-child(4n) span {
    color: #8561FF;
    font-weight: 500;
    margin-left: 5px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.curriculum-wrapper .panel-default .panel-heading .accordion-toggle {
    position: relative;
}

.curriculum-wrapper .panel-default .panel-heading .accordion-toggle:after {
    font-family: FontAwesome;
    content: "\f106";
    right: 15px;
    position: absolute;
    top: 15px;
    color: #828282;
    font-size: 18px;
    z-index: 1;
}

.curriculum-wrapper .panel-default .panel-heading .accordion-toggle.collapsed:after {
    content: "\f107";
    font-family: FontAwesome;
}

.curriculum-wrapper .panel-default .panel-collapse {
    background: #f5f5f5;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.curriculum-wrapper .panel-default .panel-body {
    text-align: justify;
    padding: 0 75px 20px 45px;
    border-top: 0 !important;
    color: #444;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

@media only screen and (max-width:991px) {
    .curriculum-wrapper .panel-default .panel-body {
        padding: 0 15px 15px;
    }
}

.curriculum-wrapper .panel-default .active {
    background: #f5f5f5;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.curriculum-wrapper .panel-default .active .panel-title a ul li:nth-child(1n) i {
    color: #8561FF;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.curriculum-wrapper .panel-default .active .panel-title a ul li:nth-child(2n) {
    color: #8561FF;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.curriculum-wrapper .panel-default .active .panel-title a ul li:nth-child(4n) i {
    color: #8561FF;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.news-event-area {
    padding: 88px 0 100px;
    background: #f5f5f5;
}

@media(min-width:992px) and (max-width:1199px) {
    .news-event-area {
        padding: 78px 0 60px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .news-event-area {
        padding: 68px 0 50px;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .news-event-area {
        padding: 58px 0 40px;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .news-event-area {
        padding: 48px 0 30px;
    }
}

@media only screen and (max-width:320px) {
    .news-event-area {
        padding: 38px 0 20px;
    }
}

@media only screen and (max-width:1199px) {
    .news-inner-area {
        margin-bottom: 30px;
    }
}

.news-inner-area .news-wrapper {
    background: #fff;
    padding: 20px 20px 15px;
}

.news-inner-area .news-wrapper li {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
    padding-bottom: 20px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

@media only screen and (max-width:1199px) {
    .news-inner-area .news-wrapper li {
        display: block;
    }
}

.news-inner-area .news-wrapper li .news-img-holder {
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

@media only screen and (max-width:1199px) {
    .news-inner-area .news-wrapper li .news-img-holder {
        margin-bottom: 15px;
    }
}

.news-inner-area .news-wrapper li .news-content-holder {
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2;
}

.news-inner-area .news-wrapper li .news-content-holder h3 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
}

.news-inner-area .news-wrapper li .news-content-holder h3 a {
    color: #8561FF;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.news-inner-area .news-wrapper li .news-content-holder h3 a:hover {
    color: #fdc800;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.news-inner-area .news-wrapper li .news-content-holder .post-date {
    font-style: italic;
    font-size: 14px;
    margin: 5px 0;
    font-weight: 500;
    color: #fdc800;
}

.news-inner-area .news-wrapper li .news-content-holder p {
    margin-bottom: 0;
}

.news-inner-area .news-wrapper li:last-child {
    border-bottom: none;
    margin-bottom: 4px;
    padding-bottom: 0;
}

.news-inner-area .news-wrapper li:before {
    background: #fdc800;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

@media only screen and (max-width:1199px) {
    .news-inner-area .news-wrapper-responsive li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}

@media only screen and (max-width:479px) {
    .news-inner-area .news-wrapper-responsive li {
        display: block;
    }
}

.news-inner-area .news-wrapper-responsive li .news-content-holder {
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2;
}

@media(min-width:992px) and (max-width:1199px) {
    .news-inner-area .news-wrapper-responsive li .news-content-holder {
        -webkit-box-flex: 4;
        -moz-flex: 4;
        -webkit-flex: 4;
        flex: 4;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .news-inner-area .news-wrapper-responsive li .news-content-holder {
        -webkit-box-flex: 3;
        -moz-flex: 3;
        -webkit-flex: 3;
        flex: 3;
    }
}

.news-inner-area .news-btn-holder {
    margin-top: 45px;
    text-align: center;
}

@media only screen and (max-width:1199px) {
    .event-inner-area {
        margin-bottom: 30px;
    }
}

.event-inner-area .event-wrapper>li {
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

@media only screen and (max-width:1199px) {
    .event-inner-area .event-wrapper>li {
        display: block;
    }
}

.event-inner-area .event-wrapper>li:last-child {
    margin-bottom: 0;
}

.event-inner-area .event-wrapper>li .event-calender-wrapper {
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

@media only screen and (max-width:1199px) {
    .event-inner-area .event-wrapper>li .event-calender-wrapper {
        margin-bottom: 15px;
    }
}

.event-inner-area .event-wrapper>li .event-calender-holder {
    position: relative;
    padding-top: 20px;
    text-align: center;
    width: 100px;
    background: #fdc800;
}

.event-inner-area .event-wrapper>li .event-calender-holder:before {
    content: "\f111";
    position: absolute;
    left: 10px;
    top: 5px;
    color: #8561FF;
    font-size: 14px;
    font-family: FontAwesome;
}

.event-inner-area .event-wrapper>li .event-calender-holder:after {
    content: "\f111";
    position: absolute;
    right: 10px;
    top: 5px;
    color: #8561FF;
    font-size: 14px;
    font-family: FontAwesome;
}

.event-inner-area .event-wrapper>li .event-calender-holder h3 {
    font-size: 24px;
    color: #8561FF;
    margin-bottom: 0;
    line-height: 1;
}

.event-inner-area .event-wrapper>li .event-calender-holder p {
    color: #8561FF;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.event-inner-area .event-wrapper>li .event-calender-holder span {
    line-height: 2.5;
    background: #8561FF;
    height: 40px;
    display: block;
    color: #fff;
}

.event-inner-area .event-wrapper>li .event-content-holder {
    -webkit-box-flex: 3;
    -moz-flex: 3;
    -webkit-flex: 3;
    flex: 3;
}

.event-inner-area .event-wrapper>li .event-content-holder h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.event-inner-area .event-wrapper>li .event-content-holder h3 a {
    color: #8561FF;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.event-inner-area .event-wrapper>li .event-content-holder h3 a:hover {
    color: #fdc800;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.event-inner-area .event-wrapper>li .event-content-holder p {
    margin-bottom: 10px;
}

@media(min-width:768px) and (max-width:1199px) {
    .event-inner-area .event-wrapper>li .event-content-holder p {
        margin-bottom: 58px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .event-inner-area .event-wrapper>li .event-content-holder p {
        margin-bottom: 15px;
    }
}

.event-inner-area .event-wrapper>li .event-content-holder ul li {
    color: #8561FF;
    font-weight: 500;
    border-right: 1px solid #bdbdbd;
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    line-height: 1;
}

@media(min-width:768px) and (max-width:991px) {
    .event-inner-area .event-wrapper>li .event-content-holder ul li {
        margin-right: 12px;
        padding-right: 12px;
    }
}

.event-inner-area .event-wrapper>li .event-content-holder ul li:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

.event-inner-area .event-btn-holder {
    margin-top: 45px;
    text-align: center;
}

.news-page-area {
    padding: 100px 0;
}

@media(min-width:992px) and (max-width:1199px) {
    .news-page-area {
        padding: 90px 0;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .news-page-area {
        padding: 80px 0;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .news-page-area {
        padding: 70px 0;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .news-page-area {
        padding: 60px 0;
    }
}

@media only screen and (max-width:320px) {
    .news-page-area {
        padding: 50px 0;
    }
}

.news-box {
    margin-bottom: 55px;
}

.news-box h2 {
    margin-bottom: 12px;
}

.news-box p {
    margin-bottom: 30px;
}

.news-box .news-img-holder {
    margin-bottom: 25px;
    position: relative;
}

.news-date1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.news-date1 li {
    width: 112px;
    height: 60px;
    font-size: 24px;
    text-align: center;
    line-height: 2.5;
}

@media(min-width:480px) and (max-width:991px) {
    .news-date1 li {
        height: 40px;
        font-size: 20px;
        width: 90px;
        line-height: 2;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .news-date1 li {
        font-size: 18px;
        line-height: 2.3;
    }
}

@media only screen and (max-width:479px) {
    .news-date1 li {
        height: 35px;
        font-size: 16px;
        width: 80px;
    }
}

.news-date1 li:nth-child(odd) {
    background: #8561FF;
    color: #fff;
    font-weight: 700;
}

.news-date1 li:nth-child(even) {
    background: #fdc800;
    color: #212121;
    font-weight: 500;
}

.news-date2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.news-date2 li {
    width: 80px;
    height: 50px;
    font-size: 18px;
    text-align: center;
    line-height: 2.8;
}

@media(min-width:480px) and (max-width:991px) {
    .news-date2 li {
        height: 40px;
        font-size: 20px;
        width: 90px;
        line-height: 2;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .news-date2 li {
        font-size: 18px;
        line-height: 2.3;
    }
}

@media only screen and (max-width:479px) {
    .news-date2 li {
        height: 35px;
        font-size: 16px;
        width: 80px;
        line-height: 2.2;
    }
}

.news-date2 li:nth-child(odd) {
    background: #8561FF;
    color: #fff;
    font-weight: 700;
}

.news-date2 li:nth-child(even) {
    background: #fdc800;
    color: #212121;
    font-weight: 500;
}

.news-comments {
    margin-bottom: 35px;
    padding-bottom: 10px;
}

.news-comments li {
    display: inline-block;
    margin-right: 20px;
}

@media(min-width:992px) and (max-width:1199px) {
    .news-comments li {
        margin-right: 8px;
    }
}

.news-comments li a {
    color: #b1b1b1;
}

.news-comments li a:hover {
    color: #8561FF;
}

.news-comments li a i {
    color: #fdc800;
    margin-right: 8px;
}

.news-comments li a span {
    color: #444;
}

.news-details-page-area {
    padding: 100px 0;
}

@media(min-width:992px) and (max-width:1199px) {
    .news-details-page-area {
        padding: 90px 0;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .news-details-page-area {
        padding: 80px 0;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .news-details-page-area {
        padding: 70px 0;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .news-details-page-area {
        padding: 60px 0;
    }
}

@media only screen and (max-width:320px) {
    .news-details-page-area {
        padding: 50px 0;
    }
}

.news-details-page-inner .news-img-holder {
    margin-bottom: 25px;
    position: relative;
}

.news-details-page-inner .title-default-left-bold {
    margin-bottom: 20px;
}

.news-details-page-inner p span {
    font-style: italic;
    padding: 40px 50px 50px;
    background: #f5f5f5;
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.news-details-page-inner p span:before {
    color: #fdc800;
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 20px;
    left: 30px;
    position: absolute;
    top: 30px;
    z-index: 1;
}

.news-details-page-inner .news-social {
    margin-top: 10px;
    margin-bottom: 80px;
    display: inline-block;
}

.news-details-page-inner .news-social li {
    display: inline-block;
    margin-right: 5px;
}

.news-details-page-inner .news-social li a {
    background: #8561FF;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 27px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.news-details-page-inner .news-social li a i {
    color: #fdc800;
    font-size: 13px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.news-details-page-inner .news-social li a:hover {
    background: #fdc800;
}

.news-details-page-inner .news-social li a:hover i {
    color: #8561FF;
}

.news-details-page-inner .news-social li:last-child {
    margin-right: 0;
}

.event-page-area {
    padding: 100px 0;
}

@media(min-width:992px) and (max-width:1199px) {
    .event-page-area {
        padding: 90px 0;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .event-page-area {
        padding: 80px 0;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .event-page-area {
        padding: 70px 0;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .event-page-area {
        padding: 60px 0;
    }
}

@media only screen and (max-width:320px) {
    .event-page-area {
        padding: 50px 0;
    }
}

@media only screen and (max-width:479px) {
    .event-inner-wrapper .col-xs-6 {
        width: 100%;
    }
}

.event-inner-wrapper .single-item {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

@media only screen and (max-width:1199px) {
    .event-inner-wrapper .single-item {
        display: block;
    }
}

.event-inner-wrapper .single-item .item-img {
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.event-inner-wrapper .single-item .item-content {
    padding: 0 30px;
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

@media only screen and (max-width:1199px) {
    .event-inner-wrapper .single-item .item-content {
        padding: 30px 0;
    }
}

.event-inner-wrapper .single-item .item-content p {
    margin-bottom: 30px;
}

.event-inner-wrapper .event-info-block li {
    line-height: 1.4;
    margin-bottom: 15px;
    font-size: 18px;
    color: #8561FF;
    padding-left: 40px;
    position: relative;
}

@media only screen and (max-width:479px) {
    .event-inner-wrapper .event-info-block li {
        font-size: 16px;
    }
}

.event-inner-wrapper .event-info-block li:last-child {
    margin-bottom: 0;
}

.event-inner-wrapper .event-info-block li i {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    font-size: 24px;
    margin-right: 15px;
    color: #fdc800;
}

.event-details-page-area {
    padding: 100px 0;
}

@media(min-width:992px) and (max-width:1199px) {
    .event-details-page-area {
        padding: 90px 0;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .event-details-page-area {
        padding: 80px 0;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .event-details-page-area {
        padding: 70px 0;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .event-details-page-area {
        padding: 60px 0;
    }
}

@media only screen and (max-width:320px) {
    .event-details-page-area {
        padding: 50px 0;
    }
}

.event-details-inner .event-details-img {
    position: relative;
    margin-bottom: 30px;
}

.event-details-inner .event-details-img .countdown-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1;
}

@media only screen and (max-width:767px) {
    .event-details-inner .event-details-img .countdown-content {
        top: inherit;
        bottom: 0;
        transform: translateY(0);
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }
}

.event-details-inner .event-details-img .countdown-content .countdown-section {
    padding: 15px 0;
    text-align: center;
    width: 80px;
}

@media only screen and (max-width:991px) {
    .event-details-inner .event-details-img .countdown-content .countdown-section {
        padding: 8px 0 4px;
        width: 75px;
    }
}

@media only screen and (max-width:767px) {
    .event-details-inner .event-details-img .countdown-content .countdown-section {
        width: 65px;
        display: inline-block;
    }
}

.event-details-inner .event-details-img .countdown-content .countdown-section h3 {
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
}

.event-details-inner .event-details-img .countdown-content .countdown-section p {
    margin-bottom: 0;
}

.event-details-inner .event-details-img .countdown-content .countdown-section:nth-child(odd) {
    background: #8561FF;
}

.event-details-inner .event-details-img .countdown-content .countdown-section:nth-child(odd) p {
    color: #a0a5ac;
}

.event-details-inner .event-details-img .countdown-content .countdown-section:nth-child(even) {
    background: #fdc800;
}

.event-details-inner .event-details-img .countdown-content .countdown-section:nth-child(even) p {
    color: #856900;
}

.event-details-inner p {
    margin-bottom: 50px;
}

.event-info-inline {
    margin-bottom: 55px;
}

.event-info-inline li {
    display: inline-block;
    line-height: 1.4;
    margin-right: 30px;
    font-size: 18px;
    color: #8561FF;
    padding-left: 40px;
    position: relative;
    margin-bottom: 10px;
}

@media only screen and (max-width:479px) {
    .event-info-inline li {
        font-size: 16px;
    }
}

.event-info-inline li:last-child {
    margin-bottom: 0;
}

.event-info-inline li i {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    font-size: 24px;
    margin-right: 15px;
    color: #fdc800;
}

.why-choose-area {
    padding: 50px 0;
    background: #f8f8f8;
}

@media(min-width:992px) and (max-width:1199px) {
    .why-choose-area {
        padding: 74px 0 84px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .why-choose-area {
        padding: 66px 0 74px;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .why-choose-area {
        padding: 58px 0 33px;
    }
}



@media only screen and (max-width:320px) {
    .why-choose-area {
        padding: 40px 0 13px;
    }
}

.certificate-area {
    background: #f8f8f8;
    padding: 100px 0;
}

@media(min-width:992px) and (max-width:1199px) {
    .certificate-area {
        padding: 90px 0;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .certificate-area {
        padding: 80px 0;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .certificate-area {
        padding: 70px 0;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .certificate-area {
        padding: 60px 0;
    }
}

@media only screen and (max-width:320px) {
    .certificate-area {
        padding: 50px 0;
    }
}

.certificate-area .single-item {
    background: #fff;
    padding: 15px;
}

.gallery-wrapper {
    margin-left: -5px;
    margin-right: -5px;
}

.gallery-wrapper>div {
    padding: 0 3px;
}

.gallery-box {
    margin-bottom: 6px;
    position: relative;
}

.gallery-box:before {
    opacity: 0;
    content: "";
    background-color: rgba(253, 200, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.gallery-box img {
    width: 100%;
}

.gallery-box .gallery-content {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.gallery-box .gallery-content a {
    background-color: #8561FF;
    height: 55px;
    width: 55px;
    line-height: 60px;
    display: inline-block;
    border-radius: 50%;
}

.gallery-box .gallery-content a i {
    color: #fff;
    font-size: 18px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.gallery-box:hover:before {
    opacity: 1;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.gallery-box:hover .gallery-content {
    opacity: 1;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.gallery-area1 {
    padding: 100px 0 93px;
}

@media(min-width:992px) and (max-width:1199px) {
    .gallery-area1 {
        padding: 90px 0 83px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .gallery-area1 {
        padding: 80px 0 73px;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .gallery-area1 {
        padding: 70px 0 63px;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .gallery-area1 {
        padding: 60px 0 53px;
    }
}

@media only screen and (max-width:320px) {
    .gallery-area1 {
        padding: 50px 0 43px;
    }
}

.gallery-area2 {
    padding: 100px 0 93px;
}

@media(min-width:992px) and (max-width:1199px) {
    .gallery-area2 {
        padding: 90px 0 83px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .gallery-area2 {
        padding: 80px 0 73px;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .gallery-area2 {
        padding: 70px 0 63px;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .gallery-area2 {
        padding: 60px 0 53px;
    }
}

@media only screen and (max-width:320px) {
    .gallery-area2 {
        padding: 50px 0 43px;
    }
}

.research-page1-area {
    padding: 100px 0;
}

@media(min-width:992px) and (max-width:1199px) {
    .research-page1-area {
        padding: 90px 0;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .research-page1-area {
        padding: 80px 0;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .research-page1-area {
        padding: 70px 0;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .research-page1-area {
        padding: 60px 0;
    }
}

@media only screen and (max-width:320px) {
    .research-page1-area {
        padding: 50px 0;
    }
}

.research-box1 {
    overflow: hidden;
    margin-bottom: 45px;
}

.research-box1 img {
    margin-bottom: 25px;
}

.research-page2-area {
    padding: 100px 0;
}

@media(min-width:992px) and (max-width:1199px) {
    .research-page2-area {
        padding: 90px 0;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .research-page2-area {
        padding: 80px 0;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .research-page2-area {
        padding: 70px 0;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .research-page2-area {
        padding: 60px 0;
    }
}

@media only screen and (max-width:320px) {
    .research-page2-area {
        padding: 50px 0;
    }
}

.research-box2 {
    margin-bottom: 35px;
}

.research-box2 .research-img-holder {
    margin-bottom: 20px;
    position: relative;
}

.research-box2 .research-img-holder .research-details {
    position: absolute;
    bottom: 30px;
    z-index: 1;
    left: 30px;
}

.research-box2 .research-img-holder .research-details a {
    color: #fff;
    padding: 10px 20px;
    display: block;
    background: #8561FF;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.research-box2 .research-img-holder .research-details a:hover {
    background: #fdc800;
    color: #212121;
}

.research-box2 .research-img-holder .research-details a:hover i {
    color: #212121;
}

.research-box2 .research-img-holder .research-details a i {
    color: #fdc800;
    font-size: 20px;
    margin-left: 15px;
    font-weight: 700;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.research-page3-area {
    padding: 100px 0;
}

@media(min-width:992px) and (max-width:1199px) {
    .research-page3-area {
        padding: 90px 0;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .research-page3-area {
        padding: 80px 0;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .research-page3-area {
        padding: 70px 0;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .research-page3-area {
        padding: 60px 0;
    }
}

@media only screen and (max-width:320px) {
    .research-page3-area {
        padding: 50px 0;
    }
}

.research-box3 {
    margin-bottom: 60px;
}

.research-box3 img {
    margin-bottom: 20px;
}

.research-box3 p {
    margin-bottom: 30px;
}

.research-details-page-area {
    padding: 50px 0 74px;
}

@media(min-width:992px) and (max-width:1199px) {
    .research-details-page-area {
        padding: 90px 0 77px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .research-details-page-area {
        padding: 80px 0 52px;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .research-details-page-area {
        padding: 70px 0 69px;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .research-details-page-area {
        padding: 60px 0 59px;
    }
}

@media only screen and (max-width:320px) {
    .research-details-page-area {
        padding: 50px 0 49px;
    }
}

.research-details-inner img {
    margin-bottom: 20px;
}

.research-details-inner p span {
    font-style: italic;
    padding: 40px 50px 50px;
    background: #f5f5f5;
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.research-details-inner p span:before {
    color: #fdc800;
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 20px;
    left: 30px;
    position: absolute;
    top: 30px;
    z-index: 1;
}

.shop-page1-area {
    padding: 100px 0;
}

@media(min-width:992px) and (max-width:1199px) {
    .shop-page1-area {
        padding: 90px 0;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .shop-page1-area {
        padding: 80px 0;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .shop-page1-area {
        padding: 70px 0;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .shop-page1-area {
        padding: 60px 0;
    }
}

@media only screen and (max-width:320px) {
    .shop-page1-area {
        padding: 50px 0;
    }
}

@media only screen and (max-width:479px) {
    .shop-page1-area .shop-page1-xs-width .col-xs-6 {
        width: 100%;
    }
}

.product-box1 {
    text-align: center;
    margin-bottom: 30px;
}

.product-box1 .product-social {
    opacity: 0;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 33%;
    z-index: 2;
    -moz-transform: scale(1) translateY(-150px);
    -webkit-transform: scale(1) translateY(-150px);
    -o-transform: scale(1) translateY(-150px);
    -ms-transform: scale(1) translateY(-150px);
    transform: scale(1) translateY(-150px);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

@media only screen and (max-width:479px) {
    .product-box1 .product-social {
        top: 27%;
        -moz-transform: scale(1) translateY(-50px);
        -webkit-transform: scale(1) translateY(-50px);
        -o-transform: scale(1) translateY(-50px);
        -ms-transform: scale(1) translateY(-50px);
        transform: scale(1) translateY(-50px);
    }
}

.product-box1 .product-social li {
    display: inline-block;
    height: 40px;
    width: 42px;
    border: 1px solid #fdc800;
    background: 0 0;
    margin: 0 1px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

@media only screen and (max-width:479px) {
    .product-box1 .product-social li {
        height: 30px;
        width: 32px;
    }
}

.product-box1 .product-social li a {
    display: block;
}

.product-box1 .product-social li a i {
    line-height: 40px;
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

@media only screen and (max-width:479px) {
    .product-box1 .product-social li a i {
        line-height: 30px;
    }
}

.product-box1 .product-social li:hover {
    background: #fdc800;
}

.product-box1 .product-social li:hover i {
    color: #212121;
}

.product-box1 .product-img-holder {
    position: relative;
}

@media only screen and (max-width:479px) {
    .product-box1 .product-img-holder {
        display: inline-block;
    }
}

.product-box1 .product-img-holder a img {
    width: 100%;
}

@media only screen and (max-width:479px) {
    .product-box1 .product-img-holder a img {
        width: auto;
    }
}

.product-box1 .product-img-holder:after {
    opacity: 0;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 33, 71, .8);
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.product-box1 .product-img-holder .hot-sale {
    top: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 60px solid #fdc800;
    border-right: 60px solid transparent;
    z-index: 3;
}

.product-box1 .product-img-holder .hot-sale span {
    color: #8561FF;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    bottom: 26px;
    letter-spacing: 2px;
    position: absolute;
}

.product-box1 .product-content-holder {
    margin-top: 20px;
}

.product-box1 .product-content-holder h3 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
}

@media only screen and (max-width:479px) {
    .product-box1 .product-content-holder h3 {
        letter-spacing: 0;
    }
}

.product-box1 .product-content-holder h3 a {
    color: #8561FF;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.product-box1 .product-content-holder h3 a:hover {
    color: #fdc800;
}

.product-box1 .product-content-holder span {
    color: #fdc800;
    font-size: 20px;
    font-weight: 500;
}

.product-box1 .product-content-holder span span {
    margin-right: 15px;
    color: #757575;
    text-decoration: line-through;
}

.product-box1:hover .product-social {
    top: 40%;
    opacity: 1;
    -moz-transform: scale(1) translateY(-50%);
    -webkit-transform: scale(1) translateY(-50%);
    -o-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.product-box1:hover .product-img-holder:after {
    opacity: 1;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.shop-page2-area {
    padding: 100px 0;
}

@media(min-width:992px) and (max-width:1199px) {
    .shop-page2-area {
        padding: 90px 0;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .shop-page2-area {
        padding: 80px 0;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .shop-page2-area {
        padding: 70px 0;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .shop-page2-area {
        padding: 60px 0;
    }
}

@media only screen and (max-width:320px) {
    .shop-page2-area {
        padding: 50px 0;
    }
}

.product-box2 {
    margin-bottom: 30px;
}

@media only screen and (max-width:479px) {
    .product-box2 {
        text-align: center;
        margin-bottom: 50px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .product-box2 a {
        float: none !important;
    }
}

@media only screen and (max-width:479px) {
    .product-box2 a {
        float: none !important;
    }
}

.product-box2 a img {
    width: 100%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

@media only screen and (max-width:479px) {
    .product-box2 a img {
        display: inline-block;
        width: auto;
        margin-bottom: 15px;
    }
}

.product-box2 a img:hover {
    opacity: .5;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.product-box2 .media-body {
    text-align: left;
    padding: 0 30px 0 20px;
}

@media(min-width:768px) and (max-width:991px) {
    .product-box2 .media-body {
        padding: 0;
    }
}

@media only screen and (max-width:479px) {
    .product-box2 .media-body {
        padding: 8px 10px 0;
    }
}

@media only screen and (max-width:479px) {
    .product-box2 .media-body .product-box2-content {
        text-align: center;
    }
}

.product-box2 .media-body .product-box2-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight: 500;
}

.product-box2 .media-body .product-box2-content h3 a {
    color: #8561FF;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.product-box2 .media-body .product-box2-content h3 a:hover {
    color: #fdc800;
}

.product-box2 .media-body .product-box2-content span {
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
    color: #fdc800;
    font-weight: 500;
}

.product-box2 .media-body .product-box2-cart {
    margin-top: 30px;
}

@media only screen and (max-width:1199px) {
    .product-box2 .media-body .product-box2-cart {
        margin-top: 54px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .product-box2 .media-body .product-box2-cart {
        margin-top: 10px;
    }
}

@media only screen and (max-width:479px) {
    .product-box2 .media-body .product-box2-cart {
        margin-top: 20px;
        text-align: center;
    }
}

.product-box2 .media-body .product-box2-cart li {
    margin: 0 2px 0 0;
    display: inline-block;
}

.product-box2 .media-body .product-box2-cart li a {
    line-height: 42px;
    border: 1px solid #8561FF;
    text-align: center;
    height: 42px;
    padding: 0 20px;
    background: 0 0;
    display: block;
    color: #8561FF;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

@media(min-width:768px) and (max-width:991px) {
    .product-box2 .media-body .product-box2-cart li a {
        padding: 0 11px;
    }
}

@media only screen and (max-width:320px) {
    .product-box2 .media-body .product-box2-cart li a {
        padding: 0 15px;
    }
}

.product-box2 .media-body .product-box2-cart li a i {
    line-height: 42px;
    font-size: 14px;
}

.product-box2 .media-body .product-box2-cart li a:hover {
    border: 1px solid #fdc800;
    background: #fdc800;
    color: #8561FF;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.product-box2 .media-body .product-box2-cart li:first-child a {
    border: 1px solid #8561FF;
    background: #8561FF;
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.product-box2 .media-body .product-box2-cart li:first-child a:hover {
    border: 1px solid #fdc800;
    background: #fdc800;
    color: #8561FF;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.shop-details-page-area {
    padding: 100px 0;
}

@media(min-width:992px) and (max-width:1199px) {
    .shop-details-page-area {
        padding: 90px 0;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .shop-details-page-area {
        padding: 80px 0 52px;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .shop-details-page-area {
        padding: 70px 0;
    }
}

@media(min-width:321px) and (max-width:479px) {
    .shop-details-page-area {
        padding: 60px 0;
    }
}

@media only screen and (max-width:320px) {
    .shop-details-page-area {
        padding: 50px 0;
    }
}

@media only screen and (max-width:767px) {
    .inner-product-details-left {
        text-align: center;
    }
}

.inner-product-details-left .tab-content {
    border: 1px solid #8561FF;
    margin-top: 0;
}

@media only screen and (max-width:767px) {
    .inner-product-details-left .tab-content {
        display: inline-block;
    }
}

.inner-product-details-left .tab-content a {
    display: block;
}

.inner-product-details-left .tab-content a img {
    width: 100%;
}

@media only screen and (max-width:991px) {
    .inner-product-details-left ul {
        margin-bottom: 30px;
    }
}

.inner-product-details-left ul li {
    border: 1px solid transparent;
    width: 29%;
    display: inline-block;
    margin: 16px 17px 0 0;
}

@media(min-width:992px) and (max-width:1199px) {
    .inner-product-details-left ul li {
        width: 28%;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .inner-product-details-left ul li {
        width: 30%;
    }
}

@media only screen and (max-width:320px) {
    .inner-product-details-left ul li {
        width: 28%;
    }
}

.inner-product-details-left ul li a img {
    width: 100%;
    opacity: .5;
}

.inner-product-details-left ul li a img:hover {
    opacity: 1;
}

.inner-product-details-left ul li:last-child {
    margin: 16px 0 0;
}

.inner-product-details-left ul li:hover {
    border: 1px solid #8561FF;
}

.inner-product-details-left ul .active {
    border: 1px solid #8561FF;
}

.inner-product-details-left ul .active a img {
    opacity: 1;
}

.inner-product-details-right h3 {
    color: #8561FF;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-size: 30px;
}

@media(min-width:992px) and (max-width:1199px) {
    .inner-product-details-right h3 {
        margin-bottom: 15px;
    }
}

.inner-product-details-right>ul {
    margin: 0 0 15px;
}

.inner-product-details-right>ul li {
    display: inline-block;
}

.inner-product-details-right>ul li>i {
    color: #eebe2c;
}

.inner-product-details-right .price {
    font-size: 24px;
    font-weight: 600;
    color: #8561FF;
    margin-bottom: 30px;
}

@media(min-width:992px) and (max-width:1199px) {
    .inner-product-details-right .price {
        margin-bottom: 40px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .inner-product-details-right .price {
        margin-bottom: 30px;
    }
}

.inner-product-details-right .product-details-content {
    margin-bottom: 30px;
}

@media(min-width:992px) and (max-width:1199px) {
    .inner-product-details-right .product-details-content {
        margin-bottom: 24px;
    }
}

@media only screen and (max-width:991px) {
    .inner-product-details-right .product-details-content {
        margin-bottom: 12px;
    }
}

.inner-product-details-right .product-details-content>p {
    margin-bottom: 10px;
    color: #757575;
}

.inner-product-details-right .product-details-content>p>span {
    color: #212121;
    font-weight: 600;
    text-transform: uppercase;
}

.inner-product-details-right .product-details-social {
    margin-bottom: 30px;
}

@media(min-width:992px) and (max-width:1199px) {
    .inner-product-details-right .product-details-social {
        margin-bottom: 52px;
    }
}

@media only screen and (max-width:991px) {
    .inner-product-details-right .product-details-social {
        margin-bottom: 20px;
    }
}

.inner-product-details-right .product-details-social li {
    display: inline;
    color: #212121;
    font-weight: 600;
    margin-right: 15px;
}

.inner-product-details-right .product-details-social li a {
    padding: 0 10px;
}

.inner-product-details-right .product-details-social li a i {
    color: #757575;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.inner-product-details-right .product-details-social li a:hover i {
    color: #fdc800;
}

.inner-product-details-right .inner-product-details-cart {
    margin-bottom: 0;
}

@media only screen and (max-width:479px) {
    .inner-product-details-right .inner-product-details-cart {
        text-align: center;
    }
}

.inner-product-details-right .inner-product-details-cart li {
    vertical-align: top;
    margin: 0 2px 0 0;
    display: inline-block;
}

@media only screen and (max-width:479px) {
    .inner-product-details-right .inner-product-details-cart li {
        margin-bottom: 5px;
    }
}

.inner-product-details-right .inner-product-details-cart li a {
    border: 1px solid #8561FF;
    line-height: 52px;
    text-align: center;
    height: 52px;
    padding: 0 20px;
    background: 0 0;
    display: block;
    color: #8561FF;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

@media(min-width:768px) and (max-width:1199px) {
    .inner-product-details-right .inner-product-details-cart li a {
        padding: 0 13px;
    }
}

.inner-product-details-right .inner-product-details-cart li a i {
    color: #8561FF;
    line-height: 54px;
    font-size: 14px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.inner-product-details-right .inner-product-details-cart li a:hover {
    border: 1px solid #fdc800;
    background: #fdc800;
}

.inner-product-details-right .inner-product-details-cart li .input-group {
    position: relative;
    box-shadow: none;
}

.inner-product-details-right .inner-product-details-cart li .input-group .form-control {
    box-shadow: none;
}

.inner-product-details-right .inner-product-details-cart li .input-group input {
    border: none;
    height: 50px;
    width: 100px;
    padding-right: 47px;
    font-size: 20px;
    text-align: center;
    color: #8561FF;
}

@media(min-width:768px) and (max-width:1199px) {
    .inner-product-details-right .inner-product-details-cart li .input-group input {
        width: 81px;
        padding-left: 5px;
        padding-right: 40px;
    }
}

.inner-product-details-right .inner-product-details-cart li .input-group .input-group-btn-vertical {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
}

.inner-product-details-right .inner-product-details-cart li .input-group .input-group-btn-vertical .btn-default {
    border: 0;
}

.inner-product-details-right .inner-product-details-cart li .input-group .input-group-btn-vertical button {
    display: block;
    border-left: 1px solid #8561FF !important;
    border-radius: 0 !important;
    background: 0 0;
    padding: 4px 12px 3px;
    line-height: 1.3;
    border: 1px solid #8561FF;
}

.inner-product-details-right .inner-product-details-cart li .input-group .input-group-btn-vertical button:last-child {
    border-top: 1px solid #8561FF;
}

.inner-product-details-right .inner-product-details-cart li .input-group .input-group-btn-vertical button i {
    line-height: 1;
    color: #8561FF;
}

.inner-product-details-right .inner-product-details-cart li:first-child {
    background: #8561FF;
}

.inner-product-details-right .inner-product-details-cart li:first-child a {
    color: #fff;
}

.inner-product-details-right .inner-product-details-cart li:first-child a:hover {
    color: #8561FF;
}

.inner-product-details-right .inner-product-details-cart li .quantity-holder {
    border: 1px solid #8561FF;
}

.product-details-tab-area {
    margin: 40px 0;
    border: 1px solid #bdbdbd;
    overflow: hidden;
}

.product-details-tab-area ul>li {
    margin: -1px;
    display: inline-block;
    padding: 10px 0;
    background: #8561FF;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

@media only screen and (max-width:479px) {
    .product-details-tab-area ul>li {
        display: block !important;
        padding: 0;
    }
}

.product-details-tab-area ul>li a {
    color: #fff;
    padding: 12px 30px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

@media only screen and (max-width:479px) {
    .product-details-tab-area ul>li a {
        display: block !important;
    }
}

.product-details-tab-area ul>li:hover {
    background: 0 0;
}

.product-details-tab-area ul>li:hover a {
    color: #8561FF;
}

.product-details-tab-area ul .active {
    background: 0 0;
}

.product-details-tab-area ul .active a {
    color: #8561FF;
    text-decoration: none;
}

.product-details-tab-area .tab-content {
    padding: 10px 35px 15px;
}

@media only screen and (max-width:479px) {
    .product-details-tab-area .tab-content {
        padding: 0 20px 10px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .product-tags {
        display: none;
    }
}

.brand-area .brand-area-box a img {
    width: 100%;
    margin: 0 auto;
}

.brand-area .owl-nav {
    margin-top: 0;
}

@media only screen and (max-width:767px) {
    .sidebar {
        margin-top: 30px;
    }
}

.sidebar-box {
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #e0e0e0;
}

.sidebar-box:last-child {
    margin-bottom: 0;
}

.sidebar-box .sidebar-box-inner {
    padding: 0;
}

@media(min-width:768px) and (max-width:1199px) {
    .sidebar-box .sidebar-box-inner {
        padding: 30px 15px;
    }
}

.sidebar-categories li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.sidebar-categories li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar-categories li a {
    color: #444;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.sidebar-categories li a:hover {
    color: #fdc800;
}

.product-tags li {
    display: inline-block;
    margin-bottom: 7px;
    background: #e1e1e1;
    font-weight: 500;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.product-tags li a {
    color: #8561FF;
    text-transform: capitalize;
    display: block;
    padding: 10px 24px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.product-tags li:hover {
    background: #8561FF;
}

.product-tags li:hover a {
    color: #fff;
}

.sidebar-add-area {
    position: relative;
}

.sidebar-add-area img {
    width: 100%;
}

.sidebar-add-area a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}

.price-range-wrapper {
    padding-top: 10px;
}

.price-range-wrapper:after {
    clear: both;
    display: block;
    content: "";
}

.price-range-wrapper .price-range-select {
    margin: 20px 0;
    text-align: center;
}

.price-range-wrapper .price-range-select:after {
    clear: both;
    display: block;
    content: "";
}

.price-range-wrapper .price-range-select .price-range {
    font-size: 24px;
    color: #8561FF;
    display: inline-block;
    margin: 0 10px;
}

.price-range-wrapper .noUi-connect {
    background: #8561FF;
}

.price-range-wrapper .noUi-horizontal {
    height: 10px;
}

.price-range-wrapper .noUi-target {
    border-radius: 0;
}

.price-range-wrapper .noUi-horizontal .noUi-handle {
    top: -10px;
    background: #fdc800;
    border: none;
    box-shadow: none;
}

.price-range-wrapper .noUi-handle::after,
.price-range-wrapper .noUi-handle::before {
    left: 16px;
    top: 7px;
    background: #fff;
}

.price-range-wrapper .noUi-handle::after {
    left: 19px;
}

.sidebar-find-course .form-group:last-child {
    margin-bottom: 0;
}

.sidebar-find-course .form-group input {
    border-radius: 0;
    background: #f5f5f5;
    color: #8561FF;
    border: none;
}

.sidebar-find-course .form-group .select2-selection.select2-selection--single {
    border-radius: 0;
    height: 40px;
    background-image: none;
    border: 1px solid #e5e5e5;
}

.sidebar-find-course .course-name input {
    height: 40px;
    border: 1px solid #e5e5e5;
    box-shadow: none;
}

.sidebar-find-course .remember-style {
    margin: 25px 0;
}

.sidebar-find-course .remember-style span {
    color: #8561FF;
    margin-right: 15px;
    text-transform: uppercase;
}

.sidebar-find-course .remember-style span input {
    margin-right: 10px;
}

.sidebar-find-course input.form-control::-webkit-input-placeholder,
.sidebar-find-course textarea.form-control::-webkit-input-placeholder {
    color: #9a9a9a;
    font-style: italic;
}

.sidebar-find-course input.form-control::-moz-placeholder,
.sidebar-find-course textarea.form-control::-moz-placeholder {
    color: #9a9a9a;
    font-style: italic;
}

.sidebar-find-course input.form-control:-moz-placeholder,
.sidebar-find-course textarea.form-control:-moz-placeholder {
    color: #9a9a9a;
    font-style: italic;
}

.sidebar-find-course input.form-control:-ms-input-placeholder,
.sidebar-find-course textarea.form-control:-ms-input-placeholder {
    color: #9a9a9a;
    font-style: italic;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none;
    margin: 5px 5px 0 0;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    padding: 5px 0 0 10px;
    line-height: inherit;
    font-style: italic;
    color: #9a9a9a;
}

.sidebar-course-price span {
    font-size: 40px;
    color: #8561FF;
    margin-bottom: 20px;
    display: block;
}

.sidebar-course-price .enroll-btn {
    margin-bottom: 30px;
}

.sidebar-course-reviews h4 {
    color: #8561FF;
    font-size: 16px;
    position: relative;
    margin-bottom: 10px;
}

.sidebar-course-reviews h4 span {
    position: absolute;
    right: 0;
    top: -15px;
    z-index: 1;
    font-size: 36px;
    color: #8561FF;
}

.sidebar-course-reviews ul li {
    display: inline-block;
    color: #fdc800;
}

.skill-area {
    position: relative;
    overflow: hidden;
}

.skill-area .progress {
    background-color: #f0f0f0;
    border-radius: 0;
    box-shadow: none;
    height: 8px;
    overflow: visible;
    position: relative;
    margin-top: 45px;
}

.skill-area .progress .lead {
    color: #8561FF;
    position: absolute;
    top: -30px;
    font-weight: 500;
}

.skill-area .progress:last-child {
    margin-bottom: 0;
}

.skill-area .progress>span {
    color: #8561FF;
    position: absolute;
    right: 0;
    top: -30px;
}

.skill-area .progress:nth-child(1) .progress-bar {
    background: #fdc800;
}

.skill-area .progress:nth-child(2) .progress-bar {
    background: #fdc800;
}

.skill-area .progress:nth-child(3) .progress-bar {
    background: #fdc800;
}

.skill-area .progress:nth-child(4) .progress-bar {
    background: #fdc800;
}

.skill-area .progress:nth-child(5) .progress-bar {
    background: #fdc800;
}

.sidebar-skilled-area ul li {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    list-style: disc;
}

.sidebar-skilled-area ul li:last-child {
    margin-bottom: 0;
}

.sidebar-skilled-area ul li .skilled-img {
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2;
    margin-right: 5px;
}

.sidebar-skilled-area ul li .skilled-content {
    -webkit-box-flex: 3;
    -moz-flex: 3;
    -webkit-flex: 3;
    flex: 3;
}

.sidebar-skilled-area ul li .skilled-content h4 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: .9;
    font-weight: 500
}

.sidebar-skilled-area ul li .skilled-content h4 a {
    color: #8561FF;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.sidebar-skilled-area ul li .skilled-content h4 a:hover {
    color: #212121
}

.sidebar-skilled-area ul li .skilled-content p {
    color: #272727;
    line-height: 1.2;
    margin-bottom: 0
}

.sidebar-related-area ul li {
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.sidebar-related-area ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.sidebar-related-area ul li .related-img {
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2;
    margin-right: 10px
}

.sidebar-related-area ul li .related-content {
    -webkit-box-flex: 3;
    -moz-flex: 3;
    -webkit-flex: 3;
    flex: 3
}

.sidebar-related-area ul li .related-content h4 {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: .9;
    color: #8561FF
}

.sidebar-related-area ul li .related-content h4 a {
    color: #8561FF;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.sidebar-related-area ul li .related-content h4 a:hover {
    color: #444
}

.sidebar-related-area ul li .related-content p {
    color: #000;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 500
}

.sidebar-best-seller-area ul li {
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.sidebar-best-seller-area ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.sidebar-best-seller-area ul li .related-img {
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2;
    margin-right: 10px
}

.sidebar-best-seller-area ul li .related-content {
    -webkit-box-flex: 3;
    -moz-flex: 3;
    -webkit-flex: 3;
    flex: 3
}

.sidebar-best-seller-area ul li .related-content h4 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: .9
}

.sidebar-best-seller-area ul li .related-content h4 a {
    color: #8561FF;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.sidebar-best-seller-area ul li .related-content h4 a:hover {
    color: #fdc800
}

.sidebar-best-seller-area ul li .related-content .rating {
    margin-bottom: 12px
}

.sidebar-best-seller-area ul li .related-content .rating li {
    display: inline;
    border-bottom: none
}

.sidebar-best-seller-area ul li .related-content .rating li i {
    color: #fdc800
}

.sidebar-best-seller-area ul li .related-content p {
    color: #8561FF;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 500
}

.sidebar-question-form .form-group:last-child {
    margin-bottom: 0
}

.sidebar-question-form .form-group input {
    border-radius: 0;
    background: #f5f5f5;
    color: #8561FF;
    height: 40px;
    border: 1px solid #e5e5e5;
    box-shadow: none
}

.sidebar-question-form .form-group textarea {
    border-radius: 0;
    background: #f5f5f5;
    color: #8561FF;
    border: 1px solid #e5e5e5;
    box-shadow: none
}

.sidebar-question-form .form-response .alert-info {
    background: 0 0;
    border: none;
    color: #fff;
    letter-spacing: 2px
}

.sidebar-question-form .form-response .alert-success {
    background-color: transparent;
    color: #05e42a;
    letter-spacing: 1px;
    border-color: transparent;
    font-weight: 500
}

@media only screen and (max-width:479px) {
    .sidebar-question-form .form-response .alert-success {
        letter-spacing: 0
    }
}

.sidebar-question-form .form-response .alert {
    border-radius: 0;
    padding: 15px 0;
    margin-bottom: 0;
    margin-top: 15px
}

.sidebar-latest-research-area ul li {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 25px;
    padding-bottom: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.sidebar-latest-research-area ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.sidebar-latest-research-area ul li .latest-research-img {
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2;
    margin-right: 10px
}

.sidebar-latest-research-area ul li .latest-research-img a img {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.sidebar-latest-research-area ul li .latest-research-img a:hover img {
    opacity: .7;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.sidebar-latest-research-area ul li .latest-research-content {
    -webkit-box-flex: 3;
    -moz-flex: 3;
    -webkit-flex: 3;
    flex: 3
}

.sidebar-latest-research-area ul li .latest-research-content h4 {
    font-size: 12px;
    margin-bottom: 6px;
    line-height: .9;
    font-weight: 500;
    background: #8561FF;
    color: #fff;
    padding: 7px 10px 5px;
    display: inline-block
}

.sidebar-latest-research-area ul li .latest-research-content p {
    line-height: 1.2;
    margin-bottom: 0
}

.faq-page-area {
    padding: 60px 0
}

.faq-box-wrapper {
    margin-bottom: 20px
}

.faq-box-wrapper .faq-box-item .panel-heading {
    border-radius: 0;
    padding: 0;
    color: #8561FF
}

.faq-box-wrapper .faq-box-item .faq-box-title h3 {
    margin-bottom: 0;
    position: relative;
    font-size: 18px
}

.faq-box-wrapper .faq-box-item .faq-box-title h3 a {
    display: block;
    position: relative;
    padding: 15px 10px 15px 60px;
    color: #8561FF;
    background: #efefef;
    font-size: 17px
}

.faq-box-wrapper .faq-box-item .faq-box-title h3 a span {
    position: absolute;
    left: 10px;
    top: 8px;
    z-index: 1;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    background: #fdc800;
    color: #8561FF;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.faq-box-wrapper .faq-box-item .faq-box-title h3 a:before {
    content: "\f0fe";
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    color: #fdc800;
    font-family: FontAwesome
}

.faq-box-wrapper .faq-box-item .faq-box-body {
    background: #efefef;
    color: #8561FF;
    padding: 20px 35px 5px
}

.faq-box-wrapper .faq-box-item .active {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.faq-box-wrapper .faq-box-item .active .faq-box-title h3 a:before {
    content: "\f146";
    color: #8561FF
}

.faq-box-wrapper .faq-box-item .active .faq-box-title h3 a span {
    background: #fff
}

.error-page-area {
    padding: 110px 0 60px;
    background: #fff;
    text-align: center
}

@media(min-width:992px) and (max-width:1199px) {
    .error-page-area {
        padding: 90px 0
    }
}

@media(min-width:768px) and (max-width:991px) {
    .error-page-area {
        padding: 80px 0
    }
}

@media(min-width:480px) and (max-width:767px) {
    .error-page-area {
        padding: 70px 0
    }
}

@media(min-width:321px) and (max-width:479px) {
    .error-page-area {
        padding: 60px 0
    }
}

@media only screen and (max-width:320px) {
    .error-page-area {
        padding: 50px 0
    }
}

.error-page-area .error-top {
    margin-bottom: 55px
}

.error-page-area .error-top img {
    display: inline-block;
    width: 400px
}

.error-bottom a {
    color: #fff;
    background: #8561FF
}

.error-page-area .error-bottom h2 {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 30px;
    color: #000
}

@media only screen and (max-width:479px) {
    .error-page-area .error-bottom h2 {
        font-size: 20px;
        margin-bottom: 20px
    }
}

.error-page-area .error-bottom p {
    color: #634e00;
    font-size: 18px;
    margin-bottom: 40px;
    text-align: center
}

.contact-us-page1-area {
    padding: 90px 0 0
}

@media(min-width:992px) and (max-width:1199px) {
    .contact-us-page1-area {
        padding: 80px 0 0
    }
}

@media(min-width:768px) and (max-width:991px) {
    .contact-us-page1-area {
        padding: 70px 0 0
    }
}

@media(min-width:480px) and (max-width:767px) {
    .contact-us-page1-area {
        padding: 60px 0 0
    }
}

@media(min-width:321px) and (max-width:479px) {
    .contact-us-page1-area {
        padding: 50px 0 0
    }
}

@media only screen and (max-width:320px) {
    .contact-us-page1-area {
        padding: 40px 0 0
    }
}

@media only screen and (max-width:767px) {
    .contact-us-info1 {
        margin-bottom: 30px
    }
}

.contact-us-info1 h2 {
    font-size: 24px;
    color: #212121;
    text-transform: uppercase
}

.contact-us-info1 ul {
    margin-top: 11px;
    border: 1px solid #bdbdbd
}

.contact-us-info1 ul>li {
    padding: 20px 0 12px 30px;
    position: relative;
    border-bottom: 1px solid #bdbdbd
}

@media only screen and (max-width:1199px) {
    .contact-us-info1 ul>li {
        padding: 13px 0 6px 30px
    }
}

@media only screen and (max-width:991px) {
    .contact-us-info1 ul>li {
        padding: 15px 0 6px 12px
    }
}

@media only screen and (max-width:767px) {
    .contact-us-info1 ul>li {
        padding: 13px 0 4px 30px
    }
}

.contact-us-info1 ul>li:last-child {
    border-bottom: 0
}

.contact-us-info1 ul>li i {
    color: #8561FF;
    position: absolute;
    z-index: 1;
    right: 30px;
    top: 40px;
    font-size: 24px
}

@media only screen and (max-width:991px) {
    .contact-us-info1 ul>li i {
        top: 20px
    }
}

.contact-us-info1 ul>li h3 {
    text-transform: capitalize;
    color: #111;
    font-size: 20px;
    margin-bottom: 5px
}

.contact-us-info1 ul>li .contact-social {
    margin-bottom: 10px;
    border: none
}

@media only screen and (max-width:767px) {
    .contact-us-info1 ul>li .contact-social {
        margin-bottom: 20px
    }
}

.contact-us-info1 ul>li .contact-social li {
    display: inline;
    margin-right: 15px;
    padding: 0;
    border: none
}

@media only screen and (max-width:1199px) {
    .contact-us-info1 ul>li .contact-social li {
        margin-right: 7px
    }
}

@media only screen and (max-width:1199px) {
    .contact-us-info1 ul>li .contact-social li {
        margin-right: 0
    }
}

@media only screen and (max-width:991px) {
    .contact-us-info1 ul>li .contact-social li {
        margin-right: 2px
    }
}

.contact-us-info1 ul>li .contact-social li a {
    background: 0 0;
    border: 1px solid #8561FF;
    height: 35px;
    width: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

@media only screen and (max-width:991px) {
    .contact-us-info1 ul>li .contact-social li a {
        height: 28px;
        width: 28px;
        line-height: 28px
    }
}

.contact-us-info1 ul>li .contact-social li a i {
    font-size: 20px;
    position: inherit;
    color: #8561FF;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

@media only screen and (max-width:991px) {
    .contact-us-info1 ul>li .contact-social li a i {
        font-size: 16px
    }
}

.contact-us-info1 ul>li .contact-social li:hover a {
    border: 1px solid #8561FF;
    background: #8561FF
}

.contact-us-info1 ul>li .contact-social li:hover a i {
    color: #fff
}

.contact-form1 .form-group {
    margin-bottom: 25px
}

.contact-form1 .form-group .form-control {
    border-radius: 0;
    background: 0 0;
    box-shadow: none;
    border: 1px solid #bdbdbd
}

.contact-form1 .form-group input {
    height: 45px
}

.contact-form1 .form-response .alert-info {
    background: 0 0;
    border: none;
    color: #a8a7a7;
    letter-spacing: 5px
}

.contact-form1 .form-response .alert-success {
    background-color: transparent;
    color: #00082e;
    letter-spacing: 4px;
    border-color: transparent;
    font-weight: 500
}

@media only screen and (max-width:479px) {
    .contact-form1 .form-response .alert-success {
        letter-spacing: 1px
    }
}

.contact-form1 .form-response .alert {
    border-radius: 0;
    padding: 15px 0
}

.google-map-area {
    margin-top: 100px
}

@media(min-width:992px) and (max-width:1199px) {
    .google-map-area {
        margin-top: 90px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .google-map-area {
        margin-top: 80px
    }
}

@media(min-width:480px) and (max-width:767px) {
    .google-map-area {
        margin-top: 70px
    }
}

@media(min-width:321px) and (max-width:479px) {
    .google-map-area {
        margin-top: 60px
    }
}

@media only screen and (max-width:320px) {
    .google-map-area {
        margin-top: 50px
    }
}

.contact-us-page2-area {
    padding: 88px 0 0
}

@media(min-width:992px) and (max-width:1199px) {
    .contact-us-page2-area {
        padding: 78px 0 0
    }
}

@media(min-width:768px) and (max-width:991px) {
    .contact-us-page2-area {
        padding: 68px 0 0
    }
}

@media(min-width:480px) and (max-width:767px) {
    .contact-us-page2-area {
        padding: 58px 0 0
    }
}

@media(min-width:321px) and (max-width:479px) {
    .contact-us-page2-area {
        padding: 48px 0 0
    }
}

@media only screen and (max-width:320px) {
    .contact-us-page2-area {
        padding: 38px 0 0
    }
}

@media only screen and (max-width:767px) {
    .contact-us-info2 {
        margin-bottom: 30px
    }
}

.contact-us-info2 ul {
    margin-top: 10px
}

.contact-us-info2 ul li {
    position: relative;
    padding: 25px 0 25px 70px;
    border: 1px solid #e6e6e6;
    font-size: 18px;
    color: #8561FF;
    margin-bottom: 30px
}

.contact-us-info2 ul li:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:1199px) {
    .contact-us-info2 ul li {
        margin-bottom: 17px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .contact-us-info2 ul li {
        padding: 25px 0 25px 40px
    }
}

.contact-us-info2 ul li i {
    position: absolute;
    left: 23px;
    top: 22px;
    z-index: 1;
    color: #fdc800;
    font-size: 30px
}

@media(min-width:768px) and (max-width:991px) {
    .contact-us-info2 ul li i {
        left: 6px;
        top: 24px
    }
}

.contact-form2 .form-group {
    margin-bottom: 25px
}

.contact-form2 .form-group .form-control {
    border-radius: 0;
    background: #f1f1f1;
    box-shadow: none;
    border: none
}

.contact-form2 .form-group input {
    height: 45px;
    color: #8561FF
}

.contact-form2 .form-group textarea {
    height: 178px
}

.contact-form2 .form-response .alert-info {
    background: 0 0;
    border: none;
    color: #a8a7a7;
    letter-spacing: 5px
}

.contact-form2 .form-response .alert-success {
    background-color: transparent;
    color: #00082e;
    letter-spacing: 4px;
    border-color: transparent;
    font-weight: 500
}

@media only screen and (max-width:479px) {
    .contact-form2 .form-response .alert-success {
        letter-spacing: 1px
    }
}

.contact-form2 .form-response .alert {
    border-radius: 0;
    padding: 15px 0
}

.footer-area-top {
    padding: 60px 0 0;
    background: #8561FF;
    
    font-weight: 300
}

@media(min-width:992px) and (max-width:1199px) {
    .footer-area-top {
        padding: 40px 0 20px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .footer-area-top {
        padding: 72px 0 40px
    }
}

@media(min-width:480px) and (max-width:767px) {
    .footer-area-top {
        padding: 62px 0 35px
    }
}

@media(min-width:321px) and (max-width:479px) {
    .footer-area-top {
        padding: 52px 0 20px
    }
}

@media only screen and (max-width:320px) {
    .footer-area-top {
        padding: 42px 0 10px
    }
}

.footer-area-top .footer-box {
    margin-bottom: 10px
}

.footer-area-top p {
    color: #e4e4e4;
    font-size: 14px
}

.footer-area-top h3 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff
}

.footer-area-top .footer-about {
    margin: 20px 0 35px
}

.footer-area-top .footer-about p {
    font-size: 14px;
    text-align: justify
}

.footer-area-top .featured-links {
    margin-bottom: 0
}

.footer-area-top .featured-links>li {
    display: inline-block
}

.footer-area-top .featured-links>li:first-child {
    margin-right: 30px
}

@media(min-width:992px) and (max-width:1199px) {
    .footer-area-top .featured-links>li:first-child {
        margin-right: 10px
    }
}

.footer-area-top .featured-links>li ul li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 15px;
    font-size: 14px
}

.footer-area-top .featured-links>li ul li:before {
    content: "\f105";
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    color: #fdc800;
    top: 0
}

.footer-area-top .featured-links>li ul li a {
    color: #e4e4e4;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.footer-area-top .featured-links>li ul li a:hover {
    color: #fdc800;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.footer-area-top .corporate-address {
    margin-bottom: 20px
}

.footer-area-top .corporate-address li {
    margin-bottom: 10px;
    color: #f5f5f5;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    word-break: break-all
}

.footer-area-top .corporate-address li i {
    color: #fdc800;
    padding-right: 15px;
    position: absolute;
    left: 0;
    top: 3px;
    z-index: 1;
    font-size: 14px
}

.footer-area-top .corporate-address li a {
    color: #f5f5f5
}

.footer-area-top .corporate-address li:last-child {
    margin-bottom: 0
}

.footer-area-top .newsletter-area .stylish-input-group {
    border: none;
    padding: 0
}

.footer-area-top .newsletter-area .stylish-input-group .form-control {
    border: none;
    box-shadow: 0 0 0;
    border-radius: 0;
    text-transform: lowercase;
    color: #717a7f;
    height: 50px;
    font-size: 13px;
    background-color: rgba(0, 8, 46, .3)
}

.footer-area-top .newsletter-area .stylish-input-group .input-group-addon {
    background: 0 0;
    border: none;
    border-radius: 0;
    padding: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.footer-area-top .newsletter-area .stylish-input-group .input-group-addon button {
    border: 0;
    padding: 13px 17px 14px;
    background-color: rgba(0, 8, 46, .3);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.footer-area-top .newsletter-area .stylish-input-group .input-group-addon button i {
    color: #fdc800;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.footer-area-top .newsletter-area .stylish-input-group .input-group-addon button:hover {
    background: #fdc800
}

.footer-area-top .newsletter-area .stylish-input-group .input-group-addon button:hover i {
    color: #8561FF
}

.footer-area-top .footer-social li {
    display: inline-block;
    margin-right: 5px
}

.sidebar_order_nowbtn {
    position: relative !important
}

@media(min-width:992px) and (max-width:1199px) {
    .footer-area-top .footer-social li {
        margin-right: 2px
    }
}

.footer-area-top .footer-social li a {
    width: 30px;
    height: 30px;
    border: 1px solid #2b5788;
    display: block;
    text-align: center;
    line-height: 27px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.footer-area-top .footer-social li a i {
    color: #b3b3b3;
    font-size: 13px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.footer-area-top .footer-social li a:hover i {
    color: #fff
}

.footer-area-top .footer-social li:last-child {
    margin-right: 0
}

.footer-area-top .flickr-photos li {
    display: inline-block;
    width: 32%;
    margin-bottom: -2px
}

.footer-area-top .flickr-photos li img:hover {
    opacity: .5;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.footer-area-bottom {
    background: #8561FF;
    padding: 15px 0 5px;
    text-transform: capitalize;
    font-size: 14px
}

@media only screen and (max-width:767px) {
    .footer-area-bottom {
        text-align: center;
        padding: 17px 0
    }
}

.footer-area-bottom p {
    color: #f3f3f3;
    font-size: 14px;
    font-style: italic;
    
    font-weight: 400
}

@media only screen and (max-width:767px) {
    .footer-area-bottom p {
        margin-bottom: 10px;
        text-align:center
    }
}

.footer-area-bottom p a {
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.footer-area-bottom p a:hover {
    color: #fdc800
}

.footer-area-bottom .payment-method {
    text-align: right
}

@media only screen and (max-width:767px) {
    .footer-area-bottom .payment-method {
        text-align: center
    }
}

.footer-area-bottom .payment-method li {
    display: inline-block;
    margin-right: 25px
}

.footer-area-bottom .payment-method li a {
    color: #fff
}

.registration-page-area {
    padding: 88px 0 100px
}

.registration-page-area .registration-details-area label {
    letter-spacing: 1px;
    color: #333;
    font-weight: 400;
    margin-bottom: 10px
}

.registration-page-area .registration-details-area input {
    height: 40px;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 10px;
    background: #f9f9f9
}

.registration-page-area .registration-details-area textarea {
    border: 1px solid #dcdcdc;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 10px;
    background: #f9f9f9
}

.registration-page-area .registration-details-area span {
    color: #333;
    text-transform: capitalize;
    letter-spacing: 1px
}

.registration-page-area .registration-details-area span input {
    height: inherit;
    margin-right: 10px
}

.registration-page-area .registration-details-area .custom-select select {
    width: 100%;
    height: 40px
}

.registration-page-area .pLace-order {
    text-align: left
}

.registration-page-area .select2-container .select2-selection--single {
    height: 40px
}

.registration-page-area .select2-container--classic .select2-selection--single {
    background-color: #f9f9f9;
    background-image: none;
    border-radius: 0;
    border: 1px solid #dcdcdc
}

.registration-page-area .select2-container--classic .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    font-style: normal;
    padding: 0 0 0 10px
}

.registration-page-area .select2-container--classic .select2-selection--single .select2-selection__arrow {
    top: 7px;
    background-color: transparent;
    background-image: none;
    border-style: none;
    right: 5px;
    margin: 1px 5px 0 0
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #8561FF;
    color: #fff
}

.select2-container--classic .select2-dropdown {
    border: 1px solid #8561FF !important
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #8561FF;
    z-index: 8
}

.profile-title {
    border: 1px solid #d7d7d7;
    background: #fff
}

.profile-title li {
    border-bottom: 1px solid #d7d7d7
}

.profile-title li:last-child {
    border-bottom: none
}

.profile-title li a {
    padding: 10px 10px 10px 30px;
    position: relative;
    display: block;
    color: #707070;
    font-size: 14px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.profile-title li a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 14px;
    color: #444;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.profile-title .active a {
    color: #37474f
}

.profile-title .active a:before {
    color: #8561FF
}

.profile-title .active a:after {
    background: #8561FF;
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.profile-title-inner {
    margin: 0 0 30px
}

.profile-title-inner li {
    display: inline-block;
    margin-right: 10px;
    font-weight: 400;
    font-size: 18px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.profile-title-inner li a {
    padding: 5px 20px;
    color: #8561FF;
    display: inline-block
}

.profile-title-inner li:last-child {
    margin-right: 0
}

.profile-title-inner li:hover {
    background: #fdc800
}

.profile-title-inner .active {
    background: #fdc800
}

.profile-details {
    padding: 30px;
    background-color: #fff;
    margin-top: 0
}

.profile-details .personal-info .form-group {
    margin-bottom: 15px
}

.profile-details .personal-info .select2-container--classic .select2-selection--single .select2-selection__rendered {
    font-style: normal;
    line-height: 30px
}

.profile-details .personal-info .select2-container--classic .select2-selection--single .select2-selection__arrow b {
    top: 35%
}

.profile-details .personal-info .view-all-accent-btn {
    width: 160px
}

.profile-details .personal-info .control-label {
    text-align: left;
    color: #444;
    font-weight: 400
}

.profile-details .personal-info .form-control {
    height: 40px;
    background: #f9f9f9;
    border: 1px solid #dcdcdc;
    box-shadow: none
}

.profile-details .personal-info .form-control:focus {
    box-shadow: none
}

.profile-details .course-info img {
    margin-bottom: 20px
}

.profile-details .course-info h3 {
    font-size: 20px
}

.profile-details .course-info .skill-area .progress {
    margin-top: 30px;
    width: 100%;
    height: 10px
}

.profile-details .select2-container .select2-selection--single {
    height: 40px
}

.profile-details .select2-container--classic .select2-selection--single {
    background-color: #f9f9f9;
    background-image: none;
    border-radius: 0;
    border: 1px solid #dcdcdc
}

.profile-details .select2-container--classic .select2-selection--single .select2-selection__rendered {
    line-height: 40px
}

.profile-details .select2-container--classic .select2-selection--single .select2-selection__arrow {
    top: 7px;
    background-color: transparent;
    background-image: none;
    border-style: none;
    right: 5px
}

.profile-details .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #707070
}

.profile-details .custom-select {
    margin-bottom: 0
}

.profile-details .public-profile-content img {
    margin-bottom: 15px
}

.profile-details .public-profile-content .file-title {
    margin-bottom: 10px
}

.profile-details .public-profile-content .file-upload-area {
    margin-bottom: 15px;
    padding: 8px;
    border: 1px solid #dcdcdc;
    background: #f9f9f9;
    color: #707070
}

.profile-details .public-profile-content .file-upload-area a {
    margin-right: 15px;
    padding: 5px 10px;
    color: #444;
    background: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.profile-details .public-profile-content .file-upload-area a:hover {
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2)
}

.review {
    margin-top: 50px
}

.contact-form {
    background: #f7f4f4;
    margin-top: 1%;
    margin-bottom: 5%;
    width: 60%
}

.contact-form .form-control {
    border: 1px solid #8561FF;
    border-radius: 0
}

.contact-image {
    text-align: center
}

.contact-image img {
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg)
}

.contact-form form {
    padding: 9% 20px
}

.contact-form form .row {
    margin-bottom: -7%
}

.contact-form h3 {
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #8561FF
}

.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer
}

.btnContactSubmit {
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer
}

.paytopbot {
    margin-top: 20px;
    margin-bottom: 20px
}

.paytopbot .container {
    padding: 20px
}

.pay-noww-inner {
     
    background: #fff;
    border: 2px solid #8561FF;
    border-radius: 6px;
    padding: 30px 0 40px
}

.pay-leftt {
    background: url(https://www.essaycorp.com/alldir/images/order-now/or.png) right no-repeat
}

.pay-leftt h1 {
    font-size: 32px;
    color: #8561FF;
    text-align: center;
     
    padding: 0 15px 20px
}

.pay-leftt-h5 {
    font-size: 16px;
    text-align: center;
    padding: 0 15px 15px;
    color: #006fb7
}

.paybitbor {
    border-bottom: 1px solid #f7f6f6;
    width: 80%;
    margin: 0 auto 10px
}

.pay-leftt .pay-num {
    margin-bottom: 10px
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
    text-align: center
}

.pay-leftt .pay-num ul li {
    margin-top: 8px;
    margin-left: 1%
}

.pay-leftt .pay-num ul li span {
    background: #fdc800;
    padding: 4px 10px;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    border: 2px solid #d4a801
}

.pay-leftt .pay-num ul li i {
    position: absolute;
    margin-left: 8%;
    font-size: 25px
}

.pay-leftt .pay-num ul li div {
    margin-top: 10px;
    color: #000;
    font-size: 14px;
    
}

.paybitbor {
    border-bottom: 1px solid #f7f6f6;
    width: 80%;
    margin: 0 auto 10px
}

.pay-se-new {
    margin: 0 auto
}

.pay-se-new input {
    width: 100%;
    height: 28px;
    border: 2px solid #c6ccd2;
    ;
    padding: 0 10px
}

.pay-select select.minimal {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) .5em
}

.pay-select select.minimal,
.pay-select select.minimal:focus {
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    ;
    color: #000
}

.pay-select select {
    width: 100%;
    border: 1px solid #ccc;
    font-size: 12px;
    height: 28px;
    border-radius: 4px;
    display: inline-block;
    padding: 2px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.pay-select select option {
    padding: 4px 15px;
    color: #000
}

.pay-se-new .btn {
    width: 100%;
    transition: .3s ease;
    box-shadow: 1px 1px 3px 0 #cfcccc;
    ;
    background: #179bd7;
    height: 28px;
    color: #fff;
    font-size: 15px;
    border-radius: 4px;
    padding: 1px 10px 2px
}

.btn {
    display: inline-block;
    padding: 8px 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.disclame {
    font-size: 13px;
    line-height: 22px;
    padding: 15px 15px 0;
    
}

.disclame strong {
    color: #ea6809
}

.paypalpowered {
    border-top: 2px solid #f9f9f9;
    padding-top: 10px;
    margin-top: 10px;
    margin-left: 15px;
    display: none
}

.pay-rightt ul {
    margin-top: 15px
}

.pay-rightt ul li {
    font-size: 16px;
    color: #000;
    font-style: italic;
    margin-bottom: 10px
}

.pay-rightt ul li i {
    padding-right: 10px
}

.termboxx-1 {
    height: 22px;
    position: absolute;
    ;
    transition: .3s ease;
    overflow: hidden;
    padding-bottom: 15px
}

.termboxx-1 i,
.termboxx-1 u {
    cursor: pointer
}

.termboxx-1 i,
.termboxx-1 u {
    cursor: pointer
}

.termboxx-2 {
    border: 2px solid #f2f2f2;
    background: #f9f9f9;
    padding: 5px;
    color: #909096;
    text-align: justify;
    font-size: 11px;
    margin-top: 5px;
    width: 96%
}

.pay-noww .container {
    background: #fdc800;
    padding: 10px 20px;
    box-shadow: 0 0 10px 0 #ddd
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}
li {
    list-style: none;
    margin-bottom: 10px;
    text-align: justify
}

.dropdown-menu {
    min-width: 300px
}

.dropdown-menu.columns-2 {
    min-width: 500px
}

.dropdown-menu.columns-3 {
    min-width: 700px
}

.dropdown-menu li a {
    padding: 5px 15px;
    font-weight: 300
}

.multi-column-dropdown {
    list-style: none;
    margin: 0;
    padding: 0
}

.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #fff;
    white-space: normal
}

.multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #c52d2f
}

.text-yellow {
    color: #fdc800
}

.student-order-tab {
    margin-bottom: 20px;
    font-weight: 500;
    
}

.student-order-tab li {
    background: #a7a7a7;
    border-radius: 20px;
    margin-bottom: 10px;
    margin-right: 15px
}

.student-order-tab li a {
    border-radius: 0 !important;
    color: #000;
    border-bottom: 2px solid #000;
    background: #fff !important
}

.student-order-tab li:hover {
    background-image: #8561FF
}

@media(max-width:767px) {
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden
    }
}

.check li i {
    font-size: 20px;
    color: #c52d2f;
    padding: 10px
}

.stu-form {
    width: 100%;
    position: relative;
}

.user_card {
    margin-top: auto;
    margin-bottom: auto;
    background: rgba(241, 241, 241, .8);
    position: relative;
    display: flex;
    width: 90%;
    flex-direction: column;
    padding: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.brand_logo_container {
    position: absolute;
    height: 100px;
    width: 100px;
    top: -55px;
    border-radius: 50%;
    background: #60a3bc;
    padding: 5px;
    text-align: center
}

.brand_logo {
    width: 90px;
    border-radius: 50%;
    border: 2px solid #fff
}

.form_container {
    margin-top: 60px
}

.login_btn {
    width: 100%;
    background: linear-gradient(to bottom, #8561ff 0%, #8561ff 100%);
    color: #fff !important;
    font-size: 16px;
    border-radius: 4px;
    border: 2px solid #8561FF
}
.login_btn:hover {
    background: transparent;
    color: #193659 !important;
    border: 2px solid #8561FF
}
.login_btn:focus {
    box-shadow: none !important;
    outline: 0 !important
}

.login_container {
    padding: 0 4rem
}

.input-group-text {
    background: #0c0c0c !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: .25rem 0 0 .25rem !important
}

.input_pass:focus,
.input_user {
    box-shadow: none !important;
    outline: 0 !important
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #c0392b !important
}

#myform {
    text-align: center;
    padding: 5px;
    border: 1px dotted #ccc;
    margin: 2%
}

.qty {
    width: 40px;
    height: 25px;
    text-align: center
}

input.qtyplus {
    width: 30px;
    height: 35px
}

input.qtyminus {
    width: 30px;
    height: 35px
}

.qts {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

h1 {
    margin: 20px 0;
    text-align: center;
    font-size: 3em
}

/*input[type=date],
input[type=datetime],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
select,
textarea {
    height: auto;
    margin: 0;
    outline: 0;
    width: 100%;
    color: #3e3e3e;
    border: 1px solid #cecece;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .03) inset
}*/

.service-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    perspective: 1000px;
    -webkit-perspective: 1000px
}

.service-icon {
    width: 100%;
    height: 260px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease
}

.service-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 260px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
    background-color: #474747;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform: translateY(110px) rotateX(-90deg);
    -moz-transform: translateY(110px) rotateX(-90deg);
    -ms-transform: translateY(110px) rotateX(-90deg);
    -o-transform: translateY(110px) rotateX(-90deg);
    transform: translateY(110px) rotateX(-90deg)
}

.service-box .service-icon .front-content {
    position: relative;
    top: 80px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.service-box .service-icon .front-content i {
    font-size: 28px;
    color: #fff;
    font-weight: 400
}

.service-box .service-icon .front-content h3 {
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase
}

.service-box .service-content-box h3 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase
}

.service-box .service-content-box p {
    font-size: 13px;
    color: #b1b1b1;
    margin: 0
}

.yellow {
    background-color: #ffc000
}

.orange {
    background: #d2ecff;
    box-shadow: 1px 4px 9px 3px #4daef726;
}

.red {
    background-color: #e84b3a
}

.grey {
    background-color: #474747
}

.service-box:hover .service-icon {
    opacity: 0;
    -webkit-transform: translateY(-110px) rotateX(90deg);
    -moz-transform: translateY(-110px) rotateX(90deg);
    -ms-transform: translateY(-110px) rotateX(90deg);
    -o-transform: translateY(-110px) rotateX(90deg);
    transform: translateY(-110px) rotateX(90deg)
}

.service-box:hover .service-content {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0)
}

.serviceBox {
    text-align: center
}

.serviceBox .service-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #193759;
    font-size: 35px;
    color: #193759;
    margin: 0 auto 15px;
    position: relative
}

.serviceBox .service-icon i {
    transform: scale(1);
    transition: all .3s ease-in-out 0s
}

.serviceBox:hover .service-icon i {
    transform: scale(1.15)
}

.serviceBox .service-icon:after {
    content: "";
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: 0 0;
    position: absolute;
    top: -6px;
    left: -6px;
    transition: all .3s ease-in-out 0s
}

.serviceBox:hover .service-icon:after {
    box-shadow: 3px 3px 0 rgba(113, 90, 252, .89)
}

.serviceBox .title {
    font-size: 24px;
    font-weight: 700;
    color: #484848;
    margin: 0 0 10px
}

.serviceBox .description {
    font-size: 16px;
    color: #777;
    padding: 0 20px;
    margin: 0
}

@media only screen and (max-width:990px) {
    .serviceBox {
        margin-bottom: 30px
    }
}

.progressBar {
    width: 200px;
    height: 10px;
    border-radius: 30px;
    border: 1px solid #fff;
    background-color: #fff
}

.progressBar div {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px;
    width: 0;
    background-color: #09f
}

 

span.twitter-typeahead .tt-menu {
    cursor: pointer
}

.dropdown-menu,
span.twitter-typeahead .tt-menu {
    position: absolute;
    top: 100%;
	width: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 1rem;
    color: #373a3c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

span.twitter-typeahead .tt-suggestion {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.5;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0
}

.dropdown-item:hover,
span.twitter-typeahead .tt-suggestion:focus,
span.twitter-typeahead .tt-suggestion:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5
}

span.twitter-typeahead .active.tt-suggestion,
span.twitter-typeahead .active.tt-suggestion:focus,
span.twitter-typeahead .active.tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion.tt-cursor:focus,
span.twitter-typeahead .tt-suggestion.tt-cursor:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    outline: 0
}

span.twitter-typeahead .disabled.tt-suggestion,
span.twitter-typeahead .disabled.tt-suggestion:focus,
span.twitter-typeahead .disabled.tt-suggestion:hover {
    color: #818a91
}

span.twitter-typeahead .disabled.tt-suggestion:focus,
span.twitter-typeahead .disabled.tt-suggestion:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none
}

span.twitter-typeahead {
    width: 100%
}

.input-group span.twitter-typeahead {
    display: block !important
}

.input-group span.twitter-typeahead .tt-menu {
    top: 2.375rem !important
}

.circle-loader {
    position: relative;
    text-align: center;
    margin-bottom: 120px
}

.loader {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    border: 8px solid #162534;
    border-top: 8px solid #09f;
    border-radius: 50%;
    animation: rotate 5s linear infinite
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

.sk-double-bounce {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 40px auto
}

.sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
    animation: sk-doubleBounce 2s infinite ease-in-out
}

.sk-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-doubleBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-doubleBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.chat .chat-history {
    padding: 30px 30px 20px
}

.chat .chat-history .message-data {
    margin-bottom: 15px
}

.chat .chat-history .message-data-time {
    color: #a8aab1;
    padding-left: 6px
}

.chat .chat-history .message {
    color: #000;
    padding: 18px 20px;
    line-height: 26px;
    font-size: 16px;
    border-radius: 5px;
    margin-bottom: 30px;
    width: 90%;
    position: relative
}

.chat .chat-history .message:after {
    content: "";
    position: absolute;
    top: -15px;
    left: 20px;
    border-width: 0 15px 15px;
    border-style: solid;
    border-color: #eaeaea transparent;
    display: block;
    width: 0
}

.chat-back {
    background: #f9f9f9
}

.chat .chat-history .you-message {
    background: #eaeaea
}

.chat .chat-history .me-message {
    background: #ece5dd
}

.chat .chat-history .me-message:after {
    border-color: #ece5dd transparent;
    right: 20px;
    top: -15px;
    left: auto;
    bottom: auto
}

.chat .chat-message {
    padding: 30px
}

.chat .chat-message .fa-file-image-o,
.chat .chat-message .fa-file-o {
    font-size: 16px;
    color: gray;
    cursor: pointer
}

.chat-ul li {
    list-style-type: none
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

.float-right {
    float: right
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.you {
    color: #ccdbdc
}

.me {
    color: #ece5dd
}

#show_conver_page_scroll {
    width: 100%;
    overflow-y: scroll;
    height: 400px;
    background: #fff;
    margin-top: 20px;
    border-top: 5px solid #8561FF
}

.main-timeline .timeline {
    padding: 0 2px;
    position: relative
}

.main-timeline .timeline-icon {
    display: block;
    text-align: center;
    padding: 20px 0 55px;
    z-index: 1;
    position: relative
}

.main-timeline .timeline:nth-child(2n) .timeline-icon {
    padding: 55px 0 20px
}

.main-timeline .timeline-icon:before {
    content: "";
    width: 1px;
    height: 75%;
    background: #f7c403;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: all .3s ease 0s
}

.main-timeline .timeline:nth-child(2n) .timeline-icon:before {
    bottom: auto;
    top: 0
}

.main-timeline .timeline:hover .timeline-icon:before {
    background: #193759
}

.main-timeline .timeline-icon i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background: #f7c403;
    font-size: 14px;
    color: #fff;
    transition: all .3s ease 0s
}

.main-timeline .timeline:hover .timeline-icon i {
    background: #193759;
    animation: icon-load 2.5s ease 0s infinite
}

.main-timeline .border {
    height: 15px;
    background: #f7c403;
    margin-bottom: 20px;
    transition: all .3s ease 0s
}

.main-timeline .timeline:hover .border {
    background: #193759
}

.main-timeline .timeline:first-child .border {
    border-radius: 4px 0 0 4px
}

.main-timeline .timeline:last-child .border {
    border-radius: 0 4px 4px 0
}

.main-timeline .timeline:nth-child(2n) .border {
    margin: 18px 0 0
}

.main-timeline .timeline-content {
    padding: 15px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    border-radius: 3px;
    transition: all .3s ease 0s
}

.main-timeline .timeline:hover .timeline-content {
    background: #193759
}

.main-timeline .title {
    font-size: 18px;
    font-weight: 700;
    color: #f7c403;
    text-transform: uppercase;
    margin: 0 0 10px;
    transition: all .3s ease 0s
}

.main-timeline .timeline:hover .title {
    color: #fff
}

.timeline-content .description {
    font-size: 14px;
    color: #888;
    margin: 0;
    transition: all .3s ease 0s
}

.main-timeline .timeline:hover .description {
    color: #fff
}

@keyframes icon-load {
    0% {
        transform: rotate(-12deg)
    }
    8% {
        transform: rotate(12deg)
    }
    10% {
        transform: rotate(24deg)
    }
    18%,
    20% {
        transform: rotate(-24deg)
    }
    28%,
    30% {
        transform: rotate(24deg)
    }
    38%,
    40% {
        transform: rotate(-24deg)
    }
    48%,
    50% {
        transform: rotate(24deg)
    }
    58%,
    60% {
        transform: rotate(-24deg)
    }
    68% {
        transform: rotate(24deg)
    }
    100%,
    75% {
        transform: rotate(0)
    }
}

@media only screen and (max-width:990px) {
    .main-timeline .timeline {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:767px) {
    .main-timeline .timeline-icon {
        padding-top: 0
    }
    .main-timeline .timeline:nth-child(2n) .timeline-icon {
        padding-bottom: 0
    }
    .main-timeline .border {
        margin-bottom: 10px
    }
    .main-timeline .timeline:nth-child(2n) .border {
        margin: 10px 0 0
    }
    .main-timeline .timeline-content {
        text-align: center
    }
}

.student-dash {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #8561FF
}

.stu-dash li a {
    color: #fff
}

.order-filter {
    margin-top: 70px;
    padding: 60px 0 20px
}

.stu-btn {
    margin-right: 20px
}

.file-name {
    font-size: 14px;
    color: #039c03;
    font-weight: 400;
    margin: 3px 5px
}

/*!HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/*/

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.hidden {
    display: none !important
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

@media print {
    *,
    :after,
    :before,
    :first-letter,
    :first-line {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}



.y-us-head {
    text-align: center;
    margin: 0 0 40px
}

.y-us-title span {
    color: #000;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 6px
}

.y-us-title>p {
    color: #777;
    line-height: 22px
}

.y-us-title-border {
    background: #ffae11 none repeat scroll 0 0;
    border-radius: 2px;
    display: inline-block;
    height: 3px;
    position: relative;
    width: 50px
}

.service-3 .service-box {
    margin-bottom: 30px;
    margin-top: 30px;
}

.service-3 .service-box .iconset {
    float: left;
    text-align: center;
    width: 25%
}

.service-3 .service-box .iconset i {
    color: #000;
    font-size: 44px
}

.service-3 .service-box .y-us-content {
    float: left;
    width: 75%
}

service-3 .service-box .y-us-content h4 {
    color: #3a3a3a;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 14px 0 12px;
    text-transform: uppercase
}

.service-3 .service-box .y-us-content p {
    line-height: 24px
}

.icon {
    color: #f4b841;
    padding: 0;
    font-size: 40px;
    border: 1px solid #0e2f56;
    border-radius: 100px;
    color: #fdb801;
    font-size: 28px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    background: #0e2f56;
}

.service-3 .service-box .iconset span {
    font-size: 22px;
}

.srvices_main1 {
    overflow: hidden;
    padding: 0 0 30px;
    width: 100%
}

.service_first {
    background: #fff none repeat scroll 0 0;
    border: 1px dotted silver;
    border-radius: 0;
    padding: 0;
    width: 100%
}

.service_first div {
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    background: #fdc800;
    border: none;
    color: #3c3c3c;
    
}

.sidebar-box-inner div {
    background: 0 0
}

.order_wrapper {
    margin-bottom: 60px;
    margin-top: 260px;
}

.order_student_prefer .col-md-4 img {
    width: 50px
}

.order_student_prefer .col-md-4 {
    margin-bottom: 20px;
    text-align: center
}

.sidebar-box .sidebar-box-inner .heading {
    background: #fdc800
}

.heading {
    border-bottom: 1px solid #fcab0e;
    padding-bottom: 9px;
    position: relative
}

.service_first p {
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 10px 15px 15px
}

.service_first ul li {
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0 15px 5px;
    text-indent: -15px;
    margin-left: 35px;
    text-align: left
}

.service_first ul li i {
    margin-right: 10px;
    font-size: 18px
}

.service_button {
    padding: 10px 0;
    width: 100%
}

.service_button a {
    background-color: #f60;
    background-image: linear-gradient(to bottom, #f09204, #e65c00);
    border: 1px solid;
    border-radius: 0;
    color: #fff;
     
    font-size: 16px;
    margin: 0 65px;
    padding: 5px 25px;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease-in-out 0s
}

.service_button a:hover {
    background: #000 none repeat scroll 0 0
}

.service_first:hover {
    background: 0 0;
    border: 1px dashed #aaa;
    cursor: auto;
    display: block
}

.nav>li.dropdown.open {
    position: static
}

.nav>li.dropdown.open .dropdown-menu {
    display: table;
    border-radius: 0;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0
}

.foote-country {
    margin-right: 45px
}

.dropdown-menu>li {
    display: inline-block
}

@media screen and (max-width:767px) {
    .dropdown-menu>li {
        display: block
    }
    .service-3 .service-box .iconset span {
        font-size: 32px
    }
    .icon {
        font-size: 28px;
        height: 50px;
        line-height: 50px;
        width: 50px
    }
}

.new-footer ul li {
    color: #fff
}

.new-footer ul li a {
    margin-right: 0
}

.new-footer ul li a {
    color: #fff
}

.footer-padding {
    padding: 0 0 10px
}

.nav>li.dropdown.show {
    position: static
}

@media screen and (max-width:767px) {
    .footer-padding {
        display: none
    }
    .pay-now-section {
        padding: 60px 0
    }
}

.expert-skill {
    background-color: #e0e0e0;
    border-radius: 4px;
    color: #222;
    font-size: 12px;
    cursor: default;
    padding: 5px 10px;
    line-height: 1;
    margin: 10px 0 0;
    font-weight: 600
}

.expert-skill:hover {
    background: #8561FF;
    color: #fff
}

.expert-table {
    vertical-align: top
}

.expert-star i {
    color: orange
}

.review-rating {
    margin-bottom: 5px;
    display: block;
    color: #646464
}

.rating-star {
    float: right
}

.rating-star li {
    display: inline;
    color: #ffca28
}

#feedback {
    height: 0;
    width: 85px;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg)
}

#feedback a {
    display: block;
    background: #fdc800;
    height: 52px;
    padding-top: 10px;
    width: 155px;
    text-align: center;
    color: #fff;
     
    font-size: 17px;
    font-weight: 700;
    text-decoration: none
}

#feedback a:hover {
    background: #8561FF
}

.pagination a {
    color: #000;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd
}

.pagination a.active {
    background-color: #4caf50;
    color: #fff;
    border: 1px solid #4caf50
}

.pagination a:hover:not(.active) {
    background-color: #072243;
    border-color: #072243;
    color: #fff;
}

.btn-grey {
    background-color: #d8d8d8;
    color: #fff
}

.rating-block {
    background-color: #fafafa;
    border: 1px solid #efefef;
    padding: 15px 15px 20px;
    border-radius: 3px
}

.bold {
    font-weight: 700
}

.padding-bottom-7 {
    padding-bottom: 7px
}

.review-block {
    background-color: #fafafa;
    border: 1px solid #efefef;
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 15px
}

.review-block-name {
    font-size: 12px;
    margin: 10px 0
}

.review-block-date {
    font-size: 12px
}

.review-block-rate {
    font-size: 13px;
    margin-bottom: 15px
}

.review-block-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px
}

.review-block-description {
    font-size: 13px
}

@font-face {
    font-family: Muli-Bold;
    src: url(../fonts/muli/Muli-Bold.ttf)
}

@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/poppins/Poppins-Regular.ttf)
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url(../fonts/poppins/Poppins-SemiBold.ttf)
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-size: 16px;
    margin: 0
}

:focus {
    outline: 0
}

textarea {
    resize: none
}

button,
input,
select,
textarea {
    font-size: 15px;
    color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

a {
    text-decoration: none;
    color: #0b66d5;
}

textarea {
    resize: none
}
#checktextpara textarea#checktext {
    color: #000;
    padding: 15px;
}
select {
    cursor: pointer;
    border: none
}

select option[value=""][disabled] {
    display: none
}

img {
    max-width: 100%;
    vertical-align: middle
}

.wrapper {
    height: 100vh;
    margin: auto;
    display: flex
}

.wizard>.steps .current-info,
.wizard>.steps .number {
    display: none
}

.image-holder {
    width: 41.07%;
    align-self: flex-end
}

.form-header {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px
}

.form-header a {
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    background: #8561FF
}

#wizard {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 47px 57px 10px 50px;
    position: relative;
    background: rgba(255, 255, 255, .1)
}

.wizard>.steps ul {
    content: "";
    width: 60%;
    height: 12px;
    background: rgba(255, 255, 255, .3);
    border-radius: 6px;
    position: absolute;
    left: 50%;
    bottom: -69px;
    transform: translateX(-50%)
}

.wizard>.steps ul:before {
    content: '\f26b';
    position: absolute;
    font-size: 20px;
    font-family: Material-Design-Iconic-Font;
    bottom: 20px;
    left: 29.4%;
    transition: all .5s ease
}

.wizard>.steps ul:after {
    content: "";
    width: 50%;
    height: 12px;
    background: #927401;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s ease
}

.wizard>.steps ul.step-2:before {
    left: 80%;
    transition: all .5s ease
}

.wizard>.steps ul.step-2:after {
    width: 100%;
    transition: all .5s ease
}

.form-row {
    display: flex;
    margin-bottom: 29px;
    align-items: center
}

.form-row:last-child {
    margin-bottom: 0
}

.form-row label {
    width: 34.9%
}

.form-row .form-holder {
    width: 65.1%
}

.form-holder {
    position: relative
}

.form-holder i {
    position: absolute;
    bottom: 7px;
    right: 20px;
    font-size: 25px
}

.form-control1 {
    height: 41px;
    border: 1px solid rgba(0, 0, 0, .4);
    background: 0 0;
    border-radius: 5px;
    width: 100%;
    padding: 0 18px;
    background: rgba(255, 255, 255, .2)
}

.form-control1:focus {
    box-shadow: 0 0 7px 0 rgba(255, 255, 255, .7);
    border: 1px solid #ceebf7
}

.form-control1::-webkit-input-placeholder {
    color: #444
}

.form-control1::-moz-placeholder {
    color: #444
}

.form-control1:-ms-input-placeholder {
    color: #444
}

.form-control1:-moz-placeholder {
    color: #444
}

.option {
    color: #999
}

textarea.form-control1 {
    padding: 8px 0;
    background: url(../images/textarea-bg.png) no-repeat right bottom 3px;
    height: 90px
}

input[type=submit] {
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
   
    background: #fdc800;
   
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
     
}

input[type=submit]:hover {
    background: #8561FF;
    color: #fff;
   
}

input[type=submit]:hover:before {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.actions ul {
    display: flex;
    margin-top: 39px;
    justify-content: space-between
}

.actions li a {
    padding: 0;
    border: none;
    display: inline-flex;
    height: 54px;
    width: 180px;
    letter-spacing: 1.3px;
    align-items: center;
    background: #e4bd37;
    font-family: Muli-Bold;
    cursor: pointer;
    position: relative;
    padding-left: 34px;
    text-transform: uppercase;
    color: #000;
    border-radius: 27px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.actions li a:before {
    content: '\f2ee';
    position: absolute;
    top: 17px;
    right: 15px;
    font-family: Material-Design-Iconic-Font;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.actions li a:hover {
    background: #c9a630
}

.actions li a:hover:before {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.actions li[aria-disabled=true] a {
    opacity: 0;
    transition: all .3s
}

.actions li:first-child a {
    width: 136px;
    background: #fff;
    color: #666;
    font-family: Muli-Bold;
    padding-left: 57px
}

.actions li:first-child a:before {
    content: '\f2ea';
    left: 32px
}

.actions li:first-child a:hover {
    background: #e5e5e5
}

.actions li:last-child a {
    width: 154px
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.checkbox-circle {
    display: flex;
    justify-content: space-between
}

.checkbox-circle label {
    cursor: pointer;
    display: inline-block;
    padding-left: 23px;
    position: relative;
    margin-right: 0;
    width: auto
}

.checkbox-circle input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkbox-circle input:checked~.checkmark:after {
    display: block
}

.checkbox-circle .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .4)
}

.checkbox-circle .checkmark:after {
    content: "";
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    display: none
}

@media(max-width:1500px) {
    .wrapper {
        height: auto
    }
}

@media(max-width:1199px) {
    .wrapper {
        height: auto;
        width: auto
    }
    .image-holder {
        align-self: center
    }
    .image-holder img {
        transform: translateY(40px)
    }

}

@media(max-width:991px) {
    .wrapper {
        justify-content: center
    }
    .image-holder {
        display: none
    }
    form {
        width: auto
    }
}

@media(max-width:767px) {
    body {
        height: auto
    }
    .wrapper {
        height: auto;
        padding: 30px 20px
    }
    #wizard {
        border: none;
        display: flex;
        flex-direction: column;
        background: 0 0
    }
    #wizard,
    form {
        padding: 0
    }
    h3 {
        margin-bottom: 30px
    }
    .form-row {
        display: block
    }
    .form-row label {
        margin-bottom: 29px;
        display: block
    }
    .form-row .form-holder,
    .form-row label {
        width: 100%
    }
    .checkbox-circle {
        display: block
    }
    .wizard>.steps {
        order: 3;
        margin-top: 60px;
        margin-bottom: 20px
    }
    .wizard>.steps ul {
        position: static;
        transform: translateX(0);
        width: 100%
    }
    .actions ul {
        flex-direction: column;
        align-items: flex-end;
        margin-top: 0
    }
    .actions li a {
        height: 44px
    }
    .actions li a:before {
        top: 13px
    }
    .actions li:first-child a {
        margin-bottom: 20px
    }
}

.btn-bs-file {
    position: relative;
    height: 41px;
    border: 1px solid rgba(0, 0, 0, .4);
    background: 0 0;
    border-radius: 5px;
    width: 100% !important;
    padding: 0 18px;
    background: rgba(255, 255, 255, .2)
}

.btn-bs-file input[type=file] {
    position: absolute;
    top: -9999999;
    opacity: 0;
    width: 0;
    width: 100%;
    height: 0;
    outline: 0;
    cursor: inherit
}

.txt-rt {
    text-align: right
}

.txt-lt {
    text-align: left
}

.txt-center {
    text-align: center
}

.float-rt {
    float: right
}

.float-lt {
    float: left
}

.clear {
    clear: both
}

.pos-relative {
    position: relative
}

.pos-absolute {
    position: absolute
}

.vertical-base {
    vertical-align: baseline
}

.vertical-top {
    vertical-align: top
}

nav.vertical ul li {
    display: block
}

nav.horizontal ul li {
    display: inline-block
}

input[type=button],
input[type=submit] {
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all
}

.new-label {
    margin: 0;
    color: #424242;
    font-size: 14px
}

.form-price {
    background: #909090;
    border: none;
    color: #fff;
    height: 35px;
    width: 30px;
    font-weight: 800;
    font-size: 19px;
    margin-right: -3px;
    margin-left: -3px
}

.order-label {
    font-size: 12px;
    margin-bottom: .25rem
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0
}

.new-body {
    background: url(../images/gah-index.jpg);
    background-attachment: fixed;
    background-size: cover;
    height: 750px
}

.register-full {
    width: 100%
}

.register-full-page {
    width: 95%;
    margin: auto 0;
    padding: 120px 25px 30px
}

.register-right {
    background: #fff;
    background: rgba(25, 55, 89, .69)
}

.register-in {
    padding: 2em;
    border-top: 1px solid #fcc700
}

.register-left {
    width: 60%;
    float: left
}

.register-right {
    width: 40%;
    float: left
}

.register-left p {
    line-height: 28px;
    font-size: 15px;
    font-weight: 100;
    padding: 0 4em;
    letter-spacing: 1px;
    color: #fff;
    text-align: center
}

.register-left h1 {
    font-size: 3em;
    text-transform: uppercase;
    padding: 0 1.5em 15px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 5px
}

.register-left h2 {
    font-size: 2em;
    padding: 0 2em;
    color: #fff
}

.register-left b {
    text-align: center;
    font-size: 2em;
    text-transform: uppercase;
    padding: 0;
    font-weight: 600;
    color: #fdc800;
    letter-spacing: 1px
}

.register-right h2 {
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 1px;
    word-spacing: 5px;
    color: #fcc700;
    text-align: center
}

.link a {
    color: #fff;
    padding: .5em;
    font-size: 1.5em;
    border: 2px solid #0a7369
}

.checkbox a {
    color: #999
}

.checkbox a:hover {
    color: #fff
}

.link a:hover {
    color: #000;
    border: 2px solid #fff;
    background: 0 0
}

.register-form {
    margin: 2em 0 0
}

.address h4,
.register-form h4 {
    margin-bottom: 2em;
    color: #404040;
    margin: 0 0 2em;
    font-weight: 600
}

/*.register input[type=date],
.register input[type=email],
.register input[type=password],
.register input[type=tel],
.register input[type=text] {
    font-size: 1em;
    color: #828282;
    padding: .3em .8em;
    border: 0;
    height: 35px;
    border-radius: 0;
    border: 1px solid #fff;
    background: #fff;
    -webkit-appearance: none;
    outline: 0
}*/
.form-control {
    border: 1px solid #e7e8e9;
    padding: 13px 15px;
    background:#F9F7FF;
    height: auto;
}


input[type=checkbox] {
    cursor: pointer;
    margin-right: 10px
}

.register textarea {
    min-height: 150px;
    resize: none
}

.styled-input.agile-styled-input-top {
    margin-top: 10px
}

.styled-input input:focus~label,
.styled-input input:valid~label,
.styled-input textarea:focus~label,
.styled-input textarea:valid~label {
    font-size: .9em;
    color: #999;
    top: -1.3em;
    -webkit-transition: all 125ms;
    -moz-transition: all 125ms;
    -o-transition: all 125ms;
    -ms-transition: all 125ms;
    transition: all 125ms
}

.styled-input {
    width: 100%;
    position: relative
}

.styled-input:nth-child(1),
.styled-input:nth-child(3) {
    margin-left: 0
}

.textarea-grid {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important
}

.styled-input label {
    color: #fff;
    padding: .5em .9em;
    letter-spacing: 1px;
    font-weight: 100;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    pointer-events: none;
    font-size: .9em;
    display: block;
    line-height: 1em
}

.styled-input input~span,
.styled-input textarea~span {
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 125ms;
    -moz-transition: all 125ms;
    transition: all 125ms
}

option {
    width: 80%
}

select option:hover {
    background: #fcc700
}

select:focus {
    outline: 0
}

.styled-input textarea~span {
    bottom: 5px
}

.styled-input input:focus.styled-input textarea:focus {
    outline: 0
}

.styled-input input:focus~span,
.styled-input textarea:focus~span {
    width: 100%;
    -webkit-transition: all 75ms;
    -moz-transition: all 75ms;
    transition: all 75ms
}

.register-form input[type=submit] {
    outline: 0;
    color: #fff;
    width: 100%;
    padding: .3em 1em;
    font-size: 1.2em;
    letter-spacing: 1px;
    border-radius: 5px;
    background: #fcc700;
    text-transform: uppercase;
    border: 2px solid #fcc700;
    cursor: pointer;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all
}

.logo {
    text-align: center;
    margin-top: 5em
}

.logo span.fa {
    color: #fff;
    font-size: 6em
}

.register-form input[type=submit]:hover {
    background: #c59c00;
    border: 2px solid #c59c00
}

input[type=text] {
    width: 100%
}

.content3 {
    padding: 0 4em;
    margin: 0 auto 10%;
    text-align: center
}

.content3 a {
    background: #fcc700;
    font-size: 15px;
    outline-offset: 4px;
    outline: 2px solid #fff;
    color: #fff;
    padding: 12px 30px;
    letter-spacing: 1px;
    display: initial;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all
}

.content3 a:hover {
    background: #c59c00;
    outline: 2px solid transparent
}

.content3 a.read {
    background: #fcc700;
    font-size: 16px;
    outline-offset: 4px;
    outline: 2px solid #fff;
    padding: 12px 30px;
    display: initial;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all
}

.content3 a.read:hover {
    background: #c59c00;
    outline: 2px solid transparent
}

.content3 ul li {
    display: inline-block;
    margin: 1em .5em
}

.agile-copyright {
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin: 2em 0 0;
    letter-spacing: 2px;
    font-weight: 200
}

.agile-copyright a:hover {
    color: #999
}

.agile-copyright a {
    color: #fff
}

.new-card {
    background: rgba(255, 255, 255, .9)
}

.head_banner_cont {
    padding: 0 0 0 18%
}

.head_banner_cont p {
    padding: 0 30px 0 0;
    font-size: 20px;
    text-align: justify
}

.head_banner_cont b {
    font-size: 42px
}

.head_banner_cont .content3 {
    padding: 0;
    margin: 0;
    text-align: left
}

@media(max-width:1440px) {
    .register-left h1 {
        font-size: 2.9em
    }
}

@media(max-width:1366px) {
    .register-left h2 {
        font-size: 1.5em;
        color: #fff
    }
    .register-right {
        width: 42%;
        float: left;
        margin-top: 65px
    }
    .register-left {
        width: 58%;
        float: left
    }
}

@media(max-width:1280px) {
    .register-right {
        width: 44%;
        float: left
    }
    .register-left {
        width: 56%;
        float: left
    }
}

@media(max-width:1199px) {
    .services_page_header .login_btn {
        margin-bottom: 20px
    }
  
}

@media(max-width:1080px) {
    .register-full-page {
        width: 90%
    }
    .register-left p {
        line-height: 1.6em
    }
    .link a {
        padding: .4em;
        font-size: 1.4em
    }
    .register-in {
        padding: 2em
    }
    .boxed_type_form .pl-0 {
        padding-left: 15px !important
    }
    .boxed_type_form .pr-0 {
        padding-right: 15px !important
    }
    .boxed_type_form {
        position: relative;
        top: 0;
        width: 100%
    }
    .home_banner_leftcont {
        padding: 0 0 60px
    }
    .courses2-area {
        margin-top: 0
    }
    .boxed_icon_homer {
        padding: 20px 20px 20px 0
    }
    .services_page_header .boxed_type_form {
        background: #fff;
        top: -10px;
        
        width: 100%
    }
}

@media(max-width:1024px) {
    .register-left h1 {
        font-size: 2.3em
    }
    .register-right h2 {
        font-size: 1.8em
    }
    label {
        letter-spacing: 0
    }
    .register-left p {
        padding: 0 2em
    }
    .content3 a,
    .content3 a.read {
        font-size: 15px;
        padding: 8px 30px
    }
    .logo span.fa {
        font-size: 5em
    }
    .styled-input {
        margin: 0 0 1.7em
    }
    .download_completed_data {
        display: flex;
        justify-content: left
    }
    .download_completed_data form {
        float: none
    }
}

@media(max-width:991px) {
    .register-right h2 {
        font-size: 1.6em
    }
}

@media(max-width:900px) {
    .register-full-page {
        width: 95%
    }
    .register-left h1 {
        font-size: 2.1em
    }
    .logo span.fa {
        font-size: 4em
    }
    .register-left p {
        padding: 0 1em
    }
    .agile-copyright {
        font-size: 14px;
        margin: 3em 0 0
    }
}

@media(max-width:800px) {
    .register-in {
        padding: 2em
    }
    .register-left h1 {
        font-size: 2.1em
    }
}

@media(max-width:768px) {
    .country-submenu {
        position: relative;
        right: 18px;
        bottom: 0
    }
    .register-left {
        display: none
    }
    .register-left h1 {
        font-size: 2em
    }
    .register-left p {
        padding: 0 4em
    }
    .link a {
        padding: .4em;
        font-size: 1.2em
    }
    .register-form input[type=submit] {
        font-size: 1.2em
    }
    .register-left {
        width: 100%;
        float: none
    }
    .register-right {
        width: 100%;
        float: none;
        margin: 4em auto 0
    }
    .logo {
        text-align: center;
        margin-top: 2em
    }
    .order_wrapper {
        margin-bottom: 5px !important
    }
    .services_page_header .home_banner_leftcont {
        padding: 0 0 30px
    }
    .services_page_header .boxed_type_form {
        top: 0
    }
    .services_page_header .title_spheader {
        font-size: 24px
    }
    .services_page_header {
        margin-bottom: 0
    }
}

@media(max-width:736px) {
    .styled-input {
        margin: 0 0 1.2em
    }
    .register-left h1 {
        font-size: 2em
    }
    .register-right h2 {
        font-size: 1.5em
    }
}

@media(max-width:667px) {
    .register-in {
        padding: 2em
    }
    .register-full {
        margin: 0 auto
    }
    .register-full-page {
        margin: 0 auto
    }
    .logo {
        text-align: center;
        margin-top: 1em
    }
}

@media(max-width:640px) {
    .agile-copyright {
        letter-spacing: 1px
    }
}

@media(max-width:600px) {
    .register-left p {
        padding: 0 1em
    }
}

@media(max-width:568px) {
    .register-in {
        padding: 1.5em
    }
    .register-left h1 {
        font-size: 1.7em
    }
    .agile-copyright {
        margin: 3em 1em 0;
        line-height: 26px
    }
    .register-form input[type=submit] {
        font-size: 1.1em
    }
}

@media(max-width:480px) {
    .register-left,
    .register-right {
        width: 100%;
        height: inherit
    }
    .register-full-page {
        width: 90%
    }
    .boxes_order_pay .tooltip .tooltiptext {
        left: 25%
    }
    .boxes_order_pay .tooltip .tooltiptext h3.popover-title {
        margin-bottom: 10px
    }
}

@media(max-width:414px) {
    .register-left {
        width: 100%;
        height: inherit
    }
    .register-right {
        width: 100%
    }
    input[type=checkbox] {
        margin-right: 5px
    }
    .logo span.fa {
        font-size: 3.5em
    }
   
    .logo {
        margin-top: 0
    }
}

@media(max-width:384px) {
    .register-left h1 {
        font-size: 1.6em
    }
    .register-left p {
        padding: 0 1em;
        font-size: 14px
    }
    .content3 a,
    .content3 a.read {
        font-size: 14px;
        padding: 8px 20px
    }
 
}

@media(max-width:375px) {
    .logo span.fa {
        font-size: 3em
    }
}

@media(max-width:320px) {
    .mean-container .mean-bar {
        background: #fff
    }
    .register-left p {
        font-size: 14px;
        letter-spacing: .4px
    }
    .styled-input label,
    select {
        font-size: .875em
    }
    
    .register-left h1 {
        font-size: 1.35em
    }
    .content3 a,
    .content3 a.read {
        padding: 7px 15px
    }
    .register-right h2 {
        font-size: 1.3em
    }
    .agile-copyright {
        margin: 3em .2em 0
    }
    .link a {
        border: 1px solid #0a7369
    }
    .link a:hover {
        border: 1px solid #fff
    }
    .register-left p {
        margin: 1em 0 2em
    }
    .register-form input[type=submit] {
        font-size: 1em
    }
    .register-right {
        margin: 3em auto 0
    }
}

.price {
    font-size: 25px;
    font-weight: 600;
    color: #c0392b
}

@media(max-width:768px) {

    .register-full {
        margin: 0 auto
    }
    .register-full-page {
        width: 100%;
        background: #6d6d6d;
        padding: 40px 20px 10px
    }
    .new-register {
        background: #dedede;
        margin-top: -12px
    }
    .register-right {
        margin-top: 50px
    }
    .home_banner_leftcont h1 {
font-size: 36px;
margin-bottom: 10px;
overflow: unset;
-webkit-line-clamp: unset;
}
.featured-page {
padding: 30px 0px;
}
.section-heading2 .text-center {
max-width: 100%;
}
.section-heading2 .text-center {
max-width: 100%;
}
}

.login-block {
    background:#F9F7FF;
    width: 100%;
    padding: 60px 0;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    display: block;
}

.carousel-inner {
    border-radius: 0 10px 10px 0
}

.carousel-caption {
    text-align: left;
    left: 5%
}

.login-sec {
    padding: 45px 30px 25px;
    position: relative
}
.bubble-float-top {
  display: inline-block;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);z-index: 9;
}
/*
.bubble-float-top:before {
   pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #8561FF transparent;
  transition-duration: 0.3s;
  transition-property: top;
  opacity: 0;
}
.bubble-float-top:hover {
  transform: translateY(5px) translateZ(0);
  opacity: 1;
}
*/


.bubble-float-top:hover:before {
  top: -10px;
  opacity: 1;
}

.login-sec .copy-text {
    position: absolute;
    width: 80%;
    bottom: 20px;
    font-size: 13px;
    text-align: center
}

.login-sec .copy-text i {
    color: #feb58a
}

.login-sec .copy-text a {
    color: #e36262
}

.banner-text {
    width: 70%;
    position: absolute;
    bottom: 40px;
    padding-left: 20px
}

.banner-text h2 {
    color: #fff;
    font-weight: 600
}

.banner-text h2:after {
    content: " ";
    width: 100px;
    height: 5px;
    background: #fff;
    display: block;
    margin-top: 20px;
    border-radius: 3px
}

.banner-text p {
    color: #fff
}

.brand-area-box {
    margin-bottom: 10px;
    width: 270px
}

.nav .active {
    background: #8561FF;
    border-radius: inherit
}
.steps-tabs-home li.active a {
    color: #fff;
}
.steps-tabs-home li.active {
    margin-bottom: 0;
    background: #8561FF;
}
.modal-forget {
    background: #193759
}

.modal-forget h5 {
    color: #fff
}

.modal-forget span {
    color: #fff;
    padding: 2px
}

.modal-border {
    border: none
}

.modal-newsletter .modal-header {
    border-bottom: none;
    position: relative;
    text-align: center;
    border-radius: 5px 5px 0 0
}

.modal-newsletter .icon-box {
    color: #fff;
    display: inline-block;
    z-index: 9;
    text-align: center;
    position: relative;
    margin-bottom: 10px
}

.modal-newsletter .icon-box i {
    font-size: 70px
}

.modal-newsletter h4 {
    color: #fff;
    text-align: center;
    font-size: 25px;
    margin: 0 0 18px;
    font-weight: 700;
    text-transform: capitalize
}

.modal-newsletter p {
    color: #f8f1f1
}

.modal-newsletter .input-group {
    margin: 30px 0 15px
}

.modal-close {
    background: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px
}

#accordion .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 30px 10px;
    overflow: hidden;
    position: relative
}

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative
}

#accordion .panel-title a {
    display: block;
    padding: 15px 20px;
    margin: 0;
    background: #193759;
    font-size: 16px;
    color: #fff;
    border-radius: 0;
    position: relative
}

#accordion .panel-title a.collapsed {
    background: #efefef;
    color: #626262;
    font-weight: 500
}

#accordion .panel-title a.collapsed:before,
#accordion .panel-title a:before {
    content: "\f068";
    font-family: fontawesome;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    background: #193759;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    border: 3px solid #fff;
    position: absolute;
    top: 10px;
    right: 14px
}

#accordion .panel-title a.collapsed:before {
    content: "\f067";
    background: #ababab;
    border: 4px solid #626262
}

#accordion .panel-title a.collapsed:after,
#accordion .panel-title a:after {
    content: "";
    width: 17px;
    height: 7px;
    background: #fff;
    position: absolute;
    top: 22px;
    right: 0
}

#accordion .panel-title a.collapsed:after {
    width: 19px;
    background: #ababab
}

#accordion .panel-body {
    border-left: 3px solid #183658;
    border-top: none;
    background: #fff;
    color: #1c2336;
    line-height: 27px;
    position: relative
}

#accordion .panel-body:before {
    content: "";
    height: 3px;
    width: 50%;
    background: #193759;
    position: absolute;
    bottom: 0;
    left: 0
}

#accordion .panel-body p {
    padding: 10px
}

.mob-order {
    background: #8561FF;
    color: #fff;
    padding: 7px 15px;
    border-radius: 30px;
}

.rating {
    float: left
}

.rating:not(:checked)>input {
    position: absolute;
    top: -9999px;
    clip: rect(0, 0, 0, 0)
}

.rating:not(:checked)>label {
    float: right;
    width: 1em;
    padding: 0 .1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 200%;
    line-height: 1.2;
    color: #ddd;
    text-shadow: 1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0, 0, 0, .5)
}



.rating>input:checked~label {
    color: #f70;
    text-shadow: 1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0, 0, 0, .5)
}

.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: gold;
    text-shadow: 1px 1px #daa520, 2px 2px #b57340, .1em .1em .2em rgba(0, 0, 0, .5)
}

.rating>input:checked+label:hover,
.rating>input:checked+label:hover~label,
.rating>input:checked~label:hover,
.rating>input:checked~label:hover~label,
.rating>label:hover~input:checked~label {
    color: #ea0;
    text-shadow: 1px 1px #daa520, 2px 2px #b57340, .1em .1em .2em rgba(0, 0, 0, .5)
}

.rating>label:active {
    position: relative;
    top: 2px;
    left: 2px
}

.radio_btn_feedback label:last-child {
    margin-right: 0
}

.radio_btn_feedback label {
    margin-right: 15px
}

#page-navi {
    width: 50%;
    margin: 40px auto;
    margin-bottom: 10px;
    padding: 0;
    overflow: hidden
}

#page-navi li {
    list-style: none;
    display: inline
}

#page-navi li a {
    float: left;
    display: block;
    padding: 8px 10px;
    margin-right: 10px;
    border: 1px solid #ccc;
    text-decoration: none;
    background: #fff;
    -webkit-transition: background .2s linear;
    transition: background .2s linear;
    border-radius: 3px;
    color: #000
}

#page-navi li:last-child a {
    margin-right: 0
}

#page-navi li a.current,
#page-navi li a.disable,
#page-navi li a:hover {
    background: tomato;
    color: #fff;
    border-bottom: 3px solid #fff
}

.textarea_feed {
    color: #ff8d00;
    font-size: 12px;
    font-weight: 600
}

.text-area {
    width: 100%;
    height: 250px;
    padding: 10px;
    border: 1px solid #d9d9d9;
    outline: 0;
    font-size: 1rem;
    resize: none;
    line-height: 1.5rem;
    color: #000
}

.text-area:hover {
    border-color: silver
}

.text-area:focus {
    border-color: #4d90fe
}

.text-h1 {
    font-size: 3rem;
    font-weight: 900;
    text-align: center;
    margin: 1% 0 3%
}

.output.row {
    width: 100%;
    border: 1px solid #ddd;
    font-size: 1.4rem;
    margin: 1% 0;
    background-color: #f9f9f9
}

.output.row div {
    display: inline-block;
    width: 42%;
    padding: 10px 15px;
    margin: 1%
}

.container-text {
    margin: 2% auto;
    padding: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2)
}

.text-btn {
    padding: 5px;
    background: #4caf50;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #4caf50
}

@media(max-width:750px) {
    .output.row {
        font-size: 1.2rem
    }
    .output.row span {
        font-size: 1.3rem
    }
    .pagination a {
        padding: 5px 8px;
        font-size: 14px
    }
}

@media(max-width:380px) {
    .pagination a {
        padding: 5px;
        
    }
    .footer_top_section:before {
        bottom: 87%;
        width: 200px;
        left: 4px;
        height: 44px
    }
}

@media(max-width:340px) {
    .my_table_responsive td:before {
        position: absolute;
        top: 0;
        left: 6px;
        width: 52%
    }
    .my_table_responsive td {
        border: none;
        border-bottom: 1px solid #655a5a !important;
        position: relative;
        padding-left: 55% !important;
        word-break: break-all
    }
    .my_table_responsive.table-striped tbody tr:nth-of-type(odd) {
        background-color: #eaeaea;
        padding: 0
    }
    .my_table_responsive.table-striped tbody .btn.btn-success a {
        font-size: 14px !important
    }
    .my_table_responsive tbody tr td:last-child {
        vertical-align: middle;
        padding: .75rem 5px
    }
}

.steps_home>.active {
    display: block;
    opacity: 1
}

.steps-tabs-home li {
    margin-bottom: 0;
    padding: 10px 0px
}
.tab-content>.tab-pane h3 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
}
.tab-content>.tab-pane h3:after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background: #8561FF;
    position: absolute;
    left: 0;
    bottom: 0;
}

.nav-tabs {
    margin-top: 50px;
}
.steps-tabs-home li a.active {
    color: #fff;
    background: #8561FF;
    padding: 15px 20px;
}

.steps-tabs-home li a {
    color: #222;
    padding: 15px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.fa-angle-downs {
    position: relative
}

.fa-angle-downs:after {
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-position: -76px 3px;
    background-size: 195px 143px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat
}

.mega-menu-area>.angle_right_menu>a:after {
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    background-position: -36px 2px;
    background-size: 195px 143px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat
}

.mega-menu-area>.angle_right_menu>a:hover:after {
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    background-position: -76px 3px;
    background-size: 195px 143px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat
}

.sub-angle_right_menu>li>a:after {
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    background-position: -36px 2px;
    background-size: 195px 143px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat
}

.sub-angle_right_menu>li>a:hover:after {
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    background-position: -76px 3px;
    background-size: 195px 143px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat
}

.footer-area-top .featured-links>li ul li:before {
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-position: -118px 2px;
    background-size: 195px 143px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat
}

.fa-facebooks {
    position: relative
}

.fa-facebooks:after {
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0px;
    left: -14px;
    background-position: -197px 4px;
    background-size: 263px 200px;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat
}

.fa-twitters {
    position: relative
}

.fa-twitters:after {
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
     top: 0px;
    left: -14px;
    background-position: -223px 4px;
    background-size: 263px 200px;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat
}

.fa-linkedins {
    position: relative
}

.fa-linkedins:after {
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0px;
    left: -14px;
    background-position: 3px -21px;
    background-size: 263px 200px;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat
}
.fa-instagrams {
    position: relative
}

.fa-instagrams:after {
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0px;
    left: -14px;
    background-position: -210px -21px;
    background-size: 263px 200px;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
}
.fa-pinterests {
    position: relative
}



.fa-pinterests:after {
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0px;
    left: -14px;
    background-position: -26px -21px;
    background-size: 263px 200px;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat
}
.footer-area-top .footer-social li:hover:nth-child(5) {
    background: #262626;
}

.services_caret_arrow li {
    position: relative
}

.services_caret_arrow li:before {
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: -20px;
    background-position: -119px -13px;
    background-size: 195px 143px;
    width: 16px;
    height: 20px;
}

/*.menu-star-rating i:nth-child(1) {
    width: 16px;
    height: 16px;
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-position: -46px -18px;
    background-size: 225px 160px
}

.menu-star-rating i:nth-child(2) {
    width: 16px;
    height: 16px;
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: 14px;
    background-position: -46px -18px;
    background-size: 225px 160px
}

.menu-star-rating i:nth-child(3) {
    width: 16px;
    height: 16px;
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: 28px;
    background-position: -46px -18px;
    background-size: 225px 160px
}

.menu-star-rating i:nth-child(4) {
    width: 16px;
    height: 16px;
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: 42px;
    background-position: -46px -18px;
    background-size: 225px 160px
}

.menu-star-rating i:nth-child(5) {
    width: 16px;
    height: 16px;
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: 55px;
    background-position: -46px -18px;
    background-size: 225px 160px
}
*/
.header-top-right ul li a .fa-home {
    position: relative
}

.header-top-right ul li a .fa-home:after {
    width: 20px;
    height: 20px;
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-position: -93px -20px;
    background-size: 225px 160px
}

.header3-area .header-top-area .header-top-right ul li a i {
    padding-right: 5px
}

.header-top-right ul li a .fa-lock {
    position: relative
}

/*.header-top-right ul li a .fa-lock:after {
    width: 20px;
    height: 20px;
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-position: -70px -20px;
    background-size: 225px 160px
}*/

.sidebar .services_caret_arrow li {
    position: relative
}

.sidebar .services_caret_arrow li:before {
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: -15px;
    background-position: -114px -13px;
    background-size: 195px 143px;
    width: 16px;
    height: 20px;
}

.sidebar .sidebar_other_services ul li {
    margin-bottom: 5px;
    text-align: left;
    padding-left: 15px;
    margin-left: 0
}

.person_hire_stars {
    position: relative
}

.boxes_experts_hire .person_hire_stars i.fa:nth-child(1) {
    width: 16px;
    height: 16px;
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-position: -160px -20px;
    background-size: 225px 160px
}

.boxes_experts_hire .person_hire_stars i.fa:nth-child(2) {
    width: 16px;
    height: 16px;
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: 15px;
    background-position: -160px -20px;
    background-size: 225px 160px
}

.boxes_experts_hire .person_hire_stars i.fa:nth-child(3) {
    width: 16px;
    height: 16px;
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: 30px;
    background-position: -160px -20px;
    background-size: 225px 160px
}

.boxes_experts_hire .person_hire_stars i.fa:nth-child(4) {
    width: 16px;
    height: 16px;
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: 45px;
    background-position: -160px -20px;
    background-size: 225px 160px
}

.boxes_experts_hire .person_hire_stars i.fa:nth-child(5) {
    width: 16px;
    height: 16px;
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: 60px;
    background-position: -160px -20px;
    background-size: 225px 160px
}

.person_hire_stars {
    height: 18px
}

.reviews_stars .fa-star {
    width: 16px;
    height: 16px;
    content: '';
    /* background: url(../images/font-awesome-spirit-icon.png) no-repeat; */
    position: absolute;
    margin-right: 7px;
    display: block;
}

.reviews_stars {
    position: relative
}

.reviews_stars .fa-star:nth-child(1) {
    top: 2px;
    left: 13px;
    background-position: -160px -20px;
    background-size: 225px 160px
}

.reviews_stars .fa-star:nth-child(2) {
    top: 2px;
    left: 26px;
    background-position: -160px -20px;
    background-size: 225px 160px;
}

.reviews_stars .fa-star:nth-child(3) {
    top: 2px;
    left: 39px;
    background-position: -160px -20px;
    background-size: 225px 160px
}

.reviews_stars .fa-star:nth-child(4) {
    top: 2px;
    left: 52px;
    background-position: -160px -20px;
    background-size: 225px 160px
}

.reviews_stars .fa-star:nth-child(5) {
    top: 2px;
    left: 65px;
    background-position: -160px -20px;
    background-size: 225px 160px
}

.rating-star li {
    position: relative
}

.rating-star li .fa-star {
    width: 16px;
    height: 16px;
    content: '';
    /* background: url(../images/font-awesome-spirit-icon.png) no-repeat; */
    /*position: absolute; */
    color: #ff9800;
}

.rating-star li:nth-child(1) .fa-star {
    top: 2px;
    left: -5px;
    background-position: -160px -20px;
    background-size: 225px 160px
}

.rating-star li:nth-child(2) .fa-star {
    top: 2px;
    left: -20px;
    background-position: -160px -20px;
    background-size: 225px 160px
}

.rating-star li:nth-child(3) .fa-star {
    top: 2px;
    left: -35px;
    background-position: -160px -20px;
    background-size: 225px 160px
}

.rating-star li:nth-child(4) .fa-star {
    top: 2px;
    left: -50px;
    background-position: -160px -20px;
    background-size: 225px 160px
}

.rating-star li:nth-child(5) .fa-star {
    top: 2px;
    left: -65px;
    background-position: -160px -20px;
    background-size: 225px 160px
}

.country-submenu a .fa-angle-right:before {
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-position: -118px 2px;
    background-size: 195px 143px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat
}

.section_uk_4 .services-boxb {
    background: #fff;
    margin-top: 25px
}

.section-about-home.services-pages {
    padding: 0 0 50px
}

.services-boxb {
    text-align: center;
    min-height: auto;
    border: 1px solid #fff;
    margin-bottom: 30px;
    width: 100%;
    display: inline-block;
    padding: 15px;
    margin: 40px auto 0;
    border-radius: 15px;
    box-shadow: 0 1px 3px 0 rgb(122 122 123/22%);
    overflow: hidden;
    position: relative;
    min-height: 350px
}

.services-boxb h4 {
    margin-top: 15px
}

@keyframes floating-one {
    from {
        transform: translate(0, 0)
    }
    65% {
        transform: translate(-10px, 0px)
    }
    to {
        transform: translate(0, 0)
    }
}

@keyframes floating-two {
    from {
        transform: translate(0, 0)
    }
    65% {
        transform: translate(-10px, 0px)
    }
    to {
        transform: translate(0, 0)
    }
}

@keyframes floating-three {
    from {
        transform: translate(0, 0)
    }
    65% {
        transform: translate(-10px, 0px)
    }
    to {
        transform: translate(0, 0)
    }
}

@keyframes floating-four {
    from {
        transform: translate(0, 0)
    }
    65% {
        transform: translate(-10px, 0px)
    }
    to {
        transform: translate(0, 0)
    }
}

@keyframes floating-five {
    from {
        transform: translate(0, 0)
    }
    65% {
        transform: translate(-10px, 0px)
    }
    to {
        transform: translate(0, 0)
    }
}

@keyframes floating-six {
    from {
        transform: translate(0, 0)
    }
    65% {
        transform: translate(-10px, 0px)
    }
    to {
        transform: translate(0, 0)
    }
}

.imgbs-icons {
    display: inline-block;
    position: relative;
    z-index: 0;
    border: 1px solid #fdc800;
    padding: 12px;
    border-radius: 50%;
    overflow: hidden;
    width: 64px;
    height: 64px
}

.imgbs-icons.color-one:after {
    background: #fdcf3f;
    border-radius: 15px;
    animation: floating-one 2s infinite ease
}

.imgbs-icons.color-two:after {
    border-radius: 15px;
    animation: floating-two 2s infinite ease;
    background: #84fcdc
}

.imgbs-icons.color-three:after {
    background: #ff8b8f;
    animation: floating-three 2s infinite ease;
    border-radius: 15px
}

.imgbs-icons.color-four:after {
    background: #ff7f4c;
    border-radius: 15px;
    animation: floating-four 2s infinite ease
}

.imgbs-icons.color-five:after {
    border-radius: 15px;
    animation: floating-five 2s infinite ease;
    background: #97e6be
}

.imgbs-icons.color-six:after {
    background: #b68fff;
    border-radius: 15px;
    animation: floating-six 2s infinite ease
}

.imgbs-icons img {
    width: 44px
}

.services-boxb h4 a {
    font-size: 21px;
    color: #333;
    text-decoration: none
}

.services-boxb:hover a {
    color: #0656b2
}

.services-boxb p {
    height: 0;
    color: #000 !important;
    margin: 10px 0 0;
    line-height: 24px !important;
    overflow: hidden;
    font-size: 15px
}

.services-boxb:hover p {
    transition: ease all .5s;
    height: 195px
}
.step-boxb {
    padding: 20px 20px 10px;
    background: #f7f7f7;
    border-radius: 15px;
    z-index: -9;
    border: 1px solid #dbdada;
    transition: 0.3s;
}
.circle-box.center-block.text-center img.img-responsive {
    animation: arrow 0.9s linear 0.8s infinite alternate;
    position: relative;
}
@keyframes arrow {
  0%   { left:-2px; top:0px;}
   
  100% { left:2px; top:0px;}
}
span.moreless-upload, span.moreless-pay, span.moreless-download {
    color: #0b66d5;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
}
/*.circle-box:after {
    content: url(../../static/images/small-dash.png);
    position: absolute;
    top: 32%;
    right: -230%;
    z-index: 0;
    background-repeat: no-repeat;
}*/
.circle-box:after {
    content: " ";
    text-shadow: none;
    width: 350%;
    border-top: 2px #97a6bb dashed;
    position: absolute;
    top: 50%;
    left: 250%;
}
.how-does-work.fours .circle-box:after {
    
    width: 160%;
}
.fours .circle-box:after {
    right: -198.9%;
     
}

.circle-box.last-child:after {
    display: none;
}
.circle-box.center-block.text-center {
    width: 60px;
    border-radius: 65px;
    border: 1px solid #fcd7c3;
    transform: rotate(0);
    height: 60px;
    background: #ffffff;
    margin: 20px auto 20px;
    padding: 10px;
    line-height: 40px;
    position: relative;
	z-index: 9;		   
}
.circle-box.center-block.text-center.s-blue-box {
    background: #003CD3;
    border-color: #003CD3;
}
.circle-box.center-block.text-center:before {
    position: absolute;
    color: #fff;
    font-size: 1em;
    z-index: 99999;
    line-height: 40px;
    width: 41px;
    height: 41px;
    background: #193558;
    box-shadow: 0 10px 20px rgb(0 0 0 / 40%);
    border-radius: 50%;
    content: "1";
    top: -18px;
    left: 36%;
    display: none;
}
.circle-box.center-block.text-center.s-blue-box:before {
    content: "1";
    top: -20px;
    left: -25px;
}
.circle-box.center-block.text-center.s-red-box {
    background: #DB4437;
    border-color: #DB4437;
}
.circle-box.center-block.text-center.s-red-box:before {
    content: "2";
    top: -20px;
    left: -25px;
}
.circle-box.center-block.text-center.s-yellow-box {
    background: #F4B400;
    border-color: #F4B400;
}
.circle-box.center-block.text-center.s-yellow-box:before {
    content: "3";
    top: -20px;
    left: -25px;
}
h3.heading-2 {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #0d1f42;
    display: block;
    padding: 10px 0 10px;
}
p.paragraph {
    font-weight: 400;
    color: #2c2c2c;
    display: block;
    padding-bottom: 20px;
    margin: 0 auto;
}
@media only screen and (max-width:767px) {
    .boxes_experts_hire .person_hire_stars i.fa:nth-child(1) {
        left: 40%
    }
    .boxes_experts_hire .person_hire_stars i.fa:nth-child(2) {
        left: 45%
    }
    .boxes_experts_hire .person_hire_stars i.fa:nth-child(3) {
        left: 50%
    }
    .boxes_experts_hire .person_hire_stars i.fa:nth-child(4) {
        left: 55%
    }
    .boxes_experts_hire .person_hire_stars i.fa:nth-child(5) {
        left: 60%
    }
}
/* ----Mobile Responsive TRP------  */
@media(min-width:320px) and (max-width:767px) {
    .y-us-section {
    padding: 25px 0;
}
.order-dashboard-wrapper {
    padding-top: 60px;
}
.boxed_type_form.indexs {
    width: 100%;
    border-radius: 25px;
}
.circle-box:after{
    display: none;
}
.order_img_design {
    top: -70px;
}
.order_img_design img {
    width: 80%;
}
.order_wrapper {
    margin-top: 1rem;
    margin-bottom: 20px;
}
.mean-container a.meanmenu-reveal {
    right: 0px !important;
}
.mean-container .mean-nav ul li a {
    font-size: 14px;
    font-weight: 500 !important;
     
}
 .why-choose-area{
        padding: 25px 0;
 }

 .about-page3-bg {
    padding: 25px 0px;
}
.faq_page_content {
    padding: 25px 0;
}
.inner_banner_backg h1 {
    font-size: 2em;
}
 .about-page3-bg .about-box {
    margin-bottom: 25px;
}

.sub_boxb_textb p {
    min-height: auto;
}
.subject-bxbs {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
}
.assignment_help {
    margin: 15px 0px;
    padding: 15px 15px 15px 35px;
    min-height: auto;
}
.assignment_help h3 {
    padding-top: 5px;
}
.assignment_help:before {
    left: 15px;
}
.home_banner_leftcont {
    padding: 0 0 40px;
}
.login-block {
    transform: none;
    top: 0;
    position: relative;
    display: block;
}
.step-boxb {
    padding: 20px 0px 0;
}
.counter_new_wow {
    margin-left: 0;
}
.home_about_forms {
    margin-bottom: 0;
    margin-top: 20px;
}
.bubble-float-top:before {
    top: -10px;
    opacity: 1;
}
h3.heading-2 {
    margin-bottom: 10px;
}
.dropdown-menu-city {
    left: 80px;
    width: 180px;
}
.dropdown-menu-city-my {
	left: 80px;
	width: 180px
}
	
.dropdown-menu-city-us {
	left: 80px;
	width: 180px
}
.grammer-checks {
    padding: 40px 0px 20px;
}
.services_form_breadcrumb {
margin-top: 0;
}



.full-width.text-center {
padding: 0 15px;
}
.services_content_design h2 {
    padding-top: 0;
}
    .services_page_header h1.title_spheader {
        font-size: 28px;
        line-height: 36px;
    }
    .student_prefer_icons .rotate_icons {
    position: relative !important;
}
.student_prefer_icons{
    width: 50%;
    padding: 10px 10px 15px 10px;
}
    .student_prefer_icons:nth-child(1) .rotate_icons, .student_prefer_icons:nth-child(2) .rotate_icons, .student_prefer_icons:nth-child(3) .rotate_icons, .student_prefer_icons:nth-child(4) .rotate_icons, .student_prefer_icons:nth-child(5) .rotate_icons, .student_prefer_icons:nth-child(6) .rotate_icons {
    top: 0;
    left: auto;
    right: auto;
    text-align: center;
    margin: 0 auto 15px;
}
.nav-tabs-service .nav-pills .nav-link img {
    display: block;
    margin: 0 auto 10px;
}
.hire_experts_btn a {
    top: 0;
    transform: none;
    margin-top: 15px;
}
.hire_experts_btn::after {
    top: auto;
    bottom: -20px;
}

.services_content_design h2 {
    font-size: 24px;
    margin-top: 20px;
}
.section-title-black {
    font-size: 24px;
}
.services_caret_arrow {
    margin-left: 20px;
}
.bg_student_prefer {
    padding-top: 15px;
}
#sidebar-nav.sticky {
    position: relative;
    top: 0;
    padding-left: 0;
    margin-top: 0;
}
.home_student_prefer span{
    display: none;
}
.whystudent-prefer {
    background: linear-gradient(0deg, #f1f1f1 78%, #0d1f42 20%);
}
.flex-items-center {
    display: block;
}
.hire_experts_btn:after {
    width: 120px;
    height: 120px;
     
}
.services_content_design {
    padding: 20px 0;
}
.section_nz_1, .section_three_home.featured-page.country {
    padding: 25px 0;
}
.section_om_1 {
    padding: 25px 0;
}
.assignment_work_steps {
    min-height: auto;
    margin-bottom: 15px;
}
.section_nz_2 {
    padding: 25px 0px;
}
.d-flex.justify-content-center.mt-3 {
    margin-top: 0 !important;
}
.services_space_mtb15, h3.title-default {
    font-weight: 600;
}
body {
    overflow-x: hidden;
}
.footer_top_section:before {
    margin: 0 auto;
}
.students-say-area .owl-controls .owl-dots .owl-dot span {
    width: 30px;
}
.footer-area-top {
    padding: 50px 0 25px;
}
.section-heading2 p:last-child {
    margin-bottom: 25px;
}

.my_title_bar_features {
    font-size: 28px;
}
.my_title_bar_features+p {
    position: relative;
    margin-bottom: 20px !important;
    padding-bottom: 20px;
}
.home_banner_opacity, .home_banner_opacity.indexs {
    padding: 50px 0 25px;
}
.home_banner_opacity.experts, .home_banner_opacity.reviews {
    background: #e0e0e09c;
    padding: 50px 0 20px;
    min-height: auto;
}
.students-say-area.experts figure {
    min-height: auto;
}
#all_reviews_page div#columns figure {
    margin: 10px 0px;
    padding: 15px;

}
.students-say-area.reviews figure {
    min-height: auto;
}
.country_assignment_services li {
    margin-bottom: 10px;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    font-weight: 500;
    color: #193659;
    padding: 10px 10px 10px 55px;
    position: relative;
    text-align: left;
}
.country_assignment_services li i {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.main_menu_cat:hover ul {
    position: unset !important;
     
}
.circle-box.center-block.text-center {
    margin: 0px auto 20px;
}
.dashboard_order_click_page {
    margin-top: 0;
}
#msg_expert_talk {
    padding-top: 0;
}
.cont_show_assignment label {
    text-align: left !important;
    display: block;
}
.cont_show_assignment label.col-md-3.col-sm-3, .cont_show_assignment .form-group .col-md-12 {
    padding: 0;
}
.home_banner_opacity.indexs .home_orderform {
    border-radius: 20px 20px 0 0;
}
.student-order-tab li {
    margin-right: 5px;
    width: 45%;
    text-align: left;
}
.student-order-tab li a{
    padding: .5rem 0.5rem;
}
#orderList .student-order-tab .nav-item .nav-link .label {
    padding: 2px 7px;
    right: 0;
    float: right;
    font-size: 13px;
}
.circle-loader {
    top: 0 !important;
    margin: 0 auto 30px;
    display: block;
    text-align: center;
}
.order_icon_contpage {
    margin-bottom: 15px;
}
#pagination-container {
    margin-top: 30px;
}
.pagination {
    display: -ms-flexbox;
    /* display: flex; */
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    margin: 0 auto;
    text-align: center;
}
}
@media(min-width:768px) and (max-width:991px) {
    .cont_show_assignment label {
    text-align: left !important;
    display: block;
}
.dashboard_order_click_page {
    margin-top: 40px;
}
.order-filter {
    margin-top: 70px;
    padding: 100px 0 20px;
}
#msg_expert_talk {
    padding-top: 0;
}
.portlet.box.assignment-info-wrap .sub-detail {
    background: #ff9800;
    padding: 10px 15px;
}
    .title-default-left-bold {
        font-size: 26px
    }
    .login-block {
    transform: none;
    top: 0;
    position: relative;
    display: block;
}
/*
.bubble-float-top:before {
    top: -10px;
    opacity: 1;
}
*/
.grab_coupon_code {
    width: 48%;
    float: left;
    margin-right: 10px;
}
.services_link_sidebar {
    width: 48%;
    float: left;
    margin-left: 10px;
}
.plagiarism_img_sidebar img {
    width: 40%;
}
.services_content_design {
    padding: 25px 0;
}
.about-page3-bg .about-box {
    margin-bottom: 30px;
}
.home_banner_opacity.experts, .home_banner_opacity.reviews {
    background: #e0e0e09c;
    padding: 200px 0 30px;
    min-height: auto;
}
.order_img_design {
    top: -105px;
}
.home_about_forms {
    margin-top: 30px;
}
.country_assignment_services li {
    margin-bottom: 10px;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    font-weight: 500;
    color: #193659;
    padding: 10px 10px 10px 55px;
    position: relative;
    text-align: left;
}
.country_assignment_services li i {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.section_nz_1, .section_three_home.featured-page.country {
    padding: 30px 0;
}
.section_om_1 {
    padding: 30px 0;
}
.assignment_work_steps {
    min-height: auto;
    margin-bottom: 15px;
}
.section_nz_2 {
    padding: 30px 0px;
}
.footer-area-top {
    padding: 30px 0 30px;
}
.how-does-work {
    padding: 30px 0;
}
.country-submenu {
    position: relative;
    right: 35px;
    bottom: 0;
}
.step-boxb {
    padding: 0;
}
.fours .circle-box:after{
    display: none;
}
.how-does-work p.paragraph {
    text-align: center;
}
.header3-area nav#desktop-nav>ul>li ul.mega-menu-area {
    left: 0;
}
.section_home_010 .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.cont_show_assignment label {
    text-align: left !important;
    display: block;
}
.cont_show_assignment label.col-md-3.col-sm-3, .cont_show_assignment .form-group .col-md-12 {
    padding: 0;
}
.home_banner_opacity.indexs .home_orderform {
    border-radius: 20px 20px 0 0;
}
.student-order-tab li {
    margin-right: 5px;
    width: 45%;
    text-align: left;
}
.student-order-tab li a{
    padding: .5rem 0.5rem;
}
#orderList .student-order-tab .nav-item .nav-link .label {
    padding: 2px 7px;
    right: 0;
    float: right;
    font-size: 13px;
}
.circle-loader {
    top: 0 !important;
    margin: 0 auto 30px;
    display: block;
    text-align: center;
}
.order_icon_contpage {
    margin-bottom: 15px;
}
div#pagination-container {
    margin-top: 30px;
}
.pagination {
    display: -ms-flexbox;
    /* display: flex; */
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    margin: 0 auto;
    text-align: center;
}
}
@media(min-width:992px) and (max-width:1199px) {
    .title-default-left-bold, .services_content_design h2:first-child {
        font-size: 28px;
        padding-top: 0px;
    }
     .cont_show_assignment label {
    text-align: left !important;
    display: block;
}
.login-block {
    transform: none;
    top: 0;
    position: relative;
    display: block;
    height: 100%;
}
.form_order_design .new-card.card-design, .order_page_sidebar {
    min-height: 660px;
}
.services_page_header .boxed_type_form {
    box-shadow: 0 6px 11px 0 #0000006b;
    }
    .how-does-work p.paragraph {
    text-align: center;
}
.step-boxb {
    padding: 0;
}
.how-does-work h3.heading-2 {
    font-weight: 600;
    font-size: 22px;
}
.fours .circle-box:after {
    right: -145%;
}
.assignment_help {
    min-height: 290px;
}
.section_four_opactiy {
    padding: 30px 0;
}
.main_menu_cat ul li:hover ul {
     
    display: block !important;
     
}
.hire_experts_btn:after {
    top: 60px;
    width: 90px;
    height: 90px;
     
}
.how-does-work, .howitwork, .featured-page, .section_three_home.featured-page.country, .section_three_home.featured-page.country, .faq_home_content,
.section_om_1, .section_two_home, .section_au_2{
    padding: 30px 0px;
}
.free-list {
    padding: 10px 10px 10px 30px;
}
.free-list:before {
    left: 10px;
}
.circle-box:after {
    right: -188%;
}
.free-list p b {
    margin-left: 10px;
    line-height: 30px;
}
.home_student_prefer h2 {
    font-size: 24px;
}
.student_prefer_icons p {
    text-align: center;
    font-weight: 600;
    color: #0d1f42;
    font-size: 14px;
}
}
@media(min-width:1200px) and (max-width:1440px) {
    .home_banner_leftcont h1 {
    font-size: 32px;
}
.banner-indenets {
    margin-top: 25px;
}
.review-box {
    margin-top: 30px;
}
.icon-text .icons-box {
    width: 27%;
}
.icon-text .textb-box {
    width: 70%;
}
.boxed_type_form {
    width: 85%;
}
h3.heading-2 {
    min-height: 70px;
}
.section_three_home.featured-page .boxed_featured_textb h3, .section_three_home.featured-page .boxed_featured_textb h4, .assignment_help h3 {
    font-size: 20px;
}
}
.gahDeclaimerPop {
    text-align: center;
    padding: 14px 20px 11px 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #b4b7b6;
    z-index: 9999999999;
    transition: ease all 1s;
}

.gahDeclaimerPop p {
    font-size: 11px;
    padding: 0;
    text-align: left;
    margin: 0;
	color: #ffeded;
}

.gahDeclaimerPop span.disclaimer-text-hidden {
    width: 100%;
    font-size: 11px;
    text-align: left;
    overflow: hidden;
    display: none;
    float: left;
	color: #ffeded;
}

.readmore {
    background: none;
    border: none;
    margin: 0 0 0 3px;
    display: inline-block;
    vertical-align: top;
    color: #333;
    text-decoration: underline;
}

.showLess {
    background: none;
    border: none;
    margin: 0 0 0 3px;
    display: inline-block;
    vertical-align: top;
    color: #333;
    text-decoration: underline;
}

.gahDeclaimerPop .gahDeclaimerPopBtn {
    background: #666;
    color: #fff;
    border: none;
    padding: 8px 20px;
    margin: 3px 0;
    border-radius: 4px;
    width: 170px;
	margin-top: 50px;
}

.gahDeclaimerPop button {
    
    font-size: 11px;
}

.gahDeclaimerPop h4 {
    
    text-align: left;
}

.discLinks {
    text-align: center;
}
.sidebar .form_order_home {
padding: 0 !important;
background: #ffffff;
}
/*
.sidebar .form_order_home .stu-form h2 {
background: #193659;
padding: 10px 15px 10px;
color: #ffffff;
border-radius: 10px 10px 0 0;
}
*/
.form-sidebar-order {
padding: 15px !important;
}
.form-sidebar-order .form-price {
height: 42px;
width: 40px;
background: #42474d;
}
.form-sidebar-order .form-price:first-child {
border-radius: 3px 0 0 3px;
}
.form-sidebar-order .form-price:nth-child(3) {
border-radius: 0 3px 3px 0;
}
.form-sidebar-order .new-label {
margin: 0;
color: #424242;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
}
.form-sidebar-order .qts {
border: 1px solid #42474d;
}
.form-sidebar-order .login_btn {
margin-top: 0px;
}
ol.services_caret_arrow {
margin-left: 0;
}
ol.services_caret_arrow li {
list-style: number;
}
ol.services_caret_arrow li:before {
display: none;
}
.toggle-text {
display: none;
}
.toggle-text-button {
color: #0b66d5 !important;
cursor: pointer;
display: inline-block;
text-align: center;
text-transform: capitalize;
}
.feature-icon {
    background: url(../../static/images/sprite-images.png);
    background-repeat: no-repeat;
    background-size: 470px;
    background-position: -73px -332px;
    width: 75px;
    height: 75px;
    transition: .6s;
    padding: 10px;
}
.counter_new_wow .inner_counter_img {
    background: #1936591a;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 4px 1px #2d2d2d40;
}

.counter-img {
    background: url(../../static/images/sprite-images.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
}
.counter_new_wow .row .wow.fadeInUp:nth-child(1) .counter-img{
background-size: 650px;
background-position: -513px -231px;
}
.counter_new_wow .row .wow.fadeInUp:nth-child(2) .counter-img{
background-size: 650px;
background-position: -584px -231px;
}
.counter_new_wow .row .wow.fadeInUp:nth-child(3) .counter-img{
background-size: 650px;
background-position: -514px -289px;
}
.counter_new_wow .row .wow.fadeInUp:nth-child(4) .counter-img{
background-size: 650px;
background-position: -584px -289px;
}
.help-icon {
    background: url(../../static/images/sprite-images.png);
    background-repeat: no-repeat;
    background-size: 480px;
    background-position: -139px -334px;
    width: 60px;
    height: 60px;
    transition: .6s;
    padding: 6px;
}
.grammerly_page {
padding: 60px 0px;
}
.home_banner_opacity.word_counter {
padding-top: 60px;
}
.boxed_words_counter .text-center.title_spheader {
max-width: 70%;
margin: 0 auto 40px;
}
.boxed_words_counter .text-center.title_spheader p {
text-align: center;
}
.services_form_breadcrumb {
padding: 0;
}
@media (min-width: 320px) and (max-width: 767px){
.boxed_words_counter .text-center.title_spheader {
max-width: 100%;
margin: 0 auto 20px;
}
.home_banner_opacity.word_counter {
padding-top: 0;
padding-bottom: 15px;
}
}
@media (min-width: 768px) and (max-width: 991px){
.home_banner_opacity.word_counter {
padding-top: 130px;
padding-bottom: 15px;
}

}



@media (min-width: 992px) and (max-width: 1199px){
.home_banner_opacity {
padding: 85px 0 50px !important;
}
}

.banner-sec{
    width: 100%;
    margin: auto;}
	
.login-info-list h2{ padding-bottom: 5px;   margin: 0px 0 10px;}

.boxed-login-page {
    margin-bottom: 10px;}
	
.login-info-list{background: transparent;
    border-radius: 6px;}

.boxed-login-page .btn-primary{display: inline-block;
    width: 100%;
    margin: 0 7px 0 0;
    padding: 13px;
    font-size: 15px;
    background: linear-gradient(270deg, #0d1f42, #0d1f42, #072a6e);}
	
.boxed-login-page .btn-outline-light{display: inline-block;
    width: 100%;
    background: linear-gradient(270deg, #8561ff, #f89804, #ffab2f);
    margin: 0 0 0 7px;
    padding: 13px;
    font-size: 15px;}
.login-info-list h2{color: #ffffff;font-weight: 600;}

.tooltip > span {
    padding-left: 1rem;
}

@media (min-width: 190px) and (max-width: 319px){
.order_wrapper {
    margin-top: 1rem;
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 991px){
.accounting-box-list-qu li {
    display: inline-block!important;
    width: 50%!important;
	height:120px!important;
    float: left!important;
}
}

@media (min-width: 320px) and (max-width: 767px){
.student_prefer_icons {
    width: 29%!important;
    padding: 10px 0px 15px 35px!important;
}
}

input#pagesVisual {
    background-color: #F9F7FF;
}

.review-top-row {
    position: relative;
}
.review-top-row span {
    color: #13245a;
    position: relative;
    font-size: 45px;
    font-weight: 600;
}
.experts-form-main {
    position: relative;
    margin-top: 15px;
    margin-bottom: 35px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.experts-form-main .form-group {
}
.experts-form-main .form-group select {
    width: 100%;
    background: white;
    border: 0;
    padding: 16px 10px;
    border-radius: 5px;
}
.experts-form-main .form-group select option {
}
.experts-form-main .expert_btn {
    background-color: #12245a;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 16px;
    border: 0;
    color: white;
}
.reviews {
    margin-top: -120px;
}
.reviews .theme.text-center h2{font-weight: 700;
    margin-bottom: 25px;
    margin-top: 24px;}


.bg-new-review-cls .item {
}
.expert-rw-cls-box {
    float: left;
    width: 100%;
    box-shadow: 1px 2px 2px 1px #f0f0f0;
}
.bg-new-review-cls .item .expert-box {
    padding: 20px 15px 20px 20px;
}
.expert-box {
    background: #fff;
    float: left;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.expert-box .expert-reviews {
    width: 70px;
    height: 70px;
    object-fit: cover;
    display: inline-block;
    border-radius: 50%;
}
.expert-new-sd-area-cls-sd .expert-box .trust-content {
    padding: 0 0 0 8px;
}
.expert-box .trust-content {
    padding: 0;
    display: inline-block;
    flex-flow: column;
    text-align: left;
}
.reviews .expert-box .star-icon-hm {
    max-width: 100px;
    display: inline-block;
    padding: 0;
}
.expert-new-sd-area-cls-sd .expert-description {
    padding-top: 0;
}
.expert-description {
    float: left;
    padding: 30px 20px 17px;
    width: 100%;
    clear: both;
}
.expert-description p {
    margin-bottom: 6px;    text-align: left;
}
.bg-new-review-cls .item .top-row-degree {
    padding: 12px 0;
    border: 0;
}


.expert-description .expert-customer-cls {
}
.expert-description .expert-customer-cls .degree-spce-cls {
}
.expert-ul-list {
    margin-bottom: 0;
}
.expert-ul-list li {
    font-size: 14px;
    margin-bottom: 4px;
}
.expert-ul-list li .fa {
}
.order-cls {
    float: right;
    display: flex;
}
.expert-btm-new-bthbox {
    margin-bottom: 27px;
    float: left;
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    height: auto !important;
}
.expert-description h4 {
    font-size: 18px;
    font-weight: 600;
}
.best-expert-near-you-cls{     padding-bottom: 30px;  }
.best-expert-near-you-cls .theme__big--title{ margin-top: 10px !important;}
.best-expert-near-you-cls .assignment-des-inner p{margin-top:11px;}
 .inner_banner_opacity{padding: 50px 0 80px;}

.inner_banner_backg h1{margin-bottom: 7px;    font-size: 45px;}


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

.reviews {
    margin-top: 0;
}

.expert-slider{margin-bottom: 20px;}
}

@media only screen and (max-width:767px) {
.inner_banner_backg h1 {
    margin-bottom: 7px;
    font-size: 25px;
}
.expert-caption{    padding: 10px;}

.expert-box .expert-reviews {
    width: 60px !important;
    height: 60px !important;}

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

.register{margin-top: 36px;}

.expert-customer-cls .degree-spce-cls .review-id{    font-size: 14px;}

.order-cls {
   
    font-size: 14px;
}


.state-exp {
    display: flex;
    font-size: 13px;}

.expert-caption .trust-content .trust-service{font-size: 13px;}
.star-icon-hm{max-width: 70px;}

.trust-number {
    font-size: 14px;
}

 .expert-caption .trust-content .trust-service, .state-exp{font-size: 13px;}
.experts-form-main .expert_btn{
   padding: 13px;
}
.experts-form-main .form-group select{padding: 13px 10px;}
.reviews .theme.text-center h2, .theme.text-center h2
{    font-size: 22px;}

.expert-rw-cls-box{border: 1px solid #efefef;
    margin-bottom: 14px;}

}

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

.degree-spce-cls {
    float:none;
}
.order-cls {
    float: left;
    display: block;
}
.expert-customer-cls{padding: 9px 20px;}
}

.headerfull {
    background-color: #fff;
  }

  .headerfull {
    width: 100%;
    height: 52px;
    position: relative;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  }
  
 #cookies-wrapper {
  position: fixed;
  bottom: 45px;
  left: 150px;
  width: 400px;
  padding: 15px;
  background-color: #000;
  z-index: 999999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  opacity: .9;
}

#cookies-wrapper #popup {
  position: relative;
  bottom: 0;
  left: 0;
}

#cookies-wrapper .container {
  background: 0 0;
  width: auto !important;
}

#cookies-wrapper #popup p {
  font-size: 13px;
  color: #fff;
  display: inline-block;
  line-height: 15px;
  font-family: robotolight;
}

#cookies-wrapper #popup p span {
  font-size: 15px;
  line-height: 18px;
  display: block;
  font-family: robotoregular;
  margin-bottom: 6px;
}

#cookies-wrapper #popup input[type=submit] {
  width: auto;
  cursor: pointer;
  margin-top: 9px;
  font-family: robotoregular;
  display: inline-block;
  font-size: 13px;
  color: #000;
  background: #ffb900;
  border-radius: 3px;
  text-align: center;
  padding: 5px 15px;
  text-decoration: none;
  font-style: inherit;
  border: none;
}

#cookies-wrapper #popup a {
  color: #fff;
  text-decoration: underline;
  font-style: italic;
  font-size: 13px;
  margin: 0 0 0 7px;
  vertical-align: -webkit-baseline-middle;
}



.review-new-des{
    padding: 0px !important;
  }
  .border_testimonials .tlp-tm-content-wrapper{
    padding: 0px !important;
  }



@media (max-width: 912px) {
  .review-container {
    flex-direction: column-reverse !important;
    text-align: center !important;
    /* Stack image on top, content below */
  }
}






 .manage-paddinga, .services-paddinga {
    padding: 40px 0;
}
.headings {
    margin-bottom: 50px;
}
.headings.center, .recently-reviews .degree, .services-page-tabs .services-tabs .tab-content p {
    text-align: center;
}
.headings .heads {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1.25rem;
    font-size: 2rem;
}
.headings .head:before, .headings .headone:before {
    text-align: center;
    width: 15px;
    height: 10px;
    background: #367fd3;
    content: "";
    bottom: -4px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    border: 2px solid #fff;
    z-index: 9;
}
.headings .heads:after, .headings .headone:after {
    position: absolute;
    text-align: center;
    width: 120px;
    height: 1px;
    background: #367fd3;
    content: "";
    bottom: 0;
    margin: 0 auto;
}
.table .thead-light th:nth-child(odd) {
    background: #2162ac !important;
    border-color: #2162ac !important;
}
.table .thead-light th {
    color: #fff !important;
    background-color: #367fd3 !important;
    border-color: #367fd3 !important;
    font-weight: 500;
}

.headings.center p {
    line-height: 28px;
    max-width: 80%;
    margin: 0 auto;
}
.pricing-list .table td:first-child, .recently-reviews {
    background: #eef5ff ;
}
.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border: 2px solid #dee2e6 ;
}
.table-hover-cells>tbody>tr>td:hover, .table-hover-cells>tbody>tr>th:hover {
    background-color: #c8d9ee ;
}

.table-bordered td:first-child{
      background: #eef5ff !important ;
}

/* new design price  */

 /* new section */
.custom-pricing-cards {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: space-between;
}

.custom-card {
flex: 1;
/* min-width: 280px; */
min-width: 233px;
background: linear-gradient(to bottom, #fefefe, #f4f4f4);
border-radius: 16px;
box-shadow: 0 6px 16px rgb(0 0 0 / 0.06);
padding: 25px 20px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
display: flex;
flex-direction: column;
justify-content: space-between;
overflow: hidden;
margin-bottom: 1.5rem !important;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.125);
}

.custom-card-header {
margin-bottom: 16px;
}

.custom-card-title {
font-size: 1.4rem;
font-weight: 600;
margin-bottom: 5px;
color: #222;
}

.custom-card-price {
font-size: 1.7rem;
font-weight: 700;
color: #2c7be5 !important;
}

.custom-card-text {
font-size: 1rem;
line-height: 1.6;
color: #555;
}
sidebar.gah_sidebar {
position: sticky;
top: 36px;
}
/* end  */