html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}

a {
  color: #186fa2;
  transition: all .35s;
}

a:hover, a:focus {
  color: #115176;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(251, 114, 124, 0.1);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

ul {
  list-style-type: none;
  padding-left: 0px;
}

section {
  padding: 100px 0;
}

section h2 {
  font-size: 50px;
}

.title-block {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center;
}

.title-block p {
  font-size: 20px;
  font-weight: 300;
  color: #8da2b5;
  margin-bottom: 0px;
}

.divider {
  padding: 2rem 0 0;
  margin: 2rem 0 0;
  border-top: 1px solid #3c3f45;
}

.divider-light {
  padding: 2rem 0 0;
  margin: 2rem 0 0;
  border-top: 1px solid #edf1f2;
}

/*
#mainNav {
    border-color: fade-out($gray-darker, .95);
    background-color: white;
    @include transition-all;
    @include heading-font;
    .navbar-brand {
        color: $theme-primary;
        @include heading-font;
        &:hover,
        &:focus {
            color: darken($theme-primary, 10%);
        }
    }
    .navbar-toggler {
        font-size: 12px;
        padding: 8px 10px;
        color: $gray-darker;
    }
    .navbar-nav {
        >li {
            >a {
                font-size: 11px;
                @include alt-font;
                &.active {
                    color: $theme-primary !important;
                    background-color: transparent;
                    &:hover {
                        background-color: transparent;
                    }
                }
            }
            >a,
            >a:focus {
                color: $gray-darker;
                &:hover {
                    color: $theme-primary;
                }
            }
        }
    }
    @media (min-width: 992px) {
        border-color: transparent;
        background-color: transparent;
        .navbar-brand {
            color: fade(white, 70%);
            &:hover,
            &:focus {
                color: white;
            }
        }
        .navbar-nav>li>a,
        .navbar-nav>li>a:focus {
            color: fade-out(white, .3);
            &:hover {
                color: white;
            }
        }
        &.navbar-shrink {
            border-color: fade-out($gray-darker, .9);
            background-color: white;
            .navbar-brand {
                color: $gray-darker;
                &:hover,
                &:focus {
                    color: $theme-primary;
                }
            }
            .navbar-nav>li>a,
            .navbar-nav>li>a:focus {
                color: $gray-darker;
                &:hover {
                    color: $theme-primary;
                }
            }
        }
    }
}*/
#mainNav {
  border-color: rgba(251, 114, 124, 0.05);
  background-color: white;
  transition: all .35s;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

#mainNav .logoSize {
  width: 80px;
}

#mainNav .navbar-brand {
  color: #186fa2;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
  color: #115176;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
  color: #fb727c;
}

#mainNav .navbar-nav > li > a {
  font-size: 11px;
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase;
}

#mainNav .navbar-nav > li > a.active {
  color: black !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #fb727c;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #186fa2;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .logoSize {
    width: 99px;
  }
  #mainNav .navbar-brand {
    color: fade(white, 70%);
  }
  #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: white;
  }
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: white;
  }
  #mainNav.navbar-shrink {
    border-color: rgba(251, 114, 124, 0.1);
    background-color: white;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #fb727c;
  }
  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
    color: #186fa2;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus {
    color: #fb727c;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    color: #186fa2;
  }
}

header.masthead {
  position: relative;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
  color: white;
  background: url("../img/bg-pattern.png"), #7b4397;
  background: url("../img/bg-pattern.png"), linear-gradient(to left, #7b4397, #dc2430);
}

header.masthead .header-content {
  max-width: 500px;
  margin-bottom: 100px;
  text-align: center;
}

header.masthead .header-content h1 {
  font-size: 30px;
}

header.masthead .device-container {
  max-width: 325px;
  margin-right: auto;
  margin-left: auto;
}

header.masthead .device-container .screen img {
  border-radius: 3px;
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 775px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead .header-content {
    margin-bottom: 0;
    text-align: left;
  }
  header.masthead .header-content h1 {
    font-size: 50px;
  }
  header.masthead .device-container {
    max-width: 325px;
  }
}

section.download {
  position: relative;
  padding: 150px 0;
}

section.download .divContainer {
  color: white;
}

section.download h2 {
  font-size: 50px;
  margin-top: 0;
}

section.download .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}

