section.breadcrumb-section {
    margin-top: 128px;
}
.breadcrumb-section .container {
    border-bottom: 2px solid var(--bg-light-green);
    padding: 1.0rem 0rem !important;
}
section {
    position: relative;
}
.breadcrumb .breadcrumb-item a {
    color: var(--bg-hover-green);
    text-decoration: none;
}
.sec-title {
    position: relative;
    margin-bottom: 50px;
}
.sec-title .sub-title {
    position: relative;
    color: var(--sec-title-subtitle-color);
    font-family: var(--sec-title-subtitle-font-family);
    font-size: var(--sec-title-subtitle-font-size);
    font-weight: var(--sec-title-subtitle-font-weight);
    line-height: var(--sec-title-subtitle-line-height);
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 7px;
    letter-spacing: 7px;
    top: -9px;
}
.sec-title .sub-title::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 100%;
    margin-left: 5px;
    width: 37px;
    height: 10px;
    background-image: url(../images/icons/before.png);
}
.sec-title h2 {
    position: relative;
    display: block;
    font-size: 35;
    color: #121212;
    font-weight: 400;
    margin-bottom: 0;
    z-index: 2;
}
.form-control, .input-text {
    height: calc(2.25rem + 27px);
    padding: 14px 30px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    font-size: 0.9rem;
    width: 100%;
}
.sec-title .text {
    margin-top: 24px;
}
textarea.form-control {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
.card-wrapper .elem-wrapper {
    max-width: 80%;
    font-size: 1.1rem;
    padding-top: 2rem;
}
.btn-infos-block {
position: relative;
border-radius: 5px;
font-size: 16px;
line-height: 25px;
padding: 8px 32px 8px;
overflow: hidden;
color: var(--theme-color1);
border: 1px solid var(--bg-light-green);
background: var(--bg-lighter-green);
text-transform: uppercase;
z-index: 9;
color: var(--bg-hover-green);
font-weight: 600;
display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.btn-infos-block:hover {
background-color: var(--bg-hover-green);
color: var(--bg-lighter-green);
}
.elem-wrapper p {
    min-height: 85px;
}
.btn-email a {
   color: var(--bg-hover-green);
    text-decoration: none !important;
    text-transform: lowercase;
    display: flex;
}
.btn-email>a i,
.btn-infos-block i {
    font-size: 1.4rem;
}
.btn-infos-block:hover a {
color: var(--bg-lighter-green);
}
.btn-style-one {
position: relative;
border-radius: 5px;
font-size: 16px;
line-height: 25px;
padding: 15px 32px 18px;
overflow: hidden;
color: var(--theme-color1);
border: 1px solid var(--bg-light-green);
background: var(--bg-lighter-green);
text-transform: uppercase;
z-index: 9;
color: var(--bg-light-green);
font-weight: 600;
}
.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    background-color: var(--bg-hover-green);
    border-radius: inherit;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-style-one:hover {
    color: #fff;
}
.btn-style-one:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}
.contact-details__info {
    position: relative;
    display: block;
    margin-top: 41px;
}
.contact-details__info li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-details__info li .text {
    margin-left: 30px;
    width: 85%;
}
.contact-details__info li + li {
    margin-top: 19px;
}
.contact-details__info li .icon {
    height: 80px;
    width: 15%;
    background-color: var(--bg-lighter-green);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;    transition: all 500ms ease;
}
.contact-details__info .icon span {
color: var(--bg-hover-green);
font-size: 35px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.contact-details__info li .text a {
    font-size: 18px;
    color: var(--notech-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-decoration: none;
}
.contact-details__info li .text span {
    font-size: 20px;
    color: var(--notech-black);
}
.bg-contact-hero {
    background-color: #dde9cb;
}
.card-body.info-card{
    background-color: #c7dfa2;
}
.card-body-icon-info {
    display: flex;
    flex-direction: row;     
    justify-content: center;  
    align-items: center;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    font-size: 3rem;
    color: var(--bg-hover-green);
    background-color: var(--bg-lighter-green);
}
li.list-inline-item a {
    height: 3rem;
    width: 3rem;
}
li.list-inline-item a .ph-duotone {
    font-size: 2rem;
    display: flex;
}
.captcha label {
    height: calc(2.25rem + 27px);
    padding: 20px 30px;
    outline: 0;
    /* background-color: #f4f5f8; */
    border: 1px solid #f4f5f8;
    color: #686a6f;
    font-size: 0.9rem;
    width: 100%;
    font-size: 1.1rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
div#form_response {
    background-color: #ff6b355c;
}
.is-invalid {
    border-color: #dc3545 !important;
}

.invalid-feedback {
    color: #dc3545;
    font-size: 0.875em;
    margin-top: 0.25rem;
}

.btn-loading {
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-success {
    background-color: #28a745 !important;
}

.btn-error {
    background-color: #dc3545 !important;
}

.captcha {
    cursor: pointer;
    transition: opacity 0.3s;
}

.captcha:hover {
    opacity: 0.8;
}
span#captcha_num2 {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 1;
}
.btn-refresh{
   flex-grow: 1;
    background-color: var(--bg-light-green);
    color: white;
    width: 40px;
    margin-left: 5rem;
    /* display: flex; */
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
    text-align: center;
    padding-left: 3rem;
 }
 .btn-refresh:hover {
   background-color: var(--bg-lighter-green);
   color: var(--bg-dark-green);
}