@font-face {
	font-family: 'Nunito';
	src: url('../fonts/Nunito-Regular.woff2') format('woff2'),
		url('../fonts/Nunito-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Nunito';
	src: url('../fonts/Nunito-SemiBold.woff2') format('woff2'),
		url('../fonts/Nunito-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Nunito';
	src: url('../fonts/Nunito-Medium.woff2') format('woff2'),
		url('../fonts/Nunito-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Nunito';
	src: url('../fonts/Nunito-ExtraBold.woff2') format('woff2'),
		url('../fonts/Nunito-ExtraBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Nunito';
	src: url('../fonts/Nunito-Bold.woff2') format('woff2'),
		url('../fonts/Nunito-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

.main-content {
	background: #F5F5F5;
}

body,
p {
	font-family: 'Nunito';
	font-weight: normal;
	font-size: 14px;
	color: #000;
	line-height: 22px;
}

a:hover,
a:focus {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: 400;
}

.header .logo-section img {
	width: 20%;
	padding: 2px 0 0;
}

.header .navbar-nav {
	float: unset !important;
}

.fixed-top {
	position: fixed;
	z-index: 11;
	top: 0;
	left: 0;
	right: 0;
}

.header {
	padding: 12px 0;
	width: 100%;
	z-index: 3;
	transition: all 0.5s;
	background: #FFFFFF;
}

.header-btn {
	background: #192469;
	border-radius: 124px;
	color: #FFFFFF;
	border: none !important;
	font-weight: 500;
	font-size: 13px;
	padding: 5px 20px;
	margin-top: 8px;
}

.header .navbar {
	margin-bottom: 0;
}

/*  ------------> Header  Start <---------- */
.header .navbar {
	min-height: auto !important;
	margin-top: 8px;
}

.header .navbar li a {
	padding: 5px 7px;
	font-size: 16px;
	margin: 0 12px;
	color: hsla(232, 62%, 8%, 0.7);

}

.header .navbar li a:hover,
.header .navbar li a:focus,
.menuactive {
	font-weight: 600;
	background-color: inherit;
	color: #192469 !important;
}

.custommenu li a:after {
	font-weight: 500;
	position: absolute;
	height: 2px;
	bottom: 0;
	content: "";
	/* background: linear-gradient(90deg, #56467D 0.94%, #04ABD7 102.83%); */
	border-radius: 30px;
}

.submit-btn {
	background: #FFE58B;
	border-radius: 120px;
	border: none;
	padding: 6px 30px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	color: #080B21;
}

.custommenu li a:hover:after,
.custommenu li a.menuactive:after {
	font-weight: 500;
	width: 100%;
	left: 0;
}

.header .navbar .navbar-collapse {
	padding: 0;
}

.header-contact {
	vertical-align: middle;
	padding: 0;
	margin: 2px 0 0 0;
}

.header-contact li {
	display: inline-block;
	vertical-align: middle;
}

.header-contact li:first-child {
	padding: 0 15px 0 0;
}

.header-contact li:last-child p {
	margin-bottom: 0;
	text-align: right;
	color: #305197;
}

.header-contact li:last-child p:first-child {
	font-size: 11px;
	line-height: 15px;
}

.header-contact li:last-child a {
	font-size: 15px;
	font-weight: 500;
	color: #305197 !important;
}

.bookfree-btn {
	box-shadow: 1px 1px 5px 1px #cfc6c6 !important;
	-webkit-box-shadow: 1px 1px 5px 1px #cfc6c6 !important;
	-moz-box-shadow: 1px 1px 5px 1px #cfc6c6 !important;
}

.menu-topfixed {
	top: 0;
	padding: 10px 0;
	position: fixed;
	background-color: #fff;
	z-index: 11111111111;
}

.header.menu-topfixed .logo-section img {
	width: 48%;
}

.mobile-menuicon {
	color: #56467D;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 11;
	top: 0;
	left: 0;
	background-color: #f9f9f9;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	text-align: center;
	z-index: 111111111111;
}

.sidenav a {
	padding: 10px 8px 8px 32px !important;
	text-decoration: none;
	font-size: 20px;
	color: #424242;
	display: block;
	transition: 0.3s;
	text-align: left;
}

.sidenav a:hover,
.sidenav a:focus {
	color: #56467D;
}

.sidenav .closebtn {
	position: absolute;
	top: 10px;
	right: 16px;
	font-size: 36px;
	margin-left: 50px;
	color: #000;
}

.burger.eleven {
	justify-content: space-around;
	align-items: flex-ends;
}

.burger {
	/*display: inline-flex; */
	/* flex-wrap: wrap; */
	/* justify-content: space-between; */
	width: 40px;
	height: 38px;
	padding: 10px 0px 10px 17px;
	cursor: pointer;
	overflow: hidden;
	float: right;

}

.burger span {
	width: 100%;
	height: 2px;
	background-color: #56467D;
	transition: all 0.25s;
	float: right;
	margin: 2px;


}

.burger.eleven span:nth-child(2) {
	width: 60%;
}

.burger.eleven span:nth-child(3) {
	width: 80%;
}


@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 50px;
		text-align: left;
	}

	.sidenav a {
		font-size: 18px;
	}
}

/* .mobile-menuicon {
	font-size: 26px;
	cursor: pointer;
	float: right;
	margin: 15px 0 0;
} */

.sidenav .mobile-userlogin a:hover {
	color: inherit;
}

.sidenav .mobile-userlogin a:focus {
	background-color: inherit;
}

.sidenav .mobile-userlogin .open>a,
.sidenav .mobile-userlogin .open>a:focus,
.sidenav .mobile-userlogin .open>a:hover {
	background-color: #064d96 !important;
	border-color: #064d96 !important;
	color: #fff !important;
}

.mobile-menu .mynav li a:hover {
	background-color: inherit !important;
	color: #064d96;
}

.sidenav .reports-menu ul li {
	width: 100%;
	padding-left: 20px;
}

.sidenav .reports-menu ul li a {
	font-size: 16px;
	padding: 10px 8px 10px 32px !important;
}

.sidenav .mobile-userlogin a {
	font-size: 16px;
}

/* .mobile-menuicon {
	margin: 10px 0 0;
} */

/* -----------> End Header <------------- */


/* Footer */


.our-special-end a {
	text-decoration: none !important;
}

.our-special a {
	text-decoration: none !important;
}

.our-special-end a h5:hover {
	color: #C62727 !important;

}

.our-special a h5:hover {
	color: #C62727 !important;
}

.our-special h5 span {

	font-weight: 400;
	font-size: 16px;
	margin: 0;
	letter-spacing: 0.015em;
}

.our-special-end h5 {
	color: #000000;

}

.our-special h5 {
	margin: 0;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
}



.our-special-end h5 span {
	font-weight: 400;
	font-size: 16px;
	margin: 0;
	letter-spacing: 0.015em;
}

.our-special-end h5 {
	margin: 0;
	font-weight: 500;
	font-size: 16px;
}

.our-special-end {
	display: inline-block;
	width: calc(100% - 27%);
	vertical-align: middle;
}

.footer-img {
	margin-top: 43px;
}

/* .footer-logo {
	height: 35px;
} */

.top-footer .vertical-line {
	border: 1px solid #D7D7D7;
	height: 50px;
	margin: 35px 20px 32px 32px;
	list-style-type: none;
}

.footer-servicesImg {
	display: inline-block;
	width: 25%;
	vertical-align: middle;
}

.footer-img {
	margin-top: 43px;
}

.footer-logo {
	height: 35px;
}


.secondary-footer {
	background: #192469;
	padding: 45px 0px 0px 0px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.secondary-footer a.logo {
	padding-bottom: 15px;
	display: block;
}



.footer-receive h6 {
	margin-top: 12px;
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 15px;
	line-height: 22px;
	color: #FFFFFF;
}

.section-footer-content {
	padding: 50px;
}

.secondary-footer .footer-content p,
.secondary-footer .footer-content a,
.footer-cotact-enquiry a,
.footer-cotact-enquiry p {
	color: #fff;
}

.secondary-footer .footer-content a:hover,
.secondary-footer .footer-content a:focus {
	color: #ffffff;
	text-decoration: none;
}

.footer-content .footer-contact p {
	margin-bottom: 5px;
}

.footer-content .footer-contact a i {
	font-size: 18px;
	padding-right: 30px;
	vertical-align: middle;
}

.secondary-footer .footer-content .h4 {
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: rgba(255, 255, 255, 0.6);
}

.secondary-footer .footer-content ul {
	padding-left: 0;
	list-style: none;
}

.footer-quicklinks p {
	font-weight: 400;
	margin-top: 15px;
	font-size: 14px;
	line-height: 148%;
	color: rgba(255, 255, 255, 0.8);
}

.secondary-footer .footer-content.footer-quicklinks ul {
	padding: 15px 0 0;
}

.footer-content.footer-quicklinks ul li {
	padding: 3px 0;
}

.footer-content.footer-quicklinks ul li a {
	font-size: 14px;
	color: #FFFFFF;
}

.secondary-footer .footer-address ul {
	padding-left: 0;
	list-style: none;
}

.secondary-footer .footer-address.footer-quicklinks ul {
	padding: 15px 0 0;
}

.footer-address.footer-quicklinks ul li {
	padding: 5px 0;
	color: #ffffffb3;
}

.footer-address.footer-quicklinks ul li a {
	font-size: 14px;
	color: #ffffffb3;
	margin-right: 5px;
	text-decoration: none;
	cursor: pointer;
}

.footer-address.footer-quicklinks ul li a:hover,
.footer-address.footer-quicklinks ul li a:focus {
	color: #ffffff;
}

.secondary-footer .footer-address .h4 {
	color: #ffffff;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 15px;
}

.footer {
	background: #192469;
	padding: 10px 0;
}

.footer p {
	margin-bottom: 0;
	background: #192469;
	color: #ffffffcc;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
}

.input-email {
	padding: 0 15px;
	background: #192469;
	color: #fff;
	border: 1px solid #192469;
	height: 40px;
}

.email-button {
	height: 36px;
	width: 100px;
	background: #231E52;
	color: #fff;
	font-weight: 700;
	border: none;
	margin-left: -105px;
	position: relative;
	bottom: 1px;
	cursor: pointer;
}

.footer-content form .input {
	width: 80%;
	margin-right: 0px;
	margin-top: 10px;
	border-radius: 20px;
}

.footer a.latlon-copyright {
	color: inherit;
}

.footer-content.general-enquiries {
	margin-bottom: 20px;
	float: right;
}

.secondary-footer .footer-content.general-enquiries .h4 {
	margin-bottom: 10px;
}


.footer-content p {
	font-weight: 700;
	font-size: 28px;
	line-height: 145%;
	color: #FFFFFF;
}

.form-content {
	height: 200px;
	background: #626DB5;
	border-radius: 16px;
}

.footer-sub-header span {
	color: #ffffff !important;
	margin-right: 6px;
}

.footer-sub-header li a {
	text-decoration: none !important;
}

.socialmedia-icons ul {
	display: inline-flex;
	list-style: none;
}

.socialmedia-icons ul li {
	padding: 20px 10px 0px 0px;
}

.socialmedia-icons .vertical-line {
	border-left: 2px solid #ffffff3d;
	height: 24px;
	border: none;
	/* margin: 0 15px; */
}

.fa:hover {
	color: #FFE58B;
}

.submit-btn-footer:hover {
	background-color: #f1d761e7;
}

.submit-btn:hover {
	background-color: #f1d761e7;
}

.donate-home:hover {
	background-color: #f1d761e7;
}

.submit-Education:hover {
	background: #17299e;
}

.btngrp-donor:hover {
	background: #17299e;
}

.btngrp-partner:hover {
	background: #17299e;
}

.btngrp-program:hover {
	background: #17299e;
}

.btngrp-ourteam:hover {
	background: #17299e;
}

.Payments ul {
	display: inline-flex;
}

.Payments li {
	margin-right: 6px;
	cursor: pointer;
}

.submit-btn-footer {
	background: #FFE58B;
	border-radius: 120px;
	border: none;
	margin-top: 10px;
	font-weight: 700;
	font-size: 14px;
	padding: 6px 20px;
	text-transform: uppercase;
	color: #080B21;
}

.move-icon-img {
	width: 15%;
	margin-left: 10px;
}

.emali-section {
	margin-top: 5px;
}

.banner-content {
	padding: 20px;
}

.banner2 {
	position: absolute;
	background: url(../images/footer-inner-bg.webp);
	background-repeat: no-repeat;
	height: 200px;
}

.img-responsive-footer {
	width: 10%;
}

/* End footer */

/* Home page start  */
.banner-home {
	position: relative;
	background: url(../images/banner-bg.webp);
	background-repeat: no-repeat;
	width: 100%;
	height: 720px;
	background-size: cover;
}

.hover-tagclr {
	color: #FFFFFF;
	text-decoration: none;
}

.homebanner-content h2 {
	font-weight: 800;
	font-size: 42px;
	line-height: 138%;
	text-transform: uppercase;
	color: #FFFFFF;
}

.homebanner-content h2 span {
	color: yellow
}

.positioned {
	position: absolute;
	top: 24%;
	width: 100%;
}

.homebanner-content {
	padding: 50px 0 0;
}

.homebanner-content p {
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0.02em;
	color: #FFFFFF;
}

.donate-home {
	background: #FFE58B;
	border-radius: 50px;
	font-weight: 700;
	font-size: 14px;
	border: none;
	padding: 6px 30px;
	text-transform: uppercase;
	color: #192469;
	margin-top: 20px;
}

.organization-section {
	position: relative;
}

.center-homeborder {
	display: table-cell;
	width: 33%;
}

.center-home {
	width: 100%;
}

.img-banner {
	position: relative;
	width: 100%;
}

.banner-inner {
	position: absolute;
	top: 17px;
	padding: 20px 50px;
}

.impact-section {
	position: relative;
}

.advocates-section {
	position: relative;
}

.inner-nad p {
	font-weight: 800;
	font-size: 20px;
	position: absolute;
	top: 75px;
	padding: 20px 50px;
	line-height: 160%;
	text-transform: uppercase;
	color: #FFFFFF;
}

.inner-nad h6 {
	position: absolute;
	bottom: 30px;
	padding: 20px 50px;
	font-weight: 700;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.arrow-up {
	width: 15%;
	margin-left: 3px;
}

.section3 {
	padding: 50px;
}

.development-section h5 {
	font-weight: 700;
	font-size: 24px;
	line-height: 138%;
	margin-bottom: 2px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #080B21;
}

.home-title1-content {
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	margin-top: 35px;
	text-align: center;
	color: rgba(8, 11, 33, 0.8);
}

.home-shapingbg {
	position: relative;
	background: url(../images/shape-homebg.webp);
	background-repeat: no-repeat;
	width: 100%;
	height: 400px;
	background-size: cover;
}

.home-shapingbg h4 {
	font-weight: 700;
	font-size: 36px;
	text-align: center;
	padding: 100px 10px 35px 0px;
	line-height: 138%;
	text-transform: uppercase;
	color: #FFFFFF;
}

.button-form {
	text-align: center;
}

.our-promise h5 {
	font-weight: 700;
	font-size: 24px;
	line-height: 138%;
	margin-bottom: 2px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #080B21;
}

.section5 {
	padding: 50px;
}

.img-ourpromise {
	width: 100%;
}

.ourpromise-groupbg {
	padding: 50px 10px 0px 0px;
}

.ourpromise-groupbg h6 {
	font-weight: 700;
	font-size: 19px;
	line-height: 138%;
	text-align: center;
	margin-top: 25px;
	text-transform: uppercase;
	color: #080B21;
}

.nad-impactsection {
	padding: 50px;
}

.nad-donutsection h5 {
	font-weight: 700;
	font-size: 24px;
	line-height: 138%;
	margin-bottom: 2px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #080B21;
}

.pie-chartsection {
	padding: 0px 0px 0px 0px;
}

.pie-chartsection h6 {
	font-weight: 700;
	font-size: 19px;
	line-height: 138%;
	margin-right: 55px;
	margin-top: 20px;
	text-transform: uppercase;
	color: #080B21;
	text-align: center;
}

.section6 {
	background-color: rgba(239, 243, 251, 1);
}

.heading-bottomdesign {
	text-align: center;
}

/* Home page End  */

/* NAD Partnership Start */

.nad-partnership {
	position: relative;
	background: url(../images/sub-pages/partnership-banner.webp);
	background-repeat: no-repeat;
	width: 100%;
	height: 442px;
	background-size: cover;
}

.section-banner h6 {
	font-weight: 700;
	font-size: 18px;
	line-height: 160%;
	text-transform: uppercase;
	color: #FFE58B;
	margin-top: 150px;
	text-align: center;
}

.section-banner h4 {
	font-weight: 800;
	font-size: 36px;
	line-height: 148%;
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}

.become-donor {
	padding: 60px 0px 0px 0px;
}

.individual-partner h6 {
	font-weight: 700;
	font-size: 24px;
	line-height: 148%;
	color: #192469;
}

.individual-partner ul {
	list-style: none;
	padding: 0;
}

.individual-partner {
	padding: 50px 50px;
}

.individual-partner ul li {
	font-weight: 500;
	font-size: 18px;
	display: flex;
	line-height: 160%;
	color: #000000;
}

.individual-icon {
	padding: 0px 8px;
}

.partner-section {
	padding: 50px 50px;
}

.partner-organization {
	padding: 50px 50px;
}

.img-size {
	width: 100%;
}

.partner-bg1 {
	padding: 0px 50px;
}

.partner-bg2 {
	padding: 0px 50px;
}

.become-nadpartner {
	padding: 60px 0px 0px 0px;
}

.partner-organization p {
	font-weight: 600;
	font-size: 18px;
	line-height: 160%;
	color: #080B21;
}

.partner-section p {
	font-weight: 600;
	font-size: 18px;
	line-height: 160%;
	color: #080B21;
}

.btngrp-donor {
	background: #192469;
	border-radius: 100px;
	border: none;
	margin-left: 3px;
	padding: 6px 25px;
	margin-top: 10px;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.btngrp-partner {
	background: #192469;
	border-radius: 100px;
	border: none;
	margin-left: 3px;
	margin-top: 10px;
	font-weight: 700;
	padding: 6px 25px;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.become-programpartner {
	padding: 60px 0px 0px 0px;
}

.partner-bg3 {
	padding: 0px 50px;
}

.btngrp-program {
	background: #192469;
	border-radius: 100px;
	border: none;
	margin-left: 3px;
	margin-top: 10px;
	font-weight: 700;
	font-size: 12px;
	padding: 6px 25px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.partner-bg4 {
	padding: 0px 50px;
}

.btngrp-ourteam {
	background: #192469;
	border-radius: 100px;
	border: none;
	margin-left: 3px;
	margin-top: 10px;
	font-weight: 700;
	padding: 6px 30px;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.join-ourteam {
	padding: 50px;
}

.ourteam-section {
	padding: 30px 8px;
}

.ourteam-section p {
	font-weight: 600;
	font-size: 18px;
	line-height: 160%;
	color: #080B21;
}

.nad-partnermobileview {
	display: none;
}

/* NAD Partnership End */



/* NAD subpage Start */

.subpage-guinea {
	background: url(../images/guinea-subpages/guinea.webp);
	width: 100%;
}

.subpage-about h2 {
	font-weight: 800;
	font-size: 36px;
	line-height: 138%;
	text-transform: uppercase;
	color: #FFFFFF;
}

.subpage-about {
	padding: 158px 0 158px;
	text-align: center;
}

.aboutguinea-section h5 {
	font-weight: 700;
	font-size: 24px;
	line-height: 138%;
	text-align: center;
	margin-bottom: 2px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #080B21;
}

.aboutguinea-section {
	text-align: center;
}

.subpage-guinearural {
	padding: 50px;
}

.subpage-mobileview {
	display: none;
}

.subpage-born {
	padding: 60px 20px 40px 20px;
}

.subpage-born p {
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	letter-spacing: 0.02em;
	color: #000000;
}

.subpage-NAD {
	width: 100%;
}

.subpage-whyguinea {
	padding: 50px;
	background-color: #EFF3FB;
}

.subpage-clinics {
	text-align: center;
}

.subpage-clinics h5 {
	font-weight: 700;
	font-size: 24px;
	line-height: 138%;
	text-align: center;
	margin-bottom: 2px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #080B21;
}

.subpage-grade p {
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	letter-spacing: 0.02em;
	color: #000000;
}

.subpage-grade {
	margin: 61px 0px;
}

.nad-complex-sec p {
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	letter-spacing: 0.02em;
	color: #000000;
}

.nad-complex-sec {
	margin: 61px 0px;
}

.whyguinea-NAD {

	width: 100%;
}

.subpage-whylabe {
	text-align: center;
}

.subpage-whylabe h5 {
	font-weight: 700;
	font-size: 24px;
	line-height: 138%;
	margin-bottom: 2px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #080B21;
}

/* NAD subpage End */


/* NAD ourteams Start */

.ourteams-directiors {
	width: 100%;
	padding: 50px;
	background-color: #EFF3FB;
}
.ourteams-advisory {
	width: 100%;
	padding: 50px;
}


.ourprograms-img {
	width: 100%;
}

.ourprograms-founder {
	width: 100%;
	border-radius: 12px;
}

.ourteams-founders-advisors {
	/* background-color: #EFF3FB; */
	padding: 50px;
}

.ourteams-president {
	text-align: center;
}

.ourteams-president p {
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0.02em;

}

.ourteams-president h4 {
	font-weight: 700;
	font-size: 20px;
	line-height: 138%;
	text-transform: uppercase;
	margin-bottom: 5px;

}


.ourteam-driving {
	background-color: #192469;
}

.ourteam-positioned {
	padding: 50px 0px;
	width: 100%;
}

.ourteam-group {
	padding: 33px 0 0;
}

.ourteam-group h2 {
	font-weight: 800;
	font-size: 36px;
	line-height: 138%;
	text-transform: uppercase;
	color: #FFFFFF;
}

.ourteam-group h4 {
	color: yellow
}

.ourteams-sylla h5 {
	font-weight: 700;
	font-size: 24px;
	line-height: 138%;
	text-align: center;
	margin-bottom: 2px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #080B21;
}

.ourteams-sylla {
	text-align: center;
}

.or {
	padding: 50px;
}

/* NAD ourteams End */




/* ourprograms starts */

.banner-ourprograms {
	background-color: #192469;
}

.banner-Education {
	padding: 50px;
}

.ourbanner-ourprograms {
	padding: 33px 0 0;
}

.our-programmobileview {
	display: none;
}

.ourbanner-ourprograms p {
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0.02em;
	color: #FFFFFF;
}

.ourbanner-ourprograms h2 {
	font-weight: 800;
	font-size: 36px;
	line-height: 138%;
	text-transform: uppercase;
	color: #FFFFFF;
}

.ourbanner-ourprograms h4 {
	color: yellow
}

.positioned-ourprograms {
	padding: 50px 0px;
	width: 100%;
}

.education-section h5 {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 2px;
	line-height: 138%;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #080B21;
}

.education-section {
	padding: 0px 0px 0px 0px;
	text-align: center;
}

.ourbanner-Education h5 {
	color: #192469;
	font-weight: 700;
	font-size: 24px;
}

.ourbanner-Education p {
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	letter-spacing: 0.02em;
	color: #000000;
}


.ourbanner-Education {
	margin: 60px 0px;
}

.education-NAD {
	width: 100%;
}

.submit-Education {
	background: #192469;
	border-radius: 100px;
	border: none;
	margin-left: 3px;
	padding: 6px 30px;
	margin-top: 10px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.banner-health {
	background-color: #EFF3FB;
	padding: 50px;
}

.health-section {
	text-align: center;
}

.health-section h5 {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 2px;
	line-height: 138%;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #080B21;
}

.ourbanner-health h5 {
	color: #192469;
	font-weight: 700;
	font-size: 24px;
}

.ourbanner-health p {
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	letter-spacing: 0.02em;
	color: #000000;
}

.ourbanner-health {
	margin: 60px 0px;
}

.community-section {
	text-align: center;
}

.community-section h5 {
	font-weight: 700;
	font-size: 24px;
	line-height: 138%;
	margin-bottom: 2px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #080B21;
}

.ourprograms-text {
	width: 100%;
}

/* ourprograms End */

/* About us start */
.education-section h5 {
	text-transform: uppercase;
}

.about-us-link {
	color: #080B21;
	text-decoration: none;
}

.aboutus-leftsec1 {
	text-align: center;
}

.aboutus-leftsec1 p {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.02em;
	color: #192469;
	padding: 20px 0px;
}

.aboutus-sec1 {
	margin: 35px 0px;
	text-align: center;
	padding: 15px 25px;
}

.professional-img {
	width: 100%;
}

.aboutus-Education h5 {
	color: #192469;
	font-weight: 700;
	font-size: 24px;
}

.aboutus-Education p {
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	letter-spacing: 0.02em;
	padding: 10px 10px;
	color: #000000;
}

.aboutus-Education {
	margin: 35px 0px;
}

.aboutus-banner-Education {
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	padding: 0px 0px 0px 0px;
}

.aboutus-bottom-section {
	padding: 50px;
}

.aboutus-professional-section {
	padding: 50px;
}

.aboutus-vision img {
	width: 100%;
}

.aboutus-vision-sec {
	padding: 50px 0px;
}

.aboutus-banner-health {
	position: relative;
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	background-color: #EFF3FB;
}

.aboutus-strategic-plan {
	border: 1px solid rgba(98, 109, 181, 0.24);
	border-radius: 12px;
	margin-top: 30px;
	padding: 25px 0px 0px 20px;
	height: 260px;
}

.aboutus-strategic-plan1 {
	border: 1px solid rgba(98, 109, 181, 0.24);
	border-radius: 12px;
	padding: 25px 0px 0px 20px;
	height: 260px;
}

.aboutus-leftsec1 {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.02em;
	color: #192469;
	padding: 0px 0px;
}

.strategic-icongrp {
	width: 8%;
}

.aboutus-strategic-heading {
	font-weight: 700;
	font-size: 18px;
	margin-top: 10px;
	line-height: 148%;
	color: #080B21;
}

.aboutus-strategic-content {
	font-weight: 400;
	font-size: 16px;
	line-height: 148%;
	color: #000000;
}

.community-section-aboutus {
	text-align: center;
}

.community-section-aboutus h5 {
	font-weight: 700;
	font-size: 24px;
	line-height: 138%;
	margin-bottom: 2px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #080B21;
}

.about-knowbtn {
	border: none;
	color: #626DB5;
	background-color: #F5F5F5;
	font-size: 14px;
	font-family: Nunito;
	font-style: normal;
	font-weight: 700;
	line-height: 148%;
}

/* About us end */


/* IMPACT  Complex start */
.nadcomplex-banner {
	position: relative;
	background-repeat: no-repeat;
	width: 100%;
	height: 442px;
	background-size: cover;
	background-color: #192469;
}

.nadcomplex-banner h5 {
	font-weight: 800;
	font-size: 34px;
	padding: 80px 0px;
	line-height: 148%;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}

/* *********** */
.centeralign-video {
	text-align: center;
}

.success-topic h6 {
	font-weight: 700;
	font-size: 24px;
	text-align: center;
	line-height: 138%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #192469;
}

.success-stories {
	padding: 50px 0px;
}

.aid-stories {
	font-weight: 500;
	font-size: 19px;
	line-height: 160%;
	text-align: center;
	color: rgba(12, 17, 49, 0.88);
}

.aid-stories span {
	font-weight: 500;
	font-size: 19px;
	line-height: 160%;
	text-align: center;
	color: rgba(25, 36, 105, 1);
}

.border-chart {
	height: 380px;
	padding: 12px 30px;
	border-radius: 15px;
	border: 1px solid #cfc6c6;
}

.circle-chart {
	padding: 50px;
}

.chart-topic h4 {
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	line-height: 138%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #192469;
}

.circle-format {
	margin-top: 25px;
}

.success-topic {
	padding: 50px 0px 0px 0px;
}

.innerbg-img {
	width: 100%;
}

.our-goalscontent {
	background-color: rgba(239, 243, 251, 1);
	padding: 50px;
}

.our-goalscontent p {
	font-weight: 400;
	font-size: 18px;
	padding: 10px 0px 10px 0px;
	line-height: 160%;
	text-align: center;
	color: rgba(12, 17, 49, 0.88);
}

.our-goalss-btn {
	text-align: center;
}

.our-goalss-btn button {
	width: 23%;
	height: 35px;
	background: #192469;
	border-radius: 100px;
	border: none;
	margin-left: 3px;
	margin-top: 10px;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;
}

/* *********** */


/* IMPACT  Complex  End*/


/* --------------- Modal popup------------------ */
.modal-dialog-full-width {
	width: 70% !important;
	height: 100% !important;
	padding: 0 !important;
	max-width: none !important;

}

.modal-content-full-width {
	height: auto !important;
	min-height: 42% !important;
	width: 70%;
	margin-left: 15%;
	border-radius: 10px;
	background: #FFF;
}

.modal-header-full-width {
	border-bottom: 1px solid #9ea2a2 !important;
}

.modal-footer-full-width {
	border-top: 1px solid #9ea2a2 !important;
}

/* ---------------------------------------- */

/* hover on image */
.contr {
	position: relative;
	cursor: pointer;


}

.image {
	opacity: 1;
	display: block;
	transition: .5s ease;
	backface-visibility: hidden;
}

.middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 38%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.contr:hover .image {
	opacity: 0.3;
}

.contr:hover .middle {
	opacity: 1;
}


.middles {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.contr:hover .image {
	opacity: 0.3;
}

.contr:hover .middles {
	opacity: 1;
}

.text {
	color: #000;
	font-size: 16px;

}

.container.my-4 .modal-body button.close {
	padding: 12px;
	width: 10%;
	height: 35px;
}

.modal.fade.right {
	padding-right: 0px;
	z-index: 11111111111;

}

.text-content h3 {
	color: var(--text, #080B21);
	font-size: 30px;
	font-weight: 700;
	line-height: 148%;
}

.strategic-popup p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 148%;
}

.a-nad-responsive {
	width: 100%;
}

.anad-updated {
	/* padding: 50px; */
	background-color: #EFF3FB;
}

.nad-content p {
	color: rgba(12, 17, 49, 0.88);
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 160%;
}

.nad-content {
	margin: 61px 0px;
}
.vision-content p{
	color: rgba(12, 17, 49, 0.88);
	font-size: 18px;
	font-weight: 400;
	line-height: 160%;
}

.vision-content{
	margin: 70px 0px;
}

.nad-common {
	text-align: center;
}

.nad-common h5 {
	font-weight: 700;
	font-size: 24px;
	line-height: 138%;
	text-align: center;
	margin-bottom: 2px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #080B21;
}
.opportunities-responsive{
	width: 100%;
	border-radius: 12px;
}

.actively-partner-content p{
    color: rgba(12, 17, 49, 0.88);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
}

.sponsorship-sec h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 138%;
    text-align: center;
    margin-bottom: 2px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #192469;
}
.sponsorship-sec p {
    text-align: center;
}

.partner-agencies {
	padding: 0px 15px;
}


/* contactus-form start */
.contact-form .section-banner h4 {
    padding: 0px 18%;
}
.contact-form-section {
    padding: 60px 0px;
}
.contact-form-section span{
	color: red;
}
.contact-form-section .dropdown input{
	width: 100%;
	display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.contact-form-section .textareasec textarea{
    width: 100%;
    resize: none;
    height: 79px;
	color: #555;
    background-color: #fff;
	border: 1px solid #ccc;
    border-radius: 4px;
}
.submit-btnn {
    background: #192469; 
	border-radius: 120px;
	border: none;
	padding: 6px 30px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	color: #ffff;
}
.contactbutton-form{
	padding-top: 30px;
}
.partner-agencies ol{
	list-style-type: none;
	padding: 0;
}
.partner-agencies ol li{
	display: inline-block;
    padding: 19px 29px;
}
.sponsorship-sec{
	padding: 50px 0px ;
}
 /* contactus-form end */
/* ---------------- */