/*
Theme Name: Alliance4e Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


/*-------------------------------------------------------------- 
# Root css 
--------------------------------------------------------------*/
 :root{
    --darkgreen: #004148;
    --green: #00C675;
     --white: #FFFFFF;
     --grey: #F7F6F4;
     --black: #000;
}
 body::-webkit-scrollbar {
     width: 6px;
}
 body::-webkit-scrollbar-track {
     background:var(--white);
     border-radius: 8px;
}
 body::-webkit-scrollbar-thumb {
     background:var(--green);
     border-radius: 8px;
}
 a, a span, a svg, a svg path{
     transition: all 0.4s !important;
}
::selection{
     background-color:var(--darkgreen);
     color: var(--green);
}
/*-------------------------------------------------------------- 
# Header css 
--------------------------------------------------------------*/
div[data-elementor-type="header"]{
    position: fixed !important;
    top: 0px !important;
    left: 0px;
    width: 100%;
    z-index: 99 !important;
}
div[data-elementor-type="header"].sticky{
    box-shadow: 0 1px 6px rgba(0,0,0,0.08);
    background-color: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
}
#wpadminbar ~ div[data-elementor-type="header"]{
    top: 30px !important;
}
/*-------------------------------------------------------------- 
# Home css 
--------------------------------------------------------------*/
.img_slide img{
    /* height: 60px !important; */
    /* object-fit: contain; */
    /* filter: brightness(0) saturate(100%)
          invert(36%) sepia(12%) saturate(650%)
          hue-rotate(140deg) brightness(92%) contrast(88%); */
}
.white_btn a:hover svg path{
    fill: var(--white) !important;
}
.green_btn a:hover svg path{
    fill: var(--green) !important;
}
.darkgreen_btn a:hover svg path{
    fill: var(--darkgreen) !important;
}
.size_btn svg{
    width: 18px !important;
    height: 18px !important;
}
.counter_box .elementor-counter .elementor-counter-title::before {
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    background-color: var(--green);
    margin: 16px 0px;
}
.counter_box .elementor-counter-title {
    display: block !important;
}
.counter_box span.elementor-counter-number-suffix::after {
    content: "+";
    color: var(--green);
    font-family: 'Blinker';
    font-weight: 700;
}
.what_box p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.what_box {
    position: relative !important;
    overflow: hidden !important;
}
.what_box::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
    background-color: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    opacity: 0 !important;
    transition: all 0.4s !important;
}
.what_box:hover::before {
   opacity: 1 !important;
}
.project_item{
    position:relative;
    display:flex;
    align-items:center;
}
.project_image{
    width: 65%;
    height: 505px;
    overflow: hidden;
    border-radius: 8px;
}
.project_image img{
    width:100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: all 0.4s;
}
.project_item:hover .project_image img{
    transform: scale(1.075);
}
.project_content{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width: 505px;
    background:var(--white);
    padding: 40px 44px;
    border-radius: 8px;
    right: 0px;
}
.project_company{
    display:block;
    font-size: 16px;
    font-weight: 600;
    color: var(--darkgreen);
}
.project_content h3{
    font-size: 36px;
    line-height: 42px;
    color: var(--darkgreen);
    font-weight:700;
    margin: 8px 0px 16px;
}
.project_content p{
    color: var(--darkgreen);
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 22px;
}
.project_btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background: var(--green);
    color: var(--white);
    padding: 10px 24px;
    border-radius:4px;
    font-weight:600;
    min-height: 44px;
    font-size: 16px;
    transition: all 0.3s;
}
.project_btn:hover{
    background-color:var(--darkgreen);
    color: var(--white);
}
.project_content::before{
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 86px;
    height: 82px;
    background-image: url('images/Intersect.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.projects_slider .owl-nav {
    position: absolute !important;
    margin: 0px !important;
    top: 50%;
    left: 50%;
    min-width: calc(100% + 40px) !important;
    display: flex;
    justify-content: space-between;
    transform: translateX(-50%);
}
.projects_slider .owl-nav > button {
    position: absolute !important;
    margin: 0px !important;
    top: 50% !important;
    border-radius: 6px !important;
    background-color: var(--darkgreen) !important;
}
.projects_slider .owl-nav > button svg path{
    fill: var(--white) !important;
}
.projects_slider .owl-nav > button.owl-prev {
    left: 0px !important;
}
.projects_slider .owl-nav > button.owl-next {
    right: 0px !important;
}
body .projects_slider .owl-nav > button{
    border-radius:8px !important;
}
.owl-nav > button{
    min-height: 44px !important;
    min-width: 44px !important;
    width: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: transparent !important;
    border-radius: 6px !important;
    margin: 0px !important;
    border: 1px solid #00414826 !important;
}
.document_library_slider .owl-nav > button svg path{
    fill:var(--white);
}
.owl-nav > button svg path{
    fill:var(--darkgreen);
}
.owl-nav > button:hover svg path{
    fill:var(--white);
}
.owl-nav > button:hover{
    background-color: var(--darkgreen) !important;
}
.owl-nav > button:hover{
    background-color:var(--green) !important;
}
.owl-dots button span {
    opacity:0.5;
    transition:all 0.4s;
    margin:0px !important;
    width:8px !important;
    height:8px !important;
    background-color: var(--green) !important;
}
button.owl-dot.active span {
    opacity: 1;
}
.owl-dots {
    display: flex;
    grid-gap: 8px;
    margin-top: 40px !important;
    justify-content: center;
}
.document-list-grid .document-image img {
    width: 100%;
    display: block;
    border-radius: unset;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.document-item:hover .document-image img {
    transform:scale(1.05);
}
.document-content h3 {
    margin: 0px 0px 8px;
    font-size: 20px;
    color: var(--darkgreen);
    font-weight: 600;
    line-height: normal;
}
.document-content p {
    color: var(--darkgreen);
    font-family:
    'Nunito Sans';
    font-size: 15px;
    padding: 0px;
    display:
    -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0px;
}
.document-meta {
    margin-top: 10px;
    display: grid;
    grid-gap: 0px;
    flex-flow: wrap;
    padding-bottom: 0px;
}
.document-meta p{
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0px;
    display: grid;
    grid-template-columns: 32% auto;
    border-bottom: 1px solid rgb(217 217 217 / 50%);
    padding: 5px 0px;
    width: 100%;
    grid-gap: 10px;
    text-align: end;
    color: var(--darkgreen);
}
.document-meta strong{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    width: 100%;
    display: block;
    text-align:left;
    color: var(--darkgreen);
}
.document-library-page {
    display: grid;
    grid-gap: 30px;
    align-items: unset;
}
.document-library-page .document-list-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    order: 2;
}
a.download-button {
    display: inline-block;
    border: 1px solid var(--black);
    padding: 8px 17px;
    line-height: normal;
    border-radius: 4px;
    color: var(--black);
    font-size: 14px;
    font-weight: 600;
    font-family: 'Nunito Sans';
    transition:all 0.3s;
    cursor: pointer;
    max-width: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    grid-gap: 10px;
}
a.download-button:hover{
    border-color:var(--green);
    background-color:var(--green);
}
.sendToPdfFiller {
    display: none !important;
}
.document-image {
    height: 230px;
    overflow:hidden;
    border-radius: unset;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.document-image img{
    object-fit:cover;
    display:block;
    height:100% !important;
    transition:all 0.4s;
    transform:scale(1);
}
.document-meta p {
    position: relative;
}
.document-meta p:last-child::before,.document-meta p:nth-child(2)::before {
  display:none;
}
.document-filters select {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNjQwIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDcuMC4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTI5Ny40IDQ3MC42QzMwOS45IDQ4My4xIDMzMC4yIDQ4My4xIDM0Mi43IDQ3MC42TDUzNC43IDI3OC42QzU0Ny4yIDI2Ni4xIDU0Ny4yIDI0NS44IDUzNC43IDIzMy4zQzUyMi4yIDIyMC44IDUwMS45IDIyMC44IDQ4OS40IDIzMy4zTDMyMCA0MDIuN0wxNTAuNiAyMzMuNEMxMzguMSAyMjAuOSAxMTcuOCAyMjAuOSAxMDUuMyAyMzMuNEM5Mi44IDI0NS45IDkyLjggMjY2LjIgMTA1LjMgMjc4LjdMMjk3LjMgNDcwLjd6Ii8+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: calc(100% - 5px);
    padding-right: 20px;
    appearance:none;
}
.document-content {padding: 15px;padding-bottom: 60px;min-height: 459px;}
.document-item {
    border-radius: 8px;
    background-color: var(--white);
    position: relative;
    transition:all 0.4s;
}
.document-item:hover {
    box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
}
.document-buttons-wrapper{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    width:calc(100% - 30px);
    bottom:15px;
}
.document-image > span {
    background-color: var(--green);
    padding: 5px 12px;
    border-radius: 6px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    text-transform: uppercase;
    line-height: initial;
    font-size: 12px;
    font-weight: 600;
    color: var(--white);
    letter-spacing: 0.3px;
}
.document-image {
    position: relative;
}
p.document-verification-date {
    margin: 0px;
    padding: 10px 15px 8px 15px;
    background-color: rgb(0 198 117 / 7%);
    border-radius: 6px;
    color: var(--green);
    font-size: 14px;
    display: flex;
    grid-gap: 6px;
    align-items: self-end;
}

p.document-verification-date strong {
    font-weight: 600;
    color: var(--black);
    font-size: 14px;
    position: relative;
    top: -1px;
}
.document-meta p:nth-child(2)::before,.document-meta > p:nth-child(3)::before {
    display:none;
}
.document-meta > p:nth-child(1) {
    order: 3;
}
.document-meta > p:nth-child(2) {
    order: 1;
}
.document-meta > p:nth-child(3) {
    order: 2;
}
.document-meta > p:nth-child(4) {
    order: 4;
}
.document-meta > p:nth-child(5) {
    order: 6;
    border-bottom-width: 0px;
    padding-bottom: 0px;
}
.document-meta > p:nth-child(6) {
    order: 5;
}
.document-meta > p:nth-child(7) {
    order: 7;
}
.document-filters {
    grid-gap: 10px;
    margin-bottom: 0px;
    align-items: end;
    height: fit-content;
    border-radius: 8px;
    display: flex;
    order: 1;
    max-width:900px;
}
.document-filters .filter-group label ,.document-filters .filter-group:last-child > a {
    font-family: 'Nunito Sans';
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 5px;
    display: inline-block;
}
 .document-filters .filter-group:last-child > a{
     color:var(--green);
 }

.document-filters .filter-group {
    width: 100%;
}
.document-filters .filter-group:last-child {
    width: 100%;
    display: grid;
    text-align: end;
    max-width: fit-content;
}
.document-filters input,.document-filters select,.document-filters button {
    min-height: 39px;
    border: 1px solid #575C6226;
    background-color: transparent;
    border-radius: 4px;
    outline: unset;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 10px !important;
}
.document-filters button.filter-button {
    background-color: var(--darkgreen);
    padding: 10px 24px !important;
    border: unset;
    transition:all 0.3s;
    border-radius: 4px !important;
    color: var(--white);
    font-size: 15px;
}
.document-filters button.filter-button:hover{
    background-color:var(--green) !important;
    color:var(--white) !important;
}
a.download-button:nth-child(1) {
    border-color: var(--green);
    background-color: var(--green);
    color: var(--white);
} 
a.download-button svg{
    height: 14px;
}
a.download-button:nth-child(2) svg{
    position: relative;
     height: 16px;
    top: 2px;
}
a.download-button:nth-child(2) svg path{
    fill:var(--black);
}
a.download-button:nth-child(1):hover {
    border-color: var(--darkgreen);
    background-color: var(--darkgreen);
}
a.download-button:nth-child(2):hover {
    border-color: var(--green);
    background-color: var(--green);
    color:var(--white);
}
a.download-button:nth-child(2):hover svg path{
   fill:var(--white);
}
.owl-nav {
    position: absolute;
    margin: 0px !important;
    display: flex;
    align-items: center;
    position: absolute;
    top: -85px;
    right: 0px;
}
.document_sec .owl-nav button{
    border: 1px solid #FFFFFF26 !important;
}
.owl-nav > button:nth-child(1){
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.owl-nav > button:nth-child(2){
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    margin-left: -2px !important;
}
.tab_inner .e-n-tabs-heading button span {
    color: var(--darkgreen) !important;
    font-size: 18px;
    font-weight: 700 !important;
}
.tab_inner .e-n-tabs-heading button:nth-child(2){
    padding-left: 20px !important;
}
.report_inner {
    background-color: #F7F6F4;
    padding: 16px 16px 16px 16px;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 230px auto;
    grid-gap: 24px;
    align-items: center;
    overflow: hidden;
    transition: all 0.35s ease;
    margin: 10px;
}
.report_img {
    /* height: 352px; */
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
    position: relative;
}
.report_img img {
    width: 100% !important;
    display: block;
    height: 100% !important;
    transition: all 0.4s;
    transform: scale(1);
    object-fit: cover;
    object-position: top;
}
.report_inner:hover .report_img img {
    transform: scale(1.075);
}
.report_right h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--darkgreen);
    font-family: 'Nunito Sans' !important;
    margin: 0px;
    padding-top: 16px;
}
.report_right p {
    font-size: 16px;
    color: var(--darkgreen);
    margin: 8px 0px 0px 0px;
}
.report_inner {
    position: relative;
}
.report_inner.item:hover {
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,.1);
}
.report_head_inn {
    position: absolute;
    top: -25px;
    left: 0px;
}
.report_head_inn h4 {
    position: absolute;
    top: 45%;
    right: 0px;
    transform: translateY(-50%);
    font-size: 16px;
    margin: 0px;
    color: var(--darkgreen);
    font-weight: 600;
    font-family: 'Nunito Sans' !important;
    max-width: calc(296px + 8px);
    width: 100%;
    margin: 0px auto;
    text-align: center;
}
.report_btn {
    width: 44px;
    height: 44px;
    border: 1px solid #00414826;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    bottom: 24px;
    right: 24px;
    transition:all 0.4s;
}
.report_btn svg path{
    transition:all 0.4s;
}
.report_btn:hover{
    background-color:var(--green);
}
.report_btn:hover svg path {
    fill:var(--white);
}
.report_btn svg {
    height:14px !important;
}
.report_head_inn svg {
    max-width: 100%;
}
.news-card {
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    transition: .3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 16px;
    margin:6px;
    padding-bottom: 60px;
    min-height: 496px;
    position: relative;
}
.news-card:hover{
     box-shadow: 0px 0px 8px 0px rgba(0,0,0,.1);
}
.news-image{
    width:100%;
    height: 220px !important;
    overflow:hidden;
     border-radius: 8px !important;
}
.news-image img{
    width:100%;
    height: 100% !important;
    object-fit:cover;
    transform:scale(1);
    transition:all 0.4s;
    display:block;
}
.news-card:hover .news-image img{
    transform:scale(1.07);
}
.news-content{
    padding: 16px 0px 0px;
    display:flex;
    flex-direction:column;
    flex:1;
    /* min-height: 216px; */
}
.news-date{
    color: var(--darkgreen);
    font-size: 16px;
    font-weight: 600;
    display: flex;
    grid-gap: 8px;
    align-items: center;
}
.news-title{
    margin: 8px 0px;
    font-size: 20px;
    font-family: 'Nunito Sans' !important;
    font-weight: 700;
    color: var(--darkgreen);
}
.news-title a{
    text-decoration:none;
    color:var(--darkgreen);
}
.news-excerpt{
    color: var(--darkgreen);
    font-size: 16px;
    font-weight: 500;
}
.news-footer{
    display:flex;
    justify-content: end;
    position: absolute;
    bottom: 16px;
    right: 16px;
    margin: 0px;
}
.read-more-btn{
    border:1px solid #dbe7ea;
    padding: 6px 6px;
    border-radius:50%;
    text-decoration:none;
    color: var(--darkgreen);
    margin-top: 20px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:all 0.4s;
}
.read-more-btn svg path{
    transition:all 0.4s;
}
.read-more-btn:hover{
    background-color:var(--green);
     border-color:var(--green);
}
.read-more-btn:hover svg path{
    fill:var(--white);
}
.circle-arrow{
    width:50px;
    height:50px;
    border:1px solid #dbe7ea;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:var(--darkgreen);
    font-size:20px;
}
.news_overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.news-image {
    z-index: 1;
}
.membership_right > div{
    padding-left:40px;
}
.membership_right::after {
    content: "";
    height: 95%;
    display:block;
    width: 1px;
    background-color: #D9E3E4;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.membership_right > .membership_box::before {
     content: "";
     display:block;
     width: 18px !important;
     height: 18px !important;
     background-color: var(--white) !important;
     border-radius: 40px;
     border: 4px solid var(--green) !important;
     position: absolute;
     left: -8px;
     top: 20px;
    z-index:1;
}
.membership_left {
    position: sticky !important;
    height: fit-content !important;
    top: 80px !important;
}
.project_grid {
    display: flex;
    flex-flow: wrap;
    grid-gap: 20px;
}
.project_grid > a {
    display: block;
}
.project_grid > a {
      width: calc(100%/3 - 14px);
}
.project_grid > a:nth-child(1),.project_grid > a:nth-child(2) {
      width: calc(100%/2 - 10px);
}
.project_grid > a:nth-child(1) .project_image,.project_grid > a:nth-child(2) .project_image{
    height: 366px;
}
.project_grid > a .project_image {
    width: 100%;
    height: 240px;
    z-index: 1;
}

