@charset "UTF-8";
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-bars:before {
  content: "\f0c9";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}

.header-section {
  color: #fff;
  background-position: top center;
  background-repeat: no-repeat;
  background-image:url(../images/banner-bg.jpg);
  background-size: cover; }
  @media (max-width: 768px) {
    .header-section {
      text-align: center; } }
  .header-section > .container {
    position: relative; }
    .header-section > .container .row {
      margin: 0 -5px; }
      @media (max-width: 570px) {
        .header-section > .container .row {
          margin: 0; } }
    .header-section > .container [class*="col-"] {
      padding: 0 5px; }
  .header-section hr {
    width: 40%; }
  .header-section h1 {
    font-size: 70px;
    font-size: 4.66667rem;
    margin-top: 0;
    margin-bottom: 17px;
    margin-bottom: 1.13333rem;
    font-family: 'Raleway', sans-sarif;
    color: #fff;
    font-weight: 100; }
    .header-section h1 strong {
      font-weight: 700; }
    @media (max-width: 992px) {
      .header-section h1 {
        font-size: 40px;
        font-size: 2.66667rem;
        text-align: center;
        margin-top: 20px;
        margin-top: 1.33333rem; } }
  .header-section .btn.btn-default {
    border-color: #fff;
    color: #fff; }
    .header-section .btn.btn-default:hover {
      border-color: #37bbf9;
      color: #37bbf9; }
  .header-section .btn-group {
    margin-top: 30px;
    margin-top: 2rem; }
  .header-section .header-contact-form {
    float: right;
    width: 368px;
    width: 24.53333rem;
    background:url(../images/banner.png) top center no-repeat;
    background-size: 100% auto;
    padding-top: 165px;
    padding-top: 11rem;
    padding-left: 42px;
    padding-left: 2.8rem;
    padding-right: 42px;
    padding-right: 2.8rem;
    padding-bottom: 46px;
    padding-bottom: 3.06667rem;
    margin-top: 40px;
    margin-top: 2.66667rem;
    min-height: 567px;
    min-height: 40.26667rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
    .header-section .header-contact-form:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      /*background: url(http://placehold.it/333x567.png) top center no-repeat;*/
      margin: 87px 21px 0 21px;
      margin: 5.8em 1.4em 0 1.4em;
      background-size: cover; }
    .header-section .header-contact-form .alerts-wrap {
      position: absolute; }
      .header-section .header-contact-form .alerts-wrap .alert {
        margin: 20px 0 0 0;
        margin: 1.33333em 0 0 0; }
    @media (max-width: 768px) {
      .header-section .header-contact-form {
        float: none;
        background: none;
        padding: 0;
        padding-bottom: 20px;
        padding-bottom: 1.33333rem;
        width: 50%;
        min-height: 0;
        margin: auto;
        margin-top: 20px;
        margin-top: 1.33333rem; }
        .header-section .header-contact-form:before {
          display: none; } }
    @media (max-width: 570px) {
      .header-section .header-contact-form {
        width: 100%; } }
    .header-section .header-contact-form > form {
      position: relative; }
    .header-section .header-contact-form .form-title {
      text-align: center;
      margin: 0 0 20px 0;
      margin: 0 0 1.33333em 0; }
    .header-section .header-contact-form .form-control {
      border-color: #fff;
      background: #fff;
      height: 46px;
      height: 3.06667rem;
      line-height: 44px;
      line-height: 2.93333rem;
      color: #a6a6a6;
      padding: 0 12px;
      padding: 0 0.8em; }
      .header-section .header-contact-form .form-control::-moz-placeholder {
        color: #a6a6a6;
        opacity: 1; }
      .header-section .header-contact-form .form-control:-ms-input-placeholder {
        color: #a6a6a6; }
      .header-section .header-contact-form .form-control::-webkit-input-placeholder {
        color: #a6a6a6; }
    .header-section .header-contact-form textarea.form-control {
      height: 130px;
      height: 8.66667rem;
      line-height: 23px;
      line-height: 1.53333rem;
      padding: 6px 12px;
      padding: 0.4em 0.8em;
      resize: none; }
    @media (max-width: 570px) {
      .header-section .header-contact-form .form-control {
        width: 100%; } }
  .header-section .contact-form-inline {
    margin-top: 50px;
    margin-top: 3.33333rem; }
    .header-section .contact-form-inline .form-control {
      background: rgba(255, 255, 255, 0.3);
      margin-bottom: 0;
      width: 100%; }
      @media (max-width: 570px) {
        .header-section .contact-form-inline .form-control {
          margin-bottom: 15px;
          margin-bottom: 1rem; } }
    .header-section .contact-form-inline .btn {
      height: 46px;
      height: 3.06667rem;
      line-height: 44px;
      line-height: 2.93333rem;
      margin-top: 0;
      display: block; }
  .header-section.header-simple-form > .container {
    padding-top: 80px;
    padding-top: 5.33333rem;
    padding-bottom: 80px;
    padding-bottom: 5.33333rem; }
  .header-section.header-simple-form .header-contact-form {
    background: rgba(255, 255, 255, 0.38);
    border: 1px solid #fff;
    border-radius: 7px;
    padding-top: 40px;
    padding-top: 2.66667rem;
    padding-left: 33px;
    padding-left: 2.2rem;
    padding-right: 33px;
    padding-right: 2.2rem;
    padding-bottom: 37px;
    padding-bottom: 2.46667rem;
    min-height: 0; }
    .header-section.header-simple-form .header-contact-form:before {
      display: none; }
  .header-section.header-simple-form .form-title {
    color: #6f6f6f;
    margin: 0 0 10px 0;
    margin: 0 0 0.66667em 0; }
  .header-section.header-simple-form .form-control {
    margin-bottom: 14px;
    margin-bottom: 0.93333rem; }
  .header-section.header-inline-form > .container {
    padding-top: 90px;
    padding-top: 6rem;
    padding-bottom: 180px;
    padding-bottom: 12rem; }
    @media (max-width: 570px) {
      .header-section.header-inline-form > .container {
        padding-top: 30px;
        padding-top: 2rem;
        padding-bottom: 60px;
        padding-bottom: 4rem; } }
  .header-section.header-countdown {
    padding-top: 90px;
    padding-top: 6rem;
    padding-bottom: 110px;
    padding-bottom: 7.33333rem; }
    .header-section.header-countdown > .container {
      padding-top: 80px;
      padding-top: 5.33333rem; }
  .header-section.header-canvasoff > .container {
    padding-top: 75px;
    padding-top: 5rem;
    padding-bottom: 75px;
    padding-bottom: 5rem; }
  .header-section.header-canvasoff h1 {
    margin-bottom: 50px;
    margin-bottom: 3.33333rem; }
  .header-section.header-canvasoff p {
    margin-bottom: 50px;
    margin-bottom: 3.33333rem; }
  .header-section.header-canvasoff .header-image {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 40%; }
    .header-section.header-canvasoff .header-image img {
      max-width: 100%; }
  @media (max-width: 570px) {
    .header-section.header-canvasoff > .container {
      padding-bottom: 0; }
    .header-section.header-canvasoff .header-image {
      position: static;
      text-align: center;
      display: none; }
      .header-section.header-canvasoff .header-image img {
        max-width: 80%; } }
  .header-section .contacts {
    margin-top: 0; }

/* Customize bootstrap forms */
form.contacts {
  margin-top: 55px;
  margin-top: 3.66667rem; }

.form-control {
  background: transparent;
  border: 1px solid #a2a2a2;
  font-size: 15px;
  font-size: 1rem;
  height: 51px;
  height: 3.4rem;
  line-height: 51px;
  line-height: 3.4rem;
  margin-bottom: 27px;
  margin-bottom: 1.8rem;
  outline: none;
  color: #a2a2a2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .form-control::-moz-placeholder {
    color: #a2a2a2;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #a2a2a2; }
  .form-control::-webkit-input-placeholder {
    color: #a2a2a2; }
  .form-control:focus {
    border-color: #37bbf9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.bg-primary .form-control {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff; }
  .bg-primary .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .bg-primary .form-control:-ms-input-placeholder {
    color: #fff; }
  .bg-primary .form-control::-webkit-input-placeholder {
    color: #fff; }
  .bg-primary .form-control:focus {
    border-color: #fff; }

textarea.form-control {
  line-height: 20px;
  line-height: 1.33333rem;
  height: 200px;
  height: 13.33333rem; }
  textarea.form-control::-moz-placeholder {
    color: #fff;
    opacity: 1; }
  textarea.form-control:-ms-input-placeholder {
    color: #fff; }
  textarea.form-control::-webkit-input-placeholder {
    color: #fff; }

.input-group .form-control:first-child {
  border-radius: 5px; }
.input-group .input-group-btn {
  padding-left: 8px;
  padding-left: 0.53333rem; }
  .input-group .input-group-btn .btn {
    height: 54px;
    height: 3.6rem;
    line-height: 54px;
    line-height: 3.6rem;
    border-radius: 5px;
    border-color: #2e90b8;
    text-transform: uppercase; }

/* Customize bootstrap buttons */
.btnt {
  height: 54px;
  height: 3.6rem;
  line-height: 52px;
  line-height: 3.46667rem;
  padding: 0 40px;
  padding: 0 2.66667em;
  font-size: 18px;
  font-size: 1.0rem;
  border: none;
  color: #fff;
  cursor: pointer;
  outline: none;
  display: inline-block;
  transition: all 400ms;
  -moz-transition: all 400ms;
  -webkit-transition: all 400ms;
  font-weight: 500; }
  @media (max-width: 992px) {
    .btn {
      padding: 0 15px;
      padding: 0 1em; } }
  .btnt:hover {    
    color: #fff; }
  .btnt:active, .btn:focus {
    color: #fff;
    outline: none; }
  .btnt.btnt-default {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #37bbf9;
    color: #37bbf9; }
    .btnt.btnt-default:hover {
      background: rgba(0, 0, 0, 0.6); }
  .btn.app-store, .btn.play-market {
    position: relative; }
    .btn.app-store .fa, .btn.play-market .fa {
      font-size: 30px;
      font-size: 2rem;
      vertical-align: middle;
      margin-left: -25px;
      margin-left: -1.66667rem;
      margin-right: 15px;
      margin-right: 1rem; }
      @media (max-width: 1200px) {
        .btn.app-store .fa, .btn.play-market .fa {
          margin: 0; } }
    .btn.app-store small, .btn.play-market small {
      font-size: 10px;
      font-size: 0.66667rem;
      position: absolute;
      top: -30px;
      top: -2rem; }
    .btn.app-store > span, .btn.play-market > span {
      position: relative;
      top: 5px;
      top: 0.33333rem; }
      .btn.app-store > span > span, .btn.play-market > span > span {
        font-size: 20px;
        font-size: 1.33333rem;
        font-weight: 500; }
      @media (max-width: 1200px) {
        .btn.app-store > span, .btn.play-market > span {
          display: none; } }

.btn-group > .btn {
  margin-right: 9px;
  margin-right: 0.6rem;
  border-radius: 5px; }
  .btn-group > .btn:last-child {
    margin-right: 0; }
  @media (max-width: 570px) {
    .btn-group > .btn {
      float: none;
      margin-bottom: 10px;
      margin-bottom: 0.66667rem; } }
@media (max-width: 570px) {
  .btn-group {
    display: block;
    text-align: center; } }

.section .btnt-default {
  border-color: #37bbf9;
  color: #37bbf9;
  background: none; }
  .section .btnt-default:hover {
    background: #37bbf9;
    color: #fff; }

/* Pricing table */
.pricing-table {
  display: table;
  width: 100%;
 /* margin-top: 70px;
  margin-top: 4.66667rem;*/ }
  @media (max-width: 570px) {
    .pricing-table {
      margin-top: 20px;
      margin-top: 1.33333rem; } }
  .pricing-table .pricing-cell {
    /* Pricing table-cell */
    display: table-cell;
    padding: 0 20px;
    padding: 0 1.33333em;
    color: #a2a2a2; }
    .pricing-table .pricing-cell .cell-header {
      /* Cell header */
      border-radius: 10px 10px 0 0;
      background-color: #fff;
      text-align: center;
      font-size: 32px;
      font-size: 2.13333rem;
      line-height: 87px;
      line-height: 5.8rem;
      font-weight: 300;
      border: 1px solid #fff;
      border-bottom: none;
      color: #6f6f6f; }
    .pricing-table .pricing-cell .cell-body {
      /* Cell body */
      background-color: #fff;
      padding: 0 14px;
      padding: 0 0.93333em;
      text-align: center;
      border: 1px solid #fff;
      border-bottom: none;
      border-top: none; }
      .pricing-table .pricing-cell .cell-body .price {
        font-size: 30px;
        font-size: 2rem;
        line-height: 106px;
        line-height: 7.06667rem;
        margin-left: -14px;
        margin-left: -0.93333rem;
        margin-right: -14px;
        margin-right: -0.93333rem;
        font-weight: 300;
        background: #f2f2f2;
        color: #37bbf9; }
        .pricing-table .pricing-cell .cell-body .price sup {
          font-weight: 400;
          font-size: 32px;
          font-size: 2.13333rem;
          line-height: 1;
          top: -0.9em; }
      .pricing-table .pricing-cell .cell-body ul {
        padding: 0;
        padding-top: 30px;
        padding-top: 2rem;
        margin: 0;
        list-style: none; }
        .pricing-table .pricing-cell .cell-body ul li {
          line-height: 54px;
          line-height: 3.6rem;
          font-size: 17px;
          font-size: 1.13333rem;
          font-weight: 300; }
    .pricing-table .pricing-cell .cell-footer {
      /* Cell footer */
      background-color: #fff;
      padding: 20px 15px 47px;
      padding: 1.33333em 1em 3.13333em;
      border-radius: 0 0 10px 10px;
      border: 1px solid #fff;
      border-top: none;
      text-align: center; }
      .pricing-table .pricing-cell .cell-footer .btnt {
        background: none;
        border: 2px solid #37bbf9;
        color: #37bbf9;
        font-weight: 700;
        font-size: 17px;
        font-size: 1.13333rem;
        padding: 0 30px;
        /*padding: 0 4.33333em;*/
        height: 50px;
        height: 3.33333rem;
        line-height: 46px;
        line-height: 3.06667rem; }
        .pricing-table .pricing-cell .cell-footer .btn:hover {
          background: #37bbf9;
          color: #fff; }
    .pricing-table .pricing-cell.actual {
      /* Primary cell */ }
      .pricing-table .pricing-cell.actual .cell-header {
        background-color: #37bbf9;
        color: #fff; }
      .pricing-table .pricing-cell.actual .cell-body {
        color: #fff;
        background-color: #37bbf9; }
        .pricing-table .pricing-cell.actual .cell-body .price {
          background: #F3F3F3;
          color: #37bbf9; }
        .pricing-table .pricing-cell.actual .cell-body ul li {
          border-color: #fff; }
      .pricing-table .pricing-cell.actual .cell-footer {
        background-color: #37bbf9; }
        .pricing-table .pricing-cell.actual .cell-footer .btn {
          border-color: #fff;
          color: #fff; }
          .pricing-table .pricing-cell.actual .cell-footer .btn:hover {
            background: #fff;
            color: #37bbf9; }

.no-scroll {
  overflow: hidden; }

.site-wrapper {
  opacity: 0;
  -webkit-transition: all 1000ms;
  -o-transition: all 1000ms;
  transition: all 1000ms; }
  .site-wrapper.in {
    opacity: 1; }

/* Site loader animation and properties */
.loader {
  background: #37bbf9;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }
  .loader .spinner {
    font-size: 11px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 10em;
    height: 10em;
    box-shadow: inset 0 0 0 1em #FFF;
    border-radius: 50%; }
    .loader .spinner:before, .loader .spinner:after {
      content: "";
      border-radius: 50%;
      display: block;
      position: absolute; }
    .loader .spinner:before {
      width: 5.2em;
      height: 10.2em;
      background: #37bbf9;
      border-radius: 10.2em 0 0 10.2em;
      top: -0.1em;
      left: -0.1em;
      -webkit-transform-origin: 5.2em 5.1em;
      -moz-transform-origin: 5.2em 5.1em;
      transform-origin: 5.2em 5.1em;
      -webkit-animation: load2 2s infinite ease 1.5s;
      -moz-animation: load2 2s infinite ease 1.5s;
      animation: load2 2s infinite ease 1.5s; }
    .loader .spinner:after {
      width: 5.2em;
      height: 10.2em;
      background: #37bbf9;
      border-radius: 0 10.2em 10.2em 0;
      top: -0.1em;
      left: 5.1em;
      -webkit-transform-origin: 0px 5.1em;
      -moz-transform-origin: 0px 5.1em;
      transform-origin: 0px 5.1em;
      -webkit-animation: load2 2s infinite ease;
      -moz-animation: load2 2s infinite ease;
      animation: load2 2s infinite ease; }
  .loader.up {
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
    visibility: hidden;
    opacity: 1; }

@keyframes load2 {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes load2 {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Slick Slider properties */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-slider .slide {
    padding: 0 16px 20px;
    padding: 0 1.06667em 1.33333em; }
    .slick-slider .slide img {
      max-width: 100%; }
  .slick-slider.slider-gallery {
    margin-top: 60px;
    margin-top: 4rem; }
  .slick-slider.testimonials-slider .slide img {
    border-radius: 50%;
    margin-bottom: 30px;
    margin-bottom: 2rem; }
  .slick-slider.testimonials-slider .slide figcaption {
    text-align: center; }
    .slick-slider.testimonials-slider .slide figcaption .text {
      font-size: 15px;
      font-size: 1rem;
      line-height: 24px;
      line-height: 1.6rem;
      margin-bottom: 35px;
      margin-bottom: 2.33333rem;
      font-style: italic;
      position: relative;
      padding: 0 30px;
      padding: 0 2em; }
      .slick-slider.testimonials-slider .slide figcaption .text:before, .slick-slider.testimonials-slider .slide figcaption .text:after {
        content: "’’";
        font-size: 126px;
        font-size: 8.4rem;
        letter-spacing: -0.07em;
        position: absolute; }
      .slick-slider.testimonials-slider .slide figcaption .text:before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        left: 23px;
        top: -35px; }
      .slick-slider.testimonials-slider .slide figcaption .text:after {
        content: "’’";
        bottom: -35px;
        right: 23px; }
    .slick-slider.testimonials-slider .slide figcaption cite {
      font-size: 20px;
      font-size: 1.33333rem;
      font-weight: 500;
      color: #37bbf9;
      font-style: normal;
      letter-spacing: -0.07em; }
    .slick-slider.testimonials-slider .slide figcaption small {
      display: block;
      font-size: 13px;
      font-size: 0.86667rem;
      text-transform: uppercase; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    margin: auto; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .slick-slide.media {
    margin-top: 0; }
  .slick-slide h2 {
    margin-bottom: 75px;
    margin-bottom: 3rem; }
    @media (max-width: 768px) {
      .slick-slide h2 {
        margin-bottom: 20px;
        margin-bottom: 1.33333rem;
        margin-top: 20px;
        margin-top: 1.33333rem; } }
  .slick-slide h4 {
    margin-bottom: 25px;
    margin-bottom: 1.66667rem; }


@media (max-width: 768px) {
  .featured-slider .slick-slide {
    text-align: center; }
    .featured-slider .slick-slide img {
      width: 100%; } }
@media (max-width: 570px) {
  .featured-slider .slick-slide {
    text-align: center; }
  .featured-slider .slick-slide img {
    width: 100%; } }

ul.slick-dots {
  list-style: none;
  text-align: center;
  font-size: 0;
  padding: 0;
  margin-top: 50px;
  margin-top: 3.33333rem; }
  @media (max-width: 570px) {
    ul.slick-dots {
      margin-top: 20px;
      margin-top: 1.33333rem; } }
  ul.slick-dots > li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 2px;
    padding-left: 0.13333rem;
    padding-right: 2px;
    padding-right: 0.13333rem; }
    ul.slick-dots > li button {
      width: 13px;
      width: 0.86667rem;
      height: 13px;
      height: 0.86667rem;
      font-size: 0;
      padding: 0;
      background: transparent;
      -webkit-box-shadow: 0 0 0 2px #e8e8e8 inset;
      -moz-box-shadow: 0 0 0 2px #e8e8e8 inset;
      box-shadow: 0 0 0 2px #e8e8e8 inset;
      border-radius: 50%;
      border: none;
      text-indent: -9999px;
      outline: none;
      display: block;
      transition: all 400ms;
      -moz-transition: all 400ms;
      -webkit-transition: all 400ms; }
    ul.slick-dots > li.slick-active button {
      -webkit-box-shadow: 0 0 0 10px #37bbf9 inset;
      -moz-box-shadow: 0 0 0 10px #37bbf9 inset;
      box-shadow: 0 0 0 10px #37bbf9 inset; }

.thumb-slider .slick-dots, .testimonials-slider .slick-dots {
  margin-top: 30px;
  margin-top: 2rem; }

.countdown {
  text-align: center;
  padding-top: 30px;
  padding-top: 2rem; }
  .countdown > div {
    display: table-cell;
    width: 1%;
    vertical-align: top;
    font-family: 'Raleway', sans-sarif;
    font-weight: 700;
    text-align: center; }
    .countdown > div span:first-child {
      font-size: 80px;
      font-size: 5.33333rem; }
      .countdown > div span:first-child:after {
        content: "";
        border-bottom: 1px solid #fff;
        display: block;
        width: 100px;
        margin: auto;
        margin-top: 20px;
        margin-top: 1.33333rem;
        margin-bottom: 10px;
        margin-bottom: 0.66667rem; }
      @media (max-width: 570px) {
        .countdown > div span:first-child {
          font-size: 40px;
          font-size: 2.66667rem; }
          .countdown > div span:first-child:after {
            width: 40px; } }
    .countdown > div span:last-child {
      font-size: 15px;
      font-size: 1rem;
      color: #37bbf9;
      display: block;
      text-transform: uppercase; }

/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
/*.mm-hidden {
  display: none !important; }*/

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu, .mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
  -ms-transition: -ms-transform 0.4s ease-out;
  -o-transition: -o-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  .mm-panel.mm-opened {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }
  .mm-panel.mm-highest {
    z-index: 1; }

.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px; }
  .mm-menu > .mm-panel.mm-hasheader {
    padding-top: 40px; }
  .mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
    content: '';
    display: block;
    height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.mm-vertical .mm-listview .mm-panel, .mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after, .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next, .mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto; }
  .mm-vertical .mm-listview > li > .mm-next:after, .mm-listview > li.mm-vertical > .mm-next:after {
    top: 16px;
    bottom: auto; }
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after, .mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-header {
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .mm-header > a {
    text-decoration: none;
    display: block;
    padding: 10px 0; }
  .mm-header .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-header .mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1; }
    .mm-header .mm-btn:first-child {
      padding-left: 20px;
      left: 0; }
    .mm-header .mm-btn:last-child {
      padding-right: 20px;
      right: 0; }

.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 15px; }
  .mm-listview a, .mm-listview a:hover {
    text-decoration: none; }
  .mm-listview > li {
    position: relative; }
    .mm-listview > li > a, .mm-listview > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
    .mm-listview > li:not(.mm-divider):after {
      content: '';
      border-bottom-width: 1px;
      border-bottom-style: solid;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .mm-listview > li:not(.mm-divider):after {
      left: 20px; }
  .mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    .mm-listview .mm-next:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
    .mm-listview .mm-next + a, .mm-listview .mm-next + span {
      margin-right: 50px; }
    .mm-listview .mm-next.mm-fullsubopen {
      width: 100%; }
      .mm-listview .mm-next.mm-fullsubopen:before {
        border-left: none; }
      .mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
        padding-right: 50px;
        margin-right: 0; }
  .mm-listview.mm-first {
    margin-top: -20px; }

.mm-menu > .mm-panel > .mm-listview {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-menu > .mm-panel > .mm-listview.mm-last {
    padding-bottom: 20px; }

.mm-prev:before, .mm-next:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px; }

.mm-next:after {
  border-top: none;
  border-left: none;
  right: 20px; }

.mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview > li.mm-spacer {
  padding-top: 40px; }
  .mm-listview > li.mm-spacer > .mm-next {
    top: 40px; }
  .mm-listview > li.mm-spacer.mm-divider {
    padding-top: 25px; }

.mm-menu {
  background: rgba(0, 0, 0, 0.67);
  color: #fff; }
  .mm-menu .mm-header {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu .mm-header > a {
      color: rgba(0, 0, 0, 0.3); }
    .mm-menu .mm-header .mm-btn:before, .mm-menu .mm-header .mm-btn:after {
      border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-listview > li > a.mm-prev, .mm-menu .mm-listview > li > a.mm-next {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview > li > a.mm-prev:before, .mm-menu .mm-listview > li > a.mm-next:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview > li > a.mm-prev:after, .mm-menu .mm-listview > li > a.mm-next:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
    background: transparent; }
  .mm-menu.mm-vertical .mm-listview li.mm-opened > a.mm-next, .mm-menu.mm-vertical .mm-listview li.mm-opened > .mm-panel, .mm-menu .mm-listview li.mm-opened.mm-vertical > a.mm-next, .mm-menu .mm-listview li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.05); }
  .mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -ms-transition: -ms-transform 0.4s ease-out;
  transition: transform 0.4s ease-out; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }
  html.mm-opened .mm-page {
    min-height: 100vh; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker, html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 315px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }

@media all and (min-width: 393.75px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(315px, 0);
    -moz-transform: translate(315px, 0);
    -ms-transform: translate(315px, 0);
    -o-transform: translate(315px, 0);
    transform: translate(315px, 0); } }

.change-styles {
  background: #fff;
  border-radius: 0 0 0 5px;
  padding: 10px;
  position: fixed;
  right: 0;
  top: 30%;
  width: 200px;
  transform: translate(200px, 0);
  -moz-transform: translate(200px, 0);
  -webkit-transform: translate(200px, 0);
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms; }
  .change-styles:hover {
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }
  .change-styles .setting-icon {
    position: absolute;
    top: 0;
    left: -50px;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 5px 0 0 5px;
    font-size: 30px; }
  .change-styles .select-theme {
    overflow: hidden;
    padding: 0 0 15px 0; }
    .change-styles .select-theme .theme {
      float: left;
      width: 50%;
      border: 1px solid #000;
      line-height: 60px;
      font-weight: 700;
      text-align: center;
      cursor: pointer; }
  .change-styles .color-skins .color {
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer; }
    .change-styles .color-skins .color.active {
      box-shadow: 0 0 0 3px #000 inset; }

/* Body main properties */
html {
  /* Setup base font-size */
  font-size: 15px; }
  @media (max-width: 768px) {
    html {
      /* Setup base font-size for tablets */
      font-size: 13px; } }
  @media (max-width: 570px) {
    html {
      /* Setup base font-size for mobile devices */
      font-size: 12px; } }

body {
  font-family: 'Raleway', sans-sarif;  
  font-size: 15px;
  font-size: 1rem;
  color: gray;
  line-height: 23px;
  line-height: 1.53333rem;
  font-weight: 300;
  background-color: #fff;
  position: relative; }

/* Default links */
a {
  color: #37bbf9; }
  a:hover {
    color: #37bbf9; }

ul {
  margin-bottom: 0; }
  ul.marked {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    margin: 0 0 1.33333em 0;
    /* Marked list with awesome icons */ }
    ul.marked li {
      padding-left: 30px;
      padding-left: 2rem;
      margin-bottom: 28px;
      margin-bottom: 1.86667rem; }
      ul.marked li:before {
        /* You can change this code */
        content: "\f00c";
        font-family: FontAwesome;
        font-size: 16px;
        font-size: 1.06667rem;
        width: 26px;
        width: 1.73333rem;
        height: 26px;
        height: 1.73333rem;
        line-height: 24px;
        line-height: 1.6rem;
        color: #37bbf9;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        margin-right: 0px;
        margin-right: 0rem;
        margin-left: -28px;
        margin-left: -1.86667rem;
        transition: all 200ms;
        -moz-transition: all 200ms;
        -webkit-transition: all 200ms; }

@media (max-width: 570px) {
  .text-center > span + .btn, .text-center > div + .btn, .text-center > p + .btn {
    margin-top: 20px;
    margin-top: 1.33333rem;
    display: block; } }

/* Global wrapper */
.site-wrapper {
  overflow: hidden; }

@media (max-width: 570px) and (orientation: landscape) {
  .container {
    max-width: 420px; } }

/* Untiles */
.vertical-align {
  display: table;
  width: 100%; }
  @media (max-width: 768px) {
    .vertical-align {
      display: block; } }
  .vertical-align > [class*="col-"] {
    display: table-cell;
    vertical-align: middle;
    float: none; }
    @media (max-width: 768px) {
      .vertical-align > [class*="col-"] {
        display: block; } }

.text-primary {
  color: #37bbf9; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-weight: 300;
  font-family: 'Raleway', sans-sarif;
  margin-top: 0;
  color: inherit; }
  h1.devider:after, .h1.devider:after, h2.devider:after, .h2.devider:after, h3.devider:after, .h3.devider:after, h4.devider:after, .h4.devider:after {
    content: "";
    width: 62px;
    width: 4.13333rem;
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-top: 0.66667rem;
    margin-bottom: 15px;
    margin-bottom: 1rem;
    border-top: 1px solid #37bbf9; }
  h1 > .btn, .h1 > .btn, h2 > .btn, .h2 > .btn, h3 > .btn, .h3 > .btn, h4 > .btn, .h4 > .btn {
    margin: 0 25px;
    margin: 0 1.66667em; }

h1, .h1, h2, .h2 {
  font-weight: 100; }

h2, .h2 {
  font-size: 45px;
  font-size: 3rem; }
  @media (max-width: 570px) {
    h2, .h2 {
      font-size: 30px;
      font-size: 2rem; } }

h3, .h3 {
  font-size: 30px;
  font-size: 2rem; }

/* Phone mockup for image */
img.mockup-phone {
  background: url(../images/iphone-mockup-2.png) top center no-repeat;
  padding: 74px 21px 80px 23px;
  padding: 4.93333em 1.4em 5.33333em 1.53333em;
  background-size: 100% auto; }
  @media (max-width: 992px) {
    img.mockup-phone {
      padding: 52px 21px 95px 23px;
      padding: 3.46667em 1.4em 6.33333em 1.53333em; } }
  @media (max-width: 570px) {
    img.mockup-phone {
      padding: 92px 21px 95px 23px;
      padding: 6.13333em 1.4em 6.33333em 1.53333em;
      margin-bottom: 20px;
      margin-bottom: 1.33333rem; } }

/* Huge icons */
.huge-icon {
  font-size: 60px;
  font-size: 4rem;
      margin-bottom: 25px;
    display: inline-block; }

/* Top bar */
.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(253, 253, 253, 0.81);
      border-bottom: 1px solid #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  font-family: 'Raleway', sans-sarif;
  -webkit-transform: translateZ(0);
  /* Chrome position fixed bug fix */ }
  .top-bar .brand-logo {
    /* Brand logo styles */
    height: 90px;
    height: 6rem;
    font-size: 50px;
    font-size: 3.33333rem;
    font-weight: 800;
    max-width: 228px; }
    .top-bar .brand-logo a {
      color: #fff;
      text-decoration: none;
      display: block;
      height: 90px;
      height: 6rem;
      vertical-align: middle; }
      @media (max-width: 570px) {
        .top-bar .brand-logo a {
          padding-top: 0; } }
      .top-bar .brand-logo a .text-primary {
        color: #37bbf9; }
    .top-bar .brand-logo img {
      max-width: 88%; }
    .top-bar .brand-logo h2 {
      font-weight: 700;
      margin: 0;
      line-height: 90px;
      line-height: 5rem; }
  .top-bar .nav {
    /* Navigation */
    position: relative; }
    .top-bar .nav * {
      transition: all 400ms;
      -moz-transition: all 400ms;
      -webkit-transition: all 400ms; }
    .top-bar .nav ul {
      padding: 0;
      margin: 0; }
      @media (max-width: 992px) {
        .top-bar .nav ul {
          position: absolute;
          top: 100%;
          right: 0;
          left: 0;
          width: 50%;
          border-top: 3px solid #37bbf9;
          margin: auto;
          background: rgba(255, 255, 255, 0.96) none repeat scroll 0% 0%;
          padding: 0;
          visibility: hidden;
          opacity: 0;
          max-height: 0;
          overflow: hidden; } }
      @media (max-width: 992px) and (orientation: landscape) {
        .top-bar .nav ul {
          overflow: auto; } }
      @media (max-width: 570px) {
        .top-bar .nav ul {
          width: 100%; } }
      .top-bar .nav ul li {
        padding: 0; }
        @media (max-width: 992px) {
          .top-bar .nav ul li {
            display: block; } }
        .top-bar .nav ul li a {
          display: block;
          line-height: 90px;
          line-height: 6rem;
          height: 90px;
          height: 6rem;
          font-size: 15px;
          font-size: 1rem;
          padding: 0 18px;
          padding: 0 1.2em;
          color: #666;
          font-weight: 300;
          text-decoration: none;
          position: relative; }
          .top-bar .nav ul li a:hover, .top-bar .nav ul li a.active {
            /* Hover and active state navigation links */
            color: #127dc1; }
          @media (max-width: 1200px) {
            .top-bar .nav ul li a {
              padding: 0 4px;
              padding: 0 0.26667em; } }
          @media (max-width: 992px) {
            .top-bar .nav ul li a {
              line-height: 45px;
              line-height: 3rem;
              height: 45px;
              height: 3rem;
              font-size: 18px;
              font-size: 1.2rem;
              text-align: center; } }
    .top-bar .nav.menu-opened {
      /* Setup collapsed navigation for mobile devices */ }
      @media (max-width: 992px) {
        .top-bar .nav.menu-opened ul {
          visibility: visible;
          opacity: 1;
          max-height: 400px;
          padding: 20px 0;
          padding: 1.33333em 0;
          z-index: 1; } }
      @media (max-width: 992px) and (orientation: landscape) {
        .top-bar .nav.menu-opened ul {
          max-height: 250px; } }
      .top-bar .nav.menu-opened .open-mobile-menu {
        color: #37bbf9; }
  .top-bar .open-mobile-menu {
    /* Button to open mobile menu */
    color: #666;
    outline: none;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: none;
    font-size: 45px;
    font-size: 3rem;
    cursor: pointer;
    background: none; }
    @media (max-width: 992px) {
      .top-bar .open-mobile-menu {
        display: block; } }
  .top-bar.waypoint {
	  background:#fff; border-bottom: 3px solid #fff;
    /* Fixed top bar */ }
    .top-bar.waypoint .brand-logo {
      height: 70px;
      height: 4.66667rem;
      line-height: 70px;
      line-height: 4.66667rem; }
      .top-bar.waypoint .brand-logo a {
        line-height: 70px;
        line-height: 4.66667rem; }
    .top-bar.waypoint .nav li a {
      line-height: 70px;
      line-height: 4.66667rem;
      height: 70px;
      height: 4.66667rem; }
      @media (max-width: 768px) {
        .top-bar.waypoint .nav li a {
          line-height: 45px;
          line-height: 3rem;
          height: 45px;
          height: 3rem; } }

header.header {
  /* Header section */ }
  header.header .form-control {
    border-color: #fff;
    color: #fff;
    height: 44px;
    height: 2.93333rem;
    line-height: 44px;
    line-height: 2.93333rem;
    border-width: 1px; }
    header.header .form-control::-moz-placeholder {
      color: #fff;
      opacity: 1; }
    header.header .form-control:-ms-input-placeholder {
      color: #fff; }
    header.header .form-control::-webkit-input-placeholder {
      color: #fff; }
    @media (max-width: 570px) {
      header.header .form-control {
        width: 48%;
        display: table-cell; } }
    header.header .form-control:focus {
      border-color: #37bbf9; }

.menu-button {
  position: fixed;
  top: 20px;
  left: 20px;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  padding: 0.66667rem;
  border-radius: 4px; }
  .menu-button:hover, .menu-button:active, .menu-button:focus {
    color: #fff;
    text-decoration: none; }
  @media (max-width: 570px) {
    .menu-button .text {
      display: none; } }
  .menu-button .fa {
    font-size: 24px;
    font-size: 1.6rem;
    vertical-align: middle; }
  .menu-button .bars {
    display: inline-block;
    width: 30px;
    vertical-align: middle; }
    .menu-button .bars:before, .menu-button .bars:after, .menu-button .bars span {
      content: "";
      display: block;
      height: 5px;
      height: 0.33333rem;
      background: #fff;
      margin-bottom: 5px;
      margin-bottom: 0.33333rem;
      transition: all 600ms ease-out;
      -moz-transition: all 600ms ease-out;
      -webkit-transition: all 600ms ease-out;
      position: relative; }
    .menu-button .bars:after {
      margin-bottom: 0; }

html.mm-opening .menu-button {
  transition: all 400ms;
  -moz-transition: all 400ms;
  -webkit-transition: all 400ms; }
  @media (max-width: 570px) and (orientation: portrait) {
    html.mm-opening .menu-button {
      left: 71.5%; } }
  html.mm-opening .menu-button .bars span {
    transform: translate(40px, 0);
    -moz-transform: translate(40px, 0);
    -webkit-transform: translate(40px, 0);
    opacity: 0; }
  html.mm-opening .menu-button .bars:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
    top: 0.66667rem; }
  html.mm-opening .menu-button .bars:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 10px;
    bottom: 0.66667rem; }

.mm-menu .brand-logo h2 {
  font-size: 50px;
  font-size: 3.33333rem;
  font-weight: 700;
  margin-bottom: 100px;
  margin-bottom: 6.66667rem; }
  @media (max-width: 570px) {
    .mm-menu .brand-logo h2 {
      margin-bottom: 20px;
      margin-bottom: 1.33333rem; } }
  .mm-menu .brand-logo h2 a {
    color: #fff;
    text-decoration: none; }

/* Icons */
.circle-icon {
  border-radius: 50%;
  width: 68px;
  width: 4.53333rem;
  height: 68px;
  height: 4.53333rem;
  line-height: 68px;
  line-height: 4.53333rem;
  border: 1px solid #e8e8e8;
  text-align: center;
  color: #37bbf9; }
  .circle-icon .fa {
    font-size: 21px;
    font-size: 1.4rem;
    line-height: 68px;
    line-height: 4.53333rem; }
    .circle-icon .fa.fa-mobile {
      font-size: 36px;
      font-size: 2.4rem; }

.section {
  /* Setup sections */
  padding: 90px 0;
  padding: 6em 0; }
  .section:last-of-type {
    padding-bottom: 0; }
  .section.border-top {
    border-top: 1px solid #e8e8e8; }
  .section.border-bottom {
    border-bottom: 1px solid #e8e8e8; }
  @media (max-width: 768px) {
    .section {
      padding: 30px 0;
      padding: 2em 0; } }
  .section.gray {
    /* Add gray background to section */
    background-color: #f5f5f5; }
  .section.bg-primary {
    background-color: #37bbf9; }
  .section .text-primary {
    color: #067bc0; }
  .section p {
    font-size: 15px;
    font-size: 1rem;
    line-height: 27px;
    line-height: 1.5rem;
    margin-bottom: 25px;
    margin-bottom: 1.66667rem; }
  .section .section-table {
    display: table; }
    .section .section-table > div {
      float: none;
      display: table-cell;
      vertical-align: middle; }
    @media (max-width: 768px) {
      .section .section-table {
        display: block; }
        .section .section-table > div {
          display: block; float: left;} 
		  .steps p
		  {
			  width:100% !important;}
			  .silder-text
			  {
				  padding-top:50px;}
		  }
  .section .features .featured-item {
    margin-top: 70px;
    margin-top: 4.66667rem;
    position: relative; }
	
    @media (max-width: 992px) {
      .section .features .featured-item {
        margin-top: 20px;
        margin-top: 1.33333rem; } }
    @media (max-width: 768px) {
      .section .features .featured-item {
        margin-top: 10px;
        margin-top: 0.66667rem; } }
    .section .features .featured-item > div {
      display: table-cell;
      vertical-align: middle; }
      @media (max-width: 768px) {
        .section .features .featured-item > div {
          display: block;
          text-align: center; } }
    .section .features .featured-item .featured-text {
      padding-right: 13px;
      padding-right: 0.86667rem; }
      @media (max-width: 768px) {
        .section .features .featured-item .featured-text {
          padding-top: 80px;
          padding-top: 5.33333rem;
          padding-right: 0; } }
    .section .features .featured-item .featured-icon + .featured-text {
      padding-right: 0;
      padding-left: 13px;
      padding-left: 0.86667rem; }
      @media (max-width: 768px) {
        .section .features .featured-item .featured-icon + .featured-text {
          padding-left: 0; } }
    @media (max-width: 992px) {
      .section .features .featured-item .featured-icon {
        display: none; } }
    @media (max-width: 768px) {
      .section .features .featured-item .featured-icon {
        display: block; }
        .section .features .featured-item .featured-icon .circle-icon {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          margin: auto; } }
    .section .features .featured-item a {
      color: #37bbf9;
      text-decoration: none; }
    .section .features .featured-item .circle-icon {
      transition: all 300ms;
      -moz-transition: all 300ms;
      -webkit-transition: all 300ms; }
    .section .features .featured-item:hover .circle-icon {
      -webkit-box-shadow: 0 0 0 50px #37bbf9 inset;
      -moz-box-shadow: 0 0 0 50px #37bbf9 inset;
      box-shadow: 0 0 0 50px #37bbf9 inset;
      color: #fff;
      border-color: #37bbf9;
      transform: translate(-20px, 0);
      -moz-transform: translate(-20px, 0);
      -webkit-transform: translate(-20px, 0); }
      @media (max-width: 768px) {
        .section .features .featured-item:hover .circle-icon {
          transform: translate(0, 0);
          -moz-transform: translate(0, 0);
          -webkit-transform: translate(0, 0); } }
  .section .features .text-center .img-responsive {
    margin: auto; }
  .section .features .text-right .featured-item:hover .circle-icon {
    transform: translate(20px, 0);
    -moz-transform: translate(20px, 0);
    -webkit-transform: translate(20px, 0); }
    @media (max-width: 768px) {
      .section .features .text-right .featured-item:hover .circle-icon {
        transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0); } }
  .section .features .featured-image {
    /* Featured images for image slider or other features */
    float: left;
    vertical-align: top;
    width: 50%; }
    .section .features .featured-image.overlap {
      margin-left: -25%; }
    @media (max-width: 570px) {
      .section .features .featured-image {
        width: 60%; }
        .section .features .featured-image.overlap {
          margin-left: -20%; } }
    .section .features .featured-image:first-child {
      position: static; }
  .section .features img {
    max-width: 100%; }
    @media (max-width: 768px) {
      .section .features img {
        max-width: 40%; } }
    @media (max-width: 570px) {
      .section .features img {
        max-width: 50%; } }
  @media (max-width: 768px) {
    .section .features .text-right, .section .features .text-left {
      text-align: center; } }
  .section .text-italic {
    font-style: italic; }
  .section .section-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 70px;
    margin-bottom: 4.66667rem; }
    @media (max-width: 768px) {
      .section .section-title {
        font-size: 40px;
        font-size: 2.66667rem;
        margin-bottom: 20px;
        margin-bottom: 1.33333rem;
        white-space: nowrap; } }
    @media (max-width: 570px) {
      .section .section-title {
        font-size: 24px;
        font-size: 1.6rem; } }
    .section .section-title + p {
      position: relative;
      min-height: 1px;
      padding-left: 16px;
      padding-right: 16px;
      float: none !important;
      font-size: 15px;
      font-size: 1rem; }
      @media (min-width: 768px) {
        .section .section-title + p {
          float: left;
          width: 50%; } }
      @media (min-width: 768px) {
        .section .section-title + p {
          margin-left: 25%; } }
  .section .sub-section {
    /* Sub section */ }
    .section .sub-section .section-title {
      margin: 60px 0;
      margin: 4em 0; }
      @media (max-width: 570px) {
        .section .sub-section .section-title {
          margin: 20px 0;
          margin: 1.33333em 0; } }
  .section.bg {
    /* Custom backgrounds with parallax effect */
    background-repeat: no-repeat;
    background-position: top center;
    position: relative; }
    .section.bg .container {
      position: relative; }
    .section.bg.subscribe-section {
      /* Subscribe section */ }
      .section.bg.subscribe-section:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.89); }
      .section.bg.subscribe-section .form-control {
        border-color: #7f7f7f;
        background: rgba(255, 255, 255, 0.4); }
        .section.bg.subscribe-section .form-control:focus {
          border-color: #37bbf9; }
      .section.bg.subscribe-section .social {
        background: #fff; }
        .section.bg.subscribe-section .social:hover, .section.bg.subscribe-section .social:focus, .section.bg.subscribe-section .social:active {
          color: #fff;
          background: #2e90b8; }
    .section.bg.our-client-section {
      /* Our clients section */
      background-image: url(../images/parallax-bg-2.jpg); }
    .section.bg.testimonials-section {
      /* Testimonial section */
      background-image: url(../images/parallax-bg-3.jpg); }
  .section h1:last-child, .section .h1:last-child, .section h2:last-child, .section .h2:last-child, .section h3:last-child, .section .h3:last-child, .section h4:last-child, .section .h4:last-child {
    margin-bottom: 0; }
  .section h3, .section .h3 {
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: 400; }
  .section h4, .section .h4 {
    font-size: 20px;
    font-size: 1.33333rem;
    color: #37bbf9; }
  .section ul {
    list-style: none;
    padding: 0; }
    .section ul li {
      line-height: 50px;
      line-height: 3.33333rem; }
    .section ul.icons {
      margin: 0 0 20px 0;
      margin: 0 0 1.33333em 0;
      /* Marked list with someone awesome icons */ }
      .section ul.icons li .fa {
        color: #37bbf9;
        width: 34px;
        width: 2.26667rem; }
  .section ul.icons {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    margin: 0 0 1.33333em 0; }
  .section hr {
    clear: both;
    margin-top: 75px;
    margin-top: 5rem;
    margin-bottom: 0;
    display: block; }
    .section hr:before, .section hr:after {
      content: " ";
      display: table; }
    .section hr:after {
      clear: both; }

@media (max-width: 992px) {
  .download span {
    display: block; }
  .download .btn {
    margin-top: 15px;
    margin-top: 1rem; } }

.table-responsive {
  border: none;
  margin: 0; }

/* Tile gallery */
.gallery {
  margin-left: -3.5px;
  margin-right: -3.5px;
  padding-top: 60px;
  padding-top: 4rem; }
  .gallery:before, .gallery:after {
    content: " ";
    display: table; }
  .gallery:after {
    clear: both; }
  .gallery:before, .gallery:after {
    content: " ";
    display: table; }
  .gallery:after {
    clear: both; }
  @media (max-width: 570px) {
    .gallery {
      padding-top: 20px;
      padding-top: 1.33333rem; } }
  .gallery .item {
    /* Tile gallery item */
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    min-height: 1px;
    padding-left: 16px;
    padding-right: 16px;
    padding: 3px;
    border-radius: 5px; }
    @media (min-width: 768px) {
      .gallery .item {
        float: left;
        width: 25%; } }
    @media (max-width: 570px) {
      .gallery .item {
        text-align: center; } }
    .gallery .item img {
      width: 100%;
      border-radius: 5px; }
      @media (max-width: 570px) {
        .gallery .item img {
          width: auto;
          max-width: 100%; } }
    .gallery .item .hover {
      border-radius: 5px;
      visibility: hidden;
      opacity: 0;
      margin: 3px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(46, 144, 184, 0.3);
      transition: all 400ms;
      -moz-transition: all 400ms;
      -webkit-transition: all 400ms; }
      .gallery .item .hover .fa {
        width: 50px;
        height: 50px;
        background-color: #37bbf9;
        text-align: center;
        line-height: 50px;
        border-radius: 50%;
        color: #fff;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        font-size: 20px;
        font-size: 1.33333rem;
        margin: auto;
        transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        transition: all 1s cubic-bezier(.06, 1.79, .77, .7);
        -moz-transition: all 1s cubic-bezier(.06, 1.79, .77, .7);
        -webkit-transition: all 1s cubic-bezier(.06, 1.79, .77, .7); }
    .gallery .item:hover .hover {
      visibility: visible;
      opacity: 1; }
      .gallery .item:hover .hover .fa {
        transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1); }

/* Team list */
.team {
  margin-top: 60px;
  margin-top: 4rem;
  text-align: center; }
  .team h4 {
    font-size: 17px;
    font-size: 1.13333rem;
    font-weight: 500;
    color: #434343;
    margin: 10px 0 4px 0;
    margin: 0.66667em 0 0.26667em 0; }
  .team .position {
    color: #2e90b8;
    font-size: 15px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 9px;
    margin-bottom: 0.6rem; }
  .team p {
    font-size: 16px;
    font-size: 1.06667rem;
    padding: 0 25px;
    padding: 0 1.66667em; }
  .team img {
    width: 100%;
    margin-bottom: 10px;
    margin-bottom: 0.66667rem;
    border-radius: 5px; }
    @media (max-width: 570px) {
      .team img {
        width: auto;
        max-width: 100%; } }
  .team .list-inline li {
    padding: 0 15px;
    padding: 0 1em;
    font-size: 20px;
    font-size: 1.33333rem;
    color: #9c9c9c;
    position: relative; }
    .team .list-inline li:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      display: block;
      height: 11px;
      border-right: 1px solid #c2c2c2; }
    .team .list-inline li:last-child:after {
      display: none; }
    .team .list-inline li a {
      color: #9c9c9c; }
      .team .list-inline li a:hover {
        color: #37bbf9; }

/* Contact data */
.info {
  margin-top: 60px;
  margin-top: 4rem; }
  .info .fa {
    font-size: 68px;
    font-size: 4.53333rem;
    color: #2e90b8; }
  .info h3 {
    color: #232f2f;
    margin: 17px 0 4px 0;
    margin: 1.13333em 0 0.26667em 0;
    font-size: 20px;
    font-size: 1.33333rem;
    font-weight: 500;
    text-transform: uppercase; }
  .info p {
    font-size: 15px;
    font-size: 1rem; }
  @media (max-width: 570px) {
    .info > div:nth-child(2n+1) {
      clear: left; } }

/* Map is responsive ready */
.map.embed-responsive {
  padding-bottom: 400px;
  padding-bottom: 26.66667rem; }

/* Subcribe form */
.subscribe {
  margin: 40px 0;
  margin: 2.66667em 0; }
  .subscribe .form-control {
    height: 54px;
    height: 3.6rem;
    line-height: 54px;
    line-height: 3.6rem; }
  .subscribe .alert {
    display: none;
    margin-top: 20px;
    margin-top: 1.33333rem; }
    .subscribe .alert.alert-danger, .subscribe .alert.alert-success {
      display: block; }
  @media (max-width: 570px) {
    .subscribe {
      margin: 20px 0;
      margin: 1.33333em 0; }
      .subscribe .input-group {
        display: block; }
      .subscribe .form-control, .subscribe .input-group-btn {
        display: block;
        float: none; }
      .subscribe .input-group-btn {
        width: 100%;
        text-align: center;
        margin-top: 20px;
        margin-top: 1.33333rem; } }



/* Social icons list */
.social {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #a2a2a2;
  width: 60px;
  width: 4rem;
  height: 60px;
  height: 4rem;
  line-height: 60px;
  line-height: 4rem;
  text-align: center;
  color: #a2a2a2;
  transition: all 700ms;
  -moz-transition: all 700ms;
  -webkit-transition: all 700ms;
  font-size: 20px;
  font-size: 1.33333rem; }
  .social .fa {
    transition: all 400ms;
    -moz-transition: all 400ms;
    -webkit-transition: all 400ms; }
  .social:hover {
    border-color: #37bbf9;
    color: #37bbf9;
    transform: scale(1.1, 1.1); }
  @media (max-width: 570px) {
    .social {
      width: 40px;
      width: 2.66667rem;
      height: 40px;
      height: 2.66667rem;
      line-height: 38px;
      line-height: 2.53333rem;
      font-size: 16px;
      font-size: 1.06667rem; } 
	  
	  .top-bar .brand-logo img {
    max-width: 78%;
	}
	
	.steps p
	{
		width:100% !important;
		font-size: 15px !important;
	}
	.price-table
	{
		margin-bottom:10px;
	}
	.price-table p {
    font-size: 30px !important;
	}
	.rate .fa {
    font-size: 26px !important;
}
.slick-slider .slick-track, .slick-slider .slick-list
{min-height: 680px;}
	  }

/* Footer */
.footer {
  background-color: #37bbf9;
  padding-top: 60px;
  padding-top: 4rem;
  color: #fff;
  /* Copyright style */ }
  .footer .footer-logo {
    font-size: 50px;
    font-size: 3.33333rem;
    line-height: 60px;
    line-height: 4rem;
    font-family: 'Raleway', sans-sarif;
    font-weight: 800;
    text-align: center;
    padding-bottom: 35px;
    padding-bottom: 2.33333rem; }
  .footer .social {
    border-color: #fff;
    color: #fff; }
    .footer .social:hover {
      background: transparent;
      color: #fff; }
  .footer .copyright {
    text-align: center;
    font-size: 15px;
    font-size: 1rem;
    padding: 20px 0;
    padding: 1.33333em 0; }
	
	.btn-group
	{
		    font-family: 'Raleway', sans-sarif;
	}
	
	
	
	
	.slide-content p{
		font-size:26px;
		line-height: 32px;
		font-family: 'Raleway', sans-sarif;
	}
	
	#documentation
	{
		background:#f5f5f5;
	}
	.footer-link li a
	{
		color:#fff !important;
	}
	
	.footer-link li a:hover
	{
		color:#666 !important;
		text-decoration:none;
	}
	ul.footer-link
	{
		padding-top:20px;
		padding-bottom:50px;
	}
	#plan
	{
		padding: 3em 0 !important;
	}
	p.secure
	{
		font-size:24px;
		padding-top:15px;
		    font-family: 'Raleway', sans-sarif;
	}
	.slack h2
	{
		font-size:36px;
	}
	.price-table
	{
		border:1px solid #999;
		text-align: center;
	}
		.price-table p
		{
			font-size:36px;
			padding: 30px 0px;
			margin:0px;
			    font-family: 'Raleway', sans-sarif;
		}
		.border
		{
			border-top:1px solid #CCC;
		}
		.start
		{
			margin-bottom:20px;
		}
		.steps
		{
			margin-top: 50px;
		}
		
		.steps p
		{
			font-size:20px;
			width: 66%;
    		line-height: 30px;
			margin-bottom: 10%;
			    font-family: 'Raleway', sans-sarif;

		}
		p.rate
		{
			font-family: 'Open Sans', sans-sarif;
		}
		.rate .fa
		{
			font-size:32px;
		}
		.Features
		{
			margin-top:20px;
		}
		
		.slider button
		{
			background: transparent;
			 border: 0;
			 font-size: 0;
		}
		
		.slick-next
		{
			background:url(../images/arrows.png) no-repeat !important;
			height: 40px;
    width: 40px;
	position:absolute;
	left: 90%;
    top: 33%;
		}
		.slick-prev
		{
			background:url(../images/arrows.png) no-repeat !important;
			height: 40px;
    width: 40px;
	position:absolute;
	left: 0%;
	-moz-transform:scalex(-1);
	-o-transform:scalex(-1);
	-webkit-transform:scalex(-1);
	transform:scalex(-1);
	filter:flipH;
	-ms-filter:"flipH";
    top: 33%;
		}
		
		.package
		{
			margin-top:20px;
		}
		
		.green-color
		{
			background:#01C8AC  !important;
		}
		
		.red-color
		{
			background:#3C7990  !important;
		}
		
		.prices
		{
			background:url(../images/banner-bg.jpg) no-repeat;
			height:280px;
		}
		#priceing .slide-content
		{
			padding-top:132px;
			color: #fff;
		}
		
		.first
		{
			width:350px;
			height:450px;
		}
		.two
		{
		}
		
		@media (max-width: 320px) {
		
		
			.steps {
    padding-left: 23px !important;
}
			
			.pricing-container {
   			 width: 100% !important;
			}
			
			.two {
    box-shadow:none !important;
    position:inherit !important;
    z-index: 9;
    left: 0px !important;
    top: 0px !important;
    border-radius: 5px;
}
.pricing-container
{
	padding-bottom:15px;
}

.slide-content h1
{
	font-size:28px;
}
.slide-content p {
    font-size: 20px;
}

		}
		
		
		@media (max-width: 360px) {
		
		
			.steps {
    padding-left: 23px !important;
}
			
			.pricing-container {
   			 width: 100% !important;
			}
			
			.two {
    box-shadow:none !important;
    position:inherit !important;
    z-index: 9;
    left: 0px !important;
    top: 0px !important;
    border-radius: 5px;
}
.pricing-container
{
	padding-bottom:15px;
}
.slide-content h1
{
	font-size:28px;
}
.slide-content p {
    font-size: 20px;
}
p.secure
{
	text-align:center;
}

		}
		
		@media (max-width: 768px) {
			
			#Price .section-title
			{
				margin-bottom:40px;
			}
			
			.pricing-container {
   			 width: 100% !important;
			}
			
			.two {
    box-shadow:none !important;
    position:inherit !important;
    z-index: 9;
    left: 0px !important;
    top: 0px !important;
    border-radius: 5px;
	}
	.pricing-container .itemsWrapper .item
	{
		font-size: 1.2em !important;
	}
	.pricing-container .itemsWrapper .item-two
{
	    padding: 25px !important  ;
}
	
	.pricing-container .header
		{
			font-size: 1.2em !important;
		}
		
		.pricing-container .price
		{
			font-size:21px !important;
		}
		.steps
		{
			padding-left: 50px;
			
		}
			
		}
		
		
		
		/*-----------------------peicing Table--------------*/
		
		
		
		
		
sup {
  top: -.4em;
}

.pricing-container {
 /* width: 300px;*/
  text-align: center;
  left: 50%;
  bottom: 0;
}
.pricing-container .header {
  background: #716E6E;
  color: white;
      font-family: 'Raleway', sans-sarif;
  padding: 25px;
  font-size: 1.5em;
  font-weight: 300;
  border-radius: 5px 5px 0 0;
}
.pricing-container .price {
/*  background: #37BBF9;*/ 
/* background: linear-gradient(10deg, #93da9f 30%, #66d2ac 80%);*/
  color: #fff;
      padding: 43px 1px;
  /*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);*/
  font-size: 27px; font-weight: bold;
}
.pricing-container .price .figure {
  font-weight: 800;
  font-size: 2.2em;
  margin: 0 2px;
}
.pricing-container .price .cent {
  text-decoration: underline;
}
.pricing-container .price .frequency {
  color: #2F757F;
  text-shadow: none;
}
.pricing-container .price:hover .details {
      height: 46px;
    padding-top: 15px;
}
.pricing-container .price .details {
  color: #fff;
  font-size: .6em;
  display: block;
  height: 0;
  overflow: hidden;
  transition: all 400ms ease;
}
.pricing-container .itemsWrapper {
  border: 1px solid #E6E6E6;
  border-top: none;
  border-radius: 0 0 2px 2px;
  background: white;
  box-shadow: inset 14px 0 white, inset 15px 0 #f2f2f2, inset -14px 0 white, inset -15px 0 #f2f2f2;
}
.pricing-container .itemsWrapper .items {
  list-style: none;
  padding: 15px;
  margin: 0;     font-family: 'Raleway', sans-sarif;
}
.pricing-container .itemsWrapper .item {
      padding: 25px 0px;
  text-transform: capitalize;     font-size: 25px;
}
.month
{
	font-weight:normal;
}
.two
{
	  
}


.add-amount p
{
	font-size:30px;
	float:left;
}
.add-amount
{
	
}
p.lead
{
	padding:0 !important;
	margin:0 !important;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.price-slider .fa
{
	color:#fff;
	font-size:18px;
}

#slider1 .ui-state-default, .ui-widget-content .ui-state-default
{
	background: #2FB4FF;
}

#slider1 .ui-slider-range-min
{
	background: #2FB4FF;
}


.section .btn-gray {
    color: #999;
    background: none;
	    border: 1px solid #999;
		margin-top:40px; font-family: 'Raleway', sans-sarif;
}	
.section .btn-gray:hover
{
	background:#999;
	color:#fff;
}