/*
Theme Name: Ggov Template
Theme URI: https://min-code.com
Author: Min-code Group
Author URI: https://min-code.com
Version: 1.0
Text Domain: www.ggov.md
*/

:root {
    --primary-color: #012206;
    --secondary-color: #186019;
    --tertiary-color: #013507;
    --quaternary-color: #C2C2C2;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Open Sans", sans-serif;
}

h1 {
    font-size: 4rem;
    padding: 0;
    margin: 0;
    line-height: 1.3
}

h2 {
    font-size: 4rem;
    padding: 0;
    margin: 0;
    line-height: 1.3
}

h3 {
    font-size: 2.4rem;
    padding: 0;
    margin: 0;
    line-height: 1.3
}

h4 {
    font-size: 1.8rem;
    padding: 0;
    margin: 0;
}

p {
    font-size: 1.8rem;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4
}

dl, ol, ul {
    padding-left: 0;
}

.container {
    max-width: 1470px;
    padding: 0 15px;
}

/* Dividers */

.mt-120 {
    margin-top: 120px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-40{
    margin-bottom: 40px;
}

.mb-50{
    margin-bottom: 50px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-50 {
    margin-top: 50px;
}

/* Text Color */


.main-text {
    color: #186019;
}

.fs-30 {
    font-size: 3rem;
}

.header_left h1 {
    color: #FFE5BD;
}

.header_left p {
    color: white;
    margin-top: 40px;
    margin-bottom: 80px;
}

.background_image {
    background-color: #013507;
}

.bg__header {
    background-size: contain;
    background-repeat: no-repeat;
}

.header_left {
    padding-right: 140px;
    padding-left: 15px;
}

.header_right{
    border-left: 2px solid white;
}

.header_right img {
    width: 100%;
    height: 737px;
    object-fit: cover;
}

.container__loc {
    max-width: 1680px;
    margin-left: auto;
    margin-right: 0;
}

.post_item a:hover h4 {
  color: #186019
}

.trading_news a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: white;
  text-decoration: none;
  transition: 0.3s;
}

.single_right .single_latest a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: 0.3s;
  color: #000;
}

.trading_news a h4,
.single_right .single_latest a h4 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}

.single_right .single_latest a h4:hover {
  color: #186019
}

.publication_item h3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.description p {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trading_news a:hover {
  color: #AFAFAF;
}

.link_absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.hero_home .overlay-content .d-flex img {
  width: auto;
  height: 16px;
  margin-top: 5px;
}

.hero_home .main_post:hover h3 {
  color: #186019
}

.hero_home .overlay-content .d-flex span {
  font-size: 1.6rem;
  color: #8b8985;
  text-decoration: underline;
  margin-right: 10px;
}

.main_post .img-container{
    width: 100%;
}


/* Main Button */
.button_slider {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    font-size: 1.6rem;
    font-weight: 600;
    text-decoration: none;
    background: white;
    border-radius: 50px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.button_slider::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    transform: skewX(-20deg);
    transition: left 0.5s ease;
    z-index: 1;
}

.button_slider:hover::after {
    left: 200%;
}

.button_slider i {
    transition: transform 0.3s ease;
    z-index: 2;
}

.button_slider:hover {
    background: #d5d5d5;
    transform: translateY(-2px);
}

.button_slider:hover i {
    transform: translateX(6px);
}

.button_slider span {
    position: relative;
    z-index: 2;
}

.main_button {
    font-size: 1.6rem;
    font-weight: 400;
    background: #186019;
    padding: 12px 40px;
    border-radius: 10px;
    color: white;
    transition: 0.3s;
}

.main_button:hover {
    color: white !important;
    background: #124a13 !important;
}

.main_button i,
.button_slider i {
    margin-left: 10px;
}

.list_buttons {
    display: flex;
    column-gap: 40px;
}

.bg_color1 {
    background: #D2B48C;
}

.bg_color1:hover {
    background: #aa9171 !important;
}

/* Header */

/* Toogle Button*/
.no-scroll {
    overflow: hidden;
    height: 100vh;
}

.navbar__toggle {
    display: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgb(214, 125, 18);
    background: linear-gradient(90deg, rgba(214, 125, 18, 1) 0%, rgba(255, 169, 34, 1) 100%);
    border: none;
    cursor: pointer;
    z-index: 2001;
    position: relative;
    justify-content: center;
    align-items: center;
}

.navbar__toggle span {
    display: block;
    position: absolute;
    width: 30px;
    height: 4px;
    background: #191919;
    border-radius: 2px;
    transition: transform 0.3s ease, background 0.3s ease;
}

.navbar__toggle span:nth-child(1) {
    transform: translateY(-6px);
}

.navbar__toggle span:nth-child(2) {
    transform: translateY(6px);
}

.navbar__toggle.open span:nth-child(1) {
    transform: rotate(45deg);
}

.navbar__toggle.open span:nth-child(2) {
    transform: rotate(-45deg);
}

/* End toogle */

.navbar__menu {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: var(--primary-color);
    margin-bottom: 2px;
}

.single-post .navbar__menu {
    border-bottom: 1px solid #C2C2C2;
}

.navbar__menu .container {
    padding: 16px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
}

.navbar__menu__items ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    list-style: none;
    margin-bottom: 0;
}

.header_logo {
  width: 340px;
}

.navbar__menu__items ul li a {
    font-size: 1.8rem;
    color: white;
    text-decoration: none;
}