section.download .badges .badge-link:last-child {
  margin-bottom: 0;
}

section.download .badges .badge-link img {
  height: 60px;
}

@media (min-width: 768px) {
  section.download .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  section.download h2 {
    font-size: 70px;
  }
}

.specialText {
  font-size: 1.5rem;
}

/*
@include media-breakpoint-up(sm) {
    .specialText {
        font-size: 1.2rem;
    }
}

@include media-breakpoint-up(md) {
    .specialText {
        font-size: 1.4rem;
    }
}

@include media-breakpoint-up(lg) {
    .specialText {
        font-size: 1.6rem;
    }
}*/
login {
  /*Trigger Button*/
  /*Modal*/
}

login .login-trigger {
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to bottom right, #B05574, #F87E7B);
  padding: 15px 30px;
  border-radius: 30px;
  position: relative;
  top: 50%;
}

login h4 {
  font-weight: bold;
  color: #fff;
}

login .close {
  color: #fff;
  transform: scale(1.2);
}

login .modal-content {
  font-weight: bold;
  background: linear-gradient(to bottom right, #F87E7B, #B05574);
}

login .form-control {
  margin: 1em 0;
}

login .form-control:hover,
login .form-control:focus {
  box-shadow: none;
  border-color: #fff;
}

login .username,
login .password {
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 2px solid #eee;
  padding-left: 0;
  font-weight: normal;
  background: transparent;
}

login .form-control::-webkit-input-placeholder {
  color: #eee;
}

login .form-control:focus::-webkit-input-placeholder {
  font-weight: bold;
  color: #fff;
}

login .login {
  padding: 6px 20px;
  border-radius: 20px;
  background: none;
  border: 2px solid #FAB87F;
  color: #FAB87F;
  font-weight: bold;
  transition: all .5s;
  margin-top: 1em;
}

login .login:hover {
  background: #FAB87F;
  color: #fff;
}

section.features {
  background: #7b4397;
  background: linear-gradient(to left, #7b4397, #dc2430);
}

section.features .section-heading {
  margin-bottom: 100px;
}

section.features .section-heading h2 {
  margin-top: 0;
  color: white;
}

section.features .section-heading p {
  margin-bottom: 0;
  color: white;
}

section.features .device-container,
section.features .feature-item {
  max-width: 325px;
  margin: 0 auto;
}

section.features .device-container {
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  section.features .device-container {
    margin-bottom: 0;
  }
}

section.features .feature-item {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

section.features .feature-item p {
  color: white;
}

section.features .feature-item h3 {
  font-size: 30px;
  color: white;
}

section.features .feature-item i {
  font-size: 80px;
  display: block;
  margin-bottom: 15px;
  background-clip: text;
  color: white;
}

section.cta {
  position: relative;
  padding: 250px 0;
  background-image: url("../img/bg-cta.jpg");
  background-position: center;
  background-size: cover;
}

section.cta .cta-content {
  position: relative;
  z-index: 1;
}

section.cta .cta-content h2 {
  font-size: 50px;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
}

@media (min-width: 768px) {
  section.cta .cta-content h2 {
    font-size: 80px;
  }
}

section.cta .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

section {
  /* ==============================================
    Testimonials
===============================================*/
  /* Large devices (desktops, 992px and up) */
  /* Medium devices (tablets, 768px and up) */
}

section #testimonials {
  background-color: #f6f8f9;
  border-top: 1px solid #F8F9FB;
  border-bottom: 1px solid #F8F9FB;
}

section .testimonial-box {
  background-color: #ffffff;
  box-shadow: 0 0 1px 0 rgba(0, 12, 32, 0.04), 0 10px 16px 0 rgba(10, 31, 68, 0.06);
  border-radius: 20px;
  padding: 20px 30px;
  margin-top: 30px;
}

section .testimonial-box h6 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .05em;
  margin-top: 5px;
  margin-bottom: 0px;
}

section .testimonial-box p {
  font-size: 16px;
  font-weight: 300;
  margin-top: 25px;
  line-height: 1.8;
  padding: 0px;
}

section .testimonial-box i {
  color: #ffffff;
}

section .testimonial-box small {
  color: #8da2b5;
  display: inline-block;
}

section .testimonial-box span {
  font-size: 14px;
  color: #ffffff;
}

section .rating {
  background-color: #0095f7;
  padding: 2px 12px;
  border-radius: 50px;
}

section .profile-picture {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

section .review-one {
  background-image: url("../img/profile-picture-one.jpg");
}

section .personal-info {
  padding: 5px 0 20px 0;
  border-bottom: 1px solid #edf1f2;
}

section .title-block h2 {
  color: white;
}

section .title-block p {
  color: white;
}

@media (max-width: 575.98px) {
  section .title-block h2,
  section p {
    text-align: left;
    padding: 0px 20px;
  }
}

@media (min-width: 992px) {
  section .icon-mobile {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  section .testimonial-box h6 {
    font-size: 14px;
    margin-left: 10px;
  }
  section .testimonial-box span {
    font-size: 12px;
  }
  section .testimonial-box small {
    font-size: 12px;
    margin-top: 4px;
    margin-left: 10px;
  }
  section .profile-picture {
    width: 50px;
    height: 50px;
  }
}

section {
  /* ==============================================
   Pricing
===============================================*/
  background-color: black;
  /* Medium devices (tablets, 768px and up) */
}

section .priceButton {
  position: absolute;
  bottom: 45px;
  width: calc(100% - 75px);
}

section .pricing-box {
  background-color: #ffffff;
  padding: 40px 20px;
  border: 1px solid #F8F9FB;
  border-radius: 6px;
  box-shadow: 0 0 1px 0 rgba(0, 12, 32, 0.04), 0 10px 16px 0 rgba(10, 31, 68, 0.06);
  margin-top: 30px;
  min-height: 635px;
}

section .pricing-box h3 {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: .1em;
  color: #186fa2;
}

section .pricing-box h5 {
  font-size: 60px;
  font-weight: 700;
  color: #3a3f52;
  margin-bottom: 0px;
}

section .pricing-box h6 {
  font-size: 60px;
  font-weight: 700;
  color: #3a3f52;
  margin-bottom: 0px;
}

section .pricing-box p {
  font-size: 17px;
  margin-top: 15px;
  padding: 0px;
}

section .pricing-box ul {
  padding-left: 10px;
}

section .pricing-box li {
  font-size: 14px;
  font-weight: 300;
  color: #8da2b5;
  letter-spacing: .1em;
}

section .pricing-box span {
  font-weight: 500;
  color: #186fa2;
}

section .pricing-box small {
  color: #8da2b5;
  letter-spacing: .2em;
}

section .pricing-box i {
  font-size: 20px;
  color: #186fa2;
  margin-right: 10px;
}

section .pricing-box .demo {
  color: #063651 !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  section .pricing-box h3 {
    font-size: 17px;
  }
  section .pricing-box p {
    font-size: 14px;
  }
  section .pricing-box li {
    font-size: 12px;
  }
}

.btn {
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px !important;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}

.btn:hover {
  text-decoration: none;
}

.btn-regular {
  background-color: #186fa2;
  color: #ffffff;
  padding: 10px 25px;
  letter-spacing: .1em;
  margin-top: 25px;
  display: inline-block;
}

.btn-regular:hover {
  background-color: #0191f0;
  color: #ffffff;
}

.btn-demo {
  color: #ffffff;
  background-color: #063651;
  letter-spacing: .1em;
  padding: 15px 48px;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  background: #7b4397;
  background: linear-gradient(to left, #7b4397, #dc2430);
}

.btn-demo:hover {
  color: #ffffff;
  background-color: #636ee1;
}

.btn-demo-small {
  font-size: 12px;
  background-color: #063651;
  padding: 1px 4px;
}

.btn-demo-small:hover {
  background-color: #636ee1;
}

.btn-demo-small a {
  color: #ffffff !important;
}

.btn-buy {
  color: #ffffff;
  background-color: #186fa2;
  letter-spacing: .1em;
  padding: 15px 48px;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.btn-buy:hover {
  background-color: #0191f0;
  color: #ffffff;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 991px) {
  .btn-demo-small {
    background-color: #ffffff;
    border: 0px;
    padding: 0px;
    box-shadow: none;
  }
  .btn-demo-small:hover {
    background-color: #ffffff;
    border: 0px;
    padding: 0px;
    box-shadow: none;
  }
  .btn-demo-small a {
    color: #53627C !important;
  }
  .icon-mobile {
    font-size: 18px;
    float: right;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .btn-buy {
    font-size: 12px;
    padding: 15px 20px;
  }
  .btn-demo {
    font-size: 12px;
    padding: 15px 20px;
  }
}

section.contact {
  text-align: center;
}

section.contact h2 {
  margin-top: 0;
  margin-bottom: 25px;
}

section.contact h2 i {
  color: #dd4b39;
}

section.contact ul.list-social {
  margin-bottom: 0;
}

section.contact ul.list-social li a {
  font-size: 40px;
  line-height: 80px;
  display: block;
  width: 80px;
  height: 80px;
  color: white;
  border-radius: 100%;
}

section.contact ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}

section.contact ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}

section.contact ul.list-social li.social-facebook a {
  background-color: #3b5998;
}

section.contact ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}

section.contact ul.list-social li.social-google-plus a {
  background-color: #dd4b39;
}

section.contact ul.list-social li.social-google-plus a:hover {
  background-color: #d73925;
}

footer {
  padding: 25px 0;
  text-align: center;
  color: white;
  background-color: black;
}

footer p {
  font-size: 12px;
  margin: 0;
}

footer ul {
  margin-bottom: 0;
}

footer ul li a {
  font-size: 12px;
  color: white;
}

footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
  text-decoration: none;
}

section.examples {
  background: url("../img/bg-pattern.png"), #7b4397;
  background: url("../img/bg-pattern.png"), linear-gradient(to left, #7b4397, #dc2430);
}

section.examples .section-heading {
  margin-bottom: 100px;
}

section.examples .section-heading h2 {
  margin-top: 0;
  color: white;
}

section.examples .section-heading p {
  margin-bottom: 0;
  color: white;
}

section.examples .device-container,
section.examples .feature-item {
  max-width: 325px;
  margin: 0 auto;
}

section.examples .device-container {
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  section.examples .device-container {
    margin-bottom: 0;
  }
}

section.examples .feature-item {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

section.examples .feature-item h3 {
  font-size: 30px;
}

section.examples .feature-item i {
  font-size: 80px;
  display: block;
  margin-bottom: 15px;
  background: linear-gradient(to left, #7b4397, #dc2430);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.examples .containerAppearance {
  display: block;
}

@media (min-width: 992px) {
  section.examples .containerAppearance {
    display: flex;
  }
}

.bg-primary {
  background: #186fa2;
  background: linear-gradient(#186fa2, #15608c);
}

.text-primary {
  color: #186fa2;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: white;
  border-color: #186fa2;
  background-color: #186fa2;
}

.btn {
  border-radius: 300px;
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-xl {
  font-size: 11px;
  padding: 15px 45px;
}
/*# sourceMappingURL=new-age.css.map */