:root {
  --blue: #5E50F9;
  --indigo: #6610f2;
  --purple: #6a008a;
  --pink: #E91E63;
  --red: #f96868;
  --orange: #f2a654;
  --yellow: #f6e84e;
  --green: #46c35f;
  --teal: #58d8a3;
  --cyan: #57c7d4;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #0f1531;
  --blue: #5E50F9;
  --indigo: #6610f2;
  --purple: #6a008a;
  --pink: #E91E63;
  --red: #f96868;
  --orange: #f2a654;
  --yellow: #f6e84e;
  --green: #46c35f;
  --teal: #58d8a3;
  --cyan: #57c7d4;
  --white: #ffffff;
  --gray: #434a54;
  --gray-light: #aab2bd;
  --gray-lighter: #e8eff4;
  --gray-lightest: #e6e9ed;
  --black: #000000;
  --primary: #009297;
  --secondary: #a3a4a5;
  --success: #71c016;
  --info: #68afff;
  --warning: #f5a623;
  --danger: #ff4747;
  --light: #f8f9fa;
  --dark: #282f3a;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family:'Arial';
  font-size: 1rem;
  line-height: 1.5;
  color: #2f2f2f;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 500;
  color:#000;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #009196;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: #fff;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: #ffc20e;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  font-size: 15px;
}

caption {
  padding-top: 1.25rem 0.9375rem;
  padding-bottom: 1.25rem 0.9375rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
    color: #808080;
	vertical-align: text-top;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.585rem 30px;
  vertical-align: top;
}

.table thead th {
  vertical-align: bottom;
  /*border-bottom: 2px solid #c9ccd7;*/
}

.table tbody + tbody {
  border-top: 2px solid #c9ccd7;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #c9ccd7;
}

.table-bordered th,
.table-bordered td {
  /*border: 1px solid #c9ccd7;*/
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #ebebeb;
}

.table-hover tbody tr:hover {
  color: #212529;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c2defe;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #8dc2fe;
}

.table-hover .table-primary:hover {
  background-color: #a9d0fe;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a9d0fe;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #e5e6e6;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #cfd0d0;
}

.table-hover .table-secondary:hover {
  background-color: #d8dada;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #d8dada;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #d7edbe;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #b5de86;
}

.table-hover .table-success:hover {
  background-color: #cbe7aa;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #cbe7aa;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d5e9ff;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #b0d5ff;
}

.table-hover .table-info:hover {
  background-color: #bcdcff;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #bcdcff;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fce6c1;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fad18d;
}

.table-hover .table-warning:hover {
  background-color: #fbdca9;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fbdca9;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffcbcb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ff9f9f;
}

.table-hover .table-danger:hover {
  background-color: #ffb2b2;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ffb2b2;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c3c5c8;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #8f9399;
}

.table-hover .table-dark:hover {
  background-color: #b6b8bc;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b6b8bc;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #c9ccd7;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: 2.475rem;
  padding: 0.875rem 1.1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #a7a7a9;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 2px;
  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::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
  color: #a7a7a9;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.875rem + 1px);
  padding-bottom: calc(0.875rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1;
}

.col-form-label-lg {
  padding-top: calc(0.94rem + 1px);
  padding-bottom: calc(0.94rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  margin-bottom: 0;
  line-height: 1;
  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 {
  height: 2.25rem;
  padding: 0.5rem 0.81rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: 3.5rem;
  padding: 0.94rem 1.94rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.required-text{color:#f00;}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #686868;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
 
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
   display: -ms-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 7px 22px;
    background-color: #2aa5ab;
    border-radius: 37px;
    color: #fff;
    outline: 0;
    border: 0;
    text-transform: capitalize;
    font: 400 1.25em;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-weight: 500;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #ffffff;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #067176;
  border-radius: 100px;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #009297;
  border-color: #009297;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 156, 253, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #009297;
  border-color: #009297;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #077377;
  border-color: #077377;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  /*box-shadow: 0 0 0 0.2rem rgba(69, 156, 253, 0.5);*/
}

.btn-secondary {
  color: #212529;
  background-color: #a3a4a5;
  border-color: #a3a4a5;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #909192;
  border-color: #898b8c;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 145, 146, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #a3a4a5;
  border-color: #a3a4a5;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #898b8c;
  border-color: #838485;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 145, 146, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #71c016;
  border-color: #71c016;
}

.btn-success:hover {
  color: #fff;
  background-color: #5d9e12;
  border-color: #569211;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 201, 57, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #71c016;
  border-color: #71c016;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #569211;
  border-color: #4f870f;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 201, 57, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #68afff;
  border-color: #68afff;
}

.btn-info:hover {
  color: #fff;
  background-color: #429bff;
  border-color: #3594ff;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(93, 154, 223, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #68afff;
  border-color: #68afff;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #3594ff;
  border-color: #288dff;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(93, 154, 223, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc20e;
  border-color: #ffc20e;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e7940b;
  border-color: #db8c0a;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 147, 36, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #f5a623;
  border-color: #f5a623;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #db8c0a;
  border-color: #cf8509;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 147, 36, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #f43232;
  border-color: #f43232;
}

.btn-blue {
  color: #fff;
  background-color: #009297;
    border-color: #009297;
}

.text-blue {
  color: #009297;
}

.btn-danger:hover {
  color: #fff;
  background-color: #ff2121;
  border-color: #ff1414;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 99, 99, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ff4747;
  border-color: #ff4747;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff1414;
  border-color: #ff0707;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 99, 99, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #282f3a;
  border-color: #282f3a;
}

.btn-dark:hover {
  color: #fff;
  background-color: #181d23;
  border-color: #13171c;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 78, 88, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #282f3a;
  border-color: #282f3a;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #13171c;
  border-color: #0e1014;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 78, 88, 0.5);
}

.btn-outline-primary {
  color: #009297;
  border-color: #009297;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #009297;
  border-color: #009297;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 138, 253, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #009297;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #009297;
  border-color: #009297;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 138, 253, 0.5);
}

.btn-outline-secondary {
  color: #a3a4a5;
  border-color: #a3a4a5;
}

.btn-outline-secondary:hover {
  color: #212529;
  background-color: #a3a4a5;
  border-color: #a3a4a5;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(163, 164, 165, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #a3a4a5;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #a3a4a5;
  border-color: #a3a4a5;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(163, 164, 165, 0.5);
}

.btn-outline-success {
  color: #71c016;
  border-color: #71c016;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #71c016;
  border-color: #71c016;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(113, 192, 22, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #71c016;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #71c016;
  border-color: #71c016;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(113, 192, 22, 0.5);
}

.btn-outline-info {
  color: #68afff;
  border-color: #68afff;
}

.btn-outline-info:hover {
  color: #212529;
  background-color: #68afff;
  border-color: #68afff;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 175, 255, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #68afff;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #68afff;
  border-color: #68afff;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 175, 255, 0.5);
}

.btn-outline-warning {
  color: #f5a623;
  border-color: #f5a623;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #f5a623;
  border-color: #f5a623;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 166, 35, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f5a623;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #f5a623;
  border-color: #f5a623;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 166, 35, 0.5);
}

.btn-outline-danger {
  color: #ff4747;
  border-color: #ff4747;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #ff4747;
  border-color: #ff4747;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 71, 71, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ff4747;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff4747;
  border-color: #ff4747;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 71, 71, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #282f3a;
  border-color: #282f3a;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #282f3a;
  border-color: #282f3a;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 47, 58, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #282f3a;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #282f3a;
  border-color: #282f3a;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 47, 58, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 1rem 3rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.5rem 0.81rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.fade1:not(.show) {
   
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  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%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #005c60;
  background-clip: padding-box;
  border: 1px solid #c9ccd7;
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
  .overview-head {
    position: relative;
}
.student-info .text-info {
    padding: 25px 15px 36px 15px;
}
.content-wrapper {
    margin-top: 0px;
	}
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #c9ccd7;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 100;
  color: #000;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #02696d;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #000;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #000;
}

.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:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.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:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.6075rem;
  padding-left: 0.6075rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 2.25rem;
  padding-left: 2.25rem;
}

.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:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.875rem 1.375rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 2px;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: 3.5rem;
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.94rem 1.94rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: 2.25rem;
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.5rem 0.81rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}


.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.8rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #009297;
  background-color: #fff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  background-color: #009297;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
  border-color: #ffffff;
  background-color: #009297;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  line-height: 26px;
}

.custom-control-label::before {
  position: absolute;
  top: 0.35rem;
  left: -1.2rem;
  display: block;
  width: 13px;
  height: 13px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");*/
  content: "";
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #ebedf2;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #ebedf2 #ebedf2 #ebedf2;
}

.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: #000;
  background-color: #ffffff;
  border-color: #ebedf2 #ebedf2 #ffffff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.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: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.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;
  float: none;
}

.navbar-text {
  display: inline-block;
  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;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row 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 > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row 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 > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    margin-left: 20px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.0rem;
    padding-left: 1.0rem;
	margin-right: 1em;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
	margin: 10px 0px;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row 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 > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.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 > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.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 {
    background-color: #01459d;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-weight: 500;
    padding: 17px 19px;
    font-size: 17px;
    transition: all 0.5s;
}
    .navbar-light .navbar-nav .nav-link:hover {
        background-color: #FF9900;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 0px;
        border-bottom-right-radius: 0px;
        font-weight: 500;
        transition: all 0.5s;
    }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 7px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 5rem;
  padding: 1rem;
  padding-right: 2rem;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgb(255 255 255);
  box-shadow: 10px 5px 20px #00000029;
}

.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 .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #ffffff !important;
    background-color: #f68018;
   /* border-radius: 10px;*/
}



.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a: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.5);
}

.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 .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e3e3e3;
  border-radius: 0;
    
}

.card-discipline{
  border-radius: 50px!important;
  height: 50px!important;
  background-color:#fff2cc!important;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 0rem;
}

.card-title {
  margin-bottom: 0.75rem;
}
.card-body-decp{
  margin-left: 24px;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  /*border-bottom: 1px solid #e3e3e3;*/
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #e3e3e3;
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flow-root;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.pagination ul {
  margin: 2em 0em;
  padding-left: 0;
  list-style-type: none;
  float: right;
}

.page-number {
  display: inline;
}

.page-number a {
  text-decoration: none;
  color: black;
}
/* Pagination 2 */
.pagination-2 .page-number {
  padding: 8px 12px;
  background-color: #f3f4f2;
  border-radius: 50px;
}

.pagination-2 .page-number:hover {
  background-color: #d9dcd6;
}

.pagination-2 .active {
  border-radius: 50px;
  background-color: #009297;
}

.pagination-2 .active:hover {
  background-color: #16425b;
}

.pagination-2 .active a {
  color: #f3f4f2;
}


.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #009297;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0270ec;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(36, 138, 253, 0.5);
}

.badge-secondary {
  color: #212529;
  background-color: #a3a4a5;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #212529;
  background-color: #898b8c;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(163, 164, 165, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #71c016;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #569211;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(113, 192, 22, 0.5);
}

.badge-info {
  color: #212529;
  background-color: #68afff;
}

a.badge-info:hover, a.badge-info:focus {
  color: #212529;
  background-color: #3594ff;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(104, 175, 255, 0.5);
}

.badge-warning {
  color: #ffffff;
    background-color: #067176;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #db8c0a;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(245, 166, 35, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #ff4747;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #ff1414;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 71, 71, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #282f3a;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #13171c;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 47, 58, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 14px;
}

.alert-sp{color:#f30f24;}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #134884;
  background-color: #d3e8ff;
  border-color: #c2defe;
}

.alert-primary hr {
  border-top-color: #a9d0fe;
}

.alert-primary .alert-link {
  color: #0d3057;
}

.alert-secondary {
  color: #555556;
  background-color: #ededed;
  border-color: #e5e6e6;
}

.alert-secondary hr {
  border-top-color: #d8dada;
}

.alert-secondary .alert-link {
  color: #3c3c3c;
}

.alert-success {
  color: #3b640b;
  background-color: #e3f2d0;
  border-color: #d7edbe;
}

.alert-success hr {
  border-top-color: #cbe7aa;
}

.alert-success .alert-link {
  color: #203606;
}

.alert-info {
  color: #365b85;
  background-color: #e1efff;
  border-color: #d5e9ff;
}

.alert-info hr {
  border-top-color: #bcdcff;
}

.alert-info .alert-link {
  color: #274261;
}

.alert-warning {
  color: #7f5612;
  background-color: #fdedd3;
  border-color: #fce6c1;
}

.alert-warning hr {
  border-top-color: #fbdca9;
}

.alert-warning .alert-link {
  color: #52380c;
}

.alert-danger {
  color: #852525;
  background-color: #ffdada;
  border-color: #ffcbcb;
}

.alert-danger hr {
  border-top-color: #ffb2b2;
}

.alert-danger .alert-link {
  color: #5d1a1a;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #15181e;
  background-color: #d4d5d8;
  border-color: #c3c5c8;
}

.alert-dark hr {
  border-top-color: #b6b8bc;
}

.alert-dark .alert-link {
  color: black;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #134884;
  background-color: #c2defe;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #134884;
  background-color: #a9d0fe;
}

.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #134884;
  border-color: #134884;
}

.list-group-item-secondary {
  color: #555556;
  background-color: #e5e6e6;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #555556;
  background-color: #d8dada;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #555556;
  border-color: #555556;
}

.list-group-item-success {
  color: #3b640b;
  background-color: #d7edbe;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #3b640b;
  background-color: #cbe7aa;
}

.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #3b640b;
  border-color: #3b640b;
}

.list-group-item-info {
  color: #365b85;
  background-color: #d5e9ff;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #365b85;
  background-color: #bcdcff;
}

.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #365b85;
  border-color: #365b85;
}

.list-group-item-warning {
  color: #7f5612;
  background-color: #fce6c1;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #7f5612;
  background-color: #fbdca9;
}

.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #7f5612;
  border-color: #7f5612;
}

.list-group-item-danger {
  color: #852525;
  background-color: #ffcbcb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #852525;
  background-color: #ffb2b2;
}

.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #852525;
  border-color: #852525;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #15181e;
  background-color: #c3c5c8;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #15181e;
  background-color: #b6b8bc;
}

.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #15181e;
  border-color: #15181e;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 1.2rem;
}

.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;
  margin-top: 85px;
}

.delete-modal {
  transform: none;
  margin-top: 210px!important;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.3rem;
  outline: 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  /*height: 100vh;*/
  background-color: #000;
}

.alert-fill-danger{color: #ffffff;
    background-color: #FF4747;
    border-color: #FF4747;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 3px 15px;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    background-color: #00666a;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {   
     margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .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-apply {
    max-width: 1000px!important;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 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;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #009297 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0270ec !important;
}

.bg-secondary {
  background-color: #a3a4a5 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #898b8c !important;
}

.bg-success {
  background-color: #71c016 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #569211 !important;
}

.bg-info {
  background-color: #68afff !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #3594ff !important;
}

.bg-warning {
  background-color: #fbc70c !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #db8c0a !important;
}

.bg-danger {
  background-color: #ff4747 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ff1414 !important;
}

.bg-light {
  background-color: transparent !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #282f3a !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #13171c !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #c9ccd7 !important;
}

.border-top {
  border-top: 1px solid #c9ccd7 !important;
}

.border-right {
  border-right: 1px solid #c9ccd7 !important;
}

.border-bottom {
  border-bottom: 1px solid #c9ccd7 !important;
}

.border-left {
  border-left: 1px solid #c9ccd7 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #009297 !important;
}

.border-secondary {
  border-color: #a3a4a5 !important;
}

.border-success {
  border-color: #71c016 !important;
}

.border-info {
  border-color: #68afff !important;
}

.border-warning {
  border-color: #f5a623 !important;
}

.border-danger {
  border-color: #ff4747 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #282f3a !important;
}

.border-white {
  border-color: #ffffff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none, .navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item.nav-settings {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex, .list-wrapper ul li, .navbar .navbar-menu-wrapper .navbar-nav, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item .item-thumbnail .item-icon, .navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex, .navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item.nav-settings {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row, .navbar .navbar-menu-wrapper .navbar-nav {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start, .list-wrapper ul li {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item .item-thumbnail .item-icon {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center, .list-wrapper ul li, .navbar .navbar-menu-wrapper .navbar-nav, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-settings, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item .item-thumbnail .item-icon, .navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch, .navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-settings, .navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  background-color: #00666a;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0, .rtl .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item i,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .rtl .list-wrapper .remove,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2, .template-demo > .btn-group,
.template-demo > .btn-group-vertical,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, .template-demo > .btn, .template-demo > .btn-group,
.template-demo > .btn-group-vertical, .template-demo > .dropdown,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2, .btn-toolbar .btn-group + .btn-group,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3, .template-demo > .btn,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.m-name{
	margin-right: 2rem !important;
}
.m-name-student{
	margin-right: 22px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.pr-7{
	padding-right: 7px!important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto, .rtl .list-wrapper .remove,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .list-wrapper .remove,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}


@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .overview-head {
    position: relative;
}
  
}

@media (max-width: 576px) {
  .student-info .text-info {
	padding: 34px 40px 36px 40px!important;
    text-align: center;
}
.choiceflex {
    width: 100%!important;
}
.validate-email {
    width: 100%!important;
}
.resultpg-td {
    width: 40%!important;
}
.siiid-m{
	display:block!important;
	color:#004447;
}
 .dropdown-menu {
    min-width: 16rem!important;
}
 .col-sm-mob{
	 width:25%;
 } 
 .check-youemail {
    padding: 10px 50px!important;
}
.btn-pupup-conv .btn-pupup-convtext {
  visibility: hidden;
    width: 195px;
    background-color: #ffdb72;
    color: #000;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: -28px;
    right: 1%;
    font-size: 12px;
    margin-left: 0px;
	display:block!important;
}
.btn-pupup-conv:hover .btn-pupup-convtext {
  visibility: visible;
}
 .form-container .left-content .title img {
    width: 170px!important;
}
 .form-container-grade {
    width: 500px!important;
}
.wecome-student{
	display: block;
}
.form-container-grade-text {
    width: 500px!important;
}
 .open-button {
    width: 50px!important;
    height: 50px;
    border-radius: 100%;
	margin-right: 12px;
}
 .form-container .left-content .title {
    margin: 0 0 30px!important;
 }
.col-md-offset-4{
	margin-left:0%!important;
}
.form-container .right-content {
    width: 100%!important;
}
.form-container .left-content {
    width: 100%!important;
	padding: 20px 50px!important;
}
.login-say-yes {
    text-align: center;
}

 .footer {
    margin-bottom: 33px;
}
 
.animate-none{
	display: block!important;
}
.db-body-padding{
	 padding: 1rem 1.5rem!important;
}

.mo-acad{
   white-space: pre;
   margin-right: 30px;
}
.mo-select{
	margin-right:2px;
}
.tp-acad {
    display: flex!important;
    align-items: baseline;
	text-align:left!important;
}
.open-button {
    bottom: 48px!important;
}
.btn-notable {
    margin-left: 0px!important;
}

 /*-- footer  menu --*/
.menu-mobile {
  font-weight: 100;
  background: #ffc20e;
  width: 100%;
  height: 135px;
  padding-top: 0px;
  position: fixed;
  z-index: 100;
  -webkit-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.2);
  bottom: -90px;
  transition: all 0.3s;
  -webkit-transition: all 0.7s;
  color: #222;
  display:block!important;
  border-top-right-radius: 23px;
  border-top-left-radius: 23px;
}
.menu-mobile:hover, .menu-mobile:focus {
  transform: translate(0px, -265px);
  animation-timing-function: 1s ease-in;
}
.dashboard-fmenu:hover, .dashboard-fmenu:focus {
  transform: translate(0px, -220px)!important;
}
.menu-mobile .title {
  position: absolute;
  left: 52%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 15px;
  font-weight: 800;
  font-size: 15px;
  color:#003D3F;
}
.menu-mobile .logout{
	background-color:#fff!important;
}
.menu-mobile .logout a{
	color: #067176!important;
}
.menu-mobile .logout a:hover{
	color: #ffffff!important;
}
.menu-mobile .nav {
  position: absolute;
  left: 50%;
  top: 45px;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 100;
  display: block;
}
.menu-mobile .nav li {
  list-style-type: none;
  background-color:#EFEFEF;
}
.menu-mobile .nav li a {
  text-align: center;
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  color: #B2B2B2;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 0px;
  }
 .active-navfooter{
	 color:#046D72!important;
 }
  .active-navfooter:hover{
	 color:#ffffff!important;
 }
.menu-mobile .nav li a:hover {
  color: #ffffff;
  background-color:#009297;
}
.menu-mobile .nav i:hover {
  color: #ffffff;
  background-color:#009297;
}
.arrow{
    width: 19px;
    margin-right: 5px;
	vertical-align: sub;
}
.menu-mobile:hover .arrow, .menu-mobile:focus .arrow {
    transform: rotate(180deg);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
 }

 
 .form-container-grade .btn {
    margin-left: -5px;
 }
 .grade-modelt{
	margin-top:0px!important;
}
 .parent-mt{
	 margin-top: 0px!important;
 }
  
 .col-sm-6{
	 width:40%!important;
 }
 .dplay-flex{
	 display:flex;
 }
 .upload-mt{
	margin-top: 10px!important; 
 }
 .heading-none{
	 display:block!important;   
	 width: 100%;
    line-height: 37px;
 }
 .academic-mtable{
	display: flex;
    margin-left: 16px;
    align-items: baseline;
	width:100%;
 }

.avatar-ico{
    flex-flow: column-reverse;
     }
	
.student-info .student-img {
    padding-left: 28%!important;
}
.choicef-btn {
    padding: 1.3rem 2rem;
}
.student-info-text{
	font-size: 18px;
    margin-bottom: 0.5rem;
    line-height: 24px;
    font-weight: 400;
}
.disp-none{
	display:none;
}
.open-button {
    background-color: #8C0052!important;
}
.d-none{
	display:none;
}
.table th, .table td {
    padding: 0.585rem 5px;
}
.rms-wizard .rms-multistep-progressbar div.rms-step .step-title {
    text-align: left;
    line-height: 39px;
}
.navbar .navbar-menu-wrapper {
    width: calc(100% - 308px)!important;
}
.whatsapp-m{
	margin-top: 4px;
}
.welcome-backt{
	padding: 0px 14px 0px 14px;
	line-height: 30px;
	font-size:25px;
}
.db-info-ac{
	margin-top: 100px;
  
}
.listp-footer{
	width: 188px;
}
.navbar .navbar-menu-wrapper .navbar-toggler.navbar-toggler-right{
	display:none;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown {
    right: 25px;
	top: 70px;
    width: 60%!important;
}
.notification-dropd{
    right: 68px!important;
}
.navbar .navbar-menu-wrapper {
    padding-right: 30px!important;
}
.navbar .navbar-brand-wrapper .brand-logo-mini img {
    margin-left: 8px!important;
	height: 36px!important;
}
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #ffffff !important;
}

.text-primary, .list-wrapper .completed .remove {
  color: #009297 !important;
}

a.text-primary:hover, .list-wrapper .completed a.remove:hover, a.text-primary:focus, .list-wrapper .completed a.remove:focus {
  color: #0264d3 !important;
}

.text-secondary, .list-wrapper .remove {
  color: #a3a4a5 !important;
}

a.text-secondary:hover, .list-wrapper a.remove:hover, a.text-secondary:focus, .list-wrapper a.remove:focus {
  color: #7c7e7f !important;
}

.text-success {
  color: #71c016 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #497b0e !important;
}

.text-info {
  color: #009297 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #1c86ff !important;
}

.text-warning {
  color: #f5a623 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #c37d09 !important;
}

.text-danger, .list-wrapper .remove:hover {
  color: #ff4747 !important;
}

a.text-danger:hover, .list-wrapper a.remove:hover, a.text-danger:focus, .list-wrapper a.remove:focus:hover {
  color: #fa0000 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #282f3a !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #090a0d !important;
}

.text-body {
  color: #000 !important;
}

.text-muted {
  color: #686868 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #c9ccd7;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #c9ccd7;
  }
}

/*-------------------------------------------------------------------*/
/* === Template mixins === */
/* Miscellaneous Mixins */
.list-wrapper ul li .form-check, .list-wrapper ul li .form-check .form-check-label {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}

.list-wrapper ul li .form-check, .list-wrapper ul li .form-check .form-check-label {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}

/* Animation Mixins */
@keyframes dropdownAnimation {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
    transform: translate3d(0, 0px, 0);
  }
}

