/*
All header and Footer styles
*/
body {
	overflow-x: hidden;
	padding-top: 66px;
}



.rmp_menu_trigger {
	position: fixed !important;
}


/* HEADER */
header {
	border-bottom: 1px solid #ECECEC;
	position: fixed;
	z-index: 100;
	background-color: #FFF;
	top: 0;
}

body.admin-bar header {
	padding-top: 32px;
}

@media only screen and (max-width: 768px) {
	body.admin-bar header {
		padding-top: 46px;
	}
}

header .container {
	height: 65px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

header nav.header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	column-gap: 30px;
}

header nav.header>ul {
	display: flex;
}

header nav.header>ul a {
	font-size: 18px;
	line-height: 25px;
	text-decoration: none;
	color: var(--secondary-color);
}

header nav.header>ul>li>a {
	font-weight: 700;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 20px 0px;
}

header nav.header>ul>li.menu-item-has-children>a:after {
	display: block;
	background-image: url('../img/arrow-down.svg');
	background-size: 10px 10px;
	width: 10px;
	height: 10px;
	content: "";
	margin-left: 5px;
}

header nav.header>ul>li.donate {
	display: flex;
	align-items: center;
}

header nav.header>ul>li.donate>a {
	font-weight: 900;
	background-color: #EFFF34;
	padding: 3px 10px 3px 15px;
	border-radius: 40px;
}

header nav.header>ul>li.donate>a:after {
	display: block;
	background-image: url('../img/arrow-right.svg');
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	content: "";
	margin-left: 20px;
}

header nav.header>ul ul {
	background-color: #FFF;
	flex-direction: column;
	row-gap: 6px;
	display: none;
	position: absolute;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	padding: 20px;
	border-radius: 10px;
	min-width: 170px;
	z-index: 999999;
}

header nav.header>ul>li:hover ul {
	display: flex;
}

header nav.header>ul ul>li>a {
	font-weight: 300;
}

.rmp-menu .donate {
	padding-top: 40px;
}




/* Subscribe  */
.subscribe .gform_footer.top_label {
	position: relative;
	width: fit-content;
}

.subscribe .gform_footer.top_label:after {
	display: block;
	width: 16px;
	height: 16px;
	content: url('../img/arrow-right.svg');
	margin-left: 20px;
	position: absolute;
	right: 24px;
	top: 28px;
}

body.home .section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}







/* FOOTER */
/* footer.container-fluid>.container {
	padding: 0;
} */

footer .container .footer-bg {
	color: #FFF;
	background-color: #0A1F2B;
	padding: 40px;
	border-radius: 20px 20px 0 0;
}

footer .top-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

footer .slogan {
	font-size: 18px;
	font-weight: 400;
	text-align: right;
}

footer .donate {
	display: flex;
	text-decoration: none;
	color: var(--secondary-color);
	font-weight: 900;
	font-size: 20px;
	background-color: #EFFF34;
	padding: 3px 15px;
	border-radius: 40px;
	flex-direction: row;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	width: 150px;
	margin-left: 20px;
}

footer .nav-container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	column-gap: 40px;
	margin-bottom: 40px;
}

footer ul.primary-menu .sub-heading>a,
footer .social-heading {
	font-size: 22px;
	font-weight: 600;
	margin: 0;
	line-height: normal;
}

footer ul.primary-menu,
footer ul.primary-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}

footer ul.primary-menu {
	column-gap: 60px;
}

footer ul.primary-menu a {
	font-size: 18px;
	font-weight: 200;
	text-decoration: none;
	color: var(--anchor-alt-color);
}

footer ul.primary-menu ul {
	padding-top: 15px;
	flex-direction: column;
	gap: 10px;
}

footer .social-container {
	min-width: 30%;
}

footer .social-links {
	padding-top: 16px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 40px;
	grid-row-gap: 15px;
}

footer .social-links a {
	display: grid;
	grid-template-columns: 18px auto;
	gap: 10px;
	width: fit-content;
	text-decoration: none;
}

footer .social-links span {
	color: #FFF;
	font-size: 18px;
	font-weight: 200;
}

footer .sign-up {
	margin-top: 36px;
}

footer .sign-up a {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	display: flex;
	align-items: center;
	gap: 16px;
	text-decoration: none;
	color: #fff;
}

footer .bottom-container {
	display: flex;
	align-items: center;
}

footer .copyright {
	font-size: 12px;
	font-weight: 600;
}

footer ul.bottom-menu {
	margin: 0 0 0 20%;
	padding: 0;
	list-style-type: none;
	display: flex;
	column-gap: 20px;
}

footer ul.bottom-menu a {
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	color: #FFF;
}








.privacy-menu {
	display: flex;
	gap: 20px;
}

