html {
	padding: env(safe-area-inset);
}
body {
	font-family: "Open Sans", sans-serif;
	background: #fff;
	font-size: 17px;
	line-height: 1.8;
	font-weight: 400;
	color: #222;
}
.btn {
	border-radius: 0.20em;
}
button:focus {
	outline: 0;
}
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
	-ms-touch-action: auto;
	touch-action: auto;
}
a {
	color: #f08200;
}
a:hover, a:focus {
	color: #f08200;
	text-decoration: none;
}
.lg-backdrop {
	background-color: #1e2d3be3 !important;
}
.lg-outer, .lg-backdrop {
	z-index: 9999 !important;
}
.lg-toolbar {
	background-color: transparent !important;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
	background-color: rgb(255, 255, 255) !important;
	color: #f08200 !important;
}
.text-bf {
	color: #f08200;
}
::-webkit-scrollbar {
	width: 5px;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px #1E2D3B; 
	border-radius: 0;
	background-color: #1E2D3B;
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px #f08200; 
	background-color: #f08200;
}
.form-control-lg {
	font-size: 16px;
	border-radius: .1rem;
	padding: 1rem 1rem;
}

.form-control {
	border-radius: .1rem;
}
b, strong {
	font-weight: 600;
}
@media(min-width: 1200px) {
	.container-fluid {
		padding: 0 5%;
	}
	.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu .wpmm-strees-row-and-content-container > .wp-megamenu-sub-menu >li {
		padding: 30px 3.5% !important;
	}
}
/* SEARCH */
.search {
	display: inline;
	position: relative;
	z-index: 999;
} 
.search .dropdown-menu {
	top: 22px !important;
	border-radius: 1px;
	min-width: 350px;
	padding:0;
	border: none;
	box-shadow: none;
}
.search .btn-donate.btn-lg {
	padding: 0 8px;
}
.dropdown-toggle::after {
	display: none;
}
.search .input-group .btn-lg{
	padding: 8px 18px;
	border-radius: 0;
    border:#ddd solid 0.5px;
}
.search .form-control {
	border-color: #fff;
}
.search .form-control:focus {
	border-color: transparent;
	box-shadow: none;
}

/* BUTTONS AND ICONS */
.social a {
	display: inline-block;
}
.social a:hover {
	color: transparent;
}

.social i {
	padding: 8px 10px;
	border-radius: 2px;
	font-size: 16px;
	position: relative;
}
.social .search i {
	padding: 0;
	border-radius: 0;
	font-size: 16px;
	position: relative;
	top: -2px !important;
}
.bf-navigation .social i {
	top: 3px;
}
.social i.icon-facebook {
	padding-left: 13px;
	padding-right: 13px;
}
.social i:hover {
	opacity: 0.7;
}
i.icon-twitter   {background-color:#00B6F1; color: #fff}   
i.icon-facebook  {background-color:#3B5998; color: #fff}   
i.icon-instagram {background-color:#2C6A93; color: #fff}   
i.icon-youtube   {background-color:#C31A1E; color: #fff}   
i.icon-search   {background-color:#f08200; color: #fff} 

.btn-lg {
	font-size: 20px;
	text-transform: uppercase;
	border-radius: 2px;
	letter-spacing: 1px;
	font-weight: 600;
	padding: 8px 30px;
}

.btn-donate {
	background-color: #f08200;
	color: #fff;
	border: 1px solid #f08200;
	border-radius: 2px;
}
.btn-subscribe {
	background-color: #1E2D3B;
	color: #fff;
	border: 1px solid #1E2D3B;
	border-radius: 2px;
}

.btn-donate:hover, 
.btn-donate:focus, 
.btn-subscribe:hover, 
.btn-subscribe:focus{
	color: #fff;
}
.load-more-button {
	margin-top: 50px;
	text-align: center;
}
.scroll { 
	position: relative;
	margin-top: 40px;
	height: 100%;
	width: 100%;
}
.scroll a {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	font: normal 400 20px/1 'Josefin Sans', sans-serif;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
}
.scroll a:hover {
	opacity: .5;
}
.scroll a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 28px;
	height: 28px;
	margin-left: -12px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb04 2s infinite;
	animation: sdb04 2s infinite;
	box-sizing: border-box;
}

.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem #f0820059;
}


/* NAVIGATION */
.bf-navigation {
	position: fixed;
	z-index: 9999;
	width: 100%;
	top: 0;
}

.bf-navigation .wpmm-feature-desc {
	font-weight: 300;
	line-height: 32px;
	color: #fff;
}

.bf-navigation .wpmm-feature-box {
	padding: 0 15px;
}
.bf-navigation .social {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: right;
	padding: 22px 0;
}
.bf-navigation .social a{
	position: relative;
	z-index: 9999;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul {
	text-align: center;
	position: absolute !important;
	left: 0 !important;
	width: 100%;
}
#wp-megamenu-primary>.wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-container>ul.wp-megamenu-sub-menu {
	padding: 30px 0;
}
.bf-animate {
	opacity: 0;
	visibility: hidden; 
}
#mega-menu-wrap-primary {
	z-index: 999;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	letter-spacing: 1px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
	line-height: 1.6;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
	padding-bottom: 0 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	letter-spacing: 0.5px;
}
.mega-nopaddingleft {
	padding-left: 0 !important;
}
.mega-nopaddingright {
	padding-right: 0 !important;
}
.bf-navigation .logo {
	position: absolute;
	top: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5%;
	z-index: 9999;
}
.bf-navigation .logo img {
	height: 60px;
}
/* MODAL */
.modal {
	z-index: 9999;
}
.modal-content {
	border-radius: 0.10rem;
	border-top: none;
	border-right: none;
	border-left: none;
}
.modal-header {
	padding: 4rem 50px 0;
	position: relative;
	border-bottom: none;
}
.modal-header .close {
	opacity: 1;
	padding: 0;
	height: 50px;
	width: 50px;
	right: 0;
	top: 0;
	margin: 0;
	z-index: 99;
	position: absolute;
	color: #f08200;
	font-size: 35px;
	text-shadow: none;
}
.modal-header .close span{
	position: relative;
	font-weight: 400;
}
.modal-header .title {
	text-align: center;
	padding-bottom: 30px;
}
.modal-header .title h1 {
	font-size: 30px;
	text-align: center;
}
.modal-header .title hr {
	float: none;
    margin-left: auto;
    margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0.5rem;
}
.modal-header .title p {
	font-size: 17px;
}
.modal-body {
	padding: 40px 50px;
	padding-top: 0;
    text-align: left;
}
.modal-body p{
    text-align:left;
}
#popupSubscribe .modal-body {
	padding-bottom: 0;
	padding-left: 50px;
	padding-right: 0;
}

/* SLIDER */
#banner .alert {
	top: 80px;
	background: #ff3333;
	text-align: center;
	padding: 10px 0;
	border-radius: 0;
	margin-bottom: 0;
	position: relative;
	z-index: 999;
}

