/* HELPERS */

.limit-2-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-margin-y-axis-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.section-margin-bottom-100 {
    margin-bottom: 100px;
}

.section-margin-top-100 {
    margin-top: 100px;
}



/* FORMS */
form.form .input-field, form.form .textarea-field {
    border: 1px solid #dee2e6;
    background-color: #f9f9f9;
    color: #999999;
    padding: 20px;
    height: 40px;
    width: 100%;
    font-size: 14px;
    font-style: italic;
}

form.form .textarea-field {
    padding: 20px;
    height: 100px;
}

.form-area.with-bg {
    background-color: #f9f9f9;
    padding-top: 50px;
    padding-bottom: 50px;
}
.form-area {
    padding-left: 40px;
    padding-right: 40px;
}

.form-area .heading {
    position: relative;
    line-height: 24px;
}

.form-area .heading::before {
    background-color: #ee3231;
    content: "";
    width: 9px;
    height: 17px;
    position: absolute;
    top: 0;
    left: -40px;
}

/* BREADCRUMBS */

[data-bg-image]:not(.bg-pattern) {
    background-position: center bottom !important;
}
.breadcrumb-height {
    height: 250px !important;
}


/* Helpers */

