/* Table of Contents 
======================================================
01-General Styles
02-Header Section
02-Header Section - Header V2
02-Header Section - Header V3
03-Features Section
04-Screenshots Section
04-2-Screenshots Section - image slider
05-Testimonials Section
06- How it Work Section
07- Video Section
08- Choose your plan Section
09- Get App Section
10- analytics Section
11- Partners Section
12- Newsletter Section
13- Footer
*/
/*
	01-General Styles
*/
body {
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: 'Lato', sans-serif;
  position: relative;
  font-size:15px;
  }

.navbar-brand {
  height: auto !important;
}
.white-bg {
  background: #fff; }

.gray-bg {
  background: #F6F6F6; }

.section {
  padding-top: 110px;
  padding-bottom: 120px;
  overflow: hidden; }

.section-gradient {
  padding-top: 110px;
  padding-bottom: 120px;
  /*background: #7d92e5;
  /* Old browsers */
  /* FF3.6+ */
  /*background: -webkit-gradient(linear, left top, right top, color-stop(0%, #7d92e5), color-stop(100%, #055f94));
  /* Chrome,Safari4+ */
  /*background: -webkit-linear-gradient(left, #7d92e5 0%, #055f94 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /*background: linear-gradient(to right, #7d92e5 0%, #055f94 100%);
  /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$right', endColorstr='$left',GradientType=1 );
  /* IE6-9 */
  background: #333;
  color: #fff;
  overflow: hidden; }

div.section h1 {
font-weight: 400;

margin-bottom: 5px;
font-size: 30px;}

div.section p.section-desc {
  text-transform: uppercase;
  text-align: center;
  margin-top: 25px;
  color: #929292;
  margin-bottom: 120px; }

div.section p.section-desc:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #7d92e5;
  display: block;
  margin: 0 auto;
  margin-top: 35px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

input {
  font-family: 'FontAwesome'; }

/* This is for the placeholder */
.wh-space {
  display: block;
  position: relative;
  width: 100px;
  height: 80px; }

/*
	02-Header Section
*/
/* Navigation */
div.header {
  background: #7d92e5;
  /* Old browsers */
  /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, right top, color-stop(0%, #7d92e5), color-stop(100%, #055f94));
  /* Chrome,Safari4+ */
/* background: -webkit-linear-gradient(left, #7d92e5 0%, #055f94 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
/*background: linear-gradient(to right, #7d92e5 0%, #055f94 100%);
  /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$right', endColorstr='$left',GradientType=1 );
  /* IE6-9 */
  	/*background-image:
      linear-gradient(
        to top right, 
        red, #f06d06
      );*/
  background: #333;
  height: auto;
  overflow: hidden; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-default .navbar-toggle:hover {
  background: #055f94; }

.navbar {
  font-family: 'Open Sans', sans-serif;
  margin-top: 100px;
  margin-bottom: 100px; }

.navbar-nav {
  margin-top: 20px; }

.navbar.fixed-nav-st {
  margin-top: 0;
  padding: 20px 0 0 0;
  margin-bottom: 100px; }

.navbar-default {
  background: transparent;
  box-shadow: none;
  border: none; }

.navbar-fixed-top {
  /*background: #7d92e5;
  /* Old browsers */
  /* FF3.6+ */
  /*background: -webkit-gradient(linear, left top, right top, color-stop(0%, #7d92e5), color-stop(100%, #055f94));
  /* Chrome,Safari4+ */
  /*background: -webkit-linear-gradient(left, #7d92e5 0%, #055f94 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /*background: linear-gradient(to right, #7d92e5 0%, #055f94 100%);
  /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$right', endColorstr='$left',GradientType=1 );
  /* IE6-9 */
  background: #333;
  }

.navbar-default .navbar-brand {
  /*position: absolute;*/
  color: #fff;
  padding-top: 0; }

/* Dropdown style */
.navbar-right li ul.dropdown-menu {
  background: transparent;
  border: none;
  box-shadow: none; }

.navbar-right > li > ul.dropdown-menu {
  left: 120px !important;
  padding-top: 25px; }

.dropdown-menu > li > a {
  padding: 10px 20px; }

.navbar-right > li > ul.dropdown-menu li a {
  background: #055f94;
  color: #fff;
  border-top: 1px solid #7d92e5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-size: 12px; }

.navbar-right > li > ul.dropdown-menu li a:hover {
  background: #7d92e5;
  color: #fff; }

.navbar-brand, .navbar-nav > li > a {
  text-shadow: none; }

.navbar-default .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding-right: 0;
  margin-right: 15px;
  padding-left: 0;
  margin-left: 20px;
  padding-bottom: 5px;
  padding-top: 0px; }

.navbar-default .navbar-nav > li {
  padding-bottom: 25px; }

.navbar-default .navbar-nav > li.active > a {
  background: transparent;
  box-shadow: none;
  color: #fff;
  border-bottom: 2px solid #fff; }

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

.navbar-default .navbar-nav > li > a {
  border-bottom: 2px solid #fff;
  border-color: transparent; }

.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  border-bottom: 2px solid #fff; }

.nav-active {
  border-bottom: 2px solid #fff; }

.navbar-default .navbar-toggle .icon-bar {
  color: #fff; }

.navbar-default .navbar-nav > li.open > a {
  color: #fff !important;
  background: transparent !important;
  box-shadow: none; }

h1.header-h1 {
  margin-top: 290px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 50px; }

p.header-p {
  text-align: center;
  padding: 0 10px 0 10px;
  line-height: 35px;
  margin-bottom: 110px;
  font-size: 18px;
  font-weight: 300; }

div.download-btns {
  text-align: center;
  margin-bottom: 110px;
  line-height: 30px; }

div.download-btns a {
  color: #fff;
  padding: 10px 15px;
  border: 1px solid #fff;
  margin-right: 25px;
  border-radius: 3px;
  display: inline-block;
  height: 50px; }

div.download-btns a.apple {
  margin-left: 25px; }

div.download-btns span.text {
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  line-height: 50px; }

@media (max-width: 360px) {

  
  
  div.download-btns span.text {
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    line-height: 50px;
    margin-bottom: 20px; } }
/* Apple Hover Box*/
span.apple-hover {
  width: 150px;
  height: 50px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  margin-top: -70px;
  margin-left: -127px;
  color: #000;
  display: none;
  line-height: 50px; }

a.apple:hover + span.apple-hover {
  display: inline-block; }

/* Android Hover Box*/
span.android-hover {
  display: inline-block;
  width: 150px;
  height: 50px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  margin-top: -70px;
  margin-left: -127px;
  color: #000;
  visibility: hidden;
  line-height: 50px; }

a.android:hover + span.android-hover {
  visibility: visible; }

/* Windows Phone Hover Box*/
span.windows-hover {
  display: inline-block;
  width: 150px;
  height: 50px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  margin-top: -70px;
  margin-left: -127px;
  color: #000;
  visibility: hidden;
  line-height: 50px; }

a.windows:hover + span.windows-hover {
  visibility: visible; }

/* Hover Triangle */
.arrow-down {
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  margin-left: 65px; }

/* Device image Container */
div.image-container {
  height: 210px; }

div.image-container img {
  display: block;
  margin: 0 auto;
  width: 340px;
  height: 500px;
  position: relative;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px; }

div.image-container img:hover {
  /*top: -290px;*/ }

/*
	02-Header Section - Header V2
*/
.header-v2 {
  padding-bottom: 180px;
  /* Dropdown style */ }
  .header-v2 .navbar-default .navbar-brand {
    margin-bottom: 40px;
    padding-left: 0; }
  .header-v2 .brand-container {
    padding-left: 0; }
  @media (min-width: 990px) {
    .header-v2 .header-v2-ul {
      margin-left: -65px;
      margin-bottom: -40px; } }
  .header-v2 .navbar {
    margin-top: 245px; }
  .header-v2 .header-v2-photo {
    margin-top: 180px; }
  .header-v2 .navbar-nav li ul.dropdown-menu {
    background: transparent;
    border: none;
    box-shadow: none; }
  .header-v2 .navbar-nav > li > ul.dropdown-menu {
    left: 0 !important;
    padding-top: 25px; }
  .header-v2 .dropdown-menu > li > a {
    padding: 10px 20px; }
  .header-v2 .navbar-nav > li > ul.dropdown-menu li a {
    background: #055f94;
    color: #fff;
    border-top: 1px solid #7d92e5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    font-size: 12px; }
  .header-v2 .navbar-nav > li > ul.dropdown-menu li a:hover {
    background: #7d92e5;
    color: #fff; }
  .header-v2 .header-v2-text .header-p {
    text-align: left;
    padding-left: 0;
    font-size: 16px;
    font-weight: 100;
    margin-top: 22px; }
  .header-v2 .header-v2-h1 {
    margin-top: 0;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 40px; }

/*
	02-Header Section - Header V3
*/
@media (min-width: 768px) {

  
  
  .header-v3 {
    /* Dropdown style */ }
    .header-v3 .navbar-collapse {
      border-bottom: 1px solid #fff; }
    .header-v3 .navbar-default .navbar-nav > li {
      padding-bottom: 0; }
    .header-v3 .navbar-default .navbar-nav > li.active > a {
      background: transparent;
      box-shadow: none;
      color: #fff;
      border-bottom: 5px solid #fff; }
    .header-v3 .navbar-default .navbar-nav > li.active > a:hover {
      background: transparent;
      color: #fff; }
    .header-v3 .navbar-default .navbar-nav > li > a {
      border-bottom: 5px solid #fff;
      border-color: transparent; }
    .header-v3 .navbar-default .navbar-nav > li > a:hover {
      color: #fff;
      border-bottom: 5px solid #fff; }
    .header-v3 .nav-active {
      border-bottom: 5px solid #fff; }
    .header-v3 .navbar-nav > li > a {
      padding-bottom: 60px; }
    .header-v3 .navbar-nav > li > a:hover,
    .header-v3 .navbar-nav > li.active > a {
      padding-bottom: 60px;
      border-bottom: 5px solid #fff; }
    .header-v3 .navbar-nav li ul.dropdown-menu {
      padding-top: 0; }
    .header-v3 .header-h1 {
      margin-top: 352px; } }
/*
	03-Features Section
*/
/* Features Side */
div.features-section h2 {
  font-weight: 400;
  margin-bottom: 5px; }

div.features-section h2:after {
  content: "";

  height: 2px;
  background: #333;
  display: block;
  margin-top: 5px;
  }

div.features-side div.features-side-1,
div.features-side div.features-side-2 {
  padding: 0px;
  margin-top: 15px;
  padding-right: 25px; }

/* Feature Title */
div.features-side h3 {
  font-weight: 400; }

div.features-side h3 i {
  margin-right: 10px;
  width: 30px;
  color: #389251;
  position: relative; }

/* Feature Decription */
div.features-side p {
margin-left: 45px;
margin-top: 10px;
font-size: 18px;
font-weight: 300;}

.photo-side-right img {
  margin-left: 55px; }

/*
	04-Screenshots Section
*/
.owl-carousel {
  margin: 0 auto; }

div.screenshots-section h1 {
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0; }

div.screenshots-section p.section-desc {
  text-transform: uppercase;
  text-align: center;
  margin-top: 25px;
  color: #929292;
  margin-bottom: 120px; }

div.screenshots-section p.section-desc:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #7d92e5;
  display: block;
  margin: 0 auto;
  margin-top: 35px; }

img.screenshot-img {
  width: 266px;
  min-width: 266px;
  max-width: 266px;
  height: 455px;
  display: block;
  background: #7d92e5;
  background: #7d92e5;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #7d92e5), color-stop(100%, #055f94));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #7d92e5 0%, #055f94 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, #7d92e5 0%, #055f94 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$right', endColorstr='$left',GradientType=1 );
  /* IE6-9 */ }

/*
	04-2-Screenshots Section - image slider
*/
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #3B78BB; }

/*
	04-2-Awesome Features Section
*/
div.aw-feature {
  padding-right: 5px; }
  div.aw-feature .aw-icon {
    text-align: center; }
  div.aw-feature:hover .aw-icon {
    color: #fff;
    background: #435ebd; }

div.aw-feature:nth-child(1),
div.aw-feature:nth-child(2),
div.aw-feature:nth-child(3) {
  margin-bottom: 100px; }

.aw-icon {
  color: #435ebd;
  font-size: 30px;
  padding: 20px 19px 20px 21px;
  border: 2px solid #435ebd;
  width: 75px;
  border-radius: 70px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.aw-icon-rounded {
  color: #435ebd;
  font-size: 30px;
  padding: 20px;
  border: 2px solid #435ebd;
  width: 75px;
  border-radius: 5px; }

.aw-icon-circle {
  color: #435ebd;
  font-size: 30px;
  padding: 20px;
  border: 2px solid #435ebd;
  width: 75px;
  border-radius: 70px; }

div.aw-feature h2 {
  color: #435ebd;
  margin-left: 0px;
  font-size: 26px;
  margin-bottom: 15px; }

div.aw-feature p {
  color: #929292;
  display: inline-block;
  line-height: 25px; }

/*
	05-Testimonials Section
*/
div.testimonials-section {
  background: #7d92e5;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #7d92e5), color-stop(100%, #055f94));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #7d92e5 0%, #055f94 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, #7d92e5 0%, #055f94 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$right', endColorstr='$left',GradientType=1 );
  /* IE6-9 */
  padding-top: 0;
  padding-bottom: 75px;
  color: #fff; }

div.qoute-icon {
  margin: 0 auto;
  height: 45px;
  width: 90px;
  margin-bottom: 75px; }
  div.qoute-icon i {
    background: #FFF;
    color: #435ebd;
    display: inline-block;
    height: 45px;
    width: 90px;
    border-radius: 0 0 90px 90px;
    -moz-border-radius: 0 0 90px 90px;
    -webkit-border-radius: 0 0 90px 90px;
    text-align: center;
    line-height: 30px;
    font-size: 22px; }

div.single-testimonial img {
  display: inline-block;
  width: 115px;
  max-width: 115px;
  height: 115px;
  border: 5px solid #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  float: left;
  margin-right: 80px; }
div.single-testimonial p {
  font-size: 24px;
  font-weight: lighter; }
div.single-testimonial h4.reviewer {
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  margin-top: 40px; }

/*
	05-2- Testimonials Section -  nav dots
*/
div.testimonials-section .owl-theme .owl-controls {
  margin-top: 70px; }

div.testimonials-section .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff; }

div.testimonials-section .owl-theme .owl-dots .owl-dot.active span,
div.testimonials-section .owl-theme .owl-dots .owl-dot:hover span {
  background: #435ebd; }

div.testimonials-section .owl-theme .owl-dots .owl-dot.active span,
div.testimonials-section .owl-theme .owl-dots .owl-dot:hover span :before {
  width: 15px;
  height: 15px;
  border: 4px solid #fff;
  position: relative;
  top: 2px; }

/*
	06- How it Work Section
*/
div.how-work-section {
  /* Signle Step Default Style */
  /* Left Signle Step Style */
  /* Right Signle Step Style */ }
  div.how-work-section div.screenshot-container {
    width: 277px;
    margin: 0 auto; }
  div.how-work-section div.single-step {
    /* Step Container */
    position: relative; }
    div.how-work-section div.single-step div.step-number {
      width: 70px;
      height: 70px;
      background: #7d92e5;
      /* Old browsers */
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #7d92e5), color-stop(100%, #055f94));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(left, #7d92e5 0%, #055f94 100%);
      /* Chrome10+,Safari5.1+ */
      /* Opera 11.10+ */
      /* IE10+ */
      background: linear-gradient(to right, #7d92e5 0%, #055f94 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$right', endColorstr='$left',GradientType=1 );
      /* IE6-9 */
      border-radius: 70px;
      text-align: center;
      line-height: 70px;
      position: relative;
      z-index: 999; }
      div.how-work-section div.single-step div.step-number span {
        padding: 5px 10px 5px 10px;
        border: 3px solid #fff;
        border-radius: 20px;
        color: #fff;
        font-size: 20px;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        div.how-work-section div.single-step div.step-number span:hover {
          border-radius: 30px;
          padding: 10px 15px 10px 15px !important;
          cursor: pointer; }
    div.how-work-section div.single-step p.step-info {
      width: 250px;
      color: #929292;
      line-height: 26pt; }
    div.how-work-section div.single-step img.step-pointer {
      position: absolute;
      z-index: 99; }
  div.how-work-section div.left-steps {
    margin-top: 65px;
    /* First Signle Step pointer Style */
    /* Third Signle Step pointer Style */ }
    div.how-work-section div.left-steps div.single-step:nth-child(1) img.step-pointer {
      top: 32px;
      right: -151px; }
    div.how-work-section div.left-steps div.single-step:nth-child(2) img.step-pointer {
      top: -30px;
      right: -151px;
      moz-transform: scaleY(-1);
      -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
      -webkit-filter: FlipH;
              filter: FlipH;
      -ms-filter: "FlipH"; }
  div.how-work-section div.left-steps div.single-step {
    /* Step Container */ }
    div.how-work-section div.left-steps div.single-step div.step-number {
      float: right; }
      div.how-work-section div.left-steps div.single-step div.step-number span {
        padding: 5px 10px 5px 10px; }
    div.how-work-section div.left-steps div.single-step h3.step-title {
      text-align: right;
      margin-bottom: 10px;
      margin-right: 25px;
      float: right; }
    div.how-work-section div.left-steps div.single-step p.step-info {
      width: auto;
      text-align: right;
      margin-right: 95px; }
  div.how-work-section div.right-steps {
    margin-top: 145px;
    /* First Signle Step pointer Style */
    /* Third Signle Step pointer Style */ }
    div.how-work-section div.right-steps div.single-step:nth-child(1) img.step-pointer {
      top: 31px;
      left: -138px; }
    div.how-work-section div.right-steps div.single-step:nth-child(2) img.step-pointer {
      top: 33px;
      left: -138px; }
  div.how-work-section div.right-steps div.single-step {
    /* Step Container */ }
    div.how-work-section div.right-steps div.single-step div.step-number {
      float: left; }
      div.how-work-section div.right-steps div.single-step div.step-number span {
        padding: 5px 10px 5px 10px; }
    div.how-work-section div.right-steps div.single-step h3.step-title {
      text-align: left;
      margin-bottom: 10px;
      margin-left: 25px;
      float: left; }
    div.how-work-section div.right-steps div.single-step p.step-info {
      width: auto;
      text-align: left;
      margin-left: 95px; }

/*
	07- Video Section
*/
div.video-section {
  background: #7d92e5;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #7d92e5), color-stop(100%, #055f94));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #7d92e5 0%, #055f94 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, #7d92e5 0%, #055f94 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$right', endColorstr='$left',GradientType=1 );
  /* IE6-9 */ }
  div.video-section a.play-button {
    width: 168px;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 50px; }
  div.video-section h1 {
    font-size: 40px; }
  div.video-section h1, div.video-section p.section-desc {
    color: #FFF;
    font-weight: lighter; }
  div.video-section p.section-desc {
    margin-bottom: 0; }
  div.video-section h1:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    display: block;
    margin: 0 auto;
    margin-top: 35px; }
  div.video-section p.section-desc:after {
    display: none; }
  div.video-section div.modal-body iframe {
    border: none;
    width: 100%;
    height: 65vh; }

/*
	08- Choose your plan Section
*/
div.choose-plan-section div.screenshot-container {
  width: 363px;
  margin: 0 auto; }
div.choose-plan-section div.price-panel {
  width: 265px;
  color: #7d92e5;
  border: none;
  background: #7d92e5;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d92e5), color-stop(100%, #055f94));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7d92e5 0%, #055f94 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #7d92e5 0%, #055f94 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$right', endColorstr='$left',GradientType=0 );
  /* IE6-9 */ }
  div.choose-plan-section div.price-panel div.panel-heading {
    background: transparent;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 25px 0; }
  div.choose-plan-section div.price-panel div.price {
    font-size: 30px;
    text-align: center;
    background: #fff;
    border-bottom: 5px solid #2f53ad; }
  div.choose-plan-section div.price-panel ul.list-group li.list-group-item {
    background: transparent;
    color: #fff;
    padding: 10px 30px;
    line-height: 33px;
    font-weight: 300;
    font-size: 15px;
    border-color: #9bb2e8; }
    div.choose-plan-section div.price-panel ul.list-group li.list-group-item a.ps-button {
      padding: 15px;
      width: 150px;
      color: #fff;
      border: 1px solid #fff;
      margin: 10px auto;
      text-transform: uppercase;
      display: block;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    div.choose-plan-section div.price-panel ul.list-group li.list-group-item a.ps-button:hover {
      color: #055f94;
      background: #fff; }
    div.choose-plan-section div.price-panel ul.list-group li.list-group-item i {
      float: right;
      line-height: 33px; }
  div.choose-plan-section div.price-panel ul.list-group li.list-group-item:first-child {
    border: none; }

/*
	09- Get App Section
*/
div.get-app-section div.apps-buttons {
  width: 780px;
  margin: 0 auto; }
  div.get-app-section div.apps-buttons a {
    width: 240px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    border: 1px solid #055f94;
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
    color: #055f94;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    div.get-app-section div.apps-buttons a i {
      margin-right: 20px;
      position: relative;
      top: 3px; }
  div.get-app-section div.apps-buttons a:hover {
    background: #7d92e5;
    /* Old browsers */
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d92e5), color-stop(100%, #055f94));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7d92e5 0%, #055f94 100%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, #7d92e5 0%, #055f94 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$right', endColorstr='$left',GradientType=0 );
    /* IE6-9 */
    color: #fff; }
  div.get-app-section div.apps-buttons a.ios-app {
    margin-right: 25px; }
  div.get-app-section div.apps-buttons a.android-app {
    margin-right: 25px; }

/*
	10- analytics Section
*/
div.analytics-section {
  color: #FFF;
  text-align: center; }
  div.analytics-section div.analytics-sec h3.number {
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 17px; }
  div.analytics-section div.analytics-sec p.info {
    font-size: 18px;
    font-weight: 300; }

/*
	11- Partners Section
*/
div.partners-section div.section-content a.single-partner {
  display: inline-block;
  width: 265px;
  height: 150px;
  border: 2px solid #dbdbdb;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  div.partners-section div.section-content a.single-partner img {
    display: block;
    margin: auto;
    max-width: 50%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
div.partners-section div.section-content a.single-partner:hover {
  border-color: #7d92e5; }
div.partners-section div.section-content a.single-partner:nth-child(1),
div.partners-section div.section-content a.single-partner:nth-child(2),
div.partners-section div.section-content a.single-partner:nth-child(3) {
  margin-right: 23px; }
div.partners-section div.owl-controls {
  display: none; }

/*
	12- Newsletter Section
*/
.appixel-input-text {
  padding: 28px 44px;
  border-radius: 3px;
  border: 2px solid #7d92e5;
  max-height: 60px;
  font-size: 18px;
  color: #292b2c; }

.appixel-input-text:focus {
  border-color: #9bb2e8;
  box-shadow: none; }

.appixel-input-text:-moz-placeholder {
  color: #292b2c;
  font-size: 18px; }

.appixel-input-text::-moz-placeholder {
  color: #292b2c;
  font-size: 18px; }

.appixel-input-text:-ms-input-placeholder {
  color: #292b2c;
  font-size: 18px; }

.appixel-input-text::-webkit-input-placeholder {
  color: #292b2c;
  font-size: 18px; }

.appixel-input-text::-webkit-input-placeholder:first-letter {
  color: #7d92e5;
  padding-left: 1px; }

.appixel-btn {
  width: 100%;
  padding: 0 45px;
  text-transform: uppercase;
  background: #7d92e5;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d92e5), color-stop(100%, #055f94));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7d92e5 0%, #055f94 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #7d92e5 0%, #055f94 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$right', endColorstr='$left',GradientType=0 );
  /* IE6-9 */
  color: #fff;
  text-shadow: none;
  font-size: 18px;
  font-weight: 400;
  border: none;
  max-height: 60px;
  line-height: 60px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /*@include border-solid(2px, rgba(255, 255, 255, 1) );*/ }
  .appixel-btn i {
    margin-right: 20px;
    font-size: 24px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.appixel-btn:hover {
  background: #7d92e5;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #7d92e5), color-stop(100%, #055f94));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #7d92e5 0%, #055f94 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, #7d92e5 0%, #055f94 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$right', endColorstr='$left',GradientType=1 );
  /* IE6-9 */
  color: #fff; }

.appixel-btn:focus {
  background: #7d92e5;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #7d92e5), color-stop(100%, #055f94));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #7d92e5 0%, #055f94 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, #7d92e5 0%, #055f94 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$right', endColorstr='$left',GradientType=1 );
  /* IE6-9 */
  color: #fff; }

.appixel-btn:hover i.rotate-45 {
  margin-right: 30px; }

.rotate-45 {
  /* Safari */
  -webkit-transform: rotate(45deg);
  /* Firefox */
  -moz-transform: rotate(45deg);
  /* IE */
  -ms-transform: rotate(45deg);
  /* Opera */
  -o-transform: rotate(45deg);
  /* Internet Explorer */
  /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/ }

/*
	13- Footer
*/
div.footer {
  text-align: center;
  padding-bottom: 90px; }
  div.footer a {
    color: #fff; }
  div.footer a.scroll-to-top {
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #7d92e5;
    background: #f6f6f6;
    background-image: url("/images/rocket.png");
    background-repeat: no-repeat;
    background-position: 15px 8px;
    line-height: 50px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    position: absolute;
    top: -110px;
    box-shadow: 0 5px 5px #2e5485;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    div.footer a.scroll-to-top:hover {
      height: 60px; }
  div.footer div.social-media {
    margin-top: 25px;
    margin-bottom: 80px; }
    div.footer div.social-media a.social-link {
      display: inline-block;
      width: 60px;
      height: 70px;
      border: 3px solid #FFF;
      margin-right: 25px;
      border-radius: 30px;
      text-align: center;
      line-height: 75px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      div.footer div.social-media a.social-link i {
        font-size: 30px;
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out; }
    div.footer div.social-media a.social-link:last-child {
      margin-right: 0; }
    div.footer div.social-media a.social-link:hover {
      background: #fff; }
    div.footer div.social-media a.social-link:hover i {
      color: #055f94;
      -webkit-transform: rotate 50deg;
      -ms-transform: rotate 50deg;
          transform: rotate 50deg; }
  div.footer p.copyrights {
    font-weight: 300;
    font-size: 15px; }
    div.footer p.copyrights a {
      font-weight: bold; }

/* ================================================
Small Device Style 991px : 768px
================================================ */
@media (min-width: 768px) and (max-width: 991px) {
  div.how-work-section div.right-steps div.single-step p.step-info {
    float: left;
    margin-top: -20px; }

  div.how-work-section div.right-steps div.single-step:first-child p.step-info,
  div.how-work-section div.right-steps div.single-step:nth-child(2) p.step-info {
    margin-bottom: 75px; }

  div.footer a.scroll-to-top {
    top: -135px; }

  div.get-app-section div.apps-buttons a {
    width: 220px; }

  .navbar-default .navbar-nav .open .dropdown-menu li a {
    color: #fff; } }
/* ================================================
Fix Elements on Desktop 1024px
================================================ */
@media (min-width: 992px) and (max-width: 1040px) {
  div.partners-section div.section-content a.single-partner {
    display: inline-block;
    width: 205px;
    height: 150px;
    border: 2px solid #dbdbdb;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

  div.features-side h3 i {
    margin-right: 10px;
    width: 30px;
    color: #7d92e5;
    position: relative; }

  div.features-side p {
    margin-left: 40px;
    margin-top: 20px;
    font-size: 18px;
    color: #B6B6B6;
    font-weight: 300; }

  div.features-side div.features-side-1,
  div.features-side div.features-side-2 {
    padding: 0px;
    margin-top: 15px;
    padding-right: 30px; }

  div.aw-feature h2 {
    color: #435ebd;
    margin-left: 20px;
    font-size: 26px;
    margin-bottom: 15px; }

  div.aw-feature p {
    color: #929292;
    display: inline-block;
    line-height: 25px;
    margin-left: 20px; }

  div.how-work-section div.right-steps div.single-step h3.step-title {
    text-align: left;
    margin-bottom: 10px;
    padding-left: 60px;
    float: none; }

  div.how-work-section div.left-steps div.single-step h3.step-title {
    text-align: right;
    margin-bottom: 10px;
    padding-right: 60px;
    float: none; }

  div.choose-plan-section div.screenshot-container {
    width: 100%;
    overflow: hidden; }
    div.choose-plan-section div.screenshot-container img {
      width: 100%; } }
/* ================================================
Small Device Style 768px
================================================ */
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu li a {
    color: #fff; }

  div.how-work-section div.right-steps div.single-step p.step-info {
    float: left;
    margin-top: -20px; }

  div.how-work-section div.right-steps div.single-step:first-child p.step-info,
  div.how-work-section div.right-steps div.single-step:nth-child(2) p.step-info {
    margin-bottom: 75px; }

  .navbar-default .navbar-toggle {
    margin-bottom: 20px; }

  div.footer a.scroll-to-top {
    top: -135px; }

  div.get-app-section div.apps-buttons {
    margin: 0 auto;
    width: 220px; }

  div.get-app-section div.apps-buttons a {
    width: 220px;
    display: block;
    margin-bottom: 30px; }

  div.price-panel {
    margin: auto;
    float: none !important; }

  div.price-panel:first-child {
    margin-top: 50px; }

  .analytics-sec:nth-child(1),
  .analytics-sec:nth-child(2) {
    margin-bottom: 50px; }

  .section-content {
    width: 265px;
    margin: 0 auto; }

  div.social-media a.social-link {
    margin-bottom: 30px; } }
@media (min-width: 1280px) {
  p.header-p {
    padding: 0 130px 0 130px; } }

.navbar-brand  {
  max-width: calc(100% - 100px);
  
}

.navbar-brand img {
  max-width: 100%;
  width:336px;
}

a {
  color:#333;
}
a:hover {
  color:#333;
}

@media (max-width:800px) {
      #myCarousel {
    display:none;
  }
  
  h3 {
    font-size: 18px;
  }
  
  h1 {
    font-size: 18px !important;
  }
}