/* @import url('https://fonts.googleapis.com/css2?family=Barlow: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&family=Be+Vietnam+Pro: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&family=Courgette&family=Edu+TAS+Beginner&family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&family=Grand+Hotel&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kite+One&family=Krona+One&family=Mukta+Vaani:wght@200;300;400;500;600;700;800&family=Mukta:wght@200;300;400;500;600;700;800&family=Playwrite+DK+Loopet:wght@100..400&family=Playwrite+GB+S:ital,wght@0,100..400;1,100..400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shrikhand&family=Sriracha&display=swap'); */

@import url("https://fonts.googleapis.com/css2?family=Barlow: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&family=Be+Vietnam+Pro: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&family=Bubblegum+Sans&family=Courgette&family=Edu+TAS+Beginner&family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&family=Grand+Hotel&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kite+One&family=Krona+One&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mukta+Vaani:wght@200;300;400;500;600;700;800&family=Mukta:wght@200;300;400;500;600;700;800&family=Playwrite+DK+Loopet:wght@100..400&family=Playwrite+GB+S:ital,wght@0,100..400;1,100..400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shrikhand&family=Sora:wght@100..800&family=Sriracha&display=swap");

* {
	margin: 0;
	padding: 0;
	box-sizing: 0;
	font-family: "Montserrat", sans-serif;
}
:root {
	--white: #ffffff;
	--black: #000000;
	--Tyrian-Purple: #bf51e0;
	--Purple-Daffodil: #c139eb;
	--Deluge: #7e5cad;
	--Haiti: #1a1a40;
	--Ship-Grey: #3d3c42;
	--Seashell: #f1f1f1;
	--purple-bg: #d2baff5c;
	--Regal-Blue: #0b3c6a;
	--Grey-Cloud: #837f7f;
	--Purple-Heart: #673bb7;
	--Daisy-Bush: #592da9;
	--Daisy-Bush: #4f2398;
	--Dawn-Pink: #efebe2;
	--White-Smoke: #f6f4f2;
	--help-bg1: #b9d3f045;
	/*  */
	--Purple-Haze: #3a3674;
	--Desert-Storm: #f8f8f8;
}
/* ************ */
.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}
.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	animation-name: fadeOut;
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.owl-height {
	transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
	margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 0.2s ease;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}

/* ************* */
h1,
h2,
h3,
h4,
h5,
h6 {
	/* font-family: 'Be Vietnam Pro', sans-serif;   */
	font-family: "Montserrat", sans-serif;
}
.heplBtn a {
	text-decoration: none;
	background: var(--white);
	color: var(--Purple-Haze);
	padding: 14px 30px;
}
.helpblue a {
	background: var(--Purple-Haze);
	color: var(--white);
	padding: 14px 30px;
	text-decoration: none;
	line-height: 40px;
}

.registerHelping a {
	text-decoration: none;
	background: var(--Purple-Haze);
	color: var(--white);
	padding: 14px 30px;
}
p {
	line-height: 30px;
	font-size: 14px;
}
/* ************ */
nav.navbar.WhiteNav {
	background-color: var(--white) !important;
	position: fixed;
	width: 100%;
	z-index: 999;
	transition: 0.6s;
	padding: 12px 0;
	box-shadow: 0 0 2px #ccc;
	top: 0;
	color: var(--Rangoon-Green);
}
nav.navbar .nav-item .nav-link.active {
	color: var(--Daisy-Bush);
}
nav.navbar .nav-item .nav-link {
	color: var(--Haiti);
}

.TransparentNav #BrandLogo,
.WhiteNav #WhiteLogo {
	display: none;
}
.WhiteNav .navbar-brand.white-logo {
	display: none;
}
.WhiteNav #BrandLogo {
	display: block;
}
.navbar-brand img {
	width: auto;
	height: 45px;
	max-width: 100%;
	margin-bottom: 2px;
}
.navbar-brand span {
	font-size: 1.5rem;
	color: #3b3772;
}
.navbar.meta-navbar {
	padding: 16px 0 !important;
}

