.carousel-item img {
    transform: scale(1);
    transition: transform 8s ease-in-out;
    /* zoom time control */
    transform-origin: center;
}

/* Sirf active slide pe zoom in hoga */
.carousel-item.active img {
    transform: scale(0.5);
}


#carouselExampleControls,
#carouselExampleControls .carousel-item {}

#carouselExampleControls .carousel-item img {
    height: 720PX;
    object-fit: cover;
    object-position: right
}

/* Caption left align */
#carouselExampleControls .carousel-caption {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 43%;
    padding-left: 50px;
    transform: translateY(-50%);
    text-align: left;
}

#carouselExampleControls .carousel-caption h2 {
    font-size: 40PX;
    font-weight: 600;
    margin-bottom: 20px;
    color: white;
    line-height: 46px;
    margin-bottom: 20px;
    color: white
}

#carouselExampleControls .carousel-caption .btn {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600;

    border: 0;
    text-decoration: none;
    padding: 18px 28px;
    border-radius: 30px;
}

#carouselExampleControls .carousel-caption .contact-btn {
    background-color: #7e4555;
    color: white;
}

#carouselExampleControls .carousel-caption .btn-light {
    text-transform: uppercase;
    color: #7e4555;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: #a62308 !important;

}

.carousel-control-prev {
    left: 20px;
}

.carousel-control-next {
    right: 20px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: #9f1605;
    top: 50%;


    border-radius: 50%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 1.5rem !important;
    height: 1.5rem !important;
}

.carousel-caption a i {
    vertical-align: middle;
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.carousel-caption a:hover i {
    transform: translateX(5px);
}



.elementor-element-efab7ef {
    transition: all 0.3s ease;
    z-index: 999;
}

.elementor-element-efab7ef.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 1px 6px 0px #666666
}


.ast-single-post .entry-content a {
    text-decoration: none !important;
}

.elementor-element-86f8ade {
    width: 85% !important;
    border-radius: 0 0 12px 12px;
}

.elementor-element-6e8fec0 img {
    height: 700px;
}

.elementor-10 .elementor-element.elementor-element-dabbde8>.elementor-container {
    display: flex !important;
    gap: 20px !important;
}

.elementor-element-e4e5018>.elementor-container {
    display: flex !important;
    gap: 20px !important;
}

.elementor-element-93d43c0 li {
    padding-bottom: 17px !important;
}

.elementor-element-4b7331f li {
    padding-bottom: 17px !important;
}

.elementor-element-2c36dd1 li {
    padding-bottom: 17px !important;
}

.elementor-element-2c36dd1 li::marker,
.elementor-element-4b7331f li::marker {
    color: #fff !important;
}

.elementor-element-93d43c0 li::marker {
    color: #666B68 !important
}

.elementor-element-2c36dd1 ul {
    list-style-type: square !important;
}

/* home contact form */

.wpcf7 input.wpcf7-form-control:not([type=submit]) {
    padding: 30px 16px
}


/* online donation */

.online-donation-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.donation-box {
    border: 3px solid #7B042A;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
}

.donation-title {
    font-size: 23px !important;
    margin-bottom: 10px;
    font-weight: 500 !important;
    color: #333333 !important;
}

.donation-content {
    margin-top: -15px;
    margin-bottom: 15px;
    color: #555;
}

.donate-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #ff6600;
    color: #fff;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}

.donate-btn:hover {
    background-color: #2c2734;
    color: #fff !important;
}



/* event */

.event-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
}

.event-date {
    position: absolute;
    top: 20px;
    left: -10px;
    background: #ff9d00;
    color: #fff;
    font-weight: bold;
    padding: 25px 16px;
    border-radius: 6px;
    z-index: 2;

}

.day {
    text-align: center;
    font-weight: 400;

}

.month {
    text-align: center;
    font-weight: 400;
}

.event-img {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0px 0px;

}

