:root {
  --background-color: #277566;
  --text-color: #EF9B4A;
}

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

body{
    overflow-x:hidden;
}

/*========================================================*/
.social_icon_donate_div .donate-btn button{
    display: none;
}
/*========================================================*/



.main_navbar{
    position: sticky;
    top:0;
    width: 100%;
    background:#fff;
    box-shadow: 0px 5px 10px -10px var(--text-color);
}


.top-bar {
      background:var(--background-color);
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 20px;
      gap: 20px;
    }
    .social-icons i {
        margin-right: 5px;
        font-size: 20px;
        height: 35px;
        width: 35px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--text-color);
        background: white;
        border-radius: 50%;
        transition: .2s transform;
    }
    .social-icons i:hover{
        transform: translateY(-5%);
    }
    .news-box {
    background-color: var(--text-color);
    color: white;
    padding: 10px 15px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

    .news-box i {
      margin-right: 10px;
    }
    .scrolling-marquee {
      max-width: 700px;
      white-space: nowrap;
      overflow: hidden;
    }
    .phone {
      font-weight: bold;
      color: #fff;
      display: flex;
      align-items: center;
      gap: 5px;
      width: 150px;
    }

.navbar_relative{
    height:70px;
}
/*==========================changes here*/
.website_title,.website_social_icon a{
    color:var(--text-color);
}

.sidenav2,#member_slider_indicators .card,#management_slider_indicators .card{
    background:var(--background-color);
}
/*========================================*/

.card1,
.right-div-p,
.left-div-p,
.buttons button,
.contact-footer,.head_item2,.head_item3 span,
.member_slider .carousel-inner .card, {
background: rgb(41,24,114);
background: linear-gradient(175deg, rgba(41,24,114,1) 50%, rgba(214,36,32,1) 50%);

}

.blur_main_div{
    height:100vh;
    width:100vw;
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,.7);
    z-index:99999;
    display:none;
}
.main_navbar{
    
    width:100%;
    z-index:9999;
}
.navbar_relative{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:5px;
    gap: 10px;
}
#menu_toggle_btn{
    display:none;
}
.website_logo{
    margin-left:30px;
 cursor:pointer;
z-index:999;
}
.website_logo img{
  height:65px;

}
.website_title {
    font-weight: bold;
    font-size: 30px;
    width: 100%;
}
/*.website_social_icon{*/
/*    display:flex;*/
/*    align-items:center;*/
/*    justify-content:center;*/
/*    grid-column-gap:12px;*/
/*    margin-right:10px;*/
/*    z-index:999;*/
/*}*/


.website_social_icon {
    display: none;
    flex-direction: column;
    row-gap: 6px;
    align-items: center;
    justify-content: center;
    grid-column-gap: 12px;
    margin-right: 10px;
    z-index: 99999999;
    position: fixed;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}



.website_social_icon i.fa-facebook{
    background:#1877F2;
   width:40px;
   height:40px;
    display:flex;
    justify-content:center;
    border-radius:50%;
    align-items:center;
    color:#fff;
}
.website_social_icon i.fa-twitters{
    background:#000;
   width:40px;
   height:40px;
    display:flex;
    justify-content:center;
    border-radius:50%;
    align-items:center;
    color:#fff;
}

.website_social_icon i.fa-twitters img{
    width:100%;
}
.website_social_icon i.fa-instagram{
   width:40px;
   height:40px;
    display:flex;
    justify-content:center;
    border-radius:50%;
    align-items:center;
    color:#fff;
    background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}


.donate-btn button {
    background: var(--text-color);
    color: #fff !important;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 12px;
    margin-right: 12px;
    position: relative;
    border: 0;
    cursor: pointer;
    white-space: nowrap;
    animation: zoomInOut 1.5s ease-in-out infinite; /* Added animation */
}

/* Keyframes for zoom-in-out effect */
@keyframes zoomInOut {
    0%, 100% {
        transform: scale(1); /* Normal size */
    }
    50% {
        transform: scale(1.2); /* Zoom in slightly */
    }
}

