.b-card-98 {
    margin-bottom: 30px;
    text-align: center;
}
.b-card-98 .b-thumb {
    width: 60%;
    margin: auto;
    margin-bottom: 15px;
}
.b-card-98 .b-name {
    font-size: 20px;
    font-weight: bold;
    color: var(--color-primary);
}
.b-card-98 .b-desc {
    padding: 10px 10px;
    color: #7b7b7b;
}
.s-ctv-1 {
    padding: 50px 0 30px;
}
/* BEGIN c-form-border */
/* Copy when using c-form-border */
.c-form-border {
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}
.c-form-border .c_input {
    padding: 1.215em 1.072em 1.215em 1.072em;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.c-form-border .c_input:focus {
    outline: none;
    border-color: #05a;
}
.c-form-border--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.c-form-border--icon .c_input {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    z-index: 2;
}
.c-form-border--icon .c_icon {
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.c-form-border--icon .c_icon:first-child {
    padding: 0.5em 0 0.5em 1.072em;
}
.c-form-border--icon .c_icon:nth-child(2) {
    padding: 0.5em 1.072em 0.5em 0;
}
.c-form-border--icon .c_icon:not(.c_icon--top) {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.c-form-border--icon .c_icon--top>i {
    position: relative;
    top: -0.142em;
}
.c-form-border--label .c_label {
    color: #999;
    background-color: #fff;
    pointer-events: none;
    padding: 0 0.358em 0 0.358em;
    z-index: 9;
    position: absolute;
    top: 0.572em;
    left: 0.715em;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.c-form-border--label:not(.is-empty) .c_label, .c-form-border--label.is-focused .c_label {
    font-size: 0.786em;
    color: #05a;
    position: absolute;
    top: -0.727em;
}
.c-form-border.is-focused {
    border-color: #05a;
}
.c-form-border.is-error {
    margin-bottom: 1.786em;
    border-color: #f55145;
}
.c-form-border.is-error .c_label {
    color: #f55145 !important;
}
.c-form-border.is-error .c_icon+.c_error {
    left: 0.143em;
    text-align: left;
}
.c-form-border.is-error .c_icon+.c_error>span {
    left: 0;
    margin: 0;
}
.c-form-border textarea.c_input+.c_error span {
    position: absolute;
    width: max-content;
    right: 0;
    top: calc(100% + 1px);
}

/* END c-form-border */
/* BEGIN b-card-36 */
.b-card-36 {
    display: block;
    margin-bottom: 30px;
}
.b-card-36::after {
    content: '';
    display: table;
    clear: both;
}
.b-card-36 .b_icon {
    float: left;
    width: 80px;
    margin-right: 20px;
    text-align: center;
}
.b-card-36 .b_icon>i {
    color: #05a;
    font-size: 55px;
}
.b-card-36 .b_content {
    float: left;
    width: calc(100% - 100px);
}
.b-card-36 .b_title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.125em;
    margin-bottom: 7px;
}
.b-card-36 .b_desc {
    text-align: justify;
}

/* END b-card-36 */
/* BEGIN s-home-17 */
.s-home-17 {
    background-color: #F7F7F7;
    overflow: hidden;
}
.s-home-17 .s_content {
    padding: 50px 25px 30px 0;
}
.s-home-17 .s_content .s_title {
    color: #05a;
    font-size: 25px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.s-home-17 .s_content .s_desc {
    margin-bottom: 20px;
}
.s-home-17 .s_content .b-card-36 {
    margin-top: 40px;
}
.s-home-17 .s_content .b-card-36 .b_title {
    color: #333;
    text-transform: uppercase;
}
.s-home-17 .s_content .b-card-36 .b_desc {
    color: #444;
    margin-top: 10px;
}
.s-home-17 .s_form {
    position: relative;
    height: 100%;
    padding: 60px 28px 45px 100px;
    background-color: var(--color-primary);
}
.s-home-17 .s_form::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--color-primary);
	top: 0;
	right: -100%;
}
.s-home-17 .s_form .s_title {
    color: #fff;
    font-size: 25px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}
.s-home-17 .c-form-border--icon {
    background-color: #fff;
    border: none;
    border-radius: 8px;
    margin-bottom: 25px;
}
.s-home-17 .c-checkbox>label {
    color: #fff;
}
.s-home-17 .c-checkbox>label:hover {
    color: #f60;
}
.s-home-17 .c-checkbox .c_tick .check {
    border: 1px solid #fff;
}
.form-group label {
    display: inline-block;
    margin-bottom: 8px;
    color: #fff;
    font-weight: bold;
}
/* END s-home-17 */
.text--icon {
    color: var(--color-secondary);
}
.s-services {
	padding: 50px 0;
}
.b-card-96 {
	padding: 15px;
	background: #ffdbaa;
	border-radius: 12px;
    margin-bottom: 15px;
}
.b-card-96 .b_name {
	font-size: 25px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 10px 30px;
    color: var(--color-primary);
}
.b-card-96 .b_desc {
	font-size: 15px;
    margin-bottom: 25px;
    color: #1b1b1b;
    padding: 0px 30px;
}
.b-card-96 .b_thumb {
	width: 100%;
    margin: auto;
}
.list-services {
	margin: 0 12%;
}
@media screen and (max-width: 992px) {
    .s-home-17 .s_form {
        padding: 20px;
    }
    .s-home-17 .s_form::after {
        display: none;
    }
    .list-services {
        margin: 0;
    }
}