* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: Inter;
}
:root {
	--magenta: #AE4B84;
	--black: #000;
	--white: #fff;
}
::-webkit-scrollbar {
	width: 8px;
	background: #ffffff;
	color: var(--magenta);
}

::-webkit-scrollbar-thumb {
	background: var(--magenta);
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.p_100 {
	padding: 100px 0px;
}

.anweshka_btn {
	padding: 8px 24px;
	background-color: var(--magenta);
	color: var(--white);
	font-size: 18px;
	line-height: 28px;
	border-radius: 20px;
	border: 1px solid var(--magenta);
}

.anweshka_btn2 {
	padding: 14px 23px;
	border: 1px solid #4E366A;
	border-radius: 60px;
	color: var(--black);
	display: flex;
	align-items: center;
	gap: 12px;
	width: max-content;
	transition: .5s ease;

}
.anweshka_btn2 svg {
	transition: .5s ease;
	margin-top: 2px;
}
.anweshka_btn2:hover svg {
	transform: rotate(45deg);
}

.anweshka_btn2:hover svg path {
	fill: #fff;
}
.anweshka_btn2:hover{
	background:var(--magenta);
	color:#fff;
}


/* Header */
/* .main_navbar {
background: #F7F2EA;
position: relative;
} */
.main_navbar {
	background: #F7F2EA;
	position: relative;
	top: 0px;
	z-index: 999;
}

.navbar_logo {
	position: absolute;
	background: #F7F2EA;
	bottom: -55%;
	text-align: right;
	left: -4%;
	padding: 24px 150px;
	width: 26vw;
	border-radius: 100px;
	z-index: 9;
}
.navbar_logo img {
	width: 150px;
}

.navbar_inner {
	display: flex;
	gap: 50px;
	align-items: center;
}

.nav_items {
	margin-left: auto;
}

.nav_items ul {
	display: flex;
	align-items: center;
	gap: 45px;
}

.nav_items ul li a {
	font-size: 18px;
	line-height: 28px;
	color: var(--black);
}

.nav_right {
	display: flex;
	align-items: center;
	gap: 16px;
}
.header_search_bar {
	z-index: 999;
	top: 0px;
	width: 60%;
	margin: auto;
	height: 100%;
	left: 0px;
	padding: 30px;
	display: flex;
	align-items: center;
	gap: 20px;
}
.header_search_bar input {
	width: 90%;
	padding: 10px 20px;
	outline: none;
	background: transparent;
	border: 1px solid var(--black) !important;
	border-radius: 50px;
}
.header_search_bar .fa-close{
	font-size:24px;
	cursor:pointer;
}

.header_search_bar_outer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: -100%;
	right: 0%;
	transition: 0.5s ease;
	padding: 10px;
	display: none;
	background: #F7F2EA;
	z-index: 9;
}
.header_search_bar_outer.show {
	top: 0;
}
.header_search_bar_outer.hide {
	top: -100%;
}
.anweshka_sub_menu li a {
	font-size: 16px !important;
}
.outer_ul {
	position: relative;
}
.outer_ul > li {
	position: relative;
	display: block;
	padding: 32px 0px;
}
.outer_ul > li > a {
	text-decoration: none;
	display: block;
}
.anweshka_sub_menu {
	display: none !important;
	position: absolute;
	top: 80px;
	left: 0;
	background-color: #fff;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	z-index: 2;
}
.nav_items .outer_ul > li:hover .anweshka_sub_menu {
	display: block !important;
}
.anweshka_sub_menu li {
	position: relative;
}
.anweshka_sub_menu li a {
	text-decoration: none;
	padding: 8px 26px;
	display: block;
	border-bottom: 1px solid #eee;
	white-space: nowrap;
}
.anweshka_sub_menu li a:hover {
	background-color: #F7F2EA;
}


/* Banner */
.banner {
	position: relative;
	overflow: hidden;
}