.meta-navbar .company-logo {
	background: var(--Green-Vogue);
	padding: 6px;
}
.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 99;
	outline: none;
	font-size: 30px;
	font-weight: 600;
	color: var(--Green-Vogue);
	background: transparent;
	border: 0;
}
.back-to-top img {
	width: 40px;
}
.common-section {
	background: var(--Rangoon-Green);
	padding: 20px 0;
}
.common-section .common-content {
	text-align: center;
}
.common-section .common-content h4 {
	font-size: 2.1rem;
	color: var(--Coral-Reef);
	margin-bottom: 0;
}
.common-section h3 {
	font-size: 2rem;
}
.common-section .breadcrumb-item {
	font-size: 1.2rem;
}
.meta-navbar {
	background: var(--white);
	border: 1px solid var(--Seashell);
}
.meta-navbar .nav-item .nav-link {
	color: var(--Ship-Grey);
	font-size: 16px;
	margin-left: 12px;
	font-weight: 400;
	border-bottom: 1px solid var(--white);
}
.meta-navbar .nav-item .nav-link:hover {
	color: var(--Deluge);
	border-bottom: 1px solid var(--Deluge);
}
.meta-navbar .nav-item .nav-link.active {
	color: var(--Deluge);
}
.company-logo {
	margin-bottom: 0;
}
/* hero section start */
.right-slider-img img {
	width: 100%;
}

