/*Header content*/
/*.header-area {*/
/*    transition: top 0.3s !important;*/
/*}*/

/*.header-area.scrolled .header-top_area {*/
/*    display: none !important;*/
/*}*/

/*#sticky-header {*/
/*    transition: all 0.3s ease !important;*/
/*}*/

/*#sticky-header.fixed {*/
/*    position: fixed !important;*/
/*    top: 0 !important;*/
/*    left: 0 !important;*/
/*    width: 100% !important;*/
/*    z-index: 9999 !important;*/
/*    border-radius: 0 !important;*/
    /* Remove rounded edges */
/*    box-shadow: none !important;*/
    /* Remove any shadow */
/*}*/

/* who we are of homepage*/
.para_1 {
    text-align: justify;
}

/* event section of homepage*/
.icon {
    width: 50px;
    /* Adjust size as needed */
    height: 50px;
    /* Adjust size as needed */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.title {
    color: white;
}

/*contact us page*/
.contact-info__icon {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    /* Adjust the width as needed */
    height: 30px;
    /* Adjust the height as needed */
}

/*what we do detail page*/
.gallery-img {
    width: 100%;
    /*height: 200px;*/
    height:20vh;
    /* Set a fixed height */
    object-fit: cover;
}

.photo-gallery-item {
    margin-bottom: 20px;
}

.description-text {
    text-align: justify;
}

/*what we do page*/
.banner-section {
    margin-bottom: 40px;
    /* Adjust the value as needed */
}

.card-img {
    object-fit: cover;
    /* Ensures the image covers the container without stretching */
    width: 100%;
    /*height: 350px;*/
     height: 180px;
    /* Adjust to your desired height */
}





/*Footer content*/
.footer .footer_top .footer_widget .news_links li .thumb img {
    width: 130px;
    height: 80px;
}

.menu-item a {
    padding: 0px 10px;
}

.address_text {
    text-align: justify;
}


/*for the content of single page */
.causes_content ul{
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.causes_content li{
    list-style: disc;
    color:#7A7B7C !important;
}

.text-justify{
    text-alignnemt: Justify:
}

.cause_details{
    background:#e0e9fa;
}


/*header color */


element {
}
.header-area .main-header-area, .menu-item .depth_0, .menu-item .depth_1, .dropdown-item:hover, .boxed-btn4{
    background: #900 !important;
}

.header-area .main-header-area .Appointment .book_btn a{
    background: #fc0 !important;
}


.footer{
    background: #ffe791 !important; 
}

.footer .footer_top {
  padding-top: 60px !important;
  padding-bottom: 60px !important ;
}


/*sticky header*/
.header-area .main-header-area{
    padding: 10px 35px !important;
}


/**homepage image slider*/


.slider_area .single_slider .slider_text h3{
    font-size: 36px!important;
}

.latest_activites_area .activites_info{
    padding-top: 60px !important;
  padding-bottom: 60px !important;
  padding-right: 0 !important;
}


.section_padding{
    padding-top: 40px !important;
}

.latest_activites_area{
background:#e0e9fa !important;
}
/* for motto in the top*/
.marquee-container {
  width: 100%;
  overflow: hidden; /* Hides the overflowing text */
  white-space: nowrap; /* Prevents text from wrapping */
}

.marquee-text {
    color:#900 !important;
    font-family: "Yeseva One", cursive;
  display: inline-block; /* Allows animation on inline content */
  animation: scroll-left 15s linear infinite; /* Defines the animation */
}

@keyframes scroll-left {
  0% { transform: translateX(100%); } /* Starts off-screen to the right */
  100% { transform: translateX(-100%); } /* Ends off-screen to the left */
}

/*for what we do*/

.reson_area .single_reson .thum {
  /*margin-right: 84px;*/
  /*padding-bottom: 84px;*/
   margin-right: 0 !important;
  /*padding-bottom: 0 !important;*/
}

.reson_area .single_reson .help_content{
    top: 65% !important;
    left: 0 !important;
    border-radius: 0px 0px 7px 7px !important;
    min-height:160px;
   
}

/*news thumb*/
.popular_causes_area  .home .single_cause  .thumb img{
    max-height:236px;
}

.reson_area .single_reson .help_content h4, .popular_causes_area .single_cause .causes_content h4{
    font-size: 16px !important;
}

.popular_causes_area .single_cause .causes_content{
    min-height: 180px;
}
