:root {
    --background-color: #003D1C;
    --text-color: #1E5631;
}

body {
    font-family: "Lato", sans-serif;
    background-color: #f2f2f2;
}

.about_relative_div {
    position: realtive;
    min-height: 200px;
}

.about_relative_div img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: auto;
    max-height: 90%;
    max-width: 90%;
}

.head_item2,
.head_item3 span {
    margin: auto;
    color: #fff;
    border-radius: 5px;
    background: var(--background-color);
    padding: 0px 25px;
    font-size: 20px;
    margin: auto;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.head_item3 {
    display: flex;
    justify-content: center;
}

#problem_btn {
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 9999999;
    padding: 8px 20px;
    background: #f74814;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    outline: 0;
    border: 0px;
    font-weight: bold;
    transition: .3s;
    box-shadow: 0px 0px 5px 0px #f74814;
    border: 1px solid #fff;
    display: none;
}



/*==========================
RESET
==========================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
    background:#f7efe6;
}

.se75-section{
    padding:70px 0;
    background:#f7efe6;
}

.se75-container{
    width:95%;
    max-width:1600px;
    margin:auto;

    display:grid;

    grid-template-columns:420px repeat(3,1fr);

    grid-template-areas:
    "image empty card1 card2"
    "image card3 card4 card5"
    "image card6 card7 card8";

    gap:22px;

    align-items:stretch;
}


/*==========================
GRID AREA
==========================*/

.se75-image-area{
    grid-area:image;
}

.se75-empty{
    grid-area:empty;
}

.se75-card1{
    grid-area:card1;
}

.se75-card2{
    grid-area:card2;
}

.se75-card3{
    grid-area:card3;
}

.se75-card4{
    grid-area:card4;
}

.se75-card5{
    grid-area:card5;
}

.se75-card6{
    grid-area:card6;
}

.se75-card7{
    grid-area:card7;
}

.se75-card8{
    grid-area:card8;
}


/*==========================
LEFT IMAGE
==========================*/

.se75-image-box{

    position:relative;

    height:100%;

    min-height:860px;

    border-radius:22px;

    overflow:hidden;

}

.se75-image-box img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

}

.se75-image-border{

    position:absolute;

    left:18px;
    right:18px;
    top:18px;
    bottom:18px;

    border:2px solid rgba(255,255,255,.45);

    border-radius:12px;

}

.se75-badge{

    position:absolute;

    right:-45px;

    top:35px;

    background:#bf6d2d;

    width:285px;

    padding:25px;

    border-radius:14px;

    color:#fff;

    text-align:center;

    box-shadow:0 10px 30px rgba(0,0,0,.15);

}

.se75-badge h2{

    font-size:20px;

    line-height:1.5;

    font-weight:700;

    letter-spacing:.5px;

}


/*==========================
CARDS
==========================*/

.se75-card{

    background:#fff;

    border:1px solid #bb8c66;

    border-radius:18px;

    padding:32px 26px;

    transition:.35s;

    min-height:260px;

    display:flex;

    flex-direction:column;

}

.se75-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 40px rgba(0,0,0,.08);

}


/*==========================
ICON
==========================*/

.se75-icon{

    width:66px;

    height:66px;

    border-radius:50%;

    background:#bf6d2d;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:25px;

}

.se75-icon img{

    width:32px;

    height:32px;

    object-fit:contain;

    filter:brightness(0) invert(1);

}


/*==========================
TEXT
==========================*/

.se75-card h3{

    font-size:28px;

    color:#432418;

    line-height:1.15;

    margin-bottom:18px;

    font-weight:700;

}

.se75-card p{

    font-size:16px;

    color:#444;

    line-height:1.9;

}


/*==========================
EMPTY CELL
==========================*/

.se75-empty{

    border-radius:18px;

}  


#donation_btn {
    position: fixed;
    bottom: 20px;
    right: 60px;
    z-index: 9999999;
    padding: 8px 20px;
    background: #f74814;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    outline: 0;
    border: 0px;
    font-weight: bold;
    transition: .3s;
    box-shadow: 0px 0px 5px 0px #f74814;
    border: 1px solid #fff;
    text-decoration: none;
    display: none;
}

#donation_btn:hover {
    background: #f74814;
    transition: .3s;
}

#problem_btn:hover {
    background: #f74814;
    background: #eb5e34;
    transition: .3s;
}

#phone_btn {
    position: fixed;
    bottom: 15px;
    right: 10px;
    z-index: 99999999;
    color: #fff;
    box-shadow: 0px 0px 10px 2px green;
    border-radius: 50%;
}

#phone_btn img {
    height: 60px;
    width: 60px;
}

#phone_btn:hover {
    box-shadow: 0px 0px 5px 5px green;
    border-radius: 50%;
}

.main_slider .carousel-control-prev-icon,
.main_slider .carousel-control-next-icon {
    background-size: 20px 20px !important;
    border: 1px solid #fff;
    padding: 25px !important;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
    /*background-color:var(--text-color);*/
}

/*===========================slider start======================*/

.main_slider .carousel-item {
    height: calc(100vh - 120px) !important;
}

.main_slider .carousel-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
}

.carousel-item img {
    object-fit: contain !important;
    z-index: 2;
}

.main_slider .background_blur {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    height: 100%;
    width: 100%;
    filter: blur(15px);
}

@media only screen and (max-width:768px) {
    .main_slider .carousel-item {
        height: 230px !important;
    }
    .main_slider .carousel-control-prev-icon,
    .main_slider .carousel-control-next-icon {
        background-size: 20px 20px !important;
        border: 0px solid #fff;
        padding: 25px !important;
    }
    .carousel-control-prev-icon:hover,
    .carousel-control-next-icon:hover {
        background-color: none
    }
}

/*===========================slider end========================*/

/*===========================grid container start========================*/

.grid_left_div {
    grid-area: a;
    padding: 20px;
}

.grid_center_div {
    grid-area: b;
    padding: 20px;
}

.grid_right_div {
    grid-area: c;
    padding: 20px;
}

.grid_container {
    display: grid;
    grid-template-areas: 'a b c';
    grid-template-columns: 350px 1fr 350px;
    margin-bottom: 20px;
}

/*====================================================================*/

.member_slider {
    /*padding:10px 20px;*/
    width: 100%;
    margin: auto;
    border-radius: 5px;
    padding: 12px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 5px;
}

.member_slider .carousel-control-prev-icon,
.member_slider .carousel-control-next-icon {
    /*background-color:black;*/
}

.member_slider .carousel-inner .card {
    margin: 0;
    padding: 20px;
}

.member_slider .carousel-inner .card .card-body {
    margin: 0;
    padding: 0px;
    background: rgba(0, 0, 0, .2);
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 2px;
}

