@font-face {
	font-family: 'Britannic';
	src: url('../fonts/BritannicBold.woff2') format('woff2'),
		url('../fonts/BritannicBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body,
html {
	margin: 0;
	padding: 0;
}

body {
	background: #fef7f0;
	position: relative;
	font-size: 14px;
	line-height: 26px;
	color: #333;
	font-family: "Poppins", sans-serif;
	letter-spacing: 1px;
}

img {
	max-width: 100%;
	height: auto;
	outline: 0;
	border: none;
}

a {
	color: #240a30;
}

a:focus,
a:hover {
	outline: 0;
	text-decoration: none;
	color: #000;
}

iframe {
	width: 100%;
	height: auto;
	border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px;
	font-weight: bold;
	line-height: 1.2;
	color: #240a30;
	font-family: "Amaranth", sans-serif;
}

p {
	margin: 0 0 20px;
}

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
}


.header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 113;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	animation: slide-down 0.7s;
	-webkit-animation: slide-down 0.7s;
	-moz-animation: slide-down 0.7s;
	background: #240a30;
}

.header.sticky .header-top {
	display: none;
}

@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes slide-down {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes slide-down {
	0% {
		opacity: 0;
		-moz-transform: translateY(-100%);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

.about-inner-sec a span,
.about-inner-sec .about-in,
.slider2-content,
.slider2 .item img,
.about-inner,
#counter li .count-inner,
#counter2 li .count-inner,
.icon-sec,
.about-inner2 {
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}

.breadcrumb-sec ul,
#counter,
#counter2 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.navbar-default .navbar-brand.logo {
	height: inherit;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: none;
	padding: 5px 15px;
}

.navbar-default {
	margin: 0;
	border-radius: 0;
}

.navbar-default .navbar-nav>li>a {
	padding-top: 45px;
	padding-bottom: 33px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus,
.nav>li>a:hover,
.nav>li>a:focus {
	background: transparent;
	color: #e8c8ff;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	border-bottom: 2px solid #e8c8ff;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	text-shadow: none;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
}

.no-border {
	border: none;
}

.header {
	position: absolute;
	z-index: 112;
	background: transparent;
	width: 100%;
}



/*===========bootstrap5==============*/

body {
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

.btn-close {
	position: absolute;
	right: 10px;
	top: 10px;
}

.navbar {
	background: transparent;
	padding: 0;
}

.navbar-light .navbar-nav .nav-link {
	padding: 25px 0;
	margin: 0 12px;
	border-bottom: 4px solid transparent;
	color: #fff;
	font-size: 16px;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	border-color: #ff582f;
	color: #ff582f;
}

.navbar-light .navbar-toggler {
	border-color: #fff;
	background: #fff;
}

.navbar-nav .dropdown-menu {
	margin: 0;
	padding: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #fff;
	background-color: #240a30;
}

.space-between-center {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	margin: 0 50px 0 10px;
}

footer {
	background: #240a30;
	position: relative;
	color: #fff;
}

footer::after {
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
	content: "";
	display: block;
	background: url("../images/footer-bg.png") no-repeat center center;
	height: 73px;
}

.footer-top {
	padding: 30px 0;
	text-align: center;
	border-bottom: 1px dashed rgba(239, 204, 255, .5);
}

.footer-top .logo {
	margin: 0 0 15px;
	display: inline-block;
}

.footer-bot-links {
	text-align: right;
}

.quick-links p strong {
	font-weight: 500;
	display: block;
}

.quick-links ul {
	margin: 20px 0 0;
	padding: 0;
	float: none;
}

.quick-links ul li {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	width: 32.33%;
	display: inline-block;
	vertical-align: top;
}

.quick-links ul li a i {
	padding-right: 5px;
}

.quick-links ul li a {
	padding: 0;
	color: #fff;
	text-shadow: none;
}

.quick-links ul li a:hover {
	color: #efccff;
	border: none;
}

.quick-links h3 {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
	font-family: "Poppins", sans-serif;
}

.social-icon-sec a {
	margin-right: 10px;
	display: inline-block;
	text-align: center;
	background: #fff;
	border-radius: 5px;
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 25px;
}

.social-icon-sec a:hover {
	background: #ff582f;
	color: #fff;
}

.footer-bot {
	background: #190223;
	padding: 10px 25px;
	font-size: 12px;
	color: #fff;
}

.footer-bot a {
	color: #fff;
}

.footer-mid {
	padding: 30px 0;
}

.main {
	min-height: 550px;
}

.owl-theme .owl-dots .owl-dot span,
.download-btn,
.services-inner .services-content,
.services-inner img,
.heading a,
.tech-text i,
.tech-img-holder img,
.tech-inner {
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}

.owl-theme .owl-dots .owl-dot.active span {
	background: #0D2645;
}

.owl-theme .owl-dots .owl-dot:hover span {
	background: #0D2645;
}

.owl-theme .owl-dots .owl-dot span {
	background: #9AC7FF;
}

.owl-theme .owl-dots .owl-dot span {
	margin: 3px;
	width: 12px;
	height: 12px;
}

.btn1 {
	color: #fff;
	text-shadow: none;
	padding: 10px 20px;
	letter-spacing: 1px;
	background: #ff582f;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	border: none;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	font-weight: bold;
}

.btn1 i {
	padding-left: 10px;
}

.btn1 label {
	position: relative;
	z-index: 2;
	cursor: pointer;
	font-size: 16px;
}

.btn1::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	border-radius: 5px;
	background: #240a30;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.btn1:hover::before {
	height: 100%;
}

.btn1:hover {
	color: #fff;
}

.btn1:hover span {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.btn2 {
	color: #fff;
	text-shadow: none;
	padding: 10px 20px;
	letter-spacing: 1px;
	background: #ff582f;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	border: none;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	font-weight: bold;
}

.btn2 i {
	padding-left: 10px;
}

.btn2 label {
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.btn2::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	border-radius: 5px;
	background: #ffb21a;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.btn2:hover::before {
	height: 100%;
}

.btn2:hover {
	color: #240a30;
}

.btn2:hover span {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}


.slider1.owl-theme .owl-nav [class*="owl-"] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 0;
	background: rgba(0, 0, 0, .2);
	display: inline-block;
	cursor: pointer;
	border-radius: 0;
	width: 35px;
	height: 35px;
	line-height: 33px;
	text-align: center;
	border: none;
}

.slider1.owl-theme .owl-nav .owl-prev {
	background: url("../images/arrow-left.png") no-repeat center center;
	width: 55px;
	height: 27px;
	text-indent: -20000px;
	left: -80px;
	top: 45%;
	position: absolute;
}

.slider1.owl-theme .owl-nav .owl-next {
	background: url("../images/arrow-right.png") no-repeat center center;
	width: 55px;
	height: 27px;
	text-indent: -20000px;
	right: -80px;
	top: 45%;
	position: absolute;
}

.same-gap {
	margin: 0 0 60px;
}

.relative {
	position: relative;
}

select.form-control {
	appearance: auto;
	-moz-appearance: auto;
	-webkit-appearance: auto;
}

.desktop {
	display: block !important;
}

.mobile,
.no-desktop {
	display: none !important;
}

.activities-sec .heading2,
.news-sec .heading2 {
	display: table;
	margin: 0 auto 20px;
}

.banner-video {
	width: 100%;
}

.container-fluid {
	padding-left: 40px;
	padding-right: 40px;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0;
	vertical-align: 0.255em;
	content: "\f0d7";
	border: none;
	font: normal 18px/1 FontAwesome;
	position: relative;
	top: 6px;
	left: 10px;
}

.dropdown-menu {
	border-radius: 0;
	display: block;
	opacity: 0;
	transition: .5s;
	top: 75px;
	visibility: hidden;
}

.dropdown-menu.show {
	opacity: 1;
	visibility: visible;
}

.go-down {
	/* border: 4px solid #fff; background:#ff582f;  */
	background: rgba(0, 0, 0, .4);
	position: absolute;
	left: 50%;
	bottom: 50px;
	z-index: 3;
	margin-left: -50px;
	text-align: center;
	border-radius: 20px;
	width: 40px;
	height: 60px;
	line-height: 50px;
	text-align: center;
	padding: 0;
}

.about-outer {
	background: url("../images/img2.png") no-repeat 0 100%, url("../images/img3.png") no-repeat 100% 0;
	background-attachment: fixed;
}

.about-outer2 {
	background: url("../images/line-temple2.png") no-repeat center top;
	background-attachment: fixed;
	padding-top: 60px;
}

.about-sec {
	padding: 90px 0 0;
}

.about-left {
	position: relative;
	padding: 0 0 40px 50px;
}

.img-border {
	border: 10px solid rgba(255, 255, 255, .8);
	box-shadow: 0 0 5px #ccc;
	border-radius: 10px;
}

.about-left .img-pos1 {
	position: absolute;
	right: -90px;
	top: 150px;
	z-index: 333;
	transform: rotate(10deg);
}

.about-left .img-pos2 {
	transform: rotate(-15deg);
}

.activities-left {
	position: relative;
	overflow: hidden;
}

.activities-left::before,
.activities-img-holder::before {
	width: 200%;
	height: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	display: block;
	background: rgba(255, 255, 255, .4);
	transform: translate(-50%, -50%)rotate(-45deg);
	pointer-events: none;
}

.activities-left:hover::before {
	height: 250%;
	transition: all 1500ms linear;
	background-color: transparent;
}

.activities-img-holder:hover::before {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}

.activities-left-inner {
	display: flex;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 30px;
	background: #fff;
	padding: 20px;
	border-radius: 0 0 75px 0;
	justify-content: space-between;
	align-items: center;
}

.activities-left-inner h3 {
	margin: 0 0 6px;
}

.activities-left-inner p {
	margin: 0;
}

.activities-sec img {
	width: 100%;
}

.btn3 {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #ff582f;
	border-radius: 50%;
	margin-right: 20px;
}

.btn3 img {
	width: auto !important;
}

.activities-right-inner .btn3 {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.activities-left:hover .btn3,
.activities-right:hover .btn3,
.slider1-content a:hover span {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	background: #000;
}

.activities-right {
	border-radius: 0 0 75px 0;
	justify-content: space-between;
	align-items: center;
	display: flex !important;
	background: #fff;
	margin: 0 0 30px;
	box-shadow: 0 0 5px #ccc;
}

.activities-right-inner {
	padding: 20px;
}

.activities-right-inner h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 5px;
}

.activities-right-inner p {
	margin: 0 0 5px;
}

.activities-img-holder {
	border-radius: 0 0 50px 0;
	overflow: hidden;
	position: relative;
}

.left-line {
	border-left: 4px solid #ff582f;
	padding-left: 20px;
}

.our-mission-sec {
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}

.our-mission-right {
	position: relative;
	margin: 10px 50px 20px 0;
	float: left;
	animation: box-shadow-spread 4s linear infinite;
	border-radius: 50%;
	cursor: pointer;
}

.our-mission-right img {
	border-radius: 50%;
	border: 10px solid #fff;
	box-shadow: 0 0 5px #ccc;
}

/*.news-sec{padding: 80px 0; background: #ffefeb url("../images/img11.png") no-repeat 0 0; position: relative;}
. slider1 .item{background:#fff; border-radius:0 0 50px 0; box-shadow: 0 0 5px #ccc;}
.slider1-content{padding:20px;}
.slider1 .activities-left{border-radius: 0 0 75px 0;}
.slider1.owl-carousel .slider1-content img{width:auto !important; display:inline-block;}
.slider1-content a{font-size:18px; color:#ff582f; font-weight:600}
.slider1-content a span{width: 30px; height: 30px; background: #ff582f; display: inline-block; text-align: center; border-radius: 50%;}
.slider1-content h3{font-size:18px; line-height:30px; font-weight:500; text-transform:capitalize;}
.slider1-content h3 a{color:#000;}
.slider1-content h3 a:hover{color:#ff582f;} */
.cal-icon {
	display: inline-block;
	color: #240a30;
	font-size: 20px;
	margin-right: 10px;
	background: #fff;
	padding: 10px;
	width: 45px;
	height: 45px;
	text-align: center;
	border-radius: 50%;
}

.donate-sec {
	background: url("../images/img19.jpg") no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	padding: 100px 0;
}

.donate-inner-sec {
	background: #fff;
	padding: 15px;
	border-radius: 0 0 100px 0;
}

.donate-inner-sec {
	position: relative;
}

.donate-amount-sec {
	border: 1px solid #bdbbbb;
	border-radius: 5px;
	display: flex;
}

.donate-amount-sec span {
	background: #fff8f6;
	padding: 5px 10px;
	border-radius: 5px 0 0 5px;
	border-right: 1px solid #bdbbbb;
}

.donate-tag-sec span {
	display: inline-block;
	margin: 0 15px 15px 0;
	padding: 20px;
	background: #cdbbd5;
	border-radius: 0 0 50px 0;
	color: #000;
	width: 190px;
	cursor: pointer;
	font-weight: 600;
}

.donate-tag-sec span:hover {
	background: #ffb21a;
	color: #fff;
}

.donate-amount-sec .form-control:focus,
.donate-amount-sec .form-control {
	border: none;
	box-shadow: none;
	padding: 10px 30px;
	border-radius: 5px;
	margin: 0;
}

.video-btn {
	position: absolute;
	left: 110px;
	top: 45%;
	text-align: center;
	display: inline-block;
	font-size: 50px;
	color: #fff;
	pointer-events: none;
}

@keyframes box-shadow-spread {

	from,
	20%,
	53%,
	80%,
	to {
		box-shadow: 0 0 0 rgba(255, 255, 255, .8);
	}

	40%,
	43% {
		box-shadow: 0 0 20px rgba(255, 255, 255, .8);
	}

	70% {
		box-shadow: 0 0 50px rgba(255, 255, 255, .8);
	}

	90% {
		box-shadow: 0 0 20px rgba(255, 255, 255, .8);
	}
}

.donate-inner-sec iframe {
	height: 500px;
}

#back-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 995;
	display: none;
	cursor: pointer;
	font-size: 18px;
	color: #240a30;
	z-index: 999;
	background: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 2px solid #fff;
	box-shadow: 0 0 20px rgba(36, 10, 48, .8);
}

.show {
	display: block !important;
}

.btn-close {
	background-color: #fff;
	opacity: 1
}



.btn-sec i {
	padding-right: 6px;
	padding-left: 0;
}

.btn-sec {
	font-weight: 600;
}

.btn-sec a {
	margin-left: 25px;
	text-transform: uppercase;
}

.btn-sec a:hover {
	color: #fff;
}

.header-top {
	background: #240a30;
	color: #cdbbd5;
	font-size: 14px;
	padding: 10px 0;
}

.header-top a {
	color: #cdbbd5;
}

.header-top-left a {
	margin: 0 0 0 30px;
	display: inline-block;
	position: relative;
}

.header-top-left a::after {
	position: absolute;
	left: -19px;
	top: 11px;
	content: "\f111";
	display: block;
	clear: both;
	font: normal 6px/1 FontAwesome;
}

.header-top-right {
	text-align: right;
}

.header-top-right a,
.social-sec a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	background: #cdbbd5;
	color: #240a30;
	margin-left: 5px;
}

.header-top-right a:hover,
.social-sec a:hover {
	background: #fff;
}

.header-top-left a:hover {
	color: #fff;
}

.slider-content {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	/* background:rgba(0,0,0,.6); */
	text-align: center;
	color: #fff;
	font-size: 22px;
	line-height: 36px;
	padding-top: 13%;
}

.slider-content h2 {
	font-size: 50px;
	line-height: 65px;
	color: #fff;
	margin: 0 0 10px;
	text-shadow: 0 0 5px #240a30, 0 0 5px #240a30;
}

.slider-content p {
	text-shadow: 0 0 5px #240a30, 0 0 5px #240a30;
	margin: 0 0 50px;
}

.slider-content .btn1 {
	box-shadow: 0 0 15px #240a30;
}

.slider1 {
	position: relative;
}

/* .slider1::after{position:absolute; left:0; right:0; bottom:-4px; content:""; display:block; background:url("../images/img1.png") no-repeat center center; background-size:cover; height:200px; pointer-events: none;} */
.owl-theme .owl-dots {
	position: absolute;
	right: 20px;
	top: 40%;
}

.owl-theme .owl-dots .owl-dot {
	display: block;
	margin: 10px 0;
}

.owl-theme .owl-dots .owl-dot span {
	background: #fff;
}

.owl-theme .owl-dots .owl-dot.active span {
	background: #fff;
	height: 30px;
}

.heading-bg {
	background: url("../images/img11.png") no-repeat center center;
	background-size: 100% auto;
	padding: 10px 30px;
	display: inline-block;
	color: #240a30;
	text-transform: capitalize;
}

.heading1 {
	font-size: 36px;
	line-height: 48px;
	text-transform: capitalize;
}

.about-sec2 .container,
.testimonial-sec .container {
	border-top: 1px dashed #240a30;
	padding-top: 70px;
}

.about-sec2 {
	font-size: 16px;
	color: #240a30;
}

.about-sec2 p strong {
	font-size: 30px;
	line-height: 36px;
	font-family: 'Britannic';
}

.small-container {
	padding: 0 150px;
}

.about-inner-sec {
	background: #ffb21a;
	border-radius: 5px;
	padding: 10px;
	font-size: 14px;
	margin: 50px 0;
}

.about-inner-sec h3 {
	font-size: 24px;
}

.about-inner-sec img {
	margin: 0 0 50px;
	width: 100px;
}

.about-inner-sec2 {
	background: #240a30;
	color: #fff;
}

.about-inner-sec2 h3,
.about-inner-sec2 a {
	color: #fff;
}

.about-in {
	border: 1px solid rgba(36, 10, 48, .5);
	border-radius: 5px;
	padding: 50px 20px;
}

.about-inner-sec a span {
	font-size: 0;
}

.about-inner-sec:hover a span {
	font-size: 14px;
	padding-right: 5px;
}

.about-inner-sec2 .about-in {
	border: 1px solid rgba(255, 255, 255, .5);
}

.about-inner-sec:hover .about-in {
	padding: 20px 20px 80px;
}

.event-sec .heading-bg,
.activities-sec .heading-bg,
.mission-sec .heading-bg,
.about-sec2 .heading-bg,
.fund-sec .heading-bg,
.news-sec .heading-bg {
	background: url("../images/img18.png") no-repeat center center;
	color: #240a30;
	background-size: 100% auto;
}

.purpose-sec {
	background: url("../images/img19.png") no-repeat center center;
	padding: 100px 0 150px;
	background-size: cover;
	color: #240a30;
}

.flex-sec {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.event-list-sec {
	max-height: 600px;
	overflow: hidden;
	overflow-y: auto;
	padding-right: 10px;
	margin-top: 30px;
}

.event-listing {
	background: #fff;
	box-shadow: 0 0 5px #eee;
	border-radius: 5px;
	margin: 0 0 30px;
	border: 1px solid #e5e5e5;
}

.event-listing img {
	border-radius: 5px 0 0 5px;
	width: 100%;
}

.event-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 35px;
	position: relative;
	padding-right: 80px;
}

.event-content p {
	margin: 0;
}

.event-content h3 {
	font-size: 22px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}

.view-all {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #240a30;
	border-radius: 50%;
	display: inline-block;
}

.event-listing:hover .view-all {
	background: #240a30;
	color: #fff;
}

.event-content h3:hover a {
	color: #ffb21a;
}

.event-content .view-all {
	position: absolute;
	right: 20px;
}

.slider2 img {
	border-radius: 5px;
}

.slider2 .item {
	overflow: hidden;
}

.slider2-inner {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	background: rgba(36, 10, 48, .4);
	border-radius: 5px;
}

.slider2-content {
	position: absolute;
	padding: 30px;
	left: 0;
	bottom: -170px;
	color: #fff;
}

.slider2-content h3 {
	color: #fff;
	font-size: 34px;
}

.slider2-content .view-all {
	color: #fff;
	border-color: #fff;
}

.slider2-content .view-all:hover {
	color: #240a30;
	border-color: #fff;
	background: #fff;
}

.slider2-inner:hover .slider2-content {
	bottom: 0;
}

.slider2-inner:hover {
	background: rgba(36, 10, 48, .8);
}

.owl-theme .owl-nav [class*="owl-"] {
	color: #240a30;
	font-size: 18px;
	margin: 5px;
	padding: 0;
	background: #fff;
	display: inline-block;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid#240a30;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 20px 10px 0 0;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
	background: #240a30;
	color: #FFF;
	text-decoration: none;
}

/* .mission-sec{background: url("../images/img27.jpg") no-repeat center center; background-size: auto; padding: 100px 0 150px; background-size: cover; color: #fff;}
.mission-sec h2{color:#fff;}
.mission-sec .form-check{text-align:left;}
.form-check-input[type="radio"] {width: 25px; height: 25px; margin-right: 10px; position: relative; top: -3px; cursor:pointer; border:1px solid #333;}
.donate-amount-sec .btn2{width:250px; background:#efccff; color:#240a30; padding: 20px 25px; border-radius: 0 5px 5px 0;}
.map-icon{width:40px; height:40px; line-height:40px; text-align:center; border:1px solid #fff; border-radius:50%; color:#fff; float:left; margin:10px 15px 15px 0;} */

.footer-top,
.mission-sec,
.activities-sec,
.purpose-sec,
.about-sec {
	position: relative;
}

.move1 {
	position: absolute;
	right: 200px;
	bottom: -25px;
	animation: move1 20s linear infinite;
}

@keyframes move1 {
	0% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(-600px);
	}

	100% {
		transform: translateX(0);
	}
}