#banner .alert a {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
#banner .alert a:hover {
	color: #f5f5f5;
}
#banner .alert h6 {
	margin-bottom: 0;
}
.parallax-video { 
	padding-bottom: 50px;
	padding-top: 50px; 
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.parallax-video .caption{
	position: absolute;
	bottom: 20%;
	width: 100%;
	color: #fff;
	text-align: center;
	z-index: 999;
}
.banner .caption p{
	letter-spacing: 1px;
}

.parallax-video .caption h1 {
	font-weight: 500;
	line-height: 1.4;
	font-size: 50px;
	font-family: "Poppins";
}

.parallax-video .button {
	margin-top: 50px;
}

.parallax-video .button a {
	margin: 0 5px;
	width: 175px;
}

/* HOME */
.title {
	padding-bottom: 50px;
}
.title h1 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 50px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #1E2D3B;
	text-transform: uppercase;
	font-family: "Poppins";
}



.title p {
	font-size: 26px;
	line-height: 1.6;
}
.title .wrapper {
	padding: 0 10%;
}
.title hr {
	width: 100px;
	margin-top: 2rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 8px solid #f08200;
}
.single-work .modal-header .title hr {
	margin-top: 2rem;
	margin-bottom: 1rem;
}
#home {
	background-color: #fff;
}

/* INTRO */
.intro {
	padding: 100px 0 120px;
}

.intro .title {
	text-align: center;
}

/* ABOUT */
.about {
	padding: 100px;
	background-size: cover;
	background-position: center;
}

.about .wrapper {
	background: #fff;
	padding: 60px;
	border-radius: 2px;
}

.about-content p {
	color: #333;
}

.about-content .button{
	margin-top: 45px;
}

.impact {
	padding: 70px 0;
	background-color: #f08200;
	color: #fff;
}
.impact a {
	color: #fff;
}
.impact .impact-wrapper {
	padding: 20px 40px;
	text-align: center;
	border-left: 1px solid #ddd;
}

.impact [class*=col-]:first-child .impact-wrapper, .impact .col:first-child .impact-wrapper{
	border-left: none;
}

.impact .fig {
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
	font-family: "Oswald";
}

.impact .text {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.5px;
}

.updates {
	padding: 100px 0 80px;
}

.our-reach {
	background-color: #1E2D3B;
	padding: 100px 0;
}

.our-reach .title h1 {
	color: #fff;
}

.our-reach-content {
	color: #eee;
}
.our-reach-content p {
	margin-bottom: 0;
}
.our-reach-video {
	margin-top: 20px;
}
.news-letter {
	padding-top: 100px;
}
.custom-control-input {
	margin-right: 10px;
}
.custom-control-label:before{
	background-color: transparent;
	border: 1px solid #bbb;
	border-radius: 1px;
	height: 24px;
	width: 24px;
}

.custom-control-label::after {
	top: 0.50rem;
	left: 0.25rem;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
	background-color: #f08200;
	border: 1px solid #f08200;

}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-control-input:active~.custom-control-label::before{
	background-color: #f08200;
}

.custom-checkbox .custom-control-input:focus~.custom-control-label::before{
	box-shadow: none; 
}

/* GRID */
/*-----------------work-grid------------------- */
.work-grid .panel {
	border: none;
	box-shadow: none;
	border-radius: 2px;
	position: relative;
	overflow: hidden;
}
.work-grid .panel-body .overlay {
	height: 500px;
	opacity: 0;
}
.work-grid .panel-body {
	height: 500px;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	transform: scale(1) translate3d(0, 0, 0);
	transition: transform 800ms ease, filter 400ms ease-in-out;
	filter: grayscale(20%) blur(0px);
	padding: 0;
}

.work-grid .panel-footer {
	bottom: 0;
	box-sizing: border-box;
	color: #FFF;
	left: 0;
	padding: 30px 20px;
	position: absolute;
	width: 100%;
	z-index: 2;
	transition: transform 400ms ease;
	background: transparent;
	border-top: 0;
	height: 500px;
	transform: translateY(360px);
	overflow: hidden;
}
.work-grid .panel-footer h3 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 1.6;
	word-spacing: 100vw;
	font-family: "Poppins";
}

.work-grid .panel-footer p.description {
	font-weight: 300;
	font-size: 16px;
	text-align: left;
}

.work-grid .panel-footer hr {
	width: 50px;
	border-top: 3px solid #fff;
	float: left;
	margin-bottom: 2em;
}

.work-grid .panel:hover .panel-body .overlay {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.6);
	transition: background-color 1s linear;
}

.work-grid .panel:hover .panel-footer {
	transform: translateY(0) !important;
	transition: all 0.5s linear;
}

.work-grid .panel:hover .panel-body {
	transform: scale(1.1) translate3d(0, 0, 0);
	filter: grayscale(20%) blur(0px);
}

.ml-auto,
.mx-auto {
  margin-left: 0 !important;
}

