@font-face {
    font-family: 'Effra';
    src: url('../fonts/Effra-Regular.eot');
    src: url('../fonts/Effra-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Effra-Regular.woff2') format('woff2'),
        url('../fonts/Effra-Regular.woff') format('woff'),
        url('../fonts/Effra-Regular.ttf') format('truetype'),
        url('../fonts/Effra-Regular.svg#Effra-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Effra';
    src: url('../fonts/EffraLight-Regular.eot');
    src: url('../fonts/EffraLight-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/EffraLight-Regular.woff2') format('woff2'),
        url('../fonts/EffraLight-Regular.woff') format('woff'),
        url('../fonts/EffraLight-Regular.ttf') format('truetype'),
        url('../fonts/EffraLight-Regular.svg#EffraLight-Regular') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Effra';
    src: url('../fonts/Effra-Medium.eot');
    src: url('../fonts/Effra-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Effra-Medium.woff2') format('woff2'),
        url('../fonts/Effra-Medium.woff') format('woff'),
        url('../fonts/Effra-Medium.ttf') format('truetype'),
        url('../fonts/Effra-Medium.svg#Effra-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Minion Pro';
    src: url('../fonts/MinionPro-Regular.eot');
    src: url('../fonts/MinionPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MinionPro-Regular.woff2') format('woff2'),
        url('../fonts/MinionPro-Regular.woff') format('woff'),
        url('../fonts/MinionPro-Regular.ttf') format('truetype'),
        url('../fonts/MinionPro-Regular.svg#MinionPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proforma';
    src: url('../fonts/ProformaBook.eot');
    src: url('../fonts/ProformaBook.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProformaBook.woff2') format('woff2'),
        url('../fonts/ProformaBook.woff') format('woff'),
        url('../fonts/ProformaBook.ttf') format('truetype'),
        url('../fonts/ProformaBook.svg#ProformaBook') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body{
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
	color: #00335b;
	font-family: 'Proforma', sans-serif;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Effra';
  font-weight: 500;  
}



a,button{
	color: #00335b;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover{
	text-decoration: none;
	color: #ff4d00;
}
ul ,ol{
	list-style: none;
	padding: 0;
	margin: 0;
}
img{
	max-width: 100%;
	height: auto;
}
body{
	padding-top: 83px;
}
/* Header */
.site-header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	background: #fff;
	padding: 25px 0;
	border-bottom: solid 1px #999999;
}
.navbar{
	padding: 0;
}
.navbar-light .navbar-nav li{
	margin-left: 20px;
}
.navbar-light .navbar-nav .nav-link {
   font-family: 'Effra';
   color: #00335b;
   padding: 0;
   position: relative;
   font-size: 20px;
}
.navbar-nav .nav-link::after {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    background-color: currentColor;
}
.navbar-nav .nav-link:hover::after {
    width: 100%;
}
.navbar-nav .nav-item.active .nav-link {
    color: #ff4d00;
}
.navbar-nav li.current_page_item .nav-link {
    color: #ff4d00;
}
/* ANIMATED X */
.navbar-toggler.x {
  border: none;
}
.navbar-toggler.x:focus {
  outline: none;
}
.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}
.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}
.navbar-toggler.x .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #00335b;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggler.x .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggler.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.navbar-toggler.x .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-toggler.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.navbar-brand{
	width: 200px;
}
@media (max-width: 991px) {
	.site-header{
		padding: 10px 0;
	}
	.navbar-light .navbar-nav .nav-link {
		display: inline-block;		
	}
	.navbar-expand-lg > .container, 
	.navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg,
	.navbar-expand-lg > .container-md, 
	.navbar-expand-lg > .container-sm, 
	.navbar-expand-lg > .container-xl {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (min-width: 992px) {
	.navbar-brand{
		display: none;
	}
}
/* Page top */
.page-top{
	padding: 25px 0;
}
.page-top h1{
	font-size: 28px;
	line-height: 40px;
	font-weight: 500;
	padding: 0;
	padding-left: 15px;
	margin: 0;
	  background: -webkit-linear-gradient(#00426d, #006295);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   border-left: solid 2px #ff4d00;
}

@media (min-width: 992px) {
	.page-top h1{
		font-size: 42px;
		line-height: 50px;
		padding-left: 30px;
	}
	.ml-40{
		margin-left: 40px;
	}
}
@media (min-width: 1200px) {
	.page-top h1{
		font-size: 52px;
		line-height: 60px;
	}
}


/* Home top section */
.home-top-section{
	background: #f0f0f0;
}
.home-top-text{
	padding: 25px;
	max-width: 600px;
}
.home-top-text p {
    color: #00335b;
    font-family: "Proforma", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
	font-weight: 500;
}
.image-opacity{
	opacity: 0;
}
.image-full{
	width: 100%;
}
.bg-image{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
/* About us*/
.about-text-content {
	max-width: 730px;
	padding: 0 25px 0 25px;
	margin-left: auto;
}
.p-tb-150{
	padding-top: 50px;
	padding-bottom: 30px;
}
.about-text-content h2 {
    color: #ff4d00;
    font-family: "Effra", sans-serif;
    font-size: 27px;
    line-height: 0.963;
	font-weight: 500;
	margin-bottom: 25px;
}
.testimonial-column,.bg-gray{
	background-color: #f0f0f0;
}
.testimonials{
	max-width: 650px;
	padding: 25px 30px;
	margin-top: 20px;
}
.testimonials p{
    color: #00335b;
    font-family: "Proforma", sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
}
.testimonials  h5 {
    color: #ff4d00;
    font-family: "Effra", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
	margin-top: 30px;
}
@media (min-width: 768px) {
	.p-tb-150{
		padding-top: 90px;
		padding-bottom: 90px;
	}	
}
@media (min-width: 992px) {
	.about-text-content {
		max-width: 730px;
		padding: 0 100px 0 25px;
	}	
}
/* Meet our truste */
.meet-our-trustees {
	padding: 90px 0;
	color: #000000;
	background-color: #e8e8e8;
}
.meet-our-trustees h2 {
    color: #00335b;
    font-family: "Effra", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.444;
	margin-bottom: 20px;
}
.trustee-image{
	margin-right: 10px;
	margin-bottom: 20px;
}
.trustee-image-circle{
	width: 103px;
	height: 103px;
	border-radius: 50%;
	border: solid 5px #fff;
}
.trustee-image-circle img{
	display: none;
}
.trustee-name {
	color: #ff4d00;
    font-family: "Effra", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.35;
}
.trustee-bio p{
	font-size: 20px;
}
.trustee-slide{
	padding: 0 15px;
}
.trustee-slider .slick-dots {
	text-align: center;
}
.trustee-slider .slick-prev:before,
.trustee-slider .slick-next:before{
	content: none;
}
.trustee-slider .slick-next:after {
	border-style: solid;
	border-width: 2px 2px 0 0;
	content: '';
	display: block;
	height: 40px;
	left: 0;
	position: relative;
	top: 0;
	transform: rotate(45deg);
	vertical-align: top;
	width: 40px;
	color: #fff;
}
@media (min-width: 768px) {
	.bl-white{
		border-left: solid 2px #fff;
	}
}
/* Section Image */
.section-image{
	height: 100vh;
	padding: 90px 0;
	background-attachment: fixed;
}
.section-quote{
	max-width: 500px;
}
.section-quote p {
    color: #00335b;
    font-family: "Proforma", sans-serif;
    font-size: 41px;
    font-weight: 500;
    line-height: 1.2;
}
.section-quote h3 {
    color: #ff4d00;
    font-family: "Effra", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
}
.content h2 {
    color: #ff4d00;
    font-family: "Effra", sans-serif;
    font-size: 27px;
    font-weight: 500;
    line-height: 0.963;
	margin: 0 0 20px;
}
.content h3 {
    color: #00335b;
    font-family: "Effra", sans-serif;
    font-size: 18px;
    line-height: 1.444;
    text-transform: uppercase;
}
.content p ,.content ul li{
    color: #000000;
    font-family: "Proforma", sans-serif;
    font-size: 20px;
    line-height: 1.4;
}
.content p{
	margin: 0 0 30px;
}
.content ul{
	margin: 25px 0;
}
.content ul li {
	display: block;
	margin: 0 0 10px;
	padding-left: 15px;
	position: relative;
}
.content ul li:before{
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	left: 0;
	top: 12px;
	border-radius: 50%;
	background: #000000;
}
.content p a,.news-item p a{
    color: #ff4d00;
    text-decoration: underline;
}
.div-images{
	margin-top: 0px;
}
/* apply-for-help */
.apply-for-help,.how-you-can-help{
	padding: 90px 0;
	background-color: #f6f6f6
}
/* News */
.news-content{
	max-width: 1920px;
	margin: 0 auto;
	padding: 40px 0 0;
	background-color: f6f6f6;
}
.news-header{
	padding: 0 0 30px 25px;
}
.news-header h2 {
    color: #ff4d00;
    font-size: 27px;
    line-height: 0.963;
	margin: 0 0 25px;
}
.news-header p {
    color: #00335b;
    font-family: "Effra", sans-serif;
    font-size: 27px;
    font-weight: 500;
    line-height: 0.963;
}
.news-item,.story-content {
	padding: 50px 25px;
	height: 100%;
}
.news-item h3,.story-content h3 {
    color: #ff4d00;
    font-size: 26px;
	margin: 0 0 20px;
}
.news-item p a,
.news-item a {
    color: #ff4d00;
	text-decoration: underline;
}
.news-item .permalink{
	text-decoration: none;
	font-family: "Effra", sans-serif;
	position: relative;
}
.news-item .permalink:after{
	content: '';
	width: 0;
	height: 2px;
	background: #ff4d00;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.5s;
}
.news-item .permalink:hover:after{
	width: 100%;
}
.news-item.bg-light-gray{
	background-color: #f0f0f0;
}
.news-item.bg-gray{
	background-color: #e8e8e8;
}
.news-item-row{
	margin-bottom: 100px;
}
.bg-light-gray {
	background-color: #f0f0f0;
}
#post-0 .news-item{
	background-color: #fff;
}
#post-1 .news-item{
	background-color: #f0f0f0;
}
#post-2 .news-item{
	background-color: #e8e8e8;
}
.story-content{
	height: auto;
}
@media (min-width: 992px) {
	.post-article{
		margin-bottom: 90px;
	}
}
@media (min-width: 1200px) {
	.news-content{
		padding: 90px 0 0;
	}
	.news-header{
		padding: 0 0 50px 25px;
	}
	.news-item ,.story-content{
		padding: 50px 60px;
	}
	.news-header{
		padding: 0 0 50px 60px;
	}	
}
.page-content{
	padding: 5% 0;
}
.page-title h2{
    color: #ff4d00;
    font-size: 27px;
    line-height: 0.963;
}
.entry-content h3 {
    color: #00335b;
    font-size: 20px;
    line-height: 1.4;
	margin: 0;
}
.entry-content p{
	margin: 0 0 30px;
}
.entry-content p a {
    color: #ff4d00;
    text-decoration: underline;
}
.contact-top h2 {
    color: #00335b;
    font-size: 36px;
}
.contact-top p{
	/*font-size: 28px;*/
	line-height: 40px;
	font-weight: 400;
	color: #000;
}
.mailing-address li{
	display: block;
	margin: 0 0 20px;
}
.mailing-address li strong {
    color: #00335b;
    font-family: "Effra", sans-serif;
    font-size: 28px;
	font-weight: 500;
	margin-right: 10px;
}
.mailing-address li a {
    color: #ff4d00;
    font-size: 28px;
	border-bottom: solid 1px #00335b;
}
.mailing-address li a:hover {
    color: #ff4d00;
    text-decoration: underline;
}
.address strong {
    color: #00335b;
    font-family: "Effra", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
}
.address p {
    color: #00335b;
    font-size: 25px;
}
.company-info p {
    color: #00335b;
    font-size: 25px;
}
.contact-bottom ul li {
	display: inline-block;
	vertical-align : middle;
	margin: 0 20px 10px 0;
}
.contact-bottom ul li a {
    color: #ff4d00;
    font-family: Effra, sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: normal;
	border-bottom: solid 1px #00335b;
}
.contact-bottom ul li a:hover{
	 color: #ff4d00;
}
.contact-bottom ul li.facebook  span{
	display: inline-block;
	vertical-align: middle;
	border: solid 1px #00335b;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	margin-right: 10px;
	color: #00335b;
}
/* Footer */
.site-footer{
	padding: 50px 0 0;
}
.footer-base{
	margin-top: 50px;
}
.footer-top p{
	color: #00335b;
	font-size: 17px;
	line-height: 24px;
	font-family: 'Proforma';
}
.footer-menu ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.footer-menu ul li a {
    color: #00335b;
    font-family: 'Effra', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: normal;
	position: relative;
	line-height: 30px;
	display: block;
}
.footer-menu ul li a:before{
	content: '';
	width: 0;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background:#00335b;
	transition: all 0.5s;
}
.footer-menu ul li a:hover:before{
	width: 100%;
}
.footer-menu ul li.current_page_item a{
	color: #ff4d00;
}
.footer-menu ul li.current_page_item a:before{
	width: 100%;
	background:#ff4d00;
}
.footer-base{
	background-color: #e8e8e8;
	padding: 25px 0 5px;
}
.footer-base p{
	color: #00335b;
	font-size: 17px;
	font-family: 'Effra';
	font-weight: 400;
	line-height: 24px;
}
.footer-base p a{
	color: #00335b;
	position: relative;
	transition: all 0.5s;
}
.footer-base p a:before{
	content: '';
	width: 0;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background:#00335b;
	transition: all 0.5s;
}
.footer-base p a:hover:before{
	width: 100%;
}
@media (max-width: 991px) {
	.footer-top p span,.footer-base p span{
		display: block;
	}
}
@media (min-width: 1200px) {
	.footer-base p,.footer-top p{
		font-size: 19px;
	}	
}