/* Custom CSS */
body{
	height:auto;
	font-family: Roboto-Light;
	color:#000;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .btn, #mainNav .navbar-brand{
	font-family: Roboto-Light;
}

#mainNav .navbar-nav .nav-item .nav-link,{
	font-family: Roboto-Bold;
}
p{
	font-family: Roboto-Regular;
}
.verticalMiddle{
	display:table-cell;
	vertical-align:middle;
}

#mainNav .navbar-brand {
    color:#000;
}

#mainNav .navbar-brand:hover {
	color:#000;
}



.btn {
	cursor:pointer;
}

.brandTextColor{
	color:#f4623a;
}

.brandBgColor{
	background-color:#f4623a;
}

.page-section-2 {
    padding: 3rem 0;
}

.page-section-3 {
    padding: 6rem 0;	
}

.carousel-item {
  /* height: 100vh; */
  height: 90vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.carousel-control-next, .carousel-control-prev{
	z-index: 3;
}

.carouselSection{
	    padding: 4.5rem 0px 0px 0px;
}

/* .ion-chevron-right:before {
    content: "\f125";
}

.ion-chevron-left:before {
    content: "\f124";
}

#carouselExampleIndicators .carousel-control-next-icon, #carouselExampleIndicators .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 1;
} */

#carouselExampleIndicators .carousel-item::before {
    content: '';
    /* background-color: rgba(0, 0, 0, 0.7); */
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out .7s;
}

.carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}

#portfolio a {
    color: #FFF;
    text-decoration: none;
    height: 100%;
}
	

@media (min-width: 667px){
	#mainNav {
		-webkit-box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
		box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
		background-color: #fff !important;
	}

	#mainNav .navbar-brand {
		color: rgba(0,0,0,.7);
	}

	#mainNav .navbar-nav .nav-item .nav-link, #mainNav .navbar-nav .nav-item .nav-link:hover {
		color: rgba(0,0,0,.7);
	}
	
	
}

.navbar-nav {
	display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: inherit;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.collapse:not(.show) {
    display: block;
}



#mainNav .navbar-nav .nav-item .nav-link {
    color: rgba(0,0,0,.7);
    padding: 0 1rem;
}

.desktopNone{
	display:none !important;
}
.nav-item {
	float: left;
}

.page-section-HeaderPage {
    padding: 4rem 0;
	margin-top: 4.5rem;
}

.page-section-normal {
    padding: 1rem 0;
}

.btn-xl {
    padding: 0.9rem 2.25rem;
}

.iconMobile{
	display:none;
}

@media (max-width: 992px){
	
	.carousel-item {
	  height: auto;
	  min-height: 350px;
	  background: no-repeat center center scroll;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}

	.nav-item {
		display: inline-block;
		float: inherit;
	}
	#mainNav{
		padding: 0px !important;
	}
	
	.navbar-light .navbar-toggler {
		display: none;
	}
	
	#mainNav .navbar-nav .nav-item .nav-link {
		color: rgba(0,0,0,.7);
		padding: 0 0.2rem;
	}
	
	#mainNav .navbar-brand{
		/* padding: 0.7rem 0.4rem 0.6rem 0.4rem; */
	}
	.mb-2, .my-2 {
		margin-bottom: .5rem!important;
	}
	
	.collapse {
		background-color:#f4623a;
	}
	
	.mobileBlock{
		display:block;
	}
	.mobileNone{
		display:none;
	}
	.desktopNone{
		display:block !important;
	}
	
	.navbarGroup{
		width: 100%;
		text-align: center;
	}
	
	#mainNav .navbar-nav .nav-item .nav-link.active {
		color: #FFF !important;
	}
	
	.active {
    color: #f4623a!important;
}
	
	#mainNav .navbar-nav .nav-item .nav-link:active, #mainNav .navbar-nav .nav-item .nav-link:hover {
		color: rgba(0,0,0,.7);
	}
	
	.carouselSection {
		padding: 0rem 0px 0px 0px;
	}
	
	.page-section {
		padding: 4.5rem 0;
	}
	
	.iconMobile{
		display:block;
		margin-right: 7px;
		/* border: 1px solid #f4623a; */
		padding: 5px 5px 5px 10px;
		/* border-radius: 7px; */
		border-left: 1px solid #cecbca;
	}
}


.progress-container {
    width: 100%;
    height: 8px;
    background: #ccc;
    margin-top: 4.4rem;
    position: fixed;
    z-index: 9;
}

.progress-bar {
  height: 8px;
  background: #4caf50;
  width: 0%;
}

.mfp-close:active {
    top: 40px;
}

.mfp-close{
    position: absolute;
    top: 40px;
    right: 10px !important;
    background-color: #000 !important;
    width: 40px !important;
    height: 40px !important;
    padding: 12px 11px !important;
    line-height: inherit;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled){
	outline: none;
}