/*-----------------news-grid------------------- */
.news-grid .card {
	border: none;
	box-shadow: 0 0 2px #ddd;
	border-radius: 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.news-grid .card:hover {
	box-shadow: 1px 1px 5px #ddd;
}
.news-grid .card-head {
	height: 250px;
	background-position: center;
	background-size: cover;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
	background-color: #1e2d3b;
}
.news-grid .card a {
	height: 250px;
	position: relative;
	overflow: hidden;
}
.news-grid .card:hover .card-head {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-filter: grayscale(50%);
	filter: grayscale(50%);
}

.news-grid .card-title {
	font-size: 17px;
	line-height: 1.5;
	margin-bottom: 0;
	font-weight: 700;
	text-align: left;
	font-family: "Open Sans", sans-serif;
}

.news-grid .card-title a{
	color: #1e2d3b;
}

.news-grid .card-title a:hover, .news-grid .card-title a:focus{
	color: #f08200;
}
.news-grid .card-body {
	min-height: 120px;
}
.news-grid .card-body p.post-date {
	color: #f08200;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot span {
	background: #1E2D3B;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #f08200;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 35%;
	background: #1e2d3b;
	color: #fff;
	padding: 0 10px !important;
}
.owl-carousel .owl-nav button.owl-next {
	right: -50px;
}
.owl-carousel .owl-nav button.owl-prev {
	left: -50px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: #f08200;
	color: #FFF;
	text-decoration: none;
}
.video-item {
	margin-bottom: 30px;
}
/* FOOTER */
footer {
	padding: 70px 0 0;
	background-color: #1E2D3B;
	color: #fff;
}

.footer-nav h3 {
	margin-top: 0;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 30px;
	font-family: "Poppins";
}
.footer-social li {
	margin-bottom: 10px;
}
.footer-social li i {
	width: 40px;
	height: 40px;
	display: block;
	padding: 5px 12px;
	line-height: 2;
	text-align: center;
	margin-right: 20px;
}
.footer-social li span{
	position: relative;
	top: -4px;
}

.footer-nav address {
	font-size: 15px;
	color: #f5f5f5;
	margin-bottom: 10px;
}
.footer-contact {
	margin-top: 30px;
}
.footer-contact li {
	font-size: 15px;
	color: #f5f5f5;
}
.footer-contact li span {
	width: 100px;
}
.footer-news-letter img {
	max-width: 100%;
	max-height:327px;
	height: auto;
}
.affilated {
	margin-top: 30px;
}
.affilated img {
	height: 80px;
	float: left;
	margin-right: 20px;
	width: auto;
}
.affilated p {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.7;
	padding-top: 5px;
	margin-bottom: 0;
}
.affilated a {
	color: #fff;
}

.footer-bottom {
	text-align: center;
	padding: 25px 0;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 200;
	margin-top: 60px;
	border-top: 1px solid #ffffff0d;
	text-transform: uppercase;
}




/* PAGE */
section#page-content {
	padding-bottom: 100px;
}
.page-header {
	margin-top: 80px;
	padding: 60px 0;
	text-align: center;
}

.page-header.with-bg {
	padding: 200px 0;
	background-position: center;
	background-size: cover;
	margin-bottom: 70px;
	position: relative;
	overflow: hidden;
}
.page-header.with-bg:before {
	background-color: #00000067;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.page-header.with-bg h1 {
	color: #fff;
} 
.page-header.with-bg .program-description p {
	color: #f5f5f5;
	position: relative;
}
.page-header h1 {
	font-family: "Poppins";
	text-transform: uppercase;
	font-size: 50px;
	font-weight: 600;
	color: #1e2d3b;
	position: relative;
	z-index: 999;
}
.page-header h1 span {
	color: #f08200;
}
.page-header hr {
	width: 100px;
	margin-top: 2rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 8px solid #f08200;
	margin-bottom: 0;
	position: relative;
	z-index: 999;
}

.page-header.with-bg .breadcrumbs, .page-header.with-bg .breadcrumbs a {
	color: #eee;
}

.page-header .breadcrumbs, .page-header .breadcrumbs a {
	color: #f08200;
}

.breadcrumbs {
	position: relative;
	z-index: 999;
}

.content h1, .content h2, .content h3, .content h4, .content h5{
	font-family: "Poppins", "Open Sans", sans-serif;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 1.5;
}
.single-post-date {
	color: #f08200;
    font-weight: bold;
}
.content {
	text-align: left;
}
.content.search h5 {
	font-weight: 300;
	color: #f08200;
}
.page-slider {
	margin-top: 80px;
	margin-bottom: 80px;
}
/* TABS */
.bf-tabs .nav-tabs {
	justify-content: center;
	border-bottom: none;
}
.nav-tabs .nav-item {
	margin-bottom: 0;
}
.bf-tabs .nav-tabs .nav-item.show .nav-link, 
.bf-tabs .nav-tabs .nav-link.active {
	color: #fff;
	background-color: #f08200;
	border-color: #f08200;
}

.bf-tabs .nav-tabs .nav-link {
	border-radius: 0;
	border: none;
	margin: 0 5px;
	font-weight: 500;
	background-color: transparent;
	padding: 1.5rem 1.5rem;
	font-size: 18px;
	color: #fff;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
}

.bf-tabs .nav-tabs .nav-link:hover:before, 
.bf-tabs .nav-tabs .nav-link:focus:before, 
.bf-tabs .nav-tabs .nav-link:active:before {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}
.bf-tabs .nav-tabs .nav-link:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	border-style: solid;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	left: calc(50% - 10px);
	bottom: 0;
	border-width: 10px 10px 0 10px;
	border-color: #f08200 transparent transparent transparent;
}

.bf-tabs.stick .nav-tabs .nav-link:before {
	display: none;
}

.bf-tabs .nav-tabs .nav-link:focus, 
.bf-tabs .nav-tabs .nav-link:hover {
	color: #fff;
	background-color: #f08200;
	border-color: #f08200;
}

.bf-tabs.stick {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -o-sticky;
	position: -ms-sticky;
	position: sticky;
	display: block;
	top: 80px;
	z-index: 999;
	background-color: #f08200;
}
.bf-tabs.stick .nav-tabs .nav-item .nav-link {
	border-radius: 0;
	padding: 0.5rem 1rem;
}
.bf-tabs.stick .nav-tabs .nav-item.show .nav-link, .bf-tabs.stick .nav-tabs .nav-link.active {
	color: #f08200;
	background-color: #fff;
	border-color: #fff;
}

.bf-tabs.stick .nav-tabs .nav-link {
	color: #fff;
	background-color: transparent;
	border-color: transparent;
}
.bf-tabs.stick .nav-tabs .nav-link:focus, 
.bf-tabs.stick .nav-tabs .nav-link:hover {
	color: #f08200;
	background-color: #fff;
	border-color: #fff;
}
.bf-tabs.stick .nav-tabs .nav-link {
	margin: 0 0.5px;
}

.content .tab-content {
	margin-top: 55px;
}
.tab-pane.fade {
	transition: opacity 0.5s;
}
.tab-pane.fade .panel{
	transition: all 0.5s;
	transform: translateY(1rem);
}
.tab-pane.fade.show .panel{
	transform: translateY(0rem);
}

#bf-tab-scroll { 
	margin-top: -70px;
	background: #f08200;
	overflow: hidden;
}
#bf-tab-scroll .container {
	padding: 0;
}
#bf-tab {
	background: #f08200;
}
.sidebar#bf-tab {
	background: #fff;
}

/* PARTNERS PAGE */
.partners .panel {
	border-radius: 0.15rem;
	border: 1px solid #ddd;
}

.partners a:hover .panel {
	box-shadow: 1px 1px 5px #ddd;
	border: 1px solid #fff
}

.partners .panel-footer {
	color: #333;
}

.partners .panel-body {
	display: flex;
	align-items: center;
	padding: 20px 15px;
}

