@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #333333;
}

input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #000000;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-weight: 600;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.8;
    color: #333333;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.row:before, .row:after {
    display: inline-block;
}

h1 .mb-3 {

}

.little-height {
    width: 100%;
    height: 20vh;
}

.fixed {
    position: fixed;
}

.v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.social-menu {
    list-style: none;
    margin: 0;
    padding: 10px;
}

.social-menu li {
    display: inline-block;
    margin: 0 10px;
}

.social-menu li a {
    display: block;
    text-align: center;
    color: #ffffff;
}

.social-menu li a:hover {
    color: #426687;
}


.overlay,
.sky-bg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#426687+0,34526b+99 */
    background: rgb(66,102,135); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(66,102,135,1) 0%, rgba(52,82,107,1) 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(66,102,135,1) 0%,rgba(52,82,107,1) 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(66,102,135,1) 0%,rgba(52,82,107,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#426687', endColorstr='#34526b',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
}

.gray-bg {
    background-color: #fff;
}

.button {
    display: inline-block;
    padding: 6.5px 15px;
    border-radius: 10px;
    color: #ffffff;
    background-color: #34526B;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border: none;
    -webkit-box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;

}

.button.white {
    background-color: #ffffff;
    color: #34526B;
}

.button:hover {
    background-color: #5783ac;
    color: #fff;
}

.button.white:hover {
    background-color: #263E4F;
    color: #ffffff;
}

.button i {
    margin-left: 5px;
}


.page-title {
    margin-bottom: 60px;
}

.page-title h2 {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.faq p {
    color: #333333;
}

.faq a {
    color: #7ea8d2;
}


.box {
    padding: 50px 30px;
    text-align: center;
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.box:hover {
    -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.box h4 {
    text-transform: uppercase;
}

.box .box-icon {
    height: 160px;
    margin-bottom: 20px;
}

.box .box-icon img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.box:hover .box-icon img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}


.mainmenu-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.overlay,
.overlay a,
.mainmenu-area a {
    color: #ffffff;
}

.overlay p {

}

.overlay .header-text p {
    color: #e5e5e5;
}

.overlay .header-text h2 {
    color: #fff;
}

.mainmenu-area .logo {
  /*  text-transform: uppercase;
    letter-spacing: 2px;*/
    height: inherit;
    margin-top: 8px;
    padding-left: 0;
}

.mainmenu-area .logo h2 {
    margin-bottom: 0;
}

.mainmenu-area .logo img {
    margin-bottom: 0;
    max-height: 40px;
    width: 100%;
    object-fit: contain;
}

.mainmenu-area #primary-menu > ul > li > a {
    background: none;
    padding: 30px 15px;
    position: relative;
    border-top: 3px solid transparent;
    text-align: center;
}

/*.mainmenu-area #primary-menu > ul > li > div > a {
    margin: 20px 15px;
    background: none;
    position: relative;
    text-align: center;
}*/

.mainmenu-area #primary-menu > ul > li > a:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -10px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #ffffff;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mainmenu-area #primary-menu > ul > li > a.downloadButton {
    /*background: #fff;
    color: #000;
    border-radius: 10px;*/
    /*margin-top: -10px;*/
    margin-top: -10px;
    margin-bottom: -10px;

}

.mainmenu-area #primary-menu > ul > li > a.downloadButton:before {
    border-right: 0;
    border-left: 0;
    border-top: 0;
    -webkit-transition: 0s;
    transition: 0s;
}

.mainmenu-area #primary-menu > ul > li > a:hover:before,
.mainmenu-area #primary-menu > ul > li.active > a:before {
    opacity: 1;
    top: 0;
}

.mainmenu-area #primary-menu ul li.active a,
.mainmenu-area #primary-menu ul li a:hover {
    border-top: 3px solid #ffffff;
}

.mainmenu-area.affix {
    background-color: #34526B;
}


#signup-form {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    z-index: 999;
    background: white;
}

.floating-bar {
    background-color: #526b34;
    min-height: 50px;
    padding: 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999; /* hide behind footer at bottom of page */
display: flex;
    align-items: center;
}

.floating-bar .form-container {
    width: 100%;
/*    background: black;
*/}

.sign-up-div {
    margin: auto;
    max-width: 700px;
    height: 100%;

}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
        margin-bottom: 0px;

}

.form-horizontal .control-label {
    color: #fff;
    padding-top: 5px;
}