/* .banner_carousel {
position: absolute !important;
top: 50%;
transform: translateY(-50%);
background-color: var(--white);
width: 600px !important;

} */
.banner_image_slider .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	gap: 1px;
}

.banner_image_slider button{
	background: var(--magenta) !important;
	width: 60px !important;
	height: 60px !important;
	border-radius: 50% !important;
}

.banner_image_slider .owl-prev, .owl-next {
	margin-right: 10px;
}
.banner_image_slider .owl-prev{
	margin-left: 10px;
}

.banner_image_slider .owl-prev img {
	width: 35%;
	filter: brightness(0) invert(1);
}
.banner_image_slider .owl-next img {
	width: 35%;
	filter: brightness(0) invert(1);
}
.banner_content {
	padding: 48px 48px 0px 48px;
	width: 600px;
}

/* .banner_image {
display: grid;
align-items: center;
grid-template-columns: 21.7% auto;
width: 100%;
} */

/* .background_magenta {
width: 99vw;
height: 100%;
background-color: var(--magenta);
} */

.banner_image_slider .owl-stage-outer .owl-item img {
	height: 600px;
	object-fit: cover;
}


.banner_content h2 {
	font-size: 56px;
	font-weight: 700;
	line-height: 66px;
	margin-bottom: 12px;
	width: 100%;
}

.banner_content h6 {
	font-size: 20px;
	font-weight: 500;
	line-height: 34px;
	color: var(--magenta);
	margin-bottom: 24px;
}

.banner_content p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 50px;
}

.banner_content .banner_btn {
	padding: 14px 23px;
	border: 1px solid #4E366A;
	border-radius: 60px;
	color: var(--black);
	display: flex;
	align-items: center;
	gap: 12px;
	width: max-content;
}

.banner_carousel .owl-dots {
	text-align: right;
	margin-bottom: 48px;
	padding-right: 48px;
}

.banner_carousel .owl-dots .owl-dot {
	border: 1px solid #666 !important;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	margin-right: 6px;
}

.banner_carousel .owl-dots .owl-dot.active {
	border: none !important;
	background-color: var(--magenta);
}


/* Anweshka’s Impact */
.anweshka_impact_section {
	overflow-x: hidden;
	position: relative;
}

.anweshka_heading {
	margin-bottom: 50px;
}

