


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,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: "poppins";
	scroll-behavior: smooth !important;
}

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

p {
	color: #666;
	font-family: "poppins", 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
}
.container {
    max-width: 1280px !important;
}

.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: 35px;
	padding-top: 140px;
}

.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(223 181 158);
	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: #fff;
	border-radius: 20px;
	box-shadow: 0 0 35px rgb(255 247 240);
}

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

/*=======================Inner Pages Section=============*/
.inner-page-slider .page-item a {
	border-radius: 15px;
	border: 14px solid #fff;
	display: block;
	box-shadow: rgb(168 168 179 / 29%) 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;
}
.image-wrapper {
  position: relative;
  display: inline-block;
}

.image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.hover-text {
    position: absolute;
    top: 61%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    font-size: 15px;
    background-color: #fe750d;
    padding: 14px 39px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image-wrapper:hover .hover-text {
  opacity: 1;
}
/*================Footer=============*/
footer {
	background-color: #fe750d;
}

.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: #fe750d;
}

/*=======================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: #fe750d;
}

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

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

/*Header*/
.site-navigation nav ul li a:hover {
	color: #95271a;
}

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: #e1601f;
	color: #ffffff;
}

a.contact {
	padding: 15px 44px;
	height: 100%;
	display: inline-flex;
	align-items: center;
	border: 1px solid #f5d08a;
	text-transform: capitalize;
	background-color: #f5d08a;
	color: #e1601f;
	border-radius: 50px;
}

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

.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: 0;
	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 svg {
	height: 55px;
	width: 192px;
}

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

.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: 46px;
	font-weight: 900;
}

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

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

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

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

.lifeline-featured-sec .featured-img {
	width: 50vw;
}

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

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

.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 {
	background-color: #e1601f;
	height: 45px;
	display: flex;
	align-items: center;
}

.top-bar .donate {
	padding-top: 0;
}

.press p {
	color: #ffffff;
	padding-top: 1px;
}

.donate {
	display: flex;
	padding-top: 8px;
}

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

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


.press span {
	font-size: 15px;
	font-weight: 600;
}

.press p {
	font-size: 13px;
	font-weight: 300;
}

.social img {
	height: 30px;
	width: 30px;
}

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

.information {
	background-color: #fffdf3;
	padding-bottom: 120px;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top:-146px;
}

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

.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: auto;
	object-fit: cover;
}

.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: #ffffff;
	padding: 30px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 20px;
	margin-top: 30px;
}

.explore {
	margin-top: 80px;
}

.page-builder button {
	background-color: #fe750d;
	border: 1px solid transparent;
	padding: 10px 22px;
	border-radius: 6px;
	color: #ffffff;
	font-size: 13px;
}

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

.companines-heading p {
	font-size: 15px;
	width: 73%;
	line-height: 28px;
}

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

.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: 60px;
	padding-top: 10px;
}

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

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

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

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

img.wphl {
	height: 30px;
}

img.hostinger {
	height: 40px;
}

img.colorlib {
	height: 40px;
}

img.linkedin {
	height: 40px;
}

img.mhtheme {
	height: 40px;
}

img.flat {
	height: 40px;
}

.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;
	padding: 20px;
}

.causes-inner-pages .slick-slide.causes-item {
	padding: 10px;
}

.cause-management {
	background-position: -83px;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 50px;
}

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

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

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

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

}

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

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

.slick-prev:hover:before,
.slick-next:hover:before {
	background-color: #fe750d;
	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%;
	line-height: 30px;
}

.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: brightness(0) saturate(100%) invert(61%) sepia(91%) saturate(3914%) hue-rotate(355deg) brightness(104%) contrast(99%);
	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: #fe750d;
	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;
}

.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: white;
	transition: .3s ease-in-out;
}

.top-bar .topbar-icon ul li a {
	height: 33px;
	width: 33px;
	border-radius: 50%;
	border: 1px solid white;
	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: #e1601f;
}

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

.elementor-page-builder .page-builder .image-animation {
	position: relative;
	text-align: right;
	background-color: #fffdf3;
	padding: 20px;
	border-radius: 20px;
	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: #fe750d;
	border-radius: 10px;
	color: white;
	border: 1px solid #fe750d;
}

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

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

