/**
 *
 * Most general CSS that applies to almost everything.
 *
 */

#page-title {
  background: rgba(0,0,0,0.9) !important;
}

.hero-city {
  background: url('/images/hero.jpg');
  height: 1200px;
  /* width: 100%; */
  height: 1200px;
  background-size: contain;
}

 body{
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7em;
  color: rgba(0, 0, 0, 0.75);;
}

#header-text {
  top: -215px;
  padding-top: 20px !important;
}

#request-demo div.header-login {
    position: absolute;
    margin-left: 90px;
    text-align: right;
    color: white !important;
}

#request-demo a.header-link, #request-demo div.header-login a {
  color: white;
  text-decoration: underline !important;
}

#request-demo a.header-link:hover, #request-demo div.header-login a:hover {
  color: #007ee5;
}

input.nice-control:disabled {
  background: #EEE !important;
}

input.nice-control {
  height: 40px !important;
  border-radius: 3px !important;
  border: 2px solid #ebebeb !important;
  background: #fff;
  padding: 5px 15px !important;
  vertical-align: middle !important;
  color: #515357 !important;
}

.content-wrap form:not(#request-demo) input:focus,.content-wrap form:not(#request-demo) textarea:focus {
  outline: 0 !important;
  border: 2px solid #007ee5 !important;
}

.content-wrap form:not(#request-demo) .dropdown select {
  letter-spacing: 0 !important;
  text-transform: none !important;
  padding: 7px 15px;
  color: #939393 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: #fff !important;
  border: 2px solid #ebebeb !important;
  transition: all .3s !important;
  width: 100% !important;
  height: 40px !important;
  margin: 0 !important;
  text-align: left !important;
  padding-right: 46px !important;
}

.content-wrap form:not(#request-demo) .dropdown::after {
position: absolute !important;
content: "" !important;
pointer-events: none !important;
right: 15px !important;
top: 0 !important;
bottom: 0 !important;
width: 32px !important;
height: 100% !important;
background-size: 16px 16px !important;
background-position: 50% 50% !important;
background-repeat: no-repeat !important;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAgCAYAAAB3j6rJAAACkklEQVRYCe2US2hTQRSGe9P4SJpNFRJ3BnWp4ibiQoX4AAuKtBgV6hMRyVMSUBCCpIJugkElDywWuilIuxGtiCLahW7EhRujq+6kZCMSS6N53Os3EMtkTMo1ahdyB4Y558x//vPfMzO3p8caVgesDlgd+F87kMvlzmcymTX/6vtSqdTKfD6/S+W3yQFEXLTZbKMOh+MJtkve+xt2IBDo9Xg8E5qmvSwUCsdlzhYh1Wp10jCMWQDbAT9E/WoZ/Ke23++/C8cRanzVdf2jzNciJB6Pz7G5nzmHEL/b7Z5EjF1O6NbmOG7CeY78hUajcTAcDr+TuVqEiI1QKDQLUIj5TOIhWjmOrTG7Hoi4ClcCgipzKBqNvlbJfhEiAJFI5H2tVhughfO4w5xnVk006yMiiogRuHTmiWAw+LRdblshAhiLxd5AcJjk77ghCG+0I1gqRs5pOG43MRfo9lQnfEchIgH1L7hUxxBTh/AKL+lyJyI1ns1mB8kZI67BcQkR91SM7Js6ewSc4lmPC1JEiS8blUlUm07sIzaNkFWs1/mgpIpRfVNCRFLzrO8gRKfAMOT3VbImbgfrczB9Ig1cuB1OjZkWIhIRI27/CGYNQYN05rFMyP5W/Bkw/awTiDjJasiYTvaSd0RNovA1BNwivoI5xT3Y/RPD8W1CwDMhAsyjUql0hj1TIgTHb3VEJDA0vnyMgmcpWMbfU6/XS3a7/RWx9fgziBjgR/hNgM2OXrNAGed0Oqe9Xu9mCm9jDnGRj7JuBPO2XC4fSCaTCzLejN2VkGKxaPh8vgcul0tczC2IWEt3PvBM9yYSiS9mCquYbo5mkSOdTvcxxAtZV6lUdiLi0+Lmchvcl37mhuWua9WzOmB14AdeGe1QRaY2VQAAAABJRU5ErkJggg==") !important;
}