.hero-section {
	width: 96%;
	margin: 0 auto;
}
.navbar.helping-navbar {
	width: 96%;
	margin: 0 auto;
	padding: 20px 0 !important;
}
.hero-img img {
	width: 100%;
}
.navbar.helping-navbar .nav-link {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	margin-right: 20px;
}
.helping-navbar .navbar-toggler img {
	width: 24px !important;
}
.registerHelping {
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
	gap: 20px;
}
.registerHelping li {
	list-style: none;
}
.registerHelping li a {
	text-decoration: none;
}
.hero-img {
	position: relative;
	width: 100%;
	height: 100;
}
.hero-img .overlay-bg {
	position: absolute;
	left: 0;
	top: 0;
	background: #3a3674e0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.inner-hero-section {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	color: var(--white);
	width: 80%;

	/* new */
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.right-slider-content {
	position: relative;
	top: auto;
}

.inner-hero-content h2 {
	font-size: 4.5rem;
	font-weight: 600;
}
.inner-hero-content ul {
	padding-left: 0;
	margin-bottom: 30px;
}
.inner-hero-content ul li {
	list-style: none;
	margin-bottom: 12px;
}
.inner-hero-content ul li i {
	margin-right: 8px;
}

.social-media {
	display: flex;
	padding-left: 0;
	margin-bottom: 40px;
	justify-content: end;
	margin-top: 20px;
}
.right-slider-content p {
	width: 100%;
	font-size: 1.3rem;
	margin-bottom: 30px;
}
.social-media li {
	list-style: none;
	margin-left: 12px;
}
.social-media li a i {
	color: var(--white);
	font-size: 1.2rem;
	transition: 0.6s;
	border: 0.8px solid var(--Dawn-Pink);
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
}
.social-media li a {
	text-decoration: none;
}
.social-media li a:hover i {
	color: var(--Dawn-Pink);
	transition: 0.6s;
}
/* hero section end */

/* service start */
.service-section {
	padding: 60px 0;
	background: var(--Desert-Storm);
}
.service-icon img {
	width: 50px;
	margin-bottom: 20px;
}
.headline h6 {
	text-align: center;
}
.headline h3 {
	font-size: 2.5rem;
	font-weight: 600;
	text-align: center;
	width: 50%;
	margin: 0 auto 20px auto;
	color: var(--Regal-Blue);
}
/* .service-card{
  border: 1px solid var(--Dawn-Pink);
  padding: 20px;
  margin-bottom: 20px;
  min-height: 350px;
  background: var(--white);
} */
.service-card {
	background-color: var(--white);
	border: 1px solid #e0e0e0;
	border-radius: 12px;
	padding: 24px;
	min-height: 410px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
	text-align: center;
	margin: 20px auto;
}
.service-card:hover {
	box-shadow: 0 8px 24px rgba(58, 54, 116, 0.15);
	transform: translateY(-4px);
}
.service-card h4 {
	font-size: 1rem;
}
.service-card p {
	color: var(--Grey-Cloud);
	font-size: 15px;
	margin-bottom: 20px;
}
/* service end */
.certification-card {
	background: var(--white);
	padding: 8px;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.certification-card img {
	width: 100%;
}

/* feature start */
.feature-section {
	padding: 60px 0;
	background: var(--White-Smoke);
}
.feature-content .headline h3 {
	margin-bottom: 60px;
}
.feature-img {
	text-align: center;
}
.feature-img img {
	width: 400px;
	background: var(--white);
	padding: 30px;
	border-radius: 20px;
}
.feature-card {
	margin-bottom: 80px;
}
.feature-cont img {
	width: 30px;
	margin-bottom: 12px;
}
/* feature end */
/* testimonial start */
.testimonial-section {
	padding: 60px 0;
}
.testimonial-card {
	border: 1px solid var(--Dawn-Pink);
	padding: 20px;
}
.testimonial-card ul {
	display: flex;
	padding-left: 0;
	margin-bottom: 20px;
}
.testimonial-card ul li {
	list-style: none;
}
.testimonial-card ul li i {
	font-size: 0.8rem;
	margin-right: 4px;
}
.test-info {
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
	height: 100%;
	align-items: center;
}
.test-info li {
	list-style: none;
}
.test-info li img {
	width: 50px !important;
	height: 50px !important;
	border-radius: 60px;
	margin-right: 12px;
}
.test-info h6 {
	margin-bottom: 0;
}
.test-info span {
	color: var(--Grey-Cloud);
}
/* testimonial end */
/* call to action start */
.calltoaction {
	width: 100%;
	background: url(../images/call-to-action.webp) fixed no-repeat center / cover;
	padding: 60px 0;
	position: relative;
	width: 100%;
	min-height: 350px;
}
.overlay-cta {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0801454a;
}
.inner-cta h3 {
	font-size: 3.5rem;
	width: 60%;
	margin: 0 auto;
	font-weight: 700;
	margin-bottom: 60px;
}
.inner-cta a {
	text-decoration: none;
	color: var(--white);
	font-weight: 500;
	border-radius: 40px;
}
.calltoaction .cta-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	color: var(--white);
	width: 80%;
	margin: 0 auto;
	text-align: center;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
}
/* call to action end */
/* contact us start */
.contact-section {
	padding: 60px 0;
}
.left-contact ul {
	padding-left: 0;
	margin-bottom: 0;
}
.left-contact ul li {
	list-style: none;
	margin-bottom: 12px;
}
.left-contact ul li a {
	font-size: 1.5rem;
	font-weight: 500;
	color: var(--Haiti);
}
.left-contact ul li p {
	margin-bottom: 0;
	color: var(--Grey-Cloud);
}
.left-contact img {
	max-width: 24px;
	margin-right: 8px;
}
.contact-content .social-media i {
	color: var(--Daisy-Bush);
}
.contact-content .social-media a {
	text-decoration: none;
}
.contact-content .social-media {
	justify-content: start;
	padding-left: 0;
}
.contact-content .social-media li {
	margin-left: 0;
	margin-right: 12px;
}
.contact-content .social-media li:hover i {
	color: var(--Deluge);
}
.right-contact {
	background: #ccbee626;
	padding: 40px;
}
.right-contact input {
	border-radius: 0;
	padding: 14px 20px;
}
.right-contact textarea {
	border-radius: 0;
	padding: 14px 20px;
}
.right-contact .d-grid button {
	border-radius: 0;
	background: var(--Daisy-Bush);
	color: var(--white);
	border: 0;
	padding: 14px 20px;
}
.right-contact .form-control:focus {
	box-shadow: none !important;
}
.contactCard {
	max-width: 100%;
	width: 430px;
	height: 100px;
	/* border: 1px solid var(--Dawn-Pink); */
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.08);
}
.contactCard i {
	font-size: 1.5rem;
	text-align: center;
	width: 100%;
	color: var(--Grey-Cloud);
	margin-bottom: 16px;
}
.contactCard a {
	font-size: 1.1rem;
	text-decoration: none;
	color: var(--Regal-Blue);
}
.contactCard h5 {
	font-size: 1rem;
}
.login-card {
	width: 60%;
	margin: 0 auto;
}
/* contact us end */
/* footer start */
footer {
	background: var(--Purple-Haze);
	padding: 80px 40px 20px 40px;
	color: var(--white);
}
footer .footer-content h4 {
	margin-bottom: 20px;
	color: var(--Seashell);
	position: relative;
	padding-bottom: 12px;
}
footer .footer-content h4::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 2px;
	background: var(--white);
	content: "";
}
footer .footer-content ul {
	padding-left: 0;
	margin-bottom: 0;
}
footer .footer-content ul li {
	list-style: none;
	margin-bottom: 12px;
	position: relative;
}
footer .footer-content.footer-menu ul li::before {
	content: "";
	position: absolute;
	left: -13px;
	width: 12px;
	height: 38px;
	z-index: 1;
	background: url(../images/right-arrow-angle.png) no-repeat center / 7px;
	top: -7px;
}
footer .footer-content ul li a {
	text-decoration: none;
	color: var(--white);
}
.footerContact a {
	font-size: 1.5rem;
	font-weight: 600;
	text-decoration: underline !important;
}
.footerContact i {
	margin-right: 8px;
	font-size: 1.5rem;
}
.copyright {
	border-top: 1px solid var(--Dawn-Pink);
	margin-top: 40px;
	padding-top: 20px;
}
.copyright a {
	text-decoration: none;
	color: var(--Desert-Storm);
}
.copyright ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
	padding-left: 0;
	margin-top: 0;
}
.copyright ul li {
	list-style: none;
}
.copyright .social-media i {
	font-size: 0.8rem;
	padding: 4px;
	width: 30px;
	height: 30px;
}
footer .social-media {
	justify-content: start;
	gap: 12px;
}
footer .social-media li {
	margin-left: 0;
}
.footer-content {
	width: 80%;
}
.footer-content .footerContact i {
	font-size: 1.2rem;
}
.footerContact a {
	text-decoration: none !important;
}
/* footer end */
/* about start */
.about-section {
	padding: 60px 0;
}
.about-img img {
	width: 100%;
}
.left-aboutus {
	width: 80%;
	margin: 0 auto;
}
.left-aboutus .headline h3 {
	width: 80%;
	margin: 0;
	text-align: left;
}
/* about end */
/* common start */
.common-section {
	padding: 40px 0;
	width: 100%;
	background: linear-gradient(
			45deg,
			rgb(140 110 247 / 54%),
			rgb(73 93 242 / 20%) 100%
		),
		url(../images/common-banner.webp);
	background-size: cover;
	color: var(--Daisy-Bush);
}
.common-section .common-breadcrumb {
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	height: 250px;
}

