#about .liquid-img-group-container{
  padding-top: 400px;
}

.navbar-brand img{
  width: 180px;
}
.pricing-table-header img{
  width: 70px;
}
.main-footer img{
  width: 100px;
}
.pricing-table-agency .pricing-table-body li{
  padding: 15px 0px;
}

.banner-slider{
  padding: 50px 0px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.banner-carousel img{
  width: 45%;
  margin-bottom: 25px;
}
.banner-carousel .flickity-page-dots{
  bottom: 25px !important;
}
.banner-carousel .flickity-prev-next-button.previous{
  left: 60px !important;
}
.banner-carousel .flickity-prev-next-button.next{
  right: 60px !important;
}
.banner-carousel h2{
  font-size: 24px !important;
  margin-bottom: 0px !important;
  padding: 0px 30px 10px 30px;
}
.banner-carousel p{
  max-width: 400px;
  font-size: 18px !important;
  line-height: 26px;
  font-weight: 400 !important;
}

.carousel-dots-light .flickity-page-dots .dot.is-selected{
  background-color: #fff;
    color: #000;
}
.carousel-dots-light .flickity-page-dots .dot {
  background-color: rgba(0, 0, 0, 0.5);
  color: #000;
}

#use-cases .carousel-item {
  position: relative;
}
#use-cases .flickity-prev-next-button.next {
  right: 30px;
}
#use-cases .flickity-prev-next-button.previous {
  left: 30px;
}

#contact .iconbox h3 {
  display: block;
  margin: 0px;
  padding: 0px;
}

article h2{
  font-size: 24px;
}
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  text-align: left;
}

.inner-banner .main-header-overlay{
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 100%);
}



@media (max-width: 992px){
  .liquid-parallax-bg .btn-txt{
    width: 100%;
    display: block;
    text-align: center;
  }
  #use-cases .carousel-item-inner{
    padding: 50px 20px;
    min-height: 1450px;
  }
  .banner-slider{
    margin-top: 50px;
  }
  
  #articles{
    width: 100%;
    padding:100px 20px 0px 20px;
  }
  .carousel-nav{
    margin-top: 0px !important;
  }
  .carousel-content{
    padding-top: 30px;
  }
  
  .item .image-holder {
    position: static;
    top: 0;
    float: none;
    overflow: hidden;
    width: 100%;
  }
  .text-holder{
    padding-top: 50px;
  }
  #main-banner {
    padding-top: 50px !important; 
  }
  .usecase-kyc-img{
    display: none;
  }
  
  .post-nav .nav-previous {
    padding-left: 30px;
    padding-bottom: 30px;
  }
  .post-nav .nav-next {
    padding-left: 30px;
  }
}
@media (min-width: 1500px){
  .container {
      width: 1440px;
  }
}
@media (min-width: 992px) { 
  .lqd-parallax-images-7 .liquid-img-group-single:first-of-type { 
    position: absolute; 
    top: -150px; 
    right: 0; 
  }
  #use-cases .carousel-item-inner {
    padding: 100px 80px 100px 0;
    min-height: 910px;
  }
  #articles{
    width: 100%;
    padding:100px 0px 0px 0px;
  }

  .post-nav .nav-previous {
    padding-left: 30px;
    padding-bottom: 0px;
  }
  .post-nav .nav-next {
    padding-left: 30px;
  }

  #main-banner {
    padding-top: 100px !important;
  }

  .usecase-kyc-img{
    display: block;
  }

  .vc_row[class*="pt-"] {
    padding-top: 3rem !important;
  }
  .vc_row[class*="pb-"] {
    padding-top: 3rem !important;
  }

  .scroll-filler {
    height: 1vh;
  }
  .item {
    position: relative;
  }
  .item:after {
    content: "";
    display: block;
    height: 100vh;
    margin-bottom: -100vh;
  }
  .item:last-of-type {
    margin-bottom: 0;
  }
  .item:last-of-type:after {
    display: none;
  }
  .item .image-holder {
    position: sticky;
    top: 0;
    float: left;
    overflow: hidden;
    width: 50%;
  }
  .item .image-holder img {
    position: relative;
    width: auto;
  }
  .item .text-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    min-height: 120vh;
    margin-left: 50%;
  }
  
}