/* update */
.header-event-banner__box {
    min-height: 4rem;
    width: 100%;
    background: #0d7b3c;
}

.header-event-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
    height: 100%;
    padding: 1rem 2rem;
}

.header-event-banner__content {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.header-event-banner p,
.header-event-banner__link {
    color: var(--color-white);
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
}

.header-event-banner__link,
.header-event-banner__link:hover,
.header-event-banner__link:focus {
    color: #fff44f;
    white-space: nowrap;
    text-decoration: underline;
}

.header-event-banner__emoji {
    font-size: 2rem;
}

.header-event-banner__btn {
    color: var(--color-white);
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.8rem;
    border: none;
}

.project-counters {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
    gap: 2rem;
}

.project-counter {
    width: 100%;
    height: 100%;
    /* background-color: #e6f5ec; */
    background-color: rgba(230, 245, 236, 0.5);
    padding: 2.5rem 1.5rem;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.project-counter__icon {
    color: #0d7b3c;
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.project-counter__name {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--color-body);
    text-transform: capitalize;
}

.project-counter__count {
    margin-bottom: 1rem !important;
    font-size: 2.5rem;
}

.mobile-menu nav ul li a.main,
.mobile-menu nav ul li a {
    color: var(--color-body);
}

.mobile-menu nav ul li a.main:hover,
.mobile-menu nav ul li ul li a:hover,
.mobile-menu nav ul li a.main.active,
.mobile-menu nav ul li ul li a.active {
    color: var(--color-primary);
}

.header-top-area-wrapper .header-top-one-wrapper {
    padding-left: 2rem;
    padding-right: 1rem;
}

.header-main-one-wrapper {
    padding: 1.5rem 2rem;
    height: 99px;
    justify-content: flex-start;
}

.header-main-one-wrapper .thumbnail {
    margin-right: 4rem;
    min-width: 130px;
}

.header-main-one-wrapper .thumbnail img {
    max-width: unset;
    height: auto;
}

.about-inner-content-two {
    padding-left: 0 !important;
}

.container {
    padding: 0 2rem;
}

.about-main-section {
    margin-top: 8rem;
}

.rts-progress-area-main-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    margin: 6rem 0;
}

.header-main-one-wrapper .main-header .button-area {
    margin-left: auto;
}

.button-area .rts-btn.btn-primary {
    margin-right: 2rem;
}

.header-main-one-wrapper .main-header {
    width: 100%;
}

.prog-link {
    margin-right: 2.5rem !important;
}

.left-thumbnail-about-area-two {
    z-index: 5;
}

.single-case-studies-four .inner {
    padding: 27px 20px;
}

.single-progress .title {
    left: 15px;
}

.single-progress .progress span {
    right: 15px;
}

.single-progress .title,
.single-progress .progress span {
    font-size: 12px;
}

.testimonial-box {
    /* min-height: 40rem; */
}

.testimonial {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 15rem;
    max-width: 1028px;
    gap: 4rem;
    position: relative;
    padding: 8rem 2rem;
    padding-bottom: 2rem;
}

.testimonial-quote {
    height: 4rem;
    width: 4rem;
    position: absolute;
    top: 2rem;
    left: 2rem;
    fill: #e6f5ec;
}

.testimonial-info {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.testimonials-page {
    padding-top: 0;
}

.testimonial-header {
    min-height: 15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 4rem;
}

.testimonial.testimonial--2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    padding: 4rem 0;
    min-height: unset;
    margin: 0 auto;
}

.testimonial.testimonial--2 h3,
.testimonial-details h3 {
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
    color: var(--gees-dark);
}

.testimonial-details p {
    font-size: 1.4rem;
}

.testimonial.testimonial--2 .testimonial-author__location {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 1.6rem;
    color: #6c757d;
}

.testimonial.testimonial--2 h3,
.testimonial.testimonial--2 .testimonial-author__location,
.testimonial-details h3 {
    line-height: 1.4;
}

.testimonials {
    margin-top: 5rem;
}

.testimonials > *:first-child {
    border-top: 1px solid #dee2e6;
}

.testimonials > *:not(:last-child) {
    border-bottom: 1px solid #dee2e6;
}

.testimonial-title__area {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.testimonial.testimonial.testimonial--2 .testimonial-img-box {
    height: 8rem;
    width: 8rem;
    display: block;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial.testimonial.testimonial--2 img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: top center;
    border-radius: 50%;
}

blockquote.testimonial-text,
.testimonial.testimonial--2 .testimonial-content {
    margin: 0;
    color: var(--color-body);
    font-style: normal;
    font-weight: 400;
}

.testimonial.testimonial--2 .testimonial-content {
    margin-top: 2rem;
}

.testimonial-details h3,
.testimonial-details p {
    margin-bottom: 0;
}

.testimonial-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* .testimonial-details h3 {
font-size: 1.8rem;
line-height: 1.5;
} */

.testimonial .author {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.author img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.rts-blog-h-2-wrapper .body a .title {
    line-height: 1.5;
}

.rts-footer-area {
    padding-left: 2rem;
    padding-right: 2rem;
}

.copyright-h-2-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
}

main.error-main {
    min-height: 50rem;
    padding: 4rem 0;
    position: relative;
}

main.error-main::before,
main.error-main::after {
    position: absolute;
    top: 9rem;
    left: 0;
    right: 0;
    width: 100%;
    height: 0.05px;
    content: "";
    display: block;
    box-shadow: 0px 4px 143.7px 23.7px rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.07);
}

main.error-main::after {
    top: unset;
    bottom: 9rem;
}

.error-img__box img {
    min-height: 22rem;
    filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.25));
}

