@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');

body {
	color: #262626;
	font-size: 16px;
	line-height: 1.8;
	font-family: 'Montserrat', sans-serif;
}

img {
	vertical-align: baseline;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
	color: #262626;
}

a:visited {
	color: #757686;
}

a:hover, a:focus, a:active {
	color: #262626;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
	list-style: none;
}

/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
/*
# Header Bar
--------------------------------*/
.top-header-bar {
	background: #ff4800;
	color: #fff;
}

/*
# Header Bar Email
--------------------------------*/
.header-bar-email,
.header-bar-text {
	padding: 20px 0;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
}

.header-bar-email a,
.header-bar-text span {
	text-transform: lowercase;
	color: #fff;
	text-decoration: none;
}

/*
# Header Bar Text
--------------------------------*/
.header-bar-text {
	margin-left: 48px;
}

.header-bar-text p {
	margin: 0;
}

/*
# Header Bar Donate Button
--------------------------------*/
.donate-btn a{
	display: inline-block;
	padding: 20px 40px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	text-decoration: navajowhite;
	background: #262222;
}


/*
# Site Branding
--------------------------------*/
.site-branding {
	width: calc(100% - 24px);
	padding: 20px 0;
}

.site-branding a {
	margin-top: 6px;
}

@media screen and (min-width: 992px){
	.site-branding {
		width: auto;
	}
}

/*
Hamburger Menu
----------------------------------------*/
.hamburger-menu {
	position: relative;
	width: 24px;
	height: 22px;
	margin: 0 auto;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.hamburger-menu span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #262626;
	border-radius: 10px;
	opacity: 1;
	left: 0;
	transition: .25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
	top: 2px;
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
	top: 10px;
}

.hamburger-menu span:nth-child(4) {
	top: 18px;
}

.hamburger-menu.open span:nth-child(1) {
	top: 18px;
	width: 0;
	left: 50%;
}

.hamburger-menu.open span:nth-child(2) {
	transform: rotate(45deg);
}

.hamburger-menu.open span:nth-child(3) {
	transform: rotate(-45deg);
}

.hamburger-menu.open span:nth-child(4) {
	top: 18px;
	width: 0;
	left: 50%;
}

/*
# Main Menu
--------------------------------*/
.site-navigation ul {
	position: fixed;
	top: 0;
	left: -320px;
	/*z-index: 9999;*/
	z-index: 1034;
	width: 320px;
	max-width: calc(100% - 120px);
	height: 100%;
	padding: 30px 15px;
	margin: 0;
	background: #fff;
	list-style: none;
	overflow-x: scroll;
	transition: all 0.35s;
}

.site-navigation.show ul {
	left: 0;
}

.site-navigation ul li {
 margin: 0 12px;
}
.site-navigation ul li a {
	display: block;
	padding: 16px 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	color: #262626;
	text-decoration: none;
	transition: color .35s;
}

@media screen and (min-width: 992px) {
	.site-navigation ul {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		max-width: 100%;
		height: auto;
		padding: 0;
		overflow: auto;
		background: transparent;
	}

	.site-navigation ul li a {
		padding: 49px 0 30px;
	}
}

.site-navigation ul li a:hover,
.site-navigation ul li.current-menu-item a {
	border-bottom: 3px solid #ff5a00;
	color: #ff5a00;
}

/*
# Menu SHopping Cart
--------------------------------*/
.header-bar-cart {
	margin-left: 40px;
}

.header-bar-cart a {
	width: 48px;
	height: 100%;
}

.header-bar-cart a {
	color: #fff;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-slider {
	max-height: 820px;
}

.hero-content-wrap {
	position: relative;
	color: #fff;
}

.hero-content-overlay {
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5);
}

.hero-content-wrap img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
}

.hero-content-overlay h1 {
	margin: 0;
	font-size: 102px;
	font-weight: 600;
	line-height: 1;
}

.hero-content-overlay h4 {
	margin: 0;
	font-size: 46px;
	font-weight: 600;
}

.hero-content-overlay p {
	font-weight: 500;
	line-height: 1.8;
}

.hero-content-overlay .entry-footer a.btn {
	color: #fff;
}

.hero-slider .pagination-wrap {
	bottom: 0;
	left: 0;
	z-index: 99;
	height: 60px;
}


.hero-slider .swiper-pagination-bullet {
	width: 24px;
	height: 20px;
	margin-right: 6px;
	border-radius: 0;
	font-size: 12px;
	color: #fff;
	background: transparent;
	opacity: 1;
}

