/* Add here all your CSS customizations */
.anchor {
  position: relative;
  bottom: 100px;
}

.video {
  position: relative;
  display: inline-block;
}

.video>.overlay {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.video>.overlay:hover {
  transition: opacity 200ms;
  transition-delay: 100ms;
  opacity: 1;
}

.video>.overlay>div {
  z-index: 999;
}

/* loading */

.sk-cube-grid {
  width: 20%;
  height: 20%;
  margin: 20% auto;
}

.loading-overlay {
  background-color: #1b76bc;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #fff;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}



@keyframes ld-bounce {
  0% {
    animation-timing-function: cubic-bezier(0.138, 0.2541, 0.2177, 0.8747);
    transform: translate(0, 0%) scaleY(1);
  }

  37% {
    animation-timing-function: cubic-bezier(0.7679, 0.1817, 0.8401, 0.7167);
    transform: translate(0, -39.96%) scaleY(1);
  }

  72.2% {
    animation-timing-function: cubic-bezier(0.1045, 0.2026, 0.2224, 0.9608);
    transform: translate(0, 0%) scaleY(1);
  }

  87.2% {
    animation-timing-function: cubic-bezier(0.7463, 0.2314, 0.8159, 0.6941);
    transform: translate(0, 19.85%) scaleY(0.603);
  }

  100% {
    transform: translate(0, 0%) scaleY(1);
  }
}

.ld.ld-bounce {
  animation: ld-bounce 1s infinite linear;
  ;
}

.custom-bg-color-1 {
  background-color: #212529 !important;
}

.custom-background-style-1 {
  /* padding-top: 190px !important; */
  padding-bottom: 0 !important;
  overflow: hidden;
}

.custom-background-style-1:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  /* width: 100%; */
  height: 100%;
  background: url("../img/parallax/overview-parallax.jpg");
  background-size: cover;
  opacity: 0.1;
  z-index: 0;
}

/*
* Owl Carousel
*/
.owl-carousel.custom-background-1 {
	bottom: -15px;
	padding: 31.8% 6.8% 0;
}
.owl-carousel.custom-background-1:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("../img/smartphone.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.owl-carousel.custom-background-1 .owl-stage {
	overflow: hidden;
	max-height: 365px;
}
@media (max-width: 767px) {
	.owl-carousel.custom-left-pos-1 {
		margin-top: 50px !important;
	}
}
@media (min-width: 768px) {
	.owl-carousel.custom-left-pos-1 {
		left: -50px;
		margin-top: 70px !important;
	}
}
@media (min-width: 992px) {
	.owl-carousel.custom-left-pos-1 {
		left: -85px;
		margin-top: -50px !important;
	}
}
.owl-carousel.custom-arrows-style-1 .owl-nav {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
					transform: translate3d(0, 0, 0);
}
.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-prev, .owl-carousel.custom-arrows-style-1 .owl-nav button.owl-next {
	background: transparent !important;
}
.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-prev:before, .owl-carousel.custom-arrows-style-1 .owl-nav button.owl-next:before {
	content: '';
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	-webkit-transform: rotate(-135deg);
					transform: rotate(-135deg);
}
.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-prev:after, .owl-carousel.custom-arrows-style-1 .owl-nav button.owl-next:after {
	content: "";
	display: block;
	height: 60px;
	left: -28px;
	position: absolute;
	top: -13px;
	width: 74px;
	z-index: 0;
}
.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-prev {
	left: -60px;
}
.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-next {
	left: initial;
	right: -60px;
}
.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-next:before {
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
}
.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-next:after {
	left: -20px;
}
.owl-carousel.custom-arrows-style-1 .owl-nav button[class*="owl-"]:hover:active:before, .owl-carousel.custom-arrows-style-1 .owl-nav button[class*="owl-"]:focus:before {
	border-color: #FFF;
}
@media (max-width: 767px) {
	.owl-carousel.custom-arrows-style-1._custom-nav-bottom {
		margin-bottom: 60px;
	}
	.owl-carousel.custom-arrows-style-1._custom-nav-bottom .owl-nav {
		width: 0%;
		top: auto;
		bottom: -10px;
		left: 50%;
		-webkit-transform: translateX(-50%);
						transform: translateX(-50%);
	}
}

/*
* Overview
*/
/* span:not(.custom-as-seen) {
	display: block;
} */
span.custom-as-seen {
	position: relative;
	padding-top: 15px;
	float: left;
	clear: left;
}
span.custom-as-seen:before {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 10px;
	border-top: 2px solid #FFF;
}

/*
* Flowback App
*/
.patent-pending {
  position: absolute; 
  width: 100px; 
  left: 75%;
  top: -40px;
}

@media (min-width: 1200px) {
  
  .patent-pending {
    left: 457px;
  }
}