/* brdcrum css*/
div#breadcrumbs .container {
  padding: 0;
}
.featured-header.bg-parallax {
  background-image: url(https://webdesignzservice.in/project/neospace/wp-content/themes/custom-child/images/inner-page-banner.webp);
  background-size: cover;
  background-position: 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  text-align: center;
}
.bg-overlay-primary:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #21346e;
  margin: 0;
  padding: 0;
  opacity: 0.8;
  z-index: -1;
}
h1.entry-title.main_title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 8px;
}
div#breadcrumbs span a {
  color: #fff;
}
div#breadcrumbs span {
  color: #fff;
}
/*abt css*/
h2.section-heading {
  font-size: 28px;
  color: #000;
  margin-bottom: 14px;
}
h3.column-heading, .single-spty-cntnt h3, .single-spty-cntnt h4 {
  font-size: 20px;
  color: #20346e;
}
.column-content ul, .single-spty-cntnt ul, .blog-sngl-pg .entry-content ul {
  padding: 0;
}
.row.solution-benefit h6 {
  font-weight: 600;
}
.row.solution-benefit ul {
  margin-bottom: 0;
}
.row.solution-benefit {
  margin-bottom: -10px;
}
.row.solution-benefit ul li:last-child {
  margin-bottom: 0;
}
.column-content ul li, .single-spty-cntnt ul li, .blog-sngl-pg .entry-content ul li {
  display: flex;
  margin-bottom: 10px;
  position: relative;
}
.column-content ul li:before, .single-spty-cntnt ul li:before, .blog-sngl-pg .entry-content ul li:before {
  content: "\F26E";
  font-family: bootstrap-icons !important;
  font-weight: var(--fa-style, 900);
  margin-right: 10px;
  font-size: 16px;
  line-height: 26px;
  color: #003298;
}
/* services css*/
.service-thumbnail img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 6px;
}
.service-item {
  height: 100%;
}
.service-content h2 {
  font-size: 24px;
  color: #20346e;
  margin-bottom: 14px;
}
.splty-fom h3 {
  font-size: 20px;
  color: #20346e;
  margin-bottom: 20px;
  text-align: center;
}
input, select, textarea {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #20346e;
  margin-bottom: 20px !important;
}
span.wpcf7-spinner {
  display: none;
}
input.wpcf7-submit {
  background: #20346e;
  border-radius: 30px;
  color: #fff;
  margin-bottom: 0 !important;
}
input.wpcf7-submit:hover {
  background: #fbcc3d;
  border: 1px solid #fbcc3d;
}
/* servic list*/
.service-item {
  transition: all 0.4s;
}
.service-item .serviceIcon {
  background-color: #e7ebf7;
  height: 110px;
  width: 110px;
  text-align: center;
  line-height: 100px;
  border-radius: 50%;
  margin-bottom: 24px;
  transition: all 0.4s;
}
.single-spty-cntnt h2 {
  font-size: 28px;
  color: #000;
  margin-bottom: 14px;
}
.serviceIcon img {
  width: 80px !important;
}
.service-item h2 {
  font-size: 18px;
  color: #20346e;
  font-weight: 600;
}
.service-item h2 a {
  color: #20346e;
}
.redBtn a {
  font-weight: 600;
}
.service-item:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  background-color: var(--primary-color) !important;
}
.service-item:hover a {
  color: #fff !important;
}
.service-item:hover p {
  color: #fff;
}
/* contac us css*/
h2.frm-hdng.mb-4 {
  font-size: 24px;
  color: #20346e;
}
.contact-item p {
  display: flex;
  margin-bottom: 15px;
}
.contact-item p span i {
  color: #20346e;
  margin-right: 10px;
}
.contact-item p a {
  color: #787474;
}
.contact-item {
  margin-bottom: 30px;
}
.post-thumbnail img {
  width: 100%;
  height: auto;
}
h2.card-title {
  font-size: 18px;
  font-weight: 600;
}
.post-thumbnail {
  margin-top: 0 !important;
}
header.card-body {
  padding-bottom: 0;
}
.single .entry-content {
  margin: 0 !important;
}
h2.card-title a {
  color: #20346e;
}
ul.recentposts {
  padding: 10px !important;
}
ul.recentposts li h3 {
  font-size: 22px;
  text-align: center;
  color: #283a73;
}
ul.recentposts li h3:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 2px;
  height: 20px;
  left: -10px;
  top: 4px;
}
ul.recentposts li a {
  color: #333;
}
ul.recentposts li h4 {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
ul.recentposts li {
  padding: 10px;
  display: block;
  border-bottom: 1px solid #d2d3d5;
}
ul.recentposts li:last-child {
  border-bottom: 0;
}
ul.recentposts li:first-child {
  border: 0;
  padding-bottom: 0;
}
h2.entry-title {
  font-size: 24px;
  color: #20346e;
}
footer.entry-meta a.read-more:hover {
  background: #facd29;
  border: 0;
}
.blog-sngl-pg .post-thumbnail img {
  margin-bottom: 20px;
  border-radius: 6px !important;
}
blockquote.wp-block-quote.is-style-small {
  margin-bottom: 0;
  background: #ededed;
  padding: 16px;
  padding-bottom: 1px;
  color: #20346e;
}
.blog-sngl-pg .entry-content h3 {
  font-size: 20px;
  color: #23366f;
}
img.srvc {
  width: 60px;
}
.tg-sectn h5 {
  color: #20346e;
}
ul.list-unstyled.taglst li {
  background: #d6d3d3;
  padding: 8px;
  border-left: 4px solid #f7c638;
  margin-bottom: 20px;
  color: #333;
}
.teg-btn a {
  border: 1px solid #20346e;
  padding: 10px 20px;
  border-radius: 50px;
  color: #20346e;
  text-transform: uppercase;
  text-align: center;
}
.column-image img {
  border-radius: 6px;
}
div#sidebar h3 {
  font-size: 22px;
  text-align: center;
  color: #283a73;
}
div#sidebar {
  position: -webkit-sticky !important;
  position: sticky;
  top: 20px;
  height: fit-content;
}

/* Content box */
.timeline-item .content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
}
/* Alternate positioning (desktop only) */
.timeline-item:nth-child(odd) .content {
  bottom: 80px;
}
.timeline-item:nth-child(even) .content {
  top: 80px;
}
/* Headings */
.timeline-item .content h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #263771;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
/* Paragraphs */
.timeline-item .content p {
  margin: 5px 0 0;
  font-size: 0.9rem;
  color: #25366e;
}
/* === MOBILE FIX === */
@media (max-width: 992px) {
  .sec-heading h2 {
    font-size: 28px !important;
}
}
ul.ful-srvc-cmtnt {
  display: flex;
}
ul.ful-srvc-cmtnt li {
  margin-right: 18px;
}

.logo-slider {
    background: #e9e9e9;
}
.slick-slide img {
    background: #fff;
    margin: 10px 2px;
    padding: 5px;
}
section.form {
    background: #4d80e6;
}
.inIcon {
    width: 60px;
   margin: 0 auto;
    background: #1845a2;
    border-radius: 10px;
    height: 60px;
    text-align: center;
    padding-top: 8px;
}
.it-cnsltncy .inIcon, section.real-busns-impct .inIcon {
    margin: 0;
}
.list-content li {
   margin-bottom: 10px;
}
.partner-icons {
    justify-content: center;
}
.list-content ul {
    padding-left: 0;
    list-style: none;
}
section.featured-header {
    display: none !important;
}