.hero-slider .swiper-pagination-bullet-active {
	color: #ff5a00;
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
	width: 70px;
	height: 70px;
	margin-top: -35px;
	border-radius: 50%;
	background: -moz-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,90,0,1)), color-stop(100%, rgba(1255,54,0,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* ie10+ */
	background: linear-gradient(270deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5a00', endColorstr='#ff3600',GradientType=1 ); /* ie6-9 */
	transition: all .35s;
}

.hero-slider .swiper-button-next {
	right: 80px;
}

.hero-slider .swiper-button-prev {
	left: 80px;
}

.hero-slider .swiper-button-next span,
.hero-slider .swiper-button-prev span {
	display: block;
	width: 36px;
	padding-top: 15px;
	margin: 0 auto;
}

.hero-slider .swiper-button-next path,
.hero-slider .swiper-button-prev path {
	fill: #fff;
}

.hero-slider .swiper-button-next.swiper-button-disabled,
.hero-slider .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

@media screen and (max-width: 1200px){
	.hero-content-overlay h1 {
		font-size: 72px;
	}

	.hero-content-overlay h4 {
		font-size: 32px;
	}

	.hero-content-overlay p {
		font-size: 14px;
	}

	.hero-slider .pagination-wrap {
		height: 40px;
	}
}

@media screen and (max-width: 992px){
	.hero-content-overlay h1 {
		font-size: 48px;
	}

	.hero-content-overlay h4 {
		font-size: 22px;
	}

	.hero-content-overlay p,
	.hero-slider .pagination-wrap,
	.hero-slider .swiper-button-next,
	.hero-slider .swiper-button-prev{
		display: none;
	}

	.hero-content-overlay footer{
		margin-top: 12px !important;
	}
}

/*--------------------------------------------------------------
# Elements Page
--------------------------------------------------------------*/
.elements-wrap {
	margin-top: 80px;
}

.elements-page .elements-heading .entry-title {
	font-size: 24px;
	font-weight: 600;
	color: #262626;
}

.elements-page .elements-container {
	margin-top: 54px;
}

.elements-page .btn {
	margin-right: 20px;
}

/*
# Button
----------------------------------*/
.btn {
	padding: 18px 40px;
	border: 2px solid #262626;
	border-radius: 24px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	color: #262626;
	outline: none;
}

.btn:focus {
	outline: none;
}

.btn.orange-border {
	border-color: #ff5a00;
}

.btn.orange-border:hover,
.btn.gradient-bg {
	border-color: transparent;
	background: -moz-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,90,0,1)), color-stop(100%, rgba(1255,54,0,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* ie10+ */
	background: linear-gradient(270deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5a00', endColorstr='#ff3600',GradientType=1 ); /* ie6-9 */
	color: #fff;
}

/*
# Accordion
----------------------------------*/
.accordion-wrap {
	position: relative;
}

.accordion-wrap .entry-content {
	margin: 0;
}

.accordion-wrap .entry-title {
	padding: 12px 38px;
	margin-bottom: 15px;
	border-radius: 30px;
	background: #f3f3f3;
	font-size: 14px;
	font-weight: 600;
	color: #262626;
	cursor: pointer;
}

.accordion-wrap .entry-title.active {
	border: 0;
	background: -moz-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,90,0,1)), color-stop(100%, rgba(1255,54,0,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* ie10+ */
	background: linear-gradient(270deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5a00', endColorstr='#ff3600',GradientType=1 ); /* ie6-9 */
	color: #fff;
}

.accordion-wrap .entry-title .arrow-r::before,
.accordion-wrap .entry-title .arrow-d::before {
	content: "+";
	font-size: 24px;
	font-weight: 400;
}

.accordion-wrap .entry-title .arrow-d::before {
	content: "-";
}

/*
# Content
----------------------------------*/
.accordion-wrap .entry-content {
	display: none;
}

.accordion-wrap .entry-content p {
	padding: 18px 38px;
	font-size: 14px;
	line-height: 2;
	color: #929191;
}

/*
# Tabs
----------------------------------*/
ul.tabs-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.tabs-nav .tab-nav {
	padding: 12px 32px;
	margin-right: 6px;
	border-radius: 30px;
	background: #f3f3f3;
	font-size: 14px;
	font-weight: 600;
	color: #262626;
	cursor: pointer;
	transition: all .35s;
}

ul.tabs-nav .tab-nav.active {
	border: 0;
	background: -moz-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,90,0,1)), color-stop(100%, rgba(1255,54,0,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* ie10+ */
	background: linear-gradient(270deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5a00', endColorstr='#ff3600',GradientType=1 ); /* ie6-9 */
	color: #fff;
}

.tabs .tab-nav {
	margin-bottom: -1px;
	z-index: 99;
}

.tabs-container {
	padding: 34px;
}

.tab-content {
	display: none;
}

.tab-content p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 2;
	color: #929191;
}

/*
# Circular Progress Bar
----------------------------------*/
.circular-progress-bar {
	margin: 20px 0;
	text-align: center;
}

.circular-progress-bar .circle {
	position: relative;
	width: 156px;
	height: 156px;
	margin: 0 auto;
}

.circular-progress-bar .circle strong {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -24px;
	width: 100%;
	font-size: 48px;
	font-weight: 500;
	line-height: 1;
	color: #262626;
}

.circular-progress-bar .circle strong i {
	margin-top: 5px;
	font-size: 24px;
	font-style: normal;
}

.circular-progress-bar .entry-title {
	margin-top: 32px;
	font-size: 18px;
	font-weight: 600;
	color: #262626;
}

/*
# Counter Box
----------------------------------*/
.counter-box {
	margin: 20px 0;
	text-align: center;
}

.counter-box .start-counter {
	margin-top: 10px;
	font-size: 48px;
	font-weight: 500;
	color: #262626;
}

.counter-box .counter-k {
	font-size: 24px;
	font-weight: 500;
}

.counter-box .entry-title {
	margin-top: 16px;
	font-size: 14px;
	color: #595858;
}

/*
# Icon Box
----------------------------------*/
.icon-box {
	padding: 40px;
	border-radius: 24px;
	background: #ecf2f5;
	text-align: center;
	transition: all .35s;
}

.icon-box:hover,
.icon-box.active {
	border: 0;
	background: -moz-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,90,0,1)), color-stop(100%, rgba(1255,54,0,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* ie10+ */
	background: linear-gradient(270deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5a00', endColorstr='#ff3600',GradientType=1 ); /* ie6-9 */
	color: #fff;
}

.icon-box figure img:nth-of-type(1) {
	display: block;
}

.icon-box figure img:nth-of-type(2) {
	display: none;
}

.icon-box:hover figure img:nth-of-type(1),
.icon-box.active figure img:nth-of-type(1) {
	display: none;
}

.icon-box:hover figure img:nth-of-type(2),
.icon-box.active figure img:nth-of-type(2) {
	display: block;
}

.icon-box .entry-title {
	margin-top: 28px;
	font-size: 24px;
	font-weight: 600;
	color: #262626;
}

.icon-box:hover .entry-title,
.icon-box.active .entry-title {
	color: #fff;
}

.icon-box .entry-content {
	margin-top: 24px;
}

.icon-box .entry-content p {
	margin: 0;
	font-size: 14px;
	color: #595858;
}

.icon-box:hover .entry-content p,
.icon-box.active .entry-content p {
	color: #fff;
}

/*
# Bar Filler
----------------------------------*/
.barfiller {
	position:relative;
	width:100%;
	height:5px;
	border-radius: 3px;
	background:#d6dee1;
}

.barfiller .fill {
	display:block;
	position:relative;
	width:0px;
	height:100%;
	border-radius: 3px;
	background:#333;
	z-index:1;
}

.barfiller .tipWrap {
	display:none;
}

.barfiller .tip {
	left: 0;
	position: absolute;
	z-index: 2;
	width: 42px;
	height: 42px;
	padding-top: 14px;
	margin-top: -21px;
	border-radius: 50%;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	background: #ff5a00;
	color: #fff;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
/*
# Icon Boxes
--------------------------------*/
.home-page-icon-boxes {
	padding: 96px 0;
}

/*
# Welcome
--------------------------------*/
.home-page-welcome {
	position: relative;
	padding: 96px 0;
	background: url("images/welcome-bg.jpg") no-repeat center;
	background-size: cover;
	z-index: 99;
}

.home-page-welcome::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(21,21,21,.9);
}

.welcome-content .entry-title {
	position: relative;
	padding-bottom: 24px;
	font-size: 36px;
	font-weight: 600;
	color: #fff;
}

.welcome-content .entry-title::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 64px;
	height: 4px;
	border-radius: 2px;
	background: #ff5a00;
}

.welcome-content .entry-content {
	font-size: 14px;
	line-height: 2;
	color: #b7b7b7;
}

.home-page-welcome img {
	display: block;
	width: 100%;
}

@media screen and (max-width: 992px){
	.home-page-welcome img {
		margin-bottom: 60px;
	}
}

/*
# Upcoming Events
--------------------------------*/
.home-page-events {
	padding: 96px 0;
}

.section-heading .entry-title {
	position: relative;
	padding-bottom: 24px;
	font-size: 36px;
	font-weight: 600;
}

.section-heading  .entry-title::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 64px;
	height: 4px;
	border-radius: 2px;
	background: #ff5a00;
}

@media screen and (max-width: 992px) {
	.home-page-events .featured-cause .section-heading {
		margin-top: 80px;
	}
}

.event-wrap {
	margin-top: 40px;
}

.event-wrap figure {
	width: 144px;
	height: auto;
}

.event-wrap figure img {
	display: block;
	width: 100%;
}

.event-content-wrap {
	width: calc(100% - 180px);
	margin-top: -10px;
}

.event-content-wrap .entry-title a {
	font-size: 18px;
	font-weight: 600;
	color: #262626;
}

.event-content-wrap .posted-date a,
.event-content-wrap .cats-links a {
	display: block;
	position: relative;
	margin-top: 6px;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	color: #262626;
}

.event-content-wrap .posted-date a {
	padding-right: 14px;
	margin-right: 14px;
}

.event-content-wrap .posted-date a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #262626;
}

.event-content-wrap .entry-content {
	margin-top: 12px;
	margin-bottom: 0;
	font-size: 14px;
	color: #929191;
}

.event-content-wrap .entry-footer a {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	color: #ff5a00;
	text-decoration: none;
}

/*
# Featured Cause
--------------------------------*/
.home-page-events {
	padding: 96px 0;
}

.cause-wrap {
	margin-top: 50px;
}

.featured-cause .cause-wrap {
	padding: 40px 24px;
	background: #edf3f5;
}

.featured-cause .featured-cause .cause-wrap figure {
	width: 246px;
	height: auto;
}

.cause-wrap figure img {
	display: block;
	width: 100%;
}

.featured-cause .cause-content-wrap {
	width: calc(100% - 280px);
}

.cause-content-wrap .entry-title a {
	font-size: 18px;
	font-weight: 600;
	color: #262626;
}

.cause-content-wrap .posted-date a,
.cause-content-wrap .cats-links a {
	display: block;
	position: relative;
	margin-top: 6px;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	color: #262626;
}

.cause-content-wrap .posted-date a {
	padding-right: 14px;
	margin-right: 14px;
}

.cause-content-wrap .posted-date a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #262626;
}

.cause-content-wrap .entry-content {
	margin-top: 28px;
	margin-bottom: 0;
	font-size: 14px;
	color: #929191;
}

.cause-wrap .fund-raised {
	margin-top: 64px;
}

.fund-raised-details {
	font-size: 14px;
	color: #929191;
}

/*
# Home Causes
--------------------------------*/
.our-causes {
	position: relative;
	padding: 96px 0;
	background: url("images/news_bg.jpg") no-repeat center;
	background-size: cover;
	z-index: 99;
}

.our-causes::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(232,237,238,.8);
}

.our-causes .cause-wrap {
	margin-top: 60px;
}

.our-causes .cause-wrap figure {
	position: relative;
}

.our-causes .cause-wrap figure .figure-overlay {
	top: 0;
	left: 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: rgba(0,0,0,.7);
	transition: all .5s;
}

.our-causes .cause-wrap figure:hover .figure-overlay {
	opacity: 1;
	visibility: visible;
}

.our-causes .cause-content-wrap {
	padding: 32px;
	background: #fff;
}

.our-causes .cause-content-wrap .entry-content {
	margin-top: 20px;
}

.our-causes .cause-wrap .fund-raised {
	margin-top: 48px;
}

.our-causes .swiper-button-next,
.our-causes .swiper-button-prev {
	width: 70px;
	height: 70px;
	margin-top: -10px;
	border-radius: 50%;
	background: -moz-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,90,0,1)), color-stop(100%, rgba(1255,54,0,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* ie10+ */
	background: linear-gradient(270deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5a00', endColorstr='#ff3600',GradientType=1 ); /* ie6-9 */
	transition: all .35s;
}

.our-causes .swiper-button-next {
	right: -120px;
}

.our-causes .swiper-button-prev {
	left: -120px;
}

.our-causes .swiper-button-next span,
.our-causes .swiper-button-prev span {
	display: block;
	width: 36px;
	padding-top: 15px;
	margin: 0 auto;
}

.our-causes .swiper-button-next path,
.our-causes .swiper-button-prev path {
	fill: #fff;
}

.our-causes .swiper-button-next.swiper-button-disabled,
.our-causes .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

@media screen and (max-width: 1400px){
	.our-causes .swiper-button-next {
		right: 0;
	}

	.our-causes .swiper-button-prev {
		left: 0;
	}
}

@media screen and (max-width: 576px){
	.our-causes .swiper-button-next,
	.our-causes .swiper-button-prev {
		display: none;
	}
}

/*
# Home Milestone
--------------------------------*/
.home-page-limestone {
	padding: 96px 0;
}

.home-page-limestone .section-heading .entry-title {
	padding-bottom: 36px;
	line-height: 1.6;
}

.home-page-limestone .section-heading p {
	font-size: 14px;
	color: #595858;
}

/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/
.single-page .page-header {
	position: relative;
	z-index: 99;
	padding-top: 100px;
	padding-bottom: 72px;
	background-size: cover !important;
}

.single-page .page-header::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
}

.single-page .page-header h1 {
	position: relative;
	padding-bottom: 24px;
	font-size: 36px;
	font-weight: 600;
	color: #fff;
}

.single-page .page-header h1::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 64px;
	height: 4px;
	border-radius: 2px;
	background: #ff5a00;
}

