/* --------------------------------------------------------
Style Sheet TacticsON

version: 2.0
last modified: 29.05.2018
author:
email:
website:
----------------------------------------------------------*/
* {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300; }

/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h2 {
  font-size: 2.8rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 20px; }

h4 {
  font-weight: 600; }

a {
  color: #35b2ab; }
  a:hover {
    color: #ccc;
    text-decoration: none; }

p {
  line-height: 1.65; }

.small, small {
  font-size: 85%; }

/* nav */
.wrapper {
  -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1); }

.navbar {
  height: 75px;
  -webkit-transition: all .5s .1s;
  -o-transition: all .5s .1s;
  transition: all .5s .1s; }

.navbar-brand {
  width: 320px;
  height: 80px !important;
  position: relative;
  background: url(../img/tacticsON.png) no-repeat;
  background: url(../img/tacticsON.svg) no-repeat;
  background-size: 320px;
  top: 5px; }

.navbar-nav .nav-link {
  font-size: .9rem;
  font-weight: 500;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .navbar-nav .nav-link:hover {
    color: #35b2ab; }

.navbar-offcanvas {
  z-index: 1030; }
  .navbar-offcanvas .container-fluid {
    position: relative;
    padding: 0;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1); }
  .navbar-offcanvas .navbar-top {
    display: none; }
    .navbar-offcanvas .navbar-top .nav-item {
      margin-right: 12px;
      text-align: center; }
  .navbar-offcanvas .navbar-toggler {
    padding: 0;
    border: 0;
    outline: none; }
    .navbar-offcanvas .navbar-toggler .icon-bar {
      display: block;
      position: relative;
      width: 30px;
      height: 4px;
      border-radius: 1px;
      background-color: #fff; }
      .navbar-offcanvas .navbar-toggler .icon-bar + .icon-bar {
        margin-top: 4px; }
      .navbar-offcanvas .navbar-toggler .icon-bar.bar1 {
        top: 0;
        outline: 1px solid transparent;
        -webkit-animation: topbar-back 500ms 0s;
        animation: topbar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      .navbar-offcanvas .navbar-toggler .icon-bar.bar2 {
        outline: 1px solid transparent;
        opacity: 1; }
      .navbar-offcanvas .navbar-toggler .icon-bar.bar3 {
        bottom: 0;
        outline: 1px solid transparent;
        -webkit-animation: bottombar-back 500ms 0s;
        animation: bottombar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
  .navbar-offcanvas .navbar-toggler.toggled .icon-bar.bar1 {
    top: 6px;
    -webkit-animation: topbar-x 500ms 0s;
    animation: topbar-x 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .navbar-offcanvas .navbar-toggler.toggled .icon-bar.bar2 {
    opacity: 0; }
  .navbar-offcanvas .navbar-toggler.toggled .icon-bar.bar3 {
    bottom: 6px;
    -webkit-animation: bottombar-x 500ms 0s;
    animation: bottombar-x 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .navbar-offcanvas .navbar-collapse.collapse,
  .navbar-offcanvas .navbar-collapse.collapse.in,
  .navbar-offcanvas .navbar-collapse.collapsing {
    display: none !important; }

body > .navbar-collapse {
  display: block;
  position: fixed;
  top: 0;
  right: -10px;
  width: 424px;
  height: 100%;
  padding: 60px 1rem;
  background-color: #000;
  border-left: 1px solid #000;
  text-align: center;
  visibility: visible;
  overflow-y: visible;
  -webkit-transform: translate3d(424px, 0, 0);
  transform: translate3d(424px, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  z-index: 1032; }
  body > .navbar-collapse:after {
    content: "";
    position: absolute;
    top: 28px;
    left: -20px;
    border-left: 10px solid #000;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    z-index: 1032; }
  body > .navbar-collapse .navbar-top li {
    text-align: left; }

.nav-open .navbar-collapse {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.nav-open .wrapper {
  -webkit-transform: translate3d(-150px, 0, 0);
  transform: translate3d(-150px, 0, 0); }

.subpage .navbar {
  background: #000; }

/* header */
header small {
  font-weight: 300; }

header.main__header {
  color: #fff;
  margin-top: -78px;
  overflow: hidden;
  position: relative; }
  header.main__header video {
    height: auto;
    min-height: 100%;
    min-width: 100%;
    left: 50%;
    position: absolute;
    top: 15%;
    -ms-transform: translateX(-50%) translateY(-15%);
    transform: translateX(-50%) translateY(-15%);
    -webkit-transform: translateX(-50%) translateY(-15%);
    overflow: hidden;
    width: auto;
    z-index: -1000; }
    header.main__header video .intro {
      padding-top: 150px;
      padding-bottom: 100px; }
      header.main__header video .intro .intro__desc {
        font-size: 1.2rem;
        line-height: 1.5;
        font-weight: 300;
        margin-bottom: 25px;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.intro__heading {
  background: url(../img/assist.png) no-repeat;
  background: url(../img/assist.svg) no-repeat;
  height: 60px;
  position: relative;
  width: 350px;
  background-size: 220px; }

/* video carousel */
.videos {
  padding-bottom: 190px; }
  .videos .videos a {
    color: #fff; }
  .videos .fa {
    margin-top: 1.5rem;
    color: #fff; }
    .videos .fa:hover {
      color: #35b2ab; }
  .videos p {
    font-size: 1.2rem; }
  .videos .active .carousel-title {
    color: #37b2ab;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .videos .active .rounded-circle {
    width: 100%;
    max-width: 90px;
    -webkit-box-shadow: 0px 0px 0px 4px #37b2ab;
    -moz-box-shadow: 0px 0px 0px 4px #37b2ab;
    box-shadow: 0px 0px 0px 4px #37b2ab;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .videos .rounded-circle {
    width: 100%;
    max-width: 90px;
    -webkit-box-shadow: 0px 0px 0px 4px #fff;
    -moz-box-shadow: 0px 0px 0px 4px #fff;
    box-shadow: 0px 0px 0px 4px #fff; }

.carousel-indicators li {
  width: 30%;
  cursor: pointer;
  height: 0;
  background: transparent;
  text-indent: inherit; }

.carousel-caption {
  left: 0;
  right: 0;
  bottom: auto;
  padding-top: 8%;
  color: #fff;
  width: 60%;
  max-width: 1140px;
  margin: auto; }

.carousel-item {
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 550px; }
  .carousel-item-first {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("../img/32020230-happy-casual-successful-caucasian-business-consultant-at-startup-office-sitting-at-table-with-laptop.jpg");
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/32020230-happy-casual-successful-caucasian-business-consultant-at-startup-office-sitting-at-table-with-laptop.jpg");
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/32020230-happy-casual-successful-caucasian-business-consultant-at-startup-office-sitting-at-table-with-laptop.jpg");
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/32020230-happy-casual-successful-caucasian-business-consultant-at-startup-office-sitting-at-table-with-laptop.jpg"); }
  .carousel-item-second {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("../img/42307577-woman-working-at-laptop-in-contemporary-office.jpg");
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/42307577-woman-working-at-laptop-in-contemporary-office.jpg");
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/42307577-woman-working-at-laptop-in-contemporary-office.jpg");
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/42307577-woman-working-at-laptop-in-contemporary-office.jpg"); }
  .carousel-item-third {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("../img/39343274-beautiful-young-woman-using-a-tablet.jpg");
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/39343274-beautiful-young-woman-using-a-tablet.jpg");
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/39343274-beautiful-young-woman-using-a-tablet.jpg");
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/39343274-beautiful-young-woman-using-a-tablet.jpg"); }

.carousel-indicators {
  bottom: 30px;
  z-index: 999;
  overflow: visible; }
  .carousel-indicators span {
    display: block; }

.carousel-title {
  font-size: 0.9rem;
  font-weight: 600;
  margin: 20px 0; }

.carousel-subtitle {
  font-size: 0.9rem;
  font-weight: 400; }

/* faq and troubleshooting */
#accordion h4 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  margin: 0;
  font-weight: 300; }
  #accordion h4 a {
    color: #212529; }

#accordion .card {
  margin-bottom: 20px; }

#accordion .card-header:after {
  font-family: 'FontAwesome';
  content: "\f068";
  top: 12px;
  position: absolute;
  right: 20px; }

#accordion .card-header.collapsed:after {
  content: "\f067"; }

/* modal */
.modal-dialog {
  width: 80%;
  max-width: 1000px;
  margin: 30px auto; }

.modal-body {
  position: relative;
  padding: 0px; }

.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1; }

/* sections */
.section__title {
  color: #35b2ab;
  font-size: 3.5rem;
  font-weight: 400;
  margin: 2rem 0 3rem; }

.section__heading {
  color: #35b2ab;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  margin: 0; }

.section__subheading {
  color: #35b2ab;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 1rem 0 1rem; }

.section__tagline {
  color: #d1d1d1;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  margin: 1rem 0 1rem; }

.section__launch {
  color: #fff;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 1rem 0 1rem; }

.section__body {
  padding: 2rem 0 0;
  margin: 0 auto; }
  .section__body p, .section__body ul {
    font-size: 18px; }
  .section__body .section__list {
    display: inline-block;
    text-align: left; }

.section__body--thin {
  max-width: 800px; }

section.partners {
  padding: 3rem 0; }

section.about {
  padding: 6rem 0; }

section.features {
  padding: 6rem 0; }

section.install {
  padding: 6rem 0; }

section.reusable {
  padding: 6rem 0; }
  section.reusable .card-header {
    cursor: pointer; }
  section.reusable .card-header h4 {
    display: inline-block; }

section.privacy {
  padding: 3rem 0 4rem; }
  section.privacy h4 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    margin-top: 2rem; }
  section.privacy h2 {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 2.2rem;
    margin-top: 2rem; }
  section.privacy p a {
    word-break: break-all; }

.features__left {
  text-align: right; }

.feature__heading {
  font-size: 1.1rem; }

.feature__desc {
  font-size: 0.9rem;
  margin-bottom: 20px; }

.feature__img {
  width: 36px;
  margin-bottom: 10px; }

#reusable {
  background-color: #010812; }
  #reusable .container {
    background: url(../img/BackgroundReusable.jpg) no-repeat right; }
  #reusable .section__body {
    margin: 0;
    max-width: 800px; }
    #reusable .section__body ul {
      margin: 60px 0; }
    #reusable .section__body .points li {
      font-size: 2rem;
      margin-bottom: 20px; }
      #reusable .section__body .points li:last-of-type {
        margin-bottom: 0; }

#install {
  background-color: #000;
  background: url(../img/BackgroundInstall.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  #install .section__body {
    max-width: 800px;
    margin: 0; }
    #install .section__body ul {
      margin-top: 60px; }
    #install .section__body .points li {
      margin-bottom: 70px; }
      #install .section__body .points li:last-of-type {
        margin-bottom: 0; }
    #install .section__body .steps {
      color: #35b2ab;
      font-weight: 600; }
      #install .section__body .steps .line {
        border-left: 2px solid #35b2ab;
        height: 60px;
        margin: 5px 0 5px 25px; }

/* tables */
.extrabold {
  font-weight: 900; }

.table__pricing {
  margin: 1rem 0 1rem; }

.table__pricing__header {
  border-top: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
  border-left: 1px solid transparent !important;
  color: #fff; }

.table__pricing__header--one {
  background: #37b2ac; }

.table__pricing__header--two {
  background: #2daba5; }

.table__pricing__header--three {
  background: #29a09a; }

.table__pricing__header--four {
  background: #25958f; }

.table__pricing__header--five {
  background: #228681; }

.table__pricing__header--six {
  background: #207f7b; }

.table__pricing__header--subtitle {
  font-weight: 400; }

.table__pricing__cell--top-left {
  border-top: 1px solid transparent !important;
  border-bottom: 1px solid transparent !important;
  border-left: 1px solid transparent !important; }

.table__pricing__cell--below_top_left {
  border-top: 1px solid transparent !important;
  border-left: 1px solid transparent !important; }

.table__pricing__price {
  font-size: 2rem; }

.table__pricing__feature {
  text-align: left;
  font-weight: 300;
  max-width: 215px; }
  .table__pricing__feature strong {
    font-weight: 700; }

.contact__company_info {
  font-size: 0.8rem; }

.contact__table {
  font-size: 0.8rem; }
  .contact__table .value {
    padding-left: 10px; }

.table__cell--buy {
  border-right: 1px solid transparent !important;
  border-bottom: 1px solid transparent !important;
  border-left: 1px solid transparent !important; }

/* buttons */
.btn {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.5px;
  color: #fff;
  padding: 0.8em 1.8em 0.7em;
  text-transform: uppercase;
  border-radius: 3px;
  margin: 20px 0;
  -webkit-transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
  transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
  -o-transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;
  transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;
  transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out; }

.btn-primary {
  background-color: #35b2ab;
  border-color: #35b2ab; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #fff;
    background-color: #37c3bb  !important;
    border-color: #37c3bb  !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.btn--xl {
  font-size: 1.1rem;
  padding: 0.7em 1.8em 0.6em;
  background-color: #ec4d15;
  border-color: #ec4d15; }
  .btn--xl:hover, .btn--xl .btn--xl:active, .btn--xl .btn--xl:focus {
    background-color: #f46b3b !important;
    border-color: #f46b3b  !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

/* footer*/
footer {
  background: #000;
  color: #fff;
  padding: 60px 0 20px; }
  footer a {
    color: #fff; }
    footer a:hover, footer a:active, footer a:focus {
      color: #17a79e; }
  footer h4 {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #17a79e; }
  footer hr {
    color: #939598;
    background-color: #939598;
    height: 1px;
    border: none;
    clear: both;
    margin-bottom: 1.4rem; }
  footer .list-inline li {
    display: inline-block; }
  footer .fa-stack-1x {
    left: -4px; }
  footer p {
    line-height: 2; }
  footer .store-logo {
    margin-top: 25px; }
    footer .store-logo .google {
      margin-left: 5px; }
    footer .store-logo img {
      max-width: 100px; }

.fa-stack-1x {
  color: white; }

.icon-fa {
  color: #383838; }
  .icon-fa:hover {
    color: #5a5a5a; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 3em;
  height: 3em;
  line-height: 3em;
  vertical-align: middle; }

/* scroll top */
.scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 20px;
  right: 10px; }

.scroll {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #17a79e;
  padding: 20px;
  text-align: center;
  margin: 0 0 0 0;
  cursor: pointer;
  border-radius: 3px;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s; }
  .scroll:hover {
    background: #b2b2b2;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s; }
  .scroll .fa {
    font-size: 30px;
    color: #fff;
    margin-top: -5px;
    margin-left: 1px;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s; }

/* keyframes */
@-webkit-keyframes topbar-x {
  0% {
    top: 0px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  45% {
    top: 6px;
    -webkit-transform: rotate(145deg);
    transform: rotate(145deg); }
  75% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg); }
  100% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); } }
@keyframes topbar-x {
  0% {
    top: 0px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  45% {
    top: 6px;
    -webkit-transform: rotate(145deg);
    transform: rotate(145deg); }
  75% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg); }
  100% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); } }

@-webkit-keyframes topbar-back {
  0% {
    top: 6px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  45% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  75% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    top: 0px;
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes topbar-back {
  0% {
    top: 6px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  45% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  75% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    top: 0px;
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@-webkit-keyframes bottombar-x {
  0% {
    bottom: 0px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  45% {
    bottom: 6px;
    -webkit-transform: rotate(-145deg);
    transform: rotate(-145deg); }
  75% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  100% {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); } }

@keyframes bottombar-x {
  0% {
    bottom: 0px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  45% {
    bottom: 6px;
    -webkit-transform: rotate(-145deg);
    transform: rotate(-145deg); }
  75% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  100% {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); } }

@-webkit-keyframes bottombar-back {
  0% {
    bottom: 6px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  45% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  75% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    bottom: 0px;
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes bottombar-back {
  0% {
    bottom: 6px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  45% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  75% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    bottom: 0px;
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

/* miscellaneous */
.wow {
  visibility: hidden; }

.color-light {
  color: #888; }

.text--white {
  color: #fff; }

.bg--primary {
  background-color: #f8f8f8; }

.bg--dark {
  background-color: #161616; }
  .bg--dark .table-bordered td,
  .bg--dark .table-bordered th {
    border-color: #555; }

.responsive_video {
  margin: 4rem 0;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.responsive_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 99.9%;
  height: 100%; }

body > #overlay {
  content: "";
  position: fixed;
  top: 0;
  left: auto;
  right: calc(282.6666666667px - 10px);
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow-x: hidden;
  z-index: 1029; }

/* media queries */
@media (min-width: 768px) {
  .navbar-offcanvas .navbar-toggler {
    display: block; }
  header.main__header .intro {
    padding: 290px 0; }
    header.main__header .intro .intro__desc {
      font-size: 1.5rem; } }

@media (min-width: 992px) {
  body > #overlay {
    right: calc(424px - 10px); }
  .navbar-offcanvas .navbar-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto; }
  .navbar-offcanvas .navbar-toggler {
    display: none !important; }
  .navbar-collapse.collapse.show {
    display: none !important; } }

@media (max-width: 991px) {
  body > .navbar-collapse {
    width: 282.6666666667px; }
  .hidden-top-nav {
    display: none; }
  .nav-open .navbar > .container {
    -webkit-transform: translate3d(-282.66667px, 0, 0);
    transform: translate3d(-282.66667px, 0, 0); }
  .stuck .trigger {
    display: none; }
  header small {
    font-weight: 300; }
  header.main__header .intro {
    padding: 300px 0; }
    header.main__header .intro .intro__desc {
      line-height: 1.3; }
  .features__left, .features__right {
    text-align: center; }
  .features .my-auto img {
    width: 60%;
    margin: 3rem auto;
    display: block; } }

@media (max-width: 767px) {
  .navbar-brand {
    width: 200px;
    background-size: 200px;
    top: 10px; }
  .navbar-toggler {
    position: relative;
    top: -10px; }
  h2 {
    font-size: 2.5rem; }
  p {
    line-height: 1.5; }
  .section__title {
    font-size: 3rem;
    margin: 1.8rem 0 2.5rem; }
  .section__title {
    font-size: 3rem;
    margin: 2rem 0 3rem; }
  .section__heading {
    font-size: 2rem; }
  .section__subheading {
    font-size: 1.4rem; }
  .section__tagline {
    font-size: 1rem;
    margin: 1rem 0 1rem; }
  section.about, section.faq, section.features {
    padding: 3rem 0; }
  .text-center--xs {
    text-align: center; }
  .carousel-caption {
    width: 90%; }
  .carousel-indicators {
    margin-right: 0;
    margin-left: 0; }
  .pricing {
    padding: 2rem 0 3rem; }
  .display-2 {
    font-size: 3.5rem; }
  #grad1 {
    height: 200px;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#fff));
    background: -webkit-linear-gradient(#efefef, #fff);
    background: -o-linear-gradient(#efefef, #fff);
    background: linear-gradient(#efefef, #fff);
    margin-bottom: -185px; }
  .videos p {
    font-size: 1rem; }
  .features .my-auto img {
    margin: 2rem auto; }
  section.privacy {
    padding: 2rem 0 3rem; }
    section.privacy h2 {
      font-size: 2rem; }
  #accordion h4 {
    font-size: 1rem; }
  .animated {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important; }
  .scrolltop {
    display: none !important; } }

@media (max-width: 575px) {
  h2 {
    font-size: 2rem; }
  .display-2 {
    font-size: 2.5rem; }
  .section__title {
    font-size: 2.3rem;
    margin: 1.5rem 0 2rem; }
  section.about, section.features, section.pricing, section.faq {
    padding: 2rem 0; }
  .features .my-auto img {
    margin: 1rem auto; }
  .videos .rounded-circle {
    max-width: 80px;
    -webkit-box-shadow: 0px 0px 0px 3px #fff;
    -moz-box-shadow: 0px 0px 0px 3px #fff;
    box-shadow: 0px 0px 0px 3px #fff; }
  .videos .active .rounded-circle {
    max-width: 80px;
    -webkit-box-shadow: 0px 0px 0px 3px #37b2ab;
    -moz-box-shadow: 0px 0px 0px 3px #37b2ab;
    box-shadow: 0px 0px 0px 3px #37b2ab; } }
