@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

html button, html hr, html input {
  overflow: visible;
}

html audio, html canvas, html progress, html video {
  display: inline-block;
}

html progress, html sub, html sup {
  vertical-align: baseline;
}

html [type=checkbox], html [type=radio], html legend {
  box-sizing: border-box;
  padding: 0;
}

html html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html body {
  margin: 0;
}

html article, html aside, html details, html figcaption, html figure, html footer, html header, html main, html menu, html nav, html section {
  display: block;
}

html figure {
  margin: 1em 40px;
}

html hr {
  box-sizing: content-box;
  height: 0;
}

html code, html kbd, html pre, html samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

html a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

html abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

html b, html strong {
  font-weight: bolder;
}

html dfn {
  font-style: italic;
}

html mark {
  background-color: #ff0;
  color: #000;
}

html small {
  font-size: 80%;
}

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

html sub {
  bottom: -.25em;
}

html sup {
  top: -.5em;
}

html audio:not([controls]) {
  display: none;
  height: 0;
}

html img {
  border-style: none;
}

html svg:not(:root) {
  overflow: hidden;
}

html button, html input, html optgroup, html select, html textarea {
  font-family: sans-serif;
  font-size: 100%;
  margin: 0;
}

html button, html select {
  text-transform: none;
}

html [type=reset], html [type=submit], html button, html html [type=button] {
  -webkit-appearance: button;
}

html [type=button]::-moz-focus-inner, html [type=reset]::-moz-focus-inner, html [type=submit]::-moz-focus-inner, html button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

html [type=button]:-moz-focusring, html [type=reset]:-moz-focusring, html [type=submit]:-moz-focusring, html button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

html fieldset {
  padding: .35em .75em .625em;
}

html legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

html textarea {
  overflow: auto;
}

html [type=number]::-webkit-inner-spin-button, html [type=number]::-webkit-outer-spin-button {
  height: auto;
}