.about-page .page-header {
	background: url(images/about-bg.jpg) no-repeat center;
}

.about-page .welcome-wrap {
	padding: 96px 0;
}

.about-page .welcome-content .entry-title {
	color: #262626;
}

@media screen and (max-width: 992px){
	.about-page .welcome-content .entry-title {
		margin-top: 60px;
	}
}

.about-page .welcome-content .entry-content {
	color: #929191;
}

.about-page .welcome-wrap img {
	display: block;
	width: 100%;
}

.about-stats {
	padding: 96px 0;
	background: #262626;
}

.about-stats .circular-progress-bar .circle strong,
.about-stats .circular-progress-bar .entry-title {
	color: #fff;
}

.about-testimonial {
	padding: 0 0 96px;
}

.testimonial-cont {
	margin-top: 96px;
}

.testimonial-cont,
.testimonial-cont p {
	position: relative;
}

.testimonial-cont::before {
	content: '“';
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 48px;
	font-size: 48px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-style: italic;
	line-height: 1;
	color: #ff5a00;
}

.testimonial-cont .entry-content {
	padding-top: 42px;
}

.testimonial-cont p {
	padding-bottom: 32px;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.6;
	font-style: italic;
}

.testimonial-cont p::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 64px;
	height: 4px;
	border-radius: 2px;
	background: #ff5a00;
}

.testimonial-cont .entry-footer img {
	width: 64px;
	height: 64px;
	border-radius: 50%;
}

.testimonial-cont .entry-footer h4 {
	margin-left: 20px;
	font-size: 14px;
	font-weight: 600;
	color: #595858;
}

.testimonial-cont .entry-footer h4 span {
	color: #ff5a00;
}

.help-us {
	padding: 70px 0 96px;
	background: #ff3700;
}

.help-us h2 {
	margin-top: 36px;
	font-size: 36px;
	font-weight: 600;
	color: #fff;
}

.help-us .btn {
	margin-top: 36px;
}

.help-us .btn,
.help-us .btn:hover {
	border-color: #fff;
	color: #fff;
}

/*--------------------------------------------------------------
# Causes
--------------------------------------------------------------*/
.causes-page .page-header {
	background: url(images/causes-bg.jpg) no-repeat center;
}

.causes-page .featured-cause {
	padding: 96px 0;
}

.causes-page .our-causes {
	position: relative;
	padding:  70px 0 96px;
	background: none;
}

.causes-page .our-causes .cause-wrap {
	margin-top: 36px;
}

.causes-page .our-causes::after {
	display: none;
}

.causes-page .our-causes .cause-content-wrap {
	border: 1px solid #e0e0e0;
	border-top: 0;
}

.causes-page .highlighted-cause {
	padding: 46px 0 96px;
	background: #262626;
}

.causes-page .highlighted-cause .entry-title {
	padding-right: 24px;
	margin-top: 60px;
	line-height: 1.6;
	color: #fff;
}

.causes-page .highlighted-cause .entry-title::before {
	display: none;
}

.causes-page .highlighted-cause .entry-content {
	font-size: 14px;
	line-height: 2;
	color: #edf3f5;
}

.causes-page .highlighted-cause img {
	width: 100%;
	margin-top: 60px;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
	.cause-wrap figure {
		width: 100%;
	}

	.featured-cause .cause-content-wrap {
		width: 100%;
		margin-top: 40px;
	}
}

@media screen and (max-width: 576px) {
	.cause-wrap figure {
		width: 100%;
	}

	.featured-cause .cause-content-wrap {
		width: 100%;
		margin-top: 40px;
	}


}

/*--------------------------------------------------------------
# Single Cause
--------------------------------------------------------------*/
.single-cause .page-header {
	background: url(images/single-cause-bg.jpg) no-repeat center;
}

.single-cause .highlighted-cause {
	padding: 46px 0 96px;
}

.single-cause .highlighted-cause .entry-title {
	padding-right: 24px;
	margin-top: 60px;
	line-height: 1.6;
}

.single-cause .highlighted-cause .entry-content {
	color: #929191;
}

.single-cause .highlighted-cause img {
	width: 100%;
	margin-top: 60px;
}

/*
# Short Content
--------------------------------*/
.short-content-wrap {
	padding-bottom: 96px;
}

.short-content .entry-title {
	font-size: 18px;
	font-weight: 500;
}

.short-content p {
	margin-top: 40px;
	font-size: 14px;
	color: #929191;
}

/*
# Donation Form
--------------------------------*/
.donation-form-wrap {
	padding: 96px 64px;
	margin-bottom: 96px;
	background: #edf3f5;
}

.donation-form-wrap h2 {
	font-size: 30px;
	font-weight: 500;
}

.donation-form-wrap h4 {
	font-size: 16px;
	font-weight: 500;
}

.donation-form .radio-label {
	display : block;
}

.donation-form .radio-label > input[type="radio"] {
	visibility: hidden;
	position: absolute;
}

.donation-form .radio-label > input + .donate-amount {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	padding: 40px 30px;
	margin-right: 15px;
	border: 2px solid #e0e0e0;
	font-size: 30px;
	line-height: 1;
	font-weight: 500;
	background: #fff;
}

.donation-form .radio-label:nth-last-of-type(1) > input + .donate-amount {
	margin-right: 0;
}

.donation-form .radio-label > input:checked + .donate-amount {
	border-color: #ff5a00;
}

.donation-form .payment-type input[type="radio"] {
	visibility: hidden;
	position: absolute;
}

.donation-form .payment-type label {
	position: relative;
	margin-right: 40px;
	font-size: 14px;
	line-height: 1;
	color: #6a6a6a;
}

.donation-form .payment-type input[type="radio"] + .payment-type-radio {
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 15px;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}

.donation-form .payment-type input[type="radio"] + .payment-type-radio + .centered-dot {
	visibility: hidden;
	display: block;
	position: absolute;
	left: 7px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #ff5e06;
}

.donation-form .payment-type input[type="radio"]:checked + .payment-type-radio {
	border-color: #ff5e06;
}


.donation-form .payment-type input[type="radio"]:checked + .payment-type-radio + .centered-dot {
	visibility: visible;
}

.billing-information input {
	width: calc(50% - 14px);
	padding: 12px 30px;
	margin-top: 28px;
	border: 1px solid #e0e0e0;
	font-size: 14px;
	line-height: 1;
}

.billing-information input::placeholder {
	color: #929191;
}

