/*!
Theme Name: atalup
Theme URI: http://underscores.me/
Author: Nishit Manjarawala
Author URI: https://gotoclan.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atalup
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

atalup is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0 !important;
}

h2 {
	text-align: left;
	font: normal normal bold 32px/48px 'Poppins', sans-serif;
	letter-spacing: 0px;
	color: #000000;
}

h3 {
	font: normal normal bold 24px/35px 'Poppins', sans-serif;
	letter-spacing: 0px;
	color: #000000;
}

h4 {
	font: normal normal bold 18px/27px 'Poppins', sans-serif;
	letter-spacing: 0px;
	color: #000000;
}

h5 {
	font: normal normal bold 16px/25px 'Poppins', sans-serif;
	letter-spacing: 0px;
	color: #000000;
}

h6 {
	font: normal normal bold 14px/25px 'Poppins', sans-serif;
	letter-spacing: 0px;
	color: #000000;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	font: normal normal normal 16px/24px 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
	margin-left: 0px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


.navbar-nav .nav-link {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #000;
}

/*Bootstrap header menu*/
@media (max-width: 991px) {

	/* Apply for tablets and smaller */
	.full-screen-menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: rgba(255, 255, 255, 0.95);
		z-index: 1050;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		padding: 20px;
		transition: all 0.3s ease-in-out;
		background: linear-gradient(90deg, rgba(71, 33, 135, 1.8), rgba(210, 20, 26, 1.8));
	}

	.full-screen-menu .navbar-nav {
		text-align: center;
		margin: 0px;
		width: 100%;
	}

	.navbar-nav .nav-link {
		font-family: 'Poppins', sans-serif;
		font-weight: 400;
		font-size: 18px;
		line-height: 1;
		letter-spacing: 0%;
		text-align: center;
		color: #fff;
	}

	li.special-call-cta {
		padding-top: 25px;
	}

	button.navbar-toggler {
		border: none;
		padding: 0px;
	}

	.navbar-toggler:focus {
		box-shadow: none;
	}

	button.navbar-toggler img {
		width: 22px;
	}

	.navbar-toggler[aria-expanded="true"] .open {
		display: none;
	}

	.navbar-toggler[aria-expanded="false"] .close {
		display: none;
	}
}

@media (min-width: 992px) {
	.navbar-nav {
		width: 100%;
		display: flex;
	}

	.special-call-cta {
		margin-left: auto;
		display: flex;
		align-items: center;
	}
}

.full-screen-menu.collapse:not(.show) {
	display: none;
}

.full-screen-menu .navbar-nav {
	text-align: center;
}

.full-screen-menu .nav-item {
	margin: 10px 0;
}

.navbar-toggler {
	z-index: 1100;
}

.dropdown-menu {
	background: rgba(255, 255, 255, 0.95);
}

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



a.header-call-cta,
a.header-call-cta:visited {
	padding: 20px 24px;
	border-radius: 10px;
	background: linear-gradient(to bottom right, #D2141A, #472187);
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #fff;
	text-decoration: none;
}

.site-header.sticky {
	position: sticky;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	top: 0;
	background: #fff;
	z-index: 9;
}

/*End Bootstrap header menu*/

.video-container {
	position: relative;
	width: 100%;
	/* max-width: 560px; */
	cursor: pointer;
}

.video-container img {
	width: 100%;
	height: auto;
	display: block;
}

.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.7);
	color: white;
	padding: 15px 20px;
	border-radius: 50%;
	font-size: 24px;
	text-align: center;
}

.banner-max-width {
	max-width: 950px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.banner-max-width h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 64px;
	line-height: 51px;
	letter-spacing: 0%;
	text-align: center;
	margin: 5px 0;
	color: #3E0F5E;
	margin-top: 15px;
}

.banner-max-width h2 {
	font-family: 'Protest Riot', sans-serif;
	font-weight: 400;
	font-size: 52px;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: center;
	margin: 5px 0;
	color: #EA6828;
}

.banner-max-width h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 24px;
	line-height: 43.2px;
	letter-spacing: 0%;
	text-align: center;
	color: #4C2183;
	margin-bottom: 20px;
}

a.banner-cta,
a.banner-cta:visited {
	padding: 20px 24px;
	border-radius: 12px;
	background: linear-gradient(to bottom right, #D2141A, #472187);
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #fff;
	text-decoration: none;
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.mobile-only {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.desktop-only {
		display: none !important;
	}

	.banner-max-width h1 {
		font-size: 32px;
		line-height: 35.2px;
		margin-top: 30px;
	}

	.banner-max-width h2 {
		font-size: 28px;
		line-height: 30.8px;
	}

	.banner-max-width h3 {
		font-size: 16px;
		line-height: 19.2px;
	}

	a.banner-cta,
	a.banner-cta:visited {
		font-size: 16px;
		line-height: 24px;
		margin-top: 30px;
		/* position: fixed;
        bottom: 0;
        z-index: 9;
        margin: 0;
        width: 100%;
        text-align: center;
        border-radius: 0;
		padding: 15px; */
	}

	a.banner-cta.sticky {
		position: fixed;
		bottom: 0;
		z-index: 9;
		margin: 0;
		width: 100%;
		text-align: center;
		border-radius: 0;
		padding: 15px;
	}

}

section.guide-full {
	background: #440E66;
	/* padding: 50px 0px 50px; */
}

.guide-full h2 {
	font-family: 'Protest Riot', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0px;
	margin: 5px 0;
	color: #A78BFA;
}

.guide-full h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 36px;
	line-height: 39.6px;
	letter-spacing: 0%;
	margin: 5px 0;
	color: #fff;
}

.guide-text-with-icon {
	display: flex;
	align-items: center;
	/* justify-content: center; */
}

.guide-full p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 25.6px;
	letter-spacing: 0%;
	color: #fff;
	margin-bottom: 0px;
	margin-left: 5px;
}

.gfield input {
	border-radius: 12px;
	height: 52px;
}

input[type=submit].gform_button {
	padding: 20px 24px;
	border-radius: 10px;
	background: linear-gradient(to bottom right, #D2141A, #EF7A2B);
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #fff;
	border: none;
}

@media (min-width: 992px) {
	.flying-book {
		/* position: relative; */
		/* top: -100px; */
		/* position: absolute;
		left: 50%;
		transform: translateX(-50%);
		max-width: 200px;
		margin-top: -140px; */

	}

	/* section.guide-full {
		margin-top: 100px;
	} */
}

@media (max-width: 991px) {
	.flying-book {
		max-width: 140px;
		margin: auto;
		margin-top: 10px;
	}

	.guide-full {
		padding-top: 50px;
	}

	.guide-full h2 {
		text-align: center;
		line-height: 30px;
		font-size: 30px;
	}

	.guide-full h3 {
		font-size: 30px;
		line-height: 33px;
		text-align: center;
	}

	.guide-full p {
		font-size: 18px;
		line-height: 25.6px;
	}

	section.guide-full {
		padding-bottom: 0px;
	}
}

section.why-us {
	padding: 100px 0px 50px;
}

section.features {
	padding: 50px 0px;
}

.why-us-max-width {
	max-width: 850px;
	margin: auto;
}

.why-us h2 {
	font-family: 'Protest Riot', sans-serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 44px;
	letter-spacing: 0%;
	text-align: center;
	margin: 5px 0;
	color: #EA6828;
}

.why-us h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 48px;
	line-height: 52.8px;
	letter-spacing: 0%;
	text-align: center;
	margin: 5px 0;
	color: #3E0F5E;
}

.why-us p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 32.4px;
	letter-spacing: 0%;
	text-align: center;
	color: #464646;
}

.why-us p strong {
	font-weight: 800;
}

.whyus-image img {
	width: 100%;
}

.whyus-cred {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.whyus-cred svg {
	margin-top: 10px;
	margin-bottom: 5px;
}

span.sr-no {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 30px;
	line-height: 33px;
	text-align: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	display: flex;
	color: #fff;
}

span.sr-no-1,
span.sr-no-2,
span.sr-no-3,
span.sr-no-4 {
	background: #7B2B86;
}

span.sr-no-5 {
	background: #ED752A;
}

span.sr-no-6 {
	background: #D7261D;
}

.whyus-cred h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 24px;
	line-height: 26.4px;
	letter-spacing: 0%;
	text-align: center;
	margin: 5px 0;
	color: #772982;
}

