:root {
    --bb-violet: #731953;
    --bb-yellow: #fec94d;
    --bb-orange: #f26842;
    --bb-red: #cf4a48;
    --bb-blue: #33c1e7;
    --bb-blue-lighter: #7BD3EC;
    --bb-blue-darker: #365E69;
    --bb-turquoise: #19a99e;
    --bb-turquoise-lighter: #6EF5EA;
    --bb-turquoise-darker: #52B7AE;
    --bb-turquoise-high-opacity: rgba(25, 169, 158, .6);
    --bb-green: #127b58;
    --bb-green-lighter: #5ED0AA;
    --bb-green-darker: #20473A;
    --sp-peach: #f0a094;
    --sp-yellow: #f7ce4c;
    --sp-blue: #2079c3;
    --sp-green: #40c6b4;
    --sp-dark-green: #326c81;
    --sp-dark-grey: #0d2837;
}

body {
    background-color: #f5f5f5;
}

.md-tabs .nav-item.show .nav-link {
    background-color: transparent;
    color: #fff;
}

.active-cyan-4 input[type=text]:focus:not([readonly]) {
    border: 1px solid #4dd0e1;
    box-shadow: 0 0 0 1px #4dd0e1;
}

.active-cyan-3 input[type=text] {
    border: 1px solid #4dd0e1;
    box-shadow: 0 0 0 1px #4dd0e1;
}

.bb-yellow {
    background-color: #fec94d;
}

.bb-color-yellow {
    color: #fec94d;
}

.bg-bb-yellow {
    background: #fec94d !important;
}

.bb-orange {
    background-color: #f26842;
}

.bb-color-orange {
    color: #f26842;
}

.bg-bb-orange {
    background: #f26842 !important;
}

.bb-red {
    background-color: #cf4a48;
}

.bb-color-red {
    color: #cf4a48;
}

.bg-bb-red {
    background: #cf4a48 !important;
}

.bb-blue {
    background-color: #33c1e7;
}

.bb-blue-lighter {
    background-color: #7BD3EC;
}

.bb-blue-darker {
    background-color: #365E69;
}

.bb-color-blue-darker {
    color: #365E69;
}

.bb-color-blue {
    color: #33c1e7;
}

.bg-bb-blue {
    background: #33c1e7 !important;
}

.bb-turquoise {
    background-color: #19a99e;
}

.bb-turquoise-lighter {
    background-color: #6EF5EA;
}

.bb-turquoise-darker {
    background-color: #52B7AE;
}

.bb-turquoise-o6 {
    background-color: rgba(25, 169, 158, .6);
}

.bb-color-turquoise {
    color: #19a99e;
}

.bg-bb-turquoise {
    background: #19a99e !important;
}

.bb-green {
    background-color: #127b58;
}

.bb-green-lighter {
    background-color: #5ED0AA;
}

.bb-green-darker {
    background-color: #20473A;
}

.bb-color-green {
    color: #127b58;
}

.bg-bb-green {
    background: #127b58 !important;
}

.bb-violet {
    background-color: #731953;
}

.bb-color-violet {
    color: #731953;
}

.bg-bb-violet {
    background: #731953 !important;
}

.bb-green-shade-1 {
    background-color: #bae5e2;
}

.bb-green-shade-2 {
    background-color: #8cd4ce;
}

.bb-green-shade-3 {
    background-color: #5ec3bb;
}

.bb-green-shade-4 {
    background-color: #19a99e;
}

.bb-green-shade-5 {
    background-color: #298868;
}

.bb-green-shade-6 {
    background-color: #54a086;
}

.bb-tabs .nav li a.active {
    color: #19a99e;
}

.bb-tabs .nav li a {
    color: rgba(25, 169, 158, .6);
}

.bb-caption {
    background: rgba(0, 0, 0, .4);
    color: white;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 60%;
}

.bb-border-violet {
    border-color: #731953 !important;
}

.bb-border-yellow {
    border-color: #fec94d !important;
}