.partners .panel-body img {
	/*-webkit-filter: grayscale(100%);
	filter: grayscale(100%);*/
	-webkit-transition: filter 2s ease-out;
	-moz-transition: filter 2s ease-out;
	-o-transition: filter 2s ease-out;
	transition: filter 2s ease-out;
}
.partners a:hover .panel-body img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.partners .modal-lg {
	max-width: 1170px;
}

.partners .panel-footer {
	height: 90px;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	padding: 0 15px 10px;
}
.partner-details h1 {
	margin-top: -5px;
	margin-bottom: 20px;
	font-size: 30px;
	color: #1e2d3b;
	line-height: 1.4;
	text-transform: uppercase;
	text-align: left;
}
.partner-details p {
	text-align: left;
	font-size: 16px;
}
.partner-bio p{
    text-align: left;
    font-size: 16px;
}
.partner-logo {
	border: 1px solid #ddd;
}
.partner-info {
	color: #333;
	padding: 20px 0;
	text-align: left;
}
.partner-info ul {
	margin-bottom: 0;
}
.partner-info li {
	font-size: 15px;
}

.partner-info li span {
	font-size: 15px;
	font-weight: 700;
	display: inline-block;
	min-width: 70px;
	color: #1e2d3b;
}
.partner-info li p {
	line-height: 1.5;
}
.partner-donate a {
	white-space: normal;
}


/* TEAM PAGE */
.teams .panel {
	border-radius: 0.15rem;
	position: relative;
	overflow: hidden;
}

.teams .panel-body {
	height: 300px;
}

.teams .panel-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 15px;
	box-sizing: border-box;
	background-color: #f08200c9;
	text-align: center;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform .35s cubic-bezier(.14,.41,.58,1);
	transition: transform .35s cubic-bezier(.14,.41,.58,1);
	z-index: 10;
	line-height: 1.5;
	color: #fff;
}
.teams .panel-footer span {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 500;
	color: #f5f5f5;
}
.teams a:hover .panel-footer {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

.teams .modal-lg {
	max-width: 1170px;
}

.teams .modal-description img {
	float: left;
	height: 250px;
	margin: 0 30px 0 0;
}

.teams .modal-description h3 {
	margin-bottom: 20px;
	font-size: 30px;
	color: #1e2d3b;
	line-height: 1.4;
	text-transform: uppercase;
	text-align: left;
}

.teams .modal-description p {
	font-size: 16px;
}

.teams .modal-description h3 .designation {
	color: #f08200;
	font-size: 17px;
	font-weight: 400;
	display: block;
	text-transform: none;
}

/* RESOURCES */
.resources .container {
	padding: 0;
}
.resources .alm-reveal {
	display: block;
	width: 100%;
}

.resources .alm-reveal:before {
	display: table;
	content: " ";
}

.resources .alm-reveal:after{
	display: table;
	content: " ";
	clear: both;
}

.alm-reveal .resource-items {
	width: 25%;
	float: left;
	padding: 10px;
	position: relative;
}

.alm-btn-wrap {
	text-align: center;
	margin-top: 30px;
}

.resources .panel {
	border-radius: 2px;
	position: relative;
	overflow: hidden;
	box-shadow: 1px 1px 20px #ddd;
}

.resources .panel-body {
	height: 350px;
}
.resources .panel-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 15px;
	box-sizing: border-box;
	background-color: #f08200c9;
	text-align: center;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform .35s cubic-bezier(.14,.41,.58,1);
	transition: transform .35s cubic-bezier(.14,.41,.58,1);
	z-index: 10;
	line-height: 1.5;
	color: #fff;
}
.resources a:hover .panel-footer {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

.resources .modal-lg {
	max-width: 80%;
}

.resources .modal-header {
	padding: 0;
}

.resources .modal-body {
	padding: 0;
}

.title.more {
	text-align: center;
	margin-top: 80px;
	padding-bottom: 30px;
}

.ipgs-theme-default .ipgs-stage {
	background-color: transparent !important;
	box-shadow: none !important;
}

.popup-overlay.open {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	display: block;
	z-index: 9999;
}

.popup-overlay, .popup-overlay.close {
	display: none;
}

.popup {
	padding: 40px 0;
	background: #fff;
	border-radius: 0;
	width: 100%;
	position: relative;
	transition: all 5s ease-in-out;
	height: 100vh;
}
.popup .close {
	position: absolute;
	top: 20px;
	right: 20px;
	transition: all 200ms;
	font-size: 50px;
	font-weight: 300;
	text-decoration: none;
	color: #333;
	background: transparent;
	text-shadow: none;
	opacity: 1;
}
.popup .close:hover {
	color: #f08200;
}
.popup .content {
	max-height: 30%;
	overflow: auto;
}

/* OUR WORK AND PROGRAMS */
.program-description {
	padding-top: 40px;
}
.program-description p {
	margin-bottom: 0;
	font-size: 20px;
	line-height: 1.6;
}

.programs .panel {
	border: none;
	box-shadow: none;
	border-radius: 2px;
	position: relative;
	overflow: hidden;
}
.programs .panel-body .overlay {
	height: 360px;
	opacity: 0;
}
.programs .panel-body {
	height: 360px;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	transform: scale(1) translate3d(0, 0, 0);
	transition: transform 800ms ease, filter 400ms ease-in-out;
	filter: grayscale(20%) blur(0px);
	padding: 0;
}

.programs .panel-footer {
	bottom: 0;
	box-sizing: border-box;
	color: #FFF;
	left: 0;
	padding: 20px 20px;
	position: absolute;
	width: 100%;
	z-index: 2;
	transition: transform 400ms ease;
	background: transparent;
	border-top: 0;
	height: 360px;
	transform: translateY(260px);
	overflow: hidden;
}
.programs .panel-footer h3 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	text-align: left;
	letter-spacing: 2px;
	line-height: 1.6;
	margin-bottom: 0;
	font-family: "Poppins";
	text-shadow: 1px 1px 20px #000;
}

.programs .panel-footer p.description {
	font-weight: 300;
	font-size: 16px;
	text-align: left;
}

.programs .panel-footer hr {
	width: 50px;
	border-top: 3px solid #fff;
	float: left;
	margin-bottom: 2em;
}

.programs .panel:hover .panel-body .overlay {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.6);
	transition: background-color 1s linear;
}

.programs .panel:hover .panel-footer {
	transform: translateY(0) !important;
	transition: all 0.5s linear;
}

.programs .panel:hover .panel-body {
	transform: scale(1.1) translate3d(0, 0, 0);
	filter: grayscale(20%) blur(0px);
}