.Achievement-bg-color {
	background-color: #fbeb9b;
	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: #fbeb9b;
    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: 60px;
	padding-bottom: 80px;
	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: #fe750d;
	font-weight: 900;
	font-size: 30px;
	margin-bottom: 70px;
	padding-top: 10px;
}
.company-logo p {
	width: 98%;
	font-size: 12px;
}
.bg-color-wphl{
	background-color:#0a66c2;
    border-radius: 20px;
    padding-top: 25px;
    height: 125px;
    width: 90%;
    margin-bottom: 70px;
}
.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;
}
img.hostinger {
    height: 30px;
}
img.colorlib {
    height: 30px;
}
img.linkedin {
    height: 30px;
}
img.mhtheme {
    height: 30px;
}
img.flat {
    height: 30px;
}
.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;
}
.achive .Achievements-img a h2:hover {
	color: orange;
}

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

.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 #e1601f;
	background-color: transparent;
	font-size: 15px;
	font-weight: 500;
	color: #e1601f;
	border-radius: 50px;
}

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

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

section.cause-management .downlode-button:hover {
	background-color: #e1601f;
	color: #ffffff;
}
.img-1 i {
    color: #ffffff;
}

/* .donation-detail {
	background-color: #f9f5ff;
	padding: 35px 30px;
	border-radius: 24px;
}

.donation-payment-system {
	margin-top: 100px;
}

.donation-detail h3 {
	font-size: 20px;
	font-weight: 600;
}

.donation-detail p {
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	color: #666666;
}

.donation-pro-button {
	position: relative;
	margin: auto;
	padding: 12px 18px;
	transition: all 0.2s ease;
	border: none;
	background: none;
	cursor: pointer;
}

.donation-pro-button:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border-radius: 50px;
	background: #b1dae7;
	width: 45px;
	height: 45px;
	transition: all 0.3s ease;
}

.donation-pro-button span {
	position: relative;
	font-family: "Ubuntu", sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #234567;
}

.donation-pro-button svg {
	position: relative;
	top: 0;
	margin-left: 10px;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: #234567;
	stroke-width: 2;
	transform: translateX(-5px);
	transition: all 0.3s ease;
}

.donation-pro-button:hover:before {
	width: 100%;
	background: #b1dae7;
}

.donation-pro-button:hover svg {
	transform: translateX(0);
}

.donation-pro-button:active {
	transform: scale(0.95);
}


.donation-detail .user-icon {
	height: auto;
	width: 40px;
	margin-bottom: 20px;
} */
















.addons .dropdown {
    position: unset;
    cursor: pointer;
}

.addons-title {
    display: flex;
    justify-content: space-between;
    background-color: #ffd739;
    padding: 8px 15px;
    align-items: center;
}
.dropdown button {
    border-bottom: 2px solid !important;
    background: transparent;
    color: #fe750d;
    font-weight: 700;
    font-size: 16px;
    border: none;
    transition: 0.3s ease-in-out;
    padding: 0px 1px;
}
.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;
	display: flex;
}
.addons-event-detail-2{
	background-color: #f1f1f1;
	padding: 30px;
	transition: all 0.3s ease;
	display: flex;
}
.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-2 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-2 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;
	display: flex;
}
.addons-event-detail-one-2{
	background-color: #f0e1fa;
	padding: 30px;
	display: flex;
}
.addons-event-detail-one.two{
	background-color: #f8c9f2;
	display: flex;
}
.addons-event-detail-one-2.two{
	background-color: #f8c9f2;
	display: flex;
}
.addons-event-detail-one h3{
	font-size: 18px;
	margin-bottom: 5px;
	font-family: 'quicksand';
}
.addons-event-detail-2:hover h3 {
    color: #007bff;
}
.addons-event-detail-one-12 {
    background-color: #cffff4;
    padding: 30px;
    display: flex;
}
.addons-event-detail-one-2 h3{
	font-size: 18px;
	margin-bottom: 5px;
	font-family: 'quicksand';
}
.addons-event-detail-one-12 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-event-detail-one-2 p{
	font-size: 13px;
	line-height: 20px;
	font-family: 'quicksand';
	margin: 0;
}
.addons-event-detail-one-12 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 40px !important;
    border: none;
}
.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;
}
.addons .dropdown-menu .row {
    background-color: white;
    margin: 0;
}
.addons .dropdown {
    position: unset;
    cursor: pointer;
}
.pay-icon{
	color: #082271;
	text-decoration: underline #2b95bf;
}
.pal-icon{
	color: #2b95bf;
	text-decoration: underline #082271;
}
.Stripe-icon{
	color: #5856e4;
	text-decoration: underline #abaaf3;
}
.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 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    width: 100%;
}
.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: #f07f29;
    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: #fffdf3;
	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; }