.whyus-cred p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22.4px;
	letter-spacing: 0%;
	text-align: center;
}

.mobile-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}

.why-us-table th,
.why-us-table td {
	border: 1px solid #E6E9F5 !important;
	padding: 8px;
	text-align: left;
}

.why-us-table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 50px;
}

.why-us-table th:first-child {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0%;
}

.why-us-table th:first-child {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0%;
	color: #FFFFFF;
	background: #3E0F5E;
}

.why-us-table th:nth-child(2) {
	background-color: #E6E9F5;
	text-align: center;
}

.why-us-table th:nth-child(3) {
	background-color: #F5F5F5;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0%;
	text-align: center;
}

.why-us-table th {
	padding: 18px;
}

.why-us-table td {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0%;
}

.why-us-table td:not(:first-child) {
	text-align: center;
}

a.atalup-cta {
	padding: 20px 24px;
	border-radius: 10px;
	background: linear-gradient(to bottom right, #D2141A, #472187);
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 991px) {
	section.why-us {
		padding: 50px 0px 25px;
	}

	.why-us h2 {
		font-size: 28px;
		line-height: 30.8px;
	}

	.why-us h3 {
		font-size: 32px;
		line-height: 35.2px;
	}

	.why-us p {
		font-size: 16px;
		line-height: 28.8px;
	}

	span.sr-no {
		width: 25px;
		height: 25px;
		font-size: 14px;
		line-height: 15.4px;
		background: #7B2B86;
	}

	.col-md-2.whyus-cred {
		display: flex;
		flex-flow: row;
		justify-content: left;
	}

	.mobile-flex {
		display: flex;
		align-items: center;
		flex-flow: row;
		justify-content: start;
	}

	.whyus-cred p {
		text-align: left;
	}

	.mobile-flex-outer {
		padding-left: 5px;
	}

	.whyus-cred h4 {
		margin-left: 5px;
	}

	.why-us-table th:first-child {
		font-size: 16px;
		line-height: 19.2px;
	}

	.why-us-table th:nth-child(2),
	.why-us-table th:nth-child(3) {
		max-width: 68px;
		width: 68px;
	}

	.why-us-table th:nth-child(2) {
		padding: 0px;
	}

	.why-us-table th:nth-child(2) svg {
		width: 58px;
		height: 10px;
	}

	.why-us-table th:nth-child(3) {
		font-family: 'Poppins', sans-serif;
		font-weight: 800;
		font-size: 14px;
		line-height: 21px;
		letter-spacing: 0%;
		text-align: center;
	}

	.why-us-table td {
		font-size: 12px;
		line-height: 18px;
	}

	a.atalup-cta {
		font-size: 16px;
	}
}

.features-iteam {
	margin-bottom: 20px;
}

.features h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 48px;
	line-height: 52.8px;
	letter-spacing: 0%;
	text-align: center;
	color: #3E0F5E;
	margin: 5px 0;
	max-width: 1111px;
	margin: auto;
}

.features p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 36px;
	letter-spacing: 0%;
	text-align: center;
	color: #475569;
	max-width: 1111px;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}

.item-header h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 24px;
	line-height: 26.4px;
	letter-spacing: 0%;
	color: #0F172A;
	margin: 5px 0;
	margin-bottom: 18px;
}

.features-iteam p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28.8px;
	letter-spacing: 0%;
	text-align: left;
	color: #475569;
}

.features-iteam p strong {
	color: #0F172A;
	font-weight: 800;
}

section.success-story {
	background: #F3F3F3;
	padding: 50px 0px;
}

.success-story h2 {
	font-family: 'Protest Riot', sans-serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 44px;
	letter-spacing: 0%;
	text-align: center;
	margin: 5px 0;
	text-align: center;
	color: #EA6828;
}

.success-story h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 48px;
	line-height: 52.8px;
	letter-spacing: 0%;
	text-align: center;
	margin: 5px 0;
	color: #3E0F5E;
	margin-bottom: 30px;
}

.success-story-item h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 30px;
	line-height: 35px;
	letter-spacing: 0%;
	text-align: center;
	color: #3E0F5E;
	text-align: center;
}

.success-story-item p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 32.4px;
	letter-spacing: 0%;
	text-align: center;
	color: #0F172A;
}

.success-story-item p strong {
	font-weight: 800;
}

/* Customize the Slick dots */
.slick-dots li {
	width: 20px;
	height: 20px;
	margin: 0 5px;
	/* Adjust spacing between dots */
}

/* Default dot color */
.slick-dots li button {
	width: 20px;
	height: 20px;
	background-color: #D9D9D9;
	border-radius: 50%;
	opacity: 1;
	/* Ensure full visibility */
}

/* Hide default dot text */
.slick-dots li button:before {
	content: "";
}

/* Active dot color */
.slick-dots li.slick-active button {
	background-color: #EA6828;
}

@media (max-width: 991px) {
	.success-story h2 {
		font-size: 28px;
		line-height: 30.8px;
	}

	.success-story h3 {
		font-size: 32px;
		line-height: 35.2px;
	}

	.success-story-item h4 {
		font-size: 24px;
		line-height: 43.2px;
	}

	.success-story-item p {
		font-size: 16px;
		line-height: 28.8px;
	}

	section.features {
		padding: 25px 0px 25px;
	}

	.features h2 {
		font-size: 32px;
		line-height: 35.2px;
		margin-bottom: 10px;
	}

	.features p {
		font-size: 16px;
		line-height: 28.8px;
	}

	.item-header {
		display: flex;
		align-items: center;
		margin-bottom: 5px;
	}

	.item-header h3 {
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 0px;
		margin-left: 10px;
	}
}

section.faq {
	padding: 50px 0px;
}

.faq h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 48px;
	line-height: 52.8px;
	letter-spacing: 0%;
	text-align: center;
	color: #3E0F5E;
	margin-bottom: 20px;
}

.accordion-button {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 24px;
	line-height: 38.4px;
	letter-spacing: 0%;
	margin: 5px 0;
}

.accordion-button:not(.collapsed) {
	background: none;
}

/* Keep outer border but remove inner borders */
.accordion-item {
	border: 1px solid #ddd !important;
	/* Keep border around the whole item */
	border-radius: unset !important;
	margin-bottom: 10px;
	overflow: hidden;
	/* Prevent overlapping */
	border-left: none !important;
	border-right: none !important;
	border-bottom: none !important;
	padding: 10px 0px;
}

/* Remove the border between header (question) and body (answer) */
.accordion-button {
	border: none !important;
	box-shadow: none !important;
	background-color: transparent !important;
}

/* Remove the bottom border when expanded */
.accordion-button:not(.collapsed) {
	border-bottom: none !important;
	box-shadow: none !important;
}

/* Remove top border from answer section */
.accordion-collapse {
	border: none !important;
}

/* Remove padding-top from the answer body */
.accordion-body {
	padding-top: 0 !important;
}

.accordion-button {
	padding: 0px;
}

.accordion-body {
	padding: 0px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 32.4px;
	letter-spacing: 0%;
	color: #0F172A;
}

button.accordion-button,
.accordion-button:not(.collapsed) {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 24px;
	line-height: 38.4px;
	letter-spacing: 0%;
	margin: 5px 0;
	color: #000;
}

section.solutions {
	background: #F3F3F3;
	padding: 50px 0px;
}

.solutions h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 48px;
	line-height: 52.8px;
	letter-spacing: 0%;
	text-align: center;
	margin: 5px 0;
	color: #3E0F5E;
	margin-bottom: 10px;
}

.solutions h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 24px;
	line-height: 26.4px;
	letter-spacing: 0%;
	text-align: center;
	margin: 5px 0;
	color: #0F172A;
	padding: 10px;
}

.solutions p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 32.4px;
	letter-spacing: 0%;
	text-align: center;
	color: #0F172A;
	margin-bottom: 0px;
}

.site-footer {
	background: #F3F3F3;
	padding: 50px 0px;
}

@media (min-width: 992px) {
	ul.footer-menu-link {
		margin-left: 0px;
		padding: 0px;
		list-style: none;
		display: flex;
		justify-content: end;
		align-items: center;
		margin-bottom: 0;
	}
}