.programs .panel-footer .button a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
}
.title.small {
	text-align: center;
}
.title.small h1 {
	font-size: 30px;
}
.title.small h1 span {
	color: #f08200;
}
.single-work-content p{
	text-align: left;
}
.introduction {
	text-align: left;
	padding: 90px 0;
}
.intro-gallery {
	margin-top: 15px;
}
.intro-gallery li {
	display: inline-block;
}
.intro-gallery li a div {
	height: 200px;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	border-radius: 2px;
}
.single-work .introduction .title hr {
	float: left;
	margin: 0;
}

.single-work .title h1 {
	font-size: 35px;
}
.single-work .title hr {
	margin-top: 0;
	margin-bottom: 0;
}
.facts {
	text-align: center;
	padding: 200px 0;
	background-position: center;
	background-size: cover;
}

.facts h3 {
	margin: 0;
	font-weight: 200;
	text-transform: uppercase;
	color: #fff;
	font-size: 60px;
	line-height: 1.3;
	text-shadow: 1px 1px 1px #333;
}
.work-updates {
	padding: 90px 0;
}
.work-updates .title h1 {
	text-align: center;
}
.work-updates .video-content {
	margin: 0 10%;
}
.single-work .impact{

}

.stats .title h1{
	color: #fff;
	text-align: center;
}

.program-facts {
	padding: 100px 0 110px;
	background-size: cover;
	background-position: center;
	background-color: #1e2d3b;
}

.program-facts .title h1 {
	text-align: center;
	color: #fff;
}

.program-facts .card {
	border-radius: 0.20rem;
	background-color: #1e2d3bc4;
	padding: 20px 20px;
	text-align: center;
	border: none;
	box-shadow: none;
	min-height: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.program-facts .card p {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 24px;
	color: #fff;
	font-family: "Poppins";
	font-weight: 200;
	letter-spacing: 1px;
	line-height: 1.4;
}

.program-facts .card p strong {
	color: #f08200;
}

.program-partners {
	padding: 90px 0;
    text-align: left;
}

.program-partners .title {
	text-align: center;
}

.program-partners p{
	text-align: left;
}

.program-partners .partners {
	margin-top: 40px;
}

.support .title {
	text-align: center;
}

.support-content p {
	margin-bottom: 0;
    text-align: left;
}

.support {
	padding: 90px 0;
}

.support .donate-project {
	text-align: center;
	margin-top: 50px;
}

/* PAGINATION */

ul.page-numbers {
	list-style: none;
	margin: 0;
	text-align: center;
	margin-top: 30px;
}

.page-numbers:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

ul.page-numbers li {
	display: inline-block;
	margin: 0 4px 4px 0;
	text-align: center;
}

.page-numbers a,
.page-numbers span {
	display: block;
	padding: 8px 15px;
	line-height: 22px;
	font-size: 16px;
	text-decoration: none;
	font-weight: 600;
	cursor: pointer;
	border: 1px solid #f08200;
	color: #f08200;
	border-radius: 2px;
}

.page-numbers a span { padding: 0 }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
	color: #fff;
	background: #f08200;
	text-decoration: none;
}

.page-numbers:hover { text-decoration: none; }