.content-wrap form:not(#request-demo) textarea {
  width: 100%;
min-height: 120px;
}
.content-wrap form:not(#request-demo) input,.content-wrap form:not(#request-demo) textarea {
height: 40px;
border-radius: 3px;
border: 2px solid #ebebeb;
background: #fff;
padding: 5px 15px;
vertical-align: middle;
color: #515357;
font-size: 16px;
}



  #header-text .title {
    font-size: 6rem !important;
    letter-spacing: -2px !important;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0.5) !important;
    padding-bottom: 1rem !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
  }

  .auth-login p {
    color: #afafaf;
    font-size: 13px;
  }

  .subtitle {
    color: white !important;
    font-size: 2rem;
    /* letter-spacing: -2px; */
    /*text-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);*/
    /* padding-bottom: 1rem; */
    font-weight: 400;
    /* padding-bottom: 10%;*/
  }

  #header-text .subtitle {
    margin-bottom: 3px;
    color: white !important;
    font-size: 2.3rem;
    /* letter-spacing: -2px; */
    /*text-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);*/
    /* padding-bottom: 1rem; */
    font-weight: 500;
    /* padding-bottom: 0; */
  }

  .dark-bg {
    background: #414141;
  }

  .video-overlay {
    /* margin-top: -20px; */
    background: rgba(39, 39, 39, 0.7)  repeat;
  }

  label {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    letter-spacing: 0;
  }

  /* top contact bar */
  .piinpoint-top-bar-wrapper {
    display: inline-block;
    line-height: 70px;
    width: 100%;
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    background-color: #f5f5f5;
  }

  .piinpoint-top-bar {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }

  .piinpoint-top-bar div {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    overflow: visible;
    white-space: nowrap;
    font-size: 0.9em;
    color: #A5A5A5;
  }

  .piinpoint-top-bar a:hover {
   color: #007ee5;
   border-bottom: 1px solid #007ee5;
 }

 .linkedin-top i {
  padding: 12px;
}

.linkedin-top a:hover {
  border-bottom: none;
}

/* sticky navbar */
/*.fixed {*/
  /*position: fixed;*/
  /*top: 0;*/
  /*left: 0;*/
  /*width: 100%;*/
  /*}*/

  /* main banner */
  #main-image {
    padding: 0;
    margin: 60px 0 0 0;
  }
  .banner{
    height:730px;
    padding-top: 200px;
    margin-top: -200px;
    color: #6b675d;
    background: url(/images/homepage/bgcombined5.jpg) no-repeat center;
    /* features/new_map */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  #request-demo h1, #request-demo h2 {
    color: #737373;
    font-weight: 300;
  }

  #request-demo h4 {
    font-weight: 500;
    margin: 2.25rem .25rem .4rem .25rem;
    font-size: 1.8rem;
    padding: 10px;
    line-height: 1.5rem;
    color: #DDD;
  }

@media only screen and (max-width: 479px) {
    #header-text {
        top: -75px;
    }
}
  @media all and (max-width: 994px) {

    .demo-subtext {display: none}
    .hero-city {
        background-size: cover;
    }
  }

  .lighter-bg {
    background: rgba(255, 255, 255, 0.2) !important;
  }

  #request-demo {
    width: 100% !important;
  }

  #request-demo .landing-form {
    margin: 0 auto;
    display: block;
    background: #3d4b5b;
    padding: 0rem 1.3rem;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    width: 100%;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem;
    background: rgba(0,0,0,0.5);
  }

  #request-demo .landing-form input {
    padding: 0.75rem 1.25rem;
    background: white;
    border: 0;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    margin: .5rem .45rem;
    color: #555459;
    font-weight: 600;
    font-size: 2.1rem;
    vertical-align: bottom;
    height: 40px;
    /*width: 100%;*/
  }

  .logos img{
    opacity: 0.4;
    margin: 0 25px 0 25px;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    width: 174px !important;
  }

  .logos img:hover{
    opacity: 0.8;
  }

  #primary-menu ul li a:hover {
    background: rgba(144, 144, 144, 0.36);
  }

  #main-image h1 {
    font-size: 45px;
    line-height: 50px;
  }

  #main-image h1, h2, h3, h4, h5, h6 {
    color: rgba(23, 23, 23, 0.85);
  }

  #request-demo h2 {
        font-size: 36px;
  }

  #header.sticky-header #primary-menu.sub-title > ul > li > a.demo {
    background: #007ee5;
    color: #FFF;
  }

  #footer.dark {
    border-top-color: rgba(0,0,0,0);
  }

  .button.button-full {
    padding: 15px 0;
  }

  .demo {
    background: #007ee5;
    color: #FFF
  }


