/* Background && Buttons Colors: */
/* Text Colors: */
/* Global Nav */
.fa-theme-ncPurpleToMaroon {
  --fa-primary-opacity: 1.0;
  --fa-secondary-opacity: 1.0;
  --fa-primary-color: #652999;
  --fa-secondary-color: #99295D;
}

.fa-theme-ncMaroonToPurple {
  --fa-primary-opacity: 1.0;
  --fa-secondary-opacity: 1.0;
  --fa-primary-color: #99295D;
  --fa-secondary-color: #652999;
}

.pole .navigation.default li:after {
  background: #652999;
}

.swiper-pagination-bullet-active, .swiper-pagination-bullet {
  background-color: #652999 !important;
}

/* Services (#2) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-49-23674c8e"] */
.slide[data-cid=slide-49-23674c8e] .flex-49 .material-icons {
  margin-bottom: 10px;
  margin-top: 15px;
  font-size: 72px;
}

/* About (#3) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-101-1a3954e2"] */
.slide[data-cid=slide-101-1a3954e2] .social-101:hover {
  opacity: 1 !important;
}

/* Contact (#4) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-155-c65ca2b7"] */
.slide[data-cid=slide-155-c65ca2b7] .box-155 .poster {
  transition: 0.15s;
}
.slide[data-cid=slide-155-c65ca2b7] .box-155:hover {
  opacity: 1;
}
.slide[data-cid=slide-155-c65ca2b7] .box-155:hover .poster {
  opacity: 0.8 !important;
}
@media (min-width: 768px) {
  .slide[data-cid=slide-155-c65ca2b7] .box-155 {
    min-height: 544px;
  }
}