.website_social_icon i.fa-youtube{
    background:#CD201F;
   width:40px;
   height:40px;
    display:flex;
    justify-content:center;
    border-radius:50%;
    align-items:center;
    color:#fff;
}
.website_social_icon a{
    font-size:25px;
    cursor:pointer;
    display:block;
    transition:all .3s;
}


.website_social_icon a{
    font-size:25px;
    cursor:pointer;
    transition:all .3s;
}
.website_social_icon a:hover{
    font-size:25px;
    color:#fff;
    transition: all .3s;
}



/*=============================*/
.navar_small_img{
    display:none;
    position:relative;
}
.nav-bar {
    /*top: 0;*/
    /*z-index: 111;*/
}

.social_link {
    display: flex;
    justify-content: space-around;
}

.social_link a {
    text-decoration: none;
}

.nav-item img {
    height: 40px;
    width: 40px;
    margin-left: 10px;
    margin-top: 5px;
}

.sidenav2 {
    /*position: fixed;*/
    top: 128px;
    display: flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    text-align: center;
    padding:0;
    margin:0;
    z-index:99999;
    width:100%;
    color:#fff;
    border-bottom:2px solid #fff;

}

.sidenav2 a {
    padding: 12px 16px;
    text-decoration: none;
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    color: #fff;
    text-align: center;
    transition: 0.3s;

}
.sidenav2 a .fa{
    padding: 0;
    margin-left:6px;
    text-align:center;
}

.sidenav2 .home-btn{
    padding: 0!important;
}
.sidenav2 .fa-home{
    padding: 3px 14px !important;
}

.sidenav2 a:hover {
    color: white;

}

.category {
    display: none;
}

.fa-home {
    font-size: 34px!important;
}

/* ========================= */
li a,
.dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 10px 10px 10px !important ;
    text-decoration: none;
}

li a:hover,
.dropdown:hover .dropbtn {
    background-color: rgba(0,0,0,.4);
    color: #fff;
}
li.active .dropbtn{
    background-color: rgba(0,0,0,.4);
    color: #fff;
}
li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right:0;
    background-color: #f9f9f9;
    min-width: 190px;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    z-index: 999;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown-content i{
    margin-right:8px!important;
}
.dropdown-content a:hover {
    background-color: rgba(0,0,0,.5);

}

.dropdown:hover .dropdown-content {
    display: block;
}


@media only screen and (max-width:768px){
.scrolling-marquee{
    width: calc(100% - 150px) !important;
}

    
#google_translate_element {
    padding: 2px 8px;
    border-radius: 2px;
    position: fixed;
    top: 9.5px;
    margin: 0;
    left: 4px;
    height: 39px;
    border-radius: 6px;
    overflow: hidden;
    width: 153px;
    background: var(--text-color);
    border: 1px solid #fff;
    margin-left: 5px;
}
#google_translate_element select{
    outline: none;
    border: 0;
    background: transparent;
    color: #fff;
    font-weight: 600;
}
#google_translate_element select option{
    color: #000;
}
.news-box{
    width: 153px;
    opacity: 0;
}
.top-bar .phone{
    display: none;
}
.social_icon_donate_div .donate-btn button{
    display: block;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #fff;
}
.social_icon_donate_div .social-icons{
    display: flex;
    align-items: center;
}
.social_icon_donate_div .social-icons i{
    font-size: 18px;
    height: 33px;
    width: 33px;
    text-shadow: 0.2px 0.2px black;
}
.navbar_relative{
    box-shadow: none!important;
    border-bottom: 1px solid #c5c0c0;
}
.social_icon_donate_div {
    left: 0;
    position: absolute;
    bottom: 0px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0px 10px;
    height: 58px;
    align-items: center;
    background: var(--background-color);
    border-bottom: 1px solid #fff;
}
.main_navbar{
    height: 186px;
}
.top-bar {
    padding: 10px 10px;
}
.news-box {
    background-color: #e44d26;
    color: white;
    padding: 8px 9px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    font-size: 10px;
    height: 30px;
    font-size: 13px;
    border-radius: 5px;
}
.navbar_relative{
    height:70px;
}
.website_logo img{
    height:55px;
}
.navbar_margin{
    margin-top:61px;
}
.website_social_icon{
    display: none;
}
.dropdown_open {
   background-color: rgba(0,0,0,.4)important;
    color: #fff!important;
    transition all .3s;
}
.dropdown_open a{
    color:#fff!important;
}
.dropdown_open .dropdown-content a{
    color:#000!important;
    background-color: #fff!important;
    transition all .3s;
}
.dropdown_open_none{
    display:none!important;
}
.navar_small_img{
    display:flex;
    justify-content:space-between;
    padding:10px;
    width:100%;
    color:#000;
    background:#fff;
}