.question-title {
  margin-bottom: 0;
  font-size: 30px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
  }

.heading-block h3 {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #777;
    font-size: 20px;
    text-transform: inherit;
}

.landing-form h2 {
    font-size: 2rem !important;
    font-weight: 400 !important;
}

.button-triplebyte {
    -webkit-font-smoothing: antialiased !important;
    color: #FFF !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 1em !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    padding: 0.75em 1em !important;
    text-decoration: none !important;
    user-select: none !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
    text-rendering: optimizelegibility !important;
    box-shadow: 0 -1px 0 0 #2C5999 inset,0 3px 1px 0 rgba(21, 43, 73, 0.1) !important;
    border-radius: 3px !important;
    border: 1px solid #477DCA !important;
    -webkit-transition: all 0.09s linear !important;
    -moz-transition: all 0.09s linear !important;
    transition: all 0.09s linear !important;
    outline: none !important;
}

.button-2fa {
    box-shadow: 0 -1px 0 0 #479434 inset,0 3px 1px 0 rgba(71, 148, 52, 0.1) !important;
    border: 1px solid #50A73A !important;
}

.button-pwa {
  background-color: #333 !important;
}

.pwa-section {
  padding-top: 10% !important;
}

.feature i {
    display: block;
    float: left;
    box-sizing: border-box;
    width: 20px;
    height: 15px;
    color: #439FE0;
    margin-top: 6px;
}

.feature h3 {
    margin-left: 26px;
    margin-bottom: 2px;
}

.feature p {
    opacity: .75;
}
.feature h3, .feature p {
    margin: 0 1rem 0 0;
    font-size: 2rem;
    line-height: 26px;
}

#customer-tabs.nav-tabs {
    border-bottom: 0;
}

#customer-tabs.nav > li {
    padding: 0;
    text-align: center;
}
#customer-tabs.nav > li h3 {
    font-size: 3rem;
    padding-top: 66px;
    opacity: 1;
    color: white;
    font-weight: 600;
    text-shadow: black 17px;
    box-shadow: 3px;
    text-shadow: 0px 0px 20px #000;
}

#customer-tabs.nav > li.active a {
    /* background: #e4e1e1; */
    border-top: 0;
    border-right: 0;
    border-left: 0;
    /* border-bottom: 5px #F5F5F5; */
}

#customer-tabs-content {
    border: 0;
    padding: 35px 0px 35px 30px;
    margin-top: -1px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.customer-image {
    height: 200px !important;
    background-size: cover !important;
    cursor: pointer !important;
    opacity: 0.6;
}
.customer-image.active {
    opacity: 1;
}
.video-wrap {
    top: 0px !important;
}
.image_fade {
    max-height: 200px;
    max-width: 200px;
    display: block;
margin-left: auto;
margin-right: auto;
}

#customer-tabs { list-style:none; }
#customer-tabs:after { content:"";display:table;clear:both; }
#customer-tabs li { float: left;}


li.customer-image.active {
    text-align: center;
    position: relative;
}

li.customer-image.active::after {
    content: ' ';
    width: 100%;
    height: 0;
    display: block;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid transparent;
    border-bottom: 10px solid #048BDD;
    position: relative;
    left: 0;
    transform: rotate(180deg);
    top: 59px;
}

.carousel-inner img {
    max-height: 700px;
    opacity: 0.8;
}



#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
    height: 125px;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom .carousel-outer {
    position: relative;
}


.item .text-block {
    display: none;
}

.item.active .text-block {
    display: inline;
    color: #000;
    padding: 28% 0;

    text-align: center;
    /* text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.85); */ position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background: rgba(105, 105, 105, 0.1);
    /* opacity: 0.4; */
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.item.active .text-block span {
    font-size: 4.5rem;
   
    background-color: rgba(0, 0, 0, 0.77);
    color: white;
    padding: 10px;
}



.contact_us {
    font-family: 'Open Sans';
    font-size: 32px;
}

.min_medium_section {
  min-height: 600px;
}

.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader {
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #007ee5;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #007ee5;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #007ee5;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #007ee5;
    height: 5em;
  }
}

.padding-md {
  padding-bottom: 1%;
  padding-top: 1%;
  padding-right: 4%;
  padding-left: 4%;
}

.padding-sm {
  padding-bottom: 1%;
  padding-top: 1%;
  padding-right: 3%;
  padding-left: 3%;
}