.anweshka_heading h6 {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.04em;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.anweshka_heading h2 {
	color: #000;
	font-size: 48px;
	font-weight: 600;
	line-height: 58px;
}

.counter_box {
	text-align: center;
}

.counter_box h2 {
	font-size: 72px;
	line-height: 82px;
	color: var(--magenta);
	margin-bottom: 24px;
	font-weight: 400;
}

.counter_box p {
	font-size: 18px;
	line-height: 28px;
	color: #000;
}

.counter_box h2 span {
	position: relative;
}

.counter_box h2 span:before {
	content: '+';
	position: absolute;
	right: -60px;
	top: 0;
	width: 72px;
	height: 72px;
}

.about {
	margin-top: 50px;

}

.about:before {
	content: '';
	position: absolute;
	right: 0;
	width: 120px;
	height: 640px;
	background: var(--magenta);
	border-radius: 60px;
	transform: translate(36%, -1%);
}

.about_left {
	width: 85%;
}

.about_left h6 {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.04em;
	color: #1D1D1D;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.about_left h2 {
	font-size: 48px;
	font-weight: 600;
	line-height: 58px;
	color: var(--black);
	margin-bottom: 24px;
}

.about_left p {
	margin-bottom: 50px;
	font-size: 18px;
	line-height: 28px;
}

.about_right img {
	border-radius: 100%;
}

/* our programmes */
.our_programmes {
	background: #EFEFEF;
}

.our_programmes_box {
	background: var(--white);
	padding: 48px;
	height: 100%;
	border-top: 10px solid var(--magenta);
	transition: 0.7s ease;
	border-radius: 12px;
	overflow: hidden;
}
.opb_image_outer {
	overflow: hidden;
}
.opb_image_outer img {
	transition: 0.7s ease;
}
.our_programmes_content {
	margin-top: 24px;
}
.our_programmes_box:hover .opb_image_outer img {
	transform: scale(1.2);
}

.our_programmes_content h4 {
	font-size: 22px;
	font-weight: 600;
	line-height: 34px;
	color: var(--black);
	display: flex;
	align-items: center;
	gap: 15px;
}

.our_programmes_content p {
	font-size: 16px;
	line-height: 26px;
	margin-top: 18px;
	margin-bottom: 0px;
	color: var(--black);
}
/* .our_programmes .anweshka_heading {
width: 60%;
} */
.our_programmes_box:hover {
	background: #ae4b8442;
}
.our_programmes_box:hover .our_programmes_content a {
	color: #AE4B84;
}
/* More About */
.more_about_anweshka {
	background-color: #4E366A;
	overflow-x: hidden;
}

.more_about_anweshka .anweshka_heading h2 {
	color: var(--white);
}

.more_about_anweshka .anweshka_heading h6 {
	color: var(--white);
}

.more_about_anweshka_box {
	display: flex;
	align-items: center;
	gap: 35px;
	background-color: var(--white);
	padding: 50px 30px;
	border-bottom: 11px solid var(--magenta);
	position:relative;
	border-radius: 12px;
	overflow: hidden;
	color: inherit;
}
.more_about_anweshka_box:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: url('https://nextstep.net.in/anweshka-foundation/wp-content/uploads/2024/07/more-about-background-img.png');
	background-repeat: no-repeat;
	width: 190px;
	height: 152px;
}

.more_about_anweshka .owl-carousel .owl-stage-outer {
	overflow: visible !important;
}
.more_about_anweshka_box img{
	border-radius:50%;
	width:228px;
	height:228px;
}
.more_about_content h4 {
	font-size: 28px;
	font-weight: 600;
	line-height: 38px;
}

.more_about_content p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 30px;
}

.more_about_content a {
	font-size: 24px;
	color: #000;
}
.about_right img {
	overflow: hidden;
	transition: 0.9s;
}
.about_right:hover img {
	transform: scale(1.05);
}

/* Way To Contribute */

.way_to_contribute {
	background: #EFEFEF;
	position: relative;
	display: none;
	overflow-x: hidden;
}

.way_to_contribute_left img {
	border-radius: 100%;
}

.way_to_contribute_right {
	width: 90%;
	margin-left: auto;
}

.way_to_contribute_right_button {
	display: flex;
	gap: 30px;
	margin-top: 50px;
}

.way_to_contribute:before {
	content: '';
	position: absolute;
	left: 0;
	width: 120px;
	height: 640px;
	background: var(--magenta);
	border-radius: 60px;
	transform: translate(-50%, 1%);
}

.way_to_contribute_right h6 {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.04em;
	margin-bottom: 28px;
}

.way_to_contribute_right h2 {
	font-size: 48px;
	font-weight: 600;
	line-height: 58px;
	margin-bottom: 30px;
}

.way_to_contribute_right p {
	font-size: 18px;
	line-height: 28px;
}

/* blog */
.blog_content h6 {
	margin-top: 24px;
	color: var(--magenta);
	margin-bottom: 12px;
}

.blog_content p {
    color: var(--black);
    font-size: 24px;
    line-height: 34px;
    width: 90%;
    margin: 0px;
    margin-top: 24px;
}
.blog_box a img {
	height: 260px;
	object-fit: cover;
	object-position: top;
}



/* testimonials */
.testimonial_sec {
	background-color: #4E366A;
	position: relative;
}

.testimonial_sec .anweshka_heading h6 {
	color: var(--white);
}

.testimonial_sec .anweshka_heading h2 {
	color: var(--white);
}