.footer-menu-link a,
.footer-menu-link a:visited {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #0F172A;
	margin-left: 25px;
}

.footer-row-one {
	padding: 30px 0px;
	border-bottom: 1px solid #D0D0D0;
}

.footer-row-two {
	padding: 30px 0px 0px;
	border-bottom: 1px solid #D0D0D0;
}

.site-footer h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 24px;
	line-height: 38.4px;
	letter-spacing: 0%;
	margin: 5px 0;
	color: #000000;
}

.site-footer p,
.site-footer .contact-link,
.site-footer .contact-link:visited {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 32.4px;
	letter-spacing: 0%;
	color: #0F172A;
	text-decoration-line: none;
}

p.text-center.copyright-text {
	padding-top: 15px;
}

.page-template-Homepage div#page {
	background-image: url(/wp-content/uploads/2025/02/Vector-1.png);
	background-size: 82% auto;
	background-position: top left;
	background-repeat: no-repeat;
}

.success-story-item img {
	width: 100%;
}

@media (max-width: 991px) {
	.solutions p {
		margin-bottom: 30px;
	}

	ul.footer-menu-link {
		margin-left: 0px;
		margin-bottom: 15px;
		margin-top: 23px;
		column-count: 2;
	}

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

	.page-template-Homepage div#page {
		background-image: url(/wp-content/uploads/2025/02/Vector-1.png);
		background-size: 100% auto;
		background-position: top left;
		background-repeat: no-repeat;
	}

	#guide iframe {
		min-height: 480px;
	}

	.modal-body iframe {
		min-height: 985px;
	}

	.video-container iframe {
		height: 250px !important;
	}

	a.custom-logo-link img {
		max-width: 180px;
	}

	a.header-call-cta {
		padding: 10px;
		font-size: 10px;
		line-height: 24px;
		margin-left: 4px;
		display: inline-block;
	}

	.banner-max-width {
		padding-bottom: 50px;
	}
}

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

.modal {
	z-index: 9999;
}

.btn-close {
	background: unset;
	background-color: red !important;
	/* Set background to red */
	border-radius: 50%;
	/* Make it round */
	width: 20px;
	/* Adjust size */
	height: 20px;
	/* Adjust size */
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-close::before {
	content: '×';
	/* Unicode for cross */
	font-size: 30px;
	color: white;
	/* Set cross color to white */
	font-weight: bold;
	position: absolute;
	top: -4px;
}

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

	20% {
		transform: translateX(-5px);
	}

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

	60% {
		transform: translateX(-5px);
	}

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

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

.banner-cta svg {
	animation: shake 0.5s ease-in-out infinite;
}


.common-banner {
	background: transparent url(https://gotoclan.com/wp-content/uploads/2023/10/common-banner.svg) 0% 0% no-repeat padding-box;
	padding: 23px 0px;

	background-size: cover;
}

.rank-math-breadcrumb a,
.rank-math-breadcrumb a:hover,
.rank-math-breadcrumb a:visited,
.rank-math-breadcrumb .separator {
	font: normal normal normal 15px/23px 'Poppins', sans-serif;
	letter-spacing: 0px;
	color: #E4E4E4;
	text-decoration-line: none;
}

.rank-math-breadcrumb p {
	margin-bottom: 0.5em;
}

.rank-math-breadcrumb span.last {
	color: #000000;
}

.common-banner h1 {
	font: normal normal bold 48px/72px 'Poppins', sans-serif;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin-bottom: 15px;
}

input.search-field {
	width: 470px;
	height: 49px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 8px !important;
	padding: 10px !important;
	font: normal normal normal 15px/23px 'Poppins', sans-serif;
}

input.search-field:focus-visible {
	outline: none;
}

input.search-submit {
	font: normal normal bold 20px/26px 'Poppins', sans-serif;
	width: 148px;
	height: 49px;
	color: #EC6524 !important;
	background: #ffffff !important;
	border-radius: 8px !important;
}

hr.common {
	border: 1px solid #D8D8D8;
	margin-bottom: 16px;
}

h2.latest-posts {
	font: normal normal bold 24px/34px 'Poppins', sans-serif;
	letter-spacing: 0px;
	color: #15151D;
	margin-bottom: 0px;
}

.col-md-4.blog-item-index {
	margin-top: 48px;
}

.blog-item-index a {
	text-decoration: none;
}

.blog-item-index img {
	height: 232px;
	border-radius: 8px;
	max-width: 100%;
	margin-bottom: 10px;
}

.post-type-archive-web-story .blog-item-index img {
	height: 450px;
}

.blog-item-index h3 {
	font: normal normal bold 20px/27px 'Poppins', sans-serif;
	letter-spacing: 0px;
	color: #15151D;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* number of lines to show */
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.blog-item-index p {
	font: normal normal normal 18px/26px 'Poppins', sans-serif;
	letter-spacing: 0px;
	color: #7B7B7B;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* number of lines to show */
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 0px;
}

.blog-item-index p.author {
	margin-top: 14px;
	margin-bottom: 8px;
}

.blog-item a {
	text-decoration: none;
}


.header-categories a {
	padding: 12px;
	border: 1px solid #707070;
	font: normal normal 600 16px/38px 'Poppins', sans-serif;
	letter-spacing: 0px;
	color: #15151D;
	margin-right: 14px;
	border-radius: 8px;
	text-decoration-line: none;
	display: inline-block;
	margin-bottom: 15px;
}

.header-categories a.active {
	background: linear-gradient(to bottom right, #D2141A, #472187);
	border: none;
	font: normal normal 600 16px/38px 'Poppins', sans-serif;
	letter-spacing: 0px;
	color: #FFFFFF;
}

.header-categories {
	margin-top: 28px;
}


.post-template-default.single nav.rank-math-breadcrumb {
	margin-top: 24px;
	font: normal normal normal 15px/23px 'Poppins', sans-serif;
	letter-spacing: 0px;
	color: #6F6F6F;
}

.post-template-default.single nav.rank-math-breadcrumb p {
	margin-bottom: 0px;
}

.post-template-default.single nav.rank-math-breadcrumb a,
.post-template-default.single nav.rank-math-breadcrumb .seprator {
	font: normal normal normal 15px/23px 'Poppins', sans-serif;
	letter-spacing: 0px;
	color: #6F6F6F;
}

h1.single-post-title {
	font: normal normal bold 40px/50px 'Poppins', sans-serif;
	letter-spacing: 0px;
	color: #000000;
	margin-top: 12px;
	margin-bottom: 8px;
}

.author-details img.avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
}


.author-details {
	display: flex;
	align-items: center;
}

.author-details p {
	font: normal normal normal 15px/26px 'Poppins', sans-serif;
	letter-spacing: 0px;
	color: #7B7B7B;
	margin: 0px;
	margin-left: 12px;
	margin-bottom: 6px;
}

.post-content {
	margin-top: 34px;
}

.post-content img {
	border-radius: 8px;
	margin-bottom: 24px;
}

blockquote,
.wp-block-quote {
	overflow-wrap: break-word;
	font: italic normal 600 32px/48px 'Poppins', sans-serif;
	letter-spacing: 0px;
	color: #000000;
}

.ez-toc-title-container {
	display: none;
}

ul.ez-toc-list {
	margin-left: 0px;
	padding-left: 0px;
	padding-left: 20px;
	list-style: circle;
}

ul.ez-toc-list ul {
	margin-left: 0px;
	padding-left: 0px;
}

.accordion-item {
	margin-bottom: 16px;
}

/* .accordion-button,.accordion-button:not(.collapsed){
	background: transparent linear-gradient(82deg, #DA001B 0%, #DD111C 8%, #E3331F 25%, #E74D21 43%, #EB6023 61%, #ED6C24 80%, #EE7025 96%, #EE7025 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #00000000;
    border-radius: 4px;
    font: normal normal bold 24px/35px 'Poppins', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
} */
a.ez-toc-link,
ul.blog-sidebar-category a {
	font: normal normal normal 18px/36px 'Poppins', sans-serif;
	letter-spacing: 0px;
	color: #000000;
	text-decoration-line: none;

}

ul.blog-sidebar-category {
	font: normal normal normal 18px/36px 'Poppins', sans-serif;
	letter-spacing: 0px;
	color: #000000;
	text-decoration-line: none;
	margin-left: 0px;
	list-style: circle;
}

.gform_button.button {
	color: #FFFFFF;
	background: transparent linear-gradient(282deg, #DA001B 0%, #DD111C 8%, #E3331F 25%, #E74D21 43%, #EB6023 61%, #ED6C24 80%, #EE7025 96%, #EE7025 100%) 0% 0% no-repeat padding-box;
	border: 1px solid #00000000;
	padding: 12px 25px;
}

.page-template-default.page #primary {
	margin-top: 85px;
}

form.search-form {
	display: flex;
}

.single-post main {
	margin-top: 20px;
}

button.accordion-button.collapsed,
.accordion-button,
.accordion-button:not(.collapsed) {
	margin-left: 0;
}

@media (max-width: 991px) {
	form.search-form {
		display: flex;
		flex-flow: column;
		align-items: flex-start;
		justify-content: left;
	}

	form.search-form label {
		width: 100%;
	}

	form.search-form input.search-field {
		width: 100%;
	}

	form.search-form input[type="submit"] {
		margin-left: 0px;
		margin-top: 10px;
	}

	.common-banner {
		background-size: cover;
		background-position: center;
	}
}

section.work-with-us {
	padding: 50px 0px;
}

.work-with-us h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 48px;
	line-height: 52.8px;
	letter-spacing: 0%;
	text-align: center;
	color: #3E0F5E;
	margin: 5px 0;
	max-width: 1111px;
	margin: auto;
}

.work-with-us p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 36px;
	letter-spacing: 0%;
	text-align: center;
	color: #475569;
	max-width: 1111px;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}

@media (max-width: 991px) {
	.work-with-us h2 {
		font-size: 32px;
		line-height: 35.2px;
		margin-bottom: 10px;
	}

	.work-with-us p {
		font-size: 16px;
		line-height: 28.8px;
	}
}

div#rank-math-toc {
	background: #F2F2F2;
	border-radius: 8px;
	padding: 22px 38px;
	margin: 30px 0px;
}