.member_slider .carousel-inner .card h5 {
    margin: 0;
    margin-top: 5px;
    font-size: 18px;
    padding: 0px;
    color: #fff;
}

.member_slider .carousel-inner .card h5:nth-child(2) {
    margin-bottom: 10px;
}

.member_slider .carousel-inner .card .card-img-top {
    width: 100%;
    height: 200px;
    display: block;
    margin: auto;
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, .5);
}

.view_all_btn_left {
    display: block;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    background: var(--text-color);
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(252, 56, 56, 0.4);
    padding: 20px 10px;
}

.view_all_btn {
    display: block;
    width: fit-content;
    text-align: center;
    cursor: pointer;
    justify-content: center;
    font-weight: bold;
    background: var(--text-color);
    border-radius: 50px;
    padding: 5px 15px;
    color: #fff;
    margin: auto;
    margin-top: 20px;
    border: 1px solid rgba(252, 56, 56, 0.4);
    margin-bottom: 30px;
}

/*========================================================================================*/

.content {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
    margin-top: 20px;
    border-radius: 5px;
}

.content img {
    border-radius: 5px;
    width: 100%;
    height: auto;
}

.content .content-overlay {
    background: var(--text-color) !important;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: .7;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.arrow {
    margin-left: 8px;
}

.content h3 {
    display: inline-block;
    position: relative;
    transition: all 300ms ease-out;
    will-change: transform;
}

.content:hover h3 {
    -webkit-transform: translate3d(-1rem, 0, 0);
    transform: translate3d(-1rem, 0, 0);
}

/*.content i {*/

/*    position: absolute;*/

/*    width: 1.1em;*/

/*    right: -1.4rem;*/

/*    opacity: 1;*/

/*    top: 38%;*/

/*    -webkit-transform: translateY(-50%);*/

/*    transform: translateY(-50%);*/

/*    transition: all 300ms ease-out;*/

/*    will-change: right, opacity;*/

/*}*/

/*.content:hover i {*/

/*    opacity: 1;*/

/*    right: -3rem;*/

/*}*/

/*==================================================================*/

.buttons {
    display: none;
    grid-column-gap: 10px;
    color: #fff;
    width: 550px;
    overflow-x: auto;
    margin: auto;
    padding-bottom: 10px;
    margin-bottom: 15px;
    transition: .3s;
}

.buttons::-webkit-scrollbar {
    height: 6px;
}

.buttons::-webkit-scrollbar {
    margin-bottom: 20px;
    height: 5px;
    background-color: #eee;
}

.buttons::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.buttons button:hover {
    opacity: 0.6;
    transition: .3s;
}

.buttons a {
    text-decoration: none;
    cursor: pointer;
}

.buttons a button {
    display: flex;
    flex-direction: column;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
    height: 80px;
    font-weight: bold;
    font-size: 12px;
    padding: 10px;
    width: 120px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    color: var(--text-color);
    background: #fff;
}

.buttons a button i {
    font-size: 25px;
}

/* About Us */


/*==========================
   ABOUT SECTION
==========================*/


.mh-about-wrapper{
    width:100%;
    padding:70px 20px;
    background:#fff;
    font-family:Arial, Helvetica, sans-serif;
    background:#ffffff;
}

.mh-about-container{
    max-width:1200px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
}

/* LEFT */

.mh-about-left{
    width:34%;
    text-align:center;
}

.mh-about-image{

    margin:0 auto 25px;
    border-radius:8%;
    overflow:hidden;
}

.mh-aboutt{
width: 200px;
height: 200px;
    margin:0 auto 25px;
    border-radius:50%;
    overflow:hidden;
}

.mh-about-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.mh-about-left h3{
    font-size:30px;
    font-weight:500;
    color:#333;
    margin-bottom:12px;
    text-transform:uppercase;
    letter-spacing:.5px;
}

.mh-divider{
    width:70px;
    height:2px;
    background:#003D1C;
    margin:0 auto 10px;
}

.mh-about-left span{
    color:#666;
    font-size:18px;
}

/* RIGHT */

.mh-about-right{
    flex:1;
}

.mh-title-wrap{
    display:flex;
    align-items:center;
    margin-bottom:30px;
}

.mh-title-line{
    width:45px;
    height:2px;
    background:#003D1C;
    margin-right:12px;
}

.mh-title-wrap h2{
    font-size:56px;
    font-weight:300;
    color:#222;
    line-height:1.2;
}

.mh-title-wrap h2 span{
    color:#003D1C;
}

.mh-about-right p{
    font-size:18px;
    color:#555;
    line-height:1.9;
    margin-bottom:20px;
}

.mh-read-btn{
    display:inline-block;
    margin-top:10px;
    background:#003D1C;
    color:#fff;
    text-decoration:none;
    padding:15px 38px;
    font-size:16px;
    font-weight:600;
    border-radius:4px;
    transition:.3s;
}

.mh-read-btn:hover{
    background:#1E5631;
}

/*==========================
     RESPONSIVE
==========================*/

@media(max-width:991px){

    .mh-about-container{
        flex-direction:column;
        text-align:center;
        gap:45px;
    }

    .mh-about-left{
        width:100%;
    }

    .mh-about-right{
        width:100%;
    }

    .mh-title-wrap{
        justify-content:center;
    }

    .mh-title-wrap h2{
        font-size:42px;
    }

}

@media(max-width:768px){

    .mh-about-image{
        width:170px;
        height:170px;
    }

    .mh-about-left h3{
        font-size:24px;
    }

    .mh-title-wrap h2{
        font-size:34px;
    }

    .mh-about-right p{
        font-size:16px;
        line-height:1.8;
    }

    .mh-read-btn{
        padding:13px 30px;
    }

}

@media(max-width:480px){

    .mh-about-wrapper{
        padding:50px 15px;
    }

    .mh-about-image{
        width:150px;
        height:150px;
    }

    .mh-title-wrap{
        flex-direction:column;
        gap:12px;
    }

    .mh-title-line{
        margin-right:0;
    }

    .mh-title-wrap h2{
        font-size:28px;
    }

    .mh-about-left h3{
        font-size:20px;
    }

}


/* inner section */


/*===============================
        Google Font
================================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
}

/*================================
        SECTION
================================*/

.mh-info-section{
    width:100%;
    padding:80px 25px;
    background:#f4f7f4;
}

.mh-info-container{
    width:100%;
    max-width:1450px;
    margin:auto;

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

/*================================
          CARD
================================*/

.mh-info-card{
    position:relative;
    background:#fff;
    border:2px solid #003d1c;
    border-radius:22px;
    padding:40px 35px;
    min-height:290px;
    overflow:hidden;
    transition:.4s ease;
}

/* Top Border Animation */

.mh-info-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:#1e5631;
    transform:scaleX(0);
    transform-origin:left;
    transition:.4s;
}

.mh-info-card:hover::before{
    transform:scaleX(1);
}

.mh-info-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 35px rgba(0,61,28,.18);
}