@media screen and (max-width: 768px){
	.billing-information input {
		width: 100%;
	}
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .page-header {
	background: url(images/portfolio-bg.jpg) no-repeat center;
}

.portfolio-wrap {
	padding: 96px 0;
}

.portfolio-wrap .mt-48 {
	margin-top: 45px;
}

.portfolio-wrap .mt-72 {
	margin-top: 72px;
}

.portfolio-wrap .portfolio-item {
	display: none;
	margin-bottom: 30px;
}

.portfolio-wrap .portfolio-item.visible {
	display: block;
}

.portfolio-cont {
	margin-bottom: 20px;
}

.portfolio-cont img {
	width: 100%;
}

.portfolio-cont .entry-title {
	margin-top: 12px;
	font-size: 18px;
	font-weight: 500;
}

.portfolio-cont .entry-title a {
	color: #262626;
}

.portfolio-cont h4 {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 500;
	color: #ff5a00;
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.news-page .page-header {
	background: url(images/news-bg.jpg) no-repeat center;
}

.news-wrap {
	padding: 96px 0;
}

.news-content {
	margin-bottom: 64px;
}

.news-content:nth-last-of-type(1) {
	margin-bottom: 0;
}

.news-content img {
	display: block;
	width: 100%;
	margin: 0;
}

.news-content .entry-header {
	margin-top: 34px;
}

.news-content .entry-header .header-elements,
.news-content .donate-icon  {
	margin-top: 30px;
}

.news-content .entry-title {
	font-size: 24px;
	font-weight: 500;
}

.news-content .entry-title a {
	color: #262626;
}

.news-content .posted-date {
	font-size: 14px;
	font-weight: 500;
	color: #ff5a00;
}

.post-metas {
	font-size: 12px;
	line-height: 1;
	color: #929191;
}

.post-metas a {
	color: #929191;
}

.post-metas > span {
	display: block;
	padding-right: 10px;
	margin-top: 6px;
	margin-right: 10px;
	border-right: 1px solid #929191;
}

.post-metas > span:nth-last-of-type(1) {
	border: 0;
	padding-right: 0;
	margin-right: 0;
}

.news-content .entry-content {
	margin-top: 32px;
	font-size: 14px;
	color: #929191;
}

.news-content .entry-footer {
	margin-top: 56px;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination {
	margin-top: 92px;
}

.pagination a {
	margin-right: 16px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	color: #262626;
	text-decoration: navajowhite;
}

.pagination a:hover,
.pagination .active a {
	color: #ff3900;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media screen and (max-width: 992px){
	.sidebar {
		margin-top: 96px;
	}
}

.sidebar h2 {
	font-size: 18px;
	font-weight: 600;
}

/*
# Search
--------------------------------*/
.search-widget input[type="search"] {
	width: calc(100% - 76px);
	height: 52px;
	padding: 10px 20px;
	border: 1px solid #e0e0e0;
	font-size: 14px;
	outline: none;
}

.search-widget input[type="search"]::placeholder {
	color: #929191;
}

.search-widget button[type="submit"] {
	width: 75px;
	height: 54px;
	border: 0;
	margin-left: -5px;
	font-size: 14px;
	font-weight: 500;
	background: #ff5a00;
	color: #fff;
	cursor: pointer;
	outline: none;
}

/*
# Popular Posts
--------------------------------*/
.popular-posts {
	margin-top: 60px;
}

.popular-posts ul {
	list-style: none;
	margin: 60px 0 0;
}

.popular-posts li {
	margin-bottom: 15px;
}

.popular-posts li:nth-last-of-type(1) {
	margin-bottom: 0;
}

.popular-posts figure,
.popular-posts figure a ,
.popular-posts figure img {
	display: block;
	margin: 0;
}

.popular-posts figure {
	width: 72px;
}

.popular-posts .entry-content {
	width: calc(100% - 100px);
}

.popular-posts h3 {
	font-size: 14px;
	font-weight: 500;
}

.popular-posts h3 a {
	color: #262626;
}

.popular-posts .posted-date {
	font-size: 12px;
	color: #ff5a00;
}

/*
# Upcoming Events
--------------------------------*/
.sidebar .upcoming-events {
	margin-top: 60px;
}

.sidebar .upcoming-events ul {
	list-style: none;
	margin: 60px 0 0;
}

.sidebar .upcoming-events li {
	margin-bottom: 32px;
}

.sidebar .upcoming-events li:nth-last-of-type(1) {
	margin-bottom: 0;
}

.sidebar .upcoming-events figure,
.sidebar .upcoming-events figure a ,
.sidebar .upcoming-events figure img {
	display: block;
	margin: 0;
}

.sidebar .upcoming-events figure {
	width: 140px;
	/*margin-right: 24px;*/
}

.sidebar .upcoming-events .entry-content {
	width: calc(100% - 140px);
}

.sidebar .upcoming-events h3 {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 500;
}

.sidebar .upcoming-events h3 a {
	color: #262626;
}

.sidebar .upcoming-events .post-metas {
	font-size: 11px;
	line-height: 1;
	color: #262626;
}

.sidebar .upcoming-events .post-metas a {
	color: #262626;
}

.sidebar .upcoming-events .post-metas > span {
	display: block;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #262626;
}

.sidebar .upcoming-events .post-metas > span:nth-last-of-type(1) {
	border: 0;
	padding-right: 0;
	margin-right: 0;
}

.sidebar .upcoming-events p {
	margin-top: 16px;
	margin-bottom: 0;
	font-size: 14px;
	color: #929191;
}

/*
# Featured Cause
--------------------------------*/
.sidebar .featured-cause {
	margin-top: 60px;
}

.sidebar .featured-cause .cause-wrap {
	padding: 0;
	background: none;
}

.sidebar .featured-cause .featured-cause .cause-wrap figure {
	width: 100%;
}

.sidebar .cause-wrap figure img {
	display: block;
	width: 100%;
}

.sidebar .featured-cause .cause-content-wrap {
	width: 100%;
	padding: 32px;
	margin-top: 0;
	border: 1px solid #e0e0e0;
	border-top: 0;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page .page-header {
	background: url(images/contact-bg.jpg) no-repeat center;
}

.contact-page-wrap {
	padding: 0 0 96px;
}

.contact-page-wrap .entry-content {
	margin-top: 96px;
}

.contact-page-wrap .entry-content h2 {
	font-size: 24px;
	font-weight: 500;
}

.contact-page-wrap .entry-content p {
	margin-top: 20px;
	font-size: 14px;
	color: #929191;
}

.contact-page-wrap .entry-content ul.contact-social {
	padding: 20px 0 0;
	margin: 0;
	list-style: none;
}

.contact-page-wrap .entry-content ul.contact-social li {
	margin-right: 28px;
	margin-bottom: 8px;
	font-size: 14px;
}

.contact-page-wrap .entry-content ul.contact-social li a {
	color: #ff3700;
}

.contact-page-wrap .entry-content ul.contact-info {
	margin: 32px 0 0;
}

.contact-page-wrap .entry-content ul.contact-info li {
	display: flex;
	align-items: baseline;
	margin-bottom: 15px;
	font-size: 14px;
	color: #9b9a9a;
}

.contact-page-wrap .entry-content ul.contact-info .fa {
	width: 28px;
	margin-right: 10px;
	font-size: 18px;
	color: #ff5a00;
	text-align: center;
}

.contact-form {
	padding: 35px 20px 55px;
	margin-top: 96px;
	background: #edf3f5;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
	width: 100%;
	padding: 12px 24px;
	margin-bottom: 18px;
	border: 1px solid #e0e0e0;
	font-size: 14px;
	line-height: 1;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
	outline: none;
}

.contact-form input[type="text"]::placeholder,
.contact-form input[type="email"]::placeholder,
.contact-form textarea::placeholder {
	color: #929191;
}

.contact-form span {
	display: block;
	margin-top: 16px;
	text-align: center;
}

.contact-form input[type="submit"] {
	cursor: pointer;
}

.contact-page .contact-gmap {
	margin-top: 92px;
}

.contact-page .contact-gmap iframe {
	display: block;
	width: 100%;
	height: 440px;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.elements-page .page-header {
	background: url(images/elements-bg.jpg) no-repeat center;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-widgets {
	position: relative;
	padding: 96px 0 90px;
	font-weight: 500;
	color: #929191;
	background: url("images/foot-bg.jpg") no-repeat center;
	background-size: cover;
	z-index: 99;
}

.footer-widgets::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 101%;
	background: rgba(22,22,22,.92);
}

.footer-widgets h2 {
	margin-bottom: 40px;
	font-size: 18px;
	color: #fff;
}

.footer-widgets ul {
	padding: 12px 0 0;
	margin: 0;
	list-style: none;
}

.footer-widgets ul li {
	margin-bottom: 8px;
	font-size: 14px;
}

.footer-widgets ul li a {
	color: #a2a1a1;
	text-decoration: none;
}

.footer-widgets ul li a:hover {
	color: #ff5a00;
}

.foot-about p {
	font-size: 14px;
	line-height: 2;
	color: #929191;
}

.foot-about ul li {
	margin-right: 28px;
}

.foot-about ul li a {
	color: #fff;
}

.foot-latest-news ul li {
	display: block;
	margin-bottom: 36px;
}

.foot-latest-news ul li h3 {
	font-size: 14px;
}

.foot-latest-news ul li .posted-date {
	font-size: 12px;
	color: #ff5a00;
}

.foot-contact ul li {
	display: flex;
	align-items: baseline;
	margin-bottom: 15px;
}

.foot-contact ul li .fa {
	width: 28px;
	margin-right: 10px;
	font-size: 18px;
	text-align: center;
	color: #ff5a00;
}

.foot-contact ul li span {
	width: calc(100% - 3px);
}

/*
# Subscribe
--------------------------------*/
.subscribe-form {
	margin-top: 50px;
}

.subscribe-form input[type="email"] {
	width: calc(100% - 70px);
	padding: 12px 16px;
	border: 0;
	font-size: 12px;
	line-height: 1;
	background: #fff;
	color: #131212;
	outline: none;
}

.subscribe-form input[type="email"]::placeholder {
	color: #9b9a9a;
	font-style: italic;
}

.subscribe-form input[type="submit"] {
	width: 68px;
	padding: 13px 0 14px;
	border: 0;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	background: #ff5a00;
	color: #fff;
	cursor: pointer;
	outline: none;
}

.footer-bar {
	padding: 30px 0;
	font-size: 12px;
	color: #7b7b7b;
	background: #131212;
	text-align: center;
}


/* =============================================10/08/2019==================================================*/
.site-branding {
	padding: 0px 0;
}

.site-branding a {
	margin-top: 0px; 

}

.site-branding img{
	height: 85px;
}


/*.cause-wrap .entry-footer a {
display: block;
margin-top: 10px;
font-size: 14px;
color: #ff5a00;
text-decoration: none;
}*/

.birthday.featured-cause .cause-wrap {
	padding: 0;
}

.birthday.featured-cause .cause-content-wrap{
	padding: 15px 15px 15px 0px;
}

.sidebar .upcoming-events ul {
	margin: 30px 0 0;
}

.tags_box{
	margin: 30px auto;
	border-top: 1px solid #ddd;
	padding-top: 30px;
}

.tags_box ul li a{
	font-size: 12px;
	text-transform: capitalize;
}


/*------------------------------------*\
MATERIAL PHOTO GALLERY
\*------------------------------------*/
.m-p-g {
	max-width: 100%;
	margin: 0 auto;
}
.m-p-g__thumbs-img {
	margin: 0;
	float: left;
	vertical-align: bottom;
	cursor: pointer;
	z-index: 1;
	position: relative;
	opacity: 0;
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	will-change: opacity, transform;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	padding: 5px;
}
.m-p-g__thumbs-img.active {
	z-index: 50;
}
.m-p-g__thumbs-img.layout-completed {
	opacity: 1;
}
.m-p-g__thumbs-img.hide {
	opacity: 0;
}
.m-p-g__thumbs-img:hover {
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
}
.m-p-g__fullscreen {
	position: fixed;
	z-index: 1037;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0);
	visibility: hidden;
	transition: background 0.25s ease-out, visibility 0.01s 0.5s linear;
	will-change: background, visibility;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.m-p-g__fullscreen.active {
	transition: background .25s ease-out, visibility .01s 0s linear;
	visibility: visible;
	background: rgba(0, 0, 0, 0.95);
}
.m-p-g__fullscreen-img {
	pointer-events: none;
	position: absolute;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	top: 50%;
	left: 50%;
	max-height: 100vh;
	max-width: 100%;
	visibility: hidden;
	will-change: visibility;
	transition: opacity 0.5s ease-out;
}
.m-p-g__fullscreen-img.active {
	visibility: visible;
	opacity: 1 !important;
	transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s ease-out;
	transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.m-p-g__fullscreen-img.almost-active {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}
.m-p-g__controls {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1037;
	height: 20vh;
	background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.55) 100%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.m-p-g__controls.active {
	opacity: 1;
	visibility: visible;
}
.m-p-g__controls-close, .m-p-g__controls-arrow {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: none;
}
.m-p-g__controls-close:focus, .m-p-g__controls-arrow:focus {
	outline: none;
}
.m-p-g__controls-arrow {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 20%;
	height: 100vh;
	display: flex;
	align-items: center;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	opacity: 0;
}
.m-p-g__controls-arrow:hover {
	opacity: 1;
}
.m-p-g__controls-arrow--prev {
	left: 0;
	padding-left: 3vw;
	justify-content: flex-start;
}
.m-p-g__controls-arrow--next {
	right: 0;
	padding-right: 3vw;
	justify-content: flex-end;
}
.m-p-g__controls-close {
	position: absolute;
	top: 3vh;
	left: 3vw;
	z-index: 5;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.m-p-g__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.07);
	transition: all .25s ease-out;
}
.m-p-g__btn:hover {
	background: rgba(255, 255, 255, 0.15);
}
.m-p-g__alertBox {
	position: fixed;
	z-index: 999;
	max-width: 700px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: white;
	padding: 25px;
	border-radius: 3px;
	text-align: center;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
	color: grey;
}
.m-p-g__alertBox h2 {
	color: red;
}



.demo-btn {
	display: inline-block;
	margin: 0 2.5px 4vh 2.5px;
	text-decoration: none;
	color: grey;
	padding: 15px;
	line-height: 1;
	min-width: 140px;
	background: rgba(0, 0, 0, 0.07);
	border-radius: 6px;
}

.demo-btn:hover {
	background: rgba(0, 0, 0, 0.12);
}

@media (max-width: 640px) {
	.demo-btn {
		min-width: 0;
		font-size: 14px;
	}
}


@media (max-width: 992px){
	.top-header-bar{
		display: none;
	}
	.site-branding img{
		margin-top: 5px;
		margin-bottom: 5px;
	}
}

/* ========================================== 16/08/2019*/

.login-page-wrap{
	padding: 96px 0;
	background: #edf3f5;
}

.login_signup_box{
	max-width: 450px;
	margin: auto;
	background-color: #fff;
	padding: 30px;
}

.login_signup_box .form-group{
	position: relative;
	margin-bottom: 30px;
}

.login_signup_box .form-group label.placeholder{
	position: absolute;
	top: 7px;
	left: 0px;
	margin: auto;
	font-size: 0.875rem;
	opacity: 0.7;
	transform: translateY(0px);
	background: #fff;
	transition: all ease-in-out 0.3s;
	pointer-events: none;
}

.form-control{
	height: 40px;
	border-radius: 0;
	font-size: 0.875rem;
}

.form_line{
	border:0px;
	border-bottom: 1px solid #ddd;
	outline: 0;
	padding: 6px 12px 6px 0px;
}

.form-control.form_line:focus{
	box-shadow: none;

}

.login_signup_box form{
	margin-top: 30px;
}

.login_signup_box .form-group input:focus ~ label.placeholder{
	font-size: 13px;
	opacity: 1;
	transform: translateY(-30px);
}

.login_signup_box .form-group .has_val ~ label.placeholder{
	font-size: 13px;
	opacity: 1;
	transform: translateY(-30px);
}

.login_signup_box .form-group label{
	cursor: pointer;
	font-size: 14px;
}


.img_cat_box{
	background: #fff;
	padding: 10px 10px;
	margin-top: 30px;
	border-radius: 8px;
}

.img_cat_box p{
	padding: 10px;
	margin-bottom: 0;
	background: #ff5400;
	color: #fff;
}

.img_cat_box>div{
	height: 250px;
}

.img_cat_box>div>img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}


.ads_section{
	padding: 15px 0;
	margin: 15px 0;
}

.ads_img img,
.ads_section img{
	vertical-align: middle;
}

.vertical_ads .swiper-slide {
	text-align: center;
}

.ads_section_vertical{
	padding: 0;
}

.bg_grey{
	background-color: #f2f2f2;
}

@media (max-width: 992px){
	.ads_section_vertical.ads_news{
		display: none;
	}
}

/* ================================================ 19-08-2019*/

.member-page-wrap {
	padding: 96px 0;
	background: #edf3f5;
}


.profile_img{
	height: 150px;
	width: 150px;
}

.profile_img img{
	height: 100%;
	border-radius: 4px;
}

.member_info{
	display: flex;
	background: #fff;
	padding: 15px;
	border-radius: 8px;
}
.members_details{
	flex: 1;
	padding-left: 15px;
	font-size: 14px;
}

.members_details ul{
	margin-bottom: 0;
}

.members_details ul li label{
	margin-bottom: 0;
	font-weight: 600;
}

.family_head{
	font-weight: 600;
	font-size: 16px;
}

.family_head span{
	font-size: 11px;
	font-style: italic;
	color: #ff4800;
}

.mobile_number{
	letter-spacing: 1px;
}

.members_details>div:first-child{
	margin-bottom: 5px;
	flex-wrap: wrap;
}

.member_id{
	background: -moz-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,90,0,1)), color-stop(100%, rgba(1255,54,0,1)));
	background: -webkit-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%);
	background: -o-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%);
	background: -ms-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%);
	background: linear-gradient(270deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%);
	color: #fff;
	padding: 2px 6px;
	border-radius: 27px;
	font-size: 12px;
	letter-spacing: 2px;
}

