
.multi_img{

    width: 100% !important;
    height: 300px !important;
    object-fit: fill;
}

@media screen and (max-width: 500px) {
    .multi_img{

        width: 100% !important;
        height: 200px !important;
        object-fit: fill;
    }  
}
@media screen and (min-width: 700px) {
    .margin_l_r{
        margin-left: 20px;
        margin-right: 20px;
    } 
}
.text_color{
    color:#283734;
}
.past_img{
    height: 335px;
    object-fit: cover;
    object-position: top center;     
}


.our_volunter_img{
    height: 370px;
    object-fit: cover;
    object-position: top center;  
}

.our_test_img{
    object-fit: cover;
    object-position: top center;  
    height: 200px;
}
.main-slider__title {
    font-size: 40px;
}
.img_causes{
    object-fit: cover;
    object-position: top center;
   
}
.causes-one__cat p {
    font-size: 17px !important;
color: #fff !important;
letter-spacing: 1px;

}
.mouse_hand{
    cursor: pointer;
}
.qr_img{
    padding: 15px;
}
.mo_bank_bg{
    /* height: 130px; */
    /* width: 100%; */
    border: none;
    outline: none;
    background-color: var(--oxpins-base);
    border-radius: var(--oxpins-bdr-radius);
    /* padding-left: 150px; */
    /* padding-right: 50px; */
    font-size: 12px;
    color: var(--oxpins-white);
    /* font-family: var(--oxpins-font-two); */
    /* text-align: right; */
    /* font-weight: 900; */
    letter-spacing: -0.04em;
}


.pluse-play-button {
    position: relative;
    display: flex;
}

.pluse-play-button i {
    font-size: 20px;
    top: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: #fbd45a;
    color: white;
    z-index: 2;
    border: 5px solid #fbd45a;
}

.pluse-play-button:before,
.pluse-play-button:after {
    position: absolute;
    content: '';
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: #fbd45a;
    left: -15%;
}

.pluse-play-button:before {
    animation: pulse 1.5s linear infinite;
}

.pluse-play-button:after {
    animation: pulse 1.5s 1s linear infinite;
}

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(0.50);
    }

    100% {
        opacity: 0;
        transform: scale(3);
    }
}
.icon-phone-call{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes trin {

    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }

}



@keyframes slidy {
    0% {
        left: 0%;
    }

    20% {
        left: 0%;
    }

    25% {
        left: -100%;
    }

    45% {
        left: -100%;
    }

    50% {
        left: -200%;
    }

    70% {
        left: -200%;
    }

    75% {
        left: -300%;
    }

    95% {
        left: -300%;
    }

    100% {
        left: -400%;
    }
}


/* ================================================================ */
.body_bg{
    background-color: #fff;
}

.icon_color{
    color: #fbd45a !important;
}
.causes-one__cat {
    position: absolute;
    bottom: 0px;
    left: 0px;
    
    background-color: var(--oxpins-primary);
    padding: 6px 25px;
    border-radius: 0px;
    z-index: 2;
}
/* .events-one__date {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: var(--oxpins-primary);
    padding: 6px 25px;
    border-radius: 15px;
    z-index: 2;
} */
/* .events-one__date {
    position: absolute;
    top:none;
    bottom: 0px ;
    right: 0px ;
    background-color: var(--oxpins-primary);
    padding: 6px 25px;
    border-radius: 15px;
    z-index: 2;
} */
.counter-one__single {
    
    max-width: 100%;
  
}
.causes-one__cat {

    /* background: linear-gradient(355deg, rgba(251,247,90,1) 0%, rgba(0,0,0,0) 100%); */
    background: rgb(0,113,93);
background: linear-gradient(355deg, rgba(0,113,93,1) 0%, rgba(0,0,0,0) 100%);
/* background: rgb(33,45,43);
background: linear-gradient(355deg, rgba(33,45,43,1) 0%, rgba(0,0,0,0) 100%); */

}