.mfp-bottom-bar {
	margin-top: -80px;
    top: 0px;
    left: 0px;
    width: 100%;
    cursor: auto;
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
    float: left;
    position: relative;
    height: 40px;
    padding: 10px;
}

.mfp-counter {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    white-space: nowrap;
    text-align: center;
    position: relative;
}

.readMoreBtnGroup{
	margin:auto;
	text-align:center;
	margin:20px 0px;
}

.galleryTitleText{
	padding: 2rem 0rem 1rem 0rem;
}

.volunteerDonateBtns{
	display: inline-block;
}
.volunteerDonateBtns li{
	margin: 0px 5px;
    display: inline-block;
}

.upcomingBg{
	background-color: #343a40;
}







.imgGroup{
	text-align: center;
}
.imgStyle{
    width: 300px;
    height: 200px;
    background-color: #FFF;
    padding: 5px;
    display: inline-block;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    margin: 4px;
}

.pp_social{
	display:none;
}

div.pp_default .pp_close{
	top: -20px;
}

.pp_expand{
	top: 0px !important;
    right: 0px !important;
}
div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
    opacity: 1;
}


.imgBtnBox{
    width: 300px;
    height: 250px;
    background-color: #FFF;
    display: inline-block;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    margin: 1px;
    overflow: hidden;
    position: relative;
	transform: scale(1);
    transition: all .5s ease-in-out;
}


.imgBtnBox:hover img {
    opacity: 1;
    transform: scale(1.09);
	transition: all .5s ease-in-out;
}

.imgBtn{
	float:left;
	width: 100%;
    height: 80%;
}

.imgBtnTitleText{
    width: 100%;
    height: 50px;
    display: table;
    color: #6b6565;
    background-color: #ffffff;
    float: left;
    position: absolute;
    bottom: 0px;
    left: 0px;
    line-height: normal;
    padding: 0px 10px;
    text-align: left;
	border-top: 1px solid #e8e8e8;
}







#WhatWeDo .about-col .img {
    position: relative;
}

#WhatWeDo .about-col .img img {
    border-radius: 4px 4px 0 0;
}

#WhatWeDo .about-col .icon {
    width: 64px;
    height: 64px;
    padding-top: 8px;
    text-align: center;
    position: absolute;
    background-color: #f4623a;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #fff;
    left: calc( 50% - 32px);
    bottom: -30px;
    transition: 0.3s;
}

#WhatWeDo .about-col i {
	font-size: 23px;
    line-height: 1.7;
    color: #fff;
    transition: 0.3s;
}

#WhatWeDo .about-col h2 {
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    padding: 0 20px;
    margin: 40px 0 12px 0;
}
#WhatWeDo .about-col h2 a {
    color: #000;
}

#WhatWeDo .about-col h2 a:hover {
    color: #f4623a;
}

#WhatWeDo .about-col p {
    line-height: 24px;
    margin-bottom: 0;
    padding: 0 20px 20px 20px;
	text-align: center;
}

.page-section-2-bg{
	background-color: #f7f7f7;
}





.ftco-section-3{
	overflow: hidden;
    position: relative;
}

.tabBtn{
	display:inline-block;
}

.ftco-section-3 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .9;
    background: #f86f2d;
    width: 100%;
    height: 100%;
}

.ftco-section-3 .img-2 {
    -webkit-box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}


.ftco-section-3 .img {
    width: 100%;
	background-size: 100%;
}

.form-group {
    margin-bottom: 1rem;
}

.marginTop{
	margin-top: 4.5rem;
}


.pageTitleText{
	font-size:26px;
	color:#f4623a;
}

.subTitleText{
	font-size:16px;
	color:#f4623a;
	line-height:initial;
}
.subLinks{
	margin-bottom:20px;
    color: #a7a7a7;
    border-top: 1px dotted #ddd;
}
.subLinks a{
	font-size:14px;
	color:#a7a7a7;
}

.subLinks .fa-angle-right{
	font-size:12px;
}

.subLinks a.linkActive{
	color:#f4623a;
}

.whoWeAre_pageCntBox{
	min-height:80px;
}
.whoWeAre_pageHeaderBox{
    min-height: 50px;
    text-align: center;
    font-weight: bold;
    padding: 0px 20px;
}






/* Get Involved */


.getInvolved .bg-img {
  background-image: url("../images/bg_3.jpg");
	min-height: 430px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 40px 40px;
}

.getInvolved .inputSection {
	min-height: 400px;
}

.getInvolved .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .9;
    background: #f86f2d;
    width: 100%;
    height: 100%;
}

.accountPatch {
	width:100%;
	height:100%;
	background-color:#FFF;
	padding:20px;
	border-radius:5px;
	height:278px;
}

.getInvolved .accountPatch {
	width:100%;
	height:100%;
	background-color:#FFF;
	padding:20px;
	border-radius:5px;
	height:250px;
}


.getInvolved_img{
	max-width: 500px;
    max-height: 410px;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background-position: 56% 68%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	min-width: 300px;
    min-height: 110px;
    position: relative;
}