.error-img__box {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    padding: 0 2rem;
    min-height: 22rem;
}

.error-btn__box {
    width: 100%;
    /* background: rgba(233, 233, 233, 0.785); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 4rem 2rem;
}

.error-btn__box p {
    line-height: 1.5;
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
}

.error-btn,
.error-btn:hover {
    background: rgba(213, 42, 45, 1);
    border-radius: 8px;
    height: 4.7rem;
    min-width: 16.1rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-white);
}

.cookie-policy__box {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1500;
    padding: 2rem;
    display: none;
}

.cookie-policy__box.show {
    display: flex;
}

.cookie-policy {
    background: var(--color-primary);
    color: var(--color-white);
    display: flex;
    align-items: flex-start;
    padding: 1rem;
    border-radius: 6px;
    flex-direction: column;
}

.cookie-policy__text,
.cookie-policy__link {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-size: 1.4rem;
    font-weight: 300;
    color: var(--color-white);
    margin-bottom: 0.5rem;
}

.cookie-policy__link {
    font-weight: 500;
}

.cookie-policy__link:hover,
.cookie-policy__link:focus {
    color: var(--color-white);
    text-decoration: underline;
}

.cookie-policy__text {
    margin-bottom: 1rem;
}

.cookie-policy__btn.close {
    position: absolute;
    top: -1rem;
    right: 1rem;
    height: 2rem;
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: transparent;
    font-size: 2rem;
    color: var(--color-body);
}

.cookie-policy__btn.acc {
    color: var(--color-primary);
    font-size: 1.4rem;
    font-weight: 500;
    background: var(--color-white);
    border-radius: 6px;
    height: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 2rem;
}

.side-bar {
    right: -120%;
    width: 100%;
}

.newsletters-main {
    padding: 5rem 0;
}

.newsletters,
.articles {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(26rem, 1fr));
    gap: 3rem;
    grid-auto-rows: 1fr;
}

.articles.home {
    margin: 6rem 0;
}

.newsletters-listing,
.listing {
    order: 2;
}

.newsletters-filters,
.filters {
    order: 1;
    margin-bottom: 4rem;
}

.newsletter {
    box-shadow: 0px 0 19px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    display: block;
    height: auto;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.newsletter-body {
    position: absolute;
    top: 1rem;
    left: -1rem;
    width: 10rem;
    height: 3rem;
    background: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 0 19px rgba(0, 0, 0, 0.3);
}

.newsletter-img__box {
    height: auto;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    padding: 1rem;
}

.newsletter-img__box::before {
    padding-top: 75%;
    display: block;
    content: "";
}

.newsletter-img__box img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.newsletter h3 {
    font-size: 1.6rem;
    color: var(--color-white);
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
}

.year-select {
    padding: 15px;
    background: var(--color-white);
    border-radius: 5px;
    border: 1px solid rgba(93, 102, 111, 0.2);
}

.rts-single-wized .single-categories li a.current {
    color: var(--color-primary);
}

.newsletter-link__box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s linear;
    background: rgba(0, 0, 0, 0.4);
    color: var(--color-white);
}

.newsletter:hover .newsletter-link__box {
    transform: scale(1);
}

.newsletter-header {
    background: var(--color-white);
    min-height: 45rem;
    display: flex;
    align-items: center;
}

.newsletter-header__top--box {
    display: grid;
}

.newsletter-header__top {
    margin-bottom: 6rem;
}

.newsletter-header__anim {
    display: none;
}

.newsletter-header__bottom {
    text-align: left;
}

.newsletter-download__btn,
.newsletter-download__btn:hover {
    color: rgb(34 197 94);
    font-weight: 700;
    line-height: 2rem;
    font-size: 1.6rem;
    border: 4px solid rgb(34 197 94);
    padding: 1.5rem 2rem;
    display: inline-block;
}

.gees-consent__box {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 4rem;
}

.gees-consent__box p {
    margin-top: -0.3rem;
    line-height: 1.4;
    font-size: 1.3rem;
    font-weight: 300;
    color: var(--gees-dark);
}

/* about section */

.section-about,
.section-gees {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.section-about.mt-sm--0 {
    margin-top: 0;
}

.section-about__main,
.col-2 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.section-about__main--left,
.section-about__main--right {
    /* height: 20rem; */
    /* background: green; */
}

.section-about__main--right {
    /* background: red; */
}

.section-about__main img {
    max-width: 100%;
    height: auto;
    border-radius: 1rem;
}

.about-main--right-imgs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.home-testimonial {
    /* background: rgba(230, 245, 236, 0.25); */
    /* margin-top: 0; */
}

.newsletter-header__top--box h1 {
    font-size: 10rem;
    font-weight: 900;
    color: var(--color-heading-1);
    text-transform: uppercase;
}

.newsletter-header__text {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-body);
}

.newsletter-header__top--box h1 span {
    display: block;
    line-height: 1.2;
}

.newsletter-header__top--box h1 span.red {
    color: #d52a2d;
}

.newsletter-stat {
    font-size: 12rem;
    font-weight: 900;
    line-height: 1.2;
}

.newsletter-stat.small {
    font-size: 4.8rem;
}

.newsletter-stat__name {
    font-size: 2.4rem;
    font-weight: 900;
    margin-bottom: 1rem !important;
}

.newsletter-stat__text {
    font-size: 1.5rem;
    font-weight: 300;
}

.newsletter-section {
    padding: 6rem 0;
}

.newsletter-section.extra-spacing {
    padding: 8rem 0;
}

.newsletter-section.red {
    background: rgb(239 68 68);
}

.newsletter-section.green {
    background: rgb(34 197 94);
}

.text--white h2,
.text--white p,
.text--white h3 {
    color: var(--color-white);
}

.text--green h2,
.text--green p {
    color: rgb(34 197 94);
}

.right-box__inner {
}

.footer-two-single-wized .contact-info-1,
.contact-info-1 {
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
}

.footer-two-single-wized .contact-info-1.start,
.contact-info-1.start {
    align-items: flex-start;
}

.footer-two-single-wized .contact-info-1.center,
.contact-info-1.center {
    align-items: center;
}

.footer-contacts,
.contacts-infos,
.contacts-socials {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.footer-contacts {
    margin-bottom: 2rem;
}

.contacts-infos {
    gap: 1.5rem;
    margin-bottom: 5rem;
}

.contacts-socials {
    flex-direction: row;
    align-items: flex-end;
    margin: 0;
    flex-wrap: wrap;
}

.contacts-socials a:hover {
    transform: translateY(-2px);
}

.section-contacts {
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
}

.footer-two-single-wized .contact-info-1,
.contact-info-1 {
    gap: 1.5rem;
}

.contact-info-1 {
    display: flex;
    align-items: flex-start;
}

.footer-two-single-wized .contact-info-1 .icon,
.contact-info-1 .icon {
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.contacts-socials a,
.contact-info-1 .icon {
    height: 3rem;
    width: 3rem;
    background: var(--color-white);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: transform 0.1s linear;
}

.contacts-socials a i,
.contact-info-1 .icon i {
    font-size: 1.3rem;
    color: var(--color-body);
}

.footer-two-single-wized .contact-info-1 .disc,
.contact-info-1 .disc {
    margin-left: 0;
}

.main-contacts {
    width: 100%;
    /* padding-top: 2rem; */
}

.footer-two-single-wized .contact-info-1.light a,
.contact-info-1.light a {
    color: var(--color-white);
}

.footer-two-single-wized .contact-info-1 a,
.contact-info-1 a,
.footer-two-single-wized .contact-info-1 .disc a {
    font-size: 1.5rem;
    word-break: break-word;
}

.newsletter-section__inner {
    /* max-width: 1200px; */
}

.newsletter-footer__text {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.newsletter-footer__title {
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--color-body);
}

.newsletter-footer__title.sm {
    font-size: 2rem;
}

.newsletter-footer__title.flex {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.newsletter-footer__title.flex.green {
    color: #22c55e;
}

.newsletter-footer__title.lg {
    font-size: 7rem;
    font-weight: 900;
    gap: 0;
    line-height: 1;
}

.newsletter-footer__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.newsletter-section__slider {
    overflow: hidden;
}

.slide-wrapper {
    overflow: hidden;
    transform: rotate(8deg) scale(1.1);
    width: 100%;
}

.slide-wrapper .slider {
    display: flex;
    flex-wrap: nowrap;
}

.slide-wrapper img {
    border: 0.5em solid #fff;
    border-radius: 2em;
    box-shadow: 10px 10px 24px #0000000d;
    height: 320px;
    margin: 1em;
    object-fit: cover;
    width: 480px !important;
}

.home-gallery {
    display: flex;
    align-items: center;
    /* gap: 2rem; */
    will-change: transform;
}

.home-gallery__section {
    width: 100%;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
}

.home-gallery__box {
    width: 100%;
    overflow: hidden;
}

.home-gallery__visual {
    min-width: 250px;
    height: 250px;
    object-fit: cover;
    flex-shrink: 0;
}

.header-contacts {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 30rem;
}

.header-contacts::after {
    content: "";
    display: block;
    padding-top: 43.5%;
}

.header-about {
    min-height: 30rem;
}

.header-about::after {
    padding-top: 43.5%;
}

.header-contacts::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.header-contacts__container {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
}

.header-container {
    position: relative;
    z-index: 20;
}

.header-container.center {
    display: flex;
    justify-content: center;
}

.header-container.end {
    margin-top: auto;
    padding-bottom: 2rem;
}

.header-lead {
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--color-white);
    margin-bottom: 0.5rem;
    line-height: 1;
}

.pre.light-green {
    color: var(--color-body);
}

.title.rts-text-anime-style-1.light {
    color: var(--color-white);
}

.header-contacts__title h1 {
    margin-bottom: 0;
}

.contacts-info-box {
    background: var(--color-primary);
    border-radius: 1rem;
    padding: 2.5rem 2rem;
    min-height: 40rem;
    display: flex;
    flex-direction: column;
}

.contacts-info-box h2,
.contacts-info-container h2 {
    font-size: 2rem;
    color: var(--color-white);
    margin-bottom: 3rem;
}

.contacts-info-box {
    position: relative;
    z-index: 14;
}

.contacts-container {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 4rem;
    margin-bottom: 3rem;
}

.header-contacts__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.header-about__img {
    object-position: center;
}

.contacts-form-box {
    /* padding: 2rem; */
}

.contacts-form .title {
    /* margin-bottom: 1rem; */
}

.contacts-form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contacts-form > *:last-child {
    margin-top: 2rem;
    align-self: flex-end;
}

input[type="text"].contact-form__input,
input[type="email"].contact-form__input,
textarea.contact-form__textarea {
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    resize: none;
}

.google-map {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    z-index: 14;
    margin-bottom: 4rem;
}

.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.single-case-studies-four .inner {
    position: absolute;
    left: 2rem;
    right: 2rem;
    padding: 2rem;
}

.projects-stats-section {
    margin-top: 0;
    margin-bottom: 0;
}

.footer-link {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--color-body);
}

.contacts-info-container {
    padding: 4rem 2rem;
}
.contacts-info-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contacts-shape {
    position: absolute;
}

.contacts-shape.shape-1 {
    top: 0;
    left: 2rem;
}

.contacts-shape.shape-2 {
    bottom: 0;
    right: 2rem;
}

.cta-main-area-wrapper-one .left-areas .title {
    font-size: 2rem;
}

.home-gallery__visuals {
    display: flex;
    gap: 2rem;
}

.home-gallery__visual-box {
    flex-shrink: 0;
}

.about-page p {
    margin-bottom: 1rem;
}

.hide-mobile {
    display: none;
}

.show-mobile {
    display: block;
}

.section-values,
.section-mission-vision {
    margin: 5rem 0;
    width: 100%;
}

.section-mission-vision {
    margin: 8rem 0;
}

.statements {
    margin: 5rem 0;
    display: grid;
    row-gap: 6rem;
}

.statement-img {
    max-width: 100%;
    height: auto;
}

.statement-box {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.statement-box.mission .statement-img {
    margin-bottom: 3rem;
}

.statement-box.vision .statement-img {
    order: 1;
    margin-bottom: 3rem;
    border-radius: 2rem;
}

.statement-box.vision .statement-desc {
    order: 2;
}

.statements h2 {
    margin-bottom: 2rem;
}

.statements p {
    margin-bottom: 0;
}

.values {
}

.values p {
    /* margin-bottom: 0; */
    color: var(--color-white);
    user-select: none;
}

.value {
    padding: 5rem 2rem;
    transition: height 0.3s linear;
    width: 100%;
}

.value.i,
.value.a {
    background: #2eb45a;
}

.value.m,
.value.c {
    background: #239047;
}

.value.p {
    background: #565656;
}

.value.t {
    background: #737373f5;
}

.value-body {
    overflow: hidden;
    height: 0;
}

.value-text,
.value-title {
    opacity: 0;
}

.value.current .value-body {
    height: auto;
    opacity: 1;
}

.value.current .value-text,
.value.current .value-title {
    opacity: 1;
}

.value-abbr {
    font-size: 20rem;
    font-weight: 800;
    color: var(--color-primary);
    line-height: 0.8;
}

.value-title {
    font-size: 2rem;
    font-weight: 800;
}

.value-abbr,
.value-title {
    margin-bottom: 1.5rem;
}

.value {
    flex: 1;
}

/* .value {
display: grid;
grid-template-columns: auto auto;
grid-template-rows: repeat(2, 1fr);
gap: 2rem;
align-items: flex-start;
}

*/

.impact-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.section-impacts {
    position: relative;
    width: 100%;
    /* padding: 5rem 2rem; */
}

.section-impacts::before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 20;
}

.section-impacts::before,
.impacts-section__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.impacts-section__bg {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    /* filter: grayscale(1); */
}

.impacts-container {
    z-index: 200;
    position: relative;
}

.impacts-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5rem;
}

.impacts-box p {
    margin-bottom: 1rem;
    color: var(--color-white);
}

.impacts-box h2 {
    color: var(--color-white);
}

.impacts-img {
    border-radius: 0 !important;
}

.order-sm-1 {
    order: 1;
}

.order-sm-2 {
    order: 2;
}

.section-about.gray {
    background: #dee2e6;
    padding: 4rem 0;
}

.section-about.mb--0 {
    margin-bottom: 0;
}

.m-w-56 {
    max-width: 5.6rem;
}

span.block {
    display: block;
}

.col-2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
}

