.is-post .featured-post-body .featured-post-title .title-meta {
  margin-left: 0 !important;
}

.grad-title {
  background-image: linear-gradient(to right, #26c1fc, #de549d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-img {
  width: 50% !important;
}

a.navbar-item {
  font-size: 1rem !important;
}

@media (max-width: 768px) {
  .main-img {
    width: 60% !important;
  }
  .hero-body .is-header-caption {
    padding: 0 0;
  }
}


@media (max-width: 768px) {
  .testimonials .testimonial-item,
  .demo .testimonial-item {
    margin: 40px 20px;
  }
}

.testimonial-content {
  min-height: 180px;
}

.contact-page-form {
  max-width: 100%;
}

.terms-conditions ul li {
  list-style-type: initial;
  margin-left: 2.5em;
  margin-bottom: 0.75rem;
  color: #8e9baf;
}

.terms-conditions h3.text-bold {
  margin-bottom: 0.75rem;
}

.terms-conditions h5.text-bold {
  margin-bottom: 0.75rem;
}

.terms-conditions p {
  margin-bottom: 1rem;
}

.blog-section ol {
  list-style-type: revert;
}

#main-hero .image {
  display: flex;
  justify-content: center;
  justify-items: center;
}

.custom-navbar-item {
  gap: 0.5rem;
}

.custom-navbar-item .title {
  font-size: 1.4rem;
}

footer.footer-light-left .level-item .icon {
  filter: grayscale(100);
}

footer.footer-light-left .level-item .icon:hover {
  filter: none;
}

@media (max-width: 768px) {
  footer.footer-light-left .level-item .icon {
    filter: none;
  }
}

.process-block .process-info .motto {
  font-size: 1.2rem;
}

.buttons--download-app {
  gap: 1rem;
}

.navbar-wrapper .navbar-item:hover {
  text-decoration: none;
}

.hero-body .is-subheader-caption.has-search .subtitle {
  margin-bottom: 1.75rem;
}

.main-post .post-content {
  padding: 20px 0;
}

.navbar-wrapper .navbar-item {
  color: #142b43;
  font-weight: bold;
}

.single-comments
  .comments-list
  .media
  .media-content
  .content
  .controls
  .reply {
  margin-left: 0;
}

.single-comments
  .comments-list
  .media
  .media-content
  .content
  .controls
  #blogReplyCommentForm {
  border-left: 1px solid;
  border-color: #e4e7ea;
  padding: 12px 0 12px 12px;
}

.is-post .featured-post-body .featured-post-title .title-meta .post-title {
  line-height: 1.4;
}

.hero-body .is-subheader-caption .search-area {
  max-width: unset;
  margin: auto;
  margin-bottom: 1.5rem;
}

.hero-body .is-subheader-caption .category-area {
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.hero-body .is-subheader-caption .category-area .button-category {
  font-size: 0.75rem;
}

.rounded-team-member .avatar-wrap {
  height: 150px;
  width: 150px;
}
.featured-post-image {
  min-height: 200px;
}
.featured-post-body iframe {
  width: 100%;
}

@media (max-width: 768px) {
  .footer .custom-navbar-item {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

.hero-body .is-subheader-caption {
  padding-bottom: 10px;
}

.hero-body {
  padding: 1rem 1rem;
}
.block-category-project .container a.button-category {
  margin-bottom: 5px !important;
  margin-left: 5px !important;
  padding: 11px 20px !important;
}

.block-category-project .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section {
  padding: 1.5rem 1rem;
}
.block-team img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info-block {
  margin: 10px 0px;
  width: 100%;
  max-width: unset;
}

.blog-sidebar {
  height: 100%;
}

.blog-sidebar-post:hover {
  text-decoration: none;
}
.blog-sidebar-post .post-content h3 {
  font-size: 1rem !important;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.ads-container-title {
  background-color: #ccc;
  color: #666;
  width: 100%;
  text-align: center;
  font-size: 12px;
  float: left;
  height: fit-content;
}
.ads-container {
  min-height: 300px !important;
  padding-bottom: 50px !important;
}
