
.btn-primary {
    color: #fff;
    background-color: #5a338e;
    border-color: #3d1276;
}
/*.portfolio-item {
  margin-bottom: 30px;
    border-color: #9879c0!important;
  border: 1px solid rgba(0,0,0,.125);
}*/
.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  min-height: 650px;
}
.absol {
 position: absolute;
    width: 80%;
    bottom: 2px;
}
.bg-light {
    background-color: #f6f9fc !important;
}

.ul { list-style-type: none; }
.ml-2 {
  
    font-size: 1.6rem!important;
}
#mainNav .navbar-collapse .navbar-nav .nav-item .nav-link {
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #ffffff;
    border-bottom: 1px solid #afa3bf8f;
    font-size: 14px;
    line-height: 14px;
    padding: 12px 30px;
    text-transform: uppercase;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #ffffff;
    border-bottom: 1px solid #afa3bf8f;
    padding: 12px 30px;
  
}
.dropdown-toggle::after {
  color: #5a3383;
}
.dropdown-menu.show {
    display: block;
   
}
.u-content-space {
    padding-top: 6.25rem;
    /* padding-bottom: 6.25rem; */
}

.text-faded {
  color: rgba(255, 255, 255, 0.3);
}

.page-section {
  margin-top: 1rem;
  margin-bottom: 5rem;
}

.section-heading {
  text-transform: uppercase;
}

.section-heading .section-heading-upper {
  display: block;
  font-size: 1rem;
  font-weight: 800;
}

.section-heading .section-heading-lower {
  display: block;
  font-size: 2rem;
  font-weight: 100;
}

.bg-faded {
    background-color: rgb(230, 209, 249);
}


.btn-xl {
  font-weight: 700;
  font-size: 0.8rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.intro {
  position: relative;
}

@media (min-width: 992px) {
  .intro .intro-img {
    width: 75%;
    float: right;
  }
  .intro .intro-text {
    left: 0;
    width: 60%;
    margin-top: 3rem;
    position: absolute;
  }
  .intro .intro-text .intro-button {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -2rem;
  }
}

@media (min-width: 1200px) {
  .intro .intro-text {
    width: 45%;
  }
}
.alert-primary {
    color: #0b0c0c;
    background-color: #9879c073;
    border-color: #5a338e;
}
.alert-primary hr {
    border-top-color: #ffffff;
}
.cta {
  padding-top: 2rem;
  padding-bottom: 2rem;
background-color: #007aff1c !important;
}

.cta .cta-inner {
  position: relative;
  padding: 3rem;
  margin: 0.5rem;
  background-color: rgba(255, 255, 255, 0.85);
}

.cta .cta-inner:before {
  border-radius: 0.5rem;
  content: '';
  position: absolute;
  top: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  border: 0.25rem solid rgba(255, 255, 255, 0.85);
}

@media (min-width: 992px) {
  .about-heading .about-heading-img {
    position: relative;
    z-index: 0;
  }
  .about-heading .about-heading-content {
    margin-top: -5rem;
    position: relative;
    z-index: 1;
  }
}