.testimonial_sec .row .col-md-6:first-child {
	padding-right: 0px;
}

.testimonial_sec .row .col-md-6:last-child {
	padding-left: 0px;
}

.testimonial_right_carousel {
	padding: 88px 100px 15px 70px;
	background: var(--white);
	height: 100%;
}

.testimonial_box p {
	margin-bottom: 50px;
	font-size: 18px;
	line-height: 28px;
}

.testimonial_box h4 {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
}
.testimonial_sec .owl-nav.disabled{
	display: block !important;
}

.testimonial_left img {
	height: 486px;
	object-fit: cover;
}
.testimonial_sec .owl-nav {
	position: absolute;
	top: -21%;
	right: 0px;
}
.testimonial_sec .owl-prev, .owl-next {
	background: var(--white) !important;
	width: 46px;
	height: 46px;
	border-radius: 100%;
}
.testimonial_sec .owl-next {
	margin-left: 12px;
}

/* Instagram */
.anweshka_inner {
	display: flex;
	align-items: center;
	gap: 18px;
}

/* About us */
.founder_img img {
	border-radius: 100%;
}

.founder_content h4 {
	font-size: 28px;
	line-height: 36px;
	letter-spacing: 0.04em;
	margin-bottom: 12px;
	text-transform: uppercase;
	font-weight: 600;
}

.founder_content {
	width: 90%;
	margin-left: auto;
}
.founder_img {
	position: sticky;
	top: 40px;
}
.founder_sec p {
	font-size: 18px;
	line-height: 28px;
}
.founder_content p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 15px;
}
.founder_sec .col-md-12 p {
	margin-top: 30px;
	width: 95%;
}

.mission_vision_cnt {
	background: #F7F2EA;
	border-radius: 12px;
	overflow: hidden;
}
.mission_vision_cnt h4 {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.04em;
	margin-bottom: 12px;
	text-transform: uppercase;
	font-weight: 600;
}
.mission_vision_cnt p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 15px;
	border-radius: 12px;
	overflow: hidden;
}

.mission_vision_img {
	position: sticky;
	top: 20px;
	margin-top: -55px;
	margin-left: -100%;
	border-radius: 12px;
	overflow: hidden;
}

.mission_vision_inner {
	padding: 40px 0px 40px 40px;
	width: 80%;
	margin-right: auto;
	border-radius: 12px;
	overflow: hidden;
}

.mission_vision_sec .mission_vision:last-child .container .row .col-2 .mission_vision_img {
	position: sticky;
	top: 20px;
	margin-top: -55px;
	margin-right: -100%;
	margin-left: 0px;
	border-radius: 12px;
	overflow: hidden;
}
.mission_vision_sec .mission_vision:last-child .container .row .col-10 .mission_vision_inner {
	padding: 40px 40px 40px 0px;
	width: 80%;
	margin-left: auto !important;
	margin-right: 0px;
	border-radius: 12px;
	overflow: hidden;
}
.mission_vision_inner ul {
	margin-bottom: 12px;
	list-style: circle;
	padding-left: 1.5rem;
}
.mission_vision_inner ul li{
	font-size: 18px;
	line-height: 28px;
}

/* Bread Cum*/
.bread_cum_sec {
	background-color: var(--magenta);
	background:url('https://nextstep.net.in/anweshka-foundation/wp-content/uploads/2025/04/1.webp');
	width: 100%;
	height: 486px;
	position:relative;
	/* 	border-radius: 12px; */
	overflow: hidden;
}

.bread_cum_outer h1 {
	font-size: 48px;
	font-weight: 600;
	line-height: 58px;
	margin-bottom: 12px;
	color: var(--white);
}
.bread_cum_image {
	position: relative;
	margin-top: -18%;
	border-radius: 12px;
	overflow: hidden;
}
.bread_cum_outer {
	position: absolute;
	bottom: 50%;
}
.bread_cum_image img {
	height: 486px;
	object-fit: cover;
}

