/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
body {
  scroll-behavior: smooth !important;
}


.slider-responsive-height {
  min-height: 700px;
}
@media screen and (max-width: 1025px) {
  .heading-block h2,
  .heading-block .h2 {
    font-size: 26px !important;
  }
  .heading-block span {
    font-size: 14px !important;
  }
  #form-getStarted .btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  #form-getStarted {
    margin-top: 100px;
  }
}

.promo-dark {
  border: 0 !important;
  border-radius: 3px;
  position: relative;
  background-color: transparent;
}
.promo-dark::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.75);
  filter: blur(10px);
}
.menu-text-dark .menu-item .menu-link {
  color: #000;
}
.menu-text-dark .menu-item:hover > .menu-link {
  color: var(--cnvs-primary-menu-hover-color);
}
.slider-element {
  background-size: cover;
  background-position: center center;
}
#footer {
  background-color: #0a064d;
}
.is-expanded-menu .sticky-header #header-wrap {
  background: rgba(80, 117, 228, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(80, 117, 228, 0.3);
}
.not-home .menu-link {
  color: #000 !important;
}