.project_grid > a .project_content {
    position: relative;
    width: 100%;
    transform: unset;
    margin-top: -40px;
    z-index: 4;
    background-color: var(--white) !important;
    top: unset;
    left: unset;
    max-width: calc(100% - 24px);
    border-top-left-radius: 0px;
    padding: 20px;
    position: relative;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
}
.project_grid .project_content::before {
    display: none;
}
.project_grid .project_content{
    overflow: hidden;
}
.project_grid .project_content h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
    line-height: normal;
    margin-bottom: 10px;
}
.project_svg {
    position: absolute;
    top: -2px;
    left: 0px;
    max-width: 100%;
}
.project_svg svg{
     max-width: 87%;
}
.project_grid .project_content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.custom-events-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
}
.custom-events-grid > a {
    border: 1px solid #00414826;
    position: relative;
    z-index: 2;
    padding-bottom: 70px;
}
span.event-status {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 2px 10px;
    background-color: var(--green);
    color: var(--white);
    font-size: 15px;
    font-weight: 700;
    border-radius: 6px;
    display: none;
}
.news-image {
    position: relative;
}
.custom-contact-form {
    max-width: 100%;
    display: grid;
    grid-gap: 16px;
}
.custom-contact-form .form-row {
    display: flex;
    grid-gap: 16px;
}
.custom-contact-form .form-row p{
    margin:0px;
}
.custom-contact-form .form-col {
    flex: 1;
}
.custom-contact-form label {
    display: block;
    color: var(--darkgreen);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0px 0px 8px;
}
.custom-contact-form  br{
    display:none;
}