.move2 {
	position: absolute;
	left: 200px;
	top: 100px;
	animation: move2 10s linear infinite;
}

@keyframes move2 {
	0% {
		transform: translateY(0, 0);
	}

	50% {
		transform: translate(100px, 100px);
	}

	100% {
		transform: translateY(0, 0);
	}
}

.move3 {
	position: absolute;
	right: 200px;
	top: -100px;
	animation: move3 20s linear infinite;
}

@keyframes move3 {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.activities-sec .move4 img {
	width: auto;
}

.move4 {
	position: absolute;
	left: 200px;
	top: -12px;
	animation: move4 20s linear infinite;
}

@keyframes move4 {
	0% {
		transform: translateX(100px);
	}

	50% {
		transform: translateX(600px);
	}

	100% {
		transform: translateX(100px);
	}
}

.move5 {
	position: absolute;
	right: 200px;
	top: 100px;
	animation: move5 5s linear infinite;
}

@keyframes move5 {
	0% {
		transform: translateY(0, 0);
	}

	50% {
		transform: translate(-50px, 50px);
	}

	100% {
		transform: translateY(0, 0);
	}
}

.move6 {
	position: absolute;
	left: 200px;
	bottom: -50px;
	animation: move3 20s linear infinite;
	pointer-events: none;
}

.move7 {
	position: absolute;
	left: 150px;
	bottom: -40px;
	animation: move3 10s linear infinite;
	pointer-events: none;
}

.move8 {
	position: absolute;
	left: 350px;
	bottom: -90px;
	animation: move4 20s linear infinite;
	pointer-events: none;
}

.move9 {
	position: absolute;
	left: 100px;
	top: 220px;
	animation: move2 10s linear infinite;
	z-index: 333;
	pointer-events: none;
}

.move10 {
	position: absolute;
	right: 300px;
	top: 200px;
	animation: move5 10s linear infinite;
	z-index: 333;
	pointer-events: none;
}

.move11 {
	position: absolute;
	left: 150px;
	top: 390px;
	animation: move3 10s linear infinite;
	z-index: 333;
	pointer-events: none;
}

.move12 {
	position: absolute;
	right: 200px;
	bottom: 250px;
	animation: move6 10s linear infinite;
	z-index: 333;
	pointer-events: none;
}

.move13 {
	position: absolute;
	left: 500px;
	top: 500px;
	animation: move5 10s linear infinite;
	z-index: 333;
	pointer-events: none;
}

@keyframes move6 {
	0% {
		transform: translateY(0, 0);
	}

	25% {
		transform: translate(-100px, 0);
	}

	50% {
		transform: translate(-100px, -100px);
	}

	75% {
		transform: translate(0, -100px);
	}

	100% {
		transform: translateY(0, 0);
	}
}

.move1,
.move2,
.move3,
.move4,
.move5,
.move6,
.move7,
.move8,
.move9,
.move10,
.move11,
.move12,
.move13 {
	pointer-events: none;
}

.whatsapp-icon {
	position: fixed;
	right: 20px;
	bottom: 100px;
	cursor: pointer;
	z-index: 333;
}

.purpose-sec .heading1 {
	margin: 0 0 35px;
}

.modal iframe {
	height: 400px;
}

.testimonial-sec {
	position: relative;
	margin: 0 0 100px;
}

.activities-sec {
	padding-top: 50px;
}

.slider3 .item {
	padding-top: 20px;
}

.owl-carousel .testimonial-content .user-img {
	border-radius: 50%;
	width: 100px !important;
	border: 5px solid #ff582f;
	margin: 0 0 20px 0;
	display: inline-block;
}

.testimonial-content {
	box-shadow: 0 0 5px #ccc;
	border-radius: 10px;
	padding: 30px 25px 5px;
	background: #FFF;
	color: #666;
	text-align: center;
	position: relative;
}

.testimonial-content p strong {
	color: #333;
	font-weight: normal;
}

.testimonial-content h4 {
	font-size: 20px;
	font-family: "Poppins", sans-serif;
	margin: 0 0 10px;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.fund-sec {
	background: #fff;
	padding: 0 0 70px;
}

.fund-sec .container {
	/* border-top:1px dashed #240a30;  */
	padding-top: 70px;
}

.fund-bar {
	background: #ffcd8e;
	border-radius: 5px;
	width: 100%;
	height: 5px;
	margin: 0 0 20px;
}

.fund-bar span.current-status {
	border-radius: 5px;
	background: #240a30;
	display: inline-block;
	width: 50%;
	height: 5px;
	position: relative;
	top: -14px;
}

.fund-bar span.current-status::after {
	position: absolute;
	right: 0;
	top: -5px;
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	border: 4px solid #240a30;
	cursor: pointer;
}

.fund-bar-value {
	display: flex;
	justify-content: space-between;
	padding: 5px 5px 10px;
	font-size: 12px;
}

.fund-sec .btn2 {
	margin-top: 10px;
}

.footer-bot-links a {
	color: #fff;
	border-right: 1px solid #fff;
	padding: 0 10px;
}

.footer-bot-links a:last-child {
	border: none;
	padding-right: 0;
}


.inner-banner-sec {
	background: #240a30 url("../images/inner-page-banner.jpg") no-repeat center center;
	background-size: cover;
	color: #fff;
	padding: 180px 0 50px;
}

.inner-banner-sec h3 {
	font-size: 40px;
	color: #fff;
	text-transform: capitalize;
}

.breadcrumb-sec li {
	display: inline-block;
	color: #cdbbd5;
	font-size: 16px;
	text-transform: capitalize;
}

.breadcrumb-sec a {
	color: #cdbbd5;
}

.breadcrumb-sec a:hover {
	color: #fff;
}

.breadcrumb-sec i {
	font-size: 10px;
	padding: 0 5px;
}

.donation-inner h3 {
	font-size: 22px;
}

.donation-inner {
	background: #fff;
	border-radius: 5px;
	border: 1px solid #ddd;
	margin: 0 0 30px;
}

.donation-inner-right {
	padding: 25px;
}

.donation-inner img {
	border-radius: 5px 5px 0 0;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}

.donation-inner-left {
	overflow: hidden;
}

.donation-inner:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.form-check-input:checked {
	background-color: #240a30;
	border-color: transparent;
}

.form-control {
	border: 1px solid #333;
	padding: 10px 15px;
}

.form-check {
	margin-bottom: 15px;
}

.resp-tabs-list li {
	font-size: 16px;
	font-weight: normal;
}

.resp-tab-active {
	background-color: #240a30;
	color: #fff;
	border-color: #240a30;
	border-bottom: none;
}

h2.resp-tab-active {
	background: #240a30 !important;
}

.resp-arrow {
	border-top: 12px solid #240a30;
}

.contact-info {
	background: #fff;
	border-radius: 10px;
	border: 1px solid #ddd;
	margin: 0 0 80px;
	padding: 25px;
	text-align: center;
	height: 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	position: relative;
	top: 0;
}

.contact-info h3 {
	font-size: 22px;
}

.contact-info i {
	background: #efe4f4;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	color: #240a30;
	text-align: center;
	line-height: 70px;
	margin: 0 0 20px;
	font-size: 26px;
}

.contact-info:hover {
	top: -20px;
	position: relative;
}

.contact-info:hover i {
	background: #240a30;
	color: #fff;
}

textarea {
	height: 150px;
}

.contact-right {
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 10px;
	padding: 30px;
}

iframe {
	height: 450px;
}

.border-style {
	border-bottom: 1px dashed #240a30;
	position: relative;
}

.border-style .move8 {
	bottom: -30px;
}

.mission-sec {
	padding: 30px 0;
}

.mission-sec h4 {
	text-transform: capitalize;
}

.no-pad {
	padding: 0;
}

.mission-vision-sec {
	padding-top: 90px;
}

.border-bot .container {
	border-bottom: 1px dashed #240a30;
	position: relative;
	padding-bottom: 70px;
}

.border-bot .move8 {
	bottom: -30px;
}

.message-sec i {
	font-size: 26px;
}

.message-sec img {
	width: 150px;
	border-radius: 50%;
	border: 10px solid rgba(255, 255, 255, .8);
	box-shadow: 0 0 5px #ccc;
	cursor: pointer;
}

.message-sec {
	display: flex;
	align-items: center;
	gap: 20px;
}

.message-sec .btn2 i {
	padding: 0 10px 0 0;
	display: inline-block;
	vertical-align: bottom;
}

.news-sec {
	padding: 80px 0;
	background: #fff;
	position: relative;
}

.news-sec img {
	border-radius: 5px;
}

.news-sec .slider1-content {
	position: absolute;
	background: rgba(255, 255, 255, .8);
	left: 10px;
	bottom: 10px;
	right: 10px;
	padding: 10px 20px;
	border-radius: 5px;
}

.news-sec .slider1-content strong {
	display: block;
}

.about-outer {
	overflow-x: hidden;
}

.dropdown-item {
	text-transform: capitalize;
}

.about-inner {
	font-size: 15px;
	line-height: 32px;
	border: 1px solid #dedede;
	border-radius: 10px;
	padding: 25px;
	background: #FFF;
	background: linear-gradient(150deg, rgba(255, 255, 255, 1) 80%, rgba(255, 178, 26, 1) 100%);
	margin: 30px 0;
	position: relative;
	top: 0;
	min-height: 200px;
	font-family: "Amaranth", sans-serif;
}

.about-inner p {
	margin: 0;
}

.about-inner:hover,
.about-inner2:hover {
	top: -20px;
	box-shadow: 0 0 5px #ccc;
}

.about-inner strong {
	display: block;
	padding-top: 15px;
	font-size: 14px;
	line-height: 32px;
	padding-left: 40px;
	position: relative;
	color: #240a30;
	font-family: "Poppins", sans-serif;
}

.about-inner strong::after {
	position: absolute;
	left: 0;
	top: 30px;
	display: block;
	content: "";
	width: 30px;
	height: 2px;
	background: #333;
}

/* .about-inner img {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 120px;
	border-radius: 50%;
	border: 8px solid #fff;
} */

.about-inner i.fa-quote-left {
	padding-right: 10px;
	color: #240a30;
	font-size: 20px;
}

.about-inner i.fa-quote-right {
	padding-left: 10px;
	color: #240a30;
	font-size: 20px;
}

.donner-sec-inner {
	border: 1px solid #dedede;
	border-radius: 10px;
	background: #FFF;
	margin: 50px 0;
	position: relative;
}

.donner-sec-inner img {
	border-radius: 10px;
	width: 100%;
}

.donation-details {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	padding: 25px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: 16px;
	background: rgba(0, 0, 0, .4);
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	overflow: hidden;
}

.donation-details h3 {
	font-size: 26px;
	color: #fff;
	margin: 0 0 20px;
}

.donation-details a {
	color: #fff;
	margin: 0 0 6px;
}

.donation-details i {
	padding-left: 10px;
}

.donner-sec-inner .donation-details img {
	width: 70px;
	border-radius: 0px;
}

.donner-sec-inner .donation-details img {
	opacity: 0;
	width: 0;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}

.donation-details:hover {
	background: rgba(0, 0, 0, .5);
	background: linear-gradient(150deg, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 1) 100%);
}

.donate-bot {
	transform: translateY(90px);
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}

.donation-details:hover .donate-bot {
	transform: translateY(0);
}

.donation-details:hover img {
	opacity: 1;
	width: 70px;
	color: #ffb21a;
}

.donation-details:hover a {
	opacity: 1;
	width: auto;
	color: #fff;
}

.donation-details a:hover {
	color: #000;
}

.gallery-item {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	margin: 0 0 30px;
}

.gallery-item img {
	width: 100%;
	transition: transform 0.5s ease;
}

.gallery-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: 0.4s ease;
	text-align: center;
	color: #fff;
}