.navar_small_img img{
  height:70px;
 width:auto; 
 margin:0;
 padding:0;
 
}
.sidenav2 {
    position:fixed;
    top:0;
    height:100%;
    width:280px;
    flex-wrap:inherit;
    flex-direction:column;
    justify-content:inherit;
    align-items:start;
    overflow-Y:auto;
    left:-100%;
    z-index:99999999;
    transition: all .3s;
}
.sidenav2  .dropdown,.sidenav2 a{
    width:100%;
    text-align:left!important;
    font-size: 20px!important;
    
}
.sidenav2 a,.sidenav2 .fa-home{
    padding-left: 15px!important;
    
}
.sidenav2 .fa-home{
    padding-block: 10px!important;
}



.dropbtn{
    padding-left:15px;
}
.sidenav2 a:hover {
    color: unset;
}
li a:hover,
.dropdown:hover .dropbtn {
    background-color: unset;
    color: unset;
}
.dropdown-content a:hover {
    background-color: rgba(0,0,0,.2)!important;
}
.dropdown:hover .dropdown-content {
    /*display: none;*/  
}

.navar_small_img a{
    color:#000;
    font-size:30px;
    padding:0;
    padding-left:10px;
    text-align:right!important;
}
.dropdown-content {
    display: none;
    position: static;
}


/*=============================*/
#menu_toggle_btn{
    position:absolute;
    display:block;
    top:50%;
    left:10px;
    font-size:20px;
    transform:translateY(-50%);
    color:#000;
}
.website_logo{
    margin-left:30px;
}
.website_title{
    position:static;
    top:0%;
    right:0px;
    transform:translate(0,0);
    font-weight:bold;
    font-size:25px;
    width:100%;
    text-align:center;
}
/*.website_social_icon{*/
/*    display:none;*/
/*}*/

.donate-btn button{
    display:none;
}

}
@media only screen and (max-width:480px){
    .website_title{
    font-size:17px;
}
}

body{
    top: 0!important;
}10.5px 
    .cke_notifications_area { display: none; }
#google_translate_element {
    background: #fff;
    z-index: 9999;
    padding: 5px 10px;
    border-radius: 7px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-left: 10px;
}
        #google_translate_element select {
            width: 136px;
            padding: 5px;
            border-radius: 4px;
            background: #eff4ff;
        }
        iframe#\:1\.container{
            display: none!important;
        }
        
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;
}

#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: 300px 1fr 300px;
    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;
}


