@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800;900&display=swap");

:root
{
  --iq-primary: #c9dcff;
  --iq-secondary: #ccced2;
  --iq-success: #e2fcf4;
  --iq-info: #dcd4ff;
  --iq-warning: #ffebdf;
  --iq-danger: #ffcaca;
  --iq-light: #c7cbd3;
  --iq-dark: rgba(199,203,211,0.1);
  --iq-orange: #ffdcd8;
  --iq-purple: #cbc0ff;
  --iq-pink: #fff1f1;
  --iq-primary: rgba(71,136,255,0.1);
  --iq-secondary: rgba(108,117,125,0.1);
  --iq-success: rgba(55,230,178,0.1);
  --iq-info: rgba(135,108,254,0.1);
  --iq-warning: rgba(254,114,28,0.1);
  --iq-danger: rgba(255,75,75,0.1);
  --iq-light: rgba(199,203,211,0.1);
  --iq-dark: rgba(1,4,27,0.1);
  --iq-orange: rgba(253,126,20,0.1);
  --iq-purple: rgba(71,49,182,0.1);
}

:root
{
  --blue: #DAA520;
  --indigo: #6610f2;
  --purple: #4731b6;
  --pink: #FFE0E0;
  --red: #ff4b4b;
  --orange: #fd7e14;
  --yellow: #fe721c;
  --green: #37e6b0;
  --teal: #20c997;
  --cyan: #876cfe;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #01041b;
  --primary: #DAA520;
  --secondary: #6c757d;
  --success: #37e6b0;
  --info: #876cfe;
  --warning: #fe721c;
  --danger: #ff4b4b;
  --light: #c7cbd3;
  --dark: #01041b;
  --orange: #fd7e14;
  --purple: #4731b6;
  --pink: #FFE0E0;
  --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: "Nunito",sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #535f6b;
  text-align: left;
  background-color: #fafbfe;
}

[tabindex="-1"]:focus:not(:focus-visible)
{
  outline: 0 !important;
}

hr
{
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,h2,h3,h4,h5,h6
{
  margin-top: 0;
  margin-bottom: .5rem;
}

p
{
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],abbr[data-original-title]
{
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  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: bolder;
}

small
{
  font-size: 80%;
}

sub,sup
{
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub
{
  bottom: -.25em;
}

sup
{
  top: -.5em;
}

a
{
  color: #DAA520;
  text-decoration: none;
  background-color: transparent;
}

a:hover
{
  color: #0058fa;
  text-decoration: none;
}

a:not([href])
{
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover
{
  color: inherit;
  text-decoration: none;
}

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
{
  overflow: hidden;
  vertical-align: middle;
}

table
{
  border-collapse: collapse;
}

caption
{
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th
{
  text-align: inherit;
}

label
{
  display: inline-block;
  margin-bottom: .5rem;
}

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;
}

[role="button"]
{
  cursor: pointer;
}

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;
}

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;
}

@media (max-width: 1200px)
{
  legend
  {
    font-size: calc(1.275rem + .3vw);
  }
}

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: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,.h1
{
  font-size: 3.052em;
}

h2,.h2
{
  font-size: 2.3em;
}

h3,.h3
{
  font-size: 1.953em;
}

h4,.h4
{
  font-size: 1.2em;
}

h5,.h5
{
  font-size: 1.1em;
}

h6,.h6
{
  font-size: 1em;
}

.lead
{
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1
{
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px)
{
  .display-1
  {
    font-size: calc(1.725rem + 5.7vw);
  }
}

.display-2
{
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px)
{
  .display-2
  {
    font-size: calc(1.675rem + 5.1vw);
  }
}

.display-3
{
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px)
{
  .display-3
  {
    font-size: calc(1.575rem + 3.9vw);
  }
}

.display-4
{
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px)
{
  .display-4
  {
    font-size: calc(1.475rem + 2.7vw);
  }
}

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: .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: .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: .25rem;
  background-color: #fafbfe;
  border: 1px solid #ccced2;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.075);
  max-width: 100%;
  height: auto;
}

.figure
{
  display: inline-block;
}

.figure-img
{
  margin-bottom: .5rem;
  line-height: 1;
}

.figure-caption
{
  font-size: 90%;
  color: #6c757d;
}

code
{
  font-size: 87.5%;
  color: #FFE0E0;
  word-wrap: break-word;
}

a>code
{
  color: inherit;
}

kbd
{
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 5px;
  box-shadow: inset 0 -0.1rem 0 rgba(0,0,0,0.25);
}

kbd kbd
{
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

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;
  margin-top: 80px;
}

@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,.container-sm,.container-md,.container-lg,.container-xl
{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px)
{
  .container,.container-sm
  {
    max-width: 540px;
    margin-top: 80px;
  }
}

@media (min-width: 768px)
{
  .container,.container-sm,.container-md
  {
    max-width: 720px;
  }
}

@media (min-width: 992px)
{
  .container,.container-sm,.container-md,.container-lg
  {
    max-width: 960px;
  }
}

@media (min-width: 1200px)
{
  .container,.container-sm,.container-md,.container-lg,.container-xl
  {
    max-width: 1140px;
  }
}

.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;
  min-width: 0;
  max-width: 100%;
}

.row-cols-1>*
{
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2>*
{
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3>*
{
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4>*
{
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5>*
{
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6>*
{
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.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;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-sm-1>*
  {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2>*
  {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3>*
  {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-sm-4>*
  {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5>*
  {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6>*
  {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .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;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-md-1>*
  {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2>*
  {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3>*
  {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-md-4>*
  {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5>*
  {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6>*
  {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .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;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-lg-1>*
  {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2>*
  {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3>*
  {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-lg-4>*
  {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5>*
  {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6>*
  {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .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;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-xl-1>*
  {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2>*
  {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3>*
  {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-xl-4>*
  {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5>*
  {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6>*
  {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .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%;
  }
}

.form-control
{
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  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:-moz-focusring
{
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus
{
  color: #495057;
  background-color: #fff;
  border-color: #c7daff;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 0 .2rem rgba(71,136,255,0.25);
}

.form-control::-webkit-input-placeholder
{
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder
{
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder
{
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder
{
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,.form-control[readonly]
{
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control
{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:focus::-ms-value
{
  color: #495057;
  background-color: #fff;
}

.form-control-file,.form-control-range
{
  display: block;
  width: 100%;
}

.col-form-label
{
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg
{
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: .75rem;
  line-height: 1.5;
}

.col-form-label-sm
{
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .75rem;
  line-height: 1.5;
}

.form-control-plaintext
{
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #535f6b;
  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: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .75rem;
  line-height: 1.5;
  border-radius: 5px;
}

.form-control-lg
{
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: .75rem;
  line-height: 1.5;
  border-radius: 5px;
}

select.form-control[size],select.form-control[multiple]
{
  height: auto;
}

textarea.form-control
{
  height: auto;
}

.form-group
{
  margin-bottom: 1rem;
}

.form-text
{
  display: block;
  margin-top: .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: .3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,.form-check-input:disabled ~ .form-check-label
{
  color: #6c757d;
}

.form-check-label
{
  margin-bottom: 0;
}

.form-check-inline
{
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem;
}

.form-check-inline .form-check-input
{
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}

.valid-feedback
{
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #37e6b0;
}

.valid-tooltip
{
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .75rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(55,230,176,0.9);
  border-radius: 5px;
}

.was-validated :valid ~ .valid-feedback,.was-validated :valid ~ .valid-tooltip,.is-valid ~ .valid-feedback,.is-valid ~ .valid-tooltip
{
  display: block;
}

.was-validated .form-control:valid,.form-control.is-valid
{
  border-color: #37e6b0;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2337e6b0' 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: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.was-validated .form-control:valid:focus,.form-control.is-valid:focus
{
  border-color: #37e6b0;
  box-shadow: 0 0 0 .2rem rgba(55,230,176,0.25);
}

.was-validated textarea.form-control:valid,textarea.form-control.is-valid
{
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.was-validated .custom-select:valid,.custom-select.is-valid
{
  border-color: #37e6b0;
  padding-right: calc(.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%2301041b' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2337e6b0' 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(.75em + .375rem) calc(.75em + .375rem);
}

.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus
{
  border-color: #37e6b0;
  box-shadow: 0 0 0 .2rem rgba(55,230,176,0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,.form-check-input.is-valid ~ .form-check-label
{
  color: #37e6b0;
}

.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: #37e6b0;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,.custom-control-input.is-valid ~ .custom-control-label::before
{
  border-color: #37e6b0;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,.custom-control-input.is-valid:checked ~ .custom-control-label::before
{
  border-color: #64ecc2;
  background-color: #64ecc2;
}

.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 .2rem rgba(55,230,176,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: #37e6b0;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,.custom-file-input.is-valid ~ .custom-file-label
{
  border-color: #37e6b0;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,.custom-file-input.is-valid:focus ~ .custom-file-label
{
  border-color: #37e6b0;
  box-shadow: 0 0 0 .2rem rgba(55,230,176,0.25);
}

.invalid-feedback
{
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #ff4b4b;
}

.invalid-tooltip
{
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .75rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255,75,75,0.9);
  border-radius: 5px;
}

.was-validated :invalid ~ .invalid-feedback,.was-validated :invalid ~ .invalid-tooltip,.is-invalid ~ .invalid-feedback,.is-invalid ~ .invalid-tooltip
{
  display: block;
}

.was-validated .form-control:invalid,.form-control.is-invalid
{
  border-color: #ff4b4b;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff4b4b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff4b4b' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus
{
  border-color: #ff4b4b;
  box-shadow: 0 0 0 .2rem rgba(255,75,75,0.25);
}

.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid
{
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.was-validated .custom-select:invalid,.custom-select.is-invalid
{
  border-color: #ff4b4b;
  padding-right: calc(.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%2301041b' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff4b4b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff4b4b' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus
{
  border-color: #ff4b4b;
  box-shadow: 0 0 0 .2rem rgba(255,75,75,0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,.form-check-input.is-invalid ~ .form-check-label
{
  color: #ff4b4b;
}

.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: #ff4b4b;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,.custom-control-input.is-invalid ~ .custom-control-label::before
{
  border-color: #ff4b4b;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,.custom-control-input.is-invalid:checked ~ .custom-control-label::before
{
  border-color: #ff7e7e;
  background-color: #ff7e7e;
}

.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 .2rem rgba(255,75,75,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: #ff4b4b;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,.custom-file-input.is-invalid ~ .custom-file-label
{
  border-color: #ff4b4b;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,.custom-file-input.is-invalid:focus ~ .custom-file-label
{
  border-color: #ff4b4b;
  box-shadow: 0 0 0 .2rem rgba(255,75,75,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: .25rem;
    margin-left: 0;
  }

  .form-inline .custom-control
  {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label
  {
    margin-bottom: 0;
  }
}

.fade
{
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce)
{
  .fade
  {
    transition: none;
  }
}

.fade:not(.show)
{
  opacity: 0;
}

.collapse:not(.show)
{
  display: none;
}

.collapsing
{
  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: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .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: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #535f6b;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 5px;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.175);
}

.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;
  }
}

@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: .125rem;
}

.dropup .dropdown-toggle::after
{
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .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: .125rem;
}

.dropright .dropdown-toggle::after
{
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .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: .125rem;
}

.dropleft .dropdown-toggle::after
{
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}

.dropleft .dropdown-toggle::after
{
  display: none;
}

.dropleft .dropdown-toggle::before
{
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .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: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item
{
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,.dropdown-item:focus
{
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,.dropdown-item:active
{
  color: #fff;
  text-decoration: none;
  background-color: #DAA520;
}

.dropdown-item.disabled,.dropdown-item:disabled
{
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show
{
  display: block;
}

.dropdown-header
{
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .75rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text
{
  display: block;
  padding: .25rem 1.5rem;
  color: #212529;
}

.custom-control
{
  position: relative;
  display: block;
  min-height: 24;
  padding-left: 1.5rem;
}

.custom-control-inline
{
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input
{
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 12.5rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before
{
  color: #fff;
  border-color: #DAA520;
  background-color: #DAA520;
  box-shadow: none;
}

.custom-control-input:focus ~ .custom-control-label::before
{
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 0 .2rem rgba(71,136,255,0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before
{
  border-color: #c7daff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before
{
  color: #fff;
  background-color: #fafbff;
  border-color: #fafbff;
  box-shadow: none;
}

.custom-control-input[disabled] ~ .custom-control-label,.custom-control-input:disabled ~ .custom-control-label
{
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before,.custom-control-input:disabled ~ .custom-control-label::before
{
  background-color: #e9ecef;
}

.custom-control-label
{
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before
{
  position: absolute;
  top: 11.5rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.custom-control-label::after
{
  position: absolute;
  top: 11.5rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before
{
  border-radius: 5px;
}

.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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before
{
  border-color: #DAA520;
  background-color: #DAA520;
  box-shadow: none;
}

.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' width='4' height='4' 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(71,136,255,0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before
{
  background-color: rgba(71,136,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' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before
{
  background-color: rgba(71,136,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: .5rem;
}

.custom-switch .custom-control-label::after
{
  top: calc(11.5rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce)
{
  .custom-switch .custom-control-label::after
  {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after
{
  background-color: #fff;
  -webkit-transform: translateX(.75rem);
  transform: translateX(.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before
{
  background-color: rgba(71,136,255,0.5);
}

.custom-select
{
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%2301041b' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus
{
  border-color: #c7daff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.075),0 0 0 .2rem rgba(71,136,255,0.25);
}

.custom-select:focus::-ms-value
{
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],.custom-select[size]:not([size="1"])
{
  height: auto;
  padding-right: .75rem;
  background-image: none;
}

.custom-select:disabled
{
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand
{
  display: none;
}

.custom-select:-moz-focusring
{
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm
{
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .75rem;
}

.custom-select-lg
{
  height: calc(1.5em + 1rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: .75rem;
}

.custom-file
{
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input
{
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label
{
  border-color: #c7daff;
  box-shadow: 0 0 0 .2rem rgba(71,136,255,0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,.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 + .75rem + 2px);
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.custom-file-label::after
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 5px 5px 0;
}

.custom-range
{
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus
{
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb
{
  box-shadow: 0 0 0 1px #fafbfe,0 0 0 .2rem rgba(71,136,255,0.25);
}

.custom-range:focus::-moz-range-thumb
{
  box-shadow: 0 0 0 1px #fafbfe,0 0 0 .2rem rgba(71,136,255,0.25);
}

.custom-range:focus::-ms-thumb
{
  box-shadow: 0 0 0 1px #fafbfe,0 0 0 .2rem rgba(71,136,255,0.25);
}

.custom-range::-moz-focus-outer
{
  border: 0;
}

.custom-range::-webkit-slider-thumb
{
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #DAA520;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0,0,0,0.1);
  transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce)
{
  .custom-range::-webkit-slider-thumb
  {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active
{
  background-color: #fafbff;
}

.custom-range::-webkit-slider-runnable-track
{
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #ccced2;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0,0,0,0.1);
}

.custom-range::-moz-range-thumb
{
  width: 1rem;
  height: 1rem;
  background-color: #DAA520;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0,0,0,0.1);
  transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce)
{
  .custom-range::-moz-range-thumb
  {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active
{
  background-color: #fafbff;
}

.custom-range::-moz-range-track
{
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #ccced2;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0,0,0,0.1);
}

.custom-range::-ms-thumb
{
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #DAA520;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0,0,0,0.1);
  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: #fafbff;
}

.custom-range::-ms-track
{
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0,0,0,0.1);
}

.custom-range::-ms-fill-lower
{
  background-color: #ccced2;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper
{
  margin-right: 15px;
  background-color: #ccced2;
  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: .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 #ccced2;
}

.nav-tabs .nav-item
{
  margin-bottom: -1px;
}

.nav-tabs .nav-link
{
  border: 1px solid transparent;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus
{
  border-color: #e9ecef #e9ecef #ccced2;
}

.nav-tabs .nav-link.disabled
{
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link
{
  color: #495057;
  background-color: #fafbfe;
  border-color: #ccced2 #ccced2 #fafbfe;
}

.nav-tabs .dropdown-menu
{
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link
{
  border-radius: 5px;
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link
{
  color: #fff;
  background-color: #DAA520;
}

.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: .5rem 1rem;
}

.navbar .container,.navbar .container-fluid,.navbar .container-sm,.navbar .container-md,.navbar .container-lg,.navbar .container-xl
{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand
{
  display: inline-block;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  margin-right: 1rem;
  font-size: .75rem;
  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: .5rem;
  padding-bottom: .5rem;
}

.navbar-collapse
{
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler
{
  padding: .25rem .75rem;
  font-size: .75rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 5px;
}

.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,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl
  {
    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: .5rem;
    padding-left: .5rem;
  }

  .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl
  {
    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,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl
  {
    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: .5rem;
    padding-left: .5rem;
  }

  .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl
  {
    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,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl
  {
    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;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu
  {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link
  {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl
  {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse
  {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler
  {
    display: none;
  }
}

@media (max-width: 1199.98px)
{
  .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl
  {
    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: .5rem;
    padding-left: .5rem;
  }

  .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl
  {
    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,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl
{
  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: .5rem;
  padding-left: .5rem;
}

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl
{
  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
{
  color: rgba(0,0,0,0.5);
}

.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus
{
  color: rgba(0,0,0,0.7);
}

.navbar-light .navbar-nav .nav-link.disabled
{
  color: rgba(0,0,0,0.3);
}

.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active
{
  color: rgba(0,0,0,0.9);
}

.navbar-light .navbar-toggler
{
  color: rgba(0,0,0,0.5);
  border-color: rgba(0,0,0,0.1);
}

.navbar-light .navbar-toggler-icon
{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text
{
  color: rgba(0,0,0,0.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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text
{
  color: rgba(255,255,255,0.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 rgba(0,0,0,0.125);
  border-radius: 5px;
}

.card>hr
{
  margin-right: 0;
  margin-left: 0;
}

.card>.list-group
{
  border-top: inherit;
  border-bottom: inherit;
}

.card>.list-group:first-child
{
  border-top-width: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.card>.list-group:last-child
{
  border-bottom-width: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.card-body
{
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title
{
  margin-bottom: .75rem;
}

.card-subtitle
{
  margin-top: -.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: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,0.03);
  border-bottom: 1px solid rgba(0,0,0,0.125);
}

.card-header:first-child
{
  border-radius: 4px 4px 0 0;
}

.card-header+.list-group .list-group-item:first-child
{
  border-top: 0;
}

.card-footer
{
  padding: .75rem 1.25rem;
  background-color: rgba(0,0,0,0.03);
  border-top: 1px solid rgba(0,0,0,0.125);
}

.card-footer:last-child
{
  border-radius: 0 0 4px 4px;
}

.card-header-tabs
{
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0;
}

.card-header-pills
{
  margin-right: -.625rem;
  margin-left: -.625rem;
}

.card-img-overlay
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,.card-img-top,.card-img-bottom
{
  flex-shrink: 0;
  width: 100%;
}

.card-img,.card-img-top
{
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.card-img,.card-img-bottom
{
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.card-deck .card
{
  margin-bottom: 15px;
}

@media (min-width: 576px)
{
  .card-deck
  {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card
  {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group>.card
{
  margin-bottom: 15px;
}

@media (min-width: 576px)
{
  .card-group
  {
    display: flex;
    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: .75rem;
}

@media (min-width: 576px)
{
  .card-columns
  {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card
  {
    display: inline-block;
    width: 100%;
  }
}

.accordion>.card
{
  overflow: hidden;
}

.accordion>.card:not(:last-of-type)
{
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion>.card:not(:first-of-type)
{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion>.card>.card-header
{
  border-radius: 0;
  margin-bottom: -1px;
}

.badge
{
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 5px;
  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: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

.badge-primary
{
  color: #fff;
  background-color: #DAA520;
}

a.badge-primary:hover,a.badge-primary:focus
{
  color: #fff;
  background-color: #D4AF37;
}

a.badge-primary:focus,a.badge-primary.focus
{
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(71,136,255,0.5);
}

.badge-secondary
{
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover,a.badge-secondary:focus
{
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus,a.badge-secondary.focus
{
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(108,117,125,0.5);
}

.badge-success
{
  color: #fff;
  background-color: #37e6b0;
}

a.badge-success:hover,a.badge-success:focus
{
  color: #fff;
  background-color: #1ad098;
}

a.badge-success:focus,a.badge-success.focus
{
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(55,230,176,0.5);
}

.badge-info
{
  color: #fff;
  background-color: #876cfe;
}

a.badge-info:hover,a.badge-info:focus
{
  color: #fff;
  background-color: #5e39fe;
}

a.badge-info:focus,a.badge-info.focus
{
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(135,108,254,0.5);
}

.badge-warning
{
  color: #fff;
  background-color: #fe721c;
}

a.badge-warning:hover,a.badge-warning:focus
{
  color: #fff;
  background-color: #e65801;
}

a.badge-warning:focus,a.badge-warning.focus
{
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(254,114,28,0.5);
}

.badge-danger
{
  color: #fff;
  background-color: #ff4b4b;
}

a.badge-danger:hover,a.badge-danger:focus
{
  color: #fff;
  background-color: #ff1818;
}

a.badge-danger:focus,a.badge-danger.focus
{
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255,75,75,0.5);
}

.badge-light
{
  color: #212529;
  background-color: #c7cbd3;
}

a.badge-light:hover,a.badge-light:focus
{
  color: #212529;
  background-color: #aab0bd;
}

a.badge-light:focus,a.badge-light.focus
{
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(199,203,211,0.5);
}

.badge-dark
{
  color: #fff;
  background-color: #01041b;
}

a.badge-dark:hover,a.badge-dark:focus
{
  color: #fff;
  background-color: #000;
}

a.badge-dark:focus,a.badge-dark.focus
{
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(1,4,27,0.5);
}

.badge-orange
{
  color: #fff;
  background-color: #fd7e14;
}

a.badge-orange:hover,a.badge-orange:focus
{
  color: #fff;
  background-color: #dc6502;
}

a.badge-orange:focus,a.badge-orange.focus
{
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(253,126,20,0.5);
}

.badge-purple
{
  color: #fff;
  background-color: #4731b6;
}

a.badge-purple:hover,a.badge-purple:focus
{
  color: #fff;
  background-color: #37268e;
}

a.badge-purple:focus,a.badge-purple.focus
{
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(71,49,182,0.5);
}

.badge-pink
{
  color: #212529;
  background-color: #FFE0E0;
}

a.badge-pink:hover,a.badge-pink:focus
{
  color: #212529;
  background-color: #ffadad;
}

a.badge-pink:focus,a.badge-pink.focus
{
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255,224,224,0.5);
}

@-webkit-keyframes progress-bar-stripes
{
  from
  {
    background-position: 1rem 0;
  }

  to
  {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes
{
  from
  {
    background-position: 1rem 0;
  }

  to
  {
    background-position: 0 0;
  }
}

.progress
{
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: 5px;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0,0,0,0.1);
}

.progress-bar
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #DAA520;
  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
{
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce)
{
  .progress-bar-animated
  {
    -webkit-animation: none;
    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;
  border-radius: 5px;
}

.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: #535f6b;
  background-color: #e9ecef;
}

.list-group-item
{
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.125);
}

.list-group-item:first-child
{
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child
{
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.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: #DAA520;
  border-color: #DAA520;
}

.list-group-item+.list-group-item
{
  border-top-width: 0;
}

.list-group-item+.list-group-item.active
{
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal
{
  flex-direction: row;
}

.list-group-horizontal>.list-group-item:first-child
{
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child
{
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
}

.list-group-horizontal>.list-group-item.active
{
  margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item
{
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active
{
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px)
{
  .list-group-horizontal-sm
  {
    flex-direction: row;
  }

  .list-group-horizontal-sm>.list-group-item:first-child
  {
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm>.list-group-item:last-child
  {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm>.list-group-item.active
  {
    margin-top: 0;
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item
  {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item.active
  {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px)
{
  .list-group-horizontal-md
  {
    flex-direction: row;
  }

  .list-group-horizontal-md>.list-group-item:first-child
  {
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md>.list-group-item:last-child
  {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md>.list-group-item.active
  {
    margin-top: 0;
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item
  {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item.active
  {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px)
{
  .list-group-horizontal-lg
  {
    flex-direction: row;
  }

  .list-group-horizontal-lg>.list-group-item:first-child
  {
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg>.list-group-item:last-child
  {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg>.list-group-item.active
  {
    margin-top: 0;
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item
  {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item.active
  {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px)
{
  .list-group-horizontal-xl
  {
    flex-direction: row;
  }

  .list-group-horizontal-xl>.list-group-item:first-child
  {
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl>.list-group-item:last-child
  {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl>.list-group-item.active
  {
    margin-top: 0;
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item
  {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item.active
  {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush
{
  border-radius: 0;
}

.list-group-flush>.list-group-item
{
  border-width: 0 0 1px;
}

.list-group-flush>.list-group-item:last-child
{
  border-bottom-width: 0;
}

.list-group-item-primary
{
  color: #254785;
  background-color: #cbdeff;
}

.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus
{
  color: #254785;
  background-color: #b2ceff;
}

.list-group-item-primary.list-group-item-action.active
{
  color: #fff;
  background-color: #254785;
  border-color: #254785;
}

.list-group-item-secondary
{
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus
{
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active
{
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success
{
  color: #1d785c;
  background-color: #c7f8e9;
}

.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus
{
  color: #1d785c;
  background-color: #b0f5e0;
}

.list-group-item-success.list-group-item-action.active
{
  color: #fff;
  background-color: #1d785c;
  border-color: #1d785c;
}

.list-group-item-info
{
  color: #463884;
  background-color: #ddd6ff;
}

.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus
{
  color: #463884;
  background-color: #c8bdff;
}

.list-group-item-info.list-group-item-action.active
{
  color: #fff;
  background-color: #463884;
  border-color: #463884;
}

.list-group-item-warning
{
  color: #843b0f;
  background-color: #ffd8bf;
}

.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus
{
  color: #843b0f;
  background-color: #ffc8a6;
}

.list-group-item-warning.list-group-item-action.active
{
  color: #fff;
  background-color: #843b0f;
  border-color: #843b0f;
}

.list-group-item-danger
{
  color: #852727;
  background-color: #ffcdcd;
}

.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus
{
  color: #852727;
  background-color: #ffb4b4;
}

.list-group-item-danger.list-group-item-action.active
{
  color: #fff;
  background-color: #852727;
  border-color: #852727;
}

.list-group-item-light
{
  color: #676a6e;
  background-color: #eff0f3;
}

.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus
{
  color: #676a6e;
  background-color: #e0e2e8;
}

.list-group-item-light.list-group-item-action.active
{
  color: #fff;
  background-color: #676a6e;
  border-color: #676a6e;
}

.list-group-item-dark
{
  color: #01020e;
  background-color: #b8b9bf;
}

.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus
{
  color: #01020e;
  background-color: #abacb3;
}

.list-group-item-dark.list-group-item-action.active
{
  color: #fff;
  background-color: #01020e;
  border-color: #01020e;
}

.list-group-item-orange
{
  color: #84420a;
  background-color: #fedbbd;
}

.list-group-item-orange.list-group-item-action:hover,.list-group-item-orange.list-group-item-action:focus
{
  color: #84420a;
  background-color: #fecda4;
}

.list-group-item-orange.list-group-item-action.active
{
  color: #fff;
  background-color: #84420a;
  border-color: #84420a;
}

.list-group-item-purple
{
  color: #25195f;
  background-color: #cbc5eb;
}

.list-group-item-purple.list-group-item-action:hover,.list-group-item-purple.list-group-item-action:focus
{
  color: #25195f;
  background-color: #bab2e4;
}

.list-group-item-purple.list-group-item-action.active
{
  color: #fff;
  background-color: #25195f;
  border-color: #25195f;
}

.list-group-item-pink
{
  color: #857474;
  background-color: #fff6f6;
}

.list-group-item-pink.list-group-item-action:hover,.list-group-item-pink.list-group-item-action:focus
{
  color: #857474;
  background-color: #fdd;
}

.list-group-item-pink.list-group-item-action.active
{
  color: #fff;
  background-color: #857474;
  border-color: #857474;
}

.close
{
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

@media (max-width: 1200px)
{
  .close
  {
    font-size: calc(1.275rem + .3vw);
  }
}

.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;
}

a.close.disabled
{
  pointer-events: none;
}

.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: .5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog
{
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce)
{
  .modal.fade .modal-dialog
  {
    transition: none;
  }
}

.modal.show .modal-dialog
{
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog
{
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.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);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  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: 1px solid rgba(0,0,0,0.2);
  border-radius: 5px;
  box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,0.5);
  outline: 0;
}

.modal-backdrop
{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade
{
  opacity: 0;
}

.modal-backdrop.show
{
  opacity: .5;
}

.modal-header
{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #f1f1f1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.modal-header .close
{
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title
{
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body
{
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer
{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #f1f1f1;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.modal-footer>*
{
  margin: .25rem;
}

.modal-scrollbar-measure
{
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px)
{
  .modal-dialog
  {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable
  {
    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);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-content
  {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.5);
  }

  .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: "Nunito",sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .75rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show
{
  opacity: .9;
}

.tooltip .arrow
{
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}

.tooltip .arrow::before
{
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,.bs-tooltip-auto[x-placement^="top"]
{
  padding: .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: .4rem .4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,.bs-tooltip-auto[x-placement^="right"]
{
  padding: 0 .4rem;
}

.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^="right"] .arrow
{
  left: 0;
  width: .4rem;
  height: .8rem;
}

.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^="right"] .arrow::before
{
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^="bottom"]
{
  padding: .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 .4rem .4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,.bs-tooltip-auto[x-placement^="left"]
{
  padding: 0 .4rem;
}

.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^="left"] .arrow
{
  right: 0;
  width: .4rem;
  height: .8rem;
}

.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^="left"] .arrow::before
{
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
}

.tooltip-inner
{
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 5px;
}

.popover
{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Nunito",sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .75rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 5px;
  box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,0.2);
}

.popover .arrow
{
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 5px;
}

.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: .5rem;
}

.bs-popover-top>.arrow,.bs-popover-auto[x-placement^="top"]>.arrow
{
  bottom: calc(-.5rem - 1px);
}

.bs-popover-top>.arrow::before,.bs-popover-auto[x-placement^="top"]>.arrow::before
{
  bottom: 0;
  border-width: .5rem .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: .5rem .5rem 0;
  border-top-color: #fff;
}

.bs-popover-right,.bs-popover-auto[x-placement^="right"]
{
  margin-left: .5rem;
}

.bs-popover-right>.arrow,.bs-popover-auto[x-placement^="right"]>.arrow
{
  left: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: 5px 0;
}

.bs-popover-right>.arrow::before,.bs-popover-auto[x-placement^="right"]>.arrow::before
{
  left: 0;
  border-width: .5rem .5rem .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: .5rem .5rem .5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,.bs-popover-auto[x-placement^="bottom"]
{
  margin-top: .5rem;
}

.bs-popover-bottom>.arrow,.bs-popover-auto[x-placement^="bottom"]>.arrow
{
  top: calc(-.5rem - 1px);
}

.bs-popover-bottom>.arrow::before,.bs-popover-auto[x-placement^="bottom"]>.arrow::before
{
  top: 0;
  border-width: 0 .5rem .5rem .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 .5rem .5rem .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: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,.bs-popover-auto[x-placement^="left"]
{
  margin-right: .5rem;
}

.bs-popover-left>.arrow,.bs-popover-auto[x-placement^="left"]>.arrow
{
  right: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: 5px 0;
}

.bs-popover-left>.arrow::before,.bs-popover-auto[x-placement^="left"]>.arrow::before
{
  right: 0;
  border-width: .5rem 0 .5rem .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: .5rem 0 .5rem .5rem;
  border-left-color: #fff;
}

.popover-header
{
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.popover-header:empty
{
  display: none;
}

.popover-body
{
  padding: .5rem .75rem;
  color: #535f6b;
}

.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
{
  color: #001947 !important;
  background-color: #DAA520 !important;
}

a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus
{
  color: #001947 !important;
  background-color: #D4AF37 !important;
}

.bg-secondary
{
  color: #000 !important;
  background-color: #6c757d !important;
}

a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus
{
  color: #000 !important;
  background-color: #545b62 !important;
}

.bg-success
{
  color: #031b13 !important;
  background-color: #37e6b0 !important;
}

a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus
{
  color: #031b13 !important;
  background-color: #1ad098 !important;
}

.bg-info
{
  color: #14016a !important;
  background-color: #876cfe !important;
}

a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus
{
  color: #14016a !important;
  background-color: #5e39fe !important;
}

.bg-warning
{
  color: #1b0a00 !important;
  background-color: #fe721c !important;
}

a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus
{
  color: #1b0a00 !important;
  background-color: #e65801 !important;
}

.bg-danger
{
  color: #4b0000 !important;
  background-color: #ff4b4b !important;
}

a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus
{
  color: #4b0000 !important;
  background-color: #ff1818 !important;
}

.bg-light
{
  color: #444a57 !important;
  background-color: #c7cbd3 !important;
}

a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus
{
  color: #444a57 !important;
  background-color: #aab0bd !important;
}

.bg-dark
{
  color: #000 !important;
  background-color: #01041b !important;
}

a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus
{
  color: #000 !important;
  background-color: #000 !important;
}

.bg-orange
{
  color: #120800 !important;
  background-color: #fd7e14 !important;
}

a.bg-orange:hover,a.bg-orange:focus,button.bg-orange:hover,button.bg-orange:focus
{
  color: #120800 !important;
  background-color: #dc6502 !important;
}

.bg-purple
{
  color: #000 !important;
  background-color: #4731b6 !important;
}

a.bg-purple:hover,a.bg-purple:focus,button.bg-purple:hover,button.bg-purple:focus
{
  color: #000 !important;
  background-color: #37268e !important;
}

.bg-pink
{
  color: #e00000 !important;
  background-color: #FFE0E0 !important;
}

a.bg-pink:hover,a.bg-pink:focus,button.bg-pink:hover,button.bg-pink:focus
{
  color: #e00000 !important;
  background-color: #ffadad !important;
}

.bg-white
{
  background-color: #fff !important;
}

.bg-transparent
{
  background-color: transparent !important;
}

.border
{
  border: 1px solid #f1f1f1 !important;
}

.border-top
{
  border-top: 1px solid #f1f1f1 !important;
}

.border-right
{
  border-right: 1px solid #f1f1f1 !important;
}

.border-bottom
{
  border-bottom: 1px solid #f1f1f1 !important;
}

.border-left
{
  border-left: 1px solid #f1f1f1 !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: #DAA520 !important;
}

.border-secondary
{
  border-color: #6c757d !important;
}

.border-success
{
  border-color: #37e6b0 !important;
}

.border-info
{
  border-color: #876cfe !important;
}

.border-warning
{
  border-color: #fe721c !important;
}

.border-danger
{
  border-color: #ff4b4b !important;
}

.border-light
{
  border-color: #c7cbd3 !important;
}

.border-dark
{
  border-color: #01041b !important;
}

.border-orange
{
  border-color: #fd7e14 !important;
}

.border-purple
{
  border-color: #4731b6 !important;
}

.border-pink
{
  border-color: #FFE0E0 !important;
}

.border-white
{
  border-color: #fff !important;
}

.rounded-sm
{
  border-radius: 5px !important;
}

.rounded
{
  border-radius: 5px !important;
}

.rounded-top
{
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.rounded-right
{
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.rounded-bottom
{
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.rounded-left
{
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.rounded-lg
{
  border-radius: 5px !important;
}

.rounded-circle
{
  border-radius: 50% !important;
}

.rounded-pill
{
  border-radius: 50px !important;
}

.rounded-0
{
  border-radius: 0 !important;
}

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

.d-none
{
  display: none !important;
}

.d-inline
{
  display: inline !important;
}

.d-inline-block
{
  display: inline-block !important;
}

.d-block
{
  display: block !important;
}

.d-table
{
  display: table !important;
}

.d-table-row
{
  display: table-row !important;
}

.d-table-cell
{
  display: table-cell !important;
}

.d-flex
{
  display: 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
  {
    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%;
}

.flex-row
{
  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
{
  justify-content: flex-start !important;
}

.justify-content-end
{
  justify-content: flex-end !important;
}

.justify-content-center
{
  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
{
  align-items: center !important;
}

.align-items-baseline
{
  align-items: baseline !important;
}

.align-items-stretch
{
  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
{
  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;
  }
}

.user-select-all
{
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.user-select-auto
{
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none
{
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.overflow-auto
{
  overflow: auto !important;
}

.overflow-hidden
{
  overflow: hidden !important;
}

.position-static
{
  position: static !important;
}

.position-relative
{
  position: relative !important;
}

.position-absolute
{
  position: absolute !important;
}

.position-fixed
{
  position: fixed !important;
}

.position-sticky
{
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top
{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom
{
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky))
{
  .sticky-top
  {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only
{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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: 0px 16px 40px 0px rgba(0,0,0,0.0392157) !important;
}

.shadow
{
  box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157) !important;
}

.shadow-lg
{
  box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157) !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;
}

.m-0
{
  margin: 0 !important;
}

.mt-0,.my-0
{
  margin-top: 0 !important;
}

.mr-0,.mx-0
{
  margin-right: 0 !important;
}

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

.ml-0,.mx-0
{
  margin-left: 0 !important;
}

.m-1
{
  margin: .25rem !important;
}

.mt-1,.my-1
{
  margin-top: .25rem !important;
}

.mr-1,.mx-1
{
  margin-right: .25rem !important;
}

.mb-1,.my-1
{
  margin-bottom: .25rem !important;
}

.ml-1,.mx-1
{
  margin-left: .25rem !important;
}

.m-2
{
  margin: .5rem !important;
}

.mt-2,.my-2
{
  margin-top: .5rem !important;
}

.mr-2,.mx-2
{
  margin-right: .5rem !important;
}

.mb-2,.my-2
{
  margin-bottom: .5rem !important;
}

.ml-2,.mx-2
{
  margin-left: .5rem !important;
}

.m-3
{
  margin: 1rem !important;
}

.mt-3,.my-3
{
  margin-top: 1rem !important;
}

.mr-3,.mx-3
{
  margin-right: 1rem !important;
}

.mb-3,.my-3
{
  margin-bottom: 1rem !important;
}

.ml-3,.mx-3
{
  margin-left: 1rem !important;
}

.m-4
{
  margin: 1.5rem !important;
}

.mt-4,.my-4
{
  margin-top: 1.5rem !important;
}

.mr-4,.mx-4
{
  margin-right: 1.5rem !important;
}

.mb-4,.my-4
{
  margin-bottom: 1.5rem !important;
}

.ml-4,.mx-4
{
  margin-left: 1.5rem !important;
}

.m-5
{
  margin: 3rem !important;
}

.mt-5,.my-5
{
  margin-top: 3rem !important;
}

.mr-5,.mx-5
{
  margin-right: 3rem !important;
}

.mb-5,.my-5
{
  margin-bottom: 3rem !important;
}

.ml-5,.mx-5
{
  margin-left: 3rem !important;
}

.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: .25rem !important;
}

.pt-1,.py-1
{
  padding-top: .25rem !important;
}

.pr-1,.px-1
{
  padding-right: .25rem !important;
}

.pb-1,.py-1
{
  padding-bottom: .25rem !important;
}

.pl-1,.px-1
{
  padding-left: .25rem !important;
}

.p-2
{
  padding: .5rem !important;
}

.pt-2,.py-2
{
  padding-top: .5rem !important;
}

.pr-2,.px-2
{
  padding-right: .5rem !important;
}

.pb-2,.py-2
{
  padding-bottom: .5rem !important;
}

.pl-2,.px-2
{
  padding-left: .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: -.25rem !important;
}

.mt-n1,.my-n1
{
  margin-top: -.25rem !important;
}

.mr-n1,.mx-n1
{
  margin-right: -.25rem !important;
}

.mb-n1,.my-n1
{
  margin-bottom: -.25rem !important;
}

.ml-n1,.mx-n1
{
  margin-left: -.25rem !important;
}

.m-n2
{
  margin: -.5rem !important;
}

.mt-n2,.my-n2
{
  margin-top: -.5rem !important;
}

.mr-n2,.mx-n2
{
  margin-right: -.5rem !important;
}

.mb-n2,.my-n2
{
  margin-bottom: -.5rem !important;
}

.ml-n2,.mx-n2
{
  margin-left: -.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,.mx-auto
{
  margin-right: auto !important;
}

.mb-auto,.my-auto
{
  margin-bottom: auto !important;
}

.ml-auto,.mx-auto
{
  margin-left: auto !important;
}

@media (min-width: 576px)
{
  .m-sm-0
  {
    margin: 0 !important;
  }

  .mt-sm-0,.my-sm-0
  {
    margin-top: 0 !important;
  }

  .mr-sm-0,.mx-sm-0
  {
    margin-right: 0 !important;
  }

  .mb-sm-0,.my-sm-0
  {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,.mx-sm-0
  {
    margin-left: 0 !important;
  }

  .m-sm-1
  {
    margin: .25rem !important;
  }

  .mt-sm-1,.my-sm-1
  {
    margin-top: .25rem !important;
  }

  .mr-sm-1,.mx-sm-1
  {
    margin-right: .25rem !important;
  }

  .mb-sm-1,.my-sm-1
  {
    margin-bottom: .25rem !important;
  }

  .ml-sm-1,.mx-sm-1
  {
    margin-left: .25rem !important;
  }

  .m-sm-2
  {
    margin: .5rem !important;
  }

  .mt-sm-2,.my-sm-2
  {
    margin-top: .5rem !important;
  }

  .mr-sm-2,.mx-sm-2
  {
    margin-right: .5rem !important;
  }

  .mb-sm-2,.my-sm-2
  {
    margin-bottom: .5rem !important;
  }

  .ml-sm-2,.mx-sm-2
  {
    margin-left: .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: .25rem !important;
  }

  .pt-sm-1,.py-sm-1
  {
    padding-top: .25rem !important;
  }

  .pr-sm-1,.px-sm-1
  {
    padding-right: .25rem !important;
  }

  .pb-sm-1,.py-sm-1
  {
    padding-bottom: .25rem !important;
  }

  .pl-sm-1,.px-sm-1
  {
    padding-left: .25rem !important;
  }

  .p-sm-2
  {
    padding: .5rem !important;
  }

  .pt-sm-2,.py-sm-2
  {
    padding-top: .5rem !important;
  }

  .pr-sm-2,.px-sm-2
  {
    padding-right: .5rem !important;
  }

  .pb-sm-2,.py-sm-2
  {
    padding-bottom: .5rem !important;
  }

  .pl-sm-2,.px-sm-2
  {
    padding-left: .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: -.25rem !important;
  }

  .mt-sm-n1,.my-sm-n1
  {
    margin-top: -.25rem !important;
  }

  .mr-sm-n1,.mx-sm-n1
  {
    margin-right: -.25rem !important;
  }

  .mb-sm-n1,.my-sm-n1
  {
    margin-bottom: -.25rem !important;
  }

  .ml-sm-n1,.mx-sm-n1
  {
    margin-left: -.25rem !important;
  }

  .m-sm-n2
  {
    margin: -.5rem !important;
  }

  .mt-sm-n2,.my-sm-n2
  {
    margin-top: -.5rem !important;
  }

  .mr-sm-n2,.mx-sm-n2
  {
    margin-right: -.5rem !important;
  }

  .mb-sm-n2,.my-sm-n2
  {
    margin-bottom: -.5rem !important;
  }

  .ml-sm-n2,.mx-sm-n2
  {
    margin-left: -.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: .25rem !important;
  }

  .mt-md-1,.my-md-1
  {
    margin-top: .25rem !important;
  }

  .mr-md-1,.mx-md-1
  {
    margin-right: .25rem !important;
  }

  .mb-md-1,.my-md-1
  {
    margin-bottom: .25rem !important;
  }

  .ml-md-1,.mx-md-1
  {
    margin-left: .25rem !important;
  }

  .m-md-2
  {
    margin: .5rem !important;
  }

  .mt-md-2,.my-md-2
  {
    margin-top: .5rem !important;
  }

  .mr-md-2,.mx-md-2
  {
    margin-right: .5rem !important;
  }

  .mb-md-2,.my-md-2
  {
    margin-bottom: .5rem !important;
  }

  .ml-md-2,.mx-md-2
  {
    margin-left: .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: .25rem !important;
  }

  .pt-md-1,.py-md-1
  {
    padding-top: .25rem !important;
  }

  .pr-md-1,.px-md-1
  {
    padding-right: .25rem !important;
  }

  .pb-md-1,.py-md-1
  {
    padding-bottom: .25rem !important;
  }

  .pl-md-1,.px-md-1
  {
    padding-left: .25rem !important;
  }

  .p-md-2
  {
    padding: .5rem !important;
  }

  .pt-md-2,.py-md-2
  {
    padding-top: .5rem !important;
  }

  .pr-md-2,.px-md-2
  {
    padding-right: .5rem !important;
  }

  .pb-md-2,.py-md-2
  {
    padding-bottom: .5rem !important;
  }

  .pl-md-2,.px-md-2
  {
    padding-left: .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: -.25rem !important;
  }

  .mt-md-n1,.my-md-n1
  {
    margin-top: -.25rem !important;
  }

  .mr-md-n1,.mx-md-n1
  {
    margin-right: -.25rem !important;
  }

  .mb-md-n1,.my-md-n1
  {
    margin-bottom: -.25rem !important;
  }

  .ml-md-n1,.mx-md-n1
  {
    margin-left: -.25rem !important;
  }

  .m-md-n2
  {
    margin: -.5rem !important;
  }

  .mt-md-n2,.my-md-n2
  {
    margin-top: -.5rem !important;
  }

  .mr-md-n2,.mx-md-n2
  {
    margin-right: -.5rem !important;
  }

  .mb-md-n2,.my-md-n2
  {
    margin-bottom: -.5rem !important;
  }

  .ml-md-n2,.mx-md-n2
  {
    margin-left: -.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: .25rem !important;
  }

  .mt-lg-1,.my-lg-1
  {
    margin-top: .25rem !important;
  }

  .mr-lg-1,.mx-lg-1
  {
    margin-right: .25rem !important;
  }

  .mb-lg-1,.my-lg-1
  {
    margin-bottom: .25rem !important;
  }

  .ml-lg-1,.mx-lg-1
  {
    margin-left: .25rem !important;
  }

  .m-lg-2
  {
    margin: .5rem !important;
  }

  .mt-lg-2,.my-lg-2
  {
    margin-top: .5rem !important;
  }

  .mr-lg-2,.mx-lg-2
  {
    margin-right: .5rem !important;
  }

  .mb-lg-2,.my-lg-2
  {
    margin-bottom: .5rem !important;
  }

  .ml-lg-2,.mx-lg-2
  {
    margin-left: .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: .25rem !important;
  }

  .pt-lg-1,.py-lg-1
  {
    padding-top: .25rem !important;
  }

  .pr-lg-1,.px-lg-1
  {
    padding-right: .25rem !important;
  }

  .pb-lg-1,.py-lg-1
  {
    padding-bottom: .25rem !important;
  }

  .pl-lg-1,.px-lg-1
  {
    padding-left: .25rem !important;
  }

  .p-lg-2
  {
    padding: .5rem !important;
  }

  .pt-lg-2,.py-lg-2
  {
    padding-top: .5rem !important;
  }

  .pr-lg-2,.px-lg-2
  {
    padding-right: .5rem !important;
  }

  .pb-lg-2,.py-lg-2
  {
    padding-bottom: .5rem !important;
  }

  .pl-lg-2,.px-lg-2
  {
    padding-left: .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: -.25rem !important;
  }

  .mt-lg-n1,.my-lg-n1
  {
    margin-top: -.25rem !important;
  }

  .mr-lg-n1,.mx-lg-n1
  {
    margin-right: -.25rem !important;
  }

  .mb-lg-n1,.my-lg-n1
  {
    margin-bottom: -.25rem !important;
  }

  .ml-lg-n1,.mx-lg-n1
  {
    margin-left: -.25rem !important;
  }

  .m-lg-n2
  {
    margin: -.5rem !important;
  }

  .mt-lg-n2,.my-lg-n2
  {
    margin-top: -.5rem !important;
  }

  .mr-lg-n2,.mx-lg-n2
  {
    margin-right: -.5rem !important;
  }

  .mb-lg-n2,.my-lg-n2
  {
    margin-bottom: -.5rem !important;
  }

  .ml-lg-n2,.mx-lg-n2
  {
    margin-left: -.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: .25rem !important;
  }

  .mt-xl-1,.my-xl-1
  {
    margin-top: .25rem !important;
  }

  .mr-xl-1,.mx-xl-1
  {
    margin-right: .25rem !important;
  }

  .mb-xl-1,.my-xl-1
  {
    margin-bottom: .25rem !important;
  }

  .ml-xl-1,.mx-xl-1
  {
    margin-left: .25rem !important;
  }

  .m-xl-2
  {
    margin: .5rem !important;
  }

  .mt-xl-2,.my-xl-2
  {
    margin-top: .5rem !important;
  }

  .mr-xl-2,.mx-xl-2
  {
    margin-right: .5rem !important;
  }

  .mb-xl-2,.my-xl-2
  {
    margin-bottom: .5rem !important;
  }

  .ml-xl-2,.mx-xl-2
  {
    margin-left: .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: .25rem !important;
  }

  .pt-xl-1,.py-xl-1
  {
    padding-top: .25rem !important;
  }

  .pr-xl-1,.px-xl-1
  {
    padding-right: .25rem !important;
  }

  .pb-xl-1,.py-xl-1
  {
    padding-bottom: .25rem !important;
  }

  .pl-xl-1,.px-xl-1
  {
    padding-left: .25rem !important;
  }

  .p-xl-2
  {
    padding: .5rem !important;
  }

  .pt-xl-2,.py-xl-2
  {
    padding-top: .5rem !important;
  }

  .pr-xl-2,.px-xl-2
  {
    padding-right: .5rem !important;
  }

  .pb-xl-2,.py-xl-2
  {
    padding-bottom: .5rem !important;
  }

  .pl-xl-2,.px-xl-2
  {
    padding-left: .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: -.25rem !important;
  }

  .mt-xl-n1,.my-xl-n1
  {
    margin-top: -.25rem !important;
  }

  .mr-xl-n1,.mx-xl-n1
  {
    margin-right: -.25rem !important;
  }

  .mb-xl-n1,.my-xl-n1
  {
    margin-bottom: -.25rem !important;
  }

  .ml-xl-n1,.mx-xl-n1
  {
    margin-left: -.25rem !important;
  }

  .m-xl-n2
  {
    margin: -.5rem !important;
  }

  .mt-xl-n2,.my-xl-n2
  {
    margin-top: -.5rem !important;
  }

  .mr-xl-n2,.mx-xl-n2
  {
    margin-right: -.5rem !important;
  }

  .mb-xl-n2,.my-xl-n2
  {
    margin-bottom: -.5rem !important;
  }

  .ml-xl-n2,.mx-xl-n2
  {
    margin-left: -.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;
  }
}

.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);
}

.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;
}

@media (min-width: 576px)
{
  .text-sm-left
  {
    text-align: left !important;
  }

  .text-sm-right
  {
    text-align: right !important;
  }

  .text-sm-center
  {
    text-align: center !important;
  }
}

@media (min-width: 768px)
{
  .text-md-left
  {
    text-align: left !important;
  }

  .text-md-right
  {
    text-align: right !important;
  }

  .text-md-center
  {
    text-align: center !important;
  }
}

@media (min-width: 992px)
{
  .text-lg-left
  {
    text-align: left !important;
  }

  .text-lg-right
  {
    text-align: right !important;
  }

  .text-lg-center
  {
    text-align: center !important;
  }
}

@media (min-width: 1200px)
{
  .text-xl-left
  {
    text-align: left !important;
  }

  .text-xl-right
  {
    text-align: right !important;
  }

  .text-xl-center
  {
    text-align: center !important;
  }
}

.text-lowercase
{
  text-transform: lowercase !important;
}

.text-uppercase
{
  text-transform: uppercase !important;
}

.text-capitalize
{
  text-transform: capitalize !important;
}

.font-weight-light
{
  font-weight: 300 !important;
}

.font-weight-lighter
{
  font-weight: lighter !important;
}

.font-weight-normal
{
  font-weight: 400 !important;
}

.font-weight-bold
{
  font-weight: 700 !important;
}

.font-weight-bolder
{
  font-weight: bolder !important;
}

.font-italic
{
  font-style: italic !important;
}

.text-white
{
  color: #fff !important;
}

.text-primary
{
  color: #DAA520 !important;
}

a.text-primary:hover,a.text-primary:focus
{
  color: #0058fa !important;
}

.text-secondary
{
  color: #6c757d !important;
}

a.text-secondary:hover,a.text-secondary:focus
{
  color: #494f54 !important;
}

.text-success
{
  color: #37e6b0 !important;
}

a.text-success:hover,a.text-success:focus
{
  color: #17b987 !important;
}

.text-info
{
  color: #876cfe !important;
}

a.text-info:hover,a.text-info:focus
{
  color: #4920fd !important;
}

.text-warning
{
  color: #fe721c !important;
}

a.text-warning:hover,a.text-warning:focus
{
  color: #cd4e01 !important;
}

.text-danger
{
  color: #ff4b4b !important;
}

a.text-danger:hover,a.text-danger:focus
{
  color: #fe0000 !important;
}

.text-light
{
  color: #c7cbd3 !important;
}

a.text-light:hover,a.text-light:focus
{
  color: #9ca3b1 !important;
}

.text-dark
{
  color: #01041b !important;
}

a.text-dark:hover,a.text-dark:focus
{
  color: #000 !important;
}

.text-orange
{
  color: #fd7e14 !important;
}

a.text-orange:hover,a.text-orange:focus
{
  color: #c35a02 !important;
}

.text-purple
{
  color: #4731b6 !important;
}

a.text-purple:hover,a.text-purple:focus
{
  color: #2f217a !important;
}

.text-pink
{
  color: #FFE0E0 !important;
}

a.text-pink:hover,a.text-pink:focus
{
  color: #ff9494 !important;
}

.text-body
{
  color: #535f6b !important;
}

.text-muted
{
  color: #6c757d !important;
}

.text-black-50
{
  color: rgba(0,0,0,0.5) !important;
}

.text-white-50
{
  color: rgba(255,255,255,0.5) !important;
}

.text-hide
{
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none
{
  text-decoration: none !important;
}

.text-break
{
  word-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: #fff !important;
  }

  .table-bordered th,.table-bordered td
  {
    border: 1px solid #ccced2 !important;
  }

  .table-dark
  {
    color: inherit;
  }

  .table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody
  {
    border-color: #f1f1f1;
  }

  .table .thead-dark th
  {
    color: inherit;
    border-color: #f1f1f1;
  }
}

.card
{
  background: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
  border: none;
  -ms-box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
  -o-box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
  box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
}

.card .card-header
{
  background: transparent;
  border-radius: 0;
  padding: 20px;
  margin-bottom: 0;
  align-items: center !important;
  border-bottom: 1px solid #f1f1f1;
}

.card .card-header .header-title .card-title
{
  margin-bottom: 0;
}

.card-transparent
{
  background: transparent;
  border-radius: 5px;
  margin-bottom: 30px;
  border: none;
  box-shadow: none;
}

.card-transparent .card-header
{
  background: transparent;
  border-radius: 0;
  padding: 20px;
  margin-bottom: 0;
  align-items: center !important;
  border: none;
}

.card-transparent .card-header .header-title .card-title
{
  margin-bottom: 0;
}

.card-body
{
  padding: 20px;
}

.card-header-toolbar .nav-item a
{
  color: #535f6b;
  padding: 4px 12px;
  font-size: 14px;
}

.card-header-toolbar .dropdown-toggle i
{
  font-size: 20px;
  line-height: normal;
  vertical-align: text-bottom;
}

.card-header-toolbar .dropdown-toggle::after
{
  display: none;
}

.card-header .dropdown-bg
{
  border-radius: 5px;
}

.card-block.card-stretch
{
  align-items: stretch;
}

.card-block.card-height-third
{
  height: calc(33.33% - 30px);
}

.card-block.card-height-half
{
  height: calc(50% - 30px);
}

.card-block.card-height
{
  height: calc(100% - 30px);
}

.card-block
{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

@media (max-width: 767px)
{
  .card .card-header .header-title .card-title
  {
    line-height: 1.5;
  }
}

.iq-sidebar
{
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 260px;
  height: 100%;
  background: #fff;
  transition: all 0.6s ease-in-out;
  -ms-box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
  -o-box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
  box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
}

#sidebar-scrollbar
{
  height: 100vh;
}

.scroll-content div.p-3
{
  height: 100px;
}

.iq-sidebar-menu
{
  position: relative;
}

.iq-sidebar-menu .iq-menu
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.iq-sidebar-menu .iq-menu .iq-menu-title
{
  display: block;
  color: #535f6b;
  font-size: 15px;
  position: relative;
  padding: 15px;
  font-weight: 500;
  line-height: 18px;
}

.iq-sidebar-menu .iq-menu .iq-menu-title i
{
  display: none;
}

.iq-sidebar-menu .iq-menu li
{
  list-style-type: none;
  position: relative;
  white-space: nowrap;
}

.iq-sidebar-menu .iq-menu li li
{
  margin: 0;
  background: transparent !important;
}

.iq-sidebar-menu .iq-menu li li a
{
  font-size: 16px;
}

.iq-sidebar-menu .iq-menu li a
{
  font-size: 16px;
  white-space: nowrap;
  display: block;
  color: #535f6b;
  position: relative;
  padding: 15px 20px;
  line-height: 18px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 0px;
  text-transform: capitalize;
}

.iq-sidebar-menu .iq-menu li a i
{
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
  width: 20px;
  display: inline-block;
}

.iq-sidebar-menu .iq-menu li a span
{
  white-space: nowrap;
  padding: 0;
  display: inline-block;
  transition: none;
}

.iq-sidebar-menu .iq-menu li a .iq-arrow-right
{
  margin-right: 0px;
  margin-left: auto;
  font-size: 15px;
  width: 15px;
  transition: all 0.6s ease-in-out;
}

.iq-sidebar-menu .iq-menu li a .badge
{
  position: absolute;
  right: 15px;
  transition: all 0.6s ease-in-out;
}

.iq-sidebar-menu .iq-menu li a[aria-expanded="true"] .iq-arrow-right
{
  transition: all 0.6s ease-in-out;
}

.iq-sidebar-menu .iq-menu li ul
{
  padding-left: 0;
  position: relative;
}

.iq-sidebar-menu .iq-menu li .iq-submenu li a[aria-expanded="true"]
{
  box-shadow: none;
}

.iq-sidebar-menu .iq-menu li.active-menu>a
{
  color: #DAA520;
  text-decoration: none;
  border-radius: 0;
  transition: none;
}

.iq-sidebar-menu .iq-menu li.active .iq-submenu li>a
{
  background: transparent;
}

.sidebar-default .iq-sidebar-menu .iq-menu li a:hover
{
  color: #DAA520;
}

.sidebar-default .iq-sidebar-menu .iq-menu li a[aria-expanded="true"]
{
  color: #DAA520;
  text-decoration: none;
  border-radius: 0;
  transition: none;
}

.sidebar-default .iq-sidebar-menu .iq-menu li a[aria-expanded="true"] i.iq-arrow-left
{
  color: #DAA520;
}

.sidebar-default .iq-sidebar-menu .iq-menu li .iq-submenu li a:hover
{
  background: transparent;
}

.sidebar-default .iq-sidebar-menu .iq-menu li>a>i.iq-arrow-left
{
  height: 25px;
  width: 25px;
  line-height: 25px;
  border-radius: 5px;
  background: #eceef5;
  padding-left: 4px;
  color: #01041b;
  font-size: 17px;
}

.sidebar-default .iq-sidebar-menu .iq-menu li ul a:hover
{
  color: #DAA520;
  text-decoration: none;
  background: transparent;
}

.sidebar-default .iq-sidebar-menu .iq-menu li ul li a
{
  padding-left: 40px;
}

.sidebar-default .iq-sidebar-menu .iq-menu li ul ul li>a
{
  padding-left: 65px;
}

.sidebar-default .iq-sidebar-menu .iq-menu li ul ul ul li>a
{
  padding-left: 80px;
}

.sidebar-default .iq-sidebar-menu .iq-menu li ul.iq-submenu-data li
{
  margin: 0;
}

.sidebar-default .iq-sidebar-menu .iq-menu>li.active>a
{
  color: #DAA520;
  text-decoration: none;
}

.sidebar-default .iq-sidebar-menu .iq-menu li.active .iq-submenu li.active>a
{
  color: #DAA520;
  border-radius: 0;
}

.sidebar-default .iq-sidebar-menu .iq-menu li.active .iq-submenu li:last-child>a
{
  border-radius: 0 0 5px 5px;
}

.sidebar-default .iq-sidebar-menu .iq-menu li.active .iq-submenu li a[aria-expanded="true"]
{
  box-shadow: none;
}

.sidebar-default .iq-sidebar-menu .iq-menu .iq-submenu .iq-submenu-data
{
  box-shadow: none;
}

.sidebar-default .iq-sidebar .iq-sidebar-menu .iq-menu .iq-submenu li:before
{
  content: '';
  width: 3px;
  height: 35px;
  background: #DAA520;
  position: absolute;
  left: 30px;
  top: 8px;
  border-radius: 5px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}

.sidebar-default .iq-sidebar .iq-sidebar-menu .iq-menu .iq-submenu li.active:before
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.sidebar-default .iq-sidebar .iq-sidebar-menu .iq-menu li.active ul.iq-submenu .iq-submenu:before
{
  left: 48px;
  width: 2px;
}

.sidebar-default .iq-sidebar .iq-sidebar-menu .iq-menu li.active ul.iq-submenu .iq-submenu li::before
{
  left: 48px;
  width: 2px;
}

.sidebar-default .sidebar-main .iq-sidebar-menu .iq-menu li ul
{
  padding-left: 0;
}

.iq-sidebar-menu .iq-menu li a .iq-arrow-right.arrow-hover
{
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  display: none;
}

.iq-sidebar-menu .iq-menu li a[aria-expanded="true"] .iq-arrow-right.arrow-active
{
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  display: none;
}

.iq-sidebar-menu .iq-menu li a[aria-expanded="true"] .iq-arrow-right.arrow-hover
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  display: block;
}

.iq-sidebar-logo
{
  padding: 15px;
  width: auto;
  position: relative;
  transition: all 0.6s ease-in-out;
}

.iq-sidebar-logo a
{
  display: flex;
  align-items: flex-start;
}

.iq-sidebar-logo a span
{
  margin-left: 10px;
  font-size: 19px;
  line-height: 42px;
  padding-left: 1px;
  letter-spacing: 1.5px;
  font-weight: 600;
  flex: 1;
  transition: all 0.6s ease-in-out;
}

.iq-sidebar-logo a span.logo-text
{
  font-size: 10px;
  letter-spacing: 5px;
}

.iq-sidebar-logo a:hover
{
  text-decoration: none;
}

.iq-sidebar-logo a:focus
{
  text-decoration: none;
}

.iq-sidebar-logo img
{
  height: 50px;
}

.iq-saidbar-logo img
{
  width: 60%;
}

.logo-text
{
  color: #535f6b;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 5px;
}

.iq-top-navbar .wrapper-menu
{
  margin: 0 15px 0 0;
}

.wrapper-menu
{
  font-size: 30px;
  text-align: center;
  color: #DAA520;
  position: relative;
  transition: all 0.6s ease-in-out;
}

@media (min-width: 1300px)
{
  .iq-top-navbar .iq-navbar-custom .wrapper-menu
  {
    display: none;
  }

  body.sidebar-main .iq-sidebar
  {
    width: 80px;
  }

  body.sidebar-main .iq-sidebar .iq-sidebar-menu .iq-menu li a span
  {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    display: none;
    transition: all 0.6s ease-in-out;
  }

  body.sidebar-main .iq-sidebar .iq-sidebar-menu .iq-menu li a .iq-arrow-right
  {
    display: none;
  }

  body.sidebar-main .iq-sidebar-logo a
  {
    display: none;
  }

  body.sidebar-main .iq-sidebar-logo a span
  {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    display: none;
    transition: all 0.6s ease-in-out;
  }

  body.sidebar-main .iq-sidebar-menu .iq-menu li a .badge
  {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    display: none;
    transition: all 0.6s ease-in-out;
  }

  body.sidebar-main .iq-sidebar-menu .iq-menu li a .iq-arrow-right
  {
    margin-right: 0;
    display: none;
  }

  body.sidebar-main .iq-sidebar-menu .iq-menu li a i.iq-arrow-left
  {
    margin: 0 auto;
  }

  body.sidebar-main .iq-sidebar-menu .iq-menu li li a i
  {
    margin: 0 auto;
    text-align: center;
  }

  body.sidebar-main .sidebar-default .iq-sidebar-menu .iq-menu li ul li a
  {
    padding-left: 20px;
  }

  .sidebar-main .iq-sidebar .iq-submenu li a
  {
    font-size: 0;
  }
}

@media (max-width: 1299px)
{
  .iq-sidebar
  {
    display: inline-block;
    z-index: 99;
    left: -300px;
    top: 0px;
  }

  body.sidebar-main .iq-sidebar
  {
    width: 260px;
    left: 0;
    z-index: 999;
  }
}

@-webkit-keyframes shadowDots
{
  0%
  {
    box-shadow: 0 0 0 0px rgba(0,177,255,0.2);
  }

  100%
  {
    box-shadow: 0 0 0 15px rgba(0,177,255,0);
  }
}

@keyframes shadowDots
{
  0%
  {
    box-shadow: 0 0 0 0px rgba(0,177,255,0.2);
  }

  100%
  {
    box-shadow: 0 0 0 15px rgba(0,177,255,0);
  }
}

@-webkit-keyframes shadow-pulse
{
  0%
  {
    box-shadow: 0 0 0 0px rgba(0,177,255,0.2);
  }

  100%
  {
    box-shadow: 0 0 0 15px rgba(0,177,255,0);
  }
}

@keyframes shadow-pulse
{
  0%
  {
    box-shadow: 0 0 0 0px rgba(0,177,255,0.2);
  }

  100%
  {
    box-shadow: 0 0 0 15px rgba(0,177,255,0);
  }
}

@-webkit-keyframes shadow-pulse-dots-danger
{
  0%
  {
    box-shadow: 0 0 0 0px rgba(255,155,138,0.2);
  }

  100%
  {
    box-shadow: 0 0 0 15px rgba(255,155,138,0);
  }
}

@keyframes shadow-pulse-dots-danger
{
  0%
  {
    box-shadow: 0 0 0 0px rgba(255,155,138,0.2);
  }

  100%
  {
    box-shadow: 0 0 0 15px rgba(255,155,138,0);
  }
}

@-webkit-keyframes shadow-pulse-danger
{
  0%
  {
    box-shadow: 0 0 0 0px rgba(255,155,138,0.2);
  }

  100%
  {
    box-shadow: 0 0 0 15px rgba(255,155,138,0);
  }
}

@keyframes shadow-pulse-danger
{
  0%
  {
    box-shadow: 0 0 0 0px rgba(255,155,138,0.2);
  }

  100%
  {
    box-shadow: 0 0 0 15px rgba(255,155,138,0);
  }
}

@-webkit-keyframes fade-in-bottom
{
  0%
  {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
  }

  100%
  {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
}

@keyframes fade-in-bottom
{
  0%
  {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
  }

  100%
  {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
}

.iq-top-navbar
{
  background: #fff;
  padding: 0 30px 0 30px;
  min-height: 73px;
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  width: calc(100% - 260px);
  display: inline-block;
  z-index: 99;
  margin: 0;
  transition: all 0.3s ease-in-out;
  -ms-box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
  -o-box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
  box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
}

.iq-top-navbar .iq-navbar-custom .navbar-breadcrumb
{
  display: block;
  margin-left: 0px;
  padding: 20px 0;
}

.iq-top-navbar .breadcrumb
{
  background: transparent;
  padding: 0;
  margin: 0;
}

.iq-top-navbar .breadcrumb .breadcrumb-item.active
{
  color: #535f6b;
}

.iq-top-navbar .breadcrumb li
{
  list-style-type: none;
  font-size: 14px;
}

.iq-top-navbar .breadcrumb li a
{
  text-decoration: none;
}

.iq-top-navbar .breadcrumb li a:hover
{
  text-decoration: none;
}

.iq-top-navbar .navbar-expand-lg
{
  justify-content: space-between !important;
}

.iq-top-navbar .iq-sub-dropdown
{
  width: 300px;
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  border: none;
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  padding: 0;
  border-radius: 5px;
  -ms-box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
  -o-box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
  box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
  transition: all 0.3s ease-in-out;
}

.iq-top-navbar .iq-sub-dropdown .iq-card-body div
{
  border-radius: 5px 5px 0 0;
}

.iq-top-navbar .lang .iq-sub-dropdown
{
  width: auto;
}

.iq-top-navbar .iq-user-dropdown
{
  position: fixed;
  left: auto;
  right: 0;
  width: 350px;
  top: 0;
  bottom: 0;
  height: 100vh;
  background: #fff;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.3s ease-in-out;
}

.iq-top-navbar .navbar-brand
{
  padding: 0;
}

body.sidebar-main .iq-top-navbar
{
  width: calc(100% - 80px);
}

.iq-top-navbar.fixed-header
{
  margin: 0;
  right: 0;
  width: calc(100% - 330px);
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}

.navbar-breadcrumb .breadcrumb
{
  padding: 0;
  background: none;
  margin-top: 5px;
}

.breadcrumb-item+.breadcrumb-item::before
{
  content: "\ea5f";
  font-family: 'remixicon';
  font-size: 14px;
  vertical-align: sub;
  color: #535f6b;
}

.navbar-list
{
  margin: 0;
  padding: 0;
  float: right;
}

.navbar-list li
{
  float: left;
  list-style-type: none;
  position: relative;
}

.navbar-list li>.dropdown
{
  line-height: 73px;
  cursor: pointer;
}

.navbar-list li>.dropdown .dropdown-menu
{
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.navbar-list li .dropdown-toggle::after
{
  display: none;
}

.navbar-list li>a.language-title
{
  font-size: 16px;
}

.navbar-list li>a
{
  color: #535f6b;
  font-size: 18px;
  padding: 0 15px;
  display: block;
  line-height: 73px;
}

.navbar-list li>a>img
{
  width: 50px;
  height: 50px;
  min-width: 50px;
}

.navbar-list li a:hover
{
  text-decoration: none;
}

.navbar-list li .caption
{
  line-height: 16px;
}

.navbar-list li .caption p
{
  color: #535f6b;
  font-size: 12px;
}

.navbar-list li .iq-sub-dropdown .iq-sub-card
{
  font-size: inherit;
  padding-bottom: 18px;
  line-height: normal;
  color: inherit;
  display: inline-block;
  width: 100%;
}

.navbar-list li .iq-sub-dropdown .iq-sub-card:last-child
{
  padding-bottom: 0;
}

.navbar-list li .iq-sub-dropdown .iq-sub-card.iq-sub-card-big
{
  width: auto;
}

.navbar-list li.iq-nav-user
{
  display: flex;
  align-items: flex-start;
}

.navbar-list li.iq-nav-user span
{
  flex: 1;
  font-size: 14px;
}

.navbar-list .caption-content
{
  line-height: normal;
}

.menu-tag
{
  position: absolute;
  background: #535f6b;
  color: #fff;
  display: inline-block;
  top: 18px;
  left: 18px;
  font-size: 12px;
  border-radius: 90px;
  line-height: normal;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
}

.iq-breadcrumb
{
  display: none;
}

.toggle-cart-info img
{
  width: 50px;
}

.nav-item span.dots
{
  height: 6px;
  width: 6px;
  font-size: 0;
  text-align: center;
  padding: 0;
  position: absolute;
  top: 18px;
  right: 3px;
  border: 0;
  -webkit-animation: shadowDots 1s infinite;
  animation: shadowDots 1s infinite;
  border-radius: 50%;
}

.nav-item span.count-mail
{
  height: 6px;
  width: 5px;
  font-size: 10px;
  text-align: center;
  line-height: 15px;
  padding: 0;
  position: absolute;
  top: 18px;
  right: 3px;
  border: 0;
  -webkit-animation: shadow-pulse 1s infinite;
  animation: shadow-pulse 1s infinite;
  border-radius: 50%;
}

.nav-item .badge.count-cart
{
  height: 15px;
  width: 15px;
  font-size: 10px;
  text-align: center;
  line-height: 15px;
  padding: 0;
  position: absolute;
  top: 13px;
  right: 0px;
}

.top-nav-bottom
{
  margin-left: 260px;
  border-top: 1px solid #c9dcff;
}

.topnav-toolbar li a
{
  display: block;
  padding: 10px 15px;
  text-transform: capitalize;
  color: #6c757d;
  border-radius: 5px;
}

.topnav-toolbar li.date-today
{
  background: #c7cbd3;
}

.topnav-toolbar li.active a
{
  background: #c9dcff;
  color: #DAA520;
}

.topnav-toolbar ul li
{
  list-style: none;
  padding: 13px 0;
}

.iq-search-bar .searchbox
{
  width: 480px;
  position: relative;
}

.iq-search-bar .search-input
{
  width: 100%;
  height: 40px;
  padding: 5px 65px 5px 15px;
  border-radius: 5px;
  border: 1px solid #f1f1f1;
}

.iq-search-bar .search-link
{
  position: absolute;
  left: auto;
  right: 15px;
  top: 11px;
}

.iq-navbar-logo
{
  padding: 0;
  width: auto;
  position: relative;
  background: #fff;
  transition: all 0.3s ease-in-out;
  background: transparent;
}

.iq-navbar-logo a
{
  display: flex;
  align-items: center;
}

.iq-navbar-logo a span
{
  margin-left: 10px;
  font-size: 28px;
  line-height: 26px;
  font-weight: 500;
  color: #01041b;
  text-transform: capitalize;
  flex: 1;
  transition: all 0.3s ease-in-out;
}

.iq-navbar-logo a:hover
{
  text-decoration: none;
}

.iq-navbar-logo a:focus
{
  text-decoration: none;
}

.iq-navbar-logo img
{
  height: 50px;
}

.iq-sub-dropdown.iq-sub-dropdown-large
{
  width: 500px;
}

.cust-title
{
  border-bottom: 1px solid #f1f1f1;
}

.crt-img
{
  background: #fafbfe;
  padding: 10px;
  border-radius: 5px;
}

.cust-dd .btn
{
  border-radius: 0 0 5px 5px;
}

.dd-icon
{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: #1360ee;
  color: #fff;
  border-radius: 0 0 0 10px;
  text-align: center;
  line-height: 40px;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-ic
{
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  border: none !important;
}

.right-ic:hover .dd-icon
{
  background: #DAA520;
}

.iq-show .iq-sub-dropdown
{
  display: inline-block;
}

.iq-sub-dropdown .iq-card-icon
{
  width: 45px;
  height: 45px;
  line-height: 40px;
  font-size: 22px;
}

.show-data .iq-user-dropdown
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: all 0.3s ease-in-out;
}

.iq-card-icon-small
{
  height: 40px;
  width: 40px;
  min-width: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
}

.profile-details>a
{
  margin-bottom: 15px;
  display: block;
  border-radius: 5px;
}

.data-scrollbar
{
  height: 100vh;
}

.navbar-toggler
{
  outline: none;
}

@media (min-width: 1300px)
{
  .iq-navbar-logo
  {
    display: none !important;
  }

  .iq-navbar-logo>a
  {
    display: none;
  }

  .iq-menu-horizontal .iq-sidebar-menu .iq-menu li a.collapsed
  {
    pointer-events: none;
  }
}

@media (max-width: 1199px)
{
  .iq-search-bar .searchbox
  {
    width: 320px;
  }
}

@media (max-width: 1299px)
{
  .iq-top-navbar
  {
    width: 100%;
  }

  .iq-top-navbar .iq-search-bar.device-search
  {
    margin-left: 20px;
  }

  body.sidebar-main .iq-top-navbar
  {
    width: 100%;
  }
}

@media (min-width: 992px)
{
  .search-content
  {
    display: none;
  }

  .navbar-list li:last-child>a
  {
    padding: 0 0 0 15px;
  }
}

@media (max-width: 991px)
{
  .device-search
  {
    display: none;
  }

  .navbar-collapse
  {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    -ms-box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
    -o-box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
    box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
  }

  .navbar-nav.navbar-list
  {
    float: right;
    display: inline-block;
  }

  .iq-top-navbar
  {
    padding: 16px 15px !important;
    line-height: normal;
    min-height: unset;
  }

  .iq-top-navbar .navbar-toggler
  {
    color: #DAA520;
    background: #c9dcff;
    border: none;
    padding: 7px 10px 3px;
    border-radius: 5px;
    font-size: 24px;
  }

  .iq-top-navbar .iq-navbar-logo img
  {
    height: 40px;
  }

  .iq-top-navbar .iq-search-bar
  {
    line-height: normal;
  }

  .iq-search-bar .searchbox
  {
    width: 100%;
  }
}

@media (max-width: 767px)
{
  .iq-top-navbar .lang .iq-sub-dropdown
  {
    width: 150px;
  }
}

@media (max-width: 575px)
{
  .search-toggle
  {
    position: relative;
  }

  .iq-top-navbar .iq-sub-dropdown
  {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 270px;
  }

  .iq-top-navbar .iq-search-bar
  {
    width: 100%;
  }

  .iq-top-navbar .iq-user-dropdown
  {
    width: 300px;
  }

  .navbar-list li
  {
    position: static;
  }

  .navbar-list li>a.language-title
  {
    font-size: 0;
  }
}

@media (max-width: 479px)
{
  .navbar-list li>a
  {
    padding: 0 10px;
  }

  .navbar-list li>a>img
  {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}

.iq-right-fixed
{
  margin: 0 15px;
}

.right-sidebar-mini
{
  top: 75px;
  z-index: 100;
  position: fixed;
  width: 260px;
  right: 0;
  -webkit-transform: translateX(calc(111% + -2em));
  transform: translateX(calc(111% + -2em));
  transition: all 0.3s ease-in-out;
}

.right-sidebar-mini .side-left-icon
{
  display: none;
}

.right-sidebar-toggle
{
  position: absolute;
  margin-left: -44px;
  background: #fff;
  padding: 15px;
  display: inline;
  top: 0;
  z-index: 99;
  border-radius: 50px 0 0 50px;
  -ms-box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
  -o-box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
  box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
  cursor: pointer;
}

.right-sidebar-toggle span
{
  display: none !important;
}

.right-sidebar-panel
{
  background-color: #fff;
  -ms-box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
  -o-box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
  box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
  height: 91vh;
  padding: 15px;
  overflow-y: scroll;
}

.right-sidebar
{
  -webkit-transform: translateX(calc(10% + -1em));
  transform: translateX(calc(10% + -1em));
}

.right-sidebar .side-right-icon
{
  display: none;
}

.right-sidebar .side-left-icon
{
  display: block;
}

@media (min-width: 1500px)
{
  .right-sidebar-mini
  {
    -webkit-transform: translateX(calc(10% + -1em));
    transform: translateX(calc(10% + -1em));
  }

  .right-sidebar-mini:hover .right-sidebar-toggle
  {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    margin-left: -44px;
    transition: all 0.3s ease-in-out;
  }

  .right-sidebar-toggle
  {
    z-index: -1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    margin-left: 0;
    transition: all 0.3s ease-in-out;
  }

  .right-sidebar-mini.right-sidebar
  {
    -webkit-transform: translateX(calc(111% + -2em));
    transform: translateX(calc(111% + -2em));
  }

  .right-sidebar-mini.right-sidebar .right-sidebar-toggle
  {
    margin-left: -44px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }

  body.right-sidebar-close footer
  {
    width: calc(100vw - 260px);
  }
}

@media (min-width: 1300px) and (max-width: 1499px)
{
  .right-sidebar-mini
  {
    -webkit-transform: translateX(calc(111% + -8em));
    transform: translateX(calc(111% + -8em));
  }

  .right-sidebar-mini .media-body
  {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
  }

  .right-sidebar-mini.right-sidebar
  {
    -webkit-transform: translateX(calc(10% + -1em));
    transform: translateX(calc(10% + -1em));
  }

  .right-sidebar-mini.right-sidebar .media-body
  {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
}

.basic-drop-shadow
{
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.bottom-left
{
  box-shadow: -5px 5px 10px rgba(0,0,0,0.15);
}

.bottom-right
{
  box-shadow: 5px 5px 10px rgba(0,0,0,0.15);
}

.top-left
{
  box-shadow: -5px -5px 10px rgba(0,0,0,0.15);
}

.top-right
{
  box-shadow: 5px -5px 10px rgba(0,0,0,0.15);
}

.shadow-bottom
{
  box-shadow: 0 10px 10px -5px rgba(0,0,0,0.15);
}

.inner-shadow
{
  box-shadow: inset 0 0 10px rgba(0,0,0,0.15);
}

.blur-shadow
{
  box-shadow: 1px 1px 25px rgba(0,0,0,0.15);
}

@-webkit-keyframes rippleDrop
{
  100%
  {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
  }
}

@keyframes rippleDrop
{
  100%
  {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
  }
}

.ripple
{
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #c9dcff;
  -webkit-transform: scale(0);
  transform: scale(0);
  position: absolute;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.rippleEffect
{
  -webkit-animation: rippleDrop .6s linear;
  animation: rippleDrop .6s linear;
}

.media-support
{
  display: inline-block;
  width: 100%;
}

.media-support-user-img img
{
  height: 60px;
}

.media-support-header
{
  display: flex;
  align-items: flex-start;
}

.media-support-info
{
  flex: 1;
}

.projects-media img
{
  height: 60px;
}

.iq-media-group .iq-media
{
  margin-left: -20px;
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}

.iq-media-group .iq-media:hover
{
  z-index: 9;
}

.iq-media-group .iq-media img
{
  border: 2px solid #f1f1f1;
}

.iq-media-group .iq-media:first-child
{
  margin-left: 0;
}

.iq-media-group .iq-media.border
{
  border: 2px solid #f1f1f1;
}

.iq-media
{
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.iq-media:hover
{
  text-decoration: none;
}

.media-pl
{
  text-align: center;
}

.badge
{
  padding: .3em .6em;
  line-height: 1.3;
  text-transform: capitalize;
  border-radius: 5px;
}

.breadcrumb.bg-primary .breadcrumb-item+.breadcrumb-item::before
{
  color: #fff;
}

.alert-primary
{
  color: #DAA520;
  border-color: #DAA520;
  background-color: #c9dcff;
}

.alert-secondary
{
  color: #6c757d;
  border-color: #01041b;
  background-color: #ccced2;
}

.alert-success
{
  color: #37e6b0;
  border-color: #49f0d3;
  background-color: #e2fcf4;
}

.alert-danger
{
  color: #ff4b4b;
  border-color: #ff9b8a;
  background-color: #ffcaca;
}

.alert-warning
{
  color: #fe721c;
  border-color: #fd7e14;
  background-color: #ffebdf;
}

.alert-info
{
  color: #876cfe;
  border-color: #d592ff;
  background-color: #dcd4ff;
}

.alert-light
{
  color: #6c757d;
  border-color: #01041b;
  background-color: #c7cbd3;
}

.alert-dark
{
  color: #01041b;
  border-color: #01041b;
  background-color: rgba(199,203,211,0.1);
}

.alert
{
  display: flex;
  align-items: stretch;
}

.alert .iq-alert-icon
{
  display: flex;
  align-items: center;
  padding: 0 1.30rem 0 0;
}

.alert .iq-alert-icon i
{
  font-size: 2.441em;
  line-height: normal;
}

.alert .iq-alert-text
{
  align-self: center;
  flex-grow: 1;
}

.alert .close
{
  float: right;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}

.close:not(:disabled):not(.disabled):focus
{
  outline: none;
}

.close:not(:disabled):not(.disabled):hover
{
  outline: none;
}

.iq-example-row .row>.col
{
  padding-top: .75rem;
  color: #535f6b;
  padding-bottom: .75rem;
  background-color: rgba(86,61,124,0.15);
  border: 1px solid rgba(86,61,124,0.2);
}

.iq-example-row .row>[class^=col-]
{
  padding-top: .75rem;
  color: #535f6b;
  padding-bottom: .75rem;
  background-color: rgba(86,61,124,0.15);
  border: 1px solid rgba(86,61,124,0.2);
}

.iq-example-row-flex-cols .row
{
  margin-bottom: 15px;
  min-height: 10rem;
  background-color: rgba(255,0,0,0.1);
}

.nav-pills .nav-item a
{
  color: #535f6b;
}

.nav-pills .nav-link.active
{
  color: #DAA520;
  background: #c9dcff;
}

.nav-pills .show>.nav-link
{
  color: #DAA520;
  background: #c9dcff;
}

.nav-pills .nav-link:hover
{
  color: #DAA520;
}

.nav-tabs
{
  border-bottom: 2px solid #c9dcff;
  margin-bottom: 15px;
}

.nav-tabs .nav-item
{
  margin-bottom: -2px;
}

.nav-tabs .nav-item a
{
  color: #535f6b;
  border: none;
  border-bottom: 2px solid transparent;
}

.nav-tabs .nav-item.show .nav-link
{
  border-bottom: 2px solid #DAA520;
  color: #DAA520;
}

.nav-tabs .nav-link.active
{
  border-bottom: 2px solid #DAA520;
  color: #DAA520;
}

.custom-checkbox.custom-checkbox-color input.bg-primary ~ label::before
{
  background-color: #DAA520 !important;
  border-color: #DAA520 !important;
}

.custom-checkbox.custom-checkbox-color input.bg-success ~ label::before
{
  background-color: #37e6b0 !important;
  border-color: #37e6b0 !important;
}

.custom-checkbox.custom-checkbox-color input.bg-danger ~ label::before
{
  background-color: #ff4b4b !important;
  border-color: #ff4b4b !important;
}

.custom-checkbox.custom-checkbox-color input.bg-warning ~ label::before
{
  background-color: #fe721c !important;
  border-color: #fe721c !important;
}

.custom-checkbox.custom-checkbox-color input.bg-dark ~ label::before
{
  background-color: #535f6b !important;
  border-color: #535f6b !important;
}

.custom-checkbox.custom-checkbox-color input.bg-info ~ label::before
{
  background-color: #876cfe !important;
  border-color: #876cfe !important;
}

.custom-checkbox.custom-checkbox-color-check input:checked.bg-primary ~ label::before
{
  background-color: #DAA520 !important;
  border-color: #DAA520 !important;
}

.custom-checkbox.custom-checkbox-color-check input:checked.bg-success ~ label::before
{
  background-color: #37e6b0 !important;
  border-color: #37e6b0 !important;
}

.custom-checkbox.custom-checkbox-color-check input:checked.bg-danger ~ label::before
{
  background-color: #ff4b4b !important;
  border-color: #ff4b4b !important;
}

.custom-checkbox.custom-checkbox-color-check input:checked.bg-warning ~ label::before
{
  background-color: #fe721c !important;
  border-color: #fe721c !important;
}

.custom-checkbox.custom-checkbox-color-check input:checked.bg-dark ~ label::before
{
  background-color: #535f6b !important;
  border-color: #535f6b !important;
}

.custom-checkbox.custom-checkbox-color-check input:checked.bg-info ~ label::before
{
  background-color: #876cfe !important;
  border-color: #876cfe !important;
}

.custom-radio.custom-radio-color input.bg-primary ~ label::before
{
  background-color: #DAA520 !important;
  border-color: #DAA520 !important;
}

.custom-radio.custom-radio-color input.bg-success ~ label::before
{
  background-color: #37e6b0 !important;
  border-color: #37e6b0 !important;
}

.custom-radio.custom-radio-color input.bg-danger ~ label::before
{
  background-color: #ff4b4b !important;
  border-color: #ff4b4b !important;
}

.custom-radio.custom-radio-color input.bg-warning ~ label::before
{
  background-color: #fe721c !important;
  border-color: #fe721c !important;
}

.custom-radio.custom-radio-color input.bg-dark ~ label::before
{
  background-color: #535f6b !important;
  border-color: #535f6b !important;
}

.custom-radio.custom-radio-color input.bg-info ~ label::before
{
  background-color: #876cfe !important;
  border-color: #876cfe !important;
}

.custom-radio.custom-radio-color-checked input:checked.bg-primary ~ label::before
{
  background-color: #DAA520 !important;
  border-color: #DAA520 !important;
}

.custom-radio.custom-radio-color-checked input:checked.bg-success ~ label::before
{
  background-color: #37e6b0 !important;
  border-color: #37e6b0 !important;
}

.custom-radio.custom-radio-color-checked input:checked.bg-danger ~ label::before
{
  background-color: #ff4b4b !important;
  border-color: #ff4b4b !important;
}

.custom-radio.custom-radio-color-checked input:checked.bg-warning ~ label::before
{
  background-color: #fe721c !important;
  border-color: #fe721c !important;
}

.custom-radio.custom-radio-color-checked input:checked.bg-dark ~ label::before
{
  background-color: #535f6b !important;
  border-color: #535f6b !important;
}

.custom-radio.custom-radio-color-checked input:checked.bg-info ~ label::before
{
  background-color: #876cfe !important;
  border-color: #876cfe !important;
}

.custom-switch.custom-switch-color input:checked.bg-primary ~ label::before
{
  background-color: #DAA520 !important;
  border-color: #DAA520 !important;
}

.custom-switch.custom-switch-color input:checked.bg-success ~ label::before
{
  background-color: #37e6b0 !important;
  border-color: #37e6b0 !important;
}

.custom-switch.custom-switch-color input:checked.bg-danger ~ label::before
{
  background-color: #ff4b4b !important;
  border-color: #ff4b4b !important;
}

.custom-switch.custom-switch-color input:checked.bg-warning ~ label::before
{
  background-color: #fe721c !important;
  border-color: #fe721c !important;
}

.custom-switch.custom-switch-color input:checked.bg-dark ~ label::before
{
  background-color: #535f6b !important;
  border-color: #535f6b !important;
}

.custom-switch.custom-switch-color input:checked.bg-info ~ label::before
{
  background-color: #876cfe !important;
  border-color: #876cfe !important;
}

.custom-checkbox.checkbox-icon label i
{
  position: absolute;
  top: 6px;
  left: -21px;
  font-size: 10px;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}

.custom-checkbox.checkbox-icon input:checked ~ label i
{
  -webkit-transform: scale(1);
  transform: scale(1);
  color: #fff;
}

.custom-checkbox.checkbox-icon input:checked ~ label::after
{
  display: none;
}

.custom-control-input:checked ~ .custom-control-label::before
{
  background-color: #DAA520;
  border-color: #DAA520;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before
{
  background-color: #c9dcff;
  color: #DAA520;
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before
{
  background-color: #c9dcff;
  color: #DAA520;
}

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

.custom-switch.custom-switch-icon
{
  padding-left: 0;
}

.custom-switch.custom-switch-icon label .switch-icon-left
{
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: -3px;
  left: 8px;
  right: auto;
  color: #fff;
}

.custom-switch.custom-switch-icon label .switch-icon-left i
{
  font-size: 10px;
}

.custom-switch.custom-switch-icon label .switch-icon-right
{
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: -3px;
  right: 5px;
  left: auto;
}

.custom-switch.custom-switch-icon label .switch-icon-right i
{
  font-size: 10px;
}

.custom-switch.custom-switch-icon .custom-control-label
{
  height: 20px;
  width: 42px;
  padding: 0;
}

.custom-switch.custom-switch-icon .custom-control-label::before
{
  height: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 0;
  left: 1px;
  width: 2.75rem;
}

.custom-switch.custom-switch-icon .custom-control-label:after
{
  position: absolute;
  top: 1px;
  left: 2px;
  transition: all 0.3s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 18px;
  width: 18px;
}

.custom-switch.custom-switch-icon .custom-control-input:checked ~ .custom-control-label::after
{
  -webkit-transform: translateX(1.4rem);
  transform: translateX(1.4rem);
}

.custom-switch.custom-switch-text
{
  padding-left: 0;
}

.custom-switch.custom-switch-text label .switch-icon-left
{
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: -3px;
  left: 8px;
  right: auto;
  color: #fff;
}

.custom-switch.custom-switch-text label .switch-icon-right
{
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: -3px;
  right: 5px;
  left: auto;
}

.custom-switch.custom-switch-text label::before
{
  color: #000;
  content: attr(data-off-label);
  width: 2.85rem;
  height: 20px;
  padding: 0 4px;
  font-size: 11px;
  line-height: 18px;
  text-align: right;
}

.custom-switch.custom-switch-text label:after
{
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 16px;
  width: 16px;
}

.custom-switch.custom-switch-text .custom-control-label
{
  width: 46px;
}

.custom-switch.custom-switch-text .custom-control-label::before
{
  height: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 0;
  left: 1px;
  width: 2.75rem;
  width: 100%;
}

.custom-switch.custom-switch-text .custom-control-label:after
{
  position: absolute;
  top: 1px;
  left: 2px;
  transition: all 0.3s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 18px;
  width: 18px;
}

.custom-switch.custom-switch-text .custom-control-input:checked ~ .custom-control-label::after
{
  -webkit-transform: translateX(1.6rem);
  transform: translateX(1.6rem);
}

.custom-switch.custom-switch-text input:checked ~ label::before
{
  color: #fff;
  content: attr(data-on-label);
  text-align: left;
}

.custom-switch.custom-switch-text input:checked ~ label.custom-control-label::after
{
  -webkit-transform: translateX(1.6rem);
  transform: translateX(1.6rem);
}

.custom-switch-inner
{
  display: block;
  text-align: center;
}

.form-label-group
{
  position: relative;
  margin-bottom: 1.5rem;
}

.form-label-group>label
{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transition: all 0.3s ease-in-out;
  padding: .6rem;
  color: #475F7B;
  font-size: .85rem;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}

.counter-value
{
  color: #fff;
  padding: 1px 6px;
  font-size: .6rem;
  border-radius: 0 0 5px 5px;
  margin-right: 1rem;
}

.vector-map.h-500
{
  width: 100%;
  height: 500px;
}

.countdown
{
  margin: 60px 0 0;
  padding: 0;
}

.countdown li span
{
  font-size: 60px;
  display: inline-block;
  width: 100%;
  color: #DAA520;
}

.countdown li:last-child
{
  margin-right: 0;
}

.iq-comingsoon-form
{
  position: relative;
}

.iq-comingsoon-form button
{
  position: absolute;
  right: 0;
  top: 0;
  padding: 11px 30px;
}

.btn
{
  display: inline-block;
  font-family: "Nunito",sans-serif;
  font-weight: 400;
  color: #535f6b;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 5px;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce)
{
  .btn
  {
    transition: none;
  }
}

.btn:hover
{
  color: #535f6b;
  text-decoration: none;
}

.btn:focus,.btn.focus
{
  outline: none;
  box-shadow: none;
}

.btn.disabled,.btn:disabled
{
  opacity: .65;
  box-shadow: none;
}

.btn:not(:disabled):not(.disabled)
{
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,.btn:not(:disabled):not(.disabled).active
{
  box-shadow: none;
}

.btn:not(:disabled):not(.disabled):active:focus,.btn:not(:disabled):not(.disabled).active:focus
{
  box-shadow: none;
}

a.btn.disabled,fieldset:disabled a.btn
{
  pointer-events: none;
}

.btn-primary
{
  color: #fff;
  background-color: #DAA520;
  border-color: #DAA520;
  box-shadow: unset;
}

.btn-primary:hover
{
  color: #fff;
  background-color: #D4AF37;
  border-color: #D4AF37;
}

.btn-primary:focus,.btn-primary.focus
{
  color: #fff;
  background-color: #D4AF37;
  border-color: #D4AF37;
  box-shadow: unset,0 0 0 .2rem rgba(99,154,255,0.5);
}

.btn-primary.disabled,.btn-primary:disabled
{
  color: #fff;
  background-color: #DAA520;
  border-color: #DAA520;
}

.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle
{
  color: #fff;
  background-color: #D4AF37;
  border-color: #075fff;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus
{
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(99,154,255,0.5);
}

.btn-secondary
{
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  box-shadow: unset;
}

.btn-secondary:hover
{
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,.btn-secondary.focus
{
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: unset,0 0 0 .2rem rgba(130,138,145,0.5);
}

.btn-secondary.disabled,.btn-secondary:disabled
{
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle
{
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus
{
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(130,138,145,0.5);
}

.btn-success
{
  color: #fff;
  background-color: #37e6b0;
  border-color: #37e6b0;
  box-shadow: unset;
}

.btn-success:hover
{
  color: #fff;
  background-color: #1bdba0;
  border-color: #1ad098;
}

.btn-success:focus,.btn-success.focus
{
  color: #fff;
  background-color: #1bdba0;
  border-color: #1ad098;
  box-shadow: unset,0 0 0 .2rem rgba(85,234,188,0.5);
}

.btn-success.disabled,.btn-success:disabled
{
  color: #fff;
  background-color: #37e6b0;
  border-color: #37e6b0;
}

.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle
{
  color: #fff;
  background-color: #1ad098;
  border-color: #19c590;
}

.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus
{
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(85,234,188,0.5);
}

.btn-info
{
  color: #fff;
  background-color: #876cfe;
  border-color: #876cfe;
  box-shadow: unset;
}

.btn-info:hover
{
  color: #fff;
  background-color: #6846fe;
  border-color: #5e39fe;
}

.btn-info:focus,.btn-info.focus
{
  color: #fff;
  background-color: #6846fe;
  border-color: #5e39fe;
  box-shadow: unset,0 0 0 .2rem rgba(153,130,254,0.5);
}

.btn-info.disabled,.btn-info:disabled
{
  color: #fff;
  background-color: #876cfe;
  border-color: #876cfe;
}

.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle
{
  color: #fff;
  background-color: #5e39fe;
  border-color: #532dfe;
}

.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus
{
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(153,130,254,0.5);
}

.btn-warning
{
  color: #fff;
  background-color: #fe721c;
  border-color: #fe721c;
  box-shadow: unset;
}

.btn-warning:hover
{
  color: #fff;
  background-color: #f35d01;
  border-color: #e65801;
}

.btn-warning:focus,.btn-warning.focus
{
  color: #fff;
  background-color: #f35d01;
  border-color: #e65801;
  box-shadow: unset,0 0 0 .2rem rgba(254,135,62,0.5);
}

.btn-warning.disabled,.btn-warning:disabled
{
  color: #fff;
  background-color: #fe721c;
  border-color: #fe721c;
}

.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle
{
  color: #fff;
  background-color: #e65801;
  border-color: #d95301;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus
{
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(254,135,62,0.5);
}

.btn-danger
{
  color: #fff;
  background-color: #ff4b4b;
  border-color: #ff4b4b;
  box-shadow: unset;
}

.btn-danger:hover
{
  color: #fff;
  background-color: #ff2525;
  border-color: #ff1818;
}

.btn-danger:focus,.btn-danger.focus
{
  color: #fff;
  background-color: #ff2525;
  border-color: #ff1818;
  box-shadow: unset,0 0 0 .2rem rgba(255,102,102,0.5);
}

.btn-danger.disabled,.btn-danger:disabled
{
  color: #fff;
  background-color: #ff4b4b;
  border-color: #ff4b4b;
}

.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle
{
  color: #fff;
  background-color: #ff1818;
  border-color: #ff0b0b;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus
{
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(255,102,102,0.5);
}

.btn-light
{
  color: #212529;
  background-color: #c7cbd3;
  border-color: #c7cbd3;
  box-shadow: unset;
}

.btn-light:hover
{
  color: #fff;
  background-color: #b2b7c2;
  border-color: #aab0bd;
}

.btn-light:focus,.btn-light.focus
{
  color: #fff;
  background-color: #b2b7c2;
  border-color: #aab0bd;
  box-shadow: unset,0 0 0 .2rem rgba(174,178,186,0.5);
}

.btn-light.disabled,.btn-light:disabled
{
  color: #212529;
  background-color: #c7cbd3;
  border-color: #c7cbd3;
}

.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle
{
  color: #fff;
  background-color: #aab0bd;
  border-color: #a3aab7;
}

.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus
{
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(174,178,186,0.5);
}

.btn-dark
{
  color: #fff;
  background-color: #01041b;
  border-color: #01041b;
  box-shadow: unset;
}

.btn-dark:hover
{
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-dark:focus,.btn-dark.focus
{
  color: #fff;
  background-color: #000;
  border-color: #000;
  box-shadow: unset,0 0 0 .2rem rgba(39,42,61,0.5);
}

.btn-dark.disabled,.btn-dark:disabled
{
  color: #fff;
  background-color: #01041b;
  border-color: #01041b;
}

.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle
{
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus
{
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(39,42,61,0.5);
}

.btn-orange
{
  color: #fff;
  background-color: #fd7e14;
  border-color: #fd7e14;
  box-shadow: unset;
}

.btn-orange:hover
{
  color: #fff;
  background-color: #e96b02;
  border-color: #dc6502;
}

.btn-orange:focus,.btn-orange.focus
{
  color: #fff;
  background-color: #e96b02;
  border-color: #dc6502;
  box-shadow: unset,0 0 0 .2rem rgba(253,145,55,0.5);
}

.btn-orange.disabled,.btn-orange:disabled
{
  color: #fff;
  background-color: #fd7e14;
  border-color: #fd7e14;
}

.btn-orange:not(:disabled):not(.disabled):active,.btn-orange:not(:disabled):not(.disabled).active,.show>.btn-orange.dropdown-toggle
{
  color: #fff;
  background-color: #dc6502;
  border-color: #cf5f02;
}

.btn-orange:not(:disabled):not(.disabled):active:focus,.btn-orange:not(:disabled):not(.disabled).active:focus,.show>.btn-orange.dropdown-toggle:focus
{
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(253,145,55,0.5);
}

.btn-purple
{
  color: #fff;
  background-color: #4731b6;
  border-color: #4731b6;
  box-shadow: unset;
}

.btn-purple:hover
{
  color: #fff;
  background-color: #3b2998;
  border-color: #37268e;
}

.btn-purple:focus,.btn-purple.focus
{
  color: #fff;
  background-color: #3b2998;
  border-color: #37268e;
  box-shadow: unset,0 0 0 .2rem rgba(99,80,193,0.5);
}

.btn-purple.disabled,.btn-purple:disabled
{
  color: #fff;
  background-color: #4731b6;
  border-color: #4731b6;
}

.btn-purple:not(:disabled):not(.disabled):active,.btn-purple:not(:disabled):not(.disabled).active,.show>.btn-purple.dropdown-toggle
{
  color: #fff;
  background-color: #37268e;
  border-color: #332384;
}

.btn-purple:not(:disabled):not(.disabled):active:focus,.btn-purple:not(:disabled):not(.disabled).active:focus,.show>.btn-purple.dropdown-toggle:focus
{
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(99,80,193,0.5);
}

.btn-pink
{
  color: #212529;
  background-color: #FFE0E0;
  border-color: #FFE0E0;
  box-shadow: unset;
}

.btn-pink:hover
{
  color: #212529;
  background-color: #ffbaba;
  border-color: #ffadad;
}

.btn-pink:focus,.btn-pink.focus
{
  color: #212529;
  background-color: #ffbaba;
  border-color: #ffadad;
  box-shadow: unset,0 0 0 .2rem rgba(222,196,197,0.5);
}

.btn-pink.disabled,.btn-pink:disabled
{
  color: #212529;
  background-color: #FFE0E0;
  border-color: #FFE0E0;
}

.btn-pink:not(:disabled):not(.disabled):active,.btn-pink:not(:disabled):not(.disabled).active,.show>.btn-pink.dropdown-toggle
{
  color: #fff;
  background-color: #ffadad;
  border-color: #ffa0a0;
}

.btn-pink:not(:disabled):not(.disabled):active:focus,.btn-pink:not(:disabled):not(.disabled).active:focus,.show>.btn-pink.dropdown-toggle:focus
{
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(222,196,197,0.5);
}

.btn-outline-primary
{
  color: #DAA520;
  border-color: #DAA520;
}

.btn-outline-primary:hover
{
  color: #fff;
  background-color: #DAA520;
  border-color: #DAA520;
}

.btn-outline-primary:focus,.btn-outline-primary.focus
{
  box-shadow: 0 0 0 .2rem rgba(71,136,255,0.5);
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled
{
  color: #DAA520;
  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: #DAA520;
  border-color: #DAA520;
}

.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: inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(71,136,255,0.5);
}

.btn-outline-secondary
{
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover
{
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,.btn-outline-secondary.focus
{
  box-shadow: 0 0 0 .2rem rgba(108,117,125,0.5);
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled
{
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle
{
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus
{
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(108,117,125,0.5);
}

.btn-outline-success
{
  color: #37e6b0;
  border-color: #37e6b0;
}

.btn-outline-success:hover
{
  color: #fff;
  background-color: #37e6b0;
  border-color: #37e6b0;
}

.btn-outline-success:focus,.btn-outline-success.focus
{
  box-shadow: 0 0 0 .2rem rgba(55,230,176,0.5);
}

.btn-outline-success.disabled,.btn-outline-success:disabled
{
  color: #37e6b0;
  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: #37e6b0;
  border-color: #37e6b0;
}

.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: inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(55,230,176,0.5);
}

.btn-outline-info
{
  color: #876cfe;
  border-color: #876cfe;
}

.btn-outline-info:hover
{
  color: #fff;
  background-color: #876cfe;
  border-color: #876cfe;
}

.btn-outline-info:focus,.btn-outline-info.focus
{
  box-shadow: 0 0 0 .2rem rgba(135,108,254,0.5);
}

.btn-outline-info.disabled,.btn-outline-info:disabled
{
  color: #876cfe;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle
{
  color: #fff;
  background-color: #876cfe;
  border-color: #876cfe;
}

.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: inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(135,108,254,0.5);
}

.btn-outline-warning
{
  color: #fe721c;
  border-color: #fe721c;
}

.btn-outline-warning:hover
{
  color: #fff;
  background-color: #fe721c;
  border-color: #fe721c;
}

.btn-outline-warning:focus,.btn-outline-warning.focus
{
  box-shadow: 0 0 0 .2rem rgba(254,114,28,0.5);
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled
{
  color: #fe721c;
  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: #fff;
  background-color: #fe721c;
  border-color: #fe721c;
}

.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: inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(254,114,28,0.5);
}

.btn-outline-danger
{
  color: #ff4b4b;
  border-color: #ff4b4b;
}

.btn-outline-danger:hover
{
  color: #fff;
  background-color: #ff4b4b;
  border-color: #ff4b4b;
}

.btn-outline-danger:focus,.btn-outline-danger.focus
{
  box-shadow: 0 0 0 .2rem rgba(255,75,75,0.5);
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled
{
  color: #ff4b4b;
  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: #ff4b4b;
  border-color: #ff4b4b;
}

.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: inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(255,75,75,0.5);
}

.btn-outline-light
{
  color: #c7cbd3;
  border-color: #c7cbd3;
}

.btn-outline-light:hover
{
  color: #212529;
  background-color: #c7cbd3;
  border-color: #c7cbd3;
}

.btn-outline-light:focus,.btn-outline-light.focus
{
  box-shadow: 0 0 0 .2rem rgba(199,203,211,0.5);
}

.btn-outline-light.disabled,.btn-outline-light:disabled
{
  color: #c7cbd3;
  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: #c7cbd3;
  border-color: #c7cbd3;
}

.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: inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(199,203,211,0.5);
}

.btn-outline-dark
{
  color: #01041b;
  border-color: #01041b;
}

.btn-outline-dark:hover
{
  color: #fff;
  background-color: #01041b;
  border-color: #01041b;
}

.btn-outline-dark:focus,.btn-outline-dark.focus
{
  box-shadow: 0 0 0 .2rem rgba(1,4,27,0.5);
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled
{
  color: #01041b;
  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: #01041b;
  border-color: #01041b;
}

.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: inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(1,4,27,0.5);
}

.btn-outline-orange
{
  color: #fd7e14;
  border-color: #fd7e14;
}

.btn-outline-orange:hover
{
  color: #fff;
  background-color: #fd7e14;
  border-color: #fd7e14;
}

.btn-outline-orange:focus,.btn-outline-orange.focus
{
  box-shadow: 0 0 0 .2rem rgba(253,126,20,0.5);
}

.btn-outline-orange.disabled,.btn-outline-orange:disabled
{
  color: #fd7e14;
  background-color: transparent;
}

.btn-outline-orange:not(:disabled):not(.disabled):active,.btn-outline-orange:not(:disabled):not(.disabled).active,.show>.btn-outline-orange.dropdown-toggle
{
  color: #fff;
  background-color: #fd7e14;
  border-color: #fd7e14;
}

.btn-outline-orange:not(:disabled):not(.disabled):active:focus,.btn-outline-orange:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-orange.dropdown-toggle:focus
{
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(253,126,20,0.5);
}

.btn-outline-purple
{
  color: #4731b6;
  border-color: #4731b6;
}

.btn-outline-purple:hover
{
  color: #fff;
  background-color: #4731b6;
  border-color: #4731b6;
}

.btn-outline-purple:focus,.btn-outline-purple.focus
{
  box-shadow: 0 0 0 .2rem rgba(71,49,182,0.5);
}

.btn-outline-purple.disabled,.btn-outline-purple:disabled
{
  color: #4731b6;
  background-color: transparent;
}

.btn-outline-purple:not(:disabled):not(.disabled):active,.btn-outline-purple:not(:disabled):not(.disabled).active,.show>.btn-outline-purple.dropdown-toggle
{
  color: #fff;
  background-color: #4731b6;
  border-color: #4731b6;
}

.btn-outline-purple:not(:disabled):not(.disabled):active:focus,.btn-outline-purple:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-purple.dropdown-toggle:focus
{
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(71,49,182,0.5);
}

.btn-outline-pink
{
  color: #FFE0E0;
  border-color: #FFE0E0;
}

.btn-outline-pink:hover
{
  color: #212529;
  background-color: #FFE0E0;
  border-color: #FFE0E0;
}

.btn-outline-pink:focus,.btn-outline-pink.focus
{
  box-shadow: 0 0 0 .2rem rgba(255,224,224,0.5);
}

.btn-outline-pink.disabled,.btn-outline-pink:disabled
{
  color: #FFE0E0;
  background-color: transparent;
}

.btn-outline-pink:not(:disabled):not(.disabled):active,.btn-outline-pink:not(:disabled):not(.disabled).active,.show>.btn-outline-pink.dropdown-toggle
{
  color: #212529;
  background-color: #FFE0E0;
  border-color: #FFE0E0;
}

.btn-outline-pink:not(:disabled):not(.disabled):active:focus,.btn-outline-pink:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-pink.dropdown-toggle:focus
{
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(255,224,224,0.5);
}

.btn-link
{
  font-weight: 400;
  color: #DAA520;
  text-decoration: none;
}

.btn-link:hover
{
  color: #0058fa;
  text-decoration: none;
}

.btn-link:focus,.btn-link.focus
{
  text-decoration: none;
}

.btn-link:disabled,.btn-link.disabled
{
  color: #6c757d;
  pointer-events: none;
}

.btn-lg
{
  padding: .5rem 1rem;
  font-size: .75rem;
  line-height: 1.5;
  border-radius: 5px;
}

.btn-sm
{
  padding: .25rem .5rem;
  font-size: .75rem;
  line-height: 1.5;
  border-radius: 5px;
}

.btn-block
{
  display: block;
  width: 100%;
}

.btn-block+.btn-block
{
  margin-top: .5rem;
}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block
{
  width: 100%;
}

.iq-progress-bar
{
  background: #c7cbd3;
  box-shadow: 0 0 0;
  height: 6px;
  margin: 0;
  position: relative;
  width: 100%;
  border-radius: 5px;
}

.iq-progress-bar>span
{
  background: #DAA520 none repeat scroll 0 0;
  position: relative;
  display: block;
  height: 100%;
  width: 0;
  border-radius: 5px;
}

.iq-progress-bar .progress-text
{
  position: absolute;
  right: -10px;
  top: -25px;
  font-size: 13px;
  font-weight: 500;
}

.iq-progress-bar.iq-progress-bar-icon>span:after
{
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid transparent;
  position: absolute;
  bottom: -3px;
  right: 0;
  z-index: 1;
}

.iq-progress-bar.iq-progress-bar-icon>span.bg-primary:after
{
  border-color: #DAA520;
}

.iq-progress-bar.iq-progress-bar-icon>span.bg-danger:after
{
  border-color: #ff4b4b;
}

.iq-progress-bar.iq-progress-bar-icon>span.bg-success:after
{
  border-color: #37e6b0;
}

.iq-progress-bar.iq-progress-bar-icon>span.bg-warning:after
{
  border-color: #fe721c;
}

.iq-progress-bar.iq-progress-bar-icon>span.bg-info:after
{
  border-color: #876cfe;
}

.iq-progress-bar.iq-progress-bar-icon>span.bg-dark:after
{
  border-color: #01041b;
}

.progress-round.heatmap-progress
{
  height: 97px;
  width: 97px;
}

.progress-round.heatmap-progress .progress-bar
{
  border-width: 10px;
}

.progress-round.heatmap-progress::after
{
  border: 10px solid #ff9273;
}

.progress-round.income-progress .progress-bar
{
  border-width: 10px;
}

.progress-round.income-progress::after
{
  border: 10px solid #ff9273;
}

.progress-round.alarams-progress
{
  height: 110px;
  width: 110px;
}

.iq-progress-bar .progress-text-one
{
  position: absolute;
  right: -20px;
  top: -42px;
  font-size: 13px;
  font-weight: 500;
  background: #ff4b4b;
  color: #fff;
  padding: 0px 5px;
}

.iq-progress-bar>span.bg-primary .progress-text-one:after
{
  border-color: #DAA520 transparent transparent transparent;
}

.iq-progress-bar>span.bg-success .progress-text-one:after
{
  border-color: #37e6b0 transparent transparent transparent;
}

.iq-progress-bar>span.bg-warning .progress-text-one:after
{
  border-color: #fe721c transparent transparent transparent;
}

.iq-progress-bar>span.bg-danger .progress-text-one:after
{
  border-color: #ff4b4b transparent transparent transparent;
}

.iq-progress-bar>span.bg-dark .progress-text-one:after
{
  border-color: #01041b transparent transparent transparent;
}

.iq-progress-bar>span.bg-info .progress-text-one:after
{
  border-color: #876cfe transparent transparent transparent;
}

.progress-text-one
{
  position: relative;
}

.progress-text-one:after
{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
}

.iq-circle-progressbar
{
  margin: 0 auto;
  width: 100px !important;
  height: 100px !important;
}

.iq-circle-progressbar .percent
{
  font-size: 1.3rem !important;
}

.iq-circle-progressbar svg
{
  width: 100px !important;
  height: 100px !important;
}

.progress-round
{
  width: 50px;
  height: 50px;
  background: none;
  position: relative;
}

.progress-round::after
{
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #f1f1f1;
  position: absolute;
  top: 0;
  left: 0;
}

.progress-round>span
{
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress-round .progress-left
{
  left: 0;
}

.progress-round .progress-left .progress-bar
{
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress-round .progress-bar
{
  width: 100%;
  height: 100%;
  background: none;
  border-width: 3px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress-round .progress-right
{
  right: 0;
}

.progress-round .progress-right .progress-bar
{
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress-round .progress-value
{
  position: absolute;
  top: 0;
  left: 0;
}

.progress-round.income-progress
{
  height: 78px;
  width: 78px;
}

.progress-round.income-progress .progress-bar
{
  border-width: 10px;
}

.progress-round.income-progress::after
{
  border: 10px solid #ff9273;
}

.progress-round.alarams-progress
{
  height: 110px;
  width: 110px;
}

.progress-round.goal-progress
{
  width: 130px;
  height: 130px;
}

.progress-round.goal-progress .progress-bar
{
  border-width: 10px;
}

.progress-round.goal-progress::after
{
  border: 10px solid #f4f4f4;
}

@-webkit-keyframes progress-loading-1
{
  0%
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%
  {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes progress-loading-1
{
  0%
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%
  {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@-webkit-keyframes progress-loading-2
{
  0%
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%
  {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
  }
}

@keyframes progress-loading-2
{
  0%
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%
  {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
  }
}

.progress.progress-round
{
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}

.progress.progress-round>span
{
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress.progress-round .progress-left
{
  left: 0;
}

.progress.progress-round .progress-left .progress-bar
{
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
  -webkit-animation: progress-loading-2 1.5s linear forwards 1.8s;
  animation: progress-loading-2 1.5s linear forwards 1.8s;
}

.progress.progress-round .progress-bar
{
  border-width: 5px;
}

.progress.progress-round .progress-right
{
  right: 0;
}

.progress.progress-round .progress-right .progress-bar
{
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  -webkit-animation: progress-loading-1 1.8s linear forwards;
  animation: progress-loading-1 1.8s linear forwards;
}

.progress.progress-round:after
{
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid #c7cbd3;
  position: absolute;
  top: 0;
  left: 0;
}

.progress.progress-round .progress-value
{
  font-size: 16px;
  left: 18px;
}

.progress.danger .progress-bar
{
  border-color: #ff4b4b;
}

.progress.warning .progress-bar
{
  border-color: #fe721c;
}

.progress.success .progress-bar
{
  border-color: #37e6b0;
}

.progress.info .progress-bar
{
  border-color: #876cfe;
}

.progress.primary .progress-bar
{
  border-color: #DAA520;
}

.fc-unthemed .fc-toolbar .fc-button
{
  background: #c9dcff;
  color: #DAA520;
  border: none;
  text-transform: capitalize;
  border-radius: 5px;
}

.fc-unthemed .fc-toolbar .fc-button:active
{
  color: #fff;
  background-color: #DAA520;
}

.fc-unthemed .fc-toolbar .fc-button:focus
{
  color: #fff;
  background-color: #DAA520;
}

.fc-unthemed .fc-toolbar .fc-button.fc-button-active
{
  color: #fff;
  background-color: #DAA520;
}

.job-classification li
{
  list-style-type: none;
  margin-bottom: 10px;
}

.job-classification li>i
{
  margin-right: 10px;
  border-radius: 50%;
  color: #fff;
}

.today-schedule li
{
  list-style-type: none;
  margin-bottom: 10px;
}

.today-schedule li i
{
  margin-right: 10px;
  border-radius: 50%;
  color: #fff;
}

.schedule-text span
{
  display: block;
}

.calender-small .flatpickr-calendar.animate.inline
{
  width: 100%;
  box-shadow: none;
}

.calender-small .dayContainer
{
  width: 100%;
  min-width: auto;
}

.calender-small .flatpickr-days
{
  width: 100%;
}

.calender-small .flatpickr-day.today
{
  color: #fff;
  border-color: #DAA520;
  background: #DAA520;
}

.calender-small .flatpickr-day.today:hover
{
  color: #fff;
  border-color: #DAA520;
  background: #DAA520;
}

.calender-small .flatpickr-day.today:focus
{
  color: #fff;
  border-color: #DAA520;
  background: #DAA520;
}

.calender-small .flatpickr-months
{
  margin-bottom: 10px;
}

.calender-small .flatpickr-months .flatpickr-prev-month
{
  padding: 7px 10px;
}

.calender-small .flatpickr-months .flatpickr-next-month
{
  padding: 7px 10px;
}

.calender-small .flatpickr-current-month .flatpickr-monthDropdown-months
{
  font-size: 12px;
}

.calender-small .flatpickr-current-month .flatpickr-monthDropdown-months:hover
{
  background: transparent;
  color: #DAA520;
}

.calender-small .flatpickr-current-month input.cur-year
{
  font-size: 12px;
}

.calender-small .numInputWrapper:hover
{
  background: transparent;
}

.calender-small .flatpickr-day.selected
{
  color: #fff;
  border-color: #DAA520;
  background: #DAA520;
}

.calender-small .flatpickr-day.selected:focus
{
  color: #fff;
  border-color: #DAA520;
  background: #DAA520;
}

.calender-small .flatpickr-day.selected:hover
{
  color: #fff;
  border-color: #DAA520;
  background: #DAA520;
}

.calender-small .flatpickr-day.startRange
{
  color: #fff;
  border-color: #DAA520;
  background: #DAA520;
}

.calender-small .flatpickr-day.startRange:focus
{
  color: #fff;
  border-color: #DAA520;
  background: #DAA520;
}

.calender-small .flatpickr-day.startRange:hover
{
  color: #fff;
  border-color: #DAA520;
  background: #DAA520;
}

.calender-small .flatpickr-day.endRange
{
  color: #fff;
  border-color: #DAA520;
  background: #DAA520;
}

.calender-small .flatpickr-day.endRange:focus
{
  color: #fff;
  border-color: #DAA520;
  background: #DAA520;
}

.calender-small .flatpickr-day.endRange:hover
{
  color: #fff;
  border-color: #DAA520;
  background: #DAA520;
}

.calender-small .flatpickr-day.selected.inRange
{
  color: #fff;
  border-color: #DAA520;
  background: #DAA520;
}

.calender-small .flatpickr-day.startRange.inRange
{
  color: #fff;
  border-color: #DAA520;
  background: #DAA520;
}

.calender-small .flatpickr-day.endRange.inRange
{
  color: #fff;
  border-color: #DAA520;
  background: #DAA520;
}

.calender-small .flatpickr-day.selected.prevMonthDay
{
  color: #fff;
  border-color: #DAA520;
  background: #DAA520;
}

.calender-small .flatpickr-day.startRange.prevMonthDay
{
  color: #fff;
  border-color: #DAA520;
  background: #DAA520;
}

.calender-small .flatpickr-day.endRange.prevMonthDay
{
  color: #fff;
  border-color: #DAA520;
  background: #DAA520;
}

.calender-small .flatpickr-day.selected.nextMonthDay
{
  color: #fff;
  border-color: #DAA520;
  background: #DAA520;
}

.calender-small .flatpickr-day.startRange.nextMonthDay
{
  color: #fff;
  border-color: #DAA520;
  background: #DAA520;
}

.calender-small .flatpickr-day.endRange.nextMonthDay
{
  color: #fff;
  border-color: #DAA520;
  background: #DAA520;
}

.calender-small .flatpickr-day.inRange
{
  background: #c9dcff;
  color: #DAA520;
  border-color: transparent;
}

.calender-small .flatpickr-day.prevMonthDay.inRange
{
  background: #c9dcff;
  color: #DAA520;
  border-color: transparent;
}

.calender-small .flatpickr-day.nextMonthDay.inRange
{
  background: #c9dcff;
  color: #DAA520;
  border-color: transparent;
}

.calender-small .flatpickr-day.today.inRange
{
  background: #c9dcff;
  color: #DAA520;
  border-color: transparent;
}

.calender-small .flatpickr-day.prevMonthDay.today.inRange
{
  background: #c9dcff;
  color: #DAA520;
  border-color: transparent;
}

.calender-small .flatpickr-day.nextMonthDay.today.inRange
{
  background: #c9dcff;
  color: #DAA520;
  border-color: transparent;
}

.calender-small .flatpickr-day:hover
{
  background: #c9dcff;
  color: #DAA520;
  border-color: transparent;
}

.calender-small .flatpickr-day:focus
{
  background: #c9dcff;
  color: #DAA520;
  border-color: transparent;
}

.calender-small .flatpickr-day.prevMonthDay:hover
{
  background: #c9dcff;
  color: #DAA520;
  border-color: transparent;
}

.calender-small .flatpickr-day.prevMonthDay:focus
{
  background: #c9dcff;
  color: #DAA520;
  border-color: transparent;
}

.calender-small .flatpickr-day.nextMonthDay:hover
{
  background: #c9dcff;
  color: #DAA520;
  border-color: transparent;
}

.calender-small .flatpickr-day.nextMonthDay:focus
{
  background: #c9dcff;
  color: #DAA520;
  border-color: transparent;
}

.calender-small .flatpickr-current-month .numInputWrapper
{
  width: 3ch;
}

.smaill-calender-home .flatpickr-calendar.animate.inline
{
  margin: 0 auto;
  width: 100%;
  box-shadow: none;
  border: none;
  border-radius: 5px;
}

.smaill-calender-home .flatpickr-day.selected
{
  color: #fff;
  text-decoration: none;
  background: #DAA520;
  text-decoration: none;
  border-color: #DAA520;
}

.smaill-calender-home .flatpickr-day.selected:focus
{
  color: #fff;
  text-decoration: none;
  background: #DAA520;
  text-decoration: none;
  border-color: #DAA520;
}

.smaill-calender-home .flatpickr-day.selected:hover
{
  color: #fff;
  text-decoration: none;
  background: #DAA520;
  text-decoration: none;
  border-color: #DAA520;
}

.smaill-calender-home .flatpickr-day.startRange
{
  color: #fff;
  text-decoration: none;
  background: #DAA520;
  text-decoration: none;
  border-color: #DAA520;
}

.smaill-calender-home .flatpickr-day.startRange:focus
{
  color: #fff;
  text-decoration: none;
  background: #DAA520;
  text-decoration: none;
  border-color: #DAA520;
}

.smaill-calender-home .flatpickr-day.startRange:hover
{
  color: #fff;
  text-decoration: none;
  background: #DAA520;
  text-decoration: none;
  border-color: #DAA520;
}

.smaill-calender-home .flatpickr-day.endRange
{
  color: #fff;
  text-decoration: none;
  background: #DAA520;
  text-decoration: none;
  border-color: #DAA520;
}

.smaill-calender-home .flatpickr-day.endRange:focus
{
  color: #fff;
  text-decoration: none;
  background: #DAA520;
  text-decoration: none;
  border-color: #DAA520;
}

.smaill-calender-home .flatpickr-day.endRange:hover
{
  color: #fff;
  text-decoration: none;
  background: #DAA520;
  text-decoration: none;
  border-color: #DAA520;
}

.smaill-calender-home .flatpickr-day.selected.inRange
{
  color: #fff;
  text-decoration: none;
  background: #DAA520;
  text-decoration: none;
  border-color: #DAA520;
}

.smaill-calender-home .flatpickr-day.startRange.inRange
{
  color: #fff;
  text-decoration: none;
  background: #DAA520;
  text-decoration: none;
  border-color: #DAA520;
}

.smaill-calender-home .flatpickr-day.endRange.inRange
{
  color: #fff;
  text-decoration: none;
  background: #DAA520;
  text-decoration: none;
  border-color: #DAA520;
}

.smaill-calender-home .flatpickr-day.selected.prevMonthDay
{
  color: #fff;
  text-decoration: none;
  background: #DAA520;
  text-decoration: none;
  border-color: #DAA520;
}

.smaill-calender-home .flatpickr-day.startRange.prevMonthDay
{
  color: #fff;
  text-decoration: none;
  background: #DAA520;
  text-decoration: none;
  border-color: #DAA520;
}

.smaill-calender-home .flatpickr-day.endRange.prevMonthDay
{
  color: #fff;
  text-decoration: none;
  background: #DAA520;
  text-decoration: none;
  border-color: #DAA520;
}

.smaill-calender-home .flatpickr-day.selected.nextMonthDay
{
  color: #fff;
  text-decoration: none;
  background: #DAA520;
  text-decoration: none;
  border-color: #DAA520;
}

.smaill-calender-home .flatpickr-day.startRange.nextMonthDay
{
  color: #fff;
  text-decoration: none;
  background: #DAA520;
  text-decoration: none;
  border-color: #DAA520;
}

.smaill-calender-home .flatpickr-day.endRange.nextMonthDay
{
  color: #fff;
  text-decoration: none;
  background: #DAA520;
  text-decoration: none;
  border-color: #DAA520;
}

.smaill-calender-home .flatpickr-days
{
  width: 100%;
}

.smaill-calender-home .dayContainer
{
  width: 100%;
}

.smaill-calender-home .flatpickr-innerContainer
{
  justify-content: space-around;
}

@media (max-width: 479px)
{
  .fc-toolbar.fc-header-toolbar
  {
    overflow-x: scroll;
  }
}

.page-link
{
  border-color: #DAA520;
}

.br-theme-bars-1to10 .br-widget
{
  height: 50px;
  white-space: nowrap;
}

.br-theme-bars-1to10 .br-widget a
{
  display: block;
  width: 12px;
  padding: 5px 0;
  height: 28px;
  float: left;
  background-color: #ddd;
  margin: 1px;
  text-align: center;
}

.br-theme-bars-1to10 .br-widget a.br-active
{
  background-color: #DAA520;
}

.br-theme-bars-1to10 .br-widget a.br-selected
{
  background-color: #DAA520;
}

.br-theme-bars-1to10 .br-widget .br-current-rating
{
  font-size: 20px;
  line-height: 2;
  float: right;
  color: #DAA520;
  font-weight: 400;
}

.br-theme-bars-1to10 .br-readonly a
{
  cursor: default;
}

.br-theme-bars-1to10 .br-readonly a.br-active
{
  background-color: #f2cd95;
}

.br-theme-bars-1to10 .br-readonly a.br-selected
{
  background-color: #f2cd95;
}

.br-theme-bars-1to10 .br-readonly .br-current-rating
{
  color: #f2cd95;
}

.br-theme-bars-pill .br-widget
{
  white-space: nowrap;
}

.br-theme-bars-pill .br-widget a
{
  padding: 7px 15px;
  background-color: #ddd;
  color: #535f6b;
  text-decoration: none;
  font-size: 13px;
  line-height: 3;
  text-align: center;
  font-weight: 400;
}

.br-theme-bars-pill .br-widget a:first-child
{
  -webkit-border-top-left-radius: 999px;
  -webkit-border-bottom-left-radius: 999px;
  -moz-border-radius-topleft: 999px;
  -moz-border-radius-bottomleft: 999px;
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
}

.br-theme-bars-pill .br-widget a:last-child
{
  -webkit-border-top-right-radius: 999px;
  -webkit-border-bottom-right-radius: 999px;
  -moz-border-radius-top-right: 999px;
  -moz-border-radius-bottom-right: 999px;
  border-top-right-radius: 999px !important;
  border-bottom-right-radius: 999px !important;
}

.br-theme-bars-pill .br-widget a.br-active
{
  background-color: #DAA520;
  color: white;
}

.br-theme-bars-pill .br-widget a.br-selected
{
  background-color: #DAA520;
  color: white;
}

.br-theme-bars-pill .br-readonly a
{
  cursor: default;
}

.br-theme-bars-pill .br-readonly a.br-active
{
  background-color: #7cead1;
}

.br-theme-bars-pill .br-readonly a.br-selected
{
  background-color: #7cead1;
}

.br-theme-fontawesome-stars .br-widget a
{
  margin-right: 8px !important;
}

.br-theme-fontawesome-stars .br-widget a:after
{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

i.amber-text
{
  color: #DAA520 !important;
}

#rateMe1 i
{
  font-size: 18px;
}

.mdb-rating .rate-popover
{
  color: #808080;
}

.mdb-rating .live
{
  color: #000;
}

.mdb-rating .oneStar
{
  color: #44370f;
}

.mdb-rating .twoStars
{
  color: #96781e;
}

.mdb-rating .threeStars
{
  color: #e2b52e;
}

.mdb-rating .fourStars
{
  color: #f1ba12;
}

.mdb-rating .fiveStars
{
  color: #f3cb06;
}

.mdb-rating .amber-text
{
  color: #ffc107;
}

.rating-faces i
{
  font-size: 21px;
}

.br-theme-bars-movie .br-widget
{
  white-space: nowrap;
}

.br-theme-bars-movie .br-widget a
{
  display: block;
  width: 60px;
  height: 10px;
  float: left;
  background-color: transparent;
  border: 1px solid #DAA520;
  margin: 1px;
}

.br-theme-bars-movie .br-widget a.br-active
{
  background-color: #DAA520;
}

.br-theme-bars-movie .br-widget a.br-selected
{
  background-color: #DAA520;
}

.br-theme-bars-movie .br-widget .br-current-rating
{
  clear: both;
  width: 240px;
  text-align: center;
  font-weight: 600;
  display: block;
  padding-top: .5em;
  color: #DAA520;
  font-weight: 400;
}

.br-theme-bars-movie .br-readonly a
{
  cursor: default;
}

.br-theme-bars-movie .br-readonly a.br-active
{
  background-color: #729bf8;
}

.br-theme-bars-movie .br-readonly a.br-selected
{
  background-color: #729bf8;
}

.br-theme-bars-movie .br-readonly .br-current-rating
{
  color: #729bf8;
}

.br-theme-fontawesome-stars .br-widget
{
  height: 28px;
  white-space: nowrap;
}

.br-theme-fontawesome-stars .br-widget a
{
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 2px;
}

.br-theme-fontawesome-stars .br-widget a:after
{
  content: '\f005';
  color: #d2d2d2;
}

.br-theme-fontawesome-stars .br-widget a.br-active:after
{
  color: #edb867;
}

.br-theme-fontawesome-stars .br-widget a.br-selected:after
{
  color: #edb867;
}

.br-theme-fontawesome-stars .br-widget .br-current-rating
{
  display: none;
}

.br-theme-fontawesome-stars .br-readonly a
{
  cursor: default;
}

.basic-tree li
{
  list-style-type: none;
  margin: 0;
  padding: 10px 5px 0 5px;
  position: relative;
  color: #303030;
}

.basic-tree li::before
{
  content: '';
  left: -20px;
  position: absolute;
  right: auto;
  border-left: 1px solid #999;
  bottom: 50px;
  height: 100%;
  top: 0;
  width: 1px;
}

.basic-tree li::after
{
  content: '';
  left: -20px;
  position: absolute;
  right: auto;
  border-top: 1px solid #999;
  height: 20px;
  top: 25px;
  width: 25px;
}

.basic-tree li:last-child::before
{
  height: 30px;
}

.basic-tree li.t-parent>span
{
  cursor: pointer;
}

.basic-tree li.t-parent>span:hover
{
  color: #DAA520;
  color: #DAA520;
}

.basic-tree>ul>li::before
{
  border: 0;
}

.basic-tree>ul>li::after
{
  border: 0;
}

.flex-tree li
{
  position: relative;
  list-style: none;
  margin: 0;
}

.flex-tree li::before
{
  content: '';
  left: -20px;
  position: absolute;
  right: auto;
  border-left: 1px solid #999;
  bottom: 50px;
  height: 100%;
  top: 0;
  width: 1px;
  left: -25px;
}

.flex-tree li::after
{
  content: '';
  left: -20px;
  position: absolute;
  right: auto;
  border-top: 1px solid #999;
  height: 20px;
  top: 25px;
  width: 25px;
  top: 12px;
  left: -25px;
}

.flex-tree li:last-child::before
{
  height: 25px;
}

.flex-tree li label
{
  cursor: pointer;
}

.flex-tree li span
{
  cursor: pointer;
}

.flex-tree li span label
{
  cursor: pointer;
}

.flex-tree li span.open:after
{
  content: "\025BE";
  display: inline-block;
  font: 400 16px/1 Arial, "Helvetica Neue", Helvetica, sans-serif;
  width: 20px;
  margin-top: 4px;
  padding-left: 3px;
  color: #ababab;
}

.flex-tree li span.closed:after
{
  content: "\025BE";
  display: inline-block;
  font: 400 16px/1 Arial, "Helvetica Neue", Helvetica, sans-serif;
  width: 20px;
  margin-top: 4px;
  padding-left: 3px;
  color: #ababab;
  content: "\025B4";
}

.flex-tree>ul>li::before
{
  border: 0;
}

.flex-tree>ul>li::after
{
  border: 0;
}

.flex-tree label
{
  font-weight: normal;
}

.flex-tree label.node
{
  font-weight: bold;
}

.flex-tree input[type="checkbox"]
{
  border: 1px solid #b4b9be;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 16px;
  margin: -4px 4px 0 0;
  outline: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  -webkit-appearance: none;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  transition: 0.05s border-color ease-in-out;
}

.flex-tree input[type="checkbox"]:focus
{
  border-color: #5b9dd9;
  box-shadow: 0 0 2px rgba(30,140,190,0.8);
}

.flex-tree input[type="checkbox"]:checked
{
  background: #DAA520;
  border: none;
}

.flex-tree input[type="checkbox"]:checked:before
{
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  font: 400 20px/1 Arial, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  content: "\02713";
  color: var(--white);
  margin: 1px 0 0 0;
  font-size: 17px !important;
}

.flex-tree input[type="checkbox"]:indeterminate:before
{
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  font: 400 20px/1 Arial, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  content: "\02043";
  color: #DAA520;
  margin: -4px 0 0 -1px;
}

.flex-tree input[type="checkbox"].indeterminate
{
  background-color: #eee;
}

.ic-square
{
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #535f6b;
  text-align: center;
  line-height: 19px;
  font-size: 12px;
}

.tree-box
{
  margin: 0;
}

.iq-footer
{
  padding: 15px;
  margin-left: 260px;
  width: calc(100vw - 264px);
  background: #fff;
  -ms-box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
  -o-box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
  box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
  transition: all 0.3s ease-in-out;
}

.iq-footer ul li a
{
  color: #535f6b;
}

.iq-footer ul li a:hover
{
  color: #DAA520;
  text-decoration: none;
}

body.tab-horizontal .iq-footer
{
  margin-left: 0;
  width: 100%;
}

.iq-mt--70
{
  margin-top: -70px;
}

.banner-main-text
{
  position: absolute;
  left: 15%;
  bottom: 13%;
}

.nav.nav-pills.style-three
{
  margin-top: 10px;
}

.nav.nav-pills.style-three .nav-link.active:before
{
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #DAA520;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
}

.nav.nav-pills.style-three .nav-link:hover:before
{
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #DAA520;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
}

.nav.nav-pills.style-three .nav-link:before
{
  width: 0;
  transition: all 0.3s ease-in-out;
  height: 3px;
  background: #DAA520;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
}

.nav.nav-pills.style-three a
{
  background: transparent;
  position: relative;
  margin-right: 30px;
  padding: 10px 0px;
}

.nav.nav-pills.style-three a:last-child
{
  margin-right: 0px;
}

.iq-card-body.banner-box
{
  padding-bottom: 0;
}

@media (min-width: 1300px)
{
  body.sidebar-main .iq-footer
  {
    margin-left: 80px;
    width: calc(100vw - 85px);
  }
}

@media (max-width: 1299px)
{
  .iq-footer
  {
    padding: 15px 10px;
    margin-left: 0;
    width: 100%;
  }

  body.sidebar-main .iq-footer
  {
    padding: 15px 10px;
    margin-left: 0;
    width: 100%;
  }

  .without-right-sidebar .iq-footer
  {
    width: 100%;
  }
}

@media (max-width: 991px)
{
  .iq-footer
  {
    text-align: center !important;
  }

  .iq-footer .col-lg-6.text-right
  {
    text-align: center !important;
  }
}

.clear
{
  clear: both;
}

@media (min-width: 1300px)
{
  .iq-menu-horizontal .iq-sidebar-menu li .iq-submenu.iq-submenu-data
  {
    position: static;
  }

  .iq-menu-horizontal .iq-sidebar-menu .iq-sidebar-logo
  {
    display: none !important;
  }

  .iq-menu-horizontal .iq-sidebar-menu .iq-menu li:first-child a
  {
    padding-left: 0px;
  }

  .iq-menu-horizontal .iq-sidebar-menu .iq-menu li a:hover
  {
    color: #DAA520;
  }

  .iq-menu-horizontal .iq-sidebar-menu .iq-menu li li .iq-arrow-right
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .iq-menu-horizontal .iq-sidebar-menu .iq-menu li ul
  {
    display: block;
    position: absolute;
    top: 100%;
    padding: 10px 0px;
    min-width: 200px;
    background: #fff;
    z-index: 9;
    transition: all 0.3s ease-in-out;
    display: none;
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    border-radius: 5px;
    -ms-box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
    -o-box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
    box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
  }

  .iq-menu-horizontal .iq-sidebar-menu .iq-menu .iq-submenu li a
  {
    padding: 12px 13px 12px 15px;
  }

  .iq-menu-horizontal .iq-sidebar-menu .iq-menu>li:hover>a
  {
    color: #DAA520;
  }

  .iq-menu-horizontal .iq-sidebar-menu .iq-menu li.menu-open .iq-arrow-right
  {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .iq-menu-horizontal .iq-sidebar-menu li:hover>.iq-submenu
  {
    display: block;
    transition: all 0.3s ease-in-out;
  }

  .iq-menu-horizontal .iq-sidebar-menu li:hover>.iq-submenu.iq-submenu-data
  {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }

  .iq-menu-horizontal .iq-sidebar-menu li>.iq-submenu.iq-submenu-data
  {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: visible;
    left: 100%;
    top: 0;
    -webkit-transform-origin: left center 0;
    transform-origin: left center 0;
  }

  .iq-menu-horizontal .iq-sidebar-menu li>.iq-submenu .iq-arrow-right
  {
    margin-right: 0px;
  }

  .iq-menu-horizontal .sub-scrll
  {
    max-height: 315px;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .iq-menu-horizontal .iq-sidebar-menu .iq-menu li:hover .iq-arrow-right
  {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .iq-menu-horizontal .iq-sidebar-menu .iq-menu li:hover li .iq-arrow-right
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@media (max-width: 1299px)
{
  .iq-menu-horizontal
  {
    position: fixed;
    left: 0;
    right: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    top: 0;
    width: 0;
    background: #fff;
    height: 100vh;
    z-index: 9;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: all 0.3s ease-in-out;
  }

  .iq-menu-horizontal ul.iq-menu
  {
    display: block !important;
    background: #fff;
  }

  .iq-menu-horizontal .iq-sidebar-menu .iq-menu li a
  {
    padding: 15px 20px 15px 30px;
  }

  .iq-menu-horizontal .iq-sidebar-menu .iq-menu li a:hover
  {
    color: #DAA520;
  }

  .iq-menu-horizontal .iq-sidebar-menu .iq-menu li ul
  {
    position: static;
    box-shadow: none;
  }

  .iq-menu-horizontal ul.iq-menu li a[aria-expanded=true] .iq-arrow-right
  {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .sidebar-main .iq-menu-horizontal
  {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    width: 260px;
    transition: all 0.3s ease-in-out;
  }
}

.tab-container .nav-pills .nav-item a
{
  padding: 20px 10px;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 0;
  margin-left: 1px;
}

.tab-container .nav-pills .nav-item a.nav-link.active
{
  color: #fff;
  background: #1360ee;
}

.tab-container .nav-pills .nav-item:hover a
{
  color: #fff;
}

.tab-details .tab-pane.fade
{
  display: none;
}

.tab-details .tab-pane.fade.active.show
{
  display: block;
}

.tab-scrollbar-data
{
  width: 270px;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  background: #fff;
  -ms-box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
  -o-box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
  box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
  transition: all 0.3s ease-in-out;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-direction: column;
  -moz-flex-direction: column;
}

.tab-scrollbar-data.tab-sidebar-close
{
  right: -270px;
}

a.iq-tab-toggle
{
  height: 40px;
  width: 40px;
  line-height: 35px;
  font-size: 18px;
  color: #fff;
  padding: 2px 12px;
  padding-right: 10px;
  display: block !important;
  background: #DAA520;
  -ms-box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
  -o-box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
  box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
  position: absolute;
  border-radius: 5px 0 0 5px;
  top: 50%;
  left: -40px;
}

a.iq-tab-toggle .aerrow-icon-right
{
  display: none;
}

a.iq-tab-toggle .arr-next
{
  position: relative;
  transition: all 0.3s ease-in-out;
}

a.iq-tab-toggle .arr-next:before
{
  content: '\f053';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-name: bounceArrowLeft;
  animation-name: bounceArrowLeft;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

a.iq-tab-toggle .arr-next.arr-two:before
{
  left: 10px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

a.iq-tab-toggle.active .aerrow-icon-left
{
  display: none;
}

a.iq-tab-toggle.active .aerrow-icon-right
{
  display: inline-block;
}

a.iq-tab-toggle.active .arr-next:before
{
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-name: bounceArrow;
  animation-name: bounceArrow;
}

.tab-scrollbar-data .setting-info .setting-title
{
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  margin-top: 25px;
}

.tab-scrollbar-data .setting-info .setting-title:first-child
{
  margin-top: 0px;
}

.tab-scrollbar-data .setting-info .setting-title h5 i
{
  font-size: 20px;
}

.tab-scrollbar-data .setting-info .set-swtich
{
  margin-top: 15px;
}

.tab-scrollbar-data .setting-info .set-swtich h6
{
  font-weight: 400;
}

.tab-scrollbar-data .setting-info .set-swtich .custom-control-input:focus ~ .custom-control-label:before
{
  box-shadow: none;
}

@-webkit-keyframes bounceArrow
{
  0%
  {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1) rotate(-180deg);
    transform: translateX(0px) scale(1) rotate(-180deg);
  }

  25%
  {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9) rotate(-180deg);
    transform: translateX(10px) scale(0.9) rotate(-180deg);
  }

  26%
  {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9) rotate(-180deg);
    transform: translateX(-10px) scale(0.9) rotate(-180deg);
  }

  55%
  {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1) rotate(-180deg);
    transform: translateX(0px) scale(1) rotate(-180deg);
  }
}

@keyframes bounceArrow
{
  0%
  {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1) rotate(-180deg);
    transform: translateX(0px) scale(1) rotate(-180deg);
  }

  25%
  {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9) rotate(-180deg);
    transform: translateX(10px) scale(0.9) rotate(-180deg);
  }

  26%
  {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9) rotate(-180deg);
    transform: translateX(-10px) scale(0.9) rotate(-180deg);
  }

  55%
  {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1) rotate(-180deg);
    transform: translateX(0px) scale(1) rotate(-180deg);
  }
}

@-webkit-keyframes bounceArrowLeft
{
  0%
  {
    opacity: 1;
    -webkit-transform: translateX(10px) scale(0.9) rotate(0deg);
    transform: translateX(10px) scale(0.9) rotate(0deg);
  }

  25%
  {
    opacity: 0;
    -webkit-transform: translateX(0px) scale(1) rotate(0deg);
    transform: translateX(0px) scale(1) rotate(0deg);
  }

  26%
  {
    opacity: 0;
    -webkit-transform: translateX(0px) scale(1) rotate(0deg);
    transform: translateX(0px) scale(1) rotate(0deg);
  }

  55%
  {
    opacity: 1;
    -webkit-transform: translateX(-10px) scale(0.9) rotate(0deg);
    transform: translateX(-10px) scale(0.9) rotate(0deg);
  }
}

@keyframes bounceArrowLeft
{
  0%
  {
    opacity: 1;
    -webkit-transform: translateX(10px) scale(0.9) rotate(0deg);
    transform: translateX(10px) scale(0.9) rotate(0deg);
  }

  25%
  {
    opacity: 0;
    -webkit-transform: translateX(0px) scale(1) rotate(0deg);
    transform: translateX(0px) scale(1) rotate(0deg);
  }

  26%
  {
    opacity: 0;
    -webkit-transform: translateX(0px) scale(1) rotate(0deg);
    transform: translateX(0px) scale(1) rotate(0deg);
  }

  55%
  {
    opacity: 1;
    -webkit-transform: translateX(-10px) scale(0.9) rotate(0deg);
    transform: translateX(-10px) scale(0.9) rotate(0deg);
  }
}

.landing-button
{
  padding: 13px 30px;
  border: none;
  position: relative;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  z-index: 4;
}

.landing-button:hover
{
  text-decoration: none;
}

.landing-button:focus
{
  color: #fff;
}

.landing-button span
{
  z-index: 2;
  position: relative;
}

.button-gradient
{
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  padding: 10px 30px;
  border: none;
  position: relative;
  display: inline-block;
  background-size: 200% auto;
  background-color: #4731b6;
  -ms-box-shadow: 0px 10px 20px 0px rgba(135,108,254,0.4);
  -o-box-shadow: 0px 10px 20px 0px rgba(135,108,254,0.4);
  box-shadow: 0px 10px 20px 0px rgba(135,108,254,0.4);
  cursor: pointer;
  z-index: 4;
  transition: all 0.3s ease-in-out;
}

.button-gradient:hover
{
  background-position: right center;
  color: #fff;
}

.button.gradient-btn
{
  color: #fff;
  border-radius: 5px;
  padding: 10px 30px;
  border: none;
  position: relative;
  display: inline-block;
  background-size: 200% auto;
  z-index: 4;
  transition: all 0.3s ease-in-out;
}

.button.gradient-btn:hover
{
  background-position: right center;
  color: #fff;
}

.button.gradient-btn:focus
{
  background-position: right center;
  color: #fff;
}

.button.blue-btn:focus
{
  color: #fff;
}

.landing-button-link
{
  color: #DAA520;
  font-weight: bold;
}

.landing-button-link:hover
{
  color: #1360ee;
  text-decoration: none;
}

.landing-button-link i
{
  margin-left: 5px;
}

.landing-btn
{
  height: 55px;
  position: absolute;
  top: -63px;
  right: 5px;
}

.iq-button
{
  text-decoration: none;
  cursor: pointer;
  background-color: #fe721c;
  color: #fff;
  line-height: 2;
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: inline-block;
  padding: 15px 80px 15px 30px;
  font-size: 16px;
  border-radius: 5px;
  text-transform: capitalize;
}

.iq-button span
{
  color: #fff;
  display: block;
  text-transform: capitalize;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  letter-spacing: 3px;
  -webkit-transform-origin: center left;
  transform-origin: center left;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
}

.iq-button em
{
  position: absolute;
  height: 1px;
  background: #fff;
  width: 47%;
  right: 30px;
  top: 46%;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: center right;
  transform-origin: center right;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.iq-button:before
{
  z-index: -1;
  content: '';
  background: #01041b;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  top: 0;
  left: 0;
  right: auto;
}

.iq-button:after
{
  z-index: -1;
  content: '';
  background: #01041b;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  bottom: 0;
  right: 0;
  left: auto;
}

.iq-button:hover:before
{
  width: 100%;
  right: 0;
  left: auto;
}

.iq-button:hover:after
{
  width: 100%;
  left: 0;
  right: auto;
}

.iq-button:hover span
{
  color: #fff;
}

.iq-button:hover em
{
  background: #fff;
  -webkit-transform: scaleX(0.4);
  transform: scaleX(0.4);
}

.iq-button-white
{
  text-decoration: none;
  cursor: pointer;
  background-color: #fff;
  color: #fe721c;
  line-height: 2;
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: inline-block;
  padding: 15px 80px 15px 30px;
  font-size: 16px;
  border-radius: 5px;
  text-transform: capitalize;
}

.iq-button-white span
{
  color: #fe721c;
  display: block;
  text-transform: capitalize;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  letter-spacing: 3px;
  -webkit-transform-origin: center left;
  transform-origin: center left;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
}

.iq-button-white em
{
  position: absolute;
  height: 1px;
  background: #fe721c;
  width: 47%;
  right: 30px;
  top: 46%;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: center right;
  transform-origin: center right;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.iq-button-white:before
{
  z-index: -1;
  content: '';
  background: #fe721c;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  top: 0;
  left: 0;
  right: auto;
}

.iq-button-white:after
{
  z-index: -1;
  content: '';
  background: #fe721c;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  bottom: 0;
  right: 0;
  left: auto;
}

.iq-button-white:hover:before
{
  width: 100%;
  right: 0;
  left: auto;
}

.iq-button-white:hover:after
{
  width: 100%;
  left: 0;
  right: auto;
}

.iq-button-white:hover span
{
  color: #fff;
}

.iq-button-white:hover em
{
  background: #fff;
  -webkit-transform: scaleX(0.4);
  transform: scaleX(0.4);
}

.iq-link-button
{
  color: #fe721c;
  text-decoration: none;
}

.iq-link-button:hover
{
  text-decoration: none;
  color: #01041b;
}

.iq-link-button:hover:after
{
  background: #01041b;
  -webkit-transform: scaleX(0.9);
  transform: scaleX(0.9);
}

.iq-link-button:after
{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 2px;
  background-color: #fe721c;
  margin-left: 6px;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scaleX(0.6);
  transform: scaleX(0.6);
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.landing-button:focus
{
  outline: none;
}

.menu-btn
{
  vertical-align: middle;
}

.menu-btn .line
{
  width: 25px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 7px auto;
  transition: all 0.3s ease-in-out;
}

.menu-btn:hover
{
  cursor: pointer;
}

#menu-btn.is-active
{
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(rotate(45deg));
  transform: scale(rotate(45deg));
}

#menu-btn.is-active .line:nth-child(2)
{
  width: 0px;
}

#menu-btn.is-active .line:nth-child(1)
{
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(9px);
  transform: translateY(9px);
}

#menu-btn.is-active .line:nth-child(3)
{
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-9px) rotate(90deg);
  transform: translateY(-9px) rotate(90deg);
}

.landing-btn
{
  height: 55px;
  width: 55px;
  position: absolute;
  top: -63px;
  right: 5px;
  border-radius: 0 5px 5px 0;
}

.btn-primary:not(:disabled):not(.disabled):active
{
  background: #ff4b4b;
}

.btn-primary:not(:disabled):not(.disabled):hover
{
  background: #ff4b4b;
}

.btn-primary:not(:disabled):not(.disabled):active
{
  background: #ffebdf;
}

.btn-primary:not(:disabled):not(.disabled):hover
{
  background: #D4AF37;
}

.iq-button-one
{
  color: #fff;
  background: #ff4b4b;
  text-decoration: none;
  padding: 15px 30px;
  line-height: 16px;
  border: none;
  width: auto;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
}

.iq-button-one:hover
{
  color: #ff4b4b;
  background: #fff;
  text-decoration: none;
}

.iq-button-one:focus
{
  color: #ff4b4b;
  background: #fff;
  text-decoration: none;
}

.iq-button
{
  border-radius: 5px;
}

.iq-button-two
{
  color: #fff;
  text-decoration: none;
  padding: 15px 30px;
  line-height: 16px;
  border: none;
  width: auto;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
}

.iq-button-two:hover
{
  text-decoration: none;
  background-color: #01041b;
  color: #fff;
}

.iq-button-two:focus
{
  text-decoration: none;
  background-color: #01041b;
  color: #fff;
}

.iq-button-one
{
  border-radius: 5px;
}

.video-btn a
{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -13%;
  background-color: #DAA520;
  color: #fff;
}

.banner-btn
{
  color: #4731b6;
  background: #fff;
}

.banner-btn:hover
{
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}

.bg-blue
{
  color: #fff !important;
  background-color: #DAA520 !important;
}

a.bg-blue:hover,a.bg-blue:focus,button.bg-blue:hover,button.bg-blue:focus
{
  color: #fff !important;
  background-color: #D4AF37 !important;
}

.bg-indigo
{
  color: #fff !important;
  background-color: #6610f2 !important;
}

a.bg-indigo:hover,a.bg-indigo:focus,button.bg-indigo:hover,button.bg-indigo:focus
{
  color: #fff !important;
  background-color: #510bc4 !important;
}

.bg-purple
{
  color: #fff !important;
  background-color: #4731b6 !important;
}

a.bg-purple:hover,a.bg-purple:focus,button.bg-purple:hover,button.bg-purple:focus
{
  color: #fff !important;
  background-color: #37268e !important;
}

.bg-pink
{
  color: #212529 !important;
  background-color: #FFE0E0 !important;
}

a.bg-pink:hover,a.bg-pink:focus,button.bg-pink:hover,button.bg-pink:focus
{
  color: #fff !important;
  background-color: #ffadad !important;
}

.bg-red
{
  color: #fff !important;
  background-color: #ff4b4b !important;
}

a.bg-red:hover,a.bg-red:focus,button.bg-red:hover,button.bg-red:focus
{
  color: #fff !important;
  background-color: #ff1818 !important;
}

.bg-orange
{
  color: #fff !important;
  background-color: #fd7e14 !important;
}

a.bg-orange:hover,a.bg-orange:focus,button.bg-orange:hover,button.bg-orange:focus
{
  color: #fff !important;
  background-color: #dc6502 !important;
}

.bg-yellow
{
  color: #fff !important;
  background-color: #fe721c !important;
}

a.bg-yellow:hover,a.bg-yellow:focus,button.bg-yellow:hover,button.bg-yellow:focus
{
  color: #fff !important;
  background-color: #e65801 !important;
}

.bg-green
{
  color: #fff !important;
  background-color: #37e6b0 !important;
}

a.bg-green:hover,a.bg-green:focus,button.bg-green:hover,button.bg-green:focus
{
  color: #fff !important;
  background-color: #1ad098 !important;
}

.bg-teal
{
  color: #fff !important;
  background-color: #20c997 !important;
}

a.bg-teal:hover,a.bg-teal:focus,button.bg-teal:hover,button.bg-teal:focus
{
  color: #fff !important;
  background-color: #199d76 !important;
}

.bg-cyan
{
  color: #fff !important;
  background-color: #876cfe !important;
}

a.bg-cyan:hover,a.bg-cyan:focus,button.bg-cyan:hover,button.bg-cyan:focus
{
  color: #fff !important;
  background-color: #5e39fe !important;
}

.bg-white
{
  color: #212529 !important;
  background-color: #fff !important;
}

a.bg-white:hover,a.bg-white:focus,button.bg-white:hover,button.bg-white:focus
{
  color: #fff !important;
  background-color: #e6e6e6 !important;
}

.bg-gray
{
  color: #fff !important;
  background-color: #6c757d !important;
}

a.bg-gray:hover,a.bg-gray:focus,button.bg-gray:hover,button.bg-gray:focus
{
  color: #fff !important;
  background-color: #545b62 !important;
}

.bg-gray-dark
{
  color: #fff !important;
  background-color: #01041b !important;
}

a.bg-gray-dark:hover,a.bg-gray-dark:focus,button.bg-gray-dark:hover,button.bg-gray-dark:focus
{
  color: #fff !important;
  background-color: #000 !important;
}

.bg-gradient-blue
{
  background: #DAA520 linear-gradient(180deg, #6299ff, #DAA520) repeat-x !important;
}

.bg-gradient-indigo
{
  background: #6610f2 linear-gradient(180deg, #7c33f4, #6610f2) repeat-x !important;
}

.bg-gradient-purple
{
  background: #4731b6 linear-gradient(180deg, #624fc1, #4731b6) repeat-x !important;
}

.bg-gradient-pink
{
  background: #FFE0E0 linear-gradient(180deg, #fee4e5, #FFE0E0) repeat-x !important;
}

.bg-gradient-red
{
  background: #ff4b4b linear-gradient(180deg, #fe6566, #ff4b4b) repeat-x !important;
}

.bg-gradient-orange
{
  background: #fd7e14 linear-gradient(180deg, #fd9137, #fd7e14) repeat-x !important;
}

.bg-gradient-yellow
{
  background: #fe721c linear-gradient(180deg, #fd873e, #fe721c) repeat-x !important;
}

.bg-gradient-green
{
  background: #37e6b0 linear-gradient(180deg, #54e9bc, #37e6b0) repeat-x !important;
}

.bg-gradient-teal
{
  background: #20c997 linear-gradient(180deg, #41d1a6, #20c997) repeat-x !important;
}

.bg-gradient-cyan
{
  background: #876cfe linear-gradient(180deg, #9881fe, #876cfe) repeat-x !important;
}

.bg-gradient-white
{
  background: #fff linear-gradient(180deg, #fefeff, #fff) repeat-x !important;
}

.bg-gradient-gray
{
  background: #6c757d linear-gradient(180deg, #818990, #6c757d) repeat-x !important;
}

.bg-gradient-gray-dark
{
  background: #01041b linear-gradient(180deg, #26293d, #01041b) repeat-x !important;
}

.bg-gradient-primary
{
  background: #DAA520 linear-gradient(180deg, #6299ff, #DAA520) repeat-x !important;
}

.bg-gradient-secondary
{
  background: #6c757d linear-gradient(180deg, #818990, #6c757d) repeat-x !important;
}

.bg-gradient-success
{
  background: #37e6b0 linear-gradient(180deg, #54e9bc, #37e6b0) repeat-x !important;
}

.bg-gradient-info
{
  background: #876cfe linear-gradient(180deg, #9881fe, #876cfe) repeat-x !important;
}

.bg-gradient-warning
{
  background: #fe721c linear-gradient(180deg, #fd873e, #fe721c) repeat-x !important;
}

.bg-gradient-danger
{
  background: #ff4b4b linear-gradient(180deg, #fe6566, #ff4b4b) repeat-x !important;
}

.bg-gradient-light
{
  background: #c7cbd3 linear-gradient(180deg, #cfd2d9, #c7cbd3) repeat-x !important;
}

.bg-gradient-dark
{
  background: #01041b linear-gradient(180deg, #26293d, #01041b) repeat-x !important;
}

.bg-gradient-orange
{
  background: #fd7e14 linear-gradient(180deg, #fd9137, #fd7e14) repeat-x !important;
}

.bg-gradient-purple
{
  background: #4731b6 linear-gradient(180deg, #624fc1, #4731b6) repeat-x !important;
}

.bg-gradient-pink
{
  background: #FFE0E0 linear-gradient(180deg, #fee4e5, #FFE0E0) repeat-x !important;
}

.bg-primary
{
  color: #fff !important;
  background-color: #DAA520 !important;
}

a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus
{
  color: #fff !important;
  background-color: #D4AF37 !important;
}

.badge-primary
{
  color: #fff !important;
  background-color: #DAA520 !important;
}

a.badge-primary:hover,a.badge-primary:focus,button.badge-primary:hover,button.badge-primary:focus
{
  color: #fff !important;
  background-color: #D4AF37 !important;
}

.bg-secondary
{
  color: #fff !important;
  background-color: #6c757d !important;
}

a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus
{
  color: #fff !important;
  background-color: #545b62 !important;
}

.badge-secondary
{
  color: #fff !important;
  background-color: #6c757d !important;
}

a.badge-secondary:hover,a.badge-secondary:focus,button.badge-secondary:hover,button.badge-secondary:focus
{
  color: #fff !important;
  background-color: #545b62 !important;
}

.bg-success
{
  color: #fff !important;
  background-color: #37e6b0 !important;
}

a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus
{
  color: #fff !important;
  background-color: #1ad098 !important;
}

.badge-success
{
  color: #fff !important;
  background-color: #37e6b0 !important;
}

a.badge-success:hover,a.badge-success:focus,button.badge-success:hover,button.badge-success:focus
{
  color: #fff !important;
  background-color: #1ad098 !important;
}

.bg-info
{
  color: #fff !important;
  background-color: #876cfe !important;
}

a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus
{
  color: #fff !important;
  background-color: #5e39fe !important;
}

.badge-info
{
  color: #fff !important;
  background-color: #876cfe !important;
}

a.badge-info:hover,a.badge-info:focus,button.badge-info:hover,button.badge-info:focus
{
  color: #fff !important;
  background-color: #5e39fe !important;
}

.bg-warning
{
  color: #fff !important;
  background-color: #fe721c !important;
}

a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus
{
  color: #fff !important;
  background-color: #e65801 !important;
}

.badge-warning
{
  color: #fff !important;
  background-color: #fe721c !important;
}

a.badge-warning:hover,a.badge-warning:focus,button.badge-warning:hover,button.badge-warning:focus
{
  color: #fff !important;
  background-color: #e65801 !important;
}

.bg-danger
{
  color: #fff !important;
  background-color: #ff4b4b !important;
}

a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus
{
  color: #fff !important;
  background-color: #ff1818 !important;
}

.badge-danger
{
  color: #fff !important;
  background-color: #ff4b4b !important;
}

a.badge-danger:hover,a.badge-danger:focus,button.badge-danger:hover,button.badge-danger:focus
{
  color: #fff !important;
  background-color: #ff1818 !important;
}

.bg-light
{
  color: #212529 !important;
  background-color: #c7cbd3 !important;
}

a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus
{
  color: #fff !important;
  background-color: #aab0bd !important;
}

.badge-light
{
  color: #212529 !important;
  background-color: #c7cbd3 !important;
}

a.badge-light:hover,a.badge-light:focus,button.badge-light:hover,button.badge-light:focus
{
  color: #fff !important;
  background-color: #aab0bd !important;
}

.bg-dark
{
  color: #fff !important;
  background-color: #01041b !important;
}

a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus
{
  color: #fff !important;
  background-color: #000 !important;
}

.badge-dark
{
  color: #fff !important;
  background-color: #01041b !important;
}

a.badge-dark:hover,a.badge-dark:focus,button.badge-dark:hover,button.badge-dark:focus
{
  color: #fff !important;
  background-color: #000 !important;
}

.bg-orange
{
  color: #fff !important;
  background-color: #fd7e14 !important;
}

a.bg-orange:hover,a.bg-orange:focus,button.bg-orange:hover,button.bg-orange:focus
{
  color: #fff !important;
  background-color: #dc6502 !important;
}

.badge-orange
{
  color: #fff !important;
  background-color: #fd7e14 !important;
}

a.badge-orange:hover,a.badge-orange:focus,button.badge-orange:hover,button.badge-orange:focus
{
  color: #fff !important;
  background-color: #dc6502 !important;
}

.bg-purple
{
  color: #fff !important;
  background-color: #4731b6 !important;
}

a.bg-purple:hover,a.bg-purple:focus,button.bg-purple:hover,button.bg-purple:focus
{
  color: #fff !important;
  background-color: #37268e !important;
}

.badge-purple
{
  color: #fff !important;
  background-color: #4731b6 !important;
}

a.badge-purple:hover,a.badge-purple:focus,button.badge-purple:hover,button.badge-purple:focus
{
  color: #fff !important;
  background-color: #37268e !important;
}

.bg-pink
{
  color: #212529 !important;
  background-color: #FFE0E0 !important;
}

a.bg-pink:hover,a.bg-pink:focus,button.bg-pink:hover,button.bg-pink:focus
{
  color: #fff !important;
  background-color: #ffadad !important;
}

.badge-pink
{
  color: #212529 !important;
  background-color: #FFE0E0 !important;
}

a.badge-pink:hover,a.badge-pink:focus,button.badge-pink:hover,button.badge-pink:focus
{
  color: #fff !important;
  background-color: #ffadad !important;
}

.bg-primary-light
{
  color: #0047c9 !important;
  background-color: #c9dcff !important;
}

a.bg-primary-light:hover,a.bg-primary-light:focus,button.bg-primary-light:hover,button.bg-primary-light:focus
{
  color: #0047c9 !important;
  background-color: #96bbff !important;
}

.bg-secondary-light
{
  color: #4b4e54 !important;
  background-color: #ccced2 !important;
}

a.bg-secondary-light:hover,a.bg-secondary-light:focus,button.bg-secondary-light:hover,button.bg-secondary-light:focus
{
  color: #4b4e54 !important;
  background-color: #b1b4ba !important;
}

.bg-success-light
{
  color: #15ca92 !important;
  background-color: #e2fcf4 !important;
}

a.bg-success-light:hover,a.bg-success-light:focus,button.bg-success-light:hover,button.bg-success-light:focus
{
  color: #15ca92 !important;
  background-color: #b4f7e2 !important;
}

.bg-info-light
{
  color: #2700d4 !important;
  background-color: #dcd4ff !important;
}

a.bg-info-light:hover,a.bg-info-light:focus,button.bg-info-light:hover,button.bg-info-light:focus
{
  color: #2700d4 !important;
  background-color: #b2a1ff !important;
}

.bg-warning-light
{
  color: #df5400 !important;
  background-color: #ffebdf !important;
}

a.bg-warning-light:hover,a.bg-warning-light:focus,button.bg-warning-light:hover,button.bg-warning-light:focus
{
  color: #df5400 !important;
  background-color: #ffcbac !important;
}

.bg-danger-light
{
  color: #ca0000 !important;
  background-color: #ffcaca !important;
}

a.bg-danger-light:hover,a.bg-danger-light:focus,button.bg-danger-light:hover,button.bg-danger-light:focus
{
  color: #ca0000 !important;
  background-color: #ff9797 !important;
}

.bg-light-light
{
  color: #444a57 !important;
  background-color: #c7cbd3 !important;
}

a.bg-light-light:hover,a.bg-light-light:focus,button.bg-light-light:hover,button.bg-light-light:focus
{
  color: #444a57 !important;
  background-color: #aab0bd !important;
}

.bg-dark-light
{
  color: rgba(68,74,87,0.1) !important;
  background-color: rgba(199,203,211,0.1) !important;
}

a.bg-dark-light:hover,a.bg-dark-light:focus,button.bg-dark-light:hover,button.bg-dark-light:focus
{
  color: rgba(68,74,87,0.1) !important;
  background-color: rgba(170,176,189,0.1) !important;
}

.bg-orange-light
{
  color: #d81600 !important;
  background-color: #ffdcd8 !important;
}

a.bg-orange-light:hover,a.bg-orange-light:focus,button.bg-orange-light:hover,button.bg-orange-light:focus
{
  color: #d81600 !important;
  background-color: #ffaea5 !important;
}

.bg-purple-light
{
  color: #2200c0 !important;
  background-color: #cbc0ff !important;
}

a.bg-purple-light:hover,a.bg-purple-light:focus,button.bg-purple-light:hover,button.bg-purple-light:focus
{
  color: #2200c0 !important;
  background-color: #a18dff !important;
}

.bg-pink-light
{
  color: #f10000 !important;
  background-color: #fff1f1 !important;
}

a.bg-pink-light:hover,a.bg-pink-light:focus,button.bg-pink-light:hover,button.bg-pink-light:focus
{
  color: #f10000 !important;
  background-color: #ffbebe !important;
}

.avatar-30
{
  height: 30px;
  width: 30px;
  line-height: 30px;
  min-width: 30px;
}

.avatar-35
{
  height: 35px;
  width: 35px;
  line-height: 35px;
  min-width: 35px;
}

.avatar-40
{
  height: 40px;
  width: 40px;
  line-height: 40px;
  min-width: 40px;
}

.avatar-45
{
  height: 45px;
  width: 45px;
  line-height: 45px;
  min-width: 45px;
}

.avatar-50
{
  height: 50px;
  width: 50px;
  line-height: 50px;
  min-width: 50px;
}

.avatar-60
{
  height: 60px;
  width: 60px;
  line-height: 60px;
  min-width: 60px;
}

.avatar-70
{
  height: 70px;
  width: 70px;
  line-height: 70px;
  min-width: 70px;
}

.avatar-80
{
  height: 80px;
  width: 80px;
  line-height: 80px;
  min-width: 80px;
}

.avatar-90
{
  height: 90px;
  width: 90px;
  line-height: 90px;
  min-width: 90px;
}

.avatar-100
{
  height: 100px;
  width: 100px;
  line-height: 100px;
  min-width: 100px;
}

.avatar-110
{
  height: 110px;
  width: 110px;
  line-height: 110px;
  min-width: 110px;
}

.avatar-120
{
  height: 120px;
  width: 120px;
  line-height: 120px;
  min-width: 120px;
}

.avatar-130
{
  height: 130px;
  width: 130px;
  line-height: 130px;
  min-width: 130px;
}

.avatar-155
{
  height: 155px;
  width: 155px;
  line-height: 155px;
  min-width: 155px;
}

.avatar-235
{
  height: 235px;
  width: 235px;
  line-height: 235px;
  min-width: 235px;
}

.font-size-12
{
  font-size: 12px !important;
}

.font-size-14
{
  font-size: 14px !important;
}

.font-size-16
{
  font-size: 16px !important;
}

.font-size-18
{
  font-size: 18px !important;
}

.font-size-20
{
  font-size: 20px !important;
}

.font-size-32
{
  font-size: 32px !important;
}

.font-size-40
{
  font-size: 40px !important;
}

.font-weight-300
{
  font-weight: 300 !important;
}

.font-weight-400
{
  font-weight: 400 !important;
}

.font-weight-500
{
  font-weight: 500 !important;
}

.font-weight-600
{
  font-weight: 600 !important;
}

.font-weight-700
{
  font-weight: 700 !important;
}

.font-weight-800
{
  font-weight: 800 !important;
}

.font-weight-900
{
  font-weight: 900 !important;
}

.text-underline
{
  text-decoration: underline;
}

.text-through
{
  text-decoration: line-through;
}

@media (min-width: 576px)
{
  .text-xs-chirag
  {
    font-size: 12 !important;
  }
}

.text-sm
{
  font-size: 12 !important;
}

.text-lg
{
  font-size: 12 !important;
}

.text-xl
{
  font-size: 12 !important;
}

.line-height-100
{
  line-height: 1;
}

.line-height-110
{
  line-height: 1.1;
}

.line-height-120
{
  line-height: 1.2;
}

.line-height-130
{
  line-height: 1.3;
}

.line-height-140
{
  line-height: 1.4;
}

.line-height-150
{
  line-height: 1.5;
}

.line-height-160
{
  line-height: 1.6;
}

.line-height-170
{
  line-height: 1.7;
}

.line-height-180
{
  line-height: 1.8;
}

.letter-spacing-1
{
  letter-spacing: .0625rem;
}

.letter-spacing-15
{
  letter-spacing: .09375rem;
}

.letter-spacing-2
{
  letter-spacing: 0.125rem;
}

.text-blue
{
  color: #DAA520 !important;
}

a.text-blue:hover,a.text-blue:focus
{
  color: #0058fa !important;
}

.text-indigo
{
  color: #6610f2 !important;
}

a.text-indigo:hover,a.text-indigo:focus
{
  color: #4709ac !important;
}

.text-purple
{
  color: #4731b6 !important;
}

a.text-purple:hover,a.text-purple:focus
{
  color: #2f217a !important;
}

.text-pink
{
  color: #FFE0E0 !important;
}

a.text-pink:hover,a.text-pink:focus
{
  color: #ff9494 !important;
}

.text-red
{
  color: #ff4b4b !important;
}

a.text-red:hover,a.text-red:focus
{
  color: #fe0000 !important;
}

.text-orange
{
  color: #fd7e14 !important;
}

a.text-orange:hover,a.text-orange:focus
{
  color: #c35a02 !important;
}

.text-yellow
{
  color: #fe721c !important;
}

a.text-yellow:hover,a.text-yellow:focus
{
  color: #cd4e01 !important;
}

.text-green
{
  color: #37e6b0 !important;
}

a.text-green:hover,a.text-green:focus
{
  color: #17b987 !important;
}

.text-teal
{
  color: #20c997 !important;
}

a.text-teal:hover,a.text-teal:focus
{
  color: #158765 !important;
}

.text-cyan
{
  color: #876cfe !important;
}

a.text-cyan:hover,a.text-cyan:focus
{
  color: #4920fd !important;
}

.text-white
{
  color: #fff !important;
}

a.text-white:hover,a.text-white:focus
{
  color: #d9d9d9 !important;
}

.text-gray
{
  color: #6c757d !important;
}

a.text-gray:hover,a.text-gray:focus
{
  color: #494f54 !important;
}

.text-gray-dark
{
  color: #01041b !important;
}

a.text-gray-dark:hover,a.text-gray-dark:focus
{
  color: #000 !important;
}/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/.animated
{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge
{
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce
{
  0%,20%,50%,80%,100%
  {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40%
  {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60%
  {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce
{
  0%,20%,50%,80%,100%
  {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40%
  {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60%
  {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce
{
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash
{
  0%,50%,100%
  {
    opacity: 1;
  }

  25%,75%
  {
    opacity: 0;
  }
}

@keyframes flash
{
  0%,50%,100%
  {
    opacity: 1;
  }

  25%,75%
  {
    opacity: 0;
  }
}

.flash
{
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse
{
  0%
  {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50%
  {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100%
  {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse
{
  0%
  {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50%
  {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100%
  {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.pulse
{
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake
{
  0%,100%
  {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%,30%,50%,70%,90%
  {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,40%,60%,80%
  {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake
{
  0%,100%
  {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%,30%,50%,70%,90%
  {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,40%,60%,80%
  {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake
{
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing
{
  20%
  {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40%
  {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60%
  {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80%
  {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100%
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing
{
  20%
  {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40%
  {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60%
  {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80%
  {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100%
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing
{
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada
{
  0%
  {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%,20%
  {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%,50%,70%,90%
  {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%,60%,80%
  {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100%
  {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada
{
  0%
  {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%,20%
  {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%,50%,70%,90%
  {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%,60%,80%
  {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100%
  {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada
{
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble
{
  0%
  {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15%
  {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30%
  {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45%
  {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60%
  {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75%
  {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100%
  {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble
{
  0%
  {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15%
  {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30%
  {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45%
  {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60%
  {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75%
  {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100%
  {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble
{
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn
{
  0%
  {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  50%
  {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70%
  {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100%
  {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn
{
  0%
  {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  50%
  {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70%
  {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100%
  {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn
{
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown
{
  0%
  {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60%
  {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80%
  {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100%
  {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown
{
  0%
  {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60%
  {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80%
  {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100%
  {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown
{
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft
{
  0%
  {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60%
  {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80%
  {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100%
  {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft
{
  0%
  {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60%
  {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80%
  {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100%
  {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft
{
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight
{
  0%
  {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60%
  {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80%
  {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100%
  {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight
{
  0%
  {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60%
  {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80%
  {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100%
  {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight
{
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp
{
  0%
  {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60%
  {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80%
  {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100%
  {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp
{
  0%
  {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60%
  {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80%
  {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100%
  {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp
{
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut
{
  0%
  {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25%
  {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  50%
  {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100%
  {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

@keyframes bounceOut
{
  0%
  {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25%
  {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  50%
  {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100%
  {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

.bounceOut
{
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown
{
  0%
  {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20%
  {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100%
  {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown
{
  0%
  {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20%
  {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100%
  {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown
{
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft
{
  0%
  {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20%
  {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100%
  {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft
{
  0%
  {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20%
  {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100%
  {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft
{
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight
{
  0%
  {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20%
  {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100%
  {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight
{
  0%
  {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20%
  {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100%
  {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight
{
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp
{
  0%
  {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20%
  {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100%
  {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp
{
  0%
  {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20%
  {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100%
  {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp
{
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn
{
  0%
  {
    opacity: 0;
  }

  100%
  {
    opacity: 1;
  }
}

@keyframes fadeIn
{
  0%
  {
    opacity: 0;
  }

  100%
  {
    opacity: 1;
  }
}

.fadeIn
{
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown
{
  0%
  {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100%
  {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown
{
  0%
  {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100%
  {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown
{
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig
{
  0%
  {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100%
  {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig
{
  0%
  {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100%
  {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig
{
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft
{
  0%
  {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100%
  {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft
{
  0%
  {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100%
  {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft
{
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig
{
  0%
  {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100%
  {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig
{
  0%
  {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100%
  {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig
{
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight
{
  0%
  {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100%
  {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight
{
  0%
  {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100%
  {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight
{
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig
{
  0%
  {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100%
  {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig
{
  0%
  {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100%
  {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig
{
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp
{
  0%
  {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100%
  {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp
{
  0%
  {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100%
  {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp
{
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig
{
  0%
  {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100%
  {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig
{
  0%
  {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100%
  {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig
{
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut
{
  0%
  {
    opacity: 1;
  }

  100%
  {
    opacity: 0;
  }
}

@keyframes fadeOut
{
  0%
  {
    opacity: 1;
  }

  100%
  {
    opacity: 0;
  }
}

.fadeOut
{
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown
{
  0%
  {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100%
  {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown
{
  0%
  {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100%
  {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown
{
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig
{
  0%
  {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100%
  {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig
{
  0%
  {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100%
  {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig
{
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft
{
  0%
  {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100%
  {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft
{
  0%
  {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100%
  {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft
{
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig
{
  0%
  {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100%
  {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig
{
  0%
  {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100%
  {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig
{
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight
{
  0%
  {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100%
  {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight
{
  0%
  {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100%
  {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight
{
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig
{
  0%
  {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100%
  {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig
{
  0%
  {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100%
  {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig
{
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp
{
  0%
  {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100%
  {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp
{
  0%
  {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100%
  {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp
{
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig
{
  0%
  {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100%
  {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig
{
  0%
  {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100%
  {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig
{
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip
{
  0%
  {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40%
  {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50%
  {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80%
  {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100%
  {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip
{
  0%
  {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40%
  {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50%
  {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80%
  {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100%
  {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip
{
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX
{
  0%
  {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40%
  {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70%
  {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100%
  {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX
{
  0%
  {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40%
  {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70%
  {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100%
  {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX
{
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY
{
  0%
  {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40%
  {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70%
  {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100%
  {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY
{
  0%
  {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40%
  {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70%
  {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100%
  {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY
{
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX
{
  0%
  {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100%
  {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX
{
  0%
  {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100%
  {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX
{
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY
{
  0%
  {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100%
  {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY
{
  0%
  {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100%
  {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY
{
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn
{
  0%
  {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60%
  {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80%
  {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100%
  {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn
{
  0%
  {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60%
  {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80%
  {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100%
  {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn
{
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut
{
  0%
  {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100%
  {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut
{
  0%
  {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100%
  {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut
{
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn
{
  0%
  {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100%
  {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn
{
  0%
  {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100%
  {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn
{
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft
{
  0%
  {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100%
  {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft
{
  0%
  {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100%
  {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft
{
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight
{
  0%
  {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100%
  {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight
{
  0%
  {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100%
  {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight
{
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft
{
  0%
  {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100%
  {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft
{
  0%
  {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100%
  {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft
{
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight
{
  0%
  {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100%
  {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight
{
  0%
  {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100%
  {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight
{
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut
{
  0%
  {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100%
  {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut
{
  0%
  {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100%
  {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut
{
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft
{
  0%
  {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100%
  {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft
{
  0%
  {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100%
  {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft
{
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight
{
  0%
  {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100%
  {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight
{
  0%
  {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100%
  {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight
{
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft
{
  0%
  {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100%
  {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft
{
  0%
  {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100%
  {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft
{
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight
{
  0%
  {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100%
  {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight
{
  0%
  {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100%
  {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight
{
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown
{
  0%
  {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100%
  {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown
{
  0%
  {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100%
  {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown
{
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft
{
  0%
  {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100%
  {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft
{
  0%
  {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100%
  {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft
{
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight
{
  0%
  {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100%
  {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight
{
  0%
  {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100%
  {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight
{
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft
{
  0%
  {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100%
  {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft
{
  0%
  {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100%
  {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft
{
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight
{
  0%
  {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100%
  {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight
{
  0%
  {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100%
  {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight
{
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp
{
  0%
  {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100%
  {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp
{
  0%
  {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100%
  {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp
{
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge
{
  0%
  {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,60%
  {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%
  {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80%
  {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100%
  {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge
{
  0%
  {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,60%
  {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%
  {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80%
  {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100%
  {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge
{
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn
{
  0%
  {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100%
  {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn
{
  0%
  {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100%
  {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn
{
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut
{
  0%
  {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100%
  {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut
{
  0%
  {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100%
  {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut
{
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

.swal2-popup.swal2-toast
{
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: .625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9;
}

.swal2-popup.swal2-toast .swal2-header
{
  flex-direction: row;
  padding: 0;
}

.swal2-popup.swal2-toast .swal2-title
{
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-footer
{
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: .8em;
}

.swal2-popup.swal2-toast .swal2-close
{
  position: static;
  width: .8em;
  height: .8em;
  line-height: .8;
}

.swal2-popup.swal2-toast .swal2-content
{
  justify-content: flex-start;
  padding: 0;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-icon
{
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content
{
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active)
{
  .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content
  {
    font-size: .25em;
  }
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring
{
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line']
{
  top: .875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left']
{
  left: .3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right']
{
  right: .3125em;
}

.swal2-popup.swal2-toast .swal2-actions
{
  flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 .3125em;
  padding: 0;
}

.swal2-popup.swal2-toast .swal2-styled
{
  margin: 0 .3125em;
  padding: .3125em .625em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-styled:focus
{
  box-shadow: 0 0 0 1px #fff,0 0 0 3px rgba(100,150,200,0.5);
}

.swal2-popup.swal2-toast .swal2-success
{
  border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line']
{
  position: absolute;
  width: 1.6em;
  height: 3em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left']
{
  top: -.8em;
  left: -.5em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 2em 2em;
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right']
{
  top: -.25em;
  left: .9375em;
  -webkit-transform-origin: 0 1.5em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring
{
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix
{
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line']
{
  height: .3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip']
{
  top: 1.125em;
  left: .1875em;
  width: .75em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long']
{
  top: .9375em;
  right: .1875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip
{
  -webkit-animation: swal2-toast-animate-success-line-tip .75s;
  animation: swal2-toast-animate-success-line-tip .75s;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long
{
  -webkit-animation: swal2-toast-animate-success-line-long .75s;
  animation: swal2-toast-animate-success-line-long .75s;
}

.swal2-popup.swal2-toast.swal2-show
{
  -webkit-animation: swal2-toast-show 0.5s;
  animation: swal2-toast-show 0.5s;
}

.swal2-popup.swal2-toast.swal2-hide
{
  -webkit-animation: swal2-toast-hide 0.1s forwards;
  animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container
{
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: .625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-backdrop-show,.swal2-container.swal2-noanimation
{
  background: rgba(0,0,0,0.4);
}

.swal2-container.swal2-backdrop-hide
{
  background: transparent !important;
}

.swal2-container.swal2-top
{
  align-items: flex-start;
}

.swal2-container.swal2-top-start,.swal2-container.swal2-top-left
{
  align-items: flex-start;
  justify-content: flex-start;
}

.swal2-container.swal2-top-end,.swal2-container.swal2-top-right
{
  align-items: flex-start;
  justify-content: flex-end;
}

.swal2-container.swal2-center
{
  align-items: center;
}

.swal2-container.swal2-center-start,.swal2-container.swal2-center-left
{
  align-items: center;
  justify-content: flex-start;
}

.swal2-container.swal2-center-end,.swal2-container.swal2-center-right
{
  align-items: center;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom
{
  align-items: flex-end;
}

.swal2-container.swal2-bottom-start,.swal2-container.swal2-bottom-left
{
  align-items: flex-end;
  justify-content: flex-start;
}

.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-right
{
  align-items: flex-end;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom>:first-child,.swal2-container.swal2-bottom-start>:first-child,.swal2-container.swal2-bottom-left>:first-child,.swal2-container.swal2-bottom-end>:first-child,.swal2-container.swal2-bottom-right>:first-child
{
  margin-top: auto;
}

.swal2-container.swal2-grow-fullscreen>.swal2-modal
{
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}

.swal2-container.swal2-grow-row>.swal2-modal
{
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container.swal2-grow-column
{
  flex: 1;
  flex-direction: column;
}

.swal2-container.swal2-grow-column.swal2-top,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-bottom
{
  align-items: center;
}

.swal2-container.swal2-grow-column.swal2-top-start,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-bottom-left
{
  align-items: flex-start;
}

.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-top-right,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-bottom-right
{
  align-items: flex-end;
}

.swal2-container.swal2-grow-column>.swal2-modal
{
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container.swal2-no-transition
{
  transition: none !important;
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal
{
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active)
{
  .swal2-container .swal2-modal
  {
    margin: 0 !important;
  }
}

.swal2-popup
{
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}

.swal2-popup:focus
{
  outline: none;
}

.swal2-popup.swal2-loading
{
  overflow-y: hidden;
}

.swal2-header
{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em;
}

.swal2-title
{
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions
{
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
  padding: 0 1.6em;
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled]
{
  opacity: .4;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover
{
  background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1));
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active
{
  background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2));
}

.swal2-loader
{
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: .25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent #2778c4 transparent;
}

.swal2-styled
{
  margin: .3125em;
  padding: .625em 2em;
  box-shadow: none;
  font-weight: 500;
}

.swal2-styled:not([disabled])
{
  cursor: pointer;
}

.swal2-styled.swal2-confirm
{
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #2778c4;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-styled.swal2-deny
{
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #d14529;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-styled.swal2-cancel
{
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #757575;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-styled:focus
{
  outline: none;
  box-shadow: 0 0 0 3px rgba(100,150,200,0.5);
}

.swal2-styled::-moz-focus-inner
{
  border: 0;
}

.swal2-footer
{
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-timer-progress-bar-container
{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: .25em;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.swal2-timer-progress-bar
{
  width: 100%;
  height: .25em;
  background: rgba(0,0,0,0.2);
}

.swal2-image
{
  max-width: 100%;
  margin: 1.25em auto;
}

.swal2-close
{
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 5px;
  background: rgba(0,0,0,0);
  color: #ccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
}

.swal2-close:hover
{
  -webkit-transform: none;
  transform: none;
  background: rgba(0,0,0,0);
  color: #f27474;
}

.swal2-close:focus
{
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(100,150,200,0.5);
}

.swal2-close::-moz-focus-inner
{
  border: 0;
}

.swal2-content
{
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}

.swal2-input,.swal2-file,.swal2-textarea,.swal2-select,.swal2-radio,.swal2-checkbox
{
  margin: 1em auto;
}

.swal2-input,.swal2-file,.swal2-textarea
{
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s,box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: .1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.06);
  color: inherit;
  font-size: 1.125em;
}

.swal2-input.swal2-inputerror,.swal2-file.swal2-inputerror,.swal2-textarea.swal2-inputerror
{
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.swal2-input:focus,.swal2-file:focus,.swal2-textarea:focus
{
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 0 3px rgba(100,150,200,0.5);
}

.swal2-input::-webkit-input-placeholder,.swal2-file::-webkit-input-placeholder,.swal2-textarea::-webkit-input-placeholder
{
  color: #ccc;
}

.swal2-input::-moz-placeholder,.swal2-file::-moz-placeholder,.swal2-textarea::-moz-placeholder
{
  color: #ccc;
}

.swal2-input::-ms-input-placeholder,.swal2-file::-ms-input-placeholder,.swal2-textarea::-ms-input-placeholder
{
  color: #ccc;
}

.swal2-input::placeholder,.swal2-file::placeholder,.swal2-textarea::placeholder
{
  color: #ccc;
}

.swal2-range
{
  margin: 1em auto;
  background: #fff;
}

.swal2-range input
{
  width: 80%;
}

.swal2-range output
{
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}

.swal2-range input,.swal2-range output
{
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input
{
  height: 2.625em;
  padding: 0 0.75em;
}

.swal2-input[type='number']
{
  max-width: 10em;
}

.swal2-file
{
  background: inherit;
  font-size: 1.125em;
}

.swal2-textarea
{
  height: 6.75em;
  padding: .75em;
}

.swal2-select
{
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

.swal2-radio,.swal2-checkbox
{
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}

.swal2-radio label,.swal2-checkbox label
{
  margin: 0 .6em;
  font-size: 1.125em;
}

.swal2-radio input,.swal2-checkbox input
{
  margin: 0 .4em;
}

.swal2-input-label
{
  display: flex;
  justify-content: center;
  margin: 1em auto;
}

.swal2-validation-message
{
  display: none;
  align-items: center;
  justify-content: center;
  margin: 0 -2.7em;
  padding: .625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300;
}

.swal2-validation-message::before
{
  content: '!';
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon
{
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-icon .swal2-icon-content
{
  display: flex;
  align-items: center;
  font-size: 3.75em;
}

.swal2-icon.swal2-error
{
  border-color: #f27474;
  color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark
{
  position: relative;
  flex-grow: 1;
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line']
{
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #f27474;
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left']
{
  left: 1.0625em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right']
{
  right: 1em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swal2-icon.swal2-error.swal2-icon-show
{
  -webkit-animation: swal2-animate-error-icon .5s;
  animation: swal2-animate-error-icon .5s;
}

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark
{
  -webkit-animation: swal2-animate-error-x-mark .5s;
  animation: swal2-animate-error-x-mark .5s;
}

.swal2-icon.swal2-warning
{
  border-color: #facea8;
  color: #f8bb86;
}

.swal2-icon.swal2-info
{
  border-color: #9de0f6;
  color: #3fc3ee;
}

.swal2-icon.swal2-question
{
  border-color: #c9dae1;
  color: #87adbd;
}

.swal2-icon.swal2-success
{
  border-color: #a5dc86;
  color: #a5dc86;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line']
{
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left']
{
  top: -.4375em;
  left: -2.0635em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 3.75em 3.75em;
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right']
{
  top: -.6875em;
  left: 1.875em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 3.75em;
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring
{
  position: absolute;
  z-index: 2;
  top: -.25em;
  left: -.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165,220,134,0.3);
  border-radius: 50%;
}

.swal2-icon.swal2-success .swal2-success-fix
{
  position: absolute;
  z-index: 1;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^='swal2-success-line']
{
  display: block;
  position: absolute;
  z-index: 2;
  height: .3125em;
  border-radius: .125em;
  background-color: #a5dc86;
}

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip']
{
  top: 2.875em;
  left: .8125em;
  width: 1.5625em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='long']
{
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip
{
  -webkit-animation: swal2-animate-success-line-tip .75s;
  animation: swal2-animate-success-line-tip .75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long
{
  -webkit-animation: swal2-animate-success-line-long .75s;
  animation: swal2-animate-success-line-long .75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right
{
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps
{
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}

.swal2-progress-steps li
{
  display: inline-block;
  position: relative;
}

.swal2-progress-steps .swal2-progress-step
{
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step
{
  background: #2778c4;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step
{
  background: #add8e6;
  color: #fff;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line
{
  background: #add8e6;
}

.swal2-progress-steps .swal2-progress-step-line
{
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #2778c4;
}

[class^='swal2']
{
  -webkit-tap-highlight-color: transparent;
}

.swal2-show
{
  -webkit-animation: swal2-show 0.3s;
  animation: swal2-show 0.3s;
}

.swal2-hide
{
  -webkit-animation: swal2-hide 0.15s forwards;
  animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation
{
  transition: none;
}

.swal2-scrollbar-measure
{
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close
{
  right: auto;
  left: 0;
}

.swal2-rtl .swal2-timer-progress-bar
{
  right: 0;
  left: auto;
}

@supports (-ms-accelerator: true)
{
  .swal2-range input
  {
    width: 100% !important;
  }

  .swal2-range output
  {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active)
{
  .swal2-range input
  {
    width: 100% !important;
  }

  .swal2-range output
  {
    display: none;
  }
}

@-webkit-keyframes swal2-toast-show
{
  0%
  {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
    transform: translateY(-0.625em) rotateZ(2deg);
  }

  33%
  {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg);
  }

  66%
  {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
    transform: translateY(0.3125em) rotateZ(2deg);
  }

  100%
  {
    -webkit-transform: translateY(0) rotateZ(0deg);
    transform: translateY(0) rotateZ(0deg);
  }
}

@keyframes swal2-toast-show
{
  0%
  {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
    transform: translateY(-0.625em) rotateZ(2deg);
  }

  33%
  {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg);
  }

  66%
  {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
    transform: translateY(0.3125em) rotateZ(2deg);
  }

  100%
  {
    -webkit-transform: translateY(0) rotateZ(0deg);
    transform: translateY(0) rotateZ(0deg);
  }
}

@-webkit-keyframes swal2-toast-hide
{
  100%
  {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@keyframes swal2-toast-hide
{
  100%
  {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@-webkit-keyframes swal2-toast-animate-success-line-tip
{
  0%
  {
    top: .5625em;
    left: .0625em;
    width: 0;
  }

  54%
  {
    top: .125em;
    left: .125em;
    width: 0;
  }

  70%
  {
    top: .625em;
    left: -.25em;
    width: 1.625em;
  }

  84%
  {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }

  100%
  {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}

@keyframes swal2-toast-animate-success-line-tip
{
  0%
  {
    top: .5625em;
    left: .0625em;
    width: 0;
  }

  54%
  {
    top: .125em;
    left: .125em;
    width: 0;
  }

  70%
  {
    top: .625em;
    left: -.25em;
    width: 1.625em;
  }

  84%
  {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }

  100%
  {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}

@-webkit-keyframes swal2-toast-animate-success-line-long
{
  0%
  {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }

  65%
  {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }

  84%
  {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }

  100%
  {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}

@keyframes swal2-toast-animate-success-line-long
{
  0%
  {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }

  65%
  {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }

  84%
  {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }

  100%
  {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}

@-webkit-keyframes swal2-show
{
  0%
  {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  45%
  {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  80%
  {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  100%
  {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes swal2-show
{
  0%
  {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  45%
  {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  80%
  {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  100%
  {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes swal2-hide
{
  0%
  {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100%
  {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes swal2-hide
{
  0%
  {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100%
  {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}

@-webkit-keyframes swal2-animate-success-line-tip
{
  0%
  {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }

  54%
  {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }

  70%
  {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em;
  }

  84%
  {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }

  100%
  {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em;
  }
}

@keyframes swal2-animate-success-line-tip
{
  0%
  {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }

  54%
  {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }

  70%
  {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em;
  }

  84%
  {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }

  100%
  {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em;
  }
}

@-webkit-keyframes swal2-animate-success-line-long
{
  0%
  {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  65%
  {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  84%
  {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }

  100%
  {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}

@keyframes swal2-animate-success-line-long
{
  0%
  {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  65%
  {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  84%
  {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }

  100%
  {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}

@-webkit-keyframes swal2-rotate-success-circular-line
{
  0%
  {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  5%
  {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  12%
  {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }

  100%
  {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

@keyframes swal2-rotate-success-circular-line
{
  0%
  {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  5%
  {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  12%
  {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }

  100%
  {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes swal2-animate-error-x-mark
{
  0%
  {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }

  50%
  {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }

  80%
  {
    margin-top: -.375em;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }

  100%
  {
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-x-mark
{
  0%
  {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }

  50%
  {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }

  80%
  {
    margin-top: -.375em;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }

  100%
  {
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes swal2-animate-error-icon
{
  0%
  {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }

  100%
  {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-icon
{
  0%
  {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }

  100%
  {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes swal2-rotate-loading
{
  0%
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%
  {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swal2-rotate-loading
{
  0%
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%
  {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)
{
  overflow: hidden;
}

body.swal2-height-auto
{
  height: auto !important;
}

body.swal2-no-backdrop .swal2-container
{
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - .625em * 2);
  background-color: transparent !important;
}

body.swal2-no-backdrop .swal2-container>.swal2-modal
{
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

body.swal2-no-backdrop .swal2-container.swal2-top
{
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-top-start,body.swal2-no-backdrop .swal2-container.swal2-top-left
{
  top: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-container.swal2-top-end,body.swal2-no-backdrop .swal2-container.swal2-top-right
{
  top: 0;
  right: 0;
}

body.swal2-no-backdrop .swal2-container.swal2-center
{
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.swal2-no-backdrop .swal2-container.swal2-center-start,body.swal2-no-backdrop .swal2-container.swal2-center-left
{
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-center-end,body.swal2-no-backdrop .swal2-container.swal2-center-right
{
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-bottom
{
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-bottom-start,body.swal2-no-backdrop .swal2-container.swal2-bottom-left
{
  bottom: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-container.swal2-bottom-end,body.swal2-no-backdrop .swal2-container.swal2-bottom-right
{
  right: 0;
  bottom: 0;
}

@media print
{
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)
  {
    overflow-y: scroll !important;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden='true']
  {
    display: none;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container
  {
    position: static !important;
  }
}

body.swal2-toast-shown .swal2-container
{
  background-color: transparent;
}

body.swal2-toast-shown .swal2-container.swal2-top
{
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right
{
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

body.swal2-toast-shown .swal2-container.swal2-top-start,body.swal2-toast-shown .swal2-container.swal2-top-left
{
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-start,body.swal2-toast-shown .swal2-container.swal2-center-left
{
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center
{
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right
{
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-start,body.swal2-toast-shown .swal2-container.swal2-bottom-left
{
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-bottom
{
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right
{
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

body.swal2-toast-column .swal2-toast
{
  flex-direction: column;
  align-items: stretch;
}

body.swal2-toast-column .swal2-toast .swal2-actions
{
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: .3125em;
}

body.swal2-toast-column .swal2-toast .swal2-loading
{
  justify-content: center;
}

body.swal2-toast-column .swal2-toast .swal2-input
{
  height: 2em;
  margin: .3125em auto;
  font-size: 1em;
}

body.swal2-toast-column .swal2-toast .swal2-validation-message
{
  font-size: 1em;
}

.scroller
{
  overflow-y: auto;
  scrollbar-color: #DAA520 #c9dcff;
  scrollbar-width: thin;
}

.scroller::-webkit-scrollbar-thumb
{
  background-color: #DAA520;
}

.scroller::-webkit-scrollbar-track
{
  background-color: #c9dcff;
}

.scroller::-moz-scrollbar-thumb
{
  background-color: #DAA520;
}

.scroller::-moz-scrollbar-track
{
  background-color: #c9dcff;
}

::-webkit-scrollbar
{
  width: 8px;
  height: 8px;
  border-radius: 20px;
}

::-moz-scrollbar
{
  width: 8px;
  height: 8px;
  border-radius: 20px;
}

::-webkit-scrollbar-track
{
  background: #f1f1f1;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb
{
  background: #6c757d;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover
{
  background: #01041b;
  border-radius: 20px;
}

::-moz-scrollbar-thumb
{
  background: #6c757d;
  border-radius: 20px;
}

::-moz-scrollbar-thumb:hover
{
  background: #01041b;
  border-radius: 20px;
}

::-webkit-scrollbar
{
  width: 4px;
  height: 8px;
  border-radius: 5px;
}

::-moz-scrollbar
{
  width: 4px;
  height: 8px;
  border-radius: 5px;
}

.scrollbar-thumb
{
  width: 4px !important;
}

.scrollbar-track-y
{
  width: 4px !important;
}

body
{
  font-family: "Nunito",sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: normal;
  padding: 0;
  margin: 0;
  color: #535f6b;
  background: #fafbfe;
}

a:hover
{
  text-decoration: none;
}

.btn i
{
  margin-right: 5px;
}

.iq-mb-3
{
  margin-bottom: 30px !important;
}

h1
{
  font-family: "Roboto",sans-serif;
  font-weight: 500;
  margin: 0px;
  line-height: 1;
  color: #303030;
  font-size: 3.052em;
}

h1 a
{
  color: inherit;
}

h2
{
  font-family: "Roboto",sans-serif;
  font-weight: 500;
  margin: 0px;
  line-height: 1.5;
  color: #303030;
  font-size: 2.3em;
}

h2 a
{
  color: inherit;
}

h3
{
  font-family: "Roboto",sans-serif;
  font-weight: 500;
  margin: 0px;
  line-height: 1.5;
  color: #303030;
  font-size: 1.953em a;
  font-size-color: inherit;
}

h4
{
  font-family: "Roboto",sans-serif;
  font-weight: 500;
  margin: 0px;
  line-height: 1;
  color: #303030;
  font-size: 1.2em;
}

h4 a
{
  color: inherit;
}

h5
{
  font-family: "Roboto",sans-serif;
  font-weight: 500;
  margin: 0px;
  line-height: 1.5;
  color: #303030;
  font-size: 1.1em;
}

h5 a
{
  color: inherit;
}

h6
{
  font-family: "Roboto",sans-serif;
  font-weight: 500;
  margin: 0px;
  line-height: 1.5;
  color: #303030;
  font-size: 1em;
}

h6 a
{
  color: inherit;
}

button:focus
{
  outline: none;
}

.line-height
{
  line-height: normal;
}

.rounded-normal,.rounded-small
{
  border-radius: 5px;
}

:focus
{
  outline: none;
}

.text-break
{
  word-break: break-all;
}

.border-none
{
  border: none !important;
}

.breadcrumb-item+.breadcrumb-item::before
{
  margin-top: 5px;
}

.user-list-files
{
  justify-content: flex-end;
}

.user-list-files a
{
  padding: 10px 15px;
  margin: 0 0 0 10px;
  border-radius: 5px;
  line-height: normal;
}

code
{
  color: #ff4b4b;
}

.slick-loading .slick-list
{
  background: transparent !important;
}

ul.iq-edit-profile li a
{
  padding: 1rem 1rem !important;
  text-align: center;
}

.change-mode
{
  margin-right: 9px;
}

.change-mode .custom-switch.custom-switch-icon .custom-control-input
{
  height: 100%;
}

.change-mode .custom-switch.custom-switch-icon .custom-control-input:checked ~ .custom-control-label:after
{
  -webkit-transform: translateX(1.6rem);
  transform: translateX(1.6rem);
}

.change-mode .custom-switch.custom-switch-icon .custom-control-input:checked ~ .custom-control-label:before
{
  background-color: #1e272e;
  border-color: #1e272e;
}

.change-mode .custom-switch.custom-switch-icon label.custom-control-label
{
  height: 21px;
}

.change-mode .custom-switch.custom-switch-icon label.custom-control-label:after
{
  top: 3px;
  left: 4px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #535f6b;
}

.change-mode .custom-switch.custom-switch-icon label.custom-control-label:before
{
  width: 3.1rem;
  height: 23px;
  top: 0;
  left: 1px;
  background-color: #fff;
  border-color: #535f6b;
  border-radius: 30px;
}

.change-mode .custom-switch.custom-switch-icon label.custom-control-label .switch-icon-left
{
  top: 1px;
}

.change-mode .custom-switch.custom-switch-icon label.custom-control-label .switch-icon-left i
{
  font-size: 12px;
}

.change-mode .custom-switch.custom-switch-icon label.custom-control-label .switch-icon-right
{
  right: -2px;
  top: 2px;
}

.change-mode .custom-switch.custom-switch-icon label.custom-control-label .switch-icon-right i
{
  font-size: 12px;
}

.custom-control-input:focus ~ .custom-control-label:before
{
  box-shadow: none !important;
}

g[aria-describedby="id-22-description"]
{
  stroke: none;
}

@media (min-width: 1400px)
{
  .container
  {
    max-width: 1300px;
  }

  .container-lg
  {
    max-width: 1300px;
  }

  .container-md
  {
    max-width: 1300px;
  }

  .container-sm
  {
    max-width: 1300px;
  }

  .container-xl
  {
    max-width: 1300px;
  }
}

@media (max-width: 1300px)
{
  .flatpickr-rContainer
  {
    padding-right: 40px;
  }

  .flatpickr-months .flatpickr-next-month
  {
    padding-right: 40px;
  }

  .flatpickr-months .flatpickr-prev-month
  {
    padding-right: 40px;
  }

  .flatpickr-current-month
  {
    left: 7.5%;
  }
}

@media (min-width: 1300px) and (max-width: 1500px)
{
  h3
  {
    font-size: 1.5em;
  }
}

@media (max-width: 1199px)
{
  h2
  {
    font-size: 1.8em;
  }

  h3
  {
    font-size: 1.6em;
  }
}

@media (max-width: 767px)
{
  .table
  {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    display: block;
    overflow-x: auto;
  }

  .tree
  {
    display: inline-table;
  }
}

@media (max-width: 575px)
{
  .user-list-files
  {
    justify-content: center;
    margin-top: 15px;
  }
}

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

.iq-section-pb-85
{
  padding-bottom: 85px;
}

.iq-section-pb-70
{
  padding-bottom: 70px !important;
}

.iq-section-pb-55
{
  padding-bottom: 55px !important;
}

.iq-section-pb-40
{
  padding-bottom: 40px;
}

.iq-mr-15
{
  margin-right: 15px;
}

.iq-ml-15
{
  margin-left: 15px;
}

.iq-mb-60
{
  margin-bottom: 60px;
}

.navbar-brand
{
  padding: .5rem 1rem;
}

.iq-footer
{
  margin: 0;
  width: 100%;
}

button:focus
{
  outline: none;
}

@-webkit-keyframes animationFade
{
  from
  {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to
  {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes animationFade
{
  from
  {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to
  {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

header.fixed
{
  -webkit-animation-name: animationFade;
  animation-name: animationFade;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.landing-saas .main-content
{
  overflow: hidden;
}

.landing-saas p
{
  color: #595a5d;
}

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

.iq-mt-30
{
  margin-top: 30px;
}

.iq-mt-45
{
  margin-top: 45px;
}

.iq-mb-45
{
  margin-bottom: 45px;
}

.landing-saas .iq-bg-over
{
  background: #eff1fe;
}

.landing-saas .breadcrumb-bg
{
  position: relative;
}

.landing-saas .breadcrumb-bg:before
{
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  background: rgba(2,13,30,0.9);
  display: block !important;
}

.landing-saas .breadcrumb-ui:before
{
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  background: rgba(2,13,30,0.9);
  display: block !important;
}

.landing-saas .breadcrumb-video::before
{
  z-index: 1;
}

.landing-saas.breadcrumb-video::before
{
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  background: rgba(2,13,30,0.9);
  display: block !important;
}

.landing-saas .prox-left-img img
{
  position: relative;
  left: -47%;
  max-width: 155% !important;
}

.landing-saas .prox-bg .iq-objects-03
{
  z-index: 1;
}

.landing-saas .main-header .navbar-toggler
{
  background: transparent;
  border-color: #fff;
}

.landing-saas embed
{
  max-width: 100%;
  width: 100%;
}

.landing-saas iframe
{
  max-width: 100%;
  width: 100%;
}

.landing-saas object
{
  max-width: 100%;
  width: 100%;
}

@-webkit-keyframes fadebounce
{
  0%
  {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }

  50%
  {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }

  100%
  {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
}

@keyframes fadebounce
{
  0%
  {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }

  50%
  {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }

  100%
  {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
}

.landing-saas .banner-text p
{
  color: #fff;
}

.landing-saas .iq-banner-06
{
  position: relative;
  overflow: hidden;
}

.landing-saas .iq-banner-06 .banner-text
{
  z-index: 9;
  position: relative;
  margin-top: 15%;
  margin-bottom: 30px;
}

.landing-saas .iq-banner-06 .banner-objects
{
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.landing-saas .iq-banner-06 .banner-objects .banner-objects-01
{
  position: absolute;
  right: -0%;
  bottom: 20%;
  opacity: 0.2;
}

.landing-saas .iq-banner-06 .banner-objects .banner-objects-02
{
  position: absolute;
  bottom: 50%;
  margin-bottom: -280px;
  left: -20%;
  border: 30px solid rgba(255,255,255,0.2);
  border-radius: 900px;
  height: 400px;
  width: 400px;
}

.landing-saas .iq-banner-06 .banner-objects .banner-objects-03
{
  position: absolute;
  top: 19%;
  right: 25%;
  border: 20px solid rgba(255,255,255,0.2);
  border-radius: 900px;
  height: 300px;
  width: 300px;
}

.landing-saas .iq-fadebounce
{
  -webkit-animation-name: fadebounce;
  animation-name: fadebounce;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.landing-saas .owl-carousel .owl-nav.disabled
{
  display: none;
}

.landing-saas .owl-carousel .owl-nav
{
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  cursor: pointer;
  z-index: 999;
}

.landing-saas .owl-carousel .owl-nav .owl-prev
{
  outline: none;
  background: none;
  border: none;
  display: block;
  position: absolute;
  text-align: center;
  text-indent: inherit;
  top: -25px;
  left: -8%;
  width: auto;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.landing-saas .owl-carousel .owl-nav .owl-next
{
  outline: none;
  background: none;
  border: none;
  display: block;
  position: absolute;
  text-align: center;
  text-indent: inherit;
  top: -25px;
  right: -8%;
  width: auto;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.landing-saas .owl-carousel .owl-nav i
{
  font-size: 24px;
  border: 1px solid rgba(0,0,0,0.05);
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding-left: 0px;
  display: inline-block;
  color: #fff;
  background: #4731b6;
  font-weight: normal;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  font-weight: 900;
}

.landing-saas .owl-carousel .owl-nav i:hover
{
  background: #01041b;
  color: #fff;
}

.landing-saas .owl-carousel .owl-dots.disabled
{
  display: none;
}

.landing-saas .owl-carousel .owl-dots
{
  margin-top: 15px;
  position: relative;
  width: 100%;
  display: inline-block;
  text-indent: inherit;
  text-align: center;
  cursor: pointer;
}

.landing-saas .owl-carousel .owl-dots .owl-dot
{
  box-shadow: none;
  outline: none;
  background: #000;
  display: inline-block;
  border-radius: 5px;
  padding: 0;
  margin: 0px 3px;
  height: 10px;
  width: 10px;
  border: 1px solid #000;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.landing-saas .owl-carousel .owl-dots .owl-dot span
{
  display: none;
}

.landing-saas .owl-carousel .owl-dots .owl-dot:hover
{
  background: #4731b6;
  border: 1px solid #4731b6;
}

.landing-saas .owl-carousel .owl-dots .owl-dot.active
{
  background: #fff;
  border: 1px solid #4731b6;
}

.landing-saas .owl-carousel .owl-item img.client-img
{
  width: auto;
  margin: 0 auto;
}

.landing-saas .owl-dots .owl-dot.active:nth-child(n+3)
{
  background: #fff;
  border: 1px solid #4731b6;
}

.landing-saas .landing-saas .owl-dots .owl-dot:nth-child(n+4)
{
  display: none;
}

.landing-saas .single-image-shadow .owl-carousel .video-img
{
  -ms-box-shadow: 1px 12px 15px -5px rgba(0,0,0,0.1);
  -o-box-shadow: 1px 12px 15px -5px rgba(0,0,0,0.1);
  box-shadow: 1px 12px 15px -5px rgba(0,0,0,0.1);
  margin: 30px 15px;
}

.landing-saas .main-left
{
  margin-bottom: 60px !important;
}

.landing-saas .title-box
{
  margin-top: -5px;
  text-align: center;
  margin-bottom: 100px;
}

.landing-saas .title-box h2
{
  margin-bottom: 15px;
}

.landing-saas .title-box .title-design
{
  font-weight: normal;
  color: #595a5d;
  display: inline-block;
  position: relative;
}

.landing-saas .title-box span.title-design.sub-title
{
  color: #fff;
}

.landing-saas .title-box span.title-design.sub-title:before
{
  background: #fff;
  content: "";
}

.landing-saas .title-box .subtitle
{
  position: relative;
}

.landing-saas .prox-contact .title-box.text-center
{
  margin-bottom: 30px;
}

.landing-saas .title-box.text-left
{
  margin-bottom: 40px;
}

.landing-saas .title-box.text-left p
{
  margin-bottom: 0px;
}

.landing-saas .title-box-space
{
  margin-bottom: 30px;
}

.landing-saas .title-box.text-white h2
{
  color: #fff;
}

.landing-saas .title-box.text-center
{
  margin-bottom: 80px;
}

.landing-saas .title-box.title-shadow
{
  margin-bottom: 15px;
}

.landing-saas.title-box.text-left.title-box-space
{
  margin-bottom: 30px;
}

.landing-saas footer
{
  padding: 75px 0;
}

.landing-saas footer .iq-subscribe
{
  margin-bottom: 100px;
}

.landing-saas footer ul
{
  padding: 0;
}

.landing-saas footer .menu li
{
  display: block;
  border-bottom: 0px;
  margin-bottom: 15px;
  line-height: 24px;
  padding: 0;
}

.landing-saas footer .menu li a
{
  color: #595a5d;
  text-decoration: none;
}

.landing-saas footer .menu li a:hover
{
  color: #4731b6;
}

.landing-saas footer .iq-contact li
{
  font-size: 14px;
  color: #595a5d;
  margin-bottom: 15px;
}

.landing-saas footer .iq-contact i
{
  color: #595a5d;
  float: left;
  display: table-cell;
  width: 30px;
  line-height: 23px;
  font-size: 32px;
}

.landing-saas footer .iq-contact p
{
  display: table;
  color: #595a5d;
  margin-bottom: 0px;
  padding-left: 5px;
}

.landing-saas footer .contact-bg
{
  padding-left: 50px;
}

.landing-saas footer .logo
{
  padding-right: 80px;
}

.landing-saas footer .title-fancy .footer-title
{
  margin-bottom: 10px;
}

.landing-saas footer.iq-footer .landing-button.sign-up-btn
{
  position: absolute;
  right: 15px;
}

.landing-saas footer.footer-shap
{
  padding-top: 0;
}

.landing-saas footer.footer-shap input
{
  margin-bottom: 0;
}

.landing-saas footer.footer-one
{
  display: inline-block;
  width: 100%;
  float: left;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.landing-saas footer.footer-one .widget
{
  background: transparent;
}

.landing-saas footer.footer-one .widget .iq-contact li
{
  display: inline-block;
}

.landing-saas footer.footer-one .widget .container
{
  position: relative;
  z-index: 1;
}

.landing-saas footer.footer-one .widget .textwidget p
{
  margin-bottom: 0;
}

.landing-saas footer.footer-one .widget .prox-subscribe h4.footer-title
{
  color: #000 !important;
}

.landing-saas footer.footer-one .widget h4.footer-title
{
  margin-bottom: 15px;
  color: #fff;
}

.landing-saas footer.footer-one .widget ul.menu li a
{
  padding: 0px 0 10px 0px;
  color: #fff;
}

.landing-saas footer.footer-one .widget ul.menu li a:before
{
  display: none;
}

.landing-saas footer.footer-one .widget ul li a
{
  color: #fff;
}

.landing-saas footer.footer-one .widget ul li a:hover
{
  color: #000;
}

.landing-saas footer.footer-one ul.iq-contact
{
  margin-top: 30px;
}

.landing-saas footer.footer-one ul.iq-contact li
{
  margin: 0;
}

.landing-saas footer.footer-one ul.iq-contact li:last-child a span
{
  padding-left: 20px;
}

.landing-saas footer.footer-one ul.iq-contact li:last-child a span:before
{
  content: "|";
  position: absolute;
  left: 0;
}

.landing-saas footer.footer-one ul.iq-contact li a span
{
  padding-left: 25px;
  display: table-cell;
  position: relative;
}

.landing-saas footer.footer-one ul.iq-contact li i
{
  position: absolute;
  left: 0;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
}

.landing-saas footer.footer-one .prox-subscribe
{
  position: relative;
  padding: 30px;
  background: #fff;
  margin-top: -200px;
  -ms-box-shadow: 0px 0px 45px 5px rgba(0,0,0,0.04);
  -o-box-shadow: 0px 0px 45px 5px rgba(0,0,0,0.04);
  box-shadow: 0px 0px 45px 5px rgba(0,0,0,0.04);
  border-radius: 5px;
}

.landing-saas footer.footer-one .prox-subscribe:before
{
  content: "";
  position: absolute;
  bottom: -8px;
  width: 98%;
  z-index: 0;
  border-radius: 5px;
  height: 100%;
  background: #fff;
  -ms-box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.06);
  -o-box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.06);
  box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.06);
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 0.4;
}

.landing-saas footer.footer-one .prox-subscribe:after
{
  content: "";
  position: absolute;
  bottom: -16px;
  width: 96%;
  left: 0;
  margin: 0 auto;
  right: 0;
  z-index: 0;
  border-radius: 5px;
  height: 100%;
  background: #fff;
  -ms-box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.06);
  -o-box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.06);
  box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.06);
  opacity: 0.4;
}

.landing-saas footer.footer-one .footer-top
{
  padding-top: 45px;
  padding-bottom: 45px;
  border-top: 1px solid #f1f1f1;
}

.landing-saas footer.footer-one .footer-top .info-share li
{
  margin-right: 15px;
}

.landing-saas footer.footer-one .footer-top .info-share li:last-child
{
  margin-right: 0px;
}

.landing-saas footer.footer-one input[type=submit] .landing-saas footer.footer-one .info-share li
{
  margin-left: 15px;
  margin-right: 0px;
}

.landing-saas footer.footer-one .menu-footer-menu-container .menu
{
  margin-bottom: 0;
  padding: 0;
}

.landing-saas footer.footer-one .menu-footer-menu-container .menu li
{
  list-style: none;
  display: block;
  margin-right: 10px;
}

.landing-saas footer.footer-one .menu-footer-menu-container .menu li:last-child
{
  margin-right: 0;
}

.landing-saas footer.footer-one .copyright
{
  color: #fff;
}

.landing-saas footer.footer-one .copyright a:hover
{
  text-decoration: none;
  color: #000;
}

.landing-saas footer.footer-one .info-share li a
{
  color: #fff;
}

.landing-saas footer.footer-one .info-share li a:hover
{
  text-decoration: none;
  color: #000;
}

.landing-saas footer.footer-one .copyright-footer
{
  position: relative;
}

.landing-saas footer.footer-one input[type=email].form-control
{
  background: #fff;
  border-color: #f1f1f1;
  border-radius: 5px;
  color: #595a5d;
  width: 100%;
}

.landing-saas footer.footer-one input[type=email].form-control:hover
{
  border-color: #4731b6;
  padding: 0 125px 0 15px;
}

.landing-saas footer.footer-one input[type=email].form-control:focus
{
  border-color: #4731b6;
  padding: 0 125px 0 15px;
}

.landing-saas footer.footer-one .testimonail-widget-menu .owl-carousel .owl-item .testimonial-info
{
  padding: 0;
}

.landing-saas footer.footer-one .testimonail-widget-menu .owl-carousel .owl-item .testimonial-info p
{
  font-size: 14px;
  background: rgba(255,255,255,0.2);
  padding: 15px;
  position: relative;
}

.landing-saas footer.footer-one .testimonail-widget-menu .owl-carousel .owl-item .testimonial-info p:after
{
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 38px;
  right: auto;
  top: auto;
  bottom: -24px;
  border: 12px solid;
  border-color: rgba(255,255,255,0.2) transparent transparent rgba(255,255,255,0.2);
}

.landing-saas footer.footer-one .testimonail-widget-menu .owl-carousel .owl-item .testimonial-info .testimonial-name .sub-title
{
  font-size: 14px;
}

.landing-saas footer.footer-one .testimonail-widget-menu .owl-carousel .owl-item .testimonial-info .testimonial-name h5
{
  font-size: 18px;
}

.landing-saas footer.footer-one .testimonail-widget-menu .owl-carousel .owl-item .testimonial-info img
{
  width: 54px;
  height: 54px;
  border-radius: 90px;
}

.landing-saas footer.footer-one .testimonail-widget-menu .owl-carousel .owl-dots
{
  display: none;
}

.landing-saas footer.footer-one .testimonail-widget-menu .owl-carousel .owl-stage-outer
{
  background: transparent;
}

.landing-saas footer.footer-one.footer-shap .footer-top
{
  padding-top: 150px;
}

.landing-saas footer.footer-one.footer-shap .footer-top .landing-saas footer.footer-one.footer-shap .prox-subscribe .col-sm-12
{
  z-index: 4;
}

.landing-saas footer.footer-one.footer-shap .prox-subscribe .col-sm-12
{
  z-index: 4;
}

.landing-saas footer.footer-one.footer-shap .col-sm-6
{
  z-index: 4;
}

.landing-saas footer.footer-one.footer-shap .container:after
{
  position: absolute;
  bottom: 0;
  height: 238px;
  left: 0;
  z-index: 0;
  width: 100%;
  content: "";
  background: url(../images/landing-page/landing-10/footer.png) no-repeat;
}

.landing-saas footer.footer-one.footer-shap .container:before
{
  position: absolute;
  bottom: 0;
  height: 196px;
  right: 0;
  z-index: 0;
  width: 157px;
  opacity: 0.1;
  content: "";
  background: url(../images/landing-page/landing-10/footer-two.png) no-repeat;
}

.landing-saas footer.footer-one.footer-shap:after
{
  position: absolute;
  top: -100px;
  height: 190px;
  z-index: 0;
  width: 100%;
  content: "";
  background: url(../images/landing-page/landing-10/footer-bg.png) no-repeat;
}

.landing-saas .mc4wp-form-fields input[type="submit"]
{
  position: absolute;
  right: 10px;
}

.landing-saas .iq-bg-dark
{
  position: relative;
}

footer.footer-one .menu-footer-menu-container .menu li a:hover
{
  text-decoration: none;
  color: #000;
}

.landing-saas .iq-over-blue-85:before
{
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  background: rgba(71,49,182,0.9);
}

.landing-saas .iq-over-dark-90:before
{
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 1px;
  width: 100%;
  z-index: 0;
  background-image: -webkit-linear-gradient(0deg, #4731b6 0%, #4731b6 100%);
  display: block !important;
}

.landing-saas .testimonail-widget-menu .owl-carousel.gray-text .owl-item .testimonial-info p
{
  color: #595a5d;
}

.landing-saas .testimonail-widget-menu .owl-carousel.gray-text .owl-item .testimonial-info .testimonial-name .sub-title
{
  color: #595a5d;
}

.landing-saas .testimonail-widget-menu .owl-carousel.gray-text .owl-item .testimonial-info .testimonial-name h5
{
  color: #000;
}

.landing-saas footer.footer-one .testimonail-widget-menu .owl-carousel.gray-text .owl-item .testimonial-info p
{
  background: #fff;
}

.landing-saas .isotope.no-padding .iq-grid-item
{
  padding: 0 !important;
}

.landing-saas .iq-masonry.no-padding
{
  margin-bottom: 30px;
}

.landing-saas .iq-masonry.no-padding .iq-masonry-item
{
  padding: 0 !important;
}

.landing-saas .isotope
{
  margin: 0 0 -15px 0;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.landing-saas .isotope .iq-grid-item
{
  padding: 15px;
}

.landing-saas .isotope .iq-grid-item img
{
  width: 100%;
}

.landing-saas .iq-masonry
{
  margin: 0 0 -15px 0;
  float: left;
  width: 100%;
}

.landing-saas .iq-masonry .iq-masonry-item img
{
  width: 100%;
}

.landing-saas .testimonail-widget-menu .owl-carousel .owl-item .testimonial-info
{
  padding: 30px;
  background: transparent;
}

.landing-saas .testimonail-widget-menu .owl-carousel .owl-item .testimonial-info img
{
  width: 65px;
  height: 65px;
  border-radius: 5px;
  margin-right: 15px;
}

.landing-saas .testimonail-widget-menu .owl-carousel .owl-item .testimonial-info .post-img
{
  display: flex;
}

.landing-saas .testimonail-widget-menu .owl-carousel .owl-item .testimonial-info .testimonial-name
{
  flex: 1;
}

.landing-saas .testimonail-widget-menu .owl-carousel .owl-item .testimonial-info .testimonial-name h5
{
  color: #fff;
}

.landing-saas .testimonail-widget-menu .owl-carousel .owl-item .testimonial-info .testimonial-name .sub-title
{
  color: #fff;
}

.landing-saas .testimonail-widget-menu .owl-carousel .owl-item .testimonial-info p
{
  color: #fff;
}

.landing-saas .testimonail-widget-menu .owl-carousel .owl-stage-outer
{
  background: #000;
}

.landing-saas .testimonail-widget-menu .owl-carousel .owl-dots
{
  text-align: right;
  position: absolute;
  bottom: 20px;
  right: 30px;
}

.landing-saas .testimonail-widget-menu .owl-carousel .owl-dots .owl-dot
{
  background: #fff;
}

.landing-saas .testimonail-widget-menu .owl-carousel .owl-dots .owl-dot:hover
{
  background: #4731b6;
  border: 1px solid #4731b6;
}

.landing-saas .testimonail-widget-menu .owl-carousel .owl-dots .owl-dot.active
{
  background: #4731b6;
  border: 1px solid #4731b6;
}

.landing-saas .iq-blog-box
{
  margin-bottom: 30px;
  border: 1px solid #f1f1f1;
  transition: all 0.3s ease-in-out;
  padding: 10px 10px 0;
}

.landing-saas .iq-blog-box .iq-blog-image img
{
  width: 100%;
}

.landing-saas .iq-blog-image img
{
  width: 100%;
}

.landing-saas .single-portfolio-border .iq-portfolio
{
  border: 2px solid #fff;
}

.landing-saas .iq-portfolio
{
  border: 1px solid #f1f1f1;
  transition: all 0.3s ease-in-out;
  padding: 10px 10px 0;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
}

.landing-saas .iq-portfolio:hover
{
  box-shadow: 0.557px 3.961px 40px 0px rgba(0,0,0,0.08);
}

.landing-saas .iq-portfolio:hover a.portfolio-img
{
  position: relative;
}

.landing-saas .iq-portfolio:hover a.portfolio-img:before
{
  width: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  left: 0;
}

.landing-saas .iq-portfolio:hover .portfolio-img .portfolio-link
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.landing-saas .iq-portfolio:hover:before
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.landing-saas .iq-portfolio:hover .iq-portfolio-content
{
  z-index: 9;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.landing-saas .iq-portfolio:hover .iq-portfolio-content .consult-details .consult-effect:before
{
  bottom: 80px;
}

.landing-saas .iq-portfolio:hover img
{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.landing-saas .iq-portfolio .portfolio-img .portfolio-link
{
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.landing-saas .iq-portfolio .portfolio-link
{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.landing-saas .iq-portfolio a.portfolio-img:before
{
  content: "";
  background: rgba(71,49,182,0.63);
  width: 0%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  right: 0;
}

.landing-saas .iq-portfolio a
{
  display: inherit;
  overflow: hidden;
  position: relative;
}

.landing-saas .iq-portfolio img
{
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.landing-saas .portfolio-link .icon
{
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  color: #4731b6;
}

.landing-saas .iq-portfolio-content .details-box
{
  overflow: hidden;
  padding: 15px;
}

.landing-saas .iq-portfolio-content .details-box a
{
  text-decoration: none;
  color: #303030;
  font-weight: bold;
}

.landing-saas .iq-portfolio-content .details-box a:hover .text-hover
{
  color: #4731b6;
}

.landing-saas .iq-portfolio-content .consult-details .consult-effect:before
{
  content: "";
  transition: all 0.3s ease-in-out;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  z-index: 1;
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: 110px;
  left: 0;
  -webkit-transform: skewY(-2deg);
  transform: skewY(-2deg);
  background: #4731b6;
  content: "";
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.landing-saas .landing-saas .iq-portfolio .iq-portfolio-content .consult-details p
{
  color: #595a5d;
}

.landing-saas .iq-blog-box
{
  position: relative;
}

.landing-saas .iq-blog-box .iq-blog-detail
{
  padding: 15px 15px;
}

.landing-saas .iq-blog-box a
{
  text-decoration: none;
  color: #303030;
}

.landing-saas .iq-blog-box h5
{
  font-weight: bold;
}

.landing-saas .owl-carousel .iq-blog-box
{
  margin: 0px 15px 50px;
  transition: all 0.3s ease-in-out;
  background: #fff;
  border-radius: 5px;
}

.landing-saas .owl-carousel .iq-blog-box .iq-blog-detail
{
  display: inline-block;
  float: left;
  width: 100%;
  padding: 15px 15px;
}

.landing-saas .owl-carousel .iq-blog-box:hover
{
  -ms-box-shadow: -6px 17px 30px 0px rgba(0,0,0,0.06);
  -o-box-shadow: -6px 17px 30px 0px rgba(0,0,0,0.06);
  box-shadow: -6px 17px 30px 0px rgba(0,0,0,0.06);
}

.landing-saas .iq-blog-detail .iq-blog-meta li
{
  position: absolute;
  top: 20px;
  left: 20px;
  background: #fff;
  border-radius: 5px;
  font-size: 14px;
  padding: 2px 10px;
}

.landing-saas .iq-blog-detail .iq-blog-meta li a
{
  color: #595a5d;
}

.landing-saas .iq-blog-detail .iq-blog-meta li a:hover
{
  color: #4731b6;
}

.landing-saas .blog-title h5:hover
{
  color: #4731b6;
}

.landing-saas .iq-list
{
  list-style: none;
  padding: 0;
}

.landing-saas .iq-list li
{
  margin-bottom: 10px;
  position: relative;
}

.landing-saas .iq-list li i
{
  color: #4731b6;
  margin-right: 10px;
  position: absolute;
  top: 8px;
}

.landing-saas .iq-list li span
{
  display: table-cell;
  padding-left: 30px;
  color: #595a5d;
}

.landing-saas .iq-list li:last-child
{
  margin-bottom: 0px;
}

.landing-saas .Social-btn
{
  width: 45px !important;
  text-align: center !important;
  height: 45px !important;
}

.landing-saas .color-palette
{
  padding: 30px;
  border-radius: 5px;
  -ms-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.1);
  -o-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.1);
  position: relative;
  margin-bottom: 30px;
  background: #fff;
}

.landing-saas .color-palette:hover
{
  background: transparent;
}

.landing-saas .color-palette:hover:before
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  z-index: -1;
}

.landing-saas .color-palette:hover .circle-icon:before
{
  opacity: 0.4;
}

.landing-saas .color-palette:hover .color-text
{
  color: #fff;
}

.landing-saas .color-palette:hover p
{
  color: #fff;
}

.landing-saas .color-palette .circle-icon
{
  transition: all 0.3s ease-in-out;
  z-index: 0;
  width: 80px;
  height: 80px;
  margin-right: 30px;
  color: #fff;
  position: relative;
  line-height: 80px;
  text-align: center;
}

.landing-saas .color-palette .circle-icon i
{
  font-size: 40px;
  margin-top: 20px;
}

.landing-saas .color-palette .circle-icon:before
{
  border-radius: 90px;
  line-height: 80px;
  width: 80px;
  height: 80px;
  text-align: center;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}

.landing-saas .color-palette .color-text
{
  transition: all 0.3s ease-in-out;
}

.landing-saas .color-palette p
{
  transition: all 0.3s ease-in-out;
}

.landing-saas .color-palette:before
{
  border-radius: 5px;
  content: "";
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  z-index: -1;
}

.landing-saas .color-palette .media:after
{
  content: "";
  background: url("../images/landing-page/landing-1/01.png");
  display: inline-block;
  position: absolute;
  right: 10px;
  width: 95px;
  height: 95px;
  bottom: 10px;
}

.landing-saas .sox-services:before
{
  border-radius: 5px;
  content: "";
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}

.landing-saas .sox-services:hover:before
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  z-index: -1;
}

.landing-saas .color-palette.purple-hover:before
{
  background-color: #4731b6;
  -ms-box-shadow: 0px 10px 20px 0px rgba(135,108,254,0.4);
  -o-box-shadow: 0px 10px 20px 0px rgba(135,108,254,0.4);
  box-shadow: 0px 10px 20px 0px rgba(135,108,254,0.4);
}

.landing-saas .color-palette.purple-hover .circle-icon
{
  color: #4731b6;
}

.landing-saas .color-palette.purple-hover .circle-icon:before
{
  background-image: linear-gradient(90deg, #fff 0%, #1733c3 100%);
}

.landing-saas .color-palette.purple-hover:hover .circle-icon
{
  color: #fff;
}

.landing-saas .sox-services.purple-hover:before
{
  background-color: #4731b6;
  -ms-box-shadow: 0px 10px 20px 0px rgba(135,108,254,0.4);
  -o-box-shadow: 0px 10px 20px 0px rgba(135,108,254,0.4);
  box-shadow: 0px 10px 20px 0px rgba(135,108,254,0.4);
}

.landing-saas .color-palette.purple-hover.purple-arrow:after
{
  content: "";
  background: url("../images/landing-page/landing-1/arrow-1.png");
  display: inline-block;
  position: absolute;
  left: -6%;
  width: 58px;
  height: 87px;
  bottom: -62%;
}

.landing-saas .color-palette.org-hover:before
{
  background-color: #fe721c;
  -ms-box-shadow: 0px 10px 20px 0px rgba(254,114,28,0.4);
  -o-box-shadow: 0px 10px 20px 0px rgba(254,114,28,0.4);
  box-shadow: 0px 10px 20px 0px rgba(254,114,28,0.4);
}

.landing-saas .color-palette.org-hover .circle-icon
{
  color: #fe721c;
}

.landing-saas .color-palette.org-hover .circle-icon:before
{
  background-image: linear-gradient(90deg, #fff 0%, #ff6a5c 100%);
}

.landing-saas .color-palette.org-hover:hover .circle-icon
{
  color: #fff;
}

.landing-saas .sox-services.org-hover:before
{
  background-color: #fe721c;
  -ms-box-shadow: 0px 10px 20px 0px rgba(254,114,28,0.4);
  -o-box-shadow: 0px 10px 20px 0px rgba(254,114,28,0.4);
  box-shadow: 0px 10px 20px 0px rgba(254,114,28,0.4);
}

.landing-saas .color-palette.org-hover.org-arrow:after
{
  content: "";
  background: url("../images/landing-page/landing-1/arrow-2.png");
  display: inline-block;
  position: absolute;
  right: -6%;
  width: 58px;
  height: 87px;
  bottom: -62%;
}

.landing-saas .color-palette.green-hover:before
{
  background-color: #37e6b0;
  -ms-box-shadow: 0px 10px 20px 0px rgba(55,230,176,0.6);
  -o-box-shadow: 0px 10px 20px 0px rgba(55,230,176,0.6);
  box-shadow: 0px 10px 20px 0px rgba(55,230,176,0.6);
}

.landing-saas .color-palette.green-hover .circle-icon
{
  color: #37e6b0;
}

.landing-saas .color-palette.green-hover .circle-icon:before
{
  background-image: linear-gradient(90deg, #fff 0%, #64d8be 100%);
}

.landing-saas .color-palette.green-hover:hover .circle-icon
{
  color: #fff;
}

.landing-saas .sox-services.green-hover:before
{
  background-color: #37e6b0;
  -ms-box-shadow: 0px 10px 20px 0px rgba(55,230,176,0.6);
  -o-box-shadow: 0px 10px 20px 0px rgba(55,230,176,0.6);
  box-shadow: 0px 10px 20px 0px rgba(55,230,176,0.6);
}

@-webkit-keyframes circle
{
  0%
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  15%
  {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  33%
  {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }

  66%
  {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  100%
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes circle
{
  0%
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  15%
  {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  33%
  {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }

  66%
  {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  100%
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.landing-saas .testimonial-circle
{
  position: relative;
  display: inline-block;
  width: 550px;
  height: 550px;
}

.landing-saas .testimonial-circle .testimonial-img
{
  margin: 0 auto;
  display: block;
  width: 500px;
  height: 500px;
  position: relative;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.landing-saas .testimonial-circle .testimonial-img:before
{
  content: "";
  border: 1px solid rgba(30,30,30,0.1);
  -webkit-animation: anti-clockwise 25s linear 100000;
  animation: anti-clockwise 25s linear 100000;
  width: 500px;
  height: 500px;
  border-radius: 900px;
  display: inline-block;
}

.landing-saas .testimonial-circle .testimonial-img ul li img
{
  position: absolute;
  width: 75px;
  height: 75px;
  margin: 0 auto;
  border-radius: 90px;
  border: 2px solid #fff;
}

.landing-saas .testimonial-circle .testimonial-img ul li:nth-child(1) img
{
  top: -38px;
  left: -16px;
  right: 0;
}

.landing-saas .testimonial-circle .testimonial-img ul li:nth-child(2) img
{
  top: 10%;
  left: 4%;
}

.landing-saas .testimonial-circle .testimonial-img ul li:nth-child(3) img
{
  top: 10%;
  right: 4%;
}

.landing-saas .testimonial-circle .testimonial-img ul li:nth-child(4) img
{
  top: 44%;
  right: -6%;
}

.landing-saas .testimonial-circle .testimonial-img ul li:nth-child(5) img
{
  top: 44%;
  left: -6%;
}

.landing-saas .testimonial-circle .testimonial-img ul li:nth-child(6) img
{
  top: 78%;
  left: 8%;
}

.landing-saas .testimonial-circle .testimonial-img ul li:nth-child(7) img
{
  top: 78%;
  right: 8%;
}

.landing-saas .testimonial-circle .testimonial-img ul li:nth-child(8) img
{
  bottom: -6%;
  left: 43%;
}

.landing-saas .testimonial-circle .circle-bg
{
  width: 140px;
  text-align: center;
  position: relative;
  height: 140px;
  line-height: 140px;
  border-radius: 900px;
  background-color: #4731b6;
  -ms-box-shadow: 0px 10px 20px 0px rgba(135,108,254,0.4);
  -o-box-shadow: 0px 10px 20px 0px rgba(135,108,254,0.4);
  box-shadow: 0px 10px 20px 0px rgba(135,108,254,0.4);
}

.landing-saas .testimonial-circle .circle-bg img
{
  width: 100px;
}

.landing-saas .testimonial-circle .dot-circle
{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.landing-saas .testimonial-circle .effect-circle
{
  width: 180px;
  height: 180px;
  border-radius: 900px;
  border: 1px solid #4731b6;
  -webkit-animation: rotate-center 25s linear 100000;
  animation: rotate-center 25s linear 100000;
}

.landing-saas .testimonial-circle .main-circle
{
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  margin-right: -50%;
}

@-webkit-keyframes rotate-center
{
  0%
  {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100%
  {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-center
{
  0%
  {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100%
  {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes anti-clockwise
{
  0%
  {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100%
  {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes anti-clockwise
{
  0%
  {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100%
  {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.landing-saas .popup-images
{
  position: relative;
}

.landing-saas .popup-images.align-left .img-one img
{
  position: relative;
  left: -27%;
  max-width: none !important;
}

.landing-saas .popup-images.align-left .img-two
{
  left: 306px;
  top: 0px;
}

.landing-saas .popup-images.align-left .img-three
{
  left: -158px;
  top: 195px;
}

.landing-saas .prox-fullrside-img .iq-objects.style-one.right-top .iq-objects-01 img
{
  right: -67%;
  top: 0px;
  max-width: 140%;
  z-index: -2;
}

.landing-saas .prox-fullrside-img .iq-objects.style-two .iq-objects-03 img
{
  left: inherit;
  bottom: -18%;
  right: -10%;
}

.landing-saas .popup-images.align-right
{
  text-align: right;
}

.landing-saas .popup-images.align-right .img-one img
{
  position: relative;
  right: 0;
}

.landing-saas .popup-images.align-right .img-two
{
  left: 22%;
  bottom: -6%;
}

.landing-saas .popup-images.align-right .img-three
{
  top: -10%;
  right: -17%;
}

.landing-saas .popup-images.align-right .img-four
{
  bottom: -8%;
  right: -4%;
}

.landing-saas .testimonial-style.owl-carousel .testimonial-info:before
{
  content: "";
  display: inline-block;
  position: absolute;
  font-size: 84px;
  width: 205px;
  background: url(../images/qu.png) no-repeat;
  height: 140px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  top: 111%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.landing-saas .testimonial-style.owl-carousel .owl-item .testimonial-info img
{
  width: 65px;
  height: 65px;
  display: inline-block;
  margin-bottom: 45px;
  -ms-box-shadow: 0px 8px 38px 0px rgba(0,0,0,0.1);
  -o-box-shadow: 0px 8px 38px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 8px 38px 0px rgba(0,0,0,0.1);
  border: 2px solid #fff;
}

.landing-saas .testimonial-style.owl-carousel .testimonial-name
{
  text-align: center;
  position: relative;
  z-index: 1;
  display: block;
}

.landing-saas .testimonial-style.owl-carousel .testimonial-name .content
{
  display: inline-block;
}

.landing-saas .testimonial-style.owl-carousel .iq-testimonial
{
  padding: 45px 30px;
  margin: 52px 30px 70px 30px;
  -ms-box-shadow: -6px 15px 30px 0px rgba(0,0,0,0.08);
  -o-box-shadow: -6px 15px 30px 0px rgba(0,0,0,0.08);
  box-shadow: -6px 15px 30px 0px rgba(0,0,0,0.08);
  background: #fff;
  border-radius: 5px;
  display: block;
  position: relative;
}

.landing-saas .testimonial-style.owl-carousel .iq-testimonial p
{
  margin-bottom: 0;
  z-index: 1;
  position: relative;
}

.landing-saas .testimonial-style.owl-carousel .iq-testimonial:before
{
  content: "";
  position: absolute;
  bottom: -12px;
  width: 90%;
  z-index: -1;
  border-radius: 5px;
  height: 100%;
  background: #fff;
  -ms-box-shadow: -6px 15px 30px 0px rgba(0,0,0,0.08);
  -o-box-shadow: -6px 15px 30px 0px rgba(0,0,0,0.08);
  box-shadow: -6px 15px 30px 0px rgba(0,0,0,0.08);
  box-shadow: -6px 15px 30px 0px rgba(0,0,0,0.08);
}

.landing-saas .testimonial-style.owl-carousel .iq-testimonial:after
{
  content: "";
  position: absolute;
  bottom: -24px;
  width: 82%;
  left: 0;
  margin: 0 auto;
  right: 0;
  z-index: -2;
  border-radius: 5px;
  height: 100%;
  background: #fff;
  -ms-box-shadow: -6px 15px 30px 0px rgba(0,0,0,0.08);
  -o-box-shadow: -6px 15px 30px 0px rgba(0,0,0,0.08);
  box-shadow: -6px 15px 30px 0px rgba(0,0,0,0.08);
}

.landing-saas .testimonial-style.owl-carousel .owl-dots
{
  position: absolute;
  bottom: 0px;
}

.landing-saas .testimonial-style .testimonial-info
{
  position: relative;
  text-align: center;
  display: block;
  margin-bottom: 25px;
}

.landing-saas .test-shadow .testimonial-style.owl-carousel .iq-testimonial
{
  margin: 15px 36px 66px 36px;
}

.landing-saas .test-shadow .testimonial-style.owl-carousel .owl-dots
{
  position: absolute;
  top: 68%;
  left: -106%;
  width: auto;
}

.landing-saas .testimonial-style.owl-carousel .testimonial-info:before
{
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../images/landing-page/landing-1/qu.png) no-repeat;
  height: 140px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  top: 111%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.landing-saas .bg-img-jump.left
{
  position: relative;
}

.landing-saas .bg-img-jump.left .img-two
{
  position: absolute;
  left: -26%;
  top: -26%;
}

.landing-saas .bg-img-jump.left .img-one
{
  position: absolute;
  left: 18%;
  top: -100px;
}

.landing-saas .bg-img-jump.left .img-three
{
  position: absolute;
  left: -15%;
  top: 132px;
}

.landing-saas .bg-img-jump.left .img-four
{
  position: absolute;
  top: 200px;
  left: -32%;
}

.landing-saas .bg-img-jump.right
{
  position: relative;
}

.landing-saas .bg-img-jump.right .img-two
{
  position: absolute;
  right: -26%;
  top: -26%;
}

.landing-saas .bg-img-jump.right .img-one
{
  position: absolute;
  right: 18%;
  top: -100px;
}

.landing-saas .bg-img-jump.right .img-three
{
  position: absolute;
  right: -15%;
  top: 132px;
}

.landing-saas .bg-img-jump.right .img-four
{
  position: absolute;
  top: 200px;
  right: -32%;
}

.landing-saas .bg-img-jump img
{
  position: absolute;
  border-radius: 90px;
  width: 60px;
}

.landing-saas .advance-feature .user-count
{
  display: inline-block;
  width: 25%;
  margin-bottom: 45px;
  margin-right: 30px;
  position: relative;
}

.landing-saas .advance-feature .user-count:before
{
  content: "\f2c7";
  position: absolute;
  right: -23px;
  top: 48%;
  color: #000;
  font-family: "Font Awesome 5 Free";
}

.landing-saas .advance-feature .month-count
{
  display: inline-block;
  width: 25%;
  margin-bottom: 45px;
  margin-right: 30px;
  position: relative;
}

.landing-saas .advance-feature .month-count:before
{
  content: "=";
  position: absolute;
  right: -23px;
  top: 48%;
  color: #000;
  font-family: "Font Awesome 5 Free";
}

.landing-saas .advance-feature .total-count
{
  display: inline-block;
  width: 25%;
  margin-bottom: 45px;
}

.landing-saas .advance-feature .pricing-table
{
  position: absolute;
  top: 10%;
  left: 14%;
}

.landing-saas .advance-feature .pricing-table ul
{
  padding: 10px;
  border: 1px solid rgba(118,124,240,0.2);
}

.landing-saas .advance-feature .col-lg-6.border-right-0
{
  padding: 45px;
  border: 1px solid #f1f1f1;
  border-radius: 5px 0 0 5px;
}

.landing-saas .advance-feature .col-lg-6
{
  padding: 45px;
  border: 1px solid #f1f1f1;
  border-radius: 5px 0 0 5px;
}

.landing-saas .advance-feature .col-lg-6.btn-top
{
  padding-top: 180px;
}

.landing-saas .advance-feature .service-price ul
{
  position: relative;
  padding-left: 110px;
}

.landing-saas .advance-feature .service-price ul li
{
  list-style: none;
  margin-bottom: 15px;
  color: #000;
}

.landing-saas .advance-feature .service-price input[type=checkbox]
{
  width: 20px;
}

.landing-saas .advance-feature input[type="range"]
{
  width: 100%;
  height: 28px;
  outline: none;
  border: 0;
  padding: 0 8px;
  margin: 25px 0;
}

.landing-saas .advance-feature .nav-pills .nav-item
{
  margin-right: 15px;
}

.landing-saas .advance-feature .nav-pills .nav-item:last-child
{
  margin-right: 0px;
}

.landing-saas .advance-feature .nav-pills .nav-link
{
  color: #000;
  border-radius: 5px;
  padding: 10px 30px;
  border: none;
  position: relative;
  display: inline-block;
  background-size: 200% auto;
  cursor: pointer;
  z-index: 4;
  background-color: #cbc0ff;
}

.landing-saas .advance-feature .nav-pills .nav-link.active
{
  color: #fff;
  border-radius: 5px;
  padding: 10px 30px;
  border: none;
  position: relative;
  display: inline-block;
  background-size: 200% auto;
  background-color: #4731b6;
  -ms-box-shadow: 0px 10px 20px 0px rgba(135,108,254,0.4);
  -o-box-shadow: 0px 10px 20px 0px rgba(135,108,254,0.4);
  box-shadow: 0px 10px 20px 0px rgba(135,108,254,0.4);
  cursor: pointer;
  z-index: 4;
}

.landing-saas .advance-feature input[type=range].input-range
{
  -webkit-appearance: none;
  box-shadow: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: rgba(30,30,30,0.48);
  outline: none;
  opacity: 0.7;
  transition: opacity .2s;
}

.landing-saas .advance-feature input[type=range].input-range:hover
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.landing-saas .advance-feature input[type=range].input-range::-webkit-slider-thumb
{
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4731b6;
  cursor: pointer;
  -ms-box-shadow: 0px 10px 20px 0px rgba(109,115,239,0.4);
  -o-box-shadow: 0px 10px 20px 0px rgba(109,115,239,0.4);
  box-shadow: 0px 10px 20px 0px rgba(109,115,239,0.4);
}

.landing-saas .advance-feature [type="checkbox"]:checked
{
  position: absolute;
  left: -9999px;
}

.landing-saas .advance-feature [type="checkbox"]:checked+label
{
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #595a5d;
}

.landing-saas .advance-feature [type="checkbox"]:checked+label:before
{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #4731b6;
  background: #fff;
  border-radius: 90px;
}

.landing-saas .advance-feature [type="checkbox"]:checked+label:after
{
  content: '';
  width: 4px;
  height: 4px;
  background: #4731b6;
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 90px;
  transition: all 0.3s ease-in-out;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.landing-saas .advance-feature [type="checkbox"]:not(:checked)
{
  position: absolute;
  left: -9999px;
}

.landing-saas .advance-feature [type="checkbox"]:not(:checked)+label
{
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #595a5d;
}

.landing-saas .advance-feature [type="checkbox"]:not(:checked)+label:before
{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #4731b6;
  background: #fff;
  border-radius: 90px;
}

.landing-saas .advance-feature [type="checkbox"]:not(:checked)+label:after
{
  content: '';
  width: 4px;
  height: 4px;
  background: #4731b6;
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 90px;
  transition: all 0.3s ease-in-out;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.landing-saas .advance-feature .form-control:disabled
{
  background: #fff;
  border-radius: 5px;
}

.landing-saas .advance-feature .form-control[readonly]
{
  background: #fff;
  border-radius: 5px;
  width: 100%;
}

.landing-saas .ui.range
{
  width: 100%;
  height: 20px;
}

.landing-saas .ui.range .inner
{
  height: 20px;
  position: relative;
}

.landing-saas .ui.range .inner:hover
{
  cursor: pointer;
}

.landing-saas .ui.range .inner .track
{
  position: absolute;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  top: 9px;
  left: 0;
  background-color: rgba(0,0,0,0.05);
}

.landing-saas .ui.range .inner .track-fill
{
  position: absolute;
  width: 0;
  height: 5px;
  border-radius: 5px;
  top: 9px;
  left: 0;
  background-image: -webkit-linear-gradient(0deg, #4731b6 0%, #cbc0ff 100%);
  -ms-box-shadow: 0px 10px 20px 0px rgba(139,118,246,0.4);
  -o-box-shadow: 0px 10px 20px 0px rgba(139,118,246,0.4);
  box-shadow: 0px 10px 20px 0px rgba(139,118,246,0.4);
}

.landing-saas .ui.range .inner .thumb
{
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 90px;
  background-color: #4731b6;
  -ms-box-shadow: 0px 10px 20px 0px rgba(135,108,254,0.4);
  -o-box-shadow: 0px 10px 20px 0px rgba(135,108,254,0.4);
  box-shadow: 0px 10px 20px 0px rgba(135,108,254,0.4);
}

.landing-saas .ui.inverted.range .inner .track
{
  background-image: -webkit-linear-gradient(0deg, #4731b6 0%, #cbc0ff 100%);
  -ms-box-shadow: 0px 10px 20px 0px rgba(139,118,246,0.4);
  -o-box-shadow: 0px 10px 20px 0px rgba(139,118,246,0.4);
  box-shadow: 0px 10px 20px 0px rgba(139,118,246,0.4);
}

.landing-saas .ui.inverted.range .inner .track-fill
{
  background-image: -webkit-linear-gradient(0deg, #4731b6 0%, #cbc0ff 100%);
  -ms-box-shadow: 0px 10px 20px 0px rgba(139,118,246,0.4);
  -o-box-shadow: 0px 10px 20px 0px rgba(139,118,246,0.4);
  box-shadow: 0px 10px 20px 0px rgba(139,118,246,0.4);
}

.landing-saas .iq-best-pricing .pricing-list li i
{
  color: #4731b6;
}

.landing-saas .deatils-social
{
  display: flex;
}

.landing-saas .deatils-social .share-tags
{
  display: inline-block;
  flex: 1;
}

.landing-saas .deatils-social .share-tags li
{
  margin-right: 5px;
}

.landing-saas .deatils-social .share-tags li:last-child
{
  margin-right: 0px;
}

.landing-saas .deatils-social .share-tags li a
{
  text-decoration: none;
  padding: 5px;
  background: rgba(0,0,0,0.05);
  border-radius: 5px;
  font-size: 12px;
}

.landing-saas .border-bottom
{
  border-bottom: 1px solid rgba(30,30,30,0.08);
}

.landing-saas .share-social li
{
  display: inline-block !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.05);
}

.landing-saas .share-social li a
{
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  color: #4731b6;
  transition: all 0.3s ease-in-out;
}

.landing-saas .share-social li:hover
{
  background-size: 200% auto;
  background-image: linear-gradient(to right, #4731b6 0%, #4731b6 51%, #4731b6 100%);
}

.landing-saas .share-social li:hover a
{
  color: #fff;
}

.landing-saas .deatils-social span
{
  color: #000;
}

.landing-saas .breadcrumb li
{
  display: inline-block;
  word-break: break-all;
}

.landing-saas .iq-breadcrumb
{
  padding: 100px 0;
  background: #fafbfe;
}

.landing-saas .owl-carousel.arrow .owl-nav button.owl-next
{
  right: 4%;
}

.landing-saas .owl-carousel.arrow .owl-nav button.owl-prev
{
  left: 4%;
}

.landing-saas .owl-carousel.arrow .owl-nav i
{
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.landing-saas .Fancy-box-position .fancy-style-five
{
  position: absolute;
  top: 0;
  background: #fff;
  right: 0;
  width: 360px;
  transition: all 0.3s ease-in-out;
}

.landing-saas .Fancy-box-position .fancy-style-five i
{
  color: #37e6b0;
}

.landing-saas .Fancy-box-position .fancy-style-five:hover
{
  right: 20px;
}

.landing-saas .fancy-style-five
{
  -ms-box-shadow: 0px 15px 38px 0px rgba(0,0,0,0.1);
  -o-box-shadow: 0px 15px 38px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 15px 38px 0px rgba(0,0,0,0.1);
  padding: 30px;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 30px;
}

.landing-saas .fancy-style-five i
{
  font-size: 34px;
}

.landing-saas .fancy-style-five.one
{
  top: 12%;
}

.landing-saas .fancy-style-five.two
{
  top: 38%;
}

.landing-saas .fancy-style-five.three
{
  top: 65%;
}

.landing-saas .flip-icon i
{
  font-size: 45px;
}

.landing-saas .feature-flip-box
{
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
}

.landing-saas .feature-flip-box .flipbox-title
{
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.landing-saas .feature-flip-box .front-side
{
  display: block;
  -webkit-backface-visibility: unset;
  backface-visibility: unset;
  transition: visibility 0s 0.3s, -webkit-transform 1s;
  transition: transform 1s, visibility 0s 0.3s;
  transition: transform 1s, visibility 0s 0.3s, -webkit-transform 1s;
  min-height: inherit;
  border-radius: 5px;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  -ms-box-shadow: 0px 14px 36px rgba(0,0,0,0.1);
  -o-box-shadow: 0px 14px 36px rgba(0,0,0,0.1);
  box-shadow: 0px 14px 36px rgba(0,0,0,0.1);
  -webkit-perspective: inherit;
  perspective: inherit;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.landing-saas .feature-flip-box .back-side
{
  display: block;
  -webkit-backface-visibility: unset;
  backface-visibility: unset;
  transition: visibility 0s 0.3s, -webkit-transform 1s;
  transition: transform 1s, visibility 0s 0.3s;
  transition: transform 1s, visibility 0s 0.3s, -webkit-transform 1s;
  min-height: inherit;
  border-radius: 5px;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  -ms-box-shadow: 0px 14px 36px rgba(0,0,0,0.1);
  -o-box-shadow: 0px 14px 36px rgba(0,0,0,0.1);
  box-shadow: 0px 14px 36px rgba(0,0,0,0.1);
  -webkit-perspective: inherit;
  perspective: inherit;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.landing-saas .feature-flip-box .front-side
{
  box-sizing: border-box;
  padding: 45px 30px;
  visibility: visible;
}

.landing-saas .feature-flip-box .front-side .flipbox-title
{
  -webkit-transform-style: inherit;
  transform-style: inherit;
  -webkit-perspective: inherit;
  perspective: inherit;
  -webkit-backface-visibility: inherit;
  backface-visibility: inherit;
  padding: 0 13px;
  margin: 20px 0 10px 0;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 70px) scale(0.86);
  transform: translate3d(0, 0, 70px) scale(0.86);
}

.landing-saas .feature-flip-box .front-side .flipbox-details
{
  -webkit-transform-style: inherit;
  transform-style: inherit;
  -webkit-perspective: inherit;
  perspective: inherit;
  -webkit-backface-visibility: inherit;
  backface-visibility: inherit;
  padding: 0px 5px 0;
  font-size: 16px;
  line-height: 1.875;
  -webkit-transform: translate3d(0, 0, 55px) scale(0.86);
  transform: translate3d(0, 0, 55px) scale(0.86);
}

.landing-saas .feature-flip-box .front-side .flipbox_subtitle
{
  -webkit-transform: translate3d(0, 0, 60px) scale(0.68);
  transform: translate3d(0, 0, 60px) scale(0.68);
}

.landing-saas .feature-flip-box .back-side
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  visibility: hidden;
}

.landing-saas .feature-flip-box .back-side .flipbox-title
{
  -webkit-transform-style: inherit;
  transform-style: inherit;
  -webkit-perspective: inherit;
  perspective: inherit;
  -webkit-backface-visibility: inherit;
  backface-visibility: inherit;
  padding: 0 20px;
  margin-bottom: 10px;
  -webkit-transform: translate3d(0, 0, 70px) scale(0.86);
  transform: translate3d(0, 0, 70px) scale(0.86);
}

.landing-saas .feature-flip-box .back-side .flipbox-content
{
  -webkit-transform-style: inherit;
  transform-style: inherit;
  -webkit-perspective: inherit;
  perspective: inherit;
  -webkit-backface-visibility: inherit;
  backface-visibility: inherit;
  padding: 0 9px;
  line-height: 1.875;
  -webkit-transform: translate3d(0, 0, 60px) scale(0.86);
  transform: translate3d(0, 0, 60px) scale(0.86);
}

.landing-saas .feature-flip-box .back-side .softlab_module_button
{
  margin-top: 23px;
}

.landing-saas .feature-flip-box .back-side .softlab_module_button a
{
  margin-bottom: 0;
}

.landing-saas .feature-flip-box .flipbox_button
{
  padding-top: 10px;
}

.landing-saas .feature-flip-box .flipbox_button:after
{
  color: inherit;
}

.landing-saas .feature-flip-box.flip-right .front-side
{
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.landing-saas .feature-flip-box.flip-right .front-side .flip-icon
{
  -webkit-transform: translate3d(0, 0, 55px) scale(0.86);
  transform: translate3d(0, 0, 55px) scale(0.86);
}

.landing-saas .feature-flip-box.flip-right .back-side
{
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.landing-saas .feature-flip-box.flip-right:hover .front-side
{
  visibility: hidden;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.landing-saas .feature-flip-box.flip-left .front-side
{
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.landing-saas .feature-flip-box.flip-left .back-side
{
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.landing-saas .feature-flip-box.flip-left:hover .front-side
{
  visibility: hidden;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.landing-saas .feature-flip-box.flip-left:hover .back-side
{
  visibility: visible;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.landing-saas .feature-flip-box.flip-top .front-side
{
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.landing-saas .feature-flip-box.flip-top .back-side
{
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.landing-saas .feature-flip-box.flip-top:hover .front-side
{
  visibility: hidden;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.landing-saas .feature-flip-box.flip-top:hover .back-side
{
  visibility: visible;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.landing-saas .feature-flip-box.flip-bottom .front-side
{
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.landing-saas .feature-flip-box.flip-bottom .back-side
{
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.landing-saas .feature-flip-box.flip-bottom:hover .front-side
{
  visibility: hidden;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.landing-saas .feature-flip-box.flip-bottom:hover .back-side
{
  visibility: visible;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.landing-saas label
{
  color: #000;
  margin-bottom: 0;
}

.landing-saas input
{
  width: 100%;
  float: left;
  padding: 0 15px;
  height: 48px;
  line-height: 48px;
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  color: #595a5d;
  transition: all 0.3s ease-in-out;
  background: transparent;
  color: #fff;
  border: 2px solid #f1f1f1;
  font-size: 14px;
  height: 50px;
  padding-left: 15px;
  margin-bottom: 30px;
  border-radius: 5px;
  width: 100%;
  float: left;
  padding: 0 15px;
  height: 54px;
  line-height: 54px;
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  color: #595a5d;
  transition: all 0.3s ease-in-out;
}

.landing-saas input:focus
{
  border-color: #4731b6;
  box-shadow: none;
  outline: none;
  border: 2px solid #4731b6;
  background: none;
  outline: 0;
  box-shadow: none;
}

.landing-saas input::-webkit-input-placeholder
{
  color: inherit;
}

.landing-saas input::-moz-placeholder
{
  color: inherit;
}

.landing-saas input:-ms-input-placeholder
{
  color: inherit;
}

.landing-saas input:hover
{
  border: 2px solid #4731b6;
  background: none;
  outline: 0;
  box-shadow: none;
}

.landing-saas input[type=text].form-control
{
  width: 100%;
  float: left;
  padding: 0 15px;
  height: 48px;
  line-height: 48px;
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  color: #595a5d;
  transition: all 0.3s ease-in-out;
  width: 100%;
  float: left;
  padding: 0 15px;
  height: 54px;
  line-height: 54px;
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  color: #595a5d;
  transition: all 0.3s ease-in-out;
}

.landing-saas input[type=email]
{
  width: 100%;
  float: left;
  padding: 0 15px;
  height: 48px;
  line-height: 48px;
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  color: #595a5d;
  transition: all 0.3s ease-in-out;
  width: 100%;
  float: left;
  padding: 0 15px;
  height: 54px;
  line-height: 54px;
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  color: #595a5d;
  transition: all 0.3s ease-in-out;
}

.landing-saas input[type=email]:focus
{
  border-color: #4731b6;
  box-shadow: none;
  outline: none;
}

.landing-saas input[type=email]::-webkit-input-placeholder
{
  color: inherit;
}

.landing-saas input[type=email]::-moz-placeholder
{
  color: inherit;
}

.landing-saas input[type=email]:-ms-input-placeholder
{
  color: inherit;
}

.landing-saas input[type=search].form-control
{
  width: 100%;
  float: left;
  padding: 0 15px;
  height: 48px;
  line-height: 48px;
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  color: #595a5d;
  transition: all 0.3s ease-in-out;
  width: 100%;
  float: left;
  padding: 0 15px;
  height: 54px;
  line-height: 54px;
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  color: #595a5d;
  transition: all 0.3s ease-in-out;
}

.landing-saas input[type=search].form-control:focus
{
  border-color: #4731b6;
  box-shadow: none;
  outline: none;
}

.landing-saas input[type=password].form-control
{
  width: 100%;
  float: left;
  padding: 0 15px;
  height: 48px;
  line-height: 48px;
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  color: #595a5d;
  transition: all 0.3s ease-in-out;
  width: 100%;
  float: left;
  padding: 0 15px;
  height: 54px;
  line-height: 54px;
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  color: #595a5d;
  transition: all 0.3s ease-in-out;
}

.landing-saas input[type=password].form-control:focus
{
  border-color: #4731b6;
  box-shadow: none;
  outline: none;
}

.landing-saas textarea.form-control
{
  width: 100%;
  float: left;
  padding: 0 15px;
  height: 48px;
  line-height: 48px;
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  color: #595a5d;
  transition: all 0.3s ease-in-out;
  padding: 0 15px;
  height: 150px;
  background: none;
  height: 230px;
  padding: 15px 15px;
  margin-bottom: 30px;
  border: 1px solid #f1f1f1;
  width: 100%;
  float: left;
  padding: 0 15px;
  height: 54px;
  line-height: 54px;
  background: #fff;
  border: 1px solid #f1f1f1;
  color: #595a5d;
  transition: all 0.3s ease-in-out;
}

.landing-saas textarea.form-control:focus
{
  border-color: #4731b6;
  box-shadow: none;
  outline: none;
  border: 2px solid #4731b6;
  background: none;
  outline: 0;
  box-shadow: none;
}

.landing-saas textarea.form-control::-webkit-input-placeholder
{
  color: inherit;
}

.landing-saas textarea.form-control::-moz-placeholder
{
  color: inherit;
}

.landing-saas textarea.form-control:-ms-input-placeholder
{
  color: inherit;
}

.landing-saas textarea.form-control:hover
{
  border: 2px solid #4731b6;
  background: none;
  outline: 0;
  box-shadow: none;
}

.landing-saas select
{
  border: 1px solid rgba(36,38,43,0.14);
  background: #fff;
  line-height: 48px;
  height: 48px;
  padding: 0 10px;
  width: 100%;
  color: #595a5d;
  border-radius: 0px;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}

.landing-saas select:focus
{
  border-color: #4731b6;
  box-shadow: none;
  outline: none;
}

.landing-saas input[type=submit]
{
  color: #fff;
  background: #4731b6;
  cursor: pointer;
  margin-bottom: 0;
  height: auto;
  line-height: 26px !important;
  padding: 11px 30px;
  font-size: 1em;
  line-height: 2;
  border: none;
  position: relative;
  display: inline-block;
  width: auto;
  border-radius: 0px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.landing-saas input[type=submit]:hover
{
  color: #fff;
  background: #000;
  outline: none;
}

.landing-saas .contact-form .cfield input[type=submit]
{
  color: #fff;
  background: #4731b6;
  cursor: pointer;
  margin-bottom: 0;
  height: auto;
  line-height: 26px !important;
  padding: 11px 30px;
  font-size: 1em;
  line-height: 2;
  border: none;
  position: relative;
  display: inline-block;
  width: auto;
  border-radius: 0px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.landing-saas .contact-form .cfield input[type=submit]:hover
{
  color: #fff;
  background: #000;
  outline: none;
}

.landing-saas input[type=checkbox]
{
  width: auto;
  margin-right: 10px;
  line-height: 2;
  height: 32px;
}

.landing-saas input.form-control
{
  background: transparent;
  color: #fff;
  border: 2px solid #f1f1f1;
  font-size: 14px;
  height: 50px;
  padding-left: 15px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.landing-saas input.form-control:hover
{
  border: 2px solid #4731b6;
  background: none;
  outline: 0;
  box-shadow: none;
}

.landing-saas input.form-control:focus
{
  border: 2px solid #4731b6;
  background: none;
  outline: 0;
  box-shadow: none;
}

.landing-saas textarea.form-control
{
  background: none;
  height: 230px;
  padding: 15px 15px;
  margin-bottom: 30px;
  border-radius: 5px;
  border: 1px solid #f1f1f1;
}

.landing-saas textarea.form-control:hover
{
  border: 2px solid #4731b6;
  background: none;
  outline: 0;
  box-shadow: none;
}

.landing-saas textarea.form-control:focus
{
  border: 2px solid #4731b6;
  background: none;
  outline: 0;
  box-shadow: none;
}

input[type=text]:focus
{
  border-color: #4731b6;
  box-shadow: none;
  outline: none;
}

.landing-saas #back-to-top .top
{
  z-index: 999;
  position: fixed;
  margin: 0px;
  color: #fff;
  background: #4731b6;
  position: fixed;
  bottom: 30px;
  right: 25px;
  z-index: 999;
  font-size: 26px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 60px;
  border-radius: 90px;
  transition: all 0.3s ease-in-out;
}

.landing-saas #back-to-top .top:hover
{
  background: #4731b6;
  color: #fff;
  -ms-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  -o-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}

.landing-saas section
{
  padding: 120px 0;
}

.landing-saas .iq-border-top
{
  border-top: 1px solid rgba(0,0,0,0.08);
}

.landing-saas
{
  background: #fff;
  background-position: center;
}

.landing-saas .main-header.l-header-2.header-saas
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

.landing-saas .main-header.fixed
{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}

.landing-saas .l-header-2 .navbar .navbar-brand img
{
  width: 100px;
  transition: all 0.3s ease-in-out;
}

.landing-saas .l-header-2 .navbar .navbar-nav
{
  margin-top: 0;
  transition: all 0.3s ease-in-out;
}

.landing-saas .l-header-2 .navbar .navbar-nav>li
{
  margin: 0 30px 0 0;
  position: relative;
}

.landing-saas .l-header-2 .navbar .navbar-nav>li:last-child
{
  margin-right: 0;
}

.landing-saas .l-header-2 .navbar .navbar-nav .nav-item a
{
  color: #303030;
  padding: 10px 0;
}

.landing-saas .l-header-2 .navbar .navbar-nav .nav-item a:hover
{
  color: #4731b6;
  background: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.landing-saas .l-header-2 .navbar .navbar-nav .nav-item a:focus
{
  color: #4731b6;
  background: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.landing-saas .l-header-2 .navbar .navbar-nav .nav-item a::before
{
  background: #4731b6;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 0;
  transition: all 0.3s ease-in-out;
}

.landing-saas .l-header-2 .navbar .navbar-nav .nav-item a.active
{
  color: #4731b6;
  background: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.landing-saas .l-header-2 .navbar .navbar-nav .nav-item a.active:focus
{
  color: #4731b6;
  background: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.landing-saas .l-header-2 .navbar .navbar-nav .nav-item a.active:hover
{
  color: #4731b6;
  background: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.landing-saas .l-header-2 .navbar .navbar-nav .nav-item a.active::before
{
  width: 100%;
}

.landing-saas .l-header-2 .navbar .navbar-nav .nav-item:hover>a::before
{
  width: 100%;
}

.landing-saas .l-header-2 .navbar ul li
{
  list-style: none;
  margin-right: 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  vertical-align: middle;
}

.landing-saas .l-header-2 .navbar ul li i
{
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  color: #303030;
  vertical-align: middle;
}

.landing-saas .l-header-2 .button
{
  margin-top: 0;
  margin-left: 15px;
}

.landing-saas .l-header-2 .button-line
{
  margin-top: 0;
  margin-left: 15px;
}

.landing-saas .banner-hr
{
  background: url(../images/landing-page/landing-2/bg-1.jpg) no-repeat;
  height: 100%;
  background-size: cover;
}

.landing-saas .prox-gradient-bg-top
{
  position: relative;
}

.landing-saas .prox-gradient-bg-top:before
{
  content: "";
  background: -webkit-linear-gradient(top, #eff1fe 0, #fff 60%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.landing-saas .prox-gradient
{
  position: relative;
}

.landing-saas .prox-gradient:before
{
  content: "";
  background: -webkit-linear-gradient(top, #eff1fe 0, #fff 60%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.landing-saas .prox-gradient-bg-dark
{
  position: relative;
}

.landing-saas .prox-gradient-bg-bottom
{
  position: relative;
}

.landing-saas .banner-saas
{
  background: url(../images/landing-page/landing-1/banner-saas.jpg) no-repeat;
  height: 100%;
  background-position: top;
}

.landing-saas .saas-social-icon
{
  position: absolute;
  left: 2rem;
  top: 213px;
}

.landing-saas .saas-social-icon li
{
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 90px;
  text-align: center;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  background: #cbc0ff;
  border: 1px solid rgba(0,0,0,0.05);
}

.landing-saas .saas-social-icon li a
{
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #4731b6;
  transition: all 0.3s ease-in-out;
}

.landing-saas .iq-address img
{
  width: 100px;
}

.landing-saas .main-header.header-saas.fixed
{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background: #4731b6;
}

.landing-saas .l-header-2.header-saas .navbar .navbar-nav .nav-item a
{
  color: #fff;
}

.landing-saas .l-header-2.header-saas .navbar .navbar-nav .nav-item a:hover
{
  color: #fff;
}

.landing-saas .l-header-2.header-saas .navbar .navbar-nav .nav-item a:focus
{
  color: #fff;
}

.landing-saas .l-header-2.header-saas .navbar .navbar-nav .nav-item a::before
{
  background: #fff;
}

.landing-saas .l-header-2.header-saas .navbar .navbar-nav .nav-item a.active
{
  color: #fff;
}

.landing-saas .l-header-2.header-saas .navbar .navbar-nav .nav-item a.active:focus
{
  color: #fff;
}

.landing-saas .l-header-2.header-saas .navbar .navbar-nav .nav-item a.active:hover
{
  color: #fff;
}

.landing-saas .landing-button.banner-btn
{
  color: #4731b6;
  background: #fff;
}

.landing-saas .landing-button.banner-btn:hover
{
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}

.l-header-2 .navbar .navbar-nav .nav-item>a:hover::before
{
  width: 100%;
}

.landing-saas .iq-banner-02
{
  position: relative;
}

.landing-saas .iq-banner-02 .banner-text
{
  z-index: 9;
  position: relative;
  margin-top: 5%;
}

.landing-saas .iq-banner-02 .banner-text h1
{
  font-size: 64px;
  line-height: normal;
}

.landing-saas .iq-banner-02 .banner-img
{
  margin-bottom: -80px;
}

.landing-saas .iq-banner-02 .banner-video
{
  margin-bottom: -50px;
  width: 680px;
  height: 383px;
  -ms-box-shadow: 0px 5px 50px 1px rgba(102,102,102,0.25);
  -o-box-shadow: 0px 5px 50px 1px rgba(102,102,102,0.25);
  box-shadow: 0px 5px 50px 1px rgba(102,102,102,0.25);
}

.landing-saas .iq-banner-02 .banner-objects
{
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.landing-saas .iq-banner-02 .iq-bg-over
{
  background: transparent !important;
}

.landing-saas .iq-banner-02.no-before:after
{
  display: none;
}

.landing-saas .iq-over-blue-90:before
{
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: -1;
  background: rgba(71,49,182,0.9);
}

.header-software .navbar .navbar-nav
{
  transition: all 0.3s ease-in-out;
}

.header-software .navbar .navbar-nav .nav-item a
{
  padding: 3px 0;
  color: #303030;
}

.header-software .navbar .navbar-nav .nav-item a:after
{
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #DAA520;
  content: '';
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  bottom: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.header-software .navbar .navbar-nav .nav-item a:before
{
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #DAA520;
  content: '';
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  top: 0;
}

.header-software .navbar .navbar-nav .nav-item a:hover
{
  color: #DAA520;
  background: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.header-software .navbar .navbar-nav .nav-item a:focus
{
  color: #DAA520;
  background: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.header-software .navbar .navbar-nav .nav-item a::before
{
  background: #DAA520;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 0;
  transition: all 0.3s ease-in-out;
}

.header-software .navbar .navbar-nav .nav-item a.active
{
  color: #DAA520;
  background: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.header-software .navbar .navbar-nav .nav-item a.active:before
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.header-software .navbar .navbar-nav .nav-item a.active:after
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.header-software .navbar .navbar-nav .nav-item a.active:focus
{
  color: #DAA520;
  background: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.header-software .navbar .navbar-nav .nav-item a.active:hover
{
  color: #DAA520;
  background: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.header-software .navbar .navbar-nav .nav-item a.active::before
{
  width: 100%;
}

.header-software .navbar .navbar-nav .nav-item>a:hover:before
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.header-software .navbar .navbar-nav .nav-item>a:hover:after
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.header-software .navbar .navbar-nav .nav-item>a:hover::before
{
  width: 100%;
}

.header-software .navbar .navbar-nav .nav-item:hover>a::before
{
  width: 100%;
}

.header-software .navbar .navbar-nav>li
{
  margin: 0 30px 0 0;
  position: relative;
}

.header-software .navbar .navbar-nav>li:last-child
{
  margin-right: 0;
}

.header-software .navbar .navbar-brand img
{
  width: 100px;
  transition: all 0.3s ease-in-out;
}

.header-software .landing-button
{
  margin-top: 0;
  margin-left: 15px;
}

.header-software .button-line
{
  margin-top: 0;
  margin-left: 15px;
}

.top-bar-software
{
  background: #000;
}

.top-bar-software ul
{
  padding: 0;
  margin: 0;
}

.top-bar-software .number-info li
{
  list-style: none;
  float: left;
  margin-right: 0px;
  border-left: 1px solid rgba(255,255,255,0.18);
}

.top-bar-software .number-info li a
{
  color: #fff;
  line-height: 45px;
  padding: 0 15px;
  margin-right: 0;
}

.top-bar-software .social-icone
{
  text-align: right;
}

.top-bar-software .social-icone ul li
{
  display: inline-block;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.3);
}

.top-bar-software .social-icone ul li i
{
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.top-bar-software::before
{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 1140px);
  height: 100%;
}

.header-software.main-header.fixed
{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}

.header-software.main-header .navbar-toggler
{
  padding: 2px 10px;
  background: #DAA520;
}

.header-software.main-header .navbar-toggler .ion-navicon
{
  display: none;
}

.header-software.main-header landing-button:focus
{
  outline: none;
}

.header-software.main-header .menu-btn
{
  vertical-align: middle;
}

.header-software.main-header .menu-btn .line
{
  width: 25px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 7px auto;
  transition: all 0.3s ease-in-out;
}

.header-software.main-header .menu-btn:hover
{
  cursor: pointer;
}

.header-software.main-header #menu-btn.is-active
{
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-software.main-header #menu-btn.is-active .line:nth-child(2)
{
  width: 0px;
}

.header-software.main-header #menu-btn.is-active .line:nth-child(1)
{
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(9px);
  transform: translateY(9px);
}

.header-software.main-header #menu-btn.is-active .line:nth-child(3)
{
  -webkit-transform: translateY(-9px) rotate(90deg);
  transform: translateY(-9px) rotate(90deg);
}

.main-header #menu-btn.is-active .line:nth-child(3)
{
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1399px)
{
  .landing-saas .popup-images.align-left .img-one img
  {
    position: relative;
    left: -16%;
    max-width: 120% !important;
    position: relative;
    left: -16%;
    max-width: 120% !important;
  }

  .landing-saas .iq-banner-02:after
  {
    content: "";
    height: 86px;
  }
}

@media (max-width: 1365px)
{
  .landing-saas .title-box
  {
    margin-bottom: 60px;
  }
}

@media (max-width: 1199px)
{
  .landing-saas .testimonial-circle
  {
    width: 350px;
    height: 350px;
  }

  .landing-saas .testimonial-circle .testimonial-img
  {
    width: 350px;
    height: 350px;
  }

  .landing-saas .testimonial-circle .testimonial-img::before
  {
    width: 350px;
    height: 350px;
  }

  .landing-saas .iq-banner-02:after
  {
    content: "";
    height: 100px;
    bottom: -100px;
  }

  .landing-saas .feature-flip-box .front-side .flipbox-title
  {
    font-size: 22px;
  }
}

@media (max-width: 1024px)
{
  .landing-saas .color-palette .color-text
  {
    font-size: 16px;
  }
}

@media (max-width: 992px)
{
  .landing-saas .popup-images.align-left .img-one img
  {
    left: 150px;
  }

  .landing-saas .color-palette.purple-hover.purple-arrow:after
  {
    display: none;
  }

  .landing-saas .color-palette.org-hover.org-arrow:after
  {
    display: none;
  }

  .landing-saas .prox-fullrside-img .iq-objects.style-one.right-top .iq-objects-01 img
  {
    max-width: 87%;
  }

  .landing-saas .iq-objects.style-two .iq-objects-03 img
  {
    display: none;
  }

  .landing-saas .testimonial-circle
  {
    text-align: center;
    margin: 0 auto;
    display: block;
  }

  .landing-saas .saas-social-icon
  {
    display: none;
  }

  .landing-saas .advance-feature .pricing-table
  {
    position: absolute;
    top: 7%;
    left: 12%;
  }

  .landing-saas .advance-feature .col-lg-6.btn-top
  {
    padding-top: 150px;
  }
}

@media (max-width: 991px)
{
  .iq-footer
  {
    text-align: left !important;
  }

  .iq-footer .col-lg-6.text-right
  {
    text-align: left !important;
  }

  .landing-saas .main-header .navbar .navbar-nav .nav-item a
  {
    padding: 15px;
  }

  .landing-saas .l-header-2.header-saas .navbar .navbar-nav .nav-item a
  {
    color: #303030;
  }

  .landing-saas .l-header-2.header-saas .navbar .navbar-nav .nav-item a::before
  {
    background: #4731b6;
  }

  .landing-saas .l-header-2.header-saas .navbar .navbar-nav .nav-item a:hover
  {
    color: #4731b6;
  }

  .landing-saas .l-header-2.header-saas .navbar .navbar-nav .nav-item a:focus
  {
    color: #4731b6;
  }

  .landing-saas .l-header-2.header-saas .navbar .navbar-nav .nav-item a.active
  {
    color: #4731b6;
  }

  .landing-saas .l-header-2.header-saas .navbar .navbar-nav .nav-item a.active:focus
  {
    color: #4731b6;
  }

  .landing-saas .l-header-2.header-saas .navbar .navbar-nav .nav-item a.active:hover
  {
    color: #4731b6;
  }

  .landing-saas .iq-banner .banner-text
  {
    text-align: center;
  }

  .landing-saas.main-header .navbar .navbar-nav .nav-item a
  {
    padding: 15px;
  }
}

@media (max-width: 979px)
{
  .landing-saas .advance-feature .pricing-table
  {
    left: 9%;
  }
}

@media (max-width: 777px)
{
  .landing-saas #pills-tabContent.advance-feature
  {
    padding-top: 75px;
  }

  .landing-saas .popup-images.align-left .img-one img
  {
    left: inherit;
  }

  .landing-saas .title-box h2
  {
    font-size: 24px;
  }

  .landing-saas .advance-feature .pricing-table
  {
    top: 0;
    left: 15px;
  }

  .landing-saas .advance-feature .service-price ul li
  {
    display: inline-block;
    width: 100%;
  }

  .landing-saas .advance-feature .col-lg-6.border-right-0
  {
    padding: 20px;
  }

  .landing-saas .iq-banner-06 .banner-objects .banner-objects-02
  {
    height: 200px;
    width: 200px;
  }

  .landing-saas .iq-banner-06 .banner-objects .banner-objects-03
  {
    height: 200px;
    width: 200px;
  }

  .landing-saas .iq-banner-06 .banner-text
  {
    margin-top: 30%;
  }

  .landing-saas .iq-banner-06 .banner-text h1
  {
    font-size: 30px;
  }

  .landing-saas .iq-banner-06 .banner-text p
  {
    padding: 0px 30px;
  }
}

@media (max-width: 527px)
{
  .landing-saas .testimonial-circle .testimonial-img
  {
    width: 320px;
    height: 320px;
  }

  .landing-saas .testimonial-circle .testimonial-img:before
  {
    width: 320px;
    height: 320px;
  }

  .landing-saas .advance-feature .service-price ul
  {
    padding-left: 0px;
  }

  .landing-saas .advance-feature .service-price ul li
  {
    display: inline-block;
    width: 100%;
  }

  .landing-saas .advance-feature .col-lg-6.btn-top
  {
    padding: 20px;
  }
}

@media (max-width: 479px)
{
  .landing-saa .advance-feature .service-price ul
  {
    padding-left: 30px;
  }
}

@media (max-width: 320px)
{
  .landing-saas .testimonial-circle .testimonial-img
  {
    width: 264px;
    height: 264px;
  }

  .landing-saas .testimonial-circle .testimonial-img:before
  {
    width: 264px;
    height: 264px;
  }

  .landing-saas .testimonial-circle .effect-circle
  {
    width: 130px;
    height: 130px;
  }

  .landing-saas .testimonial-circle .circle-bg
  {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }

  .landing-saas .testimonial-circle .circle-bg img
  {
    width: 65px;
  }

  .landing-saas .testimonial-circle .testimonial-img
  {
    margin: 50px 15px;
  }

  .landing-saas .testimonial-circle .testimonial-img ul li:nth-child(8) img
  {
    bottom: -21%;
    left: 35%;
  }
}

footer.footer-two .footer-box
{
  padding: 40px;
  margin-bottom: 30px;
  -ms-box-shadow: 0px 0px 100px 0px rgba(0,0,0,0.08);
  -o-box-shadow: 0px 0px 100px 0px rgba(0,0,0,0.08);
  box-shadow: 0px 0px 100px 0px rgba(0,0,0,0.08);
  border-radius: 8px;
}

footer.footer-two .footer-input
{
  display: flex;
}

footer.footer-two .footer-input .button.sign-up-btn
{
  width: 30%;
}

footer.footer-two .widget.footer-logo
{
  margin-bottom: 15px;
}

footer.footer-two .widget.footer-logo:nth-child(1)
{
  margin-bottom: 0px;
}

footer.footer-two #menu-about-menu li
{
  margin-right: 15px;
}

footer.footer-two #menu-about-menu li:last-child
{
  margin-right: 0px;
}

footer.footer-two .info-share
{
  display: block !important;
  margin-bottom: 30px;
}

footer.footer-two .info-share li
{
  margin-right: 30px;
}

footer.footer-two .info-share li:last-child
{
  margin-right: 0px;
}

footer.footer-two .widget ul li
{
  display: inline-block;
}

@keyframes bounces
{
  from
  {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  to
  {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}

@-webkit-keyframes bounces
{
  from
  {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  to
  {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}

.landing-saas .iq-objects.style-two .iq-objects-03 img
{
  transition: all 0.3s ease-in-out;
  -webkit-animation: bounces 2s infinite alternate;
  position: absolute;
  z-index: -1;
  left: -15%;
  right: 0;
  bottom: 0;
}

.landing-saas .iq-objects.style-two .iq-objects-02 img
{
  transition: all 0.3s ease-in-out;
  -webkit-animation: bounces 2s infinite alternate;
}

.landing-saas .iq-objects.style-one.left-top .iq-objects-01 img
{
  position: absolute;
  left: -700px;
  top: 0;
  z-index: -2;
}

.landing-saas .iq-objects.style-two.left-top .iq-objects-02 img
{
  position: absolute;
  left: -300px;
  top: 0;
  z-index: -2;
  -webkit-animation: bounces 2s infinite alternate;
  max-width: 130%;
}

.landing-saas .iq-objects.style-two.right-top .iq-objects-02 img
{
  position: absolute;
  right: -300px;
  top: 0;
  z-index: -2;
  -webkit-animation: bounces 2s infinite alternate;
}

.landing-saas .iq-objects.style-one .iq-objects-01 img
{
  -webkit-animation: bounces 2s infinite alternate;
  z-index: -1;
}

.landing-saas .iq-objects.style-one.right-top .iq-objects-01 img
{
  position: absolute;
  right: -855px;
  top: -234px;
  z-index: -2;
  position: absolute;
  right: -994px;
  top: -170px;
  z-index: -2;
}

.landing-saas .iq-objects.style-one.left .iq-objects-01 img
{
  position: absolute;
  left: -45%;
  bottom: 0;
}

.landing-saas .uniq-round .iq-objects.style-one.right-top .iq-objects-01 img
{
  right: -500px;
  top: 25%;
}

.landing-saas .feature-flip-box.flip-right:hover .back-side
{
  visibility: visible;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

@supports ((-webkit-backface-visibility: hidden) or (backface-visibility: hidden))
{
  .landing-saas .feature-flip-box .front-side
  {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
    transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
    transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8), -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
  }

  .landing-saas .feature-flip-box .back-side
  {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
    transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
    transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8), -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
  }
}

@supports ((-webkit-backface-visibility: hidden) or (backface-visibility: hidden))
{
  .landing-saas .feature-flip-box .front-side
  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    visibility: unset;
  }
}

@supports ((-webkit-backface-visibility: hidden) or (backface-visibility: hidden))
{
  .landing-saas .feature-flip-box .back-side
  {
    display: flex;
    justify-content: center;
    flex-direction: column;
    visibility: unset;
  }
}

@supports ((-webkit-backface-visibility: hidden) or (backface-visibility: hidden))
{
  .landing-saas .feature-flip-box.flip-right:hover .front-side
  {
    visibility: unset;
  }
}

@supports ((-webkit-backface-visibility: hidden) or (backface-visibility: hidden))
{
  .landing-saas .feature-flip-box.flip-right:hover .back-side
  {
    visibility: unset;
  }
}

@supports ((-webkit-backface-visibility: hidden) or (backface-visibility: hidden))
{
  .landing-saas .feature-flip-box.flip-left:hover .front-side
  {
    visibility: unset;
  }
}

@supports ((-webkit-backface-visibility: hidden) or (backface-visibility: hidden))
{
  .landing-saas .feature-flip-box.flip-left:hover .back-side
  {
    visibility: unset;
  }
}

@supports ((-webkit-backface-visibility: hidden) or (backface-visibility: hidden))
{
  .landing-saas .feature-flip-box.flip-top:hover .front-side
  {
    visibility: unset;
  }
}

@supports ((-webkit-backface-visibility: hidden) or (backface-visibility: hidden))
{
  .landing-saas .feature-flip-box.flip-top:hover .back-side
  {
    visibility: unset;
  }
}

@supports ((-webkit-backface-visibility: hidden) or (backface-visibility: hidden))
{
  .landing-saas .feature-flip-box.flip-bottom:hover .front-side
  {
    visibility: unset;
  }
}

@supports ((-webkit-backface-visibility: hidden) or (backface-visibility: hidden))
{
  .landing-saas .feature-flip-box.flip-bottom:hover .back-side
  {
    visibility: unset;
  }
}

.landing-saas .our-testimonial .iq-testimonial
{
  padding: 30px;
  margin-bottom: 25px;
}

.landing-saas .our-testimonial .iq-testimonial p
{
  font-style: italic;
}

.landing-saas .our-testimonial .testimonial-info
{
  position: relative;
  text-align: left;
  display: flex;
}

.landing-saas .our-testimonial .testimonial-name
{
  flex: 1;
}

.landing-saas .our-testimonial .testimonial-name span
{
  color: #595a5d;
}

.landing-saas .our-testimonial .owl-stage-outer
{
  position: relative;
}

.landing-saas .our-testimonial .owl-stage-outer:before
{
  content: "";
  display: inline-block;
  position: absolute;
  font-size: 84px;
  width: 205px;
  font-family: "Font Awesome 5 Free";
  background: url(../images/landing-page/landing-2/qu.png) no-repeat;
  height: 140px;
  opacity: 1;
  left: 10px;
  top: 0px;
  z-index: -1;
}

.landing-saas .our-testimonial.owl-carousel .owl-dots
{
  position: absolute;
  width: auto;
  left: 30px;
  bottom: 0;
}

.landing-saas .our-testimonial.owl-carousel .owl-dots .owl-dot.active
{
  background: #4731b6;
  border: 1px solid #4731b6;
}

.landing-saas .our-testimonial.owl-carousel .owl-dots .owl-dot
{
  background: transparent;
  border: 1px solid #4731b6;
}

.landing-saas .our-testimonial.owl-carousel .owl-item .testimonial-info img
{
  width: 65px;
  height: 65px;
  margin-right: 25px;
}

.landing-saas .custom-tab.horizontaltab-demo15 .nav-pills
{
  position: absolute;
  bottom: 50px;
  left: -70%;
}

.landing-saas .custom-tab.horizontaltab-demo15 .nav-pills .nav-link.active
{
  background: #4731b6;
  color: #fff;
  font-weight: bold;
}

.landing-saas .custom-tab.horizontaltab-demo15 .nav-pills .nav-link
{
  padding: 10px 30px;
}

.landing-saas .custom-tab.horizontaltab-demo15 a.nav-link.active h6.tab-title
{
  color: #fff;
  margin-bottom: 0px;
}

.landing-saas .custom-tab.horizontaltab-demo15 a.nav-link h6.tab-title
{
  color: #000;
  margin-bottom: 0px;
}

.landing-saas .custom-tab.horizontaltab-demo15 .tab-pane.active
{
  display: block;
}

.landing-saas .custom-tab.horizontaltab-demo15 .tab-pane
{
  display: none;
}

.landing-saas .nav-pills .nav-item a
{
  border-radius: 5px;
}

.landing-saas .iq-feedback-testi
{
  overflow: inherit !important;
}

.landing-saas .iq-feedback-testi .owl-carousel .owl-nav
{
  left: -35%;
  top: 80%;
}

.landing-saas .iq-feedback-testi .owl-carousel .owl-nav .owl-next
{
  left: 0%;
}

.landing-saas .iq-feedback-testi .iq-background:before
{
  position: absolute;
  left: 130px;
  top: -5%;
  content: "";
  height: 120%;
  width: 200%;
  background-color: #4731b6;
  border-radius: 5px;
}

.landing-saas .testimonial-style.owl-carousel .item.iq-best-testimonial
{
  padding: 75px 0px 40px;
}

.landing-saas .testimonial-style.owl-carousel .item.iq-best-testimonial .iq-testimonial
{
  margin: 20px;
  border-radius: 5px;
  -ms-box-shadow: -10px 10px 10px 0px rgba(0,0,0,0.08);
  -o-box-shadow: -10px 10px 10px 0px rgba(0,0,0,0.08);
  box-shadow: -10px 10px 10px 0px rgba(0,0,0,0.08);
}

.landing-saas .testimonial-style.owl-carousel .item.iq-best-testimonial .iq-testimonial:before
{
  display: none;
}

.landing-saas .testimonial-style.owl-carousel .item.iq-best-testimonial .iq-testimonial:after
{
  display: none;
}

.landing-saas .testimonial-style.owl-carousel .item.iq-best-testimonial .iq-testimonial .media .img-box
{
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-right: 15px;
}

.landing-saas .testimonial-style.owl-carousel .item.iq-best-testimonial .iq-testimonial .media .testimonial-name
{
  text-align: left;
  margin-top: 15px;
}

.landing-saas .testimonial-style.owl-carousel .item.iq-best-testimonial .iq-testimonial .iq-content p
{
  margin-bottom: 30px;
}

@media (max-width: 1499px)
{
  .landing-saas .iq-get-team img
  {
    max-width: 100% !important;
  }
}

@media (max-width: 1199px)
{
  .landing-saas .custom-tab.horizontaltab-demo15 .nav-pills
  {
    position: relative;
    bottom: 0%;
    left: 0%;
  }
}

@media (max-width: 992px)
{
  .landing-saas .iq-best-pricing
  {
    margin: 0 15px 60px 15px;
  }

  .landing-saas .Fancy-box-position .fancy-style-five
  {
    right: 29%;
  }

  .landing-saas .iq-banner-02
  {
    padding-top: 50px !important;
  }

  .landing-saas .iq-banner-02 .banner-text h1
  {
    font-size: 45px !important;
  }
}

@media (max-width: 767px)
{
  .landing-saas .Fancy-box-position .fancy-style-five
  {
    position: relative;
    width: 100%;
    right: 1%;
  }

  .landing-saas .iq-fancy-seo img
  {
    width: 100%;
  }

  .landing-saas .iq-banner-02 .banner-text h1
  {
    font-size: 40px !important;
  }
}

@media (max-width: 777px)
{
  .landing-saas .Fancy-box-position .fancy-style-five
  {
    right: 12%;
  }

  .landing-saas .Fancy-box-position .fancy-style-five:hover
  {
    right: 0;
  }
}

@media (max-width: 576px)
{
  .landing-saas .iq-banner-02 .banner-text
  {
    margin-top: 12%;
  }

  .landing-saas .Fancy-box-position .fancy-style-five
  {
    right: 0%;
  }

  .landing-saas .iq-best-pricing
  {
    margin: 0 15px 60px 15px;
  }
}

@media (max-width: 479px)
{
  .landing-saas .iq-banner-02 .banner-text h1
  {
    font-size: 30px !important;
  }
}

.landing-saas-dark
{
  background: #fff;
  background-position: center;
}

.landing-saas-dark p
{
  color: #d5d6d7;
}

.landing-saas-dark .iq-lead
{
  color: #d5d6d7;
}

.landing-saas-dark .main-header.l-header-2.header-saas-dark
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

.landing-saas-dark .l-header-2 .navbar .navbar-brand img
{
  width: 100px;
  transition: all 0.3s ease-in-out;
}

.landing-saas-dark .l-header-2 .navbar .navbar-nav
{
  margin-top: 0;
  transition: all 0.3s ease-in-out;
}

.landing-saas-dark .l-header-2 .navbar .navbar-nav>li
{
  margin: 0 30px 0 0;
  position: relative;
}

.landing-saas-dark .l-header-2 .navbar .navbar-nav>li:last-child
{
  margin-right: 0;
}

.landing-saas-dark .l-header-2 .navbar .navbar-nav .nav-item a
{
  color: #fff;
  padding: 10px 0;
}

.landing-saas-dark .l-header-2 .navbar .navbar-nav .nav-item a:hover
{
  color: #fe721c;
  background: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.landing-saas-dark .l-header-2 .navbar .navbar-nav .nav-item a:focus
{
  color: #fe721c;
  background: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.landing-saas-dark .l-header-2 .navbar .navbar-nav .nav-item a::before
{
  background: #fe721c;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 0;
  transition: all 0.3s ease-in-out;
}

.landing-saas-dark .l-header-2 .navbar .navbar-nav .nav-item a.active
{
  color: #fe721c;
  background: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.landing-saas-dark .l-header-2 .navbar .navbar-nav .nav-item a.active:focus
{
  color: #fe721c;
  background: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.landing-saas-dark .l-header-2 .navbar .navbar-nav .nav-item a.active:hover
{
  color: #fe721c;
  background: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.landing-saas-dark .l-header-2 .navbar .navbar-nav .nav-item a.active::before
{
  width: 100%;
}

.landing-saas-dark .l-header-2 .navbar .navbar-nav .nav-item:hover>a::before
{
  width: 100%;
}

.landing-saas-dark .l-header-2 .navbar .navbar-nav .nav-item>a:hover::before
{
  width: 100%;
}

.landing-saas-dark .l-header-2 .navbar ul li
{
  list-style: none;
  margin-right: 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  vertical-align: middle;
}

.landing-saas-dark .l-header-2 .navbar ul li i
{
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  color: #303030;
  vertical-align: middle;
}

.landing-saas-dark .l-header-2 .button
{
  margin-top: 0;
  margin-left: 15px;
}

.landing-saas-dark .l-header-2 .button-line
{
  margin-top: 0;
  margin-left: 15px;
}

.landing-saas-dark header.main-header.l-header-2.header-saas-dark.fixed
{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  -ms-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  -o-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  background: url(../images/landing-page/landing-3/dark-back.jpg) center center;
}

.landing-saas-dark .main-header .navbar-toggler
{
  padding: 2px 10px;
  background: #fe721c;
}

.landing-saas-dark .main-header .menu-btn .line
{
  width: 25px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 7px auto;
  transition: all 0.3s ease-in-out;
}

.landing-saas-dark .title-box
{
  margin-bottom: 100px;
  text-align: center;
  font-weight: bold;
}

.landing-saas-dark .title
{
  color: #595a5d;
  margin-bottom: 30px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-left: 20px;
  padding-right: 60px;
}

.landing-saas-dark .title:after
{
  position: absolute;
  width: 6px;
  height: 6px;
  line-height: 6px;
  content: "";
  background: #fe721c;
  left: 0;
  top: 8px;
}

.landing-saas-dark .title:before
{
  position: absolute;
  width: 50px;
  height: 4px;
  line-height: 6px;
  content: "";
  background: #fe721c;
  right: 0;
  top: 10px;
}

.landing-saas-dark section
{
  padding: 150px 0;
}

.landing-saas-dark .banner
{
  margin: 10% 0;
}

.landing-saas-dark.main-bg
{
  background: url(../images/landing-page/landing-3/dark-back.jpg) center center;
}

.landing-saas-dark a:hover
{
  text-decoration: none;
}

.landing-saas-dark .title-box
{
  margin-bottom: 100px;
  text-align: center;
  font-weight: bold;
}

.landing-saas-dark .title
{
  color: #595a5d;
  margin-bottom: 30px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-left: 20px;
  padding-right: 60px;
}

.landing-saas-dark .title:after
{
  position: absolute;
  width: 6px;
  height: 6px;
  line-height: 6px;
  content: "";
  background: #fe721c;
  left: 0;
  top: 8px;
}

.landing-saas-dark .title:before
{
  position: absolute;
  width: 50px;
  height: 4px;
  line-height: 6px;
  content: "";
  background: #fe721c;
  right: 0;
  top: 10px;
}

.landing-saas-dark section
{
  padding: 150px 0;
}

.landing-saas-dark .banner
{
  margin: 10% 0;
}

.landing-saas-dark .iq-work
{
  position: relative;
  padding-top: 70px;
}

.landing-saas-dark .iq-work .fas
{
  color: #fff;
  display: block;
}

.landing-saas-dark .iq-work .fas::before
{
  font-size: 60px;
  margin: 0;
  line-height: 60px;
}

.landing-saas-dark .iq-work .iq-work-detail::before
{
  transition: all 0.3s ease-in-out;
}

.landing-saas-dark .iq-work:hover .iq-work-detail
{
  border-color: #fe721c;
}

.landing-saas-dark .iq-work:hover .iq-work-detail::before
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.landing-saas-dark .iq-work:hover i.fas
{
  color: #fe721c;
}

.landing-saas-dark .iq-work:hover .readmore
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.landing-saas-dark .iq-work:hover .iq-work-id
{
  top: -30px;
}

.landing-saas-dark .iq-work-detail
{
  background: #16171d;
  padding: 60px 30px 60px;
  position: relative;
  overflow: hidden;
  border-bottom: 4px solid transparent;
  z-index: 1;
}

.landing-saas-dark .iq-work-detail p
{
  position: relative;
}

.landing-saas-dark .iq-work-detail::before
{
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 195px;
  height: 195px;
  background: #191a20;
  border-radius: 50%;
  content: '';
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.landing-saas-dark .iq-work-id
{
  transition: all 0.3s ease-in-out;
  font-size: 140px;
  font-weight: bold;
  position: absolute;
  text-align: center;
  top: 120px;
  margin: 0 auto;
  left: 0;
  right: 0;
  line-height: 140px;
  background: #DAA520;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.landing-saas-dark .readmore
{
  position: absolute;
  right: 30px;
  font-size: 40px;
  line-height: 40px;
  bottom: 12px;
  color: #fff;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.landing-saas-dark h1
{
  color: #fff;
}

.landing-saas-dark h2
{
  color: #fff;
}

.landing-saas-dark h3
{
  color: #fff;
}

.landing-saas-dark h4
{
  color: #fff;
}

.landing-saas-dark h5
{
  color: #fff;
}

.landing-saas-dark h6
{
  color: #fff;
}

@keyframes bounce
{
  from
  {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  to
  {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}

@-webkit-keyframes bounce
{
  from
  {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  to
  {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}

@-webkit-keyframes wobble-vertical
{
  16.65%
  {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3%
  {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95%
  {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6%
  {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25%
  {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100%
  {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes wobble-vertical
{
  16.65%
  {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3%
  {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95%
  {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6%
  {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25%
  {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100%
  {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes wobble-horizontal
{
  16.65%
  {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3%
  {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95%
  {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6%
  {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25%
  {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100%
  {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes wobble-horizontal
{
  16.65%
  {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3%
  {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95%
  {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6%
  {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25%
  {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100%
  {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.landing-saas-dark .right-image
{
  position: absolute;
  right: -20%;
  top: 0;
}

.landing-saas-dark .left-image
{
  position: absolute;
  left: -20%;
  top: 0;
}

.landing-saas-dark .iq-about-us
{
  overflow: hidden;
  padding: 180px 0px;
}

.landing-saas-dark .timer
{
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}

.landing-saas-dark .counter
{
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}

.landing-saas-dark .features
{
  margin-bottom: 30px;
  float: left;
  display: block;
}

.landing-saas-dark .features .feature-icon
{
  float: left;
}

.landing-saas-dark .features .feature-icon i.las
{
  color: #fe721c;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}

.landing-saas-dark .features .feature-info
{
  float: left;
}

.landing-saas-dark .iq-services
{
  margin-bottom: 50px;
}

.landing-saas-dark .iq-services:hover h5
{
  color: #fff;
}

.landing-saas-dark .iq-services:hover i.las
{
  color: #fff;
}

.landing-saas-dark .iq-services:hover .iq-icon img
{
  -webkit-animation-name: wobble-horizontal;
  animation-name: wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.las::before
{
  font-size: 60px;
  margin: 0;
  line-height: 60px;
}

.features:hover .feature-icon i.las
{
  transition: all 0.3s ease-in-out;
  -webkit-animation-name: wobble-vertical;
  animation-name: wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes heartbeat
{
  0%
  {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  25%
  {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  50%
  {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75%
  {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100%
  {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartbeat
{
  0%
  {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  25%
  {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  50%
  {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75%
  {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100%
  {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.landing-saas-dark .iq-screenshots
{
  overflow: hidden;
  position: relative;
}

.landing-saas-dark .screenshots-slider
{
  display: inline-block;
  width: 100%;
  min-height: 563px;
}

.landing-saas-dark .slider-container
{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 770px;
  height: 563px;
  margin: -300px 0 0 -390px;
}

.landing-saas-dark .slider-container .slider-content
{
  position: relative;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.landing-saas-dark .slider-container .slider-content .slider-single
{
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: z-index 0ms 250ms;
}

.landing-saas-dark .slider-container .slider-content .slider-single .slider-single-image
{
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}

.landing-saas-dark .slider-container .slider-content .slider-single.preactivede .slider-single-image
{
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}

.landing-saas-dark .slider-container .slider-content .slider-single.preactive
{
  z-index: 1;
}

.landing-saas-dark .slider-container .slider-content .slider-single.preactive .slider-single-image
{
  opacity: .3;
  -webkit-transform: translateX(-25%) scale(0.8);
  transform: translateX(-25%) scale(0.8);
}

.landing-saas-dark .slider-container .slider-content .slider-single.proactive
{
  z-index: 1;
}

.landing-saas-dark .slider-container .slider-content .slider-single.proactive .slider-single-image
{
  opacity: .3;
  -webkit-transform: translateX(25%) scale(0.8);
  transform: translateX(25%) scale(0.8);
}

.landing-saas-dark .slider-container .slider-content .slider-single.active
{
  z-index: 2;
}

.landing-saas-dark .slider-container .slider-content .slider-single.active .slider-single-image
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: translateX(0%) scale(1);
  transform: translateX(0%) scale(1);
}

.landing-saas-dark .slider-container .slider-left
{
  position: absolute;
  z-index: 3;
  display: block;
  right: 115%;
  top: 50%;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 20px 15px;
  font-size: 60px;
}

.landing-saas-dark .slider-container .slider-right
{
  position: absolute;
  z-index: 3;
  display: block;
  left: 115%;
  top: 50%;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 20px 15px;
  font-size: 60px;
}

.landing-saas-dark .team
{
  float: left;
  width: 100%;
  margin-bottom: 140px;
}

.landing-saas-dark .team .left
{
  float: left;
  width: 50%;
}

.landing-saas-dark .team .right
{
  padding: 70px 30px;
}

.landing-saas-dark .team:hover .team-img img
{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.landing-saas-dark .team-right
{
  margin-top: 120px;
}

.landing-saas-dark .team-img
{
  width: 270px;
  height: 330px;
}

.landing-saas-dark .team-img img
{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.landing-saas-dark .social-media li
{
  display: inline-block;
  height: 34px;
  line-height: 34px;
  width: 34px;
  margin-right: 15px;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 50%;
}

.landing-saas-dark .social-media li a
{
  color: #fff;
}

.landing-saas-dark .social-media li:hover
{
  background: #fe721c;
}

.team .right
{
  float: left;
  width: 50%;
}

.landing-saas-dark .testimonial-box
{
  text-align: center;
  position: relative;
}

.landing-saas-dark .testimonial-box .description
{
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 34px;
  color: #fff;
  padding: 0 10%;
}

.landing-saas-dark .iq-testimonial .owl-carousel.owl-theme .owl-dots
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 60%;
  border-bottom: 1px solid #fff;
}

.landing-saas-dark .iq-testimonial .owl-carousel.owl-theme .owl-dots .owl-dot span
{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  margin-bottom: 20px;
  height: 60px;
  width: 60px;
  position: relative;
  border-radius: 50%;
  display: inline-block;
  background: url(../images/landing-page/landing-3/16.jpg) no-repeat 0 0 !important;
  background-size: cover !important;
  transition: all 0.3s ease-in-out;
  border: none;
}

.landing-saas-dark .iq-testimonial .owl-carousel.owl-theme .owl-dots .owl-dot span:hover
{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.landing-saas-dark .iq-testimonial .owl-carousel.owl-theme .owl-dots .owl-dot:nth-child(1) span
{
  background-size: cover !important;
}

.landing-saas-dark .iq-testimonial .owl-carousel.owl-theme .owl-dots .owl-dot:nth-child(2) span
{
  background: url(../images/landing-page/landing-3/17.jpg) no-repeat 0 0 !important;
  background-size: cover !important;
}

.landing-saas-dark .iq-testimonial .owl-carousel.owl-theme .owl-dots .owl-dot:nth-child(3) span
{
  background: url(../images/landing-page/landing-3/18.jpg) no-repeat 0 0 !important;
  background-size: cover !important;
}

.landing-saas-dark .iq-testimonial .owl-carousel.owl-theme .owl-dots .owl-dot:nth-child(4) span
{
  background: url(../images/landing-page/landing-3/19.jpg) no-repeat 0 0 !important;
  background-size: cover !important;
}

.landing-saas-dark .iq-testimonial .owl-carousel.owl-theme .owl-dots .owl-dot:nth-child(5) span
{
  background: url(../images/landing-page/landing-3/20.jpg) no-repeat 0 0 !important;
  background-size: cover !important;
}

.landing-saas-dark .iq-testimonial .owl-carousel.owl-theme .owl-dots .owl-dot:nth-child(6) span
{
  background: url(../images/landing-page/landing-3/21.jpg) no-repeat 0 0 !important;
  background-size: cover !important;
}

.landing-saas-dark .iq-testimonial .owl-carousel.owl-theme .owl-dots .owl-dot:nth-child(7) span
{
  background: url(../images/landing-page/landing-3/22.jpg) no-repeat 0 0 !important;
  background-size: cover !important;
}

.landing-saas-dark .iq-testimonial .owl-carousel.owl-theme .owl-dots .owl-dot:hover span
{
  border: none;
  background: none;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.landing-saas-dark .iq-testimonial .owl-carousel.owl-theme .owl-dots .owl-dot.active span
{
  border: none;
  background: none;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.landing-saas-dark .iq-testimonial .owl-carousel.owl-theme .owl-dots .owl-dot.active span::after
{
  width: 0;
  height: 0;
  border-top: 30px solid #16171d;
  border-right: 30px solid transparent;
  position: absolute;
  bottom: -60px;
  content: "";
  left: 16px;
  transition: all 0.3s ease-in-out;
}

.landing-saas-dark .iq-testimonial .owl-carousel.owl-theme .owl-dots .owl-dot.active span::before
{
  width: 0;
  height: 0;
  border-top: 32px solid #fff;
  border-right: 32px solid transparent;
  position: absolute;
  bottom: -62px;
  content: "";
  left: 15px;
  transition: all 0.3s ease-in-out;
}

.landing-saas-dark .iq-testimonial .owl-carousel
{
  padding-top: 160px;
}

.landing-saas-dark .iq-testimonial .owl-carousel button.owl-dot
{
  height: 60px;
  width: 60px;
  margin: 0 15px;
  border: none;
}

.landing-saas-dark .author
{
  margin-top: 45px;
  clear: both;
  width: 100%;
  text-align: center;
}

.landing-saas-dark .author .left
{
  display: inline-block;
  height: 78px;
  width: 78px;
  vertical-align: middle;
  margin-right: 15px;
}

.landing-saas-dark .author .right
{
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.landing-saas-dark .author .right h4
{
  font-weight: normal;
}

.landing-saas-dark .owl-carousel .owl-item img.img-shap
{
  border-radius: 50%;
  height: 78px;
  width: 78px;
  margin: 0 auto;
}

@-webkit-keyframes rotate
{
  0%
  {
    -webkit-transform: perspective(2000px) rotateY(0);
  }

  70%
  {
    -webkit-transform: perspective(2000px) rotateY(200deg);
  }

  100%
  {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
}

@keyframes rotate
{
  0%
  {
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }

  70%
  {
    -webkit-transform: perspective(2000px) rotateY(200deg);
    transform: perspective(2000px) rotateY(200deg);
  }

  100%
  {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
}

@-webkit-keyframes rotate-inverse
{
  0%
  {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }

  70%
  {
    -webkit-transform: perspective(2000px) rotateY(20deg);
    transform: perspective(2000px) rotateY(20deg);
  }

  100%
  {
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

@keyframes rotate-inverse
{
  0%
  {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }

  70%
  {
    -webkit-transform: perspective(2000px) rotateY(20deg);
    transform: perspective(2000px) rotateY(20deg);
  }

  100%
  {
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

.landing-saas-dark .pricing-header
{
  padding: 20px 0;
  background: transparent;
  border-radius: 10px 10px 50% 50%;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}

.landing-saas-dark .pricing-tab
{
  text-align: center;
  color: #fff;
}

.landing-saas-dark .iq-pricing .nav
{
  width: 86px;
  margin: 0 15px;
  border: 1px solid #fff;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.landing-saas-dark .iq-pricing .nav li
{
  width: 50%;
  float: left;
  height: 25px;
}

.landing-saas-dark .iq-pricing .nav li a
{
  display: block;
  height: 25px;
}

.landing-saas-dark .iq-pricing .tab-content
{
  margin-top: 30px;
}

.landing-saas-dark .nav-pills .nav-link.active
{
  background: #DAA520;
}

.landing-saas-dark .nav-pills .show>.nav-link
{
  background: #DAA520;
}

.landing-saas-dark .nav-pills .nav-item a
{
  border-radius: 5px;
}

.landing-saas-dark .iq-pricing-table
{
  border: 5px solid #16171d;
  padding: 60px 30px;
  background: none;
  float: left;
  width: 100%;
  -webkit-animation: rotate 0.3s;
  animation: rotate 0.3s;
  -webkit-animation: rotate-inverse 0.3s;
  animation: rotate-inverse 0.3s;
}

.landing-saas-dark .iq-pricing-table h2
{
  font-size: 60px;
  margin-bottom: 30px;
}

.landing-saas-dark .iq-pricing-table h2 span
{
  font-size: 16px;
  font-weight: normal;
}

.landing-saas-dark .iq-pricing-table ul li
{
  color: #fff;
  margin-bottom: 10px;
}

.landing-saas-dark .iq-pricing-table ul li i
{
  margin-right: 15px;
}

.landing-saas-dark .iq-pricing-table .button
{
  border: 1px solid #fff;
  background: #16171d;
}

.landing-saas-dark .iq-pricing-table .button:hover
{
  background: #DAA520;
}

.landing-saas-dark .iq-pricing-table:hover
{
  background: #16171d;
  transition: all 0.3s ease-in-out;
}

.landing-saas-dark .iq-pricing-table:hover .button
{
  background: #DAA520;
}

.landing-saas-dark .iq-client-info
{
  padding: 30px;
}

.landing-saas-dark .iq-client-info:hover
{
  background: #191a20;
  transition: all 0.3s ease-in-out;
}

.landing-saas-dark .owl-carousel .owl-item .iq-client-info .hover-img
{
  display: none;
}

.landing-saas-dark .owl-carousel .owl-item .iq-client-info:hover .hover-img
{
  display: block;
}

.landing-saas-dark .owl-carousel .owl-item .iq-client-info:hover .default-img
{
  display: none;
}

.landing-saas-dark .owl-carousel .owl-item .iq-client-info img
{
  width: auto;
  margin: 0 auto;
}

.landing-saas-dark .iq-all-blogs .container
{
  padding-top: 150px;
}

.landing-saas-dark .effect-chico.blog
{
  overflow: hidden;
  float: left;
  width: 100%;
  position: relative;
}

.landing-saas-dark .iq-blogs .blog
{
  margin-bottom: 30px;
}

.landing-saas-dark .iq-blogs .oel-carousel .blog
{
  margin-bottom: 0px;
}

.landing-saas-dark .blog.effect-chico img
{
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}

.landing-saas-dark .blog.effect-chico:hover img
{
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.landing-saas-dark .blog.effect-chico:hover h2
{
  text-decoration: none;
  padding: 7% 0 20px 0;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 34px;
}

.landing-saas-dark .blog.effect-chico:hover .blog-info::before
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.landing-saas-dark .blog.effect-chico:hover p
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.landing-saas-dark .blog.effect-chico .blog-info
{
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  width: 100%;
}

.landing-saas-dark .blog.effect-chico .blog-info::before
{
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.landing-saas-dark .blog.effect-chico p
{
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  text-decoration: none;
  text-align: left;
  max-width: 500px;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
}

.landing-saas-dark .blog.effect-chico h2
{
  text-decoration: none;
  padding: 18% 0 20px 0;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.landing-saas-dark .blog-comment
{
  padding: 10px 30px;
  transition: all 0.3s ease-in-out;
  background: #16171d;
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 2;
}

.landing-saas-dark .effect-chico:hover .blog-comment
{
  background: #766dfe;
  background: #DAA520;
  transition: all 0.3s ease-in-out;
}

.landing-saas-dark .effect-chico:hover .blog-comment ul li a
{
  color: #fff;
}

.landing-saas-dark .iq-footer p
{
  color: #d5d6d7;
}

.landing-saas-dark .iq-footer ul li a
{
  color: #d5d6d7;
  line-height: 30px;
}

.landing-saas-dark .iq-footer ul li a:hover
{
  color: #fe721c;
}

.landing-saas-dark .footer-top
{
  padding: 60px 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  text-align: initial;
}

.landing-saas-dark footer
{
  background: transparent;
}

.landing-saas-dark footer .social-links li
{
  display: inline-block;
  margin-right: 15px;
}

.landing-saas-dark footer a
{
  color: #d5d6d7;
}

.landing-saas-dark footer a:hover
{
  color: #fe721c;
}

.landing-saas-dark footer .links
{
  padding: 15px 0;
}

.landing-saas-dark footer .links li
{
  display: inline-block;
  margin-right: 20px;
}

.landing-saas-dark footer input
{
  width: 270px;
}

.landing-saas-dark footer input.form-control
{
  width: 270px;
}

.landing-saas-dark footer .iq-contact li
{
  font-size: 16px;
  color: #d5d6d7;
  margin-bottom: 15px;
}

.landing-saas-dark footer .iq-contact i
{
  color: #d5d6d7;
  float: left;
  display: table-cell;
  width: 35px;
  line-height: 35px;
  font-size: 32px;
}

.landing-saas-dark footer .iq-contact p footer .iq-contact a
{
  display: table;
  color: #d5d6d7;
  margin-bottom: 0px;
  padding-left: 5px;
}

.landing-saas-dark footer .copyright
{
  padding: 15px 0;
  color: #d5d6d7;
}

.landing-saas-dark #back-to-top .top
{
  z-index: 999;
  position: fixed;
  margin: 0px;
  color: #fff;
  background: #16171d;
  position: fixed;
  bottom: 30px;
  right: 25px;
  z-index: 999;
  font-size: 26px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 58px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.landing-saas-dark #back-to-top .top:hover
{
  background: #DAA520;
  color: #fff;
  -ms-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  -o-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}

.landing-saas-dark section
{
  padding: 120px 0;
}

.landing-saas-dark .iq-border-top
{
  border-top: 1px solid rgba(0,0,0,0.08);
}

.landing-saas-dark input
{
  background: transparent;
  color: #fff;
  border: 2px solid #f1f1f1;
  font-size: 14px;
  height: 50px;
  padding-left: 15px;
  margin-bottom: 30px;
  border-radius: 5px;
  width: 400px;
}

.landing-saas-dark input:hover
{
  border: 2px solid #fe721c;
  background: none;
  outline: 0;
  box-shadow: none;
  color: #fff;
}

.landing-saas-dark input:focus
{
  border: 2px solid #fe721c;
  background: none;
  outline: 0;
  box-shadow: none;
  color: #fff;
}

.landing-saas-dark input.form-control
{
  background: transparent;
  color: #fff;
  border: 2px solid #f1f1f1;
  font-size: 14px;
  height: 50px;
  padding-left: 15px;
  margin-bottom: 30px;
  border-radius: 5px;
  width: 400px;
}

.landing-saas-dark input.form-control:hover
{
  border: 2px solid #fe721c;
  background: none;
  outline: 0;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.landing-saas-dark input.form-control:focus
{
  border: 2px solid #fe721c;
  background: none;
  outline: 0;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.landing-saas-dark input[type="checkbox"]
{
  margin-top: 0.5rem;
  background: #fff;
  height: auto;
  border: 1px solid #fe721c;
  border-radius: 5px;
}

.landing-saas-dark input.form-control[type="checkbox"]
{
  margin-top: 0.5rem;
  background: #fff;
  height: auto;
  border: 1px solid #fe721c;
  border-radius: 5px;
}

.landing-saas-dark textarea.form-control
{
  background: none;
  height: 230px;
  padding: 15px 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  border: 2px solid #f1f1f1;
}

.landing-saas-dark textarea.form-control:hover
{
  border: 2px solid #fe721c;
  background: none;
  outline: 0;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.landing-saas-dark textarea.form-control:focus
{
  border: 2px solid #fe721c;
  background: none;
  outline: 0;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.landing-saas-dark textarea
{
  background: none;
  height: 230px;
  padding: 15px 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  border: 2px solid #f1f1f1;
}

.landing-saas-dark textarea:hover
{
  border: 2px solid #fe721c;
  background: none;
  outline: 0;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.landing-saas-dark textarea:focus
{
  border: 2px solid #fe721c;
  background: none;
  outline: 0;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

::-webkit-input-placeholder
{
  color: #fff;
}

::-moz-placeholder
{
  color: #fff;
}

:-ms-input-placeholder
{
  color: #fff;
}

:-moz-placeholder
{
  color: #fff;
}

@media (max-width: 1440px)
{
  .landing-saas-dark .right-image
  {
    right: -27%;
  }

  .landing-saas-dark .left-image
  {
    left: -27%;
  }
}

@media (max-width: 1399px)
{
  .landing-saas-dark .right-image
  {
    right: -30%;
  }

  .landing-saas-dark .left-image
  {
    left: -30%;
  }
}

@media (max-width: 1365px)
{
  .landing-saas-dark .iq-work-detail
  {
    padding: 60px 25px 120px;
  }

  .landing-saas-dark .right-image
  {
    right: -40%;
    top: 10%;
  }

  .landing-saas-dark .left-image
  {
    left: -40%;
    top: 10%;
  }

  .landing-saas-dark .team-img
  {
    width: 100%;
    height: 100%;
  }

  .landing-saas-dark .team .right
  {
    padding: 50px 0 50px 30px;
  }
}

@media (max-width: 1199px)
{
  .landing-saas-dark footer input
  {
    width: 100%;
  }

  .landing-saas-dark footer input.form-control
  {
    width: 100%;
  }

  .landing-saas-dark .right-image
  {
    right: -40%;
  }

  .landing-saas-dark .left-image
  {
    left: -40%;
  }

  .landing-saas-dark .slider-container .slider-right
  {
    right: 0;
    left: auto;
  }

  .landing-saas-dark .slider-container .slider-left
  {
    left: 0;
    right: auto;
  }
}

@media (max-width: 1024px)
{
  .landing-saas-dark .right-image
  {
    right: -54%;
  }

  .landing-saas-dark .left-image
  {
    left: -57%;
  }
}

@media (max-width: 992px)
{
  .landing-saas-dark .iq-showcase
  {
    overflow: hidden;
  }

  .landing-saas-dark .title
  {
    margin-bottom: 15px;
  }

  .landing-saas-dark .title-box
  {
    margin-bottom: 50px;
  }

  .landing-saas-dark .slider-container .slider-left
  {
    left: 15px;
  }

  .landing-saas-dark .slider-container .slider-right
  {
    right: 15px;
  }

  .landing-saas-dark .blog.effect-chico h2
  {
    line-height: 40px;
    font-size: 20px;
  }

  .landing-saas-dark .iq-rpt-0
  {
    padding-top: 0;
  }

  .landing-saas-dark .iq-rmt-50
  {
    margin-top: 50px;
  }

  .landing-saas-dark .team
  {
    margin-bottom: 80px;
  }

  .landing-saas-dark .team-right
  {
    margin-top: 80px;
  }

  .landing-saas-dark .iq-testimonial .owl-carousel.owl-theme .owl-dots
  {
    width: 100%;
  }

  .landing-saas-dark .iq-pricing-table
  {
    margin-top: 50px;
  }

  .landing-saas-dark .iq-work-id
  {
    position: relative;
    top: -30px;
  }

  .landing-saas-dark .iq-work-detail
  {
    padding: 60px 50px 60px;
  }

  .landing-saas-dark .right-image
  {
    position: relative;
    right: 0;
    left: 0;
    margin-top: 50px;
  }

  .landing-saas-dark .left-image
  {
    position: relative;
    right: 0;
    left: 0;
    margin-top: 50px;
  }

  .landing-saas-dark .main-bg
  {
    background-position: 0 0;
    background-size: 100% 100%;
  }

  .landing-saas-dark .container-fluid,.landing-saas-dark .container-sm,.landing-saas-dark .container-md,.landing-saas-dark .container-lg,.landing-saas-dark .container-xl
  {
    padding: 0 30px;
  }

  .landing-saas-dark .iq-contact .contact-info
  {
    padding: 0;
    margin-top: 50px;
  }

  .landing-saas-dark section
  {
    padding: 80px 0;
  }
}

@media (max-width: 991px)
{
  .landing-saas-dark .l-header-2 .navbar .navbar-nav .nav-item a
  {
    padding: 15px;
    padding: 15px;
    color: #d5d6d7;
  }
}

@media (max-width: 767px)
{
  .landing-saas-dark .media
  {
    float: left;
    display: block;
    width: 100%;
  }

  .landing-saas-dark .media-body
  {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    margin-top: 30px;
  }

  .landing-saas-dark .iq-rmb-50
  {
    margin-bottom: 50px;
  }

  .landing-saas-dark .slider-container .slider-content
  {
    width: 40%;
    height: 40%;
  }

  .landing-saas-dark .screenshots-slider
  {
    min-height: 250px;
  }

  .landing-saas-dark .team
  {
    margin-bottom: 50px;
  }

  .landing-saas-dark .team .right
  {
    padding: 0px 0 0px 30px;
  }

  .landing-saas-dark footer .links
  {
    padding: 10px 0;
    text-align: center;
  }

  .landing-saas-dark footer .copyright
  {
    padding: 10px 0;
    text-align: center;
  }

  .landing-saas-dark .iq-work .iq-work-detail::before
  {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  .landing-saas-dark .iq-work .readmore
  {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  .landing-saas-dark .iq-work-detail
  {
    padding: 60px 50px 90px;
  }

  .landing-saas-dark h2
  {
    font-size: 30px;
    line-height: 50px;
  }

  .landing-saas-dark h4
  {
    font-size: 20px;
  }

  .landing-saas-dark .iq-about-us .button
  {
    margin-left: 15px;
  }

  .landing-saas-dark .iq-services
  {
    padding: 0 15px;
  }

  .landing-saas-dark h1
  {
    font-size: 40px;
    line-height: 50px;
  }

  .landing-saas-dark .iq-work-id
  {
    font-size: 100px;
  }

  .landing-saas-dark .banner
  {
    margin: 25% 0;
  }
}

@media (max-width: 479px)
{
  .landing-saas-dark .blog-box li.d-inline.ml-3
  {
    margin-left: 15px !important;
  }

  .landing-saas-dark .blog-box img
  {
    height: 30px;
    width: 30px;
  }

  .landing-saas-dark .iq-work-detail
  {
    padding: 30px 30px 90px;
  }

  .landing-saas-dark .blog-comment
  {
    padding: 10px;
  }

  .landing-saas-dark .blog.effect-chico .blog-info
  {
    padding: 15px;
  }

  .landing-saas-dark .blog.effect-chico:hover h2
  {
    padding: 0;
  }

  .landing-saas-dark .team .left
  {
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }

  .landing-saas-dark .team .right
  {
    float: left;
    width: 100%;
    padding: 0;
  }

  .landing-saas-dark .iq-testimonial .owl-carousel button.owl-dot
  {
    height: 50px;
    width: 50px;
    margin: 0 5px;
  }

  .landing-saas-dark .iq-testimonial .owl-carousel.owl-theme .owl-dots .owl-dot span
  {
    height: 50px;
    width: 50px;
  }

  .landing-saas-dark .iq-testimonial .owl-carousel.owl-theme .owl-dots .owl-dot.active span::after
  {
    top: -59px;
  }

  .landing-saas-dark .iq-pricing-table
  {
    padding: 30px 15px;
  }

  .landing-saas-dark .team-img img
  {
    width: 100%;
  }

  .landing-saas-dark .iq-work
  {
    padding-top: 50px;
  }
}

body.landing-creative
{
  background-color: #fff;
}

.landing-creative .l-header-2 .navbar .navbar-nav
{
  margin-top: 0;
  transition: all 0.3s ease-in-out;
}

.landing-creative .l-header-2 .navbar .navbar-nav .nav-item a
{
  color: #fff;
  padding: 5px 10px 5px 10px;
}

.landing-creative .l-header-2 .navbar .navbar-nav .nav-item a::before
{
  background: #fe721c;
}

.landing-creative .l-header-2 .navbar .navbar-nav .nav-item a:hover
{
  color: #fe721c;
  background: #fff;
  box-shadow: none;
  border-radius: 5px;
}

.landing-creative .l-header-2 .navbar .navbar-nav .nav-item a:focus
{
  color: #fe721c;
  background: #fff;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
}

.landing-creative .l-header-2 .navbar .navbar-nav .nav-item a.active
{
  color: #fe721c;
  background: #fff;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
}

.landing-creative .l-header-2 .navbar .navbar-nav .nav-item a.active:focus
{
  color: #fe721c;
  background: #fff;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
}

.landing-creative .l-header-2 .navbar .navbar-nav .nav-item a.active:hover
{
  color: #fe721c;
  background: #fff;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
}

.landing-creative .l-header-2 .navbar .navbar-nav>li
{
  margin: 0 30px 0 0;
  position: relative;
}

.landing-creative .l-header-2 .navbar .navbar-nav>li:last-child
{
  margin-right: 0;
}

.landing-creative .l-header-2 .navbar .navbar-brand img
{
  width: 100px;
  transition: all 0.3s ease-in-out;
}

.landing-creative .l-header-2 .navbar ul li
{
  list-style: none;
  margin-right: 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  vertical-align: middle;
}

.landing-creative .l-header-2 .button
{
  margin-top: 0;
  margin-left: 15px;
}

.landing-creative .l-header-2 .button-line
{
  margin-top: 0;
  margin-left: 15px;
}

.landing-creative header.main-header.l-header-2.fixed
{
  z-index: 999;
  width: 100%;
  position: fixed;
  -ms-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  -o-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  background: #01041b;
  margin-top: 0px;
}

.landing-creative .landing-1 header
{
  position: fixed;
  background: transparent;
  display: inline-block;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 10px 0;
  background: #01041b;
}

.landing-creative .main-header .navbar-toggler
{
  padding: 2px 10px;
  background: #fe721c;
}

.landing-creative p
{
  color: #595a5d;
}

.landing-creative .iq-banner
{
  position: relative;
  overflow: hidden;
  background: #ffebdf;
}

.landing-creative .iq-banner .container-fluid,.landing-creative .iq-banner .container-sm,.landing-creative .iq-banner .container-md,.landing-creative .iq-banner .container-lg,.landing-creative .iq-banner .container-xl
{
  padding: 0px 100px;
}

.landing-creative .iq-banner .banner-text
{
  z-index: 9;
  position: relative;
  margin-top: 13%;
  margin-bottom: 0%;
  z-index: 9;
  position: relative;
  margin-top: 13%;
  margin-bottom: 0%;
}

.landing-creative .iq-banner .banner-text h1
{
  font-size: 3.200em;
  line-height: 1.4;
  margin-bottom: 15px;
  font-size: 3.200em;
  line-height: 1.4;
  margin-bottom: 15px;
}

.landing-creative .iq-banner .banner-text p span
{
  display: block;
}

.landing-creative .iq-banner .iq-text
{
  margin-top: 0px;
  font-size: 140px;
  line-height: 100px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  z-index: -2;
  text-align: right;
  letter-spacing: 4px;
}

.landing-creative .iq-banner .banner-img
{
  width: 110%;
}

.landing-creative .iq-banner .iq-banner-video
{
  position: relative;
  top: 20%;
}

.landing-creative .iq-banner .iq-video
{
  border: 1px solid #fff;
  background: #fff;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 70px;
  text-align: center;
  font-size: 29px;
  color: #fe721c;
  float: left;
  border-radius: 50%;
  z-index: 9;
  position: relative;
}

.landing-creative .iq-banner .iq-video i
{
  margin-left: 5px;
}

.landing-creative .iq-banner .waves-box
{
  position: absolute;
  top: 28%;
  left: 50%;
  margin-left: 50px;
}

.landing-creative .iq-banner .iq-waves
{
  position: absolute;
  width: 14rem;
  height: 14rem;
  left: -90px;
  top: -90px;
  z-index: 2;
  float: right;
}

.landing-creative .iq-banner .iq-waves .waves
{
  position: absolute;
  width: 384px;
  width: 15rem;
  height: 384px;
  height: 15rem;
  background: rgba(255,255,255,0.2);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 320px;
  background-clip: padding-box;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.landing-creative .iq-banner .iq-waves .wave-1
{
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.landing-creative .iq-banner .iq-waves .wave-2
{
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.landing-creative .iq-banner .iq-waves .wave-3
{
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.landing-creative .iq-banner .banner-objects
{
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.landing-creative .iq-banner .banner-objects .banner-objects-01
{
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
}

.landing-creative .iq-banner .banner-objects .banner-objects-01 img
{
  width: 100%;
}

.landing-creative .iq-banner .banner-objects .banner-objects-02
{
  position: absolute;
  left: 40%;
  top: 10%;
}

.landing-creative .iq-banner .banner-responsive
{
  display: none;
}

.landing-creative .iq-service-style1
{
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.landing-creative .iq-service-style1 .inner-wrapper
{
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.landing-creative .iq-service-style1:hover
{
  position: relative;
  background: #ffcaca !important;
  box-shadow: 0px 16px 20px 0px rgba(255,98,0,0.1);
}

.landing-creative .iq-service-style1:hover:after
{
  transition: all 0.3s ease-in-out;
  content: "";
  height: 82px;
  width: 60px;
  position: absolute;
  top: 0px;
  right: 0px;
  padding-left: 24px;
}

.landing-creative .iq-service-style1:hover .iq-iconbg:before
{
  position: absolute;
  content: '';
  background-image: -webkit-linear-gradient(45deg, rgba(254,254,255,0) 0%, rgba(255,69,85,0.168627) 100%);
  width: 90px;
  height: 90px;
  top: 38px;
  left: 51px;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.landing-creative .iq-service-style1:hover .iq-iconbg i
{
  color: #fe721c;
}

.landing-creative .iq-service-style1:hover .iq-image
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.landing-creative .iq-service-style1 .iq-iconbg:before
{
  width: 70px;
  height: 70px;
  top: 38px;
  left: 51px;
  border-radius: 50%;
  position: absolute;
  content: '';
  background-image: -webkit-linear-gradient(45deg, rgba(254,254,255,0) 0%, rgba(0,0,0,0.101961) 100%);
  z-index: 1;
  transition: all 500ms ease;
}

.landing-creative .iq-service-style1 .iq-iconbg img
{
  margin-bottom: 30px;
}

.landing-creative .iq-service-style1 .iq-iconbg i
{
  font-size: 50px;
  padding: 30px;
  color: #595a5d;
}

.landing-creative .iq-service-style1 .iq-content .iq-title
{
  margin-bottom: 15px;
}

.landing-creative .iq-service-style1 .iq-image
{
  position: absolute;
  top: -130px;
  right: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}

.landing-creative .btn-container
{
  text-align: right;
}

.iq-service-style1:hover .iq-image
{
  transition: all 0.3s ease-in-out;
}

.iq-service-style1 .iq-iconbg i
{
  transition: all 0.3s ease-in-out;
}

.landing-creative .iq-title-box
{
  margin-bottom: 60px;
}

.landing-creative .iq-title-box .iq-subtitle
{
  color: #01041b;
  display: inline-block;
}

.landing-creative .iq-title-box .iq-title
{
  margin-bottom: 0;
  position: relative;
}

.landing-creative .iq-title-box .iq-title-desc
{
  margin-top: 15px;
  margin-bottom: 0;
}

.landing-creative .iq-title-box i
{
  font-size: 30px;
  margin-bottom: 15px;
}

.landing-creative .iq-title-box .iq-line
{
  width: 130px;
  height: 10px;
  background: #fe721c;
  margin-bottom: 0px;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.landing-creative .iq-title-box .iq-line.two
{
  width: 265px;
  left: 54px;
  margin: 0;
}

.landing-creative .iq-title-box .iq-line.three
{
  left: 87px;
  margin: 0;
}

.landing-creative .iq-title-box .iq-line.four
{
  width: 142px;
  left: auto;
  right: 99px;
  margin: 0;
}

.landing-creative .iq-title-box .iq-line.five
{
  left: 86px;
  right: 0;
  margin: 0;
}

.landing-creative .iq-title-box .iq-line.six
{
  width: 183px;
  top: 20px;
  left: -99px;
}

.landing-creative .fancy-back
{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.landing-creative .fancy-pattern-d3
{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.landing-creative .iq-investor:after
{
  width: 100%;
  height: 100%;
  background: #ffebdf;
  content: "";
  position: absolute;
  top: 0%;
  right: 0%;
  left: 50%;
  z-index: -1;
}

.landing-creative .iq-fancy-pb
{
  padding-bottom: 170px;
}

.landing-creative .iq-fancy-pb:after
{
  width: 93%;
  height: 100%;
  background: #ffebdf;
  border-bottom-right-radius: 21%;
  content: "";
  position: absolute;
  top: 0%;
  z-index: -1;
}

.landing-creative .iq-abouimg
{
  margin-top: -200px;
}

.landing-creative .iq-about-section
{
  overflow: inherit;
}

.landing-creative .iq-portfolio-section
{
  overflow: inherit;
}

.landing-creative .iq-portfolio
{
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
  border-radius: 5px;
}

.landing-creative .iq-portfolio:after
{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(240,92,66,0.7);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.landing-creative .iq-portfolio:hover:after
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.landing-creative .iq-portfolio:hover .iq-portfolio-img:before
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.landing-creative .iq-portfolio:hover .iq-portfolio-info
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  margin-top: -24px;
}

.landing-creative .iq-portfolio:hover .portfolio-title
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.landing-creative .iq-portfolio:hover .iq-portfolio-icon
{
  background: transparent;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  z-index: 9;
}

.landing-creative .iq-portfolio:hover .iq-image
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.landing-creative .iq-portfolio .iq-portfolio-img
{
  position: relative;
}

.landing-creative .iq-portfolio .iq-portfolio-img img
{
  width: 100%;
  border-radius: 5px;
}

.landing-creative .iq-portfolio .iq-portfolio-info
{
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  background: transparent;
  z-index: 2;
  margin-left: 0px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
  position: absolute;
  bottom: 0;
  bottom: 20px;
  display: inline-block;
  left: 30px;
  right: 0;
}

.landing-creative .iq-portfolio .iq-portfolio-info a
{
  text-decoration: none;
}

.landing-creative .iq-portfolio .iq-portfolio-info .portfolio-text
{
  color: #fff;
  margin-bottom: 0px;
}

.landing-creative .iq-portfolio .portfolio-title
{
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 9;
  transition: all 0.3s ease-in-out;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}

.landing-creative .iq-portfolio .portfolio-title .iq-title
{
  color: #fff;
}

.landing-creative .iq-portfolio .iq-portfolio-icon
{
  color: #fff;
  border-bottom-right-radius: 5px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 110px;
  line-height: 110px;
  background: #fe721c;
  border-bottom-right-radius: 3px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.landing-creative .iq-portfolio .iq-portfolio-icon a
{
  text-align: center;
  color: #fff;
}

.landing-creative .iq-portfolio .iq-image
{
  position: absolute;
  top: -53px;
  right: -24px;
  z-index: 1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.landing-creative .overlay-right-bottom
{
  position: absolute;
  top: -10%;
  right: -10%;
  height: 250px;
  width: 250px;
}

.landing-creative .overlay-right-bottom-2
{
  position: absolute;
  top: -10%;
  left: -1%;
}

.landing-creative .overlay-left-bottom
{
  position: absolute;
  left: -7%;
  bottom: 9%;
  height: 200px;
  width: 200px;
}

.landing-creative .overlay-right-top-2
{
  position: absolute;
  right: -1%;
  top: 10%;
}

.landing-creative .iq-counter
{
  padding: 15px;
}

.landing-creative .iq-counter .iq-counter-icon
{
  color: #000;
  margin-bottom: 15px;
}

.landing-creative .iq-counter .iq-counter-info
{
  margin-bottom: 0;
  line-height: normal;
  font-weight: bold;
}

.landing-creative .iq-counter.iq-counter-style-1 .iq-counter-info
{
  font-weight: normal;
}

.landing-creative .iq-counter.iq-counter-style-1 .iq-counter-info .timer
{
  font-size: 60px;
  color: #fff;
  font-weight: bold;
}

.landing-creative .iq-counter.iq-counter-style-1 .iq-counter-info .counter-symbol
{
  font-size: 60px;
  color: #fff;
  font-weight: bold;
}

.landing-creative .iq-counter.iq-counter-style-1 .iq-counter-info .counter-after-content
{
  font-size: 60px;
  color: #fff;
  font-weight: bold;
}

.landing-creative .iq-counter.iq-counter-style-1 .counter-content-text
{
  margin-top: 0px;
  color: #fff;
  margin-bottom: 0px;
}

.landing-creative .iq-counter-block .inner-container
{
  padding-bottom: 50px;
  padding-left: 80px;
  position: relative;
  padding-top: 55px;
}

.landing-creative .iq-counter-block .inner-container .iq-pattern-style
{
  position: absolute;
  width: 1000%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.landing-creative .iq-counter-block .inner-container .iq-pattern-style:before
{
  right: 0px;
  bottom: 0px;
  background-color: #fe721c;
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  border-radius: 5px 0 0 5px;
}

.landing-creative .iq-counter-block .auto-container
{
  padding: 0px 15px;
  margin: 0 auto;
  position: static;
  max-width: 1200px;
}

.landing-creative .creative-section
{
  position: relative;
  z-index: 99;
  background: #fff;
  padding: 100px 0;
  display: block;
  width: 100%;
  overflow: hidden;
}

.landing-creative .iq-team-blog
{
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  list-style: none;
}

.landing-creative .iq-team-blog:after
{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(240,92,66,0.7);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.landing-creative .iq-team-blog:hover:after
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.landing-creative .iq-team-blog:hover .iq-team-social
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.landing-creative .iq-team-blog:hover .iq-team-img:before
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.landing-creative .iq-team-blog:hover .iq-team-info
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  margin-top: -24px;
}

.landing-creative .iq-team-blog:hover .iq-image
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.landing-creative .iq-team-blog .iq-team-img
{
  position: relative;
}

.landing-creative .iq-team-blog .iq-team-img img
{
  width: 100%;
}

.landing-creative .iq-team-blog .iq-team-info
{
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  background: transparent;
  z-index: 2;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
  position: absolute;
  bottom: 0;
  bottom: 15px;
  display: inline-block;
  left: 15px;
  right: 0;
}

.landing-creative .iq-team-blog .iq-team-info .member-text
{
  color: #fff;
  margin-bottom: 10px;
}

.landing-creative .iq-team-blog .iq-team-info span.designation-text
{
  color: #fff;
}

.landing-creative .iq-team-blog .iq-team-social
{
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 9;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.landing-creative .iq-team-blog .iq-team-social ul
{
  margin: 0;
  padding: 0;
}

.landing-creative .iq-team-blog ul li
{
  margin-bottom: 1px;
  display: inline-block;
}

.landing-creative .iq-team-blog ul li a
{
  margin-right: 15px;
  background: transparent;
  text-align: center;
  display: inline-block;
  color: #fff;
}

.landing-creative .iq-team-blog ul li a i
{
  color: #fff;
  line-height: 30px;
}

.landing-creative .iq-team-blog ul li:hover a i
{
  color: #fff;
}

.landing-creative .iq-team-blog .iq-image
{
  position: absolute;
  top: -92px;
  right: -50px;
  z-index: 1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: -92px;
  right: -50px;
  z-index: 1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.landing-creative .owl-carousel .owl-dots.disabled
{
  display: none;
}

.landing-creative .owl-carousel .owl-dots
{
  margin-top: 15px;
  position: relative;
  width: 100%;
  display: inline-block;
  text-indent: inherit;
  text-align: center;
  cursor: pointer;
}

.landing-creative .owl-carousel .owl-dots .owl-dot
{
  box-shadow: none;
  outline: none;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  padding: 0;
  margin: 0px 5px;
  height: 10px;
  width: 10px;
  border: 2px solid #fe721c;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.landing-creative .owl-carousel .owl-dots .owl-dot span
{
  display: none;
}

.landing-creative .owl-carousel .owl-dots .owl-dot:hover
{
  height: 15px;
  width: 15px;
  background: #fe721c;
  border: 2px solid #fff;
}

.landing-creative .owl-carousel .owl-dots .owl-dot.active
{
  height: 15px;
  width: 15px;
  background: #fe721c;
  border: 2px solid #fe721c;
}

.landing-creative .owl-carousel .owl-dots.disabled
{
  display: none;
}

.landing-creative .owl-carousel .iq-testimonial
{
  padding: 30px 80px 30px 30px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 30px;
  margin-top: 25px;
}

.landing-creative .owl-carousel .iq-testimonial .testimonial-info
{
  position: relative;
  display: flex;
}

.landing-creative .owl-carousel .iq-testimonial .testimonial-name
{
  flex: 1;
}

.landing-creative .owl-carousel .iq-testimonial .testimonial-name span
{
  color: #000;
  display: inline;
  margin-left: 5px;
}

.landing-creative .owl-carousel .iq-testimonial .testimonial-name h5
{
  display: inline;
}

.landing-creative .owl-carousel .iq-testimonial p
{
  margin-top: 0px;
  margin-bottom: 30px;
  font-style: italic;
}

.landing-creative .owl-item .item.financial-testimonial .testimonial-info img
{
  width: 100px;
  height: 100px;
}

.landing-creative .testimonial .owl-item .testimonial-info img
{
  width: 70px;
  height: 70px;
  margin-right: 15px;
}

.landing-creative .testimonial .owl-carousel
{
  z-index: 9;
}

.landing-creative .testimonial .owl-carousel .iq-testimonial .iq-icon
{
  content: "\f000";
  color: rgba(250,203,192,0.25);
  position: absolute;
  right: 30px;
  bottom: 12px;
  font-family: "Font Awesome 5 Free";
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  display: inline-block;
  font-size: 100px;
}

.landing-creative .testimonial .owl-carousel .owl-nav
{
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  cursor: pointer;
  z-index: 999;
}

.landing-creative .testimonial .owl-carousel .owl-nav .owl-prev
{
  outline: none;
  background: none;
  border: none;
  display: block;
  position: absolute;
  text-align: center;
  text-indent: inherit;
  top: -25px;
  left: -8%;
  width: auto;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.landing-creative .testimonial .owl-carousel .owl-nav .owl-next
{
  outline: none;
  background: none;
  border: none;
  display: block;
  position: absolute;
  text-align: center;
  text-indent: inherit;
  top: -25px;
  right: -8%;
  width: auto;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.landing-creative .testimonial .owl-carousel .owl-nav .owl-next i
{
  background: transparent;
  color: #fe721c;
  border: 1px solid #fe721c;
  font-size: 24px;
  border-radius: 90px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding-left: 0px;
  display: inline-block;
  font-weight: 900;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.landing-creative .testimonial .owl-carousel .owl-nav .owl-next i:hover
{
  background: #fe721c;
  color: #fff;
}

.landing-creative .testimonial .owl-carousel .owl-nav .owl-prev
{
  outline: none;
  background: none;
  border: none;
  display: block;
  position: absolute;
  text-align: center;
  text-indent: inherit;
  top: -25px;
  right: -8%;
  width: auto;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.landing-creative .testimonial .owl-carousel .owl-nav .owl-prev i
{
  background: transparent;
  color: #fe721c;
  border: 1px solid #fe721c;
  font-size: 24px;
  border-radius: 90px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding-left: 0px;
  display: inline-block;
  font-weight: 900;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.landing-creative .testimonial .owl-carousel .owl-nav .owl-prev i:hover
{
  background: #fe721c;
  color: #fff;
}

.landing-creative .testimonial .owl-carousel p
{
  color: #595a5d;
}

.landing-creative .testimonial .overlay-left-bottom-2
{
  position: absolute;
  left: -6%;
  bottom: -6%;
}

.landing-creative .testimonial .overlay-right-top
{
  position: absolute;
  right: -6%;
  top: 10%;
  height: 230px;
  width: 230px;
}

.landing-creative .testimonial p
{
  margin-bottom: 30px;
}

.landing-creative .owl-carousel .iq-partner-box img
{
  width: auto;
  margin: 0 auto;
  text-align: center;
}

.landing-creative .iq-partner-box img
{
  opacity: .4;
  transition: all 0.3s ease-in-out;
}

.landing-creative .iq-partner-box img:hover
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.landing-creative .iq-blog-box
{
  position: relative;
  overflow: hidden;
  margin-bottom: 45px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.1);
  transition: all 0.3s ease-in-out;
}

.landing-creative .iq-blog-box .iq-blog-image
{
  position: relative;
  text-align: center;
  display: inline-block;
  float: left;
  width: 100%;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.landing-creative .iq-blog-box .iq-blog-image img
{
  background: #ffebdf;
  transition: all 0.3s ease-in-out;
}

.landing-creative .iq-blog-box .iq-blog-content
{
  padding: 30px 15px 15px;
  display: inline-block;
  float: left;
  width: 100%;
}

.landing-creative .iq-blog-box .iq-blog-content .blog-title h5
{
  font-size: 1.25rem;
}

.landing-creative .iq-blog-box .iq-blog-content p
{
  margin-bottom: 15px;
}

.landing-creative .iq-blog-box .iq-blog-content .iq-blog-meta ul
{
  padding: 0;
  margin: 0;
}

.landing-creative .iq-blog-box .blog-title
{
  margin: 0 0 5px 0;
}

.landing-creative .iq-blog-box .blog-title a
{
  text-decoration: none;
  color: #303030;
}

.landing-creative .iq-blog-box .blog-footer
{
  border-top: 1px solid #f1f1f1;
  padding: 15px 0px;
}

.landing-creative .iq-blog-box .iq-blog-meta
{
  float: left;
}

.landing-creative .iq-blog-box .iq-blog-meta ul
{
  padding: 0;
  margin: 0;
}

.landing-creative .iq-blog-box .blog-button
{
  float: right;
}

.landing-creative .iq-blog-box .iq-blog-detail
{
  padding: 30px;
  display: inline-block;
  float: left;
  width: 100%;
}

.landing-creative .iq-blog-box .iq-blog-detail .blog-title h5
{
  font-size: 1.25rem;
}

.landing-creative .iq-blog-box .iq-blog-detail p
{
  margin-bottom: 15px;
}

.landing-creative .blog-carousel
{
  margin: 0;
  float: left;
  width: 100%;
  clear: both;
  display: block;
}

.landing-creative .blog-carousel .owl-stage-outer
{
  padding: 0px 15px;
}

.landing-creative .iq-blog-meta a
{
  color: #595a5d;
}

.landing-creative .iq-blog-meta i
{
  color: #fe721c;
}

.landing-creative footer
{
  padding-top: 0px;
  position: relative;
}

.landing-creative footer .footer-topbar
{
  background: #fe721c;
  padding: 45px 0;
  margin-bottom: 50px;
}

.landing-creative footer .footer-topbar .subscribe-title
{
  font-weight: 500;
}

.landing-creative footer .footer-top
{
  color: #fff;
}

.landing-creative footer .footer-top .widget ul
{
  padding: 0;
  margin: 0;
}

.landing-creative footer .footer-top .widget ul li
{
  list-style-type: none;
  display: inline-block;
  width: 100%;
}

.landing-creative footer .footer-top .widget ul li a
{
  position: relative;
  padding: 7px 0 7px 15px;
  display: inline-flex;
}

.landing-creative footer .footer-top .widget ul li a:before
{
  position: absolute;
  margin-right: 10px;
  content: "\f111";
  color: #fe721c;
  top: 50%;
  margin-top: -6px;
  font-size: 6px;
  left: 0;
  font-family: "Font Awesome 5 Free";
  line-height: 2;
  transition: all 0.3s ease-in-out;
}

.landing-creative footer .footer-top .widget ul li a:hover
{
  color: #fe721c;
  text-decoration: none;
}

.landing-creative footer .footer-top .widget ul.iq-contact
{
  padding-left: 0px;
}

.landing-creative footer .footer-top .widget .textwidget img
{
  width: 100px;
}

.landing-creative footer .footer-top .textwidget p
{
  margin-bottom: 0;
}

.landing-creative footer .footer-top .mc4wp-form button
{
  font-size: 0;
  position: absolute;
  right: 0;
  top: 15px;
  background: transparent;
  border: 0;
  padding: 0;
}

.landing-creative footer .footer-top .mc4wp-form button i
{
  font-size: 20px;
  color: #fff;
}

.landing-creative footer .footer-top .mc4wp-form p
{
  margin-bottom: 0;
}

.landing-creative footer .calendar_wrap caption
{
  color: #fff;
}

.landing-creative footer .footer-logo
{
  height: 36px;
}

.landing-creative footer .footer-logo img
{
  margin-bottom: 30px;
}

.landing-creative footer .mc4wp-form-fields
{
  float: left;
  width: 100%;
}

.landing-creative footer .info-share
{
  list-style: none;
  padding-left: 0;
}

.landing-creative footer .info-share li
{
  display: inline-block;
}

.landing-creative footer .info-share li a
{
  color: #fe721c;
  background-color: #fff;
  height: 40px;
  width: 40px;
  border: 1px solid #fff;
  text-align: center;
  display: inline-block;
  line-height: 40px;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 5px;
}

.landing-creative footer .info-share li a:hover
{
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.landing-creative footer .iq-call
{
  text-decoration: none;
  border-right: 1px solid #fff;
  padding: 0 15px 0 32px;
}

.landing-creative footer .iq-call:before
{
  position: absolute;
  left: 0;
  bottom: 0;
  content: "\f2a0";
  font-size: 24px;
  font-family: "Font Awesome 5 Free";
}

.landing-creative footer .iq-call:hover
{
  color: #fe721c !important;
}

.landing-creative footer .iq-instagram:before
{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: rgba(23,54,58,0);
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.landing-creative footer .iq-instagram:hover:before
{
  background: rgba(23,54,58,0.8);
}

.landing-creative footer .iq-instagram a
{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}

.landing-creative footer input
{
  height: 55px;
  border-radius: 5px;
}

.landing-creative footer input[type=text]
{
  height: 55px;
  border-radius: 5px;
}

.landing-creative footer::-webkit-input-placeholder
{
  color: #fff !important;
}

.landing-creative footer::-moz-placeholder
{
  color: #fff !important;
}

.landing-creative footer::-ms-input-placeholder
{
  color: #fff !important;
}

.landing-creative footer::placeholder
{
  color: #fff !important;
}

.landing-creative footer .iq-social
{
  margin-left: 20px;
}

.landing-creative footer .iq-social:before
{
  position: absolute;
  left: -20px;
  top: 10px;
  height: 2px;
  width: 20px;
  background: #fe721c;
  content: "";
}

.landing-creative footer .iq-social i
{
  font-size: 20px;
}

.landing-creative footer .iq-social i:hover
{
  color: #fe721c;
}

.landing-creative footer .iq-social li:before
{
  position: absolute;
  right: -10px;
  top: 10px;
  height: 2px;
  width: 2px;
  background: #fe721c;
  content: "";
}

.landing-creative footer .iq-social li:last-child:before
{
  content: none;
}

.landing-creative footer .widget
{
  margin-bottom: 30px;
  background: transparent;
  padding: 0;
}

.landing-creative footer .widget .footer-title
{
  margin-bottom: 15px;
  font-weight: 600;
}

.landing-creative footer .widget .footer-title a.rsswidget img
{
  vertical-align: unset;
}

.landing-creative footer .widget ul.menu li .sub-menu
{
  padding-left: 10px;
}

.landing-creative footer .widget .iq-contact
{
  padding: 0;
}

.landing-creative footer .widget .iq-contact li
{
  position: relative;
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
}

.landing-creative footer .widget .iq-contact li a
{
  padding: 7px 0px;
  display: flex;
  align-items: flex-start;
  text-decoration: none;
}

.landing-creative footer .widget .iq-contact li a:before
{
  display: none;
}

.landing-creative footer .widget .iq-contact li span
{
  flex: 1;
  color: #595a5d;
}

.landing-creative footer .widget .iq-contact li i
{
  margin-right: 15px;
  line-height: 25px;
  font-size: 20px;
  text-align: center;
  color: #fe721c;
}

.landing-creative footer .widget .iq-contact li p
{
  display: flex;
  margin-bottom: 0;
}

.landing-creative footer ul.menu
{
  padding: 0;
}

.landing-creative footer ul.menu li
{
  margin-bottom: 15px;
  list-style-type: none;
}

.landing-creative footer ul.menu li a
{
  padding: 7px 0 7px 0px;
  text-decoration: none;
  color: #595a5d;
}

.landing-creative footer .menu-footer-menu-container ul.menu li a
{
  padding: 7px 0 7px 0px;
  text-decoration: none;
  color: #595a5d;
}

.landing-creative footer .footer-pattern
{
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}

.landing-creative .iq-instagram:hover a
{
  opacity: inherit;
}

.landing-creative .iq-instagram a:hover i
{
  color: #fe721c !important;
}

.landing-creative .iq-instagram img
{
  border-radius: 5px;
}

.landing-creative .instagram-box .row
{
  margin: 0;
}

.landing-creative .instagram-box .col-lg-4.col-md-4.col-sm-4
{
  padding: 0 15px 15px 0;
}

.landing-creative footer.footer1 .copyright
{
  float: right;
}

.landing-creative footer.footer1 .widget ul.menu li a
{
  border: none;
}

footer .footer-top .widget ul li a
{
  color: #fff;
}

footer .widget:last-child
{
  margin-bottom: 30px;
}

.instagram-box .col-lg-4.col-md-6.col-sm-6
{
  padding: 0 15px 15px 0;
}

.landing-creative footer .footer-subscribe
{
  background: #01041b;
  padding: 60px 0;
  margin-bottom: 75px;
}

.landing-creative footer .footer-subscribe .vc_custom_heading
{
  color: #fff;
}

.landing-creative footer .footer-subscribe p
{
  margin-bottom: 0;
}

.landing-creative footer .footer-subscribe .title
{
  color: #fff;
}

.landing-creative footer .mc4wp-form-fields
{
  position: relative;
}

.landing-creative footer .mc4wp-form-fields input[type=submit]
{
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  color: #01041b;
}

.landing-creative footer .mc4wp-form-fields input[type=submit]:hover
{
  background: #01041b;
  color: #fff;
}

.landing-creative input
{
  border-radius: 5px;
  width: 100%;
  float: left;
  padding: 0 15px;
  height: 52px;
  line-height: 48px;
  border: 1px solid #f1f1f1;
  color: #595a5d;
  transition: all 0.3s ease-in-out;
  width: 100%;
  border: 1px solid #f1f1f1;
  height: 52px;
  padding: 0 20px;
  margin-bottom: 0px;
  border-radius: 0;
  background: transparent;
  color: #595a5d;
}

.landing-creative input::-webkit-input-placeholder
{
  color: #fff;
}

.landing-creative input::-moz-placeholder
{
  color: #fff;
}

.landing-creative input:-ms-input-placeholder
{
  color: #fff;
}

.landing-creative input[type=text]
{
  border-radius: 5px;
  width: 100%;
  float: left;
  padding: 0 15px;
  height: 52px;
  line-height: 48px;
  border: 1px solid #f1f1f1;
  color: #595a5d;
  transition: all 0.3s ease-in-out;
}

.landing-creative input[type=email]
{
  border-radius: 5px;
  width: 100%;
  float: left;
  padding: 0 15px;
  height: 52px;
  line-height: 48px;
  border: 1px solid #f1f1f1;
  color: #595a5d;
  transition: all 0.3s ease-in-out;
}

.landing-creative input[type=search]
{
  border-radius: 5px;
  width: 100%;
  float: left;
  padding: 0 15px;
  height: 52px;
  line-height: 48px;
  border: 1px solid #f1f1f1;
  color: #595a5d;
  transition: all 0.3s ease-in-out;
}

.landing-creative input[type=password]
{
  border-radius: 5px;
  width: 100%;
  float: left;
  padding: 0 15px;
  height: 52px;
  line-height: 48px;
  border: 1px solid #f1f1f1;
  color: #595a5d;
  transition: all 0.3s ease-in-out;
}

.landing-creative textarea
{
  border-radius: 5px;
  width: 100%;
  float: left;
  padding: 0 15px;
  height: 52px;
  line-height: 48px;
  border: 1px solid #f1f1f1;
  color: #595a5d;
  transition: all 0.3s ease-in-out;
}

.landing-creative input.form-control
{
  width: 100%;
  border: 1px solid #f1f1f1;
  height: 52px;
  padding: 0 20px;
  margin-bottom: 0px;
  border-radius: 0;
  background: transparent;
  color: #595a5d;
}

.landing-creative .form-control
{
  width: 100%;
  border: 1px solid #f1f1f1;
  height: 52px;
  padding: 0 20px;
  margin-bottom: 0px;
  border-radius: 0;
  background: transparent;
  color: #595a5d;
}

.landing-creative input[type=submit]
{
  color: #fff;
  background: #fe721c;
  cursor: pointer;
  margin-bottom: 0;
  text-decoration: none;
  height: auto;
  padding: 10px 30px;
  font-size: 1em;
  line-height: 2;
  border: none;
  position: relative;
  display: inline-block;
  width: auto;
  cursor: pointer;
  outline: none;
  box-shadow: none !important;
  border-radius: 5px;
}

.landing-creative .contact-form .cfield input[type=submit]
{
  color: #fff;
  background: #fe721c;
  cursor: pointer;
  margin-bottom: 0;
  text-decoration: none;
  height: auto;
  padding: 10px 30px;
  font-size: 1em;
  line-height: 2;
  border: none;
  position: relative;
  display: inline-block;
  width: auto;
  cursor: pointer;
  outline: none;
  box-shadow: none !important;
  border-radius: 5px;
}

.landing-creative [type=submit]
{
  color: #fff;
  background: #fe721c;
  cursor: pointer;
  margin-bottom: 0;
  text-decoration: none;
  height: auto;
  padding: 10px 30px;
  font-size: 1em;
  line-height: 2;
  border: none;
  position: relative;
  display: inline-block;
  width: auto;
  cursor: pointer;
  outline: none;
  box-shadow: none !important;
  border-radius: 5px;
}

.landing-creative #back-to-top .top
{
  z-index: 999;
  position: fixed;
  margin: 0px;
  color: #fff;
  background: #01041b;
  position: fixed;
  bottom: 30px;
  right: 25px;
  z-index: 999;
  font-size: 26px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 60px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.landing-creative #back-to-top .top:hover
{
  background: #fe721c;
}

@media (max-width: 1600px)
{
  .landing-creative .iq-banner .waves-box
  {
    position: absolute;
    top: 28%;
    left: 50%;
    margin-left: 0px;
  }
}

@media (max-width: 1366px)
{
  .landing-creative .iq-banner .iq-text
  {
    font-size: 128px;
  }

  .landing-creative .objects-main
  {
    display: none;
  }
}

@media (max-width: 1199px)
{
  .landing-creative .iq-banner .banner-text
  {
    margin-top: 10%;
  }

  .landing-creative .iq-banner .banner-text h1
  {
    font-size: 45px;
  }

  .landing-creative .iq-web-services img
  {
    left: -17%;
  }

  .landing-creative .landing-creative footer .footer-pattern
  {
    left: -18%;
  }
}

@media (max-width: 1024px)
{
  .landing-creative footer .footer-pattern
  {
    display: none;
  }

  .landing-creative .iq-banner .iq-text
  {
    font-size: 90px;
    line-height: 85px;
  }

  .landing-creative .iq-banner .banner-text
  {
    margin-top: 9%;
  }

  .landing-creative .container
  {
    max-width: 1200px;
  }
}

@media (max-width: 992px)
{
  .iq-section-pb-70
  {
    padding-bottom: 45px;
  }

  .iq-section-pt-70
  {
    padding-top: 45px;
  }

  .iq-section-ptb-60
  {
    padding: 30px 0px;
  }

  .iq-section-pb-40
  {
    padding-bottom: 45px !important;
  }

  .iq-section-pb-55
  {
    padding-bottom: 30px;
  }

  .landing-creative .iq-banner .banner-responsive
  {
    display: block;
    text-align: center;
  }

  .landing-creative .iq-banner .banner-responsive img
  {
    height: 430px;
  }

  .landing-creative .iq-banner .banner-objects .banner-objects-01
  {
    display: none;
  }

  .landing-creative .iq-banner .banner-objects .banner-objects-02
  {
    display: none;
  }

  .landing-creative .iq-banner .waves-box
  {
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
    margin-left: 0px;
    top: 40%;
  }

  .landing-creative .iq-banner .iq-banner-video
  {
    top: 9%;
  }

  .landing-creative .iq-banner .iq-text
  {
    display: none;
  }

  .landing-creative .iq-banner .banner-text
  {
    text-align: center;
    text-align: center;
    margin-top: 12%;
  }

  .landing-creative .iq-banner .banner-text .btn-container
  {
    text-align: center !important;
  }

  .landing-creative .iq-banner .banner-text h1
  {
    font-size: 40px;
  }

  .landing-creative .iq-banner.banner-text h1
  {
    font-size: 50px;
  }

  .landing-creative .iq-portfolio
  {
    margin-bottom: 30px;
  }

  .landing-creative .iq-portfolio-section
  {
    padding-top: 0px;
  }

  .landing-creative .iq-counter.iq-counter-style-1
  {
    text-align: center;
  }

  .landing-creative .iq-investor:after
  {
    display: none;
  }

  .landing-creative .creative-section
  {
    padding: 75px 0px;
  }

  .landing-creative .res-pt
  {
    padding-top: 0px;
  }

  .landing-creative .testimonial .owl-carousel .owl-nav
  {
    display: none;
  }

  .landing-creative .overlay-left-bottom
  {
    display: none;
  }

  .landing-creative .overlay-right-bottom-2
  {
    display: none;
  }

  .landing-creative .overlay-right-bottom
  {
    display: none;
  }

  .landing-creative .overlay-right-top-2
  {
    display: none;
  }

  .landing-creative .overlay-right-top
  {
    display: none;
  }

  .landing-creative .overlay-left-bottom-2
  {
    display: none;
  }

  .landing-creative .overview-block-pt
  {
    padding: 75px 0 0 0;
  }

  .landing-creative .iq-portfolio-slider .swiper-slide
  {
    margin-right: 30px !important;
  }

  .landing-creative .iq-subscribe-block .inner-container
  {
    padding: 60px 30px 55px 16px;
  }

  .landing-creative .iq-portfolio-titlebox
  {
    padding-top: 0px;
  }

  .landing-creative .iq-counter-block .inner-container
  {
    padding-left: 15px !important;
  }

  .overview-block-pb.iq-vedio-section
  {
    padding-bottom: 0px;
  }
}

@media (max-width: 991px)
{
  .landing-creative .l-header-2 .navbar .navbar-nav .nav-item a
  {
    padding: 15px;
    color: #595a5d;
  }

  .landing-creative .l-header-2 .navbar .navbar-nav .nav-item a
  {
    padding: 15px;
  }
}

@media (max-width: 767px)
{
  .landing-creative .btn-container
  {
    text-align: left;
    margin-bottom: 45px;
  }

  .landing-creative .iq-banner .banner-text h1
  {
    font-size: 34px;
  }

  .landing-creative .iq-banner .banner-text .btn-container
  {
    margin-bottom: 0px;
  }

  .landing-creative .iq-banner .banner-responsive img
  {
    height: 350px;
  }

  .landing-creative .iq-banner .container-fluid,.landing-creative .iq-banner .container-sm,.landing-creative .iq-banner .container-md,.landing-creative .iq-banner .container-lg,.landing-creative .iq-banner .container-xl
  {
    padding: 0px 15px;
  }

  .landing-creative h2
  {
    font-size: 30px;
  }

  .landing-creative .iq-portfolio-slider .swiper-slide
  {
    margin-right: 20px !important;
  }

  .landing-creative .instagram-box .col-lg-4.col-md-4.col-sm-4
  {
    padding: 0 0px 16px 1px;
  }
}

@media (max-width: 479px)
{
  .landing-creative .iq-image-expert .iq-pattern
  {
    right: 20%;
  }

  .landing-creative .iq-team2 .img-pattern-1
  {
    right: 23%;
  }

  .landing-creative .owl-carousel .iq-testimonial
  {
    padding: 30px 30px 30px 30px;
  }

  .landing-creative .owl-carousel .iq-testimonial .testimonial-info
  {
    display: block;
  }

  .landing-creative .owl-carousel .iq-testimonial .testimonial-name
  {
    margin-top: 15px;
  }

  .landing-creative footer.footer2:after
  {
    height: 120px;
  }

  .landing-creative .iq-portfolio-after:after
  {
    height: 243px;
  }

  .landing-creative .iq-agency-block
  {
    margin-top: -70px;
  }

  .landing-creative .iq-banner .banner-text
  {
    margin-top: 21%;
  }

  .landing-creative .iq-banner .banner-text h1
  {
    font-size: 20px;
  }

  .landing-creative .iq-banner .banner-responsive img
  {
    height: 300px;
  }

  .landing-creative footer input[type=email]
  {
    padding: 0 140px 0 15px;
    font-size: 14px;
  }

  .landing-creative .iq-title-box .iq-line.two
  {
    width: 210px;
  }

  .landing-creative .iq-waves
  {
    left: -67px;
    top: -79px;
  }
}

@media (max-width: 359px)
{
  .landing-creative .iq-portfolio .iq-portfolio-icon
  {
    width: 80px;
    height: 90px;
    line-height: 90px;
  }

  .landing-creative .iq-banner .banner-text
  {
    margin-top: 25%;
  }

  .landing-creative .iq-banner .banner-text h1
  {
    font-size: 30px;
  }

  .landing-creative .iq-banner .banner-text p
  {
    font-size: 14px;
  }
}

.landing-event .l-header-2 .navbar .navbar-nav
{
  margin-top: 0;
  transition: all 0.3s ease-in-out;
}

.landing-event .l-header-2 .navbar .navbar-nav .nav-item a
{
  color: #fff;
  padding: 10px 0;
}

.landing-event .l-header-2 .navbar .navbar-nav .nav-item a::before
{
  background: #ff4b4b;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 0;
  transition: all 0.3s ease-in-out;
}

.landing-event .l-header-2 .navbar .navbar-nav .nav-item a:hover
{
  color: #ff4b4b;
  background: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.landing-event .l-header-2 .navbar .navbar-nav .nav-item a:focus
{
  color: #ff4b4b;
  background: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.landing-event .l-header-2 .navbar .navbar-nav .nav-item a.active
{
  color: #ff4b4b;
  background: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.landing-event .l-header-2 .navbar .navbar-nav .nav-item a.active:focus
{
  color: #ff4b4b;
  background: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.landing-event .l-header-2 .navbar .navbar-nav .nav-item a.active:hover
{
  color: #ff4b4b;
  background: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.landing-event .l-header-2 .navbar .navbar-nav .nav-item a.active::before
{
  width: 100%;
}

.landing-event .l-header-2 .navbar .navbar-nav .nav-item:hover>a::before
{
  width: 100%;
}

.landing-event .l-header-2 .navbar .navbar-nav .nav-item>a:hover::before
{
  width: 100%;
}

.landing-event .l-header-2 .navbar .navbar-nav>li
{
  margin: 0 30px 0 0;
  position: relative;
}

.landing-event .l-header-2 .navbar .navbar-nav>li:last-child
{
  margin-right: 0;
}

.landing-event .l-header-2 .navbar .navbar-brand img
{
  width: 100px;
  transition: all 0.3s ease-in-out;
}

.landing-event .l-header-2 .navbar ul li
{
  list-style: none;
  margin-right: 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  vertical-align: middle;
}

.landing-event .l-header-2 .button
{
  margin-top: 0;
  margin-left: 15px;
}

.landing-event .l-header-2 .button-line
{
  margin-top: 0;
  margin-left: 15px;
}

.landing-event header.main-header.l-header-2.fixed
{
  z-index: 999;
  width: 100%;
  position: fixed;
  padding: 15px 0;
  -ms-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  -o-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  background: #01041b;
  margin-top: 0px;
}

.landing-event .landing-1 header
{
  position: fixed;
  background: transparent;
  display: inline-block;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 10px 0;
  background: #01041b;
}

.landing-event p
{
  color: #595a5d;
}

.main-header .navbar-toggler
{
  padding: 2px 10px;
  background: #ff4b4b;
}

.main-header .navbar-toggler .ion-navicon
{
  display: none;
}

.landing-event .main-slider
{
  background: #01041b;
}

.landing-event .main-slider h1
{
  font-size: 70px;
  line-height: 86px;
}

.bannet-text
{
  height: 130px;
  padding: 50px 0px;
}

.landing-event .shape1
{
  position: absolute;
  left: -60px;
  top: 90px;
}

.landing-event .shape2
{
  position: absolute;
  left: -40px;
  bottom: -40px;
}

.landing-event .shape3
{
  position: absolute;
  right: -60px;
  bottom: 30px;
  z-index: 9;
}

.landing-event .shape4
{
  position: absolute;
  left: -40px;
  top: 60%;
}

.landing-event .shape5
{
  position: absolute;
  right: -60px;
  top: 60%;
}

.landing-event .shape6
{
  position: absolute;
  left: 60px;
  bottom: -50px;
}

.landing-event .shape7
{
  position: absolute;
  left: -60px;
  top: 30%;
}

.landing-event .shape8
{
  position: absolute;
  left: -30px;
  top: -30px;
  z-index: 9;
}

.landing-event .shape9
{
  position: absolute;
  right: 20px;
  top: -60px;
  z-index: 9;
}

.landing-event .shape10
{
  position: absolute;
  left: -50px;
  top: -20px;
}

.landing-event .iq-title-box .iq-subtitle:before
{
  position: absolute;
  right: -12px;
  top: -24px;
  content: "\f028";
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
}

.landing-event .speakers-bg
{
  padding-bottom: 140px;
}

.landing-event .speakers-bg:before
{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: #01041b;
  width: 100%;
  height: 360px;
}

.landing-event .iq-speaker1
{
  margin: 40px 10px 0 10px;
}

.landing-event .iq-speaker1:before
{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: linear-gradient(to bottom, rgba(23,54,58,0) 0%, rgba(23,54,58,0.6) 100%);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.landing-event .iq-speaker1:hover:before
{
  opacity: inherit;
}

.landing-event .iq-speaker1:hover .speaker-title
{
  bottom: 50px;
  opacity: inherit;
}

.landing-event .iq-speaker1:hover p
{
  bottom: 30px;
  opacity: inherit;
}

.landing-event .iq-speaker1:hover .read-more
{
  right: 0;
}

.landing-event .iq-speaker1 .speaker-title
{
  left: 30px;
  bottom: 30px;
  opacity: 0;
}

.landing-event .iq-speaker1 .speaker-title a
{
  text-decoration: none;
  color: #fff;
}

.landing-event .iq-speaker1 .speaker-title a:hover
{
  color: #ff4b4b;
}

.landing-event .iq-speaker1 p
{
  left: 30px;
  bottom: 0;
  opacity: 0;
  line-height: 16px;
}

.landing-event .iq-speaker1 .read-more
{
  height: 82px;
  width: 60px;
  position: absolute;
  top: 30px;
  right: -60px;
  padding-left: 24px;
}

.landing-event .iq-speaker1 .read-more i
{
  font-size: 24px;
  line-height: 80px;
  color: #fff;
}

.landing-event .iq-speaker1 .read-more i:hover
{
  color: #01041b !important;
}

.landing-event .iq-speaker2 .iq-speaker-img
{
  transition: all 0.3s ease-in-out;
}

.landing-event .iq-speaker2 .iq-speaker-img:before
{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: linear-gradient(to bottom, rgba(23,54,58,0) 0%, rgba(23,54,58,0.6) 100%);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.landing-event .iq-speaker2 .iq-speaker-img:hover:before
{
  opacity: inherit;
}

.landing-event .iq-speaker2 .read-more
{
  height: 82px;
  width: 60px;
  position: absolute;
  top: 30px;
  right: -60px;
  padding-left: 24px;
  transition: all 0.3s ease-in-out;
}

.landing-event .iq-speaker2 .read-more i
{
  transition: all 0.3s ease-in-out;
}

.landing-event .iq-speaker2:hover .read-more
{
  right: 0;
}

.landing-event .iq-speaker .speaker-title
{
  transition: all 0.3s ease-in-out;
}

.landing-event .iq-event1 .read-more
{
  transition: all 0.3s ease-in-out;
}

.landing-event footer .iq-instagram:before
{
  transition: all 0.3s ease-in-out;
}

.landing-event footer .iq-instagram a
{
  transition: all 0.3s ease-in-out;
}

.iq-speaker1 .speaker-title
{
  transition: all 0.3s ease-in-out;
}

.iq-speaker1 p
{
  transition: all 0.3s ease-in-out;
}

.iq-speaker1 .read-more
{
  transition: all 0.3s ease-in-out;
}

.landing-event .iq-about1
{
  margin-top: -40px;
}

.landing-event .iq-about-bg:before
{
  position: absolute;
  left: 0;
  height: 0;
  content: "";
  width: 100%;
  height: 40px;
  background: #fff;
}

.landing-event .iq-about-box1 .iq-about-img
{
  z-index: 9;
}

.landing-event .iq-event-schedule
{
  border: 1px solid #fff1f1;
}

.landing-event .iq-event-schedule .event-box
{
  border-top: 1px solid #fff1f1;
  padding: 30px 0;
}

.landing-event .iq-event1
{
  margin: 12px 0;
}

.landing-event .iq-event1:before
{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: linear-gradient(to bottom, rgba(23,54,58,0) 0%, rgba(23,54,58,0.6) 100%);
  width: 100%;
  height: 100%;
}

.landing-event .iq-event1 .read-more
{
  height: 82px;
  width: 60px;
  position: absolute;
  top: 30px;
  right: -60px;
  padding-left: 24px;
}

.landing-event .iq-event1 .read-more i:hover
{
  color: #01041b !important;
}

.landing-event .iq-event1:hover .read-more
{
  right: 0;
}

.landing-event .iq-event1 .event-title
{
  left: 30px;
  bottom: 24px;
  padding-right: 30px;
}

.landing-event .iq-event1 .event-title a
{
  text-decoration: none;
  color: #fff;
}

.landing-event .iq-event1 .event-title a:hover
{
  color: #ff4b4b;
}

.landing-event .iq-event1 .event-title a:focus
{
  color: #ff4b4b;
}

.landing-event .iq-space .iq-event1
{
  margin: 1px 0;
}

.landing-event .event-bg:before
{
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: #fff1f1;
  width: 100%;
  height: 32%;
}

.landing-event .iq-event2
{
  margin-left: 10px;
}

.landing-event .iq-event2:before
{
  position: absolute;
  left: -60px;
  top: 10px;
  height: 2px;
  width: 40px;
  content: "";
  background: #01041b;
}

.landing-event .iq-event2 .event-title a
{
  text-decoration: none;
  margin-top: 100px;
  display: inline-block;
}

.landing-event .iq-event2 .event-title a:hover
{
  color: #fff;
}

.landing-event .iq-event2 .event-title a:focus
{
  color: #fff;
}

.landing-event .event2-box .col
{
  padding: 50px 30px 30px 30px;
}

.landing-event .md-img
{
  background-repeat: no-repeat !important;
}

.iq-event1 .read-more i
{
  font-size: 24px;
  line-height: 80px;
  color: #fff;
}

.landing-event .iq-packages1
{
  padding: 30px;
}

.landing-event .iq-packages1 .packages-header
{
  border-bottom: 1px dashed #fff1f1;
  padding-bottom: 15px;
}

.landing-event .iq-packages1 .packages-header:before
{
  position: absolute;
  left: -50px;
  bottom: -20px;
  content: "";
  background: #fff1f1;
  width: 40px;
  height: 40px;
  border-radius: 100px;
}

.landing-event .iq-packages1 .packages-header:after
{
  position: absolute;
  right: -50px;
  bottom: -20px;
  content: "";
  background: #fff1f1;
  width: 40px;
  height: 40px;
  border-radius: 100px;
}

.landing-event .iq-packages1 .packages-content
{
  padding: 50px 0;
}

.landing-event .iq-packages1 .packages-footer
{
  border-top: 1px dashed #fff1f1;
  padding-top: 30px;
}

.landing-event .iq-packages1 .packages-footer:before
{
  position: absolute;
  left: -50px;
  top: -20px;
  content: "";
  background: #fff1f1;
  width: 40px;
  height: 40px;
  border-radius: 100px;
}

.landing-event .iq-packages1 .packages-footer:after
{
  position: absolute;
  right: -50px;
  top: -20px;
  content: "";
  background: #fff1f1;
  width: 40px;
  height: 40px;
  border-radius: 100px;
}

.landing-event .main-bg .iq-packages1 .packages-header:before
{
  background: #01041b;
}

.landing-event .main-bg .iq-packages1 .packages-header:after
{
  background: #01041b;
}

.landing-event .main-bg .iq-packages1 .packages-footer:before
{
  background: #01041b;
}

.landing-event .main-bg .iq-packages1 .packages-footer:after
{
  background: #01041b;
}

.landing-event ul.iq-list li i
{
  color: #ff4b4b !important;
  margin-right: 8px;
}

.landing-event .iq-testimonial .testimonial-img img
{
  width: 80px;
  height: 80px;
}

.landing-event .iq-testimonial2 h5
{
  line-height: 36px;
}

.landing-event .iq-testimonial2 .testimonial-img img
{
  width: 150px;
  height: 150px;
}

.landing-event .iq-testimonial2 .testimonial-img:before
{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: #01041b;
  content: "\f10d";
  border-radius: 100px;
  font-family: 'FontAwesome 5 free';
  font-size: 28px;
  text-align: center;
  line-height: 60px;
  color: #fff;
}

.landing-event .owl-carousel .owl-dots.disabled
{
  display: none;
}

.landing-event .owl-carousel .owl-dots
{
  display: inherit;
  text-align: center;
  margin-top: 60px;
}

.landing-event .owl-carousel .owl-dots .owl-dot
{
  border-radius: 90px;
  box-shadow: none;
  outline: none;
  background: #01041b;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0px 6px;
  height: 8px;
  width: 8px;
  cursor: pointer;
  position: relative;
}

.landing-event .owl-carousel .owl-dots .owl-dot:hover:before
{
  position: absolute;
  left: -4px;
  top: -4px;
  content: "";
  border: 1px solid #01041b;
  width: 16px;
  height: 16px;
  border-radius: 90px;
}

.landing-event .owl-carousel .owl-dots .owl-dot.active:before
{
  position: absolute;
  left: -4px;
  top: -4px;
  content: "";
  border: 1px solid #01041b;
  width: 16px;
  height: 16px;
  border-radius: 90px;
}

.landing-event .clients-img
{
  border: 1px solid rgba(255,255,255,0.2);
  padding: 25px;
}

.landing-event footer
{
  padding: 40px 0;
}

.landing-event footer .iq-call
{
  text-decoration: none;
  border-right: 1px solid #fff;
  padding: 0 15px 0 32px;
}

.landing-event footer .iq-call:before
{
  position: absolute;
  left: 0;
  bottom: -3;
  content: "\f2a0";
  font-size: 20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fff;
}

.landing-event footer .iq-call:hover
{
  color: #ff4b4b !important;
}

.landing-event footer .iq-instagram:before
{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: rgba(23,54,58,0);
  width: 100%;
  height: 100%;
}

.landing-event footer .iq-instagram:hover:before
{
  background: rgba(23,54,58,0.8);
}

.landing-event footer .iq-instagram a
{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.landing-event footer input
{
  height: 55px;
  background: #fff !important;
  color: #01041b !important;
  border-radius: 5px;
}

.landing-event footer input[type=text]
{
  height: 55px;
  background: #fff !important;
  color: #01041b !important;
}

.landing-event footer::-webkit-input-placeholder
{
  color: #01041b !important;
}

.landing-event footer::-moz-placeholder
{
  color: #01041b !important;
}

.landing-event footer::-ms-input-placeholder
{
  color: #01041b !important;
}

.landing-event footer::placeholder
{
  color: #01041b !important;
}

.landing-event footer .iq-social
{
  margin-left: 20px;
}

.landing-event footer .iq-social:before
{
  position: absolute;
  left: -20px;
  top: 10px;
  height: 2px;
  width: 20px;
  background: #ff4b4b;
  content: "";
}

.landing-event footer .iq-social i
{
  font-size: 20px;
}

.landing-event footer .iq-social i:hover
{
  color: #ff4b4b;
}

.landing-event footer .iq-social li:before
{
  position: absolute;
  right: -10px;
  top: 10px;
  height: 2px;
  width: 2px;
  background: #ff4b4b;
  content: "";
}

.landing-event footer .iq-social li:last-child:before
{
  content: none;
}

.landing-event img.img-fluid.logo-footer
{
  width: 100px;
}

.landing-event .iq-instagram:hover a
{
  opacity: inherit;
}

.landing-event .iq-instagram a:hover i
{
  color: #ff4b4b !important;
}

.landing-event .iq-instagram img
{
  border-radius: 5px;
}

.landing-event .instagram-box .row
{
  margin: 0;
}

.landing-event .instagram-box .col-lg-3.col-md-4.col-sm-4
{
  padding: 0 5px 5px 0;
}

.landing-event .instagram-box .col-lg-4.col-md-6.col-sm-6
{
  padding: 0 5px 5px 0;
}

.landing-event .iq-speaker1
{
  border-radius: 5px;
}

.landing-event .iq-about-box1 .iq-about-img
{
  border-radius: 5px;
}

.landing-event .iq-event1
{
  border-radius: 5px;
}

.landing-event .iq-packages1
{
  border-radius: 5px;
}

.landing-event .clients-img
{
  border-radius: 5px;
}

.landing-event #back-to-top .top
{
  border-radius: 5px;
}

.landing-event .iq-event-schedule
{
  border-radius: 5px;
}

.landing-event .event-banner img
{
  border-radius: 5px;
}

footer input[type=text]
{
  border-radius: 5px;
}

.landing-event #back-to-top .top
{
  z-index: 999;
  position: fixed;
  margin: 0px;
  color: #fff;
  background: #ff4b4b;
  position: fixed;
  bottom: 30px;
  right: 25px;
  z-index: 999;
  font-size: 26px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 60px;
}

.landing-event #back-to-top .top:hover
{
  background: #fff;
  color: #ff4b4b;
  -ms-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  -o-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}

@media (max-width: 992px)
{
  .iq-section-space
  {
    padding: 75px 0;
  }

  .iq-section-pb-85
  {
    padding-bottom: 60px;
  }

  .iq-about-box1
  {
    margin-bottom: 50px;
  }

  .iq-packages1
  {
    margin-bottom: 30px;
  }

  .landing-event .l-header-2 .navbar .navbar-nav .nav-item a:hover
  {
    color: #ff4b4b;
  }

  .landing-event .l-header-2 .navbar .navbar-nav .nav-item a:focus
  {
    color: #ff4b4b;
  }

  .landing-event .l-header-2 .navbar .navbar-nav .nav-item a.active
  {
    color: #ff4b4b;
  }

  .landing-event .l-header-2 .navbar .navbar-nav .nav-item a.active:focus
  {
    color: #ff4b4b;
  }

  .landing-event .l-header-2 .navbar .navbar-nav .nav-item a.active:hover
  {
    color: #ff4b4b;
  }
}

@media (max-width: 991px)
{
  .landing-event .l-header-2 .navbar .navbar-nav .nav-item a
  {
    padding: 15px;
    padding: 15px;
    color: #595a5d;
  }
}

@media (max-width: 767px)
{
  .landing-event h2
  {
    font-size: 36px;
    line-height: 40px;
  }

  .landing-event .main-slider h1
  {
    font-size: 48px;
    line-height: 48px;
  }
}

@media (max-width: 674px)
{
  .landing-event .iq-speaker1
  {
    margin: 50px 0 0 0;
    width: 100%;
  }
}

@media (max-width: 575px)
{
  .landing-event footer form .col-auto
  {
    width: 100%;
  }
}

.landing-style-1 .main-left
{
  margin-bottom: 60px !important;
}

.landing-style-1 .title-box
{
  margin-top: -5px;
}

.landing-style-1 .title-box h2
{
  margin-bottom: 15px;
}

.landing-style-1 .title-box .title-design
{
  font-weight: normal;
  color: #DAA520;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}

.landing-style-1 .title-box span.title-design.sub-title
{
  color: #fff;
}

.landing-style-1 .title-box span.title-design.sub-title:before
{
  background: #fff;
  content: "";
}

.landing-style-1 .title-box .subtitle
{
  position: relative;
}

.landing-style-1 .prox-contact .title-box.text-center
{
  margin-bottom: 30px;
}

.landing-style-1 .title-box.text-left
{
  margin-bottom: 30px;
}

.landing-style-1 .title-box.text-left p
{
  margin-bottom: 0px;
}

.landing-style-1 .title-box-space
{
  margin-bottom: 30px;
}

.landing-style-1 .title-box.text-white h2
{
  color: #fff;
}

.landing-style-1 .title-box.text-center
{
  margin-bottom: 45px;
}

.landing-style-1 .title-box.title-shadow
{
  margin-bottom: 15px;
}

.landing-style-1 header.main-header.header-software .container-fluid,.landing-style-1 header.main-header.header-software .container-sm,.landing-style-1 header.main-header.header-software .container-md,.landing-style-1 header.main-header.header-software .container-lg,.landing-style-1 header.main-header.header-software .container-xl
{
  padding: 0px 130px;
}

.landing-style-1 .top-bar-software
{
  padding: 0 130px;
}

.title-box.text-left.title-box-space
{
  margin-bottom: 30px;
}

.landing-style-1 .prox-services
{
  margin-bottom: 30px;
  padding: 30px;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -ms-box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.05);
  -o-box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.05);
  box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.05);
}

.landing-style-1 .prox-services:hover.prox-services:after
{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  top: 0%;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  /*background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);*/
}

.landing-style-1 .prox-services:before
{
  position: absolute;
  bottom: 0;
  content: "";
  width: 0;
  background: #DAA520;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

.landing-style-1 .prox-services:hover:before
{
  width: 100%;
  height: 4px;
  left: 0;
}

.landing-style-1 .prox-services:hover img.hover-img
{
  z-index: 0;
  opacity: 1;
  top: 0;
  transition: all 0.3s ease-in-out;
}

.landing-style-1 .prox-services .services-detail
{
  z-index: 3;
  position: relative;
}

.landing-style-1 .prox-services i
{
  font-size: 40px;
  color: #DAA520;
  z-index: 1;
  margin-bottom: 15px;
  line-height: 50px;
  display: inherit;
}

.landing-style-1 .prox-services img
{
  width: 48px;
  margin-bottom: 15px;
}

.landing-style-1 .prox-services img.hover-img
{
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.landing-style-1 .prox-services.text-center
{
  padding: 30px 15px;
}

.landing-style-1 .prox-services.text-center img
{
  width: auto;
}

.landing-style-1 .custom-tab .tab-pane.fade.active.show
{
  display: block;
}

.landing-style-1 .custom-tab .tab-pane.fade
{
  display: none;
}

.landing-style-1 .custom-tab .nav.nav-pills
{
  display: block;
  width: 100%;
  -ms-box-shadow: 0px 22px 40px 0px rgba(0,0,0,0.05);
  -o-box-shadow: 0px 22px 40px 0px rgba(0,0,0,0.05);
  box-shadow: 0px 22px 40px 0px rgba(0,0,0,0.05);
  background: transparent;
  overflow: hidden;
  border-radius: 5px;
}

.landing-style-1 .custom-tab .nav.nav-pills li
{
  display: inline-block;
  width: 25%;
  float: left;
}

.landing-style-1 .custom-tab .nav.nav-pills[aria-orientation="vertical"]
{
  box-shadow: none;
  border-radius: 0;
}

.landing-style-1 .custom-tab .nav.nav-pills[aria-orientation="vertical"] li.nav-item
{
  width: 100%;
  vertical-align: middle;
  float: left;
  border: 1px solid #fff;
  width: 100%;
  vertical-align: middle;
  float: left;
}

.landing-style-1 .custom-tab .nav.nav-pills[aria-orientation="vertical"] li.nav-item:last-child
{
  margin-bottom: 0;
}

.landing-style-1 .custom-tab .nav.nav-pills[aria-orientation="vertical"] .nav-link
{
  padding: 15px;
  border-radius: 0;
  text-align: center;
}

.landing-style-1 .custom-tab .nav.nav-pills[aria-orientation="vertical"] .nav-link h5
{
  font-size: 18px;
}

.landing-style-1 .custom-tab .nav.nav-pills[aria-orientation="vertical"] .nav-link:last-child
{
  margin-bottom: 0;
}

.landing-style-1 .custom-tab .nav.nav-pills[aria-orientation="vertical"] .nav-link:hover
{
  -ms-box-shadow: 0px 22px 40px 0px rgba(0,0,0,0.05);
  -o-box-shadow: 0px 22px 40px 0px rgba(0,0,0,0.05);
  box-shadow: 0px 22px 40px 0px rgba(0,0,0,0.05);
  background: #DAA520;
}

.landing-style-1 .custom-tab .nav.nav-pills[aria-orientation="vertical"] .nav-link:hover h5
{
  color: #fff;
}

.landing-style-1 .custom-tab .nav.nav-pills[aria-orientation="vertical"] .nav-link:hover:before
{
  display: none;
}

.landing-style-1 .custom-tab .nav.nav-pills[aria-orientation="vertical"] .nav-link.active
{
  -ms-box-shadow: 0px 22px 40px 0px rgba(0,0,0,0.05);
  -o-box-shadow: 0px 22px 40px 0px rgba(0,0,0,0.05);
  box-shadow: 0px 22px 40px 0px rgba(0,0,0,0.05);
  background: #DAA520;
}

.landing-style-1 .custom-tab .nav.nav-pills[aria-orientation="vertical"] .nav-link.active h5
{
  color: #fff;
}

.landing-style-1 .custom-tab .nav.nav-pills[aria-orientation="vertical"] .nav-link.active:before
{
  display: none;
}

.landing-style-1 .custom-tab .nav-pills .nav-link .tab-title
{
  display: inline-block;
}

.landing-style-1 .custom-tab .show_content
{
  width: 100%;
}

.landing-style-1 .prox-award .award-img
{
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #eff1fe;
  transition: all 0.3s ease-in-out;
  background: #fff;
}

.landing-style-1 .prox-award:hover .award-img
{
  -ms-box-shadow: 4.871px 34.659px 30px 0px rgba(0,0,0,0.06);
  -o-box-shadow: 4.871px 34.659px 30px 0px rgba(0,0,0,0.06);
  box-shadow: 4.871px 34.659px 30px 0px rgba(0,0,0,0.06);
}

.landing-style-1 .custom-tab .nav-pills .nav-link
{
  position: relative;
}

.landing-style-1 .custom-tab .nav-pills .nav-link:before
{
  width: 0;
  transition: all 0.3s ease-in-out;
  height: 4px;
  background: #DAA520;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
}

.landing-style-1 .custom-tab .nav-pills .nav-link:hover:before
{
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  background: #DAA520;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  border-radius: 5px;
}

.landing-style-1 .custom-tab .nav-pills .nav-link.active
{
  background: transparent;
}

.landing-style-1 .custom-tab .nav-pills .nav-link.active:before
{
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  background: #DAA520;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  border-radius: 5px;
}

.landing-style-1 .iq-timer
{
  display: flex;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.landing-style-1 .iq-timer .timer-details p
{
  margin-bottom: 0;
  color: #fff;
}

.landing-style-1 .iq-timer i
{
  margin-right: 0px;
  color: #DAA520;
  font-size: 40px;
  line-height: 2.2em;
}

.landing-style-1 .iq-timer:last-child
{
  margin-bottom: 0;
}

.landing-style-1 .timer-details
{
  display: table-cell;
}

.landing-style-1 .timer-details i
{
  color: #fff;
  position: relative;
  top: -8px;
  font-size: 16px;
}

.landing-style-1 .timer-details .timer
{
  font-size: 45px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
}

.landing-style-1 .timer-details h6
{
  color: #303030;
}

.landing-style-1 .iq-timer.style2.text-center
{
  text-align: center;
  display: block;
}

.landing-style-1 .iq-timer.style2.text-left
{
  text-align: left;
  float: left;
}

.landing-style-1 .iq-timer.style2.text-right
{
  text-align: right;
  float: right;
}

.landing-style-1 .iq-timer.style2 img
{
  width: auto;
}

.landing-style-1 .iq-timer.style2 .iq-img
{
  line-height: 90px;
  display: block;
  text-align: center;
  height: 90px;
  width: 90px;
  border-radius: 90px;
  -ms-box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.05);
  -o-box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.05);
  box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.05);
  margin: 0 auto 30px;
}

.landing-style-1 .iq-timer.style2 .iq-icon
{
  line-height: 90px;
  display: block;
  text-align: center;
  height: 90px;
  width: 90px;
  border-radius: 90px;
  -ms-box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.05);
  -o-box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.05);
  box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.05);
}

.landing-style-1 .iq-timer.style2 .timer
{
  font-size: 30px;
  font-weight: bold;
}

.landing-style-1 .iq-timer.text-center.style2 .timer-details
{
  display: block;
  text-align: center;
  margin: 0 auto;
}

.landing-style-1 .iq-timer.text-center.style2 .iq-icon
{
  margin: 0 auto 30px;
}

.landing-style-1 .iq-timer.text-left.style2 .iq-img
{
  margin: 0 0 30px;
}

.landing-style-1 .iq-timer.text-left.style2 .iq-icon
{
  margin: 0 0 30px;
}

.landing-style-1 .iq-timer.text-right.style2 .iq-img
{
  margin: 0 0 30px;
}

.landing-style-1 .iq-timer.text-right.style2 .iq-icon
{
  margin: 0 0 30px;
}

.landing-style-1 .dark-timer
{
  color: #303030 !important;
}

.landing-style-1 .about-box-img
{
  left: 0;
  width: 50%;
  top: 0;
  position: absolute;
}

.landing-style-1 .about-right-box-img
{
  right: -18px;
  width: 50%;
  top: 0px;
  position: absolute;
}

.iq-timer.style2 .timer_postfix
{
  font-size: 30px;
  font-weight: bold;
}

.landing-style-1 .prox-process.prox-circle
{
  padding: 0;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.landing-style-1 .prox-process.prox-circle .circle-effect
{
  border: 2px dashed #DAA520;
  width: 140px;
  height: 140px;
  border-radius: 90px;
  padding: 10px;
  margin: 0 auto 30px;
  text-align: center;
}

.landing-style-1 .prox-process.prox-circle .circle-effect img
{
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 90px;
  background-image: -ms-linear-gradient(90deg, #f1f3fe 0%, #fff 100%);
  -ms-box-shadow: 0 0 0 14px rgba(239,241,254,0.3);
  -o-box-shadow: 0 0 0 14px rgba(239,241,254,0.3);
  box-shadow: 0 0 0 14px rgba(239,241,254,0.3);
}

.landing-style-1 .prox-process.prox-circle.right:before
{
  background-image: url(../images/landing-page/landing-6/26.png);
  content: "";
  display: inline-block;
  position: absolute;
  top: 30px;
  right: -145px;
  background-repeat: no-repeat;
  width: 240px;
  height: 200px;
}

.landing-style-1 .iq-list
{
  list-style: none;
  padding: 0;
}

.landing-style-1 .iq-list li
{
  margin-bottom: 10px;
  position: relative;
}

.landing-style-1 .iq-list li i
{
  position: absolute;
  top: 2px;
}

.landing-style-1 .iq-list li span
{
  display: table-cell;
  padding-left: 30px;
}

.landing-style-1 .iq-list li:last-child
{
  margin-bottom: 0px;
}

.landing-style-1 .iq-list.column-2
{
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.landing-style-1 .iq-list.column-2 i
{
  color: #DAA520;
  left: 0;
}

.landing-style-1 .iq-list.column-2 li
{
  padding-left: 30px;
}

header.main-header.header-software
{
  left: 0;
  right: 0;
  z-index: 99;
  position: absolute;
}

.landing-style-1 .iq-banner-software
{
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
  width: 100%;
  height: 100%;
  opacity: 1;
  top: 0px;
  left: 0px;
  visibility: inherit;
  z-index: 20;
}

.landing-style-1 .iq-banner-software .container-fluid,.landing-style-1 .iq-banner-software .container-sm,.landing-style-1 .iq-banner-software .container-md,.landing-style-1 .iq-banner-software .container-lg,.landing-style-1 .iq-banner-software .container-xl
{
  padding: 0px 130px;
}

.landing-style-1 .iq-banner-software .banner-text
{
  z-index: 9;
  position: relative;
  margin-top: 8%;
  margin-bottom: 5%;
}

.landing-style-1 .iq-banner-software .banner-text h1
{
  font-size: 52px;
  line-height: 62px;
  margin-bottom: 10px;
}

.landing-style-1 .iq-banner-software .banner-text p
{
  margin-bottom: 40px;
}

.landing-style-1 .iq-banner-software .banner-text p span
{
  display: block;
}

.landing-style-1 .iq-banner-software .banner-text .iq-image img
{
  max-width: 120%;
}

.landing-style-1 .iq-banner-software .banner-objects .banner-objects-01
{
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
}

.landing-style-1 .iq-banner-software .banner-objects .banner-objects-01 img
{
  height: 850px;
  -o-object-fit: cover;
  object-fit: cover;
}

.landing-style-1 .iq-banner-software .banner-objects .banner-objects-02
{
  position: absolute;
  right: 0;
  top: 0;
}

.landing-style-1 .iq-banner-software .banner-objects .banner-objects-02 img
{
  width: 1050px;
  z-index: -1;
  position: relative;
}

.landing-style-1 .iq-over-dark-90
{
  background: #eff1fe !important;
}

.landing-style-1 .prox-custom-bg
{
  background-color: transparent;
  background-image: linear-gradient(180deg, #eff1fe 0%, #fff 100%);
}

.landing-event .iq-speaker1
{
  border-radius: 5px !important;
}

@media (max-width: 1199px)
{
  .landing-style-1 .iq-banner-software .banner-text
  {
    margin-top: 15%;
  }

  .landing-style-1 .top-bar-software
  {
    padding: 0 90px;
  }

  .landing-style-1 header.main-header.header-software .container-fluid,.landing-style-1 header.main-header.header-software .container-sm,.landing-style-1 header.main-header.header-software .container-md,.landing-style-1 header.main-header.header-software .container-lg,.landing-style-1 header.main-header.header-software .container-xl
  {
    padding: 0 90px;
  }

  .landing-style-1 header.main-header.header-software .container-lg
  {
    padding: 0 90px;
  }

  .landing-style-1 header.main-header.header-software .container-md
  {
    padding: 0 90px;
  }

  .landing-style-1 header.main-header.header-software .container-sm
  {
    padding: 0 90px;
  }

  .landing-style-1 header.main-header.header-software .container-xl
  {
    padding: 0 90px;
  }
}

@media (max-width: 992px)
{
  .landing-creative .iq-investor:after
  {
    display: none !important;
  }

  .landing-style-1 .top-bar-software
  {
    padding: 0 50px;
  }

  .landing-style-1 .top-bar-software .social-icone
  {
    text-align: right;
  }

  .landing-style-1 header.main-header.header-software .container-fluid,.landing-style-1 header.main-header.header-software .container-sm,.landing-style-1 header.main-header.header-software .container-md,.landing-style-1 header.main-header.header-software .container-lg,.landing-style-1 header.main-header.header-software .container-xl
  {
    padding: 0 50px;
  }

  .landing-style-1 header.main-header.header-software .container-lg
  {
    padding: 0 50px;
  }

  .landing-style-1 header.main-header.header-software .container-md
  {
    padding: 0 50px;
  }

  .landing-style-1 header.main-header.header-software .container-sm
  {
    padding: 0 50px;
  }

  .landing-style-1 header.main-header.header-software .container-xl
  {
    padding: 0 50px;
  }

  .landing-style-1 .prox-services
  {
    margin-bottom: 30px !important;
  }

  .landing-style-1 .iq-timer.style2.text-center
  {
    margin-bottom: 30px !important;
  }

  .landing-style-1 .about-right-box-img
  {
    position: relative;
    width: 100%;
    margin-bottom: 100px;
  }

  .landing-style-1 .iq-banner-software .container-fluid,.landing-style-1 .iq-banner-software .container-sm,.landing-style-1 .iq-banner-software .container-md,.landing-style-1 .iq-banner-software .container-lg,.landing-style-1 .iq-banner-software .container-xl
  {
    padding: 0px 50px;
  }

  .landing-style-1 .iq-banner-software .banner-text h1
  {
    font-size: 42px;
    line-height: 52px;
  }

  .landing-style-1 .iq-banner-software .banner-text .iq-image img
  {
    max-width: 100%;
    padding: 0 100px;
  }

  .landing-style-1 .iq-res-top
  {
    padding-top: 0px;
  }

  .landing-style-1 .prox-process.prox-circle.right:before
  {
    display: none;
  }
}

@media (max-width: 767px)
{
  .landing-style-1 .top-bar-software
  {
    padding: 0 15px;
  }

  .landing-style-1 .iq-banner-software .banner-text
  {
    margin-top: 35%;
  }

  .landing-style-1 .iq-banner-software .banner-text h1
  {
    font-size: 42px;
    line-height: 52px;
    font-size: 36px;
    line-height: 46px;
  }

  .landing-style-1 .iq-banner-software .banner-text .iq-image img
  {
    padding: 0 50px;
    margin-top: 50px;
  }

  .landing-style-1 header.main-header.header-software .container-fluid,.landing-style-1 header.main-header.header-software .container-sm,.landing-style-1 header.main-header.header-software .container-md,.landing-style-1 header.main-header.header-software .container-lg,.landing-style-1 header.main-header.header-software .container-xl
  {
    padding: 0 15px;
  }

  .landing-style-1 header.main-header.header-software .container-lg
  {
    padding: 0 15px;
  }

  .landing-style-1 header.main-header.header-software .container-md
  {
    padding: 0 15px;
  }

  .landing-style-1 header.main-header.header-software .container-sm
  {
    padding: 0 15px;
  }

  .landing-style-1 header.main-header.header-software .container-xl
  {
    padding: 0 15px;
  }

  .landing-style-1 .iq-banner-software .container-fluid,.landing-style-1 .iq-banner-software .container-sm,.landing-style-1 .iq-banner-software .container-md,.landing-style-1 .iq-banner-software .container-lg,.landing-style-1 .iq-banner-software .container-xl
  {
    padding: 0 15px;
  }

  .landing-style-1 .iq-banner-software .container-lg
  {
    padding: 0 15px;
  }

  .landing-style-1 .iq-banner-software .container-md
  {
    padding: 0 15px;
  }

  .landing-style-1 .iq-banner-software .container-sm
  {
    padding: 0 15px;
  }

  .landing-style-1 .iq-banner-software .container-xl
  {
    padding: 0 15px;
  }
}

@media (max-width: 479px)
{
  .landing-style-1 .iq-banner-software .banner-text h1
  {
    font-size: 30px;
    line-height: 40px;
  }

  .landing-style-1 .iq-banner-software .banner-text .iq-image img
  {
    padding: 0px 0px;
  }
}

.landing-style-1-top
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 99;
}

.landing-style-1-top .top-bar-software
{
  z-index: 99;
  background: transparent;
}

.landing-style-1-top .top-bar-software .social-icone ul li i
{
  color: #01041b;
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.landing-style-1-top .top-bar-software .number-info li a
{
  color: #01041b;
}

.landing-style-1 .main-left
{
  margin-bottom: 60px !important;
}

.landing-style-1 .title-box
{
  margin-top: -5px;
}

.landing-style-1 .title-box h2
{
  margin-bottom: 15px;
}

.landing-style-1 .title-box .title-design
{
  font-weight: normal;
  color: #DAA520 !important;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}

.landing-style-1 .title-box span.title-design.sub-title
{
  color: #fff;
}

.landing-style-1 .title-box span.title-design.sub-title:before
{
  background: #fff;
  content: "";
}

.landing-style-1 .title-box .subtitle
{
  position: relative;
}

.landing-style-1 .prox-contact .title-box.text-center
{
  margin-bottom: 30px;
}

.landing-style-1 .title-box.text-left
{
  margin-bottom: 30px;
}

.landing-style-1 .title-box.text-left p
{
  margin-bottom: 0px;
}

.landing-style-1 .title-box-space
{
  margin-bottom: 30px;
}

.landing-style-1 .title-box.text-left.title-box-space
{
  margin-bottom: 30px;
}

.landing-style-1 .title-box.text-white h2
{
  color: #fff;
}

.landing-style-1 .title-box.text-center
{
  margin-bottom: 60px;
}

.landing-style-1 p
{
  color: #595a5d;
}

.landing-style-1 .servicebox-datascience
{
  position: relative;
  overflow: hidden;
  padding: 30px;
  background: #fff;
  z-index: 0;
  transition: all 0.3s ease-in-out;
  -ms-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.09);
  -o-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.09);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.09);
  border-radius: 5px;
  border-bottom-right-radius: 30px;
  margin-bottom: 30px;
}

.landing-style-1 .servicebox-datascience:hover
{
  background: #DAA520;
  color: #fff;
}

.landing-style-1 .servicebox-datascience:hover .data-title
{
  color: #fff;
}

.landing-style-1 .servicebox-datascience:hover a.link-btn
{
  color: #fff;
}

.landing-style-1 .servicebox-datascience:hover:before
{
  height: 250px;
  content: "";
  width: 250px;
  position: absolute;
  background-color: rgba(254,254,254,0.2);
  border-radius: 50%;
  z-index: -1;
  left: -85px;
  top: -85px;
}

.landing-style-1 .servicebox-datascience .data-title
{
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}

.landing-style-1 .iq-data-about .wpb_single_image img
{
  max-width: 110%;
  left: -20%;
  position: relative;
  top: -121px;
}

.landing-style-1 .iq-data-about .iq-objects.style-one.left
{
  top: -16%;
  left: -228px;
}

.landing-style-1 .iq-about-edu
{
  margin: 0px;
  padding: 0px;
}

.landing-style-1 .iq-about-edu li
{
  margin-bottom: 15px;
  list-style-type: none;
  display: flex;
}

.landing-style-1 .iq-about-edu li a
{
  text-decoration: none;
  color: #303030;
  position: relative;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  display: inline-flex;
}

.landing-style-1 .iq-about-edu li a i
{
  position: absolute;
  left: 0;
  line-height: 34px;
  font-size: 18px;
  color: #DAA520;
}

.landing-style-1 .iq-about-edu li a .header
{
  width: 90px;
  display: inline-block;
  color: #DAA520;
}

.landing-style-1 .iq-about-edu li a .content
{
  padding-left: 30px;
  flex: 1;
  word-wrap: anywhere;
  word-break: break-word;
}

.landing-style-1 .iq-higher-edu img
{
  max-width: 150% !important;
  top: -20%;
  position: absolute;
  left: -62%;
  max-width: 150% !important;
  top: -20%;
  position: absolute;
  left: -62%;
}

.landing-style-1 .video-edu
{
  background: #1360ee;
  padding: 30px 0px;
}

.landing-style-1 .video-edu .consult-video a
{
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
}

.landing-style-1 .video-edu .landing-style-1 .video-btn .btn-waves
{
  display: none;
}

.landing-style-1 .video-edu .main-video
{
  left: 20%;
}

.landing-style-1 .video-edu .white-border
{
  border-right: 1px solid #fff;
}

.landing-style-1 .owl-carousel .owl-item .clients-box.hover-effct img
{
  width: auto;
  margin: 0 auto;
  opacity: .4;
  transition: all 0.3s ease-in-out;
}

.landing-style-1 .owl-carousel .owl-item .clients-box.hover-effct img:hover
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.landing-style-1 .client-prox .owl-carousel .owl-item .clients-box.hover-effct img
{
  margin: inherit;
}

.landing-style-1 .client-prox .col-sm-12
{
  padding: 0;
}

.landing-style-1 .client-prox-border
{
  border-top: 1px solid #f1f1f1;
}

.landing-style-1 .client-prox-border .col-sm-12
{
  padding: 0;
}

.landing-style-1 .prox-client
{
  background: #fff;
  border-radius: 5px;
  padding: 60px 30px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}

.landing-style-1 .prox-client .client-icon
{
  margin-bottom: 30px;
}

.landing-style-1 .prox-client:hover
{
  margin-top: -10px;
  -ms-box-shadow: 0px 35px 30px 0px rgba(0,0,0,0.06);
  -o-box-shadow: 0px 35px 30px 0px rgba(0,0,0,0.06);
  box-shadow: 0px 35px 30px 0px rgba(0,0,0,0.06);
}

.landing-style-1 .prox-client .client-icon.iq-image img
{
  height: 55px;
  width: 55px;
}

.landing-style-1 .iq-team
{
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.landing-style-1 .iq-team .iq-team-info
{
  padding: 15px;
  background: #eff1fe;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

.landing-style-1 .iq-team .iq-team-info .title:hover
{
  color: #1360ee;
}

.landing-style-1 .iq-team .landing-style-1 .iq-team-info
{
  padding: 15px;
  background: #eff1fe;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

.landing-style-1 .iq-team .landing-style-1 .iq-team-info .title:hover
{
  color: #DAA520;
}

.landing-style-1 .iq-team .share
{
  background: none;
  position: absolute;
  right: -65px;
  top: 10px;
  width: 40px;
  transition: all 0.3s ease-in-out;
  list-style: none;
}

.landing-style-1 .iq-team .share ul li
{
  margin-bottom: 1px;
  display: inline-block;
}

.landing-style-1 .iq-team .share ul li a
{
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  text-align: center;
  display: inline-block;
}

.landing-style-1 .iq-team .share ul li a i
{
  color: #303030;
  line-height: 30px;
}

.landing-style-1 .iq-team .share ul li a:hover
{
  background: #DAA520;
}

.landing-style-1 .iq-team .share ul li:hover a i
{
  color: #fff;
}

.landing-style-1 .iq-team:hover .share
{
  right: 26px;
}

.landing-style-1 .iq-team:hover .iq-team-img:before
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.landing-style-1 .iq-team:hover .consult-effect:before
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  content: "";
  z-index: 1;
  transition: all 0.3s ease-in-out;
  bottom: 10px;
}

.landing-style-1 .iq-team:hover .iq-share
{
  right: 10px;
}

.landing-style-1 .iq-team .iq-team-img
{
  position: relative;
  z-index: -1;
}

.landing-style-1 .iq-team .iq-team-img img
{
  width: 100%;
}

.landing-style-1 .iq-team .consult-effect:before
{
  content: "";
  bottom: 18px;
  transition: all 0.3s ease-in-out;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  z-index: 1;
  height: 90px;
  width: 100%;
  position: absolute;
  bottom: 32px;
  left: 0;
  -webkit-transform: skewY(-5deg);
  transform: skewY(-5deg);
  background: #DAA520;
}

.landing-style-1 .iq-team .iq-share
{
  right: -46px;
  position: absolute;
  top: 10px;
  transition: all 0.3s ease-in-out;
}

.landing-style-1 .iq-share:hover .slideouticons .iconswrapper
{
  visibility: visible;
  transition-delay: 0s;
}

.landing-style-1 .iq-share:hover .slideouticons .iconswrapper ul li
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  z-index: 4;
}

.landing-style-1 .iq-share:hover .slideouticons .iconswrapper ul li:nth-of-type(1)
{
  transition-delay: 0;
  z-index: 4;
}

.landing-style-1 .iq-share:hover .slideouticons .iconswrapper ul li:nth-of-type(2)
{
  transition: all 0.3s ease-in-out;
  z-index: 3;
}

.landing-style-1 .iq-share:hover .slideouticons .iconswrapper ul li:nth-of-type(3)
{
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

.landing-style-1 .iq-share:hover .slideouticons .iconswrapper ul li:nth-of-type(4)
{
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.landing-style-1 .slideouticons
{
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  z-index: 9;
}

.landing-style-1 .slideouticons input
{
  display: none;
}

.landing-style-1 .slideouticons input:checked ~ label.mainlabel
{
  background: #fff;
  color: #DAA520;
}

.landing-style-1 .slideouticons input:checked ~ .iconswrapper
{
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  transition-delay: 0s;
}

.landing-style-1 .slideouticons input:checked ~ .iconswrapper ul li
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0) rotate(360deg);
  transform: translateY(0) rotate(360deg);
  transition: all 0.3s ease-in-out;
}

.landing-style-1 .slideouticons label.mainlabel
{
  border-radius: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  width: 45px;
  height: 45px;
  text-align: center;
  color: white;
  background: #DAA520;
  outline: none;
  z-index: 100000;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}

.landing-style-1 .slideouticons .iconswrapper
{
  position: absolute;
  margin: 0;
  top: 50px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 0.3s ease-in-out;
}

.landing-style-1 .slideouticons .iconswrapper ul
{
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: -1;
}

.landing-style-1 .slideouticons .iconswrapper ul li
{
  margin-bottom: 5px;
  position: relative;
  opacity: 0;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease-in-out;
}

.landing-style-1 .slideouticons .iconswrapper ul li a
{
  border-radius: 5px;
  display: flex;
  color: #303030;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -ms-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.05);
  -o-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.05);
  box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.05);
  border-radius: 50%;
}

.landing-style-1 .slideouticons .iconswrapper ul li a:hover
{
  background: #DAA520;
  color: white;
}

.landing-style-1 .recentcomments a
{
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
}

.landing-style-1 footer.footer-analytics
{
  display: inline-block;
  width: 100%;
  float: left;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background: #eff1fe;
  padding: 0px;
}

.landing-style-1 footer.footer-analytics table td
{
  border-color: rgba(36,38,43,0.14);
}

.landing-style-1 footer.footer-analytics table th
{
  border-color: rgba(36,38,43,0.14);
}

.landing-style-1 footer.footer-analytics ul li
{
  border: none;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.landing-style-1 footer.footer-analytics ul li span.archiveCount
{
  float: right;
  color: #fff;
  background: #1360ee;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  padding: 0;
}

.landing-style-1 footer.footer-analytics ul li.cat-item span
{
  float: right;
}

.landing-style-1 footer.footer-analytics ul li.cat-item span.post_count
{
  float: right;
  color: #fff;
  background: #1360ee;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  padding: 0;
}

.landing-style-1 footer.footer-analytics #recentcomments li a
{
  color: #DAA520;
}

.landing-style-1 footer.footer-analytics #recentcomments li .comment-author-link a
{
  color: #303030;
  font-weight: 600;
}

.landing-style-1 footer.footer-analytics #recentcomments li .comment-author-link a:hover
{
  text-decoration: underline;
  color: #DAA520;
}

.landing-style-1 footer.footer-analytics #recentcomments li.recentcomments a:before
{
  display: none;
}

.landing-style-1 footer.footer-analytics ul.menu li .sub-menu
{
  padding-left: 10px;
}

.landing-style-1 footer.footer-analytics ul.menu li a
{
  border: none;
  color: #303030;
}

.landing-style-1 footer.footer-analytics ul.menu li a:hover
{
  color: #DAA520;
}

.landing-style-1 footer.footer-analytics ul.iq-contact
{
  padding: 0;
}

.landing-style-1 footer.footer-analytics ul.iq-contact li
{
  display: flex;
  position: relative;
}

.landing-style-1 footer.footer-analytics ul.iq-contact li a span
{
  padding-left: 30px;
  display: table-cell;
  word-break: break-word;
  color: #303030;
}

.landing-style-1 footer.footer-analytics ul.iq-contact li a:hover span
{
  color: #DAA520;
}

.landing-style-1 footer.footer-analytics ul.iq-contact li i
{
  position: absolute;
  left: 0;
  line-height: 34px;
  font-size: 20px;
  color: #DAA520;
}

.landing-style-1 footer.footer-analytics .iq-contact li a:before
{
  display: none;
}

.landing-style-1 footer.footer-analytics .rsswidget
{
  padding-left: 0;
  font-size: 18px;
  color: #595a5d;
  font-weight: 800;
}

.landing-style-1 footer.footer-analytics .rss-date
{
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  margin: 5px 0;
}

.landing-style-1 footer.footer-analytics p
{
  margin-bottom: 0;
}

.landing-style-1 footer.footer-analytics .footer-logo
{
  margin-bottom: 15px;
}

.landing-style-1 footer.footer-analytics .footer-top
{
  padding-top: 100px;
  padding-bottom: 45px;
}

.landing-style-1 footer.footer-analytics .footer-top .info-share li
{
  margin-right: 15px;
}

.landing-style-1 footer.footer-analytics .footer-top .info-share li:last-child
{
  margin-right: 0px;
}

.landing-style-1 footer.footer-analytics h4.footer-title
{
  margin-bottom: 15px;
}

.landing-style-1 footer.footer-analytics a.rsswidget:before
{
  display: none;
}

.landing-style-1 footer.footer-analytics ul.wp-tag-cloud li a:before
{
  display: none;
}

.landing-style-1 footer.footer-analytics .sub-btn
{
  position: absolute;
  right: 0;
}

.landing-style-1 footer.footer-analytics .sub-btn button
{
  padding: 24px 30px;
  border: none;
  cursor: pointer;
  background-color: #DAA520;
}

.landing-style-1 footer.footer-analytics .sub-btn button:hover
{
  outline: none;
}

.landing-style-1 footer.footer-analytics .sub-btn button:before
{
  content: "\f2c3";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #fff;
}

.landing-style-1 footer.footer-analytics input[type=submit] .landing-style-1 footer.footer-analytics .info-share li
{
  margin-left: 15px;
  margin-right: 0px;
}

.landing-style-1 footer.footer-analytics .menu-footer-menu-container .menu
{
  margin-bottom: 0;
  padding: 0;
}

.landing-style-1 footer.footer-analytics .menu-footer-menu-container .menu li
{
  list-style: none;
  display: block;
}

.landing-style-1 footer.footer-analytics .menu-footer-menu-container .menu li:last-child
{
  margin-right: 0;
}

.landing-style-1 footer.footer-analytics .copyright a:hover
{
  text-decoration: none;
  color: #DAA520;
}

.landing-style-1 footer.footer-analytics .copyright-footer
{
  border-top: 1px solid rgba(82,95,129,0.09);
  position: relative;
}

.landing-style-1 footer.footer-analytics .info-share li a
{
  color: #595a5d;
}

.landing-style-1 footer.footer-analytics input[type=email]
{
  background: #fff;
  border-color: #eff1fe;
  border-radius: 90px;
  color: #595a5d;
  width: 100%;
  float: left;
  padding: 0 15px;
  height: 48px;
  line-height: 48px;
  background: #fff;
  border: 1px solid #eff1fe;
  border-radius: 0px;
  color: #303030;
  transition: all 0.3s ease-in-out;
  background: #fff;
  border-color: #eff1fe;
  border-radius: 90px;
  color: #595a5d;
}

.landing-style-1 footer.footer-analytics input[type=email]:hover
{
  border-color: #DAA520;
  padding: 0 125px 0 15px;
  border-color: #DAA520;
  padding: 0 125px 0 15px;
}

.landing-style-1 footer.footer-analytics input[type=email]:focus
{
  border-color: #DAA520;
  padding: 0 125px 0 15px;
}

.landing-style-1 footer.footer-analytics .footer_top_block
{
  padding-bottom: 100px;
}

.landing-style-1 footer.footer-analytics .mc4wp-form-fields input[type="submit"]
{
  position: absolute;
  right: 15px;
  margin-bottom: 0;
  background: #DAA520;
  color: #303030;
  height: auto;
  line-height: 26px !important;
  padding: 11px 30px;
  font-size: 1em;
  line-height: 2;
  border: none;
  display: inline-block;
  width: auto;
  border-radius: 0px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.landing-style-1 .mc4wp-form-fields input[type="submit"]
{
  position: absolute;
  right: 15px;
}

.landing-style-1 .iq-bg-dark
{
  position: relative;
}

.landing-style-1 footer.footer-analytics.iq-over-dark-90:before
{
  display: none !important;
}

.landing-style-1 .blog-content .wp-block-archives li
{
  list-style: none;
}

.landing-style-1 .blog-content .wp-block-latest-posts li
{
  list-style: none;
}

.landing-style-1 ul.wp-block-categories li.cat-item span
{
  float: right;
}

.landing-style-1 #back-to-top .top
{
  z-index: 999;
  position: fixed;
  margin: 0px;
  color: #fff;
  background: #DAA520;
  position: fixed;
  bottom: 30px;
  right: 25px;
  z-index: 999;
  font-size: 26px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 58px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.landing-style-1 #back-to-top .top:hover
{
  background: #DAA520;
  color: #fff;
  -ms-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  -o-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}

.sub-btn button:focus
{
  outline: none;
}

footer .menu-footer-menu-container .menu li a:hover
{
  text-decoration: none;
  color: #DAA520;
}

footer .info-share li a:hover
{
  text-decoration: none;
  color: #DAA520;
}

footer input[type=email]:focus
{
  border-color: #DAA520;
  padding: 0 125px 0 15px;
}

.blog-content ul.wp-block-categories li
{
  list-style: none;
}

.landing-style-1 .prox-left-img img
{
  position: relative;
  left: -47%;
  max-width: 155% !important;
  margin-top: -200px;
}

.landing-style-1 .prox-right-img img
{
  right: -19%;
  max-width: 150% !important;
  margin-top: -100px;
}

.landing-style-1 .prox-right-img-wm img
{
  right: -19%;
  max-width: 150% !important;
}

.landing-style-1 .prox-bg .iq-objects-03
{
  z-index: 1;
}

.landing-style-1 .testimonial-style.owl-carousel .iq-testimonial
{
  margin: 0 200px 54px;
  padding: 45px 84px;
  -ms-box-shadow: 4.871px 34.659px 30px 0px rgba(0,0,0,0.05);
  -o-box-shadow: 4.871px 34.659px 30px 0px rgba(0,0,0,0.05);
  box-shadow: 4.871px 34.659px 30px 0px rgba(0,0,0,0.05);
  background: #fff;
  border-radius: 5px;
}

.landing-style-1 .testimonial-style.owl-carousel .iq-testimonial .testimonial-name
{
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.landing-style-1 .testimonial-style.owl-carousel .iq-testimonial p
{
  margin-bottom: 0;
}

.landing-style-1 .testimonial-style.owl-carousel .iq-testimonial:before
{
  display: none;
}

.landing-style-1 .testimonial-style.owl-carousel .iq-testimonial:after
{
  display: none;
}

.landing-style-1 .testimonial-style.owl-carousel .owl-item .testimonial-info img
{
  width: 65px;
  height: 65px;
  margin-right: 8px;
  display: inline-block;
  margin-bottom: 0px;
}

.landing-style-1 .testimonial-style.owl-carousel .owl-dots
{
  position: absolute;
  bottom: 0px;
}

.landing-style-1 .testimonial-style.owl-carousel .testimonial-info:before
{
  display: none;
}

.landing-style-1 .testimonial-style .iq-testimonial .testimonial-info
{
  position: relative;
  text-align: center;
  display: inline-block;
  margin-bottom: 45px;
}

.landing-style-1 .sticky .iq-blog-box
{
  background: #eff1fe;
}

.landing-style-1 .iq-blog-box
{
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #eff1fe;
  background: #fff;
  border-radius: 5px;
}

.landing-style-1 .iq-blog-box .iq-blog-image
{
  position: relative;
  text-align: center;
  display: inline-block;
  float: left;
  width: 100%;
}

.landing-style-1 .iq-blog-box .iq-blog-image img
{
  margin-bottom: 30px;
  background: #eff1fe;
}

.landing-style-1 .iq-blog-box .blog-title
{
  margin: 0 0 10px 0;
}

.landing-style-1 .iq-blog-box .blog-title a h4
{
  color: #303030;
  text-decoration: none;
}

.landing-style-1 .iq-blog-box .blog-title a:hover
{
  color: #DAA520;
  text-decoration: none;
}

.landing-style-1 .iq-blog-box .blog-title a:hover h4
{
  color: #DAA520;
  text-decoration: none;
}

.landing-style-1 .iq-blog-box .iq-blog-detail
{
  padding: 0px 30px 30px;
  display: inline-block;
  float: left;
  width: 100%;
}

.landing-style-1 .iq-blog-box .iq-blog-detail .iq-blog-meta ul
{
  margin: 0 0 10px;
  padding: 0;
  line-height: 16px;
}

.landing-style-1 .iq-blog-box .iq-blog-detail p
{
  margin-bottom: 15px;
}

.landing-style-1 .iq-blog-box .iq-blog-detail blockquote p
{
  margin-bottom: 0;
}

.landing-style-1 .iq-blog-box .iq-blog-detail .blockquote
{
  margin-top: 0;
}

.landing-style-1 .iq-blog-box .iq-blogtag
{
  margin: 0 0 0 15px;
  padding: 0;
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 15px;
  left: 0;
}

.landing-style-1 .iq-blog-box .iq-blogtag li
{
  list-style: none;
  float: left;
  margin-right: 5px;
}

.landing-style-1 .iq-blog-box .iq-blogtag li a
{
  background: #DAA520;
  color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
  border-radius: 90px;
  font-size: 14px;
}

.landing-style-1 .iq-blog-box .blog-button
{
  float: left;
}

.landing-style-1 .prox-space-bottom .iq-blog-box .iq-blog-detail
{
  padding: 0 15px 15px;
}

.landing-style-1 .owl-carousel .iq-blog-box
{
  box-shadow: none;
  margin: 30px 15px;
  padding: 0px;
  transition: all 0.3s ease-in-out;
}

.landing-style-1 .owl-carousel .iq-blog-box .iq-blog-detail
{
  display: inline-block;
  float: left;
  width: 100%;
  padding: 0 15px 15px;
}

.landing-style-1 .has-post-thumbnail .iq-blog-box .iq-blog-detail
{
  padding: 0px 30px 30px;
  display: inline-block;
  float: left;
  width: 100%;
}

.landing-style-1 .blog-content .wp-audio-shortcode
{
  margin-bottom: 15px;
}

.landing-style-1 .post-password-form input
{
  float: none;
}

.landing-style-1 .pagination
{
  margin-top: 30px;
}

.landing-style-1 .iq-blog-detail .blog-content .wp-block-archives
{
  margin: 0 0 30px;
  padding: 0;
}

.landing-style-1 .iq-blog-detail .blog-content .wp-block-archives li
{
  list-style-type: none;
}

.landing-style-1 .iq-bg-over
{
  background: #eff1fe !important;
}

.landing-style-1 .iq-clients .owl-carousel .owl-item img
{
  width: auto;
  margin: 0 auto;
}

.iq-blog-detail .blog-content .wp-block-categories
{
  margin: 0 0 30px;
  padding: 0;
}

.iq-blog-detail .blog-content .wp-block-categories li
{
  list-style-type: none;
}

.iq-blog-detail .blog-content .wp-block-latest-posts
{
  margin: 0 0 30px;
  padding: 0;
}

.iq-blog-detail .blog-content .wp-block-latest-posts li
{
  list-style-type: none;
}

.landing-style-1 .owl-carousel .owl-nav.disabled
{
  display: none;
}

.landing-style-1 .owl-carousel .owl-nav
{
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  cursor: pointer;
  z-index: 999;
}

.landing-style-1 .owl-carousel .owl-nav .owl-prev
{
  border-radius: 90px;
  outline: none;
  background: none;
  border: none;
  display: block;
  position: absolute;
  text-align: center;
  text-indent: inherit;
  top: -25px;
  left: -8%;
  width: auto;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.landing-style-1 .owl-carousel .owl-nav .owl-next
{
  border-radius: 90px;
  outline: none;
  background: none;
  border: none;
  display: block;
  position: absolute;
  text-align: center;
  text-indent: inherit;
  top: -25px;
  right: -8%;
  width: auto;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.landing-style-1 .owl-carousel .owl-nav i
{
  font-size: 24px;
  border: 1px solid rgba(0,0,0,0.05);
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding-left: 0px;
  display: inline-block;
  color: #fff;
  background: #DAA520;
  font-weight: normal;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}

.landing-style-1 .owl-carousel .owl-nav i:hover
{
  background: #DAA520;
  color: #fff;
}

.landing-style-1 .owl-carousel .owl-dots.disabled
{
  display: none;
}

.landing-style-1 .owl-carousel .owl-dots
{
  margin-top: 15px;
  position: relative;
  width: 100%;
  display: inline-block;
  text-indent: inherit;
  text-align: center;
  cursor: pointer;
}

.landing-style-1 .owl-carousel .owl-dots .owl-dot
{
  box-shadow: none;
  outline: none;
  background: transparent;
  display: inline-block;
  border-radius: 50%;
  padding: 0;
  margin: 0px 3px;
  height: 10px;
  width: 10px;
  border: 1px solid #DAA520;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.landing-style-1 .owl-carousel .owl-dots .owl-dot span
{
  display: none;
}

.landing-style-1 .owl-carousel .owl-dots .owl-dot:hover
{
  background: #1360ee;
  border: 1px solid #1360ee;
}

.landing-style-1 .owl-carousel .owl-dots .owl-dot.active
{
  background: #DAA520;
  border: 1px solid #DAA520;
}

.landing-style-1 .owl-carousel .owl-item img.client-img
{
  width: auto;
  margin: 0 auto;
}

.landing-style-1 .owl-dots .owl-dot.active:nth-child(n+3)
{
  background: #DAA520;
  border: 1px solid #DAA520;
}

.landing-style-1 .owl-dots .owl-dot:nth-child(n+4)
{
  display: none;
}

.landing-style-1 .iq-banner-02
{
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}

.landing-style-1 .iq-banner-02 .banner-text
{
  z-index: 9;
  position: relative;
  margin-top: 15%;
  margin-bottom: 12%;
}

.landing-style-1 .iq-banner-02 .banner-text h1
{
  color: #DAA520;
  font-size: 4.700em;
  line-height: normal;
  margin-bottom: 10px;
}

.landing-style-1 .iq-banner-02 .banner-text h2
{
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 20px;
}

.landing-style-1 .iq-banner-02 .banner-text p
{
  margin-bottom: 40px;
}

.landing-style-1 .iq-banner-02 .banner-text p span
{
  display: block;
}

.landing-style-1 .iq-banner-02 .banner-objects .banner-objects-01
{
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
}

.landing-style-1 .iq-banner-02 .banner-objects .banner-objects-01 img
{
  height: 850px;
  -o-object-fit: cover;
  object-fit: cover;
}

.landing-style-1 .iq-banner-02 .banner-objects .banner-objects-02
{
  position: absolute;
  right: 0;
  top: 0;
}

.landing-style-1 .iq-banner-02 .banner-objects .banner-objects-02 img
{
  width: 1050px;
  z-index: -1;
  position: relative;
}

@media (max-width: 1299px)
{
  .landing-style-1 .iq-banner-02 .banner-objects .banner-objects-01 img
  {
    height: 700px;
  }

  .landing-style-1 .iq-banner-02 .banner-text h1
  {
    font-size: 4.00em;
  }

  .landing-style-1 .iq-banner-02 .banner-text h2
  {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 1199px)
{
  .landing-style-1 .testimonial-style.owl-carousel .iq-testimonial
  {
    padding: 30px;
    margin: 0 150px 54px;
  }

  .landing-style-1 .title-box.title-shadow
  {
    margin-bottom: 30px;
  }

  .landing-style-1 .iq-banner-02 .banner-text .iq-text
  {
    margin-left: 40px;
  }
}

@media (max-width: 1024px)
{
  .landing-style-1 .iq-banner-02 .banner-objects .banner-objects-01 img
  {
    height: 670px;
  }

  .landing-style-1 .servicebox-datascience .data-title
  {
    font-size: 24px;
  }
}

@media (max-width: 992px)
{
  .iq-ptb-100
  {
    padding: 75px 0;
  }

  section
  {
    padding: 75px 0;
  }

  .landing-style-1 .video-edu .iq-video-button
  {
    display: none;
  }

  .landing-style-1 .iq-video-button
  {
    text-align: center;
  }

  .landing-style-1 .iq-higher-edu img
  {
    max-width: 100% !important;
    top: 0% !important;
    position: relative !important;
    left: 0% !important;
  }

  .landing-style-1 .iq-banner-02 .banner-objects .banner-objects-01
  {
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    top: 0;
    left: auto;
    right: auto;
  }

  .landing-style-1 .iq-banner-02 .banner-objects .banner-objects-01 img
  {
    height: 550px;
  }

  .landing-style-1 .iq-banner-02 .banner-text
  {
    z-index: 9;
    position: relative;
    margin-top: 5%;
    margin-bottom: 0%;
  }

  .landing-style-1 .iq-banner-02 .banner-text .iq-text
  {
    text-align: center;
    margin-left: 0px;
  }

  .landing-style-1 .iq-banner-02 .banner-text .iq-text .btn-container
  {
    text-align: center;
  }

  .landing-style-1 .iq-banner-02 .banner-text h1
  {
    font-size: 3.500em;
  }

  .landing-style-1 .iq-banner-02 .banner-text h2
  {
    font-size: 45px;
    line-height: 55px;
  }

  .iq-higher-edu
  {
    padding-top: 0px;
  }

  .iq-clients-edu
  {
    padding-top: 75px !important;
  }
}

@media (max-width: 979px)
{
  .landing-style-1 .testimonial-style.owl-carousel .iq-testimonial
  {
    margin: 15px 80px 60px;
  }

  .landing-style-1 .main-header.header-software
  {
    background: #c9dcff;
  }

  .landing-style-1-top .top-bar-software
  {
    display: none;
  }
}

@media (max-width: 767px)
{
  .landing-style-1 .testimonial-style.owl-carousel .iq-testimonial
  {
    margin: 15px 0px 60px;
  }

  .landing-style-1 .iq-banner-02 .banner-objects .banner-objects-01 img
  {
    height: 350px;
    margin-top: 55px;
  }

  .landing-style-1 .iq-banner-02 .banner-text h2
  {
    font-size: 30px;
    line-height: 40px;
  }

  .landing-style-1 .iq-banner-02 .banner-text h1
  {
    font-size: 2.500em;
  }

  .landing-style-1 .iq-banner-02 .banner-text p
  {
    margin-bottom: 31px;
  }
}

@media (max-width: 479px)
{
  .landing-style-1 .iq-banner-02 .banner-text p
  {
    font-size: 14px;
  }
}

@media (max-width: 359px)
{
  .landing-style-1 .iq-banner-02 .banner-text p
  {
    margin-bottom: 31px;
    font-size: 11px;
  }

  .landing-style-1 .iq-banner-02 .banner-text h1
  {
    font-size: 2.100em;
  }

  .landing-style-1 .iq-banner-02 .banner-text h2
  {
    font-size: 26px;
    line-height: 36px;
  }
}

.landing-analytics .main-left
{
  margin-bottom: 60px !important;
}

.landing-analytics .title-box
{
  margin-top: -5px;
}

.landing-analytics .title-box h2
{
  margin-bottom: 15px;
}

.landing-analytics .title-box .title-design
{
  font-weight: normal;
  color: #DAA520 !important;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}

.landing-analytics .title-box span.title-design.sub-title
{
  color: #fff;
}

.landing-analytics .title-box span.title-design.sub-title:before
{
  background: #fff;
  content: "";
}

.landing-analytics .title-box .subtitle
{
  position: relative;
}

.landing-analytics .prox-contact .title-box.text-center
{
  margin-bottom: 30px;
}

.landing-analytics .title-box.text-left
{
  margin-bottom: 30px;
}

.landing-analytics .title-box.text-left p
{
  margin-bottom: 0px;
}

.landing-analytics .title-box-space
{
  margin-bottom: 30px;
}

.landing-analytics .title-box.text-left.title-box-space
{
  margin-bottom: 30px;
}

.landing-analytics .title-box.text-white h2
{
  color: #fff;
}

.landing-analytics .title-box.text-center
{
  margin-bottom: 45px;
}

.landing-analytics .title-box.title-shadow
{
  margin-bottom: 15px;
}

.landing-analytics p
{
  color: #595a5d;
}

.landing-analytics .prox-left-img img
{
  position: relative;
  left: -47%;
  max-width: 155% !important;
  margin-top: -200px;
}

.landing-analytics .prox-right-img img
{
  right: -19%;
  max-width: 150% !important;
  margin-top: -65px;
}

.landing-analytics .prox-right-img-wm img
{
  right: -19%;
  max-width: 150% !important;
}

.landing-analytics .prox-bg .iq-objects-03
{
  z-index: 1;
}

.landing-analytics .iq-timer.style3
{
  -ms-box-shadow: 0px 35px 30px 0px rgba(0,0,0,0.06);
  -o-box-shadow: 0px 35px 30px 0px rgba(0,0,0,0.06);
  box-shadow: 0px 35px 30px 0px rgba(0,0,0,0.06);
  margin-bottom: 30px;
}

.landing-analytics .iq-timer.style3 img
{
  width: auto;
}

.landing-analytics .iq-timer.style3 .iq-img
{
  position: absolute;
  background: #DAA520;
  line-height: 70px;
  display: block;
  text-align: center;
  height: 70px;
  width: 70px;
  border-radius: 0 5px 5px 0;
}

.landing-analytics .iq-timer.style3 .iq-icon
{
  position: absolute;
  background: #DAA520;
  line-height: 70px;
  display: block;
  text-align: center;
  height: 70px;
  width: 70px;
  border-radius: 0 5px 5px 0;
}

.landing-analytics .iq-timer.style3 .timer
{
  font-size: 30px;
  font-weight: bold;
}

.landing-analytics .iq-timer.style3 .timer_postfix
{
  font-size: 30px;
  font-weight: bold;
}

.landing-analytics .iq-timer.style3:hover:before
{
  width: 100%;
  height: 4px;
  left: 0;
}

.landing-analytics .iq-timer.style3.text-center
{
  text-align: center;
  display: block;
}

.landing-analytics .iq-timer.style3.text-left
{
  text-align: left;
  float: left;
  border-radius: 5px;
}

.landing-analytics .iq-timer.style3.text-right
{
  text-align: right;
  float: right;
}

.landing-analytics .iq-timer.text-left.style3 .timer-details
{
  padding: 15px 15px 30px 95px;
  text-align: left;
}

.landing-analytics .iq-timer.text-left.style3 .iq-icon
{
  border-radius: 0 5px 5px 0;
}

.landing-analytics .iq-timer.text-left.style3 .iq-img
{
  border-radius: 0 5px 5px 0;
}

.landing-analytics .iq-timer.text-right.style3 .timer-details p
{
  margin-bottom: 0px;
}

.landing-analytics .iq-timer.text-right.style3 .iq-icon
{
  right: 0;
  border-radius: 0 5px 5px 0;
}

.landing-analytics .iq-timer.text-right.style3 .iq-img
{
  right: 0;
  border-radius: 0 5px 5px 0;
}

.landing-analytics .iq-timer.text-center.style3 .iq-img
{
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 5px;
}

.landing-analytics .iq-timer.text-center.style3 .iq-icon
{
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 5px;
}

.landing-analytics .recentcomments a
{
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
}

.landing-analytics footer.footer-analytics
{
  display: inline-block;
  width: 100%;
  float: left;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background: transparent;
  padding: 0px;
}

.landing-analytics footer.footer-analytics table td
{
  border-color: rgba(36,38,43,0.14);
}

.landing-analytics footer.footer-analytics table th
{
  border-color: rgba(36,38,43,0.14);
}

.landing-analytics footer.footer-analytics ul li
{
  border: none;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.landing-analytics footer.footer-analytics ul li.cat-item span
{
  float: right;
}

.landing-analytics footer.footer-analytics #recentcomments li a
{
  color: #DAA520;
}

.landing-analytics footer.footer-analytics #recentcomments li .comment-author-link a:hover
{
  text-decoration: underline;
  color: #DAA520;
}

.landing-analytics footer.footer-analytics ul.menu li .sub-menu
{
  padding-left: 10px;
}

.landing-analytics footer.footer-analytics ul.menu li a
{
  border: none;
  color: #595a5d;
}

.landing-analytics footer.footer-analytics ul.menu li a:hover
{
  color: #DAA520;
}

.landing-analytics footer.footer-analytics ul.iq-contact
{
  padding: 0;
}

.landing-analytics footer.footer-analytics ul.iq-contact li
{
  display: flex;
  position: relative;
}

.landing-analytics footer.footer-analytics ul.iq-contact li a span
{
  padding-left: 30px;
  display: table-cell;
  word-break: break-word;
  color: #595a5d;
}

.landing-analytics footer.footer-analytics ul.iq-contact li a:hover span
{
  color: #1360ee;
}

.landing-analytics footer.footer-analytics ul.iq-contact li i
{
  position: absolute;
  left: 0;
  line-height: 34px;
  font-size: 20px;
  color: #DAA520;
}

.landing-analytics footer.footer-analytics .iq-contact li a:before
{
  display: none;
}

.landing-analytics footer.footer-analytics p
{
  margin-bottom: 0;
}

.landing-analytics footer.footer-analytics .footer-logo
{
  margin-bottom: 15px;
}

.landing-analytics footer.footer-analytics .footer-top
{
  padding-top: 100px;
  padding-bottom: 45px;
}

.landing-analytics footer.footer-analytics .footer-top .info-share li:last-child
{
  margin-right: 0px;
}

.landing-analytics footer.footer-analytics h4.footer-title
{
  margin-bottom: 15px;
}

.landing-analytics footer.footer-analytics input[type=submit] .landing-analytics footer.footer-analytics .info-share li
{
  margin-left: 15px;
  margin-right: 0px;
}

.landing-analytics footer.footer-analytics .menu-footer-menu-container .menu
{
  margin-bottom: 0;
  padding: 0;
}

.landing-analytics footer.footer-analytics .menu-footer-menu-container .menu li
{
  list-style: none;
  display: block;
}

.landing-analytics footer.footer-analytics .menu-footer-menu-container .menu li:last-child
{
  margin-right: 0;
}

.landing-analytics footer.footer-analytics .copyright a:hover
{
  text-decoration: none;
  color: #DAA520;
}

.landing-analytics footer.footer-analytics .copyright-footer
{
  border-top: 1px solid rgba(82,95,129,0.09);
  position: relative;
}

.landing-analytics footer.footer-analytics .info-share li a
{
  color: #DAA520;
}

.landing-analytics footer.footer-analytics input[type=email]
{
  background: #fff;
  border-color: #f1f1f1;
  border-radius: 5px;
  color: #595a5d;
  width: 100%;
  float: left;
  padding: 0 15px;
  height: 48px;
  line-height: 48px;
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 0px;
  color: #303030;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  color: #595a5d;
}

.landing-analytics footer.footer-analytics input[type=email]:hover
{
  border-color: #1360ee;
  padding: 0 125px 0 15px;
  border-color: #DAA520;
}

.landing-analytics footer.footer-analytics input[type=email]:focus
{
  border-color: #DAA520;
  padding: 0 125px 0 15px;
}

.landing-analytics footer.footer-analytics .footer_top_block
{
  padding-bottom: 100px;
}

.landing-analytics footer.footer-analytics .mc4wp-form-fields input[type="submit"]
{
  position: absolute;
  right: 15px;
  margin-bottom: 0;
  background: #DAA520;
  color: #fff;
  height: auto;
  line-height: 26px !important;
  padding: 11px 30px;
  font-size: 1em;
  line-height: 2;
  border: none;
  display: inline-block;
  width: auto;
  border-radius: 0px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.landing-analytics footer.footer-analytics .mc4wp-form-fields input[type="submit"]:hover
{
  background: #1360ee;
}

.landing-analytics .landing-analytics footer.footer-analytics .footer-top .info-share li
{
  margin-right: 15px;
}

.landing-analytics .iq-bg-dark
{
  position: relative;
}

.landing-analytics footer.footer-analytics.iq-over-dark-90:before
{
  display: none !important;
}

.landing-analytics ul.wp-block-categories li.cat-item span
{
  float: right;
}

footer .menu-footer-menu-container .menu li a:hover
{
  text-decoration: none;
  color: #DAA520;
}

footer .info-share li a:hover
{
  text-decoration: none;
  color: #DAA520;
}

footer input[type=email]:focus
{
  border-color: #1360ee;
  padding: 0 125px 0 15px;
}

.mc4wp-form-fields input[type="submit"]
{
  position: absolute;
  right: 15px;
}

.landing-analytics .custom-tab .tab-pane.fade.active.show
{
  display: block;
}

.landing-analytics .custom-tab .tab-pane.fade
{
  display: none;
}

.landing-analytics .custom-tab .nav.nav-pills
{
  display: block;
  width: 100%;
  -ms-box-shadow: 0px 22px 40px 0px rgba(0,0,0,0.05);
  -o-box-shadow: 0px 22px 40px 0px rgba(0,0,0,0.05);
  box-shadow: 0px 22px 40px 0px rgba(0,0,0,0.05);
  background: transparent;
  overflow: hidden;
  border-radius: 5px;
}

.landing-analytics .custom-tab .nav.nav-pills li
{
  display: inline-block;
  width: 25%;
  float: left;
}

.landing-analytics .custom-tab .nav.nav-pills[aria-orientation="vertical"]
{
  box-shadow: none;
  border-radius: 0;
}

.landing-analytics .custom-tab .nav.nav-pills[aria-orientation="vertical"] li.nav-item
{
  width: 100%;
  vertical-align: middle;
  float: left;
  width: 100%;
  vertical-align: middle;
  float: left;
}

.landing-analytics .custom-tab .nav.nav-pills[aria-orientation="vertical"] li.nav-item:last-child
{
  margin-bottom: 0;
}

.landing-analytics .custom-tab .nav.nav-pills[aria-orientation="vertical"] .nav-link
{
  padding: 15px;
  border-radius: 0px;
  text-align: center;
}

.landing-analytics .custom-tab .nav.nav-pills[aria-orientation="vertical"] .nav-link h5
{
  font-size: 18px;
}

.landing-analytics .custom-tab .nav.nav-pills[aria-orientation="vertical"] .nav-link:last-child
{
  margin-bottom: 0;
}

.landing-analytics .custom-tab .nav.nav-pills[aria-orientation="vertical"] .nav-link:hover
{
  -ms-box-shadow: 0px 22px 40px 0px rgba(0,0,0,0.05);
  -o-box-shadow: 0px 22px 40px 0px rgba(0,0,0,0.05);
  box-shadow: 0px 22px 40px 0px rgba(0,0,0,0.05);
  background: #DAA520;
}

.landing-analytics .custom-tab .nav.nav-pills[aria-orientation="vertical"] .nav-link:hover h5
{
  color: #fff;
}

.landing-analytics .custom-tab .nav.nav-pills[aria-orientation="vertical"] .nav-link:hover:before
{
  display: none;
}

.landing-analytics .custom-tab .nav.nav-pills[aria-orientation="vertical"] .nav-link.active
{
  -ms-box-shadow: 0px 22px 40px 0px rgba(0,0,0,0.05);
  -o-box-shadow: 0px 22px 40px 0px rgba(0,0,0,0.05);
  box-shadow: 0px 22px 40px 0px rgba(0,0,0,0.05);
  background: #DAA520;
}

.landing-analytics .custom-tab .nav.nav-pills[aria-orientation="vertical"] .nav-link.active h5
{
  color: #fff;
}

.landing-analytics .custom-tab .nav.nav-pills[aria-orientation="vertical"] .nav-link.active:before
{
  display: none;
}

.landing-analytics .custom-tab .nav-pills .nav-link .tab-title
{
  display: inline-block;
  margin-bottom: 0;
}

.landing-analytics .custom-tab .show_content
{
  width: 100%;
}

.landing-analytics .prox-award .award-img
{
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #f1f1f1;
  transition: all 0.3s ease-in-out;
  background: #fff;
}

.landing-analytics .prox-award:hover .award-img
{
  -ms-box-shadow: 4.871px 34.659px 30px 0px rgba(0,0,0,0.06);
  -o-box-shadow: 4.871px 34.659px 30px 0px rgba(0,0,0,0.06);
  box-shadow: 4.871px 34.659px 30px 0px rgba(0,0,0,0.06);
  box-shadow: 4.871px 34.659px 30px 0px rgba(0,0,0,0.06);
}

.landing-analytics .custom-tab.verticaltab2 .nav.nav-pills[aria-orientation="vertical"]
{
  box-shadow: none;
  border-radius: 0;
}

.landing-analytics .custom-tab.verticaltab2 .nav.nav-pills[aria-orientation="vertical"] li.nav-item
{
  width: 100%;
  vertical-align: middle;
  float: left;
  margin-bottom: 15px;
}

.landing-analytics .custom-tab.verticaltab2 .nav.nav-pills[aria-orientation="vertical"] li.nav-item:last-child
{
  margin-bottom: 0;
  margin-bottom: 0;
}

.landing-analytics .custom-tab.verticaltab2 .nav.nav-pills[aria-orientation="vertical"] .nav-link
{
  padding: 10px 15px;
  border-radius: 5px;
  text-align: center;
}

.landing-analytics .custom-tab.verticaltab2 .nav.nav-pills[aria-orientation="vertical"] .nav-link h5
{
  font-size: 18px;
}

.landing-analytics .custom-tab.verticaltab2 .nav.nav-pills[aria-orientation="vertical"] .nav-link:last-child
{
  margin-bottom: 0;
}

.landing-analytics .custom-tab.verticaltab2 .nav.nav-pills[aria-orientation="vertical"] .nav-link:hover
{
  background: #c9dcff;
  box-shadow: none;
}

.landing-analytics .custom-tab.verticaltab2 .nav.nav-pills[aria-orientation="vertical"] .nav-link:hover h5
{
  color: #fff;
}

.landing-analytics .custom-tab.verticaltab2 .nav.nav-pills[aria-orientation="vertical"] .nav-link.active
{
  background: #c9dcff;
  box-shadow: none;
}

.landing-analytics .custom-tab.verticaltab2 .nav.nav-pills[aria-orientation="vertical"] .nav-link.active h5
{
  color: #fff;
}

.landing-analytics .custom-tab.verticaltab2 .nav.nav-pills[aria-orientation="vertical"] .nav-link.active:before
{
  display: none;
}

.landing-analytics .custom-tab.verticaltab3 .nav.nav-pills[aria-orientation="vertical"]
{
  -ms-box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
  -o-box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
  box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
  border-radius: 0px;
}

.landing-analytics .custom-tab.verticaltab3 .nav.nav-pills[aria-orientation="vertical"] li.nav-item
{
  padding: 0 30px 45px;
  width: 100%;
  vertical-align: middle;
  float: left;
  margin-bottom: 0px;
}

.landing-analytics .custom-tab.verticaltab3 .nav.nav-pills[aria-orientation="vertical"] li.nav-item:last-child
{
  margin-bottom: 0;
  margin-bottom: 0;
}

.landing-analytics .custom-tab.verticaltab3 .nav.nav-pills[aria-orientation="vertical"] .nav-link
{
  border-left: 4px solid #DAA520;
  padding: 0 15px;
  border-radius: 0px;
  text-align: left;
  color: #595a5d;
}

.landing-analytics .custom-tab.verticaltab3 .nav.nav-pills[aria-orientation="vertical"] .nav-link img
{
  margin-right: 15px;
  padding: 10px;
}

.landing-analytics .custom-tab.verticaltab3 .nav.nav-pills[aria-orientation="vertical"] .nav-link p
{
  display: none;
}

.landing-analytics .custom-tab.verticaltab3 .nav.nav-pills[aria-orientation="vertical"] .nav-link h5
{
  font-size: 18px;
  margin-top: 10px;
}

.landing-analytics .custom-tab.verticaltab3 .nav.nav-pills[aria-orientation="vertical"] .nav-link:last-child
{
  margin-bottom: 0;
}

.landing-analytics .custom-tab.verticaltab3 .nav.nav-pills[aria-orientation="vertical"] .nav-link:hover
{
  background: #fff;
}

.landing-analytics .custom-tab.verticaltab3 .nav.nav-pills[aria-orientation="vertical"] .nav-link:hover h5
{
  color: #DAA520;
}

.landing-analytics .custom-tab.verticaltab3 .nav.nav-pills[aria-orientation="vertical"] .nav-link.active
{
  background: #fff;
  padding: 30px 15px;
  -ms-box-shadow: 0px 20px 40px 0px rgba(67,126,235,0.15);
  -o-box-shadow: 0px 20px 40px 0px rgba(67,126,235,0.15);
  box-shadow: 0px 20px 40px 0px rgba(67,126,235,0.15);
  border-radius: 5px;
}

.landing-analytics .custom-tab.verticaltab3 .nav.nav-pills[aria-orientation="vertical"] .nav-link.active h5
{
  color: #DAA520;
  margin-top: -10px;
  color: #DAA520;
}

.landing-analytics .custom-tab.verticaltab3 .nav.nav-pills[aria-orientation="vertical"] .nav-link.active p
{
  display: block;
  color: #595a5d;
}

.landing-analytics .custom-tab.verticaltab3 .nav.nav-pills[aria-orientation="vertical"] .nav-link.active:before
{
  display: none;
}

.custom-tab.verticaltab2 .nav.nav-pills[aria-orientation="vertical"] .nav-link:hover:before
{
  display: none;
}

.custom-tab.verticaltab3 .nav.nav-pills[aria-orientation="vertical"] .nav-link:hover:before
{
  display: none;
}

.landing-analytics .prox-feature-circle
{
  position: relative;
  display: inline-block;
  width: 550px;
  height: 550px;
}

.landing-analytics .prox-feature-circle .prox-img
{
  width: 500px;
  height: 500px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.landing-analytics .prox-feature-circle .prox-img::before
{
  content: "";
  border: 2px dotted #c9dcff;
  -webkit-animation: anti-clockwise 25s linear 100000;
  animation: anti-clockwise 25s linear 100000;
  width: 500px;
  height: 500px;
  border-radius: 900px;
  display: inline-block;
}

.landing-analytics .prox-feature-circle .prox-img ul li .feature-info
{
  position: absolute;
  margin: 0 auto;
  text-align: center;
}

.landing-analytics .prox-feature-circle .prox-img ul li .feature-info .feature-img
{
  height: 65px;
  width: 65px;
  line-height: 65px;
  border-radius: 90px;
  background: #fff;
  text-align: center;
  margin: 0 auto 5px;
  -ms-box-shadow: 0px 8px 38px 0px rgba(0,0,0,0.1);
  -o-box-shadow: 0px 8px 38px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 8px 38px 0px rgba(0,0,0,0.1);
}

.landing-analytics .prox-feature-circle .prox-img ul li:nth-child(1) .feature-info
{
  top: -38px;
  left: -16px;
  right: 0;
}

.landing-analytics .prox-feature-circle .prox-img ul li:nth-child(2) .feature-info
{
  top: 10%;
  left: 0%;
}

.landing-analytics .prox-feature-circle .prox-img ul li:nth-child(3) .feature-info
{
  top: 10%;
  right: 2%;
}

.landing-analytics .prox-feature-circle .prox-img ul li:nth-child(4) .feature-info
{
  top: 44%;
  right: -15%;
}

.landing-analytics .prox-feature-circle .prox-img ul li:nth-child(5) .feature-info
{
  top: 44%;
  left: -15%;
}

.landing-analytics .prox-feature-circle .prox-img ul li:nth-child(6) .feature-info
{
  top: 78%;
  left: 4%;
}

.landing-analytics .prox-feature-circle .prox-img ul li:nth-child(7) .feature-info
{
  top: 73%;
  right: 0%;
}

.landing-analytics .prox-feature-circle .prox-img ul li:nth-child(8) .feature-info
{
  bottom: -10%;
  left: 43%;
}

.landing-analytics .prox-feature-circle .circle-bg
{
  -ms-box-shadow: 0px 20px 40px 0px rgba(67,126,235,0.3);
  -o-box-shadow: 0px 20px 40px 0px rgba(67,126,235,0.3);
  box-shadow: 0px 20px 40px 0px rgba(67,126,235,0.3);
  width: 140px;
  text-align: center;
  position: relative;
  height: 140px;
  line-height: 140px;
  border-radius: 900px;
  background: #DAA520;
}

.landing-analytics .prox-feature-circle .circle-bg img
{
  width: 80px;
}

.landing-analytics .prox-feature-circle .dot-circle
{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.landing-analytics .prox-feature-circle .effect-circle
{
  width: 270px;
  height: 270px;
  border-radius: 900px;
  border: 1px solid #c9dcff;
  -webkit-animation: rotate-center 25s linear 100000;
  animation: rotate-center 25s linear 100000;
}

.landing-analytics .prox-feature-circle .main-circle
{
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  margin-right: -50%;
}

@keyframes circle
{
  0%
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  15%
  {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  33%
  {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }

  66%
  {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  100%
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes rotate-center
{
  0%
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%
  {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-center
{
  0%
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%
  {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes anti-clockwise
{
  0%
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%
  {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes anti-clockwise
{
  0%
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%
  {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes fadebounce
{
  0%
  {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }

  50%
  {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }

  100%
  {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
}

@keyframes fadebounce
{
  0%
  {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }

  50%
  {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }

  100%
  {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
}

.landing-analytics .prox-services.prox-square
{
  padding: 0;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.landing-analytics .prox-services.prox-square .square-effect
{
  border-radius: 5px;
  text-align: center;
  background: #fff;
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  margin-bottom: 30px;
  -ms-box-shadow: 4.871px 34.659px 30px 0px rgba(0,0,0,0.06);
  -o-box-shadow: 4.871px 34.659px 30px 0px rgba(0,0,0,0.06);
  box-shadow: 4.871px 34.659px 30px 0px rgba(0,0,0,0.06);
}

.landing-analytics .prox-services.prox-square .square-effect img
{
  width: auto;
  margin: 0 auto;
}

.landing-analytics .prox-services.prox-square .square-effect.bg
{
  position: relative;
}

.landing-analytics .prox-services.prox-square .square-effect.bg .arrowbg_img
{
  position: absolute;
  bottom: -45px;
  left: -15px;
  -webkit-animation-name: fadebounce;
  animation-name: fadebounce;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.landing-analytics .prox-services img.arrow-img
{
  position: absolute;
  right: -25px;
  width: auto;
  top: 20%;
}

.landing-analytics .single-portfolio .site-content-contain .content-area .site-main
{
  padding-bottom: 0px;
}

.landing-analytics .single-portfolio-border .iq-portfolio
{
  border: 2px solid #fff;
}

.landing-analytics .iq-portfolio
{
  border: 1px solid #f1f1f1;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.landing-analytics .iq-portfolio img
{
  background: #c9dcff;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.landing-analytics .iq-portfolio a
{
  display: inherit;
  overflow: hidden;
}

.landing-analytics .iq-portfolio:hover
{
  -ms-box-shadow: 0.557px 3.961px 40px 0px rgba(0,0,0,0.08);
  -o-box-shadow: 0.557px 3.961px 40px 0px rgba(0,0,0,0.08);
  box-shadow: 0.557px 3.961px 40px 0px rgba(0,0,0,0.08);
}

.landing-analytics .iq-portfolio:hover:before
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.landing-analytics .iq-portfolio:hover .iq-portfolio-content
{
  z-index: 9;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.landing-analytics .iq-portfolio:hover .iq-portfolio-content .consult-details .consult-effect:before
{
  bottom: 80px;
}

.landing-analytics .iq-portfolio:hover img
{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.landing-analytics .iq-portfolio .iq-portfolio-content .consult-details p
{
  color: #595a5d;
}

.landing-analytics .iq-portfolio-content .details-box
{
  overflow: hidden;
  padding: 15px;
}

.landing-analytics .iq-portfolio-content .details-box a
{
  text-decoration: none;
}

.landing-analytics .iq-portfolio-content .details-box a:hover .text-hover
{
  color: #DAA520;
}

.landing-analytics .iq-portfolio-content .consult-details .consult-effect:before
{
  content: "";
  transition: all 0.3s ease-in-out;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  z-index: 1;
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: 110px;
  left: 0;
  -webkit-transform: skewY(-2deg);
  transform: skewY(-2deg);
  background: #DAA520;
  content: "";
  z-index: 1;
}

.landing-analytics .iq-columns-4 .iq-portfolio .iq-portfolio-content .details-box
{
  padding: 15px;
  z-index: 2;
}

.landing-analytics .iq-columns-4 .iq-portfolio:hover .iq-portfolio-content .consult-details .consult-effect:before
{
  bottom: 81px;
}

.landing-analytics .iq-columns-4 .iq-portfolio-content .consult-details .consult-effect:before
{
  bottom: 90px;
}

.landing-analytics .iq-columns-4 .iq-portfolio-content .details-box a
{
  line-height: 60px;
  z-index: 3;
  position: relative;
}

.landing-analytics .iq-columns-4 .iq-portfolio-content .details-box a i
{
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.landing-analytics .iq-columns-5 .iq-portfolio .iq-portfolio-content .details-box
{
  padding: 15px;
  z-index: 2;
}

.landing-analytics .iq-columns-5 .iq-portfolio:hover .iq-portfolio-content .consult-details .consult-effect:before
{
  bottom: 81px;
}

.landing-analytics .iq-columns-5 .iq-portfolio-content .consult-details .consult-effect:before
{
  bottom: 90px;
}

.landing-analytics .iq-columns-5 .iq-portfolio-content .details-box a
{
  line-height: 60px;
  z-index: 3;
  position: relative;
}

.landing-analytics .iq-columns-5 .iq-portfolio-content .details-box a i
{
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.landing-analytics .iq-columns-3 .iq-portfolio .iq-portfolio-content .details-box
{
  padding: 15px;
  z-index: 2;
}

.landing-analytics .iq-columns-3 .iq-portfolio:hover .iq-portfolio-content .consult-details .consult-effect:before
{
  bottom: 81px;
}

.landing-analytics .iq-columns-3 .iq-portfolio-content .consult-details .consult-effect:before
{
  bottom: 90px;
}

.landing-analytics .iq-columns-2 .iq-portfolio .iq-portfolio-content .consult-details .consult-effect:before
{
  top: -86px;
}

.landing-analytics .portfolioslider2.iq-amazing-tab .iq-portfolio .iq-portfolio-content .details-box
{
  padding: 0;
}

.landing-analytics .portfolioslider2 .iq-portfolio .details-box .consult-details
{
  padding: 30px;
  border-bottom: 2px solid #f1f1f1;
}

.landing-analytics .portfolioslider2 .iq-portfolio .details-box .portfolio-tag
{
  padding: 15px 30px;
  color: #1360ee;
}

.landing-analytics .portfolioslider2 .iq-portfolio .details-box .portfolio-tag ul
{
  list-style: none;
  padding: 0;
  margin: 0;
}

.landing-analytics .portfolioslider2 .iq-portfolio .details-box .portfolio-tag ul li
{
  border-radius: 5px;
  padding: 0 10px;
  background: #eff1fe;
  display: inline-block;
  margin-right: 5px;
}

.landing-analytics .portfolioslider2 .iq-portfolio .details-box .portfolio-tag ul li:last-child
{
  margin-right: 0;
}

.landing-analytics .silder-portfolio #features.iq-amazing-tab
{
  padding-top: 0;
}

.landing-analytics .iq-portfolio .iq-portfolio-content .details-box
{
  background: #fff;
}

.landing-analytics .iq-amazing-tab
{
  padding-top: 31px;
}

.landing-analytics .iq-amazing-tab .tab-pane.active
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.landing-analytics .iq-amazing-tab .tab-pane
{
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.landing-analytics .iq-amazing-tab .owl-carousel.owl-drag .owl-item.active
{
  padding: 0px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  pointer-events: visible;
}

.landing-analytics .iq-amazing-tab .owl-carousel.owl-drag .owl-item
{
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  pointer-events: none;
}

.landing-analytics .iq-amazing-tab ul
{
  margin-bottom: 45px;
}

.landing-analytics .iq-amazing-tab ul li a
{
  position: relative;
  color: #595a5d;
}

.landing-analytics .iq-amazing-tab ul li a:hover
{
  color: #1360ee;
}

.landing-analytics .iq-amazing-tab ul li a:hover span
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.landing-analytics .iq-amazing-tab ul li a span
{
  display: none;
}

.landing-analytics .iq-amazing-tab ul li a.nav-link.active
{
  color: #1360ee;
}

.landing-analytics .iq-amazing-tab ul li a.nav-link.active:before
{
  width: 15px;
}

.landing-analytics .iq-amazing-tab ul li a.nav-link.active span
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.landing-analytics .iq-amazing-tab ul li a.nav-link:hover:before
{
  width: 15px;
}

.landing-analytics .iq-amazing-tab ul li a.nav-link:hover span
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.landing-analytics .iq-amazing-tab ul li a.nav-link:before
{
  transition: all 0.3s ease-in-out;
  content: "";
  width: 0;
  height: 3px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
  background: #DAA520;
}

.landing-analytics .iq-amazing-tab ul li a.nav-link span
{
  width: 34px;
  height: auto;
  line-height: 14px;
  padding: 8px;
  left: 50%;
  display: inline-block;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  text-align: center;
  background: #DAA520;
  text-indent: 0px;
  border-radius: 5px;
  position: absolute;
  pointer-events: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  top: -30px;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  display: block;
  right: 10px;
}

.landing-analytics .iq-amazing-tab ul li a.nav-link span:after
{
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #DAA520;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.landing-analytics .iq-amazing-tab .iq-portfolio .iq-portfolio-content .details-box
{
  padding: 15px;
}

.landing-analytics .iq-amazing-tab .iq-portfolio-content .consult-details .consult-effect:before
{
  bottom: 132px;
}

.isotope-filters button.active .post_no
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.isotope-filters button:hover .post_no
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.isotope-filters button .post_no
{
  width: 34px;
  height: auto;
  line-height: 14px;
  padding: 8px;
  left: 50%;
  display: inline-block;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  text-align: center;
  background: #DAA520;
  text-indent: 0px;
  border-radius: 5px;
  position: absolute;
  pointer-events: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  top: -30px;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  display: block;
  right: 10px;
}

.isotope-filters button span:after
{
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #DAA520;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.landing-analytics .testimonial-style.owl-carousel .iq-testimonial
{
  margin: 0 200px 54px;
  padding: 45px 84px;
  -ms-box-shadow: 4.871px 34.659px 30px 0px rgba(0,0,0,0.05);
  -o-box-shadow: 4.871px 34.659px 30px 0px rgba(0,0,0,0.05);
  box-shadow: 4.871px 34.659px 30px 0px rgba(0,0,0,0.05);
  background: #fff;
  border-radius: 5px;
}

.landing-analytics .testimonial-style.owl-carousel .iq-testimonial .testimonial-name
{
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.landing-analytics .testimonial-style.owl-carousel .iq-testimonial p
{
  margin-bottom: 0;
}

.landing-analytics .testimonial-style.owl-carousel .iq-testimonial:before
{
  display: none;
}

.landing-analytics .testimonial-style.owl-carousel .iq-testimonial:after
{
  display: none;
}

.landing-analytics .testimonial-style.owl-carousel .owl-item .testimonial-info img
{
  width: 65px;
  height: 65px;
  margin-right: 8px;
  display: inline-block;
  margin-bottom: 0px;
}

.landing-analytics .testimonial-style.owl-carousel .owl-dots
{
  position: absolute;
  bottom: 0px;
}

.landing-analytics .testimonial-style.owl-carousel .testimonial-info:before
{
  display: none;
}

.landing-analytics .testimonial-style .iq-testimonial .testimonial-info
{
  position: relative;
  text-align: center;
  display: inline-block;
  margin-bottom: 45px;
}

.landing-analytics .iq-bg-over
{
  background: #eff1fe !important;
}

.landing-analytics .sticky .iq-blog-box
{
  background: #c9dcff;
}

.landing-analytics .iq-blog-box
{
  padding: 0px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #c9dcff;
  background: #fff;
  border-radius: 5px;
}

.landing-analytics .iq-blog-box .iq-blog-image
{
  position: relative;
  text-align: center;
  display: inline-block;
  float: left;
  width: 100%;
}

.landing-analytics .iq-blog-box .iq-blog-image img
{
  margin-bottom: 30px;
  background: #c9dcff;
}

.landing-analytics .iq-blog-box .blog-title
{
  margin: 0 0 10px 0;
}

.landing-analytics .iq-blog-box .blog-title a h4
{
  color: #303030;
  text-decoration: none;
}

.landing-analytics .iq-blog-box .blog-title a:hover
{
  color: #1360ee;
  text-decoration: none;
}

.landing-analytics .iq-blog-box .blog-title a:hover h4
{
  color: #1360ee;
  text-decoration: none;
}

.landing-analytics .iq-blog-box .iq-blog-detail
{
  padding: 0px 30px 30px;
  display: inline-block;
  float: left;
  width: 100%;
}

.landing-analytics .iq-blog-box .iq-blog-detail .iq-blog-meta ul
{
  margin: 0 0 10px;
  padding: 0;
  line-height: 16px;
}

.landing-analytics .iq-blog-box .iq-blog-detail p
{
  margin-bottom: 15px;
}

.landing-analytics .iq-blog-box .iq-blog-detail blockquote p
{
  margin-bottom: 0;
}

.landing-analytics .iq-blog-box .iq-blog-detail .blockquote
{
  margin-top: 0;
}

.landing-analytics .iq-blog-box .iq-blogtag
{
  margin: 0 0 0 15px;
  padding: 0;
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 15px;
  left: 0;
}

.landing-analytics .iq-blog-box .iq-blogtag li
{
  list-style: none;
  float: left;
  margin-right: 5px;
}

.landing-analytics .iq-blog-box .iq-blogtag li a
{
  background: #DAA520;
  color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 14px;
}

.landing-analytics .iq-blog-box .iq-blogtag li a:hover
{
  text-decoration: none;
  background: #1360ee;
  color: #fff;
}

.landing-analytics .iq-blog-box .blog-button
{
  float: left;
}

.landing-analytics .prox-space-bottom .iq-blog-box .iq-blog-detail
{
  padding: 0 15px 15px;
}

.landing-analytics .owl-carousel .iq-blog-box
{
  box-shadow: none;
  margin: 30px 15px;
  transition: all 0.3s ease-in-out;
}

.landing-analytics .owl-carousel .iq-blog-box .iq-blog-detail
{
  display: inline-block;
  float: left;
  width: 100%;
  padding: 0 15px 15px;
}

.landing-analytics .has-post-thumbnail .iq-blog-box .iq-blog-detail
{
  padding: 0px 30px 30px;
  display: inline-block;
  float: left;
  width: 100%;
}

.landing-analytics .blog-content .wp-audio-shortcode
{
  margin-bottom: 15px;
}

.landing-analytics .post-password-form input
{
  float: none;
}

.landing-analytics .pagination
{
  margin-top: 30px;
}

.landing-analytics .iq-blog-detail .blog-content .wp-block-archives
{
  margin: 0 0 30px;
  padding: 0;
}

.landing-analytics .iq-blog-detail .blog-content .wp-block-archives li
{
  list-style-type: none;
}

.iq-blog-detail .blog-content .wp-block-categories
{
  margin: 0 0 30px;
  padding: 0;
}

.iq-blog-detail .blog-content .wp-block-categories li
{
  list-style-type: none;
}

.iq-blog-detail .blog-content .wp-block-latest-posts
{
  margin: 0 0 30px;
  padding: 0;
}

.iq-blog-detail .blog-content .wp-block-latest-posts li
{
  list-style-type: none;
}

.landing-analytics .prox-contact
{
  padding: 45px;
  background: #c9dcff;
}

.landing-analytics .prox-contact h2
{
  text-align: center;
}

.landing-analytics .prox-contact input
{
  border: 1px solid #c9dcff;
}

.landing-analytics .prox-contact input:hover
{
  border: 1px solid #DAA520;
}

.landing-analytics .prox-contact input[type=text]:hover
{
  border: 1px solid #DAA520;
}

.landing-analytics .prox-contact textarea:hover
{
  border: 1px solid #DAA520;
}

.landing-analytics .prox-contact .button
{
  cursor: pointer;
  margin-top: 15px;
}

.landing-analytics .contact-form
{
  position: relative;
  width: 100%;
  display: inline-block;
}

.landing-analytics .contact-form textarea
{
  background: #eff1fe;
  margin-bottom: 15px;
  border: 1px solid #f1f1f1;
  background: #fafbfe;
}

.landing-analytics .contact-form input[type=submit]
{
  margin-top: 15px;
}

.landing-analytics .contact-form input
{
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  background: var(--body-bg);
  border-radius: 5px;
  padding-left: 15px;
  height: 50px;
  line-height: 50px;
  clear: both;
  border: 1px solid #f1f1f1;
}

.landing-analytics .contact-form input:focus
{
  border: 1px solid #f1f1f1;
  box-shadow: none;
  outline: none;
}

.landing-analytics .contact-form .textarea textarea
{
  margin-bottom: 15px;
  width: 100%;
  float: left;
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  padding: 15px 0 0 20px;
  resize: none;
}

.landing-analytics .contact-form .textarea textarea:focus
{
  border: 1px solid #f1f1f1;
  box-shadow: none;
  outline: none;
}

.landing-analytics .wpcf7-form p:nth-child(n+6)
{
  margin-bottom: 0;
}

.landing-analytics div.wpcf7-validation-errors
{
  display: none !important;
}

.landing-analytics div.wpcf7-acceptance-missing
{
  display: none !important;
}

.landing-analytics .wpcf7-not-valid-tip
{
  display: none !important;
}

.landing-analytics .predict-form
{
  background: #fff;
  border-radius: 5px;
  padding: 30px;
}

.landing-analytics .predict-form h4
{
  color: #303030;
}

.landing-analytics .predict-form input
{
  margin-bottom: 30px;
}

.landing-analytics .predict-form textarea
{
  margin-bottom: 30px;
}

.prox-contact input[type=text]
{
  border: 1px solid #c9dcff;
}

.prox-contact textarea
{
  border: 1px solid #c9dcff;
}

.landing-analytics .contact-box
{
  margin-bottom: 30px;
  position: relative;
}

.landing-analytics .contact-box .service-detail
{
  padding-left: 60px;
}

.landing-analytics .contact-box .service-detail ul
{
  padding: 0;
}

.landing-analytics .contact-box .service-detail ul li
{
  margin-right: 15px;
}

.landing-analytics .contact-box .service-detail ul li a
{
  color: #595a5d;
  text-decoration: none;
}

.landing-analytics .contact-box .service-detail ul li a i
{
  font-size: 18px;
  color: #303030;
  background: transparent;
  display: inline-block;
  width: auto;
  position: inherit;
}

.landing-analytics .contact-box .service-detail ul li a i:hover
{
  color: #DAA520;
}

.landing-analytics .contact-box .service-detail p
{
  color: #595a5d;
  text-decoration: none;
}

.landing-analytics .contact-box:last-child
{
  margin-bottom: 0px;
}

.landing-analytics .contact-box i
{
  font-size: 16px;
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #DAA520;
  border-radius: 90px;
  line-height: 45px;
  text-align: center;
  position: absolute;
  top: 6px;
  color: #fff;
  left: 0;
  z-index: 1;
}

.landing-analytics .contact-box img
{
  margin: 15px;
}

.landing-analytics .contact-box.text-white .service-detail ul li a
{
  color: #fff;
}

.landing-analytics .contact-box.text-white .service-detail p
{
  color: #fff;
}

.landing-analytics .prox-primary-bg
{
  background-color: #DAA520 !important;
}

.landing-analytics .iq-feture-bg
{
  background-image: url(../images/landing-page/landing-8/40.png);
  background-position: 0 0;
  background-repeat: no-repeat !important;
  background-size: 100%;
  padding-top: 200px;
}

.landing-analytics .iq-clients .owl-carousel .owl-item img
{
  width: auto;
  margin: 0 auto;
}

body.landing-analytics
{
  background: none;
}

.landing-analytics #back-to-top .top
{
  z-index: 999;
  position: fixed;
  margin: 0px;
  color: #fff;
  background: #DAA520;
  position: fixed;
  bottom: 30px;
  right: 25px;
  z-index: 999;
  font-size: 26px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 58px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.landing-analytics #back-to-top .top:hover
{
  background: #1360ee;
  color: #fff;
  -ms-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  -o-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}

.landing-analytics .owl-carousel .owl-nav.disabled
{
  display: none;
}

.landing-analytics .owl-carousel .owl-nav
{
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  cursor: pointer;
  z-index: 999;
}

.landing-analytics .owl-carousel .owl-nav .owl-prev
{
  border-radius: 50%;
  outline: none;
  background: none;
  border: none;
  display: block;
  position: absolute;
  text-align: center;
  text-indent: inherit;
  top: -25px;
  left: -8%;
  width: auto;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.landing-analytics .owl-carousel .owl-nav .owl-next
{
  border-radius: 50%;
  outline: none;
  background: none;
  border: none;
  display: block;
  position: absolute;
  text-align: center;
  text-indent: inherit;
  top: -25px;
  right: -8%;
  width: auto;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.landing-analytics .owl-carousel .owl-nav i
{
  font-size: 24px;
  border: 1px solid rgba(0,0,0,0.05);
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding-left: 0px;
  display: inline-block;
  color: #fff;
  background: #DAA520;
  font-weight: normal;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}

.landing-analytics .owl-carousel .owl-nav i:hover
{
  background: #DAA520;
  color: #fff;
}

.landing-analytics .owl-carousel .owl-dots.disabled
{
  display: none;
}

.landing-analytics .owl-carousel .owl-dots
{
  margin-top: 15px;
  position: relative;
  width: 100%;
  display: inline-block;
  text-indent: inherit;
  text-align: center;
  cursor: pointer;
}

.landing-analytics .owl-carousel .owl-dots .owl-dot
{
  box-shadow: none;
  outline: none;
  background: transparent;
  display: inline-block;
  border-radius: 90px;
  padding: 0;
  margin: 0px 3px;
  height: 10px;
  width: 10px;
  border: 1px solid #DAA520;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.landing-analytics .owl-carousel .owl-dots .owl-dot span
{
  display: none;
}

.landing-analytics .owl-carousel .owl-dots .owl-dot:hover
{
  background: #1360ee;
  border: 1px solid #1360ee;
}

.landing-analytics .owl-carousel .owl-dots .owl-dot.active
{
  background: #1360ee;
  border: 1px solid #1360ee;
}

.landing-analytics .owl-carousel .owl-item img.client-img
{
  width: auto;
  margin: 0 auto;
}

.landing-analytics .owl-dots .owl-dot.active:nth-child(n+3)
{
  background: #1360ee;
  border: 1px solid #1360ee;
}

.landing-analytics .owl-dots .owl-dot:nth-child(n+4)
{
  display: none;
}

.landing-analytics .iq-banner-02
{
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url(../images/landing-page/landing-8/41.jpg);
  background-size: 100% 100%;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  top: 0px;
  left: 0px;
  visibility: inherit;
  z-index: 20;
}

.landing-analytics .iq-banner-02 .banner-text
{
  z-index: 9;
  position: relative;
  margin-top: 8%;
  margin-bottom: 5%;
}

.landing-analytics .iq-banner-02 .banner-text h1
{
  color: #01041b;
  font-size: 90px;
  line-height: 100px;
  margin-bottom: 10px;
}

.landing-analytics .iq-banner-02 .banner-text h2
{
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 20px;
}

.landing-analytics .iq-banner-02 .banner-text p
{
  margin-bottom: 40px;
}

.landing-analytics .iq-banner-02 .banner-text p span
{
  display: block;
}

.landing-analytics .iq-banner-02 .banner-text .iq-image img
{
  max-width: 130%;
}

.landing-analytics .iq-banner-02 .banner-objects .banner-objects-01
{
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
}

.landing-analytics .iq-banner-02 .banner-objects .banner-objects-01 img
{
  height: 850px;
  -o-object-fit: cover;
  object-fit: cover;
}

.landing-analytics .iq-banner-02 .banner-objects .banner-objects-02
{
  position: absolute;
  right: 0;
  top: 0;
}

.landing-analytics .iq-banner-02 .banner-objects .banner-objects-02 img
{
  width: 1050px;
  z-index: -1;
  position: relative;
}

.landing-analytics .iq-banner-02:before
{
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.landing-analytics .iq-over-dark-90
{
  background: #eff1fe !important;
}

@media (max-width: 1199px)
{
  .landing-analytics .prox-right-img img
  {
    right: -19%;
    max-width: 105% !important;
    margin: 0 0;
  }

  .landing-analytics .custom-tab .nav.nav-pills[aria-orientation="vertical"]
  {
    padding: 0;
  }

  .landing-analytics .prox-right-img-wm img
  {
    max-width: 130% !important;
  }

  .landing-analytics .prox-feature-circle .prox-img::before
  {
    height: 400px;
    width: 400px;
  }

  .landing-analytics .prox-feature-circle .prox-img ul li:nth-child(3) .feature-info
  {
    right: 15%;
  }

  .landing-analytics .prox-feature-circle .prox-img ul li:nth-child(4) .feature-info
  {
    top: 37%;
    right: 7%;
  }

  .landing-analytics .prox-feature-circle .prox-img ul li:nth-child(7) .feature-info
  {
    top: 60%;
    right: 25%;
  }

  .landing-analytics .prox-feature-circle .prox-img ul li:nth-child(8) .feature-info
  {
    bottom: 10%;
    left: 30%;
  }

  .landing-analytics .prox-feature-circle .prox-img ul li:nth-child(6) .feature-info
  {
    top: 60%;
    left: 0%;
  }

  .landing-analytics .prox-feature-circle .prox-img ul li:nth-child(5) .feature-info
  {
    top: 35%;
    left: -15%;
  }

  .landing-analytics .prox-feature-circle .prox-img ul li:nth-child(2) .feature-info
  {
    top: 7%;
    left: 0%;
  }

  .landing-analytics .prox-feature-circle .dot-circle
  {
    display: none;
  }

  .landing-analytics .prox-feature-circle .main-circle
  {
    left: 40%;
    top: 40%;
  }

  .landing-analytics .iq-timer.text-left.style3 .timer-details
  {
    padding: 15px 15px 30px 95px;
  }
}

@media (max-width: 1024px)
{
  .landing-analytics .prox-right-img-wm img
  {
    right: 0%;
    max-width: 110% !important;
  }
}

@media (max-width: 992px)
{
  .landing-analytics .prox-right-img-wm
  {
    text-align: center;
  }

  .landing-analytics .prox-right-img-wm img
  {
    right: 0%;
    max-width: 100% !important;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .landing-analytics .prox-feature-circle
  {
    margin-left: 150px;
    margin-top: 45px;
  }

  .landing-analytics .iq-timer
  {
    margin-bottom: 30px;
  }

  .landing-analytics .count-style .iq-timer
  {
    margin-bottom: 30px;
  }

  .landing-analytics .iq-amazing-tab
  {
    padding-top: 0px;
  }

  .landing-analytics .custom-tab.verticaltab3 .nav.nav-pills[aria-orientation="vertical"]
  {
    margin-bottom: 0px !important;
  }

  .landing-analytics .custom-tab.verticaltab3 .nav.nav-pills[aria-orientation="vertical"] li:last-child
  {
    padding: 0 30px 40px;
    margin-bottom: 0px;
  }

  .iq-pb-70
  {
    padding-bottom: 45px;
  }

  .overview-block-pb
  {
    padding: 0 0 75px 0;
  }

  .overview-block-pt
  {
    padding: 75px 0 0 0;
  }
}

@media (max-width: 991px)
{
  .main-header .navbar-collapse
  {
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    background: #fff;
    -ms-box-shadow: 0px 10px 30px 0px rgba(43,87,69,0.2);
    -o-box-shadow: 0px 10px 30px 0px rgba(43,87,69,0.2);
    box-shadow: 0px 10px 30px 0px rgba(43,87,69,0.2);
    z-index: 99;
  }

  .header-software .navbar .navbar-nav
  {
    padding: 10px 0;
  }

  .header-software.main-header .navbar .navbar-nav .nav-item a
  {
    padding: 15px;
    padding: 15px;
  }

  .top-bar-software .social-icone
  {
    text-align: left;
  }

  .top-bar-software .social-icone ul li
  {
    border-right: 0 !important;
  }

  .top-bar-software .number-info li
  {
    border-left: none;
  }

  .landing-analytics .iq-banner-02 .banner-text
  {
    margin-top: 15%;
  }

  .landing-analytics .iq-banner-02 .banner-text h1
  {
    color: #DAA520;
    font-size: 64px;
    line-height: 64px;
  }

  .landing-analytics .iq-timer.style3
  {
    width: 100%;
  }

  .landing-analytics .testimonial-style.owl-carousel .iq-testimonial
  {
    margin: 15px 0px 60px;
  }
}

@media (max-width: 979px)
{
  .landing-analytics .custom-tab .nav.nav-pills[aria-orientation="vertical"]
  {
    width: 100%;
  }

  .landing-analytics .custom-tab .nav.nav-pills[aria-orientation="vertical"] .nav-link
  {
    width: auto;
    display: inline-block;
    margin: 0 15px 15px;
  }

  .landing-analytics .custom-tab .nav.nav-pills[aria-orientation="vertical"] .nav-link .tab-title
  {
    display: block;
  }

  .landing-analytics .custom-tab.verticaltab3 .nav.nav-pills[aria-orientation="vertical"] .nav-link img
  {
    width: auto;
  }
}

@media (max-width: 767px)
{
  .landing-analytics .custom-tab .nav.nav-pills
  {
    width: 100%;
  }

  .landing-analytics .custom-tab .nav.nav-pills li
  {
    width: 25%;
  }

  .landing-analytics .custom-tab .nav-pills .nav-link .tab-title
  {
    font-size: 14px;
  }

  .landing-analytics .custom-tab .nav-pills .nav-link img
  {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 70px;
  }

  .landing-analytics .custom-tab .nav.nav-pills[aria-orientation="vertical"] .nav-link .tab-title
  {
    font-size: 20px;
  }

  .landing-analytics .prox-feature-circle
  {
    margin-left: 30px;
  }

  .landing-analytics .prox-feature-circle .prox-img li .feature-info h6
  {
    display: none;
  }

  .landing-analytics .prox-feature-circle .prox-img ul li:nth-child(5) .feature-info
  {
    left: -5%;
  }

  .landing-analytics .prox-feature-circle .prox-img ul li:nth-child(3) .feature-info
  {
    right: 22%;
  }

  .landing-analytics .prox-feature-circle .prox-img ul li:nth-child(4) .feature-info
  {
    right: 15%;
  }

  .landing-analytics .prox-feature-circle .prox-img ul li:nth-child(1) .feature-info
  {
    left: -85px;
  }

  .landing-analytics .top-bar-software .social-icone
  {
    text-align: left;
  }

  .landing-analytics .iq-banner-02 .banner-text
  {
    margin-top: 30%;
  }

  .landing-analytics .testimonial-style.owl-carousel .iq-testimonial
  {
    margin: 0 70px 54px;
  }
}

@media (max-width: 575px)
{
  .landing-analytics .iq-banner-02 .banner-text h1
  {
    font-size: 36px;
    line-height: 36px;
  }

  .landing-analytics .testimonial-style.owl-carousel .iq-testimonial
  {
    margin: 0 0px 54px;
    padding: 30px;
  }

  .landing-analytics .custom-tab .nav.nav-pills li
  {
    width: 50%;
  }

  .landing-analytics .custom-tab .nav-pills .nav-link .tab-title
  {
    font-size: 16px;
  }
}

@media (max-width: 479px)
{
  .landing-analytics .custom-tab.verticaltab3 .nav.nav-pills[aria-orientation="vertical"] li.nav-item .nav-link
  {
    margin: 0;
  }

  .landing-analytics .custom-tab.verticaltab3 .nav.nav-pills[aria-orientation="vertical"] li.nav-item .nav-link .media
  {
    display: block;
  }

  .landing-analytics .custom-tab.verticaltab3 .nav.nav-pills[aria-orientation="vertical"] li.nav-item .nav-link .media .media-body
  {
    float: left;
    width: 100%;
  }

  .landing-analytics .custom-tab.verticaltab3 .nav.nav-pills[aria-orientation="vertical"] .nav-link img
  {
    float: left;
    margin-bottom: 30px;
  }

  .landing-analytics .prox-feature-circle
  {
    height: 250px;
    width: 250px;
  }

  .landing-analytics .prox-feature-circle .prox-img
  {
    height: 300px;
    width: 300px;
  }

  .landing-analytics .prox-feature-circle .prox-img ul li .feature-info .feature-img
  {
    height: 45px;
    width: 45px;
    line-height: 45px;
  }

  .landing-analytics .prox-feature-circle .prox-img ul li .feature-info .feature-img img
  {
    width: 25px;
  }

  .landing-analytics .prox-feature-circle .prox-img ul li:nth-child(3) .feature-info
  {
    top: 3%;
  }

  .landing-analytics .prox-feature-circle .prox-img ul li:nth-child(4) .feature-info
  {
    right: 12%;
    top: 30%;
  }

  .landing-analytics .prox-feature-circle .prox-img::before
  {
    height: 250px;
    width: 250px;
  }

  .landing-analytics .prox-feature-circle .main-circle
  {
    display: none;
  }

  .landing-analytics .iq-amazing-tab
  {
    padding-top: 0px;
  }

  .landing-analytics .iq-amazing-tab .iq-portfolio .iq-portfolio-content .details-box
  {
    padding: 15px;
  }

  .landing-analytics .iq-amazing-tab .iq-portfolio .iq-portfolio-content .details-box a
  {
    line-height: 58px;
  }

  .landing-analytics .iq-amazing-tab .iq-portfolio-content .consult-details .consult-effect:before
  {
    bottom: 79px;
  }
}

.landing-creative .iq-mb-30
{
  margin-bottom: 30px;
}

.landing-creative .iq-mt-30
{
  margin-top: 30px;
}

.landing-creative .iq-mt-45
{
  margin-top: 45px;
}

.landing-creative .iq-mb-45
{
  margin-bottom: 45px;
}

.landing-creative .iq-banner-02
{
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}

.landing-creative .iq-banner-02 .banner-text
{
  z-index: 9;
  position: relative;
  margin-top: 16%;
  margin-bottom: 0%;
}

.landing-creative .iq-banner-02 .banner-text h1
{
  font-size: 4.300em;
  line-height: normal;
  margin-bottom: 15px;
}

.landing-creative .iq-banner-02 .banner-text p span
{
  display: block;
}

.landing-creative .iq-banner-02 .banner-objects .banner-objects-01
{
  position: absolute;
  top: 0;
  right: 0;
}

.landing-creative .iq-banner-02 .banner-objects .banner-objects-01 img
{
  height: 730px;
  -o-object-fit: cover;
  object-fit: cover;
}

.landing-creative .iq-banner-02 .banner-objects .banner-objects-02
{
  right: 56px;
  bottom: 50px;
  position: relative;
  text-align: right;
  display: inherit;
}

.landing-creative .swiper-slide img
{
  border-radius: 5px;
}

.landing-creative .swiper-pagination-bullet-active
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  background: #fe721c !important;
}

.landing-creative input[type=email]::-webkit-input-placeholder
{
  color: #fff;
}

.landing-creative input[type=email]::-moz-placeholder
{
  color: #fff;
}

.landing-creative input[type=email]:-ms-input-placeholder
{
  color: #fff;
}

.landing-creative input[type=email]:-moz-placeholder
{
  color: #fff;
}

.landing-creative input[type=email]:hover
{
  border-color: #ffebdf;
}

.landing-creative .objects-main
{
  position: absolute;
  top: -266%;
  left: -290px;
}

.landing-creative .iq-abouimg img
{
  border-radius: 5px;
}

.landing-creative .iq-img img
{
  border-radius: 5px;
}

.landing-creative .auto-container input[type=email]
{
  color: #fff;
}

.landing-creative .iq-service-style2
{
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}

.landing-creative .iq-service-style2:hover
{
  background: #fff;
  box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.1);
}

.landing-creative .iq-service-style2:hover:after
{
  transition: all 0.3s ease-in-out;
}

.landing-creative .iq-service-style2:hover .iq-image
{
  transition: all 0.3s ease-in-out;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.landing-creative .iq-service-style2:hover .iq-iconbg:before
{
  position: absolute;
  content: '';
  background-image: -webkit-linear-gradient(45deg, rgba(254,254,255,0) 0%, rgba(0,0,0,0.1) 100%);
  width: 90px;
  height: 90px;
  top: 38px;
  left: 51px;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.landing-creative .iq-service-style2:hover .iq-iconbg i
{
  color: #fe721c;
}

.landing-creative .iq-service-style2 .iq-iconbg i
{
  transition: all 0.3s ease-in-out;
  font-size: 50px;
  padding: 30px;
}

.landing-creative .iq-service-style2 .iq-iconbg:before
{
  width: 70px;
  height: 70px;
  top: 38px;
  left: 51px;
  border-radius: 50%;
  position: absolute;
  content: '';
  background-image: -webkit-linear-gradient(45deg, rgba(254,254,255,0) 0%, rgba(0,0,0,0.1) 100%);
  z-index: 1;
  transition: all 500ms ease;
}

.landing-creative .iq-service-style2 .iq-iconbg img
{
  margin-bottom: 30px;
}

.landing-creative .iq-service-style2 .iq-content .iq-title
{
  margin-bottom: 15px;
}

.landing-creative .iq-service-style2 .iq-image
{
  position: absolute;
  top: -130px;
  right: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}

.landing-creative .iq-subscribe-block .mc4wp-form-fields input[type=submit]
{
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  color: #01041b;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.landing-creative .overview-block-pb
{
  padding: 0 0 100px 0;
}

.landing-creative .overlay-right-bottom
{
  position: absolute;
  top: 8%;
  right: -10%;
  height: 250px;
  width: 250px;
}

.landing-creative .overlay-right-top
{
  position: absolute;
  right: -6%;
  top: 10%;
  height: 230px;
  width: 230px;
}

.landing-creative .overlay-left-bottom
{
  position: absolute;
  left: -7%;
  bottom: 9%;
  height: 200px;
  width: 200px;
}

.landing-creative .overlay-right-bottom-2
{
  position: absolute;
  top: 8%;
  left: -1%;
}

.landing-creative .overlay-right-top-2
{
  position: absolute;
  right: -1%;
  top: 10%;
}

.landing-creative .overlay-left-bottom-2
{
  position: absolute;
  left: -6%;
  bottom: -6%;
}

.landing-creative .iq-web-services
{
  overflow: inherit;
}

.landing-creative .iq-web img
{
  border-radius: 5px;
}

.landing-creative .iq-image-expert
{
  position: relative;
}

.landing-creative .iq-image-expert .iq-pattern
{
  position: absolute;
  bottom: 4%;
  right: 25%;
  width: 100px;
  height: 100px;
}

.landing-creative .iq-team2 .iq-team-img
{
  text-align: center;
  border-radius: 100%;
  margin-bottom: 15px;
  overflow: inherit;
}

.landing-creative .iq-team2 .share
{
  position: relative;
  bottom: 0;
  margin-top: 15px;
}

.landing-creative .iq-team2 .share ul li
{
  float: none;
  display: inline-block;
  margin-right: 15px;
}

.landing-creative .iq-team2 .share ul li::last-child
{
  margin-right: 0;
}

.landing-creative .iq-team2 .share ul li a
{
  border-radius: 50%;
  display: inline-block;
  color: #01041b;
  text-align: center;
}

.landing-creative .iq-team2 .share ul li a:hover
{
  color: #fe721c;
}

.landing-creative .iq-team2:hover .iq-team-info h4
{
  color: #fe721c;
  text-decoration: none;
}

.landing-creative .iq-team2:hover .img-pattern .img-pattern-1
{
  right: 20px;
}

.landing-creative .iq-team2:hover .img-pattern .img-pattern-2
{
  left: 15px;
}

.landing-creative .iq-team2 .team-post
{
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.landing-creative .iq-team2 .img-pattern-1
{
  position: absolute;
  top: 0;
  right: 30px;
  z-index: -1;
  transition: all 500ms ease;
}

.landing-creative .iq-team2 .img-pattern-2
{
  position: absolute;
  bottom: 0;
  left: 25px;
  z-index: -1;
  transition: all 500ms ease;
}

.landing-creative .iq-team2 .iq-team-info a
{
  text-decoration: none;
  color: #303030;
}

.landing-creative .owl-carousel .owl-item .iq-team2 img
{
  width: auto;
  height: 100%;
  display: inline-block;
  text-align: center;
}

.landing-creative .iq-web p
{
  color: #595a5d;
}

.landing-creative .iq-counter
{
  padding: 15px;
}

.landing-creative .iq-counter .iq-counter-icon
{
  color: #000;
  margin-bottom: 15px;
}

.landing-creative .iq-counter .iq-counter-img i
{
  line-height: normal;
}

.landing-creative .iq-counter i:before
{
  font-size: 60px;
  line-height: normal;
}

.landing-creative .iq-counter .iq-counter-info
{
  margin-bottom: 0;
  line-height: normal;
  font-weight: bold;
}

.landing-creative .iq-counter .iq-counter-info .timer
{
  font-size: 45px;
  color: #fff;
}

.landing-creative .iq-counter .iq-counter-info .counter-after-content
{
  font-size: 45px;
  color: #fff;
}

.landing-creative .iq-counter .counter-content .counter-title-text
{
  margin: 0;
  margin: 10px 0 0;
  font-weight: normal;
}

.landing-creative .iq-counter .counter-content .counter-content-text
{
  margin: 10px 0 0;
  font-weight: normal;
}

.iq-counter .iq-counter-info .counter-symbol
{
  font-size: 45px;
  color: #fff;
}

.landing-creative .iq-counter.iq-counter-style-1 .counter-content .counter-title-text
{
  margin: 0 0 30px;
  display: block;
  font-weight: bold;
  font-size: 26px;
  color: #000;
}

.landing-creative .iq-counter.iq-counter-style-1 .iq-counter-info
{
  font-weight: normal;
}

.landing-creative .iq-counter.iq-counter-style-1 .iq-counter-info .timer
{
  font-size: 60px;
  color: #fff;
  font-weight: bold;
}

.landing-creative .iq-counter.iq-counter-style-1 .iq-counter-info .counter-symbol
{
  font-size: 60px;
  color: #fff;
  font-weight: bold;
}

.landing-creative .iq-counter.iq-counter-style-1 .iq-counter-info .counter-after-content
{
  font-size: 60px;
  color: #fff;
  font-weight: bold;
}

.landing-creative .iq-counter.iq-counter-style-1 .counter-content-text
{
  margin-top: 0px;
  color: #fff;
  font-size: 18px;
}

.landing-creative .iq-counter-block .auto-container
{
  padding: 0px 15px;
  margin: 0 auto;
  position: static;
  max-width: 1200px;
}

.landing-creative .iq-counter-block .inner-container
{
  padding-bottom: 50px;
  padding-left: 80px;
  position: relative;
  padding-top: 55px;
}

.landing-creative .iq-counter-block .inner-container .iq-pattern-style
{
  position: absolute;
  width: 1000%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.landing-creative .iq-counter-block .inner-container .iq-pattern-style:before
{
  right: 0px;
  bottom: 0px;
  background-color: #fe721c;
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  border-radius: 5px 0 0 5px;
}

.landing-creative .iq-subscribe-block .auto-container
{
  position: static;
  max-width: 1375px;
}

.landing-creative .iq-subscribe-block .inner-container
{
  position: relative;
  padding: 80px 70px 75px 80px;
  margin-right: 0%;
}

.landing-creative .iq-subscribe-block .inner-container .iq-pattern-style
{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.landing-creative .iq-subscribe-block .inner-container .iq-pattern-style:before
{
  right: 0px;
  bottom: 0px;
  background-image: linear-gradient(to right, #ff4b4b 0%, #fe721c 51%, #fe721c 100%);
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  border-radius: 5px;
}

.landing-creative .iq-subscribe-block .overlay-left-bottom
{
  position: absolute;
  left: -7%;
  top: -36%;
  height: 200px;
  width: 200px;
}

.landing-creative .iq-subscribe-block .mc4wp-form-fields input[type=submit]:after
{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 2px;
  background-color: #fff;
  margin-left: 12px;
}

.landing-creative .iq-subscribe-block .mc4wp-form-fields input[type=submit]:hover
{
  background: #01041b;
  color: #fff;
}

.landing-creative .iq-subscribe-block .overlay-subscribe
{
  position: absolute;
  bottom: -58%;
  right: 16%;
}

.landing-creative .owl-carousel .iq-testimonial2
{
  border: 1px solid #f1f1f1;
  padding: 30px 80px 30px 30px;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 25px;
}

.landing-creative .owl-carousel .iq-testimonial2 .testimonial-info
{
  position: relative;
  display: flex;
}

.landing-creative .owl-carousel .iq-testimonial2 .testimonial-info .iq-icon
{
  content: "\f000";
  color: #ffebdf;
  position: absolute;
  right: 17%;
  top: -90%;
  font-family: "Font Awesome 5 Free";
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  display: inline-block;
  font-size: 100px;
}

.landing-creative .owl-carousel .iq-testimonial2 .testimonial-name
{
  flex: 1;
}

.landing-creative .owl-carousel .iq-testimonial2 .testimonial-name span
{
  color: #000;
  display: inline;
  margin-left: 0px;
}

.landing-creative .owl-carousel .iq-testimonial2 .testimonial-name h5
{
  display: block;
}

.landing-creative .owl-carousel .iq-testimonial2 p
{
  margin-top: 0px;
  margin-bottom: 30px;
  font-style: italic;
  letter-spacing: 1px;
}

.landing-creative .iq-blog-box-2
{
  position: relative;
  z-index: 0;
  padding: 45px 30px;
  overflow: hidden;
  margin-bottom: 45px;
  border: 1px solid #fe721c;
  border-radius: 5px;
  border: 1px solid #f1f1f1;
  transition: all 0.3s ease-in-out;
}

.landing-creative .iq-blog-box-2:before
{
  background: rgba(0,0,0,0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  transition: all 0.3s ease-in-out;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}

.landing-creative .iq-blog-box-2:hover:before
{
  background: rgba(0,0,0,0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.landing-creative .iq-blog-box-2:hover .iq-blog-image
{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.landing-creative .iq-blog-box-2:hover .iq-blog-content .blog-title h5
{
  color: #fff;
}

.landing-creative .iq-blog-box-2:hover .iq-blog-content .iq-blog-meta ul li i
{
  color: #fff;
}

.landing-creative .iq-blog-box-2:hover .iq-blog-content .iq-blog-meta ul li a
{
  color: #fff;
}

.landing-creative .iq-blog-box-2:hover .iq-blog-content p.iq-desc
{
  color: #fff;
}

.landing-creative .iq-blog-box-2 .iq-blog-image
{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}

.landing-creative .iq-blog-box-2 .iq-blog-content .blog-title
{
  margin-bottom: 25px;
}

.landing-creative .iq-blog-box-2 .iq-blog-content .blog-title a
{
  text-decoration: none;
}

.landing-creative .iq-blog-box-2 .iq-blog-content .blog-title h5
{
  position: relative;
  z-index: 9;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.landing-creative .iq-blog-box-2 .iq-blog-content .iq-blog-meta ul li i
{
  color: #fe721c;
  position: relative;
  z-index: 9;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.landing-creative .iq-blog-box-2 .iq-blog-content .iq-blog-meta ul li a
{
  position: relative;
  z-index: 9;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.landing-creative .iq-blog-box-2 .iq-blog-content p.iq-desc
{
  margin-bottom: 25px;
  position: relative;
  z-index: 9;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.landing-creative .iq-blog-box-2 ul.iq-postdate
{
  padding-left: 0px;
  margin-bottom: 25px;
}

@-webkit-keyframes waves
{
  0%
  {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50%
  {
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    -ms-opacity: 0.9;
    -o-opacity: 0.9;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100%
  {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes waves
{
  0%
  {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50%
  {
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    -ms-opacity: 0.9;
    -o-opacity: 0.9;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100%
  {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.landing-creative .iq-vedio-section
{
  overflow: inherit;
}

.landing-creative .iq-vedio-box
{
  margin-top: -90px;
  z-index: 99;
  position: relative;
}

.landing-creative .video-image
{
  position: relative;
}

.landing-creative .play-video-two
{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.landing-creative .play-video-two a:hover
{
  color: #fe721c;
}

.landing-creative .iq-video-two
{
  background: #fff;
  display: inline-block;
  width: 145px;
  line-height: 145px;
  height: 145px;
  line-height: 145px;
  text-align: center;
  font-size: 32px;
  color: #fe721c;
  float: left;
  border-radius: 100%;
  z-index: 9;
  position: relative;
}

.landing-creative .iq-waves
{
  position: absolute;
  width: 14rem;
  height: 14rem;
  left: -46px;
  top: -47px;
  z-index: 2;
  float: right;
}

.landing-creative .iq-waves .waves
{
  position: absolute;
  width: 384px;
  width: 15rem;
  height: 384px;
  height: 15rem;
  background: rgba(255,255,255,0.2);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 320px;
  background-clip: padding-box;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.landing-creative .iq-waves .wave-1
{
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.landing-creative .iq-waves .wave-2
{
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.landing-creative .iq-waves .wave-3
{
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.landing-creative .iq-asked-img
{
  height: 100%;
  width: 100%;
}

.landing-creative .iq-asked-img img
{
  border-radius: 5px;
}

.landing-creative .iq-sign-box .iq-image
{
  display: inline-block;
}

.landing-creative .iq-sign-box .iq-name
{
  display: inline-block;
  vertical-align: middle;
}

.landing-creative .iq-sign-box .iq-name .title
{
  display: inline;
}

.landing-creative .fade-in
{
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.landing-creative footer.footer2
{
  background: #ffebdf;
  padding-top: 75px;
}

.landing-creative footer.footer2 .widget .iq-contact li i
{
  color: #fe721c;
}

.landing-creative footer.footer2 .copyright-footer
{
  border-top: 1px solid #f1f1f1;
}

.landing-creative footer.footer2 .copyright-footer .copyright
{
  z-index: 1;
  position: relative;
  color: #595a5d;
}

.landing-creative footer.footer2 .social-icone
{
  text-align: right;
}

.landing-creative footer.footer2 .social-icone ul
{
  margin: 0;
  padding: 0;
}

.landing-creative footer.footer2 .social-icone ul li
{
  list-style: none;
  margin: 0 7px;
}

.landing-creative footer.footer2 .social-icone ul li:last-child a
{
  margin-right: 0;
}

.landing-creative footer.footer2 .social-icone ul li a
{
  color: #fe721c;
  position: relative;
  z-index: 1;
  text-decoration: none;
}

.landing-creative footer.footer2 .social-icone ul li a:hover
{
  color: #ffebdf;
}

.landing-creative footer .iq-blog-content ul.iq-postdate
{
  padding-left: 0px;
}

.landing-creative footer .iq-blog-content ul.iq-postdate li i
{
  color: #fe721c;
}

.landing-creative footer .iq-blog-content a
{
  text-decoration: none;
}

.landing-creative footer .iq-blog-content.bdr-bottom
{
  border-bottom: 1px solid #595a5d !important;
  margin-bottom: 30px;
}

.landing-creative .blog-title h5
{
  color: #303030;
}

.landing-creative .blog-title h5:hover
{
  color: #fe721c;
}

.landing-creative .iq-subscribe-block .inner-container .iq-pattern-style:before
{
  border-radius: 5px 0 0 5px;
}

.overview-block-pt
{
  padding: 100px 0 0 0;
}

@media (max-width: 1920px)
{
  .landing-creative .iq-banner .banner-objects .banner-objects-02
  {
    position: absolute;
    left: 49%;
  }
}

@media (max-width: 1600px)
{
  .landing-creative .iq-banner .banner-objects .banner-objects-02
  {
    position: absolute;
    left: 40%;
  }
}

@media (max-width: 1024px)
{
  .landing-creative .iq-banner-02
  {
    padding-bottom: 70px;
  }

  .landing-creative .iq-banner-02 .banner-objects .banner-objects-01 img
  {
    height: 644px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .landing-creative .iq-banner-02 .banner-text h1
  {
    font-size: 3em;
  }
}

@media (max-width: 992px)
{
  .landing-creative iframe
  {
    margin-bottom: 30px;
    height: 400px;
  }

  .landing-creative .iq-banner-03 .banner-text
  {
    margin-top: 9%;
  }

  .landing-creative .iq-banner-02
  {
    padding-bottom: 0px;
  }

  .landing-creative .iq-banner-02 .banner-objects .banner-objects-01
  {
    display: none;
  }

  .landing-creative .iq-banner-02 .banner-objects .banner-objects-02
  {
    display: none;
  }

  .landing-creative .iq-banner-02 .banner-text
  {
    text-align: center;
    margin-top: 12%;
  }

  .landing-creative .iq-banner-02 .banner-text .btn-container
  {
    text-align: center !important;
    margin-bottom: 0px;
  }

  .landing-creative .iq-banner-02 .banner-text h1
  {
    font-size: 50px;
  }
}

@media (max-width: 767px)
{
  .landing-creative footer.footer2 .social-icone
  {
    text-align: left;
  }

  .landing-creative .iq-subscribe-block .inner-container
  {
    padding: 60px 30px 55px 16px;
  }

  .iq-video-two
  {
    width: 100px;
    line-height: 100px;
    height: 100px;
  }
}

@media (max-width: 575px)
{
  .landing-creative .iq-team2 .img-pattern-1
  {
    right: 28%;
  }

  .landing-creative .iq-team2 .img-pattern-2
  {
    left: 28%;
  }

  .landing-creative .iq-portfolio-after:after
  {
    height: 243px;
  }

  .landing-creative .iq-banner-02 .banner-text p span
  {
    display: initial;
  }

  .landing-creative .iq-banner .banner-text p span
  {
    display: initial;
  }

  .landing-creative footer.footer2:after
  {
    height: 100px;
  }
}

@media (max-width: 479px)
{
  .landing-creative .owl-carousel .iq-testimonial2 .testimonial-info .iq-icon
  {
    right: 0%;
    font-size: 40px;
    top: 0%;
  }

  .landing-creative .iq-banner-02 .banner-text
  {
    margin-top: 21%;
  }

  .landing-creative .iq-banner-02 .banner-text h1
  {
    font-size: 30px;
  }

  .landing-creative .iq-video-two
  {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}

@media (max-width: 359px)
{
  .landing-creative .owl-carousel .iq-testimonial2 .testimonial-info
  {
    display: block;
  }

  .landing-creative .owl-carousel .iq-testimonial2 .testimonial-info .iq-icon
  {
    right: 0;
    top: auto;
    bottom: 0%;
  }

  .landing-creative .owl-carousel .iq-testimonial2 .testimonial-name
  {
    margin-top: 15px;
  }

  .landing-creative .iq-team2 .img-pattern-1
  {
    right: 13%;
  }

  .landing-creative .iq-team2 .img-pattern-2
  {
    left: 13%;
  }

  .landing-creative iframe
  {
    margin-bottom: 30px;
    height: 350px;
  }

  .landing-creative .iq-banner-03 .banner-text
  {
    margin-top: 20%;
  }

  .landing-creative .iq-banner-02 .banner-text
  {
    margin-top: 40%;
  }

  .landing-creative .iq-banner-02 .banner-text h1
  {
    font-size: 30px;
  }

  .landing-creative .iq-banner-02 .banner-text p
  {
    font-size: 14px;
  }
}

.landing-saas .fancy-icon
{
  margin-bottom: 45px;
}

.landing-saas .fancy-icon .media img
{
  position: relative;
  width: 70px;
  height: 70px;
}

.landing-saas .fancy-icon .media img:before
{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  font-size: 30px;
  height: 80px;
  line-height: 80px;
  background: #fafbfe;
  text-align: center;
  margin-right: 15px;
  border-radius: 90px;
}

.landing-saas .fancy-icon .media .media-body
{
  padding-left: 130px;
}

.landing-saas .fancy-icon .media .fancy-img
{
  width: 80px;
  height: 80px;
  line-height: 80px;
  content: "";
  text-align: center;
  border-radius: 90px;
  position: absolute;
}

.landing-saas .fancy-icon .media .fancy-img img
{
  width: 100px;
  height: 100px;
  max-width: initial;
}

.landing-saas .fancy-icon .media .fancy-img i
{
  font-size: 40px;
  line-height: 80px;
  color: #4731b6;
}

.landing-saas .iq-best-pricing.active
{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -ms-box-shadow: 0 20px 95px 0 rgba(0,0,0,0.1) 0 20px 95px 0 rgba(0,0,0,0.1);
  -o-box-shadow: 0 20px 95px 0 rgba(0,0,0,0.1) 0 20px 95px 0 rgba(0,0,0,0.1);
  box-shadow: 0 20px 95px 0 rgba(0,0,0,0.1) 0 20px 95px 0 rgba(0,0,0,0.1);
  position: relative;
  z-index: 99;
  border-bottom: 2px solid #4731b6;
}

.landing-saas .iq-best-pricing.active .price-title .month-circle .month-price h2
{
  font-weight: bold;
}

.landing-saas .iq-best-pricing
{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -ms-box-shadow: 0 20px 95px 0 rgba(0,0,0,0.1);
  -o-box-shadow: 0 20px 95px 0 rgba(0,0,0,0.1);
  box-shadow: 0 20px 95px 0 rgba(0,0,0,0.1);
  padding: 50px 25px;
  border-bottom: 2px solid #4731b6;
  background: #fff;
  margin: 0 15px 30px 15px;
  transition: all 0.3s ease-in-out;
  text-align: left;
  border-radius: 5px;
}

.landing-saas .iq-best-pricing .price-title .month-circle .month-price
{
  margin-bottom: 0px;
}

.landing-saas .iq-best-pricing .price-title .month-circle .month-price .sub-title
{
  margin-bottom: 15px;
}

.landing-saas .iq-best-pricing .price-title .month-circle .month-price h2
{
  display: inline;
  font-weight: bold;
}

.landing-saas .iq-best-pricing .price-title .month-circle .month-price .duration
{
  margin-top: 10px;
}

.landing-saas .iq-best-pricing .price-title .title
{
  margin-bottom: 15px;
}

.landing-saas .iq-best-pricing .pricing-list
{
  margin-top: 40px;
  padding: 0px;
}

.landing-saas .iq-best-pricing .pricing-list li
{
  list-style-type: none;
  margin-bottom: 8px;
  display: inline-flex;
}

.landing-saas .iq-best-pricing .pricing-list li:last-child
{
  margin-bottom: 0px;
}

.landing-saas .iq-best-pricing .price-footer
{
  margin-top: 45px;
}

.landing-saas .iq-best-pricing.active.dark-blue
{
  border-color: #4731b6;
}

.landing-saas .iq-banner
{
  position: relative;
  overflow: hidden;
}

.landing-saas .iq-banner:after
{
  content: "";
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 84px;
  background: url("../images/landing-page/landing-10/banner-shap.png") no-repeat 0 0;
  background-size: cover;
  display: inline-block;
  position: absolute;
}

.landing-saas .iq-banner .banner-text
{
  z-index: 9;
  position: relative;
  margin-top: 8%;
}

.landing-saas .iq-banner .banner-text h1
{
  font-size: 60px;
  line-height: normal;
}

.landing-saas .iq-banner .banner-img
{
  width: 110%;
}

@media (max-width: 1280px)
{
  .landing-saas .owl-carousel .owl-nav .owl-next
  {
    right: -10px;
  }

  .landing-saas .owl-carousel .owl-nav .owl-prev
  {
    left: -10px;
  }
}

@media (max-width: 1199px)
{
  .landing-saas .iq-landing-software .banner-text h1
  {
    font-size: 38px;
    line-height: 56px;
  }

  .landing-saas .owl-carousel .owl-nav .owl-next
  {
    right: 0;
    top: -45px;
  }

  .landing-saas .owl-carousel .owl-nav .owl-prev
  {
    left: 0;
    top: -45px;
  }

  .landing-saas .bg-img-jump.left img
  {
    display: none;
  }

  .landing-saas .bg-img-jump.right img
  {
    display: none;
  }
}

@media (max-width: 992px)
{
  .landing-creative .iq-investor:after
  {
    display: none !important;
  }

  .landing-saas .iq-best-pricing
  {
    margin: 0 15px 60px 15px;
  }

  .landing-saas .prox-services
  {
    margin-bottom: 30px !important;
  }

  .landing-saas .iq-timer.style2.text-center
  {
    margin-bottom: 30px !important;
  }

  .landing-saas .about-right-box-img
  {
    position: relative;
    width: 100%;
    margin-bottom: 100px;
  }

  .landing-saas .iq-landing-software .container-fluid,.landing-saas .iq-landing-software .container-sm,.landing-saas .iq-landing-software .container-md,.landing-saas .iq-landing-software .container-lg,.landing-saas .iq-landing-software .container-xl
  {
    padding: 0px 50px;
  }

  .landing-saas .iq-landing-software .banner-text
  {
    text-align: center;
  }

  .landing-saas .iq-landing-software .banner-text h1
  {
    font-size: 42px;
    line-height: 52px;
  }

  .landing-saas .iq-landing-software .banner-text .iq-image img
  {
    max-width: 100%;
    padding: 0 100px;
  }

  .landing-saas .iq-res-top
  {
    padding-top: 0px;
  }

  .landing-saas .prox-process.prox-circle.right:before
  {
    display: none;
  }

  .landing-saas .iq-rpt-zero
  {
    padding-top: 0px !important;
  }

  .landing-saas .color-palette.purple-hover:after
  {
    display: none;
  }

  .landing-saas .color-palette.org-hover:after
  {
    display: none;
  }

  .landing-saas .iq-objects.style-two .iq-objects-03 img
  {
    display: none;
  }

  .landing-saas .mobile-effect img
  {
    display: none;
  }

  .landing-saas .bg-img-jump.left img
  {
    display: none;
  }

  .landing-saas .bg-img-jump.right img
  {
    display: none;
  }

  .landing-saas .popup-images.align-left .img-one img
  {
    position: relative;
    left: 0%;
    max-width: 100% !important;
  }
}

@media (max-width: 768px)
{
  .landing-saas .iq-banner .banner-img
  {
    padding-top: 50px;
  }
}

@media (max-width: 767px)
{
  .landing-saas .iq-landing-software .banner-text
  {
    margin-top: 16%;
  }

  .landing-saas .iq-landing-software .banner-text h1
  {
    font-size: 36px;
    line-height: 46px;
  }

  .landing-saas .iq-landing-software .banner-text .iq-image img
  {
    padding: 0 50px;
    margin-top: 50px;
  }

  .landing-saas .iq-landing-software .container-fluid,.landing-saas .iq-landing-software .container-sm,.landing-saas .iq-landing-software .container-md,.landing-saas .iq-landing-software .container-lg,.landing-saas .iq-landing-software .container-xl
  {
    padding: 0px 15px;
  }

  .landing-saas .test-shadow .testimonial-style.owl-carousel .iq-testimonial
  {
    margin: 15px 20px 60px 20px;
  }

  .landing-saas .iq-banner .banner-text h1
  {
    font-size: 34px;
  }

  .landing-saas .iq-banner:after
  {
    display: none;
  }

  .landing-saas section
  {
    padding: 80px 0;
  }

  .landing-saas .iq-rpt-zero
  {
    padding-top: 0px !important;
  }
}

@media (max-width: 479px)
{
  .landing-saas .iq-landing-software .banner-text
  {
    margin-top: 27%;
  }

  .landing-saas .iq-landing-software .banner-text h1
  {
    font-size: 30px;
    line-height: 40px;
  }

  .landing-saas .iq-landing-software .banner-text .iq-image img
  {
    padding: 0px 0px;
  }

  .landing-saas .testimonial-style.owl-carousel .iq-testimonial
  {
    padding: 45px 15px;
  }
}

.flatpickr-calendar
{
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);
  box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);
}

.flatpickr-calendar.open,.flatpickr-calendar.inline
{
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open
{
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open
{
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline
{
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static
{
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open
{
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7)
{
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1)
{
  -webkit-box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer
{
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer
{
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time
{
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time
{
  height: auto;
}

.flatpickr-calendar:before,.flatpickr-calendar:after
{
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.arrowRight:after
{
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,.flatpickr-calendar.arrowCenter:after
{
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before
{
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after
{
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after
{
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before
{
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after
{
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after
{
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before
{
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after
{
  border-top-color: #fff;
}

.flatpickr-calendar:focus
{
  outline: 0;
}

.flatpickr-wrapper
{
  position: relative;
  display: inline-block;
}

.flatpickr-months
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month
{
  background: transparent;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month
{
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled
{
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i
{
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month
{
  left: 0;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month
{
  right: 0;
}

.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover
{
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg
{
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg
{
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path
{
  -webkit-transition: fill .1s;
  transition: fill .1s;
  fill: inherit;
}

.numInputWrapper
{
  position: relative;
  height: auto;
}

.numInputWrapper input,.numInputWrapper span
{
  display: inline-block;
}

.numInputWrapper input
{
  width: 100%;
}

.numInputWrapper input::-ms-clear
{
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button
{
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span
{
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57,57,57,0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover
{
  background: rgba(0,0,0,0.1);
}

.numInputWrapper span:active
{
  background: rgba(0,0,0,0.2);
}

.numInputWrapper span:after
{
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp
{
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after
{
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown
{
  top: 50%;
}

.numInputWrapper span.arrowDown:after
{
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
  top: 40%;
}

.numInputWrapper span svg
{
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path
{
  fill: rgba(0,0,0,0.5);
}

.numInputWrapper:hover
{
  background: rgba(0,0,0,0.05);
}

.numInputWrapper:hover span
{
  opacity: 1;
}

.flatpickr-current-month
{
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month
{
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover
{
  background: rgba(0,0,0,0.05);
}

.flatpickr-current-month .numInputWrapper
{
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after
{
  border-bottom-color: rgba(0,0,0,0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after
{
  border-top-color: rgba(0,0,0,0.9);
}

.flatpickr-current-month input.cur-year
{
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus
{
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover
{
  font-size: 100%;
  color: rgba(0,0,0,0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months
{
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 .5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active
{
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover
{
  background: rgba(0,0,0,0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month
{
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays
{
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday
{
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,.flatpickr-weeks
{
  padding: 1px 0 0 0;
}

.flatpickr-days
{
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus
{
  outline: 0;
}

.dayContainer
{
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer+.dayContainer
{
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day
{
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus
{
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today
{
  border-color: #959ea9;
}

.flatpickr-day.today:hover,.flatpickr-day.today:focus
{
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay
{
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange
{
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange
{
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1))
{
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange
{
  border-radius: 50px;
}

.flatpickr-day.inRange
{
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay
{
  color: rgba(57,57,57,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover
{
  cursor: not-allowed;
  color: rgba(57,57,57,0.1);
}

.flatpickr-day.week.selected
{
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
}

.flatpickr-day.hidden
{
  visibility: hidden;
}

.rangeMode .flatpickr-day
{
  margin-top: 1px;
}

.flatpickr-weekwrapper
{
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks
{
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday
{
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover
{
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57,57,57,0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer
{
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer
{
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time
{
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after
{
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper
{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after
{
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after
{
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper
{
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper
{
  width: 49%;
}

.flatpickr-time input
{
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour
{
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second
{
  font-weight: 400;
}

.flatpickr-time input:focus
{
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm
{
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm
{
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus
{
  background: #eee;
}

.flatpickr-input[readonly]
{
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown
{
  from
  {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to
  {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown
{
  from
  {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to
  {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus
{
  outline: none;
}

.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,.slick-track:after
{
  display: table;
  content: '';
}

.slick-track:after
{
  clear: both;
}

.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide
{
  float: right;
}

.slick-slide img
{
  display: block;
}

.slick-slide.slick-loading img
{
  display: none;
}

.slick-slide.dragging img
{
  pointer-events: none;
}

.slick-initialized .slick-slide
{
  display: block;
}

.slick-loading .slick-slide
{
  visibility: hidden;
}

.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden
{
  display: none;
}

.slick-loading .slick-list
{
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

@font-face
{
  font-family:'slick';font-weight:normal;font-style:normal;src:url("./fonts/slick.eot");src:url("./fonts/slick.eot?#iefix") format("embedded-opentype"),url("./fonts/slick.woff") format("woff"),url("./fonts/slick.ttf") format("truetype"),url("./fonts/slick.svg#slick") format("svg");
}

.slick-prev,.slick-next
{
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus
{
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before
{
  opacity: 1;
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before
{
  opacity: .25;
}

.slick-prev:before,.slick-next:before
{
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
  left: -25px;
}

[dir='rtl'] .slick-prev
{
  right: -25px;
  left: auto;
}

.slick-prev:before
{
  content: '←';
}

[dir='rtl'] .slick-prev:before
{
  content: '→';
}

.slick-next
{
  right: -25px;
}

[dir='rtl'] .slick-next
{
  right: auto;
  left: -25px;
}

.slick-next:before
{
  content: '→';
}

[dir='rtl'] .slick-next:before
{
  content: '←';
}

.slick-dotted.slick-slider
{
  margin-bottom: 30px;
}

.slick-dots
{
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li
{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button
{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,.slick-dots li button:focus
{
  outline: none;
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before
{
  opacity: 1;
}

.slick-dots li button:before
{
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before
{
  opacity: .75;
  color: black;
}

.owl-carousel,.owl-carousel .owl-item
{
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel
{
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage
{
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after
{
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer
{
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper
{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item
{
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img
{
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled
{
  display: none;
}

.no-js .owl-carousel,.owl-carousel.owl-loaded
{
  display: block;
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev
{
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot
{
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading
{
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden
{
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item
{
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item
{
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab
{
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl
{
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item
{
  float: right;
}

.owl-carousel .animated
{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in
{
  z-index: 0;
}

.owl-carousel .owl-animated-out
{
  z-index: 1;
}

.owl-carousel .fadeOut
{
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut
{
  0%
  {
    opacity: 1;
  }

  100%
  {
    opacity: 0;
  }
}

@keyframes fadeOut
{
  0%
  {
    opacity: 1;
  }

  100%
  {
    opacity: 0;
  }
}

.owl-height
{
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy
{
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]
{
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy
{
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper
{
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon
{
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover
{
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn
{
  display: none;
}

.owl-carousel .owl-video-tn
{
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame
{
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.mfp-bg
{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap
{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container
{
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before
{
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before
{
  display: none;
}

.mfp-content
{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content
{
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur
{
  cursor: progress;
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close
{
  cursor: zoom-out;
}

.mfp-zoom
{
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content
{
  cursor: auto;
}

.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter
{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure
{
  display: none;
}

.mfp-hide
{
  display: none !important;
}

.mfp-preloader
{
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a
{
  color: #CCC;
}

.mfp-preloader a:hover
{
  color: #FFF;
}

.mfp-s-ready .mfp-preloader
{
  display: none;
}

.mfp-s-error .mfp-content
{
  display: none;
}

button.mfp-close,button.mfp-arrow
{
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner
{
  padding: 0;
  border: 0;
}

.mfp-close
{
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,.mfp-close:focus
{
  opacity: 1;
}

.mfp-close:active
{
  top: 1px;
}

.mfp-close-btn-in .mfp-close
{
  color: #333;
}

.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close
{
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter
{
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow
{
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active
{
  margin-top: -54px;
}

.mfp-arrow:hover,.mfp-arrow:focus
{
  opacity: 1;
}

.mfp-arrow:before,.mfp-arrow:after
{
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after
{
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before
{
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left
{
  left: 0;
}

.mfp-arrow-left:after
{
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before
{
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right
{
  right: 0;
}

.mfp-arrow-right:after
{
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before
{
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder
{
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content
{
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close
{
  top: -40px;
}

.mfp-iframe-scaler
{
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe
{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #000;
}

img.mfp-img
{
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure
{
  line-height: 0;
}

.mfp-figure:after
{
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #444;
}

.mfp-figure small
{
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure
{
  margin: 0;
}

.mfp-bottom-bar
{
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title
{
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content
{
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure
{
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px)
{
  .mfp-img-mobile .mfp-image-holder
  {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img
  {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after
  {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small
  {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar
  {
    background: rgba(0,0,0,0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty
  {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter
  {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close
  {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px)
{
  .mfp-arrow
  {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left
  {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right
  {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container
  {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.select2-container
{
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single
{
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered
{
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear
{
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered
{
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple
{
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered
{
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline
{
  float: left;
}

.select2-container .select2-search--inline .select2-search__field
{
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button
{
  -webkit-appearance: none;
}

.select2-dropdown
{
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results
{
  display: block;
}

.select2-results__options
{
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option
{
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected]
{
  cursor: pointer;
}

.select2-container--open .select2-dropdown
{
  left: 0;
}

.select2-container--open .select2-dropdown--above
{
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below
{
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown
{
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field
{
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button
{
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide
{
  display: none;
}

.select2-close-mask
{
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible
{
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single
{
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered
{
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear
{
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder
{
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow
{
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b
{
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear
{
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow
{
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single
{
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear
{
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b
{
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple
{
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered
{
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li
{
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear
{
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice
{
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove
{
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover
{
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline
{
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice
{
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove
{
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple
{
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple
{
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove
{
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple
{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple
{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field
{
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field
{
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options
{
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group]
{
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true]
{
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true]
{
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option
{
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group
{
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option
{
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option
{
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option
{
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option
{
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option
{
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]
{
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group
{
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single
{
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus
{
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered
{
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear
{
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder
{
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow
{
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b
{
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear
{
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow
{
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single
{
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow
{
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b
{
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single
{
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single
{
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple
{
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus
{
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered
{
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear
{
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice
{
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove
{
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover
{
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice
{
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove
{
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple
{
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple
{
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple
{
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field
{
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field
{
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown
{
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above
{
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below
{
  border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options
{
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group]
{
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true]
{
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected]
{
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group
{
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown
{
  border-color: #5897fb;
}

svg
{
  touch-action: none;
}

.jvectormap-container
{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  touch-action: none;
}

.jvectormap-tip
{
  position: absolute;
  display: none;
  border: solid 1px #CDCDCD;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px;
}

.jvectormap-zoomin,.jvectormap-zoomout,.jvectormap-goback
{
  position: absolute;
  left: 10px;
  border-radius: 3px;
  background: #292929;
  padding: 3px;
  color: white;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
  box-sizing: content-box;
}

.jvectormap-zoomin,.jvectormap-zoomout
{
  width: 10px;
  height: 10px;
}

.jvectormap-zoomin
{
  top: 10px;
}

.jvectormap-zoomout
{
  top: 30px;
}

.jvectormap-goback
{
  bottom: 10px;
  z-index: 1000;
  padding: 6px;
}

.jvectormap-spinner
{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==);
}

.jvectormap-legend-title
{
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.jvectormap-legend-cnt
{
  position: absolute;
}

.jvectormap-legend-cnt-h
{
  bottom: 0;
  right: 0;
}

.jvectormap-legend-cnt-v
{
  top: 0;
  right: 0;
}

.jvectormap-legend
{
  background: black;
  color: white;
  border-radius: 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend
{
  float: left;
  margin: 0 10px 10px 0;
  padding: 3px 3px 1px 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick
{
  float: left;
}

.jvectormap-legend-cnt-v .jvectormap-legend
{
  margin: 10px 10px 0 0;
  padding: 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick
{
  width: 40px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample
{
  height: 15px;
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample
{
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

.jvectormap-legend-tick-text
{
  font-size: 12px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick-text
{
  text-align: center;
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-text
{
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  padding-left: 3px;
}

@font-face
{
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root
{
  --swiper-theme-color: #007aff;
}

.swiper-container
{
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper
{
  flex-direction: column;
}

.swiper-wrapper
{
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,.swiper-wrapper
{
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper
{
  flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper
{
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper
{
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide
{
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank
{
  visibility: hidden;
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide
{
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper
{
  align-items: flex-start;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d
{
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper
{
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left
{
  background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-right
{
  background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-top
{
  background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-bottom
{
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
}

.swiper-container-css-mode>.swiper-wrapper
{
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar
{
  display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide
{
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper
{
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper
{
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root
{
  --swiper-navigation-size: 44px;
}

.swiper-button-next,.swiper-button-prev
{
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled
{
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,.swiper-button-prev:after
{
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next
{
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after
{
  content: 'prev';
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev
{
  right: 10px;
  left: auto;
}

.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after
{
  content: 'next';
}

.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white
{
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black
{
  --swiper-navigation-color: #000000;
}

.swiper-button-lock
{
  display: none;
}

.swiper-pagination
{
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden
{
  opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction
{
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic
{
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet
{
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active
{
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main
{
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev
{
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev
{
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next
{
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next
{
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet
{
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet
{
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet
{
  cursor: pointer;
}

.swiper-pagination-bullet-active
{
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical>.swiper-pagination-bullets
{
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet
{
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
{
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet
{
  display: inline-block;
  transition: .2s transform,.2s top;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet
{
  margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
{
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet
{
  transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet
{
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar
{
  background: rgba(0,0,0,0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill
{
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill
{
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite
{
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar
{
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white
{
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black
{
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock
{
  display: none;
}

.swiper-scrollbar
{
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,0.1);
}

.swiper-container-horizontal>.swiper-scrollbar
{
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar
{
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag
{
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag
{
  cursor: move;
}

.swiper-scrollbar-lock
{
  display: none;
}

.swiper-zoom-container
{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg
{
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed
{
  cursor: move;
}

.swiper-lazy-preloader
{
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white
{
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black
{
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin
{
  100%
  {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin
{
  100%
  {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification
{
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide
{
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide
{
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide
{
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active
{
  pointer-events: auto;
}

.swiper-container-cube
{
  overflow: visible;
}

.swiper-container-cube .swiper-slide
{
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide
{
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide
{
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active
{
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev
{
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top
{
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow
{
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip
{
  overflow: visible;
}

.swiper-container-flip .swiper-slide
{
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide
{
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active
{
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top
{
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