.footer-bottm-section,
.footer-bottm-section a,
.footer-bottm-section p {
	color: #FFF;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.24px;
	text-decoration: none;
}



/* Footer Donate Part */
.donate-section .wrapper {
	display: flex;
	position: relative;
}

.donate-section .wrapper .donate-content {
	align-self: auto;
	border-radius: 20px;
	color: #fff;
	background-color: #0A1F2B;
	padding: 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 60%;
}

.donate-section .wrapper .donate-content .donate-subtext {
	font-size: 18px;
	font-weight: 900;
	line-height: 25px;
	letter-spacing: 0em;
	margin: 0 0 10px;
}

.donate-section .wrapper .donate-content .donate-heading {
	font-size: 36px;
	font-weight: 300;
	line-height: 50px;
	letter-spacing: 0.02em;
	margin-bottom: 40px;
}

.donate-section .wrapper .donate-banner {
	position: absolute;
	z-index: -1;
	right: 0;
	top: -50px;
}

.donate-section .wrapper .donate-banner img {
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 992px) {

	/* Donation */
	.donate-section .wrapper .donate-content {
		max-width: 80%;
	}

	.donate-section .wrapper .donate-banner {
		max-width: 80%;
	}

	.donate-section .wrapper .donate-btn a {
		gap: 20px !important;
	}
}

@media only screen and (max-width: 768px) {

	/* Donate Section */
	.donate-section .wrapper .donate-content {
		padding: 25px;
	}

	.donate-section .wrapper {
		flex-direction: column-reverse;
	}

	.donate-section .wrapper .donate-content {
		max-width: 100%;
	}

	.donate-section .wrapper .donate-content .donate-subtext {
		font-size: 18px;
	}

	.donate-section .wrapper .donate-content .donate-heading {
		font-size: 30px;
		line-height: 35px;
	}

	.donate-section .wrapper .donate-banner {
		position: inherit;
		right: inherit;
		top: inherit;
		max-width: 100%;
		margin-bottom: -22px;
	}

	.donate-section .wrapper .donate-btn a {
		font-size: 14px !important;
	}
}







/* Footer Join in form Part */

.join-in-form-section .wrapper {
	border-radius: 20px;
	background: #C2EBFF;
	padding: 50px;
	display: flex;
	column-gap: 100px;
}

.join-in-form-section .wrapper .join-in-content {
	flex-grow: 1;
	flex-basis: 55%;
}

.join-in-form-section .wrapper .join-in-content .join-in-heading {
	font-size: 50px;
}

.join-in-form-section .wrapper .join-in-content .join-in-desc {
	font-size: 22px;
	margin-top: 40px;
}


.join-in-form-section .wrapper .join-in-form {
	flex-shrink: 2;
	flex-basis: 45%;
}



.Join-in-form-section .container {
	border-radius: 20px;
	background: #C2EBFF;
	padding: 4rem;
}

.join-in-desc {
	font-size: 22px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 0.44px;
}




.gform_description {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
}

.gform_confirmation_message {
	font-size: 22px;
	text-align: center;
	font-weight: 300;
	width: 74%;
	margin: 0 auto;
}

#footer-form .gfield_label {
	display: none !important;
}

#footer-form input {
	border-radius: 50px;
	background: #FFF;
	border: 0;
	padding: 15px 24px;
	line-height: 1;
	font-size: 16px;
	font-weight: 300;
}

#footer-form input[type="submit"] {
	background-color: #0A1F2B;
	font-size: 20px;
	font-weight: 900;
	padding: 12px 24px;
	line-height: 1;
	color: #fff;
	width: 168px;
	text-align: left;
}

#footer-form .gform_footer.top_label {
	position: relative;
	width: fit-content;
}

#footer-form .gform_footer.top_label:after {
	display: block;
	width: 16px;
	height: 16px;
	content: url('../img/white-arrow.svg');
	margin-left: 20px;
	position: absolute;
	right: 24px;
	top: 28px;
}


#footer-form .footer-form .ginput_container .gfield_checkbox .gchoice {
	display: flex !important;
	gap: 10px;
	align-items: self-start;
}

#footer-form .gform_wrapper.gravity-theme .gfield-choice-input {
	margin-top: 2px !important;
	max-width: 11px;
	width: 11px !important;
	height: 11px !important;
}

#footer-form .gchoice label {
	color: #000;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.24px;
}






/* HOME BANNER */
/* home video background */
.home-banner {
	color: #FFF;
	background: rgb(10, 31, 43);
	position: relative;
}

#hm-video-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	min-height: 100%;
	object-fit: cover;
}

.container-content {
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	background: rgb(2 130 190 / 40%);
}

.home-banner,
.home-banner>.container {
	min-height: 800px;
}

.home-banner h1 {
	font-size: 65px;
	font-weight: 900;
	margin-bottom: 30px;
}