.common-section .common-breadcrumb ol {
	justify-content: center;
	color: var(--Daisy-Bush);
	margin-bottom: 0;
}
.common-section .common-breadcrumb .breadcrumb-item a {
	color: var(--Daisy-Bush);
	text-decoration: none;
}
/* common end */
.left-about .headline h2 {
	margin-bottom: 20px;
}
.left-about p {
	color: var(--Grey-Cloud);
	margin-bottom: 20px;
}

.aboutcont-img img {
	max-width: 100%;
	width: 450px;
}
.aboutcont-img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.aboutcont p {
	color: var(--Grey-Cloud);
	line-height: 30px;
	margin-bottom: 30px;
}
.aboutcont-section {
	margin-bottom: 60px;
}
.video-container video {
	width: 100%;
	height: 100%;
}
/* end about content */

/* number start  */
.number-content {
	background-color: var(--White-Smoke);
	padding: 60px 0;
	text-align: center;
}
.number-content p {
	margin-bottom: 0;
	font-size: 1.2rem;
	color: var(--Grey-Cloud);
}
.number-section {
	margin-bottom: 40px;
}
.number-content h2 {
	font-size: 3.5rem;
	font-weight: 700;
	color: var(--Haiti);
}
.num-card {
	border-right: 1px dotted var(--black);
}
.num-card.no-border {
	border-right: 0;
}
/* number end */
/* mission start */
.mission-card {
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03);
	padding: 20px;
	min-height: 250px;
}
.mission-card img {
	margin-bottom: 12px;
}
.mission-card h5 {
	font-size: 1.1rem;
}
.mission-section {
	margin-bottom: 20px;
}
/* mission end */

/* payment start */
.payment-section {
	padding: 60px 0;
}
.payment-img img {
	width: 100%;
}
/* payment end */
.company-location iframe {
	height: 350px;
	width: 100%;
}