.section-gees-features,
.section-past-gees {
    background: #f3f7f5;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.section-gees__impacts {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 5rem;
}

.section-past-gees,
.section-gees__impacts {
    background: var(--color-white);
}

.section-gees p {
    margin-bottom: 1rem;
}

.about-gees__features {
    padding-left: 3rem;
}

.about-gees__features p,
.about-gees__features li {
    margin-bottom: 1rem;
}

.gees-features,
.gees-past__editions,
.gees-impacts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 2rem;
}

.gees-impacts {
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
}

.gees-impact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.impact-img {
    height: 6rem;
    width: 6rem;
    margin-bottom: 2rem;
    filter: brightness(0) saturate(100%) invert(12%) sepia(100%) saturate(5845%)
        hue-rotate(158deg) brightness(97%) contrast(90%);
}

.gees-impact h5 {
    font-size: 1.8rem;
    color: var(--color-primary);
}

.gees-feature {
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid var(--color-border);
}

.gees-feature__icon {
    height: 5rem;
    width: 5rem;
    margin-bottom: 2.5rem;
}

.section-cta {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.cta {
    padding: 2rem;
    border-radius: 1.5rem;
    background-image: url(../images/cta/01.webp);
    background-color: rgb(13, 123, 60);
}

.cta h2,
.cta p {
    color: var(--color-white);
}

.cta-form__group {
    display: flex;
    /* background: var(--color-white); */
    padding: 0.5rem;
    /* border: 1px solid var(--color-white); */
    border-radius: 1rem;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.cta-form__group input[type="email"] {
    padding: 1rem 0.5rem;
    background: var(--color-white);
    border: 1px solid var(--color-white);
}

.cta-form__group input[type="email"] {
    border: transparent;
}

.gees-feature h5 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

.gees-feature p {
    margin-bottom: 0;
}

.about-gees-img,
.gess-past__edition-img {
    max-width: 100%;
    height: auto;
    border-radius: 1rem;
}

.gess-past__edition-img {
    /* border-radius: 1rem; */
}

.gees-past__edition-body {
    padding: 2rem;
}

.gees-past__edition-body h5 {
    margin-bottom: 1rem;
}

.gees-past__edition-body p {
    margin-bottom: 0;
}

/* .bg_banner-seven {
height: 350px;
} */

/* 1. Devices with hover and fine pointer */
@media (hover: hover) and (pointer: fine) {
    .single-case-studies-four .inner {
        bottom: -100%;
        transition: bottom 0.3s ease;
    }

    .single-case-studies-four:hover .inner {
        bottom: 40px;
    }
}

/* 2. Devices without hover or just mobile screen size (≤768px) */
@media (max-width: 768px), (hover: none), (pointer: coarse) {
    .single-case-studies-four .inner {
        bottom: 40px;
    }
}

@media only screen and (min-width: 375px) {
    .side-bar {
        right: -100%;
        width: 320px;
    }
    .single-progress .title,
    .single-progress .progress span {
        font-size: 14px;
    }
    /* .bg_banner-seven {
height: 450px;
} */
}

@media only screen and (min-width: 420px) {
    .testimonial-info {
        grid-template-columns: 6rem auto;
    }
}

@media only screen and (min-width: 568px) {
    .container {
        width: 552px;
        margin-left: auto;
        margin-right: auto;
    }

    .single-progress .title {
        left: 30px;
        font-size: 16px;
    }
    .single-progress .progress span {
        right: 25px;
        font-size: 16px;
    }

    .rts-blog-h-2-wrapper .body a .title {
        line-height: 1.5;
    }

    .error-img__box img {
        min-height: 32rem;
    }

    .newsletter-header__top--box h1 {
        font-size: 14rem;
    }

    .newsletter-header__text {
        font-size: 2.5rem;
    }

    .newsletter-stat {
        font-size: 24rem;
    }

    .newsletter-stat.small {
        font-size: 10rem;
    }

    .newsletter-stat__name {
        font-size: 4rem;
    }

    .newsletter-stat__text {
        font-size: 2.5rem;
    }

    .cta-form__group {
        flex-direction: row;
    }

    .cta-form__group input[type="email"] {
        padding: 0;
    }

    .cta-form__group {
        background: var(--color-white);
        padding: 0.5rem 1rem;
        border: 1px solid var(--color-white);
        border-radius: 1rem;
        flex-direction: row;
        gap: 0;
    }

    .cta-form__group input[type="email"] {
        padding: 0rem;
        background: transparent;
        border: transparent;
    }
}

@media only screen and (min-width: 768px) {
    .container {
        width: 744px;
        margin-left: auto;
        margin-right: auto;
    }

    .left-thumbnail-about-area-two {
        margin: unset;
    }

    .header-event-banner p,
    .header-event-banner__link {
        font-size: 1.6rem;
        line-height: 1.5;
    }

    .header-main-one-wrapper .thumbnail {
        min-width: 169px;
    }

    .rts-section-gap {
        padding: 5rem 0;
    }

    .left-thumbnail-about-area-two {
        padding-right: 4rem;
    }

    main.error-main {
        min-height: 75rem;
    }

    .error-img__box img {
        min-height: 40rem;
    }

    .testimonial.testimonial--2 h3,
    .testimonial-details h3 {
        font-size: 1.8rem;
    }

    .newsletter-header__top--box h1 {
        font-size: 16rem;
    }

    .newsletter-header__text {
        font-size: 3rem;
    }

    .newsletter-stat {
        font-size: 28rem;
        line-height: 1;
    }

    .newsletter-stat__name {
        font-size: 6.4rem;
    }

    .newsletter-stat.small {
        font-size: 15rem;
    }

    .newsletter-stat__text {
        font-size: 3rem;
    }

    .newsletter-stat__text {
        line-height: 1.2;
    }

    .newsletter-footer__inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 4rem;
    }

    .newsletter-footer__inner > *:nth-child(2) {
        justify-self: flex-end;
        text-align: right;
    }

    .contacts-container {
        grid-template-columns: 2fr 3fr;
    }

    .contacts-form-box {
        padding: 0 4rem;
    }

    .contacts-info-box {
        padding: 4rem 2.5rem;
    }

    .main-contacts {
        padding-top: 2rem;
    }

    .cta-main-area-wrapper-one .left-areas .title {
        font-size: 2.6rem;
    }

    /* .bg_banner-seven {
height: 600px;
} */

    .header-lead {
        font-size: 1.8rem;
    }

    .header-container.end {
        padding-bottom: 4rem;
    }
}

@media only screen and (min-width: 1024px) {
    .project-counter__name {
        font-size: 1.8rem;
    }
    .project-counter__count {
        font-size: 3.5rem;
    }

    .project-counter__icon {
        font-size: 3rem;
    }

    .testimonial-title__area {
        flex-direction: row;
        align-items: center;
        /* gap: 1rem; */
    }

    .newsletter-header__top--box {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
        padding: 5rem 0;
        align-items: center;
    }

    .newsletter-header__text {
        display: none;
    }

    .newsletter-header__anim {
        display: block;
        height: 41.6rem;
    }

    .newsletter-header__top--box h1 {
        align-self: center;
    }

    .newsletter-header {
        min-height: 70rem;
    }

    .newsletter-header__bottom {
        text-align: center;
    }

    .newsletter-header__top--box h1 {
        font-size: 16rem;
    }

    .container {
        width: 1008px;
        margin-left: auto;
        margin-right: auto;
    }

    .cookie-policy {
        flex-direction: row;
        align-items: center;
        padding: 1rem 2rem;
    }

    .cookie-policy__text,
    .cookie-policy__link {
        text-wrap: nowrap;
        margin: 0;
    }

    .cookie-policy__text {
        margin-left: 0.5rem;
    }

    .cookie-policy__btn.close {
        position: relative;
        top: 0;
        right: 0;
        color: var(--color-white);
    }

    .cookie-policy__btn.close,
    .cookie-policy__btn.acc {
        margin-left: 1.5rem;
    }

    .project-counters {
        /* margin-top: 4rem; */
    }

    .nav-area ul {
        height: 55px;
    }

    .header-one .nav-area {
        height: 100%;
    }

    .nav-area ul li.main-nav,
    header.header--sticky.sticky .nav-area ul li.main-nav {
        padding-top: 0;
        padding-bottom: 0;
        height: 100%;

        display: flex;
        align-items: center;
    }

    .header-main-one-wrapper .thumbnail {
        min-width: 179px;
    }

    .single-case-studies-four .inner {
        left: 4rem;
        right: 4rem;
        padding: 2.7rem 4rem;
    }

    .newsletter-download__btn,
    .newsletter-download__btn:hover {
        font-size: 2.4rem;
        padding: 1.6rem 2.4rem;
    }

    main.error-main {
        min-height: 85rem;
    }
    .error-img__box img {
        min-height: 60rem;
    }

    .section-about__main,
    .col-2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 4rem;
    }

    .about-main--right-imgs {
        margin-top: 5rem;
    }

    .about-main--right-imgs.mt--0 {
        margin-top: 0;
    }

    .right-box__inner {
        max-width: 45rem;
    }

    .right-box__inner.right {
        margin-left: auto;
    }

    .right-box.center {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .newsletter-stat {
        font-size: 32rem;
    }

    .newsletter-footer__text {
        font-size: 2.5rem;
        line-height: 1.5;
        margin-bottom: 1.5rem;
    }

    .newsletter-footer__title {
        font-size: 3rem;
    }

    .newsletter-footer__title.sm {
        font-size: 2.5rem;
    }

    .newsletter-footer__title.lg {
        font-size: 9rem;
    }

    .newsletter-section {
        padding: 10rem 0;
    }

    .newsletter-section.extra-spacing {
        padding: 12rem 0;
    }

    .contacts-container {
        grid-template-columns: 2fr 4fr;
    }

    .contacts-form-box {
        padding: 0 4rem;
    }

    .contacts-info-box {
        padding: 4rem 3.5rem;
    }

    .google-map {
        height: 50rem;
        padding-bottom: 0;
    }

    .rts-about-area.about-bg-four.bg_image.rts-section-gap {
        margin-top: 8rem;
        margin-bottom: 6rem;
    }

    .contacts-info-box h2,
    .contacts-info-container h2 {
        font-size: 2.6rem;
    }

    .contacts-info-container {
        padding: 4rem;
    }

    .header-contacts {
        max-height: 65rem;
    }
    /*
.bg_banner-seven {
height: 700px;
} */

    .hide-mobile {
        display: block;
    }

    .show-mobile {
        display: none;
    }

    .order-sm-1 {
        order: 2 !important;
    }

    .order-sm-2 {
        order: 1 !important;
    }

    .section-about.mt-sm--0 {
        margin-top: 2rem;
    }

    .section-about.gray {
        padding: 8rem 0;
    }

    .section-gees {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }

    .values {
        display: flex;
        align-items: flex-start;
        flex-direction: row;
    }

    .value {
        width: calc(100% / 6);
        display: flex;
        align-items: center;
        transition: width 0.3s linear;
    }

    .value-body {
        height: auto;
        width: 0;
        margin-left: 2rem;
        padding-top: 6rem;
    }

    .value {
        width: auto;
        height: 40rem;
    }

    .value-body {
        transition: width 0.3s linear;
    }

    .value.current .value-text,
    .value.current .value-title {
        opacity: 1;
        transition: opacity 0.1s linear;
        min-width: 25rem;
    }

    .value.current .value-body {
        width: auto;
        width: 25rem;
    }

    .value-abbr {
        /* font-size: 22rem; */
    }

    p.value-title {
        margin-bottom: 2rem;
    }

    .section-values {
        margin: 6rem 0;
    }

    .statements {
        grid-template-columns: repeat(2, 1fr);
        gap: 6rem;
        margin: 8rem 0;
        margin-bottom: 0;
    }

    .statement-box.vision .statement-img {
        order: 2;
        margin-bottom: 0;
    }

    .statement-box.vision .statement-desc {
        order: 1;
        margin-bottom: 4rem;
    }

    .value {
        padding: 5rem 2rem;
    }

    .about-main--right-imgs.mt-lg--20 {
        margin-top: 2rem;
    }

    .section-gees-features,
    .section-past-gees {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .cta {
        padding: 4rem;
    }
}

@media only screen and (min-width: 1200px) {
    .button-area .rts-btn.btn-primary {
        margin-right: 0;
    }

    .newsletters-listing,
    .listing {
        order: 1;
    }

    .newsletters-filters,
    .filters {
        order: 2;
    }

    .error-btn__box p {
        font-size: 1.8rem;
    }

    .testimonial.testimonial--2 h3,
    .testimonial-details h3 {
        font-size: 2rem;
    }

    .testimonial-details p {
        font-size: 1.6rem;
    }

    .right-box__inner {
        max-width: 55rem;
    }

    .newsletter-footer__text {
        font-size: 2.6rem;
        line-height: 1.6;
        margin-bottom: 2rem;
    }

    .newsletter-footer__title {
        font-size: 3.5rem;
    }

    .newsletter-footer__title.sm {
        font-size: 3rem;
    }

    .newsletter-footer__title.lg {
        font-size: 12rem;
    }

    .newsletter-section {
        padding: 12rem 0;
    }

    .newsletter-section.extra-spacing {
        padding: 14rem 0;
    }

    /* .bg_banner-seven {
height: 800px;
} */

    .header-lead {
        font-size: 2rem;
    }

    .header-container.end {
        padding-bottom: 6rem;
    }

    .cta {
        padding: 4rem 6rem;
    }
}

@media only screen and (min-width: 1280px) {
    .container {
        width: 1260px;
        margin-left: auto;
        margin-right: auto;
    }

    .header-main-one-wrapper {
        justify-content: unset;
    }

    .header-main-one-wrapper .main-header {
        width: 100%;
        justify-content: space-between;
        padding-left: 2rem;
    }

    .left-thumbnail-about-area-two {
        padding-right: 0;
    }

    .section-about__main,
    .col-2 {
        gap: 6rem;
    }

    .newsletter-header {
        min-height: 70rem;
    }

    .value {
        padding: 5rem 4rem;
        padding-left: 2rem;
    }

    .section-gees {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
}

@media only screen and (min-width: 1440px) {
    .container {
        width: 1428px;
        margin-left: auto;
        margin-right: auto;
    }

    .value-abbr {
        font-size: 25rem;
    }

    .header-main-one-wrapper .main-header {
        padding-left: 6rem;
    }

    .newsletter-header {
        min-height: 80rem;
    }

    .header-contacts {
        max-height: 80rem;
    }

    .header-contacts::after,
    .header-about::after {
        padding-top: 56.5%;
    }

    .statements {
        gap: 8rem;
    }
}
