@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: 'proxima_novabold';
    src: url('../fonts/proximanova-bold-webfont.eot');
    src: url('../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-bold-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-bold-webfont.woff') format('woff'),
         url('../fonts/proximanova-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proxima_novaregular';
    src: url('../fonts/proximanova-regular-webfont.eot');
    src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-regular-webfont.woff') format('woff'),
         url('../fonts/proximanova-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
*{
	 margin:0; 
	 padding:0; 
	 outline:none;

	 box-sizing: border-box;
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 -ms-box-sizing: border-box;
	 -o-box-sizing: border-box;
}

html {
     text-rendering: optimizeLegibility !important;
     -webkit-font-smoothing: antialiased !important;
}

body{
	font-family: 'proxima_novaregular';
	font-size: 16px;
	line-height: 30px;
	color: #414347;
}
a{
	color: #b78b33;
}
a, a:hover{
	text-decoration:none;
}
a, a:hover, a:active, a:focus {
   outline: none !important;
}
header, nav, section, article, aside, footer {
   display:block;
}
.transition, a, .main-navigation ul ul, .apparatus-title, button{
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 999999999;
}

#loader .ldInner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*-- img align --*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
h1, h2, h3, h4, h5,
.main-navigation > ul > li > a,
.emergency-num,
.log-date,
.yearly-stat table th,
.yearly-stat table td,
.statistics-header,
label{
	font-family: 'proxima_novabold';
}
.pre-heading h2{
	font-family: 'proxima_novaregular';
}
h1, h2, h3, h4, h5{
	color: #090d19;
}
h1{

}
h2{
	font-size: 30px;
	line-height: 40px;
}
h3{
	font-size: 24px;
	line-height: 34px;
}
h4{
	font-size: 22px;
	line-height: 30px;
}
img{
	max-width: 100%;
	height: auto;
}

/*-- header --*/
.site-header{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
}
.site-header ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.header-top-section{
	background-color: #00082f;
	padding: 10px 0;
}
.header-top-section,
.header-top-section a{
	color: #d1d5e7;
	font-size: 14px;
	line-height: 22px;
}
.header-top-section a:hover{
	color: #b78b34;
}
.social-links li{
	display: inline-block;	
	margin: 0 12px;
}
.social-links li:first-child{
	margin-left: 0;
}
.social-links li:last-child{
	margin-right: 0;
}
.social-links li a{
	font-size: 16px;
}
.address-block,
.call-block,
.mail-block{
	min-height: 26px;
	padding: 2px 20px 2px 30px;
	background-position: left center;
	background-repeat: no-repeat;
}
.address-block{	
	background-image: url(../images/address-icon.png);
}
.call-block{	
	background-image: url(../images/call-icon.png);
}
.mail-block{
	padding-left: 35px;
	padding-right: 0;
	background-image: url(../images/mail-icon.png);
}
.call-block span{
	display: inline-block;
}
.call-block span:first-child{
	margin-right: 12px;
}

.header-bottom-section{
	padding: 30px 0;
}
.main-navigation {
  height: 196px;
  display: flex;
  align-items: center;
}
.site-branding{
	width: 190px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.main-navigation > ul {
  display: flex;
  align-items: center;
}
.main-navigation > ul > li > a{
	font-size: 15px;
	line-height: 25px;
	color: #fff;
	text-transform: uppercase;
}
.main-navigation > ul > li > a:hover{
	color: #e0bb1d;
}
.main-navigation > ul > li{
	margin: 0 2.2em;
}
.main-navigation > ul > li:first-child{
	margin-left: 0;
}
.main-navigation > ul > li:nth-child(4){
	margin-left: 22.5em;
}
.main-navigation > ul > li:last-child{
	margin-right: 0;
}
.main-navigation li{
	position: relative;	
}
.main-navigation a{
	display: block;
	padding: 25px 20px 20px 0;
}
.main-navigation li.home-item > a{
	background-image: url(../images/home-icon.png);
	background-position: 9px top;
	background-repeat: no-repeat;
}
@media screen and (min-width: 1025px){
	.main-navigation ul ul{
		position: absolute;
		top: 120%;
		left: -60px;
		width: 220px;
		background-color: #fff;
		box-shadow: 0 0 10px 4px rgba(0,0,0,.15);
		opacity: 0;
		visibility: hidden;
		z-index: -2;
		pointer-events: none;
	}
	.main-navigation li:hover > ul{
		top: 100%;
		opacity: 1;
		visibility: visible;
		z-index: 999;
		pointer-events: auto;
	}
	.main-navigation ul ul::before{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 10px 12px 10px;
		border-color: transparent transparent #ffffff transparent;
		position: absolute;
		top: -11px;
		left: 0;
		right: 0;
		margin: auto;
	}
	.main-navigation ul ul li a{
		font-size: 14px;
		color: #414347;
		padding: 10px 20px;
	}
	.main-navigation ul ul li a:hover{
		background-color: #f9fafc;
		color: #0d2187;
	}
}

.submenu-button {
  position: absolute;
  top: 22px;
  right: 0;
  color: #fff;
  font-size: 12px;
}
.menu-btn,
.close-menu{
	display: none;
}
@media screen and (max-width: 1400px){
	.main-navigation > ul > li {
	  margin: 0 1.2em;
	}
	.main-navigation > ul > li:nth-child(4) {
	  margin-left: 20.5em;
	}
}
@media screen and (max-width: 1200px){
	.main-navigation > ul > li{
		margin: 0 0.5em;
	}
	.main-navigation > ul > li:nth-child(4) {
	  margin-left: 15.8em;
	}
}
@media screen and (max-width: 1024px){
	.header-top-section .header-contact-details,
	.header-top-section .header-contact-details a{
		font-size: 0;
	}
	.address-block, .call-block, .mail-block{
		padding: 0;
		background-position: center;
		margin-left: 15px;
	}
	.address-block a, .call-block a, .mail-block a{
		padding: 2px;
		display: block;
		width: 36px;
		height: 28px;
	}
	.call-block span:first-child {
	  	margin-right: 0;
	}
	.menu-wrapper{
		display: flex;
		justify-content: flex-end;
	}
	.site-branding{
		top: -70px;		
	}	
	.menu-btn{
		display: block;
		width: 40px;
		height: 30px;
		background-color: transparent;
		position: relative;
		border: none;
	}
	.menu-btn span{
		width: 30px;
		height: 3px;
		display: block;
		background-color: #e1bb1d;
		position: absolute;
	}
	.menu-btn span:nth-child(1){
		top: 3px;
	}
	.menu-btn span:nth-child(2){
		top:12px;
	}
	.menu-btn span:nth-child(3){
		top: 21px;
	}
}
@media screen and (max-width: 767px){
	.social-links li {  
	  margin: 0 8px;
	}
	.address-block, .call-block, .mail-block{		
		margin-left: 10px;
	}
}
@media screen and (max-width: 575px){
	.header-top-section .social-links{
		display: none;
	}
	.site-branding {  
		left: 0;
		right: auto;
	}
}
/*-- fixced header --*/
.header-top-section,
.header-bottom-section,
.site-branding,
.main-navigation{
	transition: all .3s ease-in-out;
}
.fix-nav .header-top-section {
  margin-top: -48px;
}
.fix-nav .header-bottom-section {
  padding: 10px 0;
  background-color: rgba(255, 255, 255, .95);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
}
.fix-nav .site-branding {
  width: 120px;
}
.fix-nav .main-navigation{
	height: 125px;
}
.fix-nav .main-navigation > ul > li > a,
.fix-nav .submenu-button{
	color: #414347;
}
.fix-nav .main-navigation > ul > li > a:hover{
	color: #e0bb1d;
}
@media screen and (max-width: 1024px){
	.fix-nav .site-branding{
		top: -2px;
		width: 100px;
	}

	.navigation-wrap{		  
	  position: fixed;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  margin: auto;
	  width: 100%;
	  height: 100%;	  
	  background-color: rgba(225,187,29,.95);
	  padding: 25px 10px;
	  z-index: 999;

	  display: flex;
	  align-items: center;
	  opacity: 0;
	  visibility: hidden;
	  z-index: -5;
	  pointer-events: none;
	  transition: all .3s ease-in-out;
	}
	.navigation-wrap.show-menu{
	  opacity: 1;
	  visibility: visible;
	  z-index: 999;
	  pointer-events: auto;
	}
	.main-navigation,
	.fix-nav .main-navigation {
		display: block;
		height: auto;
		max-height: 90vh;
		width: 100%;
		overflow: auto;
	}
	.main-navigation > ul.menu {
	  display: block;
	}
	.main-navigation > ul > li,
	.main-navigation > ul > li:nth-child(4) {
		margin: 0;
	}
	.main-navigation a {	 
	  padding: 10px 45px 10px 20px;
	}
	.main-navigation li.home-item > a{
		background: none;
	}
	.main-navigation > ul > li > a {
	  	font-size: 25px;
	  	line-height: 35px;
	}
	.main-navigation > ul > li > a,
	.fix-nav .main-navigation > ul > li > a{
		color: #222222;
	}
	.main-navigation ul > li > a:hover,
	.fix-nav .main-navigation > ul > li > a:hover{
		color: #ffffff;
	}
	.main-navigation ul ul li a {
	  font-size: 20px;
	  color: #fff;
	  padding: 10px 20px;
	  text-transform: uppercase;
	  font-family: 'proxima_novabold';
	}
	.main-navigation ul ul li a:hover{
		color: #222222;
	}
	.main-navigation ul ul li{
		padding-left: 15px;
	}
	.main-navigation ul ul{
		display: none;
	}
	.main-navigation li.selected > ul{
		display: block;
	}
	.fix-nav .submenu-button,
	.submenu-button {	  
	  	top: 9px;
	  	right: 5px;	 	  
	  	font-size: 20px;
	  	width: 35px;
	  	height: 35px;
	  	border: rgba(255,255,255,.4) solid 1px;
	  	text-align: center;
	  	padding: 2px 0;
	  	cursor: pointer;
	  	color: #fff;
	}
	.close-menu{
		position: absolute;
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		background-color: #222222;
		border: none;
		z-index: 99;
		display: block;
	}
	.close-menu span{
		display: block;
		width: 20px;
		height: 3px;
		background-color: #fff;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.close-menu span:first-child{
		transform: rotate(45deg);
	}
	.close-menu span:last-child{
		transform: rotate(-45deg);
	}
}
/*-- hero slider --*/
.single-slide{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.slide-overlay{
	background-color: rgba(20, 24, 42, .7);
	padding: 360px 0 150px;
	text-transform: uppercase;
}
.slide-content {
  max-width: 90%;
  margin: 0 auto;  
}
.pre-heading h2{
	font-size: 40px;
	line-height: 55px;
	color: #e0bb1d;
}
.heading h2{
	font-size: 55px;
	line-height: 65px;
	color: #ffffff;
	letter-spacing: 0.03em;	
}
.highlight-text{
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0.23em;
	color: #ffffff;
}
.highlight-text span{
	background-color: #e1bb1d;
	padding: 4px 15px;
}
.slide-btn a{
	display: inline-block;
	border:#e1bb1d solid 2px;	
	color: #fff;
	font-size: 18px;
	text-transform: none;
	padding: 10px 65px 10px 25px;
	position: relative;
	min-width: 195px;
	margin-top: 35px;
}
.slide-btn a::after{
	content: '';
	width: 24px;
	height: 13px;
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;	
}
.slide-btn a:hover{
	background-color: #e1bb1d;
}
.slick-arrow{
	width: 30px;
	height: 50px;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	position: absolute;
	top: 60%;
	transform: translateY(-60%);
	font-size: 0;
	color: transparent;
	z-index: 2;
}
.slick-prev{
	left: 7%;
	background-image: url(../images/slick-prev.png);
}
.slick-next{
	right: 7%;
	background-image: url(../images/slick-next.png);
}
@media screen and (max-width: 1024px){
	.slide-overlay {  
	  padding: 260px 0 150px;
	}
}
@media screen and (max-width: 991px){
	.pre-heading h2 {
  		font-size: 30px;
  		line-height: 45px;
  	}
  	.heading h2 {
	  	font-size: 45px;
	  	line-height: 55px;
	}
	.highlight-text {
	  	font-size: 16px;
	  	line-height: 25px;
	}
	.slick-prev {
	  	left: 15px;
	}
	.slick-next {
  		right: 15px;
  	}
}

@media screen and (max-width: 767px){
	.pre-heading h2 {
  		font-size: 26px;
  		line-height: 35px;
  	}
  	.heading h2 {
	  	font-size: 35px;
	  	line-height: 45px;
	}
	.highlight-text {
	  	font-size: 14px;
	  	line-height: 20px;
	}
}
/*-- about section --*/
.gap{
	padding-top: 75px;
	padding-bottom: 75px;
}
.gray-bg{
	background-color: #f9fafc;
}
.section-title h2{
	color: #0e2186;
	font-size: 36px;
	line-height: 46px;
	position: relative;
	padding-top: 10px;
}
.section-title h2::before{
	content: '';
	width: 48px;
	height: 3px;
	background-color: #e1bb1d;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.section-title.text-center h2::before{
	right: 0;
	margin: auto;
}
.theme-btn{
	color: #414347;
	font-size: 14px;
	padding: 8px 42px 6px 10px;
	display: inline-block;
	position: relative;
	border: rgba(0,0,0,.1) solid 1px;
}
.theme-btn::after{
	content: '';
	width: 15px;
	height: 10px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 11px;
	margin: auto;
	background-image: url(../images/arrow-right-blue.png);
	background-position: center;
	background-repeat: no-repeat;
}

.theme-btn:hover::after{
	background-image: url(../images/arrow-right-yellow.png);
}
.statistics-section .theme-btn{
	color: #fff;
	border: #fff solid 1px;
}
.statistics-section .theme-btn::after{
	background-image: url(../images/arrow-right-yellow.png);
}
.theme-btn:hover,
.statistics-section .theme-btn:hover{
	border-color: #e1bb1d;
	color: #e1bb1d;
}
.about-img-wrap{
	margin-top: -8em;
}
.about-img{
	position: relative;
}
.about-img img{
	display: block;
}
.img-overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-color: rgba(9,14,26,.3);
	display: flex;
	justify-content: center;
	align-items: center;
}
.img-overlay span{
	width: 50px;
	height: 50px;
	display: block;
	position: relative;
}
button.play-btn{
	width: 50px;
	height: 50px;
	font-size: 25px;
	line-height: 25px;
	text-align: center;
	padding: 3px 0 3px 6px;
	color: #fff;
	background-color: #e1bb1d;
	border: none;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}
button.play-btn::before{
	content: '';
	width: 64px;
	height: 64px;
	position: absolute;
	top: -7px;
	left: -7px;
	border: rgba(255,255,255,.25) solid 1px;
	border-radius: 50%;
	animation: animation01 2s infinite;
	animation-play-state: paused;
}
button.play-btn::after{
	content: '';
	width: 88px;
	height: 88px;
	position: absolute;
	top: -18px;
	left: -18px;
	border: rgba(255,255,255,.25) solid 1px;
	border-radius: 50%;
	animation: animation01 2s infinite .3s;
	animation-play-state: paused;
}
.img-overlay span::before{
	content: '';
	width: 112px;
	height: 112px;
	position: absolute;
	top: -30px;
	left: -30px;
	border: rgba(255,255,255,.25) solid 1px;
	border-radius: 50%;
	animation: animation01 2s infinite .5s;
	animation-play-state: paused;
}
.about-img:hover button.play-btn::before,
.about-img:hover button.play-btn::after,
.about-img:hover .img-overlay span::before{
	animation-play-state: running;  
}
@keyframes animation01 {
  0%    { opacity: 1; border: rgba(255,255,255,.25) solid 1px;}  
  50%   { opacity: 0; border: rgba(255,255,255,.75) solid 1px;}
  100%  { opacity: 1; border: rgba(255,255,255,.25) solid 1px;}
}

#video-container {
  position: relative;
  padding-bottom: 56.25%;
}
#video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px){
	.modal-dialog {
	  max-width: 700px
	}
}
.modal-content,
.modal-header{
	border-radius: 0;
}
.modal-header{
	background-color: #00082f;
}
h5.modal-title{
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
}
.modal-header .btn-close{
	filter: invert(100);
}
@media screen and (max-width: 991px){
	.about-img-wrap{
		margin-top: 0;
	}
}
@media screen and (max-width: 767px){
	.section-title h2{
		font-size: 30px;
		line-height: 40px;
	}
}
/*-- recent stroies --*/
.story-thumbnail{
	margin-bottom: 12px;
}
.story-meta{
	font-size: 14px;
	color: #b78b33;
	text-transform: uppercase;
}
.story-content h3 a{
	color: #090d19;	
}
.story-content:hover h3 a{
	color: #e1bb1d;	
}
.story-content p{
	font-size: 16px;
	line-height: 25px;
}
.needs-volunteers{
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}
.volunteers-overlay{
	padding: 50px 50px;
	color: #fff;
	background-color: rgba(9, 14, 26, 0.8);
	height: 100%;
}
.volunteers-content h2{
	font-size: 95px;
	line-height: 95px;
	color: #e0bb1d;
	text-transform: uppercase;
	margin-bottom: 0;
}
.volunteers-content h3{
	font-size: 30px;
	line-height: 35px;
	color: #fff;	
	display: inline-block;
	border-bottom: #e0bb1d solid 2px;
}
.yellow-btn {
  background-color: #e1bb1d;
  display: inline-block;
  padding: 10px 70px 10px 30px;
  color: #fff;
  font-size: 18px;
  text-align: left;
  position: relative;
  border: none;
}
.yellow-btn::after{
	content: '';
	width: 24px;
	height: 13px;
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;	
}
.yellow-btn:hover{
	background-color: #b78b34;
	color: #fff;
}
.view-all-stories-mob{
	display: none;
}
@media screen and (max-width: 1200px){
	.volunteers-overlay{
		padding: 50px 30px;
	}
	.volunteers-content h2 {
	  font-size: 75px;
	  line-height: 75px;
	}
}
@media screen and (max-width: 991px){
	.needs-volunteers{
		height: auto;
	}
}
@media screen and (max-width: 767px){
	.view-all-stories-desktop{
		display: none;
	}
	.view-all-stories-mob{
		display: inline-block;
	}
}
/*-- statistics section --*/
.statistics-section{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.statistics-overlay{
	background-color: rgba(9, 14, 26, 0.8);
}
.statistics-section,
.statistics-section .section-title h2{
	color: #fff;
}
.run-log-block{
	margin-bottom: 30px;
}
.run-log-block:last-child{
	margin-bottom: 0;
}
.log-date{
	background-color: #b78b34;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 5px 20px;
}
.log-info{
	background-color: #fff;
	padding: 12px 20px;
}
.log-info h5{
	font-size: 20px;
	color: #0e2186;
}
.log-info h5 a{
	color: #0e2186;
}
.log-info h5 a:hover{
	color: #e1bb1d;
}
.log-info p{
	margin: 0;
	color: #414347;
	line-height: 22px;
}
.fire-statistics{
	border: #b78b34 solid 1px;
}
.statistics-header{
	background-color: #b78b34;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;	
	text-align: center;
	padding: 7px 20px;
}
.stat-year{
	margin-top: 28px;
}
.yearly-stat table{
	width: 100%;
	border: #b78b34 solid 1px;
}
.yearly-stat table thead{
	background-color: #b78b34;	
}
.yearly-stat table th,
.yearly-stat table td{
	padding: 5px 15px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.all-stats{
	padding: 20px;
}
.all-stats .stat-block{
	width: 50%;
	padding: 0 3em;
	display: flex;
	font-size: 14px;
	justify-content: space-between;
}
.all-stats .stat-block .month{
	margin-right: 25px;
}
.all-stats .stat-block .stat{
	color: #b78b34;
}
.statistics-section .show-on-mob{
		display: none;
}
@media screen and (max-width: 1401px){
	.all-stats .stat-block{
		padding: 0 2em;
	}
}
@media screen and (max-width: 1200px){
	.all-stats .stat-block{
		padding: 0 30px;
	}
	.all-stats .stat-block:nth-child(odd){
		padding-left: 0;
	}
	.all-stats .stat-block:nth-child(even){
		padding-right: 0;
	}
	.run-log-head .theme-btn{
		display: none;
	}
	.statistics-section .show-on-mob{
		display: block;
	}
}
@media screen and (max-width: 991px){
	.all-stats .stat-block{
		padding: 0 20px;
	}
	.yearly-stat table thead{
		display: none;
	}	
}	
@media screen and (max-width: 767px){
	.yearly-stat table td {
		width: 100%;
		float: left;
		position: relative;
		padding-left:100px;
		text-align: right;
	}
	.yearly-stat table td:nth-child(even){
		background-color: rgba(255,255,255,.2);
	}
	.yearly-stat table td::before {
		content: attr(data-title);
		position: absolute;
		left: 15px;
		top: 10px;
		text-align: left;
	}
	.yearly-stat table td:first-child{
		padding-left: 15px;
		font-size: 18px;
		background-color: #b78b34;
		text-align: left;
		border-top: rgba(255,255,255,.2) solid 1px;
	}	
}
/*-- upcoming event --*/
.upcoming-events-list{
	padding: 2px 10px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.event-list-item{
	padding: 10px 10px;
	border-bottom: rgba(0, 0, 0, 0.15) solid 1px;
}
.event-list-item:last-child{
	border-bottom: none;
}
.event-list-item h4{
	margin: 0;
	font-size: 22px;
	line-height: 26px;	
}
.event-list-item h4 a{
	color: #090d19;	
}
.event-list-item:hover h4 a{
	color: #e1bb1d;	
}
.post-meta{
	font-size: 14px;
	color: #b78b33;
	text-transform: uppercase;
}
.feature-event{
	padding: 10px;	
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.feature-event-info{
	width: 100%;	
	min-height: calc(100% - 60px);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 10px;
}
.event-overlay{
	background-color: rgba(9, 14, 26, 0.7);
	padding: 40px 40px;
	height: 100%;
}
.single-feature-event,
.single-feature-event h4{
	color: #fff;
}
.single-feature-event p{
	font-size: 18px;
	margin: 0;
}
/*-- need support --*/
.need-support{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.support-overlay{
	background-color: rgba(9, 14, 26, 0.7);
	padding: 70px 0;
	min-height: 500px;
}
.need-support{
	font-size: 20px;
	line-height: 30px;	
}
.need-support h2{
	font-size: 50px;
	line-height: 55px;
}
.need-support,
.need-support h2{
	color: #fff;
}
.support-text{
	max-width: 530px;
	margin: 0 auto;
}
@media screen and (max-width: 767px){
	.need-support h2 {
	  font-size: 40px;
	  line-height: 45px;
	}
}
/*-- our apparatus -- */
.apparatus-block{
	width: 100%;
	max-width: 307px;
	margin: 0 auto;
}
.apparatus-title{
	background-color: rgba(9, 14, 26, 0.7);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 15px 20px;
}
.apparatus-title h2{
	color: #fff;
	margin: 0;
}
.more{
	background-color: #e1bb1d;
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}
.apparatus-block:hover .apparatus-title{
	background-color: rgba(183, 139, 52, 0.9);
}
@media screen and (max-width: 991px){
	.apparatus-block{
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px){
	.apparatus-title h2{
		font-size: 20px;
	}
	.apparatus-block{
		max-width: 100%;
	}
	.apparatus-block img{
		width: 100%;
	}
}
/*-- map section --*/
.map-section iframe{
	width: 100%;
	display: block;
}
/*-- site footer --*/
.site-footer h4{
	color: #b78b33;
	text-transform: uppercase;
}
.site-footer p{	
	line-height: 24px;
}
.site-footer,
.site-footer a{
	color: #ababab;
}
.site-footer a:hover{
	color: #b78b33;
}
.footer-contact-details{
	background-image: url(../images/footer-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.footer-oveerlay{
	background-color: rgba(9, 14, 26, 0.9);
}
.footer-logo-section{
	padding: 70px 0;
}
.emergency-num{	
	  display: inline-block;
	  border: rgba(255,255,255,.25) solid 1px;	  
	  background-image: url(../images/icon-01.png);
	  background-position: 18px center;
	  background-repeat: no-repeat;
	  margin: 15px auto 0;
}
.emergency-num a{
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #fff;	  
	padding: 10px 20px 10px 62px;
}
.footer-bottom-section{
	padding: 60px 0 50px;
	border-top: rgba(255,255,255,.2) solid 1px;
}
.newsletter-section{
	width: 100%;
	max-width: 315px;
	margin: 0 auto;
}
.newsletter-section input[type="email"]{
	width: 100%;
	height: 45px;
	border: #b78b33 solid 1px;
	background-color: transparent;
	padding: 5px 65px 5px 10px;
	margin: 0;
	color:#ababab;
}

.newsletter-section button{
	background-color: #b78b33;
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: center;
	border: #b78b33 solid 1px;
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 45px;
	font-size: 0;
	color: transparent;
}
.newsletter-section button:hover{
	background-color: #090d19;
}
.copyright-section{
	padding: 28px 0;
	font-size: 14px;
	background-color: #000310;
}
.copyright-section .copyright-txt a{
	color: #b78b33;
}
.copyright-section ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
@media screen and (max-width: 1200px){
	.site-footer h4{
		font-size: 18px;
	}
}

/*-- inner page --*/
.inner-banner {
  background-image: url(../images/hero-img-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;   
}
.inner-banner .slide-overlay{
	background-color: rgba(20, 24, 42, .7);
	padding: 360px 0 50px;
	text-transform: uppercase;
}
.inner-banner h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  margin: 0;
}

ol {  
  padding-left: 20px;
}
ol li {
  margin-bottom: 5px;
}
.page-content ul{
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}
.page-content ul li{
	position: relative;
	padding: 0 0 0 20px;
	margin-bottom: 5px;
}
.page-content ul li::before{
	content: '';
	width: 6px;
	height: 6px;
	background-color: #e1bb1d;
	position: absolute;
	top: 11px;
	left: 0;
	display: block;
}
@media screen and (max-width: 991px){
	.inner-banner .slide-overlay{
		padding: 300px 0 50px;
	}
}
/*-- calendar --*/
.calendar {
  min-height: 675px;
}

.cld-main {
  width: 770px;
  margin: 0 auto;
  padding-top: 30px;
}

.cld-main a {
  color: #7B00FF;
}

.cld-datetime {
  position: relative;
  min-width: 100px;
  max-width: 550px;
  margin: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.cld-datetime .today {
  position: relative;
  float: left;
  width: 490px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #3f4656;
}

.cld-nav {
  position: relative;
  width: 43px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e1bb1d;
  border: 1px solid transparent;
  margin: 2px;
}

.cld-nav:hover {
  cursor: pointer;
  border: 1px solid #f7c809;
  background-color: transparent;
}

.cld-nav:hover svg {
  fill: #666;
}

.cld-rwd {
  float: left;
}

.cld-fwd {
  float: right;
}


.cld-labels,
.cld-days {
  padding-left: 0;
}

.cld-labels {
  margin-bottom: 0;
}

.cld-labels .cld-label {
  background: #b78b33;
  color: #fff;
  padding: 10px 0;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  border-right: 1px solid #b07b7b;
}
.cld-main ul li::before{
	display: none;
}
.cld-label,
.cld-day {
  box-sizing: border-box;
  display: inline-block;
  width: 14.28%;
  text-align: center;
}

.cld-day {
  display: block;
  float: left;
  position: relative;
  margin: 0;
  
  height: 110px;
  text-align: right;
  border-right: 1px solid #cbced5;
  border-bottom: 1px solid #cbced5;
  overflow-y: auto;
  position: relative;
}
.page-content .cld-main ul li.cld-day{
	padding: 15px 15px 15px 10px;
	margin: 0;
}
.cld-days li:nth-child(7n-6) {
  border-left: 1px solid #cbced5;
}

.cld-days li:nth-child(n+36) {
  display: none;
}

.cld-day.clickable:hover {
  cursor: pointer;
}

.cld-day.today p {
  color: #fff !important;
}

.cld-day.today {
  background: #b78b33;
  color: #fff;
  font-weight: 600;
}

.cld-day.disableDay {
  opacity: 0.5;
}

.cld-day.nextMonth,
.cld-day.prevMonth {
  opacity: 0.33;
}

.cld-number {
  margin: 0;
  text-align: right;
  font-weight: 600;
}

.cld-title {
  font-size: 15px;
  display: block;
  margin: 0;
  font-weight: normal;
  text-align: left;
  line-height: 17px;
  position: absolute;
  bottom: 15px;
}

.cld-title a {
  pointer-events: none;
  color: #505a60;
  text-decoration: none;
  font-weight: 500;
}

.cld-day:hover {
  background: #eee;
}

.cld-number.eventday {
  font-weight: bold;
}

.cld-number.eventday:hover {
  background: #eee;
}
@media only screen and (max-width: 991px) {
	.cld-main {
			width: 100%;
		}

		.cld-datetime {
			width: 80%;
		}

		.cld-datetime .today {
			width: max-content
		}

		.page-content .cld-main ul li.cld-day {
			padding: 10px;
			height: 52px;
		}

		.cld-title {
			display: none;
		}

		.cld-number:hover .cld-title {
			display: block;
		}

		.calendar {
			min-height: 375px;
		}
}
/*-- form --*/
label {
  font-size: 17px;
  display: block;  
  margin-bottom: 5px;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	width: 100%;
  	height: 48px;
  	border-radius: 0;
  	border: 1px solid #c6c6c6;
  	outline: none;
  	margin-bottom: 25px;
  	color: #414141;
  	font-size: 16px;
  	font-weight: 400;
  	padding: 5px 15px;
}
textarea{
	height: 90px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	box-shadow: none;
}