/* why choose start */
.choose-section {
	padding: 60px 0;
}
.left-choose .headline h3 {
	margin: 0;
	text-align: start;
	margin-bottom: 30px;
}
.left-choose ul {
	display: flex;
	padding-left: 0;

	gap: 30px;
}
.left-choose ul li {
	list-style: none;
}
.left-choose li img {
	width: 60px;
	height: 60px;
	background: var(--Seashell);
	border-radius: 100px;
	padding: 8px;
}
.choose-section .choose-img {
	text-align: center;
}
.choose-section .choose-img img {
	width: 100%;
	background: var(--Dawn-Pink);
	padding: 20px;
	border-radius: 20px;
}
/* why choose end */
/* gallery start */
.gallery-section {
	padding: 60px 0;
}
.card-image img {
	width: 100%;
}
.gallery-card {
	margin-bottom: 20px;
}
/* gallery end */
/* privacy-policy-section  */
.privacy-policy-section {
	padding: 60px 0;
}
.privacy-policy-section strong {
	font-weight: 500;
}
/* privacy-policy-section end  */
.pay-now-button {
	background-color: var(--Purple-Haze);
	color: var(--white);
	padding: 10px 20px;
	font-size: 14px;
	border: none;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease,
		background-color 0.2s ease;
	box-shadow: 0 4px 12px rgba(58, 54, 116, 0.3);
}

.pay-now-button:hover {
	background-color: var(--Purple-Heart);
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(58, 54, 116, 0.4);
}