.member_id:hover,
.member_id:visited{
	color: #fff;
	text-decoration: none;
}

.members_box{
	margin: 15px auto;
	display: flex;
	flex-wrap: wrap;
}

.members_wrapper .section-heading{
	margin: 60px auto 30px ; 
}

.members_wrapper .section-heading .entry-title{
	font-size: 26px;
}

.members_box .member_info{
	/*margin-right: 5px;*/
	margin-bottom: 30px;
	padding: 10px;
	/*flex: 1;*/
	/*max-width: calc(100% / 3);*/
}

.members_box .members_details{
	font-size: 13px;
}

.members_box .member_id{
	font-size: 10px;
}

.members_box .know_more{
	background: -moz-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,90,0,1)), color-stop(100%, rgba(1255,54,0,1)));
	background: -webkit-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%);
	background: -o-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%);
	background: -ms-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%);
	background: linear-gradient(270deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%);
	color: #fff;
	padding: 4px 12px;
	border-radius: 30px;
	font-size: 12px;
	letter-spacing: 2px;
}

.member_full_details{
	margin-top: 40px;

}
.member_aside .members_details{
	padding-left: 0;
}


.member_aside,
.member_main{
	padding: 15px;
	background: #fff;
}

.member_main .entry-title{
	font-size: 18px;
	margin-bottom: 15px;
	padding: 5px 10px;
	background: rgba(212, 215, 230, 0.61);
	border-radius: 4px;
}

