body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", calibri}
html {  
  scroll-behavior: smooth;
}
body, html {
  height: 100%;
  line-height: 1.8;
}

body {
  margin: 0px;
  background-color: #151623eb;
}

/* Full height image header */
/*#home {*/
#home {

    background-image: url('img/digitaltransformation.jpg');
    background-size: 100% 100%;
    background-attachment: fixed;

  /*background-position: center;
  background-size: cover;
  background-image: linear-gradient(to left, transparent, rgba(52,52,52, 0.3) 0%), ;*/
  /*height: 100vh;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

#home .text-center {
  padding: 32vh 0px;
}

.button {
  padding: 22px 15px 22px 15px;
}

.bar {
  width: 100%;
  overflow: hidden
}

.center .bar {
  display: inline-block;
  width: auto
}

/*.bar .bar-item {
  padding: 11px 16px;
  float: left;
  width: auto;
  border: none;
  display: block;
  outline: 0
}*/

.bar .dropdown-hover,
.bar .dropdown-click {
  position: static;
  float: left
}

.bar .button {
  white-space: normal;
  color: white;
  font-size: 24px;
}

.bg-white,
.bg-hover-white:hover {
  color: #fff !important;
  background-color: #151623eb !important
}

.card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.button:hover {
  color: #000!important;
  background-color: #ccc!important
}

.wide {
  letter-spacing: -1px;
  font-weight: bold;
  font-size: 24px !important;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 75px;
  color: white;
  text-decoration: none;
}
.wide h4 {
  margin: 0px;
  line-height: 0.8;
}
.top-fixed .hide-small {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 75px;
}
.top-fixed .hide-small a {
  color: white;
  font-size: 14px;
  padding: 6px;
  text-decoration: none;
}
#whoweare {
  /*background-color: #151623eb;*/
  /*height: 100vh;*/
  /*width: 100vw;*/
  padding: 0px;
}
.whoweare-content {
  padding-top: 80px;
  padding-bottom: 50px;  
}
.sidebar {
  height: 100%;
  width: 200px;
  background-color: #fff;
  position: fixed!important;
  z-index: 1;
  overflow: auto;
  z-index: 20;
  top: 87px;
}

.bar-block .dropdown-hover,
.bar-block .dropdown-click {
  width: 100%
}

.bar-block .dropdown-hover .dropdown-content,
.bar-block .dropdown-click .dropdown-content {
  min-width: 100%
}

.bar-block .dropdown-hover .button,
.bar-block .dropdown-click .button {
  width: 100%;
  text-align: left;
  padding: 8px 16px
}

.bar-block .bar-item {
  width: 100%;
  display: block;
  padding: 8px 16px;
  text-align: left;
  border: none;
  white-space: normal;
  float: none;
  outline: 0;
  color: white;
  font-weight: bold;
  font-size: 16px;
}

.bar-block.center .bar-item {
  text-align: center
}

.text-center {
  text-align: center;
}

.animate-left {
  position: relative;
  animation: animateleft 0.4s
}

.large {
  font-size: 18px!important
}

.padding-16 {
  padding-top: 16px!important;
  padding-bottom: 16px!important
}

.grayscale-min {
  filter: grayscale(50%)
}

.text-white {
  color: #fff!important
}

.jumbo {
  font-size: 64px;
}

.xxlarge {
  font-size: 36px!important
}

.padding-large {
  padding: 12px 24px!important
}

.margin-top {
  margin-top: 16px!important
}

.opacity,
.hover-opacity:hover {
  opacity: 0.60
}

.hover-opacity-off:hover {
  opacity: 1
}

.temp-container {
  padding: 0.01em 16px;
  color: white;
}

.quarter {
  float: left;
  width: 100%
}

.margin-bottom {
  margin-bottom: 16px!important
}