/*================================
         ICON
================================*/

.mh-info-icon{
    position:absolute;
    top:28px;
    right:28px;

    width:62px;
    height:62px;

    border-radius:50%;
    background:#edf6ef;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#1e5631;
    font-size:26px;

    transition:.4s;
}

.mh-info-card:hover .mh-info-icon{
    background:#1e5631;
    color:#fff;
    transform:rotate(10deg);
}

/*================================
         TITLE
================================*/

.mh-info-card h2{
    color:#003d1c;
    font-size:34px;
    font-weight:600;
    margin-bottom:22px;
}

/*================================
      PARAGRAPH
================================*/

.mh-info-card p{
    color:#555;
    font-size:16px;
    line-height:1.9;
    padding-right:15px;
}

/*================================
       BUTTON
================================*/

.mh-info-btn{
    position:absolute;
    right:30px;
    bottom:28px;

    width:48px;
    height:48px;

    border-radius:50%;
    background:#003d1c;

    color:#fff;
    text-decoration:none;

    display:flex;
    align-items:center;
    justify-content:center;

    transition:.35s;
}

.mh-info-btn:hover{
    background:#1e5631;
    transform:translateX(5px);
}

/*================================
      TABLET
================================*/

@media(max-width:1200px){

.mh-info-container{

grid-template-columns:repeat(2,1fr);

}

}

/*================================
      MOBILE
================================*/

@media(max-width:768px){

.mh-info-section{
padding:60px 20px;
}

.mh-info-container{

grid-template-columns:1fr;

}

.mh-info-card{

min-height:auto;
padding:35px 25px 80px;

}

.mh-info-card h2{

font-size:28px;

}

.mh-info-icon{

width:55px;
height:55px;
font-size:22px;

}

.mh-info-card p{

font-size:15px;
line-height:1.8;

}

}

/*================================
     SMALL MOBILE
================================*/

@media(max-width:480px){

.mh-info-section{

padding:45px 15px;

}

.mh-info-card{

padding:30px 20px 75px;

}

.mh-info-card h2{

font-size:24px;

}

.mh-info-card p{

font-size:14px;

}

.mh-info-icon{

width:50px;
height:50px;
font-size:20px;
top:20px;
right:20px;

}

.mh-info-btn{

width:42px;
height:42px;
right:20px;
bottom:20px;

}

}



/* main objective */


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
}

/*==============================*/

.mh-gallery-section{

    padding:80px 25px;
    background:#fff;

}

.mh-gallery-container{

    max-width:1350px;
    margin:auto;

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;

}

/*==============================*/

.mh-gallery-card{

    position:relative;

    height:460px;

    overflow:hidden;

    border-radius:18px;

    cursor:pointer;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

/*==============================*/

.mh-gallery-img{

    width:100%;
    height:100%;
    overflow:hidden;

}

.mh-gallery-img img{

    width:100%;
    height:100%;
    object-fit:cover;

    transition:1s ease;

}

/* Image Zoom */

.mh-gallery-card:hover img{

    transform:scale(1.15);

}

/*==============================*/

.mh-gallery-overlay{

    position:absolute;

    inset:0;

    display:flex;

    flex-direction:column;

    justify-content:flex-end;

    padding:28px;

    background:linear-gradient(to top,
    rgba(0,61,28,.95) 0%,
    rgba(30,86,49,.75) 35%,
    rgba(0,0,0,.10) 70%,
    transparent 100%);

}

/*==============================*/

.mh-gallery-overlay h2{

    color:#fff;

    font-size:40px;

    font-weight:600;

    margin-bottom:12px;

}

.mh-gallery-overlay span{

    width:80px;
    height:3px;

    background:#fff;

    margin-bottom:18px;

    border-radius:10px;

}

.mh-gallery-overlay p{

    color:#fff;

    font-size:16px;

    line-height:2;

}

/*==============================*/

.mh-gallery-card::after{

    content:"";

    position:absolute;

    inset:0;

    border:2px solid transparent;

    border-radius:18px;

    transition:.5s;

}

.mh-gallery-card:hover::after{

    border-color:#1e5631;

}

/*==============================*/

.mh-gallery-card:hover{

    transform:translateY(-8px);

    transition:.5s;

}

/*==============================*/

@media(max-width:1100px){

.mh-gallery-container{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.mh-gallery-container{

grid-template-columns:1fr;

}

.mh-gallery-card{

height:420px;

}

.mh-gallery-overlay{

padding:24px;

}

.mh-gallery-overlay h2{

font-size:32px;

}

.mh-gallery-overlay p{

font-size:15px;

line-height:1.8;

}

}

@media(max-width:480px){

.mh-gallery-section{

padding:50px 15px;

}

.mh-gallery-card{

height:380px;

}

.mh-gallery-overlay h2{

font-size:26px;

}

.mh-gallery-overlay span{

width:60px;

}

.mh-gallery-overlay p{

font-size:14px;

}

}


/* objective  */
.copy75_wrapper{
    max-width:1350px;
    padding-top: 50PX;
    margin:auto;
    display:flex;
    gap:35px;
    align-items:flex-start;
    }
    
    /*==================
    LEFT
    ==================*/
    
    .copy75_left{
    width:33%;
    position:relative;
    margin: auto;
    }
    
    .copy75_imgbox{
    position:relative;
    border-radius:22px;
    overflow:hidden;
   
    }
    
    .copy75_imgbox img{
    width:100%;
    display:block;
    height:100%;
    object-fit:cover;
    
    }
    
    .copy75_tag{
    position:absolute;
    top:30px;
    right:-20px;
    background:#003D1C;
    color:#fff;
    font-weight:700;
    font-size:18px;
    line-height:1.4;
    padding:18px 22px;
    border-radius:10px;
    text-align:center;
    max-width:260px;
    }
    
    /*==================
    RIGHT
    ==================*/
    
    .copy75_right{
    width:67%;
    display:flex;
    flex-direction:column;
    gap:18px;
    }
    
    .copy75_row{
    display:grid;
    gap:20px;
    }
    
    .copy75_top{
    grid-template-columns:repeat(2,1fr);
    }
    
    .copy75_middle,
    .copy75_bottom{
    grid-template-columns:repeat(3,1fr);
    }
    
    .copy75_card{
    background:#fff;
    border:1px solid #003D1C;
    border-radius:16px;
    padding:22px;
    transition:.35s;
    cursor:pointer;
    min-height:230px;
    }
    
    .copy75_card:hover{
    background:#1E5631;
    color:#fff;
    transform:translateY(-5px);
    }
    
    .copy75_icon{
    width:58px;
    height:58px;
    background:#003D1C;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:24px;
    margin-bottom:18px;
    transition:.35s;
    }
    
    .copy75_card:hover .copy75_icon{
    background:#fff;
    color:#003D1C;
    }
    
    .copy75_card h3{
    font-size:25px;
    margin-bottom:14px;
    font-weight:600;
    line-height:1.2;
    font-family:Arial, Helvetica, sans-serif;
    }
    
    .copy75_card p{
    font-size:16px;
    line-height:1.7;
    font-family:Arial, Helvetica, sans-serif;
    }
    
    /*==================
    Responsive
    ==================*/
    
    @media(max-width:1200px){
    
    .copy75_wrapper{
    flex-direction:column;
    }
    
    .copy75_left,
    .copy75_right{
    width:100%;
    }
    
    .copy75_tag{
    right:20px;
    }
    
    }
    
    @media(max-width:900px){
    
    .copy75_top,
    .copy75_middle,
    .copy75_bottom{
    grid-template-columns:repeat(2,1fr);
    }
    
    }
    
    @media(max-width:600px){
    
    .copy75_top,
    .copy75_middle,
    .copy75_bottom{
    grid-template-columns:1fr;
    }
    
    .copy75_tag{
    position:absolute;
    right:15px;
    top:15px;
    font-size:15px;
    padding:15px;
    max-width:220px;
    }
    
    .copy75_card{
    min-height:auto;
    }
    
    }


    

/*==================================================================*/

.center-div {
    width: 65%;
    height: 850px;
    margin: auto;
    margin-bottom: 100px;
    overflow-x: hidden;
    border-radius: 5px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 12px;
}

.img_div iframe::-webkit-scrollbar,
.center-div::-webkit-scrollbar,
html::-webkit-scrollbar {
    width: 6px;
}

.center-div::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
    background: rgb(223, 226, 229);
    border-radius: 10px;
}

.center-div::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .2);
    border-radius: 10px;
}

