.border-primary {
    border-color: #19FA9A !important;
}

.header .header-info {
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #fff;
}

.header .header-business+.header-business::before {
    margin-top: 0 !important;
    padding-left: 0 !important;
}

.cw-hero {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)),
        url("https://apihoard.webit.com/api/v1/Image/9E05D462661660D281EC2179109B7333/9E05D462661660D281EC2179109B7333.jpg?size=1920x1440");
    background-size: cover;
    background-position: center top;
    min-height: 550px;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
}

h1 {
    text-shadow: 1px 1px 5px #000;
    font-size: 1.5rem;
    line-height: 1.35;
    font-weight: normal !important;
}

.hero-text p {
    text-shadow: 1px 1px 5px #000;
}

.cw-hero {
    position: relative;
}

.cw-hero .heroSVG {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

@media(min-width: 992px) {
    .cw-hero {
        padding-top: 9em !important;
    }
}


@media(max-width: 768px) {

    .cw-hero {
        padding: 1em !important;
        min-height: auto;
    }
}


@media(min-width: 992px) {
    .page-home .textwithimage-img {
        clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
        height: 500px;
    }
}

.list {
    padding-top: 4em;
    padding-bottom: 4em;
    text-align: center;
}

/*List alignment*/
/* .page-home .list-wrap {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin-bottom: 0;
    height: 100%;
} */

.page-home .list {
    padding-bottom: 1rem
}

@media(max-width: 768px) {
    a.btn.btn-primary.btn-xs.list-text-btn {
        margin-bottom: 2em;
    }
}

.grand-hero {
    /* margin-top: -1px; */
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 6em;
    padding-bottom: 5em;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
}



@media(max-width: 567px) {
    a.header-business.header-business-email {
        font-size: 12px;
    }

    .text-typed h1 {

        font-size: 2em;
    }

    .grand-hero {
        text-align: center;
        padding-top: 4em;
        padding-bottom: 3em;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.grand-hero .container {
    position: relative;
    z-index: 2;
}

.grand-hero-link {
    color: #fff;
    font-weight: 700;
}

.grand-hero-link:hover {
    color: #ddd;
}

/* Titles */
.grand-scantitle {
    text-transform: uppercase;
    font-size: .9rem;
    color: var(--color-theme-highlight);
}

.grand-hero .grand-scantitle {
    color: #ddd;
}

.grand-title {
    word-break: keep-all;
    white-space: pre-wrap;
}

.grand-title-main {
    font-size: 3rem;
    line-height: 1.2;
}

.grand-title-sub {
    font-size: 2.5rem;
    line-height: 1.2;
}

.grand-services-list-title {
    font-size: 1rem;
}

@media(max-width: 767px) {
    .grand-title-main {
        font-size: 2rem;
    }

    .grand-title-sub {
        font-size: 1.9rem;
        line-height: 1.2;
    }
}

/* Backgrounds */
.grand-bg-light {
    background: #eee;
}

.grand-bg-primary {
    background: var(--color-theme-primary);
    color: var(--color-theme-text-btn);
}



.cd-author {
    text-align: left;
    margin-left: 1.5em;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.4;
    font-size: 14px;
    font-size: 0.875rem;
    color: var(--color-theme-secondary);
}

.cd-testimonials-all .cd-testimonials-all-wrapper>ul {
    margin: 1.5em auto 4em auto;
}

.cd-testimonials-all .cd-testimonials-all-wrapper>ul:after {
    content: "";
    display: table;
    clear: both;
}

.cd-testimonials-all .cd-testimonials-item {
    margin-bottom: 2em;
}

.cd-testimonials-all p {
    position: relative;
    background: var(--color-theme-secondary);
    color: var(--color-theme-background);
    padding: 2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.4;
    border-radius: 0.25em;
    margin-bottom: 1em;
}

.cd-testimonials-all p::after {
    /* creating the triangle in css */
    content: '';
    position: absolute;
    top: 100%;
    left: 2em;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-top-color: var(--color-theme-secondary);
}

@media only screen and (min-width: 768px) {
    .cd-testimonials-all .cd-testimonials-item {
        width: 46%;
        margin: 0 2% 3em;
    }

}

@media only screen and (min-width: 1170px) {
    .cd-testimonials-all .cd-testimonials-item {
        width: 30%;
        margin: 0 1.6666% 3em;
    }
}


/*--- Floating links ---*/

.setup {
    position: fixed;
    bottom: 1em;
    right: 1em;
    border-radius: 25px;
    -webkit-box-shadow: 1px 1px 10px 1px #00000036;
    box-shadow: 1px 1px 10px 1px #00000036;
}

.setup:hover {
    cursor: pointer
}

.hidden {
    display: none
}

#contactBtns a {
    display: inline-block;
    width: 54px;
    height: 54px;
    padding: 10px;
    border-radius: 50%;
    background: #fff;
}


#contactBtns .fa {
    font-size: 35px;
    color: var(--color-theme-secondary);
}