.custom-contact-form input,
.custom-contact-form textarea {
    width: 100% !important;
    border: 1px solid #00414826 !important;
    border-radius: 8px !important;
    padding: 6px 15px !important;
    font-size: 16px;
    color: var(--darkgreen);
    background: var(--white);
    outline: none;
    transition: all 0.3s ease;
    min-height: 44px;
    resize: none !important;
}
.custom-contact-form input::placeholder,
.custom-contact-form textarea::placeholder {
    color: #6f9299;
}
.custom-contact-form p{
    margin:0px !important;
}
.custom-contact-form input:focus,
.custom-contact-form textarea:focus {
    border-color: var(--darkgreen);
}
.custom-contact-form textarea {
    height: 120px;
    resize: vertical;
}
.custom-contact-form .custom-submit-btn {
    background: var(--green) !important;
    color: var(--white);
    border: none !important;
    border-radius: 8px !important;
    padding: 10px 24px !important;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer !important;
    transition: 0.3s;
    max-width: fit-content;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.custom-contact-form .custom-submit-btn:hover {
    background-color:var(--darkgreen) !important;
}
.custom-contact-form .wpcf7-spinner {
    display: none;
}
/*-------------------------------------------------------------------------*/
/* New Page Design css
/*-------------------------------------------------------------------------*/
:root{
    --green: #00C675;
    --pink: #FE90C5;
    --dark_green:#004148;
    --bdr_clr: #EBEBEB;
    --white: #FFFFFF;
    --black: #000;
}
.country_left, .country_right, .country_middle .country_middle_left .graph_sec, .country_middle .country_middle_right {
    border: 1px solid #EBEBEB;
    padding: 16px;
    background-color: var(--white);
    border-radius: 8px;
}
.country_left .country_head h3 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Blinker';
    color: var(--black);
}
.country_left .country_head select {
    background-color: var(--white);
    border: 1px solid #EBEBEB;
    padding: 10px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    appearance: none;
    background-image: url('images/angle-down-solid-full.svg');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: calc(100% - 10px);
    padding-right: 30px;
    outline: unset !important;
}
.region_inner {
    padding-top: 16px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 24px;
}
.country_top {
    display: grid;
    grid-template-columns: 400px auto;
    grid-gap: 20px;
}
.country_sec * {
 font-family: "Blinker", Sans-serif !important;
}
.region_box {
    display: grid;
    grid-template-columns: 32px auto;
    grid-gap: 15px;
    align-items: flex-start;
}
.region_box .region_right h3 {
    color: #313030BF;
    font-size: 14px;
    margin: 0px;
    line-height: 20px;
    margin-bottom: 2px;
}
.region_box .region_right p {
    font-size: 16px;
    color: var(--black);
    padding: 0px;
    margin: 0px;
    line-height: 20px;
    font-weight: 600;
}
.country_right_top {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
}
.country_right_top .right_top h3 {
    color: #313030BF;
    font-size: 15px;
    font-weight: 600;
    margin: 0px 0px 4px;
    line-height: 22px;
}
.country_right_top .right_top p {
    padding: 0px;
    font-size: 24px;
    color: var(--black);
    font-weight: 600;
    line-height: 24px;
}
.country_right_top .right_top::before {
    content: "";
    width: 4px;
    height: 60px;
    display: block;
    border-radius: 30px;
}
.country_right_top .right_top {
    display: grid;
    grid-gap: 12px;
    grid-template-columns: 4px auto;
}
.country_right_top .right_top:nth-child(1)::before{
    background-color: var(--pink);
}
.country_right_top .right_top:nth-child(2)::before{
    background-color: var(--green);
}
.country_right_top .right_top:nth-child(3)::before{
    background-color: var(--dark_green);
}
.country_right_bottom {
    padding-top: 24px;
    display: flex;
    grid-template-columns: 160px auto;
    grid-gap: 8px;
    flex-flow: wrap;
}
.country_right_bottom p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    min-height: 31px;
    padding: 4px;
    border-radius: 8px;
    color: var(--white);
}
.country_right_bottom p:last-child {
    grid-column: span 2;
}
.country_right_bottom p:nth-child(1){
    background-color: var(--pink);
}
.country_right_bottom p:nth-child(2){
     background-color: var(--green);
}
.country_right_bottom p:nth-child(3){
      background-color: var(--dark_green);
}
.country_middle {
    padding-top: 20px;
}
.graph_sec h3,.country_middle_right > h3 {
    font-size: 18px;
    margin: 0px;
    font-weight: 600;
}
.graph_sec > h3::after,.country_middle_right > h3::after {
    width: calc(100% + 30px);
    height: 3px;
    display: block;
    background-color: #EBEBEB;
    content: "";
    margin-left: -15px;
    margin-top: 13px;
    margin-bottom: 24px;
}
.country_middle_left {
    display: grid;
    grid-gap: 20px;
}
.cross_grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 16px;
}
.cross_box p {
    padding: 0px;
    font-weight: 500;
    font-size: 14px;
}
.country_middle {
    display: flex;
    grid-gap: 20px;
    flex-flow: wrap;
}
.country_middle > div{
    width: calc(100%/2 - 10px);
    height: fit-content;
}
.faq_sec h3 {
    background-color: #F8F8F8;
    font-size: 16px;
    padding: 7px 15px 7px 35px;
    border-radius: 8px;
    position: relative;
    margin: 0px;
    cursor: pointer;
    font-weight: 600;
    line-height: 22px;
}
.faq_sec h3::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
}
.faq_sec h3::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-image: url(images/Polygon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 14px;
    left: 15px;
    transition: all 0.4s;
    transform: rotate(-90deg);
}
.faq_sec h3.active::after {
    transform: rotate(0deg);
}
.faq_box h4 {
    color: #313030;
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
    line-height: 24px;
}
.faq_box p {
    padding: 0px;
    font-size: 16px;
    color: #313030;
}
.faq_box {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    justify-content: space-between;
}
.faq_wrap {
    display: grid;
    grid-gap: 3px;
    padding: 16px 16px 0px;
}
.faq_sec {
    overflow: hidden;
    display: grid;
    margin-top: 16px;
}
.gender-chart-wrapper {
    position: relative;
    padding-left: 45px;
}
.gender-chart-wrapper .y-axis {
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
    width: 30px;
}
.gender-chart-wrapper .y-axis div {
    height: 30px;
    font-size: 14px;
    color: #313030BF;
    font-weight: 500;
    position: relative;
}
.chart-container {
    display: flex;
    gap: 40px;
    justify-content: center;
    padding-top: 13px;
}
.bar-outer {
    width: 60px;
    height: 300px;
    /* background: #f1f1f1; */
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 4px;
    overflow: hidden;
}
.bar {
    width: 100%;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    font-size: 24px;
    align-items: center;
    padding: 10px;
    font-weight: 500;
    transition: all 0.4s;
}
.bar.women {background: var(--green);border-radius: 8px;z-index: 1;}
.bar.men   {background: var(--dark_green);border-radius: 8px;}
.label {
    text-align:center;
    margin-top: 10px;
    font-size: 14px;
    color: #313030BF;
    line-height: 20px;
    font-weight: 500;
}
.chart-container > div {
    width: 190px;
}
.chart-container > div div{
     width: 100%;
}
.gender-chart-wrapper .y-axis div::before {
    width: 552px;
    content: "";
    display: block;
    border-bottom: 1px dashed rgb(49 48 48 / 50%);
    height: 3px;
    position: absolute;
    left: 40px;
    top: 10px;
}
div#graph_gender {
    overflow: hidden;
    max-height: 100%;
}
.graph_sec {
    overflow: hidden !important;
}
.bar {
  height: 0px;
  animation: grow 2s  forwards;
}
@keyframes grow {
  from {
    max-height: 0px;
  }
  to {
    max-height: 100%;
  }
}
.country_right_bottom p:nth-child(1):empty,.country_right_bottom p:nth-child(2):empty {
    display: none !important;
}
.read_content ul {
    padding: 0px 0px 12px 20px;
}
.read_more_btn a{
    max-width: fit-content;
    cursor: pointer;
}
/*-------------------------------------------------------------- 
# Single Events css 
--------------------------------------------------------------*/
.alliance-event-location{
    color: var(--white) !important;
    font-size: 16px;
    border-left: 2px solid rgba(255,255,255,0.6);
    padding-left: 16px;
    margin-left: 16px;
}
.alliance-event-location svg {
    width: 22px;
}
.alliance-event-location {
    display: flex;
    align-items: center;
    grid-gap: 8px;
}
.single_event_content a {
    color: var(--green) !important;
}
.single_event_content ul,.accordion_box .e-n-accordion details ul,.tab_details ul,.single_event_content ul {
    padding: 0px 0px 20px 0px;
    display: grid;
    grid-gap: 8px;
    list-style: none;
}
.accordion_box .e-n-accordion details ul,.tab_details ul,.single_event_content ul {
     padding: 0px 0px 0px 0px;
     list-style: none;
}
.single_event_content ul li,.project_content_grid .project_content_box ul li,.accordion_box .e-n-accordion details ul li,.tab_details li,.single_event_content ul li {
    position: relative;
    padding-left: 26px;
    list-style: none;
}
.project_content_grid .project_content_box ul li,.tab_details li,.single_event_content ul li{
     padding-left: 30px;
     margin: 0px;
}
.single_event_content ul li::before,.project_content_grid .project_content_box ul li::before,.accordion_box .e-n-accordion details ul li::before,.tab_details li::before,.single_event_content ul li::before {
    content: "\f00c";
    display: block;
    font-family: 'FontAwesome';
    color: var(--green);
    font-size: 16px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.project_content_grid .project_content_box ul li::before,.tab_details li::before,.single_event_content ul li::before{
     content: "";
     background-image:url(images/tick.svg);
     background-size: contain;
     background-repeat: no-repeat;
     background-position: center;
     width: 18px !important;
     height: 18px !important;
     top: 3px;
     display: block;
}
.single_event_content ul {
    padding-bottom: 12px;
}
.button_grid .green_btn a:hover span{
    color: var(--green) !important;
}
.join_afore_form .wpcf7 form .wpcf7-response-output {
    margin: 20px 0px 0px 0px;
}
.accordion_box span.e-n-accordion-item-title-icon {
    min-width: 40px;
    min-height: 40px;
    display: flex !important;
    justify-content: center;
    background-color: rgb(0 198 117 / 20%);
    border-radius: 50px;
}
.accordion_box summary.e-n-accordion-item-title {
    grid-gap: 12px !important;
}
/*-------------------------------------------------------------- 
# Single Project css 
--------------------------------------------------------------*/
.single-projects {
    background-color: #F4F3F1 !important;
}
.project_top_head {
    display: grid;
    justify-content: center;
    /* max-width: 1024px; */
    /* margin: 0px auto; */
}
.project_left {
    display: flex;
    justify-content: center;
}
.project_right * {text-align: center;}
.project_right h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 14px 0px 0px 0px;
    color: var(--darkgreen);
}
.project_right h3 {
    color: var(--green);
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0px;
}
.project_right p {
    font-size: 16px;
    margin: 0px;
}
.project_content_box img.project_box_icon {
    width: 56px;
    height: 56px !important;
    object-fit: contain;
    border: 1px solid #00414826 !important;
    border-radius: 50% !important;
    padding: 16px;
}
.project_content_grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
}
.project_content_grid .project_content_box {
    padding: 24px;
    background-color: var(--white);
    border-radius: 12px;
}
.project_content_grid .project_content_box h3 {
    font-size: 28px;
    color: var(--darkgreen);
    font-weight: 700;
    margin: 10px 0px 16px 0px;
    line-height: 30px;
}
.project_content_grid .project_content_box p {
    color: var(--text);
    font-size: 16px;
    line-height: 26px;
}
.project_content_grid .project_content_box ul,.project_content_grid .project_content_box ol {
    padding: 0px 0px 12px 20px;
    display: grid;
    grid-gap: 5px;
    margin-top: 12px;
}
.project_content_grid .project_content_box ul{
    padding-left: 0px;
}
.green_btn a{
    color: var(--white) !important;
}
.single_event_sec1 p {
    color: var(--white);
}
.single_event_sec1 h4 {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 600;
}
.africa_right ol {
    display: grid;
    grid-gap: 6px;
    padding: 0px 0px 16px 20px;
}
#indicator-column-header {
    background-color: #00C675;
    color: white;
    font-family: Nunito sans;
    font-size: 17px;
    font-weight: 700;
    border-radius: 20px 0px 0px 0px;
}
#impact-column-header {
    background-color: #004148;
    color: white;
    font-family: Nunito sans;
    font-size: 17px;
    font-weight: 700;
    border-radius: 0px 20px 0px 0px;
}
.indicator-column {
    font-family: Nunito sans;
    font-size: 17px;
    font-weight: 700;
    padding: 20px 12px !important;
    color: #004148;
    width: 25%
}
.impact-column {
    font-family: Nunito sans;
    font-size: 17px;
    font-weight: 500;
    padding: 20px 12px !important;
    color: #004148;
}
#customers td,
#customers th {
    border: none;
}
#customers tr:nth-child(even) {
    background-color: #f2f2f2;
}
table#customers {
    border: unset !important;
}
/*-------------------------------------------------------------- 
# Join Afore css 
--------------------------------------------------------------*/
.cf7-company-form{
    max-width:100%;
}

