a.activites_section.white .row.justify-content-center.activites_row .actibox img {
    height: 83.31px;
}

#ajax-load-more .alm-reveal {
    margin-left: -17px;
    margin-right: -17px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto !important;
}

.alm-load-more-btn.more.btn.arrow {
    background: #86BC25 !important;
    color: #fff !important;
    padding: 8px 42px 10px 42px !important;
    margin-top: 50px !important;
    height: 51px !important;
}

.alm-load-more-btn.more.btn {
    display: none !important;
}

.alm-load-more-btn.more.btn.mystyle {
    display: inline-block !important;
}

.alm-load-more-btn.more.btn {
    display: inline-block;
    vertical-align: top !important;
    border: 2px solid #86BC25 !important;
    border-radius: 25px !important;
    padding: 10px 50px !important;
    -webkit-transition: 300ms !important;
    transition: 300ms !important;
    background: #86BC25 !important;
    color: #fff !important;
    font-size: 20px !important;
    white-space: normal !important;
    position: relative !important;
}

.alm-load-more-btn.more.btn.arrow:hover {
    padding-right: 50px !important;
}

.alm-load-more-btn.more.btn.arrow::before {
    background-color: transparent !important;
    display: none !important;
}

.news_width {
    padding-left: 17px;
    padding-right: 17px;
}

.white_txt a {
    color: white;
    text-decoration: none;
}

.white_txt a:hover {
    color: white;
}

header .header_menu>li.current_page_parent.current-menu-ancestor::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 4px;
    width: 36px;
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.hero1 .hero1_img {
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
}

.circle_active .full_txt .circle_active_text {
    max-width: 100%;
}

.team_section .container>.row>div {
    width: 100%;
}

.team_section .team_box .team_box_img img {
    width: 211px;
    height: 211px;
    object-fit: cover;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border: none !important;
}

.page-template-contact .wpcf7-form {
    position: relative;
}

.page-template-contact .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 0;
}

.page-template-contact .wpcf7 form.sent .wpcf7-response-output {
    margin-top: 0;
    position: absolute;
    bottom: 25px;
    left: 0;
    padding-left: 0;
}

#wpcf7-f162-o1 {
    position: relative;
}

#wpcf7-f162-o1 .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    position: fixed;
    bottom: 50px;
    right: 5rem;
    max-width: 400px;
    margin: 0;
    background-color: #fff;
    padding: 0.5rem 1rem;
    z-index: 5;
}

@media (max-width: 500px) {
    #wpcf7-f162-o1 .wpcf7-response-output,
    .wpcf7 form.unaccepted .wpcf7-response-output,
    .wpcf7 form.payment-required .wpcf7-response-output {
        left: auto;
        right: auto;
        margin: 0 2rem;
        max-width: unset;
        width: calc(100% - 4rem);
        font-size: initial;
    }
}

.page-template-contact .wpcf7 .wpcf7-response-output {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    margin: 0;
    background-color: rgba(256, 256, 256, 0.9);
    backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    justify-content: center;
}