.gallery-overlay h5 {
	margin-bottom: 5px;
	font-weight: 600;
	color: #fff;
	font-family: "Poppins", sans-serif;
}

.gallery-overlay span {
	font-size: 14px;
	opacity: 0.8;
	text-transform: capitalize;
}

.zoom-icon {
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 12px;
	transform: scale(0);
	transition: 0.4s ease;
}

.gallery-item:hover .gallery-overlay {
	opacity: 1;
}

.gallery-item:hover .zoom-icon {
	transform: scale(1);
}

.donate-btn-sec p {
	font-size: 18px;
	font-weight: bold;
	font-family: "Amaranth", sans-serif;
	color: #000;
}

.timeline-sec {
	position: relative;
	z-index: 111;
	overflow: hidden;
	padding: 80px 0 0;
	/* background:rgb(255,255,255); border-radius: 0 0 100px 0; */
}

.timeline {
	position: relative;
	margin: auto;
}

.timeline::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 6px;
	height: 100%;
	background: #9aa7b1;
	transform: translateX(-50%);
	border-radius: 10px;
}

.timeline-item {
	display: flex;
	align-items: center;
	padding: 20px 0;
	position: relative;
}

.timeline-item.left {
	justify-content: flex-end;
	padding-right: 50%;
}

.timeline-item.right {
	justify-content: flex-start;
	padding-left: 50%;
}