.center-div::-webkit-scrollbar-thumb:hover,
html::-webkit-scrollbar-thumb:hover {
    background: var(--text-color);
    border-radius: 10px;
}

.center-div::-webkit-scrollbar-thumb:active,
html::-webkit-scrollbar-thumb:active {
    background: rgb(68, 68, 68);
    border-radius: 10px;
}

.timeline_data{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.fb-page,
.fb-page span,
.fb-page iframe {
    width: 100% !important;
}
/*==================================================================*/

.marquee_parent {
    padding: 12px;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
}

.marquee_parent_sub {
    padding: 20px;
    background: var(--background-color);
    border-radius: 5px;
}

marquee {
    font-size: 16px;
    text-align: center;
    width: 100%;
    margin: auto;
    display: block;
    border-radius: 5px;
    padding: 10px;
    background: rgba(255, 255, 255, .9);
}

marquee p {
    color: var(--text-color);
}

.img_div {
    display: flex !important;
    justify-content: center !important;
    margin: auto;
}

.img_div iframe {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 300px !important;
    border: 1px solid gray !important;
}

/*=========================== About Us =======================================*/

@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700,800');
.blog-slider {
    width: 95%;
    position: relative;
    max-width: 80%;
    margin: auto;
    background: #fff;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    padding: 25px;
    border-radius: 25px;
    min-height: 400px;
    height: auto;
    transition: all 0.3s;
}

a {
    text-decoration: none !important;
}

@media screen and (max-width: 1170px) {
    .navbar_margin {
        margin-top: 60px;
    }
}

@media screen and (max-width: 992px) {
    .blog-slider {
        max-width: 680px;
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    .blog-slider {
        min-height: 500px;
        height: auto;
        margin: 180px auto 20px auto;
    }
    .img_div iframe {
        width: auto !important;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider {
        height: 350px;
        margin: auto;
        padding: 0;
    }
}

.blog-slider__img {
    width: 300px;
    flex-shrink: 0;
    height: 300px;
    border-radius: 20px;
    transform: translateX(-80px);
    overflow: hidden;
}

.blog-slider__img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    opacity: 0.8;
}

.blog-slider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    border-radius: 20px;
    transition: all 0.3s;
}

.blog-slider__button,
.blog-slider__button1 {
    display: inline-block;
    padding: 5px 15px;
    justify-content: end;
    float: right;
    border-radius: 50px;
    margin-top: 5px;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(252, 56, 56, 0.4);
    font-weight: bold;
    justify-content: center;
    background: var(--background-color);
    text-align: center;
    letter-spacing: 1px;
    font-size: 12px;
}

.blog-slider__button,
.blog-slider__button1 a {
    color: #fff;
}

.blog-slider__button1:hover {
    color: #fff !important;
}

.blog-slider__text {
    color: #000 !important;
    height: 250px;
    overflow-y: scroll;
    margin-bottom: 30px;
    /* line-height: 1.5em; */
}

@media screen and (max-width: 576px) {
    .blog-slider__button {
        width: 100%;
    }
    .blog-slider__button1 {
        width: 100%;
    }
}

/*================================our objectives =======================*/

.motive {
    display: flex;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 0px;
    background-color: #fff;
    padding: 10px;
    overflow-x: scroll;
    gap: 20px;
    flex-wrap: wrap;
    padding: 30px 10px;
}

.motive .motive_img_div {
    border-radius: 15px;
    height: 130px;
    width: 130px;
    position: relative;
    /*background:var(--background-color);*/
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: block;
    margin: auto;
    overflow: hidden;
}

.motive .motive_img_div img {
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.motive p {
    color: black;
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
    text-align: center;
    transition: all .3s;
}

.motive p:hover {
    color: var(--text-color);
    text-decoration: none;
    transition: all .3s;
}



/* about us */
/* ==========================================================
   NGO PREMIUM ABOUT PAGE
   PART 3A
   Unique Prefix : ngoPro-
========================================================== */

:root{

    --ngoPro-primary:#0F766E;
    --ngoPro-secondary:#14B8A6;
    --ngoPro-accent:#22C55E;
    --ngoPro-dark:#0F172A;
    --ngoPro-text:#475569;
    --ngoPro-light:#F8FAFC;
    --ngoPro-white:#FFFFFF;
    --ngoPro-border:#E2E8F0;

    --ngoPro-radius:24px;

    --ngoPro-shadow:
        0 25px 60px rgba(15,23,42,.08);

    --ngoPro-transition:.4s ease;

}

*{

    margin:0;
    padding:0;
    box-sizing:border-box;

}

html{

    scroll-behavior:smooth;

}

body{

    font-family:"Poppins",sans-serif;
    background:#fff;
    color:var(--ngoPro-text);
    overflow-x:hidden;

}

img{

    width:100%;
    display:block;

}

a{

    text-decoration:none;

}

ul{

    list-style:none;

}

.ngoPro-container{

    width:min(1320px,92%);
    margin:auto;

}

/* ===========================================
            SECTION HEADING
=========================================== */

.ngoPro-section-heading{

    text-align:center;
    margin-bottom:70px;

}

.ngoPro-section-heading span{

    color:var(--ngoPro-primary);
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    font-size:14px;

}

.ngoPro-section-heading h2{

    margin-top:18px;
    font-size:48px;
    color:var(--ngoPro-dark);
    font-weight:700;

}

.ngoPro-section-heading p{

    width:720px;
    max-width:100%;
    margin:25px auto 0;
    line-height:1.9;

}

/* ===========================================
                BUTTONS
=========================================== */

.ngoPro-primary-btn{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:18px 42px;

    border-radius:60px;

    background:linear-gradient(
        135deg,
        var(--ngoPro-primary),
        var(--ngoPro-secondary)
    );

    color:#fff;

    font-weight:600;

    transition:var(--ngoPro-transition);

    box-shadow:
    0 18px 35px rgba(20,184,166,.35);

}

.ngoPro-primary-btn:hover{

    transform:translateY(-5px);

    box-shadow:
    0 25px 45px rgba(20,184,166,.45);

}

.ngoPro-secondary-btn{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:18px 42px;

    border-radius:60px;

    border:2px solid #fff;

    color:#fff;

    transition:.4s;

}

.ngoPro-secondary-btn:hover{

    background:#fff;

    color:var(--ngoPro-primary);

}

/* ===========================================
            HERO SECTION
=========================================== */

.ngoPro-hero-section{

    position:relative;

    padding:130px 0;

    overflow:hidden;

    background:
    linear-gradient(
        135deg,
        #003D1C,
        #1E5631,
        #CDE7CC
    );

}

.ngoPro-hero-overlay{

    position:absolute;

    width:700px;
    height:700px;

    background:
    radial-gradient(
        circle,
        rgba(255,255,255,.18),
        transparent 70%
    );

    right:-180px;
    top:-120px;

}

.ngoPro-hero-grid{

    display:grid;

    grid-template-columns:
    1.05fr
    .95fr;

    gap:80px;

    align-items:center;

}

/* ===========================================
            HERO CONTENT
=========================================== */

.ngoPro-badge{

    display:inline-block;

    background:rgba(255,255,255,.18);

    color:#fff;

    padding:12px 24px;

    border-radius:40px;

    backdrop-filter:blur(12px);

    margin-bottom:30px;

    font-weight:600;

}

.ngoPro-hero-title{

    color:#fff;

    font-size:50px;

    line-height:1.1;

    font-weight:800;

    margin-bottom:25px;

}

.ngoPro-hero-title span{

    color:#CFFAFE;

}

.ngoPro-hero-description{

    color:rgba(255,255,255,.9);

    line-height:2;

    font-size:18px;

    max-width:620px;

    margin-bottom:45px;

}

.ngoPro-hero-buttons{

    display:flex;

    gap:20px;

    flex-wrap:wrap;

}

/* ===========================================
            HERO IMAGE
=========================================== */

.ngoPro-hero-image-wrapper{

    position:relative;

    min-height:620px;

}

.ngoPro-image-card{

    position:absolute;

    overflow:hidden;

    border-radius:30px;

    background:#fff;

    box-shadow:var(--ngoPro-shadow);

}

.ngoPro-image-card img{

    height:100%;

    object-fit:cover;

}

.ngoPro-card-one{

    width:370px;

    height:500px;

    left:0;

    top:0;

}

.ngoPro-card-two{

    width:280px;

    height:340px;

    right:0;

    bottom:20px;

    border:8px solid #fff;

}

.ngoPro-floating-box{

    position:absolute;

    left:240px;

    bottom:140px;

    background:#fff;

    padding:25px 35px;

    border-radius:20px;

    text-align:center;

    box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.ngoPro-floating-box h3{

    color:var(--ngoPro-primary);

    font-size:38px;

    margin-bottom:6px;

}

.ngoPro-floating-box p{

    color:var(--ngoPro-text);

    font-weight:500;

}

/* ===========================================
            WAVE DIVIDER
=========================================== */

.ngoPro-wave-divider{

    margin-top:-2px;

}

.ngoPro-wave-divider svg{

    display:block;

    width:100%;

}

/* ===========================================
            ABOUT SECTION
=========================================== */

.ngoPro-about-section{

    padding:120px 0;

}

.ngoPro-about-grid{

    display:grid;

    grid-template-columns:
    1fr
    1fr;

    gap:80px;

    align-items:center;

}

.ngoPro-about-image{

    position:relative;

}

.ngoPro-about-image img{

    border-radius:30px;

    box-shadow:var(--ngoPro-shadow);

}

.ngoPro-section-tag{

    display:inline-block;

    color:var(--ngoPro-primary);

    font-weight:700;

    letter-spacing:3px;

    margin-bottom:20px;

}

.ngoPro-about-content h2{

    font-size:48px;

    color:var(--ngoPro-dark);

    margin-bottom:30px;

    line-height:1.2;

}

.ngoPro-about-content p{

    line-height:2;

    margin-bottom:25px;

    font-size:17px;

}

/* ===========================================
        FEATURE LIST
=========================================== */

.ngoPro-feature-list{

    display:grid;

    grid-template-columns:
    repeat(2,1fr);

    gap:18px;

    margin-top:40px;

}

.ngoPro-feature-item{

    background:#F8FAFC;

    padding:18px 20px;

    border-radius:16px;

    font-weight:600;

    color:var(--ngoPro-dark);

    border:1px solid var(--ngoPro-border);

    transition:.35s;

}

.ngoPro-feature-item:hover{

    transform:translateY(-5px);

    border-color:var(--ngoPro-secondary);

    box-shadow:0 18px 35px rgba(15,118,110,.12);

}

/* ===========================================
        MISSION SECTION
=========================================== */

.ngoPro-mission-section{

    padding:120px 0;

    background:#F8FAFC;

}

.ngoPro-mission-grid{

    display:grid;

    grid-template-columns:
    repeat(2,1fr);

    gap:40px;

}

/* ===========================================
        GLASS CARD
=========================================== */

.ngoPro-glass-card{

    position:relative;

    overflow:hidden;

    padding:55px;

    border-radius:28px;

    background:
    rgba(255,255,255,.7);

    backdrop-filter:blur(18px);

    border:
    1px solid rgba(255,255,255,.7);

    transition:.4s;

    box-shadow:
    0 25px 60px rgba(15,23,42,.08);

}

.ngoPro-glass-card:hover{

    transform:translateY(-10px);

}

.ngoPro-icon-circle{

    width:90px;

    height:90px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:40px;

    margin-bottom:30px;

    background:
    linear-gradient(
        135deg,
        #003D1C 0%,
        #1E5631 100%

    );

    color:#fff;

}

.ngoPro-glass-card h3{

    font-size:32px;

    color:var(--ngoPro-dark);

    margin-bottom:20px;

}

.ngoPro-glass-card p{

    line-height:2;

    font-size:17px;

}

/* ==========================================================
   NGO PREMIUM ABOUT PAGE
   PART 3B-1
   Impact + Programs
==========================================================*/

/*=========================================
            IMPACT SECTION
=========================================*/

.ngoPro-impact-section{

    padding:120px 0;

    background:
    linear-gradient(135deg,#003D1C,#1E5631);

    position:relative;

    overflow:hidden;

}

.ngoPro-impact-section::before{

    content:"";

    position:absolute;

    width:500px;
    height:500px;

    border-radius:50%;

    background:
    rgba(255,255,255,.06);

    top:-180px;
    left:-150px;

}

.ngoPro-impact-section::after{

    content:"";

    position:absolute;

    width:400px;
    height:400px;

    border-radius:50%;

    background:
    rgba(255,255,255,.05);

    right:-100px;
    bottom:-120px;

}

.ngoPro-impact-heading{

    text-align:center;

    margin-bottom:70px;

    position:relative;

    z-index:2;

}

.ngoPro-impact-heading span{

    color:#CFFAFE;

    font-weight:700;

    letter-spacing:3px;

    text-transform:uppercase;

}

.ngoPro-impact-heading h2{

    margin-top:18px;

    color:#fff;

    font-size:48px;

}

.ngoPro-impact-grid{

    display:grid;

    grid-template-columns:
    repeat(4,1fr);

    gap:30px;

    position:relative;

    z-index:2;

}

.ngoPro-impact-card{

    background:
    rgba(255,255,255,.12);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.15);

    border-radius:24px;

    padding:45px 30px;

    text-align:center;

    transition:.4s;

}

.ngoPro-impact-card:hover{

    transform:
    translateY(-12px);

    background:
    rgba(255,255,255,.18);

}

.ngoPro-impact-card h2{

    color:#fff;

    font-size:60px;

    margin-bottom:12px;

    font-weight:800;

}

.ngoPro-impact-card p{

    color:#E2F8F7;

    font-size:18px;

    font-weight:500;

}

/*=========================================
            PROGRAM SECTION
=========================================*/

.ngoPro-program-section{

    padding:130px 0;

    background:#ffffff;

}

.ngoPro-program-grid{

    display:grid;

    grid-template-columns:
    repeat(2,1fr);

    gap:35px;

}

.ngoPro-program-card{

    overflow:hidden;

    border-radius:28px;

    background:#fff;

    box-shadow:
    0 20px 45px rgba(15,23,42,.08);

    transition:.45s;

    position:relative;

}

.ngoPro-program-card:hover{

    transform:
    translateY(-12px);

    box-shadow:
    0 35px 70px rgba(15,23,42,.15);

}

.ngoPro-program-card img{

    height:280px;

    object-fit:cover;

    transition:.6s;

}

.ngoPro-program-card:hover img{

    transform:scale(1.08);

}

.ngoPro-program-content{

    padding:35px;

}

.ngoPro-program-content h3{

    color:var(--ngoPro-dark);

    font-size:30px;

    margin-bottom:18px;

}

.ngoPro-program-content p{

    line-height:1.9;

    margin-bottom:28px;

    color:var(--ngoPro-text);

}

.ngoPro-program-content a{

    display:inline-flex;

    align-items:center;

    gap:10px;

    color:var(--ngoPro-primary);

    font-weight:700;

    transition:.3s;

}

.ngoPro-program-content a:hover{

    color:var(--ngoPro-accent);

    transform:translateX(8px);

}

/* decorative strip */

.ngoPro-program-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:6px;

    background:
    linear-gradient(
    90deg,
    var(--ngoPro-primary),
    var(--ngoPro-secondary),
    var(--ngoPro-accent));

}

/* optional icon badge */

.ngoPro-program-card::after{

    content:"";

    position:absolute;

    width:70px;

    height:70px;

    border-radius:50%;

    background:
    rgba(255,255,255,.15);

    right:25px;

    top:25px;

    backdrop-filter:blur(8px);

}

/* ==========================================================
   NGO PREMIUM ABOUT PAGE
   PART 3B-2
   Why Choose Us + Timeline
==========================================================*/

/*=========================================
        WHY CHOOSE US
=========================================*/

.ngoPro-choose-section{

    padding:130px 0;
    background:#F8FAFC;

}

.ngoPro-choose-grid{

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;

}

.ngoPro-choose-left span{

    display:inline-block;

    color:var(--ngoPro-primary);

    font-size:14px;

    letter-spacing:3px;

    font-weight:700;

    margin-bottom:18px;

}

.ngoPro-choose-left h2{

    font-size:35px;

    line-height:1.2;

    color:var(--ngoPro-dark);

    margin-bottom:28px;

}

.ngoPro-choose-left>p{

    line-height:2;

    margin-bottom:45px;

}

.ngoPro-choose-list{

    display:flex;

    flex-direction:column;

    gap:24px;

}

.ngoPro-choose-item{

    display:flex;

    align-items:flex-start;

    gap:20px;

    background:#fff;

    padding:28px;

    border-radius:22px;

    transition:.35s;

    box-shadow:0 10px 30px rgba(15,23,42,.05);

}

.ngoPro-choose-item:hover{

    transform:translateX(12px);

    box-shadow:0 20px 45px rgba(15,23,42,.12);

}

.ngoPro-check-icon{

    width:58px;

    height:58px;

    flex-shrink:0;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:
    linear-gradient(
        135deg,
        #003D1C 0%,
        #1E5631 100%

    );

    color:#fff;

    font-size:22px;

    font-weight:700;

}

.ngoPro-choose-item h4{

    color:var(--ngoPro-dark);

    font-size:22px;

    margin-bottom:8px;

}

.ngoPro-choose-item p{

    line-height:1.8;

}

.ngoPro-choose-right{

    position:relative;

}

.ngoPro-choose-right img{

    border-radius:32px;

    box-shadow:
    0 30px 70px rgba(15,23,42,.15);

}

.ngoPro-choose-right::before{

    content:"";

    position:absolute;

    width:180px;

    height:180px;

    border-radius:50%;

    background:
    rgba(20,184,166,.12);

    top:-40px;

    left:-40px;

    z-index:-1;

}

.ngoPro-choose-right::after{

    content:"";

    position:absolute;

    width:140px;

    height:140px;

    border-radius:28px;

    background:
    rgba(34,197,94,.15);

    right:-30px;

    bottom:-30px;

    transform:rotate(18deg);

    z-index:-1;

}

/*=========================================
            TIMELINE
=========================================*/

.ngoPro-timeline-section{

    padding:130px 0;

    background:#fff;

}

.ngoPro-timeline{

    position:relative;

    max-width:950px;

    margin:0 auto;

}

.ngoPro-timeline::before{

    content:"";

    position:absolute;

    left:105px;

    top:0;

    width:4px;

    height:100%;

    background:
    linear-gradient(
        var(--ngoPro-primary),
        var(--ngoPro-secondary)
    );

}

.ngoPro-timeline-item{

    display:flex;

    align-items:flex-start;

    gap:35px;

    margin-bottom:55px;

    position:relative;

}

.ngoPro-year{

    width:90px;

    height:90px;

    flex-shrink:0;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:
    linear-gradient(
        135deg,
        #003D1C 0%,
        #1E5631 100%
    );

    color:#fff;

    font-size:22px;

    font-weight:700;

    z-index:2;

    box-shadow:
    0 15px 35px rgba(15,118,110,.30);

}

.ngoPro-line{

    width:25px;

    flex-shrink:0;

}

.ngoPro-info{

    flex:1;

    background:#F8FAFC;

    border-radius:24px;

    padding:30px 35px;

    transition:.35s;

    border:1px solid var(--ngoPro-border);

}

.ngoPro-info:hover{

    transform:translateY(-8px);

    box-shadow:
    0 20px 45px rgba(15,23,42,.08);

}

.ngoPro-info h3{

    color:var(--ngoPro-dark);

    font-size:28px;

    margin-bottom:12px;

}

.ngoPro-info p{

    line-height:1.9;

}

/*=========================================
        TIMELINE LAST ITEM
=========================================*/

.ngoPro-timeline-item:last-child{

    margin-bottom:0;

}

/*=========================================
        SMALL DECORATIVE DOTS
=========================================*/

.ngoPro-timeline-item::after{

    content:"";

    position:absolute;

    left:100px;

    top:42px;

    width:14px;

    height:14px;

    border-radius:50%;

    background:#fff;

    border:4px solid var(--ngoPro-secondary);

    z-index:3;

}

/* ==========================================================
   NGO PREMIUM ABOUT PAGE
   PART 3C
   Gallery + CTA + Responsive + Animations
==========================================================*/

/*=========================================
            GALLERY
=========================================*/

.ngoPro-gallery-section{

    padding:130px 0;
    background:#F8FAFC;

}

.ngoPro-gallery-grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;

}

.ngoPro-gallery-grid img{

    width:100%;
    height:320px;

    object-fit:cover;

    border-radius:24px;

    transition:.5s;

    cursor:pointer;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.ngoPro-gallery-grid img:hover{

    transform:
    scale(1.05)
    rotate(.5deg);

    box-shadow:
    0 30px 60px rgba(0,0,0,.15);

}

.ngoPro-gallery-grid img:nth-child(2),
.ngoPro-gallery-grid img:nth-child(5){

    height:420px;

}

.ngoPro-gallery-grid img:nth-child(1){

    grid-row:span 2;
    height:765px;

}

/*=========================================
            CTA
=========================================*/

.ngoPro-cta-section{

    padding:130px 0;

    background:
    linear-gradient(
        135deg,
        #003D1C 0%,
        #1E5631 100%
    );
    position:relative;

    overflow:hidden;

}

.ngoPro-cta-section::before{

    content:"";

    position:absolute;

    width:550px;
    height:550px;

    border-radius:50%;

    background:
    rgba(255,255,255,.05);

    top:-220px;
    left:-180px;

}

.ngoPro-cta-section::after{

    content:"";

    position:absolute;

    width:400px;
    height:400px;

    border-radius:50%;

    background:
    rgba(255,255,255,.04);

    right:-150px;
    bottom:-180px;

}

.ngoPro-cta-box{

    position:relative;

    z-index:2;

    max-width:900px;

    margin:auto;

    text-align:center;

    color:#fff;

}

.ngoPro-cta-box span{

    display:inline-block;

    margin-bottom:18px;

    font-weight:700;

    letter-spacing:3px;

    color:#CFFAFE;

}

.ngoPro-cta-box h2{

    font-size:56px;

    line-height:1.2;

    margin-bottom:28px;

}

.ngoPro-cta-box p{

    font-size:18px;

    line-height:2;

    max-width:720px;

    margin:0 auto 45px;

    color:rgba(255,255,255,.92);

}

.ngoPro-cta-buttons{

    display:flex;

    justify-content:center;

    gap:22px;

    flex-wrap:wrap;

}

/*=========================================
            ANIMATIONS
=========================================*/

@keyframes ngoProFloat{

    0%{

        transform:
        translateY(0px);

    }

    50%{

        transform:
        translateY(-15px);

    }

    100%{

        transform:
        translateY(0px);

    }

}

.ngoPro-card-one{

    animation:
    ngoProFloat 6s ease-in-out infinite;

}

.ngoPro-card-two{

    animation:
    ngoProFloat 5s ease-in-out infinite;

}

.ngoPro-floating-box{

    animation:
    ngoProFloat 4s ease-in-out infinite;

}

@keyframes ngoProFade{

    from{

        opacity:0;

        transform:
        translateY(50px);

    }

    to{

        opacity:1;

        transform:
        translateY(0);

    }

}

.ngoPro-impact-card,
.ngoPro-program-card,
.ngoPro-glass-card,
.ngoPro-feature-item,
.ngoPro-info,
.ngoPro-gallery-grid img,
.ngoPro-choose-item{

    animation:
    ngoProFade .8s ease both;

}

/*=========================================
            SCROLLBAR
=========================================*/

::-webkit-scrollbar{

    width:10px;

}

::-webkit-scrollbar-track{

    background:#E2E8F0;

}

::-webkit-scrollbar-thumb{

    background:var(--ngoPro-primary);

    border-radius:50px;

}

/*=========================================
            RESPONSIVE
=========================================*/

@media(max-width:1200px){

.ngoPro-hero-title{

    font-size:58px;

}

.ngoPro-about-grid,
.ngoPro-choose-grid{

    gap:50px;

}

}

@media(max-width:992px){

.ngoPro-hero-grid,
.ngoPro-about-grid,
.ngoPro-choose-grid{

    grid-template-columns:1fr;

}

.ngoPro-mission-grid{

    grid-template-columns:1fr;

}

.ngoPro-impact-grid{

    grid-template-columns:repeat(2,1fr);

}

.ngoPro-program-grid{

    grid-template-columns:1fr;

}

.ngoPro-gallery-grid{

    grid-template-columns:repeat(2,1fr);

}

.ngoPro-gallery-grid img:nth-child(1){

    height:420px;

    grid-row:auto;

}

.ngoPro-hero-image-wrapper{

    min-height:520px;

}

.ngoPro-card-one{

    width:300px;
    height:420px;

}

.ngoPro-card-two{

    width:240px;
    height:290px;

}

.ngoPro-floating-box{

    left:180px;

}

}

@media(max-width:768px){

.ngoPro-container{

    width:92%;

}

.ngoPro-hero-section{

    padding:90px 0;

}

.ngoPro-hero-title{

    font-size:42px;

}

.ngoPro-about-content h2,
.ngoPro-section-heading h2,
.ngoPro-impact-heading h2,
.ngoPro-cta-box h2,
.ngoPro-choose-left h2{

    font-size:36px;

}

.ngoPro-feature-list{

    grid-template-columns:1fr;

}

.ngoPro-impact-grid{

    grid-template-columns:1fr;

}

.ngoPro-gallery-grid{

    grid-template-columns:1fr;

}

.ngoPro-gallery-grid img{

    height:300px !important;

}

.ngoPro-hero-image-wrapper{

    min-height:420px;

}

.ngoPro-card-one{

    width:240px;
    height:330px;

}

.ngoPro-card-two{

    width:180px;
    height:220px;

}

.ngoPro-floating-box{

    left:120px;
    bottom:80px;

    padding:18px;

}

.ngoPro-timeline::before{

    left:40px;

}

.ngoPro-year{

    width:70px;
    height:70px;
    font-size:18px;

}

.ngoPro-timeline-item::after{

    left:33px;

}

.ngoPro-info{

    padding:25px;

}

}

@media(max-width:576px){

.ngoPro-hero-buttons,
.ngoPro-cta-buttons{

    flex-direction:column;

}

.ngoPro-primary-btn,
.ngoPro-secondary-btn{

    width:100%;

}

.ngoPro-card-one{

    position:relative;

    width:100%;
    height:320px;

}

.ngoPro-card-two{

    display:none;

}

.ngoPro-floating-box{

    display:none;

}

.ngoPro-about-content h2{

    font-size:32px;

}

.ngoPro-cta-box h2{

    font-size:34px;

}

.ngoPro-impact-card h2{

    font-size:46px;

}

.ngoPro-program-content{

    padding:25px;

}

}





/*==================youtube videos==============*/

.youtube_div {
    width: 90%;
    margin: auto;
    background-color: #fff;
}

.row_youtube .youtube_div2 {
    padding: 20px;
}

.youtube_2 iframe {
    height: 300px !important;
    width: 100% !important;
    padding: 0 !important;
    display: block;
    margin: auto !important;
    border-radius: 10px !important;
}

/*===========================grid container end========================*/

@media only screen and (max-width:1200px) {
    .head_item2,
    .head_item3 span {
        font-size: 16px;
    }
    .grid_container {
        grid-template-columns: 250px 1fr 250px;
    }
    .member_slider {
        /*padding:10px 20px;*/
        width: 100%;
        margin: auto;
        border-radius: 5px;
        margin-bottom: 5px;
        padding: 12px;
        background: #fff;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .member_slider .carousel-control-prev-icon,
    .member_slider .carousel-control-next-icon {
        /*background-color:black;*/
    }
    .member_slider .carousel-inner .card {
        padding: 10px;
    }
    .member_slider .carousel-inner .card h5 {
        font-size: 14px;
    }
    .member_slider .carousel-inner .card .card-img-top {
        width: 140px;
        height: 170px;
    }
    .buttons {
        width: 350px;
    }
}

.content-details h3 {
    font-size: 18px;
}

/*============================================*/

@media only screen and (max-width:1000px) {
    .head_item2,
    .head_item3 span {
        font-size: 20px;
        padding: 1px 10px;
    }
    .grid_container {
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-template-areas: 'b a' 'c c';
    }
    .right_content_1 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 20px;
    }
    .youtube_2 iframe {
        height: 200px !important;
        width: 100% !important;
    }
}

@media only screen and (max-width:768px) {
    .img_div iframe::-webkit-scrollbar,
    .center-div::-webkit-scrollbar,
    html::-webkit-scrollbar {
        width: 4px;
    }
    .buttons::-webkit-scrollbar {
        margin-bottom: 20px;
        height: 0px;
        background-color: #eee;
    }
    .center-div {
        height: auto;
        max-height: 500px;
    }
    .grid_center_div {
        padding: 10px;
    }
    .head_item2,
    .head_item3 span {
        font-size: 20px;
        padding: 1px 15px;
        margin-top: 10px;
    }
    #problem_btn,
    #donation_btn {
        padding: 4px 9px;
        border-radius: 15px;
        font-size: 15px;
        bottom: 20px;
    }
    #phone_btn {
        bottom: 14px;
    }
    #phone_btn img {
        height: 45px;
        width: 45px;
    }
    .center-div {
        padding: 10px;
        border-radius: 5px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border: 0;
    }
    .grid_container {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas: 'b' 'a' 'c';
    }
    .left_content_1 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 20px;
    }
    .member_slider .carousel-inner .card {
        padding: 20px;
    }
    .member_slider .carousel-inner .card h5 {
        font-size: 18px;
    }
    .member_slider .carousel-inner .card .card-img-top {
        width: 180px;
        height: 220px;
    }
    .motive {
        width: 90%;
        margin: auto;
    }
    .motive img {
        border-radius: 50%;
        height: 100px;
        width: 100px;
    }
    .motive p {
        font-size: 12px;
    }
    .youtube_2 iframe {
        height: 300px !important;
        width: 100% !important;
    }
    .buttons {
        display: flex;
        grid-column-gap: 10px;
        color: #fff;
        width: 550px;
        overflow-x: auto;
        margin: auto;
        padding-bottom: 10px;
        margin-bottom: 15px;
        transition: .3s;
    }
}

@media only screen and (max-width:550px) {
    .left_content_1 {
        display: grid;
        grid-template-columns: 1fr;
    }
    .center-div {
        width: 100%;
    }
    .right_content_1 {
        grid-template-columns: 1fr;
    }
    .member_slider .carousel-inner .card .card-img-top {
        width: 250px;
        height: 270px;
    }
    .member_slider .carousel-inner .card h5 {
        font-size: 22px;
    }
    .img_div {
        height: 350px;
        background: #eee;
        width: 100%;
    }
    .buttons {
        width: 340px;
    }
    .youtube_2 iframe {
        height: 200px !important;
        width: 100% !important;
    }
}