.pay-now-button:active {
	transform: scale(0.97);
	box-shadow: 0 3px 8px rgba(58, 54, 116, 0.3);
}
/* top arrow start */
.back-to-top {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 999;
	font-size: 18px;
	background-color: var(--Daisy-Bush);
	color: var(--white);
	border: none;
	outline: none;
	cursor: pointer;
	padding: 12px 16px;
	border-radius: 50%;
	transition: 0.3s ease-in-out;
}
.back-to-top:hover {
	background-color: var(--Daisy-Bush);
	transform: scale(1.1);
}
/* top arrow end */
/* whatsapp  */
.btn-whatsapp {
	position: fixed;
	bottom: 120px;
	right: 25px;
	width: 60px;
	height: 60px;
	background-color: #25d366;
	color: white;
	font-size: 28px;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	box-shadow: 0 0 0 rgba(37, 211, 102, 0.4);
	animation: pulse 2s infinite;
	z-index: 1000;
	transition: transform 0.3s ease;
}
.btn-whatsapp:hover {
	transform: scale(1.1);
	text-decoration: none;
	color: white;
}
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
	}
	70% {
		box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
	}
}
/* end */
/* media query start */
@media (max-width: 1440px) {
	.inner-hero-content h2 {
		font-size: 3.5rem;
		line-height: 48px;
	}
	.inner-cta h3 {
		font-size: 3rem;
	}

	.common-section {
		padding: 0;
	}
	.common-section .common-breadcrumb {
		height: 200px;
	}
	.registerHelping a {
		padding: 14px 20px;
	}
}
@media (max-width: 1400px) {
	.footerContact a {
		font-size: 1.3rem;
	}
	.footerContact i {
		font-size: 1.3rem;
	}

	.inner-cta h3 {
		font-size: 2.8rem;
	}
	.number-content h2 {
		font-size: 3rem;
	}
	.headline h3 {
		font-size: 2.3rem;
	}
	.headline h3 {
		width: 100%;
	}
	/* .right-slider-content {
		top: 130px;
	} */
	.service-card {
		min-height: 380px;
	}
	.navbar.helping-navbar .nav-link {
		margin-right: 8px;
	}
}
@media (max-width: 1300px) {
	.inner-hero-content h2 {
		font-size: 3rem;
		line-height: 40px;
	}
	.inner-cta a {
		font-size: 1.5rem;
	}
	.inner-hero-content ul li {
		list-style: none;
		margin-bottom: 6px;
	}
	.inner-hero-content {
		/* padding-bottom: 45px; */
	}
	.inner-cta h3 {
		width: 80%;
		margin-bottom: 8px;
	}

	.social-media {
		margin-bottom: 80px;
	}
}
@media (max-width: 1286px) {
	.navbar-brand span {
		font-size: 1.3rem;
	}
	.registerHelping a {
		padding: 8px 12px;
		font-size: 14px;
	}
}
@media (max-width: 1200px) {
	.inner-cta h3 {
		font-size: 2.5rem;
	}
	.service-card {
		min-height: 384px;
	}

	.navbar.helping-navbar {
		width: 100%;
		padding: 12px 0;
	}
	.inner-hero-content h2 {
		font-size: 2.5rem;
	}
	.registerHelping a {
		padding: 10px 14px;
	}
	.navbar-brand span {
		font-size: 1.3rem;
	}
	.registerHelping a {
		padding: 8px 10px;
	}
}
@media (max-width: 1150px) {
	.inner-hero-content h2 {
		font-size: 2.3rem;
		line-height: 30px;
	}
	.footerContact a {
		font-size: 1rem;
	}
	.navbar.helping-navbar .nav-link {
		font-size: 12px;
	}
	.navbar-brand span {
		font-size: 1.1rem;
	}
	.registerHelping a {
		font-size: 14px;
	}
}
@media (max-width: 1100px) {
	.inner-cta h3 {
		width: 70%;
	}
	.right-slider-img {
		padding-top: 64px;
	}
	/* .inner-hero-section {
		top: 47%;
	} */
}
@media (max-width: 1080px) {
	.navbar-brand img {
		width: auto;
		height: 45px;
	}
	.navbar.helping-navbar .nav-link {
		margin-right: 12px;
	}
	.footerContact a {
		font-size: 1.1rem;
	}
	.footerContact i {
		font-size: 1.1rem;
	}
	.registerHelping a {
		padding: 8px;
	}
}
@media (max-width: 1025px) {
	.inner-hero-content h2 {
		font-size: 1.8rem;
		line-height: 24px;
	}
	.right-slider-content p {
		font-size: 1rem;
		margin-bottom: 24px;
	}
	.heplBtn a {
		padding: 12px 18px;
	}
	.navbar-brand img {
		width: auto;
		height: 45px;
	}
	.social-media li a i {
		width: 35px;
		height: 35px;
	}
	.left-aboutus .headline h3 {
		font-size: 2rem;
	}
	.helpblue a {
		padding: 12px 24px;
	}
	.headline h3 {
		font-size: 2rem;
	}
}
@media (max-width: 1024px) {
	.inner-hero-content {
		padding-bottom: 20px;
	}
	.common-section h3 {
		font-size: 1.8rem;
	}
	.common-section .breadcrumb-item {
		font-size: 1rem;
	}
	.left-about .headline h2 {
		font-size: 1.8rem;
	}
	.number-content h2 {
		font-size: 2.5rem;
	}
	footer .footer-content h4 {
		font-size: 1.3rem;
	}
	.inner-hero-content h2 {
		font-size: 2rem;
	}
	.right-slider-content p {
		font-size: 1rem;
	}
	.heplBtn a {
		padding: 12px 14px;
	}
	.social-media {
		margin-bottom: 100px;
	}
	.navbar.helping-navbar .nav-link {
		margin-right: 6px;
		font-size: 12px;
	}
	.registerHelping a {
		padding: 6px 14px;
	}
	.right-slider-img {
		padding-top: 120px;
	}
	/* .right-slider-content {
		top: 180px;
	} */
	.left-hero-content .social-media {
		display: none;
	}
	.inner-cta h3 {
		width: 90%;
		font-size: 2.3rem;
	}
	.service-card {
		min-height: 532px;
	}
	/* .right-slider-content {
		top: 146px;
	} */
	.right-slider-img {
		padding-top: 80px;
	}
	.navbar-brand span {
		font-size: 1.2rem;
	}
	.navbar.helping-navbar .nav-link {
		margin-right: 0;
	}
	.registerHelping a {
		padding: 6px 8px;
	}
}
@media (max-width: 992px) {
	.menu-bg .offcanvas-title img {
		width: 80px;
	}
	.navbar-toggler {
		border: 0 !important;
	}
	.navbar-toggler:focus {
		box-shadow: none !important;
	}

	/* .contact-content .social-media{
margin-bottom: 30px;
} */
	.contactCard .social-media {
		margin: 0;
	}
	.social-media li a i {
		font-size: 1.1rem;
		width: 30px;
		height: 30px;
		padding: 2px;
	}

	.inner-cta h3 {
		font-size: 2rem;
		margin-bottom: 30px;
	}
	.inner-hero-content ul {
		display: none;
	}

	.headline h3 {
		font-size: 1.8rem;
	}
	.navbar.helping-navbar {
		padding: 12px 0 !important;
	}
	footer .footer-content h4 {
		font-size: 1.2rem;
	}
	.about-content .left-about {
		margin-bottom: 40px;
	}
	.num-card {
		border-right: none;
		margin-bottom: 20px;
	}
	.number-content h2 {
		font-size: 2rem;
	}
	.number-content p {
		font-size: 1rem;
	}
	.video-container {
		margin-bottom: 20px;
	}
	.left-aboutus {
		width: 100%;
		padding-bottom: 30px;
	}
	.contactCard .social-media li a i {
		width: 40px;
		height: 40px;
		margin-bottom: 0;
	}
	.about-img img {
		width: 350px;
	}
	.headline h3 {
		text-align: left;
	}
	.service-card {
		min-height: 330px;
	}
	/* .inner-hero-section {
		top: 36%;
	} */
	.right-slider-content p {
		width: 100%;
		line-height: 24px;
	}
	.headline h6 {
		text-align: left;
	}
	.gallery-section {
		padding: 40px 0;
	}
}
@media (max-width: 991px) {
	nav.navbar .nav-item .nav-link {
		border-bottom: 1px solid var(--Dawn-Pink);
		padding: 20px 0;
	}
}
@media (max-width: 840px) {
	.heplBtn a {
		padding: 8px;
		font-size: 0.8rem;
	}
	.left-aboutus .headline h3 {
		font-size: 1.5rem;
	}
}
@media (max-width: 768px) {
	.service-card h4 {
		font-size: 1.1rem;
	}
	.service-card {
		min-height: auto;
	}

	.right-contact label {
		font-size: 16px;
	}

	.service-section,
	.testimonial-section,
	.contact-section,
	.calltoaction,
	.book-section,
	.payment-section,
	.contact-section,
	.contact-section {
		padding: 40px 0;
	}
	.about-section {
		padding-top: 40px;
		padding-bottom: 0;
	}
	.herotagline {
		margin-bottom: 30px;
	}

	.inner-cta h3 {
		width: 90%;
	}
	.inner-cta h3 {
		font-size: 1.8rem;
	}
	footer .footer-content h4 {
		font-size: 20px;
	}
	footer {
		background: var(--Daisy-Bush);
		padding: 40px 40px 20px 40px;
	}
	.headline h3 {
		font-size: 1.5rem;
	}
	.calltoaction {
		min-height: 240px;
	}

	/* .inner-hero-section {
		top: 30%;
	} */
	.inner-hero-content h2 {
		font-size: 1.5rem;
	}
	.herotagline {
		margin-bottom: 8px;
	}

	.inner-hero-content {
		border-bottom: none;
	}
	.login-card {
		width: 80%;
	}
}