.content {
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.left .content {
	padding: 20px 50px 20px 20px;
	margin-right: 10px;
}

.right .content {
	padding: 20px 20px 20px 50px;
	margin-left: 10px;
}

.content h3 {
	margin: 0;
	font-size: 28px;
}

.content h4 {
	margin: 0 0 10px;
	font-size: 18px;
}

.content p {
	font-size: 14px;
	color: #555;
}

.dot {
	position: absolute;
	left: 50%;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
	transform: translateX(-50%);
	border: 6px solid;
	z-index: 2;
}

.orange .dot {
	border-color: #f5a623;
}

.coral .dot {
	border-color: #ff6f61;
}

.brown .dot {
	border-color: #b07c72;
}

.green .dot {
	border-color: #7cb342;
}

.blue .dot {
	border-color: #4aa3df;
}

.teal .dot {
	border-color: #4db6ac;
}

.orange h3 {
	color: #f5a623;
}

.coral h3 {
	color: #ff6f61;
}

.brown h3 {
	color: #b07c72;
}

.green h3 {
	color: #7cb342;
}

.blue h3 {
	color: #4aa3df;
}

.teal h3 {
	color: #4db6ac;
}

.timeline-item::after {
	position: absolute;
	content: "";
	display: block;
	right: 50%;
	width: 1px;
	height: 100%;
	background: #ff582f;
}

.content p {
	margin: 5px 0;
	line-height: 22px;
}

.timeline-sec .content img {
	width: 150px;
	margin: 0 20px 0 0;
	float: left;
	border-radius: 5px;
}

.timeline-sec .right .content img {
	float: right;
	margin: 0 0 0 20px;
}

.contact-right {
	background: #fff4f1;
	border-radius: 0 0 100px 0;
	padding: 50px;
}

.contact-left strong {
	font-weight: normal;
}

.form-control {
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #bdbbbb;
	margin: 0 0 20px;
}

textarea {
	height: 200px;
}

.flex-sec {
	display: flex;
	align-items: center;
	gap: 20px;
}

.contact-left .flex-sec p {
	margin: 0 0 5px;
}

.contact-left .flex-sec {
	margin: 0 0 30px;
	border: 1px solid #ccc;
	padding: 13px 20px;
	border-radius: 0 0 50px 0;
}

.contact-left .flex-sec i {
	font-size: 26px;
	color: #ff582f;
}

.contact-left .flex-sec strong {
	color: #111;
}

.isotope-wrap .col-3 {
	width: auto;
}

.lg-thumb-outer {
	display: none;
}

.donor-wall-sec {
	padding: 0 0 60px;
}

.donor-inner-sec {
	padding: 25px;
	background: rgba(255, 255, 255, .8);
	border-radius: 10px;
	margin: 50px 0 0;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.space-between-center2 {
	display: flex;
	gap: 10px;
}

.full-width {
	width: 100%;
}

.donor-inner-sec h4 {
	margin: 0 0 5px;
}

.donor-inner-sec p {
	margin: 0 0 15px;
}

.donor-inner-sec p strong {
	display: block;
}

.donor-content .img-holder {
	background: #ffb21a;
	padding: 20px;
	color: #fff;
	border-radius: 8px 0 0 8px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-width: 190px;
}

.accordian-content .donor-content .img-holder {
	min-width: 180px;
}

.donor-content .img-holder.blue-bg {
	background: #240a30;
}

.donor-content .img-holder.orange-bg {
	background: #ff582f;
}

.donor-content .full-width {
	padding: 15px;
}

.donor-content {
	border: 2px solid #c8b89a;
	border-radius: 10px;
	background: #fff;
	margin: 0 0 30px;
	display: block;
}

.donor-content h4 {
	font-size: 20px;
	font-family: "Poppins", sans-serif;
	margin: 0 0 10px;
}

.donor-content img {
	border-radius: 10px;
	border: 5px solid transparent;
	margin: 0 0 10px 0;
	box-shadow: 0 0 2px #ffb21a, 0 0 2px #ffb21a;
	margin: 0;
}

.no-margin {
	margin: 0 !important;
}

.donor-content h4+p {
	color: #240a30;
}

.donor-content i {
	color: #240a30;
	padding-right: 5px;
}

.comments {
	font-weight: 600;
}

.modal-body img {
	width: 100%;
}

.slider2 .donor-content {
	margin: 0;
}

.navbar-light .navbar-toggler {
	color: #240a30;
	border-color: transparent;
}

/*Progress Bar*/
.progress-container {
	position: relative;
	height: 6px;
	background: #e5c38a;
	border-radius: 10px;
	margin: 0 0 10px;
}

.progress-bar {
	position: relative;
	height: 100%;
	width: 0%;
	background: #2b123f;
	border-radius: 10px;
	overflow: visible;
}

.progress-circle {
	position: absolute;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	border: 4px solid #2b123f;
	background: #fff;
	border-radius: 50%;
}

.slider3 {
	margin: 0 0 30px;
}

.pie {
	margin: 0 auto 20px;
}

.testimonial-content-inner {
	display: flex;
	align-items: center;
	gap: 20px;
}

.testimonial-holder img {
	border-radius: 10px;
	margin: 0 0 30px;
}

.slider3.owl-theme .owl-nav {
	text-align: left;
}

.count-sec {
	padding: 80px 0 0;
}

#counter {
	padding-top: 50px;
}

#counter li .count-inner,
#counter2 li .count-inner {
	text-align: center;
	border: 1px solid #dedede;
	border-radius: 15px;
	padding: 35px 15px 25px;
	background: #fff;
	position: relative;
	box-shadow: 0 0 5px #cda7df;
}