.donate-feaures{
	border-left: 3px solid #a7c4fd;
    padding: 10px 0px;
	margin-bottom: 30px;
	background-color:white;
	border-radius: 15px;
}
.doantion-evolution-payment-logo paypal active::before{
	width: 3px;
    height: 78px;
    top: 0;
    left: 0;
    animation: border-horizontal 1s ease-in-out forwards;
content: "";
    position: absolute;
    background: #007bff96;
    transition: all 1s ease-in-out;
    opacity: 1;
}
.doantion-evolution-payment-logo stripe active::before{
	width: 3px;
    height: 78px;
    top: 0;
    left: 0;
    animation: border-horizontal 1s ease-in-out forwards;
content: "";
    position: absolute;
    background: #007bff96;
    transition: all 1s ease-in-out;
    opacity: 1;

}
.doantion-evolution-payment-logo square active::before{
	width: 3px;
    height: 78px;
    top: 0;
    left: 0;
    animation: border-horizontal 1s ease-in-out forwards;
content: "";
    position: absolute;
    background: #007bff96;
    transition: all 1s ease-in-out;
    opacity: 1;
}
.doantion-evolution-payment-logo giftaid active::before{
	width: 3px;
    height: 78px;
    top: 0;
    left: 0;
    animation: border-horizontal 1s ease-in-out forwards;
content: "";
    position: absolute;
    background: #007bff96;
    transition: all 1s ease-in-out;
    opacity: 1;
}
.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;
}
.bg-color {
    padding: 200px 0px 50px 60px;
}
.sbg-color {
    background-color:#fffdf3;
    padding-top: 120px;
	padding-bottom: 120px;
}
.direction-border.active {
    opacity: 1;
}
.direction-border {
    position: absolute;
    width: 100px;
    height: 2px;
    background: #F36901;
    transition: all 1s ease-in-out;
    opacity: 0;
}
.direction-border::before {
    width: 3px;
    height: 78px;
    top: 0;
    left: 0;
    animation: border-horizontal 1s 
ease-in-out forwards;
}
.direction-border::before {
    width: 3px;
    height: 78px;
    top: 0;
    left: 0;
    animation: border-horizontal 1s 
ease-in-out forwards;
}
.direction-border::after {
    width: 2px;
    height: 0px;
    top: 0;
    left: 100px;
}
.direction-border.active {
    opacity: 1;
}
.paypal-border {
    top: 20%;
    left: 140px;
}
.stripe-border {
    top: 60%;
    left: 140px;
}
.direction-border.active {
    opacity: 1;
}
.direction-border::after {
    width: 2px;
    height: 0px;
    top: 0;
    left: 100px;
}
.direction-border::before, .direction-border::after {
    content: "";
    position: absolute;
    background: #F36901;
    transition: all 1s ease-in-out;
    opacity: 1;
}
.square-border {
    top: 25%;
    right: 140px;
}
.bd-direction::before {
    width: 2px;
    height: 78px;
    top: 0;
    left: 100px;
}
.giftaid-border {
    top: 75%;
    right: 140px;
}
.bd-direction::before {
    width: 2px;
    height: 78px;
    top: 0;
    left: 100px;
}
.direction-border::after {
    width: 2px;
    height: 0px;
    top: 0;
    left: 100px;
}
.get-started-2{
	padding: 14px 30px;
    background: #F36901;
    border: 1px solid #F36901;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: 0.3s ease;
}
.get-started {
    padding: 14px 30px;
    background: #F36901;
    border: 1px solid #F36901;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: 0.3s ease;
}
.get-started-2:hover {
    background: #fff;
    color: #F36901;
    border: 1px solid #F36901;
}
.get-started:hover {
    background: #fff;
    color: #F36901;
    border: 1px solid #F36901;
}
.feature-glass-card {
    width: 400px;
    padding: 18px;
	background-color: white;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    transition: 0.35s;
}
.feature-glass-card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 12px 35px rgba(0,0,0,0.18);
    background: rgba(255, 255, 255, 0.35);
}
.feature-icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #007bff, #00c4ff);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 18px;
    box-shadow: 0 4px 15px rgba(0,123,255,0.4);
}
.feature-icon-circle img {
    width: 35px;
    filter: brightness(0) invert(1);
}
.feature-glass-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
.feature-glass-card p {
    color: #333;
    font-size: 14px;
	margin-bottom: 0px;
}
.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 #fe750d ;
    border-radius: 50px;
    outline: none;
    overflow: hidden;
    color: #000000;
    transition: color 0.3s 0.1s 
