/* blog */
#blog-resource {
  padding: 50px 0;
  background-color: #f9f9f9;
}
.banner-overlay {
  background-color: rgba(46, 46, 46, 0.6); /* Use RGBA for transparency */
  padding: 40px 0; /* Add spacing for better layout */
}
.blog-img {
  height: 210px;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

.blog-cont {
  background-color: #fff;
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
}

.blog-txt {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #000;
}

/* testmonial */
.client-testimonial {
  padding: 10px 90px;
  font-weight: 500;
  color: #000;
}

.text-black {
  color: #000 !important;
}
.font-10 {
  font-size: 10px !important;
}
.font-12 {
  font-size: 12px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-weight-600 {
  font-weight: 600;
}

section {
  padding: 50px 0 !important;
}

.default_btn {
  background-color: #2250fc;
  border-radius: 15px;
  border: none;
  font-weight: 600;
  padding: 10px 18px;
  font-size: 14px !important;
}

#show_demo,
#show_demo1,
.default_btn {
  border: 1px solid #2250fc;
  background-color: #fff;
  color: #2250fc;
  /* padding: 12px 18px; */
  font-size: 14px !important;
  font-weight: bold;
}

#show_demo:hover,
#show_demo1:hover {
  background: #007bff1a;
  border-color: #007bff1a;
  transition: 0.8s;
}

@media screen and (max-width: 1024px) {
  .top-bar {
    display: none !important;
  }
}
