body {
    font-family: 'Balsamiq Sans', cursive;
    /*    font-family: 'Coda', cursive;*/
}

.v-custom-heading {
    display: block;
    font-weight: normal;
    font-style: italic;
    float: none;
    font-size: 22px;
    line-height: 32px;
}

.special_amp {
    font-style: italic;
    font-size: 1.3em;
    line-height: 0.5em;
    font-weight: normal;
    color: #28c2e4;
}


[class^="icon-"]:not(.icon-prepend):not(.icon-append):before,
[class*=" icon-"]:not(.icon-prepend):not(.icon-append):before {
    opacity: 0.9;
    font-weight: 600 !important;
}



.bg-custom-1 {
    background-image: url(../img/mix/j1.jpg);
    background-size: cover;
    background-position: 50% 50%;
    min-height: 31.5rem;
    margin-bottom: 4.5rem;
    text-align: left;
    opacity: 1;
    overflow: hidden;
    -moz-transition: opacity .8s ease;
    -o-transition: opacity .8s ease;
    -webkit-transition: opacity .8s ease;
    transition: opacity .8s ease;
    margin: 0 auto;
    clear: both;
    position: relative;
}

.bg-custom-1--overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .3;
    display: block;
    background-image: -webkit-linear-gradient(36deg, #1a8bf0 0, #25292d 100%);
    background-image: -moz-linear-gradient(36deg, #1a8bf0 0, #25292d 100%);
    background-image: -o-linear-gradient(36deg, #1a8bf0 0, #25292d 100%);
    background-image: linear-gradient(36deg, #1a8bf0 0, #25292d 100%);
}


.v-testimonials--head {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.v-testimonials--head img {
    width: 60px;
    border-radius: 50%;
    float: left;
    margin-right: 18px;
}

.v-testimonials--name {
    float: left;
    margin-top: 8px;
}

.v-testimonials--name p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.v-testimonials--body {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 2px;
}

.v-testimonials--body p {
    font-size: 14px;
    line-height: 1.7;
}

.v-testimonials--footer {
    display: block;
    width: 100%;
    overflow: hidden;
}

.v-testimonials--stars,
.v-testimonials--footer i {
    font-size: 16px;
    color: #f1c346;
}

.v-testimonials--sub-heading {
    color: #2484da;
}

.v-testimonials-v2 .v-testimonials-v2--body {
    overflow: hidden;
}

.v-testimonials-v2 img {
    width: 120px;
    margin-right: 30px;
}

/*SECTIONS*/
section {
    padding: 60px 0px;
}

.section-light {
    background-color: whitesmoke;
}

.section-sm {
    padding: 20px 0px;
}


/*MODALS*/
.modal-scroll {
    max-height: 700px;
    overflow-y: scroll;
}

.fs-30 {
    font-size: 30px;
}
