/*------------------------------------------------------------------

 * @Plugin Title :  PrimoSlider - Bootstrap Carousel Slider (No Jquery Dependency) 
 * @version      :  V.1.0(26/May/2022)
 * @author       :  Spruko Technologies Private Limited 
 * @autorURL     :  https://spruko.com/

-------------------------------------------------------------------*/

/*

--- FONT FAMILY
--- BOOTSTRAP
--- BUTON-STYLES
--- CUSTOM-STYLES
--- CARD-STYLES
--- ANIMATIONS
--- TEXT-COLOR STYLES
--- BACKGROUND-COLOR STYLES
--- RTL STYLES

*/

/* ######## FONT FAMILY ######## */

@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");

/* ######## BOOTSTRAP ######## */

:root {
  --blue: #3366ff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #fb1c52;
  --orange: #f27510;
  --yellow: #f7be2d;
  --green: #23bf08;
  --teal: #1caf9a;
  --cyan: #5b93d3;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #031938;
  --primary: #3366ff;
  --secondary: #6c757d;
  --success: #23bf08;
  --info: #5b93d3;
  --warning: #f7be2d;
  --danger: #fb1c52;
  --light: #f8f9fa;
  --dark: #031938;
  --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, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --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%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #f3f7fd;
}

[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;
}

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: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #3366ff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #115da4;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  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: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1,
.h1 {
  font-size: 2.1875rem;
}

h2,
.h2 {
  font-size: 1.75rem;
}

h3,
.h3 {
  font-size: 1.53125rem;
}

h4,
.h4 {
  font-size: 1.3125rem;
}

h5,
.h5 {
  font-size: 1.09375rem;
}

h6,
.h6 {
  font-size: 0.875rem;
}

.lead {
  font-size: 1.09375rem;
  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.09375rem;
}

.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: #f0f2f7;
  border: 1px solid #eaf2f9;
  border-radius: 3px;
  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: #031938;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #031938;
}

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%;
  min-height: 1px;
  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: none;
}

.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: none;
  }

  .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: none;
  }

  .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: none;
  }

  .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%;
  }
}

/* ######## BUTON-STYLES ######## */

.btn-secondary {
  color: #fff;
  background-color: #fb547c;
  border-color: #fb547c;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #e94169;
  border-color: #e94169;
}

.btn-success {
  color: #fff;
  background: #2dbd8c;
  border-color: #2dbd8c;
}

.btn-success:hover {
  color: #fff;
  background: #23a578;
  border-color: #1a8e06;
}

.btn-primary {
  color: #fff;
  background: #3366ff;
}

.btn-warning {
  color: #fff;
  background: #f29f03;
  border-color: #f29f03;
}

.btn-warning:hover {
  color: #fff;
}

.btn:not(:disabled):not(.disabled),
.sp-container button:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button,
input {
  overflow: visible;
}

/* ######## CUSTOM-STYLES ######## */

.featured-icon {
  height: 55px;
}

.demo-screen-headline {
  width: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.demo-screen-headline:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(119, 57, 252, 0.92) 0%, rgba(58, 122, 254, 0.92) 100%);
}

.blob-img {
  left: -229px;
  top: 85px;
  height: 500px;
  width: 500px;
  position: absolute !important;
  transform: rotate(-85deg) !important;
}

.demo-screen-headline .row {
  align-items: center;
}

.demo-screen-headline h1 {
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 20px;
  text-shadow: none;
}

