: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;
}

/*==================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;
    }
}