/*.service-block {*/

/*padding: 10px;*/
/*margin-bottom: 30px;*/
/*-webkit-box-shadow: 5px 8.66px 12px 0px rgba(2, 40, 78, 0.05);*/
/*box-shadow: 5px 8.66px 12px 0px rgba(2, 40, 78, 0.05);*/

/*-webkit-transition: all 0.35s;*/

/*-o-transition: all 0.35s;*/

/*transition: all 0.35s;*/

/*-moz-transition: all 0.35s;*/

/*-ms-transition: all 0.35s;*/

/*background: #fff;*/

/*}*/

/*.service-block.v1:hover {*/

/*-webkit-box-shadow: 5px 8.66px 12px 0px rgba(2, 40, 78, 0.18);*/
/*box-shadow: 5px 8.66px 12px 0px rgba(2, 40, 78, 0.18);*/

/*}*/

/*.service-block.v1 .service-image {*/

/*position: relative;*/

/*}*/

/*.service-block.v1 .service-image::before {*/

/*-webkit-transition: all 0.35s;*/
/*-o-transition: all 0.35s;*/
/*transition: all 0.35s;*/
/*-moz-transition: all 0.35s;*/
/*-ms-transition: all 0.35s;*/
/*content: "";*/
/*background: rgba(0, 0, 0, 0.5);*/
/*position: absolute;*/
/*width: 100%;*/
/*height: 100%;*/
/*left: 0;*/
/*top: 0;*/
/*z-index: 1;*/

/*}*/

/*.service-block.v1:hover .service-image::before {*/

/*background: #f7c20a;*/

/*}*/

/*.service-block.v1 .service-image::after {*/

/*content: "";*/
/*width: 200px;*/
/*height: 6px;*/
/*position: absolute;*/
/*left: 50%;*/
/*bottom: 0;*/
/*margin-left: -100px;*/
/*z-index: 9;*/
/*background: #fff;*/

/*}*/

/*.service-block.v1 .service-image .service-title {*/

/*position: absolute;*/
/*text-align: center;*/
/*z-index: 2;*/
/*top: 50%;*/
/*left: 0;*/
/*-webkit-transform: translateY(-50%);*/
/*-ms-transform: translateY(-50%);*/
/*-o-transform: translateY(-50%);*/
/*transform: translateY(-50%);*/
/*width: 100%;*/
/*padding-bottom: 11px;*/

/*}*/

/*.service-block.v1 .service-image .service-title a {*/

/*color: #fff;*/
/*font-size: 16px;*/
/*font-weight: 700;*/
/*font-family: "Montserrat", sans-serif;*/
/*text-transform: uppercase;*/
/*letter-spacing: 1px;*/

/*}*/

/*.service-block.v1 .service-image .service-title::after {*/

/*content: "";*/
/*width: 60px;*/
/*height: 1px;*/
/*background: #f7c20a;*/
/*position: absolute;*/
/*bottom: 0;*/
/*left: 50%;*/
/*margin-left: -30px;*/
/*z-index: 9;*/

/*}*/

/*.service-block.v1 .service-content {*/

/*padding: 40px 25px 45px;*/

/*}*/

/*.service-block.v1 .service-content::before, .service-block.v1 .service-content::after {*/

/*content: " ";*/
/*display: table;*/

/*}*/

/*.service-block.v1 .service-content .counter {*/

/*font-size: 36px;*/
/*font-weight: 700;*/
/*font-family: "Montserrat", sans-serif;*/
/*float: left;*/
/*line-height: 1;*/

/*}*/

/*.service-block.v1 .service-content .service-body {*/

/*padding-left: 65px;*/
/*display: block;*/
/*padding-top: 12px;*/

/*}*/

/*.service-block.v1 .service-content::after {*/

/*clear: both;*/

/*}*/

/*!* PORTFOLIO *!*/
/*.portfolio-item.v1::after {*/

/*content: "";*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*width: 100%;*/
/*height: 100%;*/
/*background: #f7c20a;*/

/*opacity: 0;*/

/*filter: alpha(opacity=0);*/

/*z-index: 1;*/

/*-webkit-transition: all 0.35s;*/

/*-o-transition: all 0.35s;*/

/*transition: all 0.35s;*/

/*-moz-transition: all 0.35s;*/

/*-ms-transition: all 0.35s;*/

/*border: 10px solid rgba(255, 255, 255, 0.9);*/