div#rank-math-toc h2 {
	text-align: left;
	font: normal normal bold 32px / 48px 'Poppins', sans-serif;
	letter-spacing: 0px;
	color: #905099;
}

#rank-math-toc ul {
	margin-left: 0px;
	padding-left: 1rem;
}

#rank-math-toc ul li {
	text-decoration: underline;
	font: normal normal bold 16px / 25px 'Poppins', sans-serif;
	letter-spacing: 0px;

}

#rank-math-toc li ul li {
	text-align: left;
	font: normal normal normal 16px/30px 'Poppins', sans-serif;
	letter-spacing: 0px;
	color: #772982;
}

#rank-math-toc ul li a,
#rank-math-toc ul li a:visited {
	color: #772982 !important;
}

.navigation ul {
	display: flex;
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.navigation ul li {
	margin: 8px;
	border: 1px solid #EA5C23;
	border-radius: 8px;
}

.navigation {
	display: flex;
	justify-content: center;
	margin-top: 48px;
}

.navigation ul li a {
	font: normal normal 600 16px/38px 'Poppins', sans-serif;
	letter-spacing: 0px;
	color: #EA5C23;
	text-decoration-line: none;
	padding: 8px 12px;
}

.navigation ul li.active {
	background: transparent linear-gradient(302deg, #DA001B 0%, #DD111C 8%, #E3331F 25%, #E74D21 43%, #EB6023 61%, #ED6C24 80%, #EE7025 96%, #EE7025 100%) 0% 0% no-repeat padding-box;
}

.navigation ul li.active a {
	font: normal normal 600 16px/38px 'Poppins', sans-serif;
	letter-spacing: 0px;
	color: #FFFFFF;
}

.stickey-before-header {
	background: linear-gradient(45deg, #D2141A, #472187);
	padding: 5px 0px;
}

.download-text {
	font: normal normal 400 16px/29px 'Poppins', sans-serif;
	letter-spacing: 0px;
	color: #FFFFFF;
}

.stickey-before-header a {
	text-decoration: none;
}


.download-slider-wrapper {
	max-width: 70%;
	margin: 0 auto;
	position: relative;
	overflow: visible;
}

/* Common arrow style */
.download-slider-wrapper .slick-prev,
.download-slider-wrapper .slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
}

/* Left arrow */
.download-slider-wrapper .slick-prev {
	left: -30px;
	/* Adjust as per your design */
}

/* Right arrow */
.download-slider-wrapper .slick-next {
	right: -30px;
	/* Adjust as per your design */
}


section.download-mobile-app {
	background: #F2F2F2;
	padding-top: 75px;
	margin-top: 40px;
}

section.download-mobile-app h2 {
	font-family: 'Protest Riot', sans-serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 44px;
	letter-spacing: 0%;
	text-align: center;
	margin: 5px 0;
	color: #EA6828;
}

section.download-mobile-app h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 48px;
	line-height: 52.8px;
	letter-spacing: 0%;
	text-align: center;
	margin: 5px 0;
	color: #3E0F5E;
}

section.download-mobile-app p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 32.4px;
	letter-spacing: 0%;
	text-align: center;
	color: #464646;
	max-width: 850px;
	margin: auto;
	margin-bottom: 25px;
}

.crediblity-wrapper h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 44px;
	line-height: 32.4px;
	letter-spacing: 0%;
	text-align: center;
}

.crediblity-wrapper h5 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 32.4px;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 0px;
	color: #440E66;
}

.crediblity-wrapper .row>div:nth-of-type(1) .credeblity-item h4 {
	color: #F56F0D;
}

.crediblity-wrapper .row>div:nth-of-type(2) .credeblity-item h4 {
	color: #FC4A9D;
}

.crediblity-wrapper .row>div:nth-of-type(3) .credeblity-item h4 {
	color: #00BCA5;
}

.crediblity-wrapper .row>div:nth-of-type(4) .credeblity-item h4 {
	color: #4274D3;
}

.crediblity-wrapper .row>div:nth-of-type(5) .credeblity-item h4 {
	color: #D52D1C;
	font-size: 96px;
	line-height: 110px;
}



.credeblity-item {
	background: #fff;
	border-radius: 12px;
	padding: 25px 75px;
}

.crediblity-wrapper .row>div:nth-of-type(5) .credeblity-item {
	padding: 50px 75px;
}

