@import "../bootstrap.min.css";
button {
  font-size: 14px;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: 0.2s ease-in;
  cursor: pointer;
}
body {
  line-height: 1.6;
}
body p {
  color: #000;
}
body .preamble .title {
  font-size: 1.75rem;
}
.hero {
  position: relative;
  margin-top: -120px;
}
.hero.hero-1 {
  background-image: linear-gradient(-152deg, #6937EA 0%, #377FEA 65%);
}
.hero .row .title {
  color: white;
  font-size: 3rem;
  letter-spacing: 0.02em;
}
@media (max-width: 991px) {
  .hero .row .title {
    font-size: 2.2rem;
    margin-top: -32px;
  }
}
.hero .row .lead, .hero .row label {
  color: white;
  opacity: .75;
}
.lead-live-demo {
  text-align: center;
  margin: -1px 1px 7px 0px;
  font-size: 1.35rem;
}
.hero .row .btn {
  padding: 16px 32px;
  background: #3ECF8E;
  color: white;
  border-radius: 28px;
  margin: 15px 0px 31px 10px;
}

@media (max-width: 991px) {
  .hero .row .btn {
    margin: 16px 0px 27px 0px;
  }
}
.hero .row .btn:hover {
  background: #32db8f;
}
.hero .row .mockup {
  position: absolute;
  margin-top: -70px;
  right: -70px;
  height: 600px;
}
@media (max-width: 1280px) {
  .hero .row .mockup {
    margin-top: -80px;
    height: 550px;
    right: -20px;
  }
}
@media (max-width: 1200px) {
  .hero .row .mockup {
    margin-top: -80px;
    height: auto;
    right: -80px;
  }
}
@media (max-width: 1120px) {
  .hero .row .mockup {
    margin-top: -40px;
    height: 450px;
    right: 0;
  }
}
@media (min-width: 992px) {
  .demoV3 .offset-lg-1 {
      margin-left: 4%;
  }
}
@media (min-width: 1200px) {
  .demoV3 .offset-lg-1 {
      margin-left: 5.90%;
  }
}
#header {
  z-index: 9;
}
#header nav {
  background: transparent;
}
#header nav .navbar-brand img {
  max-height: 40px;
}
@media (max-width: 991px) {
  #header nav .navbar-brand img {
    margin-left: 11px;
  }
}
#header nav .navbar-toggler i {
  color: white;
  font-size: 2.2rem;
}
#header nav .collapse .navbar-nav .nav-item.active .nav-link, #header .nav-link-right {
  opacity: 1;
}
#header nav .collapse .navbar-nav .nav-item .nav-link, #header .nav-link-right {
  color: white;
  transition: 0.2s ease-in;
  font-size: 14px;
  letter-spacing: 0.02em;
}
#header nav .collapse .navbar-text {
  padding: 8px 20px;
  background: white;
  color: #6937EA;
  border-radius: 20px;
}
#header nav .collapse ul a {
  font-size: 14px;
  letter-spacing: 0.02em;
  opacity: 0.9;
  transition: 0.2s ease-in;
}
#header nav .collapse ul a:hover {
  opacity: 1;
  text-decoration: underline;
}
#header .wrap-reg span.sign-in {
  padding: 0px 17px 0px 0px;
  opacity: 0.9;
}
#header .wrap-reg span.sign-in,
#header-mobile .wrap-reg span.sign-in {
  color: #fff;
  background-color: transparent;
  margin-left: 0px;
}
#header .wrap-reg span.sign-in:hover {
  text-decoration: underline;
}
#header .wrap-reg .font-weight-bold span,
#header-mobile .wrap-reg .font-weight-bold span {
  color: #0275d8;
  transition: 0.2s ease;
}
#header .wrap-reg .font-weight-bold span:hover {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
#header .wrap-reg .font-weight-bold span:active {
  box-shadow: none;
}
#header-mobile .wrap-reg {
  border-top:  1px solid #bdc3c7;
}
#header-mobile .wrap-reg .sign {
  display: flex;
  flex-direction: row-reverse;
  float: left;
}
#header-mobile {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background: #377FEA;
  z-index: 9999;
  display: none;
}
#header-mobile .navbar-toggler {
  position: absolute;
  top: 25px;
}
#header-mobile .navbar-toggler i {
  color: white;
  font-size: 2.2rem;
}
#header-mobile .top-overflow {
  height: 74vh;
  overflow-y: auto;
}
#header-mobile .top {
  margin-top: 40px;
}
#header-mobile .top .nav-item.active .nav-link, #header-mobile .nav-link-right {
  opacity: 1;
}
#header-mobile .top .nav-item .nav-link, #header-mobile .nav-link-right {
  color: white;
  opacity: 1;
  transition: 0.2s ease-in;
  font-size: 24px;
  letter-spacing: 0.02em;
}
@media (max-width: 560px) {
  #header-mobile .top .nav-item .nav-link, #header-mobile .nav-link-right {
    padding-bottom: 0;
  }
  #header-mobile .wrap-reg {
    margin-top: 15px;
  }
}
#header-mobile .top .navbar-text {
  padding: 8px 20px;
  margin-top: 20px;
  background: white;
  color: #6937EA;
  border-radius: 20px;
}
#header-mobile .top .navbar-text a {
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.02em;
  transition: 0.2s ease-in;
}
#header-mobile .top .navbar-text a:hover {
  color: #377FEA;
}
#header-mobile .middle {
  margin-top: 40px;
}
#header-mobile .middle ul.social li a {
  width: 32px;
  height: 32px;
  border: 1px solid #e0e0e0;
  display: inline-block;
  text-align: center;
  line-height: 30px;
}
#header-mobile .middle ul.social li a i {
  font-size: 15px;
}
#header-mobile .middle ul li a {
  color: #3e396b;
  font-size: 13px;
  text-decoration: none;
}
#header-mobile .middle ul li a i.ion-social-facebook {
  color: white;
}
#header-mobile .middle ul li a i.ion-social-youtube {
  color: #cd201f;
}
#header-mobile .middle ul li a i.ion-social-github {
  color: white;
}
#header-mobile .bottom {
  position: absolute;
  bottom: 40px;
}
#header-mobile .bottom img {
  max-height: 36px;
}
#header-mobile .bottom p {
  color: white;
  opacity: .75;
  font-size: 13px;
}
.features.features-1 .single-feature {
  box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
}
.features.features-1 .single-feature img {
  max-width: 128px;
}
.services.services-1 {
  background: #377FEA;
}
.services.services-1 .preamble .title {
  color: white;
}
.services.services-1 .preamble p {
  color: white;
  opacity: .75;
}
.services.services-1 .single-feature i {
  color: white;
  font-size: 3rem;
}
.services.services-1 .single-feature .title {
  color: white;
}
.services.services-1 .single-feature p {
  color: white;
  opacity: .75;
}
.tour .part.with-bg {
  background: #f8faff;
}
.tour .part.white-bg {
  background: white;
}
.features-tabs .nav-tabs {
  border: none;
}
.features-tabs .nav-tabs .nav-link {
  box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
}
.features-tabs .nav-tabs .nav-link.active {
  background: #f8faff;
  border: none;
  color: initial;
  outline: none;
}
.pricing .pricing-column .pricing-column-inner, .faq-block {
  background-color: #fff;
  box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
}
.pricing .pricing-column:nth-child(1) .level {
  color: #e67e22;
}
.pricing .pricing-column:nth-child(1) .btn {
  border: 2px solid #e67e22;
  background: #e67e22;
  color: white;
}
.pricing .pricing-column:nth-child(1) .btn:hover {
  border: 2px solid #ff8d00;
  background: #ff8d00;
}
.pricing .pricing-column:nth-child(2) .level {
  color: #2980b9;
}
.pricing .pricing-column:nth-child(2) .btn {
  border: 2px solid #2980b9;
  background: #2980b9;
  color: white;
}
.pricing .pricing-column:nth-child(2) .btn:hover {
  border: 2px solid #1b97e8;
  background: #1b97e8;
}
.pricing .pricing-column:nth-child(3) .level {
  color: #8e44ad;
}
.pricing .pricing-column:nth-child(3) .btn {
  border: 2px solid #8e44ad;
  background: #8e44ad;
  color: white;
}
.pricing .pricing-column:nth-child(3) .btn:hover {
  border: 2px solid #ba2ef5;
  background: #ba2ef5;
}
.pricing .pricing-column .price {
  font-size: 48px;
  color: #000;
}
.pricing .pricing-column .features-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pricing .pricing-column .features-list li {
  padding: 0 0 10px 0;
  color: #000;
  font-size: 17px;
}
.pricing .pricing-column .features-list li:last-child {
  padding: 0;
}
.pricing .pricing-column .btn {
  padding: 16px 32px;
  background: white;
  color: #377FEA;
  border-radius: 28px;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.02em;
}
#footer {
  position: relative;
  padding: 100px 0 60px 0;
  background: #18212b;
}
#footer .description {
  font-size: 27px;
  color: white;
}
@media (max-width: 1199px) {
  #footer .description {
    font-size: 24px;
  }
}
#footer .sub-description {
  color: white;
}
#footer .copyrights {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}
#footer .copyrights i,
#header-mobile .copyrights i {
  margin-right: 5px;
}
#footer .widget-title {
  color: white;
  letter-spacing: 0.05rem;
  font-size: 14px;
}
#footer .social li a {
  color: white;
  font-size: 21px;
}
#footer nav ul li {
  padding: 6px 0;
}
#footer nav ul li, #footer nav ul li a {
  color: rgba(255, 255, 255, 0.75);
  transition: all 0.2s ease-in;
}
#footer nav ul li a:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: underline;
}
#footer .btn {
  padding: 14px 34px;
  background: #2f7bbd;
  color: white;
  font-size: 13px;
  border-radius: 30px;
  letter-spacing: 0.05rem;
}
#footer .footer-links-wrapper {
  justify-content:space-between;
}
.newsletter {
  position: relative;
  background-image: linear-gradient(-152deg, #6937EA 0%, #377FEA 65%);
}
.newsletter .preamble .title {
  color: white;
}
.newsletter .preamble p {
  color: white;
  opacity: .75;
}
.newsletter form {
  position: relative;
}
.newsletter form div {
  position: relative;
}
.newsletter form div input, .newsletter form div textarea  {
  padding: 22px 35px;
  height: 64px;
  background: white;
  border: none;
  border-radius: 35px;
  box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
  font-family: 'lato', sans-serif;
}
.newsletter form div button {
  padding: 20px 55px;
  height: 64px;
  background: #3bd2a2;
  color: white;
  border: none;
  border-radius: 35px;
}
.newsletter form div button:disabled {
  background: #ddd;
}
.newsletter form div .rules {
  color: white;
  opacity: .65;
}
.signup {
  height: 100vh;
}
.signup #form {
  position: relative;
  flex: 0 0 500px;
}
.signup #form .logo {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.signup #form .logo img {
  max-height: 40px;
}
.signup #form input {
  height: 50px;
}
.signup #form button[type="submit"] {
  height: 50px;
  background: #3ECF8E;
  color: white;
}
.signup #form .login {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}
/*# sourceMappingURL=style.css.map */