/* Footer */
footer {
	background: #1C1C1C;
}

.footer_box h2 {
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	color: var(--white);
	border-bottom: 1px solid #323232;
	padding-bottom: 23px;
}

.footer_box ul {
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.footer_box ul li a {
	font-size: 16px;
	line-height: 26px;
	color: #D2D2D2;
}

.footer_box p {
	font-size: 16px;
	line-height: 26px;
	color: #D2D2D2;
	margin: 24px 0px 30px 0px;
}

.footer_box .footer_btn {
	background-color: var(--white);
	color: #1C1C1C;
	padding: 14px 26px;
	border-radius: 50px;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	display: flex;
	align-items: center;
	gap: 8px;
	width: max-content;
}

.footer_bottom {
	padding: 32px 0px;
	background: #1C1C1C;
	border-top: 1px solid #323232
}

.follow_us_link {
	display: flex;
	align-items: center;
	gap: 30px;
}

.follow_us_link ul {
	display: flex;
	gap: 30px;
}

.follow_us_link ul li a {
	color: var(--white);

}

.follow_us_link ul li a .fa {
	font-size: 20px;
}

.follow_us_link h4 {
	color: var(--white);
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	margin: 0px;
}

.copy_right {
	margin-top: 12px;
	font-size: 16px;
	line-height: 26px;
	color: #D2D2D2;
}

.whatsapp {
	position: fixed;
	right: 2%;
	bottom: 0%;
	transform: translateY(-50%);
	z-index: 9;
	background: #F3F3F3;
	padding: 10px;
	border-radius: 100%;
}

.menu_btn i {
	display:none;
}
.nav_items ul .fa-close{
	display:none;
}

/* Contact Us */
.contact_left h2 {
	font-size: 32px;
	line-height: 50px;
	padding: 0px 0px 30px 0px;
	border-bottom: 1px dotted hsla(0, 0%, 50%, .5);
	font-weight: 500;
}

.contact_left ul {
	border-bottom: 1px dotted hsla(0,0%,50%,.5);
	padding-bottom: 24px;
	padding-top: 24px;
}
.contact_left ul li {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 10px;
}
.contact_left ul li a{
	font-size: 16px;
	line-height: 24px;
	margin-top: 12px;
	font-weight: 400;
	color:var(--black);
}
.contact_left ul li a .fa-phone {
	transform: rotate(90deg);
	margin-right: 5px;
}
.contact_left ul li a .fa {
	margin-right: 5px;
}
.contact_left ul:last-child{
	border:none;
}
.contact_right {
	width:90%;
	margin-left:auto;
}
.contact_input {
	margin-bottom: 40px;
}
.contact_input input {
	width: 100%;
	padding: 18px 24px;
	border: 1px solid #dedede;
	outline: none;
	border-left: 3px solid var(--magenta);
}

.contact_input textarea {
	width: 100%;
	border: 1px solid #dedede;
	outline: none;
	padding: 12px 24px;
	height: 150px;
	border-left: 3px solid var(--magenta);
}
.contact_input .anweshka_btn {
	padding: 15px 39px;
	border-radius: 100px;
	width: max-content;
	border: 1px solid var(--magenta);
}
.contact_right .wpcf7-not-valid-tip{
	display:none !important;
}
.map_sec{
	padding-bottom:100px;
}
.map_box h4 {
	margin-bottom: 20px;
}
.contact_input .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
	border: 1px solid #ff0000;
}