@media (min-width: 768px) {
  .demo-screen-headline h1 {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .demo-screen-headline h1 {
    font-size: 37px;
    line-height: 1.3;
    font-weight: 500;
  }
}

.demo-screen-headline h5 {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  margin-bottom: 30px;
}

.demo-screen-skin,
.demo-screen-rtl {
  padding: 30px 0;
}

@media (min-width: 992px) {
  .demo-screen-skin,
  .demo-screen-rtl {
    padding: 60px 0;
  }
}

@media (min-width: 991px) {
  .demo-screen-headline {
    padding-top: 41px;
    padding-bottom: 0px;
  }
}

@media only screen and (min-width: 767px) {
  .top .nav {
    margin-top: 11px;
  }

  .top .nav li {
    color: #1a1a1a;
    display: inline-block;
  }

  .top .nav li {
    margin-left: 0;
    margin-right: 28px;
  }
}

.background-images {
  background: url(../img/web/pattern.png);
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
  padding-top: 100px;
  border-bottom: 0;
  z-index: 0;
  right: 0;
  width: 80%;
  content: "";
  top: -10px;
  height: 115%;
  position: absolute;
  background-repeat: no-repeat;
}

.demo-screen-headline:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.top {
  padding: 20px 0;
  border-bottom: 1px solid rgba(135, 135, 135, 0.13);
  background: #fff;
}

.top .nav li a {
  color: #000;
  font-weight: 500;
  display: inline-block;
  padding: 0px;
}

.top .nav li a.active {
  color: #3366ff;
}

.main-features {
  position: relative;
  padding: 1.5rem;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.main-features {
  position: relative;
  padding: 1.5rem;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.features {
  text-align: center;
  border-radius: 6px;
  border: 0;
}

.main-features h4 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.feature-1 {
  position: relative;
}

.feature-1 a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.feature-1 i {
  font-size: 2.5rem;
}

.si {
  font-family: "simple-line-icons";
  /* speak-as: none; */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.demo-screen-footer {
  padding: 60px 0;
  background-color: #031938;
  text-align: center;
}

.demo-screen-footer h1 {
  color: #fff;
  font-weight: 300;
  font-size: 28px;
  margin-bottom: 50px;
}

.demo-screen-footer .btn,
.demo-screen-footer .sp-container button,
.sp-container .demo-screen-footer button {
  background-repeat: repeat-x;
  color: #fff;
  padding: 15px 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 0;
  font-size: 12px;
  border-radius: 4px;
}

a {
  transition: all 0.2s ease-in-out;
}

#back-to-top {
  background: #3366ff;
  color: #fff;
  position: fixed;
  bottom: 15rem;
  right: 20px;
  z-index: 99;
  display: none;
  text-align: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  z-index: 10000;
  height: 50px;
  width: 50px;
  line-height: 48px;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
}

#back-to-top i {
  color: #fff;
}

#back-to-top:hover {
  background: #fff;
  color: #3366ff;
  fill: #3366ff;
  border: 2px solid #3366ff;
  line-height: 45px;
}

.top {
  position: fixed;
  z-index: 999;
  width: 100%;
}

.main-demo {
  padding-top: 120px;
}

@media (max-width: 767.8px) {
  #main-menu {
    display: none;
  }
}

@media (max-width: 576px) {
  .logo-demo {
    display: flex;
    justify-content: center;
  }

  .main-demo {
    padding-top: 160px;
  }

  .button-convert {
    margin-top: 5px;
  }
}

.onoffswitch2-checkbox:checked + .onoffswitch2-label {
  background-color: #5e2dd8;
}

.onoffswitch2-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 17px;
  padding: 0;
  line-height: 16px;
  border: 1px solid #cccccc;
  border-radius: 15px;
  background-color: #fff;
  transition: background-color 0.3s ease-in;
  margin-bottom: 0;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-weight: 500;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

.onoffswitch2-checkbox {
  display: none;
}