#counter li .count-inner:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	z-index: 4444;
	box-shadow: 0 0 15px #cda7df;
}

#counter label,
#counter2 label {
	display: block;
}

#counter strong,
#counter2 strong {
	font-size: 36px;
	font-weight: bold;
	margin: 0 0 20px;
	display: block;
	color: #240a30;
}

#counter2 li .count-inner:hover {
	transform: scale(.9);
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	z-index: 4444;
	box-shadow: 0 0 15px #cda7df;
}

.icon-sec {
	background: #fff;
	color: #240a30;
	border: 1px solid #240a30;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 30px;
	margin: 0 auto 30px;
}

#counter li .count-inner:hover .icon-sec,
#counter2 li .count-inner:hover .icon-sec {
	background: #240a30;
	color: #fff;
}

.skill {
	margin-bottom: 55px;
	position: relative;
}

.skill-bg {
	width: 100%;
	height: 10px;
	background: #cfcfcf;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 20px;
}

.skill-bar {
	width: 0;
	height: 10px;
	background: #f4392f;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 20px;
}

.skill-count1 {
	position: absolute;
	left: 0;
	bottom: -35px;
	color: #ff582f;
}

.skill-target {
	position: absolute;
	right: 0;
	bottom: -35px;
	color: #333;
}

.skills-section {
	border: 1px solid #ccc;
	padding: 35px 25px;
	border-radius: 5px;
	margin: 20px auto 30px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	max-width: 900px;
}

.timeline-content h3 {
	font-size: 20px;
	font-family: "Poppins", sans-serif;
	margin: 0 0 10px;
	font-weight: 600;
}

.timeline-content {
	margin: 0 0 30;
}

.green {
	background: #24a224;
}

.about-inner2 {
	font-size: 15px;
	line-height: 32px;
	border: 1px solid #dedede;
	border-radius: 10px;
	padding: 25px;
	background: #FFF;
	background: linear-gradient(150deg, rgba(255, 255, 255, 1) 70%, rgba(255, 178, 26, 1) 100%);
	margin: 50px 0 80px;
	position: relative;
	top: 0;
	font-family: "Amaranth", sans-serif;
	font-size: 20px;
}

.about-inner2 p strong {
	font-size: 32px;
}

.icon-holder {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	box-shadow: 2px 2px 5px #240a30;
	border-radius: 50%;
	background: #fff;
	color: #240a30;
	font-size: 30px;
}

.login-block {
	text-align: center;
}

.login-block img {
	width: auto;
}

.login-block .logo {
	margin: 30px auto;
}

.or-sec {
	position: relative;
}

.or-sec::after {
	position: absolute;
	left: 0;
	top: 22px;
	width: 100%;
	height: 1px;
	content: "";
	display: block;
	background: #999;
}

.or-sec span {
	display: inline-block;
	padding: 10px;
	background: #fff;
	position: relative;
	z-index: 4;
}

.login-form-sec a {
	color: #ff582f;
	font-weight: 600;
}

.login-form-sec a:hover {
	color: #240a30;
	font-weight: 600;
}

.login-form-sec {
	padding: 10px 30px;
}

.guest-btn {
	background: #fff;
	color: #ff582f;
	border: 1px solid #ff582f;
}

.guest-btn:hover {
	border-color: #240a30;
	color: #240a30;
}

.guest-btn::before {
	display: none;
}

.custom-dropdown i {
	color: #240a30;
	width: 30px;
	text-align: center;
	background: #ddd;
	width: 30px;
	height: 30px;
	padding: 8px;
	border-radius: 50%;
	margin-right: 10px;
}

.custom-dropdown .dropdown-item {
	padding: 8px 15px;
	font-size: 14px;
}

.user-login-desc {
	display: flex;
	gap: 10px;
	padding: 12px 15px;
	background: #fffbc6;
}

.user-round {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	color: #fff;
	background: #ff582f;
	flex: 0 0 auto;
}

.user-desc label {
	font-size: 12px;
}