.dropdownAnimation, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu {
  animation-name: dropdownAnimation;
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -ms-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

.infinite-spin {
  animation-name: spin;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

/*-------------------------------------------------------------------*/
/* === Core Styles === */
/* Reset Styles */
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

.form-control, .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

a,
div,
h1,
h2,
h3,
h4,
h5,
p,
span {
  text-shadow: none;
}

[type=button]:focus,
a:active,
a:focus,
a:visited,
button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner,
select::-moz-focus-inner {
  outline: 0;
}

input,
.form-control:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  outline-width: 0;
  outline-color: transparent;
  box-shadow: none;
  outline-style: none;
}

textarea {
  resize: none;
  overflow-x: hidden;
}

.btn,
.btn-group.open .dropdown-toggle,
.btn:active,
.btn:focus,
.btn:hover,
.btn:visited,
a,
a:active,
a:checked,
a:focus,
a:hover,
a:visited,
body,
button,
button:active,
button:hover,
button:visited,
div,
input,
input:active,
input:focus,
input:hover,
input:visited,
select,
select:active,
select:focus,
select:visited,
textarea,
textarea:active,
textarea:focus,
textarea:hover,
textarea:visited {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
button,
button:active,
button:checked,
button:focus,
button:hover,
button:visited {
  outline: 0;
  outline-offset: 0;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: 0;
  outline-offset: 0;
}

.dropdown-menu > li > a:active,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:visited {
  outline: 0;
}

a:focus,
input:focus {
  border-color: transparent;
  outline: none;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Light.eot");
  src: url("../fonts/Roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Light.woff") format("woff"), url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Bold.eot");
  src: url("../fonts/Roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Medium.eot");
  src: url("../fonts/Roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Regular.eot");
  src: url("../fonts/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Black.eot");
  src: url("../fonts/Roboto/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Black.woff") format("woff"), url("../fonts/Roboto/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

.bg-twitter {
  background: #2caae1;
}

.bg-facebook {
  background: #3b579d;
}

.bg-google {
  background: #dc4a38;
}

.bg-linkedin {
  background: #0177b5;
}

.bg-pinterest {
  background: #cc2127;
}

.bg-youtube {
  background: #e52d27;
}

.bg-github {
  background: #333333;
}

.bg-behance {
  background: #1769ff;
}

.bg-dribbble {
  background: #ea4c89;
}

.bg-reddit {
  background: #ff4500;
}

.bg-gradient-primary {
  background: linear-gradient(230deg, #759bff, #843cf6);
}

.bg-gradient-secondary {
  background: linear-gradient(to right, #e7ebf0, #868e96);
}

.bg-gradient-success {
  background: linear-gradient(45deg, #7bffce, #30c93e);
}

.bg-gradient-info {
  background: linear-gradient(to bottom, #0e4cfd, #6a8eff);
}

.bg-gradient-warning {
  background: linear-gradient(135deg, #ffc480, #ff763b);
}

.bg-gradient-danger {
  background: linear-gradient(316deg, #fc5286, #fbaaa2);
}

.bg-gradient-light {
  background: linear-gradient(to right, #cfd9df 0%, #e2ebf0 100%);
}

.bg-gradient-dark {
  background: linear-gradient(to right, #7d7979 0%, #000000 100%);
}

/* Typography */
body {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: initial;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
  line-height: 1;
}
p {
  font-size: 0.875rem;
  margin-bottom: .5rem;
  line-height: 1.3rem;
}

h1, .h1 {
  font-size: 3.125rem;
}

h2, .h2 {
  font-size: 2.5rem;
}

h3, .h3 {
  font-size: 1.875rem;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 16px;
}

.display-1 {
  font-size: 3.75rem;
}

@media (max-width: 991px) {
  .display-1 {
    font-size: 3rem;
  }
}

.display-2 {
  font-size: 3.125rem;
}

@media (max-width: 991px) {
  .display-2 {
    font-size: 2.5rem;
  }
}

.display-3 {
  font-size: 2.5rem;
}

@media (max-width: 991px) {
  .display-3 {
    font-size: 2rem;
  }
}

.display-4 {
  font-size: 1.875rem;
}

@media (max-width: 991px) {
  .display-4 {
    font-size: 1.5rem;
  }
}

.display-5 {
  font-size: 1.25rem;
}

@media (max-width: 991px) {
  .display-5 {
    font-size: 1rem;
  }
}

.blockquote {
  padding: 1.25rem;
  border: 1px solid #c9ccd7;
}

address p {
  margin-bottom: 0;
}

.blockquote-primary {
  border-color: #009297;
}

.blockquote-primary .blockquote-footer {
  color: #009297;
}

.blockquote-secondary {
  border-color: #a3a4a5;
}

.blockquote-secondary .blockquote-footer {
  color: #a3a4a5;
}

.blockquote-success {
  border-color: #71c016;
}

.blockquote-success .blockquote-footer {
  color: #71c016;
}

.blockquote-info {
  border-color: #68afff;
}

.blockquote-info .blockquote-footer {
  color: #68afff;
}

.blockquote-warning {
  border-color: #f5a623;
}

.blockquote-warning .blockquote-footer {
  color: #f5a623;
}

.blockquote-danger {
  border-color: #ff4747;
}

.blockquote-danger .blockquote-footer {
  color: #ff4747;
}

.blockquote-light {
  border-color: #f8f9fa;
}

.blockquote-light .blockquote-footer {
  color: #f8f9fa;
}

.blockquote-dark {
  border-color: #282f3a;
}

.blockquote-dark .blockquote-footer {
  color: #282f3a;
}

.error-page h1 {
  font-size: 12rem;
}

@media (max-width: 991px) {
  .error-page h1 {
    font-size: 8rem;
  }
}

.text-twitter {
  color: #2caae1;
}

.text-facebook {
  color: #3b579d;
}

.text-google {
  color: #dc4a38;
}

.text-linkedin {
  color: #0177b5;
}

.text-pinterest {
  color: #cc2127;
}

.text-youtube {
  color: #e52d27;
}

.text-github {
  color: #333333;
}

.text-behance {
  color: #1769ff;
}

.text-dribbble {
  color: #ea4c89;
}

.text-reddit {
  color: #ff4500;
}

.page-header {
  margin-bottom: 2.5rem;
}

.page-header .page-title {
  margin-bottom: 0;
  line-height: .85;
}

.font-weight-medium {
  font-weight: 500;
}

/* Miscellanoeous */
body,
html {
  overflow-x: hidden;
  padding-right: 0 !important;
}

*:-moz-full-screen,
*:-webkit-full-screen,
*:fullscreen *:-ms-fullscreen {
  overflow: auto;
}

.container-scroller {
  overflow: hidden;
}

pre {
  background: #e8eff4;
  padding: 15px;
  font-size: 14px;
}

code {
  padding: 5px;
  color: #ff4747;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  border-radius: 4px;
}

/* Footer */
/*.footer {
  background: #EBEBEB;
  padding: 5px 2.45rem;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  width: 100%;
  position: fixed;
  bottom: 0;
}

.footer a {
  color: #009297;
  font-size: inherit;
}*/

@media (max-width: 991px) {
  .footer {
    margin-left: 0;
    width: 100%;
  }
    .col-md-offset-4 {
   margin-left: 0%!important;
}

.col-md-logif {
    flex: 0 0 100%!important;
    max-width: 100%!important;
}
}

/* Utilities */
.grid-margin {
  margin-bottom: 1.875rem;
}

@media (min-width: 576px) {
  .grid-margin-sm-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .grid-margin-md-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .grid-margin-lg-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .grid-margin-xl-0 {
    margin-bottom: 0;
  }
}

.img-lg {
  width: 92px;
  height: 92px;
}

.img-sm {
  width: 43px;
  height: 43px;
}

.img-xs {
  width: 37px;
  height: 37px;
}

.img-ss {
  width: 26px;
  height: 26px;
}

.stretch-card {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
}

.stretch-card > .card {
  width: 100%;
  min-width: 100%;
}

@media (min-width: 576px) {
  .border-right-sm {
    border-right: 1px solid #c9ccd7;
  }
}

@media (min-width: 768px) {
  .border-right-md {
    border-right: 1px solid #c9ccd7;
  }
}
@media (max-width: 768px) {
 .form-container .left-content .title {
    margin: 0 0 30px!important;
 }
.col-md-offset-4{
	margin-left:0%!important;
}
.form-container .right-content {
    width: 100%!important;
}
.form-container .left-content {
    width: 100%!important;
	padding: 20px 50px!important;
}
.login-say-yes {
    text-align: center;
}
.col-md-login7 {
    flex: 0 0 92.66667%!important;
    max-width: 100%!important;
}
.col-md-offset-4 {
    margin-left: 0%!important;
}
}

@media (min-width: 992px) {
  .border-right-lg {
    border-right: 1px solid #c9ccd7;
  }
}

@media (min-width: 576px) {
  .border-left-sm {
    border-left: 1px solid #c9ccd7;
  }
}

@media (min-width: 768px) {
  .border-left-md {
    border-left: 1px solid #c9ccd7;
  }
}

@media (min-width: 992px) {
  .border-left-lg {
    border-left: 1px solid #c9ccd7;
  }
}

.text-gray, .card .card-subtitle {
  color: #8c8c8c;
}

.text-black {
  color: #000;
}

.text-small {
  font-size: 12px;
}

.flex-grow {
  flex-grow: 1;
}

.hover-cursor:hover {
  cursor: pointer;
}

/* Demo Styles */
.template-demo .progress {
  margin-top: 1.5rem;
}

.template-demo > h2,
.template-demo > h3,
.template-demo > h4,
.template-demo > h5,
.template-demo > h6,
.template-demo > h1 {
  border-top: 1px solid #c9ccd7;
  padding: 0.5rem 0 0;
}

.template-demo > .dropdown {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.chartjs-legend ul {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.chartjs-legend ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.chartjs-legend ul li span {
  width: 2.25rem;
  height: 1rem;
  margin-right: .4rem;
  display: inline-block;
  font-size: 0.875rem;
}

.rtl .chartjs-legend ul {
  padding-right: 0;
}

.rtl .chartjs-legend ul li {
  margin-right: 0;
  margin-left: 8%;
}

.rtl .chartjs-legend ul li span {
  margin-right: 0;
  margin-left: 1rem;
}

.chartjs-legend.analytics-legend ul {
  padding-left: 0;
}

.documentation {
  padding-top: 0;
  max-width: 100%;
}

.documentation .content-wrapper {
  padding-top: 0;
  min-height: calc(100vh - 75px);
}

.doc-header {
  position: fixed;
  padding-top: 24px;
  padding-bottom: 24px;
  z-index: 2;
  background: #dddce1;
}

.doc-content {
  padding-top: 157px;
}

.show > .btn-out-line-light .dropdown-toggle:focus {
  box-shadow: none;
}

/*-------------------------------------------------------------------*/
/* === Components === */
/* Buttons */
.btn {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 100;
  /* Buttons with only icons */
  /* Buttons with icon and text */
}

.btn a{color:#fff;}
.btn a:hover{color:#fff; text-decoration:none;}

.btn i {
  font-size: 1rem;
}

.btn.btn-rounded {
  border-radius: 50px;
}

.ref-det-padding{padding:0px!important;}
.ref-det-border{border:none!important;box-shadow:none!important;}

.btn.btn-sm, .btn-group-sm > .btn {
  font-size: 0.875rem;
  align-items: flex-end;
}

.btn.btn-lg, .btn-group-lg > .btn {
  font-size: 0.875rem;
  padding: 1.375rem 3.4rem;
}

.btn.btn-xs {
  padding: 0.5rem 0.75rem;
  font-size: 0.625rem;
  border-radius: 100px;
}

.btn.btn-icon {
  width: 42px;
  height: 42px;
  padding: 0;
}

.btn.btn-icon-text .btn-icon-prepend {
  margin-right: .5rem;
}

.btn.btn-icon-text .btn-icon-append {
  margin-left: .5rem;
}


.btn.btn-social-icon {
  width: 50px;
  height: 50px;
  padding: 0;
}

.btn-group .btn + .btn {
  border-left: 0;
}

/*social buttons*/
.btn-twitter {
  background: #2caae1;
  color: #ffffff;
}

.btn-twitter:hover, .btn-twitter:focus {
  background: #1b8dbf;
  color: #ffffff;
}

.btn-twitter.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #59bce7;
}

.btn-twitter.btn-social-icon-text i {
  background: #2caae1;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-twitter {
  border: 1px solid #2caae1;
  color: #2caae1;
}

.btn-outline-twitter:hover {
  background: #2caae1;
  color: #ffffff;
}

.btn-facebook {
  background: #3b579d;
  color: #ffffff;
}

.btn-facebook:hover, .btn-facebook:focus {
  background: #2d4278;
  color: #ffffff;
}

.btn-facebook.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #4e6ebd;
}

.btn-facebook.btn-social-icon-text i {
  background: #3b579d;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-facebook {
  border: 1px solid #3b579d;
  color: #3b579d;
}

.btn-outline-facebook:hover {
  background: #3b579d;
  color: #ffffff;
}

.btn-google {
  background: #dc4a38;
  color: #ffffff;
}

.btn-google:hover, .btn-google:focus {
  background: #bf3322;
  color: #ffffff;
}

.btn-google.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #e47163;
}

.btn-google.btn-social-icon-text i {
  background: #dc4a38;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-google {
  border: 1px solid #dc4a38;
  color: #dc4a38;
}

.btn-outline-google:hover {
  background: #dc4a38;
  color: #ffffff;
}

.btn-linkedin {
  background: #0177b5;
  color: #ffffff;
}

.btn-linkedin:hover, .btn-linkedin:focus {
  background: #015682;
  color: #ffffff;
}

.btn-linkedin.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #0198e8;
}

.btn-linkedin.btn-social-icon-text i {
  background: #0177b5;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-linkedin {
  border: 1px solid #0177b5;
  color: #0177b5;
}

.btn-outline-linkedin:hover {
  background: #0177b5;
  color: #ffffff;
}

.btn-pinterest {
  background: #cc2127;
  color: #ffffff;
}

.btn-pinterest:hover, .btn-pinterest:focus {
  background: #a01a1f;
  color: #ffffff;
}

.btn-pinterest.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #e04046;
}

.btn-pinterest.btn-social-icon-text i {
  background: #cc2127;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-pinterest {
  border: 1px solid #cc2127;
  color: #cc2127;
}

.btn-outline-pinterest:hover {
  background: #cc2127;
  color: #ffffff;
}

.btn-youtube {
  background: #e52d27;
  color: #ffffff;
}

.btn-youtube:hover, .btn-youtube:focus {
  background: #c21d17;
  color: #ffffff;
}

.btn-youtube.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #ea5955;
}

.btn-youtube.btn-social-icon-text i {
  background: #e52d27;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-youtube {
  border: 1px solid #e52d27;
  color: #e52d27;
}

.btn-outline-youtube:hover {
  background: #e52d27;
  color: #ffffff;
}

.btn-github {
  background: #333333;
  color: #ffffff;
}

.btn-github:hover, .btn-github:focus {
  background: #1a1a1a;
  color: #ffffff;
}

.btn-github.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #4d4d4d;
}

.btn-github.btn-social-icon-text i {
  background: #333333;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-github {
  border: 1px solid #333333;
  color: #333333;
}

.btn-outline-github:hover {
  background: #333333;
  color: #ffffff;
}

.btn-behance {
  background: #1769ff;
  color: #ffffff;
}

.btn-behance:hover, .btn-behance:focus {
  background: #0050e3;
  color: #ffffff;
}

.btn-behance.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #4a8aff;
}

.btn-behance.btn-social-icon-text i {
  background: #1769ff;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-behance {
  border: 1px solid #1769ff;
  color: #1769ff;
}

.btn-outline-behance:hover {
  background: #1769ff;
  color: #ffffff;
}

.btn-dribbble {
  background: #ea4c89;
  color: #ffffff;
}

.btn-dribbble:hover, .btn-dribbble:focus {
  background: #e51e6b;
  color: #ffffff;
}

.btn-dribbble.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #ef7aa7;
}

.btn-dribbble.btn-social-icon-text i {
  background: #ea4c89;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-dribbble {
  border: 1px solid #ea4c89;
  color: #ea4c89;
}

.btn-outline-dribbble:hover {
  background: #ea4c89;
  color: #ffffff;
}

.btn-reddit {
  background: #ff4500;
  color: #ffffff;
}

.btn-reddit:hover, .btn-reddit:focus {
  background: #cc3700;
  color: #ffffff;
}

.btn-reddit.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #ff6a33;
}

.btn-reddit.btn-social-icon-text i {
  background: #ff4500;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-reddit {
  border: 1px solid #ff4500;
  color: #ff4500;
}

.btn-outline-reddit:hover {
  background: #ff4;
  color: #ffffff;
}

/* inverse buttons */
.btn-inverse-primary {
  background-color: rgba(36, 138, 253, 0.2);
  background-image: none;
  border-color: rgba(36, 138, 253, 0);
}

.btn-inverse-primary:not(.btn-inverse-light) {
  color: #009297;
}

.btn-inverse-primary:hover {
  color: #ffffff;
  background-color: #009297;
  border-color: #009297;
}

.btn-inverse-primary.focus, .btn-inverse-primary:focus {
  box-shadow: 0 0 0 3px rgba(36, 138, 253, 0.5);
}

.btn-inverse-primary.disabled, .btn-inverse-primary:disabled {
  color: #009297;
  background-color: transparent;
}

.btn-inverse-primary.active, .btn-inverse-primary:active,
.show > .btn-inverse-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #009297;
  border-color: #009297;
}

.btn-inverse-secondary {
  background-color: rgba(163, 164, 165, 0.2);
  background-image: none;
  border-color: rgba(163, 164, 165, 0);
}

.btn-inverse-secondary:not(.btn-inverse-light) {
  color: #a3a4a5;
}

.btn-inverse-secondary:hover {
  color: #ffffff;
  background-color: #a3a4a5;
  border-color: #a3a4a5;
}

.btn-inverse-secondary.focus, .btn-inverse-secondary:focus {
  box-shadow: 0 0 0 3px rgba(163, 164, 165, 0.5);
}

.btn-inverse-secondary.disabled, .btn-inverse-secondary:disabled {
  color: #a3a4a5;
  background-color: transparent;
}

.btn-inverse-secondary.active, .btn-inverse-secondary:active,
.show > .btn-inverse-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #a3a4a5;
  border-color: #a3a4a5;
}

.btn-inverse-success {
  background-color: rgba(113, 192, 22, 0.2);
  background-image: none;
  border-color: rgba(113, 192, 22, 0);
}

.btn-inverse-success:not(.btn-inverse-light) {
  color: #71c016;
}

.btn-inverse-success:hover {
  color: #ffffff;
  background-color: #71c016;
  border-color: #71c016;
}

.btn-inverse-success.focus, .btn-inverse-success:focus {
  box-shadow: 0 0 0 3px rgba(113, 192, 22, 0.5);
}

.btn-inverse-success.disabled, .btn-inverse-success:disabled {
  color: #71c016;
  background-color: transparent;
}

.btn-inverse-success.active, .btn-inverse-success:active,
.show > .btn-inverse-success.dropdown-toggle {
  color: #ffffff;
  background-color: #71c016;
  border-color: #71c016;
}

.btn-inverse-info {
  background-color: rgba(104, 175, 255, 0.2);
  background-image: none;
  border-color: rgba(104, 175, 255, 0);
}

.btn-inverse-info:not(.btn-inverse-light) {
  color: #68afff;
}

.btn-inverse-info:hover {
  color: #ffffff;
  background-color: #68afff;
  border-color: #68afff;
}

.btn-inverse-info.focus, .btn-inverse-info:focus {
  box-shadow: 0 0 0 3px rgba(104, 175, 255, 0.5);
}

.btn-inverse-info.disabled, .btn-inverse-info:disabled {
  color: #68afff;
  background-color: transparent;
}

.btn-inverse-info.active, .btn-inverse-info:active,
.show > .btn-inverse-info.dropdown-toggle {
  color: #ffffff;
  background-color: #68afff;
  border-color: #68afff;
}

.btn-inverse-warning {
  background-color: rgba(245, 166, 35, 0.2);
  background-image: none;
  border-color: rgba(245, 166, 35, 0);
}

.btn-inverse-warning:not(.btn-inverse-light) {
  color: #f5a623;
}

.btn-inverse-warning:hover {
  color: #ffffff;
  background-color: #f5a623;
  border-color: #f5a623;
}

.btn-inverse-warning.focus, .btn-inverse-warning:focus {
  box-shadow: 0 0 0 3px rgba(245, 166, 35, 0.5);
}

.btn-inverse-warning.disabled, .btn-inverse-warning:disabled {
  color: #f5a623;
  background-color: transparent;
}

.btn-inverse-warning.active, .btn-inverse-warning:active,
.show > .btn-inverse-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #f5a623;
  border-color: #f5a623;
}

.btn-inverse-danger {
  background-color: rgba(255, 71, 71, 0.2);
  background-image: none;
  border-color: rgba(255, 71, 71, 0);
}

.btn-inverse-danger:not(.btn-inverse-light) {
  color: #ff4747;
}

.btn-inverse-danger:hover {
  color: #ffffff;
  background-color: #ff4747;
  border-color: #ff4747;
}

.btn-inverse-danger.focus, .btn-inverse-danger:focus {
  box-shadow: 0 0 0 3px rgba(255, 71, 71, 0.5);
}

.btn-inverse-danger.disabled, .btn-inverse-danger:disabled {
  color: #ff4747;
  background-color: transparent;
}

.btn-inverse-danger.active, .btn-inverse-danger:active,
.show > .btn-inverse-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #ff4747;
  border-color: #ff4747;
}

.btn-inverse-light {
  background-color: rgba(248, 249, 250, 0.2);
  background-image: none;
  border-color: rgba(248, 249, 250, 0);
}

.btn-inverse-light:not(.btn-inverse-light) {
  color: #f8f9fa;
}

.btn-inverse-light:hover {
  color: #ffffff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-inverse-light.focus, .btn-inverse-light:focus {
  box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}

.btn-inverse-light.disabled, .btn-inverse-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-inverse-light.active, .btn-inverse-light:active,
.show > .btn-inverse-light.dropdown-toggle {
  color: #ffffff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-inverse-dark {
  background-color: rgba(40, 47, 58, 0.2);
  background-image: none;
  border-color: rgba(40, 47, 58, 0);
}

.btn-inverse-dark:not(.btn-inverse-light) {
  color: #282f3a;
}

.btn-inverse-dark:hover {
  color: #ffffff;
  background-color: #282f3a;
  border-color: #282f3a;
}

.btn-inverse-dark.focus, .btn-inverse-dark:focus {
  box-shadow: 0 0 0 3px rgba(40, 47, 58, 0.5);
}

.btn-inverse-dark.disabled, .btn-inverse-dark:disabled {
  color: #282f3a;
  background-color: transparent;
}

.btn-inverse-dark.active, .btn-inverse-dark:active,
.show > .btn-inverse-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #282f3a;
  border-color: #282f3a;
}

.btn-outline-light {
  color: #6c7383;
  border-color: #e3e3e3;
}

/* Badges */
.badge {
  border-radius: 0;
  font-size: 12px;
  line-height: 1;
  padding: .7rem 1rem;
  font-weight: normal;
}

.badge.badge-pill {
  border-radius: 10rem;
}

/*Badge outlined variations*/
.badge-outline-primary {
  color: #009297;
  border: 1px solid #009297;
}

.badge-outline-secondary {
  color: #a3a4a5;
  border: 1px solid #a3a4a5;
}

.badge-outline-success {
  color: #71c016;
  border: 1px solid #71c016;
}

.badge-outline-info {
  color: #68afff;
  border: 1px solid #68afff;
}

.badge-outline-warning {
  color: #f5a623;
  border: 1px solid #f5a623;
}

.badge-outline-danger {
  color: #ff4747;
  border: 1px solid #ff4747;
}

.badge-outline-light {
  color: #f8f9fa;
  border: 1px solid #f8f9fa;
}

.badge-outline-dark {
  color: #282f3a;
  border: 1px solid #282f3a;
}

/* Bootstrap Progress */
.progress {
  border-radius: 0px;
  height: 8px;
}

.progress .progress-bar {
  border-radius: 0px;
}

.progress.progress-sm {
  height: 0.375rem;
}

.progress.progress-md {
  height: 11px;
}

.progress.progress-lg {
  height: 15px;
}

.progress.progress-xl {
  height: 18px;
}

/* Cards */
.card {
  /*box-shadow: 4px 8px 9px -2px #c7c5d8;
  -webkit-box-shadow: 4px 8px 9px -2px #c7c5d8;
  -moz-box-shadow: 4px 8px 9px -2px #c7c5d8;
  -ms-box-shadow: 4px 8px 9px -2px #c7c5d8;*/
}

.card .card-body {
  padding: 1rem 0rem;
}

.bx-shadow-none{
  box-shadow: 0px 0px 0px #7a7a7a29!important;
}

.card .card-body + .card-body {
  padding-top: 1rem;
}

.card .card-title {
    color: #00666a;
    margin-bottom: 1.2rem;
    font-size: 22px;
    font-weight: 400;
}

.card .card-subtitle {
  font-weight: 400;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.card .card-description {
  margin-bottom: .875rem;
  font-weight: 400;
  color: #76838f;
}

.card.card-outline-success {
  border: 1px solid #71c016;
}

.card.card-outline-primary {
  border: 1px solid #009297;
}

.card.card-outline-warning {
  border: 1px solid #f5a623;
}

.card.card-outline-danger {
  border: 1px solid #ff4747;
}

.card.card-rounded {
  border-radius: 5px;
}

.card.card-faded {
  background: #b5b0b2;
  border-color: #b5b0b2;
}

.card.card-circle-progress {
  color: #ffffff;
  text-align: center;
}

.card.card-img-holder {
  position: relative;
}

.card.card-img-holder .card-img-absolute {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.card.card-weather .weather-daily .weather-day {
  opacity: .5;
  font-weight: 900;
}

.card.card-weather .weather-daily i {
  font-size: 20px;
}

.card.card-weather .weather-daily .weather-temp {
  margin-top: .5rem;
  margin-bottom: 0;
  opacity: .5;
  font-size: .75rem;
}

.card-inverse-primary {
  background: rgba(36, 138, 253, 0.2);
  border: 1px solid #217fe9;
  color: #1b69c0;
}

.card-inverse-secondary {
  background: rgba(163, 164, 165, 0.2);
  border: 1px solid #969798;
  color: #7c7d7d;
}

.card-inverse-success {
  background: rgba(113, 192, 22, 0.2);
  border: 1px solid #68b114;
  color: #569211;
}

.card-inverse-info {
  background: rgba(104, 175, 255, 0.2);
  border: 1px solid #60a1eb;
  color: #4f85c2;
}

.card-inverse-warning {
  background: rgba(245, 166, 35, 0.2);
  border: 1px solid #e19920;
  color: #ba7e1b;
}

.card-inverse-danger {
  background: rgba(255, 71, 71, 0.2);
  border: 1px solid #eb4141;
  color: #c23636;
}

.card-inverse-light {
  background: rgba(248, 249, 250, 0.2);
  border: 1px solid #e4e5e6;
  color: #bcbdbe;
}

.card-inverse-dark {
  background: rgba(40, 47, 58, 0.2);
  border: 1px solid #252b35;
  color: #1e242c;
}

/* Checkboxes and Radios */
.form-check {
  position: relative;
    display: block;
    /*margin-top: 10px;*/
    margin-bottom: 10px;
    padding-left: 0;
    /*float: left;*/
    margin-left: 25px;
}

.form-check .form-check-label {
  min-height: 18px;
  display: block;
  margin-left: 1.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.rtl .form-check .form-check-label {
  margin-left: 0;
  margin-right: 1.75rem;
}

.form-check .form-check-label input {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  margin-top: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.rtl .form-check .form-check-label input {
  left: auto;
  right: 0;
}

.form-check .form-check-label input[type="checkbox"] + .input-helper:before, .form-check .form-check-label input[type="checkbox"] + .input-helper:after {
  position: absolute;
  top: 0;
  left: 0;
}

.rtl .form-check .form-check-label input[type="checkbox"] + .input-helper:before, .rtl .form-check .form-check-label input[type="checkbox"] + .input-helper:after {
  left: auto;
  right: 0;
}

.form-check .form-check-label input[type="checkbox"] + .input-helper:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 0px;
  border: solid #009297;
  border-width: 1px;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  transition-duration: 0s;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  top: 3px;
}

.form-check .form-check-label input[type="checkbox"] + .input-helper:after {
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  transition-duration: 0s;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  font-family:'FontAwesome';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  content: '\f00c';
  font-size: .5375rem;
  font-weight: bold;
  color: #ffffff;
  top: 1.5px;
  left: 2px;
}

.form-check .form-check-label input[type="checkbox"]:checked + .input-helper:before {
  background: #009297;
  border-width: 0;
}

.form-check .form-check-label input[type="checkbox"]:checked + .input-helper:after {
  width: 18px;
  opacity: 1;
  line-height: 18px;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.form-check .form-check-label input[type="checkbox"]:disabled + .input-helper:before {
  border-color: #c9ccd7;
}

.form-check .form-check-label input[type="checkbox"]:disabled:checked + .input-helper:after {
  background: #c9ccd7;
  color: #ffffff;
}

.form-check .form-check-label input[type="radio"] + .input-helper:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border: solid #009297;
  border-width: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  transition-duration: 0s;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

.rtl .form-check .form-check-label input[type="radio"] + .input-helper:before {
  left: auto;
  right: 0;
}

.form-check .form-check-label input[type="radio"] + .input-helper:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
  top: 6px;
  left: 6px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  transition-duration: 0s;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  position: absolute;
}

.rtl .form-check .form-check-label input[type="radio"] + .input-helper:after {
  left: auto;
  right: 6px;
}

.form-check .form-check-label input[type="radio"]:checked + .input-helper:before {
  background: #009297;
  border-width: 0;
}

.form-check .form-check-label input[type="radio"]:checked + .input-helper:after {
  opacity: 1;
  line-height: 1.5;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.form-check .form-check-label input[type="radio"]:disabled + .input-helper:before {
  border-color: #c9ccd7;
}

.form-check .form-check-label input[type="radio"]:disabled:checked + .input-helper:before {
  background: #c9ccd7;
}

.form-check .form-check-label input[type="radio"]:disabled:checked + .input-helper:after {
  background: #ffffff;
}

.form-check-primary.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-primary.form-check label input[type="radio"] + .input-helper:before {
  border-color: #009297;
}

.form-check-primary.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-primary.form-check label input[type="radio"]:checked + .input-helper:before {
  background: #009297;
}

.form-check-secondary.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-secondary.form-check label input[type="radio"] + .input-helper:before {
  border-color: #a3a4a5;
}

.form-check-secondary.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-secondary.form-check label input[type="radio"]:checked + .input-helper:before {
  background: #a3a4a5;
}

.form-check-success.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-success.form-check label input[type="radio"] + .input-helper:before {
  border-color: #71c016;
}

.form-check-success.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-success.form-check label input[type="radio"]:checked + .input-helper:before {
  background: #71c016;
}

.form-check-info.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-info.form-check label input[type="radio"] + .input-helper:before {
  border-color: #68afff;
}

.form-check-info.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-info.form-check label input[type="radio"]:checked + .input-helper:before {
  background: #68afff;
}

.form-check-warning.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-warning.form-check label input[type="radio"] + .input-helper:before {
  border-color: #f5a623;
}

.form-check-warning.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-warning.form-check label input[type="radio"]:checked + .input-helper:before {
  background: #f5a623;
}

.form-check-danger.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-danger.form-check label input[type="radio"] + .input-helper:before {
  border-color: #ff4747;
}

.form-check-danger.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-danger.form-check label input[type="radio"]:checked + .input-helper:before {
  background: #ff4747;
}

.form-check-light.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-light.form-check label input[type="radio"] + .input-helper:before {
  border-color: #f8f9fa;
}

.form-check-light.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-light.form-check label input[type="radio"]:checked + .input-helper:before {
  background: #f8f9fa;
}

.form-check-dark.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-dark.form-check label input[type="radio"] + .input-helper:before {
  border-color: #282f3a;
}

.form-check-dark.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-dark.form-check label input[type="radio"]:checked + .input-helper:before {
  background: #282f3a;
}

/* Dropdowns */
.dropdown .dropdown-toggle:after {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  font: normal normal normal 24px/1 "themify";
  content: "\e64b";
  width: auto;
  height: auto;
  vertical-align: middle;
  line-height: .625rem;
  font-size: .875rem;
  margin-left: .3rem;
}

.dropdown .dropdown-menu {
  margin-top: 0;
  font-size: 0.875rem;
  box-shadow: 0px 1px 15px 1px rgba(230, 234, 236, 0.35);
  border-radius: 0;
}

.dropdown .dropdown-menu .dropdown-item {
  font-size: .875rem;
  padding: .25rem 1.5rem;
}

.dropdown .dropdown-menu .dropdown-item:active {
  background: initial;
}

/* Forms */
.form-group {
  margin-bottom: 1.5rem;
}

.input-group-append,
.input-group-prepend {
  color: #c9c8c8;
  width: auto;
  border: none;
}

.input-group-append .input-group-text,
.input-group-prepend .input-group-text {
  border-color: #c9ccd7;
  padding: 0.875rem 0.75rem;
  color: #c9c8c8;
}

.form-control {
  border: 1px solid #a7a7a9;
  font-weight: 400;
  font-size: 0.875rem;
  border-radius: 10px;
}

select.form-control {
  padding: 0.4375rem 1.6rem 0.4375rem 1.1rem;
  border-radius: 10px;
  /*outline: 1px solid #a7a7a9;*/
  color: #a7a7a9;
}
.ftext-ctr{
	text-align:center;
}

select.form-control:focus {
  outline: 1px solid #c9ccd7;
}

select.form-control.border-primary {
  outline: 1px solid #009297;
}

select.form-control.border-primary:focus {
  outline: 1px solid #009297;
}

select.form-control.border-secondary {
  outline: 1px solid #a3a4a5;
}

select.form-control.border-secondary:focus {
  outline: 1px solid #a3a4a5;
}

select.form-control.border-success {
  outline: 1px solid #71c016;
}

select.form-control.border-success:focus {
  outline: 1px solid #71c016;
}

select.form-control.border-info {
  outline: 1px solid #68afff;
}

select.form-control.border-info:focus {
  outline: 1px solid #68afff;
}

select.form-control.border-warning {
  outline: 1px solid #f5a623;
}

select.form-control.border-warning:focus {
  outline: 1px solid #f5a623;
}

select.form-control.border-danger {
  outline: 1px solid #ff4747;
}

select.form-control.border-danger:focus {
  outline: 1px solid #ff4747;
}

select.form-control.border-light {
  outline: 1px solid #f8f9fa;
}

select.form-control.border-light:focus {
  outline: 1px solid #f8f9fa;
}

select.form-control.border-dark {
  outline: 1px solid #282f3a;
}

select.form-control.border-dark:focus {
  outline: 1px solid #282f3a;
}

.form-group label {
  font-size: 0.875rem;
  line-height: 1.4rem;
  vertical-align: top;
  margin-bottom: .5rem;
}

.form-group.has-danger .form-control {
  border-color: #ff4747;
}

.form-group .file-upload-default {
  visibility: hidden;
  position: absolute;
}

.form-group .file-upload-info {
  background: transparent;
}

/* Icons */
.icons-list {
  border-left: 1px solid #c9ccd7;
  border-top: 1px solid #c9ccd7;
}

.icons-list > div {
  background: #ffffff;
  border-bottom: 1px solid #c9ccd7;
  border-right: 1px solid #c9ccd7;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 15px;
  font-weight: 400;
  font-size: 0.875rem;
}

.icons-list > div i {
  display: inline-block;
  font-size: 20px;
  width: 40px;
  text-align: left;
  color: #009297;
}

.icon-in-bg {
  width: 55px;
  height: 55px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.icon-lg {
  font-size: 2.875rem;
}

.icon-md {
  font-size: 2rem;
}

.icon-sm {
  font-size: 1rem;
}

/* Lists */
/*ul,
ol,
dl {
  padding-left: 1rem;
  font-size: 0.775rem;
}

ul li,
ol li,
dl li {
  line-height: 1.8;
}

.list-ticked,
.list-arrow,
.list-star {
  list-style: none;
  padding: 0;
}

.list-ticked li,
.list-arrow li,
.list-star li {
  padding-left: 1.5rem;
}*/

.list-ticked li:before,
.list-arrow li:before,
.list-star li:before {
  font-family: "themify";
  margin-left: -1.5rem;
  width: 1.5rem;
  margin-right: .5rem;
  font-size: .6rem;
}

.list-ticked li:before {
  content: '\e64c';
  color: #ff4747;
}

.list-arrow li:before {
  content: '\e649';
  color: #71c016;
}

.list-star li:before {
  content: '\e60a';
  color: #f5a623;
}

/* Tables */
.table {
  margin-bottom: 0;
}

.table thead th {
    border-top: 0;
    border-bottom-width: 1px;
    font-weight: 400;
    font-size: 15px;
}

.table thead th i {
  margin-left: 0.325rem;
}

.table th,
.table td {
  vertical-align: top;
  line-height: 1;
  /*white-space: nowrap;*/
}

.table td {
  font-size: 16px;
  line-height: 20px;
}

.table-choice th {
    background-color: #fbdfb5;
    color: #303030;
    border-right: 1px solid #fff;
    text-align: center;
}

.table-choice-top td{
  text-align: center;
  border-right: 1px solid #fff;
}

.table td img {
  width: 36px;
  height: 36px;
  border-radius: 100%;
}

.table td .badge {
  margin-bottom: 0;
}

.table.table-borderless {
  border: none;
}

.table.table-borderless tr,
.table.table-borderless td,
.table.table-borderless th {
  border: none;
}

.table.table-bordered {
  /*border-top: 1px solid #c9ccd7;*/
}

.table.table-hover thead tr,
.table.table-hover tbody tr {
 /*  cursor: pointer; */
}

/* Tabs */
.add-items {
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.add-items input[type="text"] {
  width: 100%;
  background: transparent;
}

.add-items input[type="text"]::-webkit-input-placeholder {
  font-size: 1rem;
  color: #9b9b9b;
}

.add-items input[type="text"]:-moz-placeholder {
  font-size: 1rem;
  color: #9b9b9b;
}

.add-items input[type="text"]::-moz-placeholder {
  font-size: 1rem;
  color: #9b9b9b;
}

.add-items input[type="text"]:-ms-input-placeholder {
  font-size: 1rem;
  color: #9b9b9b;
}

.add-items .btn {
  margin-left: .5rem;
}

.add-items .btn i {
  font-size: 2.25rem;
}

.rtl .add-items .btn {
  margin-left: auto;
  margin-right: .5rem;
}

.list-wrapper {
  height: 100%;
  max-height: 361px;
  overflow: scroll;
}

.list-wrapper ul {
  padding: 0;
  text-align: left;
  list-style: none;
  margin-bottom: 0;
}

.list-wrapper ul li {
  font-size: .9375rem;
  padding: 1.063rem 0rem;
  border-bottom: 1px solid #c9ccd7;
}

.list-wrapper ul li .form-check {
  max-width: 90%;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.list-wrapper input[type="checkbox"] {
  margin-right: 15px;
}

.list-wrapper .remove {
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 600;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
}

.list-wrapper .completed .form-check {
  text-decoration: line-through;
  text-decoration-color: #000;
}

/*-------------------------------------------------------------------*/
/* === Landing screens === */
/* Auth */
.auth .login-half-bg {
  background: url("../images/auth/login-bg.jpg");
  background-size: cover;
}

.auth .register-half-bg {
  background: url("../images/auth/register-bg.jpg");
  background-size: cover;
}

.auth.lock-full-bg {
  background: url("../images/auth/lockscreen-bg.jpg");
  background-size: cover;
}

.auth .lock-profile-img {
  width: 90px;
  height: 90px;
  border-radius: 100%;
}

.auth .auth-form-light {
  background: #ffffff;
}

.auth .auth-form-light select {
  color: #c9c8c8;
}

.auth .auth-form-light .input-group .form-control:focus, .auth .auth-form-light .input-group .form-control:active {
  border-color: #c9ccd7;
}

.auth .auth-form-transparent {
  background: transparent;
}

.auth .auth-form-transparent .form-control,
.auth .auth-form-transparent .input-group-text {
  border-color: #a3a4a5;
}

.auth .auth-form-transparent .form-control:focus, .auth .auth-form-transparent .form-control:active,
.auth .auth-form-transparent .input-group-text:focus,
.auth .auth-form-transparent .input-group-text:active {
  border-color: #a3a4a5;
}

.auth .auth-form-transparent select {
  outline-color: #a3a4a5;
}

.auth.auth-img-bg {
  padding: 0;
}

@media (min-width: 768px) {
  .auth.auth-img-bg .auth-form-transparent {
    width: 55%;
    margin: auto;
  }
}


.auth .brand-logo {
  margin-bottom: 2rem;
}

.auth .brand-logo img {
  width: 150px;
}

.auth form .form-group {
  margin-bottom: 1.5rem;
}

.auth form .form-group label {
  font-size: .8125rem;
}

.auth form .form-group .form-control {
  background: transparent;
  border-radius: 0;
  font-size: .9375rem;
}

.auth form .auth-form-btn {
  padding: 1rem 3rem;
  line-height: 1.5;
}

.auth form .auth-link {
  font-size: 0.875rem;
}

.auth form .auth-link:hover {
  color: initial;
}

.page-body-wrapper {
  min-height: calc(100vh - 70px);
  display: -webkit-flex;
  display: block;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  padding-right: 0;
  padding-top: 70px;
}

.page-body-wrapper.full-page-wrapper {
  width: 100%;
  min-height: 100vh;
  padding-top: 0;
}

.main-panel {
  transition: width 0.25s ease, margin 0.25s ease;
  width: calc(100% - 237px);
  min-height: calc(100vh - 70px);
  display: -webkit-flex;
  display: contents;
  -webkit-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 991px) {
  .main-panel {
    margin-left: 0;
    width: 100%;
  }
}

.content-wrapper {
  /*background: #ffffff;*/
  padding: 1.5rem 2.5rem;
  width: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .content-wrapper {
    padding: 1.5rem 1.5rem;
	margin-top: 0px;
  }
}

@media (max-width: 480px) {
  .content-wrapper {
    margin-top: 0px!important;
  }
  
  .open-button{
   width: 50px!important;
    height: 50px;
    border-radius: 100%;
	}
	.form-container-grade {
  width: 400px!important;
  margin-bottom: 28px;
}
.form-container-grade-text {
  width: 400px!important;
}
}

/* Sidebar */

.fixed-top-menu{
	position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; margin-top:55px;
}
	
.sidebar {
  min-height: calc(100vh - 70px);
  background: #00666a;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding: 0;
  width: 237px;
  z-index: 11;
  transition: width 0.25s ease, background 0.25s ease;
  -webkit-transition: width 0.25s ease, background 0.25s ease;
  -moz-transition: width 0.25s ease, background 0.25s ease;
  -ms-transition: width 0.25s ease, background 0.25s ease;
}

.sidebar .nav {
  overflow: hidden;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-bottom: 60px;
}

.sidebar .nav .nav-item {
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  transition-property: background;
  -webkit-transition-property: background;
}

.sidebar .nav .nav-item .collapse {
  z-index: 999;
}

.sidebar .nav .nav-item .nav-link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
  padding: 0.75rem 1.937rem 0.75rem 1rem;
  color: #afe2de;
  -webkit-transition-duration: 0.45s;
  -moz-transition-duration: 0.45s;
  -o-transition-duration: 0.45s;
  transition-duration: 0.45s;
  transition-property: color;
  -webkit-transition-property: color;
}

.sidebar .nav .nav-item .nav-link i {
  color: inherit;
}

.sidebar .nav .nav-item .nav-link i.menu-icon {
  font-size: 1rem;
  line-height: 1;
  margin-right: 0.5rem;
  color: #afe2de;
}

.rtl .sidebar .nav .nav-item .nav-link i.menu-icon {
  margin-left: 2rem;
  margin-right: 0;
}

.sidebar .nav .nav-item .nav-link i.menu-icon:before {
  vertical-align: middle;
}

.sidebar .nav .nav-item .nav-link i.menu-arrow {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: auto;
  margin-right: 0;
  color: #686868;
}

.rtl .sidebar .nav .nav-item .nav-link i.menu-arrow {
  margin-left: 0;
  margin-right: auto;
}

.sidebar .nav .nav-item .nav-link i.menu-arrow:before {
  content: "\e649";
  font-family: "themify";
  font-style: normal;
  display: block;
  font-size: 0.687rem;
  line-height: 10px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.sidebar .nav .nav-item .nav-link .menu-title {
  color: inherit;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
  vertical-align: middle;
  margin-top: 2px;
}

.sidebar .nav .nav-item .nav-link .badge {
  margin-left: auto;
}

.rtl .sidebar .nav .nav-item .nav-link .badge {
  margin-left: 0;
  margin-right: auto;
}

.sidebar .nav .nav-item .nav-link[aria-expanded="true"] i.menu-arrow:before {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sidebar .nav .nav-item.active > .nav-link {
  background: initial;
  position: relative;
}

.sidebar .nav .nav-item.active > .nav-link i,
.sidebar .nav .nav-item.active > .nav-link .menu-title,
.sidebar .nav .nav-item.active > .nav-link .menu-arrow {
  color: #009297;
}

.sidebar .nav .nav-item.active > .nav-link i.menu-arrow::before {
  content: "\e64b";
}

.sidebar .nav:not(.sub-menu) {
  margin-top: 1.45rem;
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.sidebar .nav:not(.sub-menu) > .nav-item {
  margin-top: .2rem;
}

.sidebar .nav:not(.sub-menu) > .nav-item:hover > .nav-link, .sidebar .nav:not(.sub-menu) > .nav-item:hover[aria-expanded="true"] {
  background: #afe2de;
  color: #009297;
  border-radius: 0.437rem;
}

.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link {
  margin: 0;
}

.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link[aria-expanded="true"] {
  border-radius: 0.437rem 0.437rem 0 0;
  background: #e8e7ec;
}

.sidebar .nav:not(.sub-menu) > .nav-item.active {
  background: #afe2de;
  border-radius: 0.437rem;
}

.sidebar .nav.sub-menu {
  margin-bottom: 0;
  margin-top: 0;
  list-style: none;
  padding: 0.25rem 0 0 3.07rem;
  background: #e8e7ec;
  padding-bottom: 12px;
}

.sub-menu-ml{margin-left:20px;}

.sidebar .nav.sub-menu .nav-item {
  padding: 0;
}

.sidebar .nav.sub-menu .nav-item::before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  margin-top: 16px;
  border-radius: 50%;
  background: #b2b2b2;
}

.sidebar .nav.sub-menu .nav-item .nav-link {
  color: #656565;
  padding: 0.7rem 1rem;
  position: relative;
  font-size: 0.875rem;
  line-height: 1;
  height: auto;
  border-top: 0;
}

.sidebar .nav.sub-menu .nav-item .nav-link:hover {
  color: #000;
}

.sidebar .nav.sub-menu .nav-item .nav-link.active {
  color: #000;
  background: transparent;
}

.sidebar .nav.sub-menu .nav-item:hover {
  background: transparent;
}

/* style for off-canvas menu*/
@media screen and (max-width: 991px) {
  .sidebar-offcanvas {
    position: fixed;
    max-height: calc(100vh - 70px);
    top: 70px;
    bottom: 0;
    overflow: auto;
    right: -237px;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .sidebar-offcanvas.active {
    right: 0;
  }
}

/* Navbar */
.navbar {
  font-weight: 400;
  transition: background 0.25s ease;
  /*-webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  -ms-transition: background 0.25s ease;
  -webkit-box-shadow: 0 5px 21px -5px #cdd1e1;
  -moz-box-shadow: 0 5px 21px -5px #cdd1e1;
  box-shadow: 0 5px 21px -5px #cdd1e1;*/
}

.navbar .navbar-brand-wrapper {
  background: #00666a;
  transition: width 0.25s ease, background 0.25s ease;
  -webkit-transition: width 0.25s ease, background 0.25s ease;
  -moz-transition: width 0.25s ease, background 0.25s ease;
  -ms-transition: width 0.25s ease, background 0.25s ease;
  width: 237px;
  height: 70px;
  padding-left: 60px;
}

.navbar .navbar-brand-wrapper .navbar-brand {
  color: #27367f;
  font-size: 1.5rem;
  margin-right: -160px;
  padding: .25rem 0;
}

.navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini {
  display: none;
}

.navbar .navbar-brand-wrapper .navbar-brand:active, .navbar .navbar-brand-wrapper .navbar-brand:focus, .navbar .navbar-brand-wrapper .navbar-brand:hover {
  color: #1b2658;
}

.navbar .navbar-brand-wrapper .navbar-brand img {
  /*width: calc(237px - 80px);
  max-width: 100%;*/
  height: 44px;
  margin: auto;
  vertical-align: middle;
}

.navbar .navbar-brand-wrapper .brand-logo-mini {
  padding-left: 0;
  text-align: center;
}

.navbar .navbar-brand-wrapper .brand-logo-mini img {
  /*width: calc(70px - 30px);
  max-width: 100%;*/
  margin: auto;
  height: 50px;
  margin-left: 128px; 
}

.navbar .navbar-menu-wrapper {
  background-image: #00666a;
  transition: width 0.25s ease;
  -webkit-transition: width 0.25s ease;
  -moz-transition: width 0.25s ease;
  -ms-transition: width 0.25s ease;
  color: #9b9b9b;
  padding-left: 2.55rem;
  padding-right: 30px;
  width: calc(100% - 425px);
  height: 70px;
}

@media (max-width: 991px) {
  .navbar .navbar-menu-wrapper {
    /*width: calc(100% - 55px);*/
    padding-left: 15px;
    padding-right: 24px;
  }
}

.navbar .navbar-menu-wrapper .navbar-toggler {
  border: 0;
  color: inherit;
  font-size: 1.25rem;
  padding: 0;
  border-radius: 0;
}

@media (max-width: 991px) {
  .navbar .navbar-menu-wrapper .navbar-toggler:not(.navbar-toggler-right) {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar .navbar-menu-wrapper .navbar-toggler.navbar-toggler-right {
    padding-left: 26px;
    padding-right: 0;
  }
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item {
  margin-left: 1rem;
  margin-right: 1rem;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link {
  color: inherit;
  font-size: 1rem;
  color: #AFE2DE;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search {
  margin-left: 2rem;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group {
  padding: 0 1.1rem;
  width: 400px;
  border: 1px solid #c9ccd7;
  border-radius: 2rem;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .form-control,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .input-group-text {
  background: transparent;
  border: 0;
  color: #000;
  padding: 0;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .input-group-text i {
  font-size: 1.25rem;
  color: #9b9b9b;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .form-control {
  margin-left: .7rem;
  border-radius: 1rem;
  height: 2.58rem;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .form-control::-webkit-input-placeholder {
  color: #6c7383;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .form-control:-moz-placeholder {
  color: #6c7383;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .form-control::-moz-placeholder {
  color: #6c7383;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .form-control:-ms-input-placeholder {
  color: #6c7383;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-settings {
  margin: 0;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-settings .nav-link {
  padding: 0;
  text-align: center;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-settings i {
  font-size: 1.25rem;
  vertical-align: middle;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile {
  margin-left: .2rem;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border-radius: 10px;
}

.profile-dropd{
  width:20px;
  border-radius: 0px;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile.dropdown .dropdown-toggle:after {
  display: none;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu {
  border: none;
  -webkit-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown {
  position: absolute;
  font-size: 0.9rem;
  margin-top: 0;
  right: 0;
  left: auto;
  top: 70px;
  border-radius: 10px;
}

.rtl .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown {
  right: auto;
  left: 0;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item {
  margin-bottom: 0;
  padding: 0.687rem 1.562rem;
  cursor: pointer;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item .item-thumbnail img {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item .item-thumbnail .item-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  color: #ffffff;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item .item-thumbnail .item-icon i {
  font-size: 17px;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item .item-content {
  padding-left: 0.937rem;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item .badge {
  margin-left: 2.5rem;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item .ellipsis {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rtl .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item i {
  margin-left: 10px;
}

.rtl .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item .badge {
  margin-left: 0;
  margin-right: 2.5rem;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-divider {
  margin: 0;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown i {
  margin-right: .5rem;
  vertical-align: middle;
}

.profile-dropico{
	padding-left: 10px;
	color:#ffffff;
}

@media (max-width: 991px) {
  .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown {
    position: static;
  }
  .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown {
    right: 20px;
    top: 70px;
    width: calc(38% - 40px);
  }
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .count-indicator {
  position: relative;
  padding: 0;
  text-align: center;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .count-indicator i {
  font-size: 1.0rem;
  margin-right: 0;
  vertical-align: middle;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .count-indicator .count {
  position: absolute;
    left: 55%;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #fc0a0a;
    top: 1px;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .count-indicator:after {
  display: none;
}

@media (min-width: 992px) {
  .navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right {
    /*margin-left: auto;*/
  }
  .rtl .navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right {
    margin-left: 0;
    margin-right: auto;
  }
  
}

@media (max-width: 991px) {
  .navbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display:none;
    background-color: #00666a;
  }
  .navbar .navbar-brand-wrapper {
    width: 55px;
  }
  .navbar .navbar-brand-wrapper .navbar-brand.brand-logo {
    display: none;
  }
  .navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini {
    display: inline-block;
  }
  .navbar-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.5rem;
  }
  
}

@media (max-width: 480px) {
  .navbar .navbar-brand-wrapper {
    width: 55px;
  }
  .navbar .navbar-brand-wrapper .brand-logo-mini {
    padding-top: 0px;
  }
  .overview-head {
    position: relative!important;
}

}

@media (min-width: 480px) {
  .student-info .text-info {
    padding: 25px 15px 36px 15px;
}


}

/* Layouts */
@media (min-width: 992px) {
  .sidebar-icon-only .navbar .navbar-brand-wrapper {
    width: 70px;
  }
  .sidebar{display:none;}
  .sidebar-icon-only .navbar .navbar-brand-wrapper .brand-logo {
    display: none;
  }
  .sidebar-icon-only .navbar .navbar-brand-wrapper .brand-logo-mini {
    display: inline-block;
  }
  .sidebar-icon-only .navbar .navbar-menu-wrapper {
    width: calc(100% - 70px);
  }
  .sidebar-icon-only .sidebar {
    width: 70px;
  }
  .sidebar-icon-only .sidebar .nav {
    overflow: visible;
    margin-left: 0;
    margin-right: 0;
  }
  .sidebar-icon-only .sidebar .nav .nav-item {
    position: relative;
  }
  .sidebar-icon-only .sidebar .nav .nav-item .nav-link {
    display: block;
    padding-left: .5rem;
    padding-right: .5rem;
    text-align: center;
    position: static;
  }
  .sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title,
  .sidebar-icon-only .sidebar .nav .nav-item .nav-link .badge, .sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-sub-title {
    display: none;
  }
  .sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title {
    border-radius: 0 5px 5px 0px;
    background: #e8e7ec;
  }
  .rtl.sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title {
    border-radius: 5px 0 0 5px;
  }
  .sidebar-icon-only .sidebar .nav .nav-item .nav-link i.menu-icon {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  .sidebar-icon-only .sidebar .nav .nav-item .nav-link i.menu-arrow {
    display: none;
  }
  .sidebar-icon-only .sidebar .nav .nav-item .nav-link[aria-expanded] .menu-title {
    border-radius: 0 5px 0 0px;
  }
  .rtl.sidebar-icon-only .sidebar .nav .nav-item .nav-link[aria-expanded] .menu-title {
    border-radius: 5px 0 0 0;
  }
  .sidebar-icon-only .sidebar .nav .nav-item .collapse {
    display: none;
  }
  .sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    background: #e8e7ec;
    padding: 0.5rem 1.4rem;
    left: 70px;
    position: absolute;
    text-align: left;
    top: 0;
    bottom: 0;
    width: 190px;
    z-index: 1;
    line-height: 1.8;
    -webkit-box-shadow: 4px 0px 7px 0px rgba(182, 185, 189, 0.25);
    box-shadow: 4px 0px 7px 0px rgba(182, 185, 189, 0.25);
  }
  .rtl.sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title {
    left: auto;
    right: 70px;
    text-align: left;
    -webkit-box-shadow: -4px 0px 7px 0px rgba(182, 185, 189, 0.25);
    box-shadow: -4px 0px 7px 0px rgba(182, 185, 189, 0.25);
  }
  .sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title:after {
    display: none;
  }
  .sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link:hover .menu-title {
    background: #e8e7ec;
  }
  
  .sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapse,
  .sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapsing {
    display: block;
    background: #dddce1;
    border-radius: 0 0 5px 0;
    position: absolute;
    left: 70px;
    width: 190px;
    -webkit-box-shadow: 4px 4px 7px 0px rgba(182, 185, 189, 0.25);
    box-shadow: 4px 4px 7px 0px rgba(182, 185, 189, 0.25);
  }
  .rtl.sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapse, .rtl.sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapsing {
    left: auto;
    right: 70px;
    border-radius: 0 0 0 5px;
    -webkit-box-shadow: -4px 4px 7px 0px rgba(182, 185, 189, 0.25);
    box-shadow: -4px 4px 7px 0px rgba(182, 185, 189, 0.25);
  }
  .sidebar-icon-only .sidebar .nav:not(.sub-menu) .nav-item.active {
    border-radius: 0;
  }
  .sidebar-icon-only .sidebar .nav:not(.sub-menu) .nav-item:hover .nav-link {
    border-radius: 0;
  }
  .sidebar-icon-only .sidebar .nav.sub-menu {
    padding: 0 0 0 1.5rem;
  }
  .sidebar-icon-only .sidebar .nav.sub-menu .nav-item .nav-link {
    text-align: left;
    padding-left: 20px;
  }
  .sidebar-icon-only .main-panel {
    width: calc(100% - 70px);
  }
}

.rtl {
  direction: rtl;
  text-align: right;
}

.rtl .sidebar .nav {
  padding-right: 0;
}

.rtl .sidebar .nav.sub-menu {
  padding: 0 4.5rem 0 0;
}

.sidebar-icon-only.rtl .sidebar .nav.sub-menu {
  padding-right: 0rem;
}

.sidebar-icon-only.rtl .sidebar .nav.sub-menu .nav-item .nav-link {
  padding-right: 3rem;
  text-align: right;
}

.sidebar-icon-only.rtl .sidebar .nav.sub-menu .nav-item .nav-link:before {
  right: 1.75rem;
}

.rtl .product-chart-wrapper::-webkit-scrollbar,
.rtl .tab-content .tab-pane .scroll-wrapper::-webkit-scrollbar,
.rtl .sidebar-fixed .nav::-webkit-scrollbar,
.rtl .table-responsive::-webkit-scrollbar,
.rtl ul.chats::-webkit-scrollbar {
  width: 0.5em;
}

.rtl .product-chart-wrapper::-webkit-scrollbar-track,
.rtl .tab-content .tab-pane .scroll-wrapper::-webkit-scrollbar-track,
.rtl .sidebar-fixed .nav::-webkit-scrollbar-track,
.rtl .table-responsive::-webkit-scrollbar-track,
.rtl ul.chats::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.rtl .product-chart-wrapper::-webkit-scrollbar-thumb,
.rtl .tab-content .tab-pane .scroll-wrapper::-webkit-scrollbar-thumb,
.rtl .sidebar-fixed .nav::-webkit-scrollbar-thumb,
.rtl .table-responsive::-webkit-scrollbar-thumb,
.rtl ul.chats::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}


.be-checkbox.inline, .be-radio.inline{display: inline-block;}
.be-checkbox, .be-radio {
    display: block;
    line-height: 22px;
    margin: 0;
    padding: 7px 0;
}
.be-radio.inline+.be-radio.inline{margin-left: 18px;}
.social-ico-choice{padding-left:12px;}


/*-- F1 End --*/

#grad1 {
    background-color: : #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA)
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E
}

#msform input,
#msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid skyblue;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: skyblue;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
	margin-top: 15px; padding:30px;
}

.bx-shadow{	
	box-shadow: 5px 10px 20px #7A7A7A29;
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f023"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: skyblue
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.file-upload {
  /*background-color: #ffffff;*/
  /*width: 250px;*/
  margin: 0 auto;
  /*padding: 20px;*/
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #5eb0cf;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #318fb3;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #318fb3;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  margin-top: 20px;
  border: 1px dashed #5db0cf;
  position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #92d7f1;
    border: 1px dashed #ffffff;
}

.image-title-wrap {
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 100;
    text-transform: uppercase;
    color: #000000;
    padding: 15px 10px 5px 10px;
    font-size: 15px;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #328fb3;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #009297;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}

.sec-blue {
  color: #fff;
  background-color: #efefef;
  border-color: #eff2f5;
}

.move-icon{color: #009297;}
.text-highlight{color: #087479;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 500;}
	
/* Upload file Start */ 	
	
  .input-file-container {
  position: relative;
  width: 125px;
} 
.tl-cen{
   text-align:center;
}
.pl-153{
	padding-left: 180px!important;
	}
.js .input-file-trigger {
    display: block;
    padding: 6px 22px;
    background: #00666a;
    color: #fff;
    font-size: 14px;
    transition: all .4s;
    cursor: pointer;
    border-radius: 50px;
}
.js .input-file {
  position: absolute;
  top: 0; left: 0;
  width: 225px;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;
}
    .js .input-file:hover + .input-file-trigger,
    .js .input-file:focus + .input-file-trigger,
    .js .input-file-trigger:hover,
    .js .input-file-trigger:focus {
        background: #FF9900;
        color: #ffffff;
    }

.file-return {
  margin: 0;
}
.file-return:not(:empty) {
  margin: 1em 0;
}
.js .file-return {
  font-style: italic;
  font-size: .9em;
  font-weight: bold;
}
.js .file-return:not(:empty):before {
  content: "Selected file: ";
  font-style: normal;
  font-weight: normal;
}

.txtcenter {
  margin-top: 4em;
  font-size: .9em;
  text-align: center;
  color: #aaa;
}
.copy {
  margin-top: 2em;
}
.copy a {
  text-decoration: none;
  color: #1ABC9C;
}

/* Upload file End */ 	

.complete-check{
	color: #057075;
    font-size: 14px;
    background-color: #D5F2F0;
    border-radius: 50px;
    padding: 5px;
    font-weight: 100;
	}
.n-complete-check{
	color: #ffffff;
    font-size: 14px;
    background-color: #057075;
    border-radius: 88px;
    padding: 5px 7px;
    font-weight: 100;
	}
	
/* Progress bar start */
.demo{ background: #2c304a; }
.progress-title{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px;
}
.progress{
    height: 8px;
    background: #AFE2DE;
    border-radius: 20px;
    border: 1px solid #dbdbdb;
    /* box-shadow: 0 2px 2px #4f4c4c; */
    margin-bottom: 10px;
    overflow: visible;
    position: relative;
}
.progress .progress-bar{
    border-radius: 20px;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
}
.progress .progress-value{
	width: 11px;
    height: 11px;
    line-height: 25px;
    background: #067176;
    font-size: 13px;
    color: #00666A;
    border-radius: 0 0 15px 15px;
    border-top: none;
    box-shadow: 0 2px 10px #e5e5e5;
    position: absolute;
    bottom: -3px;
    right: 84px;
	border-radius: 50px;
}
@-webkit-keyframes animate-positive{
    0% { width: 0; }
}
@keyframes animate-positive{
    0% { width: 0; }
}


.tag-profile{color: #ff4747;}

.modal-box{ font-family:"Roboto", sans-serif; }
.modal-box .show-modal{
    color: #fff;
    background-color: #ff4747;
    font-size: 15px;
    text-transform: capitalize;
    padding: 10px 15px;
    margin: 15px 0px 0px 0px;
    border: none;
    outline: none;
    display: block;
}
.modal-box .show-modal:hover{
    color: #fff;
    background-color: #f93d3d;
    border: none;
}
.modal-backdrop.in{ opacity: 0; }
.modal-box .modal{ top: 90px !important; }
.modal-box .modal-dialog{
    width: 450px;
    margin: 20px auto 0;
}
.modal-box .modal-dialog .modal-content{
    text-align: center;
    border: none;
    position: relative;
}
.modal-box .modal-dialog .modal-content:before{
    content: "";
    background: #ffffff;
    width: 100%;
    height: 80px;
    border-radius: 6px 6px 0 0;
    position: absolute;
    top: 0;
    left: 0;
}
.modal-box .modal-dialog .modal-content .close{
    color: #000;
    font-size: 25px;
    text-shadow: none;
    opacity: 1;
    position: absolute;
    left: auto;
    top: 5px;
    right: 10px;
    z-index: 1;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .close span{
    margin: -2px 0 0 0;
    display: block;
}
.modal-box .modal-dialog .modal-content .close:hover{ color: #fff; }
.modal-box .modal-dialog .modal-content .modal-body{ padding: 15px 25px 30px !important; }
.modal-box .modal-dialog .modal-content .modal-body .icon{
    color: #ffc20e;
    background: #fff;
    font-size: 65px;
    line-height: 84px;
    width: 83px;
    height: 83px;
    margin: 0 auto;
    border-radius: 100px;
    transform: translateY(-18px);
    padding-left: 11px;
}
.modal-box .modal-dialog .modal-detailed:before {
    content: "";
    background: #8C0052;
    width: 100%;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}
.modal-box .modal-dialog .modal-detailed .detailed-nofication{
    color: #ffc20e;
    background: #8C0052;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    height: 29px;
    text-align: left;
    padding-top: 4px;
	padding-left: 0px;
    transform: translateY(-16px);
    font-weight: 500;
    text-transform: uppercase;
}

.modal-box .modal-dialog .modal-content .modal-body .title{
    color: #0984e3;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.modal-box .modal-dialog .modal-content .modal-body .description{
    color: #0984e3;
    font-size: 18px;
    margin: 0 0 15px;
}
.modal-box .modal-dialog .modal-content .modal-body .form-group{ margin: 0 0 20px; }
.modal-box .modal-dialog .modal-content .modal-body label{
    color: #0984e3;
    font-size: 18px;
    font-weight: 500;
}
.modal-box .modal-dialog .modal-content .modal-body .form-control{
    color: #0984e3;
    background-color: rgba(0,0,0,0.03);
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    height: 40px;
    padding: 2px 15px;
    border: none;
    display: inline-block;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .modal-body .form-control:focus{
    box-shadow: none;
    border: none;
}
.modal-box .modal-dialog .modal-content .modal-body .form-control::placeholder{
    color: #909090;
    font-size: 16px;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe{
    color: #fff;
    background-color: #EA2027;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 12px;
    margin: 0 10px 10px 0;
    border: none;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe.submit{
    background-color: #00a8ff;
    margin-right: 0;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe:hover{
    background-color: #555;
    box-shadow: 0 0 5px #333 inset;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe.submit:hover{
    background-color: #0984e3;
    box-shadow: 0 0 5px #333;
}
@media only screen and (max-width: 576px){
    .modal-dialog{ width: 93% !important; }
}
@media only screen and (max-width: 379px){
    .modal-box .modal-dialog .modal-content .modal-body .subscribe{ margin-right: 0; }
	.form-container-grade {
    width: 320px!important;
}
.btn-notable {
    padding: 7px 12px!important;
}
.navbar .navbar-brand-wrapper .brand-logo-mini img {
    margin-left: -16px!important;
    height: 30px!important;
}

.form-container-grade-text {
    width: 320px!important;
}

}

a:hover, a:focus{
    outline: none;
    text-decoration: none;
}
#accordion .panel{
    border:none;
    border-radius:40px;
}
#accordion .panel-heading{
    padding:0;
    background: #f9fafb;
}
#accordion .panel-title a {
    display: block;
    position: relative;
    font-size: 16px;
    padding: 12px 45px 12px 15px;
    text-transform: uppercase;
    background-color: #1361c5;
    color: #fff;
    margin-bottom: 10px;
    transition: all 0.10s linear 0s;
    font-weight: 500;
}
    #accordion .panel-title a.collapsed {
        background-color: #00666a;
        color: #ffffff;
    }
        #accordion .panel-title a.collapsed:hover {
            background-color: #00666a;
            color: #ffffff;
        }
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "\f068";
    font-family: "FontAwesome";
    font-weight: 900;
    color:#fff;
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 9px;
    left:25px;
}


#accordion .panel-title a.collapsed:after{
    content: "\f067";
    color:#ffffff;
}

#accordion .panel-title a.collapsed:hover:after{
    color:#ffffff;
}
#accordion .panel-body{
    border-top: 0px none;
    color:#808080;
}

.unview{
	color:#ccc;
	}
.menu-icon-color{
	color:#ffffff;
	}
.menu-icon-active{
	color:#01676B;
	vertical-align: middle;
}
.checkbox_collapse .panel.panel-default {
    padding: 0px !important;
    border-radius: 0px
}

.checkbox_collapse .panel.panel-default span.circle {
    width: 18px;
    height: 18px;
    position: relative;
    border: 1px solid #c0e4f3;
    margin-right: 10px;
    border-radius: 15px;
    background-color: #fff;
    display: inline-flex;
    vertical-align: middle
}

.checkbox_collapse .panel.panel-default span.circle:after {
    width: 25px;
    content: "";
    background: url(https://image.flaticon.com/icons/svg/64/64484.svg);
    position: absolute;
    left: 3px;
    right: 0;
    margin: 0 auto;
    top: 4px;
    z-index: 99999;
    background-size: 10px;
    height: 25px;
    opacity: 0;
    background-repeat: no-repeat
}

.checkbox_collapse .panel.panel-default a {
    padding: 15px;
    background-color: #009688;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    border-radius: 5px
}

.checkbox_collapse .panel.panel-default a[aria-expanded="false"]:after {
    display: none !important
}

.checkbox_collapse .panel.panel-default a[aria-expanded="false"] span:after {
    opacity: 0
}

.checkbox_collapse .panel.panel-default a[aria-expanded="true"]:after {
    display: none !important
}

.checkbox_collapse .panel.panel-default a[aria-expanded="true"] span:after {
    opacity: 1
}

.complete-starting{background-color:#ff4747;}
.complete-mid{background-color:#b3872d;}
.complete-end{background-color:#71c016;}
.dashb-headm{width: 100%;
    border-radius: 30px;}
.autofill-db{width: -webkit-fill-available;}

.custom-button {
    padding: 7px 22px;
    color: white;
    background-color: #01459d;
    border: 1px solid #01459d;
    border-radius: 50px;
    cursor: pointer;
    font-size: 15px;
}

    .custom-button:hover {
        background-color: #FF9900;
    }

.custom-text {
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    display: block;
    margin-top: 12px;
	margin-left: 5px;
}
.edit-view{padding-bottom: 32px!important;}
.basic-radio-acc{
	background: no-repeat;
}
 .mt-20{
	 margin-top:20px;
 }
.student-info{
   background-color: #AFE2DE;
   border-radius: 10px;
   padding: 10px;
   margin-top: 1%;
   margin-bottom: 2%;
 }
.student-info .text-info{
	  padding: 37px 0px 36px 133px;
  }
  
.student-info .student-img{
    margin-top: -45px;
	padding-left: 10%;
}
.card-top-bg{
	background-color: #FFF2CC;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 5px;
}
.ac-info-upload{
	background-color: #FFF2CC;
    padding: 20px;
    height: 148px;
	padding-top: 50px;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item{
	display:inline-block!important;
	text-align:left;
	color: #ffffff;
}
.ta-right{
	text-align:left!important;
}
.footer-pp{
	display: flex;
    list-style: none;
	margin-bottom: 6px;
	padding-left: 0rem;
}
.footer-pp li{
	display: inline-block;
	margin: 0 auto;
	
}
.footer-pp li a{
	font-size:10px;
	color:#000000;
	display: inline-block;
	
}
.overview-head {
    margin-top: 6px;
    /* padding-left: 27px; */
    font-size: 25px;
}
.fw-100{
	font-weight:100;
}
.card-shadown{
	    box-shadow: none;
}

.marg-right{
	margin-right: 10px;
    margin-left: -5px;
}


/*-- Grade Calculator --*/
.open-button {
  background-color: #ffc20e;
  color: #000000;
  padding: 11px 16px;
  border: none;
  cursor: pointer;
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 275px;
  font-weight: 500;
  background-image: url("../images/icons/icon-enlarge.png");
  background-repeat: no-repeat;
  
}

.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0px;
  z-index: 9;
}

.form-container-grade {
  width: 600px;
  padding: 10px;
  background-color: #FFF2CC;
}
.form-container-grade-text {
  width: 600px;
  padding: 10px;
  background-color: #ffc20e;
  height: 40px;
  text-align: center;
  font-weight: 600;
  color:#000000; 
}

.close-icon{	  
  top: 9px;
    background-image: url(../images/icons/icon_delete.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px;
	cursor:pointer;
}

.form-container-grade input[type=text], .form-container-grade input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #ffffff;
}

.form-container-grade input[type=text]:focus, .form-container-grade input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

.form-container-grade .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  border-radius: 0px;
  display: block;
}

.form-container-grade .cancel {
  background-color: #067176;
}

.form-container-grade .btn:hover, .open-button:hover {
  opacity: 1;
}

.grade-formbtm{
	border: 1px solid #ffffff;
    margin-bottom: 10px;
}
.grade-form-list{
    background-color: #EFEFEF;
    color: #388b87;
    font-size: 15px!important;
    font-weight: 500;
    text-align: center;
}

.travel-table-border {
    border: 1px solid #d9edf7;
}
.grade-scroll{
	height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-right: 0;
}
.scholar-fee-waiver {
    width: 96%;
	margin-left: 2.5%;
}
.fee-waiver-frst {
    width: 25%;
    text-align: center;
	background-color:#ffffff;
	color: #046D72;
	border: 1px solid #d9edf7;
}
.fee-waiver-scnd {
    width: 25%;
    text-align: center;
	background-color:#ffffff;
	color: #046D72;
	border: 1px solid #d9edf7;
}
.fee-waiver-thir {
    width: 25%;
    text-align: center;
	background-color:#ffffff;   
	color: #046D72;
	border: 1px solid #d9edf7;
}
.fee-waiver-fort {
    width: 25%;
    text-align: center;
	background-color:#ffffff;  
	color: #046D72;
}
.fee-waiver-per{
    width: 50%;
    text-align: center;
	background-color:#AFE2DE;
	color: #046D72;
	border: 1px solid #009297;
}
.fee-waiver-grade{
    width: 25%;
    text-align: center;
	background-color:#ffffff;
	color: #046D72;
	border: 1px solid #009297;
}
.color-white{
	color:#fff;
}
.pl-50{
	padding-left:50px!important;
}

.color-teal{
	color:#ffffff;
}

.color-teal-lig{
	color:#1EA4AC;
}
.choicef-btn{
	padding: 0.925rem 1.5rem;
}
.pl-0{
	padding-left:0px;
}
.pr-0{
	padding-right:0px;
}
.percent-text{
	font-size:14px;
	color: #00666A;
}
.percent-text span{
	font-weight:600;
}


::-webkit-scrollbar {
  width: 5px;
  height:5px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
::-webkit-scrollbar-thumb {
  background: #009297; 
}

::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.edit-ico img{
	padding-left: 20px;
}
.active-nav{
	color:#ffffff!important;
}
.btn-notable {
    box-shadow: 1px 5px 20px #cccccc;
    padding: 7px 22px;
    font-size: 20px!important;
    align-items: end;
    margin-top: 50px;
    background-color: #1b7e06;
    margin-left: 20px;
}
    .btn-notable:hover {
        background: #ff9a38; color:#fff;
    }
    .bottom-btn {
        float: right;
    }
#btnSubmitBackground i{display:none}


.btn-pupup {
    position: relative;
}

.btn-pupup .btn-pupuptext {
  visibility: hidden;
  width:100%;
  background-color: #EFEFEF;
  color: #000;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  top: -26px;
  left: 54%;
  font-size:12px;
  margin-left: -60px;
}

.btn-pupup:hover .btn-pupuptext {
  visibility: visible;
}

.apply-btn{
  padding: 2px 22px;
}
.inti-name{
  width:230px;
}
.inti-type{
  width:165px;
}
.course-det{
  width:300px;
}
.eligb{
  width:450px;
}
.apply-td{
  width:100px;
}
.tableh-100{
	height:100px;
}
.moveup-btn{
	background-color: #009297;
    padding: 2px 15px;
    border-radius: 50px;
    font-size: 10px;
	width: 90px;
    margin-top: 2px;
	position: relative;
  top: 0;
  transition: top ease 0.5s;
}

.moveup-btn:hover {
  top: -3px;
}

.movedown-btn{
	background-color: #009297;
    padding: 2px 15px;
    border-radius: 50px;
    font-size: 10px;
	width: 90px;
    margin-top: 2px;
	position: relative;
  top: 0;
  transition: top ease 0.5s;
}

.movedown-btn:hover {
  top: 3px;
}
.table-student {
    padding: 5px;
    border-radius: 0;
}

/*-- Dashboard Steps --*/

.step {
  display: flex;
  justify-content: space-between;
  counter-reset: step;
  margin-bottom: 7em;
  position: relative;
  margin-top: 25px;
}
.step::before, .step::after {
  content: "";
  position: absolute;
  top: 0.75em;
  bottom: 0.75em;
  left: 0;
  right: 0;
  background: #E4E4E4;
}
.step::after {
  background: #41b3b7;
  transition: right 0.5s;
}
.step[data-step="0"]::after {
  right: 100%;
}
.step[data-step="1"]::after {
  right: 50%;
}


.step p {
  counter-increment: step;
  color: #ffffff;
  height: 2em;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin: 0;
}

.step span {
  counter-increment: step;
  color: #B1B1B1;
  height: 2em;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin: 0;
}

.step p:first-of-type {
  background: linear-gradient(to right, #ffffff 50%, transparent 50%);
}
.step p:last-of-type {
  background: linear-gradient(to right, transparent 50%, #ffffff 50%);
}
.step p::before {
  content: "\f00c";
  display: flex;
  font: normal normal normal 14px/1 FontAwesome;
  margin: 0 auto 0.5em;
  height: 2em;
  width: 2em;
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  background: #E4E4E4;
}
.forward .step p::before {
  transition: background 0 0.5s, color 0 0.5s;
}

[data-step="0"] p:nth-child(1),
[data-step="1"] p:nth-child(2),
[data-step="2"] p:nth-child(3) {
  color: #00666A;
}

[data-step="1"] p:nth-child(1)::before,
[data-step="2"] p:nth-child(1)::before,
[data-step="2"] p:nth-child(2)::before {
  content: "\f00c";
}

[data-step="0"] p:nth-child(1)::before,
[data-step="1"] p:nth-child(2)::before,
[data-step="2"] p:nth-child(3)::before,
[data-step="1"] p:nth-child(1)::before,
[data-step="2"] p:nth-child(1)::before,
[data-step="2"] p:nth-child(2)::before {
  background: #41b3b7;
  color: white;
}

/*-- dashboard steps --*/
.cf-btn{
	position: absolute;
    -ms-transform: translateY(-50%);
    transform: translateY(-23%);
    left: 26%;
	font-size: 16px;
}
.watch-v{
	font-weight: 100;
    font-size: 16px;
}
.upload-aced{
	 display: inline-block;
}
.academic-pfield{
	margin-bottom:10px;
}

.ml-12{
  margin-left: 12px;
  padding-right: 36px;
}
.db-iconmd{
	vertical-align: middle;
}
.btn-yellow {
    color: #fff;
    background-color: #ffdb72;
}

.fs-small{
	font-size:0.875rem;
}
.choice-fill-sn{
	background-color: #ffdb72!important;
    color: #000!important;
    border-right: 1px solid #fff!important;
	padding: 0.585rem 10px!important;
}
.choice-filltd td{
	padding: 0.585rem 18px!important;
}
.btn-apply-dark{
	background-color:#009297;
	font-size: 12px;
}
.choice-td-bdr{
	border: 2px solid #41b3b7;
    padding: 5px;
    border-radius: 5px;
	overflow: scroll;
}
.afield-req{
	font-size: 14px;
    margin-left: 10px;
}
.ref1{
	padding-top: 10px;
    display: block;
}
.footer-rp li{
	padding-right: 20px;
}
.discloser-mb{
	margin-bottom: 30px;
}
.upload-ps{
	border: 1px solid #ccc!important;
    padding: 20px!important;
}
.choice-fill-fc {
    background-color: #fbdfb5 !important;
    color: #000 !important;
    border-right: 1px solid #fff !important;
    padding: 0.585rem 5px !important;
    width: 40px;
}
.action-wid{
	width: 40px;
	padding: 0.585rem 2px!important;
}
.inti-type-fc {
    width: 55px;
    padding: 0.585rem 8px!important;
}
.inti-cdfc {
    width: 300px;
}
.aca-perc{
    margin-right: 0px;
    width: 63px!important;
}
.aca-qualifi {
    width: 675px;
}
.aca-fill-sn {
    background-color: #ffdb72!important;
    color: #000!important;
    border-right: 1px solid #fff!important;
    padding: 0.585rem 10px!important;
    width: 59px;
}
.caca-total {
    width: 160px;
}

.heading-none{
	 display:none;
 }

.col-sm-6{
	 width:50%;
 }
 
.parent-mt{
  margin-top: 28px;
}
.upload-mt{
	margin-top: 0px
 }
.content-inner {
  max-height: 15px;
  overflow: hidden;
  transition: max-height 0.25s ease;
}
.content-inner p {
  line-height: 1.5;
}

.read-more {
 display: inline-block;
    margin-top: 10px;
    font-weight: 400;
    cursor: pointer;
    font-size: 14px;
	color: #077377;
}
.grade-convr-pop p{
	text-align:left;
}
.list-insti-partnership li {
	margin-top:10px;
}
 
.list-insti-partnership li {
    background: url(../images/icons/list-icon-p.png) no-repeat left 0px top 11px;
    padding-left: 0.8em;
    font-size: 1.0em;
    line-height: 25px;
    color: #3a3a3a;
    list-style: none;
    text-align: left;
}
.menu-mobile {
	display:none;
}

.mo-select{
	margin-right:2px;
}
.dplay-flex{
	 display:flex;
 }
 .tp-acad{
  display: block;
  text-align: center;
}
.document-info {
   width: 50px;
}
.document-upload{
	margin: 0 auto;
}

.detailed-notifi{
    font-size: 15px!important;
    line-height: 24px!important;
    width: 100%!important;
    text-align: left;
    padding-top: 6px;
    height: auto!important;
    padding-left: 0px!important;
    color: #ffc20e!important;
    font-weight: 500;
    text-transform: uppercase;
}
.col-magenta{
	color:#8c0052;
}
.col-grey{
	color: #7b7b7b!important;
}
.modal-innrtext p {
    text-align: left;
	color:#8c0052;
}
.color-magenta{
	background-color: #8c0052;
	color:#ffffff;
}

.color-magenta:before {
    background: #ffffff;
    height: 30px!important;
}
.btn-detailed-notif{
	color: #ffc20e;
    opacity: 0.9;
    font-weight: 500;
    padding: 3px 16px 0px!important;
    z-index: 9999;
    position: relative;
}
.notification-email{    
    width: 20px!important;
    margin-right: 15px;
    vertical-align: sub;
    margin-left: -10px;
    height: 100%!important;
    border-radius: 0px!important;
}
.notification-date{
	display: block;
    font-size: 10px;
    margin-left: 25px;
}
.animated-menu {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-3px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
.animated-convert {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  margin-right:10px;
}
@-webkit-keyframes convert-bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-3px);
  }
}
@keyframes convert-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}
.convert-bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

.animate-none{
	display: none;
}
.mr-10a{
	margin-right:10px;
}
.read-email{
	color: #afe2de!important;
}


/*-- Login page --*/

.forgot-bgimage {
    background-image: url(../images/bg/forgot-password-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
    width: 100%;
    height: auto;
    position: fixed;
    background-position: 17% 75%;
}

.login-bgimage {
    background-image: url(../images/bg/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
    width: 100%;
    height: auto;
    position: fixed;
    background-position: 17% 75%;
}
.login-radius {
    border-radius: 20px;
}
.login-form-mt {
    margin-top: 10%;
}
.form-container {
    background-color: #fff;
    font-size: 0;
    background: #00666ab5;
    box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%);
    backdrop-filter: blur( 4px);
}
.form-container .left-content {
    width: 40%;
    padding: 40px 35px;
    display: inline-block;
    vertical-align: top;
	text-align: center;
}
.form-container .right-content {
    text-align: center;
    width: 60%;
    padding: 30px 50px;
    display: inline-block;
}
.form-container .right-content .form-title {
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    text-align: left;
    text-transform: uppercase;
    padding: 0 0 2px;
    margin: 0 0 30px;
    border-bottom: 2px solid #2aa5ab;
}
.form-container .form-horizontal .signin {
    color: #fff;
    background: linear-gradient(88deg, #009297, #3bc6cd);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    width: 100%;
    padding: 9px 11px;
    margin: 0 0 20px;
    border-radius: 50px;
    transition: all 0.3s ease 0s;
	display: block;
}
.col-md-offset-4 {
    margin-left: 33.33333333%;
}
.form-container .form-horizontal .form-group {
    margin: 0 0 20px;
}
.remember-me {
    width: calc(90% - 105px);
    display: inline-block;
    line-height: 13px;
	text-align: left;
}
.form-container .form-horizontal .forgot {
    color: #999;
    font-size: 12px;
    text-align: right;
    width: 120px;
    vertical-align: top;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.login-page-remem {
    color: #fff!important;
    font-size: 14px!important;
	vertical-align: super;
}
.f-passwordm {
    margin-bottom: 10px!important;
}
.signup-here-text {
    color: #ffc20e!important;
	line-height: 55px;
}
.form-container .right-content .signup-link a {
    color: #2aa5ab;
    transition: all 0.3s ease 0s;
}
.form-container .left-content .title {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 30px;
	text-align: center;
}

.form-container .left-content .title img {
	width: 220px;
}
.login-say-yes {
    font-size: 25px;
    font-weight: 500;
    color: #ffffff;
	line-height: 28px;
}
.btn-pupup-conv .btn-pupup-convtext {
	display:none;
}

.otp-dropdwn{
	margin-top: 5px;
    border-radius: 5px;
    height: 20px;
    width: 172px;
}

.modal-innrdel{
	margin-top: 35px;
}

.modal-header-update{
	display: block!important;
    padding: 3px 15px!important;
}

.update-modal p{
	color:#000000;
}
.body-message h4{
	font-size: 16px;
    color: #067176;
}
.modal-body-acc h4{
	font-size: 16px!important;
    color: #000000!important;
	font-weight: 400!important;
}
.modal-body-acc p{
    color: #000000!important;
}
.bodymsg-marg{
	margin-top: 15px;
}
.close-nupdate {
    color: #ffffff!important;
	opacity: 1.0!important;
}
.acc-delete{
	color:red;
}
.check-youemail{
   padding: 60px 50px!important;
}

.check-youemail .form-title{
   text-align: center!important;
    border-bottom: 0px!important;
}
.check-youemail p{
   color: #fff!important;
    padding: 0px 48px!important;
}

.check-youemail p a{
   color: #fff!important;
}
.check-youemail p a:hover{
   color: #ffc20e!important;
}

.check-youemail .signin{
    color: #fff;
    background: linear-gradient(88deg, #009297, #3bc6cd);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    width: 100%;
    padding: 9px 11px;
    margin: 0 0 20px;
    border-radius: 50px;
    transition: all 0.3s ease 0s;
    display: block;
}

.check-youemail .signin:hover{
    color: #fff;
    background: linear-gradient(88deg, #3bc6cd, #009297);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    width: 100%;
    padding: 9px 11px;
    margin: 0 0 20px;
    border-radius: 50px;
    transition: all 0.3s ease 0s;
    display: block;
}
.modalco-padding{
	padding:10px;
}
.apply-percentage{
	width:200px;
}
.apply-subject{
	width: 220px;
}

.btn-home-logout {
    box-shadow: 1px 5px 20px #cccccc;
    padding: 7px 22px;
    font-size: 0.775rem;
    align-items: end;
    background-color: #00666a;
    margin-right: 20px;
}
.siiid-m{
	display:none;
}
.fw-500{
	font-weight:500;
}

.uploadph-td {
    width: 260px;
}
.doc-name{
    width: 500px;
}
.doc-percentage {
    width: 260px;
}
.ctv-document{
	text-decoration: underline;
    color: #006063;
    font-weight: 500;
}
.status-pen{
	color: #006063;
    font-weight: 600;
}
.upload-check{
	color: #ffffff;
    font-size: 14px;
    background-color: #009297;
    border-radius: 50px;
    padding: 10px;
    font-weight: 100;
}
.btn-upload-agn{
	padding: 7px 12px;
    border-radius: 9px;
}
.upload-agn-bg{
	background-color: #FFF2CC;
}
.ffix{
	 bottom: 0px;
    position: absolute;
}
.resultpg-td {
    background-color: #badff7;
    text-align: left;
    font-size: 15px !important;
    font-weight: 500;
    width: 16%;
}
.resultpg-tdr{
	background-color: #FFF2CC;
    text-align: left;
    font-size: 15px!important;
    font-weight: 500;
}
.result-tdmarg{
	border-collapse: separate;
    border-spacing: 0 0.8em;
}
.accpt-decbtn{
	text-align:center;
}
.btn-accept{
	color: #fff;
    background-color: #00842C;
    border-color: #00842C;
	border-radius: 10px;    
	font-size: 20px;
    font-weight: 400;
	padding: 8px 30px 8px 30px;
}
.btn-decline{
	color: #fff;
    background-color: #D60000;
    border-color: #D60000;
	border-radius: 10px;
	font-size: 20px;
    font-weight: 400;
	padding: 8px 30px 8px 30px;
}
.bord-radius-10{
	border-radius:10px;
}

.result-flash-button {
  background-color: #009297;
  border: 0;
  cursor: pointer;
  color: #222f3e;
  position: relative;
  border-radius:10px;
}
.result-flash-button:after {
  background-color: #009297;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius:10px;
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

@-webkit-keyframes blink {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0.8;
  }
  100% {
    transform: scale3d(1.1, 1.3, 1.1);
    opacity: 0;
  }
}

@keyframes blink {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0.8;
  }
  100% {
    transform: scale3d(1.1, 1.3, 1.1);
    opacity: 0;
  }
}

.check-thanks {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #00666a;
    position: relative;
    overflow: hidden;
    animation: wrap 0.3s ease-in-out forwards;
    animation-delay: 0.3s;
    transform: scale(0);
    margin: 0 auto;
}
.check-thanks::before, .check-thanks::after {
  content: "";
  position: absolute;
  background-color: white;
  width: 0;
  height: 5px;
  transform-origin: left;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.check-thanks::before {
  top: 32px;
  left: 21px;
  transform: rotate(45deg);
  animation-name: left;
  animation-delay: 0.8s;
}
.check-thanks::after {
  top: 42px;
  left: 29px;
  transform: rotate(-45deg);
  animation-name: right;
  animation-delay: 1.1s;
}

@keyframes wrap {
  0% {
    background-color: transparent;
    transform: scale(0);
  }
  100% {
    background-color: #077478;
    transform: scale(1);
  }
}
@keyframes left {
  0% {
    width: 0;
  }
  100% {
    width: 15px;
  }
}
@keyframes right {
  0% {
    width: 0;
  }
  100% {
    width: 30px;
  }
}
.validate-email {
    border: 1px solid #e7e7e7;
    padding: 15px;
    width: 30%;
    margin: 0 auto;
}
.thanks-mt{
	margin-top:7%;
}
.document-sig{
	width: 100px!important;
    height: 100px!important;
    border-radius: 0px!important;
}
.status-dd{
	margin: 0 auto;
}
.doc-name-status{
	width: 320px;
}
.doc-reason{
	width: 350px;
}
.status-verified{
	color: #57cb01;
    font-weight: 600;
}
.status-rejected{
	color: #f71d04;
    font-weight: 600;
}
.status-pending{
	color: #ffc706;
    font-weight: 600;
}
.widchoice{
	width: 100%;
}
.choiceflex{
	float: left;
    width: 33%;
}
.cf-notification{
	font-weight: 100;
    font-size: 36px;
	margin-top:80px;
}
.cf-notification-1{
	font-weight: 100;
    font-size: 36px;
	margin-top:40px;
}
.cf-notifi-padding{
	padding:100px 20px;
}


/*----------- Merger Student Dashboard ------------*/

.card.card-tale {
    background: #00666a;
    color: #ffffff;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.card.card-dark-blue {
    background: #00666a;
    color: #ffffff;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.card.tale-bg {
    background: #DAE7FF;
}
.card-people {
    position: relative;
    padding-top: 20px;
}
.stretch-card {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
}
.card .card-body {
    padding: 3.25rem 1.25rem;
}
.card-image{
	width:80px;
}
.card-digitn{
	font-size: 30px;
    margin: 10px 10px;
}
.ml-20{
	margin-left:20px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 100%;
        
    }
}
.dashboard-mtab {
    background-color: #2D68C4;
    color: #fff;
}
.dashboard-mtab td{
    padding:30px 0px 30px 0px;
    font-size:22px;
}
.pl-20{
    padding-left:20px;
}
.sub-headcolor {
     background-color: #00666a;
}



.toggle-search {
    background-color: #00666a;
    padding: 5px 10px;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    float: right;
    margin-right: 16px;
}
.boxfield {
    font-size: 15px;
    background-color: #fbdfb5;
    color: #00666a;
    padding: 15px;
    font-weight: 600;
    height: 140px;
}

.dashBx_1 .card {
    background-color: #6495ED
}
.dashBx_2 .card {
    background-color: #318CE7
}
.dashBx_3 .card {
    background-color: #6486ed
}
.dashBx_4 .card {
    background-color: #2D68C4
}
.sliderInner .discIndLftIn{top:108px!important;}
.sliderInner .discIndLftIn p {
    color: #fff; font-size:30px;
}
.sliderInner .discIndLftIn p strong {
    color: #ffeb00;
}
.btn-home-logout.btn-pupup {
    box-shadow: none;
    padding: 12px 16px!important;
    font-size: 20px !important;
    align-items: end;
    background-color: #f68018;
    margin-right: 20px; line-height:22px; border-radius:50px;
  /*  border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;*/
}
.btn-home-logout.btn-pupup i {
    font-size: 19px;
}
.form-control {
    height: 44px!important;
    border-color: #3178ec!important;
}
.card .card-body .card-title {
    width: 100%;
    float: left;
    margin-bottom: 26px;
    font-weight: 600;
    color: #073b7e;
}
.card .card-title {
    width: 100%;
    float: left;
    margin-bottom: 26px;
    font-weight: 600;
    color: #073b7e;
}
.card .card-title {
    width: 100%;
    float: left
}
.form-group label {
    color: #f68018
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: normal!important;
}
.btn.btn-notable.btn-pupup i{display:none}
.myChoiceDiv{width:100%; float:left;}
.myChoiceDiv table{ width: 100%;  float: left;}
.myChoiceDiv table.dataTable.no-footer {border-bottom: none; border-right: 1px solid #2759a8}
.myChoiceDiv table.dataTable.no-footer td{font-size:17px}
.offerAdmsnDiv table td {font-size: 17px}
.sliderInner .discIndLftIn p {text-align:center !important;}
.sliderInner .discIndLftIn  p strong {
   color: #fff !important;
}
.courseDivCnt {
    width: 100%;
    float: left;
}

.courseDivLft {
    width: 30%;
    float: left;
}

.courseDivRgt {
    width: 70%;
    float: left;
}

.courseLstOneIn {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #0061ff;
    position: relative;
    box-shadow: 3px 3px 10px #bfbfbf;
    transition: all 0.5s;
    cursor: pointer;
}

.courseLstImg {
    width: 100%;
    float: left;
    height: 130px;
    overflow: hidden;
}

    .courseLstImg img {
        width: 100%;
    }

.courseLstCnt {
    width: 100%;
    float: left;
    padding: 15px
}

    .courseLstCnt h2 {
        width: 100%;
        float: left;
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 15px;
        color: #435c85
    }

        .courseLstCnt h2 i {
            font-size: 20px;
            color: #f6951d
        }

    .courseLstCnt ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .courseLstCnt ul li {
            width: 50%;
            float: left;
            margin-bottom: 15px;
            padding-left: 35px;
            position: relative;
            font-size: 17px; line-height:28px;
        }

            .courseLstCnt ul li i {
                position: absolute;
                top: 5px;
                left: 0;
                font-size: 20px;
                color: #f6951d;
            }

            .courseLstCnt ul li span {
                display: block;
                font-weight: 600;
                color: #435c85;
                font-size: 16px;
            }

.rdMoreCourse {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 130px;
    height: 40px;
    background: #3178ec;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-top-left-radius: 10px;
    transition: all 0.5s;
}

.courseLstOneIn:hover {
    border: 1px solid #f6951d;
    transition: all 0.5s
}

    .courseLstOneIn:hover .rdMoreCourse {
        background: #f6951d;
        color: #fff;
        transition: all 0.5s;
    }

.courseLstOne {
    margin-bottom: 30px
}

.collegeCourseDiv {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.courseDivRgt.courseDetailsPgDiv {
    width: 100%
}

.collegeLogoC {
    position: absolute;
    top: 15px;
    right: 15px
}

    .collegeLogoC img {
        width: 80px
    }

.courseDivRgt.courseDetailsPgDiv {
    padding: 10px
}

    .courseDivRgt.courseDetailsPgDiv .courseLstCnt {
        padding: 0
    }

    .courseDivRgt.courseDetailsPgDiv .courseLstOne {
        padding: 0
    }

    .courseDivRgt.courseDetailsPgDiv .courseLstOneIn {
        background: transparent;
        border: none;
        box-shadow: none;
        pad
    }

.cardCourse {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    background: #fff;
    padding: 35px;
    border-radius: 8px;
    box-shadow: 3px 3px 10px #bfbfbf;
}

.courseDivRgt.courseDetailsPgDiv .courseLstCnt ul li {
    width: 33.3%
}

.sliderInner.sliderCourseIn .discIndLftIn .dis_1 .dis_1InIcn img {
    width: 72px
}

.sliderInner.sliderCourseIn .discIndLftIn .lrnIndHdng span {
    font-size: 33px;
    font-weight: normal;
    margin-top: 11px;
}

.sliderInner.sliderCourseIn .dis_1In {
    border: none;
}

.sliderInner.sliderCourseIn .discIndLftIn {
    top: 4px
}

.collegeCourseDiv p {
    font-size: 17px;
    line-height: 28px
}

.collegeCourseDiv h2 {
    font-size: 19px
}

.courseLstSldr .dis_1In {
    border: none;
}

.sliderInner.courseLstSldr .discIndLftIn {
    top: 4px
}

    .sliderInner.courseLstSldr .discIndLftIn .dis_1 .dis_1InIcn img {
        width: 72px;
    }

    .sliderInner.courseLstSldr .discIndLftIn .lrnIndHdng span {
        font-size: 33px;
        font-weight: normal;
        margin-top: 11px;
    }
.courseLstSumry{font-size:17px!important;}
    .courseLstSumry a {
        color: #ffcb00 !important;
    }
#frm { width:100%; display:inline-block}


/*created by Rajesh Jha*/
@import url('https://fonts.googleapis.com/css?family=Play:400,700');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
/*font-family: 'Anton', sans-serif;*/
body{padding: 0; margin: 0; font-family: 'Play', sans-serif; font-size: 16px; 
     z-index:-1;
     position:relative;
     /*background: url(../images/pages-bg.png);*/ background: #f6faff; overflow-x: hidden;}
ul, ol{padding: 0; margin: 0}
p{padding: 0; margin: 0;margin: 0 0 10px; font-family: 'Play', sans-serif; font-size: 14px;
    line-height: 20px;}
h1,h2,h3,h4,h5,h6{padding: 0; margin: 0; font-family: 'Play', sans-serif; font-weight: 700;
}
a:hover{text-decoration: none;}
.home_main_div{width: 100%; float: left;}
#top_header{background-color: #ddd; width: 100%; float: left; padding: 11px 11px 1px;}
#top_header p{ font-size: 14px; font-family: 'Play', sans-serif;  text-align: center;  font-weight: 700;margin: 0 0 10px}
header{position: relative; z-index: 99; width: 100%; top: 0; left: 0; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; transition: all 0.5s; /*background: #073b7e;*/ padding: 5px 0; /*background: #0db8e0;
background: -moz-linear-gradient(left,  #0db8e0 0%, #1a97f3 100%);
background: -webkit-linear-gradient(left,  #0db8e0 0%,#1a97f3 100%);
background: linear-gradient(to right,  #0db8e0 0%,#1a97f3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0db8e0', endColorstr='#1a97f3',GradientType=1 );*/
}
header.fxdHdr{background: rgba(49 51 100 / 87%); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; transition: all 0.5s}
.links{float: right; }
.links li{list-style: none; float: left; margin-right: 7px; }
.links li a{text-decoration: none; color: #111; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; transition: all 0.5s;}
.links li a:hover{-webkit-transition:all 0.5s; -moz-transition:all 0.5s; transition: all 0.5s; color: #29abe2}
nav{background-color: #000; float: left; width: 100%; height: 60px; line-height: 60px;}
.menu li{list-style: none; float: left; margin-right: 13px;}
.menu li a{text-decoration: none;color: #fff; font-family: 'Play', sans-serif; font-size: 15px; font-weight: 600; text-transform: uppercase; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; transition: all 0.5s}
.menu li a:hover{-webkit-transition:all 0.5s; -moz-transition:all 0.5s; transition: all 0.5s; color: #f97d0a}
header.fxdHdr .menu li a{color: #fff}
.btmHdr{width: 100%; float: left;}
.btmHdrLft{width: 50%; float: left; padding: 8px; /*background: #fff;*/  position: relative;}
.btmHdrRgt{width: 50%; float: left;  /*background: #2b3043;*/}
.btmHdrRgt ul{display: inline-block; margin-top:26px; margin-left: 0px}
.logo{text-align: left; padding-top: 0px; margin-right: 25px}
.slide_sec .carousel-indicators li{text-indent: 0;}
.slide_sec .carousel-indicators .active{background: #505050}
.slide_sec .carousel-indicators li{ line-height: 19px; font-size: 12px;width: 20px; height: 20px; background-color: #505050; border: 1px solid #999; margin: 0; color: #fff}
.slide_sec .carousel-indicators{ bottom: -35px }


.slide_sec{width: 100%; float: left; position: relative;}
/*.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{display: none;}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{display: none;}*/
.sec_section{width: 100%; float: left; padding: 110px 0 50px}
.img_box01 h2 a{text-decoration: none; color: #000; font-size: 22px; font-weight: 600;}
.img_box01 h2 a:hover{color: #8e8e8e;}
.img_box01 p{ font-size: 16px; color: #8d8d8d; display: inline-block; margin: 0 0 10px 0; height: 35px; font-weight: normal;}
.pro_img{position: relative; width: 100%; float: left;}
.pro_img img{display: block; width: 100%; height: auto;}
.overlay{position: absolute;  left: 0; right: 0; bottom: 0; height: 100%; background-color: #00000085; overflow: hidden; width: 100%;  transition: .5s ease; opacity: 0 }
.overlay a{background:transparent; border:1px solid #fff; text-decoration: none; color: #fff; padding: 0px 15px; border-radius: 5px; width: 200px; float: left; text-align: center; position: absolute; overflow: hidden; font-size: 18px; text-transform: uppercase; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; transition: all 0.5s; top: 60%; bottom: auto; left: 0; right: 0; margin: auto; height: 38px; line-height: 38px}
.pro_img:hover .overlay a{ top: 40%; bottom: auto;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; transition: all 0.5s; }
.overlay a:hover{background-color: #fff; color:#000; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; transition: all 0.5s}
.pro_img:hover .overlay{  opacity: 1; }
.sec_section .owl-item{padding: 0 10px;}
.img_box01{position: relative;}
.commImgTp{position: relative;}
.commHvr{width: 100%; height: 100%; background: rgba(0,0,0,0.6); position: absolute; top: 0; left: 0; opacity: 0; -webkit-transition:all 0.5s; -moz-transition:all 0.5; transition: all 0.5s}
.commHvr span{color: #fff; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 70px; height: 30px}
.commImgTp:hover .commHvr{opacity: 1; -webkit-transition:all 0.5s; -moz-transition:all 0.5; transition: all 0.5s}

.owl-prev{position: absolute; top: 161px; margin: auto; width: 59px; height: 57px; background: url(../images/cararrowR.png) no-repeat; text-indent: -9999px;}
.owl-next{position: absolute; right: 0; top: 161px; width: 59px; height: 57px; background: url(../images/cararrowL.png) no-repeat; text-indent: -9999px;}
.Join_sec{width: 100%; float: left; background: url(../images/banner7.png) no-repeat; background-size: cover; margin-top: 0px; padding: 50px 0;}
.join_headding h2{text-align: center; color: #fffb00;; font-size: 48px; font-style: italic;}
.icon01{margin: auto; display: block; width: 21%; padding-top: 20px;}
.icon01 li{float: left; list-style: none; margin-right:20px;}
.icon01 li a i{text-decoration: none; color: #4a5056; font-size: 50px}
.join_headding p span{font-size: 24px; color: #fff; font-weight: 700;}
.join_headding p{ text-align: center; font-size: 20px; width: 100%; float: left; margin-top: 25px; color: #fff}
.join_headding{width: 100%; float: left; text-align: center;}
.add_photo{text-align: center; margin: auto; display: inline-block; background-color: #efeeee; width: 175px; height: 48px;  line-height: 48px; margin-top: 65px; margin-bottom: 35px; color: #4d4e4d ;font-size: 15px; font-family: Arial, Helvetica, sans-serif; }
.add_photo i{margin-right: 8px}
.add_photo:hover{background-color: #777; color: #fff;}
.gallery{position: relative; width: 100%; float: left; margin: 15px 0;}
.gallery img{display: block; width: 100%; height: auto;}
.over_gall{position: absolute; left: 0; right:0; bottom: 0; overflow: hidden; background-color:#00000085; }
.gallery:hover .over_gall{height: 100%; transition:.7s;}
.over_gall p{ position: absolute; overflow: hidden; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff;}
.communityUploadDiv{width: 100%; float: left;}
.commuUpDivIn{width: 100%; float: left;}
.commImgTp img{width: 100%}
.comTp{padding: 0}
.tpOne{padding-left: 0}
.comBtm{padding: 0; margin-top: 15px}
.commLft{padding-left:0}
.loadMoreBtn{width: 100%; float: left; text-align: center; margin-top: 55px}
.loadMoreBtn a{width: 150px; height: 47px; display: inline-block; background: #fff; color: #767676; font-size: 15px; text-align: center; line-height: 47px; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; transition: all 0.5s}
.loadMoreBtn a:hover{ -webkit-transition:all 0.5s; -moz-transition:all 0.5s; transition: all 0.5s; color: #efeeee; background: #777;}


.todd{margin: 10px 0 10px 0;}
.learn {width: 100%; float: left;}
.learn ul{float: right;}
.learn ul li{float: left; margin-right:20px; list-style: none;}
.learn ul li a{text-decoration: none; color: #000;}
.more{text-align: center; margin: auto; display: block; background-color: #fff; width: 12%; height: 40px;  line-height: 40px;
    margin-top: 50px; margin-bottom: 20px; color: #333; font-size: 20px;}
 .more:hover{background-color: #4d4e4d; color: #fff;}

 .equip_sec{width: 100%; float: left; background-color: #fff; padding: 90px 0;}
 .footwear img{width: 100%;}
 .para h3{text-align: center; color: #000; font-size: 27px;}
 .para p{text-align: center; color: #666; font-size: 15px; padding-bottom: 10px;}
  .para h3 a{text-decoration: none; color: #000; font-size: 22px; -webkit-transition:all 0.5s; -moz-transition:all 0.5s;transition:all 0.5s; font-weight: 700}
    .para h3 a:hover{-webkit-transition:all 0.5s; -moz-transition:all 0.5s;transition:all 0.5s; color: #8e8e8e}
 .para{width: 100%; float: left; height: 78px}
 .footwear{padding-left: 0}
 .commuDivBtmRgt{margin-top: 12px}

 .Custom{width: 100%; float: left; background: url(../images/download.jpg); background-repeat: no-repeat; padding: 50px 0;}
 .facturing{ color: #fff; text-align: center;}
 .facturing h1{ font-size: 65px;
    color: #fff;
    /* font-style: italic; */
    margin-top: 0;
    font-weight: bold;
    line-height: 1;}
 .facturing p{text-align: center; color: #fff; font-size: 18px; display: inline-block; margin-top: 12px}
 .bombtn{background: rgba(255, 255, 255, .25);
    border: solid 1px #FFF;
    padding: 10px 40px;
    color: #FFF;
    font-size: 22px;
    display: inline-block; margin-top: 35px; text-transform: uppercase;}
 .bombtn:hover{background-color: #fdfffe87; color: #fff; transition: .5s}

.products{width: 100%; float: left; background-color: #fff; padding: 60px 0 90px;}

.sellers{width: 100%; float: left; margin: 40px 0 80px}
.sellers ul {width: 100%; float: left; text-align: center;}
.sellers ul li{list-style: none;  margin: 0 35px; display: inline-block;}
.sellers ul li a{text-decoration: none; font-size: 16px; font-weight: bold;color: #999; text-transform: uppercase;}
.pro_sale{width: 100%; float: left;}
.sale{width: 20%; float: left; padding-right: 55px}
.sale p{ font-size: 15px; color: #111; font-weight: 400; }
.sale p span{font-size: 15px; color: #111; font-weight: 600;}
.paymentMethodDiv .foot_head p{font-size: 14px}
.copyR p{font-size: 12px; /*color: #fff;*/ margin: 0px; font-family: Play, sans-serif;}
footer{background-color: #1f1f1f; padding: 55px 0 15px; width: 100%; float: left;}
.foot_head h2{font-family: 'Play', sans-serif; font-size: 17px; text-transform: uppercase;
    color: #b6b6b6; margin: 0px 0px 30px; font-weight: 400;}
.foot_head ul li{list-style: none; padding: 4px 0;}
.foot_head ul li a{text-decoration: none; /*color: #999*/}
.foot_head ul li a:hover{color: #29abe2; transition: .9s;}
.foot_head p{color: #999; padding: 5px 0; font-size: 18px; margin-top: 25px}
.foot_head input{width: 68%; font-family: "Play",sans-serif; border: solid 2px #888;
    border-radius: 0px; font-size: 12px; background: #1f1f1f; color: #888;
    box-sizing: border-box; height: 32px; padding: 0px 0.4em; display: inline-block;
    margin: 0 5px 0 0; vertical-align: top; float: left;}
.foot_head button i{font-size: 19px; color: #888;}
.foot_head button{background-color: #1f1f1f; border: solid 2px #888; border-radius: 0;
    box-sizing: border-box; color: #888; display: inline-block; font-size: 18px;
    height: 32px; letter-spacing: 0.03em; line-height: 28px; margin: 0; padding: 0 17px 0 17px; transition: all 0.23s ease-in-out 0s; float: left;}
.copyR{border-top:1px dotted #444; margin-top: 50px; color: #999; padding-top: 38px;}
.copyright ul{float: right;}
.copyright ul li{display: inline-block;}
.copyright ul li a{ width: 40px; height: 40px; border: solid 2px #999; display: table;
    line-height: 36px; text-align: center; color: #999; font-size: 18px;  float: left;
    margin-left: 15px;}
.copyright ul li a:hover{    border: solid 2px #fff; background: #fff; color: #999;}

/*listing-one*/
section.scendMenuDiv{width: 100%; float: left;}
.scendMenuHdng{width: 100%; float: left; text-align: center;}
.scendMenuHdng h1{margin: 20px 0 10px; font-size: 80px; text-transform: uppercase;  font-style: italic; color: #919191; text-align: center;}
.scendMenuHdng ul{width: 100%; float: left; text-align: center; margin-bottom: 25px}
.scendMenuHdng ul li{display: inline-block; padding: 0 8px; position: relative;}
.scendMenuHdng ul li:after{content: ''; width: 1px; height: 12px; background: #000; position: absolute; top: 9px; bottom: 0; left: -3px; right: auto;}
.scendMenuHdng ul li:first-child:after{display: none;}
.scendMenuHdng ul li a{ color: #000; text-decoration: none; font-weight: bold;
    font-size: 20px; text-transform: uppercase;}
.slideSecIn{margin-top: 0}

.shoesListingSldr{margin-top: -12px}
.shoesListingSldr img{width: 100%;}
section.mensFootwearLstCnt{width: 100%; float: left;}
.mensLstLftIn{width: 100%; float: left; background: #e8e8e8; padding: 20px 10px 10px 20px;}
.mensLstLftIn h3{border-bottom: 1px solid #ccc; margin-right: 10px; margin-bottom: 25px; padding-bottom: 15px;}
.mensLstLftIn ul li{margin: 10px 10px; list-style: none; font-size: 14px; border-bottom: 1px solid #ccc; padding-bottom: 10px;}
.mensLstLftIn ul li a{color: #000; text-decoration: none;}
.mensLstLftIn ul { margin-left: -8px;}
.mensLstLftIn ul li a:hover { color: #777;}
.main-category-landing-text h1{border-bottom:1px solid #000; font-size:42px; font-family:'Play', sans-serif; font-weight:bold; padding-bottom:15px; text-align:left; color:#000; font-style:normal;}
section.mensFootwearLstCnt{padding: 50px 0; background: #fff}
.mainCategoryLstCnt{width: 100%; float: left;}
.catLstOneIn{width: 100%; float: left;}
.catLstImg{width: 100%; float: left;}
.catLstImg img{width: 100%}
.catLstOneDes{width: 100%; float: left;}
.prcOffer{width: 100%; float: left;}
.catLstOneDes h3{border-bottom: 1px solid #ccc; padding-bottom: 5px; color: #8a8a8a;font-size: 14px; font-weight: bold; line-height: 12px;}
.catLstOneDes p { color: #000; font-size: 14px; font-weight: bold; line-height: 16px; margin: 5px 0 0 0; text-transform: capitalize;}
.prcOffer h4{color: #00afec; font-size: 14px; font-weight: bold; line-height: 16px; margin: 5px 0 0 0; text-transform: capitalize;}
.catLstImg .lstImg-h{display: none;}
.catLstImg:hover .lstImg-h{display: inline-block;} 
.catLstImg:hover .lstImg{display: none;} 
.catLstOne{height: 340px}
.lstBottomCnt{width: 100%; float: left; border-top: 1px solid #ccc; padding-top: 10px}
.lstBottomCnt h2{font-family:'Play', sans-serif; font-size:21px; text-align:left; font-style:normal; text-transform:none;}
.lstBottomCnt p{text-align:left; font-size:14px; font-weight:normal; font-style:normal; line-height:14px;} 
section.cntSection{padding: 20px 0; width: 100%; float: left;}
.border-left{border-left: solid 1px #cecece;}
.listingOneCntSec .owl-prev{top: 220px;}

.listingOneCntSec .owl-next{top: 220px;}

section.secDiffSec{width: 100%; float: left; background: #fff}
.baseball-shwtime-difference-jumbotron {
    background: url(../images/sports-showtime.jpg);  background-repeat: no-repeat;
    background-position: center center;  padding: 5% 2%; background-size: cover;}
.graphic-category-center { text-align: center;}
.baseball-shwtime-difference h3 { font-size: 48px; color: #fff; font-style: italic;
    margin-top: 0; font-weight: normal; margin-bottom: 34px}
.space20 { margin-bottom: 20px;}
.baseball-shwtime-difference h4 { color: #fff; text-transform: uppercase;   font-weight: bold; font-size: 30px; font-weight: normal;}
.baseball-shwtime-difference p { font-size: 18px; color: #fff; line-height: normal;}

section.customeUniSec{width: 100%; float: left; background: #fff}
.baseball-boombah-difference { position: relative; display: block;}
.jumbotron-baseball { background-image: url(../images/sports-baseball-showtime.jpg);background-repeat: no-repeat; background-position: center center;  padding: 10%; background-color: #fff;}
.no-gutter {padding-right: 0; padding-left: 0;}
.jumbotron-baseball .col-lg-5 { float: right; color: #FFF;}
section.customApperlsSec{width: 100%; float: left; background: #fff}
.graphic-category-center { text-align: center;}
.sports-custom-apparel .col-md-10 { background-color: rgb(232, 232, 232); padding: 4% 0;}
.sports-custom-apparel p, .sports-join-community p { font-size: 22px; color: #000;
    line-height: normal;}
.space40 { margin-bottom: 40px;}
.transparent-rectangle-button-black a { border: solid 2px #000; padding: 20px 80px;
    color: #000; font-size: 22px; display: inline-block;}
.graphic-category-center img { margin: 0 auto; width: 100%}
.container-oversized { margin: 0 auto; padding: 0 7%;}
section.listingOneCntSec{background: #fff}

.sports-custom-apparel .col-md-10 {background-color: rgb(232, 232, 232); padding: 4%;}
.mainDivONeList{background: #fff}
.space50 { margin-bottom: 50px; width: 100%; float: left;}
/*product details section */
section.prdctDetailsSec{width: 100%; float: left; padding: 25px 0}
.bcrumbs { padding: 10px 0; display: table; width: 100%; margin: 0px;}
.bcrumbs li { float: left; list-style: none; font-size: 14px; font-family: Play, sans-serif; color: #888888; margin-right: 40px; position: relative;}
.bcrumbs li:before { content: ""; width: 1px; height: 12px; position: absolute;    top: 4px; right: -20px; background: #ccc;}
.bcrumbs li a { color: #555555;}
.prdctCntDiv{width: 100%; float: left;}
.prdctCntImgSldr{width: 100%; float: left;}

section.prdctDetailsSec .carousel.fade{ opacity:1}
section.prdctDetailsSec .carousel.fade>.carousel-inner>.item{ -moz-transition:opacity ease-in-out .6s;
    -o-transition:opacity ease-in-out .6s; -webkit-transition:opacity ease-in-out .6s; transition:opacity ease-in-out .6s; left:0 !important; opacity:0; top:0;
    position:absolute; width:100%; display:block !important; z-index:1;}
section.prdctDetailsSec .carousel.fade>.carousel-inner>.item:first-child{ top:auto; position:relative;}
section.prdctDetailsSec .carousel.fade>.carousel-inner>.active{ opacity:1;-moz-transition:opacity ease-in-out .6s; -o-transition:opacity ease-in-out .6s; -webkit-transition:opacity ease-in-out .6s; transition:opacity ease-in-out .6s;  z-index:2}
section.prdctDetailsSec .carousel.fade>.carousel-control{ z-index:2}
section.prdctDetailsSec .carousel-indicators{position: relative;}
.prdctDtlCntRgtIn{width: 100%; float: left;}
.prdctDtlCntRgtIn h1 { font-size: 20px; color: #444; font-weight: 700; margin-bottom: 18px; text-transform: capitalize;}
.sub-heading-v3{font-size: 0.9em; color: #B3B3B3; margin: -11px 0 14px 0;}
.colorsHdng{color: #000; font-weight: bold;}
.writereviewTxt{padding-left: 12px}
.prdctShrtDes{width: 100%; float: left; padding: 12px 0; border-top: 1px solid #eee; margin-top: 12px}
.prdctShrtDes a{text-transform: uppercase; color: #000; font-weight: bold; text-decoration: underline;}
.prdctCostDiv{width: 100%; float: left; font-size: 18px; color: #000; font-weight: bold;}
.prdctTypeDiv{width: 100%; float: left; padding: 25px 0}
.prdctTypeDiv ul li{list-style: none; display: inline-block; position: relative; cursor: pointer;}
.prdctTypeDiv ul li i{position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 26px; height: 26px; font-size: 23px; color: #29abe2;    text-shadow: 0px 0px 12px rgba(0,0,0,.7);}
.prdctSizeDiv{width: 100%; float: left; padding: 25px 0}
.prdctSizeHdng{width: 100%; float: left;}
.prdctSizeHdng span a{color: #333; padding-left: 55px}
.prdctSizeLst{width: 100%; float: left;}
.prdctSizeLst ul li{display: inline-block; padding: 8px 14px; border:1px solid #ccc; background: #eee; color: #333; margin-right: 8px; margin-bottom: 8px;cursor: pointer;}
.prdctSizeLst ul li.no-size-brdr{border:none; background: transparent; text-decoration: line-through; }
.prdctAddtoCrtQnty{width: 100%; float: left; padding: 25px 0}
.prdctAddtoCrtQnty .prdctQuntyDiv{width: 150px; float: left;}
.prdctQuntyDiv ul li{display: inline-block; padding: 8px 15px; border:1px solid #ccc; font-size: 18px;}
.prdctQuntyDiv ul li.prdctQntyTxt{border:1px solid #333;}
.prdctAddToCrtBtn{width: 100px; float: left;}
.prdctAddToCrtBtn .addToCrtBtn{background: #5cb85c; border: solid 1px #4cae4c;width: 135px; height: 42px; font-family: 'Play', sans-serif; font-size: 14px; font-weight: bold;  text-transform: uppercase;  color: #fff; display: table; text-align: center; line-height: 40px; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; transition: all 0.5s; outline: none;}
.prdctAddToCrtBtn .addToCrtBtn:hover{-webkit-transition:all 0.5s; -moz-transition:all 0.5s; transition: all 0.5s; background: transparent; color: #333}
.prdctSocialShareDiv{width: 100%; float: left; padding: 25px 0}
.prdctSocialShareDiv ul li{list-style: none; float: left; margin-right: 6px}
.prdctSocialShareDiv ul li a{background: #ccc; width: 36px; height: 36px; line-height: 38px; text-align: center; float: left; font-size: 24px; color: #fff;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; transition: all 0.5s;}
.prdctSocialShareDiv ul li:nth-child(1) a{background: #3b5998}
.prdctSocialShareDiv ul li:nth-child(2) a{background: #1da1f2}
.prdctSocialShareDiv ul li:nth-child(3) a{background: #cb2027}
.prdctSocialShareDiv ul li a:hover{ margin-top: -4px;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; transition: all 0.5s; float: left;}
.reletedProductDiv{width: 100%; float: left; padding: 45px 0}
.relatedPrdctHdng{border-bottom: 1px solid #efefef; border-top: 1px solid #efefef; margin: 20px 0; font-size: 30px; text-align: center; padding: 10px 0; text-transform: uppercase;}
.prdctDescriptionDiv{width: 100%; float: left; background: #f4f3f2; padding: 40px 0}
.prdctfetrlst ul li{display: inline-block; margin-right: 8px}
section.prdctReviewSec{width: 100%; float: left; padding: 45px 0}
.reviewCntDiv{width: 100%; float: left; margin-top: 20px}
.prdctReviewSec .star-clickable span a{color: #333; font-size: 26px; margin-right: 6px}
.prdctAllReviewStartDiv{width: 250px; float: left; border-left: 1px solid #ccc; padding-left: 25px; margin-left: 25px}
.starReiveOne{width: 50%; float: left;}
.prdctAllReviewStartDiv ul li{width: 100%; float: left; list-style: none;}
.sartRatePer{width: 45%; float: right;}
.sartRatePer samp{width: 100%; float: left; height: 10px; background: #0094d4; margin-top: 6px}
.prdctwriteReviewBtn{width: 160px; float: right;}
.prdctwriteReviewBtn a{padding: 8px 15px; background: #ccc; color: #fff; text-transform: uppercase; display: inline-block; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; transition: all 0.5s}
.prdctwriteReviewBtn a:hover{-webkit-transition:all 0.5s; -moz-transition:all 0.5s; transition: all 0.5s; background: #333; color: #fff; }
.prdctReviewDetailDiv{width: 100%; float: left; padding-top:45px }
.prdctReviewDetlHdng{width: 100%; float: left; border-bottom: 1px solid #ccc; padding-bottom: 8px; position: relative;}
.prdctReviewDetlHdng a{color: #0094d4}
.prdctReviewDetlHdng:before{content: ''; width: 6%; height: 4px; background:#0094d4; position: absolute; bottom: 0; left: 0; }
.prdctReviewContentDiv{width: 100%; float: left; margin-top: 25px}
.prdctReviewCntDivLft{width: 100%; float: left;}
.prdctRevwothmbImg{width: 60px; height: 60px; float: left; background: #0094d4; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius: 50%; font-size: 32px; text-transform: uppercase; text-align: center; line-height: 60px; color: #fff}
.prdctReviewthmbRgt{float: left; width: 90%; padding-left: 12px}
.prdctReviewthmbRgt h3{color: #0094d4; font-size: 14px; padding: 4px 0}
.prdctReviewthmbRgt h3 span{color: #666}
.prdctRvwShr{width: 100%; float: left; padding: 8px 0}
.prdctReviewthmbRgt h3 samp{float: right; color: #333}
.prdctRvwShr span{float: right;}
.customizeHdngTp{width: 100%; float: left; border-bottom: 1px solid #ccc; padding: 40px 0}
.customizeHdngMenu_Menu{width: 100px; float: left; border:1px solid #ccc; padding: 8px 10px; text-align: center; font-size: 18px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius: 4px; cursor: pointer;}
section.mensFootwearLstCnt.customizePrdctLstng{padding: 45px 0}
.custmz_prdctShrtng_in{width: 100%; float: left;}
.custmz_prdctShrtng_in span{font-size: 17px; color: #333; font-weight: 500; display: inline-block; margin-right: 12px; float: right; padding-top: 5px}
.custmz_prdctShrtng_in select{width: 30%; display: inline-block; border:1px solid #ccc; padding: 8px 13px; float: right;}
.customizePrdctLstng .catLstOne{height: auto;}
.product-customize-icon p { border-bottom: 1px solid #ccc; padding-bottom: 5px;
    color: #000; font-weight: bold; text-transform: uppercase; font-style: italic;
    font-size: 18px; width: 100%;float: left;}
.custom-labs-products{padding: 5px 0; width: 100%; float: left;}
.custom-labs-products p { color: #000; font-size: 18px; font-weight: bold;
    line-height: 16px; margin: 5px 0 0 0; text-transform: capitalize;}
.custom-labs-products a { color: #000;}
.custom-type { color: #9a9a9a !important; font-weight: normal !important;}
.lernMoreCustomBtnDuv{width: 100%; float: left; margin-top: 15px; display: none;}
.quick-view-button{width: 46%; float: left; text-align: center;}
a.lrnMoreBtn{color: #000; font-size: 18px; padding: 10px 9px; background: #e6e6e6;
    border: solid 1px #e2e2e2; border-radius: 2px; margin-bottom: 25px; display: block;  }
.customize-custm-btn{float: right;}
.customizeListDiv .catLstOneIn{width: 100%; float: left; padding: 15px 30px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius: 5px; height: 550px}
.customizeListDiv .catLstOneIn:hover{box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 15px;
    transition: all 600ms;}
.customizeListDiv{padding: 0; margin-top: 45px}
.customizeListDiv .catLstOneIn:hover .lernMoreCustomBtnDuv{display: inline-block;}
.product-customize-icon p img{margin-right: 8px}
.custLstImgBig{width: 100%; float: left;}
.customizeListDiv .catLstImg{position: relative;}
.custLstImgThmb{width: 15%; right: 0; top: 0; position: absolute;}
.hideCustB{display: none;}
.custLstImgThmb ul{list-style: none;}
.custLstImgThmb ul li{margin-bottom: 8px}
/*new-css12-16-2020*/
.logo a{color: #fff; font-size: 40px; text-transform: uppercase; font-family: anton,sans-serif; font-weight: 400;}
.logo a span{font-weight: 600;}
.btmHdrRgt{/*background: rgba(41,43,129,0.4);*/ }
#top_header{background: #e3e3e3}
#top_header{padding: 0}
.links li{position: relative;}
.links li a{display: inline-block; padding: 6px 0; color: #292b81; font-weight: 500}
.links li:last-child a{background: #f5821f; text-align: left; color: #fff; display: inline-block; padding: 6px 15px}
.links li ul{display: none; width: 250px; background: #f5821f; position: absolute; top: 100%; right: 0px; /*box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 2px;*/ margin-top: 0}
.links li:hover ul{display: inline-block;}
.links li ul li{width: 46%; float: left;}
.links li ul li a{width: 100%; float: left;}
.links li:last-child{margin-right: 0}
.links li:last-child ul li a{background: transparent; color: #fff}
.carousel-inner>.item>img{width: 100%}
/*.btmHdrLft{background: #11bfd8}*/
.btmHdrRgt ul{float: right;}
.threeBxTp{width: 100%; float: left; padding: 85px 0 45px}
.spechIcn{width: 100%; float: left; text-align: center;}
.spechIcn img{width: 110px}
.speechDivIn{width: 100%; float: left; background: #292b81; padding: 45px}
.spechTxt{width: 100%; float: left; text-align: center; color: #fff; font-size: 28px; padding-top: 10px; font-weight: 500}
.speechDiv{padding-left: 0}
.achevDiv .speechDivIn{background: #11bfd8}
.commHvr span{width: 100%; text-align: center; font-size: 15px}
.twoblockDiv{width: 100%; float: left; padding: 75px 0; background: #e6d09fa3}
.eventsSec{background: #e6d09fa3}
.mediaCovHdng{width: 100%; float: left;}
.mediaCovHdng h2{position: relative; font-size: 28px; padding-bottom: 3px}
.mediaCovHdng h2:before{content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #9fb6d3}
.mediaCovHdng h2:after{content: ''; position: absolute; bottom: -1px; left: 0; width: 27%; height: 4px; background: #286bda}
.owl-controls .owl-buttons .owl-prev, .owl-controls .owl-buttons .owl-next{display: none;}
.homeBlogDivCnt{width: 100%; float: left;}
.mediaCovHdng h2 i{color: #fff}
.mediaCovHdng h2 span{background:#286bda; padding: 8px 12px; display: inline-block; }
.mediaCovCnt{width: 100%; float: left; margin-top: 12px; overflow: hidden; height: 340px}
.mediaCovCntImg{width: 100%; float: left;}
.mediaCovCntImg img{width: 100%}
.twoblockDiv .carousel-indicators{bottom: auto; top: 19px; right: 0; left: auto; width: auto;}
.mediaCovDiv .carousel-indicators .active{background-color: #292b81; width: 10px; height: 10px }
.mediaCovDiv .carousel-indicators li{background-color: #eee; text-indent: 0px; width: 10px; height: 10px; border: none; margin: 0; border-radius: 0 }
.mediaCovDiv .carousel-caption{position: relative; background: #262737; width: 100%; left: 0; float: left; text-shadow: none; padding: 10px 15px;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; transition: all 0.5s; bottom: 195px}
.mediaCovDiv .carousel-caption p{ font-size: 18px; text-align: left; line-height: 24px; font-weight: 300; padding-bottom: 15px}
.carRdmore{width: 100%; float: left;}
.carRdmorBtnBtm{width: 100%; float: left;}
.rdmrBtn{background: #292b81; float: left; color: #fff; padding: 6px 12px; position: relative; text-decoration: none;}
.rdmrBtn:hover{color: #11bfd8}
.rdmrBtn:before{content: ''; width: 4px; height: 100%; position: absolute; top: 0; left: 0; background:#fff; }
.eventsSec .mediaCovHdng h2:after{width: 21%}
.rdmoreBtn{width: 40%; float: left; margin-top: 8px}
.mediaSocialBtn{width: 40%; float: right;}
.mediaSocialBtn a{width: 40px; height: 40px; display: inline-block; border:2px solid #fff; border-radius: 50%; line-height: 36px; text-align: center; margin-right: 12px; font-size: 20px; color: #fff}
.mediaCovCnt:hover .carousel-caption{position: relative; z-index: 1; bottom: 250px; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; transition: all 0.5s}
.mediaCovCnt:hover .carRdmorBtnBtm{display: inline-block;}
.mediaCovDiv.tuneInDiv .carousel-caption{bottom: 20px;}
.mediaCovDiv.tuneInDiv .mediaCovCnt:hover .carousel-caption{bottom: 75px; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; transition: all 0.5s}
.mediaCovDiv.tuneInDiv .mediaCovHdng h2:after{width: 25%}
.logo img{width: 100%}
footer{background: #e3e3e3}
.foot_head h2{color: #fff; font-weight: bold;}
/*.foot_head ul li a{color: #fff;}*/
/*.foot_head ul li a:hover{color: #ffe301;}*/
.foot_head p{color: #fff;}
.icon01{width: 100%; text-align: center;}
.icon01 li:nth-child(1) a i{color: #3b5998}
.icon01 li:nth-child(2) a i{color: #1da1f2}
.icon01 li:nth-child(3) a i{color: #1b52f5}
.icon01 li:nth-child(4) a i{color: #8236ad}
.icon01 li{float: none; display: inline-block;}
.commuUpDiv{padding-left: 0; padding-right: 0}
.communityUploadDiv .container{padding-left: 0; padding-right: 0}
.mediaCovDiv{padding-left: 0; }
.tuneInDiv{padding-right: 0}
.socialMediaSec{width: 100%; float: left; padding: 45px 0;}
.socialMediaCnt{width: 100%; float: left; margin-top: 45px}
.soclDivIn{width: 100%; float: left;}
.soclDivHdng{width: 100%; float: left; background: #4167b2; padding: 8px 12px;
    color: #fff; -webkit-border-top-left-radius: 6px; -moz-border-top-left-radius: 6px; border-top-left-radius: 6px; font-weight: 600; -webkit-border-top-right-radius: 6px; -moz-border-top-right-radius: 6px;
    border-top-right-radius: 6px;}
.soclDivCnt{width: 100%; float: left;}
.twtrSec .soclDivHdng{background: #1da2f1}
.instSec .soclDivHdng{background: #bd2464}
.utbSec .soclDivHdng{background: #ff0000}
.fbSlfSec{padding-left: 0}
.utbSec{padding-right: 0}
.govreSec{width: 100%; float: left; padding: 45px 0}
.goveSecCnt{width: 100%; float: left; margin-top: 35px}
.goveCntIn{width: 100%;float: left; background: #292b81}
.goveCntInL{width: 40%; float: left;}
.goveCntInL img{width: 100%}
.goveCntInR{width: 60%; float: left; padding: 45px 25px 25px 45px}
.goveCntInR h2{color: #fff; padding-bottom: 15px}
.goveCntInR p{color: #fff; font-size: 18px; line-height: 28px}
.govreSec .mediaCovHdng h2:after{width: 20%}
.explreMoreDiv{margin-top: 25px}
.explreMoreDiv .rdmrBtn{background: #292b81}
.goveCntIn:hover .explreMoreDiv .rdmrBtn{color: #292b81}
.govreSec .carousel-indicators{bottom: auto; top: -67px; right: 0; left: auto; width: auto;}
.govreSec .carousel-indicators .active{background-color: #292b81; width: 10px; height: 10px }
.govreSec .carousel-indicators li{background-color: #eee; text-indent: 0px; width: 10px; height: 10px; border: none; margin: 0; border-radius: 0 }
.eventsSec{width: 100%; float: left; padding: 45px 0 0}
.eveOne{width: 100%; float: left; margin-bottom: 35px;}
.eveDate{width: 18%; float: left; background: #262737; color: #fff; text-align: center; font-size: 45px; font-weight: bold; line-height: 37px; padding: 32.5px 0}
.eveDate span{display: block; font-size: 35px; font-weight: normal;}
.eveCntDiv{width: 100%; float: left; margin-top: 35px}
.eveOneCnt{width: 82%; float: left; background: #ffffff57; padding: 15px}
.eveOneCnt p{font-size: 17px; line-height: 26px}
.eveOneIn{padding-left: 0}
.eventsSec .carousel-indicators{bottom: auto; top: -67px; right: 0; left: auto; width: auto;}
.eventsSec .carousel-indicators .active{background-color: #292b81; width: 10px; height: 10px }
.eventsSec .carousel-indicators li{background-color: #eee; text-indent: 0px; width: 10px; height: 10px; border: none; margin: 0; border-radius: 0 }
.slide_sec .carousel-indicators .active{background: #292b81}
.eveOneCnt:hover .rdmrBtn{color: #f97d0a}
footer{width: 100%; float: left; background: url(../images/newsUpdateBanner.jpg) no-repeat; background-size: cover;}
.langDiv{float: right; width: 11%; margin-right: 15px; position: relative; top: -5px}
.btmHdrMainMenu{width: 100%; float: right;}
/*Top-Slider*/
.owl-nav button {position: absolute; top: 50%; background-color: #000; color: #fff; margin: 0; transition: all 0.3s ease-in-out;}
.owl-nav button.owl-prev {left: 10px;}
.owl-nav button.owl-next {right: 10px;}
.owl-dots {text-align: center; padding-top: 15px;}
.owl-dots button.owl-dot {width: 15px;height: 15px;border-radius: 50%;display: inline-block;background: #ccc;margin: 0 3px;}
.owl-dots button.owl-dot.active {background-color: #000;}
.owl-dots button.owl-dot:focus {outline: none;}
.owl-nav button {position: absolute;top: 50%;transform: translateY(-50%);background: rgba(0, 0, 0, 0.38) !important;}
.owl-nav span {font-size: 70px;position: relative;top: -29px;text-indent: 20px; color: #fff; float: left;}
.owl-nav button:focus {outline: none;}
.slide_sec .owl-dots{display: none;}
.inItem{width: 100%; float: left; border-right: 2px solid #000; margin-left: 0px; align-items: flex-end; display: flex; justify-content: center; padding: 150px 10px 70px;}
.sliderBldTxt{position: absolute; bottom: 295px; left: 53px; z-index: 3;}
.sliderBldTxt h1{color: #fff; font-size: 75px; text-transform: uppercase; font-family: anton,sans-serif; font-weight: 400}
.inItemCnt{text-align: center;}
.inItemCnt h3{font-size: 27px; color: #ffe300; font-weight: 400; font-family: 'Anton', sans-serif;}
.inItemCnt p{font-size: 20px; color: #fff; font-weight: 400; padding: 5px 10px 0; line-height: 24px}
.inItemCnt a{ display: inline-block; color: #fff; text-transform: uppercase; border: 1px solid #fff; padding: 10px 20px; margin-top: 5px; position: relative; overflow: hidden; z-index: 0;}
.inItemCnt a:after{background: rgba(245,130,32,.5); position: absolute; left: 0; top: 0; content: ""; height: 100%; width: 100%; z-index: -1; left: -130px; transition: all 350ms ease;}
.inItemCnt a:hover:after{left: 0;}
@media only screen and (min-width: 1025px) and (max-width: 1285px){
   .inItem{padding-bottom: 14px} 
   .sliderBldTxt{bottom: 185px;left: 29px;}
   .btmHdrRgt ul{margin-top: 27px}
   .mediaCovCnt:hover .carousel-caption{bottom: 108px;}
   .mediaCovDiv .carousel-caption{bottom: 37px;}
}
.socialMedLnkBnr{width: 40px;position: fixed;top: -244px;bottom: 0;right: 0;left: auto;height: 140px;
margin: auto;z-index: 9;}
.socialMedLnkBnr ul li{width: 100%; float: left; list-style-type: none; margin-bottom: 8px}
.socialMedLnkBnr ul li a{width: 32px; height: 32px; background: transparent; float: left; text-align: center; line-height: 32px; font-size: 21px; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius: 50%; border:1px solid #fff; color: #fff; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; transition: all 0.5s}
.socialMedLnkBnr ul li:nth-child(1) a:hover{-webkit-transition:all 0.5s; -moz-transition:all 0.5s; transition: all 0.5s; background: #3b5998; border-color: #3b5998}
.socialMedLnkBnr ul li:nth-child(2) a:hover{-webkit-transition:all 0.5s; -moz-transition:all 0.5s; transition: all 0.5s; background: #1da1f2; border-color: #1da1f2}
.socialMedLnkBnr ul li:nth-child(3) a:hover{-webkit-transition:all 0.5s; -moz-transition:all 0.5s; transition: all 0.5s; background: red; border-color: red}
.socialMedLnkBnr ul li:nth-child(4) a:hover{-webkit-transition:all 0.5s; -moz-transition:all 0.5s; transition: all 0.5s; background: #8236ad; border-color: #8236ad}
.inItem:hover .inItemCnt a:after{left: 0;}
.slide_sec .owl-carousel.owl-drag .owl-item .item{overflow: hidden;}
.inItem{-webkit-transition:all 0.5s; -moz-transition:all 0.5s; transition: all 0.5s}
.inItem:hover{transform: scale(1.04, 1.04); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; transition: all 0.5s}
.communityUploadDiv .container-fluid{padding-left: 0; padding-right: 0}
.commRgtDiv{padding-right: 0}
/*inner-page*/
.topDivInner header{position: relative; }
/*.topDivInner header .btmHdr{background: #e6d09f}*/
.sliderInnerSec{width: 100%; float: left;}
.sliderInnerLftDiv{width: 50%; float: left; padding-right: 5px}
.sliderInnerLftDivIn{width: 100%; float: left;}
.sliderInnerLftDivIn img{width: 100%}
.sliderRgt_1{width: 100%; float: left;}
.sliderRgt_1_1{width: 50%; float: left; padding-right: 5px}
.sliderRgt_1_1_In{width: 100%; float: left;}
.sliderRgt_1_1 img{width: 100%}
._2{margin-top: 6px}
._1_3{position: relative;}
._1_3 span{position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 96px; height: 84px; text-align: center; z-index: 2; cursor: pointer;}
._1_3 span b{display: block; color: #fff; font-size: 15px; font-weight: 600}
._1_3 .sliderRgt_1_1_In:before{content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0,0,0,0.4); z-index: 1}
.modalPopupDiv .item img{width: 100%}
.modalPopupDiv .close{position: absolute; top: 10px; right: 10px; z-index: 999}
.modalPopupDiv button.close{color: #fff}
.topDivInner{background: #eeeae9;}
.innerDetlContent{width: 100%; float: left; padding: 55px 0; background: #eeeae9}
.innerDetlContent .mediaCovHdng h2:after{width: 19%}
.innerDetlCntMain{width: 100%; padding-top: 35px; float: left;}
.innerDetlCntMain p{font-size: 19px; line-height: 27px}
.innerDetlCntMain h3{font-style: italic; font-size: 20px; margin-bottom: 18px}
.innerDetlCntMain h3 span{color: #f97d0a94}
.mediaImgIn{width: 100%; float: left;}
.mediaImgIn img{width: 100%; position: relative; z-index: 1}
.mediaImg{margin-bottom: 30px}
.mediaImgIn{position: relative;}
.mediaImgIn:before{content: ''; width: 40%; height: 50px; position: absolute; top: -25px; right: -25px; background: #0A86F996; z-index: 0}
.mediaImgIn:after{content: ''; width: 40%; height: 50px; position: absolute; bottom: -19px; left: -25px; background: #f97d0aab; z-index: 0}
.mediaSec{overflow: hidden;}
.contactUsSec{width: 100%; float: left; padding-bottom: 45px; position: relative; top: -40px; z-index: 9}
.contactUsSecIn{width: 100%; float: left; box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.2)}
.contatL{width: 60%; float: left; background: #fff; padding: 55px; height: 347px}
.contatR{width: 40%; float: left; background: #095696; padding: 55px; height: 347px}
.contatL .mediaCovHdng{margin-bottom: 35px}
.cntFrmBtn{width: 100%; float: left; background: #f97d0a; color: #fff; padding: 13px 0; border:1px solid #f97d0a; -webkit-border-radius:35px; -moz-border-radius:35px; border-radius: 35px; font-size: 18px; font-weight: 600}
.contatR h3{color: #fff; padding-bottom: 8px}
.contatR p{color: #fff; font-size: 17px; line-height: 26px}
.contatR p a{color: #fff; display: inline-block; margin-right: 14px; font-size: 30px}
.contatR p.cntMbl i{font-size: 28px}
.cntSocl{margin-top: 25px }
.certificationDiv .mediaImgIn:before {content: ''; width: 70%; height: 94%; position: absolute; top: -34px; right: -34px;   background: #f97d0a; z-index: 0;}
.certificationDiv .mediaImgIn {width: 90%}
.certificationDiv .mediaImgIn:after{content: ''; width: 85%; height: 50px; position: absolute; bottom: 0px; right: -33px; background: #095696; z-index: 9; left: auto; -webkit-border-top-left-radius:30px; -moz-border-top-left-radius:30px;  border-top-left-radius:30px; display: none;}
.certificationDiv .mediaImg{margin-bottom: 75px}
.cerTitle{width: 104%; float: right; height: 50px; background: #095696; position: relative; top: 0px; z-index: 9; right: -34px; -webkit-border-top-left-radius:30px; -moz-border-top-left-radius:30px;  border-top-left-radius:30px; text-align: right; line-height: 50px; padding-right: 33px; font-size: 16px; color: #fff; font-weight: 600}
.certificationDiv .innerDetlCntMain{padding-top: 75px}
.communityUpDivTab{width: 100%; float: left; margin-bottom: 35px; text-align: center;}
.communityUpDivTab ul{padding: 0; margin: 0; list-style-type: none;}
.communityUpDivTab ul li{display: inline-block; margin-right: 12px; cursor: pointer; font-size: 23px; font-weight: 600; padding: 8px 15px; border:1px solid #f4e2bb; background: #e6d09f; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius: 6px; color: #7f6832}
.communityUpDivTab ul li.comActTb{background:#d2a94d;color: #fff }
.comGalHide{display: none;}
.viewAllImgSpn{width: 100px; height: 38px; position: absolute; top: 180px; bottom: 0; left: 0; right: 0; margin: auto; background: rgba(255,136,34,0.8); -webkit-border-radius:6px; -moz-border-radius:6px; border-radius: 6px; text-align: center; line-height: 38px; color: #fff; font-weight: 600; font-size: 16px; text-transform: uppercase; animation: viewAllLink 0.5s infinite; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; transition: all 0.5s}
@keyframes viewAllLink {
  from {background: #ff8822;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; transition: all 0.5s}
  to {background: #ffa75c;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; transition: all 0.5s}
}
#title {
    background: url(../images/indianFlagStrip.jpg);
    background-size: cover;
    color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    padding: 0;
}

#title h1 {
  /*text-shadow: 2px 2px 1px rgba(0,0,0,.5);*/
}

@media only screen and (min-width: 1286px) and (max-width: 1450px){
.btmHdrRgt ul{margin-top: 15px;}
}

/*new-css*/
.sliderHdrSec{width: 100%; float: left;}
.humbrgMenu{width: 35px; float: right;margin: 26px 0 0 10px; cursor: pointer; position: relative;
z-index: 99999999;}
.humbrgMenu i{width: 100%; float: left; height: 4px; background: #fff; margin-bottom: 5px}
.menuTop { z-index: 1000000; width: 100%; background: #f1f1f1;  position: fixed;}
.headerMenuTop { height: 100%; padding-bottom: 25px}
.sectionThirteen { background-image: url(../images/footerBg.jpg); background-size: cover;}
.menuBrgrHdng{color: #fff; padding-bottom: 14px; position: relative; width: auto;
    margin-bottom: 15px; font-size: 22px}
.crossArrow.humbrgMenu i:nth-child(3){display: none;}
.crossArrow.humbrgMenu i:nth-child(1){transform: rotate(45deg); position: relative;
    top: 10px;}
.crossArrow.humbrgMenu i:nth-child(2){transform: rotate(-45deg);}
.menuBrgrHdng:before{content:'';  position: absolute; bottom: 0; left: 0; height: 2px; background: #265470; width: 100%}
.menuBrgrHdng:after{content:'';  position: absolute; bottom: 0; left: 0; height: 2px; background: #f68018; width: 40%}
.ftrMainLnkOneIn ul{padding: 0; margin: 0; list-style: none;}
.ftrMainLnkOne{margin-bottom: 30px}
.ftrMainLnk { margin-top: 20px;}
.menuTop{position: absolute; width: 100%; float: left; left: 0; top: 0;}
.sectionTwo{width: 100%; float:left; background: url(../images/section-two-bg.jpg); position: relative; background-size: cover; /*height: 100vh*/}
/*.imgLft{width: 60%; float: left; position: relative;}*/
.imgRgt{width: 100%; float: left; }
.imgLft img{width: 100%; float: left; position: relative; top: 70px; bottom: 0; left: 0}
.sectionTwo .imgLft img{width: 100%; float: left; position: relative; top: 0px; bottom: 0; left: 0}
.imgRgtCapt{width: 100%; float: left; margin-top:0px}
.secTwoFtrDiv{ width: 100%; float: left; height: 58px; position: absolute; bottom: 0;  left: 0; line-height: 58px;}
.secTwoFtrDiv ul{padding: 0; margin: 0; list-style: none;}
.secTwoFtrDiv ul li{width: 33.3%; float: left; text-align: center; border-top: 1px solid #949597;  position: relative; cursor: pointer; font-weight: 600; font-size: 18px; color: #666; }
.secTwoFtrDiv ul li.activeMinDiv{color: #313364;}
.secTwoFtrDiv ul li.activeMinDiv:before { content: ''; width: 100%; height: 3px; background: #2b5fad;  position: absolute; top: -2px;  left: 0;}
.secTwoFtrDiv ul li.activeMinDiv:after { content: ''; width: 5px; height: 18px; background: #2b5fad;  position: absolute; top: -9px; left: 0; -webkit-border-radius: 15px; -moz-border-radius: 15px;  border-radius: 15px;}
.secTwoFtrDiv ul li:before { content: ''; width: 5px; height: 18px; background: #2b5fad; position: absolute; top: -9px;
    left: 0; -webkit-border-radius: 15px; -moz-border-radius: 15px;  border-radius: 15px;}
.imgRgtCapt h2{font-size: 23px; margin-bottom: 12px; color: #2c5198; line-height: 28px; font-style: italic; padding-top: 10px}
.imgRgtCapt h2 span{color: #666}
.imgRgtCapt p{font-size: 18px; line-height: 28px; text-align: justify;}
.hideCnt{display: none;}
.secThree{width: 100%; float: left; background: url(../images/banner.png) no-repeat; background-size: cover;}
.secThree .imgLft{width: 50%}
.secThree .imgLft img{top: 0px;bottom: 0;left: -15px;}
.secIngRgt{width: 50%; float: left; padding-top: 75px}
.bioGCnt{width: 90%; height: 560px;  background: rgba(0,0,0,0.4);  position: relative;   padding: 15px; color: #fff; overflow-y: scroll; overflow-x: hidden; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; margin-left: 25px}
.h600 {height: 500px;}
.demoScroll {height: 500px; overflow-y: scroll;}
.sc4::-webkit-scrollbar { width: 15px; height: 8px; position: relative; top: 15px}
.sc4::-webkit-scrollbar-track { border-radius: 10px; background-color: rgba(45, 45, 45, 1);}
.sc4::-webkit-scrollbar-thumb { background-color: #ff9933; background-image:-webkit-linear-gradient(45deg,rgba(18, 136, 7, 1) 30%,transparent 50%,rgba(255,255,255,1) 30%,transparent 50%,transparent 60%,rgba(255, 153, 51, 1) 30% ,transparent 60%); border-radius: 6px; top: 25px; position: re}
.sc4::-moz-scrollbar-thumb { background-color: #ff9933; background-image:-webkit-linear-gradient(45deg,rgba(18, 136, 7, 1) 30%,transparent 50%,rgba(255,255,255,1) 30%,transparent 50%,transparent 60%,rgba(255, 153, 51, 1) 30% ,transparent 60%); border-radius: 6px;}
.sc4::scrollbar-thumb { background-color: #ff9933; background-image:-webkit-linear-gradient(45deg,rgba(18, 136, 7, 1) 30%,transparent 50%,rgba(255,255,255,1) 30%,transparent 50%,transparent 60%,rgba(255, 153, 51, 1) 30% ,transparent 60%); border-radius: 6px;}
h2.abtHdng { font-size: 24px; font-weight: 600; font-family: 'Oswald', sans-serif; line-height: 32px;
    padding-bottom: 10px; position: relative; margin-bottom: 20px}

h2.abtHdng:before { content: ''; width: 100%; height: 3px; background: #333; position: absolute; bottom: 0; left: 0;}
h2.abtHdng::before { background: #fb8609;}
h2.abtHdng::after { width: 24%;}
h2.abtHdng:after {content: ''; width: 12%; height: 6px; background: #d94148; position: absolute; bottom: -1px; left: 0;}
.bioGCnt p{font-size: 18px; line-height: 28px; text-align: justify;}
.imgLftIn{width: 90%; height: 560px;  background: rgba(0,0,0,0.4);  position: relative;   padding: 15px; color: #fff; overflow-y: scroll; overflow-x: hidden; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; margin-left: 25px}
.awardsFrSec{background: url(../images/banner6.png) no-repeat; padding: 45px 0}
/*.awardsFrSec .imgLft{float: right;}*/
.awardsFrSec .imgLft ul{padding: 0; margin: 0; list-style: none;}
.awardsFrSec .imgLft ul li{float: left; width: 45%; margin-right: 10px; margin-left: 10px; margin-bottom: 10px; }
.awardsFrSec .imgLft ul li img{border:1px solid #fff; padding: 5px}
.awardsFrSec .secIngRgt{padding-top: 37px;}
.awardsFrSec .imgLft{padding-top: 37px;}
.awardsFrSec .imgLftIn{height: 500px}
.secIngRgt ul{padding: 0; margin: 0; list-style: none; margin-bottom: 25px}
.secIngRgt ul li{ line-height: 28px; font-size: 18px }
ul li i{color: #ffb300}
.secIngRgt ul li a{color: #ffb300}
.awardsFvSec{background: url(../images/banner5.png) no-repeat; padding: 45px 0}
/*.awardsScSec{background: url(../images/banner7.png) no-repeat; padding: 45px 0}*/
.awardsFvSec .imgLft{width: 30%; float: left;}
.awardsFvSec .secIngRgt{width: 70%; float: left;}
.newsImg{margin: 0 0 0 15px}
.newsImg img{width: 100%; float: left;}
.sbhdng{font-size: 18px; margin-top: 12px; width: 100%; float: left; line-height: 28px}
._rdmoreBtn { color: #fffb00; font-size: 16px;  font-weight: 600;}
._rdmoreBtn:hover{color: #fffb00;}
.sbpar{margin-top: 5px; width: 100%; float: left;}
.awardsFvSec .secIngRgt{padding-top: 0}
.awardsFvSec .imgLftIn{height: 500px}
.headerMenuTop ul li a{color: #fff; font-size: 18px; padding: 6px 0; display: inline-block;}
.headerMenuTop .ftrMainLnk{padding-top: 65px}
.sliderInnerSec img{width: 100%}
.innerTabDiv{width: 100%; float: left;}
.innerTabDiv ul{padding: 0; margin: 0; list-style: none;}
.innerTabDiv ul li{display: inline-block;}
.innerTabDiv ul li a{font-size: 18px}
.awardsCntDiv{width: 100%; float: left; margin-top: 25px}
.abtHdngIn{font-size: 22px; margin: 15px 0}
.innerDetlContent ul{padding: 0; margin: 0; list-style: none; padding-left: 15px}
.innerDetlContent ul li{font-size: 20px; padding: 8px 0}
.innerImgLst li{display: inline-block; margin-right: 15px}
.innerImgLst li img{border:1px solid #ccc; padding: 10px}
.innerDetlCntMain li span{font-weight: bold;}
.section-intro p{line-height: 31px}
.innerImgLst li img{width: 100%}
.imgLft{width: 60%; float: left;}
.imgCntRgt{width: 40%; float: left;}
.sbHdng{font-style: italic; font-size: 19px; line-height: 30px; width: 100%; float: left; margin-bottom: 8px}
.sectionTwo .container-fluid{padding-left: 0}
.vbox-share{display: none!important;}
.instSec.linkedinDiv .soclDivHdng{background: #db4278}
.foot_head p{display: none;}
.foot_head form{display: none;}
.ftr_achmntLnk{position: fixed; bottom: 0; right: 0; display: inline-block; background: #2c5198; color: #fff; z-index: 99;
padding: 9px 15px; border-top-left-radius: 12px; animation: mymove 0.5s infinite;}
.ftr_achmntLnk a{color: #fff; font-size: 17px; font-weight: 600; text-decoration: none;}
@keyframes mymove {
  from {background-color: #2c5198;}
  to {background-color: #f97d0a;}
}
/*new-css*/
.logo{width: 20%; float: left;}
.logoFrst{width: 40%; float: left;}
.btmHdrRgt ul{padding: 0; margin: 0; list-style: none; margin-top: 23px}
.loginLnkLst li{position: relative;}
.loginLnkLst li a{color: #3178ec; background: #fff; padding: 6px 17px; border-radius: 5px; font-size: 20px;font-weight: 500;}
.loginLnkLst ul{display: none; position: absolute; width:220px;  float: left; top: 10px; right: 0;}
.loginLnkLst li:hover ul{display: inline-block;}
.loginLnkLst ul li{width: 100%; float: left; margin-bottom: 5px}
.loginLnkLst ul li a{/*color: #3178ec;*/ width: 100%; float: left;}
.loginLnkLst.rgsterBtn{margin-left: 16px;}
.loginLnkLst.rgsterBtn li a{background: #f68018; color: #fff}
.sliderHdrSec video{width: 100%; height: 100%}
.srchSec{width: 100%; float: left; padding: 0 0px 45px;position: relative;margin-top: 0px; z-index: 9; text-align: center;}
.srchSecIn{width: 96%; display: inline-block; padding: 25px; background: #fff; margin: 0px auto; border-radius: 12px; box-shadow: 2px 20px 10px -25px rgba(0,0,0,0.75); -webkit-box-shadow: 2px 20px 10px -25px rgba(0,0,0,0.75); -moz-box-shadow: 2px 20px 10px -25px rgba(0,0,0,0.75);border: 2px solid #0a53b1;}
.srchHmCnt{width: 100%; float: left; margin-top: 20px;}
.srchHmTab{width: 100%; float: left; margin-bottom: 25px}
.srchHmTab ul li{display: inline-block; padding: 8px 15px; font-size: 19px; cursor: pointer;}
.srchHmTabCnt{width: 100%; float: left;}
.srchHmCntDiv{width: 100%; float: left;}
.hideSrch{display: none;}
.srchHmCntDiv input{width: 100%}
.srchHmTabCnt .form-group{padding-left: 0}
.srchHmTabCnt .form-control{height: 43px; border-color: #3178ec}
.sbmtBnt{color: #fff; background: #f09a3e; padding: 6px 10px; border-radius: 5px; font-size: 20px; font-weight: 500; outline: none; border: none;}
:root {
  --font-size: 0.8em;
  --bg1: #f5f8f7;
  --blue: #3498db;
  --green: #2ecc71;
  --purple: #9b59b6;
  --gold: #f1c40f;
  --red: #e74c3c;
  --orange: #e67e22;
  --shadow1: 0 2px 4px #00000026, 0 3px 6px #0000001f;
  --shadow2: 0 2px 6px #00000044, 0 4px 7px #00000022;
}

ul.infoGraphic {
  font-size: var(--font-size);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.infoGraphic li {
  position: relative;
  width: 100%;
  max-width: 29em;
  background: transparent;
  border-radius: 0.5em;
  padding: 0.5em;
  z-index: 1;
  transition: all 0.2s;
 /* cursor: pointer;*/
}
ul.infoGraphic li .numberWrap {
  position: absolute;
}
ul.infoGraphic li .number {

  font-size: 13em;
  font-weight: 900;
  width: 0.9em;
  text-align: center;
}
ul.infoGraphic li .number.fontColor1 {
  color: var(--blue);
}
ul.infoGraphic li .number.fontColor2 {
  color: var(--green);
}
ul.infoGraphic li .number.fontColor3 {
  color: var(--purple);
}
ul.infoGraphic li .number.fontColor4 {
  color: var(--gold);
}
ul.infoGraphic li .number.fontColor5 {
  color: var(--red);
}
ul.infoGraphic li .number.fontColor6 {
  color: var(--orange);
}
ul.infoGraphic li .coverWrap {
  transform: rotate(130deg);
  position: absolute;
  width: 18em;
  height: 15em;
  left: -2em;
  top: 0em;
}
ul.infoGraphic li .coverWrap .numberCover {
  position: absolute;
  background: #f6faff;
  width: 18em;
  height: 6em;
  border-radius: 50% 50% 0 0;
  border-bottom: 3px solid #f5f8f7;
  transition: all 0.4s;
}
ul.infoGraphic li .coverWrap .numberCover::before {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 4em;
  right: 4em;
  top: 5em;
  box-shadow: 0 0 30px 17px #48668577;
  border-radius: 100px/10px;
  z-index: -1;
}
ul.infoGraphic li .coverWrap .numberCover::after {
  position: absolute;
  bottom: 0;
  content: "";
  left: -10%;
  width: 120%;
  height: 150%;
  background: radial-gradient(at bottom, #48668533, transparent, transparent);
  z-index: 1;
}
ul.infoGraphic li .content {
  margin: 8em 3em 1em 7em;
  position: relative; padding-left: 25px;
}
ul.infoGraphic li .content h2 {
  font-size: 20px;
font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}
ul.infoGraphic li .content p {
  line-height: 1.5em; text-align: center; font-size: 17px;
}

ul.infoGraphic li:hover .coverWrap .numberCover {
  border-radius: 100%;
}

.icon {
  position: absolute;
  font-size: 2rem;
  text-align: center;
  top: -1.3em;
  left: 50%;
  transform: translatex(-50%);
}
.icon:before {
  color: #666;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.iconCodepen:before {
  content: "";
}

.iconSocial:before {
  content: "";
}

.iconAirplane:before {
  content: "";
}

.iconMap:before {
  content: "";
}

.iconBulb:before {
  content: "";
}

.iconPeace:before {
  content: "";
}

.controls {
  position: fixed;
  z-index: 2;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #d7d7d7a1;
  padding: 0.5rem 2em;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  border: 1px solid #0000004d;
}
.stepPrcSec{width: 100%; float: left; padding: 45px 0; position: relative; }
.rotateGif{position: absolute; top: -45px; left: -45px; -webkit-animation:spin 4s linear infinite; -moz-animation:spin 4s linear infinite; animation:spin 4s linear infinite;}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
ul.infoGraphic{list-style: none;}
.mainHdng span{color: #f09a3e}
.section-title.style-2{margin-bottom: 45px; padding-left: 44px;}
.srchSecIn{position: relative;}
.srchSecInIn{position: relative; z-index: 99}
.srchSecIn:before{content:''; background: url(../images/serchCrvBg.png) no-repeat; position: absolute; top: 0; left: 0; width: 100%; height: 130px}
.srchHmTab ul li{position: relative;}
.srchHmTab ul li.activeTab:before{content: ''; width: 86%; height: 4px; position: absolute; bottom: 0; left: 0;
right: 0; background: #286bda; margin: auto;}
.learnInIndiaSec{width: 100%; float: left; padding: 0px 0}
.learnInIndaLft{width: 50%; float: left;}
.learnInIndaRgt{width: 50%; float: left; position: relative;}
.learnInIndaRgtImg{width: 100%; float: left; position: absolute; top: 0; left: 0}
.learnInIndaLft img{width: 100%}
.learnInIndaRgtImg img{width: 100%}
/*.learnInIndaRgt:before{position: absolute; content: ""; inset: 0; background: rgba(22, 137, 236, 0.96); z-index: 9; width: 100%; height: 100vh}*/
.learnInIndaRgtCnt{width: 100%; float: left; position: relative;}
.container-fluid{width: 96%}
.learnInIndaRgtCnt{position: relative; z-index: 9; color: #fff; padding: 45px; padding-top: 90px}
.lrnIndHdng{font-size: 60px;}
.lrnIndHdng span{display: block; -webkit-text-stroke: 2px #1054aa; -webkit-text-fill-color: #1054aa; font-size: 89px}
.learnInIndaRgtCnt p{font-size: 19px; line-height: 28px; text-align: justify; color: #333}
.carousel-control{right: 44px!important; left: auto!important; top: auto; bottom: 53px!important; opacity: 1;}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{margin-left: -40px;}
.carousel-control.right{background: url(../images/arrowR.jpg) no-repeat; width: 54px; height: 54px; display: inline-block;}
.carousel-control.left{background: url(../images/arrowL.jpg) no-repeat; width: 54px; height: 54px; display: inline-block;}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{text-indent: -999999px}
.left.carousel-control{right: 104px !important;}
.discInIndSec{width: 100%; float: left; padding: 0px 0; /*background: url(../images/discBg.jpg) no-repeat; background-size: 100% 80%; background-attachment: fixed;*/ min-height: 550px; position: relative;}
/*.discInIndSec:before{content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; height: 100%; background: rgba(8, 86, 153, 0.84);}*/
.discIndLftIn{width: 100%; float: left;}
.lrnIndHdng{text-transform: uppercase; color: #1054aa}
.dis_1InCnt .lrnIndHdng{font-size: 22px}
.dis_1InCnt .lrnIndHdng span{font-size: 22px}
.dis_1In{text-align: center;}
.dis_1In{width: 100%; float: left; border:2px solid #ffe302; padding: 20px}
.discIndLftIn .lrnIndHdng{font-size: 39px}
.discIndLftIn .lrnIndHdng span{font-size: 63px}
.discIndRgt .discIndLftIn .lrnIndHdng{font-size: 19px; text-transform: none;}
.discIndRgt .discIndLftIn .lrnIndHdng span{font-size: 25px; -webkit-text-stroke: 0px #1054aa;
-webkit-text-fill-color: #1054aa; padding-top: 9px}
.disIndLst{margin-bottom: 27px}
.lrnIndHdng i{font-size: 11px}
.soclDivIn{padding: 0 15px 15px}
.linkedinDiv .soclDivIn{background: #db4278}
.fbSlfSec .soclDivCnt{padding: 0 15px 15px; background: #4167b2;}
.twtrSec .soclDivIn{padding: 0 15px 15px; background: #1da2f1;}
.fbSubscribeDiv{width: 100%; float: left; margin-top: 25px; color: #fff}
.fbSubscribeDiv p{padding: 12px 0}
.infoGraphic li:nth-child(1) .icon::before{color: #3791ce;}
.infoGraphic li:nth-child(2) .icon::before{color: #2fca71;}
.infoGraphic li:nth-child(3) .icon::before{color: #8e5cae;}
.infoGraphic li:nth-child(4) .icon::before{color: #e7bf16;}
.infoGraphic li:nth-child(5) .icon::before{color: #e54d3d;}
.infoGraphic .icon{font-size: 3rem}
.testimonailSec{width: 100%; float: left; padding: 45px 0}
/*testimonial*/
/*:root {
    --mon: "Montserrat", sans-serif;
    --blue: #8a6bff;
    --darkblue: #0a0a36;
}*/
.testimonial-area{width: 100%; float: left; background: url(../images/newsUpdateBanner.jpg) no-repeat; padding: 45px 0}
.sec-title {
    margin-bottom: 50px;
    padding-bottom: 15px;
    position: relative;
}
.sec-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: #fff;
}
.sec-title h2 {
    font-size: 60px;
    font-weight: 900;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #fff;
}
.sec-title p {
    font-size: 18px;
    line-height: 28px; font-family: 'Play', sans-serif; color: #fff;
    font-weight: 700;
}
.stepTTl span{display: block; -webkit-text-stroke: 2px #1054aa;
    -webkit-text-fill-color: #1054aa; font-size: 63px; text-transform: uppercase; font-weight: 600}

.homeBlogSec{width: 100%; float: left; padding: 45px; position: relative; }
.homeBlogSec:before{content: ''; width: 100%; height: 363px; position: absolute; top: 0; left: 0; /*background: url(../images/blogBg.jpg) no-repeat;*/}
#news-slider{
    margin-top: 80px;
}
.post-slide{
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background:#fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s; line-height: 28px;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
.homeBlogSec .sec-title p{color: #fff}
.homeBlogSec .sec-title::after{background: #fff;}
.homeBlogSec .sec-title{ margin-bottom: 0 }
.homeBlogSec #news-slider{margin-top: 30px}
.sliderInner{width: 100%; float: left; position: relative;}
.sliderInner img{width: 100%;}
.innerSldrHdng{position: absolute; width: 100%; height: 30px; text-align: center; top: 0; bottom: 0; left: 0; right: 0; margin: auto; color: #fff; text-transform: uppercase; -webkit-text-stroke:2px #fb9419; -webkit-text-fill-color:transparent; font-size: 35px}
.loginPgSec{width: 100%; float: left; padding: 45px 0}
.loginPgSecIn{width: 100%; float: left;}
.sliderInner .discIndLftIn{position: absolute; top: 38px; text-align: center;}
.sliderInner .discIndLftIn .dis_1{float: none; display: inline-block;}
.sliderInner .discIndLftIn .dis_1 .dis_1InIcn img{width: 42px}
.sliderInner .discIndLftIn .lrnIndHdng{font-size: 23px; margin-top: 10px}
.frmHdng{font-size: 24px; font-weight: normal; padding-bottom: 45px}
.loginPgSecIn .form-control{height: 43px; border-color: #3178ec}
.sliderHdrSec video{width: 100%}
.steps{width: 100%; float: left; padding: 45px 0 0}
.howitworksHdng{padding-bottom: 65px; font-size: 38px; text-align: center; margin-bottom: 105px}
.howitworksHdng span{color: #f09a3e}

.stepCnt{width: 100%; float: left; text-align: center;}
.step_1In{width: 100%; float: left; padding: 15px; background: #f7f7f7; text-align: center; height: 266px}
.step_1In .stepIcn{display: inline-block; width: 120px; height: 120px; background: #1054aa;  line-height: 60px;
font-size: 45px; color: #fff; margin-top: -75px; position: relative; top: -42px; border-radius: 100%; font-weight: 600 }
.stepCntT{width: 100%; float: left;}
.stepCntT h2{ margin-bottom: 25px; margin-top: 15px; font-size: 27px }
.stepCntT p{font-size: 20px}
.step_1{margin-bottom: 105px; float: none; display: inline-block; width: 33%}
.stepIcn img{width: 60%; padding-top: 25px}
.discfullDiv{width: 100%; float: left; margin-bottom: 0px}
.facebookCommSec{width: 100%; float: left; padding: 45px 0; background: url(../images/facebookLikeBg.jpg) repeat; position: relative; animation: movementBg 30s linear forwards;}
@keyframes movementBg {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 560px 0px;
  }
}
.facebookCommSec:before{content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; height: 100%; background: rgba(17,49,106,0.8);}
.facebookDivLIn{width: 100%; float: left;}
.facebookDivLIn h2{color: #fff}
.facebookDivLIn p{color: #fff; font-size: 18px; padding-top: 8px; line-height: 28px}
.discIndLft .discIndLftIn{position: relative; top: 178px; }
.discIndLft .discIndLftIn .lrnIndHdng{color: #fff}
.discIndLft .lrnIndHdng span{-webkit-text-stroke: 2px #fff; -webkit-text-fill-color: #fff;}
.discIndRgt .discIndLftIn .lrnIndHdng{color: #fff}
.discIndRgt .discIndLftIn .lrnIndHdng span{-webkit-text-stroke: 0px #fff; -webkit-text-fill-color: #fff;}
.discInIndSec .discIndLft{width: 35%; float: left; padding-left: 45px; padding-right: 35px}
.discInIndSec .discIndRgt{width: 65%; float: left;}
.discIndLft .discIndLftIn .lrnIndHdng{text-transform: uppercase; color: #1054aa;}
.discIndLft .lrnIndHdng span{-webkit-text-stroke: 2px #1054aa; -webkit-text-fill-color: #1054aa;}
.discInIndSec .discIndRgt{background: url(../images/discoverIndBg.jpg) no-repeat; padding: 35px; background-size: cover;}
.discInIndSec .discIndLftIn p{font-size: 19px; line-height: 28px; text-align: justify; color: #333;}
/*@media only screen and (min-width: 1025px) and (max-width: 1498){
  .discInIndSec .discIndRgt .disIndLst{width: 50%}  
}*/
.socialMediaSec{width: 100%; float: left; /*background: url(../images/newsUpdateBanner.jpg) no-repeat; background-size: cover;*/}
.mediaCovHdng h2{color: #1054aa}
.testimonial {
  border-right: 4px solid #2a3d7d;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 30px 130px;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  position: relative; background: #fff;
}
.testimonial:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -17px;
  border-top: 25px solid #2e3e79;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(45deg);
}
.testimonial:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -17px;
  border-top: 25px solid #424f83;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(135deg);
}
.testimonial .pic {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: 20px;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .description {
  font-size: 15px;
  letter-spacing: 1px;
  color: #6f6f6f;
  line-height: 25px;
  margin-bottom: 15px;
}
.testimonial .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #374681;
  margin: 0;
}
.testimonial .post {
  display: inline-block;
  font-size: 17px;
  color: #374681;
  font-style: italic;
}
.owl-theme .owl-controls .owl-page span {
  border: 2px solid #2a3d7d;
  background: #fff !important;
  border-radius: 0 !important;
  opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
  background: #29d18b !important;
  border-color: #29d18b;
}
.homeBlogSec .sec-title h2{color: #1054aa}
.homeBlogSec .sec-title p{color:#1054aa }
.homeBlogSec .sec-title::after{background: #1054aa;}
@media only screen and (max-width: 767px) {
  .testimonial {
    padding: 20px;
    text-align: center;
  }
  .testimonial .pic {
    display: block;
    position: static;
    margin: 0 auto 15px;
  }
}

.owl-pagination{text-align: center;}
.owl-page{width: 25px; height: 2px; display: inline-block;}
.owl-theme .owl-controls .owl-page span{border: 2px solid #fff;}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls .owl-page:hover span{width: 25px; height: 4px; display: inline-block; background: #ffe302 !important; border-color: #ffe302;}
.owl-theme .owl-controls .owl-page span{border: 2px solid #fff;background: #fff !important;}
.owl-theme .owl-controls .owl-page span{width: 25px; height: 4px; display: inline-block;}
.homeBlogSec .owl-theme .owl-controls .owl-page.active span, .homeBlogSec .owl-theme .owl-controls .owl-page:hover span{background: #1054aa !important; border-color: #1054aa;}
.homeBlogSec .owl-theme .owl-controls .owl-page span{border: 2px solid #ccc;background: #ccc !important;}
.applyDiv{position: fixed; right: 8px; bottom: 8px; width: 165px; height: 40px; background: #f68018; color: #fff; text-align: center; line-height: 40px; z-index: 9999; border-radius: 5px; animation: mymove 0.5s infinite;}
.applyDiv a{color: #fff; font-weight: 500; font-size: 24px; text-transform: uppercase;}
.watchVideo {position: fixed;width: auto;height: 45px;bottom: 8px;left: 8px;width: 160px;border: none;
  box-shadow: none;overflow: hidden;padding-top: 8px;padding-bottom: 12px;border-radius: 5px; z-index: 99;
  box-shadow: rgb(0 0 0 / 10%) 0px 20px 25px -5px, rgb(0 0 0 / 4%) 0px 10px 10px -5px; border: 3px solid #ffe301;
  background-color: #0008; color: #fff; text-align: center;font-weight: 600; cursor: pointer;}
  .rotateGifZoom {margin: 24px; width: 50px; height: 50px; animation: zoom-in-zoom-out 2s ease-out infinite;
  position: absolute; top: -22%; right: 7%;}
@keyframes mymove {
  from {background-color: #ff6600;}
  to {background-color: #00a342;}
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.rotateGifZoom img {width: 150px;}
.sliderInner .discIndLftIn .lrnIndHdng{color: #fff}
.sliderInner .lrnIndHdng span{-webkit-text-stroke: 2px #fff; -webkit-text-fill-color: #fff;}
.sbmtBtnNew{background: #286bda; padding: 5px 19px; font-size: 20px; margin-top: 16px;}
.rgstrFrmTabDiv{width: 100%; float: left; margin-bottom: 25px; text-align: center;}
.rgstrFrmTabDiv ul{padding: 0; margin: 0; list-style: none;}
.rgstrFrmTabDiv ul li{background: #0a4da4; display: inline-block; padding: 8px 15px; color: #fff; font-size: 22px}
.rgstrFrmTabDiv ul li i{color: #afff00}
.checklebal {padding-left: 15px;}
.mobileLoginDiv{display: none;}
.mobileLoginDiv{width: 80%; float: left; position: relative; top: 27px;}
.mobileLoginDiv a.mLgn{display: inline-block; padding: 6px 12px; border: 2px solid #7d6a59; border-top-color: rgb(125, 106, 89); border-right-color: rgb(125, 106, 89); border-bottom-color: rgb(125, 106, 89); border-left-color: rgb(125, 106, 89); border-top-color: rgb(125, 106, 89); border-right-color: rgb(125, 106, 89); border-bottom-color: rgb(125, 106, 89); border-left-color: rgb(125, 106, 89); margin-right: 12px;
font-weight: 600; font-size: 19px; background: #f77c11; border-color: #fff; color: #fff;}
.mobileLoginDiv a.mRgstr{color: #fff; background: #03990c; border-color: #fff;}
.loginpageSec{width: 100%; float: left;}
.loginpageSec .loginPgSecIn{background: #ffffff; box-shadow: 0 8px 32px 0 rgb(181 184 229 / 37%); height: auto; border-radius: 6px}
.loginLft img{width: 100%; border-top-left-radius: 6px; border-bottom-left-radius: 6px}
.loginLft{width: 50%; float: left; }
.loginRgt{width: 50%; float: left; padding: 25px; margin-top: 0px}
.floating-label-group {position: relative; margin-top: 15px; margin-bottom: 25px;}
.floating-label-group .floating-label {font-size: 13px; color: #736e6e; position: absolute; pointer-events: none;
  top: 9px; left: 12px; transition: all 0.1s ease;}
.floating-label-group input:focus ~ .floating-label,
.floating-label-group input:not(:focus):valid ~ .floating-label {top: -15px; bottom: 0px; left: 0px; font-size: 11px; opacity: 1; color: #286bda;}
.loginRgt h2{margin-bottom: 10px}
.captchaImg{margin-bottom: 15px}
.lgnSbmtBtn{width: 100%; float: left;}
.frgtPwDiv{width: 100%; float: left; margin-top: 8px;}
.frgtPwDiv a{display: inline-block; margin-right: 7px}
.frgtPwDiv span{display: inline-block; margin-left: 35px}
.frgtPwDiv span a{color: #ff940a}
.entrCaptchDiv{margin-bottom: 0}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}

@media only screen and (min-width: 1500px){
.imgRgtCapt{margin-top: 0px}
.secIngRgt{padding-top: 225px;}
.imgCntRgt{padding-top: 250px;}
.sectionTwo .imgLft img{top: 0}
}
@media only screen and (max-width: 767px){
    .ftr_achmntLnk a{font-size: 13px}
    .btmHdrRgt ul{display: none;}
    .btmHdrLft{width: 83%}
    .btmHdrRgt{width: 17%}
    .logo a{font-size: 28px}
    .humbrgMenu{margin: 19px 10px 0 10px;}
    .headerMenuTop{height: auto;}
    .imgLft{width: 100%}
    .imgRgt{width: 100%}
    .sectionTwo{height: 100%}
    .imgRgtCapt{margin-bottom:10px}
    .secTwoFtrDiv ul li{font-size: 12px}
  
    .secThree .imgLft{width: 100%}
    .secIngRgt{width: 100%}
    .secIngRgt{padding-top: 0}
    .demoScroll{height: auto;}
    .secIngRgt{margin-bottom: 25px}
    .awardsFrSec{padding: 0}
    .bioGCnt{width: 100%}
    .bioGCnt{margin-left: 0}
    .imgLftIn{width: 100%; margin-left: 0}
    .awardsFrSec .imgLft ul li{width: 42%}
  
 
    .awardsFrSec{background-size: cover;}
    .join_headding h2{font-size: 30px}
    .commLft{padding-right: 0; margin-bottom: 5px}
    .tpOne{padding-right: 0;margin-bottom: 5px}
    .mediaCovCnt{height: auto; margin-bottom: 15px}
    .mediaCovDiv{padding-right: 0}
    .mediaCovDiv .carousel-caption{bottom: 0}
    .twoblockDiv{padding-bottom: 15px}
    .fbSlfSec{margin-bottom: 20px}
    .twtrSec{padding-left: 0}
    .instSec{margin-bottom: 20px; padding-left: 0}
    .utbSec{padding-right: 15px; padding-left: 0;}
    footer .col-md-3.col-sm-3.col-xs-12{margin-bottom: 15px}
    .secIngRgt ul li{text-align: justify;}
    .innerDetlContent ul li{text-align: justify;}
     .instSec{margin-bottom: 15px;}
     .imgCntRgt{width: 100%; padding: 0 15px}
     .imgRgtCapt h2{font-size: 20px}
     .copyright ul{float: left; margin-top: 15px}
     .imgRgt{margin-top: 54px}
     .secTwoFtrDiv{top: 0; bottom: auto; background: #fff}
     .secTwoFtrDiv ul li.activeMinDiv{color: #2c5198; font-weight: bold;}
     .secTwoFtrDiv ul li.activeMinDiv:before{bottom: 0; top: auto;}
     .secTwoFtrDiv ul li:before{bottom: -7px; top: auto;}
     .secTwoFtrDiv ul li.activeMinDiv:after{bottom: -7px; top: auto;}
     .secTwoFtrDiv ul{width: 100%; float: left; border-bottom: 1px solid #2c5198;}
     .container-fluid{width: 100%; padding-left: 0; padding-right: 0}
     .logo{margin-right: 10px; width: 25%}
     .h2, h2{font-size: 22px}
     .learnInIndaLft{width: 100%}
     .learnInIndaRgt{width: 100%}
     .learnInIndaRgtCnt{padding: 20px; padding-top: 30px}
     .lrnIndHdng{font-size: 40px}
     .lrnIndHdng span{font-size: 71px}
     .discInIndSec .discIndLft{width: 100%}
     .discIndLft .discIndLftIn{top: 0}
     .discInIndSec .discIndLft{padding-left: 20px; padding-right: 20px}
     .discInIndSec .discIndRgt{width: 100%}
     .mediaCovHdng h2::after{width: 81%;}
     .fbSec{margin-bottom: 15px; padding-left: 0; padding-right: 0}
     .soclDivIn{padding: 0}
     .soclDivHdng{border-radius: 0}
     .testimonial-area{padding-left: 15px; padding-right: 15px}
     .testimonial-area .sec-title h2{font-size: 41px}
     footer{padding-left: 15px; padding-right: 15px}
     .srchSecIn{padding: 15px}
     .srchHmTabCnt .form-group{padding-right: 0}
     .logo.logoFrst{width: 38%}
     .srchSec{margin-top: -14px}
     body{overflow-x: hidden;}
     .applyDiv{right: 18px;}
     .homeBlogSec{overflow-x: hidden;}
     .testimonial-area{overflow-x: hidden;}
     .applyDiv a{font-size: 19px}
     .rotateGifZoom{display: none;}
     .container-fluid{width: 92%}
     .sliderInner .discIndLftIn{position: relative; top: 0; background: #33437f}
     .frmHdng{line-height: 29px;font-size: 20px;}
     .mobileLoginDiv{display: inline-block;}
     .loginLft{width: 100%;}
     .loginRgt{width: 100%}
     .frgtPwDiv span{margin-left: 0}
}
@media only screen and (max-height: 575.98px) and (orientation: landscape) {
.loginLft{width: 100%}
.loginRgt{width: 100%}
.sliderInner .discIndLftIn .dis_1{width: 49%}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .btmHdrRgt ul{display: none;}
    .btmHdrLft{width: 83%}
    .btmHdrRgt{width: 17%}
    .logo a{font-size: 33px}
    .humbrgMenu{margin: 19px 0 0 10px;}
    .headerMenuTop{height: auto;}
    .imgLft{width: 100%}
    .imgRgt{width: 100%}
    .sectionTwo{height: 100%}
    .imgRgtCapt{margin-bottom: 100px}
    .secTwoFtrDiv ul li{font-size: 13px}
    .secThree .imgLft{width: 100%}
    .secIngRgt{width: 100%}
    .secIngRgt{padding-top: 0}
    .demoScroll{height: auto;}
    .secIngRgt{margin-bottom: 25px}
    .awardsFrSec{padding: 0}
    .bioGCnt{width: 100%}
    .bioGCnt{margin-left: 0}
    .imgLftIn{width: 100%; margin-left: 0}
    .awardsFrSec .imgLft ul li{width: 42%}
    .awardsFrSec .imgLftIn{height: auto;}
    .h600{height: auto;}
    .awardsFrSec{background-size: cover;}
    .join_headding h2{font-size: 30px}
    .commLft{padding-right: 0; margin-bottom: 5px}
    .tpOne{padding-right: 0;margin-bottom: 5px}
    .mediaCovCnt{height: auto; margin-bottom: 15px}
    .mediaCovDiv{padding-right: 0}
    .mediaCovDiv .carousel-caption{bottom: 0}
    .twoblockDiv{padding-bottom: 15px}
    .fbSlfSec{margin-bottom: 20px}
    .twtrSec{padding-left: 0}
    .instSec{margin-bottom: 20px; padding-left: 0}
    .utbSec{padding-right: 15px; padding-left: 0;}
    footer .col-md-3.col-sm-3.col-xs-12{margin-bottom: 15px}
    .secIngRgt ul li{text-align: justify;}
    .innerImgLst li img{width: 100%}
    .imgCntRgt{width: 100%; padding-left: 15px}
    .mobileLoginDiv{display: inline-block;}
    .sliderInner .discIndLftIn{position: relative; top: 0; background: #33437f}
    .frmHdng{line-height: 29px;font-size: 20px;}
    .srchSec{margin-top: -20px}
    .learnInIndaRgtCnt{padding: 17px; padding-top: 12px;}
    .lrnIndHdng{font-size: 40px}
    .lrnIndHdng span{display: inline; font-size: 60px;}
    .discIndLftIn .lrnIndHdng{font-size: 28px}
    .discIndLftIn .lrnIndHdng span{font-size: 41px}
    .discIndLft .discIndLftIn{top: 98px}
    .discInIndSec .discIndLft{padding: 0 25px}
    .discIndRgt .disIndLst{width: 50%; height: 167px;}
    .socialMediaCnt .fbSec{width: 50%; float: left;}
     body{overflow-x: hidden;}
     .applyDiv{right: 18px;}
     .homeBlogSec{overflow-x: hidden;}
     .testimonial-area{overflow-x: hidden;}
     .applyDiv a{font-size: 19px}
     .rotateGifZoom{display: none;}
     .copyright{padding: 0}
       .mobileLoginDiv{display: inline-block;}
       .sliderInner .discIndLftIn{position: relative; top: 0; background: #33437f}
}
@media only screen and (min-width: 810px) and (max-width: 1080px){
    body{overflow-x: hidden;}
     .applyDiv{right: 18px;}
     .homeBlogSec{overflow-x: hidden;}
     .testimonial-area{overflow-x: hidden;}
     .applyDiv a{font-size: 19px}
     .rotateGifZoom{display: none;}
     .copyright{padding: 0}
     .discIndRgt .disIndLst{width: 50%; height: 167px;}
     .sliderInner .discIndLftIn{position: relative; top: 0; background: #33437f}
     .sliderInner .discIndLftIn .lrnIndHdng{font-size: 18px}

}


 