@media (max-width: 767px) {
	/* .right-slider-content {
		top: -45px;
	} */
}
@media (max-width: 700px) {
	.inner-hero-content h2 {
		font-size: 2rem;
		line-height: 28px;
	}
	.inner-cta h3 {
		width: 100%;
		font-size: 1.8rem;
	}
	.inner-cta a {
		font-size: 1.3rem;
	}
}
@media (max-width: 675px) {
	.inner-hero-content h2 {
		font-size: 1.5rem;
		line-height: 22px;
	}
	.right-slider-content p {
		width: 100%;
		line-height: 22px;
		font-size: 0.8rem;
	}
}
@media (max-width: 575px) {
	.inner-hero-content h2 {
		font-size: 1.6rem;
		line-height: 20px;
	}
	.social-media {
		margin-top: 8px;
	}
	.inner-hero-content h2 {
		font-size: 1.8rem;
		line-height: 20px;
	}
	.hero-section {
		width: 100%;
	}
	footer {
		padding: 20px 8px;
	}
	.common-section .common-breadcrumb {
		height: 130px;
	}
	.common-section h3 {
		font-size: 1.5rem;
		margin-bottom: 2px;
	}
	.left-about .headline h2 {
		font-size: 1.5rem;
		margin-bottom: 12px;
	}
	.mission-card {
		min-height: auto;
	}
	.aboutcont p {
		line-height: 24px;
	}
	.inner-hero-content h2 {
		font-size: 1.5rem;
	}
	.feature-content .headline h3 {
		margin-bottom: 28px;
	}
}

