
.scbc-logo {
  align-items: center;
  color: #151515;
  display: inline-flex;
  font-size: 38px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  min-height: 48px;
}
.scbc-logo:hover {
  color: #3358d3;
}
.scbc-menu-logo {
  align-items: center;
  display: inline-flex;
  min-height: 48px;
}
.scbc-menu-logo img {
  display: block;
  height: auto;
  max-height: 48px;
  max-width: 178px;
  width: auto;
}
.scbc-logo-light {
  color: #ffffff;
  font-size: 28px;
}
.scbc-header-middle {
  justify-content: flex-start;
}
.main-nav-area > ul > li.active > a,
.main-nav-area > ul > li > a:hover {
  color: #3358d3;
}
.header-main-area .main-nav-area > ul > li.active > a,
.header-main-area .main-nav-area > ul > li > a:hover {
  color: #ffffff;
}
.scbc-home-hero .rts-banner-content-wrappper .subtitle {
  color: #3358d3;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
.scbc-hero-title {
  font-size: 58px !important;
  line-height: 1.12;
  max-width: 1040px;
}
.scbc-hero-title .ext {
  color: #3358d3;
  display: inline;
  font-size: inherit;
  line-height: inherit;
}
.scbc-card-equal {
  height: 100%;
}
.scbc-icon-number .icon {
  align-items: center;
  display: flex;
  justify-content: center;
}
.scbc-icon-number .icon img {
  height: 52px;
  max-width: 52px;
  object-fit: contain;
  width: 52px;
}
.scbc-section-desc {
  max-width: 760px;
}
.scbc-solutions-home {
  background: #f4f7ff;
}
.scbc-project-card .thumb img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.scbc-project-card .body .content .ct {
  display: block;
  line-height: 1.45;
  max-width: 420px;
}
.scbc-trust-line {
  align-items: center;
  display: flex;
  min-height: 60px;
}
.scbc-trust-line .desc {
  color: #111111;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.scbc-prose .desc,
.scbc-prose p {
  line-height: 1.78;
}
.scbc-prose .desc + .desc,
.scbc-prose p + p {
  margin-top: 18px;
}
.scbc-lead {
  color: #5f6673;
  font-size: 18px;
}
.scbc-sidebar .category-list a {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.scbc-solution-detail .thumbnails img,
.rts-service-details-area .thumbnail img {
  max-height: 440px;
  object-fit: cover;
  width: 100%;
}
.scbc-feature-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.scbc-solution-feature {
  margin: 0 !important;
}
.scbc-solution-feature .icon {
  align-items: center;
  background: #3358d3;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  flex: 0 0 60px;
  font-size: 28px;
  height: 60px;
  justify-content: center;
  width: 60px;
}
.scbc-footer {
  margin: 46px auto;
  max-width: 1350px;
  padding: 0 20px;
}
.scbc-footer .copy-menu-area {
  align-items: center;
  display: flex;
  justify-content: center;
}
.scbc-footer .copyright {
  color: #6b7280;
  margin: 0;
  text-align: center;
}
.rts-contact-form-area .contact-form button {
  border: 0;
}
@media (max-width: 1199px) {
  .header-main-area .rts-nav-area {
    display: none;
  }
  .scbc-feature-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .scbc-logo {
    font-size: 30px;
  }
  .scbc-hero-title {
    font-size: 42px !important;
  }
  .scbc-trust-line .desc {
    font-size: 18px;
  }
}

.rts-breadcrumb-area .rts-breadcrumb-content-wrapper .breadcrumb-list li span:not(.circle) {
  color: #ffffff;
  font-size: 16px;
  font-weight: var(--f-bold);
  line-height: 1;
}
.scbc-service-page {
  background: #ffffff;
}
.scbc-solution-list-card {
  display: flex;
  flex-direction: column;
}
.scbc-solution-list-card .blog-meta {
  min-height: 31px;
}
.scbc-solution-list-card .blog-thumb img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.scbc-solution-list-card .desc {
  flex: 1 1 auto;
}
.scbc-solution-feature .icon img {
  height: 34px;
  object-fit: contain;
  width: 34px;
}
.scbc-project-list-page .single-project-item .thumb a {
  display: block;
}
.scbc-project-list-page .single-project-item .thumb img {
  width: 100%;
}
.scbc-project-list-page .single-project-item .body {
  gap: 16px;
}
.scbc-project-list-page .single-project-item .body .content {
  min-width: 0;
}
.scbc-project-list-page .single-project-item .body .content .title {
  font-size: 24px;
  line-height: 1.22;
}
.scbc-project-list-page .single-project-item .body .icon {
  flex: 0 0 60px;
}
.rts-contact-area .contact-wrapper .rts-contact-content-area .contact-info-wrapper .contact-info-item .content span {
  color: #3358d3;
}