/* Bread cum */
.Outer_Bread_Cum {
	position: relative;
	background: url(https://nextstep.net.in/anweshka-foundation/wp-content/uploads/2025/04/2.webp);
	height: 250px;
}
.Bread_Inner {
	position: absolute;
	bottom: 0px;
}
.Bread_Inner h1 {
	font-size: 48px;
	font-weight: 600;
	line-height: 58px;
	margin-bottom: 30px;
	color: var(--white);
}

/* gallery */
.gallery_inner a img {
	width: 100%;
	height: 480px;
	object-fit: cover;
}
.gallery_sec .row .col-md-6:nth-child(odd) {
	padding-right: 1.5rem;
	margin-bottom: 3rem;
}
.gallery_sec .row .col-md-6:nth-child(even) {
	padding-left: 1.5rem;
	margin-bottom: 3rem;
}
.gallery_sec .row .col-md-6:last-child{
	margin-bottom:0px;
}
.gallery_sec .row .col-md-6:nth-last-child(2){
	margin-bottom:0px;
}


/* Privacy Policy */
.policy_content .anweshka_heading {
	margin-bottom: 20px;
}
.policy_content {
	width: 80%;
	margin: auto;
}
.policy_content ul li {
	font-size: 18px;
	margin-bottom: 10px;
}
.policy_content h2 {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 32px;
	line-height: 42px;
}
.policy_content h3 {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 28px;
	line-height: 38px;
}
.policy_content p {
	font-size: 18px;
	margin-bottom: 10px;
}

/* Terms & Condition */
.terms_content .anweshka_heading {
	margin-bottom: 20px;
}
.terms_content {
	width: 80%;
	margin: auto;
}

.terms_content ul li {
	font-size: 18px;
	margin-bottom: 10px;
}
.terms_content h2 {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 32px;
	line-height: 42px;
}
.terms_content h3 {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 28px;
	line-height: 38px;
}
.terms_content p {
	font-size: 18px;
	margin-bottom: 10px;
}

/* Single News & Events */
.single_blog_heading h1 {
	font-size: 42px;
	line-height: 42px;
	color: var(--black);
	margin-bottom: 30px;
	text-transform: capitalize;
}
.single_blog_image img {
	height: 480px;
	object-fit: cover;
	width: 100%;
}
.single_blog_content h2 {
	font-size: 24px;
	line-height: 2rem;
	font-weight: 500;
	color: var(--black);
	margin: 0px 0px 20px 0px;
}
.single_blog_content ul {
	margin-left: 20px;
	margin-bottom: 20px;
}
.single_blog_content ul li {
	list-style: circle;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #242222;
}
.lastest_blog {
	margin-top: 0;
	position: sticky;
	top: 60px;
	padding: 0px 30px;
	border-radius: 4px;
}
.lastest_blog h4 {
	color: var(--magenta);
	margin-bottom: 24px;
	font-size: 28px;
	line-height: 36px;
}

.lastest_blog ul li a p {
	font-size: 18px;
	line-height: 24px;
	color: var(--black);
	margin: 0px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.lastest_blog ul li {
	margin-bottom: 20px;
	border-bottom: 1px solid var(--magenta);
	padding-bottom: 18px;
}
.lastest_blog ul li a {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.lastest_blog ul li a img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 4px;
	border-radius: 12px;
	overflow: hidden;
}
.single_blog_img {
	border-radius: 12px;
	overflow: hidden;
}
.single_blog_img img {
	width: 100%;
	height: 380px;
	object-fit: cover;
}

.single_blog_Image_outer .row .col-md-6 {
	padding-bottom: 1.5rem;
}


/* Our Programmes */
.programmes_sec {
	padding: 50px 0px 100px 0px;
}
.more_programmes_outer{
	margin-top:0px;
}
.programmes_content h2 {
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 12px;
}
.programmes_Image_outer {
	margin-top: 30px;
}
.programmes_img img {
	width: 100%;
}
.programmes_Image_outer .col-md-6 {
	padding-bottom: 1.5rem;
}

.programmes_content p {
	font-size: 18px;
	line-height: 28px;
}
.programmes_content ul li {
	font-size: 18px;
	margin-bottom: 15px;
	list-style: circle;
	margin-left: 20px;
}
.programmes_content ul {
	width: 70%;
}

/* Thank You Page */
.check {
	width: 100px;
	height: 100px;
	margin: 0 auto 30px;
}
.thanks_main h1 {
	font-size: 74px;
	line-height: 84px;
	margin-bottom: 20px;
	text-align: center;
	font-style: italic;
	font-weight: 900;
	color: var(--black);
}

.thanks_main p {
	font-size: 20px;
	line-height: 30px;
	width: 70%;
	margin: 0 auto 25px;
	font-weight: 500;
	text-align: center;
}
.top-btn .anweshka_btn2 {
	margin: auto;
	background: var(--magenta);
	border: snow;
	color: var(--white);
	padding: 14px 32px;
}

/* Our Impact */
.impact_sec {
	padding: 100px 0px;
}
.impact_img a img {
	width: 100%;
}
.impact_content p {
	width: 90%;
}
.impact_Image_outer {
	margin-top: 50px;
}
.impact_img a img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}
.impact_Image_outer .row .col-md-6 {
	margin-bottom: 1.5rem;
}
.impact_content h2 {
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 12px;
}
.impact_content p {
	font-size: 18px;
	line-height: 28px;
}
.adoption_download_btn a{
	font-size: 18px;
	line-height: 28px;
	color: var(--black);
	font-weight:600;
}
.adoption_download_btn a i {
	margin-right: 8px;
	font-size: 18px;
	line-height: 28px;
}
.fancybox__footer {
	display: none;
}
.impact_content ul li {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 12px;
}
.impact_sec hr {
	margin: 30px 0px 50px 0px;
}
.our_impact_image h2 {
	margin-bottom: 24px;
}
.our_impact_image img {
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
}

.our_impact_image {
	margin-bottom: 48px;
}

/* what we exist */
.why_we_exist_box_right img {
	height: 500px;
	object-fit: cover;
	object-position: top;
}
.why_we_exist_box_left p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 12px;
}