.download-app-center-bar {
	margin-top: 40px;
	background: linear-gradient(45deg, #D2141A, #472187);
	padding: 15px 0px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #fff;
}

@media (max-width: 991px) {
	.stickey-before-header .col-md-3 {
		max-width: 30%;
		justify-content: space-between !important;
	}

	.stickey-before-header .col-md-5 {
		max-width: 70%;
	}

	.crediblity-wrapper h4,
	.crediblity-wrapper .row>div:nth-of-type(5) .credeblity-item h4 {
		font-size: 36px;
		line-height: normal;
	}

	.crediblity-wrapper .row>div:nth-of-type(5) .credeblity-item {
		padding: 25px 75px;
	}

	.download-app-center-bar {
		text-align: center;
	}

	.download-app-center-bar svg {
		margin-top: 15px;
	}
}

/*donation page*/
.donation-template p.banner-small {
	margin-top: 25px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 28px;
	color: #F3EFF8;
	margin-bottom: 20px;
}

.donation-template h1 {
	color: #EC702A;
	font-size: 48px;
	margin-top: 0px;
	margin-bottom: 15px;
}

.donation-template .banner-max-width {
	max-width: unset;
}

.donation-template .banner-max-width h2 {
	color: #C6A7D4;
	font-size: 32px;
	max-width: 962px;
	margin: 0px;
}

.donation-template .divider-text {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	/* space between text and lines */
	margin-top: 25px;
	width: 100%;
}

.donation-template .divider-text::before,
.donation-template .divider-text::after {
	content: "";
	flex: 1 1 auto;
	height: 3px;
	background: #835A98;
}


.donation-template .divider-text span {
	white-space: nowrap;
	padding: 0 0.3rem;
	color: #FFC014;
	font-weight: 700;
	font-size: 24px;
}

.donation-template .banner-pointers {
	display: flex;
	justify-content: center;
	align-items: center;
}

.donation-template .banner-pointers .number {
	font-family: 'Protest Riot', sans-serif;
	font-weight: 400;
	font-size: 90px;
	color: #835A98;
	text-align: center;
	line-height: 120%;
}

.donation-template .banner-pointers .description {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #F3EFF8;
	text-align: center;
	margin-top: -35px;
}

.donation-template .banner-pointers .crediblity-point:not(:last-child) {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1Ljg3OSA4LjQ2NzA3TDkuOTU0IDIuNTQyMDdDOS42ODA3NiAyLjI1OTE2IDkuNTI5NTcgMS44ODAyNiA5LjUzMjk5IDEuNDg2OTdDOS41MzY0MSAxLjA5MzY3IDkuNjk0MTYgMC43MTc0NTIgOS45NzIyNyAwLjQzOTM0QzEwLjI1MDQgMC4xNjEyMjggMTAuNjI2NiAwLjAwMzQ3NDMzIDExLjAxOTkgNS42NzAzOWUtMDVDMTEuNDEzMiAtMC4wMDMzNjA5MyAxMS43OTIxIDAuMTQ3ODMxIDEyLjA3NSAwLjQyMTA2OEwyMC41NjA1IDguOTA2NTdDMjAuNzAwMyA5LjA0NTU1IDIwLjgxMTIgOS4yMTA3OSAyMC44ODY5IDkuMzkyNzlDMjAuOTYyNiA5LjU3NDc5IDIxLjAwMTYgOS43Njk5NiAyMS4wMDE2IDkuOTY3MDdDMjEuMDAxNiAxMC4xNjQyIDIwLjk2MjYgMTAuMzU5MyAyMC44ODY5IDEwLjU0MTNDMjAuODExMiAxMC43MjMzIDIwLjcwMDMgMTAuODg4NiAyMC41NjA1IDExLjAyNzZMMTIuMDc1IDE5LjUxMzFDMTEuOTM2NiAxOS42NTYzIDExLjc3MTEgMTkuNzcwNiAxMS41ODgxIDE5Ljg0OTJDMTEuNDA1MSAxOS45Mjc4IDExLjIwODMgMTkuOTY5MiAxMS4wMDkxIDE5Ljk3MDlDMTAuODA5OSAxOS45NzI3IDEwLjYxMjQgMTkuOTM0NyAxMC40MjgxIDE5Ljg1OTNDMTAuMjQzNyAxOS43ODM5IDEwLjA3NjIgMTkuNjcyNSA5LjkzNTQxIDE5LjUzMTdDOS43OTQ1NyAxOS4zOTA4IDkuNjgzMTkgMTkuMjIzMyA5LjYwNzc3IDE5LjAzOUM5LjUzMjM1IDE4Ljg1NDcgOS40OTQzOSAxOC42NTcxIDkuNDk2MTIgMTguNDU4QzkuNDk3ODYgMTguMjU4OCA5LjUzOTIzIDE4LjA2MiA5LjYxNzg1IDE3Ljg3OUM5LjY5NjQ2IDE3LjY5NiA5LjgxMDczIDE3LjUzMDQgOS45NTQgMTcuMzkyMUwxNS44NzkgMTEuNDY3MUgxLjVDMS4xMDIxOCAxMS40NjcxIDAuNzIwNjQ0IDExLjMwOSAwLjQzOTM0IDExLjAyNzdDMC4xNTgwMzUgMTAuNzQ2NCAwIDEwLjM2NDkgMCA5Ljk2NzA3QzAgOS41NjkyNCAwLjE1ODAzNSA5LjE4NzcxIDAuNDM5MzQgOC45MDY0MUMwLjcyMDY0NCA4LjYyNTEgMS4xMDIxOCA4LjQ2NzA3IDEuNSA4LjQ2NzA3SDE1Ljg3OVoiIGZpbGw9IiM4MzVBOTgiLz4KPC9zdmc+Cg==);
	background-repeat: no-repeat;
	background-position: right 0 top 40px;
	padding-right: 25px;
	margin-right: 5px;
}

.donation-template .banner-max-width .know-more {
	margin-top: 20px;
	margin-bottom: 20px;
}

.donation-template .banner-max-width .know-more a,
.donation-template .banner-max-width .know-more a:visited {
	font-family: 'Poppins', sans-serif;
	font-style: italic;
	color: #FF6E1A;
	font-weight: 600;
	font-size: 24px;
}

.donation-template a.banner-cta,
.donation-template a.banner-cta:visited {
	background: linear-gradient(to bottom right, #F07F2C, #D2141A);
}

.donation-template .home-banner {
	padding-bottom: 280px;
	position: relative;
}

.donation-template .video-container {
	position: relative;
	width: 100%;
	cursor: pointer;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 50%);
	max-width: 970px;
}

section.donation-faq {
	padding-top: 305px;
}

section.donation-faq h2 {
	font-family: 'Protest Riot', sans-serif;
	font-weight: 400;
	font-size: 40px;
	color: #EA6828;
	text-align: center;
	line-height: 110%;
}

section.donation-faq h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 44px;
	color: #3E0F5E;
	text-align: center;
	margin-bottom: 7px;
}

section.donation-faq .small-text {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #2D1147;
	text-align: center;
	margin-bottom: 45px;
}

.faq-heading {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 28px;
	color: #772982;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1Ljg3OSA4LjQ2NzA3TDkuOTU0IDIuNTQyMDdDOS42ODA3NiAyLjI1OTE2IDkuNTI5NTcgMS44ODAyNiA5LjUzMjk5IDEuNDg2OTdDOS41MzY0MSAxLjA5MzY3IDkuNjk0MTYgMC43MTc0NTIgOS45NzIyNyAwLjQzOTM0QzEwLjI1MDQgMC4xNjEyMjggMTAuNjI2NiAwLjAwMzQ3NDMzIDExLjAxOTkgNS42NzAzOWUtMDVDMTEuNDEzMiAtMC4wMDMzNjA5MyAxMS43OTIxIDAuMTQ3ODMxIDEyLjA3NSAwLjQyMTA2OEwyMC41NjA1IDguOTA2NTdDMjAuNzAwMyA5LjA0NTU1IDIwLjgxMTIgOS4yMTA3OSAyMC44ODY5IDkuMzkyNzlDMjAuOTYyNiA5LjU3NDc5IDIxLjAwMTYgOS43Njk5NiAyMS4wMDE2IDkuOTY3MDdDMjEuMDAxNiAxMC4xNjQyIDIwLjk2MjYgMTAuMzU5MyAyMC44ODY5IDEwLjU0MTNDMjAuODExMiAxMC43MjMzIDIwLjcwMDMgMTAuODg4NiAyMC41NjA1IDExLjAyNzZMMTIuMDc1IDE5LjUxMzFDMTEuOTM2NiAxOS42NTYzIDExLjc3MTEgMTkuNzcwNiAxMS41ODgxIDE5Ljg0OTJDMTEuNDA1MSAxOS45Mjc4IDExLjIwODMgMTkuOTY5MiAxMS4wMDkxIDE5Ljk3MDlDMTAuODA5OSAxOS45NzI3IDEwLjYxMjQgMTkuOTM0NyAxMC40MjgxIDE5Ljg1OTNDMTAuMjQzNyAxOS43ODM5IDEwLjA3NjIgMTkuNjcyNSA5LjkzNTQxIDE5LjUzMTdDOS43OTQ1NyAxOS4zOTA4IDkuNjgzMTkgMTkuMjIzMyA5LjYwNzc3IDE5LjAzOUM5LjUzMjM1IDE4Ljg1NDcgOS40OTQzOSAxOC42NTcxIDkuNDk2MTIgMTguNDU4QzkuNDk3ODYgMTguMjU4OCA5LjUzOTIzIDE4LjA2MiA5LjYxNzg1IDE3Ljg3OUM5LjY5NjQ2IDE3LjY5NiA5LjgxMDczIDE3LjUzMDQgOS45NTQgMTcuMzkyMUwxNS44NzkgMTEuNDY3MUgxLjVDMS4xMDIxOCAxMS40NjcxIDAuNzIwNjQ0IDExLjMwOSAwLjQzOTM0IDExLjAyNzdDMC4xNTgwMzUgMTAuNzQ2NCAwIDEwLjM2NDkgMCA5Ljk2NzA3QzAgOS41NjkyNCAwLjE1ODAzNSA5LjE4NzcxIDAuNDM5MzQgOC45MDY0MUMwLjcyMDY0NCA4LjYyNTEgMS4xMDIxOCA4LjQ2NzA3IDEuNSA4LjQ2NzA3SDE1Ljg3OVoiIGZpbGw9IiM4MzVBOTgiLz4KPC9zdmc+Cg==);
	background-repeat: no-repeat;
	background-position: right 0 top 0;
	padding-right: 21px;
}