.navbar__menu__items ul li {
    position: relative;
}

.menu-item-has-children > a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    margin-left: 10px;
    display: inline-block;
    transition: transform 0.3s;
}
.menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
}


.menu-item-has-children > .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #12511b;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    z-index: 1000;
    min-width: 90px;
    border-radius: 5px;
}

.menu-item-has-children:hover > .sub-menu {
    display: block;
}

.sub-menu li a {
    color: white;
    font-size: 1.4rem;
    padding: 10px 15px;
    transition: background-color 0.3s, color 0.3s;
}

.sub-menu li a:hover {
    color: #D67D12;
    background-color: rgba(255, 255, 255, 0.4);
}

.navbar__menu__items ul > li > a {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 24px;
    padding: 5px 0;
    transition: color 0.3s, background-color 0.3s;
}

.navbar__menu__items ul > li.menu-item-has-children > a {
  color: white;
  transition: color 0.3s, background-color 0.3s;
}

.navbar__menu__items ul > li.menu-item-has-children > a:hover {
  color: #FFE5BD;
}

.navbar__menu__items ul li ul li.current_page_item > a::before,
.navbar__menu__items ul li ul li.current-menu-item > a::before,
.navbar__menu__items ul li ul li.current-menu-ancestor > a::before {
    content: none !important;
    border-top: none !important;
    top: 0;
}

.navbar__menu__items ul > li.current_page_item > a {
    color: #FFE5BD;
    text-decoration: underline;
}

.current-menu-item a {
  color: #FFE5BD!important;
  text-decoration: underline!important;
}

.navbar__menu__items ul li a:hover {
    color: #FFE5BD;
}

.navbar__menu__items ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    z-index: 1000;
    min-width: 150px;
}

.navbar__menu__items ul li ul li {
    display: block;
}

.navbar__menu__items ul li ul li a {
    padding: 5px 15px;
    font-size: 1.6rem;
    color: #ffffff;
    transition: background-color 0.3s, color 0.3s;
}

.navbar__menu__items ul li ul li a:hover {
    color: #ededed;
}

.navbar__menu__items ul li:hover > ul {
    display: block;
}

/* End Header */

/* Home Hero */

.hero_home {
    padding: 80px 0px;
    background: #F6F6F6;
}

.hero_home .text-center {
  margin-bottom: 30px;
  text-transform: uppercase;
}

.hero_home .main_post img {
    width: 100%;
    height: 630px;
    object-fit: cover;
    border-radius: 10px;
}

.post_hover {
  color: white;
  transition: 0.3s;
  text-decoration: none;
}

.post_hover:hover {
  color: #186019;
}

.post_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.post_item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.post_item h4 {
    font-weight: 700;
}

.hero_left {
    padding-right: 40px;
}

.post_item .category {
    display: flex;
    margin-block: 15px;
}

.post_item .category a {
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
    color: #186019;
    position: relative;
    padding-right: 15px;
}

.post_item .category a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1em;
    border-left: 1px solid #186019;
}

.post_item .category span {
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
    color: #186019;
    padding-left: 15px;
}

.img-container {
    position: relative;
    display: inline-block;
}

.img-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%; /* ajustează în funcție de cât de mult gradient vrei */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
    z-index: 1;
    pointer-events: none;
}

.img-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px; /* opțional */
}

.img-container img {
    display: block;
    width: 100%;
    height: auto;
}

.overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.05) 60%);
    color: #fff;
    z-index: 2;
}

.overlay-content h3 {
    margin-bottom: 30px;
    font-weight: 700;
    transition: 0.3s
}

.read-more {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.8rem;
    color: #AAAAAA;
    text-decoration: none;
    font-weight: 600;
    position: relative;
}

.read-more img {
    width: 14px !important;
    height: 12px !important;
}

/*.read-more::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: -5px;*/
/*    left: 106px;*/
/*    transform: translateY(-50%);*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    background-image: url(./assets/images/arrow.svg);*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*}*/

.read-more::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: #AAAAAA;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: left;
}

.read-more:hover::after {
    transform: scaleX(1);
}

.our_mission .block_title h2 {
    margin-bottom: 20px;
}

.our_mission .block_title p {
    max-width: 75%;
    margin: 0 auto;
}

.top-mission {
    margin-top: 185px;
}

.mission_content {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.mission_item {
    padding: 25px;
    border: 1px solid #CFCFCF;
    border-radius: 10px;
}

.mission_item h2 {
    font-size: 6rem;
    text-align: center;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 20px;
}

.mission_item p {
    text-align: center;
}

.latest-news {
    padding-block: 80px;
    background: #F6F6F6;
}

.latest_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 40px;
}

.latest_item img {
    width: 100%;
    height: 255px;
    object-fit: cover;
    border-radius: 10px;
}

.latest_item h4 {
    margin-block: 20px;
    font-weight: 700;
    text-align: center;
}

.latest_item .read_more {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #8C8985;
    text-decoration: underline;
}

.latest_item .read_more p {
    font-weight: 700;
    color: #8C8985;
    margin-bottom: 0;
    transition: 0.3s
}

.latest_item .read_more img {
    width: 14px;
    height: 12px;
    margin-top: 3px;
}

.map_frame {
    height: 695px;
    border-radius: 10px;
    overflow: hidden;
}

#contact__about .map_frame,
.contact__about .map_frame {
  height: 610px;
}