.why_we_exist_box_left ul {
	list-style: circle;
	padding-left: 1.5rem;
}
.why_we_exist_box_left ul li {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 8px;
}
.why_we_exist_box_content {
	width:90%;
}
.why_we_exist_sec .row {
	align-items: center;
}
.why_we_exit_bottom_content {
	width: 90%;
	text-align: center;
	margin-top: 50px;
	margin: 50px auto 0px 0px;
}
.why_we_exit_bottom_content p {
	font-size: 18px;
	line-height: 28px;
	margin: 0px;
	font-weight: 500;
}
.what_we_exist_sec {
	padding:50px 0px 100px 0px;
}
.what_we_exist_sec .main_heading {
	width: 90%;
	margin-bottom: 50px;
}
.why_we_exist_box_left h2 {
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 30px;
}
.what_we_exist_sec .main_heading p{
	font-size: 18px;	
	line-height:28px;
}
.why_we_exist_box_left {
	width: 90%;
	padding: 50px;
}
.what_we_exist_sec .row .col-md-6:last-child .why_we_exist_box_left {	
	margin-left:auto;
}
.what_we_exist_sec .main_heading h2 {
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 12px;
}
.what_we_do_outer .row:nth-child(odd) {
	flex-direction: row-reverse;
}

/* FAQ */
.faq_sec .row .col-md-8{
	margin-left:auto;
}
.faq_sec .row .col-md-9 .main_heading{
	margin-bottom:50px;
}
.faq_sec .row .col-md-9 .main_heading h2 {
	font-size: 32px;
	line-height: 42px;
}
.faq_content h4 {
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 16px;
}
.faq_content p {
	font-size: 18px;
	line-height: 26px;
	margin: 0px;
}
.faq_content_inner {
	border-bottom: 1px solid #666;
	padding-bottom: 30px;
	margin-top: 30px;
}
.faq_left_link {
	background: #F7F2EA;
	padding: 30px;
	position: sticky;
	top: 50px;
	border-radius: 4px;
}
.faq_left_link a i {
	margin-right: 8px;
	font-size: 18px;
	color: #000;
}
.faq_left_link a {
	font-size: 18px;
	color: #000;
	font-weight:600;
}