.bb-border-orange {
    border-color: #f26842 !important;
}

.bb-border-red {
    border-color: #cf4a48 !important;
}

.bb-border-blue {
    border-color: #33c1e7 !important;
}

.bb-border-turquoise {
    border-color: #19a99e !important;
}

.bb-border-green {
    border-color: #127b58 !important;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown .dropdown-menu.dropdown-primary .dropdown-item:hover {
    background-color: #f26842 !important;
}

.nav-item {
    color: black;
}

.shadow-none {
    text-shadow: unset;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: unset;
}

.jarallax {
    min-height: 400px;
}

.carousel .carousel-control-next-icon, .carousel .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}

.pills-secondary .nav-link.active, .pills-secondary .show > .nav-link, .tabs-secondary {
    background-color: #19a99e !important;
}


.testimonial-quote {
    font-size: 16px;
}

.testimonial-quote blockquote {
    /* Negate theme styles */
    border: 0;
    margin: 0;
    padding: 0;
    background: none;
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.4 !important;
    margin: 0;
    position: relative;
    text-shadow: 0 1px white;
    z-index: 600;
}

.testimonial-quote blockquote * {
    box-sizing: border-box;
}

.testimonial-quote blockquote p {
    line-height: 1.4 !important;
}

.testimonial-quote blockquote p:first-child:before {
    content: '\201C';
    color: #ffffff;
    font-size: 7.5em;
    font-weight: 700;
    opacity: .3;
    position: absolute;
    top: -.4em;
    left: -.2em;
    text-shadow: none;
    z-index: -300;
}

.testimonial-quote img {
    border: 3px solid #9CC1D3;
    border-radius: 50%;
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    top: -.2em;
    left: 0;
}

.testimonial-quote cite {
    color: gray;
    display: block;
    font-size: .8em;
}

.testimonial-quote cite span {
    color: #5e5e5e;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 1px white;
}

.testimonial-quote {
    position: relative;
}

.testimonial-quote .quote-container {
    padding-left: 160px;
}

.testimonial-quote.right .quote-container {
    padding-left: 0;
    padding-right: 160px;
}

.testimonial-quote.right img {
    left: auto;
    right: 0;
}

.testimonial-quote.right cite {
    text-align: right;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}

.address span {
    margin-left: 32px;
}

@media (max-width: 576px) {

    .address span {
        margin-left: 0;
    }

}

@media (max-width: 425px) {
    .bb-caption {
        padding: 1px !important;
        padding-top: 4em !important;
        left: 45%;
    }

    .carousel-caption-text {
        padding: 10px !important;
        margin: 5px !important;
    }

    .offset-sx-0 {
        margin-left: 0;
    }
}

@media (max-width: 763px) {
    .offset-feature-0 {
        margin-left: 0;
    }
}

.grey-text {
    color: #585858 !important;
}

.bb-pills-blue .nav-link.active, .bb-pills-blue .show > .nav-link, .bb-tabs-blue {
    background-color: #33c1e7 !important;
}



.hm-gradient {
    background: linear-gradient(40deg, rgba(0, 51, 199, .3), rgba(209, 149, 249, .3));
}

.heading {
    margin: 0 6rem;
    font-size: 3.8rem;
    font-weight: 700;
    color: #5d4267;
}

.subheading {
    margin: 2.5rem 6rem;
    color: #bcb2c0;
}

.btn.btn-margin {
    margin-left: 6rem;
    margin-top: 3rem;
}

.btn.btn-lily {
    background: linear-gradient(40deg, rgba(0, 51, 199, .7), rgba(209, 149, 249, .7));
    color: #fff;
}

.title {
    margin-top: 6rem;
    margin-bottom: 2rem;
    color: #5d4267;
}

.subtitle {
    color: #bcb2c0;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 6rem;
}

.bb-header {
    border-left: #19a99e solid;
    border-width: 6px;
    padding-left: 10px;
}

.bb-bbn-bg {
    background-color: #D4EDF4;
}