.faq-description p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #0F172A;
	padding-bottom: 25px;
	margin-bottom: 0px;
}

.faq-item:not(:last-child) {
	border-bottom: 3px solid #FFCBB3;
}

.faq-item:not(:first-child) {
	margin-top: 25px;
}

section.lifecycle {
	background: #FFDAC9;
	padding-top: 125px;
	padding-bottom: 64px;
}

.lifecycle h2 {
	font-family: 'Protest Riot', sans-serif;
	margin-bottom: 5px;
	font-weight: 400;
	font-size: 40px;
	color: #EA6828;
	text-align: center;
	line-height: 110%;
}

.lifecycle h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 44px;
	color: #3E0F5E;
	text-align: center;
	margin-bottom: 17px;
}

.lifecycle p.description {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #121111;
	padding-bottom: 20px;
	margin-bottom: 0px;
	max-width: 856px;
	text-align: center;
	margin: auto;
}

.lifecycle-cred svg {
	margin-top: 30px;
	margin-bottom: 18px;
}

.title-dedicate {
	font-family: Poppins;
	font-weight: 800;
	font-style: ExtraBold;
	font-size: 24px;
	leading-trim: NONE;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
	text-align: center;
	color: #772982;
	margin-bottom: 10px;
}

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

.for-mobile-1 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	flex-flow: column;
}

.lifecycle-cred {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.lifecycle-cred span {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: #FFFFFF;
	background: #7B2B86;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	width: 56px;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lifecycle-cred p {
	font-family: 'Poppins', sans-serif;
	text-align: left;
	margin-bottom: 13px;
	font-weight: 400;
	font-size: 16px;
	color: #0F172A;
}

.lifecycle-cred a,
.lifecycle-cred a:visited {
	color: #FF6E1A;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 20px;
	font-style: italic;
	text-align: left;
	width: 100%;
}

.lifecycle .why-us-table th:nth-child(3) {
	background-color: #FFB999;
}

.lifecycle .why-us-table th:first-child {
	padding: 15px 32px;
}

.lifecycle .why-us-table td {
	background: #E6E9F5;
	padding: 15px 32px;
}

.lifecycle .why-us-table td:first-child {
	background: #FFC8AE;
}

.lifecycle .why-us-table td:last-child {
	background: #FFE7DB;
}

.lifecycle a.banner-cta {
	margin-top: 20px;
	display: inline-block;
}

.journey-section {
	padding-top: 50px;
}

.journey-section .journey-description p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 20px;
	max-width: 1170px;
	margin: auto;
	text-align: center;
	color: #464646;
	margin-bottom: 25px;
}

.journey-section h4 {
	font-family: 'Protest Riot', sans-serif;
	font-weight: 400;
	color: #FF8F5D;
	font-size: 64px;
	line-height: 100%;
	margin-bottom: 7px;
}

.journey-section h5 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 110%;
	color: #0F172A;
	margin-bottom: 22px;
}

.journey-section hr {
	background-color: #FFC0A3;
	height: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.journey-sub-description p {
	font-family: 'Poppins', sans-serif;
	color: #0F172A;
	font-weight: 400;
	font-size: 16px;
}

section.donation-option {
	padding-top: 132px;
	padding-bottom: 87px;
}

.donation-option h3 {
	font-family: 'Poppins', sans-serif;
	color: #3E0F5E;
	font-weight: 800;
	font-size: 44px;
	text-align: center;
	line-height: 110%;
	margin-bottom: 14px;
}

.sub-description p {
	max-width: 770px;
	margin: auto;
	font-family: 'Poppins', sans-serif;
	color: #000000;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	line-height: 150%;
	margin-bottom: 40px;
}

.price-list {
	border: 2px solid #FF8F5D;
	border-radius: 30px;
	padding: 35px 27px;
	position: relative;
}

.price-list h4 {
	font-family: 'Protest Riot', sans-serif;
	color: #FF8F5D;
	font-weight: 400;
	font-size: 28px;
	text-align: center;
	line-height: 120%;

	margin-bottom: 1px;
}

.price {
	font-family: 'Poppins', sans-serif;
	;
	font-weight: 800;
	font-size: 36px;
	line-height: 46px;
	letter-spacing: 0px;
	text-align: center;
	color: #6C19A3;
}

.price-description {
	font-family: 'Poppins', sans-serif;
	;
	font-weight: 700;
	font-size: 15px;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: center;
	color: #6C19A3;
	margin-bottom: 12px;
}

.price-list hr {
	background: #FF8F5D;
	height: 2px;
	margin-top: 0px;
	margin-bottom: 18px;
}

.price-list ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 21px;
}

.price-list li {
	padding-left: 30px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC40NTIyIDEuMjI0OTNDOS42MTQwNiAwLjUxNzQ2OSA4LjM4NzkgMC41MTc0NzEgNy41NDk3MiAxLjIyNDkzTDYuNzg2MzcgMS44NjkyM0M2LjQzMDEyIDIuMTY5OTIgNS45ODkyNiAyLjM1MjU0IDUuNTI0NzMgMi4zOTE4M0w0LjUyOTM3IDIuNDc2QzMuNDM2NDMgMi41Njg0MyAyLjU2OTQxIDMuNDM1NDYgMi40NzY5OCA0LjUyODM5TDIuMzkyODEgNS41MjM3NUMyLjM1MzUyIDUuOTg4MjkgMi4xNzA5IDYuNDI5MTQgMS44NzAyMSA2Ljc4NTRMMS4yMjU5MSA3LjU0ODc0QzAuNTE4NDQ2IDguMzg2OTIgMC41MTg0NDcgOS42MTMwOCAxLjIyNTkxIDEwLjQ1MTNMMS44NzAyMSAxMS4yMTQ2QzIuMTcwOSAxMS41NzA4IDIuMzUzNTIgMTIuMDExNyAyLjM5MjgxIDEyLjQ3NjJMMi40NzY5OCAxMy40NzE3QzIuNTY5NDEgMTQuNTY0NiAzLjQzNjQzIDE1LjQzMTYgNC41MjkzNyAxNS41MjRMNS41MjQ3MyAxNS42MDgxQzUuOTg5MjYgMTUuNjQ3NSA2LjQzMDEyIDE1LjgzMDEgNi43ODYzOCAxNi4xMzA4TDcuNTQ5NzIgMTYuNzc1MUM4LjM4NzkgMTcuNDgyNSA5LjYxNDA2IDE3LjQ4MjUgMTAuNDUyMiAxNi43NzUxTDExLjIxNTYgMTYuMTMwOEMxMS41NzE4IDE1LjgzMDEgMTIuMDEyNyAxNS42NDc1IDEyLjQ3NzIgMTUuNjA4MUwxMy40NzI2IDE1LjUyNEMxNC41NjU2IDE1LjQzMTYgMTUuNDMyNiAxNC41NjQ2IDE1LjUyNSAxMy40NzE3TDE1LjYwOTEgMTIuNDc2MkMxNS42NDg1IDEyLjAxMTcgMTUuODMxMSAxMS41NzA4IDE2LjEzMTggMTEuMjE0NkwxNi43NzYxIDEwLjQ1MTNDMTcuNDgzNSA5LjYxMzA4IDE3LjQ4MzUgOC4zODY5MiAxNi43NzYxIDcuNTQ4NzRMMTYuMTMxOCA2Ljc4NTM5QzE1LjgzMTEgNi40MjkxNCAxNS42NDg1IDUuOTg4MjkgMTUuNjA5MSA1LjUyMzc1TDE1LjUyNSA0LjUyODM5QzE1LjQzMjYgMy40MzU0NiAxNC41NjU2IDIuNTY4NDMgMTMuNDcyNiAyLjQ3NkwxMi40NzcyIDIuMzkxODNDMTIuMDEyNyAyLjM1MjU0IDExLjU3MTggMi4xNjk5MiAxMS4yMTU2IDEuODY5MjNMMTAuNDUyMiAxLjIyNDkzWk0xMy4wOTI0IDcuNDY1OTlDMTMuNDg3OCA3LjA3MDU5IDEzLjQ4NzggNi40Mjk1MSAxMy4wOTI0IDYuMDM0MTFDMTIuNjk3MSA1LjYzODY5IDEyLjA1NTkgNS42Mzg2OSAxMS42NjA1IDYuMDM0MTFMNy44NzY0NiA5LjgxODE2TDYuMzQyNDEgOC4yODQxMUM1Ljk0NzAxIDcuODg4NjkgNS4zMDU5MyA3Ljg4ODY5IDQuOTEwNTIgOC4yODQxMUM0LjUxNTExIDguNjc5NTEgNC41MTUxMSA5LjMyMDU5IDQuOTEwNTIgOS43MTZMNy4xNjA1MiAxMS45NjZDNy41NTU5MyAxMi4zNjE0IDguMTk3MDEgMTIuMzYxNCA4LjU5MjQxIDExLjk2NkwxMy4wOTI0IDcuNDY1OTlaIiBmaWxsPSIjNkJCODUyIi8+Cjwvc3ZnPgo=);
	background-repeat: no-repeat;
	background-position: left 0 top 5px;
	font-family: 'Poppins', sans-serif;
	;
	font-weight: 400;
	font-size: 15px;
	color: #61408C;
}

