@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

/*======================General Styling=====================*/
html,
body {
	overflow-x: hidden;
	font-family: "Outfit";
	scroll-behavior: smooth !important;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: "Outfit", sans-serif;
	font-weight: 700;
	color: #333;
}

p {
	color: #666;
	font-family: "Outfit", sans-serif;
}

header svg {
	height: 50px;
	width: 160px;
}

a,
a:hover,
a:focus,
input,
button,
textarea,
input:focus,
button:focus,
textarea:focus {
	text-decoration: none;
	outline: none;
}

a {
	color: inherit;
}

a,
img,
:before,
:after,
button,
input,
textarea,
span {
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.bg-gray {
	background-color: #f4f8ff;
}

.overlap-sec {
	margin-top: -100px;
}

.gap {
	padding: 120px 0;
}

.gap.no-bottom {
	padding-bottom: 0;
}

.bg-img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.theme-btn {
	color: #fff;
	font-weight: 700;
	font-size: 0.875rem;
	display: inline-block;
	padding: 1.143em 3.571em;
	font-family: 'Poppins', sans-serif;
	border: 1px solid;
}

.theme-btn:hover {
	background-color: white;
	border: 1px solid;
}

/*====================Featured Area================*/
.featured-sec {
	padding: 224px 0 0;
	z-index: 1;
}

.featured-area svg {
	height: 100px;
	width: 278px;
}

.featured-area {
	padding-bottom: 60px;
}

.featured-area>h1 {
	font-size: 4.175rem;
	max-width: 80%;
	margin: 0 auto 0.083em;
}

.featured-area>img {
	margin-bottom: 40px;
}

.featured-area p {
	font-size: 1.125rem;
	line-height: 1.628;
	color: #222222;
	max-width: 50%;
	margin: 0 auto;
}

/*=====================Demos Area===============*/
.new-heading {
	margin-bottom: 50px;
}

.new-heading span {
	font-size: 6.25rem;
}

.new-heading h1 {
	font-size: 60px;
	color: #000000;
}

.new-heading p {
	font-size: 18px;
	max-width: 55%;
	margin: 0 auto;
	font-weight: 500;
	color: #9a9a9a;
}

.demo-item {
	margin-bottom: 70px;
}

.demo-item .demo-img {
	overflow: hidden;
	border-radius: 32px;
	box-shadow: 0 0 35px rgb(11 87 208 / 29%);
	border: 10px solid #fff;
	margin-bottom: 25px;
	width: 100%;
}

.demo-item .demo-img img {
	max-width: 100%;
	height: auto;
	width: 100%;
}

.demo-item a.preview-btn {
	font-size: 0.9375rem;
	font-weight: 700;
	padding: 1.667em;
	text-transform: uppercase;
	position: absolute;
	bottom: -77px;
	left: 0;
	color: #fff;
	width: 100%;
	z-index: 2;
	font-family: 'Poppins', sans-serif;
}

.demo-item>a {
	color: #1a1a1a;
	font-weight: 400;
	font-size: 20px;
	display: inline-block;
	border-bottom: 1px solid #1a1a1a;
	font-family: 'Poppins';
	margin-left: -40px;
}

.demo-item:hover a.preview-btn {
	bottom: 0;
}

/*====================Event Section===========*/
.sec-heading2 h2 {
	font-size: 60px;
	font-weight: 900;
	color: #000000;
}

.inner-page-heading h2 {
	width: 85% !important;
	margin: auto;
}

.sec-heading2 p {
	font-size: 16px;
	line-height: 1.765em;
	font-weight: 400;
}

.sec-heading2 {
	max-width: 75%;
	margin: 0 auto;
}

.simple-icon {
	margin-bottom: 40px;
}

.simple-icon>span {
	height: 125px;
	width: 125px;
	background-color: #fffdf3;
	line-height: 130px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	margin-bottom: 25px;
	transition: all 0.35s ease-in;
}

.simple-icon>span i {
	font-size: 3.3rem;
}

.simple-icon h3 {
	font-size: 20px;
	font-weight: 600;
}

.simple-icon p {
	font-size: 15px;
	width: 85%;
	margin: auto;
	font-weight: 400;
}

.simple-icon {
	margin-bottom: 40px;
	background-color: #f1f1f100;
	padding-top: 45px;
	padding-bottom: 45px;
	background-color: #e9f0fe;
	border-radius: 20px;
	box-shadow: 0 0 35px rgb(255 247 240);
}

.simple-icon:hover span {
	color: #0b57d0;
}

/*=======================Inner Pages Section=============*/
.inner-page-slider .page-item a {
	border-radius: 15px;
	border: 14px solid #fff;
	display: block;
	box-shadow: rgb(168 168 179 / 10%) 0px 7px 15px 0px;
}

.purchase-btns .live-btn {
	background-color: #d92323;
	border: 1px solid;

}

.purchase-btns .live-btn:hover {
	color: #d92323;
	background-color: white;
	border: 1px solid;

}

.purchase-btns .pur-btn {
	background-color: #5b972a;
	border: 1px solid;
}

.purchase-btns .pur-btn:hover {
	color: #5b972a;
	background-color: white;
	border: 1px solid;
}

.purchase-btns a+a {
	margin-left: 15px;
}

.theme-inner-pages {
	/* padding-bottom: 100px; */
}

.purchase-btns.text-center {
	margin-bottom: -140px;
}

.inner-page-slider .owl-stage {
	padding-top: 30px;
	padding-bottom: 30px;
}

/*================Footer=============*/
footer {
	background-color: #0b57d0;
}

.footer-area p {
	color: #fff;
	font-size: 1rem;
}

.footer-menu ul li a {
	color: #dcdcdc;
	font-size: 1rem;
}

.footer-menu ul li+li {
	margin-left: 20px;
}

a.bottom-bar-link {
	color: #fff;
	text-decoration: underline;
	font-weight: 600;
}

a.footer-link {
	color: #0b57d0;
}

/*=======================Restinn============*/
.restin-our-clients .bg-img::before {
	content: '';
	height: 100%;
	width: 100%;
	background-color: #00000080;
	position: absolute;
}

/*=======================Color Scheme============*/
.featured-area h1 span,
.theme-color,
.call-to-action .theme-btn,
.theme-btn:hover,
.simple-icon>span {
	color: #0b57d0;
}

.theme-bg,
.theme-btn,
.simple-icon:hover span {
	background-color: #0b57d0;
}

.simple-icon:hover span,
.theme-btn:hover {
	border-color: #0b57d0;
}

/*Header*/


a.loginn {
	padding: 12px 18px;
	height: 100%;
	display: inline-flex;
	align-items: center;
	border: 1px solid #3d75e6;
	background-color: transparent;
	color: #3d75e6;
	text-transform: capitalize;
}

a.loginn:hover {
	background-color: #3d75e6 !important;
	color: white !important;
	border: 1px solid #3d75e6 !important;
}

a.contact:hover,
a.loginn:hover {
	background-color: #0b57d0;
	color: #ffffff;
}

a.contact {
	padding: 14px 40px;
	height: 100%;
	display: inline-flex;
	align-items: center;
	border: 1px solid #f5d08a;
	text-transform: capitalize;
	background-color: #f5d08a;
	color: #0b57d0;
	border-radius: 50px;
	font-size: 16px;
}

a.contact:hover {
	border: 1px solid #0b57d0;
}

.site-btn ul {
	margin-bottom: 0;
}

header {
	background-color: transparent;
	top: 58px;
	left: 0;
	width: 100%;
	z-index: 2;
	/* box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.1); */
	/* -webkit-box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.1); */
	-moz-box-shadow : 2px 2px 24px 0px rgba(0, 0, 0, 0.1);
	z-index: 9;
	position: absolute;
}

.header-wrapper {
	padding: 1rem 0;
}

.site-navigation nav ul li {
	margin: 0 4px;
}

.site-navigation nav ul li a {
	font-size: 17px;
	font-weight: 500;
	color: #161515;
	padding: 0 15px;
	transition: all 0.35s ease-in-out;
}

header.sticky .header-wrapper {
	padding: 0.75rem 0;
}

.responsive-header {
	display: none;
}

.responsive-header {
	display: none;
}

.res-header-bar {
	padding: 15px;
}

.res-btns>a {
	background-color: #fff;
	color: #0575e6;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	width: 50px;
	text-align: center;
	padding: 0;
}

.close-menu {
	height: 40px;
	width: 40px;
	color: #fff;
	line-height: 40px;
	background-color: #0575e6;
}

.close-menu:hover {
	background-color: #033333;
	color: #fff;
}

.responsive-menu-wrapper {
	position: fixed;
	left: -100%;
	top: 0;
	width: 280px;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	z-index: 999;
	height: 100%;
	padding: 20px 15px;
	transition: all 0.35s ease-in-out;
}

.responsive-menu-wrapper ul {
	margin: 35px 0 20px;
}

.responsive-menu-wrapper ul li {
	margin: 4px 0;
}

.responsive-menu-wrapper ul li a:hover {
	color: #333;
}

.responsive-menu-wrapper.active {
	left: 0;
}

@media (max-width: 980px) {
	.responsive-header {
		display: block;
	}
}

@media (max-width: 425px) {
	.res-btns>a {
		height: 40px;
		width: 40px;
		line-height: 40px;
	}

	.res-header-bar img {
		width: 130px;
	}
}

.hea-der nav ul {
	list-style: none;
}

.hamburger,
.crosss {
	display: none;
}

/* header move on scroll */
.slideUp {
	transform: translateY(-140px);
	-webkit-transform: translateY(-140px);
	-moz-transform: translateY(-140px);
	-o-transform: translateY(-140px);
	position: fixed;
	top: 0;
	width: 100%;
}

.slideDown {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    position: fixed;
    top: 45px;
    width: 100%;
    background-color: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.slideUp,
.slideDown {
	transition: transform .5s ease-out;
	-webkit-transition: transform .5s ease-in-out;
	-moz-transition: transform .5s ease-in-out;
	-o-transition: transform .5s ease-in-out;
}

h2.mb-3.mt-n3 {
	width: 61%;
	margin: auto;
	font-size: 2.5rem;
}

p.book-features-detail {
	width: 50%;
	margin: auto;
	text-align: center;
}

ul.d-lg-flex.align-items-center.mb-0 {
	margin-right: 40px;
}

.site-bran img {
	height: auto;
	width: 160px;
}

section#Client {
	margin-top: 135px;
}

.page-item p {
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	padding-top: 10px;
}

.purchase-btns {
	margin-top: 64px;
}

.lifelne2-purchaseref-wrap {
	bottom: 16%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	line-height: normal;
	position: fixed;
	right: -110px;
	z-index: 999;
	transition: all 0.35s;
}

.lifelne2-purchaseref-wrap:hover {
	right: 1px;
}

.lifelne2-purchaseref-wrap a.link-purchase-iu {
	background: #1b1b1b none repeat scroll 0 0;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	padding: 14px 18px;
}

.lifelne2-purchaseref-wrap a.link-purchase-iu img:first-child {
	margin-right: 6px;
}

.lifelne2-purchaseref-wrap a.link-purchase-iu {
	background: #1b1b1b none repeat scroll 0 0;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	padding: 14px 18px;
}

.lifelne2-purchaseref-wrap a.link-purchase-iu img:first-child {
	margin-right: 6px;
}

i.fa-solid.fa-cart-shopping {
	margin-right: 14px;
}


.lifelne2-purchaseref-wrap,
.qmt-social-chat.qmt-social-wtsapp {
	animation: lightAnimation 2s infinite;

}

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

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

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

.qmt-social-chat.qmt-social-wtsapp {
	position: fixed;
	right: -111px;
	bottom: 15px;
	z-index: 999999999;
	transition: .4s ease-in-out;
}

.qmt-social-chat.qmt-social-wtsapp:hover {
	right: 1px;
	animation: none;
}

.qmt-social-chat.qmt-social-wtsapp img {
	width: 25px;
	margin-right: 10px;
}

.qmt-social-chat.qmt-social-wtsapp span {
	font-size: 15px;
	text-decoration: underline;
	color: white;
	font-weight: 600;
}

a.qmt-wtsapp {
	padding: 0px 15px;
	height: 53px;
	display: flex;
	align-items: center;
	box-shadow: 0px 0px 8px 0px #00000038;
	background-color: #68d743;
	border-radius: 50px;
}

.lifeline-featured-sec h1 {
	font-size: 45px;
	font-weight: 800;
	line-height: 70px;
	letter-spacing: 0.5px;
}
.featured-heading h1  strong {
    text-decoration: underline;
    font-weight: 900;
    font-size: 45px;
}
.featured-heading p {
    line-height: 30px;
}

section.lifeline-featured-sec span.elite-author {
	font-size: 16px;
	color: #666666;
}

.lifeline-featured-sec h1 span {
	color: #0b57d0 !important;
}

.lifeline-featured-sec img {
	width: 100%;
}

.lifeline-featured-sec .featured-heading .star h5 {
	margin-bottom: 0;
}

.lifeline-featured-sec .featured-img {
	width: 50vw;
	transform: translate(0px, 30px);
}

.lifeline-featured-sec {
	padding-top: 135px;
	padding-bottom: 110px;
}

.lifeline-featured-sec {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #e9f0fe;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: self-start !important;
}

.featured-heading {
	padding-top: 55px;
	margin-left: -80px;
}

.header-wrapper.d-flex.justify-content-between {
	align-items: center !important;
}

.star {
	display: flex;
	column-gap: 15px;
	align-items: center;
}

.star img {
	width: 30% !important;
}

.logo {
	padding-bottom: 50px;
	padding-top: 25px;
}

.example::after {
	content: "";
	display: block;
	width: 2px;
	height: 30px;
	background-color: yellow;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.example {
	position: relative;
	padding-left: 20px;
}
.top-bar .row {
	align-items: center;
}
.top-bar {
	background-color: #0b57d0;
	height: 45px;
	display: flex;
	align-items: center;
	position: fixed;
    width: 100%;
    z-index: 1000; /* Yeh ensure karega ke top bar upar rahe */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.press p {
	color: #e9f0fe;
	padding-top: 1px;
}

.donate {
	display: flex;
	align-items: center;
}
/* .donate .img-1 img {

	filter: invert(100%) sepia(54%) saturate(3269%) hue-rotate(179deg) brightness(110%) contrast(99%);
} */

.img-1 {
	padding-top: 0px;
	padding-right: 10px;
}

.topbar-icon {
	display: flex;
	justify-content: right;
}


.press span {
	font-size: 14px;
	font-weight: 600;
}
.social img {
	height: 30px;
	width: 30px;
}

.book-a-table {
	text-align: center;
}

.information {
	background-color: #e9f0fe;
	padding-bottom: 120px;
	background-repeat: no-repeat;
	background-size: contain;
}

.lifeline-logo {
	text-align: center;
	padding-bottom: 85px;
	padding-top: 100px;
}

.book-a-table h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	color: #000000;
}

.book-a-table img {
	margin-bottom: 25px;
}

.book-a-table p {
	margin: auto;
	width: 86%;
	font-size: 16px;
	font-weight: 400;
	color: #858482;
}

.explore .elementor-page-builder .page-builder img {
	width: 100%;
	object-fit: cover;
	height: 350px;
}
.explore h1{
	width: 45%;
	margin: auto;
	line-height: 65px;
}

.elementor-page-builder p {
	font-size: 16px;
	width: 95%;
	font-weight: 400;
	color: #666666;
	margin-top: 15px;
	margin-bottom: 20px;
}

.elementor-page-builder h2 {
	font-size: 30px;
	width: 100%;
	color: #000000;
}

.page-builder {
    background-color: #e9f0fe;
    padding: 30px;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    border-radius: 20px;
    margin-top: 30px;
}

.explore {
	margin-top: 130px;
}

.page-builder button {
	background-color: #0b57d0;
	border: 1px solid transparent;
	padding: 10px 22px;
	border-radius: 6px;
	color: #ffffff;
	font-size: 13px;
}
.pro-plans{
	margin-bottom: 150px;
}
.companines-img img {
	width: 100%;
}
.price-section{
	margin-top: 150px;
	margin-bottom: 130px;
	padding-top: 130px;
	padding-bottom: 130px;
}
.price-section .testi{
margin-top: 130px;
}
.companines-heading p {
	font-size: 15px;
	width: 73% !important;
	margin: 30px  10px !important;
	line-height: 28px;
}
.companines-heading img {
	filter: invert(21%) sepia(61%) saturate(3451%) hue-rotate(214deg) brightness(97%) contrast(100%);

}

.companines-heading h3 {
	font-size: 17px;
	font-weight: 600;
	color: #0b57d0;
}

.companines-heading {
	margin-left: 45px;
	width: 750px;
	padding-top: 55px;
}

.companines-heading img {
	margin-bottom: 5px;
}

.monday-hed {
	padding-top: 70px;
}

.monday-hed h2 {
	font-size: 44px;
	width: 61%;
	text-align: center;
	margin: auto;
	padding-bottom: 35px;
	padding-top: 10px;
}

span.reco-sec-top {
	text-align: center;
	width: 100%;
	display: block;
	color: #0b57d0;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: -10px;
}

.testimonial {
    padding-bottom: 25px;
    margin-top: 130px;
}

.companines-img {
	padding-bottom: 25px;
}

.company-logo img {
	margin-bottom: 10px;
}

img.wphl {
	height: 30px;
}

img.hostinger {
	height: 30px;
}

img.colorlib {
	height: 25px;
}

img.linkedin {
	height: 30px;
}

img.mhtheme {
	height: 30px;
}

img.flat {
	height: 30px;
}

.company-logo {
    padding: 20px 0px 20px 20px;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 30px;
    border-radius: 20px;
    margin-left: 20px;
    width: 100%;
}

img.number {
	padding-bottom: 40px;
	padding-top: 40px;
}

.causes-inner-pages .slick-slide img {
	height: 600px;
	width: 535px;
	object-fit: cover;
	image-rendering: pixelated;
	border-radius: 20px;
	box-shadow: 0px 0px 10px 0px #0b57d04f;
	padding: 20px;
}

.causes-inner-pages .slick-slide.causes-item {
	padding: 10px;
}
.social{
	margin-top: 150px;
}
.cause-management {
	background-position: -83px;
	background-repeat: no-repeat;
	background-size: cover;
	
	margin-top: 100px;
}
.lifeline-causes {
	background-color: #e9f0fe;
}

.causes-heading h2 {
	font-size: 45px;
	font-weight: bold;
}

.causes-heading p {
	font-size: 15px;
	font-weight: 400;
	width: 81%;
	line-height: 28px;
	color: #666666;
}

ul.list-manage li {
	list-style: none;
	line-height: 28px;
	font-size: 14px;
	color: #686868;
}

ul.list-manage li i {
	color: #0b57d0;
	margin-right: 5px;
	font-size: 15px;

}

ul.list-manage {
	padding-left: 0px;
}

.slick-prev:before,
.slick-next:before {
	color: #0b57d0 !important;
	border: 1px solid #0b57d0;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	display: flex;
	margin-left: -20px;
	align-items: center;
	justify-content: center;
}

.slick-prev:hover:before,
.slick-next:hover:before {
	background-color: #0b57d0;
	color: white !important;
}

.slick-next:before {
	margin-left: -59px;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 3.25 !important;
}

.example2::after {
	content: "";
	display: block;
	width: 2px;
	height: 45px;
	background-color: red;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.example2 {
	position: relative;
	padding-left: 20px;
}

.causes1-heading .star h5 {
	font-size: 45px !important;
	margin-bottom: 0px;
}

.causes1-heading .star span {
	width: 32%;
	font-size: 15px;
	padding-top: 7px;
	color: #666666;
}

.causes1-heading p {
	width: 75%;
}

.causes1-heading h2 {
	font-size: 47px;
	font-weight: bold;
}

.logos {
	padding-bottom: 75px;
	padding-top: 40px;
	display: flex;
	text-align: center;
}

.brand-logo img {
	width: 70%;
}

.colorlib-logo img {
	width: 60%;
	margin-top: -8px;
}

.watchstreet-logo {
	padding-bottom: 50px;
}

.simple-icon:hover img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(67deg) brightness(110%) contrast(101%);
}

.simple-icon span img {
	width: 65px;
	filter: invert(29%) sepia(24%) saturate(5674%) hue-rotate(204deg) brightness(90%) contrast(102%);
	transition: all 0.35s ease-in-out;
}

.slider-parent {
	display: flex !important;
}

.companines-img img {
	width: 100%;
}

.footer-parent {
	display: flex;
}

ul.footer-parent li {
	list-style: none;
	margin-left: 15px;
}

.star1 {
	display: flex;
	column-gap: 15px;
}

.star1 span {
	width: 36%;
	margin-top: 7px;
}

.star1 h5 {
	font-size: 45px;
}

.rating span {
	color: #ffffff;
	font-size: 20px;
}

.happy-parent {
	display: flex;
	justify-content: center;
	background: #fff;
	border-radius: 50px;
	width: 55%;
	margin: auto;
	padding-top: 20px;
	position: relative;
	margin-top: -43px;
	box-shadow: rgb(185 184 184 / 20%) 0px 2px 8px 0px;
	padding-bottom: 20px;
}

.rating-heading {
	padding-left: 15px;
}

.rating-heading p {
	margin-bottom: 0px;
	margin-top: 10px;
	font-size: 15px;
	font-weight: 500;
}

.rating {
	background-color: #0b57d0;
	padding: 5px 15px;
	border-radius: 50px;
}

iframe.youtube-video {
	border: 10px solid #ffffff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 20px;
}

.top-bar .donate p {
	margin-bottom: 0;
}

.top-bar .topbar-icon ul {
	display: flex;
	margin-bottom: 0;
}

.top-bar .topbar-icon ul li {
	list-style: none;
	margin-right: 5px;
}

.top-bar .topbar-icon ul li svg {
	height: 15px;
	width: auto;
	fill: #e9f0fe;
	transition: .3s ease-in-out;
}

.top-bar .topbar-icon ul li a {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	border: 1px solid #e9f0fe;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-bar .col-lg-9 {
	display: flex;
	align-items: center;
}

.top-bar .topbar-icon ul li a:hover svg {
	fill: #0b57d0;
}

.top-bar .topbar-icon ul li a:hover {
	background-color: #fff;
	border: 1px solid #e9f0fe;
}

.elementor-page-builder .page-builder .image-animation {
	position: relative;
	text-align: right;
	background-color: #fff;
	padding: 20px;
	border-radius: 20px;
}
.page-builder h2 {
    margin-top: 40px;
}

.elementor-page-builder .page-builder .arrow-left,
.elementor-page-builder .page-builder .update,
.elementor-page-builder .page-builder .elementor-widgets,
.elementor-page-builder .page-builder .appearance,
.elementor-page-builder .page-builder .woo-products,
.elementor-page-builder .page-builder .client-reviews {
	position: absolute;
	height: auto !important;
	width: auto !important;
}

.elementor-page-builder .page-builder .elementor-widgets {
	left: 20px;
	bottom: 20px !important;
}

.elementor-page-builder .page-builder .appearance {
	left: 20px;
	top: 20px;
}

.elementor-page-builder .page-builder .woo-products {
	left: 20px;
	bottom: 20px;
}

.elementor-page-builder .page-builder .arrow-left {
	top: 68px;
	right: 106px;
	animation: moveLeftRight 1s ease-in-out infinite alternate;
}

.elementor-page-builder .page-builder .client-reviews {
	right: -10px;
	bottom: 0px;
}

.elementor-page-builder .page-builder .stories {
	height: 325px !important;
	object-fit: cover;
	margin-bottom: 45px;
}

.elementor-page-builder .page-builder .update,
.elementor-page-builder .page-builder .elementor-widgets,
.elementor-page-builder .page-builder .appearance,
.elementor-page-builder .page-builder .woo-products,
.elementor-page-builder .page-builder .client-reviews {
	bottom: 10px;
	right: 0;
	border-radius: 10px;
	animation: moveUpDown 1.5s ease-in-out infinite alternate;
}

.image-animation .header-img {
	border-radius: 10px;
}

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

	100% {
		transform: translateY(10px);
	}
}

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

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

.explore .elementor-page-builder a {
	height: 53px;
	width: 222px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0b57d0;
	border-radius: 10px;
	color: white;
	border: 1px solid #0b57d0;
}

.explore .elementor-page-builder a:hover {
	background-color: white;
	color: #0b57d0;
}

strong.author-name {
	display: block;
	font-size: 20px;
	color: #0b57d0;
	margin-top: -10px;
}

.Achievement-bg-color {
	background-color: #e9f0fe;
	height: 185px;
	position: absolute;
	width: 292px;
	transform: translate(-9px, 120px);
	border-radius: 8px;
}

/* section.achive.lazy.aos-animate.lazy-loaded .daachi:hover .Achievement-bg-color {
	background-color: #0b57d0;
    height: 310px;
    position: absolute;
    width: 295px;
    transform: translate(-9px, -6px);
    border-radius: 8px;
	transition: ease-in 0.3s;
} */
.Achievements-img {
	position: relative;
	cursor: pointer;
}

.Achievements-img h2 {
	color: #000000;
	font-size: 17px;
	margin-top: 10px;
	font-weight: 500;
	margin-left: -10px;
	text-align: center;
}

.Achievements-img img {
	width: 95%;
}

.achive {
	padding-top: 100px;
	padding-bottom: 120px;
	background-color: #fffdf3;
}

section.achive .container {
	max-width: 1280px;
}

.customar-themes {
	margin-top: 80px;
}

.achive .monday-hed {
	padding-top: 0px;
}

.achive .monday-hed h2 {
	padding-bottom: 0px;
}

section.achive .row {
	margin-left: -5px !important;
}

.achive .reco-sec-tops {
	text-align: center;
	width: 100%;
	display: block;
	color: #0b57d0;
	font-weight: 900;
	font-size: 30px;
	margin-bottom: 70px;
	padding-top: 10px;
}

.company-logo p {
	width: 100%;
	font-size: 14px;
}

.achive .Achievements-img a h2:hover {
	color: orange;
}

.whatsapp-icon {
	text-align: center;
	padding-top: 17px;
	padding-bottom: 17px;
	margin-bottom: 15px;
	background-color: #e9f0fe;
	border-radius: 20px;
}

.whatsapp-icon h5 {
	font-size: 17px;
	font-weight: 600;
	margin-top: 15px;
}

.icon-whatsapp:hover {
	cursor: pointer;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.email-icon:hover {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	cursor: pointer;
}

.touch-support:hover {
	cursor: pointer;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

button.downlode-button {
	padding: 15px 45px 15px 45px;
	border: 1px solid #0b57d0;
	background-color: transparent;
	font-size: 15px;
	font-weight: 500;
	color: #0b57d0;
	border-radius: 50px;
}

.causes-button {
	margin-top: 15px;
}

button.downlode-button i {
	margin-left: 10px;
}

section.cause-management .downlode-button:hover {
	background-color: #0b57d0;
	color: #ffffff;
}
.img-1 i {
    color: #e9f0fe;
	margin-top: 5px;
}
.donate .img-2 a img {
    width: 29px;
    margin-top: -1px;
}
.donate .img-2 {
	padding-top: 0;
	padding-right: 3px;
}
ul.list-unstyled li a img {
    width: 25px;
    padding-right: 5px;
}
.donate .press p a span:hover {
    color: #ffffff;
}
.donate .press p a:hover {
    color: #ffffff;
}

/* From Uiverse.io by JaydipPrajapati1910 */ 
.header-btn {
	background: transparent;
	position: relative;
	padding: 5px 25px;
	display: flex;
	align-items: center;
	font-size: 17px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #0b57d0;
	border-radius: 50px;
	outline: none;
	overflow: hidden;
	color: #000000;
	transition: color 0.3s 0.1s ease-out;
	text-align: center;
  }
  
  .header-btn span {
	margin: 10px;
  }
  
  .header-btn::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: '';
	border-radius: 50%;
	display: block;
	width: 20em;
	height: 20em;
	left: -5em;
	text-align: center;
	transition: box-shadow 0.5s ease-out;
	z-index: -1;
  }
  .header-btn:hover {
	color: #fff;
	border: 1px solid #f5d08a;
  }
  .header-btn:hover::before {
	box-shadow: inset 0 0 0 10em #0b57d0;
  }
  button.header-btn img {
    width: 22px;
    border: 1px solid #ffffff;
    border-radius: 50px;
}
.top-bar .img-1 {
	display: flex;
}
.scroll-progress {
	position: fixed;
	top: 45px; 
	left: 0;
	width: 0%;
	height: 2px;
	background-color: #0b57d0;
	transition: width 0.1s linear;
	z-index: 9;
	border-radius: 50px;
}

.deeds-modern-layouts .screen {
    display: block;
    height: 420px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 32px;
    box-shadow: 0 0 35px rgb(11 87 208 / 29%);
    border: 10px solid #fff;
    margin-bottom: 25px;
    width: 100%;
}
  
  
  .deeds-modern-layouts .screen img {
	  bottom: -2045px;
	  width: 100%;
	  height: auto;
	  position: absolute;
	  z-index: 0;
	margin:0;
	padding:0;
	  -webkit-transition: top 11s;
	  -moz-transition: top 11s;
	  -ms-transition: top 11s;
	  -o-transition: top 11s;
	  transition: bottom 11s;
  }
  .deeds-modern-layouts .screen:hover img {
	bottom: 0;
	-webkit-transition: all 11s;
	-moz-transition: all 11s;
	-ms-transition: all 11s;
	-o-transition: all 11s;
	transition: all 11s;
  }

  .deeds-modern-layouts .screen-one {
    display: block;
    height: 420px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 32px;
    box-shadow: 0 0 35px rgb(11 87 208 / 29%);
    border: 10px solid #fff;
    margin-bottom: 25px;
    width: 100%;
}
  
  
  .deeds-modern-layouts .screen-one img {
	  bottom: -1032px;
	  width: 100%;
	  height: auto;
	  position: absolute;
	  z-index: 0;
	margin:0;
	padding:0;
	  -webkit-transition: top 11s;
	  -moz-transition: top 11s;
	  -ms-transition: top 11s;
	  -o-transition: top 11s;
	  transition: bottom 11s;
  }
  .deeds-modern-layouts .screen-one:hover img {
	bottom: 0;
	-webkit-transition: all 11s;
	-moz-transition: all 11s;
	-ms-transition: all 11s;
	-o-transition: all 11s;
	transition: all 11s;
  }

  .deeds-modern-layouts .screen-two {
    display: block;
    height: 420px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 32px;
    box-shadow: 0 0 35px rgb(11 87 208 / 29%);
    border: 10px solid #fff;
    margin-bottom: 25px;
    width: 100%;
}
  
  
  .deeds-modern-layouts .screen-two img {
	  bottom: -960px;
	  width: 100%;
	  height: auto;
	  position: absolute;
	  z-index: 0;
	margin:0;
	padding:0;
	  -webkit-transition: top 11s;
	  -moz-transition: top 11s;
	  -ms-transition: top 11s;
	  -o-transition: top 11s;
	  transition: bottom 11s;
  }
  .deeds-modern-layouts .screen-two:hover img {
	bottom: 0;
	-webkit-transition: all 11s;
	-moz-transition: all 11s;
	-ms-transition: all 11s;
	-o-transition: all 11s;
	transition: all 11s;
  }

  .deeds-modern-layouts .screen-three {
    display: block;
    height: 420px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 32px;
    box-shadow: 0 0 35px rgb(11 87 208 / 29%);
    border: 10px solid #fff;
    margin-bottom: 25px;
    width: 100%;
}
  
  
  .deeds-modern-layouts .screen-three img {
	  bottom: -1110px;
	  width: 100%;
	  height: auto;
	  position: absolute;
	  z-index: 0;
	margin:0;
	padding:0;
	  -webkit-transition: top 11s;
	  -moz-transition: top 11s;
	  -ms-transition: top 11s;
	  -o-transition: top 11s;
	  transition: bottom 11s;
  }
  .deeds-modern-layouts .screen-three:hover img {
	bottom: 0;
	-webkit-transition: all 11s;
	-moz-transition: all 11s;
	-ms-transition: all 11s;
	-o-transition: all 11s;
	transition: all 11s;
  }

  .deeds-modern-layouts .screen-four {
    display: block;
    height: 420px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 32px;
    box-shadow: 0 0 35px rgb(11 87 208 / 29%);
    border: 10px solid #fff;
    margin-bottom: 25px;
    width: 100%;
}
  
  
  .deeds-modern-layouts .screen-four img {
	  bottom: -1065px;
	  width: 100%;
	  height: auto;
	  position: absolute;
	  z-index: 0;
	margin:0;
	padding:0;
	  -webkit-transition: top 11s;
	  -moz-transition: top 11s;
	  -ms-transition: top 11s;
	  -o-transition: top 11s;
	  transition: bottom 11s;
  }
  .deeds-modern-layouts .screen-four:hover img {
	bottom: 0;
	-webkit-transition: all 11s;
	-moz-transition: all 11s;
	-ms-transition: all 11s;
	-o-transition: all 11s;
	transition: all 11s;
  }

  .deeds-modern-layouts .screen-five {
    display: block;
    height: 420px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 32px;
    box-shadow: 0 0 35px rgb(11 87 208 / 29%);
    border: 10px solid #fff;
    margin-bottom: 25px;
    width: 100%;
}
  
  
  .deeds-modern-layouts .screen-five img {
	  bottom: -1008px;
	  width: 100%;
	  height: auto;
	  position: absolute;
	  z-index: 0;
	margin:0;
	padding:0;
	  -webkit-transition: top 11s;
	  -moz-transition: top 11s;
	  -ms-transition: top 11s;
	  -o-transition: top 11s;
	  transition: bottom 11s;
  }
  .deeds-modern-layouts .screen-five:hover img {
	bottom: 0;
	-webkit-transition: all 11s;
	-moz-transition: all 11s;
	-ms-transition: all 11s;
	-o-transition: all 11s;
	transition: all 11s;
  }

  .deeds-modern-layouts .screen-six {
    display: block;
    height: 420px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 32px;
    box-shadow: 0 0 35px rgb(11 87 208 / 29%);
    border: 10px solid #fff;
    margin-bottom: 25px;
    width: 100%;
}
  
  
  .deeds-modern-layouts .screen-six img {
	  bottom: -1170px;
	  width: 100%;
	  height: auto;
	  position: absolute;
	  z-index: 0;
	margin:0;
	padding:0;
	  -webkit-transition: top 11s;
	  -moz-transition: top 11s;
	  -ms-transition: top 11s;
	  -o-transition: top 11s;
	  transition: bottom 11s;
  }
  .deeds-modern-layouts .screen-six:hover img {
	bottom: 0;
	-webkit-transition: all 11s;
	-moz-transition: all 11s;
	-ms-transition: all 11s;
	-o-transition: all 11s;
	transition: all 11s;
  }

  .deeds-modern-layouts .screen-seven {
    display: block;
    height: 420px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 32px;
    box-shadow: 0 0 35px rgb(11 87 208 / 29%);
    border: 10px solid #fff;
    margin-bottom: 25px;
    width: 100%;
}
  
  
  .deeds-modern-layouts .screen-seven img {
	  bottom: -1515px;
	  width: 100%;
	  height: auto;
	  position: absolute;
	  z-index: 0;
	margin:0;
	padding:0;
	  -webkit-transition: top 11s;
	  -moz-transition: top 11s;
	  -ms-transition: top 11s;
	  -o-transition: top 11s;
	  transition: bottom 11s;
  }
  .deeds-modern-layouts .screen-seven:hover img {
	bottom: 0;
	-webkit-transition: all 11s;
	-moz-transition: all 11s;
	-ms-transition: all 11s;
	-o-transition: all 11s;
	transition: all 11s;
  }

  .deeds-modern-layouts .screen-eight {
    display: block;
    height: 420px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 32px;
    box-shadow: 0 0 35px rgb(11 87 208 / 29%);
    border: 10px solid #fff;
    margin-bottom: 25px;
    width: 100%;
}
  
  
  .deeds-modern-layouts .screen-eight img {
	  bottom: -1660px;
	  width: 100%;
	  height: auto;
	  position: absolute;
	  z-index: 0;
	margin:0;
	padding:0;
	  -webkit-transition: top 11s;
	  -moz-transition: top 11s;
	  -ms-transition: top 11s;
	  -o-transition: top 11s;
	  transition: bottom 11s;
  }
  .deeds-modern-layouts .screen-eight:hover img {
	bottom: 0;
	-webkit-transition: all 11s;
	-moz-transition: all 11s;
	-ms-transition: all 11s;
	-o-transition: all 11s;
	transition: all 11s;
  }
  .btw-space {
	padding-top: 120px;
  }
  .bookingmeet {
    padding-left: 80px;
}
.link-page button{
	border-top: 3px solid #185ABC !important;     /* Deep Blue */
}
  .choose-us-detail {
    background-color: #e9f0fe;
    padding: 20px;
    border-radius: 20px;
	margin-bottom: 30px;
}
.chose-us h4 {
    font-size: 20px;
    font-weight: 700;
}
.choose-us-detail img {
	width: 100%;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.chose-us {
	padding: 20px;
}
.chose-us-heading p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
}
.plus-btn {
    text-align: end;
}
.plus-btn button {
    background-color: #0b57d0;
    color: #ffffff;
    border: 1px solid #0b57d0;
    padding: 0px;
    border-radius: 50%;
    width: 56px;
	height: 56px;
    font-size: 30px;
}
.plus-btn button:hover {
    background-color: #185abc;
}
.evolation-donation-system-img img {
    width: 100%;
}
.evolation-donation-system h2 {
    font-size: 45px;
    color: #000000;
    font-weight: 700;
	margin-top: 5px;
	line-height: 60px;
	letter-spacing: 0.5px;
}
.evolation-donation-system span {
    font-size: 16px;
    color: #1e72bc;
    font-weight: 700;
}
.evolation-donation-system p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    width: 80%;
}
.payments-logo .col-lg-6 {
    padding-left: 0px;
    padding-right: 0px;
}
.donation-payment-logo img {
    width: 90%;
}
.gateways-name {
	display: flex;
}
ul.gateways-name {
    display: flex;
    padding: 0px;
    margin-bottom: 20px;
}
ul.gateways-name li {
    list-style: none;
    width: 20%;
}
ul.gateways-name li img {
    width: 20px;
    margin-right: 5px;
}

ul.gateways-name li {
    font-size: 20px;
    font-weight: 500;
}
.payment-gateways h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
	margin-bottom: 15px;
}
.wallets {
    padding-top: 15px;
    padding-bottom: 15px;
}
.cards {
    padding-top: 20px;
    padding-bottom: 15px;
}
.cards-icon {
    padding-top: 35px;
}

