/*
    Template Name: SUPAR
    Template URI: https://themeforest.net/item/supar-multipurpose-landing-page-html-template/19595165
    Description: multi-purpose marketing landing page template with packed ready made components
    Author: Works of Wisnu and Slari Studio
    Author URI: http://worksofwisnu.com/theme-preview/supar/index.html
    Version: 1.0
*/
/**
 * Table of Contents:
 *
 * 1. - GLOBAL STYLES
 *      1.1 - General Style
 *      1.2 - Heading, Paragraph and Anchor
 *      1.3 - Padding and Margin
 *
 * 2. - COMPONENTS
 *      2.1 - Section
 *      2.2 - Custom Heading and Text Color
 *      2.3 - Button CTA
 *      2.4 - Color Overlay
 *      2.5 - Center Positioning
 *      2.6 - Icon
 *      2.7 - List with Checklist Style
 *      2.8 - Input Group
 *      2.9 - Equal Height
 *      2.10 - Divider
 *      2.11 - Slick Custom Style
 *      2.12 - Shadow Mixins
 *      2.13 - Background
 *      2.14 - Text with Separator
 *      2.15 - Cards
 *      2.16 - Pricebox
 *      2.17 - Hero Lists
 *      2.18 - Swipebox
 *      2.19 - Back To Top
 *      2.20 - Paypal
 *      2.21 - Panel Image
 * 3. - SECTION
 *      3.1 - Header
 *      3.2 - Hero
 *      3.3 - Top Client
 *      3.4 - About
 *      3.5 - Breakout
 *      3.6 - Single Testimony
 *      3.7 - Features: Linked Features
 *      3.8 - Fullblock
 *      3.9 - Featurettes
 *      3.10 - Testimonials
 *      3.11 - Tabbed
 *      3.12 - Counter
 *      3.13 - App Intro
 *      3.14 - Descriptions and Lessons
 *      3.15 - Premium Pricing
 *      3.16 - Premium Features
 *      3.17 - Promo Banner
 *      3.18 - FAQ
 *      3.19 - Tweet Testimony
 *      3.20 - About Profile
 *      3.21 - Confirmation Page
 *      3.22 - Common Page
 *      3.23 - Contact Form
 *      3.24 - ReCAPTCHA
 *      3.25 - Footer
 * 4. - RESPONSIVE
 * -----------------------------------------------------------------------------
 */
/*------------------------------------*
	1. GLOBAL STYLES
\*------------------------------------*/
/**
 * 1.1 General Style
 */
html {
  font-size: 62.5%;
  overflow-x: hidden; }

body {
  font-family: 'Hind', sans-serif;
  font-size: 1.6rem;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  overflow-x: hidden; }

img {
  max-width: 100%; }

section {
  padding: 80px 0; }

span {
  display: inline-block; }

/**
 * 1.2 Heading, Paragraph and Anchor
 */
h1 {
  font-size: 4.8rem; }

h2 {
  font-size: 3.6rem; }

h3 {
  font-size: 3rem; }

h4 {
  font-size: 2.4rem; }

h5 {
  font-size: 1.8rem; }

h6 {
  font-size: 1.6rem; }

h1,
h2,
h3 {
  font-weight: 400;
  line-height: 1.2em; }

h6 {
  font-weight: 400;
  line-height: 1.5em; }

h4,
h5 {
  line-height: 1.5em;
  font-weight: 500; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 40px; }