.onoffswitch2 {
  position: relative;
  width: 30px;
  margin-top: 1px;
  -webkit-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.fw-500 {
  font-weight: 500;
}

.d-flex {
  display: flex !important;
}

.onoffswitch2-checkbox:checked + .onoffswitch2-label:before {
  right: 0px;
}

.onoffswitch2-checkbox:checked + .onoffswitch-label2,
.onoffswitch2-checkbox:checked + .onoffswitch2-label:before {
  border-color: #5e2dd8;
}

.onoffswitch2-label:before {
  content: "";
  height: 17px;
  display: block;
  width: 17px;
  margin: 0px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  border: 1px solid #cccccc;
  border-radius: 15px;
  transition: all 0.3s ease-in 0s;
}

.nav {
  justify-content: center;
  align-items: center;
}

.web-images img {
  border-radius: 50px;
}

.primoslider {
  font-size: 18px;
  margin: auto 3px;
  color: #000;
  font-weight: 500;
}

.button-convert {
  float: right;
}

.button-convert .switch-toggle {
  padding: 8px 15px;
  border: 1px solid #cdd1d7;
  border-radius: 5px;
}

.carousel-transition .carousel-item {
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.trans-switch {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.trans-switch .switch-toggle {
  display: flex;
  padding: 6px 15px;
  background: linear-gradient(to left, rgba(58, 122, 254, 0.92) 0%, rgba(119, 57, 252, 0.92) 100%);
  border-radius: 5px;
  border: 1px solid rgb(0 0 0 / 10%);
  justify-content: center;
  align-items: center;
  color: #fff;
}

.trans-switch .onoffswitch2-label {
  border: 1px solid rgb(0 0 0 / 10%);
}

/* ######## CARD-STYLES ######## */

.card {
  background-color: #fff;
  position: relative;
  margin-bottom: 30px;
  border-radius: 8px;
  border: 1px solid #e9ebfa !important;
  box-shadow: 0 0.15rem 1.75rem 0 rgb(196 205 224 / 20%);
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}

.card:hover {
  box-shadow: 0px 6px 18px 4px rgb(6 10 48 / 8%);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(135, 135, 135, 0.13);
}

.card-header:first-child {
  border-radius: calc(3px - 1px) calc(3px - 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 #ced4da;
}

.card-footer:last-child {
  border-radius: 0 0 calc(3px - 1px) calc(3px - 1px);
}

@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%;
  }
}

/* ######## ANIMATIONS ######## */

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* ######## TEXT-COLOR STYLES ######## */

.text-pink {
  color: #ec82ef !important;
}

.text-orange {
  color: #fc7303 !important;
}

.text-teal {
  color: #2bcbba !important;
}

.text-cyan {
  color: #17a2b8 !important;
}

.text-azure {
  color: #45aaf2 !important;
}

.text-lime {
  color: #7bd235 !important;
}

.text-blue {
  color: #467fcf !important;
}

.text-indigo {
  color: #6574cd !important;
}

.text-purple {
  color: #867efc !important;
}

.text-secondary {
  color: #05c3fb !important;
}

.text-warning {
  color: #f7b731 !important;
}

/* ######## BACKGROUND-COLOR STYLES ######## */

.bg-pink-transparent {
  background-color: rgb(236 130 239 / 20%) !important;
}

.bg-orange-transparent {
  background-color: rgb(252 115 3 / 20%) !important;
}

.bg-teal-transparent {
  background-color: rgb(43 203 186 / 20%) !important;
}

.bg-cyan-transparent {
  background-color: rgb(23 162 184 / 20%) !important;
}

.bg-azure-transparent {
  background-color: rgb(69 170 242 / 20%) !important;
}

.bg-lime-transparent {
  background-color: rgb(123 210 53 / 20%) !important;
}

.bg-blue-transparent {
  background-color: rgb(70 127 207 / 20%) !important;
}

.bg-indigo-transparent {
  background-color: rgb(101 116 205 / 20%) !important;
}

.bg-purple-transparent {
  background-color: rgb(134 126 252 / 20%) !important;
}

.bg-secondary-transparent {
  background-color: rgb(5 195 251 / 20%) !important;
}

.bg-warning-transparent {
  background-color: rgb(247 183 49 / 20%) !important;
}

.bg-primary-transparent {
  background-color: rgb(13 110 253 / 20%) !important;
}

.bg-danger-transparent {
  background-color: rgb(220 53 69 / 20%) !important;
}

.bg-success-transparent {
  background-color: rgb(25 135 84 / 20%) !important;
}

/* ######## RTL STYLES ######## */

.rtl .card-header {
  text-align: right;
}

.rtl .primoslider {
  margin-right: 5px;
  margin-left: inherit;
}

.rtl .button-convert {
  float: left;
}
.pulse-success{
  animation: pulse-success 2s infinite;
}
@keyframes pulse-success {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(var(--success-rgb), 1);
    box-shadow: 0 0 0 0 rgba(var(--success-rgb), 1);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(var(--success-rgb), 0);
    box-shadow: 0 0 0 10px rgba(var(--success-rgb), 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(var(--success-rgb), 0);
    box-shadow: 0 0 0 0 rgba(var(--success-rgb), 0);
  }
}
#online-status {
  z-index: 6;
  border-radius: 2px;
  position: relative;
  padding: 6px;
}
#online-status.online:before {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-start: -12px;
  border-block-start: 13px solid transparent;
  border-inline-end: 13px solid #198754;
  border-block-end: 10px solid transparent;
  width: 0;
}
#online-status.offline:before {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-start: -12px;
  border-block-start: 13px solid transparent;
  border-inline-end: 13px solid #dc3545;
  border-block-end: 10px solid transparent;
  width: 0;
}
.support-num {
  opacity: 0.5;
}
.support-num:hover {
  opacity: 0.5;
}
.opacity-50 {
    opacity: .5 !important;
}
@media screen and (max-width:534px) {
  .index1 .landing-top-header > .navbar .d-flex{
    display: grid !important;
  }
  .index1 .landing-top-header > .navbar .d-flex i{
    display: none !important;
  }
  .index1 .landing-top-header > .navbar .d-flex span{
    display: none !important;
  }
  .index1 .landing-top-header > .navbar .container  > span{
    display: none;
  }
  #online-status {
      display: block !important;
      margin-inline-start: 0 !important;
      margin-block-start: 7px;
  }
  #online-status:before {
      display:none !important;
  }
  
}

@media screen and (max-width:534px) {
  .index1 .landing-top-header .landing-banner > .navbar .d-flex{
    display: grid !important;
  }
  .index1 .landing-top-header .landing-banner > .navbar .d-flex i{
    display: none !important;
  }
  .index1 .landing-top-header .landing-banner > .navbar .d-flex span{
    display: none !important;
  }
  .index1 .landing-top-header .landing-banner > .navbar .container  > span{
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .landing-banner-content .underline-text {
      font-size: 30px;
  }
}
.avatar {
  position: relative;
  height: 2.625rem;
  width: 2.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  color: #fff;
  font-weight: 500;
}
.avatar.avatar-xl {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.25rem;
}
.bg-white-2 {
  background-color: rgba(255, 255, 255, 0.2);
}
.sticky.sticky-pin {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    border-bottom: 0;
    background: #fff;
    box-shadow: 5px 7px 26px -5px rgba(104, 113, 123, 0.1);
}