@charset "UTF-8";
/*
[TABLE OF CONTENTS]
    
1. GLOBAL STYLES
2. HEADER
3. CLIENTS
4. ISOMETRIC VIEW
5. APP INTRO
6. HIGHLIGHTS
7. VIDEO
8. LEFT RIGHT CONTENT
9. TESTIMONIALS
10. GALLERY
11. VERTICAL TABS
12. APP HIGHLIGHTS
13. PRICING
14. FAQ
15. OUR TEAM
16. MAP
17. CONTACT
18. BLOG
19. BLOG SINGLE
20. STATIC VERSION
21. STICKY PARALLAX
22. FULL PAGE VERSION
 
--------------------------*/
/* ==========================================================================
 * FONTS
 * ========================================================================== */
/* ==========================================================================
 * COLORS
 * ========================================================================== */
/* ==========================================================================
 * NAV-MENU
 * ========================================================================== */
.nav-menu {
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001; }
  .nav-menu.sticky-top {
    box-shadow: 0px 4px 30px 0px rgba(150, 170, 187, 0.2);
    position: fixed;
    animation: menuSlideDown .3s ease-in-out; }
  .dark-theme .nav-menu {
    background: #2a2e2f;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #383e40; }

  @keyframes menuSlideDown {
    0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%); }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0); } }
    
/* .navbar {
  padding: 1rem 1rem; } */

.navbar-nav {
  margin-left: auto; margin-top:1.8vh; padding-bottom: 1vh; }