/* CONSTANT CONTACT FORM */
.ctct-form-wrapper .ctct-disclosure{
    padding-bottom: 40px;
}
.ctct-form .ctct-text, .ctct-form .ctct-email {
	font-size: 16px;
	border-radius: .1rem;
	padding: 1rem 1rem;
	display: block;
	width: 100%;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.ctct-form .ctct-text:focus, .ctct-form .ctct-email:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.ctct-form .ctct-submit {
	margin-top: 15px;
	background-color: #1E2D3B;
	color: #fff;
	border: 1px solid #1E2D3B;
	font-size: 20px;
	text-transform: uppercase;
	border-radius: 2px;
	letter-spacing: 1px;
	font-weight: 600;
	padding: 8px 30px;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	line-height: 1.5;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.cc-form h3 {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 20px;
	font-family: "Poppins";
}
.ctct-disclosure .sub {
    display:none;
}

/* DONATION */

/* PARENT PAGE */
.sidebar .nav-pills .nav-link{
	border: 1px solid #f08200;
	border-radius: 2px;
	font-weight: 600;
}
.sidebar .nav-pills .nav-link.active, 
.sidebar .nav-pills .show>.nav-link {
	background-color: #f08200;
}
.sidebar.stick {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -o-sticky;
	position: -ms-sticky;
	position: sticky;
	top: 110px;
}
.content.parent-page .tab-content {
	margin-top: 0;
}

.content.parent-page .tab-content h3 {
	margin-top: 0;
    text-align: left;
}

.tab-content .tab-pane h3{
    text-align: left;
}


/******************************************************************
BUTTON STYLES
******************************************************************/
a.solid-btn {
	display: inline-block;
	font-size: 0.875rem;
	line-height: 0.875rem;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: none;
	text-decoration: none;
	letter-spacing: 1.5px;
	color: #323944;
	background-color: #fff;
	border: 2px solid #fff;
	padding: 18px; 
}
a.solid-btn:visited, a.solid-btn:active {
	color: #323944; 
}
a.solid-btn.orange-btn {
	background-color: #f08200;
	border: 2px solid #f08200;
	color: #fff; 
	border-radius: 2px;
}
a.solid-btn.orange-btn:hover {
	background-color: transparent;
	color: #f08200; 
}
a.solid-btn:hover {
	background-color: transparent;
	color: #fff; 
}
a.solid-btn.small-btn {
	padding: 10px 15px; 
}
a.solid-btn.on {
	background-color: transparent;
	color: #f08200; 
}
a.solid-btn.on:hover {
	background-color: transparent;
	color: #f08200; 
}

a.outlined-btn {
	display: inline-block;
	font-size: 0.875rem;
	line-height: 0.875rem;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: none;
	text-decoration: none;
	letter-spacing: 1.5px;
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
	padding: 15px; 
}
a.outlined-btn:visited, a.outlined-btn:active {
	color: #fff; 
}
a.outlined-btn:hover {
	background-color: #fff;
	color: #323944; 
}
a.outlined-btn.small-btn {
	padding: 10px 15px; 
}

/******************************************************************
Donation Page
******************************************************************/
.hide {
	display: none;
	visibility: hidden;
}

.icon-cross:before {
	content: "\e5cd";
}
.icon-checkbox-unchecked:before {
	content: "\e835"; 
}

.icon-checkbox-checked:before {
	content: "\e834"; 
}

.donation-section h3 {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 15px;
}
.recurring-btn-holder {
	margin-top: 10px; 
}
.recurring-btn-holder a {
	text-decoration: none;
	color: #323944;
	font-weight: 600; 
	font-size: 14px;
}
.recurring-btn-holder a:active, 
.recurring-btn-holder a:visited {
	color: #323944; 
}

.recurring-btn-holder span {
	position: relative;
	top: 1px;
	color: #f08200; 
	font-size: 17px;
}

.donation-start-holder {
	margin-bottom: 40px; 
	margin-top: 20px;
}

.give-by-holder {
	margin-top: 30px; 
}

.donate-options a {
	margin-bottom: 4px; 
}

.custom-donate-amount {
	position: relative;
	display: none;
	width: 292px;
	margin: 0 auto; 
}
.custom-donate-amount .custom-amount {
	display: block;
	width: 100%;
	border: 2px solid #f08200;
	padding: 2px 8px;
	font-size: 17px;
	text-align: center; 
	font-weight: 700;
	color: #555;
}
.custom-donate-amount .custom-amount:focus {
	outline-width: 0; 
}
.custom-donate-amount .close-custom-amt {
	position: absolute;
	right: -12px;
	top: -12px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 1;
	background: #f08200;
	border-radius: 50%;
	padding: 1px;
}
.custom-donate-amount:before {
	content: '$';
	position: absolute;
	top: 0;
	color: #ccc;
	line-height: 39px;
	left: 15px;
	font-weight: bold; 
}
.custom-donate-amount:after {
	content: 'USD';
	position: absolute;
	top: 0;
	color: #ccc;
	line-height: 39px;
	right: 15px;
	font-weight: bold; 
}

.donation-amt-hidden {
	display: none; 
}

.edit-amount {
	text-decoration: none;
	color: #323944;
	font-size: 0.75rem; 
}

.donation-amt-span, .donation-cause-span {
	display: none;
}

.gform_wrapper {
	max-width: 600px !important;
	margin: 0 auto 60px auto; 
}
.gform_wrapper li.hidden_label input {
	margin-top: 0; 
}
.gform_wrapper input, .gform_wrapper select {
	padding: 7px 10px !important;
	font-size: 14px !important;
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-radius: 2px;
}
.gform_wrapper .gform_footer .gform_button {
	font-size: 20px !important;
	text-transform: uppercase !important;
	border-radius: 2px !important;
	letter-spacing: 1px !important;
	font-weight: 600 !important;
	padding: 14px 30px !important;
}
.gform_wrapper.gf_browser_chrome .ginput_complex select {
	margin-top: 14px !important;
	padding: 9px 5px !important;
}
.gform_wrapper input:focus {
	outline: 0 !important;
}
.gform_wrapper ul li.gfield {
	margin-top: 0 !important;
}
.gform_wrapper .recurring-donation-checkbox {
	display: none; 
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left {
	width: 65%; 
}
.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
	max-width: 92% !important; 
}
.gform_wrapper .gfield_checkbox li label {
	line-height: 1.3;
	padding: 0 2px; 
}
.gform_wrapper .gfield_checkbox li input#choice_6_11_1 {
	margin-top: 2px; 
}
.gform_wrapper .ginput_card_security_code_icon {
	display: none; 
}
.gform_wrapper .gform_footer {
	margin-top: 0;
	padding-top: 0; 
}
.gform_wrapper .gform_footer .gform_button {
	display: inline-block;
	font-size: 0.875rem;
	line-height: 0.875rem;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: none;
	text-decoration: none;
	letter-spacing: 1.5px;
	color: #323944;
	background-color: #f08200;
	border: 2px solid #f08200;
	color: #fff;
	padding: 10px 25px; 
}
.gform_wrapper .gform_footer .gform_button:hover {
	background-color: transparent;
	color: #f08200; 
}
.gform_wrapper.gform_wrapper li.gfield.gfield_error, 
.gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent;
	margin-bottom: 0;
	padding: 0;
	border-top: 0;
	border-bottom: 0; 
}
.gform_wrapper .validation_error {
	display: none; 
}

.donation-footer {
	border-radius: 4px;
	background: #f5f5f5;
	padding: 20px;
	font-size: 15px;
	text-align: left;
}
.donation-section {
	border: 1px solid #ddd;
	border-radius: 4px;
}
.donate-footer .title h1{
	text-align: center;
}
.donate-footer .title p {
    text-align: left;
}
.donate-footer .well .title {
	padding-bottom: 30px;
}
.donate-footer .well {
	border: 1px solid #ddd;	
	padding: 50px 20%;
	border-radius: 4px;
	text-align: center;
}
.donate-footer .well .title h1 {
	font-size: 30px;
	text-align: center;
}
.donate-footer .well .title p {
	font-size: 18px;
}
.donate-footer {
	margin-top: 40px;
	text-align: left;
}

.jarallax {
	position: relative;
	z-index: 0;
}
.jarallax > .jarallax-img {
	position: absolute;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

/* RESPONSIVE */
@media (max-width: 1390px) {
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
		font-size: 15px !important;
	}
    .ml-auto,
    .mx-auto {
        margin-left: 0 !important;
    }
}
@media (max-width: 1280px) {
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
		word-spacing: 100vw;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:before {
		height: 40px !important;
		float: left;
	}
    .impact [class*=col-]:first-child .impact-wrapper, .impact .col:first-child .impact-wrapper{
	    border-left: none !important;
    }
    .ml-auto,
    .mx-auto {
        margin-left: 0 !important;
    }
}
@media (min-width: 1000px) and (max-width: 1080px) { 
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		font-size: 14px !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
		display: none !important;
	}
	.title.small h1 {
		font-size: 26px;
	}
    .impact [class*=col-]:first-child .impact-wrapper, .impact .col:first-child .impact-wrapper{
	    border-left: none !important;
    }
    .ml-auto,
    .mx-auto {
        margin-left: 0 !important;
    }
}

