.bg-pattern-dot {
  position: relative;
  background-color: transparent !important;
}
.bg-pattern-dot:after {
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  /* background-color: blue; */
  position: absolute;
  z-index: -1;
  background: linear-gradient(90deg, #fff 21px, transparent 1%) center, linear-gradient(#fff 21px, transparent 1%) center, #a799cc;
  background-size: 22px 22px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bg-gradient-white {
  background: white;
  background: radial-gradient(circle, white 0%, white 51%, rgba(255, 255, 255, 0) 86%, rgba(255, 255, 255, 0) 100%);
}
.rank-math-breadcrumb a {
  color: var(--primary-color);
  transition-duration: 0.4s;
  transition-property: all;
  font-weight: 700;
}
.rank-math-breadcrumb a:hover {
  color: var(--primary-color);
  opacity: 0.5;
}
.last {
  color: var(--paragraph-color);
  font-weight: 500;
}
/*.jn-project-grid:nth-child(2n) .jn-project-grid-wrapper{
    text-align: right !important;
	order:1;
}

.jn-project-grid:nth-child(2n) .jn-project-grid-image{
    background-color: var(--primary-alt-color);
	order:2;
}*/
.jn-project-grid {
  display: flex !important;
  display: row !important;
  flex-wrap: wrap;
}
@media screen and (min-width: 700px) {
  .jn-project-grid .jn-project-grid-wrapper {
    max-width: calc(100% - 30px);
  }
}
.jn-project-grid:nth-child(2n) .jn-project-grid-image {
  background-color: var(--primary-alt-color);
  order: 2;
}
.jn-project-grid:nth-child(2n) .jn-project-grid-wrapper {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}
.jn-project-grid:nth-child(2n) .jn-project-grid-wrapper h3 {
  width: 100%;
}
