/* nunito-regular - latin */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/nunito-v12-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Nunito Regular"), local("Nunito-Regular"), url("/assets/fonts/nunito-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/nunito-v12-latin-regular.woff2") format("woff2"), url("/assets/fonts/nunito-v12-latin-regular.woff") format("woff"), url("/assets/fonts/nunito-v12-latin-regular.ttf") format("truetype"), url("/assets/fonts/nunito-v12-latin-regular.svg#Nunito") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/material-icons/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("/assets/fonts/material-icons/MaterialIcons-Regular.woff2") format("woff2"), url("/assets/fonts/material-icons/MaterialIcons-Regular.woff") format("woff"), url("/assets/fonts/material-icons/MaterialIcons-Regular.ttf") format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

html, body {
  font-family: "Nunito", sans-serif;
}

body {
  margin: 0;
  overflow-y: scroll;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  margin: 0;
}

.wave-container {
  background: #EEE;
}

.wave-home-link {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1034;
}

.wave-container > svg {
  display: block;
}

body {
  margin: 0;
}

.wave-container {
  position: relative;
  background: #09F;
  color: #FFF;
  text-align: center;
  overflow: hidden;
}

h1 {
  font-size: 5rem;
  margin: 7rem 1.25rem 2.5rem 1.25rem;
}

svg {
  display: block;
}

.wave-container {
  background: #EEE;
}

.wave-container > svg {
  display: block;
}

.wave-container {
  position: relative;
  background: #0055B2;
  color: #FFF;
  text-align: left;
  overflow: hidden;
}

h1 {
  font-size: 3rem;
  margin: 7rem 1.25rem 2.5rem 1.25rem;
}

.main {
  background: #FFFFFF;
  border-radius: 25px;
  position: relative;
}

.header {
  background: #FFFFFF;
  width: 100%;
  height: 50px;
  margin-top: -50px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 50px;
}

.header strong {
  font-size: 1.2em;
}

.header .search-input {
  display: inline;
  margin-top: 7px;
}

.header img {
  height: 50px;
  padding: 5px;
}

i {
  vertical-align: middle;
}

.brand-title {
  color: #008BFA;
  font-size: 1.2em;
}

.sidebar {
  background: #FFFFFF;
  width: 250px;
  min-height: 600px;
  padding-top: 7px;
  display: none;
  position: fixed;
  top: 50px;
  z-index: 100;
}

.sidebar strong {
  color: #008BFA;
  font-size: 1.2em;
}

.sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 10px 0 0 0;
  width: 100%;
}

.sidebar li a {
  color: #556270;
  display: block;
  padding: 8px 15px;
}

.sidebar li a.active {
  color: #008BFA;
  background-color: #E5F3FE;
  border-left: solid 3px #008BFA;
}