/* Donate */
.donate_left_sec h2 {
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 20px;
}
.donate_left_sec p {
	font-size: 18px;
	line-height: 26px;
}
.donate_form {
	margin-top: 30px;
}
.contact_input label {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	display: block;
}
.donate_form h2 {
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 20px;
}
.donate_form .contact_input {
	margin-bottom: 20px;
}
.donate_form .col-md-12 {
	margin-top: 20px;
}
.contact_input select {
	width: 100%;
	padding: 18px 24px;
	border: 1px solid #dedede;
	outline: none;
	background: transparent;
	border-left: 3px solid var(--magenta);
}
.contact_input br {
	display: none;
}
.contact_input .wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number.wpcf7-not-valid {
	border: 1px solid red;
}
.contact_input .wpcf7-not-valid-tip {
	display: none;
}

/* Become a member */
.become_a_member_form {
	position: relative;
	overflow: hidden;
}
.become_a_member_form:before {
	content: '';
	position: absolute;
	top: -25%;
	right: 0%;
	width: 300px;
	height: 300px;
	border-radius: 100%;
	background: #ae4b8426;
}

.become_a_member_form:after {
	content: '';
	position: absolute;
	bottom: 40%;
	right: 20%;
	width: 150px;
	height: 150px;
	border-radius: 100%;
	background: #ae4b8426;
	z-index: -1;
}
.blog_sec .row .col-md-4 {
    margin-bottom: 2.5rem;
}
.blog_box {
	border-radius: 12px;
	overflow: hidden;
}
section.testimonial_sec > .container > .row {
	border-radius: 12px;
	overflow: hidden;
	padding: 0;
}
.testimonial_sec .row .col-md-6:first-child {
	padding-right: 0px;
}
.insta_box {
	border-radius: 12px;
	overflow: hidden;
}
section.testimonial_sec > .container > .row > * {
	padding: 0;
}
.why_we_exist_box_right {
	border-radius: 12px;
	overflow: hidden;
}
.programmes_img {
	border-radius: 12px;
	overflow: hidden;
}
.single_blog_image {
	border-radius: 12px;
	overflow: hidden;
}

.more_about_anweshka_box:hover {
	background: #ffd0eb;
}
.more_about_anweshka_box {
	transition: 0.7s ease;
}

.blog_image_outer img {
	transition: 0.7s ease;
}
.blog_image_outer {
	overflow: hidden;
}
.blog_box:hover .blog_image_outer img {
	transform: scale(1.15);
}
.blog_box:hover  .blog_content p {
	color: var(--magenta);
}
.insta_box:hover img {
	transform: scale(1.2);
}
.insta_box {
	overflow: hidden;
}
.insta_box img {
	transition: 0.7s ease;
}
.footer_box ul li a:hover {
	color: var(--magenta);
	padding-left: 10px;
}

.footer_box ul li a {
	transition: 0.7s ease;
}
.nav_items ul li a:hover {
	color: var(--magenta);
}
.nav_items ul li a {
	transition: 0.7s ease;
}
.testimonial_left:hover img , .why_we_exist_box_right:hover img {
	transform: scale(1.2);
}
.testimonial_left img , .why_we_exist_box_right img {
	transition: 0.7s ease;
}
.testimonial_left , .why_we_exist_box_right {
	overflow: hidden;
}

.pagination ul {
	display: flex;
	margin: 48px auto 0px auto;
	gap: 24px;
}
.pagination ul li span.page-numbers.current {
	border: 2px solid #ae4b84;
	background: #ae4b84;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 24px;
}
.pagination ul li a {
	border: 2px solid var(--magenta);
	background: transparent;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	border-radius: 24px;
}
a.prev.page-numbers {
	display: none;
}
a.next.page-numbers{
	display: none;
}
.programmes_img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}