#close {
    color: white;
    align-self: flex-start;
    /*float: right;
    display: inline-block;*/
    padding: 2px 5px;
    background: transparent;
    cursor: pointer;
    font-weight: 700;
    /*align-content: flex-end;*/
}

#close:hover {
    /*float: right;
    display: inline-block;*/
    padding: 2px 5px;
    color: black;
}



#home-page {
    padding-top: 80px;
}

.header-area {
    padding-top: 50px;
    padding-bottom: 50px;
}

.overlay {
    position: relative;
}

.overlay:before {
   /* content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;*/
}

.header-text {
    margin-top: 30px;
    text-align: center;
}

.header-text h2 {
    color: #3f3f3f;
    margin-bottom: 20px;
    font-size: 40px;
}

.header-text p {
    color: #333333;
}

.header-text .button {
    /*margin-top: 30px;*/
}

.header-text .cta {
    /*margin-top: 30px;*/
}

.app-gif img {
    width: 100%;
    height: auto;
}

video.demo-video {
    border-radius: 12px;
    width: 100%;
    height: auto;
}

.top-buffer {
    margin-top: 10px;
}


#accordion .panel {
    background: none;
}

#accordion .panel .panel-title {
    padding: 30px 0 30px 60px;
    position: relative;
}

#accordion .panel .panel-collapse {
    padding-left: 60px;
}

#accordion .panel .panel-title a span:after,
#accordion .panel .panel-title a span:before,
#accordion .panel .panel-title a span {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 36px;
    height: 36px;
    background: #34526B;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


#accordion .panel .panel-title a span:before,
#accordion .panel .panel-title a span:after {
    width: 10px;
    height: 1px;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

#accordion .panel .panel-title a span:before {
    -webkit-transform: translate(-50%) rotate(90deg);
    transform: translate(-50%) rotate(90deg)
}

#accordion .panel .panel-title a[aria-expanded="true"] span:before {
    -webkit-transform: translate(-50%) rotate(0deg);
    transform: translate(-50%) rotate(0deg)
}


.single-blog {
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 10px 15px 50px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 15px 50px -10px rgba(0, 0, 0, 0.1);

}

.single-blog h3 {
    font-size: 18px;
}


.single-blog .blog-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}

.single-blog .blog-meta li {
    display: inline-block;
    margin-right: 15px;
}

.single-blog .blog-meta li span {
    margin-right: 5px;
}

.single-blog .blog-content {
    padding: 40px 20px;
    background-color: #ffffff
}


.footer-area {
    padding-top: 40px;
    margin-top: 40px;
    padding-bottom: 50px;
    z-index: 1;
}

.footer-bg {
    z-index: -1;
}

.footer-top {
    margin-bottom: 0px;
}

.footer-top .footerDownload > img {
    width: 50%;
    margin-bottom: 20px;
}

.side-icon-box {
    /*margin-bottom: 30px;*/
    /*position: relative;*/
    /*padding-left: 80px;*/
}

.side-icon-box a {
    color: #ffffff;
}

.side-icon-box .side-icon {
    position: absolute;
    /*position: absolute;
    left: 0;
    top: 0;
    width: 60px;*/
}

.side-icon-box strong {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}

.footer-middle {
    margin-bottom: 30px;
}

.footer-bottom {
    /*border-top: 1px solid rgba(255, 255, 255, 0.2);*/
    padding-top: 10px;
    padding-bottom: 15px;
}

.footer-bottom .legal a {
    margin: 20px;
    color: #fff;
}


.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(66,102,135); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(66,102,135,1) 0%, rgba(52,82,107,1) 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(66,102,135,1) 0%,rgba(52,82,107,1) 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(66,102,135,1) 0%,rgba(52,82,107,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#426687', endColorstr='#34526b',GradientType=0 ); /* IE6-9 */
    z-index: 99999999999;
}

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 9998;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: absolute;
  /*top: 50%;*/
  left: 50%;
  /*max-width: 80vw;*/
  max-height: 40vh;
  /*margin-left: 50%;*/
  margin-top: -20%;

  /*left: 0;
  right: 0;*/
  margin-left: auto;
  margin-right: auto;

  border: 2px solid #FFF;
  /*background: #FFF;*/
  z-index: 9999;
  overflow: visible;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover ~ #boxclose {
  display:none;
}

.test:hover ~ .test2 {
  display: none;
}