/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.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: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.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: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.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;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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 (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  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 (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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 (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.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%;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 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[data-bs-popper] {
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto /* rtl:ignore */;
  left: 0 /* rtl:ignore */;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0 /* rtl:ignore */;
  left: auto /* rtl:ignore */;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  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;
}

.dropend .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
}
.dropend .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .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;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropstart .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .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;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  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, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  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 {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  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;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  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;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    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 .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    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 .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    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 .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    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 .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  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 .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  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 .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  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 .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}


.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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 (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  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;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.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;
}
.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.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  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: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  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: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 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-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .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;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  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 .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  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;
}

.d-flex {
  display: flex !important;
}

.position-relative {
  position: relative !important;
}

.w-100 {
  width: 100% !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center !important;
}

.align-self-center {
  align-self: center !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}
.text-center {
  text-align: center !important;
}

/* silck-theme.css */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
.slick-slide img
{
    display: block;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
.slick-prev:before
{
    content: '←';
}
.slick-next
{
    right: -25px;
}
.slick-next:before
{
    content: '→';
}




body {
    color: #333;
    font-weight: 300;
    line-height: 1.5;
    margin:0;
    font-family: Roboto, sans-serif;
}

ul {
    padding-left: 0;
    list-style-type: none;
}

.info-wrap a {
    color: #068dc4 !important;

}

.top-list strong {
    float: right;
    font-weight: 400;
    font-size: 15px;

}

.university-ranking {
    margin-top: -8px;
}

.university-ranking {
    font-weight: 600;
}

p:last-of-type {
    margin-bottom: 0;
}

p {
    font-size: 16px;
    font-weight: 300;
}

/* buttons */
.btn {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    padding: 5px 25px;
    border-radius: 4px;
    letter-spacing: .5px;
    text-transform: uppercase;
    border: 2px solid transparent;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.text-right {
    text-align: right;
}

.btn-lg {
    line-height: 1;
    font-size: 16px;
    padding: 15px 35px;
}

.btn-primary {
    border-color: #e53033;
    background-color: #e53033;
}

.btn-primary:hover {
    background-color: transparent;
    border-color: #2c3f69;
    color: #2c3f69 !important
}

/* forms */
.form-control {
    background-color: #fff;
    color: #333;
    height: 52px;
    font-size: 17px;
    line-height: 1;
    font-weight: 300;
    padding: 4px 15px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.form-control:focus {
    outline: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
    background-color: #f0f0f0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

/* form ends here */

/* header starts here */
.header {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99;
}













.btn-primary {
    color: #fff !important;
    background-color: #e53033;
    border-color: #e53033;
}

.btn {
    padding: 7px 25px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 1px;
}

img {
    width: auto;
    max-width: 100%;
}

a {
    text-decoration: none;
}

.top-header {
    background-color: #2c3f69;
    padding: 5px 0;
}

.top-header .email {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    font-weight: 300;
}

.top-header .email img {
    width: 10px;
    margin-right: 4px;
}

.top-header .email a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
}

.top-header .email a:hover {
    text-decoration: underline;
}

.top-header .social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-header .social ul li {
    margin: 0 7px;
}

.top-header .social ul li a img {
    max-width: 16px;
    height: 16px;
}

.top-header .menu {
    padding: 7px 0;
}

.top-header .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-header .menu ul li {
    padding: 0 8px;
    font-size: 13px;
    line-height: 1.1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.top-header .menu ul li img {
    width: 12px;
    margin-right: 5px;
}

.top-header .menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

.top-header .menu ul li a:hover {
    text-decoration: underline;
}

.top-header .menu ul li:last-child {
    border-right: 0;
}

.logo {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
}

.logo a {
    display: inline-block;
}

header .call-us {
    max-width: 250px;
    width: 100%;
    margin-left: auto;
    padding: 13px 0;
}

header .call-us .title {
    font-size: 22px;
    color: #000000;
    line-height: 1.2;
}

header .call-us a {
    color: #be1e26;
    font-size: 30px;
    font-weight: 900;
    text-decoration: none;
}

.menuabar {
    background-color: #ffffff;
    padding: 10px;
    -webkit-box-shadow: 0 2px 3px rgb(96 96 96 / 10%);
    box-shadow: 0 2px 3px rgb(96 96 96 / 10%);
    -webkit-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
}

.menuabar .navbar .nav-link {
    color: #484747;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 13px 11px;
}

.menuabar .dropdown.mega .dropdown-menu {
    min-width: 500px;
}

.menuabar .dropdown.mega .dropdown-menu a.dropdown-item {
    text-overflow: ellipsis;
    overflow: hidden;
}

.menuabar .navbar {
    padding: 0;
}



/*dropdown-menu*/
.drop-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 10rem;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 1px solid rgba(0, 0, 0, .15);
    padding: 21px 8px 21px;
    border: solid 1px #eee;
    background-color: #fff;
    border-radius: 0px;
    width: max-content;
    top: 100%;
    margin-top: 8px;
    min-width: 245px;
    margin-top: 22px;
}

.drop-menu.megamenu {
    width: 1080px;
    left: -317px;
}

.drop-menu.megamenu .menu-inner strong {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
}

.drop-menu.megamenu .menu-inner strong:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #333;
    display: block;
}

.menu-inner ul {
    padding: 0;
    margin: 0;
}

.menu-inner ul li {
    list-style: none;
    display: block;
    text-align: center;
    white-space: nowrap;
    text-align: left;
    border-bottom: 1px dashed #c0c0c0;
}

.menu-inner ul li:last-child {
    border-bottom: none;
}

.menu-ul li:last-child {
    border-bottom: none;
}

.menu-inner ul li a {
    line-height: 18px;
    border-right: none;
    text-align: left;
    padding: 7px 0px;
    background: transparent;
    background-image: none;
    border-right: 0 none;
    display: block;
    background-color: transparent;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    color: #444;
}

.menu-inner strong {
    font-size: 15px;
    font-weight: 600;
}

.menu-inner-a {
    padding-top: 20px;
}

.drop-menu.megamenu {
    background-image: url(../images/map_transparent_dark.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.menu-wrep {
    padding-bottom: 30px;
    background-image: url(../images/border.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.abroad {
    margin: 0 10px;
}

.abroad img {
    height: 104px;
}

.abroad strong:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #333;
    display: block;
    margin-bottom: 15px;
}

.abroad strong a {
    color: #333;
    font-size: 16px;
    font-weight: 700;
}

.drop-menu {
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.35s;
    -ms-transition: -ms-transform 0.3s, opacity 0.35s;
    -moz-transition: -moz-transform 0.3s, opacity 0.35s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.35s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
}

.navbar-expand-lg .nav-item.dropdown:hover > .drop-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}

.drop-menu:after {
    position: absolute;
    height: 30px;
    width: 100%;
    top: -24px;
    left: 0;
    background-color: transparent;
    content: "";
}

.drop-menu .nav-link {
    border: none;
    color: #444;
    font-size: 16px;
    font-weight: 400 !important;
    margin-bottom: 4px;
    padding: 9px;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.menuabar .navbar .drop-menu .nav-link {
    color: #444;
    opacity: 1;
    font-weight: 600 !important;
    padding: 12px 8px;
}

.menuabar .navbar .drop-menu .nav-link.active {
    color: #e53033;
}

.tebe-infos {
    padding: 30px !important;
    background-color: #ffffff;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.menu-ul li {
    list-style: none;
    display: block;
    text-align: center;
    white-space: nowrap;
    text-align: left;
    border-bottom: 1px dashed #c0c0c0;
}

.menu-ul li a {
    line-height: 18px;
    border-right: none;
    text-align: left;
    padding: 10px 0px;
    background: transparent;
    background-image: none;
    border-right: 0 none;
    display: block;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    color: #444;
}

.drop-menu.megamenu .menu-inner strong.heding-menu:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #333;
    display: block;
}

.tebe-infos .heding-menu::after {
    content: "";
    width: 20px;
    height: 2px;
    background: #333;
    display: block;
    margin-bottom: 10px;
}

.drop-menu.megamenu-2 {
    left: -385px;
}

.drop-menu.megamenu .abroad .row [class*="col-"] {
    padding: 0 5px;
}

.drop-menu.megamenu .abroad .row {
    margin: 0 -5px;
}

.menu-inner ul li:hover a {
    color: #e53033;
}

.contect-icon ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.contect-icon {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background-color: #002046;
    padding: 15px 0;
    display: none;
}

.contect-icon li {
    width: 24%;
    text-align: center;
    list-style: none;
}

.contect-icon li img {
    width: 43px;
}

.contect-icon li span {
    font-size: 14px;
    display: block;
    margin-top: 10px;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.contect-icon li a {
    color: #ffffff;
}

.menu-ul {
    padding-left: 0;
}

.drop-menu:after {
    position: absolute;
    height: 30px;
    width: 100%;
    top: -27px;
    background-color: transparent;
    content: "";
}

.menuabar .btn-primary {
    text-transform: uppercase;
}

.menuabar .navbar-collapse {
    display: inline-block;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    width: auto;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
}

.nav-item.dropdown:hover > .drop-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}

.navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.top-header > * {
    color: #ffffff;
}

.top-header .fa {
    margin-right: 8px;
}

/*.top-bar {
  color: white;
  background-color: #2c3f69;
}

.top-bar-inner {
  font-size: 14px;
  font-weight: 400;
  line-height: 39px;
  align-items: center;
  justify-content: space-between;
}

.top-bar-social {
  margin-bottom: 0;
  display: inline-block;
  list-style-type: none;
}

.top-bar-social li {
  display: inline-block;
  padding-left: 10px;
}

.top-bar i {
  font-size: 14px;
  padding-right: 7px;
}

.top-bar-social li a{
  color: white;
}

.header-inner {
  background-color: white;
  transition: all 450ms ease-in-out;
  box-shadow: 0 2px 3px rgb(96 96 96 / 10%);
}

.header-inner .navbar {
  padding: 10px 0;
  transition: all 450ms ease-in-out;
}

.header-sticky .navbar {
  padding: 3px 0;
}*/
/*
.navbar-light .navbar-nav .nav-link {
  font-size: 13px;
  font-weight: 700;*/
/* letter-spacing: .5px; */
/*  text-transform: uppercase;
  padding: 15px 23px 10px 0;
}
*/
/* header ends here */

/* banner starts here */
.banner {
    padding: 89px 0 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-image: url('../images/hero-3.jpg')
}

.banner-form {
    border-radius: 6px;
    margin: 0 20px 0 0;
    padding: 45px 30px 45px;
    background-color: #f8f9fb;
    max-width: 375px;
    margin-left: auto;
}

.banner-title {
    font-size: 3rem;
    line-height: 1.1;
    font-weight: 700;
}

.list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 613px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}

.list li:after {
    position: absolute;
    left: 0;
    top: 8px;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    border: solid 1px #6a6a6a;
    content: "";
}

.list li p {
    font-size: 1.125rem;
    line-height: 27px;
    font-weight: 300;
    display: inline-block;
    color: #6a6a6a;
}

.about-content .list li p {
    font-size: 17px;
}

.list li i {
    font-size: 16px;
    margin-top: 4px;
    padding-right: 10px;
}

.form-title {
    color: #222;
    font-size: 21px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
}

/* banner ends here */

/* about section starts here */

.about-section {
    padding: 50px 0 0;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-image: url('../images/tra-city.png');
}

.subtitle {
    color: #aaa;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 25px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
}

.section-title {
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 1.2;
}

.about-section .heading-wrap {
    margin-bottom: 25px;
}

.about-section .btn-wrap {
    margin-top: 25px;
}

/* about section ends here */

.banner-form .form-group {
    margin-bottom: 10px;
}

.tebe-infos .heding-menu {
    font-weight: 600;
}

.header.header-sticky .menuabar {
    padding: 8px 12px;
    -webkit-transform: all ease-in-out 0.35s;
    transform: all ease-in-out 0.35s;
}

.header .logo img {
    transition: all ease-in-out 0.35s;
    -webkit-transition: all ease-in-out 0.35s;
    -ms-transition: all ease-in-out 0.35s;
    -moz-transition: all ease-in-out 0.35s;
    -o-transition: all ease-in-out 0.35s;
}

.header.header-sticky .logo img {
    max-width: 120px;
}

.banner .heding-wrap {
    margin-bottom: 30px;
}

.about-section .thim-img {
    max-width: 430px;
    margin-left: auto;
}

/* 02-04-2021 */
/* mbbs abroad section starts */
.heading {
    font-size: 2.25rem;
    font-weight: 500;
    letter-spacing: .5px;
}

.mbbs-abroad {
    margin-top: 30px;
}

.expert-content p {
    font-size: 16px;
}

h5.name {
    font-size: 17px;
}

.media {
    border-radius: 6px;
    padding: 30px 25px 30px;
    border: 1px solid #e5e5e5;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 100%;
}

.mbbs-abroad .contant-wrap [class*="col-"] {
    margin-bottom: 30px;
}

.media:hover {
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.mbbs-abroad .media img {
    max-width: 55px;
    max-height: 55px;
}

.media-body h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.media-body p {
    font-size: 15px;
    margin: 15px 0 0;
    text-align: justify;
    font-weight: 300;
}

/* mbbs abroad section ends here */

/* popular countries section starts here */
.popular-countries {
    padding: 30px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-image: url('../images/tra-map.png');
}

.popular-card {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #ffffff;
    height: 100%;
}

.popular-countries .row [class*="col"] {
    margin-bottom: 30px;
}

.popular-card:hover {
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}


.popular-card .card-heading {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

.popular-card .card-link {
    display: inline-block;
    color: #aaa;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 16px;
    -webkit-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
}

.card-body {
    font-weight: 300;
}

.popular-card .card-link:hover {
    color: #e53033;
}

.card-link i {
    padding-left: 5px;
}

.card-content {
    padding: 30px 20px 16px;
}

/* popular countries section ends here */

/* choose-us section starts here */
.choose-us {
    padding: 20px 0;
}

.choose-us .media {
    display: block;
    text-align: center;
}

.choose-us .media img {
    width: 30%;
}

.choose-us .media h5 {
    margin: 25px 0 12px;
}

.choose-us .media p {
    font-size: 16px;
    line-height: 1.6;
}

.sub-heading {
    max-width: 684px;
    display: block;
    margin: 0 auto;
    font-size: 1.066rem;
}

/* choose-us section ends here */


/* consultant section starts here */
.consultant {
    padding: 30px 0 35px;
    background-size: cover;
    background-color: #e53033;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-image: url('../images/map_transparent_dark.png');
}

.white-heading {
    color: white;
}

.consultant-card {
    overflow: hidden;
    padding: 40px 35px;
    text-align: center;
    border-radius: 10px;
    height: 100%;
    background-color: #fbfcfd;
    border: 1px solid #e5e5e5;
}

.consultant .content-wrp [class*="col"] {
    margin-bottom: 15px;
}

.consultant-img img {
    width: 58px;
}

.consultant-content h5 {
    color: #e53033;
    font-size: 48px;
    margin: 15px 0 10px;
}

.consultant-content p {
    font-size: 15px;
}

.consultant .col-lg-3 {
    padding: 0 8px;
}

/* consultant section ends here */

/* experts section starts here */
.experts {
    padding: 20px 0 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url('../images/city.png');
}

.experts .slick-slide {
    border-radius: 6px;
    padding: 40px 30px;
    margin: 10px 8px 20px;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    -webkit-box-shadow: 0 0 0 1px rgb(56 60 67 / 5%), 0 1px 3px 0 rgb(56 60 67 / 15%);
    box-shadow: 0 0 0 1px rgb(56 60 67 / 5%), 0 1px 3px 0 rgb(56 60 67 / 15%);
}

.experts .slick-slide img {
    width: 75px;
    height: 75px;
    display: inline-block;
    margin: 0 15px 0 0;
    border-radius: 100%;
}

.expert-content {
    margin-top: 15px;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.5;
}

.slick-prev,
.slick-next {
    top: 100%;
    height: 35px;
    width: 35px;
}

.slick-prev:before {
    content: "";
}

.slick-next:before {
    content: "";
}

.slick-prev:before,
.slick-next:before {
    opacity: 1;
    background-size: 35px;
    height: 35px;
    width: 35px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.slick-prev:before {
    background-image: url(../images/left-arrow.svg);
}

.slick-next:before {
    background-image: url(../images/right-arrow.svg);
}

.slick-prev:hover ~ :before,
.slick-next:hover ~ :before {
    color: #e53033;
}

.slick-prev {
    left: 47%;
}

.slick-next {
    right: 46%;
}

/* experts section ends here */

/* faq section starts here */
.faq {
    padding: 20px 0;
}

.accordion .card {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 14px;
}

.faq-accordion .card-header {
    border-bottom: 0;
    position: relative;
    padding: 11px 39px 11px 17px;
    background-color: #f6f7f9;
    cursor: pointer;
}

.faq-accordion .card-header:after {
    content: "";
    cursor: pointer;
    font-size: 18px;
    font-weight: 800;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 13px;
    width: 13px;
    background-image: url(../images/down-arrow.svg);
    background-size: 13px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -moz-transition: all 0.35s;
}

.faq-accordion .card-header.collapsed:after {
    -webkit-transform: unset;
    transform: unset;
    -webkit-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -moz-transition: all 0.35s;
}

.faq-accordion .btn.btn-link {
    width: 100%;
    padding: 0;
    color: #222;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: capitalize;
}

.faq-accordion .btn.btn-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faq-accordion .btn.btn-link .question {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
}

.faq-accordion .question-no {
    float: left;
    font-weight: 500;
}

/* faq section ends here */

/* blog section starts here */
.blog-slider .slick-slide {
    border-radius: 6px;
    margin: 0 6px 30px;
    border: 1px solid #ddd;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: none;
}

.blog-slider .slick-slide:hover,
.blog-slider .slick-active {
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.blog-content {
    padding: 30px 20px 17px;
}

.blog-content p {
    font-size: 14px;
}

.blog-title {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

.blog-link {
    display: inline-block;
    color: #aaa;
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
}

.blog-link i {
    padding-left: 5px;
}

.date {
    color: #aaa;
    font-size: 11px;
    font-weight: 500;
}

.blog-footer {
    margin-top: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* blog section ends here */

/* photo gallery section starts here */
.photo-gallery {
    padding: 30px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-image: url('../images/tra-map.png');
}

.gallery-img {
    margin-bottom: 30px;
}

.gallery-img img {
    border-radius: 4px;
    /* overflow: hidden; */
}

.border-btn {
    color: #e53033;
    font-size: 16px;
    padding: 10px 35px;
    background-color: transparent;
    border-color: #e53033;
}

.border-btn:hover {
    color: #fff !important;
    background-color: #2c3f69;
    border-color: #2c3f69;
}

.btn-arrow span {
    position: relative;
}

.btn-arrow:focus span,
.btn-arrow:hover span {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.btn-arrow i {
    line-height: 1;
    position: absolute;
    left: 0;
    opacity: 0;
    top: 54%;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out;
}

.btn-arrow:hover i {
    top: 47%;
    left: 10px;
    opacity: 1;
}

/* photo gallery section ends here */

/* photo gallery section ends here */

/* video section starts here*/
.video-section h3 {
    font-size: 35px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 24px;
}

.video-square {
    position: absolute;
    top: 50%;
    left: -15px;
    padding: 30px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}

.video-section p {
    font-size: 17px;
    line-height: 25px;
}

.video-square i {
    font-size: 72px;
    color: #e53033;
}

.gallery-img img {
    width: 100%;
}

.blog .blog-img img {
    width: 100%;
}

/* video section ends here*/

/* our partners start here */
.partners-section {
    padding: 30px 0;
}

.logo-wrapper {
    font-size: 0;
}

.brand-logo {
    display: inline-block;
    text-align: center;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #fff;
    margin: 0 0 20px;
    border-radius: 6px;
    -webkit-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
    -webkit-box-shadow: 0 0 0 1px rgb(56 60 67 / 5%), 0 1px 3px 0 rgb(56 60 67 / 15%);
    box-shadow: 0 0 0 1px rgb(56 60 67 / 5%), 0 1px 3px 0 rgb(56 60 67 / 15%);
}

.brand-logo:hover {
    -webkit-box-shadow: 0 0 0 1px rgb(56 60 67 / 7%), 0 8px 14px 1px rgb(56 60 67 / 15%);
    box-shadow: 0 0 0 1px rgb(56 60 67 / 7%), 0 8px 14px 1px rgb(56 60 67 / 15%);
}

.video-section .them-img {
    position: relative;
}

.video-section {
    background-color: #ffff;
    padding-top: 15px;
}

.blog {
    padding-bottom: 30px;
    background-color: #ffffff;
}

/* our partners ends here */


/*sk-02-04-2021*/
.popular-countries .card-img {
    position: relative;
}

.popular-countries .card-img img {
    width: 100%;
}

.popular-card .flag-img img {
    position: absolute;
    right: 15px;
    top: auto;
    bottom: -35px;
    width: 70px;
    height: 70px;
}

.column.col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mbbs-abroad .them-icon {
    max-width: 55px;
    min-height: 55px;
    margin-right: 20px;
}

.choose-us .contact-wrap [class*="col-"] {
    margin-bottom: 30px;
}

.slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    background: #000;
    border-radius: 100%;
}

.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 3px;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots {
    bottom: -14px;
}

.slick-dotted.slick-slider {
    margin-bottom: 10px;
}

.about-content {
    max-width: 560px;
}

.header-sticky .drop-menu {
    margin-top: 15px;
}

/*footer css start here*/
.footer {
    background-image: url(../images/footer-bg.jpg);
    background-repeat: no-repeat !important;
    background-position: center center !important;
    padding: 70px 0px 0;
    color: #fff;
    background-size: cover !important;
    margin: 70px 0 0;
    background-attachment: fixed;
}

.bg-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.foot-wraper {
    display: block;
    padding: 10px 0px;
    width: 250px;
}

.foot-wraper p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.foot-contact-info {
    display: block;
    padding: 0px 0px 0px;
    margin: 0;
    padding-left: 15px;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-links {
    padding-left: 15px;
}

.foot-contact-info ul li span {
    width: 17px;
    margin-right: 7px;
    display: inline-block;
    vertical-align: top;
    margin-top:6px;
}

.foot-contact-info ul li address,
.foot-contact-info ul li a,
.foot-contact-info ul li a {
    display: inline-block;
    width: calc(100% - 29px);
    width: -ms-calc(100% - 29px);
    color: rgb(255 255 255 / 0.80);
    margin-bottom: 12px;
    font-size: 16px;
}

.foot-social-link ul li {
    display: inline-block;

}

.foot-social-link ul a {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 0px;
    text-align: center;
    line-height: 44px;
    background-color: transparent;
    color: #fff;
}

.foot-social-link ul a.ico-youtube:hover {
    background-color: #cd1b20;
}

.foot-social-link ul a.ico-facebook:hover {
    background-color: #3b5998;
}

.foot-title {
    font-size: 21px;
    color: #ffffff;
    text-align: left;
    font-weight: 800;
    margin-bottom: 15px;
    margin-left: 15px;
}

.footer-links li {
    margin-bottom: 12px;
    font-size: 16px !important;
}

.footer-links li a {
    color: #fff !important;
    position: relative;
    font-size: 1rem !important;
}

.footer-links li a:hover {
    color: #fff !important;
    position: relative;
    text-decoration: underline;
}

.copy-right {
    padding: 20px 15px 16px;
    border-top: 1px solid #334567;
    margin-top: 10px;
}

.copy-right p,
.copy-right a {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}



/*footer-form-css*/
.footer-form-outer {
    margin: -140px auto 50px;
    max-width: 1024px;
    background-color: #f7f8f9;
    padding: 25px 35px 25px;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    border-radius: 6px;
}

.footer-form-outer .form-group {
    margin-bottom: 15px;
}

.footer-form-outer label {
    color: #333;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 10px;
}

/*.footer-form-outer .form-control {
    border: none;
    border-radius: 0px;
    background-color: transparent;
    padding: 0;
}
*/
.footer-form-outer .form-control-2 {
    width: 100%;
    background-color: #fff;
    color: #000;
    height: 45px;
    font-size: 14px;
    line-height: normal;
    padding: 4px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
}

.footer-form-outer button {
    height: 45px;
    width: 100%;
}

.footer-form-outer input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333;
}

.footer-form-outer input::-moz-placeholder {
    /* Firefox 19+ */
    color: #333;
}

.footer-form-outer input:-ms-input-placeholder {
    /* IE 10+ */
    color: #333;
}

.footer-form-outer input:-moz-placeholder {
    /* Firefox 18- */
    color: #333;
}


/*my-css(01-07-2021)*/
.star-rating-outer {
    font-size: 0px;
    line-height: normal;
    margin-bottom: 0;
}

.star-rating-outer li {
    display: inline-block;
    margin-right: 5px;
}

.star-rating-outer li:last-of-type {
    margin-right: 0;
}

.star-rating-outer li img {
    max-height: 20px;
}

.star-img {
    max-height: 20px;
}

.star-border {
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rank-main-outer:after {
    display: table;
    clear: both;
    content: "";
}

.uni-rank-left {
    width: 48%;
    float: left;
    margin-right: 2%;
}

.uni-rank-right {
    float: right;
    width: 50%;
}

.uni-rank-left .un-img {
    margin-right: 0;
    float: none;
}

.uni-rank-left .university-ranking {
    margin-top: 0;
    background-color: #e53033;
}

.uni-rank-left .university-ranking table td {
    color: #fff;
    font-size: 16px;
}

.right-bar-form {
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
}

.tag-list {
    font-size: 0px;
    line-height: normal;
    padding: 0;
    margin: 0;
    list-style: none;
}

.tag-list li {
    display: inline-block;
    border: 1px solid #ddd;
    color: #000;
    font-weight: 300;
    padding: 4px 8px;
    margin-right: 6px;
    margin-bottom: 6px;
    font-size: 15px;
    border-radius: 5px;
}
.heading-wrap h3{
    font-weight: 500;
    font-size: 23px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.popular-tags .heading-wrap h3{
    text-align:center;
}

@media screen and (max-width: 991px) {
    .foot-title {
        font-size: 1.16em;
    }

    .footer-links li a:before {
        margin-right: 10px;
    }

    .footer-links li a {
        font-size: 13px;
    }

    .footer-links li {
        margin-bottom: 10px;
    }

    .foot-contact-info ul li address,
    .foot-contact-info ul li a,
    .foot-contact-info ul li a {
        font-size: 13px;
    }

    .foot-wraper p {
        font-size: 14px;
    }

    .copy-right p {
        font-size: 14px;
    }

    .footer-form-outer {
        max-width: 96%;
    }

    .foot-contact-info {
        padding: 0px 0px 10px;
    }

    .uni-rank-left {
        width: 100%;
        float: none;
        margin-right: 0%;
    }

    .uni-rank-right {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }

    .right-bar-form {
        position: static;
    }

    .right-bar-form .banner-form {
        max-width: 100%;
    }

    .from-china .sidebar-main-outer:before {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .foot-title {
        margin-top: 30px;
    }

    .footer-form-outer {
        padding: 25px 0px 20px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 575px) {
    .footer-form-outer {
        padding: 15px 0px 10px;
    }

    .footer-form-outer .form-control input {
        height: auto;
        padding: 10px;
    }

    .footer-form-outer button {
        height: auto;
        width: auto;
    }

    .foot-title {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .footer .footer-links {
        padding-left: 8px;
        margin-bottom: 25px;
    }

    .copy-right .sitemap-outer a,
    .copy-right p {
        font-size: 13px;
    }

    .tag-list li {
        padding: 3px 6px;
        font-size: 14px;
    }

    .uni-rank-left .un-img {
        width: 100%;
    }
}

/* 03-04-2021 */
/* cookie starts here */
.cookie {
    width: 100%;
    color: #ecf0f1;
    padding: 12px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    background-size: cover;
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    background-color: #212327;
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    background-image: url('../images/cookie-bg.png');
}

.cookie a {
    color: #068dc4;
    margin-right: 10px;
    text-decoration: underline;
}

.cookie .btn-primary {
    font-size: 13px;
}

.cookie .btn-primary:hover {
    color: white !important;
    border-color: #0062cc;
    background-color: #0069d9;
}

/* cookie ends here */

/* scroll top starts here */
.scroll-top {
    width: 40px;
    height: 45px;
    bottom: 20px;
    right: 30px;
    z-index: 999;
    position: fixed;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(35, 35, 35, .65);
    background-image: url('../images/back-to-top.png')
}

.scroll-top:hover {
    background-color: #666;
}

/* scroll top ends here */
/* agent starts here*/
.agent {
    position: fixed;
    right: 80px;
    width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    line-height: 18px;
    font-size: 14px;
    top: 310px;
    padding: 2px;
    color: #fff;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 11px;
    background-color: #e53033;
    border: 2px solid #a21316;
    -webkit-transition: all .8s linear;
    transition: all .8s linear;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    -webkit-box-shadow: 0 0 0 rgb(204 169 44 / 40%);
    box-shadow: 0 0 0 rgb(204 169 44 / 40%);
    text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
}

.agent i {
    font-size: 28px;
}

.agent::after {
    content: '';
    position: absolute;
    right: -9px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #a21316;
    top: 12px;
}

/* agent ends here*/
/* floating icons starts here */
.floating-icon {
    position: absolute;
    right: 60px;
    top: 20px;
    z-index: 500;
}

.floating-icon ul {
    margin-bottom: 0;
}

.icons-inner {
    position: fixed;
    width: 60px;
    margin-top: 150px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 40%);
    box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 40%);
}

.floating-icon li {
    height: 45px;
    /* width:45px; */
    display: block;
    position: relative;
}

.floating-icon li .icon-link {
    color: #fff !important;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 45px;
    padding-left: 25%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    text-decoration: none !important;
    float: right;
}

.floating-icon li.float-whatsapp a {
    background: #25d366;
}

.floating-icon li.float-email a {
    background: #2c3f69;
}

.floating-icon li.float-call a {
    background: #e53033;
}

.floating-icon li.float-chat a {
    background: #ffa500;
}

.floating-icon li.wide a:hover {
    width: 220px;
}

.floating-icon i {
    position: relative;
    top: 10px;
    left: 6px;
    font-size: 22px;
    float: left;
}

.floating-icon .icon-link .icon-text {
    display: none;
    font-weight: bold;
    letter-spacing: 1px;
    margin-left: 50px;
    position: relative;
    white-space: nowrap;
}

.floating-icon .icon-link:hover .icon-text {
    display: block;
}

/* floating icons ends here */





/*sk-03-04-2021*/

/* Blog Page -->
==================
  Left Side Bar
==================
*/

.blog-wrap {
    padding: 50px 0;
}

.visits-wrep li {
    width: 50%;

}

.visits-wrep {
    max-width: 260px;
    margin: 0;
    padding: 0;
}

.visits-info {
    border: 1px solid #ececec;
    padding: 10px 15px;
    background: #f5f5f5;
}

.visits-wrep .icon-info {
    color: #373737;
    float: left;
    font-size: 12px;
    font-weight: 600;
}


.visits-wrep li .icon {
    font-size: 12px;
    margin: 0 5px 0 0;
    width: 13px;
    height: 21px;
}


.post-title {
    font-size: 22px;
    color: #da282b;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-weight: 500;
}

.post-wrap .thim-img {
    margin: 20px 0;
}

.post-wrap .info {
    margin-bottom: 20px;
}

.visits-info .card-link {
    color: #068dc4;
    font-weight: 300;
    font-size: 15px;
}

.post-wrap {
    margin-bottom: 40px;
}

.search-bar {
    margin-bottom: 30px;
}

.search-bar .form-control {
    border: 1px solid #f0f0f0;
    background-color: #fff;
    height: 46px;
    border-radius: 0;
    font-size: 15px;
}

.search-bar .btn {
    padding: 8px 18px;
    font-size: 14px;
    border-radius: 0;
    width: 75px;
}

.search-bar .search-icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 23px;
    margin: auto;
    width: 16px;
    color: #fff;
    cursor: pointer;
}

.search-bar .brn-wrap {
    position: relative;
    height: 46px;
}

.search-bar .btn:hover {
    background-color: #e53033;
    border-color: transparent;
}

.blog-wrap .right-bar {
    max-width: initial;
    margin-left: auto;
    border-left: solid 1px #f0f0f0;
    padding-left: 21px;
    margin-left: 5px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.top-links {
    background-color: #f1f1f1;
    padding: 30px 25px 25px;
    margin-bottom: 30px;
}

.top-links .heading-wrap .title {
    font-weight: 500;
    font-size: 23px;
}

.top-links .heading-wrap {
    text-align: center;
    margin-bottom: 15px;
}

.h5-lg h4 {
    color: #222;
    font-size: 21px;

}

.top-list a {
    color: #555;

}

.top-links .top-list {
    margin-bottom: 0;
}

.top-links .top-list li {
    padding: 9px 0 9px 18px;
    border-bottom: 1px dashed silver;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 15px;
    font-weight: 400;
    position: relative;
}

.top-links .top-list li:after {
    position: absolute;
    left: 0;
    top: 12px;
    font: normal normal normal 19px/1 FontAwesome;
    background-image: url(../images/right-arrow-2.svg);
    background-size: 12px;
    height: 13px;
    width: 12px;
    content: "";
    color: #e53033;
    background-repeat: no-repeat;
}

.top-list span {
    float: right;
    font-weight: 400;
}

.top-links .top-list-table li {
    padding: 9px 0 9px 18px;
    border-bottom: 1px dashed silver;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 15px;
    font-weight: 400;
    position: relative;
}

table tr th {
    font-weight: 500;
}

.default-btn {
    color: rgb(211, 202, 209);
    font-size: 17px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.red {
    color: #ffa3a5;
}

.blue {
    color: #8f8fff;
}

.latest-blogs .visits-wrep li {
    width: 100%;
}

.latest-blogs .visits-wrep .icon-info {
    color: #373737;
    font-size: 15px;
    font-weight: 400;
}

.latest-blogs .visits-wrep li .icon {
    font-size: 13px;
    margin: 0 10px 0 0;
}

.blog-title {
    margin-bottom: 10px !important;
    display: block;
}

.blog-title a {
    color: #353535;
    font-size: 16px;
    font-weight: 400;
}

.blogs-wrap {
    border-bottom: #e9e9e9 1px solid;
    padding: 18px 0;
}

.blogs-wrap:first-child {
    border-top: #e9e9e9 1px solid;
}

.latest-blogs {
    margin-top: 20px;
}

.page-pagination .page-item .page-link {
    position: relative;
    display: block;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    padding: 11px 16px;
    color: #e53033;
}

.page-item {
    margin-right: 7px;
}

.page-item.disabled .page-link {
    color: #aaa;
    background-color: #fff;
    border-color: #e5e5e5;
}

.page-item.active .page-link {
    background-color: #594173;
    color: #fff;
    border-color: #594173;
    -webkit-box-shadow: 0 8px 8px rgb(0 0 0 / 15%);
    box-shadow: 0 8px 8px rgb(0 0 0 / 15%);
}

.inner-page-banner {
    background-image: url(../images/breadcrum.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 50px 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    font-size: 25px;
    display: inline-block;
    padding-right: 11px;
    margin-top: -2px;
    margin-left: 4px;
    content: "\00bb";
}

.breadcrumb {
    margin-bottom: 0;
}

li.breadcrumb-item {
    font-size: 24px;
}

.breadcrumb-item.active {
    color: #ffffff;
    font-weight: 500;
}

.breadcrumb-item a {
    color: #e53033;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff;
}

.text-icon {
    display: none;
}

.cookie.close {
    display: none;
}

.blog-content h5 {
    font-size: 15px;
    font-weight: 500;
}
























h3 {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
}



.submit__generated {
    display: inline-block;
}

.submit__generated span {
    display: inline-block;
    width: 35px;
    height: 35px;
    vertical-align: center;
    line-height: 35px;
    font-weight: bold;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.submit__generated.valid:after,
.submit__generated.unvalid:after {

    font-size: 18px;
    margin-left: 10px;
}

.submit__generated.valid:after {
    content: "";
    color: #2ecc71;
}

.submit__generated.valid .submit__input {
    border: 1px solid #2ecc71;
    color: #2ecc71 !important;
}

.submit__generated.unvalid:after {
    content: "";
    color: #e74c3c;
}

.submit__generated.unvalid .submit__input {
    border: 1px solid #e74c3c;
    color: #e74c3c;
}

.submit__generated .submit__input {
    position: relative;
    outline: 0;
    height: 35px;
    width: 35px;
    border-radius: 4px;
    border: 1px solid #42A0DD;
    color: #42A0DD;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    top: -2px;
}



i.fa-refresh {
    margin: 4px 0 0px 5px;
    padding: 5px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, color 0.2s ease-out;
    transition: transform 0.2s ease-out, color 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

i.fa-refresh:hover {
    color: rgba(0, 0, 0, 0.4);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}



span.submit__error,
span.submit__error--empty {
    color: #e74c3c;
    margin-top: 0px;
    margin-left: 0;
    display: block;
    font-size: 12px;
    margin-top: 5px;
}



.submit {
    display: block;
    margin: 50px 0;
    padding: 7px 15px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: none;
    border: 0;
    background-color: #42A0DD;
    background-clip: padding-box;
    border-radius: 3px;
    -webkit-box-shadow: 0 4px 0 #2C81BA;
    box-shadow: 0 4px 0 #2C81BA;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.submit:hover {
    background-color: #3498db;
}

.submit:active,
.submit.enter-press,
.submit.overlay {
    margin: 55px 0 46px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}



.submit__overlay {
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
}


.low-opa {
    opacity: 0.4;
}



.fadeOut {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}



.fadeIn {
    opacity: 1 !important;
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
}



.form-fields,
.form-success {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}



.form-success {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    margin-top: 20px;
}

span.submit__error.hide,
span.submit__error--empty.hide {
    display: none;
}

.submit__control i.fa-refresh {
    background-image: url(../images/reload.svg);
    background-size: 13px;
    height: 16px;
    width: 18px;
    padding: 9px;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}

.submit__control .fa-refresh:before {
    display: none;
}

.submit__generated.unvalid:after {
    background-image: url(../images/close.svg);
    background-size: 13px;
    height: 16px;
    width: 13px;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    display: inline-block;
}

.submit__generated.valid:after {
    background-image: url(../images/check.svg);
    background-size: 18px;
    height: 16px;
    width: 18px;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    display: inline-block;
}

label.submit__control {
    padding-bottom: 0;
}

.left-padding-40 {
    padding-left: 40px;
}

.left-padding-30 {
    padding-left: 30px;
}

.left-padding-20 {
    padding-left: 20px;
}





















/*inner-pages*/

.brickarm-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
}

.brickarm-wrap li svg {
    height: 22px;
    width: 22px;
}

.brickarm-wrap li svg path {
    fill: #e53033;
}

.brickarm-wrap li {
    margin-right: 15px;
    font-size: 22px;
    font-weight: 600;
}

.brickarm-wrap li a {
    color: #ffffff;
    font-weight: 500;
}

.brickarm-wrap li.arrow-icon svg {
    height: 12px;
    width: 12px;
}

.brickarm-wrap li.arrow-icon svg path {
    fill: #ffffff;
}

.brickarm-wrap li.arrow-icon {
    margin-right: 10px;
}

.brickarm-wrap li.active a {
    color: #e53033;
}

.them-tab .nav-tabs li a {
    margin: 0;
    font-size: 14px;
    padding: 6px 9px;
    font-weight: 500;
    display: inline-block;
    color: #000;
    text-align: center;
}

.them-tab .nav-tabs li a.active {
    background-color: #e53033;
    border: solid 1px #e53033;
    color: #ffffff;
}

.them-tab .nav-tabs {
    border-bottom: 2px solid #e53033;
}

.from-china .info-wrap p {
    font-size: 16px;
    text-align: justify;
}

.them-tab .nav-tabs {
    margin-bottom: 20px;
}

.from-china .heading-wrap h3 {
    margin-bottom: 15px;
    font-size: 35px;
    font-weight: 500;
    color: #000;
    border-bottom: 1px solid #eee;
    margin: 0 0 20px;
    padding-bottom: 10px;
}

.from-china {
    padding: 40px 0;
}

.blog-section .heading-wrap .page-title {
    font-size: 2.25rem;
    color: #222;
    padding-bottom: 5px;
    border-bottom: solid 1px #eee;
    display: block;
    margin-bottom: 19px;
}

.page-top-img {
    margin: 15px 0;
}

.blog-section .heading-wrap .title {
    font-size: 1.25rem;
    color: #da282b;
    border-bottom: 1px solid #eee;
    margin: 10px 0 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

.blog-section {
    margin-top: 0px;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 13px 18px;
}

table {
    width: 100%;
    margin-bottom: 10px;
}

.head-table {
    margin-top: 10px;
}

.head-table .table-bordered th {
    background: rgba(0, 0, 0, .05);
    font-weight: 500;
}

.head-table .table-bordered td {
    font-size: 15px;
}

.them-table tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.them-table tbody tr {
    background-color: rgba(0, 0, 0, .05);
}

.china-points li {
    list-style: auto;
    margin-left: 20px;
}

.blog-section .them-img img {
    width: 100%;
}

.blog-section .them-img .overlep-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
}

.blog-section .them-img .overlep-btn img {
    width: auto;
}

.blog-section .them-img {
    position: relative;
    margin-top: 20px;
}

.from-china .sidebar-main-outer {
    position: relative;
    padding-left: 26px;
}

.from-china .sidebar-main-outer:before {
    position: absolute;
    top: 0;
    left: 6px;
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #eee;
}

.slick-slide {
    height: auto;
}

.expert-content {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-content p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog .blog-img {
    position: relative;
}

.blog .blog-img .fleg-img img {
    width: 70px;

}

.blog .blog-img .fleg-img {
    position: absolute;
    left: auto;
    right: 20px;
    bottom: -20px;
    height: 61px;
}

/*Dector Wrap*/
.dector-wrap {
    padding: 10px 0;
    border: solid #eee;
    border-width: 1px 0 0;
}
.doctor-wrap .info {
    margin-top: 20px;
}

.dector-wrap .info {
    margin-top: 20px;
}

.blog-section.style-2 {
    margin-top: 13px;
}

p.under-line {
    text-decoration: underline;
    margin-bottom: 8px;
}

.bullet-list li {
    list-style: disc;
    font-weight: 500;
}

ul.bullet-list {
    padding-left: 18px;
}

.them-table.style-2 tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.them-table.style-2 tbody tr {
    background-color: #ffffff;
}

ul.count-list li {
    list-style: auto;
    margin-bottom: 5px;
}

ul.count-list {
    padding-left: 15px;
}

.left-side-bar .heading-wrap.style-2 h3 {
    font-size: 36px;
    font-weight: 500;
}

.right-arrow {
    background-image: url(../images/right-arrow-3.svg);
    background-size: 9px;
    height: 9px;
    width: 9px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 5px;
}

.brickarm-wrap li.arrow-icon img {
    width: 12px;
}

.pagination .page-item img {
    width: 10px;
}

.them-table {
    margin-bottom: 15px;
}

.un-img {
    float: left;
    margin-right: 20px;
}

ol {
    padding-left: 0;
}

a.header-btn {
    padding: 15px;
    margin-bottom: 30px;
    font-weight: 800;
    font-size: 18px;
    border-radius: 5px;
}

.them-img img {
    width: 100%;
}

.single-curriculum h5.sub-title {
    color: #da282b;
}
.info-wrap{padding-bottom:20px;}
button.close {
    background-color: transparent;
    border: 0;
}
button.close span{
    font-size:25px;
    font-weight:500;
}
.slick-dots{display:none!important;}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}


/*responsive*/

@media only screen and (max-width: 1399px) {
  .menuabar .navbar .nav-link {
    font-size: 14px;
    padding: 15px 8px;
    letter-spacing: .5px;
  }
  .drop-menu.megamenu {
    width: 1140px;
  }
}

@media only screen and (max-width: 1199px) {
  .navbar {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .navbar-toggler-icon {
    background: #000;
    height: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
  }
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    height: 0;
  }
  .navbar-toggler-icon::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    background: #000;
    height: 3px;
    width: 100%;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  .navbar-toggler-icon::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    background: #000;
    height: 3px;
    width: 100%;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    top: -11px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  .navbar div {
    position: static;
  }
  .header-sticky .navbar .navbar-collapse {
    margin-top: 7px;
  }
  .navbar .navbar-collapse {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    margin: 0;    
    margin-top: 12px;
    -webkit-box-shadow: 6px 9px 27px rgb(0 0 0 / 1%);
    box-shadow: 6px 9px 27px rgb(0 0 0 / 1%);
  }
  .navbar .navbar-brand {
    padding: 0;
    margin: 0px;
  }
  .navbar .navbar-collapse ul {
    background-color: #2c3e54;
  }
  .navbar .navbar-collapse ul li .nav-link {
    text-align: left !important;
    background-color: transparent !important;
    color: #fff;
    border-radius: 0 !important;
    padding: 10px 15px;
  }
  .navbar .navbar-collapse ul li .nav-link {
    position: relative;
  }
  .navbar .navbar-collapse ul li .nav-link::after {
    position: absolute;
    right: 15px;
    bottom: 0;
    top: 20px;
    height: 7px;
    margin: auto;
  }
  .navbar .navbar-collapse ul li.show .nav-link:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .navbar .navbar-collapse .dropdown-menu .dropdown-item {
    font-size: 14px;
    line-height: normal;
  }
  .navbar-nav .dropdown-menu {
    border-radius: 0;
  }
  .why_abroad .row [class*="col-"] {
    margin-bottom: 26px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 49.33%;
  }
  .drop-menu.megamenu {
    width: auto;
  }
  .navbar div .menu-inner {
    background-color: transparent;
  }
  .drop-menu {
    display: none;
    visibility: visible;
    opacity: 1;
    -webkit-transform: unset;
    transform: unset;
    width: 100%;
  }
  .navbar .navbar-collapse {
    display: none;
  }
  .navbar .navbar-collapse.show {
    display: block;
  }
  .nav-item.dropdown.show .drop-menu {
    display: block;
    margin-top: 0;
  }
  .drop-menu:after {
    display: none;
  }
  .navbar .navbar-collapse {  
    box-shadow: 1px 42px 20px rgb(0 0 0 / 10%);
    border-radius: 0 0 5px 5px;    
    margin-top: 12px;
  }
  .tebe-infos {
    padding: 20px !important;
  }
  .menu-ul li a {
    padding: 10px 0px;    
    font-size: 14px;
  }
  .navbar .navbar-collapse .menu-inner ul {
    background-color: transparent;
  }
  .navbar .navbar-collapse .menu-ul {
    background-color: transparent;
  }
  .menu-wrep {
    padding-bottom: 21px;
    margin-bottom: 0;
  }
  .nav-item.dropdown .drop-menu .container {
    padding: 0;
  }
  button.navbar-toggler {
    width: 40px;
  }
  .menuabar {
    position: relative;
  }
  .menuabar .container {
    position: unset;
  }
  .navbar .navbar-collapse {
    height: 328px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
  }
  .drop-menu {
    padding: 17px;
  }
  .slick-next {
    right: 45%;
  }
  .right-bar .banner-form {
    border-radius: 6px;
    margin: 0;
    padding: 24px 17px 34px;
    background-color: #f8f9fb;
    max-width: 100%;
    margin-left: auto;
  }
  .right-bar .form-control {
    background-color: #fff;
    color: #333;
    height: 42px;
    font-size: 14px;
  }
  .form-title {
    color: #222;
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-title {
    font-size: 30px;
    line-height: 1.1;
  }
  .list li p {
    font-size: 17px;
  }
  .banner .heding-wrap {
    margin-bottom: 20px;
  }
  .banner {
    padding: 50px 0 50px;
  }
  .form-control {
    background-color: #fff;
    height: 44px;
  }
  .anner-form {
    padding: 34px 30px 35px;
  }
  .banner-form {
    padding: 30px;
  }
  .section-title {
    font-size: 26px;
  }
  .about-section .btn-wrap {
    margin-top: 20px;
  }
  .faq-accordion .card-header {
    padding: 16px 47px 12px 20px;
  }
  .navbar .navbar-collapse {
    height: 312px;
    box-shadow: 1px 42px 20px rgb(0 0 0 / 10%);
    border-radius: 0 0 5px 5px;
    z-index: 9;
    margin-top: 12px;
  }
  .drop-menu {
    padding: 0 8px 7px;
  }
  .video-section .them-img {
    margin-top: 15px;
  }
  .logo-wrapper .col {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    max-width: 33.33%;
  }
  .foot-title {
    font-size: 1.16em;
  }
  .footer-links li a:before {
    margin-right: 10px;
  }
  .footer-links li a {
    font-size: 13px;
  }
  .footer-links li {
    margin-bottom: 10px;
  }
  .foot-contact-info ul li address,
  .foot-contact-info ul li a,
  .foot-contact-info ul li a {
    font-size: 13px;
  }
  .foot-wraper p {
    font-size: 14px;
  }
  .copy-right p {
    font-size: 14px;
  }
  .footer-form-outer {
    max-width: 96%;
  }
  .foot-contact-info {
    padding: 0px 0px 10px;
  }
  .blog-wrap .right-bar {
    max-width: 100%;
    margin-top: 20px;
  }
  .abroad {
    margin: 0;
  }
  .footer-form-outer .col {
    margin-bottom: 15px;
  }
  .left-side-bar .heading-wrap.style-2 h3 {
    font-size: 24px;
    font-weight: 500;
  }
  .from-china {
    padding: 50px 0;
  }
  .from-china {
    padding: 50px 0;
  }
  .them-tab .nav-tabs li {
    display: block;
    width: 100%;
  }
  .from-china .heading-wrap h3 {
    font-size: 25px;
    font-weight: 500;
  }
  .right-bar {
    margin-top: 20px;
  }
  .from-china {
    padding: 50px 0;
  }
  .from-china .right-bar {  
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    margin-left: 0;
  }
  .blog-wrap .right-bar {
    padding-left: 0;
    border-left: 0;
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .tebe-infos {
    padding: 12px !important;
  }
  .drop-menu.megamenu .menu-inner strong {
    font-size: 14px;
  }
  .menu-inner ul li a {
    font-size: 13px;
    padding: 9px 0px;
  }
  .logo {
    max-width: 85px;
    width: 100%;
  }
  .btn {
    padding: 2px 15px;
    font-size: 12px;
  }
  .top-header {
    display: none !important;
  }
  .menuabar .navbar .nav-link {
    font-size: 13px;
  }
  .tebe-infos strong.heding-menu {
    font-size: 13px;
  }
  .banner-form {
    padding: 30px;
    margin: 0 auto;
  }
  .heading {
    font-size: 26px;
  }
  .media-body h5 {
    font-size: 18px;
  }
  .about-section .thim-img {
    max-width: 210px;
    margin: 0 auto;
  }
  .mbbs-abroad .contant-wrap [class*="col-"] {
    margin-bottom: 15px;
  }
  .choose-us .media {
    padding: 20px 12px 15px;
    height: 100%;
  }
  .choose-us .contact-wrap [class*="col-"] {
    margin-bottom: 15px;
  }
  .mbbs-abroad .them-icon {
    max-width: 100%;
    min-height: initial;
    margin-right: 0;
    margin-bottom: 18px;
  }
  .media {
    border-radius: 6px;
    padding: 20px 21px 20px;
  }
  .faq-accordion .card-header {
    padding: 12px 27px 10px 10px;
  }
  .faq-accordion .card-header:after {
    font-size: 18px;
    right: 11px;
    background-size: 11px;
  }
  .card-body {
    font-weight: 500;
    font-size: 14px;
  }
  .faq-accordion .btn.btn-link {
    font-size: 16px;
  }
  .accordion .card {
    margin-bottom: 15px;
  }
  .blog-content {
    padding: 20px 12px 15px;
  }
  .experts .slick-slide {
    padding: 24px 17px;
  }
  .consultant .content-wrp [class*="col"]:last-child {
    margin-bottom: 0;
  }
  .logo-wrapper .col {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    max-width: 50%;
  }
  .video-section h3 {
    font-size: 27px;
    margin-bottom: 17px;
  }
  .consultant-card {
    padding: 30px 15px;
  }
  .consultant-content h5 {
    font-size: 32px;
    margin: 13px 0 8px;
  }
  .foot-title {
    margin-top: 30px;
  }
  .footer-form-outer {
    padding: 19px 19px 8px;
    margin-bottom: 30px;
  }
  .foot-social-link ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .sub-heading {
    font-size: 15px;
  }
  .choose-us .media p {
    font-size: 15px;
  }
  .visits-info .card-link {
    font-size: 13px;
  }
  .search-bar {
    margin-bottom: 17px;
    margin-top: 20px;
  }
  .top-links {    
    padding: 30px 25px 25px;
    margin-bottom: 18px;
  }
  .footer-form-outer .form-group {
    margin-bottom: 14px;
  }
  .blog-wrap .right-bar {
    max-width: 100%;
  }
  .floating-icon i {
    position: unset;
    top: 0;
    left: 0;
    font-size: 15px;
    float: unset;
  }
  .floating-icon li .icon-link {
    color: #fff!important;
    display: inline-block;
    height: 100%;
    width: 100%;
    line-height: 20px;
    padding-left: 0;
    transition: all .3s linear;
    text-decoration: none!important;
    padding: 9px 0 4px;
    float: unset;
  }
  .popular-card .card-heading {
    margin-bottom: 1px;
  }
  .floating-icon li {  
    width: 25%;    
    position: relative;
    text-align: center;
  }
  .floating-icon ul {
    margin-bottom: 0;
    display: flex;
  }
  .floating-icon {
    position: sticky;
    right: 0;
    top: 0;
    z-index: 2;
    bottom: 0;
  }
  .cookie {
    z-index: 3;
  }
  .icons-inner {
    position: unset;
    width: 100%;
    margin-top: 0;
  }
  .floating-icon li {
    height: auto;
  }
  .floating-icon li .icon-link .text-icon {
    font-size: 13px;
  }
  .text-icon {
    display: block;
  }
  li.breadcrumb-item {
    font-size: 20px;
  }
  .breadcrumb-item+.breadcrumb-item::before {
    font-size: 21px;
    display: inline-block;
  }
  .agent {
    display: none;
  }
  .floating-icon .icon-link:hover .icon-text {
    display: none;
  }
  .floating-icon li.wide a:hover {
    width: 100%;
  }
  .blog-footer {
    margin-top: 12px;
  }
  .navbar .navbar-collapse ul li .nav-link::after {
    top: 0;
  }
  .navbar-toggler-icon::before {
    top: -8px;
  }
  .navbar-toggler-icon::after {
    bottom: -8px;
  }
  .media {
    text-align: center;
  }
  .media-body p {
    text-align: center;
  }
  .popular-card .card-heading {
    font-size: 16px;
  }
  .about-section {
    padding: 30px 0 0;
  }
  button.navbar-toggler {
    width: 30px;
  }
  .foot-title {
    margin-left: 0;
  }
  .footer .footer-links {
    padding-left: 0;
  }
  .foot-title {
    font-size: 17px;
  }
  .cookie .btn-primary {
    font-size: 11px;
    padding: 1px 12px;
  }
  .cookie-inner {
    font-size: 14px;
  }
  .copy-right {
    padding: 20px 13px 16px;
  }
  .menu-ul li a {   
    padding: 10px 0px;    
    font-size: 14px;
  }
  .navbar .navbar-collapse .menu-inner ul {    
    margin-top: 0 !important;
  }
  .navbar div .menu-inner {
    margin-top: 9px;
  }
  .abroad strong a {
    color: #e53033;
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
    display: inline-block;
  }
  .abroad strong a {  
    font-size: 14px;    
    margin-top: 8px;
    display: inline-block;
  }
  .menu-wrep {
    padding-bottom: 0;
  }
  .about-content .list li p {
    font-size: 15px;
  }
  .list li i {
    font-size: 14px;
  }
  .video-section p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 8px;
  }
  .list li {
    padding-left: 23px;
  }
  .left-side-bar .heading-wrap.style-2 h3 {
    font-size: 19px;
    font-weight: 500;
  }
  .brickarm-wrap li {  
    font-size: 16px;    
  }
  .brickarm-wrap {
    justify-content: center;
  }
  .left-side-bar .heading-wrap.style-2 h3 {
    font-size: 19px;
    font-weight: 500;
  }
  .from-china .heading-wrap h3 {
    font-size: 25px;
    font-weight: 500;
  }
  .blog-section {
    margin-top: 13px;
  }
  .from-china {
    padding: 30px 0;
  }
  .from-china .heading-wrap h3 {
    font-size: 21px;  
  }
  .them-table td, .them-table th {
    white-space: nowrap;
  }
  .visits-wrep li {
    width: 50%;
    margin-right: 5px;
  }
  .visits-wrep li:last-child {
    margin-right: 0;
  }
  .visits-info .pr-0 {
    padding-right: 0;
  }
  .visits-info .pl-0 {
    padding-left: 0;
  }
}

@media only screen and (max-width: 575px) {
  .menuabar {
    position: unset;
  }
  .banner-title {
    font-size: 22px;
  }
  .banner .heding-wrap {
    margin-bottom: 13px;
  }
  .banner-form {
    padding: 21px 20px 20px;
    margin: 0 auto;
  }
  .form-title {
    color: #222;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .form-control {
    font-size: 14px;
    height: 40px;
  }
  .list li p {
    font-size: 15px;
    line-height: 24px;
  }
  .list li {
    margin-bottom: 5px;
  }
  .section-title {
    font-size: 19px;
  }
  .about-section .heading-wrap {
    margin-bottom: 14px;
  }
  .banner {
    padding: 50px 0 30px;
  }
  .header.header-sticky .logo img {
    max-width: 80px;
  }
  .btn {
    padding: 4px 11px;
    font-size: 12px;
    line-height: 25px;
  }
  .logo {
    max-width: 80px;
  }
  .subtitle {
    font-size: 13px;
  }
  .popular-countries .row [class*="col"]:last-child {
    margin-bottom: 0;
  }
  .choose-us .media h5 {
    margin: 15px 0 0;
  }
  .choose-us .media p {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
  }
  .heading {
    font-size: 22px;
  }
  .media-body p {
    margin: 9px 0 0;
  }
  .media {
    border-radius: 6px;
    padding: 20px 19px 16px;
  }
  .popular-countries .row [class*="col"] {
    margin-bottom: 15px;
  }
  .popular-card .card-link {
    margin-top: 12px;
  }
  .card-content {
    padding: 30px 15px 15px;
  }
  .faq-accordion .btn.btn-link {
    font-size: 15px;
  }
  .gallery-img {
    margin-bottom: 15px;
  }
  .video-square {
    margin: 0 auto;
    left: 0;
    right: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .logo-wrapper .col {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    max-width: 100%;
  }
  .brand-logo {
    width: 100%;
  }
  .logo-wrapper .col:last-child .brand-logo {
    margin-bottom: 0;
  }
  .video-link img {
    width: 40px;
  }
  .video-square {
    top: 50%;
    padding: 17px;
  }
  .video-section h3 {
    font-size: 22px;
    margin-bottom: 11px;
  }
  .footer-form-outer {
    padding: 16px 15px 15px;
  }
  .footer-form-outer .form-control input {
    height: auto;
    padding: 10px;
  }
  .footer-form-outer button {
    height: auto;
    width: 100%;
  }
  .foot-title {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .footer .footer-links {
    padding-left: 0;
    margin-bottom: 25px;
  }
  .copy-right .sitemap-outer a,
  .copy-right p {
    font-size: 13px;
  }
  .post-title {
    font-size: 16px;
  }
  .post-wrap {
    margin-bottom: 21px;
  }
  .blog-wrap {
    padding: 30px 0;
  }
  .choose-us .media img {
    width: 45px;
  }
  .menuabar .btn-primary {
    padding: 2px 12px;
   }
  .brand-logo img {
    width: 100%;
  }
  .search-bar .btn {
    padding: 6px 18px;
  }
  .search-bar .search-icon {   
    height: 28px;
  }
  .padd-bot {
    margin-bottom: 13px;
  }
}