.contact_right h2 {
    font-size: 3rem;
}

#contact__about.mb-120,
.contact__about.mb-120,
.contact_us.mb-120 {
  margin-bottom: 40px;
}

.page-template-contact-template .contact_form {
  margin-top: 40px;
}

.contact_section .contact_item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact_section.mb-120 {
  margin-bottom: 40px;
}

.contact_section .col-md-5 {
    padding-right: 50px;
}

.contact_content {
    margin-top: 35px;
}

.border_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 43px;
    height: 43px;
    background: var(--secondary-color);
}

.contact_item .content p {
    color: #AFAFAF;
    font-weight: 700;
    font-size: 1.5rem;
}

.contact_item {
    margin-bottom: 30px;
}

.contact_item .content a {
    color: #000000;
    font-weight: 700;
    font-size: 2rem;
    text-decoration: none;
    transition: 0.3s
}

.contact_item .content a:hover {
  color: #186019;
  transition: 0.3s
}

.copyright a {
  color: white;
}

.social_links a {
    position: relative;
}

.social_links a::after {
    content: '|';
    margin-left: 5px;
    margin-right: 5px;
    color: black;
}

.social_links a:last-child::after {
    content: ''; /* elimină separatorul de la ultimul link */
}


/*.social_links a::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    height: 2em;*/
/*    border-left: 1px solid #186019;*/
/*}*/

/* Contact Page */

.info_contact {
    padding-left: 60px;
}

.info_contact h1 {
    font-weight: 600;
    margin-bottom: 40px;
}

.info_contact h2 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.map_zone h3 {
    margin-top: 40px;
}

.map_content {
    height: 880px;
    border-radius: 30px;
    overflow: hidden;
}

.contact_item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 26px;
}

.contact_item p {
    font-size: 1.8rem;
}

.contact_form br {
    display: none;
}

.contact_form label {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    color: #3D4C5E;
    margin-bottom: 0px;
}

.wpcf7-not-valid-tip {
    font-size: 1.4rem;
}

.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form input[type="tel"],
.contact_form textarea {
    width: 100%;
    padding: 14px 20px;
    font-size: 1.6rem;
    color: #606060;
    border: 1px solid #ECECEC;
    border-radius: 10px;
    background-color: #ffffff;
    margin-bottom: 20px;
    transition: border-color 0.3s ease;
}

.contact_form input::placeholder,
.contact_form textarea::placeholder {
    color: #909DAD;
}

.contact_form input[type="text"]:focus,
.contact_form input[type="email"]:focus,
.contact_form input[type="tel"]:focus,
.contact_form textarea:focus {
    border-color: var(--primary-color);
    outline: none;
}

.form_field {
    width: 50%;
}

.contact_form textarea {
    width: 100%;
    height: 150px;
    resize: none;
}