ease-out;
    text-align: center;}
	button.header-btn img {
    width: 22px;
    border: 1px solid #ffffff;
    border-radius: 50px;
}
.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 span {
    margin: 10px;
}
.header-btn:hover {
    color: #fff;
    border: 1px solid #f5d08a;
}
.header-btn:hover::before {
    box-shadow: inset 0 0 0 10em #fe750d;
}
.Android-App-uk-lifeline{
    background-size: cover;
    background-repeat: no-repeat;
height: 655px;
	margin-top: 100px;
}
.Nonprofit-text-uk-lifeline{
    padding-top:180px;
}
.app-heading-uk-lifeline{
    font-size:60px;
    font-weight:bold;
    font-family:"Poppins", Sans-serif;
}
.app-para{
    font-size:18px;
    font-weight:400;
    font-family:"Poppins", Sans-serif;
    color:#666;
    padding-top:15px;
    line-height:30px;
	width:60%;
}
.lifeline-uk-button-app {
    display: inline-block;
}
.lifeline-uk-button-app p span {
    display: block;
    font-size: 37px;
    font-weight: 700;
    color: black;
}
.Ai-Hero{
    background-size: cover;
    background-repeat: no-repeat;
    height: 820px;
}
.ai-heading{
    font-size:40px;
    font-weight:bold;
    font-family:"Poppins", Sans-serif;
    line-height: 47px;
    padding-top:6px;
}
.ai-text{
    font-size:17px;
    color:#707070;
    padding-top:0px;
	width:600px;
}
.robot-image {
    padding-top: 260px;
	margin-left:-77px;
}
.robot-image img{
    height: 432px;
    border-radius: 25px;
}
.AI-box img{
    height: 35px;
}
.ai-list{
    padding-left:0px;
}
 ul.ai-list li{
    font-size:17px;
    font-weight:400;
    line-height:45px;
    color:#707070;
    list-style:none;
}
 i.fa-solid.fa-check{
 border-radius: 20px;
  width: 24px;
  height: 24px;
  background: #FDEEDE;
  color: #D2691E;
  padding:8px;
  font-size: 14px;
  margin-right:17px;
}
.AI-box{
    padding-top: 95px;
    background: white;
    height: 518px;
    width: 1087px;
    border-radius: 20px;
    padding: 60px;
    margin-top: 172px;
	margin-left:70px;
}
   