.navbar-dark .navbar-nav .nav-link {
  color: #EEE;}

.nav-item {
  padding-left: .7vh; }

.navbar-dark .navbar-toggler {
  cursor: pointer; }

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:active {
  color: #11aff1 !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
.navLogo {
  width: 300px;
  max-width: 400px;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -0.5vh;
}
.navbar-brand-small {
  border: none;
  width: 140px;
  max-width: 140px;
  height: 60px;
}
.navbar { padding: 0;}
@media (min-width: 1200px) {
  .navbar-brand {
    display: block;
  }
}
@media (max-width: 1200px) {
  .navbar-brand {
    display: none;
  }
}


.scrollSpy {
  position: relative;
  overflow-y: scroll;
}
/* ====================================================
 * Button
 * ==================================================== */
 .btn {
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 25px;
  margin-right: 25px;
  text-align: center;
  text-decoration: none;
  transition: all .22s ease;
 }
.btn-primary {
  background: #2175b8;
  border: 2px solid #2175b8;
  color: #FFF;
  padding: 12px 40px; }
  @media (max-width: 992px) {
    .btn-primary {
      font-size: 18px;
      padding: 10px 16px; } }
  @media (max-width: 480px) {
    .btn-primary {
      width: 100%;
      margin-bottom: 10px; } }

.btn-back {
  margin-top: 20px;
  height: 90%;
  background: #2a2e2f;
  border: 2px solid #2175b8;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #3c89c9;
  border-color: #3c89c9;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff; }

.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  background-color: #3c89c9;
  border-color: #3c89c9;
  outline: none; }

.btn-success {
  background: none;
  border: 2px solid #3fb125;
  color: #3fb125;
  border-radius: 30px;
  font-size: 20px;
  padding: 12px 40px; }
  @media (max-width: 992px) {
    .btn-success {
      font-size: 18px;
      padding: 10px 16px; } }
  @media (max-width: 480px) {
    .btn-success {
      width: 100%; } }

.btn-success:hover,
.btn-success:focus {
  background-color: #3fb125;
  border-color: #3fb125;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff; }

/* ====================================================
 * Pagination
 * ==================================================== */
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 0;
  border: 2px solid #f0f4f6; }

.page-link {
  font-size: 24px;
  font-weight: 100;
  padding: 0.8rem 1.45rem;
  color: #2a2e2f;
  border: 2px solid #f0f4f6; }

.page-link:focus,
.page-link:hover,
.page-link:active {
  color: #11aff1;
  background: none;
  border: 2px solid #f0f4f6; }

@media (max-width: 576px) {
  .pagination .page-item:nth-child(4) {
    display: none; } }

/* -----------------------------------------------
 * GLOBAL STYLES
 * ----------------------------------------------- */
body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  position: relative;
}

.h1,
h1 {
  font-size: 2em;
  font-weight: 400;
  line-height: 48px; }
  @media (max-width: 768px) {
    .h1,h1 {
      font-size: 1.8em;
    }
  }
.h2,
h2 {
  font-size: 2em;
  font-weight: 100;
  line-height: 1.2;
  margin-bottom: 26px; }
  @media (max-width: 992px) {
    .h2,
    h2 {
      font-size: 32px; } }
.h3,
h3 {
  font-size:1.2em; 
  font-weight: 500; }

#home h3 {
  margin-top: 28pt;
  line-height: 28pt;
  font-weight: 500;
}
.h4,
h4 {
  font-size: 1.4em;
  font-weight: 500; }

.h5,
h5 {
  font-size: 17px;
  font-weight: 400; }

.h6,
h6 {
  font-size: 14px;
  font-weight: 400; }

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8; }


.dark-theme {
  background: #383e40; }
.text-muted {
  color: #828c9c !important; }

.space {
  padding: 70px 0; }
  @media (max-width: 768px) {
    .space {
      padding: 50px 0; 
    } 
  }
  @media (max-width: 992px) {
    #about p {
      width: 100%;
    }
  }

.center-block {
  text-align: center; }

.title-block {
  margin: 0 0 60px; }
  .title-block p {
    max-width: 650px;
    margin: 0 auto 25px; }

.link-color {
  color: #11aff1; }
  .link-color:hover {
    color: #f0f4f6;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }

.light-bg {
  background: #f0f4f6; }
  .dark-theme .light-bg {
    background: rgb(56,62,64);
background: linear-gradient(170deg, rgba(56,62,64,1) 0%, rgba(31,35,36,1) 100%); }
.white-bg {
  background: rgb(250,250,250);
  background: linear-gradient(170deg, rgba(250,250,250,1) 0%, rgba(205,216,222,1) 100%);
}
.left-block {
  text-align: left; }

.right-block {
  text-align: right; }

.dark-theme {
  background: #2a2e2f;
  color: #d4d6da; }
  .dark-theme h1,
  .dark-theme h2,
  .dark-theme h3,
  .dark-theme h4,
  .dark-theme h5,
  .dark-theme h6 {
    color: #ffffff; }

.white-bg h2 {
  color:rgba(0, 0, 0, 0.6);
}
.light {
  background: #f0f4f6; }

.gray-bg {
  background: #383e40;
  color: #ffffff; }

.blue-bg {background: rgb(33,117,184);
  background: linear-gradient(170deg, rgba(33,117,184,1) 0%, rgba(22,74,116,1) 100%);
  color: #ffffff; }

.no-overflow {
  overflow: hidden; }

@media (min-width: 992px) {
  .btn + .btn {
    margin-left: 10px; } }

.dark-theme hr {
  border-top: 1px solid rgba(187, 187, 187, 0.1); }

.dark-theme .text-muted {
  color: #a1a4ab !important; }

.btn-outline-light:hover {
  color: #0056b3; }

button {
  cursor: pointer; }

/* -----------------------------------------------
 * Preloader
 * ----------------------------------------------- */
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff; }
  .dark-theme .preloader {
    background: #000; }

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -33px 0 0 -33px;
  width: 32px;
  height: 32px;
  -webkit-animation: rotator 1.4s linear infinite;
  animation: rotator 1.4s linear infinite; }

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }

.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  stroke: #2159d6;
  -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite; }

@-webkit-keyframes colors {
  0% {
    stroke: #11aff1; }
  100% {
    stroke: #3fb125; } }

@keyframes colors {
  0% {
    stroke: #11aff1; }
  100% {
    stroke: #3fb125; } }

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg); } }

@keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg); } }

/* -----------------------------------------------
 * Header
 * ----------------------------------------------- */
.slider-bg {
  padding-top: 80px; }
  @media (max-width: 480px) { 
    .slider-bg {
      padding-bottom: 50pt;
    }
  }
  @media (max-width: 768px) {
    .slider-bg {
      padding-bottom: 50pt;
    } }

.default-header {
  padding: 170px 0 140px; }

.slider-title {
  padding: 2rem 0 0 0; 
  width: 100%;
}


.youTubeVideo {
  margin-right: 150px;
  margin-top: 50px;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

  @media (min-width: 993px){
    .youTubeVideo {
      margin-right: 150px;
    }
  }
 
    
.home {
  background-image:
  linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)),
  url('../images/Main-Back.webp');
  align-items: center;
  background-color: #000;
  background-position: right 0px top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  min-height: 900px;
  overflow: hidden;
  padding: 50px 0;
  position: relative;
}
@media (max-width: 768px) {
  .home {
  background-position: 40% top;
  }
}

.video-btn {
  transition: 0.5s ease-in-out;
}
 
.video-btn:hover {
  filter: brightness(120%);
  transition: 0.5s ease-in-out;
}
.video-btn img {
  height: 200px;
}

.modal-dialog {
  max-width: 80%;
  max-height: 90%;
  margin: 30px auto;
}
.modal-body {
position:relative;
padding:0px;
}
.modal-content {
  background-color: #111!important;
}

.btn-close {
  position:absolute;
  right:-30px;
  top:0;
}

.content {
  height: 100%; }
  @media (max-width: 991px) {
    .content {
      height: auto;
      padding: 50px 0;
      text-align: center; } }
.spacer {
  height: 200px; }

.data-execution {
  position: relative;
  background: black !important;
  overflow: hidden;
  min-height: 400px;
}
section.data-execution p {
  font-size: 16pt;
  margin-top: 20px;
}
.data-execution:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url("../images/data-execution.webp");
  background-position: 50% 29%;
  background-size: cover;
  opacity: 0.2;
    filter: alpha(opacity=20);
}

.construction {
  position: relative;
  background: black !important;
  overflow: hidden;
}
#myTabContent col {
  font-size: 16px;
}

/* .construction:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url("../images/construction.webp");
  background-position: 50% 29%;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.2;
    filter: alpha(opacity=20);
} */
.industryBackdrops {
  background-position: 100% 40%;
  background-size: cover;
}
.utilityBackdrop {
  background-image: url("../images/Utility-Backdrop.webp");
}
.energyBackdrop {
  background-image: url("../images/Energy-Backdrop.webp");
}
.constructionBackdrop {
  background-image: url("../images/Construction-Backdrop.webp");
}
.autoBackdrop {
  background-image: url("../images/Auto-Backdrop.webp");
}
.manufacturingBackdrop {
  background-image: url("../images/Manufacturing-Backdrop.webp");
}
.safetyBackdrop {
  background-image: url("../images/Safety-Backdrop.webp");
}
.industryRightBackdrops {
  background-position: 100% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: border-box;
  background-clip:border-box;
  background-attachment: local;
  background-origin:border-box;
}
.constructionRightImage {
  background-image: url("../images/backdrop-construction.webp");
}
.utilityRightImage {
  background-image: url("../images/backdrop-utilities.webp");
}
.energyRightImage {
  background-image: url("../images/backdrop-energy.webp");
}
.manufacturingRightImage {
  background-image: url("../images/backdrop-manufacturing.webp");
}
.safetyRightImage {
  background-image: url("../images/backdrop-security-safety.webp");
}
.autoRightImage {
  background-image: url("../images/backdrop-auto.webp");
}
/* -----------------------------------------------
 * Clients
 * ----------------------------------------------- */
.clients {
  padding: 24px 0; }
  .dark-theme .clients {
    background: #383e40; }

/* -----------------------------------------------
 * Isometric View
 * ----------------------------------------------- */
/* .skew-bg p {
  padding-right: 46rem; }
  @media (max-width: 992px) {
    .skew-bg p {
      padding: 0; } } */

.landing-img-bg {
  position: relative;
  margin-top: -12%;
  z-index: 999; }
  @media (max-width: 992px) {
    .landing-img-bg {
      margin: 0; } }

/* -----------------------------------------------
 * App Intro
 * ----------------------------------------------- */
.app-landing {
  padding: 100px 0 0; }

.pe-7s-angle-right-circle {
  font-size: 15px; }


      /* -----------------------------------------------
 * Testimonials
 * ----------------------------------------------- */
 .testimonials {
  min-height: 600px;
  max-height: 800px;
}
.testimonials .carousel-item {
  min-height: 600px;
}
.text-shadow-dark {
  text-shadow: 1px 1px 5px black; 
}
.text-shadow-light {
  text-shadow: 1px 1px 5px white; 
}
.carousel-item h4 {
  letter-spacing: 0.05em;
  text-align: left;
}
.carousel-1 {
  background:url('../images/testimonials/testi-1.webp');
  background-size:cover;
  text-align: right;
}
.carousel-2 {
  background:url('../images/testimonials/testi-2.webp');
  background-size:cover;
}
.carousel-3 {
  background:url('../images/testimonials/testi-3.webp');
  background-size:cover;
}
.carousel-4 {
  background:url('../images/testimonials/testi-4.webp');
  background-size:cover;
}
.carousel-5 {
  background:url('../images/testimonials/testi-5.webp');
  background-size:cover;
}
.carousel-6 {
  background:url('../images/testimonials/testi-6.webp');
  background-size:cover;
}

@media (max-width: 1200px) {
  .carousel-1 {
    background-position: left -100px bottom;
  }
  .carousel-2 {
    background-position: right 0px bottom;
  }
  .carousel-3 {
    background-position: right 0px bottom;
  }
  .carousel-4 {
    background-position: left -100px bottom;
  }
  .carousel-5 {
    background-position: left -100px bottom;
  }
  .testimonials h4 {
    font-size: 1.2rem;
  }
  .carousel-1 h4,  .carousel-4 h4,  .carousel-5 h4,  .carousel-6 h4 {
    float: right;
    text-align: right;
  }
}
@media (max-width: 768px) {
  .testimonials .carousel-item {
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .carousel-1 {
    background-position: left -100px bottom;
  }
  .carousel-2 {
    background-position: right 0px bottom;
  }
  .carousel-3 {
    background-position: right 0px bottom;
  }
  .carousel-4 {
    background-position: left -100px bottom;
  }
  .carousel-5 {
    background-position: left -100px bottom;
  }
  .testimonials h4 {
    font-size: .9rem;
  }
  .carousel-1 h4, .carousel-2 h4,  .carousel-4 h4,  .carousel-5 h4,  .carousel-6 h4 {
    float: right;
    text-align: right;
  }
}
@media (min-width: 996px) and (max-width: 1200px) {
  .carousel-1 {
    background-position: left 0px bottom;
  }
  .carousel-2 {
    background-position: right 0px bottom;
  }
  .carousel-3 {
    background-position: right 0px bottom;
  }
  .carousel-4 {
    background-position: left 0px bottom;
  }
  .carousel-5 {
    background-position: left 0px bottom;
  }
}
@media (min-width: 1200px) {
  .carousel-1 h4, .carousel-4 h4,  .carousel-5 h4,  .carousel-6 h4 {
    float: right;
    text-align: right;
  }
}

/* -----------------------------------------------
 * Industry
 * ----------------------------------------------- */
.featured-wrap {
  overflow: hidden;
  margin: 30px 0 0; }


.featured-wrap h3 {
  font-size: 1.8rem;
}
.industry-auto, .industry-manufacturing, .industry-security, .industry-utilities, .industry-construction, .industry-energy {
  background-position: right 0px top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}
.industry-auto {
  background-image: url('../images/backdrop-auto.webp');
}
.industry-manufacturing {
  background-image: url('../images/backdrop-manufacturing.webp');
}
.industry-security {
  background-image: url('../images/backdrop-security-safety.webp');
}
.industry-utilities {
  background-image: url('../images/backdrop-utilities.webp');
}
.industry-construction {
  background-image: url('../images/backdrop-construction.webp');
}
.industry-energy {
  background-image: url('../images/backdrop-energy.webp');
}

.featured-item {
  transition: 0.5s ease-in-out;
}
 
.featured-item:hover {
  filter: brightness(120%);
  transition: 0.5s ease-in-out;
}

.featured-item {
  text-align: center;
  display: block;
  -webkit-box-shadow: 0 0 0 1px #f0f4f6;
  box-shadow: 0 0 0 1px #f0f4f6; }
  .dark-theme .featured-item {
    -webkit-box-shadow: 0 0 0 1px black;
    box-shadow: 0 0 0 1px black; }
  .dark-theme .featured-item p {
    color: #d6dbe2; }
.featured-item2 {
  text-align: center;
  display: block;}
  .dark-theme .featured-item2 {}
  .dark-theme .featured-item2 p {
    color: #d6dbe2; }

.moreBtn1 {
  margin-top: 3.5rem;
}
.moreBtn3 {
  margin-top: 2.0rem;
}
.moreBtn4 {
  margin-top: 2.0rem;
}
.moreBtn6 {
  margin-top: .4rem;
}

@media (max-width: 1200px) {
.moreBtn1 {
  margin-top: 5.5rem;
} }
@media (max-width: 992px) {
  .moreBtn1 {
    margin-top: 7.5rem;
  }
  .moreBtn3 {
    margin-top: 4.0rem;
  }
  .moreBtn4 {
    margin-top: 3.5rem;
  }
  .moreBtn5 {
    margin-top: 1.5rem;
  }
  .moreBtn6 {
    margin-top: 0rem;
  }
}
@media (max-width: 768px) {
  .moreBtn1, .moreBtn4, .moreBtn5 {
    margin-top: 1.5rem;
  }
  .moreBtn2, .moreBtn3, .moreBtn6 {
    margin-top: 0rem;
  }
 }
.pe {
  font-size: 60px;
  color: #00A4FC; }
.pe2 {
  font-size: 60px;
  color: rgb(255, 255, 255); }

.pe3 {
  font-size: 18px; }
@media (max-width: 768px) {
  .pe {
    padding: 36px 0 0; } }

/* -----------------------------------------------
 * Video section
 * ----------------------------------------------- */
.pe-primary {
  font-size: 60px;
  color: #11aff1;
  width: 58px; }

.title-block-2 h2 {
  margin: 30px 0 17px; }

.title-block-2 h3 {
  margin: 0 0 26px; }

.title-block-2 p {
  padding-right: 56px; }

  

.video-wrap {
  position: relative; }
  .video-wrap img {
    border-radius: 30px; }
  @media (max-width: 1200px) {
    .video-wrap img {
      height: 100%; } }
  @media (max-width: 768px) {
    .video-wrap img {
      height: auto; } }

.video-wrap:hover .video-wrap-overlay {
  opacity: 1; }

.video-wrap-overlay {
  position: absolute;
  background: rgba(17, 175, 241, 0.69);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #11aff1;
  border-radius: 50%;
  background: #ffffff;
  padding: 30px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999; }

/* -----------------------------------------------
 * Left Right Content
 * ----------------------------------------------- */
.notJustApp {
  position: relative;
  background: black !important;
  overflow: hidden;
  padding-top: 100px;
}
.notJustApp:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url("../images/Solar-1.webp");
  background-position: 50% 29%;
  background-size: cover;
  background-attachment: fixed;
  opacity: .2;
}
@media (max-width: 768px) {
  .notJustApp { 
    padding-top: 50px;
  }
}
#about1, #about2, #about3 {
  min-height: 400px;
}
.featured1 {
  padding: 120px 0 0; 
  }
  .portalImage {
    width: 800px;
  }
  .illustration-1 {
    max-width: 500px;
  }
  .featured1 .illustration-2 {
    padding: 30px 0;
  }
  .illustration-2 {
    max-width: 500px;
  }
  @media (max-width: 768px) {
    .featured1 {
      padding: 70px 0 0; } }
  .featured1 img {
    margin: 0 auto;
    display: block;
    position: relative; }

.platformScreenshot {
  max-height: 537px;
  margin-bottom: 80px;
  overflow: hidden; }

.platformScreenshot {
  max-width: 100%;
  position: relative;
  float: left;
  z-index: 999;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%); }

.platformScreenshot img {
  max-width: 100%; }

.platformScreenshot .screen {
  position: absolute;
  left: 6.4%;
  top: 20%;
  right: 6.5%;
  bottom: 0;
  z-index: -1; }

.platformScreenshot .screen .item img {
  width: 100%;
  height: 100%; }


@media (min-width: 0px) and (max-width: 767px) {
  .notJustApp .platformScreenshot {
    margin-top: 40px;
    margin-bottom: 40px;
    max-height: 300px;
  }
}
.featured1-wrap {
  padding: 30px 0 40px 0; 
  margin-bottom: 80px;
}
.Illustration-3 {
  max-height: 300px;
}
  @media (max-width: 992px) {
    .featured1-wrap {
      padding: 30px 0; }
      .Illustration-3 {
        margin-top: 70px;
      } }
  @media (max-width: 768px) {
    .featured1-wrap {
      padding: 0 0 0; }
      .Illustration-3 {
        margin-top: 10px;
        margin-bottom: 80px;
      } }
  .featured1-wrap h2 {
    margin: 10px 0 17px; }
  .featured1-wrap h3 {
    margin: 0 0 26px; }

.featured2 {
  text-align: right; }

.featured-list-title {
  display: inline-block;
  margin: 15px 0 8px 24px; }
  @media (max-width: 1200px) {
    .featured-list-title {
      margin-left: 0; } }
  .featured-list-title h4 {
    font-weight: 400; }
  .featured-list-title p {
    color: #768187;
    font-weight: 100;
    margin: 0; }
    .dark-theme .featured-list-title p {
      color: #b8bfc3; }

@media (max-width: 992px) {
  .featured3-block {
    max-width: 100%;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%; } }

@media (max-width: 992px) {
  .featured3-block img {
    margin: 30px 0 0; } }

@media (max-width: 1200px) {
  .featured3-wrap {
    padding: 0; } }

.featured3-img-wrap {
  max-width: 455px;
  display: block;
  margin: 0 auto; }

/* -----------------------------------------------
 * Isometric View
 * ----------------------------------------------- */
 .skew-bg p {
  padding-right: 39rem; }
  @media (max-width: 992px) {
    .skew-bg p {
      padding: 0; 
      padding-right: 0;}
  }
  @media (max-width: 768px) {
    .isometric-stack .illustration-1 {
      margin: auto;
      width: 100%;
    }
  }

.landing-img-bg {
  position: relative;
  margin-top: -12%;
  z-index: 999; }
  @media (max-width: 992px) {
    .landing-img-bg {
      margin: 0; } }
  @media (max-width: 768px) {
    .landing-img-bg {
      margin: 0; } }

.isometric-stack {
  position: relative;
  z-index: -2;
  max-height: 500px;
  overflow: hidden; }
  .isometric-stack .illustration-1 {
    max-width: 1000px;
    margin-left: 30%;
    z-index: 0; }

  .isometric-stack .illustration-1 > img {
    padding-top: 2rem;
    width: 90%;
    height: 90%;}
  @media (max-width: 992px) {
    .isometric-stack .illustration-1 {
      max-width: 900px;
      margin: 0 0 0 1%;}
      .isometric-stack .illustration-1 > img {
        width:90%;
      }
  }
  @media (max-width: 768px) {
    .isometric-stack {
      max-width: 900px;
      margin: 0 0 0 1%;}
  }
/* ----------------------------------------------- */

/* -----------------------------------------------
 * Vertical Tabs
 * ----------------------------------------------- */
.nav-tabs {
  border: 0;
  border-radius: 0;
  margin: 0 0 0; }
  @media (max-width: 992px) {
    .nav-tabs {
      margin: 24px 0 0; } }
  .nav-tabs .nav-item {
    margin: 0 0 30px 0; }
    .nav-tabs .nav-item .nav-link {
      border-radius: 6px;
      border: none;
      padding: 25px 30px; }
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  background: #f9fbfb; }
  .dark-theme .nav-tabs .nav-item.show .nav-link, .dark-theme
  .nav-tabs .nav-link {
    color:white;
    background: rgb(33,117,184); 
    border: 1px solid rgb(33,117,184)}
  .nav-tabs .nav-item.show .nav-link.active,
  .nav-tabs .nav-link.active {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #ffffff;}
    .dark-theme .nav-tabs .nav-item.show .nav-link.active, .dark-theme
    .nav-tabs .nav-link.active {
      color:rgb(255, 255, 255);
      background: #2a2e2f; }

.nav-tabs .nav-link:hover {
  background: rgb(27, 95, 151);
}
/* -----------------------------------------------
 * Pricing
 * ----------------------------------------------- */
.pricing-wrap {
  background: #ffffff;
  text-align: center;
  padding: 43px 20px;
  margin-bottom: 20px; }
  .dark-theme .pricing-wrap {
    background: #2a2e2f; }
  .pricing-wrap h3 {
    font-size: 34px; }
  .pricing-wrap ul {
    padding: 0;
    margin: 0 0 20px; }
    .pricing-wrap ul li {
      list-style: none;
      line-height: 2.4; }
  .pricing-wrap .btn-primary {
    margin: 6px 0; }
  .pricing-enterprise {
    margin: 150px auto;
    vertical-align: middle;
    height: 100%;
  }
.pricing-reporting {
  min-height: 300px;
}
.pricing-reporting .list-group {
  width: 50%;
}
@media (max-width: 992px) {
  
.pricing-reporting .list-group {
  width: 100%;
}
}
.price {
  font-size: 80px;
  line-height: 1.5;
  font-weight: 100;
  color: #11aff1;
  margin: 0; }
  .price span {
    font-size: 35px !important;
    top: -27px;
    position: relative; }
#pricing .list-group-item {
  color: white;
  background: #424849;
}

/* -----------------------------------------------
 * FAQ
 * ----------------------------------------------- */
.faq {
  padding: 0 0 100px; }
  .faq h4 {
    font-weight: 400; }

.faq-link {
  text-align: center; }
  .faq-link a {
    text-decoration: underline; }

/* -----------------------------------------------
 * Map
 * ----------------------------------------------- */
.google-map {
  height: 560px; }

/* -----------------------------------------------
 * Contact
 * ----------------------------------------------- */
 .emaillink {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  font-size: 20px;
  text-align: center;
 }
.dark-theme .form-control::-webkit-input-placeholder {
  color: #5e6369; }

.contact-form {
  background: #ffffff;
  padding: 38px 40px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 5px 39px -17px #cccccc;
  -moz-box-shadow: 0px 5px 39px -17px #cccccc;
  box-shadow: 0px 5px 39px -17px #cccccc; }
  @media (max-width: 480px) {
    .contact-form {
      padding: 38px 20px; } }
  .dark-theme .contact-form {
    background: #383e40;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .contact-form .btn {
    margin: 0 auto;
    display: inline-block; }

    @media (max-width: 768px) {

      .contact-form {
        padding: 10px 20px;
      }
    }
.form-control {
  padding: 16px 20px;
  border: 2px solid #f0f4f6;
  font-size: 20px; }
  .dark-theme .form-control {
    background: #2a2e2f;
    border: none;
    color: #f0f4f6; }

.form-control::-webkit-input-placeholder {
  color: #f0f4f6; }

input[name=website]{ /* bait input */
    position:absolute;
    left:-2000px;
}

textarea {
  height: 200px;
  margin: 12px 0 0; }

.address-block {
  margin: 60px 0 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .address-block ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 70px; }
    .address-block ul li {
      float: left;
      margin: 0 0 0 6px; }
      .address-block ul li a {
        border: 2px solid #f0f4f6;
        padding: 7px 14px;
        color: #2a2e2f; }
        .dark-theme .address-block ul li a {
          color: #f0f4f6;
          opacity: 0.4; }
      .address-block ul li :hover {
        opacity: 0.6; }
        .dark-theme .address-block ul li :hover {
          opacity: 1; }

.address {
  margin: 20px 0; }
  .address span {
    font-size: 30px;
    color: #11aff1;
    margin: 10px 20px 0;
    vertical-align: top; }
  .address p {
    display: inline-block; }

/* -----------------------------------------------
 * Footer
 * ----------------------------------------------- */
footer a {
  padding: 0 16px 0 0; }

/* -----------------------------------------------
 * Blog Single
 * ----------------------------------------------- */
blockquote {
  padding: 30px 30px;
  margin: 20px 0 0;}
  @media (max-width: 992px) {
    blockquote {
      padding: 18px; } }
  blockquote p {
    font-size: 25px;
    font-weight: 100;
    line-height: 1.5; }
    @media (max-width: 992px) {
      blockquote p {
        font-size: 20px; } }
  blockquote span {
    font-size: 17px;
    font-weight: 100; }

blockquote:after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    color: #2175b8;
    top: 0;
    /* background: linear-gradient(to bottom,#66cc66 0%,#66cc66 60%,rgba(255,255,255,0) 100%); */
}

blockquote:before {
    content:"\f10d";
    font-family: "fontawesome";
    font-size: 20px;
    display: block;
    margin-bottom: 0.8em;
    font-weight: 400;
    color: #2175b8;
}

/* -----------------------------------------------
 * Sticky Parallax
 * ----------------------------------------------- */
.sticky-header {
  padding: 100px 0; }
  .sticky-header span {
    font-size: 30px;
    font-weight: 100;
    display: block;
    padding: 15px 0 30px; }

.stick-icons-bg {
  margin: 0 auto;
  display: block; }

.sticky-slider {
  padding: 0 0 100px; }
  @media (max-width: 768px) {
    .sticky-slider {
      padding: 0 0 25px; } }

.sticky-middle-img {
  max-width: 100%;
  position: relative;
  z-index: 999; }

.sticky-level {
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  margin: -27% 0 0; }

.sticky-content {
  padding: 0; }
  @media (max-width: 768px) {
    .sticky-content {
      padding: 0; } }

.sticky-space {
  padding: 100px 0; }
  @media (max-width: 768px) {
    .sticky-space {
      padding: 0 50px; } }

@media (max-width: 768px) {
  .sticky-none {
    display: none; } }

.sticky-left-img {
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%); }
  .sticky-left-img .screen {
    z-index: -1; }
  @media (max-width: 768px) {
    .sticky-left-img {
      left: 0;
      -webkit-transform: translate(0);
      -ms-transform: translate(0);
      transform: translate(0); } }

.sticky-screen {
  z-index: 999; }

.sticky-middle {
  text-align: center; }

.sticky-middle-content {
  display: block;
  text-align: center; }

.sticky-middle-img {
  margin: 0 0 100px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%); }
  .sticky-middle-img .screen {
    z-index: -1;
    left: 12.5%;
    top: 6.7%;
    right: 11.1%;
    bottom: 6%;
    overflow: hidden; }
  @media (max-width: 768px) {
    .sticky-middle-img {
      margin: 0 0 24px; } }
.storeImages {
  min-width: 60px;
  max-width: 60px;
  filter: brightness(200%);
}