.member_main .members_details {
	padding-left: 0;
	position: relative;

}

.member_main .members_details:not(:last-child) {
	border-bottom: 1px dashed #ddd;
	margin-bottom: 20px;
}
.member_main .members_details ul{
	margin-bottom: 1rem;
}

.member_main .members_details ul li{
	margin-bottom: 5px;
}

.member_main .members_details .profile_img{
	position: absolute;
	top: 40px;
	right: 0;
	padding: 2px;
	border: 1px solid #e5e7f0;

}

.member_main .members_details .profile_img img{
	border-radius: 0;
}



@media (min-width: 500px)  and (max-width: 991px){
	.member_aside{
		display: flex;
	}

	.member_aside>div:first-child{
		width: 200px;
		height: 200px;
		padding-right: 15px;
	}
	.member_aside>div:first-child img{
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
}

@media (max-width: 500px){
	.member_main .members_details .profile_img{
		position: static;
		height: 120px;
		width: 120px;
		margin-bottom: 15px;
	}

	.members_wrapper .member_info{
		flex-direction: column;
	}
	.members_wrapper .member_info .profile_img {
		height: 100%;
		width: 100%;
	}
	.members_wrapper .member_info .profile_img img{
		width: 100%;
	}
} 



.mat-page-wrap{
	padding: 96px 0;
	background: #edf3f5;
}
.bride_groom_box{
	position: relative;
	border-radius: 2px;
	overflow: hidden;
}

.bride_groom_box img{
	width: 100%;
	vertical-align: middle;
}

.bride_groom_box h4{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 15px;
	font-size: 40px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	pointer-events: none;
}
.bride_groom_box h4 span{
	background: #ff4800;
	height: 50px;
	width: 50px;
	padding-left: 10px;
	margin-right: 5px;
}

.groom_bride_details .profile_img {
	height: 180px;
	width: 180px;
}

.groom_bride_details .profile_img img {
	height: 100%;
	border-radius: 4px;
	width: 100%;
	object-fit: cover;
	object-position: top;
}

.groom_bride_details .members_box .member_info{
	width: 100%;
	margin-bottom: 0;
}


.groom_bride_details.member_main .members_details ul li label{
	min-width: 35%;
	position: relative;
	padding-right: 20px;
}
.groom_bride_details.member_main .members_details ul li label:after{
	content: ":";
	position: absolute;
	right: 10px;
	top: 0;
}

.groom_bride_details.member_main .members_details{
	border-bottom: 0;
}

.groom_bride_details.member_main .members_details ul li{
	border-bottom: 1px solid rgba(229, 231, 240, 0.59);
}


.mat_bg_vastipatrak{
	background-image: url(images/sonisamajgroup.jpg);
	background-size: cover;
	background-position:  center;
	background-blend-mode: overlay;
	background-attachment: fixed;
}

.vastipatrak_header{
	background-image: url(images/sonisamajgroup.jpg);
	background-size: cover;
	background-position:  top center;

}
.mat_bg{
	background-image: url(images/s-1.jpg);
	background-size: cover;
	background-position:  center;
	background-blend-mode: overlay;
	background-attachment: fixed;
}

.matrimonial_header{
	background-image: url(images/s-1.jpg);
	background-size: cover;
	background-position:  top center;

}

.btn.btn-sm{
	padding: 8px 20px !important;
}

label.mandat:after {
	content: "*";
	color: #ff8223;
	margin-left: 2px;
}

.form-group label{
	font-weight: 600;
}

.form-group input::placeholder{
	opacity: 0.7;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	transition: all ease-in-out 0.3s;
}

.form-group input:focus::placeholder{
	opacity: 0;
}

.info{
	float: right;
	padding: 0 0px 0 15px;
	cursor: pointer;
}
.info_description{
	position: absolute;
	background: #fff;
	padding: 10px;
	line-height: 1.5;
	font-size: 12px;
	font-weight: 600;
	color: #777;
	border-radius: 4px;
	top: -85px;
	z-index: 12;
	left: 10px;
	opacity: 0;
	transform: translateY(25px);
	transform-origin: center;
	transition: all ease-in-out 0.3s;
	box-shadow: 0px 4px 8px -3px #999;
	pointer-events: none;
}

.info_description:after{
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	transform: rotate(45deg) translate3d(-20px , -10px , 0px);
	border: 1px solid #ddd;
	background-color: #fff;
	position: absolute;
	right: 12px;
	border-top: 0;
	border-left: 0;
	box-shadow: 1px 1px 7px -2px #999;
	transition: all ease-in-out 0.5s;
}

.info_description:before{
	content: "";
	width: 35px;
	height: 20px;
	display: block;
	/* border: 1px solid #ddd; */
	background-color: #ffffff;
	position: absolute;
	right: 5px;
	bottom: 0;
	z-index: 1;
}

.info:hover ~ .info_description{
	opacity: 1;
	transform: translateY(0px);
	pointer-events: all;
}
.info:hover ~ .info_description:after{
	transform: rotate(45deg) translate3d(0px , 0px , 0px);
}

.lbl_100{
	width: 100%;
}

.member_profile_img{
	position: relative;
}

.member_profile_img .edit_img input[type="file"]{
	opacity: 0;
	position: absolute;
	right: 0;
	height: 35px;
	right: 0;
	width: 135px;
	z-index: 1;
	/* top: -3px; */
	cursor: pointer;
}

.member_profile_img .edit_img{
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 35px;
	height: 35px;
	background: #ff5400;
	text-align: center;
	line-height: 35px;
	color: #fff;
	border-radius: 100%;
	font-size: 14px;
	box-shadow: 0 5px 10px -4px #444;
	cursor: pointer;
	overflow: hidden;
}


.user_dropdown .dropdown-menu{
	z-index: 1035;
}
.user_dropdown .dropdown-menu a{
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #262626;
	text-decoration: none;
	transition: color .35s;
	background-color: #fff;
	padding: 15px 30px;
}
.user_dropdown .dropdown-menu a:hover{
	color: #ff5a00;
}

.user_dropdown .user_name{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 150px;
	display:inline-block;
	font-weight: 600;
}



.user_dropdown .btn{
	border:0px;
	outline: none;
	box-shadow: none;
	cursor: pointer;
}

.btn-white{
	background-color: #fff;
}

.bday_letter{
	font-family: 'Kaushan Script', cursive;
	font-size: 28px;
}

.bday_bg{
	background: url(images/bday_bg.png) !important;
	background-size: contain !important;
	background-position: right !important;
	background-repeat: no-repeat !important;
	background-color: #edf3f5 !important;
	/*background-blend-mode: overlay;*/
}

.bday_bg .entry-content{
	color: #555;
	font-weight: 500;
}

.birthday_list .cause-wrap {
	margin-top: 30px;
}

.section-heading.text-center .entry-title::before{
	right: 0;
	margin: auto;
}

.community-page-wrap{
	padding: 36px 0 96px;
	background: #edf3f5;
}

.grah-page-wrap{
	padding: 96px 0;
}

.grah_outer{
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0 2px 2px -1px #777;
	cursor: pointer;
}

.grah_inner{
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #fff;
	transition: all ease-in-out 0.5s;
	transition-delay: 0.1s;
}

.grah_inner h4{
	font-weight: 600;
	margin: 0;
	padding: 15px 15px;
	font-variant-caps: all-petite-caps;
	font-size: 24px;
	letter-spacing: 0.6px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all ease-in-out 0.3s;
}

.grah_inner .img_box{
	height: 250px;
	position: relative;
	overflow: hidden;
}

.grah_inner .img_box img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	opacity: 0.9;
}

.grah_details{
	position: absolute;
	top: 0;
	bottom: 0;
	padding: 15px;
	background: #00000094;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	transform: translateY(100%);
	transition: all cubic-bezier(0.88, -0.99, 0.27, 1.99) 0.6s;

}
.grah_details>div{
	opacity: 0;
	transition: all ease-in-out 0.5s;
	transition-delay: 0.55s;
}
.grah_details>div p{
	font-size: 15px;
}

.grah_outer:hover .grah_details{
	transform: translateY(0%);
}

.grah_outer:hover .grah_details>div,
.grah_outer:hover .grah_inner .img_box img{
	opacity: 1;
}



.grah_details h4{
	font-size: 20px;

}



.grah_outer a{
	text-decoration: none;
}
.grah_outer a:hover h4{
	color:#ff5a00;
	letter-spacing: 4px;
}

.meeting-page-wrap{
	padding: 96px 0;
}


.temple-list .event-content-wrap  .address {
	display: block;
	position: relative;
	margin-top: 6px;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	color: #262626;
	overflow: hidden;
	padding-top: 5px;
	width: 100%;
}

.temple-list .event-content-wrap  .address a{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	display: block;
}
.temple-list .event-content-wrap  .address a>i{
	margin-right: 5px;
}


.condolence_page .our-causes{
	background-image: none;
}

.condolence_content .posted-date{
	font-size: 11px;
}

.condolence_content h3{
	font-size: 18px;
	font-weight: 600;
	color: #262626;
}