@media (max-width: 1199.98px) {
	.support {
		padding: 70px 0;
	}
	.program-partners {
		padding: 70px 0;
	}
	.program-facts .card p {
		font-size: 20px;
	}
	.introduction {
		padding: 70px 0;
	}
	.facts h3 {
		font-size: 50px;
	}
	.work-updates {
		padding: 70px 0;
	}
	.bf-tabs .nav-tabs .nav-link {
		padding: 0.8rem 1rem;
		font-size: 16px;
	}
	section#page-content {
		padding-bottom: 60px;
	}
	.bf-navigation .logo {
		padding-left: 15px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
		margin-right: 20px !important;
	}
	.page-header {
		padding: 50px 0;
	}
	.page-header hr {
		margin-top: 1.2rem;
	}
	.title h1, .parallax-video .caption h1{
		font-size: 40px;
	}
	.title p {
		font-size: 26px;
	}
	.container {
		max-width: 100%;
		padding: 0 20px;
	}
	.impact .fig {
		font-size: 50px;
	}
	.intro {
		padding: 80px 0 100px;
	}
	.updates {
		padding: 80px 0 60px;
	}
	.our-reach {
		background-color: #1E2D3B;
		padding: 80px 0;
	}
	.news-letter {
		padding-top: 80px;
	}
	.ctct-form {
		padding-bottom: 70px;
	}
	.work-grid .panel-footer p.description {
		line-height: 1.5;
	}
	.owl-carousel .owl-nav button.owl-next {
		right: -15px;
	}
	.owl-carousel .owl-nav button.owl-prev {
		left: -15px;
	}
	.footer-social li span {
		display: none;
	}
	.affilated p {
		font-size: 14px;
	}
	.page-header h1 {
		font-size: 40px;
	}
	.partners .modal-lg, .teams .modal-lg {
		max-width: 992px;
	}
     .impact [class*=col-]:first-child .impact-wrapper, .impact .col:first-child .impact-wrapper{
	    border-left: none !important;
    }
    .ml-auto,
    .mx-auto {
        margin-left: 0 !important;
    }
}

@media (max-width: 1000px) {
	.bf-navigation .social {
		display: none;
    }
     .impact [class*=col-]:first-child .impact-wrapper, .impact .col:first-child .impact-wrapper{
	    border-left: none !important;
    }
    .ml-auto,
    .mx-auto {
        margin-left: 0 !important;
    }
}

@media (max-width: 992px) {
	.teams .modal-description h3 {
		margin-bottom: 10px;
		font-size: 20px;
	}
	.partners .modal-lg, .teams .modal-lg {
		max-width: 768px;
	}
	.programs .panel-footer p.description {
		line-height: 1.5;
	}
	.page-header.with-bg {
		margin-bottom: 60px;
	}
	.footer-social {
		text-align: center;
	}
	.footer-social li {
		padding-right: 5px;
		padding-left: 5px;
	}
	body {
		font-size: 16px;
	}
	#banner .alert h6 {
		font-size: 15px;
	}
	.work-grid .panel {
		margin-bottom: 30px;
	}
	.title h1, .parallax-video .caption h1 {
		font-size: 30px;
	}
	.btn-lg {
		font-size: 18px;
	}
	.intro {
		padding: 60px 0 60px;
	}
	.title h1 {
		letter-spacing: 0;
	}
	.title p {
		font-size: 22px;
	}
	.impact .fig {
		font-size: 40px;
	}
	.impact .text {
		font-size: 16px;
	}
	.impact-wrapper {
		margin-bottom: 20px;
		padding: 0 30px;
	}
	.impact {
		padding: 70px 0 50px;
	}
    .impact [class*=col-]:nth-child(3) .impact-wrapper {
		border-left: none;
	}
	.updates {
		padding: 65px 0 50px;
	}
	.our-reach {
		padding: 60px 0 70px;
	}
	.news-letter {
		padding-top: 60px;
	}
	.ctct-form {
		padding-bottom: 60px;
	}
	.title hr, .page-header hr {
		width: 70px;
		border-top: 5px solid #f08200;
		margin-top: 1rem;
	}
	.ctct-form .ctct-submit {
		font-size: 18px;
	}
	.our-reach-content {
		margin-bottom: 15px;
	}
	.footer-social.social {
		margin-bottom: 50px;
	}
	.footer-social li {
		display: inline-block;
	}
	.footer-social.social i {
		margin-right: 5px;
	}
	.affilated {
		margin: 25px 15% 50px;
		padding: 0;
	}
	.affilated img {
		height: 55px;
	}

	.affilated p {
		margin-bottom: 0;
		text-align: left;
	}

	.footer-bottom {
		font-size: 12px;
		letter-spacing: 0.5px;
	}
	.scroll a span {
		width: 20px;
		height: 20px;
	}
	.parallax-video .button {
		margin-top: 40px;
	}
	.parallax-video .button a {
		display: inline-block;
		width: 150px;
	}
	.modal-dialog {
		max-width: 768px;
	}
	.modal-header .title h1 {
		font-size: 20px;
	}
	.gform_wrapper .gform_footer .gform_button {
		font-size: 18px !important;
	}
	.btn-lg {
		padding: 8px 15px;
	}
	
	.page-header h1 {
		font-size: 30px;
	}
	.donate-footer .well {
		padding: 50px 10%;
	}
	.page-header {
		padding: 50px 0 30px;
	}

	#bf-tab-scroll {
		margin-top: -60px;
	}
	.single-work .title h1 {
		font-size: 30px;
	}
	.facts h3 {
		font-size: 40px;
	}
	.title.small h1 {
		font-size: 24px;
	}
	.title {
		padding-bottom: 40px;
	}
	.introduction, .work-updates, .program-partners  {
		padding: 60px 0;
	}
	.program-facts {
		padding: 80px 0 90px;
	}
	.support {
		padding: 60px 0 70px;
	}
	.facts {
		padding: 150px 0;
	}
	.partner-info {
		padding: 0;
	}
	.partner-details h1 {
		margin-top: 25px;
		margin-bottom: 10px;
		font-size: 20px;
	}
	.partner-info li {
		font-size: 14px;
	}
	.partner-info li span {
		font-size: 13px;
		min-width: 60px;
	}
    .ml-auto,
    .mx-auto {
        margin-left: 0 !important;
    }
	.resources .panel-body {
		height: 265px;
	}
	.donation-footer {
		margin-bottom: 30px;
	}
	.about .wrapper {
		background: #ffffffb3;
	}
}

