.blurred {
  filter: blur(5px);
}

.home-v3-inverted{
  height: 220px !important
}

.stat-absolute-wrapper {
  width: 40%;
  margin-left: 20px;
}
.stat-absolute-wrapper .position-relative {
  width: 100% !important;
  height: 115px !important;
}

.owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 158px !important;
}

.owl-carousel .brand-logo {
  max-width: 100%;
  max-height: 60px;
  height: 60px;
  width: auto !important ;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
}

@media screen and (max-width: 479px) {
  .mobile-device-section-one {
    display: block !important;
  }
  .mobile-device-section-one h1 {
    text-align: center !important;
  }

  .mobile-device-section-one .home-v3-image-wrapper {
    height: 100%;
    padding-bottom: 0px;
  }

  .mobile-device-section-one #currentImage {
    height: 300px;
    width: auto !important;
    margin-left: 22%;
  }
  .inner-section.home-v3 {
    padding: 0px !important;
  }

  .bg-floating-content.border-radius-32px.home-v3-bg-floating {
    height: 80%;
  }
  .stat-absolute-wrapper {
    width: 100% !important;
    margin-left: 0px;
    position: relative;
    padding-top: 0px !important;
    left: 0px;
  }

  .stat-absolute-wrapper .position-relative {
    width: 100% !important;
    height: 100px !important;
  }

  .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 182px !important;
  }

  .owl-carousel .brand-logo {
    max-width: 100%;
    max-height: 50px;
    height: 50px;
    width: auto !important ;
  } 

  .card.our-service-card._02 .image {
    width: 160px;
    margin: auto;
    margin-bottom: 20px;
  }
  .our-service-grid-3-col---01 .paragraph-large {
    min-height: 150px !important;
  }
  .cta-section {
    margin-top: 20px !important;
  }
  .support-img-parent {
    height: 222px !important;
  }
  .support-img {
    margin-top: 0px;
  }
  .figure.blog-news-0 {
    height: 245px;
  }

  .blog-first-news{
    padding: 10px 20px;
  }
  .blog-first-news .mg-bottom-16px{
    margin-bottom: 5px;
  }

  .blog-first-news h2.display-7{
    font-size: 16px;
    text-align: center;
  }

  .blog-first-news .card-badge .display-4{
    font-size: 16px !important;
    line-height: 16px !important;
  }
  .blog-first-news .date, .blog-btn .date{
    font-size: 16px !important;
    line-height: 16px !important;
  }

  .blog-btn .card-badge .display-4{
    font-size: 16px !important;
    line-height: 16px !important;
  }
}


@media screen and (max-width: 991px) {
  .bg-floating-content.border-radius-32px.home-v3-bg-floating {
      height: 72%;
  }

  .stat-absolute-wrapper {
    width: 100% !important;
    margin-left: 0px;
    position: relative;
    padding-top: 0px !important;
    left: 0px;
  }
}


@media screen and (max-width: 991px) {
  .bg-floating-content.border-radius-32px.home-v3-bg-floating {
      height: 72%;
  }
}

@media screen and (max-width: 479px) {
  .bg-floating-content.border-radius-32px.home-v3-bg-floating {
      height: 80% !important; /* Force this rule to apply */
  }
}