.books_sahitya table{
	table-layout: fixed;
	width: 100%;
}

.ellipse{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.disabled{
	pointer-events: none;
	cursor: default;
}


.calendar-page-wrap{
	padding: 96px 0;
}

.fc-event, .fc-event:hover {
	color: #fff !important;
	text-decoration: none;
}
.fc-button{
	text-transform: capitalize !important;
}

.language_drop{
	margin-top: -1px;
}

.language_drop select{
	border: none;
	outline: none;
	width: 100%;
	padding: 18px 10px;
	font-size: 13px;
	text-transform: uppercase;
	background: orange;
	color: #fff;
	cursor: pointer;
}

.language_drop .options{
	background-color: #fff;
	color: #444;
}


.donate-btn .user_dropdown{
	margin-right: 15px;
}

/* ===================================================== 30/08/2019*/

.hero-content-wrap{
	/*height: 550px;*/
	transition: all ease-in-out 0.1s;
}

.hero-content-overlay h1{
	font-size: 70px;
}

.hero-content-overlay h4{
	font-size: 34px;
}

.notification{
	background-color: #ecf2f5;
}

.notification marquee {
	vertical-align: middle;
}
.notification ul{
	margin-bottom: 0;
}
.notification ul li {
	padding: 10px 20px;
	position: relative;
}

.notification ul li:after {
	content: "\f111";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	color: #fb4c35;
}
.notification ul li a {
	color: #333;
	font-weight: 600;
	text-decoration: none;
}

.featured-cause .cause-content-wrap.marriage_anniversary{
	width: 100%;
}

.featured-cause .cause-content-wrap .entry-content{
	margin-top: 15px;
}

.quote_box h1{
	font-size: 28px;
	text-align: center;
}
.quote_box h1.hindi{
	background-color: #ecf2f5;
	margin-top: 15px;
	padding: 10px;
	/* transform: skewX(-19deg); */
	font-size: 140%;
	border-left: 3px solid orange;
}

.quote_box h4{
	display: block;
	text-align: right;
	margin-top: 40px;
	font-size: 100%;
	font-style: italic;
}
.quote_box h4 span{
	position: relative;
}
.quote_box h4 span:before{
	content: "";
	width: 80px;
	height: 2px;
	background: orange;
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	/* height: 10%; */
	margin: auto;
	margin-right: 10px;
}

.sheen {
	margin-top: 96px;
	height: auto;
	width: 100%;
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.5;
	padding: 30px 0;
}

.sheen::before {
	position: absolute;
	content: '';
	border-radius: 2em;
	height: 5px;
	background: linear-gradient(to right, rgba(252, 210, 34,0.05), rgba(252, 210, 34, 1));
	width: 0;
	top: 0;
	left: 0;
	animation: sheen 8s infinite;
}
@keyframes sheen {
	0% {
		width: 0;
	}
	20% {
		width: calc(100% / 3);
	}
	70% {
		opacity: 1;
	}
	100% {
		width: calc(100% / 3);
		opacity: 0;
	}
}

.sheen::after {
	position: absolute;
	content: '';
	height: 5px;
	border-radius: 2em;
	background: linear-gradient(to left, rgba(252, 210, 34,0.05), rgba(252, 210, 34, 1));
	width: 0;
	bottom: 0;
	right: 0;
	animation: sheen-after 8s infinite;
}


@keyframes sheen-after {
	0% {
		width: 0;
	}
	20% {
		width: calc(100% * 2/3);
	}
	70% {
		opacity: 1;
	}
	100% {
		width: calc(100% * 2/3);
		opacity: 0;
	}
}


.site-navigation ul li a{
	border-bottom: 3px solid transparent;
}

@media (max-width: 600px){
	.hero-content-wrap{
		/*height: 300px;*/
	}
	.hero-content-overlay h1{
		font-size: 34px;
	}

	.hero-content-overlay h4{
		font-size: 20px;
		margin-top: 5px;
		font-weight: normal;
	}

	.entry-header,.entry-footer{
		width: 100%;
		/*text-align: center;*/
		/*justify-content: center;*/
	}
	.entry-footer a{
		padding: 8px 20px;
	}

	.members_box .members_details{
		padding: 15px;
	}
}


/* ENDS ===================================================== 30/08/2019*/

@media (max-width: 768px){
	.grah_details{
		transform: translateY(0%);       
	}
	.grah_details>div{
		opacity: 1;
	}
	.grah_inner:not(.grah_inner_city) h4{
		display: none;
	}
}

@media screen and (max-width: 1200px) and (min-width: 992px){

	.featured-cause .cause-content-wrap {
		padding: 0 30px 30px !important;
	}
}

@media screen and (max-width: 475px){
	.books_sahitya table{
		font-size: 14px;
	}
	.books_sahitya table tr{
		display: flex;
		flex-direction: column;
	}
	.books_sahitya table tr td{
		width: 100%;
		text-align: left;
	}


}
@media screen and (max-width: 768px){
	.books_sahitya table{
		font-size: 14px;
	}
	.books_sahitya table tr{
		display: flex;
		flex-direction: column;
	}
	.books_sahitya table tr td{
		width: 100%;
		text-align: left;
	}

	.fc-toolbar {
		flex-direction: column;
		min-height: 130px;
	}
	.fc-left{
		order: 1;
	}
	.fc-toolbar h2 {
		font-size: 1.3em !important;
	}

	.fc table{
		font-size: 0.9em !important;
	}
}

@media screen and (max-width: 992px){
	.site-navigation ul{
		max-width: calc(100% - 50px);
	}
	.my_profile .btn{
		padding-left: 0px !important;
	}

	.my_profile ul{
		width: 100%;
		max-width: 100%;
		height: auto;
		padding: 0.5rem 0px;
		overflow-x: inherit;
		transform: translate3d(0px, 40px, 0px) !important;
		border:0px;
	}
	.my_profile ul li{
		margin: 0;
	}
	.my_profile ul li a{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.top-header-bar {
		display: block !important;
	}
	.contact_info_box,.donate-btn{
		display: none !important;
	}
	.language_drop{
		margin-left: auto;
	}
	.language_drop select{
		padding: 10px !important;
	}
}



.go_top {
	height: 35px;
	width: 35px;
	background: orange;
	position: fixed;
	bottom: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	right: 30px;
	box-shadow: 0px 3px 5px -3px #777;
	animation: floating infinite 1s linear;
	animation-direction: alternate-reverse;
	display: none;
	z-index: 1025;
}

.go_top a {
	display: block;
	height: 100%;
	color: #fff;
}

@keyframes floating{
	from{
		transform: translateY(-10px);
	}
	to{
		transform: translateY(0px);
	}
}

.go_top:hover{
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
}


.custom_dropdown.nav-item .dropdown-menu .dropdown-item{
	padding: 16px 20px;
}

.custom_dropdown.nav-item .dropdown-menu.show{
	left: unset !important;
	right: 0 !important;
}

@media screen and (min-width: 992px){
	.site-navigation ul{
		overflow: visible;
	}	
}

.custom_dropdown.nav-item .nav-link.dropdown-toggle{
	outline: none;
}

.custom_dropdown.nav-item .dropdown-menu .dropdown-item.active, 
.custom_dropdown.nav-item .dropdown-menu .dropdown-item:active{
	background-color: transparent;
}
.user_name_mobile{
	line-height: 1.2;
}

.user_name_mobile .user_name,
.user_name_mobile .user_email{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	font-weight: 600;
	width: 230px;
	text-align: left;
}
.user_name_mobile .user_email{
	font-weight: 500;
	font-size: 12px;
}



/* ======================================================================= 10-09-2019 */

.socialShare a {
	width: 35px;
	height: 35px;
	display: inline-block;
	margin: 8px;
	border-radius: 50%;
	font-size: 18px;
	color: #fff;
	opacity: 0.75;
	text-align: center;
	line-height: 35px;
	transition: opacity 0.15s linear;
}

.socialShare a:hover {
	opacity: 1;
}


/* colors */

.facebook {
	background: #3b5998;
}

.whatsapp {
	background: #25D366;
}

.socialShare{
	margin: 20px auto;
}

.instagram {

	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.socialShare span{
	font-family: 'Caveat', cursive;
	display: block;
	font-size: 22px;
	font-weight: 600;
}

.radio_check{
	position: relative;
	padding-left: 30px;
}

.radio_check input[type="radio"],
.radio_check input[type="checkbox"]{
	position: absolute;
	visibility: hidden;
}

.custom_radio,
.custom_checkbox
{
	width: 20px;
	height: 20px;
	background: #ffffff;
	border:1px solid #ff4800;
	display: inline-block;
	vertical-align: middle;
	border-radius: 2px;
	margin-right: 5px;
	position: absolute;
	left: 0;
}

.custom_radio{
	border-radius: 100%;
}

.custom_radio:before,
.custom_checkbox:before
{
	content: "";
	width: 12px;
	height: 12px;
	background: #ff4800;
	display: block;
	top: 0px;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	position: absolute;
	transform: scale(0);
	transform-origin: center;
	transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
	border-radius: 2px;
}

.custom_radio:before{
	border-radius: 100%;
}

.radio_check input[type="radio"]:checked ~ .custom_radio:before,
.radio_check input[type="checkbox"]:checked ~ .custom_checkbox:before{
	transform: scale(1);
}

.radio_check input[type="checkbox"]:checked ~ #chk1,
.radio_check input[type="checkbox"]:checked ~ #chk2,
.radio_check input[type="checkbox"]:checked ~ #chk3{
	display: block;
}

#chk1,#chk2,#chk3
{
	display: none;
	margin-top: 10px;
}

.committee_members{
	display: flex;
	flex-wrap: wrap;
}

.single_member{
	padding: 10px 15px;
	text-align: center;
	flex: 0 0 20%;
}

.single_member .member_img{
	height: 190px;
	width: 190px;
	border-radius: 100%;
	overflow: hidden;
	border: 1px solid orange;
	background: #fff;
	transition: all linear 0.3s;
}

.single_member .member_img img{
	width: 100%;
}

.single_member h5{
	margin: 5px auto;
}

.member_aside{
	position: sticky;
	top: 0;
}


.tippani_boxes{
	padding: 96px 0;
}
.tippani_boxes .icon-box{
	margin-bottom: 30px;
	display: block;
	text-decoration: none;
	outline: none;
}


.mb-15{
	margin-bottom: 15px;
}

@media (max-width: 375px){
	.dropdown-menu.show{
		transform: translate3d(23px, 49px, 0px) !important;
		max-width: 250px !important;
	}
}

@media (max-width: 991px){
	.custom_dropdown.nav-item .dropdown-menu .dropdown-item{
		white-space: normal;
		line-height: 1.5;
		padding: 8px 20px;
	}
}

@media (min-width: 545px) and (max-width: 767px){
	.single_member .member_img {
		height: 140px;
		width: 140px;
	}
}

@media (max-width: 544px){
	.committee_members{
		justify-content:center;
	}
}

@media (max-width: 576px){
	.birthday.featured-cause .cause-content-wrap {
		padding: 15px 15px 15px 15px;
	}
}

@media (max-width: 600px){
	.event-content-wrap {
		width: 100%;
		margin-top: 15px;
		background: #ecf2f5;
		padding: 10px 15px;
	}
	.event-wrap figure {
		width: 100%;
	}
}

.page-header {
	position: relative;
	z-index: 99;
	padding-top: 100px;
	padding-bottom: 72px;
	background-size: cover !important;
}

.page-header::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
}

.page-header h1 {
	position: relative;
	padding-bottom: 24px;
	font-size: 36px;
	font-weight: 600;
	color: #fff;
}

.temple-list
{
	position: relative;
	padding: 70px 0 96px;
	background: none;
}

.event-list
{
	position: relative;
	padding: 70px 0 96px;
	background: none;
}

#aboutus.welcome-wrap {
	padding: 96px 0;
}
#aboutus .welcome-content .entry-title {
	color: #262626;
}
#aboutus.welcome-wrap  img {
	display: block;
	width: 100%;
}