.event-system {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    margin-bottom: 100px;
}
.event-boxes {
    display: flex;
    gap: 0px;
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 26px;
}
.custom-tabs {
  justify-content: center;
  gap: 24px;
  padding: 10px 0;
}
.custom-tabs .nav-link {
  border: none !important;
  background: #ffffff !important;
  border-radius: 50px !important;
  padding: 12px 38px !important;
  font-size: 16px;
  font-weight: 600;
  color: #111 !important;
  position: relative;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.custom-tabs .nav-link:hover {
  transform: translateY(-1px);
}
.custom-tabs .nav-link.active {
  background: #ff7a00 !important;
  color: #ffffff !important;
}
.custom-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #ff7a00;
}
.nav-tabs,
.nav-tabs::before,
.nav-tabs::after {
  border-bottom: none !important;
}
#eventTabContent {
  border-top: none !important;
}
.custom-tabs .nav-link {
  border-bottom: none !important;
}
.event-content h2 {
    font-size: 48px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    padding-top: 80px;
}
.event-content h2 spa{
    text-decoration: underline;
}
.event-content ul {
    list-style: none;
    padding-left: 0;
    padding-top: 15px;
    margin-bottom: 43px;
}
.event-content ul li {
    font-size: 16px;
    font-weight: 400;
    color: #707070;
    margin-bottom: -5px;
	line-height:46px;
}
.event-content ul li i.fa-solid.fa-check {
    border-radius: 20px;
    width: 26px;
    height: 24px;
    background: #fbddc5;
    color: #fe7e1b;
    padding: 8px;
    font-size: 11px;
    margin-right: 15px;
}
.event-content-single h2 {
    font-size: 48px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    padding-top: 80px;
}
.highlight-text {
  text-decoration-line: underline;
  text-decoration-color: #FF7A00;
  text-decoration-thickness: 4px;
  text-underline-offset: 6px;
}
.color-text{
	  text-decoration-line: underline;
  text-decoration-color: #005eff;
  text-decoration-thickness: 4px;
  text-underline-offset: 6px;
}
.event-content-single ul {
    list-style: none;
    padding-left: 0;
    padding-top: 15px;
    margin-bottom: 43px;
}
.event-content-single ul li {
    font-size: 16px;
    font-weight: 400;
    color: #707070;
    margin-bottom: -5px;
	line-height: 46px;

}
.event-content-single ul li i.fa-solid.fa-check {
    border-radius: 20px;
    width: 26px;
    height: 24px;
    background: #fbddc5;
    color: #fe7e1b;
    padding: 8px;
    font-size: 11px;
    margin-right: 15px;
}
 .btn-btn{
    padding: 15px 64px;
    background: white;
    color: #ff7f24;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 500;
    border: none;
    transition: 0.3s ease;
    text-decoration:none;
    border:1px solid #ff7f24;
}
.btn-btn:hover {
    background: #ff7f24;
    color: white;
    border: 1px solid #ff7f24;
}
.feature-image1 img {
    max-width: 100%;
    border-radius: 10px;
    margin-top: 20px;
    height: 413px;
}
.feature-image img {
    max-width: 100%;
    border-radius: 10px;
    margin-top: 20px;
    height: 413px;
}
.step-text {
  font-size: 13px;
  font-weight: 600;
   font-family: "Poppins", sans-serif;
    font-weight:500;
    padding-top:15px;
    text-align:center;
    color:#666;

}
.step-option{
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
    background-color: white;
    border: 1px solid #f5a623;
    padding: 0px 16px;
    border-radius: 11px;
    margin-top: 15px;
    margin-left: 16px;
}
p.step-no{
    font-size:13px;
    font-weight:600;
}
i.fa-solid.fa-arrow-right.step-icon{
    color:orange;
}
.feature-content1 {
    background-color: #fab479;
    padding: 22px 0px 10px 10px;
    width: 100%;
    border-radius: 0px 0px 13px 13px;
}
.feature-content12 {
    background-color: #fab479;
    padding: 22px 0px 10px 10px;
    width: 99%;
    border-radius: 0px 0px 13px 13px;
}

.feature-text p{
    font-size: 18px;
    font-weight: 500;
    padding-left: 9px;
	color:black;

}
.feature-text {
    line-height: 15px;
    padding-left: 14px;
    display: flex;
}
span i.fa-solid.fa-arrow-right.step-icon {
    color:white;
}
.main-heading h2{
    text-align: center;
    font-size: 50px;
    margin-bottom: 53px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}
.tic-imag.step-1 img,
.tic-imag.step-2 img,
.tic-imag.step-3 img,
.tic-imag.step-4 img{
	max-width: 100%;
    border-radius: 10px;
    margin-top: 20px;
}