.bg_back_head{
    background-color: #fbd45a;
}
.c_icon_menu{
    color: #fbd45a;
}
.head_top{
    /* height: 6px;
     */
     padding: 3px;
     line-height: 0px !important;
}

.link_mar{
    margin-top: 0px;;
}

.c_back_head{
color: #00715d;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #00715d; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #00715d; 
  }
  .main-menu-two__wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background-color: var(--oxpins-primary);
    z-index: 1;
}
.about-one__curved-circle-box .curved-circle {
    top:-27px;
}

.mycss {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center top;
}

@media screen and (max-width: 1300px) {
    .main-menu .main-menu__list>li+li, .stricky-header .main-menu__list>li+li {
        margin-left: 29px;
    }
    .main-menu__cat-box {
        display: block;
    }
    
}


@media screen and (max-width: 500px) {
    .sleide_btn{
        padding: 6px 15px 1px;
    }
    .about-one__points li .text h5 {
        font-size: 13px;
        
    }
    .about-one__points li .text p {
        font-size: 15px;
        line-height: 19px;
    }
    .about-one__points li .icon span {
  
        padding-left: 32px;
    }
    .counter-one__count-box h3 {
        font-size: 40px;

    }
    .counter-one__letter {
        font-size: 40px;
    }
    .causes-one__title {
        line-height: 23px;
       
    }
    .feature-one__top-icon {
        width: 80px;
        height: 80px;
        font-size: 31px;
    }
    .feature-one__top-inner {
        align-items: center;
    }
    .feature-one__single {
        /* padding: 16px 20px 23px; */
        padding: 16px 11px 23px;
    text-align: center;
    }
    .footer-widget__btn a {
        padding: 0px 0px 0px 5px;
        font-size: 14px;
        width: 100%;
    }
    .mobile_footer{
        /* margin-top: -3pc; */
    }
    .footer-widget__links {
        /* margin-top: 49px; */
        margin-bottom: 39px;
    }
    .footer-widget__contact {
        margin-left: 0;
        margin-top: 0px;
    }
    .site-footer__social a {
        width: 30px;
        height:30px;
    }
    .gallery-one__bottom {
       
        padding-bottom: 41px;
    }

    .footer-widget__about {
     
        margin-right: 0px;
    }
    .mycss 
        {
        width: 100%;
        height: 171px;
        object-fit: cover;
        object-position: center top;
    }
   
    /* ======== Upcoming / Post========= */
    /* .events-page .events-one__title {
        font-size: 15px;
        line-height: 15px;
    } */
    /* ======== Upcoming / Post========= */

}

@media screen and (max-width: 776px) {
      .main-menu__right-bottom {
    background-color: #283734;
   
}  
}
/* ----------------------------------- floating button--------------- */


.theme-btn {
    background-color: #fbd45a;
    border-radius: 40px;
    bottom: 10px;
    color: #fff;
    display: table;
    height: 50px;
    left: 10px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 9999
}

.theme-btn i {
    font-size: 22px;
    line-height: 50px
}

.theme-btn.bt-support-now {
    background: #FBD45A;
    background: -moz-linear-gradient(45deg, #FBD45A 8%, #FBD45A 100%);
    background: -webkit-linear-gradient(45deg, #FBD45A 8%, #FBD45A 100%);
    background: linear-gradient(45deg, #FBD45A 8%, #FBD45A 100%);

}

.theme-btn.bt-buy-now {
    background: #FBD45A;
    background: -moz-linear-gradient(top, #FBD45A 0, #FBD45A 100%);
    background: -webkit-linear-gradient(top, #FBD45A 0, #FBD45A 100%);
    background: linear-gradient(to bottom, #FBD45A 0, #FBD45A 100%);
    bottom: 70px;
}

.theme-btn:hover {
    color: #fff;
    padding: 0 20px
}

.theme-btn span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    text-transform: uppercase
}

.theme-btn:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px
}

.costomerotation {
    transform: rotate(135deg);
}

/* ----------------------------------- floating button--------------- */