.light-grey {
  color: #000!important;
  background: #314755;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #26a0da, #314755);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #26a0da, #314755);
  /* scsC, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.margin-right {
  margin-right: 16px!important
}

.input {
  padding: 8px;
  display: block;
  border: none;
  border-bottom: 1px solid #ccc;
  width: 100%
}

.border {
  border: 1px solid #ccc!important
}

.black {
  color: #fff!important;
  background: #232526;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #414345, #232526);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #414345, #232526);
  /* scsC, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.padding-64 {
  padding-top: 64px!important;
  padding-bottom: 64px!important
}

.xlarge {
  font-size: 24px!important
}

.section {
  margin-top: 16px!important;
  margin-bottom: 16px!important
}

.hover-text-green:hover {
  color: #4CAF50!important
}

a:hover {
  text-decoration: none;
}

@media (min-width:993px) {
  .hide-large {
    display: none!important
  }
}

@media (max-width:992px) and (min-width:601px) {
  .hide-medium {
    display: none!important
  }
}

@media (max-width:600px) {
  .hide-small {
    display: none!important
  }
}

@media (max-width:992px) and (min-width:601px) {
  .hide-medium {
    display: none!important
  }
}

.black {
  color: #fff!important;
  background: #232526;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #414345, #232526);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #414345, #232526);
  /* scsC, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

@media (min-width:993px) {
  .hide-large {
    display: none!important
  }
}

@media (max-width:992px) and (min-width:601px) {
  .hide-medium {
    display: none!important
  }
}

@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1)
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55)
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1)
  }
}
.waveWrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.waveWrapperInner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  bottom: -1px;
  background-image: linear-gradient(to top, #00efef 20%, #27273cb8 98%);
  /*background-image: linear-gradient(to top, #4c4f52 20%, #27273c57 99%);*/
}
.bgTop {
  z-index: 15;
  opacity: 0.5;
}
.bgMiddle {
  z-index: 10;
  opacity: 0.75;
}
.bgBottom {
  z-index: 5;
}
.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}
.waveTop {
  background-size: 50% 100px;
}
.waveAnimation .waveTop {
  animation: move-wave 3s;
  -webkit-animation: move-wave 3s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.waveMiddle {
  background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
  animation: move_wave 10s linear infinite;
}
.waveBottom {
  background-size: 50% 100px;
}
.waveAnimation .waveBottom {
  animation: move_wave 15s linear infinite;
}

.top-fixed {
  position: fixed;
  width: 100%;
  z-index: 20;
  top: 0
}

#product img {
  
  /* #1 */
  border: 5px solid hsl(0, 0%, 40%);
  
  /* #2 */
  padding: 5px;
  background: hsl(0, 0%, 20%);
  
  /* #3 */
  outline: 5px solid hsl(0, 0%, 60%);
  
  /* #4 AND INFINITY!!! (CSS3 only) */
  box-shadow:
      0 0 0 10px hsl(0, 0%, 80%),
      0 0 0 15px hsl(0, 0%, 90%);

  margin: 50px 0px;

}
 p {
  color: white;
}
h3 {
   color:white;	
}	

.row {
  padding: 0px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
  height: 100%;
  width: 100%;
}
.whatwedo-content div {
  margin-top: 30px;
}
.whatwedo-content {
  padding-top: 80px; 
}
#whatwedo .slide-show {
  padding-top: 30px;
}
#ourtechnology {
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}
#ourtechnology div:first-child {
  padding-top: 80px;
  padding-bottom: 50px;
}
#ourtechnology div:last-child {  
  background-position: center;
  background-size: cover;
  background-image: linear-gradient(to left, transparent, rgba(52,52,52, 0.3) 0%), url('img/slide4.jpg');
}
.mt-30 {
  margin-top: 30px;
}
#clients {
  padding-top: 80px;
  padding-bottom: 50px;
}
#clients table {
  margin: auto;
  margin-top: 30px;
}
#clients table td {
  padding: 15px;
}
#predict {
  height: 500px;
  background-position: center;
  background-size: cover;
  background-image: linear-gradient(to left, transparent, rgba(52,52,52, 0.3) 0%), url('img/quota.jpg');
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#contactus {
  padding-top: 90px;
  padding-left: 100px;
  padding-right: 100px;
}
#contactus .col-md-6:first-child div {
  margin-top: 30px;
}
footer p {
  margin-top: 50px;
  margin-bottom: 50px;
}
input, textarea {
  width: 100%;
  /* background-color: transparent; */
  border: none;
  border-bottom: 2px solid #bfbaba;
  padding: 10px;
  padding-top: 15px;
  /*color: #bfbaba;*/
  color: black;
  margin: 5px;
  font-weight: bold;
}
input:focus-visible, textarea:focus-visible {
  outline: none;
}
::placeholder {
  /*color: #bfbaba;*/
  color: black;
}
button {
  width: 100%;
  background-color: transparent;
  /* color: black; */
  padding: 7px;
  margin-top: 15px;
  border: 1px solid;
  border-radius: 10px;
}
#chat {
  position: fixed;
  right: 50px;
  bottom: 50px;   
  padding: 10px 30px;
  background-color: #151623eb;
  /*box-shadow: 0 6px 10px 0 #666;*/
  border: 2px solid black;
  border-radius: 10px;
  color: white;
  text-align: center;
  transition: all 0.1s ease-in-out;
}

#chat:hover {
   /*box-shadow: 0 6px 14px 0 #666;*/
   transform: scale(1.05);
}
#mySidebar {
  display: none;
}
#predict h2, #home h1 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .wide {
    margin-left: 15px;
  }
  #ourtechnology {
    flex-direction: column;
  }
  #ourtechnology div:last-child {
    height: 300px;
  }
  .whoweare-content,.whatwedo-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  #ourtechnology,#contactus {
    padding-left: 15px;
    padding-right: 15px;
  }
  #clients {
    text-align: center;
  }
  .jumbo {
    font-size: 50px;
  }
  .top-fixed .hide-small {
    padding-right: 15px;
  }
  #ourtechnology div:first-child {
    margin: auto;
  }
}