@media (max-width: 500px) {
	.inner-hero-section .heplBtn {
		display: none;
	}
}
@media (max-width: 480px) {
	.inner-hero-content h2 {
		font-size: 1.5rem;
		line-height: 24px;
	}

	.copyright ul {
		display: block;
	}
	.copyright ul .social-media {
		margin-top: 20px;
		display: flex;
		justify-content: start;
		margin-right: 8px;
		gap: 8px;
	}
	.copyright .social-media li {
		margin-left: 0;
	}
	.hero-section .social-media li a i {
		font-size: 0.8rem;
		width: 24px;
		height: 20px;
		padding: 2px;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 14px;
	}
	nav.navbar .nav-item .nav-link {
		padding: 14px 0;
	}
}
@media (max-width: 440px) {
	.navbar-brand span {
		font-size: 1rem;
	}
	.navbar-brand img {
		height: 38px;
	}
	.helping-navbar .navbar-toggler {
		padding: 0 4px !important;
	}
	.helping-navbar .navbar-toggler img {
		width: 20px !important;
	}
}
@media (max-width: 425px) {
	.herotagline {
		margin-bottom: 12px;
	}
	.inner-hero-content h2 {
		font-size: 1.3rem;
		line-height: 20px;
	}

	.inner-cta a {
		font-size: 1.1rem;
	}
	.inner-cta h3 {
		font-size: 1.5rem;
	}
	.left-contact ul li a {
		font-size: 1.3rem;
	}
	.navbar-brand img {
		width: auto;
		height: 45px;
	}
	.right-contact {
		padding: 20px;
	}
	.left-about .headline h2 {
		font-size: 1.3rem;
	}

	.choose-section .choose-img img {
		width: 100%;
	}
	.feature-img img {
		width: 100%;
	}
	.about-img img {
		width: 100%;
	}
	.inner-cta h3 {
		font-size: 1.2rem;
		margin-bottom: 12px;
	}
	.feature-card {
		margin-bottom: 40px;
	}
	.right-slider-content p {
		line-height: 18px;
		font-size: 0.8rem;
		margin-bottom: 0;
	}
	.inner-hero-content h2 {
		font-size: 1rem;
		line-height: 9px;
	}
	/* .right-slider-content {
		top: -27px;
	} */
	.login-card {
		width: 100%;
	}
}

@media (max-width: 380px) {
	.inner-hero-content h6 {
		font-size: 0.8rem;
	}
}
@media (max-width: 375px) {
	.service-section,
	.testimonial-section,
	.contact-section,
	.calltoaction,
	.about-section,
	.book-section,
	.payment-section,
	.contact-section,
	.contact-section {
		padding: 20px 0;
	}
	.about-section {
		padding-top: 20px;
	}
	.service-card h4 {
		font-size: 1rem;
	}

	.headline h3 {
		font-size: 1.3rem;
	}
	.left-contact ul li a {
		font-size: 16px;
	}

	.step a i {
		font-size: 1rem;
	}
	.step a {
		width: 24px;
		height: 24px;
	}

	.contactCard h5 {
		font-size: 0.8rem;
	}
	.gallery-section {
		padding: 20px 0;
	}
	.navbar-brand span {
		font-size: 0.9rem;
	}
	.navbar-brand img {
		height: 30px;
	}
	.company-logo {
		font-size: 0.98rem;
	}
	.helping-navbar .navbar-brand {
		margin-right: 0 !important;
	}
	.left-aboutus .headline h3 {
		font-size: 1.3rem;
	}
	.left-choose ul {
		gap: 12px;
	}
	.left-choose li img {
		width: 45px;
		height: 45px;
	}
	.service-card {
		padding: 20px;
	}
	.footerContact a {
		font-size: 16px !important;
	}
	.contactCard a {
		font-size: 16px;
	}
	.inner-hero-content h6 {
		padding-top: 16px;
	}
	.menu-bg .offcanvas-title img {
		width: 50px;
	}
}
@media (max-width: 350px) {
	.inner-hero-content h2 {
		font-size: 1.1rem;
		line-height: 12px;
	}
}
/* media query end */
