

button:disabled,
button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}


.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.titanium-background-image {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.productCardPattern {
  position: relative; 
  top: 0px; 
  height: 400px; 
  width: 100%; 
  border-radius: 10px; 
  background-size: cover;
  background-position: center;
}

.productCardBody {
  position: absolute; 
  top: 0px; 
  height: 400px; 
  width: 100%; 
  border-radius: 10px;
}




.ticker-box {
  padding: 15px 0px 15px 0px; 
  /*border-top: 2px solid #ccc; */
  /*border-bottom: 2px solid #ccc;*/
}


@media screen and (max-width: 992px) {
  .navbar-collapse {
    opacity: 0;
  }

  .navbar-collapse.show {
    opacity: 1;
    transition: all 0.8s;
  }
}

.navbar-collapse {
  transition: all 0.3s;
  /*background-color: #000;*/
}



@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}


@media (max-width: 991px) {
  .footer-left {
    text-align: center;
  }
  .footer-middle {
    text-align: center;
    margin-top: 20px;
  }
  .footer-right {
    text-align: center;
    margin-top: 50px;
  }
  
  #tdTopBarLogo {
    height: 45px;
  }
}


@media (min-width: 992px) {
  .footer-left {
    text-align: left;
  }
  
  .footer-middle {
    text-align: center;
  }
  
  .footer-right {
    text-align: right;
  }
  
  #tdTopBarLogo {
    height: 55px;
  }
  
}


@media (max-width: 799px) {
  .slick-arrow {
    display: none !important;
  }
}


@media (min-width: 800px) {
  .slick-arrow {
    display: block !important;
  }
}


@media (max-width: 767px) {
  
  .noVideoMobileImage {
    display: block;
  }
  
  .fullscreen-bg {
    display: none;
  }
  
  .fullscreen-bg__video {
    display: none;
  }
}

@media (min-width: 768px) {
  .noVideoMobileImage {
    display: none;
  }
}



.whoWeAreImage {
  height: 550px;
}

.ourProductsImage {
  height: 320px;
}

.yourBizYourWayImage {
  height: 450px;
}

.valueCard {
  height: 300px;
}

@media (max-width: 1399px){
  .whoWeAreImage {
    height: 645px;
  }
  
  .ourProductsImage {
    height: 350px;
  }
  
  .yourBizYourWayImage {
    height: 480px;
  }
  
  .valueCard {
    height: 300px;
  }
}


@media (max-width: 1199px){
  .whoWeAreImage {
    height: 700px;
  }
  
  .ourProductsImage {
    height: 380px;
  }
  
  .yourBizYourWayImage {
    height: 580px;
  }
  
  .valueCard {
    height: 350px;
  }
}

@media (max-width: 991px){
  .whoWeAreImage {
    height: 400px;
  }
  
  .ourProductsImage {
    height: 400px;
  }
  
  .yourBizYourWayImage {
    height: 400px;
  }
  
  .valueCard {
    height: 275px;
  }
}




@media (min-width: 768px) {
  .bespokeProcessHorizontal {
    display: block;
  }
  
  .bespokeProcessVertical {
    display: none;
  }
}


@media (max-width: 767px) {
  .valueCard {
    height: 300px;
  }
  
  .bespokeProcessHorizontal {
    display: none;
  }
  
  .bespokeProcessVertical {
    display: block;
  }
}

@media (max-width: 575px) {
  .valueCard {
    height: 275px;
  }
  
}