.contact_form input[type="submit"] {
    background-color: #013507;
    color: #fff;
    padding: 17px 144px;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact_form input[type="submit"]:hover {
    background-color: #012b09;
}

.contact_form .d-flex {
    display: flex;
    gap: 20px;
}

.contact_form .d-flex label {
    flex: 1;
}

.contact_form

@media (max-width: 768px) {
    .d-flex {
        flex-direction: column;
    }
}

.contact_form .wpcf7-not-valid-tip {
    margin-bottom: 30px;
}

/* End Page Contact */

.footer {
    padding-top: 160px;
    color: white;
    background: linear-gradient(0deg, rgba(1, 9, 2, 1) 0%, rgba(1, 53, 7, 1) 50%);
}

.footer .container {
    padding-bottom: 80px;
}

.logo_footer {
    display: flex;
    justify-content: center;
}

.description_footer {
    margin-block: 40px;
}

.description_footer h4 {
    margin-bottom: 20px;
    font-size: 2.2rem;
}

.social_footer {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.grid__footer {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
}

.trading_news {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.trading_news img {
    width: 30%;
    height: 55px;
    object-fit: cover;
    border-radius: 10px;
}

.tranding_news h4 {
    width: 70%;
}

.footer_column h5 {
    position: relative;
    font-size: 1.8rem;
}

.title-line {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 35px;
}

.section-title {
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    white-space: nowrap;
}

.line {
    flex: 1;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

.copyright {
    background: var(--tertiary-color);
    padding: 18px 0;
}

.copyright p {
    font-size: 1.4rem;
    font-weight: 700;
}

.hero_news {
    background: #F6F6F6;
    padding: 50px 0;
}

.hero_news_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.hero_title{
    max-width: 60%;
}

.hero_title h1 {
    margin-bottom: 20px;
}

.hero_title p {
    color: #8C8985;
    margin-bottom: 0;
}

.stat_item p {
  margin-bottom: 0;
}

/* News Page */

.content_news {
    margin-block: 80px;
    display: flex;
    gap: 50px;
}

.get_involved.mt-120 {
  margin-top: 90px;
}

.news_item {
    width: calc((100% - 50px) / 2);
}

.news_item .category_publications {
    margin-top: 15px;
    margin-bottom: 20px;
}

.news_item h3 {
    font-weight: 700;
    margin-bottom: 30px;
    transition: 0.3s
}

.news_item img {
    width: 100%;
    height: 477px;
    object-fit: cover;
    border-radius: 10px;
}

.publications_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 70px;
}

.category_publications {
    margin-top: 15px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.category_pub {
    color: #186019;
    font-size: 1.4rem;
    padding-right: 20px;
    text-decoration: none;
    margin-bottom: 0;
}

.date_pub {
    color: #186019;
    font-size: 1.4rem;
    padding-left: 20px;
    margin-bottom: 0;
}

.divider_pub {
    position: relative;
    width: 1px;
    height: 16px;
    background-color: #0d550d;
    opacity: 0.6;
}

.category_publications {
    font-weight: 700;
    color: var(--tertiary-color);
}

.form_field1 {
  position: relative;
}

.wpcf7-spinner {
  position: absolute;
  top: 15px;
  left: 5px;
}

.single_latest:last-child {
  margin-bottom: 0;
}

.publication_item h3 {
    font-size: 2rem;
    font-weight: 700;
    transition: 0.3s
}

.publication_item h3:hover,
.news_item h3:hover {
  color: #186019
}

.publication_item .description p {
    font-size: 1.6rem;
    margin-top: 15px;
    margin-bottom: 25px;
    line-height: 24px;
}

.publication_item img {
    width: 100%;
    height: 315px;
    object-fit: cover;
    border-radius: 10px;
}

.view_button {
    position: relative;
    font-size: 1.8rem;
    font-weight: 700;
    color: #8C8985;
    transition: 0.3s
}

.view_button:hover,
.latest_item .read_more p:hover {
  color: #186019
}

.view_button::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 106px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url('./assets/images/arrow.svg'); /* sau .png */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.border_line {
    border: 1px solid #DCDCDC;
}

.publications .container {
  border-top: 1px solid #c7c7c7;
  padding-top: 70px;
}

.breadcrumb {
    font-family: sans-serif;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.publications {
  margin-bottom: 40px;
}

.breadcrumb a {
    color: green;
    text-decoration: none;
    font-weight: bold;
}

.breadcrumb .separator {
    color: #000;
}

/* about us */

.about_image {
    margin-top: 50px;
    margin-bottom: 100px;
    width: 100%;
    height: 471px;
    object-fit: cover;
    border-radius: 10px;
}

.sidebar-menu {
    position: sticky;
    top: 120px;
    list-style: none;
    padding: 33px;
    background-color: rgba(24, 96, 25, 0.06);
    height: 100%;
    border-radius: 10px;
}

.sidebar-menu li {
    margin-bottom: 25px;
    list-style: none;
}

.sidebar-menu li a {
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.sidebar-menu li:last-child {
    margin-bottom: 0;
}

.sidebar-menu li.active a {
    color: #186019;
    position: relative;
}

.sidebar-menu li.active a::before {
    content: '';
    position: absolute;
    left: -34px;
    top: 0;
    bottom: 10px;
    width: 6px;
    height: 100%;
    background-color: #186019;
    border-radius: 0 2px 2px 0;
}

.highlight {
    color: #186019;
    font-weight: bold;
}

.about_sec .col-md-10 {
    padding-right: 70px;
}

.about_sec h2 {
    margin-bottom: 40px;
}

.about_sec h3 {
    margin-bottom: 30px;
    text-decoration: underline;
}

.about_mission {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 70px;
}

.m-about-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: var(--primary-color);
    padding: 20px;
    color: white;
    border-radius: 10px;
}

.m-about-item img {
    width: 60px;
    height: 70px;
}

.m-about-item p {
    margin-top: 30px;
}

.areas_item {
    margin-bottom: 30px;
}

.areas_item:last-child {
    margin-bottom: 0;
}

.areas_item h4 {
    color: #186019;
    font-weight: 700;
    margin-bottom: 20px;
}

.support_content {
    margin-top: 30px;
    margin-bottom: 100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.support_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    border: 1px solid #CFCFCF;
    border-radius: 10px;
}

.support_item img{
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.support_item h4 {
    margin-top: 25px;
}

.statistics_about {
    margin-top: 30px;
}

.stat_item {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 30px;
}

.stat_item:last-child {
    margin-bottom: 0;
}

.stat_item h2 {
    color: #013507;
    font-weight: 700;
    margin-bottom: 0;
}

.stat_item p {
    font-weight: 700;
}

.wins_image {
    width: 100%;
    height: 471px;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 67px;
    margin-bottom: 100px;
}

.contact__about h2 {
    font-size: 3rem;
    color: #186019;
}

.about_map {
    padding-left: 30px;
}

.footer_ul {
    margin-left: 10px;
    list-style: none;
}

.footer_ul li {
    position: relative;
    padding-left: 20px;
    font-size: 1.8rem;
    list-style: none;
    margin-bottom: 15px;
}

.footer_ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 12px;
    background-image: url('./assets/images/arrow-next.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transition: filter 0.3s ease;
}

.footer_ul li:last-child {
    margin-bottom: 0;
}

.footer_ul li a img {
    margin-right: 15px;
}

.footer_ul li a {
    color: white;
    text-decoration: none;
    transition: 0.3s;
}

.footer_ul li a:hover {
    color: #c5c5c5;
}

.footer_contact .contact_item .content a {
    color: white;
    font-size: 1.6rem;
    font-weight: 500;
}

.contact_us .col-md-7 {
    padding-left: 60px;
}

.single_post h2 {
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 50px;
    font-size: 26px;
}

.single_post img {
    margin-top: 40px;
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 10px;
}

.single_left {
    padding-right: 70px;
}

.latest_single {
    padding: 30px;
    background: rgba(24, 96, 25, 0.06);
    border-radius: 10px;
}

.single_latest {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.single_latest img {
    margin-top: 0;
    width: 30%;
    height: 55px;
    flex-shrink: 0;
}

.latest_single .line {
    background: #8C8985;
}

.latest_single .title-line {
    margin-bottom: 20px;
}

.single_latest h4 {
    font-size: 1.6rem;
}

.the_content {
    margin-top: 50px;
}

.share_article {
    margin-top: 70px;
    padding: 35px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    background: #013507;
    border-radius: 10px;
}

.share_article h4 {
    font-weight: 700;
}

.share_article img {
    margin-top: 0;
    width: 30px;
    height: 30px;
    border-radius: 0;
}

.newsletter {
    position: relative;
    background: #ECECEC;
    padding: 60px 138px;
    border-radius: 20px;
    top: 80px;
}

.newsletter h2 {
    font-size: 3rem;
    text-align: center;
    font-weight: 700;
}

.newsletter_form {
    margin-top: 30px;
}

.newsletter_form .form_field1 {
    flex: 1;
}

.newsletter_form .contact_form {
    justify-content: center;
}

.form_field:last-child {
    flex: 0 0 auto; /* butonul nu se va întinde */
}

.newsletter_form input[type="text"],
.newsletter_form input[type="email"],
.newsletter_form input[type="tel"] {
    border: 1px solid #707070;
    margin-bottom: 10px;
}

.newsletter_form input[type="submit"] {
    width: 100%;
}

.newsletter_form .form_check {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.newsletter_form .form_check .wpcf7-list-item-label {
    font-size: 1.6rem;
    font-weight: 400;
}

.subscribe_sidebar {
    margin-bottom: 50px;
}

.subscribe_form .d-flex {
    flex-direction: column;
    gap: 0;
}

.subscribe_form input[type="submit"] {
    width: 100%;
    font-size: 1.4rem;
    padding: 17px 0;
}

.subscribe_form input[type="text"],
.subscribe_form input[type="email"],
.subscribe_form input[type="tel"] {
    margin-bottom: 12px;
    font-size: 1.4rem;
}

.single-post .newsletter {
    display: none;
}

.mb-18 {
    margin-bottom: 18px;
}

.image_container {
    position: relative;
    max-width: 100%;
}

.main_image {
    width: 80%;
    height: 550px;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.second_image {
    position: absolute;
    bottom: -35px;
    right: 10px;
    width: 50%;
    height: 270px;
    object-fit: cover;
    border-radius: 10px;
}

/* effect image */

.main_image,
.second_image {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease forwards;
}

.second_image {
    animation-delay: 0.3s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.about_right {
    padding-left: 70px;
}

.about_right p {
    margin-top: 40px;
    margin-bottom: 60px;
}

/* Marquee */

.marquee-bar {
    margin-top: 120px;
    overflow: hidden;
    white-space: nowrap;
    background: var(--tertiary-color);
    position: relative;
    padding: 30px 0;
    z-index: 100;
}

.marquee-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    will-change: transform;
    z-index: 100;
}

.marquee_item {
    display: flex !important;
    align-items: center;
    gap: 50px;
}

.marquee-bar__title {
    font-size: 4rem;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px white;
    text-stroke: 1px white;
    z-index: 1000;
    padding-right: 50px;
}

.marquee-content.clone {
    left: 100%;
}

.resolution__true {
    height: 300px;
}

.publications_sec h2 {
    margin-bottom: 30px;
}

.publications_sec .block_title {
    margin-bottom: 50px;
}

.publications_sec .block_title p {
    max-width: 60%;
    margin-bottom: 0;
}

.contact_item p,
.copyright p {
  margin-bottom: 0px;
}

.arrows_slider {
    display: flex;
    align-items: center;
    width: 30%;
    position: relative;
    justify-content: flex-end;
}

.arrows_slider .swiper-button-prev {
    left: auto;
    right: 14px;
    position: relative;
    content: "";
    background-image: url('assets/images/arrow-slider.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}

.arrows_slider .swiper-button-next {
    position: relative;
    content: "";
    background-image: url('assets/images/arrow-slider.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    right: 0;
    transform: rotate(180deg);
}

.arrows_slider .swiper-button-next::after,
.arrows_slider .swiper-button-prev::after {
    content: none;
}

.publication_slider .swiper-slide {
    display: flex;
    background: rgba(24, 96, 25, 0.07);
    padding: 40px;
    border-radius: 10px;
}

.publication_slider .swiper-slide img {
    width: 50%;
    height: 294px;
    object-fit: cover;
    border-radius: 10px;
}

.publication_slider .swiper-slide .content {
    padding-left: 35px;
}

.publication_slider .swiper-slide h4 {
    font-size: 2.4rem;
    line-height: 34px;
}

.publication_slider .swiper-slide p {
    margin-top: 20px;
    margin-bottom: 30px;
}

.publication_slider .swiper-slide .main_button {
    font-weight: 700;
}

/* Involved Page */
.involved_content {
    display: flex;
    flex-direction: column;
    gap: 90px;
}

.involved_item .img-container {
    width: 100%;
}

.involved_item .img-container img {
    width: 100%;
    height: 471px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
}

.involved_item .content {
    margin-top: 50px;
}

.get_involved .col-md-10 {
    padding-right: 70px;
}

.involved_item h4 {
    font-size: 2.2rem;
    text-decoration: underline;
    margin-bottom: 30px;
}

.involved_item strong {
    color: #186019;
}

.badge {
    position: absolute;
    background: #186019;
    padding: 20px 65px;
    bottom: 30px;
    left: 30px;
    border-radius: 10px;
}

.badge span {
    font-size: 3rem;
    font-weight: 700;
}

.downloads_document h2{
    margin-top: 60px;
    font-size: 3rem;
    color: #186019;
    margin-bottom: 20px;
}

.download-list {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    font-family: sans-serif;
}

.download-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
}

.download-item:last-child {
    border-bottom: none;
}

.doc-info {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.doc-info img{
    margin-top: 0;
    width: 23px;
    height: 23px;
}

.download-link img{
    margin-top: 0;
    width: 15px;
    height: 15px;
}

.doc-info i {
    font-size: 20px;
    color: #000;
}

.download-link {
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    gap: 6px;
    color: green;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s;
}

.download-link:hover {
    color: darkgreen;
}

.list_items{
    margin-top: 40px;
}

.list_items li{
    margin-top: 40px;
    list-style: none;
}

.list_items li h4{
    color: #186019;
    font-size: 1.8rem;
    font-weight: 700;
    text-decoration: none;
    line-height: 28px;
    margin-bottom: 20px;
}

.page-title{
    margin-bottom: 50px;
}

.page_content h2 {
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 50px;
  font-size: 30px;
}

.single_post h1 {
  margin-bottom: 40px;
}

.latest-news .latest_item a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

.latest-news .latest_item h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.latest-news .latest_item a:hover {
  color: #186019
}

.post-template-default .footer {
  padding-top: 80px;
}

@media only screen and (max-width: 640px) {
  h1 {
    font-size: 3rem;
  }
  .hero_title {
    width: 100%;
  }
  .hero_news_content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .breadcrumb {
    width: 100%;
    margin-bottom: 30px;
  }
  .hero_news {
    padding: 20px 0 30px 0;
  }
  .hero_title h1 {
    margin-bottom: 10px;
  }
  p {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .mt-90 {
    margin-top: 60px;
  }
  .contact_us .row {
    flex-direction: column-reverse;
  }
  .contact_content {
    margin-top: 0;
  }
  .contact_us .col-md-7 {
    padding-left: 0;
  }
  .contact_form input[type="submit"] {
    padding: 15px;
    width: 100%;
  }
  .form_field {
    width: 100%;
  }
  .contact_form .d-flex {
    flex-wrap: wrap;
    gap: 0px
  }
  .contact_form {
    margin-bottom: 50px;
  }
  .contact_item .content a {
    font-size: 1.8rem
  }
  .map_frame {
    height: 300px;
  }
  .newsletter {
    padding: 30px 15px;
    border-radius: 10px;
  }
  .newsletter h2, h2 {
    font-size: 2.6rem
  }
  #contact__about.mb-120,
  .contact__about.mb-120,
  .contact_us.mb-120 {
    margin-bottom: 0;
  }
  .newsletter_form .d-flex {
    display: block!important
  }
  .page-template-contact-template .contact_form {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .newsletter_form .form_check .wpcf7-list-item-label {
    font-size: 1.4rem;
  }
  .logo_footer,
  .description_footer,
  .social_footer {
    padding: 0 15px
  }
  .description_footer h4 {
    font-size: 1.8rem;
  }
  .description_footer {
    margin-block: 30px;
  }
  .grid__footer {
    margin-top: 50px;
  }
  .title-line {
    margin-bottom: 15px;
  }
  .grid__footer {
    gap: 30px;
  }
  .footer .container {
    padding-bottom: 30px;
  }
  .footer {
    padding-top: 130px;
  }
  .copyright p {
    font-size: 1.2rem;
  }
  .copyright {
    padding: 12px 0
  }
  .footer_ul li {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .section-title {
    font-size: 1.6rem;
  }
  .page-template-contact-template .contact_us .contact_form {
    margin-bottom: 50px;
  }
  .page_content h2 {
    font-size: 24px;
    margin-top: 40px;
  }
  .get_involved .col-md-10 {
    padding-right: 0;
  }
  .get_involved.mt-120 {
    margin-top: 50px;
  }
  .badge span {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .badge {
    position: absolute;
    background: #186019;
    padding: 14px 15px;
    bottom: 15px;
    left: 15px;
    border-radius: 10px;
    right: 15px;
    width: calc(100% - 30px);
  }
  .involved_item .img-container img {
    height: 240px;
  }
  .involved_item .content {
    margin-top: 30px;
  }
  .involved_item h4 {
    font-size: 2rem;
    text-decoration: underline;
    margin-bottom: 15px;
  }
  .involved_content {
    gap: 50px;
  }
  .list_items li h4 {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .list_items,
  .list_items li {
    margin-top: 30px;
  }
  .mt-120 {
    margin-top: 80px;
  }
  .contact__about.mt-120 {
    margin-top: 60px
  }
  .contact__about h2 {
    font-size: 2.5rem;
    color: #186019;
  }
  .contact_content .d-flex {
    display: block!important
  }
  .about_map {
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
  #contact__about .map_frame,
  .contact__about .map_frame {
    height: 300px;
  }
  .col-md-2.sidebar-menu {
    display: none;
  }
  .about_sec h2 {
    margin-bottom: 20px;
  }
  .fs-30 {
    font-size: 2.5rem;
  }
  .about_sec h3 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .about_sec .col-md-10 {
    padding-right: 0;
  }
  .about_image {
    margin-top: 10px;
    margin-bottom: 70px;
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 10px;
  }
  .about_mission {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .areas_item h4 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .support_content {
    margin-top: 30px;
    margin-bottom: 80px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .stat_item .counter {
    margin-top: -20px;
  }
  .stat_item {
    margin-bottom: 20px;
  }
  .wins_image {
    height: 240px;
    margin-top: 30px;
    margin-bottom: 70px;
  }
  .m-about-item p {
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .content_news {
    margin-block: 50px;
    display: block
  }
  .news_item {
    width: 100%;
    margin-bottom: 50px;
  }
  .news_item img,
  .publication_item img {
    height: 280px;
  }
  .news_item h3 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .news_item .category_publications,
  .category_publications {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .view_button {
    font-size: 1.6rem;
  }
  .publications .container {
    padding-top: 0px;
    border-top: 0;
  }

  .publications_content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 30px;
    row-gap: 50px;
  }

  .publication_item .description p {
    font-size: 1.6rem;
    margin-top: 12px;
    margin-bottom: 15px;
    line-height: 24px;
  }
  .publications {
    margin-bottom: 0;
  }
  .single_left {
    padding-right: 0;
  }
  .single_post h1 {
    margin-bottom: 32px;
    font-size: 25px;
  }
  .single_post.mt-120 {
    margin-top: 50px;
    margin-bottom: 80px;
  }
  .single_post img {
    height: 240px;
  }
  .the_content {
    margin-top: 30px;
  }
  .col-md-3.single_right {
    display: none;
  }
  .downloads_document h2 {
    margin-top: 50px;
    font-size: 2.4rem;
    color: #186019;
    margin-bottom: 10px;
  }
  .single_post .doc-info img {
    width: 23px;
    height: 23px;
  }
  .single_post .download-link img {
    width: 15px;
    height: 15px;
  }
  .download-link {
    font-size: 1.6rem;
  }
  .share_article {
    display: block;
    text-align: center;
    padding: 20px 20px 25px;
    margin-top: 50px;
  }
  .single_post .share_article img {
    width: 30px;
    height: 30px;
  }
  .share_article .d-flex {
    justify-content: center;
    margin-top: 15px;
  }
  .latest-news.mt-120 {
    margin-top: 0px;
    padding-block: 40px;
  }
  .latest_content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 30px;
    row-gap: 40px;
  }
  .block_title.mb-40 {
    margin-bottom: 20px;
  }
  .latest_item h4 {
    margin-block: 12px;
  }
  .post-template-default .footer {
    padding-top: 50px;
  }
  .single_post h2 {
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 40px;
    font-size: 22px;
  }
  .header__hero .row {
    flex-direction: column-reverse;
  }
  .header_right {
    border-left: 0;
  }
  .header_right img {
    height: 240px;
  }
  .header_left {
    padding-right: 15px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .header_left h1 {
    font-size: 2.4rem;
  }
  .header_left p {
    color: white;
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .list_buttons {
    display: block;
  }
  .button_slider {
    display: block;
    margin-bottom: 10px
  }
  .bg__header {
    background-size: cover;
  }
  .mb-120 {
    margin-bottom: 80px;
  }
  .main_image {
    height: 300px;
  }
  .second_image {
    right: 0;
    height: 170px;
  }
  .about_right {
    padding-left: 0;
    margin-top: 70px;
  }
  .about_right p {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .top-mission {
    margin-top: 80px;
  }
  .our_mission .block_title p {
    max-width: 100%;
  }
  .mission_content {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .support_item {
    padding: 20px;
    text-align: center;
  }
  .support_item h4 {
    margin-top: 20px;
    font-size: 1.6rem;
  }
  .marquee-bar {
    margin-top: 80px
  }
  .hero_home {
    padding: 50px 0
  }
  .hero_left {
    padding-right: 0;
  }
  .hero_home .main_post img {
    height: 340px;
  }
  .overlay-content {
    padding: 25px;
  }
  .overlay-content h3 {
    font-size: 2rem;
    margin-bottom: 10px
  }
  .hero_home .text-center {
    margin-bottom: 20px;
  }
  .marquee-bar {
    padding: 15px 0 20px;
  }
  .hero_home .main_post {
    margin-bottom: 15px;
  }
  .overlay-content .d-flex {
    background: #186019;
    width: fit-content;
    padding: 9px 24px;
    border-radius: 10px;
    margin-top: 20px;
  }
  .hero_home .overlay-content .d-flex span {
    color: white;
    font-size: 1.4rem;
  }
  .hero_home .overlay-content .d-flex img {
    height: 12px;
    margin-top: 7px;
    filter: invert(0);
  }
  .our_mission .block_title h2 {
    margin-bottom: 10px
  }
  .post_content {
    gap: 12px;
    row-gap: 20px;
  }
  .post_item img {
    height: 140px;
  }
  .post_item .category a,
  .post_item .category span {
    font-size: 1.1rem;
  }
  .post_item .category {
    margin-top: 8px;
    margin-bottom: 4px;
  }
  .post_item h4 {
    font-size: 1.6rem;
  }
  .publications_sec h2 {
    margin-bottom: 10px;
  }
  .publications_sec .block_title {
    text-align: center;
    margin-bottom: 30px;
  }
  .block_title .d-flex {
    display: block!important
  }
  .publications_sec .block_title p {
    max-width: 100%;
  }
  .publications_sec .arrows_slider {
    width: 100%;
    justify-content: center;
    margin-top: 50px;
  }
  .publication_slider .swiper-slide {
    display: block;
    padding: 25px;
  }
  .publication_slider .swiper-slide img {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
  .publication_slider .swiper-slide h4 {
    font-size: 2rem;
  }
  .publication_slider .swiper-slide p {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .publication_slider .swiper-slide .content {
    padding-left: 0;
  }
  .main_button {
    font-size: 1.5rem;
    padding: 10px 30px 12px;
  }
  .contact_section .col-md-5 {
    padding-right: 0;
  }
  .home .contact_section .row {
    flex-direction: column-reverse;
  }
  .contact_right h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .home .contact_section.mb-120 {
    margin-bottom: 0
  }
}

@media (min-width: 641px) and (max-width: 1023px) {
  h1 {
    font-size: 3rem
  }
  .header_left {
    padding-right: 15px;
  }
  .header_left p {
    color: white;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .list_buttons {
    display: flex;
    column-gap: 10px;
  }
  .button_slider {
    padding: 10px 20px;
  }
  .header_right img {
    height: 530px;
  }
  .bg__header {
    background-size: cover
  }
  .mission_content {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .our_mission .block_title p {
    max-width: 100%;
    margin: 0 auto;
  }
  .hero_left {
    padding-right: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
  .hero_home .col-md-6 {
    width: 100%;
  }
  .img-container {
    width: 100%;
  }
  .hero_home .main_post img {
    height: 430px;
  }
  .overlay-content .d-flex {
    background: #186019;
    width: fit-content;
    padding: 9px 24px;
    border-radius: 10px;
    margin-top: 20px;
  }
  .hero_home .overlay-content .d-flex span {
    color: white;
    font-size: 1.4rem;
  }
  .hero_home .overlay-content .d-flex img {
    height: 12px;
    margin-top: 7px;
    filter: invert(0);
  }
  .publications_sec .block_title p {
    max-width: 80%;
  }
  .map_frame {
    height: 395px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .contact_content {
    margin-top: 20px;
  }
  .contact_form .d-flex {
    gap: 0;
    flex-direction: row!important;
    margin: 0 -5px;
  }
  .form_field {
    width: 50%;
    padding: 0 5px;
  }
  .contact_form input[type="submit"] {
    width: 100%;
    padding: 17px;
  }
  .newsletter {
    padding: 40px;
  }
  .newsletter_form .form_field1 {
    width: 100%;
  }
  .newsletter .contact_form .d-flex {
    flex-direction: column!important;
  }
  .footer .container {
    padding-bottom: 30px;
  }
  .about_us .row {
    display: block!important
  }
  .about_us .row .col-md-6 {
    width: 100%;
  }
  .main_image {
    height: 450px;
  }
  .second_image {
    right: 0
  }
  .about_right {
    padding-left: 0;
    margin-top: 100px;
  }
  .about_right p {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .top-mission {
    margin-top: 120px;
  }
  .hero_news {
    padding: 20px 0 30px 0;
  }
  .hero_news_content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .hero_title {
    width: 100%;
  }
  .hero_title h1 {
    margin-bottom: 10px;
  }
  .breadcrumb {
    width: 100%;
    margin-bottom: 30px;
  }
  .col-md-2.sidebar-menu {
    display: none;
  }
  .about_sec .col-md-10,
  .get_involved .col-md-10 {
    padding-right: 0;
    width: 100%;
  }
  .page-template-contact-template .contact_us .col-md-7 {
    padding-left: 0;
    width: 100%;
  }
  .page-template-contact-template .contact_us .col-md-5 {
    width: 100%;
  }
  .news_item img {
    height: 270px;
  }
  .publications_content {
    grid-template-columns: repeat(2, 1fr);
  }
  .publication_item img {
    height: 270px;
  }
  .col-md-3.single_right {
    display: none;
  }
  .col-md-9.single_left {
    width: 100%;
    padding-right: 0
  }
  .single_post .single_left img {
    height: 450px;
  }
  .share_article img {
    width: 30px!important;
    height: 30px!important;
  }
  .latest_item img {
    height: 200px;
  }
  .download-link img {
    width: 15px!important;
    height: 15px!important;
  }
  .doc-info img {
    height: 23px!important
  }
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .col-md-2.sidebar-menu {
    width: 25%
  }
  .about_sec .col-md-10,
  .get_involved .col-md-10 {
    width: 75%;
    padding-right: 30px
  }
  .contact__row .col-md-7 {
    width: 100%;
    padding-right: 0
  }
  .about_map {
    padding-left: 0px;
    width: 100%;
    margin-top: 30px;
  }
  #contact__about .map_frame,
  .contact__about .map_frame {
    height: 400px;
  }
  #contact__about.mb-120, .contact__about.mb-120, .contact_us.mb-120 {
    margin-bottom: 0
  }
  .newsletter {
    padding: 50px
  }
  .header_left {
    padding-right: 30px;
  }
  .header_right img {
    height: 550px;
  }
  .header_left p {
    margin-bottom: 40px;
  }
  .about_right {
    padding-left: 30px;
  }
  .about_right p {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .our_mission .block_title p {
    max-width: 100%;
  }
}