@media(max-width: 768px) {
	.footer-news-letter img {
		max-width: 100%;
		height: 196px;
	}
	.content {
		text-align: left;
	}
	.teams .modal-description img {
		height: 200px;
		margin: 0 20px 0 0;
	}
	.resources .panel-body {
		height: 430px;
	}
	.alm-reveal .resource-items {
		width: 50%;
	}
	.partners .modal-lg, .teams .modal-lg {
		max-width: 576px;
	}
	.facts h3 {
		font-size: 30px;
	}
	.program-description p {
		font-size: 16px;
	}
	.affilated img {
		height: 80px;
	}
	.affilated img {
		height: 80px;
	}
	.title h1, .parallax-video .caption h1, .page-header h1, .single-work .title h1 {
		font-size: 26px;
	}
	.donate-footer .well .title h1 {
		font-size: 24px;
	}
	.parallax-video .button {
		margin-top: 30px;
	}
	.scroll {
		margin-top: 30px;
	}
	.parallax-video .caption {
		bottom: 15%;
	}
	.btn-lg {
		font-size: 16px;
	}
    .impact [class*=col-]:first-child .impact-wrapper, .impact .col:first-child .impact-wrapper{
	    border-left: none;
    }
	.title p {
		font-size: 20px;
	}
	.modal-dialog {
		max-width: 620px;
	}
	.modal-header .title p {
		font-size: 16px;
	}
	.donation-section {
		padding: 15px;
	}
	#popupSubscribe .modal-body {
		padding-right: 50px;
	}
	.ctct-form .ctct-submit {
		font-size: 16px;
	}
	.about .wrapper {
		padding: 50px 20px;
	}
	.about {
		padding: 80px 20px;
	}
	.affilated {
		padding: 0;
	}
	.work-grid .panel-body, 
	.work-grid .panel-body .overlay,
	.work-grid .panel-footer {
		height: 400px;
	}

	.work-grid .panel-footer {
		transform: translateY(270px);
	}
    .ml-auto,
    .mx-auto {
        margin-left: 0 !important;
    }
	.donate-footer .well .title h1 {
		font-size: 20px;
	}
	.donate-footer .well .title p {
		font-size: 16px;
	}
	.bf-tabs .nav-tabs .nav-link, .bf-tabs.stick .nav-tabs .nav-item .nav-link {
		padding: 0.8rem 0.5rem;
	}
	.title.small h1 {
		font-size: 22px;
	}
    .impact [class*=col-]:first-child .impact-wrapper, .impact .col:first-child .impact-wrapper{
	    border-left: none !important;
    }
	
	.ugb-columns.ugb-columns.ugb-columns.ugb-columns>.ugb-inner-block>.ugb-block-content>.ugb-columns__item{
		grid-auto-flow: row;
		grid-template-columns: 1fr 1fr !important; /* Two columns with equal width */
		grid-template-rows: auto 1fr;
		grid-auto-rows: minmax(100px, auto);
}

	.wp-block-ugb-column.ugb-column.ugb-8a215a4.ugb-column--design-plain.ugb-main-block:nth-child(3) {
    	grid-column: 1 / 3 !important;
}
	
}

@media (max-width: 576px) { 
	.teams .modal-description img {
		height: 150px;
		margin: 0 10px 0px 0;
	}
	.teams .modal-description h3, .partner-details h1 {
		font-size: 18px;
	}
	.teams .panel-body {
		height: 230px;
	}
	.resources .panel-body {
		height: 240px;
	}
	.title.small h1 {
		font-size: 20px;
	}
	.news-grid .card-body {
		min-height: auto;
	}
	.partner-logo img {
		margin: 0 auto;
		display: block;
		height: 130px;
	}
	.partner-donate {
		margin-top: 20px;
	}
	.partner-logo {
		margin-bottom: 20px;
	}
	.facts h3 {
		font-size: 26px;
	}
	.nl-img {
		display: none;
	}
	section#page-content {
		padding-bottom: 55px;
	}
	.donate-footer .well {
		padding: 30px 15px;
	}
	.parallax-video .button a {
		width: 130px;
	}
	.btn-lg {
		font-size: 15px;
	}
	.title h1, .page-header h1 {
		font-size: 24px;
	}
	.parallax-video .caption h1 {
		font-size: 26px;
	}
	.title p {
		font-size: 18px;
	}
	.title {
		padding-bottom: 30px;
	}
	.work-grid .panel-footer p.description {
		line-height: 1.6;
	}
	.about {
		padding: 0;
		overflow: hidden;
	}
	.about .container{
		padding: 0;
	}
	.about .wrapper {
		background: #00000061;
	}
	.about .title h1 {
		color: #fff;
	}
	.about-content p {
		color: #f5f5f5;
	}
	.about .wrapper {
		padding: 70px 20px;
	}
	.impact .impact-wrapper {
		padding: 0px 20px;
	}
	.impact {
		padding: 60px 0 50px;
	}
	.our-reach-content p {
		text-align: left;
	}
	.cc-form h3 {
		font-size: 18px;
	}
	.ctct-form .ctct-submit {
		font-size: 15px;
	}
	footer {
		text-align: left;
		padding: 20px 0 0;
	}
	.footer-social li span {
		display: none;
	}
	.footer-social li {
		padding-right: 5px;
	}
	.footer-nav h3 {
		margin-top: 30px;
		margin-bottom: 15px;
		font-size: 14px;
	}
	.footer-social.social, .footer-social.social ul {
		margin-bottom: 0;
	}
	.affilated {
		margin: 30px 0 0;
		padding: 0;
		border: 0;
	}
	.affilated p {
		font-size: 13px;
		padding-top: 0;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
		word-spacing: unset;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:before {
		height: auto !important;
		float: none;
	}
	.footer-contact {
		margin-bottom: 0;
	}
	.footer-bottom {
		margin-top: 30px;
	}
	.title .wrapper {
		padding: 0;
	}
	#banner .alert h6 {
		font-size: 12px;
	}
	.modal-header {
		padding: 3rem 20px 0;
	}
	.modal-body, #popupSubscribe .modal-body {
		padding: 0 20px;
	}
	.page-header.with-bg {
		padding: 120px 0;
	}
	.footer-social {
		text-align: left;
	}
	.footer-social li {
		padding-left: 0;
	}
	.affilated img {
		height: 80px;
	}
	.parallax-video .caption {
		bottom: 25%;
	}
	.parallax-video .button {
		margin-top: 60px;
	}
	.page-header {
		padding: 40px 0 30px;
	}
	.bf-tabs.work.stick {
		position: fixed;
		bottom: 0;
		top: unset;
		z-index: 999;
	}
     .impact [class*=col-]:first-child .impact-wrapper, .impact .col:first-child .impact-wrapper{
	    border-left: none !important;
    }

    .gform_wrapper.gravity-theme .ginput_complex span {
        flex: 0 0 100%;
        margin-bottom: 8px;
        padding-left: 0;
        display: block;
        width: 100%;
    }
	
.ugb-column__content-wrapper {
    margin: auto !important;
}
.ugb-column__content-wrapper p{
    text-align: center !important;
}
.affilated img {
	margin: 0px !important;

}
	

@media (max-width: 640px)
    .gform_wrapper.gravity-theme .ginput_complex span {
        flex: 0 0 100%;
        margin-bottom: 8px;
        padding-left: 0;
        display: block;
        width: 100%;
    }
	
}
.alm-listing.alm-ajax.resource-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
  justify-content: start!important;
}
.resource-items {
  width: 32% !important;
}