.contactImg{
	width: 100px;
    height: 100px;
    border-radius: 50px;
    background-color: #929292;
    display: block;
    margin: auto;
    background-position: 50% 50%;
    background-size: 113%;
    overflow: hidden;
    border: 3px solid #f4623a;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pageCntArea{
	min-height:340px;
}



.thankyouBG{
    width: 100%;
    height: 100%;
    position: absolute;
}
.thankYouText{
	font-size:34px;
	text-align:center;
	margin:auto;
}
.successfulText{
	font-size:16px;
	text-align:center;
	margin:auto;
}
.successfulSection{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
    display: block;
}

.successfulSectionBox{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-width: 300px;
    max-width: 500px;
    width: 100%;
}
.successfulSectionPatch{
	padding: 20px;
}

.banner_01{
	width:100%;
	background-image:url(../images/banner_01.jpg);
	position:relative;
}
.banner_02{
	width:100%;
	background-image:url(../images/banner_02.jpg);
	position:relative;
}
.banner_03{
	width:100%;
	background-image:url(../images/banner_03.jpg);
	position:relative;
}
.banner_04{
	width:100%;
	background-image:url(../images/banner_04.jpg);
	position:relative;
}
.banner_05{
	width:100%;
	background-image:url(../images/banner_05.jpg);
	position:relative;
}

.bannerTransPatch{
	width: 100%;
    background-color: rgba(111, 25, 2, 0.2);
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
}

.navbar{
	padding: 0rem !important;
}


/* Mobile */

@media (max-width: 667px){
	
	body{
		font-size:14px;
	}
		
	.mb-2, .my-2 {
		margin-bottom: .3rem!important;
	}
	
	.mt-2, .my-2 {
		margin-top: .3rem!important;
	}
	#mainNav .navbar-nav .nav-item .nav-link {
		font-size: 11px;
	}
	
	.btn-xl {
		padding: 1rem 1.0rem;
	}
	.btn-xl {
		padding: 0.5rem 1.0rem;
		font-size: 14px !important;
	}
	.page-section-HeaderPage {
		padding: 1rem 0;
		margin-top: 4.5rem;
	}
	
	.volunteerSection .page-section {
		padding: 2.5rem 0;
	}
	
	.eventsMarginTop{
		margin-top: 6.5rem;
	}
	
	.carousel-inner{
		padding-top: 5rem;
	}
	
	.page-section-2 {
		padding: 4rem 0;
	}
	#gallery{
		padding-top: 2rem;
	}
	
	.whoWeAre_pageHeaderBox{
		 min-height: auto;
		 margin-bottom: 10px;
	}
	
	.whtWedoCol{
		margin-bottom:20px;
	}
	
	.eventImages a{
		pointer-events: none;
	}
		
}


/* scroll */

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


/* home gallery overlay  */

.imageOverlayBox{
	position: relative;
    width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(244, 98, 58, 0.8);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.imageOverlayBox:hover .overlay {
  height: 100%;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}









.page-section-upcoming{
	padding: 3rem 0;
}

.upcomingBgList li{
	text-align: left;
    color: #FFF;
}
#WhatWeDo .about-col{
	height: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}
/* #WhatWeDo .about-col::before {
    content: '';
    position: absolute;
    background: #f4623a;
    right: -60px;
    top: -40px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    transition: all 0.3s;
    z-index: -1;
} */

#WhatWeDo .about-col:hover{
    background: #f4623a;
	transition: all 0.3s;
}
#WhatWeDo .about-col:hover p, #WhatWeDo .about-col:hover h2{
	color:#FFF;
}

#WhatWeDo .about-col:hover .icon{
	background-color:#FFF;
}
#WhatWeDo .about-col:hover i{
	color:#f4623a;
}


.whtWedoColGroup{
    margin-bottom: 20px;
}

.whtWedoList li a{
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 0px 3px 1px #e0e0e0;
    margin-bottom: 10px;
	display: block;
	text-decoration:none;
	position: relative;
    padding-left: 25px;
}
.whtWedoList li a:hover {
	color:#FFF;
	background-color:#f4623a;
}

.whtWedoList .fa-angle-right {
    position: absolute;
    top: 14px;
    left: 10px;
}










.btnHover{
	transition: all 0.5s;
}
.btnHover:hover{
	background-color:#f4623a;
	color:#FFF;
	transition: all 0.5s;
}

.robotoBold{
	font-family: Roboto-Bold;
}






#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
	background-color: #f4623a;
    z-index: 9999;
}

#status {
	width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/preloader.jpg);
    background-color: #FFF;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 33%;
    margin: -100px 0 0 -100px;
    border-radius: 50%;
    border: 5px solid #c34c14;
    box-shadow: 0px 0px 18px 13px rgba(0, 0, 0, 0.1);
}

.galleryGroup .img-fluid{
	padding: 5px;
}