/*}*/

/*.portfolio-item.v1 .content-inner {*/

/*position: absolute;*/
/*width: 100%;*/
/*height: auto;*/
/*left: 0;*/
/*top: 40%;*/
/*-webkit-transform: translateY(-50%);*/
/*-ms-transform: translateY(-50%);*/
/*-o-transform: translateY(-50%);*/
/*transform: translateY(-50%);*/
/*z-index: 11;*/
/*opacity: 0;*/
/*filter: alpha(opacity=0);*/
/*text-align: center;*/
/*-webkit-transition: all 0.35s;*/
/*-o-transition: all 0.35s;*/
/*transition: all 0.35s;*/
/*-moz-transition: all 0.35s;*/
/*-ms-transition: all 0.35s;*/
/*padding: 25px 25px 25px;*/

/*}*/

/*.portfolio-item.v1 .content-inner {*/

/*text-align: center;*/

/*}*/

/*.portfolio-item.v1 .content-inner .title a {*/

/*font-family: "Montserrat", sans-serif;*/
/*font-size: 16px;*/
/*color: #333333;*/
/*letter-spacing: 1px;*/
/*font-weight: 600;*/
/*text-transform: uppercase;*/
/*line-height: 26px;*/

/*}*/

/*.portfolio-item.v1 .content-inner .category {*/

/*color: #333333;*/

/*}*/

/*.portfolio-item.v1 .content-inner .category a {*/

/*color: #333333;*/
/*font-size: 14px;*/
/*letter-spacing: 1px;*/

/*}*/

ul.features-list {
    padding: 0;
}

ul.features-list > li {
    list-style: none;
    padding: 2px 0px;
}

ul.features-list.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.svg-inline--fa.fa-check-circle {
    color: green;
    margin-right: 10px;
}

.svg-inline--fa {
    /* yellow */
    color: #fab31b;
    margin-right: 0px;
}

.contact-message-feedback-form .btn-theme-submit {
    background: #002e5b;
    color: #fff;
    width: 100%;
    margin-top: 15px;
}

.contact-message-feedback-form .btn-theme-submit:hover,
.contact-message-feedback-form .btn-theme-submit:focus,
.contact-message-feedback-form .btn-theme-submit:active {
    background: #fff;
    color: #002e5b;
}

.box-shadow {
    -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
}

.bg-size-cover {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

/* INFO BOX */

.box-info .info-content {
    margin-bottom: 40px;
}

.box-info .info-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: "Exo", sans-serif;
    color: #002e5b;
}

.box-info .info-item {
    margin-bottom: 5px;
}

.box-info .info-item span {
    display: inline;
    padding-left: 15px;
}

.text-theme-primary {
    /* yellow */
    color: #fab31b;
}

.text-theme-secondary {
    /* dark blue */
    color: #002e5b;
}

.background-theme-secondary {
    background-color: #002e5b;
}

.text-theme-body {
    /*color: #343a40; */
    color: #212529

}

.border-theme-primary {
    /* yellow */
    border-color: #fab31b !important;
}

/* FORM */

.form-label {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

/*
.featured-bottom {
    margin: 0;
    padding: 20px 10px 45px;
    border-top: 1px solid #e7e7e7;
    background: #f0f0f0;
    background: rgba(30, 50, 10, 0.08);
    text-shadow: 1px 1px #fff;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.4;
}*/

.image-wrapper-left {
    float: left !important;
    width: 25% !important;
    padding-right: 1rem !important;
}

.image-wrapper-right {
    float: right !important;
    width: 25% !important;
    padding-left: 1rem !important;
}

@media (max-width: 767px) {

    .image-wrapper-left {
        float: none !important;
        width: 100% !important;
        padding-right: 0 !important;
        padding-bottom: 1rem !important;
        text-align: center !important;
    }

    .image-wrapper-right {
        float: none !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-bottom: 1rem !important;
        text-align: center !important;
    }

}

h6.form__fieldset-title {
    color: #fab31b;
    padding-bottom: 10px;
    border-bottom: 1px solid #002e5b;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

h6.form__fieldset-title span {
    color: #002e5b;
    font-weight: normal;
    font-size: 0.89em;
}

h6.form__field-title {
    font-weight: bold;
    margin-bottom: 0px;
    padding-top: 15px;
    text-transform: uppercase;
}

.card-img-info img {
    object-fit: cover;
    height: 12rem;
    width: max-content;
}