/* SOFTWARE PAGE */

  /* show desktop view */
  @media (min-width: 992px) {
    #solutionsInfographic {
      display: block;
    }
  
    #solutionsInfographicMobile {
      display: none;
    }
  
    .primarySystem {
      z-index: 20;
      position: absolute;
      width: 170px;
      height: 170px;
      border-radius: 50%;
      background-color: #0081c0;
      display: none;
    }
  
    .primarySystem:hover {
      background-color: #0081c0aa;
      transition-duration: 0.4s;
      cursor: pointer;
    }
  
    .primarySystem .systemName {
      position: absolute;
      width: 170px;
      top: 175px;
      text-align: center;
      font-size: 18px;
      color: #FFF;
    }
    
    .primarySystem .systemIcon {
      position: absolute;
      width: 100%;
      line-height: 170px;
      text-align: center;
      font-size: 80px;
    }
  
    .subSystem {
      z-index: 20;
      position: absolute;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background-color: #EEEEEE;
      display: none;
    }
  
    .subSystem:hover {
      background-color: #EEEEEEaa;
      transition-duration: 0.4s;
      cursor: pointer;
    }
  
    .subSystem .systemName {
      position: absolute;
      width: 130px;
      left: -15px;
      top: 105px;
      text-align: center;
      font-size: 15px;
      color: #FFF;
    }
    
    .subSystem .systemIcon {
      position: absolute;
      width: 100%;
      line-height: 100px;
      text-align: center;
      font-size: 40px;
    }
  
    .brick {
      position: absolute;
      width: 10px;
      height: 30px;
      border: 1px solid #DDD;
    }
  
    .connectingLine {
      position: absolute;
      height: 2px;
      background-color: #DDD;
      display: none;
    }
  
    .connectingBox {
      position: absolute;
      border: 2px solid #DDD;
      display: none;
    }
  }


  
  
  
  /* show mobile view */
  @media (max-width: 991px) {
    #solutionsInfographic {
      display: none;
    }
  
    #solutionsInfographicMobile {
      display: block;
    }
  
    .section-get-started .container {
      height: 860px;
    }
  
    .primarySystem {
      z-index: 20;
      position: absolute;
      height: 125px;
      width: 125px;
      border-radius: 50%;
      background-color: #0081c0;
      display: none;
    }
  
    .primarySystem:hover {
      background-color: #0081c0aa;
      transition-duration: 0.4s;
      cursor: pointer;
    }
  
    .primarySystem .systemName {
      text-align: center;
      font-size: 15px;
      position: absolute;
      top: 63px;
      left: 50%;
      transform: translate(-50%, 0);
      color: #FFF;
      line-height: 18px;
    }
    
    .primarySystem .systemIcon {
      position: absolute;
      width: 100%;
      line-height: 125px;
      text-align: center;
      font-size: 70px;
    }
  
    .subSystem {
      z-index: 20;
      position: absolute;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #EEEEEE;
      display: none;
    }
  
    .subSystem:hover {
      background-color: #EEEEEEaa;
      transition-duration: 0.4s;
      cursor: pointer;
    }
  
    .subSystem .systemName {
      text-align: center;
      font-size: 15px;
      position: absolute;
      top: 63px;
      left: 50%;
      transform: translate(-50%, 0);
      color: #FFF;
      line-height: 18px;
    }
    
    .subSystem .systemIcon {
      position: absolute;
      width: 100%;
      line-height: 60px;
      text-align: center;
      font-size: 25px;
    }
  
    .brick {
      position: absolute;
      width: 10%;
      height: 10px;
      border: 1px solid #DDD;
    }
  
    .connectingLine {
      position: absolute;
      width: 2px;
      background-color: #DDD;
      display: none;
    }
  
    .connectingBox {
      position: absolute;
      border: 2px solid #DDD;
      display: none;
    }
  }


/* SOFTWARE PAGE */



.icon-scroll-white,
.icon-scroll-white:before {
  position: absolute;
  left: 50%;
}

.icon-scroll-white {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  margin-top: -35px;
  box-shadow: inset 0 0 0 3px #fff;
  border-radius: 25px;
}

.icon-scroll-white:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}




.icon-scroll-black,
.icon-scroll-black:before {
  position: absolute;
  left: 50%;
}

.icon-scroll-black {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  margin-top: -35px;
  box-shadow: inset 0 0 0 3px #000;
  border-radius: 25px;
}

.icon-scroll-black:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #000;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}



@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px)
  }
}