/*!
 *
 *   Template Name: Opalin HTML Template
 *   Template URI: https://uiuxassets.com/assets/opalin-html-template/
 *   Author: UI/UX Assets <hello@uiuxassets.com>
 *   Author URI: https://uiuxassets.com/
 *   Version: v1.0.0
 *   License: GNU General Public License, Version 2
 *   License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *   Copyright (C) 2018 UI/UX Assets
 *
*/
/* -----------------------------------------------------------------------------

Table Of Contents

1.0 - Base
  1.1 - Reset
  1.2 - Typography
  1.3 - Grid

2.0 - Tools
  2.1 - Align
  2.2 - Background
  2.3 - Divider
  2.4 - Full Screen
  2.5 - Full Width
  2.6 - Max Width
  2.7 - Min Width
  2.8 - Opacity
  2.9 - Rounded
  2.10 - Shadow
  2.11 - Spacing

3.0 - Components
  3.1 - Alerts
  3.2 - Buttons
  3.3 - Card
  3.4 - Footer
  3.5 - Forms
  3.6 - Header
  3.7 - Icons
  3.8 - List
  3.9 - Logo
  3.10 - Pricing
  3.11 - Table

4.0 - Pages
  4.1 - Onboarding

----------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css?family=Varela+Round");
/* -----------------------------------------------------------------------------

# Base - Reset

----------------------------------------------------------------------------- */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
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 {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
  vertical-align: bottom;
}

section {
  overflow: hidden;
}

::selection {
  background: #575bde;
  color: #fff;
}

::-moz-selection {
  background: #575bde;
  color: #fff;
}

/* -----------------------------------------------------------------------------

# Base - Typography

----------------------------------------------------------------------------- */
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

body {
  color: #110f24;
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  overflow-x: hidden;
}

a {
  -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: #575bde;
  cursor: pointer;
  text-decoration: none;
}

a:hover:not(.button) {
  color: #110f24;
  opacity: 0.9;
}

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,
h2,
h3 {
  font-family: 'Varela Round', sans-serif;
  /*font-family: 'Varela Round', sans-serif;*/
}

h4,
h5,
h6 {
  font-family: "Lato", Helvetica, sans-serif;
}

h1 {
  font-size: 4rem;
  font-weight: 900;
  line-height: 5.25rem;
}

h1.hero {
  margin-top:1rem;
  font-size: 2rem;
  font-weight: 900;
  line-height: 2.5rem;
}

@media only screen and (max-width: 479px) {
  h1 {
    font-size: 3rem;
    line-height: 3.75rem;
  }
  h1.hero {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h2 {
  font-size: 3rem;
  font-weight: 900;
  line-height: 3.75rem;
}

@media only screen and (max-width: 479px) {
  h2 {
    font-size: 2rem;
    line-height: 3.25rem;
  }
}

h3 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 2.75rem;
}

@media only screen and (max-width: 479px) {
  h3 {
    font-size: 1.5rem;
    line-height: 2.05rem;
  }
}

h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.25rem;
}

h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
}

h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin: 0 0 0.5rem 0;
}

p {
  margin: 0 0 1rem 0;
}

p:last-child {
  margin: 0;
}