.user-desc p {
	margin: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.custom-dropdown {
	min-width: 300px;
}

.user-desc {
	line-height: 18px;
}

.custom-dropdown li {
	border-top: 1px solid #eee;
}

.donate-inner-sec .user-login-desc {
	margin: 0 0 30px;
	display: flex;
	gap: 20px;
	padding: 22px 25px;
	background: #fffbc6;
}

.donate-inner-sec .user-round {
	width: 55px;
	height: 55px;
	line-height: 55px;
	font-size: 26px;
}

.donate-inner-sec .user-desc {
	line-height: inherit;
}

.donate-inner-sec .user-desc p {
	margin: 0 0 5px;
	font-size: 28px;
	font-weight: 600;
}

.donate-inner-sec .user-desc label {
	font-size: 14px;
}

.accordian-content h3 {
	font-size: 20px;
	color: #ff582f;
}

.accordian-content .form-control {
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #e6e6e6;
	margin: 0 0 20px;
	background: #f9f8f8;
	font-size: 14px;
}

.line {
	border-bottom: 1px solid #eee;
	width: 100%;
	height: 1px;
	display: block;
	margin: 30px 0;
}

.block-sec {
	display: block;
}

.form-check-input {
	width: 25px;
	height: 25px;
}

.form-check-input+label {
	padding-left: 10px;
	padding-top: 2px;
}

.my-donation-sec {
	display: flex;
	gap: 20px;
	align-items: center;
	border: 1px solid #e1d859;
	border-radius: 5px;
	padding: 15px;
	background: #fffbc6;
}

.my-donation-sec img {
	width: 150px;
	border-radius: 5px;
}

.my-donation-sec p,
.my-donation-sec h3 {
	margin: 0 0 5px;
}

.accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #ff582f;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button::after {
	width: 25px;
	height: 25px;
	background-color: #fff;
	border-radius: 5px;
	background-position: center center;
}

.accordion-button {
	font-weight: bold;
}

.donate-option-btn {
	background: #240a30;
	color: #fff;
	padding: 15px;
	display: block;
	margin: 0 12px 20px 0;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
}

.donate-option-btn:hover {
	background: #561d71;
}

.donate-option-btn.active {
	background: #ff582f;
	color: #fff;
}

.accordion-body {
	padding: 25px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-top: none;
	border-radius: 0 10px 10px 10px;
}

.accordion-body h3 {
	margin: 0 0 30px;
	font-size: 22px;
	color: #ff582f;
}

.donor-inner-sec .btn2 {
	margin: 30px 0 0;
}

.search-form {
	display: flex;
	position: relative;
	margin: 0 0 30px;
}

.search-form input.form-control {
	border: 1px solid #bdbbbb;
	border-radius: 5px 0 0 5px;
	margin: 0;
	padding: 10px 15px;
}

.search-form button.btn1 {
	border-radius: 0 5px 5px 0;
	flex: 0 0 auto;
}

.search-form button.btn1 i {
	padding: 0;
}

.banner-sec,
.slider1,
.owl-stage-outer,
.owl-stage,
.owl-item,
.item,
.slider1 img {
	height: 100%;
}

.count-no-sec {
	background: #fff;
	padding: 70px 0 0;
}

.count-no-sec-inner {
	position: relative;
	font-size: 16px;
	display: flex;
	gap: 20px;
	align-items: center;
}

.count-no-sec-inner p {
	margin: 0;
}

.count-holder {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	box-shadow: 2px 2px 5px #240a30;
	border-radius: 50%;
	background: #fff;
	color: #240a30;
	font-size: 22px;
	display: inline-block;
}

.donate-bot ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	/* 2 columns */
	gap: 2px;
	/* space between items */
	list-style: none;
	padding: 0;
	font-size: 12px;
}

.play-video {
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-size: 45px;
	opacity: .5;
	cursor: pointer;
}

.play-video:hover {
	opacity: 1;
}

.testimonial-sec {
	text-align: center;
}

.brick-sec {
	background: #fff;
	padding: 30px 0;
	box-shadow: 0 0 15px #e8e8e8;
}

.brick-with-name {
	position: relative;
}

/* .brick-with-name.show-brick{opacity:1;}
.brick-with-name p {position: absolute; text-align: center; top: 42%; background: #fff; left: 20%; right: 20%; padding: 10px; color: #240a30; font-size: 20px; font-weight: bold;} */
.plus-icon {
	color: #ff582f;
	font-size: 26px;
}

.amount-calc strong {
	color: #ff582f;
	font-weight: normal;
}

/* Brick shimmer sweep overlay */
.brick-with-name::after {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 60%;
	height: 100%;
	background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
	pointer-events: none;
	opacity: 0;
}

.brick-with-name.shimmer::after {
	animation: brickShimmer 0.9s ease forwards;
}

@keyframes brickShimmer {
	0% {
		left: -60%;
		opacity: 1;
	}

	100% {
		left: 120%;
		opacity: 0;
	}
}

/* Name engraved glow pulse */
.brick-with-name p.name-engraved {
	animation: nameGlow 1.6s ease forwards;
}

@keyframes nameGlow {
	0% {
		text-shadow: -2px -2px 1px rgba(255, 255, 255, 0.6), 3px 3px 3px rgba(0, 0, 0, 0.4);
		color: #240a30;
	}

	30% {
		text-shadow: 0 0 8px #ffb21a, 0 0 20px #ff8c00, 0 0 40px #ffb21a;
		color: #fff5cc;
	}

	60% {
		text-shadow: 0 0 6px #ffb21a, 0 0 14px #ff8c00;
		color: #fff0b0;
	}

	100% {
		text-shadow: -2px -2px 1px rgba(255, 255, 255, 0.6), 3px 3px 3px rgba(0, 0, 0, 0.4), 0 0 8px rgba(255, 178, 26, 0.5);
		color: #240a30;
	}
}

/* Sparkle dots */
.brick-sparkle {
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ffb21a;
	pointer-events: none;
	animation: sparklePop 0.6s ease forwards;
}

@keyframes sparklePop {
	0% {
		transform: scale(0) translate(0, 0);
		opacity: 1;
	}

	80% {
		opacity: 1;
	}

	100% {
		transform: scale(1) translate(var(--sx), var(--sy));
		opacity: 0;
	}
}

.timeline-wrapper {
	overflow-x: auto;
	overflow-y: hidden;
	cursor: grab;
	padding: 40px 0;
}

.timeline {
	display: flex;
	gap: 120px;
	width: max-content;
	position: relative;
}

.timeline::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 6px;
	background: #ddd;
	transform: translateY(-50%);
}

.step {
	position: relative;
	width: 300px;
	height: 600px;
	flex-shrink: 0;
}

.circle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fff;
	border: 6px solid orange;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	z-index: 2;
}

.step::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 4px;
	height: 100px;
	background: orange;
}

.step.top .image-box {
	position: absolute;
	top: 20px;
	width: 300px;
}

.step.top .text-box {
	position: absolute;
	bottom: 10px;
	height: 180px;
}

.step.top::after {
	top: 50%;
}

.step.bottom .text-box {
	position: absolute;
	top: 20px;
}

.step.bottom .image-box {
	position: absolute;
	bottom: 10px;
	width: 300px;
}

.step.bottom::after {
	top: 50%;
}

.image-box img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 10px;
	border: 5px solid orange;
}