p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 20px; }
  p > a {
    background-image: linear-gradient(to bottom, rgba(0, 154, 255, 0.3) 25%, transparent 25%);
    background-repeat: repeat-x;
    background-size: 2px 4px;
    background-position: 0 100%; }
    p > a:hover {
      background-image: linear-gradient(to bottom, #009aff 25%, transparent 25%); }

a {
  color: #222;
  transition: all 0.25s;
  cursor: pointer; }
  a:active,
  a:focus,
  a:hover,
  a:visited {
    text-decoration: none; }

.arrow-link {
  color: #009aff;
  font-size: 18px;
  font-weight: 400; }

/**
 * 1.3 Padding and Margin
 */
.no-margin {
  margin: 0; }

.no-padding {
  padding: 0 !important; }

.margin-lg,
.margin-md,
.margin-sm,
.padding-lg,
.padding-md,
.padding-sm {
  display: block; }

.padding-sm {
  padding-top: 40px;
  padding-bottom: 40px; }

.padding-md {
  padding-top: 60px;
  padding-bottom: 60px; }

.padding-lg {
  padding-top: 80px;
  padding-bottom: 80px; }

.margin-sm {
  margin-top: 40px;
  margin-bottom: 40px; }

.margin-md {
  margin-top: 60px;
  margin-bottom: 60px; }

.margin-lg {
  margin-top: 80px;
  margin-bottom: 80px; }

/*------------------------------------*
	2. COMPONENTS
\*------------------------------------*/
/**
 * 2.1 Section
 */
.section-title {
  margin-bottom: 40px; }

.section-sub-title {
  margin-bottom: 80px; }

.section-item-title {
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block; }

/**
 * 2.2 Custom Heading and Text Color
 */
.big-head {
  font-size: 72px;
  font-weight: 400; }
  .big-head span {
    font-size: 32px;
    vertical-align: top;
    line-height: 1.6; }

.text-muted {
  color: #c0c0c0 !important; }

/**
 * 2.3 Button CTA
 */
.cta {
  font-size: 1.8rem;
  font-weight: 300;
  display: inline-block;
  padding: 14px 24px 12px;
  ttext-transform: uppercase;
  color: #fff !important;
  border-radius: 6px;
  text-align: center;
  transition: all 0.25s ease;
  backface-visibility: hidden; }
  .cta:hover {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px); }
  .cta:disabled {
    opacity: .65;
    filter: alpha(opacity=65);
    cursor: not-allowed;
    pointer-events: none; }

button.cta {
  -webkit-appearance: none;
  border: none; }

.cta-default {
  background-color: #009aff; }
  .cta-default:hover {
    background: #3caffb; }
  .cta-default.cta-secondary {
    background-color: #ff6600; }
    .cta-default.cta-secondary :hover {
      background: #fd9752; }

.cta-large {
  font-size: 2.4rem;
  padding: 15px 26px 11px; }

.cta-line {
  border: 2px solid #fff;
  padding: 12px 24px 8px; }
  .cta-line:hover {
    background-color: rgba(255, 255, 255, 0.15) !important; }
  .cta-line.cta-secondary {
    border-color: #ff6600;
    color: #ff6600 !important; }
    .cta-line.cta-secondary:hover {
      background-color: rgba(255, 102, 0, 0.15) !important; }

.btn-img {
  display: inline-block;
  margin-bottom: 40px; }

/**
 * 2.4 Color Overlay
 */
.color-overlay {
  height: 100%;
  background: -moz-linear-gradient(-45deg, rgba(2, 27, 121, 0.75) 0%, rgba(5, 117, 230, 0.75) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(2, 27, 121, 0.75) 0%, rgba(5, 117, 230, 0.75) 100%);
  background: linear-gradient(135deg, rgba(2, 27, 121, 0.75) 0%, rgba(5, 117, 230, 0.75) 100%); }

.color-solid-overlay {
  height: 100%;
  background: #021b79;
  background: -moz-linear-gradient(-45deg, #021b79 0%, #0575e6 100%);
  background: -webkit-linear-gradient(-45deg, #021b79 0%, #0575e6 100%);
  background: linear-gradient(135deg, #021b79 0%, #0575e6 100%); }

.dark-overlay {
  background: rgba(0, 0, 0, 0.8); }

.light-overlay {
  background: rgba(225, 225, 225, 0.2); }

.course-layout .color-overlay {
  background: rgba(62, 36, 135, 0.9);
  background: -moz-linear-gradient(45deg, rgba(62, 36, 135, 0.9) 0%, rgba(93, 60, 130, 0.9) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(62, 36, 135, 0.9)), color-stop(100%, rgba(93, 60, 130, 0.9)));
  background: -webkit-linear-gradient(45deg, rgba(62, 36, 135, 0.9) 0%, rgba(93, 60, 130, 0.9) 100%);
  background: -o-linear-gradient(45deg, rgba(62, 36, 135, 0.9) 0%, rgba(93, 60, 130, 0.9) 100%);
  background: -ms-linear-gradient(45deg, rgba(62, 36, 135, 0.9) 0%, rgba(93, 60, 130, 0.9) 100%);
  background: linear-gradient(45deg, rgba(62, 36, 135, 0.9) 0%, rgba(93, 60, 130, 0.9) 100%); }

.course-layout .color-solid-overlay {
  background: #3e2487;
  background: -moz-linear-gradient(45deg, #3e2487 0%, #5d3c82 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #3e2487), color-stop(100%, #5d3c82));
  background: -webkit-linear-gradient(45deg, #3e2487 0%, #5d3c82 100%);
  background: -o-linear-gradient(45deg, #3e2487 0%, #5d3c82 100%);
  background: -ms-linear-gradient(45deg, #3e2487 0%, #5d3c82 100%);
  background: linear-gradient(45deg, #3e2487 0%, #5d3c82 100%); }

.app-layout .color-overlay {
  height: 100%;
  background: rgba(177, 106, 179, 0.9);
  background: -moz-linear-gradient(left, rgba(177, 106, 179, 0.9) 0%, rgba(69, 104, 220, 0.9) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(177, 106, 179, 0.9)), color-stop(100%, rgba(69, 104, 220, 0.9)));
  background: -webkit-linear-gradient(left, rgba(177, 106, 179, 0.9) 0%, rgba(69, 104, 220, 0.9) 100%);
  background: -o-linear-gradient(left, rgba(177, 106, 179, 0.9) 0%, rgba(69, 104, 220, 0.9) 100%);
  background: -ms-linear-gradient(left, rgba(177, 106, 179, 0.9) 0%, rgba(69, 104, 220, 0.9) 100%);
  background: linear-gradient(to right, rgba(177, 106, 179, 0.9) 0%, rgba(69, 104, 220, 0.9) 100%); }

.app-layout .color-solid-overlay {
  height: 100%;
  background: #b16ab3;
  background: -moz-linear-gradient(left, #b16ab3 0%, #4568dc 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #b16ab3), color-stop(100%, #4568dc));
  background: -webkit-linear-gradient(left, #b16ab3 0%, #4568dc 100%);
  background: -o-linear-gradient(left, #b16ab3 0%, #4568dc 100%);
  background: -ms-linear-gradient(left, #b16ab3 0%, #4568dc 100%);
  background: linear-gradient(to right, #b16ab3 0%, #4568dc 100%); }

.app-layout .color-overlay-vertical {
  background: rgba(177, 106, 179, 0.9);
  background: -moz-linear-gradient(top, rgba(177, 106, 179, 0.9) 0%, rgba(71, 106, 220, 0.9) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(177, 106, 179, 0.9)), color-stop(100%, rgba(71, 106, 220, 0.9)));
  background: -webkit-linear-gradient(top, rgba(177, 106, 179, 0.9) 0%, rgba(71, 106, 220, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(177, 106, 179, 0.9) 0%, rgba(71, 106, 220, 0.9) 100%);
  background: -ms-linear-gradient(top, rgba(177, 106, 179, 0.9) 0%, rgba(71, 106, 220, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(177, 106, 179, 0.9) 0%, rgba(71, 106, 220, 0.9) 100%); }

.confirmation .color-solid-overlay {
  background: -moz-linear-gradient(100deg, rgba(5, 117, 230, 0.73) 0%, rgba(2, 27, 121, 0.73) 100%);
  background: -webkit-linear-gradient(100deg, rgba(5, 117, 230, 0.73) 0%, rgba(2, 27, 121, 0.73) 100%);
  background: -ms-linear-gradient(100deg, rgba(5, 117, 230, 0.73) 0%, rgba(2, 27, 121, 0.73) 100%); }

.common-layout .color-solid-overlay {
  background: -moz-linear-gradient(130deg, #0575e6 0%, #021b79 100%);
  background: -webkit-linear-gradient(130deg, #0575e6 0%, #021b79 100%);
  background: -ms-linear-gradient(130deg, #0575e6 0%, #021b79 100%); }

/**
 * 2.5 Center Positioning
 */
.display-table {
  display: table !important; }

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
  float: none; }

/**
 * 2.6 Icon
 */
.icon-sm {
  font-size: 1.6rem; }

.icon-md {
  font-size: 2.4rem; }

.icon-lg {
  font-size: 3rem; }

.icon-xl {
  font-size: 4.8rem; }

.icon-lg,
.icon-md,
.icon-sm {
  vertical-align: middle; }

/**
 * 2.7 List with Checklist Style
 */
.list-checklist {
  padding-left: 30px; }
  .list-checklist li {
    position: relative; }
    .list-checklist li p {
      margin-bottom: 20px;
      font-weight: 500; }
  .list-checklist li:before {
    content: '\e116';
    font-family: 'icomoon';
    position: absolute;
    left: -30px;
    font-size: 20px;
    line-height: 1;
    color: #009aff; }

/**
 * 2.8 Input Group
 */
.input-group input {
  font-size: 1.8rem;
  border-color: transparent;
  box-shadow: none;
  border-radius: 6px !important;
  height: 60px; }

.input-group .form-control:focus {
  border-color: transparent;
  box-shadow: none !important; }

.app-layout .input-group input {
  margin-bottom: 20px; }

.email-box {
  background-color: #fff;
  border-radius: 6px; }
  .email-box input {
    display: inline-block !important; }
  .email-box .cta {
    display: inline-block;
    margin: 5px;
    float: right;
    width: 95%; }

.email-box-bordered {
  border: 1px solid #c0c0c0; }
  .email-box-bordered + .error-submission {
    color: #666; }

.subscribe-box input[type="submit"],
.signup-box input[type="submit"] {
  height: 50px; }

.input-box.box-horizontal input {
  height: 48px; }

.input-group.input-box {
  background-color: #fff;
  border-radius: 6px; }
  .input-group.input-box > div {
    padding: 10px; }
    .input-group.input-box > div input {
      margin-bottom: 0; }
    .input-group.input-box > div .cta {
      margin: 0;
      width: 100%; }

.error-submission {
  color: #fff;
  display: block;
  clear: both;
  padding-top: 10px; }
  .error-submission:before {
    content: '*'; }

/**
 * 2.9 Equal Height
 */
.equal-height {
  display: flex;
  flex-direction: row;
  align-items: stretch; }

.equal-col img {
  height: 100%;
  object-fit: cover; }

.equal-col.equal-to-left {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

/**
 * 2.10 Divider
 */
.divider {
  margin-top: 80px;
  margin-bottom: 80px; }

/**
 * 2.11 Slick Custom Style
 */
.slick-dots li button:before {
  line-height: 15px;
  width: 15px;
  height: 15px; }

.slick-dots li.slick-active button:before {
  border: 2px solid #009aff;
  border-radius: 50%;
  content: ''; }

/**
 * 2.12 Shadow Mixins
 */
/**
 * 2.13 Background
 */
.no-bg {
  background-image: none !important; }

.sky-bg {
  background-color: #f5f8fb;
  color: #415464; }
  .sky-bg p {
    color: #6f7c7d; }

/**
 * 2.14 Text with Separator
 */
.or-separator {
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.5px;
  display: block;
  text-align: center;
  letter-spacing: 3px;
  margin: 14px 0;
  position: relative; }

.or-separator:after,
.or-separator:before {
  content: ' ';
  border-bottom: 1px solid rgba(232, 235, 233, 0.5);
  width: 42%;
  display: block;
  position: absolute;
  top: 0.6em;
  left: 0; }

.or-separator:after {
  left: auto;
  right: 0; }

/**
 * 2.15 Cards
 */
.card {
  -webkit-box-shadow: 5px 8px 50px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 8px 50px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 8px 50px -5px rgba(0, 0, 0, 0.3); }

/**
 * 2.16 Pricebox
 */
.price-box {
  background-color: #fff;
  color: #222;
  padding: 15px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 28px 57px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 28px 57px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 28px 57px 0px rgba(0, 0, 0, 0.3); }
  .price-box .price-number {
    color: #009aff;
    margin-top: 40px;
    margin-bottom: 0; }
  .price-box .price-short-desc {
    color: #707c7c;
    font-size: 14px;
    margin-bottom: 40px; }
  .price-box .price-desc {
    font-weight: 300; }
  .price-box .cta {
    width: 100%; }

/**
 * 2.17 Hero Lists
 */
.hero-lists .icon {
  background-color: #009aff;
  border-radius: 50%;
  padding: 6px;
  margin-right: 10px;
  float: left; }

.hero-lists .hero-list {
  float: left;
  width: 100%; }
  .hero-lists .hero-list h5 {
    margin-bottom: 0;
    min-height: 70px;
    font-weight: 300; }

/**
 * 2.18 Swipebox
 */
#swipebox-close {
  background-image: none;
  width: auto;
  height: auto; }

#swipebox-close:after {
  position: absolute;
  top: 20px;
  content: '\e117';
  display: block;
  font-family: icomoon;
  right: 20px;
  color: #fff;
  font-size: 24px; }

/**
 * 2.19 Back To Top
 */
#back-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  cursor: pointer;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.33); }

#back-to-top span {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #222; }

.not-on-top #back-to-top {
  opacity: 1; }

/**
 * 2.20 Paypal
 */
.paypal-form input[type="submit"] {
  background-color: transparent; }

/**
 * 2.21 Panel Image
 */
.panel-left-image img {
  position: absolute;
  left: -70%;
  max-width: none;
  display: block;
  vertical-align: top; }

.panel-right-image img {
  position: absolute;
  right: -70%;
  max-width: none;
  display: block;
  vertical-align: top; }

.app-intro .panel-left-image img {
  top: -120px;
  width: 170%; }

.hero-app-wrap .panel-left-image img {
  top: -120px; }

/*------------------------------------*
	3. SECTIONS
\*------------------------------------*/
/**
 * 3.1 Header
 */
.header-top {
  padding: 15px 0; }

/* Logo */
.logo-img {
  height: 100%;
  display: block;
  margin-top: 6px; }

/* Nav */
.navbar-fixed-top {
  background-color: #fff; }

.not-on-top .navbar-fixed-top {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 15px 0px; }

.navbar-nav li > a {
  font-size: 1.8rem;
  font-weight: 400;
  color: #222;
  cursor: pointer;
  padding-top: 12px;
  padding-bottom: 8px; }
  .navbar-nav li > a:focus,
  .navbar-nav li > a:hover {
    background: none; }
  .navbar-nav li > a.cta:hover {
    background-color: #f60; }

.navbar-nav:hover li a {
  opacity: 0.5; }
  .navbar-nav:hover li a.cta,
  .navbar-nav:hover li a:hover {
    opacity: 1; }

.navbar-nav .link-icon a {
  color: #009aff;
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

/**
 * 3.2 Hero
 */
.hero {
  position: relative;
  overflow: hidden;
  padding: 0;
  color: #fff;
  background-size: cover !important;
  width: 100%; }

.hero-content {
  height: 700px; }
  .hero-content h1 {
    padding-top: 60px;
    padding-bottom: 50px;
    margin-bottom: 0; }
  .hero-content p {
    font-size: 2.4rem;
    color: #c0c0c0;
    margin-bottom: 60px; }
  .hero-content .cta {
    margin-right: 20px; }

.default-layout .hero-content {
  padding-right: 10px;
  padding-left: 10px; }
  .default-layout .hero-content .cta {
    margin-top: 20px; }

.hero-subscribe .cta {
  margin-right: 5px; }

.hero-subscribe .hero-img {
  position: absolute;
  bottom: 0;
  max-width: 250%; }
  @media (min-width: 1299px) {
    .hero-subscribe .hero-img {
      max-width: 200%; } }

.app-layout .hero-app-wrap {
  color: #fff; }
  .app-layout .hero-app-wrap p {
    color: #fff; }
  .app-layout .hero-app-wrap .hero-img {
    max-width: 120%; }
    @media (min-width: 1299px) {
      .app-layout .hero-app-wrap .hero-img {
        max-width: 140%; } }

.course-layout .btn-video {
  color: #fff;
  margin-bottom: 80px;
  display: inline-block;
  cursor: pointer; }
  @media (max-width: 1299px) {
    .course-layout .btn-video {
      margin-bottom: 40px; } }

.common-layout .hero-common {
  padding: 0; }

.common-layout .hero-content {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
  height: auto; }
  .common-layout .hero-content h5 {
    margin-bottom: 0; }

/**
 * 3.3 Top Client
 */
.top-client-logo {
  color: #c0c0c0;
  padding: 20px 0; }
  .top-client-logo img {
    margin: 0 auto;
    display: block;
    object-fit: cover;
    padding: 40px 0; }
  .top-client-logo .top-logo-text {
    padding-top: 20px;
    margin-bottom: 0;
    padding-top: 60px; }

/**
 * 3.4 About
 */
.about .sub-section {
  margin-top: 40px; }

.about .video-link .icon-lg {
  margin-left: 15px; }

.about .video-link h5 {
  margin-bottom: 0;
  display: inline-block; }

.about .about-icon {
  color: #009aff;
  margin-right: 15px; }

/**
 * 3.5 Breakout
 */
.breakout .breakout-content {
  padding: 80px 0;
  color: #fff; }

.breakout .breakout-sub-head {
  color: #c0c0c0;
  margin-bottom: 40px; }

.breakout .breakout-head {
  margin-bottom: 60px; }

/**
 * 3.6 Single Testimony
 */
.testimony-img {
  background: url("../img/dummy/800x1000.png") no-repeat center center; }

.testimony-info {
  padding: 80px 60px;
  background-color: #f5f8fb; }
  .testimony-info .testimony-title {
    color: #c0c0c0;
    text-transform: uppercase; }
  .testimony-info .testimony-name {
    font-weight: 700;
    margin-bottom: 15px; }
  .testimony-info .testimony-position {
    color: #c0c0c0; }
  .testimony-info p {
    margin-bottom: 40px; }

/**
 * 3.7 Features: Linked Features
 */
.features .feature-item {
  margin-bottom: 60px; }
  .features .feature-item .icon {
    margin-top: 20px;
    margin-bottom: 40px;
    color: #009aff; }
  .features .feature-item .feature-title {
    font-weight: 500; }

.features .form-subscribe-bordered {
  margin-top: 20px; }

.hero-subscribe-layout .features {
  background: url("../img/dummy/workspace-mockup-dummy.png") no-repeat;
  background-size: 110%;
  padding-bottom: 550px;
  background-position: 87% bottom !important; }

.linked-feature {
  display: block; }
  .linked-feature:hover .linked-feature-item {
    border: 1px solid transparent;
    -webkit-box-shadow: 5px 8px 50px -5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 5px 8px 50px -5px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 8px 50px -5px rgba(0, 0, 0, 0.15); }

.linked-feature-item {
  padding: 40px;
  margin-bottom: 40px;
  border: 1px solid #c0c0c0;
  transition: all 0.3s ease-in-out; }
  .linked-feature-item p {
    margin-bottom: 40px; }
  .linked-feature-item h5 {
    font-weight: 500;
    text-transform: uppercase; }

.linked-feature-img {
  margin-top: -40px; }

/**
 * 3.8 Fullblock
 */
.fullblock-left {
  padding: 60px 80px;
  background-color: #f5f8fb; }
  .fullblock-left p {
    margin-bottom: 40px; }
  .fullblock-left .icon {
    color: #c0c0c0;
    margin-bottom: 20px; }

.fullblock-right .fullblock-right-purchase {
  background-color: #c0c0c0;
  color: #fff;
  padding: 30px 20px; }
  .fullblock-right .fullblock-right-purchase .arrow-link {
    color: #222; }

.fullblock-right .fullblock-right-support {
  background: url("../img/diagonal-bg.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 30px 20px; }

.fullblock-right p {
  padding-bottom: 40px; }

.fullblock-right .arrow-link {
  position: absolute;
  bottom: 40px;
  right: 20px; }

/**
 * 3.9 Featurettes
 */
.featurettes-wrap:not(:last-child) {
  margin-bottom: 60px; }

.featurettes-item {
  transition: all 0.3s ease-in-out; }
  .featurettes-item .featurettes-item-title {
    text-transform: uppercase;
    font-weight: 500; }
  .featurettes-item .icon {
    margin-top: 20px;
    margin-bottom: 40px;
    color: #009aff; }

.default-layout .featurettes-item:hover {
  -webkit-box-shadow: 5px 8px 50px -5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 8px 50px -5px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 8px 50px -5px rgba(0, 0, 0, 0.15); }

.app-layout .featurettes-item .icon {
  margin-top: 80px; }

/**
 * 3.10 Testimonials
 */
.testimonials .client-logos {
  overflow: hidden; }

.testimonials .client-logo {
  padding: 20px; }

.testimonials .get-in-touch h3 {
  margin-bottom: 0; }

.testi-slider:before {
  content: '\e977';
  font-family: 'icomoon';
  position: absolute;
  left: 20px;
  top: 0;
  color: #c0c0c0; }

.testi-slider .slider-item {
  position: relative;
  padding: 0 40px; }

.testi-slider .testi-author {
  margin-bottom: 15px; }

.testi-slider .testi-author-job {
  display: inline-block;
  color: #c0c0c0;
  position: relative; }
  .testi-slider .testi-author-job:before {
    content: '\e115';
    font-family: 'icomoon';
    position: absolute;
    color: #c0c0c0;
    left: -30px; }

.testi-slider .testi-content {
  font-weight: 300; }

/**
 * 3.11 Tabbed
 */
.tabbed .nav-tabs {
  text-align: center;
  border-bottom: none; }

.tabbed .nav-tabs > li {
  float: none;
  display: inline-block; }
  .tabbed .nav-tabs > li > a,
  .tabbed .nav-tabs > li > .icon {
    color: #009aff; }
  .tabbed .nav-tabs > li > a {
    border-radius: 4px;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer; }
  .tabbed .nav-tabs > li a:hover {
    background-color: #f5f8fb;
    color: #222; }
  .tabbed .nav-tabs > li.active > a {
    background-color: #009aff;
    color: #fff;
    border: none;
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .tabbed .nav-tabs > li .icon {
    margin-right: 5px; }

.tabbed .tab-content {
  padding-top: 80px; }
  .tabbed .tab-content .video-wrap {
    padding: 0 60px; }
  .tabbed .tab-content .embed-responsive {
    margin-top: 60px;
    margin-bottom: 60px;
    -webkit-box-shadow: 5px 15px 100px 0px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 5px 15px 100px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 5px 15px 100px 0px rgba(0, 0, 0, 0.8); }
  .tabbed .tab-content h4,
  .tabbed .tab-content h5 {
    font-weight: 500; }

.tabbed .hiw-item:not(:last-child) {
  margin-bottom: 40px; }

.tabbed .hiw-img {
  float: left; }

.tabbed .hiw-content {
  overflow: hidden;
  padding-left: 20px; }
  .tabbed .hiw-content h5 {
    margin-bottom: 20px; }
  .tabbed .hiw-content h4,
  .tabbed .hiw-content h5 {
    font-weight: 500; }

.tabbed .customer-logo-wrap {
  padding: 60px 0 0; }
  .tabbed .customer-logo-wrap h4 {
    margin-top: 5px;
    margin-bottom: 5px; }

.tabbed .integration-step {
  margin-bottom: 60px; }

.tabbed #reporting h2 {
  padding-top: 60px; }

.tabbed #reporting h4 {
  font-weight: 400; }

.tabbed #reporting .panel-image-right img {
  max-width: 200%; }

/**
 * 3.12 Counter
 */
.counter .counter-number,
.counter .counter-plus {
  font-size: 140px;
  font-weight: 700;
  text-shadow: 0 8px 16px rgba(2, 27, 122, 0.48); }

.counter .breakout-head {
  margin-bottom: 20px; }

/**
 * 3.13 App Intro
 */
.app-intro {
  overflow: hidden; }

/**
 * 3.14 Descriptions and Lessons
 */
.desc-lesson .section-sub-title {
  margin-bottom: 40px; }

.desc-lesson h4 {
  margin-top: 80px; }

.desc-lesson .lesson-desc {
  color: #707c7c;
  margin-bottom: 60px; }

.lesson {
  min-height: 260px;
  margin-bottom: 60px; }
  .lesson .lesson-duration {
    color: #707c7c; }
    .lesson .lesson-duration .icon {
      margin-right: 5px;
      vertical-align: baseline; }

/**
 * 3.15 Premium Pricing
 */
.free-pricing {
  margin-top: 60px; }

/**
 * 3.16 Premium Features
 */
.pf-item {
  margin-bottom: 80px; }
  .pf-item .icon {
    color: #009aff;
    margin-right: 5px; }

/**
 * 3.17 Promo Banner
 */
.promo-banner {
  background-color: #009aff;
  color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 5px 8px 50px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 8px 50px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 8px 50px -5px rgba(0, 0, 0, 0.3); }
  .promo-banner h1,
  .promo-banner h2 {
    margin-bottom: 0; }
  .promo-banner .promo-text {
    padding: 40px; }
    .promo-banner .promo-text h1 {
      padding-top: 15px; }
  .promo-banner .promo-price {
    border-left: 2px solid #fff;
    padding: 40px; }

/**
 * 3.18 FAQ
 */
.faq .section-title {
  margin-bottom: 60px; }

.faq-item {
  margin-bottom: 40px; }

/**
 * 3.19 Tweet Testimony
 */
.tweet-testimony {
  position: relative; }
  .tweet-testimony .tweet-author {
    margin-bottom: 20px; }
  .tweet-testimony .tweet-author-job {
    margin-bottom: 60px; }
  .tweet-testimony .tweet-testimony-content {
    font-weight: 300;
    margin-bottom: 60px; }

.tweet-testimony .breakout-content {
  background: url("../img/dummy/testimony-model-dummy.png") no-repeat bottom right;
  background-size: 60%; }

.twitter-tweet {
  box-shadow: 0 0 40px rgba(34, 34, 34, 0.27);
  opacity: 0.9; }

/**
 * 3.20 About Profile
 */
.profile-picture {
  border-radius: 50%;
  -webkit-box-shadow: 5px 8px 50px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 8px 50px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 8px 50px -5px rgba(0, 0, 0, 0.3);
  margin-bottom: 40px; }

.profile-job {
  margin-bottom: 40px; }

.profile-item {
  margin-bottom: 60px; }
  .profile-item .profile-job {
    margin-top: 30px;
    margin-bottom: 30px; }

/**
 * 3.21 Confirmation Page
 */
.confirmation {
  background-color: #f5f8fb; }

.confirmation-wrap {
  background-color: #fff;
  padding-top: 60px;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 5px 8px 50px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 8px 50px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 8px 50px -5px rgba(0, 0, 0, 0.3); }

.conf-footer-content {
  padding-top: 30px;
  padding-bottom: 30px; }
  .conf-footer-content p {
    color: #fff;
    margin: 0; }
    .conf-footer-content p > a {
      color: #fff;
      font-weight: 400;
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 25%, transparent 25%); }
      .conf-footer-content p > a:hover {
        background-image: linear-gradient(to bottom, white 25%, transparent 25%); }

.checklist-img {
  margin: -90px -55px;
  max-width: 150%; }

.conf-content {
  margin-bottom: 60px; }
  .conf-content h1,
  .conf-content h2 {
    margin-bottom: 30px;
    font-weight: 700; }
  .conf-content .col-md-12 img {
    margin-bottom: 60px; }
  .conf-content a {
    color: #009aff;
    font-weight: 400; }
  .conf-content .invited-text {
    text-align: center; }

.confirmation-purchase {
  padding-bottom: 60px; }
  .confirmation-purchase h4,
  .confirmation-purchase h5 {
    margin-bottom: 0; }
  .confirmation-purchase p > a {
    color: #009aff;
    font-style: italic; }
  .confirmation-purchase .logo-img {
    margin: 0 auto; }
  .confirmation-purchase hr {
    border-color: #c0c0c0; }
  .confirmation-purchase .conf-head {
    margin-bottom: 60px; }
  .confirmation-purchase .conf-content {
    padding-top: 40px; }
  .confirmation-purchase .breakout-content {
    padding: 40px 0;
    overflow: hidden; }
  .confirmation-purchase .conf-text-head {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1; }
  .confirmation-purchase .conf-text-subhead {
    font-weight: 400;
    margin-bottom: 0; }
  .confirmation-purchase .conf-text-head,
  .confirmation-purchase .conf-text-subhead {
    text-shadow: 0 8px 16px rgba(2, 27, 122, 0.48); }
  .confirmation-purchase .paid {
    background: url("../img/paid-stamp.png") no-repeat;
    background-position: top right;
    padding-top: 100px; }

.confirmation-invite hr {
  margin-top: 0;
  margin-bottom: 40px; }

.confirmation-invite .social-links {
  margin-top: 40px; }
  .confirmation-invite .social-links a {
    color: #009aff; }
    .confirmation-invite .social-links a:hover {
      color: #6f7c7d; }

.confirmation-invite .conf-content {
  margin-bottom: 40px; }

.confirmation-subscribe .conf-content a:hover {
  color: #6f7c7d; }

/**
 * 3.22 Common Page
 */
.common-content p {
  margin-bottom: 40px; }

.common-content blockquote {
  border-left: none;
  padding-right: 40px;
  padding-left: 40px; }
  .common-content blockquote:before {
    content: '\e977';
    font-family: 'icomoon';
    position: absolute;
    left: 20px;
    top: 0;
    color: #c0c0c0; }
  .common-content blockquote > * {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 300; }

.input-common {
  margin-bottom: 30px; }
  .input-common input {
    height: 60px; }
  .input-common textarea {
    padding-top: 15px;
    padding-bottom: 15px; }
  .input-common input,
  .input-common textarea {
    font-size: 1.8rem;
    box-shadow: none;
    border-radius: 6px !important; }

/**
 * 3.23 Contact Form
 */
.contact-form {
  margin-bottom: 80px; }
  .contact-form label.error {
    margin-top: 10px; }

.contact-info h6 {
  font-weight: 700;
  margin-bottom: 20px; }

.submit-success {
  display: none;
  margin-bottom: 80px; }
  .submit-success .color-solid-overlay {
    border-radius: 6px; }
  .submit-success h4 {
    margin-bottom: 0;
    padding: 30px;
    text-align: center;
    border-radius: 6px;
    color: #fff; }

/**
 * 3.24 ReCAPTCHA
 */
.g-recaptcha > * {
  margin: 0 auto; }

#captcha-alert {
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold; }

/**
 * 3.25 Footer
 */
.dark-footer {
  background-color: #222;
  color: #fff; }

footer .divider {
  border-color: #c0c0c0;
  margin-top: 40px;
  margin-bottom: 40px; }

.light-footer {
  background-color: #f5f8fb;
  color: #415464; }
  .light-footer p {
    color: #6f7c7d; }
  .light-footer .social-links a {
    color: #009aff; }
    .light-footer .social-links a:hover {
      color: #6f7c7d; }

.dark-footer .copyright,
.dark-footer .social-links a {
  color: #c0c0c0; }
  .dark-footer .copyright:hover,
  .dark-footer .social-links a:hover {
    color: #fff; }

.hero-subscribe-layout .footer-links {
  float: none;
  text-align: center;
  display: inline-block; }

.hero-subscribe-layout .social-links {
  padding: 12px 0; }

/* Footer Top */
.footer-logo {
  padding: 10px 0; }

.footer-links {
  float: none;
  margin-left: -15px;
  margin-right: -15px; }
  .footer-links > li {
    display: inline-block;
    float: none; }
  .footer-links li > a {
    color: #fff; }

.footer-top .social-links {
  line-height: 40px;
  margin-bottom: 0; }

/* Footer Bottom */
.social-links li {
  padding-left: 10px;
  padding-right: 10px; }

.social-links li:last-child {
  padding-right: 0; }

.social-links a:hover {
  color: #009aff; }

.copyright,
.social-links a {
  margin-bottom: 0; }

/*------------------------------------*
	4. RESPONSIVE
\*------------------------------------*/
@media (max-width: 1024px) {
  .hero-content h1 {
    padding-top: 30px; } }

@media (max-width: 768px) {
  h1 {
    font-size: 3.6rem; }
  h2 {
    font-size: 3rem; }
  h3 {
    font-size: 2.4rem; }
  h4 {
    font-size: 1.8rem; }
  h5 {
    font-size: 1.6rem; }
  h6 {
    font-size: 1.4rem; }
  .logo-img {
    margin-left: auto;
    margin-right: auto; }
  .hero-content p {
    margin-bottom: 40px;
    font-size: 2rem; }
  .hero-content {
    height: 550px;
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  /* Navbar */
  .header-top {
    padding-bottom: 0; }
  .navbar-nav > li {
    display: inline-block;
    float: none; }
    .navbar-nav > li a {
      font-size: 1.6rem; }
  .navbar-nav {
    position: relative;
    white-space: nowrap;
    text-align: center;
    float: none !important; }
  nav {
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative; }
  .nav-wrap {
    width: 100%;
    text-align: center; }
  .equal-height {
    flex-direction: column; }
  /* Fullblock  */
  .fullblock-right .equal-height {
    flex-direction: row; }
  /* Testimonials */
  .testimonial {
    margin-top: 60px; }
  /* Footer */
  .main-footer {
    padding: 20px 0; }
  .footer-logo {
    margin: 0 auto;
    display: block; }
  footer .divider {
    margin-top: 20px;
    margin-bottom: 20px; }
  .footer-top .social-links {
    float: none; }
  /* Features */
  .hero-subscribe-layout .features {
    padding-bottom: 250px; }
  .featurette-left {
    margin-bottom: 40px; }
  /* Tabbed */
  .tabbed .nav-tabs > li {
    margin-bottom: 10px; }
  .tabbed .tab-content {
    padding-top: 40px; }
    .tabbed .tab-content .embed-responsive {
      margin-top: 0; }
    .tabbed .tab-content .video-wrap {
      padding: 0;
      margin-bottom: 40px; }
    .tabbed .tab-content .customer-logo-wrap h4 {
      text-align: center; }
    .tabbed .tab-content .customer-logo {
      margin-top: 20px;
      margin-bottom: 20px; }
  .tabbed #reporting h2 {
    padding-top: 0; }
  /* Premium Features */
  .pf-item {
    text-align: left; }
  /* Input Group */
  .input-box {
    width: 100%; } }

@media (max-width: 767px) {
  .hero-img-wrap {
    display: none !important; } }

@media (min-width: 576px) and (max-width: 768px) {
  .navbar-nav {
    margin: 7.5px -15px; }
  .hero-subscribe-wrap {
    height: calc(100vh - 225px);
    position: relative; }
    .hero-subscribe-wrap .hero-subscribe {
      height: auto; }
    .hero-subscribe-wrap .hero-img-wrap {
      height: auto;
      position: absolute;
      bottom: 0; }
    .hero-subscribe-wrap .hero-img {
      position: relative;
      max-width: 100%; }
    .hero-subscribe-wrap p {
      margin-bottom: 40px; }
    .hero-subscribe-wrap .email-box {
      margin-bottom: 65px; }
    .hero-subscribe-wrap .top-client-logo .top-logo-text {
      padding-bottom: 20px;
      padding-top: 0; }
  .hero-subscribe-layout .email-box {
    float: none !important; }
  .hero-subscribe-layout .features {
    padding-bottom: 350px !important; }
  .hero-subscribe-layout .social-links {
    float: none !important; }
  /* Lesson */
  .lesson {
    min-height: 325px;
    margin-bottom: 40px; }
  /* About Profile */
  .tweet-testimony .breakout-content {
    background-size: 70%; } }

@media (min-width: 576px) {
  .confirmation {
    min-height: 100vh;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center; } }

@media (max-width: 576px) {
  /* Navbar */
  .nav-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%); }
  /* Typography*/
  h2 {
    font-size: 3rem; }
  h3 {
    font-size: 2.4rem; }
  h4 {
    font-size: 2rem; }
  /* Buttons */
  .cta-large {
    font-size: 1.8rem; }
  /* Hero Content */
  .hero {
    min-height: auto;
    height: auto; }
  .hero-content h2 {
    padding-top: 30px;
    padding-bottom: 20px; }
  .hero-content p {
    font-size: 18px;
    margin-bottom: 40px; }
  .hero-content .cta {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px; }
  .hero-content input + .cta {
    margin: 0;
    width: 100%; }
  .hero-content .hero > *, .hero-content > *, .hero-subscribe-wrap {
    height: 100%; }
  .top-client {
    position: relative;
    margin: 0 -15px; }
  .top-client-logo .top-logo-text {
    padding-top: 0;
    padding-bottom: 10px; }
  /* App Layout */
  .app-layout .hero-app-wrap {
    height: auto; }
  .app-layout .featurettes-item .icon {
    margin-top: 0; }
  .app-intro .panel-left-image img {
    display: none; }
  /* Hero Common */
  .hero-common .hero-content h2 {
    padding-top: 0;
    padding-bottom: 40px;
    margin-bottom: 0; }
  /* Testimony */
  .testimony-info {
    padding: 60px 40px; }
  /* Fullblock  */
  .fullblock-left {
    padding: 60px 40px; }
  .fullblock-right .equal-height {
    flex-direction: column; }
  /* Input Group */
  .email-box {
    width: 100%; }
    .email-box .cta {
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px;
      margin-left: 0; }
    .email-box .no-padding {
      padding-right: 10px !important;
      padding-left: 10px !important; }
    .email-box .form-control {
      padding-right: 0;
      padding-left: 0; }
  .btn-group {
    margin-top: 20px;
    margin-bottom: 20px; }
  /* Premium Pricing */
  .premium-pricing {
    margin-top: 60px; }
  /* Get in touch */
  .get-in-touch h3 {
    margin-bottom: 60px !important; }
  /* Counter */
  .counter .counter-number, .counter .counter-plus {
    font-size: 6rem; }
  /* About */
  .about .section-item {
    margin-top: 40px;
    margin-bottom: 40px; }
  /* Lesson */
  .lesson {
    min-height: auto; }
  /* Promo Banner */
  .promo-banner {
    border-radius: 0; }
    .promo-banner .promo-price {
      border-left: transparent;
      border-top: 2px solid #fff; }
  /* Get In Touch */
  .get-in-touch > * {
    text-align: left; }
  /* Testimony */
  .tweet-testimony .breakout-content {
    background: none; }
  .tweet-feed:not(:last-child) {
    margin-bottom: 40px; }
  /* About Profile */
  .about-profile .social-links {
    margin-bottom: 60px; }
  .about-profile .col-md-4 {
    text-align: center; }
  /* Footer */
  .footer-links > li > a {
    padding-left: 10px;
    padding-right: 10px; }
  .copyright, .main-footer .social-links {
    text-align: center;
    float: none !important; }
  .main-footer .social-links .icon-md {
    font-size: 1.5rem; }
  .copyright {
    margin-bottom: 20px; }
  /* Confirmation */
  .conf-head h5 {
    margin-top: 20px;
    text-align: center; }
  .checklist-img {
    margin: 0;
    max-width: 100%; } }