html [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

html [type=search]::-webkit-search-cancel-button, html [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

html ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

html summary {
  display: list-item;
}

html [hidden], html template {
  display: none;
}

/* Defaults */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

section {
  overflow: hidden;
}

/* -----------------------------------------------------------------------------

# Base - Typography

----------------------------------------------------------------------------- */
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

body {
  color: #24263a;
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  overflow-x: hidden;
}

a {
  color: #5966d2;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: #24263a;
}

blockquote {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 2rem;
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  background: #f6f6f9;
  border-left: 3px solid #ccced0;
  font-style: italic;
  margin: 0 0 1rem 0;
  padding: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin: 0;
}

h1 {
  font-size: 4.1rem; 
  font-weight: 900;
  line-height: 5rem;
  margin-bottom: 1.7rem;
}

@media only screen and (max-width: 479px) {
  h1 {
    font-size: 1.9rem;
    line-height: 3.5rem;
    margin-bottom: 1.9rem;
  }
}

h2 {
  font-size: 3rem;
  font-weight: 900;
  line-height: 3.5rem;
}

@media only screen and (max-width: 479px) {
  h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

h3 {
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 2.5rem;
  margin-bottom: 2.1rem;
}

@media only screen and (max-width: 479px) {
  h3 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}

h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

p {
  margin: 0 0 1rem 0;
}

p:last-child {
  margin: 0;
}

.lead {
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 2.5rem;
}

@media only screen and (max-width: 479px) {
  .lead {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.lead-1 {
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 2.1rem;
}

@media only screen and (max-width: 479px) {
  .lead-1 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}


.paragraph {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 2rem;
}

@media only screen and (max-width: 479px) {
  .paragraph {
    font-size: 1.125rem;
    letter-spacing: normal;
    line-height: 1.75rem;
  }
}

.muted {
  opacity: 0.4;
}

.dark {
  color: #fff;
}

.dark a:not(.button) {
  color: #fff;
}

.dark blockquote {
  background: #24263a;
}

.dark p {
  opacity: 0.8;
}

/* -----------------------------------------------------------------------------

# Base - Grid

----------------------------------------------------------------------------- */
.row {
  display: table;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.row .col-one-half {
  width: 48%;
}

.row .col-one-third {
  width: 30.6666666667%;
}

.row .col-one-fourth {
  width: 22%;
}

.row .col-one-fifth {
  width: 16.8%;
}

.row .col-two-thirds {
  width: 65.3333333333%;
}

.row .col-two-fourths {
  width: 48%;
}

.row .col-two-fifths {
  width: 37.6%;
}

.row .col-three-fourths {
  width: 74%;
}

.row .col-three-fifths {
  width: 58.4%;
}

.row .col-four-fifths {
  width: 79.2%;
}

.row [class^="col-"] {
  float: left;
  margin: 0 2%;
}

.row [class^="col-"]:first-child {
  margin-left: 0;
}

.row [class^="col-"]:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1023px) {
  .row [class^="col-"] {
    margin: 1.5rem 0;
    width: 100%;
  }
  .row [class^="col-"]:first-child {
    margin-top: 0;
  }
  .row [class^="col-"]:last-child {
    margin-bottom: 0;
  }
  .row .col-one-half {
    margin: 0 2%;
    width: 48%;
  }
  .row .col-one-fourth {
    margin: 0 2%;
    width: 48%;
  }
  .row .col-one-fourth:nth-child(-n+2) {
    margin-bottom: 3rem;
  }
  .row .col-one-fourth:nth-child(2) {
    margin-right: 0;
  }
  .row .col-one-fourth:nth-child(3) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .row [class^="col-"] {
    margin: 1.5rem 0;
    width: 100%;
  }
  .row .col-one-fourth:nth-child(-n+2) {
    margin-bottom: 1.5rem;
  }
}

/* Remove gutter between columns */
.row.no-gutter .col-one-half {
  width: 50%;
}

.row.no-gutter .col-one-third {
  width: 33.3333333333%;
}

.row.no-gutter .col-one-fourth {
  width: 25%;
}

.row.no-gutter .col-one-fifth {
  width: 20%;
}

.row.no-gutter .col-two-thirds {
  width: 66.6666666667%;
}

.row.no-gutter .col-two-fourths {
  width: 50%;
}

.row.no-gutter .col-two-fifths {
  width: 40%;
}

.row.no-gutter .col-three-fourths {
  width: 75%;
}

.row.no-gutter .col-three-fifths {
  width: 60%;
}

.row.no-gutter .col-four-fifths {
  width: 80%;
}

.row.no-gutter [class^="col-"] {
  margin: 0;
}

@media only screen and (max-width: 1023px) {
  .row.no-gutter [class^="col-"] {
    width: 100%;
  }
  .row.no-gutter .col-one-half,
  .row.no-gutter .col-one-fourth {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .row.no-gutter [class^="col-"] {
    width: 100%;
  }
}

/* -----------------------------------------------------------------------------

# Tools - Align

----------------------------------------------------------------------------- */
.center {
  text-align: center;
}

.left {
  float: left;
  text-align: left;
}

.right {
  float: right;
  text-align: right;
}

.middle {
  display: table;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .center-tablet {
    text-align: center;
  }
}

@media only screen and (max-width: 479px) {
  .center-mobile {
    text-align: center;
  }
}

/* -----------------------------------------------------------------------------

# Tools - Background

----------------------------------------------------------------------------- */
.bg-dark {
  background: #032062;
}

.bg-content {
  background: #062b7a;
}

.bg-light {
background-color:#f2f3f7;
}
.bg-light .lead {
color: #708ea0;
}


.bg-light h3 {
color: #516599;
line-height: 1.2em;
font-size: 2.7em;
font-weight:600;
}

.bg-light .text {
  color: #373a40;
  font-family: 'Raleway', sans-serif;
  font-size: 19px;
  line-height: 1.5;
  padding-top: 33px;
}

.introduction {
background-color: #111a8d;
}

.bg-primary {
  background: #5966d2;
}

.bg-white {
  background: #fff;
}

/* Gradients */
.bg-gradient-blue {
  background: #0957d9;
  background: -webkit-linear-gradient(to bottom right, #2584e0 0%, #0957d9 100%);
  background: -moz-linear-gradient(to bottom right, #2584e0 0%, #0957d9 100%);
  background: -ms-linear-gradient(to bottom right, #2584e0 0%, #0957d9 100%);
  background: -o-linear-gradient(to bottom right, #2584e0 0%, #0957d9 100%);
  background: linear-gradient(to bottom right, #2584e0 0%, #0957d9 100%);
}

.bg-gradient-cyan {
  background-color: #254cbb;
}

.bg-gradient-green {
  background: #39cfa2;
  background: -webkit-linear-gradient(to bottom right, #67dbb8 0%, #39cfa2 100%);
  background: -moz-linear-gradient(to bottom right, #67dbb8 0%, #39cfa2 100%);
  background: -ms-linear-gradient(to bottom right, #67dbb8 0%, #39cfa2 100%);
  background: -o-linear-gradient(to bottom right, #67dbb8 0%, #39cfa2 100%);
  background: linear-gradient(to bottom right, #67dbb8 0%, #39cfa2 100%);
}

.bg-gradient-indigo {
  background: #313fae;
  background: -webkit-linear-gradient(to bottom right, #606cc3 0%, #313fae 100%);
  background: -moz-linear-gradient(to bottom right, #606cc3 0%, #313fae 100%);
  background: -ms-linear-gradient(to bottom right, #606cc3 0%, #313fae 100%);
  background: -o-linear-gradient(to bottom right, #606cc3 0%, #313fae 100%);
  background: linear-gradient(to bottom right, #606cc3 0%, #313fae 100%);
}

.bg-gradient-olive {
  background: #85b99e;
  background: -webkit-linear-gradient(to bottom right, #aacdb5 0%, #85b99e 100%);
  background: -moz-linear-gradient(to bottom right, #aacdb5 0%, #85b99e 100%);
  background: -ms-linear-gradient(to bottom right, #aacdb5 0%, #85b99e 100%);
  background: -o-linear-gradient(to bottom right, #aacdb5 0%, #85b99e 100%);
  background: linear-gradient(to bottom right, #aacdb5 0%, #85b99e 100%);
}

.bg-gradient-pink {
  background: #dc60a3;
  background: -webkit-linear-gradient(to bottom right, #e58cba 0%, #dc60a3 100%);
  background: -moz-linear-gradient(to bottom right, #e58cba 0%, #dc60a3 100%);
  background: -ms-linear-gradient(to bottom right, #e58cba 0%, #dc60a3 100%);
  background: -o-linear-gradient(to bottom right, #e58cba 0%, #dc60a3 100%);
  background: linear-gradient(to bottom right, #e58cba 0%, #dc60a3 100%);
}

.bg-gradient-sienna {
  background: #c4a495;
  background: -webkit-linear-gradient(to bottom right, #d5bfab 0%, #c4a495 100%);
  background: -moz-linear-gradient(to bottom right, #d5bfab 0%, #c4a495 100%);
  background: -ms-linear-gradient(to bottom right, #d5bfab 0%, #c4a495 100%);
  background: -o-linear-gradient(to bottom right, #d5bfab 0%, #c4a495 100%);
  background: linear-gradient(to bottom right, #d5bfab 0%, #c4a495 100%);
}

.bg-gradient-violet {
  background: #7421db;
  background: -webkit-linear-gradient(to bottom right, #9e3ee2 0%, #7421db 100%);
  background: -moz-linear-gradient(to bottom right, #9e3ee2 0%, #7421db 100%);
  background: -ms-linear-gradient(to bottom right, #9e3ee2 0%, #7421db 100%);
  background: -o-linear-gradient(to bottom right, #9e3ee2 0%, #7421db 100%);
  background: linear-gradient(to bottom right, #9e3ee2 0%, #7421db 100%);
}

/* Images and patterns */
[class*="bg-image-"],
[class*="bg-pattern-"] {
  overflow: hidden;
  position: relative;
}

[class*="bg-image-"]:before, [class*="bg-image-"]:after,
[class*="bg-pattern-"]:before,
[class*="bg-pattern-"]:after {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  content: "";
  height: 100%;
  left: -1%;
  position: absolute;
  top: 0;
  width: 102%;
}

[class*="bg-image-"]:before,
[class*="bg-pattern-"]:before {
  z-index: -2;
}

[class*="bg-image-"]:after,
[class*="bg-pattern-"]:after {
  z-index: -1;
}

/* Images */
[class*="bg-image-"].overlay:after {

}

.dark[class*="bg-image-"].overlay:after {
  background: rgba(36, 38, 58, 0.8);
}

.bg-image-01:before {
background: rgb(34,50,98);
background: linear-gradient(90deg, rgba(34,50,98,1) 0%, rgba(34,50,98,1) 49%, rgba(34,50,98,1) 100%);
}

.bg-image-02:before {
  background: url(../media/bg/images/bg1.jpg);
}

.bg-image-03:before {
  background: url(../media/bg/images/image-03@2x.jpg);
}

@media only screen and (max-width: 479px) {
  .bg-image-01:before {
    background: url(../media/bg/images/image-01.jpg);
  }
  .bg-image-02:before {
    background: url(../media/bg/images/image-02.jpg);
  }
  .bg-image-03:before {
    background: url(../media/bg/images/image-03.jpg);
  }
}

/* Patterns */
.bg-pattern-01:before {
  background: url(../media/bg/patterns/pattern-01@2x.jpg);
}

.bg-pattern-01:after {
  background: url(../media/bg/patterns/mask-01.svg);
}

@media only screen and (max-width: 479px) {
  .bg-pattern-01:before {
    background: url(../media/bg/patterns/pattern-01.jpg);
  }
}

/* -----------------------------------------------------------------------------

# Tools - Divider

----------------------------------------------------------------------------- */
.divider {
  border-bottom: 1px solid #ececee;
  margin: 3rem 0;
  width: 100%;
}

.dark .divider {
  border-bottom: 1px solid #24263a;
}

/* -----------------------------------------------------------------------------

# Tools - Full Screen

----------------------------------------------------------------------------- */
.full-screen {
  height: calc(100vh);
  min-height: 40rem;
  width: 100%;
}

/* -----------------------------------------------------------------------------

# Tools - Full Width

----------------------------------------------------------------------------- */
.full-width {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .full-width-tablet {
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .full-width-mobile {
    width: 100%;
  }
}

/* -----------------------------------------------------------------------------

# Tools - Max Width

----------------------------------------------------------------------------- */
[class*="max-width-"] {
  margin: 0 auto;
  width: 100%;
}

.max-width-s {
  max-width: 400px;
}

.max-width-m {
  max-width: 800px;
  z-index:2;
}

.max-width-l {
  max-width: 1200px;
}


.max-width-m h1 {
  color: #eaeaea;
}

.max-width-m .lead {
  color: #eaeaea;
}

/* -----------------------------------------------------------------------------

# Tools - Min Width

----------------------------------------------------------------------------- */
[class*="min-width-"] {
  margin: 0 auto;
}

.min-width-s {
  min-width: 400px;
}

.min-width-m {
  min-width: 800px;
}

.min-width-l {
  min-width: 1200px;
}

/* -----------------------------------------------------------------------------

# Tools - Rounded

----------------------------------------------------------------------------- */
.rounded {
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
}

/* -----------------------------------------------------------------------------

# Tools - Spacing

----------------------------------------------------------------------------- */
.padding {
  padding: 5rem 2rem;
}

@media only screen and (max-width: 1023px) {
  .padding {
    padding: 3rem 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .padding {
    padding: 3rem 1rem;
  }
}

.margin-bottom {
  margin-bottom: 5rem;
}

@media only screen and (max-width: 1023px) {
  .margin-bottom {
    margin-bottom: 3rem;
  }
}

.margin-top {
  margin-top: 5rem;
}

@media only screen and (max-width: 1023px) {
  .margin-top {
    margin-top: 3rem;
  }
}

.space-bottom {
  margin-bottom: 1rem;
}

.space-top {
  margin-top: 1rem;
}

/* -----------------------------------------------------------------------------

# Components - Alerts

----------------------------------------------------------------------------- */
.alert {
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  background: #f6f6f9;
  margin-bottom: 1rem;
  padding: 1rem;
}

.alert.alert-default {
  border-left: 3px solid #ccced0;
}

.alert.alert-error {
  border-left: 3px solid #e52b20;
}

.alert.alert-success {
  border-left: 3px solid #63ce63;
}

.alert.alert-warning {
  border-left: 3px solid #ffbf2f;
}

.dark .alert {
  background: #24263a;
}

/* -----------------------------------------------------------------------------

# Components - Buttons

----------------------------------------------------------------------------- */
.button {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  font-weight: 700;
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  height: 3rem;
  line-height: 2.875rem;
  padding: 0 1.25rem;
  text-align: center;
}

.button.button-s {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  font-weight: 700;
  height: 2rem;
  line-height: 1.875rem;
  padding: 0 0.75rem;
}

.button.button-m {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
  font-weight: 700;
  height: 2.5rem;
  line-height: 2.375rem;
  padding: 0 1rem;
}

.button.button-l {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  font-weight: 700;
  height: 3.5rem;
  line-height: 3.375rem;
  padding: 0 1.5rem;
}

.button.button-primary {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background: #5966d2;
  border: 1px solid #5966d2;
  color: #fff;
}

.button.button-primary:hover {
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
  background: #6d78d7;
  border: 1px solid #6d78d7;
}

.button.button-primary:focus {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  background: #5966d2;
  border: 1px solid #5966d2;
}

.button.button-secondary {
  border: 1px solid #ececee;
  color: #5966d2;
}

.button.button-secondary:hover {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

.button.button-secondary:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.dark .button.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}

.dark .button.button-secondary:hover {
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.dark .button.button-secondary:focus {
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.button.button-disabled {
  background: #ccced0;
  border: 1px solid #ccced0;
  color: #24263a;
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .button.button-primary:hover, .button.button-secondary:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@media only screen and (max-width: 479px) {
  .button {
    height: 3.5rem;
    line-height: 3.375rem;
  }
  .button.button-s {
    height: 2.5rem;
    line-height: 2.375rem;
  }
  .button.button-m {
    height: 3rem;
    line-height: 2.875rem;
  }
  .button.button-l {
    height: 4rem;
    line-height: 3.875rem;
  }
}

/* -----------------------------------------------------------------------------

# Components - Card

----------------------------------------------------------------------------- */
.card {
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 2rem;
}

@media only screen and (max-width: 479px) {
  .card {
    padding: 1rem;
  }
}

.dark .card {
  background: #24263a;
}

/* -----------------------------------------------------------------------------

# Components - Code

----------------------------------------------------------------------------- */
.code-markup {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
  margin-bottom: 1rem;
}

.code-markup .code-header {
  -webkit-border-top-left-radius: 0.1875rem;
  -moz-border-radius-topleft: 0.1875rem;
  border-top-left-radius: 0.1875rem;
  -webkit-border-top-right-radius: 0.1875rem;
  -moz-border-radius-topright: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  background: #2e304a;
  color: #fff;
  display: block;
  padding: 1rem;
}

.code-markup span {
  color: #d1d2d6;
}

.code-markup code {
  -webkit-border-bottom-left-radius: 0.1875rem;
  -moz-border-radius-bottomleft: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
  -webkit-border-bottom-right-radius: 0.1875rem;
  -moz-border-radius-bottomright: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
  background: #24263a;
  color: #dcc982;
  display: block;
  padding: 1rem;
}

/* -----------------------------------------------------------------------------

# Components - Footer

----------------------------------------------------------------------------- */
.footer-main {
background-color: #fff;
padding: 40px 0 0 0;
}

.footer-main a:not(.button) {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
  color: #c9cacf;
  opacity: 0.8;
}

.footer-main a:not(.button):hover {
  color: #caccd9;
  opacity: 1;
}

.footer-main p {
  opacity: 0.8;
}

.footer-main input[type="email"] {
  background: #868f96;
  border: 1px solid #919ba3;
  height: 47px;
}

.footer-main .copyright {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  opacity: 0.7;
    color: #000;
  padding-bottom: 3rem;
  text-align: center;
  text-transform:uppercase;
}

.footer-main .copyright a {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
    color: #fff;
  opacity: 1;
}

.footer-main.dark a:not(.button) {
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .footer-main {
    text-align: center;
  }
  .footer-main a:not(.button) {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
  }
  .footer-main form [class^="col-"] {
    margin-top: 0;
  }
  .footer-main form [class^="col-"]:first-child {
    margin-bottom: 1rem;
  }
  .footer-main .copyright a {
    font-size: 0.75rem;
    font-weight: 100;
    line-height: 1rem;
  }
}

/* -----------------------------------------------------------------------------

# Components - Forms

----------------------------------------------------------------------------- */
form {
  /* Checkboxes and radio buttons */
  /* Switch */
}

form label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 2.5rem;
}

form input[type="email"],
form input[type="password"],
form input[type="text"],
form select,
form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  background: #f6f6f9;
  border: 1px solid #ececee;
  color: #24263a;
  padding: 0.5rem 0.75rem;
  width: 100%;
}

form input[type="email"]:focus,
form input[type="password"]:focus,
form input[type="text"]:focus,
form select:focus,
form textarea:focus {
  border: 1px solid #ccced0;
  outline: none;
}

form input[type="email"],
form input[type="password"],
form input[type="text"],
form select,
form .select-wrapper {
  height: 2.5rem;
}

form .select-wrapper {
  position: relative;
}

form .select-wrapper:before {
  direction: ltr;
  display: inline-block;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #24263a;
  content: "keyboard_arrow_down";
  height: 2.5rem;
  line-height: 2.5rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 2.5rem;
}

form .select-wrapper select {
  cursor: pointer;
}

form .select-wrapper select::-ms-expand {
  display: none;
}

form textarea {
  min-height: 10rem;
}

form input[type="checkbox"],
form input[type="radio"] {
  display: none;
}

form input[type="checkbox"]:checked + label.checkbox:before,
form input[type="checkbox"]:checked + label.radio:before,
form input[type="radio"]:checked + label.checkbox:before,
form input[type="radio"]:checked + label.radio:before {
  background: #5966d2;
}

form input[type="checkbox"]:checked + label.checkbox:after,
form input[type="checkbox"]:checked + label.radio:after,
form input[type="radio"]:checked + label.checkbox:after,
form input[type="radio"]:checked + label.radio:after {
  color: #fff;
}

form label.checkbox,
form label.radio {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  cursor: pointer;
  display: block;
  line-height: 2.5rem;
  padding-left: 2rem;
  position: relative;
  width: fit-content;
  -webkit-tap-highlight-color: transparent;
}

form label.checkbox:last-child,
form label.radio:last-child {
  margin-bottom: 0;
}

form label.checkbox:before,
form label.radio:before {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background: #ececee;
  content: "";
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 0.5rem;
  width: 1.5rem;
}

.dark form label.checkbox:before, .dark
form label.radio:before {
  background: #24263a;
}

form label.checkbox:after,
form label.radio:after {
  direction: ltr;
  display: inline-block;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #ececee;
  content: "check";
  font-size: 1.25rem;
  height: 1.5rem;
  left: 0;
  line-height: 1.5rem;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 0.5rem;
  width: 1.5rem;
}

.dark form label.checkbox:after, .dark
form label.radio:after {
  color: #24263a;
}

form label.checkbox:before {
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
}

form label.radio:before {
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  border-radius: 0.75rem;
}

form input.switch {
  display: none;
}

form input.switch:checked + label.switch:before {
  background: #5966d2;
}

form input.switch:checked + label.switch:after {
  left: 26px;
}

form label.switch {
  cursor: pointer;
  display: block;
  height: 32px;
  width: fit-content;
  -webkit-tap-highlight-color: transparent;
}

form label.switch:before {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background: #ececee;
  content: "";
  display: block;
  height: 32px;
  width: 56px;
}

.dark form label.switch:before {
  background: #24263a;
}

form label.switch:after {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background: #fff;
  content: "";
  display: block;
  height: 28px;
  left: 2px;
  position: relative;
  top: -30px;
  width: 28px;
}

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

form .form-help {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
  color: #24263a;
  opacity: 0.4;
}

@media only screen and (max-width: 767px) {
  form .row.unequal [class^="col-"].unequal {
    margin: 0;
  }
}

@media only screen and (max-width: 479px) {
  form input[type="email"],
  form input[type="password"],
  form input[type="text"],
  form select,
  form .select-wrapper {
    height: 3rem;
  }
  form .select-wrapper:before {
    height: 3rem;
    line-height: 3rem;
    width: 3rem;
  }
}

/* -----------------------------------------------------------------------------

# Components - Header

----------------------------------------------------------------------------- */
.no-scroll {
  overflow: hidden;
}

.header-main {
  background: transparent;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

.header-main nav {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  padding: 1rem;
}

.header-main a:not(.button) {
  color: #24263a;
  height: 2.5rem;
  line-height: 2.5rem;
}

.header-main a:not(.button):hover, .header-main a:not(.button):focus {
  color: #5966d2;
}

.header-main .logo .logo-icon {
  height: 2.5rem;
}

.header-main ul {
  float: right;
  margin: 0;
}

.header-main .nav-toggle {
  display: none;
}

.header-main.dark a:not(.button) {
  color: #fff;
}

.header-main.dark a:not(.button):hover, .header-main.dark a:not(.button):focus {
  color: #fff;
}

.header-main.dark .nav-toggle:before {
  color: #fff;
}

.header-main.fade-in nav {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.98);
}

.header-main.fade-in a:not(.button) {
  color: #24263a;
}

.header-main.fade-in a:not(.button):hover, .header-main.fade-in a:not(.button):focus {
  color: #5966d2;
}

.header-main.fade-in .nav-toggle:before {
  color: #24263a;
}

.header-main.fade-in .button-secondary {
  border: 1px solid #ececee;
  color: #5966d2;
}

.header-main.fade-in .button-secondary:hover {
  border: 1px solid #ececee;
}

.header-main.fade-in .button-secondary:focus {
  border: 1px solid #ececee;
}

@media only screen and (max-width: 767px) {
  .header-main ul {
    display: none;
  }
  .header-main .nav-toggle {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    display: inline-block;
    float: right;
    height: 2.5rem;
    text-align: center;
    width: 1.5rem;
  }
  .header-main .nav-toggle:before {
    direction: ltr;
    display: inline-block;
    font-family: "Material Icons";
    font-feature-settings: "liga";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-rendering: optimizeLegibility;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #24263a;
    content: "menu";
    line-height: 2.5rem;
  }
  .header-main.active {
    background: #fff;
    height: 100%;
  }
  .header-main.active nav {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .header-main.active a:not(.button) {
    color: #24263a;
  }
  .header-main.active a:not(.button):hover, .header-main.active a:not(.button):focus {
    color: #5966d2;
  }
  .header-main.active ul {
    display: block;
    padding: 2rem;
    width: 100%;
  }
  .header-main.active ul li {
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 2.5rem;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .header-main.active ul li:last-child {
    margin-bottom: 0;
  }
  .header-main.active ul li a:not(.button) {
    line-height: 3rem;
  }
  .header-main.active .nav-toggle {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .header-main.active .nav-toggle:before {
    color: #24263a;
    content: "close";
  }
  .header-main.active .button {
    height: 3.5rem;
    line-height: 3.375rem;
    margin-top: 1rem;
  }
  .header-main.active .button-secondary {
    border: 1px solid #ececee;
    color: #5966d2;
  }
  .header-main.active .button-secondary:hover {
    border: 1px solid #ececee;
  }
  .header-main.active .button-secondary:focus {
    border: 1px solid #ececee;
  }
}

/* -----------------------------------------------------------------------------

# Components - Icons

----------------------------------------------------------------------------- */
.feature-icons {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 3rem;
  height: 4rem;
  line-height: 4rem;
  margin-bottom: 1rem;
  text-align: center;
  width: 4rem;
}

/* -----------------------------------------------------------------------------

# Components - List

----------------------------------------------------------------------------- */
ol,
ul {
  margin: 0 0 1rem 0;
  padding-left: 1.25rem;
}

ol.inline,
ul.inline {
  padding-left: 0;
}

ol.inline li,
ul.inline li {
  display: inline-block;
  padding-right: 1rem;
  vertical-align: top;
}

ol.inline li:last-child,
ul.inline li:last-child {
  padding-right: 0;
}

ol.blank,
ul.blank {
  list-style: none;
  padding: 0;
}

@media only screen and (max-width: 1023px) {
  ol li,
  ul li {
    margin-bottom: 0.5rem;
  }
}

/* -----------------------------------------------------------------------------

# Components - Logo

----------------------------------------------------------------------------- */
.logo {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #24263a;
  display: inline-block;
  font-weight: 900;
  height: 1.5rem;
  line-height: 1.5rem;
  position: relative;
  text-transform: uppercase;
}

.logo .logo-icon {
  height: 1.5rem;
  left: 0;
  position: absolute;
  width: 1.5rem;
}

.logo span {
  padding-left: 1.75rem;
}

.dark .logo {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .logo {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
}

/* -----------------------------------------------------------------------------

# Components - Pricing

----------------------------------------------------------------------------- */
.pricing-switch {
  margin-bottom: 2rem;
}

.pricing-switch li:first-child {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  padding-right: 0.5rem;
}

.pricing-duration {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
}

.pricing-monthly,
.pricing-yearly.active {
  display: inline-block;
}

.pricing-yearly,
.pricing-monthly.inactive {
  display: none;
}

/* -----------------------------------------------------------------------------

# Components - Sidebar

----------------------------------------------------------------------------- */
.sidebar {
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  background-color: #eaeaea;
  border-radius: 0.1875rem;
  border: 1px solid #ececee;
  max-height: calc(100vh - 7.5rem);
  overflow-x: hidden;
  overflow-y: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
}

.sidebar .sidebar-header {
  border-bottom: 1px solid #ececee;
  margin-bottom: 0;
  padding: 1rem;
}

.sidebar a {
  color: #fff;
  font-size:21px;
  font-weight: 300;
  display: block;
  padding: 1.1rem 1rem;
}

.sidebar a:hover {
  background: #f6f6f9;
  color: #5966d2;
  
}

.sidebar ul {
  margin-bottom: 0;
    background: #1c60a5;
}

.sidebar ul li {
  border-bottom: 1px solid #ececee;
  margin-bottom: 0;
  padding: 0px 0;
}

.sidebar ul li:last-child {
  border-bottom: none;
}

.dark .sidebar {
  background: #1c60a5;
  border: 1px solid #1a1c2a;
}

.dark .sidebar .sidebar-header {
  border-bottom: 1px solid #1a1c2a;
  font-size:21px;
}

.dark .sidebar a:hover {
  background: #2e304a;
  color: #fff;
}

.dark .sidebar ul li {
  border-bottom: 1px solid #1a1c2a;
}

.dark .sidebar ul li:last-child {
  border-bottom: none;
}

@media only screen and (max-width: 1023px) {
  .sidebar {
    cursor: pointer;
    max-height: 100%;
    overflow-y: visible;
    position: relative;
    top: 0;
  }
  .sidebar:before {
    direction: ltr;
    display: inline-block;
    font-family: "Material Icons";
    font-feature-settings: "liga";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-rendering: optimizeLegibility;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    content: "keyboard_arrow_down";
    height: 3rem;
    line-height: 3rem;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 3rem;
  }
  .sidebar .sidebar-header {
    -webkit-border-radius: 0.1875rem;
    -moz-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    border-bottom: none;
    padding: 0.75rem 1rem;
  }
  .sidebar ul {
    display: none;
  }
  .sidebar.active:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  .sidebar.active .sidebar-header {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-top-left-radius: 0.1875rem;
    -moz-border-radius-topleft: 0.1875rem;
    border-top-left-radius: 0.1875rem;
    -webkit-border-top-right-radius: 0.1875rem;
    -moz-border-radius-topright: 0.1875rem;
    border-top-right-radius: 0.1875rem;
    border-bottom: 1px solid #ececee;
  }
  .sidebar.active ul {
    display: block;
  }
  .dark .sidebar .sidebar-header {
    border-bottom: none;
  }
  .dark .sidebar.active .sidebar-header {
    border-bottom: 1px solid #1a1c2a;
  }
}

/* -----------------------------------------------------------------------------

# Components - Table

----------------------------------------------------------------------------- */
table {
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  background: #f6f6f9;
  border-collapse: collapse;
  margin-bottom: 1rem;
  width: 100%;
}


table tr {
  border-bottom: 1px solid #ececee;
}

table tr:last-child {
  border-bottom: none;
}

table th {
  -webkit-border-top-left-radius: 0.1875rem;
  -moz-border-radius-topleft: 0.1875rem;
  border-top-left-radius: 0.1875rem;
  -webkit-border-top-right-radius: 0.1875rem;
  -moz-border-radius-topright: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  padding: 1rem;
  text-align: left;
}

table td {
  padding: 1rem;
}

.dark table {
  background: transparent;
  border: 1px solid #547acc;
  margin-top: 39px;
  color: #547acc;
}

.dark table tr {
  border-bottom: 1px solid #547acc;
  font-size:1.1em;
}

.dark table th {
  color: #babbcc;
  font-weight: 300;
  font-size: 1.1em;
}

.dark table a {
  font-weight: 300;
  font-size: 1.3em;
  color: #a1c0f5 !important;
  text-decoration:underline;
  
                                                     
}

.dark table tr:last-child {
  border-bottom: none;
}

/* -----------------------------------------------------------------------------

# Pages - Onboarding

----------------------------------------------------------------------------- */
.page-onboarding {
  padding: 1rem;
}

.page-onboarding .logo {
  margin-bottom: 1rem;
  opacity: 0.2;
}

.page-onboarding .form-help {
  line-height: 2.5rem;
  position: absolute;
  right: 0;
  top: 0;
}

.page-onboarding .form-help:hover {
  opacity: 1;
}

@media only screen and (max-width: 479px) {
  .page-onboarding {
    background: #fff;
  }
  .page-onboarding .logo {
    display: none;
  }
  .page-onboarding .card {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
  }
}

/* -----------------------------------------------------------------------------

# Pages - Style Guide

----------------------------------------------------------------------------- */
.page-style-guide table th:first-child {
  width: 30%;
}

.page-style-guide .color-swatch {
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  border: 0.125rem solid #fff;
  display: block;
  height: 5rem;
}

.page-style-guide .color-swatch.color-primary {
  background: #5966d2;
}

.page-style-guide .color-swatch.color-green {
  background: #63ce63;
}

.page-style-guide .color-swatch.color-orange {
  background: #ffbf2f;
}

.page-style-guide .color-swatch.color-red {
  background: #e52b20;
}

.page-style-guide .color-swatch.color-text {
  background: #24263a;
}

.page-style-guide .color-swatch.color-gray-light {
  background: #f6f6f9;
}

.page-style-guide .color-swatch.color-gray-medium {
  background: #ececee;
}

.page-style-guide .color-swatch.color-gray-dark {
  background: #ccced0;
}





.type-2-main-title{
  background-color: #071791;
	padding: 65px 0px 65px 10px;
}


.type-2-main-title h3 {
    font-size: 15px;
    color: #fff;
    font-style: italic;
    font-family: 'Droid Serif', serif;
    margin: 0;
}

.vertical h3 {
    padding-top:10px; 
    color: #868cd8;
    font-weight: 900;
    font-size: 38px;
    line-height: 1.25;
}
.col-one-half .lead {
    color: #a5abdf;
    padding-left: 27px;
}

.col-one-half .box-border {
    border: 1px solid #3f5eb4;
    padding-top: 31px;
    padding-left: 0px;
    min-height: 100%;

}

.col-one-half .box-border-1 {
    border: 1px solid #3f5eb4;
    padding-top: 31px;
    padding-right: 21px;
    padding-left: 21px;
    min-height: 100%;

}

        
.col-one-half h3 {
    color: #a5abdf;
    font-size: 33px;
}
.col-one-half h4 {
    color: #a5abdf;
    font-size: 33px;
    padding: 0 0 19px 27px;
}


.col-three-fourths h4 {
    color: #000;
    font-size: 39px;
    padding: 0 0 19px 0px;
}
.opening {
    padding-top:19px;
    padding-left: 11px;
}

.col-one-half .lead-premier {
    color: #a5abdf;
    font-size: 19px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;

}  
.col-one-half .lead-premier-platform {
    color: #a5abdf;
    font-size: 19px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    padding-right: 11px;
    margin-left: 28px;
}
.type-2-main-title h2 {
    font-size: 32px;
    color: #cee1f5;
    font-weight: 500; 
    margin-top: 5px;
    position: relative;
}
.type-2-main-title p {
    font-size: 15px;
    color: #5c96cb;
    font-family: 'Droid Serif', serif;
    margin-top: 19px;    
}
.type-2-main-title{}
.type-2-main-title-content{

}

.type-2-main-title-content h3 {
    margin-top: 10px;
    padding-left:32px;
    line-height: 23px;
    font-size: 19px;  
    color: #6d9eca;
    font-family: 'Droid Serif', serif;
}

@media(max-width: 992px){
	.type-2-main-title-content{
		text-align: center;
	}
	.type-2-main-title h2 {
	    margin-top: 10px;
	    margin-bottom: 30px;
	}		
}

/*---------------------------------------
    SERVICE 6 AREA
-----------------------------------------*/
.service-6-content-single{
    background-color: #022063;
	  position: relative;
    padding: 100px 80px;
    background-size: cover;	
}
.service-6-content-single:before{
	position: absolute;
	content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;

}
.service-6-content-2:before{
	background-color: #022063;
  
}
.service-6-content-3:before{
	background-color: #616161;
}

.service-6-content-icon h2{
	font-size: 25px;
  font-family: 'Droid Serif', serif;
	color: #5c96cb;
  font-weight: 600;
  text-transform: uppercase;
}
.service-6-content-icon p{
	font-size: 15px;

    font-family: 'Lato', serif;
    margin-bottom: 0;
    margin-top: 5px;
    color: #5393ce;
    position: relative;
}
.service-6-content-icon p:after{
	position: absolute;
	margin-top: 21px;
}
.service-6-content-text{
	position: relative;
}
.service-6-content-text p{
	font-size: 14px;
    color: #eaf3fb;
    margin: 25px 0px;
}
.service-6-content-single .read-more-btn a{
  	border: 1px solid #5393ce;
    border-radius: 0;
    color: #5393ce;
    font-weight: 500;
    background: transparent;
}
.service-6-content-single .read-more-btn a:hover{
	border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    background: transparent;
}
.service-6-content-single .read-more-btn a:hover i{
    color: #fff;
}

.common-btn{}
.common-btn a{
    text-align: center;
    border: 2px solid #eaeaea;
    display: inline-block;
    text-transform: uppercase;
    padding:19px 19px;
    color: #222222;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;    
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-top: 39px;
    margin-bottom: 25px;
    width:59%;

}
.welcome-title-cmn-btn a{
    margin-top: 37px;
    margin-bottom: 30px;    
}
.left-cmn-btn {
    text-align: center;
}
.left-cmn-btn a{
    margin-right: 0px;
    color: #eaeaea;
}
.left-cmn-btn a:hover{
    background-color: #eaeaea;
    border-color: #eaeaea;
    color: #000;
}
.right-cmn-btn a{
    background: transparent;
    color: #222;   
}
.right-cmn-btn a:hover{
    text-decoration: none;
    color: #fff;
    background-color: #222;
    border-color: #222;
}    
@media(max-width: 767px){
    .common-btn a {
        margin-top: 10px;
        margin-bottom: 10px;
    }    
    .left-cmn-btn {
        text-align: center;
    }
    .right-cmn-btn {
        text-align: center;
    }
    .welcome-content{
        padding-left: 100px;
        padding-bottom: 40px;    
    }    
}
@media(max-width: 500px){
    .welcome-content > span {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 52px;
        color: #cecece;
        font-weight: bold;
        font-family: 'Droid Serif', serif;
        line-height: 50px;
    }
    .welcome-content {
        padding-left: 0px;
        padding-top: 80px;
    }   
}


.service-content-area{
background-color: #e9eaeb;
padding-bottom: 65px;
padding-top: 29px;
}

.service-content-area h3{
color: #000;
font-weight: 900;
font-size: 42px;
line-height: 1.25;
}
.service-content-area .lead{
color: #3c4554;
}

.service-top{
padding-top: 27px;
}

.box{
  border: 1px solid #88919f;
  padding: 29px 15px;
}

.box h6{
  font-size: 17px;
  color: #3c4554;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  line-height: 1.5;
}
.box h4{
  color: #1c57b9;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5;
    font-size: 29px;
   font-weight: 100;
}


.bg-dark h4{
  color: #102b9e;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5;
}

.table-responsive {
    border: 1px solid #d3dadd;
    background: #fff;
    
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding: 7px 0px;
    margin: 0px 20px;
}



  
.table-responsive table tr th{
    border-bottom: 0px solid #e5e8e8;
    font-size: 16.5px;
    padding: 25px 22px 25px 25px;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,232,233,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(230,232,233,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,232,233,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,232,233,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,232,233,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(230,232,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e8e9', GradientType=0 );
    font-weight: 300;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    color: #4a555e;
}  


.table-responsive tbody  tr td{
    padding: 19px 19px 0 25px;
} 

.table-responsive a{
    color: #205086;
}  


.capital-raising{
height: 500px;

}

.capital-raising{}
.capital-raising-img{
position: relative;
}

.capital-raising-img-layer{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(13,48,138,0.3);
-webkit-transition: all 1.5s;
-o-transition: all 1.5s;
transition: all 1.5s;    
}
.capital-raising:hover .capital-raising-img-layer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27,181,128,.0);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.capital-raising-img-layer-icon{
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -10px;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    opacity: 0;      
}
.capital-raising:hover .capital-raising-img-layer-icon{
    opacity: 1;      
}


.card h6{
  font-size: 21px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  line-height: 1.5;
}

.card .pricing-monthly{
  font-size: 21px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  line-height: 1.5;
}

.card .lead{
  font-size: 21px;
  color: #5c6887;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  line-height: 1.5;
}



             
.hero-parallax {
    width: 100%;
    height: 675px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.page-heading.parallax-slider {
    width: 100%;
    height: 450px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.parallax-slider .row {
    z-index: 2;
}
.parallax-slider .ms-title,
.parallax-slider .ms-title h2,
.parallax-slider .ms-title h3 {
    z-index: 4 !important;
    color: #fff;
}
.parallax-slider::before {
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    width: 100%;
    height: 100%;
background: rgb(34,50,98);
background: linear-gradient(90deg, rgba(34,50,98,1) 0%, rgba(34,50,98,1) 49%, rgba(34,50,98,1) 100%);

}

.parallax-slider::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 0px 160px 10px rgba(0, 0, 0, .4);
    background-image: url("../img/subtle-dots.png");
}


.hero-parallax-asset {
    width: 100%;
    height: 450px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.page-heading.parallax-slider-asset {
    width: 100%;
    height: 450px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.parallax-slider-asset .row {
    z-index: 2;
}
.parallax-slider-asset .ms-title,
.parallax-slider-asset .ms-title h2,
.parallax-slider-asset .ms-title h3 {
    z-index: 4 !important;
    color: #fff;
}
.parallax-slider-asset::before {
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    width: 100%;
    height: 100%;
background: rgb(34,50,98);
background: linear-gradient(90deg, rgba(34,50,98,1) 0%, rgba(34,50,98,1) 49%, rgba(34,50,98,1) 100%);

}
.parallax-slider-asset::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 0px 160px 10px rgba(0, 0, 0, .4);
    background-image: url("../img/subtle-dots.png");
}


.content {
   background-color: #eaeaea;
}


.mission {
   font-weight:300;
}

.vision {
   padding-top:32px;
   font-size:23px;
   font-weight:300;
}
.enterprise {
   padding-top:11px;
   font-size:23px;
   font-weight:300;
}
.service-item {
   font-size:22px;
   font-weight:300;
}

.market-position {
   background-color: #eaeaea;
   border: 1px solid #697279;
   padding: 19px 15px;
}
       
       .carousel { margin-left: -15px; margin-right: -15px; }
.carousel .item {
	padding-left: 15px;
	padding-right: 15px;
	margin: 10px 0px;
}
              
.summary {
   padding-top:32px;
  
}

.glance {
   padding-bottom:21px;
   color: #4a94ce;
  
}

.infobox {
 background-color: #c7ced1;
 padding: 17px 17px;
 color: #293b42;
  
}

.capital-raising {
margin-top: 30px;
  
}