.custom_search_dropdown .btn{
	padding: 6px 35px 6px 12px;
	border-radius: 0;
	border: 1px solid #ddd;
}

.contact-form .custom_search_dropdown span{
	margin-top: 0;
	display: inline-block;
}

.custom_search_dropdown .form-control:focus {
	box-shadow: 0 0 0 0.05rem rgba(255,90,0,1);
}

.custom_search_dropdown .dropdown-item{

	padding: 8px 12px;
}

.custom_search_dropdown .dropdown-item.active,
.custom_search_dropdown .dropdown-item:active{

	background-color: #ff4800;
}

.custom_search_dropdown .bootstrap-select.btn-group.show-tick .dropdown-menu a.selected span.dropdown-item-inner span.check-mark {
	position: absolute;
	margin-top: 1px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	line-height: 20px;
	text-align: center;
	color: #ff4800;
	font-size: 12px;
}
.pagination_list .list-inline a{
	padding: 6px 18px;
	cursor: pointer;
	background: #fff;
	border-color: #ff3e00;
	color: #ff5400;
}

.pagination_list .list-inline a:hover {
	background: #ff4800;
	color: #fff;
}

.pagination_list .list-inline a.active {
	padding: 6px 18px;
	color: #fff;
	cursor: pointer;
	background: #ff4e00;
	border-color: #ff3e00;
	color: #ffffff;
}


.temple-list .event-content-wrap .address_person {
	display: block;
	position: relative;
	margin-top: 6px;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	color: #262626;
	overflow: hidden;
	padding-top: 5px;
	width: 100%;
}

.temple-list .event-content-wrap .address_person a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	display: block;
}

.temple-list .event-content-wrap .address_person a>i {
	margin-right: 5px;
}


/*=============================================================== 07-10-2019*/

.hero-content-overlay{
	display: none;
}

.circular-progress-bar .circle {
	overflow: hidden;
	border-radius: 100%;
}
.circular-progress-bar .circle img{
	height: 100%;
	width: auto;
}

.mt-30 {
	margin-top: 30px;
}
.mt-25 {
	margin-top: 25px;
}

.section-heading {
	margin-bottom: 10px;
}

.section-heading span {
	position: relative;
	font-size: 15px;
	font-weight: 600;
	color: #ff5a00;
	line-height: 200%;
	margin-bottom: 10px;
}

.section-heading h4 {
	position: relative;
	font-size: 30px;
	font-weight: 600;
	color: #111;
	line-height: 160%;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.section-heading-line {
	content: '';
	display: block;
	width: 100px;
	height: 3px;
	background: #ff5a00;
	border-radius: 25%;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 5px;
}
.text-content p {
	font-size: 14px;
	font-weight: 400;
	line-height: 190%;
	margin-bottom: 15px;
}

.team_frame {
	position: relative;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
	-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
	box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
	border: 1px solid #ececec;
	margin: 15px 0px;
}

.team_img{
	height: 180px;
	width: 180px;
	margin: 15px auto 0;
	border-radius: 50%;
	overflow: hidden;
}

.team_img img {
	width: 100%;
	max-width: 100%;
}

.team_text {
	text-align: center;
	padding: 15px;
}

.team_text p {
	margin-top: 10px;
	height: 108px;
	overflow: hidden;
	line-height: 1.5;
	font-size: 14px;
}

.std_profile {
	color: #ff5a00;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
	transition: all ease-in-out 0.4s;
}

.donation_rec {
	padding: 10px 0;
	/* border-top: 1px solid #ddd; */
	/* border-bottom: 1px solid #ddd; */
	background: orange;
	letter-spacing: 1.5px;
}

.txt_orange{
	color:#ff5a00;
}

.sec_fundraiser{
	padding: 90px 0
}

.front_back_btn{
  font-size: 40px;
  padding-top: 18px;
  margin-left: 18px;
  color: #ff4800;
}

/* 18-oct-2019 */

.welcome-content .entry-content{
       color: #333 !important;
   }

   .testimonial-cont .entry-footer h4 {
   margin-left: 0;
   font-size: 14px;
   font-weight: 600;
   color: #333;
   line-height: 1.8;
}
.testimonial-cont::before{
   display: none;
}
 .welcome_box{
           margin-top: 8px;
           float: left;
           margin-right: 15px;
       }
       .welcome_box h5{
           font-size: 18px;
           margin: 5px;
       }
       .welcome_box .img_box_welcome{
           width: 200px;
           height: 200px;
           background: #cecece;
           padding: 2px;
           border-radius: 4px;
           overflow: hidden;
       }
       .testimonial-cont2{
       	margin-top: 20px;
       }

 @media (max-width:767px){
.books_sahitya table tr:first-child{
display:none;
}

.books_sahitya table tr th span.ellipse:before {
content: "Book name : ";
}

.books_sahitya table tr td font:before {
content: "Description : "; font-weight: bold;
}
}

/*updates - 030102019*/

.business_name{
font-size: 50px;
}
.business_name small{
display: block;
font-size: 26px;
}


.store_location li{
margin-bottom: 10px;
display: flex;
}

.store_location li span{
display: inline-block;
display: inline-block;
width: 30px;
height: 30px;
font-size: 18px;
text-align: center;
margin-right: 5px;
flex: 0 0 30px;
}
.business_details{
margin-bottom: 15px;
}
.business_details img{
width: 100%;
}

.business_details{
padding-right: 30px;
}

.back_btn a{
display: flex;
width: 85px;
height: 35px;
background: #ff5a00;
color: #fff;
text-align: center;
align-items: center;
justify-content: center;
border-radius: 4px;
line-height: 2px;
font-size: 14px;
margin-left: auto;
text-transform: uppercase;
letter-spacing: 1px;
transition: all ease-in-out 0.3s;
border:1px solid transparent;
}

.back_btn a span{
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
border-radius: 100%;
background-color: #fff;
color: #ff5a00;;
}

.back_btn a:hover{
text-decoration: none;
background-color: #fff;
color: #ff5a00;
border:1px solid #ff5a00;
}
.back_btn a:hover span{
background: #ff5a00;
color: #fff;
}