.text-box {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


.text-box h4 {
	margin: 0 0 5px;
	font-size: 18px;
}

.text-box p {
	font-size: 13px;
	color: #666;
	margin: 0 0 5px;
}

.step:nth-child(4n+2) .circle,
.step:nth-child(4n+2)::after,
.step:nth-child(4n+2) img {
	border-color: #6c63ff;
}

.step:nth-child(4n+3) .circle,
.step:nth-child(4n+3)::after,
.step:nth-child(4n+3) img {
	border-color: #00a86b;
}

.step:nth-child(4n+4) .circle,
.step:nth-child(4n+4)::after,
.step:nth-child(4n+4) img {
	border-color: #ff4d4d;
}

.brick-with-name {
	visibility: hidden;
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.4s ease;
	position: relative;
}

.brick-with-name.show {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.brick-with-name p {
	position: absolute;
	text-align: center;
	color: #240a30;
	top: 46%;
	left: 50%;
	font-size: 32px;
	line-height: 36px;
	font-weight: bold;
	transform: translate(-50%, -50%);
	text-shadow: -2px -2px 1px rgba(255, 255, 255, 0.6), 3px 3px 3px rgba(0, 0, 0, 0.4);
	margin: 0;
}

.search-form button.btn1 i {
	z-index: 1;
	position: relative;
}

.amount-calc {
	text-align: left;
	margin: 0 0 20px;
}

.tab-sec li button {
	font-size: 17px;
	font-weight: 600;
	padding: 15px 30px;
	color: #111;
}

.tab-sec li button.nav-link.active,
.tab-sec li button.nav-link:hover {
	color: #fff;
	background: #ff582f;
}

.additional-info-sec {
	border-bottom: 1px dashed #777;
	border-top: 1px dashed #777;
	margin: 0 0 40px;
	padding: 20px 0;
}

.additional-info-sec p {
	margin: 0 0 15px;
}

.additional-info-sec p:last-child {
	margin: 0;
}

.additional-info-sec p a {
	color: #ff582f;
}

.tag-sec span {
	border: 1px solid #ccc;
	padding: 2px 15px;
	display: inline-block;
	margin: 0 10px 10px 0;
	border-radius: 5px;
	font-size: 12px;
}

.static-number-sec span {
	display: inline-block;
	text-align: center;
	padding: 0 5px;
}

.static-number-sec span strong {
	font-size: 22px;
	display: block;
}

.donation-info-sec h3 {
	margin: 10px 0;
}

.donation-info-sec .skills-section {
	max-width: 100%;
	margin: 20px 0;
}

.tab-sec .tab-pane {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.35s ease, transform 0.35s ease;
}

.tab-sec .tab-pane.active.show {
	opacity: 1;
	transform: translateY(0);
}

.about-sec .about-left {
	float: right;
	width: 50%;
}


.about-inner {
	font-size: 15px;
	line-height: 32px;
	border: 1px solid #DEDEDE;
	border-radius: 10px;
	padding: 25px 15px;
	background: #FFF;
	background: linear-gradient(150deg, rgba(255, 255, 255, 1) 80%, rgba(255, 178, 26, 1) 100%);
	margin: 30px 0;
	position: relative;
	top: 0;
	min-height: 300px;
	font-family: "Amaranth", sans-serif;
	text-align: center;
}

.about-inner p {
	margin: 0;
}

.about-inner:hover,
.about-inner2:hover {
	top: -20px;
	box-shadow: 0 0 5px #ccc;
}

.about-inner strong {
	display: table;
	margin: 0 auto;
	padding-top: 15px;
	font-size: 14px;
	line-height: 32px;
	padding-left: 40px;
	position: relative;
	color: #240a30;
	font-family: "Poppins", sans-serif;
}

.about-inner strong::after {
	position: absolute;
	left: 0;
	top: 30px;
	display: block;
	content: "";
	width: 30px;
	height: 2px;
	background: #333;
}

.about-inner img {
	width: 100px;
	border-radius: 50%;
	border: 1px solid #240A30;
	margin: 0 0 20px;
	padding: 10px;
}





/*=======================Start:Responsive=======================*/


@media (max-width: 1579px) {
	.logo {
		margin: 0 30px 20px 10px;
		width: 200px;
	}

	.about-left .img-pos1 {
		right: -30px;
	}

	.slider2-content h3 {
		font-size: 30px;
	}

	.slider2-content {
		bottom: -190px;
	}
}

@media (max-width: 1399px) {
	.heading1 {
		font-size: 36px;
		line-height: 46px;
	}

	.dropdown-menu {
		display: none;
		opacity: 1;
		visibility: visible;
		border: none;
	}

	/* .navbar-collapse {max-height: 430px; overflow-y: auto;} */
	.btn-sec a {
		margin: 5px;
	}

	.navbar .btn-sec.d-flex {
		flex-direction: column;
	}

	.navbar-light .navbar-nav .show>.nav-link,
	.navbar-light .navbar-nav .nav-link.active,
	.navbar-light .navbar-nav .nav-link:hover,
	.navbar-light .navbar-nav .nav-link:focus {
		border-color: transparent;
		color: #ff582f;
	}

	.slider-content {
		padding-top: 20%;
	}

	.about-left .img-pos1 {
		right: -30px;
		width: 200px;
		top: 230px;
	}

	.about-inner-sec {
		margin: 30px 0 0;
	}

	.slider2-content h3 {
		font-size: 26px;
	}

	.slider2-content {
		bottom: -165px;
	}

	.small-container {
		padding: 0 50px;
	}

	.navbar-light .navbar-nav .nav-link {
		font-size: 14px;
	}

	.news-sec .slider1-content h3 {
		font-size: 20px;
	}

	.full-width .space-between-center p {
		font-size: 12px;
	}

	.my-donation-sec img {
		width: 100px;
	}

	.donate-inner-sec {
		padding: 20px;
	}

	.donate-bot ul {
		grid-template-columns: repeat(1, 1fr);
	}
}


@media (max-width: 1199px) {
	.logo {
		margin-right: 20px;
	}

	.heading1,
	#counter li p,
	.heading3 {
		font-size: 38px;
	}

	.container-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}

	.slider-content h2 {
		font-size: 50px;
		line-height: 65px;
	}

	.event-content {
		padding: 20px;
	}

	.event-content h3 {
		font-size: 20px;
	}

	.navbar-light .navbar-nav .nav-link {
		padding: 5px 0;
	}

	.dropdown-menu {
		font-size: 14px;
	}

	.about-inner-sec h3 {
		min-height: 60px;
	}

	.testimonial-content .user-img {
		width: 120px !important;
	}

	.news-sec .slider1-content {
		padding: 10px;
	}

	.contact-info {
		margin: 0 0 30px;
	}

	.about-inner {
		min-height: 380px;
	}

	.donation-details h3 {
		font-size: 20px;
	}

	.full-width .space-between-center {
		align-items: flex-start;
		flex-direction: column;
	}

	.full-width .space-between-center p {
		margin: 0 0 5px;
		font-size: 14px;
	}

	.slider3 .space-between-center {
		align-items: flex-start;
		flex-direction: column-reverse;
	}

	.banner-sec,
	.slider1,
	.owl-stage-outer,
	.owl-stage,
	.owl-item,
	.item,
	.slider1 img {
		height: auto;
	}
}


@media (max-width: 991px) {
	.navbar-light .navbar-nav .nav-link {
		padding: 5px 10px;
	}

	.navbar {
		padding: 10px 0;
	}

	.quick-links {
		margin: 0 0 20px;
	}

	.about-left .img-pos1,
	.about-left .img-pos2 {
		left: auto;
		position: relative;
		top: auto;
		right: auto;
		width: 40%;
		margin: 0 30px;
	}

	.about-left img {
		width: 100%;
	}

	.marquee-sec span {
		font-size: 60px;
	}

	.marquee-sec {
		padding: 20px 0;
	}

	.count-sec {
		padding: 60px 0 40px;
	}

	.donate-tag-sec span {
		width: 180px;
	}

	.about-sec2 p strong {
		font-size: 20px;
		line-height: 26px;
		font-family: 'Britannic';
	}

	.about-left {
		padding: 30px 0 0 0;
	}

	[data-aos^="fade"][data-aos^="fade"] {
		opacity: 1;
	}

	.small-container {
		padding: 0;
	}

	.donate-amount-sec .btn2 {
		width: 280px;
	}

	.slider-content h2 {
		font-size: 50px;
		line-height: 60px;
	}

	.navbar-light .navbar-nav .nav-link {
		margin: 0 5px;
	}

	.slider-content h2 {
		font-size: 32px;
		line-height: 36px;
		margin: 0 0 10px;
	}

	.slider-content {
		font-size: 20px;
	}

	.about-inner-sec h3 {
		min-height: inherit;
	}

	.about-inner-sec img {
		margin: 0 0 20px;
	}

	.about-in,
	.about-inner-sec:hover .about-in {
		padding: 10px 20px;
	}

	.purpose-sec {
		background-position: left top;
	}

	.testimonial-sec {
		margin: 0 0 40px;
	}

	.testimonial-sec .move4,
	.about-outer .move8,
	footer .move1,
	.purpose-sec .move5,
	.purpose-sec .move6,
	.purpose-sec .move7,
	.mission-vision-sec .move8 {
		animation: none;
	}

	.resp-tabs-list li {
		font-size: 12px;
	}

	.about-inner {
		min-height: 230px;
	}

	.donation-details h3 {
		font-size: 18px;
	}

	br {
		display: none;
	}

	.heading1,
	#counter li p,
	.heading3 {
		font-size: 30px;
	}

	.about-sec {
		padding: 50px 0 0;
	}

	.about-inner {
		margin: 30px 0 10px;
	}

	.about-left {
		padding: 30px 0;
	}

	.border-bot .container {
		padding-bottom: 30px;
	}

	#navbarSupportedContent {
		padding-bottom: 10px;
	}

	#navbarSupportedContent .btn-sec a {
		margin: 5px 15px;
		padding: 10px 15px;
		width: fit-content;
		border-radius: 5px;
	}

	.dropdown-menu.show {
		margin: 0 20px;
		background: #eee;
	}

	.about-inner2 {
		margin: 30px 0 0;
	}

	#counter li .count-inner {
		margin: 0 0 30px;
	}

	#counter li .count-inner:hover {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
	}

	.donate-bot {
		transform: translateY(90px);
	}

	.donation-details a {
		font-size: 12px;
	}

	.timeline-sec {
		padding-top: 50px;
	}

	.skill-bar span {
		top: 15px;
	}

	.inner-banner-sec {
		padding: 130px 0 50px;
	}

	#navbarSupportedContent {
		background: #240a30;
	}

	.donation-details {
		padding: 15px;
	}

	.donate-bot ul {
		gap: 0;
	}

	.donner-sec-inner {
		margin: 30px 0 0;
	}

	.count-no-sec-inner {
		margin: 10px 0;
		justify-content: center;
	}

	.slider-content {
		padding-top: 25%;
	}

	.donation-info-sec .flex-sec {
		flex-direction: column;
	}
}