.payment-icon {
	display: flex;
	gap: 20px;
}
.payment-box {
	background: white;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	width: 300px;
}
.payment-box h3 {
	margin-top: 0;
}
.icons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}
.icons img {
	width: 50px;
	height: auto;
}
.payments-option {
    background-color: #0088ff;
    height: 150px;
    width: 95%;
    border: 0px solid #fff;
    border-radius: 20px;
}
.payment-icons {
    background-color: #ffffff;
    position: absolute;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 30px 0px;
    transform: translate(40px, 35px);
    border-radius: 20px;
	width: 100%;
}
.payments-option h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 0px;
    padding-left: 30px;
	color: white;
}
.row.text-center.payment-icons .col-2 {
    padding: 0;
}
svg.PaymentMethodLogo {
    width: 120px;
}

.doantion-evolution {
	text-align: center;
	margin: auto;
}
.mobile-responsive-img {
	width: 400px;
}
.doantion-evolution-payment-logo.stripe img {
    width: 50%;
}
.doantion-evolution-payment-logo.giftaid img {
    width: 50%;
}
.doantion-evolution-payment-logo img {
	width: 70%;
}
.doantion-evolution-payment-logo {
	position: absolute;
	padding: 10px;
	background: white;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	transition: opacity 1s ease-in-out, transform 1s ease-in-out;
	opacity: 0.3;
	border: 2px solid transparent;
	width: 13%;
}
.doantion-evolution-payment-logo.active {
	opacity: 1;
	transform: scale(1.2);
	border: 1px solid #007BFF;
	background-color: #d6f5ff;
	width: 13%;
}
.bg-color {
    padding: 200px 0px 50px 60px;
}
.paypal { top: 31%; left: 88px; color: #00457C; }
.stripe { top: 71%; left: 88px; color: #6772E5; }
.square { top: 36%; right: 88px; color: #3A3A3A; }
.giftaid { top: 86%; right: 88px; color: #007BFF; }

/* Animated Directional Border */
.direction-border {
	position: absolute;
	width: 100px;
	height: 2px;
	background: #007BFF;
	transition: all 1s ease-in-out;
	opacity: 0;
}
.direction-border.active {
	opacity: 1;
}
.paypal-border { top: 20%; left: 140px; }
.stripe-border { top: 60%; left: 140px; }
.square-border { top: 25%; right: 140px; }
.giftaid-border { top: 75%; right: 140px; }

.direction-border::before,
.direction-border::after {
	content: "";
	position: absolute;
	background: #007bff96;
	transition: all 1s ease-in-out;
	opacity: 1;
}

.direction-border::before {
	width: 3px;
	height: 78px;
	top: 0;
	left: 0;
	animation: border-horizontal 1s ease-in-out forwards;
}
.bd-direction::before {
	width: 2px;
	height: 78px;
	top: 0;
	left: 100px;
	
}


.direction-border::after {
	width: 2px;
	height: 0px;
	top: 0;
	left: 100px;
}

.bg-color-wphl {
    background-color: #0a66c2;
    border-radius: 20px;
    padding-top: 25px;
    margin-bottom: 70px;
    height: 125px;
	width: 90%;
}
.bg-color-hostinger {
    background-color: #6646c5;
    border-radius: 20px;
    padding-top: 25px;
    height: 125px;
	width: 90%;
	margin-bottom: 70px;
}
.bg-color-colotlib {
	background-color: #444444;
    border-radius: 20px;
    padding-top: 25px;
    height: 125px;
	width: 90%;
	margin-bottom: 70px;

}
.bg-color-linkedin{
	background-color: #34869d;
    border-radius: 20px;
    padding-top: 25px;
    height: 125px;
	width: 90%;
	margin-bottom: 70px;
}
.bg-color-mtheme {
	background-color: #445161;
    border-radius: 20px;
    padding-top: 25px;
    height: 125px;
	width: 90%;
	margin-bottom: 70px;
}
.bg-color-flat {
	background-color: #335de8;
    border-radius: 20px;
    padding-top: 25px;
    height: 125px;
	width: 90%;
	margin-bottom: 70px;
}
.sbg-color {
	background-color: #e9f0fe;

}
.payments-section{
	padding-bottom: 120px;
}
.services-packges {
    margin-bottom: 120px;
}
.lifeline-logo img {
    width: 22%;
}
.page-builder ul{
	list-style: none;
    line-height: 28px;
    font-size: 16px;
    font-weight: 400;
	color: grey;
	padding-left: 10px;
}
.page-builder ul li i {
	color: #6646C5;
	font-size: 14px;
    margin-right: 5px;
  }




.price-section .price-info{
	background: #f7fbff;
    border-radius: 25px;
    padding-top: 70px;
	text-align: center;
	border: 1px solid #0088ff;
}
.price-section .price-info ul{
   list-style: none;
   padding-left: 25px;
   line-height: 33px;
    font-size: 16px;
    font-weight: 400;
	color: grey;
}
span.price-plan{
	font-size: 50px;
    font-weight: 700;
    line-height: 95px;
	color: #0088ff;
}
.price-section .price-info ul li i{
	color: #0b57d0;
	background: #E9F0FE;
    padding: 2px;
    font-size: 12px;
    margin-right: 5px;
	width: 15px;
    justify-content: center;
    text-align: center;
}
.price-section .price-info h3{
	font-size: 30px;
    color: black;
    font-weight: 700;
}
.price-section .price-info-detail{
	background: white;
    padding: 30px 20px;
    margin-top: 40px;
	border-radius: 0px 0px 25px 25px;
	text-align: left;
}
.price-section p{
	width: 80%;
	margin: auto;
}

.price-section .plan-prices{
	margin-top: 32px;
	margin-bottom: 50px;
}
.price-section .plan-prices a{
	background-color: #0088ff;
    color: white;
    padding: 12px 35px;
	border-radius: 50px;
}
.price-section .plan-prices span{
	font-size: 25px;
	font-weight: 600;
	color: white;
}
.brands {
    margin-top: 60px;
    margin-bottom: 50px;
}
.donate-feaures{
	border-left: 3px solid #a7c4fd;
    padding: 10px 0px;
	margin-bottom: 30px;
	background-color: #d7e2f8;
}

.donate-feaures span{
	font-size: 18px;
    font-weight: 600;
	border-left: 2px solid #0087FD;
    margin-left: -2px;
    padding-left: 20px;
}
.donate-feaures p{
	width: 90%;
    margin-top: 5px;
	padding-left: 20px;
	margin-bottom: 0px;
}
.extra-fea-space{
	margin-top: 80px;
}

/*======================Get Donations=====================*/

.intro-banner h2 {
    background-color: #007bff;
    text-align: left;
    border-radius: 10px 10px 0px 0px;
    padding: 20px 22px 20px 92px;
}
.intro-title {
  color: white;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  font-family: "Outfit", sans-serif;
}


.donation-section {
  font-family: "Outfit", sans-serif;
  color: #333;
}

.donation-header {
    text-align: center;
    margin-bottom: 40px;
    background: #ffff;
    padding: 20px;
}
.donation-header .GiftAid-donation h3 {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
    text-align: left;
    margin-left: 61px;
}

.donation-header p {
  font-size: 16px;
  color: #666;
  
}

.feature {
    background: #fff;
    padding: 42px 40px 45px 40px;
    border-radius: 10px;
    text-align: center;
    max-width: 520px;
    height: 470px;
 transform: scale(1);
 transition: transform 0.3s ease-in-out;
 
}
.donation-features {
    gap: 0px;
    margin-bottom: 100px;
    margin-left: 100px;
}
.support-icon {
  background-color: #e0f7ff;
  border-radius: 50%;
  padding: 15px;
  color: #007bff;
}

.feature .icon {
  background: transparent;
  padding: 10px;
}
.feature .icon {
  font-size: 40px;
  color: #007bff;
  margin-bottom: 20px;
}

.feature h3 {
    font-size: 40px;
    margin-bottom: 10px;
    color: #222;
}

.feature p {
    font-size: 20px;
    color: #666;
    margin-bottom: 20px;
    margin-top: 14px;
}
.donation-header {
    position: relative;
    background: #fff;
    padding: 30px 80px 30px 80px;
    display: flex;
}
.donation-header:hover {
    box-shadow: rgba(0, 123, 255, 0.4) 0px 2px 8px 0px;
    cursor: pointer;
}
.donation-header .header-icon {
    position: absolute;
    top: 44%;
    left: 81px;
    transform: translateY(-102%);
    background: #007bff;
    padding: 6px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
}
.arrow-icon {
    color: #007bff;
    margin-right: 14px;
    margin-top: 46px;
}
.Gift-aid {
    width: 50%;
    margin: auto;
}


.support-icon {
  background-color: #e0f7ff;
  border-radius: 50%;
  padding: 15px;
  color: #007bff;
}


.feature .icon {
  background: transparent;
  padding: 10px;
}
.feature .icon i {
    background-color: #007BFF;
    width: 100px;
    height: 100px;
    align-items: center;
    text-align: center;
    line-height: 99px;
    border-radius: 50%;
    color: #fff;
}
.feature .icon i:hover {
    background-color:rgba(0, 123, 255, 0.4) 0px 2px 8px 0px;
    width: 100px;
    height: 100px;
    align-items: center;
    text-align: center;
    line-height: 99px;
    border-radius: 50%;
    color: #fff;
}

.feature:hover {
    box-shadow: rgba(0, 123, 255, 0.4) 0px 2px 8px 0px;
    cursor: pointer;
	       transform: scale(1.01);
}
.feature p:hover {
    font-size: 20px;
    color: #FFA500;
	transition: 0.5s all ease-in;
}
button.get-started {
    padding: 14px 80px;
    background: #007BFF;
    border: 1px solid #007BFF;
    color: #fff;
    border-radius: 10px;
}
button.get-started:hover {
    padding: 14px 80px;
    background: #fff;
    border: 1px solid #007BFF;
    color: #007BFF;
    border-radius: 10px;
}
.compelte-star{
   padding: 20px 30px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.compelte-star .stars{
  color: gold;
    margin-right: 10px;
}
.compelte-star .stars i {
    margin: 0 2px;
}
.donation-features {
    gap: 0px;
    margin-bottom: 100px;
    margin-left: 74px;
}

.icon.support-icon img {
    width: 20%;
    height: auto;
}
.get-started-wrapper {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.get-started {
  padding: 14px 30px;
  background: #007BFF;
  border: 1px solid #007BFF;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  transition: 0.3s ease;
}

.get-started:hover {
  background: #fff;
  color: #007BFF;
  border: 1px solid #007BFF;
}

/* Positioning and hiding the dropdown initially */
.addons .dropdown {
    position: unset;
	cursor: pointer;
}
.addons .dropdown a{
	position: unset;
}


.addons .dropdown-menu .row{
	background-color: white;
	margin: 0;
}
.addons .dropdown-menu .col-lg-4{
	padding: 0px;
}

.addons .dropdown-menu li a {
    display: block;
    padding: 8px 16px;
    color: #333;
    text-decoration: none;
}

.addons .dropdown-menu li a:hover {
    background-color: #f5f5f5;
}


.addons-title{
	    display: flex;
    justify-content: space-between;
    background-color: #ffd739;
    padding: 8px 15px;
	align-items: center;
}
.addons-title h2{
	font-size: 20px;
	margin: 0;
	font-family: 'quicksand';
}
.addons-title img{
	object-fit: contain;
    background-color: white;
    padding: 6px;
}

.addons-payments-detail {
  display: flex;
	column-gap: 10px;
	height: 60px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.addons-payments-detail:hover .detail-text h3 {
  color: #007bff;
}
.addons-payments-detail:hover {
  transform: translateY(-1px);
}

.addons-payments-detail .detail-text p i {
  color: #888;
  transition: color 0.3s ease, transform 0.3s ease;
}

.addons-payments-detail:hover .detail-text p i {
  color: #007bff; /* Blue color on hover */
  transform: translateX(5px); /* Slide arrow to the right */
}
.addons-payments-detail .detail-text a{
padding: 0;
}
.addons-payments-detail h3{
	    font-size: 15px;
    margin: 0;
	font-family: 'quicksand';
	 transition: color 0.3s ease;
}
.addons-payments-detail p{
	font-size: 14px;
	font-family: 'quicksand';
}
.addons-payments-detail h2{
	font-size: 20px;
	margin-top: 10px;
	font-family: 'quicksand';
}
.addons-event-detail{
	background-color: #ffdccf;
	padding: 30px;
	transition: all 0.3s ease;
}
.addons-event-detail h3 {
  transition: color 0.3s ease;
}
.addons-event-detail p i {
margin-left: 5px;

}
.addons-event-detail p i{
  color: #888;
  transition: color 0.3s ease, transform 0.3s ease;
}

.addons-event-detail:hover p i {
  color: #007bff; /* Blue color on hover */
  transform: translateX(5px); /* Slide arrow to the right */
}
.addons-event-detail:hover h3 {
  color: #007bff; /* Change this to your desired hover color */
}

.addons-payments-detail .detail-text i{
	margin-left: 5px;
}
.addons-payments-detail img{
	width: 30px;
    object-fit: contain;
    height: 30px;
}
.addons-event-detail h3{
	font-size: 18px;
	margin-bottom: 5px;
	font-family: 'quicksand';
}
.addons-event-detail p{
	font-size: 13px;
	line-height: 20px;
	font-family: 'quicksand';
	margin: 0;
}
.addons-event-detail-one p i {
margin-left: 5px;

}
.addons-event-detail-one p i{
  color: #888;
  transition: color 0.3s ease, transform 0.3s ease;
}

.addons-event-detail-one:hover p i {
  color: #007bff; /* Blue color on hover */
  transform: translateX(5px); /* Slide arrow to the right */
}
.addons-event-detail-one:hover h3 {
  color: #007bff; /* Change this to your desired hover color */
}
.addons-event-detail-one{
	background-color: #cfd5ff;
	padding: 30px;
}
.addons-event-detail-one.two{
	background-color: #cfffdc;
}
.addons-event-detail-one h3{
	font-size: 18px;
	margin-bottom: 5px;
	font-family: 'quicksand';
}
.addons-event-detail-one p{
	font-size: 13px;
	line-height: 20px;
	font-family: 'quicksand';
	margin: 0;
}
.addons-payment{
	background-color: #fffcf0;
	padding: 15px;
	padding-top: 15px;
}
ul.dropdown-menu.show{
	    transform: translate(0px, 67px) !important;
		    padding: 0;
    margin: 10px !important;
    border: none;
}
.dropdown button{
	   border-bottom: 2px solid !important;
    background: transparent;
    color: #0B57D0;
    font-weight: 800;
    font-size: 16px;
    border: none;
	 transition: 0.3s ease-in-out;
    padding: 0px 1px;
}
.dropdown button.dropdown-toggle.show {
    transition: 0.3s ease-in-out;
    color: black;
    border-bottom: none !important;
}
.addons-payment.one{
	background-color: #fffcf0;
	padding-top: 65px;
}
.addons-payment.two{
	background-color: white;
	padding: 0px;
	margin-top: 0;
}
.addons-button a {
    display: inline-block;
    padding: 15px 24px !important;
    background-color: #007bff;
    color: #fff !important;
    text-decoration: none;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    width: 100%;
    text-align: center;
}

.addons-button a i {
  margin-left: 8px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.addons-button a:hover {
  background-color: #0056b3; /* Darker shade on hover */
  color: #fff;
}

.addons-button a:hover i {
  transform: translateX(5px);
  color: #ffc107; /* Icon color on hover (optional) */
}
.addons-button-one a {
	font-size: 15px !important;
    
    color: black !important;
    text-decoration: underline;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    width: 100%;
    text-align: center;
	align-items: baseline;
	justify-content: center;
}

.addons-button-one a i {
  margin-left: 8px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.addons-button-one a:hover {
  color: #ffc107; /* Darker shade on hover */
}

.addons-button-one a:hover i {
  transform: translateX(5px);
  color: #ffc107; /* Icon color on hover (optional) */
}
.drop-icon{
 text-align: center;
}
/* Default link style */
nav ul li a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Simple hover */
nav ul li a:hover {
  color: #007bff;
}

/* FIX: Keep link blue when dropdown is active (parent li is hovered) */
nav ul li.dropdown:hover > a {
  color: #007bff;
}

.addons-payments-detail .detail-text-button a{
	background-color: #000;
}