.lead span {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  color: #2dfd76;
  background: -webkit-linear-gradient(left, #2dfd76, #08b8e6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 479px) {
  .lead {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}

.paragraph {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 2rem;
}

.paragraph.serif {
  font-family: 'Varela Round', sans-serif;
}

@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;
}

.dark2 {
  color: #fff;
}

.light {
	color: #fff;
}

.dark a:not(.button) {
  color: #fff;
}

.dark2 a:not(.button) {
  color: #fff;
}

.dark blockquote {
  background: #110f24;
}

.dark p {
  opacity: 0.9;
}

.dark2 blockquote {
  background: #110f24;
}

.dark2 p {
  opacity: 0.9;
}

.multicol-2 {
	column-count: 2;
}

@media only screen and (max-width: 767px) {
	.multicol-2 {
		column-count: 1;
	}
}
.paraleft {
	text-align:left;
}

/* -----------------------------------------------------------------------------

# 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%;
}

@media only screen and (max-width: 479px) {
	#faq .row .col-12:nth-of-type(2) {
		margin-top:0px !important;
	}
}

.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: 3rem 2% 0 2%;
    width: 48%;
  }
  .row [class^="col-"]:nth-child(-n+2) {
    margin-top: 0;
  }
  .row [class^="col-"]:nth-child(odd) {
    margin-left: 0;
  }
  .row [class^="col-"]:nth-child(even) {
    margin-right: 0;
  }
  .row [class^="col-"]:last-child:nth-child(odd) {
    width: 100%;
  }
  .row [class*="-fifth"] {
    margin: 3rem 0 0 0;
    width: 100%;
  }
  .row [class*="-fifth"]:nth-child(2) {
    margin-top: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .row [class^="col-"] {
    margin: 3rem 0 0 0;
    width: 100%;
  }
  .row [class^="col-"]:nth-child(2) {
    margin-top: 3rem;
  }
}

/* Reduce spacing between rows */
@media only screen and (max-width: 1023px) {
  .row.reduce-spacing [class^="col-"] {
    margin: 1rem 2% 0 2%;
  }
  .row.reduce-spacing [class^="col-"]:last-child {
    margin-right: 0;
  }
  .row.reduce-spacing [class^="col-"]:nth-child(-n+2) {
    margin-top: 0;
  }
  .row.reduce-spacing [class^="col-"]:nth-child(odd) {
    margin-left: 0;
  }
  .row.reduce-spacing [class^="col-"]:nth-child(even) {
    margin-right: 0;
  }
  .row.reduce-spacing [class*="-fifth"] {
    margin: 1rem 0 0 0;
  }
  .row.reduce-spacing [class*="-fifth"]:nth-child(2) {
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .row.reduce-spacing [class^="col-"] {
    margin: 1rem 0 0 0;
  }
  .row.reduce-spacing [class^="col-"]:nth-child(2) {
    margin-top: 1rem;
  }
}

/* Reverse the order of columns when going full-width */
@media only screen and (max-width: 767px) {
  .row.reverse-order [class^="col-"] {
    margin: 3rem 0 0 0;
  }
  .row.reverse-order [class^="col-"]:last-child {
    margin-top: 0;
  }
  .row.reverse-order [class^="col-"]:nth-child(1) {
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .row.reverse-order [class^="col-"]:nth-child(2) {
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .row.reverse-order [class^="col-"]:nth-child(3) {
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .row.reverse-order [class^="col-"]:nth-child(4) {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .row.reverse-order [class^="col-"]:nth-child(5) {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .row.reverse-order.reduce-spacing [class^="col-"] {
    margin: 1rem 0 0 0;
  }
  .row.reverse-order.reduce-spacing [class^="col-"]:last-child {
    margin-top: 0;
  }
}

/* Force a minimum of two columns */
@media only screen and (max-width: 1023px) {
  .row.min-two-columns:not(.reverse-order) [class^="col-"] {
    margin: 3rem 2% 0 2%;
    width: 48%;
  }
  .row.min-two-columns:not(.reverse-order) [class^="col-"]:last-child {
    margin-right: 0;
  }
  .row.min-two-columns:not(.reverse-order) [class^="col-"]:nth-child(-n+2) {
    margin-top: 0;
  }
  .row.min-two-columns:not(.reverse-order) [class^="col-"]:nth-child(odd) {
    margin-left: 0;
  }
  .row.min-two-columns:not(.reverse-order) [class^="col-"]:nth-child(even) {
    margin-right: 0;
  }
  .row.min-two-columns:not(.reverse-order) [class^="col-"]:last-child:nth-child(odd) {
    width: 100%;
  }
  .row.min-two-columns:not(.reverse-order).reduce-spacing [class^="col-"] {
    margin: 1rem 2% 0 2%;
  }
  .row.min-two-columns:not(.reverse-order).reduce-spacing [class^="col-"]:last-child {
    margin-right: 0;
  }
  .row.min-two-columns:not(.reverse-order).reduce-spacing [class^="col-"]:nth-child(-n+2) {
    margin-top: 0;
  }
  .row.min-two-columns:not(.reverse-order).reduce-spacing [class^="col-"]:nth-child(odd) {
    margin-left: 0;
  }
  .row.min-two-columns:not(.reverse-order).reduce-spacing [class^="col-"]:nth-child(even) {
    margin-right: 0;
  }
}

/* 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 !important;
}

@media only screen and (max-width: 1023px) {
  .row.no-gutter [class^="col-"] {
    width: 50%;
  }
  .row.no-gutter [class*="-fifth"] {
    width: 100%;
  }
}

@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: 1023px) {
  .center-desktop {
    text-align: 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: #110f24;
}

.bg-light {
  background: #f6f6f9;
}

.bg-primary {
  background: #575bde;
}

.bg-white {
  background: #fff;
}

/* Gradients */
.bg-gradient-dark {
  background: #05050b;
  background: -webkit-linear-gradient(#110f24 0%, #05050b 100%);
  background: -moz-linear-gradient(#110f24 0%, #05050b 100%);
  background: -ms-linear-gradient(#110f24 0%, #05050b 100%);
  background: -o-linear-gradient(#110f24 0%, #05050b 100%);
  background: linear-gradient(#110f24 0%, #05050b 100%);
}

.bg-gradient-light {
  background: #f6f6f9;
  background: -webkit-linear-gradient(#fff 0%, #f6f6f9 100%);
  background: -moz-linear-gradient(#fff 0%, #f6f6f9 100%);
  background: -ms-linear-gradient(#fff 0%, #f6f6f9 100%);
  background: -o-linear-gradient(#fff 0%, #f6f6f9 100%);
  background: linear-gradient(#fff 0%, #f6f6f9 100%);
}

.bg-gradient-blue {
  background: #0957d9;
  background: -webkit-linear-gradient(#2584e0 0%, #0957d9 100%);
  background: -moz-linear-gradient(#2584e0 0%, #0957d9 100%);
  background: -ms-linear-gradient(#2584e0 0%, #0957d9 100%);
  background: -o-linear-gradient(#2584e0 0%, #0957d9 100%);
  background: linear-gradient(#2584e0 0%, #0957d9 100%);
}

.bg-gradient-cyan {
  background: #04b2db;
  background: -webkit-linear-gradient(#1ac8e2 0%, #04b2db 100%);
  background: -moz-linear-gradient(#1ac8e2 0%, #04b2db 100%);
  background: -ms-linear-gradient(#1ac8e2 0%, #04b2db 100%);
  background: -o-linear-gradient(#1ac8e2 0%, #04b2db 100%);
  background: linear-gradient(#1ac8e2 0%, #04b2db 100%);
}

.bg-gradient-green {
  background: #39cfa2;
  background: -webkit-linear-gradient(#67dbb8 0%, #39cfa2 100%);
  background: -moz-linear-gradient(#67dbb8 0%, #39cfa2 100%);
  background: -ms-linear-gradient(#67dbb8 0%, #39cfa2 100%);
  background: -o-linear-gradient(#67dbb8 0%, #39cfa2 100%);
  background: linear-gradient(#67dbb8 0%, #39cfa2 100%);
}

.bg-gradient-indigo {
  background: #313fae;
  background: -webkit-linear-gradient(#606cc3 0%, #313fae 100%);
  background: -moz-linear-gradient(#606cc3 0%, #313fae 100%);
  background: -ms-linear-gradient(#606cc3 0%, #313fae 100%);
  background: -o-linear-gradient(#606cc3 0%, #313fae 100%);
  background: linear-gradient(#606cc3 0%, #313fae 100%);
}

.bg-gradient-olive {
  background: #85b99e;
  background: -webkit-linear-gradient(#aacdb5 0%, #85b99e 100%);
  background: -moz-linear-gradient(#aacdb5 0%, #85b99e 100%);
  background: -ms-linear-gradient(#aacdb5 0%, #85b99e 100%);
  background: -o-linear-gradient(#aacdb5 0%, #85b99e 100%);
  background: linear-gradient(#aacdb5 0%, #85b99e 100%);
}

.bg-gradient-pink {
  background: #dc60a3;
  background: -webkit-linear-gradient(#e58cba 0%, #dc60a3 100%);
  background: -moz-linear-gradient(#e58cba 0%, #dc60a3 100%);
  background: -ms-linear-gradient(#e58cba 0%, #dc60a3 100%);
  background: -o-linear-gradient(#e58cba 0%, #dc60a3 100%);
  background: linear-gradient(#e58cba 0%, #dc60a3 100%);
}

.bg-gradient-sienna {
  background: #c4a495;
  background: -webkit-linear-gradient(#d5bfab 0%, #c4a495 100%);
  background: -moz-linear-gradient(#d5bfab 0%, #c4a495 100%);
  background: -ms-linear-gradient(#d5bfab 0%, #c4a495 100%);
  background: -o-linear-gradient(#d5bfab 0%, #c4a495 100%);
  background: linear-gradient(#d5bfab 0%, #c4a495 100%);
}

.bg-gradient-violet {
  background: #7421db;
  background: -webkit-linear-gradient(#9e3ee2 0%, #7421db 100%);
  background: -moz-linear-gradient(#9e3ee2 0%, #7421db 100%);
  background: -ms-linear-gradient(#9e3ee2 0%, #7421db 100%);
  background: -o-linear-gradient(#9e3ee2 0%, #7421db 100%);
  background: linear-gradient(#9e3ee2 0%, #7421db 100%);
}

/* Advanced backgrounds */
[class*="bg-image-"] {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

[class*="bg-image-"]:before, [class*="bg-image-"]:after {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  bottom: -1px;
  content: "";
  height: 101%;
  left: -1%;
  position: absolute;
  top: -1px;
  width: 102%;
}

[class*="bg-image-"]:before {
  z-index: -1;
}

[class*="bg-image-"]:after {
  z-index: -2;
}

/* Overlays */
.overlay:before {
  background: rgba(255, 255, 255, 0.7);
}

.dark.overlay:before {
  background: rgba(17, 15, 36, 0.7);
}

.overlay-shape-01:before {
  background: url(../media/bg/shape-01.svg);
}

.dark.overlay-shape-01:before {
  background: url(../media/bg/shape-dark-01.svg);
}

.overlay-shape-02:before {
  background: url(../media/bg/shape-02.svg);
}

.dark.overlay-shape-02:before {
  background: url(../media/bg/shape-dark-02.svg);
}

.overlay-shape-03:before {
  background: url(../media/bg/shape-03.svg);
}

.dark.overlay-shape-03:before {
  background: url(../media/bg/shape-dark-03.svg);
}

.overlay-shape-04:before {
  background: url(../media/bg/shape-04.svg);
}

.dark.overlay-shape-04:before {
  background: url(../media/bg/shape-dark-04.svg);
}

.overlay-shape-05:before {
  background: url(../media/bg/shape-05.svg);
}

.dark.overlay-shape-05:before {
  background: url(../media/bg/shape-dark-05.svg);
}

.overlay-shape-06:before {
  background: url(../media/bg/shape-06.svg);
}

.dark.overlay-shape-06:before {
  background: url(../media/bg/shape-dark-06.svg);
}

/* Images */
.bg-image-01:after {
  background: url(../media/bg/image-01@2x.jpg);
}

@media only screen and (max-width: 479px) {
  .bg-image-01:after {
    background: url(../media/bg/image-01.jpg);
  }
}

.bg-image-02:after {
  background: url(../media/bg/image-02@2x.jpg);
}

@media only screen and (max-width: 479px) {
  .bg-image-02:after {
    background: url(../media/bg/image-02.jpg);
  }
}

.bg-image-03:after {
  background: url(../img/happy-customer@2x.jpg);
}

@media only screen and (max-width: 479px) {
  .bg-image-03:after {
    background: url(../img/happy-customer.jpg);
  }
}

.bg-image-04:after {
  background: url(../media/bg/image-04@2x.jpg);
}

@media only screen and (max-width: 479px) {
  .bg-image-04:after {
    background: url(../media/bg/image-04.jpg);
  }
}

.bg-image-05:after {
  background: url(../media/bg/image-05@2x.jpg);
}

@media only screen and (max-width: 479px) {
  .bg-image-05:after {
    background: url(../media/bg/image-05.jpg);
  }
}

.bg-image-06:after {
  background: url(../media/bg/image-06@2x.jpg);
}

@media only screen and (max-width: 479px) {
  .bg-image-06:after {
    background: url(../media/bg/image-06.jpg);
  }
}

.bg-image-07:after {
  background: url(../img/contact-bg@2x.jpg);
}

@media only screen and (max-width: 479px) {
  .bg-image-07:after {
    background: url(../img/contact-bg.jpg);
  }
}

.bg-image-08:after {
  background: url(../media/bg/image-08@2x.jpg);
}

@media only screen and (max-width: 479px) {
  .bg-image-08:after {
    background: url(../media/bg/image-08.jpg);
  }
}

.bg-image-hero:after {
  background: #575bde;
  background: -webkit-linear-gradient(140deg, #00d7af 25%, #575bde 100%);
  background: -moz-linear-gradient(140deg, #00d7af 25%, #575bde 100%);
  background: -ms-linear-gradient(140deg, #00d7af 25%, #575bde 100%);
  background: -o-linear-gradient(140deg, #00d7af 25%, #575bde 100%);
  background: linear-gradient(140deg, #00d7af 25%, #575bde 100%);
}

/* -----------------------------------------------------------------------------

# Tools - Divider

----------------------------------------------------------------------------- */
.divider {
  border-bottom: 1px solid #ececee;
  margin: 3rem 0;
  width: 100%;
}

.dark .divider {
  border-bottom: 1px solid #110f24;
}

/* -----------------------------------------------------------------------------

# Tools - Full Screen

----------------------------------------------------------------------------- */
.full-screen {
  min-height: calc(100vh);
  width: 100%;
}

@media all and (-ms-high-contrast: none) {
  .full-screen {
    display: block;
    min-height: 0;
    padding-bottom: 8rem !important;
    padding-top: 8rem !important;
  }
}

/* -----------------------------------------------------------------------------

# Tools - Full Width

----------------------------------------------------------------------------- */
.full-width {
  width: 100% !important;
}

@media only screen and (max-width: 767px) {
  .full-width-tablet {
    width: 100% !important;
  }
}

@media only screen and (max-width: 479px) {
  .full-width-mobile {
    width: 100% !important;
  }
}

/* -----------------------------------------------------------------------------

# Tools - Max Width

----------------------------------------------------------------------------- */
[class*="max-width-"] {
  margin: 0 auto;
  width: 100%;
}

.max-width-s {
  max-width: 400px;
}

.max-width-m {
  max-width: 800px;
}

.max-width-l {
  max-width: 1200px;
}

/* -----------------------------------------------------------------------------

# 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 - Opacity

----------------------------------------------------------------------------- */
.opacity-s {
  opacity: 0.9 !important;
}

.opacity-m {
  opacity: 0.4 !important;
}

.opacity-l {
  opacity: 0.1 !important;
}

/* -----------------------------------------------------------------------------

# Tools - Rounded

----------------------------------------------------------------------------- */
.rounded {
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
}

.rounded-bottom {
  -webkit-border-bottom-left-radius: 0.5rem;
  -moz-border-radius-bottomleft: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  -webkit-border-bottom-right-radius: 0.5rem;
  -moz-border-radius-bottomright: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-top {
  -webkit-border-top-left-radius: 0.5rem;
  -moz-border-radius-topleft: 0.5rem;
  border-top-left-radius: 0.5rem;
  -webkit-border-top-right-radius: 0.5rem;
  -moz-border-radius-topright: 0.5rem;
  border-top-right-radius: 0.5rem;
}

/* -----------------------------------------------------------------------------

# Tools - Shadow

----------------------------------------------------------------------------- */
.shadow-s {
  -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);
}

.shadow-m {
  -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);
}

.shadow-l {
  -webkit-box-shadow: 0 32px 40px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 32px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 32px 40px rgba(0, 0, 0, 0.1);
}

.shadow-none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

/* -----------------------------------------------------------------------------

# Tools - Spacing

----------------------------------------------------------------------------- */
.padding {
  padding: 5rem;
}

@media only screen and (max-width: 1023px) {
  .padding {
    padding: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .padding {
    padding: 3rem 1rem;
  }
}

.padding-bottom {
  padding-bottom: 12rem;
}

@media only screen and (max-width: 1023px) {
  .padding-bottom {
    padding-bottom: 10rem;
  }
}

@media only screen and (max-width: 767px) {
  .padding-bottom {
    padding-bottom: 8rem;
  }
}

.padding-top {
  padding-top: 12rem;
}

@media only screen and (max-width: 1023px) {
  .padding-top {
    padding-top: 10rem;
  }
}

@media only screen and (max-width: 767px) {
  .padding-top {
    padding-top: 8rem;
  }
}

/* Add spacing above content */
@media only screen and (max-width: 767px) {
  .padding-top-tablet {
    padding-top: 8rem;
  }
}

/* Add spacing above or below content */
.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;
  }
}

/* Negative spacing */
.-margin-bottom {
  margin-bottom: -5rem;
}

@media only screen and (max-width: 1023px) {
  .-margin-bottom {
    margin-bottom: -3rem;
  }
}

.-margin-bottom-2 {
  margin-bottom: -10rem;
}

@media only screen and (max-width: 1023px) {
  .-margin-bottom-2 {
    margin-bottom: -6rem;
  }
}

/* Default spacing */
.space {
  margin: 1rem;
}

.space-bottom {
  margin-bottom: 1rem;
}

.space-left {
  padding-left: 1rem;
}

.space-right {
  padding-right: 1rem;
}

.space-top {
  margin-top: 1rem;
}

/* Remove spacing */
.space-none {
  margin: 0;
}

.space-bottom-none {
  margin-bottom: 0;
}

.space-left-none {
  padding-left: 0;
}

.space-right-none {
  padding-right: 0;
}

.space-top-none {
  margin-top: 0;
}

/* -----------------------------------------------------------------------------

# 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: #110f24;
}

/* -----------------------------------------------------------------------------

# Components - Buttons

----------------------------------------------------------------------------- */
.button {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  font-weight: 700;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  border-radius: 3rem;
  -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: 3rem;
  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: 2rem;
  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.5rem;
  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.5rem;
  padding: 0 1.5rem;
}

.button.button-primary {
  background: #393ed8;
  background: -webkit-linear-gradient(140deg, #575bde 25%, #393ed8 100%);
  background: -moz-linear-gradient(140deg, #575bde 25%, #393ed8 100%);
  background: -ms-linear-gradient(140deg, #575bde 25%, #393ed8 100%);
  background: -o-linear-gradient(140deg, #575bde 25%, #393ed8 100%);
  background: linear-gradient(140deg, #575bde 25%, #393ed8 100%);
  -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);
  color: #fff;
}

.button.button-primary:hover {
  background: #575bde;
  background: -webkit-linear-gradient(140deg, #575bde 25%, #575bde 100%);
  background: -moz-linear-gradient(140deg, #575bde 25%, #575bde 100%);
  background: -ms-linear-gradient(140deg, #575bde 25%, #575bde 100%);
  background: -o-linear-gradient(140deg, #575bde 25%, #575bde 100%);
  background: linear-gradient(140deg, #575bde 25%, #575bde 100%);
  -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);
}

.button.button-secondary {
  background: #ececee;
  color: #110f24;
}

.button.button-secondary:hover {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
  background: #f6f6f9;
  color: #575bde;
}

.dark .button.button-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.dark .button.button-secondary:hover {
  background: rgba(255, 255, 255, 0.4);
}

.button.button-disabled {
  background: #ccced0;
  color: #110f24;
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}

.button.button-close {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -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: #fff;
  display: block;
  height: 4rem;
  line-height: 2rem;
  opacity: 0.9;
  padding: 1rem;
  position: fixed;
  right: 1rem;
  text-align: center;
  top: 1rem;
  width: 4rem;
  z-index: 10;
}

.button.button-close: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: #110f24;
  content: "close";
  line-height: 2rem;
  /* Prevent text from icon name to show up before load */
}

.preload .button.button-close:before {
  font-size: 0;
}

.button.button-close:hover {
  opacity: 1;
}

#how-it-works .social-icon {
	width:32px;
	height:32px;
	background-color: #ccc;
	display:inline-block;
	border-radius: 5px;
}

.social-icon.icon-whatsapp {	background-color: #4AC959 !important; }
.social-icon.icon-telegram {	background-color: #0088cc !important; }
.social-icon.icon-facebook {	background-color: #3C5A99 !important; }
.social-icon.icon-messenger {	background-color: #0084ff !important; }
.social-icon.icon-livechat {	background-color: #08cdb3 !important; }
.social-icon.icon-skype    {	background-color: #00AFF0 !important; }
.social-icon.icon-email    {	background-color: #DB4437 !important; }

@media only screen and (max-width: 767px) {
  .button.button-primary:hover, .button.button-secondary:hover {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .button.button-close {
    position: absolute;
  }
}

@media only screen and (max-width: 479px) {
  .button {
    height: 3.5rem;
    line-height: 3.5rem;
  }
  .button.button-s {
    height: 2.5rem;
    line-height: 2.5rem;
  }
  .button.button-m {
    height: 3rem;
    line-height: 3rem;
  }
  .button.button-l {
    height: 4rem;
    line-height: 4rem;
  }
  section#services .button {
	  width:100%;
	  margin:auto;
  }
  section#pricing .paragraph .button {
	  display:block;
	  margin:20px auto 0px;
	  width:100%;
	  font-size: 0.875rem;
	  font-weight: 400;
	  line-height: 1rem;
	  font-weight: 700;
	  padding: 0 1rem;
      height: 3rem;
      line-height: 3rem;
  }

}

.btn-continue {
  position: fixed;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 50px;
    /* padding-top: 10px; */
    font-size: 3rem;
    text-shadow: 0px 2px 5px rgba(0,0,0,0.5);
    margin-left: -25px;
}


.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

/* Scroll down indicator (bouncing) */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-5px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-10px); }
  60% {
    -moz-transform: translateY(-5px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); }
  }

/*
.bounce {
  position:relative;
  left:50%;
  bottom:0;
  margin-top:-25px;
  margin-left:-25px;
  height:50px;
  width:50px;
  -webkit-animation:bounce 1s infinite;
}

@-webkit-keyframes bounce {
  0%       { bottom:5px; }
  25%, 75% { bottom:15px; }
  50%      { bottom:20px; }
  100%     {bottom:0;}
}*/

/* -----------------------------------------------------------------------------

# Components - Card

----------------------------------------------------------------------------- */
.card {
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  background: #fff;
}

.card.dark {
  background: #1d1a3d;
}

.card.light {
	/*background: #15dab6;*/
	background: #08CDB3;
}

.card.dark2 {
  background: #2d96c7;
}

.card-content {
  padding: 2rem;
}

@media only screen and (max-width: 479px) {
  .card-content {
    padding: 1.5rem;
  }
}

/* -----------------------------------------------------------------------------

# Components - Footer

----------------------------------------------------------------------------- */
.footer-main a:not(.button) {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
  color: #110f24;
  opacity: 0.9;
}

.footer-main a:not(.button):hover {
  color: #575bde;
  opacity: 1;
}

.footer-main p {
  opacity: 0.9;
}

.footer-main input[type="email"] {
  background: #fff;
}

.footer-main .copyright {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  opacity: 0.4;
  padding-bottom: 3rem;
  text-align: center;
}

.footer-main .copyright a {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  opacity: 1;
}

.footer-main .copyright a:hover {
  color: inherit;
}

.footer-main.dark a:not(.button) {
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .footer-main a:not(.button) {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
  }
  .footer-main .copyright a {
    font-size: 0.75rem;
    font-weight: 400;
    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: #110f24;
  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: #110f24;
  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: #575bde;
}

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: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: #fff;
}

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: transparent;
  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;
}

form label.checkbox:last-child,
form label.radio:last-child {
  margin-bottom: 0;
}

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: #575bde;
}

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: rgba(255, 255, 255, 0.1);
}

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: #110f24;
  opacity: 0.4;
}

.nobr {
	white-space:nowrap;
}

@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: 1;
}

.header-main nav a.logo {
	-webkit-transition: opacity 0.3s ease !important;
	-moz-transition: opacity 0.3s ease !important;
	-ms-transition: opacity 0.3s ease !important;
	-o-transition: opacity 0.3s ease !important;
	transition: opacity 0.3s ease !important;

	opacity:0 !important;
}

.header-main.fade-in nav a.logo {
	opacity:1 !important;
}

.header-main.fade-in nav {
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    background: rgba(17, 15, 36, 0.94);
}

.header-main.fade-in nav {
	padding-top:0.8rem;
	padding-bottom:0.8rem;
}

.header-main nav {
  display: inline-block;
  padding: 2rem;
  width: 100%;
  transition: padding 0.5s ease;
}

.header-main a:not(.button) {
  color: #110f24;
  font-weight: 600;
  height: 2.5rem;
  line-height: 2.5rem;
  opacity: 0.4;
}

.header-main a:not(.button):hover {
  color: #575bde;
  opacity: 1;
}

.header-main a:not(.button).active {
  opacity: 1;
}

.header-main ul.inline {
  display: inline-block;
  margin: 0;
}

.header-main ul.inline li {
  margin-bottom: 0;
  padding-right: 2rem;
}

.header-main .nav-toggle {
  display: none;
}

.header-main.dark a:not(.button) {
  color: #fff;
}

.header-main.dark a:not(.button):hover {
  color: #fff;
}

.header-main.dark .nav-toggle:before {
  color: #fff;
}

.header-main nav li.hidden-xs {
}

.header-main nav li.visible-xs {
	display:none;
}

.header-main nav .askforpromo {
	display: inline-block;
    font-size: 0.8rem;
    text-transform: uppercase;
    background-color: #ff5a00;
    /* opacity: 1; */
    border-radius: 5px;
    padding: 0px;
    height: 30%;
    line-height: 1.5rem;
    margin-left: 5px;
    padding: 0px 10px;
}

.header-main nav li a.button-left {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	padding-left:1.5rem;
}

.header-main nav li a.button-right {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	padding-right:1.5rem;
}

@media only screen and (max-width: 479px) {
	.nav-menu {
		padding-top: 20px;
	}
}

@media only screen and (max-width: 767px) {
  .header-main {
    position: fixed;
  }
  .header-main nav {
    padding: 0.5rem 0.75rem;
  }
  .header-main a:not(.button):hover {
    color: #110f24;
  }
  .header-main ul.inline {
    display: none;
  }
  .header-main nav li.hidden-xs {
	display:none;
  }
  .header-main nav li.visible-xs {
	display:block;
  }
  .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;
    cursor: pointer;
    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: #110f24;
    content: "menu";
    line-height: 2.5rem;
    /* Prevent text from icon name to show up before load */
  }
  .preload .header-main .nav-toggle:before {
    font-size: 0;
  }
  .header-main.fade-in nav {
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    background: rgba(17, 15, 36, 0.94);
  }
  .header-main.fade-in a:not(.button) {
    color: #fff;
  }
  .header-main.fade-in a:not(.button):hover {
    color: #fff;
  }
  .header-main.fade-in .nav-toggle:before {
    color: #fff;
  }
  .header-main.active {
    height: 100%;
  }
  .header-main.active nav {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    background: #110f24;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .header-main.active a:not(.button) {
    color: #fff;
  }
  .header-main.active a:not(.button):hover {
    color: #fff;
  }
  .header-main.active ul.inline {
    display: block;
    width: 100%;
  }
  .header-main.active ul.inline li {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    margin-bottom: 0.5rem;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .header-main.active ul.inline li a:not(.button) {
    font-weight: 400;
    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: #fff;
    content: "close";
  }
  .header-main.active .button {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    height: 3.5rem;
    line-height: 3.5rem;
    margin-top: 1rem;
  }
  .header-main.active .button-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
  }
  .header-main.active .button-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
  }
}

@media screen and (min-width:1024px) and (max-width:1400px) {
	.header-main nav .askforpromo {
		display:none;
	}

}

/* -----------------------------------------------------------------------------

# Components - Icons

----------------------------------------------------------------------------- */
.feature-icons {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: rgba(17, 15, 36, 0.04);
  color: #110f24;
  font-size: 2rem;
  height: 6rem;
  line-height: 5.7rem;
  margin-bottom: 1rem;
  text-align: center;
  width: 6rem;
}

.dark .feature-icons {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.preload .feature-icons {
  font-size: 0;
}

/* -----------------------------------------------------------------------------

# Components - List

----------------------------------------------------------------------------- */
ol,
ul {
  margin: 0 0 1rem 0;
  padding-left: 1.25rem;
}

ol.blank,
ul.blank {
  list-style: none;
  padding: 0;
}

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;
}

/* -----------------------------------------------------------------------------

# 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: #110f24;
  display: block;
  float: left;
  font-size: 1.5rem;
  font-weight: 900;
  height: 2.5rem;
  letter-spacing: 0.5px;
  line-height: 2.5rem;
  margin-right: 2.5rem;
  opacity: 1 !important;
}

.logo span {
  display: inline-block;
  font-family: 'Varela Round', sans-serif;
  vertical-align: top;
}

.logo img,
.logo svg {
  height: 2rem;
  margin: 0.25rem;
}

.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-price {
  font-weight: 400;
}

.pricing-thumb-container {
	padding-bottom: 20px;
	text-align:center;
	margin-top:-60px;
}
.pricing-thumb {
  /*width:80%;*/
}

.pricing-duration {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  width: 50px;
  display: inline-block;
  opacity:0.7;
}

.pricing-header {
	font-size: 2.5rem;
}

.pricing-header span {
	clear:both;
	display:block;
	font-size: 1rem;
	line-height: 1rem;
	margin-top:-10px;
	text-transform:uppercase;
	opacity:0.7;
}

.pricing-header span.unlimited {
	margin-top:auto;
	margin-bottom: -15px;
	/*background: #333;*/
	background: -webkit-linear-gradient(left, #2dfd76, #08b8e6);
    padding: 8px 10px;
    display: block;
    clear: right;
    max-width: fit-content;
    border-radius: 5px;
    opacity: 1;
}

#pricing .whatcaniupdate {
	font-size: 0.9rem;
    background-color: rgba(0,0,0,0.1);
    padding-left: 8px;
    border-radius: 5px;
    color: #fff;
}

#pricing .card-content {
	position: relative;
    padding-bottom: 100px;
}

#pricing .card-bottom {
	position:absolute;
	bottom: 0px;
	right: 0px;
	padding: 0px 32px 32px 32px;
	width: 100%;
}

#pricing a.button-signup {
	position:relative;
	text-transform: uppercase;
    font-weight: 900;
	/*bottom: 30px;*/
}

#pricing a.button div.promosticker {
	background: transparent url('../img/askforpromo.png') top center no-repeat;
    width: 86px;
    height: 44px;
    position: absolute;
    top: -8px;
    right: 25px;
    zoom: 0.8;
}

#pricing .pricing-learnmore {
}

#pricing .pricing-learnmore a {
	border-bottom: rgba(0,0,0,0.5) dashed 1px;
	padding-bottom:3px;
	font-weight:bold;
	font-size:1rem;
	opacity:1;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;


	/*padding:5px;*/
}

#pricing .pricing-learnmore a:hover {
	opacity: 0.7;
}

#pricing .card-content.light .pricing-learnmore a {
	color: #005bd0;
}

#pricing .card-content.dark2 .pricing-learnmore a {
	color: #2dfd76;
}

#pricing .card-content.dark .pricing-learnmore a {
	border-bottom: rgba(255,255,255,0.5) dashed 1px;
	color: #08CDB3;
}

@media only screen and (max-width: 479px) {
	.pricing-header span.unlimited {
		margin-bottom:-5px;
	}

	.pricing-header span {
		margin-top:-3px;
	}

	h2 .pricing-price {
		font-size: 2.5rem;
	}

	#pricing .card-bottom {
		padding: 0px 24px 24px 24px;
	}
}
/* -----------------------------------------------------------------------------

# Components - Accordion

----------------------------------------------------------------------------- */

#faq-accordion .col-md-6 {
	/*padding: 0px;*/
	margin: 0px;
}

#faq-accordion .col-md-6:first-child {
	padding-left:0px;
}

#faq-accordion .col-md-6:last-child {
	padding-right:0px;
}

.accordion .card {
	background: none;
	border: none;
}


.accordion .card-header {
	background-color: #1F1D30;
	border:none;
	border-radius:10px !important;
}

.accordion .card-header .btn {
	color: #aaa;
	text-decoration:none;
	width: 100%;
	padding-left:0px;
	padding-right:0px;
	text-align: left;
}

.accordion .card-header .btn:hover {
	text-decoration:none;
	color: #fff;
}

.accordion .card-header.active {
	color: #fff;
	background: #373bae;
	border-bottom-left-radius:0px !important;
	border-bottom-right-radius:0px !important;
}

.accordion .card-header.active .btn {
	color: #fff;
	text-decoration:none;
}

.accordion .card-header.active .btn:hover {
	text-decoration:none;
}

.accordion .card-body {
	background-color: #fff;
	color: #333;
	border:none;
	border-radius: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding-bottom: 40px;
}

@media only screen and (max-width: 479px) {
	#faq-accordion .col-12 {
		padding: 0px;
		margin: 0px;
	}
	.accordion .card-header .btn {
		font-size: 0.9rem !important;
		line-height:1.4rem;
	}
	.accordion .card-body {
		padding:1em 24px 30px 24px !important;
		font-size:0.9rem;
	}
}

/* -----------------------------------------------------------------------------

# Components - Sections

----------------------------------------------------------------------------- */

.target {
	padding-top: 150px;
}

#home .header-price {
}

#home a.button-left {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	padding-left:1.5rem;
}

#home a.button-right {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	padding-right:1.5rem;
}

#pricing ul.websiteservices {
	margin-top:-10px;
	margin-bottom: 20px;
}

#pricing ul.websitetypes {
	padding: 0px;
    font-size: 0.7rem;
    text-transform: uppercase;
}

#pricing ul.websitetypes li {
	display:inline-block;
	padding:1px 9px;
	margin: 2px 2px 2px 0px;
	border-radius: 4px;
	background-color: #333;
	opacity:0.4;
}

#services .hero-image-container {
	text-align:center;
}

#over1000 .customer-logo {
	padding: 0px 15px;
}

#faq .faq-list {
	padding: 0px 15px;
}

footer .otherservices {
	padding: 0px 15px;
}

#otherservices div.row{
	padding: 0px 15px;
}

@media only screen and (min-width: 768px) {
	#home.target {
		padding-top: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.target{
		padding-top: 100px;
		margin-top: 50px;
	}
	#home.target {
		padding-top: 0px;
		margin-top: 0px;
	}
}


@media only screen and (max-width: 479px) {
	#home p.paragraph, #home h3,
	#services h2, #services h3, #services p.paragraph,
	#how-it-works h2, #how-it-works h3, #how-it-works p.paragraph,
   	#faq>div>div>h3, #faq>div>div>p.paragraph,
	#over1000 h3, #over1000 p.paragraph,
	#pricing h1.hero, #pricing p.paragraph
   	{
		text-align: left;
	}
	#contact {
		margin-top:0px;
	}
}

/* -----------------------------------------------------------------------------

# Section - Contact

----------------------------------------------------------------------------- */

#contact .contact-points li {
	margin-bottom:5px;
}

#contact .social-icon {
	width:28px;
	height:28px;
	background-color: #ccc;
	display:inline-block;
	border-radius: 4px;
	margin-right:10px;
}

@media only screen and (min-width: 767px) {
	#contactform .col-md-6 {
		margin: 0 0px;
	}
}

@media only screen and (max-width: 479px) {
	#contact form {
		margin-top:20px;
		padding-top:20px;
		border-top: solid 1px rgba(255,255,255,0.2);
	}

	#contact form textarea {
		height: 100px;
	}

	#contact form .submit {
		width: 100%;
		text-transform:uppercase;
	}
}


/* -----------------------------------------------------------------------------

# Components -  Modals

----------------------------------------------------------------------------- */

.modal-backdrop {
	opacity:0.8 !important;
}

.modal-dialog .modal-content {
	border-radius: 0.5rem;
	border:none;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.modal-dialog.light .modal-content {
	/*background: #15dab6;*/
	background: #08CDB3;
}

.modal-dialog.light .modal-header {
	border-bottom-color: rgba(255,255,255,0.3);
}

.modal-dialog.light .modal-header .close {
	color: #fff;
    text-shadow: 0 1px 0 #000;
}

.modal-dialog.dark2 .modal-content {
  background: #2d96c7;
}

.modal-dialog.dark2 .modal-header {
	border-bottom-color: rgba(255,255,255,0.1);
}

.modal-dialog.dark2 .modal-header .close {
	color: #fff;
    text-shadow: 0 1px 0 #000;
}

.modal-dialog.dark .modal-content {
  background: #1d1a3d;
}

.modal-dialog.dark .modal-header {
	border-bottom-color: rgba(255,255,255,0.05);
}

.modal-dialog.dark .modal-header .close {
	color: #fff;
    text-shadow: 0 1px 0 #000;
}

.modal-dialog.warning .modal-content {
	color: #fff;
	background: #ff9800;
}

.modal-dialog.warning .modal-header {
	color: #fff;
	border-bottom-color: rgba(255,255,255,0.3);
}

.modal-dialog.warning .modal-header .close {
	color: #fff;
    text-shadow: 0 1px 0 #000;
}

@media only screen and (max-width: 479px) {
	#startpopup form .submit {
		width:100%;
	}
}

/* -----------------------------------------------------------------------------

# Components - Start Popup

----------------------------------------------------------------------------- */


#startpopup .btn-group-toggle .btn {
	opacity:0.5;
	color: #fff;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;	
	text-align:left;
}

#startpopup .btn-group-toggle .btn-toggle.active {
	border: solid 2px #fff;
	opacity:1;
	font-weight:bold;
}

#startpopup .btn-group-toggle .btn-toggle i.fas {
	color: #fff;
	opacity: 0.3;
	margin-right: 5px;
}

#startpopup .btn-group-toggle .btn-toggle.active i {
	color: #54ff54;
	opacity:1;
}

#startpopup .btn-standard {
	border: solid 2px #08CDB3;
	background: #08CDB3;
}

#startpopup .btn-blog {
	border: solid 2px #2d96c7;
	background: #2d96c7;
}

#startpopup .btn-ecommerce {
	border: solid 2px #1d1a3d;
	background: #1d1a3d;
}

#startpopup .startpopup-pricing {
	display: inline-block;
    float: right;
    border-left: solid 2px rgba(255,255,255,0.2);
    padding-left: 10px;
}

#startpopup .startpopup-unit {
	font-size:0.7rem;
	opacity:0.7;
	text-transform: uppercase;
}


#startpopup #start-addmessage {
	color: #fff;
	display: block;
}

#startpopup #start-message {
	display: none;
}

#startpopup .submit {
	padding: 0px 30px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;	
}

#startpopup .submit-disabled {
	color: #999;
}

/* -----------------------------------------------------------------------------

# Components - Form Status Popup

----------------------------------------------------------------------------- */

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}

.btn-outline-white:hover {
  color: #eee;
  border-color: #eee;
}

.modal-status .popup-circle {
    font-size: 5rem;
    border: solid 10px;
    display: block;
    width: 150px;
    height: 150px;
    padding: 29px 0px;
    border-radius: 75px;
    margin: 20px auto;
}

.modal-status.warning .popup-circle {
  font-size: 4rem;
}

/* -----------------------------------------------------------------------------

# 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: #110f24;
}

.dark table tr {
  border-bottom: 1px solid #05050b;
}

.dark table tr:last-child {
  border-bottom: none;
}

/* -----------------------------------------------------------------------------

# Pages - Onboarding

----------------------------------------------------------------------------- */
.page-onboarding .form-help {
  line-height: 2.5rem;
  position: absolute;
  right: 0;
  top: 0;
}

.page-onboarding .featured-image {
  height: 100%;
  position: fixed;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .page-onboarding .featured-image {
    height: 12rem;
    position: relative;
  }
}