.price-button-wrap{
    display: flex;
    align-items: center; 
    gap: 20px;
	padding-top: 70px;
}
.lifeline-uk-button-app{
    display: flex;
    flex-direction: column;
}
.small-text{
    font-size: 16px;
}
.price{
    font-size: 42px;
    font-weight: 700;
}
.Android-App{
    background-image: url('../images/back.jpg');
    background-size: cover;
    background-repeat: no-repeat;
   padding-top:60px;
   padding-bottom:60px;
    
}
.Nonprofit-text {
    padding-top: 25px;
    margin-left: -15px;
}
.but-Ai {
    margin-top: 40px;
}
.app-heading{
    font-size:58px;
    font-weight:bold;
    font-family:"Poppins", Sans-serif;
}
.app-para{
    font-size:18px;
    font-weight:400;
    font-family:"Poppins", Sans-serif;
    color:#666;
    padding-top:15px;
    line-height:30px;
}
li i.fa-solid.fa-check {
    border-radius: 20px;
    width: 21px;
    height: 21px;
    background: #FBDDC5;
    color: #FE7E1B;
    padding: 7px;
    font-size: 9px;
    margin-right: 9px;
}
.feature-list {
    list-style: none;
    padding: 0;
    margin: 25px 0 0;
    display: grid;
    grid-template-columns: 31% 30%;
    gap: 6px 0;
}
.feature-list li {
    display: flex;
   font-size: 15px;
    font-weight: 400;
    font-family: "Poppins", Sans-serif;
    color: #666;
    line-height: 30px;
}
.feature-list li i {
    color: #F4A261;
    margin-right: 10px;
    margin-top: 4px;
}
.detail-img-logo{
	margin-right: 10px;
}
.addons-event-detail-2:hover p i {
    color: #007bff;
    transform: translateX(5px);
}

.addons-event-detail-one-2:hover p i {
    color: #007bff;
    transform: translateX(5px);
}

.addons-event-detail-one-12:hover p i {
    color: #007bff;
    transform: translateX(5px);
}
.addons-event-detail-one-2:hover h3 {
    color: #007bff;
}

.addons-event-detail-one-12:hover h3 {
    color: #007bff;
}
#youtube-videos-1 {
    padding-top: 100px;
}

ul.ai-list li {
    list-style: none;
	line-height:36px;
	font-size:15px;
}
.detail-img-logo span{
	padding-left: 13px;
}
span i{
	padding-left: 7px;
}
.detail-btn{
	text-align: center;
	padding-top:55px;
}

i.fa-solid.fa-arrow-right:hover{
	color:#ff7a00;
}
a.btn{
    display: inline-flex;
    align-items: baseline;
    gap: 16px;
    background-color: #ff7a00 ;
    border: 1px solid #ff7a00;
	border-radius: 11px;
    padding: 15px 43px;
	color: white;
}
a.btn:hover{
	 background-color:white ;
	  border: 1px solid #ff7a00 ;
	  color:#ff7a00;
}


.AI-Donation{
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    margin-top:80px;

}
.AI-Donation-heading h3{
    font-size:65px;
    font-weight:700;
    color:white;
    letter-spacing: 1px;
}
.AI-Donation-heading p{
    font-size:23px;
    font-weight:400;
    color:white;
    padding-top:20px;
}
.AI-Donation-heading{
    padding-top: 160px;
 
}
span.voice{
  position: relative;
  display: inline-block;
  color: #4CC9FF;
  font-weight: 700;
}

span.voice::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    #7FDBFF,
    #4CC9FF,
    #7FDBFF,
    transparent
  );
  box-shadow: 
    0 0 8px #4CC9FF,
    0 0 15px #7FDBFF;
  border-radius: 10px;
}
.AI-Voice-features{
        padding-top: 25px;
       margin-left:-27px;
}
.AI-Voice-features .Ai-Voice-list {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #ffffff;
  font-size: 20px;
  font-weight:400;
  font-family: Arial, sans-serif;
}

/* Icon container */
.AI-Voice-features .icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
}

.AI-Voice-features .icon i {
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 1;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
span.icon i.fa-solid.fa-check::before {
   
    padding: 12px;
    font-size: 19px;
}
a.buton:hover{
	border: 1px solid white;
	background-color: white;
	color:#4CC9FF;
	 padding: 22px 27px;
	     font-weight: 400;
    border-width: 2px;
	 font-size: 15px;
	    border-radius: 15px;
}
a.buton{
	background-color:transparent;
	border: 1px solid white;
    color: white;
    padding: 22px 27px;
    font-size: 15px;
    border-radius: 15px;
    font-weight: 400;
    border-width: 2px;
}
.voice-btn{
	margin-top:70px;
}