.price-list p.small-text {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #221D4F;
	text-align: center;
	margin-bottom: 13px;
}

input.price-input,
input.price-input:active,
input.price-input:focus,
input.price-input:focus-visible {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	line-height: 46px;
	font-size: 28px;
	max-width: 208px;
	height: 52px;
	border: 2px solid #FF8F5D !important;
	border-radius: 12px;
	color: #221D4F;
	outline: none !important;
	text-align: center;
}

.price-list .totalprice {
	font-family: 'Poppins', sans-serif;
	;
	font-weight: 800;
	font-size: 24px;
	line-height: 46px;
	letter-spacing: 0px;
	text-align: center;
	color: #6C19A3;
}

.price-list .gst-text {
	font-family: 'Poppins', sans-serif;
	;
	font-weight: 400;
	font-style: Italic;
	font-size: 15px;
	line-height: 120%;
	letter-spacing: 0px;
	text-align: center;
}

.price-list a.donation-submit,
.price-list a.donation-submit:visited {
	font-family: 'Poppins', sans-serif;
	;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #FFFFFF;
	text-decoration-line: none;
	background: linear-gradient(to bottom right, #F07F2C, #D2141A);
	padding: 16px 17px;
	border-radius: 12px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 50%);
	display: inline-block;
	white-space: nowrap;
}

.price-list-2 {
	background: #221D4F;
	border: none;
}

.price-list-2 h4 {
	color: #9771C8;
}

.price-list-2 .price-description {
	color: #F2F0FE;
}

.price-list-2 .totalprice,
.price-list-2 .gst-text,
.price-list-2 li,
.price-list-2 .price,
.price-list-2 p.small-text {
	color: #F2F0FE;
}

.price-list-3 {
	background: #FFDAC9;
	border: none;
}

a.quantity__minus,
a.quantity__minus:visited,
a.quantity__plus,
a.quantity__plus:visited {
	background: #EE782B;
	height: 44px;
	width: 44px;
	text-decoration-line: none;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9;
	border-radius: 12px;
}

.text-center.quantity {
	display: flex;
	align-items: center;
	justify-content: center;
}

a.quantity__minus {
	margin-right: -48px;
}

a.quantity__plus {
	margin-left: -48px;
}

section.how-prove {
	padding-top: 74px;
}

.how-prove h3 {
	font-family: 'Poppins', sans-serif;
	;
	font-weight: 800;
	font-size: 36px;
	line-height: 110%;
	letter-spacing: 0%;
	text-align: center;
	color: #3E0F5E;
	margin-bottom: 17px;
}

.how-prove .short-description p {
	max-width: 1170px;
	margin: auto;
	text-align: center;
	margin-bottom: 35px;
}

.how-prove h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 28px;
	text-align: center;
	color: #3E0F5E;
	margin-bottom: 47px;
}

.how-prove-item {
	border: 4px solid #FFDAC9;
	border-radius: 20px;
	padding: 30px;
	position: relative;
	margin-bottom: 38px;
}

.how-prove-item span.lead-number {
	position: absolute;
	font-family: 'Protest Riot', sans-serif;
	font-weight: 400;
	font-size: 60px;
	line-height: 120%;
	letter-spacing: 0px;
	text-align: center;
	color: #FF8F5D;
	top: 0;
	transform: translate(0%, -50%);
}

.how-prove-item h5 {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 20px;
	line-height: 150%;
}

p.small-description {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 0px;
}

.donation-carasol-wrapper {
	margin-top: 30px;
}

.donation-carasol-wrapper .slick-dots {
	position: unset;
	margin-top: 25px;
}

svg.svg-left-arrow.slick-arrow {
	margin-right: 20px;
	cursor: pointer;
}

svg.svg-right-arrow.slick-arrow {
	margin-left: 20px;
	cursor: pointer;
}

.carasol-description {
	font-family: 'Protest Riot', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0px;
	text-transform: capitalize;
	margin-top: 10px;
	text-align: center;
	max-width: 200px;
}

.donation-success-story {
	padding-top: 35px;
	padding-bottom: 15px;
}

.donation-success-story h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 28px;
	line-height: 110.00000000000001%;
	text-align: center;
	margin-bottom: 6px;
}

.donation-success-story p.success-description {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 180%;
	letter-spacing: 0%;
	text-align: center;
	max-width: 950px;
	margin: auto;
	text-align: center;
	margin-bottom: 32px;
}

.success-item {
	padding: 25px;
	border: 2px solid #FFDAC9;
	border-radius: 20px;
	margin-bottom: 30px;
}

.success-item-number {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 36px;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
	text-align: center;
	color: #F4AA09;
	margin-bottom: 9px;
}
.donation-success-story .row .col-md-4:nth-child(2) .success-item-number{
	color: #F7167F;
}
.donation-success-story .row .col-md-4:nth-child(3) .success-item-number{
	color: #FF8023;
}
.donation-success-story .row .col-md-4:nth-child(4) .success-item-number{
	color: #58A4FA;
}
.donation-success-story .row .col-md-4:nth-child(5) .success-item-number{
	color: #00BCA5;
}
.donation-success-story .row .col-md-4:nth-child(6) .success-item-number{
	color: #D52D1C;
}
.success-item-description {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0%;
	text-align: center;
	color: #440E66;
}

.how-prove .download-app-center-bar {
	margin-top: 0px;
}

section.school-story {
	padding: 64px 0px;
	background: #FFDAC9;
}

section.school-story h2 {
	font-family: 'Protest Riot', sans-serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
	text-align: center;
	color: #EA6828;
	margin-bottom: 5px;
}

section.school-story h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 44px;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
	text-align: center;
	color: #3E0F5E;
	margin-bottom: 40px;
}

section.school-story h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-style: ExtraBold;
	font-size: 30px;
	leading-trim: NONE;
	line-height: 180%;
	letter-spacing: 0%;
	text-align: center;
	margin-top: 26px;
	margin-bottom: 19px;
	color: #3E0F5E;
}

section.school-story .school-story-item {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 150%;
	letter-spacing: 0%;
	text-align: center;
}

section.school-story .slick-dots {
	position: unset;
	margin-top: 34px;
}

svg.svg-left-arrow1.slick-arrow {
	margin-right: 20px;
	cursor: pointer;
}