.home-banner .subscribe {
	max-width: 500px;
}

.home-banner .subscribe h6 {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 600 !important;
}

.subscribe .gfield input {
	border-radius: 50px;
	background: #FFF;
	box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	border: 0;
	color: #001110;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: 0.32px;
	padding: 16px 24px !important;
}

.subscribe .gfield_label {
	display: none !important;
}

.subscribe input:focus-visible {
	outline: none;

}

.subscribe .gfield input::placeholder {
	opacity: .6;
}

.subscribe .gfield_checkbox label {
	font-weight: 300 !important;
	font-size: 12px !important;
}

.subscribe .gchoice {
	display: inline-block !important;
}
.subscribe .gchoice input {
	width: 11px;
	height: 11px;
	margin-top: 3px !important;
	margin-right: 10px !important;
	vertical-align: top !important;
	padding: 0 !important;
}

.subscribe input[type="submit"] {
	border-radius: 50px;
	background: #EFFF34;
	box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.05);
	display: flex;
	padding: 10px 24px;
	align-items: center;
	gap: 12px;
	border: 0 !important;
	width: 224px !important;
	color: #000;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.045;
	letter-spacing: -0.4px;
}

.subscribe input[type="submit"]::after {
	display: block;
	width: 16px;
	height: 16px;
	content: url('../img/arrow-right.svg');
	margin-left: 20px;

}



/* ************************************ Responsive **************************/

@media only screen and (max-width: 1200px) {

	/* header nav */
	header nav.header ul {
		column-gap: 10px;
	}

	header nav.header>ul a {
		font-size: 16px;
	}


	/* Home Banner */
	body.home .section-header h2 {
		font-size: 40px;
	}

	.home-banner h1 {
		font-size: 55px;
	}

	.home-banner .subscribe h6 {
		font-size: 14px;
	}


	/* join section */
	.join-in-form-section .wrapper {
		column-gap: 80px;
	}

	.join-in-form-section .wrapper .join-in-content {
		flex-basis: 50%;
	}

	.join-in-form-section .wrapper .join-in-form {
		flex-basis: 50%;
	}

	/* Footer */
	footer .logo svg {
		max-height: 25px;
	}

	footer .slogan {
		font-size: 16px;
	}

	footer ul.primary-menu {
		gap: 30px;
	}

}



@media only screen and (max-width: 992px) {

	/* header Nav */
	header nav.header {
		display: none;
	}

	/* home banner h1 */
	.home-banner h1 {
		font-size: 36px;
	}

	

	/* home section header */
	body.home .section-header {
		flex-direction: column;
		align-items: flex-start;
	}

	body.home .section-header h2 {
		font-size: 36px;
		margin-bottom: 20px;
	}



	/* join section */
	.join-in-form-section .wrapper {
		padding: 25px;
		flex-direction: column;
	}

	.join-in-form-section .wrapper .join-in-content .join-in-heading {
		font-size: 36px;
	}

	.join-in-form-section .wrapper .join-in-content .join-in-desc {
		font-size: 20px;
		margin-top: 20px;
	}

	/* join form section */
	.Join-in-form-section .container {
		padding: 2rem;
	}

	.Join-in-form-section .join-in-heading {
		font-size: 36px;
	}

	.Join-in-form-section .join-in-desc {
		margin-top: 20px !important;
	}


	/* footer Nav container */
	footer .nav-container {
		flex-direction: column;
	}

	footer ul.primary-menu {
		justify-content: space-between;
		width: 100%;
		margin-bottom: 40px;
	}

	footer .social-links {
		display: flex;
		flex-wrap: wrap;
	}

	footer ul.bottom-menu {
		margin: 0 0 0 40px;
	}
	#footer-form .footer-form .ginput_container .gfield_checkbox .gchoice {
		gap: 6px;
		display: inline-block !important;
	}
	#footer-form .gform_wrapper.gravity-theme .gfield-choice-input {
		margin-top: 3px !important;
		margin-right: 4px !important;
		vertical-align: top !important;
		padding: 0 !important;
	}


}

@media only screen and (max-width: 768px) {

	/* Footer */
	footer .logo {
		margin-bottom: 20px;
	}

	footer .slogan {
		text-align: left;
		margin-bottom: 20px;
	}

	footer .top-container {
		flex-direction: column;
		align-items: flex-start;
	}

	footer ul.primary-menu {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	footer .social-container {
		width: 100%;
	}

	footer .social-links {
		display: grid;
	}

	footer .bottom-container {
		flex-direction: column;
		align-items: flex-start;
	}

	footer ul.bottom-menu {
		margin: 0;
	}

	footer ul.bottom-menu {
		flex-direction: column;
	}

	footer ul.bottom-menu li#menu-item-5161 {
		margin-top: 40px;
	}
}