.event-card:hover .event-img img {
    transform: scale(1.1);

}
.event-list-lable{
    right:30px !important;
    background-color: #f7f4f2 !important;
}
.event-img img {
    width: 100%;
    display: block;
    height: 300px;
    object-fit: cover;
    border-radius: 8px 8px 0px 0px;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.event-label {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #fff;
    color: #ff9d00;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 14px;
    border-radius: 4px;
}

.event-info {
    padding: 45px 25px 55px 25px;
    border: 1px solid #eae5e3;
    border-radius: 0 0 10px 10px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.event-title {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: bold;
    color: #2c2734;
}

.event-time i {
    color: #ff6600;
}

.event-time {
    font-size: 16px;
}

.event-title:hover {
    color: #ff6600;
    cursor: pointer;
}

.event-meta {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}
.event-meta span{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #62718d;
     margin-bottom: 15px;
}
.event-card:hover .event-info {
    box-shadow: 0 6px 15px 3px #f7f4f2;
    transform: translateY(-3px);
}

.event-info .btn {
    display: inline-block;
    background: #f7f4f2;
    color: #88858e;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.event-info .btn:hover {
    background: #e65c00;
    color: white
}

.swiper-button-prev {
    background-color: #f7f4f2;
    color: #88858e !important;
    padding: 25px;
    border-radius: 50%;
    left: -27px !important;
}

.swiper-button-prev:after {
    font-size: 19px !important;
    font-weight: bold;
}

.swiper-button-next {
    background-color: #f7f4f2;
    color: #88858e !important;
    padding: 25px;
    border-radius: 50%;
    right: -27px !important;
}

.swiper-button-next:after {
    font-size: 19px !important;
    font-weight: bold;
}

/* news */

.events-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.event-item {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}





.event-thumb img {
    border-radius: 6px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.event-content {
    flex: 1;
}

.event-meta {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.news-title{
    font-size: 30px !important;
    color: #2c2734 !important;
    font-weight: 400 !important;
}
.news-title:hover{
    color:#e65c00 !important
}

.event-title {
    font-size: 25px;
    font-weight: bold;
    margin: 5px 0;
}

.event-excerpt {
    color: #777;
    font-size: 14px;
}

.event-date-box {
    min-width: 66px;
    position: absolute;
    top: 20px !important;
    left: -10px !important;
    background-color: #ff9d00;
}
.recent-news{
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    color: #202b5d;
}

 .container {
    max-width: 1210px;
    margin: 0 !important;
}

/* sthapna news */

 .elementor-element-a5dbf13 td{
    color:#000;
 text-align: center;
 }
 .elementor-element-a5dbf13 th{
    background-color: #841212;
    color:white;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
   
}

td:hover,
tr:hover{
background-color:#e65c00 ;
color:white
}

.elementor-element-b3cac9c .elementor-image-box-content{
    min-height: 139px;
}

/* home blog */

.post-meta i{
    color:#ff9800
}

/* privacy policy */
.elementor-element-33fca17 .elementor-widget-text-editor{
    margin-bottom: 5px !important;
}



/* single page */
.ast-container{
    max-width: 100% !important;
    padding: 0px;
    display: block !important;
}
    .single-custom-layout{
        max-width: 1230px !important;
        margin-top: 100px;
    }
    .content-area .wp-block-heading{
        color: #841212;
        font-size: 23px;
    }
.hfeed{
background-color: #fff;

}
.search-form input[type=submit] {
    display: none;
}
.ast-search-submit{
    padding: 9px 20px 10px 20px !important;
    background-color: #FB8B24;
}
.search-form label{
    display: flex !important;
}
.search-bar, .categories{
    background-color: #f7f4f2;
    padding: 34px;
    border-radius: 10px;
}
.recent-posts{
    background-color: #EA7227;
    padding: 34px;
    border-radius: 10px;
}
.recent-posts h3{
    color:#fff;
     font-size: 22px;
    line-height: 1.2;

    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 30px !important;
    border: none;
    padding-bottom: 5px;
    border-bottom: 1.3px solid #ffffff;

}
.recent-posts .recent-date{
      font-size: 17px;
    line-height: 28px;
    color: #fff;
}
.recent-posts li{
    padding-bottom: 10px;
}
.recent-posts a{
    transition: 0.4s ease;
    font-size: 17px;
    line-height: 28px;
    color: #fff;
    text-decoration: none;
   
}
.categories a{
       transition: 0.4s ease;
    font-size: 17px;
    line-height: 28px;
    color: #88858e;
    text-decoration: none;
    text-transform: capitalize;

}
.recent-posts ul{
    list-style-type: disc;
    padding-left: 20px;
    
}
.recent-posts li::marker{
    color:#fff
}
.search-bar h3,
.categories h3{
    font-size: 22px;
    line-height: 1.2;
    color: #2c2734;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 30px !important;
    border: none;
    padding-bottom: 5px;
    border-bottom: 2px solid #ff6d12;
    display: inline-block;
}


/* category single page */
.archive-title a{
    font-size: 34px;
    line-height: 50px;
    font-weight: 500;
    color: #2c2734;
    text-transform: capitalize;
    transition: 0.3s ease;
    text-decoration: none;
   
}
.archive-title{
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 12px;
}
.archive-title a:hover{
color:#ff6d12

}

.archive-des{
    font-size: 18px;
  padding-top: 15px;
    color: #88858e;
}
.post-meta span{
     
  
    color: #88858e;
}
.archive-btn:hover{
    background-color:#ff6d12 ;
    color:white
}
.archive-btn{
    display: inline-flex
;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    transition: 0.4s;
    padding: 10px 30px;
    border-radius: 50px;
    background-color: #f7f4f2;
    color: #88858e;
    transition: 0.4s ease;
text-decoration: none;
margin-top: 20px;
}




/* side icon fixed */
 .elementor-element.elementor-element-8bb9bdd,
 .elementor-element.elementor-element-f76c8ca,
.elementor-element.elementor-element-040f50f,
.elementor-element.elementor-element-8133e0e{
    display: inline-block;
    width: 49px;
}
.elementor-element-4a7c697 .elementor-icon{
 padding: 12px;
    border-radius: 50%;
}
.elementor-element-8bb9bdd .elementor-icon{
    background: #4CAF3A;
   
}
.elementor-element-f76c8ca .elementor-icon{
    background-color: #25D366;
   
}
.elementor-element-040f50f .elementor-icon{
    background-color: #D44638;
}
.elementor-element-8133e0e .elementor-icon{
    background-color: #007BFF;
} 
.elementor-element-00e05ad{
    margin-top: -21px;
}
.elementor-element-ac89783 li{
    display: inline-block;
}
.elementor-element-ac89783 svg{
    width: 19px;
}
.elementor-element-47172e0 li{
    display: inline-block;
}
.elementor-element-47172e0 svg{
    width: 19px !important;
}



/* donation detail page */
 .orange-btn {
        background-color: #f58220;
        color: #fff;
        font-weight: 600;
        padding: 8px 14px;
     
        font-size: 0.9rem;
    }
    .orange-btn:hover, .orange-btn.active {
        background-color: #001f4d;
        color: #fff;
    }
    .custom-btn {
        background-color: #001f4d;
        color: #fff;
        font-weight: 600;
        border-radius: 5px;
    }
    .custom-btn:hover {
        background-color: #f58220;
        color: #fff;
    }
    .don-btn {
        background-color: #f58220;
        color: #fff;
        border-radius: 5px;
        padding:14px 25px;
        font-size:20px

    }
    .don-btn:hover {
        background-color: #001f4d;
        color: #fff;
    }


.donate-row{
    display: block !important;
}
.donate-number{
    font-size: 20px !important;
}
#donorFields label{
    font-size: 17px;
    color: #62718d;

}
.single-online_donation .ast-container{
    max-width: 1210px !important;
}
.person-info{
    color: #202b5d;
    font-weight: 600;
    font-size: 20px;
    
}
.don-total{
    background-color: #f2f2f2;
    border: 1px solid #ccc;
   
    color: #333;
   
    font-size: 18px !important;
   
   
   
}
.donate-img{
    border-top-right-radius: 8px;
     border-top-left-radius: 8px;
     height: 300px;
}


/* become and voluteer */

.elementor-element-9403103 .wpcf7-form-control{
    background-color: #f7f4f2;
    border-radius: 30px;
    border:0px !important;
   margin-bottom: 20px;
}
.elementor-element-9403103 .wpcf7-submit{
    padding: 23px 30px !important;
}

/* about */

.elementor-element-64aa3b0 .elementor-widget-wrap{
    height: 200px;
    width: 200px;
}

/* footer */
.elementor-element-cdaeb7c ul{
	margin-left:0px !important;
		padding-left:0px !important
}
.elementor-element-cdaeb7c li{
	list-style:none !important;
	
}
.elementor-element-ca79cd0 ul{
	margin-left:0px !important;
		padding-left:0px !important
}
.elementor-element-ca79cd0 li{
	display:block !important
}
.elementor-element-322134f svg{
	width:19px
}
.elementor-element-f5a4ded ul{
	margin-left:0px !important;
		padding-left:0px !important
}
.elementor-element-f5a4ded li{
	list-style:none !important
}
.elementor-element-c37c6b2 li{
	list-style:none
}
.elementor-element-c37c6b2 ul{
	margin-left:0px !important;
		padding-left:0px !important
}
.elementor-element-a9d9ccc ul{
	margin-left:0px !important;
		padding-left:0px !important
}
.elementor-element-ca79cd0 span{
	display:contents !important
}
@media (max-width: 1024px) {
    #carouselExampleControls .carousel-caption {
        width: 57%;
    }
}

@media (max-width: 768px) {
    .elementor-element-86f8ade {
        width: 100% !important;
    }
	.elementor-element.elementor-element-8bb9bdd,
 .elementor-element.elementor-element-f76c8ca,
.elementor-element.elementor-element-040f50f,
	.elementor-element.elementor-element-8133e0e{
		right:20px !important
	}

    #carouselExampleControls .carousel-caption h2 {
        font-size: 25px;
        line-height: 31px;

    }

    #carouselExampleControls .carousel-caption {
        width: 100%;
        padding: 10px;
    }

    #carouselExampleControls .carousel-item img {
        height: 100vh;
    }
}

@media (max-width: 596px) {

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
	.elementor-13 .elementor-element.elementor-element-6258d65.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{
		height:190px;
		width:190px
	}
	
	
}
@media (max-width:390px){
	#carouselExampleControls .carousel-caption .btn-light{
		margin-top:10px !important
	}
}