svg.svg-right-arrow1.slick-arrow {
	margin-left: 20px;
	cursor: pointer;
}
@media (min-width: 992px) {
section.donation-faq {
    padding-bottom: 50px;
}
.for-mobile-1 {
    flex-flow: column-reverse;
}
.number-div {
    margin-bottom: 10px;
}
.lifecycle-cred svg{
	margin-top: 10px;
}
}
@media (max-width: 991px) {
	.banner-pointers .slick-dots li button {
		background-color: #705785;
	}

	.banner-pointers .slick-dots li.slick-active button {
		background-color: #EA6828;
	}

	.donation-template p.banner-small {
		margin-top: 20px;
		font-family: 'Poppins', sans-serif;
		font-weight: 400;
		font-size: 20px;
		line-height: 120%;
		letter-spacing: 0%;
		text-align: center;
	}

	.donation-template h1 {
		font-family: Poppins;
		font-weight: 800;
		font-size: 28px;
		line-height: 120.00000000000001%;
		letter-spacing: 0%;
		text-align: center;
		margin-bottom: 15px;
	}

	.banner-max-width h2 {
		font-weight: 400;
		font-style: Regular;
		font-size: 25px;
		line-height: 120.00000000000001%;
		letter-spacing: 0%;
		text-align: center;
	}

	.donation-template .divider-text span {
		white-space: normal;
		max-width: 80%;
		font-family: Poppins;
		font-weight: 700;
		font-style: Bold;
		font-size: 16px;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
		text-align: center;
	}

	.donation-template .divider-text {
		margin-top: 16px;
	}

	.donation-template .banner-pointers {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}

	.banner-pointers ul.slick-dots {
		margin-top: 25px;
		position: unset;
	}

	.donation-template .banner-pointers .description {
		font-family: Poppins;
		font-weight: 400;
		font-style: Bold;
		font-size: 16px;
		leading-trim: NONE;
		line-height: 120%;
		letter-spacing: 0%;
		text-align: center;
	}

	.donation-template .banner-max-width .know-more a,
	.donation-template .banner-max-width .know-more a:visited {
		font-size: 18px;
	}

	.donation-template a.banner-cta,
	.donation-template a.banner-cta:visited {
		position: fixed;
		bottom: 0;
		width: 100%;
		left: -2px;
		font-family: Poppins;
		font-weight: 700;
		font-style: Bold;
		font-size: 15px;
		leading-trim: NONE;
		line-height: 24px;
		letter-spacing: 0.5px;
		text-align: left;
		margin-bottom: 0px;
		padding-right: 80px;
		border-radius: 0;
		z-index: 999;
		padding: 20px 16px;
	}

	.donation-template .video-container {
		max-width: 90%;
	}

	.donation-template .home-banner {
		padding-bottom: 75px;
	}

	section.donation-faq {
		padding-top: 160px;
	}

	section.donation-faq h2 {
		font-family: Protest Riot;
		font-weight: 400;
		font-style: Regular;
		font-size: 28px;
		leading-trim: NONE;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
		text-align: center;
		margin-bottom: 7px;
	}

	section.donation-faq h3 {
		font-family: Poppins;
		font-weight: 800;
		font-style: ExtraBold;
		font-size: 32px;
		leading-trim: NONE;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
		text-align: center;
		margin-bottom: 36px;
	}

	section.donation-faq .small-text {
		display: none;
	}

	.faq-heading {
		background: unset;
		font-family: Poppins;
		font-weight: 800;
		font-style: ExtraBold;
		font-size: 20px;
		leading-trim: NONE;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
		text-align: center;
		margin-bottom: 6px;
	}

	.faq-description p {
		font-family: Poppins;
		font-weight: 400;
		font-style: Regular;
		font-size: 14px;
		leading-trim: NONE;
		line-height: 160%;
		letter-spacing: 0%;
		text-align: center;
		margin-bottom: 19px;
	}

	section.lifecycle {
		padding-top: 60px;
	}

	.lifecycle h2 {
		font-family: Protest Riot;
		font-weight: 400;
		font-style: Regular;
		font-size: 28px;
		leading-trim: NONE;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
		text-align: center;
		margin-bottom: 7px;
	}

	.lifecycle h3 {
		font-family: Poppins;
		font-weight: 800;
		font-style: ExtraBold;
		font-size: 32px;
		leading-trim: NONE;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
		text-align: center;
		margin-bottom: 8px;
	}

	.journey-section h4 {
		font-family: Protest Riot;
		font-weight: 400;
		font-style: Regular;
		font-size: 48px;
		leading-trim: NONE;
		line-height: 100%;
		letter-spacing: 0px;
		text-align: center;
		text-transform: capitalize;
	}

	.journey-section h5 {
		font-family: Poppins;
		font-weight: 700;
		font-style: Bold;
		font-size: 20px;
		leading-trim: NONE;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
		text-align: center;
	}

	.journey-sub-description p {
		font-family: Poppins;
		font-weight: 400;
		font-style: Regular;
		font-size: 16px;
		leading-trim: NONE;
		line-height: 160%;
		letter-spacing: 0%;
		text-align: center;
		color: #0F172A;
	}

	.journey-section h4 {
		font-family: Protest Riot;
		font-weight: 400;
		font-style: Regular;
		font-size: 48px;
		leading-trim: NONE;
		line-height: 100%;
		letter-spacing: 0px;
		text-align: center;
		text-transform: capitalize;
	}

	.journey-section h5 {
		font-family: Poppins;
		font-weight: 700;
		font-style: Bold;
		font-size: 20px;
		leading-trim: NONE;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
		text-align: center;
	}

	.journey-sub-description p {
		font-family: Poppins;
		font-weight: 400;
		font-style: Regular;
		font-size: 16px;
		leading-trim: NONE;
		line-height: 160%;
		letter-spacing: 0%;
		text-align: center;
		color: #0F172A;
	}

	section.donation-option {
		padding-top: 71px;
		padding-bottom: 0px;
	}

	.donation-option h3 {
		font-family: Poppins;
		font-weight: 800;
		font-style: ExtraBold;
		font-size: 32px;
		leading-trim: NONE;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
		text-align: center;
		margin-bottom: 16px;
	}

	.sub-description p {
		font-family: Poppins;
		font-weight: 700;
		font-style: Bold;
		font-size: 20px;
		leading-trim: NONE;
		line-height: 150%;
		letter-spacing: 0%;
		text-align: center;
		margin-bottom: 24px;
	}

	.donation-option .col-md-4 {
		margin-bottom: 70px;
	}

	.carasol-item .carasol-description {
		max-width: unset;
	}

	.carasol-item img {
		margin: auto;
	}

	/* .carasol-item {
		display: flex !important;
		width: 100% !important;
		flex-flow: column;
	} */

	section.school-story h2 {
		font-family: Protest Riot;
		font-weight: 400;
		font-style: Regular;
		font-size: 28px;
		leading-trim: NONE;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
		text-align: center;
	}

	section.school-story h3 {
		font-family: Poppins;
		font-weight: 800;
		font-style: ExtraBold;
		font-size: 32px;
		leading-trim: NONE;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
		text-align: center;
	}

	.lifecycle-cred {
		flex-flow: row;
		align-items: flex-start;
		margin-bottom: 32px;
	}

	.lifecycle-cred img {
		max-width: 50px;
	}

	.for-mobile svg {
		display: none;
	}

	.for-mobile-1 {
		display: flex;
		flex-flow: unset;
		flex-direction: row-reverse;
		align-items: baseline;
		justify-content: flex-end;
		margin-bottom: 5px;
	}

	.lifecycle-cred span {
		font-family: Poppins;
		font-weight: 800;
		font-style: ExtraBold;
		font-size: 14px;
		leading-trim: NONE;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
		text-align: center;
		width: 25px;
		height: 25px;
	}

	.title-dedicate {
		font-family: Poppins;
		font-weight: 800;
		font-style: ExtraBold;
		font-size: 20px;
		leading-trim: NONE;
		line-height: 110.00000000000001%;
		letter-spacing: 0%;
		margin-bottom: 0px;
		margin-left: 8px;
	}



	.mobile-only.svg-arrow {

		height: 100%;
	}

	.lifecycle-cred .svg-arrow svg {
		margin-top: 30px;
		margin-bottom: 18px;
		width: 22px;
		margin-right: 10px;
		margin-left: 10px;
		margin-top: -10px;
		transform: rotate(270deg);
	}

	.lifecycle-cred a,
	.lifecycle-cred a:visited {
		display: block;
	}

	.donation-template .banner-max-width .know-more {
		margin-top: 0px;
	}

	.lifecycle .why-us-table td{
		padding: 15px 5px;
	}

}
.woocommerce-checkout .price{
	font-size: 16px;
    line-height: 20px;
}
.woocommerce-order-received section.woocommerce-customer-details, .woocommerce-order-received section.woocommerce-order-details{
	display: none;
}