.cf7-row{
    display:flex;
    gap:20px;
    margin-bottom: 10px;
}

.cf7-col{
    flex:1;
}
.cf7-col-full{
    width:100%;
}
.cf7-company-form label{
    display:block;
    font-size:15px;
    font-weight:500;
    color:#1b1b1b;
    margin-bottom:8px;
}
.cf7-company-form input[type="text"],
.cf7-company-form input[type="email"],
.cf7-company-form input[type="tel"],
.cf7-company-form input[type="url"],
.cf7-company-form textarea{
    width:100%;
    height: 46px;
    border: 1px solid #dfe5e2;
    border-radius:12px;
    padding:0 18px;
    font-size:15px;
    background:#fff;
    box-sizing:border-box;
    transition:.3s;
}
.cf7-company-form textarea{
    height: 100px;
    padding:18px;
    resize:none;
}
.cf7-company-form input:focus,
.cf7-company-form textarea:focus{
    outline:none;
    border-color:#18C475;
    box-shadow:0 0 0 3px rgba(24,196,117,.12);
}
.cf7-company-form h4{
    color: var(--darkgreen);
    font-size: 20px;
    font-weight: 600;
    margin: -5px 0 20px;
}
.cf7-company-form .wpcf7-radio,
.cf7-company-form .wpcf7-checkbox{
    display:flex;
    flex-wrap:wrap;
    gap:40px;
}
.cf7-company-form .wpcf7-radio{
    margin-bottom: 20px !important;
}
.cf7-company-form .wpcf7-list-item{
    margin:0;
}
.cf7-company-form .wpcf7-list-item label{
    display:flex;
    align-items:center;
    gap:8px;
    margin:0;
    cursor:pointer;
}
.cf7-company-form input[type="radio"],
.cf7-company-form input[type="checkbox"]{
    width:18px;
    height:18px;
    accent-color:#18C475;
}
.cf7-submit{
    margin-top:30px;
}
.cf7-submit .wpcf7-submit{
    width:100%;
    border:none;
    background-color: var(--green);
    color: var(--white);
    font-size: 16px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
    max-width: fit-content;
    padding: 12px 26px;
    border-radius: 4px;
}
.cf7-submit .wpcf7-submit:hover{
  background-color: var(--dark_green);
}
.cf7-company-form br {
    display: none;
}
.cf7-company-form p {
    margin: 0px;
}
.accordion_box .e-n-accordion details{
    border-radius: 12px !important;
    overflow: hidden !important;
}
.accordion_box summary.e-n-accordion-item-title {
    transition: all 0.4s;
}
.case_studies_box  a{
    display:block !important;
    height:100%;
}
.img_slide figure{
    position: relative;
    display: block;
}
.img_slide figure ,.img_slide figure *{
    font-size: 0px !important;
}
.img_slide figure a{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
}
.tab_details p{
    margin-bottom: 0px !important;
}
.read_box_content p.elementor-image-box-description{
    overflow: hidden;
    max-height: 145px; /* 6 lines ke approx */
    transition: max-height 0.4s ease;
}