/*==================================================================*/
.center-div {
    width: 90%;
    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;
}
/*==================================================================*/
.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('../css-1');
    .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;
}
}

  ul {
        margin: 0px;
        padding: 0px;
    }

    .footer-social-icon .website_social_icon {
        position: static;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .footer-section {
        background: rgba(0, 0, 0, .8);
        position: relative;
        text-align: center;
        margin-top: 50px;
    }

    .footer-cta {
        border-bottom: 1px solid var(--text-color);
    }

    .copyright-area .container {
        margin-bottom: 0px !important;
    }

    .single-cta i {
        color: #fff;
        font-size: 20px;
        margin-top: 8px;
    }

    .cta-text {
        padding-left: 15px;
        display: inline-block;
    }

    .cta-text h4 {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 2px;
    }

    .cta-text span {
        color: #fff;
        font-size: 15px;
    }

    .footer-content {
        position: relative;
        z-index: 2;
        border-bottom: 1px solid var(--text-color);
    }

    .footer-pattern img {
        position: absolute;
        top: 0;
        left: 0;
        height: 330px;
        background-size: cover;
        background-position: 100% 100%;
    }

    .footer-logo {
        /*margin-bottom: 30px;*/
    }

    .footer-logo img {
        width: 90%;
        max-width: 270px;
    }
    .footer-text p {
        margin-bottom: 14px;
        font-size: 16px;
        text-align: justify;
        color: #7e7e7e;
        line-height: 28px;
    }

    .footer-social-icon span {
        color: #fff;
        display: block;
        font-size: 20px;
        font-weight: 700;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 40px;
    }
    .footer-social-icon .new_buttons span{
        margin-bottom: 0;
    }
    .footer-social-icon .new_buttons a {
        gap: 20px;
        max-width: 300px;
        width: 100%;
        margin: 0;
        margin: auto;
    }
    .footer-social-icon .new_buttons i{
        height: 50px;
        width: 50px;
    }

    .footer-social-icon .new_buttons {
    margin: auto;
    justify-content: center;
    gap: 18px;
    display: flex;
    flex-direction: column;
    padding-block:20px ;
}
    .footer-social-icon a {
        color: #fff;
        font-size: 16px;
        margin-right: 15px;
    }

    .footer-social-icon i {
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 38px;
        border-radius: 50%;
    }

    .facebook-bg {
        background: #3B5998;
    }

    .twitter-bg {
        background: #55ACEE;
    }

    .google-bg {
        background: #DD4B39;
    }

    .footer-widget-heading h3 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 40px;
        position: relative;
    }

    .footer-widget .img_div {
        display: block;
        margin: auto;
    }

    .img_div iframe {
        height: 288px !important;
    }

    .footer-widget-heading h3::before {
        content: "";
        position: absolute;
        left: 45%;
        bottom: -15px;
        height: 2px;
        width: 50px;
        background: #fff;
    }

    .footer-widget ul li {
        display: inline-block;
        float: left;
        text-align: left;
        width: 50%;
    }

    .footer-widget ul li a:hover {
        color: #fff;
    }

    .footer-widget ul li a {
        color: #fff;
        font-size: 16px;
        text-transform: capitalize;
        padding: 5px 10px !important;
    }

    .footer-widget {
        overflow-y: hidden;
    }

    .subscribe-form {
        position: relative;
        overflow: hidden;
    }

    .subscribe-form input {
        width: 100%;
        padding: 14px 28px;
        background: #2E2E2E;
        border: 1px solid #2E2E2E;
        color: #fff;
    }

    .subscribe-form button {
        position: absolute;
        right: 0;
        background: var(--text-color);
        padding: 13px 20px;
        border: 1px solid var(--text-color);
        top: 0;
    }

    .subscribe-form button i {
        color: #fff;
        font-size: 22px;
        transform: rotate(-6deg);
    }

    .copyright-area {
        background: #202020;
        padding: 5px 0;
        height: auto;
        display: flex;
        align-items: center;
    }

    .copyright-text p {
        margin: 0;
        font-size: 14px;
        color: #fff;
    }

    .copyright-text p a {
        color: var(--text-color);
    }

    .footer-menu li {
        display: inline-block;
    }

    .footer-menu li:hover a {
        color: #fff;
    }

    .footer-menu li a {
        font-size: 14px;
        color: #fff;
        padding: 2px 10px !important;
    }

    .footer_last {
        background: #000;
        margin: 0;
        padding: 8px;
        text-align: left !important;
    }

    .footer_last p {
        text-align: left;
        padding: 0;
        margin: 0;
        font-size: 12px;
        font-weight: 600;
    }

    .footer_last a {
        text-decoration: none;
        cursor: pointer;
    }
    
    @media only screen and (max-width:678px){
        .footer-social-icon .new_buttons {
            display: flex;
            flex-direction: column;
            max-width: 100%;
            gap: 10px;
            overflow-x: auto;
            width: 100%;
            overflow: hidden;
        }
        .footer-social-icon .new_buttons a {
            margin-left: 0;
            width: 300px;
            margin: 0;
            width: 100%;
        }
    }




