.custom-svg-fill-color-tertiary-darken {
  fill: #0272be;
}
.section.section-with-shape-divider.overlay:before {
  z-index: 1;
}

html .overlay-color-tertiary:not(.no-skin):before {
  background-color: #0281d7 !important;
}

html .bg-color-quaternary,
html .bg-quaternary {
  background-color: #f4f9fd !important;
}

.custom-hero-row {
  min-height: calc(100vh - 100px);
}

.custom-element-wrapper.custom-element-1 {
  top: 25%;
  left: 45%;
  width: 300px;
  height: 300px;
}

.custom-element-wrapper.custom-element-1 .custom-element {
  background: transparent;
  border: 3px solid var(--primary);
  opacity: 0.05;
  width: 100%;
  height: 100%;
  border-radius: 25px;
}

.custom-element-wrapper.custom-element-5 .custom-element {
  background: var(--secondary);
  width: 100%;
  height: 100%;
  border-radius: 25px;
}