.content {
  background: #F7F8FA;
  position: relative;
  width: 100%;
  margin-top: 50px;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.holder {
  margin: 0 15px;
}

.card {
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 5px 15px;
  padding: 5px;
  margin-top: 10px;
  max-width: 400px;
  min-width: 275px;
}

.card .card-main {
  min-height: 100px;
  border-bottom: 1px solid #eeeeee;
}

.card strong {
  line-height: 25px;
}

.card .number {
  margin-top: 10px;
  font-size: 2em;
}

.card .smiley {
  font-size: 3em;
}

.card .smiley-small {
  font-size: 2em;
}

.card .description {
  margin-top: 5px;
  font-size: 0.8em;
}

.menu-bar {
  display: inline-block;
  cursor: pointer;
}

.search-bar {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .sidebar {
    box-shadow: rgba(0, 0, 0, 0.25) 10px 10px 10px;
  }

  .content {
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
  }
}
@media only screen and (min-width: 1000px) {
  .main {
    position: relative;
    z-index: 10;
  }

  .menu-bar {
    display: none;
  }

  .search-bar {
    display: block;
  }

  .sidebar {
    display: block;
    position: relative;
    top: 0;
  }

  .header {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.gradient-icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: white;
  font-size: 1.2em;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  margin-left: 20px;
  background: #008BFA;
  background: linear-gradient(0deg, #008BFA 0%, #8bb9ff 100%);
}

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

.material-icons.md-inactive {
  color: rgba(0, 0, 0, 0.3);
}

.circle-letter {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.bg-green {
  background: #6acc00;
  background: linear-gradient(0deg, #00fa08 0%, #adff8d 100%);
}

.bg-yellow {
  background: #8c8600;
  background: linear-gradient(0deg, #faeb00 0%, #fffa97 100%);
}

.bg-red {
  background: #cc2707;
  background: linear-gradient(0deg, #fa0011 0%, #ff6468 100%);
}

.bg-blue {
  background: #335bcc;
  background: linear-gradient(0deg, #008BFA 0%, #8bb9ff 100%);
}

.bg-orange {
  background: #cc8a65;
  background: linear-gradient(0deg, #fa5f00 0%, #ff9a81 100%);
}

.stage {
  width: 150px;
  height: 15px;
}

.stage-first {
  background: #d6d6d6;
  width: 30%;
  height: 15px;
  float: left;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.stage-second {
  background: #d6d6d6;
  margin-left: 2px;
  width: 30%;
  height: 15px;
  float: left;
}

.stage-third {
  background: #d6d6d6;
  margin-left: 2px;
  width: 30%;
  height: 15px;
  float: left;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.stage-success {
  background: #93ceba !important;
}

.max-width-400 {
  max-width: 400px;
}

.max-width-800 {
  max-width: 800px;
}

.content-center {
  margin: 0 auto;
}

.font-em-1d2 {
  font-size: 1.2em;
}

.font-em-1d4 {
  font-size: 1.4em;
}

.font-em-1d6 {
  font-size: 1.6em;
}

.font-em-1d8 {
  font-size: 1.1em;
}

.font-em-2 {
  font-size: 2em;
}

.font-em-2d5 {
  font-size: 2.5em;
}

.font-em-3 {
  font-size: 3em;
}

.text-bold {
  font-weight: bold;
}

.text-black {
  color: black;
}

.text-black a {
  color: black;
}

.progress-pie-chart {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #E5E5E5;
  position: relative;
}
.progress-pie-chart.gt-50 {
  background-image: linear-gradient(-90deg, #0077f9, #004694);
}

.ppc-progress {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  width: 200px;
  height: 200px;
  clip: rect(0, 200px, 200px, 100px);
}
.ppc-progress .ppc-progress-fill {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  width: 200px;
  height: 200px;
  clip: rect(0, 100px, 200px, 0);
  background: #004694;
  transform: rotate(60deg);
}
.gt-50 .ppc-progress {
  clip: rect(0, 100px, 200px, 0);
}
.gt-50 .ppc-progress .ppc-progress-fill {
  clip: rect(0, 200px, 200px, 100px);
  background: #E5E5E5;
}

.ppc-percents {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 173.9130434783px/2);
  top: calc(50% - 173.9130434783px/2);
  width: 173.9130434783px;
  height: 173.9130434783px;
  background: #fff;
  text-align: center;
  display: table;
}
.ppc-percents span {
  display: block;
  font-size: 2.6em;
  font-weight: bold;
  color: #004694;
}

.pcc-percents-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.progress-pie-chart {
  margin: 50px auto 0;
}

.btn-round {
  border-radius: 100px !important;
}

.bg-gradient {
  background: #007dfe;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #007dfe 0%, #034798 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #007dfe 0%, #034798 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #007dfe 0%, #034798 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007dfe", endColorstr="#034798", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: white;
}

.box-bg-cover-half {
  background-size: cover;
  min-height: 150px;
  width: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.box-after-cover {
  margin-top: 180px;
}

.box-miles {
  position: absolute;
  top: 155px;
  left: -5px;
  background: #1d2124;
  width: 90px;
  padding: 3px;
  font-size: 12px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.box-price {
  position: absolute;
  top: 155px;
  right: -5px;
  background: #1d2124;
  width: 90px;
  padding: 3px;
  font-size: 12px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.box-button {
  position: absolute;
  bottom: -20px;
  z-index: 1002;
}

.info-dot {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1001;
}

.text-gray-light {
  color: #c7c7c7;
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 8rem;
  padding-bottom: 8rem;
  min-height: 100vh;
}

header.masthead .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

header.masthead h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  header.masthead h1 {
    font-size: 3rem;
  }
}
.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

.country .country-img {
  min-height: 7rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }

  .country .country-text {
    padding: 1rem;
  }
}
.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.bg-white-circle {
  background: #ffffff;
  border-radius: 50px;
  height: 50px;
  width: 50px;
}

/*# sourceMappingURL=style.css.map */