@media (max-width: 767px) {

	.about-sec .about-left {
		float: none;
		width: 100%;
	}

	.space-between-center {
		flex-direction: column;
		text-align: center;
	}

	.secrch-sec h2,
	.heading {
		font-size: 30px;
	}

	.banner-sec {
		position: relative;
		color: #fff;
		height: auto;
	}

	.about-left {
		margin: 0;
	}

	.heading1,
	.heading3 {
		font-size: 22px;
		line-height: 36px;
	}

	#counter p span {
		font-size: 14px;
	}

	.header-top-right {
		text-align: center;
		padding-top: 10px;
	}

	.header-top-left {
		text-align: center;
	}

	.navbar {
		padding: 0;
	}

	.slider-content h2 {
		font-size: 26px;
		line-height: 30px;
		margin: 0 0 10px;
	}

	.slider-content {
		font-size: 16px;
	}

	.btn1 label {
		font-size: 14px;
	}

	.slider1::after {
		display: none;
	}

	.about-sec,
	.about-sec2 .container {
		padding-top: 40px;
	}

	.about-left .img-pos1,
	.about-left .img-pos2 {
		margin: 0 20px;
	}

	.event-content .view-all {
		position: relative;
		right: auto;
	}

	.event-content {
		flex-direction: column;
		align-items: start;
		gap: 20px;
	}

	.event-list-sec {
		max-height: inherit;
	}

	.donate-amount-sec .btn2 i {
		display: none;
	}

	.quick-links ul li {
		width: 100%;
	}

	.purpose-sec {
		background-position: left top;
	}

	.slider1.owl-carousel .owl-item img {
		min-height: 250px;
	}

	.move11 {
		left: 10px;
		top: 20px;
	}

	.move12 {
		right: 10px;
		bottom: 20px;
	}

	.move13 {
		left: auto;
		top: auto;
		right: 100px;
	}

	.purpose-sec {
		background-position: center center;
		padding: 40px 0 100px;
	}

	.our-mission-right img {
		width: 200px;
	}

	.video-btn {
		left: 80px;
		top: 40%;
	}

	.our-mission-right {
		margin: 10px 30px 10px 0;
	}

	.news-sec {
		padding: 40px 0;
	}

	.inner-banner-sec h3 {
		font-size: 30px;
		color: #fff;
	}

	h2.resp-accordion {
		font-size: 18px;
	}

	.mission-sec {
		padding: 15px 0;
	}

	.slider-content {
		padding-top: 40%;
	}

	.donner-sec-inner {
		margin: 30px 0 0;
	}

	.timeline-sec .content img,
	.timeline-sec .right .content img {
		width: 100%;
		margin: 0 0 20px;
	}

	.left .content,
	.right .content {
		padding: 20px;
	}

	.slider3 .space-between-center {
		text-align: left;
	}

	.timeline-item.left {
		padding-right: 0;
	}

	.timeline-item.right {
		padding-left: 0;
	}

	.left .content,
	.right .content {
		position: relative;
		z-index: 111;
		padding: 20px;
	}

	.mission-vision-sec.border-bot .about-left {
		margin: 0;
	}

	.mission-vision-sec {
		padding-top: 50px;
	}

	.donor-inner-sec {
		margin: 20px 0 0;
	}

	.skill-target,
	.skill-bar span {
		font-size: 12px;
	}

	.my-donation-sec {
		flex-direction: column;
		text-align: center;
	}

	.donate-inner-sec .user-login-desc {
		flex-direction: column;
	}

	.accordion-body h3 {
		font-size: 20px;
	}

	.count-sec {
		padding: 30px 0 0;
	}

	.testimonial-sec .container,
	.activities-sec {
		padding-top: 20px;
	}

	.donation-tab .accordian-content h3 {
		margin: 0;
	}

	.donor-inner-sec .flex-sec {
		flex-direction: column;
	}

	.donate-bot ul {
		gap: 2px;
		font-size: 14px;
		list-style: disc;
		padding: 0 0 0 20px;
	}

	.donate-bot {
		transform: translateY(0);
	}

	.donner-sec-inner .donation-details img {
		opacity: 1;
		width: 70px;
	}

	.desktop {
		display: none !important;
	}

	.mobile {
		display: block !important;
	}

	.brick-sec .flex-sec {
		flex-direction: column;
		gap: 0;
	}

	.brick-sec {
		padding: 50px 0 0;
	}

	.timeline-wrapper {
		overflow-x: hidden;
		overflow-y: visible;
		cursor: default;
		padding: 40px 0 0;
	}

	.timeline {
		display: block;
		width: 100%;
		max-width: 100%;
		padding: 0 20px;
	}

	.timeline::before {
		top: 0;
		left: 30px;
		width: 4px;
		height: 100%;
		transform: none;
	}

	.step {
		width: 100%;
		height: auto;
		margin-bottom: 60px;
		padding-left: 70px;
	}

	.step.top,
	.step.bottom {
		left: 0;
		padding-left: 70px;
		padding-right: 0;
		text-align: left;
	}

	.step.bottom {
		display: flex;
		flex-direction: column-reverse;
	}

	.circle {
		left: -20px;
		top: 20px;
		transform: none;
	}

	.step::after {
		display: none;
	}

	.step .image-box,
	.step .text-box {
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		width: 100% !important;
		margin: 10px 0;
	}

	.image-box {
		margin-bottom: 10px;
	}

	.image-box img {
		height: auto;
	}

	.timeline::before {
		background: #999;
	}

	#counter2 li .count-inner {
		margin: 30px 0 0;
	}

	.tag-sec span {
		padding: 2px 5px;
	}

	.tab-sec .mobile span {
		display: block;
		font-size: 14px;
		font-weight: normal;
	}

	.tab-sec li button {
		padding: 10px 20px;
		display: block;
		width: 100%;
		border: 1px solid #ff582f !important;
		border-radius: 5px;
	}

	.tab-sec li {
		background: #fff;
		width: 33%;
	}

	.border-bot .move8 {
		display: none;
	}
}

@media (max-width: 575px) {
	.about-left {
		text-align: center;
	}

	.about-left .img-pos1,
	.about-left .img-pos2 {
		width: 80%;
	}

	.event-sec .flex-sec {
		flex-direction: column;
		text-align: center;
	}

	.same-gap {
		margin: 0 0 30px;
	}

	.donate-amount-sec .btn2 {
		padding: 20px 10px;
	}

	.slider3.owl-theme .owl-nav [class*="owl-"] {
		display: none;
	}

	.logo {
		margin-right: 10px;
	}

	.move9,
	.move10,
	.move11,
	.move12,
	.move13,
	.move3 {
		display: none;
	}

	.our-mission-right {
		float: none;
		display: table;
	}

	.slider2-content {
		bottom: 0;
		padding: 20px;
	}

	.cal-icon {
		padding: 4px;
		width: 35px;
		height: 35px;
		font-size: 16px;
	}

	.slider2-content h3 {
		font-size: 18px;
	}

	.heading1,
	.heading3 {
		font-size: 20px;
		line-height: 36px;
	}

	.move3 {
		top: -80px;
	}

	.fund-sec {
		padding: 30px 0 70px;
	}

	.message-sec {
		flex-direction: column;
	}

	.heading-bg {
		font-size: 13px;
	}

	.inner-banner-sec h3 {
		font-size: 24px;
	}

	.donate-inner-sec {
		padding: 10px;
	}

	.tag-sec span {
		margin: 0 5px 10px 0;
	}

}

@media (max-width: 479px) {
	.about-inner img {
		position: relative;
		right: auto;
		bottom: auto;
		width: 60%;
	}

	.about-inner {
		background: linear-gradient(-150deg, rgb(255, 255, 255) 80%, rgb(255, 178, 26) 100%);
	}

	.slider2 .space-between-center2,
	.donor-inner-sec .space-between-center2 {
		flex-direction: column;
	}

	.contact-right {
		padding: 15px;
	}

	textarea {
		height: 200px;
	}

	iframe {
		height: 300px;
	}

	.footer-bot-links a {
		padding: 0 5px;
	}

	.login-form-sec .flex-sec {
		flex-direction: column;
		gap: 10px;
	}

	.login-form-sec {
		text-align: center;
	}

	.login-form-sec .flex-sec p {
		margin: 0;
	}

	.static-number-sec span strong {
		display: inline-block;
	}

	.additional-info-sec p a {
		display: block;
	}

	.additional-info-sec p:first-child {
		font-size: 12px;
	}

	.skill-target {
		left: 0;
		text-align: left;
		bottom: -60px;
	}
}