.read_box_content .read_more_btn{
    display:inline-block;
    margin-top:10px;
    color:var(--green);
    font-weight:600;
    cursor:pointer;
}

.read_box_content .read_more_btn a{
    color:var(--green);
}
.white_box{
    min-height: 335px;
    max-height: 335px;
}
.green_text p strong {
    color: var(--green);
}
.africa_table table td,.africa_table table th {
    border: 1px solid #00414826 !important;
}
.africa_table table {
    border-radius: 20px !important;
    margin: 0px !important;
    border-collapse: separate !important;
}
.africa_table table tr td{
    border-top: unset !important;
}
.africa_table table tr td:nth-child(1){
    border-right: unset !important;
}
.africa_table table tr:last-child td:nth-child(1){
    border-bottom-left-radius: 20px;
}
.africa_table table tr:last-child td:nth-child(2){
    border-bottom-right-radius: 20px;
}
.africa_table table tr:nth-child(even) {
    background-color:var(--white) !important;
}
.africa_table table tr th{
    text-transform: uppercase;
}
.white_icon svg g > g:nth-child(1),.white_icon svg g > g:nth-child(2),.white_icon svg g > g:nth-child(5) ,.white_icon svg g > g:nth-child(4)  {
    filter: brightness(0) invert(1);
}
.single_event_content p.paragraph-no-padding-top,.single_event_content strong,.single_event_content b{
	font-weight: 800;
	color: var(--darkgreen);
}
.report_grid .report_right {
    padding-bottom: 60px;
    padding-top: 30px;
}
.report_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.footer_btn a:hover svg path {
    fill: var(--green) !important;
}
.core_box {
    transition: all 0.3s;
}
.core_box:hover {
    box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
}
.core_box {
      background-color: var(--white);
}
.postid-7610 .project_content_grid {
    grid-template-columns: repeat(1, 1fr);
}
.postid-7579 .project_content_grid {
    grid-template-columns: repeat(1,1fr);
}
.postid-7579 .project_content_grid .content ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
   grid-gap: 10px 20px;
}
.postid-7563 .project_content_grid .project_content_box:nth-child(1) {
    grid-column: span 2;
}
.postid-7559 .project_content_grid {
    grid-template-columns: repeat(1,1fr);
}
.postid-7559 .project_content_grid .project_content_box ul {
    padding-left: 0px;
    display: flex;
    grid-gap: 10px 20px;
    flex-flow: wrap;
}
.news-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tab_inner{
	min-height:275px !important;
}
    .header_menu .sub-menu li.menu-item-8132 a::after {
    content: "Project Impact Measurement";
}
.header_menu .sub-menu li.menu-item-8134 a::after {
    content: "Access reports, publications and policy documents";
}
.header_menu .sub-menu li.menu-item-8133 a::after {
    content: "Explore financing needs and gaps";
}
.header_menu .sub-menu li a::after {
    display: block;
    font-size: 14px;
    margin-top:-5px;
    color: var(--darkgreen);
    margin-bottom: 5px;
    transition:all 0.4s;
}
/*-------------------------------------------------------------- 
# Responsive css 
--------------------------------------------------------------*/
@media(min-width: 1025px){
     .logged-in .header_menu li.menu-item-has-children:hover ul.sub-menu {
        display: block !important;
        min-width: fit-content;
    }
    .header_menu li.menu-item-has-children ul.sub-menu {
        min-width: fit-content !important;
    }
    .header_menu li.menu-item-has-children ul.sub-menu li:last-child a{
        border-bottom:unset !important;
    }
    .logged-in .header_menu li.menu-item-has-children > a::before {
        content: "\f107";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        display: block !important;
        opacity: 1 !important;
        position: unset !important;
        background-color: unset !important;
        order: 2;
    }
    .logged-in .header_menu li.menu-item-has-children > a{
        align-items:center;
        grid-gap:10px;
    }
    .logged-in .header_menu li.menu-item-has-children > a::before {
        content: "\f107";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        margin-right: 8px;
        width: 18px !important;
        height: 18px !important;
        display: block !important;
        opacity: 1 !important;
        position: unset !important;
        background-color: unset !important;
        position:relative;
        top:-3px;
    }
    .elementor-nav-menu--main .elementor-nav-menu ul {
        width: 15.2em !important;
    }
}
@media(min-width: 1025px){
.header_menu .sub-menu li a{
    display:grid;
    grid-gap:10px;
    border-bottom:1px solid rgba(0,0,0,.3);
}
.header_menu .sub-menu a:hover::after,.header_menu li.current-menu-item a::after{
        color:var(--white) !important;
    }
}
@media (max-width: 1024px) {
     div[data-elementor-type="header"] nav {
         position: fixed;
         width: 100%;
         top: 78px;
         left: 0px;
         margin: 0px !important;
         padding: 10px 0px 15px;
         z-index: 99;
         background-color: var(--white) !important;
         border-radius: unset !important;
    }
     div[data-elementor-type="header"] nav ul li a {
         border-bottom: 1px solid rgba(0,0,0,0.2);
         color: var(--black) !important;
         background-color: var(--white) !important;
         justify-content: space-between;
    }
    div[data-elementor-type="header"] nav ul > li > ul > li > a{
        display:grid;
        grid-gap:6px;
    }
     div[data-elementor-type="header"] nav ul li.current-menu-item a {
         color: var(--green) !important;
    }
     div[data-elementor-type="header"] nav ul li:last-child a{
        /* border: unset; */
        border-radius: unset !important;
     }
     .project_content h3 {
        font-size: 32px;
        line-height: 40px;
        margin: 6px 0px 12px;
    }
    .project_content p {
        margin-bottom: 30px;
    }
}
@media(max-width: 991px){
     .project_grid > a {
        width: calc(100%/2 - 10px);
    }
     .custom-events-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 16px;
    }
    .project_content_grid {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
    .project_left {
        justify-content: left;
    }
    .project_right * {
        text-align: left;
    }
    .document-library-page .document-list-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 16px;
    }
    .single_event_sec1 h4 {
        margin-bottom: 16px;
        font-size: 24px;
    }
}
@media(max-width: 767px){
    .project_content {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        padding: 30px 15px;
        margin-top: 10px;
    }
    .project_image {
        width: 100%;
        height: 300px;
    }
    .project_item {
       flex-flow: wrap;
    }
    .owl-nav > button {
        min-height: 33px !important;
        min-width: 33px !important;
        width: 33px !important;
    }
    .projects_slider .owl-nav {
        top: 20%;
        min-width: calc(100% - 20px) !important;
    }
    .project_content::before{
        width: 65px;
        height: 65px;
    }
    .membership_left {
        position: unset !important;
    }
    .project_grid > a:nth-child(1), .project_grid > a:nth-child(2) {
        width: 100%;
    }
    .alliance-event-location {
        font-size: 14px;
        padding-left: 10px;
        margin-left: 10px;
    }
    .alliance-event-location svg {
        width: 18px;
    }
    .alliance-event-location {
        grid-gap: 5px;
    }
    .news-title {
        font-size: 18px;
    }
    .news-date {
        font-size: 15px;
    }
    .news-date svg{
        width: 18px;
        height: 18px;
    }
    .custom-events-grid > a {
        padding-bottom: 30px;
    }
    .project_grid > a:nth-child(1) .project_image,.project_grid > a:nth-child(2) .project_image,.project_grid > a .project_image{
        height: 240px;
    }
    .project_content_grid .project_content_box h3 {
        font-size: 22px;
        margin: 5px 0px 10px 0px;
    }
    .single_event_sec1 h4 {
        font-size: 22px;
    }
     .cf7-row{
        /* flex-direction:column; */
        gap: 10px;
    }
    .cf7-company-form .wpcf7-radio,
    .cf7-company-form .wpcf7-checkbox{
        /* flex-direction:column; */
        gap: 12px;
    }
    .indicator-column {
        font-size: 16px;
    }
}
@media(max-width: 700px){
    .report_inner {
        grid-template-columns: 160px auto;
        padding-bottom: 60px;
        grid-gap: 15px;
        padding: 10px;
    }
    .report_img {
        height: 235px;
    }
    .report_head_inn {
        top: -16px;
    }
    .report_right h3 {
        font-size: 18px;
        position: relative;
        z-index: 3;
    }
    .report_head_inn svg {
        height: 85px;
        width: 100%;
    }
   .report_head_inn h4 {
        max-width: 208px;
        width: 100%;
        left: 0px;
        text-align: end;
        font-size: 15px;
        margin-top: 9px;
    }
    .report_btn {
        width: 34px;
        height: 34px;
        bottom: 16px;
        right: 16px;
    }
    .membership_right > div{
        padding-left:20px;
    }
    .project_grid > a {
        width: 100%;
    }
    .custom-events-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .document-library-page .document-list-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .document-filters {
        grid-gap: 8px 8px;
        justify-content: space-between;
        flex-flow: wrap;
    }
    .document-filters > div,.document-filters button{
        width: calc(100%/2 - 4px) !important;
    }
    .document-filters .filter-group:last-child, .document-filters button.filter-button {
        width: 100% !important;
        max-width: 100% !important;
    }
    .report_inner {
        grid-template-columns: repeat(1,1fr);
        padding-bottom: 60px;
        grid-gap: 15px;
    }
    .report_img {
        margin-top: 38px;
    }
    .report_head_inn h4 {
        font-size: 15px;
        margin: 0px 0px 0px !important;
        text-align: left;
        padding: 15px;
        font-weight: 700;
    }
    .tab_inner .e-n-tabs-heading {
        display: flex !important;
        flex-flow: unset !important;
        justify-content: space-between !important;
        padding: 0px !important;
    }
    .tab_inner .e-n-tabs-heading * {
        font-size: 15px !important;
    }
    .tab_inner .e-n-tabs-heading button:nth-child(2){
        padding-left: 0px !important;
    }
    .impact-column {
        font-size: 15px;
        padding: 12px 8px !important;
    }
	.report_grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.report_grid .report_right {
		padding-bottom: 0px;
		padding-top: 0px;
	}
	.postid-7579 .project_content_grid .content ul {
		grid-template-columns: repeat(1,1fr);
	}
	.postid-7563 .project_content_grid .project_content_box:nth-child(1) {
		grid-column: span 1;
	}
}
@media(max-width: 480px){
    .report_img {
        height: 100%;
        margin-top: 38px;
    }
	 .report_inner {
        margin: 0px;
    }
}
@media(max-width:400px){
	.document-buttons-wrapper {
		/* flex-flow: wrap !important; */
	}
	.document-meta p{
		grid-template-columns: 33% auto;
	}
	.document-meta {margin-bottom:60px;}
	.owl-nav {
		top: -80px;
	}
	.custom-news-grid .owl-nav {
        top: -75px;
    }
/* 	a.download-button:nth-child(1),a.download-button:nth-child(2) {
		display: block;
		width: 100%;
	} */
	a.download-button {
		padding: 8px 6px;
		max-width: 100%;
		width: 100%;
	}
}